@syncfusion/ej2-pdfviewer 17.3.57-4568 → 17.3.59-4568

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 (102) hide show
  1. package/dist/ej2-pdfviewer.umd.min.js +1 -1
  2. package/dist/ej2-pdfviewer.umd.min.js.map +1 -1
  3. package/dist/es6/ej2-pdfviewer.es2015.js +42 -44
  4. package/dist/es6/ej2-pdfviewer.es2015.js.map +1 -1
  5. package/dist/es6/ej2-pdfviewer.es5.js +42 -44
  6. package/dist/es6/ej2-pdfviewer.es5.js.map +1 -1
  7. package/package.json +1 -1
  8. package/src/pdfviewer/annotation/annotation.js +3 -0
  9. package/src/pdfviewer/base/pdfviewer-base.d.ts +2 -0
  10. package/src/pdfviewer/base/pdfviewer-base.js +33 -10
  11. package/src/pdfviewer/magnification/magnification.d.ts +0 -1
  12. package/src/pdfviewer/magnification/magnification.js +2 -32
  13. package/src/pdfviewer/tagged-pdf/tagged-pdf.js +4 -2
  14. package/styles/bootstrap-dark.css +326 -10
  15. package/styles/bootstrap-dark.scss +4 -1
  16. package/styles/bootstrap.css +328 -10
  17. package/styles/bootstrap.scss +4 -1
  18. package/styles/bootstrap4.css +330 -11
  19. package/styles/bootstrap4.scss +4 -1
  20. package/styles/bootstrap5-dark.css +332 -13
  21. package/styles/bootstrap5-dark.scss +4 -1
  22. package/styles/bootstrap5.css +332 -13
  23. package/styles/bootstrap5.scss +4 -1
  24. package/styles/fabric-dark.css +326 -10
  25. package/styles/fabric-dark.scss +4 -1
  26. package/styles/fabric.css +328 -10
  27. package/styles/fabric.scss +4 -1
  28. package/styles/fluent-dark.css +328 -11
  29. package/styles/fluent-dark.scss +4 -1
  30. package/styles/fluent.css +328 -11
  31. package/styles/fluent.scss +4 -1
  32. package/styles/fluent2.css +4876 -0
  33. package/styles/fluent2.scss +4 -0
  34. package/styles/highcontrast-light.css +326 -10
  35. package/styles/highcontrast-light.scss +4 -1
  36. package/styles/highcontrast.css +326 -10
  37. package/styles/highcontrast.scss +4 -1
  38. package/styles/material-dark.css +326 -10
  39. package/styles/material-dark.scss +4 -1
  40. package/styles/material.css +326 -10
  41. package/styles/material.scss +4 -1
  42. package/styles/material3-dark.css +329 -14
  43. package/styles/material3-dark.scss +4 -1
  44. package/styles/material3.css +329 -14
  45. package/styles/material3.scss +4 -1
  46. package/styles/pdfviewer/_bds-definition.scss +6 -0
  47. package/styles/pdfviewer/_bootstrap-dark-definition.scss +6 -0
  48. package/styles/pdfviewer/_bootstrap-definition.scss +6 -0
  49. package/styles/pdfviewer/_bootstrap4-definition.scss +6 -0
  50. package/styles/pdfviewer/_bootstrap5-definition.scss +7 -1
  51. package/styles/pdfviewer/_fabric-dark-definition.scss +6 -0
  52. package/styles/pdfviewer/_fabric-definition.scss +6 -0
  53. package/styles/pdfviewer/_fluent-definition.scss +6 -0
  54. package/styles/pdfviewer/_fluent2-definition.scss +550 -0
  55. package/styles/pdfviewer/_fusionnew-definition.scss +6 -0
  56. package/styles/pdfviewer/_highcontrast-definition.scss +6 -0
  57. package/styles/pdfviewer/_highcontrast-light-definition.scss +6 -0
  58. package/styles/pdfviewer/_material-dark-definition.scss +12 -6
  59. package/styles/pdfviewer/_material-definition.scss +11 -5
  60. package/styles/pdfviewer/_material3-definition.scss +7 -1
  61. package/styles/pdfviewer/_tailwind-definition.scss +7 -1
  62. package/styles/pdfviewer/_theme.scss +764 -34
  63. package/styles/pdfviewer/bootstrap-dark.css +326 -10
  64. package/styles/pdfviewer/bootstrap.css +328 -10
  65. package/styles/pdfviewer/bootstrap4.css +330 -11
  66. package/styles/pdfviewer/bootstrap5-dark.css +332 -13
  67. package/styles/pdfviewer/bootstrap5.css +332 -13
  68. package/styles/pdfviewer/fabric-dark.css +326 -10
  69. package/styles/pdfviewer/fabric.css +328 -10
  70. package/styles/pdfviewer/fluent-dark.css +328 -11
  71. package/styles/pdfviewer/fluent.css +328 -11
  72. package/styles/pdfviewer/fluent2.css +4876 -0
  73. package/styles/pdfviewer/fluent2.scss +4 -0
  74. package/styles/pdfviewer/highcontrast-light.css +326 -10
  75. package/styles/pdfviewer/highcontrast.css +326 -10
  76. package/styles/pdfviewer/icons/_bds.scss +511 -0
  77. package/styles/pdfviewer/icons/_bootstrap-dark.scss +22 -0
  78. package/styles/pdfviewer/icons/_bootstrap.scss +22 -0
  79. package/styles/pdfviewer/icons/_bootstrap4.scss +22 -0
  80. package/styles/pdfviewer/icons/_bootstrap5.scss +23 -3
  81. package/styles/pdfviewer/icons/_fabric-dark.scss +22 -0
  82. package/styles/pdfviewer/icons/_fabric.scss +22 -0
  83. package/styles/pdfviewer/icons/_fluent.scss +23 -1
  84. package/styles/pdfviewer/icons/_fluent2.scss +510 -0
  85. package/styles/pdfviewer/icons/_fusionnew.scss +23 -1
  86. package/styles/pdfviewer/icons/_highcontrast-light.scss +22 -0
  87. package/styles/pdfviewer/icons/_highcontrast.scss +22 -0
  88. package/styles/pdfviewer/icons/_material-dark.scss +22 -0
  89. package/styles/pdfviewer/icons/_material.scss +22 -0
  90. package/styles/pdfviewer/icons/_material3.scss +23 -1
  91. package/styles/pdfviewer/icons/_tailwind-dark.scss +22 -0
  92. package/styles/pdfviewer/icons/_tailwind.scss +22 -0
  93. package/styles/pdfviewer/material-dark.css +326 -10
  94. package/styles/pdfviewer/material.css +326 -10
  95. package/styles/pdfviewer/material3-dark.css +329 -14
  96. package/styles/pdfviewer/material3.css +329 -14
  97. package/styles/pdfviewer/tailwind-dark.css +327 -11
  98. package/styles/pdfviewer/tailwind.css +327 -11
  99. package/styles/tailwind-dark.css +327 -11
  100. package/styles/tailwind-dark.scss +4 -1
  101. package/styles/tailwind.css +327 -11
  102. package/styles/tailwind.scss +4 -1
