@eui/cli 15.0.0-next.9 → 15.0.0-rc.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/.version.properties +1 -1
- package/lib/skeletons/_angular/base/package.json +2 -2
- package/lib/skeletons/_angular/base-mobile/package.json +4 -4
- package/lib/skeletons/_angular/options/ecl/angular.json +18 -3
- package/lib/skeletons/_angular/options/ecl/src/app/app.component.ts +3 -3
- package/lib/skeletons/_angular/options/ecl/src/app/shared/shared.module.ts +1 -1
- package/lib/skeletons/_angular/options/ecl/src/config/global.ts +1 -5
- package/lib/skeletons/_angular/options/openid-jwt/package.json +2 -2
- package/lib/skeletons/web-symfony/myapp-web/package.json +2 -2
- package/package.json +2 -2
- package/lib/skeletons/_angular/options/ecl/package.json +0 -27
package/.version.properties
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
15.0.0-
|
|
1
|
+
15.0.0-rc.2
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eui-angular-app",
|
|
3
|
-
"version": "15.0.0-
|
|
3
|
+
"version": "15.0.0-rc.2",
|
|
4
4
|
"license": "EUPL-1.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"ng": "ng",
|
|
@@ -20,6 +20,6 @@
|
|
|
20
20
|
},
|
|
21
21
|
"private": true,
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@eui/deps-base": "15.0.0-
|
|
23
|
+
"@eui/deps-base": "15.0.0-rc.2"
|
|
24
24
|
}
|
|
25
25
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eui-angular-app",
|
|
3
|
-
"version": "15.0.0-
|
|
3
|
+
"version": "15.0.0-rc.2",
|
|
4
4
|
"license": "EUPL-1.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"ng": "ng",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
},
|
|
21
21
|
"private": true,
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@eui/deps-base": "15.0.0-
|
|
24
|
-
"@eui/mobile-core": "14.
|
|
25
|
-
"@eui/mobile-styles": "14.
|
|
23
|
+
"@eui/deps-base": "15.0.0-rc.2",
|
|
24
|
+
"@eui/mobile-core": "14.1.0-snapshot-1667838676751",
|
|
25
|
+
"@eui/mobile-styles": "14.1.0-snapshot-1667838676751"
|
|
26
26
|
}
|
|
27
27
|
}
|
|
@@ -21,6 +21,16 @@
|
|
|
21
21
|
}
|
|
22
22
|
},
|
|
23
23
|
"architect": {
|
|
24
|
+
"lint": {
|
|
25
|
+
"builder": "@angular-eslint/builder:lint",
|
|
26
|
+
"options": {
|
|
27
|
+
"lintFilePatterns": [
|
|
28
|
+
"src/**/*.ts",
|
|
29
|
+
"src/**/*.html"
|
|
30
|
+
],
|
|
31
|
+
"eslintConfig": "src/.eslintrc.json"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
24
34
|
"build": {
|
|
25
35
|
"builder": "@angular-devkit/build-angular:browser",
|
|
26
36
|
"options": {
|
|
@@ -40,17 +50,22 @@
|
|
|
40
50
|
},
|
|
41
51
|
{
|
|
42
52
|
"glob": "**/*",
|
|
43
|
-
"input": "node_modules/@eui/styles-base/dist/assets/",
|
|
53
|
+
"input": "node_modules/@eui/styles-base/dist/assets/ecl",
|
|
54
|
+
"output": "./assets/images/ecl"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"glob": "**/*",
|
|
58
|
+
"input": "node_modules/@eui/styles-base/dist/assets",
|
|
44
59
|
"output": "./assets"
|
|
45
60
|
},
|
|
46
61
|
{
|
|
47
62
|
"glob": "**/*",
|
|
48
|
-
"input": "node_modules/@eui/ecl
|
|
63
|
+
"input": "node_modules/@eui/ecl/assets/",
|
|
49
64
|
"output": "./assets"
|
|
50
65
|
}
|
|
51
66
|
],
|
|
52
67
|
"styles": [
|
|
53
|
-
"node_modules/@eui/
|
|
68
|
+
"node_modules/@eui/styles/dist/styles/eui-ecl-ec.css",
|
|
54
69
|
"src/styles.scss"
|
|
55
70
|
]
|
|
56
71
|
},
|
|
@@ -9,8 +9,8 @@ import { Observable, Subscription } from 'rxjs';
|
|
|
9
9
|
import {
|
|
10
10
|
EclMenuItemSelectEvent,
|
|
11
11
|
EclSiteHeaderLoginEvent,
|
|
12
|
-
EclSiteHeaderSearchEvent
|
|
13
|
-
} from '@eui/ecl
|
|
12
|
+
EclSiteHeaderSearchEvent,
|
|
13
|
+
} from '@eui/ecl';
|
|
14
14
|
|
|
15
15
|
@Component({
|
|
16
16
|
selector: 'app-root',
|
|
@@ -28,7 +28,7 @@ export class AppComponent implements OnDestroy {
|
|
|
28
28
|
constructor(
|
|
29
29
|
private store: Store<any>,
|
|
30
30
|
) {
|
|
31
|
-
this.userState =
|
|
31
|
+
this.userState = this.store.select(getUserState);
|
|
32
32
|
this.subs.push(this.userState.subscribe((user: UserState) => {
|
|
33
33
|
this.userInfos = { ...user };
|
|
34
34
|
}));
|
|
@@ -2,7 +2,7 @@ import { NgModule } from '@angular/core';
|
|
|
2
2
|
import { RouterModule } from '@angular/router';
|
|
3
3
|
import { TranslateModule } from '@ngx-translate/core';
|
|
4
4
|
|
|
5
|
-
import { EclAllModule } from '@eui/ecl
|
|
5
|
+
import { EclAllModule } from '@eui/ecl';
|
|
6
6
|
|
|
7
7
|
@NgModule({
|
|
8
8
|
imports: [
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
import { GlobalConfig
|
|
2
|
-
|
|
3
|
-
export function LogConsoleLowercasePrefixConverter(event: LogEvent): string {
|
|
4
|
-
return `Custom Prefix: ${event.loggerName.toUpperCase()}`;
|
|
5
|
-
}
|
|
1
|
+
import { GlobalConfig } from '@eui/core';
|
|
6
2
|
|
|
7
3
|
export const GLOBAL: GlobalConfig = {
|
|
8
4
|
appTitle: 'CSDR-app',
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eui-angular-app",
|
|
3
|
-
"version": "15.0.0-
|
|
3
|
+
"version": "15.0.0-rc.2",
|
|
4
4
|
"license": "EUPL-1.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"ng": "ng",
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
},
|
|
19
19
|
"private": true,
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@eui/deps-base": "15.0.0-
|
|
21
|
+
"@eui/deps-base": "15.0.0-rc.2"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eui-angular-app",
|
|
3
|
-
"version": "15.0.0-
|
|
3
|
+
"version": "15.0.0-rc.2",
|
|
4
4
|
"license": "EUPL-1.1",
|
|
5
5
|
"description": "eUI JEE Symfony app scripts",
|
|
6
6
|
"scripts": {
|
|
@@ -19,6 +19,6 @@
|
|
|
19
19
|
},
|
|
20
20
|
"private": true,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@eui/deps-base": "15.0.0-
|
|
22
|
+
"@eui/deps-base": "15.0.0-rc.2"
|
|
23
23
|
}
|
|
24
24
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eui/cli",
|
|
3
|
-
"version": "15.0.0-
|
|
3
|
+
"version": "15.0.0-rc.2",
|
|
4
4
|
"tag": "next",
|
|
5
5
|
"license": "EUPL-1.1",
|
|
6
6
|
"description": "eUI CLI app generator",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"url": "https://citnet.tech.ec.europa.eu/CITnet/stash/projects/CSDR/repos/eui"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@eui/tools": "5.3.
|
|
16
|
+
"@eui/tools": "5.3.90"
|
|
17
17
|
},
|
|
18
18
|
"preferGlobal": true,
|
|
19
19
|
"homepage": "https://eui.ecdevops.eu",
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "eui-ecl-angular-app",
|
|
3
|
-
"version": "15.0.0-next.9",
|
|
4
|
-
"license": "EUPL-1.1",
|
|
5
|
-
"scripts": {
|
|
6
|
-
"ng": "ng",
|
|
7
|
-
"start-mock-server": "nodemon --watch ./mock ./mock/server.js",
|
|
8
|
-
"start-serve": "eui-scripts serve-app --configuration=proxy-mock --maxSpaceSize",
|
|
9
|
-
"start": "npm-run-all --parallel start-mock-server start-serve",
|
|
10
|
-
"start-proxy": "eui-scripts serve-app --configuration=proxy",
|
|
11
|
-
"start-local": "eui-scripts serve-app",
|
|
12
|
-
"build": "eui-scripts build-app",
|
|
13
|
-
"build-dev": "eui-scripts build-app --configuration=development --configEnvTarget=dev",
|
|
14
|
-
"build-prod": "eui-scripts build-app --configuration=production-optimized --configEnvTarget=prod",
|
|
15
|
-
"build-prod-skip-test": "eui-scripts build-app --configuration=production-optimized --configEnvTarget=prod --skipTest",
|
|
16
|
-
"build-prod-stats": "eui-scripts build-app --configuration=production-optimized --configEnvTarget=prod --statsJson",
|
|
17
|
-
"app:build": "eui-scripts build-app",
|
|
18
|
-
"app:inject-config": "eui-scripts inject-config-app",
|
|
19
|
-
"generate-changelog": "eui-scripts generate-changelog"
|
|
20
|
-
},
|
|
21
|
-
"private": true,
|
|
22
|
-
"dependencies": {
|
|
23
|
-
"@eui/deps-base": "15.0.0-next.9",
|
|
24
|
-
"@eui/ecl-core": "14.0.0-beta.1",
|
|
25
|
-
"@eui/ecl-styles": "14.0.0-beta.1"
|
|
26
|
-
}
|
|
27
|
-
}
|