@eui/showcase 18.0.0-next.7 → 18.0.0-next.71

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 (30) hide show
  1. package/esm2022/lib/components/doc-page/doc-page.component.mjs +83 -26
  2. package/esm2022/lib/components/doc-page-code/doc-page-code.component.mjs +5 -5
  3. package/esm2022/lib/components/doc-page-code-fab/doc-page-code-fab.component.mjs +8 -7
  4. package/esm2022/lib/components/doc-page-code-modal/doc-page-code-modal.component.mjs +5 -5
  5. package/esm2022/lib/components/doc-page-pattern/doc-page-pattern.component.mjs +32 -36
  6. package/esm2022/lib/components/doc-sample/doc-sample.component.mjs +15 -5
  7. package/esm2022/lib/components/doc-sample-api/doc-sample-api.component.mjs +4 -4
  8. package/esm2022/lib/components/doc-section/doc-section.component.mjs +5 -5
  9. package/esm2022/lib/components/doc-section-code/doc-section-code.component.mjs +24 -25
  10. package/esm2022/lib/components/eui-code-highlighter/eui-code-highlighter.component.mjs +4 -4
  11. package/esm2022/lib/components/lorem-ipsum/lorem-ipsum-sample.component.mjs +5 -5
  12. package/esm2022/lib/components/playground/playground.component.mjs +4 -4
  13. package/esm2022/lib/components/playground/stackblitz.files.mjs +4 -2
  14. package/esm2022/lib/components/playground/stackblitz.service.mjs +4 -5
  15. package/esm2022/lib/eui-showcase.module.mjs +9 -6
  16. package/fesm2022/eui-showcase.mjs +321 -178
  17. package/fesm2022/eui-showcase.mjs.map +3 -3
  18. package/lib/components/doc-page/doc-page.component.d.ts +8 -1
  19. package/lib/components/doc-page/doc-page.component.d.ts.map +1 -1
  20. package/lib/components/doc-page-code-fab/doc-page-code-fab.component.d.ts.map +1 -1
  21. package/lib/components/doc-page-pattern/doc-page-pattern.component.d.ts +3 -5
  22. package/lib/components/doc-page-pattern/doc-page-pattern.component.d.ts.map +1 -1
  23. package/lib/components/doc-sample/doc-sample.component.d.ts +6 -1
  24. package/lib/components/doc-sample/doc-sample.component.d.ts.map +1 -1
  25. package/lib/components/playground/stackblitz.files.d.ts +1 -1
  26. package/lib/components/playground/stackblitz.files.d.ts.map +1 -1
  27. package/lib/components/playground/stackblitz.service.d.ts.map +1 -1
  28. package/lib/eui-showcase.module.d.ts +1 -1
  29. package/lib/eui-showcase.module.d.ts.map +1 -1
  30. package/package.json +9 -9
