@eui/showcase 21.0.0-alpha.16 → 21.0.0-alpha.18
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 +5 -5
- package/fesm2022/eui-showcase.mjs.map +1 -1
- package/index.d.ts +2 -2
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -256,7 +256,7 @@ declare class DocPageThemingContentDirective {
|
|
|
256
256
|
static ɵdir: i0.ɵɵDirectiveDeclaration<DocPageThemingContentDirective, "docPageTheming", never, {}, {}, never, never, true, never>;
|
|
257
257
|
}
|
|
258
258
|
|
|
259
|
-
declare const EUI_SHOWCASE_DOC_PAGE: readonly [typeof
|
|
259
|
+
declare const EUI_SHOWCASE_DOC_PAGE: readonly [typeof DocPageComponent, typeof DocPageCodeComponent, typeof DocPageDevGuideComponent, typeof DocPageApiContentDirective, typeof DocPageAccessibilityContentDirective, typeof DocPageInteractiveContentDirective, typeof DocPageOverviewContentDirective, typeof DocPageOverviewDefaultContentDirective, typeof DocPageSamplesContentDirective, typeof DocPageSectionsContentDirective, typeof DocPageThemingContentDirective];
|
|
260
260
|
|
|
261
261
|
declare class DocPageCodeFabComponent {
|
|
262
262
|
codeFolder: string;
|
|
@@ -575,7 +575,7 @@ declare class StackblitzService {
|
|
|
575
575
|
|
|
576
576
|
declare const EUI_SHOWCASE_PLAYGROUND: readonly [typeof PlaygroundComponent];
|
|
577
577
|
|
|
578
|
-
declare const EUI_SHOWCASE: readonly [typeof _eui_showcase.
|
|
578
|
+
declare const EUI_SHOWCASE: readonly [typeof _eui_showcase.DocPageComponent, typeof _eui_showcase.DocPageCodeComponent, typeof _eui_showcase.DocPageDevGuideComponent, typeof _eui_showcase.DocPageApiContentDirective, typeof _eui_showcase.DocPageAccessibilityContentDirective, typeof _eui_showcase.DocPageInteractiveContentDirective, typeof _eui_showcase.DocPageOverviewContentDirective, typeof _eui_showcase.DocPageOverviewDefaultContentDirective, typeof _eui_showcase.DocPageSamplesContentDirective, typeof _eui_showcase.DocPageSectionsContentDirective, typeof _eui_showcase.DocPageThemingContentDirective, typeof _eui_showcase.DocPageCodeFabComponent, typeof _eui_showcase.DocPageCodeModalComponent, typeof _eui_showcase.DocPagePatternComponent, typeof _eui_showcase.DocPagePatternDocDirective, typeof _eui_showcase.DocPagePatternSampleDirective, typeof _eui_showcase.DocPagePatternSampleComponent, typeof _eui_showcase.DocPagePatternSampleDocDirective, typeof _eui_showcase.DocPagePatternSampleRefsComponent, typeof _eui_showcase.DocPagePatternSimpleComponent, typeof _eui_showcase.DocPagePatternSimpleDocDirective, typeof _eui_showcase.DocSampleComponent, typeof _eui_showcase.DocSampleApiComponent, typeof _eui_showcase.DocSectionComponent, typeof _eui_showcase.DocSectionCodeComponent, typeof _eui_showcase.DocSectionCodeCssTagDirective, typeof _eui_showcase.DocSectionCodeDescriptionTagDirective, typeof _eui_showcase.DocSectionCodeDocTagDirective, typeof _eui_showcase.DocSectionCodeHtmlTagDirective, typeof _eui_showcase.DocSectionCodeServiceTagDirective, typeof _eui_showcase.DocSectionCodeTsTagDirective, typeof _eui_showcase.EuiCodeHighlighterDirective, typeof _eui_showcase.LoremIpsumSampleComponent, typeof _eui_showcase.PlaygroundComponent];
|
|
579
579
|
|
|
580
580
|
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, EUI_SHOWCASE, EUI_SHOWCASE_CODE_HIGHLIGHTER, EUI_SHOWCASE_DOC_PAGE, EUI_SHOWCASE_DOC_PAGE_CODE_FAB, EUI_SHOWCASE_DOC_PAGE_CODE_MODAL, EUI_SHOWCASE_DOC_PAGE_PATTERN, EUI_SHOWCASE_DOC_PAGE_PATTERN_SAMPLE, EUI_SHOWCASE_DOC_PAGE_PATTERN_SIMPLE, EUI_SHOWCASE_DOC_SAMPLE, EUI_SHOWCASE_DOC_SAMPLE_API, EUI_SHOWCASE_DOC_SECTION, EUI_SHOWCASE_DOC_SECTION_CODE, EUI_SHOWCASE_LOREM_IPSUM, EUI_SHOWCASE_PLAYGROUND, EuiCodeHighlighterDirective, LoremIpsumSampleComponent, PACKAGE_JSON, PlaygroundComponent, StackblitzService, angularJsonFile, indexHtmlFile, mainFile, moduleFile, polyfillsFile, tsConfig };
|
|
581
581
|
export type { Configuration };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eui/showcase",
|
|
3
|
-
"version": "21.0.0-alpha.
|
|
3
|
+
"version": "21.0.0-alpha.18",
|
|
4
4
|
"tag": "next",
|
|
5
5
|
"description": "eUI showcase components for internal use",
|
|
6
6
|
"author": "ec.europa.eui@gmail.com",
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"url": "https://sdlc.webcloud.ec.europa.eu/csdr/eui/eui.git"
|
|
10
10
|
},
|
|
11
11
|
"peerDependencies": {
|
|
12
|
-
"@eui/core": "21.0.0-alpha.
|
|
13
|
-
"@eui/components": "21.0.0-alpha.
|
|
12
|
+
"@eui/core": "21.0.0-alpha.18",
|
|
13
|
+
"@eui/components": "21.0.0-alpha.18",
|
|
14
14
|
"@angular/core": "^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
15
15
|
"@angular/common": "^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
16
16
|
"@angular/cdk": "^18.0.0 || ^19.0.0 || ^20.0.0",
|