@eui/mobile-core 17.0.1-snapshot-1713964827540 → 17.1.0-snapshot-1714034384834

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 (91) hide show
  1. package/docs/components/EuiMUserProfileActionComponent.html +1 -1
  2. package/docs/components/EuiMUserProfileAvatarComponent.html +1 -1
  3. package/docs/components/EuiMUserProfileInfosComponent.html +1 -1
  4. package/docs/components/EuiMUserProfileInfosItemComponent.html +1 -1
  5. package/docs/components/EuimAboutComponent.html +12 -12
  6. package/docs/components/EuimAlertMessageComponent.html +1 -1
  7. package/docs/components/EuimAppComponent.html +1 -1
  8. package/docs/components/EuimAvatarComponent.html +1 -1
  9. package/docs/components/EuimAvatarIconComponent.html +1 -1
  10. package/docs/components/EuimBadgeComponent.html +1 -1
  11. package/docs/components/EuimChangelogComponent.html +1 -1
  12. package/docs/components/EuimChipSelectorComponent.html +1 -1
  13. package/docs/components/EuimDataSummaryColComponent.html +1 -1
  14. package/docs/components/EuimDataSummaryComponent.html +1 -1
  15. package/docs/components/EuimEmptyListPlaceholderComponent.html +1 -1
  16. package/docs/components/EuimHeaderDetailsComponent.html +1 -1
  17. package/docs/components/EuimHelpSupportComponent.html +618 -0
  18. package/docs/components/EuimLabelComponent.html +1 -1
  19. package/docs/components/EuimLanguageListComponent.html +1 -1
  20. package/docs/components/EuimLanguageSelectorComponent.html +1 -1
  21. package/docs/components/EuimLegalNoticeComponent.html +1 -1
  22. package/docs/components/EuimMediaHeaderComponent.html +1 -1
  23. package/docs/components/EuimMessageComponent.html +1 -1
  24. package/docs/components/EuimMessageTitleComponent.html +1 -1
  25. package/docs/components/EuimMultiselectComponent.html +1 -1
  26. package/docs/components/EuimMultiselectFilterComponent.html +1 -1
  27. package/docs/components/EuimMultiselectInfoComponent.html +1 -1
  28. package/docs/components/EuimMultiselectListComponent.html +1 -1
  29. package/docs/components/EuimMultiselectToolbarComponent.html +1 -1
  30. package/docs/components/EuimNotificationItemComponent.html +1 -1
  31. package/docs/components/EuimOpenSourceLicencesComponent.html +1 -1
  32. package/docs/components/EuimPdfWrapperComponent.html +1 -1
  33. package/docs/components/EuimPrivacyStatementComponent.html +1 -1
  34. package/docs/components/EuimScrollerXComponent.html +1 -1
  35. package/docs/components/EuimSidebarComponent.html +1 -1
  36. package/docs/components/EuimSidebarContentComponent.html +1 -1
  37. package/docs/components/EuimSkeletonListComponent.html +1 -1
  38. package/docs/components/EuimSkeletonListItemComponent.html +1 -1
  39. package/docs/components/EuimSlideInfoScreenComponent.html +1 -1
  40. package/docs/components/EuimSliderInfoScreenComponent.html +1 -1
  41. package/docs/components/EuimSpinnerComponent.html +1 -1
  42. package/docs/components/EuimSpinnerDescriptionComponent.html +1 -1
  43. package/docs/components/EuimSpinnerMessageComponent.html +1 -1
  44. package/docs/components/EuimToolbarActionItemsComponent.html +1 -1
  45. package/docs/components/EuimToolbarComponent.html +1 -1
  46. package/docs/components/EuimToolbarTitleComponent.html +1 -1
  47. package/docs/components/EuimUserProfileComponent.html +1 -1
  48. package/docs/index.html +1 -1
  49. package/docs/interfaces/AlertInfos.html +407 -0
  50. package/docs/interfaces/Contact.html +446 -0
  51. package/docs/interfaces/HelpContacts.html +311 -0
  52. package/docs/interfaces/Material.html +401 -0
  53. package/docs/interfaces/SupportMaterials.html +311 -0
  54. package/docs/js/menu-wc.js +31 -16
  55. package/docs/js/menu-wc_es5.js +1 -1
  56. package/docs/js/search/search_index.js +2 -2
  57. package/docs/miscellaneous/variables.html +1 -1
  58. package/docs/modules/EuimAboutModule.html +5 -2
  59. package/docs/modules/EuimAlertMessageModule.html +2 -2
  60. package/docs/modules/EuimAvatarModule.html +2 -2
  61. package/docs/modules/EuimDataSummaryModule.html +2 -2
  62. package/docs/modules/EuimHeaderDetailsModule.html +2 -2
  63. package/docs/modules/EuimMediaHeaderModule.html +2 -2
  64. package/docs/modules/EuimMessageModule.html +2 -2
  65. package/docs/modules/EuimMultiselectModule.html +2 -2
  66. package/docs/modules/EuimPdfWrapperModule.html +2 -2
  67. package/docs/modules/EuimSkeletonListItemModule.html +2 -2
  68. package/docs/modules/EuimSkeletonListModule.html +2 -2
  69. package/docs/modules/EuimSliderInfoScreenModule.html +2 -2
  70. package/docs/modules/EuimUserProfileModule.html +2 -2
  71. package/esm2022/lib/components/euim-about/euim-about.component.mjs +8 -8
  72. package/esm2022/lib/components/euim-about/euim-about.module.mjs +11 -7
  73. package/esm2022/lib/components/euim-about/euim-help-support/euim-help-support.component.mjs +48 -0
  74. package/esm2022/lib/components/euim-about/index.mjs +2 -2
  75. package/esm2022/lib/components/euim-alert-message/euim-alert-messsage.component.mjs +2 -2
  76. package/esm2022/lib/components/layout/euim-header-details/euim-header-details.component.mjs +2 -2
  77. package/fesm2022/eui-mobile-core.mjs +56 -22
  78. package/fesm2022/eui-mobile-core.mjs.map +1 -1
  79. package/lib/components/euim-about/euim-about.component.d.ts +4 -4
  80. package/lib/components/euim-about/euim-about.component.d.ts.map +1 -1
  81. package/lib/components/euim-about/euim-about.module.d.ts +3 -2
  82. package/lib/components/euim-about/euim-about.module.d.ts.map +1 -1
  83. package/lib/components/euim-about/euim-help-support/euim-help-support.component.d.ts +40 -0
  84. package/lib/components/euim-about/euim-help-support/euim-help-support.component.d.ts.map +1 -0
  85. package/lib/components/euim-about/index.d.ts +1 -1
  86. package/lib/components/euim-about/index.d.ts.map +1 -1
  87. package/package.json +1 -1
  88. package/docs/components/EuimContactSupportComponent.html +0 -276
  89. package/esm2022/lib/components/euim-about/euim-contact-support/euim-contact-support.component.mjs +0 -11
  90. package/lib/components/euim-about/euim-contact-support/euim-contact-support.component.d.ts +0 -6
  91. package/lib/components/euim-about/euim-contact-support/euim-contact-support.component.d.ts.map +0 -1
