@syncfusion/ej2-pdfviewer 17.3.58-4568 → 17.3.59-4568

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/dist/ej2-pdfviewer.umd.min.js +1 -1
  2. package/dist/ej2-pdfviewer.umd.min.js.map +1 -1
  3. package/dist/es6/ej2-pdfviewer.es2015.js +38 -42
  4. package/dist/es6/ej2-pdfviewer.es2015.js.map +1 -1
  5. package/dist/es6/ej2-pdfviewer.es5.js +38 -42
  6. package/dist/es6/ej2-pdfviewer.es5.js.map +1 -1
  7. package/package.json +1 -1
  8. package/src/pdfviewer/annotation/annotation.js +3 -0
  9. package/src/pdfviewer/base/pdfviewer-base.d.ts +2 -0
  10. package/src/pdfviewer/base/pdfviewer-base.js +33 -10
  11. package/src/pdfviewer/magnification/magnification.d.ts +0 -1
  12. package/src/pdfviewer/magnification/magnification.js +2 -32
  13. package/styles/bootstrap-dark.css +10 -6
  14. package/styles/bootstrap-dark.scss +4 -1
  15. package/styles/bootstrap.css +10 -6
  16. package/styles/bootstrap.scss +4 -1
  17. package/styles/bootstrap4.css +10 -6
  18. package/styles/bootstrap4.scss +4 -1
  19. package/styles/bootstrap5-dark.css +15 -8
  20. package/styles/bootstrap5-dark.scss +4 -1
  21. package/styles/bootstrap5.css +15 -8
  22. package/styles/bootstrap5.scss +4 -1
  23. package/styles/fabric-dark.css +10 -6
  24. package/styles/fabric-dark.scss +4 -1
  25. package/styles/fabric.css +10 -6
  26. package/styles/fabric.scss +4 -1
  27. package/styles/fluent-dark.css +10 -6
  28. package/styles/fluent-dark.scss +4 -1
  29. package/styles/fluent.css +10 -6
  30. package/styles/fluent.scss +4 -1
  31. package/styles/fluent2.css +4876 -0
  32. package/styles/fluent2.scss +4 -0
  33. package/styles/highcontrast-light.css +10 -6
  34. package/styles/highcontrast-light.scss +4 -1
  35. package/styles/highcontrast.css +10 -6
  36. package/styles/highcontrast.scss +4 -1
  37. package/styles/material-dark.css +10 -6
  38. package/styles/material-dark.scss +4 -1
  39. package/styles/material.css +10 -6
  40. package/styles/material.scss +4 -1
  41. package/styles/material3-dark.css +12 -9
  42. package/styles/material3-dark.scss +4 -1
  43. package/styles/material3.css +12 -9
  44. package/styles/material3.scss +4 -1
  45. package/styles/pdfviewer/_fluent2-definition.scss +40 -39
  46. package/styles/pdfviewer/_theme.scss +428 -28
  47. package/styles/pdfviewer/bootstrap-dark.css +10 -6
  48. package/styles/pdfviewer/bootstrap.css +10 -6
  49. package/styles/pdfviewer/bootstrap4.css +10 -6
  50. package/styles/pdfviewer/bootstrap5-dark.css +15 -8
  51. package/styles/pdfviewer/bootstrap5.css +15 -8
  52. package/styles/pdfviewer/fabric-dark.css +10 -6
  53. package/styles/pdfviewer/fabric.css +10 -6
  54. package/styles/pdfviewer/fluent-dark.css +10 -6
  55. package/styles/pdfviewer/fluent.css +10 -6
  56. package/styles/pdfviewer/fluent2.css +4876 -0
  57. package/styles/pdfviewer/fluent2.scss +4 -0
  58. package/styles/pdfviewer/highcontrast-light.css +10 -6
  59. package/styles/pdfviewer/highcontrast.css +10 -6
  60. package/styles/pdfviewer/icons/_bootstrap5.scss +0 -2
  61. package/styles/pdfviewer/icons/_fluent2.scss +510 -0
  62. package/styles/pdfviewer/material-dark.css +10 -6
  63. package/styles/pdfviewer/material.css +10 -6
  64. package/styles/pdfviewer/material3-dark.css +12 -9
  65. package/styles/pdfviewer/material3.css +12 -9
  66. package/styles/pdfviewer/tailwind-dark.css +10 -6
  67. package/styles/pdfviewer/tailwind.css +10 -6
  68. package/styles/tailwind-dark.css +10 -6
  69. package/styles/tailwind-dark.scss +4 -1
  70. package/styles/tailwind.css +10 -6
  71. package/styles/tailwind.scss +4 -1
