@eui/tools 6.21.83 → 6.21.85
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/CHANGELOG.md +19 -0
- package/package.json +1 -1
- package/scripts/csdr/cli/package.js +3 -19
- package/scripts/csdr/cli/skeletons/package/frontend/19.x/default/.eslintrc.json +1 -1
- package/scripts/csdr/cli/skeletons/package/frontend/19.x/default/src/test.ts.TO_REPLACE +1 -0
- package/scripts/csdr/cli/skeletons/package/frontend/19.x/participant-default/.eslintrc.json +1 -1
- package/scripts/csdr/cli/skeletons/package/frontend/19.x/participant-ngrx/.eslintrc.json +1 -1
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/default/.eslintrc.json +0 -43
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/default/assets/i18n/en.json +0 -6
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/default/assets/i18n/fr.json +0 -6
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/default/dependencies-base.json +0 -2
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/default/dependencies-composite.json +0 -4
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/default/gitignore_TO_REPLACE +0 -46
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/default/karma.conf.js +0 -7
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/default/ng-package.json +0 -7
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/default/package.json +0 -4
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/default/src/dummy.spec.ts.TO_REPLACE +0 -5
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/default/src/index.ts +0 -2
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/default/src/lib/components/main.component.html +0 -42
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/default/src/lib/components/main.component.ts +0 -8
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/default/src/lib/constants.ts +0 -1
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/default/src/lib/containers/container.component.ts +0 -28
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/default/src/lib/module.ts +0 -80
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/default/src/lib/routing-module.ts +0 -23
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/default/src/test.ts.TO_REPLACE +0 -21
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/default/tsconfig.lib.json +0 -32
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/default/tsconfig.spec.json +0 -17
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-default/.eslintrc.json +0 -43
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-default/assets/i18n/en.json +0 -6
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-default/assets/i18n/fr.json +0 -6
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-default/dependencies-base.json +0 -2
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-default/dependencies-composite.json +0 -4
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-default/gitignore_TO_REPLACE +0 -46
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-default/karma.conf.js +0 -7
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-default/ng-package.json +0 -7
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-default/package.json +0 -4
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-default/src/dummy.spec.ts.TO_REPLACE +0 -5
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-default/src/index.ts +0 -2
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-default/src/lib/components/participant/participant.component.html +0 -1
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-default/src/lib/components/participant/participant.component.ts +0 -19
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-default/src/lib/module.ts +0 -24
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-default/src/test.ts.TO_REPLACE +0 -21
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-default/tsconfig.lib.json +0 -32
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-default/tsconfig.spec.json +0 -17
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-ngrx/.eslintrc.json +0 -79
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-ngrx/assets/i18n/en.json +0 -6
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-ngrx/assets/i18n/fr.json +0 -6
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-ngrx/dependencies-base.json +0 -2
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-ngrx/dependencies-composite.json +0 -3
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-ngrx/gitignore_TO_REPLACE +0 -46
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-ngrx/karma.conf.js +0 -7
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-ngrx/ng-package.json +0 -7
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-ngrx/package.json +0 -4
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-ngrx/src/dummy.spec.ts.TO_REPLACE +0 -5
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-ngrx/src/index.ts +0 -4
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-ngrx/src/lib/blocks/sample/components/sample.component.html +0 -1
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-ngrx/src/lib/blocks/sample/components/sample.component.ts +0 -14
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-ngrx/src/lib/blocks/sample/containers/container.component.ts +0 -36
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-ngrx/src/lib/blocks/sample/models/block.model.ts +0 -5
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-ngrx/src/lib/blocks/sample/models/index.ts +0 -1
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-ngrx/src/lib/blocks/sample/module.ts +0 -37
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-ngrx/src/lib/main/components/sample.component.html +0 -1
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-ngrx/src/lib/main/components/sample.component.ts +0 -14
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-ngrx/src/lib/main/constants.ts +0 -1
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-ngrx/src/lib/main/containers/block-store.service.ts +0 -33
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-ngrx/src/lib/main/containers/container.component.ts +0 -44
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-ngrx/src/lib/main/containers/generic-block-resolver.service.ts +0 -32
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-ngrx/src/lib/main/models/block-type.model.ts +0 -6
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-ngrx/src/lib/main/models/block.model.ts +0 -10
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-ngrx/src/lib/main/models/index.ts +0 -2
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-ngrx/src/lib/main/module.ts +0 -60
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-ngrx/src/lib/main/store/actions/block.actions.ts +0 -26
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-ngrx/src/lib/main/store/reducers/block.reducer.ts +0 -48
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-ngrx/src/lib/main/store/reducers/index.ts +0 -22
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-ngrx/src/lib/main/store/selectors/block.selectors.ts +0 -29
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-ngrx/src/lib/module.ts +0 -17
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-ngrx/src/test.ts.TO_REPLACE +0 -21
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-ngrx/tsconfig.lib.json +0 -32
- package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-ngrx/tsconfig.spec.json +0 -17
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/default/.eslintrc.json +0 -43
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/default/assets/i18n/en.json +0 -6
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/default/assets/i18n/fr.json +0 -6
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/default/dependencies-base.json +0 -2
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/default/dependencies-composite.json +0 -4
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/default/gitignore_TO_REPLACE +0 -46
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/default/karma.conf.js +0 -7
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/default/ng-package.json +0 -7
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/default/package.json +0 -4
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/default/src/dummy.spec.ts.TO_REPLACE +0 -5
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/default/src/index.ts +0 -2
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/default/src/lib/components/main.component.html +0 -42
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/default/src/lib/components/main.component.ts +0 -8
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/default/src/lib/constants.ts +0 -1
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/default/src/lib/containers/container.component.ts +0 -28
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/default/src/lib/module.ts +0 -80
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/default/src/lib/routing-module.ts +0 -23
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/default/src/test.ts.TO_REPLACE +0 -21
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/default/tsconfig.lib.json +0 -33
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/default/tsconfig.spec.json +0 -17
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-default/.eslintrc.json +0 -43
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-default/assets/i18n/en.json +0 -6
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-default/assets/i18n/fr.json +0 -6
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-default/dependencies-base.json +0 -2
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-default/dependencies-composite.json +0 -4
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-default/gitignore_TO_REPLACE +0 -46
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-default/karma.conf.js +0 -7
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-default/ng-package.json +0 -7
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-default/package.json +0 -4
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-default/src/dummy.spec.ts.TO_REPLACE +0 -5
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-default/src/index.ts +0 -2
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-default/src/lib/components/participant/participant.component.html +0 -1
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-default/src/lib/components/participant/participant.component.ts +0 -19
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-default/src/lib/module.ts +0 -24
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-default/src/test.ts.TO_REPLACE +0 -21
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-default/tsconfig.lib.json +0 -33
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-default/tsconfig.spec.json +0 -17
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-ngrx/.eslintrc.json +0 -79
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-ngrx/assets/i18n/en.json +0 -6
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-ngrx/assets/i18n/fr.json +0 -6
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-ngrx/dependencies-base.json +0 -2
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-ngrx/dependencies-composite.json +0 -3
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-ngrx/gitignore_TO_REPLACE +0 -46
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-ngrx/karma.conf.js +0 -7
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-ngrx/ng-package.json +0 -7
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-ngrx/package.json +0 -4
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-ngrx/src/dummy.spec.ts.TO_REPLACE +0 -5
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-ngrx/src/index.ts +0 -4
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-ngrx/src/lib/blocks/sample/components/sample.component.html +0 -1
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-ngrx/src/lib/blocks/sample/components/sample.component.ts +0 -14
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-ngrx/src/lib/blocks/sample/containers/container.component.ts +0 -36
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-ngrx/src/lib/blocks/sample/models/block.model.ts +0 -5
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-ngrx/src/lib/blocks/sample/models/index.ts +0 -1
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-ngrx/src/lib/blocks/sample/module.ts +0 -37
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-ngrx/src/lib/main/components/sample.component.html +0 -1
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-ngrx/src/lib/main/components/sample.component.ts +0 -14
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-ngrx/src/lib/main/constants.ts +0 -1
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-ngrx/src/lib/main/containers/block-store.service.ts +0 -33
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-ngrx/src/lib/main/containers/container.component.ts +0 -44
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-ngrx/src/lib/main/containers/generic-block-resolver.service.ts +0 -32
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-ngrx/src/lib/main/models/block-type.model.ts +0 -6
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-ngrx/src/lib/main/models/block.model.ts +0 -10
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-ngrx/src/lib/main/models/index.ts +0 -2
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-ngrx/src/lib/main/module.ts +0 -60
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-ngrx/src/lib/main/store/actions/block.actions.ts +0 -26
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-ngrx/src/lib/main/store/reducers/block.reducer.ts +0 -48
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-ngrx/src/lib/main/store/reducers/index.ts +0 -22
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-ngrx/src/lib/main/store/selectors/block.selectors.ts +0 -29
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-ngrx/src/lib/module.ts +0 -17
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-ngrx/src/test.ts.TO_REPLACE +0 -21
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-ngrx/tsconfig.lib.json +0 -33
- package/scripts/csdr/cli/skeletons/package/frontend/16.x/participant-ngrx/tsconfig.spec.json +0 -17
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/default/.eslintrc.json +0 -43
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/default/assets/i18n/en.json +0 -6
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/default/assets/i18n/fr.json +0 -6
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/default/dependencies-base.json +0 -2
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/default/dependencies-composite.json +0 -4
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/default/gitignore_TO_REPLACE +0 -46
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/default/karma.conf.js +0 -7
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/default/ng-package.json +0 -7
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/default/package.json +0 -4
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/default/src/dummy.spec.ts.TO_REPLACE +0 -5
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/default/src/index.ts +0 -2
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/default/src/lib/components/main.component.html +0 -43
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/default/src/lib/components/main.component.ts +0 -8
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/default/src/lib/constants.ts +0 -1
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/default/src/lib/containers/container.component.ts +0 -28
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/default/src/lib/module.ts +0 -80
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/default/src/lib/routing-module.ts +0 -23
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/default/src/test.ts.TO_REPLACE +0 -21
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/default/tsconfig.lib.json +0 -33
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/default/tsconfig.spec.json +0 -17
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-default/.eslintrc.json +0 -43
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-default/assets/i18n/en.json +0 -6
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-default/assets/i18n/fr.json +0 -6
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-default/dependencies-base.json +0 -2
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-default/dependencies-composite.json +0 -4
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-default/gitignore_TO_REPLACE +0 -46
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-default/karma.conf.js +0 -7
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-default/ng-package.json +0 -7
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-default/package.json +0 -4
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-default/src/dummy.spec.ts.TO_REPLACE +0 -5
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-default/src/index.ts +0 -2
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-default/src/lib/components/participant/participant.component.html +0 -1
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-default/src/lib/components/participant/participant.component.ts +0 -19
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-default/src/lib/module.ts +0 -24
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-default/src/test.ts.TO_REPLACE +0 -21
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-default/tsconfig.lib.json +0 -33
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-default/tsconfig.spec.json +0 -17
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-ngrx/.eslintrc.json +0 -79
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-ngrx/assets/i18n/en.json +0 -6
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-ngrx/assets/i18n/fr.json +0 -6
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-ngrx/dependencies-base.json +0 -2
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-ngrx/dependencies-composite.json +0 -3
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-ngrx/gitignore_TO_REPLACE +0 -46
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-ngrx/karma.conf.js +0 -7
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-ngrx/ng-package.json +0 -7
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-ngrx/package.json +0 -4
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-ngrx/src/dummy.spec.ts.TO_REPLACE +0 -5
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-ngrx/src/index.ts +0 -4
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-ngrx/src/lib/blocks/sample/components/sample.component.html +0 -1
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-ngrx/src/lib/blocks/sample/components/sample.component.ts +0 -14
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-ngrx/src/lib/blocks/sample/containers/container.component.ts +0 -36
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-ngrx/src/lib/blocks/sample/models/block.model.ts +0 -5
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-ngrx/src/lib/blocks/sample/models/index.ts +0 -1
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-ngrx/src/lib/blocks/sample/module.ts +0 -37
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-ngrx/src/lib/main/components/sample.component.html +0 -1
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-ngrx/src/lib/main/components/sample.component.ts +0 -11
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-ngrx/src/lib/main/containers/block-store.service.ts +0 -26
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-ngrx/src/lib/main/containers/container.component.ts +0 -42
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-ngrx/src/lib/main/models/block.model.ts +0 -4
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-ngrx/src/lib/main/models/index.ts +0 -1
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-ngrx/src/lib/main/module.ts +0 -56
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-ngrx/src/lib/main/store/block.actions.ts +0 -11
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-ngrx/src/lib/main/store/block.feature.ts +0 -48
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-ngrx/src/lib/module.ts +0 -17
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-ngrx/src/test.ts.TO_REPLACE +0 -21
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-ngrx/tsconfig.lib.json +0 -33
- package/scripts/csdr/cli/skeletons/package/frontend/17.x/participant-ngrx/tsconfig.spec.json +0 -17
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/default/.eslintrc.json +0 -43
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/default/assets/i18n/en.json +0 -3
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/default/assets/i18n/fr.json +0 -3
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/default/dependencies-base.json +0 -2
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/default/dependencies-composite.json +0 -4
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/default/gitignore_TO_REPLACE +0 -46
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/default/karma.conf.js +0 -7
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/default/ng-package.json +0 -7
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/default/package.json +0 -4
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/default/src/dummy.spec.ts.TO_REPLACE +0 -5
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/default/src/index.ts +0 -1
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/default/src/lib/components/main.component.html +0 -10
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/default/src/lib/components/main.component.ts +0 -17
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/default/src/lib/module.ts +0 -26
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/default/src/test.ts.TO_REPLACE +0 -21
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/default/tsconfig.lib.json +0 -33
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/default/tsconfig.spec.json +0 -17
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-default/.eslintrc.json +0 -43
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-default/assets/i18n/en.json +0 -6
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-default/assets/i18n/fr.json +0 -6
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-default/dependencies-base.json +0 -2
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-default/dependencies-composite.json +0 -4
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-default/gitignore_TO_REPLACE +0 -46
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-default/karma.conf.js +0 -7
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-default/ng-package.json +0 -7
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-default/package.json +0 -4
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-default/src/dummy.spec.ts.TO_REPLACE +0 -5
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-default/src/index.ts +0 -2
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-default/src/lib/components/participant/participant.component.html +0 -1
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-default/src/lib/components/participant/participant.component.ts +0 -19
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-default/src/lib/module.ts +0 -24
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-default/src/test.ts.TO_REPLACE +0 -21
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-default/tsconfig.lib.json +0 -33
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-default/tsconfig.spec.json +0 -17
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-ngrx/.eslintrc.json +0 -79
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-ngrx/assets/i18n/en.json +0 -6
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-ngrx/assets/i18n/fr.json +0 -6
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-ngrx/dependencies-base.json +0 -2
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-ngrx/dependencies-composite.json +0 -3
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-ngrx/gitignore_TO_REPLACE +0 -46
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-ngrx/karma.conf.js +0 -7
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-ngrx/ng-package.json +0 -7
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-ngrx/package.json +0 -4
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-ngrx/src/dummy.spec.ts.TO_REPLACE +0 -5
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-ngrx/src/index.ts +0 -4
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-ngrx/src/lib/blocks/sample/components/sample.component.html +0 -1
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-ngrx/src/lib/blocks/sample/components/sample.component.ts +0 -14
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-ngrx/src/lib/blocks/sample/containers/container.component.ts +0 -36
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-ngrx/src/lib/blocks/sample/models/block.model.ts +0 -5
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-ngrx/src/lib/blocks/sample/models/index.ts +0 -1
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-ngrx/src/lib/blocks/sample/module.ts +0 -37
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-ngrx/src/lib/main/components/sample.component.html +0 -1
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-ngrx/src/lib/main/components/sample.component.ts +0 -11
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-ngrx/src/lib/main/containers/block-store.service.ts +0 -26
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-ngrx/src/lib/main/containers/container.component.ts +0 -42
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-ngrx/src/lib/main/models/block.model.ts +0 -4
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-ngrx/src/lib/main/models/index.ts +0 -1
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-ngrx/src/lib/main/module.ts +0 -56
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-ngrx/src/lib/main/store/block.actions.ts +0 -11
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-ngrx/src/lib/main/store/block.feature.ts +0 -48
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-ngrx/src/lib/module.ts +0 -17
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-ngrx/src/test.ts.TO_REPLACE +0 -21
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-ngrx/tsconfig.lib.json +0 -33
- package/scripts/csdr/cli/skeletons/package/frontend/18.x/participant-ngrx/tsconfig.spec.json +0 -17
- package/scripts/csdr/cli/skeletons/virtual-remote/15.x/angular-config.json +0 -9
- package/scripts/csdr/cli/skeletons/virtual-remote/15.x/dependencies.json +0 -21
- package/scripts/csdr/cli/skeletons/virtual-remote/16.x/angular-config.json +0 -9
- package/scripts/csdr/cli/skeletons/virtual-remote/16.x/dependencies.json +0 -22
- package/scripts/csdr/cli/skeletons/virtual-remote/17.x/angular-config.json +0 -8
- package/scripts/csdr/cli/skeletons/virtual-remote/17.x/dependencies.json +0 -22
- package/scripts/csdr/cli/skeletons/virtual-remote/18.x/angular-config.json +0 -6
- package/scripts/csdr/cli/skeletons/virtual-remote/18.x/dependencies.json +0 -21
package/.version.properties
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
6.21.
|
|
1
|
+
6.21.85
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
## 6.21.85 (2025-06-02)
|
|
2
|
+
|
|
3
|
+
##### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **other:**
|
|
6
|
+
* v19 remotes skeleton - EUI-10199 [EUI-10199](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([df0e65bd](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/df0e65bd9ebf2161fa5e2bb16cfe10bc0b763ee1))
|
|
7
|
+
|
|
8
|
+
* * *
|
|
9
|
+
* * *
|
|
10
|
+
## 6.21.84 (2025-06-02)
|
|
11
|
+
|
|
12
|
+
##### Chores
|
|
13
|
+
|
|
14
|
+
* **other:**
|
|
15
|
+
* adapt v19 pkg skeleton - EUI-10199 [EUI-10199](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([ea31c38a](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/ea31c38a1407546f1b59445471f38a799cc433ac))
|
|
16
|
+
* adapted eslint for v19 pkg - cleanup older versions skeletons - EUI-10199 [EUI-10199](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-10199) ([a628c2dc](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/a628c2dcac6f4aa192402058d168e7dbb40c12bb))
|
|
17
|
+
|
|
18
|
+
* * *
|
|
19
|
+
* * *
|
|
1
20
|
## 6.21.83 (2025-06-02)
|
|
2
21
|
|
|
3
22
|
##### Chores
|
package/package.json
CHANGED
|
@@ -24,25 +24,9 @@ const generateArgs = (args) => {
|
|
|
24
24
|
npmPkgName = `${args.pkgScope}/${args.pkgName}`;
|
|
25
25
|
|
|
26
26
|
} else if (args.pkgFrontendType === constants.CONFIG_OPTIONS.pkgFrontendType.REMOTE) {
|
|
27
|
-
if (args.pkgFrontendVersion === constants.CONFIG_OPTIONS.pkgFrontendVersion.
|
|
28
|
-
fullName += '-
|
|
29
|
-
npmPkgName = `${args.pkgScope}/${args.pkgName}-
|
|
30
|
-
|
|
31
|
-
} else if (args.pkgFrontendVersion === constants.CONFIG_OPTIONS.pkgFrontendVersion.EUI15) {
|
|
32
|
-
fullName += '-eui15-remote-el-ui';
|
|
33
|
-
npmPkgName = `${args.pkgScope}/${args.pkgName}-eui15-remote-el`;
|
|
34
|
-
|
|
35
|
-
} else if (args.pkgFrontendVersion === constants.CONFIG_OPTIONS.pkgFrontendVersion.EUI16) {
|
|
36
|
-
fullName += '-eui16-remote-el-ui';
|
|
37
|
-
npmPkgName = `${args.pkgScope}/${args.pkgName}-eui16-remote-el`;
|
|
38
|
-
|
|
39
|
-
} else if (args.pkgFrontendVersion === constants.CONFIG_OPTIONS.pkgFrontendVersion.EUI17) {
|
|
40
|
-
fullName += '-eui17-remote-el-ui';
|
|
41
|
-
npmPkgName = `${args.pkgScope}/${args.pkgName}-eui17-remote-el`;
|
|
42
|
-
|
|
43
|
-
} else if (args.pkgFrontendVersion === constants.CONFIG_OPTIONS.pkgFrontendVersion.EUI18) {
|
|
44
|
-
fullName += '-eui18-remote-el-ui';
|
|
45
|
-
npmPkgName = `${args.pkgScope}/${args.pkgName}-eui18-remote-el`;
|
|
27
|
+
if (args.pkgFrontendVersion === constants.CONFIG_OPTIONS.pkgFrontendVersion.EUI19) {
|
|
28
|
+
fullName += '-eui19-remote-el-ui';
|
|
29
|
+
npmPkgName = `${args.pkgScope}/${args.pkgName}-eui19-remote-el`;
|
|
46
30
|
}
|
|
47
31
|
}
|
|
48
32
|
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "../../.eslintrc.mwp.json",
|
|
3
|
-
"ignorePatterns": [
|
|
4
|
-
"!**/*",
|
|
5
|
-
"**/*.d.ts",
|
|
6
|
-
"dist",
|
|
7
|
-
"test",
|
|
8
|
-
"coverage",
|
|
9
|
-
"externals",
|
|
10
|
-
"legacy"
|
|
11
|
-
],
|
|
12
|
-
"overrides": [
|
|
13
|
-
{
|
|
14
|
-
"files": [
|
|
15
|
-
"*.ts"
|
|
16
|
-
],
|
|
17
|
-
"parserOptions": {
|
|
18
|
-
"project": [
|
|
19
|
-
"packages/@module.full.name@/tsconfig.lib.json",
|
|
20
|
-
"packages/@module.full.name@/tsconfig.spec.json"
|
|
21
|
-
]
|
|
22
|
-
},
|
|
23
|
-
"rules": {
|
|
24
|
-
"@angular-eslint/component-selector": [
|
|
25
|
-
"error",
|
|
26
|
-
{
|
|
27
|
-
"type": "element",
|
|
28
|
-
"prefix": ["@module.scope.string@"],
|
|
29
|
-
"style": "kebab-case"
|
|
30
|
-
}
|
|
31
|
-
],
|
|
32
|
-
"@angular-eslint/directive-selector": [
|
|
33
|
-
"error",
|
|
34
|
-
{
|
|
35
|
-
"type": "attribute",
|
|
36
|
-
"prefix": ["@module.scope.string@"],
|
|
37
|
-
"style": "camelCase"
|
|
38
|
-
}
|
|
39
|
-
]
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
]
|
|
43
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"@module.scope-name@.TITLE": "**fr** @module.scope-name@ **fr**",
|
|
3
|
-
"@module.scope-name@.FILTER": "**fr** Search filter **fr**",
|
|
4
|
-
"@module.scope-name@.QUICK_SECTION": "**fr** Quick filter **fr**",
|
|
5
|
-
"@module.scope-name@.SEARCH_RESULT": "**fr** Filter results **fr**"
|
|
6
|
-
}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
2
|
-
|
|
3
|
-
# compiled output
|
|
4
|
-
**/node_modules
|
|
5
|
-
**/target
|
|
6
|
-
**/build
|
|
7
|
-
**/dist
|
|
8
|
-
**/out-tsc
|
|
9
|
-
**/tmp
|
|
10
|
-
**/test/reports
|
|
11
|
-
|
|
12
|
-
# IDEs and editors
|
|
13
|
-
/.idea
|
|
14
|
-
.project
|
|
15
|
-
.classpath
|
|
16
|
-
.c9/
|
|
17
|
-
*.launch
|
|
18
|
-
.settings/
|
|
19
|
-
*.sublime-workspace
|
|
20
|
-
|
|
21
|
-
# IDE - VSCode
|
|
22
|
-
.vscode/*
|
|
23
|
-
!.vscode/settings.json
|
|
24
|
-
!.vscode/tasks.json
|
|
25
|
-
!.vscode/launch.json
|
|
26
|
-
!.vscode/extensions.json
|
|
27
|
-
|
|
28
|
-
# misc
|
|
29
|
-
/.sass-cache
|
|
30
|
-
/connect.lock
|
|
31
|
-
/coverage
|
|
32
|
-
/libpeerconnection.log
|
|
33
|
-
npm-debug.log
|
|
34
|
-
testem.log
|
|
35
|
-
/typings
|
|
36
|
-
yarn-error.log
|
|
37
|
-
|
|
38
|
-
# e2e
|
|
39
|
-
/e2e/*.js
|
|
40
|
-
/e2e/*.map
|
|
41
|
-
**/src/**/*.js
|
|
42
|
-
**/src/**/*.map
|
|
43
|
-
|
|
44
|
-
# System Files
|
|
45
|
-
.DS_Store
|
|
46
|
-
Thumbs.db
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
<eui-page>
|
|
2
|
-
<eui-page-header [label]="'@module.scope-name@.TITLE' | translate">
|
|
3
|
-
<eui-page-header-action-items>
|
|
4
|
-
|
|
5
|
-
</eui-page-header-action-items>
|
|
6
|
-
</eui-page-header>
|
|
7
|
-
|
|
8
|
-
<eui-page-content>
|
|
9
|
-
|
|
10
|
-
<eui-page-columns>
|
|
11
|
-
|
|
12
|
-
<eui-page-column
|
|
13
|
-
label="{{ '@module.scope-name@.FILTER' | translate }}"
|
|
14
|
-
[size]="'3xl'"
|
|
15
|
-
[isCollapsible]="true">
|
|
16
|
-
|
|
17
|
-
<eui-page-column-body>
|
|
18
|
-
|
|
19
|
-
<!-- QUICK FILTER SECTION -->
|
|
20
|
-
<div class="eui-u-flex eui-u-flex-column eui-u-mt-xs">
|
|
21
|
-
<div class="eui-u-flex eui-u-flex-row">
|
|
22
|
-
<div class="eui-u-font-size-l"><strong>{{ '@module.scope-name@.QUICK_SECTION' | translate }}</strong></div>
|
|
23
|
-
</div>
|
|
24
|
-
</div>
|
|
25
|
-
|
|
26
|
-
</eui-page-column-body>
|
|
27
|
-
</eui-page-column>
|
|
28
|
-
|
|
29
|
-
<eui-page-column label="{{ '@module.scope-name@.SEARCH_RESULT' | translate }}">
|
|
30
|
-
|
|
31
|
-
<eui-page-column-header-body>
|
|
32
|
-
</eui-page-column-header-body>
|
|
33
|
-
|
|
34
|
-
<eui-page-column-body>
|
|
35
|
-
</eui-page-column-body>
|
|
36
|
-
|
|
37
|
-
</eui-page-column>
|
|
38
|
-
|
|
39
|
-
</eui-page-columns>
|
|
40
|
-
|
|
41
|
-
</eui-page-content>
|
|
42
|
-
</eui-page>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const namespace = '@module.class.name@:main';
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, Input, OnInit, OnDestroy } from '@angular/core';
|
|
2
|
-
|
|
3
|
-
import { BreadcrumbsService } from '@csdr/core';
|
|
4
|
-
|
|
5
|
-
@Component({
|
|
6
|
-
selector: '@module.scope-name@-ct',
|
|
7
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8
|
-
template: `
|
|
9
|
-
<@module.scope-name@-cp>
|
|
10
|
-
</@module.scope-name@-cp>`,
|
|
11
|
-
})
|
|
12
|
-
export class @module.class.name@ContainerComponent implements OnInit, OnDestroy {
|
|
13
|
-
|
|
14
|
-
constructor(private breadcrumbs: BreadcrumbsService) {
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
ngOnInit(): void {
|
|
18
|
-
this.breadcrumbs.removeAll();
|
|
19
|
-
this.breadcrumbs.addItem({
|
|
20
|
-
id: '@module.scope-name@',
|
|
21
|
-
description: '@module.class.name@',
|
|
22
|
-
url: '/@module.scope-name@',
|
|
23
|
-
});
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
ngOnDestroy(): void {
|
|
27
|
-
}
|
|
28
|
-
}
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
// import { StoreModule } from '@ngrx/store';
|
|
4
|
-
// import { EffectsModule } from '@ngrx/effects';
|
|
5
|
-
|
|
6
|
-
import { TranslateModule } from '@ngx-translate/core';
|
|
7
|
-
|
|
8
|
-
import { EuiButtonModule } from '@eui/components/eui-button';
|
|
9
|
-
import { EuiPageModule } from '@eui/components/eui-page';
|
|
10
|
-
|
|
11
|
-
// -- eUI module imports specific (recommended for treeshakability)
|
|
12
|
-
const EUI_MODULES = [
|
|
13
|
-
EuiButtonModule,
|
|
14
|
-
EuiPageModule,
|
|
15
|
-
];
|
|
16
|
-
|
|
17
|
-
// -- Components --
|
|
18
|
-
import { @module.class.name@Component } from './components/main.component';
|
|
19
|
-
|
|
20
|
-
const COMPONENTS = [
|
|
21
|
-
@module.class.name@Component,
|
|
22
|
-
];
|
|
23
|
-
|
|
24
|
-
// -- Containers --
|
|
25
|
-
import { @module.class.name@ContainerComponent } from './containers/container.component';
|
|
26
|
-
|
|
27
|
-
const CONTAINERS = [
|
|
28
|
-
@module.class.name@ContainerComponent,
|
|
29
|
-
];
|
|
30
|
-
|
|
31
|
-
// -- Effects --
|
|
32
|
-
const EFFECTS = [
|
|
33
|
-
];
|
|
34
|
-
|
|
35
|
-
// -- Reducer --
|
|
36
|
-
// import { TOKEN, reducerProvider } from './store/reducers';
|
|
37
|
-
|
|
38
|
-
// -- Services --
|
|
39
|
-
const SERVICES = [
|
|
40
|
-
];
|
|
41
|
-
|
|
42
|
-
// -- Constants --
|
|
43
|
-
import { namespace } from './constants';
|
|
44
|
-
|
|
45
|
-
// -- Routes --
|
|
46
|
-
import { RoutingModule } from './routing-module';
|
|
47
|
-
|
|
48
|
-
@NgModule({
|
|
49
|
-
imports: [
|
|
50
|
-
CommonModule,
|
|
51
|
-
// StoreModule.forFeature(namespace, TOKEN),
|
|
52
|
-
// EffectsModule.forFeature(EFFECTS),
|
|
53
|
-
TranslateModule,
|
|
54
|
-
|
|
55
|
-
...EUI_MODULES,
|
|
56
|
-
],
|
|
57
|
-
declarations: [
|
|
58
|
-
...COMPONENTS,
|
|
59
|
-
...CONTAINERS,
|
|
60
|
-
],
|
|
61
|
-
providers: [
|
|
62
|
-
// reducerProvider,
|
|
63
|
-
...SERVICES,
|
|
64
|
-
],
|
|
65
|
-
exports: [],
|
|
66
|
-
})
|
|
67
|
-
export class @module.class.name@CommonModule {
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
@NgModule({
|
|
71
|
-
imports: [
|
|
72
|
-
@module.class.name@CommonModule,
|
|
73
|
-
RoutingModule,
|
|
74
|
-
],
|
|
75
|
-
exports: [
|
|
76
|
-
@module.class.name@CommonModule,
|
|
77
|
-
],
|
|
78
|
-
})
|
|
79
|
-
export class @module.class.name@Module {
|
|
80
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { RouterModule, Routes } from '@angular/router';
|
|
3
|
-
|
|
4
|
-
import { @module.class.name@ContainerComponent } from './containers/container.component';
|
|
5
|
-
|
|
6
|
-
export const routes: Routes = [
|
|
7
|
-
{
|
|
8
|
-
path: '',
|
|
9
|
-
pathMatch: 'full',
|
|
10
|
-
component: @module.class.name@ContainerComponent,
|
|
11
|
-
},
|
|
12
|
-
];
|
|
13
|
-
|
|
14
|
-
@NgModule({
|
|
15
|
-
imports: [
|
|
16
|
-
RouterModule.forChild(routes),
|
|
17
|
-
],
|
|
18
|
-
exports: [
|
|
19
|
-
RouterModule,
|
|
20
|
-
],
|
|
21
|
-
})
|
|
22
|
-
export class RoutingModule {
|
|
23
|
-
}
|
|
@@ -1,21 +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/zone';
|
|
4
|
-
import 'zone.js/dist/zone-testing';
|
|
5
|
-
import { getTestBed } from '@angular/core/testing';
|
|
6
|
-
import {
|
|
7
|
-
BrowserDynamicTestingModule,
|
|
8
|
-
platformBrowserDynamicTesting,
|
|
9
|
-
} from '@angular/platform-browser-dynamic/testing';
|
|
10
|
-
|
|
11
|
-
declare const require: any;
|
|
12
|
-
|
|
13
|
-
// First, initialize the Angular testing environment.
|
|
14
|
-
getTestBed().initTestEnvironment(
|
|
15
|
-
BrowserDynamicTestingModule,
|
|
16
|
-
platformBrowserDynamicTesting(),
|
|
17
|
-
);
|
|
18
|
-
// Then we find all the tests.
|
|
19
|
-
const context = require.context('./', true, /\.spec\.ts$/);
|
|
20
|
-
// And load the modules.
|
|
21
|
-
context.keys().map(context);
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "../../tsconfig.build.json",
|
|
3
|
-
"compilerOptions": {
|
|
4
|
-
"outDir": "./out-tsc/lib",
|
|
5
|
-
"target": "ES2022",
|
|
6
|
-
"module": "ES2022",
|
|
7
|
-
"moduleResolution": "node",
|
|
8
|
-
"declaration": true,
|
|
9
|
-
"sourceMap": true,
|
|
10
|
-
"inlineSources": true,
|
|
11
|
-
"emitDecoratorMetadata": true,
|
|
12
|
-
"experimentalDecorators": true,
|
|
13
|
-
"importHelpers": true,
|
|
14
|
-
"types": [],
|
|
15
|
-
"lib": [
|
|
16
|
-
"ES2022",
|
|
17
|
-
"dom"
|
|
18
|
-
]
|
|
19
|
-
},
|
|
20
|
-
"angularCompilerOptions": {
|
|
21
|
-
"annotateForClosureCompiler": true,
|
|
22
|
-
"skipTemplateCodegen": true,
|
|
23
|
-
"strictMetadataEmit": true,
|
|
24
|
-
"fullTemplateTypeCheck": true,
|
|
25
|
-
"strictInjectionParameters": true,
|
|
26
|
-
"enableResourceInlining": true
|
|
27
|
-
},
|
|
28
|
-
"exclude": [
|
|
29
|
-
"src/test.ts",
|
|
30
|
-
"**/*.spec.ts"
|
|
31
|
-
]
|
|
32
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "../../.eslintrc.mwp.json",
|
|
3
|
-
"ignorePatterns": [
|
|
4
|
-
"!**/*",
|
|
5
|
-
"**/*.d.ts",
|
|
6
|
-
"dist",
|
|
7
|
-
"test",
|
|
8
|
-
"coverage",
|
|
9
|
-
"externals",
|
|
10
|
-
"legacy"
|
|
11
|
-
],
|
|
12
|
-
"overrides": [
|
|
13
|
-
{
|
|
14
|
-
"files": [
|
|
15
|
-
"*.ts"
|
|
16
|
-
],
|
|
17
|
-
"parserOptions": {
|
|
18
|
-
"project": [
|
|
19
|
-
"packages/@module.full.name@/tsconfig.lib.json",
|
|
20
|
-
"packages/@module.full.name@/tsconfig.spec.json"
|
|
21
|
-
]
|
|
22
|
-
},
|
|
23
|
-
"rules": {
|
|
24
|
-
"@angular-eslint/component-selector": [
|
|
25
|
-
"error",
|
|
26
|
-
{
|
|
27
|
-
"type": "element",
|
|
28
|
-
"prefix": ["@module.scope.string@"],
|
|
29
|
-
"style": "kebab-case"
|
|
30
|
-
}
|
|
31
|
-
],
|
|
32
|
-
"@angular-eslint/directive-selector": [
|
|
33
|
-
"error",
|
|
34
|
-
{
|
|
35
|
-
"type": "attribute",
|
|
36
|
-
"prefix": ["@module.scope.string@"],
|
|
37
|
-
"style": "camelCase"
|
|
38
|
-
}
|
|
39
|
-
]
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
]
|
|
43
|
-
}
|
package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-default/assets/i18n/fr.json
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"@module.scope-name@.TITLE": "**fr** @module.scope-name@ **fr**",
|
|
3
|
-
"@module.scope-name@.FILTER": "**fr** Search filter **fr**",
|
|
4
|
-
"@module.scope-name@.QUICK_SECTION": "**fr** Quick filter **fr**",
|
|
5
|
-
"@module.scope-name@.SEARCH_RESULT": "**fr** Filter results **fr**"
|
|
6
|
-
}
|
package/scripts/csdr/cli/skeletons/package/frontend/15.x/participant-default/gitignore_TO_REPLACE
DELETED
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
2
|
-
|
|
3
|
-
# compiled output
|
|
4
|
-
**/node_modules
|
|
5
|
-
**/target
|
|
6
|
-
**/build
|
|
7
|
-
**/dist
|
|
8
|
-
**/out-tsc
|
|
9
|
-
**/tmp
|
|
10
|
-
**/test/reports
|
|
11
|
-
|
|
12
|
-
# IDEs and editors
|
|
13
|
-
/.idea
|
|
14
|
-
.project
|
|
15
|
-
.classpath
|
|
16
|
-
.c9/
|
|
17
|
-
*.launch
|
|
18
|
-
.settings/
|
|
19
|
-
*.sublime-workspace
|
|
20
|
-
|
|
21
|
-
# IDE - VSCode
|
|
22
|
-
.vscode/*
|
|
23
|
-
!.vscode/settings.json
|
|
24
|
-
!.vscode/tasks.json
|
|
25
|
-
!.vscode/launch.json
|
|
26
|
-
!.vscode/extensions.json
|
|
27
|
-
|
|
28
|
-
# misc
|
|
29
|
-
/.sass-cache
|
|
30
|
-
/connect.lock
|
|
31
|
-
/coverage
|
|
32
|
-
/libpeerconnection.log
|
|
33
|
-
npm-debug.log
|
|
34
|
-
testem.log
|
|
35
|
-
/typings
|
|
36
|
-
yarn-error.log
|
|
37
|
-
|
|
38
|
-
# e2e
|
|
39
|
-
/e2e/*.js
|
|
40
|
-
/e2e/*.map
|
|
41
|
-
**/src/**/*.js
|
|
42
|
-
**/src/**/*.map
|
|
43
|
-
|
|
44
|
-
# System Files
|
|
45
|
-
.DS_Store
|
|
46
|
-
Thumbs.db
|