@syncfusion/ej2-angular-richtexteditor 21.2.10 → 22.1.34

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 (148) hide show
  1. package/README.md +53 -109
  2. package/esm2020/src/index.mjs +2 -2
  3. package/esm2020/src/rich-text-editor/richtexteditor-all.module.mjs +4 -13
  4. package/esm2020/src/rich-text-editor/richtexteditor.component.mjs +4 -25
  5. package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs +15 -45
  6. package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs.map +1 -1
  7. package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs +7 -37
  8. package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs.map +1 -1
  9. package/license +10 -0
  10. package/package.json +17 -12
  11. package/schematics/utils/lib-details.ts +2 -2
  12. package/src/index.d.ts +1 -1
  13. package/src/rich-text-editor/richtexteditor-all.module.d.ts +0 -3
  14. package/src/rich-text-editor/richtexteditor.component.d.ts +1 -8
  15. package/styles/bootstrap-dark.css +299 -137
  16. package/styles/bootstrap.css +305 -140
  17. package/styles/bootstrap4.css +304 -133
  18. package/styles/bootstrap5-dark.css +310 -165
  19. package/styles/bootstrap5.css +310 -165
  20. package/styles/fabric-dark.css +297 -136
  21. package/styles/fabric.css +294 -133
  22. package/styles/fluent-dark.css +311 -170
  23. package/styles/fluent.css +311 -170
  24. package/styles/highcontrast-light.css +289 -128
  25. package/styles/highcontrast.css +296 -135
  26. package/styles/material-dark.css +295 -129
  27. package/styles/material.css +300 -134
  28. package/styles/material3-dark.css +3082 -0
  29. package/styles/material3-dark.scss +3 -0
  30. package/styles/material3.css +3138 -0
  31. package/styles/material3.scss +3 -0
  32. package/styles/rich-text-editor/_bootstrap-dark-definition.scss +54 -12
  33. package/styles/rich-text-editor/_bootstrap-definition.scss +57 -13
  34. package/styles/rich-text-editor/_bootstrap4-definition.scss +50 -7
  35. package/styles/rich-text-editor/_bootstrap5-definition.scss +56 -13
  36. package/styles/rich-text-editor/_fabric-dark-definition.scss +53 -10
  37. package/styles/rich-text-editor/_fabric-definition.scss +52 -9
  38. package/styles/rich-text-editor/_fluent-definition.scss +56 -15
  39. package/styles/rich-text-editor/_fusionnew-definition.scss +46 -4
  40. package/styles/rich-text-editor/_highcontrast-definition.scss +52 -9
  41. package/styles/rich-text-editor/_highcontrast-light-definition.scss +48 -5
  42. package/styles/rich-text-editor/_layout.scss +280 -68
  43. package/styles/rich-text-editor/_material-dark-definition.scss +48 -5
  44. package/styles/rich-text-editor/_material-definition.scss +50 -6
  45. package/styles/rich-text-editor/_material3-dark-definition.scss +1 -0
  46. package/styles/rich-text-editor/_material3-definition.scss +262 -0
  47. package/styles/rich-text-editor/_tailwind-definition.scss +63 -23
  48. package/styles/rich-text-editor/_theme.scss +103 -19
  49. package/styles/rich-text-editor/bootstrap-dark.css +299 -137
  50. package/styles/rich-text-editor/bootstrap.css +305 -140
  51. package/styles/rich-text-editor/bootstrap4.css +304 -133
  52. package/styles/rich-text-editor/bootstrap5-dark.css +310 -165
  53. package/styles/rich-text-editor/bootstrap5.css +310 -165
  54. package/styles/rich-text-editor/fabric-dark.css +297 -136
  55. package/styles/rich-text-editor/fabric.css +294 -133
  56. package/styles/rich-text-editor/fluent-dark.css +311 -170
  57. package/styles/rich-text-editor/fluent.css +311 -170
  58. package/styles/rich-text-editor/highcontrast-light.css +289 -128
  59. package/styles/rich-text-editor/highcontrast.css +296 -135
  60. package/styles/rich-text-editor/icons/_bootstrap-dark.scss +1 -1
  61. package/styles/rich-text-editor/icons/_bootstrap.scss +1 -1
  62. package/styles/rich-text-editor/icons/_bootstrap4.scss +1 -1
  63. package/styles/rich-text-editor/icons/_bootstrap5.scss +1 -1
  64. package/styles/rich-text-editor/icons/_fabric-dark.scss +1 -1
  65. package/styles/rich-text-editor/icons/_fabric.scss +1 -1
  66. package/styles/rich-text-editor/icons/_fluent.scss +1 -1
  67. package/styles/rich-text-editor/icons/_fusionnew.scss +1 -1
  68. package/styles/rich-text-editor/icons/_highcontrast-light.scss +1 -1
  69. package/styles/rich-text-editor/icons/_highcontrast.scss +1 -1
  70. package/styles/rich-text-editor/icons/_material-dark.scss +1 -1
  71. package/styles/rich-text-editor/icons/_material.scss +1 -1
  72. package/styles/rich-text-editor/icons/_material3-dark.scss +1 -0
  73. package/styles/rich-text-editor/icons/_material3.scss +1 -1
  74. package/styles/rich-text-editor/icons/_tailwind.scss +1 -1
  75. package/styles/rich-text-editor/material-dark.css +295 -129
  76. package/styles/rich-text-editor/material.css +300 -134
  77. package/styles/rich-text-editor/material3-dark.css +3082 -0
  78. package/styles/rich-text-editor/material3-dark.scss +5 -0
  79. package/styles/rich-text-editor/material3.css +3138 -0
  80. package/styles/rich-text-editor/material3.scss +5 -0
  81. package/styles/rich-text-editor/tailwind-dark.css +313 -157
  82. package/styles/rich-text-editor/tailwind.css +313 -157
  83. package/styles/tailwind-dark.css +313 -157
  84. package/styles/tailwind.css +313 -157
  85. package/schematics/collection.json +0 -40
  86. package/schematics/generators/richtexteditor-iframe/index.d.ts +0 -3
  87. package/schematics/generators/richtexteditor-iframe/index.js +0 -8
  88. package/schematics/generators/richtexteditor-iframe/sample-details.d.ts +0 -5
  89. package/schematics/generators/richtexteditor-iframe/sample-details.js +0 -7
  90. package/schematics/generators/richtexteditor-iframe/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  91. package/schematics/generators/richtexteditor-iframe/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -44
  92. package/schematics/generators/richtexteditor-iframe/schema.d.ts +0 -3
  93. package/schematics/generators/richtexteditor-iframe/schema.js +0 -2
  94. package/schematics/generators/richtexteditor-iframe/schema.json +0 -125
  95. package/schematics/generators/richtexteditor-inline/index.d.ts +0 -3
  96. package/schematics/generators/richtexteditor-inline/index.js +0 -8
  97. package/schematics/generators/richtexteditor-inline/sample-details.d.ts +0 -5
  98. package/schematics/generators/richtexteditor-inline/sample-details.js +0 -7
  99. package/schematics/generators/richtexteditor-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  100. package/schematics/generators/richtexteditor-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -10
  101. package/schematics/generators/richtexteditor-inline/schema.d.ts +0 -3
  102. package/schematics/generators/richtexteditor-inline/schema.js +0 -2
  103. package/schematics/generators/richtexteditor-inline/schema.json +0 -125
  104. package/schematics/generators/richtexteditor-markdown/index.d.ts +0 -3
  105. package/schematics/generators/richtexteditor-markdown/index.js +0 -8
  106. package/schematics/generators/richtexteditor-markdown/sample-details.d.ts +0 -5
  107. package/schematics/generators/richtexteditor-markdown/sample-details.js +0 -7
  108. package/schematics/generators/richtexteditor-markdown/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  109. package/schematics/generators/richtexteditor-markdown/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -13
  110. package/schematics/generators/richtexteditor-markdown/schema.d.ts +0 -3
  111. package/schematics/generators/richtexteditor-markdown/schema.js +0 -2
  112. package/schematics/generators/richtexteditor-markdown/schema.json +0 -125
  113. package/schematics/generators/richtexteditor-overview/images/__path__/__name@dasherize__/RTEImage-Feather.png +0 -0
  114. package/schematics/generators/richtexteditor-overview/index.d.ts +0 -3
  115. package/schematics/generators/richtexteditor-overview/index.js +0 -8
  116. package/schematics/generators/richtexteditor-overview/sample-details.d.ts +0 -5
  117. package/schematics/generators/richtexteditor-overview/sample-details.js +0 -7
  118. package/schematics/generators/richtexteditor-overview/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  119. package/schematics/generators/richtexteditor-overview/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -47
  120. package/schematics/generators/richtexteditor-overview/schema.d.ts +0 -3
  121. package/schematics/generators/richtexteditor-overview/schema.js +0 -2
  122. package/schematics/generators/richtexteditor-overview/schema.json +0 -125
  123. package/schematics/generators/richtexteditor-reactform/index.d.ts +0 -3
  124. package/schematics/generators/richtexteditor-reactform/index.js +0 -8
  125. package/schematics/generators/richtexteditor-reactform/sample-details.d.ts +0 -5
  126. package/schematics/generators/richtexteditor-reactform/sample-details.js +0 -7
  127. package/schematics/generators/richtexteditor-reactform/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  128. package/schematics/generators/richtexteditor-reactform/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -20
  129. package/schematics/generators/richtexteditor-reactform/schema.d.ts +0 -3
  130. package/schematics/generators/richtexteditor-reactform/schema.js +0 -2
  131. package/schematics/generators/richtexteditor-reactform/schema.json +0 -125
  132. package/schematics/generators/richtexteditor-templatedriven/index.d.ts +0 -3
  133. package/schematics/generators/richtexteditor-templatedriven/index.js +0 -8
  134. package/schematics/generators/richtexteditor-templatedriven/sample-details.d.ts +0 -5
  135. package/schematics/generators/richtexteditor-templatedriven/sample-details.js +0 -7
  136. package/schematics/generators/richtexteditor-templatedriven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  137. package/schematics/generators/richtexteditor-templatedriven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -19
  138. package/schematics/generators/richtexteditor-templatedriven/schema.d.ts +0 -3
  139. package/schematics/generators/richtexteditor-templatedriven/schema.js +0 -2
  140. package/schematics/generators/richtexteditor-templatedriven/schema.json +0 -125
  141. package/schematics/ng-add/index.d.ts +0 -3
  142. package/schematics/ng-add/index.js +0 -9
  143. package/schematics/ng-add/schema.d.ts +0 -13
  144. package/schematics/ng-add/schema.js +0 -2
  145. package/schematics/ng-add/schema.json +0 -34
  146. package/schematics/tsconfig.json +0 -25
  147. package/schematics/utils/lib-details.d.ts +0 -4
  148. package/schematics/utils/lib-details.js +0 -6
