@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.
Files changed (114) hide show
  1. package/dist/ej2-richtexteditor.umd.min.js +1 -1
  2. package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
  3. package/dist/es6/ej2-richtexteditor.es2015.js +1 -1
  4. package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
  5. package/dist/es6/ej2-richtexteditor.es5.js +1 -1
  6. package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
  7. package/package.json +1 -1
  8. package/src/editor-manager/base/constant.js +1 -1
  9. package/src/global.d.ts +1 -0
  10. package/styles/bds-lite.css +397 -3
  11. package/styles/bds.css +397 -3
  12. package/styles/bootstrap-dark-lite.css +398 -0
  13. package/styles/bootstrap-dark.css +398 -0
  14. package/styles/bootstrap-lite.css +398 -0
  15. package/styles/bootstrap.css +398 -0
  16. package/styles/bootstrap4-lite.css +387 -0
  17. package/styles/bootstrap4.css +387 -0
  18. package/styles/bootstrap5-dark-lite.css +394 -0
  19. package/styles/bootstrap5-dark.css +394 -0
  20. package/styles/bootstrap5-lite.css +387 -0
  21. package/styles/bootstrap5.3-lite.css +388 -1
  22. package/styles/bootstrap5.3.css +388 -1
  23. package/styles/bootstrap5.css +387 -0
  24. package/styles/fabric-dark-lite.css +394 -0
  25. package/styles/fabric-dark.css +394 -0
  26. package/styles/fabric-lite.css +394 -0
  27. package/styles/fabric.css +394 -0
  28. package/styles/fluent-dark-lite.css +394 -0
  29. package/styles/fluent-dark.css +394 -0
  30. package/styles/fluent-lite.css +394 -0
  31. package/styles/fluent.css +394 -0
  32. package/styles/fluent2-lite.css +394 -0
  33. package/styles/fluent2.css +394 -0
  34. package/styles/highcontrast-light-lite.css +394 -0
  35. package/styles/highcontrast-light.css +394 -0
  36. package/styles/highcontrast-lite.css +394 -0
  37. package/styles/highcontrast.css +394 -0
  38. package/styles/material-dark-lite.css +394 -0
  39. package/styles/material-dark.css +394 -0
  40. package/styles/material-lite.css +394 -0
  41. package/styles/material.css +394 -0
  42. package/styles/material3-dark-lite.css +394 -19
  43. package/styles/material3-dark.css +394 -19
  44. package/styles/material3-lite.css +394 -19
  45. package/styles/material3.css +394 -19
  46. package/styles/rich-text-editor/_bds-definition.scss +13 -9
  47. package/styles/rich-text-editor/_bootstrap-dark-definition.scss +11 -7
  48. package/styles/rich-text-editor/_bootstrap-definition.scss +11 -7
  49. package/styles/rich-text-editor/_bootstrap4-definition.scss +11 -7
  50. package/styles/rich-text-editor/_bootstrap5-dark-definition.scss +11 -7
  51. package/styles/rich-text-editor/_bootstrap5-definition.scss +11 -7
  52. package/styles/rich-text-editor/_bootstrap5.3-definition.scss +12 -8
  53. package/styles/rich-text-editor/_fabric-dark-definition.scss +11 -7
  54. package/styles/rich-text-editor/_fabric-definition.scss +11 -7
  55. package/styles/rich-text-editor/_fluent-dark-definition.scss +11 -7
  56. package/styles/rich-text-editor/_fluent-definition.scss +11 -7
  57. package/styles/rich-text-editor/_fluent2-definition.scss +11 -7
  58. package/styles/rich-text-editor/_fusionnew-definition.scss +11 -7
  59. package/styles/rich-text-editor/_highcontrast-definition.scss +11 -7
  60. package/styles/rich-text-editor/_highcontrast-light-definition.scss +11 -7
  61. package/styles/rich-text-editor/_layout.scss +351 -7
  62. package/styles/rich-text-editor/_material-dark-definition.scss +11 -7
  63. package/styles/rich-text-editor/_material-definition.scss +11 -7
  64. package/styles/rich-text-editor/_material3-dark-definition.scss +11 -7
  65. package/styles/rich-text-editor/_material3-definition.scss +11 -7
  66. package/styles/rich-text-editor/_tailwind-dark-definition.scss +11 -7
  67. package/styles/rich-text-editor/_tailwind-definition.scss +11 -7
  68. package/styles/rich-text-editor/_tailwind3-definition.scss +11 -7
  69. package/styles/rich-text-editor/_theme.scss +4 -0
  70. package/styles/rich-text-editor/bds.css +397 -3
  71. package/styles/rich-text-editor/bootstrap-dark.css +398 -0
  72. package/styles/rich-text-editor/bootstrap.css +398 -0
  73. package/styles/rich-text-editor/bootstrap4.css +387 -0
  74. package/styles/rich-text-editor/bootstrap5-dark.css +394 -0
  75. package/styles/rich-text-editor/bootstrap5.3.css +388 -1
  76. package/styles/rich-text-editor/bootstrap5.css +387 -0
  77. package/styles/rich-text-editor/fabric-dark.css +394 -0
  78. package/styles/rich-text-editor/fabric.css +394 -0
  79. package/styles/rich-text-editor/fluent-dark.css +394 -0
  80. package/styles/rich-text-editor/fluent.css +394 -0
  81. package/styles/rich-text-editor/fluent2.css +394 -0
  82. package/styles/rich-text-editor/highcontrast-light.css +394 -0
  83. package/styles/rich-text-editor/highcontrast.css +394 -0
  84. package/styles/rich-text-editor/icons/_bds.scss +12 -0
  85. package/styles/rich-text-editor/icons/_bootstrap-dark.scss +12 -0
  86. package/styles/rich-text-editor/icons/_bootstrap.scss +12 -0
  87. package/styles/rich-text-editor/icons/_bootstrap4.scss +12 -0
  88. package/styles/rich-text-editor/icons/_bootstrap5.3.scss +12 -0
  89. package/styles/rich-text-editor/icons/_bootstrap5.scss +12 -0
  90. package/styles/rich-text-editor/icons/_fabric-dark.scss +12 -0
  91. package/styles/rich-text-editor/icons/_fabric.scss +12 -0
  92. package/styles/rich-text-editor/icons/_fluent.scss +12 -0
  93. package/styles/rich-text-editor/icons/_fluent2.scss +12 -0
  94. package/styles/rich-text-editor/icons/_fusionnew.scss +12 -0
  95. package/styles/rich-text-editor/icons/_highcontrast-light.scss +12 -0
  96. package/styles/rich-text-editor/icons/_highcontrast.scss +12 -0
  97. package/styles/rich-text-editor/icons/_material-dark.scss +12 -0
  98. package/styles/rich-text-editor/icons/_material.scss +12 -0
  99. package/styles/rich-text-editor/icons/_material3.scss +12 -0
  100. package/styles/rich-text-editor/icons/_tailwind.scss +12 -0
  101. package/styles/rich-text-editor/icons/_tailwind3.scss +12 -0
  102. package/styles/rich-text-editor/material-dark.css +394 -0
  103. package/styles/rich-text-editor/material.css +394 -0
  104. package/styles/rich-text-editor/material3-dark.css +394 -19
  105. package/styles/rich-text-editor/material3.css +394 -19
  106. package/styles/rich-text-editor/tailwind-dark.css +394 -0
  107. package/styles/rich-text-editor/tailwind.css +394 -0
  108. package/styles/rich-text-editor/tailwind3.css +394 -0
  109. package/styles/tailwind-dark-lite.css +394 -0
  110. package/styles/tailwind-dark.css +394 -0
  111. package/styles/tailwind-lite.css +394 -0
  112. package/styles/tailwind.css +394 -0
  113. package/styles/tailwind3-lite.css +394 -0
  114. package/styles/tailwind3.css +394 -0
