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