@syncfusion/ej2-angular-pdfviewer 20.4.54 → 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/README.md +0 -1
- package/esm2020/src/pdfviewer/pdfviewer.component.mjs +3 -3
- package/fesm2015/syncfusion-ej2-angular-pdfviewer.mjs +2 -2
- package/fesm2015/syncfusion-ej2-angular-pdfviewer.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-pdfviewer.mjs +2 -2
- package/fesm2020/syncfusion-ej2-angular-pdfviewer.mjs.map +1 -1
- package/package.json +9 -9
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/pdfviewer/pdfviewer.component.d.ts +1 -1
- package/styles/fluent-dark.css +25 -6
- package/styles/fluent.css +25 -6
- package/styles/material.css +0 -5
- package/styles/pdfviewer/_bootstrap-dark-definition.scss +1 -1
- package/styles/pdfviewer/_bootstrap-definition.scss +1 -1
- package/styles/pdfviewer/_bootstrap4-definition.scss +1 -1
- package/styles/pdfviewer/_fabric-dark-definition.scss +1 -1
- package/styles/pdfviewer/_fabric-definition.scss +1 -1
- package/styles/pdfviewer/_fluent-definition.scss +5 -5
- package/styles/pdfviewer/_highcontrast-definition.scss +1 -1
- package/styles/pdfviewer/_highcontrast-light-definition.scss +1 -1
- package/styles/pdfviewer/_material-dark-definition.scss +1 -1
- package/styles/pdfviewer/_material-definition.scss +1 -2
- package/styles/pdfviewer/_tailwind-definition.scss +1 -1
- package/styles/pdfviewer/_theme.scss +28 -10
- package/styles/pdfviewer/fluent-dark.css +25 -6
- package/styles/pdfviewer/fluent.css +25 -6
- package/styles/pdfviewer/material.css +0 -5
- package/styles/pdfviewer/_material3-definition.scss +0 -530
|
@@ -2473,6 +2473,12 @@
|
|
|
2473
2473
|
.e-pv-mobile-view .e-pv-password-popup.e-dialog {
|
|
2474
2474
|
height: $pv-password-dialog-height-mobile;
|
|
2475
2475
|
}
|
|
2476
|
+
.e-bigger .e-pv-password-popup.e-dialog,
|
|
2477
|
+
.e-pv-mobile-view .e-pv-password-popup.e-dialog {
|
|
2478
|
+
@if ($skin-name == 'FluentUI') {
|
|
2479
|
+
height: 270px;
|
|
2480
|
+
}
|
|
2481
|
+
}
|
|
2476
2482
|
|
|
2477
2483
|
.e-bigger .e-pv-notification-popup.e-dialog,
|
|
2478
2484
|
.e-pv-mobile-view .e-pv-notification-popup.e-dialog {
|
|
@@ -2484,6 +2490,12 @@
|
|
|
2484
2490
|
height: $pv-notification-dialog-height-large-mobile;
|
|
2485
2491
|
}
|
|
2486
2492
|
|
|
2493
|
+
.e-bigger .e-pv-notification-popup.e-pv-notification-large-content.e-dialog,
|
|
2494
|
+
.e-pv-mobile-view .e-pv-notification-popup.e-pv-notification-large-content.e-dialog {
|
|
2495
|
+
@if ($skin-name == 'FluentUI') {
|
|
2496
|
+
height: 280px;
|
|
2497
|
+
}
|
|
2498
|
+
}
|
|
2487
2499
|
.e-bigger .e-pv-corrupted-popup.e-dialog,
|
|
2488
2500
|
.e-pv-mobile-view .e-pv-corrupted-popup.e-dialog {
|
|
2489
2501
|
height: $pv-corrupted-dialog-height-mobile;
|
|
@@ -2799,13 +2811,6 @@
|
|
|
2799
2811
|
}
|
|
2800
2812
|
}
|
|
2801
2813
|
|
|
2802
|
-
.e-btn.e-outline.e-primary,
|
|
2803
|
-
.e-css.e-btn.e-outline.e-primary {
|
|
2804
|
-
@if $theme-name == 'material' {
|
|
2805
|
-
color: $pv-comment-panel-post-button-color;
|
|
2806
|
-
}
|
|
2807
|
-
}
|
|
2808
|
-
|
|
2809
2814
|
.e-pdfviewer .e-editable-inline .e-editable-form {
|
|
2810
2815
|
margin-bottom: 1px;
|
|
2811
2816
|
}
|
|
@@ -3098,7 +3103,7 @@
|
|
|
3098
3103
|
|
|
3099
3104
|
.e-pdfviewer .e-input-group.e-control-wrapper.e-editable-elements.e-input-focus {
|
|
3100
3105
|
@if $skin-name != 'bootstrap5' {
|
|
3101
|
-
caret-color: $pv-comment-text-
|
|
3106
|
+
caret-color: $pv-comment-text-cursor-color;
|
|
3102
3107
|
}
|
|
3103
3108
|
}
|
|
3104
3109
|
|
|
@@ -3354,9 +3359,9 @@
|
|
|
3354
3359
|
.e-pv-custom-annotation-stamp-container.e-menu-container .e-ul .e-menu-item.e-selected,
|
|
3355
3360
|
.e-pv-custom-annotation-stamp-container.e-menu-container.e-menu-container .e-ul .e-menu-item.e-focused {
|
|
3356
3361
|
@if $skin-name == 'bootstrap4' {
|
|
3357
|
-
background-color: $pv-comment-text-
|
|
3362
|
+
background-color: $pv-comment-text-cursor-color;
|
|
3358
3363
|
color: $pv-icon-color-hover;
|
|
3359
|
-
outline: 0 solid $pv-comment-text-
|
|
3364
|
+
outline: 0 solid $pv-comment-text-cursor-color;
|
|
3360
3365
|
outline-offset: 0;
|
|
3361
3366
|
}
|
|
3362
3367
|
}
|
|
@@ -4024,6 +4029,12 @@
|
|
|
4024
4029
|
height: $pv-formfield-designer-dialog-height;
|
|
4025
4030
|
}
|
|
4026
4031
|
|
|
4032
|
+
.e-bigger .e-pv-properties-form-field-window {
|
|
4033
|
+
@if ($skin-name == 'FluentUI') {
|
|
4034
|
+
height: 585px;
|
|
4035
|
+
}
|
|
4036
|
+
}
|
|
4037
|
+
|
|
4027
4038
|
.e-pv-properties-header-spliter {
|
|
4028
4039
|
border-bottom-color: $pv-properties-header-spliter-border-bottom-color;
|
|
4029
4040
|
border-bottom-style: $pv-properties-header-spliter-border-bottom-style;
|
|
@@ -4098,6 +4109,13 @@
|
|
|
4098
4109
|
}
|
|
4099
4110
|
}
|
|
4100
4111
|
|
|
4112
|
+
.e-bigger .e-dialog.e-pv-signature-dialog-height {
|
|
4113
|
+
@if ($skin-name == 'FluentUI') {
|
|
4114
|
+
height: 627px;
|
|
4115
|
+
min-height: 591px;
|
|
4116
|
+
}
|
|
4117
|
+
}
|
|
4118
|
+
|
|
4101
4119
|
.e-bigger .e-pv-signature-dialog-height {
|
|
4102
4120
|
@if ($skin-name == 'FluentUI') {
|
|
4103
4121
|
min-height: 592px;
|
|
@@ -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
|
}
|