@@ -54,6 +54,18 @@
54
54
  .e-rte-dropdown-popup .e-justify-full::before {
55
55
  content: "\e721";
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: "\e95b";
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: "\e95c";
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: "\e954";
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: "\e95e";
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,
@@ -580,6 +598,69 @@
580
598
  display: block;
581
599
  font-size: 14px;
582
600
  }
601
+ .e-richtexteditor .e-rte-content .e-row-wrapper,
602
+ .e-richtexteditor .e-rte-content .e-col-wrapper,
603
+ .e-richtexteditor .e-rte-content .e-table-wrapper {
604
+ -webkit-user-select: none;
605
+ -moz-user-select: none;
606
+ -ms-user-select: none;
607
+ user-select: none;
608
+ position: absolute;
609
+ cursor: pointer;
610
+ }
611
+ .e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-drag-and-drop,
612
+ .e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-drag-and-drop,
613
+ .e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-drag-and-drop {
614
+ display: -webkit-box;
615
+ display: -ms-flexbox;
616
+ display: flex;
617
+ -webkit-box-align: center;
618
+ -ms-flex-align: center;
619
+ align-items: center;
620
+ -webkit-box-pack: center;
621
+ -ms-flex-pack: center;
622
+ justify-content: center;
623
+ border-radius: 4px 0 0 4px;
624
+ }
625
+ .e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-drag-and-drop.e-rtl,
626
+ .e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-drag-and-drop.e-rtl,
627
+ .e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-drag-and-drop.e-rtl {
628
+ border-radius: 0 4px 4px 0;
629
+ }
630
+ .e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-drag-and-drop:hover,
631
+ .e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-drag-and-drop:hover,
632
+ .e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-drag-and-drop:hover {
633
+ background: rgb(230.8, 240.5, 254.8);
634
+ }
635
+ .e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-drag-and-drop.e-active,
636
+ .e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-drag-and-drop.e-active,
637
+ .e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-drag-and-drop.e-active {
638
+ background-color: #0d6efd;
639
+ color: #fff;
640
+ }
641
+ .e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-move,
642
+ .e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-move,
643
+ .e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-move {
644
+ border-radius: 50%;
645
+ }
646
+ .e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-move:hover,
647
+ .e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-move:hover,
648
+ .e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-move:hover {
649
+ background: rgb(230.8, 240.5, 254.8);
650
+ }
651
+ .e-richtexteditor .e-rte-content .e-row-wrapper .e-icons.e-move.e-active,
652
+ .e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-move.e-active,
653
+ .e-richtexteditor .e-rte-content .e-table-wrapper .e-icons.e-move.e-active {
654
+ background-color: #0d6efd;
655
+ color: #fff;
656
+ }
657
+ .e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-drag-and-drop {
658
+ border-radius: 4px 4px 0 0;
659
+ }
660
+ .e-richtexteditor .e-rte-content .e-col-wrapper .e-icons.e-drag-and-drop::before {
661
+ -webkit-transform: rotate(90deg);
662
+ transform: rotate(90deg);
663
+ }
583
664
  .e-richtexteditor .e-source-content {
584
665
  display: none;
585
666
  }