@@ -1,4 +1,46 @@
1
- @include export-module('pdfviewer-theme') {
1
+ @use 'sass:math';
2
+ $sm-mobile: 575.98;
3
+ $mobile: 767.98;
4
+ $tablet: 991.98;
5
+ $desktop: 1199.98;
6
+ $lg-desktop: 1399.98;
7
+
8
+ // Small mobiles (landscape phones, less than 576px)
9
+ @mixin sm-mobile() {
10
+ @media only screen and (max-width: ($sm-mobile * 1px)) {
11
+ @content;
12
+ }
13
+ }
14
+
15
+ // Small devices (landscape phones, less than 768px)
16
+ @mixin mobile {
17
+ @media only screen and (max-width: ($mobile * 1px)) {
18
+ @content;
19
+ }
20
+ }
21
+
22
+ // Medium devices (tablets, less than 992px)
23
+ @mixin tablet {
24
+ @media only screen and (max-width: ($tablet * 1px)) {
25
+ @content;
26
+ }
27
+ }
28
+
29
+ // Large devices (desktops, less than 1200px)
30
+ @mixin desktop {
31
+ @media only screen and (max-width: ($desktop * 1px)) {
32
+ @content;
33
+ }
34
+ }
35
+
36
+ // X-Large devices (large desktops, less than 1400px)
37
+ @mixin lg-desktop {
38
+ @media only screen and (max-width: ($lg-desktop * 1px)) {
39
+ @content;
40
+ }
41
+ }
42
+
43
+ @include export-module('pdfviewer-theme') {
2
44
  /* stylelint-disable value-no-vendor-prefix */
3
45
  /* stylelint-disable property-no-vendor-prefix */
4
46
  .e-pv-viewer-container {
@@ -98,6 +140,30 @@
98
140
  }
99
141
  }
100
142
 
143
+ .e-bigger .e-pv-mobile-annotation-toolbar .e-pv-tbar-btn {
144
+ @if $theme-name=='fluent2' {
145
+ margin-left: 8px !important;/* stylelint-disable-line declaration-no-important */
146
+ }
147
+ }
148
+
149
+ .e-bigger .e-pv-mobile-annotation-toolbar .e-toolbar-item {
150
+ @if $theme-name=='fluent2' {
151
+ padding: 4px !important;/* stylelint-disable-line declaration-no-important */
152
+ }
153
+ }
154
+
155
+ .e-dropdown-popup.e-lib.e-popup.e-control.e-pv-handwritten-popup.e-popup-open ul .e-primary{
156
+ @if $theme-name == 'fluent2' {
157
+ padding: 0 16px;
158
+ }
159
+ }
160
+
161
+ .e-pv-handwritten-popup ul .e-item {
162
+ @if $theme-name=='fluent2' {
163
+ padding: 2px !important;/* stylelint-disable-line declaration-no-important */
164
+ }
165
+ }
166
+
101
167
  .e-pv-mobilescroll-container {
102
168
  @if $skin-name == 'Material3' {
103
169
  background: $pv-background;
@@ -126,6 +192,19 @@
126
192
  box-shadow: $pv-page-div-focus-style;
127
193
  }
128
194
 
195
+ .e-pv-diagram-resize-handle{
196
+ @if $theme-name == 'fluent2' {
197
+ fill: $pv-selection-touch-element-background-color !important/* stylelint-disable-line declaration-no-important */
198
+ }
199
+ }
200
+
201
+ .e-pv-diagram-border,
202
+ .e-pv-diagram-resize-handle {
203
+ @if $theme-name=='fluent2' {
204
+ stroke: $pv-selection-touch-element-background-color !important;/* stylelint-disable-line declaration-no-important */
205
+ }
206
+ }
207
+
129
208
  .e-pv-viewer-container.e-focused
130
209
  {
131
210
  box-shadow: $pv-page-div-focus-style inset;
@@ -167,6 +246,18 @@
167
246
  width: $pv-zoom-dropdown-width;
168
247
  }
169
248
 
249
+ .e-pv-zoom-drop-down-container .e-control.e-combobox{
250
+ @if $theme-name == 'fluent2' {
251
+ padding-left: 11px !important;/* stylelint-disable-line declaration-no-important */
252
+ }
253
+ }
254
+
255
+ .e-toolbar.e-pv-toolbar .e-pv-zoom-drop-down-container .e-control-container {
256
+ @if $theme-name == 'fluent2' {
257
+ width: 86px !important;/* stylelint-disable-line declaration-no-important */
258
+ }
259
+ }
260
+
170
261
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
171
262
  display: block;
172
263
  padding-left: 10px;
@@ -249,6 +340,15 @@
249
340
  }
250
341
  }
251
342
 
343
+ .e-pv-image-container {
344
+ width: 100%;
345
+ height: 100%;
346
+ display: flex;
347
+ justify-content: center;
348
+ align-items: center;
349
+ padding: 3px;
350
+ }
351
+
252
352
  .e-pv-gotopage-apply-btn.e-btn.e-flat.e-primary:disabled {
253
353
  @if $skin-name != 'bootstrap4' {
254
354
  background-color: transparent;
@@ -345,12 +445,18 @@
345
445
  }
346
446
  }
347
447
 
448
+ .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item {
449
+ @if $theme-name == 'fluent2'{
450
+ padding-top: 2px;
451
+ }
452
+ }
453
+
348
454
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
349
455
  .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
350
- @if $skin-name == 'FluentUI' {
456
+ @if ($skin-name == 'FluentUI') {
351
457
  padding-bottom: 2px;
352
458
  }
353
- @else if $skin-name == 'Material3' {
459
+ @else if $skin-name == 'Material3'{
354
460
  padding: 0 !important;/* stylelint-disable-line declaration-no-important */
355
461
  }
356
462
  @else {
@@ -505,9 +611,18 @@
505
611
  @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
506
612
  padding-top: 0;
507
613
  }
614
+ @if $theme-name == 'fluent2'{
615
+ font-size: $pv-toolbar-total-page-number-font-size !important;/* stylelint-disable-line declaration-no-important */
616
+ }
508
617
  position: relative;
509
618
  }
510
619
 
620
+ .e-pv-match-case-container span:not(.e-label):not(.e-icons) {
621
+ @if $theme-name == 'fluent2' {
622
+ margin-top: -5px;
623
+ }
624
+ }
625
+
511
626
  .e-pv-total-page {
512
627
  color: $pv-toolbar-total-page-font-color;
513
628
  font-size: inherit;
@@ -535,6 +650,19 @@
535
650
  padding: $pv-toolbar-zoom-drop-down-padding;
536
651
  }
537
652
 
653
+ .e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input{
654
+ width: $pv-thumbnail-width;
655
+ @if $theme-name == 'fluent2' {
656
+ height: $pv-annotation-drop-down-height;
657
+ }
658
+ }
659
+
660
+ .e-pv-fontsize-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
661
+ @if $theme-name == 'fluent2' {
662
+ height: $pv-annotation-drop-down-height;
663
+ }
664
+ }
665
+
538
666
  .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
539
667
  .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
540
668
  .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
@@ -634,14 +762,20 @@
634
762
  }
635
763
 
