@syncfusion/ej2-richtexteditor 29.2.4-738301 → 29.2.4-771571
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 +1 -1
- package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es2015.js +28 -6
- package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js +29 -6
- package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
- package/package.json +1 -1
- package/src/common/util.js +21 -1
- package/src/editor-manager/plugin/dom-tree.js +6 -4
- package/src/editor-manager/plugin/inserthtml.js +2 -1
- package/styles/bds-lite.css +285 -46
- package/styles/bds.css +300 -52
- package/styles/bootstrap-dark-lite.css +279 -40
- package/styles/bootstrap-dark.css +291 -43
- package/styles/bootstrap-lite.css +281 -42
- package/styles/bootstrap.css +293 -45
- package/styles/bootstrap4-lite.css +279 -40
- package/styles/bootstrap4.css +290 -42
- package/styles/bootstrap5-dark-lite.css +281 -42
- package/styles/bootstrap5-dark.css +292 -44
- package/styles/bootstrap5-lite.css +281 -42
- package/styles/bootstrap5.3-lite.css +279 -40
- package/styles/bootstrap5.3.css +291 -43
- package/styles/bootstrap5.css +292 -44
- package/styles/fabric-dark-lite.css +279 -40
- package/styles/fabric-dark.css +290 -42
- package/styles/fabric-lite.css +279 -40
- package/styles/fabric.css +290 -42
- package/styles/fluent-dark-lite.css +281 -42
- package/styles/fluent-dark.css +292 -45
- package/styles/fluent-lite.css +281 -42
- package/styles/fluent.css +292 -45
- package/styles/fluent2-lite.css +283 -44
- package/styles/fluent2.css +295 -47
- package/styles/highcontrast-light-lite.css +279 -40
- package/styles/highcontrast-light.css +290 -42
- package/styles/highcontrast-lite.css +279 -40
- package/styles/highcontrast.css +290 -42
- package/styles/material-dark-lite.css +279 -40
- package/styles/material-dark.css +290 -42
- package/styles/material-lite.css +279 -40
- package/styles/material.css +290 -42
- package/styles/material3-dark-lite.css +281 -40
- package/styles/material3-dark.css +292 -42
- package/styles/material3-lite.css +281 -40
- package/styles/material3.css +292 -42
- package/styles/rich-text-editor/_bds-definition.scss +11 -3
- package/styles/rich-text-editor/_bigger.scss +16 -4
- package/styles/rich-text-editor/_bootstrap-dark-definition.scss +9 -1
- package/styles/rich-text-editor/_bootstrap-definition.scss +10 -2
- package/styles/rich-text-editor/_bootstrap4-definition.scss +9 -1
- package/styles/rich-text-editor/_bootstrap5-definition.scss +10 -2
- package/styles/rich-text-editor/_bootstrap5.3-definition.scss +9 -1
- package/styles/rich-text-editor/_fabric-dark-definition.scss +9 -1
- package/styles/rich-text-editor/_fabric-definition.scss +9 -1
- package/styles/rich-text-editor/_fluent-definition.scss +9 -2
- package/styles/rich-text-editor/_fluent2-definition.scss +10 -2
- package/styles/rich-text-editor/_fusionnew-definition.scss +8 -1
- package/styles/rich-text-editor/_highcontrast-definition.scss +9 -1
- package/styles/rich-text-editor/_highcontrast-light-definition.scss +9 -1
- package/styles/rich-text-editor/_layout.scss +208 -34
- package/styles/rich-text-editor/_material-dark-definition.scss +9 -1
- package/styles/rich-text-editor/_material-definition.scss +9 -1
- package/styles/rich-text-editor/_material3-definition.scss +9 -1
- package/styles/rich-text-editor/_tailwind-definition.scss +9 -1
- package/styles/rich-text-editor/_tailwind3-definition.scss +11 -3
- package/styles/rich-text-editor/_theme.scss +6 -0
- package/styles/rich-text-editor/bds.css +300 -52
- package/styles/rich-text-editor/bootstrap-dark.css +291 -43
- package/styles/rich-text-editor/bootstrap.css +293 -45
- package/styles/rich-text-editor/bootstrap4.css +290 -42
- package/styles/rich-text-editor/bootstrap5-dark.css +292 -44
- package/styles/rich-text-editor/bootstrap5.3.css +291 -43
- package/styles/rich-text-editor/bootstrap5.css +292 -44
- package/styles/rich-text-editor/fabric-dark.css +290 -42
- package/styles/rich-text-editor/fabric.css +290 -42
- package/styles/rich-text-editor/fluent-dark.css +292 -45
- package/styles/rich-text-editor/fluent.css +292 -45
- package/styles/rich-text-editor/fluent2.css +295 -47
- package/styles/rich-text-editor/highcontrast-light.css +290 -42
- package/styles/rich-text-editor/highcontrast.css +290 -42
- package/styles/rich-text-editor/icons/_bds.scss +4 -1
- package/styles/rich-text-editor/icons/_bootstrap-dark.scss +4 -1
- package/styles/rich-text-editor/icons/_bootstrap.scss +4 -2
- package/styles/rich-text-editor/icons/_bootstrap4.scss +4 -2
- package/styles/rich-text-editor/icons/_bootstrap5.3.scss +4 -2
- package/styles/rich-text-editor/icons/_bootstrap5.scss +4 -2
- package/styles/rich-text-editor/icons/_fabric-dark.scss +4 -2
- package/styles/rich-text-editor/icons/_fabric.scss +4 -2
- package/styles/rich-text-editor/icons/_fluent.scss +5 -1
- package/styles/rich-text-editor/icons/_fluent2.scss +4 -2
- package/styles/rich-text-editor/icons/_fusionnew.scss +4 -2
- package/styles/rich-text-editor/icons/_highcontrast-light.scss +5 -1
- package/styles/rich-text-editor/icons/_highcontrast.scss +5 -1
- package/styles/rich-text-editor/icons/_material-dark.scss +5 -1
- package/styles/rich-text-editor/icons/_material.scss +5 -1
- package/styles/rich-text-editor/icons/_material3.scss +5 -1
- package/styles/rich-text-editor/icons/_tailwind.scss +5 -1
- package/styles/rich-text-editor/icons/_tailwind3.scss +5 -1
- package/styles/rich-text-editor/material-dark.css +290 -42
- package/styles/rich-text-editor/material.css +290 -42
- package/styles/rich-text-editor/material3-dark.css +292 -42
- package/styles/rich-text-editor/material3.css +292 -42
- package/styles/rich-text-editor/tailwind-dark.css +292 -44
- package/styles/rich-text-editor/tailwind.css +292 -44
- package/styles/rich-text-editor/tailwind3.css +294 -46
- package/styles/tailwind-dark-lite.css +281 -42
- package/styles/tailwind-dark.css +292 -44
- package/styles/tailwind-lite.css +281 -42
- package/styles/tailwind.css +292 -44
- package/styles/tailwind3-lite.css +283 -44
- package/styles/tailwind3.css +294 -46
|
@@ -19,7 +19,9 @@
|
|
|
19
19
|
.e-alignments::before {
|
|
20
20
|
content: '\e76f';
|
|
21
21
|
}
|
|
22
|
-
|
|
22
|
+
.e-rte-checklist-icon::before {
|
|
23
|
+
content: '\e928';
|
|
24
|
+
}
|
|
23
25
|
.e-justify-left::before {
|
|
24
26
|
content: '\e76f';
|
|
25
27
|
}
|
|
@@ -255,7 +257,7 @@
|
|
|
255
257
|
}
|
|
256
258
|
|
|
257
259
|
.e-table-edit-properties::before {
|
|
258
|
-
content: '\
|
|
260
|
+
content: '\e930';
|
|
259
261
|
}
|
|
260
262
|
|
|
261
263
|
.e-create-table::before {
|
|
@@ -18,7 +18,9 @@
|
|
|
18
18
|
.e-alignments::before {
|
|
19
19
|
content: '\e7b8';
|
|
20
20
|
}
|
|
21
|
-
|
|
21
|
+
.e-rte-checklist-icon::before {
|
|
22
|
+
content: '\e952';
|
|
23
|
+
}
|
|
22
24
|
.e-justify-left::before {
|
|
23
25
|
content: '\e7b8';
|
|
24
26
|
}
|
|
@@ -254,7 +256,7 @@
|
|
|
254
256
|
}
|
|
255
257
|
|
|
256
258
|
.e-table-edit-properties::before {
|
|
257
|
-
content: '\
|
|
259
|
+
content: '\e954';
|
|
258
260
|
}
|
|
259
261
|
|
|
260
262
|
.e-create-table::before {
|
|
@@ -18,7 +18,9 @@
|
|
|
18
18
|
.e-alignments::before {
|
|
19
19
|
content: '\e7b8';
|
|
20
20
|
}
|
|
21
|
-
|
|
21
|
+
.e-rte-checklist-icon::before {
|
|
22
|
+
content: '\e952';
|
|
23
|
+
}
|
|
22
24
|
.e-justify-left::before {
|
|
23
25
|
content: '\e7b8';
|
|
24
26
|
}
|
|
@@ -254,7 +256,7 @@
|
|
|
254
256
|
}
|
|
255
257
|
|
|
256
258
|
.e-table-edit-properties::before {
|
|
257
|
-
content: '\
|
|
259
|
+
content: '\e954';
|
|
258
260
|
}
|
|
259
261
|
|
|
260
262
|
.e-create-table::before {
|
|
@@ -19,7 +19,9 @@
|
|
|
19
19
|
.e-alignments::before {
|
|
20
20
|
content: '\e33a';
|
|
21
21
|
}
|
|
22
|
-
|
|
22
|
+
.e-rte-checklist-icon::before {
|
|
23
|
+
content: '\e952';
|
|
24
|
+
}
|
|
23
25
|
.e-justify-left::before {
|
|
24
26
|
content: '\e33a';
|
|
25
27
|
}
|
|
@@ -255,7 +257,7 @@
|
|
|
255
257
|
}
|
|
256
258
|
|
|
257
259
|
.e-table-edit-properties::before {
|
|
258
|
-
content: '\
|
|
260
|
+
content: '\e1c3';
|
|
259
261
|
}
|
|
260
262
|
|
|
261
263
|
.e-create-table::before {
|
|
@@ -19,7 +19,9 @@
|
|
|
19
19
|
.e-alignments::before {
|
|
20
20
|
content: '\e33a';
|
|
21
21
|
}
|
|
22
|
-
|
|
22
|
+
.e-rte-checklist-icon::before {
|
|
23
|
+
content: '\e1c1';
|
|
24
|
+
}
|
|
23
25
|
.e-justify-left::before {
|
|
24
26
|
content: '\e33a';
|
|
25
27
|
}
|
|
@@ -255,7 +257,7 @@
|
|
|
255
257
|
}
|
|
256
258
|
|
|
257
259
|
.e-table-edit-properties::before {
|
|
258
|
-
content: '\
|
|
260
|
+
content: '\e1c3';
|
|
259
261
|
}
|
|
260
262
|
|
|
261
263
|
.e-create-table::before {
|
|
@@ -19,6 +19,10 @@
|
|
|
19
19
|
content: '\e7b8';
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
+
.e-rte-checklist-icon::before {
|
|
23
|
+
content: '\e952';
|
|
24
|
+
}
|
|
25
|
+
|
|
22
26
|
.e-justify-left::before {
|
|
23
27
|
content: '\e7b8';
|
|
24
28
|
}
|
|
@@ -254,7 +258,7 @@
|
|
|
254
258
|
}
|
|
255
259
|
|
|
256
260
|
.e-table-edit-properties::before {
|
|
257
|
-
content: '\
|
|
261
|
+
content: '\e954';
|
|
258
262
|
}
|
|
259
263
|
|
|
260
264
|
.e-create-table::before {
|
|
@@ -19,7 +19,9 @@
|
|
|
19
19
|
.e-justify-left::before {
|
|
20
20
|
content: '\e7b8';
|
|
21
21
|
}
|
|
22
|
-
|
|
22
|
+
.e-rte-checklist-icon::before {
|
|
23
|
+
content: '\e952';
|
|
24
|
+
}
|
|
23
25
|
.e-justify-center::before {
|
|
24
26
|
content: '\e813';
|
|
25
27
|
}
|
|
@@ -251,7 +253,7 @@
|
|
|
251
253
|
}
|
|
252
254
|
|
|
253
255
|
.e-table-edit-properties::before {
|
|
254
|
-
content: '\
|
|
256
|
+
content: '\e954';
|
|
255
257
|
}
|
|
256
258
|
|
|
257
259
|
.e-create-table::before {
|
|
@@ -18,7 +18,9 @@
|
|
|
18
18
|
.e-justify-left::before {
|
|
19
19
|
content: '\e7b8';
|
|
20
20
|
}
|
|
21
|
-
|
|
21
|
+
.e-rte-checklist-icon::before {
|
|
22
|
+
content: '\e952';
|
|
23
|
+
}
|
|
22
24
|
.e-justify-center::before {
|
|
23
25
|
content: '\e813';
|
|
24
26
|
}
|
|
@@ -247,7 +249,7 @@
|
|
|
247
249
|
}
|
|
248
250
|
|
|
249
251
|
.e-table-edit-properties::before {
|
|
250
|
-
content: '\
|
|
252
|
+
content: '\e954';
|
|
251
253
|
}
|
|
252
254
|
|
|
253
255
|
.e-create-table::before {
|
|
@@ -20,6 +20,10 @@
|
|
|
20
20
|
content: '\e33a';
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
+
.e-rte-checklist-icon::before {
|
|
24
|
+
content: '\e1c4';
|
|
25
|
+
}
|
|
26
|
+
|
|
23
27
|
.e-justify-left::before {
|
|
24
28
|
content: '\e33a';
|
|
25
29
|
}
|
|
@@ -255,7 +259,7 @@
|
|
|
255
259
|
}
|
|
256
260
|
|
|
257
261
|
.e-table-edit-properties::before {
|
|
258
|
-
content: '\
|
|
262
|
+
content: '\e1c6';
|
|
259
263
|
}
|
|
260
264
|
|
|
261
265
|
.e-create-table::before {
|
|
@@ -24,6 +24,10 @@
|
|
|
24
24
|
content: '\e33a';
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
+
.e-rte-checklist-icon::before {
|
|
28
|
+
content: '\e1c4';
|
|
29
|
+
}
|
|
30
|
+
|
|
27
31
|
.e-justify-center::before {
|
|
28
32
|
content: '\e35e';
|
|
29
33
|
}
|
|
@@ -255,7 +259,7 @@
|
|
|
255
259
|
}
|
|
256
260
|
|
|
257
261
|
.e-table-edit-properties::before {
|
|
258
|
-
content: '\
|
|
262
|
+
content: '\e1c6';
|
|
259
263
|
}
|
|
260
264
|
|
|
261
265
|
.e-create-table::before {
|
|
@@ -24,6 +24,10 @@
|
|
|
24
24
|
content: '\e33a';
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
+
.e-rte-checklist-icon::before {
|
|
28
|
+
content: '\e952';
|
|
29
|
+
}
|
|
30
|
+
|
|
27
31
|
.e-justify-center::before {
|
|
28
32
|
content: '\e35e';
|
|
29
33
|
}
|
|
@@ -255,7 +259,7 @@
|
|
|
255
259
|
}
|
|
256
260
|
|
|
257
261
|
.e-table-edit-properties::before {
|
|
258
|
-
content: '\
|
|
262
|
+
content: '\ea1c';
|
|
259
263
|
}
|
|
260
264
|
|
|
261
265
|
.e-create-table::before {
|
|
@@ -20,6 +20,10 @@
|
|
|
20
20
|
content: '\e33a';
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
+
.e-rte-checklist-icon::before {
|
|
24
|
+
content: '\ea1a';
|
|
25
|
+
}
|
|
26
|
+
|
|
23
27
|
.e-justify-left::before {
|
|
24
28
|
content: '\e33a';
|
|
25
29
|
}
|
|
@@ -255,7 +259,7 @@
|
|
|
255
259
|
}
|
|
256
260
|
|
|
257
261
|
.e-table-edit-properties::before {
|
|
258
|
-
content: '\
|
|
262
|
+
content: '\ea1c';
|
|
259
263
|
}
|
|
260
264
|
|
|
261
265
|
.e-create-table::before {
|
|
@@ -19,6 +19,10 @@
|
|
|
19
19
|
content: '\e7b8';
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
+
.e-rte-checklist-icon::before {
|
|
23
|
+
content: '\e952';
|
|
24
|
+
}
|
|
25
|
+
|
|
22
26
|
.e-justify-left::before {
|
|
23
27
|
content: '\e7b8';
|
|
24
28
|
}
|
|
@@ -254,7 +258,7 @@
|
|
|
254
258
|
}
|
|
255
259
|
|
|
256
260
|
.e-table-edit-properties::before {
|
|
257
|
-
content: '\
|
|
261
|
+
content: '\e954';
|
|
258
262
|
}
|
|
259
263
|
|
|
260
264
|
.e-create-table::before {
|
|
@@ -19,6 +19,10 @@
|
|
|
19
19
|
content: '\e7b8';
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
+
.e-rte-checklist-icon::before {
|
|
23
|
+
content: '\e952';
|
|
24
|
+
}
|
|
25
|
+
|
|
22
26
|
.e-justify-left::before {
|
|
23
27
|
content: '\e7b8';
|
|
24
28
|
}
|
|
@@ -254,7 +258,7 @@
|
|
|
254
258
|
}
|
|
255
259
|
|
|
256
260
|
.e-table-edit-properties::before {
|
|
257
|
-
content: '\
|
|
261
|
+
content: '\e954';
|
|
258
262
|
}
|
|
259
263
|
|
|
260
264
|
.e-create-table::before {
|
|
@@ -19,6 +19,10 @@
|
|
|
19
19
|
content: '\e7b8';
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
+
.e-rte-checklist-icon::before {
|
|
23
|
+
content: '\e952';
|
|
24
|
+
}
|
|
25
|
+
|
|
22
26
|
.e-justify-left::before {
|
|
23
27
|
content: '\e7b8';
|
|
24
28
|
}
|
|
@@ -254,7 +258,7 @@
|
|
|
254
258
|
}
|
|
255
259
|
|
|
256
260
|
.e-table-edit-properties::before {
|
|
257
|
-
content: '\
|
|
261
|
+
content: '\e954';
|
|
258
262
|
}
|
|
259
263
|
|
|
260
264
|
.e-create-table::before {
|