@@ -1302,6 +1383,30 @@
1302
1383
  top: unset;
1303
1384
  }
1304
1385
 
1386
+ .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,
1387
+ .e-rte-toolbar.e-rte-quick-toolbar .e-toolbar-item .e-colorpicker-container.e-rte-font-colorpicker .e-split-colorpicker.e-icons::before,
1388
+ .e-rte-toolbar.e-rte-quick-toolbar .e-toolbar-item .e-colorpicker-container.e-rte-background-colorpicker .e-split-colorpicker.e-icons::before {
1389
+ display: block;
1390
+ font-family: "e-icons";
1391
+ font-weight: 400;
1392
+ line-height: 1;
1393
+ text-transform: none;
1394
+ }
1395
+ .e-rte-toolbar.e-rte-quick-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker .e-selected-color,
1396
+ .e-rte-toolbar.e-rte-quick-toolbar .e-toolbar-item .e-colorpicker-container .e-split-btn-wrapper .e-split-colorpicker .e-selected-color {
1397
+ background: none;
1398
+ display: block;
1399
+ margin-top: 3px;
1400
+ width: 100%;
1401
+ height: auto;
1402
+ }
1403
+ .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,
1404
+ .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 {
1405
+ height: 3px;
1406
+ bottom: 0;
1407
+ top: unset;
1408
+ }
1409
+
1305
1410
  .e-colorpicker-popup.e-rte-dropdown .e-container.e-color-palette .e-clr-pal-rec-wpr .e-recent-clr-span {
1306
1411
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1307
1412
  }
