@syncfusion/ej2-vue-pdfviewer 20.3.52 → 20.3.57
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 +62 -4
- 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 +1 -1
- package/dist/es6/ej2-vue-pdfviewer.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-pdfviewer.es5.js +1 -1
- package/dist/es6/ej2-vue-pdfviewer.es5.js.map +1 -1
- package/dist/global/ej2-vue-pdfviewer.min.js +2 -2
- package/package.json +8 -8
- package/src/pdfviewer/pdfviewer.component.js +1 -1
- package/styles/bootstrap-dark.css +5 -1
- package/styles/bootstrap.css +5 -1
- package/styles/bootstrap4.css +5 -1
- package/styles/bootstrap5-dark.css +5 -1
- package/styles/bootstrap5.css +5 -1
- package/styles/fabric-dark.css +5 -1
- package/styles/fabric.css +5 -1
- package/styles/fluent-dark.css +5 -1
- package/styles/fluent.css +5 -1
- package/styles/highcontrast-light.css +5 -1
- package/styles/highcontrast.css +5 -1
- package/styles/material-dark.css +5 -1
- package/styles/material.css +5 -1
- package/styles/pdfviewer/bootstrap-dark.css +5 -1
- package/styles/pdfviewer/bootstrap.css +5 -1
- package/styles/pdfviewer/bootstrap4.css +5 -1
- package/styles/pdfviewer/bootstrap5-dark.css +5 -1
- package/styles/pdfviewer/bootstrap5.css +5 -1
- package/styles/pdfviewer/fabric-dark.css +5 -1
- package/styles/pdfviewer/fabric.css +5 -1
- package/styles/pdfviewer/fluent-dark.css +5 -1
- package/styles/pdfviewer/fluent.css +5 -1
- package/styles/pdfviewer/highcontrast-light.css +5 -1
- package/styles/pdfviewer/highcontrast.css +5 -1
- package/styles/pdfviewer/material-dark.css +5 -1
- package/styles/pdfviewer/material.css +5 -1
- package/styles/pdfviewer/tailwind-dark.css +5 -1
- package/styles/pdfviewer/tailwind.css +5 -1
- package/styles/tailwind-dark.css +5 -1
- package/styles/tailwind.css +5 -1
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-pdfviewer@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-pdfviewer@20.3.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-pdfviewer@20.3.56",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-9/HO5GLvrLWaNPlgtTzGibiJZFnCWCzwTXcQwGKM2AJzVQm3m3onn6NAGVg36706+UfBzICs9T18SN2wK5G/Ng==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-pdfviewer",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-pdfviewer/-/ej2-vue-pdfviewer-20.3.56.tgz",
|
|
23
|
+
"_shasum": "195d92eacc2a761af0fdef4022f78f16fc8c6855",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-pdfviewer@*",
|
|
25
25
|
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.3.
|
|
35
|
-
"@syncfusion/ej2-pdfviewer": "20.3.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~20.3.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.3.56",
|
|
35
|
+
"@syncfusion/ej2-pdfviewer": "20.3.57",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~20.3.56"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 PDF viewer Component for Vue",
|
|
@@ -64,6 +64,6 @@
|
|
|
64
64
|
"scripts": {
|
|
65
65
|
"postinstall": "node ../ej2-vue-base/postinstall.js"
|
|
66
66
|
},
|
|
67
|
-
"version": "20.3.
|
|
67
|
+
"version": "20.3.57",
|
|
68
68
|
"sideEffects": false
|
|
69
69
|
}
|
|
@@ -21,7 +21,7 @@ import { ComponentBase, EJComponentDecorator, getProps, gh, isExecute } from '@s
|
|
|
21
21
|
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
22
22
|
import { PdfViewer } from '@syncfusion/ej2-pdfviewer';
|
|
23
23
|
import { Options } from 'vue-class-component';
|
|
24
|
-
export var properties = ['isLazyUpdate', 'plugins', 'DropdownFieldSettings', 'ajaxRequestSettings', 'annotationSelectorSettings', 'annotationSettings', 'annotations', 'areaSettings', 'arrowSettings', 'checkBoxFieldSettings', 'circleSettings', 'contextMenuOption', 'contextMenuSettings', 'currentPageNumber', 'customStamp', 'customStampSettings', 'dateTimeFormat', 'designerMode', 'disableContextMenuItems', 'distanceSettings', 'documentPath', 'downloadFileName', 'drawingObject', 'enableAnnotation', 'enableAnnotationToolbar', 'enableAutoComplete', 'enableBookmark', 'enableBookmarkStyles', 'enableCommentPanel', 'enableDesktopMode', 'enableDownload', 'enableFormDesigner', 'enableFormDesignerToolbar', 'enableFormFields', 'enableFormFieldsValidation', 'enableFreeText', 'enableHandwrittenSignature', 'enableHyperlink', 'enableImportAnnotationMeasurement', 'enableInkAnnotation', 'enableMagnification', 'enableMeasureAnnotation', 'enableMultiLineOverlap', 'enableMultiPageAnnotation', 'enableNavigation', 'enableNavigationToolbar', 'enablePersistence', 'enablePinchZoom', 'enablePrint', 'enablePrintRotation', 'enableRtl', 'enableShapeAnnotation', 'enableShapeLabel', 'enableStampAnnotations', 'enableStickyNotesAnnotation', 'enableTextMarkupAnnotation', 'enableTextMarkupResizer', 'enableTextSearch', 'enableTextSelection', 'enableThumbnail', 'enableToolbar', 'enableZoomOptimization', 'exportAnnotationFileName', 'formFieldCollections', 'formFields', 'freeTextSettings', 'handWrittenSignatureSettings', 'height', 'hideSaveSignature', 'highlightSettings', 'hyperlinkOpenState', 'initialDialogSettings', 'initialFieldSettings', 'inkAnnotationSettings', 'interactionMode', 'isAnnotationToolbarOpen', 'isAnnotationToolbarVisible', 'isBookmarkPanelOpen', 'isCommandPanelOpen', 'isDocumentEdited', 'isExtractText', 'isFormDesignerToolbarVisible', 'isFormFieldDocument', 'isInitialFieldToolbarSelection', 'isMaintainSelection', 'isSignatureEditable', 'isThumbnailViewOpen', 'isValidFreeText', 'lineSettings', 'listBoxFieldSettings', 'locale', 'measurementSettings', 'pageCount', 'passwordFieldSettings', 'perimeterSettings', 'polygonSettings', 'printMode', 'radioButtonFieldSettings', 'radiusSettings', 'rectangleSettings', 'restrictZoomRequest', 'retryCount', 'scrollSettings', 'selectedItems', 'serverActionSettings', 'serviceUrl', 'shapeLabelSettings', 'showNotificationDialog', 'signatureDialogSettings', 'signatureFieldSettings', 'signatureFitMode', 'stampSettings', 'stickyNotesSettings', 'strikethroughSettings', 'textFieldSettings', 'textSearchColorSettings', 'tileRenderingSettings', 'toolbarSettings', 'underlineSettings', 'volumeSettings', 'width', 'zoomMode', 'zoomValue', 'addSignature', 'ajaxRequestFailed', 'ajaxRequestInitiate', 'ajaxRequestSuccess', 'annotationAdd', 'annotationDoubleClick', 'annotationMouseLeave', 'annotationMouseover', 'annotationMove', 'annotationMoving', 'annotationPropertiesChange', 'annotationRemove', 'annotationResize', 'annotationSelect', 'annotationUnSelect', 'beforeAddFreeText', 'bookmarkClick', 'buttonFieldClick', 'commentAdd', 'commentDelete', 'commentEdit', 'commentSelect', 'commentStatusChanged', 'created', 'documentLoad', 'documentLoadFailed', 'documentUnload', 'downloadEnd', 'downloadStart', 'exportFailed', 'exportStart', 'exportSuccess', 'extractTextCompleted', 'formFieldAdd', 'formFieldClick', 'formFieldDoubleClick', 'formFieldFocusOut', 'formFieldMouseLeave', 'formFieldMouseover', 'formFieldMove', 'formFieldPropertiesChange', 'formFieldRemove', 'formFieldResize', 'formFieldSelect', 'formFieldUnselect', 'hyperlinkClick', 'hyperlinkMouseOver', 'importFailed', 'importStart', 'importSuccess', 'moveSignature', 'pageChange', 'pageClick', 'pageMouseover', 'printEnd', 'printStart', 'removeSignature', 'resizeSignature', 'signaturePropertiesChange', 'signatureSelect', 'textSearchComplete', 'textSearchHighlight', 'textSearchStart', 'textSelectionEnd', 'textSelectionStart', 'thumbnailClick', 'validateFormFields', 'zoomChange'];
|
|
24
|
+
export var properties = ['isLazyUpdate', 'plugins', 'DropdownFieldSettings', 'ajaxRequestSettings', 'annotationSelectorSettings', 'annotationSettings', 'annotations', 'areaSettings', 'arrowSettings', 'checkBoxFieldSettings', 'circleSettings', 'contextMenuOption', 'contextMenuSettings', 'currentPageNumber', 'customStamp', 'customStampSettings', 'dateTimeFormat', 'designerMode', 'disableContextMenuItems', 'distanceSettings', 'documentPath', 'downloadFileName', 'drawingObject', 'enableAnnotation', 'enableAnnotationToolbar', 'enableAutoComplete', 'enableBookmark', 'enableBookmarkStyles', 'enableCommentPanel', 'enableDesktopMode', 'enableDownload', 'enableFormDesigner', 'enableFormDesignerToolbar', 'enableFormFields', 'enableFormFieldsValidation', 'enableFreeText', 'enableHandwrittenSignature', 'enableHyperlink', 'enableImportAnnotationMeasurement', 'enableInkAnnotation', 'enableMagnification', 'enableMeasureAnnotation', 'enableMultiLineOverlap', 'enableMultiPageAnnotation', 'enableNavigation', 'enableNavigationToolbar', 'enablePersistence', 'enablePinchZoom', 'enablePrint', 'enablePrintRotation', 'enableRtl', 'enableShapeAnnotation', 'enableShapeLabel', 'enableStampAnnotations', 'enableStickyNotesAnnotation', 'enableTextMarkupAnnotation', 'enableTextMarkupResizer', 'enableTextSearch', 'enableTextSelection', 'enableThumbnail', 'enableToolbar', 'enableZoomOptimization', 'exportAnnotationFileName', 'formFieldCollections', 'formFields', 'freeTextSettings', 'handWrittenSignatureSettings', 'height', 'hideEmptyDigitalSignatureFields', 'hideSaveSignature', 'highlightSettings', 'hyperlinkOpenState', 'initialDialogSettings', 'initialFieldSettings', 'inkAnnotationSettings', 'interactionMode', 'isAnnotationToolbarOpen', 'isAnnotationToolbarVisible', 'isBookmarkPanelOpen', 'isCommandPanelOpen', 'isDocumentEdited', 'isExtractText', 'isFormDesignerToolbarVisible', 'isFormFieldDocument', 'isInitialFieldToolbarSelection', 'isMaintainSelection', 'isSignatureEditable', 'isThumbnailViewOpen', 'isValidFreeText', 'lineSettings', 'listBoxFieldSettings', 'locale', 'measurementSettings', 'pageCount', 'passwordFieldSettings', 'perimeterSettings', 'polygonSettings', 'printMode', 'radioButtonFieldSettings', 'radiusSettings', 'rectangleSettings', 'restrictZoomRequest', 'retryCount', 'scrollSettings', 'selectedItems', 'serverActionSettings', 'serviceUrl', 'shapeLabelSettings', 'showDigitalSignatureAppearance', 'showNotificationDialog', 'signatureDialogSettings', 'signatureFieldSettings', 'signatureFitMode', 'stampSettings', 'stickyNotesSettings', 'strikethroughSettings', 'textFieldSettings', 'textSearchColorSettings', 'tileRenderingSettings', 'toolbarSettings', 'underlineSettings', 'volumeSettings', 'width', 'zoomMode', 'zoomValue', 'addSignature', 'ajaxRequestFailed', 'ajaxRequestInitiate', 'ajaxRequestSuccess', 'annotationAdd', 'annotationDoubleClick', 'annotationMouseLeave', 'annotationMouseover', 'annotationMove', 'annotationMoving', 'annotationPropertiesChange', 'annotationRemove', 'annotationResize', 'annotationSelect', 'annotationUnSelect', 'beforeAddFreeText', 'bookmarkClick', 'buttonFieldClick', 'commentAdd', 'commentDelete', 'commentEdit', 'commentSelect', 'commentStatusChanged', 'created', 'documentLoad', 'documentLoadFailed', 'documentUnload', 'downloadEnd', 'downloadStart', 'exportFailed', 'exportStart', 'exportSuccess', 'extractTextCompleted', 'formFieldAdd', 'formFieldClick', 'formFieldDoubleClick', 'formFieldFocusOut', 'formFieldMouseLeave', 'formFieldMouseover', 'formFieldMove', 'formFieldPropertiesChange', 'formFieldRemove', 'formFieldResize', 'formFieldSelect', 'formFieldUnselect', 'hyperlinkClick', 'hyperlinkMouseOver', 'importFailed', 'importStart', 'importSuccess', 'moveSignature', 'pageChange', 'pageClick', 'pageMouseover', 'printEnd', 'printStart', 'removeSignature', 'resizeSignature', 'signaturePropertiesChange', 'signatureSelect', 'textSearchComplete', 'textSearchHighlight', 'textSearchStart', 'textSelectionEnd', 'textSelectionStart', 'thumbnailClick', 'validateFormFields', 'zoomChange'];
|
|
25
25
|
export var modelProps = [];
|
|
26
26
|
export var testProp = getProps({ props: properties });
|
|
27
27
|
export var props = testProp[0];
|
|
@@ -3213,7 +3213,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3213
3213
|
padding: 0 7px;
|
|
3214
3214
|
}
|
|
3215
3215
|
|
|
3216
|
-
.e-pv-signature-dialog-height {
|
|
3216
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3217
3217
|
height: 570px;
|
|
3218
3218
|
}
|
|
3219
3219
|
|
|
@@ -3244,4 +3244,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3244
3244
|
|
|
3245
3245
|
.e-pv-font-appearance-style-blazor {
|
|
3246
3246
|
padding: 15px;
|
|
3247
|
+
}
|
|
3248
|
+
|
|
3249
|
+
.e-pv-toolbar-tooltip {
|
|
3250
|
+
pointer-events: none;
|
|
3247
3251
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -3220,7 +3220,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3220
3220
|
padding: 0 7px;
|
|
3221
3221
|
}
|
|
3222
3222
|
|
|
3223
|
-
.e-pv-signature-dialog-height {
|
|
3223
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3224
3224
|
height: 565px;
|
|
3225
3225
|
}
|
|
3226
3226
|
|
|
@@ -3251,4 +3251,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3251
3251
|
|
|
3252
3252
|
.e-pv-font-appearance-style-blazor {
|
|
3253
3253
|
padding: 15px;
|
|
3254
|
+
}
|
|
3255
|
+
|
|
3256
|
+
.e-pv-toolbar-tooltip {
|
|
3257
|
+
pointer-events: none;
|
|
3254
3258
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -3545,7 +3545,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3545
3545
|
color: #495057;
|
|
3546
3546
|
}
|
|
3547
3547
|
|
|
3548
|
-
.e-pv-signature-dialog-height {
|
|
3548
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3549
3549
|
height: 535px;
|
|
3550
3550
|
}
|
|
3551
3551
|
|
|
@@ -3581,4 +3581,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3581
3581
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-pv-left-align-icon.e-pv-icon.e-btn-icon.e-icon-left {
|
|
3582
3582
|
padding: 0 6px;
|
|
3583
3583
|
width: 28px;
|
|
3584
|
+
}
|
|
3585
|
+
|
|
3586
|
+
.e-pv-toolbar-tooltip {
|
|
3587
|
+
pointer-events: none;
|
|
3584
3588
|
}
|
|
@@ -3517,7 +3517,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3517
3517
|
padding: 0 7px;
|
|
3518
3518
|
}
|
|
3519
3519
|
|
|
3520
|
-
.e-pv-signature-dialog-height {
|
|
3520
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3521
3521
|
height: 535px;
|
|
3522
3522
|
}
|
|
3523
3523
|
|
|
@@ -3548,4 +3548,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3548
3548
|
|
|
3549
3549
|
.e-pv-font-appearance-style-blazor {
|
|
3550
3550
|
padding: 15px 18px;
|
|
3551
|
+
}
|
|
3552
|
+
|
|
3553
|
+
.e-pv-toolbar-tooltip {
|
|
3554
|
+
pointer-events: none;
|
|
3551
3555
|
}
|
package/styles/bootstrap5.css
CHANGED
|
@@ -3517,7 +3517,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3517
3517
|
padding: 0 7px;
|
|
3518
3518
|
}
|
|
3519
3519
|
|
|
3520
|
-
.e-pv-signature-dialog-height {
|
|
3520
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3521
3521
|
height: 535px;
|
|
3522
3522
|
}
|
|
3523
3523
|
|
|
@@ -3548,4 +3548,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3548
3548
|
|
|
3549
3549
|
.e-pv-font-appearance-style-blazor {
|
|
3550
3550
|
padding: 15px 18px;
|
|
3551
|
+
}
|
|
3552
|
+
|
|
3553
|
+
.e-pv-toolbar-tooltip {
|
|
3554
|
+
pointer-events: none;
|
|
3551
3555
|
}
|
package/styles/fabric-dark.css
CHANGED
|
@@ -3221,7 +3221,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3221
3221
|
padding: 0 7px;
|
|
3222
3222
|
}
|
|
3223
3223
|
|
|
3224
|
-
.e-pv-signature-dialog-height {
|
|
3224
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3225
3225
|
height: 580px;
|
|
3226
3226
|
}
|
|
3227
3227
|
|
|
@@ -3252,4 +3252,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3252
3252
|
|
|
3253
3253
|
.e-pv-font-appearance-style-blazor {
|
|
3254
3254
|
padding: 8px;
|
|
3255
|
+
}
|
|
3256
|
+
|
|
3257
|
+
.e-pv-toolbar-tooltip {
|
|
3258
|
+
pointer-events: none;
|
|
3255
3259
|
}
|
package/styles/fabric.css
CHANGED
|
@@ -3234,7 +3234,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3234
3234
|
padding: 0 7px;
|
|
3235
3235
|
}
|
|
3236
3236
|
|
|
3237
|
-
.e-pv-signature-dialog-height {
|
|
3237
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3238
3238
|
height: 565px;
|
|
3239
3239
|
}
|
|
3240
3240
|
|
|
@@ -3265,4 +3265,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3265
3265
|
|
|
3266
3266
|
.e-pv-font-appearance-style-blazor {
|
|
3267
3267
|
padding: 8px;
|
|
3268
|
+
}
|
|
3269
|
+
|
|
3270
|
+
.e-pv-toolbar-tooltip {
|
|
3271
|
+
pointer-events: none;
|
|
3268
3272
|
}
|
package/styles/fluent-dark.css
CHANGED
|
@@ -3436,7 +3436,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3436
3436
|
padding: 0 7px;
|
|
3437
3437
|
}
|
|
3438
3438
|
|
|
3439
|
-
.e-pv-signature-dialog-height {
|
|
3439
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3440
3440
|
height: 555px;
|
|
3441
3441
|
min-height: 555px;
|
|
3442
3442
|
}
|
|
@@ -3474,4 +3474,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3474
3474
|
|
|
3475
3475
|
.e-pv-font-appearance-style-blazor {
|
|
3476
3476
|
padding: 15px 18px;
|
|
3477
|
+
}
|
|
3478
|
+
|
|
3479
|
+
.e-pv-toolbar-tooltip {
|
|
3480
|
+
pointer-events: none;
|
|
3477
3481
|
}
|
package/styles/fluent.css
CHANGED
|
@@ -3436,7 +3436,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3436
3436
|
padding: 0 7px;
|
|
3437
3437
|
}
|
|
3438
3438
|
|
|
3439
|
-
.e-pv-signature-dialog-height {
|
|
3439
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3440
3440
|
height: 555px;
|
|
3441
3441
|
min-height: 555px;
|
|
3442
3442
|
}
|
|
@@ -3474,4 +3474,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3474
3474
|
|
|
3475
3475
|
.e-pv-font-appearance-style-blazor {
|
|
3476
3476
|
padding: 15px 18px;
|
|
3477
|
+
}
|
|
3478
|
+
|
|
3479
|
+
.e-pv-toolbar-tooltip {
|
|
3480
|
+
pointer-events: none;
|
|
3477
3481
|
}
|
|
@@ -3211,7 +3211,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3211
3211
|
padding: 0 7px;
|
|
3212
3212
|
}
|
|
3213
3213
|
|
|
3214
|
-
.e-pv-signature-dialog-height {
|
|
3214
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3215
3215
|
height: 570px;
|
|
3216
3216
|
}
|
|
3217
3217
|
|
|
@@ -3242,4 +3242,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3242
3242
|
|
|
3243
3243
|
.e-pv-font-appearance-style-blazor {
|
|
3244
3244
|
padding: 8px;
|
|
3245
|
+
}
|
|
3246
|
+
|
|
3247
|
+
.e-pv-toolbar-tooltip {
|
|
3248
|
+
pointer-events: none;
|
|
3245
3249
|
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -3232,7 +3232,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3232
3232
|
background-color: #fff;
|
|
3233
3233
|
}
|
|
3234
3234
|
|
|
3235
|
-
.e-pv-signature-dialog-height {
|
|
3235
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3236
3236
|
height: 570px;
|
|
3237
3237
|
}
|
|
3238
3238
|
|
|
@@ -3263,4 +3263,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3263
3263
|
|
|
3264
3264
|
.e-pv-font-appearance-style-blazor {
|
|
3265
3265
|
padding: 8px;
|
|
3266
|
+
}
|
|
3267
|
+
|
|
3268
|
+
.e-pv-toolbar-tooltip {
|
|
3269
|
+
pointer-events: none;
|
|
3266
3270
|
}
|
package/styles/material-dark.css
CHANGED
|
@@ -3215,7 +3215,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3215
3215
|
padding: 0 7px;
|
|
3216
3216
|
}
|
|
3217
3217
|
|
|
3218
|
-
.e-pv-signature-dialog-height {
|
|
3218
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3219
3219
|
height: 540px;
|
|
3220
3220
|
}
|
|
3221
3221
|
|
|
@@ -3246,4 +3246,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3246
3246
|
|
|
3247
3247
|
.e-pv-font-appearance-style-blazor {
|
|
3248
3248
|
padding: 15px;
|
|
3249
|
+
}
|
|
3250
|
+
|
|
3251
|
+
.e-pv-toolbar-tooltip {
|
|
3252
|
+
pointer-events: none;
|
|
3249
3253
|
}
|
package/styles/material.css
CHANGED
|
@@ -3217,7 +3217,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3217
3217
|
padding: 0 7px;
|
|
3218
3218
|
}
|
|
3219
3219
|
|
|
3220
|
-
.e-pv-signature-dialog-height {
|
|
3220
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3221
3221
|
height: 535px;
|
|
3222
3222
|
}
|
|
3223
3223
|
|
|
@@ -3253,4 +3253,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3253
3253
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-pv-left-align-icon.e-pv-icon.e-btn-icon.e-icon-left {
|
|
3254
3254
|
padding: 0 6px;
|
|
3255
3255
|
width: 28px;
|
|
3256
|
+
}
|
|
3257
|
+
|
|
3258
|
+
.e-pv-toolbar-tooltip {
|
|
3259
|
+
pointer-events: none;
|
|
3256
3260
|
}
|
|
@@ -3213,7 +3213,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3213
3213
|
padding: 0 7px;
|
|
3214
3214
|
}
|
|
3215
3215
|
|
|
3216
|
-
.e-pv-signature-dialog-height {
|
|
3216
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3217
3217
|
height: 570px;
|
|
3218
3218
|
}
|
|
3219
3219
|
|
|
@@ -3244,4 +3244,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3244
3244
|
|
|
3245
3245
|
.e-pv-font-appearance-style-blazor {
|
|
3246
3246
|
padding: 15px;
|
|
3247
|
+
}
|
|
3248
|
+
|
|
3249
|
+
.e-pv-toolbar-tooltip {
|
|
3250
|
+
pointer-events: none;
|
|
3247
3251
|
}
|
|
@@ -3220,7 +3220,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3220
3220
|
padding: 0 7px;
|
|
3221
3221
|
}
|
|
3222
3222
|
|
|
3223
|
-
.e-pv-signature-dialog-height {
|
|
3223
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3224
3224
|
height: 565px;
|
|
3225
3225
|
}
|
|
3226
3226
|
|
|
@@ -3251,4 +3251,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3251
3251
|
|
|
3252
3252
|
.e-pv-font-appearance-style-blazor {
|
|
3253
3253
|
padding: 15px;
|
|
3254
|
+
}
|
|
3255
|
+
|
|
3256
|
+
.e-pv-toolbar-tooltip {
|
|
3257
|
+
pointer-events: none;
|
|
3254
3258
|
}
|
|
@@ -3545,7 +3545,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3545
3545
|
color: #495057;
|
|
3546
3546
|
}
|
|
3547
3547
|
|
|
3548
|
-
.e-pv-signature-dialog-height {
|
|
3548
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3549
3549
|
height: 535px;
|
|
3550
3550
|
}
|
|
3551
3551
|
|
|
@@ -3581,4 +3581,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3581
3581
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-pv-left-align-icon.e-pv-icon.e-btn-icon.e-icon-left {
|
|
3582
3582
|
padding: 0 6px;
|
|
3583
3583
|
width: 28px;
|
|
3584
|
+
}
|
|
3585
|
+
|
|
3586
|
+
.e-pv-toolbar-tooltip {
|
|
3587
|
+
pointer-events: none;
|
|
3584
3588
|
}
|
|
@@ -3517,7 +3517,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3517
3517
|
padding: 0 7px;
|
|
3518
3518
|
}
|
|
3519
3519
|
|
|
3520
|
-
.e-pv-signature-dialog-height {
|
|
3520
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3521
3521
|
height: 535px;
|
|
3522
3522
|
}
|
|
3523
3523
|
|
|
@@ -3548,4 +3548,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3548
3548
|
|
|
3549
3549
|
.e-pv-font-appearance-style-blazor {
|
|
3550
3550
|
padding: 15px 18px;
|
|
3551
|
+
}
|
|
3552
|
+
|
|
3553
|
+
.e-pv-toolbar-tooltip {
|
|
3554
|
+
pointer-events: none;
|
|
3551
3555
|
}
|
|
@@ -3517,7 +3517,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3517
3517
|
padding: 0 7px;
|
|
3518
3518
|
}
|
|
3519
3519
|
|
|
3520
|
-
.e-pv-signature-dialog-height {
|
|
3520
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3521
3521
|
height: 535px;
|
|
3522
3522
|
}
|
|
3523
3523
|
|
|
@@ -3548,4 +3548,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3548
3548
|
|
|
3549
3549
|
.e-pv-font-appearance-style-blazor {
|
|
3550
3550
|
padding: 15px 18px;
|
|
3551
|
+
}
|
|
3552
|
+
|
|
3553
|
+
.e-pv-toolbar-tooltip {
|
|
3554
|
+
pointer-events: none;
|
|
3551
3555
|
}
|
|
@@ -3221,7 +3221,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3221
3221
|
padding: 0 7px;
|
|
3222
3222
|
}
|
|
3223
3223
|
|
|
3224
|
-
.e-pv-signature-dialog-height {
|
|
3224
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3225
3225
|
height: 580px;
|
|
3226
3226
|
}
|
|
3227
3227
|
|
|
@@ -3252,4 +3252,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3252
3252
|
|
|
3253
3253
|
.e-pv-font-appearance-style-blazor {
|
|
3254
3254
|
padding: 8px;
|
|
3255
|
+
}
|
|
3256
|
+
|
|
3257
|
+
.e-pv-toolbar-tooltip {
|
|
3258
|
+
pointer-events: none;
|
|
3255
3259
|
}
|
|
@@ -3234,7 +3234,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3234
3234
|
padding: 0 7px;
|
|
3235
3235
|
}
|
|
3236
3236
|
|
|
3237
|
-
.e-pv-signature-dialog-height {
|
|
3237
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3238
3238
|
height: 565px;
|
|
3239
3239
|
}
|
|
3240
3240
|
|
|
@@ -3265,4 +3265,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3265
3265
|
|
|
3266
3266
|
.e-pv-font-appearance-style-blazor {
|
|
3267
3267
|
padding: 8px;
|
|
3268
|
+
}
|
|
3269
|
+
|
|
3270
|
+
.e-pv-toolbar-tooltip {
|
|
3271
|
+
pointer-events: none;
|
|
3268
3272
|
}
|
|
@@ -3436,7 +3436,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3436
3436
|
padding: 0 7px;
|
|
3437
3437
|
}
|
|
3438
3438
|
|
|
3439
|
-
.e-pv-signature-dialog-height {
|
|
3439
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3440
3440
|
height: 555px;
|
|
3441
3441
|
min-height: 555px;
|
|
3442
3442
|
}
|
|
@@ -3474,4 +3474,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3474
3474
|
|
|
3475
3475
|
.e-pv-font-appearance-style-blazor {
|
|
3476
3476
|
padding: 15px 18px;
|
|
3477
|
+
}
|
|
3478
|
+
|
|
3479
|
+
.e-pv-toolbar-tooltip {
|
|
3480
|
+
pointer-events: none;
|
|
3477
3481
|
}
|
|
@@ -3436,7 +3436,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3436
3436
|
padding: 0 7px;
|
|
3437
3437
|
}
|
|
3438
3438
|
|
|
3439
|
-
.e-pv-signature-dialog-height {
|
|
3439
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3440
3440
|
height: 555px;
|
|
3441
3441
|
min-height: 555px;
|
|
3442
3442
|
}
|
|
@@ -3474,4 +3474,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3474
3474
|
|
|
3475
3475
|
.e-pv-font-appearance-style-blazor {
|
|
3476
3476
|
padding: 15px 18px;
|
|
3477
|
+
}
|
|
3478
|
+
|
|
3479
|
+
.e-pv-toolbar-tooltip {
|
|
3480
|
+
pointer-events: none;
|
|
3477
3481
|
}
|
|
@@ -3211,7 +3211,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3211
3211
|
padding: 0 7px;
|
|
3212
3212
|
}
|
|
3213
3213
|
|
|
3214
|
-
.e-pv-signature-dialog-height {
|
|
3214
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3215
3215
|
height: 570px;
|
|
3216
3216
|
}
|
|
3217
3217
|
|
|
@@ -3242,4 +3242,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3242
3242
|
|
|
3243
3243
|
.e-pv-font-appearance-style-blazor {
|
|
3244
3244
|
padding: 8px;
|
|
3245
|
+
}
|
|
3246
|
+
|
|
3247
|
+
.e-pv-toolbar-tooltip {
|
|
3248
|
+
pointer-events: none;
|
|
3245
3249
|
}
|
|
@@ -3232,7 +3232,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3232
3232
|
background-color: #fff;
|
|
3233
3233
|
}
|
|
3234
3234
|
|
|
3235
|
-
.e-pv-signature-dialog-height {
|
|
3235
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3236
3236
|
height: 570px;
|
|
3237
3237
|
}
|
|
3238
3238
|
|
|
@@ -3263,4 +3263,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3263
3263
|
|
|
3264
3264
|
.e-pv-font-appearance-style-blazor {
|
|
3265
3265
|
padding: 8px;
|
|
3266
|
+
}
|
|
3267
|
+
|
|
3268
|
+
.e-pv-toolbar-tooltip {
|
|
3269
|
+
pointer-events: none;
|
|
3266
3270
|
}
|
|
@@ -3215,7 +3215,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3215
3215
|
padding: 0 7px;
|
|
3216
3216
|
}
|
|
3217
3217
|
|
|
3218
|
-
.e-pv-signature-dialog-height {
|
|
3218
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3219
3219
|
height: 540px;
|
|
3220
3220
|
}
|
|
3221
3221
|
|
|
@@ -3246,4 +3246,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3246
3246
|
|
|
3247
3247
|
.e-pv-font-appearance-style-blazor {
|
|
3248
3248
|
padding: 15px;
|
|
3249
|
+
}
|
|
3250
|
+
|
|
3251
|
+
.e-pv-toolbar-tooltip {
|
|
3252
|
+
pointer-events: none;
|
|
3249
3253
|
}
|
|
@@ -3217,7 +3217,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3217
3217
|
padding: 0 7px;
|
|
3218
3218
|
}
|
|
3219
3219
|
|
|
3220
|
-
.e-pv-signature-dialog-height {
|
|
3220
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3221
3221
|
height: 535px;
|
|
3222
3222
|
}
|
|
3223
3223
|
|
|
@@ -3253,4 +3253,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3253
3253
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-pv-left-align-icon.e-pv-icon.e-btn-icon.e-icon-left {
|
|
3254
3254
|
padding: 0 6px;
|
|
3255
3255
|
width: 28px;
|
|
3256
|
+
}
|
|
3257
|
+
|
|
3258
|
+
.e-pv-toolbar-tooltip {
|
|
3259
|
+
pointer-events: none;
|
|
3256
3260
|
}
|
|
@@ -3256,7 +3256,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3256
3256
|
padding: 0 7px;
|
|
3257
3257
|
}
|
|
3258
3258
|
|
|
3259
|
-
.e-pv-signature-dialog-height {
|
|
3259
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3260
3260
|
height: 550px;
|
|
3261
3261
|
}
|
|
3262
3262
|
|
|
@@ -3287,4 +3287,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3287
3287
|
|
|
3288
3288
|
.e-pv-font-appearance-style-blazor {
|
|
3289
3289
|
padding: 8px;
|
|
3290
|
+
}
|
|
3291
|
+
|
|
3292
|
+
.e-pv-toolbar-tooltip {
|
|
3293
|
+
pointer-events: none;
|
|
3290
3294
|
}
|
|
@@ -3257,7 +3257,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3257
3257
|
padding: 0 7px;
|
|
3258
3258
|
}
|
|
3259
3259
|
|
|
3260
|
-
.e-pv-signature-dialog-height {
|
|
3260
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3261
3261
|
height: 550px;
|
|
3262
3262
|
}
|
|
3263
3263
|
|
|
@@ -3288,4 +3288,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3288
3288
|
|
|
3289
3289
|
.e-pv-font-appearance-style-blazor {
|
|
3290
3290
|
padding: 8px;
|
|
3291
|
+
}
|
|
3292
|
+
|
|
3293
|
+
.e-pv-toolbar-tooltip {
|
|
3294
|
+
pointer-events: none;
|
|
3291
3295
|
}
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -3256,7 +3256,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3256
3256
|
padding: 0 7px;
|
|
3257
3257
|
}
|
|
3258
3258
|
|
|
3259
|
-
.e-pv-signature-dialog-height {
|
|
3259
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3260
3260
|
height: 550px;
|
|
3261
3261
|
}
|
|
3262
3262
|
|
|
@@ -3287,4 +3287,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3287
3287
|
|
|
3288
3288
|
.e-pv-font-appearance-style-blazor {
|
|
3289
3289
|
padding: 8px;
|
|
3290
|
+
}
|
|
3291
|
+
|
|
3292
|
+
.e-pv-toolbar-tooltip {
|
|
3293
|
+
pointer-events: none;
|
|
3290
3294
|
}
|
package/styles/tailwind.css
CHANGED
|
@@ -3257,7 +3257,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3257
3257
|
padding: 0 7px;
|
|
3258
3258
|
}
|
|
3259
3259
|
|
|
3260
|
-
.e-pv-signature-dialog-height {
|
|
3260
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3261
3261
|
height: 550px;
|
|
3262
3262
|
}
|
|
3263
3263
|
|
|
@@ -3288,4 +3288,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3288
3288
|
|
|
3289
3289
|
.e-pv-font-appearance-style-blazor {
|
|
3290
3290
|
padding: 8px;
|
|
3291
|
+
}
|
|
3292
|
+
|
|
3293
|
+
.e-pv-toolbar-tooltip {
|
|
3294
|
+
pointer-events: none;
|
|
3291
3295
|
}
|