@@ -6,7 +6,6 @@
6
6
  .e-richtexteditor.e-bigger {
7
7
 
8
8
  .e-rte-toolbar {
9
-
10
9
  .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
11
10
  margin-left: $rte-big-tb-items-margin-left;
12
11
  }
@@ -62,6 +61,10 @@
62
61
  border-radius: 0;
63
62
  }
64
63
  }
64
+ .e-dropdown-btn .e-rte-color-content{
65
+ padding-top: $rte-big-dropdown-btn-color-content-padding;
66
+ height: $rte-big-dropdown-btn-color-content-height;
67
+ }
65
68
  }
66
69
 
67
70
  @if $skin-name == 'bootstrap5' {
@@ -105,6 +108,28 @@
105
108
  min-height: $rte-big-img-alt-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
106
109
  }
107
110
  }
111
+
112
+ .e-rte-toolbar,
113
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar {
114
+ .e-toolbar-items,
115
+ .e-toolbar-extended {
116
+ .e-toolbar-item {
117
+ .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
118
+ .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content {
119
+ line-height: $rte-big-formatlists-dropdown-line-height;
120
+ @if $skin-name == 'FluentUI' {
121
+ padding: 5.5px;
122
+ }
123
+ }
124
+ }
125
+ }
126
+ }
127
+ .e-dialog.e-rte-dialog-minheight {
128
+ min-height: 324px;
129
+ @if $skin-name == 'FluentUI' {
130
+ min-height: 350px;
131
+ }
132
+ }
108
133
  }