@@ -35,9 +35,12 @@ export declare class DocPageComponent implements OnInit, AfterViewInit {
35
35
  iFrameContent: any;
36
36
  isLoading: boolean;
37
37
  isNavClicked: boolean;
38
+ hasCategories: boolean;
39
+ categories: any[];
38
40
  samples: QueryList<DocSampleComponent>;
39
41
  sections: QueryList<DocSectionComponent>;
40
42
  pageOverviewContent: QueryList<DocPageOverviewContentDirective>;
43
+ pageOverviewDefaultContent: QueryList<DocPageOverviewDefaultContentDirective>;
41
44
  pageSamplesContent: QueryList<DocPageSamplesContentDirective>;
42
45
  pageSectionsContent: QueryList<DocPageSectionsContentDirective>;
43
46
  pageInteractiveContent: QueryList<DocPageInteractiveContentDirective>;
@@ -59,12 +62,16 @@ export declare class DocPageComponent implements OnInit, AfterViewInit {
59
62
  private _getApiUrl;
60
63
  private _camelCaseString;
61
64
  static ɵfac: i0.ɵɵFactoryDeclaration<DocPageComponent, never>;
62
- static ɵcmp: i0.ɵɵComponentDeclaration<DocPageComponent, "eui-showcase-doc-page", never, { "id": { "alias": "id"; "required": false; }; "label": { "alias": "label"; "required": false; }; "subLabel": { "alias": "subLabel"; "required": false; }; "isNotReady": { "alias": "isNotReady"; "required": false; }; "isDeprecated": { "alias": "isDeprecated"; "required": false; }; "isLegacy": { "alias": "isLegacy"; "required": false; }; "codeFolder": { "alias": "codeFolder"; "required": false; }; "showcase": { "alias": "showcase"; "required": false; }; "isNavigationVisible": { "alias": "isNavigationVisible"; "required": false; }; "hasApi": { "alias": "hasApi"; "required": false; }; "hasA11y": { "alias": "hasA11y"; "required": false; }; }, {}, ["samples", "sections", "pageOverviewContent", "pageSamplesContent", "pageSectionsContent", "pageInteractiveContent", "pageAccessibilityContent", "pageApiContent", "pageThemingContent"], ["docPageOverview", "docPageSamples", "docPageAccessibility", "docPageTheming", "docPageInteractive", "docPageSections"], false, never>;
65
+ static ɵcmp: i0.ɵɵComponentDeclaration<DocPageComponent, "eui-showcase-doc-page", never, { "id": { "alias": "id"; "required": false; }; "label": { "alias": "label"; "required": false; }; "subLabel": { "alias": "subLabel"; "required": false; }; "isNotReady": { "alias": "isNotReady"; "required": false; }; "isDeprecated": { "alias": "isDeprecated"; "required": false; }; "isLegacy": { "alias": "isLegacy"; "required": false; }; "codeFolder": { "alias": "codeFolder"; "required": false; }; "showcase": { "alias": "showcase"; "required": false; }; "isNavigationVisible": { "alias": "isNavigationVisible"; "required": false; }; "hasApi": { "alias": "hasApi"; "required": false; }; "hasA11y": { "alias": "hasA11y"; "required": false; }; }, {}, ["samples", "sections", "pageOverviewContent", "pageOverviewDefaultContent", "pageSamplesContent", "pageSectionsContent", "pageInteractiveContent", "pageAccessibilityContent", "pageApiContent", "pageThemingContent"], ["docPageOverview", "docPageOverviewDefault", "docPageSamples", "docPageAccessibility", "docPageTheming", "docPageInteractive", "docPageSections"], false, never>;
63
66
  }
64
67
  export declare class DocPageOverviewContentDirective {
65
68
  static ɵfac: i0.ɵɵFactoryDeclaration<DocPageOverviewContentDirective, never>;
66
69
  static ɵdir: i0.ɵɵDirectiveDeclaration<DocPageOverviewContentDirective, "docPageOverview", never, {}, {}, never, never, false, never>;
67
70
  }
71
+ export declare class DocPageOverviewDefaultContentDirective {
72
+ static ɵfac: i0.ɵɵFactoryDeclaration<DocPageOverviewDefaultContentDirective, never>;
73
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DocPageOverviewDefaultContentDirective, "docPageOverviewDefault", never, {}, {}, never, never, false, never>;
74
+ }
68
75
  export declare class DocPageInteractiveContentDirective {
69
76
  title: string;
70
77
  subTitle: string;
@@ -1 +1 @@
1
- {"version":3,"file":"doc-page.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/doc-page/doc-page.component.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"doc-page.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/doc-page/doc-page.component.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"doc-page-code-fab.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/doc-page-code-fab/doc-page-code-fab.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;;AAEhE,qBAIa,uBAAuB;IAMb,SAAS,EAAE,kBAAkB;IALvC,UAAU,SAAM;IAChB,QAAQ,SAAiB;IAEb,MAAM,EAAE,kBAAkB,CAAC;gBAE7B,SAAS,EAAE,kBAAkB;IAEzC,UAAU,IAAI,IAAI;IAIlB,OAAO,IAAI,IAAI;IAIf,UAAU,IAAI,IAAI;yCAhBhB,uBAAuB;2CAAvB,uBAAuB;CAqBnC"}
1
+ {"version":3,"file":"doc-page-code-fab.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/doc-page-code-fab/doc-page-code-fab.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;;AAEhE,qBAIa,uBAAuB;IAMb,SAAS,EAAE,kBAAkB;IALvC,UAAU,SAAM;IAChB,QAAQ,SAAqB;IAEjB,MAAM,EAAE,kBAAkB,CAAC;gBAE7B,SAAS,EAAE,kBAAkB;IAEzC,UAAU,IAAI,IAAI;IAIlB,OAAO,IAAI,IAAI;IAIf,UAAU,IAAI,IAAI;yCAhBhB,uBAAuB;2CAAvB,uBAAuB;CAsBnC"}
@@ -1,6 +1,5 @@
1
1
  import { QueryList } from '@angular/core';
2
- import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
3
- import { BaseDirective } from '@eui/components/shared';
2
+ import { SafeResourceUrl } from '@angular/platform-browser';
4
3
  import { EuiTabComponent } from '@eui/components/eui-tabs';
5
4
  import * as i0 from "@angular/core";
6
5
  export declare class DocPagePatternSampleDirective {
@@ -11,8 +10,7 @@ export declare class DocPagePatternDocDirective {
11
10
  static ɵfac: i0.ɵɵFactoryDeclaration<DocPagePatternDocDirective, never>;
12
11
  static ɵdir: i0.ɵɵDirectiveDeclaration<DocPagePatternDocDirective, "docPagePatternDoc", never, {}, {}, never, never, false, never>;
13
12
  }
14
- export declare class DocPagePatternComponent extends BaseDirective {
15
- sanitizer: DomSanitizer;
13
+ export declare class DocPagePatternComponent {
16
14
  get cssClasses(): string;
17
15
  sampleContent: QueryList<DocPagePatternSampleDirective>;
18
16
  docContent: QueryList<DocPagePatternDocDirective>;
@@ -30,7 +28,7 @@ export declare class DocPagePatternComponent extends BaseDirective {
30
28
  topPosToStartShowing: number;
31
29
  tabSelectedIndex: number;
32
30
  checkScroll(): void;
33
- constructor(sanitizer: DomSanitizer);
31
+ private sanitizer;
34
32
  ngOnInit(): void;
35
33
  onNavigateToCode(event: any): void;
36
34
  onTabSelect(event: {
@@ -1 +1 @@
1
- {"version":3,"file":"doc-page-pattern.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/doc-page-pattern/doc-page-pattern.component.ts"],"names":[],"mappings":"AACA,OAAO,EAQH,SAAS,EAEZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAC1E,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;;AAG3D,qBACa,6BAA6B;yCAA7B,6BAA6B;2CAA7B,6BAA6B;CAAI;AAC9C,qBACa,0BAA0B;yCAA1B,0BAA0B;2CAA1B,0BAA0B;CAAI;AAE3C,qBAMa,uBAAwB,SAAQ,aAAa;IAqCnC,SAAS,EAAE,YAAY;IApC1C,IACI,UAAU,IAAI,MAAM,CAIvB;IAGD,aAAa,EAAE,SAAS,CAAC,6BAA6B,CAAC,CAAC;IAExD,UAAU,EAAE,SAAS,CAAC,0BAA0B,CAAC,CAAC;IAEzC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,QAAM;IAChB,GAAG,QAAM;IACT,KAAK,QAAM;IACX,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,EAAE,MAAM,CAAC;IAExB,OAAO,EAAE,eAAe,CAAC;IACzB,WAAW,EAAE,OAAO,CAAC;IACrB,oBAAoB,SAAO;IAC3B,gBAAgB,SAAK;IAEG,WAAW;gBASvB,SAAS,EAAE,YAAY;IAI1C,QAAQ;IAOD,gBAAgB,CAAC,KAAK,EAAE,GAAG;IAO3B,WAAW,CAAC,KAAK,EAAE;QAAE,GAAG,EAAE,eAAe,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE;IAI1D,OAAO;yCA3DL,uBAAuB;2CAAvB,uBAAuB;CAkEnC"}
1
+ {"version":3,"file":"doc-page-pattern.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/doc-page-pattern/doc-page-pattern.component.ts"],"names":[],"mappings":"AACA,OAAO,EAQH,SAAS,EAGZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAgB,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAC1E,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;;AAG3D,qBACa,6BAA6B;yCAA7B,6BAA6B;2CAA7B,6BAA6B;CAAI;AAC9C,qBACa,0BAA0B;yCAA1B,0BAA0B;2CAA1B,0BAA0B;CAAI;AAE3C,qBAMa,uBAAuB;IAChC,IACI,UAAU,IAAI,MAAM,CAEvB;IAGD,aAAa,EAAE,SAAS,CAAC,6BAA6B,CAAC,CAAC;IAExD,UAAU,EAAE,SAAS,CAAC,0BAA0B,CAAC,CAAC;IAEzC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,QAAM;IAChB,GAAG,QAAM;IACT,KAAK,QAAM;IACX,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,EAAE,MAAM,CAAC;IAExB,OAAO,EAAE,eAAe,CAAC;IACzB,WAAW,EAAE,OAAO,CAAC;IACrB,oBAAoB,SAAO;IAC3B,gBAAgB,SAAK;IAEG,WAAW;IAQ1C,OAAO,CAAC,SAAS,CAAsC;IAEvD,QAAQ;IAOD,gBAAgB,CAAC,KAAK,EAAE,GAAG;IAO3B,WAAW,CAAC,KAAK,EAAE;QAAE,GAAG,EAAE,eAAe,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE;IAI1D,OAAO;yCAtDL,uBAAuB;2CAAvB,uBAAuB;CA6DnC"}
@@ -17,9 +17,13 @@ export declare class DocSampleComponent implements AfterContentInit {
17
17
  private router;
18
18
  id: string;
19
19
  label: string;
20
+ category: any;
21
+ description: any;
22
+ defaultValue: any;
20
23
  styleClass: string;
21
24
  renderPlayground: boolean;
22
25
  isCodeButtonVisible: boolean;
26
+ isInnerSection: boolean;
23
27
  classes: string;
24
28
  isCodeLoaded: boolean;
25
29
  isCodeLoading: boolean;
@@ -57,8 +61,9 @@ export declare class DocSampleComponent implements AfterContentInit {
57
61
  private flatten;
58
62
  private loadCodeFiles;
59
63
  static ɵfac: i0.ɵɵFactoryDeclaration<DocSampleComponent, never>;
60
- static ɵcmp: i0.ɵɵComponentDeclaration<DocSampleComponent, "eui-showcase-doc-sample", never, { "id": { "alias": "id"; "required": false; }; "label": { "alias": "label"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "renderPlayground": { "alias": "renderPlayground"; "required": false; }; "isCodeButtonVisible": { "alias": "isCodeButtonVisible"; "required": false; }; }, {}, never, ["*"], false, never>;
64
+ static ɵcmp: i0.ɵɵComponentDeclaration<DocSampleComponent, "eui-showcase-doc-sample", never, { "id": { "alias": "id"; "required": false; }; "label": { "alias": "label"; "required": false; }; "category": { "alias": "category"; "required": false; }; "description": { "alias": "description"; "required": false; }; "defaultValue": { "alias": "defaultValue"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "renderPlayground": { "alias": "renderPlayground"; "required": false; }; "isCodeButtonVisible": { "alias": "isCodeButtonVisible"; "required": false; }; "isInnerSection": { "alias": "isInnerSection"; "required": false; }; }, {}, never, ["*"], false, never>;
61
65
  static ngAcceptInputType_renderPlayground: unknown;
62
66
  static ngAcceptInputType_isCodeButtonVisible: unknown;
67
+ static ngAcceptInputType_isInnerSection: unknown;
63
68
  }
64
69
  //# sourceMappingURL=doc-sample.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"doc-sample.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/doc-sample/doc-sample.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGH,gBAAgB,EAChB,iBAAiB,EAIpB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAGnD,OAAO,EAAE,kBAAkB,EAAe,MAAM,WAAW,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAC3D,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;;AAErE,qBAMa,kBAAmB,YAAW,gBAAgB;IAkBnD,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,MAAM;IAvBT,EAAE,SAAM;IACR,KAAK,SAAM;IACX,UAAU,SAAM;IACe,gBAAgB,UAAS;IACzB,mBAAmB,UAAQ;IAE7C,OAAO,SAA6B;IAE1D,YAAY,UAAS;IACrB,aAAa,UAAS;IACtB,cAAc,UAAS;IACvB,oBAAoB,UAAS;IAE7B,SAAS,MAAC;IACV,WAAW,MAAC;gBAGA,EAAE,EAAE,iBAAiB,EACrB,KAAK,EAAE,UAAU,EACjB,SAAS,EAAE,kBAAkB,EAC7B,EAAE,EAAE,iBAAiB,EACrB,YAAY,EAAE,eAAe,EAC7B,SAAS,EAAE,SAAS,EACpB,MAAM,EAAE,MAAM;IAG1B,kBAAkB,IAAI,IAAI;IAMnB,yBAAyB,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;IAalD,YAAY,IAAI,IAAI;IAiBpB;;;;;;;OAOG;IACH,aAAa,CAAC,QAAQ,EAAE;QAAE,GAAG,EAAE,eAAe,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI;IAItE;;;;OAIG;IACH,yBAAyB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM;IAY/C;;OAEG;IACH,gBAAgB,IAAI,IAAI;IASxB,OAAO,CAAC,aAAa;IAOrB,OAAO,CAAC,OAAO;IAiBf,OAAO,CAAC,aAAa;yCAhIZ,kBAAkB;2CAAlB,kBAAkB;+CA2LojpB,OAAQ;kDAAR,OAAQ;CAD1lpB"}
1
+ {"version":3,"file":"doc-sample.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/doc-sample/doc-sample.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGH,gBAAgB,EAChB,iBAAiB,EAIpB,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAGnD,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAE/C,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAC3D,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;;AAErE,qBAMa,kBAAmB,YAAW,gBAAgB;IAsBnD,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,MAAM;IA3BT,EAAE,SAAM;IACR,KAAK,SAAM;IACX,QAAQ,MAAC;IACT,WAAW,MAAC;IACZ,YAAY,MAAC;IACb,UAAU,SAAM;IACe,gBAAgB,UAAS;IACzB,mBAAmB,UAAQ;IAC3B,cAAc,UAAS;IAEzC,OAAO,SAA6B;IAE1D,YAAY,UAAS;IACrB,aAAa,UAAS;IACtB,cAAc,UAAS;IACvB,oBAAoB,UAAS;IAE7B,SAAS,MAAC;IACV,WAAW,MAAC;gBAGA,EAAE,EAAE,iBAAiB,EACrB,KAAK,EAAE,UAAU,EACjB,SAAS,EAAE,kBAAkB,EAC7B,EAAE,EAAE,iBAAiB,EACrB,YAAY,EAAE,eAAe,EAC7B,SAAS,EAAE,SAAS,EACpB,MAAM,EAAE,MAAM;IAG1B,kBAAkB,IAAI,IAAI;IAMnB,yBAAyB,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;IAalD,YAAY,IAAI,IAAI;IAiBpB;;;;;;;OAOG;IACH,aAAa,CAAC,QAAQ,EAAE;QAAE,GAAG,EAAE,eAAe,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI;IAItE;;;;OAIG;IACH,yBAAyB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM;IAY/C;;OAEG;IACH,gBAAgB,IAAI,IAAI;IASxB,OAAO,CAAC,aAAa;IAOrB,OAAO,CAAC,OAAO;IAiBf,OAAO,CAAC,aAAa;yCApIZ,kBAAkB;2CAAlB,kBAAkB;+CA+L+0oB,OAAQ;kDAAR,OAAQ;6CAAR,OAAQ;CADr3oB"}
@@ -4,7 +4,7 @@ export declare const moduleFile: (componentName: string, m?: {
4
4
  name: string;
5
5
  path: string;
6
6
  }[]) => string;
7
- export declare const angularJsonFile = "\n{\n \"version\": 1,\n \"newProjectRoot\": \"projects\",\n \"projects\": {\n \"demo\": {\n \"root\": \"\",\n \"sourceRoot\": \"\",\n \"projectType\": \"application\",\n \"prefix\": \"app\",\n \"schematics\": {},\n \"architect\": {\n \"build\": {\n \"builder\": \"@angular-devkit/build-angular:browser\",\n \"options\": {\n \"outputPath\": \"dist/demo\",\n \"index\": \"src/index.html\",\n \"main\": \"src/main.ts\",\n \"polyfills\": \"src/polyfills.ts\",\n \"tsConfig\": \"tsconfig.json\",\n \"assets\": [\n {\n \"glob\": \"**/*\",\n \"input\": \"./node_modules/@eui/styles-base/src/assets/\",\n \"output\": \"src/assets\"\n },\n {\n \"glob\": \"**/*\",\n \"input\": \"./node_modules/@eui/core/assets/\",\n \"output\": \"src/assets\"\n }\n ],\n \"styles\": [\n \"./node_modules/@eui/styles/dist/styles/eui.css\"\n ],\n \"scripts\": [],\n \"preserveSymlinks\": true\n },\n \"configurations\": {\n \"production\": {\n \"optimization\": true,\n \"outputHashing\": \"all\",\n \"sourceMap\": false,\n \"extractCss\": true,\n \"namedChunks\": false,\n \"aot\": true,\n \"extractLicenses\": true,\n \"vendorChunk\": false,\n \"buildOptimizer\": true\n }\n }\n },\n \"serve\": {\n \"builder\": \"@angular-devkit/build-angular:dev-server\",\n \"options\": {\n \"browserTarget\": \"demo:build\"\n },\n \"configurations\": {\n \"production\": {\n \"browserTarget\": \"demo:build:production\"\n }\n }\n },\n \"lint\": {\n \"builder\": \"@angular-devkit/build-angular:tslint\",\n \"options\": {\n \"tsConfig\": [\"tsconfig.json\"],\n \"exclude\": [\"**/node_modules/**\"]\n }\n }\n }\n }\n },\n \"defaultProject\": \"demo\",\n \"cli\": {\n \"analytics\": \"0f944abb-e787-4c1f-9092-e34292361c91\"\n }\n}\n";
7
+ export declare const angularJsonFile = "\n{\n \"version\": 1,\n \"newProjectRoot\": \"projects\",\n \"projects\": {\n \"demo\": {\n \"root\": \"\",\n \"sourceRoot\": \"\",\n \"projectType\": \"application\",\n \"prefix\": \"app\",\n \"schematics\": {},\n \"architect\": {\n \"build\": {\n \"builder\": \"@angular-devkit/build-angular:browser\",\n \"options\": {\n \"outputPath\": \"dist/demo\",\n \"index\": \"src/index.html\",\n \"main\": \"src/main.ts\",\n \"polyfills\": \"src/polyfills.ts\",\n \"tsConfig\": \"tsconfig.json\",\n \"assets\": [\n {\n \"glob\": \"**/*\",\n \"input\": \"./node_modules/@eui/styles/dist/assets/\",\n \"output\": \"src/assets\"\n },\n {\n \"glob\": \"**/*\",\n \"input\": \"./node_modules/@eui/core/assets/\",\n \"output\": \"src/assets\"\n }\n ],\n \"styles\": [\n \"./node_modules/@eui/styles/dist/styles/eui.css\"\n ],\n \"scripts\": [],\n \"preserveSymlinks\": true\n },\n \"configurations\": {\n \"production\": {\n \"optimization\": true,\n \"outputHashing\": \"all\",\n \"sourceMap\": false,\n \"extractCss\": true,\n \"namedChunks\": false,\n \"aot\": true,\n \"extractLicenses\": true,\n \"vendorChunk\": false,\n \"buildOptimizer\": true\n }\n }\n },\n \"serve\": {\n \"builder\": \"@angular-devkit/build-angular:dev-server\",\n \"options\": {\n \"browserTarget\": \"demo:build\"\n },\n \"configurations\": {\n \"production\": {\n \"browserTarget\": \"demo:build:production\"\n }\n }\n },\n \"lint\": {\n \"builder\": \"@angular-devkit/build-angular:tslint\",\n \"options\": {\n \"tsConfig\": [\"tsconfig.json\"],\n \"exclude\": [\"**/node_modules/**\"]\n }\n }\n }\n }\n },\n \"defaultProject\": \"demo\",\n \"cli\": {\n \"analytics\": \"0f944abb-e787-4c1f-9092-e34292361c91\"\n }\n}\n";
8
8
  export declare const indexHtmlFile: (selector: string) => string;
9
9
  export declare const PACKAGE_JSON: {
10
10
  name: string;
@@ -1 +1 @@
1
- {"version":3,"file":"stackblitz.files.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/playground/stackblitz.files.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,sBAAwB,CAAC;AACnD,eAAO,MAAM,QAAQ,eAAgB,MAAM,iBAAiB,MAAM,KAAG,MAoDpE,CAAC;AACF,eAAO,MAAM,UAAU,kBAAmB,MAAM,MAAK;IAAE,MAAM,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,EAAE,KAAQ,MAgE5F,CAAC;AACF,eAAO,MAAM,eAAe,s1EA8E3B,CAAC;AACF,eAAO,MAAM,aAAa,aAAc,MAAM,KAAG,MAIhD,CAAC;AACF,eAAO,MAAM,YAAY;;;;;CAKxB,CAAC;AACF,eAAO,MAAM,QAAQ,6tBA6BnB,CAAC"}
1
+ {"version":3,"file":"stackblitz.files.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/playground/stackblitz.files.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,sBAAwB,CAAC;AACnD,eAAO,MAAM,QAAQ,eAAgB,MAAM,iBAAiB,MAAM,KAAG,MAsDpE,CAAC;AACF,eAAO,MAAM,UAAU,kBAAmB,MAAM,MAAK;IAAE,MAAM,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,EAAE,KAAQ,MAgE5F,CAAC;AACF,eAAO,MAAM,eAAe,k1EA8E3B,CAAC;AACF,eAAO,MAAM,aAAa,aAAc,MAAM,KAAG,MAIhD,CAAC;AACF,eAAO,MAAM,YAAY;;;;;CAKxB,CAAC;AACF,eAAO,MAAM,QAAQ,6tBA6BnB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"stackblitz.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/playground/stackblitz.service.ts"],"names":[],"mappings":"AAAA,OAAY,EAAW,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;;AAMpE,qBACa,iBAAiB;IAC1B,OAAO,CAAC,IAAI,CAAkC;IAE9C;;;;;OAKG;IACH,wBAAwB,CAAC,QAAQ,EAAE,MAAM,GAAG;QACxC,QAAQ,EAAE,MAAM,CAAC;QACjB,SAAS,EAAE,MAAM,CAAC;KACrB;IAaD;;;;;OAKG;IACH,iBAAiB,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAK3C;;;;;OAKG;IACH,oBAAoB,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAK9C,oBAAoB,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAc9C;;;;;;OAMG;IACI,cAAc,CAAC,WAAW,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI;IAgD5G;;;;OAIG;IACI,yBAAyB,IAAI,OAAO,CAAC;QACxC,YAAY,EAAE,mBAAmB,CAAC;QAClC,eAAe,EAAE,mBAAmB,CAAC;KACxC,CAAC;IAwDF;;;;;OAKG;IACH,OAAO,CAAC,2BAA2B;IAMnC;;;;OAIG;IACH,OAAO,CAAC,4BAA4B;yCArM3B,iBAAiB;6CAAjB,iBAAiB;CA2M7B"}
1
+ {"version":3,"file":"stackblitz.service.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/playground/stackblitz.service.ts"],"names":[],"mappings":"AAAA,OAAY,EAAW,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;;AAMpE,qBACa,iBAAiB;IAC1B,OAAO,CAAC,IAAI,CAAkC;IAE9C;;;;;OAKG;IACH,wBAAwB,CAAC,QAAQ,EAAE,MAAM,GAAG;QACxC,QAAQ,EAAE,MAAM,CAAC;QACjB,SAAS,EAAE,MAAM,CAAC;KACrB;IAaD;;;;;OAKG;IACH,iBAAiB,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAK3C;;;;;OAKG;IACH,oBAAoB,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAK9C,oBAAoB,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAc9C;;;;;;OAMG;IACI,cAAc,CAAC,WAAW,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI;IAgD5G;;;;OAIG;IACI,yBAAyB,IAAI,OAAO,CAAC;QACxC,YAAY,EAAE,mBAAmB,CAAC;QAClC,eAAe,EAAE,mBAAmB,CAAC;KACxC,CAAC;IAuDF;;;;;OAKG;IACH,OAAO,CAAC,2BAA2B;IAMnC;;;;OAIG;IACH,OAAO,CAAC,4BAA4B;yCApM3B,iBAAiB;6CAAjB,iBAAiB;CA0M7B"}
@@ -25,7 +25,7 @@ import * as i23 from "@eui/components/eui-icon";
25
25
  import * as i24 from "@eui/components/eui-label";
26
26
  export declare class EuiShowcaseModule {
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<EuiShowcaseModule, never>;
28
- static ɵmod: i0.ɵɵNgModuleDeclaration<EuiShowcaseModule, [typeof i1.EuiCodeHighlighterDirective, typeof i2.DocPageComponent, typeof i3.DocPageCodeComponent, typeof i4.DocPageCodeFabComponent, typeof i5.DocPageCodeModalComponent, typeof i2.DocPageOverviewContentDirective, typeof i2.DocPageApiContentDirective, typeof i2.DocPageInteractiveContentDirective, typeof i2.DocPageSamplesContentDirective, typeof i2.DocPageSectionsContentDirective, typeof i2.DocPageAccessibilityContentDirective, typeof i2.DocPageThemingContentDirective, typeof i6.DocSampleComponent, typeof i7.DocSampleApiComponent, typeof i8.DocSectionComponent, typeof i9.DocSectionCodeComponent, typeof i9.DocSectionCodeHtmlTagDirective, typeof i9.DocSectionCodeTsTagDirective, typeof i9.DocSectionCodeServiceTagDirective, typeof i9.DocSectionCodeCssTagDirective, typeof i9.DocSectionCodeDocTagDirective, typeof i9.DocSectionCodeDescriptionTagDirective, typeof i10.LoremIpsumSampleComponent, typeof i11.PlaygroundComponent, typeof i12.DocPagePatternComponent, typeof i12.DocPagePatternDocDirective, typeof i12.DocPagePatternSampleDirective], [typeof i13.CommonModule, typeof i14.EuiCardModule, typeof i15.EuiButtonModule, typeof i16.EuiTabsModule, typeof i17.EuiPageModule, typeof i18.EuiChipModule, typeof i19.EuiDialogModule, typeof i20.EuiAlertModule, typeof i21.EuiBlockContentModule, typeof i22.EuiBadgeModule, typeof i23.EuiIconModule, typeof i24.EuiLabelModule], [typeof i1.EuiCodeHighlighterDirective, typeof i2.DocPageComponent, typeof i3.DocPageCodeComponent, typeof i4.DocPageCodeFabComponent, typeof i5.DocPageCodeModalComponent, typeof i2.DocPageOverviewContentDirective, typeof i2.DocPageApiContentDirective, typeof i2.DocPageInteractiveContentDirective, typeof i2.DocPageSamplesContentDirective, typeof i2.DocPageSectionsContentDirective, typeof i2.DocPageAccessibilityContentDirective, typeof i2.DocPageThemingContentDirective, typeof i6.DocSampleComponent, typeof i7.DocSampleApiComponent, typeof i8.DocSectionComponent, typeof i9.DocSectionCodeComponent, typeof i9.DocSectionCodeHtmlTagDirective, typeof i9.DocSectionCodeTsTagDirective, typeof i9.DocSectionCodeServiceTagDirective, typeof i9.DocSectionCodeCssTagDirective, typeof i9.DocSectionCodeDocTagDirective, typeof i9.DocSectionCodeDescriptionTagDirective, typeof i10.LoremIpsumSampleComponent, typeof i11.PlaygroundComponent, typeof i12.DocPagePatternComponent, typeof i12.DocPagePatternDocDirective, typeof i12.DocPagePatternSampleDirective]>;
28
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EuiShowcaseModule, [typeof i1.EuiCodeHighlighterDirective, typeof i2.DocPageComponent, typeof i3.DocPageCodeComponent, typeof i4.DocPageCodeFabComponent, typeof i5.DocPageCodeModalComponent, typeof i2.DocPageOverviewContentDirective, typeof i2.DocPageOverviewDefaultContentDirective, typeof i2.DocPageApiContentDirective, typeof i2.DocPageInteractiveContentDirective, typeof i2.DocPageSamplesContentDirective, typeof i2.DocPageSectionsContentDirective, typeof i2.DocPageAccessibilityContentDirective, typeof i2.DocPageThemingContentDirective, typeof i6.DocSampleComponent, typeof i7.DocSampleApiComponent, typeof i8.DocSectionComponent, typeof i9.DocSectionCodeComponent, typeof i9.DocSectionCodeHtmlTagDirective, typeof i9.DocSectionCodeTsTagDirective, typeof i9.DocSectionCodeServiceTagDirective, typeof i9.DocSectionCodeCssTagDirective, typeof i9.DocSectionCodeDocTagDirective, typeof i9.DocSectionCodeDescriptionTagDirective, typeof i10.LoremIpsumSampleComponent, typeof i11.PlaygroundComponent, typeof i12.DocPagePatternComponent, typeof i12.DocPagePatternDocDirective, typeof i12.DocPagePatternSampleDirective], [typeof i13.CommonModule, typeof i14.EuiCardModule, typeof i15.EuiButtonModule, typeof i16.EuiTabsModule, typeof i17.EuiPageModule, typeof i18.EuiChipModule, typeof i19.EuiDialogModule, typeof i20.EuiAlertModule, typeof i21.EuiBlockContentModule, typeof i22.EuiBadgeModule, typeof i23.EuiIconModule, typeof i24.EuiLabelModule], [typeof i1.EuiCodeHighlighterDirective, typeof i2.DocPageComponent, typeof i3.DocPageCodeComponent, typeof i4.DocPageCodeFabComponent, typeof i5.DocPageCodeModalComponent, typeof i2.DocPageOverviewContentDirective, typeof i2.DocPageOverviewDefaultContentDirective, typeof i2.DocPageApiContentDirective, typeof i2.DocPageInteractiveContentDirective, typeof i2.DocPageSamplesContentDirective, typeof i2.DocPageSectionsContentDirective, typeof i2.DocPageAccessibilityContentDirective, typeof i2.DocPageThemingContentDirective, typeof i6.DocSampleComponent, typeof i7.DocSampleApiComponent, typeof i8.DocSectionComponent, typeof i9.DocSectionCodeComponent, typeof i9.DocSectionCodeHtmlTagDirective, typeof i9.DocSectionCodeTsTagDirective, typeof i9.DocSectionCodeServiceTagDirective, typeof i9.DocSectionCodeCssTagDirective, typeof i9.DocSectionCodeDocTagDirective, typeof i9.DocSectionCodeDescriptionTagDirective, typeof i10.LoremIpsumSampleComponent, typeof i11.PlaygroundComponent, typeof i12.DocPagePatternComponent, typeof i12.DocPagePatternDocDirective, typeof i12.DocPagePatternSampleDirective]>;
29
29
  static ɵinj: i0.ɵɵInjectorDeclaration<EuiShowcaseModule>;
30
30
  }
31
31
  //# sourceMappingURL=eui-showcase.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"eui-showcase.module.d.ts","sourceRoot":"","sources":["../../src/lib/eui-showcase.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AA+EA,qBAmBa,iBAAiB;yCAAjB,iBAAiB;0CAAjB,iBAAiB;0CAAjB,iBAAiB;CAAG"}
1
+ {"version":3,"file":"eui-showcase.module.d.ts","sourceRoot":"","sources":["../../src/lib/eui-showcase.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAiFA,qBAmBa,iBAAiB;yCAAjB,iBAAiB;0CAAjB,iBAAiB;0CAAjB,iBAAiB;CAAG"}
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@eui/showcase",
3
- "version": "18.0.0-next.7",
3
+ "version": "18.0.0-next.71",
4
4
  "tag": "next",
5
5
  "description": "eUI showcase components for internal use",
6
6
  "author": "ec.europa.eui@gmail.com",
7
7
  "peerDependencies": {
8
- "@eui/core": "18.0.0-next.7",
9
- "@eui/components": "18.0.0-next.7",
10
- "@angular/core": "^18.0.0-next.2",
11
- "@angular/common": "^18.0.0-next.2",
12
- "@angular/cdk": "^18.0.0-next.2",
13
- "@angular/router": "^18.0.0-next.2",
14
- "@angular/platform-browser": "^18.0.0-next.2",
8
+ "@eui/core": "18.0.0-next.71",
9
+ "@eui/components": "18.0.0-next.71",
10
+ "@angular/core": "next",
11
+ "@angular/common": "next",
12
+ "@angular/cdk": "next",
13
+ "@angular/router": "next",
14
+ "@angular/platform-browser": "next",
15
15
  "@stackblitz/sdk": "^1.9.0",
16
16
  "rxjs": "^7.8.1"
17
17
  },
18
18
  "engines": {
19
- "node": "^18.19.1 || >=20.11.1",
19
+ "node": "^18.13.0 || >=20.9.0",
20
20
  "yarn": ">=1.22.4 <2"
21
21
  },
22
22
  "license": "EUPL-1.1",