@eui/cli 15.3.4-snapshot-1683144920052 → 16.0.0-next.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.
@@ -1 +1 @@
1
- 15.3.4-snapshot-1683144920052
1
+ 16.0.0-next.2
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eui-angular-app",
3
- "version": "15.3.4-snapshot-1683144920052",
3
+ "version": "16.0.0-next.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.3.4-snapshot-1683144920052"
23
+ "@eui/deps-base": "16.0.0-next.2"
24
24
  }
25
25
  }
@@ -20,9 +20,11 @@
20
20
  "createDefaultProgram": true
21
21
  },
22
22
  "extends": [
23
- "plugin:@angular-eslint/ng-cli-compat",
24
- "plugin:@angular-eslint/ng-cli-compat--formatting-add-on",
25
- "plugin:@angular-eslint/template/process-inline-templates"
23
+ "eslint:recommended",
24
+ "plugin:@typescript-eslint/recommended",
25
+ "plugin:@angular-eslint/recommended",
26
+ "plugin:@angular-eslint/template/process-inline-templates",
27
+ "plugin:prettier/recommended"
26
28
  ],
27
29
  "rules": {
28
30
  "@angular-eslint/component-selector": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eui-angular-app",
3
- "version": "15.3.4-snapshot-1683144920052",
3
+ "version": "16.0.0-next.2",
4
4
  "license": "EUPL-1.1",
5
5
  "scripts": {
6
6
  "ng": "ng",
@@ -20,9 +20,9 @@
20
20
  },
21
21
  "private": true,
22
22
  "dependencies": {
23
- "@eui/deps-base": "15.3.4-snapshot-1683144920052",
24
- "@eui/mobile-core": "15.1.0",
25
- "@eui/mobile-styles": "15.1.0",
23
+ "@eui/deps-base": "16.0.0-next.2",
24
+ "@eui/mobile-core": "14.2.0",
25
+ "@eui/mobile-styles": "14.2.0",
26
26
  "@eui/ecl-core": "14.1.4"
27
27
  },
28
28
  "resolutions": {}
@@ -1,19 +1,21 @@
1
1
  import { NgModule } from '@angular/core';
2
2
  import { RouterModule } from '@angular/router';
3
- import { CommonModule } from '@angular/common';
4
3
  import { TranslateModule } from '@ngx-translate/core';
5
4
 
6
5
  import { EclAllModule } from '@eui/ecl';
7
6
 
8
- const MODULES = [
9
- RouterModule,
10
- EclAllModule,
11
- TranslateModule,
12
- CommonModule,
13
- ];
14
7
  @NgModule({
15
- imports: [...MODULES],
16
- declarations: [],
17
- exports: [...MODULES],
8
+ imports: [
9
+ RouterModule,
10
+ EclAllModule,
11
+ TranslateModule,
12
+ ],
13
+ declarations: [
14
+ ],
15
+ exports: [
16
+ RouterModule,
17
+ EclAllModule,
18
+ TranslateModule,
19
+ ],
18
20
  })
19
21
  export class SharedModule {}
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eui-angular-app",
3
- "version": "15.3.4-snapshot-1683144920052",
3
+ "version": "16.0.0-next.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.3.4-snapshot-1683144920052"
21
+ "@eui/deps-base": "16.0.0-next.2"
22
22
  }
23
23
  }
@@ -16,7 +16,6 @@ import {
16
16
  CoreModuleEffects,
17
17
  EUI_CONFIG_TOKEN,
18
18
  } from '@eui/core';
19
- import { EuiLayoutModule } from '@eui/components/layout';
20
19
 
21
20
  import { appConfig } from '../../config/index';
22
21
  import { environment } from '../../environments/environment';
@@ -27,7 +26,6 @@ import { SharedModule } from '@shared/shared.module';
27
26
 
28
27
  @NgModule({
29
28
  imports: [
30
- EuiLayoutModule,
31
29
  SharedModule,
32
30
  HttpClientModule,
33
31
  EuiCoreModule.forRoot(),
@@ -39,7 +37,6 @@ import { SharedModule } from '@shared/shared.module';
39
37
  declarations: [
40
38
  ],
41
39
  exports: [
42
- EuiLayoutModule,
43
40
  SharedModule,
44
41
  ],
45
42
  providers: [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eui-angular-app",
3
- "version": "15.3.4-snapshot-1683144920052",
3
+ "version": "16.0.0-next.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.3.4-snapshot-1683144920052"
22
+ "@eui/deps-base": "16.0.0-next.2"
23
23
  }
24
24
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eui/cli",
3
- "version": "15.3.4-snapshot-1683144920052",
4
- "tag": "snapshot",
3
+ "version": "16.0.0-next.2",
4
+ "tag": "next",
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.17"
16
+ "@eui/tools": "6.11.19"
17
17
  },
18
18
  "preferGlobal": true,
19
19
  "homepage": "https://eui.ecdevops.eu",