@syncfusion/ej2-angular-richtexteditor 20.4.53 → 21.1.35-ngcc
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/@syncfusion/ej2-angular-richtexteditor.es5.js +330 -0
- package/@syncfusion/ej2-angular-richtexteditor.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-richtexteditor.js +311 -0
- package/@syncfusion/ej2-angular-richtexteditor.js.map +1 -0
- package/CHANGELOG.md +1250 -0
- package/README.md +1 -1
- package/dist/ej2-angular-richtexteditor.umd.js +806 -0
- package/dist/ej2-angular-richtexteditor.umd.js.map +1 -0
- package/dist/ej2-angular-richtexteditor.umd.min.js +11 -0
- package/dist/ej2-angular-richtexteditor.umd.min.js.map +1 -0
- package/ej2-angular-richtexteditor.d.ts +5 -0
- package/ej2-angular-richtexteditor.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- 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 +1 -6
- package/src/rich-text-editor/richtexteditor.component.d.ts +0 -3
- package/src/rich-text-editor/richtexteditor.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +31 -1
- package/styles/bootstrap.css +31 -1
- package/styles/bootstrap4.css +31 -1
- package/styles/bootstrap5-dark.css +32 -2
- package/styles/bootstrap5.css +32 -2
- package/styles/fabric-dark.css +31 -1
- package/styles/fabric.css +31 -1
- package/styles/fluent-dark.css +34 -4
- package/styles/fluent.css +34 -4
- package/styles/highcontrast-light.css +31 -1
- package/styles/highcontrast.css +31 -1
- package/styles/material-dark.css +31 -1
- package/styles/material.css +31 -1
- package/styles/rich-text-editor/bootstrap-dark.css +31 -1
- package/styles/rich-text-editor/bootstrap-dark.scss +1 -4
- package/styles/rich-text-editor/bootstrap.css +31 -1
- package/styles/rich-text-editor/bootstrap.scss +1 -4
- package/styles/rich-text-editor/bootstrap4.css +31 -1
- package/styles/rich-text-editor/bootstrap4.scss +1 -4
- package/styles/rich-text-editor/bootstrap5-dark.css +32 -2
- package/styles/rich-text-editor/bootstrap5-dark.scss +1 -4
- package/styles/rich-text-editor/bootstrap5.css +32 -2
- package/styles/rich-text-editor/bootstrap5.scss +1 -4
- package/styles/rich-text-editor/fabric-dark.css +31 -1
- package/styles/rich-text-editor/fabric-dark.scss +1 -4
- package/styles/rich-text-editor/fabric.css +31 -1
- package/styles/rich-text-editor/fabric.scss +1 -4
- package/styles/rich-text-editor/fluent-dark.css +34 -4
- package/styles/rich-text-editor/fluent-dark.scss +1 -4
- package/styles/rich-text-editor/fluent.css +34 -4
- package/styles/rich-text-editor/fluent.scss +1 -4
- package/styles/rich-text-editor/highcontrast-light.css +31 -1
- package/styles/rich-text-editor/highcontrast-light.scss +1 -4
- package/styles/rich-text-editor/highcontrast.css +31 -1
- package/styles/rich-text-editor/highcontrast.scss +1 -4
- package/styles/rich-text-editor/material-dark.css +31 -1
- package/styles/rich-text-editor/material-dark.scss +1 -4
- package/styles/rich-text-editor/material.css +31 -1
- package/styles/rich-text-editor/material.scss +1 -4
- package/styles/rich-text-editor/tailwind-dark.css +31 -1
- package/styles/rich-text-editor/tailwind-dark.scss +1 -4
- package/styles/rich-text-editor/tailwind.css +31 -1
- package/styles/rich-text-editor/tailwind.scss +1 -4
- package/styles/tailwind-dark.css +31 -1
- package/styles/tailwind.css +31 -1
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -5
- package/esm2020/src/rich-text-editor/richtexteditor-all.module.mjs +0 -65
- package/esm2020/src/rich-text-editor/richtexteditor.component.mjs +0 -182
- package/esm2020/src/rich-text-editor/richtexteditor.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-richtexteditor.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs +0 -272
- package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs +0 -272
- package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs.map +0 -1
- package/styles/_all.scss +0 -1
- package/styles/rich-text-editor/_all.scss +0 -2
- package/styles/rich-text-editor/_bootstrap-dark-definition.scss +0 -211
- package/styles/rich-text-editor/_bootstrap-definition.scss +0 -266
- package/styles/rich-text-editor/_bootstrap4-definition.scss +0 -393
- package/styles/rich-text-editor/_bootstrap5-dark-definition.scss +0 -1
- package/styles/rich-text-editor/_bootstrap5-definition.scss +0 -196
- package/styles/rich-text-editor/_fabric-dark-definition.scss +0 -192
- package/styles/rich-text-editor/_fabric-definition.scss +0 -190
- package/styles/rich-text-editor/_fluent-dark-definition.scss +0 -1
- package/styles/rich-text-editor/_fluent-definition.scss +0 -199
- package/styles/rich-text-editor/_fusionnew-definition.scss +0 -196
- package/styles/rich-text-editor/_highcontrast-definition.scss +0 -190
- package/styles/rich-text-editor/_highcontrast-light-definition.scss +0 -190
- package/styles/rich-text-editor/_layout.scss +0 -1833
- package/styles/rich-text-editor/_material-dark-definition.scss +0 -194
- package/styles/rich-text-editor/_material-definition.scss +0 -192
- package/styles/rich-text-editor/_material3-definition.scss +0 -196
- package/styles/rich-text-editor/_tailwind-dark-definition.scss +0 -1
- package/styles/rich-text-editor/_tailwind-definition.scss +0 -194
- package/styles/rich-text-editor/_theme.scss +0 -705
- package/styles/rich-text-editor/icons/_bootstrap-dark.scss +0 -320
- package/styles/rich-text-editor/icons/_bootstrap.scss +0 -320
- package/styles/rich-text-editor/icons/_bootstrap4.scss +0 -320
- package/styles/rich-text-editor/icons/_bootstrap5-dark.scss +0 -1
- package/styles/rich-text-editor/icons/_bootstrap5.scss +0 -319
- package/styles/rich-text-editor/icons/_fabric-dark.scss +0 -320
- package/styles/rich-text-editor/icons/_fabric.scss +0 -320
- package/styles/rich-text-editor/icons/_fluent-dark.scss +0 -1
- package/styles/rich-text-editor/icons/_fluent.scss +0 -319
- package/styles/rich-text-editor/icons/_fusionnew.scss +0 -319
- package/styles/rich-text-editor/icons/_highcontrast-light.scss +0 -320
- package/styles/rich-text-editor/icons/_highcontrast.scss +0 -320
- package/styles/rich-text-editor/icons/_material-dark.scss +0 -320
- package/styles/rich-text-editor/icons/_material.scss +0 -320
- package/styles/rich-text-editor/icons/_material3.scss +0 -319
- package/styles/rich-text-editor/icons/_tailwind-dark.scss +0 -1
- package/styles/rich-text-editor/icons/_tailwind.scss +0 -319
- package/syncfusion-ej2-angular-richtexteditor.d.ts +0 -5
|
@@ -1,190 +0,0 @@
|
|
|
1
|
-
$rte-border-size: 1px !default;
|
|
2
|
-
$rte-2px-border-size: 2px !default;
|
|
3
|
-
$rte-border-type: solid !default;
|
|
4
|
-
|
|
5
|
-
$rte-list-btn-flex: column !default;
|
|
6
|
-
$rte-list-btn-line-height: 1 !default;
|
|
7
|
-
$rte-split-btn-line-height: 39px !default;
|
|
8
|
-
$rte-big-split-btn-line-height: 47px !default;
|
|
9
|
-
$skin-name: 'highcontrast' !default;
|
|
10
|
-
$rte-border-color: $border-fg !default;
|
|
11
|
-
$rte-full-screen-bg: $bg-base-0 !default;
|
|
12
|
-
$rte-content-bg: $bg-base-0 !default;
|
|
13
|
-
$rte-content-font-color: #fff !default;
|
|
14
|
-
$rte-item-color: $content-font !default;
|
|
15
|
-
$rte-icons-color: $content-font !default;
|
|
16
|
-
$rte-table-popup-padding: 10px !default;
|
|
17
|
-
|
|
18
|
-
$rte-big-quick-item-btn-width: 39px !default;
|
|
19
|
-
$rte-quick-item-btn-width: 27px !default;
|
|
20
|
-
$rte-big-quick-item-btn-height: 34px !default;
|
|
21
|
-
$rte-quick-item-btn-height: 26px !default;
|
|
22
|
-
$rte-big-quick-item-padding: 0 !default;
|
|
23
|
-
$rte-quick-item-padding: 0 !default;
|
|
24
|
-
$rte-quick-item-icon-min-width: 20px !default;
|
|
25
|
-
$rte-big-quick-item-line-height: normal !default;
|
|
26
|
-
$rte-quick-item-line-height: 25px !default;
|
|
27
|
-
$rte-quick-item-active-bg: $selection-bg !default;
|
|
28
|
-
$rte-quick-item-active-font-color: $selection-font !default;
|
|
29
|
-
$rte-quick-item-border: $rte-2px-border-size solid transparent !default;
|
|
30
|
-
$rte-quick-item-hover-border-color: $border-fg !default;
|
|
31
|
-
$rte-quick-item-active-border-color: $selection-bg !default;
|
|
32
|
-
$rte-content-padding: 16px !default;
|
|
33
|
-
|
|
34
|
-
$font-weight: 500 !default;
|
|
35
|
-
$rte-table-popup-bdr-radius: 0 !default;
|
|
36
|
-
$rte-big-quick-drop-btn-line-height: 33px !default;
|
|
37
|
-
$rte-quick-drop-btn-line-height: 24px !default;
|
|
38
|
-
$rte-big-quick-drop-btn-margin: 4px 0 !default;
|
|
39
|
-
$rte-quick-drop-btn-margin: 4px 0 !default;
|
|
40
|
-
$rte-big-quick-drop-btn-padding: 0 !default;
|
|
41
|
-
$rte-quick-drop-btn-padding: 1px 0 !default;
|
|
42
|
-
$rte-big-quick-drop-btn-icon-size: 16px !default;
|
|
43
|
-
$rte-quick-drop-btn-icon-size: 14px !default;
|
|
44
|
-
$rte-big-quick-drop-btn-caret-icon-size: 10px !default;
|
|
45
|
-
$rte-quick-drop-btn-caret-icon-size: 12px !default;
|
|
46
|
-
$rte-big-quick-drop-btn-caret-font-size: 10px !default;
|
|
47
|
-
$rte-quick-drop-btn-caret-font-size: 10px !default;
|
|
48
|
-
$rte-quick-drop-btn-border-color: $bg-base-0 !default;
|
|
49
|
-
$rte-quick-drop-btn-hover-border-color: $border-fg !default;
|
|
50
|
-
|
|
51
|
-
$rte-quick-pop-border: 1px solid $content-font !default;
|
|
52
|
-
$rte-quick-tb-border: 0 !default;
|
|
53
|
-
$rte-quick-pop-bg: $bg-base-0 !default;
|
|
54
|
-
$rte-quick-vr-line-color: rgba($bg-base-100, .05) !default;
|
|
55
|
-
$rte-quick-pop-shadow: 0 2px 6px rgba($bg-base-100, .26) !default;
|
|
56
|
-
$rte-quick-pop-item-focus-bg: rgba($bg-base-0, .12) !default;
|
|
57
|
-
$rte-quick-tb-btn-hover: $hover-bg !default;
|
|
58
|
-
$rte-mob-drop-down-pop-shadow: rgba($bg-base-0, .12) !default;
|
|
59
|
-
|
|
60
|
-
$rte-big-tb-items-margin-left: 1px !default;
|
|
61
|
-
$rte-tb-items-margin-left: 5px !default;
|
|
62
|
-
$rte-big-tb-items-padding-left: 1px !default;
|
|
63
|
-
$rte-tb-items-padding-left: 5px !default;
|
|
64
|
-
$rte-big-active-tb-item-btn-padding: 0 !default;
|
|
65
|
-
$rte-active-tb-item-btn-padding: 0 !default;
|
|
66
|
-
$rte-tb-item-active-bg: $selection-bg !default;
|
|
67
|
-
$rte-tb-active-font-color: $selection-font !default;
|
|
68
|
-
$rte-tb-item-active-border: $rte-2px-border-size $rte-border-type $selection-bg !default;
|
|
69
|
-
$rte-expand-tb-border-bottom: $rte-border-size $rte-border-type rgb(0, 0, 0) !default;
|
|
70
|
-
$rte-color-picker-active-bg: $selection-bg !default;
|
|
71
|
-
$rte-drop-btn-active-bg: $selection-bg !default;
|
|
72
|
-
$rte-drop-btn-active-color: $selection-font !default;
|
|
73
|
-
$rte-drop-btn-active-border-color: $selection-border !default;
|
|
74
|
-
$rte-split-btn-active-hover-font-color: $content-font !default;
|
|
75
|
-
|
|
76
|
-
$rte-split-btn-color: $content-font !default;
|
|
77
|
-
$rte-split-btn-active-color: $selection-font !default;
|
|
78
|
-
$rte-split-btn-hover-bg: inherit !default;
|
|
79
|
-
$rte-split-btn-active-bg: $selection-bg !default;
|
|
80
|
-
$rte-split-btn-span-hover-bg: $hover-bg !default;
|
|
81
|
-
$rte-split-btn-span-focus-bg: inherit !default;
|
|
82
|
-
$rte-split-btn-span-active-bg: $selection-bg !default;
|
|
83
|
-
$rte-split-btn-bar-bg: $border-fg !default;
|
|
84
|
-
$rte-split-btn-active-bar-bg: $bg-base-0 !default;
|
|
85
|
-
$rte-split-btn-bar-size: 1.5px !default;
|
|
86
|
-
$rte-split-btn-active-border: 2px solid $selection-bg !default;
|
|
87
|
-
$rte-split-btn-active-color-icon-line-height: 36px !default;
|
|
88
|
-
$rte-big-split-btn-active-color-icon-line-height: 48px !default;
|
|
89
|
-
|
|
90
|
-
$rte-link-valid-color: #f00 !default;
|
|
91
|
-
$rte-img-popup-color: #000 !default;
|
|
92
|
-
$rte-img-border-color: #ccc !default;
|
|
93
|
-
$rte-img-popup-border: 1px solid $rte-img-border-color !default;
|
|
94
|
-
$rte-img-popup-box-shadow: 0 2px 3px 1px rgba($rte-img-popup-color, .21) !default;
|
|
95
|
-
$rte-upload-drag-border-clr: $border-default !default;
|
|
96
|
-
$rte-img-header-clr: $content-font !default;
|
|
97
|
-
$rte-drop-text-clr: $content-font !default;
|
|
98
|
-
$rte-default-character-count-color: #fff !default;
|
|
99
|
-
$rte-warning-character-count-color: #ffb74d !default;
|
|
100
|
-
$rte-error-character-count-color: #c62828 !default;
|
|
101
|
-
$rte-img-border: solid 2px #4a90e2 !default;
|
|
102
|
-
$rte-font-family: $font-family !default;
|
|
103
|
-
$rte-content-color: $rte-content-font-color !default;
|
|
104
|
-
$rte-content-blockquote-border-left-color: solid 2px $rte-content-font-color !default;
|
|
105
|
-
$rte-dropdown-selection-bgcolor: $selection-bg !default;
|
|
106
|
-
$rte-format-btn-min-width: 72px !default;
|
|
107
|
-
$rte-font-name-btn-min-width: 0 !default;
|
|
108
|
-
$rte-font-size-btn-min-width: 37px !default;
|
|
109
|
-
$rte-drop-btn-padding-left: 8px !default;
|
|
110
|
-
$rte-drop-btn-padding-right: 5.5px !default;
|
|
111
|
-
$rte-drop-btn-action-padding-left: 8px !default;
|
|
112
|
-
$rte-drop-btn-action-padding-right: 5.5px !default;
|
|
113
|
-
$rte-big-drop-btn-padding-left: 10px !default;
|
|
114
|
-
$rte-big-drop-btn-padding-right: 6px !default;
|
|
115
|
-
$rte-big-drop-btn-action-padding-left: 10px !default;
|
|
116
|
-
$rte-big-drop-btn-action-padding-right: 6px !default;
|
|
117
|
-
$rte-ext-tbar-overlay-icons-color: $content-font !default;
|
|
118
|
-
$rte-colorpicker-parent-padding: 0 !default;
|
|
119
|
-
$rte-colorpicker-parent-padding-hover: 0 !default;
|
|
120
|
-
$rte-colorpicker-parent-padding-active-hover: 0 !default;
|
|
121
|
-
$rte-overlay-color: #383838 !default;
|
|
122
|
-
$rte-font-icon-width: 30px !default;
|
|
123
|
-
$rte-font-arrow-width: 18px !default;
|
|
124
|
-
$rte-font-arrow-touch-width: 20px !default;
|
|
125
|
-
$rte-font-icon-line-height: 2.25 !default;
|
|
126
|
-
$rte-colorpicker-padding: 3px 0 8px 0 !default;
|
|
127
|
-
$rte-dropdown-selection-color: $selection-font !default;
|
|
128
|
-
$rte-anchor-color: #8a8aff !default;
|
|
129
|
-
$rte-ext-tbar-overlay-dropdown-color: $disable !default;
|
|
130
|
-
$rte-placeholder-line-height: 15px !default;
|
|
131
|
-
$rte-img-resize-back-color: #4a90e2 !default;
|
|
132
|
-
$rte-img-resize-color: #fff !default;
|
|
133
|
-
$rte-table-header-color: rgba($bg-base-0, .87) !default;
|
|
134
|
-
$rte-table-span-bg-color: $bg-base-0 !default;
|
|
135
|
-
$rte-table-span-border: 1px solid $border-fg !default;
|
|
136
|
-
$rte-table-span-active-bg-color: rgba($selection-bg, .2) !default;
|
|
137
|
-
$rte-table-span-active-border-color: $selection-border !default;
|
|
138
|
-
$rte-table-select-border-color: #0478d7 !default;
|
|
139
|
-
$rte-table-popup-bg: $bg-base-0 !default;
|
|
140
|
-
$rte-table-popup-color: $border-fg !default;
|
|
141
|
-
$rte-table-popup-box: 0 3px 8px 0 rgba($bg-base-75, .26) !default;
|
|
142
|
-
$rte-table-border-color: #bdbdbd !default;
|
|
143
|
-
$rte-table-alternate-color: #f5f5f5 !default;
|
|
144
|
-
$rte-table-header-bg: #e0e0e0 !default;
|
|
145
|
-
|
|
146
|
-
$rte-insert-dialog-label-padding-top: 20px !default;
|
|
147
|
-
$rte-insert-dialog-label-padding-bottom: 20px !default;
|
|
148
|
-
$rte-big-quick-tbar-item-min-height: 34px !default;
|
|
149
|
-
$rte-big-quick-tbar-item-min-width: 39px !default;
|
|
150
|
-
$rte-content-font-size: 14px !default;
|
|
151
|
-
$rte-dropdown-caret-icon-size: 12px !default;
|
|
152
|
-
$rte-big-dropdown-caret-icon-size: 12px !default;
|
|
153
|
-
$rte-toolbar-icon-size: 16px !default;
|
|
154
|
-
$rte-toolbar-big-icon-size: 18px !default;
|
|
155
|
-
$rte-toolbar-hor-nav-border-width: 0 0 0 1px !default;
|
|
156
|
-
|
|
157
|
-
$rte-big-inline-tmp-min-width: 44px;
|
|
158
|
-
$rte-inline-tmp-min-width: 46px;
|
|
159
|
-
$rte-big-inline-tmp-size-min-width: 59px;
|
|
160
|
-
$rte-inline-tmp-size-min-width: 61px;
|
|
161
|
-
$rte-big-inline-tmp-color-min-width: 54px;
|
|
162
|
-
$rte-inline-tmp-color-min-width: 54px;
|
|
163
|
-
|
|
164
|
-
$rte-resize-handler-width: 15px;
|
|
165
|
-
$rte-resize-handler-height: 15px;
|
|
166
|
-
$rte-resize-handler-position: 0;
|
|
167
|
-
$rte-default-character-count-opacity: .54;
|
|
168
|
-
|
|
169
|
-
$rte-big-color-list-span-common-padding-left-right: 0;
|
|
170
|
-
$rte-placeholder-padding: 16px !default;
|
|
171
|
-
|
|
172
|
-
$rte-img-dlg-max-height: 433px !default;
|
|
173
|
-
$rte-img-alt-dlg-max-height: 433px !default;
|
|
174
|
-
$rte-img-link-dlg-max-height: 228px !default;
|
|
175
|
-
$rte-img-size-dlg-max-height: 291px !default;
|
|
176
|
-
$rte-link-dlg-max-height: 406px !default;
|
|
177
|
-
$rte-file-browser-dlg-max-height: 557px !default;
|
|
178
|
-
$rte-table-dlg-max-height: 295px !default;
|
|
179
|
-
$rte-edit-table-dlg-max-height: 375px !default;
|
|
180
|
-
|
|
181
|
-
$rte-big-img-dlg-max-height: 430px !default;
|
|
182
|
-
$rte-big-img-alt-dlg-max-height: 430px !default;
|
|
183
|
-
$rte-big-img-link-dlg-max-height: 226px !default;
|
|
184
|
-
$rte-big-img-size-dlg-max-height: 305px !default;
|
|
185
|
-
$rte-big-link-dlg-max-height: 404px !default;
|
|
186
|
-
$rte-big-file-browser-dlg-max-height: 557px !default;
|
|
187
|
-
$rte-big-table-dlg-max-height: 309px !default;
|
|
188
|
-
$rte-big-edit-table-dlg-max-height: 400px !default;
|
|
189
|
-
$rte-drop-text-width: 288px !default;
|
|
190
|
-
$rte-drop-text-mobile-width: 238px !default;
|