@syncfusion/ej2-angular-documenteditor 20.2.48 → 20.2.49-ngcc
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/@syncfusion/ej2-angular-documenteditor.es5.js +574 -0
- package/@syncfusion/ej2-angular-documenteditor.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-documenteditor.js +544 -0
- package/@syncfusion/ej2-angular-documenteditor.js.map +1 -0
- package/CHANGELOG.md +3111 -0
- package/dist/ej2-angular-documenteditor.umd.js +842 -0
- package/dist/ej2-angular-documenteditor.umd.js.map +1 -0
- package/dist/ej2-angular-documenteditor.umd.min.js +11 -0
- package/dist/ej2-angular-documenteditor.umd.min.js.map +1 -0
- package/ej2-angular-documenteditor.d.ts +6 -0
- package/ej2-angular-documenteditor.metadata.json +1 -0
- package/package.json +14 -28
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +15 -0
- package/schematics/generators/documenteditorcontainer-default/index.d.ts +3 -0
- package/schematics/generators/documenteditorcontainer-default/index.js +8 -0
- package/schematics/generators/documenteditorcontainer-default/sample-details.d.ts +5 -0
- package/schematics/generators/documenteditorcontainer-default/sample-details.js +7 -0
- package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
- package/schematics/generators/documenteditorcontainer-default/schema.d.ts +3 -0
- package/schematics/generators/documenteditorcontainer-default/schema.js +2 -0
- package/schematics/generators/documenteditorcontainer-default/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/document-editor/documenteditor-all.module.d.ts +0 -6
- package/src/document-editor/documenteditor.component.d.ts +0 -3
- package/src/document-editor/documenteditor.module.d.ts +0 -6
- package/src/document-editor-container/documenteditorcontainer-all.module.d.ts +0 -6
- package/src/document-editor-container/documenteditorcontainer.component.d.ts +0 -3
- package/src/document-editor-container/documenteditorcontainer.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +1 -14
- package/styles/bootstrap.css +1 -14
- package/styles/bootstrap4.css +1 -14
- package/styles/bootstrap5-dark.css +3 -15
- package/styles/bootstrap5.css +3 -15
- package/styles/document-editor/bootstrap-dark.css +0 -5
- package/styles/document-editor/bootstrap-dark.scss +1 -4
- package/styles/document-editor/bootstrap.css +0 -5
- package/styles/document-editor/bootstrap.scss +1 -4
- package/styles/document-editor/bootstrap4.css +0 -5
- package/styles/document-editor/bootstrap4.scss +1 -4
- package/styles/document-editor/bootstrap5-dark.css +0 -5
- package/styles/document-editor/bootstrap5-dark.scss +1 -4
- package/styles/document-editor/bootstrap5.css +0 -5
- package/styles/document-editor/bootstrap5.scss +1 -4
- package/styles/document-editor/fabric-dark.css +0 -5
- package/styles/document-editor/fabric-dark.scss +1 -4
- package/styles/document-editor/fabric.css +0 -5
- package/styles/document-editor/fabric.scss +1 -4
- package/styles/document-editor/fluent-dark.css +0 -5
- package/styles/document-editor/fluent-dark.scss +1 -4
- package/styles/document-editor/fluent.css +0 -5
- package/styles/document-editor/fluent.scss +1 -4
- package/styles/document-editor/highcontrast-light.css +14 -18
- package/styles/document-editor/highcontrast-light.scss +1 -4
- package/styles/document-editor/highcontrast.css +0 -5
- package/styles/document-editor/highcontrast.scss +1 -4
- package/styles/document-editor/material-dark.css +0 -5
- package/styles/document-editor/material-dark.scss +1 -4
- package/styles/document-editor/material.css +0 -5
- package/styles/document-editor/material.scss +1 -4
- package/styles/document-editor/tailwind-dark.css +0 -5
- package/styles/document-editor/tailwind-dark.scss +1 -4
- package/styles/document-editor/tailwind.css +0 -5
- package/styles/document-editor/tailwind.scss +1 -4
- package/styles/document-editor-container/bootstrap-dark.css +1 -9
- package/styles/document-editor-container/bootstrap-dark.scss +1 -5
- package/styles/document-editor-container/bootstrap.css +1 -9
- package/styles/document-editor-container/bootstrap.scss +1 -5
- package/styles/document-editor-container/bootstrap4.css +1 -9
- package/styles/document-editor-container/bootstrap4.scss +1 -5
- package/styles/document-editor-container/bootstrap5-dark.css +3 -10
- package/styles/document-editor-container/bootstrap5-dark.scss +1 -5
- package/styles/document-editor-container/bootstrap5.css +3 -10
- package/styles/document-editor-container/bootstrap5.scss +1 -5
- package/styles/document-editor-container/fabric-dark.css +1 -9
- package/styles/document-editor-container/fabric-dark.scss +1 -5
- package/styles/document-editor-container/fabric.css +1 -9
- package/styles/document-editor-container/fabric.scss +1 -5
- package/styles/document-editor-container/fluent-dark.css +3 -10
- package/styles/document-editor-container/fluent-dark.scss +1 -5
- package/styles/document-editor-container/fluent.css +3 -10
- package/styles/document-editor-container/fluent.scss +1 -5
- package/styles/document-editor-container/highcontrast-light.css +15 -23
- package/styles/document-editor-container/highcontrast-light.scss +1 -5
- package/styles/document-editor-container/highcontrast.css +1 -9
- package/styles/document-editor-container/highcontrast.scss +1 -5
- package/styles/document-editor-container/material-dark.css +1 -9
- package/styles/document-editor-container/material-dark.scss +1 -5
- package/styles/document-editor-container/material.css +1 -9
- package/styles/document-editor-container/material.scss +1 -5
- package/styles/document-editor-container/tailwind-dark.css +3 -10
- package/styles/document-editor-container/tailwind-dark.scss +1 -5
- package/styles/document-editor-container/tailwind.css +3 -10
- package/styles/document-editor-container/tailwind.scss +1 -5
- package/styles/fabric-dark.css +1 -14
- package/styles/fabric.css +1 -14
- package/styles/fluent-dark.css +3 -15
- package/styles/fluent.css +3 -15
- package/styles/highcontrast-light.css +15 -27
- package/styles/highcontrast.css +1 -14
- package/styles/material-dark.css +1 -14
- package/styles/material.css +1 -14
- package/styles/tailwind-dark.css +3 -15
- package/styles/tailwind.css +3 -15
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/document-editor/documenteditor-all.module.mjs +0 -113
- package/esm2020/src/document-editor/documenteditor.component.mjs +0 -262
- package/esm2020/src/document-editor/documenteditor.module.mjs +0 -25
- package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +0 -29
- package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +0 -66
- package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +0 -25
- package/esm2020/src/index.mjs +0 -8
- package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +0 -506
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -506
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
- package/styles/document-editor/_all.scss +0 -3
- package/styles/document-editor/_bootstrap-dark-definition.scss +0 -544
- package/styles/document-editor/_bootstrap-definition.scss +0 -543
- package/styles/document-editor/_bootstrap4-definition.scss +0 -556
- package/styles/document-editor/_bootstrap5-dark-definition.scss +0 -1
- package/styles/document-editor/_bootstrap5-definition.scss +0 -557
- package/styles/document-editor/_fabric-dark-definition.scss +0 -546
- package/styles/document-editor/_fabric-definition.scss +0 -545
- package/styles/document-editor/_fluent-dark-definition.scss +0 -1
- package/styles/document-editor/_fluent-definition.scss +0 -566
- package/styles/document-editor/_fusionnew-definition.scss +0 -557
- package/styles/document-editor/_highcontrast-definition.scss +0 -545
- package/styles/document-editor/_highcontrast-light-definition.scss +0 -2985
- package/styles/document-editor/_layout.scss +0 -216
- package/styles/document-editor/_material-dark-definition.scss +0 -562
- package/styles/document-editor/_material-definition.scss +0 -562
- package/styles/document-editor/_material3-definition.scss +0 -557
- package/styles/document-editor/_tailwind-dark-definition.scss +0 -1
- package/styles/document-editor/_tailwind-definition.scss +0 -554
- package/styles/document-editor/_theme.scss +0 -3391
- package/styles/document-editor/icons/_bootstrap-dark.scss +0 -607
- package/styles/document-editor/icons/_bootstrap.scss +0 -607
- package/styles/document-editor/icons/_bootstrap4.scss +0 -592
- package/styles/document-editor/icons/_bootstrap5-dark.scss +0 -1
- package/styles/document-editor/icons/_bootstrap5.scss +0 -642
- package/styles/document-editor/icons/_fabric-dark.scss +0 -607
- package/styles/document-editor/icons/_fabric.scss +0 -607
- package/styles/document-editor/icons/_fluent-dark.scss +0 -1
- package/styles/document-editor/icons/_fluent.scss +0 -640
- package/styles/document-editor/icons/_fusionnew.scss +0 -642
- package/styles/document-editor/icons/_highcontrast-light.scss +0 -612
- package/styles/document-editor/icons/_highcontrast.scss +0 -607
- package/styles/document-editor/icons/_material-dark.scss +0 -600
- package/styles/document-editor/icons/_material.scss +0 -600
- package/styles/document-editor/icons/_material3.scss +0 -642
- package/styles/document-editor/icons/_tailwind-dark.scss +0 -642
- package/styles/document-editor/icons/_tailwind.scss +0 -642
- package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +0 -171
- package/styles/document-editor-container/_all.scss +0 -2
- package/styles/document-editor-container/_bootstrap-dark-definition.scss +0 -127
- package/styles/document-editor-container/_bootstrap-definition.scss +0 -127
- package/styles/document-editor-container/_bootstrap4-definition.scss +0 -143
- package/styles/document-editor-container/_bootstrap5-dark-definition.scss +0 -1
- package/styles/document-editor-container/_bootstrap5-definition.scss +0 -153
- package/styles/document-editor-container/_definition.scss +0 -11
- package/styles/document-editor-container/_fabric-dark-definition.scss +0 -132
- package/styles/document-editor-container/_fabric-definition.scss +0 -129
- package/styles/document-editor-container/_fluent-dark-definition.scss +0 -1
- package/styles/document-editor-container/_fluent-definition.scss +0 -154
- package/styles/document-editor-container/_fusionnew-definition.scss +0 -153
- package/styles/document-editor-container/_highcontrast-definition.scss +0 -130
- package/styles/document-editor-container/_highcontrast-light-definition.scss +0 -133
- package/styles/document-editor-container/_layout.scss +0 -87
- package/styles/document-editor-container/_material-dark-definition.scss +0 -131
- package/styles/document-editor-container/_material-definition.scss +0 -130
- package/styles/document-editor-container/_material3-definition.scss +0 -153
- package/styles/document-editor-container/_tailwind-dark-definition.scss +0 -1
- package/styles/document-editor-container/_tailwind-definition.scss +0 -147
- package/styles/document-editor-container/_theme.scss +0 -2001
- package/styles/document-editor-container/icons/_bootstrap-dark.scss +0 -402
- package/styles/document-editor-container/icons/_bootstrap.scss +0 -402
- package/styles/document-editor-container/icons/_bootstrap4.scss +0 -402
- package/styles/document-editor-container/icons/_bootstrap5-dark.scss +0 -1
- package/styles/document-editor-container/icons/_bootstrap5.scss +0 -428
- package/styles/document-editor-container/icons/_fabric-dark.scss +0 -402
- package/styles/document-editor-container/icons/_fabric.scss +0 -402
- package/styles/document-editor-container/icons/_fluent-dark.scss +0 -1
- package/styles/document-editor-container/icons/_fluent.scss +0 -428
- package/styles/document-editor-container/icons/_fusionnew.scss +0 -428
- package/styles/document-editor-container/icons/_highcontrast-light.scss +0 -402
- package/styles/document-editor-container/icons/_highcontrast.scss +0 -402
- package/styles/document-editor-container/icons/_material-dark.scss +0 -404
- package/styles/document-editor-container/icons/_material.scss +0 -404
- package/styles/document-editor-container/icons/_material3.scss +0 -428
- package/styles/document-editor-container/icons/_tailwind-dark.scss +0 -428
- package/styles/document-editor-container/icons/_tailwind.scss +0 -428
- package/syncfusion-ej2-angular-documenteditor.d.ts +0 -5
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
1
2
|
.e-de-ctnr-close::before {
|
|
2
3
|
color: #6c757d;
|
|
3
4
|
content: "\e7e7";
|
|
@@ -420,11 +421,6 @@
|
|
|
420
421
|
font-family: "e-icons";
|
|
421
422
|
}
|
|
422
423
|
|
|
423
|
-
.e-de-e-paragraph-mark::before {
|
|
424
|
-
content: "\e844";
|
|
425
|
-
font-family: "e-icons";
|
|
426
|
-
}
|
|
427
|
-
|
|
428
424
|
.e-de-toolbar {
|
|
429
425
|
height: 100%;
|
|
430
426
|
}
|
|
@@ -469,14 +465,13 @@
|
|
|
469
465
|
|
|
470
466
|
.e-de-ctnr-hglt-no-color {
|
|
471
467
|
font-size: 12px;
|
|
472
|
-
font-weight:
|
|
468
|
+
font-weight: 400;
|
|
473
469
|
left: 40px;
|
|
474
470
|
padding-top: 11px;
|
|
475
471
|
position: absolute;
|
|
476
472
|
top: 100px;
|
|
477
473
|
}
|
|
478
474
|
|
|
479
|
-
/* stylelint-disable */
|
|
480
475
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
481
476
|
width: 0;
|
|
482
477
|
}
|
|
@@ -486,8 +481,6 @@
|
|
|
486
481
|
scrollbar-width: none;
|
|
487
482
|
}
|
|
488
483
|
|
|
489
|
-
/* stylelint-enable */
|
|
490
|
-
/* stylelint-disable */
|
|
491
484
|
.e-de-toolbar {
|
|
492
485
|
height: 100%;
|
|
493
486
|
}
|
|
@@ -593,7 +586,7 @@
|
|
|
593
586
|
}
|
|
594
587
|
.e-bigger .e-de-ctn-title button {
|
|
595
588
|
font-size: 16px !important;
|
|
596
|
-
height: auto !important;
|
|
589
|
+
height: auto !important;
|
|
597
590
|
margin: 0 !important;
|
|
598
591
|
}
|
|
599
592
|
.e-bigger .e-de-ctn-title button .e-btn-icon {
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../document-editor/bootstrap5-definition.scss';
|
|
3
|
-
@import 'bootstrap5-definition.scss';
|
|
4
|
-
@import 'icons/bootstrap5.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor-container/bootstrap5.scss';
|
|
@@ -394,11 +394,6 @@
|
|
|
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
|
-
|
|
402
397
|
.e-de-toolbar {
|
|
403
398
|
height: 100%;
|
|
404
399
|
}
|
|
@@ -443,14 +438,13 @@
|
|
|
443
438
|
|
|
444
439
|
.e-de-ctnr-hglt-no-color {
|
|
445
440
|
font-size: 12px;
|
|
446
|
-
font-weight:
|
|
441
|
+
font-weight: 400;
|
|
447
442
|
left: 40px;
|
|
448
443
|
padding-top: 11px;
|
|
449
444
|
position: absolute;
|
|
450
445
|
top: 100px;
|
|
451
446
|
}
|
|
452
447
|
|
|
453
|
-
/* stylelint-disable */
|
|
454
448
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
455
449
|
width: 0;
|
|
456
450
|
}
|
|
@@ -460,8 +454,6 @@
|
|
|
460
454
|
scrollbar-width: none;
|
|
461
455
|
}
|
|
462
456
|
|
|
463
|
-
/* stylelint-enable */
|
|
464
|
-
/* stylelint-disable */
|
|
465
457
|
.e-de-toolbar {
|
|
466
458
|
height: 100%;
|
|
467
459
|
}
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../document-editor/fabric-dark-definition.scss';
|
|
3
|
-
@import 'fabric-dark-definition.scss';
|
|
4
|
-
@import 'icons/fabric-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor-container/fabric-dark.scss';
|
|
@@ -394,11 +394,6 @@
|
|
|
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
|
-
|
|
402
397
|
.e-de-toolbar {
|
|
403
398
|
height: 100%;
|
|
404
399
|
}
|
|
@@ -443,14 +438,13 @@
|
|
|
443
438
|
|
|
444
439
|
.e-de-ctnr-hglt-no-color {
|
|
445
440
|
font-size: 12px;
|
|
446
|
-
font-weight:
|
|
441
|
+
font-weight: 400;
|
|
447
442
|
left: 40px;
|
|
448
443
|
padding-top: 11px;
|
|
449
444
|
position: absolute;
|
|
450
445
|
top: 100px;
|
|
451
446
|
}
|
|
452
447
|
|
|
453
|
-
/* stylelint-disable */
|
|
454
448
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
455
449
|
width: 0;
|
|
456
450
|
}
|
|
@@ -460,8 +454,6 @@
|
|
|
460
454
|
scrollbar-width: none;
|
|
461
455
|
}
|
|
462
456
|
|
|
463
|
-
/* stylelint-enable */
|
|
464
|
-
/* stylelint-disable */
|
|
465
457
|
.e-de-toolbar {
|
|
466
458
|
height: 100%;
|
|
467
459
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
1
2
|
.e-de-ctnr-close::before {
|
|
2
3
|
color: #a19f9d;
|
|
3
4
|
content: "\e7e7";
|
|
@@ -420,11 +421,6 @@
|
|
|
420
421
|
font-family: "e-icons";
|
|
421
422
|
}
|
|
422
423
|
|
|
423
|
-
.e-de-e-paragraph-mark::before {
|
|
424
|
-
content: "\e844";
|
|
425
|
-
font-family: "e-icons";
|
|
426
|
-
}
|
|
427
|
-
|
|
428
424
|
.e-de-toolbar {
|
|
429
425
|
height: 100%;
|
|
430
426
|
}
|
|
@@ -469,14 +465,13 @@
|
|
|
469
465
|
|
|
470
466
|
.e-de-ctnr-hglt-no-color {
|
|
471
467
|
font-size: 12px;
|
|
472
|
-
font-weight:
|
|
468
|
+
font-weight: 400;
|
|
473
469
|
left: 40px;
|
|
474
470
|
padding-top: 11px;
|
|
475
471
|
position: absolute;
|
|
476
472
|
top: 100px;
|
|
477
473
|
}
|
|
478
474
|
|
|
479
|
-
/* stylelint-disable */
|
|
480
475
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
481
476
|
width: 0;
|
|
482
477
|
}
|
|
@@ -486,7 +481,6 @@
|
|
|
486
481
|
scrollbar-width: none;
|
|
487
482
|
}
|
|
488
483
|
|
|
489
|
-
/* stylelint-enable */
|
|
490
484
|
.e-de-ctnr-group-btn .e-btn .e-btn-icon.e-icons.e-de-ctnr-fontcolor,
|
|
491
485
|
.e-de-ctnr-group-btn .e-btn .e-btn-icon.e-icons.e-de-ctnr-change-case {
|
|
492
486
|
font-size: 18px;
|
|
@@ -497,7 +491,6 @@
|
|
|
497
491
|
font-size: 21px;
|
|
498
492
|
}
|
|
499
493
|
|
|
500
|
-
/* stylelint-disable */
|
|
501
494
|
.e-de-toolbar {
|
|
502
495
|
height: 100%;
|
|
503
496
|
}
|
|
@@ -599,7 +592,7 @@
|
|
|
599
592
|
}
|
|
600
593
|
.e-bigger .e-de-ctn-title button {
|
|
601
594
|
font-size: 16px !important;
|
|
602
|
-
height: auto !important;
|
|
595
|
+
height: auto !important;
|
|
603
596
|
margin: 0 !important;
|
|
604
597
|
}
|
|
605
598
|
.e-bigger .e-de-ctn-title button .e-btn-icon {
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
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
|
+
@import 'ej2-documenteditor/styles/document-editor-container/fluent-dark.scss';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
1
2
|
.e-de-ctnr-close::before {
|
|
2
3
|
color: #605e5c;
|
|
3
4
|
content: "\e7e7";
|
|
@@ -420,11 +421,6 @@
|
|
|
420
421
|
font-family: "e-icons";
|
|
421
422
|
}
|
|
422
423
|
|
|
423
|
-
.e-de-e-paragraph-mark::before {
|
|
424
|
-
content: "\e844";
|
|
425
|
-
font-family: "e-icons";
|
|
426
|
-
}
|
|
427
|
-
|
|
428
424
|
.e-de-toolbar {
|
|
429
425
|
height: 100%;
|
|
430
426
|
}
|
|
@@ -469,14 +465,13 @@
|
|
|
469
465
|
|
|
470
466
|
.e-de-ctnr-hglt-no-color {
|
|
471
467
|
font-size: 12px;
|
|
472
|
-
font-weight:
|
|
468
|
+
font-weight: 400;
|
|
473
469
|
left: 40px;
|
|
474
470
|
padding-top: 11px;
|
|
475
471
|
position: absolute;
|
|
476
472
|
top: 100px;
|
|
477
473
|
}
|
|
478
474
|
|
|
479
|
-
/* stylelint-disable */
|
|
480
475
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
481
476
|
width: 0;
|
|
482
477
|
}
|
|
@@ -486,7 +481,6 @@
|
|
|
486
481
|
scrollbar-width: none;
|
|
487
482
|
}
|
|
488
483
|
|
|
489
|
-
/* stylelint-enable */
|
|
490
484
|
.e-de-ctnr-group-btn .e-btn .e-btn-icon.e-icons.e-de-ctnr-fontcolor,
|
|
491
485
|
.e-de-ctnr-group-btn .e-btn .e-btn-icon.e-icons.e-de-ctnr-change-case {
|
|
492
486
|
font-size: 18px;
|
|
@@ -497,7 +491,6 @@
|
|
|
497
491
|
font-size: 21px;
|
|
498
492
|
}
|
|
499
493
|
|
|
500
|
-
/* stylelint-disable */
|
|
501
494
|
.e-de-toolbar {
|
|
502
495
|
height: 100%;
|
|
503
496
|
}
|
|
@@ -599,7 +592,7 @@
|
|
|
599
592
|
}
|
|
600
593
|
.e-bigger .e-de-ctn-title button {
|
|
601
594
|
font-size: 16px !important;
|
|
602
|
-
height: auto !important;
|
|
595
|
+
height: auto !important;
|
|
603
596
|
margin: 0 !important;
|
|
604
597
|
}
|
|
605
598
|
.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: 400;
|
|
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: 400;
|
|
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: 400;
|
|
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: 400;
|
|
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: 400;
|
|
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: 400;
|
|
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: 400;
|
|
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: 400;
|
|
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: 400;
|
|
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: 400;
|
|
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: 400;
|
|
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: 400;
|
|
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: 400;
|
|
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: 400;
|
|
1923
1923
|
margin-bottom: 0;
|
|
1924
1924
|
}
|
|
1925
1925
|
|
|
@@ -2432,11 +2432,6 @@ 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
|
-
|
|
2440
2435
|
.e-de-toolbar {
|
|
2441
2436
|
height: 100%;
|
|
2442
2437
|
}
|
|
@@ -2481,14 +2476,13 @@ label[for=container_wholeWord] {
|
|
|
2481
2476
|
|
|
2482
2477
|
.e-de-ctnr-hglt-no-color {
|
|
2483
2478
|
font-size: 12px;
|
|
2484
|
-
font-weight:
|
|
2479
|
+
font-weight: 400;
|
|
2485
2480
|
left: 40px;
|
|
2486
2481
|
padding-top: 11px;
|
|
2487
2482
|
position: absolute;
|
|
2488
2483
|
top: 100px;
|
|
2489
2484
|
}
|
|
2490
2485
|
|
|
2491
|
-
/* stylelint-disable */
|
|
2492
2486
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
2493
2487
|
width: 0;
|
|
2494
2488
|
}
|
|
@@ -2498,8 +2492,6 @@ label[for=container_wholeWord] {
|
|
|
2498
2492
|
scrollbar-width: none;
|
|
2499
2493
|
}
|
|
2500
2494
|
|
|
2501
|
-
/* stylelint-enable */
|
|
2502
|
-
/* stylelint-disable */
|
|
2503
2495
|
.e-de-toolbar {
|
|
2504
2496
|
height: 100%;
|
|
2505
2497
|
}
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../document-editor/highcontrast-light-definition.scss';
|
|
3
|
-
@import 'highcontrast-light-definition.scss';
|
|
4
|
-
@import 'icons/highcontrast-light.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor-container/highcontrast-light.scss';
|
|
@@ -394,11 +394,6 @@
|
|
|
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
|
-
|
|
402
397
|
.e-de-toolbar {
|
|
403
398
|
height: 100%;
|
|
404
399
|
}
|
|
@@ -443,14 +438,13 @@
|
|
|
443
438
|
|
|
444
439
|
.e-de-ctnr-hglt-no-color {
|
|
445
440
|
font-size: 12px;
|
|
446
|
-
font-weight:
|
|
441
|
+
font-weight: 400;
|
|
447
442
|
left: 40px;
|
|
448
443
|
padding-top: 11px;
|
|
449
444
|
position: absolute;
|
|
450
445
|
top: 100px;
|
|
451
446
|
}
|
|
452
447
|
|
|
453
|
-
/* stylelint-disable */
|
|
454
448
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
455
449
|
width: 0;
|
|
456
450
|
}
|
|
@@ -460,8 +454,6 @@
|
|
|
460
454
|
scrollbar-width: none;
|
|
461
455
|
}
|
|
462
456
|
|
|
463
|
-
/* stylelint-enable */
|
|
464
|
-
/* stylelint-disable */
|
|
465
457
|
.e-de-toolbar {
|
|
466
458
|
height: 100%;
|
|
467
459
|
}
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../document-editor/highcontrast-definition.scss';
|
|
3
|
-
@import 'highcontrast-definition.scss';
|
|
4
|
-
@import 'icons/highcontrast.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor-container/highcontrast.scss';
|
|
@@ -397,11 +397,6 @@
|
|
|
397
397
|
font-family: "e-icons";
|
|
398
398
|
}
|
|
399
399
|
|
|
400
|
-
.e-de-e-paragraph-mark::before {
|
|
401
|
-
content: "\e353";
|
|
402
|
-
font-family: "e-icons";
|
|
403
|
-
}
|
|
404
|
-
|
|
405
400
|
.e-de-toolbar {
|
|
406
401
|
height: 100%;
|
|
407
402
|
}
|
|
@@ -446,14 +441,13 @@
|
|
|
446
441
|
|
|
447
442
|
.e-de-ctnr-hglt-no-color {
|
|
448
443
|
font-size: 12px;
|
|
449
|
-
font-weight:
|
|
444
|
+
font-weight: 400;
|
|
450
445
|
left: 40px;
|
|
451
446
|
padding-top: 11px;
|
|
452
447
|
position: absolute;
|
|
453
448
|
top: 100px;
|
|
454
449
|
}
|
|
455
450
|
|
|
456
|
-
/* stylelint-disable */
|
|
457
451
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
458
452
|
width: 0;
|
|
459
453
|
}
|
|
@@ -463,8 +457,6 @@
|
|
|
463
457
|
scrollbar-width: none;
|
|
464
458
|
}
|
|
465
459
|
|
|
466
|
-
/* stylelint-enable */
|
|
467
|
-
/* stylelint-disable */
|
|
468
460
|
.e-de-toolbar {
|
|
469
461
|
height: 100%;
|
|
470
462
|
}
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../document-editor/material-dark-definition.scss';
|
|
3
|
-
@import 'material-dark-definition.scss';
|
|
4
|
-
@import 'icons/material-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor-container/material-dark.scss';
|
|
@@ -397,11 +397,6 @@
|
|
|
397
397
|
font-family: "e-icons";
|
|
398
398
|
}
|
|
399
399
|
|
|
400
|
-
.e-de-e-paragraph-mark::before {
|
|
401
|
-
content: "\e353";
|
|
402
|
-
font-family: "e-icons";
|
|
403
|
-
}
|
|
404
|
-
|
|
405
400
|
.e-de-toolbar {
|
|
406
401
|
height: 100%;
|
|
407
402
|
}
|
|
@@ -446,14 +441,13 @@
|
|
|
446
441
|
|
|
447
442
|
.e-de-ctnr-hglt-no-color {
|
|
448
443
|
font-size: 12px;
|
|
449
|
-
font-weight:
|
|
444
|
+
font-weight: 400;
|
|
450
445
|
left: 40px;
|
|
451
446
|
padding-top: 11px;
|
|
452
447
|
position: absolute;
|
|
453
448
|
top: 100px;
|
|
454
449
|
}
|
|
455
450
|
|
|
456
|
-
/* stylelint-disable */
|
|
457
451
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
458
452
|
width: 0;
|
|
459
453
|
}
|
|
@@ -463,8 +457,6 @@
|
|
|
463
457
|
scrollbar-width: none;
|
|
464
458
|
}
|
|
465
459
|
|
|
466
|
-
/* stylelint-enable */
|
|
467
|
-
/* stylelint-disable */
|
|
468
460
|
.e-de-toolbar {
|
|
469
461
|
height: 100%;
|
|
470
462
|
}
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../document-editor/material-definition.scss';
|
|
3
|
-
@import 'material-definition.scss';
|
|
4
|
-
@import 'icons/material.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor-container/material.scss';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
1
2
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
3
|
.e-de-ctnr-close::before {
|
|
3
4
|
color: #d1d5db;
|
|
@@ -421,11 +422,6 @@
|
|
|
421
422
|
font-family: "e-icons";
|
|
422
423
|
}
|
|
423
424
|
|
|
424
|
-
.e-de-e-paragraph-mark::before {
|
|
425
|
-
content: "\e844";
|
|
426
|
-
font-family: "e-icons";
|
|
427
|
-
}
|
|
428
|
-
|
|
429
425
|
.e-de-toolbar {
|
|
430
426
|
height: 100%;
|
|
431
427
|
}
|
|
@@ -470,14 +466,13 @@
|
|
|
470
466
|
|
|
471
467
|
.e-de-ctnr-hglt-no-color {
|
|
472
468
|
font-size: 12px;
|
|
473
|
-
font-weight:
|
|
469
|
+
font-weight: 400;
|
|
474
470
|
left: 40px;
|
|
475
471
|
padding-top: 11px;
|
|
476
472
|
position: absolute;
|
|
477
473
|
top: 100px;
|
|
478
474
|
}
|
|
479
475
|
|
|
480
|
-
/* stylelint-disable */
|
|
481
476
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
482
477
|
width: 0;
|
|
483
478
|
}
|
|
@@ -487,8 +482,6 @@
|
|
|
487
482
|
scrollbar-width: none;
|
|
488
483
|
}
|
|
489
484
|
|
|
490
|
-
/* stylelint-enable */
|
|
491
|
-
/* stylelint-disable */
|
|
492
485
|
.e-de-toolbar {
|
|
493
486
|
height: 100%;
|
|
494
487
|
}
|
|
@@ -589,7 +582,7 @@
|
|
|
589
582
|
}
|
|
590
583
|
.e-bigger .e-de-ctn-title button {
|
|
591
584
|
font-size: 16px !important;
|
|
592
|
-
height: auto !important;
|
|
585
|
+
height: auto !important;
|
|
593
586
|
}
|
|
594
587
|
.e-bigger .e-de-ctn-title button .e-btn-icon {
|
|
595
588
|
font-size: 18px !important;
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../document-editor/tailwind-dark-definition.scss';
|
|
3
|
-
@import 'tailwind-dark-definition.scss';
|
|
4
|
-
@import 'icons/tailwind-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor-container/tailwind-dark.scss';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
1
2
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
3
|
.e-de-ctnr-close::before {
|
|
3
4
|
color: #6b7280;
|
|
@@ -421,11 +422,6 @@
|
|
|
421
422
|
font-family: "e-icons";
|
|
422
423
|
}
|
|
423
424
|
|
|
424
|
-
.e-de-e-paragraph-mark::before {
|
|
425
|
-
content: "\e844";
|
|
426
|
-
font-family: "e-icons";
|
|
427
|
-
}
|
|
428
|
-
|
|
429
425
|
.e-de-toolbar {
|
|
430
426
|
height: 100%;
|
|
431
427
|
}
|
|
@@ -470,14 +466,13 @@
|
|
|
470
466
|
|
|
471
467
|
.e-de-ctnr-hglt-no-color {
|
|
472
468
|
font-size: 12px;
|
|
473
|
-
font-weight:
|
|
469
|
+
font-weight: 400;
|
|
474
470
|
left: 40px;
|
|
475
471
|
padding-top: 11px;
|
|
476
472
|
position: absolute;
|
|
477
473
|
top: 100px;
|
|
478
474
|
}
|
|
479
475
|
|
|
480
|
-
/* stylelint-disable */
|
|
481
476
|
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
482
477
|
width: 0;
|
|
483
478
|
}
|
|
@@ -487,8 +482,6 @@
|
|
|
487
482
|
scrollbar-width: none;
|
|
488
483
|
}
|
|
489
484
|
|
|
490
|
-
/* stylelint-enable */
|
|
491
|
-
/* stylelint-disable */
|
|
492
485
|
.e-de-toolbar {
|
|
493
486
|
height: 100%;
|
|
494
487
|
}
|
|
@@ -589,7 +582,7 @@
|
|
|
589
582
|
}
|
|
590
583
|
.e-bigger .e-de-ctn-title button {
|
|
591
584
|
font-size: 16px !important;
|
|
592
|
-
height: auto !important;
|
|
585
|
+
height: auto !important;
|
|
593
586
|
}
|
|
594
587
|
.e-bigger .e-de-ctn-title button .e-btn-icon {
|
|
595
588
|
font-size: 18px !important;
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../document-editor/tailwind-definition.scss';
|
|
3
|
-
@import 'tailwind-definition.scss';
|
|
4
|
-
@import 'icons/tailwind.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-documenteditor/styles/document-editor-container/tailwind.scss';
|