109
134
 
110
135
  .e-richtexteditor {
@@ -205,6 +230,8 @@
205
230
 
206
231
  .e-hor-nav.e-expended-nav {
207
232
  height: auto;
233
+ min-height: $rte-tb-expended-min-height;
234
+ padding-left: $rte-tb-expended-padding-left;
208
235
  }
209
236
 
210
237
  .e-toolbar-multirow {
@@ -240,7 +267,7 @@
240
267
  margin-left: 0;
241
268
  padding-left: $rte-tb-items-padding-left;
242
269
  }
243
-
270
+
244
271
  .e-toolbar-items,
245
272
  .e-toolbar-extended {
246
273
 
@@ -267,9 +294,7 @@
267
294
  }
268
295
 
269
296
  .e-rte-dropdown-btn-text {
270
- @if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
271
- font-size: $dropdown-btn-font-size;
272
- }
297
+ font-size: $dropdown-btn-font-size;
273
298
  font-weight: $font-weight;
274
299
  overflow: hidden;
275
300
  text-overflow: ellipsis;
@@ -290,18 +315,17 @@
290
315
  top: -18px;
291
316
  }
292
317
 
293
- .e-rte-font-color.e-icons::before {
294
- font-size: 13px;
295
- }
296
-
297
318
  .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
