@syncfusion/ej2-angular-richtexteditor 21.1.35-ngcc → 21.1.35

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 (109) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/index.mjs +5 -0
  3. package/esm2020/src/rich-text-editor/richtexteditor-all.module.mjs +68 -0
  4. package/esm2020/src/rich-text-editor/richtexteditor.component.mjs +189 -0
  5. package/esm2020/src/rich-text-editor/richtexteditor.module.mjs +25 -0
  6. package/esm2020/syncfusion-ej2-angular-richtexteditor.mjs +5 -0
  7. package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs +282 -0
  8. package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs.map +1 -0
  9. package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs +282 -0
  10. package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs.map +1 -0
  11. package/package.json +26 -12
  12. package/src/rich-text-editor/richtexteditor-all.module.d.ts +6 -0
  13. package/src/rich-text-editor/richtexteditor.component.d.ts +3 -0
  14. package/src/rich-text-editor/richtexteditor.module.d.ts +6 -0
  15. package/styles/_all.scss +1 -0
  16. package/styles/bootstrap-dark.css +0 -5
  17. package/styles/bootstrap.css +0 -5
  18. package/styles/bootstrap4.css +0 -5
  19. package/styles/bootstrap5-dark.css +0 -5
  20. package/styles/bootstrap5.css +0 -5
  21. package/styles/fabric-dark.css +0 -5
  22. package/styles/fabric.css +0 -5
  23. package/styles/fluent-dark.css +0 -5
  24. package/styles/fluent.css +0 -5
  25. package/styles/highcontrast-light.css +0 -5
  26. package/styles/highcontrast.css +0 -5
  27. package/styles/material-dark.css +0 -5
  28. package/styles/material.css +0 -5
  29. package/styles/rich-text-editor/_all.scss +2 -0
  30. package/styles/rich-text-editor/_bootstrap-dark-definition.scss +234 -0
  31. package/styles/rich-text-editor/_bootstrap-definition.scss +289 -0
  32. package/styles/rich-text-editor/_bootstrap4-definition.scss +416 -0
  33. package/styles/rich-text-editor/_bootstrap5-dark-definition.scss +1 -0
  34. package/styles/rich-text-editor/_bootstrap5-definition.scss +218 -0
  35. package/styles/rich-text-editor/_fabric-dark-definition.scss +215 -0
  36. package/styles/rich-text-editor/_fabric-definition.scss +213 -0
  37. package/styles/rich-text-editor/_fluent-dark-definition.scss +1 -0
  38. package/styles/rich-text-editor/_fluent-definition.scss +221 -0
  39. package/styles/rich-text-editor/_fusionnew-definition.scss +218 -0
  40. package/styles/rich-text-editor/_highcontrast-definition.scss +213 -0
  41. package/styles/rich-text-editor/_highcontrast-light-definition.scss +213 -0
  42. package/styles/rich-text-editor/_layout.scss +1864 -0
  43. package/styles/rich-text-editor/_material-dark-definition.scss +218 -0
  44. package/styles/rich-text-editor/_material-definition.scss +215 -0
  45. package/styles/rich-text-editor/_tailwind-dark-definition.scss +1 -0
  46. package/styles/rich-text-editor/_tailwind-definition.scss +216 -0
  47. package/styles/rich-text-editor/_theme.scss +751 -0
  48. package/styles/rich-text-editor/bootstrap-dark.css +0 -5
  49. package/styles/rich-text-editor/bootstrap-dark.scss +4 -1
  50. package/styles/rich-text-editor/bootstrap.css +0 -5
  51. package/styles/rich-text-editor/bootstrap.scss +4 -1
  52. package/styles/rich-text-editor/bootstrap4.css +0 -5
  53. package/styles/rich-text-editor/bootstrap4.scss +4 -1
  54. package/styles/rich-text-editor/bootstrap5-dark.css +0 -5
  55. package/styles/rich-text-editor/bootstrap5-dark.scss +4 -1
  56. package/styles/rich-text-editor/bootstrap5.css +0 -5
  57. package/styles/rich-text-editor/bootstrap5.scss +4 -1
  58. package/styles/rich-text-editor/fabric-dark.css +0 -5
  59. package/styles/rich-text-editor/fabric-dark.scss +4 -1
  60. package/styles/rich-text-editor/fabric.css +0 -5
  61. package/styles/rich-text-editor/fabric.scss +4 -1
  62. package/styles/rich-text-editor/fluent-dark.css +0 -5
  63. package/styles/rich-text-editor/fluent-dark.scss +4 -1
  64. package/styles/rich-text-editor/fluent.css +0 -5
  65. package/styles/rich-text-editor/fluent.scss +4 -1
  66. package/styles/rich-text-editor/highcontrast-light.css +0 -5
  67. package/styles/rich-text-editor/highcontrast-light.scss +4 -1
  68. package/styles/rich-text-editor/highcontrast.css +0 -5
  69. package/styles/rich-text-editor/highcontrast.scss +4 -1
  70. package/styles/rich-text-editor/icons/_bootstrap-dark.scss +328 -0
  71. package/styles/rich-text-editor/icons/_bootstrap.scss +328 -0
  72. package/styles/rich-text-editor/icons/_bootstrap4.scss +328 -0
  73. package/styles/rich-text-editor/icons/_bootstrap5-dark.scss +1 -0
  74. package/styles/rich-text-editor/icons/_bootstrap5.scss +327 -0
  75. package/styles/rich-text-editor/icons/_fabric-dark.scss +328 -0
  76. package/styles/rich-text-editor/icons/_fabric.scss +328 -0
  77. package/styles/rich-text-editor/icons/_fluent-dark.scss +1 -0
  78. package/styles/rich-text-editor/icons/_fluent.scss +327 -0
  79. package/styles/rich-text-editor/icons/_fusionnew.scss +327 -0
  80. package/styles/rich-text-editor/icons/_highcontrast-light.scss +328 -0
  81. package/styles/rich-text-editor/icons/_highcontrast.scss +328 -0
  82. package/styles/rich-text-editor/icons/_material-dark.scss +328 -0
  83. package/styles/rich-text-editor/icons/_material.scss +328 -0
  84. package/styles/rich-text-editor/icons/_material3.scss +327 -0
  85. package/styles/rich-text-editor/icons/_tailwind-dark.scss +1 -0
  86. package/styles/rich-text-editor/icons/_tailwind.scss +327 -0
  87. package/styles/rich-text-editor/material-dark.css +0 -5
  88. package/styles/rich-text-editor/material-dark.scss +4 -1
  89. package/styles/rich-text-editor/material.css +0 -5
  90. package/styles/rich-text-editor/material.scss +4 -1
  91. package/styles/rich-text-editor/tailwind-dark.css +0 -5
  92. package/styles/rich-text-editor/tailwind-dark.scss +4 -1
  93. package/styles/rich-text-editor/tailwind.css +0 -5
  94. package/styles/rich-text-editor/tailwind.scss +4 -1
  95. package/styles/tailwind-dark.css +0 -5
  96. package/styles/tailwind.css +0 -5
  97. package/syncfusion-ej2-angular-richtexteditor.d.ts +5 -0
  98. package/@syncfusion/ej2-angular-richtexteditor.es5.js +0 -330
  99. package/@syncfusion/ej2-angular-richtexteditor.es5.js.map +0 -1
  100. package/@syncfusion/ej2-angular-richtexteditor.js +0 -311
  101. package/@syncfusion/ej2-angular-richtexteditor.js.map +0 -1
  102. package/CHANGELOG.md +0 -1250
  103. package/dist/ej2-angular-richtexteditor.umd.js +0 -806
  104. package/dist/ej2-angular-richtexteditor.umd.js.map +0 -1
  105. package/dist/ej2-angular-richtexteditor.umd.min.js +0 -11
  106. package/dist/ej2-angular-richtexteditor.umd.min.js.map +0 -1
  107. package/ej2-angular-richtexteditor.d.ts +0 -5
  108. package/ej2-angular-richtexteditor.metadata.json +0 -1
  109. package/postinstall/tagchange.js +0 -18
