@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
|
@@ -54,6 +54,18 @@
|
|
|
54
54
|
.e-rte-dropdown-popup .e-justify-full::before {
|
|
55
55
|
content: "\e334";
|
|
56
56
|
}
|
|
57
|
+
.e-toolbar-wrapper .e-left-wrap::before,
|
|
58
|
+
.e-toolbar-container .e-left-wrap::before,
|
|
59
|
+
.e-rte-toolbar .e-left-wrap::before,
|
|
60
|
+
.e-rte-dropdown-popup .e-left-wrap::before {
|
|
61
|
+
content: "\e1cd";
|
|
62
|
+
}
|
|
63
|
+
.e-toolbar-wrapper .e-right-wrap::before,
|
|
64
|
+
.e-toolbar-container .e-right-wrap::before,
|
|
65
|
+
.e-rte-toolbar .e-right-wrap::before,
|
|
66
|
+
.e-rte-dropdown-popup .e-right-wrap::before {
|
|
67
|
+
content: "\e1ce";
|
|
68
|
+
}
|
|
57
69
|
.e-toolbar-wrapper .e-font-name::before,
|
|
58
70
|
.e-toolbar-container .e-font-name::before,
|
|
59
71
|
.e-rte-toolbar .e-font-name::before,
|
|
@@ -402,6 +414,12 @@
|
|
|
402
414
|
.e-rte-dropdown-popup .e-table-edit-properties::before {
|
|
403
415
|
content: "\e1c6";
|
|
404
416
|
}
|
|
417
|
+
.e-toolbar-wrapper .e-table-editCell-properties::before,
|
|
418
|
+
.e-toolbar-container .e-table-editCell-properties::before,
|
|
419
|
+
.e-rte-toolbar .e-table-editCell-properties::before,
|
|
420
|
+
.e-rte-dropdown-popup .e-table-editCell-properties::before {
|
|
421
|
+
content: "\e1d1";
|
|
422
|
+
}
|
|
405
423
|
.e-toolbar-wrapper .e-create-table::before,
|
|
406
424
|
.e-toolbar-container .e-create-table::before,
|
|
407
425
|
.e-rte-toolbar .e-create-table::before,
|
|
@@ -581,6 +599,69 @@
|
|
|
581
599
|
display: block;
|
|
582
600
|
font-size: 14px;
|
|
583
601
|
}
|
|
602
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper,
|
|
603
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper,
|
|
604
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper {
|
|
605
|
+
-webkit-user-select: none;
|
|
606
|
+
-moz-user-select: none;
|
|
607
|
+
-ms-user-select: none;
|
|
608
|
+
user-select: none;
|
|
609
|
+
position: absolute;
|
|
610
|
+
cursor: pointer;
|
|
611
|
+
}
|
|
612
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-drag-and-drop,
|
|
613
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-drag-and-drop,
|
|
614
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-drag-and-drop {
|
|
615
|
+
display: -webkit-box;
|
|
616
|
+
display: -ms-flexbox;
|
|
617
|
+
display: flex;
|
|
618
|
+
-webkit-box-align: center;
|
|
619
|
+
-ms-flex-align: center;
|
|
620
|
+
align-items: center;
|
|
621
|
+
-webkit-box-pack: center;
|
|
622
|
+
-ms-flex-pack: center;
|
|
623
|
+
justify-content: center;
|
|
624
|
+
border-radius: 4px 0 0 4px;
|
|
625
|
+
}
|
|
626
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-drag-and-drop.e-rtl,
|
|
627
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-drag-and-drop.e-rtl,
|
|
628
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-drag-and-drop.e-rtl {
|
|
629
|
+
border-radius: 0 4px 4px 0;
|
|
630
|
+
}
|
|
631
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-drag-and-drop:hover,
|
|
632
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-drag-and-drop:hover,
|
|
633
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-drag-and-drop:hover {
|
|
634
|
+
background: #685708;
|
|
635
|
+
}
|
|
636
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-drag-and-drop.e-active,
|
|
637
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-drag-and-drop.e-active,
|
|
638
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-drag-and-drop.e-active {
|
|
639
|
+
background-color: #ffd939;
|
|
640
|
+
color: #000;
|
|
641
|
+
}
|
|
642
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-move,
|
|
643
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-move,
|
|
644
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-move {
|
|
645
|
+
border-radius: 50%;
|
|
646
|
+
}
|
|
647
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-move:hover,
|
|
648
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-move:hover,
|
|
649
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-move:hover {
|
|
650
|
+
background: #685708;
|
|
651
|
+
}
|
|
652
|
+
.e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-move.e-active,
|
|
653
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-move.e-active,
|
|
654
|
+
.e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-move.e-active {
|
|
655
|
+
background-color: #ffd939;
|
|
656
|
+
color: #000;
|
|
657
|
+
}
|
|
658
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-drag-and-drop {
|
|
659
|
+
border-radius: 4px 4px 0 0;
|
|
660
|
+
}
|
|
661
|
+
.e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-drag-and-drop::before {
|
|
662
|
+
-webkit-transform: rotate(90deg);
|
|
663
|
+
transform: rotate(90deg);
|
|
664
|
+
}
|
|
584
665
|
.e-richtexteditor .e-source-content {
|
|
585
666
|
display: none;
|
|
586
667
|
}
|
|
@@ -1308,6 +1389,30 @@
|
|
|
1308
1389
|
top: unset;
|
|
1309
1390
|
}
|
|
1310
1391
|
|
|
1392
|
+
.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,
|
|
1393
|
+
.e-rte-toolbar.e-rte-quick-toolbar .e-toolbar-item .e-colorpicker-container.e-rte-font-colorpicker .e-split-colorpicker.e-icons::before,
|
|
1394
|
+
.e-rte-toolbar.e-rte-quick-toolbar .e-toolbar-item .e-colorpicker-container.e-rte-background-colorpicker .e-split-colorpicker.e-icons::before {
|
|
1395
|
+
display: block;
|
|
1396
|
+
font-family: "e-icons";
|
|
1397
|
+
font-weight: 400;
|
|
1398
|
+
line-height: 1;
|
|
1399
|
+
text-transform: none;
|
|
1400
|
+
}
|
|
1401
|
+
.e-rte-toolbar.e-rte-quick-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker .e-selected-color,
|
|
1402
|
+
.e-rte-toolbar.e-rte-quick-toolbar .e-toolbar-item .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker .e-selected-color {
|
|
1403
|
+
background: none;
|
|
1404
|
+
display: block;
|
|
1405
|
+
margin-top: 3px;
|
|
1406
|
+
width: 100%;
|
|
1407
|
+
height: auto;
|
|
1408
|
+
}
|
|
1409
|
+
.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,
|
|
1410
|
+
.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 {
|
|
1411
|
+
height: 3px;
|
|
1412
|
+
bottom: 0;
|
|
1413
|
+
top: unset;
|
|
1414
|
+
}
|
|
1415
|
+
|
|
1311
1416
|
.e-colorpicker-popup.e-rte-dropdown .e-container.e-color-palette .e-clr-pal-rec-wpr .e-recent-clr-span {
|
|
1312
1417
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
1313
1418
|
}
|
|
@@ -1465,6 +1570,8 @@
|
|
|
1465
1570
|
}
|
|
1466
1571
|
|
|
1467
1572
|
.e-rte-image.e-imginline,
|
|
1573
|
+
.e-rte-image.e-img-inline,
|
|
1574
|
+
.e-img-caption-container.e-img-inline,
|
|
1468
1575
|
.e-rte-audio.e-audio-inline,
|
|
1469
1576
|
.e-rte-video.e-video-inline {
|
|
1470
1577
|
margin-left: 5px;
|
|
@@ -1477,6 +1584,10 @@
|
|
|
1477
1584
|
}
|
|
1478
1585
|
|
|
1479
1586
|
.e-rte-image.e-imgcenter,
|
|
1587
|
+
.e-rte-image.e-img-center,
|
|
1588
|
+
.e-rte-image.e-img-break,
|
|
1589
|
+
.e-img-caption-container.e-img-center,
|
|
1590
|
+
.e-img-caption-container.e-img-break,
|
|
1480
1591
|
.e-rte-video.e-video-center {
|
|
1481
1592
|
cursor: pointer;
|
|
1482
1593
|
display: block;
|
|
@@ -1641,6 +1752,12 @@
|
|
|
1641
1752
|
color: #ffd939;
|
|
1642
1753
|
}
|
|
1643
1754
|
|
|
1755
|
+
.e-rte-table-resize .e-circle::before,
|
|
1756
|
+
.e-rte-table-resize .e-circle-add::before {
|
|
1757
|
+
background-color: #000;
|
|
1758
|
+
border-radius: 50%;
|
|
1759
|
+
}
|
|
1760
|
+
|
|
1644
1761
|
.e-rte-table-resize.e-tb-col-insert {
|
|
1645
1762
|
width: 26px;
|
|
1646
1763
|
height: 22px;
|
|
@@ -1661,6 +1778,7 @@
|
|
|
1661
1778
|
line-height: 16px;
|
|
1662
1779
|
border: 1px;
|
|
1663
1780
|
position: absolute;
|
|
1781
|
+
z-index: 2;
|
|
1664
1782
|
}
|
|
1665
1783
|
|
|
1666
1784
|
.e-rte-table-resize.e-tb-col-insert .e-icons.e-circle-add {
|
|
@@ -1683,6 +1801,7 @@
|
|
|
1683
1801
|
line-height: 8px;
|
|
1684
1802
|
border: 1px;
|
|
1685
1803
|
position: absolute;
|
|
1804
|
+
z-index: 2;
|
|
1686
1805
|
}
|
|
1687
1806
|
|
|
1688
1807
|
.e-rte-table-resize.e-tb-row-insert .e-icons.e-circle {
|
|
@@ -1716,6 +1835,63 @@
|
|
|
1716
1835
|
height: 1px;
|
|
1717
1836
|
}
|
|
1718
1837
|
|
|
1838
|
+
.e-rte-image.e-img-left-wrap,
|
|
1839
|
+
.e-img-caption-container.e-img-left-wrap {
|
|
1840
|
+
float: left;
|
|
1841
|
+
margin: 5px 5px 5px 0;
|
|
1842
|
+
}
|
|
1843
|
+
.e-rte-image.e-img-right-wrap,
|
|
1844
|
+
.e-img-caption-container.e-img-right-wrap {
|
|
1845
|
+
float: right;
|
|
1846
|
+
margin: 5px 0 5px 5px;
|
|
1847
|
+
}
|
|
1848
|
+
.e-rte-image.e-img-left, .e-rte-image.e-img-right,
|
|
1849
|
+
.e-img-caption-container.e-img-left,
|
|
1850
|
+
.e-img-caption-container.e-img-right {
|
|
1851
|
+
margin-top: 5px;
|
|
1852
|
+
margin-bottom: 5px;
|
|
1853
|
+
}
|
|
1854
|
+
.e-rte-image.e-img-right,
|
|
1855
|
+
.e-img-caption-container.e-img-right {
|
|
1856
|
+
margin-right: 0;
|
|
1857
|
+
margin-left: auto;
|
|
1858
|
+
}
|
|
1859
|
+
.e-rte-image.e-img-left,
|
|
1860
|
+
.e-img-caption-container.e-img-left {
|
|
1861
|
+
margin-left: 0;
|
|
1862
|
+
margin-right: auto;
|
|
1863
|
+
}
|
|
1864
|
+
|
|
1865
|
+
.e-img-caption-container {
|
|
1866
|
+
max-width: 100%;
|
|
1867
|
+
position: relative;
|
|
1868
|
+
}
|
|
1869
|
+
.e-img-caption-container.e-img-left-wrap, .e-img-caption-container.e-img-right-wrap {
|
|
1870
|
+
display: inline-block;
|
|
1871
|
+
}
|
|
1872
|
+
.e-img-caption-container.e-img-left, .e-img-caption-container.e-img-right {
|
|
1873
|
+
display: block;
|
|
1874
|
+
}
|
|
1875
|
+
.e-img-caption-container .e-img-caption-text {
|
|
1876
|
+
-webkit-box-sizing: border-box;
|
|
1877
|
+
box-sizing: border-box;
|
|
1878
|
+
display: block;
|
|
1879
|
+
font-size: 16px;
|
|
1880
|
+
font-weight: 400;
|
|
1881
|
+
margin: auto;
|
|
1882
|
+
opacity: 0.9;
|
|
1883
|
+
position: relative;
|
|
1884
|
+
text-align: center;
|
|
1885
|
+
width: 100%;
|
|
1886
|
+
}
|
|
1887
|
+
.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 {
|
|
1888
|
+
margin-bottom: 0;
|
|
1889
|
+
}
|
|
1890
|
+
.e-img-caption-container.e-img-center, .e-img-caption-container.e-img-break {
|
|
1891
|
+
margin-left: auto;
|
|
1892
|
+
margin-right: auto;
|
|
1893
|
+
}
|
|
1894
|
+
|
|
1719
1895
|
.e-richtexteditor .e-linkheader,
|
|
1720
1896
|
.e-richtexteditor .e-audioheader,
|
|
1721
1897
|
.e-richtexteditor .e-videoheader,
|
|
@@ -1998,6 +2174,114 @@
|
|
|
1998
2174
|
.e-rte-elements .e-rte-edit-table-content .e-caret {
|
|
1999
2175
|
opacity: 0.75;
|
|
2000
2176
|
}
|
|
2177
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row,
|
|
2178
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row {
|
|
2179
|
+
display: -webkit-box;
|
|
2180
|
+
display: -ms-flexbox;
|
|
2181
|
+
display: flex;
|
|
2182
|
+
gap: 16px;
|
|
2183
|
+
}
|
|
2184
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:first-child .e-rte-edit-table-tablewidth,
|
|
2185
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:first-child .e-rte-edit-table-tableheight,
|
|
2186
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:first-child .e-rte-edit-table-tablewidth,
|
|
2187
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:first-child .e-rte-edit-table-tableheight {
|
|
2188
|
+
width: 50%;
|
|
2189
|
+
}
|
|
2190
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:not(:first-child) .e-rte-edit-table-cellpadding,
|
|
2191
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:not(:first-child) .e-rte-edit-table-bgcolor,
|
|
2192
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:not(:first-child) .e-rte-edit-table-cellpadding,
|
|
2193
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:not(:first-child) .e-rte-edit-table-bgcolor {
|
|
2194
|
+
width: 50%;
|
|
2195
|
+
}
|
|
2196
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-field-flex,
|
|
2197
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-field-flex {
|
|
2198
|
+
display: -webkit-box;
|
|
2199
|
+
display: -ms-flexbox;
|
|
2200
|
+
display: flex;
|
|
2201
|
+
-webkit-box-pack: justify;
|
|
2202
|
+
-ms-flex-pack: justify;
|
|
2203
|
+
justify-content: space-between;
|
|
2204
|
+
}
|
|
2205
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-widthValue button,
|
|
2206
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-heightValue button,
|
|
2207
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-widthValue button,
|
|
2208
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-heightValue button {
|
|
2209
|
+
padding: 2px 8px;
|
|
2210
|
+
margin-top: 0;
|
|
2211
|
+
}
|
|
2212
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-widthValue button .e-rte-dropdown-btn-content-text,
|
|
2213
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-heightValue button .e-rte-dropdown-btn-content-text,
|
|
2214
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-widthValue button .e-rte-dropdown-btn-content-text,
|
|
2215
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-heightValue button .e-rte-dropdown-btn-content-text {
|
|
2216
|
+
display: inline-block;
|
|
2217
|
+
width: 18px;
|
|
2218
|
+
white-space: nowrap;
|
|
2219
|
+
overflow: hidden;
|
|
2220
|
+
text-overflow: ellipsis;
|
|
2221
|
+
}
|
|
2222
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container,
|
|
2223
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container {
|
|
2224
|
+
display: -webkit-box;
|
|
2225
|
+
display: -ms-flexbox;
|
|
2226
|
+
display: flex;
|
|
2227
|
+
gap: 24px;
|
|
2228
|
+
}
|
|
2229
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-edit-tablecell-horizontal-align,
|
|
2230
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-edit-tablecell-vertical-align,
|
|
2231
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-edit-tablecell-horizontal-align,
|
|
2232
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-edit-tablecell-vertical-align {
|
|
2233
|
+
margin-top: 8px;
|
|
2234
|
+
width: 50%;
|
|
2235
|
+
}
|
|
2236
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-edit-tablecell-btn-group,
|
|
2237
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-edit-tablecell-btn-group {
|
|
2238
|
+
margin-top: 4px;
|
|
2239
|
+
}
|
|
2240
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-tablecell-align-btn,
|
|
2241
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-tablecell-align-btn {
|
|
2242
|
+
width: auto;
|
|
2243
|
+
height: auto;
|
|
2244
|
+
padding: 12px;
|
|
2245
|
+
font-size: 14px;
|
|
2246
|
+
}
|
|
2247
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-border .e-rte-edit-table-borderfields,
|
|
2248
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-border .e-rte-edit-table-borderfields {
|
|
2249
|
+
display: -webkit-box;
|
|
2250
|
+
display: -ms-flexbox;
|
|
2251
|
+
display: flex;
|
|
2252
|
+
-webkit-box-pack: justify;
|
|
2253
|
+
-ms-flex-pack: justify;
|
|
2254
|
+
justify-content: space-between;
|
|
2255
|
+
}
|
|
2256
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-edit-table-borderwidth,
|
|
2257
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-edit-table-borderwidth {
|
|
2258
|
+
width: 37%;
|
|
2259
|
+
}
|
|
2260
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-dropdown-btn-text-wrapper,
|
|
2261
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-dropdown-btn-text-wrapper {
|
|
2262
|
+
width: 47px;
|
|
2263
|
+
}
|
|
2264
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-element,
|
|
2265
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-element {
|
|
2266
|
+
margin-top: 12px;
|
|
2267
|
+
}
|
|
2268
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-field,
|
|
2269
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-field {
|
|
2270
|
+
margin-top: 4px;
|
|
2271
|
+
}
|
|
2272
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-dropdown-btn-text,
|
|
2273
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-dropdown-btn-text {
|
|
2274
|
+
font-weight: 400;
|
|
2275
|
+
}
|
|
2276
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-borderlabel,
|
|
2277
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-borderlabel {
|
|
2278
|
+
font-weight: 600;
|
|
2279
|
+
font-style: semi-bold;
|
|
2280
|
+
}
|
|
2281
|
+
.e-richtexteditor .e-rte-edit-tablecell-dialog .e-caret,
|
|
2282
|
+
.e-rte-elements .e-rte-edit-tablecell-dialog .e-caret {
|
|
2283
|
+
opacity: 0.75;
|
|
2284
|
+
}
|
|
2001
2285
|
.e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open,
|
|
2002
2286
|
.e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open {
|
|
2003
2287
|
border: 1px solid #fff;
|
|
@@ -2784,6 +3068,112 @@
|
|
|
2784
3068
|
line-height: 2px;
|
|
2785
3069
|
}
|
|
2786
3070
|
|
|
3071
|
+
.e-smartrichtexteditor .e-rte-ai-selected-text {
|
|
3072
|
+
color: rgb(255, 255, 255);
|
|
3073
|
+
background: rgb(51, 103, 209);
|
|
3074
|
+
}
|
|
3075
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog {
|
|
3076
|
+
border: 0;
|
|
3077
|
+
}
|
|
3078
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content {
|
|
3079
|
+
min-height: 100px;
|
|
3080
|
+
overflow: hidden;
|
|
3081
|
+
display: -webkit-box !important;
|
|
3082
|
+
display: -ms-flexbox !important;
|
|
3083
|
+
display: flex !important; /* stylelint-disable-line declaration-no-important */
|
|
3084
|
+
-webkit-box-orient: vertical;
|
|
3085
|
+
-webkit-box-direction: normal;
|
|
3086
|
+
-ms-flex-direction: column;
|
|
3087
|
+
flex-direction: column;
|
|
3088
|
+
padding: 0;
|
|
3089
|
+
border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
3090
|
+
}
|
|
3091
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-rte-ai-assit-content-container {
|
|
3092
|
+
-webkit-box-flex: 1;
|
|
3093
|
+
-ms-flex: 1 1 auto;
|
|
3094
|
+
flex: 1 1 auto;
|
|
3095
|
+
display: -webkit-box;
|
|
3096
|
+
display: -ms-flexbox;
|
|
3097
|
+
display: flex;
|
|
3098
|
+
-webkit-box-orient: vertical;
|
|
3099
|
+
-webkit-box-direction: normal;
|
|
3100
|
+
-ms-flex-direction: column;
|
|
3101
|
+
flex-direction: column;
|
|
3102
|
+
min-height: 0;
|
|
3103
|
+
width: 100%;
|
|
3104
|
+
}
|
|
3105
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview {
|
|
3106
|
+
-webkit-box-flex: 1;
|
|
3107
|
+
-ms-flex: 1 1 auto;
|
|
3108
|
+
flex: 1 1 auto;
|
|
3109
|
+
display: -webkit-box;
|
|
3110
|
+
display: -ms-flexbox;
|
|
3111
|
+
display: flex;
|
|
3112
|
+
-webkit-box-orient: vertical;
|
|
3113
|
+
-webkit-box-direction: normal;
|
|
3114
|
+
-ms-flex-direction: column;
|
|
3115
|
+
flex-direction: column;
|
|
3116
|
+
min-height: 0;
|
|
3117
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
3118
|
+
}
|
|
3119
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview .e-view-header {
|
|
3120
|
+
-webkit-box-flex: 0;
|
|
3121
|
+
-ms-flex: 0 0 auto;
|
|
3122
|
+
flex: 0 0 auto;
|
|
3123
|
+
}
|
|
3124
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview .e-view-content {
|
|
3125
|
+
-webkit-box-flex: 1;
|
|
3126
|
+
-ms-flex: 1 1 auto;
|
|
3127
|
+
flex: 1 1 auto;
|
|
3128
|
+
overflow-y: auto;
|
|
3129
|
+
overflow-x: hidden;
|
|
3130
|
+
min-height: 0;
|
|
3131
|
+
}
|
|
3132
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview .e-view-container {
|
|
3133
|
+
margin: auto;
|
|
3134
|
+
}
|
|
3135
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview .banner-content {
|
|
3136
|
+
display: -webkit-box;
|
|
3137
|
+
display: -ms-flexbox;
|
|
3138
|
+
display: flex;
|
|
3139
|
+
-webkit-box-orient: vertical;
|
|
3140
|
+
-webkit-box-direction: normal;
|
|
3141
|
+
-ms-flex-direction: column;
|
|
3142
|
+
flex-direction: column;
|
|
3143
|
+
-webkit-box-pack: center;
|
|
3144
|
+
-ms-flex-pack: center;
|
|
3145
|
+
justify-content: center;
|
|
3146
|
+
height: 230px;
|
|
3147
|
+
text-align: center;
|
|
3148
|
+
}
|
|
3149
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview .banner-content .e-assistview-icon::before {
|
|
3150
|
+
font-size: 35px;
|
|
3151
|
+
}
|
|
3152
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview .e-footer {
|
|
3153
|
+
width: 85%;
|
|
3154
|
+
}
|
|
3155
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-toolbar-item .e-rte-dropdown-menu:not(:hover):not(:focus):not(:active):not(.e-active) {
|
|
3156
|
+
border: 1px solid transparent;
|
|
3157
|
+
background-color: transparent;
|
|
3158
|
+
background: transparent;
|
|
3159
|
+
-webkit-box-shadow: none;
|
|
3160
|
+
box-shadow: none;
|
|
3161
|
+
}
|
|
3162
|
+
.e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-overlay {
|
|
3163
|
+
background-color: rgb(250, 250, 250);
|
|
3164
|
+
opacity: 0.6;
|
|
3165
|
+
}
|
|
3166
|
+
|
|
3167
|
+
.e-smartrichtexteditor.e-dlg-target.e-scroll-disabled {
|
|
3168
|
+
overflow: initial !important; /* stylelint-disable-line declaration-no-important */
|
|
3169
|
+
}
|
|
3170
|
+
|
|
3171
|
+
.e-rte-ai-assist-history.e-rte-dropdown-menu.e-popup-open {
|
|
3172
|
+
visibility: hidden;
|
|
3173
|
+
max-height: 200px;
|
|
3174
|
+
overflow-y: auto;
|
|
3175
|
+
}
|
|
3176
|
+
|
|
2787
3177
|
/*! tab layout */
|
|
2788
3178
|
.e-rte-container {
|
|
2789
3179
|
border: 1px solid #fff;
|
|
@@ -3311,6 +3701,10 @@ span.e-table-box.e-rbox-select {
|
|
|
3311
3701
|
background: #000;
|
|
3312
3702
|
}
|
|
3313
3703
|
|
|
3704
|
+
.e-upload.e-lib.e-control-wrapper.e-rte-dialog-upload {
|
|
3705
|
+
background: #000;
|
|
3706
|
+
}
|
|
3707
|
+
|
|
3314
3708
|
.e-rte-emojipicker-popup.e-popup.e-popup-open {
|
|
3315
3709
|
background: #000;
|
|
3316
3710
|
-webkit-box-shadow: none;
|