@eui/mobile-core 17.2.0-snapshot-1716535851440 → 17.2.0-snapshot-1716885030476

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.
Files changed (27) hide show
  1. package/docs/components/EuimChipSelectorComponent.html +1 -1
  2. package/docs/components/EuimHelpSupportComponent.html +326 -8
  3. package/docs/components/EuimPdfViewerComponent.html +22 -2
  4. package/docs/dependencies.html +5 -5
  5. package/docs/index.html +1 -1
  6. package/docs/interfaces/Contact.html +90 -0
  7. package/docs/interfaces/HelpAndSupportItem.html +311 -0
  8. package/docs/interfaces/Item.html +671 -0
  9. package/docs/interfaces/Material.html +90 -0
  10. package/docs/js/menu-wc.js +12 -6
  11. package/docs/js/menu-wc_es5.js +11 -11
  12. package/docs/js/search/search_index.js +2 -2
  13. package/esm2022/lib/components/euim-about/euim-about.module.mjs +7 -3
  14. package/esm2022/lib/components/euim-about/euim-help-support/euim-help-support.component.mjs +66 -23
  15. package/esm2022/lib/components/euim-pdf-viewer/euim-pdf-viewer.component.mjs +71 -29
  16. package/esm2022/lib/components/euim-pdf-viewer/euim-pdf-viewer.module.mjs +7 -3
  17. package/fesm2022/eui-mobile-core.mjs +134 -46
  18. package/fesm2022/eui-mobile-core.mjs.map +1 -1
  19. package/lib/components/euim-about/euim-about.module.d.ts +2 -1
  20. package/lib/components/euim-about/euim-about.module.d.ts.map +1 -1
  21. package/lib/components/euim-about/euim-help-support/euim-help-support.component.d.ts +39 -3
  22. package/lib/components/euim-about/euim-help-support/euim-help-support.component.d.ts.map +1 -1
  23. package/lib/components/euim-pdf-viewer/euim-pdf-viewer.component.d.ts +26 -3
  24. package/lib/components/euim-pdf-viewer/euim-pdf-viewer.component.d.ts.map +1 -1
  25. package/lib/components/euim-pdf-viewer/euim-pdf-viewer.module.d.ts +2 -1
  26. package/lib/components/euim-pdf-viewer/euim-pdf-viewer.module.d.ts.map +1 -1
  27. package/package.json +1 -1
@@ -14,9 +14,10 @@ import * as i12 from "../euim-avatar-icon/euim-avatar-icon.module";
14
14
  import * as i13 from "../euim-alert-message/euim-alert-message.module";
15
15
  import * as i14 from "@mapaxe/ngx-pinch-zoom";
16
16
  import * as i15 from "@ngx-translate/core";
17
+ import * as i16 from "@angular/router";
17
18
  export declare class EuimAboutModule {
18
19
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimAboutModule, never>;
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]>;
20
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EuimAboutModule, [typeof i1.EuimAboutComponent, typeof i2.EuimChangelogComponent, typeof i3.EuimOpenSourceLicencesComponent, typeof i4.EuimHelpSupportComponent, typeof i5.EuimAboutContentLoadingComponent], [typeof i6.CommonModule, typeof i7.IonicModule, typeof i8.QRCodeModule, typeof i9.EuimToolbarComponentModule, typeof i10.EuimHeaderDetailsModule, typeof i11.EuimLabelModule, typeof i12.EuimAvatarIconModule, typeof i13.EuimAlertMessageModule, typeof i14.PinchZoomModule, typeof i15.TranslateModule, typeof i16.RouterModule], [typeof i1.EuimAboutComponent, typeof i2.EuimChangelogComponent, typeof i3.EuimOpenSourceLicencesComponent, typeof i4.EuimHelpSupportComponent, typeof i5.EuimAboutContentLoadingComponent]>;
20
21
  static ɵinj: i0.ɵɵInjectorDeclaration<EuimAboutModule>;
21
22
  }
22
23
  //# 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":";;;;;;;;;;;;;;;;AA0BA,qBAqBa,eAAe;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAC3B"}
1
+ {"version":3,"file":"euim-about.module.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-about/euim-about.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AA2BA,qBAsBa,eAAe;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAC3B"}
@@ -1,13 +1,29 @@
1
+ import { Router } from '@angular/router';
1
2
  import * as i0 from "@angular/core";
