@syncfusion/ej2-angular-richtexteditor 23.2.7 → 24.1.41-581025
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/package.json +9 -9
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +194 -52
- package/styles/bootstrap.css +197 -53
- package/styles/bootstrap4.css +194 -52
- package/styles/bootstrap5-dark.css +195 -53
- package/styles/bootstrap5.css +195 -53
- package/styles/fabric-dark.css +194 -52
- package/styles/fabric.css +194 -52
- package/styles/fluent-dark.css +197 -53
- package/styles/fluent.css +197 -53
- package/styles/highcontrast-light.css +194 -52
- package/styles/highcontrast.css +194 -52
- package/styles/material-dark.css +196 -53
- package/styles/material.css +196 -53
- package/styles/material3-dark.css +194 -52
- package/styles/material3.css +194 -52
- package/styles/rich-text-editor/_bootstrap5-definition.scss +1 -1
- package/styles/rich-text-editor/_fluent-definition.scss +1 -1
- package/styles/rich-text-editor/_layout.scss +78 -3
- package/styles/rich-text-editor/_theme.scss +1 -1
- package/styles/rich-text-editor/bootstrap-dark.css +194 -52
- package/styles/rich-text-editor/bootstrap.css +197 -53
- package/styles/rich-text-editor/bootstrap4.css +194 -52
- package/styles/rich-text-editor/bootstrap5-dark.css +195 -53
- package/styles/rich-text-editor/bootstrap5.css +195 -53
- package/styles/rich-text-editor/fabric-dark.css +194 -52
- package/styles/rich-text-editor/fabric.css +194 -52
- package/styles/rich-text-editor/fluent-dark.css +197 -53
- package/styles/rich-text-editor/fluent.css +197 -53
- package/styles/rich-text-editor/highcontrast-light.css +194 -52
- package/styles/rich-text-editor/highcontrast.css +194 -52
- package/styles/rich-text-editor/icons/_bootstrap-dark.scss +3 -3
- package/styles/rich-text-editor/icons/_bootstrap.scss +3 -3
- package/styles/rich-text-editor/icons/_bootstrap4.scss +3 -3
- package/styles/rich-text-editor/icons/_bootstrap5.scss +3 -3
- package/styles/rich-text-editor/icons/_fabric-dark.scss +3 -3
- package/styles/rich-text-editor/icons/_fabric.scss +3 -3
- package/styles/rich-text-editor/icons/_fluent.scss +3 -3
- package/styles/rich-text-editor/icons/_fusionnew.scss +3 -3
- package/styles/rich-text-editor/icons/_highcontrast-light.scss +3 -3
- package/styles/rich-text-editor/icons/_highcontrast.scss +3 -3
- package/styles/rich-text-editor/icons/_material-dark.scss +3 -3
- package/styles/rich-text-editor/icons/_material.scss +3 -3
- package/styles/rich-text-editor/icons/_material3.scss +3 -3
- package/styles/rich-text-editor/icons/_tailwind.scss +3 -3
- package/styles/rich-text-editor/material-dark.css +196 -53
- package/styles/rich-text-editor/material.css +196 -53
- package/styles/rich-text-editor/material3-dark.css +194 -52
- package/styles/rich-text-editor/material3.css +194 -52
- package/styles/rich-text-editor/tailwind-dark.css +194 -52
- package/styles/rich-text-editor/tailwind.css +194 -52
- package/styles/tailwind-dark.css +194 -52
- package/styles/tailwind.css +194 -52
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
}
|
|
146
146
|
|
|
147
147
|
.e-caption::before {
|
|
148
|
-
content: '\
|
|
148
|
+
content: '\e8e2';
|
|
149
149
|
}
|
|
150
150
|
|
|
151
151
|
.e-remove::before,
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
}
|
|
223
223
|
|
|
224
224
|
.e-table-header::before {
|
|
225
|
-
content: '\
|
|
225
|
+
content: '\e7e9';
|
|
226
226
|
}
|
|
227
227
|
|
|
228
228
|
.e-table-remove::before {
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
}
|
|
247
247
|
|
|
248
248
|
.e-create-table::before {
|
|
249
|
-
content: '\
|
|
249
|
+
content: '\e294';
|
|
250
250
|
}
|
|
251
251
|
|
|
252
252
|
.e-align-bottom::before {
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
}
|
|
147
147
|
|
|
148
148
|
.e-caption::before {
|
|
149
|
-
content: '\
|
|
149
|
+
content: '\e9a8';
|
|
150
150
|
}
|
|
151
151
|
|
|
152
152
|
.e-remove::before,
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
}
|
|
224
224
|
|
|
225
225
|
.e-table-header::before {
|
|
226
|
-
content: '\
|
|
226
|
+
content: '\e705';
|
|
227
227
|
}
|
|
228
228
|
|
|
229
229
|
.e-table-remove::before {
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
}
|
|
248
248
|
|
|
249
249
|
.e-create-table::before {
|
|
250
|
-
content: '\
|
|
250
|
+
content: '\e294';
|
|
251
251
|
}
|
|
252
252
|
|
|
253
253
|
.e-align-bottom::before {
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
}
|
|
147
147
|
|
|
148
148
|
.e-caption::before {
|
|
149
|
-
content: '\
|
|
149
|
+
content: '\e9a8';
|
|
150
150
|
}
|
|
151
151
|
|
|
152
152
|
.e-remove::before,
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
}
|
|
224
224
|
|
|
225
225
|
.e-table-header::before {
|
|
226
|
-
content: '\
|
|
226
|
+
content: '\e705';
|
|
227
227
|
}
|
|
228
228
|
|
|
229
229
|
.e-table-remove::before {
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
}
|
|
248
248
|
|
|
249
249
|
.e-create-table::before {
|
|
250
|
-
content: '\
|
|
250
|
+
content: '\e294';
|
|
251
251
|
}
|
|
252
252
|
|
|
253
253
|
.e-align-bottom::before {
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
}
|
|
147
147
|
|
|
148
148
|
.e-caption::before {
|
|
149
|
-
content: '\
|
|
149
|
+
content: '\e9a6';
|
|
150
150
|
}
|
|
151
151
|
|
|
152
152
|
.e-remove::before,
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
}
|
|
224
224
|
|
|
225
225
|
.e-table-header::before {
|
|
226
|
-
content: '\
|
|
226
|
+
content: '\e705';
|
|
227
227
|
}
|
|
228
228
|
|
|
229
229
|
.e-table-remove::before {
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
}
|
|
248
248
|
|
|
249
249
|
.e-create-table::before {
|
|
250
|
-
content: '\
|
|
250
|
+
content: '\e294';
|
|
251
251
|
}
|
|
252
252
|
|
|
253
253
|
.e-align-bottom::before {
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
}
|
|
147
147
|
|
|
148
148
|
.e-caption::before {
|
|
149
|
-
content: '\
|
|
149
|
+
content: '\e9a6';
|
|
150
150
|
}
|
|
151
151
|
|
|
152
152
|
.e-remove::before,
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
}
|
|
224
224
|
|
|
225
225
|
.e-table-header::before {
|
|
226
|
-
content: '\
|
|
226
|
+
content: '\e705';
|
|
227
227
|
}
|
|
228
228
|
|
|
229
229
|
.e-table-remove::before {
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
}
|
|
248
248
|
|
|
249
249
|
.e-create-table::before {
|
|
250
|
-
content: '\
|
|
250
|
+
content: '\e294';
|
|
251
251
|
}
|
|
252
252
|
|
|
253
253
|
.e-align-bottom::before {
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
}
|
|
146
146
|
|
|
147
147
|
.e-caption::before {
|
|
148
|
-
content: '\
|
|
148
|
+
content: '\e8e2';
|
|
149
149
|
}
|
|
150
150
|
|
|
151
151
|
.e-remove::before,
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
}
|
|
223
223
|
|
|
224
224
|
.e-table-header::before {
|
|
225
|
-
content: '\
|
|
225
|
+
content: '\e7e9';
|
|
226
226
|
}
|
|
227
227
|
|
|
228
228
|
.e-table-remove::before {
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
}
|
|
247
247
|
|
|
248
248
|
.e-create-table::before {
|
|
249
|
-
content: '\
|
|
249
|
+
content: '\e83f';
|
|
250
250
|
}
|
|
251
251
|
|
|
252
252
|
.e-align-bottom::before {
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
}
|
|
146
146
|
|
|
147
147
|
.e-caption::before {
|
|
148
|
-
content: '\
|
|
148
|
+
content: '\e8e2';
|
|
149
149
|
}
|
|
150
150
|
|
|
151
151
|
.e-remove::before,
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
}
|
|
223
223
|
|
|
224
224
|
.e-table-header::before {
|
|
225
|
-
content: '\
|
|
225
|
+
content: '\e7e9';
|
|
226
226
|
}
|
|
227
227
|
|
|
228
228
|
.e-table-remove::before {
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
}
|
|
247
247
|
|
|
248
248
|
.e-create-table::before {
|
|
249
|
-
content: '\
|
|
249
|
+
content: '\e83f';
|
|
250
250
|
}
|
|
251
251
|
|
|
252
252
|
.e-align-bottom::before {
|