@syncfusion/ej2-angular-pdfviewer 20.2.48 → 20.2.49-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 +1432 -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 +14 -28
  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 +8 -8
  28. package/styles/bootstrap.css +8 -8
  29. package/styles/bootstrap4.css +8 -8
  30. package/styles/bootstrap5-dark.css +9 -9
  31. package/styles/bootstrap5.css +9 -9
  32. package/styles/fabric-dark.css +8 -8
  33. package/styles/fabric.css +8 -8
  34. package/styles/fluent-dark.css +6 -6
  35. package/styles/fluent.css +6 -6
  36. package/styles/highcontrast-light.css +8 -8
  37. package/styles/highcontrast.css +8 -8
  38. package/styles/material-dark.css +8 -8
  39. package/styles/material.css +8 -8
  40. package/styles/pdfviewer/bootstrap-dark.css +8 -8
  41. package/styles/pdfviewer/bootstrap-dark.scss +1 -4
  42. package/styles/pdfviewer/bootstrap.css +8 -8
  43. package/styles/pdfviewer/bootstrap.scss +1 -4
  44. package/styles/pdfviewer/bootstrap4.css +8 -8
  45. package/styles/pdfviewer/bootstrap4.scss +1 -4
  46. package/styles/pdfviewer/bootstrap5-dark.css +9 -9
  47. package/styles/pdfviewer/bootstrap5-dark.scss +1 -4
  48. package/styles/pdfviewer/bootstrap5.css +9 -9
  49. package/styles/pdfviewer/bootstrap5.scss +1 -4
  50. package/styles/pdfviewer/fabric-dark.css +8 -8
  51. package/styles/pdfviewer/fabric-dark.scss +1 -4
  52. package/styles/pdfviewer/fabric.css +8 -8
  53. package/styles/pdfviewer/fabric.scss +1 -4
  54. package/styles/pdfviewer/fluent-dark.css +6 -6
  55. package/styles/pdfviewer/fluent-dark.scss +1 -4
  56. package/styles/pdfviewer/fluent.css +6 -6
  57. package/styles/pdfviewer/fluent.scss +1 -4
  58. package/styles/pdfviewer/highcontrast-light.css +8 -8
  59. package/styles/pdfviewer/highcontrast-light.scss +1 -4
  60. package/styles/pdfviewer/highcontrast.css +8 -8
  61. package/styles/pdfviewer/highcontrast.scss +1 -4
  62. package/styles/pdfviewer/material-dark.css +8 -8
  63. package/styles/pdfviewer/material-dark.scss +1 -4
  64. package/styles/pdfviewer/material.css +8 -8
  65. package/styles/pdfviewer/material.scss +1 -4
  66. package/styles/pdfviewer/tailwind-dark.css +9 -9
  67. package/styles/pdfviewer/tailwind-dark.scss +1 -4
  68. package/styles/pdfviewer/tailwind.css +9 -9
  69. package/styles/pdfviewer/tailwind.scss +1 -4
  70. package/styles/tailwind-dark.css +9 -9
  71. package/styles/tailwind.css +9 -9
  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 -1
  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 -530
  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 -530
  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 -196
  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 -530
  100. package/styles/pdfviewer/_tailwind-dark-definition.scss +0 -1
  101. package/styles/pdfviewer/_tailwind-definition.scss +0 -539
  102. package/styles/pdfviewer/_theme.scss +0 -4111
  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 -488
  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 -475
  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
@@ -434,7 +434,6 @@
434
434
  }
435
435
 
436
436
  /*! component layout */
437
- /* stylelint-disable property-no-vendor-prefix */
438
437
  .e-pdfviewer .e-pv-viewer-container {
439
438
  border-style: solid;
440
439
  border-width: 1px 1px 1px 0;
@@ -597,8 +596,6 @@
597
596
  width: 20px;
598
597
  }
599
598
 
600
- /* stylelint-disable value-no-vendor-prefix */
601
- /* stylelint-disable property-no-vendor-prefix */
602
599
  .e-pv-viewer-container {
603
600
  background-color: #e6e6e6;
604
601
  border-color: #ccc;
@@ -706,7 +703,10 @@ input.e-pv-input-password::-ms-reveal {
706
703
  }
707
704
 
708
705
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
709
- display: none;
706
+ display: block;
707
+ padding-left: 10px;
708
+ padding-right: 10px;
709
+ width: auto;
710
710
  }
711
711
 
712
712
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -3096,7 +3096,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3096
3096
  -webkit-user-select: none;
3097
3097
  color: #000;
3098
3098
  display: block;
3099
- font-family: "Roboto";
3099
+ font-family: Roboto;
3100
3100
  font-size: 20px;
3101
3101
  font-style: normal;
3102
3102
  font-weight: 500;
@@ -3113,7 +3113,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3113
3113
  }
3114
3114
 
3115
3115
  .e-pv-form-field-property-header-general {
3116
- font-family: "Roboto";
3116
+ font-family: Roboto;
3117
3117
  font-size: 13px;
3118
3118
  font-style: normal;
3119
3119
  font-weight: 500;
@@ -3122,7 +3122,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3122
3122
 
3123
3123
  .e-pv-properties-formfield-formatting {
3124
3124
  color: #757575;
3125
- font-family: "Roboto";
3125
+ font-family: Roboto;
3126
3126
  font-size: 13px;
3127
3127
  font-style: normal;
3128
3128
  font-weight: normal;
@@ -3156,7 +3156,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3156
3156
 
3157
3157
  .e-pv-properties-formfield-label {
3158
3158
  color: #757575;
3159
- font-family: "Roboto";
3159
+ font-family: Roboto;
3160
3160
  font-size: 13px;
3161
3161
  font-style: normal;
3162
3162
  font-weight: normal;
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/bootstrap-definition.scss';
2
- @import 'bootstrap-definition.scss';
3
- @import 'icons/bootstrap.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-pdfviewer/styles/pdfviewer/bootstrap.scss';
@@ -435,7 +435,6 @@
435
435
  }
436
436
 
437
437
  /*! component layout */
438
- /* stylelint-disable property-no-vendor-prefix */
439
438
  .e-pdfviewer .e-pv-viewer-container {
440
439
  border-style: solid;
441
440
  border-width: 1px 1px 1px 0;
@@ -598,8 +597,6 @@
598
597
  width: 20px;
599
598
  }
600
599
 
601
- /* stylelint-disable value-no-vendor-prefix */
602
- /* stylelint-disable property-no-vendor-prefix */
603
600
  .e-pv-viewer-container {
604
601
  background-color: #e9ecef;
605
602
  border-color: #dee2e6;
@@ -723,7 +720,10 @@ input.e-pv-input-password::-ms-reveal {
723
720
  }
724
721
 
725
722
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
726
- display: none;
723
+ display: block;
724
+ padding-left: 10px;
725
+ padding-right: 10px;
726
+ width: auto;
727
727
  }
728
728
 
729
729
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -3408,7 +3408,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3408
3408
  -webkit-user-select: none;
3409
3409
  color: #000;
3410
3410
  display: block;
3411
- font-family: "Roboto";
3411
+ font-family: Roboto;
3412
3412
  font-size: 20px;
3413
3413
  font-style: normal;
3414
3414
  font-weight: 500;
@@ -3425,7 +3425,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3425
3425
  }
3426
3426
 
3427
3427
  .e-pv-form-field-property-header-general {
3428
- font-family: "Roboto";
3428
+ font-family: Roboto;
3429
3429
  font-size: 13px;
3430
3430
  font-style: normal;
3431
3431
  font-weight: 500;
@@ -3434,7 +3434,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3434
3434
 
3435
3435
  .e-pv-properties-formfield-formatting {
3436
3436
  color: #757575;
3437
- font-family: "Roboto";
3437
+ font-family: Roboto;
3438
3438
  font-size: 13px;
3439
3439
  font-style: normal;
3440
3440
  font-weight: normal;
@@ -3468,7 +3468,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3468
3468
 
3469
3469
  .e-pv-properties-formfield-label {
3470
3470
  color: #757575;
3471
- font-family: "Roboto";
3471
+ font-family: Roboto;
3472
3472
  font-size: 13px;
3473
3473
  font-style: normal;
3474
3474
  font-weight: normal;
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/bootstrap4-definition.scss';
2
- @import 'bootstrap4-definition.scss';
3
- @import 'icons/bootstrap4.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-pdfviewer/styles/pdfviewer/bootstrap4.scss';
@@ -91,7 +91,7 @@
91
91
  font-family: "e-icons";
92
92
  }
93
93
  .e-pdfviewer .e-pv-search-close::before {
94
- content: "\e754";
94
+ content: "\e7e7";
95
95
  font-family: "e-icons";
96
96
  }
97
97
  .e-pdfviewer .e-pv-formdesigner-icon::before {
@@ -437,7 +437,6 @@
437
437
  }
438
438
 
439
439
  /*! component layout */
440
- /* stylelint-disable property-no-vendor-prefix */
441
440
  .e-pdfviewer .e-pv-viewer-container {
442
441
  border-style: solid;
443
442
  border-width: 1px 1px 1px 0;
@@ -600,8 +599,6 @@
600
599
  width: 20px;
601
600
  }
602
601
 
603
- /* stylelint-disable value-no-vendor-prefix */
604
- /* stylelint-disable property-no-vendor-prefix */
605
602
  .e-pv-viewer-container {
606
603
  background-color: #343a40;
607
604
  border-color: #343a40;
@@ -714,7 +711,10 @@ input.e-pv-input-password::-ms-reveal {
714
711
  }
715
712
 
716
713
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
717
- display: none;
714
+ display: block;
715
+ padding-left: 10px;
716
+ padding-right: 10px;
717
+ width: auto;
718
718
  }
719
719
 
720
720
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -3380,7 +3380,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3380
3380
  -webkit-user-select: none;
3381
3381
  color: #fff;
3382
3382
  display: block;
3383
- font-family: "Roboto";
3383
+ font-family: Roboto;
3384
3384
  font-family: inherit;
3385
3385
  font-size: 20px;
3386
3386
  font-style: normal;
@@ -3398,7 +3398,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3398
3398
  }
3399
3399
 
3400
3400
  .e-pv-form-field-property-header-general {
3401
- font-family: "Roboto";
3401
+ font-family: Roboto;
3402
3402
  font-family: inherit;
3403
3403
  font-size: 12px;
3404
3404
  font-style: normal;
@@ -3408,7 +3408,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3408
3408
 
3409
3409
  .e-pv-properties-formfield-formatting {
3410
3410
  color: #e9ecef;
3411
- font-family: "Roboto";
3411
+ font-family: Roboto;
3412
3412
  font-size: 12px;
3413
3413
  font-style: normal;
3414
3414
  font-weight: normal;
@@ -3451,7 +3451,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3451
3451
 
3452
3452
  .e-pv-properties-formfield-label {
3453
3453
  color: #e9ecef;
3454
- font-family: "Roboto";
3454
+ font-family: Roboto;
3455
3455
  font-family: inherit;
3456
3456
  font-size: 12px;
3457
3457
  font-style: normal;
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/bootstrap5-dark-definition.scss';
2
- @import 'bootstrap5-dark-definition.scss';
3
- @import 'icons/bootstrap5-dark.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-pdfviewer/styles/pdfviewer/bootstrap5-dark.scss';
@@ -91,7 +91,7 @@
91
91
  font-family: "e-icons";
92
92
  }
93
93
  .e-pdfviewer .e-pv-search-close::before {
94
- content: "\e754";
94
+ content: "\e7e7";
95
95
  font-family: "e-icons";
96
96
  }
97
97
  .e-pdfviewer .e-pv-formdesigner-icon::before {
@@ -437,7 +437,6 @@
437
437
  }
438
438
 
439
439
  /*! component layout */
440
- /* stylelint-disable property-no-vendor-prefix */
441
440
  .e-pdfviewer .e-pv-viewer-container {
442
441
  border-style: solid;
443
442
  border-width: 1px 1px 1px 0;
@@ -600,8 +599,6 @@
600
599
  width: 20px;
601
600
  }
602
601
 
603
- /* stylelint-disable value-no-vendor-prefix */
604
- /* stylelint-disable property-no-vendor-prefix */
605
602
  .e-pv-viewer-container {
606
603
  background-color: #e9ecef;
607
604
  border-color: #e9ecef;
@@ -714,7 +711,10 @@ input.e-pv-input-password::-ms-reveal {
714
711
  }
715
712
 
716
713
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
717
- display: none;
714
+ display: block;
715
+ padding-left: 10px;
716
+ padding-right: 10px;
717
+ width: auto;
718
718
  }
719
719
 
720
720
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -3380,7 +3380,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3380
3380
  -webkit-user-select: none;
3381
3381
  color: #212529;
3382
3382
  display: block;
3383
- font-family: "Roboto";
3383
+ font-family: Roboto;
3384
3384
  font-family: inherit;
3385
3385
  font-size: 20px;
3386
3386
  font-style: normal;
@@ -3398,7 +3398,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3398
3398
  }
3399
3399
 
3400
3400
  .e-pv-form-field-property-header-general {
3401
- font-family: "Roboto";
3401
+ font-family: Roboto;
3402
3402
  font-family: inherit;
3403
3403
  font-size: 12px;
3404
3404
  font-style: normal;
@@ -3408,7 +3408,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3408
3408
 
3409
3409
  .e-pv-properties-formfield-formatting {
3410
3410
  color: #343a40;
3411
- font-family: "Roboto";
3411
+ font-family: Roboto;
3412
3412
  font-size: 12px;
3413
3413
  font-style: normal;
3414
3414
  font-weight: normal;
@@ -3451,7 +3451,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3451
3451
 
3452
3452
  .e-pv-properties-formfield-label {
3453
3453
  color: #343a40;
3454
- font-family: "Roboto";
3454
+ font-family: Roboto;
3455
3455
  font-family: inherit;
3456
3456
  font-size: 12px;
3457
3457
  font-style: normal;
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/bootstrap5-definition.scss';
2
- @import 'bootstrap5-definition.scss';
3
- @import 'icons/bootstrap5.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-pdfviewer/styles/pdfviewer/bootstrap5.scss';
@@ -439,7 +439,6 @@
439
439
  }
440
440
 
441
441
  /*! component layout */
442
- /* stylelint-disable property-no-vendor-prefix */
443
442
  .e-pdfviewer .e-pv-viewer-container {
444
443
  border-style: solid;
445
444
  border-width: 0;
@@ -602,8 +601,6 @@
602
601
  width: 20px;
603
602
  }
604
603
 
605
- /* stylelint-disable value-no-vendor-prefix */
606
- /* stylelint-disable property-no-vendor-prefix */
607
604
  .e-pv-viewer-container {
608
605
  background-color: #201f1f;
609
606
  border-color: #6f6c6c;
@@ -711,7 +708,10 @@ input.e-pv-input-password::-ms-reveal {
711
708
  }
712
709
 
713
710
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
714
- display: none;
711
+ display: block;
712
+ padding-left: 10px;
713
+ padding-right: 10px;
714
+ width: auto;
715
715
  }
716
716
 
717
717
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -3097,7 +3097,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3097
3097
  -webkit-user-select: none;
3098
3098
  color: #dadada;
3099
3099
  display: block;
3100
- font-family: "Roboto";
3100
+ font-family: Roboto;
3101
3101
  font-size: 20px;
3102
3102
  font-style: normal;
3103
3103
  font-weight: 500;
@@ -3114,7 +3114,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3114
3114
  }
3115
3115
 
3116
3116
  .e-pv-form-field-property-header-general {
3117
- font-family: "Roboto";
3117
+ font-family: Roboto;
3118
3118
  font-size: 13px;
3119
3119
  font-style: normal;
3120
3120
  font-weight: 500;
@@ -3123,7 +3123,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3123
3123
 
3124
3124
  .e-pv-properties-formfield-formatting {
3125
3125
  color: #757575;
3126
- font-family: "Roboto";
3126
+ font-family: Roboto;
3127
3127
  font-size: 13px;
3128
3128
  font-style: normal;
3129
3129
  font-weight: normal;
@@ -3157,7 +3157,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3157
3157
 
3158
3158
  .e-pv-properties-formfield-label {
3159
3159
  color: #757575;
3160
- font-family: "Roboto";
3160
+ font-family: Roboto;
3161
3161
  font-size: 13px;
3162
3162
  font-style: normal;
3163
3163
  font-weight: normal;
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/fabric-dark-definition.scss';
2
- @import 'fabric-dark-definition.scss';
3
- @import 'icons/fabric-dark.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-pdfviewer/styles/pdfviewer/fabric-dark.scss';
@@ -446,7 +446,6 @@
446
446
  }
447
447
 
448
448
  /*! component layout */
449
- /* stylelint-disable property-no-vendor-prefix */
450
449
  .e-pdfviewer .e-pv-viewer-container {
451
450
  border-style: solid;
452
451
  border-width: 0;
@@ -609,8 +608,6 @@
609
608
  width: 20px;
610
609
  }
611
610
 
612
- /* stylelint-disable value-no-vendor-prefix */
613
- /* stylelint-disable property-no-vendor-prefix */
614
611
  .e-pv-viewer-container {
615
612
  background-color: #d0d0d0;
616
613
  border-color: #fff;
@@ -718,7 +715,10 @@ input.e-pv-input-password::-ms-reveal {
718
715
  }
719
716
 
720
717
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
721
- display: none;
718
+ display: block;
719
+ padding-left: 10px;
720
+ padding-right: 10px;
721
+ width: auto;
722
722
  }
723
723
 
724
724
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -3110,7 +3110,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3110
3110
  -webkit-user-select: none;
3111
3111
  color: #333;
3112
3112
  display: block;
3113
- font-family: "Roboto";
3113
+ font-family: Roboto;
3114
3114
  font-size: 20px;
3115
3115
  font-style: normal;
3116
3116
  font-weight: 500;
@@ -3127,7 +3127,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3127
3127
  }
3128
3128
 
3129
3129
  .e-pv-form-field-property-header-general {
3130
- font-family: "Roboto";
3130
+ font-family: Roboto;
3131
3131
  font-size: 13px;
3132
3132
  font-style: normal;
3133
3133
  font-weight: 500;
@@ -3136,7 +3136,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3136
3136
 
3137
3137
  .e-pv-properties-formfield-formatting {
3138
3138
  color: #757575;
3139
- font-family: "Roboto";
3139
+ font-family: Roboto;
3140
3140
  font-size: 13px;
3141
3141
  font-style: normal;
3142
3142
  font-weight: normal;
@@ -3170,7 +3170,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3170
3170
 
3171
3171
  .e-pv-properties-formfield-label {
3172
3172
  color: #757575;
3173
- font-family: "Roboto";
3173
+ font-family: Roboto;
3174
3174
  font-size: 13px;
3175
3175
  font-style: normal;
3176
3176
  font-weight: normal;
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/fabric-definition.scss';
2
- @import 'fabric-definition.scss';
3
- @import 'icons/fabric.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-pdfviewer/styles/pdfviewer/fabric.scss';
@@ -435,7 +435,6 @@
435
435
  }
436
436
 
437
437
  /*! component layout */
438
- /* stylelint-disable property-no-vendor-prefix */
439
438
  .e-pdfviewer .e-pv-viewer-container {
440
439
  border-style: solid;
441
440
  border-width: 1px 1px 1px 0;
@@ -598,8 +597,6 @@
598
597
  width: 20px;
599
598
  }
600
599
 
601
- /* stylelint-disable value-no-vendor-prefix */
602
- /* stylelint-disable property-no-vendor-prefix */
603
600
  .e-pv-viewer-container {
604
601
  background-color: #323130;
605
602
  border-color: #323130;
@@ -715,7 +712,10 @@ input.e-pv-input-password::-ms-reveal {
715
712
  }
716
713
 
717
714
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
718
- display: none;
715
+ display: block;
716
+ padding-left: 10px;
717
+ padding-right: 10px;
718
+ width: auto;
719
719
  }
720
720
 
721
721
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -3325,7 +3325,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3325
3325
 
3326
3326
  .e-pv-properties-formfield-formatting {
3327
3327
  color: #d2d0ce;
3328
- font-family: "Roboto";
3328
+ font-family: Roboto;
3329
3329
  font-size: 14px;
3330
3330
  font-style: normal;
3331
3331
  font-weight: normal;
@@ -3369,7 +3369,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3369
3369
 
3370
3370
  .e-pv-properties-formfield-label {
3371
3371
  color: #d2d0ce;
3372
- font-family: "Roboto";
3372
+ font-family: Roboto;
3373
3373
  font-size: 14px;
3374
3374
  font-style: normal;
3375
3375
  font-weight: normal;
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/fluent-dark-definition.scss';
2
- @import 'fluent-dark-definition.scss';
3
- @import 'icons/fluent-dark.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-pdfviewer/styles/pdfviewer/fluent-dark.scss';
@@ -435,7 +435,6 @@
435
435
  }
436
436
 
437
437
  /*! component layout */
438
- /* stylelint-disable property-no-vendor-prefix */
439
438
  .e-pdfviewer .e-pv-viewer-container {
440
439
  border-style: solid;
441
440
  border-width: 1px 1px 1px 0;
@@ -598,8 +597,6 @@
598
597
  width: 20px;
599
598
  }
600
599
 
601
- /* stylelint-disable value-no-vendor-prefix */
602
- /* stylelint-disable property-no-vendor-prefix */
603
600
  .e-pv-viewer-container {
604
601
  background-color: #e1dfdd;
605
602
  border-color: #e1dfdd;
@@ -715,7 +712,10 @@ input.e-pv-input-password::-ms-reveal {
715
712
  }
716
713
 
717
714
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
718
- display: none;
715
+ display: block;
716
+ padding-left: 10px;
717
+ padding-right: 10px;
718
+ width: auto;
719
719
  }
720
720
 
721
721
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -3325,7 +3325,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3325
3325
 
3326
3326
  .e-pv-properties-formfield-formatting {
3327
3327
  color: #323130;
3328
- font-family: "Roboto";
3328
+ font-family: Roboto;
3329
3329
  font-size: 14px;
3330
3330
  font-style: normal;
3331
3331
  font-weight: normal;
@@ -3369,7 +3369,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3369
3369
 
3370
3370
  .e-pv-properties-formfield-label {
3371
3371
  color: #323130;
3372
- font-family: "Roboto";
3372
+ font-family: Roboto;
3373
3373
  font-size: 14px;
3374
3374
  font-style: normal;
3375
3375
  font-weight: normal;
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/fluent-definition.scss';
2
- @import 'fluent-definition.scss';
3
- @import 'icons/fluent.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-pdfviewer/styles/pdfviewer/fluent.scss';
@@ -429,7 +429,6 @@
429
429
  }
430
430
 
431
431
  /*! component layout */
432
- /* stylelint-disable property-no-vendor-prefix */
433
432
  .e-pdfviewer .e-pv-viewer-container {
434
433
  border-style: solid;
435
434
  border-width: 0 1px 1px 1px;
@@ -592,8 +591,6 @@
592
591
  width: 20px;
593
592
  }
594
593
 
595
- /* stylelint-disable value-no-vendor-prefix */
596
- /* stylelint-disable property-no-vendor-prefix */
597
594
  .e-pv-viewer-container {
598
595
  background-color: #fff;
599
596
  border-color: #757575;
@@ -701,7 +698,10 @@ input.e-pv-input-password::-ms-reveal {
701
698
  }
702
699
 
703
700
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
704
- display: none;
701
+ display: block;
702
+ padding-left: 10px;
703
+ padding-right: 10px;
704
+ width: auto;
705
705
  }
706
706
 
707
707
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -3087,7 +3087,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3087
3087
  -webkit-user-select: none;
3088
3088
  color: #000;
3089
3089
  display: block;
3090
- font-family: "Roboto";
3090
+ font-family: Roboto;
3091
3091
  font-size: 20px;
3092
3092
  font-style: normal;
3093
3093
  font-weight: 500;
@@ -3104,7 +3104,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3104
3104
  }
3105
3105
 
3106
3106
  .e-pv-form-field-property-header-general {
3107
- font-family: "Roboto";
3107
+ font-family: Roboto;
3108
3108
  font-size: 13px;
3109
3109
  font-style: normal;
3110
3110
  font-weight: 500;
@@ -3113,7 +3113,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3113
3113
 
3114
3114
  .e-pv-properties-formfield-formatting {
3115
3115
  color: #757575;
3116
- font-family: "Roboto";
3116
+ font-family: Roboto;
3117
3117
  font-size: 13px;
3118
3118
  font-style: normal;
3119
3119
  font-weight: normal;
@@ -3147,7 +3147,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3147
3147
 
3148
3148
  .e-pv-properties-formfield-label {
3149
3149
  color: #757575;
3150
- font-family: "Roboto";
3150
+ font-family: Roboto;
3151
3151
  font-size: 13px;
3152
3152
  font-style: normal;
3153
3153
  font-weight: normal;
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/highcontrast-light-definition.scss';
2
- @import 'highcontrast-light-definition.scss';
3
- @import 'icons/highcontrast-light.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-pdfviewer/styles/pdfviewer/highcontrast-light.scss';
@@ -429,7 +429,6 @@
429
429
  }
430
430
 
431
431
  /*! component layout */
432
- /* stylelint-disable property-no-vendor-prefix */
433
432
  .e-pdfviewer .e-pv-viewer-container {
434
433
  border-style: solid;
435
434
  border-width: 0 1px 1px 1px;
@@ -592,8 +591,6 @@
592
591
  width: 20px;
593
592
  }
594
593
 
595
- /* stylelint-disable value-no-vendor-prefix */
596
- /* stylelint-disable property-no-vendor-prefix */
597
594
  .e-pv-viewer-container {
598
595
  background-color: #000;
599
596
  border-color: #969696;
@@ -701,7 +698,10 @@ input.e-pv-input-password::-ms-reveal {
701
698
  }
702
699
 
703
700
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
704
- display: none;
701
+ display: block;
702
+ padding-left: 10px;
703
+ padding-right: 10px;
704
+ width: auto;
705
705
  }
706
706
 
707
707
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -3096,7 +3096,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3096
3096
  -webkit-user-select: none;
3097
3097
  color: #fff;
3098
3098
  display: block;
3099
- font-family: "Roboto";
3099
+ font-family: Roboto;
3100
3100
  font-size: 20px;
3101
3101
  font-style: normal;
3102
3102
  font-weight: 500;
@@ -3113,7 +3113,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3113
3113
  }
3114
3114
 
3115
3115
  .e-pv-form-field-property-header-general {
3116
- font-family: "Roboto";
3116
+ font-family: Roboto;
3117
3117
  font-size: 13px;
3118
3118
  font-style: normal;
3119
3119
  font-weight: 500;
@@ -3126,7 +3126,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3126
3126
 
3127
3127
  .e-pv-properties-formfield-formatting {
3128
3128
  color: #757575;
3129
- font-family: "Roboto";
3129
+ font-family: Roboto;
3130
3130
  font-size: 13px;
3131
3131
  font-style: normal;
3132
3132
  font-weight: normal;
@@ -3160,7 +3160,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3160
3160
 
3161
3161
  .e-pv-properties-formfield-label {
3162
3162
  color: #757575;
3163
- font-family: "Roboto";
3163
+ font-family: Roboto;
3164
3164
  font-size: 13px;
3165
3165
  font-style: normal;
3166
3166
  font-weight: normal;
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/highcontrast-definition.scss';
2
- @import 'highcontrast-definition.scss';
3
- @import 'icons/highcontrast.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-pdfviewer/styles/pdfviewer/highcontrast.scss';