@progress/kendo-vue-editor 2.7.3-dev.202201070829 → 2.8.0-dev.202201131525

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 (112) hide show
  1. package/dist/cdn/js/kendo-vue-editor.js +1 -1
  2. package/dist/es/Editor.d.ts +49 -131
  3. package/dist/es/Editor.js +40 -21
  4. package/dist/es/EditorProps.d.ts +11 -5
  5. package/dist/es/additionalTypes.ts +7 -1
  6. package/dist/es/dialogs/FindReplace.d.ts +6 -7
  7. package/dist/es/dialogs/FindReplace.js +190 -127
  8. package/dist/es/dialogs/insertImage.d.ts +5 -6
  9. package/dist/es/dialogs/insertImage.js +23 -13
  10. package/dist/es/dialogs/insertLink.d.ts +5 -6
  11. package/dist/es/dialogs/insertLink.js +12 -8
  12. package/dist/es/dialogs/viewHtml.d.ts +5 -6
  13. package/dist/es/dialogs/viewHtml.js +3 -3
  14. package/dist/es/package-metadata.js +1 -1
  15. package/dist/es/tools/align.d.ts +5 -6
  16. package/dist/es/tools/align.js +3 -3
  17. package/dist/es/tools/applyColor.d.ts +5 -6
  18. package/dist/es/tools/applyColor.js +3 -3
  19. package/dist/es/tools/cleanFormatting.d.ts +5 -6
  20. package/dist/es/tools/cleanFormatting.js +3 -3
  21. package/dist/es/tools/findReplace.d.ts +5 -6
  22. package/dist/es/tools/findReplace.js +3 -3
  23. package/dist/es/tools/fontStyle.d.ts +5 -6
  24. package/dist/es/tools/fontStyle.js +3 -3
  25. package/dist/es/tools/formatBlock.d.ts +5 -6
  26. package/dist/es/tools/formatBlock.js +3 -3
  27. package/dist/es/tools/indent.d.ts +5 -6
  28. package/dist/es/tools/indent.js +3 -3
  29. package/dist/es/tools/inlineFormat.d.ts +5 -6
  30. package/dist/es/tools/inlineFormat.js +3 -3
  31. package/dist/es/tools/insertImage.d.ts +5 -6
  32. package/dist/es/tools/insertImage.js +3 -3
  33. package/dist/es/tools/insertLink.d.ts +5 -6
  34. package/dist/es/tools/insertLink.js +3 -3
  35. package/dist/es/tools/insertTable/popup.d.ts +5 -6
  36. package/dist/es/tools/insertTable/popup.js +3 -3
  37. package/dist/es/tools/insertTable/popupGrid.d.ts +5 -6
  38. package/dist/es/tools/insertTable/popupGrid.js +3 -3
  39. package/dist/es/tools/insertTable/tool.d.ts +5 -6
  40. package/dist/es/tools/insertTable/tool.js +3 -3
  41. package/dist/es/tools/lists.d.ts +5 -6
  42. package/dist/es/tools/lists.js +3 -3
  43. package/dist/es/tools/outdent.d.ts +5 -6
  44. package/dist/es/tools/outdent.js +3 -3
  45. package/dist/es/tools/pdf.d.ts +5 -6
  46. package/dist/es/tools/pdf.js +3 -3
  47. package/dist/es/tools/print.d.ts +5 -6
  48. package/dist/es/tools/print.js +3 -3
  49. package/dist/es/tools/proseMirrorTool.d.ts +5 -6
  50. package/dist/es/tools/proseMirrorTool.js +3 -3
  51. package/dist/es/tools/selectAll.d.ts +5 -6
  52. package/dist/es/tools/selectAll.js +3 -3
  53. package/dist/es/tools/unlink.d.ts +5 -6
  54. package/dist/es/tools/unlink.js +3 -3
  55. package/dist/es/tools/viewHtml.d.ts +5 -6
  56. package/dist/es/tools/viewHtml.js +3 -3
  57. package/dist/npm/Editor.d.ts +49 -131
  58. package/dist/npm/Editor.js +42 -23
  59. package/dist/npm/EditorProps.d.ts +11 -5
  60. package/dist/npm/additionalTypes.ts +7 -1
  61. package/dist/npm/dialogs/FindReplace.d.ts +6 -7
  62. package/dist/npm/dialogs/FindReplace.js +193 -129
  63. package/dist/npm/dialogs/insertImage.d.ts +5 -6
  64. package/dist/npm/dialogs/insertImage.js +25 -15
  65. package/dist/npm/dialogs/insertLink.d.ts +5 -6
  66. package/dist/npm/dialogs/insertLink.js +14 -10
  67. package/dist/npm/dialogs/viewHtml.d.ts +5 -6
  68. package/dist/npm/dialogs/viewHtml.js +5 -5
  69. package/dist/npm/package-metadata.js +1 -1
  70. package/dist/npm/tools/align.d.ts +5 -6
  71. package/dist/npm/tools/align.js +5 -5
  72. package/dist/npm/tools/applyColor.d.ts +5 -6
  73. package/dist/npm/tools/applyColor.js +5 -5
  74. package/dist/npm/tools/cleanFormatting.d.ts +5 -6
  75. package/dist/npm/tools/cleanFormatting.js +5 -5
  76. package/dist/npm/tools/findReplace.d.ts +5 -6
  77. package/dist/npm/tools/findReplace.js +5 -5
  78. package/dist/npm/tools/fontStyle.d.ts +5 -6
  79. package/dist/npm/tools/fontStyle.js +5 -5
  80. package/dist/npm/tools/formatBlock.d.ts +5 -6
  81. package/dist/npm/tools/formatBlock.js +5 -5
  82. package/dist/npm/tools/indent.d.ts +5 -6
  83. package/dist/npm/tools/indent.js +5 -5
  84. package/dist/npm/tools/inlineFormat.d.ts +5 -6
  85. package/dist/npm/tools/inlineFormat.js +5 -5
  86. package/dist/npm/tools/insertImage.d.ts +5 -6
  87. package/dist/npm/tools/insertImage.js +5 -5
  88. package/dist/npm/tools/insertLink.d.ts +5 -6
  89. package/dist/npm/tools/insertLink.js +5 -5
  90. package/dist/npm/tools/insertTable/popup.d.ts +5 -6
  91. package/dist/npm/tools/insertTable/popup.js +5 -5
  92. package/dist/npm/tools/insertTable/popupGrid.d.ts +5 -6
  93. package/dist/npm/tools/insertTable/popupGrid.js +5 -5
  94. package/dist/npm/tools/insertTable/tool.d.ts +5 -6
  95. package/dist/npm/tools/insertTable/tool.js +5 -5
  96. package/dist/npm/tools/lists.d.ts +5 -6
  97. package/dist/npm/tools/lists.js +5 -5
  98. package/dist/npm/tools/outdent.d.ts +5 -6
  99. package/dist/npm/tools/outdent.js +5 -5
  100. package/dist/npm/tools/pdf.d.ts +5 -6
  101. package/dist/npm/tools/pdf.js +5 -5
  102. package/dist/npm/tools/print.d.ts +5 -6
  103. package/dist/npm/tools/print.js +5 -5
  104. package/dist/npm/tools/proseMirrorTool.d.ts +5 -6
  105. package/dist/npm/tools/proseMirrorTool.js +5 -5
  106. package/dist/npm/tools/selectAll.d.ts +5 -6
  107. package/dist/npm/tools/selectAll.js +5 -5
  108. package/dist/npm/tools/unlink.d.ts +5 -6
  109. package/dist/npm/tools/unlink.js +5 -5
  110. package/dist/npm/tools/viewHtml.d.ts +5 -6
  111. package/dist/npm/tools/viewHtml.js +5 -5
  112. package/package.json +12 -12
