@eui/mobile-core 16.6.0-snapshot-1707834573947 → 16.6.0-snapshot-1708072546446
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/EuimAlertMessageComponent.html +25 -1
- package/docs/components/EuimSkeletonListComponent.html +117 -1
- package/docs/dependencies.html +2 -2
- package/docs/js/menu-wc.js +6 -6
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/typealiases.html +22 -1
- package/docs/modules/EuimAlertMessageModule.html +10 -0
- package/esm2022/lib/components/euim-alert-message/euim-alert-message.module.mjs +7 -3
- package/esm2022/lib/components/euim-alert-message/euim-alert-messsage.component.mjs +11 -4
- package/esm2022/lib/components/euim-multiselect/euim-multiselect-filter/euim-multiselect-filter.component.mjs +2 -2
- package/esm2022/lib/components/euim-multiselect/euim-multiselect.component.mjs +3 -1
- package/esm2022/lib/components/euim-skeleton-list/euim-skeleton-list.component.mjs +25 -4
- package/esm2022/lib/components/euim-skeleton-list/euim-skeleton-list.module.mjs +2 -2
- package/esm2022/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.mjs +1 -1
- package/fesm2022/eui-mobile-core.mjs +54 -23
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/euim-alert-message/euim-alert-message.module.d.ts +2 -1
- package/lib/components/euim-alert-message/euim-alert-message.module.d.ts.map +1 -1
- package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts +2 -1
- package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts.map +1 -1
- package/lib/components/euim-multiselect/euim-multiselect.component.d.ts.map +1 -1
- package/lib/components/euim-skeleton-list/euim-skeleton-list.component.d.ts +22 -2
- package/lib/components/euim-skeleton-list/euim-skeleton-list.component.d.ts.map +1 -1
- package/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -2,9 +2,10 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./euim-alert-messsage.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@ionic/angular";
|
|
5
|
+
import * as i4 from "../atoms/euim-label/euim-label.module";
|
|
5
6
|
export declare class EuimAlertMessageModule {
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimAlertMessageModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimAlertMessageModule, [typeof i1.EuimAlertMessageComponent], [typeof i2.CommonModule, typeof i3.IonicModule], [typeof i1.EuimAlertMessageComponent]>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimAlertMessageModule, [typeof i1.EuimAlertMessageComponent], [typeof i2.CommonModule, typeof i3.IonicModule, typeof i4.EuimLabelModule], [typeof i1.EuimAlertMessageComponent]>;
|
|
8
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<EuimAlertMessageModule>;
|
|
9
10
|
}
|
|
10
11
|
//# sourceMappingURL=euim-alert-message.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-alert-message.module.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-alert-message/euim-alert-message.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"euim-alert-message.module.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-alert-message/euim-alert-message.module.ts"],"names":[],"mappings":";;;;;AAUA,qBAca,sBAAsB;yCAAtB,sBAAsB;0CAAtB,sBAAsB;0CAAtB,sBAAsB;CAClC"}
|
|
@@ -8,6 +8,7 @@ export declare class EuimAlertMessageComponent extends EuimBaseDirective impleme
|
|
|
8
8
|
baseStatesDirective: BaseStatesDirective;
|
|
9
9
|
_variant: string;
|
|
10
10
|
euimClose: EventEmitter<null>;
|
|
11
|
+
euimLabelTruncate: BooleanInput;
|
|
11
12
|
hasIcon: BooleanInput;
|
|
12
13
|
isCloseable: BooleanInput;
|
|
13
14
|
isVisible: boolean;
|
|
@@ -20,6 +21,6 @@ export declare class EuimAlertMessageComponent extends EuimBaseDirective impleme
|
|
|
20
21
|
getCssClasses(): string;
|
|
21
22
|
onClose(event: Event): void;
|
|
22
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimAlertMessageComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuimAlertMessageComponent, "euim-alert-message", never, { "hasIcon": { "alias": "hasIcon"; "required": false; }; "isCloseable": { "alias": "isCloseable"; "required": false; }; }, { "euimClose": "euimClose"; }, never, ["[slotStart]", "*", "[slotEnd]"], false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "euimInfo": "euimInfo"; "euimSuccess": "euimSuccess"; "euimWarning": "euimWarning"; "euimDanger": "euimDanger"; "euimPrimary": "euimPrimary"; "euimDark": "euimDark"; "euimLight": "euimLight"; "euimClear": "euimClear"; }; outputs: {}; }]>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimAlertMessageComponent, "euim-alert-message", never, { "euimLabelTruncate": { "alias": "euimLabelTruncate"; "required": false; }; "hasIcon": { "alias": "hasIcon"; "required": false; }; "isCloseable": { "alias": "isCloseable"; "required": false; }; }, { "euimClose": "euimClose"; }, never, ["[slotStart]", "*", "[slotEnd]"], false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "euimInfo": "euimInfo"; "euimSuccess": "euimSuccess"; "euimWarning": "euimWarning"; "euimDanger": "euimDanger"; "euimPrimary": "euimPrimary"; "euimDark": "euimDark"; "euimLight": "euimLight"; "euimClear": "euimClear"; }; outputs: {}; }]>;
|
|
24
25
|
}
|
|
25
26
|
//# sourceMappingURL=euim-alert-messsage.component.d.ts.map
|
|
@@ -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,
|
|
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,EAA6E,YAAY,EAAU,MAAM,EAAE,MAAM,eAAe,CAAC;AACxI,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;;;AAE/D,qBAuBa,yBAA0B,SAAQ,iBAAkB,YAAW,MAAM;IAoB3D,mBAAmB,EAAE,mBAAmB;IAlB3D,QAAQ,SAAa;IAEX,SAAS,qBAA4B;IAI/C,iBAAiB,EAAE,YAAY,CAAS;IAIxC,OAAO,EAAE,YAAY,CAAS;IAI9B,WAAW,EAAE,YAAY,CAAS;IAElC,SAAS,UAAQ;gBAEE,mBAAmB,EAAE,mBAAmB;IAI3D,QAAQ,IAAI,IAAI;IAOhB,WAAW,IAAI,IAAI;IAoBnB,IAAI,IAAI,IAAI,MAAM,CAqBjB;IAED,IACW,UAAU,IAAI,MAAM,CAE9B;IAED,gBAAgB,IAAI,IAAI;IAYxB,aAAa,IAAI,MAAM;IASvB,OAAO,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;yCApGlB,yBAAyB;2CAAzB,yBAAyB;CA2GrC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-multiselect.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-multiselect/euim-multiselect.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACsB,iBAAiB,EAGnC,MAAM,EAAU,mBAAmB,EACvB,aAAa,EAAE,SAAS,EAC9C,MAAM,eAAe,CAAC;;AAEvB,qBAQa,wBACT,YAAW,MAAM,EAAE,mBAAmB,EAAE,SAAS;IAarC,OAAO,CAAC,GAAG;IAZD,SAAS,SAAsB;IAGrD,mBAAmB,EAAE,GAAG,EAAE,CAAE;IAElB,mBAAmB,EAAE,GAAG,EAAE,CAAC;IAC3B,YAAY,EAAE,MAAM,CAAC;IAE/B,SAAS,EAAE,OAAO,CAAC;IACnB,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,SAAM;gBAEF,GAAG,EAAE,iBAAiB;IAG1C,QAAQ,IAAI,IAAI;IAIhB,cAAc,IAAG,IAAI;
|
|
1
|
+
{"version":3,"file":"euim-multiselect.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-multiselect/euim-multiselect.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACsB,iBAAiB,EAGnC,MAAM,EAAU,mBAAmB,EACvB,aAAa,EAAE,SAAS,EAC9C,MAAM,eAAe,CAAC;;AAEvB,qBAQa,wBACT,YAAW,MAAM,EAAE,mBAAmB,EAAE,SAAS;IAarC,OAAO,CAAC,GAAG;IAZD,SAAS,SAAsB;IAGrD,mBAAmB,EAAE,GAAG,EAAE,CAAE;IAElB,mBAAmB,EAAE,GAAG,EAAE,CAAC;IAC3B,YAAY,EAAE,MAAM,CAAC;IAE/B,SAAS,EAAE,OAAO,CAAC;IACnB,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,SAAM;gBAEF,GAAG,EAAE,iBAAiB;IAG1C,QAAQ,IAAI,IAAI;IAIhB,cAAc,IAAG,IAAI;IAQrB,gBAAgB,IAAG,IAAI;IAMvB,kBAAkB,IAAI,MAAM;IAK5B,aAAa,IAAI,GAAG,EAAE;IAItB,aAAa,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,UAAO,GAAG,IAAI;IAMhD,qBAAqB,IAAI,IAAI;IAI7B,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;yCAtDhC,wBAAwB;2CAAxB,wBAAwB;CA6DpC"}
|
|
@@ -1,8 +1,28 @@
|
|
|
1
|
+
import { AfterContentInit } from '@angular/core';
|
|
2
|
+
import { EuimSkeletonListItemComponent } from '../euim-skeleton-list-item';
|
|
3
|
+
import { BooleanInput } from '@angular/cdk/coercion';
|
|
1
4
|
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class EuimSkeletonListComponent {
|
|
5
|
+
export declare class EuimSkeletonListComponent implements AfterContentInit {
|
|
3
6
|
items: number;
|
|
7
|
+
skeletonListItem: EuimSkeletonListItemComponent;
|
|
8
|
+
skeletonItem: any;
|
|
9
|
+
skeletonItemInputs: SkeletonItemInputs;
|
|
10
|
+
ngAfterContentInit(): void;
|
|
4
11
|
get itemsArray(): number[];
|
|
5
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimSkeletonListComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuimSkeletonListComponent, "euim-skeleton-list", never, { "items": { "alias": "items"; "required": false; }; }, {},
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimSkeletonListComponent, "euim-skeleton-list", never, { "items": { "alias": "items"; "required": false; }; }, {}, ["skeletonListItem"], never, false, never>;
|
|
7
14
|
}
|
|
15
|
+
type SkeletonItemInputs = {
|
|
16
|
+
hasAvatar?: BooleanInput;
|
|
17
|
+
hasTitle?: BooleanInput;
|
|
18
|
+
hasSubtitle?: BooleanInput;
|
|
19
|
+
hasMetaLine?: BooleanInput;
|
|
20
|
+
isAnimated?: BooleanInput;
|
|
21
|
+
avatarType?: string;
|
|
22
|
+
separator?: string;
|
|
23
|
+
titleWidth?: string;
|
|
24
|
+
subTitleWidth?: string;
|
|
25
|
+
metaLineWidth?: string;
|
|
26
|
+
};
|
|
27
|
+
export {};
|
|
8
28
|
//# sourceMappingURL=euim-skeleton-list.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-skeleton-list.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-skeleton-list/euim-skeleton-list.component.ts"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"euim-skeleton-list.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-skeleton-list/euim-skeleton-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkC,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjF,OAAO,EAAE,6BAA6B,EAAE,MAAM,4BAA4B,CAAC;AAC3E,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;;AAErD,qBAIa,yBAA0B,YAAW,gBAAgB;IACvD,KAAK,SAAK;IAE0B,gBAAgB,EAAE,6BAA6B,CAAC;IAE7F,YAAY,MAAQ;IACpB,kBAAkB,EAAE,kBAAkB,CAAM;IAE5C,kBAAkB,IAAI,IAAI;IAiB1B,IAAI,UAAU,IAAI,MAAM,EAAE,CAEzB;yCA3BU,yBAAyB;2CAAzB,yBAAyB;CA4BrC;AAED,KAAK,kBAAkB,GAAG;IACtB,SAAS,CAAC,EAAE,YAAY,CAAC;IACzB,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAA;CACzB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-skeleton-list-item.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,
|
|
1
|
+
{"version":3,"file":"euim-skeleton-list-item.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAErD,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;;;AAC/D,qBAgBa,6BAA6B;IAyBnB,mBAAmB,EAAE,mBAAmB;IAxB3D,IACW,UAAU,IAAI,MAAM,CAE9B;IAGD,SAAS,EAAE,YAAY,CAAQ;IAG/B,QAAQ,EAAE,YAAY,CAAQ;IAG9B,WAAW,EAAE,YAAY,CAAQ;IAGjC,WAAW,EAAE,YAAY,CAAQ;IAGjC,UAAU,EAAE,YAAY,CAAQ;IACvB,UAAU,EAAE,SAAS,GAAG,QAAQ,CAAC;IACjC,SAAS,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;IACrC,UAAU,SAAS;IACnB,aAAa,SAAS;IACtB,aAAa,SAAS;gBACZ,mBAAmB,EAAE,mBAAmB;IAE3D,OAAO,CAAC,aAAa;yCA3BZ,6BAA6B;2CAA7B,6BAA6B;CAmCzC"}
|