@syncfusion/ej2-angular-pdfviewer 20.4.38-ngcc → 20.4.38
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 +37 -147
- package/esm2020/public_api.mjs +3 -0
- package/esm2020/src/index.mjs +5 -0
- package/esm2020/src/pdfviewer/pdfviewer-all.module.mjs +62 -0
- package/esm2020/src/pdfviewer/pdfviewer.component.mjs +143 -0
- package/esm2020/src/pdfviewer/pdfviewer.module.mjs +25 -0
- package/esm2020/syncfusion-ej2-angular-pdfviewer.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-pdfviewer.mjs +231 -0
- package/fesm2015/syncfusion-ej2-angular-pdfviewer.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-pdfviewer.mjs +231 -0
- package/fesm2020/syncfusion-ej2-angular-pdfviewer.mjs.map +1 -0
- package/package.json +32 -15
- package/schematics/utils/lib-details.d.ts +2 -2
- package/src/pdfviewer/pdfviewer-all.module.d.ts +6 -0
- package/src/pdfviewer/pdfviewer.component.d.ts +3 -0
- package/src/pdfviewer/pdfviewer.module.d.ts +6 -0
- package/styles/_all.scss +1 -0
- package/styles/bootstrap-dark.css +1 -21
- package/styles/bootstrap.css +1 -21
- package/styles/bootstrap4.css +1 -21
- package/styles/bootstrap5-dark.css +1 -21
- package/styles/bootstrap5.css +1 -21
- package/styles/fabric-dark.css +1 -21
- package/styles/fabric.css +1 -21
- package/styles/fluent-dark.css +1 -21
- package/styles/fluent.css +1 -21
- package/styles/highcontrast-light.css +1 -21
- package/styles/highcontrast.css +1 -21
- package/styles/material-dark.css +1 -21
- package/styles/material.css +1 -21
- package/styles/pdfviewer/_all.scss +2 -0
- package/styles/pdfviewer/_bootstrap-dark-definition.scss +536 -0
- package/styles/pdfviewer/_bootstrap-definition.scss +536 -0
- package/styles/pdfviewer/_bootstrap4-definition.scss +582 -0
- package/styles/pdfviewer/_bootstrap5-dark-definition.scss +1 -0
- package/styles/pdfviewer/_bootstrap5-definition.scss +530 -0
- package/styles/pdfviewer/_fabric-dark-definition.scss +533 -0
- package/styles/pdfviewer/_fabric-definition.scss +535 -0
- package/styles/pdfviewer/_fluent-dark-definition.scss +1 -0
- package/styles/pdfviewer/_fluent-definition.scss +537 -0
- package/styles/pdfviewer/_fusionnew-definition.scss +530 -0
- package/styles/pdfviewer/_highcontrast-definition.scss +535 -0
- package/styles/pdfviewer/_highcontrast-light-definition.scss +531 -0
- package/styles/pdfviewer/_layout.scss +196 -0
- package/styles/pdfviewer/_material-dark-definition.scss +534 -0
- package/styles/pdfviewer/_material-definition.scss +532 -0
- package/styles/pdfviewer/_material3-definition.scss +530 -0
- package/styles/pdfviewer/_tailwind-dark-definition.scss +1 -0
- package/styles/pdfviewer/_tailwind-definition.scss +539 -0
- package/styles/pdfviewer/_theme.scss +4130 -0
- package/styles/pdfviewer/bootstrap-dark.css +1 -21
- package/styles/pdfviewer/bootstrap-dark.scss +4 -1
- package/styles/pdfviewer/bootstrap.css +1 -21
- package/styles/pdfviewer/bootstrap.scss +4 -1
- package/styles/pdfviewer/bootstrap4.css +1 -21
- package/styles/pdfviewer/bootstrap4.scss +4 -1
- package/styles/pdfviewer/bootstrap5-dark.css +1 -21
- package/styles/pdfviewer/bootstrap5-dark.scss +4 -1
- package/styles/pdfviewer/bootstrap5.css +1 -21
- package/styles/pdfviewer/bootstrap5.scss +4 -1
- package/styles/pdfviewer/fabric-dark.css +1 -21
- package/styles/pdfviewer/fabric-dark.scss +4 -1
- package/styles/pdfviewer/fabric.css +1 -21
- package/styles/pdfviewer/fabric.scss +4 -1
- package/styles/pdfviewer/fluent-dark.css +1 -21
- package/styles/pdfviewer/fluent-dark.scss +4 -1
- package/styles/pdfviewer/fluent.css +1 -21
- package/styles/pdfviewer/fluent.scss +4 -1
- package/styles/pdfviewer/highcontrast-light.css +1 -21
- package/styles/pdfviewer/highcontrast-light.scss +4 -1
- package/styles/pdfviewer/highcontrast.css +1 -21
- package/styles/pdfviewer/highcontrast.scss +4 -1
- package/styles/pdfviewer/icons/_bootstrap-dark.scss +475 -0
- package/styles/pdfviewer/icons/_bootstrap.scss +480 -0
- package/styles/pdfviewer/icons/_bootstrap4.scss +482 -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 +488 -0
- package/styles/pdfviewer/icons/_fabric.scss +492 -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 +475 -0
- package/styles/pdfviewer/icons/_highcontrast.scss +475 -0
- package/styles/pdfviewer/icons/_material-dark.scss +477 -0
- package/styles/pdfviewer/icons/_material.scss +480 -0
- package/styles/pdfviewer/icons/_material3.scss +489 -0
- package/styles/pdfviewer/icons/_tailwind-dark.scss +489 -0
- package/styles/pdfviewer/icons/_tailwind.scss +489 -0
- package/styles/pdfviewer/material-dark.css +1 -21
- package/styles/pdfviewer/material-dark.scss +4 -1
- package/styles/pdfviewer/material.css +1 -21
- package/styles/pdfviewer/material.scss +4 -1
- package/styles/pdfviewer/tailwind-dark.css +1 -21
- package/styles/pdfviewer/tailwind-dark.scss +4 -1
- package/styles/pdfviewer/tailwind.css +1 -21
- package/styles/pdfviewer/tailwind.scss +4 -1
- package/styles/tailwind-dark.css +1 -21
- package/styles/tailwind.css +1 -21
- package/syncfusion-ej2-angular-pdfviewer.d.ts +5 -0
- package/@syncfusion/ej2-angular-pdfviewer.es5.js +0 -270
- package/@syncfusion/ej2-angular-pdfviewer.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-pdfviewer.js +0 -251
- package/@syncfusion/ej2-angular-pdfviewer.js.map +0 -1
- package/CHANGELOG.md +0 -1696
- package/dist/ej2-angular-pdfviewer.umd.js +0 -455
- package/dist/ej2-angular-pdfviewer.umd.js.map +0 -1
- package/dist/ej2-angular-pdfviewer.umd.min.js +0 -11
- package/dist/ej2-angular-pdfviewer.umd.min.js.map +0 -1
- package/ej2-angular-pdfviewer.d.ts +0 -5
- package/ej2-angular-pdfviewer.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-pdfviewer@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-pdfviewer@20.3.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-pdfviewer@20.3.47",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-39nNRCyFQTKvnuotRORAYO8E/Mb5hQiqHAbf7SmEfEzOB2Fh4Ix/Ihf6O7BAmfc364NRzm14Ar3Rwh0veMQmbA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-pdfviewer",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-angular-pdfviewer/-/ej2-angular-pdfviewer-20.3.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-release/@syncfusion/ej2-angular-pdfviewer/-/ej2-angular-pdfviewer-20.3.47.tgz",
|
|
23
|
+
"_shasum": "b09e68e4e8c89081e4d4645938b3d035c72ad9bc",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-pdfviewer@*",
|
|
25
|
-
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/
|
|
25
|
+
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -33,26 +33,43 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-angular-base": "~20.4.38",
|
|
35
35
|
"@syncfusion/ej2-base": "~20.4.38",
|
|
36
|
-
"@syncfusion/ej2-pdfviewer": "20.4.38"
|
|
36
|
+
"@syncfusion/ej2-pdfviewer": "20.4.38",
|
|
37
|
+
"tslib": "^2.3.0"
|
|
37
38
|
},
|
|
38
39
|
"deprecated": false,
|
|
39
40
|
"description": "Essential JS 2 PDF viewer Component for Angular",
|
|
40
|
-
"
|
|
41
|
-
"
|
|
41
|
+
"es2020": "fesm2020/syncfusion-ej2-angular-pdfviewer.mjs",
|
|
42
|
+
"esm2020": "esm2020/syncfusion-ej2-angular-pdfviewer.mjs",
|
|
43
|
+
"exports": {
|
|
44
|
+
"./package.json": {
|
|
45
|
+
"default": "./package.json"
|
|
46
|
+
},
|
|
47
|
+
".": {
|
|
48
|
+
"types": "./syncfusion-ej2-angular-pdfviewer.d.ts",
|
|
49
|
+
"esm2020": "./esm2020/syncfusion-ej2-angular-pdfviewer.mjs",
|
|
50
|
+
"es2020": "./fesm2020/syncfusion-ej2-angular-pdfviewer.mjs",
|
|
51
|
+
"es2015": "./fesm2015/syncfusion-ej2-angular-pdfviewer.mjs",
|
|
52
|
+
"node": "./fesm2015/syncfusion-ej2-angular-pdfviewer.mjs",
|
|
53
|
+
"default": "./fesm2020/syncfusion-ej2-angular-pdfviewer.mjs"
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"fesm2015": "fesm2015/syncfusion-ej2-angular-pdfviewer.mjs",
|
|
57
|
+
"fesm2020": "fesm2020/syncfusion-ej2-angular-pdfviewer.mjs",
|
|
42
58
|
"homepage": "https://github.com/syncfusion/ej2-angular-ui-components#readme",
|
|
43
59
|
"keywords": [
|
|
44
60
|
"ej2",
|
|
45
61
|
"ej2-pdfviewer",
|
|
46
62
|
"syncfusion",
|
|
47
|
-
"
|
|
63
|
+
"web-components",
|
|
64
|
+
"viewer",
|
|
65
|
+
"pdf",
|
|
48
66
|
"typescript",
|
|
49
67
|
"angular",
|
|
50
|
-
"
|
|
68
|
+
"ng-pdfviewer",
|
|
69
|
+
"ej2-ng-pdfviewer"
|
|
51
70
|
],
|
|
52
71
|
"license": "SEE LICENSE IN license",
|
|
53
|
-
"
|
|
54
|
-
"metadata": "ej2-angular-pdfviewer.metadata.json",
|
|
55
|
-
"module": "@syncfusion/ej2-angular-pdfviewer.es5.js",
|
|
72
|
+
"module": "fesm2015/syncfusion-ej2-angular-pdfviewer.mjs",
|
|
56
73
|
"name": "@syncfusion/ej2-angular-pdfviewer",
|
|
57
74
|
"repository": {
|
|
58
75
|
"type": "git",
|
|
@@ -60,6 +77,6 @@
|
|
|
60
77
|
},
|
|
61
78
|
"schematics": "./schematics/collection.json",
|
|
62
79
|
"sideEffects": false,
|
|
63
|
-
"typings": "ej2-angular-pdfviewer.d.ts",
|
|
64
|
-
"version": "20.4.38
|
|
80
|
+
"typings": "syncfusion-ej2-angular-pdfviewer.d.ts",
|
|
81
|
+
"version": "20.4.38"
|
|
65
82
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-pdfviewer";
|
|
2
|
-
export declare const pkgVer = "^20.3.
|
|
2
|
+
export declare const pkgVer = "^20.3.47";
|
|
3
3
|
export declare const moduleName = "PdfViewerModule";
|
|
4
|
-
export declare const themeVer = "~20.3.
|
|
4
|
+
export declare const themeVer = "~20.3.47";
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { ValueProvider } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "@angular/common";
|
|
4
|
+
import * as i2 from "./pdfviewer.module";
|
|
2
5
|
export declare const LinkAnnotationService: ValueProvider;
|
|
3
6
|
export declare const BookmarkViewService: ValueProvider;
|
|
4
7
|
export declare const MagnificationService: ValueProvider;
|
|
@@ -15,4 +18,7 @@ export declare const FormFieldsService: ValueProvider;
|
|
|
15
18
|
* NgModule definition for the PdfViewer component with providers.
|
|
16
19
|
*/
|
|
17
20
|
export declare class PdfViewerAllModule {
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PdfViewerAllModule, never>;
|
|
22
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PdfViewerAllModule, never, [typeof i1.CommonModule, typeof i2.PdfViewerModule], [typeof i2.PdfViewerModule]>;
|
|
23
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PdfViewerAllModule>;
|
|
18
24
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { PdfViewer } from '@syncfusion/ej2-pdfviewer';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare const inputs: string[];
|
|
5
6
|
export declare const outputs: string[];
|
|
6
7
|
export declare const twoWays: string[];
|
|
@@ -92,4 +93,6 @@ export declare class PdfViewerComponent extends PdfViewer implements IComponentB
|
|
|
92
93
|
ngAfterContentChecked(): void;
|
|
93
94
|
registerEvents: (eventList: string[]) => void;
|
|
94
95
|
addTwoWay: (propList: string[]) => void;
|
|
96
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PdfViewerComponent, never>;
|
|
97
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PdfViewerComponent, "ejs-pdfviewer", never, { "DropdownFieldSettings": "DropdownFieldSettings"; "ajaxRequestSettings": "ajaxRequestSettings"; "annotationSelectorSettings": "annotationSelectorSettings"; "annotationSettings": "annotationSettings"; "annotations": "annotations"; "areaSettings": "areaSettings"; "arrowSettings": "arrowSettings"; "checkBoxFieldSettings": "checkBoxFieldSettings"; "circleSettings": "circleSettings"; "contextMenuOption": "contextMenuOption"; "contextMenuSettings": "contextMenuSettings"; "currentPageNumber": "currentPageNumber"; "customStamp": "customStamp"; "customStampSettings": "customStampSettings"; "dateTimeFormat": "dateTimeFormat"; "designerMode": "designerMode"; "disableContextMenuItems": "disableContextMenuItems"; "distanceSettings": "distanceSettings"; "documentPath": "documentPath"; "downloadFileName": "downloadFileName"; "drawingObject": "drawingObject"; "enableAnnotation": "enableAnnotation"; "enableAnnotationToolbar": "enableAnnotationToolbar"; "enableAutoComplete": "enableAutoComplete"; "enableBookmark": "enableBookmark"; "enableBookmarkStyles": "enableBookmarkStyles"; "enableCommentPanel": "enableCommentPanel"; "enableDesktopMode": "enableDesktopMode"; "enableDownload": "enableDownload"; "enableFormDesigner": "enableFormDesigner"; "enableFormDesignerToolbar": "enableFormDesignerToolbar"; "enableFormFields": "enableFormFields"; "enableFormFieldsValidation": "enableFormFieldsValidation"; "enableFreeText": "enableFreeText"; "enableHandwrittenSignature": "enableHandwrittenSignature"; "enableHyperlink": "enableHyperlink"; "enableImportAnnotationMeasurement": "enableImportAnnotationMeasurement"; "enableInkAnnotation": "enableInkAnnotation"; "enableMagnification": "enableMagnification"; "enableMeasureAnnotation": "enableMeasureAnnotation"; "enableMultiLineOverlap": "enableMultiLineOverlap"; "enableMultiPageAnnotation": "enableMultiPageAnnotation"; "enableNavigation": "enableNavigation"; "enableNavigationToolbar": "enableNavigationToolbar"; "enablePersistence": "enablePersistence"; "enablePinchZoom": "enablePinchZoom"; "enablePrint": "enablePrint"; "enablePrintRotation": "enablePrintRotation"; "enableRtl": "enableRtl"; "enableShapeAnnotation": "enableShapeAnnotation"; "enableShapeLabel": "enableShapeLabel"; "enableStampAnnotations": "enableStampAnnotations"; "enableStickyNotesAnnotation": "enableStickyNotesAnnotation"; "enableTextMarkupAnnotation": "enableTextMarkupAnnotation"; "enableTextMarkupResizer": "enableTextMarkupResizer"; "enableTextSearch": "enableTextSearch"; "enableTextSelection": "enableTextSelection"; "enableThumbnail": "enableThumbnail"; "enableToolbar": "enableToolbar"; "enableZoomOptimization": "enableZoomOptimization"; "exportAnnotationFileName": "exportAnnotationFileName"; "formFieldCollections": "formFieldCollections"; "formFields": "formFields"; "freeTextSettings": "freeTextSettings"; "handWrittenSignatureSettings": "handWrittenSignatureSettings"; "height": "height"; "hideSaveSignature": "hideSaveSignature"; "highlightSettings": "highlightSettings"; "hyperlinkOpenState": "hyperlinkOpenState"; "initialDialogSettings": "initialDialogSettings"; "initialFieldSettings": "initialFieldSettings"; "inkAnnotationSettings": "inkAnnotationSettings"; "interactionMode": "interactionMode"; "isAnnotationToolbarOpen": "isAnnotationToolbarOpen"; "isAnnotationToolbarVisible": "isAnnotationToolbarVisible"; "isBookmarkPanelOpen": "isBookmarkPanelOpen"; "isCommandPanelOpen": "isCommandPanelOpen"; "isDocumentEdited": "isDocumentEdited"; "isExtractText": "isExtractText"; "isFormDesignerToolbarVisible": "isFormDesignerToolbarVisible"; "isFormFieldDocument": "isFormFieldDocument"; "isInitialFieldToolbarSelection": "isInitialFieldToolbarSelection"; "isMaintainSelection": "isMaintainSelection"; "isSignatureEditable": "isSignatureEditable"; "isThumbnailViewOpen": "isThumbnailViewOpen"; "isValidFreeText": "isValidFreeText"; "lineSettings": "lineSettings"; "listBoxFieldSettings": "listBoxFieldSettings"; "locale": "locale"; "measurementSettings": "measurementSettings"; "pageCount": "pageCount"; "passwordFieldSettings": "passwordFieldSettings"; "perimeterSettings": "perimeterSettings"; "polygonSettings": "polygonSettings"; "printMode": "printMode"; "radioButtonFieldSettings": "radioButtonFieldSettings"; "radiusSettings": "radiusSettings"; "rectangleSettings": "rectangleSettings"; "restrictZoomRequest": "restrictZoomRequest"; "retryCount": "retryCount"; "scrollSettings": "scrollSettings"; "selectedItems": "selectedItems"; "serverActionSettings": "serverActionSettings"; "serviceUrl": "serviceUrl"; "shapeLabelSettings": "shapeLabelSettings"; "showNotificationDialog": "showNotificationDialog"; "signatureDialogSettings": "signatureDialogSettings"; "signatureFieldSettings": "signatureFieldSettings"; "signatureFitMode": "signatureFitMode"; "stampSettings": "stampSettings"; "stickyNotesSettings": "stickyNotesSettings"; "strikethroughSettings": "strikethroughSettings"; "textFieldSettings": "textFieldSettings"; "textSearchColorSettings": "textSearchColorSettings"; "tileRenderingSettings": "tileRenderingSettings"; "toolbarSettings": "toolbarSettings"; "underlineSettings": "underlineSettings"; "volumeSettings": "volumeSettings"; "width": "width"; "zoomMode": "zoomMode"; "zoomValue": "zoomValue"; }, { "addSignature": "addSignature"; "ajaxRequestFailed": "ajaxRequestFailed"; "ajaxRequestInitiate": "ajaxRequestInitiate"; "ajaxRequestSuccess": "ajaxRequestSuccess"; "annotationAdd": "annotationAdd"; "annotationDoubleClick": "annotationDoubleClick"; "annotationMouseLeave": "annotationMouseLeave"; "annotationMouseover": "annotationMouseover"; "annotationMove": "annotationMove"; "annotationMoving": "annotationMoving"; "annotationPropertiesChange": "annotationPropertiesChange"; "annotationRemove": "annotationRemove"; "annotationResize": "annotationResize"; "annotationSelect": "annotationSelect"; "annotationUnSelect": "annotationUnSelect"; "beforeAddFreeText": "beforeAddFreeText"; "bookmarkClick": "bookmarkClick"; "buttonFieldClick": "buttonFieldClick"; "commentAdd": "commentAdd"; "commentDelete": "commentDelete"; "commentEdit": "commentEdit"; "commentSelect": "commentSelect"; "commentStatusChanged": "commentStatusChanged"; "created": "created"; "documentLoad": "documentLoad"; "documentLoadFailed": "documentLoadFailed"; "documentUnload": "documentUnload"; "downloadEnd": "downloadEnd"; "downloadStart": "downloadStart"; "exportFailed": "exportFailed"; "exportStart": "exportStart"; "exportSuccess": "exportSuccess"; "extractTextCompleted": "extractTextCompleted"; "formFieldAdd": "formFieldAdd"; "formFieldClick": "formFieldClick"; "formFieldDoubleClick": "formFieldDoubleClick"; "formFieldFocusOut": "formFieldFocusOut"; "formFieldMouseLeave": "formFieldMouseLeave"; "formFieldMouseover": "formFieldMouseover"; "formFieldMove": "formFieldMove"; "formFieldPropertiesChange": "formFieldPropertiesChange"; "formFieldRemove": "formFieldRemove"; "formFieldResize": "formFieldResize"; "formFieldSelect": "formFieldSelect"; "formFieldUnselect": "formFieldUnselect"; "hyperlinkClick": "hyperlinkClick"; "hyperlinkMouseOver": "hyperlinkMouseOver"; "importFailed": "importFailed"; "importStart": "importStart"; "importSuccess": "importSuccess"; "moveSignature": "moveSignature"; "pageChange": "pageChange"; "pageClick": "pageClick"; "pageMouseover": "pageMouseover"; "printEnd": "printEnd"; "printStart": "printStart"; "removeSignature": "removeSignature"; "resizeSignature": "resizeSignature"; "signaturePropertiesChange": "signaturePropertiesChange"; "signatureSelect": "signatureSelect"; "textSearchComplete": "textSearchComplete"; "textSearchHighlight": "textSearchHighlight"; "textSearchStart": "textSearchStart"; "textSelectionEnd": "textSelectionEnd"; "textSelectionStart": "textSelectionStart"; "thumbnailClick": "thumbnailClick"; "validateFormFields": "validateFormFields"; "zoomChange": "zoomChange"; }, never, never>;
|
|
95
98
|
}
|
|
@@ -1,5 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./pdfviewer.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
1
4
|
/**
|
|
2
5
|
* NgModule definition for the PdfViewer component.
|
|
3
6
|
*/
|
|
4
7
|
export declare class PdfViewerModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PdfViewerModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PdfViewerModule, [typeof i1.PdfViewerComponent], [typeof i2.CommonModule], [typeof i1.PdfViewerComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PdfViewerModule>;
|
|
5
11
|
}
|
package/styles/_all.scss
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */
|
|
@@ -2657,22 +2657,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2657
2657
|
min-height: 30px;
|
|
2658
2658
|
}
|
|
2659
2659
|
|
|
2660
|
-
.e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
|
|
2661
|
-
float: left;
|
|
2662
|
-
height: 49px;
|
|
2663
|
-
min-height: 49px;
|
|
2664
|
-
}
|
|
2665
|
-
|
|
2666
|
-
.e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
|
|
2667
|
-
height: 49px;
|
|
2668
|
-
min-height: 49px;
|
|
2669
|
-
}
|
|
2670
|
-
|
|
2671
|
-
.e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
|
|
2672
|
-
height: 49px;
|
|
2673
|
-
min-height: 49px;
|
|
2674
|
-
}
|
|
2675
|
-
|
|
2676
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,
|
|
2677
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,
|
|
2678
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,
|
|
@@ -3229,7 +3213,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3229
3213
|
padding: 0 7px;
|
|
3230
3214
|
}
|
|
3231
3215
|
|
|
3232
|
-
.e-
|
|
3216
|
+
.e-pv-signature-dialog-height {
|
|
3233
3217
|
height: 570px;
|
|
3234
3218
|
}
|
|
3235
3219
|
|
|
@@ -3260,8 +3244,4 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3260
3244
|
|
|
3261
3245
|
.e-pv-font-appearance-style-blazor {
|
|
3262
3246
|
padding: 15px;
|
|
3263
|
-
}
|
|
3264
|
-
|
|
3265
|
-
.e-pv-toolbar-tooltip {
|
|
3266
|
-
pointer-events: none;
|
|
3267
3247
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -2663,22 +2663,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2663
2663
|
min-height: 30px;
|
|
2664
2664
|
}
|
|
2665
2665
|
|
|
2666
|
-
.e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
|
|
2667
|
-
float: left;
|
|
2668
|
-
height: 49px;
|
|
2669
|
-
min-height: 49px;
|
|
2670
|
-
}
|
|
2671
|
-
|
|
2672
|
-
.e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
|
|
2673
|
-
height: 49px;
|
|
2674
|
-
min-height: 49px;
|
|
2675
|
-
}
|
|
2676
|
-
|
|
2677
|
-
.e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
|
|
2678
|
-
height: 49px;
|
|
2679
|
-
min-height: 49px;
|
|
2680
|
-
}
|
|
2681
|
-
|
|
2682
2666
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2683
2667
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2684
2668
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
@@ -3236,7 +3220,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3236
3220
|
padding: 0 7px;
|
|
3237
3221
|
}
|
|
3238
3222
|
|
|
3239
|
-
.e-
|
|
3223
|
+
.e-pv-signature-dialog-height {
|
|
3240
3224
|
height: 565px;
|
|
3241
3225
|
}
|
|
3242
3226
|
|
|
@@ -3267,8 +3251,4 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3267
3251
|
|
|
3268
3252
|
.e-pv-font-appearance-style-blazor {
|
|
3269
3253
|
padding: 15px;
|
|
3270
|
-
}
|
|
3271
|
-
|
|
3272
|
-
.e-pv-toolbar-tooltip {
|
|
3273
|
-
pointer-events: none;
|
|
3274
3254
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -2941,22 +2941,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2941
2941
|
min-height: 30px;
|
|
2942
2942
|
}
|
|
2943
2943
|
|
|
2944
|
-
.e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
|
|
2945
|
-
float: left;
|
|
2946
|
-
height: 49px;
|
|
2947
|
-
min-height: 49px;
|
|
2948
|
-
}
|
|
2949
|
-
|
|
2950
|
-
.e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
|
|
2951
|
-
height: 49px;
|
|
2952
|
-
min-height: 49px;
|
|
2953
|
-
}
|
|
2954
|
-
|
|
2955
|
-
.e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
|
|
2956
|
-
height: 49px;
|
|
2957
|
-
min-height: 49px;
|
|
2958
|
-
}
|
|
2959
|
-
|
|
2960
2944
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2961
2945
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2962
2946
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
@@ -3561,7 +3545,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3561
3545
|
color: #495057;
|
|
3562
3546
|
}
|
|
3563
3547
|
|
|
3564
|
-
.e-
|
|
3548
|
+
.e-pv-signature-dialog-height {
|
|
3565
3549
|
height: 535px;
|
|
3566
3550
|
}
|
|
3567
3551
|
|
|
@@ -3597,8 +3581,4 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3597
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 {
|
|
3598
3582
|
padding: 0 6px;
|
|
3599
3583
|
width: 28px;
|
|
3600
|
-
}
|
|
3601
|
-
|
|
3602
|
-
.e-pv-toolbar-tooltip {
|
|
3603
|
-
pointer-events: none;
|
|
3604
3584
|
}
|
|
@@ -2876,22 +2876,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2876
2876
|
min-height: 30px;
|
|
2877
2877
|
}
|
|
2878
2878
|
|
|
2879
|
-
.e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
|
|
2880
|
-
float: left;
|
|
2881
|
-
height: 49px;
|
|
2882
|
-
min-height: 49px;
|
|
2883
|
-
}
|
|
2884
|
-
|
|
2885
|
-
.e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
|
|
2886
|
-
height: 49px;
|
|
2887
|
-
min-height: 49px;
|
|
2888
|
-
}
|
|
2889
|
-
|
|
2890
|
-
.e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
|
|
2891
|
-
height: 49px;
|
|
2892
|
-
min-height: 49px;
|
|
2893
|
-
}
|
|
2894
|
-
|
|
2895
2879
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2896
2880
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2897
2881
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
@@ -3533,7 +3517,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3533
3517
|
padding: 0 7px;
|
|
3534
3518
|
}
|
|
3535
3519
|
|
|
3536
|
-
.e-
|
|
3520
|
+
.e-pv-signature-dialog-height {
|
|
3537
3521
|
height: 535px;
|
|
3538
3522
|
}
|
|
3539
3523
|
|
|
@@ -3564,8 +3548,4 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3564
3548
|
|
|
3565
3549
|
.e-pv-font-appearance-style-blazor {
|
|
3566
3550
|
padding: 15px 18px;
|
|
3567
|
-
}
|
|
3568
|
-
|
|
3569
|
-
.e-pv-toolbar-tooltip {
|
|
3570
|
-
pointer-events: none;
|
|
3571
3551
|
}
|
package/styles/bootstrap5.css
CHANGED
|
@@ -2876,22 +2876,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2876
2876
|
min-height: 30px;
|
|
2877
2877
|
}
|
|
2878
2878
|
|
|
2879
|
-
.e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
|
|
2880
|
-
float: left;
|
|
2881
|
-
height: 49px;
|
|
2882
|
-
min-height: 49px;
|
|
2883
|
-
}
|
|
2884
|
-
|
|
2885
|
-
.e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
|
|
2886
|
-
height: 49px;
|
|
2887
|
-
min-height: 49px;
|
|
2888
|
-
}
|
|
2889
|
-
|
|
2890
|
-
.e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
|
|
2891
|
-
height: 49px;
|
|
2892
|
-
min-height: 49px;
|
|
2893
|
-
}
|
|
2894
|
-
|
|
2895
2879
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2896
2880
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2897
2881
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
@@ -3533,7 +3517,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3533
3517
|
padding: 0 7px;
|
|
3534
3518
|
}
|
|
3535
3519
|
|
|
3536
|
-
.e-
|
|
3520
|
+
.e-pv-signature-dialog-height {
|
|
3537
3521
|
height: 535px;
|
|
3538
3522
|
}
|
|
3539
3523
|
|
|
@@ -3564,8 +3548,4 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3564
3548
|
|
|
3565
3549
|
.e-pv-font-appearance-style-blazor {
|
|
3566
3550
|
padding: 15px 18px;
|
|
3567
|
-
}
|
|
3568
|
-
|
|
3569
|
-
.e-pv-toolbar-tooltip {
|
|
3570
|
-
pointer-events: none;
|
|
3571
3551
|
}
|
package/styles/fabric-dark.css
CHANGED
|
@@ -2665,22 +2665,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2665
2665
|
min-height: 30px;
|
|
2666
2666
|
}
|
|
2667
2667
|
|
|
2668
|
-
.e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
|
|
2669
|
-
float: left;
|
|
2670
|
-
height: 49px;
|
|
2671
|
-
min-height: 49px;
|
|
2672
|
-
}
|
|
2673
|
-
|
|
2674
|
-
.e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
|
|
2675
|
-
height: 49px;
|
|
2676
|
-
min-height: 49px;
|
|
2677
|
-
}
|
|
2678
|
-
|
|
2679
|
-
.e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
|
|
2680
|
-
height: 49px;
|
|
2681
|
-
min-height: 49px;
|
|
2682
|
-
}
|
|
2683
|
-
|
|
2684
2668
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2685
2669
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2686
2670
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
@@ -3237,7 +3221,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3237
3221
|
padding: 0 7px;
|
|
3238
3222
|
}
|
|
3239
3223
|
|
|
3240
|
-
.e-
|
|
3224
|
+
.e-pv-signature-dialog-height {
|
|
3241
3225
|
height: 580px;
|
|
3242
3226
|
}
|
|
3243
3227
|
|
|
@@ -3268,8 +3252,4 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3268
3252
|
|
|
3269
3253
|
.e-pv-font-appearance-style-blazor {
|
|
3270
3254
|
padding: 8px;
|
|
3271
|
-
}
|
|
3272
|
-
|
|
3273
|
-
.e-pv-toolbar-tooltip {
|
|
3274
|
-
pointer-events: none;
|
|
3275
3255
|
}
|
package/styles/fabric.css
CHANGED
|
@@ -2678,22 +2678,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2678
2678
|
min-height: 30px;
|
|
2679
2679
|
}
|
|
2680
2680
|
|
|
2681
|
-
.e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
|
|
2682
|
-
float: left;
|
|
2683
|
-
height: 49px;
|
|
2684
|
-
min-height: 49px;
|
|
2685
|
-
}
|
|
2686
|
-
|
|
2687
|
-
.e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
|
|
2688
|
-
height: 49px;
|
|
2689
|
-
min-height: 49px;
|
|
2690
|
-
}
|
|
2691
|
-
|
|
2692
|
-
.e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
|
|
2693
|
-
height: 49px;
|
|
2694
|
-
min-height: 49px;
|
|
2695
|
-
}
|
|
2696
|
-
|
|
2697
2681
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2698
2682
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2699
2683
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
@@ -3250,7 +3234,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3250
3234
|
padding: 0 7px;
|
|
3251
3235
|
}
|
|
3252
3236
|
|
|
3253
|
-
.e-
|
|
3237
|
+
.e-pv-signature-dialog-height {
|
|
3254
3238
|
height: 565px;
|
|
3255
3239
|
}
|
|
3256
3240
|
|
|
@@ -3281,8 +3265,4 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3281
3265
|
|
|
3282
3266
|
.e-pv-font-appearance-style-blazor {
|
|
3283
3267
|
padding: 8px;
|
|
3284
|
-
}
|
|
3285
|
-
|
|
3286
|
-
.e-pv-toolbar-tooltip {
|
|
3287
|
-
pointer-events: none;
|
|
3288
3268
|
}
|
package/styles/fluent-dark.css
CHANGED
|
@@ -2852,22 +2852,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2852
2852
|
min-height: 30px;
|
|
2853
2853
|
}
|
|
2854
2854
|
|
|
2855
|
-
.e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
|
|
2856
|
-
float: left;
|
|
2857
|
-
height: 49px;
|
|
2858
|
-
min-height: 49px;
|
|
2859
|
-
}
|
|
2860
|
-
|
|
2861
|
-
.e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
|
|
2862
|
-
height: 49px;
|
|
2863
|
-
min-height: 49px;
|
|
2864
|
-
}
|
|
2865
|
-
|
|
2866
|
-
.e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
|
|
2867
|
-
height: 49px;
|
|
2868
|
-
min-height: 49px;
|
|
2869
|
-
}
|
|
2870
|
-
|
|
2871
2855
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2872
2856
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2873
2857
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
@@ -3452,7 +3436,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3452
3436
|
padding: 0 7px;
|
|
3453
3437
|
}
|
|
3454
3438
|
|
|
3455
|
-
.e-
|
|
3439
|
+
.e-pv-signature-dialog-height {
|
|
3456
3440
|
height: 555px;
|
|
3457
3441
|
min-height: 555px;
|
|
3458
3442
|
}
|
|
@@ -3490,8 +3474,4 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3490
3474
|
|
|
3491
3475
|
.e-pv-font-appearance-style-blazor {
|
|
3492
3476
|
padding: 15px 18px;
|
|
3493
|
-
}
|
|
3494
|
-
|
|
3495
|
-
.e-pv-toolbar-tooltip {
|
|
3496
|
-
pointer-events: none;
|
|
3497
3477
|
}
|
package/styles/fluent.css
CHANGED
|
@@ -2852,22 +2852,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2852
2852
|
min-height: 30px;
|
|
2853
2853
|
}
|
|
2854
2854
|
|
|
2855
|
-
.e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
|
|
2856
|
-
float: left;
|
|
2857
|
-
height: 49px;
|
|
2858
|
-
min-height: 49px;
|
|
2859
|
-
}
|
|
2860
|
-
|
|
2861
|
-
.e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
|
|
2862
|
-
height: 49px;
|
|
2863
|
-
min-height: 49px;
|
|
2864
|
-
}
|
|
2865
|
-
|
|
2866
|
-
.e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
|
|
2867
|
-
height: 49px;
|
|
2868
|
-
min-height: 49px;
|
|
2869
|
-
}
|
|
2870
|
-
|
|
2871
2855
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2872
2856
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2873
2857
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
@@ -3452,7 +3436,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3452
3436
|
padding: 0 7px;
|
|
3453
3437
|
}
|
|
3454
3438
|
|
|
3455
|
-
.e-
|
|
3439
|
+
.e-pv-signature-dialog-height {
|
|
3456
3440
|
height: 555px;
|
|
3457
3441
|
min-height: 555px;
|
|
3458
3442
|
}
|
|
@@ -3490,8 +3474,4 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3490
3474
|
|
|
3491
3475
|
.e-pv-font-appearance-style-blazor {
|
|
3492
3476
|
padding: 15px 18px;
|
|
3493
|
-
}
|
|
3494
|
-
|
|
3495
|
-
.e-pv-toolbar-tooltip {
|
|
3496
|
-
pointer-events: none;
|
|
3497
3477
|
}
|
|
@@ -2655,22 +2655,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2655
2655
|
min-height: 30px;
|
|
2656
2656
|
}
|
|
2657
2657
|
|
|
2658
|
-
.e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
|
|
2659
|
-
float: left;
|
|
2660
|
-
height: 49px;
|
|
2661
|
-
min-height: 49px;
|
|
2662
|
-
}
|
|
2663
|
-
|
|
2664
|
-
.e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
|
|
2665
|
-
height: 49px;
|
|
2666
|
-
min-height: 49px;
|
|
2667
|
-
}
|
|
2668
|
-
|
|
2669
|
-
.e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
|
|
2670
|
-
height: 49px;
|
|
2671
|
-
min-height: 49px;
|
|
2672
|
-
}
|
|
2673
|
-
|
|
2674
2658
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2675
2659
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2676
2660
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
@@ -3227,7 +3211,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3227
3211
|
padding: 0 7px;
|
|
3228
3212
|
}
|
|
3229
3213
|
|
|
3230
|
-
.e-
|
|
3214
|
+
.e-pv-signature-dialog-height {
|
|
3231
3215
|
height: 570px;
|
|
3232
3216
|
}
|
|
3233
3217
|
|
|
@@ -3258,8 +3242,4 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3258
3242
|
|
|
3259
3243
|
.e-pv-font-appearance-style-blazor {
|
|
3260
3244
|
padding: 8px;
|
|
3261
|
-
}
|
|
3262
|
-
|
|
3263
|
-
.e-pv-toolbar-tooltip {
|
|
3264
|
-
pointer-events: none;
|
|
3265
3245
|
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -2659,22 +2659,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2659
2659
|
min-height: 30px;
|
|
2660
2660
|
}
|
|
2661
2661
|
|
|
2662
|
-
.e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
|
|
2663
|
-
float: left;
|
|
2664
|
-
height: 49px;
|
|
2665
|
-
min-height: 49px;
|
|
2666
|
-
}
|
|
2667
|
-
|
|
2668
|
-
.e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
|
|
2669
|
-
height: 49px;
|
|
2670
|
-
min-height: 49px;
|
|
2671
|
-
}
|
|
2672
|
-
|
|
2673
|
-
.e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
|
|
2674
|
-
height: 49px;
|
|
2675
|
-
min-height: 49px;
|
|
2676
|
-
}
|
|
2677
|
-
|
|
2678
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,
|
|
2679
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,
|
|
2680
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,
|
|
@@ -3248,7 +3232,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3248
3232
|
background-color: #fff;
|
|
3249
3233
|
}
|
|
3250
3234
|
|
|
3251
|
-
.e-
|
|
3235
|
+
.e-pv-signature-dialog-height {
|
|
3252
3236
|
height: 570px;
|
|
3253
3237
|
}
|
|
3254
3238
|
|
|
@@ -3279,8 +3263,4 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3279
3263
|
|
|
3280
3264
|
.e-pv-font-appearance-style-blazor {
|
|
3281
3265
|
padding: 8px;
|
|
3282
|
-
}
|
|
3283
|
-
|
|
3284
|
-
.e-pv-toolbar-tooltip {
|
|
3285
|
-
pointer-events: none;
|
|
3286
3266
|
}
|
package/styles/material-dark.css
CHANGED
|
@@ -2659,22 +2659,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2659
2659
|
min-height: 30px;
|
|
2660
2660
|
}
|
|
2661
2661
|
|
|
2662
|
-
.e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
|
|
2663
|
-
float: left;
|
|
2664
|
-
height: 49px;
|
|
2665
|
-
min-height: 49px;
|
|
2666
|
-
}
|
|
2667
|
-
|
|
2668
|
-
.e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
|
|
2669
|
-
height: 49px;
|
|
2670
|
-
min-height: 49px;
|
|
2671
|
-
}
|
|
2672
|
-
|
|
2673
|
-
.e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
|
|
2674
|
-
height: 49px;
|
|
2675
|
-
min-height: 49px;
|
|
2676
|
-
}
|
|
2677
|
-
|
|
2678
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,
|
|
2679
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,
|
|
2680
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,
|
|
@@ -3231,7 +3215,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3231
3215
|
padding: 0 7px;
|
|
3232
3216
|
}
|
|
3233
3217
|
|
|
3234
|
-
.e-
|
|
3218
|
+
.e-pv-signature-dialog-height {
|
|
3235
3219
|
height: 540px;
|
|
3236
3220
|
}
|
|
3237
3221
|
|
|
@@ -3262,8 +3246,4 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3262
3246
|
|
|
3263
3247
|
.e-pv-font-appearance-style-blazor {
|
|
3264
3248
|
padding: 15px;
|
|
3265
|
-
}
|
|
3266
|
-
|
|
3267
|
-
.e-pv-toolbar-tooltip {
|
|
3268
|
-
pointer-events: none;
|
|
3269
3249
|
}
|