@eui/mobile-core 17.1.0-snapshot-1715156315917 → 17.1.0-snapshot-1715853050652
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/assets/i18n-mobile/en.json +10 -3
- package/assets/i18n-mobile/es.json +10 -2
- package/assets/i18n-mobile/fr.json +10 -2
- package/assets/i18n-mobile/tr.json +10 -2
- 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 +2 -2
- package/docs/components/{EuimLicenseDetailsComponent.html → EuimAboutContentLoadingComponent.html} +30 -52
- 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 +2 -2
- 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 +2 -2
- package/docs/components/EuimLabelComponent.html +1 -1
- package/docs/components/EuimLanguageListComponent.html +1 -1
- package/docs/components/EuimLanguageSelectorComponent.html +1 -1
- 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 +2 -2
- package/docs/components/{EuimPdfWrapperComponent.html → EuimPdfViewerComponent.html} +8 -8
- 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/EuimToolbarDatepickerComponent.html +1 -1
- package/docs/components/EuimToolbarTitleComponent.html +1 -1
- package/docs/components/EuimUserProfileComponent.html +1 -1
- package/docs/dependencies.html +5 -5
- package/docs/index.html +1 -1
- package/docs/js/menu-wc.js +50 -128
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +5 -6
- package/docs/modules/EuimAboutModule.html +6 -18
- package/docs/modules/EuimAlertMessageModule.html +6 -18
- package/docs/modules/EuimAllModule.html +6 -0
- package/docs/modules/EuimAvatarModule.html +6 -18
- package/docs/modules/EuimDataSummaryModule.html +6 -18
- package/docs/modules/EuimHeaderDetailsModule.html +6 -18
- package/docs/modules/EuimMediaHeaderModule.html +6 -18
- package/docs/modules/EuimMessageModule.html +6 -18
- package/docs/modules/EuimMultiselectModule.html +6 -18
- package/docs/modules/{EuimPdfWrapperModule.html → EuimPdfViewerModule.html} +9 -21
- package/docs/modules/EuimSkeletonListItemModule.html +6 -18
- package/docs/modules/EuimSkeletonListModule.html +6 -18
- package/docs/modules/EuimSliderInfoScreenModule.html +6 -18
- package/docs/modules/EuimUserProfileModule.html +6 -18
- package/docs/modules.html +2 -2
- package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +2 -2
- package/esm2022/lib/components/euim-about/euim-about-content-loading/euim-about-content-loading.component.mjs +26 -0
- package/esm2022/lib/components/euim-about/euim-about.component.mjs +4 -3
- package/esm2022/lib/components/euim-about/euim-about.module.mjs +11 -15
- package/esm2022/lib/components/euim-about/euim-changelog/euim-changelog.component.mjs +4 -3
- package/esm2022/lib/components/euim-about/euim-help-support/euim-help-support.component.mjs +4 -3
- package/esm2022/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.mjs +4 -3
- package/esm2022/lib/components/euim-about/index.mjs +2 -4
- package/esm2022/lib/components/euim-pdf-viewer/euim-pdf-viewer.component.mjs +99 -0
- package/esm2022/lib/components/euim-pdf-viewer/euim-pdf-viewer.module.mjs +47 -0
- package/esm2022/lib/components/euim-pdf-viewer/index.mjs +3 -0
- package/esm2022/lib/components/index.mjs +2 -2
- package/esm2022/lib/euim-all.module.mjs +6 -2
- package/fesm2022/eui-mobile-core.mjs +66 -90
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/euim-about/euim-about-content-loading/euim-about-content-loading.component.d.ts +14 -0
- package/lib/components/euim-about/euim-about-content-loading/euim-about-content-loading.component.d.ts.map +1 -0
- package/lib/components/euim-about/euim-about.module.d.ts +14 -15
- package/lib/components/euim-about/euim-about.module.d.ts.map +1 -1
- package/lib/components/euim-about/index.d.ts +1 -3
- package/lib/components/euim-about/index.d.ts.map +1 -1
- package/lib/components/{euim-pdf-wrapper/euim-pdf-wrapper.component.d.ts → euim-pdf-viewer/euim-pdf-viewer.component.d.ts} +5 -4
- package/lib/components/euim-pdf-viewer/euim-pdf-viewer.component.d.ts.map +1 -0
- package/lib/components/euim-pdf-viewer/euim-pdf-viewer.module.d.ts +14 -0
- package/lib/components/euim-pdf-viewer/euim-pdf-viewer.module.d.ts.map +1 -0
- package/lib/components/euim-pdf-viewer/index.d.ts +3 -0
- package/lib/components/euim-pdf-viewer/index.d.ts.map +1 -0
- package/lib/components/index.d.ts +1 -1
- package/lib/components/index.d.ts.map +1 -1
- package/lib/euim-all.module.d.ts +7 -6
- package/lib/euim-all.module.d.ts.map +1 -1
- package/package.json +1 -1
- package/docs/components/EuimLegalNoticeComponent.html +0 -416
- package/docs/components/EuimPrivacyStatementComponent.html +0 -416
- package/esm2022/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.mjs +0 -25
- package/esm2022/lib/components/euim-about/euim-license-details/euim-license-details.component.mjs +0 -24
- package/esm2022/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.mjs +0 -25
- package/esm2022/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.component.mjs +0 -92
- package/esm2022/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.module.mjs +0 -43
- package/esm2022/lib/components/euim-pdf-wrapper/index.mjs +0 -3
- package/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.d.ts +0 -13
- package/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.d.ts.map +0 -1
- package/lib/components/euim-about/euim-license-details/euim-license-details.component.d.ts +0 -13
- package/lib/components/euim-about/euim-license-details/euim-license-details.component.d.ts.map +0 -1
- package/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.d.ts +0 -13
- package/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.d.ts.map +0 -1
- package/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.component.d.ts.map +0 -1
- package/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.module.d.ts +0 -13
- package/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.module.d.ts.map +0 -1
- package/lib/components/euim-pdf-wrapper/index.d.ts +0 -3
- package/lib/components/euim-pdf-wrapper/index.d.ts.map +0 -1
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class EuimAboutContentLoadingComponent implements OnInit {
|
|
5
|
+
private sanitizer;
|
|
6
|
+
webUrl: string;
|
|
7
|
+
toolbarTitle: any;
|
|
8
|
+
protected sanitizedUrl: SafeResourceUrl;
|
|
9
|
+
constructor(sanitizer: DomSanitizer);
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EuimAboutContentLoadingComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimAboutContentLoadingComponent, "euim-about-content-loading", never, { "webUrl": { "alias": "webUrl"; "required": false; }; "toolbarTitle": { "alias": "toolbarTitle"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=euim-about-content-loading.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"euim-about-content-loading.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-about/euim-about-content-loading/euim-about-content-loading.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAqB,MAAM,eAAe,CAAC;AAC5E,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;;AAE1E,qBAMa,gCAAiC,YAAW,MAAM;IAMzD,OAAO,CAAC,SAAS;IALV,MAAM,SAAM;IACZ,YAAY,MAAC;IACtB,SAAS,CAAC,YAAY,EAAE,eAAe,CAAC;gBAG9B,SAAS,EAAE,YAAY;IAGjC,QAAQ,IAAI,IAAI;yCATP,gCAAgC;2CAAhC,gCAAgC;CAY5C"}
|
|
@@ -1,23 +1,22 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./euim-about.component";
|
|
3
3
|
import * as i2 from "./euim-changelog/euim-changelog.component";
|
|
4
|
-
import * as i3 from "./euim-
|
|
5
|
-
import * as i4 from "./euim-
|
|
6
|
-
import * as i5 from "./euim-
|
|
7
|
-
import * as i6 from "
|
|
8
|
-
import * as i7 from "
|
|
9
|
-
import * as i8 from "
|
|
10
|
-
import * as i9 from "
|
|
11
|
-
import * as i10 from "
|
|
12
|
-
import * as i11 from "../
|
|
13
|
-
import * as i12 from "../
|
|
14
|
-
import * as i13 from "../
|
|
15
|
-
import * as i14 from "
|
|
16
|
-
import * as i15 from "
|
|
17
|
-
import * as i16 from "@mapaxe/ngx-pinch-zoom";
|
|
4
|
+
import * as i3 from "./euim-opensource-licences/euim-opensource-licences.component";
|
|
5
|
+
import * as i4 from "./euim-help-support/euim-help-support.component";
|
|
6
|
+
import * as i5 from "./euim-about-content-loading/euim-about-content-loading.component";
|
|
7
|
+
import * as i6 from "@angular/common";
|
|
8
|
+
import * as i7 from "@ionic/angular";
|
|
9
|
+
import * as i8 from "angularx-qrcode";
|
|
10
|
+
import * as i9 from "../layout/euim-toolbar/euim-toolbar.module";
|
|
11
|
+
import * as i10 from "../layout/euim-header-details/euim-header-details.module";
|
|
12
|
+
import * as i11 from "../atoms/euim-label/euim-label.module";
|
|
13
|
+
import * as i12 from "../euim-avatar-icon/euim-avatar-icon.module";
|
|
14
|
+
import * as i13 from "../euim-alert-message/euim-alert-message.module";
|
|
15
|
+
import * as i14 from "@mapaxe/ngx-pinch-zoom";
|
|
16
|
+
import * as i15 from "@ngx-translate/core";
|
|
18
17
|
export declare class EuimAboutModule {
|
|
19
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimAboutModule, never>;
|
|
20
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimAboutModule, [typeof i1.EuimAboutComponent, typeof i2.EuimChangelogComponent, typeof i3.
|
|
19
|
+
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.EuimAvatarIconModule, typeof i13.EuimAlertMessageModule, typeof i14.PinchZoomModule, typeof i15.TranslateModule], [typeof i1.EuimAboutComponent, typeof i2.EuimChangelogComponent, typeof i3.EuimOpenSourceLicencesComponent, typeof i4.EuimHelpSupportComponent, typeof i5.EuimAboutContentLoadingComponent]>;
|
|
21
20
|
static ɵinj: i0.ɵɵInjectorDeclaration<EuimAboutModule>;
|
|
22
21
|
}
|
|
23
22
|
//# sourceMappingURL=euim-about.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-about.module.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-about/euim-about.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"euim-about.module.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-about/euim-about.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AA0BA,qBAqBa,eAAe;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAC3B"}
|
|
@@ -2,8 +2,6 @@ export * from './euim-about.component';
|
|
|
2
2
|
export * from './euim-about.module';
|
|
3
3
|
export * from './euim-changelog/euim-changelog.component';
|
|
4
4
|
export * from './euim-help-support/euim-help-support.component';
|
|
5
|
-
export * from './euim-legal-notice/euim-legal-notice.component';
|
|
6
5
|
export * from './euim-opensource-licences/euim-opensource-licences.component';
|
|
7
|
-
export * from './euim-
|
|
8
|
-
export * from './euim-license-details/euim-license-details.component';
|
|
6
|
+
export * from './euim-about-content-loading/euim-about-content-loading.component';
|
|
9
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +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
|
|
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,+DAA+D,CAAC;AAC9E,cAAc,mEAAmE,CAAC"}
|
|
@@ -2,7 +2,7 @@ import { PDFDocumentProxy } from 'ng2-pdf-viewer';
|
|
|
2
2
|
import { AlertController } from '@ionic/angular';
|
|
3
3
|
import { PinchZoomComponent, ZoomEvent } from '@mapaxe/ngx-pinch-zoom';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class
|
|
5
|
+
export declare class EuimPdfViewerComponent {
|
|
6
6
|
private alertService;
|
|
7
7
|
url: string;
|
|
8
8
|
page: number;
|
|
@@ -23,7 +23,8 @@ export declare class EuimPdfWrapperComponent {
|
|
|
23
23
|
onResetZoom(): void;
|
|
24
24
|
nextPage(): void;
|
|
25
25
|
prevPage(): void;
|
|
26
|
-
|
|
27
|
-
static
|
|
26
|
+
private openLink;
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EuimPdfViewerComponent, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimPdfViewerComponent, "euim-pdf-viewer", never, { "url": { "alias": "url"; "required": false; }; "page": { "alias": "page"; "required": false; }; }, {}, never, never, false, never>;
|
|
28
29
|
}
|
|
29
|
-
//# sourceMappingURL=euim-pdf-
|
|
30
|
+
//# sourceMappingURL=euim-pdf-viewer.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"euim-pdf-viewer.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-pdf-viewer/euim-pdf-viewer.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACjD,OAAO,EAAE,kBAAkB,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;;AAEvE,qBAMa,sBAAsB;IAcnB,OAAO,CAAC,YAAY;IAbvB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,SAAM;IAEmB,KAAK,EAAG,kBAAkB,CAAC;IAEjE,IAAI,SAAK;IACT,OAAO,UAAQ;IACf,YAAY,SAAM;IAClB,GAAG,EAAE,gBAAgB,CAAC;IACtB,WAAW,CAAC,EAAE,SAAS,CAAC;IAExB,OAAO,CAAC,gBAAgB,CAAU;gBAEd,YAAY,EAAE,eAAe;IAWjD,UAAU,CAAC,KAAK,EAAE,SAAS,GAAG,IAAI;IAKlC,QAAQ,CAAC,GAAG,EAAE,gBAAgB,GAAG,IAAI;IAMrC,OAAO,IAAI,IAAI;IAMf,UAAU,IAAI,IAAI;IAelB,QAAQ,IAAI,IAAI;IAIhB,SAAS,IAAI,IAAI;IAMjB,WAAW,IAAI,IAAI;IAQnB,QAAQ,IAAI,IAAI;IAMhB,QAAQ,IAAG,IAAI;IAMf,OAAO,CAAC,QAAQ;yCAvFP,sBAAsB;2CAAtB,sBAAsB;CAkGlC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./euim-pdf-viewer.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@ionic/angular";
|
|
5
|
+
import * as i4 from "ng2-pdf-viewer";
|
|
6
|
+
import * as i5 from "@mapaxe/ngx-pinch-zoom";
|
|
7
|
+
import * as i6 from "../euim-spinner/euim-spinner.module";
|
|
8
|
+
import * as i7 from "@ngx-translate/core";
|
|
9
|
+
export declare class EuimPdfViewerModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EuimPdfViewerModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimPdfViewerModule, [typeof i1.EuimPdfViewerComponent], [typeof i2.CommonModule, typeof i3.IonicModule, typeof i4.PdfViewerModule, typeof i5.PinchZoomModule, typeof i6.EuimSpinnerComponentModule, typeof i7.TranslateModule], [typeof i1.EuimPdfViewerComponent]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<EuimPdfViewerModule>;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=euim-pdf-viewer.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"euim-pdf-viewer.module.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-pdf-viewer/euim-pdf-viewer.module.ts"],"names":[],"mappings":";;;;;;;;AAaA,qBAiBa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAC/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-pdf-viewer/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC"}
|
|
@@ -21,7 +21,7 @@ export * from './euim-chip-selector';
|
|
|
21
21
|
export * from './euim-skeleton-list';
|
|
22
22
|
export * from './euim-skeleton-list-item';
|
|
23
23
|
export * from './euim-multiselect';
|
|
24
|
-
export * from './euim-pdf-
|
|
24
|
+
export * from './euim-pdf-viewer';
|
|
25
25
|
export * from './euim-about';
|
|
26
26
|
export * from './euim-toolbar-datepicker';
|
|
27
27
|
export * from './directives/euim-divider';
|
|
@@ -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,
|
|
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,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,2BAA2B,CAAC;AAE1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wCAAwC,CAAC;AAEvD,cAAc,yBAAyB,CAAC"}
|
package/lib/euim-all.module.d.ts
CHANGED
|
@@ -21,14 +21,15 @@ import * as i19 from "./components/euim-scroller-x/euim-scroller-x.module";
|
|
|
21
21
|
import * as i20 from "./components/euim-chip-selector/euim-chip-selector.module";
|
|
22
22
|
import * as i21 from "./components/euim-badge/euim-badge.module";
|
|
23
23
|
import * as i22 from "./components/layout/euim-sidebar/euim-sidebar.module";
|
|
24
|
-
import * as i23 from "./components/euim-
|
|
25
|
-
import * as i24 from "./components/euim-
|
|
26
|
-
import * as i25 from "./components/euim-
|
|
27
|
-
import * as i26 from "./components/
|
|
28
|
-
import * as i27 from "./components/directives/euim-
|
|
24
|
+
import * as i23 from "./components/euim-pdf-viewer/euim-pdf-viewer.module";
|
|
25
|
+
import * as i24 from "./components/euim-multiselect/euim-multiselect.module";
|
|
26
|
+
import * as i25 from "./components/euim-toolbar-datepicker/euim-toolbar-datepicker.module";
|
|
27
|
+
import * as i26 from "./components/euim-spinner/euim-spinner.module";
|
|
28
|
+
import * as i27 from "./components/directives/euim-divider/euim-divider.module";
|
|
29
|
+
import * as i28 from "./components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.module";
|
|
29
30
|
export declare class EuimAllModule {
|
|
30
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimAllModule, never>;
|
|
31
|
-
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.
|
|
32
|
+
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.EuimPdfViewerModule, typeof i24.EuimMultiselectModule, typeof i25.EuimToolbarDatepickerModule, typeof i26.EuimSpinnerComponentModule, typeof i27.EuimDividerModule, typeof i28.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.EuimPdfViewerModule, typeof i24.EuimMultiselectModule, typeof i25.EuimToolbarDatepickerModule, typeof i26.EuimSpinnerComponentModule, typeof i27.EuimDividerModule, typeof i28.EuimSkeletonTextAvatarModule]>;
|
|
32
33
|
static ɵinj: i0.ɵɵInjectorDeclaration<EuimAllModule>;
|
|
33
34
|
}
|
|
34
35
|
//# 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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoEA,qBAUa,aAAa;yCAAb,aAAa;0CAAb,aAAa;0CAAb,aAAa;CACzB"}
|
package/package.json
CHANGED
|
@@ -1,416 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html class="no-js" lang="">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
6
|
-
<title>csdr documentation</title>
|
|
7
|
-
<meta name="description" content="">
|
|
8
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
-
|
|
10
|
-
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
|
-
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
-
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
|
-
<link rel="stylesheet" href="../styles/material.css">
|
|
14
|
-
</head>
|
|
15
|
-
<body>
|
|
16
|
-
<script>
|
|
17
|
-
// Blocking script to avaoid flickering dark mode
|
|
18
|
-
// Dark mode toggle button
|
|
19
|
-
var useDark = window.matchMedia('(prefers-color-scheme: dark)');
|
|
20
|
-
var darkModeState = useDark.matches;
|
|
21
|
-
var $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
22
|
-
var $darkModeToggles = document.querySelectorAll('.dark-mode-switch');
|
|
23
|
-
var darkModeStateLocal = localStorage.getItem('compodoc_darkmode-state');
|
|
24
|
-
|
|
25
|
-
function checkToggle(check) {
|
|
26
|
-
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
27
|
-
$darkModeToggleSwitchers[i].checked = check;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
function toggleDarkMode(state) {
|
|
32
|
-
if (window.localStorage) {
|
|
33
|
-
localStorage.setItem('compodoc_darkmode-state', state);
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
checkToggle(state);
|
|
37
|
-
|
|
38
|
-
const hasClass = document.body.classList.contains('dark');
|
|
39
|
-
|
|
40
|
-
if (state) {
|
|
41
|
-
for (var i = 0; i < $darkModeToggles.length; i++) {
|
|
42
|
-
$darkModeToggles[i].classList.add('dark');
|
|
43
|
-
}
|
|
44
|
-
if (!hasClass) {
|
|
45
|
-
document.body.classList.add('dark');
|
|
46
|
-
}
|
|
47
|
-
} else {
|
|
48
|
-
for (var i = 0; i < $darkModeToggles.length; i++) {
|
|
49
|
-
$darkModeToggles[i].classList.remove('dark');
|
|
50
|
-
}
|
|
51
|
-
if (hasClass) {
|
|
52
|
-
document.body.classList.remove('dark');
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
useDark.addEventListener('change', function (evt) {
|
|
58
|
-
toggleDarkMode(evt.matches);
|
|
59
|
-
});
|
|
60
|
-
if (darkModeStateLocal) {
|
|
61
|
-
darkModeState = darkModeStateLocal === 'true';
|
|
62
|
-
}
|
|
63
|
-
toggleDarkMode(darkModeState);
|
|
64
|
-
|
|
65
|
-
if ($darkModeToggles.length > 0) {
|
|
66
|
-
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
67
|
-
$darkModeToggleSwitchers[i].addEventListener('change', function (event) {
|
|
68
|
-
darkModeState = !darkModeState;
|
|
69
|
-
toggleDarkMode(darkModeState);
|
|
70
|
-
});
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
</script>
|
|
74
|
-
|
|
75
|
-
<div class="navbar navbar-default navbar-fixed-top d-block d-sm-none">
|
|
76
|
-
<a href="../" class="navbar-brand">csdr documentation</a>
|
|
77
|
-
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
|
|
78
|
-
</div>
|
|
79
|
-
|
|
80
|
-
<div class="xs-menu menu" id="mobile-menu">
|
|
81
|
-
<div id="book-search-input" role="search"><input type="text" placeholder="Type to search"></div> <compodoc-menu></compodoc-menu>
|
|
82
|
-
</div>
|
|
83
|
-
|
|
84
|
-
<div class="container-fluid main">
|
|
85
|
-
<div class="row main">
|
|
86
|
-
<div class="hidden-xs menu">
|
|
87
|
-
<compodoc-menu mode="normal"></compodoc-menu>
|
|
88
|
-
</div>
|
|
89
|
-
<!-- START CONTENT -->
|
|
90
|
-
<div class="content component">
|
|
91
|
-
<div class="content-data">
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
<ol class="breadcrumb">
|
|
97
|
-
<li class="breadcrumb-item">Components</li>
|
|
98
|
-
<li class="breadcrumb-item"
|
|
99
|
-
>
|
|
100
|
-
EuimLegalNoticeComponent</li>
|
|
101
|
-
</ol>
|
|
102
|
-
|
|
103
|
-
<ul class="nav nav-tabs" role="tablist">
|
|
104
|
-
<li class="nav-item">
|
|
105
|
-
<a href="#info" class="nav-link active"
|
|
106
|
-
role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
|
|
107
|
-
</li>
|
|
108
|
-
</ul>
|
|
109
|
-
|
|
110
|
-
<div class="tab-content">
|
|
111
|
-
<div class="tab-pane fade active in" id="info"><p class="comment">
|
|
112
|
-
<h3>File</h3>
|
|
113
|
-
</p>
|
|
114
|
-
<p class="comment">
|
|
115
|
-
<code>packages/eui-mobile/packages/core/src/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.ts</code>
|
|
116
|
-
</p>
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
<p class="comment">
|
|
122
|
-
<h3>Implements</h3>
|
|
123
|
-
</p>
|
|
124
|
-
<p class="comment">
|
|
125
|
-
<code>OnInit</code>
|
|
126
|
-
</p>
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
<section data-compodoc="block-metadata">
|
|
130
|
-
<h3>Metadata</h3>
|
|
131
|
-
<table class="table table-sm table-hover metadata">
|
|
132
|
-
<tbody>
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
<tr>
|
|
136
|
-
<td class="col-md-3">encapsulation</td>
|
|
137
|
-
<td class="col-md-9"><code>ViewEncapsulation.None</code></td>
|
|
138
|
-
</tr>
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
<tr>
|
|
150
|
-
<td class="col-md-3">selector</td>
|
|
151
|
-
<td class="col-md-9"><code>euim-legal-notice</code></td>
|
|
152
|
-
</tr>
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
<tr>
|
|
157
|
-
<td class="col-md-3">styleUrls</td>
|
|
158
|
-
<td class="col-md-9"><code>./styles/_index.scss</code></td>
|
|
159
|
-
</tr>
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
<tr>
|
|
164
|
-
<td class="col-md-3">templateUrl</td>
|
|
165
|
-
<td class="col-md-9"><code>./euim-legal-notice.component.html</code></td>
|
|
166
|
-
</tr>
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
</tbody>
|
|
176
|
-
</table>
|
|
177
|
-
</section>
|
|
178
|
-
|
|
179
|
-
<section data-compodoc="block-index">
|
|
180
|
-
<h3 id="index">Index</h3>
|
|
181
|
-
<table class="table table-sm table-bordered index-table">
|
|
182
|
-
<tbody>
|
|
183
|
-
<tr>
|
|
184
|
-
<td class="col-md-4">
|
|
185
|
-
<h6><b>Properties</b></h6>
|
|
186
|
-
</td>
|
|
187
|
-
</tr>
|
|
188
|
-
<tr>
|
|
189
|
-
<td class="col-md-4">
|
|
190
|
-
<ul class="index-list">
|
|
191
|
-
<li>
|
|
192
|
-
<a href="#sanitizedUrl" >sanitizedUrl</a>
|
|
193
|
-
</li>
|
|
194
|
-
</ul>
|
|
195
|
-
</td>
|
|
196
|
-
</tr>
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
<tr>
|
|
200
|
-
<td class="col-md-4">
|
|
201
|
-
<h6><b>Inputs</b></h6>
|
|
202
|
-
</td>
|
|
203
|
-
</tr>
|
|
204
|
-
<tr>
|
|
205
|
-
<td class="col-md-4">
|
|
206
|
-
<ul class="index-list">
|
|
207
|
-
<li>
|
|
208
|
-
<a href="#url" >url</a>
|
|
209
|
-
</li>
|
|
210
|
-
</ul>
|
|
211
|
-
</td>
|
|
212
|
-
</tr>
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
</tbody>
|
|
218
|
-
</table>
|
|
219
|
-
</section>
|
|
220
|
-
|
|
221
|
-
<section data-compodoc="block-constructor">
|
|
222
|
-
<h3 id="constructor">Constructor</h3>
|
|
223
|
-
<table class="table table-sm table-bordered">
|
|
224
|
-
<tbody>
|
|
225
|
-
<tr>
|
|
226
|
-
<td class="col-md-4">
|
|
227
|
-
<code>constructor(sanitizer: DomSanitizer)</code>
|
|
228
|
-
</td>
|
|
229
|
-
</tr>
|
|
230
|
-
|
|
231
|
-
<tr>
|
|
232
|
-
<td class="col-md-4">
|
|
233
|
-
<div>
|
|
234
|
-
<b>Parameters :</b>
|
|
235
|
-
<table class="params">
|
|
236
|
-
<thead>
|
|
237
|
-
<tr>
|
|
238
|
-
<td>Name</td>
|
|
239
|
-
<td>Type</td>
|
|
240
|
-
<td>Optional</td>
|
|
241
|
-
</tr>
|
|
242
|
-
</thead>
|
|
243
|
-
<tbody>
|
|
244
|
-
<tr>
|
|
245
|
-
<td>sanitizer</td>
|
|
246
|
-
|
|
247
|
-
<td>
|
|
248
|
-
<code>DomSanitizer</code>
|
|
249
|
-
</td>
|
|
250
|
-
|
|
251
|
-
<td>
|
|
252
|
-
No
|
|
253
|
-
</td>
|
|
254
|
-
|
|
255
|
-
</tr>
|
|
256
|
-
</tbody>
|
|
257
|
-
</table>
|
|
258
|
-
</div>
|
|
259
|
-
</td>
|
|
260
|
-
</tr>
|
|
261
|
-
</tbody>
|
|
262
|
-
</table>
|
|
263
|
-
</section>
|
|
264
|
-
|
|
265
|
-
<section data-compodoc="block-inputs">
|
|
266
|
-
<h3 id="inputs">Inputs</h3>
|
|
267
|
-
<table class="table table-sm table-bordered">
|
|
268
|
-
<tbody>
|
|
269
|
-
<tr>
|
|
270
|
-
<td class="col-md-4">
|
|
271
|
-
<a name="url"></a>
|
|
272
|
-
<b>url</b>
|
|
273
|
-
</td>
|
|
274
|
-
</tr>
|
|
275
|
-
<tr>
|
|
276
|
-
<td class="col-md-4">
|
|
277
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
278
|
-
|
|
279
|
-
</td>
|
|
280
|
-
</tr>
|
|
281
|
-
<tr>
|
|
282
|
-
<td class="col-md-4">
|
|
283
|
-
<i>Default value : </i><code>''</code>
|
|
284
|
-
</td>
|
|
285
|
-
</tr>
|
|
286
|
-
</tbody>
|
|
287
|
-
</table>
|
|
288
|
-
</section>
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
<section data-compodoc="block-properties">
|
|
294
|
-
|
|
295
|
-
<h3 id="inputs">
|
|
296
|
-
Properties
|
|
297
|
-
</h3>
|
|
298
|
-
<table class="table table-sm table-bordered">
|
|
299
|
-
<tbody>
|
|
300
|
-
<tr>
|
|
301
|
-
<td class="col-md-4">
|
|
302
|
-
<a name="sanitizedUrl"></a>
|
|
303
|
-
<span class="name">
|
|
304
|
-
<span ><b>sanitizedUrl</b></span>
|
|
305
|
-
<a href="#sanitizedUrl"><span class="icon ion-ios-link"></span></a>
|
|
306
|
-
</span>
|
|
307
|
-
</td>
|
|
308
|
-
</tr>
|
|
309
|
-
<tr>
|
|
310
|
-
<td class="col-md-4">
|
|
311
|
-
<i>Type : </i> <code>SafeResourceUrl</code>
|
|
312
|
-
|
|
313
|
-
</td>
|
|
314
|
-
</tr>
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
</tbody>
|
|
318
|
-
</table>
|
|
319
|
-
</section>
|
|
320
|
-
|
|
321
|
-
</div>
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
</div>
|
|
330
|
-
|
|
331
|
-
<script src="../js/libs/vis.min.js"></script>
|
|
332
|
-
<script src="../js/libs/htmlparser.js"></script>
|
|
333
|
-
<script src="../js/libs/deep-iterator.js"></script>
|
|
334
|
-
<script>
|
|
335
|
-
var COMPONENT_TEMPLATE = '<div><div class="euim-legal-notice"> <ion-header> <ion-toolbar color="primary"> <euim-toolbar> <euim-toolbar-title>Legal Notice</euim-toolbar-title> </euim-toolbar> </ion-toolbar> </ion-header> <ion-content [fullscreen]="true" scroll-y="false"> @if(url) { <pinch-zoom [transition-duration]="50" [zoomControlScale]="0.5" [wheelZoomFactor]="0.5" [stepZoomFactor]="0.5" #pinch> <div class="euim-legal-notice__iframe-container"> <iframe [src]="sanitizedUrl" class="euim-legal-notice__iframe" scrolling="no" allowfullscreen></iframe> </div> </pinch-zoom>} </ion-content></div></div>'
|
|
336
|
-
var COMPONENTS = [{'name': 'EuimAboutComponent', 'selector': 'euim-about'},{'name': 'EuimAlertMessageComponent', 'selector': 'euim-alert-message'},{'name': 'EuimAppComponent', 'selector': 'euim-app'},{'name': 'EuimAvatarComponent', 'selector': 'euim-avatar'},{'name': 'EuimAvatarIconComponent', 'selector': 'euim-avatar-icon'},{'name': 'EuimBadgeComponent', 'selector': 'euim-badge'},{'name': 'EuimChangelogComponent', 'selector': 'euim-changelog'},{'name': 'EuimChipSelectorComponent', 'selector': 'euim-chip-selector'},{'name': 'EuimDataSummaryColComponent', 'selector': 'euim-data-summary-col'},{'name': 'EuimDataSummaryComponent', 'selector': 'euim-data-summary'},{'name': 'EuimEmptyListPlaceholderComponent', 'selector': 'euim-empty-list-placeholder'},{'name': 'EuimHeaderDetailsComponent', 'selector': 'euim-header-details'},{'name': 'EuimHelpSupportComponent', 'selector': 'euim-help-support'},{'name': 'EuimLabelComponent', 'selector': 'div[euimLabel], p[euimLabel], span[euimLabel], euim-label'},{'name': 'EuimLanguageListComponent', 'selector': 'euim-language-list'},{'name': 'EuimLanguageSelectorComponent', 'selector': 'euim-language-selector'},{'name': 'EuimLegalNoticeComponent', 'selector': 'euim-legal-notice'},{'name': 'EuimLicenseDetailsComponent', 'selector': 'euim-license-details'},{'name': 'EuimMediaHeaderComponent', 'selector': 'euim-media-header'},{'name': 'EuimMessageComponent', 'selector': 'euim-message'},{'name': 'EuimMessageTitleComponent', 'selector': 'euim-message-title'},{'name': 'EuimMultiselectComponent', 'selector': 'euim-multiselect'},{'name': 'EuimMultiselectFilterComponent', 'selector': 'euim-multiselect-filter'},{'name': 'EuimMultiselectInfoComponent', 'selector': 'euim-multiselect-info'},{'name': 'EuimMultiselectListComponent', 'selector': 'euim-multiselect-list'},{'name': 'EuimMultiselectToolbarComponent', 'selector': 'euim-multiselect-toolbar'},{'name': 'EuimNotificationItemComponent', 'selector': 'euim-notification-item'},{'name': 'EuimOpenSourceLicencesComponent', 'selector': 'euim-opensource-licences'},{'name': 'EuimPdfWrapperComponent', 'selector': 'euim-pdf-wrapper'},{'name': 'EuimPrivacyStatementComponent', 'selector': 'euim-privacy-statement'},{'name': 'EuimScrollerXComponent', 'selector': 'euim-scroller-x'},{'name': 'EuimSidebarComponent', 'selector': 'euim-sidebar'},{'name': 'EuimSidebarContentComponent', 'selector': 'euim-sidebar-content'},{'name': 'EuimSkeletonListComponent', 'selector': 'euim-skeleton-list'},{'name': 'EuimSkeletonListItemComponent', 'selector': 'euim-skeleton-list-item'},{'name': 'EuimSlideInfoScreenComponent', 'selector': 'euim-slide-info-screen'},{'name': 'EuimSliderInfoScreenComponent', 'selector': 'euim-slider-info-screen'},{'name': 'EuimSpinnerComponent', 'selector': 'euim-spinner'},{'name': 'EuimSpinnerDescriptionComponent', 'selector': '[euimSpinnerDescription]'},{'name': 'EuimSpinnerMessageComponent', 'selector': '[euimSpinnerMessage]'},{'name': 'EuimToolbarActionItemsComponent', 'selector': 'euim-toolbar-action-items'},{'name': 'EuimToolbarComponent', 'selector': 'euim-toolbar'},{'name': 'EuimToolbarDatepickerComponent', 'selector': 'euim-toolbar-datepicker'},{'name': 'EuimToolbarTitleComponent', 'selector': 'euim-toolbar-title'},{'name': 'EuiMUserProfileActionComponent', 'selector': 'euim-user-profile-action'},{'name': 'EuiMUserProfileAvatarComponent', 'selector': 'euim-user-profile-avatar'},{'name': 'EuimUserProfileComponent', 'selector': 'euim-user-profile'},{'name': 'EuiMUserProfileInfosComponent', 'selector': 'euim-user-profile-infos'},{'name': 'EuiMUserProfileInfosItemComponent', 'selector': 'euim-user-profile-infos-item'}];
|
|
337
|
-
var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimChipSelectorItemDirective', 'selector': '[euimChipSelectorItem]'},{'name': 'EuimDataSummaryColLabelDirective', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueDirective', 'selector': '[euimDataSummaryColValue]'},{'name': 'EuimDividerDirective', 'selector': '[euimDivider]'},{'name': 'EuimHeaderDetailsIconDirective', 'selector': '[euimHeaderDetailsIcon]'},{'name': 'EuimHeaderDetailsMetaDirective', 'selector': '[euimHeaderDetailsMeta]'},{'name': 'EuimHeaderDetailsTitleDirective', 'selector': '[euimHeaderDetailsTitle]'},{'name': 'EuimMediaHeaderImageDirective', 'selector': '[euimMediaHeaderImage]'},{'name': 'EuimMediaHeaderSubTitleDirective', 'selector': '[euimMediaHeaderSubTitle]'},{'name': 'EuimMediaHeaderTitleDirective', 'selector': '[euimMediaHeaderTitle]'},{'name': 'EuimMultiselectAllDirective', 'selector': '[euimMultiselectAll]'},{'name': 'EuimMultiselectSelectFieldDirective', 'selector': '[euimMultiselectSelectField]'},{'name': 'EuimSkeletonTextAvatarDirective', 'selector': '[euimSkeletonTextAvatar]'},{'name': 'EuimSliderInfoScreenContentDirective', 'selector': '[euimSliderInfoScreenContent]'},{'name': 'EuimSliderInfoScreenSubTitleDirective', 'selector': '[euimSliderInfoScreenSubTitle]'},{'name': 'EuimSliderInfoScreenTitleDirective', 'selector': '[euimSliderInfoScreenTitle]'},{'name': 'EuimToolbarDatepickerDatetimeDirective', 'selector': '[euimToolbarDatepickerDatetime]'}];
|
|
338
|
-
var ACTUAL_COMPONENT = {'name': 'EuimLegalNoticeComponent'};
|
|
339
|
-
</script>
|
|
340
|
-
<script src="../js/tree.js"></script>
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
</div><div class="search-results">
|
|
359
|
-
<div class="has-results">
|
|
360
|
-
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
361
|
-
<ul class="search-results-list"></ul>
|
|
362
|
-
</div>
|
|
363
|
-
<div class="no-results">
|
|
364
|
-
<h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
|
|
365
|
-
</div>
|
|
366
|
-
</div>
|
|
367
|
-
</div>
|
|
368
|
-
<!-- END CONTENT -->
|
|
369
|
-
</div>
|
|
370
|
-
</div>
|
|
371
|
-
|
|
372
|
-
<label class="dark-mode-switch">
|
|
373
|
-
<input type="checkbox">
|
|
374
|
-
<span class="slider">
|
|
375
|
-
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
376
|
-
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
377
|
-
</svg>
|
|
378
|
-
</span>
|
|
379
|
-
</label>
|
|
380
|
-
|
|
381
|
-
<script>
|
|
382
|
-
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
383
|
-
var COMPODOC_CURRENT_PAGE_CONTEXT = 'component';
|
|
384
|
-
var COMPODOC_CURRENT_PAGE_URL = 'EuimLegalNoticeComponent.html';
|
|
385
|
-
var MAX_SEARCH_RESULTS = 15;
|
|
386
|
-
</script>
|
|
387
|
-
|
|
388
|
-
<script src="../js/libs/custom-elements.min.js"></script>
|
|
389
|
-
<script src="../js/libs/lit-html.js"></script>
|
|
390
|
-
|
|
391
|
-
<script src="../js/menu-wc.js" defer></script>
|
|
392
|
-
<script nomodule src="../js/menu-wc_es5.js" defer></script>
|
|
393
|
-
|
|
394
|
-
<script src="../js/libs/bootstrap-native.js"></script>
|
|
395
|
-
|
|
396
|
-
<script src="../js/libs/es6-shim.min.js"></script>
|
|
397
|
-
<script src="../js/libs/EventDispatcher.js"></script>
|
|
398
|
-
<script src="../js/libs/promise.min.js"></script>
|
|
399
|
-
<script src="../js/libs/zepto.min.js"></script>
|
|
400
|
-
|
|
401
|
-
<script src="../js/compodoc.js"></script>
|
|
402
|
-
|
|
403
|
-
<script src="../js/tabs.js"></script>
|
|
404
|
-
<script src="../js/menu.js"></script>
|
|
405
|
-
<script src="../js/libs/clipboard.min.js"></script>
|
|
406
|
-
<script src="../js/libs/prism.js"></script>
|
|
407
|
-
<script src="../js/sourceCode.js"></script>
|
|
408
|
-
<script src="../js/search/search.js"></script>
|
|
409
|
-
<script src="../js/search/lunr.min.js"></script>
|
|
410
|
-
<script src="../js/search/search-lunr.js"></script>
|
|
411
|
-
<script src="../js/search/search_index.js"></script>
|
|
412
|
-
<script src="../js/lazy-load-graphs.js"></script>
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
</body>
|
|
416
|
-
</html>
|