@@ -0,0 +1,327 @@
1
+ /*! component's theme wise override definitions and variables */
2
+ @include export-module('richtexteditor-material-icons') {
3
+
4
+ /*! richtexteditor icons */
5
+
6
+ .e-rte-toolbar,
7
+ .e-rte-dropdown-popup {
8
+
9
+ .e-alignments::before {
10
+ content: '\e7b8';
11
+ }
12
+
13
+ .e-justify-left::before {
14
+ content: '\e7b8';
15
+ }
16
+
17
+ .e-justify-center::before {
18
+ content: '\e813';
19
+ }
20
+
21
+ .e-justify-right::before {
22
+ content: '\e719';
23
+ }
24
+
25
+ .e-justify-full::before {
26
+ content: '\e721';
27
+ }
28
+
29
+ .e-font-name::before {
30
+ content: '\e76f';
31
+ }
32
+
33
+ .e-rte-font-color::before {
34
+ content: '\e79f';
35
+ }
36
+
37
+ .e-background-color::before {
38
+ content: '\e783';
39
+ }
40
+
41
+ .e-bold::before {
42
+ content: '\e737';
43
+ }
44
+
45
+ .e-italic::before {
46
+ content: '\e75a';
47
+ }
48
+
49
+ .e-underline::before {
50
+ content: '\e82f';
51
+ }
52
+
53
+ .e-strike-through::before {
54
+ content: '\e758';
55
+ }
56
+
57
+ .e-clear-format::before {
58
+ content: '\e803';
59
+ }
60
+
61
+ .e-clear-all::before {
62
+ content: '\e7cc';
63
+ }
64
+
65
+ .e-cut::before {
66
+ content: '\e7fb';
67
+ }
68
+
69
+ .e-copy::before {
70
+ content: '\e77c';
71
+ }
72
+
73
+ .e-paste::before {
74
+ content: '\e70b';
75
+ }
76
+
77
+ .e-unorder-list::before {
78
+ content: '\e77e';
79
+ }
80
+
81
+ .e-order-list::before {
82
+ content: '\e7cb';
83
+ }
84
+
85
+ .e-indent::before {
86
+ content: '\e810';
87
+ }
88
+
89
+ .e-outdent::before {
90
+ content: '\e72a';
91
+ }
92
+
93
+ .e-undo::before {
94
+ content: '\e713';
95
+ }
96
+
97
+ .e-redo::before {
98
+ content: '\e755';
99
+ }
100
+
101
+ .e-super-script::before {
102
+ content: '\e7a7';
103
+ }
104
+
105
+ .e-sub-script::before {
106
+ content: '\e80a';
107
+ }
108
+
109
+ .e-create-link::before {
110
+ content: '\e757';
111
+ }
112
+
113
+ .e-open-link::before {
114
+ content: '\e77a';
115
+ }
116
+
117
+ .e-edit-link::before {
118
+ content: '\e722';
119
+ }
120
+
121
+ .e-remove-link::before {
122
+ content: '\e80c';
123
+ }
124
+
125
+ .e-image::before {
126
+ content: '\e786';
127
+ }
128
+
129
+ .e-audio::before {
130
+ content: '\e894';
131
+ }
132
+
133
+ .e-video::before {
134
+ content: '\e895';
135
+ }
136
+
137
+ .e-replace::before,
138
+ .e-audio-replace::before,
139
+ .e-video-replace::before {
140
+ content: '\e710';
141
+ }
142
+
143
+ .e-align::before {
144
+ content: '\e7b8';
145
+ }
146
+
147
+ .e-caption::before {
148
+ content: '\e82e';
149
+ }
150
+
151
+ .e-remove::before,
152
+ .e-audio-remove::before,
153
+ .e-video-remove::before {
154
+ content: '\e820';
155
+ }
156
+
157
+ .e-insert-link::before {
158
+ content: '\e757';
159
+ }
160
+
161
+ .e-display::before,
162
+ .e-audio-display::before,
163
+ .e-video-display::before {
164
+ content: '\e7b7';
165
+ }
166
+
167
+ .e-alt-text::before {
168
+ content: '\e769';
169
+ }
170
+
171
+ .e-img-dimension::before,
172
+ .e-video-dimension::before {
173
+ content: '\e879';
174
+ }
175
+
176
+ .e-maximize::before {
177
+ content: '\e81c';
178
+ }
179
+
180
+ .e-minimize::before {
181
+ content: '\e7b0';
182
+ }
183
+
184
+ .e-zoom-in::before {
185
+ content: '\e795';
186
+ }
187
+
188
+ .e-zoom-out::before {
189
+ content: '\e825';
190
+ }
191
+
192
+ .e-lower-case::before {
193
+ content: '\e746';
194
+ }
195
+
196
+ .e-upper-case::before {
197
+ content: '\e793';
198
+ }
199
+
200
+ .e-print::before {
201
+ content: '\e75d';
202
+ }
203
+
204
+ .e-formats::before {
205
+ content: '\e844';
206
+ }
207
+
208
+ .e-source-code::before {
209
+ content: '\e80e';
210
+ }
211
+
212
+ .e-preview::before {
213
+ content: '\e7de';
214
+ }
215
+
216
+ .e-view-side::before {
217
+ content: '\e82b';
218
+ }
219
+
220
+ .e-insert-code::before {
221
+ content: '\e831';
222
+ }
223
+
224
+ .e-table-header::before {
225
+ content: '\e7c3';
226
+ }
227
+
228
+ .e-table-remove::before {
229
+ content: '\e820';
230
+ }
231
+
232
+ .e-table-rows::before {
233
+ content: '\e77f';
234
+ }
235
+
236
+ .e-table-columns::before {
237
+ content: '\e841';
238
+ }
239
+
240
+ .e-table-cell-ver-align::before {
241
+ content: '\e74f';
242
+ }
243
+
244
+ .e-table-edit-properties::before {
245
+ content: '\e730';
246
+ }
247
+
248
+ .e-create-table::before {
249
+ content: '\e7e9';
250
+ }
251
+
252
+ .e-align-bottom::before {
253
+ content: '\e7a0';
254
+ }
255
+
256
+ .e-align-middle::before {
257
+ content: '\e74f';
258
+ }
259
+
260
+ .e-align-top::before {
261
+ content: '\e707';
262
+ }
263
+
264
+ .e-insert-column-left::before {
265
+ content: '\e78b';
266
+ }
267
+
268
+ .e-insert-column-right::before {
269
+ content: '\e70e';
270
+ }
271
+
272
+ .e-delete-column::before {
273
+ content: '\e714';
274
+ }
275
+
276
+ .e-insert-row-before::before {
277
+ content: '\e836';
278
+ }
279
+
280
+ .e-insert-row-after::before {
281
+ content: '\e801';
282
+ }
283
+
284
+ .e-delete-row::before {
285
+ content: '\e7f2';
286
+ }
287
+
288
+ .e-style::before {
289
+ content: '\e76e';
290
+ }
291
+
292
+ .e-rte-file-manager::before {
293
+ content: '\e83c';
294
+ }
295
+
296
+ .e-rte-format-painter::before {
297
+ content: '\e8bd';
298
+ }
299
+ }
300
+
301
+ .e-richtexteditor {
302
+ .e-south-east::before,
303
+ .e-south-west::before {
304
+ content: '\e761';
305
+ }
306
+ }
307
+
308
+ .e-cell-merge::before {
309
+ content: '\e83a';
310
+ }
311
+
312
+ .e-cell-horizontal-split::before {
313
+ content: '\e7a4';
314
+ }
315
+
316
+ .e-cell-vertical-split::before {
317
+ content: '\e732';
318
+ }
319
+
320
+ .e-table-cell::before {
321
+ content: '\e7c2';
322
+ }
323
+
324
+ .e-rte-cursor-brush {
325
+ cursor: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.0561 9V4C10.0561 2.35001 11.4057 1 13.0561 1C14.7065 1 16.0561 2.35001 16.0561 4V9H19.0463C20.1459 9 21.0463 9.89999 21.0463 11V22C21.0463 23.1 20.1459 24 19.0561 24H5.4057C4.77484 24 4.185 23.71 3.80609 23.2C3.42523 22.7 3.30609 22.07 3.47601 21.47C4.685 17.21 4.96625 12.67 5.02484 10.92C5.06586 9.84 5.94476 9 7.02484 9H10.0561ZM16.0561 22.0044V19C16.0561 18.45 15.6069 18 15.0561 18C14.5053 18 14.0561 18.45 14.0561 19V22.0073L11.0561 22.0117V20C11.0561 19.45 10.6069 19 10.0561 19C9.50531 19 9.05609 19.45 9.05609 20V22.0146L5.4057 22.02C5.98969 19.9657 6.36469 17.8564 6.60883 16H19.0561V22L16.0561 22.0044ZM14.0561 9V4C14.0561 3.45 13.6069 3 13.0561 3C12.5053 3 12.0561 3.45 12.0561 4V9H14.0561ZM7.03461 11C7.00922 11.664 6.95453 12.7153 6.83344 14H19.0561V11H7.03461Z" fill="black"/><path d="M6.83344 14C6.95453 12.7153 7.00922 11.664 7.03461 11H19.0561V14H6.83344Z" fill="white"/><path d="M14.0561 4V9H12.0561V4C12.0561 3.45 12.5053 3 13.0561 3C13.6069 3 14.0561 3.45 14.0561 4Z" fill="white"/><path d="M16.0561 19V22.0044L19.0561 22V16H6.60883C6.36469 17.8564 5.98969 19.9657 5.4057 22.02L9.05609 22.0146V20C9.05609 19.45 9.50531 19 10.0561 19C10.6069 19 11.0561 19.45 11.0561 20V22.0117L14.0561 22.0073V19C14.0561 18.45 14.5053 18 15.0561 18C15.6069 18 16.0561 18.45 16.0561 19Z" fill="white"/></svg>'), text;
326
+ }
327
+ }
@@ -553,7 +553,6 @@
553
553
  margin-right: 0;
