@syncfusion/ej2-angular-pdfviewer 20.2.43-ngcc → 20.2.43
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/esm2020/public_api.mjs +3 -0
- package/esm2020/src/index.mjs +5 -0
- package/esm2020/src/pdfviewer/pdfviewer-all.module.mjs +62 -0
- package/esm2020/src/pdfviewer/pdfviewer.component.mjs +143 -0
- package/esm2020/src/pdfviewer/pdfviewer.module.mjs +25 -0
- package/esm2020/syncfusion-ej2-angular-pdfviewer.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-pdfviewer.mjs +231 -0
- package/fesm2015/syncfusion-ej2-angular-pdfviewer.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-pdfviewer.mjs +231 -0
- package/fesm2020/syncfusion-ej2-angular-pdfviewer.mjs.map +1 -0
- package/package.json +27 -13
- package/schematics/utils/lib-details.ts +2 -2
- package/src/pdfviewer/pdfviewer-all.module.d.ts +6 -0
- package/src/pdfviewer/pdfviewer.component.d.ts +3 -0
- package/src/pdfviewer/pdfviewer.module.d.ts +6 -0
- package/styles/_all.scss +1 -0
- package/styles/bootstrap-dark.css +7 -4
- package/styles/bootstrap.css +7 -4
- package/styles/bootstrap4.css +7 -4
- package/styles/bootstrap5-dark.css +8 -5
- package/styles/bootstrap5.css +8 -5
- package/styles/fabric-dark.css +7 -4
- package/styles/fabric.css +7 -4
- package/styles/fluent-dark.css +5 -2
- package/styles/fluent.css +5 -2
- package/styles/highcontrast-light.css +7 -4
- package/styles/highcontrast.css +7 -4
- package/styles/material-dark.css +7 -4
- package/styles/material.css +7 -4
- package/styles/pdfviewer/_all.scss +2 -0
- package/styles/pdfviewer/_bootstrap-dark-definition.scss +536 -0
- package/styles/pdfviewer/_bootstrap-definition.scss +536 -0
- package/styles/pdfviewer/_bootstrap4-definition.scss +582 -0
- package/styles/pdfviewer/_bootstrap5-dark-definition.scss +1 -0
- package/styles/pdfviewer/_bootstrap5-definition.scss +530 -0
- package/styles/pdfviewer/_fabric-dark-definition.scss +533 -0
- package/styles/pdfviewer/_fabric-definition.scss +535 -0
- package/styles/pdfviewer/_fluent-dark-definition.scss +1 -0
- package/styles/pdfviewer/_fluent-definition.scss +537 -0
- package/styles/pdfviewer/_fusionnew-definition.scss +530 -0
- package/styles/pdfviewer/_highcontrast-definition.scss +535 -0
- package/styles/pdfviewer/_highcontrast-light-definition.scss +531 -0
- package/styles/pdfviewer/_layout.scss +196 -0
- package/styles/pdfviewer/_material-dark-definition.scss +534 -0
- package/styles/pdfviewer/_material-definition.scss +532 -0
- package/styles/pdfviewer/_material3-definition.scss +530 -0
- package/styles/pdfviewer/_tailwind-dark-definition.scss +1 -0
- package/styles/pdfviewer/_tailwind-definition.scss +539 -0
- package/styles/pdfviewer/_theme.scss +4111 -0
- package/styles/pdfviewer/bootstrap-dark.css +7 -4
- package/styles/pdfviewer/bootstrap-dark.scss +4 -1
- package/styles/pdfviewer/bootstrap.css +7 -4
- package/styles/pdfviewer/bootstrap.scss +4 -1
- package/styles/pdfviewer/bootstrap4.css +7 -4
- package/styles/pdfviewer/bootstrap4.scss +4 -1
- package/styles/pdfviewer/bootstrap5-dark.css +8 -5
- package/styles/pdfviewer/bootstrap5-dark.scss +4 -1
- package/styles/pdfviewer/bootstrap5.css +8 -5
- package/styles/pdfviewer/bootstrap5.scss +4 -1
- package/styles/pdfviewer/fabric-dark.css +7 -4
- package/styles/pdfviewer/fabric-dark.scss +4 -1
- package/styles/pdfviewer/fabric.css +7 -4
- package/styles/pdfviewer/fabric.scss +4 -1
- package/styles/pdfviewer/fluent-dark.css +5 -2
- package/styles/pdfviewer/fluent-dark.scss +4 -1
- package/styles/pdfviewer/fluent.css +5 -2
- package/styles/pdfviewer/fluent.scss +4 -1
- package/styles/pdfviewer/highcontrast-light.css +7 -4
- package/styles/pdfviewer/highcontrast-light.scss +4 -1
- package/styles/pdfviewer/highcontrast.css +7 -4
- package/styles/pdfviewer/highcontrast.scss +4 -1
- package/styles/pdfviewer/icons/_bootstrap-dark.scss +475 -0
- package/styles/pdfviewer/icons/_bootstrap.scss +480 -0
- package/styles/pdfviewer/icons/_bootstrap4.scss +482 -0
- package/styles/pdfviewer/icons/_bootstrap5-dark.scss +1 -0
- package/styles/pdfviewer/icons/_bootstrap5.scss +489 -0
- package/styles/pdfviewer/icons/_fabric-dark.scss +488 -0
- package/styles/pdfviewer/icons/_fabric.scss +492 -0
- package/styles/pdfviewer/icons/_fluent-dark.scss +1 -0
- package/styles/pdfviewer/icons/_fluent.scss +488 -0
- package/styles/pdfviewer/icons/_fusionnew.scss +489 -0
- package/styles/pdfviewer/icons/_highcontrast-light.scss +475 -0
- package/styles/pdfviewer/icons/_highcontrast.scss +475 -0
- package/styles/pdfviewer/icons/_material-dark.scss +477 -0
- package/styles/pdfviewer/icons/_material.scss +480 -0
- package/styles/pdfviewer/icons/_material3.scss +489 -0
- package/styles/pdfviewer/icons/_tailwind-dark.scss +489 -0
- package/styles/pdfviewer/icons/_tailwind.scss +489 -0
- package/styles/pdfviewer/material-dark.css +7 -4
- package/styles/pdfviewer/material-dark.scss +4 -1
- package/styles/pdfviewer/material.css +7 -4
- package/styles/pdfviewer/material.scss +4 -1
- package/styles/pdfviewer/tailwind-dark.css +8 -5
- package/styles/pdfviewer/tailwind-dark.scss +4 -1
- package/styles/pdfviewer/tailwind.css +8 -5
- package/styles/pdfviewer/tailwind.scss +4 -1
- package/styles/tailwind-dark.css +8 -5
- package/styles/tailwind.css +8 -5
- package/syncfusion-ej2-angular-pdfviewer.d.ts +5 -0
- package/@syncfusion/ej2-angular-pdfviewer.es5.js +0 -270
- package/@syncfusion/ej2-angular-pdfviewer.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-pdfviewer.js +0 -251
- package/@syncfusion/ej2-angular-pdfviewer.js.map +0 -1
- package/CHANGELOG.md +0 -1386
- package/dist/ej2-angular-pdfviewer.umd.js +0 -454
- package/dist/ej2-angular-pdfviewer.umd.js.map +0 -1
- package/dist/ej2-angular-pdfviewer.umd.min.js +0 -11
- package/dist/ej2-angular-pdfviewer.umd.min.js.map +0 -1
- package/ej2-angular-pdfviewer.d.ts +0 -5
- package/ej2-angular-pdfviewer.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
- 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
package/styles/bootstrap.css
CHANGED
|
@@ -434,6 +434,7 @@
|
|
|
434
434
|
}
|
|
435
435
|
|
|
436
436
|
/*! component layout */
|
|
437
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
437
438
|
.e-pdfviewer .e-pv-viewer-container {
|
|
438
439
|
border-style: solid;
|
|
439
440
|
border-width: 1px 1px 1px 0;
|
|
@@ -596,6 +597,8 @@
|
|
|
596
597
|
width: 20px;
|
|
597
598
|
}
|
|
598
599
|
|
|
600
|
+
/* stylelint-disable value-no-vendor-prefix */
|
|
601
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
599
602
|
.e-pv-viewer-container {
|
|
600
603
|
background-color: #e6e6e6;
|
|
601
604
|
border-color: #ccc;
|
|
@@ -3093,7 +3096,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3093
3096
|
-webkit-user-select: none;
|
|
3094
3097
|
color: #000;
|
|
3095
3098
|
display: block;
|
|
3096
|
-
font-family: Roboto;
|
|
3099
|
+
font-family: "Roboto";
|
|
3097
3100
|
font-size: 20px;
|
|
3098
3101
|
font-style: normal;
|
|
3099
3102
|
font-weight: 500;
|
|
@@ -3110,7 +3113,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3110
3113
|
}
|
|
3111
3114
|
|
|
3112
3115
|
.e-pv-form-field-property-header-general {
|
|
3113
|
-
font-family: Roboto;
|
|
3116
|
+
font-family: "Roboto";
|
|
3114
3117
|
font-size: 13px;
|
|
3115
3118
|
font-style: normal;
|
|
3116
3119
|
font-weight: 500;
|
|
@@ -3119,7 +3122,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3119
3122
|
|
|
3120
3123
|
.e-pv-properties-formfield-formatting {
|
|
3121
3124
|
color: #757575;
|
|
3122
|
-
font-family: Roboto;
|
|
3125
|
+
font-family: "Roboto";
|
|
3123
3126
|
font-size: 13px;
|
|
3124
3127
|
font-style: normal;
|
|
3125
3128
|
font-weight: normal;
|
|
@@ -3153,7 +3156,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3153
3156
|
|
|
3154
3157
|
.e-pv-properties-formfield-label {
|
|
3155
3158
|
color: #757575;
|
|
3156
|
-
font-family: Roboto;
|
|
3159
|
+
font-family: "Roboto";
|
|
3157
3160
|
font-size: 13px;
|
|
3158
3161
|
font-style: normal;
|
|
3159
3162
|
font-weight: normal;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -435,6 +435,7 @@
|
|
|
435
435
|
}
|
|
436
436
|
|
|
437
437
|
/*! component layout */
|
|
438
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
438
439
|
.e-pdfviewer .e-pv-viewer-container {
|
|
439
440
|
border-style: solid;
|
|
440
441
|
border-width: 1px 1px 1px 0;
|
|
@@ -597,6 +598,8 @@
|
|
|
597
598
|
width: 20px;
|
|
598
599
|
}
|
|
599
600
|
|
|
601
|
+
/* stylelint-disable value-no-vendor-prefix */
|
|
602
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
600
603
|
.e-pv-viewer-container {
|
|
601
604
|
background-color: #e9ecef;
|
|
602
605
|
border-color: #dee2e6;
|
|
@@ -3405,7 +3408,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3405
3408
|
-webkit-user-select: none;
|
|
3406
3409
|
color: #000;
|
|
3407
3410
|
display: block;
|
|
3408
|
-
font-family: Roboto;
|
|
3411
|
+
font-family: "Roboto";
|
|
3409
3412
|
font-size: 20px;
|
|
3410
3413
|
font-style: normal;
|
|
3411
3414
|
font-weight: 500;
|
|
@@ -3422,7 +3425,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3422
3425
|
}
|
|
3423
3426
|
|
|
3424
3427
|
.e-pv-form-field-property-header-general {
|
|
3425
|
-
font-family: Roboto;
|
|
3428
|
+
font-family: "Roboto";
|
|
3426
3429
|
font-size: 13px;
|
|
3427
3430
|
font-style: normal;
|
|
3428
3431
|
font-weight: 500;
|
|
@@ -3431,7 +3434,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3431
3434
|
|
|
3432
3435
|
.e-pv-properties-formfield-formatting {
|
|
3433
3436
|
color: #757575;
|
|
3434
|
-
font-family: Roboto;
|
|
3437
|
+
font-family: "Roboto";
|
|
3435
3438
|
font-size: 13px;
|
|
3436
3439
|
font-style: normal;
|
|
3437
3440
|
font-weight: normal;
|
|
@@ -3465,7 +3468,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3465
3468
|
|
|
3466
3469
|
.e-pv-properties-formfield-label {
|
|
3467
3470
|
color: #757575;
|
|
3468
|
-
font-family: Roboto;
|
|
3471
|
+
font-family: "Roboto";
|
|
3469
3472
|
font-size: 13px;
|
|
3470
3473
|
font-style: normal;
|
|
3471
3474
|
font-weight: normal;
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
font-family: "e-icons";
|
|
92
92
|
}
|
|
93
93
|
.e-pdfviewer .e-pv-search-close::before {
|
|
94
|
-
content: "\
|
|
94
|
+
content: "\e754";
|
|
95
95
|
font-family: "e-icons";
|
|
96
96
|
}
|
|
97
97
|
.e-pdfviewer .e-pv-formdesigner-icon::before {
|
|
@@ -437,6 +437,7 @@
|
|
|
437
437
|
}
|
|
438
438
|
|
|
439
439
|
/*! component layout */
|
|
440
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
440
441
|
.e-pdfviewer .e-pv-viewer-container {
|
|
441
442
|
border-style: solid;
|
|
442
443
|
border-width: 1px 1px 1px 0;
|
|
@@ -599,6 +600,8 @@
|
|
|
599
600
|
width: 20px;
|
|
600
601
|
}
|
|
601
602
|
|
|
603
|
+
/* stylelint-disable value-no-vendor-prefix */
|
|
604
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
602
605
|
.e-pv-viewer-container {
|
|
603
606
|
background-color: #343a40;
|
|
604
607
|
border-color: #343a40;
|
|
@@ -3377,7 +3380,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3377
3380
|
-webkit-user-select: none;
|
|
3378
3381
|
color: #fff;
|
|
3379
3382
|
display: block;
|
|
3380
|
-
font-family: Roboto;
|
|
3383
|
+
font-family: "Roboto";
|
|
3381
3384
|
font-family: inherit;
|
|
3382
3385
|
font-size: 20px;
|
|
3383
3386
|
font-style: normal;
|
|
@@ -3395,7 +3398,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3395
3398
|
}
|
|
3396
3399
|
|
|
3397
3400
|
.e-pv-form-field-property-header-general {
|
|
3398
|
-
font-family: Roboto;
|
|
3401
|
+
font-family: "Roboto";
|
|
3399
3402
|
font-family: inherit;
|
|
3400
3403
|
font-size: 12px;
|
|
3401
3404
|
font-style: normal;
|
|
@@ -3405,7 +3408,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3405
3408
|
|
|
3406
3409
|
.e-pv-properties-formfield-formatting {
|
|
3407
3410
|
color: #e9ecef;
|
|
3408
|
-
font-family: Roboto;
|
|
3411
|
+
font-family: "Roboto";
|
|
3409
3412
|
font-size: 12px;
|
|
3410
3413
|
font-style: normal;
|
|
3411
3414
|
font-weight: normal;
|
|
@@ -3448,7 +3451,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3448
3451
|
|
|
3449
3452
|
.e-pv-properties-formfield-label {
|
|
3450
3453
|
color: #e9ecef;
|
|
3451
|
-
font-family: Roboto;
|
|
3454
|
+
font-family: "Roboto";
|
|
3452
3455
|
font-family: inherit;
|
|
3453
3456
|
font-size: 12px;
|
|
3454
3457
|
font-style: normal;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
font-family: "e-icons";
|
|
92
92
|
}
|
|
93
93
|
.e-pdfviewer .e-pv-search-close::before {
|
|
94
|
-
content: "\
|
|
94
|
+
content: "\e754";
|
|
95
95
|
font-family: "e-icons";
|
|
96
96
|
}
|
|
97
97
|
.e-pdfviewer .e-pv-formdesigner-icon::before {
|
|
@@ -437,6 +437,7 @@
|
|
|
437
437
|
}
|
|
438
438
|
|
|
439
439
|
/*! component layout */
|
|
440
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
440
441
|
.e-pdfviewer .e-pv-viewer-container {
|
|
441
442
|
border-style: solid;
|
|
442
443
|
border-width: 1px 1px 1px 0;
|
|
@@ -599,6 +600,8 @@
|
|
|
599
600
|
width: 20px;
|
|
600
601
|
}
|
|
601
602
|
|
|
603
|
+
/* stylelint-disable value-no-vendor-prefix */
|
|
604
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
602
605
|
.e-pv-viewer-container {
|
|
603
606
|
background-color: #e9ecef;
|
|
604
607
|
border-color: #e9ecef;
|
|
@@ -3377,7 +3380,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3377
3380
|
-webkit-user-select: none;
|
|
3378
3381
|
color: #212529;
|
|
3379
3382
|
display: block;
|
|
3380
|
-
font-family: Roboto;
|
|
3383
|
+
font-family: "Roboto";
|
|
3381
3384
|
font-family: inherit;
|
|
3382
3385
|
font-size: 20px;
|
|
3383
3386
|
font-style: normal;
|
|
@@ -3395,7 +3398,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3395
3398
|
}
|
|
3396
3399
|
|
|
3397
3400
|
.e-pv-form-field-property-header-general {
|
|
3398
|
-
font-family: Roboto;
|
|
3401
|
+
font-family: "Roboto";
|
|
3399
3402
|
font-family: inherit;
|
|
3400
3403
|
font-size: 12px;
|
|
3401
3404
|
font-style: normal;
|
|
@@ -3405,7 +3408,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3405
3408
|
|
|
3406
3409
|
.e-pv-properties-formfield-formatting {
|
|
3407
3410
|
color: #343a40;
|
|
3408
|
-
font-family: Roboto;
|
|
3411
|
+
font-family: "Roboto";
|
|
3409
3412
|
font-size: 12px;
|
|
3410
3413
|
font-style: normal;
|
|
3411
3414
|
font-weight: normal;
|
|
@@ -3448,7 +3451,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3448
3451
|
|
|
3449
3452
|
.e-pv-properties-formfield-label {
|
|
3450
3453
|
color: #343a40;
|
|
3451
|
-
font-family: Roboto;
|
|
3454
|
+
font-family: "Roboto";
|
|
3452
3455
|
font-family: inherit;
|
|
3453
3456
|
font-size: 12px;
|
|
3454
3457
|
font-style: normal;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -439,6 +439,7 @@
|
|
|
439
439
|
}
|
|
440
440
|
|
|
441
441
|
/*! component layout */
|
|
442
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
442
443
|
.e-pdfviewer .e-pv-viewer-container {
|
|
443
444
|
border-style: solid;
|
|
444
445
|
border-width: 0;
|
|
@@ -601,6 +602,8 @@
|
|
|
601
602
|
width: 20px;
|
|
602
603
|
}
|
|
603
604
|
|
|
605
|
+
/* stylelint-disable value-no-vendor-prefix */
|
|
606
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
604
607
|
.e-pv-viewer-container {
|
|
605
608
|
background-color: #201f1f;
|
|
606
609
|
border-color: #6f6c6c;
|
|
@@ -3094,7 +3097,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3094
3097
|
-webkit-user-select: none;
|
|
3095
3098
|
color: #dadada;
|
|
3096
3099
|
display: block;
|
|
3097
|
-
font-family: Roboto;
|
|
3100
|
+
font-family: "Roboto";
|
|
3098
3101
|
font-size: 20px;
|
|
3099
3102
|
font-style: normal;
|
|
3100
3103
|
font-weight: 500;
|
|
@@ -3111,7 +3114,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3111
3114
|
}
|
|
3112
3115
|
|
|
3113
3116
|
.e-pv-form-field-property-header-general {
|
|
3114
|
-
font-family: Roboto;
|
|
3117
|
+
font-family: "Roboto";
|
|
3115
3118
|
font-size: 13px;
|
|
3116
3119
|
font-style: normal;
|
|
3117
3120
|
font-weight: 500;
|
|
@@ -3120,7 +3123,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3120
3123
|
|
|
3121
3124
|
.e-pv-properties-formfield-formatting {
|
|
3122
3125
|
color: #757575;
|
|
3123
|
-
font-family: Roboto;
|
|
3126
|
+
font-family: "Roboto";
|
|
3124
3127
|
font-size: 13px;
|
|
3125
3128
|
font-style: normal;
|
|
3126
3129
|
font-weight: normal;
|
|
@@ -3154,7 +3157,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3154
3157
|
|
|
3155
3158
|
.e-pv-properties-formfield-label {
|
|
3156
3159
|
color: #757575;
|
|
3157
|
-
font-family: Roboto;
|
|
3160
|
+
font-family: "Roboto";
|
|
3158
3161
|
font-size: 13px;
|
|
3159
3162
|
font-style: normal;
|
|
3160
3163
|
font-weight: normal;
|
package/styles/fabric.css
CHANGED
|
@@ -446,6 +446,7 @@
|
|
|
446
446
|
}
|
|
447
447
|
|
|
448
448
|
/*! component layout */
|
|
449
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
449
450
|
.e-pdfviewer .e-pv-viewer-container {
|
|
450
451
|
border-style: solid;
|
|
451
452
|
border-width: 0;
|
|
@@ -608,6 +609,8 @@
|
|
|
608
609
|
width: 20px;
|
|
609
610
|
}
|
|
610
611
|
|
|
612
|
+
/* stylelint-disable value-no-vendor-prefix */
|
|
613
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
611
614
|
.e-pv-viewer-container {
|
|
612
615
|
background-color: #d0d0d0;
|
|
613
616
|
border-color: #fff;
|
|
@@ -3107,7 +3110,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3107
3110
|
-webkit-user-select: none;
|
|
3108
3111
|
color: #333;
|
|
3109
3112
|
display: block;
|
|
3110
|
-
font-family: Roboto;
|
|
3113
|
+
font-family: "Roboto";
|
|
3111
3114
|
font-size: 20px;
|
|
3112
3115
|
font-style: normal;
|
|
3113
3116
|
font-weight: 500;
|
|
@@ -3124,7 +3127,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3124
3127
|
}
|
|
3125
3128
|
|
|
3126
3129
|
.e-pv-form-field-property-header-general {
|
|
3127
|
-
font-family: Roboto;
|
|
3130
|
+
font-family: "Roboto";
|
|
3128
3131
|
font-size: 13px;
|
|
3129
3132
|
font-style: normal;
|
|
3130
3133
|
font-weight: 500;
|
|
@@ -3133,7 +3136,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3133
3136
|
|
|
3134
3137
|
.e-pv-properties-formfield-formatting {
|
|
3135
3138
|
color: #757575;
|
|
3136
|
-
font-family: Roboto;
|
|
3139
|
+
font-family: "Roboto";
|
|
3137
3140
|
font-size: 13px;
|
|
3138
3141
|
font-style: normal;
|
|
3139
3142
|
font-weight: normal;
|
|
@@ -3167,7 +3170,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3167
3170
|
|
|
3168
3171
|
.e-pv-properties-formfield-label {
|
|
3169
3172
|
color: #757575;
|
|
3170
|
-
font-family: Roboto;
|
|
3173
|
+
font-family: "Roboto";
|
|
3171
3174
|
font-size: 13px;
|
|
3172
3175
|
font-style: normal;
|
|
3173
3176
|
font-weight: normal;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -435,6 +435,7 @@
|
|
|
435
435
|
}
|
|
436
436
|
|
|
437
437
|
/*! component layout */
|
|
438
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
438
439
|
.e-pdfviewer .e-pv-viewer-container {
|
|
439
440
|
border-style: solid;
|
|
440
441
|
border-width: 1px 1px 1px 0;
|
|
@@ -597,6 +598,8 @@
|
|
|
597
598
|
width: 20px;
|
|
598
599
|
}
|
|
599
600
|
|
|
601
|
+
/* stylelint-disable value-no-vendor-prefix */
|
|
602
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
600
603
|
.e-pv-viewer-container {
|
|
601
604
|
background-color: #323130;
|
|
602
605
|
border-color: #323130;
|
|
@@ -3322,7 +3325,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3322
3325
|
|
|
3323
3326
|
.e-pv-properties-formfield-formatting {
|
|
3324
3327
|
color: #d2d0ce;
|
|
3325
|
-
font-family: Roboto;
|
|
3328
|
+
font-family: "Roboto";
|
|
3326
3329
|
font-size: 14px;
|
|
3327
3330
|
font-style: normal;
|
|
3328
3331
|
font-weight: normal;
|
|
@@ -3366,7 +3369,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3366
3369
|
|
|
3367
3370
|
.e-pv-properties-formfield-label {
|
|
3368
3371
|
color: #d2d0ce;
|
|
3369
|
-
font-family: Roboto;
|
|
3372
|
+
font-family: "Roboto";
|
|
3370
3373
|
font-size: 14px;
|
|
3371
3374
|
font-style: normal;
|
|
3372
3375
|
font-weight: normal;
|
package/styles/fluent.css
CHANGED
|
@@ -435,6 +435,7 @@
|
|
|
435
435
|
}
|
|
436
436
|
|
|
437
437
|
/*! component layout */
|
|
438
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
438
439
|
.e-pdfviewer .e-pv-viewer-container {
|
|
439
440
|
border-style: solid;
|
|
440
441
|
border-width: 1px 1px 1px 0;
|
|
@@ -597,6 +598,8 @@
|
|
|
597
598
|
width: 20px;
|
|
598
599
|
}
|
|
599
600
|
|
|
601
|
+
/* stylelint-disable value-no-vendor-prefix */
|
|
602
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
600
603
|
.e-pv-viewer-container {
|
|
601
604
|
background-color: #e1dfdd;
|
|
602
605
|
border-color: #e1dfdd;
|
|
@@ -3322,7 +3325,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3322
3325
|
|
|
3323
3326
|
.e-pv-properties-formfield-formatting {
|
|
3324
3327
|
color: #323130;
|
|
3325
|
-
font-family: Roboto;
|
|
3328
|
+
font-family: "Roboto";
|
|
3326
3329
|
font-size: 14px;
|
|
3327
3330
|
font-style: normal;
|
|
3328
3331
|
font-weight: normal;
|
|
@@ -3366,7 +3369,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3366
3369
|
|
|
3367
3370
|
.e-pv-properties-formfield-label {
|
|
3368
3371
|
color: #323130;
|
|
3369
|
-
font-family: Roboto;
|
|
3372
|
+
font-family: "Roboto";
|
|
3370
3373
|
font-size: 14px;
|
|
3371
3374
|
font-style: normal;
|
|
3372
3375
|
font-weight: normal;
|
|
@@ -429,6 +429,7 @@
|
|
|
429
429
|
}
|
|
430
430
|
|
|
431
431
|
/*! component layout */
|
|
432
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
432
433
|
.e-pdfviewer .e-pv-viewer-container {
|
|
433
434
|
border-style: solid;
|
|
434
435
|
border-width: 0 1px 1px 1px;
|
|
@@ -591,6 +592,8 @@
|
|
|
591
592
|
width: 20px;
|
|
592
593
|
}
|
|
593
594
|
|
|
595
|
+
/* stylelint-disable value-no-vendor-prefix */
|
|
596
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
594
597
|
.e-pv-viewer-container {
|
|
595
598
|
background-color: #fff;
|
|
596
599
|
border-color: #757575;
|
|
@@ -3084,7 +3087,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3084
3087
|
-webkit-user-select: none;
|
|
3085
3088
|
color: #000;
|
|
3086
3089
|
display: block;
|
|
3087
|
-
font-family: Roboto;
|
|
3090
|
+
font-family: "Roboto";
|
|
3088
3091
|
font-size: 20px;
|
|
3089
3092
|
font-style: normal;
|
|
3090
3093
|
font-weight: 500;
|
|
@@ -3101,7 +3104,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3101
3104
|
}
|
|
3102
3105
|
|
|
3103
3106
|
.e-pv-form-field-property-header-general {
|
|
3104
|
-
font-family: Roboto;
|
|
3107
|
+
font-family: "Roboto";
|
|
3105
3108
|
font-size: 13px;
|
|
3106
3109
|
font-style: normal;
|
|
3107
3110
|
font-weight: 500;
|
|
@@ -3110,7 +3113,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3110
3113
|
|
|
3111
3114
|
.e-pv-properties-formfield-formatting {
|
|
3112
3115
|
color: #757575;
|
|
3113
|
-
font-family: Roboto;
|
|
3116
|
+
font-family: "Roboto";
|
|
3114
3117
|
font-size: 13px;
|
|
3115
3118
|
font-style: normal;
|
|
3116
3119
|
font-weight: normal;
|
|
@@ -3144,7 +3147,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3144
3147
|
|
|
3145
3148
|
.e-pv-properties-formfield-label {
|
|
3146
3149
|
color: #757575;
|
|
3147
|
-
font-family: Roboto;
|
|
3150
|
+
font-family: "Roboto";
|
|
3148
3151
|
font-size: 13px;
|
|
3149
3152
|
font-style: normal;
|
|
3150
3153
|
font-weight: normal;
|
package/styles/highcontrast.css
CHANGED
|
@@ -429,6 +429,7 @@
|
|
|
429
429
|
}
|
|
430
430
|
|
|
431
431
|
/*! component layout */
|
|
432
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
432
433
|
.e-pdfviewer .e-pv-viewer-container {
|
|
433
434
|
border-style: solid;
|
|
434
435
|
border-width: 0 1px 1px 1px;
|
|
@@ -591,6 +592,8 @@
|
|
|
591
592
|
width: 20px;
|
|
592
593
|
}
|
|
593
594
|
|
|
595
|
+
/* stylelint-disable value-no-vendor-prefix */
|
|
596
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
594
597
|
.e-pv-viewer-container {
|
|
595
598
|
background-color: #000;
|
|
596
599
|
border-color: #969696;
|
|
@@ -3093,7 +3096,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3093
3096
|
-webkit-user-select: none;
|
|
3094
3097
|
color: #fff;
|
|
3095
3098
|
display: block;
|
|
3096
|
-
font-family: Roboto;
|
|
3099
|
+
font-family: "Roboto";
|
|
3097
3100
|
font-size: 20px;
|
|
3098
3101
|
font-style: normal;
|
|
3099
3102
|
font-weight: 500;
|
|
@@ -3110,7 +3113,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3110
3113
|
}
|
|
3111
3114
|
|
|
3112
3115
|
.e-pv-form-field-property-header-general {
|
|
3113
|
-
font-family: Roboto;
|
|
3116
|
+
font-family: "Roboto";
|
|
3114
3117
|
font-size: 13px;
|
|
3115
3118
|
font-style: normal;
|
|
3116
3119
|
font-weight: 500;
|
|
@@ -3123,7 +3126,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3123
3126
|
|
|
3124
3127
|
.e-pv-properties-formfield-formatting {
|
|
3125
3128
|
color: #757575;
|
|
3126
|
-
font-family: Roboto;
|
|
3129
|
+
font-family: "Roboto";
|
|
3127
3130
|
font-size: 13px;
|
|
3128
3131
|
font-style: normal;
|
|
3129
3132
|
font-weight: normal;
|
|
@@ -3157,7 +3160,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3157
3160
|
|
|
3158
3161
|
.e-pv-properties-formfield-label {
|
|
3159
3162
|
color: #757575;
|
|
3160
|
-
font-family: Roboto;
|
|
3163
|
+
font-family: "Roboto";
|
|
3161
3164
|
font-size: 13px;
|
|
3162
3165
|
font-style: normal;
|
|
3163
3166
|
font-weight: normal;
|
package/styles/material-dark.css
CHANGED
|
@@ -433,6 +433,7 @@
|
|
|
433
433
|
}
|
|
434
434
|
|
|
435
435
|
/*! component layout */
|
|
436
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
436
437
|
.e-pdfviewer .e-pv-viewer-container {
|
|
437
438
|
border-style: solid;
|
|
438
439
|
border-width: 1px 1px 1px 0;
|
|
@@ -595,6 +596,8 @@
|
|
|
595
596
|
width: 20px;
|
|
596
597
|
}
|
|
597
598
|
|
|
599
|
+
/* stylelint-disable value-no-vendor-prefix */
|
|
600
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
598
601
|
.e-pv-viewer-container {
|
|
599
602
|
background-color: #303030;
|
|
600
603
|
border-color: #616161;
|
|
@@ -3088,7 +3091,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3088
3091
|
-webkit-user-select: none;
|
|
3089
3092
|
color: #fff;
|
|
3090
3093
|
display: block;
|
|
3091
|
-
font-family: Roboto;
|
|
3094
|
+
font-family: "Roboto";
|
|
3092
3095
|
font-size: 20px;
|
|
3093
3096
|
font-style: normal;
|
|
3094
3097
|
font-weight: 500;
|
|
@@ -3105,7 +3108,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3105
3108
|
}
|
|
3106
3109
|
|
|
3107
3110
|
.e-pv-form-field-property-header-general {
|
|
3108
|
-
font-family: Roboto;
|
|
3111
|
+
font-family: "Roboto";
|
|
3109
3112
|
font-size: 13px;
|
|
3110
3113
|
font-style: normal;
|
|
3111
3114
|
font-weight: 500;
|
|
@@ -3114,7 +3117,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3114
3117
|
|
|
3115
3118
|
.e-pv-properties-formfield-formatting {
|
|
3116
3119
|
color: #757575;
|
|
3117
|
-
font-family: Roboto;
|
|
3120
|
+
font-family: "Roboto";
|
|
3118
3121
|
font-size: 13px;
|
|
3119
3122
|
font-style: normal;
|
|
3120
3123
|
font-weight: normal;
|
|
@@ -3148,7 +3151,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3148
3151
|
|
|
3149
3152
|
.e-pv-properties-formfield-label {
|
|
3150
3153
|
color: #757575;
|
|
3151
|
-
font-family: Roboto;
|
|
3154
|
+
font-family: "Roboto";
|
|
3152
3155
|
font-size: 13px;
|
|
3153
3156
|
font-style: normal;
|
|
3154
3157
|
font-weight: normal;
|
package/styles/material.css
CHANGED
|
@@ -433,6 +433,7 @@
|
|
|
433
433
|
}
|
|
434
434
|
|
|
435
435
|
/*! component layout */
|
|
436
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
436
437
|
.e-pdfviewer .e-pv-viewer-container {
|
|
437
438
|
border-style: solid;
|
|
438
439
|
border-width: 1px 1px 1px 0;
|
|
@@ -595,6 +596,8 @@
|
|
|
595
596
|
width: 20px;
|
|
596
597
|
}
|
|
597
598
|
|
|
599
|
+
/* stylelint-disable value-no-vendor-prefix */
|
|
600
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
598
601
|
.e-pv-viewer-container {
|
|
599
602
|
background-color: #e0e0e0;
|
|
600
603
|
border-color: #e0e0e0;
|
|
@@ -3090,7 +3093,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3090
3093
|
-webkit-user-select: none;
|
|
3091
3094
|
color: #000;
|
|
3092
3095
|
display: block;
|
|
3093
|
-
font-family: Roboto;
|
|
3096
|
+
font-family: "Roboto";
|
|
3094
3097
|
font-size: 20px;
|
|
3095
3098
|
font-style: normal;
|
|
3096
3099
|
font-weight: 500;
|
|
@@ -3107,7 +3110,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3107
3110
|
}
|
|
3108
3111
|
|
|
3109
3112
|
.e-pv-form-field-property-header-general {
|
|
3110
|
-
font-family: Roboto;
|
|
3113
|
+
font-family: "Roboto";
|
|
3111
3114
|
font-size: 13px;
|
|
3112
3115
|
font-style: normal;
|
|
3113
3116
|
font-weight: 500;
|
|
@@ -3116,7 +3119,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3116
3119
|
|
|
3117
3120
|
.e-pv-properties-formfield-formatting {
|
|
3118
3121
|
color: #757575;
|
|
3119
|
-
font-family: Roboto;
|
|
3122
|
+
font-family: "Roboto";
|
|
3120
3123
|
font-size: 13px;
|
|
3121
3124
|
font-style: normal;
|
|
3122
3125
|
font-weight: normal;
|
|
@@ -3150,7 +3153,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3150
3153
|
|
|
3151
3154
|
.e-pv-properties-formfield-label {
|
|
3152
3155
|
color: #757575;
|
|
3153
|
-
font-family: Roboto;
|
|
3156
|
+
font-family: "Roboto";
|
|
3154
3157
|
font-size: 13px;
|
|
3155
3158
|
font-style: normal;
|
|
3156
3159
|
font-weight: normal;
|