@syncfusion/ej2-angular-richtexteditor 20.2.50 → 20.3.47
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/esm2020/src/index.mjs +2 -2
- package/esm2020/src/rich-text-editor/richtexteditor-all.module.mjs +8 -2
- package/esm2020/src/rich-text-editor/richtexteditor.component.mjs +18 -4
- package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs +33 -13
- package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs +25 -5
- package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs.map +1 -1
- package/package.json +8 -8
- package/schematics/collection.json +40 -0
- package/schematics/generators/richtexteditor-iframe/index.d.ts +3 -0
- package/schematics/generators/richtexteditor-iframe/index.js +8 -0
- package/schematics/generators/richtexteditor-iframe/sample-details.d.ts +5 -0
- package/schematics/generators/richtexteditor-iframe/sample-details.js +7 -0
- package/schematics/generators/richtexteditor-iframe/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/richtexteditor-iframe/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +44 -0
- package/schematics/generators/richtexteditor-iframe/schema.d.ts +3 -0
- package/schematics/generators/richtexteditor-iframe/schema.js +2 -0
- package/schematics/generators/richtexteditor-iframe/schema.json +125 -0
- package/schematics/generators/richtexteditor-inline/index.d.ts +3 -0
- package/schematics/generators/richtexteditor-inline/index.js +8 -0
- package/schematics/generators/richtexteditor-inline/sample-details.d.ts +5 -0
- package/schematics/generators/richtexteditor-inline/sample-details.js +7 -0
- package/schematics/generators/richtexteditor-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/richtexteditor-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -0
- package/schematics/generators/richtexteditor-inline/schema.d.ts +3 -0
- package/schematics/generators/richtexteditor-inline/schema.js +2 -0
- package/schematics/generators/richtexteditor-inline/schema.json +125 -0
- package/schematics/generators/richtexteditor-markdown/index.d.ts +3 -0
- package/schematics/generators/richtexteditor-markdown/index.js +8 -0
- package/schematics/generators/richtexteditor-markdown/sample-details.d.ts +5 -0
- package/schematics/generators/richtexteditor-markdown/sample-details.js +7 -0
- package/schematics/generators/richtexteditor-markdown/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/richtexteditor-markdown/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +13 -0
- package/schematics/generators/richtexteditor-markdown/schema.d.ts +3 -0
- package/schematics/generators/richtexteditor-markdown/schema.js +2 -0
- package/schematics/generators/richtexteditor-markdown/schema.json +125 -0
- package/schematics/generators/richtexteditor-overview/images/__path__/__name@dasherize__/RTEImage-Feather.png +0 -0
- package/schematics/generators/richtexteditor-overview/index.d.ts +3 -0
- package/schematics/generators/richtexteditor-overview/index.js +8 -0
- package/schematics/generators/richtexteditor-overview/sample-details.d.ts +5 -0
- package/schematics/generators/richtexteditor-overview/sample-details.js +7 -0
- package/schematics/generators/richtexteditor-overview/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/richtexteditor-overview/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +47 -0
- package/schematics/generators/richtexteditor-overview/schema.d.ts +3 -0
- package/schematics/generators/richtexteditor-overview/schema.js +2 -0
- package/schematics/generators/richtexteditor-overview/schema.json +125 -0
- package/schematics/generators/richtexteditor-reactform/index.d.ts +3 -0
- package/schematics/generators/richtexteditor-reactform/index.js +8 -0
- package/schematics/generators/richtexteditor-reactform/sample-details.d.ts +5 -0
- package/schematics/generators/richtexteditor-reactform/sample-details.js +7 -0
- package/schematics/generators/richtexteditor-reactform/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/richtexteditor-reactform/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +20 -0
- package/schematics/generators/richtexteditor-reactform/schema.d.ts +3 -0
- package/schematics/generators/richtexteditor-reactform/schema.js +2 -0
- package/schematics/generators/richtexteditor-reactform/schema.json +125 -0
- package/schematics/generators/richtexteditor-templatedriven/index.d.ts +3 -0
- package/schematics/generators/richtexteditor-templatedriven/index.js +8 -0
- package/schematics/generators/richtexteditor-templatedriven/sample-details.d.ts +5 -0
- package/schematics/generators/richtexteditor-templatedriven/sample-details.js +7 -0
- package/schematics/generators/richtexteditor-templatedriven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/richtexteditor-templatedriven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +19 -0
- package/schematics/generators/richtexteditor-templatedriven/schema.d.ts +3 -0
- package/schematics/generators/richtexteditor-templatedriven/schema.js +2 -0
- package/schematics/generators/richtexteditor-templatedriven/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/index.d.ts +1 -1
- package/src/rich-text-editor/richtexteditor-all.module.d.ts +2 -0
- package/src/rich-text-editor/richtexteditor.component.d.ts +8 -1
- package/styles/_all.scss +1 -2
- package/styles/bootstrap-dark.css +220 -70
- package/styles/bootstrap.css +220 -70
- package/styles/bootstrap4.css +220 -70
- package/styles/bootstrap5-dark.css +220 -70
- package/styles/bootstrap5.css +220 -70
- package/styles/fabric-dark.css +220 -70
- package/styles/fabric.css +222 -72
- package/styles/fluent-dark.css +222 -72
- package/styles/fluent.css +222 -72
- package/styles/highcontrast-light.css +222 -72
- package/styles/highcontrast.css +222 -72
- package/styles/material-dark.css +220 -70
- package/styles/material.css +220 -70
- package/styles/rich-text-editor/_all.scss +1 -1
- package/styles/rich-text-editor/_bootstrap-dark-definition.scss +3 -0
- package/styles/rich-text-editor/_bootstrap-definition.scss +2 -1
- package/styles/rich-text-editor/_bootstrap4-definition.scss +5 -3
- package/styles/rich-text-editor/_bootstrap5-definition.scss +8 -3
- package/styles/rich-text-editor/_fabric-dark-definition.scss +3 -0
- package/styles/rich-text-editor/_fabric-definition.scss +2 -0
- package/styles/rich-text-editor/_fluent-definition.scss +8 -3
- package/styles/rich-text-editor/_fusionnew-definition.scss +8 -3
- package/styles/rich-text-editor/_highcontrast-definition.scss +2 -0
- package/styles/rich-text-editor/_highcontrast-light-definition.scss +2 -0
- package/styles/rich-text-editor/_layout.scss +116 -74
- package/styles/rich-text-editor/_material-dark-definition.scss +3 -0
- package/styles/rich-text-editor/_material-definition.scss +2 -0
- package/styles/rich-text-editor/_material3-definition.scss +8 -3
- package/styles/rich-text-editor/_tailwind-definition.scss +7 -2
- package/styles/rich-text-editor/_theme.scss +74 -15
- package/styles/rich-text-editor/bootstrap-dark.css +220 -70
- package/styles/rich-text-editor/bootstrap.css +220 -70
- package/styles/rich-text-editor/bootstrap4.css +220 -70
- package/styles/rich-text-editor/bootstrap5-dark.css +220 -70
- package/styles/rich-text-editor/bootstrap5.css +220 -70
- package/styles/rich-text-editor/fabric-dark.css +220 -70
- package/styles/rich-text-editor/fabric.css +222 -72
- package/styles/rich-text-editor/fluent-dark.css +222 -72
- package/styles/rich-text-editor/fluent.css +222 -72
- package/styles/rich-text-editor/highcontrast-light.css +222 -72
- package/styles/rich-text-editor/highcontrast.css +222 -72
- package/styles/rich-text-editor/icons/_bootstrap-dark.scss +20 -4
- package/styles/rich-text-editor/icons/_bootstrap.scss +20 -4
- package/styles/rich-text-editor/icons/_bootstrap4.scss +20 -4
- package/styles/rich-text-editor/icons/_bootstrap5.scss +20 -4
- package/styles/rich-text-editor/icons/_fabric-dark.scss +20 -4
- package/styles/rich-text-editor/icons/_fabric.scss +20 -4
- package/styles/rich-text-editor/icons/_fluent.scss +20 -4
- package/styles/rich-text-editor/icons/_fusionnew.scss +20 -4
- package/styles/rich-text-editor/icons/_highcontrast-light.scss +20 -4
- package/styles/rich-text-editor/icons/_highcontrast.scss +20 -4
- package/styles/rich-text-editor/icons/_material-dark.scss +20 -4
- package/styles/rich-text-editor/icons/_material.scss +20 -4
- package/styles/rich-text-editor/icons/_material3.scss +20 -4
- package/styles/rich-text-editor/icons/_tailwind.scss +20 -4
- package/styles/rich-text-editor/material-dark.css +220 -70
- package/styles/rich-text-editor/material.css +220 -70
- package/styles/rich-text-editor/tailwind-dark.css +220 -70
- package/styles/rich-text-editor/tailwind.css +220 -70
- package/styles/tailwind-dark.css +220 -70
- package/styles/tailwind.css +220 -70
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
$skin-name: 'bootstrap5' !default;
|
|
2
|
+
|
|
2
3
|
//Layout Variables Start
|
|
3
4
|
$rte-border-size: 1px !default;
|
|
4
5
|
$rte-2px-border-size: 2px !default;
|
|
@@ -81,6 +82,7 @@ $rte-big-inline-tmp-color-min-width: 50px;
|
|
|
81
82
|
$rte-inline-tmp-color-min-width: 55px;
|
|
82
83
|
$rte-big-color-list-span-common-padding-left-right: 0;
|
|
83
84
|
$rte-default-character-count-opacity: 1;
|
|
85
|
+
|
|
84
86
|
//Layout Variables End
|
|
85
87
|
|
|
86
88
|
//Theme Variables Start
|
|
@@ -134,10 +136,10 @@ $rte-big-split-btn-active-color-icon-line-height: 38px !default;
|
|
|
134
136
|
|
|
135
137
|
$rte-link-valid-color: $danger !default;
|
|
136
138
|
$rte-upload-drag-border-clr: $border-dark !default;
|
|
137
|
-
$rte-img-header-clr: $content-text-color
|
|
139
|
+
$rte-img-header-clr: $content-text-color !default;
|
|
138
140
|
$rte-drop-text-clr: $content-text-color-alt2 !default;
|
|
139
141
|
$rte-default-character-count-color: $placeholder-text-color !default;
|
|
140
|
-
$rte-warning-character-count-color: $warning
|
|
142
|
+
$rte-warning-character-count-color: $warning !default;
|
|
141
143
|
$rte-error-character-count-color: $danger !default;
|
|
142
144
|
$rte-img-border: dashed 2px $primary !default;
|
|
143
145
|
$rte-font-family: $font-family !default;
|
|
@@ -148,7 +150,7 @@ $rte-ext-tbar-overlay-icons-color: $icon-color-disabled !default;
|
|
|
148
150
|
$rte-overlay-color: $overlay-bg-color !default;
|
|
149
151
|
$rte-dropdown-selection-color: $secondary-text-color-pressed !default;
|
|
150
152
|
$rte-anchor-color: $primary !default;
|
|
151
|
-
$rte-ext-tbar-overlay-dropdown-color: $content-bg-color-alt4
|
|
153
|
+
$rte-ext-tbar-overlay-dropdown-color: $content-bg-color-alt4 !default;
|
|
152
154
|
$rte-img-resize-back-color: $primary !default;
|
|
153
155
|
$rte-img-resize-color: $primary-text-color !default;
|
|
154
156
|
$rte-table-header-color: $content-text-color-alt1 !default;
|
|
@@ -163,6 +165,7 @@ $rte-table-popup-box: $shadow !default;
|
|
|
163
165
|
$rte-table-border-color: $border-light !default;
|
|
164
166
|
$rte-table-alternate-color: $content-bg-color-alt1 !default;
|
|
165
167
|
$rte-table-header-bg: $content-bg-color-alt1 !default;
|
|
168
|
+
|
|
166
169
|
//Theme Variables End
|
|
167
170
|
|
|
168
171
|
$rte-tb-hover-font-color: $secondary-text-color-hover;
|
|
@@ -188,3 +191,5 @@ $rte-big-table-dlg-max-height: 299px !default;
|
|
|
188
191
|
$rte-big-edit-table-dlg-max-height: 373px !default;
|
|
189
192
|
$toolbar-expand-icon-min-height: 40px !default;
|
|
190
193
|
$rte-align-caret-icon-min-width: 24px !default;
|
|
194
|
+
$rte-drop-text-width: 300px !default;
|
|
195
|
+
$rte-drop-text-mobile-width: 250px !default;
|
|
@@ -185,4 +185,7 @@ $rte-big-link-dlg-max-height: 430px !default;
|
|
|
185
185
|
$rte-big-file-browser-dlg-max-height: 557px !default;
|
|
186
186
|
$rte-big-table-dlg-max-height: 335px !default;
|
|
187
187
|
$rte-big-edit-table-dlg-max-height: 427px !default;
|
|
188
|
+
$rte-drop-text-width: 300px !default;
|
|
189
|
+
$rte-drop-text-mobile-width: 250px !default;
|
|
190
|
+
|
|
188
191
|
//enddefault
|
|
@@ -185,3 +185,5 @@ $rte-big-link-dlg-max-height: 430px !default;
|
|
|
185
185
|
$rte-big-file-browser-dlg-max-height: 557px !default;
|
|
186
186
|
$rte-big-table-dlg-max-height: 335px !default;
|
|
187
187
|
$rte-big-edit-table-dlg-max-height: 427px !default;
|
|
188
|
+
$rte-drop-text-width: 290px !default;
|
|
189
|
+
$rte-drop-text-mobile-width: 240px !default;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
$skin-name: 'FluentUI' !default;
|
|
2
|
+
|
|
2
3
|
//Layout Variables Start
|
|
3
4
|
$rte-border-size: 1px !default;
|
|
4
5
|
$rte-2px-border-size: 2px !default;
|
|
@@ -85,6 +86,7 @@ $rte-big-inline-tmp-color-min-width: 50px;
|
|
|
85
86
|
$rte-inline-tmp-color-min-width: 36px;
|
|
86
87
|
$rte-big-color-list-span-common-padding-left-right: 7px;
|
|
87
88
|
$rte-default-character-count-opacity: .8;
|
|
89
|
+
|
|
88
90
|
//Layout Variables End
|
|
89
91
|
|
|
90
92
|
//Theme Variables Start
|
|
@@ -138,10 +140,10 @@ $rte-big-split-btn-active-color-icon-line-height: 38px !default;
|
|
|
138
140
|
|
|
139
141
|
$rte-link-valid-color: $danger !default;
|
|
140
142
|
$rte-upload-drag-border-clr: $border-dark !default;
|
|
141
|
-
$rte-img-header-clr: $content-text-color
|
|
143
|
+
$rte-img-header-clr: $content-text-color !default;
|
|
142
144
|
$rte-drop-text-clr: $content-text-color-alt2 !default;
|
|
143
145
|
$rte-default-character-count-color: $placeholder-text-color !default;
|
|
144
|
-
$rte-warning-character-count-color: $warning
|
|
146
|
+
$rte-warning-character-count-color: $warning !default;
|
|
145
147
|
$rte-error-character-count-color: $danger !default;
|
|
146
148
|
$rte-img-border: dashed 2px $primary !default;
|
|
147
149
|
$rte-font-family: $font-family !default;
|
|
@@ -152,7 +154,7 @@ $rte-ext-tbar-overlay-icons-color: $icon-color-disabled !default;
|
|
|
152
154
|
$rte-overlay-color: $overlay-bg-color !default;
|
|
153
155
|
$rte-dropdown-selection-color: $secondary-text-color-pressed !default;
|
|
154
156
|
$rte-anchor-color: $primary !default;
|
|
155
|
-
$rte-ext-tbar-overlay-dropdown-color: $content-bg-color-alt4
|
|
157
|
+
$rte-ext-tbar-overlay-dropdown-color: $content-bg-color-alt4 !default;
|
|
156
158
|
$rte-img-resize-back-color: $primary !default;
|
|
157
159
|
$rte-img-resize-color: $primary-text-color !default;
|
|
158
160
|
$rte-table-header-color: $content-text-color-alt2 !default;
|
|
@@ -167,6 +169,7 @@ $rte-table-popup-box: $shadow-lg !default;
|
|
|
167
169
|
$rte-table-border-color: $border-light !default;
|
|
168
170
|
$rte-table-alternate-color: $content-bg-color-alt1 !default;
|
|
169
171
|
$rte-table-header-bg: $content-bg-color-alt1 !default;
|
|
172
|
+
|
|
170
173
|
//Theme Variables End
|
|
171
174
|
|
|
172
175
|
$rte-tb-hover-font-color: $secondary-text-color-hover;
|
|
@@ -191,3 +194,5 @@ $rte-big-link-dlg-max-height: 411px !default;
|
|
|
191
194
|
$rte-big-file-browser-dlg-max-height: 557px !default;
|
|
192
195
|
$rte-big-table-dlg-max-height: 306px !default;
|
|
193
196
|
$rte-big-edit-table-dlg-max-height: 388px !default;
|
|
197
|
+
$rte-drop-text-width: 292px !default;
|
|
198
|
+
$rte-drop-text-mobile-width: 242px !default;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
$skin-name: 'bootstrap5' !default;
|
|
2
|
+
|
|
2
3
|
//Layout Variables Start
|
|
3
4
|
$rte-border-size: 1px !default;
|
|
4
5
|
$rte-2px-border-size: 2px !default;
|
|
@@ -81,6 +82,7 @@ $rte-big-inline-tmp-color-min-width: 50px;
|
|
|
81
82
|
$rte-inline-tmp-color-min-width: 55px;
|
|
82
83
|
$rte-big-color-list-span-common-padding-left-right: 0;
|
|
83
84
|
$rte-default-character-count-opacity: 1;
|
|
85
|
+
|
|
84
86
|
//Layout Variables End
|
|
85
87
|
|
|
86
88
|
//Theme Variables Start
|
|
@@ -134,10 +136,10 @@ $rte-big-split-btn-active-color-icon-line-height: 38px !default;
|
|
|
134
136
|
|
|
135
137
|
$rte-link-valid-color: $danger !default;
|
|
136
138
|
$rte-upload-drag-border-clr: $border-dark !default;
|
|
137
|
-
$rte-img-header-clr: $content-text-color
|
|
139
|
+
$rte-img-header-clr: $content-text-color !default;
|
|
138
140
|
$rte-drop-text-clr: $content-text-color-alt2 !default;
|
|
139
141
|
$rte-default-character-count-color: $placeholder-text-color !default;
|
|
140
|
-
$rte-warning-character-count-color: $warning
|
|
142
|
+
$rte-warning-character-count-color: $warning !default;
|
|
141
143
|
$rte-error-character-count-color: $danger !default;
|
|
142
144
|
$rte-img-border: dashed 2px $primary !default;
|
|
143
145
|
$rte-font-family: $font-family !default;
|
|
@@ -148,7 +150,7 @@ $rte-ext-tbar-overlay-icons-color: $icon-color-disabled !default;
|
|
|
148
150
|
$rte-overlay-color: $overlay-bg-color !default;
|
|
149
151
|
$rte-dropdown-selection-color: $secondary-text-color-pressed !default;
|
|
150
152
|
$rte-anchor-color: $primary !default;
|
|
151
|
-
$rte-ext-tbar-overlay-dropdown-color: $content-bg-color-alt4
|
|
153
|
+
$rte-ext-tbar-overlay-dropdown-color: $content-bg-color-alt4 !default;
|
|
152
154
|
$rte-img-resize-back-color: $primary !default;
|
|
153
155
|
$rte-img-resize-color: $primary-text-color !default;
|
|
154
156
|
$rte-table-header-color: $content-text-color-alt1 !default;
|
|
@@ -163,6 +165,7 @@ $rte-table-popup-box: $shadow !default;
|
|
|
163
165
|
$rte-table-border-color: $border-light !default;
|
|
164
166
|
$rte-table-alternate-color: $content-bg-color-alt1 !default;
|
|
165
167
|
$rte-table-header-bg: $content-bg-color-alt1 !default;
|
|
168
|
+
|
|
166
169
|
//Theme Variables End
|
|
167
170
|
|
|
168
171
|
$rte-tb-hover-font-color: $secondary-text-color-hover;
|
|
@@ -188,3 +191,5 @@ $rte-big-table-dlg-max-height: 299px !default;
|
|
|
188
191
|
$rte-big-edit-table-dlg-max-height: 373px !default;
|
|
189
192
|
$toolbar-expand-icon-min-height: 40px !default;
|
|
190
193
|
$rte-align-caret-icon-min-width: 24px !default;
|
|
194
|
+
$rte-drop-text-width: 300px !default;
|
|
195
|
+
$rte-drop-text-mobile-width: 250px !default;
|
|
@@ -185,3 +185,5 @@ $rte-big-link-dlg-max-height: 404px !default;
|
|
|
185
185
|
$rte-big-file-browser-dlg-max-height: 557px !default;
|
|
186
186
|
$rte-big-table-dlg-max-height: 309px !default;
|
|
187
187
|
$rte-big-edit-table-dlg-max-height: 400px !default;
|
|
188
|
+
$rte-drop-text-width: 288px !default;
|
|
189
|
+
$rte-drop-text-mobile-width: 238px !default;
|
|
@@ -185,3 +185,5 @@ $rte-big-link-dlg-max-height: 404px !default;
|
|
|
185
185
|
$rte-big-file-browser-dlg-max-height: 557px !default;
|
|
186
186
|
$rte-big-table-dlg-max-height: 309px !default;
|
|
187
187
|
$rte-big-edit-table-dlg-max-height: 400px !default;
|
|
188
|
+
$rte-drop-text-width: 288px !default;
|
|
189
|
+
$rte-drop-text-mobile-width: 238px !default;
|