554
554
  }
555
555
  .e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
556
- display: inline-block;
557
556
  margin-left: 0;
558
557
  margin-right: 0;
559
558
  overflow-x: auto;
@@ -2778,10 +2777,6 @@ span.e-table-box.e-rbox-select {
2778
2777
  color: #fff;
2779
2778
  }
2780
2779
 
2781
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
2782
- color: #fff;
2783
- }
2784
-
2785
2780
  .e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
2786
2781
  border-bottom: 0;
2787
2782
  }
@@ -1 +1,4 @@
1
- @import 'ej2-richtexteditor/styles/rich-text-editor/material-dark.scss';
1
+ @import 'ej2-base/styles/material-dark-definition.scss';
2
+ @import 'material-dark-definition.scss';
3
+ @import 'icons/material-dark.scss';
4
+ @import 'all.scss';
@@ -553,7 +553,6 @@
553
553
  margin-right: 0;
554
554
  }
555
555
  .e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
556
- display: inline-block;
557
556
  margin-left: 0;
558
557
  margin-right: 0;
559
558
  overflow-x: auto;
@@ -2778,10 +2777,6 @@ span.e-table-box.e-rbox-select {
2778
2777
  color: #000;
2779
2778
  }
2780
2779
 
2781
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
2782
- color: #000;
2783
- }
2784
-
2785
2780
  .e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
