@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
@@ -4,9 +4,6 @@ declare type DefaultMethods<V> = {
4
4
  [key: string]: (this: V, ...args: any[]) => any;
5
5
  };
6
6
  import { ToolProps } from './ToolProps';
7
- /**
8
- * @hidden
9
- */
10
7
  export interface IndentProps extends ToolProps {
11
8
  }
12
9
  /**
@@ -36,6 +33,12 @@ export interface IndentData {
36
33
  */
37
34
  export interface IndentAll extends Vue2type, IndentMethods, IndentData, IndentComputed, IndentState {
38
35
  }
36
+ /**
37
+ * @hidden
38
+ */
39
39
  declare let IndentVue2: ComponentOptions<IndentAll, DefaultData<IndentData>, DefaultMethods<IndentAll>, IndentComputed, RecordPropsDefinition<IndentProps>>;
40
+ /**
41
+ * @hidden
42
+ */
40
43
  declare const Indent: DefineComponent<IndentProps, any, IndentData, IndentComputed, IndentMethods, {}, {}, {}, string, IndentProps, IndentProps, {}>;
41
44
  export { Indent, IndentVue2 };
@@ -34,7 +34,10 @@ var gh = allVue.h;
34
34
  import { Button as kbutton } from '@progress/kendo-vue-buttons';
35
35
  import { indentBlocks, isIndented, canIndentAsListItem, hasNode, sinkListItem } from '@progress/kendo-editor-common';
36
36
  import { provideLocalizationService } from '@progress/kendo-vue-intl';
37
- import { messages } from './../messages'; // tslint:enable:max-line-length
37
+ import { messages } from './../messages';
38
+ /**
39
+ * @hidden
40
+ */
38
41
 
39
42
  var IndentVue2 = {
40
43
  name: 'KendoIndent',
@@ -123,5 +126,9 @@ var IndentVue2 = {
123
126
  }
124
127
  }
125
128
  };
129
+ /**
130
+ * @hidden
131
+ */
132
+
126
133
  var Indent = IndentVue2;
127
134
  export { Indent, IndentVue2 };
@@ -4,9 +4,6 @@ declare type DefaultMethods<V> = {
4
4
  [key: string]: (this: V, ...args: any[]) => any;
5
5
  };
6
6
  import { ToolProps } from './ToolProps';
7
- /**
8
- * @hidden
9
- */
10
7
  export interface InlineFormatToolProps extends ToolProps {
11
8
  }
12
9
  /**
@@ -66,6 +63,12 @@ export interface InlineFormatData {
66
63
  */
67
64
  export interface InlineFormatAll extends Vue2type, InlineFormatMethods, InlineFormatData, InlineFormatComputed, InlineFormatState {
68
65
  }
66
+ /**
67
+ * @hidden
68
+ */
69
69
  declare let InlineFormatVue2: ComponentOptions<InlineFormatAll, DefaultData<InlineFormatData>, DefaultMethods<InlineFormatAll>, InlineFormatComputed, RecordPropsDefinition<InlineFormatToolProps>>;
70
+ /**
71
+ * @hidden
72
+ */
70
73
  declare const InlineFormat: DefineComponent<InlineFormatToolProps, any, InlineFormatData, InlineFormatComputed, InlineFormatMethods, {}, {}, {}, string, InlineFormatToolProps, InlineFormatToolProps, {}>;
71
74
  export { InlineFormat, InlineFormatVue2 };
@@ -34,7 +34,10 @@ var gh = allVue.h;
34
34
  import { Button as kbutton } from '@progress/kendo-vue-buttons';
35
35
  import { toggleInlineFormat, hasMark } from '@progress/kendo-editor-common';
36
36
  import { provideLocalizationService } from '@progress/kendo-vue-intl';
37
- import { messages } from '../messages'; // tslint:enable:max-line-length
37
+ import { messages } from '../messages';
38
+ /**
39
+ * @hidden
40
+ */
38
41
 
39
42
  var InlineFormatVue2 = {
40
43
  name: 'KendoInlineFormat',
@@ -121,5 +124,9 @@ var InlineFormatVue2 = {
121
124
  }
122
125
  }
123
126
  };
127
+ /**
128
+ * @hidden
129
+ */
130
+
124
131
  var InlineFormat = InlineFormatVue2;