@@ -0,0 +1,4 @@
1
+ @import 'ej2-base/styles/definition/fluent2.scss';
2
+ @import 'fluent2-definition.scss';
3
+ @import 'icons/fluent2.scss';
4
+ @import 'all.scss';
@@ -1014,6 +1014,10 @@ input.e-pv-input-password::-ms-reveal {
1014
1014
  padding: 0 0 0 3px;
1015
1015
  }
1016
1016
 
1017
+ .e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
1018
+ width: 100px;
1019
+ }
1020
+
1017
1021
  .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
1018
1022
  .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
1019
1023
  .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
@@ -2195,9 +2199,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2195
2199
 
2196
2200
  .e-pv-organize-total-page-button {
2197
2201
  float: left;
2198
- font-size: 12;
2199
2202
  font-weight: normal;
2200
2203
  color: #000;
2204
+ font-size: 12;
2201
2205
  }
2202
2206
 
2203
2207
  .e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
@@ -2454,8 +2458,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2454
2458
  .e-pv-properties-line-stroke-color-label,
2455
2459
  .e-pv-properties-line-opacity-label,
2456
2460
  .e-pv-properties-line-leader-length-label {
2457
- margin-bottom: 8px;
2458
2461
  font-size: 14px;
2462
+ margin-bottom: 8px;
2459
2463
  }
2460
2464
 
2461
2465
  .e-pv-properties-line-end-container,
@@ -3043,8 +3047,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3043
3047
  }
3044
3048
 
3045
3049
  .e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
3046
- margin-top: 10px;
3047
3050
  padding-bottom: 1px;
3051
+ margin-top: 10px;
3048
3052
  }
3049
3053
 
3050
3054
  .e-pdfviewer .e-pv-signature-window .e-footer-content {
@@ -3136,12 +3140,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3136
3140
  border-radius: 5px;
3137
3141
  display: inline-block;
3138
3142
  font-size: 13px;
3139
- height: 88px;
3140
- margin: 15px;
3141
3143
  padding-top: 40px;
3142
3144
  text-align: center;
3143
- width: 311px;
3144
3145
  word-wrap: break-word;
3146
+ height: 88px;
3147
+ width: 311px;
3148
+ margin: 15px;
3145
3149
  }
3146
3150
 
3147
3151
  .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
@@ -1014,6 +1014,10 @@ input.e-pv-input-password::-ms-reveal {
1014
1014
  padding: 0 0 0 3px;
1015
1015
  }
1016
1016
 
1017
+ .e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
1018
+ width: 100px;
1019
+ }
1020
+
1017
1021
  .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
1018
1022
  .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
1019
1023
  .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
@@ -2195,9 +2199,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2195
2199
 
2196
2200
  .e-pv-organize-total-page-button {
2197
2201
  float: left;
2198
- font-size: 12;
2199
2202
  font-weight: normal;
2200
2203
  color: #fff;
2204
+ font-size: 12;
2201
2205
  }
2202
2206
 
2203
2207
  .e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
@@ -2458,8 +2462,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2458
2462
  .e-pv-properties-line-stroke-color-label,
2459
2463
  .e-pv-properties-line-opacity-label,
