@eui/cli 18.0.0-next.73 → 18.0.0-next.75

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
- 18.0.0-next.73
1
+ 18.0.0-next.75
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eui-angular-app",
3
- "version": "18.0.0-next.73",
3
+ "version": "18.0.0-next.75",
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": "18.0.0-next.73"
23
+ "@eui/deps-base": "18.0.0-next.75"
24
24
  }
25
25
  }
@@ -22,6 +22,8 @@
22
22
  <eui-notifications [count]="notificationItems?.length" [items]="notificationItems"></eui-notifications>
23
23
  </eui-toolbar-item>
24
24
  </eui-toolbar-items>
25
+
26
+ <eui-language-selector></eui-language-selector>
25
27
  </eui-toolbar>
26
28
  </eui-app-toolbar>
27
29
  <eui-app-sidebar>
@@ -10,6 +10,8 @@ import { TranslateModule } from '@ngx-translate/core';
10
10
  // keep here to avoid imports within features modules
11
11
  import { EuiPageModule } from '@eui/components/eui-page';
12
12
  import { EuiIconModule } from '@eui/components/eui-icon';
13
+ import { EuiUserProfileModule } from '@eui/components/eui-user-profile';
14
+ import { EuiLanguageSelectorModule } from '@eui/components/eui-language-selector';
13
15
 
14
16
  // import ALL eUI components
15
17
  // import { EuiAllModule } from '@eui/components';
@@ -23,6 +25,8 @@ const MODULES = [
23
25
  // put here commonly used eUI modules components throughout the application
24
26
  EuiPageModule,
25
27
  EuiIconModule,
28
+ EuiUserProfileModule,
29
+ EuiLanguageSelectorModule,
26
30
 
27
31
  // in case of you really want to import all eUI components, see commented imports above
28
32
  // EuiAllModule,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eui-angular-app",
3
- "version": "18.0.0-next.73",
3
+ "version": "18.0.0-next.75",
4
4
  "license": "EUPL-1.1",
5
5
  "scripts": {
6
6
  "ng": "ng",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eui-angular-app",
3
- "version": "18.0.0-next.73",
3
+ "version": "18.0.0-next.75",
4
4
  "license": "EUPL-1.1",
5
5
  "description": "eUI JEE Symfony app scripts",
6
6
  "scripts": {
@@ -18,6 +18,6 @@
18
18
  },
19
19
  "private": true,
20
20
  "dependencies": {
21
- "@eui/deps-base": "18.0.0-next.73"
21
+ "@eui/deps-base": "18.0.0-next.75"
22
22
  }
23
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/cli",
3
- "version": "18.0.0-next.73",
3
+ "version": "18.0.0-next.75",
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": "6.16.18"
16
+ "@eui/tools": "6.16.20"
17
17
  },
18
18
  "peerDependencies": {
19
19
  "@eui/tools": "^6.0.0",