@syncfusion/ej2-vue-pdfviewer 20.4.54 → 21.1.36

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 (50) hide show
  1. package/CHANGELOG.md +195 -0
  2. package/README.md +1 -1
  3. package/dist/ej2-vue-pdfviewer.umd.min.js +2 -2
  4. package/dist/ej2-vue-pdfviewer.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-vue-pdfviewer.es2015.js +161 -182
  6. package/dist/es6/ej2-vue-pdfviewer.es2015.js.map +1 -1
  7. package/dist/es6/ej2-vue-pdfviewer.es5.js +173 -199
  8. package/dist/es6/ej2-vue-pdfviewer.es5.js.map +1 -1
  9. package/dist/global/ej2-vue-pdfviewer.min.js +2 -2
  10. package/package.json +11 -10
  11. package/src/pdfviewer/pdfviewer.component.d.ts +3 -52
  12. package/src/pdfviewer/pdfviewer.component.js +174 -203
  13. package/styles/bootstrap-dark.css +55 -11
  14. package/styles/bootstrap.css +55 -11
  15. package/styles/bootstrap4.css +55 -11
  16. package/styles/bootstrap5-dark.css +67 -17
  17. package/styles/bootstrap5.css +67 -17
  18. package/styles/fabric-dark.css +55 -11
  19. package/styles/fabric.css +55 -11
  20. package/styles/fluent-dark.css +92 -17
  21. package/styles/fluent.css +92 -17
  22. package/styles/highcontrast-light.css +55 -11
  23. package/styles/highcontrast.css +55 -11
  24. package/styles/material-dark.css +55 -11
  25. package/styles/material.css +55 -16
  26. package/styles/material3-dark.css +3482 -0
  27. package/styles/material3-dark.scss +2 -0
  28. package/styles/material3.css +3538 -0
  29. package/styles/material3.scss +2 -0
  30. package/styles/pdfviewer/bootstrap-dark.css +55 -11
  31. package/styles/pdfviewer/bootstrap.css +55 -11
  32. package/styles/pdfviewer/bootstrap4.css +55 -11
  33. package/styles/pdfviewer/bootstrap5-dark.css +67 -17
  34. package/styles/pdfviewer/bootstrap5.css +67 -17
  35. package/styles/pdfviewer/fabric-dark.css +55 -11
  36. package/styles/pdfviewer/fabric.css +55 -11
  37. package/styles/pdfviewer/fluent-dark.css +92 -17
  38. package/styles/pdfviewer/fluent.css +92 -17
  39. package/styles/pdfviewer/highcontrast-light.css +55 -11
  40. package/styles/pdfviewer/highcontrast.css +55 -11
  41. package/styles/pdfviewer/material-dark.css +55 -11
  42. package/styles/pdfviewer/material.css +55 -16
  43. package/styles/pdfviewer/material3-dark.css +3482 -0
  44. package/styles/pdfviewer/material3-dark.scss +2 -0
  45. package/styles/pdfviewer/material3.css +3538 -0
  46. package/styles/pdfviewer/material3.scss +2 -0
  47. package/styles/pdfviewer/tailwind-dark.css +58 -11
  48. package/styles/pdfviewer/tailwind.css +58 -11
  49. package/styles/tailwind-dark.css +58 -11
  50. package/styles/tailwind.css +58 -11
@@ -612,13 +612,13 @@
612
612
  /* stylelint-disable value-no-vendor-prefix */
613
613
  /* stylelint-disable property-no-vendor-prefix */
614
614
  .e-pv-viewer-container {
615
- background-color: #d0d0d0;
616
615
  border-color: #fff;
617
616
  height: calc(100% - 50px);
618
617
  overflow: auto;
619
618
  position: relative;
620
619
  -ms-touch-action: pan-x pan-y;
621
620
  touch-action: pan-x pan-y;
621
+ background-color: #d0d0d0;
622
622
  }
623
623
 
624
624
  .e-pdfviewer.e-pv-mobile-view .e-pv-viewer-container::-webkit-scrollbar {
@@ -831,6 +831,11 @@ input.e-pv-input-password::-ms-reveal {
831
831
  padding-bottom: 0;
832
832
  }
833
833
 
834
+ .e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
835
+ .e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
836
+ padding-bottom: 0;
837
+ }
838
+
834
839
  .e-pv-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
835
840
  .e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
836
841
  line-height: 26px;
@@ -1822,6 +1827,12 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1822
1827
  font-size: 12px;
1823
1828
  }
1824
1829
 
