@syncfusion/ej2-angular-pdfviewer 20.4.38 → 20.4.39
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/README.md +147 -37
- package/esm2020/src/pdfviewer/pdfviewer.component.mjs +3 -3
- package/fesm2015/syncfusion-ej2-angular-pdfviewer.mjs +2 -2
- package/fesm2015/syncfusion-ej2-angular-pdfviewer.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-pdfviewer.mjs +2 -2
- package/fesm2020/syncfusion-ej2-angular-pdfviewer.mjs.map +1 -1
- package/package.json +1 -1
- package/src/pdfviewer/pdfviewer.component.d.ts +1 -1
- package/styles/bootstrap-dark.css +21 -1
- package/styles/bootstrap.css +21 -1
- package/styles/bootstrap4.css +21 -1
- package/styles/bootstrap5-dark.css +21 -1
- package/styles/bootstrap5.css +21 -1
- package/styles/fabric-dark.css +21 -1
- package/styles/fabric.css +21 -1
- package/styles/fluent-dark.css +21 -1
- package/styles/fluent.css +21 -1
- package/styles/highcontrast-light.css +21 -1
- package/styles/highcontrast.css +21 -1
- package/styles/material-dark.css +21 -1
- package/styles/material.css +21 -1
- package/styles/pdfviewer/_theme.scss +17 -3
- package/styles/pdfviewer/bootstrap-dark.css +21 -1
- package/styles/pdfviewer/bootstrap.css +21 -1
- package/styles/pdfviewer/bootstrap4.css +21 -1
- package/styles/pdfviewer/bootstrap5-dark.css +21 -1
- package/styles/pdfviewer/bootstrap5.css +21 -1
- package/styles/pdfviewer/fabric-dark.css +21 -1
- package/styles/pdfviewer/fabric.css +21 -1
- package/styles/pdfviewer/fluent-dark.css +21 -1
- package/styles/pdfviewer/fluent.css +21 -1
- package/styles/pdfviewer/highcontrast-light.css +21 -1
- package/styles/pdfviewer/highcontrast.css +21 -1
- package/styles/pdfviewer/material-dark.css +21 -1
- package/styles/pdfviewer/material.css +21 -1
- package/styles/pdfviewer/tailwind-dark.css +21 -1
- package/styles/pdfviewer/tailwind.css +21 -1
- package/styles/tailwind-dark.css +21 -1
- package/styles/tailwind.css +21 -1
- package/schematics/collection.json +0 -10
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
|
@@ -2852,6 +2852,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2852
2852
|
min-height: 30px;
|
|
2853
2853
|
}
|
|
2854
2854
|
|
|
2855
|
+
.e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
|
|
2856
|
+
float: left;
|
|
2857
|
+
height: 49px;
|
|
2858
|
+
min-height: 49px;
|
|
2859
|
+
}
|
|
2860
|
+
|
|
2861
|
+
.e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
|
|
2862
|
+
height: 49px;
|
|
2863
|
+
min-height: 49px;
|
|
2864
|
+
}
|
|
2865
|
+
|
|
2866
|
+
.e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
|
|
2867
|
+
height: 49px;
|
|
2868
|
+
min-height: 49px;
|
|
2869
|
+
}
|
|
2870
|
+
|
|
2855
2871
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2856
2872
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2857
2873
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
@@ -3436,7 +3452,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3436
3452
|
padding: 0 7px;
|
|
3437
3453
|
}
|
|
3438
3454
|
|
|
3439
|
-
.e-pv-signature-dialog-height {
|
|
3455
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3440
3456
|
height: 555px;
|
|
3441
3457
|
min-height: 555px;
|
|
3442
3458
|
}
|
|
@@ -3474,4 +3490,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3474
3490
|
|
|
3475
3491
|
.e-pv-font-appearance-style-blazor {
|
|
3476
3492
|
padding: 15px 18px;
|
|
3493
|
+
}
|
|
3494
|
+
|
|
3495
|
+
.e-pv-toolbar-tooltip {
|
|
3496
|
+
pointer-events: none;
|
|
3477
3497
|
}
|
|
@@ -2655,6 +2655,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2655
2655
|
min-height: 30px;
|
|
2656
2656
|
}
|
|
2657
2657
|
|
|
2658
|
+
.e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
|
|
2659
|
+
float: left;
|
|
2660
|
+
height: 49px;
|
|
2661
|
+
min-height: 49px;
|
|
2662
|
+
}
|
|
2663
|
+
|
|
2664
|
+
.e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
|
|
2665
|
+
height: 49px;
|
|
2666
|
+
min-height: 49px;
|
|
2667
|
+
}
|
|
2668
|
+
|
|
2669
|
+
.e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
|
|
2670
|
+
height: 49px;
|
|
2671
|
+
min-height: 49px;
|
|
2672
|
+
}
|
|
2673
|
+
|
|
2658
2674
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2659
2675
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2660
2676
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
@@ -3211,7 +3227,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3211
3227
|
padding: 0 7px;
|
|
3212
3228
|
}
|
|
3213
3229
|
|
|
3214
|
-
.e-pv-signature-dialog-height {
|
|
3230
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3215
3231
|
height: 570px;
|
|
3216
3232
|
}
|
|
3217
3233
|
|
|
@@ -3242,4 +3258,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3242
3258
|
|
|
3243
3259
|
.e-pv-font-appearance-style-blazor {
|
|
3244
3260
|
padding: 8px;
|
|
3261
|
+
}
|
|
3262
|
+
|
|
3263
|
+
.e-pv-toolbar-tooltip {
|
|
3264
|
+
pointer-events: none;
|
|
3245
3265
|
}
|
|
@@ -2659,6 +2659,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2659
2659
|
min-height: 30px;
|
|
2660
2660
|
}
|
|
2661
2661
|
|
|
2662
|
+
.e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
|
|
2663
|
+
float: left;
|
|
2664
|
+
height: 49px;
|
|
2665
|
+
min-height: 49px;
|
|
2666
|
+
}
|
|
2667
|
+
|
|
2668
|
+
.e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
|
|
2669
|
+
height: 49px;
|
|
2670
|
+
min-height: 49px;
|
|
2671
|
+
}
|
|
2672
|
+
|
|
2673
|
+
.e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
|
|
2674
|
+
height: 49px;
|
|
2675
|
+
min-height: 49px;
|
|
2676
|
+
}
|
|
2677
|
+
|
|
2662
2678
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2663
2679
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2664
2680
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
@@ -3232,7 +3248,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3232
3248
|
background-color: #fff;
|
|
3233
3249
|
}
|
|
3234
3250
|
|
|
3235
|
-
.e-pv-signature-dialog-height {
|
|
3251
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3236
3252
|
height: 570px;
|
|
3237
3253
|
}
|
|
3238
3254
|
|
|
@@ -3263,4 +3279,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3263
3279
|
|
|
3264
3280
|
.e-pv-font-appearance-style-blazor {
|
|
3265
3281
|
padding: 8px;
|
|
3282
|
+
}
|
|
3283
|
+
|
|
3284
|
+
.e-pv-toolbar-tooltip {
|
|
3285
|
+
pointer-events: none;
|
|
3266
3286
|
}
|
|
@@ -2659,6 +2659,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2659
2659
|
min-height: 30px;
|
|
2660
2660
|
}
|
|
2661
2661
|
|
|
2662
|
+
.e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
|
|
2663
|
+
float: left;
|
|
2664
|
+
height: 49px;
|
|
2665
|
+
min-height: 49px;
|
|
2666
|
+
}
|
|
2667
|
+
|
|
2668
|
+
.e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
|
|
2669
|
+
height: 49px;
|
|
2670
|
+
min-height: 49px;
|
|
2671
|
+
}
|
|
2672
|
+
|
|
2673
|
+
.e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
|
|
2674
|
+
height: 49px;
|
|
2675
|
+
min-height: 49px;
|
|
2676
|
+
}
|
|
2677
|
+
|
|
2662
2678
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2663
2679
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2664
2680
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
@@ -3215,7 +3231,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3215
3231
|
padding: 0 7px;
|
|
3216
3232
|
}
|
|
3217
3233
|
|
|
3218
|
-
.e-pv-signature-dialog-height {
|
|
3234
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3219
3235
|
height: 540px;
|
|
3220
3236
|
}
|
|
3221
3237
|
|
|
@@ -3246,4 +3262,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3246
3262
|
|
|
3247
3263
|
.e-pv-font-appearance-style-blazor {
|
|
3248
3264
|
padding: 15px;
|
|
3265
|
+
}
|
|
3266
|
+
|
|
3267
|
+
.e-pv-toolbar-tooltip {
|
|
3268
|
+
pointer-events: none;
|
|
3249
3269
|
}
|
|
@@ -2659,6 +2659,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2659
2659
|
min-height: 30px;
|
|
2660
2660
|
}
|
|
2661
2661
|
|
|
2662
|
+
.e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
|
|
2663
|
+
float: left;
|
|
2664
|
+
height: 49px;
|
|
2665
|
+
min-height: 49px;
|
|
2666
|
+
}
|
|
2667
|
+
|
|
2668
|
+
.e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
|
|
2669
|
+
height: 49px;
|
|
2670
|
+
min-height: 49px;
|
|
2671
|
+
}
|
|
2672
|
+
|
|
2673
|
+
.e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
|
|
2674
|
+
height: 49px;
|
|
2675
|
+
min-height: 49px;
|
|
2676
|
+
}
|
|
2677
|
+
|
|
2662
2678
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2663
2679
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2664
2680
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
@@ -3217,7 +3233,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3217
3233
|
padding: 0 7px;
|
|
3218
3234
|
}
|
|
3219
3235
|
|
|
3220
|
-
.e-pv-signature-dialog-height {
|
|
3236
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3221
3237
|
height: 535px;
|
|
3222
3238
|
}
|
|
3223
3239
|
|
|
@@ -3253,4 +3269,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3253
3269
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-pv-left-align-icon.e-pv-icon.e-btn-icon.e-icon-left {
|
|
3254
3270
|
padding: 0 6px;
|
|
3255
3271
|
width: 28px;
|
|
3272
|
+
}
|
|
3273
|
+
|
|
3274
|
+
.e-pv-toolbar-tooltip {
|
|
3275
|
+
pointer-events: none;
|
|
3256
3276
|
}
|
|
@@ -2690,6 +2690,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2690
2690
|
min-height: 30px;
|
|
2691
2691
|
}
|
|
2692
2692
|
|
|
2693
|
+
.e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
|
|
2694
|
+
float: left;
|
|
2695
|
+
height: 49px;
|
|
2696
|
+
min-height: 49px;
|
|
2697
|
+
}
|
|
2698
|
+
|
|
2699
|
+
.e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
|
|
2700
|
+
height: 49px;
|
|
2701
|
+
min-height: 49px;
|
|
2702
|
+
}
|
|
2703
|
+
|
|
2704
|
+
.e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
|
|
2705
|
+
height: 49px;
|
|
2706
|
+
min-height: 49px;
|
|
2707
|
+
}
|
|
2708
|
+
|
|
2693
2709
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2694
2710
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2695
2711
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
@@ -3256,7 +3272,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3256
3272
|
padding: 0 7px;
|
|
3257
3273
|
}
|
|
3258
3274
|
|
|
3259
|
-
.e-pv-signature-dialog-height {
|
|
3275
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3260
3276
|
height: 550px;
|
|
3261
3277
|
}
|
|
3262
3278
|
|
|
@@ -3287,4 +3303,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3287
3303
|
|
|
3288
3304
|
.e-pv-font-appearance-style-blazor {
|
|
3289
3305
|
padding: 8px;
|
|
3306
|
+
}
|
|
3307
|
+
|
|
3308
|
+
.e-pv-toolbar-tooltip {
|
|
3309
|
+
pointer-events: none;
|
|
3290
3310
|
}
|
|
@@ -2691,6 +2691,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2691
2691
|
min-height: 30px;
|
|
2692
2692
|
}
|
|
2693
2693
|
|
|
2694
|
+
.e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
|
|
2695
|
+
float: left;
|
|
2696
|
+
height: 49px;
|
|
2697
|
+
min-height: 49px;
|
|
2698
|
+
}
|
|
2699
|
+
|
|
2700
|
+
.e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
|
|
2701
|
+
height: 49px;
|
|
2702
|
+
min-height: 49px;
|
|
2703
|
+
}
|
|
2704
|
+
|
|
2705
|
+
.e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
|
|
2706
|
+
height: 49px;
|
|
2707
|
+
min-height: 49px;
|
|
2708
|
+
}
|
|
2709
|
+
|
|
2694
2710
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2695
2711
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2696
2712
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
@@ -3257,7 +3273,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3257
3273
|
padding: 0 7px;
|
|
3258
3274
|
}
|
|
3259
3275
|
|
|
3260
|
-
.e-pv-signature-dialog-height {
|
|
3276
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3261
3277
|
height: 550px;
|
|
3262
3278
|
}
|
|
3263
3279
|
|
|
@@ -3288,4 +3304,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3288
3304
|
|
|
3289
3305
|
.e-pv-font-appearance-style-blazor {
|
|
3290
3306
|
padding: 8px;
|
|
3307
|
+
}
|
|
3308
|
+
|
|
3309
|
+
.e-pv-toolbar-tooltip {
|
|
3310
|
+
pointer-events: none;
|
|
3291
3311
|
}
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -2690,6 +2690,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2690
2690
|
min-height: 30px;
|
|
2691
2691
|
}
|
|
2692
2692
|
|
|
2693
|
+
.e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
|
|
2694
|
+
float: left;
|
|
2695
|
+
height: 49px;
|
|
2696
|
+
min-height: 49px;
|
|
2697
|
+
}
|
|
2698
|
+
|
|
2699
|
+
.e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
|
|
2700
|
+
height: 49px;
|
|
2701
|
+
min-height: 49px;
|
|
2702
|
+
}
|
|
2703
|
+
|
|
2704
|
+
.e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
|
|
2705
|
+
height: 49px;
|
|
2706
|
+
min-height: 49px;
|
|
2707
|
+
}
|
|
2708
|
+
|
|
2693
2709
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2694
2710
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2695
2711
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
@@ -3256,7 +3272,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3256
3272
|
padding: 0 7px;
|
|
3257
3273
|
}
|
|
3258
3274
|
|
|
3259
|
-
.e-pv-signature-dialog-height {
|
|
3275
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3260
3276
|
height: 550px;
|
|
3261
3277
|
}
|
|
3262
3278
|
|
|
@@ -3287,4 +3303,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3287
3303
|
|
|
3288
3304
|
.e-pv-font-appearance-style-blazor {
|
|
3289
3305
|
padding: 8px;
|
|
3306
|
+
}
|
|
3307
|
+
|
|
3308
|
+
.e-pv-toolbar-tooltip {
|
|
3309
|
+
pointer-events: none;
|
|
3290
3310
|
}
|
package/styles/tailwind.css
CHANGED
|
@@ -2691,6 +2691,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2691
2691
|
min-height: 30px;
|
|
2692
2692
|
}
|
|
2693
2693
|
|
|
2694
|
+
.e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
|
|
2695
|
+
float: left;
|
|
2696
|
+
height: 49px;
|
|
2697
|
+
min-height: 49px;
|
|
2698
|
+
}
|
|
2699
|
+
|
|
2700
|
+
.e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
|
|
2701
|
+
height: 49px;
|
|
2702
|
+
min-height: 49px;
|
|
2703
|
+
}
|
|
2704
|
+
|
|
2705
|
+
.e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
|
|
2706
|
+
height: 49px;
|
|
2707
|
+
min-height: 49px;
|
|
2708
|
+
}
|
|
2709
|
+
|
|
2694
2710
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2695
2711
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
2696
2712
|
.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
|
|
@@ -3257,7 +3273,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3257
3273
|
padding: 0 7px;
|
|
3258
3274
|
}
|
|
3259
3275
|
|
|
3260
|
-
.e-pv-signature-dialog-height {
|
|
3276
|
+
.e-dialog.e-pv-signature-dialog-height {
|
|
3261
3277
|
height: 550px;
|
|
3262
3278
|
}
|
|
3263
3279
|
|
|
@@ -3288,4 +3304,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3288
3304
|
|
|
3289
3305
|
.e-pv-font-appearance-style-blazor {
|
|
3290
3306
|
padding: 8px;
|
|
3307
|
+
}
|
|
3308
|
+
|
|
3309
|
+
.e-pv-toolbar-tooltip {
|
|
3310
|
+
pointer-events: none;
|
|
3291
3311
|
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
|
|
3
|
-
"schematics": {
|
|
4
|
-
"ng-add": {
|
|
5
|
-
"description": "Adds Essential JS 2 specific Angular package to an application",
|
|
6
|
-
"factory": "./ng-add",
|
|
7
|
-
"schema": "./ng-add/schema.json"
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const lib_details_1 = require("./../utils/lib-details");
|
|
4
|
-
const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
|
|
5
|
-
function default_1(options) {
|
|
6
|
-
const libOptions = Object.assign({}, { 'pkgName': lib_details_1.pkgName, 'pkgVer': lib_details_1.pkgVer, 'moduleName': lib_details_1.moduleName, 'themeVer': lib_details_1.themeVer });
|
|
7
|
-
return schematics_1.install(options, libOptions);
|
|
8
|
-
}
|
|
9
|
-
exports.default = default_1;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export interface OptionsSchema {
|
|
2
|
-
skipPackageJson: boolean;
|
|
3
|
-
modules: string;
|
|
4
|
-
modulePath: string;
|
|
5
|
-
theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
|
|
6
|
-
project?: string;
|
|
7
|
-
}
|
|
8
|
-
export interface LibOptionsSchema {
|
|
9
|
-
pkgName: string;
|
|
10
|
-
pkgVer: string;
|
|
11
|
-
moduleName: string;
|
|
12
|
-
themeVer: string;
|
|
13
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"$id": "ngAdd",
|
|
4
|
-
"title": "Add Essential JS 2 Angular packages",
|
|
5
|
-
"type": "object",
|
|
6
|
-
"properties": {
|
|
7
|
-
"skipPackageJson": {
|
|
8
|
-
"type": "boolean",
|
|
9
|
-
"default": false,
|
|
10
|
-
"description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
|
|
11
|
-
},
|
|
12
|
-
"modules": {
|
|
13
|
-
"type": "string",
|
|
14
|
-
"default": "",
|
|
15
|
-
"description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
|
|
16
|
-
},
|
|
17
|
-
"modulePath": {
|
|
18
|
-
"type": "string",
|
|
19
|
-
"default": "",
|
|
20
|
-
"description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
|
|
21
|
-
},
|
|
22
|
-
"theme": {
|
|
23
|
-
"enum": [
|
|
24
|
-
"material",
|
|
25
|
-
"fabric",
|
|
26
|
-
"bootstrap",
|
|
27
|
-
"highcontrast"
|
|
28
|
-
],
|
|
29
|
-
"default": "material",
|
|
30
|
-
"description": "Used to change the theme that needs to be imported"
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
"required": []
|
|
34
|
-
}
|
package/schematics/tsconfig.json
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"lib": ["es2017", "dom"],
|
|
4
|
-
"module": "commonjs",
|
|
5
|
-
"moduleResolution": "node",
|
|
6
|
-
"noEmitOnError": false,
|
|
7
|
-
"skipDefaultLibCheck": true,
|
|
8
|
-
"skipLibCheck": true,
|
|
9
|
-
"sourceMap": true,
|
|
10
|
-
"target": "es6",
|
|
11
|
-
"declaration": true,
|
|
12
|
-
"types": [
|
|
13
|
-
"jasmine",
|
|
14
|
-
"node"
|
|
15
|
-
]
|
|
16
|
-
},
|
|
17
|
-
"exclude": [
|
|
18
|
-
"node_modules",
|
|
19
|
-
"src",
|
|
20
|
-
"src/**/*.ts",
|
|
21
|
-
"spec",
|
|
22
|
-
"spec/**/*.ts",
|
|
23
|
-
"@typings"
|
|
24
|
-
]
|
|
25
|
-
}
|