@syncfusion/ej2-angular-pdfviewer 20.2.50 → 20.3.47-ngcc

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 (120) hide show
  1. package/@syncfusion/ej2-angular-pdfviewer.es5.js +270 -0
  2. package/@syncfusion/ej2-angular-pdfviewer.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-pdfviewer.js +251 -0
  4. package/@syncfusion/ej2-angular-pdfviewer.js.map +1 -0
  5. package/CHANGELOG.md +1516 -0
  6. package/dist/ej2-angular-pdfviewer.umd.js +454 -0
  7. package/dist/ej2-angular-pdfviewer.umd.js.map +1 -0
  8. package/dist/ej2-angular-pdfviewer.umd.min.js +11 -0
  9. package/dist/ej2-angular-pdfviewer.umd.min.js.map +1 -0
  10. package/ej2-angular-pdfviewer.d.ts +5 -0
  11. package/ej2-angular-pdfviewer.metadata.json +1 -0
  12. package/package.json +15 -29
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/collection.json +10 -0
  15. package/schematics/ng-add/index.d.ts +3 -0
  16. package/schematics/ng-add/index.js +9 -0
  17. package/schematics/ng-add/schema.d.ts +13 -0
  18. package/schematics/ng-add/schema.js +2 -0
  19. package/schematics/ng-add/schema.json +34 -0
  20. package/schematics/tsconfig.json +25 -0
  21. package/schematics/utils/lib-details.d.ts +4 -0
  22. package/schematics/utils/lib-details.js +6 -0
  23. package/schematics/utils/lib-details.ts +2 -2
  24. package/src/pdfviewer/pdfviewer-all.module.d.ts +0 -6
  25. package/src/pdfviewer/pdfviewer.component.d.ts +0 -3
  26. package/src/pdfviewer/pdfviewer.module.d.ts +0 -6
  27. package/styles/bootstrap-dark.css +26 -7
  28. package/styles/bootstrap.css +26 -7
  29. package/styles/bootstrap4.css +26 -7
  30. package/styles/bootstrap5-dark.css +26 -7
  31. package/styles/bootstrap5.css +26 -7
  32. package/styles/fabric-dark.css +26 -7
  33. package/styles/fabric.css +26 -7
  34. package/styles/fluent-dark.css +24 -5
  35. package/styles/fluent.css +24 -5
  36. package/styles/highcontrast-light.css +26 -7
  37. package/styles/highcontrast.css +26 -7
  38. package/styles/material-dark.css +26 -7
  39. package/styles/material.css +26 -7
  40. package/styles/pdfviewer/bootstrap-dark.css +26 -7
  41. package/styles/pdfviewer/bootstrap-dark.scss +1 -4
  42. package/styles/pdfviewer/bootstrap.css +26 -7
  43. package/styles/pdfviewer/bootstrap.scss +1 -4
  44. package/styles/pdfviewer/bootstrap4.css +26 -7
  45. package/styles/pdfviewer/bootstrap4.scss +1 -4
  46. package/styles/pdfviewer/bootstrap5-dark.css +26 -7
  47. package/styles/pdfviewer/bootstrap5-dark.scss +1 -4
  48. package/styles/pdfviewer/bootstrap5.css +26 -7
  49. package/styles/pdfviewer/bootstrap5.scss +1 -4
  50. package/styles/pdfviewer/fabric-dark.css +26 -7
  51. package/styles/pdfviewer/fabric-dark.scss +1 -4
  52. package/styles/pdfviewer/fabric.css +26 -7
  53. package/styles/pdfviewer/fabric.scss +1 -4
  54. package/styles/pdfviewer/fluent-dark.css +24 -5
  55. package/styles/pdfviewer/fluent-dark.scss +1 -4
  56. package/styles/pdfviewer/fluent.css +24 -5
  57. package/styles/pdfviewer/fluent.scss +1 -4
  58. package/styles/pdfviewer/highcontrast-light.css +26 -7
  59. package/styles/pdfviewer/highcontrast-light.scss +1 -4
  60. package/styles/pdfviewer/highcontrast.css +26 -7
  61. package/styles/pdfviewer/highcontrast.scss +1 -4
  62. package/styles/pdfviewer/material-dark.css +26 -7
  63. package/styles/pdfviewer/material-dark.scss +1 -4
  64. package/styles/pdfviewer/material.css +26 -7
  65. package/styles/pdfviewer/material.scss +1 -4
  66. package/styles/pdfviewer/tailwind-dark.css +26 -7
  67. package/styles/pdfviewer/tailwind-dark.scss +1 -4
  68. package/styles/pdfviewer/tailwind.css +26 -7
  69. package/styles/pdfviewer/tailwind.scss +1 -4
  70. package/styles/tailwind-dark.css +26 -7
  71. package/styles/tailwind.css +26 -7
  72. package/esm2020/public_api.mjs +0 -3
  73. package/esm2020/src/index.mjs +0 -5
  74. package/esm2020/src/pdfviewer/pdfviewer-all.module.mjs +0 -62
  75. package/esm2020/src/pdfviewer/pdfviewer.component.mjs +0 -143
  76. package/esm2020/src/pdfviewer/pdfviewer.module.mjs +0 -25
  77. package/esm2020/syncfusion-ej2-angular-pdfviewer.mjs +0 -5
  78. package/fesm2015/syncfusion-ej2-angular-pdfviewer.mjs +0 -231
  79. package/fesm2015/syncfusion-ej2-angular-pdfviewer.mjs.map +0 -1
  80. package/fesm2020/syncfusion-ej2-angular-pdfviewer.mjs +0 -231
  81. package/fesm2020/syncfusion-ej2-angular-pdfviewer.mjs.map +0 -1
  82. package/styles/_all.scss +0 -0
  83. package/styles/pdfviewer/_all.scss +0 -2
  84. package/styles/pdfviewer/_bootstrap-dark-definition.scss +0 -536
  85. package/styles/pdfviewer/_bootstrap-definition.scss +0 -536
  86. package/styles/pdfviewer/_bootstrap4-definition.scss +0 -582
  87. package/styles/pdfviewer/_bootstrap5-dark-definition.scss +0 -1
  88. package/styles/pdfviewer/_bootstrap5-definition.scss +0 -531
  89. package/styles/pdfviewer/_fabric-dark-definition.scss +0 -533
  90. package/styles/pdfviewer/_fabric-definition.scss +0 -535
  91. package/styles/pdfviewer/_fluent-dark-definition.scss +0 -1
  92. package/styles/pdfviewer/_fluent-definition.scss +0 -537
  93. package/styles/pdfviewer/_fusionnew-definition.scss +0 -531
  94. package/styles/pdfviewer/_highcontrast-definition.scss +0 -535
  95. package/styles/pdfviewer/_highcontrast-light-definition.scss +0 -531
  96. package/styles/pdfviewer/_layout.scss +0 -195
  97. package/styles/pdfviewer/_material-dark-definition.scss +0 -534
  98. package/styles/pdfviewer/_material-definition.scss +0 -532
  99. package/styles/pdfviewer/_material3-definition.scss +0 -531
  100. package/styles/pdfviewer/_tailwind-dark-definition.scss +0 -1
  101. package/styles/pdfviewer/_tailwind-definition.scss +0 -537
  102. package/styles/pdfviewer/_theme.scss +0 -4115
  103. package/styles/pdfviewer/icons/_bootstrap-dark.scss +0 -475
  104. package/styles/pdfviewer/icons/_bootstrap.scss +0 -480
  105. package/styles/pdfviewer/icons/_bootstrap4.scss +0 -482
  106. package/styles/pdfviewer/icons/_bootstrap5-dark.scss +0 -1
  107. package/styles/pdfviewer/icons/_bootstrap5.scss +0 -489
  108. package/styles/pdfviewer/icons/_fabric-dark.scss +0 -489
  109. package/styles/pdfviewer/icons/_fabric.scss +0 -492
  110. package/styles/pdfviewer/icons/_fluent-dark.scss +0 -1
  111. package/styles/pdfviewer/icons/_fluent.scss +0 -488
  112. package/styles/pdfviewer/icons/_fusionnew.scss +0 -489
  113. package/styles/pdfviewer/icons/_highcontrast-light.scss +0 -476
  114. package/styles/pdfviewer/icons/_highcontrast.scss +0 -475
  115. package/styles/pdfviewer/icons/_material-dark.scss +0 -477
  116. package/styles/pdfviewer/icons/_material.scss +0 -480
  117. package/styles/pdfviewer/icons/_material3.scss +0 -489
  118. package/styles/pdfviewer/icons/_tailwind-dark.scss +0 -489
  119. package/styles/pdfviewer/icons/_tailwind.scss +0 -489
  120. package/syncfusion-ej2-angular-pdfviewer.d.ts +0 -5