2
3
  export declare class EuimHelpSupportComponent {
4
+ private router;
5
+ /**
6
+ * @deprecated will be removed in eUI Mobile v18. Please use {@link helpAndSupportItems} instead
7
+ */
3
8
  helpContacts: HelpContacts;
9
+ /**
10
+ * @deprecated will be removed in eUI Mobile v18. Please use {@link helpAndSupportItems} instead
11
+ */
4
12
  supportMaterials: SupportMaterials;
13
+ /**
14
+ * @deprecated will be removed in eUI Mobile v18
15
+ */
5
16
  alertInfos: AlertInfos;
17
+ helpAndSupportItems: HelpAndSupportItem[];
6
18
  className: string;
7
- getLink(linkType: any, linkTitle: any): string;
8
- setTargetAttribute(linkType: any): string;
19
+ constructor(router: Router);
20
+ onItemClick(item: Item, linkType: string, linkTitle: string): void;
21
+ isLinkSharp(item: Item): boolean;
22
+ getLinkClass(item: Item): string;
23
+ getLink(item?: Item, linkType?: string, linkTitle?: string): string;
24
+ setTargetAttribute(item?: Item, linkType?: string): string;
9
25
  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>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuimHelpSupportComponent, "euim-help-support", never, { "helpContacts": { "alias": "helpContacts"; "required": false; }; "supportMaterials": { "alias": "supportMaterials"; "required": false; }; "alertInfos": { "alias": "alertInfos"; "required": false; }; "helpAndSupportItems": { "alias": "helpAndSupportItems"; "required": false; }; }, {}, never, ["[headerSection]", "*"], false, never>;
11
27
  }