2786
2781
  border-bottom: 0;
2787
2782
  }
@@ -1 +1,4 @@
1
- @import 'ej2-richtexteditor/styles/rich-text-editor/material.scss';
1
+ @import 'ej2-base/styles/material-definition.scss';
2
+ @import 'material-definition.scss';
3
+ @import 'icons/material.scss';
4
+ @import 'all.scss';
@@ -557,7 +557,6 @@
557
557
  margin-right: 0;
558
558
  }
559
559
  .e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
560
- display: inline-block;
561
560
  margin-left: 0;
562
561
  margin-right: 0;
563
562
  overflow-x: auto;
@@ -2807,10 +2806,6 @@ span.e-table-box.e-rbox-select {
2807
2806
  color: #d1d5db;
2808
2807
  }
2809
2808
 
2810
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
2811
- color: #d1d5db;
2812
- }
2813
-
2814
2809
  .e-richtexteditor .e-rte-toolbar .e-toolbar-extended {
2815
2810
  background: #374151;
2816
2811
  }
@@ -1 +1,4 @@
1
- @import 'ej2-richtexteditor/styles/rich-text-editor/tailwind-dark.scss';
1
+ @import 'ej2-base/styles/tailwind-dark-definition.scss';
2
+ @import 'tailwind-dark-definition.scss';
3
+ @import 'icons/tailwind-dark.scss';
4
+ @import 'all.scss';
@@ -557,7 +557,6 @@
557
557
  margin-right: 0;
