@eui/showcase 19.3.3-snapshot-1754667754469 → 21.0.0-alpha.2
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/fesm2022/eui-showcase.mjs +178 -179
- package/fesm2022/eui-showcase.mjs.map +1 -1
- package/index.d.ts +511 -4
- package/index.d.ts.map +1 -1
- package/package.json +10 -10
- package/eui-showcase.d.ts.map +0 -1
- package/lib/components/doc-page/doc-page-dev-guide.component.d.ts +0 -33
- package/lib/components/doc-page/doc-page-dev-guide.component.d.ts.map +0 -1
- package/lib/components/doc-page/doc-page.component.d.ts +0 -108
- package/lib/components/doc-page/doc-page.component.d.ts.map +0 -1
- package/lib/components/doc-page-code/doc-page-code.component.d.ts +0 -9
- package/lib/components/doc-page-code/doc-page-code.component.d.ts.map +0 -1
- package/lib/components/doc-page-code-fab/doc-page-code-fab.component.d.ts +0 -17
- package/lib/components/doc-page-code-fab/doc-page-code-fab.component.d.ts.map +0 -1
- package/lib/components/doc-page-code-modal/doc-page-code-modal.component.d.ts +0 -14
- package/lib/components/doc-page-code-modal/doc-page-code-modal.component.d.ts.map +0 -1
- package/lib/components/doc-page-pattern/doc-page-pattern.component.d.ts +0 -42
- package/lib/components/doc-page-pattern/doc-page-pattern.component.d.ts.map +0 -1
- package/lib/components/doc-page-pattern-sample/doc-page-pattern-sample-refs.component.d.ts +0 -9
- package/lib/components/doc-page-pattern-sample/doc-page-pattern-sample-refs.component.d.ts.map +0 -1
- package/lib/components/doc-page-pattern-sample/doc-page-pattern-sample.component.d.ts +0 -26
- package/lib/components/doc-page-pattern-sample/doc-page-pattern-sample.component.d.ts.map +0 -1
- package/lib/components/doc-page-pattern-simple/doc-page-pattern-simple.component.d.ts +0 -37
- package/lib/components/doc-page-pattern-simple/doc-page-pattern-simple.component.d.ts.map +0 -1
- package/lib/components/doc-sample/doc-sample.component.d.ts +0 -75
- package/lib/components/doc-sample/doc-sample.component.d.ts.map +0 -1
- package/lib/components/doc-sample-api/doc-sample-api.component.d.ts +0 -6
- package/lib/components/doc-sample-api/doc-sample-api.component.d.ts.map +0 -1
- package/lib/components/doc-section/doc-section.component.d.ts +0 -12
- package/lib/components/doc-section/doc-section.component.d.ts.map +0 -1
- package/lib/components/doc-section-code/doc-section-code.component.d.ts +0 -45
- package/lib/components/doc-section-code/doc-section-code.component.d.ts.map +0 -1
- package/lib/components/eui-code-highlighter/eui-code-highlighter.component.d.ts +0 -10
- package/lib/components/eui-code-highlighter/eui-code-highlighter.component.d.ts.map +0 -1
- package/lib/components/index.d.ts +0 -18
- package/lib/components/index.d.ts.map +0 -1
- package/lib/components/lorem-ipsum/lorem-ipsum-sample.component.d.ts +0 -7
- package/lib/components/lorem-ipsum/lorem-ipsum-sample.component.d.ts.map +0 -1
- package/lib/components/playground/playground.component.d.ts +0 -23
- package/lib/components/playground/playground.component.d.ts.map +0 -1
- package/lib/components/playground/stackblitz.files.d.ts +0 -24
- package/lib/components/playground/stackblitz.files.d.ts.map +0 -1
- package/lib/components/playground/stackblitz.service.d.ts +0 -63
- package/lib/components/playground/stackblitz.service.d.ts.map +0 -1
- package/lib/configuration.service.d.ts +0 -44
- package/lib/configuration.service.d.ts.map +0 -1
- package/lib/eui-showcase.module.d.ts +0 -37
- package/lib/eui-showcase.module.d.ts.map +0 -1
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, OnInit, QueryList } from '@angular/core';
|
|
2
|
-
import { Location } from '@angular/common';
|
|
3
|
-
import { SafeResourceUrl, DomSanitizer } from '@angular/platform-browser';
|
|
4
|
-
import { Router, ActivatedRoute } from '@angular/router';
|
|
5
|
-
import { DocSampleComponent } from '../doc-sample/doc-sample.component';
|
|
6
|
-
import { DocSectionComponent } from '../doc-section/doc-section.component';
|
|
7
|
-
import { EuiAppShellService } from '@eui/core';
|
|
8
|
-
import { EuiTabComponent, EuiTabsComponent } from '@eui/components/eui-tabs';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
export declare class DocPageComponent implements OnInit, AfterViewInit {
|
|
11
|
-
private router;
|
|
12
|
-
private route;
|
|
13
|
-
private asService;
|
|
14
|
-
sanitizer: DomSanitizer;
|
|
15
|
-
private location;
|
|
16
|
-
cssClass: string;
|
|
17
|
-
id: any;
|
|
18
|
-
label: any;
|
|
19
|
-
subLabel: string;
|
|
20
|
-
isNotReady: boolean;
|
|
21
|
-
isDeprecated: boolean;
|
|
22
|
-
isLegacy: boolean;
|
|
23
|
-
codeFolder: string;
|
|
24
|
-
showcase: string;
|
|
25
|
-
isNavigationVisible: boolean;
|
|
26
|
-
hasApi: boolean;
|
|
27
|
-
hasA11y: boolean;
|
|
28
|
-
customApiUrl: string;
|
|
29
|
-
stateTypeClass: any;
|
|
30
|
-
stateLabel: any;
|
|
31
|
-
cmp: any;
|
|
32
|
-
fragmentId: any;
|
|
33
|
-
cmpImportModule: any;
|
|
34
|
-
cmpImportStandalone: any;
|
|
35
|
-
cmpImportStandaloneCmp: any;
|
|
36
|
-
cmpStandalone: any;
|
|
37
|
-
appMetadata: any;
|
|
38
|
-
apiUrlSafe: SafeResourceUrl;
|
|
39
|
-
apiUrl: string;
|
|
40
|
-
iFrameContent: any;
|
|
41
|
-
isLoading: boolean;
|
|
42
|
-
isNavClicked: boolean;
|
|
43
|
-
hasCategories: boolean;
|
|
44
|
-
categories: any[];
|
|
45
|
-
samples: QueryList<DocSampleComponent>;
|
|
46
|
-
sections: QueryList<DocSectionComponent>;
|
|
47
|
-
pageOverviewContent: QueryList<DocPageOverviewContentDirective>;
|
|
48
|
-
pageOverviewDefaultContent: QueryList<DocPageOverviewDefaultContentDirective>;
|
|
49
|
-
pageSamplesContent: QueryList<DocPageSamplesContentDirective>;
|
|
50
|
-
pageSectionsContent: QueryList<DocPageSectionsContentDirective>;
|
|
51
|
-
pageInteractiveContent: QueryList<DocPageInteractiveContentDirective>;
|
|
52
|
-
pageAccessibilityContent: QueryList<DocPageAccessibilityContentDirective>;
|
|
53
|
-
pageApiContent: QueryList<DocPageApiContentDirective>;
|
|
54
|
-
pageThemingContent: QueryList<DocPageThemingContentDirective>;
|
|
55
|
-
tabsContent: EuiTabsComponent;
|
|
56
|
-
private TABS_DEF;
|
|
57
|
-
private CATEGORIES_DEF;
|
|
58
|
-
constructor(router: Router, route: ActivatedRoute, asService: EuiAppShellService, sanitizer: DomSanitizer, location: Location);
|
|
59
|
-
ngOnInit(): void;
|
|
60
|
-
ngAfterViewInit(): void;
|
|
61
|
-
getCategoryIndex(name: string): number;
|
|
62
|
-
onNavClick(fragmentId: string, tabIndex: number): void;
|
|
63
|
-
onTabSelected(event: {
|
|
64
|
-
tab: EuiTabComponent;
|
|
65
|
-
index: number;
|
|
66
|
-
}): void;
|
|
67
|
-
private _scrollToFragment;
|
|
68
|
-
private _getComponentStatus;
|
|
69
|
-
private _getApiUrl;
|
|
70
|
-
private _camelCaseString;
|
|
71
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DocPageComponent, never>;
|
|
72
|
-
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; }; "customApiUrl": { "alias": "customApiUrl"; "required": false; }; }, {}, ["samples", "sections", "pageOverviewContent", "pageOverviewDefaultContent", "pageSamplesContent", "pageSectionsContent", "pageInteractiveContent", "pageAccessibilityContent", "pageApiContent", "pageThemingContent"], ["docPageOverview", "docPageOverviewDefault", "docPageSamples", "docPageAccessibility", "docPageTheming", "docPageInteractive", "docPageSections"], false, never>;
|
|
73
|
-
}
|
|
74
|
-
export declare class DocPageOverviewContentDirective {
|
|
75
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DocPageOverviewContentDirective, never>;
|
|
76
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DocPageOverviewContentDirective, "docPageOverview", never, {}, {}, never, never, false, never>;
|
|
77
|
-
}
|
|
78
|
-
export declare class DocPageOverviewDefaultContentDirective {
|
|
79
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DocPageOverviewDefaultContentDirective, never>;
|
|
80
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DocPageOverviewDefaultContentDirective, "docPageOverviewDefault", never, {}, {}, never, never, false, never>;
|
|
81
|
-
}
|
|
82
|
-
export declare class DocPageInteractiveContentDirective {
|
|
83
|
-
title: string;
|
|
84
|
-
subTitle: string;
|
|
85
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DocPageInteractiveContentDirective, never>;
|
|
86
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DocPageInteractiveContentDirective, "docPageInteractive", never, { "title": { "alias": "title"; "required": false; }; "subTitle": { "alias": "subTitle"; "required": false; }; }, {}, never, never, false, never>;
|
|
87
|
-
}
|
|
88
|
-
export declare class DocPageSamplesContentDirective {
|
|
89
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DocPageSamplesContentDirective, never>;
|
|
90
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DocPageSamplesContentDirective, "docPageSamples", never, {}, {}, never, never, false, never>;
|
|
91
|
-
}
|
|
92
|
-
export declare class DocPageSectionsContentDirective {
|
|
93
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DocPageSectionsContentDirective, never>;
|
|
94
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DocPageSectionsContentDirective, "docPageSections", never, {}, {}, never, never, false, never>;
|
|
95
|
-
}
|
|
96
|
-
export declare class DocPageAccessibilityContentDirective {
|
|
97
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DocPageAccessibilityContentDirective, never>;
|
|
98
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DocPageAccessibilityContentDirective, "docPageAccessibility", never, {}, {}, never, never, false, never>;
|
|
99
|
-
}
|
|
100
|
-
export declare class DocPageApiContentDirective {
|
|
101
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DocPageApiContentDirective, never>;
|
|
102
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DocPageApiContentDirective, "docPageApi", never, {}, {}, never, never, false, never>;
|
|
103
|
-
}
|
|
104
|
-
export declare class DocPageThemingContentDirective {
|
|
105
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DocPageThemingContentDirective, never>;
|
|
106
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DocPageThemingContentDirective, "docPageTheming", never, {}, {}, never, never, false, never>;
|
|
107
|
-
}
|
|
108
|
-
//# sourceMappingURL=doc-page.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
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,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class DocPageCodeComponent {
|
|
3
|
-
codeFolder: string;
|
|
4
|
-
showcase: string;
|
|
5
|
-
onOpenCode(): void;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DocPageCodeComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DocPageCodeComponent, "eui-showcase-doc-page-code", never, { "codeFolder": { "alias": "codeFolder"; "required": false; }; "showcase": { "alias": "showcase"; "required": false; }; }, {}, never, never, false, never>;
|
|
8
|
-
}
|
|
9
|
-
//# sourceMappingURL=doc-page-code.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"doc-page-code.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/doc-page-code/doc-page-code.component.ts"],"names":[],"mappings":";AAEA,qBAKa,oBAAoB;IACpB,UAAU,SAAM;IAChB,QAAQ,SAAQ;IAEzB,UAAU,IAAI,IAAI;yCAJT,oBAAoB;2CAApB,oBAAoB;CAShC"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { EuiAppShellService } from '@eui/core';
|
|
2
|
-
import { EuiDialogComponent } from '@eui/components/eui-dialog';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DocPageCodeFabComponent {
|
|
5
|
-
asService: EuiAppShellService;
|
|
6
|
-
codeFolder: string;
|
|
7
|
-
showcase: string;
|
|
8
|
-
hasContentDialog: boolean;
|
|
9
|
-
dialog: EuiDialogComponent;
|
|
10
|
-
constructor(asService: EuiAppShellService);
|
|
11
|
-
toggleCode(): void;
|
|
12
|
-
onClose(): void;
|
|
13
|
-
onOpenCode(): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DocPageCodeFabComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DocPageCodeFabComponent, "eui-showcase-doc-page-code-fab", never, { "codeFolder": { "alias": "codeFolder"; "required": false; }; "showcase": { "alias": "showcase"; "required": false; }; "hasContentDialog": { "alias": "hasContentDialog"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
16
|
-
}
|
|
17
|
-
//# sourceMappingURL=doc-page-code-fab.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
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,qBAKa,uBAAuB;IAOb,SAAS,EAAE,kBAAkB;IANvC,UAAU,SAAM;IAChB,QAAQ,SAAqB;IAC7B,gBAAgB,UAAQ;IAEZ,MAAM,EAAE,kBAAkB,CAAC;gBAE7B,SAAS,EAAE,kBAAkB;IAEzC,UAAU,IAAI,IAAI;IAIlB,OAAO,IAAI,IAAI;IAIf,UAAU,IAAI,IAAI;yCAjBhB,uBAAuB;2CAAvB,uBAAuB;CAuBnC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { EuiAppShellService } from '@eui/core';
|
|
2
|
-
import { EuiDialogComponent } from '@eui/components/eui-dialog';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DocPageCodeModalComponent {
|
|
5
|
-
asService: EuiAppShellService;
|
|
6
|
-
width: string;
|
|
7
|
-
dialog: EuiDialogComponent;
|
|
8
|
-
constructor(asService: EuiAppShellService);
|
|
9
|
-
toggleCode(): void;
|
|
10
|
-
onClose(): void;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DocPageCodeModalComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DocPageCodeModalComponent, "eui-showcase-doc-page-code-modal", never, { "width": { "alias": "width"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
13
|
-
}
|
|
14
|
-
//# sourceMappingURL=doc-page-code-modal.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"doc-page-code-modal.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/doc-page-code-modal/doc-page-code-modal.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;;AAEhE,qBAKa,yBAAyB;IAKf,SAAS,EAAE,kBAAkB;IAJvC,KAAK,SAAU;IAEH,MAAM,EAAE,kBAAkB,CAAC;gBAE7B,SAAS,EAAE,kBAAkB;IAEzC,UAAU,IAAI,IAAI;IAIlB,OAAO,IAAI,IAAI;yCAXb,yBAAyB;2CAAzB,yBAAyB;CAcrC"}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { QueryList } from '@angular/core';
|
|
2
|
-
import { SafeResourceUrl } from '@angular/platform-browser';
|
|
3
|
-
import { EuiTabComponent } from '@eui/components/eui-tabs';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class DocPagePatternSampleDirective {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DocPagePatternSampleDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DocPagePatternSampleDirective, "docPagePatternSample", never, {}, {}, never, never, false, never>;
|
|
8
|
-
}
|
|
9
|
-
export declare class DocPagePatternDocDirective {
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DocPagePatternDocDirective, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DocPagePatternDocDirective, "docPagePatternDoc", never, {}, {}, never, never, false, never>;
|
|
12
|
-
}
|
|
13
|
-
export declare class DocPagePatternComponent {
|
|
14
|
-
get cssClasses(): string;
|
|
15
|
-
sampleContent: QueryList<DocPagePatternSampleDirective>;
|
|
16
|
-
docContent: QueryList<DocPagePatternDocDirective>;
|
|
17
|
-
id: string;
|
|
18
|
-
label: string;
|
|
19
|
-
anatomyImage: string;
|
|
20
|
-
docEntries: any[];
|
|
21
|
-
dos: any[];
|
|
22
|
-
donts: any[];
|
|
23
|
-
sourceUrl: string;
|
|
24
|
-
figmaUrl: string;
|
|
25
|
-
figmaEmbedSrc: string;
|
|
26
|
-
urlSafe: SafeResourceUrl;
|
|
27
|
-
isShowGoTop: boolean;
|
|
28
|
-
topPosToStartShowing: number;
|
|
29
|
-
tabSelectedIndex: number;
|
|
30
|
-
checkScroll(): void;
|
|
31
|
-
private sanitizer;
|
|
32
|
-
ngOnInit(): void;
|
|
33
|
-
onNavigateToCode(event: any): void;
|
|
34
|
-
onTabSelect(event: {
|
|
35
|
-
tab: EuiTabComponent;
|
|
36
|
-
index: number;
|
|
37
|
-
}): void;
|
|
38
|
-
gotoTop(): void;
|
|
39
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DocPagePatternComponent, never>;
|
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DocPagePatternComponent, "eui-showcase-doc-page-pattern", never, { "id": { "alias": "id"; "required": false; }; "label": { "alias": "label"; "required": false; }; "anatomyImage": { "alias": "anatomyImage"; "required": false; }; "docEntries": { "alias": "docEntries"; "required": false; }; "dos": { "alias": "dos"; "required": false; }; "donts": { "alias": "donts"; "required": false; }; "sourceUrl": { "alias": "sourceUrl"; "required": false; }; "figmaUrl": { "alias": "figmaUrl"; "required": false; }; "figmaEmbedSrc": { "alias": "figmaEmbedSrc"; "required": false; }; }, {}, ["sampleContent", "docContent"], ["docPagePatternDoc", "docPagePatternSample"], false, never>;
|
|
41
|
-
}
|
|
42
|
-
//# sourceMappingURL=doc-page-pattern.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
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,qBAOa,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"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class DocPagePatternSampleRefsComponent {
|
|
3
|
-
string: string;
|
|
4
|
-
docEntries: any[];
|
|
5
|
-
codeFolder: string;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DocPagePatternSampleRefsComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DocPagePatternSampleRefsComponent, "eui-showcase-doc-pattern-sample-refs", never, { "docEntries": { "alias": "docEntries"; "required": false; }; "codeFolder": { "alias": "codeFolder"; "required": false; }; }, {}, never, never, false, never>;
|
|
8
|
-
}
|
|
9
|
-
//# sourceMappingURL=doc-page-pattern-sample-refs.component.d.ts.map
|
package/lib/components/doc-page-pattern-sample/doc-page-pattern-sample-refs.component.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"doc-page-pattern-sample-refs.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/doc-page-pattern-sample/doc-page-pattern-sample-refs.component.ts"],"names":[],"mappings":";AAEA,qBAMa,iCAAiC;IACpB,MAAM,SAA+C;IAElE,UAAU,QAAM;IAChB,UAAU,EAAE,MAAM,CAAC;yCAJnB,iCAAiC;2CAAjC,iCAAiC;CAK7C"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { QueryList } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class DocPagePatternSampleDocDirective {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DocPagePatternSampleDocDirective, never>;
|
|
5
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DocPagePatternSampleDocDirective, "eui-showcase-doc-pattern-sample-doc", never, {}, {}, never, never, false, never>;
|
|
6
|
-
}
|
|
7
|
-
export declare class DocPagePatternSampleComponent {
|
|
8
|
-
get cssClasses(): string;
|
|
9
|
-
label: string;
|
|
10
|
-
docEntries: any[];
|
|
11
|
-
codeFolder: string;
|
|
12
|
-
refsImage: string;
|
|
13
|
-
refsImage2: string;
|
|
14
|
-
figmaLink: string;
|
|
15
|
-
isSmall: boolean;
|
|
16
|
-
isTiny: boolean;
|
|
17
|
-
isMedium: boolean;
|
|
18
|
-
isLarge: boolean;
|
|
19
|
-
isExtraLarge: boolean;
|
|
20
|
-
hasAutoHeight: boolean;
|
|
21
|
-
docContent: QueryList<DocPagePatternSampleDocDirective>;
|
|
22
|
-
openCode(): void;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DocPagePatternSampleComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DocPagePatternSampleComponent, "eui-showcase-doc-pattern-sample", never, { "label": { "alias": "label"; "required": false; }; "docEntries": { "alias": "docEntries"; "required": false; }; "codeFolder": { "alias": "codeFolder"; "required": false; }; "refsImage": { "alias": "refsImage"; "required": false; }; "refsImage2": { "alias": "refsImage2"; "required": false; }; "figmaLink": { "alias": "figmaLink"; "required": false; }; "isSmall": { "alias": "isSmall"; "required": false; }; "isTiny": { "alias": "isTiny"; "required": false; }; "isMedium": { "alias": "isMedium"; "required": false; }; "isLarge": { "alias": "isLarge"; "required": false; }; "isExtraLarge": { "alias": "isExtraLarge"; "required": false; }; "hasAutoHeight": { "alias": "hasAutoHeight"; "required": false; }; }, {}, ["docContent"], ["eui-showcase-doc-pattern-sample-doc", "*"], false, never>;
|
|
25
|
-
}
|
|
26
|
-
//# sourceMappingURL=doc-page-pattern-sample.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"doc-page-pattern-sample.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/doc-page-pattern-sample/doc-page-pattern-sample.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsE,SAAS,EAAE,MAAM,eAAe,CAAC;;AAG9G,qBACa,gCAAgC;yCAAhC,gCAAgC;2CAAhC,gCAAgC;CAAI;AAEjD,qBAMa,6BAA6B;IACtC,IACI,UAAU,IAAI,MAAM,CAKvB;IAEQ,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,QAAM;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,UAAS;IAChB,MAAM,UAAS;IACf,QAAQ,UAAS;IACjB,OAAO,UAAS;IAChB,YAAY,UAAS;IACrB,aAAa,UAAS;IAG/B,UAAU,EAAE,SAAS,CAAC,gCAAgC,CAAC,CAAC;IAExD,QAAQ,IAAI,IAAI;yCAzBP,6BAA6B;2CAA7B,6BAA6B;CA8BzC"}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { QueryList } from '@angular/core';
|
|
2
|
-
import { SafeResourceUrl } from '@angular/platform-browser';
|
|
3
|
-
import { EuiTabComponent } from '@eui/components/eui-tabs';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class DocPagePatternSimpleDocDirective {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DocPagePatternSimpleDocDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DocPagePatternSimpleDocDirective, "docPagePatternDoc", never, {}, {}, never, never, false, never>;
|
|
8
|
-
}
|
|
9
|
-
export declare class DocPagePatternSimpleComponent {
|
|
10
|
-
get cssClasses(): string;
|
|
11
|
-
docContent: QueryList<DocPagePatternSimpleDocDirective>;
|
|
12
|
-
id: string;
|
|
13
|
-
label: string;
|
|
14
|
-
anatomyImage: string;
|
|
15
|
-
docEntries: any[];
|
|
16
|
-
dos: any[];
|
|
17
|
-
donts: any[];
|
|
18
|
-
sourceUrl: string;
|
|
19
|
-
figmaUrl: string;
|
|
20
|
-
figmaEmbedSrc: string;
|
|
21
|
-
urlSafe: SafeResourceUrl;
|
|
22
|
-
isShowGoTop: boolean;
|
|
23
|
-
topPosToStartShowing: number;
|
|
24
|
-
tabSelectedIndex: number;
|
|
25
|
-
checkScroll(): void;
|
|
26
|
-
private sanitizer;
|
|
27
|
-
ngOnInit(): void;
|
|
28
|
-
onNavigateToCode(event: any): void;
|
|
29
|
-
onTabSelect(event: {
|
|
30
|
-
tab: EuiTabComponent;
|
|
31
|
-
index: number;
|
|
32
|
-
}): void;
|
|
33
|
-
gotoTop(): void;
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DocPagePatternSimpleComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DocPagePatternSimpleComponent, "eui-showcase-doc-page-pattern-simple", never, { "id": { "alias": "id"; "required": false; }; "label": { "alias": "label"; "required": false; }; "anatomyImage": { "alias": "anatomyImage"; "required": false; }; "docEntries": { "alias": "docEntries"; "required": false; }; "dos": { "alias": "dos"; "required": false; }; "donts": { "alias": "donts"; "required": false; }; "sourceUrl": { "alias": "sourceUrl"; "required": false; }; "figmaUrl": { "alias": "figmaUrl"; "required": false; }; "figmaEmbedSrc": { "alias": "figmaEmbedSrc"; "required": false; }; }, {}, ["docContent"], ["docPagePatternDoc"], false, never>;
|
|
36
|
-
}
|
|
37
|
-
//# sourceMappingURL=doc-page-pattern-simple.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"doc-page-pattern-simple.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/doc-page-pattern-simple/doc-page-pattern-simple.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,gCAAgC;yCAAhC,gCAAgC;2CAAhC,gCAAgC;CAAI;AAEjD,qBAOa,6BAA6B;IACtC,IACI,UAAU,IAAI,MAAM,CAEvB;IAGD,UAAU,EAAE,SAAS,CAAC,gCAAgC,CAAC,CAAC;IAE/C,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;yCApDL,6BAA6B;2CAA7B,6BAA6B;CA2DzC"}
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit, ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { HttpClient } from '@angular/common/http';
|
|
3
|
-
import { Clipboard } from '@angular/cdk/clipboard';
|
|
4
|
-
import { EuiAppShellService } from '@eui/core';
|
|
5
|
-
import { EuiTabComponent } from '@eui/components/eui-tabs';
|
|
6
|
-
import { EuiGrowlService } from '@eui/core';
|
|
7
|
-
import { Router } from '@angular/router';
|
|
8
|
-
import { StackblitzService } from '../playground/stackblitz.service';
|
|
9
|
-
import { Configuration, ConfigurationService } from '../../configuration.service';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
export declare class DocSampleComponent implements AfterContentInit {
|
|
12
|
-
private sb;
|
|
13
|
-
private _http;
|
|
14
|
-
private asService;
|
|
15
|
-
private cd;
|
|
16
|
-
private growlService;
|
|
17
|
-
private clipboard;
|
|
18
|
-
private router;
|
|
19
|
-
protected conf: ConfigurationService<Configuration>;
|
|
20
|
-
id: string;
|
|
21
|
-
label: string;
|
|
22
|
-
category: any;
|
|
23
|
-
description: any;
|
|
24
|
-
defaultValue: any;
|
|
25
|
-
styleClass: string;
|
|
26
|
-
renderPlayground: any;
|
|
27
|
-
isCodeButtonVisible: boolean;
|
|
28
|
-
isInnerSection: boolean;
|
|
29
|
-
classes: string;
|
|
30
|
-
isCodeLoaded: boolean;
|
|
31
|
-
isCodeLoading: boolean;
|
|
32
|
-
isCodeExpanded: boolean;
|
|
33
|
-
playground_activated: boolean;
|
|
34
|
-
tsContent: any;
|
|
35
|
-
htmlContent: any;
|
|
36
|
-
constructor(sb: StackblitzService, _http: HttpClient, asService: EuiAppShellService, cd: ChangeDetectorRef, growlService: EuiGrowlService, clipboard: Clipboard, router: Router, conf: ConfigurationService<Configuration>);
|
|
37
|
-
ngAfterContentInit(): void;
|
|
38
|
-
copyCurrentUrlToClipboard(id: string): void;
|
|
39
|
-
onToggleCode(): void;
|
|
40
|
-
/**
|
|
41
|
-
* on playground tab selected inform the playground component that its content is rendered
|
|
42
|
-
* TODO: fix the bug on eui-tab implementation where the ngAfterViewInit is called without the view actually
|
|
43
|
-
* being rendered on screen. Issue is that initially the view is being rendered and then removed from the DOM.
|
|
44
|
-
* Internally eui-tabs is moving the projected content.
|
|
45
|
-
*
|
|
46
|
-
* @param selected The selected tab component reference and its index in the tabs array.
|
|
47
|
-
*/
|
|
48
|
-
onSelectedTab(selected: {
|
|
49
|
-
tab: EuiTabComponent;
|
|
50
|
-
index: number;
|
|
51
|
-
}): void;
|
|
52
|
-
/**
|
|
53
|
-
* filter out the extra import and module from the code sample
|
|
54
|
-
*
|
|
55
|
-
* @param code
|
|
56
|
-
*/
|
|
57
|
-
filterOutModuleAndImports(code: string): string;
|
|
58
|
-
/**
|
|
59
|
-
* open the code sample in stackblitz
|
|
60
|
-
*/
|
|
61
|
-
onStackblitzOpen(): void;
|
|
62
|
-
/**
|
|
63
|
-
* returns whenever playground should render. Input has precedence over Configuration service
|
|
64
|
-
*/
|
|
65
|
-
protected shouldRenderPlayground(): boolean;
|
|
66
|
-
private _getComponent;
|
|
67
|
-
private flatten;
|
|
68
|
-
private loadCodeFiles;
|
|
69
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DocSampleComponent, never>;
|
|
70
|
-
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>;
|
|
71
|
-
static ngAcceptInputType_renderPlayground: unknown;
|
|
72
|
-
static ngAcceptInputType_isCodeButtonVisible: unknown;
|
|
73
|
-
static ngAcceptInputType_isInnerSection: unknown;
|
|
74
|
-
}
|
|
75
|
-
//# sourceMappingURL=doc-sample.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
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;AACrE,OAAO,EAAE,aAAa,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;;AAElF,qBAOa,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;IACd,SAAS,CAAC,IAAI,EAAE,oBAAoB,CAAC,aAAa,CAAC;IA5B9C,EAAE,SAAM;IACR,KAAK,SAAM;IACX,QAAQ,MAAC;IACT,WAAW,MAAC;IACZ,YAAY,MAAC;IACb,UAAU,SAAM;IACe,gBAAgB,MAAQ;IACxB,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,EACZ,IAAI,EAAE,oBAAoB,CAAC,aAAa,CAAC;IAGvD,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;IAQxB;;OAEG;IACH,SAAS,CAAC,sBAAsB,IAAI,OAAO;IAM3C,OAAO,CAAC,aAAa;IAOrB,OAAO,CAAC,OAAO;IAiBf,OAAO,CAAC,aAAa;yCA7IZ,kBAAkB;2CAAlB,kBAAkB;+CAwMwgyc,OAAQ;kDAAR,OAAQ;6CAAR,OAAQ;CAD9iyc"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class DocSampleApiComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DocSampleApiComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DocSampleApiComponent, "eui-showcase-doc-sample-api", never, {}, {}, never, never, false, never>;
|
|
5
|
-
}
|
|
6
|
-
//# sourceMappingURL=doc-sample-api.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"doc-sample-api.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/doc-sample-api/doc-sample-api.component.ts"],"names":[],"mappings":";AAEA,qBAKa,qBAAqB;yCAArB,qBAAqB;2CAArB,qBAAqB;CAAG"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class DocSectionComponent implements AfterContentInit {
|
|
4
|
-
string: string;
|
|
5
|
-
id: string;
|
|
6
|
-
label: string;
|
|
7
|
-
styleClass: string;
|
|
8
|
-
ngAfterContentInit(): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DocSectionComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DocSectionComponent, "eui-showcase-doc-section", never, { "id": { "alias": "id"; "required": false; }; "label": { "alias": "label"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=doc-section.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"doc-section.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/doc-section/doc-section.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,gBAAgB,EAAkC,MAAM,eAAe,CAAC;;AAEnG,qBAOa,mBAAoB,YAAW,gBAAgB;IAClC,MAAM,SAA8B;IAEjD,EAAE,SAAM;IACR,KAAK,SAAM;IACX,UAAU,SAAM;IAEzB,kBAAkB,IAAI,IAAI;yCAPjB,mBAAmB;2CAAnB,mBAAmB;CAY/B"}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import type { QueryList } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class DocSectionCodeComponent {
|
|
4
|
-
label: string;
|
|
5
|
-
content: string;
|
|
6
|
-
styleClass: string;
|
|
7
|
-
versionLabel: string;
|
|
8
|
-
isDeprecated: boolean;
|
|
9
|
-
isCodeExpanded: boolean;
|
|
10
|
-
sectionDescription: QueryList<DocSectionCodeDescriptionTagDirective>;
|
|
11
|
-
sectionCodeHTML: QueryList<DocSectionCodeHtmlTagDirective>;
|
|
12
|
-
sectionCodeTS: QueryList<DocSectionCodeTsTagDirective>;
|
|
13
|
-
sectionCodeSERVICE: QueryList<DocSectionCodeServiceTagDirective>;
|
|
14
|
-
sectionCodeCSS: QueryList<DocSectionCodeCssTagDirective>;
|
|
15
|
-
sectionCodeDOC: QueryList<DocSectionCodeDocTagDirective>;
|
|
16
|
-
toggleCode(): void;
|
|
17
|
-
isDefined(object: any): boolean;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DocSectionCodeComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DocSectionCodeComponent, "eui-showcase-doc-section-code", never, { "label": { "alias": "label"; "required": false; }; "content": { "alias": "content"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "versionLabel": { "alias": "versionLabel"; "required": false; }; "isDeprecated": { "alias": "isDeprecated"; "required": false; }; "isCodeExpanded": { "alias": "isCodeExpanded"; "required": false; }; }, {}, ["sectionDescription", "sectionCodeHTML", "sectionCodeTS", "sectionCodeSERVICE", "sectionCodeCSS", "sectionCodeDOC"], ["sectionDescription", "sectionCodeHTML", "sectionCodeTS", "sectionCodeSERVICE", "sectionCodeCSS", "sectionCodeDOC", "*"], false, never>;
|
|
20
|
-
}
|
|
21
|
-
export declare class DocSectionCodeDescriptionTagDirective {
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DocSectionCodeDescriptionTagDirective, never>;
|
|
23
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DocSectionCodeDescriptionTagDirective, "sectionDescription", never, {}, {}, never, never, false, never>;
|
|
24
|
-
}
|
|
25
|
-
export declare class DocSectionCodeHtmlTagDirective {
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DocSectionCodeHtmlTagDirective, never>;
|
|
27
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DocSectionCodeHtmlTagDirective, "sectionCodeHTML", never, {}, {}, never, never, false, never>;
|
|
28
|
-
}
|
|
29
|
-
export declare class DocSectionCodeTsTagDirective {
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DocSectionCodeTsTagDirective, never>;
|
|
31
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DocSectionCodeTsTagDirective, "sectionCodeTS", never, {}, {}, never, never, false, never>;
|
|
32
|
-
}
|
|
33
|
-
export declare class DocSectionCodeServiceTagDirective {
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DocSectionCodeServiceTagDirective, never>;
|
|
35
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DocSectionCodeServiceTagDirective, "sectionCodeSERVICE", never, {}, {}, never, never, false, never>;
|
|
36
|
-
}
|
|
37
|
-
export declare class DocSectionCodeCssTagDirective {
|
|
38
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DocSectionCodeCssTagDirective, never>;
|
|
39
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DocSectionCodeCssTagDirective, "sectionCodeCSS", never, {}, {}, never, never, false, never>;
|
|
40
|
-
}
|
|
41
|
-
export declare class DocSectionCodeDocTagDirective {
|
|
42
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DocSectionCodeDocTagDirective, never>;
|
|
43
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DocSectionCodeDocTagDirective, "sectionCodeDOC", never, {}, {}, never, never, false, never>;
|
|
44
|
-
}
|
|
45
|
-
//# sourceMappingURL=doc-section-code.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"doc-section-code.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/doc-section-code/doc-section-code.component.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;;AAG/C,qBAMa,uBAAuB;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,UAAS;IACrB,cAAc,UAAS;IAGhC,kBAAkB,EAAE,SAAS,CAAC,qCAAqC,CAAC,CAAC;IAErE,eAAe,EAAE,SAAS,CAAC,8BAA8B,CAAC,CAAC;IAE3D,aAAa,EAAE,SAAS,CAAC,4BAA4B,CAAC,CAAC;IAEvD,kBAAkB,EAAE,SAAS,CAAC,iCAAiC,CAAC,CAAC;IAEjE,cAAc,EAAE,SAAS,CAAC,6BAA6B,CAAC,CAAC;IAEzD,cAAc,EAAE,SAAS,CAAC,6BAA6B,CAAC,CAAC;IAEzD,UAAU,IAAI,IAAI;IAKlB,SAAS,CAAC,MAAM,EAAE,GAAG,GAAG,OAAO;yCA1BtB,uBAAuB;2CAAvB,uBAAuB;CA6BnC;AAGD,qBACa,qCAAqC;yCAArC,qCAAqC;2CAArC,qCAAqC;CAAG;AAErD,qBACa,8BAA8B;yCAA9B,8BAA8B;2CAA9B,8BAA8B;CAAG;AAE9C,qBACa,4BAA4B;yCAA5B,4BAA4B;2CAA5B,4BAA4B;CAAG;AAE5C,qBACa,iCAAiC;yCAAjC,iCAAiC;2CAAjC,iCAAiC;CAAG;AAEjD,qBACa,6BAA6B;yCAA7B,6BAA6B;2CAA7B,6BAA6B;CAAG;AAE7C,qBACa,6BAA6B;yCAA7B,6BAA6B;2CAA7B,6BAA6B;CAAG"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ElementRef, AfterViewInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class EuiCodeHighlighterDirective implements AfterViewInit {
|
|
4
|
-
el: ElementRef;
|
|
5
|
-
constructor(el: ElementRef);
|
|
6
|
-
ngAfterViewInit(): void;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EuiCodeHighlighterDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EuiCodeHighlighterDirective, "[euiCode]", never, {}, {}, never, never, false, never>;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=eui-code-highlighter.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"eui-code-highlighter.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/eui-code-highlighter/eui-code-highlighter.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;;AAErE,qBAIa,2BAA4B,YAAW,aAAa;IAC1C,EAAE,EAAE,UAAU;gBAAd,EAAE,EAAE,UAAU;IAEjC,eAAe,IAAI,IAAI;yCAHd,2BAA2B;2CAA3B,2BAA2B;CAQvC"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export * from './doc-page/doc-page.component';
|
|
2
|
-
export * from './doc-page/doc-page-dev-guide.component';
|
|
3
|
-
export * from './doc-page-code/doc-page-code.component';
|
|
4
|
-
export * from './doc-page-code-modal/doc-page-code-modal.component';
|
|
5
|
-
export * from './doc-sample/doc-sample.component';
|
|
6
|
-
export * from './doc-sample-api/doc-sample-api.component';
|
|
7
|
-
export * from './doc-section/doc-section.component';
|
|
8
|
-
export * from './eui-code-highlighter/eui-code-highlighter.component';
|
|
9
|
-
export * from './doc-page-code-fab/doc-page-code-fab.component';
|
|
10
|
-
export * from './lorem-ipsum/lorem-ipsum-sample.component';
|
|
11
|
-
export * from './playground/playground.component';
|
|
12
|
-
export * from './playground/stackblitz.files';
|
|
13
|
-
export { DocSectionCodeComponent, DocSectionCodeHtmlTagDirective, DocSectionCodeTsTagDirective, DocSectionCodeServiceTagDirective, DocSectionCodeCssTagDirective, DocSectionCodeDocTagDirective, DocSectionCodeDescriptionTagDirective, } from './doc-section-code/doc-section-code.component';
|
|
14
|
-
export { DocPagePatternComponent, DocPagePatternDocDirective, DocPagePatternSampleDirective, } from './doc-page-pattern/doc-page-pattern.component';
|
|
15
|
-
export { DocPagePatternSimpleComponent, DocPagePatternSimpleDocDirective, } from './doc-page-pattern-simple/doc-page-pattern-simple.component';
|
|
16
|
-
export { DocPagePatternSampleComponent, DocPagePatternSampleDocDirective, } from './doc-page-pattern-sample/doc-page-pattern-sample.component';
|
|
17
|
-
export { DocPagePatternSampleRefsComponent, } from './doc-page-pattern-sample/doc-page-pattern-sample-refs.component';
|
|
18
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC;AAC9C,cAAc,yCAAyC,CAAC;AACxD,cAAc,yCAAyC,CAAC;AACxD,cAAc,qDAAqD,CAAC;AACpE,cAAc,mCAAmC,CAAC;AAClD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,qCAAqC,CAAC;AACpD,cAAc,uDAAuD,CAAC;AACtE,cAAc,iDAAiD,CAAC;AAChE,cAAc,4CAA4C,CAAC;AAC3D,cAAc,mCAAmC,CAAC;AAClD,cAAc,+BAA+B,CAAC;AAE9C,OAAO,EACH,uBAAuB,EACvB,8BAA8B,EAC9B,4BAA4B,EAC5B,iCAAiC,EACjC,6BAA6B,EAC7B,6BAA6B,EAC7B,qCAAqC,GACxC,MAAM,+CAA+C,CAAC;AAEvD,OAAO,EACH,uBAAuB,EACvB,0BAA0B,EAC1B,6BAA6B,GAChC,MAAM,+CAA+C,CAAC;AAEvD,OAAO,EACH,6BAA6B,EAC7B,gCAAgC,GACnC,MAAM,6DAA6D,CAAC;AAErE,OAAO,EACH,6BAA6B,EAC7B,gCAAgC,GACnC,MAAM,6DAA6D,CAAC;AAErE,OAAO,EACH,iCAAiC,GACpC,MAAM,kEAAkE,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class LoremIpsumSampleComponent {
|
|
3
|
-
textSize: 'small' | 'medium' | 'large';
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LoremIpsumSampleComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LoremIpsumSampleComponent, "eui-showcase-doc-lorem-ipsum", never, { "textSize": { "alias": "textSize"; "required": false; }; }, {}, never, never, false, never>;
|
|
6
|
-
}
|
|
7
|
-
//# sourceMappingURL=lorem-ipsum-sample.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"lorem-ipsum-sample.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/lorem-ipsum/lorem-ipsum-sample.component.ts"],"names":[],"mappings":";AAEA,qBAKa,yBAAyB;IACzB,QAAQ,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAW;yCADjD,yBAAyB;2CAAzB,yBAAyB;CAErC"}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class PlaygroundComponent implements OnChanges {
|
|
4
|
-
title: string;
|
|
5
|
-
htmlContent: string;
|
|
6
|
-
sampleId: string;
|
|
7
|
-
typescriptContent: string;
|
|
8
|
-
activated: boolean;
|
|
9
|
-
modules: [{
|
|
10
|
-
name: string;
|
|
11
|
-
path: string;
|
|
12
|
-
}];
|
|
13
|
-
isLoaded: boolean;
|
|
14
|
-
private stackblitzElWrapper;
|
|
15
|
-
/** instance that holds the stackblitz VM object */
|
|
16
|
-
private stackblitzInstance;
|
|
17
|
-
private sb;
|
|
18
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
19
|
-
private initStackblitz;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PlaygroundComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PlaygroundComponent, "eui-playground", never, { "title": { "alias": "title"; "required": false; }; "htmlContent": { "alias": "htmlContent"; "required": false; }; "sampleId": { "alias": "sampleId"; "required": false; }; "typescriptContent": { "alias": "typescriptContent"; "required": false; }; "activated": { "alias": "activated"; "required": false; }; "modules": { "alias": "modules"; "required": false; }; }, {}, never, never, false, never>;
|
|
22
|
-
}
|
|
23
|
-
//# sourceMappingURL=playground.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"playground.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/playground/playground.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAwC,SAAS,EAAE,aAAa,EAAa,MAAM,eAAe,CAAC;;AAK1G,qBAKa,mBAAoB,YAAW,SAAS;IAE1C,KAAK,SAAoB;IAEzB,WAAW,EAAE,MAAM,CAAC;IAEpB,QAAQ,EAAE,MAAM,CAAC;IAEjB,iBAAiB,EAAE,MAAM,CAAC;IAE1B,SAAS,UAAS;IAElB,OAAO,EAAE,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAC1C,QAAQ,UAAS;IAExB,OAAO,CAAC,mBAAmB,CAAgC;IAC3D,mDAAmD;IACnD,OAAO,CAAC,kBAAkB,CAAK;IAC/B,OAAO,CAAC,EAAE,CAAgD;IAE1D,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAUzC,OAAO,CAAC,cAAc;yCA9Bb,mBAAmB;2CAAnB,mBAAmB;CAmF/B"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
export declare const polyfillsFile = "import 'zone.js';";
|
|
2
|
-
export declare const mainFile: (moduleName: string, componentName: string) => string;
|
|
3
|
-
export declare const moduleFile: (componentName: string, m?: {
|
|
4
|
-
name: string;
|
|
5
|
-
path: string;
|
|
6
|
-
}[]) => string;
|
|
7
|
-
export declare const angularJsonFile = "\n{\n \"$schema\": \"./node_modules/@angular/cli/lib/config/schema.json\",\n \"version\": 1,\n \"newProjectRoot\": \"projects\",\n \"projects\": {\n \"demo\": {\n \"architect\": {\n \"build\": {\n \"builder\": \"@angular-devkit/build-angular:application\",\n \"configurations\": {\n \"development\": {\n \"extractLicenses\": false,\n \"namedChunks\": true,\n \"optimization\": false,\n \"sourceMap\": true\n },\n \"production\": {\n \"aot\": true,\n \"extractLicenses\": true,\n \"namedChunks\": false,\n \"optimization\": true,\n \"outputHashing\": \"all\",\n \"sourceMap\": false\n }\n },\n \"options\": {\n \"index\": \"src/index.html\",\n \"browser\": \"src/main.ts\",\n \"outputPath\": \"dist/demo\",\n \"scripts\": [],\n \"assets\": [\n {\n \"glob\": \"**/*\",\n \"input\": \"./node_modules/@eui/styles/dist/assets/\",\n \"output\": \"assets\"\n },\n {\n \"glob\": \"**/*\",\n \"input\": \"./node_modules/@eui/core/assets/\",\n \"output\": \"assets\"\n }\n ],\n \"styles\": [\n \"./node_modules/@eui/styles/dist/eui.css\"\n ],\n \"tsConfig\": \"tsconfig.json\"\n }\n },\n \"serve\": {\n \"builder\": \"@angular-devkit/build-angular:dev-server\",\n \"configurations\": {\n \"development\": {\n \"buildTarget\": \"demo:build:development\"\n },\n \"production\": {\n \"buildTarget\": \"demo:build:production\"\n }\n },\n \"defaultConfiguration\": \"development\"\n }\n },\n \"prefix\": \"app\",\n \"projectType\": \"application\",\n \"root\": \"\",\n \"schematics\": {},\n \"sourceRoot\": \"src\"\n }\n },\n \"cli\": {\n \"analytics\": \"0f944abb-e787-4c1f-9092-e34292361c91\"\n }\n}\n";
|
|
8
|
-
export declare const indexHtmlFile: (selector: string) => string;
|
|
9
|
-
export declare const PACKAGE_JSON: {
|
|
10
|
-
name: string;
|
|
11
|
-
version: string;
|
|
12
|
-
private: boolean;
|
|
13
|
-
scripts: {
|
|
14
|
-
ng: string;
|
|
15
|
-
start: string;
|
|
16
|
-
build: string;
|
|
17
|
-
watch: string;
|
|
18
|
-
test: string;
|
|
19
|
-
lint: string;
|
|
20
|
-
};
|
|
21
|
-
dependencies: {};
|
|
22
|
-
};
|
|
23
|
-
export declare const tsConfig = "\n/* To learn more about this file see: https://angular.io/config/tsconfig. */\n{\n \"compileOnSave\": false,\n \"compilerOptions\": {\n \"outDir\": \"./out-tsc/app\",\n \"target\": \"ES2022\",\n \"module\": \"ES2022\",\n \"useDefineForClassFields\": false,\n \"lib\": [\"ES2022\", \"dom\"],\n \"declaration\": true,\n \"declarationMap\": true,\n \"inlineSources\": true,\n \"emitDecoratorMetadata\": false,\n \"types\": [],\n \"esModuleInterop\": true,\n \"sourceMap\": true,\n \"experimentalDecorators\": true,\n \"moduleResolution\": \"bundler\",\n \"importHelpers\": true\n },\n \"angularCompilerOptions\": {\n \"compilationMode\": \"partial\",\n \"enableI18nLegacyMessageIdFormat\": false,\n \"strictInputAccessModifiers\": true,\n \"strictMetadataEmit\": true,\n \"strictTemplates\": true,\n \"annotateForClosureCompiler\": true,\n \"skipTemplateCodegen\": true,\n \"fullTemplateTypeCheck\": true\n },\n \"exclude\": [\"src/test.ts\", \"**/*.spec.ts\"],\n \"files\": [\"src/main.ts\"],\n \"include\": [\"src/**/*.d.ts\"]\n}";
|
|
24
|
-
//# sourceMappingURL=stackblitz.files.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
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,MAkFpE,CAAC;AACF,eAAO,MAAM,UAAU,kBAAmB,MAAM,MAAK;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,EAAE,KAAQ,MA6D5F,CAAC;AACF,eAAO,MAAM,eAAe,2sEAyE3B,CAAC;AACF,eAAO,MAAM,aAAa,aAAc,MAAM,KAAG,MAIhD,CAAC;AACF,eAAO,MAAM,YAAY;;;;;;;;;;;;;CAaxB,CAAC;AACF,eAAO,MAAM,QAAQ,ulCAkCnB,CAAC"}
|