@@ -435,6 +435,7 @@
435
435
  }
436
436
 
437
437
  /*! component layout */
438
+ /* stylelint-disable property-no-vendor-prefix */
438
439
  .e-pdfviewer .e-pv-viewer-container {
439
440
  border-style: solid;
440
441
  border-width: 1px 1px 1px 0;
@@ -597,6 +598,8 @@
597
598
  width: 20px;
598
599
  }
599
600
 
601
+ /* stylelint-disable value-no-vendor-prefix */
602
+ /* stylelint-disable property-no-vendor-prefix */
600
603
  .e-pv-viewer-container {
601
604
  background-color: #e9ecef;
602
605
  border-color: #dee2e6;
@@ -763,7 +766,7 @@ input.e-pv-input-password::-ms-reveal {
763
766
  width: 10%;
764
767
  }
765
768
 
766
- .e-pv-gotopage-popup {
769
+ .e-dialog.e-pv-gotopage-popup {
767
770
  max-width: 500px;
768
771
  padding-left: 16px;
769
772
  padding-top: 16px;
@@ -2918,10 +2921,26 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2918
2921
  padding-bottom: 1px;
2919
2922
  }
2920
2923
 
2921
- .e-pdfviewer .e-pv-signature-window .e-footer-content .e-pv-clearbtn {
2924
+ .e-pdfviewer .e-pv-signature-window .e-footer-content {
2922
2925
  float: left;
2923
2926
  }
2924
2927
 
2928
+ .e-pv-signature-dialog-height .e-pv-clearbtn {
2929
+ float: left;
2930
+ height: 30px;
2931
+ min-height: 30px;
2932
+ }
2933
+
2934
+ .e-pv-signature-dialog-height .e-pv-cancelbtn {
2935
+ height: 30px;
2936
+ min-height: 30px;
2937
+ }
2938
+
2939
+ .e-pv-signature-dialog-height .e-pv-createbtn {
2940
+ height: 30px;
2941
+ min-height: 30px;
2942
+ }
2943
+
2925
2944
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2926
2945
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2927
2946
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -3408,7 +3427,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3408
3427
  -webkit-user-select: none;
3409
3428
  color: #000;
3410
3429
  display: block;
3411
- font-family: Roboto;
3430
+ font-family: "Roboto";
3412
3431
  font-size: 20px;
3413
3432
  font-style: normal;
3414
3433
  font-weight: 500;
@@ -3425,7 +3444,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3425
3444
  }
3426
3445
 
3427
3446
  .e-pv-form-field-property-header-general {
3428
- font-family: Roboto;
3447
+ font-family: "Roboto";
3429
3448
  font-size: 13px;
3430
3449
  font-style: normal;
3431
3450
  font-weight: 500;
@@ -3434,7 +3453,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3434
3453
 
3435
3454
  .e-pv-properties-formfield-formatting {
3436
3455
  color: #757575;
3437
- font-family: Roboto;
3456
+ font-family: "Roboto";
3438
3457
  font-size: 13px;
3439
3458
  font-style: normal;
3440
3459
  font-weight: normal;
@@ -3468,7 +3487,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3468
3487
 
3469
3488
  .e-pv-properties-formfield-label {
3470
3489
  color: #757575;
3471
- font-family: Roboto;
3490
+ font-family: "Roboto";
3472
3491
  font-size: 13px;
3473
3492
  font-style: normal;
3474
3493
  font-weight: normal;
@@ -3530,7 +3549,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3530
3549
  height: 535px;
3531
3550
  }
3532
3551
 
3533
- .e-pv-signature-dialog-blazor-height {
3552
+ .e-dialog.e-pv-signature-dialog-blazor-height {
3534
3553
  height: 540px;
3535
3554
  }
3536
3555
 
@@ -437,6 +437,7 @@
437
437
  }
438
438
 
439
439
  /*! component layout */
440
+ /* stylelint-disable property-no-vendor-prefix */
440
441
  .e-pdfviewer .e-pv-viewer-container {
441
442
  border-style: solid;
442
443
  border-width: 1px 1px 1px 0;
@@ -599,6 +600,8 @@
599
600
  width: 20px;
600
601
  }
601
602
 
603
+ /* stylelint-disable value-no-vendor-prefix */
604
+ /* stylelint-disable property-no-vendor-prefix */
602
605
  .e-pv-viewer-container {
603
606
  background-color: #343a40;
604
607
  border-color: #343a40;
@@ -755,7 +758,7 @@ input.e-pv-input-password::-ms-reveal {
755
758
  width: 10%;
756
759
  }
757
760
 
758
- .e-pv-gotopage-popup {
761
+ .e-dialog.e-pv-gotopage-popup {
759
762
  max-width: 500px;
760
763
  padding-left: 16px;
761
764
  padding-top: 16px;
@@ -2853,10 +2856,26 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2853
2856
  padding-bottom: 5px;
2854
2857
  }
2855
2858
 
2856
- .e-pdfviewer .e-pv-signature-window .e-footer-content .e-pv-clearbtn {
2859
+ .e-pdfviewer .e-pv-signature-window .e-footer-content {
2857
2860
  float: left;
2858
2861
  }
2859
2862
 
2863
+ .e-pv-signature-dialog-height .e-pv-clearbtn {
2864
+ float: left;
2865
+ height: 30px;
2866
+ min-height: 30px;
2867
+ }
2868
+
2869
+ .e-pv-signature-dialog-height .e-pv-cancelbtn {
2870
+ height: 30px;
2871
+ min-height: 30px;
2872
+ }
2873
+
2874
+ .e-pv-signature-dialog-height .e-pv-createbtn {
2875
+ height: 30px;
2876
+ min-height: 30px;
2877
+ }
2878
+
2860
2879
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2861
2880
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2862
2881
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -3380,7 +3399,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3380
3399
  -webkit-user-select: none;
3381
3400
  color: #fff;
3382
3401
  display: block;
3383
- font-family: Roboto;
3402
+ font-family: "Roboto";
3384
3403
  font-family: inherit;
3385
3404
  font-size: 20px;
3386
3405
  font-style: normal;
@@ -3398,7 +3417,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3398
3417
  }
3399
3418
 
3400
3419
  .e-pv-form-field-property-header-general {
3401
- font-family: Roboto;
3420
+ font-family: "Roboto";
3402
3421
  font-family: inherit;
3403
3422
  font-size: 12px;
3404
3423
  font-style: normal;
@@ -3408,7 +3427,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3408
3427
 
3409
3428
  .e-pv-properties-formfield-formatting {
3410
3429
  color: #e9ecef;
3411
- font-family: Roboto;
3430
+ font-family: "Roboto";
3412
3431
  font-size: 12px;
3413
3432
  font-style: normal;
3414
3433
  font-weight: normal;
@@ -3451,7 +3470,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3451
3470
 
3452
3471
  .e-pv-properties-formfield-label {
3453
3472
  color: #e9ecef;
3454
- font-family: Roboto;
3473
+ font-family: "Roboto";
3455
3474
  font-family: inherit;
3456
3475
  font-size: 12px;
3457
3476
  font-style: normal;
@@ -3502,7 +3521,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3502
3521
  height: 535px;
3503
3522
  }
3504
3523
 
3505
- .e-pv-signature-dialog-blazor-height {
3524
+ .e-dialog.e-pv-signature-dialog-blazor-height {
3506
3525
  height: 530px;
3507
3526
  }
3508
3527
 
@@ -437,6 +437,7 @@
437
437
  }
438
438
 
439
439
  /*! component layout */
440
+ /* stylelint-disable property-no-vendor-prefix */
440
441
  .e-pdfviewer .e-pv-viewer-container {
441
442
  border-style: solid;
442
443
  border-width: 1px 1px 1px 0;
@@ -599,6 +600,8 @@
599
600
  width: 20px;
600
601
  }
601
602
 
603
+ /* stylelint-disable value-no-vendor-prefix */
604
+ /* stylelint-disable property-no-vendor-prefix */
602
605
  .e-pv-viewer-container {
603
606
  background-color: #e9ecef;
604
607
  border-color: #e9ecef;
@@ -755,7 +758,7 @@ input.e-pv-input-password::-ms-reveal {
755
758
  width: 10%;
756
759
  }
757
760
 
758
- .e-pv-gotopage-popup {
761
+ .e-dialog.e-pv-gotopage-popup {
759
762
  max-width: 500px;
760
763
  padding-left: 16px;
761
764
  padding-top: 16px;
@@ -2853,10 +2856,26 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2853
2856
  padding-bottom: 5px;
2854
2857
  }
2855
2858
 
2856
- .e-pdfviewer .e-pv-signature-window .e-footer-content .e-pv-clearbtn {
2859
+ .e-pdfviewer .e-pv-signature-window .e-footer-content {
2857
2860
  float: left;
2858
2861
  }
2859
2862
 
2863
+ .e-pv-signature-dialog-height .e-pv-clearbtn {
2864
+ float: left;
2865
+ height: 30px;
2866
+ min-height: 30px;
2867
+ }
2868
+
2869
+ .e-pv-signature-dialog-height .e-pv-cancelbtn {
2870
+ height: 30px;
2871
+ min-height: 30px;
2872
+ }
2873
+
2874
+ .e-pv-signature-dialog-height .e-pv-createbtn {
2875
+ height: 30px;
2876
+ min-height: 30px;
2877
+ }
2878
+
2860
2879
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2861
2880
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2862
2881
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -3380,7 +3399,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3380
3399
  -webkit-user-select: none;
3381
3400
  color: #212529;
3382
3401
  display: block;
3383
- font-family: Roboto;
3402
+ font-family: "Roboto";
3384
3403
  font-family: inherit;
3385
3404
  font-size: 20px;
3386
3405
  font-style: normal;
@@ -3398,7 +3417,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3398
3417
  }
3399
3418
 
3400
3419
  .e-pv-form-field-property-header-general {
3401
- font-family: Roboto;
3420
+ font-family: "Roboto";
3402
3421
  font-family: inherit;
3403
3422
  font-size: 12px;
3404
3423
  font-style: normal;
@@ -3408,7 +3427,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3408
3427
 
3409
3428
  .e-pv-properties-formfield-formatting {
3410
3429
  color: #343a40;
3411
- font-family: Roboto;
3430
+ font-family: "Roboto";
3412
3431
  font-size: 12px;
3413
3432
  font-style: normal;
3414
3433
  font-weight: normal;
@@ -3451,7 +3470,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3451
3470
 
3452
3471
  .e-pv-properties-formfield-label {
3453
3472
  color: #343a40;
3454
- font-family: Roboto;
3473
+ font-family: "Roboto";
3455
3474
  font-family: inherit;
3456
3475
  font-size: 12px;
3457
3476
  font-style: normal;
@@ -3502,7 +3521,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3502
3521
  height: 535px;
3503
3522
  }
3504
3523
 
3505
- .e-pv-signature-dialog-blazor-height {
3524
+ .e-dialog.e-pv-signature-dialog-blazor-height {
3506
3525
  height: 530px;
3507
3526
  }
3508
3527
 
@@ -439,6 +439,7 @@
439
439
  }
440
440
 
441
441
  /*! component layout */
442
+ /* stylelint-disable property-no-vendor-prefix */
442
443
  .e-pdfviewer .e-pv-viewer-container {
443
444
  border-style: solid;
444
445
  border-width: 0;
@@ -601,6 +602,8 @@
601
602
  width: 20px;
602
603
  }
603
604
 
605
+ /* stylelint-disable value-no-vendor-prefix */
606
+ /* stylelint-disable property-no-vendor-prefix */
604
607
  .e-pv-viewer-container {
605
608
  background-color: #201f1f;
606
609
  border-color: #6f6c6c;
@@ -751,7 +754,7 @@ input.e-pv-input-password::-ms-reveal {
751
754
  width: 10%;
752
755
  }
753
756
 
754
- .e-pv-gotopage-popup {
757
+ .e-dialog.e-pv-gotopage-popup {
755
758
  max-width: 500px;
756
759
  padding-left: 16px;
757
760
  padding-top: 16px;
@@ -2642,10 +2645,26 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2642
2645
  padding-bottom: 1px;
2643
2646
  }
2644
2647
 
2645
- .e-pdfviewer .e-pv-signature-window .e-footer-content .e-pv-clearbtn {
2648
+ .e-pdfviewer .e-pv-signature-window .e-footer-content {
2646
2649
  float: left;
2647
2650
  }
2648
2651
 
2652
+ .e-pv-signature-dialog-height .e-pv-clearbtn {
2653
+ float: left;
2654
+ height: 30px;
2655
+ min-height: 30px;
2656
+ }
2657
+
2658
+ .e-pv-signature-dialog-height .e-pv-cancelbtn {
2659
+ height: 30px;
2660
+ min-height: 30px;
2661
+ }
2662
+
2663
+ .e-pv-signature-dialog-height .e-pv-createbtn {
2664
+ height: 30px;
2665
+ min-height: 30px;
2666
+ }
2667
+
2649
2668
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2650
2669
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2651
2670
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -3097,7 +3116,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3097
3116
  -webkit-user-select: none;
3098
3117
  color: #dadada;
3099
3118
  display: block;
3100
- font-family: Roboto;
3119
+ font-family: "Roboto";
3101
3120
  font-size: 20px;
3102
3121
  font-style: normal;
3103
3122
  font-weight: 500;
@@ -3114,7 +3133,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3114
3133
  }
3115
3134
 
3116
3135
  .e-pv-form-field-property-header-general {
3117
- font-family: Roboto;
3136
+ font-family: "Roboto";
3118
3137
  font-size: 13px;
3119
3138
  font-style: normal;
3120
3139
  font-weight: 500;
@@ -3123,7 +3142,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3123
3142
 
3124
3143
  .e-pv-properties-formfield-formatting {
3125
3144
  color: #757575;
3126
- font-family: Roboto;
3145
+ font-family: "Roboto";
3127
3146
  font-size: 13px;
3128
3147
  font-style: normal;
3129
3148
  font-weight: normal;
@@ -3157,7 +3176,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3157
3176
 
3158
3177
  .e-pv-properties-formfield-label {
3159
3178
  color: #757575;
3160
- font-family: Roboto;
3179
+ font-family: "Roboto";
3161
3180
  font-size: 13px;
3162
3181
  font-style: normal;
3163
3182
  font-weight: normal;
@@ -3206,7 +3225,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3206
3225
  height: 580px;
3207
3226
  }
3208
3227
 
3209
- .e-pv-signature-dialog-blazor-height {
3228
+ .e-dialog.e-pv-signature-dialog-blazor-height {
3210
3229
  height: 580px;
3211
3230
  }
3212
3231
 
package/styles/fabric.css CHANGED
@@ -446,6 +446,7 @@
446
446
  }
447
447
 
448
448
  /*! component layout */
449
+ /* stylelint-disable property-no-vendor-prefix */
449
450
  .e-pdfviewer .e-pv-viewer-container {
450
451
  border-style: solid;
451
452
  border-width: 0;
@@ -608,6 +609,8 @@
608
609
  width: 20px;
609
610
  }
610
611
 
612
+ /* stylelint-disable value-no-vendor-prefix */
613
+ /* stylelint-disable property-no-vendor-prefix */
611
614
  .e-pv-viewer-container {
612
615
  background-color: #d0d0d0;
613
616
  border-color: #fff;
@@ -758,7 +761,7 @@ input.e-pv-input-password::-ms-reveal {
758
761
  width: 10%;
759
762
  }
760
763
 
761
- .e-pv-gotopage-popup {
764
+ .e-dialog.e-pv-gotopage-popup {
762
765
  max-width: 500px;
763
766
  padding-left: 16px;
764
767
  padding-top: 16px;
@@ -2655,10 +2658,26 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2655
2658
  padding-bottom: 1px;
2656
2659
  }
2657
2660
 
2658
- .e-pdfviewer .e-pv-signature-window .e-footer-content .e-pv-clearbtn {
2661
+ .e-pdfviewer .e-pv-signature-window .e-footer-content {
2659
2662
  float: left;
2660
2663
  }
2661
2664
 
2665
+ .e-pv-signature-dialog-height .e-pv-clearbtn {
2666
+ float: left;
2667
+ height: 30px;
2668
+ min-height: 30px;
2669
+ }
2670
+
2671
+ .e-pv-signature-dialog-height .e-pv-cancelbtn {
2672
+ height: 30px;
2673
+ min-height: 30px;
2674
+ }
2675
+
2676
+ .e-pv-signature-dialog-height .e-pv-createbtn {
2677
+ height: 30px;
2678
+ min-height: 30px;
2679
+ }
2680
+
2662
2681
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2663
2682
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2664
2683
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -3110,7 +3129,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3110
3129
  -webkit-user-select: none;
3111
3130
  color: #333;
3112
3131
  display: block;
3113
- font-family: Roboto;
3132
+ font-family: "Roboto";
3114
3133
  font-size: 20px;
3115
3134
  font-style: normal;
3116
3135
  font-weight: 500;
@@ -3127,7 +3146,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3127
3146
  }
3128
3147
 
3129
3148
  .e-pv-form-field-property-header-general {
3130
- font-family: Roboto;
3149
+ font-family: "Roboto";
3131
3150
  font-size: 13px;
3132
3151
  font-style: normal;
3133
3152
  font-weight: 500;
@@ -3136,7 +3155,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3136
3155
 
3137
3156
  .e-pv-properties-formfield-formatting {
3138
3157
  color: #757575;
3139
- font-family: Roboto;
3158
+ font-family: "Roboto";
3140
3159
  font-size: 13px;
3141
3160
  font-style: normal;
3142
3161
  font-weight: normal;
@@ -3170,7 +3189,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3170
3189
 
3171
3190
  .e-pv-properties-formfield-label {
3172
3191
  color: #757575;
3173
- font-family: Roboto;
3192
+ font-family: "Roboto";
3174
3193
  font-size: 13px;
3175
3194
  font-style: normal;
3176
3195
  font-weight: normal;
@@ -3219,7 +3238,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3219
3238
  height: 565px;
3220
3239
  }
3221
3240
 
3222
- .e-pv-signature-dialog-blazor-height {
3241
+ .e-dialog.e-pv-signature-dialog-blazor-height {
3223
3242
  height: 565px;
3224
3243
  }
3225
3244
 
@@ -435,6 +435,7 @@
435
435
  }
436
436
 
437
437
  /*! component layout */
438
+ /* stylelint-disable property-no-vendor-prefix */
438
439
  .e-pdfviewer .e-pv-viewer-container {
439
440
  border-style: solid;
440
441
  border-width: 1px 1px 1px 0;
@@ -597,6 +598,8 @@
597
598
  width: 20px;
598
599
  }
599
600
 
601
+ /* stylelint-disable value-no-vendor-prefix */
602
+ /* stylelint-disable property-no-vendor-prefix */
600
603
  .e-pv-viewer-container {
601
604
  background-color: #323130;
602
605
  border-color: #323130;
@@ -755,7 +758,7 @@ input.e-pv-input-password::-ms-reveal {
755
758
  width: 10%;
756
759
  }
757
760
 
758
- .e-pv-gotopage-popup {
761
+ .e-dialog.e-pv-gotopage-popup {
759
762
  max-width: 500px;
760
763
  padding-left: 16px;
761
764
  padding-top: 16px;
@@ -2829,10 +2832,26 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2829
2832
  padding-bottom: 5px;
2830
2833
  }
2831
2834
 
2832
- .e-pdfviewer .e-pv-signature-window .e-footer-content .e-pv-clearbtn {
2835
+ .e-pdfviewer .e-pv-signature-window .e-footer-content {
2833
2836
  float: left;
2834
2837
  }
2835
2838
 
2839
+ .e-pv-signature-dialog-height .e-pv-clearbtn {
2840
+ float: left;
2841
+ height: 30px;
2842
+ min-height: 30px;
2843
+ }
2844
+
2845
+ .e-pv-signature-dialog-height .e-pv-cancelbtn {
2846
+ height: 30px;
2847
+ min-height: 30px;
2848
+ }
2849
+
2850
+ .e-pv-signature-dialog-height .e-pv-createbtn {
2851
+ height: 30px;
2852
+ min-height: 30px;
2853
+ }
2854
+
2836
2855
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2837
2856
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2838
2857
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -3325,7 +3344,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3325
3344
 
3326
3345
  .e-pv-properties-formfield-formatting {
3327
3346
  color: #d2d0ce;
3328
- font-family: Roboto;
3347
+ font-family: "Roboto";
3329
3348
  font-size: 14px;
3330
3349
  font-style: normal;
3331
3350
  font-weight: normal;
@@ -3369,7 +3388,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3369
3388
 
3370
3389
  .e-pv-properties-formfield-label {
3371
3390
  color: #d2d0ce;
3372
- font-family: Roboto;
3391
+ font-family: "Roboto";
3373
3392
  font-size: 14px;
3374
3393
  font-style: normal;
3375
3394
  font-weight: normal;
@@ -3426,7 +3445,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3426
3445
  min-height: 592px;
3427
3446
  }
3428
3447
 
3429
- .e-pv-signature-dialog-blazor-height {
3448
+ .e-dialog.e-pv-signature-dialog-blazor-height {
3430
3449
  height: 535px;
3431
3450
  min-height: 555px;
3432
3451
  }
package/styles/fluent.css CHANGED
@@ -435,6 +435,7 @@
435
435
  }
436
436
 
437
437
  /*! component layout */
438
+ /* stylelint-disable property-no-vendor-prefix */
438
439
  .e-pdfviewer .e-pv-viewer-container {
439
440
  border-style: solid;
440
441
  border-width: 1px 1px 1px 0;
@@ -597,6 +598,8 @@
597
598
  width: 20px;
598
599
  }
599
600
 
601
+ /* stylelint-disable value-no-vendor-prefix */
602
+ /* stylelint-disable property-no-vendor-prefix */
600
603
  .e-pv-viewer-container {
601
604
  background-color: #e1dfdd;
602
605
  border-color: #e1dfdd;
@@ -755,7 +758,7 @@ input.e-pv-input-password::-ms-reveal {
755
758
  width: 10%;
756
759
  }
757
760
 
758
- .e-pv-gotopage-popup {
761
+ .e-dialog.e-pv-gotopage-popup {
759
762
  max-width: 500px;
760
763
  padding-left: 16px;
761
764
  padding-top: 16px;
@@ -2829,10 +2832,26 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2829
2832
  padding-bottom: 5px;
2830
2833
  }
2831
2834
 
2832
- .e-pdfviewer .e-pv-signature-window .e-footer-content .e-pv-clearbtn {
2835
+ .e-pdfviewer .e-pv-signature-window .e-footer-content {
2833
2836
  float: left;
2834
2837
  }
2835
2838
 
2839
+ .e-pv-signature-dialog-height .e-pv-clearbtn {
2840
+ float: left;
2841
+ height: 30px;
2842
+ min-height: 30px;
2843
+ }
2844
+
2845
+ .e-pv-signature-dialog-height .e-pv-cancelbtn {
2846
+ height: 30px;
2847
+ min-height: 30px;
2848
+ }
2849
+
2850
+ .e-pv-signature-dialog-height .e-pv-createbtn {
2851
+ height: 30px;
2852
+ min-height: 30px;
2853
+ }
2854
+
2836
2855
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2837
2856
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2838
2857
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -3325,7 +3344,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3325
3344
 
3326
3345
  .e-pv-properties-formfield-formatting {
3327
3346
  color: #323130;
3328
- font-family: Roboto;
3347
+ font-family: "Roboto";
3329
3348
  font-size: 14px;
3330
3349
  font-style: normal;
3331
3350
  font-weight: normal;
@@ -3369,7 +3388,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3369
3388
 
3370
3389
  .e-pv-properties-formfield-label {
3371
3390
  color: #323130;
3372
- font-family: Roboto;
3391
+ font-family: "Roboto";
3373
3392
  font-size: 14px;
3374
3393
  font-style: normal;
3375
3394
  font-weight: normal;
@@ -3426,7 +3445,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3426
3445
  min-height: 592px;
3427
3446
  }
3428
3447
 
3429
- .e-pv-signature-dialog-blazor-height {
3448
+ .e-dialog.e-pv-signature-dialog-blazor-height {
3430
3449
  height: 535px;
3431
3450
  min-height: 555px;
3432
3451
  }