636
764
  .e-input-group.e-control-wrapper.e-pv-current-page-box:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) {
637
- @if $skin-name == 'Material3' {
765
+ @if $skin-name=='Material3' {
638
766
  border-bottom: $pv-current-page-border;
639
767
  }
768
+
769
+ @else if $theme-name=='fluent2' {
770
+ border: $pv-current-page-border;
771
+ border-bottom: $pv-current-page-border-bottom;
772
+ }
773
+
640
774
  @else {
641
775
  border: $pv-current-page-border;
642
776
  }
643
777
  border-radius: $pv-current-page-border-radius;
644
- @if $skin-name == 'bootstrap5' {
778
+ @if $skin-name=='bootstrap5' {
645
779
  box-shadow: none;
646
780
  }
647
781
  }
@@ -704,6 +838,12 @@
704
838
  border-top: $pv-corrupted-dialog-footer-border-top;
705
839
  }
706
840
 
841
+ .e-pv-notification-large-content.e-dialog .e-footer-content{
842
+ @if $theme-name == 'fluent2' {
843
+ padding-top: 8px !important;/* stylelint-disable-line declaration-no-important */
844
+ }
845
+ }
846
+
707
847
  .e-pv-corrupted-popup.e-dialog .e-dlg-content {
708
848
  @if $skin-name != 'Material3' {
709
849
  padding-bottom: $pv-corrupted-dialog-pop-content-padding-bottom;
@@ -731,6 +871,10 @@
731
871
  }
732
872
  }
733
873
 
874
+ .e-dialog .e-dlg-header {
875
+ width: auto;
876
+ }
877
+
734
878
  .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
735
879
  max-height: $pv-current-page-height;
736
880
  padding-bottom: $pv-current-page-padding-bottom;
@@ -906,6 +1050,9 @@
906
1050
  @if $skin-name == 'FluentUI' {
907
1051
  padding: 8px;
908
1052
  }
1053
+ @if $theme-name == 'fluent2' {
1054
+ margin-top: 10px;
1055
+ }
909
1056
  }
910
1057
 
911
1058
  .e-bigger .e-pv-sidebar-title {
@@ -937,7 +1084,12 @@
937
1084
  }
938
1085
 
939
1086
  .e-pv-sidebar-toolbar {
940
- background: $pv-sidebar-toolbar-background;
1087
+ @if $theme-name == 'fluent2' {
1088
+ background: $pv-sidebar-title-container-background;
1089
+ }
1090
+ @else{
1091
+ background: $pv-sidebar-toolbar-background;
1092
+ }
941
1093
  border: $pv-sidebar-toolbar-border;
942
1094
  border-width: $pv-sidebar-toolbar-border-width;
943
1095
  bottom: $pv-sidebar-toolbar-bottom;
@@ -1016,7 +1168,8 @@
1016
1168
  }
1017
1169
  }
1018
1170
 
1019
- .e-pv-thumbnail-view-button.e-btn {
1171
+ .e-pv-thumbnail-view-button.e-btn,
1172
+ .e-pv-organize-view-button.e-btn {
1020
1173
  background: $pv-thumbnail-view-button-background;
1021
1174
  border: $pv-thumbnail-view-button-border;
1022
1175
  border-radius: $pv-thumbnail-border-radius;
@@ -1040,7 +1193,247 @@
1040
1193
  }
1041
1194
  }
1042
1195
 