125
132
  export { InlineFormat, InlineFormatVue2 };
@@ -4,9 +4,6 @@ declare type DefaultMethods<V> = {
4
4
  [key: string]: (this: V, ...args: any[]) => any;
5
5
  };
6
6
  import { BasicToolProps, ToolRenderProp } from './ToolProps';
7
- /**
8
- * @hidden
9
- */
10
7
  export interface InsertImageProps extends BasicToolProps, ToolRenderProp {
11
8
  dir?: string;
12
9
  }
@@ -38,6 +35,12 @@ export interface InsertImageData {
38
35
  */
39
36
  export interface InsertImageAll extends Vue2type, InsertImageMethods, InsertImageData, InsertImageComputed, InsertImageState {
40
37
  }
38
+ /**
39
+ * @hidden
40
+ */
41
41
  declare let InsertImageVue2: ComponentOptions<InsertImageAll, DefaultData<InsertImageData>, DefaultMethods<InsertImageAll>, InsertImageComputed, RecordPropsDefinition<InsertImageProps>>;
42
+ /**
43
+ * @hidden
44
+ */
42
45
  declare const InsertImage: DefineComponent<BasicToolProps, any, InsertImageData, InsertImageComputed, InsertImageMethods, {}, {}, {}, string, BasicToolProps, BasicToolProps, {}>;
43
46
  export { InsertImage, InsertImageVue2 };
@@ -35,7 +35,10 @@ import { canInsert } from '@progress/kendo-editor-common';
35
35
  import { Button as kbutton } from '@progress/kendo-vue-buttons';
36
36
  import { InsertImageDialog } from '../dialogs/insertImage';
37
37
  import { provideLocalizationService } from '@progress/kendo-vue-intl';
38
- import { messages } from './../messages'; // tslint:enable:max-line-length
38
+ import { messages } from './../messages';
39
+ /**
40
+ * @hidden
41
+ */
39
42
 
40
43
  var InsertImageVue2 = {
41
44
  name: 'KendoInsertImage',
@@ -126,5 +129,9 @@ var InsertImageVue2 = {
126
129
  }
127
130
  }
128
131
  };
132
+ /**
133
+ * @hidden
134
+ */
135
+
129
136
  var InsertImage = InsertImageVue2;
130
137
  export { InsertImage, InsertImageVue2 };
@@ -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 LinkProps extends BasicToolProps, ToolRenderProp, ButtonProps {
12
9
  }
13
10
  /**
@@ -38,6 +35,12 @@ export interface LinkToolData {
38
35
  */
39
36
  export interface LinkToolAll extends Vue2type, LinkToolMethods, LinkToolData, LinkToolComputed, LinkToolState {
40
37
  }
38
+ /**
39
+ * @hidden
40
+ */
41
41
  declare let LinkToolVue2: ComponentOptions<LinkToolAll, DefaultData<LinkToolData>, DefaultMethods<LinkToolAll>, LinkToolComputed, RecordPropsDefinition<LinkProps>>;
42
+ /**
43
+ * @hidden
44
+ */
42
45
  declare const LinkTool: DefineComponent<LinkProps, any, LinkToolData, LinkToolComputed, LinkToolMethods, {}, {}, {}, string, LinkProps, LinkProps, {}>;
43
46
  export { LinkTool, LinkToolVue2 };
@@ -35,7 +35,10 @@ import { Button as kbutton } from '@progress/kendo-vue-buttons';
35
35
  import { getMark } from '@progress/kendo-editor-common';
36
36
  import { InsertLinkDialog } from '../dialogs/insertLink';
37
37
  import { provideLocalizationService } from '@progress/kendo-vue-intl';
38
- import { messages } from './../messages'; // tslint:enable:max-line-length
38
+ import { messages } from './../messages';
39
+ /**
40
+ * @hidden
41
+ */
39
42
 
40
43
  var LinkToolVue2 = {
41
44
  name: 'KendoLinkTool',
@@ -126,5 +129,9 @@ var LinkToolVue2 = {
126
129
  }
127
130
  }
128
131
  };
132
+ /**
133
+ * @hidden
134
+ */
135
+
129
136
  var LinkTool = LinkToolVue2;
130
137
  export { LinkTool, LinkToolVue2 };