298
319
  .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content {
299
- line-height: 1;
320
+ line-height: $rte-formatlists-dropdown-line-height;
321
+ @if $skin-name == 'FluentUI' {
322
+ padding: 5px;
323
+ }
300
324
  }
301
325
 
302
326
  .e-background-color.e-icons::before {
303
327
  display: inline;
304
- font-size: 14px;
328
+ font-size: $rte-background-color-icon-fontsize;
305
329
  }
306
330
 
307
331
  .e-tbar-btn {
@@ -320,6 +344,10 @@
320
344
  }
321
345
  }
322
346
  }
347
+ .e-dropdown-btn .e-rte-color-content {
348
+ padding-top: $rte-dropdown-btn-color-content-padding;
349
+ height: $rte-dropdown-btn-color-content-height;
350
+ }
323
351
  }
324
352
 
325
353
  @if $skin-name == 'bootstrap5' {
@@ -584,6 +612,16 @@
584
612
  transition: none;
585
613
  }
586
614
  }
615
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon:not(.e-toolbar-pop) {
616
+ padding: $rte-extended-toolbar-items-padding;
617
+ }
618
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
619
+ background: $rte-expand-tbar-hover-bg;
620
+ }
621
+ .e-toolbar .e-toolbar-item .e-tbar-btn,
622
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item .e-tbar-btn{
623
+ font-size: $rte-tbar-icon-size;
624
+ }
587
625
  }
588
626
 
589
627
  .e-rte-linkcontent .e-rte-label {
@@ -951,6 +989,19 @@
951
989
  padding-top: $rte-insert-dialog-label-padding-top;
952
990
  }
953
991
 
992
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
993
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
994
+ padding: $rte-toolbar-expaned-padding;
995
+ }
996
+
997
+ .e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon {
998
+ min-width: $rte-toolbar-expaned-minwidth;
999
+ }
1000
+
1001
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
1002
+ padding: $rte-toolbar-expaned-padding-hover;
1003
+ }
1004
+
954
1005
  .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
955
1006
  .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons,
956
1007
  .e-aud-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons,
@@ -1015,7 +1066,7 @@
1015
1066
 
1016
1067
  .e-dialog .e-vid-uploadwrap.e-droparea .e-browsebtn,