@@ -2,14 +2,14 @@ import { BooleanInput } from '@angular/cdk/coercion';
2
2
  import { AfterContentInit } from '@angular/core';
3
3
  import { EuimChangelogComponent } from './euim-changelog/euim-changelog.component';
4
4
  import { EuimPrivacyStatementComponent } from './euim-privacy-statement/euim-privacy-statement.component';
5
- import { EuimContactSupportComponent } from './euim-contact-support/euim-contact-support.component';
5
+ import { EuimHelpSupportComponent } from './euim-help-support/euim-help-support.component';
6
6
  import { EuimLegalNoticeComponent } from './euim-legal-notice/euim-legal-notice.component';
7
7
  import { EuimOpenSourceLicencesComponent } from './euim-opensource-licences/euim-opensource-licences.component';
8
8
  import * as i0 from "@angular/core";
9
9
  export declare class EuimAboutComponent implements AfterContentInit {
10
10
  changelog: EuimChangelogComponent;
11
11
  privacyStatement: EuimPrivacyStatementComponent;
12
- contactSupport: EuimContactSupportComponent;
12
+ helpSupport: EuimHelpSupportComponent;
13
13
  legalNotice: EuimLegalNoticeComponent;
14
14
  openSourceLicences: EuimOpenSourceLicencesComponent;
15
15
  showCode: BooleanInput;
@@ -19,12 +19,12 @@ export declare class EuimAboutComponent implements AfterContentInit {
19
19
  logoUrl: string;
20
20
  changelogExists: boolean;
21
21
  privacyStatementExists: boolean;
22
- contactSupportExists: boolean;
22
+ helpSupportExists: boolean;
23
23
  legalNoticeExists: boolean;
24
24
  openSourceLicencesExists: boolean;
25
25
  toggleQRCode(): void;
26
26
  ngAfterContentInit(): void;
27
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", "contactSupport", "legalNotice", "openSourceLicences"], never, false, 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
29
  }
30
30
  //# sourceMappingURL=euim-about.component.d.ts.map
@@ -1 +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,2BAA2B,EAAE,MAAM,uDAAuD,CAAC;AACpG,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;IAClD,cAAc,EAAE,2BAA2B,CAAC;IAC/C,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,oBAAoB,UAAS;IAC7B,iBAAiB,UAAS;IAC1B,wBAAwB,UAAS;IAEjC,YAAY,IAAI,IAAI;IAIpB,kBAAkB,IAAI,IAAI;yCAzBf,kBAAkB;2CAAlB,kBAAkB;CAiC9B"}
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"}
@@ -4,7 +4,7 @@ import * as i2 from "./euim-changelog/euim-changelog.component";
4
4
  import * as i3 from "./euim-privacy-statement/euim-privacy-statement.component";
5
5
  import * as i4 from "./euim-opensource-licences/euim-opensource-licences.component";
6
6
  import * as i5 from "./euim-legal-notice/euim-legal-notice.component";
7
- import * as i6 from "./euim-contact-support/euim-contact-support.component";
7
+ import * as i6 from "./euim-help-support/euim-help-support.component";
8
8
  import * as i7 from "@angular/common";
9
9
  import * as i8 from "@ionic/angular";
10
10
  import * as i9 from "angularx-qrcode";
@@ -12,9 +12,10 @@ import * as i10 from "../layout/euim-toolbar/euim-toolbar.module";
12
12
  import * as i11 from "../layout/euim-header-details/euim-header-details.module";
13
13
  import * as i12 from "../atoms/euim-label/euim-label.module";
14
14
  import * as i13 from "../euim-avatar-icon/euim-avatar-icon.module";
15
+ import * as i14 from "../euim-alert-message/euim-alert-message.module";
15
16
  export declare class EuimAboutModule {
16
17
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimAboutModule, never>;
17
- static ɵmod: i0.ɵɵNgModuleDeclaration<EuimAboutModule, [typeof i1.EuimAboutComponent, typeof i2.EuimChangelogComponent, typeof i3.EuimPrivacyStatementComponent, typeof i4.EuimOpenSourceLicencesComponent, typeof i5.EuimLegalNoticeComponent, typeof i6.EuimContactSupportComponent], [typeof i7.CommonModule, typeof i8.IonicModule, typeof i9.QRCodeModule, typeof i10.EuimToolbarComponentModule, typeof i11.EuimHeaderDetailsModule, typeof i12.EuimLabelModule, typeof i13.EuimAvatarIconModule], [typeof i1.EuimAboutComponent, typeof i2.EuimChangelogComponent, typeof i3.EuimPrivacyStatementComponent, typeof i4.EuimOpenSourceLicencesComponent, typeof i5.EuimLegalNoticeComponent, typeof i6.EuimContactSupportComponent]>;
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]>;
18
19
  static ɵinj: i0.ɵɵInjectorDeclaration<EuimAboutModule>;
19
20
  }