@@ -1459,6 +1564,8 @@
1459
1564
  }
1460
1565
 
1461
1566
  .e-rte-image.e-imginline,
1567
+ .e-rte-image.e-img-inline,
1568
+ .e-img-caption-container.e-img-inline,
1462
1569
  .e-rte-audio.e-audio-inline,
1463
1570
  .e-rte-video.e-video-inline {
1464
1571
  margin-left: 5px;
@@ -1471,6 +1578,10 @@
1471
1578
  }
1472
1579
 
1473
1580
  .e-rte-image.e-imgcenter,
1581
+ .e-rte-image.e-img-center,
1582
+ .e-rte-image.e-img-break,
1583
+ .e-img-caption-container.e-img-center,
1584
+ .e-img-caption-container.e-img-break,
1474
1585
  .e-rte-video.e-video-center {
1475
1586
  cursor: pointer;
1476
1587
  display: block;
@@ -1635,6 +1746,12 @@
1635
1746
  color: #0d6efd;
1636
1747
  }
1637
1748
 
1749
+ .e-rte-table-resize .e-circle::before,
1750
+ .e-rte-table-resize .e-circle-add::before {
1751
+ background-color: #fff;
1752
+ border-radius: 50%;
1753
+ }
1754
+
1638
1755
  .e-rte-table-resize.e-tb-col-insert {
1639
1756
  width: 26px;
1640
1757
  height: 22px;
@@ -1655,6 +1772,7 @@
1655
1772
  line-height: 16px;
1656
1773
  border: 1px;
1657
1774
  position: absolute;
1775
+ z-index: 2;
1658
1776
  }
1659
1777
 
1660
1778
  .e-rte-table-resize.e-tb-col-insert .e-icons.e-circle-add {
@@ -1677,6 +1795,7 @@
1677
1795
  line-height: 8px;
1678
1796
  border: 1px;
1679
1797
  position: absolute;
1798
+ z-index: 2;
1680
1799
  }
1681
1800
 
1682
1801
  .e-rte-table-resize.e-tb-row-insert .e-icons.e-circle {
@@ -1710,6 +1829,63 @@
1710
1829
  height: 1px;
1711
1830
  }
1712
1831
 
