@eui/cli 16.0.0-next.6 → 16.0.0-next.7

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.6
1
+ 16.0.0-next.7
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eui-angular-app",
3
- "version": "16.0.0-next.6",
3
+ "version": "16.0.0-next.7",
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.6"
23
+ "@eui/deps-base": "16.0.0-next.7"
24
24
  }
25
25
  }
@@ -5,7 +5,8 @@
5
5
  "**/dist/**",
6
6
  "**/coverage/**",
7
7
  "**/e2e/**",
8
- "**/test/**"
8
+ "**/test/**",
9
+ "**/testing/**"
9
10
  ],
10
11
  "overrides": [
11
12
  {
@@ -23,8 +24,7 @@
23
24
  "eslint:recommended",
24
25
  "plugin:@typescript-eslint/recommended",
25
26
  "plugin:@angular-eslint/recommended",
26
- "plugin:@angular-eslint/template/process-inline-templates",
27
- "plugin:prettier/recommended"
27
+ "plugin:@angular-eslint/template/process-inline-templates"
28
28
  ],
29
29
  "rules": {
30
30
  "@angular-eslint/component-selector": [
@@ -10,7 +10,7 @@ import { Observable, Subscription } from 'rxjs';
10
10
  selector: 'app-root',
11
11
  templateUrl: './app.component.html',
12
12
  })
13
- export class AppComponent implements OnInit, OnDestroy {
13
+ export class AppComponent implements OnDestroy {
14
14
  userInfos: UserState;
15
15
  // Observe state changes
16
16
  userState: Observable<UserState>;
@@ -42,9 +42,6 @@ export class AppComponent implements OnInit, OnDestroy {
42
42
  }));
43
43
  }
44
44
 
45
- ngOnInit() {
46
- }
47
-
48
45
  ngOnDestroy() {
49
46
  this.subs.forEach((s: Subscription) => s.unsubscribe());
50
47
  }
@@ -4,14 +4,14 @@
4
4
  <eui-page-content>
5
5
  <h3 class="eui-u-font-bold eui-u-color-info">Overview</h3>
6
6
 
7
- <p>The <strong><a href="https://webgate.ec.europa.eu/fpfis/wikis/display/eUI" target="_blank">eUI
7
+ <p>The <strong><a href="https://webgate.ec.europa.eu/fpfis/wikis/display/eUI" target="_blank" class="eui-u-text-link-external">eUI
8
8
  Platform</a></strong> (eUI) is meant to ease development of <strong>Single Web Page
9
9
  Applications</strong> (SPAs) providing rich <strong>User Experience</strong> (UX) starting point
10
10
  to directly quick-start applications development.</p>
11
11
 
12
12
  <p>It's also focusing on rationalisation and implementation of <strong><a
13
13
  href="https://webgate.ec.europa.eu/fpfis/wikis/display/Europa/User+experience"
14
- target="_blank">European Commission's User Experience</a></strong> (UX@EC) and the adoption
14
+ target="_blank" class="eui-u-text-link-external">European Commission's User Experience</a></strong> (UX@EC) and the adoption
15
15
  of a common look and feel for your web applications.</p>
16
16
 
17
17
  <p>Thereby, the <strong>eUI framework</strong> provides guidelines and recommendations on
@@ -19,7 +19,7 @@
19
19
  to build common and homogeneous graphical web interfaces that reflects the <strong>European
20
20
  Commission Style Guides</strong> towards a corporate look and feel.
21
21
  It also offers consistency from User Experience point of view through various participant projects
22
- such as Opsys, My Workplace, Compass Corporate, Assmal, eProcurement, Sygma, Sedia, etc.</p>
22
+ such as Opsys, MyWorkplace, Compass Corporate, Assmal, eProcurement, Sygma, Sedia, etc.</p>
23
23
 
24
24
  <p>The target audience goes from Developers who will find a lot of usefull technical information, but
