@progress/kendo-react-editor 6.1.1-dev.202311151536 → 7.0.0-develop.1

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 (231) hide show
  1. package/{dist/es/Editor.d.ts → Editor.d.ts} +5 -1
  2. package/{dist/npm/EditorProps.d.ts → EditorProps.d.ts} +4 -1
  3. package/LICENSE.md +1 -1
  4. package/{dist/es/config → config}/defaultStyles.d.ts +4 -0
  5. package/config/pasteSettings.d.ts +10 -0
  6. package/config/schema.d.ts +5 -0
  7. package/{dist/es/config → config}/shortcuts.d.ts +10 -6
  8. package/{dist/es/config → config}/toolsSettings.d.ts +4 -1
  9. package/{dist/npm/dialogs → dialogs}/EditorDialogProps.d.ts +4 -1
  10. package/{dist/npm/dialogs → dialogs}/FindReplace.d.ts +5 -1
  11. package/{dist/npm/dialogs/main.d.ts → dialogs/index.d.ts} +4 -0
  12. package/{dist/npm/dialogs → dialogs}/insertImage.d.ts +5 -1
  13. package/{dist/es/dialogs → dialogs}/insertLink.d.ts +5 -1
  14. package/{dist/npm/dialogs → dialogs}/viewHtml.d.ts +5 -1
  15. package/dist/cdn/js/kendo-react-editor.js +226 -1
  16. package/{dist/es/main.d.ts → index.d.ts} +10 -6
  17. package/index.js +226 -0
  18. package/index.mjs +4133 -0
  19. package/{dist/npm/messages → messages}/index.d.ts +4 -0
  20. package/package-metadata.d.ts +9 -0
  21. package/package.json +37 -52
  22. package/{dist/es/tools → tools}/ToolProps.d.ts +4 -1
  23. package/tools/align.d.ts +11 -0
  24. package/{dist/es/tools → tools}/applyColor.d.ts +4 -0
  25. package/{dist/npm/tools → tools}/cleanFormatting.d.ts +4 -0
  26. package/{dist/npm/tools → tools}/findReplace.d.ts +5 -1
  27. package/{dist/npm/tools → tools}/fontStyle.d.ts +4 -0
  28. package/{dist/es/tools → tools}/formatBlock.d.ts +4 -0
  29. package/{dist/npm/tools → tools}/history.d.ts +4 -0
  30. package/{dist/npm/tools → tools}/indent.d.ts +4 -0
  31. package/{dist/npm/tools/main.d.ts → tools/index.d.ts} +6 -2
  32. package/{dist/es/tools → tools}/inlineFormat.d.ts +4 -0
  33. package/tools/insertImage.d.ts +17 -0
  34. package/{dist/npm/tools → tools}/insertLink.d.ts +4 -0
  35. package/tools/insertTable/index.d.ts +7 -0
  36. package/{dist/npm/tools → tools}/insertTable/popup.d.ts +5 -1
  37. package/{dist/npm/tools → tools}/insertTable/popupGrid.d.ts +6 -2
  38. package/{dist/es/tools → tools}/insertTable/tool.d.ts +4 -0
  39. package/tools/lists-styled.d.ts +8 -0
  40. package/{dist/es/tools → tools}/lists.d.ts +4 -0
  41. package/{dist/es/tools → tools}/outdent.d.ts +4 -0
  42. package/{dist/npm/tools → tools}/pdf.d.ts +4 -0
  43. package/{dist/npm/tools → tools}/print.d.ts +4 -0
  44. package/{dist/npm/tools → tools}/proseMirrorTool.d.ts +4 -0
  45. package/{dist/npm/tools → tools}/selectAll.d.ts +4 -0
  46. package/{dist/npm/tools → tools}/table-wizard/cellPropsUtils.d.ts +4 -0
  47. package/{dist/npm/tools → tools}/table-wizard/tableCellProperties.d.ts +5 -1
  48. package/tools/table-wizard/tableProperties.d.ts +15 -0
  49. package/{dist/es/tools → tools}/table-wizard/tablePropsUtils.d.ts +5 -1
  50. package/{dist/es/tools → tools}/table-wizard/utils.d.ts +4 -0
  51. package/{dist/npm/tools → tools}/tableEdit.d.ts +4 -0
  52. package/{dist/npm/tools → tools}/unlink.d.ts +4 -0
  53. package/{dist/npm/tools → tools}/utils.d.ts +4 -0
  54. package/{dist/es/tools → tools}/viewHtml.d.ts +4 -0
  55. package/utils/browser-detection.d.ts +8 -0
  56. package/utils/controlled-value.d.ts +9 -0
  57. package/{dist/npm/utils → utils}/index.d.ts +4 -0
  58. package/utils/props-key.d.ts +9 -0
  59. package/about.md +0 -3
  60. package/dist/es/Editor.js +0 -441
  61. package/dist/es/EditorProps.d.ts +0 -197
  62. package/dist/es/EditorProps.js +0 -1
  63. package/dist/es/config/defaultStyles.js +0 -12
  64. package/dist/es/config/pasteSettings.d.ts +0 -6
  65. package/dist/es/config/pasteSettings.js +0 -1
  66. package/dist/es/config/schema.d.ts +0 -1
  67. package/dist/es/config/schema.js +0 -1
  68. package/dist/es/config/shortcuts.js +0 -34
  69. package/dist/es/config/toolsSettings.js +0 -522
  70. package/dist/es/dialogs/EditorDialogProps.d.ts +0 -27
  71. package/dist/es/dialogs/EditorDialogProps.js +0 -1
  72. package/dist/es/dialogs/FindReplace.d.ts +0 -71
  73. package/dist/es/dialogs/FindReplace.js +0 -248
  74. package/dist/es/dialogs/insertImage.d.ts +0 -28
  75. package/dist/es/dialogs/insertImage.js +0 -119
  76. package/dist/es/dialogs/insertLink.js +0 -94
  77. package/dist/es/dialogs/main.d.ts +0 -49
  78. package/dist/es/dialogs/main.js +0 -69
  79. package/dist/es/dialogs/viewHtml.d.ts +0 -25
  80. package/dist/es/dialogs/viewHtml.js +0 -79
  81. package/dist/es/main.js +0 -201
  82. package/dist/es/messages/index.d.ts +0 -334
  83. package/dist/es/messages/index.js +0 -989
  84. package/dist/es/package-metadata.d.ts +0 -5
  85. package/dist/es/package-metadata.js +0 -11
  86. package/dist/es/tools/ToolProps.js +0 -1
  87. package/dist/es/tools/align.d.ts +0 -7
  88. package/dist/es/tools/align.js +0 -70
  89. package/dist/es/tools/applyColor.js +0 -34
  90. package/dist/es/tools/cleanFormatting.d.ts +0 -16
  91. package/dist/es/tools/cleanFormatting.js +0 -50
  92. package/dist/es/tools/findReplace.d.ts +0 -29
  93. package/dist/es/tools/findReplace.js +0 -76
  94. package/dist/es/tools/fontStyle.d.ts +0 -28
  95. package/dist/es/tools/fontStyle.js +0 -91
  96. package/dist/es/tools/formatBlock.js +0 -89
  97. package/dist/es/tools/history.d.ts +0 -26
  98. package/dist/es/tools/history.js +0 -16
  99. package/dist/es/tools/indent.d.ts +0 -17
  100. package/dist/es/tools/indent.js +0 -90
  101. package/dist/es/tools/inlineFormat.js +0 -75
  102. package/dist/es/tools/insertImage.d.ts +0 -13
  103. package/dist/es/tools/insertImage.js +0 -78
  104. package/dist/es/tools/insertLink.d.ts +0 -24
  105. package/dist/es/tools/insertLink.js +0 -85
  106. package/dist/es/tools/insertTable/index.d.ts +0 -3
  107. package/dist/es/tools/insertTable/index.js +0 -3
  108. package/dist/es/tools/insertTable/popup.d.ts +0 -93
  109. package/dist/es/tools/insertTable/popup.js +0 -102
  110. package/dist/es/tools/insertTable/popupGrid.d.ts +0 -31
  111. package/dist/es/tools/insertTable/popupGrid.js +0 -54
  112. package/dist/es/tools/insertTable/tool.js +0 -106
  113. package/dist/es/tools/lists-styled.d.ts +0 -5
  114. package/dist/es/tools/lists-styled.js +0 -80
  115. package/dist/es/tools/lists.js +0 -84
  116. package/dist/es/tools/main.d.ts +0 -714
  117. package/dist/es/tools/main.js +0 -740
  118. package/dist/es/tools/outdent.js +0 -85
  119. package/dist/es/tools/pdf.d.ts +0 -25
  120. package/dist/es/tools/pdf.js +0 -44
  121. package/dist/es/tools/print.d.ts +0 -16
  122. package/dist/es/tools/print.js +0 -48
  123. package/dist/es/tools/proseMirrorTool.d.ts +0 -12
  124. package/dist/es/tools/proseMirrorTool.js +0 -67
  125. package/dist/es/tools/selectAll.d.ts +0 -16
  126. package/dist/es/tools/selectAll.js +0 -45
  127. package/dist/es/tools/table-wizard/cellPropsUtils.d.ts +0 -36
  128. package/dist/es/tools/table-wizard/cellPropsUtils.js +0 -203
  129. package/dist/es/tools/table-wizard/tableCellProperties.d.ts +0 -20
  130. package/dist/es/tools/table-wizard/tableCellProperties.js +0 -247
  131. package/dist/es/tools/table-wizard/tableProperties.d.ts +0 -11
  132. package/dist/es/tools/table-wizard/tableProperties.js +0 -294
  133. package/dist/es/tools/table-wizard/tablePropsUtils.js +0 -498
  134. package/dist/es/tools/table-wizard/utils.js +0 -144
  135. package/dist/es/tools/tableEdit.d.ts +0 -98
  136. package/dist/es/tools/tableEdit.js +0 -90
  137. package/dist/es/tools/unlink.d.ts +0 -17
  138. package/dist/es/tools/unlink.js +0 -77
  139. package/dist/es/tools/utils.d.ts +0 -50
  140. package/dist/es/tools/utils.js +0 -72
  141. package/dist/es/tools/viewHtml.js +0 -79
  142. package/dist/es/utils/browser-detection.d.ts +0 -4
  143. package/dist/es/utils/browser-detection.js +0 -5
  144. package/dist/es/utils/controlled-value.d.ts +0 -5
  145. package/dist/es/utils/controlled-value.js +0 -31
  146. package/dist/es/utils/index.d.ts +0 -363
  147. package/dist/es/utils/index.js +0 -431
  148. package/dist/es/utils/props-key.d.ts +0 -5
  149. package/dist/es/utils/props-key.js +0 -5
  150. package/dist/npm/Editor.d.ts +0 -118
  151. package/dist/npm/Editor.js +0 -444
  152. package/dist/npm/EditorProps.js +0 -2
  153. package/dist/npm/config/defaultStyles.d.ts +0 -12
  154. package/dist/npm/config/defaultStyles.js +0 -15
  155. package/dist/npm/config/pasteSettings.d.ts +0 -6
  156. package/dist/npm/config/pasteSettings.js +0 -2
  157. package/dist/npm/config/schema.d.ts +0 -1
  158. package/dist/npm/config/schema.js +0 -6
  159. package/dist/npm/config/shortcuts.d.ts +0 -24
  160. package/dist/npm/config/shortcuts.js +0 -38
  161. package/dist/npm/config/toolsSettings.d.ts +0 -490
  162. package/dist/npm/config/toolsSettings.js +0 -525
  163. package/dist/npm/dialogs/EditorDialogProps.js +0 -2
  164. package/dist/npm/dialogs/FindReplace.js +0 -251
  165. package/dist/npm/dialogs/insertImage.js +0 -122
  166. package/dist/npm/dialogs/insertLink.d.ts +0 -26
  167. package/dist/npm/dialogs/insertLink.js +0 -97
  168. package/dist/npm/dialogs/main.js +0 -72
  169. package/dist/npm/dialogs/viewHtml.js +0 -82
  170. package/dist/npm/main.d.ts +0 -176
  171. package/dist/npm/main.js +0 -189
  172. package/dist/npm/messages/index.js +0 -992
  173. package/dist/npm/package-metadata.d.ts +0 -5
  174. package/dist/npm/package-metadata.js +0 -14
  175. package/dist/npm/tools/ToolProps.d.ts +0 -38
  176. package/dist/npm/tools/ToolProps.js +0 -2
  177. package/dist/npm/tools/align.d.ts +0 -7
  178. package/dist/npm/tools/align.js +0 -74
  179. package/dist/npm/tools/applyColor.d.ts +0 -12
  180. package/dist/npm/tools/applyColor.js +0 -38
  181. package/dist/npm/tools/cleanFormatting.js +0 -54
  182. package/dist/npm/tools/findReplace.js +0 -79
  183. package/dist/npm/tools/fontStyle.js +0 -94
  184. package/dist/npm/tools/formatBlock.d.ts +0 -18
  185. package/dist/npm/tools/formatBlock.js +0 -92
  186. package/dist/npm/tools/history.js +0 -19
  187. package/dist/npm/tools/indent.js +0 -93
  188. package/dist/npm/tools/inlineFormat.d.ts +0 -47
  189. package/dist/npm/tools/inlineFormat.js +0 -78
  190. package/dist/npm/tools/insertImage.d.ts +0 -13
  191. package/dist/npm/tools/insertImage.js +0 -82
  192. package/dist/npm/tools/insertLink.js +0 -88
  193. package/dist/npm/tools/insertTable/index.d.ts +0 -3
  194. package/dist/npm/tools/insertTable/index.js +0 -7
  195. package/dist/npm/tools/insertTable/popup.js +0 -105
  196. package/dist/npm/tools/insertTable/popupGrid.js +0 -56
  197. package/dist/npm/tools/insertTable/tool.d.ts +0 -24
  198. package/dist/npm/tools/insertTable/tool.js +0 -109
  199. package/dist/npm/tools/lists-styled.d.ts +0 -5
  200. package/dist/npm/tools/lists-styled.js +0 -84
  201. package/dist/npm/tools/lists.d.ts +0 -27
  202. package/dist/npm/tools/lists.js +0 -87
  203. package/dist/npm/tools/main.js +0 -743
  204. package/dist/npm/tools/outdent.d.ts +0 -17
  205. package/dist/npm/tools/outdent.js +0 -88
  206. package/dist/npm/tools/pdf.js +0 -48
  207. package/dist/npm/tools/print.js +0 -52
  208. package/dist/npm/tools/proseMirrorTool.js +0 -71
  209. package/dist/npm/tools/selectAll.js +0 -49
  210. package/dist/npm/tools/table-wizard/cellPropsUtils.js +0 -208
  211. package/dist/npm/tools/table-wizard/tableCellProperties.js +0 -253
  212. package/dist/npm/tools/table-wizard/tableProperties.d.ts +0 -11
  213. package/dist/npm/tools/table-wizard/tableProperties.js +0 -298
  214. package/dist/npm/tools/table-wizard/tablePropsUtils.d.ts +0 -52
  215. package/dist/npm/tools/table-wizard/tablePropsUtils.js +0 -504
  216. package/dist/npm/tools/table-wizard/utils.d.ts +0 -39
  217. package/dist/npm/tools/table-wizard/utils.js +0 -153
  218. package/dist/npm/tools/tableEdit.js +0 -95
  219. package/dist/npm/tools/unlink.js +0 -80
  220. package/dist/npm/tools/utils.js +0 -82
  221. package/dist/npm/tools/viewHtml.d.ts +0 -24
  222. package/dist/npm/tools/viewHtml.js +0 -82
  223. package/dist/npm/utils/browser-detection.d.ts +0 -4
  224. package/dist/npm/utils/browser-detection.js +0 -8
  225. package/dist/npm/utils/controlled-value.d.ts +0 -5
  226. package/dist/npm/utils/controlled-value.js +0 -35
  227. package/dist/npm/utils/index.js +0 -434
  228. package/dist/npm/utils/props-key.d.ts +0 -5
  229. package/dist/npm/utils/props-key.js +0 -8
  230. package/dist/systemjs/kendo-react-editor.js +0 -1
  231. package/e2e-next/editor.basic.tests.ts +0 -24
