@eui/cli 16.0.0-next.9 → 16.0.1-snapshot-1686831728175

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.
@@ -1 +1 @@
1
- 16.0.0-next.9
1
+ 16.0.1-snapshot-1686831728175
package/lib/build.js CHANGED
@@ -146,7 +146,7 @@ const copyAngular = (targetPath, cliConfig, overwrite = true) => {
146
146
  tools.copydir(config.optionsPath[item], targetPath, true);
147
147
  }
148
148
  })
149
- if (cliConfig.appOptionsEclTheme) {
149
+ if (cliConfig.appOptions.includes('ecl') && cliConfig.appOptionsEclTheme) {
150
150
  console.log(`eUI ECL theme selected : ` + cliConfig.appOptionsEclTheme);
151
151
  tools.copydir(config.optionsPath[cliConfig.appOptionsEclTheme], targetPath, true);
152
152
  }
package/lib/config.js CHANGED
@@ -17,7 +17,7 @@ module.exports.webSymfonyPath = path.join(skeletonsPath, 'web-symfony');
17
17
 
18
18
  module.exports.optionsPath = {
19
19
  "openid-jwt": path.join(skeletonsPath, '_angular/options/openid-jwt'),
20
- "ecl": path.join(skeletonsPath, '_angular/options/ecl'),
20
+ "ecl-ec": path.join(skeletonsPath, '_angular/options/ecl-ec'),
21
21
  "ecl-eu": path.join(skeletonsPath, '_angular/options/ecl-eu'),
22
22
  };
23
23
 
@@ -2,7 +2,6 @@
2
2
  "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
3
3
  "version": 1,
4
4
  "newProjectRoot": "projects",
5
- "defaultProject": "app",
6
5
  "cli": {
7
6
  "analytics": false
8
7
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eui-angular-app",
3
- "version": "16.0.0-next.9",
3
+ "version": "16.0.1-snapshot-1686831728175",
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": "16.0.0-next.9"
23
+ "@eui/deps-base": "16.0.1-snapshot-1686831728175"
24
24
  }
25
25
  }
@@ -25,6 +25,7 @@ export class AppStarterService {
25
25
  ) {
26
26
  }
27
27
 
28
+ // eslint-disable-next-line
28
29
  start(): Observable<any> {
29
30
 
30
31
  return zip(
@@ -42,6 +43,7 @@ export class AppStarterService {
42
43
  * create user: UserState object
43
44
  * then initialise to the UserService on run time
44
45
  */
46
+ // eslint-disable-next-line
45
47
  initUserService(): Observable<any> {
46
48
  return zip(
47
49
  this.fetchUserDetails(),
@@ -5,6 +5,7 @@ import { reducers as coreReducers, CoreState, getAppState, localStorageSync } fr
5
5
 
6
6
  import { environment } from '../../../environments/environment';
7
7
 
8
+ // eslint-disable-next-line
8
9
  export const REDUCER_TOKEN = new InjectionToken<any>('Registered Reducers');
9
10
 
10
11
  /**
@@ -86,4 +86,5 @@ import 'zone.js/dist/zone'; // Included with Angular CLI.
86
86
  // import 'intl/locale-data/jsonp/en';
87
87
 
88
88
  // needed for eui-editor / ngx-quill implementation
89
+ // eslint-disable-next-line
89
90
  (window as any).global = window;
@@ -2,7 +2,6 @@
2
2
  "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
3
3
  "version": 1,
4
4
  "newProjectRoot": "projects",
5
- "defaultProject": "app",
6
5
  "cli": {
7
6
  "analytics": false
8
7
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eui-angular-app",
3
- "version": "16.0.0-next.9",
3
+ "version": "16.0.1-snapshot-1686831728175",
4
4
  "license": "EUPL-1.1",
5
5
  "scripts": {
6
6
  "ng": "ng",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "private": true,
22
22
  "dependencies": {
23
- "@eui/deps-base": "16.0.0-next.9",
23
+ "@eui/deps-base": "16.0.1-snapshot-1686831728175",
24
24
  "@eui/mobile-core": "15.1.0",
25
25
  "@eui/mobile-styles": "15.1.0"
26
26
  }
@@ -2,7 +2,6 @@
2
2
  "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
3
3
  "version": 1,
4
4
  "newProjectRoot": "projects",
5
- "defaultProject": "app",
6
5
  "cli": {
7
6
  "analytics": false
8
7
  },
@@ -2,7 +2,6 @@
2
2
  "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
3
3
  "version": 1,
4
4
  "newProjectRoot": "projects",
5
- "defaultProject": "app",
6
5
  "cli": {
7
6
  "analytics": false
8
7
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eui-angular-app",
3
- "version": "16.0.0-next.9",
3
+ "version": "16.0.1-snapshot-1686831728175",
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": "16.0.0-next.9"
21
+ "@eui/deps-base": "16.0.1-snapshot-1686831728175"
22
22
  }
23
23
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eui-angular-app",
3
- "version": "16.0.0-next.9",
3
+ "version": "16.0.1-snapshot-1686831728175",
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": "16.0.0-next.9"
22
+ "@eui/deps-base": "16.0.1-snapshot-1686831728175"
23
23
  }
24
24
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eui/cli",
3
- "version": "16.0.0-next.9",
4
- "tag": "next",
3
+ "version": "16.0.1-snapshot-1686831728175",
4
+ "tag": "snapshot",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI CLI app generator",
7
7
  "bin": {
@@ -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": "6.11.25"
16
+ "@eui/tools": "6.12.3"
17
17
  },
18
18
  "preferGlobal": true,
19
19
  "homepage": "https://eui.ecdevops.eu",
@@ -1,24 +0,0 @@
1
- {
2
- "extends":"stylelint-config-standard",
3
- "plugins": [
4
- "stylelint-order",
5
- "stylelint-scss"
6
- ],
7
- "rules": {
8
- "order/order": [
9
- "custom-properties",
10
- "declarations"
11
- ],
12
- "order/properties-alphabetical-order": true,
13
-
14
- "at-rule-empty-line-before": "never",
15
- "no-descending-specificity": null,
16
- "no-duplicate-selectors": null,
17
- "font-family-no-missing-generic-family-keyword": null,
18
- "indentation": 4,
19
- "selector-type-no-unknown": null,
20
- "at-rule-no-unknown": [true, {
21
- ignoreAtRules: ['at-root', 'content', 'each', 'else', 'extend', 'for', 'function', 'if', 'include', 'mixin', 'return', 'warn', 'while']
22
- }]
23
- }
24
- }