@syncfusion/ej2-pdfviewer 17.3.58-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.
- package/dist/ej2-pdfviewer.umd.min.js +1 -1
- package/dist/ej2-pdfviewer.umd.min.js.map +1 -1
- package/dist/es6/ej2-pdfviewer.es2015.js +38 -42
- package/dist/es6/ej2-pdfviewer.es2015.js.map +1 -1
- package/dist/es6/ej2-pdfviewer.es5.js +38 -42
- package/dist/es6/ej2-pdfviewer.es5.js.map +1 -1
- package/package.json +1 -1
- package/src/pdfviewer/annotation/annotation.js +3 -0
- package/src/pdfviewer/base/pdfviewer-base.d.ts +2 -0
- package/src/pdfviewer/base/pdfviewer-base.js +33 -10
- package/src/pdfviewer/magnification/magnification.d.ts +0 -1
- package/src/pdfviewer/magnification/magnification.js +2 -32
- package/styles/bootstrap-dark.css +10 -6
- package/styles/bootstrap-dark.scss +4 -1
- package/styles/bootstrap.css +10 -6
- package/styles/bootstrap.scss +4 -1
- package/styles/bootstrap4.css +10 -6
- package/styles/bootstrap4.scss +4 -1
- package/styles/bootstrap5-dark.css +15 -8
- package/styles/bootstrap5-dark.scss +4 -1
- package/styles/bootstrap5.css +15 -8
- package/styles/bootstrap5.scss +4 -1
- package/styles/fabric-dark.css +10 -6
- package/styles/fabric-dark.scss +4 -1
- package/styles/fabric.css +10 -6
- package/styles/fabric.scss +4 -1
- package/styles/fluent-dark.css +10 -6
- package/styles/fluent-dark.scss +4 -1
- package/styles/fluent.css +10 -6
- package/styles/fluent.scss +4 -1
- package/styles/fluent2.css +4876 -0
- package/styles/fluent2.scss +4 -0
- package/styles/highcontrast-light.css +10 -6
- package/styles/highcontrast-light.scss +4 -1
- package/styles/highcontrast.css +10 -6
- package/styles/highcontrast.scss +4 -1
- package/styles/material-dark.css +10 -6
- package/styles/material-dark.scss +4 -1
- package/styles/material.css +10 -6
- package/styles/material.scss +4 -1
- package/styles/material3-dark.css +12 -9
- package/styles/material3-dark.scss +4 -1
- package/styles/material3.css +12 -9
- package/styles/material3.scss +4 -1
- package/styles/pdfviewer/_fluent2-definition.scss +40 -39
- package/styles/pdfviewer/_theme.scss +428 -28
- package/styles/pdfviewer/bootstrap-dark.css +10 -6
- package/styles/pdfviewer/bootstrap.css +10 -6
- package/styles/pdfviewer/bootstrap4.css +10 -6
- package/styles/pdfviewer/bootstrap5-dark.css +15 -8
- package/styles/pdfviewer/bootstrap5.css +15 -8
- package/styles/pdfviewer/fabric-dark.css +10 -6
- package/styles/pdfviewer/fabric.css +10 -6
- package/styles/pdfviewer/fluent-dark.css +10 -6
- package/styles/pdfviewer/fluent.css +10 -6
- package/styles/pdfviewer/fluent2.css +4876 -0
- package/styles/pdfviewer/fluent2.scss +4 -0
- package/styles/pdfviewer/highcontrast-light.css +10 -6
- package/styles/pdfviewer/highcontrast.css +10 -6
- package/styles/pdfviewer/icons/_bootstrap5.scss +0 -2
- package/styles/pdfviewer/icons/_fluent2.scss +510 -0
- package/styles/pdfviewer/material-dark.css +10 -6
- package/styles/pdfviewer/material.css +10 -6
- package/styles/pdfviewer/material3-dark.css +12 -9
- package/styles/pdfviewer/material3.css +12 -9
- package/styles/pdfviewer/tailwind-dark.css +10 -6
- package/styles/pdfviewer/tailwind.css +10 -6
- package/styles/tailwind-dark.css +10 -6
- package/styles/tailwind-dark.scss +4 -1
- package/styles/tailwind.css +10 -6
- package/styles/tailwind.scss +4 -1
|
@@ -1017,6 +1017,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1017
1017
|
padding: 0;
|
|
1018
1018
|
}
|
|
1019
1019
|
|
|
1020
|
+
.e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
|
|
1021
|
+
width: 100px;
|
|
1022
|
+
}
|
|
1023
|
+
|
|
1020
1024
|
.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),
|
|
1021
1025
|
.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),
|
|
1022
1026
|
.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),
|
|
@@ -2198,9 +2202,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2198
2202
|
|
|
2199
2203
|
.e-pv-organize-total-page-button {
|
|
2200
2204
|
float: left;
|
|
2201
|
-
font-size: 12;
|
|
2202
2205
|
font-weight: normal;
|
|
2203
2206
|
color: rgba(0, 0, 0, 0.87);
|
|
2207
|
+
font-size: 12;
|
|
2204
2208
|
}
|
|
2205
2209
|
|
|
2206
2210
|
.e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
|
|
@@ -2457,8 +2461,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2457
2461
|
.e-pv-properties-line-stroke-color-label,
|
|
2458
2462
|
.e-pv-properties-line-opacity-label,
|
|
2459
2463
|
.e-pv-properties-line-leader-length-label {
|
|
2460
|
-
margin-bottom: 8px;
|
|
2461
2464
|
font-size: 14px;
|
|
2465
|
+
margin-bottom: 8px;
|
|
2462
2466
|
}
|
|
2463
2467
|
|
|
2464
2468
|
.e-pv-properties-line-end-container,
|
|
@@ -3046,8 +3050,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3046
3050
|
}
|
|
3047
3051
|
|
|
3048
3052
|
.e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
|
|
3049
|
-
margin-top: 10px;
|
|
3050
3053
|
padding-bottom: 1px;
|
|
3054
|
+
margin-top: 10px;
|
|
3051
3055
|
}
|
|
3052
3056
|
|
|
3053
3057
|
.e-pdfviewer .e-pv-signature-window .e-footer-content {
|
|
@@ -3139,12 +3143,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3139
3143
|
border-radius: 5px;
|
|
3140
3144
|
display: inline-block;
|
|
3141
3145
|
font-size: 13px;
|
|
3142
|
-
height: 88px;
|
|
3143
|
-
margin: 15px;
|
|
3144
3146
|
padding-top: 40px;
|
|
3145
3147
|
text-align: center;
|
|
3146
|
-
width: 311px;
|
|
3147
3148
|
word-wrap: break-word;
|
|
3149
|
+
height: 88px;
|
|
3150
|
+
width: 311px;
|
|
3151
|
+
margin: 15px;
|
|
3148
3152
|
}
|
|
3149
3153
|
|
|
3150
3154
|
.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
--color-sf-on-warning: 99, 52, 0;
|
|
45
45
|
--color-sf-on-warning-container: 255, 220, 193;
|
|
46
46
|
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
47
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px #
|
|
47
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
48
48
|
--color-sf-success-text: 0, 0, 0;
|
|
49
49
|
--color-sf-warning-text: 0, 0, 0;
|
|
50
50
|
--color-sf-info-text: 0, 0, 0;
|
|
@@ -1073,6 +1073,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1073
1073
|
padding: 0;
|
|
1074
1074
|
}
|
|
1075
1075
|
|
|
1076
|
+
.e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
|
|
1077
|
+
width: 100px;
|
|
1078
|
+
}
|
|
1079
|
+
|
|
1076
1080
|
.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),
|
|
1077
1081
|
.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),
|
|
1078
1082
|
.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),
|
|
@@ -2261,9 +2265,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2261
2265
|
|
|
2262
2266
|
.e-pv-organize-total-page-button {
|
|
2263
2267
|
float: left;
|
|
2264
|
-
font-size: 12;
|
|
2265
2268
|
font-weight: normal;
|
|
2266
2269
|
color: rgba(var(--color-sf-on-surface));
|
|
2270
|
+
font-size: 12;
|
|
2267
2271
|
}
|
|
2268
2272
|
|
|
2269
2273
|
.e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
|
|
@@ -2527,9 +2531,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2527
2531
|
.e-pv-properties-line-stroke-color-label,
|
|
2528
2532
|
.e-pv-properties-line-opacity-label,
|
|
2529
2533
|
.e-pv-properties-line-leader-length-label {
|
|
2530
|
-
margin-bottom: 8px;
|
|
2531
2534
|
font-size: 10px;
|
|
2532
2535
|
margin-bottom: 0;
|
|
2536
|
+
margin-bottom: 8px;
|
|
2533
2537
|
}
|
|
2534
2538
|
|
|
2535
2539
|
.e-pv-properties-line-end-container,
|
|
@@ -2817,12 +2821,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2817
2821
|
}
|
|
2818
2822
|
|
|
2819
2823
|
.e-pv-reply-div.e-pv-comments-leave.e-focused {
|
|
2820
|
-
border: 0 0 0 1px #
|
|
2824
|
+
border: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
2821
2825
|
background: rgba(var(--color-sf-on-surface), 0.05);
|
|
2822
2826
|
}
|
|
2823
2827
|
|
|
2824
2828
|
.e-pv-comments-div.e-focused {
|
|
2825
|
-
border: 0 0 0 1px #
|
|
2829
|
+
border: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
2826
2830
|
background: rgba(var(--color-sf-on-surface), 0.05);
|
|
2827
2831
|
}
|
|
2828
2832
|
|
|
@@ -3147,7 +3151,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3147
3151
|
}
|
|
3148
3152
|
|
|
3149
3153
|
.e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
|
|
3150
|
-
margin-top: 10px;
|
|
3151
3154
|
padding-bottom: 5px;
|
|
3152
3155
|
margin-top: 12px;
|
|
3153
3156
|
}
|
|
@@ -3213,12 +3216,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3213
3216
|
border-radius: 5px;
|
|
3214
3217
|
display: inline-block;
|
|
3215
3218
|
font-size: 13px;
|
|
3216
|
-
height: 88px;
|
|
3217
|
-
margin: 15px;
|
|
3218
3219
|
padding-top: 40px;
|
|
3219
3220
|
text-align: center;
|
|
3220
|
-
width: 311px;
|
|
3221
3221
|
word-wrap: break-word;
|
|
3222
|
+
height: 88px;
|
|
3223
|
+
width: 311px;
|
|
3224
|
+
margin: 15px;
|
|
3222
3225
|
border: 1px dashed rgba(var(--color-sf-primary));
|
|
3223
3226
|
border-radius: 4px;
|
|
3224
3227
|
background: var(--color-sf-surface);
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
--color-sf-on-warning: 99, 52, 0;
|
|
101
101
|
--color-sf-on-warning-container: 255, 220, 193;
|
|
102
102
|
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
103
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px #
|
|
103
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
104
104
|
--color-sf-success-text: 0, 0, 0;
|
|
105
105
|
--color-sf-warning-text: 0, 0, 0;
|
|
106
106
|
--color-sf-info-text: 0, 0, 0;
|
|
@@ -1129,6 +1129,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1129
1129
|
padding: 0;
|
|
1130
1130
|
}
|
|
1131
1131
|
|
|
1132
|
+
.e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
|
|
1133
|
+
width: 100px;
|
|
1134
|
+
}
|
|
1135
|
+
|
|
1132
1136
|
.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),
|
|
1133
1137
|
.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),
|
|
1134
1138
|
.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),
|
|
@@ -2317,9 +2321,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2317
2321
|
|
|
2318
2322
|
.e-pv-organize-total-page-button {
|
|
2319
2323
|
float: left;
|
|
2320
|
-
font-size: 12;
|
|
2321
2324
|
font-weight: normal;
|
|
2322
2325
|
color: rgba(var(--color-sf-on-surface));
|
|
2326
|
+
font-size: 12;
|
|
2323
2327
|
}
|
|
2324
2328
|
|
|
2325
2329
|
.e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
|
|
@@ -2583,9 +2587,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2583
2587
|
.e-pv-properties-line-stroke-color-label,
|
|
2584
2588
|
.e-pv-properties-line-opacity-label,
|
|
2585
2589
|
.e-pv-properties-line-leader-length-label {
|
|
2586
|
-
margin-bottom: 8px;
|
|
2587
2590
|
font-size: 10px;
|
|
2588
2591
|
margin-bottom: 0;
|
|
2592
|
+
margin-bottom: 8px;
|
|
2589
2593
|
}
|
|
2590
2594
|
|
|
2591
2595
|
.e-pv-properties-line-end-container,
|
|
@@ -2873,12 +2877,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2873
2877
|
}
|
|
2874
2878
|
|
|
2875
2879
|
.e-pv-reply-div.e-pv-comments-leave.e-focused {
|
|
2876
|
-
border: 0 0 0 1px #
|
|
2880
|
+
border: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
2877
2881
|
background: rgba(var(--color-sf-on-surface), 0.05);
|
|
2878
2882
|
}
|
|
2879
2883
|
|
|
2880
2884
|
.e-pv-comments-div.e-focused {
|
|
2881
|
-
border: 0 0 0 1px #
|
|
2885
|
+
border: 0 0 0 1px #fff, 0 0 0 3px #000;
|
|
2882
2886
|
background: rgba(var(--color-sf-on-surface), 0.05);
|
|
2883
2887
|
}
|
|
2884
2888
|
|
|
@@ -3203,7 +3207,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3203
3207
|
}
|
|
3204
3208
|
|
|
3205
3209
|
.e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
|
|
3206
|
-
margin-top: 10px;
|
|
3207
3210
|
padding-bottom: 5px;
|
|
3208
3211
|
margin-top: 12px;
|
|
3209
3212
|
}
|
|
@@ -3269,12 +3272,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3269
3272
|
border-radius: 5px;
|
|
3270
3273
|
display: inline-block;
|
|
3271
3274
|
font-size: 13px;
|
|
3272
|
-
height: 88px;
|
|
3273
|
-
margin: 15px;
|
|
3274
3275
|
padding-top: 40px;
|
|
3275
3276
|
text-align: center;
|
|
3276
|
-
width: 311px;
|
|
3277
3277
|
word-wrap: break-word;
|
|
3278
|
+
height: 88px;
|
|
3279
|
+
width: 311px;
|
|
3280
|
+
margin: 15px;
|
|
3278
3281
|
border: 1px dashed rgba(var(--color-sf-primary));
|
|
3279
3282
|
border-radius: 4px;
|
|
3280
3283
|
background: var(--color-sf-surface);
|
|
@@ -1020,6 +1020,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1020
1020
|
padding: 0;
|
|
1021
1021
|
}
|
|
1022
1022
|
|
|
1023
|
+
.e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
|
|
1024
|
+
width: 100px;
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1023
1027
|
.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),
|
|
1024
1028
|
.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),
|
|
1025
1029
|
.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),
|
|
@@ -2219,9 +2223,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2219
2223
|
|
|
2220
2224
|
.e-pv-organize-total-page-button {
|
|
2221
2225
|
float: left;
|
|
2222
|
-
font-size: 12;
|
|
2223
2226
|
font-weight: normal;
|
|
2224
2227
|
color: #fff;
|
|
2228
|
+
font-size: 12;
|
|
2225
2229
|
}
|
|
2226
2230
|
|
|
2227
2231
|
.e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
|
|
@@ -2478,8 +2482,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2478
2482
|
.e-pv-properties-line-stroke-color-label,
|
|
2479
2483
|
.e-pv-properties-line-opacity-label,
|
|
2480
2484
|
.e-pv-properties-line-leader-length-label {
|
|
2481
|
-
margin-bottom: 8px;
|
|
2482
2485
|
font-size: 14px;
|
|
2486
|
+
margin-bottom: 8px;
|
|
2483
2487
|
}
|
|
2484
2488
|
|
|
2485
2489
|
.e-pv-properties-line-end-container,
|
|
@@ -3079,8 +3083,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3079
3083
|
}
|
|
3080
3084
|
|
|
3081
3085
|
.e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
|
|
3082
|
-
margin-top: 10px;
|
|
3083
3086
|
padding-bottom: 1px;
|
|
3087
|
+
margin-top: 10px;
|
|
3084
3088
|
}
|
|
3085
3089
|
|
|
3086
3090
|
.e-pdfviewer .e-pv-signature-window .e-footer-content {
|
|
@@ -3172,12 +3176,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3172
3176
|
border-radius: 5px;
|
|
3173
3177
|
display: inline-block;
|
|
3174
3178
|
font-size: 13px;
|
|
3175
|
-
height: 88px;
|
|
3176
|
-
margin: 15px;
|
|
3177
3179
|
padding-top: 40px;
|
|
3178
3180
|
text-align: center;
|
|
3179
|
-
width: 311px;
|
|
3180
3181
|
word-wrap: break-word;
|
|
3182
|
+
height: 88px;
|
|
3183
|
+
width: 311px;
|
|
3184
|
+
margin: 15px;
|
|
3181
3185
|
}
|
|
3182
3186
|
|
|
3183
3187
|
.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
|
|
@@ -1021,6 +1021,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1021
1021
|
padding: 0;
|
|
1022
1022
|
}
|
|
1023
1023
|
|
|
1024
|
+
.e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
|
|
1025
|
+
width: 100px;
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1024
1028
|
.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),
|
|
1025
1029
|
.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),
|
|
1026
1030
|
.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),
|
|
@@ -2220,9 +2224,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2220
2224
|
|
|
2221
2225
|
.e-pv-organize-total-page-button {
|
|
2222
2226
|
float: left;
|
|
2223
|
-
font-size: 12;
|
|
2224
2227
|
font-weight: normal;
|
|
2225
2228
|
color: #111827;
|
|
2229
|
+
font-size: 12;
|
|
2226
2230
|
}
|
|
2227
2231
|
|
|
2228
2232
|
.e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
|
|
@@ -2479,8 +2483,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2479
2483
|
.e-pv-properties-line-stroke-color-label,
|
|
2480
2484
|
.e-pv-properties-line-opacity-label,
|
|
2481
2485
|
.e-pv-properties-line-leader-length-label {
|
|
2482
|
-
margin-bottom: 8px;
|
|
2483
2486
|
font-size: 14px;
|
|
2487
|
+
margin-bottom: 8px;
|
|
2484
2488
|
}
|
|
2485
2489
|
|
|
2486
2490
|
.e-pv-properties-line-end-container,
|
|
@@ -3080,8 +3084,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3080
3084
|
}
|
|
3081
3085
|
|
|
3082
3086
|
.e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
|
|
3083
|
-
margin-top: 10px;
|
|
3084
3087
|
padding-bottom: 1px;
|
|
3088
|
+
margin-top: 10px;
|
|
3085
3089
|
}
|
|
3086
3090
|
|
|
3087
3091
|
.e-pdfviewer .e-pv-signature-window .e-footer-content {
|
|
@@ -3173,12 +3177,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3173
3177
|
border-radius: 5px;
|
|
3174
3178
|
display: inline-block;
|
|
3175
3179
|
font-size: 13px;
|
|
3176
|
-
height: 88px;
|
|
3177
|
-
margin: 15px;
|
|
3178
3180
|
padding-top: 40px;
|
|
3179
3181
|
text-align: center;
|
|
3180
|
-
width: 311px;
|
|
3181
3182
|
word-wrap: break-word;
|
|
3183
|
+
height: 88px;
|
|
3184
|
+
width: 311px;
|
|
3185
|
+
margin: 15px;
|
|
3182
3186
|
}
|
|
3183
3187
|
|
|
3184
3188
|
.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -1020,6 +1020,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1020
1020
|
padding: 0;
|
|
1021
1021
|
}
|
|
1022
1022
|
|
|
1023
|
+
.e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
|
|
1024
|
+
width: 100px;
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1023
1027
|
.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),
|
|
1024
1028
|
.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),
|
|
1025
1029
|
.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),
|
|
@@ -2219,9 +2223,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2219
2223
|
|
|
2220
2224
|
.e-pv-organize-total-page-button {
|
|
2221
2225
|
float: left;
|
|
2222
|
-
font-size: 12;
|
|
2223
2226
|
font-weight: normal;
|
|
2224
2227
|
color: #fff;
|
|
2228
|
+
font-size: 12;
|
|
2225
2229
|
}
|
|
2226
2230
|
|
|
2227
2231
|
.e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
|
|
@@ -2478,8 +2482,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2478
2482
|
.e-pv-properties-line-stroke-color-label,
|
|
2479
2483
|
.e-pv-properties-line-opacity-label,
|
|
2480
2484
|
.e-pv-properties-line-leader-length-label {
|
|
2481
|
-
margin-bottom: 8px;
|
|
2482
2485
|
font-size: 14px;
|
|
2486
|
+
margin-bottom: 8px;
|
|
2483
2487
|
}
|
|
2484
2488
|
|
|
2485
2489
|
.e-pv-properties-line-end-container,
|
|
@@ -3079,8 +3083,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3079
3083
|
}
|
|
3080
3084
|
|
|
3081
3085
|
.e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
|
|
3082
|
-
margin-top: 10px;
|
|
3083
3086
|
padding-bottom: 1px;
|
|
3087
|
+
margin-top: 10px;
|
|
3084
3088
|
}
|
|
3085
3089
|
|
|
3086
3090
|
.e-pdfviewer .e-pv-signature-window .e-footer-content {
|
|
@@ -3172,12 +3176,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3172
3176
|
border-radius: 5px;
|
|
3173
3177
|
display: inline-block;
|
|
3174
3178
|
font-size: 13px;
|
|
3175
|
-
height: 88px;
|
|
3176
|
-
margin: 15px;
|
|
3177
3179
|
padding-top: 40px;
|
|
3178
3180
|
text-align: center;
|
|
3179
|
-
width: 311px;
|
|
3180
3181
|
word-wrap: break-word;
|
|
3182
|
+
height: 88px;
|
|
3183
|
+
width: 311px;
|
|
3184
|
+
margin: 15px;
|
|
3181
3185
|
}
|
|
3182
3186
|
|
|
3183
3187
|
.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
|
package/styles/tailwind.css
CHANGED
|
@@ -1021,6 +1021,10 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1021
1021
|
padding: 0;
|
|
1022
1022
|
}
|
|
1023
1023
|
|
|
1024
|
+
.e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
|
|
1025
|
+
width: 100px;
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1024
1028
|
.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),
|
|
1025
1029
|
.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),
|
|
1026
1030
|
.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),
|
|
@@ -2220,9 +2224,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2220
2224
|
|
|
2221
2225
|
.e-pv-organize-total-page-button {
|
|
2222
2226
|
float: left;
|
|
2223
|
-
font-size: 12;
|
|
2224
2227
|
font-weight: normal;
|
|
2225
2228
|
color: #111827;
|
|
2229
|
+
font-size: 12;
|
|
2226
2230
|
}
|
|
2227
2231
|
|
|
2228
2232
|
.e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
|
|
@@ -2479,8 +2483,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2479
2483
|
.e-pv-properties-line-stroke-color-label,
|
|
2480
2484
|
.e-pv-properties-line-opacity-label,
|
|
2481
2485
|
.e-pv-properties-line-leader-length-label {
|
|
2482
|
-
margin-bottom: 8px;
|
|
2483
2486
|
font-size: 14px;
|
|
2487
|
+
margin-bottom: 8px;
|
|
2484
2488
|
}
|
|
2485
2489
|
|
|
2486
2490
|
.e-pv-properties-line-end-container,
|
|
@@ -3080,8 +3084,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3080
3084
|
}
|
|
3081
3085
|
|
|
3082
3086
|
.e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
|
|
3083
|
-
margin-top: 10px;
|
|
3084
3087
|
padding-bottom: 1px;
|
|
3088
|
+
margin-top: 10px;
|
|
3085
3089
|
}
|
|
3086
3090
|
|
|
3087
3091
|
.e-pdfviewer .e-pv-signature-window .e-footer-content {
|
|
@@ -3173,12 +3177,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3173
3177
|
border-radius: 5px;
|
|
3174
3178
|
display: inline-block;
|
|
3175
3179
|
font-size: 13px;
|
|
3176
|
-
height: 88px;
|
|
3177
|
-
margin: 15px;
|
|
3178
3180
|
padding-top: 40px;
|
|
3179
3181
|
text-align: center;
|
|
3180
|
-
width: 311px;
|
|
3181
3182
|
word-wrap: break-word;
|
|
3183
|
+
height: 88px;
|
|
3184
|
+
width: 311px;
|
|
3185
|
+
margin: 15px;
|
|
3182
3186
|
}
|
|
3183
3187
|
|
|
3184
3188
|
.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
|
package/styles/tailwind.scss
CHANGED