1017
1068
  .e-rte-video-dialog.e-dialog.e-device.e-dlg-modal .e-vid-uploadwrap.e-droparea .e-browsebtn {
1018
- top: -120px;
1069
+ top: -130px;
1019
1070
  }
1020
1071
 
1021
1072
  .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn,
@@ -1060,11 +1111,11 @@
1060
1111
  overflow-y: auto;
1061
1112
  }
1062
1113
 
1063
- .e-rte-inline-dropdown.e-rte-backgroundcolor-dropdown,
1064
- .e-rte-inline-dropdown.e-rte-fontcolor-dropdown,
1065
- .e-rte-inline-dropdown.e-rte-numberformatlist-dropdown,
1066
- .e-rte-inline-dropdown.e-rte-bulletformatlist-dropdown {
1067
- line-height: 0;
1114
+ .e-dropdown-btn.e-rte-backgroundcolor-dropdown,
1115
+ .e-dropdown-btn.e-rte-fontcolor-dropdown,
1116
+ .e-dropdown-btn.e-rte-numberformatlist-dropdown,
1117
+ .e-dropdown-btn.e-rte-bulletformatlist-dropdown {
1118
+ line-height: $rte-inline-dropdown-line-height;
1068
1119
  }
1069
1120
 
1070
1121
  .e-rte-table-popup.e-popup.e-popup-open {
@@ -1075,6 +1126,7 @@
1075
1126
  min-width: 120px;
1076
1127
  overflow: hidden;
1077
1128
  padding: $rte-table-popup-padding;
1129
+ border: $rte-table-popup-border;
1078
1130
  }
1079
1131
 
1080
1132
  .e-rte-table-popup.e-popup-open .e-rte-tablecell {
@@ -1092,9 +1144,6 @@
1092
1144
  }
1093
1145
 
1094
1146
  .e-rte-table-popup.e-popup-open .e-insert-table-btn {
1095
- @if $skin-name == 'FluentUI' {
1096
- margin-top: $rte-table-popup-btn-margin-top;
1097
- }
1098
1147
  width: 100%;
1099
1148
  }
1100
1149
 
@@ -1144,6 +1193,97 @@
1144
1193
  .e-rte-dialog-upload .e-upload-files .e-upload-file-list {
1145
1194
  border-bottom: 0;
1146
1195
  }
1196
+
1197
+ .e-rte-emojipicker-popup.e-popup.e-popup-open {
1198
+ border: $rte-emoji-pop-border;
1199
+ min-width: 120px;
1200
+ height: 330px;
1201
+ width: 308px;
1202
+
1203
+ .e-toolbar .e-toolbar-item .e-tbar-btn {
1204
+ padding: 7px 3px;
1205
+ border-radius: 4px;
1206
+
1207
+ @if $skin-name =='bootstrap' or $skin-name =='botstrap-dark' {
1208
+ &:hover,
1209
+ &:focus{
1210
+ padding: 6px 2px;
1211
+ }
1212
+ }
1213
+
1214
+ @if $skin-name =='material' or $skin-name =='material-dark' {
1215
+ padding: 3px;
1216
+ }
1217
+
1218
+ .e-tbar-btn-text {
1219
+ font-size: 24px;
1220
+ padding: 1px;
1221
+ }
1222
+ }
1223
+
1224
+ .e-input-group.e-control-wrapper {
1225
+ margin: 10px;
1226
+ width: 94%;
1227
+
1228
+ .e-rte-emoji-search {
1229
+ @if $skin-name =='material' or $skin-name =='material-dark' or $skin-name =='material3' or $skin-name =='material3-dark' {
1230
+ text-indent: 4px;
1231
+ }
1232
+ }
1233
+ }
1234
+
1235
+ .e-rte-emojipicker-btn {
1236
+ display: block;
1237
+ gap: 10px;
1238
+ height: $rte-emoji-btn-height;
1239
+ overflow: auto;
1240
+ padding: 10px;
1241
+
1242
+ .e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
1243
+ display: grid;
1244
+ grid-template-columns: repeat(6, 1fr);
1245
+ gap: 6px;
1246
+
1247
+ .e-btn.e-control {
1248
+ display: inline-block;
1249
+ box-shadow: none;
1250
+ font-size: 24px;
1251
+ padding: 6px 0;
1252
+ width: 40px;
1253
+ height: 40px;
1254
+ border: none;
1255
+ line-height: $rte-emoji-grp-btn-line-height;
1256
+ }
1257
+ }
1258
+
1259
+ .e-rte-emojisearch-btn {
1260
+ display: grid;
1261
+ grid-template-columns: repeat(6, 1fr);
1262
+ gap: 6px;
1263
+ height: 0;
1264
+
1265
+ .e-btn.e-control {
1266
+ display: inline-block;
1267
+ box-shadow: none;
1268
+ font-size: 24px;
1269
+ padding: 6px 0;
1270
+ width: 40px;
1271
+ height: 40px;
1272
+ border: none;
1273
+ line-height: $rte-emoji-grp-btn-line-height;
1274
+ }
1275
+ }
1276
+
1277
+ .e-rte-emojipicker-group .e-rte-emojipicker-name {
1278
+ font-weight: $rte-emoji-headname-font-weight;
1279
+ font-size: 14px;
1280
+ }
1281
+
1282
+ .e-rte-emojiSearch-noEmoji {
1283
+ text-align: center;
1284
+ }
1285
+ }
1286
+ }
1147
1287
  }
