@syncfusion/ej2-pdfviewer 17.3.54-4568 → 17.3.56-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 +15 -12
- package/dist/es6/ej2-pdfviewer.es2015.js.map +1 -1
- package/dist/es6/ej2-pdfviewer.es5.js +15 -12
- package/dist/es6/ej2-pdfviewer.es5.js.map +1 -1
- package/package.json +74 -74
- package/src/pdfviewer/base/pdfviewer-base.js +44 -39
- package/src/pdfviewer/magnification/magnification.js +1 -1
- package/styles/_all.scss +1 -0
- package/styles/bootstrap-dark.css +3404 -0
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +3411 -0
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +3744 -0
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +3714 -0
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +3714 -0
- package/styles/bootstrap5.scss +1 -0
- package/styles/fabric-dark.css +3412 -0
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +3425 -0
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark.css +3683 -0
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent.css +3683 -0
- package/styles/fluent.scss +1 -0
- package/styles/highcontrast-light.css +3402 -0
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +3423 -0
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark.css +3405 -0
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +3412 -0
- package/styles/material.scss +1 -0
- package/styles/material3-dark.css +3591 -0
- package/styles/material3-dark.scss +3 -0
- package/styles/material3.css +3647 -0
- package/styles/material3.scss +3 -0
- package/styles/pdfviewer/_all.scss +1 -1
- package/styles/pdfviewer/_bds-definition.scss +543 -0
- package/styles/pdfviewer/_bootstrap-dark-definition.scss +83 -6
- package/styles/pdfviewer/_bootstrap-definition.scss +83 -6
- package/styles/pdfviewer/_bootstrap4-definition.scss +93 -15
- package/styles/pdfviewer/_bootstrap5-dark-definition.scss +1 -0
- package/styles/pdfviewer/_bootstrap5-definition.scss +534 -0
- package/styles/pdfviewer/_fabric-dark-definition.scss +82 -7
- package/styles/pdfviewer/_fabric-definition.scss +83 -6
- package/styles/pdfviewer/_fluent-dark-definition.scss +1 -0
- package/styles/pdfviewer/_fluent-definition.scss +541 -0
- package/styles/pdfviewer/_fusionnew-definition.scss +534 -0
- package/styles/pdfviewer/_highcontrast-definition.scss +84 -4
- package/styles/pdfviewer/_highcontrast-light-definition.scss +80 -3
- package/styles/pdfviewer/_layout.scss +3 -2
- package/styles/pdfviewer/_material-dark-definition.scss +82 -3
- package/styles/pdfviewer/_material-definition.scss +81 -3
- package/styles/pdfviewer/_material3-dark-definition.scss +1 -0
- package/styles/pdfviewer/_material3-definition.scss +542 -0
- package/styles/pdfviewer/_tailwind-dark-definition.scss +1 -0
- package/styles/pdfviewer/_tailwind-definition.scss +543 -0
- package/styles/pdfviewer/_theme.scss +2776 -165
- package/styles/pdfviewer/bootstrap-dark.css +3404 -0
- package/styles/pdfviewer/bootstrap-dark.scss +4 -0
- package/styles/pdfviewer/bootstrap.css +3411 -0
- package/styles/pdfviewer/bootstrap.scss +4 -0
- package/styles/pdfviewer/bootstrap4.css +3744 -0
- package/styles/pdfviewer/bootstrap4.scss +4 -0
- package/styles/pdfviewer/bootstrap5-dark.css +3714 -0
- package/styles/pdfviewer/bootstrap5-dark.scss +4 -0
- package/styles/pdfviewer/bootstrap5.css +3714 -0
- package/styles/pdfviewer/bootstrap5.scss +4 -0
- package/styles/pdfviewer/fabric-dark.css +3412 -0
- package/styles/pdfviewer/fabric-dark.scss +4 -0
- package/styles/pdfviewer/fabric.css +3425 -0
- package/styles/pdfviewer/fabric.scss +4 -0
- package/styles/pdfviewer/fluent-dark.css +3683 -0
- package/styles/pdfviewer/fluent-dark.scss +4 -0
- package/styles/pdfviewer/fluent.css +3683 -0
- package/styles/pdfviewer/fluent.scss +4 -0
- package/styles/pdfviewer/highcontrast-light.css +3402 -0
- package/styles/pdfviewer/highcontrast-light.scss +4 -0
- package/styles/pdfviewer/highcontrast.css +3423 -0
- package/styles/pdfviewer/highcontrast.scss +4 -0
- package/styles/pdfviewer/icons/_bootstrap-dark.scss +60 -1
- package/styles/pdfviewer/icons/_bootstrap.scss +60 -1
- package/styles/pdfviewer/icons/_bootstrap4.scss +58 -0
- package/styles/pdfviewer/icons/_bootstrap5-dark.scss +1 -0
- package/styles/pdfviewer/icons/_bootstrap5.scss +489 -0
- package/styles/pdfviewer/icons/_fabric-dark.scss +59 -1
- package/styles/pdfviewer/icons/_fabric.scss +59 -0
- package/styles/pdfviewer/icons/_fluent-dark.scss +1 -0
- package/styles/pdfviewer/icons/_fluent.scss +488 -0
- package/styles/pdfviewer/icons/_fusionnew.scss +489 -0
- package/styles/pdfviewer/icons/_highcontrast-light.scss +59 -1
- package/styles/pdfviewer/icons/_highcontrast.scss +59 -0
- package/styles/pdfviewer/icons/_material-dark.scss +63 -0
- package/styles/pdfviewer/icons/_material.scss +60 -0
- package/styles/pdfviewer/icons/_material3-dark.scss +1 -0
- package/styles/pdfviewer/icons/_material3.scss +490 -0
- package/styles/pdfviewer/icons/_tailwind-dark.scss +489 -0
- package/styles/pdfviewer/icons/_tailwind.scss +489 -0
- package/styles/pdfviewer/material-dark.css +3405 -0
- package/styles/pdfviewer/material-dark.scss +4 -0
- package/styles/pdfviewer/material.css +3412 -0
- package/styles/pdfviewer/material.scss +4 -0
- package/styles/pdfviewer/material3-dark.css +3591 -0
- package/styles/pdfviewer/material3-dark.scss +5 -0
- package/styles/pdfviewer/material3.css +3647 -0
- package/styles/pdfviewer/material3.scss +5 -0
- package/styles/pdfviewer/tailwind-dark.css +3449 -0
- package/styles/pdfviewer/tailwind-dark.scss +4 -0
- package/styles/pdfviewer/tailwind.css +3450 -0
- package/styles/pdfviewer/tailwind.scss +4 -0
- package/styles/tailwind-dark.css +3449 -0
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +3450 -0
- package/styles/tailwind.scss +1 -0
|
@@ -111,6 +111,10 @@
|
|
|
111
111
|
font-family: 'e-icons';
|
|
112
112
|
}
|
|
113
113
|
|
|
114
|
+
.e-pv-formdesigner-icon::before {
|
|
115
|
+
content: '\e90c';
|
|
116
|
+
}
|
|
117
|
+
|
|
114
118
|
.e-pv-annotation-icon::before {
|
|
115
119
|
content: '\ebd8';
|
|
116
120
|
}
|
|
@@ -166,6 +170,30 @@
|
|
|
166
170
|
height: $pv-corrupted-notification-height;
|
|
167
171
|
}
|
|
168
172
|
|
|
173
|
+
.e-pv-textbox-icon::before {
|
|
174
|
+
content: '\e89f';
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.e-pv-password-icon::before {
|
|
178
|
+
content: '\e91a';
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.e-pv-checkbox-icon::before {
|
|
182
|
+
content: '\e90b';
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.e-pv-radiobutton-icon::before {
|
|
186
|
+
content: '\e90f';
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.e-pv-dropdown-icon::before {
|
|
190
|
+
content: '\e90e';
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.e-pv-listbox-icon::before {
|
|
194
|
+
content: '\e89e';
|
|
195
|
+
}
|
|
196
|
+
|
|
169
197
|
.e-pv-annotation-calibrate-icon::before {
|
|
170
198
|
content: '\e678';
|
|
171
199
|
}
|
|
@@ -238,7 +266,7 @@
|
|
|
238
266
|
}
|
|
239
267
|
|
|
240
268
|
.e-pv-paste-icon::before {
|
|
241
|
-
content: '\
|
|
269
|
+
content: '\e601';
|
|
242
270
|
font-family: 'e-icons';
|
|
243
271
|
}
|
|
244
272
|
|
|
@@ -262,6 +290,11 @@
|
|
|
262
290
|
font-family: 'e-icons';
|
|
263
291
|
}
|
|
264
292
|
|
|
293
|
+
.e-pv-property-icon::before {
|
|
294
|
+
content: '\e199';
|
|
295
|
+
font-family: 'e-icons';
|
|
296
|
+
}
|
|
297
|
+
|
|
265
298
|
.e-pv-comment-selection-icon::before {
|
|
266
299
|
color: $pv-thumbnail-icon-selection-color;
|
|
267
300
|
content: '\e680';
|
|
@@ -413,4 +446,30 @@
|
|
|
413
446
|
content: '\e767';
|
|
414
447
|
font-family: 'e-icons';
|
|
415
448
|
}
|
|
449
|
+
|
|
450
|
+
.e-pv-inkannotation-icon::before {
|
|
451
|
+
content: '\ebc4';
|
|
452
|
+
font-family: 'e-icons';
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
.e-pv-delete::before {
|
|
456
|
+
content: '\e94a';
|
|
457
|
+
font-family: 'e-icons';
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
.e-pv-eye-icon::before {
|
|
461
|
+
content: '\e345';
|
|
462
|
+
cursor: $pv-eye-icon-hover-cursor;
|
|
463
|
+
font-family: 'e-icons';
|
|
464
|
+
font-size: $pv-eye-icon-font-size;
|
|
465
|
+
padding: $pv-eye-icon-padding;
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
.e-pv-eye-slash-icon::before {
|
|
469
|
+
content: '\e721';
|
|
470
|
+
cursor: $pv-eye-icon-hover-cursor;
|
|
471
|
+
font-family: 'e-icons';
|
|
472
|
+
font-size: $pv-eye-icon-font-size;
|
|
473
|
+
padding: $pv-eye-icon-padding;
|
|
474
|
+
}
|
|
416
475
|
}
|
|
@@ -111,6 +111,10 @@
|
|
|
111
111
|
font-family: 'e-icons';
|
|
112
112
|
}
|
|
113
113
|
|
|
114
|
+
.e-pv-formdesigner-icon::before {
|
|
115
|
+
content: '\e90c';
|
|
116
|
+
}
|
|
117
|
+
|
|
114
118
|
.e-pv-annotation-icon::before {
|
|
115
119
|
content: '\ebd8';
|
|
116
120
|
}
|
|
@@ -166,6 +170,30 @@
|
|
|
166
170
|
height: $pv-corrupted-notification-height;
|
|
167
171
|
}
|
|
168
172
|
|
|
173
|
+
.e-pv-textbox-icon::before {
|
|
174
|
+
content: '\e89f';
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.e-pv-password-icon::before {
|
|
178
|
+
content: '\e91a';
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.e-pv-checkbox-icon::before {
|
|
182
|
+
content: '\e90b';
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.e-pv-radiobutton-icon::before {
|
|
186
|
+
content: '\e90f';
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.e-pv-dropdown-icon::before {
|
|
190
|
+
content: '\e90e';
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.e-pv-listbox-icon::before {
|
|
194
|
+
content: '\e89e';
|
|
195
|
+
}
|
|
196
|
+
|
|
169
197
|
.e-pv-annotation-calibrate-icon::before {
|
|
170
198
|
content: '\e678';
|
|
171
199
|
}
|
|
@@ -238,7 +266,7 @@
|
|
|
238
266
|
}
|
|
239
267
|
|
|
240
268
|
.e-pv-paste-icon::before {
|
|
241
|
-
content: '\
|
|
269
|
+
content: '\e601';
|
|
242
270
|
font-family: 'e-icons';
|
|
243
271
|
}
|
|
244
272
|
|
|
@@ -262,6 +290,11 @@
|
|
|
262
290
|
font-family: 'e-icons';
|
|
263
291
|
}
|
|
264
292
|
|
|
293
|
+
.e-pv-property-icon::before {
|
|
294
|
+
content: '\e199';
|
|
295
|
+
font-family: 'e-icons';
|
|
296
|
+
}
|
|
297
|
+
|
|
265
298
|
.e-pv-comment-selection-icon::before {
|
|
266
299
|
color: $pv-thumbnail-icon-selection-color;
|
|
267
300
|
content: '\e680';
|
|
@@ -418,4 +451,30 @@
|
|
|
418
451
|
content: '\e767';
|
|
419
452
|
font-family: 'e-icons';
|
|
420
453
|
}
|
|
454
|
+
|
|
455
|
+
.e-pv-inkannotation-icon::before {
|
|
456
|
+
content: '\ebc4';
|
|
457
|
+
font-family: 'e-icons';
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
.e-pv-delete::before {
|
|
461
|
+
content: '\e94a';
|
|
462
|
+
font-family: 'e-icons';
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
.e-pv-eye-icon::before {
|
|
466
|
+
content: '\e345';
|
|
467
|
+
cursor: $pv-eye-icon-hover-cursor;
|
|
468
|
+
font-family: 'e-icons';
|
|
469
|
+
font-size: $pv-eye-icon-font-size;
|
|
470
|
+
padding: $pv-eye-icon-padding;
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
.e-pv-eye-slash-icon::before {
|
|
474
|
+
content: '\e721';
|
|
475
|
+
cursor: $pv-eye-icon-hover-cursor;
|
|
476
|
+
font-family: 'e-icons';
|
|
477
|
+
font-size: $pv-eye-icon-font-size;
|
|
478
|
+
padding: $pv-eye-icon-padding;
|
|
479
|
+
}
|
|
421
480
|
}
|
|
@@ -114,6 +114,10 @@
|
|
|
114
114
|
font-family: 'e-icons';
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
+
.e-pv-formdesigner-icon::before {
|
|
118
|
+
content: '\e90c';
|
|
119
|
+
}
|
|
120
|
+
|
|
117
121
|
.e-pv-annotation-icon::before {
|
|
118
122
|
content: '\e75e';
|
|
119
123
|
}
|
|
@@ -170,6 +174,30 @@
|
|
|
170
174
|
height: $pv-corrupted-notification-height;
|
|
171
175
|
}
|
|
172
176
|
|
|
177
|
+
.e-pv-textbox-icon::before {
|
|
178
|
+
content: '\e89f';
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.e-pv-password-icon::before {
|
|
182
|
+
content: '\e91a';
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.e-pv-checkbox-icon::before {
|
|
186
|
+
content: '\e90b';
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.e-pv-radiobutton-icon::before {
|
|
190
|
+
content: '\e90f';
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.e-pv-dropdown-icon::before {
|
|
194
|
+
content: '\e90e';
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.e-pv-listbox-icon::before {
|
|
198
|
+
content: '\e89e';
|
|
199
|
+
}
|
|
200
|
+
|
|
173
201
|
.e-pv-annotation-calibrate-icon::before {
|
|
174
202
|
content: '\e678';
|
|
175
203
|
}
|
|
@@ -266,6 +294,11 @@
|
|
|
266
294
|
font-family: 'e-icons';
|
|
267
295
|
}
|
|
268
296
|
|
|
297
|
+
.e-pv-property-icon::before {
|
|
298
|
+
content: '\e199';
|
|
299
|
+
font-family: 'e-icons';
|
|
300
|
+
}
|
|
301
|
+
|
|
269
302
|
.e-pv-comment-selection-icon::before {
|
|
270
303
|
color: $pv-thumbnail-icon-selection-color;
|
|
271
304
|
content: '\e680';
|
|
@@ -421,4 +454,29 @@
|
|
|
421
454
|
content: '\e844';
|
|
422
455
|
font-family: 'e-icons';
|
|
423
456
|
}
|
|
457
|
+
|
|
458
|
+
.e-pv-inkannotation-icon::before {
|
|
459
|
+
content: '\e71a';
|
|
460
|
+
font-family: 'e-icons';
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
.e-pv-delete::before {
|
|
464
|
+
content: '\e773';
|
|
465
|
+
font-family: 'e-icons';
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
.e-pv-eye-icon::before {
|
|
469
|
+
content: '\e787';
|
|
470
|
+
cursor: $pv-eye-icon-hover-cursor;
|
|
471
|
+
font-family: 'e-icons';
|
|
472
|
+
font-size: $pv-eye-icon-font-size;
|
|
473
|
+
padding: $pv-eye-icon-padding;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
.e-pv-eye-slash-icon::before {
|
|
477
|
+
content: '\e82f';
|
|
478
|
+
font-family: 'e-icons';
|
|
479
|
+
font-size: $pv-eye-icon-font-size;
|
|
480
|
+
padding: $pv-eye-icon-padding;
|
|
481
|
+
}
|
|
424
482
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import './bootstrap5.scss';
|