@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
@@ -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),
@@ -2197,9 +2201,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2197
2201
 
2198
2202
  .e-pv-organize-total-page-button {
2199
2203
  float: left;
2200
- font-size: 12;
2201
2204
  font-weight: normal;
2202
2205
  color: #f0f0f0;
2206
+ font-size: 12;
2203
2207
  }
2204
2208
 
2205
2209
  .e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
@@ -2456,8 +2460,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2456
2460
  .e-pv-properties-line-stroke-color-label,
2457
2461
  .e-pv-properties-line-opacity-label,
2458
2462
  .e-pv-properties-line-leader-length-label {
2459
- margin-bottom: 8px;
2460
2463
  font-size: 14px;
2464
+ margin-bottom: 8px;
2461
2465
  }
2462
2466
 
2463
2467
  .e-pv-properties-line-end-container,
@@ -3045,8 +3049,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3045
3049
  }
3046
3050
 
3047
3051
  .e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
3048
- margin-top: 10px;
3049
3052
  padding-bottom: 1px;
3053
+ margin-top: 10px;
3050
3054
  }
3051
3055
 
3052
3056
  .e-pdfviewer .e-pv-signature-window .e-footer-content {
@@ -3138,12 +3142,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3138
3142
  border-radius: 5px;
3139
3143
  display: inline-block;
3140
3144
  font-size: 13px;
3141
- height: 88px;
3142
- margin: 15px;
3143
3145
  padding-top: 40px;
3144
3146
  text-align: center;
3145
- width: 311px;
3146
3147
  word-wrap: break-word;
3148
+ height: 88px;
3149
+ width: 311px;
3150
+ margin: 15px;
3147
3151
  }
3148
3152
 
3149
3153
  .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
@@ -1020,6 +1020,10 @@ input.e-pv-input-password::-ms-reveal {
1020
1020
  padding: 0 0 0 3px;
1021
1021
  }
1022
1022
 
1023
+ .e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
1024
+ width: 100px;
1025
+ }
1026
+
1023
1027
  .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),
1024
1028
  .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),
1025
1029
  .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),
@@ -2203,9 +2207,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2203
2207
 
2204
2208
  .e-pv-organize-total-page-button {
2205
2209
  float: left;
2206
- font-size: 12;
2207
2210
  font-weight: normal;
2208
2211
  color: #000;
2212
+ font-size: 12;
2209
2213
  }
2210
2214
 
2211
2215
  .e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
@@ -2462,8 +2466,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2462
2466
  .e-pv-properties-line-stroke-color-label,
2463
2467
  .e-pv-properties-line-opacity-label,
2464
2468
  .e-pv-properties-line-leader-length-label {
2465
- margin-bottom: 8px;
2466
2469
  font-size: 14px;
2470
+ margin-bottom: 8px;
2467
2471
  }
2468
2472
 
2469
2473
  .e-pv-properties-line-end-container,
@@ -3053,8 +3057,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3053
3057
  }
3054
3058
 
3055
3059
  .e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
3056
- margin-top: 10px;
3057
3060
  padding-bottom: 1px;
3061
+ margin-top: 10px;
3058
3062
  }
3059
3063
 
3060
3064
  .e-pdfviewer .e-pv-signature-window .e-footer-content {
@@ -3146,12 +3150,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3146
3150
  border-radius: 5px;
3147
3151
  display: inline-block;
3148
3152
  font-size: 13px;
3149
- height: 88px;
3150
- margin: 15px;
3151
3153
  padding-top: 40px;
3152
3154
  text-align: center;
3153
- width: 311px;
3154
3155
  word-wrap: break-word;
3156
+ height: 88px;
3157
+ width: 311px;
3158
+ margin: 15px;
3155
3159
  }
3156
3160
 
3157
3161
  .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
@@ -1035,6 +1035,10 @@ input.e-pv-input-password::-ms-reveal {
1035
1035
  padding: 0 0 0 3px;
1036
1036
  }
1037
1037
 
1038
+ .e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
1039
+ width: 100px;
1040
+ }
1041
+
1038
1042
  .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),
1039
1043
  .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),
1040
1044
  .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),
@@ -2418,9 +2422,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2418
2422
 
