@syncfusion/ej2-richtexteditor 20.2.36 → 20.2.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +34 -0
- package/dist/ej2-richtexteditor.umd.min.js +2 -2
- package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es2015.js +101 -29
- package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js +99 -26
- package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
- package/dist/global/ej2-richtexteditor.min.js +2 -2
- package/dist/global/ej2-richtexteditor.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +12 -12
- package/src/editor-manager/plugin/lists.js +2 -0
- package/src/editor-manager/plugin/toolbar-status.js +1 -1
- package/src/rich-text-editor/actions/full-screen.js +4 -2
- package/src/rich-text-editor/base/constant.d.ts +6 -1
- package/src/rich-text-editor/base/constant.js +6 -1
- package/src/rich-text-editor/base/rich-text-editor.js +21 -6
- package/src/rich-text-editor/base/util.js +7 -3
- package/src/rich-text-editor/renderer/image-module.d.ts +9 -0
- package/src/rich-text-editor/renderer/image-module.js +32 -7
- package/src/rich-text-editor/renderer/link-module.d.ts +8 -0
- package/src/rich-text-editor/renderer/link-module.js +10 -0
- package/src/rich-text-editor/renderer/render.d.ts +6 -0
- package/src/rich-text-editor/renderer/render.js +8 -0
- package/src/rich-text-editor/renderer/table-module.js +5 -3
- package/src/rich-text-editor/renderer/toolbar-renderer.js +2 -1
- package/styles/bootstrap-dark.css +49 -0
- package/styles/bootstrap.css +49 -0
- package/styles/bootstrap4.css +49 -0
- package/styles/bootstrap5-dark.css +49 -0
- package/styles/bootstrap5.css +49 -0
- package/styles/fabric-dark.css +49 -0
- package/styles/fabric.css +49 -0
- package/styles/fluent-dark.css +52 -3
- package/styles/fluent.css +49 -0
- package/styles/highcontrast-light.css +49 -0
- package/styles/highcontrast.css +49 -0
- package/styles/material-dark.css +49 -0
- package/styles/material.css +49 -0
- package/styles/rich-text-editor/_bootstrap-dark-definition.scss +17 -16
- package/styles/rich-text-editor/_bootstrap-definition.scss +17 -16
- package/styles/rich-text-editor/_bootstrap4-definition.scss +17 -16
- package/styles/rich-text-editor/_bootstrap5-definition.scss +17 -16
- package/styles/rich-text-editor/_fabric-dark-definition.scss +17 -16
- package/styles/rich-text-editor/_fabric-definition.scss +17 -16
- package/styles/rich-text-editor/_fluent-definition.scss +17 -16
- package/styles/rich-text-editor/_fusionnew-definition.scss +17 -16
- package/styles/rich-text-editor/_highcontrast-definition.scss +17 -16
- package/styles/rich-text-editor/_highcontrast-light-definition.scss +17 -16
- package/styles/rich-text-editor/_layout.scss +56 -0
- package/styles/rich-text-editor/_material-dark-definition.scss +17 -16
- package/styles/rich-text-editor/_material-definition.scss +17 -16
- package/styles/rich-text-editor/_material3-definition.scss +17 -16
- package/styles/rich-text-editor/_tailwind-definition.scss +17 -16
- package/styles/rich-text-editor/bootstrap-dark.css +49 -0
- package/styles/rich-text-editor/bootstrap.css +49 -0
- package/styles/rich-text-editor/bootstrap4.css +49 -0
- package/styles/rich-text-editor/bootstrap5-dark.css +49 -0
- package/styles/rich-text-editor/bootstrap5.css +49 -0
- package/styles/rich-text-editor/fabric-dark.css +49 -0
- package/styles/rich-text-editor/fabric.css +49 -0
- package/styles/rich-text-editor/fluent-dark.css +52 -3
- package/styles/rich-text-editor/fluent.css +49 -0
- package/styles/rich-text-editor/highcontrast-light.css +49 -0
- package/styles/rich-text-editor/highcontrast.css +49 -0
- package/styles/rich-text-editor/material-dark.css +49 -0
- package/styles/rich-text-editor/material.css +49 -0
- package/styles/rich-text-editor/tailwind-dark.css +49 -0
- package/styles/rich-text-editor/tailwind.css +49 -0
- package/styles/tailwind-dark.css +49 -0
- package/styles/tailwind.css +49 -0
|
@@ -170,22 +170,23 @@ $rte-big-color-list-span-common-padding-left-right: 0;
|
|
|
170
170
|
$rte-default-character-count-opacity: .54;
|
|
171
171
|
$rte-placeholder-padding: 16px !default;
|
|
172
172
|
|
|
173
|
-
$rte-img-dlg-
|
|
174
|
-
$rte-
|
|
175
|
-
$rte-link-dlg-
|
|
176
|
-
$rte-
|
|
177
|
-
$rte-
|
|
178
|
-
$rte-
|
|
179
|
-
$rte-
|
|
180
|
-
$rte-
|
|
181
|
-
|
|
182
|
-
$rte-big-img-
|
|
183
|
-
$rte-img-
|
|
184
|
-
$rte-big-img-
|
|
185
|
-
$rte-
|
|
186
|
-
$rte-big-
|
|
187
|
-
$rte-file-browser-dlg-
|
|
188
|
-
$rte-big-
|
|
173
|
+
$rte-img-dlg-max-height: 426px !default;
|
|
174
|
+
$rte-img-alt-dlg-max-height: 426px !default;
|
|
175
|
+
$rte-img-link-dlg-max-height: 223px !default;
|
|
176
|
+
$rte-img-size-dlg-max-height: 284px !default;
|
|
177
|
+
$rte-link-dlg-max-height: 394px !default;
|
|
178
|
+
$rte-file-browser-dlg-max-height: 557px !default;
|
|
179
|
+
$rte-table-dlg-max-height: 287px !default;
|
|
180
|
+
$rte-edit-table-dlg-max-height: 365px !default;
|
|
181
|
+
|
|
182
|
+
$rte-big-img-dlg-max-height: 457px !default;
|
|
183
|
+
$rte-big-img-alt-dlg-max-height: 457px !default;
|
|
184
|
+
$rte-big-img-link-dlg-max-height: 256px !default;
|
|
185
|
+
$rte-big-img-size-dlg-max-height: 327px !default;
|
|
186
|
+
$rte-big-link-dlg-max-height: 427px !default;
|
|
187
|
+
$rte-big-file-browser-dlg-max-height: 557px !default;
|
|
188
|
+
$rte-big-table-dlg-max-height: 330px !default;
|
|
189
|
+
$rte-big-edit-table-dlg-max-height: 414px !default;
|
|
189
190
|
//enddefault
|
|
190
191
|
|
|
191
192
|
@include export-module('richtexteditor-bootstrap') {
|
|
@@ -169,22 +169,23 @@ $rte-default-character-count-opacity: .54;
|
|
|
169
169
|
$rte-big-color-list-span-common-padding-left-right: 0;
|
|
170
170
|
$rte-placeholder-padding: 16px !default;
|
|
171
171
|
|
|
172
|
-
$rte-img-dlg-
|
|
173
|
-
$rte-
|
|
174
|
-
$rte-link-dlg-
|
|
175
|
-
$rte-
|
|
176
|
-
$rte-
|
|
177
|
-
$rte-
|
|
178
|
-
$rte-
|
|
179
|
-
$rte-
|
|
180
|
-
|
|
181
|
-
$rte-big-img-
|
|
182
|
-
$rte-img-
|
|
183
|
-
$rte-big-img-
|
|
184
|
-
$rte-
|
|
185
|
-
$rte-big-
|
|
186
|
-
$rte-file-browser-dlg-
|
|
187
|
-
$rte-big-
|
|
172
|
+
$rte-img-dlg-max-height: 426px !default;
|
|
173
|
+
$rte-img-alt-dlg-max-height: 426px !default;
|
|
174
|
+
$rte-img-link-dlg-max-height: 223px !default;
|
|
175
|
+
$rte-img-size-dlg-max-height: 284px !default;
|
|
176
|
+
$rte-link-dlg-max-height: 394px !default;
|
|
177
|
+
$rte-file-browser-dlg-max-height: 557px !default;
|
|
178
|
+
$rte-table-dlg-max-height: 287px !default;
|
|
179
|
+
$rte-edit-table-dlg-max-height: 365px !default;
|
|
180
|
+
|
|
181
|
+
$rte-big-img-dlg-max-height: 457px !default;
|
|
182
|
+
$rte-big-img-alt-dlg-max-height: 457px !default;
|
|
183
|
+
$rte-big-img-link-dlg-max-height: 256px !default;
|
|
184
|
+
$rte-big-img-size-dlg-max-height: 327px !default;
|
|
185
|
+
$rte-big-link-dlg-max-height: 427px !default;
|
|
186
|
+
$rte-big-file-browser-dlg-max-height: 557px !default;
|
|
187
|
+
$rte-big-table-dlg-max-height: 330px !default;
|
|
188
|
+
$rte-big-edit-table-dlg-max-height: 414px !default;
|
|
188
189
|
|
|
189
190
|
@include export-module('richtexteditor-bootstrap') {
|
|
190
191
|
.e-richtexteditor {
|
|
@@ -165,22 +165,23 @@ $rte-default-character-count-opacity: 1;
|
|
|
165
165
|
$rte-big-color-list-span-common-padding-left-right: 1px;
|
|
166
166
|
$rte-placeholder-padding: 16px !default;
|
|
167
167
|
|
|
168
|
-
$rte-img-dlg-
|
|
169
|
-
$rte-
|
|
170
|
-
$rte-link-dlg-
|
|
171
|
-
$rte-
|
|
172
|
-
$rte-
|
|
173
|
-
$rte-
|
|
174
|
-
$rte-
|
|
175
|
-
$rte-
|
|
176
|
-
|
|
177
|
-
$rte-big-img-
|
|
178
|
-
$rte-img-
|
|
179
|
-
$rte-big-img-
|
|
180
|
-
$rte-
|
|
181
|
-
$rte-big-
|
|
182
|
-
$rte-file-browser-dlg-
|
|
183
|
-
$rte-big-
|
|
168
|
+
$rte-img-dlg-max-height: 405px !default;
|
|
169
|
+
$rte-img-alt-dlg-max-height: 405px !default;
|
|
170
|
+
$rte-img-link-dlg-max-height: 204px !default;
|
|
171
|
+
$rte-img-size-dlg-max-height: 268px !default;
|
|
172
|
+
$rte-link-dlg-max-height: 368px !default;
|
|
173
|
+
$rte-file-browser-dlg-max-height: 557px !default;
|
|
174
|
+
$rte-table-dlg-max-height: 264px !default;
|
|
175
|
+
$rte-edit-table-dlg-max-height: 333px !default;
|
|
176
|
+
|
|
177
|
+
$rte-big-img-dlg-max-height: 428px !default;
|
|
178
|
+
$rte-big-img-alt-dlg-max-height: 428px !default;
|
|
179
|
+
$rte-big-img-link-dlg-max-height: 231px !default;
|
|
180
|
+
$rte-big-img-size-dlg-max-height: 312px !default;
|
|
181
|
+
$rte-big-link-dlg-max-height: 404px !default;
|
|
182
|
+
$rte-big-file-browser-dlg-max-height: 557px !default;
|
|
183
|
+
$rte-big-table-dlg-max-height: 302px !default;
|
|
184
|
+
$rte-big-edit-table-dlg-max-height: 378px !default;
|
|
184
185
|
|
|
185
186
|
@include export-module('richtexteditor-bootstrap4') {
|
|
186
187
|
.e-richtexteditor {
|
|
@@ -169,21 +169,22 @@ $rte-tb-hover-font-color: $secondary-text-color-hover;
|
|
|
169
169
|
$transparent: $transparent;
|
|
170
170
|
$rte-placeholder-padding: 16px !default;
|
|
171
171
|
|
|
172
|
-
$rte-img-dlg-
|
|
173
|
-
$rte-
|
|
174
|
-
$rte-link-dlg-
|
|
175
|
-
$rte-
|
|
176
|
-
$rte-
|
|
177
|
-
$rte-
|
|
178
|
-
$rte-
|
|
179
|
-
$rte-
|
|
180
|
-
|
|
181
|
-
$rte-big-img-
|
|
182
|
-
$rte-img-
|
|
183
|
-
$rte-big-img-
|
|
184
|
-
$rte-
|
|
185
|
-
$rte-big-
|
|
186
|
-
$rte-file-browser-dlg-
|
|
187
|
-
$rte-big-
|
|
172
|
+
$rte-img-dlg-max-height: 390px !default;
|
|
173
|
+
$rte-img-alt-dlg-max-height: 390px !default;
|
|
174
|
+
$rte-img-link-dlg-max-height: 191px !default;
|
|
175
|
+
$rte-img-size-dlg-max-height: 256px !default;
|
|
176
|
+
$rte-link-dlg-max-height: 353px !default;
|
|
177
|
+
$rte-file-browser-dlg-max-height: 557px !default;
|
|
178
|
+
$rte-table-dlg-max-height: 252px !default;
|
|
179
|
+
$rte-edit-table-dlg-max-height: 320px !default;
|
|
180
|
+
|
|
181
|
+
$rte-big-img-dlg-max-height: 425px !default;
|
|
182
|
+
$rte-big-img-alt-dlg-max-height: 425px !default;
|
|
183
|
+
$rte-big-img-link-dlg-max-height: 229px !default;
|
|
184
|
+
$rte-big-img-size-dlg-max-height: 309px !default;
|
|
185
|
+
$rte-big-link-dlg-max-height: 400px !default;
|
|
186
|
+
$rte-big-file-browser-dlg-max-height: 557px !default;
|
|
187
|
+
$rte-big-table-dlg-max-height: 299px !default;
|
|
188
|
+
$rte-big-edit-table-dlg-max-height: 373px !default;
|
|
188
189
|
$toolbar-expand-icon-min-height: 40px !default;
|
|
189
190
|
$rte-align-caret-icon-min-width: 24px !default;
|
|
@@ -168,20 +168,21 @@ $rte-default-character-count-opacity: .6;
|
|
|
168
168
|
$rte-big-color-list-span-common-padding-left-right: 0;
|
|
169
169
|
$rte-placeholder-padding: 16px !default;
|
|
170
170
|
|
|
171
|
-
$rte-img-dlg-
|
|
172
|
-
$rte-
|
|
173
|
-
$rte-link-dlg-
|
|
174
|
-
$rte-
|
|
175
|
-
$rte-
|
|
176
|
-
$rte-
|
|
177
|
-
$rte-
|
|
178
|
-
$rte-
|
|
179
|
-
|
|
180
|
-
$rte-big-img-
|
|
181
|
-
$rte-img-
|
|
182
|
-
$rte-big-img-
|
|
183
|
-
$rte-
|
|
184
|
-
$rte-big-
|
|
185
|
-
$rte-file-browser-dlg-
|
|
186
|
-
$rte-big-
|
|
171
|
+
$rte-img-dlg-max-height: 431px !default;
|
|
172
|
+
$rte-img-alt-dlg-max-height: 431px !default;
|
|
173
|
+
$rte-img-link-dlg-max-height: 225px !default;
|
|
174
|
+
$rte-img-size-dlg-max-height: 289px !default;
|
|
175
|
+
$rte-link-dlg-max-height: 404px !default;
|
|
176
|
+
$rte-file-browser-dlg-max-height: 557px !default;
|
|
177
|
+
$rte-table-dlg-max-height: 293px !default;
|
|
178
|
+
$rte-edit-table-dlg-max-height: 373px !default;
|
|
179
|
+
|
|
180
|
+
$rte-big-img-dlg-max-height: 456px !default;
|
|
181
|
+
$rte-big-img-alt-dlg-max-height: 456px !default;
|
|
182
|
+
$rte-big-img-link-dlg-max-height: 252px !default;
|
|
183
|
+
$rte-big-img-size-dlg-max-height: 331px !default;
|
|
184
|
+
$rte-big-link-dlg-max-height: 430px !default;
|
|
185
|
+
$rte-big-file-browser-dlg-max-height: 557px !default;
|
|
186
|
+
$rte-big-table-dlg-max-height: 335px !default;
|
|
187
|
+
$rte-big-edit-table-dlg-max-height: 427px !default;
|
|
187
188
|
//enddefault
|
|
@@ -168,19 +168,20 @@ $rte-default-character-count-opacity: .54;
|
|
|
168
168
|
$rte-big-color-list-span-common-padding-left-right: 0;
|
|
169
169
|
$rte-placeholder-padding: 16px !default;
|
|
170
170
|
|
|
171
|
-
$rte-img-dlg-
|
|
172
|
-
$rte-
|
|
173
|
-
$rte-link-dlg-
|
|
174
|
-
$rte-
|
|
175
|
-
$rte-
|
|
176
|
-
$rte-
|
|
177
|
-
$rte-
|
|
178
|
-
$rte-
|
|
179
|
-
|
|
180
|
-
$rte-big-img-
|
|
181
|
-
$rte-img-
|
|
182
|
-
$rte-big-img-
|
|
183
|
-
$rte-
|
|
184
|
-
$rte-big-
|
|
185
|
-
$rte-file-browser-dlg-
|
|
186
|
-
$rte-big-
|
|
171
|
+
$rte-img-dlg-max-height: 431px !default;
|
|
172
|
+
$rte-img-alt-dlg-max-height: 431px !default;
|
|
173
|
+
$rte-img-link-dlg-max-height: 225px !default;
|
|
174
|
+
$rte-img-size-dlg-max-height: 289px !default;
|
|
175
|
+
$rte-link-dlg-max-height: 404px !default;
|
|
176
|
+
$rte-file-browser-dlg-max-height: 557px !default;
|
|
177
|
+
$rte-table-dlg-max-height: 293px !default;
|
|
178
|
+
$rte-edit-table-dlg-max-height: 373px !default;
|
|
179
|
+
|
|
180
|
+
$rte-big-img-dlg-max-height: 456px !default;
|
|
181
|
+
$rte-big-img-alt-dlg-max-height: 456px !default;
|
|
182
|
+
$rte-big-img-link-dlg-max-height: 252px !default;
|
|
183
|
+
$rte-big-img-size-dlg-max-height: 331px !default;
|
|
184
|
+
$rte-big-link-dlg-max-height: 430px !default;
|
|
185
|
+
$rte-big-file-browser-dlg-max-height: 557px !default;
|
|
186
|
+
$rte-big-table-dlg-max-height: 335px !default;
|
|
187
|
+
$rte-big-edit-table-dlg-max-height: 427px !default;
|
|
@@ -174,19 +174,20 @@ $transparent: $transparent;
|
|
|
174
174
|
$rte-placeholder-padding: 24px !default;
|
|
175
175
|
$rte-table-popup-btn-margin-top: 16px !default;
|
|
176
176
|
|
|
177
|
-
$rte-img-dlg-
|
|
178
|
-
$rte-
|
|
179
|
-
$rte-link-dlg-
|
|
180
|
-
$rte-
|
|
181
|
-
$rte-
|
|
182
|
-
$rte-
|
|
183
|
-
$rte-
|
|
184
|
-
$rte-
|
|
185
|
-
|
|
186
|
-
$rte-big-img-
|
|
187
|
-
$rte-img-
|
|
188
|
-
$rte-big-img-
|
|
189
|
-
$rte-
|
|
190
|
-
$rte-big-
|
|
191
|
-
$rte-file-browser-dlg-
|
|
192
|
-
$rte-big-
|
|
177
|
+
$rte-img-dlg-max-height: 410px !default;
|
|
178
|
+
$rte-img-alt-dlg-max-height: 410px !default;
|
|
179
|
+
$rte-img-link-dlg-max-height: 218px !default;
|
|
180
|
+
$rte-img-size-dlg-max-height: 276px !default;
|
|
181
|
+
$rte-link-dlg-max-height: 380px !default;
|
|
182
|
+
$rte-file-browser-dlg-max-height: 557px !default;
|
|
183
|
+
$rte-table-dlg-max-height: 272px !default;
|
|
184
|
+
$rte-edit-table-dlg-max-height: 340px !default;
|
|
185
|
+
|
|
186
|
+
$rte-big-img-dlg-max-height: 428px !default;
|
|
187
|
+
$rte-big-img-alt-dlg-max-height: 428px !default;
|
|
188
|
+
$rte-big-img-link-dlg-max-height: 240px !default;
|
|
189
|
+
$rte-big-img-size-dlg-max-height: 316px !default;
|
|
190
|
+
$rte-big-link-dlg-max-height: 411px !default;
|
|
191
|
+
$rte-big-file-browser-dlg-max-height: 557px !default;
|
|
192
|
+
$rte-big-table-dlg-max-height: 306px !default;
|
|
193
|
+
$rte-big-edit-table-dlg-max-height: 388px !default;
|
|
@@ -169,21 +169,22 @@ $rte-tb-hover-font-color: $secondary-text-color-hover;
|
|
|
169
169
|
$transparent: $transparent;
|
|
170
170
|
$rte-placeholder-padding: 16px !default;
|
|
171
171
|
|
|
172
|
-
$rte-img-dlg-
|
|
173
|
-
$rte-
|
|
174
|
-
$rte-link-dlg-
|
|
175
|
-
$rte-
|
|
176
|
-
$rte-
|
|
177
|
-
$rte-
|
|
178
|
-
$rte-
|
|
179
|
-
$rte-
|
|
180
|
-
|
|
181
|
-
$rte-big-img-
|
|
182
|
-
$rte-img-
|
|
183
|
-
$rte-big-img-
|
|
184
|
-
$rte-
|
|
185
|
-
$rte-big-
|
|
186
|
-
$rte-file-browser-dlg-
|
|
187
|
-
$rte-big-
|
|
172
|
+
$rte-img-dlg-max-height: 390px !default;
|
|
173
|
+
$rte-img-alt-dlg-max-height: 390px !default;
|
|
174
|
+
$rte-img-link-dlg-max-height: 191px !default;
|
|
175
|
+
$rte-img-size-dlg-max-height: 256px !default;
|
|
176
|
+
$rte-link-dlg-max-height: 353px !default;
|
|
177
|
+
$rte-file-browser-dlg-max-height: 557px !default;
|
|
178
|
+
$rte-table-dlg-max-height: 252px !default;
|
|
179
|
+
$rte-edit-table-dlg-max-height: 320px !default;
|
|
180
|
+
|
|
181
|
+
$rte-big-img-dlg-max-height: 425px !default;
|
|
182
|
+
$rte-big-img-alt-dlg-max-height: 425px !default;
|
|
183
|
+
$rte-big-img-link-dlg-max-height: 229px !default;
|
|
184
|
+
$rte-big-img-size-dlg-max-height: 309px !default;
|
|
185
|
+
$rte-big-link-dlg-max-height: 400px !default;
|
|
186
|
+
$rte-big-file-browser-dlg-max-height: 557px !default;
|
|
187
|
+
$rte-big-table-dlg-max-height: 299px !default;
|
|
188
|
+
$rte-big-edit-table-dlg-max-height: 373px !default;
|
|
188
189
|
$toolbar-expand-icon-min-height: 40px !default;
|
|
189
190
|
$rte-align-caret-icon-min-width: 24px !default;
|
|
@@ -168,19 +168,20 @@ $rte-default-character-count-opacity: .54;
|
|
|
168
168
|
$rte-big-color-list-span-common-padding-left-right: 0;
|
|
169
169
|
$rte-placeholder-padding: 16px !default;
|
|
170
170
|
|
|
171
|
-
$rte-img-dlg-
|
|
172
|
-
$rte-
|
|
173
|
-
$rte-link-dlg-
|
|
174
|
-
$rte-
|
|
175
|
-
$rte-
|
|
176
|
-
$rte-
|
|
177
|
-
$rte-
|
|
178
|
-
$rte-
|
|
179
|
-
|
|
180
|
-
$rte-big-img-
|
|
181
|
-
$rte-img-
|
|
182
|
-
$rte-big-img-
|
|
183
|
-
$rte-
|
|
184
|
-
$rte-big-
|
|
185
|
-
$rte-file-browser-dlg-
|
|
186
|
-
$rte-big-
|
|
171
|
+
$rte-img-dlg-max-height: 433px !default;
|
|
172
|
+
$rte-img-alt-dlg-max-height: 433px !default;
|
|
173
|
+
$rte-img-link-dlg-max-height: 228px !default;
|
|
174
|
+
$rte-img-size-dlg-max-height: 291px !default;
|
|
175
|
+
$rte-link-dlg-max-height: 406px !default;
|
|
176
|
+
$rte-file-browser-dlg-max-height: 557px !default;
|
|
177
|
+
$rte-table-dlg-max-height: 295px !default;
|
|
178
|
+
$rte-edit-table-dlg-max-height: 375px !default;
|
|
179
|
+
|
|
180
|
+
$rte-big-img-dlg-max-height: 430px !default;
|
|
181
|
+
$rte-big-img-alt-dlg-max-height: 430px !default;
|
|
182
|
+
$rte-big-img-link-dlg-max-height: 226px !default;
|
|
183
|
+
$rte-big-img-size-dlg-max-height: 305px !default;
|
|
184
|
+
$rte-big-link-dlg-max-height: 404px !default;
|
|
185
|
+
$rte-big-file-browser-dlg-max-height: 557px !default;
|
|
186
|
+
$rte-big-table-dlg-max-height: 309px !default;
|
|
187
|
+
$rte-big-edit-table-dlg-max-height: 400px !default;
|
|
@@ -168,19 +168,20 @@ $rte-default-character-count-opacity: .54;
|
|
|
168
168
|
$rte-big-color-list-span-common-padding-left-right: 0;
|
|
169
169
|
$rte-placeholder-padding: 16px !default;
|
|
170
170
|
|
|
171
|
-
$rte-img-dlg-
|
|
172
|
-
$rte-
|
|
173
|
-
$rte-link-dlg-
|
|
174
|
-
$rte-
|
|
175
|
-
$rte-
|
|
176
|
-
$rte-
|
|
177
|
-
$rte-
|
|
178
|
-
$rte-
|
|
179
|
-
|
|
180
|
-
$rte-big-img-
|
|
181
|
-
$rte-img-
|
|
182
|
-
$rte-big-img-
|
|
183
|
-
$rte-
|
|
184
|
-
$rte-big-
|
|
185
|
-
$rte-file-browser-dlg-
|
|
186
|
-
$rte-big-
|
|
171
|
+
$rte-img-dlg-max-height: 433px !default;
|
|
172
|
+
$rte-img-alt-dlg-max-height: 433px !default;
|
|
173
|
+
$rte-img-link-dlg-max-height: 228px !default;
|
|
174
|
+
$rte-img-size-dlg-max-height: 291px !default;
|
|
175
|
+
$rte-link-dlg-max-height: 406px !default;
|
|
176
|
+
$rte-file-browser-dlg-max-height: 557px !default;
|
|
177
|
+
$rte-table-dlg-max-height: 295px !default;
|
|
178
|
+
$rte-edit-table-dlg-max-height: 375px !default;
|
|
179
|
+
|
|
180
|
+
$rte-big-img-dlg-max-height: 430px !default;
|
|
181
|
+
$rte-big-img-alt-dlg-max-height: 430px !default;
|
|
182
|
+
$rte-big-img-link-dlg-max-height: 226px !default;
|
|
183
|
+
$rte-big-img-size-dlg-max-height: 305px !default;
|
|
184
|
+
$rte-big-link-dlg-max-height: 404px !default;
|
|
185
|
+
$rte-big-file-browser-dlg-max-height: 557px !default;
|
|
186
|
+
$rte-big-table-dlg-max-height: 309px !default;
|
|
187
|
+
$rte-big-edit-table-dlg-max-height: 400px !default;
|
|
@@ -75,6 +75,34 @@
|
|
|
75
75
|
iframe {
|
|
76
76
|
height: calc(100% - 56px);
|
|
77
77
|
}
|
|
78
|
+
|
|
79
|
+
.e-rte-edit-table {
|
|
80
|
+
max-height: $rte-big-table-dlg-max-height !important; // sass-lint:disable-line no-important
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.e-rte-edit-table-prop-dialog {
|
|
84
|
+
max-height: $rte-big-edit-table-dlg-max-height !important; // sass-lint:disable-line no-important
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.e-rte-link-dialog {
|
|
88
|
+
max-height: $rte-big-link-dlg-max-height !important; // sass-lint:disable-line no-important
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.e-rte-img-dialog {
|
|
92
|
+
min-height: $rte-big-img-dlg-max-height !important; // sass-lint:disable-line no-important
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.e-rte-img-link-dialog {
|
|
96
|
+
max-height: $rte-big-img-link-dlg-max-height !important; // sass-lint:disable-line no-important
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.e-rte-img-size-dialog {
|
|
100
|
+
max-height: $rte-big-img-size-dlg-max-height !important; // sass-lint:disable-line no-important
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.e-rte-img-alt-dialog {
|
|
104
|
+
min-height: $rte-big-img-alt-dlg-max-height !important; // sass-lint:disable-line no-important
|
|
105
|
+
}
|
|
78
106
|
}
|
|
79
107
|
}
|
|
80
108
|
|
|
@@ -120,6 +148,34 @@
|
|
|
120
148
|
iframe {
|
|
121
149
|
height: calc(100% - 42px);
|
|
122
150
|
}
|
|
151
|
+
|
|
152
|
+
.e-rte-edit-table {
|
|
153
|
+
max-height: $rte-table-dlg-max-height !important; // sass-lint:disable-line no-important
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.e-rte-edit-table-prop-dialog {
|
|
157
|
+
max-height: $rte-edit-table-dlg-max-height !important; // sass-lint:disable-line no-important
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.e-rte-link-dialog {
|
|
161
|
+
max-height: $rte-link-dlg-max-height !important; // sass-lint:disable-line no-important
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.e-rte-img-dialog {
|
|
165
|
+
max-height: $rte-img-dlg-max-height !important; // sass-lint:disable-line no-important
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.e-rte-img-link-dialog {
|
|
169
|
+
max-height: $rte-img-link-dlg-max-height !important; // sass-lint:disable-line no-important
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.e-rte-img-size-dialog {
|
|
173
|
+
max-height: $rte-img-size-dlg-max-height !important; // sass-lint:disable-line no-important
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.e-rte-img-alt-dialog {
|
|
177
|
+
max-height: $rte-img-alt-dlg-max-height !important; // sass-lint:disable-line no-important
|
|
178
|
+
}
|
|
123
179
|
}
|
|
124
180
|
|
|
125
181
|
&.e-rtl .e-rte-character-count {
|
|
@@ -170,20 +170,21 @@ $rte-default-character-count-opacity: .54;
|
|
|
170
170
|
$rte-big-color-list-span-common-padding-left-right: 0;
|
|
171
171
|
$rte-placeholder-padding: 16px !default;
|
|
172
172
|
|
|
173
|
-
$rte-img-dlg-
|
|
174
|
-
$rte-
|
|
175
|
-
$rte-link-dlg-
|
|
176
|
-
$rte-
|
|
177
|
-
$rte-
|
|
178
|
-
$rte-
|
|
179
|
-
$rte-
|
|
180
|
-
$rte-
|
|
181
|
-
|
|
182
|
-
$rte-big-img-
|
|
183
|
-
$rte-img-
|
|
184
|
-
$rte-big-img-
|
|
185
|
-
$rte-
|
|
186
|
-
$rte-big-
|
|
187
|
-
$rte-file-browser-dlg-
|
|
188
|
-
$rte-big-
|
|
173
|
+
$rte-img-dlg-max-height: 403px !default;
|
|
174
|
+
$rte-img-alt-dlg-max-height: 403px !default;
|
|
175
|
+
$rte-img-link-dlg-max-height: 198px !default;
|
|
176
|
+
$rte-img-size-dlg-max-height: 260px !default;
|
|
177
|
+
$rte-link-dlg-max-height: 365px !default;
|
|
178
|
+
$rte-file-browser-dlg-max-height: 557px !default;
|
|
179
|
+
$rte-table-dlg-max-height: 250px !default;
|
|
180
|
+
$rte-edit-table-dlg-max-height: 321px !default;
|
|
181
|
+
|
|
182
|
+
$rte-big-img-dlg-max-height: 451px !default;
|
|
183
|
+
$rte-big-img-alt-dlg-max-height: 451px !default;
|
|
184
|
+
$rte-big-img-link-dlg-max-height: 250px !default;
|
|
185
|
+
$rte-big-img-size-dlg-max-height: 312px !default;
|
|
186
|
+
$rte-big-link-dlg-max-height: 437px !default;
|
|
187
|
+
$rte-big-file-browser-dlg-max-height: 557px !default;
|
|
188
|
+
$rte-big-table-dlg-max-height: 312px !default;
|
|
189
|
+
$rte-big-edit-table-dlg-max-height: 385px !default;
|
|
189
190
|
//enddefult
|
|
@@ -170,19 +170,20 @@ $rte-default-character-count-opacity: .54;
|
|
|
170
170
|
$rte-big-color-list-span-common-padding-left-right: 0;
|
|
171
171
|
$rte-placeholder-padding: 16px !default;
|
|
172
172
|
|
|
173
|
-
$rte-img-dlg-
|
|
174
|
-
$rte-
|
|
175
|
-
$rte-link-dlg-
|
|
176
|
-
$rte-
|
|
177
|
-
$rte-
|
|
178
|
-
$rte-
|
|
179
|
-
$rte-
|
|
180
|
-
$rte-
|
|
181
|
-
|
|
182
|
-
$rte-big-img-
|
|
183
|
-
$rte-img-
|
|
184
|
-
$rte-big-img-
|
|
185
|
-
$rte-
|
|
186
|
-
$rte-big-
|
|
187
|
-
$rte-file-browser-dlg-
|
|
188
|
-
$rte-big-
|
|
173
|
+
$rte-img-dlg-max-height: 403px !default;
|
|
174
|
+
$rte-img-alt-dlg-max-height: 403px !default;
|
|
175
|
+
$rte-img-link-dlg-max-height: 198px !default;
|
|
176
|
+
$rte-img-size-dlg-max-height: 260px !default;
|
|
177
|
+
$rte-link-dlg-max-height: 365px !default;
|
|
178
|
+
$rte-file-browser-dlg-max-height: 557px !default;
|
|
179
|
+
$rte-table-dlg-max-height: 250px !default;
|
|
180
|
+
$rte-edit-table-dlg-max-height: 321px !default;
|
|
181
|
+
|
|
182
|
+
$rte-big-img-dlg-max-height: 451px !default;
|
|
183
|
+
$rte-big-img-alt-dlg-max-height: 451px !default;
|
|
184
|
+
$rte-big-img-link-dlg-max-height: 250px !default;
|
|
185
|
+
$rte-big-img-size-dlg-max-height: 312px !default;
|
|
186
|
+
$rte-big-link-dlg-max-height: 437px !default;
|
|
187
|
+
$rte-big-file-browser-dlg-max-height: 557px !default;
|
|
188
|
+
$rte-big-table-dlg-max-height: 312px !default;
|
|
189
|
+
$rte-big-edit-table-dlg-max-height: 385px !default;
|
|
@@ -169,21 +169,22 @@ $rte-tb-hover-font-color: $secondary-text-color-hover;
|
|
|
169
169
|
$transparent: $transparent;
|
|
170
170
|
$rte-placeholder-padding: 16px !default;
|
|
171
171
|
|
|
172
|
-
$rte-img-dlg-
|
|
173
|
-
$rte-
|
|
174
|
-
$rte-link-dlg-
|
|
175
|
-
$rte-
|
|
176
|
-
$rte-
|
|
177
|
-
$rte-
|
|
178
|
-
$rte-
|
|
179
|
-
$rte-
|
|
180
|
-
|
|
181
|
-
$rte-big-img-
|
|
182
|
-
$rte-img-
|
|
183
|
-
$rte-big-img-
|
|
184
|
-
$rte-
|
|
185
|
-
$rte-big-
|
|
186
|
-
$rte-file-browser-dlg-
|
|
187
|
-
$rte-big-
|
|
172
|
+
$rte-img-dlg-max-height: 390px !default;
|
|
173
|
+
$rte-img-alt-dlg-max-height: 390px !default;
|
|
174
|
+
$rte-img-link-dlg-max-height: 191px !default;
|
|
175
|
+
$rte-img-size-dlg-max-height: 256px !default;
|
|
176
|
+
$rte-link-dlg-max-height: 353px !default;
|
|
177
|
+
$rte-file-browser-dlg-max-height: 557px !default;
|
|
178
|
+
$rte-table-dlg-max-height: 252px !default;
|
|
179
|
+
$rte-edit-table-dlg-max-height: 320px !default;
|
|
180
|
+
|
|
181
|
+
$rte-big-img-dlg-max-height: 425px !default;
|
|
182
|
+
$rte-big-img-alt-dlg-max-height: 425px !default;
|
|
183
|
+
$rte-big-img-link-dlg-max-height: 229px !default;
|
|
184
|
+
$rte-big-img-size-dlg-max-height: 309px !default;
|
|
185
|
+
$rte-big-link-dlg-max-height: 400px !default;
|
|
186
|
+
$rte-big-file-browser-dlg-max-height: 557px !default;
|
|
187
|
+
$rte-big-table-dlg-max-height: 299px !default;
|
|
188
|
+
$rte-big-edit-table-dlg-max-height: 373px !default;
|
|
188
189
|
$toolbar-expand-icon-min-height: 40px !default;
|
|
189
190
|
$rte-align-caret-icon-min-width: 24px !default;
|