1043
- .e-bigger .e-pv-thumbnail-view-button.e-btn {
1196
+ .e-pv-organize-tile.e-pv-thumbnail-column {
1197
+ width: 100%;
1198
+ height: 100%;
1199
+ }
1200
+
1201
+ .e-pv-organize-content-apperance{
1202
+ overflow: hidden;
1203
+ }
1204
+ .e-pv-organize-tile-view.e-pv-thumbnail-row {
1205
+ display: flex;
1206
+ justify-content: center;
1207
+ flex-wrap: wrap;
1208
+ overflow: auto;
1209
+ overflow-x: hidden;
1210
+ }
1211
+
1212
+ .e-pv-organize-anchor-node {
1213
+ border: $pv-organize-anchor-node-border;
1214
+ margin: 24px;
1215
+ width: 140px;
1216
+ height: 140px;
1217
+
1218
+ @include lg-desktop {
1219
+ width: 140px;
1220
+ height: 140px;
1221
+ }
1222
+
1223
+ @include desktop {
1224
+ width: 140px;
1225
+ height: 140px;
1226
+ }
1227
+
1228
+ @include tablet {
1229
+ width: 140px;
1230
+ height: 140px;
1231
+ }
1232
+
1233
+ @include mobile {
1234
+ width: 140px;
1235
+ height: 140px;
1236
+ min-width: 140px;
1237
+ min-height: 140px;
1238
+ }
1239
+
1240
+ @include sm-mobile {
1241
+ width: 140px;
1242
+ height: 140px;
1243
+ min-width: 140px;
1244
+ min-height: 140px;
1245
+ margin: 24px 20px;
1246
+ }
1247
+ }
1248
+
1249
+ .e-pdfviewer .e-pv-organize-tile.e-pv-thumbnail-column .e-checkbox-wrapper {
1250
+ width: 100%;
1251
+ height: 100%;
1252
+ position: relative;
1253
+ top: -100%;
1254
+ padding: 4px;
1255
+ }
1256
+
1257
+ @media screen and (max-width: 480px) {
1258
+ .e-pdfviewer .e-pv-organize-tile.e-pv-thumbnail-column .e-checkbox-wrapper {
1259
+ width: 100%;
1260
+ height: 100%;
1261
+ position: relative;
1262
+ top: -100%;
1263
+ padding: 4px;
1264
+ }
1265
+ }
1266
+
1267
+ .e-pv-organize-buttondiv {
1268
+ justify-content: center;
1269
+ flex-wrap: nowrap;
1270
+ position: relative;
1271
+ text-align: center;
1272
+ top: calc(-100% - 12px + ($pv-organize-anchor-node-border-width / 2));
1273
+ }
1274
+
1275
+ .e-pv-organize-buttondiv .e-pv-icon {
1276
+ @if $theme-name=='fluent2' {
1277
+ font-weight: normal;
1278
+ }
1279
+ }
1280
+
1281
+ .e-pv-organize-anchor-node.e-pv-organize-node-selection-ring {
1282
+ border: $pv-organize-page-select-border;
1283
+ border-radius: 2px;
1284
+ }
1285
+
1286
+ @media screen and (max-width: 480px) {
1287
+ .e-pv-organize-anchor-node.e-pv-organize-node-selection-ring {
1288
+ border: $pv-organize-page-select-border;
1289
+ border-radius: 2px;
1290
+ }
1291
+ }
1292
+
1293
+ .e-pv-organize-window {
1294
+ border: $pv-organize-image-border;
1295
+ border-radius: 0;
1296
+ }
1297
+
1298
+ .e-pdfviewer .e-pv-organize-window .e-footer-content {
1299
+ border-top: $pv-organize-image-border;
1300
+ padding: 15px;
1301
+ }
1302
+
1303
+ .e-pdfviewer .e-pv-organize-window .e-dlg-header-content {
1304
+ padding: 15px;
1305
+ }
1306
+
1307
+ .e-pv-tile-number {
1308
+ text-align: center;
1309
+ margin-top: calc(($pv-default-tile-icon-size / 2) + $pv-organize-anchor-node-border-width + 2px);
1310
+ }
1311
+
1312
+ .e-pv-delete-button.e-btn,
1313
+ .e-pv-rotate-left-button.e-btn,
1314
+ .e-pv-rotate-right-button.e-btn {
1315
+ width: $pv-default-tile-icon-size;
1316
+ height: $pv-default-tile-icon-size;
1317
+ justify-content: center;
1318
+ align-items: center;
1319
+ margin: 0 5px;
1320
+ padding: 0;
1321
+ }
1322
+
1323
+ .e-pv-insert-left-button.e-btn {
1324
+ width: $pv-default-tile-icon-size;
1325
+ height: $pv-default-tile-icon-size;
1326
+ justify-content: center;
1327
+ align-items: center;
1328
+ position: absolute;
1329
+ left: calc(-1 * (#{$pv-default-tile-icon-size} / 2 + #{$pv-organize-anchor-node-border-width} / 2));
1330
+ top: calc(-140px / 2);
1331
+ padding: 0;
1332
+
1333
+ @include lg-desktop {
1334
+ top: calc(-140px / 2);
1335
+ }
1336
+
1337
+ @include desktop {
1338
+ top: calc(-140px / 2);
1339
+ }
1340
+
1341
+ @include tablet {
1342
+ top: calc(-140px / 2);
1343
+ }
1344
+
1345
+ @include mobile {
1346
+ top: calc(-140px / 2);
1347
+ }
1348
+
1349
+ @include sm-mobile {
1350
+ top: calc(-140px / 2);
1351
+ }
1352
+ }
1353
+
1354
+ .e-pv-insert-right-button.e-btn {
1355
+ width: $pv-default-tile-icon-size;
1356
+ height: $pv-default-tile-icon-size;
1357
+ justify-content: center;
1358
+ align-items: center;
1359
+ position: absolute;
1360
+ right: calc(-1 * (#{$pv-default-tile-icon-size} / 2 + #{$pv-organize-anchor-node-border-width} / 2));
1361
+ top: calc(-140px / 2);
1362
+ padding: 0;
1363
+
1364
+ @include lg-desktop {
1365
+ top: calc(-140px / 2);
1366
+ }
1367
+
1368
+ @include desktop {
1369
+ top: calc(-140px / 2);
1370
+ }
1371
+
1372
+ @include tablet {
1373
+ top: calc(-140px / 2);
1374
+ }
1375
+
1376
+ @include mobile {
1377
+ top: calc(-140px / 2);
1378
+ }
1379
+
1380
+ @include sm-mobile {
1381
+ top: calc(-140px / 2);
1382
+ }
1383
+ }
1384
+
1385
+ .e-pv-toolbar-rotate-left-button {
1386
+ height: 32px;
1387
+ width: 32px;
1388
+ padding: 0;
1389
+ top: 7px;
1390
+ position: relative;
1391
+ left: 436px;
1392
+ box-shadow: none;
1393
+ }
1394
+
1395
+ .e-pv-toolbar-rotate-right-button {
1396
+ height: 32px;
1397
+ width: 32px;
1398
+ padding: 0;
1399
+ top: 7px;
1400
+ position: relative;
1401
+ left: 445px;
1402
+ box-shadow: none;
1403
+ }
1404
+
1405
+ .e-pdfviewer .e-pv-organize-window .e-dlg-content {
1406
+ padding: 0;
1407
+ overflow: hidden;
1408
+ border-radius: 0;
1409
+ }
1410
+
1411
+ .e-pv-organize-toolbar-apperance.e-toolbar {
1412
+ width: 1172px;
1413
+ border: $pv-organize-image-border;
1414
+ border-width: 1px 0;
1415
+ background: transparent !important;/* stylelint-disable-line declaration-no-important */
1416
+
1417
+ .e-toolbar-items.e-tbar-pos {
1418
+ background: transparent !important;/* stylelint-disable-line declaration-no-important */
1419
+ }
1420
+ }
1421
+
1422
+ .e-pdfviewer .e-pv-organize-toolbar-apperance .e-checkbox-wrapper {
1423
+ margin-left: 22px;
1424
+ margin-right: 8px;
1425
+ text-wrap: nowrap;
1426
+ }
1427
+
1428
+ @media screen and (max-width: 480px) {
1429
+ .e-pdfviewer .e-pv-organize-toolbar-apperance .e-checkbox-wrapper {
1430
+ width: 35px;
1431
+ margin-left: 22px;
1432
+ }
1433
+ }
1434
+
1435
+ .e-bigger .e-pv-thumbnail-view-button.e-btn,
1436
+ .e-bigger .e-pv-organize-view-button.e-btn {
1044
1437
  @if $skin-name == 'bootstrap4' {
1045
1438
  height: $pv-thumbnail-view-button-height-big;
1046
1439
  margin: $pv-thumbnail-view-button-margin-big;
@@ -1236,9 +1629,8 @@
1236
1629
  .e-pv-thumbnail-number {
1237
1630
  color: $pv-sidebar-title-color;
1238
1631
  font-family: $pv-thumbnail-number-font-family;
1239
- padding-left: $pv-thumbnail-number-padding-left;
1240
- padding-right: $pv-thumbnail-number-padding-left;
1241
1632
  padding-top: $pv-thumbnail-number-padding-top;
1633
+ text-align: center;
1242
1634
  @if $skin-name == 'Material3' {
1243
1635
  font-weight: 500;
1244
1636
  }
@@ -1672,6 +2064,9 @@
1672
2064
  padding: 16px;
1673
2065
  width: 368px;
1674
2066
  }
2067
+ @if $theme-name == 'fluent2' {
2068
+ width: 368px;
2069
+ }
1675
2070
  }
1676
2071
 
1677
2072
  .e-pv-search-input {
@@ -1679,6 +2074,18 @@
1679
2074
  width: $pv-search-input-width;
1680
2075
  }
1681
2076
 
2077
+ .e-bigger .e-input-group.e-pv-search-input-mobile .e-input {
2078
+ @if $theme-name == 'fluent2' {
2079
+ height: 28px;
2080
+ }
2081
+ }
2082
+
2083
+ .e-bigger .e-input-group.e-pv-search-input .e-input {
2084
+ @if $theme-name == 'fluent2' {
2085
+ height: 28px;
2086
+ }
2087
+ }
2088
+
1682
2089
  .e-bigger .e-pv-search-input {
1683
2090
  @if $skin-name == 'bootstrap4' or $skin-name == 'FluentUI' {
1684
2091
  height: $pv-search-input-height-big;
@@ -1701,7 +2108,7 @@
1701
2108
 
1702
2109
  .e-pv-search-btn.e-btn {
1703
2110
  background-color: transparent;
1704
- @if $skin-name == 'bootstrap4' {
2111
+ @if ($skin-name == 'bootstrap4' or $skin-name == 'bootstrap5') {
1705
2112
  color: $pv-icon-color;
1706
2113
  }
1707
2114
  border: 0;
@@ -1709,7 +2116,7 @@
1709
2116
  height: $pv-search-btn-height;
1710
2117
  margin-top: $pv-search-btn-margin-top;
1711
2118
  width: $pv-search-btn-width;
1712
- @if $skin-name == 'FluentUI' {
2119
+ @if ($skin-name == 'FluentUI' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5-dark' or $theme-name == 'fluent2') {
1713
2120
  padding-bottom: 0;
1714
2121
  padding-left: 1px;
1715
2122
  padding-right: 1px;
@@ -1745,6 +2152,13 @@
1745
2152
  }
1746
2153
  }
1747
2154
 
2155
+ .e-pv-search-btn.e-btn:hover,
2156
+ .e-pv-sidebar-toolbar .e-pv-tbar-btn:hover:not(:disabled) {
2157
+ @if $theme-name == 'fluent2' {
2158
+ background-color: var(--color-sf-secondary-bg-color-pressed);
2159
+ }
2160
+ }
2161
+
1748
2162
  .e-pv-search-btn.e-btn:disabled {
1749
2163
  @if $skin-name == 'bootstrap4' {
1750
2164
  color: $pv-thumbnail-icon-disable-color;
@@ -1758,7 +2172,7 @@
1758
2172
  .e-pv-search-bar:not(.e-rtl) .e-pv-next-search {
1759
2173
  margin-left: $pv-search-next-margin-left;
1760
2174
  }
1761
-
2175
+
1762
2176
  .e-pv-search-bar.e-rtl .e-pv-prev-search {
1763
2177
  margin-right: $pv-search-prev-margin-left;
1764
2178
  }
@@ -2005,6 +2419,25 @@
2005
2419
  }
2006
2420
  }
2007
2421
 
2422
+ .e-pv-organize-total-page-button {
2423
+ float: left;
2424
+ font-weight: normal;
2425
+ color: $pv-toolbar-total-page-number-color;
2426
+ @if $theme-name=='fluent2' {
2427
+ font-size: 16;
2428
+ }
2429
+ @else {
2430
+ font-size: 12;
2431
+ }
2432
+ }
2433
+
2434
+ .e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled{
2435
+ background-color: transparent;
2436
+ background: transparent;
2437
+ color: $pv-toolbar-total-page-number-color;
2438
+ cursor: default;
2439
+ }
2440
+
2008
2441
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
2009
2442
  .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
2010
2443
  @if $skin-name == 'FluentUI' {
@@ -2016,6 +2449,12 @@
2016
2449
  margin-top: -6px;
2017
2450
  }
2018
2451
 
2452
+ .e-pv-organize-image {
2453
+ width: calc(100% - (2 * $pv-organize-anchor-node-border-width));
2454
+ height: calc(100% - (2 * $pv-organize-anchor-node-border-width));
2455
+ border: $pv-organize-image-border;
2456
+ }
2457
+
2019
2458
  .e-pv-annotation-opacity-icon {
2020
2459
  padding-top: $pv-annotation-opacity-icon-padding-top;
2021
2460
  }
@@ -2198,6 +2637,26 @@
2198
2637
  }
2199
2638
  }
2200
2639
 
2640
+ .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item{
2641
+ @if ($theme-name == 'fluent2') {
2642
+ height: 32px;
2643
+ }
2644
+ }
2645
+
2646
+ .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-pv-stamp-icon,
2647
+ .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-caret {
2648
+ @if ($theme-name == 'fluent2') {
2649
+ margin-top: -4px;
2650
+ }
2651
+ }
2652
+
2653
+ .e-template.e-toolbar-item:not(.e-pv-shape-template-container) .e-pv-annotation-shapes-container,
2654
+ .e-template.e-toolbar-item:not(.e-pv-calibrate-template-container) .e-pv-annotation-calibrate-container {
2655
+ @if ($theme-name == 'fluent2') {
2656
+ line-height: 28px;
2657
+ }
2658
+ }
2659
+
2201
2660
  .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-menu-icon .e-caret,
2202
2661
  .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item.e-focused .e-menu-icon .e-caret {
2203
2662
  @if ($skin-name == 'bootstrap5') {
@@ -2292,6 +2751,10 @@
2292
2751
  @if ($skin-name == 'Material3') {
2293
2752
  padding: 7px;
2294
2753
  }
2754
+ @if ($theme-name == 'fluent2') {
2755
+ width: 54px;
2756
+ padding: 4px;
2757
+ }
2295
2758
  }
2296
2759
 
2297
2760
  .e-bigger .e-pv-properties-line-fill-color-container .e-dropdown-btn.e-btn,
@@ -2383,7 +2846,9 @@
2383
2846
  .e-pv-scale-ratio-dest-unit .e-caret,
2384
2847
  .e-pv-depth-unit .e-caret {
2385
2848
  margin-left: $pv-scale-ratio-win-drop-down-caret-margin-left;
2386
- margin-top: $pv-scale-ratio-win-drop-down-caret-margin-top;
2849
+ @if $theme-name != 'fluent2' {
2850
+ margin-top: $pv-scale-ratio-win-drop-down-caret-margin-top;
2851
+ }
2387
2852
  }
2388
2853
 
2389
2854
  .e-bigger .e-pv-scale-ratio-src-unit .e-caret,
@@ -2406,7 +2871,6 @@
2406
2871
  .e-pv-properties-line-stroke-color-label,
2407
2872
  .e-pv-properties-line-opacity-label,
2408
2873
  .e-pv-properties-line-leader-length-label {
2409
- margin-bottom: 8px;
2410
2874
  @if ($skin-name == 'FluentUI') {
2411
2875
  font-weight: 600;
2412
2876
  }
@@ -2417,6 +2881,13 @@
2417
2881
  @else {
2418
2882
  font-size: 14px;
2419
2883
  }
2884
+ @if ($theme-name == 'fluent2') {
2885
+ margin-bottom: 4px;
2886
+ }
2887
+ @else
2888
+ {
2889
+ margin-bottom: 8px;
2890
+ }
2420
2891
  }
2421
2892
 
2422
2893
  .e-pv-properties-line-end-container,
@@ -2434,6 +2905,10 @@
2434
2905
 
2435
2906
  .e-pv-properties-line-leader-length-container {
2436
2907
  margin-left: $pv-line-leader-length-margin-left;
2908
+ @if ($theme-name == 'fluent2') {
2909
+ margin-top: 10px;
2910
+ width: $pv-scale-ratio-container-max-width;
2911
+ }
2437
2912
  }
2438
2913
 
2439
2914
  .e-bigger .e-pv-properties-line-leader-length-container {
@@ -2477,6 +2952,9 @@
2477
2952
  .e-pv-scale-ratio-dest-input,
2478
2953
  .e-pv-depth-input {
2479
2954
  max-width: $pv-scale-ratio-container-max-width;
2955
+ @if $theme-name == 'fluent2' {
2956
+ max-width: 176px;
2957
+ }
2480
2958
  }
2481
2959
 
2482
2960
  .e-bigger .e-pv-scale-ratio-src-input,
@@ -2485,6 +2963,9 @@
2485
2963
  @if $skin-name == 'FluentUI' {
2486
2964
  max-width: 248px;
2487
2965
  }
2966
+ @if $theme-name == 'fluent2' {
2967
+ max-width: 200px;
2968
+ }
2488
2969
  }
2489
2970
 
2490
2971
  .e-pv-properties-line-start,
@@ -2609,6 +3090,9 @@
2609
3090
  line-height: 0;
2610
3091
  padding: $pv-properties-line-style-padding;
2611
3092
  white-space: pre;
3093
+ @if ($theme-name =='fluent2'){
3094
+ padding-top: 11px;
3095
+ }
2612
3096
  }
2613
3097
 
2614
3098
  .e-pv-properties-line-start.e-btn .e-caret,
@@ -2616,6 +3100,9 @@
2616
3100
  @if $skin-name == 'bootstrap4' {
2617
3101
  display: block;
2618
3102
  }
3103
+ @else if $theme-name == 'fluent2' {
3104
+ display: block;
3105
+ }
2619
3106
  @else {
2620
3107
  display: inline;
2621
3108
  }
@@ -2642,6 +3129,9 @@
2642
3129
  width: 155px;
2643
3130
  padding-top: 6px;
2644
3131
  }
3132
+ @else if ($theme-name == 'fluent2'){
3133
+ width: 128px;
3134
+ }
2645
3135
  @else {
2646
3136
  width: 138px;
2647
3137
  }
@@ -2711,13 +3201,18 @@
2711
3201
  .e-pv-annotation-shape-icon,
2712
3202
  .e-pv-annotation-calibrate-icon,
2713
3203
  .e-pv-handwritten-icon {
2714
- margin-right: 4px;
3204
+ @if $theme-name != 'fluent2' {
3205
+ margin-right: 4px;
3206
+ }
2715
3207
  }
2716
3208
 
2717
3209
  .e-pv-stamp-template-container .e-menu-item.e-menu-caret-icon {
2718
- @if $skin-name == 'bootstrap5' {
3210
+ @if ($skin-name == 'bootstrap5') {
2719
3211
  padding: 0 26px 0 8px;
2720
3212
  }
3213
+ @if $theme-name == 'fluent2'{
3214
+ padding: 0 26px 0 6px !important;/* stylelint-disable-line declaration-no-important */
3215
+ }
2721
3216
  }
2722
3217
 
2723
3218
  .e-pv-properties-opacity-indicator {
@@ -2842,6 +3337,31 @@
2842
3337
  padding-top: $pv-dialog-pop-close-icon-padding-top-mobile;
2843
3338
  }
2844
3339
 
3340
+ .e-pv-properties-form-field-window .e-dlg-header-content .e-btn.e-dlg-closeicon-btn,
3341
+ .e-pv-signature-window .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
3342
+ @if $theme-name == 'fluent2' {
3343
+ padding: 12px 8px !important;/* stylelint-disable-line declaration-no-important */
3344
+ }
3345
+ }
3346
+
3347
+ .e-pv-organize-window .e-dlg-header-content .e-btn.e-dlg-closeicon-btn{
3348
+ @if $theme-name == 'fluent2' {
3349
+ padding: 8px !important;/* stylelint-disable-line declaration-no-important */
3350
+ }
3351
+ }
3352
+
3353
+ .e-pv-organize-toolbar-apperance .e-toolbar-items .e-toolbar-center{
3354
+ @if $theme-name == 'fluent2' {
3355
+ margin-left: 710px !important;/* stylelint-disable-line declaration-no-important */
3356
+ }
3357
+ }
3358
+
3359
+ .e-bigger .e-pv-organize-toolbar-apperance .e-toolbar-items .e-toolbar-center {
3360
+ @if $theme-name == 'fluent2' {
3361
+ margin-left: 109px !important;/* stylelint-disable-line declaration-no-important */
3362
+ }
3363
+ }
3364
+
2845
3365
  .e-pv-zoom-drop-down-container .e-input-group:not(.e-disabled) .e-input-group-icon:hover,
2846
3366
  .e-pv-zoom-drop-down-container .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
2847
3367
  @if $skin-name == 'bootstrap4' {
@@ -2977,6 +3497,7 @@
2977
3497
  .e-pdfviewer .e-checkbox-wrapper .e-frame + .e-label,
2978
3498
  .e-pdfviewer .e-css.e-checkbox-wrapper .e-frame + .e-label {
2979
3499
  margin-right: $pv-textsearch-textbox-margin-right;
3500
+ font-size: 14px;
2980
3501
  }
2981
3502
 
2982
3503
  div > .e-pv-bookmark-icon.e-pv-icon.e-right {
@@ -3274,7 +3795,7 @@
3274
3795
  font-size: 16px;
3275
3796
  font-weight: 500;
3276
3797
  }
3277
- @if $skin-name == 'FluentUI' {
3798
+ @if ($skin-name == 'FluentUI' or $theme-name == 'fluent2') {
3278
3799
  font-weight: $pv-comment-tile-font-weight;
3279
3800
  }
3280
3801
  @if $skin-name != 'Material3' {
@@ -3391,9 +3912,21 @@
3391
3912
  font-size: 12px;
3392
3913
  font-weight: $pv-comment-tile-font-weight;
3393
3914
  }
3915
+ @if $skin-name == 'fabric' {
3916
+ color: $pv-comments-div-focus-border;
3917
+ }
3918
+ @if $skin-name == 'bootstrap4' {
3919
+ font-size: $pv-input-active-color;
3920
+ }
3921
+ @if $skin-name == 'bootstrap' {
3922
+ color: $pv-sidebar-title-color;
3923
+ }
3394
3924
  @if $skin-name == 'FluentUI' {
3395
3925
  font-weight: $pv-comment-tile-font-weight;
3396
3926
  }
3927
+ @if $theme-name == 'fluent2' {
3928
+ font-weight: normal;
3929
+ }
3397
3930
  @if $skin-name == 'Material3' {
3398
3931
  font-size: $text-xs;
3399
3932
  padding-left: 40px;
@@ -3401,8 +3934,9 @@
3401
3934
  padding-bottom: 30px;
3402
3935
  height: 18px;
3403
3936
  }
3404
- max-width: 237px;
3405
3937
  position: absolute;
3938
+ overflow: hidden;
3939
+ text-overflow: ellipsis;
3406
3940
  }
3407
3941
 
3408
3942
  .e-pv-reply-title {
@@ -3415,16 +3949,29 @@
3415
3949
  font-size: 12px;
3416
3950
  font-weight: $pv-comment-tile-font-weight;
3417
3951
  }
3952
+ @if $skin-name == 'fabric' {
3953
+ color: $pv-comments-div-focus-border;
3954
+ }
3955
+ @if $skin-name == 'bootstrap4' {
3956
+ font-size: $pv-input-active-color;
3957
+ }
3958
+ @if $skin-name == 'bootstrap' {
3959
+ color: $pv-sidebar-title-color;
3960
+ }
3418
3961
  @if $skin-name == 'FluentUI' {
3419
3962
  font-weight: $pv-comment-tile-font-weight;
3420
3963
  }
3421
3964
  @if $skin-name == 'Material3' {
3422
3965
  font-size: $text-xs;
3423
3966
  }
3424
- max-width: 212px;
3967
+ @if $theme-name == 'fluent2' {
3968
+ font-weight: normal;
3969
+ }
3425
3970
  padding-left: 8px;
3426
3971
  padding-top: $pv-comment-title-padding-top;
3427
3972
  position: absolute;
3973
+ overflow: hidden;
3974
+ text-overflow: ellipsis;
3428
3975
  }
3429
3976
 
3430
3977
  .e-pv-comments-hover {
@@ -3462,7 +4009,7 @@
3462
4009
 
3463
4010
  .e-menu-wrapper.e-custom-scroll.e-lib.e-keyboard.e-pv-stamp {
3464
4011
  border: 0;
3465
- @if $skin-name == 'bootstrap5' {
4012
+ @if ($skin-name == 'bootstrap5' or $theme-name == 'fluent2') {
3466
4013
  background-color: $transparent;
3467
4014
  }
3468
4015
  @if $skin-name != 'Material3' {
@@ -3490,7 +4037,9 @@
3490
4037
 
3491
4038
  .e-menu-icon.e-pv-stamp-icon.e-pv-icon {
3492
4039
  margin-top: $pv-stamp-icon-margin-top;
3493
- padding-left: 7px;
4040
+ @if $theme-name != 'fluent2'{
4041
+ padding-left: 7px;
4042
+ }
3494
4043
  @if $skin-name == 'fabric' {
3495
4044
  margin-top: -7px;
3496
4045
  padding-left: 10px;
@@ -3500,6 +4049,24 @@
3500
4049
  }
3501
4050
  }
3502
4051
 
4052
+ .e-bigger .e-menu-icon.e-pv-stamp-icon.e-pv-icon {
4053
+ @if $theme-name == 'fluent2'{
4054
+ margin-right: 30px !important;/* stylelint-disable-line declaration-no-important */
4055
+ }
4056
+ }
4057
+
4058
+ .e-bigger .e-pv-stamp.e-menu-wrapper ul .e-menu-item{
4059
+ @if $theme-name == 'fluent2'{
4060
+ padding: 0 8px;
4061
+ }
4062
+ }
4063
+
4064
+ .e-bigger .e-pv-annotation-thickness-container{
4065
+ @if $theme-name == 'fluent2'{
4066
+ padding-top: 7px !important;/* stylelint-disable-line declaration-no-important */
4067
+ }
4068
+ }
4069
+
3503
4070
  .e-pv-annotation-stamp-container .e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon {
3504
4071
  @if $skin-name == 'bootstrap5' {
3505
4072
  margin-left: 1px;
@@ -3563,7 +4130,7 @@
3563
4130
  .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header,
3564
4131
  .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header {
3565
4132
  background: $pv-comment-panel-bg;
3566
- @if $skin-name != 'FluentUI' {
4133
+ @if ($skin-name != 'FluentUI' and $theme-name != 'fluent2') {
3567
4134
  border: 1px solid $pv-comment-panel-border-color;
3568
4135
  }
3569
4136
  @if $skin-name == 'Material3' {
@@ -3603,11 +4170,16 @@
3603
4170
  }
3604
4171
 
3605
4172
  .e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
3606
- margin-top: 10px;
3607
4173
  padding-bottom: $pv-signature-appearance-checkbox;
3608
4174
  @if $skin-name == 'Material3' {
3609
4175
  margin-top: 12px;
3610
4176
  }
4177
+ @else if $theme-name == 'fluent2' {
4178
+ margin-top: 26px;
4179
+ }
4180
+ @else{
4181
+ margin-top: 10px;
4182
+ }
3611
4183
  }
3612
4184
 
3613
4185
  .e-pdfviewer .e-pv-signature-window .e-footer-content {
@@ -3620,6 +4192,10 @@
3620
4192
  height: 30px;
3621
4193
  min-height: 30px;
3622
4194
  }
4195
+ @if $theme-name == 'fluent2' {
4196
+ height: 32px;
4197
+ min-height: 32px;
4198
+ }
3623
4199
  }
3624
4200
  .e-pv-signature-dialog-height .e-pv-cancelbtn{
3625
4201
  @if $skin-name != 'Material3' {
@@ -3629,7 +4205,11 @@
3629
4205
  }
3630
4206
 
3631
4207
  .e-pv-signature-dialog-height .e-pv-createbtn{
3632
- @if $skin-name != 'Material3' {
4208
+ @if $theme-name == 'fluent2' {
4209
+ height: 32px;
4210
+ min-height: 32px;
4211
+ }
4212
+ @else if $skin-name != 'Material3' {
3633
4213
  height: 30px;
3634
4214
  min-height: 30px;
3635
4215
  }
@@ -3727,16 +4307,25 @@
3727
4307
  border-radius: 5px;
3728
4308
  display: inline-block;
3729
4309
  font-size: 13px;
3730
- height: 88px;
3731
- margin: 15px;
3732
4310
  padding-top: 40px;
3733
4311
  text-align: center;
3734
- width: 311px;
3735
4312
  word-wrap: break-word;
3736
4313
  @if $skin-name == 'FluentUI' {
3737
4314
  max-width: 300px;
3738
4315
  padding-top: 36px;
3739
4316
  }
4317
+ @if $theme-name=='fluent2' {
4318
+ height: 98px;
4319
+ width: 45% !important;/* stylelint-disable-line declaration-no-important */
4320
+ border: $pv-sidebar-toolbar-border;
4321
+ margin-left: 16px;
4322
+ margin-top: 17px;
4323
+ }
4324
+ @else{
4325
+ height: 88px;
4326
+ width: 311px;
4327
+ margin: 15px;
4328
+ }
3740
4329
  @if $skin-name == 'Material3' {
3741
4330
  border: 1px dashed rgba($primary);
3742
4331
  border-radius: 4px;
@@ -3747,6 +4336,18 @@
3747
4336
  }
3748
4337
  }
3749
4338
 
4339
+ .e-pv-font-sign:active {
4340
+ @if $theme-name=='fluent2' {
4341
+ border: 1px solid rgba($primary) !important;/* stylelint-disable-line declaration-no-important */
4342
+ }
4343
+ }
4344
+
4345
+ .e-bigger .e-pv-font-sign{
4346
+ @if $theme-name=='fluent2' {
4347
+ width: 40% !important;/* stylelint-disable-line declaration-no-important */
4348
+ }
4349
+ }
4350
+
3750
4351
  .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
3751
4352
  @if $skin-name == 'bootstrap5' {
3752
4353
  color: $white;
@@ -3852,6 +4453,13 @@
3852
4453
  border-color: $pv-annotation-dropdown-border-color;
3853
4454
  }
3854
4455
 
4456
+ .e-bigger .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-pv-stamp-icon,
4457
+ .e-bigger .e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-caret {
4458
+ @if $theme-name == 'fluent2' {
4459
+ margin-top: -10px;
4460
+ }
4461
+ }
4462
+
3855
4463
  .e-pv-custom-annotation-stamp-container.e-menu-container .e-ul .e-menu-item.e-selected,
3856
4464
  .e-pv-custom-annotation-stamp-container.e-menu-container.e-menu-container .e-ul .e-menu-item.e-focused {
3857
4465
  @if $skin-name == 'bootstrap4' {
@@ -4156,6 +4764,10 @@
4156
4764
  padding: 0 11px;
4157
4765
  width: inherit;
4158
4766
  }
4767
+ @if ($theme-name=='fluent2') {
4768
+ width: 59px;
4769
+ border-radius: 4px;
4770
+ }
4159
4771
  @if ($skin-name == 'Material3') {
4160
4772
  align-content: center;
4161
4773
  align-items: center;
@@ -4206,6 +4818,13 @@
4206
4818
  border-bottom: 1px solid $transparent;
4207
4819
  box-sizing: border-box;
4208
4820
  }
4821
+ @else if $theme-name == 'fluent2' {
4822
+ border-right-color: $transparent;
4823
+ height: 32px;
4824
+ border-bottom: 1px solid $transparent;
4825
+ box-sizing: border-box;
4826
+ padding: 0;
4827
+ }
4209
4828
  @else {
4210
4829
  border-right-color: $pv-comment-panel-bottom-color;
4211
4830
  border-right-style: solid;
@@ -4296,6 +4915,10 @@
4296
4915
  @if ($skin-name == 'FluentUI') {
4297
4916
  height: auto;
4298
4917
  }
4918
+ @if ($theme-name == 'fluent2') {
4919
+ border-radius: 4px;
4920
+ width: 65px;
4921
+ }
4299
4922
  }
4300
4923
 
4301
4924
  .e-pv-properties-formfield-maxlength-text-label,
@@ -4343,6 +4966,19 @@
4343
4966
  }
4344
4967
  }
4345
4968
 
4969
+ .e-pv-properties-form-field-window .e-dlg-content .e-tab-header {
4970
+ @if ($theme-name == 'fluent2') {
4971
+ width: $pv-properties-form-field-win-max-width !important;/* stylelint-disable-line declaration-no-important */
4972
+ margin-left: -20px !important;/* stylelint-disable-line declaration-no-important */
4973
+ }
4974
+ }
4975
+
4976
+ .e-pv-properties-form-field-window .e-dlg-content .e-tab-header .e-toolbar-items {
4977
+ @if ($theme-name == 'fluent2') {
4978
+ margin-left: 34px;
4979
+ }
4980
+ }
4981
+
4346
4982
  .e-pv-properties-formfield-textarea {
4347
4983
  @if $skin-name == 'FluentUI' {
4348
4984
  min-width: 318px;
@@ -4510,18 +5146,23 @@
4510
5146
  vertical-align: top;
4511
5147
  white-space: nowrap;
4512
5148
  width: $pv-form-field-property-header-width;
4513
- @if $skin-name == 'Material3' {
5149
+ @if $skin-name=='Material3' {
4514
5150
  height: 20px;
4515
5151
  font-family: $font-family;
4516
5152
  }
5153
+ @if $theme-name=='fluent2' {
5154
+ height: 28px;
5155
+ font-family: $font-family;
5156
+ }
4517
5157
  }
4518
5158
 
4519
5159
  .e-pv-form-field-property-header-general {
4520
- @if $skin-name == 'FluentUI' {
5160
+ @if $skin-name=='FluentUI' {
4521
5161
  font-family: 'Segoe UI';
4522
5162
  height: 24px;
4523
5163
  }
4524
- @if $skin-name == 'Material3' {
5164
+
5165
+ @if ($skin-name=='Material3'or $theme-name == 'fluent2') {
4525
5166
  font-family: $font-family;
4526
5167
  }
4527
5168
  @else {
@@ -4709,6 +5350,9 @@
4709
5350
  height: 12px;
4710
5351
  font-family: $font-family;
4711
5352
  }
5353
+ @if $theme-name == 'fluent2'{
5354
+ font-family: $font-family;
5355
+ }
4712
5356
  }
4713
5357
 
4714
5358
  .e-pv-formfield-maxlength .e-input-group.e-control-wrapper .e-input-group-icon {
@@ -4798,10 +5442,52 @@
4798
5442
  }
4799
5443
  }
4800
5444
 
5445
+ .e-pv-signature-window {
5446
+ @if ($theme-name=='fluent2') {
5447
+ width: 655px !important;/* stylelint-disable-line declaration-no-important */
5448
+ height: 621px !important;/* stylelint-disable-line declaration-no-important */
5449
+ }
5450
+ }
5451
+
5452
+ .e-pv-signature-apperance .e-float-input.e-control-wrapper.e-input-group {
5453
+ @if ($theme-name =='fluent2') {
5454
+ margin-left: 5.4%;
5455
+ width: 91.45%;
5456
+ }
5457
+ }
5458
+
5459
+ .e-bigger .e-pv-signature-apperance .e-float-input.e-control-wrapper.e-input-group {
5460
+ @if ($theme-name=='fluent2') {
5461
+ width: 93%;
5462
+ }
5463
+ }
5464
+
5465
+ .e-pv-signature-apperance .e-checkbox-wrapper{
5466
+ @if ($theme-name == 'fluent2') {
5467
+ margin-left: $pv-toolbar-btn-height;
5468
+ }
5469
+ }
5470
+
4801
5471
  .e-pv-signature-window .e-dlg-content {
4802
- @if ($skin-name == 'highcontrast') {
5472
+ @if ($skin-name=='highcontrast') {
4803
5473
  padding: 16px;
4804
5474
  }
5475
+
5476
+ @if ($theme-name=='fluent2') {
5477
+ width: 100% !important;/* stylelint-disable-line declaration-no-important */
5478
+ padding-left: 0 !important;/* stylelint-disable-line declaration-no-important */
5479
+ }
5480
+ }
5481
+ .e-pv-signature-window .e-dlg-content .e-tab-header{
5482
+ @if ($theme-name == 'fluent2') {
5483
+ width: 655px !important; /* stylelint-disable-line declaration-no-important */
5484
+ }
5485
+ }
5486
+
5487
+ .e-pv-signature-window .e-dlg-content .e-tab-header .e-toolbar-items{
5488
+ @if ($theme-name == 'fluent2') {
5489
+ margin-left: 28px;
5490
+ }
4805
5491
  }
4806
5492
 
4807
5493
  .e-pv-signatureimage {
@@ -4884,15 +5570,59 @@
4884
5570
 
4885
5571
  .e-pv-canvas-signature {
4886
5572
  width: $pv-canvas-sign-width;
4887
- @if $skin-name == 'FluentUI' {
5573
+
5574
+ @if $skin-name=='FluentUI'{
4888
5575
  max-width: $pv-canvas-sign-width;
4889
5576
  }
4890
- @if $skin-name == 'Material3' {
5577
+
5578
+ @if $theme-name =='fluent2' {
5579
+ width: 91.45%;
5580
+ max-width: 91.45%;
5581
+ height: 349px !important;/* stylelint-disable-line declaration-no-important */
5582
+ margin-left: 5.5%;
5583
+ margin-right: 5.5%;
5584
+ border: 2px dotted var(--color-sf-border-dark) !important;/* stylelint-disable-line declaration-no-important */
5585
+ }
5586
+
5587
+ @if $skin-name=='Material3' {
4891
5588
  width: 100%;
4892
5589
  max-width: $pv-canvas-sign-width;
4893
5590
  }
4894
5591
  }
4895
5592
 
5593
+ .e-device .e-pv-canvas-signature {
5594
+ @if $theme-name =='fluent2' {
5595
+ margin-left: 7%;
5596
+ margin-right: 7%;
5597
+ }
5598
+ }
5599
+ .e-pv-font-appearance-style.e-pv-canvas-signature{
5600
+ @if $theme-name =='fluent2' {
5601
+ height: 270px !important;/* stylelint-disable-line declaration-no-important */
5602
+ margin-top: 20px !important;/* stylelint-disable-line declaration-no-important */
5603
+ }
5604
+ }
5605
+
5606
+ .e-pv-sign-upload{
5607
+ @if $theme-name =='fluent2' {
5608
+ left: 43% !important;/* stylelint-disable-line declaration-no-important */
5609
+ margin-top: 6px !important;/* stylelint-disable-line declaration-no-important */
5610
+ }
5611
+ }
5612
+
5613
+ .e-bigger .e-pv-sign-upload{
5614
+ @if $theme-name =='fluent2' {
5615
+ left: 39% !important;/* stylelint-disable-line declaration-no-important */
5616
+ }
5617
+ }
5618
+
5619
+ .e-pv-notification-popup .e-dlg-content {
5620
+ @if $theme-name == 'fluent2' {
5621
+ overflow: hidden;
5622
+ overflow-x: hidden;
5623
+ }
5624
+ }
5625
+
4896
5626
  .e-pv-canvas-signature-blazor {
4897
5627
  width: $pv-canvas-sign-width-blazor;
4898
5628
  }