2419
2423
  .e-pv-organize-total-page-button {
2420
2424
  float: left;
2421
- font-size: 12;
2422
2425
  font-weight: normal;
2423
2426
  color: #212529;
2427
+ font-size: 12;
2424
2428
  }
2425
2429
 
2426
2430
  .e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
@@ -2677,8 +2681,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2677
2681
  .e-pv-properties-line-stroke-color-label,
2678
2682
  .e-pv-properties-line-opacity-label,
2679
2683
  .e-pv-properties-line-leader-length-label {
2680
- margin-bottom: 8px;
2681
2684
  font-size: 14px;
2685
+ margin-bottom: 8px;
2682
2686
  }
2683
2687
 
2684
2688
  .e-pv-properties-line-end-container,
@@ -3339,8 +3343,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3339
3343
  }
3340
3344
 
3341
3345
  .e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
3342
- margin-top: 10px;
3343
3346
  padding-bottom: 1px;
3347
+ margin-top: 10px;
3344
3348
  }
3345
3349
 
3346
3350
  .e-pdfviewer .e-pv-signature-window .e-footer-content {
@@ -3434,12 +3438,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3434
3438
  border-radius: 5px;
3435
3439
  display: inline-block;
3436
3440
  font-size: 13px;
3437
- height: 88px;
3438
- margin: 15px;
3439
3441
  padding-top: 40px;
3440
3442
  text-align: center;
3441
- width: 311px;
3442
3443
  word-wrap: break-word;
3444
+ height: 88px;
3445
+ width: 311px;
3446
+ margin: 15px;
3443
3447
  }
3444
3448
 
3445
3449
  .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
@@ -39,14 +39,12 @@
39
39
  content: "\e8a5";
40
40
  }
41
41
  .e-pdfviewer .e-pv-prev-search-icon::before {
42
- color: #adb5bd;
43
42
  content: "\e765";
44
43
  }
45
44
  .e-pdfviewer .e-pv-next-page-navigation-icon::before {
46
45
  content: "\e748";
47
46
  }
48
47
  .e-pdfviewer .e-pv-next-search-icon::before {
49
- color: #adb5bd;
50
48
  content: "\e748";
51
49
  }
52
50
  .e-pdfviewer .e-pv-last-page-navigation-icon::before {
@@ -1033,6 +1031,10 @@ input.e-pv-input-password::-ms-reveal {
1033
1031
  padding: 0;
1034
1032
  }
1035
1033
 
1034
+ .e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
1035
+ width: 100px;
1036
+ }
1037
+
1036
1038
  .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),
1037
1039
  .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),
1038
1040
  .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),
@@ -2077,11 +2079,16 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2077
2079
 
2078
2080
  .e-pv-search-btn.e-btn {
2079
2081
  background-color: transparent;
2082
+ color: #adb5bd;
2080
2083
  border: 0;
2081
2084
  box-shadow: none;
2082
2085
  height: 24px;
2083
2086
  margin-top: -6px;
2084
2087
  width: 24px;
2088
+ padding-bottom: 0;
2089
+ padding-left: 1px;
2090
+ padding-right: 1px;
2091
+ padding-top: 1px;
2085
2092
  }
2086
2093
 
2087
2094
  .e-pv-search-btn.e-btn:active {
@@ -2312,9 +2319,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2312
2319
 
2313
2320
  .e-pv-organize-total-page-button {
2314
2321
  float: left;
2315
- font-size: 12;
2316
2322
  font-weight: normal;
2317
2323
  color: #fff;
2324
+ font-size: 12;
2318
2325
  }
2319
2326
 
2320
2327
  .e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
@@ -2619,8 +2626,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2619
2626
  .e-pv-properties-line-stroke-color-label,
2620
2627
  .e-pv-properties-line-opacity-label,
2621
2628
  .e-pv-properties-line-leader-length-label {
2622
- margin-bottom: 8px;
2623
2629
  font-size: 14px;
2630
+ margin-bottom: 8px;
2624
2631
  }
2625
2632
 
2626
2633
  .e-pv-properties-line-end-container,
@@ -3278,8 +3285,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3278
3285
  }
3279
3286
 
3280
3287
  .e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