1148
1288
 
1149
1289
  .e-rte-backgroundcolor-colorpicker,
@@ -1184,7 +1324,7 @@
1184
1324
 
1185
1325
  .e-toolbar-items:not(.e-tbar-pos) {
1186
1326
  border-radius: 2px;
1187
- margin: 0 6px;
1327
+ margin: $rte-quick-toolbar-item-margin;
1188
1328
  min-height: 42px;
1189
1329
 
1190
1330
  .e-toolbar-item.e-rte-horizontal-separator,
@@ -1201,7 +1341,7 @@
1201
1341
 
1202
1342
  &:first-child,
1203
1343
  &:last-child {
1204
- margin: 0 6px;
1344
+ margin: 0;
1205
1345
  }
1206
1346
 
1207
1347
  .e-tbar-btn:not(.e-rte-dropdown-btn) {
@@ -1259,7 +1399,6 @@
1259
1399
  .e-unorder-list.e-icons,
1260
1400
  .e-icons:not(.e-caret) {
1261
1401
  font-size: 14px;
1262
- margin-left: -3px;
1263
1402
  }
1264
1403
 
1265
1404
  .e-caret {
@@ -1279,14 +1418,14 @@
1279
1418
  min-height: 48px;
1280
1419
 
1281
1420
  .e-toolbar-items:not(.e-tbar-pos) {
1282
- margin: 0 6px;
1421
+ margin: $rte-big-quick-toolbar-items-margin;
1283
1422
  min-height: 48px;
1284
1423
 
1285
1424
  .e-toolbar-item:not(.e-separator) {
1286
- margin: 0 6px;
1425
+ margin: $rte-big-quick-toolbar-item-margin;
1287
1426
  min-height: 48px;
1288
1427
  min-width: 36px;
1289
- padding: 0;
1428
+ padding: $rte-big-quick-toolbar-item-btn-padding;
1290
1429
  }
1291
1430
 
1292
1431
  .e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) {
@@ -1324,7 +1463,69 @@
1324
1463
  }
1325
1464
  }
1326
1465
  }
1466
+ .e-bigger .e-rte-emojipicker-popup.e-popup.e-popup-open {
1467
+ min-width: 120px;
1468
+ height: 337px;
1469
+ width: 335px;
1470
+
1471
+ .e-toolbar .e-toolbar-item .e-tbar-btn {
1472
+ // padding: 2px 5px;
1473
+ border-radius: 4px;
1474
+ padding: 0;
1475
+ @if $skin-name =='material' or $skin-name =='material-dark' {
1476
+ padding: 3px 7px;
1477
+ }
1478
+
1479
+ &:hover {
1480
+ padding: 0;
1481
+ }
1482
+
1483
+ &:active {
1484
+ padding: 0;
1485
+ }
1486
+
1487
+ .e-tbar-btn-text {
1488
+ font-size: 26px;
1489
+ padding: 9px 5px;
1490
+ }
1491
+ }
1492
+
1493
+ .e-rte-emojipicker-btn {
1494
+ gap: 10px;
1495
+ height: $rte-big-emoji-btn-height;
1496
+ padding: 12px;
1327
1497
 
1498
+ .e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
1499
+ gap: 8px;
1500
+
1501
+ .e-btn.e-control {
1502
+ font-size: 26px;
1503
+ padding: 8px 0;
1504
+ width: 42px;
1505
+ height: 42px;
1506
+ line-height: 0;
1507
+ }
1508
+ }
1509
+
1510
+ .e-rte-emojisearch-btn {
1511
+ gap: 6px;
1512
+
1513
+ .e-btn.e-control {
1514
+ font-size: 26px;
1515
+ padding: 8px 0;
1516
+ width: 40px;
1517
+ height: 40px;
1518
+ border: none;
1519
+ line-height: 0;
1520
+ }
1521
+ }
1522
+
1523
+ .e-rte-emojipicker-group .e-rte-emojipicker-name {
1524
+ font-weight: 500;
1525
+ font-size: 16px;
1526
+ }
1527
+ }
1528
+ }
1328
1529
  .e-rte-dropdown-btn.e-tbar-btn {
1329
1530
  line-height: $rte-big-quick-drop-btn-line-height;
1330
1531
  margin: $rte-big-quick-drop-btn-margin;
@@ -1386,7 +1587,7 @@
1386
1587
  button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
1387
1588
  @if $skin-name == 'FluentUI' {
1388
1589
  .e-btn-icon.e-icons.e-caret {
1389
- padding-top: 4px;
1590
+ padding-top: 0;
1390
1591
  }
1391
1592
  }
1392
1593
  }
