@eui/cli 17.0.0-next.9 → 17.0.0-rc.1

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.
@@ -38,7 +38,7 @@
38
38
 
39
39
  <h2 class="ecl-u-type-heading-2 ecl-u-mt-xl ecl-u-mb-none">Support</h2>
40
40
  <p class="ecl-u-type-paragraph ecl-u-mt-m ecl-u-mb-none">
41
- For support in building a European Commission website using the ECL, please contact <a eclLink href="mailto:Europamanagement@ec.europa.eu">COMM Europa Management</a> (CEM)
41
+ For support in building a European Commission website using the ECL, please contact <a eclLink href="mailto:Europamanagement&#64;ec.europa.eu">COMM Europa Management</a> (CEM)
42
42
  </p>
43
43
 
44
44
  <p>For support in building a European Commission website using the eui/ECL integration, please contact
@@ -57,15 +57,15 @@
57
57
 
58
58
  <dt eclDescriptionListTerm>DIGIT eUI Support</dt>
59
59
  <dd eclDescriptionListDefinition>
60
- <a eclLink href="mailto:DIGIT-EUI-SUPPORT@ec.europa.eu">DIGIT-EUI-SUPPORT@ec.europa.eu</a>
60
+ <a eclLink href="mailto:DIGIT-EUI-SUPPORT@ec.europa.eu">DIGIT-EUI-SUPPORT&#64;ec.europa.eu</a>
61
61
  </dd>
62
62
 
63
63
  <dt eclDescriptionListTerm>COMM Europa Management</dt>
64
64
  <dd eclDescriptionListDefinition>
65
- <a eclLink href="mailto:Europamanagement@ec.europa.eu">Europamanagement@ec.europa.eu</a>
65
+ <a eclLink href="mailto:Europamanagement@ec.europa.eu">Europamanagement&#64;ec.europa.eu</a>
66
66
  </dd>
67
67
  </dl>
68
68
  </main>
69
69
  </div>
70
70
  </div>
71
- </div>
71
+ </div>
@@ -6,165 +6,162 @@
6
6
  "analytics": false
7
7
  },