1830
+ .e-bigger .e-.e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-caret,
1831
+ .e-bigger .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret,
1832
+ .e-bigger .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret {
1833
+ font-size: 18px;
1834
+ }
1835
+
1825
1836
  .e-pv-annotation-color-container,
1826
1837
  .e-pv-annotation-opacity-container,
1827
1838
  .e-pv-annotation-stroke-container,
@@ -2077,8 +2088,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2077
2088
  .e-pv-properties-line-stroke-color-label,
2078
2089
  .e-pv-properties-line-opacity-label,
2079
2090
  .e-pv-properties-line-leader-length-label {
2080
- font-size: 14px;
2081
2091
  margin-bottom: 8px;
2092
+ font-size: 14px;
2082
2093
  }
2083
2094
 
2084
2095
  .e-pv-properties-line-end-container,
@@ -2357,10 +2368,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2357
2368
 
2358
2369
  .e-pdfviewer .e-editable-value-wrapper {
2359
2370
  color: rgba(51, 51, 51, 0.9);
2360
- font-size: 14px;
2361
2371
  line-height: normal;
2362
2372
  min-height: 22px;
2363
2373
  padding: 2px 8px 3px;
2374
+ font-size: 14px;
2364
2375
  }
2365
2376
 
2366
2377
  .e-pdfviewer .e-pv-comment-textbox .e-editable-value-wrapper {
@@ -2464,20 +2475,20 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2464
2475
 
2465
2476
  .e-pv-comment-panel-title-container {
2466
2477
  background-color: #fff;
2467
- border-color: #adadad;
2468
2478
  border-style: double;
2469
2479
  border-width: 0 1px 1px 0;
2470
2480
  height: 45px;
2471
2481
  position: relative;
2482
+ border-color: #adadad;
2472
2483
  }
2473
2484
 
2474
2485
  .e-pv-comment-panel-title {
2475
2486
  color: rgba(51, 51, 51, 0.9);
2476
2487
  font-size: 14px;
2477
2488
  left: 15px;
2489
+ top: 14px;
2478
2490
  position: absolute;
2479
2491
  text-align: left;
2480
- top: 14px;
2481
2492
  }
2482
2493
 
2483
2494
  .e-pv-comment-panel-title-close-div.e-btn {
@@ -2525,10 +2536,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2525
2536
 
2526
2537
  .e-pv-comment-title {
2527
2538
  color: rgba(51, 51, 51, 0.6);
2528
- font-size: 14px;
2529
- max-width: 237px;
2530
2539
  padding-left: 32px;
2531
2540
  padding-top: 5px;
2541
+ font-size: 14px;
2542
+ max-width: 237px;
2532
2543
  position: absolute;
2533
2544
  }
2534
2545
 
@@ -2589,7 +2600,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2589
2600
 
2590
2601
  .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
2591
2602
  border-bottom: 0;
2592
- word-break: break-all;
2603
+ word-break: break-word;
2593
2604
  }
2594
2605
 
2595
2606
  .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
@@ -2669,8 +2680,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2669
2680
  }
2670
2681
 
2671
2682
  .e-pv-signature-dialog-height .e-pv-cancelbtn {
2672
- height: 30px;
2673
- min-height: 30px;
2683
+ height: 32px;
2684
+ min-height: 32px;
2674
2685
  }
2675
2686
 
2676
2687
  .e-pv-signature-dialog-height .e-pv-createbtn {
@@ -2963,6 +2974,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2963
2974
  padding: 12px 20px 12px 1px;
2964
2975
  }
2965
2976
 
2977
+ .e-bigger .e-pv-properties-fill-color-style-prop,
2978
+ .e-bigger .e-pv-properties-stroke-color-style-prop,
2979
+ .e-bigger .e-pv-properties-stroke-thickness-style-prop {
2980
+ padding: 12px 20px 12px 1px;
2981
+ }
2982
+
2966
2983
  .e-pv-formfield-fontcolor-icon,
2967
2984
  .e-pv-formfield-strokecolor-icon,
2968
2985
  .e-pv-formfield-strokethickness-icon {
@@ -3127,7 +3144,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3127
3144
  background-color: #c8c8c8;
3128
3145
  }
3129
3146
 
3130
- .e-pv-formfield-li-element:hover {
3147
+ .e-pv-formfield-li-element:hover:not(.e-pv-li-select) {
3131
3148
  background-color: #c8c8c8;
3132
3149
  }
3133
3150
 
@@ -3203,6 +3220,29 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3203
3220
  width: 120px;
3204
3221
  }
