@eui/cli 15.0.0-next.2 → 15.0.0-next.4
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/.version.properties +1 -1
- package/lib/build.js +0 -66
- package/lib/cli.js +8 -32
- package/lib/config.js +0 -60
- package/lib/generators.js +5 -77
- package/lib/maven-build/build.xml +0 -104
- package/lib/maven-build/pom.xml +0 -37
- package/lib/skeletons/_angular/base/angular.json +5 -8
- package/lib/skeletons/_angular/base/package.json +3 -3
- package/lib/skeletons/_angular/base/src/app/app.component.html +1 -1
- package/lib/skeletons/_angular/base/src/app/app.component.ts +3 -3
- package/lib/skeletons/_angular/base/src/app/core/core.module.ts +1 -1
- package/lib/skeletons/_angular/base/src/app/features/home/home.module.ts +1 -1
- package/lib/skeletons/_angular/base/src/app/features/module1/module1.module.ts +1 -1
- package/lib/skeletons/_angular/base/src/app/features/module2/module2.module.ts +1 -1
- package/lib/skeletons/_angular/base/src/app/shared/shared.module.ts +28 -6
- package/lib/skeletons/_angular/base/tsconfig.json +11 -4
- package/lib/skeletons/_angular/base-mobile/package.json +3 -26
- package/lib/skeletons/_angular/base-mobile/src/app/core/core.module.ts +1 -1
- package/lib/skeletons/_angular/base-mobile/src/app/features/module1/module1.module.ts +1 -1
- package/lib/skeletons/_angular/base-mobile/src/app/features/module2/module2.module.ts +1 -1
- package/lib/skeletons/_angular/options/ecl/angular.json +1 -1
- package/lib/skeletons/_angular/options/ecl/package.json +3 -3
- package/lib/skeletons/_angular/options/openid-jwt/package.json +4 -4
- package/lib/skeletons/_angular/options/openid-jwt/src/app/core/core.module.ts +1 -1
- package/lib/skeletons/web-symfony/myapp-web/package.json +2 -2
- package/lib/utils.js +0 -2
- package/package.json +1 -1
- package/lib/__old-to-review/build-feature.js +0 -74
- package/lib/__old-to-review/build-module.js +0 -113
- package/lib/__old-to-review/cli-feature.js +0 -42
- package/lib/__old-to-review/cli-module.js +0 -65
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/.editorconfig +0 -16
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/.euirc.json +0 -29
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/.stylelintrc +0 -24
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/README.md +0 -26
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/angular.json +0 -203
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/e2e/protractor.conf.js +0 -28
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/e2e/src/app.e2e-spec.ts +0 -14
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/e2e/src/app.po.ts +0 -11
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/e2e/tsconfig.e2e.json +0 -13
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/gitignore_TO_REPLACE +0 -44
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/mock/json/core/buildings.js +0 -22
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/mock/json/core/config.js +0 -32
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/mock/json/core/people.js +0 -7
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/mock/json/core/translated.api.js +0 -7
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/mock/json/core/user.js +0 -34
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/mock/json/lowdb.js +0 -29
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/mock/json/middlewares/delay.js +0 -10
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/mock/json/middlewares/errors.js +0 -73
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/mock/json/middlewares/sse.js +0 -28
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/mock/json/routes.json +0 -3
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/mock/json/server.js +0 -75
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/mock/mean/app/models/user.js +0 -7
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/mock/mean/app/routes/config_route.js +0 -8
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/mock/mean/app/routes/index.js +0 -7
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/mock/mean/app/routes/user_routes.js +0 -24
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/mock/mean/db/db.json +0 -12
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/mock/mean/server.js +0 -16
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/package.json +0 -44
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/proxy-mock.conf.json +0 -6
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/proxy.conf.json +0 -13
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/app-routing.module.ts +0 -22
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/app-starter.service.ts +0 -251
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/app.component.html +0 -43
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/app.component.spec.ts +0 -93
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/app.component.ts +0 -137
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/app.module.ts +0 -27
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/core/components/.gitkeep +0 -0
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/core/core.module.ts +0 -86
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/core/operators.ts +0 -10
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/core/reducers/index.ts +0 -33
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/home/home-routing.module.ts +0 -15
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/home/home.component.html +0 -39
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/home/home.component.spec.ts +0 -77
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/home/home.component.ts +0 -8
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/home/home.module.ts +0 -18
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/module1/components/page1/page1.component.html +0 -7
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/module1/components/page1/page1.component.spec.ts +0 -35
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/module1/components/page1/page1.component.ts +0 -7
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/module1/components/page2/page2.component.html +0 -7
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/module1/components/page2/page2.component.spec.ts +0 -35
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/module1/components/page2/page2.component.ts +0 -7
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/module1/module1-routing.module.ts +0 -18
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/module1/module1.component.html +0 -8
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/module1/module1.component.spec.ts +0 -43
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/module1/module1.component.ts +0 -8
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/module1/module1.module.ts +0 -21
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/module2/module2-routing.module.ts +0 -16
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/module2/module2.component.html +0 -8
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/module2/module2.component.spec.ts +0 -35
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/module2/module2.component.ts +0 -7
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/features/module2/module2.module.ts +0 -17
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/shared/shared.module.ts +0 -21
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/shared/testing/router.mock.ts +0 -18
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/assets/.gitkeep +0 -0
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/assets/config/env-json-config.json +0 -9
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/assets/configuration.json +0 -9
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/assets/i18n/en.json +0 -7
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/assets/i18n/fr.json +0 -7
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/browserslist +0 -11
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/config/global.ts +0 -24
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/config/index.ts +0 -8
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/config/modules.ts +0 -4
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/environments/environment.dev.ts +0 -9
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/environments/environment.prod.ts +0 -28
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/environments/environment.ts +0 -9
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/favicon.ico +0 -0
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/index.html +0 -24
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/main.ts +0 -14
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/polyfills.ts +0 -86
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/styles.scss +0 -1
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/test.ts +0 -33
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/tsconfig.app.json +0 -14
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/tsconfig.spec.json +0 -18
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/tslint.json +0 -17
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/tsconfig-ci.json +0 -23
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/tsconfig.json +0 -23
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/tslint.json +0 -128
- package/lib/__old-to-review/skeletons/_angular/_base-advanced/webpack.extra.js +0 -6
- package/lib/__old-to-review/skeletons/_angular/features/ApiQueue/src/app/features/api-queue/api-queue.module.ts +0 -30
- package/lib/__old-to-review/skeletons/_angular/features/ApiQueue/src/app/features/api-queue/form/form.component.html +0 -38
- package/lib/__old-to-review/skeletons/_angular/features/ApiQueue/src/app/features/api-queue/form/form.component.spec.ts +0 -101
- package/lib/__old-to-review/skeletons/_angular/features/ApiQueue/src/app/features/api-queue/form/form.component.ts +0 -142
- package/lib/__old-to-review/skeletons/_angular/features/DynamicComponent/src/app/features/dynamic-component/dynamic-component.module.ts +0 -10
- package/lib/__old-to-review/skeletons/_angular/features/DynamicConfiguration/src/app/features/dynamic-configuration/dynamic-configuration.module.ts +0 -31
- package/lib/__old-to-review/skeletons/_angular/features/ErrorHandling/src/app/core/core.module.ts +0 -74
- package/lib/__old-to-review/skeletons/_angular/features/ErrorHandling/src/app/features/error-handling/api.service.spec.ts +0 -49
- package/lib/__old-to-review/skeletons/_angular/features/ErrorHandling/src/app/features/error-handling/api.service.ts +0 -30
- package/lib/__old-to-review/skeletons/_angular/features/ErrorHandling/src/app/features/error-handling/error-handling.component.html +0 -22
- package/lib/__old-to-review/skeletons/_angular/features/ErrorHandling/src/app/features/error-handling/error-handling.component.spec.ts +0 -81
- package/lib/__old-to-review/skeletons/_angular/features/ErrorHandling/src/app/features/error-handling/error-handling.component.ts +0 -31
- package/lib/__old-to-review/skeletons/_angular/features/ErrorHandling/src/app/features/error-handling/error-handling.module.ts +0 -62
- package/lib/__old-to-review/skeletons/_angular/features/ErrorHandling/src/config/index.ts +0 -49
- package/lib/__old-to-review/skeletons/_angular/features/HttpInterceptor/src/app/features/http-interceptor/http-interceptor.module.ts +0 -10
- package/lib/__old-to-review/skeletons/_angular/features/Migration/src/app/features/migration/migration.module.ts +0 -22
- package/lib/__old-to-review/skeletons/_angular/features/Permission/src/app/features/permission/accessible/accessible.component.html +0 -29
- package/lib/__old-to-review/skeletons/_angular/features/Permission/src/app/features/permission/accessible/accessible.component.spec.ts +0 -123
- package/lib/__old-to-review/skeletons/_angular/features/Permission/src/app/features/permission/accessible/accessible.component.ts +0 -37
- package/lib/__old-to-review/skeletons/_angular/features/Permission/src/app/features/permission/auth-guard.service.spec.ts +0 -49
- package/lib/__old-to-review/skeletons/_angular/features/Permission/src/app/features/permission/auth-guard.service.ts +0 -40
- package/lib/__old-to-review/skeletons/_angular/features/Permission/src/app/features/permission/inaccessible/inaccessible.component.html +0 -3
- package/lib/__old-to-review/skeletons/_angular/features/Permission/src/app/features/permission/inaccessible/inaccessible.component.spec.ts +0 -25
- package/lib/__old-to-review/skeletons/_angular/features/Permission/src/app/features/permission/inaccessible/inaccessible.component.ts +0 -14
- package/lib/__old-to-review/skeletons/_angular/features/Permission/src/app/features/permission/main/main.component.html +0 -3
- package/lib/__old-to-review/skeletons/_angular/features/Permission/src/app/features/permission/main/main.component.spec.ts +0 -33
- package/lib/__old-to-review/skeletons/_angular/features/Permission/src/app/features/permission/main/main.component.ts +0 -13
- package/lib/__old-to-review/skeletons/_angular/features/Permission/src/app/features/permission/permission.module.ts +0 -34
- package/lib/__old-to-review/skeletons/_angular/features/Translation/src/app/features/translation/components/main/main.component.html +0 -18
- package/lib/__old-to-review/skeletons/_angular/features/Translation/src/app/features/translation/components/main/main.component.spec.ts +0 -30
- package/lib/__old-to-review/skeletons/_angular/features/Translation/src/app/features/translation/components/main/main.component.ts +0 -56
- package/lib/__old-to-review/skeletons/_angular/features/Translation/src/app/features/translation/pipes/service-translate.pipe.ts +0 -22
- package/lib/__old-to-review/skeletons/_angular/features/Translation/src/app/features/translation/services/api.service.ts +0 -43
- package/lib/__old-to-review/skeletons/_angular/features/Translation/src/app/features/translation/translation.module.ts +0 -37
- package/lib/__old-to-review/skeletons/_angular/features/Translation/src/assets/i18n/en.json +0 -31
- package/lib/__old-to-review/skeletons/_angular/features/Translation/src/assets/i18n/fr.json +0 -27
- package/lib/__old-to-review/skeletons/_angular/features/Translation/src/config/index.ts +0 -24
- package/lib/__old-to-review/skeletons/_angular/features/WebStorage/src/app/features/web-storage/main/main.component.html +0 -46
- package/lib/__old-to-review/skeletons/_angular/features/WebStorage/src/app/features/web-storage/main/main.component.spec.ts +0 -25
- package/lib/__old-to-review/skeletons/_angular/features/WebStorage/src/app/features/web-storage/main/main.component.ts +0 -93
- package/lib/__old-to-review/skeletons/_angular/features/WebStorage/src/app/features/web-storage/web-routing.module.ts +0 -18
- package/lib/__old-to-review/skeletons/_angular/features/WebStorage/src/app/features/web-storage/web-storage.module.ts +0 -53
- package/lib/__old-to-review/skeletons/_angular/features/full-json-mock/core/buildings.js +0 -22
- package/lib/__old-to-review/skeletons/_angular/features/full-json-mock/core/config.js +0 -32
- package/lib/__old-to-review/skeletons/_angular/features/full-json-mock/core/people.js +0 -7
- package/lib/__old-to-review/skeletons/_angular/features/full-json-mock/core/translated.api.js +0 -7
- package/lib/__old-to-review/skeletons/_angular/features/full-json-mock/core/user.js +0 -34
- package/lib/__old-to-review/skeletons/_angular/features/full-json-mock/lowdb.js +0 -29
- package/lib/__old-to-review/skeletons/_angular/features/full-json-mock/middlewares/delay.js +0 -10
- package/lib/__old-to-review/skeletons/_angular/features/full-json-mock/middlewares/errors.js +0 -73
- package/lib/__old-to-review/skeletons/_angular/features/full-json-mock/middlewares/sse.js +0 -28
- package/lib/__old-to-review/skeletons/_angular/features/full-json-mock/routes.json +0 -3
- package/lib/__old-to-review/skeletons/_angular/features/full-json-mock/server.js +0 -75
- package/lib/__old-to-review/skeletons/_angular/module-base/assets/i18n/en.json +0 -3
- package/lib/__old-to-review/skeletons/_angular/module-base/assets/i18n/fr.json +0 -3
- package/lib/__old-to-review/skeletons/_angular/module-base/karma.conf.js +0 -7
- package/lib/__old-to-review/skeletons/_angular/module-base/ng-package.json +0 -7
- package/lib/__old-to-review/skeletons/_angular/module-base/package.json +0 -4
- package/lib/__old-to-review/skeletons/_angular/module-base/src/index.ts +0 -7
- package/lib/__old-to-review/skeletons/_angular/module-base/src/lib/components/cmp1/cmp1.component.html +0 -1
- package/lib/__old-to-review/skeletons/_angular/module-base/src/lib/components/cmp1/cmp1.component.spec.ts +0 -25
- package/lib/__old-to-review/skeletons/_angular/module-base/src/lib/components/cmp1/cmp1.component.ts +0 -14
- package/lib/__old-to-review/skeletons/_angular/module-base/src/lib/core/module.service.spec.ts +0 -12
- package/lib/__old-to-review/skeletons/_angular/module-base/src/lib/core/module.service.ts +0 -8
- package/lib/__old-to-review/skeletons/_angular/module-base/src/lib/module.module.ts +0 -14
- package/lib/__old-to-review/skeletons/_angular/module-base/src/test.ts +0 -22
- package/lib/__old-to-review/skeletons/_angular/module-base/tsconfig.lib.json +0 -32
- package/lib/__old-to-review/skeletons/_angular/module-base/tsconfig.spec.json +0 -17
- package/lib/__old-to-review/skeletons/_angular/module-base/tslint.json +0 -17
- package/lib/__old-to-review/skeletons/_angular/module-element/package.json +0 -7
- package/lib/__old-to-review/skeletons/_angular/module-options/route-module/src/lib/module-routing.module.ts +0 -14
- package/lib/__old-to-review/skeletons/_angular/module-options/route-module/src/lib/module.module.ts +0 -17
- package/lib/skeletons/_commons/web-java-commons/jetty-run.bat +0 -3
- package/lib/skeletons/_commons/web-java-commons/pom.xml +0 -423
- package/lib/skeletons/_commons/web-java-commons/src/main/java/eu/europa/ec/digit/eui/angular2starter/servlet/Angular2RouterFilter.java +0 -25
- package/lib/skeletons/_commons/web-java-commons/src/main/java/eu/europa/ec/digit/eui/common/dto/UserDTO.java +0 -86
- package/lib/skeletons/_commons/web-java-commons/src/main/java/eu/europa/ec/digit/eui/entity/User.java +0 -97
- package/lib/skeletons/_commons/web-java-commons/src/main/java/eu/europa/ec/digit/eui/repository/UserPredicates.java +0 -32
- package/lib/skeletons/_commons/web-java-commons/src/main/java/eu/europa/ec/digit/eui/repository/UserRepository.java +0 -23
- package/lib/skeletons/_commons/web-java-commons/src/main/java/eu/europa/ec/digit/eui/service/UserService.java +0 -63
- package/lib/skeletons/_commons/web-java-commons/src/main/java/eu/europa/ec/digit/eui/web/api/ApiController.java +0 -40
- package/lib/skeletons/_commons/web-java-commons/src/main/resources/hsql-db-init.sql +0 -12
- package/lib/skeletons/_commons/web-java-commons/src/main/resources/jetty-webdefault.xml +0 -535
- package/lib/skeletons/_commons/web-java-commons/src/main/webapp/WEB-INF/applicationContext.xml +0 -12
- package/lib/skeletons/_commons/web-java-commons/src/main/webapp/WEB-INF/datasourceContext-hsql-db.xml +0 -49
- package/lib/skeletons/_commons/web-java-commons/src/main/webapp/WEB-INF/spring-REST-servlet.xml +0 -18
- package/lib/skeletons/_commons/web-java-commons/src/main/webapp/WEB-INF/web.xml +0 -35
- package/lib/skeletons/_commons/web-java-commons/src/main/webapp/WEB-INF/weblogic.xml +0 -41
- package/lib/skeletons/full-stack/maven.settings.template.xml +0 -144
- package/lib/skeletons/full-stack/myapp-common/pom.xml +0 -24
- package/lib/skeletons/full-stack/myapp-common/src/main/java/myapp/common/Constant.java +0 -10
- package/lib/skeletons/full-stack/myapp-common/src/main/java/myapp/common/dto/security/RightDTO.java +0 -52
- package/lib/skeletons/full-stack/myapp-common/src/main/java/myapp/common/dto/security/RoleDTO.java +0 -48
- package/lib/skeletons/full-stack/myapp-common/src/main/java/myapp/common/dto/security/UserDTO.java +0 -67
- package/lib/skeletons/full-stack/myapp-common/src/main/java/myapp/common/ecas/UserHolder.java +0 -53
- package/lib/skeletons/full-stack/myapp-common/src/main/java/myapp/common/exception/AppException.java +0 -57
- package/lib/skeletons/full-stack/myapp-common/src/main/java/myapp/common/exception/CodedException.java +0 -7
- package/lib/skeletons/full-stack/myapp-common/src/main/java/myapp/common/exception/NotFoundException.java +0 -17
- package/lib/skeletons/full-stack/myapp-common/src/main/java/myapp/common/exception/person/IdentityNotFoundException.java +0 -33
- package/lib/skeletons/full-stack/myapp-common/src/main/java/myapp/common/helper/ConversionHelper.java +0 -44
- package/lib/skeletons/full-stack/myapp-common/src/main/java/myapp/common/security/UserContext.java +0 -184
- package/lib/skeletons/full-stack/myapp-ear/pom.xml +0 -81
- package/lib/skeletons/full-stack/myapp-ear/src/main/application/META-INF/weblogic-application.xml +0 -18
- package/lib/skeletons/full-stack/myapp-persistence/pom.xml +0 -106
- package/lib/skeletons/full-stack/myapp-persistence/src/main/java/myapp/entity/security/Right.java +0 -58
- package/lib/skeletons/full-stack/myapp-persistence/src/main/java/myapp/entity/security/Role.java +0 -71
- package/lib/skeletons/full-stack/myapp-persistence/src/main/java/myapp/entity/security/User.java +0 -59
- package/lib/skeletons/full-stack/myapp-persistence/src/main/java/myapp/repository/security/SecurityRightRepository.java +0 -9
- package/lib/skeletons/full-stack/myapp-persistence/src/main/java/myapp/repository/security/SecurityRoleRepository.java +0 -10
- package/lib/skeletons/full-stack/myapp-persistence/src/main/java/myapp/repository/security/SecurityUserRepository.java +0 -10
- package/lib/skeletons/full-stack/myapp-persistence/src/main/resources/META-INF/persistence.xml.tmp +0 -27
- package/lib/skeletons/full-stack/myapp-service/pom.xml +0 -122
- package/lib/skeletons/full-stack/myapp-service/src/main/java/myapp/mapper/security/RightMapper.java +0 -24
- package/lib/skeletons/full-stack/myapp-service/src/main/java/myapp/mapper/security/RoleMapper.java +0 -19
- package/lib/skeletons/full-stack/myapp-service/src/main/java/myapp/mapper/security/UserMapper.java +0 -19
- package/lib/skeletons/full-stack/myapp-service/src/main/java/myapp/service/security/SecurityService.java +0 -242
- package/lib/skeletons/full-stack/myapp-service/src/main/java/myapp/service/security/UserDetailsServiceCustom.java +0 -85
- package/lib/skeletons/full-stack/myapp-web/pom.xml +0 -73
- package/lib/skeletons/full-stack/myapp-web/src/main/resources/datasourceContext-hsql-db.xml +0 -49
- package/lib/skeletons/full-stack/myapp-web/src/main/resources/datasourceContext-hsql.xml +0 -50
- package/lib/skeletons/full-stack/myapp-web/src/main/resources/datasourceContext.xml +0 -40
- package/lib/skeletons/full-stack/myapp-web/src/main/resources/ecas-config-myapp.xml +0 -40
- package/lib/skeletons/full-stack/myapp-web/src/main/resources/hsql-db-init.sql +0 -22
- package/lib/skeletons/full-stack/myapp-web/src/main/resources/log4j.xml +0 -36
- package/lib/skeletons/full-stack/myapp-web/src/main/resources/log4j.xml.ecas +0 -156
- package/lib/skeletons/full-stack/myapp-web/src/main/resources/spring-security.xml +0 -42
- package/lib/skeletons/full-stack/myapp-web/src/main/webapp/WEB-INF/applicationContext.xml +0 -18
- package/lib/skeletons/full-stack/myapp-web/src/main/webapp/WEB-INF/spring-REST-servlet.xml +0 -17
- package/lib/skeletons/full-stack/myapp-web/src/main/webapp/WEB-INF/web.xml +0 -113
- package/lib/skeletons/full-stack/myapp-web/src/main/webapp/WEB-INF/weblogic.xml +0 -45
- package/lib/skeletons/full-stack/myapp-web/src/main/webapp/index.jsp +0 -26
- package/lib/skeletons/full-stack/myapp-web-rest/pom.xml +0 -155
- package/lib/skeletons/full-stack/myapp-web-rest/src/main/java/myapp/web/SingleSignoutController.java +0 -106
- package/lib/skeletons/full-stack/myapp-web-rest/src/main/java/myapp/web/exception/ExceptionControllerAdvice.java +0 -23
- package/lib/skeletons/full-stack/myapp-web-rest/src/main/java/myapp/web/exception/ExceptionResponse.java +0 -19
- package/lib/skeletons/full-stack/myapp-web-rest/src/main/java/myapp/web/exception/RestException.java +0 -17
- package/lib/skeletons/full-stack/myapp-web-rest/src/main/java/myapp/web/filter/UserFilter.java +0 -48
- package/lib/skeletons/full-stack/myapp-web-rest/src/main/java/myapp/web/rest/TestResource.java +0 -42
- package/lib/skeletons/full-stack/myapp-web-rest/src/main/java/myapp/web/rest/UserDetailsResource.java +0 -23
- package/lib/skeletons/full-stack/myapp-web-rest/src/main/java/myapp/web/util/ecas/RbacEcasExtraGroupHandler.java +0 -35
- package/lib/skeletons/full-stack/myapp-web-rest-swagger/pom.xml +0 -23
- package/lib/skeletons/full-stack/myapp-web-rest-swagger/src/main/java/myapp/codegen/AbstractTypescriptClientCodegen.java +0 -362
- package/lib/skeletons/full-stack/myapp-web-rest-swagger/src/main/java/myapp/codegen/TypescriptClientCodegen.java +0 -245
- package/lib/skeletons/full-stack/myapp-web-rest-swagger/src/main/resources/META-INF/services/io.swagger.codegen.CodegenConfig +0 -1
- package/lib/skeletons/full-stack/myapp-web-rest-swagger/src/main/resources/typescript-codegen/README.mustache +0 -44
- package/lib/skeletons/full-stack/myapp-web-rest-swagger/src/main/resources/typescript-codegen/api.mustache +0 -228
- package/lib/skeletons/full-stack/myapp-web-rest-swagger/src/main/resources/typescript-codegen/apis.mustache +0 -7
- package/lib/skeletons/full-stack/myapp-web-rest-swagger/src/main/resources/typescript-codegen/classType.mustache +0 -3
- package/lib/skeletons/full-stack/myapp-web-rest-swagger/src/main/resources/typescript-codegen/configuration.mustache +0 -6
- package/lib/skeletons/full-stack/myapp-web-rest-swagger/src/main/resources/typescript-codegen/index.mustache +0 -5
- package/lib/skeletons/full-stack/myapp-web-rest-swagger/src/main/resources/typescript-codegen/licenseInfo.mustache +0 -23
- package/lib/skeletons/full-stack/myapp-web-rest-swagger/src/main/resources/typescript-codegen/model.mustache +0 -80
- package/lib/skeletons/full-stack/myapp-web-rest-swagger/src/main/resources/typescript-codegen/models.mustache +0 -5
- package/lib/skeletons/full-stack/myapp-web-rest-swagger/src/main/resources/typescript-codegen/package.mustache +0 -46
- package/lib/skeletons/full-stack/myapp-web-rest-swagger/src/main/resources/typescript-codegen/tsconfig.mustache +0 -27
- package/lib/skeletons/full-stack/myapp-web-rest-swagger/src/main/resources/typescript-codegen/typings.mustache +0 -5
- package/lib/skeletons/full-stack/myapp-web-rest-swagger/src/main/resources/typescript-codegen/variables.mustache +0 -3
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/pom.xml +0 -40
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/WEB-INF/web.xml +0 -9
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/WEB-INF/weblogic.xml +0 -30
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/css/print.css +0 -1
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/css/reset.css +0 -1
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/css/screen.css +0 -1
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/css/style.css +0 -1
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/css/typography.css +0 -0
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/fonts/DroidSans-Bold.ttf +0 -0
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/fonts/DroidSans.ttf +0 -0
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/images/collapse.gif +0 -0
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/images/expand.gif +0 -0
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/images/explorer_icons.png +0 -0
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/images/favicon-16x16.png +0 -0
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/images/favicon-32x32.png +0 -0
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/images/favicon.ico +0 -0
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/images/logo_small.png +0 -0
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/images/pet_store_api.png +0 -0
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/images/throbber.gif +0 -0
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/images/wordnik_api.png +0 -0
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/index.html +0 -108
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lang/ca.js +0 -53
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lang/el.js +0 -56
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lang/en.js +0 -56
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lang/es.js +0 -53
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lang/fr.js +0 -54
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lang/geo.js +0 -56
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lang/it.js +0 -52
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lang/ja.js +0 -56
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lang/ko-kr.js +0 -53
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lang/pl.js +0 -53
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lang/pt.js +0 -53
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lang/ru.js +0 -56
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lang/tr.js +0 -53
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lang/translator.js +0 -39
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lang/zh-cn.js +0 -56
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lib/backbone-min.js +0 -1
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lib/es5-shim.js +0 -1
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lib/handlebars-4.0.5.js +0 -3
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lib/highlight.9.1.0.pack.js +0 -1
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lib/highlight.9.1.0.pack_extended.js +0 -1
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lib/jquery-1.8.0.min.js +0 -3
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lib/jquery.ba-bbq.min.js +0 -1
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lib/jquery.slideto.min.js +0 -1
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lib/jquery.wiggle.min.js +0 -1
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lib/js-yaml.min.js +0 -2
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lib/jsoneditor.min.js +0 -5
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lib/lodash.min.js +0 -2
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lib/marked.js +0 -1
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lib/object-assign-pollyfill.js +0 -1
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lib/sanitize-html.min.js +0 -4
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/lib/swagger-oauth.js +0 -1
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/o2c.html +0 -20
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/swagger-ui.js +0 -25378
- package/lib/skeletons/full-stack/myapp-web-swagger-ui/src/main/webapp/swagger-ui.min.js +0 -15
- package/lib/skeletons/full-stack/package.json +0 -17
- package/lib/skeletons/full-stack/pom.xml +0 -500
- package/lib/skeletons/web-spring-boot-todo/myapp-web/pom.xml +0 -65
- package/lib/skeletons/web-spring-boot-todo/myapp-web/src/main/angular/src/app/app-routing.module.ts +0 -18
- package/lib/skeletons/web-spring-boot-todo/myapp-web/src/main/angular/src/app/features/buildings/buildings-routing.module.ts +0 -16
- package/lib/skeletons/web-spring-boot-todo/myapp-web/src/main/angular/src/app/features/buildings/buildings.module.ts +0 -18
- package/lib/skeletons/web-spring-boot-todo/myapp-web/src/main/angular/src/app/features/buildings/components/buildings-overview.component.css +0 -11
- package/lib/skeletons/web-spring-boot-todo/myapp-web/src/main/angular/src/app/features/buildings/components/buildings-overview.component.html +0 -66
- package/lib/skeletons/web-spring-boot-todo/myapp-web/src/main/angular/src/app/features/buildings/components/buildings-overview.component.ts +0 -72
- package/lib/skeletons/web-spring-boot-todo/myapp-web/src/main/angular/src/app/features/buildings/models/address.model.ts +0 -11
- package/lib/skeletons/web-spring-boot-todo/myapp-web/src/main/angular/src/app/features/buildings/models/building.model.ts +0 -7
- package/lib/skeletons/web-spring-boot-todo/myapp-web/src/main/angular/src/app/features/buildings/services/buildings.service.ts +0 -20
- package/lib/skeletons/web-spring-boot-todo/myapp-web/src/main/angular/src/app/features/home/home.component.html +0 -9
- package/lib/skeletons/web-spring-boot-todo/myapp-web/src/main/angular/src/app/shared/models/page.model.ts +0 -63
- package/lib/skeletons/web-spring-boot-todo/myapp-web/src/main/angular/src/environments/environment.ts +0 -9
- package/lib/skeletons/web-spring-boot-todo/myapp-web-rest/pom.xml +0 -84
- package/lib/skeletons/web-spring-boot-todo/myapp-web-rest/src/main/java/myapp/MyappApplication.java +0 -46
- package/lib/skeletons/web-spring-boot-todo/myapp-web-rest/src/main/java/myapp/domain/Address.java +0 -65
- package/lib/skeletons/web-spring-boot-todo/myapp-web-rest/src/main/java/myapp/domain/Building.java +0 -44
- package/lib/skeletons/web-spring-boot-todo/myapp-web-rest/src/main/java/myapp/repositories/BuildingRepository.java +0 -11
- package/lib/skeletons/web-spring-boot-todo/myapp-web-rest/src/main/java/myapp/resources/BuildingResource.java +0 -26
- package/lib/skeletons/web-spring-boot-todo/myapp-web-rest/src/main/java/myapp/resources/SwaggerConfig.java +0 -21
- package/lib/skeletons/web-spring-boot-todo/myapp-web-rest/src/main/java/myapp/resources/support/HateoasPageableHandlerMethodArgumentResolver.java +0 -45
- package/lib/skeletons/web-spring-boot-todo/myapp-web-rest/src/main/java/myapp/resources/support/HypermediaSupport.java +0 -25
- package/lib/skeletons/web-spring-boot-todo/myapp-web-rest/src/main/java/myapp/resources/support/PageJsonSerializer.java +0 -17
- package/lib/skeletons/web-spring-boot-todo/myapp-web-rest/src/main/java/myapp/security/CachingPreventionFilter.java +0 -29
- package/lib/skeletons/web-spring-boot-todo/myapp-web-rest/src/main/java/myapp/security/CsrfPreventionFilter.java +0 -35
- package/lib/skeletons/web-spring-boot-todo/myapp-web-rest/src/main/java/myapp/security/FakeAuthenticationFilter.java +0 -372
- package/lib/skeletons/web-spring-boot-todo/myapp-web-rest/src/main/java/myapp/security/SecurityConfig.java +0 -42
- package/lib/skeletons/web-spring-boot-todo/myapp-web-rest/src/main/java/myapp/services/BuildingSearchCriteria.java +0 -26
- package/lib/skeletons/web-spring-boot-todo/myapp-web-rest/src/main/java/myapp/services/BuildingService.java +0 -10
- package/lib/skeletons/web-spring-boot-todo/myapp-web-rest/src/main/java/myapp/services/BuildingServiceImpl.java +0 -26
- package/lib/skeletons/web-spring-boot-todo/myapp-web-rest/src/main/resources/application.properties +0 -0
- package/lib/skeletons/web-spring-boot-todo/myapp-web-rest/src/main/resources/data.sql +0 -11
- package/lib/skeletons/web-spring-boot-todo/pom.xml +0 -30
|
@@ -3,9 +3,13 @@
|
|
|
3
3
|
"compilerOptions": {
|
|
4
4
|
"baseUrl": "./",
|
|
5
5
|
"outDir": "./dist/out-tsc",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
6
|
+
"target": "ES2022",
|
|
7
|
+
"module": "ES2022",
|
|
8
|
+
"useDefineForClassFields": false,
|
|
9
|
+
"lib": [
|
|
10
|
+
"ES2022",
|
|
11
|
+
"dom"
|
|
12
|
+
],
|
|
9
13
|
"sourceMap": true,
|
|
10
14
|
"declaration": false,
|
|
11
15
|
"moduleResolution": "node",
|
|
@@ -15,6 +19,9 @@
|
|
|
15
19
|
"importHelpers": true,
|
|
16
20
|
"typeRoots": [
|
|
17
21
|
"node_modules/@types"
|
|
18
|
-
]
|
|
22
|
+
],
|
|
23
|
+
"paths": {
|
|
24
|
+
"@shared/*": ["src/app/shared/*"],
|
|
25
|
+
}
|
|
19
26
|
}
|
|
20
27
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eui-angular-app",
|
|
3
|
-
"version": "15.0.0-next.
|
|
3
|
+
"version": "15.0.0-next.4",
|
|
4
4
|
"license": "EUPL-1.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"ng": "ng",
|
|
7
7
|
"start-mock-server": "nodemon --watch ./mock ./mock/server.js",
|
|
8
|
-
"start-serve": "eui-scripts serve-app --configuration=proxy-mock",
|
|
8
|
+
"start-serve": "eui-scripts serve-app --configuration=proxy-mock --maxSpaceSize",
|
|
9
9
|
"start": "npm-run-all --parallel start-mock-server start-serve",
|
|
10
10
|
"start-proxy": "eui-scripts serve-app --configuration=proxy",
|
|
11
11
|
"start-local": "eui-scripts serve-app",
|
|
@@ -20,31 +20,8 @@
|
|
|
20
20
|
},
|
|
21
21
|
"private": true,
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@eui/deps-base": "15.0.0-next.
|
|
23
|
+
"@eui/deps-base": "15.0.0-next.4",
|
|
24
24
|
"@eui/mobile-core": "14.0.0-beta.7",
|
|
25
25
|
"@eui/mobile-styles": "14.0.0-beta.7"
|
|
26
|
-
},
|
|
27
|
-
"browserslist": [
|
|
28
|
-
"last 2 chrome versions",
|
|
29
|
-
"last 2 firefox versions",
|
|
30
|
-
"last 1 edge version",
|
|
31
|
-
"Firefox ESR"
|
|
32
|
-
],
|
|
33
|
-
"resolutions": {
|
|
34
|
-
"lodash": ">=4.17.21",
|
|
35
|
-
"handlebars": ">=4.5.3",
|
|
36
|
-
"mem": ">=4.3.0",
|
|
37
|
-
"https-proxy-agent": ">=2.2.3",
|
|
38
|
-
"minimatch": ">=3.0.4",
|
|
39
|
-
"acorn-globals": ">=6.0.0",
|
|
40
|
-
"open": "7.0.3",
|
|
41
|
-
"caniuse-lite": "1.0.30001055",
|
|
42
|
-
"dot-prop": ">=5.2.0",
|
|
43
|
-
"serialize-javascript": ">=3.1.0",
|
|
44
|
-
"socket.io": "2.4.0",
|
|
45
|
-
"ssri": "8.0.1",
|
|
46
|
-
"@types/node": "14.14.10",
|
|
47
|
-
"hosted-git-info": ">=3.0.8",
|
|
48
|
-
"yui": ">=2.9.1"
|
|
49
26
|
}
|
|
50
27
|
}
|
|
@@ -24,7 +24,7 @@ import { environment } from '../../environments/environment';
|
|
|
24
24
|
|
|
25
25
|
import { REDUCER_TOKEN, getReducers, metaReducers } from './reducers/index';
|
|
26
26
|
|
|
27
|
-
import { SharedModule } from '
|
|
27
|
+
import { SharedModule } from '@shared/shared.module';
|
|
28
28
|
|
|
29
29
|
@NgModule({
|
|
30
30
|
imports: [
|
|
@@ -4,7 +4,7 @@ import { Module1Component } from './module1.component';
|
|
|
4
4
|
import { Page1Component } from './components/page1/page1.component';
|
|
5
5
|
import { Page2Component } from './components/page2/page2.component';
|
|
6
6
|
|
|
7
|
-
import { SharedModule } from '
|
|
7
|
+
import { SharedModule } from '@shared/shared.module';
|
|
8
8
|
|
|
9
9
|
@NgModule({
|
|
10
10
|
imports: [
|
|
@@ -2,7 +2,7 @@ import { NgModule } from '@angular/core';
|
|
|
2
2
|
import { Module2RoutingModule } from './module2-routing.module';
|
|
3
3
|
import { Module2Component } from './module2.component';
|
|
4
4
|
|
|
5
|
-
import { SharedModule } from '
|
|
5
|
+
import { SharedModule } from '@shared/shared.module';
|
|
6
6
|
|
|
7
7
|
@NgModule({
|
|
8
8
|
imports: [
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eui-ecl-angular-app",
|
|
3
|
-
"version": "15.0.0-next.
|
|
3
|
+
"version": "15.0.0-next.4",
|
|
4
4
|
"license": "EUPL-1.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"ng": "ng",
|
|
7
7
|
"start-mock-server": "nodemon --watch ./mock ./mock/server.js",
|
|
8
|
-
"start-serve": "eui-scripts serve-app --configuration=proxy-mock",
|
|
8
|
+
"start-serve": "eui-scripts serve-app --configuration=proxy-mock --maxSpaceSize",
|
|
9
9
|
"start": "npm-run-all --parallel start-mock-server start-serve",
|
|
10
10
|
"start-proxy": "eui-scripts serve-app --configuration=proxy",
|
|
11
11
|
"start-local": "eui-scripts serve-app",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"private": true,
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@eui/deps-base": "15.0.0-next.
|
|
23
|
+
"@eui/deps-base": "15.0.0-next.4",
|
|
24
24
|
"@eui/ecl-core": "14.0.0-beta.1",
|
|
25
25
|
"@eui/ecl-styles": "14.0.0-beta.1"
|
|
26
26
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eui-angular-app",
|
|
3
|
-
"version": "15.0.0-next.
|
|
3
|
+
"version": "15.0.0-next.4",
|
|
4
4
|
"license": "EUPL-1.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"ng": "ng",
|
|
7
7
|
"start-mock-server": "nodemon --watch ./mock ./mock/server.js",
|
|
8
|
-
"start-serve": "eui-scripts serve-app --openid",
|
|
8
|
+
"start-serve": "eui-scripts serve-app --openid --maxSpaceSize",
|
|
9
9
|
"start": "npm-run-all --parallel start-mock-server start-serve",
|
|
10
|
-
"start-proxy": "eui-scripts serve-app --openid",
|
|
10
|
+
"start-proxy": "eui-scripts serve-app --openid --maxSpaceSize",
|
|
11
11
|
"start-openid": "eui-scripts serve-app --openid --configEnvTarget=local",
|
|
12
12
|
"build": "eui-scripts build-app",
|
|
13
13
|
"build-prod-openid-dev": "eui-scripts build-app --configuration=production-optimized --openid --configEnvTarget=dev",
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
},
|
|
19
19
|
"private": true,
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@eui/deps-base": "15.0.0-next.
|
|
21
|
+
"@eui/deps-base": "15.0.0-next.4"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -22,7 +22,7 @@ import { environment } from '../../environments/environment';
|
|
|
22
22
|
|
|
23
23
|
import { REDUCER_TOKEN, getReducers, metaReducers } from './reducers/index';
|
|
24
24
|
|
|
25
|
-
import { SharedModule } from '
|
|
25
|
+
import { SharedModule } from '@shared/shared.module';
|
|
26
26
|
|
|
27
27
|
@NgModule({
|
|
28
28
|
imports: [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eui-angular-app",
|
|
3
|
-
"version": "15.0.0-next.
|
|
3
|
+
"version": "15.0.0-next.4",
|
|
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.0.0-next.
|
|
22
|
+
"@eui/deps-base": "15.0.0-next.4"
|
|
23
23
|
}
|
|
24
24
|
}
|
package/lib/utils.js
CHANGED
|
@@ -9,8 +9,6 @@ module.exports.getAngularPath = (targetPath, appName, appType, artifactId) => {
|
|
|
9
9
|
return targetPath;
|
|
10
10
|
case 'web-maven':
|
|
11
11
|
return `${targetPath}/src/main/angular`;
|
|
12
|
-
case 'full-stack':
|
|
13
|
-
return `${targetPath}/${artifactId}-web/src/main/angular`;
|
|
14
12
|
case 'web-spring-boot':
|
|
15
13
|
return `${targetPath}/${artifactId}-web/src/main/angular`;
|
|
16
14
|
case 'web-symfony':
|
package/package.json
CHANGED
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
const tools = require('@eui/tools/scripts/utils/tools');
|
|
2
|
-
const configUtils = require('@eui/tools/scripts/csdr/config/config-utils');
|
|
3
|
-
const config = require('./config');
|
|
4
|
-
const path = require('path');
|
|
5
|
-
const replace = require('replace-in-file');
|
|
6
|
-
const fs = require('fs');
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
module.exports.start = (options) => {
|
|
10
|
-
console.log(options);
|
|
11
|
-
|
|
12
|
-
return Promise.resolve()
|
|
13
|
-
.then(() => {
|
|
14
|
-
return build(options.config, options.targetPath);
|
|
15
|
-
})
|
|
16
|
-
.catch((e) => {
|
|
17
|
-
throw e;
|
|
18
|
-
})
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
function build(cliConfig, targetPath) {
|
|
23
|
-
return Promise.resolve()
|
|
24
|
-
.then(() => {
|
|
25
|
-
// module paths
|
|
26
|
-
let paths = '';
|
|
27
|
-
let links = '';
|
|
28
|
-
|
|
29
|
-
// create feature module based on features options
|
|
30
|
-
cliConfig.appFeatures.forEach(feature => {
|
|
31
|
-
const { filePath, moduleName, routePath } = config.featuresPath[feature];
|
|
32
|
-
// copy files of feature
|
|
33
|
-
console.log(`Generating feature : ${feature}`);
|
|
34
|
-
tools.copydir(filePath, targetPath, true);
|
|
35
|
-
|
|
36
|
-
// construct paths
|
|
37
|
-
paths+=`\n { \npath: 'screen/${routePath}',\nloadChildren: './features/${routePath}/${routePath}.module#${moduleName}Module'\n },`
|
|
38
|
-
|
|
39
|
-
// construct links
|
|
40
|
-
links+= `\nnew UxLink({ label: '${moduleName}', url: 'screen/${routePath}' }),`;
|
|
41
|
-
});
|
|
42
|
-
|
|
43
|
-
// replace module paths in routing
|
|
44
|
-
replaceInFile(
|
|
45
|
-
`${targetPath}/src/app/app-routing.module.ts`,
|
|
46
|
-
'OTHER_MODULES',
|
|
47
|
-
paths
|
|
48
|
-
);
|
|
49
|
-
|
|
50
|
-
// replace module menu links
|
|
51
|
-
replaceInFile(
|
|
52
|
-
`${targetPath}/src/app/app.component.ts`,
|
|
53
|
-
'MODULE_MENU_LINKS',
|
|
54
|
-
links
|
|
55
|
-
);
|
|
56
|
-
|
|
57
|
-
})
|
|
58
|
-
|
|
59
|
-
.catch((e) => {
|
|
60
|
-
throw e;
|
|
61
|
-
})
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
const replaceInFile = (filePath, placeholderId, content) => {
|
|
66
|
-
|
|
67
|
-
let fileContent = fs.readFileSync(filePath).toString();
|
|
68
|
-
// replace placeholder
|
|
69
|
-
fileContent = fileContent.replace(`<%${placeholderId}%>`, content);
|
|
70
|
-
// write in file
|
|
71
|
-
fs.writeFileSync(filePath, fileContent);
|
|
72
|
-
|
|
73
|
-
return fileContent;
|
|
74
|
-
};
|
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
const tools = require('@eui/tools/scripts/utils/tools');
|
|
2
|
-
const configUtils = require('@eui/tools/scripts/csdr/config/config-utils');
|
|
3
|
-
const config = require('./config');
|
|
4
|
-
const path = require('path');
|
|
5
|
-
const replace = require('replace-in-file');
|
|
6
|
-
const fs = require('fs');
|
|
7
|
-
|
|
8
|
-
const getPackageInfo = (config) => {
|
|
9
|
-
return {
|
|
10
|
-
name: config.fullName,
|
|
11
|
-
npmPkgScope: config.scope,
|
|
12
|
-
npmPkgName: config.name
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
module.exports.start = (options) => {
|
|
17
|
-
|
|
18
|
-
const pkg = getPackageInfo(options.config);
|
|
19
|
-
|
|
20
|
-
return Promise.resolve()
|
|
21
|
-
.then(() => {
|
|
22
|
-
return build(options.config, options.targetPath);
|
|
23
|
-
})
|
|
24
|
-
.then(() => {
|
|
25
|
-
if (options.config.element) {
|
|
26
|
-
return configUtils.angular.registerAngularElementModule(pkg);
|
|
27
|
-
} else {
|
|
28
|
-
return configUtils.angular.registerAngularPackage(pkg);
|
|
29
|
-
}
|
|
30
|
-
})
|
|
31
|
-
.then(() => {
|
|
32
|
-
return configUtils.angular.registerModulePaths(pkg);
|
|
33
|
-
})
|
|
34
|
-
.then(() => {
|
|
35
|
-
return configUtils.global.registerEuiModule(pkg, options.config.element);
|
|
36
|
-
})
|
|
37
|
-
.catch((e) => {
|
|
38
|
-
throw e;
|
|
39
|
-
})
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
function build(cliConfig, targetPath) {
|
|
44
|
-
const name = cliConfig.name;
|
|
45
|
-
const fullName = cliConfig.fullName;
|
|
46
|
-
const scope = cliConfig.scope;
|
|
47
|
-
const ngrx = cliConfig.ngrx;
|
|
48
|
-
|
|
49
|
-
console.log(`Building module : ${scope}/${name} - fullName: ${fullName}`);
|
|
50
|
-
|
|
51
|
-
const moduleTargetPath = targetPath ? path.join(targetPath, fullName) : path.join(config.targetPath, fullName);
|
|
52
|
-
|
|
53
|
-
return Promise.resolve()
|
|
54
|
-
.then(() => {
|
|
55
|
-
console.log(`--cleaning target : ${moduleTargetPath}`);
|
|
56
|
-
return tools.rimraf(moduleTargetPath);
|
|
57
|
-
})
|
|
58
|
-
.then(() => {
|
|
59
|
-
if (cliConfig.element) {
|
|
60
|
-
return tools.copydir(config.moduleElementBaseSrcPath, moduleTargetPath);
|
|
61
|
-
} else {
|
|
62
|
-
return tools.copydir(config.moduleBaseSrcPath, moduleTargetPath);
|
|
63
|
-
}
|
|
64
|
-
})
|
|
65
|
-
.then(() => {
|
|
66
|
-
if (cliConfig.routeModule) {
|
|
67
|
-
return tools.copydir(config.moduleOptionsPath['route-module'], moduleTargetPath);
|
|
68
|
-
}
|
|
69
|
-
})
|
|
70
|
-
.then(() => {
|
|
71
|
-
return replace.sync({
|
|
72
|
-
files: [moduleTargetPath + '/**/*.*'],
|
|
73
|
-
from: /@module.name@/g,
|
|
74
|
-
to: name,
|
|
75
|
-
})
|
|
76
|
-
})
|
|
77
|
-
.then(() => {
|
|
78
|
-
return replace.sync({
|
|
79
|
-
files: [moduleTargetPath + '/**/*.*'],
|
|
80
|
-
from: /@module.full.name@/g,
|
|
81
|
-
to: fullName,
|
|
82
|
-
})
|
|
83
|
-
})
|
|
84
|
-
.then(() => {
|
|
85
|
-
return replace.sync({
|
|
86
|
-
files: [moduleTargetPath + '/**/*.*'],
|
|
87
|
-
from: /@module.scope@/g,
|
|
88
|
-
to: scope,
|
|
89
|
-
})
|
|
90
|
-
})
|
|
91
|
-
.then(() => {
|
|
92
|
-
return replace.sync({
|
|
93
|
-
files: [moduleTargetPath + '/**/*.*'],
|
|
94
|
-
from: /@module.scope.string@/g,
|
|
95
|
-
to: scope.substr(1),
|
|
96
|
-
})
|
|
97
|
-
})
|
|
98
|
-
.then(() => {
|
|
99
|
-
return replace.sync({
|
|
100
|
-
files: [moduleTargetPath + '/**/*.*'],
|
|
101
|
-
from: /@module.class.name@/g,
|
|
102
|
-
to: tools.camelCaseString(name, '-', true),
|
|
103
|
-
})
|
|
104
|
-
})
|
|
105
|
-
|
|
106
|
-
.then(() => {
|
|
107
|
-
tools.remove(path.join(moduleTargetPath, 'angular-config.json'));
|
|
108
|
-
})
|
|
109
|
-
|
|
110
|
-
.catch((e) => {
|
|
111
|
-
throw e;
|
|
112
|
-
})
|
|
113
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
const inquirer = require('inquirer');
|
|
2
|
-
|
|
3
|
-
module.exports.start = (options) => {
|
|
4
|
-
|
|
5
|
-
if (options.inputConfig) {
|
|
6
|
-
return options.inputConfig;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
return Promise.resolve()
|
|
10
|
-
.then(() => {
|
|
11
|
-
return inquirer.prompt(questions);
|
|
12
|
-
})
|
|
13
|
-
.then((answers) => {
|
|
14
|
-
console.log('--provided config : ');
|
|
15
|
-
console.log(answers);
|
|
16
|
-
return answers;
|
|
17
|
-
})
|
|
18
|
-
.catch((e) => {
|
|
19
|
-
throw e;
|
|
20
|
-
})
|
|
21
|
-
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
const questions = [
|
|
25
|
-
{
|
|
26
|
-
type: 'checkbox',
|
|
27
|
-
name: 'appFeatures',
|
|
28
|
-
default: [],
|
|
29
|
-
message: 'Select one or more service showcases :',
|
|
30
|
-
choices: [
|
|
31
|
-
{ name: 'Api Queue', value: 'api-queue-service' },
|
|
32
|
-
{ name: 'Dynamic Component', value: 'dynamic-component-service' },
|
|
33
|
-
{ name: 'Dynamic Configuration', value: 'dynamic-configuration-service' },
|
|
34
|
-
{ name: 'Error Handling', value: 'error-handling-service' },
|
|
35
|
-
{ name: 'Http Interceptor', value: 'http-interceptor' },
|
|
36
|
-
{ name: 'Migration', value: 'migration-service' },
|
|
37
|
-
{ name: 'Permission', value: 'permission-service' },
|
|
38
|
-
{ name: 'Translation', value: 'translation-service' },
|
|
39
|
-
{ name: 'Web Storage', value: 'web-storage-service' }
|
|
40
|
-
]
|
|
41
|
-
},
|
|
42
|
-
];
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
const inquirer = require('inquirer');
|
|
2
|
-
|
|
3
|
-
module.exports.start = (options) => {
|
|
4
|
-
|
|
5
|
-
if (options.inputConfig) {
|
|
6
|
-
return options.inputConfig;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
return Promise.resolve()
|
|
10
|
-
.then(() => {
|
|
11
|
-
console.log('\n The generated module/package will be located in the folder : /packages/SCOPE-NAME \n\n');
|
|
12
|
-
})
|
|
13
|
-
.then(() => {
|
|
14
|
-
return inquirer.prompt(questions);
|
|
15
|
-
})
|
|
16
|
-
.then((answers) => {
|
|
17
|
-
console.log('--provided config : ');
|
|
18
|
-
console.log(answers);
|
|
19
|
-
return answers;
|
|
20
|
-
})
|
|
21
|
-
.catch((e) => {
|
|
22
|
-
throw e;
|
|
23
|
-
})
|
|
24
|
-
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
const questions = [
|
|
28
|
-
{
|
|
29
|
-
name: 'scope',
|
|
30
|
-
type: 'input',
|
|
31
|
-
message: 'Enter the module SCOPE - your project name in CITnet !!',
|
|
32
|
-
default: '@app',
|
|
33
|
-
validate: function (value) {
|
|
34
|
-
if (value.length) {
|
|
35
|
-
return true;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
name: 'name',
|
|
41
|
-
type: 'input',
|
|
42
|
-
message: 'Enter the module NAME : kebab case !!!',
|
|
43
|
-
default: 'my-module',
|
|
44
|
-
validate: function (value) {
|
|
45
|
-
if (value.length) {
|
|
46
|
-
return true;
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
name: 'element',
|
|
52
|
-
type: 'confirm',
|
|
53
|
-
message: 'Generate AS element?',
|
|
54
|
-
default: false
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
name: 'routeModule',
|
|
58
|
-
type: 'confirm',
|
|
59
|
-
message: 'Route module ?',
|
|
60
|
-
default: false,
|
|
61
|
-
when: function (answers) {
|
|
62
|
-
return (!answers.element);
|
|
63
|
-
}
|
|
64
|
-
},
|
|
65
|
-
];
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
# Editor configuration, see http://editorconfig.org
|
|
2
|
-
root = true
|
|
3
|
-
|
|
4
|
-
[*]
|
|
5
|
-
charset = utf-8
|
|
6
|
-
indent_style = space
|
|
7
|
-
indent_size = 4
|
|
8
|
-
insert_final_newline = true
|
|
9
|
-
trim_trailing_whitespace = true
|
|
10
|
-
|
|
11
|
-
[*.scss]
|
|
12
|
-
indent_size = 4
|
|
13
|
-
|
|
14
|
-
[*.md]
|
|
15
|
-
max_line_length = off
|
|
16
|
-
trim_trailing_whitespace = false
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"paths": {
|
|
3
|
-
"packages": "packages"
|
|
4
|
-
},
|
|
5
|
-
"npm": {
|
|
6
|
-
"registry": {
|
|
7
|
-
"default": {
|
|
8
|
-
"uri": "https://webgate.ec.europa.eu/CITnet/nexus/repository/npm-YOUR_DG/"
|
|
9
|
-
},
|
|
10
|
-
"aliases": {
|
|
11
|
-
"citnet": {
|
|
12
|
-
"uri": "https://webgate.ec.europa.eu/CITnet/nexus/repository/npm-YOUR_DG/"
|
|
13
|
-
},
|
|
14
|
-
"verdaccio": {
|
|
15
|
-
"uri": "http://localhost:4873/",
|
|
16
|
-
"inPublishAll": false
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
},
|
|
21
|
-
"projects": {
|
|
22
|
-
"app": {
|
|
23
|
-
"name": "app",
|
|
24
|
-
"folder": "."
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
"packages": {
|
|
28
|
-
}
|
|
29
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends":"stylelint-config-standard",
|
|
3
|
-
"plugins": [
|
|
4
|
-
"stylelint-order",
|
|
5
|
-
"stylelint-scss"
|
|
6
|
-
],
|
|
7
|
-
"rules": {
|
|
8
|
-
"order/order": [
|
|
9
|
-
"custom-properties",
|
|
10
|
-
"declarations"
|
|
11
|
-
],
|
|
12
|
-
"order/properties-alphabetical-order": true,
|
|
13
|
-
|
|
14
|
-
"at-rule-empty-line-before": "never",
|
|
15
|
-
"no-descending-specificity": null,
|
|
16
|
-
"no-duplicate-selectors": null,
|
|
17
|
-
"font-family-no-missing-generic-family-keyword": null,
|
|
18
|
-
"indentation": 4,
|
|
19
|
-
"selector-type-no-unknown": null,
|
|
20
|
-
"at-rule-no-unknown": [true, {
|
|
21
|
-
ignoreAtRules: ['at-root', 'content', 'each', 'else', 'extend', 'for', 'function', 'if', 'include', 'mixin', 'return', 'warn', 'while']
|
|
22
|
-
}]
|
|
23
|
-
}
|
|
24
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
# eui starter app
|
|
2
|
-
|
|
3
|
-
## Development server
|
|
4
|
-
|
|
5
|
-
````npm start```` to start the angular project with json-server proxy mock server
|
|
6
|
-
|
|
7
|
-
````npm run start-proxy```` to start the angular project with real backend proxy server deployed
|
|
8
|
-
|
|
9
|
-
````npm run build```` to build, lint and test your project for DEV
|
|
10
|
-
|
|
11
|
-
````npm run build-prod```` to build, lint and test your project for PROD
|
|
12
|
-
|
|
13
|
-
````npm run build-prod-skip-test```` to build and lint your project for PROD - Unit test skipped
|
|
14
|
-
|
|
15
|
-
````npm run build-prod-stats```` to build, lint and test your project for PROD - with stats.json file generated for webpack-bundle-analyzer input
|
|
16
|
-
|
|
17
|
-
* check package.json for more info on executable scripts provided
|
|
18
|
-
|
|
19
|
-
## Further help
|
|
20
|
-
|
|
21
|
-
- https://eui.ecdevops.eu
|
|
22
|
-
|
|
23
|
-
- register on [slack](https://ec-eui.slack.com) with your EC mail account,
|
|
24
|
-
|
|
25
|
-
- For bugs / request new features : Drop us an email at : DIGIT-EUI-SUPPORT@ec.europa.eu
|
|
26
|
-
|