@progress/kendo-vue-editor 3.3.4 → 3.3.6-dev.202206170937

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 (114) hide show
  1. package/dist/cdn/js/kendo-vue-editor.js +1 -1
  2. package/dist/es/Editor.d.ts +70 -0
  3. package/dist/es/Editor.js +73 -1
  4. package/dist/es/additionalTypes.ts +11 -0
  5. package/dist/es/dialogs/EditorDialogProps.d.ts +0 -3
  6. package/dist/es/dialogs/FindReplace.d.ts +7 -1
  7. package/dist/es/dialogs/FindReplace.js +8 -1
  8. package/dist/es/dialogs/insertImage.d.ts +6 -3
  9. package/dist/es/dialogs/insertImage.js +8 -1
  10. package/dist/es/dialogs/insertLink.d.ts +6 -3
  11. package/dist/es/dialogs/insertLink.js +8 -1
  12. package/dist/es/dialogs/viewHtml.d.ts +6 -3
  13. package/dist/es/dialogs/viewHtml.js +8 -1
  14. package/dist/es/package-metadata.js +1 -1
  15. package/dist/es/tools/align.d.ts +6 -0
  16. package/dist/es/tools/align.js +8 -1
  17. package/dist/es/tools/applyColor.d.ts +6 -3
  18. package/dist/es/tools/applyColor.js +8 -1
  19. package/dist/es/tools/cleanFormatting.d.ts +6 -3
  20. package/dist/es/tools/cleanFormatting.js +8 -1
  21. package/dist/es/tools/findReplace.d.ts +6 -3
  22. package/dist/es/tools/findReplace.js +8 -1
  23. package/dist/es/tools/fontStyle.d.ts +6 -3
  24. package/dist/es/tools/fontStyle.js +8 -1
  25. package/dist/es/tools/formatBlock.d.ts +6 -3
  26. package/dist/es/tools/formatBlock.js +8 -1
  27. package/dist/es/tools/indent.d.ts +6 -3
  28. package/dist/es/tools/indent.js +8 -1
  29. package/dist/es/tools/inlineFormat.d.ts +6 -3
  30. package/dist/es/tools/inlineFormat.js +8 -1
  31. package/dist/es/tools/insertImage.d.ts +6 -3
  32. package/dist/es/tools/insertImage.js +8 -1
  33. package/dist/es/tools/insertLink.d.ts +6 -3
  34. package/dist/es/tools/insertLink.js +8 -1
  35. package/dist/es/tools/insertTable/popup.d.ts +6 -3
  36. package/dist/es/tools/insertTable/popup.js +8 -1
  37. package/dist/es/tools/insertTable/popupGrid.d.ts +6 -3
  38. package/dist/es/tools/insertTable/popupGrid.js +8 -1
  39. package/dist/es/tools/insertTable/tool.d.ts +6 -3
  40. package/dist/es/tools/insertTable/tool.js +8 -1
  41. package/dist/es/tools/lists.d.ts +6 -9
  42. package/dist/es/tools/lists.js +8 -1
  43. package/dist/es/tools/main.d.ts +0 -42
  44. package/dist/es/tools/outdent.d.ts +6 -3
  45. package/dist/es/tools/outdent.js +8 -1
  46. package/dist/es/tools/pdf.d.ts +6 -3
  47. package/dist/es/tools/pdf.js +8 -1
  48. package/dist/es/tools/print.d.ts +6 -3
  49. package/dist/es/tools/print.js +8 -1
  50. package/dist/es/tools/proseMirrorTool.d.ts +6 -0
  51. package/dist/es/tools/proseMirrorTool.js +8 -1
  52. package/dist/es/tools/selectAll.d.ts +6 -3
  53. package/dist/es/tools/selectAll.js +8 -1
  54. package/dist/es/tools/unlink.d.ts +6 -0
  55. package/dist/es/tools/unlink.js +8 -1
  56. package/dist/es/tools/viewHtml.d.ts +6 -0
  57. package/dist/es/tools/viewHtml.js +8 -1
  58. package/dist/npm/Editor.d.ts +70 -0
  59. package/dist/npm/Editor.js +73 -1
  60. package/dist/npm/additionalTypes.ts +11 -0
  61. package/dist/npm/dialogs/EditorDialogProps.d.ts +0 -3
  62. package/dist/npm/dialogs/FindReplace.d.ts +7 -1
  63. package/dist/npm/dialogs/FindReplace.js +8 -1
  64. package/dist/npm/dialogs/insertImage.d.ts +6 -3
  65. package/dist/npm/dialogs/insertImage.js +8 -1
  66. package/dist/npm/dialogs/insertLink.d.ts +6 -3
  67. package/dist/npm/dialogs/insertLink.js +8 -1
  68. package/dist/npm/dialogs/viewHtml.d.ts +6 -3
  69. package/dist/npm/dialogs/viewHtml.js +8 -1
  70. package/dist/npm/package-metadata.js +1 -1
  71. package/dist/npm/tools/align.d.ts +6 -0
  72. package/dist/npm/tools/align.js +8 -1
  73. package/dist/npm/tools/applyColor.d.ts +6 -3
  74. package/dist/npm/tools/applyColor.js +8 -1
  75. package/dist/npm/tools/cleanFormatting.d.ts +6 -3
  76. package/dist/npm/tools/cleanFormatting.js +8 -1
  77. package/dist/npm/tools/findReplace.d.ts +6 -3
  78. package/dist/npm/tools/findReplace.js +8 -1
  79. package/dist/npm/tools/fontStyle.d.ts +6 -3
  80. package/dist/npm/tools/fontStyle.js +8 -1
  81. package/dist/npm/tools/formatBlock.d.ts +6 -3
  82. package/dist/npm/tools/formatBlock.js +8 -1
  83. package/dist/npm/tools/indent.d.ts +6 -3
  84. package/dist/npm/tools/indent.js +8 -1
  85. package/dist/npm/tools/inlineFormat.d.ts +6 -3
  86. package/dist/npm/tools/inlineFormat.js +8 -1
  87. package/dist/npm/tools/insertImage.d.ts +6 -3
  88. package/dist/npm/tools/insertImage.js +8 -1
  89. package/dist/npm/tools/insertLink.d.ts +6 -3
  90. package/dist/npm/tools/insertLink.js +8 -1
  91. package/dist/npm/tools/insertTable/popup.d.ts +6 -3
  92. package/dist/npm/tools/insertTable/popup.js +8 -1
  93. package/dist/npm/tools/insertTable/popupGrid.d.ts +6 -3
  94. package/dist/npm/tools/insertTable/popupGrid.js +8 -1
  95. package/dist/npm/tools/insertTable/tool.d.ts +6 -3
  96. package/dist/npm/tools/insertTable/tool.js +8 -1
  97. package/dist/npm/tools/lists.d.ts +6 -9
  98. package/dist/npm/tools/lists.js +8 -1
  99. package/dist/npm/tools/main.d.ts +0 -42
  100. package/dist/npm/tools/outdent.d.ts +6 -3
  101. package/dist/npm/tools/outdent.js +8 -1
  102. package/dist/npm/tools/pdf.d.ts +6 -3
  103. package/dist/npm/tools/pdf.js +8 -1
  104. package/dist/npm/tools/print.d.ts +6 -3
  105. package/dist/npm/tools/print.js +8 -1
  106. package/dist/npm/tools/proseMirrorTool.d.ts +6 -0
  107. package/dist/npm/tools/proseMirrorTool.js +8 -1
  108. package/dist/npm/tools/selectAll.d.ts +6 -3
  109. package/dist/npm/tools/selectAll.js +8 -1
  110. package/dist/npm/tools/unlink.d.ts +6 -0
  111. package/dist/npm/tools/unlink.js +8 -1
  112. package/dist/npm/tools/viewHtml.d.ts +6 -0
  113. package/dist/npm/tools/viewHtml.js +8 -1
  114. package/package.json +12 -12
