@syncfusion/ej2-richtexteditor 29.2.4-803054 → 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 +1 -1
- package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js +1 -1
- 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/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
|
@@ -146,6 +146,18 @@
|
|
|
146
146
|
.e-rte-dropdown-popup .e-justify-full::before {
|
|
147
147
|
content: "\e334";
|
|
148
148
|
}
|
|
149
|
+
.e-toolbar-wrapper .e-left-wrap::before,
|
|
150
|
+
.e-toolbar-container .e-left-wrap::before,
|
|
151
|
+
.e-rte-toolbar .e-left-wrap::before,
|
|
152
|
+
.e-rte-dropdown-popup .e-left-wrap::before {
|
|
153
|
+
content: "\e1c3";
|
|
154
|
+
}
|
|
155
|
+
.e-toolbar-wrapper .e-right-wrap::before,
|
|
156
|
+
.e-toolbar-container .e-right-wrap::before,
|
|
157
|
+
.e-rte-toolbar .e-right-wrap::before,
|
|
158
|
+
.e-rte-dropdown-popup .e-right-wrap::before {
|
|
159
|
+
content: "\e1c4";
|
|
160
|
+
}
|
|
149
161
|
.e-toolbar-wrapper .e-font-name::before,
|
|
150
162
|
.e-toolbar-container .e-font-name::before,
|
|
151
163
|
.e-rte-toolbar .e-font-name::before,
|
|
@@ -494,6 +506,12 @@
|
|
|
494
506
|
.e-rte-dropdown-popup .e-table-edit-properties::before {
|
|
495
507
|
content: "\e1b6";
|
|
496
508
|
}
|
|
509
|
+
.e-toolbar-wrapper .e-table-editCell-properties::before,
|
|
510
|
+
.e-toolbar-container .e-table-editCell-properties::before,
|
|
511
|
+
.e-rte-toolbar .e-table-editCell-properties::before,
|
|
512
|
+
.e-rte-dropdown-popup .e-table-editCell-properties::before {
|
|
513
|
+
content: "\e1c7";
|
|
514
|
+
}
|
|
497
515
|
.e-toolbar-wrapper .e-create-table::before,
|
|
498
516
|
.e-toolbar-container .e-create-table::before,
|
|
499
517
|
.e-rte-toolbar .e-create-table::before,
|
|
@@ -768,6 +786,69 @@
|
|
|
768
786
|
display: block;
|
|
769
787
|
font-size: 14px;
|
|
770
788
|
}
|
|
789
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper,
|
|
790
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper,
|
|
791
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper {
|
|
792
|
+
-webkit-user-select: none;
|
|
793
|
+
-moz-user-select: none;
|
|
794
|
+
-ms-user-select: none;
|
|
795
|
+
user-select: none;
|
|
796
|
+
position: absolute;
|
|
797
|
+
cursor: pointer;
|
|
798
|
+
}
|
|
799
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-drag-and-drop,
|
|
800
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-drag-and-drop,
|
|
801
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-drag-and-drop {
|
|
802
|
+
display: -webkit-box;
|
|
803
|
+
display: -ms-flexbox;
|
|
804
|
+
display: flex;
|
|
805
|
+
-webkit-box-align: center;
|
|
806
|
+
-ms-flex-align: center;
|
|
807
|
+
align-items: center;
|
|
808
|
+
-webkit-box-pack: center;
|
|
809
|
+
-ms-flex-pack: center;
|
|
810
|
+
justify-content: center;
|
|
811
|
+
border-radius: 4px 0 0 4px;
|
|
812
|
+
}
|
|
813
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-drag-and-drop.e-rtl,
|
|
814
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-drag-and-drop.e-rtl,
|
|
815
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-drag-and-drop.e-rtl {
|
|
816
|
+
border-radius: 0 4px 4px 0;
|
|
817
|
+
}
|
|
818
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-drag-and-drop:hover,
|
|
819
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-drag-and-drop:hover,
|
|
820
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-drag-and-drop:hover {
|
|
821
|
+
background: rgba(49, 122, 185, 0.3);
|
|
822
|
+
}
|
|
823
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-drag-and-drop.e-active,
|
|
824
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-drag-and-drop.e-active,
|
|
825
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-drag-and-drop.e-active {
|
|
826
|
+
background-color: #317ab9;
|
|
827
|
+
color: #fff;
|
|
828
|
+
}
|
|
829
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-move,
|
|
830
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-move,
|
|
831
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-move {
|
|
832
|
+
border-radius: 50%;
|
|
833
|
+
}
|
|
834
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-move:hover,
|
|
835
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-move:hover,
|
|
836
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-move:hover {
|
|
837
|
+
background: rgba(49, 122, 185, 0.3);
|
|
838
|
+
}
|
|
839
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-move.e-active,
|
|
840
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-move.e-active,
|
|
841
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-move.e-active {
|
|
842
|
+
background-color: #317ab9;
|
|
843
|
+
color: #fff;
|
|
844
|
+
}
|
|
845
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-drag-and-drop {
|
|
846
|
+
border-radius: 4px 4px 0 0;
|
|
847
|
+
}
|
|
848
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-drag-and-drop::before {
|
|
849
|
+
-webkit-transform: rotate(90deg);
|
|
850
|
+
transform: rotate(90deg);
|
|
851
|
+
}
|
|
771
852
|
.e-richtexteditor .e-source-content {
|
|
772
853
|
display: none;
|
|
773
854
|
}
|
|
@@ -1487,6 +1568,30 @@
|
|
|
1487
1568
|
top: unset;
|
|
1488
1569
|
}
|
|
1489
1570
|
|
|
1571
|
+
.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,
|
|
1572
|
+
.e-rte-toolbar.e-rte-quick-toolbar .e-toolbar-item .e-colorpicker-container.e-rte-font-colorpicker .e-split-colorpicker.e-icons::before,
|
|
1573
|
+
.e-rte-toolbar.e-rte-quick-toolbar .e-toolbar-item .e-colorpicker-container.e-rte-background-colorpicker .e-split-colorpicker.e-icons::before {
|
|
1574
|
+
display: block;
|
|
1575
|
+
font-family: "e-icons";
|
|
1576
|
+
font-weight: 400;
|
|
1577
|
+
line-height: 1;
|
|
1578
|
+
text-transform: none;
|
|
1579
|
+
}
|
|
1580
|
+
.e-rte-toolbar.e-rte-quick-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker .e-selected-color,
|
|
1581
|
+
.e-rte-toolbar.e-rte-quick-toolbar .e-toolbar-item .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker .e-selected-color {
|
|
1582
|
+
background: none;
|
|
1583
|
+
display: block;
|
|
1584
|
+
margin-top: 3px;
|
|
1585
|
+
width: 100%;
|
|
1586
|
+
height: auto;
|
|
1587
|
+
}
|
|
1588
|
+
.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,
|
|
1589
|
+
.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 {
|
|
1590
|
+
height: 3px;
|
|
1591
|
+
bottom: 0;
|
|
1592
|
+
top: unset;
|
|
1593
|
+
}
|
|
1594
|
+
|
|
1490
1595
|
.e-colorpicker-popup.e-rte-dropdown .e-container.e-color-palette .e-clr-pal-rec-wpr .e-recent-clr-span {
|
|
1491
1596
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
1492
1597
|
}
|
|
@@ -1644,6 +1749,8 @@
|
|
|
1644
1749
|
}
|
|
1645
1750
|
|
|
1646
1751
|
.e-rte-image.e-imginline,
|
|
1752
|
+
.e-rte-image.e-img-inline,
|
|
1753
|
+
.e-img-caption-container.e-img-inline,
|
|
1647
1754
|
.e-rte-audio.e-audio-inline,
|
|
1648
1755
|
.e-rte-video.e-video-inline {
|
|
1649
1756
|
margin-left: 5px;
|
|
@@ -1656,6 +1763,10 @@
|
|
|
1656
1763
|
}
|
|
1657
1764
|
|
|
1658
1765
|
.e-rte-image.e-imgcenter,
|
|
1766
|
+
.e-rte-image.e-img-center,
|
|
1767
|
+
.e-rte-image.e-img-break,
|
|
1768
|
+
.e-img-caption-container.e-img-center,
|
|
1769
|
+
.e-img-caption-container.e-img-break,
|
|
1659
1770
|
.e-rte-video.e-video-center {
|
|
1660
1771
|
cursor: pointer;
|
|
1661
1772
|
display: block;
|
|
@@ -1820,6 +1931,12 @@
|
|
|
1820
1931
|
color: #317ab9;
|
|
1821
1932
|
}
|
|
1822
1933
|
|
|
1934
|
+
.e-rte-table-resize .e-circle::before,
|
|
1935
|
+
.e-rte-table-resize .e-circle-add::before {
|
|
1936
|
+
background-color: #fff;
|
|
1937
|
+
border-radius: 50%;
|
|
1938
|
+
}
|
|
1939
|
+
|
|
1823
1940
|
.e-rte-table-resize.e-tb-col-insert {
|
|
1824
1941
|
width: 26px;
|
|
1825
1942
|
height: 22px;
|
|
@@ -1840,6 +1957,7 @@
|
|
|
1840
1957
|
line-height: 16px;
|
|
1841
1958
|
border: 1px;
|
|
1842
1959
|
position: absolute;
|
|
1960
|
+
z-index: 2;
|
|
1843
1961
|
}
|
|
1844
1962
|
|
|
1845
1963
|
.e-rte-table-resize.e-tb-col-insert .e-icons.e-circle-add {
|
|
@@ -1862,6 +1980,7 @@
|
|
|
1862
1980
|
line-height: 8px;
|
|
1863
1981
|
border: 1px;
|
|
1864
1982
|
position: absolute;
|
|
1983
|
+
z-index: 2;
|
|
1865
1984
|
}
|
|
1866
1985
|
|
|
1867
1986
|
.e-rte-table-resize.e-tb-row-insert .e-icons.e-circle {
|
|
@@ -1895,6 +2014,63 @@
|
|
|
1895
2014
|
height: 1px;
|
|
1896
2015
|
}
|
|
1897
2016
|
|
|
2017
|
+
.e-rte-image.e-img-left-wrap,
|
|
2018
|
+
.e-img-caption-container.e-img-left-wrap {
|
|
2019
|
+
float: left;
|
|
2020
|
+
margin: 5px 5px 5px 0;
|
|
2021
|
+
}
|
|
2022
|
+
.e-rte-image.e-img-right-wrap,
|
|
2023
|
+
.e-img-caption-container.e-img-right-wrap {
|
|
2024
|
+
float: right;
|
|
2025
|
+
margin: 5px 0 5px 5px;
|
|
2026
|
+
}
|
|
2027
|
+
.e-rte-image.e-img-left, .e-rte-image.e-img-right,
|
|
2028
|
+
.e-img-caption-container.e-img-left,
|
|
2029
|
+
.e-img-caption-container.e-img-right {
|
|
2030
|
+
margin-top: 5px;
|
|
2031
|
+
margin-bottom: 5px;
|
|
2032
|
+
}
|
|
2033
|
+
.e-rte-image.e-img-right,
|
|
2034
|
+
.e-img-caption-container.e-img-right {
|
|
2035
|
+
margin-right: 0;
|
|
2036
|
+
margin-left: auto;
|
|
2037
|
+
}
|
|
2038
|
+
.e-rte-image.e-img-left,
|
|
2039
|
+
.e-img-caption-container.e-img-left {
|
|
2040
|
+
margin-left: 0;
|
|
2041
|
+
margin-right: auto;
|
|
2042
|
+
}
|
|
2043
|
+
|
|
2044
|
+
.e-img-caption-container {
|
|
2045
|
+
max-width: 100%;
|
|
2046
|
+
position: relative;
|
|
2047
|
+
}
|
|
2048
|
+
.e-img-caption-container.e-img-left-wrap, .e-img-caption-container.e-img-right-wrap {
|
|
2049
|
+
display: inline-block;
|
|
2050
|
+
}
|
|
2051
|
+
.e-img-caption-container.e-img-left, .e-img-caption-container.e-img-right {
|
|
2052
|
+
display: block;
|
|
2053
|
+
}
|
|
2054
|
+
.e-img-caption-container .e-img-caption-text {
|
|
2055
|
+
-webkit-box-sizing: border-box;
|
|
2056
|
+
box-sizing: border-box;
|
|
2057
|
+
display: block;
|
|
2058
|
+
font-size: 16px;
|
|
2059
|
+
font-weight: 400;
|
|
2060
|
+
margin: auto;
|
|
2061
|
+
opacity: 0.9;
|
|
2062
|
+
position: relative;
|
|
2063
|
+
text-align: center;
|
|
2064
|
+
width: 100%;
|
|
2065
|
+
}
|
|
2066
|
+
.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 {
|
|
2067
|
+
margin-bottom: 0;
|
|
2068
|
+
}
|
|
2069
|
+
.e-img-caption-container.e-img-center, .e-img-caption-container.e-img-break {
|
|
2070
|
+
margin-left: auto;
|
|
2071
|
+
margin-right: auto;
|
|
2072
|
+
}
|
|
2073
|
+
|
|
1898
2074
|
.e-richtexteditor .e-linkheader,
|
|
1899
2075
|
.e-richtexteditor .e-audioheader,
|
|
1900
2076
|
.e-richtexteditor .e-videoheader,
|
|
@@ -2177,6 +2353,118 @@
|
|
|
2177
2353
|
.e-rte-elements .e-rte-edit-table-content .e-caret {
|
|
2178
2354
|
opacity: 0.75;
|
|
2179
2355
|
}
|
|
2356
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row,
|
|
2357
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row {
|
|
2358
|
+
display: -webkit-box;
|
|
2359
|
+
display: -ms-flexbox;
|
|
2360
|
+
display: flex;
|
|
2361
|
+
gap: 16px;
|
|
2362
|
+
}
|
|
2363
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:first-child .e-rte-edit-table-tablewidth,
|
|
2364
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:first-child .e-rte-edit-table-tableheight,
|
|
2365
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:first-child .e-rte-edit-table-tablewidth,
|
|
2366
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:first-child .e-rte-edit-table-tableheight {
|
|
2367
|
+
width: 50%;
|
|
2368
|
+
}
|
|
2369
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:not(:first-child) .e-rte-edit-table-cellpadding,
|
|
2370
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:not(:first-child) .e-rte-edit-table-bgcolor,
|
|
2371
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:not(:first-child) .e-rte-edit-table-cellpadding,
|
|
2372
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:not(:first-child) .e-rte-edit-table-bgcolor {
|
|
2373
|
+
width: 50%;
|
|
2374
|
+
}
|
|
2375
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-field-flex,
|
|
2376
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-field-flex {
|
|
2377
|
+
display: -webkit-box;
|
|
2378
|
+
display: -ms-flexbox;
|
|
2379
|
+
display: flex;
|
|
2380
|
+
-webkit-box-pack: justify;
|
|
2381
|
+
-ms-flex-pack: justify;
|
|
2382
|
+
justify-content: space-between;
|
|
2383
|
+
}
|
|
2384
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-field-flex .e-control-wrapper.e-numeric,
|
|
2385
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-field-flex .e-control-wrapper.e-numeric {
|
|
2386
|
+
width: 115px !important; /* stylelint-disable-line declaration-no-important */
|
|
2387
|
+
}
|
|
2388
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-widthValue button,
|
|
2389
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-heightValue button,
|
|
2390
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-widthValue button,
|
|
2391
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-heightValue button {
|
|
2392
|
+
padding: 2px 8px;
|
|
2393
|
+
margin-top: 2px;
|
|
2394
|
+
}
|
|
2395
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-widthValue button .e-rte-dropdown-btn-content-text,
|
|
2396
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-heightValue button .e-rte-dropdown-btn-content-text,
|
|
2397
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-widthValue button .e-rte-dropdown-btn-content-text,
|
|
2398
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-heightValue button .e-rte-dropdown-btn-content-text {
|
|
2399
|
+
display: inline-block;
|
|
2400
|
+
width: 18px;
|
|
2401
|
+
white-space: nowrap;
|
|
2402
|
+
overflow: hidden;
|
|
2403
|
+
text-overflow: ellipsis;
|
|
2404
|
+
}
|
|
2405
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container,
|
|
2406
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container {
|
|
2407
|
+
display: -webkit-box;
|
|
2408
|
+
display: -ms-flexbox;
|
|
2409
|
+
display: flex;
|
|
2410
|
+
gap: 24px;
|
|
2411
|
+
}
|
|
2412
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-edit-tablecell-horizontal-align,
|
|
2413
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-edit-tablecell-vertical-align,
|
|
2414
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-edit-tablecell-horizontal-align,
|
|
2415
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-edit-tablecell-vertical-align {
|
|
2416
|
+
margin-top: 8px;
|
|
2417
|
+
width: 50%;
|
|
2418
|
+
}
|
|
2419
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-edit-tablecell-btn-group,
|
|
2420
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-edit-tablecell-btn-group {
|
|
2421
|
+
margin-top: 4px;
|
|
2422
|
+
}
|
|
2423
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-tablecell-align-btn,
|
|
2424
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-tablecell-align-btn {
|
|
2425
|
+
width: auto;
|
|
2426
|
+
height: auto;
|
|
2427
|
+
padding: 12px;
|
|
2428
|
+
font-size: 14px;
|
|
2429
|
+
}
|
|
2430
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-border .e-rte-edit-table-borderfields,
|
|
2431
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-border .e-rte-edit-table-borderfields {
|
|
2432
|
+
display: -webkit-box;
|
|
2433
|
+
display: -ms-flexbox;
|
|
2434
|
+
display: flex;
|
|
2435
|
+
-webkit-box-pack: justify;
|
|
2436
|
+
-ms-flex-pack: justify;
|
|
2437
|
+
justify-content: space-between;
|
|
2438
|
+
}
|
|
2439
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-edit-table-borderwidth,
|
|
2440
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-edit-table-borderwidth {
|
|
2441
|
+
width: 37%;
|
|
2442
|
+
}
|
|
2443
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-dropdown-btn-text-wrapper,
|
|
2444
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-dropdown-btn-text-wrapper {
|
|
2445
|
+
width: 47px;
|
|
2446
|
+
}
|
|
2447
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-element,
|
|
2448
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-element {
|
|
2449
|
+
margin-top: 12px;
|
|
2450
|
+
}
|
|
2451
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-field,
|
|
2452
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-field {
|
|
2453
|
+
margin-top: 4px;
|
|
2454
|
+
}
|
|
2455
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-dropdown-btn-text,
|
|
2456
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-dropdown-btn-text {
|
|
2457
|
+
font-weight: 400;
|
|
2458
|
+
}
|
|
2459
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-borderlabel,
|
|
2460
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-borderlabel {
|
|
2461
|
+
font-weight: 600;
|
|
2462
|
+
font-style: semi-bold;
|
|
2463
|
+
}
|
|
2464
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-caret,
|
|
2465
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-caret {
|
|
2466
|
+
opacity: 0.75;
|
|
2467
|
+
}
|
|
2180
2468
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open,
|
|
2181
2469
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open {
|
|
2182
2470
|
border: 1px solid #fff;
|
|
@@ -2968,6 +3256,112 @@
|
|
|
2968
3256
|
line-height: 2px;
|
|
2969
3257
|
}
|
|
2970
3258
|
|
|
3259
|
+
.e-smartrichtexteditor .e-rte-ai-selected-text {
|
|
3260
|
+
color: rgb(255, 255, 255);
|
|
3261
|
+
background: rgb(51, 103, 209);
|
|
3262
|
+
}
|
|
3263
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog {
|
|
3264
|
+
border: 0;
|
|
3265
|
+
}
|
|
3266
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content {
|
|
3267
|
+
min-height: 100px;
|
|
3268
|
+
overflow: hidden;
|
|
3269
|
+
display: -webkit-box !important;
|
|
3270
|
+
display: -ms-flexbox !important;
|
|
3271
|
+
display: flex !important; /* stylelint-disable-line declaration-no-important */
|
|
3272
|
+
-webkit-box-orient: vertical;
|
|
3273
|
+
-webkit-box-direction: normal;
|
|
3274
|
+
-ms-flex-direction: column;
|
|
3275
|
+
flex-direction: column;
|
|
3276
|
+
padding: 0;
|
|
3277
|
+
border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
3278
|
+
}
|
|
3279
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-rte-ai-assit-content-container {
|
|
3280
|
+
-webkit-box-flex: 1;
|
|
3281
|
+
-ms-flex: 1 1 auto;
|
|
3282
|
+
flex: 1 1 auto;
|
|
3283
|
+
display: -webkit-box;
|
|
3284
|
+
display: -ms-flexbox;
|
|
3285
|
+
display: flex;
|
|
3286
|
+
-webkit-box-orient: vertical;
|
|
3287
|
+
-webkit-box-direction: normal;
|
|
3288
|
+
-ms-flex-direction: column;
|
|
3289
|
+
flex-direction: column;
|
|
3290
|
+
min-height: 0;
|
|
3291
|
+
width: 100%;
|
|
3292
|
+
}
|
|
3293
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview {
|
|
3294
|
+
-webkit-box-flex: 1;
|
|
3295
|
+
-ms-flex: 1 1 auto;
|
|
3296
|
+
flex: 1 1 auto;
|
|
3297
|
+
display: -webkit-box;
|
|
3298
|
+
display: -ms-flexbox;
|
|
3299
|
+
display: flex;
|
|
3300
|
+
-webkit-box-orient: vertical;
|
|
3301
|
+
-webkit-box-direction: normal;
|
|
3302
|
+
-ms-flex-direction: column;
|
|
3303
|
+
flex-direction: column;
|
|
3304
|
+
min-height: 0;
|
|
3305
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
3306
|
+
}
|
|
3307
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview .e-view-header {
|
|
3308
|
+
-webkit-box-flex: 0;
|
|
3309
|
+
-ms-flex: 0 0 auto;
|
|
3310
|
+
flex: 0 0 auto;
|
|
3311
|
+
}
|
|
3312
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview .e-view-content {
|
|
3313
|
+
-webkit-box-flex: 1;
|
|
3314
|
+
-ms-flex: 1 1 auto;
|
|
3315
|
+
flex: 1 1 auto;
|
|
3316
|
+
overflow-y: auto;
|
|
3317
|
+
overflow-x: hidden;
|
|
3318
|
+
min-height: 0;
|
|
3319
|
+
}
|
|
3320
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview .e-view-container {
|
|
3321
|
+
margin: auto;
|
|
3322
|
+
}
|
|
3323
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview .banner-content {
|
|
3324
|
+
display: -webkit-box;
|
|
3325
|
+
display: -ms-flexbox;
|
|
3326
|
+
display: flex;
|
|
3327
|
+
-webkit-box-orient: vertical;
|
|
3328
|
+
-webkit-box-direction: normal;
|
|
3329
|
+
-ms-flex-direction: column;
|
|
3330
|
+
flex-direction: column;
|
|
3331
|
+
-webkit-box-pack: center;
|
|
3332
|
+
-ms-flex-pack: center;
|
|
3333
|
+
justify-content: center;
|
|
3334
|
+
height: 230px;
|
|
3335
|
+
text-align: center;
|
|
3336
|
+
}
|
|
3337
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview .banner-content .e-assistview-icon::before {
|
|
3338
|
+
font-size: 35px;
|
|
3339
|
+
}
|
|
3340
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview .e-footer {
|
|
3341
|
+
width: 85%;
|
|
3342
|
+
}
|
|
3343
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-toolbar-item .e-rte-dropdown-menu:not(:hover):not(:focus):not(:active):not(.e-active) {
|
|
3344
|
+
border: 1px solid transparent;
|
|
3345
|
+
background-color: transparent;
|
|
3346
|
+
background: transparent;
|
|
3347
|
+
-webkit-box-shadow: none;
|
|
3348
|
+
box-shadow: none;
|
|
3349
|
+
}
|
|
3350
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-overlay {
|
|
3351
|
+
background-color: rgb(250, 250, 250);
|
|
3352
|
+
opacity: 0.6;
|
|
3353
|
+
}
|
|
3354
|
+
|
|
3355
|
+
.e-smartrichtexteditor.e-dlg-target.e-scroll-disabled {
|
|
3356
|
+
overflow: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
3357
|
+
}
|
|
3358
|
+
|
|
3359
|
+
.e-rte-ai-assist-history.e-rte-dropdown-menu.e-popup-open {
|
|
3360
|
+
visibility: hidden;
|
|
3361
|
+
max-height: 200px;
|
|
3362
|
+
overflow-y: auto;
|
|
3363
|
+
}
|
|
3364
|
+
|
|
2971
3365
|
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-dropdown-btn.e-active.e-tbar-btn {
|
|
2972
3366
|
background: #e6e6e6;
|
|
2973
3367
|
border: 0;
|
|
@@ -3589,6 +3983,10 @@ span.e-table-box.e-rbox-select {
|
|
|
3589
3983
|
background: #fff;
|
|
3590
3984
|
}
|
|
3591
3985
|
|
|
3986
|
+
.e-upload.e-lib.e-control-wrapper.e-rte-dialog-upload {
|
|
3987
|
+
background: #fff;
|
|
3988
|
+
}
|
|
3989
|
+
|
|
3592
3990
|
.e-rte-emojipicker-popup.e-popup.e-popup-open {
|
|
3593
3991
|
background: #fff;
|
|
3594
3992
|
-webkit-box-shadow: drop-shadow(0 0 6px rgba(0, 0, 0, 0.25));
|