@syncfusion/ej2-angular-documenteditor 20.2.46-ngcc → 20.2.48
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/document-editor/documenteditor-all.module.mjs +113 -0
- package/esm2020/src/document-editor/documenteditor.component.mjs +262 -0
- package/esm2020/src/document-editor/documenteditor.module.mjs +25 -0
- package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +29 -0
- package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +66 -0
- package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +25 -0
- package/esm2020/src/index.mjs +8 -0
- package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +506 -0
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +506 -0
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +1 -0
- package/package.json +29 -15
- package/src/document-editor/documenteditor-all.module.d.ts +6 -0
- package/src/document-editor/documenteditor.component.d.ts +3 -0
- package/src/document-editor/documenteditor.module.d.ts +6 -0
- package/src/document-editor-container/documenteditorcontainer-all.module.d.ts +6 -0
- package/src/document-editor-container/documenteditorcontainer.component.d.ts +3 -0
- package/src/document-editor-container/documenteditorcontainer.module.d.ts +6 -0
- package/styles/bootstrap-dark.css +14 -1
- package/styles/bootstrap.css +14 -1
- package/styles/bootstrap4.css +14 -1
- package/styles/bootstrap5-dark.css +15 -3
- package/styles/bootstrap5.css +15 -3
- package/styles/document-editor/_all.scss +3 -0
- package/styles/document-editor/_bootstrap-dark-definition.scss +544 -0
- package/styles/document-editor/_bootstrap-definition.scss +543 -0
- package/styles/document-editor/_bootstrap4-definition.scss +556 -0
- package/styles/document-editor/_bootstrap5-dark-definition.scss +1 -0
- package/styles/document-editor/_bootstrap5-definition.scss +557 -0
- package/styles/document-editor/_fabric-dark-definition.scss +546 -0
- package/styles/document-editor/_fabric-definition.scss +545 -0
- package/styles/document-editor/_fluent-dark-definition.scss +1 -0
- package/styles/document-editor/_fluent-definition.scss +566 -0
- package/styles/document-editor/_fusionnew-definition.scss +557 -0
- package/styles/document-editor/_highcontrast-definition.scss +545 -0
- package/styles/document-editor/_highcontrast-light-definition.scss +2985 -0
- package/styles/document-editor/_layout.scss +216 -0
- package/styles/document-editor/_material-dark-definition.scss +562 -0
- package/styles/document-editor/_material-definition.scss +562 -0
- package/styles/document-editor/_material3-definition.scss +557 -0
- package/styles/document-editor/_tailwind-dark-definition.scss +1 -0
- package/styles/document-editor/_tailwind-definition.scss +554 -0
- package/styles/document-editor/_theme.scss +3391 -0
- package/styles/document-editor/bootstrap-dark.css +5 -0
- package/styles/document-editor/bootstrap-dark.scss +4 -1
- package/styles/document-editor/bootstrap.css +5 -0
- package/styles/document-editor/bootstrap.scss +4 -1
- package/styles/document-editor/bootstrap4.css +5 -0
- package/styles/document-editor/bootstrap4.scss +4 -1
- package/styles/document-editor/bootstrap5-dark.css +5 -0
- package/styles/document-editor/bootstrap5-dark.scss +4 -1
- package/styles/document-editor/bootstrap5.css +5 -0
- package/styles/document-editor/bootstrap5.scss +4 -1
- package/styles/document-editor/fabric-dark.css +5 -0
- package/styles/document-editor/fabric-dark.scss +4 -1
- package/styles/document-editor/fabric.css +5 -0
- package/styles/document-editor/fabric.scss +4 -1
- package/styles/document-editor/fluent-dark.css +5 -0
- package/styles/document-editor/fluent-dark.scss +4 -1
- package/styles/document-editor/fluent.css +5 -0
- package/styles/document-editor/fluent.scss +4 -1
- package/styles/document-editor/highcontrast-light.css +18 -14
- package/styles/document-editor/highcontrast-light.scss +4 -1
- package/styles/document-editor/highcontrast.css +5 -0
- package/styles/document-editor/highcontrast.scss +4 -1
- package/styles/document-editor/icons/_bootstrap-dark.scss +607 -0
- package/styles/document-editor/icons/_bootstrap.scss +607 -0
- package/styles/document-editor/icons/_bootstrap4.scss +592 -0
- package/styles/document-editor/icons/_bootstrap5-dark.scss +1 -0
- package/styles/document-editor/icons/_bootstrap5.scss +642 -0
- package/styles/document-editor/icons/_fabric-dark.scss +607 -0
- package/styles/document-editor/icons/_fabric.scss +607 -0
- package/styles/document-editor/icons/_fluent-dark.scss +1 -0
- package/styles/document-editor/icons/_fluent.scss +640 -0
- package/styles/document-editor/icons/_fusionnew.scss +642 -0
- package/styles/document-editor/icons/_highcontrast-light.scss +612 -0
- package/styles/document-editor/icons/_highcontrast.scss +607 -0
- package/styles/document-editor/icons/_material-dark.scss +600 -0
- package/styles/document-editor/icons/_material.scss +600 -0
- package/styles/document-editor/icons/_material3.scss +642 -0
- package/styles/document-editor/icons/_tailwind-dark.scss +642 -0
- package/styles/document-editor/icons/_tailwind.scss +642 -0
- package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +171 -0
- package/styles/document-editor/material-dark.css +5 -0
- package/styles/document-editor/material-dark.scss +4 -1
- package/styles/document-editor/material.css +5 -0
- package/styles/document-editor/material.scss +4 -1
- package/styles/document-editor/tailwind-dark.css +5 -0
- package/styles/document-editor/tailwind-dark.scss +4 -1
- package/styles/document-editor/tailwind.css +5 -0
- package/styles/document-editor/tailwind.scss +4 -1
- package/styles/document-editor-container/_all.scss +2 -0
- package/styles/document-editor-container/_bootstrap-dark-definition.scss +127 -0
- package/styles/document-editor-container/_bootstrap-definition.scss +127 -0
- package/styles/document-editor-container/_bootstrap4-definition.scss +143 -0
- package/styles/document-editor-container/_bootstrap5-dark-definition.scss +1 -0
- package/styles/document-editor-container/_bootstrap5-definition.scss +153 -0
- package/styles/document-editor-container/_definition.scss +11 -0
- package/styles/document-editor-container/_fabric-dark-definition.scss +132 -0
- package/styles/document-editor-container/_fabric-definition.scss +129 -0
- package/styles/document-editor-container/_fluent-dark-definition.scss +1 -0
- package/styles/document-editor-container/_fluent-definition.scss +154 -0
- package/styles/document-editor-container/_fusionnew-definition.scss +153 -0
- package/styles/document-editor-container/_highcontrast-definition.scss +130 -0
- package/styles/document-editor-container/_highcontrast-light-definition.scss +133 -0
- package/styles/document-editor-container/_layout.scss +87 -0
- package/styles/document-editor-container/_material-dark-definition.scss +131 -0
- package/styles/document-editor-container/_material-definition.scss +130 -0
- package/styles/document-editor-container/_material3-definition.scss +153 -0
- package/styles/document-editor-container/_tailwind-dark-definition.scss +1 -0
- package/styles/document-editor-container/_tailwind-definition.scss +147 -0
- package/styles/document-editor-container/_theme.scss +2001 -0
- package/styles/document-editor-container/bootstrap-dark.css +9 -1
- package/styles/document-editor-container/bootstrap-dark.scss +5 -1
- package/styles/document-editor-container/bootstrap.css +9 -1
- package/styles/document-editor-container/bootstrap.scss +5 -1
- package/styles/document-editor-container/bootstrap4.css +9 -1
- package/styles/document-editor-container/bootstrap4.scss +5 -1
- package/styles/document-editor-container/bootstrap5-dark.css +10 -3
- package/styles/document-editor-container/bootstrap5-dark.scss +5 -1
- package/styles/document-editor-container/bootstrap5.css +10 -3
- package/styles/document-editor-container/bootstrap5.scss +5 -1
- package/styles/document-editor-container/fabric-dark.css +9 -1
- package/styles/document-editor-container/fabric-dark.scss +5 -1
- package/styles/document-editor-container/fabric.css +9 -1
- package/styles/document-editor-container/fabric.scss +5 -1
- package/styles/document-editor-container/fluent-dark.css +10 -3
- package/styles/document-editor-container/fluent-dark.scss +5 -1
- package/styles/document-editor-container/fluent.css +10 -3
- package/styles/document-editor-container/fluent.scss +5 -1
- package/styles/document-editor-container/highcontrast-light.css +23 -15
- package/styles/document-editor-container/highcontrast-light.scss +5 -1
- package/styles/document-editor-container/highcontrast.css +9 -1
- package/styles/document-editor-container/highcontrast.scss +5 -1
- package/styles/document-editor-container/icons/_bootstrap-dark.scss +402 -0
- package/styles/document-editor-container/icons/_bootstrap.scss +402 -0
- package/styles/document-editor-container/icons/_bootstrap4.scss +402 -0
- package/styles/document-editor-container/icons/_bootstrap5-dark.scss +1 -0
- package/styles/document-editor-container/icons/_bootstrap5.scss +428 -0
- package/styles/document-editor-container/icons/_fabric-dark.scss +402 -0
- package/styles/document-editor-container/icons/_fabric.scss +402 -0
- package/styles/document-editor-container/icons/_fluent-dark.scss +1 -0
- package/styles/document-editor-container/icons/_fluent.scss +428 -0
- package/styles/document-editor-container/icons/_fusionnew.scss +428 -0
- package/styles/document-editor-container/icons/_highcontrast-light.scss +402 -0
- package/styles/document-editor-container/icons/_highcontrast.scss +402 -0
- package/styles/document-editor-container/icons/_material-dark.scss +404 -0
- package/styles/document-editor-container/icons/_material.scss +404 -0
- package/styles/document-editor-container/icons/_material3.scss +428 -0
- package/styles/document-editor-container/icons/_tailwind-dark.scss +428 -0
- package/styles/document-editor-container/icons/_tailwind.scss +428 -0
- package/styles/document-editor-container/material-dark.css +9 -1
- package/styles/document-editor-container/material-dark.scss +5 -1
- package/styles/document-editor-container/material.css +9 -1
- package/styles/document-editor-container/material.scss +5 -1
- package/styles/document-editor-container/tailwind-dark.css +10 -3
- package/styles/document-editor-container/tailwind-dark.scss +5 -1
- package/styles/document-editor-container/tailwind.css +10 -3
- package/styles/document-editor-container/tailwind.scss +5 -1
- package/styles/fabric-dark.css +14 -1
- package/styles/fabric.css +14 -1
- package/styles/fluent-dark.css +15 -3
- package/styles/fluent.css +15 -3
- package/styles/highcontrast-light.css +27 -15
- package/styles/highcontrast.css +14 -1
- package/styles/material-dark.css +14 -1
- package/styles/material.css +14 -1
- package/styles/tailwind-dark.css +15 -3
- package/styles/tailwind.css +15 -3
- package/syncfusion-ej2-angular-documenteditor.d.ts +5 -0
- package/@syncfusion/ej2-angular-documenteditor.es5.js +0 -574
- package/@syncfusion/ej2-angular-documenteditor.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-documenteditor.js +0 -544
- package/@syncfusion/ej2-angular-documenteditor.js.map +0 -1
- package/CHANGELOG.md +0 -3085
- package/dist/ej2-angular-documenteditor.umd.js +0 -842
- package/dist/ej2-angular-documenteditor.umd.js.map +0 -1
- package/dist/ej2-angular-documenteditor.umd.min.js +0 -11
- package/dist/ej2-angular-documenteditor.umd.min.js.map +0 -1
- package/ej2-angular-documenteditor.d.ts +0 -6
- package/ej2-angular-documenteditor.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
- package/schematics/collection.json +0 -15
- package/schematics/generators/documenteditorcontainer-default/index.d.ts +0 -3
- package/schematics/generators/documenteditorcontainer-default/index.js +0 -8
- package/schematics/generators/documenteditorcontainer-default/sample-details.d.ts +0 -5
- package/schematics/generators/documenteditorcontainer-default/sample-details.js +0 -7
- package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
- package/schematics/generators/documenteditorcontainer-default/schema.d.ts +0 -3
- package/schematics/generators/documenteditorcontainer-default/schema.js +0 -2
- package/schematics/generators/documenteditorcontainer-default/schema.json +0 -125
- 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
|
@@ -394,6 +394,11 @@
|
|
|
394
394
|
font-family: "e-icons";
|
|
395
395
|
}
|
|
396
396
|
|
|
397
|
+
.e-de-e-paragraph-mark::before {
|
|
398
|
+
content: "\e353";
|
|
399
|
+
font-family: "e-icons";
|
|
400
|
+
}
|
|
401
|
+
|
|
397
402
|
.e-de-toolbar {
|
|
398
403
|
height: 100%;
|
|
399
404
|
}
|
|
@@ -438,13 +443,14 @@
|
|
|
438
443
|
|
|
439
444
|
.e-de-ctnr-hglt-no-color {
|
|
440
445
|
font-size: 12px;
|
|
441
|
-
font-weight:
|
|
446
|
+
font-weight: normal;
|
|
442
447
|
left: 40px;
|
|
443
448
|
padding-top: 11px;
|
|
444
449
|
position: absolute;
|
|
445
450
|
top: 100px;
|
|
446
451
|
}
|
|
447
452
|
|
|
453
|
+
/* stylelint-disable */
|
|
448
454
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
449
455
|
width: 0;
|
|
450
456
|
}
|
|
@@ -454,6 +460,8 @@
|
|
|
454
460
|
scrollbar-width: none;
|
|
455
461
|
}
|
|
456
462
|
|
|
463
|
+
/* stylelint-enable */
|
|
464
|
+
/* stylelint-disable */
|
|
457
465
|
.e-de-toolbar {
|
|
458
466
|
height: 100%;
|
|
459
467
|
}
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/bootstrap-dark-definition.scss';
|
|
2
|
+
@import '../document-editor/bootstrap-dark-definition.scss';
|
|
3
|
+
@import 'bootstrap-dark-definition.scss';
|
|
4
|
+
@import 'icons/bootstrap-dark.scss';
|
|
5
|
+
@import 'all.scss';
|
|
@@ -394,6 +394,11 @@
|
|
|
394
394
|
font-family: "e-icons";
|
|
395
395
|
}
|
|
396
396
|
|
|
397
|
+
.e-de-e-paragraph-mark::before {
|
|
398
|
+
content: "\e353";
|
|
399
|
+
font-family: "e-icons";
|
|
400
|
+
}
|
|
401
|
+
|
|
397
402
|
.e-de-toolbar {
|
|
398
403
|
height: 100%;
|
|
399
404
|
}
|
|
@@ -438,13 +443,14 @@
|
|
|
438
443
|
|
|
439
444
|
.e-de-ctnr-hglt-no-color {
|
|
440
445
|
font-size: 12px;
|
|
441
|
-
font-weight:
|
|
446
|
+
font-weight: normal;
|
|
442
447
|
left: 40px;
|
|
443
448
|
padding-top: 11px;
|
|
444
449
|
position: absolute;
|
|
445
450
|
top: 100px;
|
|
446
451
|
}
|
|
447
452
|
|
|
453
|
+
/* stylelint-disable */
|
|
448
454
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
449
455
|
width: 0;
|
|
450
456
|
}
|
|
@@ -454,6 +460,8 @@
|
|
|
454
460
|
scrollbar-width: none;
|
|
455
461
|
}
|
|
456
462
|
|
|
463
|
+
/* stylelint-enable */
|
|
464
|
+
/* stylelint-disable */
|
|
457
465
|
.e-de-toolbar {
|
|
458
466
|
height: 100%;
|
|
459
467
|
}
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/bootstrap-definition.scss';
|
|
2
|
+
@import '../document-editor/bootstrap-definition.scss';
|
|
3
|
+
@import 'bootstrap-definition.scss';
|
|
4
|
+
@import 'icons/bootstrap.scss';
|
|
5
|
+
@import 'all.scss';
|
|
@@ -394,6 +394,11 @@
|
|
|
394
394
|
font-family: "e-icons";
|
|
395
395
|
}
|
|
396
396
|
|
|
397
|
+
.e-de-e-paragraph-mark::before {
|
|
398
|
+
content: "\e720";
|
|
399
|
+
font-family: "e-icons";
|
|
400
|
+
}
|
|
401
|
+
|
|
397
402
|
.e-de-toolbar {
|
|
398
403
|
height: 100%;
|
|
399
404
|
}
|
|
@@ -438,13 +443,14 @@
|
|
|
438
443
|
|
|
439
444
|
.e-de-ctnr-hglt-no-color {
|
|
440
445
|
font-size: 12px;
|
|
441
|
-
font-weight:
|
|
446
|
+
font-weight: normal;
|
|
442
447
|
left: 40px;
|
|
443
448
|
padding-top: 11px;
|
|
444
449
|
position: absolute;
|
|
445
450
|
top: 100px;
|
|
446
451
|
}
|
|
447
452
|
|
|
453
|
+
/* stylelint-disable */
|
|
448
454
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
449
455
|
width: 0;
|
|
450
456
|
}
|
|
@@ -454,6 +460,8 @@
|
|
|
454
460
|
scrollbar-width: none;
|
|
455
461
|
}
|
|
456
462
|
|
|
463
|
+
/* stylelint-enable */
|
|
464
|
+
/* stylelint-disable */
|
|
457
465
|
.e-de-toolbar {
|
|
458
466
|
height: 100%;
|
|
459
467
|
}
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/bootstrap4-definition.scss';
|
|
2
|
+
@import '../document-editor/bootstrap4-definition.scss';
|
|
3
|
+
@import 'bootstrap4-definition.scss';
|
|
4
|
+
@import 'icons/bootstrap4.scss';
|
|
5
|
+
@import 'all.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@charset "UTF-8";
|
|
2
1
|
.e-de-ctnr-close::before {
|
|
3
2
|
color: #adb5bd;
|
|
4
3
|
content: "\e7e7";
|
|
@@ -421,6 +420,11 @@
|
|
|
421
420
|
font-family: "e-icons";
|
|
422
421
|
}
|
|
423
422
|
|
|
423
|
+
.e-de-e-paragraph-mark::before {
|
|
424
|
+
content: "\e844";
|
|
425
|
+
font-family: "e-icons";
|
|
426
|
+
}
|
|
427
|
+
|
|
424
428
|
.e-de-toolbar {
|
|
425
429
|
height: 100%;
|
|
426
430
|
}
|
|
@@ -465,13 +469,14 @@
|
|
|
465
469
|
|
|
466
470
|
.e-de-ctnr-hglt-no-color {
|
|
467
471
|
font-size: 12px;
|
|
468
|
-
font-weight:
|
|
472
|
+
font-weight: normal;
|
|
469
473
|
left: 40px;
|
|
470
474
|
padding-top: 11px;
|
|
471
475
|
position: absolute;
|
|
472
476
|
top: 100px;
|
|
473
477
|
}
|
|
474
478
|
|
|
479
|
+
/* stylelint-disable */
|
|
475
480
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
476
481
|
width: 0;
|
|
477
482
|
}
|
|
@@ -481,6 +486,8 @@
|
|
|
481
486
|
scrollbar-width: none;
|
|
482
487
|
}
|
|
483
488
|
|
|
489
|
+
/* stylelint-enable */
|
|
490
|
+
/* stylelint-disable */
|
|
484
491
|
.e-de-toolbar {
|
|
485
492
|
height: 100%;
|
|
486
493
|
}
|
|
@@ -586,7 +593,7 @@
|
|
|
586
593
|
}
|
|
587
594
|
.e-bigger .e-de-ctn-title button {
|
|
588
595
|
font-size: 16px !important;
|
|
589
|
-
height: auto
|
|
596
|
+
height: auto !important;
|
|
590
597
|
margin: 0 !important;
|
|
591
598
|
}
|
|
592
599
|
.e-bigger .e-de-ctn-title button .e-btn-icon {
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/bootstrap5-dark-definition.scss';
|
|
2
|
+
@import '../document-editor/bootstrap5-dark-definition.scss';
|
|
3
|
+
@import 'bootstrap5-dark-definition.scss';
|
|
4
|
+
@import 'icons/bootstrap5-dark.scss';
|
|
5
|
+
@import 'all.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@charset "UTF-8";
|
|
2
1
|
.e-de-ctnr-close::before {
|
|
3
2
|
color: #6c757d;
|
|
4
3
|
content: "\e7e7";
|
|
@@ -421,6 +420,11 @@
|
|
|
421
420
|
font-family: "e-icons";
|
|
422
421
|
}
|
|
423
422
|
|
|
423
|
+
.e-de-e-paragraph-mark::before {
|
|
424
|
+
content: "\e844";
|
|
425
|
+
font-family: "e-icons";
|
|
426
|
+
}
|
|
427
|
+
|
|
424
428
|
.e-de-toolbar {
|
|
425
429
|
height: 100%;
|
|
426
430
|
}
|
|
@@ -465,13 +469,14 @@
|
|
|
465
469
|
|
|
466
470
|
.e-de-ctnr-hglt-no-color {
|
|
467
471
|
font-size: 12px;
|
|
468
|
-
font-weight:
|
|
472
|
+
font-weight: normal;
|
|
469
473
|
left: 40px;
|
|
470
474
|
padding-top: 11px;
|
|
471
475
|
position: absolute;
|
|
472
476
|
top: 100px;
|
|
473
477
|
}
|
|
474
478
|
|
|
479
|
+
/* stylelint-disable */
|
|
475
480
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
476
481
|
width: 0;
|
|
477
482
|
}
|
|
@@ -481,6 +486,8 @@
|
|
|
481
486
|
scrollbar-width: none;
|
|
482
487
|
}
|
|
483
488
|
|
|
489
|
+
/* stylelint-enable */
|
|
490
|
+
/* stylelint-disable */
|
|
484
491
|
.e-de-toolbar {
|
|
485
492
|
height: 100%;
|
|
486
493
|
}
|
|
@@ -586,7 +593,7 @@
|
|
|
586
593
|
}
|
|
587
594
|
.e-bigger .e-de-ctn-title button {
|
|
588
595
|
font-size: 16px !important;
|
|
589
|
-
height: auto
|
|
596
|
+
height: auto !important;
|
|
590
597
|
margin: 0 !important;
|
|
591
598
|
}
|
|
592
599
|
.e-bigger .e-de-ctn-title button .e-btn-icon {
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/bootstrap5-definition.scss';
|
|
2
|
+
@import '../document-editor/bootstrap5-definition.scss';
|
|
3
|
+
@import 'bootstrap5-definition.scss';
|
|
4
|
+
@import 'icons/bootstrap5.scss';
|
|
5
|
+
@import 'all.scss';
|
|
@@ -394,6 +394,11 @@
|
|
|
394
394
|
font-family: "e-icons";
|
|
395
395
|
}
|
|
396
396
|
|
|
397
|
+
.e-de-e-paragraph-mark::before {
|
|
398
|
+
content: "\e353";
|
|
399
|
+
font-family: "e-icons";
|
|
400
|
+
}
|
|
401
|
+
|
|
397
402
|
.e-de-toolbar {
|
|
398
403
|
height: 100%;
|
|
399
404
|
}
|
|
@@ -438,13 +443,14 @@
|
|
|
438
443
|
|
|
439
444
|
.e-de-ctnr-hglt-no-color {
|
|
440
445
|
font-size: 12px;
|
|
441
|
-
font-weight:
|
|
446
|
+
font-weight: normal;
|
|
442
447
|
left: 40px;
|
|
443
448
|
padding-top: 11px;
|
|
444
449
|
position: absolute;
|
|
445
450
|
top: 100px;
|
|
446
451
|
}
|
|
447
452
|
|
|
453
|
+
/* stylelint-disable */
|
|
448
454
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
449
455
|
width: 0;
|
|
450
456
|
}
|
|
@@ -454,6 +460,8 @@
|
|
|
454
460
|
scrollbar-width: none;
|
|
455
461
|
}
|
|
456
462
|
|
|
463
|
+
/* stylelint-enable */
|
|
464
|
+
/* stylelint-disable */
|
|
457
465
|
.e-de-toolbar {
|
|
458
466
|
height: 100%;
|
|
459
467
|
}
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/fabric-dark-definition.scss';
|
|
2
|
+
@import '../document-editor/fabric-dark-definition.scss';
|
|
3
|
+
@import 'fabric-dark-definition.scss';
|
|
4
|
+
@import 'icons/fabric-dark.scss';
|
|
5
|
+
@import 'all.scss';
|
|
@@ -394,6 +394,11 @@
|
|
|
394
394
|
font-family: "e-icons";
|
|
395
395
|
}
|
|
396
396
|
|
|
397
|
+
.e-de-e-paragraph-mark::before {
|
|
398
|
+
content: "\e353";
|
|
399
|
+
font-family: "e-icons";
|
|
400
|
+
}
|
|
401
|
+
|
|
397
402
|
.e-de-toolbar {
|
|
398
403
|
height: 100%;
|
|
399
404
|
}
|
|
@@ -438,13 +443,14 @@
|
|
|
438
443
|
|
|
439
444
|
.e-de-ctnr-hglt-no-color {
|
|
440
445
|
font-size: 12px;
|
|
441
|
-
font-weight:
|
|
446
|
+
font-weight: normal;
|
|
442
447
|
left: 40px;
|
|
443
448
|
padding-top: 11px;
|
|
444
449
|
position: absolute;
|
|
445
450
|
top: 100px;
|
|
446
451
|
}
|
|
447
452
|
|
|
453
|
+
/* stylelint-disable */
|
|
448
454
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
449
455
|
width: 0;
|
|
450
456
|
}
|
|
@@ -454,6 +460,8 @@
|
|
|
454
460
|
scrollbar-width: none;
|
|
455
461
|
}
|
|
456
462
|
|
|
463
|
+
/* stylelint-enable */
|
|
464
|
+
/* stylelint-disable */
|
|
457
465
|
.e-de-toolbar {
|
|
458
466
|
height: 100%;
|
|
459
467
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@charset "UTF-8";
|
|
2
1
|
.e-de-ctnr-close::before {
|
|
3
2
|
color: #a19f9d;
|
|
4
3
|
content: "\e7e7";
|
|
@@ -421,6 +420,11 @@
|
|
|
421
420
|
font-family: "e-icons";
|
|
422
421
|
}
|
|
423
422
|
|
|
423
|
+
.e-de-e-paragraph-mark::before {
|
|
424
|
+
content: "\e844";
|
|
425
|
+
font-family: "e-icons";
|
|
426
|
+
}
|
|
427
|
+
|
|
424
428
|
.e-de-toolbar {
|
|
425
429
|
height: 100%;
|
|
426
430
|
}
|
|
@@ -465,13 +469,14 @@
|
|
|
465
469
|
|
|
466
470
|
.e-de-ctnr-hglt-no-color {
|
|
467
471
|
font-size: 12px;
|
|
468
|
-
font-weight:
|
|
472
|
+
font-weight: normal;
|
|
469
473
|
left: 40px;
|
|
470
474
|
padding-top: 11px;
|
|
471
475
|
position: absolute;
|
|
472
476
|
top: 100px;
|
|
473
477
|
}
|
|
474
478
|
|
|
479
|
+
/* stylelint-disable */
|
|
475
480
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
476
481
|
width: 0;
|
|
477
482
|
}
|
|
@@ -481,6 +486,7 @@
|
|
|
481
486
|
scrollbar-width: none;
|
|
482
487
|
}
|
|
483
488
|
|
|
489
|
+
/* stylelint-enable */
|
|
484
490
|
.e-de-ctnr-group-btn .e-btn .e-btn-icon.e-icons.e-de-ctnr-fontcolor,
|
|
485
491
|
.e-de-ctnr-group-btn .e-btn .e-btn-icon.e-icons.e-de-ctnr-change-case {
|
|
486
492
|
font-size: 18px;
|
|
@@ -491,6 +497,7 @@
|
|
|
491
497
|
font-size: 21px;
|
|
492
498
|
}
|
|
493
499
|
|
|
500
|
+
/* stylelint-disable */
|
|
494
501
|
.e-de-toolbar {
|
|
495
502
|
height: 100%;
|
|
496
503
|
}
|
|
@@ -592,7 +599,7 @@
|
|
|
592
599
|
}
|
|
593
600
|
.e-bigger .e-de-ctn-title button {
|
|
594
601
|
font-size: 16px !important;
|
|
595
|
-
height: auto
|
|
602
|
+
height: auto !important;
|
|
596
603
|
margin: 0 !important;
|
|
597
604
|
}
|
|
598
605
|
.e-bigger .e-de-ctn-title button .e-btn-icon {
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/fluent-dark-definition.scss';
|
|
2
|
+
@import '../document-editor/fluent-dark-definition.scss';
|
|
3
|
+
@import 'fluent-dark-definition.scss';
|
|
4
|
+
@import 'icons/fluent-dark.scss';
|
|
5
|
+
@import 'all.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@charset "UTF-8";
|
|
2
1
|
.e-de-ctnr-close::before {
|
|
3
2
|
color: #605e5c;
|
|
4
3
|
content: "\e7e7";
|
|
@@ -421,6 +420,11 @@
|
|
|
421
420
|
font-family: "e-icons";
|
|
422
421
|
}
|
|
423
422
|
|
|
423
|
+
.e-de-e-paragraph-mark::before {
|
|
424
|
+
content: "\e844";
|
|
425
|
+
font-family: "e-icons";
|
|
426
|
+
}
|
|
427
|
+
|
|
424
428
|
.e-de-toolbar {
|
|
425
429
|
height: 100%;
|
|
426
430
|
}
|
|
@@ -465,13 +469,14 @@
|
|
|
465
469
|
|
|
466
470
|
.e-de-ctnr-hglt-no-color {
|
|
467
471
|
font-size: 12px;
|
|
468
|
-
font-weight:
|
|
472
|
+
font-weight: normal;
|
|
469
473
|
left: 40px;
|
|
470
474
|
padding-top: 11px;
|
|
471
475
|
position: absolute;
|
|
472
476
|
top: 100px;
|
|
473
477
|
}
|
|
474
478
|
|
|
479
|
+
/* stylelint-disable */
|
|
475
480
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
476
481
|
width: 0;
|
|
477
482
|
}
|
|
@@ -481,6 +486,7 @@
|
|
|
481
486
|
scrollbar-width: none;
|
|
482
487
|
}
|
|
483
488
|
|
|
489
|
+
/* stylelint-enable */
|
|
484
490
|
.e-de-ctnr-group-btn .e-btn .e-btn-icon.e-icons.e-de-ctnr-fontcolor,
|
|
485
491
|
.e-de-ctnr-group-btn .e-btn .e-btn-icon.e-icons.e-de-ctnr-change-case {
|
|
486
492
|
font-size: 18px;
|
|
@@ -491,6 +497,7 @@
|
|
|
491
497
|
font-size: 21px;
|
|
492
498
|
}
|
|
493
499
|
|
|
500
|
+
/* stylelint-disable */
|
|
494
501
|
.e-de-toolbar {
|
|
495
502
|
height: 100%;
|
|
496
503
|
}
|
|
@@ -592,7 +599,7 @@
|
|
|
592
599
|
}
|
|
593
600
|
.e-bigger .e-de-ctn-title button {
|
|
594
601
|
font-size: 16px !important;
|
|
595
|
-
height: auto
|
|
602
|
+
height: auto !important;
|
|
596
603
|
margin: 0 !important;
|
|
597
604
|
}
|
|
598
605
|
.e-bigger .e-de-ctn-title button .e-btn-icon {
|
|
@@ -308,63 +308,63 @@
|
|
|
308
308
|
content: "\e339";
|
|
309
309
|
font-family: "e-icons";
|
|
310
310
|
font-size: 16px;
|
|
311
|
-
font-weight:
|
|
311
|
+
font-weight: normal;
|
|
312
312
|
}
|
|
313
313
|
|
|
314
314
|
.e-de-italic::before {
|
|
315
315
|
content: "\e35a";
|
|
316
316
|
font-family: "e-icons";
|
|
317
317
|
font-size: 16px;
|
|
318
|
-
font-weight:
|
|
318
|
+
font-weight: normal;
|
|
319
319
|
}
|
|
320
320
|
|
|
321
321
|
.e-de-underline::before {
|
|
322
322
|
content: "\e343";
|
|
323
323
|
font-family: "e-icons";
|
|
324
324
|
font-size: 16px;
|
|
325
|
-
font-weight:
|
|
325
|
+
font-weight: normal;
|
|
326
326
|
}
|
|
327
327
|
|
|
328
328
|
.e-de-indent::before {
|
|
329
329
|
content: "\e35d";
|
|
330
330
|
font-family: "e-icons";
|
|
331
331
|
font-size: 16px;
|
|
332
|
-
font-weight:
|
|
332
|
+
font-weight: normal;
|
|
333
333
|
}
|
|
334
334
|
|
|
335
335
|
.e-de-outdent::before {
|
|
336
336
|
content: "\e33f";
|
|
337
337
|
font-family: "e-icons";
|
|
338
338
|
font-size: 16px;
|
|
339
|
-
font-weight:
|
|
339
|
+
font-weight: normal;
|
|
340
340
|
}
|
|
341
341
|
|
|
342
342
|
.e-de-align-left::before {
|
|
343
343
|
content: "\e33a";
|
|
344
344
|
font-family: "e-icons";
|
|
345
345
|
font-size: 16px;
|
|
346
|
-
font-weight:
|
|
346
|
+
font-weight: normal;
|
|
347
347
|
}
|
|
348
348
|
|
|
349
349
|
.e-de-align-center::before {
|
|
350
350
|
content: "\e35e";
|
|
351
351
|
font-family: "e-icons";
|
|
352
352
|
font-size: 16px;
|
|
353
|
-
font-weight:
|
|
353
|
+
font-weight: normal;
|
|
354
354
|
}
|
|
355
355
|
|
|
356
356
|
.e-de-align-right::before {
|
|
357
357
|
content: "\e34d";
|
|
358
358
|
font-family: "e-icons";
|
|
359
359
|
font-size: 16px;
|
|
360
|
-
font-weight:
|
|
360
|
+
font-weight: normal;
|
|
361
361
|
}
|
|
362
362
|
|
|
363
363
|
.e-de-justify::before {
|
|
364
364
|
content: "\e334";
|
|
365
365
|
font-family: "e-icons";
|
|
366
366
|
font-size: 16px;
|
|
367
|
-
font-weight:
|
|
367
|
+
font-weight: normal;
|
|
368
368
|
}
|
|
369
369
|
|
|
370
370
|
.e-de-single-spacing::before {
|
|
@@ -737,7 +737,7 @@
|
|
|
737
737
|
|
|
738
738
|
.e-de-hyperlink-dlg-title {
|
|
739
739
|
font-size: 12px;
|
|
740
|
-
font-weight:
|
|
740
|
+
font-weight: normal;
|
|
741
741
|
margin-bottom: 8px;
|
|
742
742
|
margin-top: 8px;
|
|
743
743
|
}
|
|
@@ -848,7 +848,7 @@ label[for=container_wholeWord] {
|
|
|
848
848
|
.e-de-cell-dia-label-common {
|
|
849
849
|
display: inline-block;
|
|
850
850
|
font-size: 12px;
|
|
851
|
-
font-weight:
|
|
851
|
+
font-weight: normal;
|
|
852
852
|
margin-bottom: 8px;
|
|
853
853
|
margin-top: 8px;
|
|
854
854
|
width: 150px;
|
|
@@ -1631,7 +1631,7 @@ label[for=container_wholeWord] {
|
|
|
1631
1631
|
.e-de-style-style-based-on,
|
|
1632
1632
|
.e-de-style-style-paragraph {
|
|
1633
1633
|
font-size: 13px;
|
|
1634
|
-
font-weight:
|
|
1634
|
+
font-weight: normal;
|
|
1635
1635
|
margin-bottom: 8px;
|
|
1636
1636
|
width: 180px;
|
|
1637
1637
|
}
|
|
@@ -1900,7 +1900,7 @@ label[for=container_wholeWord] {
|
|
|
1900
1900
|
}
|
|
1901
1901
|
|
|
1902
1902
|
.e-styles-dlgfields {
|
|
1903
|
-
font-weight:
|
|
1903
|
+
font-weight: normal;
|
|
1904
1904
|
margin-bottom: 6px;
|
|
1905
1905
|
}
|
|
1906
1906
|
|
|
@@ -1919,7 +1919,7 @@ label[for=container_wholeWord] {
|
|
|
1919
1919
|
}
|
|
1920
1920
|
|
|
1921
1921
|
.e-bookmark-dlgfields {
|
|
1922
|
-
font-weight:
|
|
1922
|
+
font-weight: normal;
|
|
1923
1923
|
margin-bottom: 0;
|
|
1924
1924
|
}
|
|
1925
1925
|
|
|
@@ -2432,6 +2432,11 @@ label[for=container_wholeWord] {
|
|
|
2432
2432
|
font-family: "e-icons";
|
|
2433
2433
|
}
|
|
2434
2434
|
|
|
2435
|
+
.e-de-e-paragraph-mark::before {
|
|
2436
|
+
content: "\e353";
|
|
2437
|
+
font-family: "e-icons";
|
|
2438
|
+
}
|
|
2439
|
+
|
|
2435
2440
|
.e-de-toolbar {
|
|
2436
2441
|
height: 100%;
|
|
2437
2442
|
}
|
|
@@ -2476,13 +2481,14 @@ label[for=container_wholeWord] {
|
|
|
2476
2481
|
|
|
2477
2482
|
.e-de-ctnr-hglt-no-color {
|
|
2478
2483
|
font-size: 12px;
|
|
2479
|
-
font-weight:
|
|
2484
|
+
font-weight: normal;
|
|
2480
2485
|
left: 40px;
|
|
2481
2486
|
padding-top: 11px;
|
|
2482
2487
|
position: absolute;
|
|
2483
2488
|
top: 100px;
|
|
2484
2489
|
}
|
|
2485
2490
|
|
|
2491
|
+
/* stylelint-disable */
|
|
2486
2492
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
2487
2493
|
width: 0;
|
|
2488
2494
|
}
|
|
@@ -2492,6 +2498,8 @@ label[for=container_wholeWord] {
|
|
|
2492
2498
|
scrollbar-width: none;
|
|
2493
2499
|
}
|
|
2494
2500
|
|
|
2501
|
+
/* stylelint-enable */
|
|
2502
|
+
/* stylelint-disable */
|
|
2495
2503
|
.e-de-toolbar {
|
|
2496
2504
|
height: 100%;
|
|
2497
2505
|
}
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/highcontrast-light-definition.scss';
|
|
2
|
+
@import '../document-editor/highcontrast-light-definition.scss';
|
|
3
|
+
@import 'highcontrast-light-definition.scss';
|
|
4
|
+
@import 'icons/highcontrast-light.scss';
|
|
5
|
+
@import 'all.scss';
|
|
@@ -394,6 +394,11 @@
|
|
|
394
394
|
font-family: "e-icons";
|
|
395
395
|
}
|
|
396
396
|
|
|
397
|
+
.e-de-e-paragraph-mark::before {
|
|
398
|
+
content: "\e353";
|
|
399
|
+
font-family: "e-icons";
|
|
400
|
+
}
|
|
401
|
+
|
|
397
402
|
.e-de-toolbar {
|
|
398
403
|
height: 100%;
|
|
399
404
|
}
|
|
@@ -438,13 +443,14 @@
|
|
|
438
443
|
|
|
439
444
|
.e-de-ctnr-hglt-no-color {
|
|
440
445
|
font-size: 12px;
|
|
441
|
-
font-weight:
|
|
446
|
+
font-weight: normal;
|
|
442
447
|
left: 40px;
|
|
443
448
|
padding-top: 11px;
|
|
444
449
|
position: absolute;
|
|
445
450
|
top: 100px;
|
|
446
451
|
}
|
|
447
452
|
|
|
453
|
+
/* stylelint-disable */
|
|
448
454
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
449
455
|
width: 0;
|
|
450
456
|
}
|
|
@@ -454,6 +460,8 @@
|
|
|
454
460
|
scrollbar-width: none;
|
|
455
461
|
}
|
|
456
462
|
|
|
463
|
+
/* stylelint-enable */
|
|
464
|
+
/* stylelint-disable */
|
|
457
465
|
.e-de-toolbar {
|
|
458
466
|
height: 100%;
|
|
459
467
|
}
|
|
@@ -1 +1,5 @@
|
|
|
1
|
-
@import 'ej2-
|
|
1
|
+
@import 'ej2-base/styles/highcontrast-definition.scss';
|
|
2
|
+
@import '../document-editor/highcontrast-definition.scss';
|
|
3
|
+
@import 'highcontrast-definition.scss';
|
|
4
|
+
@import 'icons/highcontrast.scss';
|
|
5
|
+
@import 'all.scss';
|