2460
2464
  .e-pv-properties-line-leader-length-label {
2461
- margin-bottom: 8px;
2462
2465
  font-size: 14px;
2466
+ margin-bottom: 8px;
2463
2467
  }
2464
2468
 
2465
2469
  .e-pv-properties-line-end-container,
@@ -3047,8 +3051,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3047
3051
  }
3048
3052
 
3049
3053
  .e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
3050
- margin-top: 10px;
3051
3054
  padding-bottom: 1px;
3055
+ margin-top: 10px;
3052
3056
  }
3053
3057
 
3054
3058
  .e-pdfviewer .e-pv-signature-window .e-footer-content {
@@ -3145,12 +3149,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3145
3149
  border-radius: 5px;
3146
3150
  display: inline-block;
3147
3151
  font-size: 13px;
3148
- height: 88px;
3149
- margin: 15px;
3150
3152
  padding-top: 40px;
3151
3153
  text-align: center;
3152
- width: 311px;
3153
3154
  word-wrap: break-word;
3155
+ height: 88px;
3156
+ width: 311px;
3157
+ margin: 15px;
3154
3158
  }
3155
3159
 
3156
3160
  .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
@@ -52,7 +52,6 @@
52
52
  }
53
53
 
54
54
  .e-pv-prev-search-icon::before {
55
- color: $icon-color;
56
55
  content: '\e765';
57
56
  }
58
57
 
@@ -61,7 +60,6 @@
61
60
  }
62
61
 
63
62
  .e-pv-next-search-icon::before {
64
- color: $icon-color;
65
63
  content: '\e748';
66
64
  }
67
65
 
