@eui/showcase 21.0.0-alpha.13 → 21.0.0-alpha.15
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.
|
@@ -799,7 +799,7 @@ class DocPageCodeComponent {
|
|
|
799
799
|
}
|
|
800
800
|
onOpenCode() {
|
|
801
801
|
// eslint-disable-next-line max-len
|
|
802
|
-
const sourceRootPath = `https://
|
|
802
|
+
const sourceRootPath = `https://sdlc.webcloud.ec.europa.eu/csdr/eui/app-eui-showcase-${this.showcase}/-/blob/master/src/app/`;
|
|
803
803
|
window.open(sourceRootPath + this.codeFolder, '_blank');
|
|
804
804
|
}
|
|
805
805
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: DocPageCodeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
@@ -1517,7 +1517,7 @@ class DocPageCodeFabComponent {
|
|
|
1517
1517
|
}
|
|
1518
1518
|
onOpenCode() {
|
|
1519
1519
|
// eslint-disable-next-line max-len
|
|
1520
|
-
const showcaseRoot = 'https://
|
|
1520
|
+
const showcaseRoot = 'https://sdlc.webcloud.ec.europa.eu/csdr/eui/app-eui-showcase-ux-components/-/blob/master/src/app/features';
|
|
1521
1521
|
const sourceRootPath = `${showcaseRoot}/showcase-${this.showcase}/`;
|
|
1522
1522
|
window.open(sourceRootPath + this.codeFolder, '_blank');
|
|
1523
1523
|
}
|
|
@@ -1683,7 +1683,7 @@ class DocPagePatternComponent {
|
|
|
1683
1683
|
onNavigateToCode(event) {
|
|
1684
1684
|
// eslint-disable-next-line max-len
|
|
1685
1685
|
const showcase = 'ux-patterns';
|
|
1686
|
-
const sourceRootPath = `https://
|
|
1686
|
+
const sourceRootPath = `https://sdlc.webcloud.ec.europa.eu/csdr/eui/app-eui-showcase-${showcase}/-/blob/master/src/app/features/`;
|
|
1687
1687
|
window.open(sourceRootPath + this.sourceUrl, '_blank');
|
|
1688
1688
|
}
|
|
1689
1689
|
onTabActivate(event) {
|
|
@@ -1774,7 +1774,7 @@ class DocPagePatternSimpleComponent {
|
|
|
1774
1774
|
onNavigateToCode(event) {
|
|
1775
1775
|
// eslint-disable-next-line max-len
|
|
1776
1776
|
const showcase = 'ux-patterns';
|
|
1777
|
-
const sourceRootPath = `https://
|
|
1777
|
+
const sourceRootPath = `https://sdlc.webcloud.ec.europa.eu/csdr/eui/app-eui-showcase-${showcase}/-/blob/master/src/app/features/`;
|
|
1778
1778
|
window.open(sourceRootPath + this.sourceUrl, '_blank');
|
|
1779
1779
|
}
|
|
1780
1780
|
onTabSelect(event) {
|
|
@@ -1849,7 +1849,7 @@ class DocPagePatternSampleComponent {
|
|
|
1849
1849
|
}
|
|
1850
1850
|
openCode() {
|
|
1851
1851
|
// eslint-disable-next-line max-len
|
|
1852
|
-
const showcaseRoot = 'https://
|
|
1852
|
+
const showcaseRoot = 'https://sdlc.webcloud.ec.europa.eu/csdr/eui/app-eui-showcase-ux-components/-/blob/master/src/app/features/showcase-design-patterns/';
|
|
1853
1853
|
window.open(showcaseRoot + this.codeFolder, '_blank');
|
|
1854
1854
|
}
|
|
1855
1855
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.1", ngImport: i0, type: DocPagePatternSampleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|