@eui/mobile-core 17.0.0-next.9 → 17.1.0-snapshot-1714031924926
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 +1 -1
- package/docs/components/EuiMUserProfileAvatarComponent.html +1 -1
- package/docs/components/EuiMUserProfileInfosComponent.html +1 -1
- package/docs/components/EuiMUserProfileInfosItemComponent.html +1 -1
- package/docs/components/EuimAboutComponent.html +770 -0
- package/docs/components/EuimAlertMessageComponent.html +1 -1
- package/docs/components/EuimAppComponent.html +1 -1
- package/docs/components/EuimAvatarComponent.html +1 -1
- package/docs/components/EuimAvatarIconComponent.html +1 -1
- package/docs/components/EuimBadgeComponent.html +1 -1
- package/docs/components/EuimChangelogComponent.html +326 -0
- package/docs/components/EuimChipSelectorComponent.html +1 -1
- package/docs/components/EuimDataSummaryColComponent.html +1 -1
- package/docs/components/EuimDataSummaryComponent.html +1 -1
- package/docs/components/EuimEmptyListPlaceholderComponent.html +1 -1
- package/docs/components/EuimHeaderDetailsComponent.html +1 -1
- package/docs/components/EuimHelpSupportComponent.html +618 -0
- package/docs/components/EuimLabelComponent.html +1 -1
- package/docs/components/EuimLanguageListComponent.html +1 -1
- package/docs/components/EuimLanguageSelectorComponent.html +1 -1
- package/docs/components/EuimLegalNoticeComponent.html +276 -0
- package/docs/components/EuimMediaHeaderComponent.html +1 -1
- package/docs/components/EuimMessageComponent.html +1 -1
- package/docs/components/EuimMessageTitleComponent.html +1 -1
- package/docs/components/EuimMultiselectComponent.html +1 -1
- package/docs/components/EuimMultiselectFilterComponent.html +1 -1
- package/docs/components/EuimMultiselectInfoComponent.html +1 -1
- package/docs/components/EuimMultiselectListComponent.html +1 -1
- package/docs/components/EuimMultiselectToolbarComponent.html +1 -1
- package/docs/components/EuimNotificationItemComponent.html +1 -1
- package/docs/components/EuimOpenSourceLicencesComponent.html +276 -0
- package/docs/components/EuimPdfWrapperComponent.html +1 -1
- package/docs/components/EuimPrivacyStatementComponent.html +276 -0
- package/docs/components/EuimScrollerXComponent.html +1 -1
- package/docs/components/EuimSidebarComponent.html +1 -1
- package/docs/components/EuimSidebarContentComponent.html +1 -1
- package/docs/components/EuimSkeletonListComponent.html +1 -1
- package/docs/components/EuimSkeletonListItemComponent.html +1 -1
- package/docs/components/EuimSlideInfoScreenComponent.html +1 -1
- package/docs/components/EuimSliderInfoScreenComponent.html +1 -1
- package/docs/components/EuimSpinnerComponent.html +1 -1
- package/docs/components/EuimSpinnerDescriptionComponent.html +1 -1
- package/docs/components/EuimSpinnerMessageComponent.html +1 -1
- package/docs/components/EuimToolbarActionItemsComponent.html +1 -1
- package/docs/components/EuimToolbarComponent.html +1 -1
- package/docs/components/EuimToolbarTitleComponent.html +1 -1
- package/docs/components/EuimUserProfileComponent.html +1 -1
- package/docs/dependencies.html +7 -5
- package/docs/index.html +3 -3
- package/docs/interfaces/AlertInfos.html +407 -0
- package/docs/interfaces/Contact.html +446 -0
- package/docs/interfaces/HelpContacts.html +311 -0
- package/docs/interfaces/Material.html +401 -0
- package/docs/interfaces/SupportMaterials.html +311 -0
- package/docs/js/menu-wc.js +245 -15
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +40 -0
- package/docs/modules/EuimAboutModule.html +277 -0
- package/docs/modules/EuimAlertMessageModule.html +32 -2
- package/docs/modules/EuimAllModule.html +6 -0
- package/docs/modules/EuimAvatarModule.html +32 -2
- package/docs/modules/EuimDataSummaryModule.html +32 -2
- package/docs/modules/EuimHeaderDetailsModule.html +32 -2
- package/docs/modules/EuimMediaHeaderModule.html +32 -2
- package/docs/modules/EuimMessageModule.html +32 -2
- package/docs/modules/EuimMultiselectModule.html +32 -2
- package/docs/modules/EuimPdfWrapperModule.html +32 -2
- package/docs/modules/EuimSkeletonListItemModule.html +32 -2
- package/docs/modules/EuimSkeletonListModule.html +32 -2
- package/docs/modules/EuimSliderInfoScreenModule.html +32 -2
- package/docs/modules/EuimUserProfileModule.html +32 -2
- package/docs/modules.html +12 -0
- package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +2 -2
- package/esm2022/lib/components/euim-about/euim-about.component.mjs +75 -0
- package/esm2022/lib/components/euim-about/euim-about.module.mjs +75 -0
- package/esm2022/lib/components/euim-about/euim-changelog/euim-changelog.component.mjs +20 -0
- package/esm2022/lib/components/euim-about/euim-help-support/euim-help-support.component.mjs +48 -0
- package/esm2022/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.mjs +11 -0
- package/esm2022/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.mjs +11 -0
- package/esm2022/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.mjs +11 -0
- package/esm2022/lib/components/euim-about/index.mjs +8 -0
- package/esm2022/lib/components/euim-alert-message/euim-alert-messsage.component.mjs +2 -2
- package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +2 -2
- package/esm2022/lib/components/index.mjs +2 -1
- package/esm2022/lib/euim-all.module.mjs +6 -2
- package/fesm2022/eui-mobile-core.mjs +281 -77
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/euim-about/euim-about.component.d.ts +30 -0
- package/lib/components/euim-about/euim-about.component.d.ts.map +1 -0
- package/lib/components/euim-about/euim-about.module.d.ts +21 -0
- package/lib/components/euim-about/euim-about.module.d.ts.map +1 -0
- package/lib/components/euim-about/euim-changelog/euim-changelog.component.d.ts +7 -0
- package/lib/components/euim-about/euim-changelog/euim-changelog.component.d.ts.map +1 -0
- package/lib/components/euim-about/euim-help-support/euim-help-support.component.d.ts +40 -0
- package/lib/components/euim-about/euim-help-support/euim-help-support.component.d.ts.map +1 -0
- package/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.d.ts +6 -0
- package/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.d.ts.map +1 -0
- package/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.d.ts +6 -0
- package/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.d.ts.map +1 -0
- package/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.d.ts +6 -0
- package/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.d.ts.map +1 -0
- package/lib/components/euim-about/index.d.ts +8 -0
- package/lib/components/euim-about/index.d.ts.map +1 -0
- package/lib/components/index.d.ts +1 -0
- package/lib/components/index.d.ts.map +1 -1
- package/lib/euim-all.module.d.ts +17 -16
- package/lib/euim-all.module.d.ts.map +1 -1
- package/package.json +3 -2
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
+
import { AfterContentInit } from '@angular/core';
|
|
3
|
+
import { EuimChangelogComponent } from './euim-changelog/euim-changelog.component';
|
|
4
|
+
import { EuimPrivacyStatementComponent } from './euim-privacy-statement/euim-privacy-statement.component';
|
|
5
|
+
import { EuimHelpSupportComponent } from './euim-help-support/euim-help-support.component';
|
|
6
|
+
import { EuimLegalNoticeComponent } from './euim-legal-notice/euim-legal-notice.component';
|
|
7
|
+
import { EuimOpenSourceLicencesComponent } from './euim-opensource-licences/euim-opensource-licences.component';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class EuimAboutComponent implements AfterContentInit {
|
|
10
|
+
changelog: EuimChangelogComponent;
|
|
11
|
+
privacyStatement: EuimPrivacyStatementComponent;
|
|
12
|
+
helpSupport: EuimHelpSupportComponent;
|
|
13
|
+
legalNotice: EuimLegalNoticeComponent;
|
|
14
|
+
openSourceLicences: EuimOpenSourceLicencesComponent;
|
|
15
|
+
showCode: BooleanInput;
|
|
16
|
+
version: any;
|
|
17
|
+
releaseDate: any;
|
|
18
|
+
qrCodeUrl: string;
|
|
19
|
+
logoUrl: string;
|
|
20
|
+
changelogExists: boolean;
|
|
21
|
+
privacyStatementExists: boolean;
|
|
22
|
+
helpSupportExists: boolean;
|
|
23
|
+
legalNoticeExists: boolean;
|
|
24
|
+
openSourceLicencesExists: boolean;
|
|
25
|
+
toggleQRCode(): void;
|
|
26
|
+
ngAfterContentInit(): void;
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EuimAboutComponent, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimAboutComponent, "euim-about", never, { "showCode": { "alias": "showCode"; "required": false; }; "version": { "alias": "version"; "required": false; }; "releaseDate": { "alias": "releaseDate"; "required": false; }; "qrCodeUrl": { "alias": "qrCodeUrl"; "required": false; }; "logoUrl": { "alias": "logoUrl"; "required": false; }; }, {}, ["changelog", "privacyStatement", "helpSupport", "legalNotice", "openSourceLicences"], never, false, never>;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=euim-about.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"euim-about.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-about/euim-about.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAErD,OAAO,EAAkC,gBAAgB,EAAqB,MAAM,eAAe,CAAC;AACpG,OAAO,EAAE,sBAAsB,EAAE,MAAM,2CAA2C,CAAC;AACnF,OAAO,EAAE,6BAA6B,EAAE,MAAM,2DAA2D,CAAC;AAC1G,OAAO,EAAE,wBAAwB,EAAE,MAAM,iDAAiD,CAAC;AAC3F,OAAO,EAAE,wBAAwB,EAAE,MAAM,iDAAiD,CAAC;AAC3F,OAAO,EAAE,+BAA+B,EAAE,MAAM,+DAA+D,CAAC;;AAEhH,qBAOa,kBAAmB,YAAW,gBAAgB;IAEnB,SAAS,EAAE,sBAAsB,CAAC;IAC3B,gBAAgB,EAAE,6BAA6B,CAAC;IACrD,WAAW,EAAE,wBAAwB,CAAC;IACtC,WAAW,EAAE,wBAAwB,CAAC;IAC/B,kBAAkB,EAAE,+BAA+B,CAAC;IAGnG,QAAQ,EAAE,YAAY,CAAS;IACtB,OAAO,MAAC;IACR,WAAW,MAAC;IACZ,SAAS,EAAG,MAAM,CAAC;IACnB,OAAO,SAAM;IAEtB,eAAe,UAAS;IACxB,sBAAsB,UAAS;IAC/B,iBAAiB,UAAS;IAC1B,iBAAiB,UAAS;IAC1B,wBAAwB,UAAS;IAEjC,YAAY,IAAI,IAAI;IAIpB,kBAAkB,IAAI,IAAI;yCAzBf,kBAAkB;2CAAlB,kBAAkB;CAiC9B"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./euim-about.component";
|
|
3
|
+
import * as i2 from "./euim-changelog/euim-changelog.component";
|
|
4
|
+
import * as i3 from "./euim-privacy-statement/euim-privacy-statement.component";
|
|
5
|
+
import * as i4 from "./euim-opensource-licences/euim-opensource-licences.component";
|
|
6
|
+
import * as i5 from "./euim-legal-notice/euim-legal-notice.component";
|
|
7
|
+
import * as i6 from "./euim-help-support/euim-help-support.component";
|
|
8
|
+
import * as i7 from "@angular/common";
|
|
9
|
+
import * as i8 from "@ionic/angular";
|
|
10
|
+
import * as i9 from "angularx-qrcode";
|
|
11
|
+
import * as i10 from "../layout/euim-toolbar/euim-toolbar.module";
|
|
12
|
+
import * as i11 from "../layout/euim-header-details/euim-header-details.module";
|
|
13
|
+
import * as i12 from "../atoms/euim-label/euim-label.module";
|
|
14
|
+
import * as i13 from "../euim-avatar-icon/euim-avatar-icon.module";
|
|
15
|
+
import * as i14 from "../euim-alert-message/euim-alert-message.module";
|
|
16
|
+
export declare class EuimAboutModule {
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EuimAboutModule, never>;
|
|
18
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimAboutModule, [typeof i1.EuimAboutComponent, typeof i2.EuimChangelogComponent, typeof i3.EuimPrivacyStatementComponent, typeof i4.EuimOpenSourceLicencesComponent, typeof i5.EuimLegalNoticeComponent, typeof i6.EuimHelpSupportComponent], [typeof i7.CommonModule, typeof i8.IonicModule, typeof i9.QRCodeModule, typeof i10.EuimToolbarComponentModule, typeof i11.EuimHeaderDetailsModule, typeof i12.EuimLabelModule, typeof i13.EuimAvatarIconModule, typeof i14.EuimAlertMessageModule], [typeof i1.EuimAboutComponent, typeof i2.EuimChangelogComponent, typeof i3.EuimPrivacyStatementComponent, typeof i4.EuimOpenSourceLicencesComponent, typeof i5.EuimLegalNoticeComponent, typeof i6.EuimHelpSupportComponent]>;
|
|
19
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<EuimAboutModule>;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=euim-about.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"euim-about.module.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-about/euim-about.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAyBA,qBAmBa,eAAe;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAC3B"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class EuimChangelogComponent {
|
|
3
|
+
changeLogs: any[];
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EuimChangelogComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimChangelogComponent, "euim-changelog", never, { "changeLogs": { "alias": "changeLogs"; "required": false; }; }, {}, never, never, false, never>;
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=euim-changelog.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"euim-changelog.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-about/euim-changelog/euim-changelog.component.ts"],"names":[],"mappings":";AAEA,qBAMa,sBAAsB;IACtB,UAAU,QAAM;yCADhB,sBAAsB;2CAAtB,sBAAsB;CAElC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class EuimHelpSupportComponent {
|
|
3
|
+
helpContacts: HelpContacts;
|
|
4
|
+
supportMaterials: SupportMaterials;
|
|
5
|
+
alertInfos: AlertInfos;
|
|
6
|
+
className: string;
|
|
7
|
+
getLink(linkType: any, linkTitle: any): string;
|
|
8
|
+
setTargetAttribute(linkType: any): string;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EuimHelpSupportComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimHelpSupportComponent, "euim-help-support", never, { "helpContacts": { "alias": "helpContacts"; "required": false; }; "supportMaterials": { "alias": "supportMaterials"; "required": false; }; "alertInfos": { "alias": "alertInfos"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
11
|
+
}
|
|
12
|
+
interface AlertInfos {
|
|
13
|
+
icon?: string;
|
|
14
|
+
title?: string;
|
|
15
|
+
btnLink?: string;
|
|
16
|
+
btnTitle?: string;
|
|
17
|
+
}
|
|
18
|
+
interface Contact {
|
|
19
|
+
linkTitle: string;
|
|
20
|
+
linkType?: string;
|
|
21
|
+
link?: string;
|
|
22
|
+
subtitle?: string;
|
|
23
|
+
icon?: string;
|
|
24
|
+
}
|
|
25
|
+
interface HelpContacts {
|
|
26
|
+
sectionTitle?: string;
|
|
27
|
+
contacts: Contact[];
|
|
28
|
+
}
|
|
29
|
+
interface Material {
|
|
30
|
+
title: string;
|
|
31
|
+
subtitle?: string;
|
|
32
|
+
link?: string;
|
|
33
|
+
icon?: string;
|
|
34
|
+
}
|
|
35
|
+
interface SupportMaterials {
|
|
36
|
+
sectionTitle?: string;
|
|
37
|
+
materials: Material[];
|
|
38
|
+
}
|
|
39
|
+
export {};
|
|
40
|
+
//# sourceMappingURL=euim-help-support.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"euim-help-support.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-about/euim-help-support/euim-help-support.component.ts"],"names":[],"mappings":";AAEA,qBAMa,wBAAwB;IAC1B,YAAY,EAAE,YAAY,CAAoB;IAC9C,gBAAgB,EAAE,gBAAgB,CAAqB;IACvD,UAAU,EAAE,UAAU,CAAK;IAEd,SAAS,SAAuB;IAEtD,OAAO,CAAC,QAAQ,KAAA,EAAE,SAAS,KAAA,GAAG,MAAM;IAWpC,kBAAkB,CAAC,QAAQ,KAAA,GAAG,MAAM;yCAlBzB,wBAAwB;2CAAxB,wBAAwB;CA0BpC;AAED,UAAU,UAAU;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,UAAU,OAAO;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,UAAU,YAAY;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,OAAO,EAAE,CAAC;CACrB;AAED,UAAU,QAAQ;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,UAAU,gBAAgB;IACxB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,QAAQ,EAAE,CAAC;CACvB"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class EuimLegalNoticeComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EuimLegalNoticeComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimLegalNoticeComponent, "euim-legal-notice", never, {}, {}, never, ["*"], false, never>;
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=euim-legal-notice.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"euim-legal-notice.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.ts"],"names":[],"mappings":";AAEA,qBAMa,wBAAwB;yCAAxB,wBAAwB;2CAAxB,wBAAwB;CACpC"}
|
package/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.d.ts
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class EuimOpenSourceLicencesComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EuimOpenSourceLicencesComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimOpenSourceLicencesComponent, "euim-opensource-licences", never, {}, {}, never, ["*"], false, never>;
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=euim-opensource-licences.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"euim-opensource-licences.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.ts"],"names":[],"mappings":";AAEA,qBAMa,+BAA+B;yCAA/B,+BAA+B;2CAA/B,+BAA+B;CAC3C"}
|
package/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.d.ts
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class EuimPrivacyStatementComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EuimPrivacyStatementComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimPrivacyStatementComponent, "euim-privacy-statement", never, {}, {}, never, ["*"], false, never>;
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=euim-privacy-statement.component.d.ts.map
|
package/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"euim-privacy-statement.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.ts"],"names":[],"mappings":";AAEA,qBAMa,6BAA6B;yCAA7B,6BAA6B;2CAA7B,6BAA6B;CACzC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from './euim-about.component';
|
|
2
|
+
export * from './euim-about.module';
|
|
3
|
+
export * from './euim-changelog/euim-changelog.component';
|
|
4
|
+
export * from './euim-help-support/euim-help-support.component';
|
|
5
|
+
export * from './euim-legal-notice/euim-legal-notice.component';
|
|
6
|
+
export * from './euim-opensource-licences/euim-opensource-licences.component';
|
|
7
|
+
export * from './euim-privacy-statement/euim-privacy-statement.component';
|
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-about/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,2CAA2C,CAAC;AAC1D,cAAc,iDAAiD,CAAC;AAChE,cAAc,iDAAiD,CAAC;AAChE,cAAc,+DAA+D,CAAC;AAC9E,cAAc,2DAA2D,CAAC"}
|
|
@@ -22,6 +22,7 @@ export * from './euim-skeleton-list';
|
|
|
22
22
|
export * from './euim-skeleton-list-item';
|
|
23
23
|
export * from './euim-multiselect';
|
|
24
24
|
export * from './euim-pdf-wrapper';
|
|
25
|
+
export * from './euim-about';
|
|
25
26
|
export * from './directives/euim-divider';
|
|
26
27
|
export * from './directives/euim-skeleton-text-avatar';
|
|
27
28
|
export * from './base-states.directive';
|
|
@@ -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,oBAAoB,CAAC;AACnC,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,oBAAoB,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,oBAAoB,CAAC;AACnC,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,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAE7B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wCAAwC,CAAC;AAEvD,cAAc,yBAAyB,CAAC"}
|
package/lib/euim-all.module.d.ts
CHANGED
|
@@ -9,24 +9,25 @@ import * as i7 from "./components/euim-skeleton-list/euim-skeleton-list.module";
|
|
|
9
9
|
import * as i8 from "./components/euim-avatar-icon/euim-avatar-icon.module";
|
|
10
10
|
import * as i9 from "./components/atoms/euim-label/euim-label.module";
|
|
11
11
|
import * as i10 from "./components/euim-alert-message/euim-alert-message.module";
|
|
12
|
-
import * as i11 from "./components/
|
|
13
|
-
import * as i12 from "./components/
|
|
14
|
-
import * as i13 from "./components/euim-
|
|
15
|
-
import * as i14 from "./components/euim-
|
|
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/euim-
|
|
20
|
-
import * as i19 from "./components/euim-
|
|
21
|
-
import * as i20 from "./components/euim-
|
|
22
|
-
import * as i21 from "./components/
|
|
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/directives/euim-
|
|
12
|
+
import * as i11 from "./components/euim-about/euim-about.module";
|
|
13
|
+
import * as i12 from "./components/layout/euim-toolbar/euim-toolbar.module";
|
|
14
|
+
import * as i13 from "./components/atoms/euim-notification-item/euim-notification-item.module";
|
|
15
|
+
import * as i14 from "./components/euim-media-header/euim-media-header.module";
|
|
16
|
+
import * as i15 from "./components/euim-data-summary/euim-data-summary.module";
|
|
17
|
+
import * as i16 from "./components/layout/euim-header-details/euim-header-details.module";
|
|
18
|
+
import * as i17 from "./components/euim-avatar/euim-avatar.module";
|
|
19
|
+
import * as i18 from "./components/euim-slider-info-screen/euim-slider-info-screen.module";
|
|
20
|
+
import * as i19 from "./components/euim-scroller-x/euim-scroller-x.module";
|
|
21
|
+
import * as i20 from "./components/euim-chip-selector/euim-chip-selector.module";
|
|
22
|
+
import * as i21 from "./components/euim-badge/euim-badge.module";
|
|
23
|
+
import * as i22 from "./components/layout/euim-sidebar/euim-sidebar.module";
|
|
24
|
+
import * as i23 from "./components/euim-multiselect/euim-multiselect.module";
|
|
25
|
+
import * as i24 from "./components/euim-spinner/euim-spinner.module";
|
|
26
|
+
import * as i25 from "./components/directives/euim-divider/euim-divider.module";
|
|
27
|
+
import * as i26 from "./components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.module";
|
|
27
28
|
export declare class EuimAllModule {
|
|
28
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimAllModule, never>;
|
|
29
|
-
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.EuimAvatarIconModule, typeof i9.EuimLabelModule, typeof i10.EuimAlertMessageModule, typeof i11.
|
|
30
|
+
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.EuimAvatarIconModule, typeof i9.EuimLabelModule, typeof i10.EuimAlertMessageModule, typeof i11.EuimAboutModule, typeof i12.EuimToolbarComponentModule, typeof i13.EuimNotificationItemModule, typeof i14.EuimMediaHeaderModule, typeof i15.EuimDataSummaryModule, typeof i16.EuimHeaderDetailsModule, typeof i17.EuimAvatarModule, typeof i18.EuimSliderInfoScreenModule, typeof i19.EuimScrollerXComponentModule, typeof i20.EuimChipSelectorComponentModule, typeof i21.EuimBadgeModule, typeof i22.EuimSidebarModule, typeof i23.EuimMultiselectModule, typeof i24.EuimSpinnerComponentModule, typeof i25.EuimDividerModule, typeof i26.EuimSkeletonTextAvatarModule], [typeof i1.EuimAppModule, typeof i2.EuimEmptyListPlaceholderModule, typeof i3.EuimLanguageSelectorModule, typeof i4.EuimUserProfileModule, typeof i5.EuimMessageModule, typeof i6.EuimSkeletonListItemModule, typeof i7.EuimSkeletonListModule, typeof i8.EuimAvatarIconModule, typeof i9.EuimLabelModule, typeof i10.EuimAlertMessageModule, typeof i11.EuimAboutModule, typeof i12.EuimToolbarComponentModule, typeof i13.EuimNotificationItemModule, typeof i14.EuimMediaHeaderModule, typeof i15.EuimDataSummaryModule, typeof i16.EuimHeaderDetailsModule, typeof i17.EuimAvatarModule, typeof i18.EuimSliderInfoScreenModule, typeof i19.EuimScrollerXComponentModule, typeof i20.EuimChipSelectorComponentModule, typeof i21.EuimBadgeModule, typeof i22.EuimSidebarModule, typeof i23.EuimMultiselectModule, typeof i24.EuimSpinnerComponentModule, typeof i25.EuimDividerModule, typeof i26.EuimSkeletonTextAvatarModule]>;
|
|
30
31
|
static ɵinj: i0.ɵɵInjectorDeclaration<EuimAllModule>;
|
|
31
32
|
}
|
|
32
33
|
//# 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":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAiEA,qBAUa,aAAa;yCAAb,aAAa;0CAAb,aAAa;0CAAb,aAAa;CACzB"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eui/mobile-core",
|
|
3
|
-
"version": "17.
|
|
4
|
-
"tag": "
|
|
3
|
+
"version": "17.1.0-snapshot-1714031924926",
|
|
4
|
+
"tag": "snapshot",
|
|
5
5
|
"license": "EUPL-1.1",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@ionic/angular-toolkit": "7.0.0",
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"ngx-moment": "6.0.2",
|
|
11
11
|
"ng2-pdf-viewer": "10.0.0",
|
|
12
12
|
"@meddv/ngx-pinch-zoom": "17.0.1",
|
|
13
|
+
"angularx-qrcode": "^12.0.0",
|
|
13
14
|
"tslib": "^2.3.0"
|
|
14
15
|
},
|
|
15
16
|
"module": "fesm2022/eui-mobile-core.mjs",
|