@syncfusion/ej2-richtexteditor 27.1.48 → 27.1.50
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.min.js +10 -0
- 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 +28 -9
- package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js +28 -9
- 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 +1 -1
- package/src/editor-manager/plugin/ms-word-clean-up.js +8 -0
- 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/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
|
@@ -870,6 +870,26 @@
|
|
|
870
870
|
-webkit-margin-before: 10px;
|
|
871
871
|
margin-block-start: 10px;
|
|
872
872
|
}
|
|
873
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
874
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
875
|
+
list-style-type: disc;
|
|
876
|
+
}
|
|
877
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
878
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
879
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
880
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
881
|
+
list-style-type: circle;
|
|
882
|
+
}
|
|
883
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
884
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
885
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
886
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
887
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
888
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
889
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
890
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
891
|
+
list-style-type: square;
|
|
892
|
+
}
|
|
873
893
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
874
894
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
875
895
|
font-size: 2.857em;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -870,6 +870,26 @@
|
|
|
870
870
|
-webkit-margin-before: 10px;
|
|
871
871
|
margin-block-start: 10px;
|
|
872
872
|
}
|
|
873
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
874
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
875
|
+
list-style-type: disc;
|
|
876
|
+
}
|
|
877
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
878
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
879
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
880
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
881
|
+
list-style-type: circle;
|
|
882
|
+
}
|
|
883
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
884
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
885
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
886
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
887
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
888
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
889
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
890
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
891
|
+
list-style-type: square;
|
|
892
|
+
}
|
|
873
893
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
874
894
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
875
895
|
font-size: 2.857em;
|
package/styles/fluent-lite.css
CHANGED
|
@@ -870,6 +870,26 @@
|
|
|
870
870
|
-webkit-margin-before: 10px;
|
|
871
871
|
margin-block-start: 10px;
|
|
872
872
|
}
|
|
873
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
874
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
875
|
+
list-style-type: disc;
|
|
876
|
+
}
|
|
877
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
878
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
879
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
880
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
881
|
+
list-style-type: circle;
|
|
882
|
+
}
|
|
883
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
884
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
885
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
886
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
887
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
888
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
889
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
890
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
891
|
+
list-style-type: square;
|
|
892
|
+
}
|
|
873
893
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
874
894
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
875
895
|
font-size: 2.857em;
|
package/styles/fluent.css
CHANGED
|
@@ -870,6 +870,26 @@
|
|
|
870
870
|
-webkit-margin-before: 10px;
|
|
871
871
|
margin-block-start: 10px;
|
|
872
872
|
}
|
|
873
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
874
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
875
|
+
list-style-type: disc;
|
|
876
|
+
}
|
|
877
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
878
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
879
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
880
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
881
|
+
list-style-type: circle;
|
|
882
|
+
}
|
|
883
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
884
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
885
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
886
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
887
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
888
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
889
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
890
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
891
|
+
list-style-type: square;
|
|
892
|
+
}
|
|
873
893
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
874
894
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
875
895
|
font-size: 2.857em;
|
package/styles/fluent2-lite.css
CHANGED
|
@@ -876,6 +876,26 @@
|
|
|
876
876
|
-webkit-margin-before: 10px;
|
|
877
877
|
margin-block-start: 10px;
|
|
878
878
|
}
|
|
879
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
880
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
881
|
+
list-style-type: disc;
|
|
882
|
+
}
|
|
883
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
884
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
885
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
886
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
887
|
+
list-style-type: circle;
|
|
888
|
+
}
|
|
889
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
890
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
891
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
892
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
893
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
894
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
895
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
896
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
897
|
+
list-style-type: square;
|
|
898
|
+
}
|
|
879
899
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
880
900
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
881
901
|
font-size: 2.857em;
|
package/styles/fluent2.css
CHANGED
|
@@ -876,6 +876,26 @@
|
|
|
876
876
|
-webkit-margin-before: 10px;
|
|
877
877
|
margin-block-start: 10px;
|
|
878
878
|
}
|
|
879
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
880
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
881
|
+
list-style-type: disc;
|
|
882
|
+
}
|
|
883
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
884
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
885
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
886
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
887
|
+
list-style-type: circle;
|
|
888
|
+
}
|
|
889
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
890
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
891
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
892
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
893
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
894
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
895
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
896
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
897
|
+
list-style-type: square;
|
|
898
|
+
}
|
|
879
899
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
880
900
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
881
901
|
font-size: 2.857em;
|
|
@@ -850,6 +850,26 @@
|
|
|
850
850
|
-webkit-margin-before: 10px;
|
|
851
851
|
margin-block-start: 10px;
|
|
852
852
|
}
|
|
853
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
854
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
855
|
+
list-style-type: disc;
|
|
856
|
+
}
|
|
857
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
858
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
859
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
860
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
861
|
+
list-style-type: circle;
|
|
862
|
+
}
|
|
863
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
864
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
865
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
866
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
867
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
868
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
869
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
870
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
871
|
+
list-style-type: square;
|
|
872
|
+
}
|
|
853
873
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
854
874
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
855
875
|
font-size: 2.857em;
|
|
@@ -850,6 +850,26 @@
|
|
|
850
850
|
-webkit-margin-before: 10px;
|
|
851
851
|
margin-block-start: 10px;
|
|
852
852
|
}
|
|
853
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
854
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
855
|
+
list-style-type: disc;
|
|
856
|
+
}
|
|
857
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
858
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
859
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
860
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
861
|
+
list-style-type: circle;
|
|
862
|
+
}
|
|
863
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
864
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
865
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
866
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
867
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
868
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
869
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
870
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
871
|
+
list-style-type: square;
|
|
872
|
+
}
|
|
853
873
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
854
874
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
855
875
|
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/highcontrast.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;
|
|
@@ -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/material-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/material-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/material.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;
|
|
@@ -870,6 +870,26 @@
|
|
|
870
870
|
-webkit-margin-before: 10px;
|
|
871
871
|
margin-block-start: 10px;
|
|
872
872
|
}
|
|
873
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
874
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
875
|
+
list-style-type: disc;
|
|
876
|
+
}
|
|
877
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
878
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
879
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
880
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
881
|
+
list-style-type: circle;
|
|
882
|
+
}
|
|
883
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
884
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
885
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
886
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
887
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
888
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
889
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
890
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
891
|
+
list-style-type: square;
|
|
892
|
+
}
|
|
873
893
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
874
894
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
875
895
|
font-size: 2.857em;
|
|
@@ -870,6 +870,26 @@
|
|
|
870
870
|
-webkit-margin-before: 10px;
|
|
871
871
|
margin-block-start: 10px;
|
|
872
872
|
}
|
|
873
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
874
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
875
|
+
list-style-type: disc;
|
|
876
|
+
}
|
|
877
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
878
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
879
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
880
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
881
|
+
list-style-type: circle;
|
|
882
|
+
}
|
|
883
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
884
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
885
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
886
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
887
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
888
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
889
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
890
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
891
|
+
list-style-type: square;
|
|
892
|
+
}
|
|
873
893
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
874
894
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
875
895
|
font-size: 2.857em;
|
|
@@ -872,6 +872,26 @@
|
|
|
872
872
|
-webkit-margin-before: 10px;
|
|
873
873
|
margin-block-start: 10px;
|
|
874
874
|
}
|
|
875
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
876
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
877
|
+
list-style-type: disc;
|
|
878
|
+
}
|
|
879
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
880
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
881
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
882
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
883
|
+
list-style-type: circle;
|
|
884
|
+
}
|
|
885
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
886
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
887
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
888
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
889
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
890
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
891
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
892
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
893
|
+
list-style-type: square;
|
|
894
|
+
}
|
|
875
895
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
876
896
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
877
897
|
font-size: 2.857em;
|
package/styles/material3.css
CHANGED
|
@@ -872,6 +872,26 @@
|
|
|
872
872
|
-webkit-margin-before: 10px;
|
|
873
873
|
margin-block-start: 10px;
|
|
874
874
|
}
|
|
875
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
876
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
877
|
+
list-style-type: disc;
|
|
878
|
+
}
|
|
879
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
880
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
881
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
882
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
883
|
+
list-style-type: circle;
|
|
884
|
+
}
|
|
885
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
886
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
887
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
888
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
889
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
890
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
891
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
892
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
893
|
+
list-style-type: square;
|
|
894
|
+
}
|
|
875
895
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
876
896
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
877
897
|
font-size: 2.857em;
|
|
@@ -359,6 +359,22 @@
|
|
|
359
359
|
margin-block-start: 10px;
|
|
360
360
|
}
|
|
361
361
|
|
|
362
|
+
.e-content ul {
|
|
363
|
+
list-style-type: disc;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
.e-content ul ul,
|
|
367
|
+
.e-content ol ul {
|
|
368
|
+
list-style-type: circle;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
.e-content ul ul ul,
|
|
372
|
+
.e-content ol ul ul,
|
|
373
|
+
.e-content ul ol ul,
|
|
374
|
+
.e-content ol ol ul {
|
|
375
|
+
list-style-type: square;
|
|
376
|
+
}
|
|
377
|
+
|
|
362
378
|
.e-content h1 {
|
|
363
379
|
font-size: 2.857em;
|
|
364
380
|
font-weight: 600;
|
|
@@ -427,7 +443,7 @@
|
|
|
427
443
|
word-break: inherit;
|
|
428
444
|
word-wrap: break-word;
|
|
429
445
|
|
|
430
|
-
@if $skin-name == 'fluent2' or $
|
|
446
|
+
@if $skin-name == 'fluent2' or $theme-name == 'fluent2-highcontrast' or $skin-name == 'fluent2-dark' {
|
|
431
447
|
background-color: $rte-pre-bg-color;
|
|
432
448
|
}
|
|
433
449
|
}
|
|
@@ -102,6 +102,12 @@
|
|
|
102
102
|
color: $rte-drop-btn-active-color;
|
|
103
103
|
}
|
|
104
104
|
}
|
|
105
|
+
|
|
106
|
+
.e-tbar-btn:hover {
|
|
107
|
+
@if $theme-name == 'bootstrap5.3' {
|
|
108
|
+
color: $rte-drop-btn-active-color;
|
|
109
|
+
}
|
|
110
|
+
}
|
|
105
111
|
}
|
|
106
112
|
|
|
107
113
|
.e-toolbar-extended {
|
|
@@ -128,6 +134,12 @@
|
|
|
128
134
|
background: $rte-drop-btn-active-bg;
|
|
129
135
|
}
|
|
130
136
|
|
|
137
|
+
.e-toolbar-item .e-tbar-btn:hover {
|
|
138
|
+
@if $theme-name == 'bootstrap5.3' {
|
|
139
|
+
color: $rte-drop-btn-active-color;
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
|
|
131
143
|
@if $skin-name == 'bootstrap5' {
|
|
132
144
|
.e-toolbar-item .e-tbar-btn:focus,
|
|
133
145
|
.e-toolbar-item .e-tbar-btn:hover {
|
|
@@ -146,7 +158,7 @@
|
|
|
146
158
|
background: transparent;
|
|
147
159
|
color: transparent;
|
|
148
160
|
}
|
|
149
|
-
@if $skin-name == 'Material3' or $skin-name == 'fluent2' or $
|
|
161
|
+
@if $skin-name == 'Material3' or $skin-name == 'fluent2' or $theme-name == 'fluent2-highcontrast' or $skin-name == 'fluent2-dark' {
|
|
150
162
|
::selection {
|
|
151
163
|
color: $rte-selection-color;
|
|
152
164
|
background: $rte-selection-bg;
|
|
@@ -264,7 +276,7 @@
|
|
|
264
276
|
.e-rte-list-primary-content {
|
|
265
277
|
|
|
266
278
|
&:hover {
|
|
267
|
-
@if $
|
|
279
|
+
@if $theme-name == 'fluent2-highcontrast' {
|
|
268
280
|
background: $rte-split-btn-span-active-bg;
|
|
269
281
|
}
|
|
270
282
|
@else {
|
|
@@ -284,7 +296,7 @@
|
|
|
284
296
|
.e-caret {
|
|
285
297
|
|
|
286
298
|
&:hover {
|
|
287
|
-
@if $
|
|
299
|
+
@if $theme-name == 'fluent2-highcontrast' {
|
|
288
300
|
background: $rte-split-btn-span-active-bg;
|
|
289
301
|
}
|
|
290
302
|
@else {
|
|
@@ -346,7 +358,7 @@
|
|
|
346
358
|
justify-content: center;
|
|
347
359
|
}
|
|
348
360
|
&:hover {
|
|
349
|
-
@if $
|
|
361
|
+
@if $theme-name == 'fluent2-highcontrast' {
|
|
350
362
|
background: $rte-split-btn-span-active-bg;
|
|
351
363
|
}
|
|
352
364
|
@else {
|
|
@@ -357,7 +369,7 @@
|
|
|
357
369
|
|
|
358
370
|
.e-caret {
|
|
359
371
|
&:hover {
|
|
360
|
-
@if $
|
|
372
|
+
@if $theme-name == 'fluent2-highcontrast' {
|
|
361
373
|
background: $rte-split-btn-span-active-bg;
|
|
362
374
|
}
|
|
363
375
|
@else {
|
|
@@ -651,8 +663,14 @@
|
|
|
651
663
|
}
|
|
652
664
|
}
|
|
653
665
|
}
|
|
666
|
+
|
|
654
667
|
.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
|
|
655
|
-
|
|
668
|
+
@if $theme-name == 'fluent2-highcontrast' {
|
|
669
|
+
color: $rte-drop-btn-active-color;
|
|
670
|
+
}
|
|
671
|
+
@else {
|
|
672
|
+
color: $rte-tlbar-expand-active;
|
|
673
|
+
}
|
|
656
674
|
}
|
|
657
675
|
|
|
658
676
|
.e-rte-emojipicker-popup.e-popup.e-popup-open {
|
|
@@ -879,6 +879,26 @@
|
|
|
879
879
|
-webkit-margin-before: 10px;
|
|
880
880
|
margin-block-start: 10px;
|
|
881
881
|
}
|
|
882
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
883
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
884
|
+
list-style-type: disc;
|
|
885
|
+
}
|
|
886
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
887
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
888
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
889
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
890
|
+
list-style-type: circle;
|
|
891
|
+
}
|
|
892
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
893
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
894
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
895
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
896
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
897
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
898
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
899
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
900
|
+
list-style-type: square;
|
|
901
|
+
}
|
|
882
902
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
883
903
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
884
904
|
font-size: 2.857em;
|
|
@@ -1020,6 +1020,26 @@
|
|
|
1020
1020
|
-webkit-margin-before: 10px;
|
|
1021
1021
|
margin-block-start: 10px;
|
|
1022
1022
|
}
|
|
1023
|
+
.e-richtexteditor .e-rte-content .e-content ul,
|
|
1024
|
+
.e-richtexteditor .e-source-content .e-content ul {
|
|
1025
|
+
list-style-type: disc;
|
|
1026
|
+
}
|
|
1027
|
+
.e-richtexteditor .e-rte-content .e-content ul ul,
|
|
1028
|
+
.e-richtexteditor .e-rte-content .e-content ol ul,
|
|
1029
|
+
.e-richtexteditor .e-source-content .e-content ul ul,
|
|
1030
|
+
.e-richtexteditor .e-source-content .e-content ol ul {
|
|
1031
|
+
list-style-type: circle;
|
|
1032
|
+
}
|
|
1033
|
+
.e-richtexteditor .e-rte-content .e-content ul ul ul,
|
|
1034
|
+
.e-richtexteditor .e-rte-content .e-content ol ul ul,
|
|
1035
|
+
.e-richtexteditor .e-rte-content .e-content ul ol ul,
|
|
1036
|
+
.e-richtexteditor .e-rte-content .e-content ol ol ul,
|
|
1037
|
+
.e-richtexteditor .e-source-content .e-content ul ul ul,
|
|
1038
|
+
.e-richtexteditor .e-source-content .e-content ol ul ul,
|
|
1039
|
+
.e-richtexteditor .e-source-content .e-content ul ol ul,
|
|
1040
|
+
.e-richtexteditor .e-source-content .e-content ol ol ul {
|
|
1041
|
+
list-style-type: square;
|
|
1042
|
+
}
|
|
1023
1043
|
.e-richtexteditor .e-rte-content .e-content h1,
|
|
1024
1044
|
.e-richtexteditor .e-source-content .e-content h1 {
|
|
1025
1045
|
font-size: 2.857em;
|