@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,159 +0,0 @@
|
|
|
1
|
-
@media screen and (min-width: $breakpoint) {
|
|
2
|
-
.layout-container {
|
|
3
|
-
&.layout-static {
|
|
4
|
-
.layout-sidebar {
|
|
5
|
-
transition: transform var(--transition-duration);
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.layout-content-wrapper {
|
|
9
|
-
margin-left: 14rem;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
&.layout-static-inactive {
|
|
14
|
-
.layout-sidebar {
|
|
15
|
-
transform: translateX(-100%);
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.layout-content-wrapper {
|
|
19
|
-
margin-left: 0;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
@media screen and (max-width: $breakpoint - 1) {
|
|
26
|
-
.blocked-scroll {
|
|
27
|
-
overflow: hidden;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.layout-topbar {
|
|
31
|
-
height: 9rem;
|
|
32
|
-
flex-wrap: wrap;
|
|
33
|
-
padding: 1rem 1rem 0 1rem;
|
|
34
|
-
|
|
35
|
-
.app-logo {
|
|
36
|
-
span {
|
|
37
|
-
display: none;
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.topbar-menubutton {
|
|
42
|
-
display: flex;
|
|
43
|
-
align-items: center;
|
|
44
|
-
justify-content: center;
|
|
45
|
-
position: fixed;
|
|
46
|
-
bottom: 0;
|
|
47
|
-
right: 0;
|
|
48
|
-
width: 4.5rem;
|
|
49
|
-
height: 4.5rem;
|
|
50
|
-
margin: 0;
|
|
51
|
-
border-top-right-radius: 0;
|
|
52
|
-
border-bottom-left-radius: 0;
|
|
53
|
-
border-top-left-radius: 30px;
|
|
54
|
-
background: var(--primary-color);
|
|
55
|
-
transition: background-color var(--transition-duration);
|
|
56
|
-
|
|
57
|
-
&:hover {
|
|
58
|
-
background-color: var(--primary-400);
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
span {
|
|
62
|
-
top: 30px;
|
|
63
|
-
left: 20px;
|
|
64
|
-
background: var(--primary-color-text);
|
|
65
|
-
|
|
66
|
-
&:before, &:after {
|
|
67
|
-
background: var(--primary-color-text);
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.topbar-menu {
|
|
73
|
-
order: 1;
|
|
74
|
-
width: 100%;
|
|
75
|
-
margin: 0;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.topbar-search {
|
|
79
|
-
margin-left: auto;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.topbar-profile {
|
|
83
|
-
margin-left: 1rem;
|
|
84
|
-
|
|
85
|
-
.topbar-profile-button {
|
|
86
|
-
.profile-details,
|
|
87
|
-
.profile-name,
|
|
88
|
-
i {
|
|
89
|
-
display: none;
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.layout-content-wrapper {
|
|
96
|
-
margin-left: 0;
|
|
97
|
-
padding-top: 9rem;
|
|
98
|
-
height: calc(100% - 9rem);
|
|
99
|
-
|
|
100
|
-
.layout-content {
|
|
101
|
-
border-top-right-radius: 30px;
|
|
102
|
-
height: calc(100vh - 9rem);
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.layout-sidebar {
|
|
107
|
-
box-shadow: 0 0 1rem rgba(0, 0, 0, .15);
|
|
108
|
-
transform: translateY(100%);
|
|
109
|
-
width: 100%;
|
|
110
|
-
top: 9rem;
|
|
111
|
-
height: calc(100% - 9rem);
|
|
112
|
-
mix-blend-mode: normal;
|
|
113
|
-
backdrop-filter: blur(200px);
|
|
114
|
-
border-radius: 30px 30px 0px 0px;
|
|
115
|
-
transition: transform var(--transition-duration);
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.layout-container {
|
|
119
|
-
&.layout-mobile-active {
|
|
120
|
-
.layout-topbar {
|
|
121
|
-
.topbar-menubutton {
|
|
122
|
-
span {
|
|
123
|
-
width: 0;
|
|
124
|
-
|
|
125
|
-
&:before {
|
|
126
|
-
width: 2rem;
|
|
127
|
-
left: 0;
|
|
128
|
-
transform: translateY(9px) rotate(45deg);
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
&:after {
|
|
132
|
-
width: 2rem;
|
|
133
|
-
transform: translateY(-9px) rotate(-45deg);
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
.layout-sidebar {
|
|
141
|
-
transform: translateY(0);
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
.layout-search {
|
|
146
|
-
.search-container {
|
|
147
|
-
width: 75vw;
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
@media screen and (min-width: 1960px) {
|
|
154
|
-
.landing-wrapper, .layout-content-inner {
|
|
155
|
-
width: 1504px;
|
|
156
|
-
margin-left: auto !important;
|
|
157
|
-
margin-right: auto !important;
|
|
158
|
-
}
|
|
159
|
-
}
|
|
@@ -1,250 +0,0 @@
|
|
|
1
|
-
.layout-topbar {
|
|
2
|
-
height: 5rem;
|
|
3
|
-
padding: 0 2rem 0 1rem;
|
|
4
|
-
position: fixed;
|
|
5
|
-
left: 0;
|
|
6
|
-
top: 0;
|
|
7
|
-
width: 100%;
|
|
8
|
-
z-index: 1000;
|
|
9
|
-
display: flex;
|
|
10
|
-
align-items: center;
|
|
11
|
-
background-color: var(--v-body-bg);
|
|
12
|
-
|
|
13
|
-
.app-logo {
|
|
14
|
-
display: flex;
|
|
15
|
-
align-items: center;
|
|
16
|
-
flex-shrink: 0;
|
|
17
|
-
|
|
18
|
-
img {
|
|
19
|
-
width: 3rem;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
span {
|
|
23
|
-
font-size: 2rem;
|
|
24
|
-
font-weight: 700;
|
|
25
|
-
margin-left: .5rem;
|
|
26
|
-
color: var(--v-menuitem-text-color);
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.topbar-menubutton {
|
|
31
|
-
position: relative;
|
|
32
|
-
width: 3rem;
|
|
33
|
-
height: 3rem;
|
|
34
|
-
margin-left: 3rem;
|
|
35
|
-
border-radius: var(--border-radius);
|
|
36
|
-
flex-shrink: 0;
|
|
37
|
-
|
|
38
|
-
span {
|
|
39
|
-
width: 2rem;
|
|
40
|
-
height: 4px;
|
|
41
|
-
display: block;
|
|
42
|
-
position: absolute;
|
|
43
|
-
top: 18px;
|
|
44
|
-
left: 7px;
|
|
45
|
-
border-radius: 7px;
|
|
46
|
-
-webkit-transition-duration: 0.5s;
|
|
47
|
-
transition-duration: 0.5s;
|
|
48
|
-
transition-timing-function: swing;
|
|
49
|
-
background-color: var(--v-menuitem-text-color-secondary);
|
|
50
|
-
|
|
51
|
-
&:before {
|
|
52
|
-
width: 1rem;
|
|
53
|
-
height: 4px;
|
|
54
|
-
content: "";
|
|
55
|
-
position: absolute;
|
|
56
|
-
right: 0;
|
|
57
|
-
top: -9px;
|
|
58
|
-
border-radius: 7px;
|
|
59
|
-
-webkit-transition-duration: 0.5s;
|
|
60
|
-
transition-duration: 0.5s;
|
|
61
|
-
transition-timing-function: swing;
|
|
62
|
-
background-color: var(--v-menuitem-text-color-secondary);
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
&:after {
|
|
66
|
-
width: 1rem;
|
|
67
|
-
height: 4px;
|
|
68
|
-
content: "";
|
|
69
|
-
position: absolute;
|
|
70
|
-
left: 0;
|
|
71
|
-
top: 9px;
|
|
72
|
-
border-radius: 7px;
|
|
73
|
-
-webkit-transition-duration: 0.5s;
|
|
74
|
-
transition-duration: 0.5s;
|
|
75
|
-
transition-timing-function: swing;
|
|
76
|
-
background-color: var(--v-menuitem-text-color-secondary);
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
&:hover {
|
|
81
|
-
background-color: var(--v-menuitem-hover-bg);
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.topbar-menu {
|
|
86
|
-
list-style-type: none;
|
|
87
|
-
padding: 0;
|
|
88
|
-
margin: 0 3rem;
|
|
89
|
-
display: flex;
|
|
90
|
-
gap: .5rem;
|
|
91
|
-
flex: 1 1 auto;
|
|
92
|
-
overflow: auto;
|
|
93
|
-
|
|
94
|
-
> li {
|
|
95
|
-
display: flex;
|
|
96
|
-
align-items: center;
|
|
97
|
-
transition: background-color var(--transition-duration);
|
|
98
|
-
border-radius: var(--border-radius);
|
|
99
|
-
padding: .5rem;
|
|
100
|
-
cursor: pointer;
|
|
101
|
-
|
|
102
|
-
a {
|
|
103
|
-
font-size: 1.25rem;
|
|
104
|
-
font-weight: 400;
|
|
105
|
-
white-space: nowrap;
|
|
106
|
-
padding-right: 1.375rem;
|
|
107
|
-
color: var(--v-menuitem-text-color-secondary);
|
|
108
|
-
|
|
109
|
-
&.active-route {
|
|
110
|
-
color: var(--v-menuitem-text-color);
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
i {
|
|
115
|
-
color: var(--v-menuitem-text-color-secondary);
|
|
116
|
-
font-size: .875rem;
|
|
117
|
-
margin-left: .5rem;
|
|
118
|
-
display: none;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
&:hover {
|
|
122
|
-
background-color: var(--v-menuitem-hover-bg);
|
|
123
|
-
|
|
124
|
-
a {
|
|
125
|
-
padding-right: 0;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
i {
|
|
129
|
-
display: block;
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
&.topbar-menu-empty {
|
|
134
|
-
color: var(--v-menuitem-text-color);
|
|
135
|
-
cursor: auto;
|
|
136
|
-
|
|
137
|
-
&:hover {
|
|
138
|
-
background-color: transparent;
|
|
139
|
-
}
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.topbar-search {
|
|
145
|
-
display: flex;
|
|
146
|
-
align-items: center;
|
|
147
|
-
flex-shrink: 0;
|
|
148
|
-
|
|
149
|
-
.topbar-searchbutton {
|
|
150
|
-
background-color: var(--v-topbar-search-button-bg);
|
|
151
|
-
border-radius: 50%;
|
|
152
|
-
width: 3rem;
|
|
153
|
-
height: 3rem;
|
|
154
|
-
display: inline-flex;
|
|
155
|
-
align-items: center;
|
|
156
|
-
justify-content: center;
|
|
157
|
-
transition: opacity .3s;
|
|
158
|
-
transition-delay: .3s;
|
|
159
|
-
cursor: pointer;
|
|
160
|
-
|
|
161
|
-
i {
|
|
162
|
-
color: var(--v-topbar-search-button-icon-color);
|
|
163
|
-
font-size: 18px;
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
.search-input-wrapper {
|
|
168
|
-
position: relative;
|
|
169
|
-
width: 0;
|
|
170
|
-
opacity: 0;
|
|
171
|
-
visibility: hidden;
|
|
172
|
-
transition: 400ms cubic-bezier(0.86, 0, 0.07, 1);
|
|
173
|
-
|
|
174
|
-
span {
|
|
175
|
-
width: 100%;
|
|
176
|
-
|
|
177
|
-
.p-inputtext {
|
|
178
|
-
width: 100%;
|
|
179
|
-
position: relative;
|
|
180
|
-
border-radius: 40px;
|
|
181
|
-
padding: 9px;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
i {
|
|
185
|
-
font-size: 18px;
|
|
186
|
-
margin-top: -9px;
|
|
187
|
-
}
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
&.topbar-search-active {
|
|
192
|
-
.topbar-searchbutton {
|
|
193
|
-
opacity: 0;
|
|
194
|
-
pointer-events: none;
|
|
195
|
-
cursor: default;
|
|
196
|
-
transition: opacity .1s;
|
|
197
|
-
transition-delay: .1s;
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
.search-input-wrapper {
|
|
201
|
-
width: 190px;
|
|
202
|
-
opacity: 1;
|
|
203
|
-
visibility: visible;
|
|
204
|
-
|
|
205
|
-
i {
|
|
206
|
-
display: block;
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
.topbar-profile {
|
|
213
|
-
border-radius: var(--border-radius);
|
|
214
|
-
margin-left: 2rem;
|
|
215
|
-
position: relative;
|
|
216
|
-
flex-shrink: 0;
|
|
217
|
-
|
|
218
|
-
.topbar-profile-button {
|
|
219
|
-
display: flex;
|
|
220
|
-
align-items: center;
|
|
221
|
-
padding: .5rem;
|
|
222
|
-
cursor: pointer;
|
|
223
|
-
|
|
224
|
-
> img {
|
|
225
|
-
width: 36px;
|
|
226
|
-
margin-right: .55rem;
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
.profile-details {
|
|
230
|
-
display: flex;
|
|
231
|
-
flex-direction: column;
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
.profile-name {
|
|
235
|
-
color: var(--v-menuitem-text-color);
|
|
236
|
-
font-weight: 700;
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
.profile-job {
|
|
240
|
-
color: var(--v-menuitem-text-color-secondary);
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
i {
|
|
244
|
-
margin-left: .5rem;
|
|
245
|
-
color: var(--v-menuitem-text-color-secondary);
|
|
246
|
-
transition: transform var(--transition-duration);
|
|
247
|
-
}
|
|
248
|
-
}
|
|
249
|
-
}
|
|
250
|
-
}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
h1, h2, h3, h4, h5, h6 {
|
|
2
|
-
margin: 1.5rem 0 1.5rem 0;
|
|
3
|
-
font-family: inherit;
|
|
4
|
-
font-weight: 600;
|
|
5
|
-
line-height: 1.2;
|
|
6
|
-
color: inherit;
|
|
7
|
-
|
|
8
|
-
&:first-child {
|
|
9
|
-
margin-top: 0;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
h1 {
|
|
14
|
-
font-size: 2.5rem;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
h2 {
|
|
18
|
-
font-size: 2rem;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
h3 {
|
|
22
|
-
font-size: 1.75rem;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
h4 {
|
|
26
|
-
font-size: 1.5rem;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
h5 {
|
|
30
|
-
font-size: 1.25rem;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
h6 {
|
|
34
|
-
font-size: 1rem;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
mark {
|
|
38
|
-
background: #FFF8E1;
|
|
39
|
-
padding: .25rem .4rem;
|
|
40
|
-
border-radius: var(--border-radius);
|
|
41
|
-
font-family: monospace;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
blockquote {
|
|
45
|
-
margin: 1rem 0;
|
|
46
|
-
padding: 0 2rem;
|
|
47
|
-
border-left: 4px solid #90A4AE;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
hr {
|
|
51
|
-
border-top: solid var(--surface-border);
|
|
52
|
-
border-width: 1px 0 0 0;
|
|
53
|
-
margin: 1rem 0;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
p {
|
|
57
|
-
margin: 0 0 1rem 0;
|
|
58
|
-
line-height: 1.5;
|
|
59
|
-
|
|
60
|
-
&:last-child {
|
|
61
|
-
margin-bottom: 0;
|
|
62
|
-
}
|
|
63
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
.card {
|
|
2
|
-
background: var(--surface-card);
|
|
3
|
-
padding: 1.5rem;
|
|
4
|
-
margin-bottom: 1rem;
|
|
5
|
-
box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 24px 36px rgba(0, 0, 0, 0.04);
|
|
6
|
-
border-radius: 14px;
|
|
7
|
-
|
|
8
|
-
&:last-child {
|
|
9
|
-
margin-bottom: 0;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.p-toast {
|
|
14
|
-
&.p-toast-top-right,
|
|
15
|
-
&.p-toast-top-left,
|
|
16
|
-
&.p-toast-top-center {
|
|
17
|
-
top: 7rem;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
$scale: 14px !default;
|
|
2
|
-
$breakpoint: 992px !default;
|
|
3
|
-
|
|
4
|
-
@import './_fonts';
|
|
5
|
-
@import './theme/_themes';
|
|
6
|
-
@import './_main';
|
|
7
|
-
@import './_sidebar';
|
|
8
|
-
@import './_topbar';
|
|
9
|
-
@import './_breadcrumb';
|
|
10
|
-
@import './_footer';
|
|
11
|
-
@import './_config';
|
|
12
|
-
@import './_content';
|
|
13
|
-
@import './_responsive';
|
|
14
|
-
@import './_typography';
|
|
15
|
-
@import './_utils';
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
.splash-screen {
|
|
2
|
-
position: absolute;
|
|
3
|
-
top: 50%;
|
|
4
|
-
left: 50%;
|
|
5
|
-
margin-left: -28px;
|
|
6
|
-
margin-top: -28px;
|
|
7
|
-
}
|
|
8
|
-
.splash-screen .splash-loader {
|
|
9
|
-
width: 40px;
|
|
10
|
-
height: 40px;
|
|
11
|
-
position: relative;
|
|
12
|
-
transform: rotateZ(45deg);
|
|
13
|
-
}
|
|
14
|
-
.splash-screen .splash-loader > div {
|
|
15
|
-
float: left;
|
|
16
|
-
width: 50%;
|
|
17
|
-
height: 50%;
|
|
18
|
-
position: relative;
|
|
19
|
-
transform: scale(1.1);
|
|
20
|
-
}
|
|
21
|
-
.splash-screen .splash-loader > div:before {
|
|
22
|
-
content: "";
|
|
23
|
-
position: absolute;
|
|
24
|
-
top: 0;
|
|
25
|
-
left: 0;
|
|
26
|
-
width: 100%;
|
|
27
|
-
height: 100%;
|
|
28
|
-
background-color: #495057;
|
|
29
|
-
animation: splash-loader-anim 2.4s infinite linear both;
|
|
30
|
-
transform-origin: 100% 100%;
|
|
31
|
-
}
|
|
32
|
-
.splash-screen .splash-loader > div.splash-cube2 {
|
|
33
|
-
transform: scale(1.1) rotateZ(90deg);
|
|
34
|
-
}
|
|
35
|
-
.splash-screen .splash-loader > div.splash-cube2:before {
|
|
36
|
-
animation-delay: 0.3s;
|
|
37
|
-
}
|
|
38
|
-
.splash-screen .splash-loader > div.splash-cube3 {
|
|
39
|
-
transform: scale(1.1) rotateZ(180deg);
|
|
40
|
-
}
|
|
41
|
-
.splash-screen .splash-loader > div.splash-cube3:before {
|
|
42
|
-
animation-delay: 0.6s;
|
|
43
|
-
}
|
|
44
|
-
.splash-screen .splash-loader > div.splash-cube4 {
|
|
45
|
-
transform: scale(1.1) rotateZ(270deg);
|
|
46
|
-
}
|
|
47
|
-
.splash-screen .splash-loader > div.splash-cube4:before {
|
|
48
|
-
animation-delay: 0.9s;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
@keyframes splash-loader-anim {
|
|
52
|
-
0%, 10% {
|
|
53
|
-
transform: perspective(140px) rotateX(-180deg);
|
|
54
|
-
opacity: 0;
|
|
55
|
-
}
|
|
56
|
-
25%, 75% {
|
|
57
|
-
transform: perspective(140px) rotateX(0deg);
|
|
58
|
-
opacity: 1;
|
|
59
|
-
}
|
|
60
|
-
90%, 100% {
|
|
61
|
-
transform: perspective(140px) rotateY(180deg);
|
|
62
|
-
opacity: 0;
|
|
63
|
-
}
|
|
64
|
-
}
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
.splash-screen {
|
|
2
|
-
position: absolute;
|
|
3
|
-
top: 50%;
|
|
4
|
-
left: 50%;
|
|
5
|
-
margin-left: -28px;
|
|
6
|
-
margin-top: -28px;
|
|
7
|
-
|
|
8
|
-
.splash-loader {
|
|
9
|
-
width: 40px;
|
|
10
|
-
height: 40px;
|
|
11
|
-
position: relative;
|
|
12
|
-
transform: rotateZ(45deg);
|
|
13
|
-
|
|
14
|
-
> div {
|
|
15
|
-
float: left;
|
|
16
|
-
width: 50%;
|
|
17
|
-
height: 50%;
|
|
18
|
-
position: relative;
|
|
19
|
-
transform: scale(1.1);
|
|
20
|
-
|
|
21
|
-
&:before {
|
|
22
|
-
content: '';
|
|
23
|
-
position: absolute;
|
|
24
|
-
top: 0;
|
|
25
|
-
left: 0;
|
|
26
|
-
width: 100%;
|
|
27
|
-
height: 100%;
|
|
28
|
-
background-color: #495057;
|
|
29
|
-
animation: splash-loader-anim 2.4s infinite linear both;
|
|
30
|
-
transform-origin: 100% 100%;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
&.splash-cube2 {
|
|
34
|
-
transform: scale(1.1) rotateZ(90deg);
|
|
35
|
-
|
|
36
|
-
&:before {
|
|
37
|
-
animation-delay: 0.3s;
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
&.splash-cube3 {
|
|
42
|
-
transform: scale(1.1) rotateZ(180deg);
|
|
43
|
-
|
|
44
|
-
&:before {
|
|
45
|
-
animation-delay: 0.6s;
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
&.splash-cube4 {
|
|
50
|
-
transform: scale(1.1) rotateZ(270deg);
|
|
51
|
-
|
|
52
|
-
&:before {
|
|
53
|
-
animation-delay: 0.9s;
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
@keyframes splash-loader-anim {
|
|
61
|
-
|
|
62
|
-
0%,
|
|
63
|
-
10% {
|
|
64
|
-
transform: perspective(140px) rotateX(-180deg);
|
|
65
|
-
opacity: 0;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
25%,
|
|
69
|
-
75% {
|
|
70
|
-
transform: perspective(140px) rotateX(0deg);
|
|
71
|
-
opacity: 1;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
90%,
|
|
75
|
-
100% {
|
|
76
|
-
transform: perspective(140px) rotateY(180deg);
|
|
77
|
-
opacity: 0;
|
|
78
|
-
}
|
|
79
|
-
}
|