@@ -0,0 +1,510 @@
1
+ @include export-module('pdfviewer-fluent2-icons') {
2
+ .e-pdfviewer {
3
+ .e-pv-icon::before {
4
+ font-family: 'e-icons';
5
+ }
6
+
7
+ .e-pv-icon-search::before {
8
+ font-family: 'e-icons';
9
+ }
10
+
11
+ .e-pv-open-document-icon::before {
12
+ content: '\e760';
13
+ }
14
+
15
+ .e-pv-download-document-icon::before {
16
+ content: '\e7a1';
17
+ }
18
+
19
+ .e-pv-print-document-icon::before {
20
+ content: '\e75d';
21
+ }
22
+
23
+ .e-pv-first-page-navigation-icon::before {
24
+ content: '\e833';
25
+ }
26
+
27
+ .e-pv-previous-page-navigation-icon::before {
28
+ content: '\e765';
29
+ }
30
+
31
+ .e-pv-rotate-right-icon::before{
32
+ content: '\e8a6';
33
+ }
34
+
35
+ .e-pv-organize-view-icon::before{
36
+ content: '\e8dc';
37
+ }
38
+
39
+ .e-pv-organize-view-disable-icon::before{
40
+ color: $pv-thumbnail-icon-disable-color;
41
+ content: '\e8dc';
42
+ }
43
+
44
+ .e-pv-organize-view-selection-icon::before{
45
+ color: $pv-thumbnail-icon-selection-color;
46
+ content: '\e8dc';
47
+ }
48
+
49
+ .e-pv-rotate-left-icon::before{
50
+ content: '\e8a5';
51
+ }
52
+
53
+ .e-pv-prev-search-icon::before {
54
+ color: $icon-color;
55
+ content: '\e765';
56
+ }
57
+
58
+ .e-pv-next-page-navigation-icon::before {
59
+ content: '\e748';
60
+ }
61
+
62
+ .e-pv-next-search-icon::before {
63
+ color: $icon-color;
64
+ content: '\e748';
65
+ }
66
+
67
+ .e-pv-last-page-navigation-icon::before {
68
+ content: '\e818';
69
+ }
70
+
71
+ .e-pv-zoom-out-icon::before {
72
+ content: '\e81b';
73
+ line-height: $pv-toolbaritem-btn-line-height;
74
+ }
75
+
76
+ .e-pv-zoom-in-icon::before {
77
+ content: '\e768';
78
+ line-height: $pv-toolbaritem-btn-line-height;
79
+ }
80
+
81
+ .e-pv-thumbnail-view-icon::before {
82
+ content: '\e79e';
83
+ }
84
+
85
+ .e-pv-stamp-icon::before {
86
+ content: '\e717';
87
+ }
88
+
89
+ .e-pv-thumbnail-view-disable-icon::before {
90
+ color: $pv-thumbnail-icon-disable-color;
91
+ content: '\e79e';
92
+ }
93
+
94
+ .e-pv-thumbnail-view-selection-icon::before {
95
+ color: $pv-thumbnail-icon-selection-color;
96
+ content: '\e79e';
97
+ }
98
+
99
+ .e-pv-bookmark-icon::before {
100
+ content: '\e750';
101
+ }
102
+
103
+ .e-pv-bookmark-disable-icon::before {
104
+ color: $pv-thumbnail-icon-disable-color;
105
+ content: '\e750';
106
+ }
107
+
108
+ .e-pv-bookmark-selection-icon::before {
109
+ color: $pv-thumbnail-icon-selection-color;
110
+ content: '\e750';
111
+ }
112
+
113
+ .e-pv-title-close-icon::before,
114
+ .e-pv-annotation-tools-close-icon::before,
115
+ .e-pv-annotation-popup-close::before {
116
+ content: '\e7e7';
117
+ }
118
+
119
+ .e-pv-resize-icon::before {
120
+ content: '\e7e3';
121
+ font-size: 10px;
122
+ }
123
+
124
+ .e-pv-text-select-tool-icon::before {
125
+ content: '\e74e';
126
+ }
127
+
128
+ .e-pv-pan-tool-icon::before {
129
+ content: '\e7b1';
130
+ }
131
+
132
+ .e-pv-text-search-icon::before {
133
+ content: '\e754';
134
+ }
135
+
136
+ .e-pv-search-icon::before {
137
+ content: '\e754';
138
+ font-family: 'e-icons';
139
+ }
140
+
141
+ .e-pv-search-close::before {
142
+ content: '\e7e7';
143
+ font-family: 'e-icons';
144
+ }
145
+
146
+ .e-pv-formdesigner-icon::before {
147
+ content: '\e732';
148
+ }
149
+
150
+ .e-pv-annotation-icon::before {
151
+ content: '\e82a';
152
+ }
153
+
154
+ .e-pv-annotation-color-icon::before {
155
+ content: '\e783';
156
+ }
157
+
158
+ .e-pv-annotation-stroke-icon::before {
159
+ content: '\e819';
160
+ }
161
+
162
+ .e-pv-annotation-opacity-icon::before {
163
+ content: '\e7e1';
164
+ }
165
+
166
+ .e-pv-annotation-thickness-icon::before {
167
+ content: '\e7bf';
168
+ }
169
+
170
+ .e-pv-annotation-delete-icon::before {
171
+ content: '\e820';
172
+ }
173
+
174
+ .e-pv-undo-icon::before {
175
+ content: '\e713';
176
+ }
177
+
178
+ .e-pv-redo-icon::before {
179
+ content: '\e755';
180
+ }
181
+
182
+ .e-pv-more-icon::before {
183
+ @if $skin-name == 'fluent' {
184
+ color: $icon-color;
185
+ }
186
+ content: '\e701';
187
+ }
188
+
189
+ .e-pv-backward-icon::before {
190
+ content: '\e773';
191
+ }
192
+
193
+ .e-pv-notification-icon {
194
+ background-image: $pv-corrupted-notification-background-image;
195
+ background-repeat: $pv-corrupted-notification-background-repeat;
196
+ background-size: $pv-corrupted-notification-background-size;
197
+ height: $pv-corrupted-notification-height;
198
+ }
199
+
200
+ .e-pv-notification-icon-rtl {
201
+ background-image: $pv-corrupted-notification-background-image;
202
+ background-position: $pv-corrupted-notification-background-position;
203
+ background-repeat: $pv-corrupted-notification-background-repeat;
204
+ background-size: $pv-corrupted-notification-background-size;
205
+ height: $pv-corrupted-notification-height;
206
+ }
207
+
208
+ .e-pv-textbox-icon::before {
209
+ content: '\e830';
210
+ }
211
+
212
+ .e-pv-password-icon::before {
213
+ content: '\e753';
214
+ }
215
+
216
+ .e-pv-checkbox-icon::before {
217
+ content: '\e7e4';
218
+ }
219
+
220
+ .e-pv-radiobutton-icon::before {
221
+ content: '\e7b2';
222
+ }
223
+
224
+ .e-pv-dropdown-icon::before {
225
+ content: '\e7a6';
226
+ }
227
+
228
+ .e-pv-listbox-icon::before {
229
+ content: '\e77e';
230
+ }
231
+
232
+ .e-pv-annotation-shape-icon::before {
233
+ content: '\e728';
234
+ }
235
+
236
+ .e-pv-annotation-calibrate-icon::before {
237
+ content: '\e7c7';
238
+ }
239
+ }
240
+
241
+ .e-pv-download-document-icon.e-menu-icon::before {
242
+ content: '\e7a1';
243
+ }
244
+
245
+ .e-pv-bookmark-icon.e-menu-icon::before {
246
+ content: '\e750';
247
+ }
248
+
249
+ .e-pv-highlight-icon::before {
250
+ content: '\e739';
251
+ font-family: 'e-icons';
252
+ }
253
+
254
+ .e-pv-underline-icon::before {
255
+ content: '\e82f';
256
+ font-family: 'e-icons';
257
+ }
258
+
259
+ .e-pv-strikethrough-icon::before {
260
+ content: '\e758';
261
+ font-family: 'e-icons';
262
+ }
263
+
264
+ .e-pv-copy-icon::before {
265
+ content: '\e77c';
266
+ font-family: 'e-icons';
267
+ }
268
+
269
+ .e-pv-cut-icon::before {
270
+ content: '\e7fb';
271
+ font-family: 'e-icons';
272
+ }
273
+
274
+ .e-pv-paste-icon::before {
275
+ content: '\e842';
276
+ font-family: 'e-icons';
277
+ }
278
+
279
+ .e-pv-delete-icon::before {
280
+ content: '\e820';
281
+ font-family: 'e-icons';
282
+ }
283
+
284
+ .e-pv-properties-fill-color-icon::before {
285
+ content: '\e783';
286
+ font-family: 'e-icons';
287
+ }
288
+
289
+ .e-pv-properties-stroke-color-icon::before {
290
+ content: '\e819';
291
+ font-family: 'e-icons';
292
+ }
293
+
294
+ .e-pv-shape-line-icon::before {
295
+ content: '\e819';
296
+ font-family: 'e-icons';
297
+ }
298
+
299
+ .e-pv-shape-arrow-icon::before {
300
+ content: '\e708';
301
+ font-family: 'e-icons';
302
+ }
303
+
304
+ .e-pv-shape-rectangle-icon::before {
305
+ content: '\e723';
306
+ font-family: 'e-icons';
307
+ }
308
+
309
+ .e-pv-shape-circle-icon::before {
310
+ content: '\e7ca';
311
+ font-family: 'e-icons';
312
+ }
313
+
314
+ .e-pv-shape-pentagon-icon::before {
315
+ content: '\e802';
316
+ font-family: 'e-icons';
317
+ }
318
+
319
+ .e-pv-comment-icon::before {
320
+ content: '\e733';
321
+ font-family: 'e-icons';
322
+ }
323
+
324
+ .e-pv-property-icon::before {
325
+ content: '\e83e';
326
+ font-family: 'e-icons';
327
+ }
328
+
329
+ .e-pv-comment-selection-icon::before {
330
+ color: $pv-thumbnail-icon-selection-color;
331
+ content: '\e733';
332
+ font-family: 'e-icons';
333
+ }
334
+
335
+ .e-pv-comment-panel-icon::before {
336
+ content: '\e71a';
337
+ font-family: 'e-icons';
338
+ }
339
+
340
+ .e-pv-accepted-icon::before {
341
+ color: $pv-status-icon-color;
342
+ content: '\e7a8';
343
+ font-family: 'e-icons';
344
+ font-size: $pv-status-icon-font-size;
345
+ padding: $pv-accepted-icon-padding;
346
+ position: $pv-status-icon-position;
347
+ }
348
+
349
+ .e-pv-rejected-icon::before {
350
+ color: $pv-status-icon-color;
351
+ content: '\e815';
352
+ font-family: 'e-icons';
353
+ font-size: $pv-status-icon-font-size;
354
+ padding: $pv-rejected-icon-padding;
355
+ position: $pv-status-icon-position;
356
+ }
357
+
358
+ .e-pv-completed-icon::before {
359
+ color: $pv-status-icon-color;
360
+ content: '\e774';
361
+ font-family: 'e-icons';
362
+ font-size: $pv-status-icon-font-size;
363
+ padding: $pv-status-icon-padding;
364
+ position: $pv-status-icon-position;
365
+ }
366
+
367
+ .e-pv-cancelled-icon::before {
368
+ color: $pv-status-icon-color;
369
+ content: '\e7e7';
370
+ font-family: 'e-icons';
371
+ font-size: $pv-status-icon-font-size;
372
+ padding: $pv-status-icon-padding;
373
+ position: $pv-status-icon-position;
374
+ }
375
+
376
+ .e-pv-scale-ratio-icon::before {
377
+ content: '\e7c7';
378
+ font-family: 'e-icons';
379
+ }
380
+
381
+ .e-pv-calibrate-distance-icon::before {
382
+ content: '\e743';
383
+ font-family: 'e-icons';
384
+ }
385
+
386
+ .e-pv-calibrate-perimeter-icon::before {
387
+ content: '\e716';
388
+ font-family: 'e-icons';
389
+ }
390
+
391
+ .e-pv-calibrate-area-icon::before {
392
+ content: '\e78c';
393
+ font-family: 'e-icons';
394
+ }
395
+
396
+ .e-pv-calibrate-radius-icon::before {
397
+ content: '\e790';
398
+ font-family: 'e-icons';
399
+ }
400
+
401
+ .e-pv-calibrate-volume-icon::before {
402
+ content: '\e741';
403
+ font-family: 'e-icons';
404
+ }
405
+
406
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret::before {
407
+ content: '\e734';
408
+ font-size: 18px;
409
+ }
410
+
411
+ .e-pv-freetext-icon::before {
412
+ content: '\e7b3';
413
+ font-family: 'e-icons';
414
+ }
415
+
416
+ .e-pv-annotation-textcolor-icon::before {
417
+ content: '\e79f';
418
+ }
419
+
420
+ .e-pv-annotation-textalign-icon::before {
421
+ content: '\e7b8';
422
+ font-family: 'e-icons';
423
+ }
424
+
425
+ .e-pv-annotation-textprop-icon::before {
426
+ content: '\e71c';
427
+ font-family: 'e-icons';
428
+ }
429
+
430
+ .e-pv-left-align-icon::before {
431
+ content: '\e7b8';
432
+ font-family: 'e-icons';
433
+ }
434
+
435
+ .e-pv-right-align-icon::before {
436
+ content: '\e719';
437
+ font-family: 'e-icons';
438
+ }
439
+
440
+ .e-pv-center-align-icon::before {
441
+ content: '\e813';
442
+ font-family: 'e-icons';
443
+ }
444
+
445
+ .e-pv-justfiy-align-icon::before {
446
+ content: '\e721';
447
+ font-family: 'e-icons';
448
+ }
449
+
450
+ .e-pv-bold-icon::before {
451
+ content: '\e737';
452
+ font-family: 'e-icons';
453
+ }
454
+
455
+ .e-pv-italic-icon::before {
456
+ content: '\e75a';
457
+ font-family: 'e-icons';
458
+ }
459
+
460
+ .e-pv-strikeout-icon::before {
461
+ content: '\e758';
462
+ font-family: 'e-icons';
463
+ }
464
+
465
+ .e-pv-underlinetext-icon::before {
466
+ content: '\e82f';
467
+ font-family: 'e-icons';
468
+ }
469
+
470
+ .e-pv-superscript-icon::before {
471
+ content: '\e7a7';
472
+ font-family: 'e-icons';
473
+ }
474
+
475
+ .e-pv-subscript-icon::before {
476
+ content: '\e80a';
477
+ font-family: 'e-icons';
478
+ }
479
+
480
+ .e-pv-handwritten-icon::before {
481
+ content: '\e7db';
482
+ font-family: 'e-icons';
483
+ }
484
+
485
+ .e-pv-inkannotation-icon::before {
486
+ content: '\e76e';
487
+ font-family: 'e-icons';
488
+ }
489
+
490
+ .e-pv-delete::before {
491
+ content: '\e820';
492
+ font-family: 'e-icons';
493
+ }
494
+
495
+ .e-pv-eye-icon::before {
496
+ content: '\e7de';
497
+ cursor: $pv-eye-icon-hover-cursor;
498
+ font-family: 'e-icons';
499
+ font-size: $pv-eye-icon-font-size;
500
+ padding: $pv-eye-icon-padding;
501
+ }
502
+
503
+ .e-pv-eye-slash-icon::before {
504
+ content: '\e887';
505
+ cursor: $pv-eye-icon-hover-cursor;
506
+ font-family: 'e-icons';
507
+ font-size: $pv-eye-icon-font-size;
508
+ padding: $pv-eye-icon-padding;
509
+ }
510
+ }
@@ -1017,6 +1017,10 @@ input.e-pv-input-password::-ms-reveal {
1017
1017
  padding: 0;
1018
1018
  }
