@syncfusion/ej2-vue-pdfviewer 19.4.53 → 19.4.56
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 +37 -0
- package/dist/ej2-vue-pdfviewer.umd.min.js +2 -2
- package/dist/es6/ej2-vue-pdfviewer.es2015.js +19 -2
- package/dist/es6/ej2-vue-pdfviewer.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-pdfviewer.es5.js +13 -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 +7 -7
- package/src/pdfviewer/pdfviewer.component.d.ts +2 -0
- package/src/pdfviewer/pdfviewer.component.js +13 -1
- package/styles/bootstrap-dark.css +2 -1
- package/styles/bootstrap.css +2 -1
- package/styles/bootstrap4.css +2 -1
- package/styles/bootstrap5-dark.css +9 -7
- package/styles/bootstrap5.css +8 -6
- package/styles/fabric-dark.css +2 -1
- package/styles/fabric.css +2 -1
- package/styles/highcontrast-light.css +2 -1
- package/styles/highcontrast.css +2 -1
- package/styles/material-dark.css +2 -1
- package/styles/material.css +2 -1
- package/styles/pdfviewer/bootstrap-dark.css +2 -1
- package/styles/pdfviewer/bootstrap.css +2 -1
- package/styles/pdfviewer/bootstrap4.css +2 -1
- package/styles/pdfviewer/bootstrap5-dark.css +9 -7
- package/styles/pdfviewer/bootstrap5.css +8 -6
- package/styles/pdfviewer/fabric-dark.css +2 -1
- package/styles/pdfviewer/fabric.css +2 -1
- package/styles/pdfviewer/highcontrast-light.css +2 -1
- package/styles/pdfviewer/highcontrast.css +2 -1
- package/styles/pdfviewer/material-dark.css +2 -1
- package/styles/pdfviewer/material.css +2 -1
- package/styles/pdfviewer/tailwind-dark.css +2 -1
- package/styles/pdfviewer/tailwind.css +3 -2
- package/styles/tailwind-dark.css +2 -1
- package/styles/tailwind.css +3 -2
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-pdfviewer@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-pdfviewer@19.4.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-pdfviewer@19.4.55",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-JBGvq9znDa6eU1w8+B1fvydJqCT0u2d3/hUp78xGB/8/IyRiWzggnIpB1VP7UGLYXFkXzmt+COlatbhwnBiRVw==",
|
|
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": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-pdfviewer/-/ej2-vue-pdfviewer-19.4.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-pdfviewer/-/ej2-vue-pdfviewer-19.4.55.tgz",
|
|
23
|
+
"_shasum": "ec236ba62c821b7b6b9da17b506a8cbf9d65290c",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-pdfviewer@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-base": "~19.4.52",
|
|
35
|
-
"@syncfusion/ej2-pdfviewer": "19.4.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~19.4.
|
|
35
|
+
"@syncfusion/ej2-pdfviewer": "19.4.56",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~19.4.56"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 PDF viewer Component for Vue",
|
|
@@ -61,6 +61,6 @@
|
|
|
61
61
|
"type": "git",
|
|
62
62
|
"url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
|
|
63
63
|
},
|
|
64
|
-
"version": "19.4.
|
|
64
|
+
"version": "19.4.56",
|
|
65
65
|
"sideEffects": false
|
|
66
66
|
}
|
|
@@ -28,6 +28,7 @@ export declare class PdfViewerComponent extends ComponentBase {
|
|
|
28
28
|
clearTemplate(templateNames?: string[]): any;
|
|
29
29
|
setProperties(prop: any, muteOnChange: boolean): void;
|
|
30
30
|
render(createElement: any): any;
|
|
31
|
+
custom(): void;
|
|
31
32
|
addAnnotation(annotation: any): void;
|
|
32
33
|
clearFormFields(formField?: any): void;
|
|
33
34
|
deleteAnnotations(): void;
|
|
@@ -37,6 +38,7 @@ export declare class PdfViewerComponent extends ComponentBase {
|
|
|
37
38
|
exportAnnotationsAsObject(): Object;
|
|
38
39
|
exportFormFields(path?: string): void;
|
|
39
40
|
exportFormFieldsAsObject(): Object;
|
|
41
|
+
focusFormField(field: any): void;
|
|
40
42
|
importAnnotation(importData: any, annotationDataFormat?: Object): void;
|
|
41
43
|
importFormFields(formFields: any): void;
|
|
42
44
|
load(document: string, password: string): void;
|
|
@@ -55,6 +55,7 @@ var PdfViewerComponent = /** @class */ (function (_super) {
|
|
|
55
55
|
_this.ej2Instances._setProperties = _this.ej2Instances.setProperties;
|
|
56
56
|
_this.ej2Instances.setProperties = _this.setProperties;
|
|
57
57
|
_this.ej2Instances.clearTemplate = _this.clearTemplate;
|
|
58
|
+
_this.updated = _this.updated;
|
|
58
59
|
return _this;
|
|
59
60
|
}
|
|
60
61
|
PdfViewerComponent.prototype.clearTemplate = function (templateNames) {
|
|
@@ -113,6 +114,9 @@ var PdfViewerComponent = /** @class */ (function (_super) {
|
|
|
113
114
|
}
|
|
114
115
|
return h('div', slots);
|
|
115
116
|
};
|
|
117
|
+
PdfViewerComponent.prototype.custom = function () {
|
|
118
|
+
this.updated();
|
|
119
|
+
};
|
|
116
120
|
PdfViewerComponent.prototype.addAnnotation = function (annotation) {
|
|
117
121
|
return this.ej2Instances.addAnnotation(annotation);
|
|
118
122
|
};
|
|
@@ -140,6 +144,9 @@ var PdfViewerComponent = /** @class */ (function (_super) {
|
|
|
140
144
|
PdfViewerComponent.prototype.exportFormFieldsAsObject = function () {
|
|
141
145
|
return this.ej2Instances.exportFormFieldsAsObject();
|
|
142
146
|
};
|
|
147
|
+
PdfViewerComponent.prototype.focusFormField = function (field) {
|
|
148
|
+
return this.ej2Instances.focusFormField(field);
|
|
149
|
+
};
|
|
143
150
|
PdfViewerComponent.prototype.importAnnotation = function (importData, annotationDataFormat) {
|
|
144
151
|
return this.ej2Instances.importAnnotation(importData, annotationDataFormat);
|
|
145
152
|
};
|
|
@@ -192,7 +199,12 @@ var PdfViewerComponent = /** @class */ (function (_super) {
|
|
|
192
199
|
,Options({
|
|
193
200
|
props: props,
|
|
194
201
|
watch: watch,
|
|
195
|
-
emits: emitProbs
|
|
202
|
+
emits: emitProbs,
|
|
203
|
+
provide: function provide() {
|
|
204
|
+
return {
|
|
205
|
+
custom: this.custom
|
|
206
|
+
};
|
|
207
|
+
}
|
|
196
208
|
})
|
|
197
209
|
], PdfViewerComponent);
|
|
198
210
|
return PdfViewerComponent;
|
|
@@ -881,6 +881,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
881
881
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
882
882
|
line-height: 26px;
|
|
883
883
|
min-height: 26px;
|
|
884
|
+
font-size: 16px;
|
|
884
885
|
}
|
|
885
886
|
|
|
886
887
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -921,7 +922,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
921
922
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
922
923
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
923
924
|
height: 37px;
|
|
924
|
-
min-width:
|
|
925
|
+
min-width: 36px;
|
|
925
926
|
width: 36px;
|
|
926
927
|
}
|
|
927
928
|
|
package/styles/bootstrap.css
CHANGED
|
@@ -887,6 +887,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
887
887
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
888
888
|
line-height: 26px;
|
|
889
889
|
min-height: 26px;
|
|
890
|
+
font-size: 16px;
|
|
890
891
|
}
|
|
891
892
|
|
|
892
893
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -927,7 +928,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
927
928
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
928
929
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
929
930
|
height: 37px;
|
|
930
|
-
min-width:
|
|
931
|
+
min-width: 36px;
|
|
931
932
|
width: 36px;
|
|
932
933
|
}
|
|
933
934
|
|
package/styles/bootstrap4.css
CHANGED
|
@@ -905,6 +905,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
905
905
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
906
906
|
line-height: 26px;
|
|
907
907
|
min-height: 26px;
|
|
908
|
+
font-size: 16px;
|
|
908
909
|
}
|
|
909
910
|
|
|
910
911
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -945,7 +946,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
945
946
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
946
947
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
947
948
|
height: 32px;
|
|
948
|
-
min-width:
|
|
949
|
+
min-width: 32px;
|
|
949
950
|
width: 32px;
|
|
950
951
|
}
|
|
951
952
|
|
|
@@ -902,6 +902,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
902
902
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
903
903
|
line-height: 26px;
|
|
904
904
|
min-height: 26px;
|
|
905
|
+
font-size: 16px;
|
|
905
906
|
}
|
|
906
907
|
|
|
907
908
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -942,7 +943,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
942
943
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
943
944
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
944
945
|
height: 30px;
|
|
945
|
-
min-width:
|
|
946
|
+
min-width: 30px;
|
|
946
947
|
width: 30px;
|
|
947
948
|
}
|
|
948
949
|
|
|
@@ -1931,7 +1932,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1931
1932
|
.e-pv-annotation-thickness-popup-container {
|
|
1932
1933
|
background-color: #fff;
|
|
1933
1934
|
box-shadow: 0 3px 8px 0 #31373d;
|
|
1934
|
-
color: #
|
|
1935
|
+
color: #fff;
|
|
1935
1936
|
height: auto;
|
|
1936
1937
|
min-height: 48px;
|
|
1937
1938
|
padding: 16px;
|
|
@@ -2085,7 +2086,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2085
2086
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
|
|
2086
2087
|
.e-pv-annotation-textprop-container.e-dropdown-btn.e-btn {
|
|
2087
2088
|
line-height: 1.6em;
|
|
2088
|
-
padding:
|
|
2089
|
+
padding: 8px 7px 3px;
|
|
2089
2090
|
-ms-flex-align: center;
|
|
2090
2091
|
align-items: center;
|
|
2091
2092
|
display: -ms-flexbox;
|
|
@@ -2102,7 +2103,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2102
2103
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
|
|
2103
2104
|
.e-pv-annotation-textprop-container.e-dropdown-btn.e-button {
|
|
2104
2105
|
line-height: 1.6em;
|
|
2105
|
-
padding:
|
|
2106
|
+
padding: 8px 7px 3px;
|
|
2106
2107
|
-ms-flex-align: baseline;
|
|
2107
2108
|
align-items: baseline;
|
|
2108
2109
|
display: -ms-flexbox;
|
|
@@ -2407,11 +2408,12 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2407
2408
|
.e-pv-annotation-shapes-container.e-btn.e-icon-btn,
|
|
2408
2409
|
.e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
|
|
2409
2410
|
.e-pv-annotation-handwritten-container.e-btn.e-icon-btn {
|
|
2410
|
-
|
|
2411
|
-
|
|
2411
|
+
padding: 0 8px;
|
|
2412
|
+
-ms-flex-align: center;
|
|
2413
|
+
align-items: center;
|
|
2412
2414
|
display: -ms-flexbox;
|
|
2413
2415
|
display: flex;
|
|
2414
|
-
padding:
|
|
2416
|
+
padding-top: 3px;
|
|
2415
2417
|
}
|
|
2416
2418
|
|
|
2417
2419
|
.e-pv-annotation-shapes-container .e-btn-icon.e-icons.e-icon-right.e-caret,
|
package/styles/bootstrap5.css
CHANGED
|
@@ -902,6 +902,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
902
902
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
903
903
|
line-height: 26px;
|
|
904
904
|
min-height: 26px;
|
|
905
|
+
font-size: 16px;
|
|
905
906
|
}
|
|
906
907
|
|
|
907
908
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -942,7 +943,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
942
943
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
943
944
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
944
945
|
height: 30px;
|
|
945
|
-
min-width:
|
|
946
|
+
min-width: 30px;
|
|
946
947
|
width: 30px;
|
|
947
948
|
}
|
|
948
949
|
|
|
@@ -2085,7 +2086,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2085
2086
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
|
|
2086
2087
|
.e-pv-annotation-textprop-container.e-dropdown-btn.e-btn {
|
|
2087
2088
|
line-height: 1.6em;
|
|
2088
|
-
padding:
|
|
2089
|
+
padding: 8px 7px 3px;
|
|
2089
2090
|
-ms-flex-align: center;
|
|
2090
2091
|
align-items: center;
|
|
2091
2092
|
display: -ms-flexbox;
|
|
@@ -2102,7 +2103,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2102
2103
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
|
|
2103
2104
|
.e-pv-annotation-textprop-container.e-dropdown-btn.e-button {
|
|
2104
2105
|
line-height: 1.6em;
|
|
2105
|
-
padding:
|
|
2106
|
+
padding: 8px 7px 3px;
|
|
2106
2107
|
-ms-flex-align: baseline;
|
|
2107
2108
|
align-items: baseline;
|
|
2108
2109
|
display: -ms-flexbox;
|
|
@@ -2407,11 +2408,12 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2407
2408
|
.e-pv-annotation-shapes-container.e-btn.e-icon-btn,
|
|
2408
2409
|
.e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
|
|
2409
2410
|
.e-pv-annotation-handwritten-container.e-btn.e-icon-btn {
|
|
2410
|
-
|
|
2411
|
-
|
|
2411
|
+
padding: 0 8px;
|
|
2412
|
+
-ms-flex-align: center;
|
|
2413
|
+
align-items: center;
|
|
2412
2414
|
display: -ms-flexbox;
|
|
2413
2415
|
display: flex;
|
|
2414
|
-
padding:
|
|
2416
|
+
padding-top: 3px;
|
|
2415
2417
|
}
|
|
2416
2418
|
|
|
2417
2419
|
.e-pv-annotation-shapes-container .e-btn-icon.e-icons.e-icon-right.e-caret,
|
package/styles/fabric-dark.css
CHANGED
|
@@ -894,6 +894,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
894
894
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
895
895
|
line-height: 26px;
|
|
896
896
|
min-height: 26px;
|
|
897
|
+
font-size: 16px;
|
|
897
898
|
}
|
|
898
899
|
|
|
899
900
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -934,7 +935,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
934
935
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
935
936
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
936
937
|
height: 50px;
|
|
937
|
-
min-width:
|
|
938
|
+
min-width: 36px;
|
|
938
939
|
width: 36px;
|
|
939
940
|
}
|
|
940
941
|
|
package/styles/fabric.css
CHANGED
|
@@ -898,6 +898,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
898
898
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
899
899
|
line-height: 26px;
|
|
900
900
|
min-height: 26px;
|
|
901
|
+
font-size: 16px;
|
|
901
902
|
}
|
|
902
903
|
|
|
903
904
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -938,7 +939,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
938
939
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
939
940
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
940
941
|
height: 50px;
|
|
941
|
-
min-width:
|
|
942
|
+
min-width: 36px;
|
|
942
943
|
width: 36px;
|
|
943
944
|
}
|
|
944
945
|
|
|
@@ -881,6 +881,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
881
881
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
882
882
|
line-height: 26px;
|
|
883
883
|
min-height: 26px;
|
|
884
|
+
font-size: 16px;
|
|
884
885
|
}
|
|
885
886
|
|
|
886
887
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -921,7 +922,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
921
922
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
922
923
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
923
924
|
height: 50px;
|
|
924
|
-
min-width:
|
|
925
|
+
min-width: 36px;
|
|
925
926
|
width: 36px;
|
|
926
927
|
}
|
|
927
928
|
|
package/styles/highcontrast.css
CHANGED
|
@@ -881,6 +881,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
881
881
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
882
882
|
line-height: 26px;
|
|
883
883
|
min-height: 26px;
|
|
884
|
+
font-size: 16px;
|
|
884
885
|
}
|
|
885
886
|
|
|
886
887
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -921,7 +922,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
921
922
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
922
923
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
923
924
|
height: 50px;
|
|
924
|
-
min-width:
|
|
925
|
+
min-width: 36px;
|
|
925
926
|
width: 36px;
|
|
926
927
|
}
|
|
927
928
|
|
package/styles/material-dark.css
CHANGED
|
@@ -884,6 +884,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
884
884
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
885
885
|
line-height: 26px;
|
|
886
886
|
min-height: 26px;
|
|
887
|
+
font-size: 16px;
|
|
887
888
|
}
|
|
888
889
|
|
|
889
890
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -924,7 +925,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
924
925
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
925
926
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
926
927
|
height: 36px;
|
|
927
|
-
min-width:
|
|
928
|
+
min-width: 36px;
|
|
928
929
|
width: 36px;
|
|
929
930
|
}
|
|
930
931
|
|
package/styles/material.css
CHANGED
|
@@ -887,6 +887,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
887
887
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
888
888
|
line-height: 26px;
|
|
889
889
|
min-height: 26px;
|
|
890
|
+
font-size: 16px;
|
|
890
891
|
}
|
|
891
892
|
|
|
892
893
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -927,7 +928,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
927
928
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
928
929
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
929
930
|
height: 36px;
|
|
930
|
-
min-width:
|
|
931
|
+
min-width: 36px;
|
|
931
932
|
width: 36px;
|
|
932
933
|
}
|
|
933
934
|
|
|
@@ -881,6 +881,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
881
881
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
882
882
|
line-height: 26px;
|
|
883
883
|
min-height: 26px;
|
|
884
|
+
font-size: 16px;
|
|
884
885
|
}
|
|
885
886
|
|
|
886
887
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -921,7 +922,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
921
922
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
922
923
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
923
924
|
height: 37px;
|
|
924
|
-
min-width:
|
|
925
|
+
min-width: 36px;
|
|
925
926
|
width: 36px;
|
|
926
927
|
}
|
|
927
928
|
|
|
@@ -887,6 +887,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
887
887
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
888
888
|
line-height: 26px;
|
|
889
889
|
min-height: 26px;
|
|
890
|
+
font-size: 16px;
|
|
890
891
|
}
|
|
891
892
|
|
|
892
893
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -927,7 +928,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
927
928
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
928
929
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
929
930
|
height: 37px;
|
|
930
|
-
min-width:
|
|
931
|
+
min-width: 36px;
|
|
931
932
|
width: 36px;
|
|
932
933
|
}
|
|
933
934
|
|
|
@@ -905,6 +905,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
905
905
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
906
906
|
line-height: 26px;
|
|
907
907
|
min-height: 26px;
|
|
908
|
+
font-size: 16px;
|
|
908
909
|
}
|
|
909
910
|
|
|
910
911
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -945,7 +946,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
945
946
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
946
947
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
947
948
|
height: 32px;
|
|
948
|
-
min-width:
|
|
949
|
+
min-width: 32px;
|
|
949
950
|
width: 32px;
|
|
950
951
|
}
|
|
951
952
|
|
|
@@ -902,6 +902,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
902
902
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
903
903
|
line-height: 26px;
|
|
904
904
|
min-height: 26px;
|
|
905
|
+
font-size: 16px;
|
|
905
906
|
}
|
|
906
907
|
|
|
907
908
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -942,7 +943,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
942
943
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
943
944
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
944
945
|
height: 30px;
|
|
945
|
-
min-width:
|
|
946
|
+
min-width: 30px;
|
|
946
947
|
width: 30px;
|
|
947
948
|
}
|
|
948
949
|
|
|
@@ -1931,7 +1932,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1931
1932
|
.e-pv-annotation-thickness-popup-container {
|
|
1932
1933
|
background-color: #fff;
|
|
1933
1934
|
box-shadow: 0 3px 8px 0 #31373d;
|
|
1934
|
-
color: #
|
|
1935
|
+
color: #fff;
|
|
1935
1936
|
height: auto;
|
|
1936
1937
|
min-height: 48px;
|
|
1937
1938
|
padding: 16px;
|
|
@@ -2085,7 +2086,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2085
2086
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
|
|
2086
2087
|
.e-pv-annotation-textprop-container.e-dropdown-btn.e-btn {
|
|
2087
2088
|
line-height: 1.6em;
|
|
2088
|
-
padding:
|
|
2089
|
+
padding: 8px 7px 3px;
|
|
2089
2090
|
-ms-flex-align: center;
|
|
2090
2091
|
align-items: center;
|
|
2091
2092
|
display: -ms-flexbox;
|
|
@@ -2102,7 +2103,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2102
2103
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
|
|
2103
2104
|
.e-pv-annotation-textprop-container.e-dropdown-btn.e-button {
|
|
2104
2105
|
line-height: 1.6em;
|
|
2105
|
-
padding:
|
|
2106
|
+
padding: 8px 7px 3px;
|
|
2106
2107
|
-ms-flex-align: baseline;
|
|
2107
2108
|
align-items: baseline;
|
|
2108
2109
|
display: -ms-flexbox;
|
|
@@ -2407,11 +2408,12 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2407
2408
|
.e-pv-annotation-shapes-container.e-btn.e-icon-btn,
|
|
2408
2409
|
.e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
|
|
2409
2410
|
.e-pv-annotation-handwritten-container.e-btn.e-icon-btn {
|
|
2410
|
-
|
|
2411
|
-
|
|
2411
|
+
padding: 0 8px;
|
|
2412
|
+
-ms-flex-align: center;
|
|
2413
|
+
align-items: center;
|
|
2412
2414
|
display: -ms-flexbox;
|
|
2413
2415
|
display: flex;
|
|
2414
|
-
padding:
|
|
2416
|
+
padding-top: 3px;
|
|
2415
2417
|
}
|
|
2416
2418
|
|
|
2417
2419
|
.e-pv-annotation-shapes-container .e-btn-icon.e-icons.e-icon-right.e-caret,
|
|
@@ -902,6 +902,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
902
902
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
903
903
|
line-height: 26px;
|
|
904
904
|
min-height: 26px;
|
|
905
|
+
font-size: 16px;
|
|
905
906
|
}
|
|
906
907
|
|
|
907
908
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -942,7 +943,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
942
943
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
943
944
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
944
945
|
height: 30px;
|
|
945
|
-
min-width:
|
|
946
|
+
min-width: 30px;
|
|
946
947
|
width: 30px;
|
|
947
948
|
}
|
|
948
949
|
|
|
@@ -2085,7 +2086,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2085
2086
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
|
|
2086
2087
|
.e-pv-annotation-textprop-container.e-dropdown-btn.e-btn {
|
|
2087
2088
|
line-height: 1.6em;
|
|
2088
|
-
padding:
|
|
2089
|
+
padding: 8px 7px 3px;
|
|
2089
2090
|
-ms-flex-align: center;
|
|
2090
2091
|
align-items: center;
|
|
2091
2092
|
display: -ms-flexbox;
|
|
@@ -2102,7 +2103,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2102
2103
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
|
|
2103
2104
|
.e-pv-annotation-textprop-container.e-dropdown-btn.e-button {
|
|
2104
2105
|
line-height: 1.6em;
|
|
2105
|
-
padding:
|
|
2106
|
+
padding: 8px 7px 3px;
|
|
2106
2107
|
-ms-flex-align: baseline;
|
|
2107
2108
|
align-items: baseline;
|
|
2108
2109
|
display: -ms-flexbox;
|
|
@@ -2407,11 +2408,12 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2407
2408
|
.e-pv-annotation-shapes-container.e-btn.e-icon-btn,
|
|
2408
2409
|
.e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
|
|
2409
2410
|
.e-pv-annotation-handwritten-container.e-btn.e-icon-btn {
|
|
2410
|
-
|
|
2411
|
-
|
|
2411
|
+
padding: 0 8px;
|
|
2412
|
+
-ms-flex-align: center;
|
|
2413
|
+
align-items: center;
|
|
2412
2414
|
display: -ms-flexbox;
|
|
2413
2415
|
display: flex;
|
|
2414
|
-
padding:
|
|
2416
|
+
padding-top: 3px;
|
|
2415
2417
|
}
|
|
2416
2418
|
|
|
2417
2419
|
.e-pv-annotation-shapes-container .e-btn-icon.e-icons.e-icon-right.e-caret,
|
|
@@ -894,6 +894,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
894
894
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
895
895
|
line-height: 26px;
|
|
896
896
|
min-height: 26px;
|
|
897
|
+
font-size: 16px;
|
|
897
898
|
}
|
|
898
899
|
|
|
899
900
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -934,7 +935,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
934
935
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
935
936
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
936
937
|
height: 50px;
|
|
937
|
-
min-width:
|
|
938
|
+
min-width: 36px;
|
|
938
939
|
width: 36px;
|
|
939
940
|
}
|
|
940
941
|
|
|
@@ -898,6 +898,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
898
898
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
899
899
|
line-height: 26px;
|
|
900
900
|
min-height: 26px;
|
|
901
|
+
font-size: 16px;
|
|
901
902
|
}
|
|
902
903
|
|
|
903
904
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -938,7 +939,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
938
939
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
939
940
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
940
941
|
height: 50px;
|
|
941
|
-
min-width:
|
|
942
|
+
min-width: 36px;
|
|
942
943
|
width: 36px;
|
|
943
944
|
}
|
|
944
945
|
|
|
@@ -881,6 +881,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
881
881
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
882
882
|
line-height: 26px;
|
|
883
883
|
min-height: 26px;
|
|
884
|
+
font-size: 16px;
|
|
884
885
|
}
|
|
885
886
|
|
|
886
887
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -921,7 +922,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
921
922
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
922
923
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
923
924
|
height: 50px;
|
|
924
|
-
min-width:
|
|
925
|
+
min-width: 36px;
|
|
925
926
|
width: 36px;
|
|
926
927
|
}
|
|
927
928
|
|
|
@@ -881,6 +881,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
881
881
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
882
882
|
line-height: 26px;
|
|
883
883
|
min-height: 26px;
|
|
884
|
+
font-size: 16px;
|
|
884
885
|
}
|
|
885
886
|
|
|
886
887
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -921,7 +922,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
921
922
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
922
923
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
923
924
|
height: 50px;
|
|
924
|
-
min-width:
|
|
925
|
+
min-width: 36px;
|
|
925
926
|
width: 36px;
|
|
926
927
|
}
|
|
927
928
|
|
|
@@ -884,6 +884,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
884
884
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
885
885
|
line-height: 26px;
|
|
886
886
|
min-height: 26px;
|
|
887
|
+
font-size: 16px;
|
|
887
888
|
}
|
|
888
889
|
|
|
889
890
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -924,7 +925,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
924
925
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
925
926
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
926
927
|
height: 36px;
|
|
927
|
-
min-width:
|
|
928
|
+
min-width: 36px;
|
|
928
929
|
width: 36px;
|
|
929
930
|
}
|
|
930
931
|
|
|
@@ -887,6 +887,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
887
887
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
888
888
|
line-height: 26px;
|
|
889
889
|
min-height: 26px;
|
|
890
|
+
font-size: 16px;
|
|
890
891
|
}
|
|
891
892
|
|
|
892
893
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -927,7 +928,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
927
928
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
928
929
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
929
930
|
height: 36px;
|
|
930
|
-
min-width:
|
|
931
|
+
min-width: 36px;
|
|
931
932
|
width: 36px;
|
|
932
933
|
}
|
|
933
934
|
|
|
@@ -886,6 +886,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
886
886
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
887
887
|
line-height: 26px;
|
|
888
888
|
min-height: 26px;
|
|
889
|
+
font-size: 16px;
|
|
889
890
|
}
|
|
890
891
|
|
|
891
892
|
.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -926,7 +927,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
926
927
|
.e-pv-mobile-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn,
|
|
927
928
|
.e-pv-formdesigner-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
|
|
928
929
|
height: 30px;
|
|
929
|
-
min-width:
|
|
930
|
+
min-width: 30px;
|
|
930
931
|
width: 30px;
|
|
931
932
|
}
|
|
932
933
|
|