@@ -1,490 +0,0 @@
1
- /// <reference types="react" />
2
- import { ButtonProps } from '@progress/kendo-react-buttons';
3
- import { ColorPickerProps } from '@progress/kendo-react-inputs';
4
- import { PDFExportProps } from '@progress/kendo-react-pdf';
5
- /**
6
- * @hidden
7
- */
8
- export declare const listsTypes: {
9
- orderedList: string;
10
- bulletList: string;
11
- listItem: string;
12
- };
13
- /**
14
- * Represents a wrapping namespace for the tool settings of the Editor.
15
- */
16
- export declare namespace EditorToolsSettings {
17
- /**
18
- * The type of the Editor command.
19
- */
20
- type Command = 'Bold' | 'Italic' | 'Underline' | 'Strikethrough' | 'Subscript' | 'Superscript' | 'Undo' | 'Redo' | 'Link' | 'Unlink' | 'InsertImage' | 'InsertFile' | 'AlignLeft' | 'AlignCenter' | 'AlignRight' | 'AlignJustify' | 'AlignRemove' | 'OrderedList' | 'UnorderedList' | 'Indent' | 'Outdent' | 'SetContent' | 'FontSize' | 'FontName' | 'ForeColor' | 'BackColor' | 'FormatBlock' | 'InsertTable' | 'AddRowBefore' | 'AddRowAfter' | 'AddColumnBefore' | 'AddColumnAfter' | 'DeleteRow' | 'DeleteColumn' | 'DeleteTable' | 'MergeCells' | 'SplitCell' | 'CleanFormatting' | 'Custom';
21
- /**
22
- * The settings of the toolbar tools.
23
- */
24
- interface ToolSettings {
25
- /**
26
- * The props which will be added to the Button component of the tool.
27
- */
28
- props: ButtonProps;
29
- /**
30
- * The keys of the messages that are used by the tool.
31
- */
32
- messages: {
33
- [key: string]: string;
34
- };
35
- /**
36
- * The name of the command that is used by the tool.
37
- */
38
- commandName?: Command;
39
- }
40
- /**
41
- * The `AlignAction` object.
42
- */
43
- interface AlignAction {
44
- /**
45
- * The name of the target node.
46
- */
47
- node: string;
48
- /**
49
- * The styles that will be applied to the target node.
50
- */
51
- style: Array<{
52
- name: string;
53
- value: string;
54
- }>;
55
- }
56
- /**
57
- * The settings of the Align tool.
58
- */
59
- interface AlignSettings extends ToolSettings {
60
- /**
61
- * A collection of `AlignAction` objects which defines the behavior of the Align tool.
62
- */
63
- actions: Array<AlignAction>;
64
- }
65
- /**
66
- * The settings of the Style tool which is presented by a DropDownList component.
67
- */
68
- interface StyleDropDownListSettings {
69
- /**
70
- * The name of the style which will be added or removed by the Style tool.
71
- */
72
- style: string;
73
- /**
74
- * The default item of the Style tool.
75
- */
76
- defaultItem: {
77
- text: string;
78
- value: string;
79
- localizationKey?: string;
80
- };
81
- /**
82
- * The data items of the Style tool.
83
- */
84
- items: Array<{
85
- text: string;
86
- value: string;
87
- style?: React.CSSProperties;
88
- }>;
89
- /**
90
- * The name of the command that is used by the Style tool.
91
- */
92
- commandName?: Command;
93
- }
94
- /**
95
- * The settings of the FormatBlock tool which is presented by a DropDownList.
96
- */
97
- interface FormatBlockDropDownListSettings {
98
- /**
99
- * The default item of the FormatBlock tool.
100
- */
101
- defaultItem: {
102
- text: string;
103
- value: string;
104
- localizationKey?: string;
105
- };
106
- /**
107
- * The data items of the FormatBlock tool.
108
- */
109
- items: Array<{
110
- text: string;
111
- value: string;
112
- style?: React.CSSProperties;
113
- }>;
114
- /**
115
- * The name of the command that is used by the FormatBlock tool.
116
- */
117
- commandName?: Command;
118
- }
119
- /**
120
- * The inline-formatting options.
121
- */
122
- interface InlineFormatOptions {
123
- /**
124
- * The mark which will be applied or stripped.
125
- */
126
- mark: string;
127
- /**
128
- * The additional marks which will be stripped.
129
- */
130
- altMarks?: Array<string>;
131
- /**
132
- * An object which holds the style that will be stripped by the tool.
133
- */
134
- altStyle?: {
135
- /**
136
- * The name of the style.
137
- */
138
- name: string;
139
- /**
140
- * The regular expression which will be matched with the value of the style.
141
- */
142
- value: RegExp;
143
- };
144
- }
145
- /**
146
- * The settings of the tool which applies inline formatting.
147
- */
148
- interface InlineFormatSettings extends ToolSettings, InlineFormatOptions {
149
- }
150
- /**
151
- * The settings of the ForeColor and BackColor tools.
152
- */
153
- interface ApplyColorSettings {
154
- /**
155
- * The applied style by the tool (`color` or `background-color`).
156
- */
157
- style: string;
158
- /**
159
- * The props of the underlying [KendoReact ColorPicker component]({% slug overview_colorpicker %}).
160
- */
161
- colorPickerProps: ColorPickerProps;
162
- /**
163
- * The name of the applied command.
164
- */
165
- commandName: string;
166
- }
167
- /**
168
- * The setting of the IndentAction tool.
169
- */
170
- interface IndentAction {
171
- node: string;
172
- style: string;
173
- rtlStyle: string;
174
- step: number;
175
- unit: string;
176
- }
177
- /**
178
- * The settings of the tool which applies indentation.
179
- */
180
- interface IndentationSettings extends ToolSettings {
181
- actions: Array<IndentAction>;
182
- /**
183
- * The list node types of the Indent and Outdent tools.
184
- */
185
- listsTypes: {
186
- orderedList: string;
187
- bulletList: string;
188
- listItem: string;
189
- };
190
- }
191
- /**
192
- * The settings of the Link tool or dialog.
193
- */
194
- interface LinkSettings extends ToolSettings {
195
- mark: string;
196
- linkTarget?: boolean;
197
- }
198
- /**
199
- * The settings of the Unlink tool.
200
- */
201
- interface UnlinkSettings extends ToolSettings {
202
- mark: string;
203
- }
204
- /**
205
- * The settings of the InsertFile tool or dialog.
206
- */
207
- interface InsertFileSettings extends LinkSettings {
208
- }
209
- /**
210
- * The settings of the tool which toggles lists.
211
- */
212
- interface ListSettings extends ToolSettings {
213
- /**
214
- * The list type of the tool.
215
- */
216
- listType: string;
217
- /**
218
- * The types of the list nodes that are used by the tool.
219
- */
220
- types: {
221
- orderedList: string;
222
- bulletList: string;
223
- listItem: string;
224
- };
225
- }
226
- /**
227
- * The settings of the InsertTable tool.
228
- */
229
- interface InsertTableSettings extends ToolSettings {
230
- }
231
- /**
232
- * The settings of the AddRowBefore tool.
233
- */
234
- interface AddRowBeforeSettings extends ToolSettings {
235
- }
236
- /**
237
- * The settings of the AddRowAfter tool.
238
- */
239
- interface AddRowAfterSettings extends ToolSettings {
240
- }
241
- /**
242
- * The settings of the AddColumnBefore tool.
243
- */
244
- interface AddColumnBeforeSettings extends ToolSettings {
245
- }
246
- /**
247
- * The settings of the AddColumnAfter tool.
248
- */
249
- interface AddColumnAfterSettings extends ToolSettings {
250
- }
251
- /**
252
- * The settings of the DeleteRow tool.
253
- */
254
- interface DeleteRowSettings extends ToolSettings {
255
- }
256
- /**
257
- * The settings of the DeleteColumn tool.
258
- */
259
- interface DeleteColumnSettings extends ToolSettings {
260
- }
261
- /**
262
- * The settings of the DeleteTable tool.
263
- */
264
- interface DeleteTableSettings extends ToolSettings {
265
- }
266
- /**
267
- * The settings of the MergeCells tool.
268
- */
269
- interface MergeCellsSettings extends ToolSettings {
270
- }
271
- /**
272
- * The settings of the SplitCell tool.
273
- */
274
- interface SplitCellSettings extends ToolSettings {
275
- }
276
- /**
277
- * The settings of the Print tool.
278
- */
279
- interface PrintSettings extends ToolSettings {
280
- }
281
- /**
282
- * The settings of the SelectAll tool.
283
- */
284
- interface SelectAllSettings extends ToolSettings {
285
- }
286
- /**
287
- * The settings of the Pdf tool.
288
- */
289
- interface PdfSettings extends ToolSettings {
290
- }
291
- /**
292
- * The settings of the CleanFormatting tool.
293
- */
294
- interface CleanFormattingSettings extends ToolSettings {
295
- }
296
- /**
297
- * The settings of the InsertImage tool or dialog.
298
- */
299
- interface ImageSettings extends ToolSettings {
300
- node: string;
301
- }
302
- /**
303
- * The settings of the ViewHtml tool or dialog.
304
- */
305
- interface ViewHtmlSettings extends ToolSettings {
306
- }
307
- /**
308
- * The settings of the Find and Replace tool or dialog.
309
- */
310
- interface FindReplaceSettings extends ToolSettings {
311
- }
312
- /**
313
- * The object of the Bold tool settings.
314
- */
315
- const bold: InlineFormatSettings;
316
- /**
317
- * The object of the Italic tool settings.
318
- */
319
- const italic: InlineFormatSettings;
320
- /**
321
- * The object of the Underline tool settings.
322
- */
323
- const underline: InlineFormatSettings;
324
- /**
325
- * The object of the Strikethrough tool settings.
326
- */
327
- const strikethrough: InlineFormatSettings;
328
- /**
329
- * The object of the Subscript tool settings.
330
- */
331
- const subscript: InlineFormatSettings;
332
- /**
333
- * The object of the Superscript tool settings.
334
- */
335
- const superscript: InlineFormatSettings;
336
- /**
337
- * The object of the Link tool settings.
338
- */
339
- const link: LinkSettings;
340
- /**
341
- * The object of the Link tool settings.
342
- */
343
- const insertFile: InsertFileSettings;
344
- /**
345
- * The object of the InsertTable tool settings.
346
- */
347
- const insertTable: InsertTableSettings;
348
- /**
349
- * The object of the AddRowBefore tool settings.
350
- */
351
- const addRowBefore: AddRowBeforeSettings;
352
- /**
353
- * The object of the AddRowAfter tool settings.
354
- */
355
- const addRowAfter: AddRowAfterSettings;
356
- /**
357
- * The object of the AddColumnBefore tool settings.
358
- */
359
- const addColumnBefore: AddColumnBeforeSettings;
360
- /**
361
- * The object of the AddColumnAfter tool settings.
362
- */
363
- const addColumnAfter: AddColumnAfterSettings;
364
- /**
365
- * The object of the DeleteRow tool settings.
366
- */
367
- const deleteRow: DeleteRowSettings;
368
- /**
369
- * The object of the DeleteColumn tool settings.
370
- */
371
- const deleteColumn: DeleteColumnSettings;
372
- /**
373
- * The object of the DeleteTable tool settings.
374
- */
375
- const deleteTable: DeleteTableSettings;
376
- /**
377
- * The object of the MergeCells tool settings.
378
- */
379
- const mergeCells: MergeCellsSettings;
380
- /**
381
- * The object of the SplitCell tool settings.
382
- */
383
- const splitCell: SplitCellSettings;
384
- /**
385
- * The object of the Print tool settings.
386
- */
387
- const print: PrintSettings;
388
- /**
389
- * The object of the Print tool settings.
390
- */
391
- const selectAll: SelectAllSettings;
392
- /**
393
- * The object of the Print tool settings.
394
- */
395
- const pdf: PdfSettings;
396
- /**
397
- * The PDF export options.
398
- *
399
- * const savePdfOptions = {
400
- * fileName: 'editor.pdf',
401
- * paperSize: 'A4',
402
- * margin: '1cm'
403
- * };
404
- */
405
- const savePdfOptions: PDFExportProps;
406
- /**
407
- * The object of the CleanFormatting tool settings.
408
- */
409
- const cleanFormatting: CleanFormattingSettings;
410
- /**
411
- * The object of the InsertImage tool settings.
412
- */
413
- const image: ImageSettings;
414
- /**
415
- * The object of the ViewHtml tool settings.
416
- */
417
- const viewHtml: ViewHtmlSettings;
418
- /**
419
- * The object of the Find and Replace tool settings.
420
- */
421
- const findAndReplace: FindReplaceSettings;
422
- /**
423
- * The object of the Unlink tool settings.
424
- */
425
- const unlink: UnlinkSettings;
426
- /**
427
- * The object of the Undo tool settings.
428
- */
429
- const undo: ToolSettings;
430
- /**
431
- * The object of the Redo tool settings.
432
- */
433
- const redo: ToolSettings;
434
- /**
435
- * The object of the FontSize tool settings.
436
- */
437
- const fontSize: StyleDropDownListSettings;
438
- /**
439
- * The object of the FontName tool settings.
440
- */
441
- const fontName: StyleDropDownListSettings;
442
- /**
443
- * The object of the FormatBlock tool settings.
444
- */
445
- const formatBlock: FormatBlockDropDownListSettings;
446
- /**
447
- * The object of the ForeColor tool settings.
448
- */
449
- const foreColor: ApplyColorSettings;
450
- /**
451
- * The object of the BackColor tool settings.
452
- */
453
- const backColor: ApplyColorSettings;
454
- /**
455
- * The object of the AlignLeft tool settings.
456
- */
457
- const alignLeft: AlignSettings;
458
- /**
459
- * The object of the AlignRight tool settings.
460
- */
461
- const alignRight: AlignSettings;
462
- /**
463
- * The object of the AlignCenter tool settings.
464
- */
465
- const alignCenter: AlignSettings;
466
- /**
467
- * The object of the AlignJustify tool settings.
468
- */
469
- const alignJustify: AlignSettings;
470
- /**
471
- * The object of the AlignRemove tool settings.
472
- */
473
- const alignRemove: AlignSettings;
474
- /**
475
- * The object of the Indent tool settings.
476
- */
477
- const indent: IndentationSettings;
478
- /**
479
- * The object of the Outdent tool settings.
480
- */
481
- const outdent: IndentationSettings;
482
- /**
483
- * The object of the OrderedList tool settings.
484
- */
485
- const orderedList: ListSettings;
486
- /**
487
- * The object of the UnorderedList tool settings.
488
- */
489
- const bulletList: ListSettings;
490
- }