1832
+ .e-rte-image.e-img-left-wrap,
1833
+ .e-img-caption-container.e-img-left-wrap {
1834
+ float: left;
1835
+ margin: 5px 5px 5px 0;
1836
+ }
1837
+ .e-rte-image.e-img-right-wrap,
1838
+ .e-img-caption-container.e-img-right-wrap {
1839
+ float: right;
1840
+ margin: 5px 0 5px 5px;
1841
+ }
1842
+ .e-rte-image.e-img-left, .e-rte-image.e-img-right,
1843
+ .e-img-caption-container.e-img-left,
1844
+ .e-img-caption-container.e-img-right {
1845
+ margin-top: 5px;
1846
+ margin-bottom: 5px;
1847
+ }
1848
+ .e-rte-image.e-img-right,
1849
+ .e-img-caption-container.e-img-right {
1850
+ margin-right: 0;
1851
+ margin-left: auto;
1852
+ }
1853
+ .e-rte-image.e-img-left,
1854
+ .e-img-caption-container.e-img-left {
1855
+ margin-left: 0;
1856
+ margin-right: auto;
1857
+ }
1858
+
1859
+ .e-img-caption-container {
1860
+ max-width: 100%;
1861
+ position: relative;
1862
+ }
1863
+ .e-img-caption-container.e-img-left-wrap, .e-img-caption-container.e-img-right-wrap {
1864
+ display: inline-block;
1865
+ }
1866
+ .e-img-caption-container.e-img-left, .e-img-caption-container.e-img-right {
1867
+ display: block;
1868
+ }
1869
+ .e-img-caption-container .e-img-caption-text {
1870
+ -webkit-box-sizing: border-box;
1871
+ box-sizing: border-box;
1872
+ display: block;
1873
+ font-size: 16px;
1874
+ font-weight: 400;
1875
+ margin: auto;
1876
+ opacity: 0.9;
1877
+ position: relative;
1878
+ text-align: center;
1879
+ width: 100%;
1880
+ }
1881
+ .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 {
1882
+ margin-bottom: 0;
1883
+ }
1884
+ .e-img-caption-container.e-img-center, .e-img-caption-container.e-img-break {
1885
+ margin-left: auto;
1886
+ margin-right: auto;
1887
+ }
1888
+
1713
1889
  .e-richtexteditor .e-linkheader,
1714
1890
  .e-richtexteditor .e-audioheader,
1715
1891
  .e-richtexteditor .e-videoheader,
@@ -1992,6 +2168,114 @@
1992
2168
  .e-rte-elements .e-rte-edit-table-content .e-caret {
1993
2169
  opacity: 0.75;
1994
2170
  }