558
558
  }
559
559
  .e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
560
- display: inline-block;
561
560
  margin-left: 0;
562
561
  margin-right: 0;
563
562
  overflow-x: auto;
@@ -2807,10 +2806,6 @@ span.e-table-box.e-rbox-select {
2807
2806
  color: #6b7280;
2808
2807
  }
2809
2808
 
2810
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
2811
- color: #6b7280;
2812
- }
2813
-
2814
2809
  .e-richtexteditor .e-rte-toolbar .e-toolbar-extended {
2815
2810
  background: #f3f4f6;
2816
2811
  }
@@ -1 +1,4 @@
1
- @import 'ej2-richtexteditor/styles/rich-text-editor/tailwind.scss';
1
+ @import 'ej2-base/styles/tailwind-definition.scss';
2
+ @import 'tailwind-definition.scss';
3
+ @import 'icons/tailwind.scss';
4
+ @import 'all.scss';
@@ -557,7 +557,6 @@
557
557
  margin-right: 0;
558
558
  }
559
559
  .e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
560
- display: inline-block;
561
560
  margin-left: 0;
562
561
  margin-right: 0;
563
562
  overflow-x: auto;
@@ -2807,10 +2806,6 @@ span.e-table-box.e-rbox-select {
2807
2806
  color: #d1d5db;
2808
2807
  }
2809
2808
 
2810
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
2811
- color: #d1d5db;
2812
- }
2813
-
2814
2809
  .e-richtexteditor .e-rte-toolbar .e-toolbar-extended {
2815
2810
  background: #374151;
2816
2811
  }
@@ -557,7 +557,6 @@
557
557
  margin-right: 0;
558
558
  }
559
559
  .e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
560
- display: inline-block;
561
560
  margin-left: 0;
562
561
  margin-right: 0;
563
562
  overflow-x: auto;
@@ -2807,10 +2806,6 @@ span.e-table-box.e-rbox-select {
2807
2806
  color: #6b7280;
2808
2807
  }
2809
2808
 
2810
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
2811
- color: #6b7280;
2812
- }
2813
-
2814
2809
  .e-richtexteditor .e-rte-toolbar .e-toolbar-extended {
2815
2810
  background: #f3f4f6;
2816
2811
  }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@syncfusion/ej2-angular-richtexteditor" />
5
+ export * from './public_api';