@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
@@ -599,13 +599,13 @@
599
599
  /* stylelint-disable value-no-vendor-prefix */
600
600
  /* stylelint-disable property-no-vendor-prefix */
601
601
  .e-pv-viewer-container {
602
- background-color: #303030;
603
602
  border-color: #616161;
604
603
  height: calc(100% - 56px);
605
604
  overflow: auto;
606
605
  position: relative;
607
606
  -ms-touch-action: pan-x pan-y;
608
607
  touch-action: pan-x pan-y;
608
+ background-color: #303030;
609
609
  }
610
610
 
611
611
  .e-pdfviewer.e-pv-mobile-view .e-pv-viewer-container::-webkit-scrollbar {
@@ -818,6 +818,11 @@ input.e-pv-input-password::-ms-reveal {
818
818
  padding-bottom: 0;
819
819
  }
820
820
 
821
+ .e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
822
+ .e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
823
+ padding-bottom: 0;
824
+ }
825
+
821
826
  .e-pv-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
822
827
  .e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
823
828
  line-height: 26px;
@@ -1805,6 +1810,12 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1805
1810
  font-size: 12px;
1806
1811
  }
1807
1812
 
1813
+ .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,
1814
+ .e-bigger .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret,
1815
+ .e-bigger .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret {
1816
+ font-size: 18px;
1817
+ }
1818
+
1808
1819
  .e-pv-annotation-color-container,
1809
1820
  .e-pv-annotation-opacity-container,
1810
1821
  .e-pv-annotation-stroke-container,
@@ -2060,8 +2071,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2060
2071
  .e-pv-properties-line-stroke-color-label,
2061
2072
  .e-pv-properties-line-opacity-label,
2062
2073
  .e-pv-properties-line-leader-length-label {
2063
- font-size: 14px;
2064
2074
  margin-bottom: 8px;
2075
+ font-size: 14px;
2065
2076
  }
2066
2077
 
2067
2078
  .e-pv-properties-line-end-container,
@@ -2340,10 +2351,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2340
2351
 
2341
2352
  .e-pdfviewer .e-editable-value-wrapper {
2342
2353
  color: rgba(255, 255, 255, 0.9);
2343
- font-size: 14px;
2344
2354
  line-height: normal;
2345
2355
  min-height: 22px;
2346
2356
  padding: 2px 8px 3px;
2357
+ font-size: 14px;
2347
2358
  }
2348
2359
 
2349
2360
  .e-pdfviewer .e-pv-comment-textbox .e-editable-value-wrapper {
@@ -2447,20 +2458,20 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2447
2458
 
2448
2459
  .e-pv-comment-panel-title-container {
2449
2460
  background-color: #212121;
2450
- border-color: #616161;
2451
2461
  border-style: double;
2452
2462
  border-width: 0 1px 1px 0;
2453
2463
  height: 45px;
2454
2464
  position: relative;
2465
+ border-color: #616161;
2455
2466
  }
2456
2467
 
2457
2468
  .e-pv-comment-panel-title {
2458
2469
  color: rgba(255, 255, 255, 0.9);
2459
2470
  font-size: 14px;
2460
2471
  left: 15px;
2472
+ top: 14px;
2461
2473
  position: absolute;
2462
2474
  text-align: left;
2463
- top: 14px;
2464
2475
  }
2465
2476
 
2466
2477
  .e-pv-comment-panel-title-close-div.e-btn {
@@ -2508,10 +2519,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2508
2519
 
2509
2520
  .e-pv-comment-title {
2510
2521
  color: rgba(255, 255, 255, 0.6);
2511
- font-size: 14px;
2512
- max-width: 237px;
2513
2522
  padding-left: 32px;
2514
2523
  padding-top: 7px;
2524
+ font-size: 14px;
2525
+ max-width: 237px;
2515
2526
  position: absolute;
2516
2527
  }
2517
2528
 
@@ -2570,7 +2581,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2570
2581
 
2571
2582
  .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
2572
2583
  border-bottom: 0;
2573
- word-break: break-all;
2584
+ word-break: break-word;
2574
2585
  }
2575
2586
 
2576
2587
  .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
@@ -2650,8 +2661,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2650
2661
  }
2651
2662
 
2652
2663
  .e-pv-signature-dialog-height .e-pv-cancelbtn {
2653
- height: 30px;
2654
- min-height: 30px;
2664
+ height: 32px;
2665
+ min-height: 32px;
2655
2666
  }
2656
2667
 
2657
2668
  .e-pv-signature-dialog-height .e-pv-createbtn {
@@ -2944,6 +2955,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2944
2955
  padding: 12px 20px 12px 1px;
2945
2956
  }
2946
2957
 