@@ -6,6 +6,7 @@ declare type DefaultMethods<V> = {
6
6
  import { Transaction, EditorView } from '@progress/kendo-editor-common';
7
7
  import { EditorToolsSettings } from './config/toolsSettings';
8
8
  import { EditorProps } from './EditorProps';
9
+ /** @hidden */
9
10
  export declare const allTools: {
10
11
  Bold: {
11
12
  comp: any;
@@ -208,6 +209,75 @@ export interface EditorData {
208
209
  */
209
210
  export interface EditorAll extends Vue2type, EditorMethods, EditorData, EditorComputed, EditorComponentState {
210
211
  }
212
+ /**
213
+ * @hidden
214
+ */
211
215
  declare let EditorVue2: ComponentOptions<EditorAll, DefaultData<EditorData>, DefaultMethods<EditorAll>, EditorComputed, RecordPropsDefinition<EditorProps>>;
216
+ /**
217
+ * Represents the [Kendo UI for Vue Editor component]({% slug overview_editor %}).
218
+ *
219
+ * ```jsx
220
+ * <template>
221
+ * <div>
222
+ * <Editor
223
+ * :tools="tools"
224
+ * :content-style="{
225
+ * height: '690px',
226
+ * }"
227
+ * :default-content="content"
228
+ * />
229
+ * </div>
230
+ * </template>
231
+ *
232
+ * <script>
233
+ * import { Editor } from "@progress/kendo-vue-editor";
234
+ * import content from "./content-overview";
235
+ *
236
+ * export default {
237
+ * components: {
238
+ * Editor,
239
+ * },
240
+ * data() {
241
+ * return {
242
+ * tools: [
243
+ * ["Bold", "Italic", "Underline", "Strikethrough"],
244
+ * ["Subscript", "Superscript"],
245
+ * ["AlignLeft", "AlignCenter", "AlignRight", "AlignJustify"],
246
+ * ["Indent", "Outdent"],
247
+ * ["OrderedList", "UnorderedList"],
248
+ * "FontSize",
249
+ * "FontName",
250
+ * "FormatBlock",
251
+ * ["Undo", "Redo"],
252
+ * ["Link", "Unlink", "InsertImage", "ViewHtml"],
253
+ * ["InsertTable"],
254
+ * ["AddRowBefore", "AddRowAfter", "AddColumnBefore", "AddColumnAfter"],
255
+ * ["DeleteRow", "DeleteColumn", "DeleteTable"],
256
+ * ["MergeCells", "SplitCell"],
257
+ * ],
258
+ * content: content,
259
+ * };
260
+ * },
261
+ * };
262
+ * </script>
263
+ * ```
264
+ *
265
+ *
266
+ *
267
+ * ### props <span class='code'>Readonly&lt;[EditorProps]({% slug api_editor_editorprops %})</span>
268
+ * The props of the Editor component.
269
+ *
270
+ * ### contentElement <span class='code'>HTMLDivElement</span>
271
+ * Returns the content-editable DOM element of the Editor.
272
+ *
273
+ * ### element <span class='code'>HTMLElement</span>
274
+ * Returns the DOM element of the Editor.
275
+ *
276
+ * ### value <span class='code'>Node | string</span>
277
+ * The value of the Editor.
278
+ *
279
+ * ### view <span class='code'>EditorView&lt;any&gt;</span>
280
+ * Returns the `view` object of the Editor.
281
+ */
212
282
  declare const Editor: DefineComponent<EditorProps, any, EditorData, EditorComputed, EditorMethods, {}, {}, {}, string, EditorProps, EditorProps, {}>;
213
283
  export { Editor, EditorVue2 };
package/dist/es/Editor.js CHANGED
@@ -68,6 +68,8 @@ import { Pdf } from './tools/pdf';
68
68
  import { Print } from './tools/print';
69
69
  import { FindAndReplace } from './tools/findReplace';
70
70
  import { ApplyColor } from './tools/applyColor';
71
+ /** @hidden */
72
+
71
73
  export var allTools = {
72
74
  'Bold': {
73
75
  comp: InlineFormat,
@@ -233,7 +235,10 @@ export var allTools = {
233
235
  comp: ApplyColor,
234
236
  props: EditorToolsSettings.backColor
235
237
  }
236
- }; // tslint:enable:max-line-length
238
+ };
239
+ /**
240
+ * @hidden
241
+ */
237
242
 
238
243
  var EditorVue2 = {
239
244
  name: 'KendoEditor',
@@ -746,5 +751,72 @@ var EditorVue2 = {
746
751
  }
747
752
  }
748
753
  };
754
+ /**
755
+ * Represents the [Kendo UI for Vue Editor component]({% slug overview_editor %}).
756
+ *
757
+ * ```jsx
758
+ * <template>
759
+ * <div>
760
+ * <Editor
761
+ * :tools="tools"
762
+ * :content-style="{
763
+ * height: '690px',
764
+ * }"
765
+ * :default-content="content"
766
+ * />
767
+ * </div>
768
+ * </template>
769
+ *
770
+ * <script>
771
+ * import { Editor } from "@progress/kendo-vue-editor";
772
+ * import content from "./content-overview";
773
+ *
774
+ * export default {
775
+ * components: {
776
+ * Editor,
777
+ * },
778
+ * data() {
779
+ * return {
780
+ * tools: [
781
+ * ["Bold", "Italic", "Underline", "Strikethrough"],
782
+ * ["Subscript", "Superscript"],
783
+ * ["AlignLeft", "AlignCenter", "AlignRight", "AlignJustify"],
784
+ * ["Indent", "Outdent"],
785
+ * ["OrderedList", "UnorderedList"],
786
+ * "FontSize",
787
+ * "FontName",
788
+ * "FormatBlock",
789
+ * ["Undo", "Redo"],
790
+ * ["Link", "Unlink", "InsertImage", "ViewHtml"],
791
+ * ["InsertTable"],
792
+ * ["AddRowBefore", "AddRowAfter", "AddColumnBefore", "AddColumnAfter"],
793
+ * ["DeleteRow", "DeleteColumn", "DeleteTable"],
794
+ * ["MergeCells", "SplitCell"],
795
+ * ],
796
+ * content: content,
797
+ * };
798
+ * },
799
+ * };
800
+ * </script>
801
+ * ```
802
+ *
803
+ *
804
+ *
805
+ * ### props <span class='code'>Readonly&lt;[EditorProps]({% slug api_editor_editorprops %})</span>
806
+ * The props of the Editor component.
807
+ *
808
+ * ### contentElement <span class='code'>HTMLDivElement</span>
809
+ * Returns the content-editable DOM element of the Editor.
810
+ *
811
+ * ### element <span class='code'>HTMLElement</span>
812
+ * Returns the DOM element of the Editor.
813
+ *
814
+ * ### value <span class='code'>Node | string</span>
815
+ * The value of the Editor.
816
+ *
817
+ * ### view <span class='code'>EditorView&lt;any&gt;</span>
818
+ * Returns the `view` object of the Editor.
819
+ */
820
+
749
821
  var Editor = EditorVue2;
750
822
  export { Editor, EditorVue2 };
@@ -2,9 +2,20 @@
2
2
  import { DefineComponent } from 'vue';
3
3
  // @ts-ignore
4
4
  import * as Vue from 'vue';
5
+
6
+ /**
7
+ * @hidden
8
+ */
5
9
  // @ts-ignore
6
10
  type Vue2type = Vue.default;
11
+
12
+ /**
13
+ * @hidden
14
+ */
7
15
  // @ts-ignore
8
16
  import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
17
+ /**
18
+ * @hidden
19
+ */
9
20
  // @ts-ignore
10
21
  export { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type };
@@ -1,7 +1,4 @@
1
1
  import { EditorView } from '@progress/kendo-editor-common';
2
- /**
3
- * @hidden
4
- */
5
2
  export interface EditorDialogProps {
6
3
  /**
7
4
  * The `EditorView` object.
@@ -17,7 +17,7 @@ interface FindAndReplaceDialogData {
17
17
  useRegExp: boolean;
18
18
  }
19
19
  /**
20
- * @hidden
20
+ * The props for the FindAndReplaceDialog component.
21
21
  */
22
22
  export interface FindAndReplaceDialogProps {
23
23
  /**
@@ -59,6 +59,12 @@ export interface FindAndReplaceDialogState {
59
59
  */
60
60
  export interface FindAndReplaceDialogAll extends Vue2type, FindAndReplaceDialogMethods, FindAndReplaceDialogData, FindAndReplaceDialogComputed, FindAndReplaceDialogState {
61
61
  }
62
+ /**
63
+ * @hidden
64
+ */
62
65
  declare let FindAndReplaceDialogVue2: ComponentOptions<FindAndReplaceDialogAll, DefaultData<FindAndReplaceDialogData>, DefaultMethods<FindAndReplaceDialogAll>, FindAndReplaceDialogComputed, RecordPropsDefinition<FindAndReplaceDialogProps>>;
66
+ /**
67
+ * @hidden
68
+ */
63
69
  declare const FindAndReplaceDialog: DefineComponent<FindAndReplaceDialogProps, any, FindAndReplaceDialogData, FindAndReplaceDialogComputed, FindAndReplaceDialogMethods, {}, {}, {}, string, FindAndReplaceDialogProps, FindAndReplaceDialogProps, {}>;
64
70
  export { FindAndReplaceDialog, FindAndReplaceDialogVue2 };
@@ -12,7 +12,10 @@ import { formatString } from './../tools/utils';
12
12
  import { find, replace, replaceAll, findAll, TextSelection, textHighlightKey, selectedLineTextOnly } from '@progress/kendo-editor-common';
13
13
  var enter = 13,
14
14
  esc = 27;
15
- var settings = EditorToolsSettings.findAndReplace; // tslint:enable:max-line-length
15
+ var settings = EditorToolsSettings.findAndReplace;
16
+ /**
17
+ * @hidden
18
+ */
16
19
 
17
20
  var FindAndReplaceDialogVue2 = {
18
21
  name: 'KendoFindAndReplaceDialog',
@@ -868,5 +871,9 @@ var FindAndReplaceDialogVue2 = {
868
871
  }
869
872
  }
870
873
  };
874
+ /**
875
+ * @hidden
876
+ */
877
+
871
878
  var FindAndReplaceDialog = FindAndReplaceDialogVue2;
872
879
  export { FindAndReplaceDialog, FindAndReplaceDialogVue2 };
@@ -5,9 +5,6 @@ declare type DefaultMethods<V> = {
5
5
  };
6
6
  import { EditorToolsSettings } from '../config/toolsSettings';
7
7
  import { EditorDialogProps } from './EditorDialogProps';
8
- /**
9
- * @hidden
10
- */
11
8
  export interface InsertImageDialogProps extends EditorDialogProps {
12
9
  /**
13
10
  * The `ImageSettings` object.
@@ -46,6 +43,12 @@ export interface InsertImageDialogData {
46
43
  */
47
44
  export interface InsertImageDialogAll extends Vue2type, InsertImageDialogMethods, InsertImageDialogData, InsertImageDialogComputed, InsertImageDialogState {
48
45
  }
46
+ /**
47
+ * @hidden
48
+ */
49
49
  declare let InsertImageDialogVue2: ComponentOptions<InsertImageDialogAll, DefaultData<InsertImageDialogData>, DefaultMethods<InsertImageDialogAll>, InsertImageDialogComputed, RecordPropsDefinition<InsertImageDialogProps>>;
50
+ /**
51
+ * @hidden
52
+ */
50
53
  declare const InsertImageDialog: DefineComponent<InsertImageDialogProps, any, InsertImageDialogData, InsertImageDialogComputed, InsertImageDialogMethods, {}, {}, {}, string, InsertImageDialogProps, InsertImageDialogProps, {}>;
51
54
  export { InsertImageDialog, InsertImageDialogVue2 };
@@ -6,7 +6,10 @@ import { Dialog, DialogActionsBar } from '@progress/kendo-vue-dialogs';
6
6
  import { Button as KButton } from '@progress/kendo-vue-buttons';
7
7
  import { NodeSelection, insertNode } from '@progress/kendo-editor-common';
8
8
  import { provideLocalizationService } from '@progress/kendo-vue-intl';
9
- import { messages } from './../messages'; // tslint:enable:max-line-length
9
+ import { messages } from './../messages';
10
+ /**
11
+ * @hidden
12
+ */
10
13
 
11
14
  var InsertImageDialogVue2 = {
12
15
  name: 'KendoInsertImageDialog',
@@ -298,5 +301,9 @@ var InsertImageDialogVue2 = {
298
301
  }
299
302
  }
300
303
  };
304
+ /**
305
+ * @hidden
306
+ */
307
+
301
308
  var InsertImageDialog = InsertImageDialogVue2;
302
309
  export { InsertImageDialog, InsertImageDialogVue2 };
@@ -5,9 +5,6 @@ declare type DefaultMethods<V> = {
5
5
  };
6
6
  import { EditorToolsSettings } from '../config/toolsSettings';
7
7
  import { EditorDialogProps } from './EditorDialogProps';
8
- /**
9
- * @hidden
10
- */
11
8
  export interface InsertLinkDialogProps extends EditorDialogProps {
12
9
  /**
13
10
  * The `LinkSettings` object.
@@ -44,6 +41,12 @@ export interface InsertLinkDialogData {
44
41
  */
45
42
  export interface InsertLinkDialogAll extends Vue2type, InsertLinkDialogMethods, InsertLinkDialogData, InsertLinkDialogComputed, InsertLinkDialogState {
46
43
  }
44
+ /**
45
+ * @hidden
46
+ */
47
47
  declare let InsertLinkDialogVue2: ComponentOptions<InsertLinkDialogAll, DefaultData<InsertLinkDialogData>, DefaultMethods<InsertLinkDialogAll>, InsertLinkDialogComputed, RecordPropsDefinition<InsertLinkDialogProps>>;
48
+ /**
49
+ * @hidden
50
+ */
48
51
  declare const InsertLinkDialog: DefineComponent<InsertLinkDialogProps, any, InsertLinkDialogData, InsertLinkDialogComputed, InsertLinkDialogMethods, {}, {}, {}, string, InsertLinkDialogProps, InsertLinkDialogProps, {}>;
49
52
  export { InsertLinkDialog, InsertLinkDialogVue2 };
@@ -6,7 +6,10 @@ import { Dialog, DialogActionsBar } from '@progress/kendo-vue-dialogs';
6
6
  import { Button as KButton } from '@progress/kendo-vue-buttons';
7
7
  import { getMark, applyLink } from '@progress/kendo-editor-common';
8
8
  import { provideLocalizationService } from '@progress/kendo-vue-intl';
9
- import { messages } from './../messages'; // tslint:enable:max-line-length
9
+ import { messages } from './../messages';
10
+ /**
11
+ * @hidden
12
+ */
10
13
 
11
14
  var InsertLinkDialogVue2 = {
12
15
  name: 'KendoInsertLinkDialog',
@@ -308,5 +311,9 @@ var InsertLinkDialogVue2 = {
308
311
  }
309
312
  }
310
313
  };
314
+ /**
315
+ * @hidden
316
+ */
317
+
311
318
  var InsertLinkDialog = InsertLinkDialogVue2;
312
319
  export { InsertLinkDialog, InsertLinkDialogVue2 };
@@ -5,9 +5,6 @@ declare type DefaultMethods<V> = {
5
5
  };
6
6
  import { EditorToolsSettings } from '../config/toolsSettings';
7
7
  import { EditorDialogProps } from './EditorDialogProps';
8
- /**
9
- * @hidden
10
- */
11
8
  export interface ViewHtmlDialogProps extends EditorDialogProps {
12
9
  /**
13
10
  * The `ViewHtmlSettings` object.
@@ -43,6 +40,12 @@ export interface ViewHtmlDialogData {
43
40
  */
44
41
  export interface ViewHtmlDialogAll extends Vue2type, ViewHtmlDialogMethods, ViewHtmlDialogData, ViewHtmlDialogComputed, ViewHtmlDialogState {
45
42
  }
43
+ /**
44
+ * @hidden
45
+ */
46
46
  declare let ViewHtmlDialogVue2: ComponentOptions<ViewHtmlDialogAll, DefaultData<ViewHtmlDialogData>, DefaultMethods<ViewHtmlDialogAll>, ViewHtmlDialogComputed, RecordPropsDefinition<ViewHtmlDialogProps>>;
47
+ /**
48
+ * @hidden
49
+ */
47
50
  declare const ViewHtmlDialog: DefineComponent<ViewHtmlDialogProps, any, ViewHtmlDialogData, ViewHtmlDialogComputed, ViewHtmlDialogMethods, {}, {}, {}, string, ViewHtmlDialogProps, ViewHtmlDialogProps, {}>;
48
51
  export { ViewHtmlDialog, ViewHtmlDialogVue2 };
@@ -7,7 +7,10 @@ import { Button as KButton } from '@progress/kendo-vue-buttons';
7
7
  import { getHtml, setHtml, indentHtml, trimWhitespace } from '@progress/kendo-editor-common';
8
8
  import { provideLocalizationService } from '@progress/kendo-vue-intl';
9
9
  import { messages } from './../messages';
10
- import { editorPropsKey } from './../utils/props-key'; // tslint:enable:max-line-length
10
+ import { editorPropsKey } from './../utils/props-key';
11
+ /**
12
+ * @hidden
13
+ */
11
14
 
12
15
  var ViewHtmlDialogVue2 = {
13
16
  name: 'KendoViewHtmlDialog',
@@ -140,5 +143,9 @@ var ViewHtmlDialogVue2 = {
140
143
  }
141
144
  }
142
145
  };
146
+ /**
147
+ * @hidden
148
+ */
149
+
143
150
  var ViewHtmlDialog = ViewHtmlDialogVue2;
144
151
  export { ViewHtmlDialog, ViewHtmlDialogVue2 };
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-editor',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1654589143,
8
+ publishDate: 1655458127,
9
9
  version: '',
10
10
  licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
11
11
  };
@@ -31,6 +31,12 @@ export interface AlignData {
31
31
  */
32
32
  export interface AlignAll extends Vue2type, AlignMethods, AlignData, AlignComputed, AlignState {
33
33
  }
34
+ /**
35
+ * @hidden
36
+ */
34
37
  declare let AlignVue2: ComponentOptions<AlignAll, DefaultData<AlignData>, DefaultMethods<AlignAll>, AlignComputed, RecordPropsDefinition<EditorTools.AlignToolProps>>;
38
+ /**
39
+ * @hidden
40
+ */
35
41
  declare const Align: DefineComponent<EditorTools.AlignToolProps, any, AlignData, AlignComputed, AlignMethods, {}, {}, {}, string, EditorTools.AlignToolProps, EditorTools.AlignToolProps, {}>;
36
42
  export { Align, AlignVue2 };
@@ -36,7 +36,10 @@ import { EditorToolsSettings } from '../config/toolsSettings';
36
36
  import { alignBlocks, isAligned } from '@progress/kendo-editor-common';
37
37
  import { provideLocalizationService } from '@progress/kendo-vue-intl';
38
38
  import { messages } from './../messages';
39
- var alignRemove = EditorToolsSettings.alignRemove; // tslint:enable:max-line-length
39
+ var alignRemove = EditorToolsSettings.alignRemove;
40
+ /**
41
+ * @hidden
42
+ */
40
43
 
41
44
  var AlignVue2 = {
42
45
  name: 'KendoAlign',
@@ -112,5 +115,9 @@ var AlignVue2 = {
112
115
  }
113
116
  }
114
117
  };
118
+ /**
119
+ * @hidden
120
+ */
121
+
115
122
  var Align = AlignVue2;
116
123
  export { Align, AlignVue2 };
@@ -5,9 +5,6 @@ declare type DefaultMethods<V> = {
5
5
  };
6
6
  import { EditorToolsSettings } from '../config/toolsSettings';
7
7
  import { BasicToolProps } from './ToolProps';
8
- /**
9
- * @hidden
10
- */
11
8
  export interface ApplyColorToolProps extends BasicToolProps, EditorToolsSettings.ApplyColorSettings {
12
9
  }
13
10
  /**
@@ -37,6 +34,12 @@ export interface ApplyColorData {
37
34
  */
38
35
  export interface ApplyColorAll extends Vue2type, ApplyColorMethods, ApplyColorData, ApplyColorComputed, ApplyColorState {
39
36
  }
37
+ /**
38
+ * @hidden
39
+ */
40
40
  declare let ApplyColorVue2: ComponentOptions<ApplyColorAll, DefaultData<ApplyColorData>, DefaultMethods<ApplyColorAll>, ApplyColorComputed, RecordPropsDefinition<ApplyColorToolProps>>;
41
+ /**
42
+ * @hidden
43
+ */
41
44
  declare const ApplyColor: DefineComponent<ApplyColorToolProps, any, ApplyColorData, ApplyColorComputed, ApplyColorMethods, {}, {}, {}, string, ApplyColorToolProps, ApplyColorToolProps, {}>;
42
45
  export { ApplyColor, ApplyColorVue2 };
@@ -21,7 +21,10 @@ var gh = allVue.h;
21
21
  import { ColorPicker } from '@progress/kendo-vue-inputs';
22
22
  import { applyInlineStyle } from '@progress/kendo-editor-common';
23
23
  import { provideLocalizationService } from '@progress/kendo-vue-intl';
24
- import { messages } from '../messages'; // tslint:enable:max-line-length
24
+ import { messages } from '../messages';
25
+ /**
26
+ * @hidden
27
+ */
25
28
 
26
29
  var ApplyColorVue2 = {
27
30
  name: 'KendoApplyColor',
@@ -92,5 +95,9 @@ var ApplyColorVue2 = {
92
95
  }
93
96
  }
94
97
  };
98
+ /**
99
+ * @hidden
100
+ */
101
+
95
102
  var ApplyColor = ApplyColorVue2;
96
103
  export { ApplyColor, ApplyColorVue2 };
@@ -5,9 +5,6 @@ declare type DefaultMethods<V> = {
5
5
  };
6
6
  import { ToolProps } from './ToolProps';
7
7
  import { EditorToolsSettings } from './../config/toolsSettings';
8
- /**
9
- * @hidden
10
- */
11
8
  export interface CleanFormattingProps extends ToolProps {
12
9
  /**
13
10
  * The settings of the tool. Use it to modify the tool appearance.
@@ -41,6 +38,12 @@ export interface CleanFormattingData {
41
38
  */
42
39
  export interface CleanFormattingAll extends Vue2type, CleanFormattingMethods, CleanFormattingData, CleanFormattingComputed, CleanFormattingState {
43
40
  }
41
+ /**
42
+ * @hidden
43
+ */
44
44
  declare let CleanFormattingVue2: ComponentOptions<CleanFormattingAll, DefaultData<CleanFormattingData>, DefaultMethods<CleanFormattingAll>, CleanFormattingComputed, RecordPropsDefinition<CleanFormattingProps>>;
45
+ /**
46
+ * @hidden
47
+ */
45
48
  declare const CleanFormatting: DefineComponent<CleanFormattingProps, any, CleanFormattingData, CleanFormattingComputed, CleanFormattingMethods, {}, {}, {}, string, CleanFormattingProps, CleanFormattingProps, {}>;
46
49
  export { CleanFormatting, CleanFormattingVue2 };
@@ -37,7 +37,10 @@ import { messages } from '../messages';
37
37
  import { cleanFormatting as cleanFormattingCmd } from '@progress/kendo-editor-common';
38
38
  import { EditorToolsSettings } from './../config/toolsSettings';
39
39
  var cleanFormatting = EditorToolsSettings.cleanFormatting;
40
- var command = cleanFormattingCmd(); // tslint:enable:max-line-length
40
+ var command = cleanFormattingCmd();
41
+ /**
42
+ * @hidden
43
+ */
41
44
 
42
45
  var CleanFormattingVue2 = {
43
46
  name: 'KendoCleanFormatting',
@@ -110,5 +113,9 @@ var CleanFormattingVue2 = {
110
113
  }
111
114
  }
112
115
  };
116
+ /**
117
+ * @hidden
118
+ */
119
+
113
120
  var CleanFormatting = CleanFormattingVue2;
114
121
  export { CleanFormatting, CleanFormattingVue2 };
@@ -5,9 +5,6 @@ declare type DefaultMethods<V> = {
5
5
  };
6
6
  import { ButtonProps } from '@progress/kendo-vue-buttons';
7
7
  import { BasicToolProps, ToolRenderProp } from './ToolProps';
8
- /**
9
- * @hidden
10
- */
11
8
  export interface FindAndReplaceProps extends BasicToolProps, ToolRenderProp, ButtonProps {
12
9
  }
13
10
  interface FindAndReplaceState {
@@ -35,6 +32,12 @@ export interface FindAndReplaceData {
35
32
  */
36
33
  export interface FindAndReplaceAll extends Vue2type, FindAndReplaceMethods, FindAndReplaceData, FindAndReplaceComputed, FindAndReplaceState {
37
34
  }
35
+ /**
36
+ * @hidden
37
+ */
38
38
  declare let FindAndReplaceVue2: ComponentOptions<FindAndReplaceAll, DefaultData<FindAndReplaceData>, DefaultMethods<FindAndReplaceAll>, FindAndReplaceComputed, RecordPropsDefinition<FindAndReplaceProps>>;
39
+ /**
40
+ * @hidden
41
+ */
39
42
  declare const FindAndReplace: DefineComponent<FindAndReplaceProps, any, FindAndReplaceData, FindAndReplaceComputed, FindAndReplaceMethods, {}, {}, {}, string, FindAndReplaceProps, FindAndReplaceProps, {}>;
40
43
  export { FindAndReplace, FindAndReplaceVue2 };
@@ -36,7 +36,10 @@ import { FindAndReplaceDialog } from '../dialogs/FindReplace';
36
36
  import { messages } from './../messages';
37
37
  import { EditorToolsSettings } from './../config/toolsSettings';
38
38
  import { provideLocalizationService } from '@progress/kendo-vue-intl';
39
- var settings = EditorToolsSettings.findAndReplace; // tslint:enable:max-line-length
39
+ var settings = EditorToolsSettings.findAndReplace;
40
+ /**
41
+ * @hidden
42
+ */
40
43
 
41
44
  var FindAndReplaceVue2 = {
42
45
  name: 'KendoFindAndReplace',
@@ -115,5 +118,9 @@ var FindAndReplaceVue2 = {
115
118
  }
116
119
  }
117
120
  };
121
+ /**
122
+ * @hidden
123
+ */
124
+
118
125
  var FindAndReplace = FindAndReplaceVue2;
119
126
  export { FindAndReplace, FindAndReplaceVue2 };
@@ -5,9 +5,6 @@ declare type DefaultMethods<V> = {
5
5
  };
6
6
  import { DropDownListProps } from '@progress/kendo-vue-dropdowns';
7
7
  import { BasicToolProps, ToolRenderProp } from './ToolProps';
8
- /**
9
- * @hidden
10
- */
11
8
  export interface DropDownListToolProps extends BasicToolProps, ToolRenderProp, DropDownListProps {
12
9
  }
13
10
  /**
@@ -47,6 +44,12 @@ export interface FontNameData {
47
44
  */
48
45
  export interface FontNameAll extends Vue2type, FontNameMethods, FontNameData, FontNameComputed, FontNameState {
49
46
  }
47
+ /**
48
+ * @hidden
49
+ */
50
50
  declare let FontNameVue2: ComponentOptions<FontNameAll, DefaultData<FontNameData>, DefaultMethods<FontNameAll>, FontNameComputed, RecordPropsDefinition<FontNameProps>>;
51
+ /**
52
+ * @hidden
53
+ */
51
54
  declare const FontName: DefineComponent<FontNameProps, any, FontNameData, FontNameComputed, FontNameMethods, {}, {}, {}, string, FontNameProps, FontNameProps, {}>;
52
55
  export { FontName, FontNameVue2 };
@@ -49,7 +49,10 @@ import { DropDownList } from '@progress/kendo-vue-dropdowns';
49
49
  import { getInlineStyles, applyInlineStyle } from '@progress/kendo-editor-common';
50
50
  import { userSelectNone } from './utils';
51
51
  import { provideLocalizationService } from '@progress/kendo-vue-intl';
52
- import { messages } from './../messages'; // tslint:enable:max-line-length
52
+ import { messages } from './../messages';
53
+ /**
54
+ * @hidden
55
+ */
53
56
 
54
57
  var FontNameVue2 = {
55
58
  name: 'KendoFontName',
@@ -158,5 +161,9 @@ var FontNameVue2 = {
158
161
  }
159
162
  }
160
163
  };
164
+ /**
165
+ * @hidden
166
+ */
167
+
161
168
  var FontName = FontNameVue2;
162
169
  export { FontName, FontNameVue2 };
@@ -5,9 +5,6 @@ declare type DefaultMethods<V> = {
5
5
  };
6
6
  import { DropDownListProps } from '@progress/kendo-vue-dropdowns';
7
7
  import { BasicToolProps, ToolRenderProp } from './ToolProps';
8
- /**
9
- * @hidden
10
- */
11
8
  export interface FormatBlockProps extends BasicToolProps, ToolRenderProp, DropDownListProps {
12
9
  }
13
10
  /**
@@ -37,6 +34,12 @@ export interface FormatBlockData {
37
34
  */
38
35
  export interface FormatBlockAll extends Vue2type, FormatBlockMethods, FormatBlockData, FormatBlockComputed, FormatBlockState {
39
36
  }
37
+ /**
38
+ * @hidden
39
+ */
40
40
  declare let FormatBlockVue2: ComponentOptions<FormatBlockAll, DefaultData<FormatBlockData>, DefaultMethods<FormatBlockAll>, FormatBlockComputed, RecordPropsDefinition<FormatBlockProps>>;
41
+ /**
42
+ * @hidden
43
+ */
41
44
  declare const FormatBlock: DefineComponent<FormatBlockProps, any, FormatBlockData, FormatBlockComputed, FormatBlockMethods, {}, {}, {}, string, FormatBlockProps, FormatBlockProps, {}>;
42
45
  export { FormatBlock, FormatBlockVue2 };
@@ -49,7 +49,10 @@ import { DropDownList } from '@progress/kendo-vue-dropdowns';
49
49
  import { getBlockFormats, formatBlockElements } from '@progress/kendo-editor-common';
50
50
  import { userSelectNone } from './utils';
51
51
  import { provideLocalizationService } from '@progress/kendo-vue-intl';
52
- import { messages } from './../messages'; // tslint:enable:max-line-length
52
+ import { messages } from './../messages';
53
+ /**
54
+ * @hidden
55
+ */
53
56
 
54
57
  var FormatBlockVue2 = {
55
58
  name: 'KendoFormatBlock',
@@ -153,5 +156,9 @@ var FormatBlockVue2 = {
153
156
  }
154
157
  }
155
158
  };
159
+ /**
160
+ * @hidden
161
+ */
162
+
156
163
  var FormatBlock = FormatBlockVue2;
157
164
  export { FormatBlock, FormatBlockVue2 };