@syncfusion/ej2-pdfviewer 17.3.58-4568 → 17.3.59-4568
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/dist/ej2-pdfviewer.umd.min.js +1 -1
- package/dist/ej2-pdfviewer.umd.min.js.map +1 -1
- package/dist/es6/ej2-pdfviewer.es2015.js +38 -42
- package/dist/es6/ej2-pdfviewer.es2015.js.map +1 -1
- package/dist/es6/ej2-pdfviewer.es5.js +38 -42
- package/dist/es6/ej2-pdfviewer.es5.js.map +1 -1
- package/package.json +1 -1
- package/src/pdfviewer/annotation/annotation.js +3 -0
- package/src/pdfviewer/base/pdfviewer-base.d.ts +2 -0
- package/src/pdfviewer/base/pdfviewer-base.js +33 -10
- package/src/pdfviewer/magnification/magnification.d.ts +0 -1
- package/src/pdfviewer/magnification/magnification.js +2 -32
- package/styles/bootstrap-dark.css +10 -6
- package/styles/bootstrap-dark.scss +4 -1
- package/styles/bootstrap.css +10 -6
- package/styles/bootstrap.scss +4 -1
- package/styles/bootstrap4.css +10 -6
- package/styles/bootstrap4.scss +4 -1
- package/styles/bootstrap5-dark.css +15 -8
- package/styles/bootstrap5-dark.scss +4 -1
- package/styles/bootstrap5.css +15 -8
- package/styles/bootstrap5.scss +4 -1
- package/styles/fabric-dark.css +10 -6
- package/styles/fabric-dark.scss +4 -1
- package/styles/fabric.css +10 -6
- package/styles/fabric.scss +4 -1
- package/styles/fluent-dark.css +10 -6
- package/styles/fluent-dark.scss +4 -1
- package/styles/fluent.css +10 -6
- package/styles/fluent.scss +4 -1
- package/styles/fluent2.css +4876 -0
- package/styles/fluent2.scss +4 -0
- package/styles/highcontrast-light.css +10 -6
- package/styles/highcontrast-light.scss +4 -1
- package/styles/highcontrast.css +10 -6
- package/styles/highcontrast.scss +4 -1
- package/styles/material-dark.css +10 -6
- package/styles/material-dark.scss +4 -1
- package/styles/material.css +10 -6
- package/styles/material.scss +4 -1
- package/styles/material3-dark.css +12 -9
- package/styles/material3-dark.scss +4 -1
- package/styles/material3.css +12 -9
- package/styles/material3.scss +4 -1
- package/styles/pdfviewer/_fluent2-definition.scss +40 -39
- package/styles/pdfviewer/_theme.scss +428 -28
- package/styles/pdfviewer/bootstrap-dark.css +10 -6
- package/styles/pdfviewer/bootstrap.css +10 -6
- package/styles/pdfviewer/bootstrap4.css +10 -6
- package/styles/pdfviewer/bootstrap5-dark.css +15 -8
- package/styles/pdfviewer/bootstrap5.css +15 -8
- package/styles/pdfviewer/fabric-dark.css +10 -6
- package/styles/pdfviewer/fabric.css +10 -6
- package/styles/pdfviewer/fluent-dark.css +10 -6
- package/styles/pdfviewer/fluent.css +10 -6
- package/styles/pdfviewer/fluent2.css +4876 -0
- package/styles/pdfviewer/fluent2.scss +4 -0
- package/styles/pdfviewer/highcontrast-light.css +10 -6
- package/styles/pdfviewer/highcontrast.css +10 -6
- package/styles/pdfviewer/icons/_bootstrap5.scss +0 -2
- package/styles/pdfviewer/icons/_fluent2.scss +510 -0
- package/styles/pdfviewer/material-dark.css +10 -6
- package/styles/pdfviewer/material.css +10 -6
- package/styles/pdfviewer/material3-dark.css +12 -9
- package/styles/pdfviewer/material3.css +12 -9
- package/styles/pdfviewer/tailwind-dark.css +10 -6
- package/styles/pdfviewer/tailwind.css +10 -6
- package/styles/tailwind-dark.css +10 -6
- package/styles/tailwind-dark.scss +4 -1
- package/styles/tailwind.css +10 -6
- package/styles/tailwind.scss +4 -1
package/styles/fabric-dark.scss
CHANGED
package/styles/fabric.css
CHANGED
|
@@ -1031,6 +1031,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1031
1031
|
padding: 0 0 0 3px;
|
|
1032
1032
|
}
|
|
1033
1033
|
|
|
1034
|
+
.e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
|
|
1035
|
+
width: 100px;
|
|
1036
|
+
}
|
|
1037
|
+
|
|
1034
1038
|
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
1035
1039
|
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
1036
1040
|
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
@@ -2216,9 +2220,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2216
2220
|
|
|
2217
2221
|
.e-pv-organize-total-page-button {
|
|
2218
2222
|
float: left;
|
|
2219
|
-
font-size: 12;
|
|
2220
2223
|
font-weight: normal;
|
|
2221
2224
|
color: rgba(0, 0, 0, 0.87);
|
|
2225
|
+
font-size: 12;
|
|
2222
2226
|
}
|
|
2223
2227
|
|
|
2224
2228
|
.e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
|
|
@@ -2475,8 +2479,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2475
2479
|
.e-pv-properties-line-stroke-color-label,
|
|
2476
2480
|
.e-pv-properties-line-opacity-label,
|
|
2477
2481
|
.e-pv-properties-line-leader-length-label {
|
|
2478
|
-
margin-bottom: 8px;
|
|
2479
2482
|
font-size: 14px;
|
|
2483
|
+
margin-bottom: 8px;
|
|
2480
2484
|
}
|
|
2481
2485
|
|
|
2482
2486
|
.e-pv-properties-line-end-container,
|
|
@@ -3068,8 +3072,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3068
3072
|
}
|
|
3069
3073
|
|
|
3070
3074
|
.e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
|
|
3071
|
-
margin-top: 10px;
|
|
3072
3075
|
padding-bottom: 1px;
|
|
3076
|
+
margin-top: 10px;
|
|
3073
3077
|
}
|
|
3074
3078
|
|
|
3075
3079
|
.e-pdfviewer .e-pv-signature-window .e-footer-content {
|
|
@@ -3161,12 +3165,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3161
3165
|
border-radius: 5px;
|
|
3162
3166
|
display: inline-block;
|
|
3163
3167
|
font-size: 13px;
|
|
3164
|
-
height: 88px;
|
|
3165
|
-
margin: 15px;
|
|
3166
3168
|
padding-top: 40px;
|
|
3167
3169
|
text-align: center;
|
|
3168
|
-
width: 311px;
|
|
3169
3170
|
word-wrap: break-word;
|
|
3171
|
+
height: 88px;
|
|
3172
|
+
width: 311px;
|
|
3173
|
+
margin: 15px;
|
|
3170
3174
|
}
|
|
3171
3175
|
|
|
3172
3176
|
.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
|
package/styles/fabric.scss
CHANGED
package/styles/fluent-dark.css
CHANGED
|
@@ -1034,6 +1034,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1034
1034
|
padding: 0;
|
|
1035
1035
|
}
|
|
1036
1036
|
|
|
1037
|
+
.e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
|
|
1038
|
+
width: 100px;
|
|
1039
|
+
}
|
|
1040
|
+
|
|
1037
1041
|
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
1038
1042
|
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
1039
1043
|
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
@@ -2303,9 +2307,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2303
2307
|
|
|
2304
2308
|
.e-pv-organize-total-page-button {
|
|
2305
2309
|
float: left;
|
|
2306
|
-
font-size: 12;
|
|
2307
2310
|
font-weight: normal;
|
|
2308
2311
|
color: #f3f2f1;
|
|
2312
|
+
font-size: 12;
|
|
2309
2313
|
}
|
|
2310
2314
|
|
|
2311
2315
|
.e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
|
|
@@ -2601,9 +2605,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2601
2605
|
.e-pv-properties-line-stroke-color-label,
|
|
2602
2606
|
.e-pv-properties-line-opacity-label,
|
|
2603
2607
|
.e-pv-properties-line-leader-length-label {
|
|
2604
|
-
margin-bottom: 8px;
|
|
2605
2608
|
font-weight: 600;
|
|
2606
2609
|
font-size: 14px;
|
|
2610
|
+
margin-bottom: 8px;
|
|
2607
2611
|
}
|
|
2608
2612
|
|
|
2609
2613
|
.e-pv-properties-line-end-container,
|
|
@@ -3262,8 +3266,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3262
3266
|
}
|
|
3263
3267
|
|
|
3264
3268
|
.e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
|
|
3265
|
-
margin-top: 10px;
|
|
3266
3269
|
padding-bottom: 5px;
|
|
3270
|
+
margin-top: 10px;
|
|
3267
3271
|
}
|
|
3268
3272
|
|
|
3269
3273
|
.e-pdfviewer .e-pv-signature-window .e-footer-content {
|
|
@@ -3355,14 +3359,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3355
3359
|
border-radius: 5px;
|
|
3356
3360
|
display: inline-block;
|
|
3357
3361
|
font-size: 13px;
|
|
3358
|
-
height: 88px;
|
|
3359
|
-
margin: 15px;
|
|
3360
3362
|
padding-top: 40px;
|
|
3361
3363
|
text-align: center;
|
|
3362
|
-
width: 311px;
|
|
3363
3364
|
word-wrap: break-word;
|
|
3364
3365
|
max-width: 300px;
|
|
3365
3366
|
padding-top: 36px;
|
|
3367
|
+
height: 88px;
|
|
3368
|
+
width: 311px;
|
|
3369
|
+
margin: 15px;
|
|
3366
3370
|
}
|
|
3367
3371
|
|
|
3368
3372
|
.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
|
package/styles/fluent-dark.scss
CHANGED
package/styles/fluent.css
CHANGED
|
@@ -1034,6 +1034,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1034
1034
|
padding: 0;
|
|
1035
1035
|
}
|
|
1036
1036
|
|
|
1037
|
+
.e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
|
|
1038
|
+
width: 100px;
|
|
1039
|
+
}
|
|
1040
|
+
|
|
1037
1041
|
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
1038
1042
|
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
1039
1043
|
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
@@ -2303,9 +2307,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2303
2307
|
|
|
2304
2308
|
.e-pv-organize-total-page-button {
|
|
2305
2309
|
float: left;
|
|
2306
|
-
font-size: 12;
|
|
2307
2310
|
font-weight: normal;
|
|
2308
2311
|
color: #201f1e;
|
|
2312
|
+
font-size: 12;
|
|
2309
2313
|
}
|
|
2310
2314
|
|
|
2311
2315
|
.e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
|
|
@@ -2601,9 +2605,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2601
2605
|
.e-pv-properties-line-stroke-color-label,
|
|
2602
2606
|
.e-pv-properties-line-opacity-label,
|
|
2603
2607
|
.e-pv-properties-line-leader-length-label {
|
|
2604
|
-
margin-bottom: 8px;
|
|
2605
2608
|
font-weight: 600;
|
|
2606
2609
|
font-size: 14px;
|
|
2610
|
+
margin-bottom: 8px;
|
|
2607
2611
|
}
|
|
2608
2612
|
|
|
2609
2613
|
.e-pv-properties-line-end-container,
|
|
@@ -3262,8 +3266,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3262
3266
|
}
|
|
3263
3267
|
|
|
3264
3268
|
.e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
|
|
3265
|
-
margin-top: 10px;
|
|
3266
3269
|
padding-bottom: 5px;
|
|
3270
|
+
margin-top: 10px;
|
|
3267
3271
|
}
|
|
3268
3272
|
|
|
3269
3273
|
.e-pdfviewer .e-pv-signature-window .e-footer-content {
|
|
@@ -3355,14 +3359,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3355
3359
|
border-radius: 5px;
|
|
3356
3360
|
display: inline-block;
|
|
3357
3361
|
font-size: 13px;
|
|
3358
|
-
height: 88px;
|
|
3359
|
-
margin: 15px;
|
|
3360
3362
|
padding-top: 40px;
|
|
3361
3363
|
text-align: center;
|
|
3362
|
-
width: 311px;
|
|
3363
3364
|
word-wrap: break-word;
|
|
3364
3365
|
max-width: 300px;
|
|
3365
3366
|
padding-top: 36px;
|
|
3367
|
+
height: 88px;
|
|
3368
|
+
width: 311px;
|
|
3369
|
+
margin: 15px;
|
|
3366
3370
|
}
|
|
3367
3371
|
|
|
3368
3372
|
.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
|
package/styles/fluent.scss
CHANGED