@syncfusion/ej2-richtexteditor 29.2.4-795127 → 29.2.4-822566
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 +79 -2
- package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js +80 -2
- package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
- package/package.json +1 -1
- package/src/editor-manager/base/constant.js +1 -1
- package/src/global.d.ts +1 -0
- package/src/rich-text-editor/actions/paste-clean-up.d.ts +4 -0
- package/src/rich-text-editor/actions/paste-clean-up.js +78 -2
- package/src/rich-text-editor/models/toolbar-settings-model.d.ts +7 -0
- package/src/rich-text-editor/models/toolbar-settings.d.ts +6 -0
- package/src/rich-text-editor/models/toolbar-settings.js +3 -0
- package/styles/bds-lite.css +397 -3
- package/styles/bds.css +397 -3
- package/styles/bootstrap-dark-lite.css +398 -0
- package/styles/bootstrap-dark.css +398 -0
- package/styles/bootstrap-lite.css +398 -0
- package/styles/bootstrap.css +398 -0
- package/styles/bootstrap4-lite.css +387 -0
- package/styles/bootstrap4.css +387 -0
- package/styles/bootstrap5-dark-lite.css +394 -0
- package/styles/bootstrap5-dark.css +394 -0
- package/styles/bootstrap5-lite.css +387 -0
- package/styles/bootstrap5.3-lite.css +388 -1
- package/styles/bootstrap5.3.css +388 -1
- package/styles/bootstrap5.css +387 -0
- package/styles/fabric-dark-lite.css +394 -0
- package/styles/fabric-dark.css +394 -0
- package/styles/fabric-lite.css +394 -0
- package/styles/fabric.css +394 -0
- package/styles/fluent-dark-lite.css +394 -0
- package/styles/fluent-dark.css +394 -0
- package/styles/fluent-lite.css +394 -0
- package/styles/fluent.css +394 -0
- package/styles/fluent2-lite.css +394 -0
- package/styles/fluent2.css +394 -0
- package/styles/highcontrast-light-lite.css +394 -0
- package/styles/highcontrast-light.css +394 -0
- package/styles/highcontrast-lite.css +394 -0
- package/styles/highcontrast.css +394 -0
- package/styles/material-dark-lite.css +394 -0
- package/styles/material-dark.css +394 -0
- package/styles/material-lite.css +394 -0
- package/styles/material.css +394 -0
- package/styles/material3-dark-lite.css +394 -19
- package/styles/material3-dark.css +394 -19
- package/styles/material3-lite.css +394 -19
- package/styles/material3.css +394 -19
- package/styles/rich-text-editor/_bds-definition.scss +13 -9
- package/styles/rich-text-editor/_bootstrap-dark-definition.scss +11 -7
- package/styles/rich-text-editor/_bootstrap-definition.scss +11 -7
- package/styles/rich-text-editor/_bootstrap4-definition.scss +11 -7
- package/styles/rich-text-editor/_bootstrap5-dark-definition.scss +11 -7
- package/styles/rich-text-editor/_bootstrap5-definition.scss +11 -7
- package/styles/rich-text-editor/_bootstrap5.3-definition.scss +12 -8
- package/styles/rich-text-editor/_fabric-dark-definition.scss +11 -7
- package/styles/rich-text-editor/_fabric-definition.scss +11 -7
- package/styles/rich-text-editor/_fluent-dark-definition.scss +11 -7
- package/styles/rich-text-editor/_fluent-definition.scss +11 -7
- package/styles/rich-text-editor/_fluent2-definition.scss +11 -7
- package/styles/rich-text-editor/_fusionnew-definition.scss +11 -7
- package/styles/rich-text-editor/_highcontrast-definition.scss +11 -7
- package/styles/rich-text-editor/_highcontrast-light-definition.scss +11 -7
- package/styles/rich-text-editor/_layout.scss +351 -7
- package/styles/rich-text-editor/_material-dark-definition.scss +11 -7
- package/styles/rich-text-editor/_material-definition.scss +11 -7
- package/styles/rich-text-editor/_material3-dark-definition.scss +11 -7
- package/styles/rich-text-editor/_material3-definition.scss +11 -7
- package/styles/rich-text-editor/_tailwind-dark-definition.scss +11 -7
- package/styles/rich-text-editor/_tailwind-definition.scss +11 -7
- package/styles/rich-text-editor/_tailwind3-definition.scss +11 -7
- package/styles/rich-text-editor/_theme.scss +4 -0
- package/styles/rich-text-editor/bds.css +397 -3
- package/styles/rich-text-editor/bootstrap-dark.css +398 -0
- package/styles/rich-text-editor/bootstrap.css +398 -0
- package/styles/rich-text-editor/bootstrap4.css +387 -0
- package/styles/rich-text-editor/bootstrap5-dark.css +394 -0
- package/styles/rich-text-editor/bootstrap5.3.css +388 -1
- package/styles/rich-text-editor/bootstrap5.css +387 -0
- package/styles/rich-text-editor/fabric-dark.css +394 -0
- package/styles/rich-text-editor/fabric.css +394 -0
- package/styles/rich-text-editor/fluent-dark.css +394 -0
- package/styles/rich-text-editor/fluent.css +394 -0
- package/styles/rich-text-editor/fluent2.css +394 -0
- package/styles/rich-text-editor/highcontrast-light.css +394 -0
- package/styles/rich-text-editor/highcontrast.css +394 -0
- package/styles/rich-text-editor/icons/_bds.scss +12 -0
- package/styles/rich-text-editor/icons/_bootstrap-dark.scss +12 -0
- package/styles/rich-text-editor/icons/_bootstrap.scss +12 -0
- package/styles/rich-text-editor/icons/_bootstrap4.scss +12 -0
- package/styles/rich-text-editor/icons/_bootstrap5.3.scss +12 -0
- package/styles/rich-text-editor/icons/_bootstrap5.scss +12 -0
- package/styles/rich-text-editor/icons/_fabric-dark.scss +12 -0
- package/styles/rich-text-editor/icons/_fabric.scss +12 -0
- package/styles/rich-text-editor/icons/_fluent.scss +12 -0
- package/styles/rich-text-editor/icons/_fluent2.scss +12 -0
- package/styles/rich-text-editor/icons/_fusionnew.scss +12 -0
- package/styles/rich-text-editor/icons/_highcontrast-light.scss +12 -0
- package/styles/rich-text-editor/icons/_highcontrast.scss +12 -0
- package/styles/rich-text-editor/icons/_material-dark.scss +12 -0
- package/styles/rich-text-editor/icons/_material.scss +12 -0
- package/styles/rich-text-editor/icons/_material3.scss +12 -0
- package/styles/rich-text-editor/icons/_tailwind.scss +12 -0
- package/styles/rich-text-editor/icons/_tailwind3.scss +12 -0
- package/styles/rich-text-editor/material-dark.css +394 -0
- package/styles/rich-text-editor/material.css +394 -0
- package/styles/rich-text-editor/material3-dark.css +394 -19
- package/styles/rich-text-editor/material3.css +394 -19
- package/styles/rich-text-editor/tailwind-dark.css +394 -0
- package/styles/rich-text-editor/tailwind.css +394 -0
- package/styles/rich-text-editor/tailwind3.css +394 -0
- package/styles/tailwind-dark-lite.css +394 -0
- package/styles/tailwind-dark.css +394 -0
- package/styles/tailwind-lite.css +394 -0
- package/styles/tailwind.css +394 -0
- package/styles/tailwind3-lite.css +394 -0
- package/styles/tailwind3.css +394 -0
|
@@ -217,6 +217,18 @@
|
|
|
217
217
|
.e-rte-dropdown-popup .e-justify-full::before {
|
|
218
218
|
content: "\e79b";
|
|
219
219
|
}
|
|
220
|
+
.e-toolbar-wrapper .e-left-wrap::before,
|
|
221
|
+
.e-toolbar-container .e-left-wrap::before,
|
|
222
|
+
.e-rte-toolbar .e-left-wrap::before,
|
|
223
|
+
.e-rte-dropdown-popup .e-left-wrap::before {
|
|
224
|
+
content: "\e937";
|
|
225
|
+
}
|
|
226
|
+
.e-toolbar-wrapper .e-right-wrap::before,
|
|
227
|
+
.e-toolbar-container .e-right-wrap::before,
|
|
228
|
+
.e-rte-toolbar .e-right-wrap::before,
|
|
229
|
+
.e-rte-dropdown-popup .e-right-wrap::before {
|
|
230
|
+
content: "\e938";
|
|
231
|
+
}
|
|
220
232
|
.e-toolbar-wrapper .e-font-name::before,
|
|
221
233
|
.e-toolbar-container .e-font-name::before,
|
|
222
234
|
.e-rte-toolbar .e-font-name::before,
|
|
@@ -565,6 +577,12 @@
|
|
|
565
577
|
.e-rte-dropdown-popup .e-table-edit-properties::before {
|
|
566
578
|
content: "\e930";
|
|
567
579
|
}
|
|
580
|
+
.e-toolbar-wrapper .e-table-editCell-properties::before,
|
|
581
|
+
.e-toolbar-container .e-table-editCell-properties::before,
|
|
582
|
+
.e-rte-toolbar .e-table-editCell-properties::before,
|
|
583
|
+
.e-rte-dropdown-popup .e-table-editCell-properties::before {
|
|
584
|
+
content: "\e941";
|
|
585
|
+
}
|
|
568
586
|
.e-toolbar-wrapper .e-create-table::before,
|
|
569
587
|
.e-toolbar-container .e-create-table::before,
|
|
570
588
|
.e-rte-toolbar .e-create-table::before,
|
|
@@ -929,6 +947,69 @@
|
|
|
929
947
|
display: block;
|
|
930
948
|
font-size: 14px;
|
|
931
949
|
}
|
|
950
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper,
|
|
951
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper,
|
|
952
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper {
|
|
953
|
+
-webkit-user-select: none;
|
|
954
|
+
-moz-user-select: none;
|
|
955
|
+
-ms-user-select: none;
|
|
956
|
+
user-select: none;
|
|
957
|
+
position: absolute;
|
|
958
|
+
cursor: pointer;
|
|
959
|
+
}
|
|
960
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-drag-and-drop,
|
|
961
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-drag-and-drop,
|
|
962
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-drag-and-drop {
|
|
963
|
+
display: -webkit-box;
|
|
964
|
+
display: -ms-flexbox;
|
|
965
|
+
display: flex;
|
|
966
|
+
-webkit-box-align: center;
|
|
967
|
+
-ms-flex-align: center;
|
|
968
|
+
align-items: center;
|
|
969
|
+
-webkit-box-pack: center;
|
|
970
|
+
-ms-flex-pack: center;
|
|
971
|
+
justify-content: center;
|
|
972
|
+
border-radius: 4px 0 0 4px;
|
|
973
|
+
}
|
|
974
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-drag-and-drop.e-rtl,
|
|
975
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-drag-and-drop.e-rtl,
|
|
976
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-drag-and-drop.e-rtl {
|
|
977
|
+
border-radius: 0 4px 4px 0;
|
|
978
|
+
}
|
|
979
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-drag-and-drop:hover,
|
|
980
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-drag-and-drop:hover,
|
|
981
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-drag-and-drop:hover {
|
|
982
|
+
background: rgb(179, 215, 255);
|
|
983
|
+
}
|
|
984
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-drag-and-drop.e-active,
|
|
985
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-drag-and-drop.e-active,
|
|
986
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-drag-and-drop.e-active {
|
|
987
|
+
background-color: #007bff;
|
|
988
|
+
color: #fff;
|
|
989
|
+
}
|
|
990
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-move,
|
|
991
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-move,
|
|
992
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-move {
|
|
993
|
+
border-radius: 50%;
|
|
994
|
+
}
|
|
995
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-move:hover,
|
|
996
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-move:hover,
|
|
997
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-move:hover {
|
|
998
|
+
background: rgb(179, 215, 255);
|
|
999
|
+
}
|
|
1000
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-move.e-active,
|
|
1001
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-move.e-active,
|
|
1002
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-move.e-active {
|
|
1003
|
+
background-color: #007bff;
|
|
1004
|
+
color: #fff;
|
|
1005
|
+
}
|
|
1006
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-drag-and-drop {
|
|
1007
|
+
border-radius: 4px 4px 0 0;
|
|
1008
|
+
}
|
|
1009
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-drag-and-drop::before {
|
|
1010
|
+
-webkit-transform: rotate(90deg);
|
|
1011
|
+
transform: rotate(90deg);
|
|
1012
|
+
}
|
|
932
1013
|
.e-richtexteditor .e-source-content {
|
|
933
1014
|
display: none;
|
|
934
1015
|
}
|
|
@@ -1648,6 +1729,30 @@
|
|
|
1648
1729
|
top: unset;
|
|
1649
1730
|
}
|
|
1650
1731
|
|
|
1732
|
+
.e-rte-toolbar.e-rte-quick-toolbar .e-toolbar-item .e-colorpicker-wrapper.e-rte-font-colorpicker .e-split-colorpicker.e-icons::before, .e-rte-toolbar.e-rte-quick-toolbar .e-toolbar-item .e-colorpicker-wrapper.e-rte-background-colorpicker .e-split-colorpicker.e-icons::before,
|
|
1733
|
+
.e-rte-toolbar.e-rte-quick-toolbar .e-toolbar-item .e-colorpicker-container.e-rte-font-colorpicker .e-split-colorpicker.e-icons::before,
|
|
1734
|
+
.e-rte-toolbar.e-rte-quick-toolbar .e-toolbar-item .e-colorpicker-container.e-rte-background-colorpicker .e-split-colorpicker.e-icons::before {
|
|
1735
|
+
display: block;
|
|
1736
|
+
font-family: "e-icons";
|
|
1737
|
+
font-weight: 400;
|
|
1738
|
+
line-height: 1;
|
|
1739
|
+
text-transform: none;
|
|
1740
|
+
}
|
|
1741
|
+
.e-rte-toolbar.e-rte-quick-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker .e-selected-color,
|
|
1742
|
+
.e-rte-toolbar.e-rte-quick-toolbar .e-toolbar-item .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker .e-selected-color {
|
|
1743
|
+
background: none;
|
|
1744
|
+
display: block;
|
|
1745
|
+
margin-top: 3px;
|
|
1746
|
+
width: 100%;
|
|
1747
|
+
height: auto;
|
|
1748
|
+
}
|
|
1749
|
+
.e-rte-toolbar.e-rte-quick-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker .e-selected-color .e-split-preview,
|
|
1750
|
+
.e-rte-toolbar.e-rte-quick-toolbar .e-toolbar-item .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker .e-selected-color .e-split-preview {
|
|
1751
|
+
height: 3px;
|
|
1752
|
+
bottom: 0;
|
|
1753
|
+
top: unset;
|
|
1754
|
+
}
|
|
1755
|
+
|
|
1651
1756
|
.e-colorpicker-popup.e-rte-dropdown .e-container.e-color-palette .e-clr-pal-rec-wpr .e-recent-clr-span {
|
|
1652
1757
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
1653
1758
|
}
|
|
@@ -1805,6 +1910,8 @@
|
|
|
1805
1910
|
}
|
|
1806
1911
|
|
|
1807
1912
|
.e-rte-image.e-imginline,
|
|
1913
|
+
.e-rte-image.e-img-inline,
|
|
1914
|
+
.e-img-caption-container.e-img-inline,
|
|
1808
1915
|
.e-rte-audio.e-audio-inline,
|
|
1809
1916
|
.e-rte-video.e-video-inline {
|
|
1810
1917
|
margin-left: 5px;
|
|
@@ -1817,6 +1924,10 @@
|
|
|
1817
1924
|
}
|
|
1818
1925
|
|
|
1819
1926
|
.e-rte-image.e-imgcenter,
|
|
1927
|
+
.e-rte-image.e-img-center,
|
|
1928
|
+
.e-rte-image.e-img-break,
|
|
1929
|
+
.e-img-caption-container.e-img-center,
|
|
1930
|
+
.e-img-caption-container.e-img-break,
|
|
1820
1931
|
.e-rte-video.e-video-center {
|
|
1821
1932
|
cursor: pointer;
|
|
1822
1933
|
display: block;
|
|
@@ -1981,6 +2092,12 @@
|
|
|
1981
2092
|
color: #007bff;
|
|
1982
2093
|
}
|
|
1983
2094
|
|
|
2095
|
+
.e-rte-table-resize .e-circle::before,
|
|
2096
|
+
.e-rte-table-resize .e-circle-add::before {
|
|
2097
|
+
background-color: #fff;
|
|
2098
|
+
border-radius: 50%;
|
|
2099
|
+
}
|
|
2100
|
+
|
|
1984
2101
|
.e-rte-table-resize.e-tb-col-insert {
|
|
1985
2102
|
width: 26px;
|
|
1986
2103
|
height: 22px;
|
|
@@ -2001,6 +2118,7 @@
|
|
|
2001
2118
|
line-height: 16px;
|
|
2002
2119
|
border: 1px;
|
|
2003
2120
|
position: absolute;
|
|
2121
|
+
z-index: 2;
|
|
2004
2122
|
}
|
|
2005
2123
|
|
|
2006
2124
|
.e-rte-table-resize.e-tb-col-insert .e-icons.e-circle-add {
|
|
@@ -2023,6 +2141,7 @@
|
|
|
2023
2141
|
line-height: 8px;
|
|
2024
2142
|
border: 1px;
|
|
2025
2143
|
position: absolute;
|
|
2144
|
+
z-index: 2;
|
|
2026
2145
|
}
|
|
2027
2146
|
|
|
2028
2147
|
.e-rte-table-resize.e-tb-row-insert .e-icons.e-circle {
|
|
@@ -2056,6 +2175,63 @@
|
|
|
2056
2175
|
height: 1px;
|
|
2057
2176
|
}
|
|
2058
2177
|
|
|
2178
|
+
.e-rte-image.e-img-left-wrap,
|
|
2179
|
+
.e-img-caption-container.e-img-left-wrap {
|
|
2180
|
+
float: left;
|
|
2181
|
+
margin: 5px 5px 5px 0;
|
|
2182
|
+
}
|
|
2183
|
+
.e-rte-image.e-img-right-wrap,
|
|
2184
|
+
.e-img-caption-container.e-img-right-wrap {
|
|
2185
|
+
float: right;
|
|
2186
|
+
margin: 5px 0 5px 5px;
|
|
2187
|
+
}
|
|
2188
|
+
.e-rte-image.e-img-left, .e-rte-image.e-img-right,
|
|
2189
|
+
.e-img-caption-container.e-img-left,
|
|
2190
|
+
.e-img-caption-container.e-img-right {
|
|
2191
|
+
margin-top: 5px;
|
|
2192
|
+
margin-bottom: 5px;
|
|
2193
|
+
}
|
|
2194
|
+
.e-rte-image.e-img-right,
|
|
2195
|
+
.e-img-caption-container.e-img-right {
|
|
2196
|
+
margin-right: 0;
|
|
2197
|
+
margin-left: auto;
|
|
2198
|
+
}
|
|
2199
|
+
.e-rte-image.e-img-left,
|
|
2200
|
+
.e-img-caption-container.e-img-left {
|
|
2201
|
+
margin-left: 0;
|
|
2202
|
+
margin-right: auto;
|
|
2203
|
+
}
|
|
2204
|
+
|
|
2205
|
+
.e-img-caption-container {
|
|
2206
|
+
max-width: 100%;
|
|
2207
|
+
position: relative;
|
|
2208
|
+
}
|
|
2209
|
+
.e-img-caption-container.e-img-left-wrap, .e-img-caption-container.e-img-right-wrap {
|
|
2210
|
+
display: inline-block;
|
|
2211
|
+
}
|
|
2212
|
+
.e-img-caption-container.e-img-left, .e-img-caption-container.e-img-right {
|
|
2213
|
+
display: block;
|
|
2214
|
+
}
|
|
2215
|
+
.e-img-caption-container .e-img-caption-text {
|
|
2216
|
+
-webkit-box-sizing: border-box;
|
|
2217
|
+
box-sizing: border-box;
|
|
2218
|
+
display: block;
|
|
2219
|
+
font-size: 16px;
|
|
2220
|
+
font-weight: 400;
|
|
2221
|
+
margin: auto;
|
|
2222
|
+
opacity: 0.9;
|
|
2223
|
+
position: relative;
|
|
2224
|
+
text-align: center;
|
|
2225
|
+
width: 100%;
|
|
2226
|
+
}
|
|
2227
|
+
.e-img-caption-container.e-img-left-wrap .e-img-wrap img, .e-img-caption-container.e-img-right-wrap .e-img-wrap img, .e-img-caption-container.e-img-left .e-img-wrap img, .e-img-caption-container.e-img-right .e-img-wrap img, .e-img-caption-container.e-img-center .e-img-wrap img, .e-img-caption-container.e-img-break .e-img-wrap img {
|
|
2228
|
+
margin-bottom: 0;
|
|
2229
|
+
}
|
|
2230
|
+
.e-img-caption-container.e-img-center, .e-img-caption-container.e-img-break {
|
|
2231
|
+
margin-left: auto;
|
|
2232
|
+
margin-right: auto;
|
|
2233
|
+
}
|
|
2234
|
+
|
|
2059
2235
|
.e-richtexteditor .e-linkheader,
|
|
2060
2236
|
.e-richtexteditor .e-audioheader,
|
|
2061
2237
|
.e-richtexteditor .e-videoheader,
|
|
@@ -2338,6 +2514,114 @@
|
|
|
2338
2514
|
.e-rte-elements .e-rte-edit-table-content .e-caret {
|
|
2339
2515
|
opacity: 0.75;
|
|
2340
2516
|
}
|
|
2517
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row,
|
|
2518
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row {
|
|
2519
|
+
display: -webkit-box;
|
|
2520
|
+
display: -ms-flexbox;
|
|
2521
|
+
display: flex;
|
|
2522
|
+
gap: 16px;
|
|
2523
|
+
}
|
|
2524
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:first-child .e-rte-edit-table-tablewidth,
|
|
2525
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:first-child .e-rte-edit-table-tableheight,
|
|
2526
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:first-child .e-rte-edit-table-tablewidth,
|
|
2527
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:first-child .e-rte-edit-table-tableheight {
|
|
2528
|
+
width: 50%;
|
|
2529
|
+
}
|
|
2530
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:not(:first-child) .e-rte-edit-table-cellpadding,
|
|
2531
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:not(:first-child) .e-rte-edit-table-bgcolor,
|
|
2532
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:not(:first-child) .e-rte-edit-table-cellpadding,
|
|
2533
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:not(:first-child) .e-rte-edit-table-bgcolor {
|
|
2534
|
+
width: 50%;
|
|
2535
|
+
}
|
|
2536
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-field-flex,
|
|
2537
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-field-flex {
|
|
2538
|
+
display: -webkit-box;
|
|
2539
|
+
display: -ms-flexbox;
|
|
2540
|
+
display: flex;
|
|
2541
|
+
-webkit-box-pack: justify;
|
|
2542
|
+
-ms-flex-pack: justify;
|
|
2543
|
+
justify-content: space-between;
|
|
2544
|
+
}
|
|
2545
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-widthValue button,
|
|
2546
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-heightValue button,
|
|
2547
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-widthValue button,
|
|
2548
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-heightValue button {
|
|
2549
|
+
padding: 2px 8px;
|
|
2550
|
+
margin-top: 2px;
|
|
2551
|
+
}
|
|
2552
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-widthValue button .e-rte-dropdown-btn-content-text,
|
|
2553
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-heightValue button .e-rte-dropdown-btn-content-text,
|
|
2554
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-widthValue button .e-rte-dropdown-btn-content-text,
|
|
2555
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-heightValue button .e-rte-dropdown-btn-content-text {
|
|
2556
|
+
display: inline-block;
|
|
2557
|
+
width: 18px;
|
|
2558
|
+
white-space: nowrap;
|
|
2559
|
+
overflow: hidden;
|
|
2560
|
+
text-overflow: ellipsis;
|
|
2561
|
+
}
|
|
2562
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container,
|
|
2563
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container {
|
|
2564
|
+
display: -webkit-box;
|
|
2565
|
+
display: -ms-flexbox;
|
|
2566
|
+
display: flex;
|
|
2567
|
+
gap: 24px;
|
|
2568
|
+
}
|
|
2569
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-edit-tablecell-horizontal-align,
|
|
2570
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-edit-tablecell-vertical-align,
|
|
2571
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-edit-tablecell-horizontal-align,
|
|
2572
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-edit-tablecell-vertical-align {
|
|
2573
|
+
margin-top: 8px;
|
|
2574
|
+
width: 50%;
|
|
2575
|
+
}
|
|
2576
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-edit-tablecell-btn-group,
|
|
2577
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-edit-tablecell-btn-group {
|
|
2578
|
+
margin-top: 4px;
|
|
2579
|
+
}
|
|
2580
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-tablecell-align-btn,
|
|
2581
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-tablecell-align-btn {
|
|
2582
|
+
width: auto;
|
|
2583
|
+
height: auto;
|
|
2584
|
+
padding: 12px;
|
|
2585
|
+
font-size: 14px;
|
|
2586
|
+
}
|
|
2587
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-border .e-rte-edit-table-borderfields,
|
|
2588
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-border .e-rte-edit-table-borderfields {
|
|
2589
|
+
display: -webkit-box;
|
|
2590
|
+
display: -ms-flexbox;
|
|
2591
|
+
display: flex;
|
|
2592
|
+
-webkit-box-pack: justify;
|
|
2593
|
+
-ms-flex-pack: justify;
|
|
2594
|
+
justify-content: space-between;
|
|
2595
|
+
}
|
|
2596
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-edit-table-borderwidth,
|
|
2597
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-edit-table-borderwidth {
|
|
2598
|
+
width: 37%;
|
|
2599
|
+
}
|
|
2600
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-dropdown-btn-text-wrapper,
|
|
2601
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-dropdown-btn-text-wrapper {
|
|
2602
|
+
width: 47px;
|
|
2603
|
+
}
|
|
2604
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-element,
|
|
2605
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-element {
|
|
2606
|
+
margin-top: 12px;
|
|
2607
|
+
}
|
|
2608
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-field,
|
|
2609
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-field {
|
|
2610
|
+
margin-top: 4px;
|
|
2611
|
+
}
|
|
2612
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-dropdown-btn-text,
|
|
2613
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-dropdown-btn-text {
|
|
2614
|
+
font-weight: 400;
|
|
2615
|
+
}
|
|
2616
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-borderlabel,
|
|
2617
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-borderlabel {
|
|
2618
|
+
font-weight: 600;
|
|
2619
|
+
font-style: semi-bold;
|
|
2620
|
+
}
|
|
2621
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-caret,
|
|
2622
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-caret {
|
|
2623
|
+
opacity: 0.75;
|
|
2624
|
+
}
|
|
2341
2625
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open,
|
|
2342
2626
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open {
|
|
2343
2627
|
border: 1px solid #fdfdfd;
|
|
@@ -3128,6 +3412,105 @@
|
|
|
3128
3412
|
line-height: 2px;
|
|
3129
3413
|
}
|
|
3130
3414
|
|
|
3415
|
+
.e-smartrichtexteditor .e-rte-ai-selected-text {
|
|
3416
|
+
color: rgb(255, 255, 255);
|
|
3417
|
+
background: rgb(51, 103, 209);
|
|
3418
|
+
}
|
|
3419
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog {
|
|
3420
|
+
border: 0;
|
|
3421
|
+
}
|
|
3422
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content {
|
|
3423
|
+
min-height: 100px;
|
|
3424
|
+
overflow: hidden;
|
|
3425
|
+
display: -webkit-box !important;
|
|
3426
|
+
display: -ms-flexbox !important;
|
|
3427
|
+
display: flex !important; /* stylelint-disable-line declaration-no-important */
|
|
3428
|
+
-webkit-box-orient: vertical;
|
|
3429
|
+
-webkit-box-direction: normal;
|
|
3430
|
+
-ms-flex-direction: column;
|
|
3431
|
+
flex-direction: column;
|
|
3432
|
+
padding: 0;
|
|
3433
|
+
border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
3434
|
+
}
|
|
3435
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-rte-ai-assit-content-container {
|
|
3436
|
+
-webkit-box-flex: 1;
|
|
3437
|
+
-ms-flex: 1 1 auto;
|
|
3438
|
+
flex: 1 1 auto;
|
|
3439
|
+
display: -webkit-box;
|
|
3440
|
+
display: -ms-flexbox;
|
|
3441
|
+
display: flex;
|
|
3442
|
+
-webkit-box-orient: vertical;
|
|
3443
|
+
-webkit-box-direction: normal;
|
|
3444
|
+
-ms-flex-direction: column;
|
|
3445
|
+
flex-direction: column;
|
|
3446
|
+
min-height: 0;
|
|
3447
|
+
width: 100%;
|
|
3448
|
+
}
|
|
3449
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview {
|
|
3450
|
+
-webkit-box-flex: 1;
|
|
3451
|
+
-ms-flex: 1 1 auto;
|
|
3452
|
+
flex: 1 1 auto;
|
|
3453
|
+
display: -webkit-box;
|
|
3454
|
+
display: -ms-flexbox;
|
|
3455
|
+
display: flex;
|
|
3456
|
+
-webkit-box-orient: vertical;
|
|
3457
|
+
-webkit-box-direction: normal;
|
|
3458
|
+
-ms-flex-direction: column;
|
|
3459
|
+
flex-direction: column;
|
|
3460
|
+
min-height: 0;
|
|
3461
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
3462
|
+
}
|
|
3463
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview .e-view-header {
|
|
3464
|
+
-webkit-box-flex: 0;
|
|
3465
|
+
-ms-flex: 0 0 auto;
|
|
3466
|
+
flex: 0 0 auto;
|
|
3467
|
+
}
|
|
3468
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview .e-view-content {
|
|
3469
|
+
-webkit-box-flex: 1;
|
|
3470
|
+
-ms-flex: 1 1 auto;
|
|
3471
|
+
flex: 1 1 auto;
|
|
3472
|
+
overflow-y: auto;
|
|
3473
|
+
overflow-x: hidden;
|
|
3474
|
+
min-height: 0;
|
|
3475
|
+
}
|
|
3476
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview .e-view-container {
|
|
3477
|
+
margin: auto;
|
|
3478
|
+
}
|
|
3479
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview .banner-content {
|
|
3480
|
+
display: -webkit-box;
|
|
3481
|
+
display: -ms-flexbox;
|
|
3482
|
+
display: flex;
|
|
3483
|
+
-webkit-box-orient: vertical;
|
|
3484
|
+
-webkit-box-direction: normal;
|
|
3485
|
+
-ms-flex-direction: column;
|
|
3486
|
+
flex-direction: column;
|
|
3487
|
+
-webkit-box-pack: center;
|
|
3488
|
+
-ms-flex-pack: center;
|
|
3489
|
+
justify-content: center;
|
|
3490
|
+
height: 230px;
|
|
3491
|
+
text-align: center;
|
|
3492
|
+
}
|
|
3493
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview .banner-content .e-assistview-icon::before {
|
|
3494
|
+
font-size: 35px;
|
|
3495
|
+
}
|
|
3496
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview .e-footer {
|
|
3497
|
+
width: 85%;
|
|
3498
|
+
}
|
|
3499
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-overlay {
|
|
3500
|
+
background-color: rgb(250, 250, 250);
|
|
3501
|
+
opacity: 0.6;
|
|
3502
|
+
}
|
|
3503
|
+
|
|
3504
|
+
.e-smartrichtexteditor.e-dlg-target.e-scroll-disabled {
|
|
3505
|
+
overflow: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
3506
|
+
}
|
|
3507
|
+
|
|
3508
|
+
.e-rte-ai-assist-history.e-rte-dropdown-menu.e-popup-open {
|
|
3509
|
+
visibility: hidden;
|
|
3510
|
+
max-height: 200px;
|
|
3511
|
+
overflow-y: auto;
|
|
3512
|
+
}
|
|
3513
|
+
|
|
3131
3514
|
.e-richtexteditor {
|
|
3132
3515
|
border-radius: 4px;
|
|
3133
3516
|
}
|
|
@@ -3843,6 +4226,10 @@ span.e-table-box.e-rbox-select {
|
|
|
3843
4226
|
background: #fff;
|
|
3844
4227
|
}
|
|
3845
4228
|
|
|
4229
|
+
.e-upload.e-lib.e-control-wrapper.e-rte-dialog-upload {
|
|
4230
|
+
background: #fff;
|
|
4231
|
+
}
|
|
4232
|
+
|
|
3846
4233
|
.e-rte-emojipicker-popup.e-popup.e-popup-open {
|
|
3847
4234
|
background: #fff;
|
|
3848
4235
|
-webkit-box-shadow: drop-shadow(0 0 6px rgba(0, 0, 0, 0.25));
|