@@ -1,5 +1,4 @@
1
- import { DefineComponent } from '../additionalTypes';
2
- import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
1
+ import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../additionalTypes';
3
2
  declare type DefaultData<V> = object | ((this: V) => {});
4
3
  declare type DefaultMethods<V> = {
5
4
  [key: string]: (this: V, ...args: any[]) => any;
@@ -35,8 +34,8 @@ export interface IndentData {
35
34
  /**
36
35
  * @hidden
37
36
  */
38
- export interface IndentAll extends Vue, IndentMethods, IndentData, IndentComputed, IndentState {
37
+ export interface IndentAll extends Vue2type, IndentMethods, IndentData, IndentComputed, IndentState {
39
38
  }
40
- declare let Indent: ComponentOptions<IndentAll, DefaultData<IndentData>, DefaultMethods<IndentAll>, IndentComputed, RecordPropsDefinition<IndentProps>>;
41
- declare const IndentVue3: DefineComponent<IndentProps, any, IndentData, IndentComputed, IndentMethods, {}, {}, {}, string, IndentProps, IndentProps, {}>;
42
- export { Indent, IndentVue3 };
39
+ declare let IndentVue2: ComponentOptions<IndentAll, DefaultData<IndentData>, DefaultMethods<IndentAll>, IndentComputed, RecordPropsDefinition<IndentProps>>;
40
+ declare const Indent: DefineComponent<IndentProps, any, IndentData, IndentComputed, IndentMethods, {}, {}, {}, string, IndentProps, IndentProps, {}>;
41
+ export { Indent, IndentVue2 };
@@ -32,7 +32,7 @@ var __rest = undefined && undefined.__rest || function (s, e) {
32
32
  Object.defineProperty(exports, "__esModule", {
33
33
  value: true
34
34
  });
35
- exports.IndentVue3 = exports.Indent = void 0; // @ts-ignore
35
+ exports.IndentVue2 = exports.Indent = void 0; // @ts-ignore
36
36
 
37
37
  var Vue = require("vue");
38
38
 
@@ -48,7 +48,7 @@ var kendo_vue_intl_1 = require("@progress/kendo-vue-intl");
48
48
  var messages_1 = require("./../messages"); // tslint:enable:max-line-length
49
49
 
50
50
 
51
- var Indent = {
51
+ var IndentVue2 = {
52
52
  name: 'KendoIndent',
53
53
  props: __assign({
54
54
  view: Object,
@@ -135,6 +135,6 @@ var Indent = {
135
135
  }
136
136
  }
137
137
  };
138
- exports.Indent = Indent;
139
- var IndentVue3 = Indent;
140
- exports.IndentVue3 = IndentVue3;
138
+ exports.IndentVue2 = IndentVue2;
139
+ var Indent = IndentVue2;
140
+ exports.Indent = Indent;
@@ -1,5 +1,4 @@
1
- import { DefineComponent } from '../additionalTypes';
2
- import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
1
+ import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../additionalTypes';
3
2
  declare type DefaultData<V> = object | ((this: V) => {});
4
3
  declare type DefaultMethods<V> = {
5
4
  [key: string]: (this: V, ...args: any[]) => any;
@@ -65,8 +64,8 @@ export interface InlineFormatData {
65
64
  /**
66
65
  * @hidden
67
66
  */
68
- export interface InlineFormatAll extends Vue, InlineFormatMethods, InlineFormatData, InlineFormatComputed, InlineFormatState {
67
+ export interface InlineFormatAll extends Vue2type, InlineFormatMethods, InlineFormatData, InlineFormatComputed, InlineFormatState {
69
68
  }
70
- declare let InlineFormat: ComponentOptions<InlineFormatAll, DefaultData<InlineFormatData>, DefaultMethods<InlineFormatAll>, InlineFormatComputed, RecordPropsDefinition<InlineFormatToolProps>>;
71
- declare const InlineFormatVue3: DefineComponent<InlineFormatToolProps, any, InlineFormatData, InlineFormatComputed, InlineFormatMethods, {}, {}, {}, string, InlineFormatToolProps, InlineFormatToolProps, {}>;
72
- export { InlineFormat, InlineFormatVue3 };
69
+ declare let InlineFormatVue2: ComponentOptions<InlineFormatAll, DefaultData<InlineFormatData>, DefaultMethods<InlineFormatAll>, InlineFormatComputed, RecordPropsDefinition<InlineFormatToolProps>>;
70
+ declare const InlineFormat: DefineComponent<InlineFormatToolProps, any, InlineFormatData, InlineFormatComputed, InlineFormatMethods, {}, {}, {}, string, InlineFormatToolProps, InlineFormatToolProps, {}>;
71
+ export { InlineFormat, InlineFormatVue2 };
@@ -32,7 +32,7 @@ var __rest = undefined && undefined.__rest || function (s, e) {
32
32
  Object.defineProperty(exports, "__esModule", {
33
33
  value: true
34
34
  });
35
- exports.InlineFormatVue3 = exports.InlineFormat = void 0; // @ts-ignore
35
+ exports.InlineFormatVue2 = exports.InlineFormat = void 0; // @ts-ignore
36
36
 
37
37
  var Vue = require("vue");
38
38
 
@@ -48,7 +48,7 @@ var kendo_vue_intl_1 = require("@progress/kendo-vue-intl");
48
48
  var messages_1 = require("../messages"); // tslint:enable:max-line-length
49
49
 
50
50
 
51
- var InlineFormat = {
51
+ var InlineFormatVue2 = {
52
52
  name: 'KendoInlineFormat',
53
53
  props: __assign({
54
54
  view: Object,
@@ -133,6 +133,6 @@ var InlineFormat = {
133
133
  }
134
134
  }
135
135
  };
136
- exports.InlineFormat = InlineFormat;
137
- var InlineFormatVue3 = InlineFormat;
138
- exports.InlineFormatVue3 = InlineFormatVue3;
136
+ exports.InlineFormatVue2 = InlineFormatVue2;
137
+ var InlineFormat = InlineFormatVue2;
138
+ exports.InlineFormat = InlineFormat;
@@ -1,5 +1,4 @@
1
- import { DefineComponent } from '../additionalTypes';
2
- import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
1
+ import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../additionalTypes';
3
2
  declare type DefaultData<V> = object | ((this: V) => {});
4
3
  declare type DefaultMethods<V> = {
5
4
  [key: string]: (this: V, ...args: any[]) => any;
@@ -37,8 +36,8 @@ export interface InsertImageData {
37
36
  /**
38
37
  * @hidden
39
38
  */
40
- export interface InsertImageAll extends Vue, InsertImageMethods, InsertImageData, InsertImageComputed, InsertImageState {
39
+ export interface InsertImageAll extends Vue2type, InsertImageMethods, InsertImageData, InsertImageComputed, InsertImageState {
41
40
  }
42
- declare let InsertImage: ComponentOptions<InsertImageAll, DefaultData<InsertImageData>, DefaultMethods<InsertImageAll>, InsertImageComputed, RecordPropsDefinition<InsertImageProps>>;
43
- declare const InsertImageVue3: DefineComponent<BasicToolProps, any, InsertImageData, InsertImageComputed, InsertImageMethods, {}, {}, {}, string, BasicToolProps, BasicToolProps, {}>;
44
- export { InsertImage, InsertImageVue3 };
41
+ declare let InsertImageVue2: ComponentOptions<InsertImageAll, DefaultData<InsertImageData>, DefaultMethods<InsertImageAll>, InsertImageComputed, RecordPropsDefinition<InsertImageProps>>;
42
+ declare const InsertImage: DefineComponent<BasicToolProps, any, InsertImageData, InsertImageComputed, InsertImageMethods, {}, {}, {}, string, BasicToolProps, BasicToolProps, {}>;
43
+ export { InsertImage, InsertImageVue2 };
@@ -32,7 +32,7 @@ var __rest = undefined && undefined.__rest || function (s, e) {
32
32
  Object.defineProperty(exports, "__esModule", {
33
33
  value: true
34
34
  });
35
- exports.InsertImageVue3 = exports.InsertImage = void 0; // @ts-ignore
35
+ exports.InsertImageVue2 = exports.InsertImage = void 0; // @ts-ignore
36
36
 
37
37
  var Vue = require("vue");
38
38
 
@@ -50,7 +50,7 @@ var kendo_vue_intl_1 = require("@progress/kendo-vue-intl");
50
50
  var messages_1 = require("./../messages"); // tslint:enable:max-line-length
51
51
 
52
52
 
53
- var InsertImage = {
53
+ var InsertImageVue2 = {
54
54
  name: 'KendoInsertImage',
55
55
  props: __assign({
56
56
  view: Object,
@@ -139,6 +139,6 @@ var InsertImage = {
139
139
  }
140
140
  }
141
141
  };
142
- exports.InsertImage = InsertImage;
143
- var InsertImageVue3 = InsertImage;
144
- exports.InsertImageVue3 = InsertImageVue3;
142
+ exports.InsertImageVue2 = InsertImageVue2;
143
+ var InsertImage = InsertImageVue2;
144
+ exports.InsertImage = InsertImage;
@@ -1,5 +1,4 @@
1
- import { DefineComponent } from '../additionalTypes';
2
- import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
1
+ import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../additionalTypes';
3
2
  declare type DefaultData<V> = object | ((this: V) => {});
4
3
  declare type DefaultMethods<V> = {
5
4
  [key: string]: (this: V, ...args: any[]) => any;
@@ -37,8 +36,8 @@ export interface LinkToolData {
37
36
  /**
38
37
  * @hidden
39
38
  */
40
- export interface LinkToolAll extends Vue, LinkToolMethods, LinkToolData, LinkToolComputed, LinkToolState {
39
+ export interface LinkToolAll extends Vue2type, LinkToolMethods, LinkToolData, LinkToolComputed, LinkToolState {
41
40
  }
42
- declare let LinkTool: ComponentOptions<LinkToolAll, DefaultData<LinkToolData>, DefaultMethods<LinkToolAll>, LinkToolComputed, RecordPropsDefinition<LinkProps>>;
43
- declare const LinkToolVue3: DefineComponent<LinkProps, any, LinkToolData, LinkToolComputed, LinkToolMethods, {}, {}, {}, string, LinkProps, LinkProps, {}>;
44
- export { LinkTool, LinkToolVue3 };
41
+ declare let LinkToolVue2: ComponentOptions<LinkToolAll, DefaultData<LinkToolData>, DefaultMethods<LinkToolAll>, LinkToolComputed, RecordPropsDefinition<LinkProps>>;
42
+ declare const LinkTool: DefineComponent<LinkProps, any, LinkToolData, LinkToolComputed, LinkToolMethods, {}, {}, {}, string, LinkProps, LinkProps, {}>;
43
+ export { LinkTool, LinkToolVue2 };
@@ -32,7 +32,7 @@ var __rest = undefined && undefined.__rest || function (s, e) {
32
32
  Object.defineProperty(exports, "__esModule", {
33
33
  value: true
34
34
  });
35
- exports.LinkToolVue3 = exports.LinkTool = void 0; // @ts-ignore
35
+ exports.LinkToolVue2 = exports.LinkTool = void 0; // @ts-ignore
36
36
 
37
37
  var Vue = require("vue");
38
38
 
@@ -50,7 +50,7 @@ var kendo_vue_intl_1 = require("@progress/kendo-vue-intl");
50
50
  var messages_1 = require("./../messages"); // tslint:enable:max-line-length
51
51
 
52
52
 
53
- var LinkTool = {
53
+ var LinkToolVue2 = {
54
54
  name: 'KendoLinkTool',
55
55
  props: __assign({
56
56
  view: Object,
@@ -139,6 +139,6 @@ var LinkTool = {
139
139
  }
140
140
  }
141
141
  };
142
- exports.LinkTool = LinkTool;
143
- var LinkToolVue3 = LinkTool;
144
- exports.LinkToolVue3 = LinkToolVue3;
142
+ exports.LinkToolVue2 = LinkToolVue2;
143
+ var LinkTool = LinkToolVue2;
144
+ exports.LinkTool = LinkTool;
@@ -1,5 +1,4 @@
1
- import { DefineComponent } from '../../additionalTypes';
2
- import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
1
+ import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../../additionalTypes';
3
2
  declare type DefaultData<V> = object | ((this: V) => {});
4
3
  declare type DefaultMethods<V> = {
5
4
  [key: string]: (this: V, ...args: any[]) => any;
@@ -71,8 +70,8 @@ export interface InsertTablePopupData {
71
70
  /**
72
71
  * @hidden
73
72
  */
74
- export interface InsertTablePopupAll extends Vue, InsertTablePopupMethods, InsertTablePopupData, InsertTablePopupComputed, InsertTablePopupState {
73
+ export interface InsertTablePopupAll extends Vue2type, InsertTablePopupMethods, InsertTablePopupData, InsertTablePopupComputed, InsertTablePopupState {
75
74
  }
76
- declare let InsertTablePopup: ComponentOptions<InsertTablePopupAll, DefaultData<InsertTablePopupData>, DefaultMethods<InsertTablePopupAll>, InsertTablePopupComputed, RecordPropsDefinition<InsertTablePopupProps>>;
77
- declare const InsertTablePopupVue3: DefineComponent<InsertTablePopupProps, any, InsertTablePopupData, InsertTablePopupComputed, InsertTablePopupMethods, {}, {}, {}, string, InsertTablePopupProps, InsertTablePopupProps, {}>;
78
- export { InsertTablePopup, InsertTablePopupVue3 };
75
+ declare let InsertTablePopupVue2: ComponentOptions<InsertTablePopupAll, DefaultData<InsertTablePopupData>, DefaultMethods<InsertTablePopupAll>, InsertTablePopupComputed, RecordPropsDefinition<InsertTablePopupProps>>;
76
+ declare const InsertTablePopup: DefineComponent<InsertTablePopupProps, any, InsertTablePopupData, InsertTablePopupComputed, InsertTablePopupMethods, {}, {}, {}, string, InsertTablePopupProps, InsertTablePopupProps, {}>;
77
+ export { InsertTablePopup, InsertTablePopupVue2 };
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.InsertTablePopupVue3 = exports.InsertTablePopup = void 0; // @ts-ignore
6
+ exports.InsertTablePopupVue2 = exports.InsertTablePopup = void 0; // @ts-ignore
7
7
 
8
8
  var Vue = require("vue");
9
9
 
@@ -15,7 +15,7 @@ var kendo_vue_popup_1 = require("@progress/kendo-vue-popup");
15
15
  var popupGrid_1 = require("./popupGrid"); // tslint:enable:max-line-length
16
16
 
17
17
 
18
- var InsertTablePopup = {
18
+ var InsertTablePopupVue2 = {
19
19
  name: 'KendoInsertTablePopup',
20
20
  props: {
21
21
  show: {
@@ -174,6 +174,6 @@ var InsertTablePopup = {
174
174
  }
175
175
  }
176
176
  };
177
- exports.InsertTablePopup = InsertTablePopup;
178
- var InsertTablePopupVue3 = InsertTablePopup;
179
- exports.InsertTablePopupVue3 = InsertTablePopupVue3;
177
+ exports.InsertTablePopupVue2 = InsertTablePopupVue2;
178
+ var InsertTablePopup = InsertTablePopupVue2;
179
+ exports.InsertTablePopup = InsertTablePopup;
@@ -1,5 +1,4 @@
1
- import { DefineComponent } from '../../additionalTypes';
2
- import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
1
+ import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../../additionalTypes';
3
2
  declare type DefaultData<V> = object | ((this: V) => {});
4
3
  declare type DefaultMethods<V> = {
5
4
  [key: string]: (this: V, ...args: any[]) => any;
@@ -42,8 +41,8 @@ export interface PopupGridData {
42
41
  /**
43
42
  * @hidden
44
43
  */
45
- export interface PopupGridAll extends Vue, PopupGridMethods, PopupGridData, PopupGridComputed, PopupGridState {
44
+ export interface PopupGridAll extends Vue2type, PopupGridMethods, PopupGridData, PopupGridComputed, PopupGridState {
46
45
  }
47
- declare let PopupGrid: ComponentOptions<PopupGridAll, DefaultData<PopupGridData>, DefaultMethods<PopupGridAll>, PopupGridComputed, RecordPropsDefinition<PopupGridProps>>;
48
- declare const PopupGridVue3: DefineComponent<PopupGridProps, any, PopupGridData, PopupGridComputed, PopupGridMethods, {}, {}, {}, string, PopupGridProps, PopupGridProps, {}>;
49
- export { PopupGrid, PopupGridVue3 };
46
+ declare let PopupGridVue2: ComponentOptions<PopupGridAll, DefaultData<PopupGridData>, DefaultMethods<PopupGridAll>, PopupGridComputed, RecordPropsDefinition<PopupGridProps>>;
47
+ declare const PopupGrid: DefineComponent<PopupGridProps, any, PopupGridData, PopupGridComputed, PopupGridMethods, {}, {}, {}, string, PopupGridProps, PopupGridProps, {}>;
48
+ export { PopupGrid, PopupGridVue2 };
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.PopupGridVue3 = exports.PopupGrid = void 0; // @ts-ignore
6
+ exports.PopupGridVue2 = exports.PopupGrid = void 0; // @ts-ignore
7
7
 
8
8
  var Vue = require("vue");
9
9
 
@@ -15,7 +15,7 @@ var utils_1 = require("../utils");
15
15
  var cellClass = 'k-ct-cell k-state-disabled';
16
16
  var selectedClass = 'k-state-selected'; // tslint:enable:max-line-length
17
17
 
18
- var PopupGrid = {
18
+ var PopupGridVue2 = {
19
19
  name: 'KendoPopupGrid',
20
20
  props: {
21
21
  rows: Number,
@@ -136,6 +136,6 @@ var PopupGrid = {
136
136
  }
137
137
  }
138
138
  };
139
- exports.PopupGrid = PopupGrid;
140
- var PopupGridVue3 = PopupGrid;
141
- exports.PopupGridVue3 = PopupGridVue3;
139
+ exports.PopupGridVue2 = PopupGridVue2;
140
+ var PopupGrid = PopupGridVue2;
141
+ exports.PopupGrid = PopupGrid;
@@ -1,5 +1,4 @@
1
- import { DefineComponent } from '../../additionalTypes';
2
- import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
1
+ import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../../additionalTypes';
3
2
  declare type DefaultData<V> = object | ((this: V) => {});
4
3
  declare type DefaultMethods<V> = {
5
4
  [key: string]: (this: V, ...args: any[]) => any;
@@ -44,8 +43,8 @@ export interface InsertTableData {
44
43
  /**
45
44
  * @hidden
46
45
  */
47
- export interface InsertTableAll extends Vue, InsertTableMethods, InsertTableData, InsertTableComputed, InsertTableState {
46
+ export interface InsertTableAll extends Vue2type, InsertTableMethods, InsertTableData, InsertTableComputed, InsertTableState {
48
47
  }
49
- declare let InsertTable: ComponentOptions<InsertTableAll, DefaultData<InsertTableData>, DefaultMethods<InsertTableAll>, InsertTableComputed, RecordPropsDefinition<InsertTableProps>>;
50
- declare const InsertTableVue3: DefineComponent<InsertTableProps, any, InsertTableData, InsertTableComputed, InsertTableMethods, {}, {}, {}, string, InsertTableProps, InsertTableProps, {}>;
51
- export { InsertTable, InsertTableVue3 };
48
+ declare let InsertTableVue2: ComponentOptions<InsertTableAll, DefaultData<InsertTableData>, DefaultMethods<InsertTableAll>, InsertTableComputed, RecordPropsDefinition<InsertTableProps>>;
49
+ declare const InsertTable: DefineComponent<InsertTableProps, any, InsertTableData, InsertTableComputed, InsertTableMethods, {}, {}, {}, string, InsertTableProps, InsertTableProps, {}>;
50
+ export { InsertTable, InsertTableVue2 };
@@ -32,7 +32,7 @@ var __rest = undefined && undefined.__rest || function (s, e) {
32
32
  Object.defineProperty(exports, "__esModule", {
33
33
  value: true
34
34
  });
35
- exports.InsertTableVue3 = exports.InsertTable = void 0; // @ts-ignore
35
+ exports.InsertTableVue2 = exports.InsertTable = void 0; // @ts-ignore
36
36
 
37
37
  var Vue = require("vue");
38
38
 
@@ -52,7 +52,7 @@ var messages_1 = require("./../../messages");
52
52
  var kendo_editor_common_1 = require("@progress/kendo-editor-common"); // tslint:enable:max-line-length
53
53
 
54
54
 
55
- var InsertTable = {
55
+ var InsertTableVue2 = {
56
56
  name: 'KendoInsertTable',
57
57
  props: __assign({
58
58
  view: Object,
@@ -175,6 +175,6 @@ var InsertTable = {
175
175
  }
176
176
  }
177
177
  };
178
- exports.InsertTable = InsertTable;
179
- var InsertTableVue3 = InsertTable;
180
- exports.InsertTableVue3 = InsertTableVue3;
178
+ exports.InsertTableVue2 = InsertTableVue2;
179
+ var InsertTable = InsertTableVue2;
180
+ exports.InsertTable = InsertTable;
@@ -1,5 +1,4 @@
1
- import { DefineComponent } from '../additionalTypes';
2
- import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
1
+ import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../additionalTypes';
3
2
  declare type DefaultData<V> = object | ((this: V) => {});
4
3
  declare type DefaultMethods<V> = {
5
4
  [key: string]: (this: V, ...args: any[]) => any;
@@ -45,8 +44,8 @@ export interface ListData {
45
44
  /**
46
45
  * @hidden
47
46
  */
48
- export interface ListAll extends Vue, ListMethods, ListData, ListComputed, ListState {
47
+ export interface ListAll extends Vue2type, ListMethods, ListData, ListComputed, ListState {
49
48
  }
50
- declare let List: ComponentOptions<ListAll, DefaultData<ListData>, DefaultMethods<ListAll>, ListComputed, RecordPropsDefinition<ListToolProps>>;
51
- declare const ListVue3: DefineComponent<ListToolProps, any, ListData, ListComputed, ListMethods, {}, {}, {}, string, ListToolProps, ListToolProps, {}>;
52
- export { List, ListVue3 };
49
+ declare let ListVue2: ComponentOptions<ListAll, DefaultData<ListData>, DefaultMethods<ListAll>, ListComputed, RecordPropsDefinition<ListToolProps>>;
50
+ declare const List: DefineComponent<ListToolProps, any, ListData, ListComputed, ListMethods, {}, {}, {}, string, ListToolProps, ListToolProps, {}>;
51
+ export { List, ListVue2 };
@@ -32,7 +32,7 @@ var __rest = undefined && undefined.__rest || function (s, e) {
32
32
  Object.defineProperty(exports, "__esModule", {
33
33
  value: true
34
34
  });
35
- exports.ListVue3 = exports.List = void 0; // @ts-ignore
35
+ exports.ListVue2 = exports.List = void 0; // @ts-ignore
36
36
 
37
37
  var Vue = require("vue");
38
38
 
@@ -48,7 +48,7 @@ var kendo_vue_intl_1 = require("@progress/kendo-vue-intl");
48
48
  var messages_1 = require("./../messages"); // tslint:enable:max-line-length
49
49
 
50
50
 
51
- var List = {
51
+ var ListVue2 = {
52
52
  name: 'KendoList',
53
53
  props: __assign({
54
54
  view: Object,
@@ -140,6 +140,6 @@ var List = {
140
140
  }
141
141
  }
142
142
  };
143
- exports.List = List;
144
- var ListVue3 = List;
145
- exports.ListVue3 = ListVue3;
143
+ exports.ListVue2 = ListVue2;
144
+ var List = ListVue2;
145
+ exports.List = List;
@@ -1,5 +1,4 @@
1
- import { DefineComponent } from '../additionalTypes';
2
- import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
1
+ import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../additionalTypes';
3
2
  declare type DefaultData<V> = object | ((this: V) => {});
4
3
  declare type DefaultMethods<V> = {
5
4
  [key: string]: (this: V, ...args: any[]) => any;
@@ -35,8 +34,8 @@ export interface OutdentData {
35
34
  /**
36
35
  * @hidden
37
36
  */
38
- export interface OutdentAll extends Vue, OutdentMethods, OutdentData, OutdentComputed, OutdentState {
37
+ export interface OutdentAll extends Vue2type, OutdentMethods, OutdentData, OutdentComputed, OutdentState {
39
38
  }
40
- declare let Outdent: ComponentOptions<OutdentAll, DefaultData<OutdentData>, DefaultMethods<OutdentAll>, OutdentComputed, RecordPropsDefinition<OutdentProps>>;
41
- declare const OutdentVue3: DefineComponent<OutdentProps, any, OutdentData, OutdentComputed, OutdentMethods, {}, {}, {}, string, OutdentProps, OutdentProps, {}>;
42
- export { Outdent, OutdentVue3 };
39
+ declare let OutdentVue2: ComponentOptions<OutdentAll, DefaultData<OutdentData>, DefaultMethods<OutdentAll>, OutdentComputed, RecordPropsDefinition<OutdentProps>>;
40
+ declare const Outdent: DefineComponent<OutdentProps, any, OutdentData, OutdentComputed, OutdentMethods, {}, {}, {}, string, OutdentProps, OutdentProps, {}>;
41
+ export { Outdent, OutdentVue2 };
@@ -32,7 +32,7 @@ var __rest = undefined && undefined.__rest || function (s, e) {
32
32
  Object.defineProperty(exports, "__esModule", {
33
33
  value: true
34
34
  });
35
- exports.OutdentVue3 = exports.Outdent = void 0; // @ts-ignore
35
+ exports.OutdentVue2 = exports.Outdent = void 0; // @ts-ignore
36
36
 
37
37
  var Vue = require("vue");
38
38
 
@@ -48,7 +48,7 @@ var kendo_vue_intl_1 = require("@progress/kendo-vue-intl");
48
48
  var messages_1 = require("./../messages"); // tslint:enable:max-line-length
49
49
 
50
50
 
51
- var Outdent = {
51
+ var OutdentVue2 = {
52
52
  name: 'KendoOutdent',
53
53
  props: __assign({
54
54
  view: Object,
@@ -137,6 +137,6 @@ var Outdent = {
137
137
  }
138
138
  }
139
139
  };
140
- exports.Outdent = Outdent;
141
- var OutdentVue3 = Outdent;
142
- exports.OutdentVue3 = OutdentVue3;
140
+ exports.OutdentVue2 = OutdentVue2;
141
+ var Outdent = OutdentVue2;
142
+ exports.Outdent = Outdent;
@@ -1,5 +1,4 @@
1
- import { DefineComponent } from '../additionalTypes';
2
- import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
1
+ import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../additionalTypes';
3
2
  declare type DefaultData<V> = object | ((this: V) => {});
4
3
  declare type DefaultMethods<V> = {
5
4
  [key: string]: (this: V, ...args: any[]) => any;
@@ -49,8 +48,8 @@ export interface PdfData {
49
48
  /**
50
49
  * @hidden
51
50
  */
52
- export interface PdfAll extends Vue, PdfMethods, PdfData, PdfComputed, PdfState {
51
+ export interface PdfAll extends Vue2type, PdfMethods, PdfData, PdfComputed, PdfState {
53
52
  }
54
- declare let Pdf: ComponentOptions<PdfAll, DefaultData<PdfData>, DefaultMethods<PdfAll>, PdfComputed, RecordPropsDefinition<PdfProps>>;
55
- declare const PdfVue3: DefineComponent<PdfProps, any, PdfData, PdfComputed, PdfMethods, {}, {}, {}, string, PdfProps, PdfProps, {}>;
56
- export { Pdf, PdfVue3 };
53
+ declare let PdfVue2: ComponentOptions<PdfAll, DefaultData<PdfData>, DefaultMethods<PdfAll>, PdfComputed, RecordPropsDefinition<PdfProps>>;
54
+ declare const Pdf: DefineComponent<PdfProps, any, PdfData, PdfComputed, PdfMethods, {}, {}, {}, string, PdfProps, PdfProps, {}>;
55
+ export { Pdf, PdfVue2 };
@@ -32,7 +32,7 @@ var __rest = undefined && undefined.__rest || function (s, e) {
32
32
  Object.defineProperty(exports, "__esModule", {
33
33
  value: true
34
34
  });
35
- exports.PdfVue3 = exports.Pdf = void 0; // @ts-ignore
35
+ exports.PdfVue2 = exports.Pdf = void 0; // @ts-ignore
36
36
 
37
37
  var Vue = require("vue");
38
38
 
@@ -52,7 +52,7 @@ var toolsSettings_1 = require("./../config/toolsSettings");
52
52
  var pdf = toolsSettings_1.EditorToolsSettings.pdf,
53
53
  defaultSavePdfOptions = toolsSettings_1.EditorToolsSettings.savePdfOptions; // tslint:enable:max-line-length
54
54
 
55
- var Pdf = {
55
+ var PdfVue2 = {
56
56
  name: 'KendoPdf',
57
57
  props: __assign({
58
58
  view: Object,
@@ -114,6 +114,6 @@ var Pdf = {
114
114
  }
115
115
  }
116
116
  };
117
- exports.Pdf = Pdf;
118
- var PdfVue3 = Pdf;
119
- exports.PdfVue3 = PdfVue3;
117
+ exports.PdfVue2 = PdfVue2;
118
+ var Pdf = PdfVue2;
119
+ exports.Pdf = Pdf;
@@ -1,5 +1,4 @@
1
- import { DefineComponent } from '../additionalTypes';
2
- import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
1
+ import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../additionalTypes';
3
2
  declare type DefaultData<V> = object | ((this: V) => {});
4
3
  declare type DefaultMethods<V> = {
5
4
  [key: string]: (this: V, ...args: any[]) => any;
@@ -40,8 +39,8 @@ export interface PrintData {
40
39
  /**
41
40
  * @hidden
42
41
  */
43
- export interface PrintAll extends Vue, PrintMethods, PrintData, PrintComputed, PrintState {
42
+ export interface PrintAll extends Vue2type, PrintMethods, PrintData, PrintComputed, PrintState {
44
43
  }
45
- declare let Print: ComponentOptions<PrintAll, DefaultData<PrintData>, DefaultMethods<PrintAll>, PrintComputed, RecordPropsDefinition<PrintProps>>;
46
- declare const PrintVue3: DefineComponent<PrintProps, any, PrintData, PrintComputed, PrintMethods, {}, {}, {}, string, PrintProps, PrintProps, {}>;
47
- export { Print, PrintVue3 };
44
+ declare let PrintVue2: ComponentOptions<PrintAll, DefaultData<PrintData>, DefaultMethods<PrintAll>, PrintComputed, RecordPropsDefinition<PrintProps>>;
45
+ declare const Print: DefineComponent<PrintProps, any, PrintData, PrintComputed, PrintMethods, {}, {}, {}, string, PrintProps, PrintProps, {}>;
46
+ export { Print, PrintVue2 };
@@ -32,7 +32,7 @@ var __rest = undefined && undefined.__rest || function (s, e) {
32
32
  Object.defineProperty(exports, "__esModule", {
33
33
  value: true
34
34
  });
35
- exports.PrintVue3 = exports.Print = void 0; // @ts-ignore
35
+ exports.PrintVue2 = exports.Print = void 0; // @ts-ignore
36
36
 
37
37
  var Vue = require("vue");
38
38
 
@@ -49,7 +49,7 @@ var toolsSettings_1 = require("./../config/toolsSettings");
49
49
 
50
50
  var print = toolsSettings_1.EditorToolsSettings.print; // tslint:enable:max-line-length
51
51
 
52
- var Print = {
52
+ var PrintVue2 = {
53
53
  name: 'KendoPrint',
54
54
  props: __assign({
55
55
  view: Object,
@@ -117,6 +117,6 @@ var Print = {
117
117
  }
118
118
  }
119
119
  };
120
- exports.Print = Print;
121
- var PrintVue3 = Print;
122
- exports.PrintVue3 = PrintVue3;
120
+ exports.PrintVue2 = PrintVue2;
121
+ var Print = PrintVue2;
122
+ exports.Print = Print;
@@ -1,5 +1,4 @@
1
- import { DefineComponent } from '../additionalTypes';
2
- import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
1
+ import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../additionalTypes';
3
2
  declare type DefaultData<V> = object | ((this: V) => {});
4
3
  declare type DefaultMethods<V> = {
5
4
  [key: string]: (this: V, ...args: any[]) => any;
@@ -36,8 +35,8 @@ export interface ProseMirrorData {
36
35
  /**
37
36
  * @hidden
38
37
  */
39
- export interface ProseMirrorAll extends Vue, ProseMirrorMethods, ProseMirrorData, ProseMirrorComputed, ProseMirrorState {
38
+ export interface ProseMirrorAll extends Vue2type, ProseMirrorMethods, ProseMirrorData, ProseMirrorComputed, ProseMirrorState {
40
39
  }
41
- declare let ProseMirror: ComponentOptions<ProseMirrorAll, DefaultData<ProseMirrorData>, DefaultMethods<ProseMirrorAll>, ProseMirrorComputed, RecordPropsDefinition<ToolProps>>;
42
- declare const ProseMirrorVue3: DefineComponent<ToolProps, any, ProseMirrorData, ProseMirrorComputed, ProseMirrorMethods, {}, {}, {}, string, ToolProps, ToolProps, {}>;
43
- export { ProseMirror, ProseMirrorVue3 };
40
+ declare let ProseMirrorVue2: ComponentOptions<ProseMirrorAll, DefaultData<ProseMirrorData>, DefaultMethods<ProseMirrorAll>, ProseMirrorComputed, RecordPropsDefinition<ToolProps>>;
41
+ declare const ProseMirror: DefineComponent<ToolProps, any, ProseMirrorData, ProseMirrorComputed, ProseMirrorMethods, {}, {}, {}, string, ToolProps, ToolProps, {}>;
42
+ export { ProseMirror, ProseMirrorVue2 };
@@ -32,7 +32,7 @@ var __rest = undefined && undefined.__rest || function (s, e) {
32
32
  Object.defineProperty(exports, "__esModule", {
33
33
  value: true
34
34
  });
35
- exports.ProseMirrorVue3 = exports.ProseMirror = void 0; // @ts-ignore
35
+ exports.ProseMirrorVue2 = exports.ProseMirror = void 0; // @ts-ignore
36
36
 
37
37
  var Vue = require("vue");
38
38
 
@@ -48,7 +48,7 @@ var kendo_vue_intl_1 = require("@progress/kendo-vue-intl");
48
48
  var messages_1 = require("./../messages"); // tslint:enable:max-line-length
49
49
 
50
50
 
51
- var ProseMirror = {
51
+ var ProseMirrorVue2 = {
52
52
  name: 'KendoProseMirror',
53
53
  props: __assign({
54
54
  view: Object,
@@ -118,6 +118,6 @@ var ProseMirror = {
118
118
  }
119
119
  }
120
120
  };
121
- exports.ProseMirror = ProseMirror;
122
- var ProseMirrorVue3 = ProseMirror;
123
- exports.ProseMirrorVue3 = ProseMirrorVue3;
121
+ exports.ProseMirrorVue2 = ProseMirrorVue2;
122
+ var ProseMirror = ProseMirrorVue2;
123
+ exports.ProseMirror = ProseMirror;
@@ -1,5 +1,4 @@
1
- import { DefineComponent } from '../additionalTypes';
2
- import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
1
+ import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../additionalTypes';
3
2
  declare type DefaultData<V> = object | ((this: V) => {});
4
3
  declare type DefaultMethods<V> = {
5
4
  [key: string]: (this: V, ...args: any[]) => any;
@@ -40,8 +39,8 @@ export interface SelectAllData {
40
39
  /**
41
40
  * @hidden
42
41
  */
43
- export interface SelectAllAll extends Vue, SelectAllMethods, SelectAllData, SelectAllComputed, SelectAllState {
42
+ export interface SelectAllAll extends Vue2type, SelectAllMethods, SelectAllData, SelectAllComputed, SelectAllState {
44
43
  }
45
- declare let SelectAll: ComponentOptions<SelectAllAll, DefaultData<SelectAllData>, DefaultMethods<SelectAllAll>, SelectAllComputed, RecordPropsDefinition<SelectAllProps>>;
46
- declare const SelectAllVue3: DefineComponent<SelectAllProps, any, SelectAllData, SelectAllComputed, SelectAllMethods, {}, {}, {}, string, SelectAllProps, SelectAllProps, {}>;
47
- export { SelectAll, SelectAllVue3 };
44
+ declare let SelectAllVue2: ComponentOptions<SelectAllAll, DefaultData<SelectAllData>, DefaultMethods<SelectAllAll>, SelectAllComputed, RecordPropsDefinition<SelectAllProps>>;
45
+ declare const SelectAll: DefineComponent<SelectAllProps, any, SelectAllData, SelectAllComputed, SelectAllMethods, {}, {}, {}, string, SelectAllProps, SelectAllProps, {}>;
46
+ export { SelectAll, SelectAllVue2 };
@@ -32,7 +32,7 @@ var __rest = undefined && undefined.__rest || function (s, e) {
32
32
  Object.defineProperty(exports, "__esModule", {
33
33
  value: true
34
34
  });
35
- exports.SelectAllVue3 = exports.SelectAll = void 0; // @ts-ignore
35
+ exports.SelectAllVue2 = exports.SelectAll = void 0; // @ts-ignore
36
36
 
37
37
  var Vue = require("vue");
38
38
 
@@ -51,7 +51,7 @@ var toolsSettings_1 = require("./../config/toolsSettings");
51
51
 
52
52
  var selectAll = toolsSettings_1.EditorToolsSettings.selectAll; // tslint:enable:max-line-length
53
53
 
54
- var SelectAll = {
54
+ var SelectAllVue2 = {
55
55
  name: 'KendoSelectAll',
56
56
  props: __assign({
57
57
  view: Object,
@@ -111,6 +111,6 @@ var SelectAll = {
111
111
  }
112
112
  }
113
113
  };
114
- exports.SelectAll = SelectAll;
115
- var SelectAllVue3 = SelectAll;
116
- exports.SelectAllVue3 = SelectAllVue3;
114
+ exports.SelectAllVue2 = SelectAllVue2;
115
+ var SelectAll = SelectAllVue2;
116
+ exports.SelectAll = SelectAll;