@eui/cli 15.0.0-next.3 → 15.0.0-next.5
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 +2 -2
- 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
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { Module1RoutingModule } from './module1-routing.module';
|
|
3
|
-
import { Module1Component } from './module1.component';
|
|
4
|
-
import { Page1Component } from './components/page1/page1.component';
|
|
5
|
-
import { Page2Component } from './components/page2/page2.component';
|
|
6
|
-
|
|
7
|
-
import { SharedModule } from '../../shared/shared.module';
|
|
8
|
-
|
|
9
|
-
@NgModule({
|
|
10
|
-
imports: [
|
|
11
|
-
SharedModule,
|
|
12
|
-
Module1RoutingModule,
|
|
13
|
-
],
|
|
14
|
-
declarations: [
|
|
15
|
-
Module1Component,
|
|
16
|
-
Page1Component,
|
|
17
|
-
Page2Component,
|
|
18
|
-
],
|
|
19
|
-
})
|
|
20
|
-
export class Module {
|
|
21
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { RouterModule, Routes } from '@angular/router';
|
|
3
|
-
import { Module2Component } from './module2.component';
|
|
4
|
-
|
|
5
|
-
const routes: Routes = [
|
|
6
|
-
{ path: '', component: Module2Component },
|
|
7
|
-
];
|
|
8
|
-
|
|
9
|
-
@NgModule({
|
|
10
|
-
imports: [
|
|
11
|
-
RouterModule.forChild([
|
|
12
|
-
{ path: '', component: Module2Component }
|
|
13
|
-
])
|
|
14
|
-
],
|
|
15
|
-
})
|
|
16
|
-
export class Module2RoutingModule {}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
/* tslint:disable:no-unused-variable */
|
|
2
|
-
import { ComponentFixture, TestBed, async } from '@angular/core/testing';
|
|
3
|
-
import { Router } from '@angular/router';
|
|
4
|
-
import { CoreModule } from '../../core/core.module';
|
|
5
|
-
import { RouterMock } from '../../shared/testing/router.mock';
|
|
6
|
-
import { Module2Component } from './module2.component';
|
|
7
|
-
|
|
8
|
-
describe('Module2Component', () => {
|
|
9
|
-
let component: Module2Component;
|
|
10
|
-
let fixture: ComponentFixture<Module2Component>;
|
|
11
|
-
|
|
12
|
-
beforeEach(async(() => {
|
|
13
|
-
TestBed.configureTestingModule({
|
|
14
|
-
declarations: [
|
|
15
|
-
Module2Component
|
|
16
|
-
],
|
|
17
|
-
imports: [
|
|
18
|
-
CoreModule,
|
|
19
|
-
],
|
|
20
|
-
providers: [
|
|
21
|
-
{ provide: Router, useClass: RouterMock },
|
|
22
|
-
]
|
|
23
|
-
}).compileComponents();
|
|
24
|
-
}));
|
|
25
|
-
|
|
26
|
-
beforeEach(() => {
|
|
27
|
-
fixture = TestBed.createComponent(Module2Component);
|
|
28
|
-
component = fixture.componentInstance;
|
|
29
|
-
fixture.detectChanges();
|
|
30
|
-
});
|
|
31
|
-
|
|
32
|
-
it('should create', () => {
|
|
33
|
-
expect(component).toBeTruthy();
|
|
34
|
-
});
|
|
35
|
-
});
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { Module2RoutingModule } from './module2-routing.module';
|
|
3
|
-
import { Module2Component } from './module2.component';
|
|
4
|
-
|
|
5
|
-
import { SharedModule } from '../../shared/shared.module';
|
|
6
|
-
|
|
7
|
-
@NgModule({
|
|
8
|
-
imports: [
|
|
9
|
-
SharedModule,
|
|
10
|
-
Module2RoutingModule,
|
|
11
|
-
],
|
|
12
|
-
declarations: [
|
|
13
|
-
Module2Component,
|
|
14
|
-
],
|
|
15
|
-
})
|
|
16
|
-
export class Module {
|
|
17
|
-
}
|
package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/shared/shared.module.ts
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { TranslateModule } from '@ngx-translate/core';
|
|
3
|
-
|
|
4
|
-
import { UxAllModule } from '@eui/components';
|
|
5
|
-
import { EuiAllModule } from '@eui/components-next';
|
|
6
|
-
|
|
7
|
-
@NgModule({
|
|
8
|
-
imports: [
|
|
9
|
-
UxAllModule,
|
|
10
|
-
EuiAllModule,
|
|
11
|
-
TranslateModule,
|
|
12
|
-
],
|
|
13
|
-
declarations: [
|
|
14
|
-
],
|
|
15
|
-
exports: [
|
|
16
|
-
UxAllModule,
|
|
17
|
-
EuiAllModule,
|
|
18
|
-
TranslateModule,
|
|
19
|
-
]
|
|
20
|
-
})
|
|
21
|
-
export class SharedModule {}
|
package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/app/shared/testing/router.mock.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { NavigationEnd } from '@angular/router';
|
|
2
|
-
import { Observable } from 'rxjs/Observable';
|
|
3
|
-
|
|
4
|
-
export class RouterMock {
|
|
5
|
-
routerState = { root: '' };
|
|
6
|
-
public navigationEnd = new NavigationEnd(0, 'http://url1', 'http://url2');
|
|
7
|
-
public events = new Observable(observer => {
|
|
8
|
-
observer.next(this.navigationEnd);
|
|
9
|
-
observer.complete();
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
constructor() {}
|
|
13
|
-
|
|
14
|
-
createUrlTree() {}
|
|
15
|
-
|
|
16
|
-
serializeUrl() {}
|
|
17
|
-
|
|
18
|
-
}
|
|
File without changes
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
# This file is currently used by autoprefixer to adjust CSS to support the below specified browsers
|
|
2
|
-
# For additional information regarding the format and rule options, please see:
|
|
3
|
-
# https://github.com/browserslist/browserslist#queries
|
|
4
|
-
#
|
|
5
|
-
# For IE 9-11 support, please remove 'not' from the last line of the file and adjust as needed
|
|
6
|
-
|
|
7
|
-
> 0.5%
|
|
8
|
-
last 2 versions
|
|
9
|
-
Firefox ESR
|
|
10
|
-
not dead
|
|
11
|
-
IE 9-11
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { GlobalConfig, LogEvent, LogLevel, ConsoleAppender, UrlAppender } from '@eui/core';
|
|
2
|
-
|
|
3
|
-
export function LogConsoleLowercasePrefixConverter(event: LogEvent): string {
|
|
4
|
-
return `Custom Prefix: ${event.loggerName.toUpperCase()}`;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export const GLOBAL: GlobalConfig = {
|
|
8
|
-
appTitle: 'CSDR-app',
|
|
9
|
-
i18n: {
|
|
10
|
-
i18nService: {
|
|
11
|
-
defaultLanguage: 'en',
|
|
12
|
-
languages: ['en', 'fr'],
|
|
13
|
-
},
|
|
14
|
-
i18nLoader: {
|
|
15
|
-
i18nFolders: ['i18n-eui', 'i18n'],
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
user: {
|
|
19
|
-
defaultUserPreferences: {
|
|
20
|
-
dashboard: { },
|
|
21
|
-
lang: 'en'
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
};
|
package/lib/__old-to-review/skeletons/_angular/_base-advanced/src/environments/environment.prod.ts
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
// activated by running :
|
|
2
|
-
// npm run build -- --configuration=production
|
|
3
|
-
// OR
|
|
4
|
-
// npm run build-prod
|
|
5
|
-
|
|
6
|
-
import { UrlAppender } from '@eui/core';
|
|
7
|
-
|
|
8
|
-
export const environment = {
|
|
9
|
-
production: true,
|
|
10
|
-
enableDevToolRedux: false,
|
|
11
|
-
configServiceURI: 'http://localhost:3000/configuration',
|
|
12
|
-
configFilePath: '/assets/configuration.json',
|
|
13
|
-
domain: '', // by letting is empty will point to localhost and port serving the app
|
|
14
|
-
// You can override some modules variables in Environment. The idea is that you may have different environments
|
|
15
|
-
// that communicate to different servers.
|
|
16
|
-
modules: {
|
|
17
|
-
errorHandling: {
|
|
18
|
-
api: {
|
|
19
|
-
error500: 'http://www.mocky.io/v2/5ea81b372f00002a60c4f2b2',
|
|
20
|
-
custom400: 'http://www.mocky.io/v2/5ea81fb92d00007a003a3d02',
|
|
21
|
-
apiNotExist: 'http://www.mocky.io/v2/5ea81ffc2d00005b003a3d05',
|
|
22
|
-
admin: 'http://www.mocky.io/v2/5ea8202b2d000057003a3d0a'
|
|
23
|
-
},
|
|
24
|
-
notExist: '/this-doesnt-exist'
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
// You can of course override the globals, but be careful when you have factory functions
|
|
28
|
-
};
|
|
Binary file
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html>
|
|
3
|
-
|
|
4
|
-
<head>
|
|
5
|
-
<meta charset="utf-8">
|
|
6
|
-
<title>Application name</title>
|
|
7
|
-
<base href="/">
|
|
8
|
-
|
|
9
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
10
|
-
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
11
|
-
<!-- Don't remove the following 2 lines -->
|
|
12
|
-
<!-- open-id-inject -->
|
|
13
|
-
<!-- end-open-id-inject -->
|
|
14
|
-
</head>
|
|
15
|
-
|
|
16
|
-
<body>
|
|
17
|
-
<app-root>
|
|
18
|
-
<div id="loader-wrapper">
|
|
19
|
-
<div id="loader"></div>
|
|
20
|
-
</div>
|
|
21
|
-
</app-root>
|
|
22
|
-
</body>
|
|
23
|
-
|
|
24
|
-
</html>
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { enableProdMode } from '@angular/core';
|
|
2
|
-
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
|
|
3
|
-
import { preInitApp } from '@eui/core';
|
|
4
|
-
|
|
5
|
-
import { AppModule } from './app/app.module';
|
|
6
|
-
import { environment } from './environments/environment';
|
|
7
|
-
|
|
8
|
-
if (environment.production) {
|
|
9
|
-
enableProdMode();
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
preInitApp(environment).then(() => platformBrowserDynamic().bootstrapModule(AppModule)
|
|
13
|
-
.catch(err => console.error(err))
|
|
14
|
-
);
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file includes polyfills needed by Angular and is loaded before the app.
|
|
3
|
-
* You can add your own extra polyfills to this file.
|
|
4
|
-
*
|
|
5
|
-
* This file is divided into 2 sections:
|
|
6
|
-
* 1. Browser polyfills. These are applied before loading ZoneJS and are sorted by browsers.
|
|
7
|
-
* 2. Application imports. Files imported after ZoneJS that should be loaded before your main
|
|
8
|
-
* file.
|
|
9
|
-
*
|
|
10
|
-
* The current setup is for so-called "evergreen" browsers; the last versions of browsers that
|
|
11
|
-
* automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera),
|
|
12
|
-
* Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile.
|
|
13
|
-
*
|
|
14
|
-
* Learn more in https://angular.io/docs/ts/latest/guide/browser-support.html
|
|
15
|
-
*/
|
|
16
|
-
|
|
17
|
-
/***************************************************************************************************
|
|
18
|
-
* BROWSER POLYFILLS
|
|
19
|
-
*/
|
|
20
|
-
|
|
21
|
-
/** IE9, IE10 and IE11 requires all of the following polyfills. **/
|
|
22
|
-
// import 'core-js/es6/symbol';
|
|
23
|
-
// import 'core-js/es6/object';
|
|
24
|
-
// import 'core-js/es6/function';
|
|
25
|
-
// import 'core-js/es6/parse-int';
|
|
26
|
-
// import 'core-js/es6/parse-float';
|
|
27
|
-
// import 'core-js/es6/number';
|
|
28
|
-
// import 'core-js/es6/math';
|
|
29
|
-
// import 'core-js/es6/string';
|
|
30
|
-
// import 'core-js/es6/date';
|
|
31
|
-
// import 'core-js/es6/array';
|
|
32
|
-
// import 'core-js/es6/regexp';
|
|
33
|
-
// import 'core-js/es6/map';
|
|
34
|
-
// import 'core-js/es6/weak-map';
|
|
35
|
-
// import 'core-js/es6/set';
|
|
36
|
-
|
|
37
|
-
/** IE10 and IE11 requires the following for NgClass support on SVG elements */
|
|
38
|
-
// import 'classlist.js'; // Run `npm install --save classlist.js`.
|
|
39
|
-
|
|
40
|
-
/** IE10 and IE11 requires the following for the Reflect API. */
|
|
41
|
-
// import 'core-js/es6/reflect';
|
|
42
|
-
|
|
43
|
-
/** Evergreen browsers require these. **/
|
|
44
|
-
// Used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove.
|
|
45
|
-
// import 'core-js/es7/reflect';
|
|
46
|
-
|
|
47
|
-
/**
|
|
48
|
-
* Web Animations `@angular/platform-browser/animations`
|
|
49
|
-
* Only required if AnimationBuilder is used within the application and using IE/Edge or Safari.
|
|
50
|
-
* Standard animation support in Angular DOES NOT require any polyfills (as of Angular 6.0).
|
|
51
|
-
**/
|
|
52
|
-
// import 'web-animations-js'; // Run `npm install --save web-animations-js`.
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* By default, zone.js will patch all possible macroTask and DomEvents
|
|
56
|
-
* user can disable parts of macroTask/DomEvents patch by setting following flags
|
|
57
|
-
*/
|
|
58
|
-
|
|
59
|
-
// (window as any).__Zone_disable_requestAnimationFrame = true; // disable patch requestAnimationFrame
|
|
60
|
-
// (window as any).__Zone_disable_on_property = true; // disable patch onProperty such as onclick
|
|
61
|
-
// (window as any).__zone_symbol__BLACK_LISTED_EVENTS = ['scroll', 'mousemove']; // disable patch specified eventNames
|
|
62
|
-
|
|
63
|
-
/*
|
|
64
|
-
* in IE/Edge developer tools, the addEventListener will also be wrapped by zone.js
|
|
65
|
-
* with the following flag, it will bypass `zone.js` patch for IE/Edge
|
|
66
|
-
*/
|
|
67
|
-
// (window as any).__Zone_enable_cross_context_check = true;
|
|
68
|
-
|
|
69
|
-
/***************************************************************************************************
|
|
70
|
-
* Zone JS is required by default for Angular itself.
|
|
71
|
-
*/
|
|
72
|
-
import 'zone.js/dist/zone'; // Included with Angular CLI.
|
|
73
|
-
|
|
74
|
-
/***************************************************************************************************
|
|
75
|
-
* APPLICATION IMPORTS
|
|
76
|
-
*/
|
|
77
|
-
|
|
78
|
-
/**
|
|
79
|
-
* Date, currency, decimal and percent pipes.
|
|
80
|
-
* Needed for: All but Chrome, Firefox, Edge, IE11 and Safari 10
|
|
81
|
-
*/
|
|
82
|
-
// import 'intl'; // Run `npm install --save intl`.
|
|
83
|
-
/**
|
|
84
|
-
* Need to import at least one locale-data with intl.
|
|
85
|
-
*/
|
|
86
|
-
// import 'intl/locale-data/jsonp/en';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
/* You can add global styles to this file, and also import other style files */
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
// This file is required by karma.conf.js and loads recursively all the .spec and framework files
|
|
2
|
-
|
|
3
|
-
import 'zone.js/dist/long-stack-trace-zone';
|
|
4
|
-
import 'zone.js/dist/proxy.js';
|
|
5
|
-
import 'zone.js/dist/sync-test';
|
|
6
|
-
import 'zone.js/dist/jasmine-patch';
|
|
7
|
-
import 'zone.js/dist/async-test';
|
|
8
|
-
import 'zone.js/dist/fake-async-test';
|
|
9
|
-
import { APP_BASE_HREF } from '@angular/common';
|
|
10
|
-
import { getTestBed } from '@angular/core/testing';
|
|
11
|
-
import {
|
|
12
|
-
BrowserDynamicTestingModule,
|
|
13
|
-
platformBrowserDynamicTesting
|
|
14
|
-
} from '@angular/platform-browser-dynamic/testing';
|
|
15
|
-
|
|
16
|
-
// Unfortunately there's no typing for the `__karma__` variable. Just declare it as any.
|
|
17
|
-
declare const __karma__: any;
|
|
18
|
-
declare const require: any;
|
|
19
|
-
|
|
20
|
-
// Prevent Karma from running prematurely.
|
|
21
|
-
__karma__.loaded = function () {};
|
|
22
|
-
|
|
23
|
-
// First, initialize the Angular testing environment.
|
|
24
|
-
getTestBed().initTestEnvironment(
|
|
25
|
-
BrowserDynamicTestingModule,
|
|
26
|
-
platformBrowserDynamicTesting([{ provide: APP_BASE_HREF, useValue: '/' }])
|
|
27
|
-
);
|
|
28
|
-
// Then we find all the tests.
|
|
29
|
-
const context = require.context('./', true, /\.spec\.ts$/);
|
|
30
|
-
// And load the modules.
|
|
31
|
-
context.keys().map(context);
|
|
32
|
-
// Finally, start Karma to run the tests.
|
|
33
|
-
__karma__.start();
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "../tsconfig.json",
|
|
3
|
-
"compilerOptions": {
|
|
4
|
-
"outDir": "../out-tsc/app",
|
|
5
|
-
"types": []
|
|
6
|
-
},
|
|
7
|
-
"exclude": [
|
|
8
|
-
"test.ts",
|
|
9
|
-
"**/*.spec.ts",
|
|
10
|
-
"app/shared/testing/router.mock.ts",
|
|
11
|
-
"environments/environment.prod.ts",
|
|
12
|
-
"environments/environment.dev.ts"
|
|
13
|
-
]
|
|
14
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compileOnSave": false,
|
|
3
|
-
"compilerOptions": {
|
|
4
|
-
"baseUrl": "./",
|
|
5
|
-
"outDir": "./dist/out-tsc",
|
|
6
|
-
"sourceMap": true,
|
|
7
|
-
"declaration": false,
|
|
8
|
-
"module": "es2020",
|
|
9
|
-
"moduleResolution": "node",
|
|
10
|
-
"emitDecoratorMetadata": false,
|
|
11
|
-
"experimentalDecorators": true,
|
|
12
|
-
"allowSyntheticDefaultImports": true,
|
|
13
|
-
"importHelpers": true,
|
|
14
|
-
"target": "es2015",
|
|
15
|
-
"typeRoots": [
|
|
16
|
-
"node_modules/@types"
|
|
17
|
-
],
|
|
18
|
-
"lib": [
|
|
19
|
-
"es2018",
|
|
20
|
-
"dom"
|
|
21
|
-
]
|
|
22
|
-
}
|
|
23
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compileOnSave": false,
|
|
3
|
-
"compilerOptions": {
|
|
4
|
-
"baseUrl": "./",
|
|
5
|
-
"outDir": "./dist/out-tsc",
|
|
6
|
-
"sourceMap": true,
|
|
7
|
-
"declaration": false,
|
|
8
|
-
"module": "es2020",
|
|
9
|
-
"moduleResolution": "node",
|
|
10
|
-
"emitDecoratorMetadata": false,
|
|
11
|
-
"experimentalDecorators": true,
|
|
12
|
-
"allowSyntheticDefaultImports": true,
|
|
13
|
-
"importHelpers": true,
|
|
14
|
-
"target": "es2015",
|
|
15
|
-
"typeRoots": [
|
|
16
|
-
"node_modules/@types"
|
|
17
|
-
],
|
|
18
|
-
"lib": [
|
|
19
|
-
"es2018",
|
|
20
|
-
"dom"
|
|
21
|
-
]
|
|
22
|
-
}
|
|
23
|
-
}
|