8
8
  "projects": {
9
- "app": {
10
- "root": "",
11
- "sourceRoot": "src",
12
- "projectType": "application",
13
- "prefix": "app",
14
- "schematics": {
15
- "@schematics/angular:component": {
16
- "style": "scss"
17
- },
18
- "@schematics/angular:application": {
19
- "strict": true
20
- }
21
- },
22
- "architect": {
23
- "build": {
24
- "builder": "@angular-devkit/build-angular:browser",
25
- "options": {
26
- "outputPath": "dist",
27
- "index": "src/index.html",
28
- "main": "src/main.ts",
29
- "polyfills": "src/polyfills.ts",
30
- "tsConfig": "src/tsconfig.app.json",
31
- "inlineStyleLanguage": "scss",
32
- "assets": [
33
- "src/favicon.ico",
34
- "src/assets",
35
- {
36
- "glob": "**/*",
37
- "input": "node_modules/@eui/core/assets/",
38
- "output": "./assets"
9
+ "app": {
10
+ "root": "",
11
+ "sourceRoot": "src",
12
+ "projectType": "application",
13
+ "prefix": "app",
14
+ "schematics": {
15
+ "@schematics/angular:component": {
16
+ "style": "scss"
39
17
  },
40
- {
41
- "glob": "**/*",
42
- "input": "node_modules/@eui/styles-base/dist/assets/ecl",
43
- "output": "./assets/images/ecl"
44
- },
45
- {
46
- "glob": "**/*",
47
- "input": "node_modules/@eui/styles-base/dist/assets",
48
- "output": "./assets"
49
- },
50
- {
51
- "glob": "**/*",
52
- "input": "node_modules/@eui/ecl/assets/",
53
- "output": "./assets"
18
+ "@schematics/angular:application": {
19
+ "strict": true
54
20
  }
55
- ],
56
- "styles": [
57
- "node_modules/@eui/styles/dist/styles/eui-ecl-eu.css",
58
- "src/styles.scss"
59
- ]
60
21
  },
61
- "configurations": {
62
- "production": {
63
- "fileReplacements": [
64
- {
65
- "replace": "src/environments/environment.ts",
66
- "with": "src/environments/environment.prod.ts"
67
- }
68
- ],
69
- "optimization": false,
70
- "outputHashing": "all",
71
- "sourceMap": false,
72
- "namedChunks": true,
73
- "aot": true,
74
- "extractLicenses": true,
75
- "vendorChunk": false,
76
- "buildOptimizer": false,
77
- "budgets": [
78
- {
79
- "type": "initial",
80
- "maximumWarning": "2mb",
81
- "maximumError": "6mb"
82
- }
83
- ]
84
- },
85
- "production-optimized": {
86
- "fileReplacements": [
87
- {
88
- "replace": "src/environments/environment.ts",
89
- "with": "src/environments/environment.prod.ts"
90
- }
91
- ],
92
- "optimization": {
93
- "scripts": true,
94
- "styles": {
95
- "minify": false,
96
- "inlineCritical": true
97
- },
98
- "fonts": true
22
+ "architect": {
23
+ "build": {
24
+ "builder": "@angular-devkit/build-angular:application",
25
+ "options": {
26
+ "outputPath": "dist",
27
+ "index": "src/index.html",
28
+ "browser": "src/main.ts",
29
+ "polyfills": ["zone.js"],
30
+ "tsConfig": "src/tsconfig.app.json",
31
+ "inlineStyleLanguage": "scss",
32
+ "assets": [
33
+ "src/favicon.ico",
34
+ "src/assets",
35
+ {
36
+ "glob": "**/*",
37
+ "input": "node_modules/@eui/core/assets/",
38
+ "output": "./assets"
39
+ },
40
+ {
41
+ "glob": "**/*",
42
+ "input": "node_modules/@eui/styles-base/src/assets/",
43
+ "output": "./assets"
44
+ }
45
+ ],
46
+ "styles": [
47
+ "node_modules/@eui/styles/dist/styles/eui.css",
48
+ "node_modules/@eui/styles/dist/styles/eui-utilities.css",
49
+ "src/styles.scss"
50
+ ]
51
+ },
52
+ "configurations": {
53
+ "production": {
54
+ "fileReplacements": [
55
+ {
56
+ "replace": "src/environments/environment.ts",
57
+ "with": "src/environments/environment.prod.ts"
58
+ }
59
+ ],
60
+ "optimization": false,
61
+ "outputHashing": "all",
62
+ "sourceMap": false,
63
+ "aot": true,
64
+ "extractLicenses": true,
65
+ "budgets": [
66
+ {
67
+ "type": "initial",
68
+ "maximumWarning": "1mb",
69
+ "maximumError": "2mb"
70
+ }
71
+ ]
72
+ },
73
+ "production-optimized": {
74
+ "fileReplacements": [
75
+ {
76
+ "replace": "src/environments/environment.ts",
77
+ "with": "src/environments/environment.prod.ts"
78
+ }
79
+ ],
80
+ "optimization": {
81
+ "scripts": true,
82
+ "styles": {
83
+ "minify": false,
84
+ "inlineCritical": true
85
+ },
86
+ "fonts": true
87
+ },
88
+ "outputHashing": "all",
89
+ "sourceMap": false,
90
+ "extractLicenses": true,
91
+ "budgets": [
92
+ {
93
+ "type": "initial",
94
+ "maximumWarning": "2mb",
95
+ "maximumError": "6mb"
96
+ }
97
+ ]
98
+ },
99
+ "development": {
100
+ "optimization": false,
101
+ "extractLicenses": false,
102
+ "sourceMap": true
103
+ }
104
+ },
105
+ "defaultConfiguration": "production"
99
106
  },
100
- "outputHashing": "all",
101
- "sourceMap": false,
102
- "namedChunks": true,
103
- "aot": true,
104
- "extractLicenses": true,
105
- "vendorChunk": false,
106
- "buildOptimizer": true,
107
- "budgets": [
108
- {
109
- "type": "initial",
110
- "maximumWarning": "2mb",
111
- "maximumError": "6mb"
112
- }
113
- ]
114
- },
115
- "development": {
116
- "buildOptimizer": false,
117
- "optimization": false,
118
- "vendorChunk": true,
119
- "extractLicenses": false,
120
- "sourceMap": true,
121
- "namedChunks": true
122
- }
123
- },
124
- "defaultConfiguration": "production"
125
- },
126
- "serve": {
127
- "builder": "@angular-devkit/build-angular:dev-server",
128
- "options": {
129
- "browserTarget": "app:build"
130
- },
131
- "configurations": {
132
- "proxy-mock": {
133
- "browserTarget": "app:build",
134
- "proxyConfig": "proxy-mock.conf.json"
107
+ "serve": {
108
+ "builder": "@angular-devkit/build-angular:dev-server",
109
+ "options": {
110
+ "buildTarget": "app:build"
111
+ },
112
+ "configurations": {
113
+ "proxy-mock": {
114
+ "buildTarget": "app:build:development",
115
+ "proxyConfig": "proxy-mock.conf.json"
116
+ },
117
+ "production": {
118
+ "buildTarget": "app:build:production"
119
+ },
120
+ "development": {
121
+ "buildTarget": "app:build:development"
122
+ }
123
+ },
124
+ "defaultConfiguration": "development"
135
125
  },
136
- "production": {
137
- "browserTarget": "app:build:production"
126
+ "lint": {
127
+ "builder": "@angular-eslint/builder:lint",
128
+ "options": {
129
+ "lintFilePatterns": ["src/**/*.ts", "src/**/*.html"],
130
+ "eslintConfig": "src/.eslintrc.json"
131
+ }
138
132
  },
139
- "development": {
140
- "browserTarget": "app:build:development"
133
+ "test": {
134
+ "builder": "@angular-devkit/build-angular:karma",
135
+ "options": {
136
+ "polyfills": ["zone.js", "zone.js/testing"],
137
+ "tsConfig": "src/tsconfig.spec.json",
138
+ "karmaConfig": "src/karma.conf.js",
139
+ "inlineStyleLanguage": "scss",
140
+ "assets": [
141
+ {
142
+ "glob": "**/*",
143
+ "input": "node_modules/@eui/core/assets/",
144
+ "output": "./assets"
145
+ },
146
+ {
147
+ "glob": "**/*",
148
+ "input": "node_modules/@eui/styles-base/dist/assets/ecl",
149
+ "output": "./assets/images/ecl"
150
+ },
151
+ {
152
+ "glob": "**/*",
153
+ "input": "node_modules/@eui/styles-base/dist/assets",
154
+ "output": "./assets"
155
+ },
156
+ {
157
+ "glob": "**/*",
158
+ "input": "node_modules/@eui/ecl/assets/",
159
+ "output": "./assets"
160
+ }
161
+ ]
162
+ }
141
163
  }
142
- },
143
- "defaultConfiguration": "development"
144
- },
145
- "lint": {
146
- "builder": "@angular-eslint/builder:lint",
147
- "options": {
148
- "lintFilePatterns": [
149
- "src/**/*.ts",
150
- "src/**/*.html"
151
- ],
152
- "eslintConfig": "src/.eslintrc.json"
153
- }
154
- },
155
- "test": {
156
- "builder": "@angular-devkit/build-angular:karma",
157
- "options": {
158
- "polyfills": [
159
- "zone.js",
160
- "zone.js/testing"
161
- ],
162
- "tsConfig": "src/tsconfig.spec.json",
163
- "karmaConfig": "src/karma.conf.js",
164
- "inlineStyleLanguage": "scss"
165
164
  }
166
- }
167
165
  }
168
- }
169
166
  }
170
- }
167
+ }
@@ -38,7 +38,7 @@
38
38
 
39
39
  <h2 class="ecl-u-type-heading-2 ecl-u-mt-xl ecl-u-mb-none">Support</h2>
40
40
  <p class="ecl-u-type-paragraph ecl-u-mt-m ecl-u-mb-none">
41
- For support in building a European Commission website using the ECL, please contact <a eclLink href="mailto:Europamanagement@ec.europa.eu">COMM Europa Management</a> (CEM)
41
+ For support in building a European Commission website using the ECL, please contact <a eclLink href="mailto:Europamanagement&#64;ec.europa.eu">COMM Europa Management</a> (CEM)
42
42
  </p>
43
43
 
44
44
  <p>For support in building a European Commission website using the eui/ECL integration, please contact
@@ -57,15 +57,15 @@
57
57
 
58
58
  <dt eclDescriptionListTerm>DIGIT eUI Support</dt>
59
59
  <dd eclDescriptionListDefinition>
60
- <a eclLink href="mailto:DIGIT-EUI-SUPPORT@ec.europa.eu">DIGIT-EUI-SUPPORT@ec.europa.eu</a>
60
+ <a eclLink href="mailto:DIGIT-EUI-SUPPORT@ec.europa.eu">DIGIT-EUI-SUPPORT&#64;ec.europa.eu</a>
61
61
  </dd>
62
62
 
63
63
  <dt eclDescriptionListTerm>COMM Europa Management</dt>
64
64
  <dd eclDescriptionListDefinition>
65
- <a eclLink href="mailto:Europamanagement@ec.europa.eu">Europamanagement@ec.europa.eu</a>
65
+ <a eclLink href="mailto:Europamanagement@ec.europa.eu">Europamanagement&#64;ec.europa.eu</a>
66
66
  </dd>
67
67
  </dl>
68
68
  </main>
69
69
  </div>
70
70
  </div>
71
- </div>
71
+ </div>
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eui-angular-app",
3
- "version": "17.0.0-next.9",
3
+ "version": "17.0.0-rc.1",
4
4
  "license": "EUPL-1.1",
5
5
  "scripts": {
6
6
  "ng": "ng",
@@ -21,6 +21,6 @@
21
21
  },
22
22
  "private": true,
23
23
  "dependencies": {
24
- "@eui/deps-base": "17.0.0-next.9"
24
+ "@eui/deps-base": "17.0.0-rc.1"
25
25
  }
26
26
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eui-angular-app",
3
- "version": "17.0.0-next.9",
3
+ "version": "17.0.0-rc.1",
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": "17.0.0-next.9"
21
+ "@eui/deps-base": "17.0.0-rc.1"
22
22
  }
23
23
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eui-angular-app",
3
- "version": "17.0.0-next.9",
3
+ "version": "17.0.0-rc.1",
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": "17.0.0-next.9"
22
+ "@eui/deps-base": "17.0.0-rc.1"
23
23
  }
24
24
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/cli",
3
- "version": "17.0.0-next.9",
3
+ "version": "17.0.0-rc.1",
4
4
  "tag": "next",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI CLI app generator",
@@ -13,13 +13,13 @@
13
13
  "url": "https://citnet.tech.ec.europa.eu/CITnet/stash/projects/CSDR/repos/eui"
14
14
  },
15
15
  "dependencies": {
16
- "@eui/tools": "6.12.64"
16
+ "@eui/tools": "6.13.7"
17
17
  },
18
18
  "preferGlobal": true,
19
19
  "homepage": "https://eui.ecdevops.eu",
20
20
  "author": "ec.europa.eui@gmail.com",
21
21
  "engines": {
22
- "node": "^18.13.0 || >=20.0.0",
22
+ "node": "^18.13.0 || >=20.9.0",
23
23
  "yarn": ">=1.22.4 <2",
24
24
  "npm": "Please use yarn instead of NPM to install dependencies"
25
25
  }
@@ -1,90 +0,0 @@
1
- /**
2
- * This file includes polyfills needed by Angular and is loaded before the app.
3
- * You can add your own extra polyfills to this file.
4
- *
5
- * This file is divided into 2 sections:
6
- * 1. Browser polyfills. These are applied before loading ZoneJS and are sorted by browsers.
7
- * 2. Application imports. Files imported after ZoneJS that should be loaded before your main
8
- * file.
9
- *
10
- * The current setup is for so-called "evergreen" browsers; the last versions of browsers that
11
- * automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera),
12
- * Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile.
13
- *
14
- * Learn more in https://angular.io/docs/ts/latest/guide/browser-support.html
15
- */
16
-
17
- /***************************************************************************************************
18
- * BROWSER POLYFILLS
19
- */
20
-
21
- /** IE9, IE10 and IE11 requires all of the following polyfills. **/
22
- // import 'core-js/es6/symbol';
23
- // import 'core-js/es6/object';
24
- // import 'core-js/es6/function';
25
- // import 'core-js/es6/parse-int';
26
- // import 'core-js/es6/parse-float';
27
- // import 'core-js/es6/number';
28
- // import 'core-js/es6/math';
29
- // import 'core-js/es6/string';
30
- // import 'core-js/es6/date';
31
- // import 'core-js/es6/array';
32
- // import 'core-js/es6/regexp';
33
- // import 'core-js/es6/map';
34
- // import 'core-js/es6/weak-map';
35
- // import 'core-js/es6/set';
36
-
37
- /** IE10 and IE11 requires the following for NgClass support on SVG elements */
38
- // import 'classlist.js'; // Run `npm install --save classlist.js`.
39
-
40
- /** IE10 and IE11 requires the following for the Reflect API. */
41
- // import 'core-js/es6/reflect';
42
-
43
- /** Evergreen browsers require these. **/
44
- // Used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove.
45
- // import 'core-js/es7/reflect';
46
-
47
- /**
48
- * Web Animations `@angular/platform-browser/animations`
49
- * Only required if AnimationBuilder is used within the application and using IE/Edge or Safari.
50
- * Standard animation support in Angular DOES NOT require any polyfills (as of Angular 6.0).
51
- **/
52
- // import 'web-animations-js'; // Run `npm install --save web-animations-js`.
53
-
54
- /**
55
- * By default, zone.js will patch all possible macroTask and DomEvents
56
- * user can disable parts of macroTask/DomEvents patch by setting following flags
57
- */
58
-
59
- // (window as any).__Zone_disable_requestAnimationFrame = true; // disable patch requestAnimationFrame
60
- // (window as any).__Zone_disable_on_property = true; // disable patch onProperty such as onclick
61
- // (window as any).__zone_symbol__BLACK_LISTED_EVENTS = ['scroll', 'mousemove']; // disable patch specified eventNames
62
-
63
- /*
64
- * in IE/Edge developer tools, the addEventListener will also be wrapped by zone.js
65
- * with the following flag, it will bypass `zone.js` patch for IE/Edge
66
- */
67
- // (window as any).__Zone_enable_cross_context_check = true;
68
-
69
- /***************************************************************************************************
70
- * Zone JS is required by default for Angular itself.
71
- */
72
- import 'zone.js/dist/zone'; // Included with Angular CLI.
73
-
74
- /***************************************************************************************************
75
- * APPLICATION IMPORTS
76
- */
77
-
78
- /**
79
- * Date, currency, decimal and percent pipes.
80
- * Needed for: All but Chrome, Firefox, Edge, IE11 and Safari 10
81
- */
82
- // import 'intl'; // Run `npm install --save intl`.
83
- /**
84
- * Need to import at least one locale-data with intl.
85
- */
86
- // import 'intl/locale-data/jsonp/en';
87
-
88
- // needed for eui-editor / ngx-quill implementation
89
- // eslint-disable-next-line
90
- (window as any).global = window;