@@ -3,9 +3,6 @@ declare type DefaultData<V> = object | ((this: V) => {});
3
3
  declare type DefaultMethods<V> = {
4
4
  [key: string]: (this: V, ...args: any[]) => any;
5
5
  };
6
- /**
7
- * @hidden
8
- */
9
6
  export interface InsertTablePopupProps {
10
7
  /**
11
8
  * The element which will be used as an anchor.
@@ -72,6 +69,12 @@ export interface InsertTablePopupData {
72
69
  */
73
70
  export interface InsertTablePopupAll extends Vue2type, InsertTablePopupMethods, InsertTablePopupData, InsertTablePopupComputed, InsertTablePopupState {
74
71
  }
72
+ /**
73
+ * @hidden
74
+ */
75
75
  declare let InsertTablePopupVue2: ComponentOptions<InsertTablePopupAll, DefaultData<InsertTablePopupData>, DefaultMethods<InsertTablePopupAll>, InsertTablePopupComputed, RecordPropsDefinition<InsertTablePopupProps>>;
76
+ /**
77
+ * @hidden
78
+ */
76
79
  declare const InsertTablePopup: DefineComponent<InsertTablePopupProps, any, InsertTablePopupData, InsertTablePopupComputed, InsertTablePopupMethods, {}, {}, {}, string, InsertTablePopupProps, InsertTablePopupProps, {}>;
77
80
  export { InsertTablePopup, InsertTablePopupVue2 };
@@ -3,7 +3,10 @@ import * as Vue from 'vue';
3
3
  var allVue = Vue;
4
4
  var gh = allVue.h;
5
5
  import { Popup } from '@progress/kendo-vue-popup';
6
- import { PopupGrid } from './popupGrid'; // tslint:enable:max-line-length
6
+ import { PopupGrid } from './popupGrid';
7
+ /**
8
+ * @hidden
9
+ */
7
10
 
8
11
  var InsertTablePopupVue2 = {
9
12
  name: 'KendoInsertTablePopup',
@@ -164,5 +167,9 @@ var InsertTablePopupVue2 = {
164
167
  }
165
168
  }
166
169
  };
170
+ /**
171
+ * @hidden
172
+ */
173
+
167
174
  var InsertTablePopup = InsertTablePopupVue2;
168
175
  export { InsertTablePopup, InsertTablePopupVue2 };
@@ -3,9 +3,6 @@ declare type DefaultData<V> = object | ((this: V) => {});
3
3
  declare type DefaultMethods<V> = {
4
4
  [key: string]: (this: V, ...args: any[]) => any;
5
5
  };