2171
+ .e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row,
2172
+ .e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row {
2173
+ display: -webkit-box;
2174
+ display: -ms-flexbox;
2175
+ display: flex;
2176
+ gap: 16px;
2177
+ }
2178
+ .e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:first-child .e-rte-edit-table-tablewidth,
2179
+ .e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:first-child .e-rte-edit-table-tableheight,
2180
+ .e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:first-child .e-rte-edit-table-tablewidth,
2181
+ .e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:first-child .e-rte-edit-table-tableheight {
2182
+ width: 50%;
2183
+ }
2184
+ .e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:not(:first-child) .e-rte-edit-table-cellpadding,
2185
+ .e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:not(:first-child) .e-rte-edit-table-bgcolor,
2186
+ .e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:not(:first-child) .e-rte-edit-table-cellpadding,
2187
+ .e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-row:not(:first-child) .e-rte-edit-table-bgcolor {
2188
+ width: 50%;
2189
+ }
2190
+ .e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-field-flex,
2191
+ .e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-field-flex {
2192
+ display: -webkit-box;
2193
+ display: -ms-flexbox;
2194
+ display: flex;
2195
+ -webkit-box-pack: justify;
2196
+ -ms-flex-pack: justify;
2197
+ justify-content: space-between;
2198
+ }
2199
+ .e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-widthValue button,
2200
+ .e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-heightValue button,
2201
+ .e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-widthValue button,
2202
+ .e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-heightValue button {
2203
+ padding: 2px 8px;
2204
+ margin-top: 2px;
2205
+ }
2206
+ .e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-widthValue button .e-rte-dropdown-btn-content-text,
2207
+ .e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-heightValue button .e-rte-dropdown-btn-content-text,
2208
+ .e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-widthValue button .e-rte-dropdown-btn-content-text,
2209
+ .e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-heightValue button .e-rte-dropdown-btn-content-text {
2210
+ display: inline-block;
2211
+ width: 18px;
2212
+ white-space: nowrap;
2213
+ overflow: hidden;
2214
+ text-overflow: ellipsis;
2215
+ }
2216
+ .e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container,
2217
+ .e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container {
2218
+ display: -webkit-box;
2219
+ display: -ms-flexbox;
2220
+ display: flex;
2221
+ gap: 24px;
2222
+ }
2223
+ .e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-edit-tablecell-horizontal-align,
2224
+ .e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-edit-tablecell-vertical-align,
2225
+ .e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-edit-tablecell-horizontal-align,
2226
+ .e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-edit-tablecell-vertical-align {
2227
+ margin-top: 8px;
2228
+ width: 50%;
2229
+ }
2230
+ .e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-edit-tablecell-btn-group,
2231
+ .e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-edit-tablecell-btn-group {
2232
+ margin-top: 4px;
2233
+ }
2234
+ .e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-tablecell-align-btn,
2235
+ .e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-tablecell-align-container .e-rte-tablecell-align-btn {
2236
+ width: auto;
2237
+ height: auto;
2238
+ padding: 12px;
2239
+ font-size: 14px;
2240
+ }
2241
+ .e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-border .e-rte-edit-table-borderfields,
2242
+ .e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-border .e-rte-edit-table-borderfields {
2243
+ display: -webkit-box;
2244
+ display: -ms-flexbox;
2245
+ display: flex;
2246
+ -webkit-box-pack: justify;
2247
+ -ms-flex-pack: justify;
2248
+ justify-content: space-between;
2249
+ }
2250
+ .e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-edit-table-borderwidth,
2251
+ .e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-edit-table-borderwidth {
2252
+ width: 37%;
2253
+ }
2254
+ .e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-dropdown-btn-text-wrapper,
2255
+ .e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-border .e-rte-edit-table-borderfields .e-rte-dropdown-btn-text-wrapper {
2256
+ width: 47px;
2257
+ }
2258
+ .e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-element,
2259
+ .e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-element {
2260
+ margin-top: 12px;
2261
+ }
2262
+ .e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-field,
2263
+ .e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-field {
2264
+ margin-top: 4px;
2265
+ }
2266
+ .e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-dropdown-btn-text,
2267
+ .e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-dropdown-btn-text {
2268
+ font-weight: 400;
2269
+ }
2270
+ .e-richtexteditor .e-rte-edit-tablecell-dialog .e-rte-edit-table-borderlabel,
2271
+ .e-rte-elements .e-rte-edit-tablecell-dialog .e-rte-edit-table-borderlabel {
2272
+ font-weight: 600;
2273
+ font-style: semi-bold;
2274
+ }
2275
+ .e-richtexteditor .e-rte-edit-tablecell-dialog .e-caret,
2276
+ .e-rte-elements .e-rte-edit-tablecell-dialog .e-caret {
2277
+ opacity: 0.75;
2278
+ }
1995
2279
  .e-richtexteditor .e-rte-emojipicker-popup.e-popup.e-popup-open,
1996
2280
  .e-rte-elements .e-rte-emojipicker-popup.e-popup.e-popup-open {
1997
2281
  border: 1px solid #fff;
@@ -2778,6 +3062,105 @@
2778
3062
  line-height: 2px;
2779
3063
  }
2780
3064
 