3205
3222
 
3223
+ .e-bigger .e-pv-properties-form-field-font-style {
3224
+ background: #eaeaea;
3225
+ border-radius: 2px;
3226
+ display: -ms-flexbox;
3227
+ display: flex;
3228
+ height: 36px;
3229
+ -ms-flex-pack: space-evenly;
3230
+ justify-content: space-evenly;
3231
+ width: 154px;
3232
+ }
3233
+
3234
+ .e-bigger .e-pv-properties-form-field-font-align {
3235
+ background: #eaeaea;
3236
+ border-radius: 2px;
3237
+ display: -ms-flexbox;
3238
+ display: flex;
3239
+ height: 36px;
3240
+ -ms-flex-pack: space-evenly;
3241
+ justify-content: space-evenly;
3242
+ margin-right: 15px;
3243
+ width: 120px;
3244
+ }
3245
+
3206
3246
  .e-pv-properties-formfield-label {
3207
3247
  color: #757575;
3208
3248
  font-family: "Roboto";
@@ -3254,6 +3294,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3254
3294
  height: 565px;
3255
3295
  }
3256
3296
 
3297
+ .e-bigger .e-pv-signature-dialog-height {
3298
+ min-height: 592px;
3299
+ }
3300
+
3257
3301
  .e-dialog.e-pv-signature-dialog-blazor-height {
3258
3302
  height: 565px;
3259
3303
  }
@@ -601,13 +601,13 @@
601
601
  /* stylelint-disable value-no-vendor-prefix */
602
602
  /* stylelint-disable property-no-vendor-prefix */
603
603
  .e-pv-viewer-container {
604
- background-color: #323130;
605
604
  border-color: #323130;
606
605
  height: 100%;
607
606
  overflow: auto;
608
607
  position: relative;
609
608
  -ms-touch-action: pan-x pan-y;
610
609
  touch-action: pan-x pan-y;
610
+ background-color: #323130;
611
611
  }
612
612
 
613
613
  .e-pdfviewer.e-pv-mobile-view .e-pv-viewer-container::-webkit-scrollbar {
@@ -828,6 +828,11 @@ input.e-pv-input-password::-ms-reveal {
828
828
  padding-bottom: 2px;
829
829
  }
830
830
 
831
+ .e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
832
+ .e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
833
+ padding-bottom: 2px;
834
+ }
835
+
831
836
  .e-pv-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
832
837
  .e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
833
838
  line-height: 22px;
@@ -1074,7 +1079,7 @@ input.e-pv-input-password::-ms-reveal {
1074
1079
  }
1075
1080
 
1076
1081
  .e-pv-password-popup.e-dialog {
1077
- height: 198px;
1082
+ height: 240px;
1078
1083
  margin: 0 10px;
1079
1084
  max-width: 500px;
1080
1085
  }
@@ -1759,7 +1764,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1759
1764
  }
1760
1765
 
1761
1766
  .e-pv-notification-popup.e-pv-notification-large-content {
1762
- height: 205px;
1767
+ height: 278px;
1763
1768
  max-width: 400px;
1764
1769
  }
1765
1770
 
@@ -1898,6 +1903,12 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1898
1903
  font-size: 16px;
1899
1904
  }
1900
1905
 
1906
+ .e-bigger .e-.e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-caret,
1907
+ .e-bigger .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret,
1908
+ .e-bigger .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret {
1909
+ font-size: 18px;
1910
+ }
1911
+
1901
1912
  .e-pv-annotation-color-container,
1902
1913
  .e-pv-annotation-opacity-container,
1903
1914
  .e-pv-annotation-stroke-container,
@@ -2193,9 +2204,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2193
2204
  .e-pv-properties-line-stroke-color-label,
2194
2205
  .e-pv-properties-line-opacity-label,
2195
2206
  .e-pv-properties-line-leader-length-label {
2196
- font-size: 14px;
2197
2207
  margin-bottom: 8px;
2198
2208
  font-weight: 600;
2209
+ font-size: 14px;
2199
2210
  }
2200
2211
 
2201
2212
  .e-pv-properties-line-end-container,
@@ -2337,6 +2348,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2337
2348
  margin-right: 7.5px;
2338
2349
  margin-top: 2.5px;
2339
2350
  width: 120px;
2351
+ width: 138px;
2340
2352
  }
2341
2353
 