25
25
  also Designers who want to reuse such materials to illustrate their work as well as Analysts and
@@ -27,8 +27,10 @@
27
27
 
28
28
  <p>Feel free to participate and help to improve the eUI platform.</p>
29
29
  <p>Contact us at <strong><a
30
- href="mailto:DIGIT-EUI-SUPPORT@ec.europa.eu">DIGIT-EUI-SUPPORT@ec.europa.eu</a></strong> and
31
- join us on MS Teams : <a href="https://teams.microsoft.com/l/team/19%3a2f5bb6b7d1e24c4aabaa62229d3e1955%40thread.tacv2/conversations?groupId=fb6def72-c57b-4e8f-a82e-49be65d6e1f5&tenantId=b24c8b06-522c-46fe-9080-70926f8dddb1" target="_blank">MS Teams EC_eUI team</a>
30
+ href="mailto:DIGIT-EUI-SUPPORT@ec.europa.eu" class="eui-u-text-link">DIGIT-EUI-SUPPORT@ec.europa.eu</a></strong> and
31
+ join us on MS Teams : <a href="https://teams.microsoft.com/l/team/19%3a2f5bb6b7d1e24c4aabaa62229d3e1955%40thread.tacv2/conversations?groupId=fb6def72-c57b-4e8f-a82e-49be65d6e1f5&tenantId=b24c8b06-522c-46fe-9080-70926f8dddb1" target="_blank" class="eui-u-text-link-external">
32
+ MS Teams EC_eUI team
33
+ </a>
32
34
  </p>
33
35
 
34
36
  <div>
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eui-angular-app",
3
- "version": "16.0.0-next.6",
3
+ "version": "16.0.0-next.7",
4
4
  "license": "EUPL-1.1",
5
5
  "scripts": {
6
6
  "ng": "ng",
@@ -20,10 +20,8 @@
20
20
  },
21
21
  "private": true,
22
22
  "dependencies": {
23
- "@eui/deps-base": "16.0.0-next.6",
23
+ "@eui/deps-base": "16.0.0-next.7",
24
24
  "@eui/mobile-core": "15.1.0",
25
- "@eui/mobile-styles": "15.1.0",
26
- "@eui/ecl-core": "14.1.4"
27
- },
28
- "resolutions": {}
25
+ "@eui/mobile-styles": "15.1.0"
26
+ }
29
27
  }
@@ -11,7 +11,7 @@ import { EuimMenuItem } from '@eui/mobile-core';
11
11
  selector: 'app-root',
12
12
  templateUrl: './app.component.html',
13
13
  })
14
- export class AppComponent implements OnInit, OnDestroy {
14
+ export class AppComponent implements OnDestroy {
15
15
  userInfos: UserState;
16
16
  // Observe state changes
17
17
  userState: Observable<UserState>;
@@ -42,14 +42,12 @@ export class AppComponent implements OnInit, OnDestroy {
42
42
  }));
43
43
  }
44
44
 
45
- ngOnInit() {
46
- }
47
-
48
45
  ngOnDestroy() {
49
46
  this.subs.forEach((s: Subscription) => s.unsubscribe());
50
47
  }
51
48
 
52
49
  onItemClick(item: EuimMenuItem) {
53
50
  // Handle any menu item click
51
+ console.log(item);
54
52
  }
55
53
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eui-angular-app",
3
- "version": "16.0.0-next.6",
3
+ "version": "16.0.0-next.7",
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.6"
21
+ "@eui/deps-base": "16.0.0-next.7"
22
22
  }
23
23
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eui-angular-app",
3
- "version": "16.0.0-next.6",
3
+ "version": "16.0.0-next.7",
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.6"
22
+ "@eui/deps-base": "16.0.0-next.7"
23
23
  }
24
24
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/cli",
3
- "version": "16.0.0-next.6",
3
+ "version": "16.0.0-next.7",
4
4
  "tag": "next",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI CLI app generator",