@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
@@ -604,13 +604,13 @@
604
604
  /* stylelint-disable value-no-vendor-prefix */
605
605
  /* stylelint-disable property-no-vendor-prefix */
606
606
  .e-pv-viewer-container {
607
- background-color: #e5e7eb;
608
607
  border-color: #e5e7eb;
609
608
  height: 100%;
610
609
  overflow: auto;
611
610
  position: relative;
612
611
  -ms-touch-action: pan-x pan-y;
613
612
  touch-action: pan-x pan-y;
613
+ background-color: #e5e7eb;
614
614
  }
615
615
 
616
616
  .e-pdfviewer.e-pv-mobile-view .e-pv-viewer-container::-webkit-scrollbar {
@@ -822,6 +822,11 @@ input.e-pv-input-password::-ms-reveal {
822
822
  padding-bottom: 0;
823
823
  }
824
824
 
825
+ .e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
826
+ .e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
827
+ padding-bottom: 0;
828
+ }
829
+
825
830
  .e-pv-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
826
831
  .e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
827
832
  line-height: 26px;
@@ -1827,6 +1832,12 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1827
1832
  font-size: 12px;
1828
1833
  }
1829
1834
 
1835
+ .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,
1836
+ .e-bigger .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret,
1837
+ .e-bigger .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret {
1838
+ font-size: 18px;
1839
+ }
1840
+
1830
1841
  .e-pv-annotation-color-container,
1831
1842
  .e-pv-annotation-opacity-container,
1832
1843
  .e-pv-annotation-stroke-container,
@@ -2082,8 +2093,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2082
2093
  .e-pv-properties-line-stroke-color-label,
2083
2094
  .e-pv-properties-line-opacity-label,
2084
2095
  .e-pv-properties-line-leader-length-label {
2085
- font-size: 14px;
2086
2096
  margin-bottom: 8px;
2097
+ font-size: 14px;
2087
2098
  }
2088
2099
 
2089
2100
  .e-pv-properties-line-end-container,
@@ -2154,11 +2165,13 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2154
2165
  .e-pv-properties-line-start.e-btn,
2155
2166
  .e-pv-properties-line-end.e-btn {
2156
2167
  height: 30px;
2168
+ height: 32px;
2157
2169
  padding: 8px;
2158
2170
  }
2159
2171
 