6
- /**
7
- * @hidden
8
- */
9
6
  export interface PopupGridProps {
10
7
  rows: number;
11
8
  columns: number;
@@ -43,6 +40,12 @@ export interface PopupGridData {
43
40
  */
44
41
  export interface PopupGridAll extends Vue2type, PopupGridMethods, PopupGridData, PopupGridComputed, PopupGridState {
45
42
  }
43
+ /**
44
+ * @hidden
45
+ */
46
46
  declare let PopupGridVue2: ComponentOptions<PopupGridAll, DefaultData<PopupGridData>, DefaultMethods<PopupGridAll>, PopupGridComputed, RecordPropsDefinition<PopupGridProps>>;
47
+ /**
48
+ * @hidden
49
+ */
47
50
  declare const PopupGrid: DefineComponent<PopupGridProps, any, PopupGridData, PopupGridComputed, PopupGridMethods, {}, {}, {}, string, PopupGridProps, PopupGridProps, {}>;
48
51
  export { PopupGrid, PopupGridVue2 };
@@ -4,7 +4,10 @@ var allVue = Vue;
4
4
  var gh = allVue.h;
5
5
  import { formatString } from '../utils';
6
6
  var cellClass = 'k-ct-cell k-state-disabled';
7
- var selectedClass = 'k-state-selected'; // tslint:enable:max-line-length
7
+ var selectedClass = 'k-state-selected';
8
+ /**
9
+ * @hidden
10
+ */
8
11
 
9
12
  var PopupGridVue2 = {
10
13
  name: 'KendoPopupGrid',
@@ -127,5 +130,9 @@ var PopupGridVue2 = {
127
130
  }
128
131
  }
129
132
  };
133
+ /**
134
+ * @hidden
135
+ */
136
+
130
137
  var PopupGrid = PopupGridVue2;
131
138
  export { PopupGrid, PopupGridVue2 };
@@ -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 InsertTableProps extends BasicToolProps, ButtonProps, ToolRenderProp {
12
9
  dir?: string;
13
10
  }
@@ -45,6 +42,12 @@ export interface InsertTableData {
45
42
  */
46
43
  export interface InsertTableAll extends Vue2type, InsertTableMethods, InsertTableData, InsertTableComputed, InsertTableState {
47
44
  }
45
+ /**
46
+ * @hidden
47
+ */
48
48
  declare let InsertTableVue2: ComponentOptions<InsertTableAll, DefaultData<InsertTableData>, DefaultMethods<InsertTableAll>, InsertTableComputed, RecordPropsDefinition<InsertTableProps>>;
49
+ /**
50
+ * @hidden
51
+ */
49
52
  declare const InsertTable: DefineComponent<InsertTableProps, any, InsertTableData, InsertTableComputed, InsertTableMethods, {}, {}, {}, string, InsertTableProps, InsertTableProps, {}>;
50
53
  export { InsertTable, InsertTableVue2 };
@@ -36,7 +36,10 @@ import { guid } from '@progress/kendo-vue-common';
36
36
  import { InsertTablePopup } from './popup';
37
37
  import { provideLocalizationService } from '@progress/kendo-vue-intl';
38
38
  import { messages } from './../../messages';
39
- import { canInsert, createTable, insertNode } from '@progress/kendo-editor-common'; // tslint:enable:max-line-length
39
+ import { canInsert, createTable, insertNode } from '@progress/kendo-editor-common';
40
+ /**
41
+ * @hidden
42
+ */
40
43
 
41
44
  var InsertTableVue2 = {
42
45
  name: 'KendoInsertTable',
@@ -161,5 +164,9 @@ var InsertTableVue2 = {
161
164
  }
162
165
  }
163
166
  };
167
+ /**
168
+ * @hidden
169
+ */
170
+
164
171
  var InsertTable = InsertTableVue2;
165
172
  export { InsertTable, InsertTableVue2 };
@@ -4,19 +4,10 @@ declare type DefaultMethods<V> = {
4
4
  [key: string]: (this: V, ...args: any[]) => any;
5
5
  };
6
6
  import { ToolProps } from './ToolProps';
7
- /**
8
- * @hidden
9
- */
10
7
  export interface ListToolProps extends ToolProps {
11
8
  }
12
- /**
13
- * @hidden
14
- */
15
9
  export interface OrderedListProps extends ListToolProps {
16
10
  }
17
- /**
18
- * @hidden
19
- */
20
11
  export interface UnorderedListProps extends ListToolProps {
21
12
  }
22
13
  /**
@@ -46,6 +37,12 @@ export interface ListData {
46
37
  */
47
38
  export interface ListAll extends Vue2type, ListMethods, ListData, ListComputed, ListState {
48
39
  }
40
+ /**
41
+ * @hidden
42
+ */
49
43
  declare let ListVue2: ComponentOptions<ListAll, DefaultData<ListData>, DefaultMethods<ListAll>, ListComputed, RecordPropsDefinition<ListToolProps>>;
44
+ /**
45
+ * @hidden
46
+ */
50
47
  declare const List: DefineComponent<ListToolProps, any, ListData, ListComputed, ListMethods, {}, {}, {}, string, ListToolProps, ListToolProps, {}>;
51
48
  export { List, ListVue2 };
@@ -34,7 +34,10 @@ var gh = allVue.h;
34
34
  import { Button as kbutton } from '@progress/kendo-vue-buttons';
35
35
  import { hasNode, toggleList } from '@progress/kendo-editor-common';
36
36
  import { provideLocalizationService } from '@progress/kendo-vue-intl';
37
- import { messages } from './../messages'; // tslint:enable:max-line-length
37
+ import { messages } from './../messages';
38
+ /**
39
+ * @hidden
40
+ */
38
41
 
39
42
  var ListVue2 = {
40
43
  name: 'KendoList',
@@ -128,5 +131,9 @@ var ListVue2 = {
128
131
  }
129
132
  }
130
133
  };
134
+ /**
135
+ * @hidden
136
+ */
137
+
131
138
  var List = ListVue2;
132
139
  export { List, ListVue2 };