20
21
  //# 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,qBAkBa,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":";;;;;;;;;;;;;;;AAyBA,qBAmBa,eAAe;yCAAf,eAAe;0CAAf,eAAe;0CAAf,eAAe;CAC3B"}
@@ -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"}
@@ -1,7 +1,7 @@
1
1
  export * from './euim-about.component';
2
2
  export * from './euim-about.module';
3
3
  export * from './euim-changelog/euim-changelog.component';
4
- export * from './euim-contact-support/euim-contact-support.component';
4
+ export * from './euim-help-support/euim-help-support.component';
5
5
  export * from './euim-legal-notice/euim-legal-notice.component';
6
6
  export * from './euim-opensource-licences/euim-opensource-licences.component';
7
7
  export * from './euim-privacy-statement/euim-privacy-statement.component';
@@ -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,uDAAuD,CAAC;AACtE,cAAc,iDAAiD,CAAC;AAChE,cAAc,+DAA+D,CAAC;AAC9E,cAAc,2DAA2D,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,iDAAiD,CAAC;AAChE,cAAc,+DAA+D,CAAC;AAC9E,cAAc,2DAA2D,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/mobile-core",
3
- "version": "17.0.1-snapshot-1713964827540",
3
+ "version": "17.1.0-snapshot-1714034384834",
4
4
  "tag": "snapshot",
