@syncfusion/ej2-angular-pdfviewer 20.2.50 → 20.3.47
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/package.json +8 -8
- package/schematics/collection.json +10 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/_all.scss +1 -0
- package/styles/bootstrap-dark.css +26 -7
- package/styles/bootstrap.css +26 -7
- package/styles/bootstrap4.css +26 -7
- package/styles/bootstrap5-dark.css +26 -7
- package/styles/bootstrap5.css +26 -7
- package/styles/fabric-dark.css +26 -7
- package/styles/fabric.css +26 -7
- package/styles/fluent-dark.css +24 -5
- package/styles/fluent.css +24 -5
- package/styles/highcontrast-light.css +26 -7
- package/styles/highcontrast.css +26 -7
- package/styles/material-dark.css +26 -7
- package/styles/material.css +26 -7
- package/styles/pdfviewer/_all.scss +1 -1
- package/styles/pdfviewer/_bootstrap-dark-definition.scss +4 -4
- package/styles/pdfviewer/_bootstrap-definition.scss +4 -4
- package/styles/pdfviewer/_bootstrap4-definition.scss +5 -5
- package/styles/pdfviewer/_bootstrap5-definition.scss +0 -1
- package/styles/pdfviewer/_fabric-dark-definition.scss +1 -1
- package/styles/pdfviewer/_fabric-definition.scss +2 -2
- package/styles/pdfviewer/_fusionnew-definition.scss +0 -1
- package/styles/pdfviewer/_highcontrast-definition.scss +1 -1
- package/styles/pdfviewer/_highcontrast-light-definition.scss +1 -1
- package/styles/pdfviewer/_layout.scss +3 -2
- package/styles/pdfviewer/_material3-definition.scss +0 -1
- package/styles/pdfviewer/_tailwind-definition.scss +2 -0
- package/styles/pdfviewer/_theme.scss +50 -35
- package/styles/pdfviewer/bootstrap-dark.css +26 -7
- package/styles/pdfviewer/bootstrap.css +26 -7
- package/styles/pdfviewer/bootstrap4.css +26 -7
- package/styles/pdfviewer/bootstrap5-dark.css +26 -7
- package/styles/pdfviewer/bootstrap5.css +26 -7
- package/styles/pdfviewer/fabric-dark.css +26 -7
- package/styles/pdfviewer/fabric.css +26 -7
- package/styles/pdfviewer/fluent-dark.css +24 -5
- package/styles/pdfviewer/fluent.css +24 -5
- package/styles/pdfviewer/highcontrast-light.css +26 -7
- package/styles/pdfviewer/highcontrast.css +26 -7
- package/styles/pdfviewer/icons/_fabric-dark.scss +0 -1
- package/styles/pdfviewer/icons/_highcontrast-light.scss +0 -1
- package/styles/pdfviewer/material-dark.css +26 -7
- package/styles/pdfviewer/material.css +26 -7
- package/styles/pdfviewer/tailwind-dark.css +26 -7
- package/styles/pdfviewer/tailwind.css +26 -7
- package/styles/tailwind-dark.css +26 -7
- package/styles/tailwind.css +26 -7
package/styles/material.css
CHANGED
|
@@ -433,6 +433,7 @@
|
|
|
433
433
|
}
|
|
434
434
|
|
|
435
435
|
/*! component layout */
|
|
436
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
436
437
|
.e-pdfviewer .e-pv-viewer-container {
|
|
437
438
|
border-style: solid;
|
|
438
439
|
border-width: 1px 1px 1px 0;
|
|
@@ -595,6 +596,8 @@
|
|
|
595
596
|
width: 20px;
|
|
596
597
|
}
|
|
597
598
|
|
|
599
|
+
/* stylelint-disable value-no-vendor-prefix */
|
|
600
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
598
601
|
.e-pv-viewer-container {
|
|
599
602
|
background-color: #e0e0e0;
|
|
600
603
|
border-color: #e0e0e0;
|
|
@@ -745,7 +748,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
745
748
|
width: 10%;
|
|
746
749
|
}
|
|
747
750
|
|
|
748
|
-
.e-pv-gotopage-popup {
|
|
751
|
+
.e-dialog.e-pv-gotopage-popup {
|
|
749
752
|
max-width: 500px;
|
|
750
753
|
padding-left: 16px;
|
|
751
754
|
padding-top: 16px;
|
|
@@ -2636,10 +2639,26 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2636
2639
|
padding-bottom: 1px;
|
|
2637
2640
|
}
|
|
2638
2641
|
|
|
2639
|
-
.e-pdfviewer .e-pv-signature-window .e-footer-content
|
|
2642
|
+
.e-pdfviewer .e-pv-signature-window .e-footer-content {
|
|
2640
2643
|
float: left;
|
|
2641
2644
|
}
|
|
2642
2645
|
|
|
2646
|
+
.e-pv-signature-dialog-height .e-pv-clearbtn {
|
|
2647
|
+
float: left;
|
|
2648
|
+
height: 30px;
|
|
2649
|
+
min-height: 30px;
|
|
2650
|
+
}
|
|
2651
|
+
|
|
2652
|
+
.e-pv-signature-dialog-height .e-pv-cancelbtn {
|
|
2653
|
+
height: 30px;
|
|
2654
|
+
min-height: 30px;
|
|
2655
|
+
}
|
|
2656
|
+
|
|
2657
|
+
.e-pv-signature-dialog-height .e-pv-createbtn {
|
|
2658
|
+
height: 30px;
|
|
2659
|
+
min-height: 30px;
|
|
2660
|
+
}
|
|
2661
|
+
|
|
2643
2662
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2644
2663
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2645
2664
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
@@ -3093,7 +3112,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3093
3112
|
-webkit-user-select: none;
|
|
3094
3113
|
color: #000;
|
|
3095
3114
|
display: block;
|
|
3096
|
-
font-family: Roboto;
|
|
3115
|
+
font-family: "Roboto";
|
|
3097
3116
|
font-size: 20px;
|
|
3098
3117
|
font-style: normal;
|
|
3099
3118
|
font-weight: 500;
|
|
@@ -3110,7 +3129,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3110
3129
|
}
|
|
3111
3130
|
|
|
3112
3131
|
.e-pv-form-field-property-header-general {
|
|
3113
|
-
font-family: Roboto;
|
|
3132
|
+
font-family: "Roboto";
|
|
3114
3133
|
font-size: 13px;
|
|
3115
3134
|
font-style: normal;
|
|
3116
3135
|
font-weight: 500;
|
|
@@ -3119,7 +3138,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3119
3138
|
|
|
3120
3139
|
.e-pv-properties-formfield-formatting {
|
|
3121
3140
|
color: #757575;
|
|
3122
|
-
font-family: Roboto;
|
|
3141
|
+
font-family: "Roboto";
|
|
3123
3142
|
font-size: 13px;
|
|
3124
3143
|
font-style: normal;
|
|
3125
3144
|
font-weight: normal;
|
|
@@ -3153,7 +3172,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3153
3172
|
|
|
3154
3173
|
.e-pv-properties-formfield-label {
|
|
3155
3174
|
color: #757575;
|
|
3156
|
-
font-family: Roboto;
|
|
3175
|
+
font-family: "Roboto";
|
|
3157
3176
|
font-size: 13px;
|
|
3158
3177
|
font-style: normal;
|
|
3159
3178
|
font-weight: normal;
|
|
@@ -3202,7 +3221,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3202
3221
|
height: 535px;
|
|
3203
3222
|
}
|
|
3204
3223
|
|
|
3205
|
-
.e-pv-signature-dialog-blazor-height {
|
|
3224
|
+
.e-dialog.e-pv-signature-dialog-blazor-height {
|
|
3206
3225
|
height: 535px;
|
|
3207
3226
|
}
|
|
3208
3227
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
@import 'layout.scss';
|
|
2
2
|
@import 'theme.scss';
|
|
@@ -221,7 +221,7 @@ $pv-thumbnail-view-button-font-weight: 400 !default;
|
|
|
221
221
|
$pv-thumbnail-view-button-border: 0 !default;
|
|
222
222
|
$pv-thumbnail-view-button-selection-border: 0 !default;
|
|
223
223
|
$pv-thumbnail-border-selection-radius: 0 !default;
|
|
224
|
-
$pv-thumbnail-view-button-box-shadow: none
|
|
224
|
+
$pv-thumbnail-view-button-box-shadow: none !default;
|
|
225
225
|
$pv-thumbnail-view-button-padding: 10px !default;
|
|
226
226
|
$pv-thumbnail-view-button-selection-padding: 9px !default;
|
|
227
227
|
$pv-thumbnail-border-radius: 4px !default;
|
|
@@ -233,7 +233,7 @@ $pv-bookmark-button-background: transparent !default;
|
|
|
233
233
|
$pv-bookmark-view-button-selection-background: $grey-99 !default;
|
|
234
234
|
$pv-bookmark-view-button-selection-line-height: 1em !default;
|
|
235
235
|
$pv-bookmark-button-border: none !default;
|
|
236
|
-
$pv-bookmark-button-box-shadow: none
|
|
236
|
+
$pv-bookmark-button-box-shadow: none !default;
|
|
237
237
|
$pv-bookmark-button-padding: 10px !default;
|
|
238
238
|
$pv-bookmark-border-radius: 2px !default;
|
|
239
239
|
$pv-title-close-width: 32px !default;
|
|
@@ -245,9 +245,9 @@ $pv-title-close-padding: 0 7px 1px 0 !default;
|
|
|
245
245
|
$pv-title-close-background: transparent !default;
|
|
246
246
|
$pv-title-close-position: absolute !default;
|
|
247
247
|
$pv-title-close-border: 1px solid transparent !default;
|
|
248
|
-
$pv-title-close-box-shadow: none
|
|
248
|
+
$pv-title-close-box-shadow: none !default;
|
|
249
249
|
$pv-title-close-border-radius: none !default;
|
|
250
|
-
$pv-title-close-font-size: 12px
|
|
250
|
+
$pv-title-close-font-size: 12px !default;
|
|
251
251
|
$pv-sidebar-toolbar-splitter-width: 1px !default;
|
|
252
252
|
$pv-sidebar-toolbar-splitter-left: 47px !default;
|
|
253
253
|
$pv-sidebar-toolbar-splitter-background: $grey-99 !default;
|
|
@@ -221,7 +221,7 @@ $pv-thumbnail-view-button-font-weight: 400 !default;
|
|
|
221
221
|
$pv-thumbnail-view-button-border: 0 !default;
|
|
222
222
|
$pv-thumbnail-view-button-selection-border: 1px solid $grey-ad !default;
|
|
223
223
|
$pv-thumbnail-border-selection-radius: 4px !default;
|
|
224
|
-
$pv-thumbnail-view-button-box-shadow: none
|
|
224
|
+
$pv-thumbnail-view-button-box-shadow: none !default;
|
|
225
225
|
$pv-thumbnail-view-button-padding: 10px !default;
|
|
226
226
|
$pv-thumbnail-view-button-selection-padding: 9px !default;
|
|
227
227
|
$pv-thumbnail-border-radius: 4px !default;
|
|
@@ -233,7 +233,7 @@ $pv-bookmark-button-background: transparent !default;
|
|
|
233
233
|
$pv-bookmark-view-button-selection-background: $grey-e6 !default;
|
|
234
234
|
$pv-bookmark-view-button-selection-line-height: 1em !default;
|
|
235
235
|
$pv-bookmark-button-border: none !default;
|
|
236
|
-
$pv-bookmark-button-box-shadow: none
|
|
236
|
+
$pv-bookmark-button-box-shadow: none !default;
|
|
237
237
|
$pv-bookmark-button-padding: 10px !default;
|
|
238
238
|
$pv-bookmark-border-radius: 2px !default;
|
|
239
239
|
$pv-title-close-width: 32px !default;
|
|
@@ -245,9 +245,9 @@ $pv-title-close-padding: 0 7px 1px 0 !default;
|
|
|
245
245
|
$pv-title-close-background: transparent !default;
|
|
246
246
|
$pv-title-close-position: absolute !default;
|
|
247
247
|
$pv-title-close-border: 1px solid transparent !default;
|
|
248
|
-
$pv-title-close-box-shadow: none
|
|
248
|
+
$pv-title-close-box-shadow: none !default;
|
|
249
249
|
$pv-title-close-border-radius: none !default;
|
|
250
|
-
$pv-title-close-font-size: 12px
|
|
250
|
+
$pv-title-close-font-size: 12px !default;
|
|
251
251
|
$pv-sidebar-toolbar-splitter-width: 1px !default;
|
|
252
252
|
$pv-sidebar-toolbar-splitter-left: 47px !default;
|
|
253
253
|
$pv-sidebar-toolbar-splitter-background: $grey-cc !default;
|
|
@@ -107,7 +107,7 @@ $pv-zoom-drop-down-margin-bottom: 0 !default;
|
|
|
107
107
|
$pv-zoom-drop-down-margin-left: 0 !default;
|
|
108
108
|
$pv-zoom-drop-down-padding-right: 0 !default;
|
|
109
109
|
$pv-zoom-drop-down-active-color: $gray-100 !default;
|
|
110
|
-
$pv-current-page-border: 1px solid rgba($black, .1)
|
|
110
|
+
$pv-current-page-border: 1px solid rgba($black, .1) !default;
|
|
111
111
|
$pv-current-page-border-radius: 2px !default;
|
|
112
112
|
$pv-current-page-padding-left: 1.5px !default;
|
|
113
113
|
$pv-current-page-padding-right-rtl: 12px !default;
|
|
@@ -235,7 +235,7 @@ $pv-thumbnail-view-button-border: 0 !default;
|
|
|
235
235
|
$pv-thumbnail-view-button-selection-border: 1px solid #545b62 !default;
|
|
236
236
|
$pv-thumbnail-border-selection-radius: 4px !default;
|
|
237
237
|
$pv-thumbnail-border-selection-font-color: $white !default;
|
|
238
|
-
$pv-thumbnail-view-button-box-shadow: none
|
|
238
|
+
$pv-thumbnail-view-button-box-shadow: none !default;
|
|
239
239
|
$pv-thumbnail-view-button-padding: 8px !default;
|
|
240
240
|
$pv-thumbnail-view-button-padding-big: 8px !default;
|
|
241
241
|
$pv-thumbnail-view-button-selection-padding: 7px !default;
|
|
@@ -252,7 +252,7 @@ $pv-bookmark-button-background: transparent !default;
|
|
|
252
252
|
$pv-bookmark-view-button-selection-background: $gray-100 !default;
|
|
253
253
|
$pv-bookmark-view-button-selection-line-height: 1em !default;
|
|
254
254
|
$pv-bookmark-button-border: none !default;
|
|
255
|
-
$pv-bookmark-button-box-shadow: none
|
|
255
|
+
$pv-bookmark-button-box-shadow: none !default;
|
|
256
256
|
$pv-bookmark-button-padding: 4px !default;
|
|
257
257
|
$pv-bookmark-button-padding-big: 7px !default;
|
|
258
258
|
$pv-bookmark-border-radius: 2px !default;
|
|
@@ -266,9 +266,9 @@ $pv-title-close-padding: 0 7px 1px 0 !default;
|
|
|
266
266
|
$pv-title-close-background: transparent !default;
|
|
267
267
|
$pv-title-close-position: absolute !default;
|
|
268
268
|
$pv-title-close-border: 1px solid transparent !default;
|
|
269
|
-
$pv-title-close-box-shadow: none
|
|
269
|
+
$pv-title-close-box-shadow: none !default;
|
|
270
270
|
$pv-title-close-border-radius: none !default;
|
|
271
|
-
$pv-title-close-font-size: 12px
|
|
271
|
+
$pv-title-close-font-size: 12px !default;
|
|
272
272
|
$pv-title-close-color: $gray-700 !default;
|
|
273
273
|
$pv-sidebar-toolbar-splitter-width: 1px !default;
|
|
274
274
|
$pv-sidebar-toolbar-splitter-left: 47px !default;
|
|
@@ -221,7 +221,7 @@ $pv-thumbnail-view-button-font-weight: 400 !default;
|
|
|
221
221
|
$pv-thumbnail-border-radius: 0 !default;
|
|
222
222
|
$pv-thumbnail-outline: none !default;
|
|
223
223
|
$pv-thumbnail-view-button-border: 0 !default;
|
|
224
|
-
$pv-thumbnail-view-button-box-shadow: none
|
|
224
|
+
$pv-thumbnail-view-button-box-shadow: none !default;
|
|
225
225
|
$pv-thumbnail-view-button-padding: 10px !default;
|
|
226
226
|
$pv-thumbnail-view-button-selection-padding: 10px !default;
|
|
227
227
|
$pv-thumbnail-view-button-selection-border: none !default;
|
|
@@ -221,8 +221,8 @@ $pv-thumbnail-view-button-selection-line-height: 1.1em !default;
|
|
|
221
221
|
$pv-thumbnail-view-button-font-weight: 400 !default;
|
|
222
222
|
$pv-thumbnail-border-radius: 0 !default;
|
|
223
223
|
$pv-thumbnail-outline: none !default;
|
|
224
|
-
$pv-thumbnail-view-button-border: 0
|
|
225
|
-
$pv-thumbnail-view-button-box-shadow: none
|
|
224
|
+
$pv-thumbnail-view-button-border: 0 !default;
|
|
225
|
+
$pv-thumbnail-view-button-box-shadow: none !default;
|
|
226
226
|
$pv-thumbnail-view-button-padding: 10px !default;
|
|
227
227
|
$pv-thumbnail-view-button-selection-padding: 10px !default;
|
|
228
228
|
$pv-thumbnail-view-button-selection-border: none !default;
|
|
@@ -419,7 +419,7 @@ $pv-annotation-note-popup-bg-color: #fff !default;
|
|
|
419
419
|
$pv-print-overlay-bg-color: rgba($pv-print-popup-container-background-color, $pv-print-popup-container-opacity) !default;
|
|
420
420
|
$pv-comment-font-color: rgba(255, 255, 255, .9) !default;
|
|
421
421
|
$pv-comment-text-color: rgba(255, 255, 255, .6) !default;
|
|
422
|
-
$pv-comment-panel-bg: rgba(0
|
|
422
|
+
$pv-comment-panel-bg: rgba(0, 0, 0, 1) !default;
|
|
423
423
|
$pv-signature-image-panel-bg: #fff !default;
|
|
424
424
|
$pv-comment-panel-bottom-color: rgb(255, 255, 255) !default;
|
|
425
425
|
$pv-comments-content-container-bg: rgb(0, 0, 0) !default;
|
|
@@ -417,7 +417,7 @@ $pv-annotation-note-popup-bg-color: #fff !default;
|
|
|
417
417
|
$pv-print-overlay-bg-color: rgba($pv-print-popup-container-background-color, $pv-print-popup-container-opacity) !default;
|
|
418
418
|
$pv-comment-font-color: rgba(255, 255, 255, .9) !default;
|
|
419
419
|
$pv-comment-text-color: rgba(255, 255, 255, .6) !default;
|
|
420
|
-
$pv-comment-panel-bg: rgba(0
|
|
420
|
+
$pv-comment-panel-bg: rgba(0, 0, 0, 1) !default;
|
|
421
421
|
$pv-signature-image-panel-bg: #fff !default;
|
|
422
422
|
$pv-comment-panel-bottom-color: rgb(255, 255, 255) !default;
|
|
423
423
|
$pv-comments-content-container-bg: rgb(0, 0, 0) !default;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
@include export-module('pdfviewer-layout') {
|
|
2
|
+
|
|
2
3
|
/*! component layout */
|
|
3
|
-
|
|
4
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4
5
|
.e-pdfviewer {
|
|
5
6
|
.e-pv-viewer-container {
|
|
6
7
|
border-style: $pv-viewer-border-style;
|
|
@@ -388,6 +388,7 @@ $pv-signature-dialog-blazor-height: 550px !default;
|
|
|
388
388
|
$pv-blazor-scale-ratio-dialog-max-width: 543px !default;
|
|
389
389
|
$pv-handwritten-sign-width: 712px !default;
|
|
390
390
|
$pv-handwritten-sign-height: 366px !default;
|
|
391
|
+
|
|
391
392
|
//end layout
|
|
392
393
|
//color definition
|
|
393
394
|
$pv-background: $content-bg-color-alt3 !default;
|
|
@@ -534,4 +535,5 @@ $pv-eye-icon-font-size: 18px !default;
|
|
|
534
535
|
$pv-eye-icon-padding: 7px !default;
|
|
535
536
|
$pv-eye-icon-hover-cursor: pointer !default;
|
|
536
537
|
$pv-eye-icon-margin-top: 3px !default;
|
|
538
|
+
|
|
537
539
|
//end color definition
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
@include export-module('pdfviewer-theme') {
|
|
2
|
-
|
|
2
|
+
/* stylelint-disable value-no-vendor-prefix */
|
|
3
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3
4
|
.e-pv-viewer-container {
|
|
4
5
|
background-color: $pv-background;
|
|
5
6
|
border-color: $pv-control-border-color;
|
|
@@ -188,7 +189,7 @@
|
|
|
188
189
|
width: 10%;
|
|
189
190
|
}
|
|
190
191
|
|
|
191
|
-
.e-pv-gotopage-popup {
|
|
192
|
+
.e-dialog.e-pv-gotopage-popup {
|
|
192
193
|
max-width: 500px;
|
|
193
194
|
@if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark') {
|
|
194
195
|
padding-left: 0;
|
|
@@ -231,9 +232,9 @@
|
|
|
231
232
|
|
|
232
233
|
.e-pv-corrupted-popup-content {
|
|
233
234
|
color: $pv-corrupted-pop-header-color;
|
|
234
|
-
font-size:
|
|
235
|
+
font-size: $pv-corrupted-pop-content-font-size;
|
|
235
236
|
line-height: $pv-corrupted-pop-content-line-height;
|
|
236
|
-
margin-left:
|
|
237
|
+
margin-left: $pv-corrupted-pop-content-margin-left;
|
|
237
238
|
opacity: $pv-corrupted-pop-header-opacity;
|
|
238
239
|
padding-top: $pv-corrupted-pop-content-padding-top;
|
|
239
240
|
text-align: $pv-corrupted-pop-header-text-align;
|
|
@@ -241,9 +242,9 @@
|
|
|
241
242
|
|
|
242
243
|
.e-pv-corrupted-popup-content-rtl {
|
|
243
244
|
color: $pv-corrupted-pop-header-color;
|
|
244
|
-
font-size:
|
|
245
|
+
font-size: $pv-corrupted-pop-content-font-size;
|
|
245
246
|
line-height: $pv-corrupted-pop-content-line-height;
|
|
246
|
-
margin-right:
|
|
247
|
+
margin-right: $pv-corrupted-pop-content-margin-right;
|
|
247
248
|
opacity: $pv-corrupted-pop-header-opacity;
|
|
248
249
|
padding-top: $pv-corrupted-pop-content-padding-top;
|
|
249
250
|
text-align: $pv-corrupted-pop-header-rtl-text-align;
|
|
@@ -615,7 +616,7 @@
|
|
|
615
616
|
padding-top: $pv-corrupted-dialog-pop-content-padding-top;
|
|
616
617
|
}
|
|
617
618
|
|
|
618
|
-
.e-pv-password-popup.e-dialog span[id*='_prompt'] {
|
|
619
|
+
.e-pv-password-popup.e-dialog span[id *= '_prompt'] {
|
|
619
620
|
font-size: $pv-password-pop-content-font-size;
|
|
620
621
|
letter-spacing: $pv-password-pop-content-letter-spacing;
|
|
621
622
|
}
|
|
@@ -682,7 +683,7 @@
|
|
|
682
683
|
|
|
683
684
|
.e-pv-sidebar-container {
|
|
684
685
|
background: $pv-sidebar-container-background;
|
|
685
|
-
border-top:
|
|
686
|
+
border-top: $pv-sidebar-container-border-top;
|
|
686
687
|
bottom: $pv-sidebar-container-bottom;
|
|
687
688
|
position: $pv-sidebar-container-position;
|
|
688
689
|
top: $pv-sidebar-container-top;
|
|
@@ -720,7 +721,7 @@
|
|
|
720
721
|
}
|
|
721
722
|
|
|
722
723
|
.e-pv-sidebar-content-container {
|
|
723
|
-
border-top:
|
|
724
|
+
border-top: $pv-sidebar-content-container-border-top;
|
|
724
725
|
display: $pv-sidebar-content-container-display;
|
|
725
726
|
float: $pv-sidebar-content-container-float;
|
|
726
727
|
height: $pv-sidebar-content-container-height;
|
|
@@ -834,7 +835,7 @@
|
|
|
834
835
|
|
|
835
836
|
.e-pv-sidebar-toolbar {
|
|
836
837
|
background: $pv-sidebar-toolbar-background;
|
|
837
|
-
border:
|
|
838
|
+
border: $pv-sidebar-toolbar-border;
|
|
838
839
|
border-width: $pv-sidebar-toolbar-border-width;
|
|
839
840
|
bottom: $pv-sidebar-toolbar-bottom;
|
|
840
841
|
height: $pv-sidebar-toolbar-height;
|
|
@@ -1129,7 +1130,7 @@
|
|
|
1129
1130
|
border-radius: $pv-thumbnail-focus-border-radius;
|
|
1130
1131
|
box-shadow: $pv-thumbnail-focus-box-shadow;
|
|
1131
1132
|
cursor: $pv-thumbnail-focus-cursor;
|
|
1132
|
-
padding:
|
|
1133
|
+
padding: $pv-thumbnail-focus-padding;
|
|
1133
1134
|
}
|
|
1134
1135
|
|
|
1135
1136
|
.e-pv-thumbnail-selection {
|
|
@@ -1141,7 +1142,7 @@
|
|
|
1141
1142
|
}
|
|
1142
1143
|
|
|
1143
1144
|
.e-pv-thumbnail-row {
|
|
1144
|
-
-ms-flex-wrap: $pv-thumbnail-row-flex-wrap; // IE10
|
|
1145
|
+
-ms-flex-wrap: $pv-thumbnail-row-flex-wrap; // IE10
|
|
1145
1146
|
display: $pv-thumbnail-row-display;
|
|
1146
1147
|
flex-wrap: $pv-thumbnail-row-flex-wrap;
|
|
1147
1148
|
}
|
|
@@ -1168,7 +1169,7 @@
|
|
|
1168
1169
|
position: $pv-bookmark-view-position;
|
|
1169
1170
|
}
|
|
1170
1171
|
|
|
1171
|
-
div
|
|
1172
|
+
div > .e-pv-bookmark-icon.e-pv-icon {
|
|
1172
1173
|
float: $pv-bookmark-icon-float;
|
|
1173
1174
|
font-size: $pv-bookmark-icon-font-size;
|
|
1174
1175
|
padding-left: $pv-bookmark-icon-padding-left;
|
|
@@ -1179,7 +1180,7 @@
|
|
|
1179
1180
|
padding-left: $pv-bookmark-title-padding-left;
|
|
1180
1181
|
}
|
|
1181
1182
|
|
|
1182
|
-
.e-bigger div
|
|
1183
|
+
.e-bigger div > .e-pv-bookmark-icon.e-pv-icon {
|
|
1183
1184
|
@if $skin-name == 'bootstrap4' {
|
|
1184
1185
|
font-size: $pv-icon-font-size-big;
|
|
1185
1186
|
}
|
|
@@ -1404,7 +1405,7 @@
|
|
|
1404
1405
|
}
|
|
1405
1406
|
}
|
|
1406
1407
|
|
|
1407
|
-
.e-pv-prop-dropdown .e-pv-annotation-fontsize-container
|
|
1408
|
+
.e-pv-prop-dropdown .e-pv-annotation-fontsize-container,
|
|
1408
1409
|
.e-pv-prop-dropdown-rtl .e-pv-annotation-fontsize-container {
|
|
1409
1410
|
@if $skin-name == 'bootstrap5' {
|
|
1410
1411
|
padding-left: 0;
|
|
@@ -1738,9 +1739,7 @@
|
|
|
1738
1739
|
height: $pv-annotation-opacity-slider-height;
|
|
1739
1740
|
}
|
|
1740
1741
|
|
|
1741
|
-
.e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-caret
|
|
1742
|
-
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-caret
|
|
1743
|
-
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-caret,
|
|
1742
|
+
.e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-caret,
|
|
1744
1743
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret,
|
|
1745
1744
|
.e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret {
|
|
1746
1745
|
font-size: $pv-annotation-drop-down-caret-font-size;
|
|
@@ -1840,9 +1839,9 @@
|
|
|
1840
1839
|
border-color: $pv-annotation-dropdown-border-color-hover;
|
|
1841
1840
|
}
|
|
1842
1841
|
|
|
1843
|
-
.e-pv-annotation-color-container.e-btn:active
|
|
1842
|
+
.e-pv-annotation-color-container.e-btn:active,
|
|
1844
1843
|
.e-pv-annotation-opacity-container.e-btn:active,
|
|
1845
|
-
.e-pv-annotation-stroke-container.e-btn:active
|
|
1844
|
+
.e-pv-annotation-stroke-container.e-btn:active,
|
|
1846
1845
|
.e-pv-annotation-thickness-container.e-btn:active,
|
|
1847
1846
|
.e-pv-annotation-shapes-container.e-btn:active,
|
|
1848
1847
|
.e-pv-annotation-calibrate-container.e-btn:active,
|
|
@@ -2634,7 +2633,7 @@
|
|
|
2634
2633
|
margin-right: $pv-textsearch-textbox-margin-right;
|
|
2635
2634
|
}
|
|
2636
2635
|
|
|
2637
|
-
div
|
|
2636
|
+
div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
2638
2637
|
float: $pv-bookmark-icon-float;
|
|
2639
2638
|
font-size: $pv-bookmark-icon-font-size;
|
|
2640
2639
|
padding-left: $pv-bookmark-icon-rtl-padding;
|
|
@@ -2642,7 +2641,7 @@
|
|
|
2642
2641
|
position: $pv-bookmark-icon-rtl-position;
|
|
2643
2642
|
}
|
|
2644
2643
|
|
|
2645
|
-
.e-bigger div
|
|
2644
|
+
.e-bigger div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
2646
2645
|
@if $skin-name == 'bootstrap4' {
|
|
2647
2646
|
font-size: $pv-icon-font-size-big;
|
|
2648
2647
|
}
|
|
@@ -2952,7 +2951,7 @@
|
|
|
2952
2951
|
font-size: 14px;
|
|
2953
2952
|
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind') {
|
|
2954
2953
|
font-size: 12px;
|
|
2955
|
-
font-weight:
|
|
2954
|
+
font-weight: $pv-comment-tile-font-weight;
|
|
2956
2955
|
}
|
|
2957
2956
|
@if $skin-name == 'FluentUI' {
|
|
2958
2957
|
font-weight: $pv-comment-tile-font-weight;
|
|
@@ -2971,7 +2970,7 @@
|
|
|
2971
2970
|
font-size: 14px;
|
|
2972
2971
|
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind') {
|
|
2973
2972
|
font-size: 12px;
|
|
2974
|
-
font-weight:
|
|
2973
|
+
font-weight: $pv-comment-tile-font-weight;
|
|
2975
2974
|
}
|
|
2976
2975
|
@if $skin-name == 'FluentUI' {
|
|
2977
2976
|
font-weight: $pv-comment-tile-font-weight;
|
|
@@ -3138,9 +3137,25 @@
|
|
|
3138
3137
|
padding-bottom: $pv-signature-appearance-checkbox;
|
|
3139
3138
|
}
|
|
3140
3139
|
|
|
3141
|
-
.e-pdfviewer .e-pv-signature-window .e-footer-content
|
|
3140
|
+
.e-pdfviewer .e-pv-signature-window .e-footer-content {
|
|
3142
3141
|
float: left;
|
|
3143
3142
|
}
|
|
3143
|
+
.e-pv-signature-dialog-height .e-pv-clearbtn
|
|
3144
|
+
{
|
|
3145
|
+
float: left;
|
|
3146
|
+
height: 30px;
|
|
3147
|
+
min-height: 30px;
|
|
3148
|
+
}
|
|
3149
|
+
.e-pv-signature-dialog-height .e-pv-cancelbtn{
|
|
3150
|
+
height: 30px;
|
|
3151
|
+
min-height: 30px;
|
|
3152
|
+
}
|
|
3153
|
+
.e-pv-signature-dialog-height .e-pv-createbtn{
|
|
3154
|
+
height: 30px;
|
|
3155
|
+
min-height: 30px;
|
|
3156
|
+
}
|
|
3157
|
+
|
|
3158
|
+
|
|
3144
3159
|
|
|
3145
3160
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
3146
3161
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
@@ -3225,7 +3240,7 @@
|
|
|
3225
3240
|
max-width: 300px;
|
|
3226
3241
|
padding-top: 36px;
|
|
3227
3242
|
}
|
|
3228
|
-
|
|
3243
|
+
}
|
|
3229
3244
|
|
|
3230
3245
|
.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
|
|
3231
3246
|
@if $skin-name == 'bootstrap5' {
|
|
@@ -3857,7 +3872,7 @@
|
|
|
3857
3872
|
height: 24px;
|
|
3858
3873
|
}
|
|
3859
3874
|
@else {
|
|
3860
|
-
font-family: Roboto;
|
|
3875
|
+
font-family: 'Roboto';
|
|
3861
3876
|
}
|
|
3862
3877
|
@if $skin-name == 'bootstrap5' {
|
|
3863
3878
|
font-family: inherit;
|
|
@@ -3883,7 +3898,7 @@
|
|
|
3883
3898
|
height: 24px;
|
|
3884
3899
|
}
|
|
3885
3900
|
@else {
|
|
3886
|
-
font-family: Roboto;
|
|
3901
|
+
font-family: 'Roboto';
|
|
3887
3902
|
}
|
|
3888
3903
|
@if $skin-name == 'bootstrap5' {
|
|
3889
3904
|
font-family: inherit;
|
|
@@ -3899,12 +3914,12 @@
|
|
|
3899
3914
|
.e-pv-properties-tab-style-prop.e-lib.e-tab.e-control {
|
|
3900
3915
|
@if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-dark') {
|
|
3901
3916
|
border: 0;
|
|
3902
|
-
|
|
3917
|
+
}
|
|
3903
3918
|
}
|
|
3904
3919
|
|
|
3905
3920
|
.e-pv-properties-formfield-formatting {
|
|
3906
3921
|
color: $pv-form-field-property-label-color;
|
|
3907
|
-
font-family: Roboto;
|
|
3922
|
+
font-family: 'Roboto';
|
|
3908
3923
|
font-size: $pv-form-field-property-general-header-font-size;
|
|
3909
3924
|
font-style: normal;
|
|
3910
3925
|
font-weight: normal;
|
|
@@ -3964,7 +3979,7 @@
|
|
|
3964
3979
|
|
|
3965
3980
|
.e-pv-properties-formfield-label {
|
|
3966
3981
|
color: $pv-form-field-property-label-color;
|
|
3967
|
-
font-family: Roboto;
|
|
3982
|
+
font-family: 'Roboto';
|
|
3968
3983
|
@if ($skin-name == 'bootstrap5') {
|
|
3969
3984
|
font-family: inherit;
|
|
3970
3985
|
}
|
|
@@ -4009,7 +4024,7 @@
|
|
|
4009
4024
|
margin-bottom: $pv-properties-header-spliter-margin-bottom;
|
|
4010
4025
|
padding-top: $pv-properties-header-spliter-margin-bottom;
|
|
4011
4026
|
width: $pv-properties-header-spliter-width;
|
|
4012
|
-
|
|
4027
|
+
}
|
|
4013
4028
|
|
|
4014
4029
|
.e-pv-formfield-textcolor-icon .e-btn-icon.e-icons,
|
|
4015
4030
|
.e-pv-formfield-fontcolor-icon .e-btn-icon.e-icons,
|
|
@@ -4018,7 +4033,7 @@
|
|
|
4018
4033
|
@if ($skin-name == 'tailwind' or $skin-name == 'tailwind-dark') {
|
|
4019
4034
|
width: 1em;
|
|
4020
4035
|
}
|
|
4021
|
-
|
|
4036
|
+
}
|
|
4022
4037
|
|
|
4023
4038
|
.e-pv-annotation-toolbar.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) {
|
|
4024
4039
|
background-color: $pv-comment-panel-bg;
|
|
@@ -4033,7 +4048,7 @@
|
|
|
4033
4048
|
@if ($skin-name == 'highcontrast') {
|
|
4034
4049
|
padding: 16px;
|
|
4035
4050
|
}
|
|
4036
|
-
|
|
4051
|
+
}
|
|
4037
4052
|
|
|
4038
4053
|
.e-pv-signatureimage {
|
|
4039
4054
|
@if ($skin-name == 'highcontrast') {
|
|
@@ -4071,7 +4086,7 @@
|
|
|
4071
4086
|
}
|
|
4072
4087
|
}
|
|
4073
4088
|
|
|
4074
|
-
.e-pv-signature-dialog-blazor-height {
|
|
4089
|
+
.e-dialog.e-pv-signature-dialog-blazor-height {
|
|
4075
4090
|
height: $pv-signature-dialog-blazor-height;
|
|
4076
4091
|
@if ($skin-name == 'FluentUI') {
|
|
4077
4092
|
min-height: $pv-signature-dialog-height;
|
|
@@ -429,6 +429,7 @@
|
|
|
429
429
|
}
|
|
430
430
|
|
|
431
431
|
/*! component layout */
|
|
432
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
432
433
|
.e-pdfviewer .e-pv-viewer-container {
|
|
433
434
|
border-style: solid;
|
|
434
435
|
border-width: 1px 1px 1px 0;
|
|
@@ -591,6 +592,8 @@
|
|
|
591
592
|
width: 20px;
|
|
592
593
|
}
|
|
593
594
|
|
|
595
|
+
/* stylelint-disable value-no-vendor-prefix */
|
|
596
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
594
597
|
.e-pv-viewer-container {
|
|
595
598
|
background-color: #1a1a1a;
|
|
596
599
|
border-color: #505050;
|
|
@@ -741,7 +744,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
741
744
|
width: 10%;
|
|
742
745
|
}
|
|
743
746
|
|
|
744
|
-
.e-pv-gotopage-popup {
|
|
747
|
+
.e-dialog.e-pv-gotopage-popup {
|
|
745
748
|
max-width: 500px;
|
|
746
749
|
padding-left: 16px;
|
|
747
750
|
padding-top: 16px;
|
|
@@ -2634,10 +2637,26 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2634
2637
|
padding-bottom: 1px;
|
|
2635
2638
|
}
|
|
2636
2639
|
|
|
2637
|
-
.e-pdfviewer .e-pv-signature-window .e-footer-content
|
|
2640
|
+
.e-pdfviewer .e-pv-signature-window .e-footer-content {
|
|
2638
2641
|
float: left;
|
|
2639
2642
|
}
|
|
2640
2643
|
|
|
2644
|
+
.e-pv-signature-dialog-height .e-pv-clearbtn {
|
|
2645
|
+
float: left;
|
|
2646
|
+
height: 30px;
|
|
2647
|
+
min-height: 30px;
|
|
2648
|
+
}
|
|
2649
|
+
|
|
2650
|
+
.e-pv-signature-dialog-height .e-pv-cancelbtn {
|
|
2651
|
+
height: 30px;
|
|
2652
|
+
min-height: 30px;
|
|
2653
|
+
}
|
|
2654
|
+
|
|
2655
|
+
.e-pv-signature-dialog-height .e-pv-createbtn {
|
|
2656
|
+
height: 30px;
|
|
2657
|
+
min-height: 30px;
|
|
2658
|
+
}
|
|
2659
|
+
|
|
2641
2660
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2642
2661
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2643
2662
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
@@ -3089,7 +3108,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3089
3108
|
-webkit-user-select: none;
|
|
3090
3109
|
color: #000;
|
|
3091
3110
|
display: block;
|
|
3092
|
-
font-family: Roboto;
|
|
3111
|
+
font-family: "Roboto";
|
|
3093
3112
|
font-size: 20px;
|
|
3094
3113
|
font-style: normal;
|
|
3095
3114
|
font-weight: 500;
|
|
@@ -3106,7 +3125,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3106
3125
|
}
|
|
3107
3126
|
|
|
3108
3127
|
.e-pv-form-field-property-header-general {
|
|
3109
|
-
font-family: Roboto;
|
|
3128
|
+
font-family: "Roboto";
|
|
3110
3129
|
font-size: 13px;
|
|
3111
3130
|
font-style: normal;
|
|
3112
3131
|
font-weight: 500;
|
|
@@ -3115,7 +3134,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3115
3134
|
|
|
3116
3135
|
.e-pv-properties-formfield-formatting {
|
|
3117
3136
|
color: #757575;
|
|
3118
|
-
font-family: Roboto;
|
|
3137
|
+
font-family: "Roboto";
|
|
3119
3138
|
font-size: 13px;
|
|
3120
3139
|
font-style: normal;
|
|
3121
3140
|
font-weight: normal;
|
|
@@ -3149,7 +3168,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3149
3168
|
|
|
3150
3169
|
.e-pv-properties-formfield-label {
|
|
3151
3170
|
color: #757575;
|
|
3152
|
-
font-family: Roboto;
|
|
3171
|
+
font-family: "Roboto";
|
|
3153
3172
|
font-size: 13px;
|
|
3154
3173
|
font-style: normal;
|
|
3155
3174
|
font-weight: normal;
|
|
@@ -3198,7 +3217,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3198
3217
|
height: 570px;
|
|
3199
3218
|
}
|
|
3200
3219
|
|
|
3201
|
-
.e-pv-signature-dialog-blazor-height {
|
|
3220
|
+
.e-dialog.e-pv-signature-dialog-blazor-height {
|
|
3202
3221
|
height: 560px;
|
|
3203
3222
|
}
|
|
3204
3223
|
|