2958
+ .e-bigger .e-pv-properties-fill-color-style-prop,
2959
+ .e-bigger .e-pv-properties-stroke-color-style-prop,
2960
+ .e-bigger .e-pv-properties-stroke-thickness-style-prop {
2961
+ padding: 12px 20px 12px 1px;
2962
+ }
2963
+
2947
2964
  .e-pv-formfield-fontcolor-icon,
2948
2965
  .e-pv-formfield-strokecolor-icon,
2949
2966
  .e-pv-formfield-strokethickness-icon {
@@ -3108,7 +3125,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3108
3125
  background-color: #d3d3d3;
3109
3126
  }
3110
3127
 
3111
- .e-pv-formfield-li-element:hover {
3128
+ .e-pv-formfield-li-element:hover:not(.e-pv-li-select) {
3112
3129
  background-color: #d3d3d3;
3113
3130
  }
3114
3131
 
@@ -3184,6 +3201,29 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3184
3201
  width: 120px;
3185
3202
  }
3186
3203
 
3204
+ .e-bigger .e-pv-properties-form-field-font-style {
3205
+ background: #eee;
3206
+ border-radius: 2px;
3207
+ display: -ms-flexbox;
3208
+ display: flex;
3209
+ height: 36px;
3210
+ -ms-flex-pack: space-evenly;
3211
+ justify-content: space-evenly;
3212
+ width: 154px;
3213
+ }
3214
+
3215
+ .e-bigger .e-pv-properties-form-field-font-align {
3216
+ background: #eee;
3217
+ border-radius: 2px;
3218
+ display: -ms-flexbox;
3219
+ display: flex;
3220
+ height: 36px;
3221
+ -ms-flex-pack: space-evenly;
3222
+ justify-content: space-evenly;
3223
+ margin-right: 15px;
3224
+ width: 120px;
3225
+ }
3226
+
3187
3227
  .e-pv-properties-formfield-label {
3188
3228
  color: #757575;
3189
3229
  font-family: "Roboto";
@@ -3235,6 +3275,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3235
3275
  height: 540px;
3236
3276
  }
3237
3277
 
3278
+ .e-bigger .e-pv-signature-dialog-height {
3279
+ min-height: 592px;
3280
+ }
3281
+
3238
3282
  .e-dialog.e-pv-signature-dialog-blazor-height {
3239
3283
  height: 540px;
3240
3284
  }
@@ -599,13 +599,13 @@
599
599
  /* stylelint-disable value-no-vendor-prefix */
600
600
  /* stylelint-disable property-no-vendor-prefix */
601
601
  .e-pv-viewer-container {
602
- background-color: #e0e0e0;
603
602
  border-color: #e0e0e0;
604
603
  height: 100%;
605
604
  overflow: auto;
606
605
  position: relative;
607
606
  -ms-touch-action: pan-x pan-y;
608
607
  touch-action: pan-x pan-y;
608
+ background-color: #e0e0e0;
609
609
  }
610
610
 
611
611
  .e-pdfviewer.e-pv-mobile-view .e-pv-viewer-container::-webkit-scrollbar {
@@ -818,6 +818,11 @@ input.e-pv-input-password::-ms-reveal {
818
818
  padding-bottom: 0;
819
819
  }
820
820
 
821
+ .e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
822
+ .e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
823
+ padding-bottom: 0;
824
+ }
825
+
821
826
  .e-pv-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
822
827
  .e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
823
828
  line-height: 26px;
@@ -1805,6 +1810,12 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1805
1810
  font-size: 12px;
1806
1811
  }
1807
1812
 
1813
+ .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,
1814
+ .e-bigger .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret,
1815
+ .e-bigger .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret {
1816
+ font-size: 18px;
1817
+ }
1818
+
1808
1819
  .e-pv-annotation-color-container,
1809
1820
  .e-pv-annotation-opacity-container,
1810
1821
  .e-pv-annotation-stroke-container,
@@ -2060,8 +2071,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2060
2071
  .e-pv-properties-line-stroke-color-label,
2061
2072
  .e-pv-properties-line-opacity-label,
2062
2073
  .e-pv-properties-line-leader-length-label {
2063
- font-size: 14px;
2064
2074
  margin-bottom: 8px;
2075
+ font-size: 14px;
2065
2076
  }
2066
2077
 
2067
2078
  .e-pv-properties-line-end-container,
@@ -2340,10 +2351,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2340
2351
 
2341
2352
  .e-pdfviewer .e-editable-value-wrapper {
2342
2353
  color: rgba(0, 0, 0, 0.9);
2343
- font-size: 14px;
2344
2354
  line-height: normal;
2345
2355
  min-height: 22px;
2346
2356
  padding: 2px 8px 3px;
2357
+ font-size: 14px;
2347
2358
  }
2348
2359
 
2349
2360
  .e-pdfviewer .e-pv-comment-textbox .e-editable-value-wrapper {
@@ -2392,11 +2403,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2392
2403
  border-color: transparent;
2393
2404
  }
2394
2405
 
