@syncfusion/ej2-vue-pdfviewer 20.4.53 → 21.1.35
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/CHANGELOG.md +58 -0
- package/dist/ej2-vue-pdfviewer.umd.min.js +2 -2
- package/dist/ej2-vue-pdfviewer.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-pdfviewer.es2015.js +161 -182
- package/dist/es6/ej2-vue-pdfviewer.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-pdfviewer.es5.js +173 -199
- package/dist/es6/ej2-vue-pdfviewer.es5.js.map +1 -1
- package/dist/global/ej2-vue-pdfviewer.min.js +2 -2
- package/package.json +9 -9
- package/src/pdfviewer/pdfviewer.component.d.ts +3 -52
- package/src/pdfviewer/pdfviewer.component.js +174 -203
- package/styles/fluent-dark.css +25 -6
- package/styles/fluent.css +25 -6
- package/styles/material.css +0 -5
- package/styles/pdfviewer/fluent-dark.css +25 -6
- package/styles/pdfviewer/fluent.css +25 -6
- package/styles/pdfviewer/material.css +0 -5
package/styles/fluent.css
CHANGED
|
@@ -1074,7 +1074,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1074
1074
|
}
|
|
1075
1075
|
|
|
1076
1076
|
.e-pv-password-popup.e-dialog {
|
|
1077
|
-
height:
|
|
1077
|
+
height: 240px;
|
|
1078
1078
|
margin: 0 10px;
|
|
1079
1079
|
max-width: 500px;
|
|
1080
1080
|
}
|
|
@@ -1759,7 +1759,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1759
1759
|
}
|
|
1760
1760
|
|
|
1761
1761
|
.e-pv-notification-popup.e-pv-notification-large-content {
|
|
1762
|
-
height:
|
|
1762
|
+
height: 278px;
|
|
1763
1763
|
max-width: 400px;
|
|
1764
1764
|
}
|
|
1765
1765
|
|
|
@@ -2412,6 +2412,11 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2412
2412
|
height: 240px;
|
|
2413
2413
|
}
|
|
2414
2414
|
|
|
2415
|
+
.e-bigger .e-pv-password-popup.e-dialog,
|
|
2416
|
+
.e-pv-mobile-view .e-pv-password-popup.e-dialog {
|
|
2417
|
+
height: 270px;
|
|
2418
|
+
}
|
|
2419
|
+
|
|
2415
2420
|
.e-bigger .e-pv-notification-popup.e-dialog,
|
|
2416
2421
|
.e-pv-mobile-view .e-pv-notification-popup.e-dialog {
|
|
2417
2422
|
height: 195px;
|
|
@@ -2422,6 +2427,11 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2422
2427
|
height: 220px;
|
|
2423
2428
|
}
|
|
2424
2429
|
|
|
2430
|
+
.e-bigger .e-pv-notification-popup.e-pv-notification-large-content.e-dialog,
|
|
2431
|
+
.e-pv-mobile-view .e-pv-notification-popup.e-pv-notification-large-content.e-dialog {
|
|
2432
|
+
height: 280px;
|
|
2433
|
+
}
|
|
2434
|
+
|
|
2425
2435
|
.e-bigger .e-pv-corrupted-popup.e-dialog,
|
|
2426
2436
|
.e-pv-mobile-view .e-pv-corrupted-popup.e-dialog {
|
|
2427
2437
|
height: 198px;
|
|
@@ -3420,7 +3430,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3420
3430
|
}
|
|
3421
3431
|
|
|
3422
3432
|
.e-pv-properties-form-field-window {
|
|
3423
|
-
height:
|
|
3433
|
+
height: 555px;
|
|
3434
|
+
}
|
|
3435
|
+
|
|
3436
|
+
.e-bigger .e-pv-properties-form-field-window {
|
|
3437
|
+
height: 585px;
|
|
3424
3438
|
}
|
|
3425
3439
|
|
|
3426
3440
|
.e-pv-properties-header-spliter {
|
|
@@ -3453,8 +3467,13 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3453
3467
|
}
|
|
3454
3468
|
|
|
3455
3469
|
.e-dialog.e-pv-signature-dialog-height {
|
|
3456
|
-
height:
|
|
3457
|
-
min-height:
|
|
3470
|
+
height: 591px;
|
|
3471
|
+
min-height: 591px;
|
|
3472
|
+
}
|
|
3473
|
+
|
|
3474
|
+
.e-bigger .e-dialog.e-pv-signature-dialog-height {
|
|
3475
|
+
height: 627px;
|
|
3476
|
+
min-height: 591px;
|
|
3458
3477
|
}
|
|
3459
3478
|
|
|
3460
3479
|
.e-bigger .e-pv-signature-dialog-height {
|
|
@@ -3463,7 +3482,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3463
3482
|
|
|
3464
3483
|
.e-dialog.e-pv-signature-dialog-blazor-height {
|
|
3465
3484
|
height: 535px;
|
|
3466
|
-
min-height:
|
|
3485
|
+
min-height: 591px;
|
|
3467
3486
|
}
|
|
3468
3487
|
|
|
3469
3488
|
.e-pv-handwritten-signature-canvas {
|
package/styles/material.css
CHANGED
|
@@ -2392,11 +2392,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2392
2392
|
border-color: transparent;
|
|
2393
2393
|
}
|
|
2394
2394
|
|
|
2395
|
-
.e-btn.e-outline.e-primary,
|
|
2396
|
-
.e-css.e-btn.e-outline.e-primary {
|
|
2397
|
-
color: #d71456;
|
|
2398
|
-
}
|
|
2399
|
-
|
|
2400
2395
|
.e-pdfviewer .e-editable-inline .e-editable-form {
|
|
2401
2396
|
margin-bottom: 1px;
|
|
2402
2397
|
}
|
|
@@ -1074,7 +1074,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1074
1074
|
}
|
|
1075
1075
|
|
|
1076
1076
|
.e-pv-password-popup.e-dialog {
|
|
1077
|
-
height:
|
|
1077
|
+
height: 240px;
|
|
1078
1078
|
margin: 0 10px;
|
|
1079
1079
|
max-width: 500px;
|
|
1080
1080
|
}
|
|
@@ -1759,7 +1759,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1759
1759
|
}
|
|
1760
1760
|
|
|
1761
1761
|
.e-pv-notification-popup.e-pv-notification-large-content {
|
|
1762
|
-
height:
|
|
1762
|
+
height: 278px;
|
|
1763
1763
|
max-width: 400px;
|
|
1764
1764
|
}
|
|
1765
1765
|
|
|
@@ -2412,6 +2412,11 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2412
2412
|
height: 240px;
|
|
2413
2413
|
}
|
|
2414
2414
|
|
|
2415
|
+
.e-bigger .e-pv-password-popup.e-dialog,
|
|
2416
|
+
.e-pv-mobile-view .e-pv-password-popup.e-dialog {
|
|
2417
|
+
height: 270px;
|
|
2418
|
+
}
|
|
2419
|
+
|
|
2415
2420
|
.e-bigger .e-pv-notification-popup.e-dialog,
|
|
2416
2421
|
.e-pv-mobile-view .e-pv-notification-popup.e-dialog {
|
|
2417
2422
|
height: 195px;
|
|
@@ -2422,6 +2427,11 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2422
2427
|
height: 220px;
|
|
2423
2428
|
}
|
|
2424
2429
|
|
|
2430
|
+
.e-bigger .e-pv-notification-popup.e-pv-notification-large-content.e-dialog,
|
|
2431
|
+
.e-pv-mobile-view .e-pv-notification-popup.e-pv-notification-large-content.e-dialog {
|
|
2432
|
+
height: 280px;
|
|
2433
|
+
}
|
|
2434
|
+
|
|
2425
2435
|
.e-bigger .e-pv-corrupted-popup.e-dialog,
|
|
2426
2436
|
.e-pv-mobile-view .e-pv-corrupted-popup.e-dialog {
|
|
2427
2437
|
height: 198px;
|
|
@@ -3420,7 +3430,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3420
3430
|
}
|
|
3421
3431
|
|
|
3422
3432
|
.e-pv-properties-form-field-window {
|
|
3423
|
-
height:
|
|
3433
|
+
height: 555px;
|
|
3434
|
+
}
|
|
3435
|
+
|
|
3436
|
+
.e-bigger .e-pv-properties-form-field-window {
|
|
3437
|
+
height: 585px;
|
|
3424
3438
|
}
|
|
3425
3439
|
|
|
3426
3440
|
.e-pv-properties-header-spliter {
|
|
@@ -3453,8 +3467,13 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3453
3467
|
}
|
|
3454
3468
|
|
|
3455
3469
|
.e-dialog.e-pv-signature-dialog-height {
|
|
3456
|
-
height:
|
|
3457
|
-
min-height:
|
|
3470
|
+
height: 591px;
|
|
3471
|
+
min-height: 591px;
|
|
3472
|
+
}
|
|
3473
|
+
|
|
3474
|
+
.e-bigger .e-dialog.e-pv-signature-dialog-height {
|
|
3475
|
+
height: 627px;
|
|
3476
|
+
min-height: 591px;
|
|
3458
3477
|
}
|
|
3459
3478
|
|
|
3460
3479
|
.e-bigger .e-pv-signature-dialog-height {
|
|
@@ -3463,7 +3482,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3463
3482
|
|
|
3464
3483
|
.e-dialog.e-pv-signature-dialog-blazor-height {
|
|
3465
3484
|
height: 535px;
|
|
3466
|
-
min-height:
|
|
3485
|
+
min-height: 591px;
|
|
3467
3486
|
}
|
|
3468
3487
|
|
|
3469
3488
|
.e-pv-handwritten-signature-canvas {
|
|
@@ -1074,7 +1074,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1074
1074
|
}
|
|
1075
1075
|
|
|
1076
1076
|
.e-pv-password-popup.e-dialog {
|
|
1077
|
-
height:
|
|
1077
|
+
height: 240px;
|
|
1078
1078
|
margin: 0 10px;
|
|
1079
1079
|
max-width: 500px;
|
|
1080
1080
|
}
|
|
@@ -1759,7 +1759,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1759
1759
|
}
|
|
1760
1760
|
|
|
1761
1761
|
.e-pv-notification-popup.e-pv-notification-large-content {
|
|
1762
|
-
height:
|
|
1762
|
+
height: 278px;
|
|
1763
1763
|
max-width: 400px;
|
|
1764
1764
|
}
|
|
1765
1765
|
|
|
@@ -2412,6 +2412,11 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2412
2412
|
height: 240px;
|
|
2413
2413
|
}
|
|
2414
2414
|
|
|
2415
|
+
.e-bigger .e-pv-password-popup.e-dialog,
|
|
2416
|
+
.e-pv-mobile-view .e-pv-password-popup.e-dialog {
|
|
2417
|
+
height: 270px;
|
|
2418
|
+
}
|
|
2419
|
+
|
|
2415
2420
|
.e-bigger .e-pv-notification-popup.e-dialog,
|
|
2416
2421
|
.e-pv-mobile-view .e-pv-notification-popup.e-dialog {
|
|
2417
2422
|
height: 195px;
|
|
@@ -2422,6 +2427,11 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2422
2427
|
height: 220px;
|
|
2423
2428
|
}
|
|
2424
2429
|
|
|
2430
|
+
.e-bigger .e-pv-notification-popup.e-pv-notification-large-content.e-dialog,
|
|
2431
|
+
.e-pv-mobile-view .e-pv-notification-popup.e-pv-notification-large-content.e-dialog {
|
|
2432
|
+
height: 280px;
|
|
2433
|
+
}
|
|
2434
|
+
|
|
2425
2435
|
.e-bigger .e-pv-corrupted-popup.e-dialog,
|
|
2426
2436
|
.e-pv-mobile-view .e-pv-corrupted-popup.e-dialog {
|
|
2427
2437
|
height: 198px;
|
|
@@ -3420,7 +3430,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3420
3430
|
}
|
|
3421
3431
|
|
|
3422
3432
|
.e-pv-properties-form-field-window {
|
|
3423
|
-
height:
|
|
3433
|
+
height: 555px;
|
|
3434
|
+
}
|
|
3435
|
+
|
|
3436
|
+
.e-bigger .e-pv-properties-form-field-window {
|
|
3437
|
+
height: 585px;
|
|
3424
3438
|
}
|
|
3425
3439
|
|
|
3426
3440
|
.e-pv-properties-header-spliter {
|
|
@@ -3453,8 +3467,13 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3453
3467
|
}
|
|
3454
3468
|
|
|
3455
3469
|
.e-dialog.e-pv-signature-dialog-height {
|
|
3456
|
-
height:
|
|
3457
|
-
min-height:
|
|
3470
|
+
height: 591px;
|
|
3471
|
+
min-height: 591px;
|
|
3472
|
+
}
|
|
3473
|
+
|
|
3474
|
+
.e-bigger .e-dialog.e-pv-signature-dialog-height {
|
|
3475
|
+
height: 627px;
|
|
3476
|
+
min-height: 591px;
|
|
3458
3477
|
}
|
|
3459
3478
|
|
|
3460
3479
|
.e-bigger .e-pv-signature-dialog-height {
|
|
@@ -3463,7 +3482,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3463
3482
|
|
|
3464
3483
|
.e-dialog.e-pv-signature-dialog-blazor-height {
|
|
3465
3484
|
height: 535px;
|
|
3466
|
-
min-height:
|
|
3485
|
+
min-height: 591px;
|
|
3467
3486
|
}
|
|
3468
3487
|
|
|
3469
3488
|
.e-pv-handwritten-signature-canvas {
|
|
@@ -2392,11 +2392,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2392
2392
|
border-color: transparent;
|
|
2393
2393
|
}
|
|
2394
2394
|
|
|
2395
|
-
.e-btn.e-outline.e-primary,
|
|
2396
|
-
.e-css.e-btn.e-outline.e-primary {
|
|
2397
|
-
color: #d71456;
|
|
2398
|
-
}
|
|
2399
|
-
|
|
2400
2395
|
.e-pdfviewer .e-editable-inline .e-editable-form {
|
|
2401
2396
|
margin-bottom: 1px;
|
|
2402
2397
|
}
|