5
5
  "license": "EUPL-1.1",
6
6
  "dependencies": {
@@ -1,276 +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
- EuimContactSupportComponent</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-contact-support/euim-contact-support.component.ts</code>
116
- </p>
117
-
118
-
119
-
120
-
121
-
122
-
123
- <section data-compodoc="block-metadata">
124
- <h3>Metadata</h3>
125
- <table class="table table-sm table-hover metadata">
126
- <tbody>
127
-
128
- <tr>
129
- <td class="col-md-3">changeDetection</td>
130
- <td class="col-md-9"><code>ChangeDetectionStrategy.OnPush</code></td>
131
- </tr>
132
-
133
- <tr>
134
- <td class="col-md-3">encapsulation</td>
135
- <td class="col-md-9"><code>ViewEncapsulation.None</code></td>
136
- </tr>
137
-
138
-
139
-
140
-
141
-
142
-
143
-
144
-
145
-
146
-
147
- <tr>
148
- <td class="col-md-3">selector</td>
149
- <td class="col-md-9"><code>euim-contact-support</code></td>
150
- </tr>
151
-
152
-
153
-
154
-
155
-
156
-
157
- <tr>
158
- <td class="col-md-3">templateUrl</td>
159
- <td class="col-md-9"><code>./euim-contact-support.component.html</code></td>
160
- </tr>
161
-
162
-
163
-
164
-
165
-
166
-
167
-
168
-
169
- </tbody>
170
- </table>
171
- </section>
172
-
173
-
174
-
175
-
176
-
177
-
178
-
179
-
180
-
181
- </div>
182
-
183
-
184
-
185
-
186
-
187
-
188
-
189
- </div>
190
-
191
- <script src="../js/libs/vis.min.js"></script>
192
- <script src="../js/libs/htmlparser.js"></script>
193
- <script src="../js/libs/deep-iterator.js"></script>
194
- <script>
195
- var COMPONENT_TEMPLATE = '<div><ng-content></ng-content></div>'
196
- 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': 'EuimContactSupportComponent', 'selector': 'euim-contact-support'},{'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': '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': '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': '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'}];
197
- 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]'}];
198
- var ACTUAL_COMPONENT = {'name': 'EuimContactSupportComponent'};
199
- </script>
200
- <script src="../js/tree.js"></script>
201
-
202
-
203
-
204
-
205
-
206
-
207
-
208
-
209
-
210
-
211
-
212
-
213
-
214
-
215
-
216
-
217
-
218
- </div><div class="search-results">
219
- <div class="has-results">
220
- <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
221
- <ul class="search-results-list"></ul>
222
- </div>
223
- <div class="no-results">
224
- <h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
225
- </div>
226
- </div>
227
- </div>
228
- <!-- END CONTENT -->
229
- </div>
230
- </div>
231
-
232
- <label class="dark-mode-switch">
233
- <input type="checkbox">
234
- <span class="slider">
235
- <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">
236
- <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
237
- </svg>
238
- </span>
239
- </label>
240
-
241
- <script>
242
- var COMPODOC_CURRENT_PAGE_DEPTH = 1;
243
- var COMPODOC_CURRENT_PAGE_CONTEXT = 'component';
244
- var COMPODOC_CURRENT_PAGE_URL = 'EuimContactSupportComponent.html';
245
- var MAX_SEARCH_RESULTS = 15;
246
- </script>
247
-
248
- <script src="../js/libs/custom-elements.min.js"></script>
249
- <script src="../js/libs/lit-html.js"></script>
250
-
251
- <script src="../js/menu-wc.js" defer></script>
252
- <script nomodule src="../js/menu-wc_es5.js" defer></script>
253
-
254
- <script src="../js/libs/bootstrap-native.js"></script>
255
-
256
- <script src="../js/libs/es6-shim.min.js"></script>
257
- <script src="../js/libs/EventDispatcher.js"></script>
258
- <script src="../js/libs/promise.min.js"></script>
259
- <script src="../js/libs/zepto.min.js"></script>
260
-
261
- <script src="../js/compodoc.js"></script>
262
-
263
- <script src="../js/tabs.js"></script>
264
- <script src="../js/menu.js"></script>
265
- <script src="../js/libs/clipboard.min.js"></script>
266
- <script src="../js/libs/prism.js"></script>
267
- <script src="../js/sourceCode.js"></script>
268
- <script src="../js/search/search.js"></script>
269
- <script src="../js/search/lunr.min.js"></script>
270
- <script src="../js/search/search-lunr.js"></script>
271
- <script src="../js/search/search_index.js"></script>
272
- <script src="../js/lazy-load-graphs.js"></script>
273
-
274
-
275
- </body>
276
- </html>
@@ -1,11 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, ViewEncapsulation } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export class EuimContactSupportComponent {
4
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimContactSupportComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: EuimContactSupportComponent, selector: "euim-contact-support", ngImport: i0, template: "<ng-content></ng-content>", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
6
- }
7
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimContactSupportComponent, decorators: [{
8
- type: Component,
9
- args: [{ selector: 'euim-contact-support', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>" }]
10
- }] });
11
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1jb250YWN0LXN1cHBvcnQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2xpYi9jb21wb25lbnRzL2V1aW0tYWJvdXQvZXVpbS1jb250YWN0LXN1cHBvcnQvZXVpbS1jb250YWN0LXN1cHBvcnQuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2xpYi9jb21wb25lbnRzL2V1aW0tYWJvdXQvZXVpbS1jb250YWN0LXN1cHBvcnQvZXVpbS1jb250YWN0LXN1cHBvcnQuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBZSxpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFRbkcsTUFBTSxPQUFPLDJCQUEyQjtpSUFBM0IsMkJBQTJCO3FIQUEzQiwyQkFBMkIsNERDUnhDLDJCQUF5Qjs7MkZEUVosMkJBQTJCO2tCQU52QyxTQUFTOytCQUNJLHNCQUFzQixtQkFFZix1QkFBdUIsQ0FBQyxNQUFNLGlCQUNoQyxpQkFBaUIsQ0FBQyxJQUFJIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgSG9zdEJpbmRpbmcsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnZXVpbS1jb250YWN0LXN1cHBvcnQnLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9ldWltLWNvbnRhY3Qtc3VwcG9ydC5jb21wb25lbnQuaHRtbCcsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbn0pXG5leHBvcnQgY2xhc3MgRXVpbUNvbnRhY3RTdXBwb3J0Q29tcG9uZW50IHtcbn1cbiIsIjxuZy1jb250ZW50PjwvbmctY29udGVudD4iXX0=
@@ -1,6 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class EuimContactSupportComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<EuimContactSupportComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<EuimContactSupportComponent, "euim-contact-support", never, {}, {}, never, ["*"], false, never>;
5
- }
6
- //# sourceMappingURL=euim-contact-support.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"euim-contact-support.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-about/euim-contact-support/euim-contact-support.component.ts"],"names":[],"mappings":";AAEA,qBAMa,2BAA2B;yCAA3B,2BAA2B;2CAA3B,2BAA2B;CACvC"}