@progress/kendo-vue-editor 3.3.4 → 3.3.5-dev.202206141337
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.
- package/dist/cdn/js/kendo-vue-editor.js +1 -1
- package/dist/es/Editor.d.ts +70 -0
- package/dist/es/Editor.js +73 -1
- package/dist/es/additionalTypes.ts +11 -0
- package/dist/es/dialogs/EditorDialogProps.d.ts +0 -3
- package/dist/es/dialogs/FindReplace.d.ts +7 -1
- package/dist/es/dialogs/FindReplace.js +8 -1
- package/dist/es/dialogs/insertImage.d.ts +6 -3
- package/dist/es/dialogs/insertImage.js +8 -1
- package/dist/es/dialogs/insertLink.d.ts +6 -3
- package/dist/es/dialogs/insertLink.js +8 -1
- package/dist/es/dialogs/viewHtml.d.ts +6 -3
- package/dist/es/dialogs/viewHtml.js +8 -1
- package/dist/es/package-metadata.js +1 -1
- package/dist/es/tools/align.d.ts +6 -0
- package/dist/es/tools/align.js +8 -1
- package/dist/es/tools/applyColor.d.ts +6 -3
- package/dist/es/tools/applyColor.js +8 -1
- package/dist/es/tools/cleanFormatting.d.ts +6 -3
- package/dist/es/tools/cleanFormatting.js +8 -1
- package/dist/es/tools/findReplace.d.ts +6 -3
- package/dist/es/tools/findReplace.js +8 -1
- package/dist/es/tools/fontStyle.d.ts +6 -3
- package/dist/es/tools/fontStyle.js +8 -1
- package/dist/es/tools/formatBlock.d.ts +6 -3
- package/dist/es/tools/formatBlock.js +8 -1
- package/dist/es/tools/indent.d.ts +6 -3
- package/dist/es/tools/indent.js +8 -1
- package/dist/es/tools/inlineFormat.d.ts +6 -3
- package/dist/es/tools/inlineFormat.js +8 -1
- package/dist/es/tools/insertImage.d.ts +6 -3
- package/dist/es/tools/insertImage.js +8 -1
- package/dist/es/tools/insertLink.d.ts +6 -3
- package/dist/es/tools/insertLink.js +8 -1
- package/dist/es/tools/insertTable/popup.d.ts +6 -3
- package/dist/es/tools/insertTable/popup.js +8 -1
- package/dist/es/tools/insertTable/popupGrid.d.ts +6 -3
- package/dist/es/tools/insertTable/popupGrid.js +8 -1
- package/dist/es/tools/insertTable/tool.d.ts +6 -3
- package/dist/es/tools/insertTable/tool.js +8 -1
- package/dist/es/tools/lists.d.ts +6 -9
- package/dist/es/tools/lists.js +8 -1
- package/dist/es/tools/main.d.ts +0 -42
- package/dist/es/tools/outdent.d.ts +6 -3
- package/dist/es/tools/outdent.js +8 -1
- package/dist/es/tools/pdf.d.ts +6 -3
- package/dist/es/tools/pdf.js +8 -1
- package/dist/es/tools/print.d.ts +6 -3
- package/dist/es/tools/print.js +8 -1
- package/dist/es/tools/proseMirrorTool.d.ts +6 -0
- package/dist/es/tools/proseMirrorTool.js +8 -1
- package/dist/es/tools/selectAll.d.ts +6 -3
- package/dist/es/tools/selectAll.js +8 -1
- package/dist/es/tools/unlink.d.ts +6 -0
- package/dist/es/tools/unlink.js +8 -1
- package/dist/es/tools/viewHtml.d.ts +6 -0
- package/dist/es/tools/viewHtml.js +8 -1
- package/dist/npm/Editor.d.ts +70 -0
- package/dist/npm/Editor.js +73 -1
- package/dist/npm/additionalTypes.ts +11 -0
- package/dist/npm/dialogs/EditorDialogProps.d.ts +0 -3
- package/dist/npm/dialogs/FindReplace.d.ts +7 -1
- package/dist/npm/dialogs/FindReplace.js +8 -1
- package/dist/npm/dialogs/insertImage.d.ts +6 -3
- package/dist/npm/dialogs/insertImage.js +8 -1
- package/dist/npm/dialogs/insertLink.d.ts +6 -3
- package/dist/npm/dialogs/insertLink.js +8 -1
- package/dist/npm/dialogs/viewHtml.d.ts +6 -3
- package/dist/npm/dialogs/viewHtml.js +8 -1
- package/dist/npm/package-metadata.js +1 -1
- package/dist/npm/tools/align.d.ts +6 -0
- package/dist/npm/tools/align.js +8 -1
- package/dist/npm/tools/applyColor.d.ts +6 -3
- package/dist/npm/tools/applyColor.js +8 -1
- package/dist/npm/tools/cleanFormatting.d.ts +6 -3
- package/dist/npm/tools/cleanFormatting.js +8 -1
- package/dist/npm/tools/findReplace.d.ts +6 -3
- package/dist/npm/tools/findReplace.js +8 -1
- package/dist/npm/tools/fontStyle.d.ts +6 -3
- package/dist/npm/tools/fontStyle.js +8 -1
- package/dist/npm/tools/formatBlock.d.ts +6 -3
- package/dist/npm/tools/formatBlock.js +8 -1
- package/dist/npm/tools/indent.d.ts +6 -3
- package/dist/npm/tools/indent.js +8 -1
- package/dist/npm/tools/inlineFormat.d.ts +6 -3
- package/dist/npm/tools/inlineFormat.js +8 -1
- package/dist/npm/tools/insertImage.d.ts +6 -3
- package/dist/npm/tools/insertImage.js +8 -1
- package/dist/npm/tools/insertLink.d.ts +6 -3
- package/dist/npm/tools/insertLink.js +8 -1
- package/dist/npm/tools/insertTable/popup.d.ts +6 -3
- package/dist/npm/tools/insertTable/popup.js +8 -1
- package/dist/npm/tools/insertTable/popupGrid.d.ts +6 -3
- package/dist/npm/tools/insertTable/popupGrid.js +8 -1
- package/dist/npm/tools/insertTable/tool.d.ts +6 -3
- package/dist/npm/tools/insertTable/tool.js +8 -1
- package/dist/npm/tools/lists.d.ts +6 -9
- package/dist/npm/tools/lists.js +8 -1
- package/dist/npm/tools/main.d.ts +0 -42
- package/dist/npm/tools/outdent.d.ts +6 -3
- package/dist/npm/tools/outdent.js +8 -1
- package/dist/npm/tools/pdf.d.ts +6 -3
- package/dist/npm/tools/pdf.js +8 -1
- package/dist/npm/tools/print.d.ts +6 -3
- package/dist/npm/tools/print.js +8 -1
- package/dist/npm/tools/proseMirrorTool.d.ts +6 -0
- package/dist/npm/tools/proseMirrorTool.js +8 -1
- package/dist/npm/tools/selectAll.d.ts +6 -3
- package/dist/npm/tools/selectAll.js +8 -1
- package/dist/npm/tools/unlink.d.ts +6 -0
- package/dist/npm/tools/unlink.js +8 -1
- package/dist/npm/tools/viewHtml.d.ts +6 -0
- package/dist/npm/tools/viewHtml.js +8 -1
- package/package.json +12 -12
|
@@ -61,7 +61,10 @@ var utils_1 = require("./utils");
|
|
|
61
61
|
|
|
62
62
|
var kendo_vue_intl_1 = require("@progress/kendo-vue-intl");
|
|
63
63
|
|
|
64
|
-
var messages_1 = require("./../messages");
|
|
64
|
+
var messages_1 = require("./../messages");
|
|
65
|
+
/**
|
|
66
|
+
* @hidden
|
|
67
|
+
*/
|
|
65
68
|
|
|
66
69
|
|
|
67
70
|
var FontNameVue2 = {
|
|
@@ -172,5 +175,9 @@ var FontNameVue2 = {
|
|
|
172
175
|
}
|
|
173
176
|
};
|
|
174
177
|
exports.FontNameVue2 = FontNameVue2;
|
|
178
|
+
/**
|
|
179
|
+
* @hidden
|
|
180
|
+
*/
|
|
181
|
+
|
|
175
182
|
var FontName = FontNameVue2;
|
|
176
183
|
exports.FontName = FontName;
|
|
@@ -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 };
|
|
@@ -61,7 +61,10 @@ var utils_1 = require("./utils");
|
|
|
61
61
|
|
|
62
62
|
var kendo_vue_intl_1 = require("@progress/kendo-vue-intl");
|
|
63
63
|
|
|
64
|
-
var messages_1 = require("./../messages");
|
|
64
|
+
var messages_1 = require("./../messages");
|
|
65
|
+
/**
|
|
66
|
+
* @hidden
|
|
67
|
+
*/
|
|
65
68
|
|
|
66
69
|
|
|
67
70
|
var FormatBlockVue2 = {
|
|
@@ -167,5 +170,9 @@ var FormatBlockVue2 = {
|
|
|
167
170
|
}
|
|
168
171
|
};
|
|
169
172
|
exports.FormatBlockVue2 = FormatBlockVue2;
|
|
173
|
+
/**
|
|
174
|
+
* @hidden
|
|
175
|
+
*/
|
|
176
|
+
|
|
170
177
|
var FormatBlock = FormatBlockVue2;
|
|
171
178
|
exports.FormatBlock = FormatBlock;
|
|
@@ -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 };
|
package/dist/npm/tools/indent.js
CHANGED
|
@@ -45,7 +45,10 @@ var kendo_editor_common_1 = require("@progress/kendo-editor-common");
|
|
|
45
45
|
|
|
46
46
|
var kendo_vue_intl_1 = require("@progress/kendo-vue-intl");
|
|
47
47
|
|
|
48
|
-
var messages_1 = require("./../messages");
|
|
48
|
+
var messages_1 = require("./../messages");
|
|
49
|
+
/**
|
|
50
|
+
* @hidden
|
|
51
|
+
*/
|
|
49
52
|
|
|
50
53
|
|
|
51
54
|
var IndentVue2 = {
|
|
@@ -136,5 +139,9 @@ var IndentVue2 = {
|
|
|
136
139
|
}
|
|
137
140
|
};
|
|
138
141
|
exports.IndentVue2 = IndentVue2;
|
|
142
|
+
/**
|
|
143
|
+
* @hidden
|
|
144
|
+
*/
|
|
145
|
+
|
|
139
146
|
var Indent = IndentVue2;
|
|
140
147
|
exports.Indent = Indent;
|
|
@@ -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 };
|
|
@@ -45,7 +45,10 @@ var kendo_editor_common_1 = require("@progress/kendo-editor-common");
|
|
|
45
45
|
|
|
46
46
|
var kendo_vue_intl_1 = require("@progress/kendo-vue-intl");
|
|
47
47
|
|
|
48
|
-
var messages_1 = require("../messages");
|
|
48
|
+
var messages_1 = require("../messages");
|
|
49
|
+
/**
|
|
50
|
+
* @hidden
|
|
51
|
+
*/
|
|
49
52
|
|
|
50
53
|
|
|
51
54
|
var InlineFormatVue2 = {
|
|
@@ -134,5 +137,9 @@ var InlineFormatVue2 = {
|
|
|
134
137
|
}
|
|
135
138
|
};
|
|
136
139
|
exports.InlineFormatVue2 = InlineFormatVue2;
|
|
140
|
+
/**
|
|
141
|
+
* @hidden
|
|
142
|
+
*/
|
|
143
|
+
|
|
137
144
|
var InlineFormat = InlineFormatVue2;
|
|
138
145
|
exports.InlineFormat = InlineFormat;
|
|
@@ -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 };
|
|
@@ -47,7 +47,10 @@ var insertImage_1 = require("../dialogs/insertImage");
|
|
|
47
47
|
|
|
48
48
|
var kendo_vue_intl_1 = require("@progress/kendo-vue-intl");
|
|
49
49
|
|
|
50
|
-
var messages_1 = require("./../messages");
|
|
50
|
+
var messages_1 = require("./../messages");
|
|
51
|
+
/**
|
|
52
|
+
* @hidden
|
|
53
|
+
*/
|
|
51
54
|
|
|
52
55
|
|
|
53
56
|
var InsertImageVue2 = {
|
|
@@ -140,5 +143,9 @@ var InsertImageVue2 = {
|
|
|
140
143
|
}
|
|
141
144
|
};
|
|
142
145
|
exports.InsertImageVue2 = InsertImageVue2;
|
|
146
|
+
/**
|
|
147
|
+
* @hidden
|
|
148
|
+
*/
|
|
149
|
+
|
|
143
150
|
var InsertImage = InsertImageVue2;
|
|
144
151
|
exports.InsertImage = InsertImage;
|
|
@@ -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 };
|
|
@@ -47,7 +47,10 @@ var insertLink_1 = require("../dialogs/insertLink");
|
|
|
47
47
|
|
|
48
48
|
var kendo_vue_intl_1 = require("@progress/kendo-vue-intl");
|
|
49
49
|
|
|
50
|
-
var messages_1 = require("./../messages");
|
|
50
|
+
var messages_1 = require("./../messages");
|
|
51
|
+
/**
|
|
52
|
+
* @hidden
|
|
53
|
+
*/
|
|
51
54
|
|
|
52
55
|
|
|
53
56
|
var LinkToolVue2 = {
|
|
@@ -140,5 +143,9 @@ var LinkToolVue2 = {
|
|
|
140
143
|
}
|
|
141
144
|
};
|
|
142
145
|
exports.LinkToolVue2 = LinkToolVue2;
|
|
146
|
+
/**
|
|
147
|
+
* @hidden
|
|
148
|
+
*/
|
|
149
|
+
|
|
143
150
|
var LinkTool = LinkToolVue2;
|
|
144
151
|
exports.LinkTool = LinkTool;
|
|
@@ -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 };
|
|
@@ -12,7 +12,10 @@ var gh = allVue.h;
|
|
|
12
12
|
|
|
13
13
|
var kendo_vue_popup_1 = require("@progress/kendo-vue-popup");
|
|
14
14
|
|
|
15
|
-
var popupGrid_1 = require("./popupGrid");
|
|
15
|
+
var popupGrid_1 = require("./popupGrid");
|
|
16
|
+
/**
|
|
17
|
+
* @hidden
|
|
18
|
+
*/
|
|
16
19
|
|
|
17
20
|
|
|
18
21
|
var InsertTablePopupVue2 = {
|
|
@@ -175,5 +178,9 @@ var InsertTablePopupVue2 = {
|
|
|
175
178
|
}
|
|
176
179
|
};
|
|
177
180
|
exports.InsertTablePopupVue2 = InsertTablePopupVue2;
|
|
181
|
+
/**
|
|
182
|
+
* @hidden
|
|
183
|
+
*/
|
|
184
|
+
|
|
178
185
|
var InsertTablePopup = InsertTablePopupVue2;
|
|
179
186
|
exports.InsertTablePopup = InsertTablePopup;
|
|
@@ -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 };
|
|
@@ -13,7 +13,10 @@ var gh = allVue.h;
|
|
|
13
13
|
var utils_1 = require("../utils");
|
|
14
14
|
|
|
15
15
|
var cellClass = 'k-ct-cell k-state-disabled';
|
|
16
|
-
var selectedClass = 'k-state-selected';
|
|
16
|
+
var selectedClass = 'k-state-selected';
|
|
17
|
+
/**
|
|
18
|
+
* @hidden
|
|
19
|
+
*/
|
|
17
20
|
|
|
18
21
|
var PopupGridVue2 = {
|
|
19
22
|
name: 'KendoPopupGrid',
|
|
@@ -137,5 +140,9 @@ var PopupGridVue2 = {
|
|
|
137
140
|
}
|
|
138
141
|
};
|
|
139
142
|
exports.PopupGridVue2 = PopupGridVue2;
|
|
143
|
+
/**
|
|
144
|
+
* @hidden
|
|
145
|
+
*/
|
|
146
|
+
|
|
140
147
|
var PopupGrid = PopupGridVue2;
|
|
141
148
|
exports.PopupGrid = PopupGrid;
|
|
@@ -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 };
|
|
@@ -49,7 +49,10 @@ var kendo_vue_intl_1 = require("@progress/kendo-vue-intl");
|
|
|
49
49
|
|
|
50
50
|
var messages_1 = require("./../../messages");
|
|
51
51
|
|
|
52
|
-
var kendo_editor_common_1 = require("@progress/kendo-editor-common");
|
|
52
|
+
var kendo_editor_common_1 = require("@progress/kendo-editor-common");
|
|
53
|
+
/**
|
|
54
|
+
* @hidden
|
|
55
|
+
*/
|
|
53
56
|
|
|
54
57
|
|
|
55
58
|
var InsertTableVue2 = {
|
|
@@ -176,5 +179,9 @@ var InsertTableVue2 = {
|
|
|
176
179
|
}
|
|
177
180
|
};
|
|
178
181
|
exports.InsertTableVue2 = InsertTableVue2;
|
|
182
|
+
/**
|
|
183
|
+
* @hidden
|
|
184
|
+
*/
|
|
185
|
+
|
|
179
186
|
var InsertTable = InsertTableVue2;
|
|
180
187
|
exports.InsertTable = InsertTable;
|
|
@@ -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 };
|
package/dist/npm/tools/lists.js
CHANGED
|
@@ -45,7 +45,10 @@ var kendo_editor_common_1 = require("@progress/kendo-editor-common");
|
|
|
45
45
|
|
|
46
46
|
var kendo_vue_intl_1 = require("@progress/kendo-vue-intl");
|
|
47
47
|
|
|
48
|
-
var messages_1 = require("./../messages");
|
|
48
|
+
var messages_1 = require("./../messages");
|
|
49
|
+
/**
|
|
50
|
+
* @hidden
|
|
51
|
+
*/
|
|
49
52
|
|
|
50
53
|
|
|
51
54
|
var ListVue2 = {
|
|
@@ -141,5 +144,9 @@ var ListVue2 = {
|
|
|
141
144
|
}
|
|
142
145
|
};
|
|
143
146
|
exports.ListVue2 = ListVue2;
|
|
147
|
+
/**
|
|
148
|
+
* @hidden
|
|
149
|
+
*/
|
|
150
|
+
|
|
144
151
|
var List = ListVue2;
|
|
145
152
|
exports.List = List;
|
package/dist/npm/tools/main.d.ts
CHANGED
|
@@ -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 };
|
|
@@ -45,7 +45,10 @@ var kendo_editor_common_1 = require("@progress/kendo-editor-common");
|
|
|
45
45
|
|
|
46
46
|
var kendo_vue_intl_1 = require("@progress/kendo-vue-intl");
|
|
47
47
|
|
|
48
|
-
var messages_1 = require("./../messages");
|
|
48
|
+
var messages_1 = require("./../messages");
|
|
49
|
+
/**
|
|
50
|
+
* @hidden
|
|
51
|
+
*/
|
|
49
52
|
|
|
50
53
|
|
|
51
54
|
var OutdentVue2 = {
|
|
@@ -138,5 +141,9 @@ var OutdentVue2 = {
|
|
|
138
141
|
}
|
|
139
142
|
};
|
|
140
143
|
exports.OutdentVue2 = OutdentVue2;
|
|
144
|
+
/**
|
|
145
|
+
* @hidden
|
|
146
|
+
*/
|
|
147
|
+
|
|
141
148
|
var Outdent = OutdentVue2;
|
|
142
149
|
exports.Outdent = Outdent;
|
package/dist/npm/tools/pdf.d.ts
CHANGED
|
@@ -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 };
|
package/dist/npm/tools/pdf.js
CHANGED
|
@@ -50,7 +50,10 @@ var messages_1 = require("./../messages");
|
|
|
50
50
|
var toolsSettings_1 = require("./../config/toolsSettings");
|
|
51
51
|
|
|
52
52
|
var pdf = toolsSettings_1.EditorToolsSettings.pdf,
|
|
53
|
-
defaultSavePdfOptions = toolsSettings_1.EditorToolsSettings.savePdfOptions;
|
|
53
|
+
defaultSavePdfOptions = toolsSettings_1.EditorToolsSettings.savePdfOptions;
|
|
54
|
+
/**
|
|
55
|
+
* @hidden
|
|
56
|
+
*/
|
|
54
57
|
|
|
55
58
|
var PdfVue2 = {
|
|
56
59
|
name: 'KendoPdf',
|
|
@@ -115,5 +118,9 @@ var PdfVue2 = {
|
|
|
115
118
|
}
|
|
116
119
|
};
|
|
117
120
|
exports.PdfVue2 = PdfVue2;
|
|
121
|
+
/**
|
|
122
|
+
* @hidden
|
|
123
|
+
*/
|
|
124
|
+
|
|
118
125
|
var Pdf = PdfVue2;
|
|
119
126
|
exports.Pdf = Pdf;
|
|
@@ -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 };
|
package/dist/npm/tools/print.js
CHANGED
|
@@ -47,7 +47,10 @@ var messages_1 = require("./../messages");
|
|
|
47
47
|
|
|
48
48
|
var toolsSettings_1 = require("./../config/toolsSettings");
|
|
49
49
|
|
|
50
|
-
var print = toolsSettings_1.EditorToolsSettings.print;
|
|
50
|
+
var print = toolsSettings_1.EditorToolsSettings.print;
|
|
51
|
+
/**
|
|
52
|
+
* @hidden
|
|
53
|
+
*/
|
|
51
54
|
|
|
52
55
|
var PrintVue2 = {
|
|
53
56
|
name: 'KendoPrint',
|
|
@@ -118,5 +121,9 @@ var PrintVue2 = {
|
|
|
118
121
|
}
|
|
119
122
|
};
|
|
120
123
|
exports.PrintVue2 = PrintVue2;
|
|
124
|
+
/**
|
|
125
|
+
* @hidden
|
|
126
|
+
*/
|
|
127
|
+
|
|
121
128
|
var Print = PrintVue2;
|
|
122
129
|
exports.Print = Print;
|
|
@@ -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 };
|