Initial commit
parents
Showing
.gitignore
0 → 100644
angular.json
0 → 100644
config.xml
0 → 100644
e2e/protractor.conf.js
0 → 100644
e2e/src/app.e2e-spec.ts
0 → 100644
e2e/src/app.po.ts
0 → 100644
e2e/tsconfig.e2e.json
0 → 100644
ionic.config.json
0 → 100644
ionic.project
0 → 100644
ionic.starter.json
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
| { | ||
| "name": "Intranet", | ||
| "version": "0.0.1", | ||
| "author": "Ionic Framework", | ||
| "homepage": "https://ionicframework.com/", | ||
| "scripts": { | ||
| "ng": "ng", | ||
| "start": "ng serve", | ||
| "build": "ng build", | ||
| "test": "ng test", | ||
| "lint": "ng lint", | ||
| "e2e": "ng e2e" | ||
| }, | ||
| "private": true, | ||
| "dependencies": { | ||
| "@angular/cdk": "^7.3.7", | ||
| "@angular/common": "^7.2.2", | ||
| "@angular/core": "^7.2.2", | ||
| "@angular/forms": "^7.2.2", | ||
| "@angular/http": "^7.2.2", | ||
| "@angular/material": "^7.3.7", | ||
| "@angular/platform-browser": "^7.2.2", | ||
| "@angular/platform-browser-dynamic": "^7.2.2", | ||
| "@angular/router": "^7.2.2", | ||
| "@ionic-native/android-permissions": "^5.6.1", | ||
| "@ionic-native/core": "^5.0.0", | ||
| "@ionic-native/date-picker": "^5.6.0", | ||
| "@ionic-native/diagnostic": "^5.7.0", | ||
| "@ionic-native/email-composer": "^5.8.0", | ||
| "@ionic-native/file": "^5.6.0", | ||
| "@ionic-native/file-opener": "^5.7.0", | ||
| "@ionic-native/file-transfer": "^5.6.0", | ||
| "@ionic-native/splash-screen": "^5.0.0", | ||
| "@ionic-native/status-bar": "^5.0.0", | ||
| "@ionic/angular": "^4.1.0", | ||
| "@ionic/pro": "2.0.4", | ||
| "@ionic/storage": "^2.2.0", | ||
| "cordova-android": "8.0.0", | ||
| "cordova-browser": "6.0.0", | ||
| "cordova-plugin-android-permissions": "1.0.0", | ||
| "cordova-plugin-datepicker": "0.9.3", | ||
| "cordova-plugin-email-composer": "0.9.2", | ||
| "cordova-plugin-file": "6.0.1", | ||
| "cordova-plugin-file-opener2": "2.2.0", | ||
| "cordova-plugin-file-transfer": "1.7.1", | ||
| "cordova-sqlite-storage": "3.2.0", | ||
| "cordova.plugins.diagnostic": "4.0.12", | ||
| "core-js": "^2.5.4", | ||
| "ionic-angular": "^3.9.5", | ||
| "rxjs": "~6.5.1", | ||
| "rxjs-compat": "^6.5.2", | ||
| "tslib": "^1.9.0", | ||
| "zone.js": "~0.8.29" | ||
| }, | ||
| "devDependencies": { | ||
| "@angular-devkit/architect": "~0.13.8", | ||
| "@angular-devkit/build-angular": "~0.13.8", | ||
| "@angular-devkit/core": "~7.3.8", | ||
| "@angular-devkit/schematics": "~7.3.8", | ||
| "@angular/cli": "~7.3.8", | ||
| "@angular/compiler": "~7.2.2", | ||
| "@angular/compiler-cli": "~7.2.2", | ||
| "@angular/language-service": "~7.2.2", | ||
| "@ionic/angular-toolkit": "~1.5.1", | ||
| "@types/jasmine": "~2.8.8", | ||
| "@types/jasminewd2": "~2.0.3", | ||
| "@types/node": "~12.0.0", | ||
| "codelyzer": "~4.5.0", | ||
| "cordova-plugin-device": "^2.0.2", | ||
| "cordova-plugin-ionic-keyboard": "^2.1.3", | ||
| "cordova-plugin-ionic-webview": "^4.0.1", | ||
| "cordova-plugin-splashscreen": "^5.0.2", | ||
| "cordova-plugin-statusbar": "^2.4.2", | ||
| "cordova-plugin-whitelist": "^1.3.3", | ||
| "jasmine-core": "~2.99.1", | ||
| "jasmine-spec-reporter": "~4.2.1", | ||
| "karma": "~4.1.0", | ||
| "karma-chrome-launcher": "~2.2.0", | ||
| "karma-coverage-istanbul-reporter": "~2.0.1", | ||
| "karma-jasmine": "~1.1.2", | ||
| "karma-jasmine-html-reporter": "^0.2.2", | ||
| "protractor": "~5.4.0", | ||
| "ts-node": "~8.1.0", | ||
| "tslint": "~5.16.0", | ||
| "typescript": "~3.1.6" | ||
| }, | ||
| "description": "An Ionic project", | ||
| "cordova": { | ||
| "plugins": { | ||
| "cordova-plugin-whitelist": {}, | ||
| "cordova-plugin-statusbar": {}, | ||
| "cordova-plugin-device": {}, | ||
| "cordova-plugin-splashscreen": {}, | ||
| "cordova-plugin-ionic-webview": { | ||
| "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" | ||
| }, | ||
| "cordova-plugin-ionic-keyboard": {}, | ||
| "cordova-sqlite-storage": {}, | ||
| "cordova-plugin-datepicker": {}, | ||
| "cordova-plugin-file": {}, | ||
| "cordova-plugin-file-transfer": {}, | ||
| "cordova-plugin-file-opener2": {}, | ||
| "cordova-plugin-android-permissions": {}, | ||
| "cordova.plugins.diagnostic": { | ||
| "ANDROID_SUPPORT_VERSION": "28.+" | ||
| }, | ||
| "cordova-plugin-email-composer": { | ||
| "ANDROID_SUPPORT_V4_VERSION": "27.+" | ||
| } | ||
| }, | ||
| "platforms": [ | ||
| "android", | ||
| "browser" | ||
| ] | ||
| } | ||
| } | ||
| \ No newline at end of file |
resources/README.md
0 → 100644
2.81 KB
1.13 KB
1.76 KB
4.22 KB
7.61 KB
11.5 KB
13.3 KB
3.65 KB
6.95 KB
38.8 KB
57.6 KB
87.3 KB
13 KB
3.54 KB
7.04 KB
37.7 KB
54.2 KB
79.9 KB
resources/icon.png
0 → 100644
59.4 KB
resources/ios/icon/icon-1024.png
0 → 100644
59.4 KB
resources/ios/icon/icon-40.png
0 → 100644
1.22 KB
resources/ios/icon/icon-40@2x.png
0 → 100644
3.48 KB
resources/ios/icon/icon-40@3x.png
0 → 100644
10.5 KB
resources/ios/icon/icon-50.png
0 → 100644
1.86 KB
resources/ios/icon/icon-50@2x.png
0 → 100644
4.58 KB
resources/ios/icon/icon-60.png
0 → 100644
2.39 KB
resources/ios/icon/icon-60@2x.png
0 → 100644
5.9 KB
resources/ios/icon/icon-60@3x.png
0 → 100644
10.6 KB
resources/ios/icon/icon-72.png
0 → 100644
2.8 KB
resources/ios/icon/icon-72@2x.png
0 → 100644
7.61 KB
resources/ios/icon/icon-76.png
0 → 100644
3.24 KB
resources/ios/icon/icon-76@2x.png
0 → 100644
8.11 KB
resources/ios/icon/icon-83.5@2x.png
0 → 100644
16 KB
resources/ios/icon/icon-small.png
0 → 100644
818 Bytes
resources/ios/icon/icon-small@2x.png
0 → 100644
2.23 KB
resources/ios/icon/icon-small@3x.png
0 → 100644
3.77 KB
resources/ios/icon/icon.png
0 → 100644
2.06 KB
resources/ios/icon/icon@2x.png
0 → 100644
5.58 KB
31.2 KB
resources/ios/splash/Default-667h.png
0 → 100644
39.5 KB
resources/ios/splash/Default-736h.png
0 → 100644
44 KB
43.9 KB
99.9 KB
158 KB
22.1 KB
97.1 KB
153 KB
22.2 KB
resources/ios/splash/Default@2x~iphone.png
0 → 100644
18.4 KB
76.8 KB
resources/ios/splash/Default~iphone.png
0 → 100644
7.04 KB
resources/splash.png
0 → 100644
76.8 KB
src/app/app-routing.module.ts
0 → 100644
src/app/app.component.html
0 → 100644
src/app/app.component.spec.ts
0 → 100644
src/app/app.component.ts
0 → 100644
src/app/app.module.ts
0 → 100644
src/app/auth/interface/auth-response.ts
0 → 100644
src/app/auth/interface/cliente.ts
0 → 100644
src/app/auth/interface/error-response.ts
0 → 100644
src/app/auth/interface/user.ts
0 → 100644
src/app/auth/pages/login/login.module.ts
0 → 100644
src/app/auth/pages/login/login.page.html
0 → 100644
src/app/auth/pages/login/login.page.scss
0 → 100644
src/app/auth/pages/login/login.page.spec.ts
0 → 100644
src/app/auth/pages/login/login.page.ts
0 → 100644
src/app/auth/pages/reset/reset.module.ts
0 → 100644
src/app/auth/pages/reset/reset.page.html
0 → 100644
src/app/auth/pages/reset/reset.page.scss
0 → 100644
src/app/auth/pages/reset/reset.page.spec.ts
0 → 100644
src/app/auth/pages/reset/reset.page.ts
0 → 100644
src/app/auth/service/auth.service.spec.ts
0 → 100644
src/app/auth/service/auth.service.ts
0 → 100644
src/app/interface/data-with-file-uploaded.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/interface/documenti-request.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/interface/documenti-response.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/interface/documento.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/interface/fattura.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/interface/fatture-request.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/interface/fatture-response.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/interface/intervento.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/interface/new-richiesta-request.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/interface/new-richiesta-response.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/interface/p2p-response.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/interface/pair.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/interface/parere-response.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/interface/richiesta.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/interface/richieste-request.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/interface/richieste-response.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/interface/struttura.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/interface/strutture-response.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/pages/bi/bi.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/pages/bi/bi.page.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/pages/bi/bi.page.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/pages/bi/bi.page.spec.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/pages/bi/bi.page.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/app/pages/documenti/documenti.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/pages/documenti/documenti.page.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/pages/documenti/documenti.page.scss
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/app/pages/documenti/documenti.page.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/pages/home/home.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/pages/home/home.page.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/pages/home/home.page.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/pages/home/home.page.spec.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/pages/home/home.page.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/pages/home/home.router.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/pages/index/index.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/pages/index/index.page.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/pages/index/index.page.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/pages/index/index.page.spec.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/pages/index/index.page.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/app/pages/interviste/interviste.page.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/pages/parere/parere.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/pages/parere/parere.page.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/pages/parere/parere.page.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/pages/parere/parere.page.spec.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/pages/parere/parere.page.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/app/pages/segreteria/segreteria.page.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/service/documenti.service.spec.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/service/documenti.service.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/app/service/http-client-data.service.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/service/interviste.service.spec.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/service/interviste.service.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/service/parere.service.spec.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/service/parere.service.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/service/segreteria.service.spec.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/service/segreteria.service.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/service/util.service.spec.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/service/util.service.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icon/2p2-logo-color.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icon/documentale.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icon/favicon.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icon/graph.svg
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/icon/placeholder.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icon/searchblu.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icon/segreteria.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/arearis.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/cover-login.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/logo.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/img/uscita.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/shapes.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/css/aos.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/css/awesome.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/css/jfc1hds.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/css/owl.carousel.min.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/css/owl.theme.default.min.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/css/styles.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/environments/environment.prod.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/environments/environment.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/global.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/karma.conf.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/polyfills.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/test.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/aos.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/awesome.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/jfc1hds.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/owl.carousel.min.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/owl.theme.default.min.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/styles.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/variables.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/tsconfig.app.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/tsconfig.spec.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/tslint.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/zone-flags.ts
0 → 100644
This diff is collapsed.
Click to expand it.
tsconfig.json
0 → 100644
This diff is collapsed.
Click to expand it.
tslint.json
0 → 100644
This diff is collapsed.
Click to expand it.
typings/cordova-typings.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.