@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
package/index.d.ts
CHANGED
|
@@ -1,4 +1,511 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, Signal, AfterContentInit, OnInit, QueryList, OnDestroy, OnChanges, SimpleChanges } from '@angular/core';
|
|
3
|
+
import { SafeResourceUrl, DomSanitizer } from '@angular/platform-browser';
|
|
4
|
+
import * as i20 from '@eui/components/eui-tabs';
|
|
5
|
+
import { EuiTabComponent, EuiTabsComponent } from '@eui/components/eui-tabs';
|
|
6
|
+
import { EuiAppShellService } from '@eui/core';
|
|
7
|
+
import * as i23 from '@eui/components/eui-dialog';
|
|
8
|
+
import { EuiDialogComponent } from '@eui/components/eui-dialog';
|
|
9
|
+
import * as i17 from '@angular/common';
|
|
10
|
+
import * as i18 from '@eui/components/eui-card';
|
|
11
|
+
import * as i19 from '@eui/components/eui-button';
|
|
12
|
+
import * as i21 from '@eui/components/eui-page';
|
|
13
|
+
import * as i22 from '@eui/components/eui-chip';
|
|
14
|
+
import * as i24 from '@eui/components/eui-alert';
|
|
15
|
+
import * as i25 from '@eui/components/eui-block-content';
|
|
16
|
+
import * as i26 from '@eui/components/eui-badge';
|
|
17
|
+
import * as i27 from '@eui/components/eui-icon';
|
|
18
|
+
import * as i28 from '@eui/components/eui-label';
|
|
19
|
+
import * as i29 from '@eui/components/eui-avatar';
|
|
20
|
+
import * as i30 from 'ngx-markdown';
|
|
21
|
+
|
|
22
|
+
declare class EuiCodeHighlighterDirective implements AfterViewInit {
|
|
23
|
+
el: ElementRef<any>;
|
|
24
|
+
ngAfterViewInit(): void;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EuiCodeHighlighterDirective, never>;
|
|
26
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EuiCodeHighlighterDirective, "[euiCode]", never, {}, {}, never, never, false, never>;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* This interface describes the basis of the configuration structure of the
|
|
31
|
+
* service.
|
|
32
|
+
*/
|
|
33
|
+
interface Configuration {
|
|
34
|
+
/**
|
|
35
|
+
* default value for all playground
|
|
36
|
+
*/
|
|
37
|
+
renderPlayground: boolean;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* A service to update and configure the Showcase module state.
|
|
41
|
+
*/
|
|
42
|
+
declare class ConfigurationService<T extends Configuration> {
|
|
43
|
+
/**
|
|
44
|
+
* A single signal to hold the configuration service state. The state is
|
|
45
|
+
* extensible to user's preferences through generics.
|
|
46
|
+
*
|
|
47
|
+
* Default value for renderPlayground will be true.
|
|
48
|
+
*/
|
|
49
|
+
private state;
|
|
50
|
+
/**
|
|
51
|
+
* Update the state of configuration. Deep merge is not available thus if
|
|
52
|
+
* a deep update needs to happen make sure you carry other parts of the state
|
|
53
|
+
* too.
|
|
54
|
+
* e.g.
|
|
55
|
+
* Given state { rootA, rootB, rootC: { subC_A: {a: 1}, subC_B: {b: 1} } }
|
|
56
|
+
* the update({ rootC: { subC_A: {a: 1, extra: null }}})
|
|
57
|
+
* will result in
|
|
58
|
+
* { rootA, rootB, rootC: { subC_A: {a: 1, extra: null } } }
|
|
59
|
+
*
|
|
60
|
+
* @param partialState
|
|
61
|
+
*/
|
|
62
|
+
update(partialState: Partial<T>): void;
|
|
63
|
+
/**
|
|
64
|
+
* returns the configuration state as a readonly signal
|
|
65
|
+
*/
|
|
66
|
+
get configuration(): Signal<T>;
|
|
67
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConfigurationService<any>, never>;
|
|
68
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ConfigurationService<any>>;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
declare class DocSampleComponent implements AfterContentInit {
|
|
72
|
+
id: string;
|
|
73
|
+
label: string;
|
|
74
|
+
category: any;
|
|
75
|
+
description: any;
|
|
76
|
+
defaultValue: any;
|
|
77
|
+
styleClass: string;
|
|
78
|
+
renderPlayground: any;
|
|
79
|
+
isCodeButtonVisible: boolean;
|
|
80
|
+
isInnerSection: boolean;
|
|
81
|
+
classes: string;
|
|
82
|
+
isCodeLoaded: boolean;
|
|
83
|
+
isCodeLoading: boolean;
|
|
84
|
+
isCodeExpanded: boolean;
|
|
85
|
+
playground_activated: boolean;
|
|
86
|
+
tsContent: any;
|
|
87
|
+
htmlContent: any;
|
|
88
|
+
protected conf: ConfigurationService<Configuration>;
|
|
89
|
+
private sb;
|
|
90
|
+
private _http;
|
|
91
|
+
private asService;
|
|
92
|
+
private cd;
|
|
93
|
+
private growlService;
|
|
94
|
+
private clipboard;
|
|
95
|
+
private router;
|
|
96
|
+
ngAfterContentInit(): void;
|
|
97
|
+
copyCurrentUrlToClipboard(id: string): void;
|
|
98
|
+
onToggleCode(): void;
|
|
99
|
+
/**
|
|
100
|
+
* on playground tab selected inform the playground component that its content is rendered
|
|
101
|
+
* TODO: fix the bug on eui-tab implementation where the ngAfterViewInit is called without the view actually
|
|
102
|
+
* being rendered on screen. Issue is that initially the view is being rendered and then removed from the DOM.
|
|
103
|
+
* Internally eui-tabs is moving the projected content.
|
|
104
|
+
*
|
|
105
|
+
* @param selected The selected tab component reference and its index in the tabs array.
|
|
106
|
+
*/
|
|
107
|
+
onSelectedTab(selected: {
|
|
108
|
+
tab: EuiTabComponent;
|
|
109
|
+
index: number;
|
|
110
|
+
}): void;
|
|
111
|
+
/**
|
|
112
|
+
* filter out the extra import and module from the code sample
|
|
113
|
+
*
|
|
114
|
+
* @param code
|
|
115
|
+
*/
|
|
116
|
+
filterOutModuleAndImports(code: string): string;
|
|
117
|
+
/**
|
|
118
|
+
* open the code sample in stackblitz
|
|
119
|
+
*/
|
|
120
|
+
onStackblitzOpen(): void;
|
|
121
|
+
/**
|
|
122
|
+
* returns whenever playground should render. Input has precedence over Configuration service
|
|
123
|
+
*/
|
|
124
|
+
protected shouldRenderPlayground(): boolean;
|
|
125
|
+
private _getComponent;
|
|
126
|
+
private flatten;
|
|
127
|
+
private loadCodeFiles;
|
|
128
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocSampleComponent, never>;
|
|
129
|
+
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>;
|
|
130
|
+
static ngAcceptInputType_renderPlayground: unknown;
|
|
131
|
+
static ngAcceptInputType_isCodeButtonVisible: unknown;
|
|
132
|
+
static ngAcceptInputType_isInnerSection: unknown;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
declare class DocSectionComponent implements AfterContentInit {
|
|
136
|
+
string: string;
|
|
137
|
+
id: string;
|
|
138
|
+
label: string;
|
|
139
|
+
styleClass: string;
|
|
140
|
+
ngAfterContentInit(): void;
|
|
141
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocSectionComponent, never>;
|
|
142
|
+
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>;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
declare class DocPageComponent implements OnInit, AfterViewInit {
|
|
146
|
+
cssClass: string;
|
|
147
|
+
id: any;
|
|
148
|
+
label: any;
|
|
149
|
+
subLabel: string;
|
|
150
|
+
isNotReady: boolean;
|
|
151
|
+
isDeprecated: boolean;
|
|
152
|
+
isLegacy: boolean;
|
|
153
|
+
codeFolder: string;
|
|
154
|
+
showcase: string;
|
|
155
|
+
isNavigationVisible: boolean;
|
|
156
|
+
hasApi: boolean;
|
|
157
|
+
hasA11y: boolean;
|
|
158
|
+
customApiUrl: string;
|
|
159
|
+
stateTypeClass: any;
|
|
160
|
+
stateLabel: any;
|
|
161
|
+
cmp: any;
|
|
162
|
+
fragmentId: any;
|
|
163
|
+
cmpImportModule: any;
|
|
164
|
+
cmpImportStandalone: any;
|
|
165
|
+
cmpImportStandaloneCmp: any;
|
|
166
|
+
cmpStandalone: any;
|
|
167
|
+
appMetadata: any;
|
|
168
|
+
apiUrlSafe: SafeResourceUrl;
|
|
169
|
+
apiUrl: string;
|
|
170
|
+
iFrameContent: any;
|
|
171
|
+
isLoading: boolean;
|
|
172
|
+
isNavClicked: boolean;
|
|
173
|
+
hasCategories: boolean;
|
|
174
|
+
categories: any[];
|
|
175
|
+
samples: QueryList<DocSampleComponent>;
|
|
176
|
+
sections: QueryList<DocSectionComponent>;
|
|
177
|
+
pageOverviewContent: QueryList<DocPageOverviewContentDirective>;
|
|
178
|
+
pageOverviewDefaultContent: QueryList<DocPageOverviewDefaultContentDirective>;
|
|
179
|
+
pageSamplesContent: QueryList<DocPageSamplesContentDirective>;
|
|
180
|
+
pageSectionsContent: QueryList<DocPageSectionsContentDirective>;
|
|
181
|
+
pageInteractiveContent: QueryList<DocPageInteractiveContentDirective>;
|
|
182
|
+
pageAccessibilityContent: QueryList<DocPageAccessibilityContentDirective>;
|
|
183
|
+
pageApiContent: QueryList<DocPageApiContentDirective>;
|
|
184
|
+
pageThemingContent: QueryList<DocPageThemingContentDirective>;
|
|
185
|
+
tabsContent: EuiTabsComponent;
|
|
186
|
+
sanitizer: DomSanitizer;
|
|
187
|
+
private TABS_DEF;
|
|
188
|
+
private CATEGORIES_DEF;
|
|
189
|
+
private location;
|
|
190
|
+
private router;
|
|
191
|
+
private route;
|
|
192
|
+
private asService;
|
|
193
|
+
ngOnInit(): void;
|
|
194
|
+
ngAfterViewInit(): void;
|
|
195
|
+
getCategoryIndex(name: string): number;
|
|
196
|
+
onNavClick(fragmentId: string, tabIndex: number): void;
|
|
197
|
+
onTabSelected(event: {
|
|
198
|
+
tab: EuiTabComponent;
|
|
199
|
+
index: number;
|
|
200
|
+
}): void;
|
|
201
|
+
private _scrollToFragment;
|
|
202
|
+
private _getComponentStatus;
|
|
203
|
+
private _getApiUrl;
|
|
204
|
+
private _camelCaseString;
|
|
205
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocPageComponent, never>;
|
|
206
|
+
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>;
|
|
207
|
+
}
|
|
208
|
+
declare class DocPageOverviewContentDirective {
|
|
209
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocPageOverviewContentDirective, never>;
|
|
210
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DocPageOverviewContentDirective, "docPageOverview", never, {}, {}, never, never, false, never>;
|
|
211
|
+
}
|
|
212
|
+
declare class DocPageOverviewDefaultContentDirective {
|
|
213
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocPageOverviewDefaultContentDirective, never>;
|
|
214
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DocPageOverviewDefaultContentDirective, "docPageOverviewDefault", never, {}, {}, never, never, false, never>;
|
|
215
|
+
}
|
|
216
|
+
declare class DocPageInteractiveContentDirective {
|
|
217
|
+
title: string;
|
|
218
|
+
subTitle: string;
|
|
219
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocPageInteractiveContentDirective, never>;
|
|
220
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DocPageInteractiveContentDirective, "docPageInteractive", never, { "title": { "alias": "title"; "required": false; }; "subTitle": { "alias": "subTitle"; "required": false; }; }, {}, never, never, false, never>;
|
|
221
|
+
}
|
|
222
|
+
declare class DocPageSamplesContentDirective {
|
|
223
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocPageSamplesContentDirective, never>;
|
|
224
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DocPageSamplesContentDirective, "docPageSamples", never, {}, {}, never, never, false, never>;
|
|
225
|
+
}
|
|
226
|
+
declare class DocPageSectionsContentDirective {
|
|
227
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocPageSectionsContentDirective, never>;
|
|
228
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DocPageSectionsContentDirective, "docPageSections", never, {}, {}, never, never, false, never>;
|
|
229
|
+
}
|
|
230
|
+
declare class DocPageAccessibilityContentDirective {
|
|
231
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocPageAccessibilityContentDirective, never>;
|
|
232
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DocPageAccessibilityContentDirective, "docPageAccessibility", never, {}, {}, never, never, false, never>;
|
|
233
|
+
}
|
|
234
|
+
declare class DocPageApiContentDirective {
|
|
235
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocPageApiContentDirective, never>;
|
|
236
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DocPageApiContentDirective, "docPageApi", never, {}, {}, never, never, false, never>;
|
|
237
|
+
}
|
|
238
|
+
declare class DocPageThemingContentDirective {
|
|
239
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocPageThemingContentDirective, never>;
|
|
240
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DocPageThemingContentDirective, "docPageTheming", never, {}, {}, never, never, false, never>;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
declare class DocPageDevGuideComponent implements OnDestroy, OnInit, AfterViewInit {
|
|
244
|
+
cssClass: string;
|
|
245
|
+
rootDocsFolder: string;
|
|
246
|
+
showcaseName: string;
|
|
247
|
+
markdown: string;
|
|
248
|
+
isFirst: boolean;
|
|
249
|
+
headers: Array<{
|
|
250
|
+
id: string;
|
|
251
|
+
label: string;
|
|
252
|
+
level: number;
|
|
253
|
+
}>;
|
|
254
|
+
fragmentId: string;
|
|
255
|
+
private subscription;
|
|
256
|
+
private markdownService;
|
|
257
|
+
private http;
|
|
258
|
+
private router;
|
|
259
|
+
private route;
|
|
260
|
+
ngOnInit(): void;
|
|
261
|
+
ngAfterViewInit(): void;
|
|
262
|
+
ngOnDestroy(): void;
|
|
263
|
+
onNavClick(fragmentId: string): void;
|
|
264
|
+
private _loadMdContent;
|
|
265
|
+
private _scrollToFragment;
|
|
266
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocPageDevGuideComponent, never>;
|
|
267
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DocPageDevGuideComponent, "eui-showcase-doc-page-dev-guide", never, { "rootDocsFolder": { "alias": "rootDocsFolder"; "required": false; }; "showcaseName": { "alias": "showcaseName"; "required": false; }; }, {}, never, never, false, never>;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
declare class DocPageCodeComponent {
|
|
271
|
+
codeFolder: string;
|
|
272
|
+
showcase: string;
|
|
273
|
+
onOpenCode(): void;
|
|
274
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocPageCodeComponent, never>;
|
|
275
|
+
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>;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
declare class DocPageCodeFabComponent {
|
|
279
|
+
codeFolder: string;
|
|
280
|
+
showcase: string;
|
|
281
|
+
hasContentDialog: boolean;
|
|
282
|
+
dialog: EuiDialogComponent;
|
|
283
|
+
asService: EuiAppShellService;
|
|
284
|
+
toggleCode(): void;
|
|
285
|
+
onClose(): void;
|
|
286
|
+
onOpenCode(): void;
|
|
287
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocPageCodeFabComponent, never>;
|
|
288
|
+
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>;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
declare class DocPageCodeModalComponent {
|
|
292
|
+
width: string;
|
|
293
|
+
dialog: EuiDialogComponent;
|
|
294
|
+
asService: EuiAppShellService;
|
|
295
|
+
toggleCode(): void;
|
|
296
|
+
onClose(): void;
|
|
297
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocPageCodeModalComponent, never>;
|
|
298
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DocPageCodeModalComponent, "eui-showcase-doc-page-code-modal", never, { "width": { "alias": "width"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
declare class DocSampleApiComponent {
|
|
302
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocSampleApiComponent, never>;
|
|
303
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DocSampleApiComponent, "eui-showcase-doc-sample-api", never, {}, {}, never, never, false, never>;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
declare class DocSectionCodeComponent {
|
|
307
|
+
label: string;
|
|
308
|
+
content: string;
|
|
309
|
+
styleClass: string;
|
|
310
|
+
versionLabel: string;
|
|
311
|
+
isDeprecated: boolean;
|
|
312
|
+
isCodeExpanded: boolean;
|
|
313
|
+
sectionDescription: QueryList<DocSectionCodeDescriptionTagDirective>;
|
|
314
|
+
sectionCodeHTML: QueryList<DocSectionCodeHtmlTagDirective>;
|
|
315
|
+
sectionCodeTS: QueryList<DocSectionCodeTsTagDirective>;
|
|
316
|
+
sectionCodeSERVICE: QueryList<DocSectionCodeServiceTagDirective>;
|
|
317
|
+
sectionCodeCSS: QueryList<DocSectionCodeCssTagDirective>;
|
|
318
|
+
sectionCodeDOC: QueryList<DocSectionCodeDocTagDirective>;
|
|
319
|
+
toggleCode(): void;
|
|
320
|
+
isDefined(object: any): boolean;
|
|
321
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocSectionCodeComponent, never>;
|
|
322
|
+
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>;
|
|
323
|
+
}
|
|
324
|
+
declare class DocSectionCodeDescriptionTagDirective {
|
|
325
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocSectionCodeDescriptionTagDirective, never>;
|
|
326
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DocSectionCodeDescriptionTagDirective, "sectionDescription", never, {}, {}, never, never, false, never>;
|
|
327
|
+
}
|
|
328
|
+
declare class DocSectionCodeHtmlTagDirective {
|
|
329
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocSectionCodeHtmlTagDirective, never>;
|
|
330
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DocSectionCodeHtmlTagDirective, "sectionCodeHTML", never, {}, {}, never, never, false, never>;
|
|
331
|
+
}
|
|
332
|
+
declare class DocSectionCodeTsTagDirective {
|
|
333
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocSectionCodeTsTagDirective, never>;
|
|
334
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DocSectionCodeTsTagDirective, "sectionCodeTS", never, {}, {}, never, never, false, never>;
|
|
335
|
+
}
|
|
336
|
+
declare class DocSectionCodeServiceTagDirective {
|
|
337
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocSectionCodeServiceTagDirective, never>;
|
|
338
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DocSectionCodeServiceTagDirective, "sectionCodeSERVICE", never, {}, {}, never, never, false, never>;
|
|
339
|
+
}
|
|
340
|
+
declare class DocSectionCodeCssTagDirective {
|
|
341
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocSectionCodeCssTagDirective, never>;
|
|
342
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DocSectionCodeCssTagDirective, "sectionCodeCSS", never, {}, {}, never, never, false, never>;
|
|
343
|
+
}
|
|
344
|
+
declare class DocSectionCodeDocTagDirective {
|
|
345
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocSectionCodeDocTagDirective, never>;
|
|
346
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DocSectionCodeDocTagDirective, "sectionCodeDOC", never, {}, {}, never, never, false, never>;
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
declare class LoremIpsumSampleComponent {
|
|
350
|
+
textSize: 'small' | 'medium' | 'large';
|
|
351
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LoremIpsumSampleComponent, never>;
|
|
352
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoremIpsumSampleComponent, "eui-showcase-doc-lorem-ipsum", never, { "textSize": { "alias": "textSize"; "required": false; }; }, {}, never, never, false, never>;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
declare class PlaygroundComponent implements OnChanges {
|
|
356
|
+
title: string;
|
|
357
|
+
htmlContent: string;
|
|
358
|
+
sampleId: string;
|
|
359
|
+
typescriptContent: string;
|
|
360
|
+
activated: boolean;
|
|
361
|
+
modules: [{
|
|
362
|
+
name: string;
|
|
363
|
+
path: string;
|
|
364
|
+
}];
|
|
365
|
+
isLoaded: boolean;
|
|
366
|
+
private stackblitzElWrapper;
|
|
367
|
+
/** instance that holds the stackblitz VM object */
|
|
368
|
+
private stackblitzInstance;
|
|
369
|
+
private sb;
|
|
370
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
371
|
+
private initStackblitz;
|
|
372
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PlaygroundComponent, never>;
|
|
373
|
+
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>;
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
declare class DocPagePatternSampleDirective {
|
|
377
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocPagePatternSampleDirective, never>;
|
|
378
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DocPagePatternSampleDirective, "docPagePatternSample", never, {}, {}, never, never, false, never>;
|
|
379
|
+
}
|
|
380
|
+
declare class DocPagePatternDocDirective {
|
|
381
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocPagePatternDocDirective, never>;
|
|
382
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DocPagePatternDocDirective, "docPagePatternDoc", never, {}, {}, never, never, false, never>;
|
|
383
|
+
}
|
|
384
|
+
declare class DocPagePatternComponent {
|
|
385
|
+
get cssClasses(): string;
|
|
386
|
+
sampleContent: QueryList<DocPagePatternSampleDirective>;
|
|
387
|
+
docContent: QueryList<DocPagePatternDocDirective>;
|
|
388
|
+
id: string;
|
|
389
|
+
label: string;
|
|
390
|
+
anatomyImage: string;
|
|
391
|
+
docEntries: any[];
|
|
392
|
+
dos: any[];
|
|
393
|
+
donts: any[];
|
|
394
|
+
sourceUrl: string;
|
|
395
|
+
figmaUrl: string;
|
|
396
|
+
figmaEmbedSrc: string;
|
|
397
|
+
urlSafe: SafeResourceUrl;
|
|
398
|
+
isShowGoTop: boolean;
|
|
399
|
+
topPosToStartShowing: number;
|
|
400
|
+
tabSelectedIndex: number;
|
|
401
|
+
checkScroll(): void;
|
|
402
|
+
private sanitizer;
|
|
403
|
+
ngOnInit(): void;
|
|
404
|
+
onNavigateToCode(event: any): void;
|
|
405
|
+
onTabSelect(event: {
|
|
406
|
+
tab: EuiTabComponent;
|
|
407
|
+
index: number;
|
|
408
|
+
}): void;
|
|
409
|
+
gotoTop(): void;
|
|
410
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocPagePatternComponent, never>;
|
|
411
|
+
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>;
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
declare class DocPagePatternSimpleDocDirective {
|
|
415
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocPagePatternSimpleDocDirective, never>;
|
|
416
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DocPagePatternSimpleDocDirective, "docPagePatternDoc", never, {}, {}, never, never, false, never>;
|
|
417
|
+
}
|
|
418
|
+
declare class DocPagePatternSimpleComponent {
|
|
419
|
+
get cssClasses(): string;
|
|
420
|
+
docContent: QueryList<DocPagePatternSimpleDocDirective>;
|
|
421
|
+
id: string;
|
|
422
|
+
label: string;
|
|
423
|
+
anatomyImage: string;
|
|
424
|
+
docEntries: any[];
|
|
425
|
+
dos: any[];
|
|
426
|
+
donts: any[];
|
|
427
|
+
sourceUrl: string;
|
|
428
|
+
figmaUrl: string;
|
|
429
|
+
figmaEmbedSrc: string;
|
|
430
|
+
urlSafe: SafeResourceUrl;
|
|
431
|
+
isShowGoTop: boolean;
|
|
432
|
+
topPosToStartShowing: number;
|
|
433
|
+
tabSelectedIndex: number;
|
|
434
|
+
checkScroll(): void;
|
|
435
|
+
private sanitizer;
|
|
436
|
+
ngOnInit(): void;
|
|
437
|
+
onNavigateToCode(event: any): void;
|
|
438
|
+
onTabSelect(event: {
|
|
439
|
+
tab: EuiTabComponent;
|
|
440
|
+
index: number;
|
|
441
|
+
}): void;
|
|
442
|
+
gotoTop(): void;
|
|
443
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocPagePatternSimpleComponent, never>;
|
|
444
|
+
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>;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
declare class DocPagePatternSampleDocDirective {
|
|
448
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocPagePatternSampleDocDirective, never>;
|
|
449
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DocPagePatternSampleDocDirective, "eui-showcase-doc-pattern-sample-doc", never, {}, {}, never, never, false, never>;
|
|
450
|
+
}
|
|
451
|
+
declare class DocPagePatternSampleComponent {
|
|
452
|
+
get cssClasses(): string;
|
|
453
|
+
label: string;
|
|
454
|
+
docEntries: any[];
|
|
455
|
+
codeFolder: string;
|
|
456
|
+
refsImage: string;
|
|
457
|
+
refsImage2: string;
|
|
458
|
+
figmaLink: string;
|
|
459
|
+
isSmall: boolean;
|
|
460
|
+
isTiny: boolean;
|
|
461
|
+
isMedium: boolean;
|
|
462
|
+
isLarge: boolean;
|
|
463
|
+
isExtraLarge: boolean;
|
|
464
|
+
hasAutoHeight: boolean;
|
|
465
|
+
docContent: QueryList<DocPagePatternSampleDocDirective>;
|
|
466
|
+
openCode(): void;
|
|
467
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocPagePatternSampleComponent, never>;
|
|
468
|
+
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>;
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
declare class DocPagePatternSampleRefsComponent {
|
|
472
|
+
string: string;
|
|
473
|
+
docEntries: any[];
|
|
474
|
+
codeFolder: string;
|
|
475
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocPagePatternSampleRefsComponent, never>;
|
|
476
|
+
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>;
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
declare class EuiShowcaseModule {
|
|
480
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EuiShowcaseModule, never>;
|
|
481
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuiShowcaseModule, [typeof EuiCodeHighlighterDirective, typeof DocPageComponent, typeof DocPageDevGuideComponent, typeof DocPageCodeComponent, typeof DocPageCodeFabComponent, typeof DocPageCodeModalComponent, typeof DocPageOverviewContentDirective, typeof DocPageOverviewDefaultContentDirective, typeof DocPageApiContentDirective, typeof DocPageInteractiveContentDirective, typeof DocPageSamplesContentDirective, typeof DocPageSectionsContentDirective, typeof DocPageAccessibilityContentDirective, typeof DocPageThemingContentDirective, typeof DocSampleComponent, typeof DocSampleApiComponent, typeof DocSectionComponent, typeof DocSectionCodeComponent, typeof DocSectionCodeHtmlTagDirective, typeof DocSectionCodeTsTagDirective, typeof DocSectionCodeServiceTagDirective, typeof DocSectionCodeCssTagDirective, typeof DocSectionCodeDocTagDirective, typeof DocSectionCodeDescriptionTagDirective, typeof LoremIpsumSampleComponent, typeof PlaygroundComponent, typeof DocPagePatternComponent, typeof DocPagePatternDocDirective, typeof DocPagePatternSampleDirective, typeof DocPagePatternSimpleComponent, typeof DocPagePatternSimpleDocDirective, typeof DocPagePatternSampleComponent, typeof DocPagePatternSampleDocDirective, typeof DocPagePatternSampleRefsComponent], [typeof i17.CommonModule, typeof i18.EuiCardModule, typeof i19.EuiButtonModule, typeof i20.EuiTabsModule, typeof i21.EuiPageModule, typeof i22.EuiChipModule, typeof i23.EuiDialogModule, typeof i24.EuiAlertModule, typeof i25.EuiBlockContentModule, typeof i26.EuiBadgeModule, typeof i27.EuiIconModule, typeof i28.EuiLabelModule, typeof i29.EuiAvatarModule, typeof i30.MarkdownModule], [typeof EuiCodeHighlighterDirective, typeof DocPageComponent, typeof DocPageDevGuideComponent, typeof DocPageCodeComponent, typeof DocPageCodeFabComponent, typeof DocPageCodeModalComponent, typeof DocPageOverviewContentDirective, typeof DocPageOverviewDefaultContentDirective, typeof DocPageApiContentDirective, typeof DocPageInteractiveContentDirective, typeof DocPageSamplesContentDirective, typeof DocPageSectionsContentDirective, typeof DocPageAccessibilityContentDirective, typeof DocPageThemingContentDirective, typeof DocSampleComponent, typeof DocSampleApiComponent, typeof DocSectionComponent, typeof DocSectionCodeComponent, typeof DocSectionCodeHtmlTagDirective, typeof DocSectionCodeTsTagDirective, typeof DocSectionCodeServiceTagDirective, typeof DocSectionCodeCssTagDirective, typeof DocSectionCodeDocTagDirective, typeof DocSectionCodeDescriptionTagDirective, typeof LoremIpsumSampleComponent, typeof PlaygroundComponent, typeof DocPagePatternComponent, typeof DocPagePatternDocDirective, typeof DocPagePatternSampleDirective, typeof DocPagePatternSimpleComponent, typeof DocPagePatternSimpleDocDirective, typeof DocPagePatternSampleComponent, typeof DocPagePatternSampleDocDirective, typeof DocPagePatternSampleRefsComponent]>;
|
|
482
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<EuiShowcaseModule>;
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
declare const polyfillsFile = "import 'zone.js';";
|
|
486
|
+
declare const mainFile: (moduleName: string, componentName: string) => string;
|
|
487
|
+
declare const moduleFile: (componentName: string, m?: {
|
|
488
|
+
name: string;
|
|
489
|
+
path: string;
|
|
490
|
+
}[]) => string;
|
|
491
|
+
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";
|
|
492
|
+
declare const indexHtmlFile: (selector: string) => string;
|
|
493
|
+
declare const PACKAGE_JSON: {
|
|
494
|
+
name: string;
|
|
495
|
+
version: string;
|
|
496
|
+
private: boolean;
|
|
497
|
+
scripts: {
|
|
498
|
+
ng: string;
|
|
499
|
+
start: string;
|
|
500
|
+
build: string;
|
|
501
|
+
watch: string;
|
|
502
|
+
test: string;
|
|
503
|
+
lint: string;
|
|
504
|
+
};
|
|
505
|
+
dependencies: {};
|
|
506
|
+
};
|
|
507
|
+
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}";
|
|
508
|
+
|
|
509
|
+
export { ConfigurationService, DocPageAccessibilityContentDirective, DocPageApiContentDirective, DocPageCodeComponent, DocPageCodeFabComponent, DocPageCodeModalComponent, DocPageComponent, DocPageDevGuideComponent, DocPageInteractiveContentDirective, DocPageOverviewContentDirective, DocPageOverviewDefaultContentDirective, DocPagePatternComponent, DocPagePatternDocDirective, DocPagePatternSampleComponent, DocPagePatternSampleDirective, DocPagePatternSampleDocDirective, DocPagePatternSampleRefsComponent, DocPagePatternSimpleComponent, DocPagePatternSimpleDocDirective, DocPageSamplesContentDirective, DocPageSectionsContentDirective, DocPageThemingContentDirective, DocSampleApiComponent, DocSampleComponent, DocSectionCodeComponent, DocSectionCodeCssTagDirective, DocSectionCodeDescriptionTagDirective, DocSectionCodeDocTagDirective, DocSectionCodeHtmlTagDirective, DocSectionCodeServiceTagDirective, DocSectionCodeTsTagDirective, DocSectionComponent, EuiCodeHighlighterDirective, EuiShowcaseModule, LoremIpsumSampleComponent, PACKAGE_JSON, PlaygroundComponent, angularJsonFile, indexHtmlFile, mainFile, moduleFile, polyfillsFile, tsConfig };
|
|
510
|
+
export type { Configuration };
|
|
511
|
+
//# sourceMappingURL=index.d.ts.map
|
package/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","
|
|
1
|
+
{"version":3,"file":"index.d.ts","sources":["../src/lib/components/eui-code-highlighter/eui-code-highlighter.component.ts","../src/lib/configuration.service.ts","../src/lib/components/doc-sample/doc-sample.component.ts","../src/lib/components/doc-section/doc-section.component.ts","../src/lib/components/doc-page/doc-page.component.ts","../src/lib/components/doc-page/doc-page-dev-guide.component.ts","../src/lib/components/doc-page-code/doc-page-code.component.ts","../src/lib/components/doc-page-code-fab/doc-page-code-fab.component.ts","../src/lib/components/doc-page-code-modal/doc-page-code-modal.component.ts","../src/lib/components/doc-sample-api/doc-sample-api.component.ts","../src/lib/components/doc-section-code/doc-section-code.component.ts","../src/lib/components/lorem-ipsum/lorem-ipsum-sample.component.ts","../src/lib/components/playground/playground.component.ts","../src/lib/components/doc-page-pattern/doc-page-pattern.component.ts","../src/lib/components/doc-page-pattern-simple/doc-page-pattern-simple.component.ts","../src/lib/components/doc-page-pattern-sample/doc-page-pattern-sample.component.ts","../src/lib/components/doc-page-pattern-sample/doc-page-pattern-sample-refs.component.ts","../src/lib/eui-showcase.module.ts","../src/lib/components/playground/stackblitz.files.ts"],"sourcesContent":[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;AAEA;AAKI;AAEA;;;AAKH;;ACZD;;;AAGG;;AAEC;;AAEG;;AAEN;AAED;;AAEG;AACH;AAII;;;;;AAKG;;AAGH;;;;;;;;;;;AAWG;;AAKH;;AAEG;AACH;;;AAGH;;AC5BD;AAQa;AACA;AACA;AACA;AACA;AACA;AAC+B;AACA;AACA;AAElB;AAEtB;AACA;AACA;AACA;AAEA;AACA;;;;;;;;;AAUA;AAMO;AAaP;AAiBA;;;;;;;AAOG;;;;AAC4D;AAI/D;;;;AAIG;AACH;AAYA;;AAEG;AACH;AAQA;;AAEG;;AAOH;AAOA;AAiBA;;;;;;AA0DH;;AC/ND;AAQ0B;AAEb;AACA;AACA;AAET;;;AAKH;;ACWD;AAQ0B;AAEb;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAGT;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AAIA;AAEA;AACA;AAEA;AACA;AAGA;AAEA;AAGA;AAGA;AAGA;AAGA;AAGA;AAGA;AAGA;AAGA;;AAIA;;;;;;;AA0BA;AAcA;AA6FA;;;;;AAW4D;AAQ5D;AA6BA;AAqCA;AAiGA;;;AAoBH;AAGD;;;AAC+C;AAC/C;;;AACsD;AACtD;AAEa;AACA;;;AACZ;AACD;;;AAC8C;AAC9C;;;AAC+C;AAC/C;;;AACoD;AACpD;;;AAC0C;AAE1C;;;AAC8C;;ACvc9C;AAQ0B;AAEb;AACA;;;;;;;AAIkD;;;;;;;AAQ3D;AAyBA;AAYA;AAMA;AAIA;AA6BA;;;AAcH;;ACvHD;AAMa;AACA;AAET;;;AAKH;;ACZD;AAMa;AACA;AACA;;AAIT;AAEO;AAIA;AAIA;;;AAMV;;AC5BD;AAMa;;AAIT;AAEO;AAIA;;;AAGV;;ACrBD;;;AAKqC;;ACJrC;;;;;AAWa;AACA;AAGT;AAEA;AAEA;AAEA;AAEA;AAEA;AAEA;AAKA;;;AAGH;AAGD;;;AACqD;AAErD;;;AAC8C;AAE9C;;;AAC4C;AAE5C;;;AACiD;AAEjD;;;AAC6C;AAE7C;;;AAC6C;;ACvD7C;AAMa;;;AACZ;;ACJD;AAOW;;;;AAQA;AAEA;;;AAAwC;AACxC;;;;;AAOP;AAUA;;;AAqDH;;AC5ED;;;AAC8C;AAC9C;;;AAC2C;AAE3C;;AAcI;AAEA;;;;AAKS;AACA;AACA;;;;;;AAOF;AACA;;;;;;;;AA0B0D;;;;AAWpE;;ACzED;;;AACiD;AAEjD;;AAcI;;;;AAKS;AACA;AACA;;;;;;AAOF;AACA;;;;;;;;AA0B0D;;;;AAWpE;;ACnFD;;;AACiD;AAEjD;;;AAgBa;;;;;AAKA;AACA;AACA;AACA;AACA;AACA;AAGT;AAEA;;;AAKH;;ACxCD;AAO0B;AAEb;;;;AAEZ;;ACiFD;;;;AAuBiC;;ACrHjC;AACA;AAmFA;;;;AA8DA;AA0EA;AAKA;;;;;;;;;;;;;;AAcA;;;"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eui/showcase",
|
|
3
|
-
"version": "
|
|
4
|
-
"tag": "
|
|
3
|
+
"version": "21.0.0-alpha.2",
|
|
4
|
+
"tag": "next",
|
|
5
5
|
"description": "eUI showcase components for internal use",
|
|
6
6
|
"author": "ec.europa.eui@gmail.com",
|
|
7
7
|
"repository": {
|
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
"url": "https://citnet.tech.ec.europa.eu/CITnet/stash/projects/CSDR/repos/eui/browse/packages/showcase"
|
|
10
10
|
},
|
|
11
11
|
"peerDependencies": {
|
|
12
|
-
"@eui/core": "
|
|
13
|
-
"@eui/components": "
|
|
14
|
-
"@angular/core": "^18.0.0 || ^19.0.0",
|
|
15
|
-
"@angular/common": "^18.0.0 || ^19.0.0",
|
|
16
|
-
"@angular/cdk": "^18.0.0 || ^19.0.0",
|
|
17
|
-
"@angular/router": "^18.0.0 || ^19.0.0",
|
|
18
|
-
"@angular/platform-browser": "^18.0.0 || ^19.0.0",
|
|
19
|
-
"ngx-markdown": "^18.0.0 || ^19.0.0",
|
|
12
|
+
"@eui/core": "21.0.0-alpha.1",
|
|
13
|
+
"@eui/components": "21.0.0-alpha.1",
|
|
14
|
+
"@angular/core": "^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
15
|
+
"@angular/common": "^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
16
|
+
"@angular/cdk": "^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
17
|
+
"@angular/router": "^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
18
|
+
"@angular/platform-browser": "^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
19
|
+
"ngx-markdown": "^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
20
20
|
"@stackblitz/sdk": "^1.10.0",
|
|
21
21
|
"rxjs": "^7.8.1"
|
|
22
22
|
},
|
package/eui-showcase.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"eui-showcase.d.ts","sourceRoot":"","sources":["../src/eui-showcase.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { OnInit, AfterViewInit, OnDestroy } from '@angular/core';
|
|
2
|
-
import { HttpClient } from '@angular/common/http';
|
|
3
|
-
import { Router, ActivatedRoute } from '@angular/router';
|
|
4
|
-
import { MarkdownService } from 'ngx-markdown';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class DocPageDevGuideComponent implements OnDestroy, OnInit, AfterViewInit {
|
|
7
|
-
private markdownService;
|
|
8
|
-
private http;
|
|
9
|
-
private router;
|
|
10
|
-
private route;
|
|
11
|
-
cssClass: string;
|
|
12
|
-
rootDocsFolder: string;
|
|
13
|
-
showcaseName: string;
|
|
14
|
-
markdown: string;
|
|
15
|
-
isFirst: boolean;
|
|
16
|
-
headers: Array<{
|
|
17
|
-
id: string;
|
|
18
|
-
label: string;
|
|
19
|
-
level: number;
|
|
20
|
-
}>;
|
|
21
|
-
fragmentId: string;
|
|
22
|
-
private subscription;
|
|
23
|
-
constructor(markdownService: MarkdownService, http: HttpClient, router: Router, route: ActivatedRoute);
|
|
24
|
-
ngOnInit(): void;
|
|
25
|
-
ngAfterViewInit(): void;
|
|
26
|
-
ngOnDestroy(): void;
|
|
27
|
-
onNavClick(fragmentId: string): void;
|
|
28
|
-
private _loadMdContent;
|
|
29
|
-
private _scrollToFragment;
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DocPageDevGuideComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DocPageDevGuideComponent, "eui-showcase-doc-page-dev-guide", never, { "rootDocsFolder": { "alias": "rootDocsFolder"; "required": false; }; "showcaseName": { "alias": "showcaseName"; "required": false; }; }, {}, never, never, false, never>;
|
|
32
|
-
}
|
|
33
|
-
//# sourceMappingURL=doc-page-dev-guide.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"doc-page-dev-guide.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/doc-page/doc-page-dev-guide.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgC,MAAM,EAAE,aAAa,EAAE,SAAS,EAAsB,MAAM,eAAe,CAAC;AACnH,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAGzD,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;;AAE/C,qBAOa,wBAAyB,YAAW,SAAS,EAAE,MAAM,EAAE,aAAa;IAazE,OAAO,CAAC,eAAe;IACvB,OAAO,CAAC,IAAI;IACZ,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,KAAK;IAfK,QAAQ,SAAkB;IAEvC,cAAc,SAAU;IACxB,YAAY,SAAwB;IAE7C,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,KAAK,CAAC;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAM;IAClE,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,YAAY,CAAe;gBAGvB,eAAe,EAAE,eAAe,EAChC,IAAI,EAAE,UAAU,EAChB,MAAM,EAAE,MAAM,EACd,KAAK,EAAE,cAAc;IAIjC,QAAQ,IAAI,IAAI;IAwBhB,eAAe,IAAI,IAAI;IAYvB,WAAW,IAAI,IAAI;IAMnB,UAAU,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI;IAIpC,OAAO,CAAC,cAAc;IA6BtB,OAAO,CAAC,iBAAiB;yCA/FhB,wBAAwB;2CAAxB,wBAAwB;CA6GpC"}
|