12
28
  interface AlertInfos {
13
29
  icon?: string;
@@ -21,6 +37,8 @@ interface Contact {
21
37
  link?: string;
22
38
  subtitle?: string;
23
39
  icon?: string;
40
+ routerLink?: string;
41
+ fragment?: string;
24
42
  }
25
43
  interface HelpContacts {
26
44
  sectionTitle?: string;
@@ -31,10 +49,28 @@ interface Material {
31
49
  subtitle?: string;
32
50
  link?: string;
33
51
  icon?: string;
52
+ routerLink?: string;
53
+ fragment?: string;
34
54
  }
35
55
  interface SupportMaterials {
36
56
  sectionTitle?: string;
37
57
  materials: Material[];
38
58
  }
59
+ interface Item {
60
+ title: string;
61
+ link?: string;
62
+ phone?: string;
63
+ mail?: string;
64
+ routerLink?: string;
65
+ fragment?: string;
66
+ subtitle?: string;
67
+ startIcon?: string;
68
+ endIcon?: string;
69
+ hasBottomLine?: boolean;
70
+ }
71
+ interface HelpAndSupportItem {
72
+ sectionTitle?: string;
73
+ items: Item[];
74
+ }
39
75
  export {};
40
76
  //# sourceMappingURL=euim-help-support.component.d.ts.map
@@ -1 +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"}
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":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;;AAEzC,qBAMa,wBAAwB;IAiBrB,OAAO,CAAC,MAAM;IAhB1B;;OAEG;IACM,YAAY,EAAE,YAAY,CAAoB;IACvD;;OAEG;IACM,gBAAgB,EAAE,gBAAgB,CAAqB;IAChE;;OAEG;IACM,UAAU,EAAE,UAAU,CAAK;IAC3B,mBAAmB,EAAC,kBAAkB,EAAE,CAAM;IAEjC,SAAS,SAAuB;gBAElC,MAAM,EAAE,MAAM;IAElC,WAAW,CAAC,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,IAAI;IAUlE,WAAW,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO;IAIhC,YAAY,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM;IAIhC,OAAO,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,QAAQ,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM;IA6BnE,kBAAkB,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM;yCAlEjD,wBAAwB;2CAAxB,wBAAwB;CA0EpC;AAED,UAAU,UAAU;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,UAAU,OAAO;IACb,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;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,UAAU,YAAY;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,OAAO,EAAE,CAAC;CACvB;AAED,UAAU,QAAQ;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,UAAU,gBAAgB;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,QAAQ,EAAE,CAAC;CACzB;AACD,UAAU,IAAI;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,UAAU,kBAAkB;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,IAAI,EAAE,CAAC;CACf"}
@@ -1,9 +1,12 @@
1
+ import { SimpleChanges, OnChanges, OnDestroy, OnInit } from '@angular/core';
1
2
  import { PDFDocumentProxy } from 'ng2-pdf-viewer';
2
3
  import { AlertController } from '@ionic/angular';
3
4
  import { PinchZoomComponent, ZoomEvent } from '@mapaxe/ngx-pinch-zoom';
5
+ import { HttpClient } from '@angular/common/http';
4
6
  import * as i0 from "@angular/core";
5
- export declare class EuimPdfViewerComponent {
7
+ export declare class EuimPdfViewerComponent implements OnInit, OnChanges, OnDestroy {
6
8
  private alertService;
9
+ private http;
7
10
  url: string;
8
11
  page: number;
9
12
  pinch: PinchZoomComponent;
@@ -12,8 +15,15 @@ export declare class EuimPdfViewerComponent {
12
15
  errorMessage: string;
13
16
  pdf: PDFDocumentProxy;
14
17
  eventResult?: ZoomEvent;
18
+ protected pdfNumPages: number;
19
+ protected data: Uint8Array;
15
20
  private showDefaultError;
16
- constructor(alertService: AlertController);
21
+ private urlChange$;
22
+ private subscription;
23
+ constructor(alertService: AlertController, http: HttpClient);
24
+ ngOnInit(): void;
25
+ ngOnChanges(changes: SimpleChanges): void;
26
+ ngOnDestroy(): void;
17
27
  zoomChange(event: ZoomEvent): void;
18
28
  onLoaded(pdf: PDFDocumentProxy): void;
19
29
  onError(): void;
@@ -23,7 +33,20 @@ export declare class EuimPdfViewerComponent {
23
33
  onResetZoom(): void;
24
34
  nextPage(): void;
25
35
  prevPage(): void;
26
- private openLink;
36
+ /**
37
+ * Download file from the given data and filename using Blob.
38
+ * It generates an anchor link and clicks on it to download the file.
39
+ * @param data
40
+ * @param filename
41
+ * @private
42
+ */
43
+ private downloadFile;
44
+ /**
45
+ * Fetch PDF data from the given URL and return as Uint8Array.
46
+ * @param url
47
+ * @private
48
+ */
49
+ private getPDFData;
27
50
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimPdfViewerComponent, never>;
28
51
  static ɵcmp: i0.ɵɵComponentDeclaration<EuimPdfViewerComponent, "euim-pdf-viewer", never, { "url": { "alias": "url"; "required": false; }; "page": { "alias": "page"; "required": false; }; }, {}, never, never, false, never>;
29
52
  }
@@ -1 +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"}
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":"AAAA,OAAO,EAAE,aAAa,EAAE,SAAS,EAAE,SAAS,EAAkD,MAAM,EAAE,MAAM,eAAe,CAAC;AAC5H,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;AACvE,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;;AAIlD,qBAMa,sBAAuB,YAAW,MAAM,EAAE,SAAS,EAAE,SAAS;IAkB3D,OAAO,CAAC,YAAY;IAAmB,OAAO,CAAC,IAAI;IAjBtD,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;IACxB,SAAS,CAAC,WAAW,SAAK;IAC1B,SAAS,CAAC,IAAI,EAAE,UAAU,CAAC;IAE3B,OAAO,CAAC,gBAAgB,CAAU;IAClC,OAAO,CAAC,UAAU,CAAyB;IAC3C,OAAO,CAAC,YAAY,CAAe;gBAEf,YAAY,EAAE,eAAe,EAAU,IAAI,EAAE,UAAU;IAW3E,QAAQ,IAAI,IAAI;IAkBhB,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAOzC,WAAW,IAAI,IAAI;IAInB,UAAU,CAAC,KAAK,EAAE,SAAS,GAAG,IAAI;IAKlC,QAAQ,CAAC,GAAG,EAAE,gBAAgB,GAAG,IAAI;IAOrC,OAAO,IAAI,IAAI;IAMf,UAAU,IAAI,IAAI;IAMlB,QAAQ,IAAI,IAAI;IAIhB,SAAS,IAAI,IAAI;IAMjB,WAAW,IAAI,IAAI;IAInB,QAAQ,IAAI,IAAI;IAMhB,QAAQ,IAAG,IAAI;IAMf;;;;;;OAMG;IACH,OAAO,CAAC,YAAY;IAcpB;;;;OAIG;IACH,OAAO,CAAC,UAAU;yCAtIT,sBAAsB;2CAAtB,sBAAsB;CAiJlC"}
@@ -6,9 +6,10 @@ import * as i4 from "ng2-pdf-viewer";
6
6
  import * as i5 from "@mapaxe/ngx-pinch-zoom";
7
7
  import * as i6 from "../euim-spinner/euim-spinner.module";
8
8
  import * as i7 from "@ngx-translate/core";
9
+ import * as i8 from "@angular/common/http";
9
10
  export declare class EuimPdfViewerModule {
10
11
  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 ɵ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 i8.HttpClientModule], [typeof i1.EuimPdfViewerComponent]>;
12
13
  static ɵinj: i0.ɵɵInjectorDeclaration<EuimPdfViewerModule>;
13
14
  }
14
15
  //# sourceMappingURL=euim-pdf-viewer.module.d.ts.map
@@ -1 +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"}
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":";;;;;;;;;AAcA,qBAkBa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAC/B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/mobile-core",
3
- "version": "17.2.0-snapshot-1716535851440",
3
+ "version": "17.2.0-snapshot-1716885030476",
4
4
  "tag": "snapshot",
5
5
  "license": "EUPL-1.1",
6
6
  "dependencies": {