@syncfusion/ej2-angular-richtexteditor 20.2.43 → 20.2.44-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-richtexteditor.es5.js +303 -0
- package/@syncfusion/ej2-angular-richtexteditor.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-richtexteditor.js +284 -0
- package/@syncfusion/ej2-angular-richtexteditor.js.map +1 -0
- package/CHANGELOG.md +1103 -0
- package/dist/ej2-angular-richtexteditor.umd.js +727 -0
- package/dist/ej2-angular-richtexteditor.umd.js.map +1 -0
- package/dist/ej2-angular-richtexteditor.umd.min.js +11 -0
- package/dist/ej2-angular-richtexteditor.umd.min.js.map +1 -0
- package/ej2-angular-richtexteditor.d.ts +5 -0
- package/ej2-angular-richtexteditor.metadata.json +1 -0
- package/package.json +13 -27
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +40 -0
- package/schematics/generators/richtexteditor-iframe/index.d.ts +3 -0
- package/schematics/generators/richtexteditor-iframe/index.js +8 -0
- package/schematics/generators/richtexteditor-iframe/sample-details.d.ts +5 -0
- package/schematics/generators/richtexteditor-iframe/sample-details.js +7 -0
- package/schematics/generators/richtexteditor-iframe/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/richtexteditor-iframe/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +44 -0
- package/schematics/generators/richtexteditor-iframe/schema.d.ts +3 -0
- package/schematics/generators/richtexteditor-iframe/schema.js +2 -0
- package/schematics/generators/richtexteditor-iframe/schema.json +125 -0
- package/schematics/generators/richtexteditor-inline/index.d.ts +3 -0
- package/schematics/generators/richtexteditor-inline/index.js +8 -0
- package/schematics/generators/richtexteditor-inline/sample-details.d.ts +5 -0
- package/schematics/generators/richtexteditor-inline/sample-details.js +7 -0
- package/schematics/generators/richtexteditor-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/richtexteditor-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -0
- package/schematics/generators/richtexteditor-inline/schema.d.ts +3 -0
- package/schematics/generators/richtexteditor-inline/schema.js +2 -0
- package/schematics/generators/richtexteditor-inline/schema.json +125 -0
- package/schematics/generators/richtexteditor-markdown/index.d.ts +3 -0
- package/schematics/generators/richtexteditor-markdown/index.js +8 -0
- package/schematics/generators/richtexteditor-markdown/sample-details.d.ts +5 -0
- package/schematics/generators/richtexteditor-markdown/sample-details.js +7 -0
- package/schematics/generators/richtexteditor-markdown/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/richtexteditor-markdown/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +13 -0
- package/schematics/generators/richtexteditor-markdown/schema.d.ts +3 -0
- package/schematics/generators/richtexteditor-markdown/schema.js +2 -0
- package/schematics/generators/richtexteditor-markdown/schema.json +125 -0
- package/schematics/generators/richtexteditor-overview/images/__path__/__name@dasherize__/RTEImage-Feather.png +0 -0
- package/schematics/generators/richtexteditor-overview/index.d.ts +3 -0
- package/schematics/generators/richtexteditor-overview/index.js +8 -0
- package/schematics/generators/richtexteditor-overview/sample-details.d.ts +5 -0
- package/schematics/generators/richtexteditor-overview/sample-details.js +7 -0
- package/schematics/generators/richtexteditor-overview/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/richtexteditor-overview/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +47 -0
- package/schematics/generators/richtexteditor-overview/schema.d.ts +3 -0
- package/schematics/generators/richtexteditor-overview/schema.js +2 -0
- package/schematics/generators/richtexteditor-overview/schema.json +125 -0
- package/schematics/generators/richtexteditor-reactform/index.d.ts +3 -0
- package/schematics/generators/richtexteditor-reactform/index.js +8 -0
- package/schematics/generators/richtexteditor-reactform/sample-details.d.ts +5 -0
- package/schematics/generators/richtexteditor-reactform/sample-details.js +7 -0
- package/schematics/generators/richtexteditor-reactform/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/richtexteditor-reactform/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +20 -0
- package/schematics/generators/richtexteditor-reactform/schema.d.ts +3 -0
- package/schematics/generators/richtexteditor-reactform/schema.js +2 -0
- package/schematics/generators/richtexteditor-reactform/schema.json +125 -0
- package/schematics/generators/richtexteditor-templatedriven/index.d.ts +3 -0
- package/schematics/generators/richtexteditor-templatedriven/index.js +8 -0
- package/schematics/generators/richtexteditor-templatedriven/sample-details.d.ts +5 -0
- package/schematics/generators/richtexteditor-templatedriven/sample-details.js +7 -0
- package/schematics/generators/richtexteditor-templatedriven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/richtexteditor-templatedriven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +19 -0
- package/schematics/generators/richtexteditor-templatedriven/schema.d.ts +3 -0
- package/schematics/generators/richtexteditor-templatedriven/schema.js +2 -0
- package/schematics/generators/richtexteditor-templatedriven/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/rich-text-editor/richtexteditor-all.module.d.ts +0 -6
- package/src/rich-text-editor/richtexteditor.component.d.ts +0 -3
- package/src/rich-text-editor/richtexteditor.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +34 -35
- package/styles/bootstrap.css +34 -35
- package/styles/bootstrap4.css +34 -35
- package/styles/bootstrap5-dark.css +34 -35
- package/styles/bootstrap5.css +34 -35
- package/styles/fabric-dark.css +34 -35
- package/styles/fabric.css +34 -35
- package/styles/fluent-dark.css +34 -35
- package/styles/fluent.css +34 -35
- package/styles/highcontrast-light.css +34 -35
- package/styles/highcontrast.css +34 -35
- package/styles/material-dark.css +34 -35
- package/styles/material.css +34 -35
- package/styles/rich-text-editor/bootstrap-dark.css +34 -35
- package/styles/rich-text-editor/bootstrap-dark.scss +1 -4
- package/styles/rich-text-editor/bootstrap.css +34 -35
- package/styles/rich-text-editor/bootstrap.scss +1 -4
- package/styles/rich-text-editor/bootstrap4.css +34 -35
- package/styles/rich-text-editor/bootstrap4.scss +1 -4
- package/styles/rich-text-editor/bootstrap5-dark.css +34 -35
- package/styles/rich-text-editor/bootstrap5-dark.scss +1 -4
- package/styles/rich-text-editor/bootstrap5.css +34 -35
- package/styles/rich-text-editor/bootstrap5.scss +1 -4
- package/styles/rich-text-editor/fabric-dark.css +34 -35
- package/styles/rich-text-editor/fabric-dark.scss +1 -4
- package/styles/rich-text-editor/fabric.css +34 -35
- package/styles/rich-text-editor/fabric.scss +1 -4
- package/styles/rich-text-editor/fluent-dark.css +34 -35
- package/styles/rich-text-editor/fluent-dark.scss +1 -4
- package/styles/rich-text-editor/fluent.css +34 -35
- package/styles/rich-text-editor/fluent.scss +1 -4
- package/styles/rich-text-editor/highcontrast-light.css +34 -35
- package/styles/rich-text-editor/highcontrast-light.scss +1 -4
- package/styles/rich-text-editor/highcontrast.css +34 -35
- package/styles/rich-text-editor/highcontrast.scss +1 -4
- package/styles/rich-text-editor/material-dark.css +34 -35
- package/styles/rich-text-editor/material-dark.scss +1 -4
- package/styles/rich-text-editor/material.css +34 -35
- package/styles/rich-text-editor/material.scss +1 -4
- package/styles/rich-text-editor/tailwind-dark.css +34 -35
- package/styles/rich-text-editor/tailwind-dark.scss +1 -4
- package/styles/rich-text-editor/tailwind.css +34 -35
- package/styles/rich-text-editor/tailwind.scss +1 -4
- package/styles/tailwind-dark.css +34 -35
- package/styles/tailwind.css +34 -35
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -5
- package/esm2020/src/rich-text-editor/richtexteditor-all.module.mjs +0 -59
- package/esm2020/src/rich-text-editor/richtexteditor.component.mjs +0 -168
- package/esm2020/src/rich-text-editor/richtexteditor.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-richtexteditor.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs +0 -252
- package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs +0 -252
- package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs.map +0 -1
- package/styles/_all.scss +0 -1
- package/styles/rich-text-editor/_all.scss +0 -2
- package/styles/rich-text-editor/_bootstrap-dark-definition.scss +0 -208
- package/styles/rich-text-editor/_bootstrap-definition.scss +0 -263
- package/styles/rich-text-editor/_bootstrap4-definition.scss +0 -390
- package/styles/rich-text-editor/_bootstrap5-dark-definition.scss +0 -1
- package/styles/rich-text-editor/_bootstrap5-definition.scss +0 -193
- package/styles/rich-text-editor/_fabric-dark-definition.scss +0 -189
- package/styles/rich-text-editor/_fabric-definition.scss +0 -187
- package/styles/rich-text-editor/_fluent-dark-definition.scss +0 -1
- package/styles/rich-text-editor/_fluent-definition.scss +0 -196
- package/styles/rich-text-editor/_fusionnew-definition.scss +0 -193
- package/styles/rich-text-editor/_highcontrast-definition.scss +0 -187
- package/styles/rich-text-editor/_highcontrast-light-definition.scss +0 -187
- package/styles/rich-text-editor/_layout.scss +0 -1783
- package/styles/rich-text-editor/_material-dark-definition.scss +0 -191
- package/styles/rich-text-editor/_material-definition.scss +0 -189
- package/styles/rich-text-editor/_material3-definition.scss +0 -193
- package/styles/rich-text-editor/_tailwind-dark-definition.scss +0 -1
- package/styles/rich-text-editor/_tailwind-definition.scss +0 -191
- package/styles/rich-text-editor/_theme.scss +0 -644
- package/styles/rich-text-editor/icons/_bootstrap-dark.scss +0 -305
- package/styles/rich-text-editor/icons/_bootstrap.scss +0 -305
- package/styles/rich-text-editor/icons/_bootstrap4.scss +0 -305
- package/styles/rich-text-editor/icons/_bootstrap5-dark.scss +0 -1
- package/styles/rich-text-editor/icons/_bootstrap5.scss +0 -304
- package/styles/rich-text-editor/icons/_fabric-dark.scss +0 -305
- package/styles/rich-text-editor/icons/_fabric.scss +0 -305
- package/styles/rich-text-editor/icons/_fluent-dark.scss +0 -1
- package/styles/rich-text-editor/icons/_fluent.scss +0 -304
- package/styles/rich-text-editor/icons/_fusionnew.scss +0 -304
- package/styles/rich-text-editor/icons/_highcontrast-light.scss +0 -305
- package/styles/rich-text-editor/icons/_highcontrast.scss +0 -305
- package/styles/rich-text-editor/icons/_material-dark.scss +0 -305
- package/styles/rich-text-editor/icons/_material.scss +0 -305
- package/styles/rich-text-editor/icons/_material3.scss +0 -304
- package/styles/rich-text-editor/icons/_tailwind-dark.scss +0 -1
- package/styles/rich-text-editor/icons/_tailwind.scss +0 -304
- package/syncfusion-ej2-angular-richtexteditor.d.ts +0 -5
|
@@ -413,31 +413,31 @@
|
|
|
413
413
|
}
|
|
414
414
|
.e-bigger .e-richtexteditor.e-rte-full-screen .e-rte-edit-table,
|
|
415
415
|
.e-richtexteditor.e-bigger.e-rte-full-screen .e-rte-edit-table {
|
|
416
|
-
max-height: 283px !important;
|
|
416
|
+
max-height: 283px !important;
|
|
417
417
|
}
|
|
418
418
|
.e-bigger .e-richtexteditor.e-rte-full-screen .e-rte-edit-table-prop-dialog,
|
|
419
419
|
.e-richtexteditor.e-bigger.e-rte-full-screen .e-rte-edit-table-prop-dialog {
|
|
420
|
-
max-height: 388px !important;
|
|
420
|
+
max-height: 388px !important;
|
|
421
421
|
}
|
|
422
422
|
.e-bigger .e-richtexteditor.e-rte-full-screen .e-rte-link-dialog,
|
|
423
423
|
.e-richtexteditor.e-bigger.e-rte-full-screen .e-rte-link-dialog {
|
|
424
|
-
max-height: 378px !important;
|
|
424
|
+
max-height: 378px !important;
|
|
425
425
|
}
|
|
426
426
|
.e-bigger .e-richtexteditor.e-rte-full-screen .e-rte-img-dialog,
|
|
427
427
|
.e-richtexteditor.e-bigger.e-rte-full-screen .e-rte-img-dialog {
|
|
428
|
-
min-height: 397px !important;
|
|
428
|
+
min-height: 397px !important;
|
|
429
429
|
}
|
|
430
430
|
.e-bigger .e-richtexteditor.e-rte-full-screen .e-rte-img-link-dialog,
|
|
431
431
|
.e-richtexteditor.e-bigger.e-rte-full-screen .e-rte-img-link-dialog {
|
|
432
|
-
max-height: 211px !important;
|
|
432
|
+
max-height: 211px !important;
|
|
433
433
|
}
|
|
434
434
|
.e-bigger .e-richtexteditor.e-rte-full-screen .e-rte-img-size-dialog,
|
|
435
435
|
.e-richtexteditor.e-bigger.e-rte-full-screen .e-rte-img-size-dialog {
|
|
436
|
-
max-height: 293px !important;
|
|
436
|
+
max-height: 293px !important;
|
|
437
437
|
}
|
|
438
438
|
.e-bigger .e-richtexteditor.e-rte-full-screen .e-rte-img-alt-dialog,
|
|
439
439
|
.e-richtexteditor.e-bigger.e-rte-full-screen .e-rte-img-alt-dialog {
|
|
440
|
-
min-height: 397px !important;
|
|
440
|
+
min-height: 397px !important;
|
|
441
441
|
}
|
|
442
442
|
|
|
443
443
|
.e-richtexteditor {
|
|
@@ -463,13 +463,13 @@
|
|
|
463
463
|
}
|
|
464
464
|
.e-richtexteditor.e-rte-full-screen {
|
|
465
465
|
bottom: 0;
|
|
466
|
-
height: 100% !important;
|
|
466
|
+
height: 100% !important;
|
|
467
467
|
left: 0;
|
|
468
468
|
overflow: auto;
|
|
469
469
|
position: fixed;
|
|
470
470
|
right: 0;
|
|
471
471
|
top: 0;
|
|
472
|
-
width: 100% !important;
|
|
472
|
+
width: 100% !important;
|
|
473
473
|
z-index: 999;
|
|
474
474
|
}
|
|
475
475
|
.e-richtexteditor.e-rte-full-screen .e-resize-handle {
|
|
@@ -479,25 +479,25 @@
|
|
|
479
479
|
height: calc(100% - 42px);
|
|
480
480
|
}
|
|
481
481
|
.e-richtexteditor.e-rte-full-screen .e-rte-edit-table {
|
|
482
|
-
max-height: 232px !important;
|
|
482
|
+
max-height: 232px !important;
|
|
483
483
|
}
|
|
484
484
|
.e-richtexteditor.e-rte-full-screen .e-rte-edit-table-prop-dialog {
|
|
485
|
-
max-height: 340px !important;
|
|
485
|
+
max-height: 340px !important;
|
|
486
486
|
}
|
|
487
487
|
.e-richtexteditor.e-rte-full-screen .e-rte-link-dialog {
|
|
488
|
-
max-height: 331px !important;
|
|
488
|
+
max-height: 331px !important;
|
|
489
489
|
}
|
|
490
490
|
.e-richtexteditor.e-rte-full-screen .e-rte-img-dialog {
|
|
491
|
-
max-height: 363px !important;
|
|
491
|
+
max-height: 363px !important;
|
|
492
492
|
}
|
|
493
493
|
.e-richtexteditor.e-rte-full-screen .e-rte-img-link-dialog {
|
|
494
|
-
max-height: 173px !important;
|
|
494
|
+
max-height: 173px !important;
|
|
495
495
|
}
|
|
496
496
|
.e-richtexteditor.e-rte-full-screen .e-rte-img-size-dialog {
|
|
497
|
-
max-height: 236px !important;
|
|
497
|
+
max-height: 236px !important;
|
|
498
498
|
}
|
|
499
499
|
.e-richtexteditor.e-rte-full-screen .e-rte-img-alt-dialog {
|
|
500
|
-
max-height: 363px !important;
|
|
500
|
+
max-height: 363px !important;
|
|
501
501
|
}
|
|
502
502
|
.e-richtexteditor.e-rtl .e-rte-character-count {
|
|
503
503
|
left: 0;
|
|
@@ -700,7 +700,6 @@
|
|
|
700
700
|
}
|
|
701
701
|
.e-richtexteditor .e-rte-content,
|
|
702
702
|
.e-richtexteditor .e-source-content {
|
|
703
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
704
703
|
-webkit-overflow-scrolling: touch;
|
|
705
704
|
overflow: auto;
|
|
706
705
|
transition: 100ms ease-out;
|
|
@@ -737,39 +736,39 @@
|
|
|
737
736
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
738
737
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
739
738
|
font-size: 2.17em;
|
|
740
|
-
font-weight:
|
|
739
|
+
font-weight: 400;
|
|
741
740
|
line-height: 1;
|
|
742
741
|
margin: 10px 0;
|
|
743
742
|
}
|
|
744
743
|
.e-richtexteditor .e-rte-content .e-content h2,
|
|
745
744
|
.e-richtexteditor .e-source-content .e-content h2 {
|
|
746
745
|
font-size: 1.74em;
|
|
747
|
-
font-weight:
|
|
746
|
+
font-weight: 400;
|
|
748
747
|
margin: 10px 0;
|
|
749
748
|
}
|
|
750
749
|
.e-richtexteditor .e-rte-content .e-content h3,
|
|
751
750
|
.e-richtexteditor .e-source-content .e-content h3 {
|
|
752
751
|
font-size: 1.31em;
|
|
753
|
-
font-weight:
|
|
752
|
+
font-weight: 400;
|
|
754
753
|
margin: 10px 0;
|
|
755
754
|
}
|
|
756
755
|
.e-richtexteditor .e-rte-content .e-content h4,
|
|
757
756
|
.e-richtexteditor .e-source-content .e-content h4 {
|
|
758
757
|
font-size: 16px;
|
|
759
|
-
font-weight:
|
|
758
|
+
font-weight: 400;
|
|
760
759
|
line-height: 1.5;
|
|
761
760
|
margin: 0;
|
|
762
761
|
}
|
|
763
762
|
.e-richtexteditor .e-rte-content .e-content h5,
|
|
764
763
|
.e-richtexteditor .e-source-content .e-content h5 {
|
|
765
764
|
font-size: 0.8em;
|
|
766
|
-
font-weight:
|
|
765
|
+
font-weight: 400;
|
|
767
766
|
margin: 0;
|
|
768
767
|
}
|
|
769
768
|
.e-richtexteditor .e-rte-content .e-content h6,
|
|
770
769
|
.e-richtexteditor .e-source-content .e-content h6 {
|
|
771
770
|
font-size: 0.65em;
|
|
772
|
-
font-weight:
|
|
771
|
+
font-weight: 400;
|
|
773
772
|
margin: 0;
|
|
774
773
|
}
|
|
775
774
|
.e-richtexteditor .e-rte-content .e-content blockquote,
|
|
@@ -797,7 +796,7 @@
|
|
|
797
796
|
.e-richtexteditor .e-rte-content .e-content b,
|
|
798
797
|
.e-richtexteditor .e-source-content .e-content strong,
|
|
799
798
|
.e-richtexteditor .e-source-content .e-content b {
|
|
800
|
-
font-weight:
|
|
799
|
+
font-weight: 700;
|
|
801
800
|
}
|
|
802
801
|
.e-richtexteditor .e-rte-content .e-content a,
|
|
803
802
|
.e-richtexteditor .e-source-content .e-content a {
|
|
@@ -965,37 +964,37 @@
|
|
|
965
964
|
font-weight: bold;
|
|
966
965
|
}
|
|
967
966
|
.e-rte-dropdown-popup ul .e-item.e-segoe-ui {
|
|
968
|
-
font-family: "Segoe UI",
|
|
967
|
+
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
|
|
969
968
|
}
|
|
970
969
|
.e-rte-dropdown-popup ul .e-item.e-arial {
|
|
971
|
-
font-family:
|
|
970
|
+
font-family: Arial, Helvetica, sans-serif;
|
|
972
971
|
}
|
|
973
972
|
.e-rte-dropdown-popup ul .e-item.e-courier-new {
|
|
974
|
-
font-family:
|
|
973
|
+
font-family: Courier New, Courier, monospace;
|
|
975
974
|
}
|
|
976
975
|
.e-rte-dropdown-popup ul .e-item.e-georgia {
|
|
977
|
-
font-family:
|
|
976
|
+
font-family: Georgia, "Times New Roman", Times, serif;
|
|
978
977
|
}
|
|
979
978
|
.e-rte-dropdown-popup ul .e-item.e-helvetica-neue {
|
|
980
|
-
font-family: "Helvetica Neue",
|
|
979
|
+
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
981
980
|
}
|
|
982
981
|
.e-rte-dropdown-popup ul .e-item.e-impact {
|
|
983
|
-
font-family:
|
|
982
|
+
font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
|
|
984
983
|
}
|
|
985
984
|
.e-rte-dropdown-popup ul .e-item.e-lucida-console {
|
|
986
|
-
font-family:
|
|
985
|
+
font-family: Lucida Console, Monaco, monospace;
|
|
987
986
|
}
|
|
988
987
|
.e-rte-dropdown-popup ul .e-item.e-tahoma {
|
|
989
|
-
font-family: "Segoe UI",
|
|
988
|
+
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
|
|
990
989
|
}
|
|
991
990
|
.e-rte-dropdown-popup ul .e-item.e-times-new-roman {
|
|
992
|
-
font-family: "Times New Roman",
|
|
991
|
+
font-family: "Times New Roman", Times, serif;
|
|
993
992
|
}
|
|
994
993
|
.e-rte-dropdown-popup ul .e-item.e-trebuchet-ms {
|
|
995
|
-
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans",
|
|
994
|
+
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
|
|
996
995
|
}
|
|
997
996
|
.e-rte-dropdown-popup ul .e-item.e-verdana {
|
|
998
|
-
font-family:
|
|
997
|
+
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
|
999
998
|
}
|
|
1000
999
|
.e-rte-dropdown-popup ul .e-item.e-roboto {
|
|
1001
1000
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -413,31 +413,31 @@
|
|
|
413
413
|
}
|
|
414
414
|
.e-bigger .e-richtexteditor.e-rte-full-screen .e-rte-edit-table,
|
|
415
415
|
.e-richtexteditor.e-bigger.e-rte-full-screen .e-rte-edit-table {
|
|
416
|
-
max-height: 283px !important;
|
|
416
|
+
max-height: 283px !important;
|
|
417
417
|
}
|
|
418
418
|
.e-bigger .e-richtexteditor.e-rte-full-screen .e-rte-edit-table-prop-dialog,
|
|
419
419
|
.e-richtexteditor.e-bigger.e-rte-full-screen .e-rte-edit-table-prop-dialog {
|
|
420
|
-
max-height: 388px !important;
|
|
420
|
+
max-height: 388px !important;
|
|
421
421
|
}
|
|
422
422
|
.e-bigger .e-richtexteditor.e-rte-full-screen .e-rte-link-dialog,
|
|
423
423
|
.e-richtexteditor.e-bigger.e-rte-full-screen .e-rte-link-dialog {
|
|
424
|
-
max-height: 378px !important;
|
|
424
|
+
max-height: 378px !important;
|
|
425
425
|
}
|
|
426
426
|
.e-bigger .e-richtexteditor.e-rte-full-screen .e-rte-img-dialog,
|
|
427
427
|
.e-richtexteditor.e-bigger.e-rte-full-screen .e-rte-img-dialog {
|
|
428
|
-
min-height: 397px !important;
|
|
428
|
+
min-height: 397px !important;
|
|
429
429
|
}
|
|
430
430
|
.e-bigger .e-richtexteditor.e-rte-full-screen .e-rte-img-link-dialog,
|
|
431
431
|
.e-richtexteditor.e-bigger.e-rte-full-screen .e-rte-img-link-dialog {
|
|
432
|
-
max-height: 211px !important;
|
|
432
|
+
max-height: 211px !important;
|
|
433
433
|
}
|
|
434
434
|
.e-bigger .e-richtexteditor.e-rte-full-screen .e-rte-img-size-dialog,
|
|
435
435
|
.e-richtexteditor.e-bigger.e-rte-full-screen .e-rte-img-size-dialog {
|
|
436
|
-
max-height: 293px !important;
|
|
436
|
+
max-height: 293px !important;
|
|
437
437
|
}
|
|
438
438
|
.e-bigger .e-richtexteditor.e-rte-full-screen .e-rte-img-alt-dialog,
|
|
439
439
|
.e-richtexteditor.e-bigger.e-rte-full-screen .e-rte-img-alt-dialog {
|
|
440
|
-
min-height: 397px !important;
|
|
440
|
+
min-height: 397px !important;
|
|
441
441
|
}
|
|
442
442
|
|
|
443
443
|
.e-richtexteditor {
|
|
@@ -463,13 +463,13 @@
|
|
|
463
463
|
}
|
|
464
464
|
.e-richtexteditor.e-rte-full-screen {
|
|
465
465
|
bottom: 0;
|
|
466
|
-
height: 100% !important;
|
|
466
|
+
height: 100% !important;
|
|
467
467
|
left: 0;
|
|
468
468
|
overflow: auto;
|
|
469
469
|
position: fixed;
|
|
470
470
|
right: 0;
|
|
471
471
|
top: 0;
|
|
472
|
-
width: 100% !important;
|
|
472
|
+
width: 100% !important;
|
|
473
473
|
z-index: 999;
|
|
474
474
|
}
|
|
475
475
|
.e-richtexteditor.e-rte-full-screen .e-resize-handle {
|
|
@@ -479,25 +479,25 @@
|
|
|
479
479
|
height: calc(100% - 42px);
|
|
480
480
|
}
|
|
481
481
|
.e-richtexteditor.e-rte-full-screen .e-rte-edit-table {
|
|
482
|
-
max-height: 232px !important;
|
|
482
|
+
max-height: 232px !important;
|
|
483
483
|
}
|
|
484
484
|
.e-richtexteditor.e-rte-full-screen .e-rte-edit-table-prop-dialog {
|
|
485
|
-
max-height: 340px !important;
|
|
485
|
+
max-height: 340px !important;
|
|
486
486
|
}
|
|
487
487
|
.e-richtexteditor.e-rte-full-screen .e-rte-link-dialog {
|
|
488
|
-
max-height: 331px !important;
|
|
488
|
+
max-height: 331px !important;
|
|
489
489
|
}
|
|
490
490
|
.e-richtexteditor.e-rte-full-screen .e-rte-img-dialog {
|
|
491
|
-
max-height: 363px !important;
|
|
491
|
+
max-height: 363px !important;
|
|
492
492
|
}
|
|
493
493
|
.e-richtexteditor.e-rte-full-screen .e-rte-img-link-dialog {
|
|
494
|
-
max-height: 173px !important;
|
|
494
|
+
max-height: 173px !important;
|
|
495
495
|
}
|
|
496
496
|
.e-richtexteditor.e-rte-full-screen .e-rte-img-size-dialog {
|
|
497
|
-
max-height: 236px !important;
|
|
497
|
+
max-height: 236px !important;
|
|
498
498
|
}
|
|
499
499
|
.e-richtexteditor.e-rte-full-screen .e-rte-img-alt-dialog {
|
|
500
|
-
max-height: 363px !important;
|
|
500
|
+
max-height: 363px !important;
|
|
501
501
|
}
|
|
502
502
|
.e-richtexteditor.e-rtl .e-rte-character-count {
|
|
503
503
|
left: 0;
|
|
@@ -700,7 +700,6 @@
|
|
|
700
700
|
}
|
|
701
701
|
.e-richtexteditor .e-rte-content,
|
|
702
702
|
.e-richtexteditor .e-source-content {
|
|
703
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
704
703
|
-webkit-overflow-scrolling: touch;
|
|
705
704
|
overflow: auto;
|
|
706
705
|
transition: 100ms ease-out;
|
|
@@ -737,39 +736,39 @@
|
|
|
737
736
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
738
737
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
739
738
|
font-size: 2.17em;
|
|
740
|
-
font-weight:
|
|
739
|
+
font-weight: 400;
|
|
741
740
|
line-height: 1;
|
|
742
741
|
margin: 10px 0;
|
|
743
742
|
}
|
|
744
743
|
.e-richtexteditor .e-rte-content .e-content h2,
|
|
745
744
|
.e-richtexteditor .e-source-content .e-content h2 {
|
|
746
745
|
font-size: 1.74em;
|
|
747
|
-
font-weight:
|
|
746
|
+
font-weight: 400;
|
|
748
747
|
margin: 10px 0;
|
|
749
748
|
}
|
|
750
749
|
.e-richtexteditor .e-rte-content .e-content h3,
|
|
751
750
|
.e-richtexteditor .e-source-content .e-content h3 {
|
|
752
751
|
font-size: 1.31em;
|
|
753
|
-
font-weight:
|
|
752
|
+
font-weight: 400;
|
|
754
753
|
margin: 10px 0;
|
|
755
754
|
}
|
|
756
755
|
.e-richtexteditor .e-rte-content .e-content h4,
|
|
757
756
|
.e-richtexteditor .e-source-content .e-content h4 {
|
|
758
757
|
font-size: 16px;
|
|
759
|
-
font-weight:
|
|
758
|
+
font-weight: 400;
|
|
760
759
|
line-height: 1.5;
|
|
761
760
|
margin: 0;
|
|
762
761
|
}
|
|
763
762
|
.e-richtexteditor .e-rte-content .e-content h5,
|
|
764
763
|
.e-richtexteditor .e-source-content .e-content h5 {
|
|
765
764
|
font-size: 0.8em;
|
|
766
|
-
font-weight:
|
|
765
|
+
font-weight: 400;
|
|
767
766
|
margin: 0;
|
|
768
767
|
}
|
|
769
768
|
.e-richtexteditor .e-rte-content .e-content h6,
|
|
770
769
|
.e-richtexteditor .e-source-content .e-content h6 {
|
|
771
770
|
font-size: 0.65em;
|
|
772
|
-
font-weight:
|
|
771
|
+
font-weight: 400;
|
|
773
772
|
margin: 0;
|
|
774
773
|
}
|
|
775
774
|
.e-richtexteditor .e-rte-content .e-content blockquote,
|
|
@@ -797,7 +796,7 @@
|
|
|
797
796
|
.e-richtexteditor .e-rte-content .e-content b,
|
|
798
797
|
.e-richtexteditor .e-source-content .e-content strong,
|
|
799
798
|
.e-richtexteditor .e-source-content .e-content b {
|
|
800
|
-
font-weight:
|
|
799
|
+
font-weight: 700;
|
|
801
800
|
}
|
|
802
801
|
.e-richtexteditor .e-rte-content .e-content a,
|
|
803
802
|
.e-richtexteditor .e-source-content .e-content a {
|
|
@@ -965,37 +964,37 @@
|
|
|
965
964
|
font-weight: bold;
|
|
966
965
|
}
|
|
967
966
|
.e-rte-dropdown-popup ul .e-item.e-segoe-ui {
|
|
968
|
-
font-family: "Segoe UI",
|
|
967
|
+
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
|
|
969
968
|
}
|
|
970
969
|
.e-rte-dropdown-popup ul .e-item.e-arial {
|
|
971
|
-
font-family:
|
|
970
|
+
font-family: Arial, Helvetica, sans-serif;
|
|
972
971
|
}
|
|
973
972
|
.e-rte-dropdown-popup ul .e-item.e-courier-new {
|
|
974
|
-
font-family:
|
|
973
|
+
font-family: Courier New, Courier, monospace;
|
|
975
974
|
}
|
|
976
975
|
.e-rte-dropdown-popup ul .e-item.e-georgia {
|
|
977
|
-
font-family:
|
|
976
|
+
font-family: Georgia, "Times New Roman", Times, serif;
|
|
978
977
|
}
|
|
979
978
|
.e-rte-dropdown-popup ul .e-item.e-helvetica-neue {
|
|
980
|
-
font-family: "Helvetica Neue",
|
|
979
|
+
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
981
980
|
}
|
|
982
981
|
.e-rte-dropdown-popup ul .e-item.e-impact {
|
|
983
|
-
font-family:
|
|
982
|
+
font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
|
|
984
983
|
}
|
|
985
984
|
.e-rte-dropdown-popup ul .e-item.e-lucida-console {
|
|
986
|
-
font-family:
|
|
985
|
+
font-family: Lucida Console, Monaco, monospace;
|
|
987
986
|
}
|
|
988
987
|
.e-rte-dropdown-popup ul .e-item.e-tahoma {
|
|
989
|
-
font-family: "Segoe UI",
|
|
988
|
+
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
|
|
990
989
|
}
|
|
991
990
|
.e-rte-dropdown-popup ul .e-item.e-times-new-roman {
|
|
992
|
-
font-family: "Times New Roman",
|
|
991
|
+
font-family: "Times New Roman", Times, serif;
|
|
993
992
|
}
|
|
994
993
|
.e-rte-dropdown-popup ul .e-item.e-trebuchet-ms {
|
|
995
|
-
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans",
|
|
994
|
+
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
|
|
996
995
|
}
|
|
997
996
|
.e-rte-dropdown-popup ul .e-item.e-verdana {
|
|
998
|
-
font-family:
|
|
997
|
+
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
|
999
998
|
}
|
|
1000
999
|
.e-rte-dropdown-popup ul .e-item.e-roboto {
|
|
1001
1000
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif;
|
package/styles/tailwind.css
CHANGED
|
@@ -413,31 +413,31 @@
|
|
|
413
413
|
}
|
|
414
414
|
.e-bigger .e-richtexteditor.e-rte-full-screen .e-rte-edit-table,
|
|
415
415
|
.e-richtexteditor.e-bigger.e-rte-full-screen .e-rte-edit-table {
|
|
416
|
-
max-height: 283px !important;
|
|
416
|
+
max-height: 283px !important;
|
|
417
417
|
}
|
|
418
418
|
.e-bigger .e-richtexteditor.e-rte-full-screen .e-rte-edit-table-prop-dialog,
|
|
419
419
|
.e-richtexteditor.e-bigger.e-rte-full-screen .e-rte-edit-table-prop-dialog {
|
|
420
|
-
max-height: 388px !important;
|
|
420
|
+
max-height: 388px !important;
|
|
421
421
|
}
|
|
422
422
|
.e-bigger .e-richtexteditor.e-rte-full-screen .e-rte-link-dialog,
|
|
423
423
|
.e-richtexteditor.e-bigger.e-rte-full-screen .e-rte-link-dialog {
|
|
424
|
-
max-height: 378px !important;
|
|
424
|
+
max-height: 378px !important;
|
|
425
425
|
}
|
|
426
426
|
.e-bigger .e-richtexteditor.e-rte-full-screen .e-rte-img-dialog,
|
|
427
427
|
.e-richtexteditor.e-bigger.e-rte-full-screen .e-rte-img-dialog {
|
|
428
|
-
min-height: 397px !important;
|
|
428
|
+
min-height: 397px !important;
|
|
429
429
|
}
|
|
430
430
|
.e-bigger .e-richtexteditor.e-rte-full-screen .e-rte-img-link-dialog,
|
|
431
431
|
.e-richtexteditor.e-bigger.e-rte-full-screen .e-rte-img-link-dialog {
|
|
432
|
-
max-height: 211px !important;
|
|
432
|
+
max-height: 211px !important;
|
|
433
433
|
}
|
|
434
434
|
.e-bigger .e-richtexteditor.e-rte-full-screen .e-rte-img-size-dialog,
|
|
435
435
|
.e-richtexteditor.e-bigger.e-rte-full-screen .e-rte-img-size-dialog {
|
|
436
|
-
max-height: 293px !important;
|
|
436
|
+
max-height: 293px !important;
|
|
437
437
|
}
|
|
438
438
|
.e-bigger .e-richtexteditor.e-rte-full-screen .e-rte-img-alt-dialog,
|
|
439
439
|
.e-richtexteditor.e-bigger.e-rte-full-screen .e-rte-img-alt-dialog {
|
|
440
|
-
min-height: 397px !important;
|
|
440
|
+
min-height: 397px !important;
|
|
441
441
|
}
|
|
442
442
|
|
|
443
443
|
.e-richtexteditor {
|
|
@@ -463,13 +463,13 @@
|
|
|
463
463
|
}
|
|
464
464
|
.e-richtexteditor.e-rte-full-screen {
|
|
465
465
|
bottom: 0;
|
|
466
|
-
height: 100% !important;
|
|
466
|
+
height: 100% !important;
|
|
467
467
|
left: 0;
|
|
468
468
|
overflow: auto;
|
|
469
469
|
position: fixed;
|
|
470
470
|
right: 0;
|
|
471
471
|
top: 0;
|
|
472
|
-
width: 100% !important;
|
|
472
|
+
width: 100% !important;
|
|
473
473
|
z-index: 999;
|
|
474
474
|
}
|
|
475
475
|
.e-richtexteditor.e-rte-full-screen .e-resize-handle {
|
|
@@ -479,25 +479,25 @@
|
|
|
479
479
|
height: calc(100% - 42px);
|
|
480
480
|
}
|
|
481
481
|
.e-richtexteditor.e-rte-full-screen .e-rte-edit-table {
|
|
482
|
-
max-height: 232px !important;
|
|
482
|
+
max-height: 232px !important;
|
|
483
483
|
}
|
|
484
484
|
.e-richtexteditor.e-rte-full-screen .e-rte-edit-table-prop-dialog {
|
|
485
|
-
max-height: 340px !important;
|
|
485
|
+
max-height: 340px !important;
|
|
486
486
|
}
|
|
487
487
|
.e-richtexteditor.e-rte-full-screen .e-rte-link-dialog {
|
|
488
|
-
max-height: 331px !important;
|
|
488
|
+
max-height: 331px !important;
|
|
489
489
|
}
|
|
490
490
|
.e-richtexteditor.e-rte-full-screen .e-rte-img-dialog {
|
|
491
|
-
max-height: 363px !important;
|
|
491
|
+
max-height: 363px !important;
|
|
492
492
|
}
|
|
493
493
|
.e-richtexteditor.e-rte-full-screen .e-rte-img-link-dialog {
|
|
494
|
-
max-height: 173px !important;
|
|
494
|
+
max-height: 173px !important;
|
|
495
495
|
}
|
|
496
496
|
.e-richtexteditor.e-rte-full-screen .e-rte-img-size-dialog {
|
|
497
|
-
max-height: 236px !important;
|
|
497
|
+
max-height: 236px !important;
|
|
498
498
|
}
|
|
499
499
|
.e-richtexteditor.e-rte-full-screen .e-rte-img-alt-dialog {
|
|
500
|
-
max-height: 363px !important;
|
|
500
|
+
max-height: 363px !important;
|
|
501
501
|
}
|
|
502
502
|
.e-richtexteditor.e-rtl .e-rte-character-count {
|
|
503
503
|
left: 0;
|
|
@@ -700,7 +700,6 @@
|
|
|
700
700
|
}
|
|
701
701
|
.e-richtexteditor .e-rte-content,
|
|
702
702
|
.e-richtexteditor .e-source-content {
|
|
703
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
704
703
|
-webkit-overflow-scrolling: touch;
|
|
705
704
|
overflow: auto;
|
|
706
705
|
transition: 100ms ease-out;
|
|
@@ -737,39 +736,39 @@
|
|
|
737
736
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
738
737
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
739
738
|
font-size: 2.17em;
|
|
740
|
-
font-weight:
|
|
739
|
+
font-weight: 400;
|
|
741
740
|
line-height: 1;
|
|
742
741
|
margin: 10px 0;
|
|
743
742
|
}
|
|
744
743
|
.e-richtexteditor .e-rte-content .e-content h2,
|
|
745
744
|
.e-richtexteditor .e-source-content .e-content h2 {
|
|
746
745
|
font-size: 1.74em;
|
|
747
|
-
font-weight:
|
|
746
|
+
font-weight: 400;
|
|
748
747
|
margin: 10px 0;
|
|
749
748
|
}
|
|
750
749
|
.e-richtexteditor .e-rte-content .e-content h3,
|
|
751
750
|
.e-richtexteditor .e-source-content .e-content h3 {
|
|
752
751
|
font-size: 1.31em;
|
|
753
|
-
font-weight:
|
|
752
|
+
font-weight: 400;
|
|
754
753
|
margin: 10px 0;
|
|
755
754
|
}
|
|
756
755
|
.e-richtexteditor .e-rte-content .e-content h4,
|
|
757
756
|
.e-richtexteditor .e-source-content .e-content h4 {
|
|
758
757
|
font-size: 16px;
|
|
759
|
-
font-weight:
|
|
758
|
+
font-weight: 400;
|
|
760
759
|
line-height: 1.5;
|
|
761
760
|
margin: 0;
|
|
762
761
|
}
|
|
763
762
|
.e-richtexteditor .e-rte-content .e-content h5,
|
|
764
763
|
.e-richtexteditor .e-source-content .e-content h5 {
|
|
765
764
|
font-size: 0.8em;
|
|
766
|
-
font-weight:
|
|
765
|
+
font-weight: 400;
|
|
767
766
|
margin: 0;
|
|
768
767
|
}
|
|
769
768
|
.e-richtexteditor .e-rte-content .e-content h6,
|
|
770
769
|
.e-richtexteditor .e-source-content .e-content h6 {
|
|
771
770
|
font-size: 0.65em;
|
|
772
|
-
font-weight:
|
|
771
|
+
font-weight: 400;
|
|
773
772
|
margin: 0;
|
|
774
773
|
}
|
|
775
774
|
.e-richtexteditor .e-rte-content .e-content blockquote,
|
|
@@ -797,7 +796,7 @@
|
|
|
797
796
|
.e-richtexteditor .e-rte-content .e-content b,
|
|
798
797
|
.e-richtexteditor .e-source-content .e-content strong,
|
|
799
798
|
.e-richtexteditor .e-source-content .e-content b {
|
|
800
|
-
font-weight:
|
|
799
|
+
font-weight: 700;
|
|
801
800
|
}
|
|
802
801
|
.e-richtexteditor .e-rte-content .e-content a,
|
|
803
802
|
.e-richtexteditor .e-source-content .e-content a {
|
|
@@ -965,37 +964,37 @@
|
|
|
965
964
|
font-weight: bold;
|
|
966
965
|
}
|
|
967
966
|
.e-rte-dropdown-popup ul .e-item.e-segoe-ui {
|
|
968
|
-
font-family: "Segoe UI",
|
|
967
|
+
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
|
|
969
968
|
}
|
|
970
969
|
.e-rte-dropdown-popup ul .e-item.e-arial {
|
|
971
|
-
font-family:
|
|
970
|
+
font-family: Arial, Helvetica, sans-serif;
|
|
972
971
|
}
|
|
973
972
|
.e-rte-dropdown-popup ul .e-item.e-courier-new {
|
|
974
|
-
font-family:
|
|
973
|
+
font-family: Courier New, Courier, monospace;
|
|
975
974
|
}
|
|
976
975
|
.e-rte-dropdown-popup ul .e-item.e-georgia {
|
|
977
|
-
font-family:
|
|
976
|
+
font-family: Georgia, "Times New Roman", Times, serif;
|
|
978
977
|
}
|
|
979
978
|
.e-rte-dropdown-popup ul .e-item.e-helvetica-neue {
|
|
980
|
-
font-family: "Helvetica Neue",
|
|
979
|
+
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
981
980
|
}
|
|
982
981
|
.e-rte-dropdown-popup ul .e-item.e-impact {
|
|
983
|
-
font-family:
|
|
982
|
+
font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
|
|
984
983
|
}
|
|
985
984
|
.e-rte-dropdown-popup ul .e-item.e-lucida-console {
|
|
986
|
-
font-family:
|
|
985
|
+
font-family: Lucida Console, Monaco, monospace;
|
|
987
986
|
}
|
|
988
987
|
.e-rte-dropdown-popup ul .e-item.e-tahoma {
|
|
989
|
-
font-family: "Segoe UI",
|
|
988
|
+
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
|
|
990
989
|
}
|
|
991
990
|
.e-rte-dropdown-popup ul .e-item.e-times-new-roman {
|
|
992
|
-
font-family: "Times New Roman",
|
|
991
|
+
font-family: "Times New Roman", Times, serif;
|
|
993
992
|
}
|
|
994
993
|
.e-rte-dropdown-popup ul .e-item.e-trebuchet-ms {
|
|
995
|
-
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans",
|
|
994
|
+
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
|
|
996
995
|
}
|
|
997
996
|
.e-rte-dropdown-popup ul .e-item.e-verdana {
|
|
998
|
-
font-family:
|
|
997
|
+
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
|
999
998
|
}
|
|
1000
999
|
.e-rte-dropdown-popup ul .e-item.e-roboto {
|
|
1001
1000
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif;
|
package/esm2020/public_api.mjs
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
// Mapping root file for package generation
|
|
2
|
-
export * from './src/index';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsMkNBQTJDO0FBQzNDLGNBQWMsYUFBYSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLy8gTWFwcGluZyByb290IGZpbGUgZm9yIHBhY2thZ2UgZ2VuZXJhdGlvblxuZXhwb3J0ICogZnJvbSAnLi9zcmMvaW5kZXgnOyJdfQ==
|
package/esm2020/src/index.mjs
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export { RichTextEditorComponent } from './rich-text-editor/richtexteditor.component';
|
|
2
|
-
export { RichTextEditorModule } from './rich-text-editor/richtexteditor.module';
|
|
3
|
-
export { RichTextEditorAllModule, ToolbarService, LinkService, ImageService, CountService, QuickToolbarService, HtmlEditorService, MarkdownEditorService, TableService, PasteCleanupService, ResizeService, FileManagerService } from './rich-text-editor/richtexteditor-all.module';
|
|
4
|
-
export * from '@syncfusion/ej2-richtexteditor';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFDLE1BQU0sNkNBQTZDLENBQUM7QUFDckYsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sMENBQTBDLENBQUM7QUFDaEYsT0FBTyxFQUFFLHVCQUF1QixFQUFFLGNBQWMsRUFBRSxXQUFXLEVBQUUsWUFBWSxFQUFFLFlBQVksRUFBRSxtQkFBbUIsRUFBRSxpQkFBaUIsRUFBRSxxQkFBcUIsRUFBRSxZQUFZLEVBQUUsbUJBQW1CLEVBQUUsYUFBYSxFQUFFLGtCQUFrQixFQUFFLE1BQU0sOENBQThDLENBQUM7QUFDclIsY0FBYyxnQ0FBZ0MsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7IFJpY2hUZXh0RWRpdG9yQ29tcG9uZW50fSBmcm9tICcuL3JpY2gtdGV4dC1lZGl0b3IvcmljaHRleHRlZGl0b3IuY29tcG9uZW50JztcbmV4cG9ydCB7IFJpY2hUZXh0RWRpdG9yTW9kdWxlIH0gZnJvbSAnLi9yaWNoLXRleHQtZWRpdG9yL3JpY2h0ZXh0ZWRpdG9yLm1vZHVsZSc7XG5leHBvcnQgeyBSaWNoVGV4dEVkaXRvckFsbE1vZHVsZSwgVG9vbGJhclNlcnZpY2UsIExpbmtTZXJ2aWNlLCBJbWFnZVNlcnZpY2UsIENvdW50U2VydmljZSwgUXVpY2tUb29sYmFyU2VydmljZSwgSHRtbEVkaXRvclNlcnZpY2UsIE1hcmtkb3duRWRpdG9yU2VydmljZSwgVGFibGVTZXJ2aWNlLCBQYXN0ZUNsZWFudXBTZXJ2aWNlLCBSZXNpemVTZXJ2aWNlLCBGaWxlTWFuYWdlclNlcnZpY2UgfSBmcm9tICcuL3JpY2gtdGV4dC1lZGl0b3IvcmljaHRleHRlZGl0b3ItYWxsLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICdAc3luY2Z1c2lvbi9lajItcmljaHRleHRlZGl0b3InOyJdfQ==
|