3281
- margin-top: 10px;
3282
3288
  padding-bottom: 5px;
3289
+ margin-top: 10px;
3283
3290
  }
3284
3291
 
3285
3292
  .e-pdfviewer .e-pv-signature-window .e-footer-content {
@@ -3372,12 +3379,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3372
3379
  border-radius: 5px;
3373
3380
  display: inline-block;
3374
3381
  font-size: 13px;
3375
- height: 88px;
3376
- margin: 15px;
3377
3382
  padding-top: 40px;
3378
3383
  text-align: center;
3379
- width: 311px;
3380
3384
  word-wrap: break-word;
3385
+ height: 88px;
3386
+ width: 311px;
3387
+ margin: 15px;
3381
3388
  }
3382
3389
 
3383
3390
  .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
@@ -39,14 +39,12 @@
39
39
  content: "\e8a5";
40
40
  }
41
41
  .e-pdfviewer .e-pv-prev-search-icon::before {
42
- color: #6c757d;
43
42
  content: "\e765";
44
43
  }
45
44
  .e-pdfviewer .e-pv-next-page-navigation-icon::before {
46
45
  content: "\e748";
47
46
  }
48
47
  .e-pdfviewer .e-pv-next-search-icon::before {
49
- color: #6c757d;
50
48
  content: "\e748";
51
49
  }
52
50
  .e-pdfviewer .e-pv-last-page-navigation-icon::before {
@@ -1033,6 +1031,10 @@ input.e-pv-input-password::-ms-reveal {
1033
1031
  padding: 0;
1034
1032
  }
1035
1033
 
1034
+ .e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
1035
+ width: 100px;
1036
+ }
1037
+
1036
1038
  .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),
1037
1039
  .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),
1038
1040
  .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),
@@ -2077,11 +2079,16 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2077
2079
 
2078
2080
  .e-pv-search-btn.e-btn {
2079
2081
  background-color: transparent;
2082
+ color: #6c757d;
2080
2083
  border: 0;
2081
2084
  box-shadow: none;
2082
2085
  height: 24px;
2083
2086
  margin-top: -6px;
2084
2087
  width: 24px;
2088
+ padding-bottom: 0;
2089
+ padding-left: 1px;
2090
+ padding-right: 1px;
2091
+ padding-top: 1px;
2085
2092
  }
2086
2093
 
2087
2094
  .e-pv-search-btn.e-btn:active {
@@ -2312,9 +2319,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2312
2319
 
2313
2320
  .e-pv-organize-total-page-button {
2314
2321
  float: left;
2315
- font-size: 12;
2316
2322
  font-weight: normal;
2317
2323
  color: #212529;
2324
+ font-size: 12;
2318
2325
  }
2319
2326
 
2320
2327
  .e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
@@ -2619,8 +2626,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2619
2626
  .e-pv-properties-line-stroke-color-label,
2620
2627
  .e-pv-properties-line-opacity-label,
2621
2628
  .e-pv-properties-line-leader-length-label {
2622
- margin-bottom: 8px;
2623
2629
  font-size: 14px;
2630
+ margin-bottom: 8px;
2624
2631
  }
2625
2632
 
2626
2633
  .e-pv-properties-line-end-container,
@@ -3278,8 +3285,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3278
3285
  }
3279
3286
 
3280
3287
  .e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
3281
- margin-top: 10px;
3282
3288
  padding-bottom: 5px;
3289
+ margin-top: 10px;
3283
3290
  }
3284
3291
 
3285
3292
  .e-pdfviewer .e-pv-signature-window .e-footer-content {
@@ -3372,12 +3379,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3372
3379
  border-radius: 5px;
3373
3380
  display: inline-block;
3374
3381
  font-size: 13px;
3375
- height: 88px;
3376
- margin: 15px;
3377
3382
  padding-top: 40px;
3378
3383
  text-align: center;
3379
- width: 311px;
3380
3384
  word-wrap: break-word;
3385
+ height: 88px;
3386
+ width: 311px;
3387
+ margin: 15px;
3381
3388
  }
3382
3389
 
3383
3390
  .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
@@ -1024,6 +1024,10 @@ input.e-pv-input-password::-ms-reveal {
1024
1024
  padding: 0 0 0 3px;
1025
1025
  }
