Skip to content

Commit

Permalink
Merge commit '7f7ffabe3400e834290c03002b8b79396d67cdca' into EXUI-238…
Browse files Browse the repository at this point in the history
…8-PEDWithCaseFileView
  • Loading branch information
MunishSharmaHMCTS committed Dec 27, 2024
2 parents e835cdb + 7f7ffab commit a2b388a
Show file tree
Hide file tree
Showing 69 changed files with 3,778 additions and 1,315 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile_CNP
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ properties([
def type = "nodejs"
def product = "em"
def component = "media-viewer"
def channel = '#em-dev-chat'
def channel = '#xui-pipeline'

def yarnBuilder = new uk.gov.hmcts.contino.YarnBuilder(this)

Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile_nightly
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ properties([
def type = "nodejs"
def product = "em"
def component = "media-viewer"
def channel = '#em-dev-chat'
def channel = '#xui-pipeline'

def yarnBuilder = new uk.gov.hmcts.contino.YarnBuilder(this)

Expand Down
4 changes: 2 additions & 2 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ metadata:
tags:
- nodejs
links:
- url: https://hmcts-reform.slack.com/app_redirect?channel=em-dev-chat
title: "#em-dev-chat on Slack"
- url: https://hmcts-reform.slack.com/app_redirect?channel=xui-pipeline
title: "#xui-pipeline on Slack"
icon: chat
spec:
type: service
Expand Down
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hmcts/media-viewer",
"version": "4.0.8-exui-2388-rc1",
"version": "4.0.9-exui-2388-rc1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down Expand Up @@ -83,15 +83,15 @@
"nodemon": "^3.1.0",
"nunjucks": "^3.2.4",
"otp": "^0.1.3",
"pdfjs-dist": "4.3.136",
"pdfjs-dist": "^4.8.69",
"require-directory": "2.1.1",
"rpx-xui-translation": "^1.0.4",
"rxjs": "^7.4.0",
"sass": "^1.64.1",
"scss-bundle": "~3.1.2",
"session-file-store": "^1.2.0",
"socket.io-client": "^3.1.1",
"uuid": "^3.4.0",
"socket.io-client": "^4.8.0",
"uuid": "^11.0.3",
"ws": "^7.5.10",
"xmlhttprequest-ssl": "^1.6.2",
"zone.js": "0.15.0"
Expand All @@ -113,7 +113,9 @@
"lodash": "^4.17.21",
"xml2j": "^0.5.0",
"axios": "^1.6.3",
"got": "^14.0.0"
"got": "^14.0.0",
"body-parser": "^1.20.3",
"cross-spawn": "^7.0.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.10",
Expand Down
12 changes: 6 additions & 6 deletions projects/media-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hmcts/media-viewer",
"version": "4.0.8-exui-2388-rc1",
"version": "4.0.9-exui-2388-rc1",
"description": "Media Viewer",
"keywords": [
"Angular",
Expand All @@ -19,9 +19,9 @@
"dependencies": {
"@swimlane/ngx-datatable": "^20.0.0",
"mutable-div": "^2.0.0",
"pdfjs-dist": "4.3.136",
"socket.io-client": "^3.1.1",
"uuid": "^3.4.0"
"pdfjs-dist": "^4.8.69",
"socket.io-client": "^4.8.0",
"uuid": "^11.0.3"
},
"peerDependencies": {
"@angular/animations": "^17.3.8",
Expand All @@ -36,8 +36,8 @@
"@ngrx/store-devtools": "^17.0.0"
},
"devDependencies": {
"@types/uuid": "^3.4.4",
"pdfjs-dist": "4.3.136"
"@types/uuid": "^10.0.0",
"pdfjs-dist": "^4.8.69"
},
"packageManager": "yarn@3.8.5"
}
3 changes: 3 additions & 0 deletions projects/media-viewer/src/assets/pdfjs/images/altText_add.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
30 changes: 30 additions & 0 deletions projects/media-viewer/src/assets/pdfjs/images/altText_spinner.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
22 changes: 11 additions & 11 deletions projects/media-viewer/src/assets/pdfjs/images/annotation-check.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
52 changes: 26 additions & 26 deletions projects/media-viewer/src/assets/pdfjs/images/annotation-help.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
20 changes: 10 additions & 10 deletions projects/media-viewer/src/assets/pdfjs/images/annotation-insert.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Loading

0 comments on commit a2b388a

Please sign in to comment.