@syncfusion/ej2-richtexteditor 25.1.42 → 25.2.3
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/CHANGELOG.md +14 -4
- package/dist/ej2-richtexteditor.min.js +2 -2
- 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 +67 -18
- package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js +67 -18
- 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 +12 -12
- package/src/common/util.d.ts +8 -0
- package/src/common/util.js +52 -0
- package/src/editor-manager/plugin/ms-word-clean-up.js +2 -2
- package/src/editor-manager/plugin/undo.js +3 -1
- package/src/rich-text-editor/actions/html-editor.js +2 -10
- package/src/rich-text-editor/actions/paste-clean-up.js +11 -7
- package/styles/bootstrap-dark.css +3 -6
- package/styles/bootstrap.css +3 -6
- package/styles/bootstrap4.css +3 -6
- package/styles/bootstrap5-dark.css +3 -6
- package/styles/bootstrap5.css +3 -6
- package/styles/fabric-dark.css +3 -6
- package/styles/fabric.css +3 -6
- package/styles/fluent-dark.css +3 -6
- package/styles/fluent.css +3 -6
- package/styles/highcontrast-light.css +3 -6
- package/styles/highcontrast.css +3 -6
- package/styles/material-dark.css +3 -6
- package/styles/material.css +3 -6
- package/styles/material3-dark.css +3 -6
- package/styles/material3.css +3 -6
- package/styles/rich-text-editor/_layout.scss +3 -6
- package/styles/rich-text-editor/bootstrap-dark.css +3 -6
- package/styles/rich-text-editor/bootstrap.css +3 -6
- package/styles/rich-text-editor/bootstrap4.css +3 -6
- package/styles/rich-text-editor/bootstrap5-dark.css +3 -6
- package/styles/rich-text-editor/bootstrap5.css +3 -6
- package/styles/rich-text-editor/fabric-dark.css +3 -6
- package/styles/rich-text-editor/fabric.css +3 -6
- package/styles/rich-text-editor/fluent-dark.css +3 -6
- package/styles/rich-text-editor/fluent.css +3 -6
- package/styles/rich-text-editor/highcontrast-light.css +3 -6
- package/styles/rich-text-editor/highcontrast.css +3 -6
- package/styles/rich-text-editor/material-dark.css +3 -6
- package/styles/rich-text-editor/material.css +3 -6
- package/styles/rich-text-editor/material3-dark.css +3 -6
- package/styles/rich-text-editor/material3.css +3 -6
- package/styles/rich-text-editor/tailwind-dark.css +3 -6
- package/styles/rich-text-editor/tailwind.css +3 -6
- package/styles/tailwind-dark.css +3 -6
- package/styles/tailwind.css +3 -6
|
@@ -943,6 +943,8 @@
|
|
|
943
943
|
.e-richtexteditor .e-rte-content .e-content table,
|
|
944
944
|
.e-richtexteditor .e-source-content .e-content table {
|
|
945
945
|
margin-bottom: 10px;
|
|
946
|
+
border-collapse: collapse;
|
|
947
|
+
empty-cells: show;
|
|
946
948
|
}
|
|
947
949
|
.e-richtexteditor .e-rte-content .e-content pre,
|
|
948
950
|
.e-richtexteditor .e-source-content .e-content pre {
|
|
@@ -1248,7 +1250,7 @@
|
|
|
1248
1250
|
margin-right: 5px;
|
|
1249
1251
|
display: inline-block;
|
|
1250
1252
|
float: none;
|
|
1251
|
-
max-width:
|
|
1253
|
+
max-width: 100%;
|
|
1252
1254
|
padding: 1px;
|
|
1253
1255
|
vertical-align: bottom;
|
|
1254
1256
|
}
|
|
@@ -1333,11 +1335,6 @@
|
|
|
1333
1335
|
display: contents;
|
|
1334
1336
|
}
|
|
1335
1337
|
|
|
1336
|
-
.e-rte-table {
|
|
1337
|
-
border-collapse: collapse;
|
|
1338
|
-
empty-cells: show;
|
|
1339
|
-
}
|
|
1340
|
-
|
|
1341
1338
|
.e-rte-table td,
|
|
1342
1339
|
.e-rte-table th {
|
|
1343
1340
|
border: 1px solid rgba(var(--color-sf-outline-variant));
|
package/styles/material3.css
CHANGED
|
@@ -999,6 +999,8 @@
|
|
|
999
999
|
.e-richtexteditor .e-rte-content .e-content table,
|
|
1000
1000
|
.e-richtexteditor .e-source-content .e-content table {
|
|
1001
1001
|
margin-bottom: 10px;
|
|
1002
|
+
border-collapse: collapse;
|
|
1003
|
+
empty-cells: show;
|
|
1002
1004
|
}
|
|
1003
1005
|
.e-richtexteditor .e-rte-content .e-content pre,
|
|
1004
1006
|
.e-richtexteditor .e-source-content .e-content pre {
|
|
@@ -1304,7 +1306,7 @@
|
|
|
1304
1306
|
margin-right: 5px;
|
|
1305
1307
|
display: inline-block;
|
|
1306
1308
|
float: none;
|
|
1307
|
-
max-width:
|
|
1309
|
+
max-width: 100%;
|
|
1308
1310
|
padding: 1px;
|
|
1309
1311
|
vertical-align: bottom;
|
|
1310
1312
|
}
|
|
@@ -1389,11 +1391,6 @@
|
|
|
1389
1391
|
display: contents;
|
|
1390
1392
|
}
|
|
1391
1393
|
|
|
1392
|
-
.e-rte-table {
|
|
1393
|
-
border-collapse: collapse;
|
|
1394
|
-
empty-cells: show;
|
|
1395
|
-
}
|
|
1396
|
-
|
|
1397
1394
|
.e-rte-table td,
|
|
1398
1395
|
.e-rte-table th {
|
|
1399
1396
|
border: 1px solid rgba(var(--color-sf-outline-variant));
|
|
@@ -517,6 +517,8 @@
|
|
|
517
517
|
|
|
518
518
|
.e-content table {
|
|
519
519
|
margin-bottom: 10px;
|
|
520
|
+
border-collapse: collapse;
|
|
521
|
+
empty-cells: show;
|
|
520
522
|
}
|
|
521
523
|
|
|
522
524
|
.e-content pre {
|
|
@@ -891,7 +893,7 @@
|
|
|
891
893
|
margin-right: 5px;
|
|
892
894
|
display: inline-block;
|
|
893
895
|
float: none;
|
|
894
|
-
max-width:
|
|
896
|
+
max-width: 100%;
|
|
895
897
|
padding: 1px;
|
|
896
898
|
vertical-align: bottom;
|
|
897
899
|
}
|
|
@@ -976,11 +978,6 @@
|
|
|
976
978
|
display: contents;
|
|
977
979
|
}
|
|
978
980
|
|
|
979
|
-
.e-rte-table {
|
|
980
|
-
border-collapse: collapse;
|
|
981
|
-
empty-cells: show;
|
|
982
|
-
}
|
|
983
|
-
|
|
984
981
|
.e-rte-table td,
|
|
985
982
|
.e-rte-table th {
|
|
986
983
|
border: 1px solid $rte-table-border-color;
|
|
@@ -899,6 +899,8 @@
|
|
|
899
899
|
.e-richtexteditor .e-rte-content .e-content table,
|
|
900
900
|
.e-richtexteditor .e-source-content .e-content table {
|
|
901
901
|
margin-bottom: 10px;
|
|
902
|
+
border-collapse: collapse;
|
|
903
|
+
empty-cells: show;
|
|
902
904
|
}
|
|
903
905
|
.e-richtexteditor .e-rte-content .e-content pre,
|
|
904
906
|
.e-richtexteditor .e-source-content .e-content pre {
|
|
@@ -1204,7 +1206,7 @@
|
|
|
1204
1206
|
margin-right: 5px;
|
|
1205
1207
|
display: inline-block;
|
|
1206
1208
|
float: none;
|
|
1207
|
-
max-width:
|
|
1209
|
+
max-width: 100%;
|
|
1208
1210
|
padding: 1px;
|
|
1209
1211
|
vertical-align: bottom;
|
|
1210
1212
|
}
|
|
@@ -1289,11 +1291,6 @@
|
|
|
1289
1291
|
display: contents;
|
|
1290
1292
|
}
|
|
1291
1293
|
|
|
1292
|
-
.e-rte-table {
|
|
1293
|
-
border-collapse: collapse;
|
|
1294
|
-
empty-cells: show;
|
|
1295
|
-
}
|
|
1296
|
-
|
|
1297
1294
|
.e-rte-table td,
|
|
1298
1295
|
.e-rte-table th {
|
|
1299
1296
|
border: 1px solid #959595;
|
|
@@ -1040,6 +1040,8 @@
|
|
|
1040
1040
|
.e-richtexteditor .e-rte-content .e-content table,
|
|
1041
1041
|
.e-richtexteditor .e-source-content .e-content table {
|
|
1042
1042
|
margin-bottom: 10px;
|
|
1043
|
+
border-collapse: collapse;
|
|
1044
|
+
empty-cells: show;
|
|
1043
1045
|
}
|
|
1044
1046
|
.e-richtexteditor .e-rte-content .e-content pre,
|
|
1045
1047
|
.e-richtexteditor .e-source-content .e-content pre {
|
|
@@ -1345,7 +1347,7 @@
|
|
|
1345
1347
|
margin-right: 5px;
|
|
1346
1348
|
display: inline-block;
|
|
1347
1349
|
float: none;
|
|
1348
|
-
max-width:
|
|
1350
|
+
max-width: 100%;
|
|
1349
1351
|
padding: 1px;
|
|
1350
1352
|
vertical-align: bottom;
|
|
1351
1353
|
}
|
|
@@ -1430,11 +1432,6 @@
|
|
|
1430
1432
|
display: contents;
|
|
1431
1433
|
}
|
|
1432
1434
|
|
|
1433
|
-
.e-rte-table {
|
|
1434
|
-
border-collapse: collapse;
|
|
1435
|
-
empty-cells: show;
|
|
1436
|
-
}
|
|
1437
|
-
|
|
1438
1435
|
.e-rte-table td,
|
|
1439
1436
|
.e-rte-table th {
|
|
1440
1437
|
border: 1px solid #bdbdbd;
|
|
@@ -1135,6 +1135,8 @@
|
|
|
1135
1135
|
.e-richtexteditor .e-rte-content .e-content table,
|
|
1136
1136
|
.e-richtexteditor .e-source-content .e-content table {
|
|
1137
1137
|
margin-bottom: 10px;
|
|
1138
|
+
border-collapse: collapse;
|
|
1139
|
+
empty-cells: show;
|
|
1138
1140
|
}
|
|
1139
1141
|
.e-richtexteditor .e-rte-content .e-content pre,
|
|
1140
1142
|
.e-richtexteditor .e-source-content .e-content pre {
|
|
@@ -1440,7 +1442,7 @@
|
|
|
1440
1442
|
margin-right: 5px;
|
|
1441
1443
|
display: inline-block;
|
|
1442
1444
|
float: none;
|
|
1443
|
-
max-width:
|
|
1445
|
+
max-width: 100%;
|
|
1444
1446
|
padding: 1px;
|
|
1445
1447
|
vertical-align: bottom;
|
|
1446
1448
|
}
|
|
@@ -1525,11 +1527,6 @@
|
|
|
1525
1527
|
display: contents;
|
|
1526
1528
|
}
|
|
1527
1529
|
|
|
1528
|
-
.e-rte-table {
|
|
1529
|
-
border-collapse: collapse;
|
|
1530
|
-
empty-cells: show;
|
|
1531
|
-
}
|
|
1532
|
-
|
|
1533
1530
|
.e-rte-table td,
|
|
1534
1531
|
.e-rte-table th {
|
|
1535
1532
|
border: 1px solid #adb5bd;
|
|
@@ -906,6 +906,8 @@
|
|
|
906
906
|
.e-richtexteditor .e-rte-content .e-content table,
|
|
907
907
|
.e-richtexteditor .e-source-content .e-content table {
|
|
908
908
|
margin-bottom: 10px;
|
|
909
|
+
border-collapse: collapse;
|
|
910
|
+
empty-cells: show;
|
|
909
911
|
}
|
|
910
912
|
.e-richtexteditor .e-rte-content .e-content pre,
|
|
911
913
|
.e-richtexteditor .e-source-content .e-content pre {
|
|
@@ -1211,7 +1213,7 @@
|
|
|
1211
1213
|
margin-right: 5px;
|
|
1212
1214
|
display: inline-block;
|
|
1213
1215
|
float: none;
|
|
1214
|
-
max-width:
|
|
1216
|
+
max-width: 100%;
|
|
1215
1217
|
padding: 1px;
|
|
1216
1218
|
vertical-align: bottom;
|
|
1217
1219
|
}
|
|
@@ -1296,11 +1298,6 @@
|
|
|
1296
1298
|
display: contents;
|
|
1297
1299
|
}
|
|
1298
1300
|
|
|
1299
|
-
.e-rte-table {
|
|
1300
|
-
border-collapse: collapse;
|
|
1301
|
-
empty-cells: show;
|
|
1302
|
-
}
|
|
1303
|
-
|
|
1304
1301
|
.e-rte-table td,
|
|
1305
1302
|
.e-rte-table th {
|
|
1306
1303
|
border: 1px solid #444c54;
|
|
@@ -906,6 +906,8 @@
|
|
|
906
906
|
.e-richtexteditor .e-rte-content .e-content table,
|
|
907
907
|
.e-richtexteditor .e-source-content .e-content table {
|
|
908
908
|
margin-bottom: 10px;
|
|
909
|
+
border-collapse: collapse;
|
|
910
|
+
empty-cells: show;
|
|
909
911
|
}
|
|
910
912
|
.e-richtexteditor .e-rte-content .e-content pre,
|
|
911
913
|
.e-richtexteditor .e-source-content .e-content pre {
|
|
@@ -1211,7 +1213,7 @@
|
|
|
1211
1213
|
margin-right: 5px;
|
|
1212
1214
|
display: inline-block;
|
|
1213
1215
|
float: none;
|
|
1214
|
-
max-width:
|
|
1216
|
+
max-width: 100%;
|
|
1215
1217
|
padding: 1px;
|
|
1216
1218
|
vertical-align: bottom;
|
|
1217
1219
|
}
|
|
@@ -1296,11 +1298,6 @@
|
|
|
1296
1298
|
display: contents;
|
|
1297
1299
|
}
|
|
1298
1300
|
|
|
1299
|
-
.e-rte-table {
|
|
1300
|
-
border-collapse: collapse;
|
|
1301
|
-
empty-cells: show;
|
|
1302
|
-
}
|
|
1303
|
-
|
|
1304
1301
|
.e-rte-table td,
|
|
1305
1302
|
.e-rte-table th {
|
|
1306
1303
|
border: 1px solid #dee2e6;
|
|
@@ -888,6 +888,8 @@
|
|
|
888
888
|
.e-richtexteditor .e-rte-content .e-content table,
|
|
889
889
|
.e-richtexteditor .e-source-content .e-content table {
|
|
890
890
|
margin-bottom: 10px;
|
|
891
|
+
border-collapse: collapse;
|
|
892
|
+
empty-cells: show;
|
|
891
893
|
}
|
|
892
894
|
.e-richtexteditor .e-rte-content .e-content pre,
|
|
893
895
|
.e-richtexteditor .e-source-content .e-content pre {
|
|
@@ -1193,7 +1195,7 @@
|
|
|
1193
1195
|
margin-right: 5px;
|
|
1194
1196
|
display: inline-block;
|
|
1195
1197
|
float: none;
|
|
1196
|
-
max-width:
|
|
1198
|
+
max-width: 100%;
|
|
1197
1199
|
padding: 1px;
|
|
1198
1200
|
vertical-align: bottom;
|
|
1199
1201
|
}
|
|
@@ -1278,11 +1280,6 @@
|
|
|
1278
1280
|
display: contents;
|
|
1279
1281
|
}
|
|
1280
1282
|
|
|
1281
|
-
.e-rte-table {
|
|
1282
|
-
border-collapse: collapse;
|
|
1283
|
-
empty-cells: show;
|
|
1284
|
-
}
|
|
1285
|
-
|
|
1286
1283
|
.e-rte-table td,
|
|
1287
1284
|
.e-rte-table th {
|
|
1288
1285
|
border: 1px solid #9a9a9a;
|
|
@@ -888,6 +888,8 @@
|
|
|
888
888
|
.e-richtexteditor .e-rte-content .e-content table,
|
|
889
889
|
.e-richtexteditor .e-source-content .e-content table {
|
|
890
890
|
margin-bottom: 10px;
|
|
891
|
+
border-collapse: collapse;
|
|
892
|
+
empty-cells: show;
|
|
891
893
|
}
|
|
892
894
|
.e-richtexteditor .e-rte-content .e-content pre,
|
|
893
895
|
.e-richtexteditor .e-source-content .e-content pre {
|
|
@@ -1193,7 +1195,7 @@
|
|
|
1193
1195
|
margin-right: 5px;
|
|
1194
1196
|
display: inline-block;
|
|
1195
1197
|
float: none;
|
|
1196
|
-
max-width:
|
|
1198
|
+
max-width: 100%;
|
|
1197
1199
|
padding: 1px;
|
|
1198
1200
|
vertical-align: bottom;
|
|
1199
1201
|
}
|
|
@@ -1278,11 +1280,6 @@
|
|
|
1278
1280
|
display: contents;
|
|
1279
1281
|
}
|
|
1280
1282
|
|
|
1281
|
-
.e-rte-table {
|
|
1282
|
-
border-collapse: collapse;
|
|
1283
|
-
empty-cells: show;
|
|
1284
|
-
}
|
|
1285
|
-
|
|
1286
1283
|
.e-rte-table td,
|
|
1287
1284
|
.e-rte-table th {
|
|
1288
1285
|
border: 1px solid #bdbdbd;
|
|
@@ -893,6 +893,8 @@
|
|
|
893
893
|
.e-richtexteditor .e-rte-content .e-content table,
|
|
894
894
|
.e-richtexteditor .e-source-content .e-content table {
|
|
895
895
|
margin-bottom: 10px;
|
|
896
|
+
border-collapse: collapse;
|
|
897
|
+
empty-cells: show;
|
|
896
898
|
}
|
|
897
899
|
.e-richtexteditor .e-rte-content .e-content pre,
|
|
898
900
|
.e-richtexteditor .e-source-content .e-content pre {
|
|
@@ -1198,7 +1200,7 @@
|
|
|
1198
1200
|
margin-right: 5px;
|
|
1199
1201
|
display: inline-block;
|
|
1200
1202
|
float: none;
|
|
1201
|
-
max-width:
|
|
1203
|
+
max-width: 100%;
|
|
1202
1204
|
padding: 1px;
|
|
1203
1205
|
vertical-align: bottom;
|
|
1204
1206
|
}
|
|
@@ -1283,11 +1285,6 @@
|
|
|
1283
1285
|
display: contents;
|
|
1284
1286
|
}
|
|
1285
1287
|
|
|
1286
|
-
.e-rte-table {
|
|
1287
|
-
border-collapse: collapse;
|
|
1288
|
-
empty-cells: show;
|
|
1289
|
-
}
|
|
1290
|
-
|
|
1291
1288
|
.e-rte-table td,
|
|
1292
1289
|
.e-rte-table th {
|
|
1293
1290
|
border: 1px solid #292827;
|
|
@@ -893,6 +893,8 @@
|
|
|
893
893
|
.e-richtexteditor .e-rte-content .e-content table,
|
|
894
894
|
.e-richtexteditor .e-source-content .e-content table {
|
|
895
895
|
margin-bottom: 10px;
|
|
896
|
+
border-collapse: collapse;
|
|
897
|
+
empty-cells: show;
|
|
896
898
|
}
|
|
897
899
|
.e-richtexteditor .e-rte-content .e-content pre,
|
|
898
900
|
.e-richtexteditor .e-source-content .e-content pre {
|
|
@@ -1198,7 +1200,7 @@
|
|
|
1198
1200
|
margin-right: 5px;
|
|
1199
1201
|
display: inline-block;
|
|
1200
1202
|
float: none;
|
|
1201
|
-
max-width:
|
|
1203
|
+
max-width: 100%;
|
|
1202
1204
|
padding: 1px;
|
|
1203
1205
|
vertical-align: bottom;
|
|
1204
1206
|
}
|
|
@@ -1283,11 +1285,6 @@
|
|
|
1283
1285
|
display: contents;
|
|
1284
1286
|
}
|
|
1285
1287
|
|
|
1286
|
-
.e-rte-table {
|
|
1287
|
-
border-collapse: collapse;
|
|
1288
|
-
empty-cells: show;
|
|
1289
|
-
}
|
|
1290
|
-
|
|
1291
1288
|
.e-rte-table td,
|
|
1292
1289
|
.e-rte-table th {
|
|
1293
1290
|
border: 1px solid #edebe9;
|
|
@@ -888,6 +888,8 @@
|
|
|
888
888
|
.e-richtexteditor .e-rte-content .e-content table,
|
|
889
889
|
.e-richtexteditor .e-source-content .e-content table {
|
|
890
890
|
margin-bottom: 10px;
|
|
891
|
+
border-collapse: collapse;
|
|
892
|
+
empty-cells: show;
|
|
891
893
|
}
|
|
892
894
|
.e-richtexteditor .e-rte-content .e-content pre,
|
|
893
895
|
.e-richtexteditor .e-source-content .e-content pre {
|
|
@@ -1193,7 +1195,7 @@
|
|
|
1193
1195
|
margin-right: 5px;
|
|
1194
1196
|
display: inline-block;
|
|
1195
1197
|
float: none;
|
|
1196
|
-
max-width:
|
|
1198
|
+
max-width: 100%;
|
|
1197
1199
|
padding: 1px;
|
|
1198
1200
|
vertical-align: bottom;
|
|
1199
1201
|
}
|
|
@@ -1278,11 +1280,6 @@
|
|
|
1278
1280
|
display: contents;
|
|
1279
1281
|
}
|
|
1280
1282
|
|
|
1281
|
-
.e-rte-table {
|
|
1282
|
-
border-collapse: collapse;
|
|
1283
|
-
empty-cells: show;
|
|
1284
|
-
}
|
|
1285
|
-
|
|
1286
1283
|
.e-rte-table td,
|
|
1287
1284
|
.e-rte-table th {
|
|
1288
1285
|
border: 1px solid #bdbdbd;
|
|
@@ -888,6 +888,8 @@
|
|
|
888
888
|
.e-richtexteditor .e-rte-content .e-content table,
|
|
889
889
|
.e-richtexteditor .e-source-content .e-content table {
|
|
890
890
|
margin-bottom: 10px;
|
|
891
|
+
border-collapse: collapse;
|
|
892
|
+
empty-cells: show;
|
|
891
893
|
}
|
|
892
894
|
.e-richtexteditor .e-rte-content .e-content pre,
|
|
893
895
|
.e-richtexteditor .e-source-content .e-content pre {
|
|
@@ -1193,7 +1195,7 @@
|
|
|
1193
1195
|
margin-right: 5px;
|
|
1194
1196
|
display: inline-block;
|
|
1195
1197
|
float: none;
|
|
1196
|
-
max-width:
|
|
1198
|
+
max-width: 100%;
|
|
1197
1199
|
padding: 1px;
|
|
1198
1200
|
vertical-align: bottom;
|
|
1199
1201
|
}
|
|
@@ -1278,11 +1280,6 @@
|
|
|
1278
1280
|
display: contents;
|
|
1279
1281
|
}
|
|
1280
1282
|
|
|
1281
|
-
.e-rte-table {
|
|
1282
|
-
border-collapse: collapse;
|
|
1283
|
-
empty-cells: show;
|
|
1284
|
-
}
|
|
1285
|
-
|
|
1286
1283
|
.e-rte-table td,
|
|
1287
1284
|
.e-rte-table th {
|
|
1288
1285
|
border: 1px solid #bdbdbd;
|
|
@@ -888,6 +888,8 @@
|
|
|
888
888
|
.e-richtexteditor .e-rte-content .e-content table,
|
|
889
889
|
.e-richtexteditor .e-source-content .e-content table {
|
|
890
890
|
margin-bottom: 10px;
|
|
891
|
+
border-collapse: collapse;
|
|
892
|
+
empty-cells: show;
|
|
891
893
|
}
|
|
892
894
|
.e-richtexteditor .e-rte-content .e-content pre,
|
|
893
895
|
.e-richtexteditor .e-source-content .e-content pre {
|
|
@@ -1193,7 +1195,7 @@
|
|
|
1193
1195
|
margin-right: 5px;
|
|
1194
1196
|
display: inline-block;
|
|
1195
1197
|
float: none;
|
|
1196
|
-
max-width:
|
|
1198
|
+
max-width: 100%;
|
|
1197
1199
|
padding: 1px;
|
|
1198
1200
|
vertical-align: bottom;
|
|
1199
1201
|
}
|
|
@@ -1278,11 +1280,6 @@
|
|
|
1278
1280
|
display: contents;
|
|
1279
1281
|
}
|
|
1280
1282
|
|
|
1281
|
-
.e-rte-table {
|
|
1282
|
-
border-collapse: collapse;
|
|
1283
|
-
empty-cells: show;
|
|
1284
|
-
}
|
|
1285
|
-
|
|
1286
1283
|
.e-rte-table td,
|
|
1287
1284
|
.e-rte-table th {
|
|
1288
1285
|
border: 1px solid rgba(255, 255, 255, 0.5);
|
|
@@ -888,6 +888,8 @@
|
|
|
888
888
|
.e-richtexteditor .e-rte-content .e-content table,
|
|
889
889
|
.e-richtexteditor .e-source-content .e-content table {
|
|
890
890
|
margin-bottom: 10px;
|
|
891
|
+
border-collapse: collapse;
|
|
892
|
+
empty-cells: show;
|
|
891
893
|
}
|
|
892
894
|
.e-richtexteditor .e-rte-content .e-content pre,
|
|
893
895
|
.e-richtexteditor .e-source-content .e-content pre {
|
|
@@ -1193,7 +1195,7 @@
|
|
|
1193
1195
|
margin-right: 5px;
|
|
1194
1196
|
display: inline-block;
|
|
1195
1197
|
float: none;
|
|
1196
|
-
max-width:
|
|
1198
|
+
max-width: 100%;
|
|
1197
1199
|
padding: 1px;
|
|
1198
1200
|
vertical-align: bottom;
|
|
1199
1201
|
}
|
|
@@ -1278,11 +1280,6 @@
|
|
|
1278
1280
|
display: contents;
|
|
1279
1281
|
}
|
|
1280
1282
|
|
|
1281
|
-
.e-rte-table {
|
|
1282
|
-
border-collapse: collapse;
|
|
1283
|
-
empty-cells: show;
|
|
1284
|
-
}
|
|
1285
|
-
|
|
1286
1283
|
.e-rte-table td,
|
|
1287
1284
|
.e-rte-table th {
|
|
1288
1285
|
border: 1px solid #bdbdbd;
|
|
@@ -943,6 +943,8 @@
|
|
|
943
943
|
.e-richtexteditor .e-rte-content .e-content table,
|
|
944
944
|
.e-richtexteditor .e-source-content .e-content table {
|
|
945
945
|
margin-bottom: 10px;
|
|
946
|
+
border-collapse: collapse;
|
|
947
|
+
empty-cells: show;
|
|
946
948
|
}
|
|
947
949
|
.e-richtexteditor .e-rte-content .e-content pre,
|
|
948
950
|
.e-richtexteditor .e-source-content .e-content pre {
|
|
@@ -1248,7 +1250,7 @@
|
|
|
1248
1250
|
margin-right: 5px;
|
|
1249
1251
|
display: inline-block;
|
|
1250
1252
|
float: none;
|
|
1251
|
-
max-width:
|
|
1253
|
+
max-width: 100%;
|
|
1252
1254
|
padding: 1px;
|
|
1253
1255
|
vertical-align: bottom;
|
|
1254
1256
|
}
|
|
@@ -1333,11 +1335,6 @@
|
|
|
1333
1335
|
display: contents;
|
|
1334
1336
|
}
|
|
1335
1337
|
|
|
1336
|
-
.e-rte-table {
|
|
1337
|
-
border-collapse: collapse;
|
|
1338
|
-
empty-cells: show;
|
|
1339
|
-
}
|
|
1340
|
-
|
|
1341
1338
|
.e-rte-table td,
|
|
1342
1339
|
.e-rte-table th {
|
|
1343
1340
|
border: 1px solid rgba(var(--color-sf-outline-variant));
|
|
@@ -999,6 +999,8 @@
|
|
|
999
999
|
.e-richtexteditor .e-rte-content .e-content table,
|
|
1000
1000
|
.e-richtexteditor .e-source-content .e-content table {
|
|
1001
1001
|
margin-bottom: 10px;
|
|
1002
|
+
border-collapse: collapse;
|
|
1003
|
+
empty-cells: show;
|
|
1002
1004
|
}
|
|
1003
1005
|
.e-richtexteditor .e-rte-content .e-content pre,
|
|
1004
1006
|
.e-richtexteditor .e-source-content .e-content pre {
|
|
@@ -1304,7 +1306,7 @@
|
|
|
1304
1306
|
margin-right: 5px;
|
|
1305
1307
|
display: inline-block;
|
|
1306
1308
|
float: none;
|
|
1307
|
-
max-width:
|
|
1309
|
+
max-width: 100%;
|
|
1308
1310
|
padding: 1px;
|
|
1309
1311
|
vertical-align: bottom;
|
|
1310
1312
|
}
|
|
@@ -1389,11 +1391,6 @@
|
|
|
1389
1391
|
display: contents;
|
|
1390
1392
|
}
|
|
1391
1393
|
|
|
1392
|
-
.e-rte-table {
|
|
1393
|
-
border-collapse: collapse;
|
|
1394
|
-
empty-cells: show;
|
|
1395
|
-
}
|
|
1396
|
-
|
|
1397
1394
|
.e-rte-table td,
|
|
1398
1395
|
.e-rte-table th {
|
|
1399
1396
|
border: 1px solid rgba(var(--color-sf-outline-variant));
|
|
@@ -892,6 +892,8 @@
|
|
|
892
892
|
.e-richtexteditor .e-rte-content .e-content table,
|
|
893
893
|
.e-richtexteditor .e-source-content .e-content table {
|
|
894
894
|
margin-bottom: 10px;
|
|
895
|
+
border-collapse: collapse;
|
|
896
|
+
empty-cells: show;
|
|
895
897
|
}
|
|
896
898
|
.e-richtexteditor .e-rte-content .e-content pre,
|
|
897
899
|
.e-richtexteditor .e-source-content .e-content pre {
|
|
@@ -1205,7 +1207,7 @@
|
|
|
1205
1207
|
margin-right: 5px;
|
|
1206
1208
|
display: inline-block;
|
|
1207
1209
|
float: none;
|
|
1208
|
-
max-width:
|
|
1210
|
+
max-width: 100%;
|
|
1209
1211
|
padding: 1px;
|
|
1210
1212
|
vertical-align: bottom;
|
|
1211
1213
|
}
|
|
@@ -1290,11 +1292,6 @@
|
|
|
1290
1292
|
display: contents;
|
|
1291
1293
|
}
|
|
1292
1294
|
|
|
1293
|
-
.e-rte-table {
|
|
1294
|
-
border-collapse: collapse;
|
|
1295
|
-
empty-cells: show;
|
|
1296
|
-
}
|
|
1297
|
-
|
|
1298
1295
|
.e-rte-table td,
|
|
1299
1296
|
.e-rte-table th {
|
|
1300
1297
|
border: 1px solid #4b5563;
|
|
@@ -892,6 +892,8 @@
|
|
|
892
892
|
.e-richtexteditor .e-rte-content .e-content table,
|
|
893
893
|
.e-richtexteditor .e-source-content .e-content table {
|
|
894
894
|
margin-bottom: 10px;
|
|
895
|
+
border-collapse: collapse;
|
|
896
|
+
empty-cells: show;
|
|
895
897
|
}
|
|
896
898
|
.e-richtexteditor .e-rte-content .e-content pre,
|
|
897
899
|
.e-richtexteditor .e-source-content .e-content pre {
|
|
@@ -1205,7 +1207,7 @@
|
|
|
1205
1207
|
margin-right: 5px;
|
|
1206
1208
|
display: inline-block;
|
|
1207
1209
|
float: none;
|
|
1208
|
-
max-width:
|
|
1210
|
+
max-width: 100%;
|
|
1209
1211
|
padding: 1px;
|
|
1210
1212
|
vertical-align: bottom;
|
|
1211
1213
|
}
|
|
@@ -1290,11 +1292,6 @@
|
|
|
1290
1292
|
display: contents;
|
|
1291
1293
|
}
|
|
1292
1294
|
|
|
1293
|
-
.e-rte-table {
|
|
1294
|
-
border-collapse: collapse;
|
|
1295
|
-
empty-cells: show;
|
|
1296
|
-
}
|
|
1297
|
-
|
|
1298
1295
|
.e-rte-table td,
|
|
1299
1296
|
.e-rte-table th {
|
|
1300
1297
|
border: 1px solid #e5e7eb;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -892,6 +892,8 @@
|
|
|
892
892
|
.e-richtexteditor .e-rte-content .e-content table,
|
|
893
893
|
.e-richtexteditor .e-source-content .e-content table {
|
|
894
894
|
margin-bottom: 10px;
|
|
895
|
+
border-collapse: collapse;
|
|
896
|
+
empty-cells: show;
|
|
895
897
|
}
|
|
896
898
|
.e-richtexteditor .e-rte-content .e-content pre,
|
|
897
899
|
.e-richtexteditor .e-source-content .e-content pre {
|
|
@@ -1205,7 +1207,7 @@
|
|
|
1205
1207
|
margin-right: 5px;
|
|
1206
1208
|
display: inline-block;
|
|
1207
1209
|
float: none;
|
|
1208
|
-
max-width:
|
|
1210
|
+
max-width: 100%;
|
|
1209
1211
|
padding: 1px;
|
|
1210
1212
|
vertical-align: bottom;
|
|
1211
1213
|
}
|
|
@@ -1290,11 +1292,6 @@
|
|
|
1290
1292
|
display: contents;
|
|
1291
1293
|
}
|
|
1292
1294
|
|
|
1293
|
-
.e-rte-table {
|
|
1294
|
-
border-collapse: collapse;
|
|
1295
|
-
empty-cells: show;
|
|
1296
|
-
}
|
|
1297
|
-
|
|
1298
1295
|
.e-rte-table td,
|
|
1299
1296
|
.e-rte-table th {
|
|
1300
1297
|
border: 1px solid #4b5563;
|
package/styles/tailwind.css
CHANGED
|
@@ -892,6 +892,8 @@
|
|
|
892
892
|
.e-richtexteditor .e-rte-content .e-content table,
|
|
893
893
|
.e-richtexteditor .e-source-content .e-content table {
|
|
894
894
|
margin-bottom: 10px;
|
|
895
|
+
border-collapse: collapse;
|
|
896
|
+
empty-cells: show;
|
|
895
897
|
}
|
|
896
898
|
.e-richtexteditor .e-rte-content .e-content pre,
|
|
897
899
|
.e-richtexteditor .e-source-content .e-content pre {
|
|
@@ -1205,7 +1207,7 @@
|
|
|
1205
1207
|
margin-right: 5px;
|
|
1206
1208
|
display: inline-block;
|
|
1207
1209
|
float: none;
|
|
1208
|
-
max-width:
|
|
1210
|
+
max-width: 100%;
|
|
1209
1211
|
padding: 1px;
|
|
1210
1212
|
vertical-align: bottom;
|
|
1211
1213
|
}
|
|
@@ -1290,11 +1292,6 @@
|
|
|
1290
1292
|
display: contents;
|
|
1291
1293
|
}
|
|
1292
1294
|
|
|
1293
|
-
.e-rte-table {
|
|
1294
|
-
border-collapse: collapse;
|
|
1295
|
-
empty-cells: show;
|
|
1296
|
-
}
|
|
1297
|
-
|
|
1298
1295
|
.e-rte-table td,
|
|
1299
1296
|
.e-rte-table th {
|
|
1300
1297
|
border: 1px solid #e5e7eb;
|