@eui/cli 21.0.0-alpha.33 → 21.0.0-alpha.35
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.
- package/lib/skeletons/_angular/base/package.json +2 -2
- package/lib/skeletons/_angular/base/src/tsconfig.spec.json +1 -5
- package/lib/skeletons/_angular/base/tsconfig.json +1 -1
- package/lib/skeletons/_angular/base-mobile/package.json +1 -1
- package/lib/skeletons/_angular/base-mobile/tsconfig.json +27 -0
- package/lib/skeletons/_angular/options/pnpm/package.json +26 -26
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eui-angular-app",
|
|
3
|
-
"version": "21.0.0-alpha.
|
|
3
|
+
"version": "21.0.0-alpha.35",
|
|
4
4
|
"license": "EUPL-1.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"ng": "ng",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"private": true,
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@eui/deps-base": "21.0.0-alpha.
|
|
24
|
+
"@eui/deps-base": "21.0.0-alpha.35"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"npm-run-all": "4.1.5",
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"compileOnSave": false,
|
|
3
|
+
"compilerOptions": {
|
|
4
|
+
"baseUrl": "./",
|
|
5
|
+
"outDir": "./dist/out-tsc",
|
|
6
|
+
"target": "ES2022",
|
|
7
|
+
"module": "ES2022",
|
|
8
|
+
"useDefineForClassFields": false,
|
|
9
|
+
"lib": [
|
|
10
|
+
"ES2022",
|
|
11
|
+
"dom"
|
|
12
|
+
],
|
|
13
|
+
"sourceMap": true,
|
|
14
|
+
"declaration": false,
|
|
15
|
+
"moduleResolution": "node",
|
|
16
|
+
"emitDecoratorMetadata": false,
|
|
17
|
+
"experimentalDecorators": true,
|
|
18
|
+
"allowSyntheticDefaultImports": true,
|
|
19
|
+
"importHelpers": true,
|
|
20
|
+
"typeRoots": [
|
|
21
|
+
"node_modules/@types"
|
|
22
|
+
],
|
|
23
|
+
"paths": {
|
|
24
|
+
"@shared/*": ["src/app/shared/*"],
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eui-angular-app",
|
|
3
|
-
"version": "21.0.0-alpha.
|
|
3
|
+
"version": "21.0.0-alpha.35",
|
|
4
4
|
"license": "EUPL-1.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"ng": "ng",
|
|
@@ -18,20 +18,20 @@
|
|
|
18
18
|
},
|
|
19
19
|
"private": true,
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@angular/animations": "21.0.0-
|
|
22
|
-
"@angular/common": "21.0.0-
|
|
23
|
-
"@angular/compiler": "21.0.0-
|
|
24
|
-
"@angular/core": "21.0.0-
|
|
25
|
-
"@angular/forms": "21.0.0-
|
|
26
|
-
"@angular/platform-browser": "21.0.0-
|
|
27
|
-
"@angular/platform-browser-dynamic": "21.0.0-
|
|
28
|
-
"@angular/router": "21.0.0-
|
|
29
|
-
"@angular/elements": "21.0.0-
|
|
30
|
-
"@angular/language-service": "21.0.0-
|
|
31
|
-
"@angular/service-worker": "21.0.0-
|
|
32
|
-
"@angular/cdk": "21.0.0-
|
|
33
|
-
"@angular/material": "21.0.0-
|
|
34
|
-
"@angular/material-moment-adapter": "21.0.0-
|
|
21
|
+
"@angular/animations": "21.0.0-rc.0",
|
|
22
|
+
"@angular/common": "21.0.0-rc.0",
|
|
23
|
+
"@angular/compiler": "21.0.0-rc.0",
|
|
24
|
+
"@angular/core": "21.0.0-rc.0",
|
|
25
|
+
"@angular/forms": "21.0.0-rc.0",
|
|
26
|
+
"@angular/platform-browser": "21.0.0-rc.0",
|
|
27
|
+
"@angular/platform-browser-dynamic": "21.0.0-rc.0",
|
|
28
|
+
"@angular/router": "21.0.0-rc.0",
|
|
29
|
+
"@angular/elements": "21.0.0-rc.0",
|
|
30
|
+
"@angular/language-service": "21.0.0-rc.0",
|
|
31
|
+
"@angular/service-worker": "21.0.0-rc.0",
|
|
32
|
+
"@angular/cdk": "21.0.0-rc.0",
|
|
33
|
+
"@angular/material": "21.0.0-rc.0",
|
|
34
|
+
"@angular/material-moment-adapter": "21.0.0-rc.0",
|
|
35
35
|
"rxjs": "7.8.2",
|
|
36
36
|
"tslib": "2.8.1",
|
|
37
37
|
"zone.js": "0.15.1",
|
|
@@ -47,19 +47,19 @@
|
|
|
47
47
|
"pikaday": "1.8.2",
|
|
48
48
|
"lodash-es": "4.17.21",
|
|
49
49
|
"localforage": "1.10.0",
|
|
50
|
-
"@eui/base": "21.0.0-alpha.
|
|
51
|
-
"@eui/core": "21.0.0-alpha.
|
|
52
|
-
"@eui/styles": "21.0.0-alpha.
|
|
53
|
-
"@eui/components": "21.0.0-alpha.
|
|
54
|
-
"@eui/ecl": "21.0.0-alpha.
|
|
55
|
-
"@eui/showcase": "21.0.0-alpha.
|
|
50
|
+
"@eui/base": "21.0.0-alpha.35",
|
|
51
|
+
"@eui/core": "21.0.0-alpha.35",
|
|
52
|
+
"@eui/styles": "21.0.0-alpha.35",
|
|
53
|
+
"@eui/components": "21.0.0-alpha.35",
|
|
54
|
+
"@eui/ecl": "21.0.0-alpha.35",
|
|
55
|
+
"@eui/showcase": "21.0.0-alpha.35"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@angular/build": "21.0.0-
|
|
59
|
-
"@angular/compiler-cli": "21.0.0-
|
|
60
|
-
"@angular/cli": "21.0.0-
|
|
61
|
-
"@eui/cli": "21.0.0-alpha.
|
|
62
|
-
"ng-packagr": "21.0.0-
|
|
58
|
+
"@angular/build": "21.0.0-rc.0",
|
|
59
|
+
"@angular/compiler-cli": "21.0.0-rc.0",
|
|
60
|
+
"@angular/cli": "21.0.0-rc.0",
|
|
61
|
+
"@eui/cli": "21.0.0-alpha.35",
|
|
62
|
+
"ng-packagr": "21.0.0-rc.0",
|
|
63
63
|
"typescript": "5.9.2",
|
|
64
64
|
"npm-run-all": "4.1.5",
|
|
65
65
|
"json-server": "1.0.0-beta.3",
|