2160
2172
  .e-pv-properties-line-style.e-btn {
2161
2173
  height: 30px;
2174
+ height: 32px;
2162
2175
  line-height: 0;
2163
2176
  padding: 8px;
2164
2177
  white-space: pre;
@@ -2363,10 +2376,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2363
2376
 
2364
2377
  .e-pdfviewer .e-editable-value-wrapper {
2365
2378
  color: #374151;
2366
- font-size: 14px;
2367
2379
  line-height: normal;
2368
2380
  min-height: 22px;
2369
2381
  padding: 2px 8px 3px;
2382
+ font-size: 14px;
2370
2383
  }
2371
2384
 
2372
2385
  .e-pdfviewer .e-pv-comment-textbox .e-editable-value-wrapper {
@@ -2470,20 +2483,20 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2470
2483
 
2471
2484
  .e-pv-comment-panel-title-container {
2472
2485
  background-color: #f9fafb;
2473
- border-color: #e5e7eb;
2474
2486
  border-style: double;
2475
2487
  border-width: 0 1px 1px 0;
2476
2488
  height: 45px;
2477
2489
  position: relative;
2490
+ border-color: #e5e7eb;
2478
2491
  }
2479
2492
 
2480
2493
  .e-pv-comment-panel-title {
2481
2494
  color: #374151;
2482
2495
  font-size: 14px;
2483
2496
  left: 15px;
2497
+ top: 14px;
2484
2498
  position: absolute;
2485
2499
  text-align: left;
2486
- top: 14px;
2487
2500
  }
2488
2501
 
2489
2502
  .e-pv-comment-panel-title-close-div.e-btn {
@@ -2534,13 +2547,13 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2534
2547
 
2535
2548
  .e-pv-comment-title {
2536
2549
  color: #4f46e5;
2550
+ padding-left: 32px;
2551
+ padding-top: 7px;
2537
2552
  color: #111827;
2538
2553
  font-size: 14px;
2539
2554
  font-size: 12px;
2540
2555
  font-weight: 500;
2541
2556
  max-width: 237px;
2542
- padding-left: 32px;
2543
- padding-top: 7px;
2544
2557
  position: absolute;
2545
2558
  }
2546
2559
 
@@ -2602,7 +2615,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2602
2615
 
2603
2616
  .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
2604
2617
  border-bottom: 0;
2605
- word-break: break-all;
2618
+ word-break: break-word;
2606
2619
  }
2607
2620
 
2608
2621
  .e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper {
@@ -2682,8 +2695,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2682
2695
  }
2683
2696
 
2684
2697
  .e-pv-signature-dialog-height .e-pv-cancelbtn {
2685
- height: 30px;
2686
- min-height: 30px;
2698
+ height: 32px;
2699
+ min-height: 32px;
2687
2700
  }
2688
2701
 
2689
2702
  .e-pv-signature-dialog-height .e-pv-createbtn {
@@ -2977,6 +2990,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2977
2990
  padding: 12px 20px 12px 1px;
2978
2991
  }
2979
2992
 
2993
+ .e-bigger .e-pv-properties-fill-color-style-prop,
2994
+ .e-bigger .e-pv-properties-stroke-color-style-prop,
2995
+ .e-bigger .e-pv-properties-stroke-thickness-style-prop {
2996
+ padding: 12px 20px 12px 1px;
2997
+ }
2998
+
2980
2999
  .e-pv-formfield-fontcolor-icon,
2981
3000
  .e-pv-formfield-strokecolor-icon,
2982
3001
  .e-pv-formfield-strokethickness-icon {
@@ -2989,6 +3008,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2989
3008
 
2990
3009
  .e-pv-properties-format-text-style-prop {
2991
3010
  padding: 15px 15px 4px 1px;
3011
+ padding: 15px 15px 15px 1px;
2992
3012
  }
2993
3013
 
2994
3014
  .e-pv-properties-font-family-container {
@@ -3143,7 +3163,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3143
3163
  background-color: #4f46e5;
3144
3164
  }
3145
3165
 
3146
- .e-pv-formfield-li-element:hover {
3166
+ .e-pv-formfield-li-element:hover:not(.e-pv-li-select) {
3147
3167
  background-color: #4f46e5;
3148
3168
  }
3149
3169
 
@@ -3219,6 +3239,29 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3219
3239
  width: 120px;
3220
3240
  }
3221
3241
 
3242
+ .e-bigger .e-pv-properties-form-field-font-style {
3243
+ background: #f9fafb;
3244
+ border-radius: 2px;
3245
+ display: -ms-flexbox;
3246
+ display: flex;
3247
+ height: 36px;
3248
+ -ms-flex-pack: space-evenly;
3249
+ justify-content: space-evenly;
3250
+ width: 154px;
3251
+ }
3252
+
3253
+ .e-bigger .e-pv-properties-form-field-font-align {
3254
+ background: #f9fafb;
3255
+ border-radius: 2px;
3256
+ display: -ms-flexbox;
3257
+ display: flex;
3258
+ height: 36px;
3259
+ -ms-flex-pack: space-evenly;
3260
+ justify-content: space-evenly;
3261
+ margin-right: 15px;
3262
+ width: 120px;
3263
+ }
3264
+
3222
3265
  .e-pv-properties-formfield-label {
3223
3266
  color: #374151;
3224
3267
  font-family: "Roboto";
@@ -3277,6 +3320,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3277
3320
  height: 550px;
3278
3321
  }
3279
3322
 
3323
+ .e-bigger .e-pv-signature-dialog-height {
3324
+ min-height: 592px;
3325
+ }
3326
+
3280
3327
  .e-dialog.e-pv-signature-dialog-blazor-height {
3281
3328
  height: 550px;
3282
3329
  }