@syncfusion/ej2-react-pdfviewer 20.2.50 → 20.3.47

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.
@@ -433,6 +433,7 @@
433
433
  }
434
434
 
435
435
  /*! component layout */
436
+ /* stylelint-disable property-no-vendor-prefix */
436
437
  .e-pdfviewer .e-pv-viewer-container {
437
438
  border-style: solid;
438
439
  border-width: 1px 1px 1px 0;
@@ -595,6 +596,8 @@
595
596
  width: 20px;
596
597
  }
597
598
 
599
+ /* stylelint-disable value-no-vendor-prefix */
600
+ /* stylelint-disable property-no-vendor-prefix */
598
601
  .e-pv-viewer-container {
599
602
  background-color: #e0e0e0;
600
603
  border-color: #e0e0e0;
@@ -745,7 +748,7 @@ input.e-pv-input-password::-ms-reveal {
745
748
  width: 10%;
746
749
  }
747
750
 
748
- .e-pv-gotopage-popup {
751
+ .e-dialog.e-pv-gotopage-popup {
749
752
  max-width: 500px;
750
753
  padding-left: 16px;
751
754
  padding-top: 16px;
@@ -2636,10 +2639,26 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2636
2639
  padding-bottom: 1px;
2637
2640
  }
2638
2641
 
2639
- .e-pdfviewer .e-pv-signature-window .e-footer-content .e-pv-clearbtn {
2642
+ .e-pdfviewer .e-pv-signature-window .e-footer-content {
2640
2643
  float: left;
2641
2644
  }
2642
2645
 
2646
+ .e-pv-signature-dialog-height .e-pv-clearbtn {
2647
+ float: left;
2648
+ height: 30px;
2649
+ min-height: 30px;
2650
+ }
2651
+
2652
+ .e-pv-signature-dialog-height .e-pv-cancelbtn {
2653
+ height: 30px;
2654
+ min-height: 30px;
2655
+ }
2656
+
2657
+ .e-pv-signature-dialog-height .e-pv-createbtn {
2658
+ height: 30px;
2659
+ min-height: 30px;
2660
+ }
2661
+
2643
2662
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2644
2663
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2645
2664
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -3093,7 +3112,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3093
3112
  -webkit-user-select: none;
3094
3113
  color: #000;
3095
3114
  display: block;
3096
- font-family: Roboto;
3115
+ font-family: "Roboto";
3097
3116
  font-size: 20px;
3098
3117
  font-style: normal;
3099
3118
  font-weight: 500;
@@ -3110,7 +3129,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3110
3129
  }
3111
3130
 
3112
3131
  .e-pv-form-field-property-header-general {
3113
- font-family: Roboto;
3132
+ font-family: "Roboto";
3114
3133
  font-size: 13px;
3115
3134
  font-style: normal;
3116
3135
  font-weight: 500;
@@ -3119,7 +3138,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3119
3138
 
3120
3139
  .e-pv-properties-formfield-formatting {
3121
3140
  color: #757575;
3122
- font-family: Roboto;
3141
+ font-family: "Roboto";
3123
3142
  font-size: 13px;
3124
3143
  font-style: normal;
3125
3144
  font-weight: normal;
@@ -3153,7 +3172,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3153
3172
 
3154
3173
  .e-pv-properties-formfield-label {
3155
3174
  color: #757575;
3156
- font-family: Roboto;
3175
+ font-family: "Roboto";
3157
3176
  font-size: 13px;
3158
3177
  font-style: normal;
3159
3178
  font-weight: normal;
@@ -3202,7 +3221,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3202
3221
  height: 535px;
3203
3222
  }
3204
3223
 
3205
- .e-pv-signature-dialog-blazor-height {
3224
+ .e-dialog.e-pv-signature-dialog-blazor-height {
3206
3225
  height: 535px;
3207
3226
  }
3208
3227
 
@@ -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: #4b5563;
604
607
  border-color: #4b5563;
@@ -749,7 +752,7 @@ input.e-pv-input-password::-ms-reveal {
749
752
  width: 10%;
750
753
  }
751
754
 
752
- .e-pv-gotopage-popup {
755
+ .e-dialog.e-pv-gotopage-popup {
753
756
  max-width: 500px;
754
757
  padding-left: 0;
755
758
  padding-top: 0;
@@ -2667,10 +2670,26 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2667
2670
  padding-bottom: 1px;
2668
2671
  }
2669
2672
 
2670
- .e-pdfviewer .e-pv-signature-window .e-footer-content .e-pv-clearbtn {
2673
+ .e-pdfviewer .e-pv-signature-window .e-footer-content {
2671
2674
  float: left;
2672
2675
  }
2673
2676
 
2677
+ .e-pv-signature-dialog-height .e-pv-clearbtn {
2678
+ float: left;
2679
+ height: 30px;
2680
+ min-height: 30px;
2681
+ }
2682
+
2683
+ .e-pv-signature-dialog-height .e-pv-cancelbtn {
2684
+ height: 30px;
2685
+ min-height: 30px;
2686
+ }
2687
+
2688
+ .e-pv-signature-dialog-height .e-pv-createbtn {
2689
+ height: 30px;
2690
+ min-height: 30px;
2691
+ }
2692
+
2674
2693
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2675
2694
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2676
2695
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -3125,7 +3144,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3125
3144
  -webkit-user-select: none;
3126
3145
  color: #000;
3127
3146
  display: block;
3128
- font-family: Roboto;
3147
+ font-family: "Roboto";
3129
3148
  font-size: 20px;
3130
3149
  font-style: normal;
3131
3150
  font-weight: 500;
@@ -3142,7 +3161,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3142
3161
  }
3143
3162
 
3144
3163
  .e-pv-form-field-property-header-general {
3145
- font-family: Roboto;
3164
+ font-family: "Roboto";
3146
3165
  font-size: 13px;
3147
3166
  font-style: normal;
3148
3167
  font-weight: 500;
@@ -3151,7 +3170,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3151
3170
 
3152
3171
  .e-pv-properties-formfield-formatting {
3153
3172
  color: #d1d5db;
3154
- font-family: Roboto;
3173
+ font-family: "Roboto";
3155
3174
  font-size: 13px;
3156
3175
  font-style: normal;
3157
3176
  font-weight: normal;
@@ -3185,7 +3204,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3185
3204
 
3186
3205
  .e-pv-properties-formfield-label {
3187
3206
  color: #d1d5db;
3188
- font-family: Roboto;
3207
+ font-family: "Roboto";
3189
3208
  font-size: 13px;
3190
3209
  font-style: normal;
3191
3210
  font-weight: normal;
@@ -3241,7 +3260,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3241
3260
  height: 550px;
3242
3261
  }
3243
3262
 
3244
- .e-pv-signature-dialog-blazor-height {
3263
+ .e-dialog.e-pv-signature-dialog-blazor-height {
3245
3264
  height: 550px;
3246
3265
  }
3247
3266
 
@@ -438,6 +438,7 @@
438
438
  }
439
439
 
440
440
  /*! component layout */
441
+ /* stylelint-disable property-no-vendor-prefix */
441
442
  .e-pdfviewer .e-pv-viewer-container {
442
443
  border-style: solid;
443
444
  border-width: 1px 1px 1px 0;
@@ -600,6 +601,8 @@
600
601
  width: 20px;
601
602
  }
602
603
 
604
+ /* stylelint-disable value-no-vendor-prefix */
605
+ /* stylelint-disable property-no-vendor-prefix */
603
606
  .e-pv-viewer-container {
604
607
  background-color: #e5e7eb;
605
608
  border-color: #e5e7eb;
@@ -750,7 +753,7 @@ input.e-pv-input-password::-ms-reveal {
750
753
  width: 10%;
751
754
  }
752
755
 
753
- .e-pv-gotopage-popup {
756
+ .e-dialog.e-pv-gotopage-popup {
754
757
  max-width: 500px;
755
758
  padding-left: 0;
756
759
  padding-top: 0;
@@ -2668,10 +2671,26 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2668
2671
  padding-bottom: 1px;
2669
2672
  }
2670
2673
 
2671
- .e-pdfviewer .e-pv-signature-window .e-footer-content .e-pv-clearbtn {
2674
+ .e-pdfviewer .e-pv-signature-window .e-footer-content {
2672
2675
  float: left;
2673
2676
  }
2674
2677
 
2678
+ .e-pv-signature-dialog-height .e-pv-clearbtn {
2679
+ float: left;
2680
+ height: 30px;
2681
+ min-height: 30px;
2682
+ }
2683
+
2684
+ .e-pv-signature-dialog-height .e-pv-cancelbtn {
2685
+ height: 30px;
2686
+ min-height: 30px;
2687
+ }
2688
+
2689
+ .e-pv-signature-dialog-height .e-pv-createbtn {
2690
+ height: 30px;
2691
+ min-height: 30px;
2692
+ }
2693
+
2675
2694
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2676
2695
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2677
2696
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -3126,7 +3145,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3126
3145
  -webkit-user-select: none;
3127
3146
  color: #000;
3128
3147
  display: block;
3129
- font-family: Roboto;
3148
+ font-family: "Roboto";
3130
3149
  font-size: 20px;
3131
3150
  font-style: normal;
3132
3151
  font-weight: 500;
@@ -3143,7 +3162,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3143
3162
  }
3144
3163
 
3145
3164
  .e-pv-form-field-property-header-general {
3146
- font-family: Roboto;
3165
+ font-family: "Roboto";
3147
3166
  font-size: 13px;
3148
3167
  font-style: normal;
3149
3168
  font-weight: 500;
@@ -3152,7 +3171,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3152
3171
 
3153
3172
  .e-pv-properties-formfield-formatting {
3154
3173
  color: #374151;
3155
- font-family: Roboto;
3174
+ font-family: "Roboto";
3156
3175
  font-size: 13px;
3157
3176
  font-style: normal;
3158
3177
  font-weight: normal;
@@ -3186,7 +3205,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3186
3205
 
3187
3206
  .e-pv-properties-formfield-label {
3188
3207
  color: #374151;
3189
- font-family: Roboto;
3208
+ font-family: "Roboto";
3190
3209
  font-size: 13px;
3191
3210
  font-style: normal;
3192
3211
  font-weight: normal;
@@ -3242,7 +3261,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3242
3261
  height: 550px;
3243
3262
  }
3244
3263
 
3245
- .e-pv-signature-dialog-blazor-height {
3264
+ .e-dialog.e-pv-signature-dialog-blazor-height {
3246
3265
  height: 550px;
3247
3266
  }
3248
3267
 
@@ -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: #4b5563;
604
607
  border-color: #4b5563;
@@ -749,7 +752,7 @@ input.e-pv-input-password::-ms-reveal {
749
752
  width: 10%;
750
753
  }
751
754
 
752
- .e-pv-gotopage-popup {
755
+ .e-dialog.e-pv-gotopage-popup {
753
756
  max-width: 500px;
754
757
  padding-left: 0;
755
758
  padding-top: 0;
@@ -2667,10 +2670,26 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2667
2670
  padding-bottom: 1px;
2668
2671
  }
2669
2672
 
2670
- .e-pdfviewer .e-pv-signature-window .e-footer-content .e-pv-clearbtn {
2673
+ .e-pdfviewer .e-pv-signature-window .e-footer-content {
2671
2674
  float: left;
2672
2675
  }
2673
2676
 
2677
+ .e-pv-signature-dialog-height .e-pv-clearbtn {
2678
+ float: left;
2679
+ height: 30px;
2680
+ min-height: 30px;
2681
+ }
2682
+
2683
+ .e-pv-signature-dialog-height .e-pv-cancelbtn {
2684
+ height: 30px;
2685
+ min-height: 30px;
2686
+ }
2687
+
2688
+ .e-pv-signature-dialog-height .e-pv-createbtn {
2689
+ height: 30px;
2690
+ min-height: 30px;
2691
+ }
2692
+
2674
2693
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2675
2694
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2676
2695
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -3125,7 +3144,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3125
3144
  -webkit-user-select: none;
3126
3145
  color: #000;
3127
3146
  display: block;
3128
- font-family: Roboto;
3147
+ font-family: "Roboto";
3129
3148
  font-size: 20px;
3130
3149
  font-style: normal;
3131
3150
  font-weight: 500;
@@ -3142,7 +3161,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3142
3161
  }
3143
3162
 
3144
3163
  .e-pv-form-field-property-header-general {
3145
- font-family: Roboto;
3164
+ font-family: "Roboto";
3146
3165
  font-size: 13px;
3147
3166
  font-style: normal;
3148
3167
  font-weight: 500;
@@ -3151,7 +3170,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3151
3170
 
3152
3171
  .e-pv-properties-formfield-formatting {
3153
3172
  color: #d1d5db;
3154
- font-family: Roboto;
3173
+ font-family: "Roboto";
3155
3174
  font-size: 13px;
3156
3175
  font-style: normal;
3157
3176
  font-weight: normal;
@@ -3185,7 +3204,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3185
3204
 
3186
3205
  .e-pv-properties-formfield-label {
3187
3206
  color: #d1d5db;
3188
- font-family: Roboto;
3207
+ font-family: "Roboto";
3189
3208
  font-size: 13px;
3190
3209
  font-style: normal;
3191
3210
  font-weight: normal;
@@ -3241,7 +3260,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3241
3260
  height: 550px;
3242
3261
  }
3243
3262
 
3244
- .e-pv-signature-dialog-blazor-height {
3263
+ .e-dialog.e-pv-signature-dialog-blazor-height {
3245
3264
  height: 550px;
3246
3265
  }
3247
3266
 
@@ -438,6 +438,7 @@
438
438
  }
439
439
 
440
440
  /*! component layout */
441
+ /* stylelint-disable property-no-vendor-prefix */
441
442
  .e-pdfviewer .e-pv-viewer-container {
442
443
  border-style: solid;
443
444
  border-width: 1px 1px 1px 0;
@@ -600,6 +601,8 @@
600
601
  width: 20px;
601
602
  }
602
603
 
604
+ /* stylelint-disable value-no-vendor-prefix */
605
+ /* stylelint-disable property-no-vendor-prefix */
603
606
  .e-pv-viewer-container {
604
607
  background-color: #e5e7eb;
605
608
  border-color: #e5e7eb;
@@ -750,7 +753,7 @@ input.e-pv-input-password::-ms-reveal {
750
753
  width: 10%;
751
754
  }
752
755
 
753
- .e-pv-gotopage-popup {
756
+ .e-dialog.e-pv-gotopage-popup {
754
757
  max-width: 500px;
755
758
  padding-left: 0;
756
759
  padding-top: 0;
@@ -2668,10 +2671,26 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2668
2671
  padding-bottom: 1px;
2669
2672
  }
2670
2673
 
2671
- .e-pdfviewer .e-pv-signature-window .e-footer-content .e-pv-clearbtn {
2674
+ .e-pdfviewer .e-pv-signature-window .e-footer-content {
2672
2675
  float: left;
2673
2676
  }
2674
2677
 
2678
+ .e-pv-signature-dialog-height .e-pv-clearbtn {
2679
+ float: left;
2680
+ height: 30px;
2681
+ min-height: 30px;
2682
+ }
2683
+
2684
+ .e-pv-signature-dialog-height .e-pv-cancelbtn {
2685
+ height: 30px;
2686
+ min-height: 30px;
2687
+ }
2688
+
2689
+ .e-pv-signature-dialog-height .e-pv-createbtn {
2690
+ height: 30px;
2691
+ min-height: 30px;
2692
+ }
2693
+
2675
2694
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2676
2695
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2677
2696
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -3126,7 +3145,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3126
3145
  -webkit-user-select: none;
3127
3146
  color: #000;
3128
3147
  display: block;
3129
- font-family: Roboto;
3148
+ font-family: "Roboto";
3130
3149
  font-size: 20px;
3131
3150
  font-style: normal;
3132
3151
  font-weight: 500;
@@ -3143,7 +3162,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3143
3162
  }
3144
3163
 
3145
3164
  .e-pv-form-field-property-header-general {
3146
- font-family: Roboto;
3165
+ font-family: "Roboto";
3147
3166
  font-size: 13px;
3148
3167
  font-style: normal;
3149
3168
  font-weight: 500;
@@ -3152,7 +3171,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3152
3171
 
3153
3172
  .e-pv-properties-formfield-formatting {
3154
3173
  color: #374151;
3155
- font-family: Roboto;
3174
+ font-family: "Roboto";
3156
3175
  font-size: 13px;
3157
3176
  font-style: normal;
3158
3177
  font-weight: normal;
@@ -3186,7 +3205,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3186
3205
 
3187
3206
  .e-pv-properties-formfield-label {
3188
3207
  color: #374151;
3189
- font-family: Roboto;
3208
+ font-family: "Roboto";
3190
3209
  font-size: 13px;
3191
3210
  font-style: normal;
3192
3211
  font-weight: normal;
@@ -3242,7 +3261,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3242
3261
  height: 550px;
3243
3262
  }
3244
3263
 
3245
- .e-pv-signature-dialog-blazor-height {
3264
+ .e-dialog.e-pv-signature-dialog-blazor-height {
3246
3265
  height: 550px;
3247
3266
  }
3248
3267