@rxap/plugin-angular 20.0.1-dev.11 → 20.0.1-dev.13
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/CHANGELOG.md +8 -0
- package/package.json +16 -3
- package/.eslintignore +0 -6
- package/.eslintrc.json +0 -44
- package/LICENSE +0 -621
- package/README.md.handlebars +0 -115
- package/jest.config.ts +0 -11
- package/project.json +0 -68
- package/schematics.yaml +0 -6
- package/src/application.ts +0 -124
- package/src/executors/check-ng-package/executor.ts +0 -33
- package/src/executors/config/executor.ts +0 -74
- package/src/executors/i18n/executor.ts +0 -198
- package/src/executors/tailwind/executor.ts +0 -34
- package/src/generators/convert-to-buildable-library/generator.ts +0 -110
- package/src/generators/fix-schematic/generator.ts +0 -103
- package/src/generators/fix-schematic/index.ts +0 -5
- package/src/generators/init/coerce-nx-json.ts +0 -72
- package/src/generators/init/generator.ts +0 -28
- package/src/generators/init/index.ts +0 -5
- package/src/generators/init/init-workspace.ts +0 -84
- package/src/generators/init-application/assert-main-statements.ts +0 -74
- package/src/generators/init-application/cleanup.ts +0 -127
- package/src/generators/init-application/coerce-app-config.ts +0 -147
- package/src/generators/init-application/coerce-environment-files.ts +0 -105
- package/src/generators/init-application/coerce-localazy-config-file.ts +0 -26
- package/src/generators/init-application/coerce-project.ts +0 -128
- package/src/generators/init-application/generate-authentication.ts +0 -122
- package/src/generators/init-application/generate-monolithic.spec.ts +0 -45
- package/src/generators/init-application/generate-monolithic.ts +0 -57
- package/src/generators/init-application/generator.ts +0 -356
- package/src/generators/init-application/index.ts +0 -5
- package/src/generators/init-application/link-mfe-remote-with-host.ts +0 -60
- package/src/generators/init-application/project-i18n-configuration.ts +0 -4
- package/src/generators/init-application/update-git-ignore.ts +0 -22
- package/src/generators/init-application/update-main-file.ts +0 -118
- package/src/generators/init-application/update-project-targets.ts +0 -229
- package/src/generators/init-application/update-tags.ts +0 -30
- package/src/generators/init-application/update-target-defaults.ts +0 -43
- package/src/generators/init-application/update-ts-config.ts +0 -31
- package/src/generators/init-component/generator.ts +0 -147
- package/src/generators/init-component/index.ts +0 -5
- package/src/generators/init-feature/generator.ts +0 -77
- package/src/generators/init-feature/index.ts +0 -5
- package/src/generators/init-feature-library/generator.ts +0 -82
- package/src/generators/init-feature-library/index.ts +0 -5
- package/src/generators/init-feature-library/init-project.ts +0 -53
- package/src/generators/init-feature-library/init-workspace.ts +0 -10
- package/src/generators/init-library/check-if-secondary-entrypoint-include-in-the-ts-config.ts +0 -46
- package/src/generators/init-library/cleanup.ts +0 -22
- package/src/generators/init-library/coerce-projects.ts +0 -118
- package/src/generators/init-library/coerce-tailwind-theme-scss.ts +0 -27
- package/src/generators/init-library/extend-angular-specific-eslint.ts +0 -37
- package/src/generators/init-library/generator.ts +0 -87
- package/src/generators/init-library/has-index-scss.ts +0 -14
- package/src/generators/init-library/has-tailwind-config.ts +0 -9
- package/src/generators/init-library/index.ts +0 -5
- package/src/generators/init-library/init-project.ts +0 -46
- package/src/generators/init-library/init-workspace.ts +0 -26
- package/src/generators/init-library/is-ng-packagr-project.ts +0 -9
- package/src/generators/init-library/ng-package-json.ts +0 -23
- package/src/generators/init-library/set-general-target-defaults.ts +0 -36
- package/src/generators/init-library/update-package-json.ts +0 -26
- package/src/generators/init-library/update-project-ng-package-configuration.ts +0 -51
- package/src/generators/init-library/update-ts-config.ts +0 -24
- package/src/generators/schematic/generator.ts +0 -179
- package/src/generators/schematic/index.ts +0 -5
- package/src/i18n.ts +0 -130
- package/src/index.ts +0 -3
- package/src/lib/angular-version.ts +0 -1
- package/src/lib/coerce-cypress-component-testing.ts +0 -113
- package/src/lib/coerce-test-setup.ts +0 -60
- package/src/library.ts +0 -153
- package/src/migrations/update-19-0-0/add-m2-prefix-to-material-scss-functions.ts +0 -32
- package/src/migrations/update-19-0-0/migration.ts +0 -283
- package/src/test-setup.ts +0 -24
- package/tsconfig.json +0 -20
- package/tsconfig.lib.json +0 -10
- package/tsconfig.spec.json +0 -15
- package/tsconfig.typedoc.json +0 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [20.0.1-dev.13](https://gitlab.com/rxap/packages/compare/@rxap/plugin-angular@20.0.1-dev.12...@rxap/plugin-angular@20.0.1-dev.13) (2025-01-29)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rxap/plugin-angular
|
|
9
|
+
|
|
10
|
+
## [20.0.1-dev.12](https://gitlab.com/rxap/packages/compare/@rxap/plugin-angular@20.0.1-dev.11...@rxap/plugin-angular@20.0.1-dev.12) (2025-01-29)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @rxap/plugin-angular
|
|
13
|
+
|
|
6
14
|
## [20.0.1-dev.11](https://gitlab.com/rxap/packages/compare/@rxap/plugin-angular@20.0.1-dev.10...@rxap/plugin-angular@20.0.1-dev.11) (2025-01-29)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @rxap/plugin-angular
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "20.0.1-dev.
|
|
2
|
+
"version": "20.0.1-dev.13",
|
|
3
3
|
"name": "@rxap/plugin-angular",
|
|
4
4
|
"license": "GPL-3.0-or-later",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@nx/angular": "20.4.0",
|
|
7
7
|
"@nx/devkit": "20.4.0",
|
|
8
|
-
"@rxap/plugin-application": "^20.0.1-dev.
|
|
8
|
+
"@rxap/plugin-application": "^20.0.1-dev.7",
|
|
9
9
|
"@rxap/plugin-library": "^20.1.0-dev.5",
|
|
10
10
|
"@rxap/plugin-utilities": "^20.0.1-dev.5",
|
|
11
11
|
"@rxap/ts-morph": "^1.5.3-dev.3",
|
|
@@ -54,5 +54,18 @@
|
|
|
54
54
|
"directory": "packages/plugin/angular"
|
|
55
55
|
},
|
|
56
56
|
"schematics": "./generators.json",
|
|
57
|
-
"type": "commonjs"
|
|
57
|
+
"type": "commonjs",
|
|
58
|
+
"gitHead": "cd21dfb0c3a9650c1c9b90960ff34111957b2505",
|
|
59
|
+
"exports": {
|
|
60
|
+
"./package.json": "./package.json",
|
|
61
|
+
".": {
|
|
62
|
+
"types": "./src/index.d.ts",
|
|
63
|
+
"default": "./src/index.js"
|
|
64
|
+
},
|
|
65
|
+
"./library": "./src/library.js",
|
|
66
|
+
"./application": "./src/application.js",
|
|
67
|
+
"./i18n": "./src/i18n.js"
|
|
68
|
+
},
|
|
69
|
+
"types": "./src/index.d.ts",
|
|
70
|
+
"main": "./src/index.js"
|
|
58
71
|
}
|
package/.eslintignore
DELETED
package/.eslintrc.json
DELETED
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": [
|
|
3
|
-
"../../../.eslintrc.json"
|
|
4
|
-
],
|
|
5
|
-
"ignorePatterns": [
|
|
6
|
-
"!**/*"
|
|
7
|
-
],
|
|
8
|
-
"overrides": [
|
|
9
|
-
{
|
|
10
|
-
"files": [
|
|
11
|
-
"*.ts",
|
|
12
|
-
"*.tsx",
|
|
13
|
-
"*.js",
|
|
14
|
-
"*.jsx"
|
|
15
|
-
],
|
|
16
|
-
"rules": {}
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"files": [
|
|
20
|
-
"*.ts",
|
|
21
|
-
"*.tsx"
|
|
22
|
-
],
|
|
23
|
-
"rules": {}
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"files": [
|
|
27
|
-
"*.js",
|
|
28
|
-
"*.jsx"
|
|
29
|
-
],
|
|
30
|
-
"rules": {}
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"files": [
|
|
34
|
-
"./package.json",
|
|
35
|
-
"./generators.json",
|
|
36
|
-
"./executors.json"
|
|
37
|
-
],
|
|
38
|
-
"parser": "jsonc-eslint-parser",
|
|
39
|
-
"rules": {
|
|
40
|
-
"@nx/nx-plugin-checks": "error"
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
]
|
|
44
|
-
}
|