1019
1019
 
1020
+ .e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
1021
+ width: 100px;
1022
+ }
1023
+
1020
1024
  .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
1021
1025
  .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
1022
1026
  .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
@@ -2198,9 +2202,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2198
2202
 
2199
2203
  .e-pv-organize-total-page-button {
2200
2204
  float: left;
2201
- font-size: 12;
2202
2205
  font-weight: normal;
2203
2206
  color: rgba(255, 255, 255, 0.87);
2207
+ font-size: 12;
2204
2208
  }
2205
2209
 
2206
2210
  .e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
@@ -2457,8 +2461,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2457
2461
  .e-pv-properties-line-stroke-color-label,
2458
2462
  .e-pv-properties-line-opacity-label,
2459
2463
  .e-pv-properties-line-leader-length-label {
2460
- margin-bottom: 8px;
2461
2464
  font-size: 14px;
2465
+ margin-bottom: 8px;
2462
2466
  }
2463
2467
 
2464
2468
  .e-pv-properties-line-end-container,
@@ -3046,8 +3050,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3046
3050
  }
3047
3051
 
3048
3052
  .e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
3049
- margin-top: 10px;
3050
3053
  padding-bottom: 1px;
3054
+ margin-top: 10px;
3051
3055
  }
3052
3056
 
3053
3057
  .e-pdfviewer .e-pv-signature-window .e-footer-content {
@@ -3139,12 +3143,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3139
3143
  border-radius: 5px;
3140
3144
  display: inline-block;
3141
3145
  font-size: 13px;
3142
- height: 88px;
3143
- margin: 15px;
3144
3146
  padding-top: 40px;
3145
3147
  text-align: center;
3146
- width: 311px;
3147
3148
  word-wrap: break-word;
3149
+ height: 88px;
3150
+ width: 311px;
3151
+ margin: 15px;
3148
3152
  }
3149
3153
 
3150
3154
  .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {