@syncfusion/ej2-angular-pdfviewer 20.2.46 → 20.2.48-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 +1425 -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 +4 -7
  28. package/styles/bootstrap.css +4 -7
  29. package/styles/bootstrap4.css +4 -7
  30. package/styles/bootstrap5-dark.css +5 -8
  31. package/styles/bootstrap5.css +5 -8
  32. package/styles/fabric-dark.css +4 -7
  33. package/styles/fabric.css +4 -7
  34. package/styles/fluent-dark.css +2 -5
  35. package/styles/fluent.css +2 -5
  36. package/styles/highcontrast-light.css +4 -7
  37. package/styles/highcontrast.css +4 -7
  38. package/styles/material-dark.css +4 -7
  39. package/styles/material.css +4 -7
  40. package/styles/pdfviewer/bootstrap-dark.css +4 -7
  41. package/styles/pdfviewer/bootstrap-dark.scss +1 -4
  42. package/styles/pdfviewer/bootstrap.css +4 -7
  43. package/styles/pdfviewer/bootstrap.scss +1 -4
  44. package/styles/pdfviewer/bootstrap4.css +4 -7
  45. package/styles/pdfviewer/bootstrap4.scss +1 -4
  46. package/styles/pdfviewer/bootstrap5-dark.css +5 -8
  47. package/styles/pdfviewer/bootstrap5-dark.scss +1 -4
  48. package/styles/pdfviewer/bootstrap5.css +5 -8
  49. package/styles/pdfviewer/bootstrap5.scss +1 -4
  50. package/styles/pdfviewer/fabric-dark.css +4 -7
  51. package/styles/pdfviewer/fabric-dark.scss +1 -4
  52. package/styles/pdfviewer/fabric.css +4 -7
  53. package/styles/pdfviewer/fabric.scss +1 -4
  54. package/styles/pdfviewer/fluent-dark.css +2 -5
  55. package/styles/pdfviewer/fluent-dark.scss +1 -4
  56. package/styles/pdfviewer/fluent.css +2 -5
  57. package/styles/pdfviewer/fluent.scss +1 -4
  58. package/styles/pdfviewer/highcontrast-light.css +4 -7
  59. package/styles/pdfviewer/highcontrast-light.scss +1 -4
  60. package/styles/pdfviewer/highcontrast.css +4 -7
  61. package/styles/pdfviewer/highcontrast.scss +1 -4
  62. package/styles/pdfviewer/material-dark.css +4 -7
  63. package/styles/pdfviewer/material-dark.scss +1 -4
  64. package/styles/pdfviewer/material.css +4 -7
  65. package/styles/pdfviewer/material.scss +1 -4
  66. package/styles/pdfviewer/tailwind-dark.css +5 -8
  67. package/styles/pdfviewer/tailwind-dark.scss +1 -4
  68. package/styles/pdfviewer/tailwind.css +5 -8
  69. package/styles/pdfviewer/tailwind.scss +1 -4
  70. package/styles/tailwind-dark.css +5 -8
  71. package/styles/tailwind.css +5 -8
  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
@@ -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;
@@ -3380,7 +3377,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3380
3377
  -webkit-user-select: none;
3381
3378
  color: #212529;
3382
3379
  display: block;
3383
- font-family: "Roboto";
3380
+ font-family: Roboto;
3384
3381
  font-family: inherit;
3385
3382
  font-size: 20px;
3386
3383
  font-style: normal;
@@ -3398,7 +3395,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3398
3395
  }
3399
3396
 
3400
3397
  .e-pv-form-field-property-header-general {
3401
- font-family: "Roboto";
3398
+ font-family: Roboto;
3402
3399
  font-family: inherit;
3403
3400
  font-size: 12px;
3404
3401
  font-style: normal;
@@ -3408,7 +3405,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3408
3405
 
3409
3406
  .e-pv-properties-formfield-formatting {
3410
3407
  color: #343a40;
3411
- font-family: "Roboto";
3408
+ font-family: Roboto;
3412
3409
  font-size: 12px;
3413
3410
  font-style: normal;
3414
3411
  font-weight: normal;
@@ -3451,7 +3448,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3451
3448
 
3452
3449
  .e-pv-properties-formfield-label {
3453
3450
  color: #343a40;
3454
- font-family: "Roboto";
3451
+ font-family: Roboto;
3455
3452
  font-family: inherit;
3456
3453
  font-size: 12px;
3457
3454
  font-style: normal;
@@ -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;
@@ -3097,7 +3094,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3097
3094
  -webkit-user-select: none;
3098
3095
  color: #dadada;
3099
3096
  display: block;
3100
- font-family: "Roboto";
3097
+ font-family: Roboto;
3101
3098
  font-size: 20px;
3102
3099
  font-style: normal;
3103
3100
  font-weight: 500;
@@ -3114,7 +3111,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3114
3111
  }
3115
3112
 
3116
3113
  .e-pv-form-field-property-header-general {
3117
- font-family: "Roboto";
3114
+ font-family: Roboto;
3118
3115
  font-size: 13px;
3119
3116
  font-style: normal;
3120
3117
  font-weight: 500;
@@ -3123,7 +3120,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3123
3120
 
3124
3121
  .e-pv-properties-formfield-formatting {
3125
3122
  color: #757575;
3126
- font-family: "Roboto";
3123
+ font-family: Roboto;
3127
3124
  font-size: 13px;
3128
3125
  font-style: normal;
3129
3126
  font-weight: normal;
@@ -3157,7 +3154,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3157
3154
 
3158
3155
  .e-pv-properties-formfield-label {
3159
3156
  color: #757575;
3160
- font-family: "Roboto";
3157
+ font-family: Roboto;
3161
3158
  font-size: 13px;
3162
3159
  font-style: normal;
3163
3160
  font-weight: normal;
package/styles/fabric.css CHANGED
@@ -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;
@@ -3110,7 +3107,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3110
3107
  -webkit-user-select: none;
3111
3108
  color: #333;
3112
3109
  display: block;
3113
- font-family: "Roboto";
3110
+ font-family: Roboto;
3114
3111
  font-size: 20px;
3115
3112
  font-style: normal;
3116
3113
  font-weight: 500;
@@ -3127,7 +3124,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3127
3124
  }
3128
3125
 
3129
3126
  .e-pv-form-field-property-header-general {
3130
- font-family: "Roboto";
3127
+ font-family: Roboto;
3131
3128
  font-size: 13px;
3132
3129
  font-style: normal;
3133
3130
  font-weight: 500;
@@ -3136,7 +3133,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3136
3133
 
3137
3134
  .e-pv-properties-formfield-formatting {
3138
3135
  color: #757575;
3139
- font-family: "Roboto";
3136
+ font-family: Roboto;
3140
3137
  font-size: 13px;
3141
3138
  font-style: normal;
3142
3139
  font-weight: normal;
@@ -3170,7 +3167,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3170
3167
 
3171
3168
  .e-pv-properties-formfield-label {
3172
3169
  color: #757575;
3173
- font-family: "Roboto";
3170
+ font-family: Roboto;
3174
3171
  font-size: 13px;
3175
3172
  font-style: normal;
3176
3173
  font-weight: normal;
@@ -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;
@@ -3325,7 +3322,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3325
3322
 
3326
3323
  .e-pv-properties-formfield-formatting {
3327
3324
  color: #d2d0ce;
3328
- font-family: "Roboto";
3325
+ font-family: Roboto;
3329
3326
  font-size: 14px;
3330
3327
  font-style: normal;
3331
3328
  font-weight: normal;
@@ -3369,7 +3366,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3369
3366
 
3370
3367
  .e-pv-properties-formfield-label {
3371
3368
  color: #d2d0ce;
3372
- font-family: "Roboto";
3369
+ font-family: Roboto;
3373
3370
  font-size: 14px;
3374
3371
  font-style: normal;
3375
3372
  font-weight: normal;
package/styles/fluent.css CHANGED
@@ -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;
@@ -3325,7 +3322,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3325
3322
 
3326
3323
  .e-pv-properties-formfield-formatting {
3327
3324
  color: #323130;
3328
- font-family: "Roboto";
3325
+ font-family: Roboto;
3329
3326
  font-size: 14px;
3330
3327
  font-style: normal;
3331
3328
  font-weight: normal;
@@ -3369,7 +3366,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3369
3366
 
3370
3367
  .e-pv-properties-formfield-label {
3371
3368
  color: #323130;
3372
- font-family: "Roboto";
3369
+ font-family: Roboto;
3373
3370
  font-size: 14px;
3374
3371
  font-style: normal;
3375
3372
  font-weight: normal;
@@ -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;
@@ -3087,7 +3084,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3087
3084
  -webkit-user-select: none;
3088
3085
  color: #000;
3089
3086
  display: block;
3090
- font-family: "Roboto";
3087
+ font-family: Roboto;
3091
3088
  font-size: 20px;
3092
3089
  font-style: normal;
3093
3090
  font-weight: 500;
@@ -3104,7 +3101,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3104
3101
  }
3105
3102
 
3106
3103
  .e-pv-form-field-property-header-general {
3107
- font-family: "Roboto";
3104
+ font-family: Roboto;
3108
3105
  font-size: 13px;
3109
3106
  font-style: normal;
3110
3107
  font-weight: 500;
@@ -3113,7 +3110,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3113
3110
 
3114
3111
  .e-pv-properties-formfield-formatting {
3115
3112
  color: #757575;
3116
- font-family: "Roboto";
3113
+ font-family: Roboto;
3117
3114
  font-size: 13px;
3118
3115
  font-style: normal;
3119
3116
  font-weight: normal;
@@ -3147,7 +3144,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3147
3144
 
3148
3145
  .e-pv-properties-formfield-label {
3149
3146
  color: #757575;
3150
- font-family: "Roboto";
3147
+ font-family: Roboto;
3151
3148
  font-size: 13px;
3152
3149
  font-style: normal;
3153
3150
  font-weight: normal;
@@ -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;
@@ -3096,7 +3093,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3096
3093
  -webkit-user-select: none;
3097
3094
  color: #fff;
3098
3095
  display: block;
3099
- font-family: "Roboto";
3096
+ font-family: Roboto;
3100
3097
  font-size: 20px;
3101
3098
  font-style: normal;
3102
3099
  font-weight: 500;
@@ -3113,7 +3110,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3113
3110
  }
3114
3111
 
3115
3112
  .e-pv-form-field-property-header-general {
3116
- font-family: "Roboto";
3113
+ font-family: Roboto;
3117
3114
  font-size: 13px;
3118
3115
  font-style: normal;
3119
3116
  font-weight: 500;
@@ -3126,7 +3123,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3126
3123
 
3127
3124
  .e-pv-properties-formfield-formatting {
3128
3125
  color: #757575;
3129
- font-family: "Roboto";
3126
+ font-family: Roboto;
3130
3127
  font-size: 13px;
3131
3128
  font-style: normal;
3132
3129
  font-weight: normal;
@@ -3160,7 +3157,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3160
3157
 
3161
3158
  .e-pv-properties-formfield-label {
3162
3159
  color: #757575;
3163
- font-family: "Roboto";
3160
+ font-family: Roboto;
3164
3161
  font-size: 13px;
3165
3162
  font-style: normal;
3166
3163
  font-weight: normal;
@@ -433,7 +433,6 @@
433
433
  }
434
434
 
435
435
  /*! component layout */
436
- /* stylelint-disable property-no-vendor-prefix */
437
436
  .e-pdfviewer .e-pv-viewer-container {
438
437
  border-style: solid;
439
438
  border-width: 1px 1px 1px 0;
@@ -596,8 +595,6 @@
596
595
  width: 20px;
597
596
  }
598
597
 
599
- /* stylelint-disable value-no-vendor-prefix */
600
- /* stylelint-disable property-no-vendor-prefix */
601
598
  .e-pv-viewer-container {
602
599
  background-color: #303030;
603
600
  border-color: #616161;
@@ -3091,7 +3088,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3091
3088
  -webkit-user-select: none;
3092
3089
  color: #fff;
3093
3090
  display: block;
3094
- font-family: "Roboto";
3091
+ font-family: Roboto;
3095
3092
  font-size: 20px;
3096
3093
  font-style: normal;
3097
3094
  font-weight: 500;
@@ -3108,7 +3105,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3108
3105
  }
3109
3106
 
3110
3107
  .e-pv-form-field-property-header-general {
3111
- font-family: "Roboto";
3108
+ font-family: Roboto;
3112
3109
  font-size: 13px;
3113
3110
  font-style: normal;
3114
3111
  font-weight: 500;
@@ -3117,7 +3114,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3117
3114
 
3118
3115
  .e-pv-properties-formfield-formatting {
3119
3116
  color: #757575;
3120
- font-family: "Roboto";
3117
+ font-family: Roboto;
3121
3118
  font-size: 13px;
3122
3119
  font-style: normal;
3123
3120
  font-weight: normal;
@@ -3151,7 +3148,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3151
3148
 
3152
3149
  .e-pv-properties-formfield-label {
3153
3150
  color: #757575;
3154
- font-family: "Roboto";
3151
+ font-family: Roboto;
3155
3152
  font-size: 13px;
3156
3153
  font-style: normal;
3157
3154
  font-weight: normal;
@@ -433,7 +433,6 @@
433
433
  }
434
434
 
435
435
  /*! component layout */
436
- /* stylelint-disable property-no-vendor-prefix */
437
436
  .e-pdfviewer .e-pv-viewer-container {
438
437
  border-style: solid;
439
438
  border-width: 1px 1px 1px 0;
@@ -596,8 +595,6 @@
596
595
  width: 20px;
597
596
  }
598
597
 
599
- /* stylelint-disable value-no-vendor-prefix */
600
- /* stylelint-disable property-no-vendor-prefix */
601
598
  .e-pv-viewer-container {
602
599
  background-color: #e0e0e0;
603
600
  border-color: #e0e0e0;
@@ -3093,7 +3090,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3093
3090
  -webkit-user-select: none;
3094
3091
  color: #000;
3095
3092
  display: block;
3096
- font-family: "Roboto";
3093
+ font-family: Roboto;
3097
3094
  font-size: 20px;
3098
3095
  font-style: normal;
3099
3096
  font-weight: 500;
@@ -3110,7 +3107,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3110
3107
  }
3111
3108
 
3112
3109
  .e-pv-form-field-property-header-general {
3113
- font-family: "Roboto";
3110
+ font-family: Roboto;
3114
3111
  font-size: 13px;
3115
3112
  font-style: normal;
3116
3113
  font-weight: 500;
@@ -3119,7 +3116,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3119
3116
 
3120
3117
  .e-pv-properties-formfield-formatting {
3121
3118
  color: #757575;
3122
- font-family: "Roboto";
3119
+ font-family: Roboto;
3123
3120
  font-size: 13px;
3124
3121
  font-style: normal;
3125
3122
  font-weight: normal;
@@ -3153,7 +3150,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3153
3150
 
3154
3151
  .e-pv-properties-formfield-label {
3155
3152
  color: #757575;
3156
- font-family: "Roboto";
3153
+ font-family: Roboto;
3157
3154
  font-size: 13px;
3158
3155
  font-style: normal;
3159
3156
  font-weight: normal;
@@ -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: 1px 1px 1px 0;
@@ -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: #1a1a1a;
599
596
  border-color: #505050;
@@ -3089,7 +3086,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3089
3086
  -webkit-user-select: none;
3090
3087
  color: #000;
3091
3088
  display: block;
3092
- font-family: "Roboto";
3089
+ font-family: Roboto;
3093
3090
  font-size: 20px;
3094
3091
  font-style: normal;
3095
3092
  font-weight: 500;
@@ -3106,7 +3103,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3106
3103
  }
3107
3104
 
3108
3105
  .e-pv-form-field-property-header-general {
3109
- font-family: "Roboto";
3106
+ font-family: Roboto;
3110
3107
  font-size: 13px;
3111
3108
  font-style: normal;
3112
3109
  font-weight: 500;
@@ -3115,7 +3112,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3115
3112
 
3116
3113
  .e-pv-properties-formfield-formatting {
3117
3114
  color: #757575;
3118
- font-family: "Roboto";
3115
+ font-family: Roboto;
3119
3116
  font-size: 13px;
3120
3117
  font-style: normal;
3121
3118
  font-weight: normal;
@@ -3149,7 +3146,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3149
3146
 
3150
3147
  .e-pv-properties-formfield-label {
3151
3148
  color: #757575;
3152
- font-family: "Roboto";
3149
+ font-family: Roboto;
3153
3150
  font-size: 13px;
3154
3151
  font-style: normal;
3155
3152
  font-weight: normal;
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/bootstrap-dark-definition.scss';
2
- @import 'bootstrap-dark-definition.scss';
3
- @import 'icons/bootstrap-dark.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-pdfviewer/styles/pdfviewer/bootstrap-dark.scss';
@@ -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;
@@ -3096,7 +3093,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3096
3093
  -webkit-user-select: none;
3097
3094
  color: #000;
3098
3095
  display: block;
3099
- font-family: "Roboto";
3096
+ font-family: Roboto;
3100
3097
  font-size: 20px;
3101
3098
  font-style: normal;
3102
3099
  font-weight: 500;
@@ -3113,7 +3110,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3113
3110
  }
3114
3111
 
3115
3112
  .e-pv-form-field-property-header-general {
3116
- font-family: "Roboto";
3113
+ font-family: Roboto;
3117
3114
  font-size: 13px;
3118
3115
  font-style: normal;
3119
3116
  font-weight: 500;
@@ -3122,7 +3119,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3122
3119
 
3123
3120
  .e-pv-properties-formfield-formatting {
3124
3121
  color: #757575;
3125
- font-family: "Roboto";
3122
+ font-family: Roboto;
3126
3123
  font-size: 13px;
3127
3124
  font-style: normal;
3128
3125
  font-weight: normal;
@@ -3156,7 +3153,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3156
3153
 
3157
3154
  .e-pv-properties-formfield-label {
3158
3155
  color: #757575;
3159
- font-family: "Roboto";
3156
+ font-family: Roboto;
3160
3157
  font-size: 13px;
3161
3158
  font-style: normal;
3162
3159
  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;
@@ -3408,7 +3405,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3408
3405
  -webkit-user-select: none;
3409
3406
  color: #000;
3410
3407
  display: block;
3411
- font-family: "Roboto";
3408
+ font-family: Roboto;
3412
3409
  font-size: 20px;
3413
3410
  font-style: normal;
3414
3411
  font-weight: 500;
@@ -3425,7 +3422,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3425
3422
  }
3426
3423
 
3427
3424
  .e-pv-form-field-property-header-general {
3428
- font-family: "Roboto";
3425
+ font-family: Roboto;
3429
3426
  font-size: 13px;
3430
3427
  font-style: normal;
3431
3428
  font-weight: 500;
@@ -3434,7 +3431,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3434
3431
 
3435
3432
  .e-pv-properties-formfield-formatting {
3436
3433
  color: #757575;
3437
- font-family: "Roboto";
3434
+ font-family: Roboto;
3438
3435
  font-size: 13px;
3439
3436
  font-style: normal;
3440
3437
  font-weight: normal;
@@ -3468,7 +3465,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3468
3465
 
3469
3466
  .e-pv-properties-formfield-label {
3470
3467
  color: #757575;
3471
- font-family: "Roboto";
3468
+ font-family: Roboto;
3472
3469
  font-size: 13px;
3473
3470
  font-style: normal;
3474
3471
  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;
@@ -3380,7 +3377,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3380
3377
  -webkit-user-select: none;
3381
3378
  color: #fff;
3382
3379
  display: block;
3383
- font-family: "Roboto";
3380
+ font-family: Roboto;
3384
3381
  font-family: inherit;
3385
3382
  font-size: 20px;
3386
3383
  font-style: normal;
@@ -3398,7 +3395,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3398
3395
  }
3399
3396
 
3400
3397
  .e-pv-form-field-property-header-general {
3401
- font-family: "Roboto";
3398
+ font-family: Roboto;
3402
3399
  font-family: inherit;
3403
3400
  font-size: 12px;
3404
3401
  font-style: normal;
@@ -3408,7 +3405,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3408
3405
 
3409
3406
  .e-pv-properties-formfield-formatting {
3410
3407
  color: #e9ecef;
3411
- font-family: "Roboto";
3408
+ font-family: Roboto;
3412
3409
  font-size: 12px;
3413
3410
  font-style: normal;
3414
3411
  font-weight: normal;
@@ -3451,7 +3448,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3451
3448
 
3452
3449
  .e-pv-properties-formfield-label {
3453
3450
  color: #e9ecef;
3454
- font-family: "Roboto";
3451
+ font-family: Roboto;
3455
3452
  font-family: inherit;
3456
3453
  font-size: 12px;
3457
3454
  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';