2395
- .e-btn.e-outline.e-primary,
2396
- .e-css.e-btn.e-outline.e-primary {
2397
- color: #d71456;
2398
- }
2399
-
2400
2406
  .e-pdfviewer .e-editable-inline .e-editable-form {
2401
2407
  margin-bottom: 1px;
2402
2408
  }
@@ -2452,20 +2458,20 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2452
2458
 
2453
2459
  .e-pv-comment-panel-title-container {
2454
2460
  background-color: #fafafa;
2455
- border-color: rgb(208, 208, 208);
2456
2461
  border-style: double;
2457
2462
  border-width: 0 1px 1px 0;
2458
2463
  height: 45px;
2459
2464
  position: relative;
2465
+ border-color: rgb(208, 208, 208);
2460
2466
  }
2461
2467
 
2462
2468
  .e-pv-comment-panel-title {
2463
2469
  color: rgba(0, 0, 0, 0.9);
2464
2470
  font-size: 14px;
2465
2471
  left: 15px;
2472
+ top: 14px;
2466
2473
  position: absolute;
2467
2474
  text-align: left;
2468
- top: 14px;
2469
2475
  }
2470
2476
 
2471
2477
  .e-pv-comment-panel-title-close-div.e-btn {
@@ -2513,10 +2519,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2513
2519
 
2514
2520
  .e-pv-comment-title {
2515
2521
  color: rgba(0, 0, 0, 0.6);
2516
- font-size: 14px;
2517
- max-width: 237px;
2518
2522
  padding-left: 32px;
2519
2523
  padding-top: 7px;
2524
+ font-size: 14px;
2525
+ max-width: 237px;
2520
2526
  position: absolute;
2521
2527
  }
2522
2528
 
@@ -2575,7 +2581,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2575
2581
 
2576
2582
  .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
2577
2583
  border-bottom: 0;
2578
- word-break: break-all;
2584
+ word-break: break-word;
2579
2585
  }
2580
2586
 
2581
2587
  .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
@@ -2655,8 +2661,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2655
2661
  }
2656
2662
 
2657
2663
  .e-pv-signature-dialog-height .e-pv-cancelbtn {
2658
- height: 30px;
2659
- min-height: 30px;
2664
+ height: 32px;
2665
+ min-height: 32px;
2660
2666
  }
2661
2667
 
2662
2668
  .e-pv-signature-dialog-height .e-pv-createbtn {
@@ -2949,6 +2955,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2949
2955
  padding: 12px 20px 12px 1px;
2950
2956
  }
2951
2957
 
2958
+ .e-bigger .e-pv-properties-fill-color-style-prop,
2959
+ .e-bigger .e-pv-properties-stroke-color-style-prop,
2960
+ .e-bigger .e-pv-properties-stroke-thickness-style-prop {
2961
+ padding: 12px 20px 12px 1px;
2962
+ }
2963
+
2952
2964
  .e-pv-formfield-fontcolor-icon,
2953
2965
  .e-pv-formfield-strokecolor-icon,
2954
2966
  .e-pv-formfield-strokethickness-icon {
@@ -3115,7 +3127,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3115
3127
  background-color: #d3d3d3;
3116
3128
  }
3117
3129
 
3118
- .e-pv-formfield-li-element:hover {
3130
+ .e-pv-formfield-li-element:hover:not(.e-pv-li-select) {
3119
3131
  background-color: #d3d3d3;
3120
3132
  }
3121
3133
 
@@ -3191,6 +3203,29 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3191
3203
  width: 120px;
3192
3204
  }
3193
3205
 
3206
+ .e-bigger .e-pv-properties-form-field-font-style {
3207
+ background: #eee;
3208
+ border-radius: 2px;
3209
+ display: -ms-flexbox;
3210
+ display: flex;
3211
+ height: 36px;
3212
+ -ms-flex-pack: space-evenly;
3213
+ justify-content: space-evenly;
3214
+ width: 154px;
3215
+ }
3216
+
3217
+ .e-bigger .e-pv-properties-form-field-font-align {
3218
+ background: #eee;
3219
+ border-radius: 2px;
3220
+ display: -ms-flexbox;
3221
+ display: flex;
3222
+ height: 36px;
3223
+ -ms-flex-pack: space-evenly;
3224
+ justify-content: space-evenly;
3225
+ margin-right: 15px;
3226
+ width: 120px;
3227
+ }
3228
+
3194
3229
  .e-pv-properties-formfield-label {
3195
3230
  color: #757575;
3196
3231
  font-family: "Roboto";
@@ -3242,6 +3277,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3242
3277
  height: 535px;
3243
3278
  }
3244
3279
 
3280
+ .e-bigger .e-pv-signature-dialog-height {
3281
+ min-height: 592px;
3282
+ }
3283
+
3245
3284
  .e-dialog.e-pv-signature-dialog-blazor-height {
3246
3285
  height: 535px;
3247
3286
  }