1026
1026
 
1027
+ .e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
1028
+ width: 100px;
1029
+ }
1030
+
1027
1031
  .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),
1028
1032
  .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),
1029
1033
  .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),
@@ -2205,9 +2209,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2205
2209
 
2206
2210
  .e-pv-organize-total-page-button {
2207
2211
  float: left;
2208
- font-size: 12;
2209
2212
  font-weight: normal;
2210
2213
  color: #dadada;
2214
+ font-size: 12;
2211
2215
  }
2212
2216
 
2213
2217
  .e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
@@ -2464,8 +2468,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2464
2468
  .e-pv-properties-line-stroke-color-label,
2465
2469
  .e-pv-properties-line-opacity-label,
2466
2470
  .e-pv-properties-line-leader-length-label {
2467
- margin-bottom: 8px;
2468
2471
  font-size: 14px;
2472
+ margin-bottom: 8px;
2469
2473
  }
2470
2474
 
2471
2475
  .e-pv-properties-line-end-container,
@@ -3053,8 +3057,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3053
3057
  }
3054
3058
 
3055
3059
  .e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
3056
- margin-top: 10px;
3057
3060
  padding-bottom: 1px;
3061
+ margin-top: 10px;
3058
3062
  }
3059
3063
 
3060
3064
  .e-pdfviewer .e-pv-signature-window .e-footer-content {
@@ -3146,12 +3150,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3146
3150
  border-radius: 5px;
3147
3151
  display: inline-block;
3148
3152
  font-size: 13px;
3149
- height: 88px;
3150
- margin: 15px;
3151
3153
  padding-top: 40px;
3152
3154
  text-align: center;
3153
- width: 311px;
3154
3155
  word-wrap: break-word;
3156
+ height: 88px;
3157
+ width: 311px;
3158
+ margin: 15px;
3155
3159
  }
3156
3160
 
3157
3161
  .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
@@ -1031,6 +1031,10 @@ input.e-pv-input-password::-ms-reveal {
1031
1031
  padding: 0 0 0 3px;
1032
1032
  }
1033
1033
 
1034
+ .e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
1035
+ width: 100px;
1036
+ }
1037
+
1034
1038
  .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),
1035
1039
  .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),
1036
1040
  .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),
@@ -2216,9 +2220,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2216
2220
 
2217
2221
  .e-pv-organize-total-page-button {
2218
2222
  float: left;
2219
- font-size: 12;
2220
2223
  font-weight: normal;
2221
2224
  color: rgba(0, 0, 0, 0.87);
2225
+ font-size: 12;
2222
2226
  }
2223
2227
 
2224
2228
  .e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
@@ -2475,8 +2479,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2475
2479
  .e-pv-properties-line-stroke-color-label,
2476
2480
  .e-pv-properties-line-opacity-label,
2477
2481
  .e-pv-properties-line-leader-length-label {
2478
- margin-bottom: 8px;
2479
2482
  font-size: 14px;
2483
+ margin-bottom: 8px;
2480
2484
  }
2481
2485
 
2482
2486
  .e-pv-properties-line-end-container,
@@ -3068,8 +3072,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3068
3072
  }
3069
3073
 
3070
3074
  .e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
3071
- margin-top: 10px;
3072
3075
  padding-bottom: 1px;
3076
+ margin-top: 10px;
3073
3077
  }
3074
3078
 
3075
3079
  .e-pdfviewer .e-pv-signature-window .e-footer-content {
@@ -3161,12 +3165,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3161
3165
  border-radius: 5px;
3162
3166
  display: inline-block;
3163
3167
  font-size: 13px;
3164
- height: 88px;
3165
- margin: 15px;
3166
3168
  padding-top: 40px;
3167
3169
  text-align: center;
3168
- width: 311px;
3169
3170
  word-wrap: break-word;
3171
+ height: 88px;
3172
+ width: 311px;
3173
+ margin: 15px;
3170
3174
  }
3171
3175
 
3172
3176
  .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
@@ -1034,6 +1034,10 @@ input.e-pv-input-password::-ms-reveal {
1034
1034
  padding: 0;
1035
1035
  }
