@cerema/cadriciel 0.5.0 → 0.5.1
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/cli.js +5 -3
- package/package.json +1 -1
- package/_template/.idea/compiler.xml +0 -28
- package/_template/.idea/encodings.xml +0 -13
- package/_template/.idea/jarRepositories.xml +0 -30
- package/_template/.idea/jpa-buddy.xml +0 -7
- package/_template/.idea/misc.xml +0 -15
- package/_template/README.md +0 -118
- package/_template/angular.json +0 -139
- package/_template/docker/data/db/.gitkeep +0 -0
- package/_template/docker/data/pgadmin/.gitkeep +0 -0
- package/_template/docker/docker-compose.yml +0 -22
- package/_template/mvnw +0 -310
- package/_template/mvnw.cmd +0 -182
- package/_template/package-lock.json +0 -5
- package/_template/package.json +0 -77
- package/_template/pom.xml +0 -234
- package/_template/yarn.lock +0 -7005
- package/_template/{{project}}-data/Readme.md +0 -27
- package/_template/{{project}}-data/pom.xml +0 -46
- package/_template/{{project}}-data/src/main/resources/db/dev/Readme.md +0 -5
- package/_template/{{project}}-data/src/main/resources/db/dev/V202206021513__dev-data.sql +0 -5
- package/_template/{{project}}-data/src/main/resources/db/migration/Readme.md +0 -38
- package/_template/{{project}}-data/src/main/resources/db/migration/V202110140819__Init.sql +0 -23
- package/_template/{{project}}-data/src/main/resources/flyway.properties +0 -10
- package/_template/{{project}}-ihm/karma.conf.js +0 -65
- package/_template/{{project}}-ihm/pom.xml +0 -192
- package/_template/{{project}}-ihm/src/app/app-routing.module.ts +0 -35
- package/_template/{{project}}-ihm/src/app/app.component.css +0 -40
- package/_template/{{project}}-ihm/src/app/app.component.html +0 -1
- package/_template/{{project}}-ihm/src/app/app.component.spec.ts +0 -25
- package/_template/{{project}}-ihm/src/app/app.component.ts +0 -60
- package/_template/{{project}}-ihm/src/app/app.module.ts +0 -104
- package/_template/{{project}}-ihm/src/app/layout/api/menuchangeevent.ts +0 -4
- package/_template/{{project}}-ihm/src/app/layout/api/tabcloseevent.ts +0 -6
- package/_template/{{project}}-ihm/src/app/layout/app.breadcrumb.component.html +0 -14
- package/_template/{{project}}-ihm/src/app/layout/app.breadcrumb.component.ts +0 -48
- package/_template/{{project}}-ihm/src/app/layout/app.footer.component.html +0 -20
- package/_template/{{project}}-ihm/src/app/layout/app.footer.component.ts +0 -22
- package/_template/{{project}}-ihm/src/app/layout/app.menu.component.html +0 -3
- package/_template/{{project}}-ihm/src/app/layout/app.menu.component.ts +0 -30
- package/_template/{{project}}-ihm/src/app/layout/app.menu.service.ts +0 -23
- package/_template/{{project}}-ihm/src/app/layout/app.menuitem.component.ts +0 -213
- package/_template/{{project}}-ihm/src/app/layout/app.sidebar.component.html +0 -5
- package/_template/{{project}}-ihm/src/app/layout/app.sidebar.component.ts +0 -13
- package/_template/{{project}}-ihm/src/app/layout/app.topbar.component.html +0 -78
- package/_template/{{project}}-ihm/src/app/layout/app.topbar.component.ts +0 -72
- package/_template/{{project}}-ihm/src/app/layout/config/app.config.component.html +0 -85
- package/_template/{{project}}-ihm/src/app/layout/config/app.config.component.ts +0 -230
- package/_template/{{project}}-ihm/src/app/layout/config/config.module.ts +0 -27
- package/_template/{{project}}-ihm/src/app/layout/main/main.component.html +0 -15
- package/_template/{{project}}-ihm/src/app/layout/main/main.component.spec.ts +0 -29
- package/_template/{{project}}-ihm/src/app/layout/main/main.component.ts +0 -156
- package/_template/{{project}}-ihm/src/app/layout/main-routing.module.ts +0 -32
- package/_template/{{project}}-ihm/src/app/layout/main.module.ts +0 -45
- package/_template/{{project}}-ihm/src/app/layout/service/app.layout.service.ts +0 -124
- package/_template/{{project}}-ihm/src/app/shared/components/code/code.component.ts +0 -22
- package/_template/{{project}}-ihm/src/app/shared/components/indic/indic.component.html +0 -8
- package/_template/{{project}}-ihm/src/app/shared/components/indic/indic.component.scss +0 -0
- package/_template/{{project}}-ihm/src/app/shared/components/indic/indic.component.spec.ts +0 -23
- package/_template/{{project}}-ihm/src/app/shared/components/indic/indic.component.ts +0 -61
- package/_template/{{project}}-ihm/src/app/shared/constants/dateFormat.constants.ts +0 -1
- package/_template/{{project}}-ihm/src/app/shared/constants/mocks/user-mocks.constants.ts +0 -36
- package/_template/{{project}}-ihm/src/app/shared/constants/pagination.constants.ts +0 -1
- package/_template/{{project}}-ihm/src/app/shared/core/config/application-config.service.spec.ts +0 -16
- package/_template/{{project}}-ihm/src/app/shared/core/config/application-config.service.ts +0 -46
- package/_template/{{project}}-ihm/src/app/shared/core/guard/can-modify.guard.spec.ts +0 -98
- package/_template/{{project}}-ihm/src/app/shared/core/guard/can-modify.guard.ts +0 -36
- package/_template/{{project}}-ihm/src/app/shared/core/guard/login.guard.spec.ts +0 -21
- package/_template/{{project}}-ihm/src/app/shared/core/guard/login.guard.ts +0 -23
- package/_template/{{project}}-ihm/src/app/shared/core/interceptor/handle-req.interceptor.ts +0 -31
- package/_template/{{project}}-ihm/src/app/shared/core/interceptor/index.ts +0 -10
- package/_template/{{project}}-ihm/src/app/shared/core/request/pageable.model.ts +0 -5
- package/_template/{{project}}-ihm/src/app/shared/core/request/request-util.ts +0 -21
- package/_template/{{project}}-ihm/src/app/shared/core/resolver/accueil.resolver.spec.ts +0 -21
- package/_template/{{project}}-ihm/src/app/shared/core/resolver/accueil.resolver.ts +0 -18
- package/_template/{{project}}-ihm/src/app/shared/core/storage/MyLocalStorageService.ts +0 -23
- package/_template/{{project}}-ihm/src/app/shared/core/storage/MyStorageService.ts +0 -17
- package/_template/{{project}}-ihm/src/app/shared/entities/claims.model.ts +0 -9
- package/_template/{{project}}-ihm/src/app/shared/entities/user.model.ts +0 -9
- package/_template/{{project}}-ihm/src/app/shared/enums/roles.enums.ts +0 -6
- package/_template/{{project}}-ihm/src/app/shared/service/user.service.spec.ts +0 -64
- package/_template/{{project}}-ihm/src/app/shared/service/user.service.ts +0 -46
- package/_template/{{project}}-ihm/src/app/shared/shared.module.ts +0 -15
- package/_template/{{project}}-ihm/src/app/{{project}}/components/auth/accessdenied/accessdenied-routing.module.ts +0 -12
- package/_template/{{project}}-ihm/src/app/{{project}}/components/auth/accessdenied/accessdenied.component.html +0 -11
- package/_template/{{project}}-ihm/src/app/{{project}}/components/auth/accessdenied/accessdenied.component.ts +0 -7
- package/_template/{{project}}-ihm/src/app/{{project}}/components/auth/accessdenied/accessdenied.module.ts +0 -18
- package/_template/{{project}}-ihm/src/app/{{project}}/components/auth/auth-routing.module.ts +0 -14
- package/_template/{{project}}-ihm/src/app/{{project}}/components/auth/auth.module.ts +0 -13
- package/_template/{{project}}-ihm/src/app/{{project}}/components/auth/error/error-routing.module.ts +0 -12
- package/_template/{{project}}-ihm/src/app/{{project}}/components/auth/error/error.component.html +0 -10
- package/_template/{{project}}-ihm/src/app/{{project}}/components/auth/error/error.component.ts +0 -7
- package/_template/{{project}}-ihm/src/app/{{project}}/components/auth/error/error.module.ts +0 -18
- package/_template/{{project}}-ihm/src/app/{{project}}/components/auth/login/login-routing.module.ts +0 -12
- package/_template/{{project}}-ihm/src/app/{{project}}/components/auth/login/login.component.html +0 -15
- package/_template/{{project}}-ihm/src/app/{{project}}/components/auth/login/login.component.ts +0 -46
- package/_template/{{project}}-ihm/src/app/{{project}}/components/auth/login/login.module.ts +0 -22
- package/_template/{{project}}-ihm/src/app/{{project}}/components/auth/logout/logout/logout.component.html +0 -8
- package/_template/{{project}}-ihm/src/app/{{project}}/components/auth/logout/logout/logout.component.scss +0 -21
- package/_template/{{project}}-ihm/src/app/{{project}}/components/auth/logout/logout/logout.component.spec.ts +0 -26
- package/_template/{{project}}-ihm/src/app/{{project}}/components/auth/logout/logout/logout.component.ts +0 -15
- package/_template/{{project}}-ihm/src/app/{{project}}/components/auth/logout/logout.module.ts +0 -27
- package/_template/{{project}}-ihm/src/app/{{project}}/components/documentation/architecture/architecture.component.html +0 -132
- package/_template/{{project}}-ihm/src/app/{{project}}/components/documentation/architecture/architecture.component.scss +0 -0
- package/_template/{{project}}-ihm/src/app/{{project}}/components/documentation/architecture/architecture.component.spec.ts +0 -23
- package/_template/{{project}}-ihm/src/app/{{project}}/components/documentation/architecture/architecture.component.ts +0 -86
- package/_template/{{project}}-ihm/src/app/{{project}}/components/documentation/demarrer/demarrer.component.html +0 -3
- package/_template/{{project}}-ihm/src/app/{{project}}/components/documentation/demarrer/demarrer.component.scss +0 -0
- package/_template/{{project}}-ihm/src/app/{{project}}/components/documentation/demarrer/demarrer.component.spec.ts +0 -23
- package/_template/{{project}}-ihm/src/app/{{project}}/components/documentation/demarrer/demarrer.component.ts +0 -15
- package/_template/{{project}}-ihm/src/app/{{project}}/components/documentation/deploiement/deploiement.component.html +0 -3
- package/_template/{{project}}-ihm/src/app/{{project}}/components/documentation/deploiement/deploiement.component.scss +0 -0
- package/_template/{{project}}-ihm/src/app/{{project}}/components/documentation/deploiement/deploiement.component.spec.ts +0 -23
- package/_template/{{project}}-ihm/src/app/{{project}}/components/documentation/deploiement/deploiement.component.ts +0 -15
- package/_template/{{project}}-ihm/src/app/{{project}}/components/documentation/documentation-routing.module.ts +0 -25
- package/_template/{{project}}-ihm/src/app/{{project}}/components/documentation/documentation.module.ts +0 -39
- package/_template/{{project}}-ihm/src/app/{{project}}/components/documentation/persitance/persitance.component.html +0 -3
- package/_template/{{project}}-ihm/src/app/{{project}}/components/documentation/persitance/persitance.component.scss +0 -0
- package/_template/{{project}}-ihm/src/app/{{project}}/components/documentation/persitance/persitance.component.spec.ts +0 -23
- package/_template/{{project}}-ihm/src/app/{{project}}/components/documentation/persitance/persitance.component.ts +0 -15
- package/_template/{{project}}-ihm/src/app/{{project}}/components/documentation/portail/portail.component.html +0 -117
- package/_template/{{project}}-ihm/src/app/{{project}}/components/documentation/portail/portail.component.scss +0 -0
- package/_template/{{project}}-ihm/src/app/{{project}}/components/documentation/portail/portail.component.spec.ts +0 -23
- package/_template/{{project}}-ihm/src/app/{{project}}/components/documentation/portail/portail.component.ts +0 -25
- package/_template/{{project}}-ihm/src/app/{{project}}/components/documentation/securite/securite.component.html +0 -3
- package/_template/{{project}}-ihm/src/app/{{project}}/components/documentation/securite/securite.component.scss +0 -0
- package/_template/{{project}}-ihm/src/app/{{project}}/components/documentation/securite/securite.component.spec.ts +0 -23
- package/_template/{{project}}-ihm/src/app/{{project}}/components/documentation/securite/securite.component.ts +0 -15
- package/_template/{{project}}-ihm/src/app/{{project}}/components/documentation/tests/tests.component.html +0 -3
- package/_template/{{project}}-ihm/src/app/{{project}}/components/documentation/tests/tests.component.scss +0 -0
- package/_template/{{project}}-ihm/src/app/{{project}}/components/documentation/tests/tests.component.spec.ts +0 -23
- package/_template/{{project}}-ihm/src/app/{{project}}/components/documentation/tests/tests.component.ts +0 -15
- package/_template/{{project}}-ihm/src/app/{{project}}/components/notfound/notfound-routing.module.ts +0 -12
- package/_template/{{project}}-ihm/src/app/{{project}}/components/notfound/notfound.component.html +0 -42
- package/_template/{{project}}-ihm/src/app/{{project}}/components/notfound/notfound.component.ts +0 -7
- package/_template/{{project}}-ihm/src/app/{{project}}/components/notfound/notfound.module.ts +0 -18
- package/_template/{{project}}-ihm/src/assets/.gitkeep +0 -0
- package/_template/{{project}}-ihm/src/assets/favicon.ico +0 -0
- package/_template/{{project}}-ihm/src/assets/i18n/fr.json +0 -33
- package/_template/{{project}}-ihm/src/assets/images/angular.png +0 -0
- package/_template/{{project}}-ihm/src/assets/images/orionavatar.png +0 -0
- package/_template/{{project}}-ihm/src/assets/layout/fonts/lato-v17-latin-ext_latin-300.woff +0 -0
- package/_template/{{project}}-ihm/src/assets/layout/fonts/lato-v17-latin-ext_latin-300.woff2 +0 -0
- package/_template/{{project}}-ihm/src/assets/layout/fonts/lato-v17-latin-ext_latin-700.woff +0 -0
- package/_template/{{project}}-ihm/src/assets/layout/fonts/lato-v17-latin-ext_latin-700.woff2 +0 -0
- package/_template/{{project}}-ihm/src/assets/layout/fonts/lato-v17-latin-ext_latin-regular.woff +0 -0
- package/_template/{{project}}-ihm/src/assets/layout/fonts/lato-v17-latin-ext_latin-regular.woff2 +0 -0
- package/_template/{{project}}-ihm/src/assets/layout/images/LogoCerema.svg +0 -226
- package/_template/{{project}}-ihm/src/assets/layout/images/LogoCerema_horizontal.svg +0 -167
- package/_template/{{project}}-ihm/src/assets/layout/images/SpinnerCerema.svg +0 -5
- package/_template/{{project}}-ihm/src/assets/layout/images/avatar.png +0 -0
- package/_template/{{project}}-ihm/src/assets/layout/images/logo-dark.png +0 -0
- package/_template/{{project}}-ihm/src/assets/layout/images/logo-light.png +0 -0
- package/_template/{{project}}-ihm/src/assets/layout/images/user.png +0 -0
- package/_template/{{project}}-ihm/src/assets/layout/styles/layout/_breadcrumb.scss +0 -18
- package/_template/{{project}}-ihm/src/assets/layout/styles/layout/_config.scss +0 -33
- package/_template/{{project}}-ihm/src/assets/layout/styles/layout/_content.scss +0 -20
- package/_template/{{project}}-ihm/src/assets/layout/styles/layout/_fonts.scss +0 -27
- package/_template/{{project}}-ihm/src/assets/layout/styles/layout/_footer.scss +0 -25
- package/_template/{{project}}-ihm/src/assets/layout/styles/layout/_main.scss +0 -29
- package/_template/{{project}}-ihm/src/assets/layout/styles/layout/_responsive.scss +0 -159
- package/_template/{{project}}-ihm/src/assets/layout/styles/layout/_sidebar.scss +0 -2
- package/_template/{{project}}-ihm/src/assets/layout/styles/layout/_topbar.scss +0 -250
- package/_template/{{project}}-ihm/src/assets/layout/styles/layout/_typography.scss +0 -63
- package/_template/{{project}}-ihm/src/assets/layout/styles/layout/_utils.scss +0 -19
- package/_template/{{project}}-ihm/src/assets/layout/styles/layout/layout.scss +0 -15
- package/_template/{{project}}-ihm/src/assets/layout/styles/layout/preloading.css +0 -64
- package/_template/{{project}}-ihm/src/assets/layout/styles/layout/preloading.scss +0 -79
- package/_template/{{project}}-ihm/src/assets/layout/styles/layout/sidebar/_sidebar_slim.scss +0 -131
- package/_template/{{project}}-ihm/src/assets/layout/styles/layout/sidebar/_sidebar_vertical.scss +0 -133
- package/_template/{{project}}-ihm/src/assets/layout/styles/layout/theme/_dark.scss +0 -10
- package/_template/{{project}}-ihm/src/assets/layout/styles/layout/theme/_light.scss +0 -10
- package/_template/{{project}}-ihm/src/assets/layout/styles/layout/theme/_primary.scss +0 -10
- package/_template/{{project}}-ihm/src/assets/layout/styles/layout/theme/_themes.scss +0 -3
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/_colors.scss +0 -17
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/_common.scss +0 -68
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/_components.scss +0 -102
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/_mixins.scss +0 -203
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/button/_button.scss +0 -560
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/button/_speeddial.scss +0 -81
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/button/_splitbutton.scss +0 -381
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/data/_carousel.scss +0 -37
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/data/_datatable.scss +0 -278
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/data/_dataview.scss +0 -55
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/data/_filter.scss +0 -138
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/data/_fullcalendar.scss +0 -329
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/data/_orderlist.scss +0 -103
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/data/_organizationchart.scss +0 -50
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/data/_paginator.scss +0 -92
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/data/_picklist.scss +0 -103
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/data/_timeline.scss +0 -38
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/data/_tree.scss +0 -144
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/data/_treetable.scss +0 -246
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/data/_virtualscroller.scss +0 -28
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/file/_fileupload.scss +0 -58
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_autocomplete.scss +0 -117
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_calendar.scss +0 -263
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_cascadeselect.scss +0 -109
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_checkbox.scss +0 -85
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_chips.scss +0 -54
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_colorpicker.scss +0 -19
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_dropdown.scss +0 -135
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_editor.scss +0 -122
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_inputgroup.scss +0 -75
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_inputmask.scss +0 -16
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_inputnumber.scss +0 -28
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_inputswitch.scss +0 -60
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_inputtext.scss +0 -99
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_listbox.scss +0 -82
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_multiselect.scss +0 -171
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_password.scss +0 -53
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_radiobutton.scss +0 -78
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_rating.scss +0 -48
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_selectbutton.scss +0 -50
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_slider.scss +0 -71
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_togglebutton.scss +0 -48
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_treeselect.scss +0 -139
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/menu/_breadcrumb.scss +0 -42
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/menu/_contextmenu.scss +0 -56
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/menu/_dock.scss +0 -86
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/menu/_megamenu.scss +0 -106
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/menu/_menu.scss +0 -45
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/menu/_menubar.scss +0 -183
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/menu/_panelmenu.scss +0 -140
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/menu/_slidemenu.scss +0 -59
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/menu/_steps.scss +0 -56
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/menu/_tabmenu.scss +0 -69
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/menu/_tieredmenu.scss +0 -60
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/messages/_inlinemessage.scss +0 -64
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/messages/_message.scss +0 -102
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/messages/_toast.scss +0 -95
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/misc/_avatar.scss +0 -30
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/misc/_badge.scss +0 -48
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/misc/_blockui.scss +0 -0
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/misc/_chip.scss +0 -38
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/misc/_inplace.scss +0 -17
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/misc/_progressbar.scss +0 -17
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/misc/_scrolltop.scss +0 -20
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/misc/_skeleton.scss +0 -8
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/misc/_tag.scss +0 -35
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/misc/_terminal.scss +0 -11
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/multimedia/_galleria.scss +0 -139
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/multimedia/_image.scss +0 -44
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/overlay/_confirmpopup.scss +0 -65
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/overlay/_dialog.scss +0 -64
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/overlay/_overlaypanel.scss +0 -62
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/overlay/_sidebar.scss +0 -23
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/overlay/_tooltip.scss +0 -33
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/panel/_accordion.scss +0 -119
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/panel/_card.scss +0 -30
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/panel/_divider.scss +0 -31
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/panel/_fieldset.scss +0 -47
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/panel/_panel.scss +0 -58
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/panel/_scrollpanel.scss +0 -6
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/panel/_splitter.scss +0 -19
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/panel/_tabview.scss +0 -78
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/panel/_toolbar.scss +0 -10
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/_extensions.scss +0 -90
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/_variables.scss +0 -867
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/blue/theme.css +0 -7341
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/blue/theme.scss +0 -12
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/cyan/theme.css +0 -7341
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/cyan/theme.scss +0 -12
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/deeppurple/theme.css +0 -7341
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/deeppurple/theme.scss +0 -12
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/green/theme.css +0 -7341
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/green/theme.scss +0 -12
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/indigo/theme.css +0 -6228
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/indigo/theme.scss +0 -12
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/lime/theme.css +0 -7341
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/lime/theme.scss +0 -12
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/orange/theme.css +0 -7341
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/orange/theme.scss +0 -12
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/pink/theme.css +0 -7341
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/pink/theme.scss +0 -12
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/purple/theme.css +0 -7341
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/purple/theme.scss +0 -12
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/yellow/theme.css +0 -7341
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/yellow/theme.scss +0 -12
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/_extensions.scss +0 -90
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/_variables.scss +0 -870
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/blue/theme.css +0 -7341
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/blue/theme.scss +0 -12
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/cyan/theme.css +0 -7341
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/cyan/theme.scss +0 -12
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/deeppurple/theme.css +0 -7341
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/deeppurple/theme.scss +0 -12
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/green/theme.css +0 -7341
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/green/theme.scss +0 -12
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/indigo/theme.css +0 -7341
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/indigo/theme.scss +0 -12
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/lime/theme.css +0 -7341
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/lime/theme.scss +0 -12
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/orange/theme.css +0 -7341
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/orange/theme.scss +0 -12
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/pink/theme.css +0 -7341
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/pink/theme.scss +0 -12
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/purple/theme.css +0 -7341
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/purple/theme.scss +0 -12
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/yellow/theme.css +0 -7341
- package/_template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/yellow/theme.scss +0 -12
- package/_template/{{project}}-ihm/src/assets/{{project}}/data/chat.json +0 -124
- package/_template/{{project}}-ihm/src/assets/{{project}}/data/countries.json +0 -972
- package/_template/{{project}}-ihm/src/assets/{{project}}/data/customers-large.json +0 -3604
- package/_template/{{project}}-ihm/src/assets/{{project}}/data/customers-medium.json +0 -804
- package/_template/{{project}}-ihm/src/assets/{{project}}/data/customers-small.json +0 -164
- package/_template/{{project}}-ihm/src/assets/{{project}}/data/file-management.json +0 -197
- package/_template/{{project}}-ihm/src/assets/{{project}}/data/files-lazy.json +0 -25
- package/_template/{{project}}-ihm/src/assets/{{project}}/data/files.json +0 -120
- package/_template/{{project}}-ihm/src/assets/{{project}}/data/filesystem-lazy.json +0 -20
- package/_template/{{project}}-ihm/src/assets/{{project}}/data/filesystem.json +0 -312
- package/_template/{{project}}-ihm/src/assets/{{project}}/data/gares.json +0 -6179
- package/_template/{{project}}-ihm/src/assets/{{project}}/data/icons.json +0 -8516
- package/_template/{{project}}-ihm/src/assets/{{project}}/data/kanban.json +0 -304
- package/_template/{{project}}-ihm/src/assets/{{project}}/data/mail.json +0 -365
- package/_template/{{project}}-ihm/src/assets/{{project}}/data/members.json +0 -49
- package/_template/{{project}}-ihm/src/assets/{{project}}/data/photos.json +0 -94
- package/_template/{{project}}-ihm/src/assets/{{project}}/data/products-mixed.json +0 -364
- package/_template/{{project}}-ihm/src/assets/{{project}}/data/products-orders-small.json +0 -341
- package/_template/{{project}}-ihm/src/assets/{{project}}/data/products-orders.json +0 -833
- package/_template/{{project}}-ihm/src/assets/{{project}}/data/products-small.json +0 -124
- package/_template/{{project}}-ihm/src/assets/{{project}}/data/products.json +0 -394
- package/_template/{{project}}-ihm/src/assets/{{project}}/data/scheduleevents.json +0 -79
- package/_template/{{project}}-ihm/src/assets/{{project}}/data/tasks.json +0 -205
- package/_template/{{project}}-ihm/src/assets/{{project}}/images/auth/access-denied.svg +0 -103
- package/_template/{{project}}-ihm/src/assets/{{project}}/images/auth/error.svg +0 -343
- package/_template/{{project}}-ihm/src/assets/{{project}}/styles/badges.css +0 -109
- package/_template/{{project}}-ihm/src/assets/{{project}}/styles/badges.scss +0 -109
- package/_template/{{project}}-ihm/src/assets/{{project}}/styles/flags/flags.css +0 -1
- package/_template/{{project}}-ihm/src/assets/{{project}}/styles/flags/flags_responsive.png +0 -0
- package/_template/{{project}}-ihm/src/assets/{{project}}/styles/marep_leaflet.css +0 -4
- package/_template/{{project}}-ihm/src/environments/environment.ts +0 -24
- package/_template/{{project}}-ihm/src/index.html +0 -28
- package/_template/{{project}}-ihm/src/main.ts +0 -13
- package/_template/{{project}}-ihm/src/polyfills.ts +0 -64
- package/_template/{{project}}-ihm/src/styles.scss +0 -27
- package/_template/{{project}}-ihm/src/test.ts +0 -24
- package/_template/{{project}}-ihm/src/themes.scss +0 -84
- package/_template/{{project}}-ihm/tsconfig.app.json +0 -13
- package/_template/{{project}}-ihm/tsconfig.json +0 -36
- package/_template/{{project}}-ihm/tsconfig.spec.json +0 -13
- package/_template/{{project}}-metier/pom.xml +0 -134
- package/_template/{{project}}-metier/src/main/java/fr/cerema/dsi/commons/services/ContentMailService.java +0 -18
- package/_template/{{project}}-metier/src/main/java/fr/cerema/dsi/commons/services/GenericService.java +0 -30
- package/_template/{{project}}-metier/src/main/java/fr/cerema/dsi/commons/services/GenericServiceImpl.java +0 -62
- package/_template/{{project}}-metier/src/main/java/fr/cerema/dsi/commons/services/MailService.java +0 -42
- package/_template/{{project}}-metier/src/main/java/fr/cerema/dsi/marep/services/marep/ProfilService.java +0 -24
- package/_template/{{project}}-metier/src/main/java/fr/cerema/dsi/marep/services/marep/UserService.java +0 -36
- package/_template/{{project}}-metier/src/main/java/fr/cerema/dsi/marep/services/marep/impl/ProfilServiceImpl.java +0 -26
- package/_template/{{project}}-metier/src/main/java/fr/cerema/dsi/marep/services/marep/impl/UserServiceImpl.java +0 -75
- package/_template/{{project}}-metier/src/main/java/fr/cerema/dsi/marep/services/security/UserSecurityServiceUtil.java +0 -30
- package/_template/{{project}}-metier/src/test/java/fr/cerema/dsi/marep/services/marep/UserServiceImplTest.java +0 -60
- package/_template/{{project}}-persistance/pom.xml +0 -72
- package/_template/{{project}}-persistance/src/main/java/fr/cerema/dsi/commons/repositories/AbstractDao.java +0 -118
- package/_template/{{project}}-persistance/src/main/java/fr/cerema/dsi/commons/repositories/GenericRepository.java +0 -101
- package/_template/{{project}}-persistance/src/main/java/fr/cerema/dsi/commons/repositories/IAbstractDao.java +0 -66
- package/_template/{{project}}-persistance/src/main/java/fr/cerema/dsi/marep/repositories/marep/ProfilRepository.java +0 -18
- package/_template/{{project}}-persistance/src/main/java/fr/cerema/dsi/marep/repositories/marep/UserRepository.java +0 -28
- package/_template/{{project}}-presentation/Readme.md +0 -98
- package/_template/{{project}}-presentation/pom.xml +0 -258
- package/_template/{{project}}-presentation/src/main/java/fr/cerema/dsi/commons/beans/errors/ApiSubError.java +0 -5
- package/_template/{{project}}-presentation/src/main/java/fr/cerema/dsi/commons/beans/errors/ApiValidationSubError.java +0 -13
- package/_template/{{project}}-presentation/src/main/java/fr/cerema/dsi/commons/beans/errors/JsonApiError.java +0 -308
- package/_template/{{project}}-presentation/src/main/java/fr/cerema/dsi/commons/controllers/AbstractErrorHandler.java +0 -67
- package/_template/{{project}}-presentation/src/main/java/fr/cerema/dsi/commons/controllers/CustomErrorController.java +0 -57
- package/_template/{{project}}-presentation/src/main/java/fr/cerema/dsi/commons/controllers/RestResponseEntityExceptionHandler.java +0 -75
- package/_template/{{project}}-presentation/src/main/java/fr/cerema/dsi/commons/security/auth/jwt/exceptions/InvalidTokenException.java +0 -30
- package/_template/{{project}}-presentation/src/main/java/fr/cerema/dsi/commons/security/exceptions/AuthenticationServiceException.java +0 -30
- package/_template/{{project}}-presentation/src/main/java/fr/cerema/dsi/commons/security/exceptions/NoRoleForUserServiceException.java +0 -29
- package/_template/{{project}}-presentation/src/main/java/fr/cerema/dsi/commons/security/filters/AppCorsFilter.java +0 -45
- package/_template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/App.java +0 -20
- package/_template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/config/AspectJConfiguration.java +0 -58
- package/_template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/config/AuthenticationTokenFilter.java +0 -126
- package/_template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/config/MailConfig.java +0 -54
- package/_template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/config/ResourceServerConfig.java +0 -78
- package/_template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/config/WebConfiguration.java +0 -60
- package/_template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/config/service/CustomUserDetailsService.java +0 -41
- package/_template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/config/service/StaticResourcesWebConfiguration.java +0 -41
- package/_template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/controllers/AccountController.java +0 -59
- package/_template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/controllers/ApiOpenController.java +0 -62
- package/_template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/controllers/HelloWorld.java +0 -11
- package/_template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/controllers/UserController.java +0 -63
- package/_template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/dto/CommuneDTO.java +0 -19
- package/_template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/dto/CommuneWithGeoDTO.java +0 -19
- package/_template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/dto/DepartementDTO.java +0 -19
- package/_template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/dto/DepartementWithGeoDTO.java +0 -18
- package/_template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/dto/GareDTO.java +0 -49
- package/_template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/dto/GenericDTO.java +0 -20
- package/_template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/dto/ProfilDTO.java +0 -26
- package/_template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/dto/RegionDTO.java +0 -19
- package/_template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/dto/RegionWithGeoDTO.java +0 -18
- package/_template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/dto/UserDTO.java +0 -57
- package/_template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/dto/UserWithCurrentAuthorityDTO.java +0 -31
- package/_template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/mapper/UserMapper.java +0 -26
- package/_template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/utils/GeometryUtils.java +0 -17
- package/_template/{{project}}-presentation/src/main/resources/META-INF/spring.factories +0 -2
- package/_template/{{project}}-presentation/src/main/resources/banner.txt +0 -3
- package/_template/{{project}}-presentation/src/main/resources/logback-spring.xml +0 -15
- package/_template/{{project}}-presentation/src/main/resources-filtered/application-dev.yml +0 -143
- package/_template/{{project}}-presentation/src/main/resources-filtered/application.yml +0 -131
- package/_template/{{project}}-presentation/src/test/java/fr/cerema/dsi/marep/service/IntegrationTest.java +0 -18
- package/_template/{{project}}-presentation/src/test/java/fr/cerema/dsi/marep/service/UserServiceImplIT.java +0 -43
- package/_template/{{project}}-presentation/src/test/resources/application.yml +0 -41
- package/_template/{{project}}-presentation/src/test/resources/db.migration/Readme.md +0 -6
- package/_template/{{project}}-transverse/pom.xml +0 -0
- package/_template/{{project}}-transverse/src/main/java/fr/cerema/dsi/commons/entities/GenericEntity.java +0 -43
- package/_template/{{project}}-transverse/src/main/java/fr/cerema/dsi/commons/exceptions/BadRequestException.java +0 -43
- package/_template/{{project}}-transverse/src/main/java/fr/cerema/dsi/commons/exceptions/EntityNotFoundException.java +0 -9
- package/_template/{{project}}-transverse/src/main/java/fr/cerema/dsi/commons/exceptions/GenericRepositoryException.java +0 -29
- package/_template/{{project}}-transverse/src/main/java/fr/cerema/dsi/commons/exceptions/GenericServiceException.java +0 -29
- package/_template/{{project}}-transverse/src/main/java/fr/cerema/dsi/commons/exceptions/UserNotFoundException.java +0 -11
- package/_template/{{project}}-transverse/src/main/java/fr/cerema/dsi/commons/exceptions/UtilsException.java +0 -13
- package/_template/{{project}}-transverse/src/main/java/fr/cerema/dsi/marep/entities/Commune.java +0 -37
- package/_template/{{project}}-transverse/src/main/java/fr/cerema/dsi/marep/entities/Departement.java +0 -37
- package/_template/{{project}}-transverse/src/main/java/fr/cerema/dsi/marep/entities/Gare.java +0 -48
- package/_template/{{project}}-transverse/src/main/java/fr/cerema/dsi/marep/entities/Profil.java +0 -53
- package/_template/{{project}}-transverse/src/main/java/fr/cerema/dsi/marep/entities/Region.java +0 -30
- package/_template/{{project}}-transverse/src/main/java/fr/cerema/dsi/marep/entities/User.java +0 -79
- package/_template/{{project}}-transverse/src/main/java/fr/cerema/dsi/marep/enums/Role.java +0 -8
- package/_template/{{project}}-transverse/src/main/java/fr/cerema/dsi/marep/exceptions/JwtConfMalformedException.java +0 -9
- package/template/.idea/compiler.xml +0 -28
- package/template/.idea/encodings.xml +0 -13
- package/template/.idea/jarRepositories.xml +0 -30
- package/template/.idea/jpa-buddy.xml +0 -7
- package/template/.idea/misc.xml +0 -15
- package/template/README.md +0 -118
- package/template/angular.json +0 -139
- package/template/docker/data/db/.gitkeep +0 -0
- package/template/docker/data/pgadmin/.gitkeep +0 -0
- package/template/docker/docker-compose.yml +0 -22
- package/template/mvnw +0 -310
- package/template/mvnw.cmd +0 -182
- package/template/package-lock.json +0 -5
- package/template/package.json +0 -77
- package/template/pom.xml +0 -234
- package/template/yarn.lock +0 -7005
- package/template/{{project}}-data/Readme.md +0 -27
- package/template/{{project}}-data/pom.xml +0 -46
- package/template/{{project}}-data/src/main/resources/db/dev/Readme.md +0 -5
- package/template/{{project}}-data/src/main/resources/db/dev/V202206021513__dev-data.sql +0 -5
- package/template/{{project}}-data/src/main/resources/db/migration/Readme.md +0 -38
- package/template/{{project}}-data/src/main/resources/db/migration/V202110140819__Init.sql +0 -23
- package/template/{{project}}-data/src/main/resources/flyway.properties +0 -10
- package/template/{{project}}-ihm/karma.conf.js +0 -65
- package/template/{{project}}-ihm/pom.xml +0 -192
- package/template/{{project}}-ihm/src/app/app-routing.module.ts +0 -35
- package/template/{{project}}-ihm/src/app/app.component.css +0 -40
- package/template/{{project}}-ihm/src/app/app.component.html +0 -1
- package/template/{{project}}-ihm/src/app/app.component.spec.ts +0 -25
- package/template/{{project}}-ihm/src/app/app.component.ts +0 -60
- package/template/{{project}}-ihm/src/app/app.module.ts +0 -104
- package/template/{{project}}-ihm/src/app/layout/api/menuchangeevent.ts +0 -4
- package/template/{{project}}-ihm/src/app/layout/api/tabcloseevent.ts +0 -6
- package/template/{{project}}-ihm/src/app/layout/app.breadcrumb.component.html +0 -14
- package/template/{{project}}-ihm/src/app/layout/app.breadcrumb.component.ts +0 -48
- package/template/{{project}}-ihm/src/app/layout/app.footer.component.html +0 -20
- package/template/{{project}}-ihm/src/app/layout/app.footer.component.ts +0 -22
- package/template/{{project}}-ihm/src/app/layout/app.menu.component.html +0 -3
- package/template/{{project}}-ihm/src/app/layout/app.menu.component.ts +0 -30
- package/template/{{project}}-ihm/src/app/layout/app.menu.service.ts +0 -23
- package/template/{{project}}-ihm/src/app/layout/app.menuitem.component.ts +0 -213
- package/template/{{project}}-ihm/src/app/layout/app.sidebar.component.html +0 -5
- package/template/{{project}}-ihm/src/app/layout/app.sidebar.component.ts +0 -13
- package/template/{{project}}-ihm/src/app/layout/app.topbar.component.html +0 -78
- package/template/{{project}}-ihm/src/app/layout/app.topbar.component.ts +0 -72
- package/template/{{project}}-ihm/src/app/layout/config/app.config.component.html +0 -85
- package/template/{{project}}-ihm/src/app/layout/config/app.config.component.ts +0 -230
- package/template/{{project}}-ihm/src/app/layout/config/config.module.ts +0 -27
- package/template/{{project}}-ihm/src/app/layout/main/main.component.html +0 -15
- package/template/{{project}}-ihm/src/app/layout/main/main.component.spec.ts +0 -29
- package/template/{{project}}-ihm/src/app/layout/main/main.component.ts +0 -156
- package/template/{{project}}-ihm/src/app/layout/main-routing.module.ts +0 -32
- package/template/{{project}}-ihm/src/app/layout/main.module.ts +0 -45
- package/template/{{project}}-ihm/src/app/layout/service/app.layout.service.ts +0 -124
- package/template/{{project}}-ihm/src/app/shared/components/code/code.component.ts +0 -22
- package/template/{{project}}-ihm/src/app/shared/components/indic/indic.component.html +0 -8
- package/template/{{project}}-ihm/src/app/shared/components/indic/indic.component.scss +0 -0
- package/template/{{project}}-ihm/src/app/shared/components/indic/indic.component.spec.ts +0 -23
- package/template/{{project}}-ihm/src/app/shared/components/indic/indic.component.ts +0 -61
- package/template/{{project}}-ihm/src/app/shared/constants/dateFormat.constants.ts +0 -1
- package/template/{{project}}-ihm/src/app/shared/constants/mocks/user-mocks.constants.ts +0 -36
- package/template/{{project}}-ihm/src/app/shared/constants/pagination.constants.ts +0 -1
- package/template/{{project}}-ihm/src/app/shared/core/config/application-config.service.spec.ts +0 -16
- package/template/{{project}}-ihm/src/app/shared/core/config/application-config.service.ts +0 -46
- package/template/{{project}}-ihm/src/app/shared/core/guard/can-modify.guard.spec.ts +0 -98
- package/template/{{project}}-ihm/src/app/shared/core/guard/can-modify.guard.ts +0 -36
- package/template/{{project}}-ihm/src/app/shared/core/guard/login.guard.spec.ts +0 -21
- package/template/{{project}}-ihm/src/app/shared/core/guard/login.guard.ts +0 -23
- package/template/{{project}}-ihm/src/app/shared/core/interceptor/handle-req.interceptor.ts +0 -31
- package/template/{{project}}-ihm/src/app/shared/core/interceptor/index.ts +0 -10
- package/template/{{project}}-ihm/src/app/shared/core/request/pageable.model.ts +0 -5
- package/template/{{project}}-ihm/src/app/shared/core/request/request-util.ts +0 -21
- package/template/{{project}}-ihm/src/app/shared/core/resolver/accueil.resolver.spec.ts +0 -21
- package/template/{{project}}-ihm/src/app/shared/core/resolver/accueil.resolver.ts +0 -18
- package/template/{{project}}-ihm/src/app/shared/core/storage/MyLocalStorageService.ts +0 -23
- package/template/{{project}}-ihm/src/app/shared/core/storage/MyStorageService.ts +0 -17
- package/template/{{project}}-ihm/src/app/shared/entities/claims.model.ts +0 -9
- package/template/{{project}}-ihm/src/app/shared/entities/user.model.ts +0 -9
- package/template/{{project}}-ihm/src/app/shared/enums/roles.enums.ts +0 -6
- package/template/{{project}}-ihm/src/app/shared/service/user.service.spec.ts +0 -64
- package/template/{{project}}-ihm/src/app/shared/service/user.service.ts +0 -46
- package/template/{{project}}-ihm/src/app/shared/shared.module.ts +0 -15
- package/template/{{project}}-ihm/src/app/{{project}}/components/auth/accessdenied/accessdenied-routing.module.ts +0 -12
- package/template/{{project}}-ihm/src/app/{{project}}/components/auth/accessdenied/accessdenied.component.html +0 -11
- package/template/{{project}}-ihm/src/app/{{project}}/components/auth/accessdenied/accessdenied.component.ts +0 -7
- package/template/{{project}}-ihm/src/app/{{project}}/components/auth/accessdenied/accessdenied.module.ts +0 -18
- package/template/{{project}}-ihm/src/app/{{project}}/components/auth/auth-routing.module.ts +0 -14
- package/template/{{project}}-ihm/src/app/{{project}}/components/auth/auth.module.ts +0 -13
- package/template/{{project}}-ihm/src/app/{{project}}/components/auth/error/error-routing.module.ts +0 -12
- package/template/{{project}}-ihm/src/app/{{project}}/components/auth/error/error.component.html +0 -10
- package/template/{{project}}-ihm/src/app/{{project}}/components/auth/error/error.component.ts +0 -7
- package/template/{{project}}-ihm/src/app/{{project}}/components/auth/error/error.module.ts +0 -18
- package/template/{{project}}-ihm/src/app/{{project}}/components/auth/login/login-routing.module.ts +0 -12
- package/template/{{project}}-ihm/src/app/{{project}}/components/auth/login/login.component.html +0 -15
- package/template/{{project}}-ihm/src/app/{{project}}/components/auth/login/login.component.ts +0 -46
- package/template/{{project}}-ihm/src/app/{{project}}/components/auth/login/login.module.ts +0 -22
- package/template/{{project}}-ihm/src/app/{{project}}/components/auth/logout/logout/logout.component.html +0 -8
- package/template/{{project}}-ihm/src/app/{{project}}/components/auth/logout/logout/logout.component.scss +0 -21
- package/template/{{project}}-ihm/src/app/{{project}}/components/auth/logout/logout/logout.component.spec.ts +0 -26
- package/template/{{project}}-ihm/src/app/{{project}}/components/auth/logout/logout/logout.component.ts +0 -15
- package/template/{{project}}-ihm/src/app/{{project}}/components/auth/logout/logout.module.ts +0 -27
- package/template/{{project}}-ihm/src/app/{{project}}/components/documentation/architecture/architecture.component.html +0 -132
- package/template/{{project}}-ihm/src/app/{{project}}/components/documentation/architecture/architecture.component.scss +0 -0
- package/template/{{project}}-ihm/src/app/{{project}}/components/documentation/architecture/architecture.component.spec.ts +0 -23
- package/template/{{project}}-ihm/src/app/{{project}}/components/documentation/architecture/architecture.component.ts +0 -86
- package/template/{{project}}-ihm/src/app/{{project}}/components/documentation/demarrer/demarrer.component.html +0 -3
- package/template/{{project}}-ihm/src/app/{{project}}/components/documentation/demarrer/demarrer.component.scss +0 -0
- package/template/{{project}}-ihm/src/app/{{project}}/components/documentation/demarrer/demarrer.component.spec.ts +0 -23
- package/template/{{project}}-ihm/src/app/{{project}}/components/documentation/demarrer/demarrer.component.ts +0 -15
- package/template/{{project}}-ihm/src/app/{{project}}/components/documentation/deploiement/deploiement.component.html +0 -3
- package/template/{{project}}-ihm/src/app/{{project}}/components/documentation/deploiement/deploiement.component.scss +0 -0
- package/template/{{project}}-ihm/src/app/{{project}}/components/documentation/deploiement/deploiement.component.spec.ts +0 -23
- package/template/{{project}}-ihm/src/app/{{project}}/components/documentation/deploiement/deploiement.component.ts +0 -15
- package/template/{{project}}-ihm/src/app/{{project}}/components/documentation/documentation-routing.module.ts +0 -25
- package/template/{{project}}-ihm/src/app/{{project}}/components/documentation/documentation.module.ts +0 -39
- package/template/{{project}}-ihm/src/app/{{project}}/components/documentation/persitance/persitance.component.html +0 -3
- package/template/{{project}}-ihm/src/app/{{project}}/components/documentation/persitance/persitance.component.scss +0 -0
- package/template/{{project}}-ihm/src/app/{{project}}/components/documentation/persitance/persitance.component.spec.ts +0 -23
- package/template/{{project}}-ihm/src/app/{{project}}/components/documentation/persitance/persitance.component.ts +0 -15
- package/template/{{project}}-ihm/src/app/{{project}}/components/documentation/portail/portail.component.html +0 -117
- package/template/{{project}}-ihm/src/app/{{project}}/components/documentation/portail/portail.component.scss +0 -0
- package/template/{{project}}-ihm/src/app/{{project}}/components/documentation/portail/portail.component.spec.ts +0 -23
- package/template/{{project}}-ihm/src/app/{{project}}/components/documentation/portail/portail.component.ts +0 -25
- package/template/{{project}}-ihm/src/app/{{project}}/components/documentation/securite/securite.component.html +0 -3
- package/template/{{project}}-ihm/src/app/{{project}}/components/documentation/securite/securite.component.scss +0 -0
- package/template/{{project}}-ihm/src/app/{{project}}/components/documentation/securite/securite.component.spec.ts +0 -23
- package/template/{{project}}-ihm/src/app/{{project}}/components/documentation/securite/securite.component.ts +0 -15
- package/template/{{project}}-ihm/src/app/{{project}}/components/documentation/tests/tests.component.html +0 -3
- package/template/{{project}}-ihm/src/app/{{project}}/components/documentation/tests/tests.component.scss +0 -0
- package/template/{{project}}-ihm/src/app/{{project}}/components/documentation/tests/tests.component.spec.ts +0 -23
- package/template/{{project}}-ihm/src/app/{{project}}/components/documentation/tests/tests.component.ts +0 -15
- package/template/{{project}}-ihm/src/app/{{project}}/components/notfound/notfound-routing.module.ts +0 -12
- package/template/{{project}}-ihm/src/app/{{project}}/components/notfound/notfound.component.html +0 -42
- package/template/{{project}}-ihm/src/app/{{project}}/components/notfound/notfound.component.ts +0 -7
- package/template/{{project}}-ihm/src/app/{{project}}/components/notfound/notfound.module.ts +0 -18
- package/template/{{project}}-ihm/src/assets/.gitkeep +0 -0
- package/template/{{project}}-ihm/src/assets/favicon.ico +0 -0
- package/template/{{project}}-ihm/src/assets/i18n/fr.json +0 -33
- package/template/{{project}}-ihm/src/assets/images/angular.png +0 -0
- package/template/{{project}}-ihm/src/assets/images/orionavatar.png +0 -0
- package/template/{{project}}-ihm/src/assets/layout/fonts/lato-v17-latin-ext_latin-300.woff +0 -0
- package/template/{{project}}-ihm/src/assets/layout/fonts/lato-v17-latin-ext_latin-300.woff2 +0 -0
- package/template/{{project}}-ihm/src/assets/layout/fonts/lato-v17-latin-ext_latin-700.woff +0 -0
- package/template/{{project}}-ihm/src/assets/layout/fonts/lato-v17-latin-ext_latin-700.woff2 +0 -0
- package/template/{{project}}-ihm/src/assets/layout/fonts/lato-v17-latin-ext_latin-regular.woff +0 -0
- package/template/{{project}}-ihm/src/assets/layout/fonts/lato-v17-latin-ext_latin-regular.woff2 +0 -0
- package/template/{{project}}-ihm/src/assets/layout/images/LogoCerema.svg +0 -226
- package/template/{{project}}-ihm/src/assets/layout/images/LogoCerema_horizontal.svg +0 -167
- package/template/{{project}}-ihm/src/assets/layout/images/SpinnerCerema.svg +0 -5
- package/template/{{project}}-ihm/src/assets/layout/images/avatar.png +0 -0
- package/template/{{project}}-ihm/src/assets/layout/images/logo-dark.png +0 -0
- package/template/{{project}}-ihm/src/assets/layout/images/logo-light.png +0 -0
- package/template/{{project}}-ihm/src/assets/layout/images/user.png +0 -0
- package/template/{{project}}-ihm/src/assets/layout/styles/layout/_breadcrumb.scss +0 -18
- package/template/{{project}}-ihm/src/assets/layout/styles/layout/_config.scss +0 -33
- package/template/{{project}}-ihm/src/assets/layout/styles/layout/_content.scss +0 -20
- package/template/{{project}}-ihm/src/assets/layout/styles/layout/_fonts.scss +0 -27
- package/template/{{project}}-ihm/src/assets/layout/styles/layout/_footer.scss +0 -25
- package/template/{{project}}-ihm/src/assets/layout/styles/layout/_main.scss +0 -29
- package/template/{{project}}-ihm/src/assets/layout/styles/layout/_responsive.scss +0 -159
- package/template/{{project}}-ihm/src/assets/layout/styles/layout/_sidebar.scss +0 -2
- package/template/{{project}}-ihm/src/assets/layout/styles/layout/_topbar.scss +0 -250
- package/template/{{project}}-ihm/src/assets/layout/styles/layout/_typography.scss +0 -63
- package/template/{{project}}-ihm/src/assets/layout/styles/layout/_utils.scss +0 -19
- package/template/{{project}}-ihm/src/assets/layout/styles/layout/layout.scss +0 -15
- package/template/{{project}}-ihm/src/assets/layout/styles/layout/preloading.css +0 -64
- package/template/{{project}}-ihm/src/assets/layout/styles/layout/preloading.scss +0 -79
- package/template/{{project}}-ihm/src/assets/layout/styles/layout/sidebar/_sidebar_slim.scss +0 -131
- package/template/{{project}}-ihm/src/assets/layout/styles/layout/sidebar/_sidebar_vertical.scss +0 -133
- package/template/{{project}}-ihm/src/assets/layout/styles/layout/theme/_dark.scss +0 -10
- package/template/{{project}}-ihm/src/assets/layout/styles/layout/theme/_light.scss +0 -10
- package/template/{{project}}-ihm/src/assets/layout/styles/layout/theme/_primary.scss +0 -10
- package/template/{{project}}-ihm/src/assets/layout/styles/layout/theme/_themes.scss +0 -3
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/_colors.scss +0 -17
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/_common.scss +0 -68
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/_components.scss +0 -102
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/_mixins.scss +0 -203
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/button/_button.scss +0 -560
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/button/_speeddial.scss +0 -81
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/button/_splitbutton.scss +0 -381
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/data/_carousel.scss +0 -37
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/data/_datatable.scss +0 -278
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/data/_dataview.scss +0 -55
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/data/_filter.scss +0 -138
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/data/_fullcalendar.scss +0 -329
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/data/_orderlist.scss +0 -103
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/data/_organizationchart.scss +0 -50
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/data/_paginator.scss +0 -92
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/data/_picklist.scss +0 -103
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/data/_timeline.scss +0 -38
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/data/_tree.scss +0 -144
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/data/_treetable.scss +0 -246
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/data/_virtualscroller.scss +0 -28
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/file/_fileupload.scss +0 -58
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_autocomplete.scss +0 -117
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_calendar.scss +0 -263
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_cascadeselect.scss +0 -109
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_checkbox.scss +0 -85
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_chips.scss +0 -54
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_colorpicker.scss +0 -19
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_dropdown.scss +0 -135
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_editor.scss +0 -122
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_inputgroup.scss +0 -75
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_inputmask.scss +0 -16
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_inputnumber.scss +0 -28
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_inputswitch.scss +0 -60
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_inputtext.scss +0 -99
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_listbox.scss +0 -82
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_multiselect.scss +0 -171
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_password.scss +0 -53
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_radiobutton.scss +0 -78
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_rating.scss +0 -48
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_selectbutton.scss +0 -50
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_slider.scss +0 -71
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_togglebutton.scss +0 -48
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/input/_treeselect.scss +0 -139
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/menu/_breadcrumb.scss +0 -42
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/menu/_contextmenu.scss +0 -56
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/menu/_dock.scss +0 -86
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/menu/_megamenu.scss +0 -106
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/menu/_menu.scss +0 -45
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/menu/_menubar.scss +0 -183
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/menu/_panelmenu.scss +0 -140
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/menu/_slidemenu.scss +0 -59
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/menu/_steps.scss +0 -56
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/menu/_tabmenu.scss +0 -69
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/menu/_tieredmenu.scss +0 -60
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/messages/_inlinemessage.scss +0 -64
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/messages/_message.scss +0 -102
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/messages/_toast.scss +0 -95
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/misc/_avatar.scss +0 -30
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/misc/_badge.scss +0 -48
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/misc/_blockui.scss +0 -0
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/misc/_chip.scss +0 -38
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/misc/_inplace.scss +0 -17
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/misc/_progressbar.scss +0 -17
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/misc/_scrolltop.scss +0 -20
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/misc/_skeleton.scss +0 -8
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/misc/_tag.scss +0 -35
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/misc/_terminal.scss +0 -11
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/multimedia/_galleria.scss +0 -139
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/multimedia/_image.scss +0 -44
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/overlay/_confirmpopup.scss +0 -65
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/overlay/_dialog.scss +0 -64
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/overlay/_overlaypanel.scss +0 -62
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/overlay/_sidebar.scss +0 -23
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/overlay/_tooltip.scss +0 -33
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/panel/_accordion.scss +0 -119
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/panel/_card.scss +0 -30
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/panel/_divider.scss +0 -31
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/panel/_fieldset.scss +0 -47
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/panel/_panel.scss +0 -58
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/panel/_scrollpanel.scss +0 -6
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/panel/_splitter.scss +0 -19
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/panel/_tabview.scss +0 -78
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/panel/_toolbar.scss +0 -10
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/_extensions.scss +0 -90
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/_variables.scss +0 -867
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/blue/theme.css +0 -7341
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/blue/theme.scss +0 -12
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/cyan/theme.css +0 -7341
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/cyan/theme.scss +0 -12
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/deeppurple/theme.css +0 -7341
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/deeppurple/theme.scss +0 -12
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/green/theme.css +0 -7341
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/green/theme.scss +0 -12
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/indigo/theme.css +0 -6228
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/indigo/theme.scss +0 -12
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/lime/theme.css +0 -7341
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/lime/theme.scss +0 -12
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/orange/theme.css +0 -7341
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/orange/theme.scss +0 -12
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/pink/theme.css +0 -7341
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/pink/theme.scss +0 -12
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/purple/theme.css +0 -7341
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/purple/theme.scss +0 -12
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/yellow/theme.css +0 -7341
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-dark/yellow/theme.scss +0 -12
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/_extensions.scss +0 -90
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/_variables.scss +0 -870
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/blue/theme.css +0 -7341
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/blue/theme.scss +0 -12
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/cyan/theme.css +0 -7341
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/cyan/theme.scss +0 -12
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/deeppurple/theme.css +0 -7341
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/deeppurple/theme.scss +0 -12
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/green/theme.css +0 -7341
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/green/theme.scss +0 -12
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/indigo/theme.css +0 -7341
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/indigo/theme.scss +0 -12
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/lime/theme.css +0 -7341
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/lime/theme.scss +0 -12
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/orange/theme.css +0 -7341
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/orange/theme.scss +0 -12
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/pink/theme.css +0 -7341
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/pink/theme.scss +0 -12
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/purple/theme.css +0 -7341
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/purple/theme.scss +0 -12
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/yellow/theme.css +0 -7341
- package/template/{{project}}-ihm/src/assets/layout/styles/theme/theme-light/yellow/theme.scss +0 -12
- package/template/{{project}}-ihm/src/assets/{{project}}/data/chat.json +0 -124
- package/template/{{project}}-ihm/src/assets/{{project}}/data/countries.json +0 -972
- package/template/{{project}}-ihm/src/assets/{{project}}/data/customers-large.json +0 -3604
- package/template/{{project}}-ihm/src/assets/{{project}}/data/customers-medium.json +0 -804
- package/template/{{project}}-ihm/src/assets/{{project}}/data/customers-small.json +0 -164
- package/template/{{project}}-ihm/src/assets/{{project}}/data/file-management.json +0 -197
- package/template/{{project}}-ihm/src/assets/{{project}}/data/files-lazy.json +0 -25
- package/template/{{project}}-ihm/src/assets/{{project}}/data/files.json +0 -120
- package/template/{{project}}-ihm/src/assets/{{project}}/data/filesystem-lazy.json +0 -20
- package/template/{{project}}-ihm/src/assets/{{project}}/data/filesystem.json +0 -312
- package/template/{{project}}-ihm/src/assets/{{project}}/data/gares.json +0 -6179
- package/template/{{project}}-ihm/src/assets/{{project}}/data/icons.json +0 -8516
- package/template/{{project}}-ihm/src/assets/{{project}}/data/kanban.json +0 -304
- package/template/{{project}}-ihm/src/assets/{{project}}/data/mail.json +0 -365
- package/template/{{project}}-ihm/src/assets/{{project}}/data/members.json +0 -49
- package/template/{{project}}-ihm/src/assets/{{project}}/data/photos.json +0 -94
- package/template/{{project}}-ihm/src/assets/{{project}}/data/products-mixed.json +0 -364
- package/template/{{project}}-ihm/src/assets/{{project}}/data/products-orders-small.json +0 -341
- package/template/{{project}}-ihm/src/assets/{{project}}/data/products-orders.json +0 -833
- package/template/{{project}}-ihm/src/assets/{{project}}/data/products-small.json +0 -124
- package/template/{{project}}-ihm/src/assets/{{project}}/data/products.json +0 -394
- package/template/{{project}}-ihm/src/assets/{{project}}/data/scheduleevents.json +0 -79
- package/template/{{project}}-ihm/src/assets/{{project}}/data/tasks.json +0 -205
- package/template/{{project}}-ihm/src/assets/{{project}}/images/auth/access-denied.svg +0 -103
- package/template/{{project}}-ihm/src/assets/{{project}}/images/auth/error.svg +0 -343
- package/template/{{project}}-ihm/src/assets/{{project}}/styles/badges.css +0 -109
- package/template/{{project}}-ihm/src/assets/{{project}}/styles/badges.scss +0 -109
- package/template/{{project}}-ihm/src/assets/{{project}}/styles/flags/flags.css +0 -1
- package/template/{{project}}-ihm/src/assets/{{project}}/styles/flags/flags_responsive.png +0 -0
- package/template/{{project}}-ihm/src/assets/{{project}}/styles/marep_leaflet.css +0 -4
- package/template/{{project}}-ihm/src/environments/environment.ts +0 -24
- package/template/{{project}}-ihm/src/index.html +0 -28
- package/template/{{project}}-ihm/src/main.ts +0 -13
- package/template/{{project}}-ihm/src/polyfills.ts +0 -64
- package/template/{{project}}-ihm/src/styles.scss +0 -27
- package/template/{{project}}-ihm/src/test.ts +0 -24
- package/template/{{project}}-ihm/src/themes.scss +0 -84
- package/template/{{project}}-ihm/tsconfig.app.json +0 -13
- package/template/{{project}}-ihm/tsconfig.json +0 -36
- package/template/{{project}}-ihm/tsconfig.spec.json +0 -13
- package/template/{{project}}-metier/pom.xml +0 -134
- package/template/{{project}}-metier/src/main/java/fr/cerema/dsi/commons/services/ContentMailService.java +0 -18
- package/template/{{project}}-metier/src/main/java/fr/cerema/dsi/commons/services/GenericService.java +0 -30
- package/template/{{project}}-metier/src/main/java/fr/cerema/dsi/commons/services/GenericServiceImpl.java +0 -62
- package/template/{{project}}-metier/src/main/java/fr/cerema/dsi/commons/services/MailService.java +0 -42
- package/template/{{project}}-metier/src/main/java/fr/cerema/dsi/marep/services/marep/ProfilService.java +0 -24
- package/template/{{project}}-metier/src/main/java/fr/cerema/dsi/marep/services/marep/UserService.java +0 -36
- package/template/{{project}}-metier/src/main/java/fr/cerema/dsi/marep/services/marep/impl/ProfilServiceImpl.java +0 -26
- package/template/{{project}}-metier/src/main/java/fr/cerema/dsi/marep/services/marep/impl/UserServiceImpl.java +0 -75
- package/template/{{project}}-metier/src/main/java/fr/cerema/dsi/marep/services/security/UserSecurityServiceUtil.java +0 -30
- package/template/{{project}}-metier/src/test/java/fr/cerema/dsi/marep/services/marep/UserServiceImplTest.java +0 -60
- package/template/{{project}}-persistance/pom.xml +0 -72
- package/template/{{project}}-persistance/src/main/java/fr/cerema/dsi/commons/repositories/AbstractDao.java +0 -118
- package/template/{{project}}-persistance/src/main/java/fr/cerema/dsi/commons/repositories/GenericRepository.java +0 -101
- package/template/{{project}}-persistance/src/main/java/fr/cerema/dsi/commons/repositories/IAbstractDao.java +0 -66
- package/template/{{project}}-persistance/src/main/java/fr/cerema/dsi/marep/repositories/marep/ProfilRepository.java +0 -18
- package/template/{{project}}-persistance/src/main/java/fr/cerema/dsi/marep/repositories/marep/UserRepository.java +0 -28
- package/template/{{project}}-presentation/Readme.md +0 -98
- package/template/{{project}}-presentation/pom.xml +0 -258
- package/template/{{project}}-presentation/src/main/java/fr/cerema/dsi/commons/beans/errors/ApiSubError.java +0 -5
- package/template/{{project}}-presentation/src/main/java/fr/cerema/dsi/commons/beans/errors/ApiValidationSubError.java +0 -13
- package/template/{{project}}-presentation/src/main/java/fr/cerema/dsi/commons/beans/errors/JsonApiError.java +0 -308
- package/template/{{project}}-presentation/src/main/java/fr/cerema/dsi/commons/controllers/AbstractErrorHandler.java +0 -67
- package/template/{{project}}-presentation/src/main/java/fr/cerema/dsi/commons/controllers/CustomErrorController.java +0 -57
- package/template/{{project}}-presentation/src/main/java/fr/cerema/dsi/commons/controllers/RestResponseEntityExceptionHandler.java +0 -75
- package/template/{{project}}-presentation/src/main/java/fr/cerema/dsi/commons/security/auth/jwt/exceptions/InvalidTokenException.java +0 -30
- package/template/{{project}}-presentation/src/main/java/fr/cerema/dsi/commons/security/exceptions/AuthenticationServiceException.java +0 -30
- package/template/{{project}}-presentation/src/main/java/fr/cerema/dsi/commons/security/exceptions/NoRoleForUserServiceException.java +0 -29
- package/template/{{project}}-presentation/src/main/java/fr/cerema/dsi/commons/security/filters/AppCorsFilter.java +0 -45
- package/template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/App.java +0 -20
- package/template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/config/AspectJConfiguration.java +0 -58
- package/template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/config/AuthenticationTokenFilter.java +0 -126
- package/template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/config/MailConfig.java +0 -54
- package/template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/config/ResourceServerConfig.java +0 -78
- package/template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/config/WebConfiguration.java +0 -60
- package/template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/config/service/CustomUserDetailsService.java +0 -41
- package/template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/config/service/StaticResourcesWebConfiguration.java +0 -41
- package/template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/controllers/AccountController.java +0 -59
- package/template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/controllers/ApiOpenController.java +0 -62
- package/template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/controllers/HelloWorld.java +0 -11
- package/template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/controllers/UserController.java +0 -63
- package/template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/dto/CommuneDTO.java +0 -19
- package/template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/dto/CommuneWithGeoDTO.java +0 -19
- package/template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/dto/DepartementDTO.java +0 -19
- package/template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/dto/DepartementWithGeoDTO.java +0 -18
- package/template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/dto/GareDTO.java +0 -49
- package/template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/dto/GenericDTO.java +0 -20
- package/template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/dto/ProfilDTO.java +0 -26
- package/template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/dto/RegionDTO.java +0 -19
- package/template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/dto/RegionWithGeoDTO.java +0 -18
- package/template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/dto/UserDTO.java +0 -57
- package/template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/dto/UserWithCurrentAuthorityDTO.java +0 -31
- package/template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/mapper/UserMapper.java +0 -26
- package/template/{{project}}-presentation/src/main/java/fr/cerema/dsi/marep/utils/GeometryUtils.java +0 -17
- package/template/{{project}}-presentation/src/main/resources/META-INF/spring.factories +0 -2
- package/template/{{project}}-presentation/src/main/resources/banner.txt +0 -3
- package/template/{{project}}-presentation/src/main/resources/logback-spring.xml +0 -15
- package/template/{{project}}-presentation/src/main/resources-filtered/application-dev.yml +0 -143
- package/template/{{project}}-presentation/src/main/resources-filtered/application.yml +0 -131
- package/template/{{project}}-presentation/src/test/java/fr/cerema/dsi/marep/service/IntegrationTest.java +0 -18
- package/template/{{project}}-presentation/src/test/java/fr/cerema/dsi/marep/service/UserServiceImplIT.java +0 -43
- package/template/{{project}}-presentation/src/test/resources/application.yml +0 -41
- package/template/{{project}}-presentation/src/test/resources/db.migration/Readme.md +0 -6
- package/template/{{project}}-transverse/pom.xml +0 -33
- package/template/{{project}}-transverse/src/main/java/fr/cerema/dsi/commons/entities/GenericEntity.java +0 -43
- package/template/{{project}}-transverse/src/main/java/fr/cerema/dsi/commons/exceptions/BadRequestException.java +0 -43
- package/template/{{project}}-transverse/src/main/java/fr/cerema/dsi/commons/exceptions/EntityNotFoundException.java +0 -9
- package/template/{{project}}-transverse/src/main/java/fr/cerema/dsi/commons/exceptions/GenericRepositoryException.java +0 -29
- package/template/{{project}}-transverse/src/main/java/fr/cerema/dsi/commons/exceptions/GenericServiceException.java +0 -29
- package/template/{{project}}-transverse/src/main/java/fr/cerema/dsi/commons/exceptions/UserNotFoundException.java +0 -11
- package/template/{{project}}-transverse/src/main/java/fr/cerema/dsi/commons/exceptions/UtilsException.java +0 -13
- package/template/{{project}}-transverse/src/main/java/fr/cerema/dsi/marep/entities/Commune.java +0 -37
- package/template/{{project}}-transverse/src/main/java/fr/cerema/dsi/marep/entities/Departement.java +0 -37
- package/template/{{project}}-transverse/src/main/java/fr/cerema/dsi/marep/entities/Gare.java +0 -48
- package/template/{{project}}-transverse/src/main/java/fr/cerema/dsi/marep/entities/Profil.java +0 -53
- package/template/{{project}}-transverse/src/main/java/fr/cerema/dsi/marep/entities/Region.java +0 -30
- package/template/{{project}}-transverse/src/main/java/fr/cerema/dsi/marep/entities/User.java +0 -79
- package/template/{{project}}-transverse/src/main/java/fr/cerema/dsi/marep/enums/Role.java +0 -8
- package/template/{{project}}-transverse/src/main/java/fr/cerema/dsi/marep/exceptions/JwtConfMalformedException.java +0 -9
- package/template.zip +0 -0
|
@@ -1,139 +0,0 @@
|
|
|
1
|
-
.p-galleria {
|
|
2
|
-
.p-galleria-close {
|
|
3
|
-
margin: $galleriaCloseIconMargin;
|
|
4
|
-
background: $galleriaCloseIconBg;
|
|
5
|
-
color: $galleriaCloseIconColor;
|
|
6
|
-
width: $galleriaCloseIconWidth;
|
|
7
|
-
height: $galleriaCloseIconHeight;
|
|
8
|
-
transition: $actionIconTransition;
|
|
9
|
-
border-radius: $galleriaCloseIconBorderRadius;
|
|
10
|
-
|
|
11
|
-
.p-galleria-close-icon {
|
|
12
|
-
font-size: $galleriaCloseIconFontSize;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
&:hover {
|
|
16
|
-
background: $galleriaCloseIconHoverBg;
|
|
17
|
-
color: $galleriaCloseIconHoverColor;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.p-galleria-item-nav {
|
|
22
|
-
background: $galleriaItemNavigatorBg;
|
|
23
|
-
color: $galleriaItemNavigatorColor;
|
|
24
|
-
width: $galleriaItemNavigatorWidth;
|
|
25
|
-
height: $galleriaItemNavigatorHeight;
|
|
26
|
-
transition: $actionIconTransition;
|
|
27
|
-
border-radius: $galleriaItemNavigatorBorderRadius;
|
|
28
|
-
margin: $galleriaItemNavigatorMargin;
|
|
29
|
-
|
|
30
|
-
.p-galleria-item-prev-icon,
|
|
31
|
-
.p-galleria-item-next-icon {
|
|
32
|
-
font-size: $galleriaItemNavigatorFontSize;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
&:not(.p-disabled) {
|
|
36
|
-
&:hover {
|
|
37
|
-
background: $galleriaItemNavigatorHoverBg;
|
|
38
|
-
color: $galleriaItemNavigatorHoverColor;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.p-galleria-caption {
|
|
44
|
-
background: $galleriaCaptionBg;
|
|
45
|
-
color: $galleriaCaptionTextColor;
|
|
46
|
-
padding: $galleriaCaptionPadding;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.p-galleria-indicators {
|
|
50
|
-
padding: $galleriaIndicatorsPadding;
|
|
51
|
-
|
|
52
|
-
.p-galleria-indicator {
|
|
53
|
-
button {
|
|
54
|
-
background-color: $galleriaIndicatorBg;
|
|
55
|
-
width: $galleriaIndicatorWidth;
|
|
56
|
-
height: $galleriaIndicatorHeight;
|
|
57
|
-
transition: $actionIconTransition;
|
|
58
|
-
border-radius: $galleriaIndicatorBorderRadius;
|
|
59
|
-
|
|
60
|
-
&:hover {
|
|
61
|
-
background: $galleriaIndicatorHoverBg;
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
&.p-highlight {
|
|
66
|
-
button {
|
|
67
|
-
background: $highlightBg;
|
|
68
|
-
color: $highlightTextColor;
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
&.p-galleria-indicators-bottom,
|
|
75
|
-
&.p-galleria-indicators-top {
|
|
76
|
-
.p-galleria-indicator {
|
|
77
|
-
margin-right: $inlineSpacing;
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
&.p-galleria-indicators-left,
|
|
82
|
-
&.p-galleria-indicators-right {
|
|
83
|
-
.p-galleria-indicator {
|
|
84
|
-
margin-bottom: $inlineSpacing;
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
&.p-galleria-indicator-onitem {
|
|
89
|
-
.p-galleria-indicators {
|
|
90
|
-
background: $galleriaIndicatorsBgOnItem;
|
|
91
|
-
|
|
92
|
-
.p-galleria-indicator {
|
|
93
|
-
button {
|
|
94
|
-
background: $galleriaIndicatorBgOnItem;
|
|
95
|
-
|
|
96
|
-
&:hover {
|
|
97
|
-
background: $galleriaIndicatorHoverBgOnItem;
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
&.p-highlight {
|
|
102
|
-
button {
|
|
103
|
-
background: $highlightBg;
|
|
104
|
-
color: $highlightTextColor;
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.p-galleria-thumbnail-container {
|
|
112
|
-
background: $galleriaThumbnailContainerBg;
|
|
113
|
-
padding: $galleriaThumbnailContainerPadding;
|
|
114
|
-
|
|
115
|
-
.p-galleria-thumbnail-prev,
|
|
116
|
-
.p-galleria-thumbnail-next {
|
|
117
|
-
margin: $inlineSpacing;
|
|
118
|
-
background-color: $galleriaThumbnailNavigatorBg;
|
|
119
|
-
color: $galleriaThumbnailNavigatorColor;
|
|
120
|
-
width: $galleriaThumbnailNavigatorWidth;
|
|
121
|
-
height: $galleriaThumbnailNavigatorHeight;
|
|
122
|
-
transition: $actionIconTransition;
|
|
123
|
-
border-radius: $galleriaThumbnailNavigatorBorderRadius;
|
|
124
|
-
|
|
125
|
-
&:hover {
|
|
126
|
-
background: $galleriaThumbnailNavigatorHoverBg;
|
|
127
|
-
color: $galleriaThumbnailNavigatorHoverColor;
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
.p-galleria-thumbnail-item-content:focus {
|
|
132
|
-
@include focused();
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
.p-galleria-mask {
|
|
138
|
-
--maskbg: #{$galleriaMaskBg};
|
|
139
|
-
}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
.p-image-mask {
|
|
2
|
-
--maskbg: #{$imageMaskBg};
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.p-image-preview-indicator {
|
|
6
|
-
background-color: transparent;
|
|
7
|
-
color: $imagePreviewIndicatorColor;
|
|
8
|
-
transition: $actionIconTransition;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.p-image-preview-container {
|
|
12
|
-
&:hover {
|
|
13
|
-
> .p-image-preview-indicator {
|
|
14
|
-
background-color: $imagePreviewIndicatorBg;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.p-image-toolbar {
|
|
20
|
-
padding: $imagePreviewToolbarPadding;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.p-image-action.p-link {
|
|
24
|
-
color: $imagePreviewActionIconColor;
|
|
25
|
-
background-color: $imagePreviewActionIconBg;
|
|
26
|
-
width: $imagePreviewActionIconWidth;
|
|
27
|
-
height: $imagePreviewActionIconHeight;
|
|
28
|
-
border-radius: $imagePreviewActionIconBorderRadius;
|
|
29
|
-
transition: $actionIconTransition;
|
|
30
|
-
margin-right: $inlineSpacing;
|
|
31
|
-
|
|
32
|
-
&:last-child {
|
|
33
|
-
margin-right: 0;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
&:hover {
|
|
37
|
-
color: $imagePreviewActionIconHoverColor;
|
|
38
|
-
background-color: $imagePreviewActionIconHoverBg;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
i {
|
|
42
|
-
font-size: $imagePreviewActionIconFontSize;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
.p-confirm-popup {
|
|
2
|
-
background: $overlayContentBg;
|
|
3
|
-
color: $panelContentTextColor;
|
|
4
|
-
border: $overlayContentBorder;
|
|
5
|
-
border-radius: $borderRadius;
|
|
6
|
-
box-shadow: $overlayContainerShadow;
|
|
7
|
-
|
|
8
|
-
.p-confirm-popup-content {
|
|
9
|
-
padding: $panelContentPadding;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.p-confirm-popup-footer {
|
|
13
|
-
text-align: right;
|
|
14
|
-
padding: $panelFooterPadding;
|
|
15
|
-
|
|
16
|
-
button {
|
|
17
|
-
margin: 0 $inlineSpacing 0 0;
|
|
18
|
-
width: auto;
|
|
19
|
-
|
|
20
|
-
&:last-child {
|
|
21
|
-
margin: 0;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
&:after {
|
|
27
|
-
border: solid transparent;
|
|
28
|
-
border-color: rgba($overlayContentBg, 0);
|
|
29
|
-
border-bottom-color: $overlayContentBg;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
&:before {
|
|
33
|
-
border: solid transparent;
|
|
34
|
-
|
|
35
|
-
@if (nth($overlayContentBorder, 2) == 'none') {
|
|
36
|
-
border-color: rgba($overlayContentBg, 0);
|
|
37
|
-
border-bottom-color: $overlayContentBg;
|
|
38
|
-
} @else {
|
|
39
|
-
border-color: rgba(nth($overlayContentBorder, 3), 0);
|
|
40
|
-
border-bottom-color: nth($overlayContentBorder, 3);
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
&.p-confirm-popup-flipped {
|
|
45
|
-
&:after {
|
|
46
|
-
border-top-color: $overlayContentBg;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
&:before {
|
|
50
|
-
@if (nth($overlayContentBorder, 2) == 'none') {
|
|
51
|
-
border-top-color: $overlayContentBg;
|
|
52
|
-
} @else {
|
|
53
|
-
border-top-color: nth($overlayContentBorder, 3);
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.p-confirm-popup-icon {
|
|
59
|
-
font-size: $primeIconFontSize * 1.5;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.p-confirm-popup-message {
|
|
63
|
-
margin-left: $inlineSpacing * 2;
|
|
64
|
-
}
|
|
65
|
-
}
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
.p-dialog {
|
|
2
|
-
border-radius: $borderRadius;
|
|
3
|
-
box-shadow: $overlayContainerShadow;
|
|
4
|
-
border: $overlayContentBorder;
|
|
5
|
-
|
|
6
|
-
.p-dialog-header {
|
|
7
|
-
border-bottom: $dialogHeaderBorder;
|
|
8
|
-
background: $dialogHeaderBg;
|
|
9
|
-
color: $dialogHeaderTextColor;
|
|
10
|
-
padding: $dialogHeaderPadding;
|
|
11
|
-
border-top-right-radius: $borderRadius;
|
|
12
|
-
border-top-left-radius: $borderRadius;
|
|
13
|
-
|
|
14
|
-
.p-dialog-title {
|
|
15
|
-
font-weight: $dialogHeaderFontWeight;
|
|
16
|
-
font-size: $dialogHeaderFontSize;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.p-dialog-header-icon {
|
|
20
|
-
@include action-icon();
|
|
21
|
-
margin-right: $inlineSpacing;
|
|
22
|
-
|
|
23
|
-
&:last-child {
|
|
24
|
-
margin-right: 0;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.p-dialog-content {
|
|
30
|
-
background: $overlayContentBg;
|
|
31
|
-
color: $panelContentTextColor;
|
|
32
|
-
padding: $dialogContentPadding;
|
|
33
|
-
|
|
34
|
-
&:last-of-type {
|
|
35
|
-
border-bottom-right-radius: $borderRadius;
|
|
36
|
-
border-bottom-left-radius: $borderRadius;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.p-dialog-footer {
|
|
41
|
-
border-top: $dialogFooterBorder;
|
|
42
|
-
background: $overlayContentBg;
|
|
43
|
-
color: $panelFooterTextColor;
|
|
44
|
-
padding: $dialogFooterPadding;
|
|
45
|
-
text-align: right;
|
|
46
|
-
border-bottom-right-radius: $borderRadius;
|
|
47
|
-
border-bottom-left-radius: $borderRadius;
|
|
48
|
-
|
|
49
|
-
button {
|
|
50
|
-
margin: 0 $inlineSpacing 0 0;
|
|
51
|
-
width: auto;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
&.p-confirm-dialog {
|
|
56
|
-
.p-confirm-dialog-icon {
|
|
57
|
-
font-size: $primeIconFontSize * 2;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.p-confirm-dialog-message {
|
|
61
|
-
margin-left: $inlineSpacing * 2;
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
}
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
@use 'sass:math';
|
|
2
|
-
|
|
3
|
-
.p-overlaypanel {
|
|
4
|
-
background: $overlayContentBg;
|
|
5
|
-
color: $panelContentTextColor;
|
|
6
|
-
border: $overlayContentBorder;
|
|
7
|
-
border-radius: $borderRadius;
|
|
8
|
-
box-shadow: $overlayContainerShadow;
|
|
9
|
-
|
|
10
|
-
.p-overlaypanel-content {
|
|
11
|
-
padding: $panelContentPadding;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.p-overlaypanel-close {
|
|
15
|
-
background: $buttonBg;
|
|
16
|
-
color: $buttonTextColor;
|
|
17
|
-
width: $actionIconWidth;
|
|
18
|
-
height: $actionIconHeight;
|
|
19
|
-
transition: $actionIconTransition;
|
|
20
|
-
border-radius: $actionIconBorderRadius;
|
|
21
|
-
position: absolute;
|
|
22
|
-
top: math.div(-1 * $actionIconWidth, 2);
|
|
23
|
-
right: math.div(-1 * $actionIconWidth, 2);
|
|
24
|
-
|
|
25
|
-
&:enabled:hover {
|
|
26
|
-
background: $buttonHoverBg;
|
|
27
|
-
color: $buttonTextHoverColor;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
&:after {
|
|
32
|
-
border: solid transparent;
|
|
33
|
-
border-color: rgba($overlayContentBg, 0);
|
|
34
|
-
border-bottom-color: $overlayContentBg;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
&:before {
|
|
38
|
-
border: solid transparent;
|
|
39
|
-
|
|
40
|
-
@if (nth($overlayContentBorder, 2) == 'none') {
|
|
41
|
-
border-color: rgba($overlayContentBg, 0);
|
|
42
|
-
border-bottom-color: scale-color($overlayContentBg, $lightness: -5%);
|
|
43
|
-
} @else {
|
|
44
|
-
border-color: rgba(nth($overlayContentBorder, 3), 0);
|
|
45
|
-
border-bottom-color: scale-color(nth($overlayContentBorder, 3), $lightness: -5%);
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
&.p-overlaypanel-flipped {
|
|
50
|
-
&:after {
|
|
51
|
-
border-top-color: $overlayContentBg;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
&:before {
|
|
55
|
-
@if (nth($overlayContentBorder, 2) == 'none') {
|
|
56
|
-
border-top-color: $overlayContentBg;
|
|
57
|
-
} @else {
|
|
58
|
-
border-top-color: nth($overlayContentBorder, 3);
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
.p-sidebar {
|
|
2
|
-
background: $overlayContentBg;
|
|
3
|
-
color: $panelContentTextColor;
|
|
4
|
-
border: $overlayContentBorder;
|
|
5
|
-
box-shadow: $overlayContainerShadow;
|
|
6
|
-
|
|
7
|
-
.p-sidebar-header {
|
|
8
|
-
padding: $panelHeaderPadding;
|
|
9
|
-
|
|
10
|
-
.p-sidebar-close,
|
|
11
|
-
.p-sidebar-icon {
|
|
12
|
-
@include action-icon();
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
& + .p-sidebar-content {
|
|
16
|
-
padding-top: 0;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.p-sidebar-content {
|
|
21
|
-
padding: $panelContentPadding;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
.p-tooltip {
|
|
2
|
-
.p-tooltip-text {
|
|
3
|
-
background: $tooltipBg;
|
|
4
|
-
color: $tooltipTextColor;
|
|
5
|
-
padding: $tooltipPadding;
|
|
6
|
-
box-shadow: $inputOverlayShadow;
|
|
7
|
-
border-radius: $borderRadius;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
&.p-tooltip-right {
|
|
11
|
-
.p-tooltip-arrow {
|
|
12
|
-
border-right-color: $tooltipBg;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
&.p-tooltip-left {
|
|
17
|
-
.p-tooltip-arrow {
|
|
18
|
-
border-left-color: $tooltipBg;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
&.p-tooltip-top {
|
|
23
|
-
.p-tooltip-arrow {
|
|
24
|
-
border-top-color: $tooltipBg;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
&.p-tooltip-bottom {
|
|
29
|
-
.p-tooltip-arrow {
|
|
30
|
-
border-bottom-color: $tooltipBg;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
}
|
|
@@ -1,119 +0,0 @@
|
|
|
1
|
-
.p-accordion {
|
|
2
|
-
.p-accordion-header {
|
|
3
|
-
.p-accordion-header-link {
|
|
4
|
-
padding: $accordionHeaderPadding;
|
|
5
|
-
border: $accordionHeaderBorder;
|
|
6
|
-
color: $accordionHeaderTextColor;
|
|
7
|
-
background: $accordionHeaderBg;
|
|
8
|
-
font-weight: $accordionHeaderFontWeight;
|
|
9
|
-
border-radius: $borderRadius;
|
|
10
|
-
transition: $listItemTransition;
|
|
11
|
-
|
|
12
|
-
.p-accordion-toggle-icon {
|
|
13
|
-
margin-right: $inlineSpacing;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
&:not(.p-disabled) {
|
|
18
|
-
.p-accordion-header-link {
|
|
19
|
-
&:focus {
|
|
20
|
-
@include focused();
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
&:not(.p-highlight):not(.p-disabled):hover {
|
|
26
|
-
.p-accordion-header-link {
|
|
27
|
-
background: $accordionHeaderHoverBg;
|
|
28
|
-
border-color: $accordionHeaderHoverBorderColor;
|
|
29
|
-
color: $accordionHeaderTextHoverColor;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
&:not(.p-disabled).p-highlight {
|
|
34
|
-
.p-accordion-header-link {
|
|
35
|
-
background: $accordionHeaderActiveBg;
|
|
36
|
-
border-color: $accordionHeaderActiveBorderColor;
|
|
37
|
-
color: $accordionHeaderTextActiveColor;
|
|
38
|
-
border-bottom-right-radius: 0;
|
|
39
|
-
border-bottom-left-radius: 0;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
&:hover {
|
|
43
|
-
.p-accordion-header-link {
|
|
44
|
-
border-color: $accordionHeaderActiveHoverBorderColor;
|
|
45
|
-
background: $accordionHeaderActiveHoverBg;
|
|
46
|
-
color: $accordionHeaderTextActiveHoverColor;
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.p-accordion-content {
|
|
53
|
-
padding: $accordionContentPadding;
|
|
54
|
-
border: $accordionContentBorder;
|
|
55
|
-
background: $accordionContentBg;
|
|
56
|
-
color: $accordionContentTextColor;
|
|
57
|
-
border-top: 0;
|
|
58
|
-
border-top-right-radius: 0;
|
|
59
|
-
border-top-left-radius: 0;
|
|
60
|
-
border-bottom-right-radius: $borderRadius;
|
|
61
|
-
border-bottom-left-radius: $borderRadius;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
p-accordiontab {
|
|
65
|
-
.p-accordion-tab {
|
|
66
|
-
margin-bottom: $accordionSpacing;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
@if $accordionSpacing == 0 {
|
|
70
|
-
.p-accordion-header {
|
|
71
|
-
.p-accordion-header-link {
|
|
72
|
-
border-radius: 0;
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.p-accordion-content {
|
|
77
|
-
border-radius: 0;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
&:not(:first-child) {
|
|
81
|
-
.p-accordion-header {
|
|
82
|
-
.p-accordion-header-link {
|
|
83
|
-
border-top: 0 none;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
&:not(.p-highlight):not(.p-disabled):hover,
|
|
87
|
-
&:not(.p-disabled).p-highlight:hover {
|
|
88
|
-
.p-accordion-header-link {
|
|
89
|
-
border-top: 0 none;
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
&:first-child {
|
|
96
|
-
.p-accordion-header {
|
|
97
|
-
.p-accordion-header-link {
|
|
98
|
-
border-top-right-radius: $borderRadius;
|
|
99
|
-
border-top-left-radius: $borderRadius;
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
&:last-child {
|
|
105
|
-
.p-accordion-header:not(.p-highlight) {
|
|
106
|
-
.p-accordion-header-link {
|
|
107
|
-
border-bottom-right-radius: $borderRadius;
|
|
108
|
-
border-bottom-left-radius: $borderRadius;
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
.p-accordion-content {
|
|
113
|
-
border-bottom-right-radius: $borderRadius;
|
|
114
|
-
border-bottom-left-radius: $borderRadius;
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
}
|
package/template/{{project}}-ihm/src/assets/layout/styles/theme/designer/components/panel/_card.scss
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
.p-card {
|
|
2
|
-
background: $panelContentBg;
|
|
3
|
-
color: $panelContentTextColor;
|
|
4
|
-
box-shadow: $cardShadow;
|
|
5
|
-
border-radius: $borderRadius;
|
|
6
|
-
|
|
7
|
-
.p-card-body {
|
|
8
|
-
padding: $cardBodyPadding;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.p-card-title {
|
|
12
|
-
font-size: $cardTitleFontSize;
|
|
13
|
-
font-weight: $cardTitleFontWeight;
|
|
14
|
-
margin-bottom: $inlineSpacing;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.p-card-subtitle {
|
|
18
|
-
font-weight: $cardSubTitleFontWeight;
|
|
19
|
-
margin-bottom: $inlineSpacing;
|
|
20
|
-
color: $cardSubTitleColor;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.p-card-content {
|
|
24
|
-
padding: $cardContentPadding;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.p-card-footer {
|
|
28
|
-
padding: $cardFooterPadding;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
.p-divider {
|
|
2
|
-
.p-divider-content {
|
|
3
|
-
background-color: $panelContentBg;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
&.p-divider-horizontal {
|
|
7
|
-
margin: $dividerHorizontalMargin;
|
|
8
|
-
padding: $dividerHorizontalPadding;
|
|
9
|
-
|
|
10
|
-
&:before {
|
|
11
|
-
border-top: $dividerSize $dividerColor;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.p-divider-content {
|
|
15
|
-
padding: 0 $inlineSpacing;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
&.p-divider-vertical {
|
|
20
|
-
margin: $dividerVerticalMargin;
|
|
21
|
-
padding: $dividerVerticalPadding;
|
|
22
|
-
|
|
23
|
-
&:before {
|
|
24
|
-
border-left: $dividerSize $dividerColor;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.p-divider-content {
|
|
28
|
-
padding: $inlineSpacing 0;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
.p-fieldset {
|
|
2
|
-
border: $panelContentBorder;
|
|
3
|
-
background: $panelContentBg;
|
|
4
|
-
color: $panelContentTextColor;
|
|
5
|
-
border-radius: $borderRadius;
|
|
6
|
-
|
|
7
|
-
.p-fieldset-legend {
|
|
8
|
-
padding: $panelHeaderPadding;
|
|
9
|
-
border: $panelHeaderBorder;
|
|
10
|
-
color: $panelHeaderTextColor;
|
|
11
|
-
background: $panelHeaderBg;
|
|
12
|
-
font-weight: $panelHeaderFontWeight;
|
|
13
|
-
border-radius: $borderRadius;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
&.p-fieldset-toggleable {
|
|
17
|
-
.p-fieldset-legend {
|
|
18
|
-
padding: 0;
|
|
19
|
-
transition: $actionIconTransition;
|
|
20
|
-
|
|
21
|
-
a {
|
|
22
|
-
padding: $panelHeaderPadding;
|
|
23
|
-
color: $panelHeaderTextColor;
|
|
24
|
-
border-radius: $borderRadius;
|
|
25
|
-
transition: $listItemTransition;
|
|
26
|
-
|
|
27
|
-
.p-fieldset-toggler {
|
|
28
|
-
margin-right: $inlineSpacing;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
&:focus {
|
|
32
|
-
@include focused();
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
&:hover {
|
|
37
|
-
background: $panelHeaderHoverBg;
|
|
38
|
-
border-color: $panelHeaderHoverBorderColor;
|
|
39
|
-
color: $panelHeaderTextHoverColor;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.p-fieldset-content {
|
|
45
|
-
padding: $panelContentPadding;
|
|
46
|
-
}
|
|
47
|
-
}
|