@@ -37,50 +37,11 @@ export declare namespace EditorTools {
37
37
  */
38
38
  interface PrintProps extends PrintToolProps {
39
39
  }
40
- /**
41
- * The Print tool component.
42
- * Designed to work only if Editor's defaultEditMode prop is set to 'iframe'.
43
- */
44
40
  /**
45
41
  * The props for the Export to PDF tool component of the Editor.
46
42
  */
47
43
  interface PdfProps extends PdfToolProps {
48
44
  }
49
- /**
50
- * The Export to PDF tool component.
51
- *
52
- * To modify the default PDF export options, see the following example:
53
- *
54
- * @example
55
- * ```tsx-no-run
56
- * import { Editor, EditorTools } from '@progress/kendo-vue-editor';
57
- * const { Bold, Italic, Pdf } = EditorTools;
58
- *
59
- * const PdfTool = (props: EditorTools.PdfProps) => (
60
- * <Pdf
61
- * {...props}
62
- * // https://www.telerik.com/kendo-vue-ui/components/pdfprocessing/api/PDFExportProps/
63
- * savePdfOptions={{
64
- * fileName: 'editor-export.pdf',
65
- * paperSize: 'A5',
66
- * margin: '1cm'
67
- * }}
68
- * />
69
- * );
70
- *
71
- * class App extends React.Component<any, any> {
72
- * render() {
73
- * return (
74
- * <Editor
75
- * tools={[[ Bold, Italic, PdfTool ]]}
76
- * contentStyle={{ height: 100 }}
77
- * defaultContent="<p>text</p>"
78
- * />
79
- * );
80
- * }
81
- * }
82
- * ```
83
- */
84
45
  /**
85
46
  * The props for the AddRowBefore tool component of the Editor.
86
47
  */
@@ -126,9 +87,6 @@ export declare namespace EditorTools {
126
87
  */
127
88
  interface SplitCellProps extends TableEditNS.SplitCellProps {
128
89
  }
129
- /**
130
- * The FindAndReplace tool component.
131
- */
132
90
  /**
133
91
  * The props for the FindAndReplace tool component of the Editor.
134
92
  */
@@ -4,9 +4,6 @@ declare type DefaultMethods<V> = {
4
4
  [key: string]: (this: V, ...args: any[]) => any;
5
5
  };
6
6
  import { IndentProps } from './indent';
7
- /**
8
- * @hidden
9
- */
10
7
  export interface OutdentProps extends IndentProps {
11
8
  }
12
9
  /**
@@ -36,6 +33,12 @@ export interface OutdentData {
36
33
  */
37
34
  export interface OutdentAll extends Vue2type, OutdentMethods, OutdentData, OutdentComputed, OutdentState {
38
35
  }
36
+ /**
37
+ * @hidden
38
+ */
39
39
  declare let OutdentVue2: ComponentOptions<OutdentAll, DefaultData<OutdentData>, DefaultMethods<OutdentAll>, OutdentComputed, RecordPropsDefinition<OutdentProps>>;
40
+ /**
41
+ * @hidden
42
+ */
40
43
  declare const Outdent: DefineComponent<OutdentProps, any, OutdentData, OutdentComputed, OutdentMethods, {}, {}, {}, string, OutdentProps, OutdentProps, {}>;
41
44
  export { Outdent, OutdentVue2 };
@@ -34,7 +34,10 @@ var gh = allVue.h;
34
34
  import { Button as kbutton } from '@progress/kendo-vue-buttons';
35
35
  import { indentBlocks, isIndented, canOutdentAsListItem, liftListItem } from '@progress/kendo-editor-common';
36
36
  import { provideLocalizationService } from '@progress/kendo-vue-intl';
37
- import { messages } from './../messages'; // tslint:enable:max-line-length
37
+ import { messages } from './../messages';
38
+ /**
39
+ * @hidden
40
+ */
38
41
 
39
42
  var OutdentVue2 = {
40
43
  name: 'KendoOutdent',
@@ -125,5 +128,9 @@ var OutdentVue2 = {
125
128
  }
126
129
  }
127
130
  };
131
+ /**
132
+ * @hidden
133
+ */
134
+
128
135
  var Outdent = OutdentVue2;
129
136
  export { Outdent, OutdentVue2 };
@@ -6,9 +6,6 @@ declare type DefaultMethods<V> = {
6
6
  import { ToolProps } from './ToolProps';
7
7
  import { EditorToolsSettings } from './../config/toolsSettings';
8
8
  import { PDFExportProps } from '@progress/kendo-vue-pdf';
9
- /**
10
- * @hidden
11
- */
12
9
  export interface PdfProps extends ToolProps {
13
10
  /**
14
11
  * The settings of the tool. Use it to modify the tool appearance.
@@ -50,6 +47,12 @@ export interface PdfData {
50
47
  */
51
48
  export interface PdfAll extends Vue2type, PdfMethods, PdfData, PdfComputed, PdfState {
52
49
  }
50
+ /**
51
+ * @hidden
52
+ */
53
53
  declare let PdfVue2: ComponentOptions<PdfAll, DefaultData<PdfData>, DefaultMethods<PdfAll>, PdfComputed, RecordPropsDefinition<PdfProps>>;
54
+ /**
55
+ * @hidden
56
+ */
54
57
  declare const Pdf: DefineComponent<PdfProps, any, PdfData, PdfComputed, PdfMethods, {}, {}, {}, string, PdfProps, PdfProps, {}>;
55
58
  export { Pdf, PdfVue2 };
@@ -37,7 +37,10 @@ import { savePDF } from '@progress/kendo-vue-pdf';
37
37
  import { messages } from './../messages';
38
38
  import { EditorToolsSettings } from './../config/toolsSettings';
39
39
  var pdf = EditorToolsSettings.pdf,
40
- defaultSavePdfOptions = EditorToolsSettings.savePdfOptions; // tslint:enable:max-line-length
40
+ defaultSavePdfOptions = EditorToolsSettings.savePdfOptions;
41
+ /**
42
+ * @hidden
43
+ */
41
44
 
42
45
  var PdfVue2 = {
43
46
  name: 'KendoPdf',
@@ -101,5 +104,9 @@ var PdfVue2 = {
101
104
  }
102
105
  }
103
106
  };
107
+ /**
108
+ * @hidden
109
+ */
110
+
104
111
  var Pdf = PdfVue2;
105
112
  export { Pdf, PdfVue2 };
@@ -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 PrintProps extends ToolProps {
12
9
  /**
13
10
  * The settings of the tool. Use it to modify the tool appearance.
@@ -41,6 +38,12 @@ export interface PrintData {
41
38
  */
42
39
  export interface PrintAll extends Vue2type, PrintMethods, PrintData, PrintComputed, PrintState {
43
40
  }
41
+ /**
42
+ * @hidden
43
+ */
44
44
  declare let PrintVue2: ComponentOptions<PrintAll, DefaultData<PrintData>, DefaultMethods<PrintAll>, PrintComputed, RecordPropsDefinition<PrintProps>>;
45
+ /**
46
+ * @hidden
47
+ */
45
48
  declare const Print: DefineComponent<PrintProps, any, PrintData, PrintComputed, PrintMethods, {}, {}, {}, string, PrintProps, PrintProps, {}>;
46
49
  export { Print, PrintVue2 };
@@ -35,7 +35,10 @@ import { Button as kbutton } from '@progress/kendo-vue-buttons';
35
35
  import { provideLocalizationService } from '@progress/kendo-vue-intl';
36
36
  import { messages } from './../messages';
37
37
  import { EditorToolsSettings } from './../config/toolsSettings';
38
- var print = EditorToolsSettings.print; // tslint:enable:max-line-length
38
+ var print = EditorToolsSettings.print;
39
+ /**
40
+ * @hidden
41
+ */
39
42
 
40
43
  var PrintVue2 = {
41
44
  name: 'KendoPrint',
@@ -105,5 +108,9 @@ var PrintVue2 = {
105
108
  }
106
109
  }
107
110
  };
111
+ /**
112
+ * @hidden
113
+ */
114
+
108
115
  var Print = PrintVue2;
109
116
  export { Print, PrintVue2 };
@@ -37,6 +37,12 @@ export interface ProseMirrorData {
37
37
  */
38
38
  export interface ProseMirrorAll extends Vue2type, ProseMirrorMethods, ProseMirrorData, ProseMirrorComputed, ProseMirrorState {
39
39
  }
40
+ /**
41
+ * @hidden
42
+ */
40
43
  declare let ProseMirrorVue2: ComponentOptions<ProseMirrorAll, DefaultData<ProseMirrorData>, DefaultMethods<ProseMirrorAll>, ProseMirrorComputed, RecordPropsDefinition<ToolProps>>;
44
+ /**
45
+ * @hidden
46
+ */
41
47
  declare const ProseMirror: DefineComponent<ToolProps, any, ProseMirrorData, ProseMirrorComputed, ProseMirrorMethods, {}, {}, {}, string, ToolProps, ToolProps, {}>;
42
48
  export { ProseMirror, ProseMirrorVue2 };
@@ -34,7 +34,10 @@ var gh = allVue.h;
34
34
  import { Button as kbutton } from '@progress/kendo-vue-buttons';
35
35
  import { noop } from '@progress/kendo-vue-common';
36
36
  import { provideLocalizationService } from '@progress/kendo-vue-intl';
37
- import { messages } from './../messages'; // tslint:enable:max-line-length
37
+ import { messages } from './../messages';
38
+ /**
39
+ * @hidden
40
+ */
38
41
 
39
42
  var ProseMirrorVue2 = {
40
43
  name: 'KendoProseMirror',
@@ -106,5 +109,9 @@ var ProseMirrorVue2 = {
106
109
  }
107
110
  }
108
111
  };
112
+ /**
113
+ * @hidden
114
+ */
115
+
109
116
  var ProseMirror = ProseMirrorVue2;
110
117
  export { ProseMirror, ProseMirrorVue2 };
@@ -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 SelectAllProps extends ToolProps {
12
9
  /**
13
10
  * The settings of the tool. Use it to modify the tool appearance.
@@ -41,6 +38,12 @@ export interface SelectAllData {
41
38
  */
42
39
  export interface SelectAllAll extends Vue2type, SelectAllMethods, SelectAllData, SelectAllComputed, SelectAllState {
43
40
  }
41
+ /**
42
+ * @hidden
43
+ */
44
44
  declare let SelectAllVue2: ComponentOptions<SelectAllAll, DefaultData<SelectAllData>, DefaultMethods<SelectAllAll>, SelectAllComputed, RecordPropsDefinition<SelectAllProps>>;
45
+ /**
46
+ * @hidden
47
+ */
45
48
  declare const SelectAll: DefineComponent<SelectAllProps, any, SelectAllData, SelectAllComputed, SelectAllMethods, {}, {}, {}, string, SelectAllProps, SelectAllProps, {}>;
46
49
  export { SelectAll, SelectAllVue2 };
@@ -36,7 +36,10 @@ import { provideLocalizationService } from '@progress/kendo-vue-intl';
36
36
  import { messages } from './../messages';
37
37
  import { selectAll as selectAllCommand } from '@progress/kendo-editor-common';
38
38
  import { EditorToolsSettings } from './../config/toolsSettings';
39
- var selectAll = EditorToolsSettings.selectAll; // tslint:enable:max-line-length
39
+ var selectAll = EditorToolsSettings.selectAll;
40
+ /**
41
+ * @hidden
42
+ */
40
43
 
41
44
  var SelectAllVue2 = {
42
45
  name: 'KendoSelectAll',
@@ -98,5 +101,9 @@ var SelectAllVue2 = {
98
101
  }
99
102
  }
100
103
  };
104
+ /**
105
+ * @hidden
106
+ */
107
+
101
108
  var SelectAll = SelectAllVue2;
102
109
  export { SelectAll, SelectAllVue2 };
@@ -36,6 +36,12 @@ export interface UnlinkData {
36
36
  */
37
37
  export interface UnlinkAll extends Vue2type, UnlinkMethods, UnlinkData, UnlinkComputed, UnlinkState {
38
38
  }
39
+ /**
40
+ * @hidden
41
+ */
39
42
  declare let UnlinkVue2: ComponentOptions<UnlinkAll, DefaultData<UnlinkData>, DefaultMethods<UnlinkAll>, UnlinkComputed, RecordPropsDefinition<UnlinkProps>>;
43
+ /**
44
+ * @hidden
45
+ */
40
46
  declare const Unlink: DefineComponent<UnlinkProps, any, UnlinkData, UnlinkComputed, UnlinkMethods, {}, {}, {}, string, UnlinkProps, UnlinkProps, {}>;
41
47
  export { Unlink, UnlinkVue2 };