1036
1036
 
1037
+ .e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
1038
+ width: 100px;
1039
+ }
1040
+
1037
1041
  .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),
1038
1042
  .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),
1039
1043
  .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),
@@ -2303,9 +2307,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2303
2307
 
2304
2308
  .e-pv-organize-total-page-button {
2305
2309
  float: left;
2306
- font-size: 12;
2307
2310
  font-weight: normal;
2308
2311
  color: #f3f2f1;
2312
+ font-size: 12;
2309
2313
  }
2310
2314
 
2311
2315
  .e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
@@ -2601,9 +2605,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2601
2605
  .e-pv-properties-line-stroke-color-label,
2602
2606
  .e-pv-properties-line-opacity-label,
2603
2607
  .e-pv-properties-line-leader-length-label {
2604
- margin-bottom: 8px;
2605
2608
  font-weight: 600;
2606
2609
  font-size: 14px;
2610
+ margin-bottom: 8px;
2607
2611
  }
2608
2612
 
2609
2613
  .e-pv-properties-line-end-container,
@@ -3262,8 +3266,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3262
3266
  }
3263
3267
 
3264
3268
  .e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
3265
- margin-top: 10px;
3266
3269
  padding-bottom: 5px;
3270
+ margin-top: 10px;
3267
3271
  }
3268
3272
 
3269
3273
  .e-pdfviewer .e-pv-signature-window .e-footer-content {
@@ -3355,14 +3359,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3355
3359
  border-radius: 5px;
3356
3360
  display: inline-block;
3357
3361
  font-size: 13px;
3358
- height: 88px;
3359
- margin: 15px;
3360
3362
  padding-top: 40px;
3361
3363
  text-align: center;
3362
- width: 311px;
3363
3364
  word-wrap: break-word;
3364
3365
  max-width: 300px;
3365
3366
  padding-top: 36px;
3367
+ height: 88px;
3368
+ width: 311px;
3369
+ margin: 15px;
3366
3370
  }
3367
3371
 
3368
3372
  .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
@@ -1034,6 +1034,10 @@ input.e-pv-input-password::-ms-reveal {
1034
1034
  padding: 0;
1035
1035
  }
1036
1036
 
1037
+ .e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
1038
+ width: 100px;
1039
+ }
1040
+
1037
1041
  .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),
1038
1042
  .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),
1039
1043
  .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),
@@ -2303,9 +2307,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2303
2307
 
2304
2308
  .e-pv-organize-total-page-button {
2305
2309
  float: left;
2306
- font-size: 12;
2307
2310
  font-weight: normal;
2308
2311
  color: #201f1e;
2312
+ font-size: 12;
2309
2313
  }
2310
2314
 
2311
2315
  .e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
@@ -2601,9 +2605,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2601
2605
  .e-pv-properties-line-stroke-color-label,
2602
2606
  .e-pv-properties-line-opacity-label,
2603
2607
  .e-pv-properties-line-leader-length-label {
2604
- margin-bottom: 8px;
2605
2608
  font-weight: 600;
2606
2609
  font-size: 14px;
2610
+ margin-bottom: 8px;
2607
2611
  }
2608
2612
 
2609
2613
  .e-pv-properties-line-end-container,
@@ -3262,8 +3266,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3262
3266
  }
3263
3267
 
3264
3268
  .e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
3265
- margin-top: 10px;
3266
3269
  padding-bottom: 5px;
3270
+ margin-top: 10px;
3267
3271
  }
3268
3272
 
3269
3273
  .e-pdfviewer .e-pv-signature-window .e-footer-content {
@@ -3355,14 +3359,14 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3355
3359
  border-radius: 5px;
3356
3360
  display: inline-block;
3357
3361
  font-size: 13px;
3358
- height: 88px;
3359
- margin: 15px;
3360
3362
  padding-top: 40px;
3361
3363
  text-align: center;
3362
- width: 311px;
3363
3364
  word-wrap: break-word;
3364
3365
  max-width: 300px;
3365
3366
  padding-top: 36px;
3367
+ height: 88px;
3368
+ width: 311px;
3369
+ margin: 15px;
3366
3370
  }
3367
3371
 
3368
3372
  .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {