Skip to content

Commit 8d31a27

Browse files
1019326: Resolved dependabot issues
1 parent ce9c4c5 commit 8d31a27

60 files changed

Lines changed: 371 additions & 351 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

How to/Add Signature Field and EnableDisable Form Designer on Button Click/angular.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,18 @@
6060
"builder": "@angular-devkit/build-angular:dev-server",
6161
"configurations": {
6262
"production": {
63-
"browserTarget": "my-app:build:production"
63+
"buildTarget": "my-app:build:production"
6464
},
6565
"development": {
66-
"browserTarget": "my-app:build:development"
66+
"buildTarget": "my-app:build:development"
6767
}
6868
},
6969
"defaultConfiguration": "development"
7070
},
7171
"extract-i18n": {
7272
"builder": "@angular-devkit/build-angular:extract-i18n",
7373
"options": {
74-
"browserTarget": "my-app:build"
74+
"buildTarget": "my-app:build"
7575
}
7676
},
7777
"test": {

How to/Add Signature Field and EnableDisable Form Designer on Button Click/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,30 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/animations": "^15.0.0",
14-
"@angular/common": "^15.0.0",
15-
"@angular/compiler": "^15.0.0",
16-
"@angular/core": "^15.0.0",
17-
"@angular/forms": "^15.0.0",
18-
"@angular/platform-browser": "^15.0.0",
19-
"@angular/platform-browser-dynamic": "^15.0.0",
20-
"@angular/router": "^15.0.0",
21-
"@syncfusion/ej2-angular-pdfviewer": "*",
13+
"@angular/animations": "^19.2.18",
14+
"@angular/common": "^19.2.18",
15+
"@angular/compiler": "^19.2.18",
16+
"@angular/core": "^19.2.18",
17+
"@angular/forms": "^19.2.18",
18+
"@angular/platform-browser": "^19.2.18",
19+
"@angular/platform-browser-dynamic": "^19.2.18",
20+
"@angular/router": "^19.2.18",
21+
"@syncfusion/ej2-angular-pdfviewer": "^26.1.35",
2222
"rxjs": "~7.5.0",
2323
"tslib": "^2.3.0",
24-
"zone.js": "~0.12.0"
24+
"zone.js": "~0.15.0"
2525
},
2626
"devDependencies": {
27-
"@angular-devkit/build-angular": "^15.0.4",
28-
"@angular/cli": "~15.0.4",
29-
"@angular/compiler-cli": "^15.0.0",
27+
"@angular-devkit/build-angular": "^19.2.18",
28+
"@angular/cli": "~19.2.18",
29+
"@angular/compiler-cli": "^19.2.18",
3030
"@types/jasmine": "~4.3.0",
3131
"jasmine-core": "~4.5.0",
3232
"karma": "~6.4.0",
3333
"karma-chrome-launcher": "~3.1.0",
3434
"karma-coverage": "~2.2.0",
3535
"karma-jasmine": "~5.1.0",
3636
"karma-jasmine-html-reporter": "~2.0.0",
37-
"typescript": "~4.8.2"
37+
"typescript": "~5.6.0"
3838
}
3939
}

How to/Add Signature Field and EnableDisable Form Designer on Button Click/src/app/app.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import {
1717
} from "@syncfusion/ej2-angular-pdfviewer";
1818

1919
@Component({
20+
standalone: false,
2021
selector: "app-root",
2122
// specifies the template string for the PDF Viewer component
2223
template: `

How to/Add a Custom Feature for Attaching Files to PDFs/Attaching Files to PDFs/angular.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,18 @@
6060
"builder": "@angular-devkit/build-angular:dev-server",
6161
"configurations": {
6262
"production": {
63-
"browserTarget": "attachpdf:build:production"
63+
"buildTarget": "attachpdf:build:production"
6464
},
6565
"development": {
66-
"browserTarget": "attachpdf:build:development"
66+
"buildTarget": "attachpdf:build:development"
6767
}
6868
},
6969
"defaultConfiguration": "development"
7070
},
7171
"extract-i18n": {
7272
"builder": "@angular-devkit/build-angular:extract-i18n",
7373
"options": {
74-
"browserTarget": "attachpdf:build"
74+
"buildTarget": "attachpdf:build"
7575
}
7676
},
7777
"test": {

How to/Add a Custom Feature for Attaching Files to PDFs/Attaching Files to PDFs/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,33 +10,33 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/animations": "^15.2.0",
14-
"@angular/common": "^15.2.0",
15-
"@angular/compiler": "^15.2.0",
16-
"@angular/core": "^15.2.0",
17-
"@angular/forms": "^15.2.0",
18-
"@angular/platform-browser": "^15.2.0",
19-
"@angular/platform-browser-dynamic": "^15.2.0",
20-
"@angular/router": "^15.2.0",
21-
"@syncfusion/ej2-angular-buttons": "*",
22-
"@syncfusion/ej2-angular-navigations": "*",
23-
"@syncfusion/ej2-angular-pdfviewer": "*",
24-
"@syncfusion/ej2-pdf": "*",
13+
"@angular/animations": "^19.2.18",
14+
"@angular/common": "^19.2.18",
15+
"@angular/compiler": "^19.2.18",
16+
"@angular/core": "^19.2.18",
17+
"@angular/forms": "^19.2.18",
18+
"@angular/platform-browser": "^19.2.18",
19+
"@angular/platform-browser-dynamic": "^19.2.18",
20+
"@angular/router": "^19.2.18",
21+
"@syncfusion/ej2-angular-buttons": "^26.1.35",
22+
"@syncfusion/ej2-angular-navigations": "^26.1.35",
23+
"@syncfusion/ej2-angular-pdfviewer": "^26.1.35",
24+
"@syncfusion/ej2-pdf": "^26.1.35",
2525
"rxjs": "~7.8.0",
2626
"tslib": "^2.3.0",
27-
"zone.js": "~0.12.0"
27+
"zone.js": "~0.15.0"
2828
},
2929
"devDependencies": {
30-
"@angular-devkit/build-angular": "^15.2.11",
31-
"@angular/cli": "~15.2.11",
32-
"@angular/compiler-cli": "^15.2.0",
30+
"@angular-devkit/build-angular": "^19.2.18",
31+
"@angular/cli": "~19.2.18",
32+
"@angular/compiler-cli": "^19.2.18",
3333
"@types/jasmine": "~4.3.0",
3434
"jasmine-core": "~4.5.0",
3535
"karma": "~6.4.0",
3636
"karma-chrome-launcher": "~3.1.0",
3737
"karma-coverage": "~2.2.0",
3838
"karma-jasmine": "~5.1.0",
3939
"karma-jasmine-html-reporter": "~2.0.0",
40-
"typescript": "~4.9.4"
40+
"typescript": "~5.6.0"
4141
}
4242
}

How to/Add a Custom Feature for Attaching Files to PDFs/Attaching Files to PDFs/src/app/app.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import {
1212
PdfPage,
1313
} from '@syncfusion/ej2-pdf';
1414
@Component({
15+
standalone: false,
1516
selector: 'app-root',
1617
// specifies the template string for the PDF Viewer component
1718
template: `<div class="content-wrapper" style="display: abosolute;width: 80%;height: 670px">

How to/Add datetime in HandWrittenSignature/angular.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,18 @@
6060
"builder": "@angular-devkit/build-angular:dev-server",
6161
"configurations": {
6262
"production": {
63-
"browserTarget": "my-app:build:production"
63+
"buildTarget": "my-app:build:production"
6464
},
6565
"development": {
66-
"browserTarget": "my-app:build:development"
66+
"buildTarget": "my-app:build:development"
6767
}
6868
},
6969
"defaultConfiguration": "development"
7070
},
7171
"extract-i18n": {
7272
"builder": "@angular-devkit/build-angular:extract-i18n",
7373
"options": {
74-
"browserTarget": "my-app:build"
74+
"buildTarget": "my-app:build"
7575
}
7676
},
7777
"test": {

How to/Add datetime in HandWrittenSignature/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,31 +10,31 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/animations": "^15.0.0",
14-
"@angular/common": "^15.0.0",
15-
"@angular/compiler": "^15.0.0",
16-
"@angular/core": "^15.0.0",
17-
"@angular/forms": "^15.0.0",
18-
"@angular/platform-browser": "^15.0.0",
19-
"@angular/platform-browser-dynamic": "^15.0.0",
20-
"@angular/router": "^15.0.0",
13+
"@angular/animations": "^19.2.18",
14+
"@angular/common": "^19.2.18",
15+
"@angular/compiler": "^19.2.18",
16+
"@angular/core": "^19.2.18",
17+
"@angular/forms": "^19.2.18",
18+
"@angular/platform-browser": "^19.2.18",
19+
"@angular/platform-browser-dynamic": "^19.2.18",
20+
"@angular/router": "^19.2.18",
2121
"@syncfusion/ej2-angular-buttons": "^30.1.37",
22-
"@syncfusion/ej2-angular-pdfviewer": "*",
22+
"@syncfusion/ej2-angular-pdfviewer": "^26.1.35",
2323
"rxjs": "~7.5.0",
2424
"tslib": "^2.3.0",
25-
"zone.js": "~0.12.0"
25+
"zone.js": "~0.15.0"
2626
},
2727
"devDependencies": {
28-
"@angular-devkit/build-angular": "^15.0.4",
29-
"@angular/cli": "~15.0.4",
30-
"@angular/compiler-cli": "^15.0.0",
28+
"@angular-devkit/build-angular": "^19.2.18",
29+
"@angular/cli": "~19.2.18",
30+
"@angular/compiler-cli": "^19.2.18",
3131
"@types/jasmine": "~4.3.0",
3232
"jasmine-core": "~4.5.0",
3333
"karma": "~6.4.0",
3434
"karma-chrome-launcher": "~3.1.0",
3535
"karma-coverage": "~2.2.0",
3636
"karma-jasmine": "~5.1.0",
3737
"karma-jasmine-html-reporter": "~2.0.0",
38-
"typescript": "~4.8.2"
38+
"typescript": "~5.6.0"
3939
}
4040
}

How to/Add datetime in HandWrittenSignature/src/app/app.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import { SwitchComponent } from '@syncfusion/ej2-angular-buttons';
2424
* Default PdfViewer Controller
2525
*/
2626
@Component({
27+
standalone: false,
2728
selector: 'app-root',
2829
templateUrl: 'app.component.html',
2930
encapsulation: ViewEncapsulation.None,

How to/Add water mark annotation in PDF viewer/Water mark annotation/angular.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,18 @@
6464
"builder": "@angular-devkit/build-angular:dev-server",
6565
"configurations": {
6666
"production": {
67-
"browserTarget": "my-app:build:production"
67+
"buildTarget": "my-app:build:production"
6868
},
6969
"development": {
70-
"browserTarget": "my-app:build:development"
70+
"buildTarget": "my-app:build:development"
7171
}
7272
},
7373
"defaultConfiguration": "development"
7474
},
7575
"extract-i18n": {
7676
"builder": "@angular-devkit/build-angular:extract-i18n",
7777
"options": {
78-
"browserTarget": "my-app:build"
78+
"buildTarget": "my-app:build"
7979
}
8080
},
8181
"test": {

0 commit comments

Comments
 (0)