2342
2354
  .e-bigger .e-pv-line-styles-content-container {
@@ -2366,6 +2378,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2366
2378
 
2367
2379
  .e-pv-properties-opacity-indicator {
2368
2380
  margin-left: 141px;
2381
+ margin-left: 153px;
2369
2382
  }
2370
2383
 
2371
2384
  .e-pv-annotation-stamp-container .e-menu-parent.e-menu {
@@ -2412,6 +2425,11 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2412
2425
  height: 240px;
2413
2426
  }
2414
2427
 
2428
+ .e-bigger .e-pv-password-popup.e-dialog,
2429
+ .e-pv-mobile-view .e-pv-password-popup.e-dialog {
2430
+ height: 270px;
2431
+ }
2432
+
2415
2433
  .e-bigger .e-pv-notification-popup.e-dialog,
2416
2434
  .e-pv-mobile-view .e-pv-notification-popup.e-dialog {
2417
2435
  height: 195px;
@@ -2422,6 +2440,11 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2422
2440
  height: 220px;
2423
2441
  }
2424
2442
 
2443
+ .e-bigger .e-pv-notification-popup.e-pv-notification-large-content.e-dialog,
2444
+ .e-pv-mobile-view .e-pv-notification-popup.e-pv-notification-large-content.e-dialog {
2445
+ height: 280px;
2446
+ }
2447
+
2425
2448
  .e-bigger .e-pv-corrupted-popup.e-dialog,
2426
2449
  .e-pv-mobile-view .e-pv-corrupted-popup.e-dialog {
2427
2450
  height: 198px;
@@ -2528,10 +2551,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2528
2551
 
2529
2552
  .e-pdfviewer .e-editable-value-wrapper {
2530
2553
  color: #d2d0ce;
2531
- font-size: 14px;
2532
2554
  line-height: normal;
2533
2555
  min-height: 22px;
2534
2556
  padding: 2px 8px 3px;
2557
+ font-size: 14px;
2535
2558
  }
2536
2559
 
2537
2560
  .e-pdfviewer .e-pv-comment-textbox .e-editable-value-wrapper {
@@ -2635,11 +2658,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2635
2658
 
2636
2659
  .e-pv-comment-panel-title-container {
2637
2660
  background-color: #201f1e;
2638
- border-color: #292827;
2639
2661
  border-style: double;
2640
2662
  border-width: 0 1px 1px 0;
2641
2663
  height: 45px;
2642
2664
  position: relative;
2665
+ border-color: #292827;
2643
2666
  }
2644
2667
 
2645
2668
  .e-pv-comment-panel-title {
@@ -2647,9 +2670,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2647
2670
  font-size: 14px;
2648
2671
  font-weight: 600;
2649
2672
  left: 15px;
2673
+ top: 14px;
2650
2674
  position: absolute;
2651
2675
  text-align: left;
2652
- top: 14px;
2653
2676
  }
2654
2677
 
2655
2678
  .e-pv-comment-panel-title-close-div.e-btn {
@@ -2692,12 +2715,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2692
2715
 
2693
2716
  .e-pv-comment-title {
2694
2717
  color: #0078d4;
2718
+ padding-left: 32px;
2719
+ padding-top: 5px;
2695
2720
  color: #f3f2f1;
2696
2721
  font-size: 14px;
2697
2722
  font-weight: 600;
2698
2723
  max-width: 237px;
2699
- padding-left: 32px;
2700
- padding-top: 5px;
2701
2724
  position: absolute;
2702
2725
  }
2703
2726
 
@@ -2763,7 +2786,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2763
2786
 
2764
2787
  .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
2765
2788
  border-bottom: 0;
2766
- word-break: break-all;
2789
+ word-break: break-word;
2767
2790
  }
2768
2791
 
2769
2792
  .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
@@ -2843,8 +2866,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2843
2866
  }
2844
2867
 
2845
2868
  .e-pv-signature-dialog-height .e-pv-cancelbtn {
2846
- height: 30px;
2847
- min-height: 30px;
2869
+ height: 32px;
2870
+ min-height: 32px;
2848
2871
  }
2849
2872
 
2850
2873
  .e-pv-signature-dialog-height .e-pv-createbtn {
@@ -3089,6 +3112,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3089
3112
  .e-pv-properties-visibility-style-prop {
3090
3113
  padding-bottom: 12px;
3091
3114
  padding-top: 12px;
3115
+ padding-bottom: 10px;
3116
+ padding-top: 20px;
3092
3117
  }
3093
3118
 
3094
3119
  .e-pv-properties-checkbox-main-div-prop {
@@ -3139,6 +3164,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3139
3164
  padding: 12px 20px 12px 1px;
3140
3165
  }
3141
3166
 
3167
+ .e-bigger .e-pv-properties-fill-color-style-prop,
3168
+ .e-bigger .e-pv-properties-stroke-color-style-prop,
3169
+ .e-bigger .e-pv-properties-stroke-thickness-style-prop {
3170
+ padding: 12px 20px 12px 1px;
3171
+ }
3172
+
3142
3173
  .e-pv-formfield-fontcolor-icon,
3143
3174
  .e-pv-formfield-strokecolor-icon,
3144
3175
  .e-pv-formfield-strokethickness-icon {
@@ -3155,6 +3186,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3155
3186
  .e-pv-properties-font-family-container {
3156
3187
  margin-right: 15px;
3157
3188
  width: 122px;
3189
+ width: 165px;
3158
3190
  }
3159
3191
 
3160
3192
  .e-pv-properties-font-size-container {
@@ -3314,7 +3346,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3314
3346
  color: #fff;
3315
3347
  }
3316
3348
 
3317
- .e-pv-formfield-li-element:hover {
3349
+ .e-pv-formfield-li-element:hover:not(.e-pv-li-select) {
3318
3350
  background-color: #0078d4;
3319
3351
  color: #fff;
3320
3352
  }
@@ -3353,6 +3385,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3353
3385
  .e-pv-form-field-property-header-general {
3354
3386
  font-family: "Segoe UI";
3355
3387
  height: 24px;
3388
+ font-family: "Roboto";
3356
3389
  font-size: 14px;
3357
3390
  font-style: normal;
3358
3391
  line-height: 22px;
@@ -3402,6 +3435,39 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3402
3435
  border: 1px solid #a19f9d;
3403
3436
  }
3404
3437
 
3438
+ .e-bigger .e-pv-properties-form-field-font-style {
3439
+ background: #1b1a19;
3440
+ border-radius: 2px;
3441
+ display: -ms-flexbox;
3442
+ display: flex;
3443
+ height: 36px;
3444
+ -ms-flex-pack: space-evenly;
3445
+ justify-content: space-evenly;
3446
+ width: 154px;
3447
+ -ms-flex-align: center;
3448
+ align-items: center;
3449
+ border: 1px solid #a19f9d;
3450
+ height: 32px;
3451
+ width: 163px;
3452
+ }
3453
+
3454
+ .e-bigger .e-pv-properties-form-field-font-align {
3455
+ background: #1b1a19;
3456
+ border-radius: 2px;
3457
+ display: -ms-flexbox;
3458
+ display: flex;
3459
+ height: 36px;
3460
+ -ms-flex-pack: space-evenly;
3461
+ justify-content: space-evenly;
3462
+ margin-right: 15px;
3463
+ width: 120px;
3464
+ -ms-flex-align: center;
3465
+ align-items: center;
3466
+ border: 1px solid #292827;
3467
+ height: 32px;
3468
+ border: 1px solid #a19f9d;
3469
+ }
3470
+
3405
3471
  .e-pv-properties-formfield-label {
3406
3472
  color: #d2d0ce;
3407
3473
  font-family: "Roboto";
@@ -3420,7 +3486,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3420
3486
  }
3421
3487
 
3422
3488
  .e-pv-properties-form-field-window {
3423
- height: 479px;
3489
+ height: 555px;
3490
+ }
3491
+
3492
+ .e-bigger .e-pv-properties-form-field-window {
3493
+ height: 585px;
3424
3494
  }
3425
3495
 
3426
3496
  .e-pv-properties-header-spliter {
@@ -3453,8 +3523,13 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3453
3523
  }
3454
3524
 
3455
3525
  .e-dialog.e-pv-signature-dialog-height {
3456
- height: 555px;
3457
- min-height: 555px;
3526
+ height: 591px;
3527
+ min-height: 591px;
3528
+ }
3529
+
3530
+ .e-bigger .e-dialog.e-pv-signature-dialog-height {
3531
+ height: 627px;
3532
+ min-height: 591px;
3458
3533
  }
3459
3534
 
3460
3535
  .e-bigger .e-pv-signature-dialog-height {
@@ -3463,7 +3538,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3463
3538
 
3464
3539
  .e-dialog.e-pv-signature-dialog-blazor-height {
3465
3540
  height: 535px;
3466
- min-height: 555px;
3541
+ min-height: 591px;
3467
3542
  }
3468
3543
 
3469
3544
  .e-pv-handwritten-signature-canvas {