@eui/mobile-core 18.0.0-next.10 → 18.0.0-next.12
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/EuimAboutComponent.html +1 -1
- package/docs/components/EuimAboutContentLoadingComponent.html +1 -1
- package/docs/components/EuimAvatarComponent.html +3 -3
- package/docs/components/EuimBadgeComponent.html +1 -1
- package/docs/components/EuimChangelogComponent.html +1 -1
- package/docs/components/EuimChipSelectorComponent.html +2 -2
- package/docs/components/EuimEmptyListPlaceholderComponent.html +1 -1
- package/docs/components/EuimHelpSupportComponent.html +1 -1
- package/docs/components/EuimLabelComponent.html +1 -1
- package/docs/components/EuimLanguageListComponent.html +1 -1
- package/docs/components/EuimLanguageSelectorComponent.html +24 -1
- package/docs/components/EuimOpenSourceLicencesComponent.html +1 -1
- package/docs/components/EuimToolbarDatepickerComponent.html +1 -1
- package/docs/dependencies.html +4 -4
- package/docs/directives/EuimDividerDirective.html +4 -0
- package/docs/directives/EuimListHeaderDirective.html +4 -0
- package/docs/directives/EuimSkeletonTextAvatarDirective.html +4 -0
- package/docs/js/menu-wc.js +21 -12
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/modules/EuimDividerModule.html +13 -4
- package/docs/modules/EuimListHeaderModule.html +13 -4
- package/docs/modules/EuimSkeletonTextAvatarModule.html +13 -4
- package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +3 -4
- package/esm2022/lib/components/atoms/euim-notification-item/euim-notification-item.component.mjs +2 -2
- package/esm2022/lib/components/directives/euim-divider/euim-divider.directive.mjs +3 -2
- package/esm2022/lib/components/directives/euim-divider/euim-divider.module.mjs +9 -6
- package/esm2022/lib/components/directives/euim-list-header/euim-list-header.directive.mjs +3 -2
- package/esm2022/lib/components/directives/euim-list-header/euim-list-header.module.mjs +9 -6
- package/esm2022/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.directive.mjs +3 -2
- package/esm2022/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.module.mjs +9 -6
- package/esm2022/lib/components/euim-about/euim-about-content-loading/euim-about-content-loading.component.mjs +3 -3
- package/esm2022/lib/components/euim-about/euim-about.component.mjs +3 -3
- package/esm2022/lib/components/euim-about/euim-changelog/euim-changelog.component.mjs +3 -3
- package/esm2022/lib/components/euim-about/euim-help-support/euim-help-support.component.mjs +3 -3
- package/esm2022/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.mjs +3 -3
- package/esm2022/lib/components/euim-alert-message/euim-alert-messsage.component.mjs +5 -3
- package/esm2022/lib/components/euim-avatar/euim-avatar.component.mjs +3 -3
- package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +4 -3
- package/esm2022/lib/components/euim-card/euim-card.component.mjs +2 -2
- package/esm2022/lib/components/euim-card-list/euim-card-list.component.mjs +2 -2
- package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +4 -4
- package/esm2022/lib/components/euim-data-summary/euim-data-summary.component.mjs +5 -5
- package/esm2022/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.mjs +3 -3
- package/esm2022/lib/components/euim-media-header/euim-media-header.component.mjs +2 -2
- package/esm2022/lib/components/euim-message/euim-message.component.mjs +2 -2
- package/esm2022/lib/components/euim-multiselect/euim-multiselect.component.mjs +2 -2
- package/esm2022/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.mjs +2 -2
- package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.mjs +2 -2
- package/esm2022/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.mjs +2 -2
- package/esm2022/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.mjs +2 -2
- package/esm2022/lib/components/euim-spinner/euim-spinner.component.mjs +2 -2
- package/esm2022/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.component.mjs +3 -3
- package/esm2022/lib/components/layout/euim-header-details/euim-header-details.component.mjs +2 -2
- package/esm2022/lib/components/layout/euim-language-selector/euim-language-list.component.mjs +8 -7
- package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.component.mjs +4 -3
- package/esm2022/lib/components/layout/euim-sidebar/euim-sidebar.component.mjs +2 -2
- package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile.component.mjs +2 -2
- package/fesm2022/eui-mobile-core.mjs +135 -120
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/atoms/euim-label/euim-label.component.d.ts +1 -1
- package/lib/components/atoms/euim-label/euim-label.component.d.ts.map +1 -1
- package/lib/components/directives/euim-divider/euim-divider.directive.d.ts +1 -1
- package/lib/components/directives/euim-divider/euim-divider.directive.d.ts.map +1 -1
- package/lib/components/directives/euim-divider/euim-divider.module.d.ts +7 -4
- package/lib/components/directives/euim-divider/euim-divider.module.d.ts.map +1 -1
- package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts +1 -1
- package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts.map +1 -1
- package/lib/components/directives/euim-list-header/euim-list-header.module.d.ts +7 -4
- package/lib/components/directives/euim-list-header/euim-list-header.module.d.ts.map +1 -1
- package/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.directive.d.ts +1 -1
- package/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.directive.d.ts.map +1 -1
- package/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.module.d.ts +7 -4
- package/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.module.d.ts.map +1 -1
- 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 +3 -3
- package/lib/components/euim-avatar/euim-avatar.component.d.ts.map +1 -1
- package/lib/components/euim-badge/euim-badge.component.d.ts +1 -1
- package/lib/components/euim-badge/euim-badge.component.d.ts.map +1 -1
- package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts +1 -1
- package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts.map +1 -1
- package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts +1 -0
- package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -13,7 +13,7 @@ export declare class EuimLabelComponent {
|
|
|
13
13
|
constructor(baseStatesDirective: BaseStatesDirective);
|
|
14
14
|
getCssClasses(): string;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimLabelComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuimLabelComponent, "div[euimLabel], p[euimLabel], span[euimLabel], euim-label", never, { "euimLabelTruncateWithLines": { "alias": "euimLabelTruncateWithLines"; "required": false; }; "euimLabelTitle": { "alias": "euimLabelTitle"; "required": false; }; "euimLabelSubTitle": { "alias": "euimLabelSubTitle"; "required": false; }; "euimLabelMeta": { "alias": "euimLabelMeta"; "required": false; }; "euimLabelTruncate": { "alias": "euimLabelTruncate"; "required": false; }; "euimLabelTextWrap": { "alias": "euimLabelTextWrap"; "required": false; }; }, {}, never, ["*"], false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimLabelComponent, "div[euimLabel], p[euimLabel], span[euimLabel], euim-label", never, { "euimLabelTruncateWithLines": { "alias": "euimLabelTruncateWithLines"; "required": false; }; "euimLabelTitle": { "alias": "euimLabelTitle"; "required": false; }; "euimLabelSubTitle": { "alias": "euimLabelSubTitle"; "required": false; }; "euimLabelMeta": { "alias": "euimLabelMeta"; "required": false; }; "euimLabelTruncate": { "alias": "euimLabelTruncate"; "required": false; }; "euimLabelTextWrap": { "alias": "euimLabelTextWrap"; "required": false; }; }, {}, never, ["*"], false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "euimSizeXS": "euimSizeXS"; "euimSizeS": "euimSizeS"; "euimSizeM": "euimSizeM"; "euimSizeL": "euimSizeL"; "euimSizeXL": "euimSizeXL"; "euimSize2XL": "euimSize2XL"; "euimSize3XL": "euimSize3XL"; "euimSize4XL": "euimSize4XL"; "color": "color"; }; outputs: {}; }]>;
|
|
17
17
|
static ngAcceptInputType_euimLabelTruncateWithLines: unknown;
|
|
18
18
|
static ngAcceptInputType_euimLabelTitle: unknown;
|
|
19
19
|
static ngAcceptInputType_euimLabelSubTitle: unknown;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-label.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/atoms/euim-label/euim-label.component.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;;;AAElE,
|
|
1
|
+
{"version":3,"file":"euim-label.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/atoms/euim-label/euim-label.component.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;;;AAElE,qBAwBa,kBAAkB;IAwBR,mBAAmB,EAAE,mBAAmB;IAtB+B,0BAA0B,EAAE,MAAM,CAAC;IAG7H,cAAc,UAAS;IAGvB,iBAAiB,UAAS;IAG1B,aAAa,UAAS;IAGtB,iBAAiB,UAAS;IAG1B,iBAAiB,UAAS;IAE1B,IACW,UAAU,IAAI,MAAM,CAE9B;gBAEkB,mBAAmB,EAAE,mBAAmB;IAE3D,aAAa,IAAI,MAAM;yCA1Bd,kBAAkB;2CAAlB,kBAAkB;yDAsCiluQ,OAAQ;6CAA12lO,OAAQ;gDAAR,OAAQ;4CAAR,OAAQ;gDAAR,OAAQ;gDAAR,OAAQ;CADrxoC"}
|
|
@@ -4,6 +4,6 @@ export declare class EuimDividerDirective {
|
|
|
4
4
|
get cssClasses(): string;
|
|
5
5
|
getCssClasses(rootClass: string): string;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimDividerDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EuimDividerDirective, "[euimDivider]", never, { "lines": { "alias": "lines"; "required": false; }; }, {}, never, never,
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EuimDividerDirective, "[euimDivider]", never, { "lines": { "alias": "lines"; "required": false; }; }, {}, never, never, true, never>;
|
|
8
8
|
}
|
|
9
9
|
//# sourceMappingURL=euim-divider.directive.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-divider.directive.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/directives/euim-divider/euim-divider.directive.ts"],"names":[],"mappings":";AAEA,
|
|
1
|
+
{"version":3,"file":"euim-divider.directive.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/directives/euim-divider/euim-divider.directive.ts"],"names":[],"mappings":";AAEA,qBAIa,oBAAoB;IACpB,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IAEhC,IACW,UAAU,IAAI,MAAM,CAE9B;IAED,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM;yCAR/B,oBAAoB;2CAApB,oBAAoB;CAehC"}
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "@angular
|
|
4
|
-
import * as i3 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@ionic/angular";
|
|
4
|
+
import * as i3 from "./euim-divider.directive";
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated will be removed in the next version of eUI Mobile.
|
|
7
|
+
*/
|
|
5
8
|
export declare class EuimDividerModule {
|
|
6
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimDividerModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimDividerModule, [typeof i1.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimDividerModule, never, [typeof i1.CommonModule, typeof i2.IonicModule, typeof i3.EuimDividerDirective], [typeof i3.EuimDividerDirective]>;
|
|
8
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<EuimDividerModule>;
|
|
9
12
|
}
|
|
10
13
|
//# sourceMappingURL=euim-divider.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-divider.module.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/directives/euim-divider/euim-divider.module.ts"],"names":[],"mappings":";;;;AAKA,
|
|
1
|
+
{"version":3,"file":"euim-divider.module.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/directives/euim-divider/euim-divider.module.ts"],"names":[],"mappings":";;;;AAKA;;GAEG;AACH,qBAWa,iBAAiB;yCAAjB,iBAAiB;0CAAjB,iBAAiB;0CAAjB,iBAAiB;CAC7B"}
|
|
@@ -4,6 +4,6 @@ export declare class EuimListHeaderDirective {
|
|
|
4
4
|
get cssClasses(): string;
|
|
5
5
|
getCssClasses(rootClass: string): string;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimListHeaderDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EuimListHeaderDirective, "[euimListHeader]", never, { "border": { "alias": "border"; "required": false; }; }, {}, never, never,
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EuimListHeaderDirective, "[euimListHeader]", never, { "border": { "alias": "border"; "required": false; }; }, {}, never, never, true, never>;
|
|
8
8
|
}
|
|
9
9
|
//# sourceMappingURL=euim-list-header.directive.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-list-header.directive.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/directives/euim-list-header/euim-list-header.directive.ts"],"names":[],"mappings":";AAEA,
|
|
1
|
+
{"version":3,"file":"euim-list-header.directive.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/directives/euim-list-header/euim-list-header.directive.ts"],"names":[],"mappings":";AAEA,qBAIa,uBAAuB;IACvB,MAAM,EAAE,KAAK,GAAG,QAAQ,CAAC;IAElC,IACW,UAAU,IAAI,MAAM,CAE9B;IAED,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM;yCAR/B,uBAAuB;2CAAvB,uBAAuB;CAenC"}
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "@angular
|
|
4
|
-
import * as i3 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@ionic/angular";
|
|
4
|
+
import * as i3 from "./euim-list-header.directive";
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated will be removed in the next version of eUI Mobile.
|
|
7
|
+
*/
|
|
5
8
|
export declare class EuimListHeaderModule {
|
|
6
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimListHeaderModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimListHeaderModule, [typeof i1.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimListHeaderModule, never, [typeof i1.CommonModule, typeof i2.IonicModule, typeof i3.EuimListHeaderDirective], [typeof i3.EuimListHeaderDirective]>;
|
|
8
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<EuimListHeaderModule>;
|
|
9
12
|
}
|
|
10
13
|
//# sourceMappingURL=euim-list-header.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-list-header.module.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/directives/euim-list-header/euim-list-header.module.ts"],"names":[],"mappings":";;;;AAKA,
|
|
1
|
+
{"version":3,"file":"euim-list-header.module.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/directives/euim-list-header/euim-list-header.module.ts"],"names":[],"mappings":";;;;AAKA;;GAEG;AACH,qBAWa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAChC"}
|
package/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.directive.d.ts
CHANGED
|
@@ -2,6 +2,6 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class EuimSkeletonTextAvatarDirective {
|
|
3
3
|
className: string;
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimSkeletonTextAvatarDirective, never>;
|
|
5
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EuimSkeletonTextAvatarDirective, "[euimSkeletonTextAvatar]", never, {}, {}, never, never,
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EuimSkeletonTextAvatarDirective, "[euimSkeletonTextAvatar]", never, {}, {}, never, never, true, never>;
|
|
6
6
|
}
|
|
7
7
|
//# sourceMappingURL=euim-skeleton-text-avatar.directive.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-skeleton-text-avatar.directive.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.directive.ts"],"names":[],"mappings":";AAEA,
|
|
1
|
+
{"version":3,"file":"euim-skeleton-text-avatar.directive.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.directive.ts"],"names":[],"mappings":";AAEA,qBAIa,+BAA+B;IAClB,SAAS,SAA+B;yCADrD,+BAA+B;2CAA/B,+BAA+B;CAE3C"}
|
package/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.module.d.ts
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "@angular
|
|
4
|
-
import * as i3 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "@ionic/angular";
|
|
4
|
+
import * as i3 from "./euim-skeleton-text-avatar.directive";
|
|
5
|
+
/**
|
|
6
|
+
* @deprecated will be removed in the next version of eUI Mobile.
|
|
7
|
+
*/
|
|
5
8
|
export declare class EuimSkeletonTextAvatarModule {
|
|
6
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimSkeletonTextAvatarModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimSkeletonTextAvatarModule, [typeof i1.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimSkeletonTextAvatarModule, never, [typeof i1.CommonModule, typeof i2.IonicModule, typeof i3.EuimSkeletonTextAvatarDirective], [typeof i3.EuimSkeletonTextAvatarDirective]>;
|
|
8
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<EuimSkeletonTextAvatarModule>;
|
|
9
12
|
}
|
|
10
13
|
//# sourceMappingURL=euim-skeleton-text-avatar.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-skeleton-text-avatar.module.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.module.ts"],"names":[],"mappings":";;;;AAKA,
|
|
1
|
+
{"version":3,"file":"euim-skeleton-text-avatar.module.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.module.ts"],"names":[],"mappings":";;;;AAKA;;GAEG;AACH,qBAWa,4BAA4B;yCAA5B,4BAA4B;0CAA5B,4BAA4B;0CAA5B,4BAA4B;CACxC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-alert-messsage.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-alert-message/euim-alert-messsage.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAMH,YAAY,EAEZ,MAAM,EAET,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;;;AAC/D,qBAgBa,yBAA0B,YAAW,MAAM;IAiBjC,mBAAmB,EAAE,mBAAmB;IAf3D,QAAQ,SAAa;IAEX,SAAS,qBAA4B;IAG/C,iBAAiB,UAAS;IAG1B,OAAO,UAAS;IAGhB,WAAW,UAAS;IAEpB,SAAS,UAAQ;gBAEE,mBAAmB,EAAE,mBAAmB;IAE3D,QAAQ,IAAI,IAAI;IAMhB,WAAW,IAAI,IAAI;IAMnB,IAAI,IAAI,IAAI,MAAM,
|
|
1
|
+
{"version":3,"file":"euim-alert-messsage.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-alert-message/euim-alert-messsage.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAMH,YAAY,EAEZ,MAAM,EAET,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;;;AAC/D,qBAgBa,yBAA0B,YAAW,MAAM;IAiBjC,mBAAmB,EAAE,mBAAmB;IAf3D,QAAQ,SAAa;IAEX,SAAS,qBAA4B;IAG/C,iBAAiB,UAAS;IAG1B,OAAO,UAAS;IAGhB,WAAW,UAAS;IAEpB,SAAS,UAAQ;gBAEE,mBAAmB,EAAE,mBAAmB;IAE3D,QAAQ,IAAI,IAAI;IAMhB,WAAW,IAAI,IAAI;IAMnB,IAAI,IAAI,IAAI,MAAM,CAuBjB;IAED,IACW,UAAU,IAAI,MAAM,CAE9B;IAED,aAAa,IAAI,MAAM;IASvB,OAAO,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;yCAtElB,yBAAyB;2CAAzB,yBAAyB;gDA8E8vnC,OAAQ;sCAAR,OAAQ;0CAAR,OAAQ;CAD3ynC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class EuimAvatarComponent {
|
|
3
|
-
color: 'default' | 'dark' | 'white' | 'primary' | 'info' | 'success' | 'accent' | 'secondary' | 'warning' | 'danger';
|
|
3
|
+
color: 'default' | 'dark' | 'branding' | 'white' | 'primary' | 'info' | 'success' | 'accent' | 'secondary' | 'warning' | 'danger';
|
|
4
4
|
size: 'default' | 'auto' | 's' | 'm' | 'l';
|
|
5
5
|
fill: 'default' | 'clear' | 'outline' | 'outline-solid' | 'solid';
|
|
6
|
-
variant: 'default' | '
|
|
7
|
-
borderColor: 'default' | 'primary' | 'info' | 'success' | 'danger' | 'white';
|
|
6
|
+
variant: 'default' | 'rectangle' | 'rounded';
|
|
7
|
+
borderColor: 'default' | 'primary' | 'branding' | 'info' | 'success' | 'danger' | 'white';
|
|
8
8
|
get cssClasses(): string;
|
|
9
9
|
getCssClasses(): string;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimAvatarComponent, never>;
|
|
@@ -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;IACnB,KAAK,EAAE,SAAS,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAI,QAAQ,GAAG,WAAW,GAAG,SAAS,GAAG,QAAQ,CAAa;
|
|
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,UAAU,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAI,QAAQ,GAAG,WAAW,GAAG,SAAS,GAAG,QAAQ,CAAa;IAC/I,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,WAAW,GAAG,SAAS,CAAa;IACzD,WAAW,EAAE,SAAS,GAAG,SAAS,GAAE,UAAU,GAAG,MAAM,GAAG,SAAS,GAAG,QAAQ,GAAG,OAAO,CAAa;IAE9G,IACW,UAAU,IAAI,MAAM,CAE9B;IAED,aAAa,IAAI,MAAM;yCAZd,mBAAmB;2CAAnB,mBAAmB;CAsB/B"}
|
|
@@ -7,6 +7,6 @@ export declare class EuimBadgeComponent {
|
|
|
7
7
|
constructor(baseStatesDirective: BaseStatesDirective);
|
|
8
8
|
getCssClasses(): string;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimBadgeComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuimBadgeComponent, "euim-badge", never, {}, {}, never, ["*"], false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "euimPositionTopEnd": "euimPositionTopEnd"; "euimSizeM": "euimSizeM"; "euimSizeS": "euimSizeS"; "euimSizeL": "euimSizeL"; "color": "color"; }; outputs: {}; }]>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimBadgeComponent, "euim-badge", never, {}, {}, never, ["*"], false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "euimPositionTopEnd": "euimPositionTopEnd"; "euimSizeM": "euimSizeM"; "euimSizeS": "euimSizeS"; "euimSizeL": "euimSizeL"; "euimSizeXL": "euimSizeXL"; "color": "color"; }; outputs: {}; }]>;
|
|
11
11
|
}
|
|
12
12
|
//# sourceMappingURL=euim-badge.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-badge.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-badge/euim-badge.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;;;AAE/D,
|
|
1
|
+
{"version":3,"file":"euim-badge.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-badge/euim-badge.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;;;AAE/D,qBAoBa,kBAAkB;IAOR,mBAAmB,EAAE,mBAAmB;IAL3D,IACW,UAAU,IAAI,MAAM,CAE9B;gBAEkB,mBAAmB,EAAE,mBAAmB;IAE3D,aAAa,IAAI,MAAM;yCATd,kBAAkB;2CAAlB,kBAAkB;CAc9B"}
|
|
@@ -4,7 +4,7 @@ import { EuimChipSelectorItemDirective } from './euim-chip-selector-item/euim-ch
|
|
|
4
4
|
import { Subscription } from 'rxjs';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class EuimChipSelectorComponent implements AfterViewInit, AfterContentInit, OnChanges, OnDestroy {
|
|
7
|
-
backgroundColor: '
|
|
7
|
+
backgroundColor: 'branding' | 'transparent' | 'white' | '';
|
|
8
8
|
color: 'default' | 'dark' | 'white' | 'primary' | 'info' | 'success' | 'warning' | 'danger';
|
|
9
9
|
chipSelectedColor: 'primary' | 'dark' | 'info' | 'success' | 'warning' | 'danger' | 'white';
|
|
10
10
|
chipFill: 'default' | 'clear' | 'outline' | 'outline-solid' | 'solid';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-chip-selector.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-chip-selector/euim-chip-selector.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEH,SAAS,EACT,SAAS,EACT,aAAa,EAGb,gBAAgB,EAIhB,aAAa,EAEb,YAAY,EACZ,SAAS,EAEZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,6BAA6B,EAAE,MAAM,6DAA6D,CAAC;AAC5G,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;;AAEpC,qBAQa,yBAA0B,YAAW,aAAa,EAAE,gBAAgB,EAAE,SAAS,EAAE,SAAS;IAE1F,eAAe,EAAE,
|
|
1
|
+
{"version":3,"file":"euim-chip-selector.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-chip-selector/euim-chip-selector.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -21,6 +21,7 @@ export declare class EuimLanguageSelectorComponent implements OnInit, OnDestroy
|
|
|
21
21
|
baseStatesDirective: BaseStatesDirective;
|
|
22
22
|
protected baseGlobalConfig: GlobalConfig;
|
|
23
23
|
_euimPrimary: boolean;
|
|
24
|
+
_euimBranding: boolean;
|
|
24
25
|
/**
|
|
25
26
|
* @deprecated
|
|
26
27
|
* will become private in eUI Mobile v19.
|
package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-language-selector.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-language-selector/euim-language-selector.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAA2D,SAAS,EAAE,MAAM,EAAqB,MAAM,eAAe,CAAC;AACjJ,OAAO,EAAwB,iBAAiB,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAClF,OAAO,EAAE,kBAAkB,EAAkB,WAAW,EAAE,WAAW,EAAuB,MAAM,WAAW,CAAC;AAG9G,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;;;AAElE,qBAea,6BAA8B,YAAW,MAAM,EAAE,SAAS;
|
|
1
|
+
{"version":3,"file":"euim-language-selector.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-language-selector/euim-language-selector.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAA2D,SAAS,EAAE,MAAM,EAAqB,MAAM,eAAe,CAAC;AACjJ,OAAO,EAAwB,iBAAiB,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAClF,OAAO,EAAE,kBAAkB,EAAkB,WAAW,EAAE,WAAW,EAAuB,MAAM,WAAW,CAAC;AAG9G,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;;;AAElE,qBAea,6BAA8B,YAAW,MAAM,EAAE,SAAS;IAc/D,OAAO,CAAC,EAAE;IACV;;OAEG;IACI,eAAe,EAAE,kBAAkB;IAC1C;;OAEG;IACI,UAAU,EAAE,cAAc;IACjC,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,SAAS;IACV,mBAAmB,EAAE,mBAAmB;IAClB,SAAS,CAAC,gBAAgB,EAAE,YAAY;IAxBzE,YAAY,UAAgD;IAC5D,aAAa,UAAiD;IAC9D;;;OAGG;IACH,SAAS,EAAE,WAAW,EAAE,CAAC;IACzB,SAAS,CAAC,MAAM,EAAE,iBAAiB,CAAC;IACpC,gBAAgB,EAAE,WAAW,CAAC;IAC9B,OAAO,CAAC,QAAQ,CAA4C;gBAGhD,EAAE,EAAE,iBAAiB;IAC7B;;OAEG;IACI,eAAe,EAAE,kBAAkB;IAC1C;;OAEG;IACI,UAAU,EAAE,cAAc,EACzB,WAAW,EAAE,WAAW,EACxB,SAAS,EAAE,eAAe,EAC3B,mBAAmB,EAAE,mBAAmB,EACR,gBAAgB,EAAE,YAAY;IAKzE,IACW,UAAU,IAAI,MAAM,CAE9B;IAED,QAAQ,IAAI,IAAI;IAahB,WAAW,IAAI,IAAI;IAKb,kBAAkB,IAAG,OAAO,CAAC,IAAI,CAAC;IAYxC,SAAS,CAAC,eAAe,IAAI,IAAI;IAOjC,SAAS,CAAC,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM;yCAzE/C,6BAA6B;2CAA7B,6BAA6B;CAiFzC"}
|