@syncfusion/ej2-richtexteditor 27.1.55 → 27.1.57-637882

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 (234) hide show
  1. package/.eslintignore +4 -4
  2. package/.eslintrc.json +260 -260
  3. package/README.md +76 -76
  4. package/dist/ej2-richtexteditor.umd.min.js +1 -10
  5. package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
  6. package/dist/es6/ej2-richtexteditor.es2015.js +994 -749
  7. package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
  8. package/dist/es6/ej2-richtexteditor.es5.js +622 -364
  9. package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
  10. package/ej2-richtexteditor-component.sln +30 -0
  11. package/helpers/e2e/index.js +3 -3
  12. package/helpers/e2e/rte-helper.js +13 -13
  13. package/license +9 -9
  14. package/package.json +85 -85
  15. package/src/common/editor-styles.js +1 -1
  16. package/src/common/interface.d.ts +10 -8
  17. package/src/common/util.js +2 -1
  18. package/src/editor-manager/base/classes.d.ts +1 -1
  19. package/src/editor-manager/base/classes.js +1 -1
  20. package/src/editor-manager/base/constant.d.ts +4 -0
  21. package/src/editor-manager/base/constant.js +4 -0
  22. package/src/editor-manager/base/editor-manager.d.ts +3 -3
  23. package/src/editor-manager/base/editor-manager.js +3 -3
  24. package/src/editor-manager/base/enum.d.ts +2 -2
  25. package/src/editor-manager/base/interface.d.ts +9 -9
  26. package/src/editor-manager/base/types.d.ts +1 -1
  27. package/src/editor-manager/plugin/alignments.d.ts +2 -2
  28. package/src/editor-manager/plugin/alignments.js +2 -2
  29. package/src/editor-manager/plugin/audio.d.ts +3 -3
  30. package/src/editor-manager/plugin/audio.js +3 -3
  31. package/src/editor-manager/plugin/clearformat-exec.d.ts +2 -2
  32. package/src/editor-manager/plugin/clearformat-exec.js +2 -2
  33. package/src/editor-manager/plugin/clearformat.d.ts +1 -1
  34. package/src/editor-manager/plugin/clearformat.js +1 -1
  35. package/src/editor-manager/plugin/dom-node.d.ts +36 -36
  36. package/src/editor-manager/plugin/dom-node.js +36 -36
  37. package/src/editor-manager/plugin/format-painter-actions.d.ts +1 -1
  38. package/src/editor-manager/plugin/format-painter-actions.js +1 -1
  39. package/src/editor-manager/plugin/formats.d.ts +3 -2
  40. package/src/editor-manager/plugin/formats.js +27 -2
  41. package/src/editor-manager/plugin/image.d.ts +3 -3
  42. package/src/editor-manager/plugin/image.js +11 -5
  43. package/src/editor-manager/plugin/indents.d.ts +2 -2
  44. package/src/editor-manager/plugin/indents.js +2 -2
  45. package/src/editor-manager/plugin/insert-methods.d.ts +4 -4
  46. package/src/editor-manager/plugin/insert-methods.js +4 -4
  47. package/src/editor-manager/plugin/insert-text.d.ts +2 -2
  48. package/src/editor-manager/plugin/insert-text.js +2 -2
  49. package/src/editor-manager/plugin/inserthtml-exec.d.ts +2 -2
  50. package/src/editor-manager/plugin/inserthtml-exec.js +2 -2
  51. package/src/editor-manager/plugin/inserthtml.d.ts +4 -2
  52. package/src/editor-manager/plugin/inserthtml.js +98 -19
  53. package/src/editor-manager/plugin/isformatted.d.ts +9 -9
  54. package/src/editor-manager/plugin/isformatted.js +9 -9
  55. package/src/editor-manager/plugin/link.d.ts +2 -2
  56. package/src/editor-manager/plugin/link.js +2 -2
  57. package/src/editor-manager/plugin/lists.d.ts +2 -2
  58. package/src/editor-manager/plugin/lists.js +2 -2
  59. package/src/editor-manager/plugin/ms-word-clean-up.d.ts +2 -1
  60. package/src/editor-manager/plugin/ms-word-clean-up.js +17 -1
  61. package/src/editor-manager/plugin/nodecutter.d.ts +6 -6
  62. package/src/editor-manager/plugin/nodecutter.js +8 -8
  63. package/src/editor-manager/plugin/selection-commands.d.ts +1 -1
  64. package/src/editor-manager/plugin/selection-commands.js +1 -1
  65. package/src/editor-manager/plugin/selection-exec.d.ts +2 -2
  66. package/src/editor-manager/plugin/selection-exec.js +2 -2
  67. package/src/editor-manager/plugin/table.d.ts +2 -2
  68. package/src/editor-manager/plugin/table.js +2 -2
  69. package/src/editor-manager/plugin/toolbar-status.d.ts +2 -2
  70. package/src/editor-manager/plugin/toolbar-status.js +2 -2
  71. package/src/editor-manager/plugin/undo.d.ts +6 -6
  72. package/src/editor-manager/plugin/undo.js +6 -6
  73. package/src/editor-manager/plugin/video.d.ts +3 -3
  74. package/src/editor-manager/plugin/video.js +3 -3
  75. package/src/markdown-parser/base/interface.d.ts +10 -10
  76. package/src/markdown-parser/base/markdown-parser.d.ts +3 -3
  77. package/src/markdown-parser/base/markdown-parser.js +3 -3
  78. package/src/markdown-parser/base/types.d.ts +1 -1
  79. package/src/markdown-parser/plugin/clearformat.d.ts +2 -2
  80. package/src/markdown-parser/plugin/clearformat.js +2 -2
  81. package/src/markdown-parser/plugin/formats.d.ts +2 -2
  82. package/src/markdown-parser/plugin/formats.js +2 -2
  83. package/src/markdown-parser/plugin/insert-text.d.ts +2 -2
  84. package/src/markdown-parser/plugin/insert-text.js +2 -2
  85. package/src/markdown-parser/plugin/link.d.ts +2 -2
  86. package/src/markdown-parser/plugin/link.js +2 -2
  87. package/src/markdown-parser/plugin/markdown-selection.d.ts +14 -14
  88. package/src/markdown-parser/plugin/markdown-selection.js +14 -14
  89. package/src/markdown-parser/plugin/md-selection-formats.d.ts +1 -1
  90. package/src/markdown-parser/plugin/md-selection-formats.js +1 -1
  91. package/src/markdown-parser/plugin/table.d.ts +3 -3
  92. package/src/markdown-parser/plugin/table.js +3 -3
  93. package/src/markdown-parser/plugin/undo.d.ts +6 -6
  94. package/src/markdown-parser/plugin/undo.js +6 -6
  95. package/src/rich-text-editor/actions/base-quick-toolbar.d.ts +9 -9
  96. package/src/rich-text-editor/actions/base-quick-toolbar.js +9 -9
  97. package/src/rich-text-editor/actions/base-toolbar.d.ts +3 -3
  98. package/src/rich-text-editor/actions/base-toolbar.js +3 -3
  99. package/src/rich-text-editor/actions/color-picker.d.ts +2 -2
  100. package/src/rich-text-editor/actions/color-picker.js +2 -2
  101. package/src/rich-text-editor/actions/count.d.ts +3 -3
  102. package/src/rich-text-editor/actions/count.js +3 -3
  103. package/src/rich-text-editor/actions/dropdown-buttons.d.ts +2 -2
  104. package/src/rich-text-editor/actions/dropdown-buttons.js +2 -2
  105. package/src/rich-text-editor/actions/emoji-picker.d.ts +1 -1
  106. package/src/rich-text-editor/actions/emoji-picker.js +1 -1
  107. package/src/rich-text-editor/actions/enter-key.js +10 -2
  108. package/src/rich-text-editor/actions/full-screen.d.ts +3 -3
  109. package/src/rich-text-editor/actions/full-screen.js +3 -3
  110. package/src/rich-text-editor/actions/html-editor.d.ts +3 -3
  111. package/src/rich-text-editor/actions/html-editor.js +21 -5
  112. package/src/rich-text-editor/actions/keyboard-model.d.ts +16 -16
  113. package/src/rich-text-editor/actions/keyboard.d.ts +1 -1
  114. package/src/rich-text-editor/actions/keyboard.js +20 -20
  115. package/src/rich-text-editor/actions/markdown-editor.d.ts +2 -2
  116. package/src/rich-text-editor/actions/markdown-editor.js +2 -2
  117. package/src/rich-text-editor/actions/paste-clean-up.d.ts +1 -1
  118. package/src/rich-text-editor/actions/paste-clean-up.js +49 -22
  119. package/src/rich-text-editor/actions/quick-toolbar.d.ts +9 -9
  120. package/src/rich-text-editor/actions/quick-toolbar.js +9 -9
  121. package/src/rich-text-editor/actions/resize.js +4 -0
  122. package/src/rich-text-editor/actions/toolbar.d.ts +13 -13
  123. package/src/rich-text-editor/actions/toolbar.js +13 -13
  124. package/src/rich-text-editor/actions/xhtml-validation.d.ts +1 -1
  125. package/src/rich-text-editor/actions/xhtml-validation.js +1 -1
  126. package/src/rich-text-editor/base/classes.d.ts +125 -125
  127. package/src/rich-text-editor/base/classes.js +125 -125
  128. package/src/rich-text-editor/base/constant.d.ts +158 -158
  129. package/src/rich-text-editor/base/constant.js +158 -158
  130. package/src/rich-text-editor/base/enum.d.ts +1 -1
  131. package/src/rich-text-editor/base/enum.js +1 -1
  132. package/src/rich-text-editor/base/interface.d.ts +51 -51
  133. package/src/rich-text-editor/base/interface.js +1 -1
  134. package/src/rich-text-editor/base/rich-text-editor-model.d.ts +958 -958
  135. package/src/rich-text-editor/base/rich-text-editor.d.ts +62 -62
  136. package/src/rich-text-editor/base/rich-text-editor.js +68 -65
  137. package/src/rich-text-editor/base/util.d.ts +1 -1
  138. package/src/rich-text-editor/base/util.js +1 -1
  139. package/src/rich-text-editor/formatter/formatter.d.ts +8 -8
  140. package/src/rich-text-editor/formatter/formatter.js +8 -8
  141. package/src/rich-text-editor/formatter/html-formatter.d.ts +2 -2
  142. package/src/rich-text-editor/formatter/html-formatter.js +15 -15
  143. package/src/rich-text-editor/formatter/markdown-formatter.d.ts +2 -2
  144. package/src/rich-text-editor/formatter/markdown-formatter.js +15 -15
  145. package/src/rich-text-editor/models/default-locale.js +5 -5
  146. package/src/rich-text-editor/models/iframe-settings-model.d.ts +38 -38
  147. package/src/rich-text-editor/models/iframe-settings.js +19 -19
  148. package/src/rich-text-editor/models/inline-mode-model.d.ts +11 -11
  149. package/src/rich-text-editor/models/inline-mode.js +19 -19
  150. package/src/rich-text-editor/models/slash-menu-settings-model.d.ts +25 -25
  151. package/src/rich-text-editor/models/slash-menu-settings.js +19 -19
  152. package/src/rich-text-editor/models/toolbar-settings-model.d.ts +807 -807
  153. package/src/rich-text-editor/models/toolbar-settings.js +19 -19
  154. package/src/rich-text-editor/renderer/audio-module.d.ts +1 -1
  155. package/src/rich-text-editor/renderer/audio-module.js +8 -2
  156. package/src/rich-text-editor/renderer/content-renderer.d.ts +6 -6
  157. package/src/rich-text-editor/renderer/content-renderer.js +6 -6
  158. package/src/rich-text-editor/renderer/dialog-renderer.d.ts +2 -2
  159. package/src/rich-text-editor/renderer/dialog-renderer.js +2 -2
  160. package/src/rich-text-editor/renderer/iframe-content-renderer.d.ts +4 -4
  161. package/src/rich-text-editor/renderer/iframe-content-renderer.js +17 -17
  162. package/src/rich-text-editor/renderer/image-module.d.ts +1 -1
  163. package/src/rich-text-editor/renderer/image-module.js +65 -23
  164. package/src/rich-text-editor/renderer/link-module.d.ts +1 -1
  165. package/src/rich-text-editor/renderer/link-module.js +4 -1
  166. package/src/rich-text-editor/renderer/markdown-renderer.d.ts +6 -6
  167. package/src/rich-text-editor/renderer/markdown-renderer.js +6 -6
  168. package/src/rich-text-editor/renderer/popup-renderer.d.ts +5 -5
  169. package/src/rich-text-editor/renderer/popup-renderer.js +5 -5
  170. package/src/rich-text-editor/renderer/render.d.ts +2 -2
  171. package/src/rich-text-editor/renderer/render.js +2 -2
  172. package/src/rich-text-editor/renderer/slash-menu.js +9 -0
  173. package/src/rich-text-editor/renderer/table-module.d.ts +1 -1
  174. package/src/rich-text-editor/renderer/table-module.js +5 -4
  175. package/src/rich-text-editor/renderer/toolbar-renderer.d.ts +9 -9
  176. package/src/rich-text-editor/renderer/toolbar-renderer.js +9 -9
  177. package/src/rich-text-editor/renderer/video-module.d.ts +1 -1
  178. package/src/rich-text-editor/renderer/video-module.js +8 -2
  179. package/src/rich-text-editor/renderer/view-source.d.ts +5 -5
  180. package/src/rich-text-editor/renderer/view-source.js +5 -5
  181. package/src/rich-text-editor/services/renderer-factory.d.ts +3 -3
  182. package/src/rich-text-editor/services/renderer-factory.js +3 -3
  183. package/src/rich-text-editor/services/service-locator.d.ts +3 -3
  184. package/src/rich-text-editor/services/service-locator.js +3 -3
  185. package/src/selection/selection.d.ts +24 -23
  186. package/src/selection/selection.js +37 -34
  187. package/styles/_all.scss +1 -1
  188. package/styles/material3-dark.scss +1 -1
  189. package/styles/material3.scss +1 -1
  190. package/styles/rich-text-editor/_all.scss +2 -2
  191. package/styles/rich-text-editor/_bds-definition.scss +290 -290
  192. package/styles/rich-text-editor/_bigger.scss +610 -610
  193. package/styles/rich-text-editor/_bootstrap-dark-definition.scss +291 -291
  194. package/styles/rich-text-editor/_bootstrap-definition.scss +349 -349
  195. package/styles/rich-text-editor/_bootstrap4-definition.scss +476 -476
  196. package/styles/rich-text-editor/_bootstrap5-definition.scss +278 -278
  197. package/styles/rich-text-editor/_bootstrap5.3-definition.scss +278 -278
  198. package/styles/rich-text-editor/_fabric-dark-definition.scss +275 -275
  199. package/styles/rich-text-editor/_fabric-definition.scss +273 -273
  200. package/styles/rich-text-editor/_fluent-definition.scss +279 -279
  201. package/styles/rich-text-editor/_fluent2-definition.scss +287 -287
  202. package/styles/rich-text-editor/_fusionnew-definition.scss +276 -276
  203. package/styles/rich-text-editor/_highcontrast-definition.scss +274 -274
  204. package/styles/rich-text-editor/_highcontrast-light-definition.scss +273 -273
  205. package/styles/rich-text-editor/_layout.scss +2180 -2180
  206. package/styles/rich-text-editor/_material-dark-definition.scss +278 -278
  207. package/styles/rich-text-editor/_material-definition.scss +276 -276
  208. package/styles/rich-text-editor/_material3-definition.scss +278 -278
  209. package/styles/rich-text-editor/_tailwind-definition.scss +273 -273
  210. package/styles/rich-text-editor/_theme.scss +844 -844
  211. package/styles/rich-text-editor/icons/_bds.scss +372 -372
  212. package/styles/rich-text-editor/icons/_bootstrap-dark.scss +373 -373
  213. package/styles/rich-text-editor/icons/_bootstrap.scss +373 -373
  214. package/styles/rich-text-editor/icons/_bootstrap4.scss +373 -373
  215. package/styles/rich-text-editor/icons/_bootstrap5.3.scss +372 -372
  216. package/styles/rich-text-editor/icons/_bootstrap5.scss +372 -372
  217. package/styles/rich-text-editor/icons/_fabric-dark.scss +373 -373
  218. package/styles/rich-text-editor/icons/_fabric.scss +373 -373
  219. package/styles/rich-text-editor/icons/_fluent.scss +372 -372
  220. package/styles/rich-text-editor/icons/_fluent2.scss +369 -369
  221. package/styles/rich-text-editor/icons/_fusionnew.scss +357 -357
  222. package/styles/rich-text-editor/icons/_highcontrast-light.scss +361 -361
  223. package/styles/rich-text-editor/icons/_highcontrast.scss +373 -373
  224. package/styles/rich-text-editor/icons/_material-dark.scss +373 -373
  225. package/styles/rich-text-editor/icons/_material.scss +373 -373
  226. package/styles/rich-text-editor/icons/_material3.scss +372 -372
  227. package/styles/rich-text-editor/icons/_tailwind.scss +372 -372
  228. package/styles/rich-text-editor/material3-dark.scss +1 -1
  229. package/styles/rich-text-editor/material3.scss +1 -1
  230. package/dist/ej2-richtexteditor.min.js +0 -10
  231. package/dist/global/ej2-richtexteditor.min.js +0 -11
  232. package/dist/global/ej2-richtexteditor.min.js.map +0 -1
  233. package/dist/global/index.d.ts +0 -14
  234. package/tslint.json +0 -111