@@ -1460,34 +1661,15 @@
1460
1661
  }
1461
1662
 
1462
1663
  @if $skin-name == 'bootstrap5' {
1463
- .e-icons.e-btn-icon {
1464
- padding-top: 4px;
1465
- }
1466
1664
 
1467
1665
  .e-icons.e-btn-icon.e-caret:not(.e-toolbar-pop) {
1468
1666
  padding-left: 0;
1469
1667
  padding-right: 0;
1470
1668
  }
1471
1669
  }
1472
- @if $skin-name == 'FluentUI' {
1473
- .e-icons.e-btn-icon.e-caret {
1474
- padding-bottom: 4px;
1475
- }
1476
- }
1477
- }
1478
-
1479
- button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1480
- button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1481
- button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1482
- button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
1483
- .e-icons.e-btn-icon,
1484
- .e-rte-color-content,
1485
- .e-rte-list-primary-content {
1486
- line-height: $rte-split-btn-line-height;
1487
- }
1488
1670
  }
1489
1671
 
1490
- .e-dropdown-btn .e-btn-icon.e-caret {
1672
+ .e-dropdown-btn.e-tbar-btn .e-icons.e-btn-icon.e-caret {
1491
1673
  font-size: $rte-dropdown-caret-icon-size;
1492
1674
 
1493
1675
  @if $skin-name == 'bootstrap5' {
@@ -1525,12 +1707,16 @@
1525
1707
  button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
1526
1708
  @if $skin-name == 'FluentUI' {
1527
1709
  .e-btn-icon.e-icons.e-caret {
1528
- padding-top: 4px;
1710
+ padding-top: 0;
1529
1711
  }
1530
1712
  }
1531
1713
  }
1532
1714
  }
1533
1715
 
1716
+ .e-rte-edit-table .e-rte-field {
1717
+ padding-top: $rte-big-insert-dialog-label-padding-top;
1718
+ }
1719
+
1534
1720
  .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
1535
1721
  .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
1536
1722
  .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item,
@@ -1561,17 +1747,6 @@
1561
1747
  }
1562
1748
  }
1563
1749
 
1564
- button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1565
- button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1566
- button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1567
- button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
1568
- .e-icons.e-btn-icon,
1569
- .e-rte-color-content,
1570
- .e-rte-list-primary-content {
1571
- line-height: $rte-big-split-btn-line-height;
1572
- }
1573
- }
1574
-
1575
1750
  .e-dropdown-btn .e-caret {
1576
1751
  font-size: $rte-big-dropdown-caret-icon-size;
1577
1752
 
@@ -1582,6 +1757,48 @@
1582
1757
  }
1583
1758
  }
1584
1759
  }
1760
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
1761
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
1762
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item,
1763
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item {
1764
+
1765
+ .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1766
+ .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1767
+ .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
1768
+ .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
1769
+ .e-icons.e-btn-icon {
1770
+ line-height: $rte-big-list-btn-line-height;
1771
+ }
1772
+ }
1773
+ }
1774
+ .e-richtexteditor{
1775
+ .e-rte-toolbar{
1776
+ .e-tbar-btn.e-dropdown-btn.e-rte-backgroundcolor-dropdown,
1777
+ .e-tbar-btn.e-dropdown-btn.e-rte-fontcolor-dropdown,
1778
+ .e-tbar-btn.e-dropdown-btn.e-rte-numberformatlist-dropdown,
1779
+ .e-tbar-btn.e-dropdown-btn.e-rte-bulletformatlist-dropdown {
1780
+ line-height: $rte-big-inline-dropdown-line-height;
1781
+ }
1782
+ .e-toolbar-item .e-tbar-btn.e-btn .e-icons {
1783
+ font-size: $rte-toolbar-big-icon-size;
1784
+ }
1785
+ .e-hor-nav.e-expended-nav {
1786
+ min-height: $rte-big-tb-expended-min-height;
1787
+ }
1788
+ }
1789
+ .e-rte-toolbar,
1790
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar {
1791
+ .e-toolbar-items,
1792
+ .e-toolbar-extended {
1793
+ .e-toolbar-item {
1794
+ .e-background-color.e-icons::before {
1795
+ display: inline;
1796
+ font-size: $rte-big-background-color-icon-fontsize;
1797
+ }
1798
+ }
1799
+ }
1800
+ }
1801
+ }
1585
1802
  }
1586
1803
 
1587
1804
  .e-popup-modal.e-popup.e-popup-open {
@@ -1679,6 +1896,9 @@
1679
1896
 
1680
1897
  .e-dialog.e-rte-dialog-minheight {
1681
1898
  min-height: 296px;
1899
+ @if $skin-name == 'FluentUI' {
1900
+ min-height: 308px;
1901
+ }
1682
1902
  }
1683
1903
 
1684
1904
  .e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor {
@@ -1764,7 +1984,7 @@
1764
1984
  border-radius: 16px;
1765
1985
  }
1766
1986
  }
1767
- .e-dialog .e-dlg-content{
1987
+ .e-rte-link-dialog .e-dlg-content{
1768
1988
  padding: 7px 20px;
1769
1989
  }
1770
1990
  .e-toolbar-wrapper .e-toolbar .e-toolbar-item:not(.e-separator),
@@ -1819,10 +2039,6 @@
1819
2039
  .e-rte-elements.e-rte-quick-popup .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
1820
2040
  min-width: 24px;
1821
2041
  }
1822
-
1823
- .e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
1824
- line-height: 20px;
1825
- }
1826
2042
  }
1827
2043
 
1828
2044
  @if $skin-name == 'bootstrap5' {
@@ -1830,10 +2046,6 @@
1830
2046
  min-width: 24px;
1831
2047
  }
1832
2048
 
1833
- .e-richtexteditor .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn {
1834
- line-height: 20px;
1835
- }
1836
-
1837
2049
  .e-richtexteditor .e-toolbar .e-insert-table-btn.e-btn .e-icons {
1838
2050
  padding-bottom: 0;
1839
2051
  }