3065
+ .e-smartrichtexteditor .e-rte-ai-selected-text {
3066
+ color: rgb(255, 255, 255);
3067
+ background: rgb(51, 103, 209);
3068
+ }
3069
+ .e-smartrichtexteditor .e-rte-aiquery-dialog {
3070
+ border: 0;
3071
+ }
3072
+ .e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content {
3073
+ min-height: 100px;
3074
+ overflow: hidden;
3075
+ display: -webkit-box !important;
3076
+ display: -ms-flexbox !important;
3077
+ display: flex !important; /* stylelint-disable-line declaration-no-important */
3078
+ -webkit-box-orient: vertical;
3079
+ -webkit-box-direction: normal;
3080
+ -ms-flex-direction: column;
3081
+ flex-direction: column;
3082
+ padding: 0;
3083
+ border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
3084
+ }
3085
+ .e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-rte-ai-assit-content-container {
3086
+ -webkit-box-flex: 1;
3087
+ -ms-flex: 1 1 auto;
3088
+ flex: 1 1 auto;
3089
+ display: -webkit-box;
3090
+ display: -ms-flexbox;
3091
+ display: flex;
3092
+ -webkit-box-orient: vertical;
3093
+ -webkit-box-direction: normal;
3094
+ -ms-flex-direction: column;
3095
+ flex-direction: column;
3096
+ min-height: 0;
3097
+ width: 100%;
3098
+ }
3099
+ .e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview {
3100
+ -webkit-box-flex: 1;
3101
+ -ms-flex: 1 1 auto;
3102
+ flex: 1 1 auto;
3103
+ display: -webkit-box;
3104
+ display: -ms-flexbox;
3105
+ display: flex;
3106
+ -webkit-box-orient: vertical;
3107
+ -webkit-box-direction: normal;
3108
+ -ms-flex-direction: column;
3109
+ flex-direction: column;
3110
+ min-height: 0;
3111
+ height: auto !important; /* stylelint-disable-line declaration-no-important */
3112
+ }
3113
+ .e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview .e-view-header {
3114
+ -webkit-box-flex: 0;
3115
+ -ms-flex: 0 0 auto;
3116
+ flex: 0 0 auto;
3117
+ }
3118
+ .e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview .e-view-content {
3119
+ -webkit-box-flex: 1;
3120
+ -ms-flex: 1 1 auto;
3121
+ flex: 1 1 auto;
3122
+ overflow-y: auto;
3123
+ overflow-x: hidden;
3124
+ min-height: 0;
3125
+ }
3126
+ .e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview .e-view-container {
3127
+ margin: auto;
3128
+ }
3129
+ .e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview .banner-content {
3130
+ display: -webkit-box;
3131
+ display: -ms-flexbox;
3132
+ display: flex;
3133
+ -webkit-box-orient: vertical;
3134
+ -webkit-box-direction: normal;
3135
+ -ms-flex-direction: column;
3136
+ flex-direction: column;
3137
+ -webkit-box-pack: center;
3138
+ -ms-flex-pack: center;
3139
+ justify-content: center;
3140
+ height: 230px;
3141
+ text-align: center;
3142
+ }
3143
+ .e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview .banner-content .e-assistview-icon::before {
3144
+ font-size: 35px;
3145
+ }
3146
+ .e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-content .e-aiassistview .e-footer {
3147
+ width: 85%;
3148
+ }
3149
+ .e-smartrichtexteditor .e-rte-aiquery-dialog .e-dlg-overlay {
3150
+ background-color: rgb(250, 250, 250);
3151
+ opacity: 0.6;
3152
+ }
3153
+
3154
+ .e-smartrichtexteditor.e-dlg-target.e-scroll-disabled {
3155
+ overflow: initial !important; /* stylelint-disable-line declaration-no-important */
3156
+ }
3157
+
3158
+ .e-rte-ai-assist-history.e-rte-dropdown-menu.e-popup-open {
3159
+ visibility: hidden;
3160
+ max-height: 200px;
3161
+ overflow-y: auto;
3162
+ }
3163
+
2781
3164
  /*! tab layout */
2782
3165
  .e-rte-container {
2783
3166
  border: 1px solid #dee2e6;
@@ -3306,6 +3689,10 @@ span.e-table-box.e-rbox-select {
3306
3689
  background: #fff;
3307
3690
  }
3308
3691
 
3692
+ .e-upload.e-lib.e-control-wrapper.e-rte-dialog-upload {
3693
+ background: #fff;
3694
+ }
3695
+
3309
3696
  .e-rte-emojipicker-popup.e-popup.e-popup-open {
3310
3697
  background: #fff;
3311
3698
  -webkit-box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175);