@@ -1,610 +1,610 @@
1
- .e-bigger .e-richtexteditor,
2
- .e-richtexteditor.e-bigger {
3
-
4
- .e-rte-toolbar {
5
- .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
6
- margin-left: $rte-big-tb-items-margin-left;
7
- }
8
- }
9
-
10
- .e-rte-toolbar {
11
- .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-item:first-child {
12
- margin-left: 0;
13
- }
14
- }
15
-
16
- @if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' {
17
- .e-rte-toolbar .e-toolbar-item .e-dropdown-btn .e-dropdown-btn {
18
- font-size: $dropdown-btn-big-font-size;
19
- }
20
- }
21
-
22
- &.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
23
- margin-left: 0;
24
- margin-right: $rte-big-tb-items-margin-left;
25
- }
26
-
27
- .e-rte-toolbar,
28
- .e-rte-toolbar.e-toolbar.e-extended-toolbar {
29
-
30
- .e-toolbar-extended {
31
- padding-left: $rte-big-tb-items-padding-left;
32
- }
33
-
34
- .e-toolbar-items,
35
- .e-toolbar-extended {
36
-
37
- .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
38
- .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
39
- .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
40
- font-size: $rte-toolbar-big-icon-size;
41
- }
42
-
43
- .e-toolbar-item .e-rte-font-color .e-selected-color.e-icons::before,
44
- .e-toolbar-item .e-background-color .e-selected-color.e-icons::before {
45
- top: -20px;
46
- }
47
-
48
- .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn {
49
- padding-left: $rte-big-drop-btn-padding-left;
50
- padding-right: $rte-big-drop-btn-padding-right;
51
- }
52
-
53
- .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,
54
- .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,
55
- .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active {
56
- padding-left: $rte-big-drop-btn-action-padding-left;
57
- padding-right: $rte-big-drop-btn-action-padding-right;
58
- }
59
-
60
- .e-toolbar-item.e-active .e-tbar-btn.e-btn {
61
- padding: $rte-big-active-tb-item-btn-padding;
62
- @if $skin-name == 'FluentUI' {
63
- border-radius: 0;
64
- }
65
- }
66
- .e-dropdown-btn .e-rte-color-content {
67
- padding-top: $rte-big-dropdown-btn-color-content-padding;
68
- height: $rte-big-dropdown-btn-color-content-height;
69
- }
70
- }
71
-
72
- @if $skin-name == 'bootstrap5' {
73
- .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn {
74
- padding: 0 8px;
75
- }
76
- }
77
- }
78
-
79
- &.e-rte-full-screen {
80
-
81
- iframe {
82
- height: calc(100% - 56px);
83
- }
84
-
85
- .e-rte-edit-table {
86
- max-height: $rte-big-table-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
87
- }
88
-
89
- .e-rte-edit-table-prop-dialog {
90
- max-height: $rte-big-edit-table-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
91
- }
92
-
93
- .e-rte-link-dialog {
94
- max-height: $rte-big-link-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
95
- }
96
-
97
- .e-rte-img-dialog {
98
- min-height: $rte-big-img-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
99
- }
100
-
101
- .e-rte-img-link-dialog {
102
- max-height: $rte-big-img-link-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
103
- }
104
-
105
- .e-rte-img-size-dialog {
106
- max-height: $rte-big-img-size-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
107
- }
108
-
109
- .e-rte-img-alt-dialog {
110
- min-height: $rte-big-img-alt-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
111
- }
112
- }
113
-
114
- .e-rte-toolbar,
115
- .e-rte-toolbar.e-toolbar.e-extended-toolbar {
116
- .e-toolbar-items,
117
- .e-toolbar-extended {
118
- .e-toolbar-item {
119
- .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
120
- .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content {
121
- line-height: $rte-big-formatlists-dropdown-line-height;
122
- @if $skin-name == 'FluentUI' {
123
- padding: 5.5px;
124
- }
125
- }
126
- }
127
- }
128
- }
129
- .e-dialog.e-rte-dialog-minheight {
130
- min-height: 324px;
131
- @if $skin-name == 'FluentUI' {
132
- min-height: 350px;
133
- }
134
- }
135
- .e-rte-content .e-content {
136
- font-size: $rte-big-content-font-size;
137
- }
138
-
139
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control{
140
- padding: $rte-big-toolbar-expaned-padding;
141
- &:hover {
142
- padding: $rte-big-toolbar-expaned-padding;
143
- }
144
- }
145
- .e-dialog .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
146
- margin-right: $rte-big-img-upload-abort-icon-btn-margin-right;
147
- margin-top: $rte-big-img-upload-abort-icon-btn-margin-top;
148
- padding: $rte-big-img-upload-abort-icon-btn-padding;
149
- }
150
- .e-rte-dropdown-popup.e-rte-dropdown-items ul {
151
- max-height: 360px;
152
- overflow-y: auto;
153
- }
154
-
155
- .e-dialog .e-img-uploadwrap .e-droptext,
156
- .e-dialog .e-aud-uploadwrap .e-droptext,
157
- .e-dialog .e-vid-uploadwrap .e-droptext {
158
- height: $rte-big-drop-text-height;
159
- }
160
-
161
- @if $skin-name == 'tailwind' {
162
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
163
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
164
- padding: 0 8px;
165
- }
166
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
167
- padding: 0 8px;
168
- }
169
- }
170
- }
171
-
172
- .e-bigger {
173
- .e-rte-quick-popup{
174
- .e-rte-quick-toolbar {
175
- min-height: 48px;
176
-
177
- .e-toolbar-items .e-rte-backgroundcolor-dropdown {
178
- .e-rte-color-content,
179
- .e-caret {
180
- height: $rte-big-dropdown-btn-color-content-height;
181
-
182
- &:hover {
183
- height: $rte-big-dropdown-btn-color-content-height;
184
- }
185
- }
186
- }
187
-
188
- .e-toolbar-items:not(.e-tbar-pos) {
189
- margin: $rte-big-quick-toolbar-items-margin;
190
- min-height: 48px;
191
-
192
- .e-toolbar-item:not(.e-separator) {
193
- margin: $rte-big-quick-toolbar-item-margin;
194
- min-height: 48px;
195
- min-width: 36px;
196
- padding: $rte-big-quick-toolbar-item-btn-padding;
197
- }
198
-
199
- .e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) {
200
- line-height: $rte-big-quick-item-line-height;
201
- }
202
-
203
- .e-toolbar-item .e-btn,
204
- .e-toolbar-item .e-btn:hover {
205
- min-height: $rte-big-quick-item-btn-height;
206
- min-width: $rte-big-quick-item-btn-width;
207
- padding: $rte-big-quick-item-padding;
208
- @if $skin-name == 'FluentUI' {
209
- padding-left: $rte-quick-item-padding-left;
210
- padding-right: $rte-quick-item-padding-right;
211
- }
212
- }
213
-
214
- .e-toolbar-item:first-child,
215
- .e-toolbar-item:last-child {
216
- margin: $rte-big-toolbar-item-frist-last-child-margin;
217
- }
218
-
219
- .e-toolbar-item .e-tbar-btn.e-btn.e-control {
220
- height: $rte-big-quick-tbar-item-min-height;
221
- line-height: $rte-big-quick-tbar-item-min-height;
222
- margin: 0;
223
- min-height: $rte-big-quick-tbar-item-min-height;
224
- min-width: $rte-big-quick-tbar-item-min-width;
225
- }
226
-
227
- .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
228
- .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
229
- .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
230
- font-size: $rte-toolbar-big-icon-size;
231
- }
232
- }
233
- }
234
- .e-rte-dropdown-btn.e-tbar-btn {
235
- line-height: $rte-big-quick-drop-btn-line-height;
236
- margin: $rte-big-quick-drop-btn-margin;
237
- padding: $rte-big-quick-drop-btn-padding;
238
-
239
- .e-order-list.e-icons,
240
- .e-unorder-list.e-icons,
241
- .e-icons:not(.e-caret) {
242
- font-size: $rte-toolbar-icon-size;
243
- }
244
-
245
- .e-caret {
246
- font-size: $rte-big-quick-drop-btn-caret-font-size;
247
- width: 20px;
248
- }
249
- }
250
- }
251
- .e-rte-emojipicker-popup.e-popup.e-popup-open {
252
- min-width: 120px;
253
- height: 337px;
254
- width: 335px;
255
-
256
- .e-toolbar .e-toolbar-item .e-tbar-btn {
257
- border-radius: 4px;
258
- padding: 0;
259
- @if $skin-name =='material' or $skin-name =='material-dark' {
260
- padding: 3px 7px;
261
- }
262
- @else {
263
- padding: 2px 5px;
264
- }
265
-
266
- &:hover {
267
- padding: 0;
268
- }
269
-
270
- &:active {
271
- padding: 0;
272
- }
273
-
274
- .e-tbar-btn-text {
275
- @if $skin-name =='fluent2' {
276
- font-size: 18px;
277
- }
278
- @else {
279
- font-size: 26px;
280
- }
281
- padding: 9px 5px;
282
- }
283
- }
284
-
285
- .e-rte-emojipicker-btn {
286
- gap: 10px;
287
- height: $rte-big-emoji-btn-height;
288
- padding: 12px;
289
-
290
- .e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
291
- gap: 8px;
292
-
293
- .e-btn.e-control {
294
- padding: 8px 0;
295
- width: 42px;
296
- height: 42px;
297
- line-height: 0;
298
- @if $skin-name =='fluent2' {
299
- font-size: 18px;
300
- }
301
- @else {
302
- font-size: 26px;
303
- }
304
- }
305
- }
306
-
307
- .e-rte-emojisearch-btn {
308
- gap: 6px;
309
-
310
- .e-btn.e-control {
311
- font-size: 26px;
312
- padding: 8px 0;
313
- width: 40px;
314
- height: 40px;
315
- border: none;
316
- line-height: 0;
317
- }
318
- }
319
-
320
- .e-rte-emojipicker-group .e-rte-emojipicker-name {
321
- font-weight: 500;
322
- font-size: 16px;
323
- }
324
- }
325
- }
326
- .e-rte-dropdown-popup {
327
- ul {
328
- min-width: 84px;
329
- }
330
- }
331
- .e-rte-quick-popup.e-rte-inline-popup {
332
- .e-rte-quick-toolbar {
333
- .e-toolbar-items:not(.e-tbar-pos) {
334
- .e-toolbar-item:not(.e-separator).e-rte-inline-template {
335
- min-width: $rte-big-inline-tmp-min-width;
336
- }
337
-
338
- .e-toolbar-item:not(.e-separator).e-rte-inline-size-template {
339
- min-width: $rte-big-inline-tmp-size-min-width;
340
- }
341
-
342
- .e-toolbar-item:not(.e-separator).e-rte-inline-color-template {
343
- min-width: $rte-big-inline-tmp-color-min-width;
344
- }
345
- }
346
- }
347
- }
348
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item {
349
- button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
350
- button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
351
- button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
352
- button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
353
- @if $skin-name == 'FluentUI' {
354
- .e-btn-icon.e-icons.e-caret {
355
- padding-top: 0;
356
- }
357
- }
358
- }
359
- }
360
-
361
- .e-rte-edit-table .e-rte-field {
362
- padding-top: $rte-big-insert-dialog-label-padding-top;
363
- }
364
-
365
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
366
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
367
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item,
368
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item {
369
- .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
370
- .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
371
- .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
372
- .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
373
- .e-icons.e-btn-icon {
374
- min-width: $rte-font-arrow-touch-width;
375
- padding-left: 0;
376
- padding-right: 0;
377
- width: $rte-font-arrow-touch-width;
378
- }
379
-
380
- &:hover,
381
- &:focus,
382
- &:active {
383
- padding-left: $rte-big-color-list-span-common-padding-left-right;
384
- padding-right: $rte-big-color-list-span-common-padding-left-right;
385
- }
386
-
387
- .e-rte-list-primary-content .e-order-list,
388
- &.e-active .e-rte-list-primary-content .e-order-list,
389
- .e-rte-list-primary-content .e-unorder-list,
390
- &.e-active .e-rte-list-primary-content .e-unorder-list {
391
- line-height: $rte-big-split-btn-active-color-icon-line-height;
392
- }
393
- }
394
-
395
- .e-dropdown-btn .e-caret {
396
- font-size: $rte-big-dropdown-caret-icon-size;
397
-
398
- @if $skin-name == 'bootstrap5' {
399
- &.e-btn-icon:not(.e-toolbar-pop) {
400
- font-size: 14px;
401
- }
402
- }
403
- }
404
- }
405
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
406
- .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
407
- .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item,
408
- .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item {
409
-
410
- .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
411
- .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
412
- .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
413
- .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
414
- .e-icons.e-btn-icon {
415
- line-height: $rte-big-list-btn-line-height;
416
- }
417
- }
418
- }
419
- .e-richtexteditor{
420
- .e-rte-toolbar{
421
- .e-tbar-btn.e-dropdown-btn.e-rte-backgroundcolor-dropdown,
422
- .e-tbar-btn.e-dropdown-btn.e-rte-fontcolor-dropdown,
423
- .e-tbar-btn.e-dropdown-btn.e-rte-numberformatlist-dropdown,
424
- .e-tbar-btn.e-dropdown-btn.e-rte-bulletformatlist-dropdown {
425
- line-height: $rte-big-inline-dropdown-line-height;
426
- }
427
- .e-toolbar-item .e-tbar-btn.e-btn .e-icons {
428
- font-size: $rte-toolbar-big-icon-size;
429
- }
430
- }
431
- .e-rte-toolbar,
432
- .e-rte-toolbar.e-toolbar.e-extended-toolbar {
433
- .e-toolbar-items,
434
- .e-toolbar-extended {
435
- .e-toolbar-item {
436
- .e-background-color.e-icons::before {
437
- display: inline;
438
- font-size: $rte-big-background-color-icon-fontsize;
439
- }
440
- }
441
- }
442
- }
443
- }
444
- .e-rte-table-popup.e-popup-open{
445
- .e-rte-tablecell {
446
- height: $rte-big-tablecell-height;
447
- width: $rte-big-tablecell-width;
448
- }
449
- .e-rte-table-row {
450
- height: $rte-big-table-row-height;
451
- }
452
- }
453
- .e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor,
454
- &.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor {
455
- background-size: 700px 190px;
456
- min-height: 190px;
457
- }
458
-
459
- .e-rte-backgroundcolor-colorpicker,
460
- .e-rte-fontcolor-colorpicker {
461
- & .e-color-palette.e-container {
462
- & .e-custom-palette .e-palette {
463
- padding: 0;
464
- }
465
-
466
- & .e-switch-ctrl-btn {
467
- padding: 5px;
468
- }
469
- }
470
- }
471
-
472
- .e-rte-text-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn,
473
- .e-rte-inline-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn {
474
- .e-rte-dropdown-btn-text,
475
- .e-background-color,
476
- .e-rte-font-color {
477
- @if $skin-name =='FluentUI' or $skin-name =='tailwind' {
478
- font-size: 18px;
479
- }
480
- @else {
481
- font-size: 16px;
482
- }
483
- }
484
- }
485
- }
486
-
487
- // Skin Base Styles
488
- @if $skin-name == 'tailwind' {
489
- .e-bigger .e-richtexteditor .e-toolbar .e-hor-nav{
490
- min-height: 50px;
491
- }
492
- }
493
- @if $skin-name == 'fabric-dark' {
494
- .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-hor-nav{
495
- min-height: 50px;
496
- }
497
- }
498
- @if $skin-name == 'bootstrap' {
499
- .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-hor-nav{
500
- min-height: 50px;
501
- }
502
- }
503
- @if $skin-name == 'bootstrap5' {
504
- .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-hor-nav{
505
- min-height: 46px;
506
- }
507
- }
508
- @if $skin-name == 'Material3' {
509
- .e-bigger .e-richtexteditor,
510
- .e-richtexteditor.e-bigger {
511
- .e-dialog {
512
- border-radius: 16px;
513
- }
514
- }
515
-
516
- .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator) {
517
- padding: 8px 4px;
518
- }
519
-
520
- .e-bigger e-rte-text-popup .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons {
521
- font-size: 20px;
522
- }
523
-
524
- .e-bigger {
525
- .e-rte-text-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn,
526
- .e-rte-inline-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn {
527
- .e-rte-dropdown-btn-text,
528
- .e-background-color,
529
- .e-rte-font-color {
530
- font-size: 18px;
531
- }
532
- }
533
- }
534
-
535
- .e-bigger {
536
- .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn {
537
- .e-background-color,
538
- .e-rte-font-color{
539
- font-size: 18px;
540
- }
541
- }
542
- .e-rte-container{
543
- border-radius: 4px;
544
- }
545
- .e-richtexteditor{
546
- border-radius: 4px;
547
- .e-toolbar {
548
- border-radius: 4px 4px 0 0;
549
- }
550
- .e-toolbar .e-toolbar-items {
551
- border-radius: 4px 4px 0 0;
552
- }
553
- .e-toolbar .e-hor-nav {
554
- border-radius: 0 4px 0 0;
555
- }
556
- .e-rte-content {
557
- border-radius: 0 0 4px 4px;
558
- }
559
- }
560
- .e-richtexteditor .e-toolbar-wrapper{
561
- border-radius: 4px 4px 0 0;
562
- }
563
- }
564
- }
565
- @if $skin-name == 'fluent2' {
566
- .e-bigger .e-richtexteditor {
567
- .e-toolbar .e-hor-nav{
568
- min-height: 48px;
569
- }
570
- .e-btn {
571
- padding: 4px 16px;
572
- }
573
- }
574
- }
575
-
576
- //Layout styles
577
- @if $skin-name == 'tailwind' {
578
- .e-bigger .e-richtexteditor {
579
- .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
580
- color: $icon-color-disabled;
581
- }
582
- }
583
- }
584
- @if $skin-name == 'Material3' {
585
- .e-bigger .e-richtexteditor.e-rte-tb-expand {
586
- border-radius: 8px;
587
- }
588
- .e-bigger .e-richtexteditor .e-toolbar-wrapper {
589
- border-top-left-radius: $rte-border-top-left-radius;
590
- border-top-right-radius: $rte-border-top-right-radius;
591
- }
592
- .e-bigger .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-extended-toolbar,
593
- .e-bigger .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended {
594
- border-top-left-radius: $rte-border-top-left-radius;
595
- border-top-right-radius: $rte-border-top-right-radius;
596
- }
597
- .e-bigger .e-rte-toolbar .e-toolbar-items {
598
- border-top-left-radius: $rte-border-top-left-radius;
599
- }
600
- .e-bigger .e-rte-toolbar .e-hor-nav {
601
- border-top-right-radius: $rte-border-top-right-radius;
602
- }
603
- .e-bigger .e-rtl .e-rte-toolbar .e-hor-nav {
604
- border-top-left-radius: $rte-border-top-left-radius;
605
- border-top-right-radius: 0;
606
- }
607
- .e-bigger .e-rtl .e-rte-toolbar .e-toolbar-items {
608
- border-top-right-radius: $rte-border-top-right-radius;
609
- }
610
- }
1
+ .e-bigger .e-richtexteditor,
2
+ .e-richtexteditor.e-bigger {
3
+
4
+ .e-rte-toolbar {
5
+ .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
6
+ margin-left: $rte-big-tb-items-margin-left;
7
+ }
8
+ }
9
+
10
+ .e-rte-toolbar {
11
+ .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-item:first-child {
12
+ margin-left: 0;
13
+ }
14
+ }
15
+
16
+ @if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' {
17
+ .e-rte-toolbar .e-toolbar-item .e-dropdown-btn .e-dropdown-btn {
18
+ font-size: $dropdown-btn-big-font-size;
19
+ }
20
+ }
21
+
22
+ &.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child {
23
+ margin-left: 0;
24
+ margin-right: $rte-big-tb-items-margin-left;
25
+ }
26
+
27
+ .e-rte-toolbar,
28
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar {
29
+
30
+ .e-toolbar-extended {
31
+ padding-left: $rte-big-tb-items-padding-left;
32
+ }
33
+
34
+ .e-toolbar-items,
35
+ .e-toolbar-extended {
36
+
37
+ .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
38
+ .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
39
+ .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
40
+ font-size: $rte-toolbar-big-icon-size;
41
+ }
42
+
43
+ .e-toolbar-item .e-rte-font-color .e-selected-color.e-icons::before,
44
+ .e-toolbar-item .e-background-color .e-selected-color.e-icons::before {
45
+ top: -20px;
46
+ }
47
+
48
+ .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn {
49
+ padding-left: $rte-big-drop-btn-padding-left;
50
+ padding-right: $rte-big-drop-btn-padding-right;
51
+ }
52
+
53
+ .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:hover,
54
+ .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:focus,
55
+ .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn.e-dropdown-btn:active {
56
+ padding-left: $rte-big-drop-btn-action-padding-left;
57
+ padding-right: $rte-big-drop-btn-action-padding-right;
58
+ }
59
+
60
+ .e-toolbar-item.e-active .e-tbar-btn.e-btn {
61
+ padding: $rte-big-active-tb-item-btn-padding;
62
+ @if $skin-name == 'FluentUI' {
63
+ border-radius: 0;
64
+ }
65
+ }
66
+ .e-dropdown-btn .e-rte-color-content {
67
+ padding-top: $rte-big-dropdown-btn-color-content-padding;
68
+ height: $rte-big-dropdown-btn-color-content-height;
69
+ }
70
+ }
71
+
72
+ @if $skin-name == 'bootstrap5' {
73
+ .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn {
74
+ padding: 0 8px;
75
+ }
76
+ }
77
+ }
78
+
79
+ &.e-rte-full-screen {
80
+
81
+ iframe {
82
+ height: calc(100% - 56px);
83
+ }
84
+
85
+ .e-rte-edit-table {
86
+ max-height: $rte-big-table-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
87
+ }
88
+
89
+ .e-rte-edit-table-prop-dialog {
90
+ max-height: $rte-big-edit-table-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
91
+ }
92
+
93
+ .e-rte-link-dialog {
94
+ max-height: $rte-big-link-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
95
+ }
96
+
97
+ .e-rte-img-dialog {
98
+ min-height: $rte-big-img-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
99
+ }
100
+
101
+ .e-rte-img-link-dialog {
102
+ max-height: $rte-big-img-link-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
103
+ }
104
+
105
+ .e-rte-img-size-dialog {
106
+ max-height: $rte-big-img-size-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
107
+ }
108
+
109
+ .e-rte-img-alt-dialog {
110
+ min-height: $rte-big-img-alt-dlg-max-height !important; /* stylelint-disable-line declaration-no-important */
111
+ }
112
+ }
113
+
114
+ .e-rte-toolbar,
115
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar {
116
+ .e-toolbar-items,
117
+ .e-toolbar-extended {
118
+ .e-toolbar-item {
119
+ .e-rte-numberformatlist-dropdown .e-rte-list-primary-content,
120
+ .e-rte-bulletformatlist-dropdown .e-rte-list-primary-content {
121
+ line-height: $rte-big-formatlists-dropdown-line-height;
122
+ @if $skin-name == 'FluentUI' {
123
+ padding: 5.5px;
124
+ }
125
+ }
126
+ }
127
+ }
128
+ }
129
+ .e-dialog.e-rte-dialog-minheight {
130
+ min-height: 324px;
131
+ @if $skin-name == 'FluentUI' {
132
+ min-height: 350px;
133
+ }
134
+ }
135
+ .e-rte-content .e-content {
136
+ font-size: $rte-big-content-font-size;
137
+ }
138
+
139
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control{
140
+ padding: $rte-big-toolbar-expaned-padding;
141
+ &:hover {
142
+ padding: $rte-big-toolbar-expaned-padding;
143
+ }
144
+ }
145
+ .e-dialog .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons {
146
+ margin-right: $rte-big-img-upload-abort-icon-btn-margin-right;
147
+ margin-top: $rte-big-img-upload-abort-icon-btn-margin-top;
148
+ padding: $rte-big-img-upload-abort-icon-btn-padding;
149
+ }
150
+ .e-rte-dropdown-popup.e-rte-dropdown-items ul {
151
+ max-height: 360px;
152
+ overflow-y: auto;
153
+ }
154
+
155
+ .e-dialog .e-img-uploadwrap .e-droptext,
156
+ .e-dialog .e-aud-uploadwrap .e-droptext,
157
+ .e-dialog .e-vid-uploadwrap .e-droptext {
158
+ height: $rte-big-drop-text-height;
159
+ }
160
+
161
+ @if $skin-name == 'tailwind' {
162
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn,
163
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control {
164
+ padding: 0 8px;
165
+ }
166
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
167
+ padding: 0 8px;
168
+ }
169
+ }
170
+ }
171
+
172
+ .e-bigger {
173
+ .e-rte-quick-popup{
174
+ .e-rte-quick-toolbar {
175
+ min-height: 48px;
176
+
177
+ .e-toolbar-items .e-rte-backgroundcolor-dropdown {
178
+ .e-rte-color-content,
179
+ .e-caret {
180
+ height: $rte-big-dropdown-btn-color-content-height;
181
+
182
+ &:hover {
183
+ height: $rte-big-dropdown-btn-color-content-height;
184
+ }
185
+ }
186
+ }
187
+
188
+ .e-toolbar-items:not(.e-tbar-pos) {
189
+ margin: $rte-big-quick-toolbar-items-margin;
190
+ min-height: 48px;
191
+
192
+ .e-toolbar-item:not(.e-separator) {
193
+ margin: $rte-big-quick-toolbar-item-margin;
194
+ min-height: 48px;
195
+ min-width: 36px;
196
+ padding: $rte-big-quick-toolbar-item-btn-padding;
197
+ }
198
+
199
+ .e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) {
200
+ line-height: $rte-big-quick-item-line-height;
201
+ }
202
+
203
+ .e-toolbar-item .e-btn,
204
+ .e-toolbar-item .e-btn:hover {
205
+ min-height: $rte-big-quick-item-btn-height;
206
+ min-width: $rte-big-quick-item-btn-width;
207
+ padding: $rte-big-quick-item-padding;
208
+ @if $skin-name == 'FluentUI' {
209
+ padding-left: $rte-quick-item-padding-left;
210
+ padding-right: $rte-quick-item-padding-right;
211
+ }
212
+ }
213
+
214
+ .e-toolbar-item:first-child,
215
+ .e-toolbar-item:last-child {
216
+ margin: $rte-big-toolbar-item-frist-last-child-margin;
217
+ }
218
+
219
+ .e-toolbar-item .e-tbar-btn.e-btn.e-control {
220
+ height: $rte-big-quick-tbar-item-min-height;
221
+ line-height: $rte-big-quick-tbar-item-min-height;
222
+ margin: 0;
223
+ min-height: $rte-big-quick-tbar-item-min-height;
224
+ min-width: $rte-big-quick-tbar-item-min-width;
225
+ }
226
+
227
+ .e-toolbar-item .e-tbar-btn .e-order-list.e-icons,
228
+ .e-toolbar-item .e-tbar-btn .e-unorder-list.e-icons,
229
+ .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) {
230
+ font-size: $rte-toolbar-big-icon-size;
231
+ }
232
+ }
233
+ }
234
+ .e-rte-dropdown-btn.e-tbar-btn {
235
+ line-height: $rte-big-quick-drop-btn-line-height;
236
+ margin: $rte-big-quick-drop-btn-margin;
237
+ padding: $rte-big-quick-drop-btn-padding;
238
+
239
+ .e-order-list.e-icons,
240
+ .e-unorder-list.e-icons,
241
+ .e-icons:not(.e-caret) {
242
+ font-size: $rte-toolbar-icon-size;
243
+ }
244
+
245
+ .e-caret {
246
+ font-size: $rte-big-quick-drop-btn-caret-font-size;
247
+ width: 20px;
248
+ }
249
+ }
250
+ }
251
+ .e-rte-emojipicker-popup.e-popup.e-popup-open {
252
+ min-width: 120px;
253
+ height: 337px;
254
+ width: 335px;
255
+
256
+ .e-toolbar .e-toolbar-item .e-tbar-btn {
257
+ border-radius: 4px;
258
+ padding: 0;
259
+ @if $skin-name =='material' or $skin-name =='material-dark' {
260
+ padding: 3px 7px;
261
+ }
262
+ @else {
263
+ padding: 2px 5px;
264
+ }
265
+
266
+ &:hover {
267
+ padding: 0;
268
+ }
269
+
270
+ &:active {
271
+ padding: 0;
272
+ }
273
+
274
+ .e-tbar-btn-text {
275
+ @if $skin-name =='fluent2' {
276
+ font-size: 18px;
277
+ }
278
+ @else {
279
+ font-size: 26px;
280
+ }
281
+ padding: 9px 5px;
282
+ }
283
+ }
284
+
285
+ .e-rte-emojipicker-btn {
286
+ gap: 10px;
287
+ height: $rte-big-emoji-btn-height;
288
+ padding: 12px;
289
+
290
+ .e-rte-emojipicker-group .e-rte-emojipickerbtn-group {
291
+ gap: 8px;
292
+
293
+ .e-btn.e-control {
294
+ padding: 8px 0;
295
+ width: 42px;
296
+ height: 42px;
297
+ line-height: 0;
298
+ @if $skin-name =='fluent2' {
299
+ font-size: 18px;
300
+ }
301
+ @else {
302
+ font-size: 26px;
303
+ }
304
+ }
305
+ }
306
+
307
+ .e-rte-emojisearch-btn {
308
+ gap: 6px;
309
+
310
+ .e-btn.e-control {
311
+ font-size: 26px;
312
+ padding: 8px 0;
313
+ width: 40px;
314
+ height: 40px;
315
+ border: none;
316
+ line-height: 0;
317
+ }
318
+ }
319
+
320
+ .e-rte-emojipicker-group .e-rte-emojipicker-name {
321
+ font-weight: 500;
322
+ font-size: 16px;
323
+ }
324
+ }
325
+ }
326
+ .e-rte-dropdown-popup {
327
+ ul {
328
+ min-width: 84px;
329
+ }
330
+ }
331
+ .e-rte-quick-popup.e-rte-inline-popup {
332
+ .e-rte-quick-toolbar {
333
+ .e-toolbar-items:not(.e-tbar-pos) {
334
+ .e-toolbar-item:not(.e-separator).e-rte-inline-template {
335
+ min-width: $rte-big-inline-tmp-min-width;
336
+ }
337
+
338
+ .e-toolbar-item:not(.e-separator).e-rte-inline-size-template {
339
+ min-width: $rte-big-inline-tmp-size-min-width;
340
+ }
341
+
342
+ .e-toolbar-item:not(.e-separator).e-rte-inline-color-template {
343
+ min-width: $rte-big-inline-tmp-color-min-width;
344
+ }
345
+ }
346
+ }
347
+ }
348
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item {
349
+ button.e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
350
+ button.e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
351
+ button.e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
352
+ button.e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
353
+ @if $skin-name == 'FluentUI' {
354
+ .e-btn-icon.e-icons.e-caret {
355
+ padding-top: 0;
356
+ }
357
+ }
358
+ }
359
+ }
360
+
361
+ .e-rte-edit-table .e-rte-field {
362
+ padding-top: $rte-big-insert-dialog-label-padding-top;
363
+ }
364
+
365
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
366
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
367
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item,
368
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item {
369
+ .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
370
+ .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
371
+ .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
372
+ .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
373
+ .e-icons.e-btn-icon {
374
+ min-width: $rte-font-arrow-touch-width;
375
+ padding-left: 0;
376
+ padding-right: 0;
377
+ width: $rte-font-arrow-touch-width;
378
+ }
379
+
380
+ &:hover,
381
+ &:focus,
382
+ &:active {
383
+ padding-left: $rte-big-color-list-span-common-padding-left-right;
384
+ padding-right: $rte-big-color-list-span-common-padding-left-right;
385
+ }
386
+
387
+ .e-rte-list-primary-content .e-order-list,
388
+ &.e-active .e-rte-list-primary-content .e-order-list,
389
+ .e-rte-list-primary-content .e-unorder-list,
390
+ &.e-active .e-rte-list-primary-content .e-unorder-list {
391
+ line-height: $rte-big-split-btn-active-color-icon-line-height;
392
+ }
393
+ }
394
+
395
+ .e-dropdown-btn .e-caret {
396
+ font-size: $rte-big-dropdown-caret-icon-size;
397
+
398
+ @if $skin-name == 'bootstrap5' {
399
+ &.e-btn-icon:not(.e-toolbar-pop) {
400
+ font-size: 14px;
401
+ }
402
+ }
403
+ }
404
+ }
405
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item,
406
+ .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item,
407
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item,
408
+ .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item {
409
+
410
+ .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
411
+ .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
412
+ .e-rte-numberformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control,
413
+ .e-rte-bulletformatlist-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control {
414
+ .e-icons.e-btn-icon {
415
+ line-height: $rte-big-list-btn-line-height;
416
+ }
417
+ }
418
+ }
419
+ .e-richtexteditor{
420
+ .e-rte-toolbar{
421
+ .e-tbar-btn.e-dropdown-btn.e-rte-backgroundcolor-dropdown,
422
+ .e-tbar-btn.e-dropdown-btn.e-rte-fontcolor-dropdown,
423
+ .e-tbar-btn.e-dropdown-btn.e-rte-numberformatlist-dropdown,
424
+ .e-tbar-btn.e-dropdown-btn.e-rte-bulletformatlist-dropdown {
425
+ line-height: $rte-big-inline-dropdown-line-height;
426
+ }
427
+ .e-toolbar-item .e-tbar-btn.e-btn .e-icons {
428
+ font-size: $rte-toolbar-big-icon-size;
429
+ }
430
+ }
431
+ .e-rte-toolbar,
432
+ .e-rte-toolbar.e-toolbar.e-extended-toolbar {
433
+ .e-toolbar-items,
434
+ .e-toolbar-extended {
435
+ .e-toolbar-item {
436
+ .e-background-color.e-icons::before {
437
+ display: inline;
438
+ font-size: $rte-big-background-color-icon-fontsize;
439
+ }
440
+ }
441
+ }
442
+ }
443
+ }
444
+ .e-rte-table-popup.e-popup-open{
445
+ .e-rte-tablecell {
446
+ height: $rte-big-tablecell-height;
447
+ width: $rte-big-tablecell-width;
448
+ }
449
+ .e-rte-table-row {
450
+ height: $rte-big-table-row-height;
451
+ }
452
+ }
453
+ .e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor,
454
+ &.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor {
455
+ background-size: 700px 190px;
456
+ min-height: 190px;
457
+ }
458
+
459
+ .e-rte-backgroundcolor-colorpicker,
460
+ .e-rte-fontcolor-colorpicker {
461
+ & .e-color-palette.e-container {
462
+ & .e-custom-palette .e-palette {
463
+ padding: 0;
464
+ }
465
+
466
+ & .e-switch-ctrl-btn {
467
+ padding: 5px;
468
+ }
469
+ }
470
+ }
471
+
472
+ .e-rte-text-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn,
473
+ .e-rte-inline-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn {
474
+ .e-rte-dropdown-btn-text,
475
+ .e-background-color,
476
+ .e-rte-font-color {
477
+ @if $skin-name =='FluentUI' or $skin-name =='tailwind' {
478
+ font-size: 18px;
479
+ }
480
+ @else {
481
+ font-size: 16px;
482
+ }
483
+ }
484
+ }
485
+ }
486
+
487
+ // Skin Base Styles
488
+ @if $skin-name == 'tailwind' {
489
+ .e-bigger .e-richtexteditor .e-toolbar .e-hor-nav{
490
+ min-height: 50px;
491
+ }
492
+ }
493
+ @if $skin-name == 'fabric-dark' {
494
+ .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-hor-nav{
495
+ min-height: 50px;
496
+ }
497
+ }
498
+ @if $skin-name == 'bootstrap' {
499
+ .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-hor-nav{
500
+ min-height: 50px;
501
+ }
502
+ }
503
+ @if $skin-name == 'bootstrap5' {
504
+ .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-hor-nav{
505
+ min-height: 46px;
506
+ }
507
+ }
508
+ @if $skin-name == 'Material3' {
509
+ .e-bigger .e-richtexteditor,
510
+ .e-richtexteditor.e-bigger {
511
+ .e-dialog {
512
+ border-radius: 16px;
513
+ }
514
+ }
515
+
516
+ .e-bigger .e-toolbar .e-toolbar-item:not(.e-separator) {
517
+ padding: 8px 4px;
518
+ }
519
+
520
+ .e-bigger e-rte-text-popup .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons {
521
+ font-size: 20px;
522
+ }
523
+
524
+ .e-bigger {
525
+ .e-rte-text-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn,
526
+ .e-rte-inline-popup .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn {
527
+ .e-rte-dropdown-btn-text,
528
+ .e-background-color,
529
+ .e-rte-font-color {
530
+ font-size: 18px;
531
+ }
532
+ }
533
+ }
534
+
535
+ .e-bigger {
536
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn {
537
+ .e-background-color,
538
+ .e-rte-font-color{
539
+ font-size: 18px;
540
+ }
541
+ }
542
+ .e-rte-container{
543
+ border-radius: 4px;
544
+ }
545
+ .e-richtexteditor{
546
+ border-radius: 4px;
547
+ .e-toolbar {
548
+ border-radius: 4px 4px 0 0;
549
+ }
550
+ .e-toolbar .e-toolbar-items {
551
+ border-radius: 4px 4px 0 0;
552
+ }
553
+ .e-toolbar .e-hor-nav {
554
+ border-radius: 0 4px 0 0;
555
+ }
556
+ .e-rte-content {
557
+ border-radius: 0 0 4px 4px;
558
+ }
559
+ }
560
+ .e-richtexteditor .e-toolbar-wrapper{
561
+ border-radius: 4px 4px 0 0;
562
+ }
563
+ }
564
+ }
565
+ @if $skin-name == 'fluent2' {
566
+ .e-bigger .e-richtexteditor {
567
+ .e-toolbar .e-hor-nav{
568
+ min-height: 48px;
569
+ }
570
+ .e-btn {
571
+ padding: 4px 16px;
572
+ }
573
+ }
574
+ }
575
+
576
+ //Layout styles
577
+ @if $skin-name == 'tailwind' {
578
+ .e-bigger .e-richtexteditor {
579
+ .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
580
+ color: $icon-color-disabled;
581
+ }
582
+ }
583
+ }
584
+ @if $skin-name == 'Material3' {
585
+ .e-bigger .e-richtexteditor.e-rte-tb-expand {
586
+ border-radius: 8px;
587
+ }
588
+ .e-bigger .e-richtexteditor .e-toolbar-wrapper {
589
+ border-top-left-radius: $rte-border-top-left-radius;
590
+ border-top-right-radius: $rte-border-top-right-radius;
591
+ }
592
+ .e-bigger .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-extended-toolbar,
593
+ .e-bigger .e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended {
594
+ border-top-left-radius: $rte-border-top-left-radius;
595
+ border-top-right-radius: $rte-border-top-right-radius;
596
+ }
597
+ .e-bigger .e-rte-toolbar .e-toolbar-items {
598
+ border-top-left-radius: $rte-border-top-left-radius;
599
+ }
600
+ .e-bigger .e-rte-toolbar .e-hor-nav {
601
+ border-top-right-radius: $rte-border-top-right-radius;
602
+ }
603
+ .e-bigger .e-rtl .e-rte-toolbar .e-hor-nav {
604
+ border-top-left-radius: $rte-border-top-left-radius;
605
+ border-top-right-radius: 0;
606
+ }
607
+ .e-bigger .e-rtl .e-rte-toolbar .e-toolbar-items {
608
+ border-top-right-radius: $rte-border-top-right-radius;
609
+ }
610
+ }