@syncfusion/ej2-richtexteditor 27.1.48 → 27.1.51
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/dist/ej2-richtexteditor.umd.min.js +2 -2
- package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es2015.js +74 -17
- package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js +74 -17
- package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
- package/dist/global/ej2-richtexteditor.min.js +2 -2
- package/dist/global/ej2-richtexteditor.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +13 -14
- package/src/editor-manager/plugin/clearformat.js +13 -6
- package/src/editor-manager/plugin/inserthtml.js +22 -1
- package/src/editor-manager/plugin/ms-word-clean-up.js +17 -2
- package/src/editor-manager/plugin/table.js +3 -0
- package/src/rich-text-editor/actions/enter-key.js +7 -2
- package/src/rich-text-editor/actions/html-editor.js +3 -2
- package/src/rich-text-editor/actions/paste-clean-up.js +2 -1
- package/src/rich-text-editor/base/rich-text-editor-model.d.ts +8 -8
- package/src/rich-text-editor/base/rich-text-editor.d.ts +8 -8
- package/src/rich-text-editor/base/rich-text-editor.js +5 -1
- package/src/rich-text-editor/formatter/formatter.js +1 -1
- package/src/rich-text-editor/models/default-locale.js +1 -1
- package/src/rich-text-editor/renderer/image-module.js +1 -1
- package/styles/bootstrap-dark-lite.css +20 -0
- package/styles/bootstrap-dark.css +20 -0
- package/styles/bootstrap-lite.css +20 -0
- package/styles/bootstrap.css +20 -0
- package/styles/bootstrap4-lite.css +20 -0
- package/styles/bootstrap4.css +20 -0
- package/styles/bootstrap5-dark-lite.css +20 -0
- package/styles/bootstrap5-dark.css +20 -0
- package/styles/bootstrap5-lite.css +20 -0
- package/styles/bootstrap5.3-lite.css +26 -0
- package/styles/bootstrap5.3.css +26 -0
- package/styles/bootstrap5.css +20 -0
- package/styles/fabric-dark-lite.css +20 -0
- package/styles/fabric-dark.css +20 -0
- package/styles/fabric-lite.css +20 -0
- package/styles/fabric.css +20 -0
- package/styles/fluent-dark-lite.css +20 -0
- package/styles/fluent-dark.css +20 -0
- package/styles/fluent-lite.css +20 -0
- package/styles/fluent.css +20 -0
- package/styles/fluent2-lite.css +20 -0
- package/styles/fluent2.css +20 -0
- package/styles/highcontrast-light-lite.css +20 -0
- package/styles/highcontrast-light.css +20 -0
- package/styles/highcontrast-lite.css +20 -0
- package/styles/highcontrast.css +20 -0
- package/styles/material-dark-lite.css +20 -0
- package/styles/material-dark.css +20 -0
- package/styles/material-lite.css +20 -0
- package/styles/material.css +20 -0
- package/styles/material3-dark-lite.css +20 -0
- package/styles/material3-dark.css +20 -0
- package/styles/material3-lite.css +20 -0
- package/styles/material3.css +20 -0
- package/styles/rich-text-editor/_layout.scss +17 -1
- package/styles/rich-text-editor/_theme.scss +24 -6
- package/styles/rich-text-editor/bootstrap-dark.css +20 -0
- package/styles/rich-text-editor/bootstrap.css +20 -0
- package/styles/rich-text-editor/bootstrap4.css +20 -0
- package/styles/rich-text-editor/bootstrap5-dark.css +20 -0
- package/styles/rich-text-editor/bootstrap5.3.css +26 -0
- package/styles/rich-text-editor/bootstrap5.css +20 -0
- package/styles/rich-text-editor/fabric-dark.css +20 -0
- package/styles/rich-text-editor/fabric.css +20 -0
- package/styles/rich-text-editor/fluent-dark.css +20 -0
- package/styles/rich-text-editor/fluent.css +20 -0
- package/styles/rich-text-editor/fluent2.css +20 -0
- package/styles/rich-text-editor/highcontrast-light.css +20 -0
- package/styles/rich-text-editor/highcontrast.css +20 -0
- package/styles/rich-text-editor/material-dark.css +20 -0
- package/styles/rich-text-editor/material.css +20 -0
- package/styles/rich-text-editor/material3-dark.css +20 -0
- package/styles/rich-text-editor/material3.css +20 -0
- package/styles/rich-text-editor/tailwind-dark.css +20 -0
- package/styles/rich-text-editor/tailwind.css +20 -0
- package/styles/tailwind-dark-lite.css +20 -0
- package/styles/tailwind-dark.css +20 -0
- package/styles/tailwind-lite.css +20 -0
- package/styles/tailwind.css +20 -0
|
@@ -868,6 +868,26 @@
|
|
|
868
868
|
-webkit-margin-before: 10px;
|
|
869
869
|
margin-block-start: 10px;
|
|
870
870
|
}
|
|
871
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
872
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
873
|
+
list-style-type: disc;
|
|
874
|
+
}
|
|
875
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
876
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
877
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
878
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
879
|
+
list-style-type: circle;
|
|
880
|
+
}
|
|
881
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
882
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
883
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
884
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
885
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
886
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
887
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
888
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
889
|
+
list-style-type: square;
|
|
890
|
+
}
|
|
871
891
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
872
892
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
873
893
|
font-size: 2.857em;
|
|
@@ -868,6 +868,26 @@
|
|
|
868
868
|
-webkit-margin-before: 10px;
|
|
869
869
|
margin-block-start: 10px;
|
|
870
870
|
}
|
|
871
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
872
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
873
|
+
list-style-type: disc;
|
|
874
|
+
}
|
|
875
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
876
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
877
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
878
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
879
|
+
list-style-type: circle;
|
|
880
|
+
}
|
|
881
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
882
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
883
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
884
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
885
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
886
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
887
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
888
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
889
|
+
list-style-type: square;
|
|
890
|
+
}
|
|
871
891
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
872
892
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
873
893
|
font-size: 2.857em;
|
|
@@ -868,6 +868,26 @@
|
|
|
868
868
|
-webkit-margin-before: 10px;
|
|
869
869
|
margin-block-start: 10px;
|
|
870
870
|
}
|
|
871
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
872
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
873
|
+
list-style-type: disc;
|
|
874
|
+
}
|
|
875
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
876
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
877
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
878
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
879
|
+
list-style-type: circle;
|
|
880
|
+
}
|
|
881
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
882
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
883
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
884
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
885
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
886
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
887
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
888
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
889
|
+
list-style-type: square;
|
|
890
|
+
}
|
|
871
891
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
872
892
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
873
893
|
font-size: 2.857em;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -868,6 +868,26 @@
|
|
|
868
868
|
-webkit-margin-before: 10px;
|
|
869
869
|
margin-block-start: 10px;
|
|
870
870
|
}
|
|
871
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
872
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
873
|
+
list-style-type: disc;
|
|
874
|
+
}
|
|
875
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
876
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
877
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
878
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
879
|
+
list-style-type: circle;
|
|
880
|
+
}
|
|
881
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
882
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
883
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
884
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
885
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
886
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
887
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
888
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
889
|
+
list-style-type: square;
|
|
890
|
+
}
|
|
871
891
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
872
892
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
873
893
|
font-size: 2.857em;
|
package/styles/tailwind-lite.css
CHANGED
|
@@ -868,6 +868,26 @@
|
|
|
868
868
|
-webkit-margin-before: 10px;
|
|
869
869
|
margin-block-start: 10px;
|
|
870
870
|
}
|
|
871
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
872
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
873
|
+
list-style-type: disc;
|
|
874
|
+
}
|
|
875
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
876
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
877
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
878
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
879
|
+
list-style-type: circle;
|
|
880
|
+
}
|
|
881
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
882
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
883
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
884
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
885
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
886
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
887
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
888
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
889
|
+
list-style-type: square;
|
|
890
|
+
}
|
|
871
891
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
872
892
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
873
893
|
font-size: 2.857em;
|
package/styles/tailwind.css
CHANGED
|
@@ -868,6 +868,26 @@
|
|
|
868
868
|
-webkit-margin-before: 10px;
|
|
869
869
|
margin-block-start: 10px;
|
|
870
870
|
}
|
|
871
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
872
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
873
|
+
list-style-type: disc;
|
|
874
|
+
}
|
|
875
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
876
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
877
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
878
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
879
|
+
list-style-type: circle;
|
|
880
|
+
}
|
|
881
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
882
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
883
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
884
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
885
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
886
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
887
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
888
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
889
|
+
list-style-type: square;
|
|
890
|
+
}
|
|
871
891
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
872
892
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
873
893
|
font-size: 2.857em;
|