Skip to content
Snippets Groups Projects
Commit 6638d13e authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #15407 TIME 0:10 access to doc in MaarchParapheur 21.XX + update package.json

parent e61480f6
No related branches found
No related tags found
No related merge requests found
...@@ -21,59 +21,59 @@ ...@@ -21,59 +21,59 @@
"author": "Maarch", "author": "Maarch",
"license": "GPL-3.0", "license": "GPL-3.0",
"dependencies": { "dependencies": {
"core-js": "^3.6.5", "core-js": "^3.8.0",
"zone.js": "^0.11.2" "zone.js": "^0.11.3"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^0.1002.0", "@angular-devkit/build-angular": "^0.1002.0",
"@angular/animations": "^10.2.0", "@angular/animations": "^10.2.3",
"@angular/cdk": "^10.2.7", "@angular/cdk": "^10.2.7",
"@angular/cli": "^10.2.0", "@angular/cli": "^10.2.0",
"@angular/common": "^10.2.0", "@angular/common": "^10.2.3",
"@angular/compiler-cli": "^10.2.0", "@angular/compiler": "^10.2.3",
"@angular/compiler": "^10.2.0", "@angular/compiler-cli": "^10.2.3",
"@angular/core": "^10.2.0", "@angular/core": "^10.2.3",
"@angular/forms": "^10.2.0", "@angular/forms": "^10.2.3",
"@angular/material": "^10.2.7", "@angular/material": "^10.2.7",
"@angular/platform-browser-dynamic": "^10.2.0", "@angular/platform-browser": "^10.2.3",
"@angular/platform-browser": "^10.2.0", "@angular/platform-browser-dynamic": "^10.2.3",
"@angular/platform-server": "^10.2.0", "@angular/platform-server": "^10.2.3",
"@angular/router": "^10.2.0", "@angular/router": "^10.2.3",
"@fortawesome/fontawesome-free": "^5.15.1", "@fortawesome/fontawesome-free": "^5.15.1",
"@ngx-translate/core": "^13.0.0", "@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^6.0.0", "@ngx-translate/http-loader": "^6.0.0",
"@swimlane/ngx-charts": "^16.0.0", "@swimlane/ngx-charts": "^16.0.0",
"@types/datatables.net": "^1.10.19", "@types/datatables.net": "^1.10.19",
"@types/jquery": "^3.5.4",
"@types/jquery.nicescroll": "^3.7.1", "@types/jquery.nicescroll": "^3.7.1",
"@types/jquery": "^3.5.3",
"@types/jstree": "^3.3.40", "@types/jstree": "^3.3.40",
"@types/tooltipster": "0.0.30", "@types/tooltipster": "0.0.30",
"ajv": "^6.12.6", "ajv": "^6.12.6",
"bootstrap": "^3.4.1", "bootstrap": "^3.4.1",
"chosen-js": "^1.8.7", "chosen-js": "^1.8.7",
"codelyzer": "^6.0.0", "codelyzer": "^6.0.1",
"flat-to-nested": "^1.1.0", "flat-to-nested": "^1.1.0",
"hammerjs": "^2.0.8", "hammerjs": "^2.0.8",
"html-minifier": "^4.0.0", "html-minifier": "^4.0.0",
"jquery": "^3.5.1",
"jquery-typeahead": "^2.11.1", "jquery-typeahead": "^2.11.1",
"jquery.nicescroll": "^3.7.6", "jquery.nicescroll": "^3.7.6",
"jquery": "^3.5.1",
"jstree-bootstrap-theme": "^1.0.1", "jstree-bootstrap-theme": "^1.0.1",
"ng2-dnd": "^5.0.2", "ng2-dnd": "^5.0.2",
"ng2-pdf-viewer": "^6.3.2", "ng2-pdf-viewer": "^6.3.2",
"ngx-cookie-service": "^10.0.1", "ngx-cookie-service": "^10.1.1",
"ngx-joyride": "^2.3.1", "ngx-joyride": "^2.3.1",
"ngx-papaparse": "^5.0.0", "ngx-papaparse": "^5.0.0",
"ngx-pipes": "^2.7.5", "ngx-pipes": "^2.7.5",
"node-sass": "^4.14.1", "node-sass": "^4.14.1",
"nodemon": "^2.0.6", "nodemon": "^2.0.6",
"npm-check-updates": "^9.1.2", "npm-check-updates": "^9.2.4",
"pdfjs-dist": "2.5.207", "pdfjs-dist": "2.5.207",
"photoswipe": "^4.1.3", "photoswipe": "^4.1.3",
"protractor": "^7.0.0", "protractor": "^7.0.0",
"rxjs": "^6.6.3", "rxjs": "^6.6.3",
"tinymce": "^5.6.1",
"tinymce-i18n": "^20.4.4", "tinymce-i18n": "^20.4.4",
"tinymce": "^5.5.0",
"tooltipster": "^4.2.8", "tooltipster": "^4.2.8",
"tslib": "^2.0.3", "tslib": "^2.0.3",
"tslint": "^6.1.3", "tslint": "^6.1.3",
......
...@@ -59,6 +59,6 @@ export class MaarchParapheurListComponent implements OnInit, AfterViewInit { ...@@ -59,6 +59,6 @@ export class MaarchParapheurListComponent implements OnInit, AfterViewInit {
} }
goTo(row: any) { goTo(row: any) {
window.open(this.maarchParapheurUrl + '/dist/index.html#/documents/' + row.id, '_blank'); window.open(this.maarchParapheurUrl + '/dist/documents/' + row.id, '_blank');
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment