@progress/kendo-vue-editor 2.7.2-dev.202201051440 → 2.8.0-dev.202201111325
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 -0
- package/dist/es/Editor.d.ts +49 -131
- package/dist/es/Editor.js +66 -37
- package/dist/es/EditorProps.d.ts +11 -5
- package/dist/es/additionalTypes.ts +7 -1
- package/dist/es/config/toolsSettings.js +2 -2
- package/dist/es/dialogs/FindReplace.d.ts +5 -6
- package/dist/es/dialogs/FindReplace.js +93 -51
- package/dist/es/dialogs/insertImage.d.ts +5 -6
- package/dist/es/dialogs/insertImage.js +8 -8
- package/dist/es/dialogs/insertLink.d.ts +5 -6
- package/dist/es/dialogs/insertLink.js +5 -5
- package/dist/es/dialogs/viewHtml.d.ts +5 -6
- package/dist/es/dialogs/viewHtml.js +3 -3
- package/dist/es/package-metadata.js +1 -1
- package/dist/es/tools/align.d.ts +36 -0
- package/dist/es/tools/{Align.js → align.js} +3 -3
- package/dist/es/tools/applyColor.d.ts +5 -6
- package/dist/es/tools/applyColor.js +3 -3
- package/dist/es/tools/cleanFormatting.d.ts +5 -6
- package/dist/es/tools/cleanFormatting.js +3 -3
- package/dist/es/tools/findReplace.d.ts +5 -6
- package/dist/es/tools/findReplace.js +3 -3
- package/dist/es/tools/fontStyle.d.ts +5 -6
- package/dist/es/tools/fontStyle.js +12 -7
- package/dist/es/tools/formatBlock.d.ts +5 -6
- package/dist/es/tools/formatBlock.js +11 -6
- package/dist/es/tools/indent.d.ts +41 -0
- package/dist/es/tools/{Indent.js → indent.js} +3 -3
- package/dist/{npm/tools/InlineFormat.d.ts → es/tools/inlineFormat.d.ts} +5 -6
- package/dist/es/tools/{InlineFormat.js → inlineFormat.js} +3 -3
- package/dist/es/tools/insertImage.d.ts +5 -6
- package/dist/es/tools/insertImage.js +3 -3
- package/dist/es/tools/insertLink.d.ts +5 -6
- package/dist/es/tools/insertLink.js +3 -3
- package/dist/es/tools/insertTable/popup.d.ts +5 -6
- package/dist/es/tools/insertTable/popup.js +3 -3
- package/dist/es/tools/insertTable/popupGrid.d.ts +5 -6
- package/dist/es/tools/insertTable/popupGrid.js +3 -3
- package/dist/es/tools/insertTable/tool.d.ts +5 -6
- package/dist/es/tools/insertTable/tool.js +3 -3
- package/dist/es/tools/lists.d.ts +5 -6
- package/dist/es/tools/lists.js +3 -3
- package/dist/es/tools/outdent.d.ts +41 -0
- package/dist/es/tools/{Outdent.js → outdent.js} +3 -3
- package/dist/es/tools/pdf.d.ts +5 -6
- package/dist/es/tools/pdf.js +3 -3
- package/dist/es/tools/print.d.ts +5 -6
- package/dist/es/tools/print.js +3 -3
- package/dist/es/tools/proseMirrorTool.d.ts +5 -6
- package/dist/es/tools/proseMirrorTool.js +3 -3
- package/dist/es/tools/selectAll.d.ts +5 -6
- package/dist/es/tools/selectAll.js +3 -3
- package/dist/es/tools/unlink.d.ts +5 -6
- package/dist/es/tools/unlink.js +3 -3
- package/dist/es/tools/viewHtml.d.ts +5 -6
- package/dist/es/tools/viewHtml.js +3 -3
- package/dist/npm/Editor.d.ts +49 -131
- package/dist/npm/Editor.js +81 -52
- package/dist/npm/EditorProps.d.ts +11 -5
- package/dist/npm/additionalTypes.ts +7 -1
- package/dist/npm/config/toolsSettings.js +1 -1
- package/dist/npm/dialogs/FindReplace.d.ts +5 -6
- package/dist/npm/dialogs/FindReplace.js +96 -53
- package/dist/npm/dialogs/insertImage.d.ts +5 -6
- package/dist/npm/dialogs/insertImage.js +10 -10
- package/dist/npm/dialogs/insertLink.d.ts +5 -6
- package/dist/npm/dialogs/insertLink.js +7 -7
- package/dist/npm/dialogs/viewHtml.d.ts +5 -6
- package/dist/npm/dialogs/viewHtml.js +5 -5
- package/dist/npm/package-metadata.js +1 -1
- package/dist/npm/tools/align.d.ts +36 -0
- package/dist/npm/tools/{Align.js → align.js} +5 -5
- package/dist/npm/tools/applyColor.d.ts +5 -6
- package/dist/npm/tools/applyColor.js +5 -5
- package/dist/npm/tools/cleanFormatting.d.ts +5 -6
- package/dist/npm/tools/cleanFormatting.js +5 -5
- package/dist/npm/tools/findReplace.d.ts +5 -6
- package/dist/npm/tools/findReplace.js +5 -5
- package/dist/npm/tools/fontStyle.d.ts +5 -6
- package/dist/npm/tools/fontStyle.js +14 -9
- package/dist/npm/tools/formatBlock.d.ts +5 -6
- package/dist/npm/tools/formatBlock.js +13 -8
- package/dist/npm/tools/indent.d.ts +41 -0
- package/dist/npm/tools/{Indent.js → indent.js} +5 -5
- package/dist/{es/tools/InlineFormat.d.ts → npm/tools/inlineFormat.d.ts} +5 -6
- package/dist/npm/tools/{InlineFormat.js → inlineFormat.js} +5 -5
- package/dist/npm/tools/insertImage.d.ts +5 -6
- package/dist/npm/tools/insertImage.js +5 -5
- package/dist/npm/tools/insertLink.d.ts +5 -6
- package/dist/npm/tools/insertLink.js +5 -5
- package/dist/npm/tools/insertTable/popup.d.ts +5 -6
- package/dist/npm/tools/insertTable/popup.js +5 -5
- package/dist/npm/tools/insertTable/popupGrid.d.ts +5 -6
- package/dist/npm/tools/insertTable/popupGrid.js +5 -5
- package/dist/npm/tools/insertTable/tool.d.ts +5 -6
- package/dist/npm/tools/insertTable/tool.js +5 -5
- package/dist/npm/tools/lists.d.ts +5 -6
- package/dist/npm/tools/lists.js +5 -5
- package/dist/npm/tools/outdent.d.ts +41 -0
- package/dist/npm/tools/{Outdent.js → outdent.js} +5 -5
- package/dist/npm/tools/pdf.d.ts +5 -6
- package/dist/npm/tools/pdf.js +5 -5
- package/dist/npm/tools/print.d.ts +5 -6
- package/dist/npm/tools/print.js +5 -5
- package/dist/npm/tools/proseMirrorTool.d.ts +5 -6
- package/dist/npm/tools/proseMirrorTool.js +5 -5
- package/dist/npm/tools/selectAll.d.ts +5 -6
- package/dist/npm/tools/selectAll.js +5 -5
- package/dist/npm/tools/unlink.d.ts +5 -6
- package/dist/npm/tools/unlink.js +5 -5
- package/dist/npm/tools/viewHtml.d.ts +5 -6
- package/dist/npm/tools/viewHtml.js +5 -5
- package/package.json +12 -12
- package/dist/es/tools/Align.d.ts +0 -37
- package/dist/es/tools/Indent.d.ts +0 -42
- package/dist/es/tools/Outdent.d.ts +0 -42
- package/dist/npm/tools/Align.d.ts +0 -37
- package/dist/npm/tools/Indent.d.ts +0 -42
- package/dist/npm/tools/Outdent.d.ts +0 -42
|
@@ -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 CleanFormattingData {
|
|
|
40
39
|
/**
|
|
41
40
|
* @hidden
|
|
42
41
|
*/
|
|
43
|
-
export interface CleanFormattingAll extends
|
|
42
|
+
export interface CleanFormattingAll extends Vue2type, CleanFormattingMethods, CleanFormattingData, CleanFormattingComputed, CleanFormattingState {
|
|
44
43
|
}
|
|
45
|
-
declare let
|
|
46
|
-
declare const
|
|
47
|
-
export { CleanFormatting,
|
|
44
|
+
declare let CleanFormattingVue2: ComponentOptions<CleanFormattingAll, DefaultData<CleanFormattingData>, DefaultMethods<CleanFormattingAll>, CleanFormattingComputed, RecordPropsDefinition<CleanFormattingProps>>;
|
|
45
|
+
declare const CleanFormatting: DefineComponent<CleanFormattingProps, any, CleanFormattingData, CleanFormattingComputed, CleanFormattingMethods, {}, {}, {}, string, CleanFormattingProps, CleanFormattingProps, {}>;
|
|
46
|
+
export { CleanFormatting, CleanFormattingVue2 };
|
|
@@ -39,7 +39,7 @@ import { EditorToolsSettings } from './../config/toolsSettings';
|
|
|
39
39
|
var cleanFormatting = EditorToolsSettings.cleanFormatting;
|
|
40
40
|
var command = cleanFormattingCmd(); // tslint:enable:max-line-length
|
|
41
41
|
|
|
42
|
-
var
|
|
42
|
+
var CleanFormattingVue2 = {
|
|
43
43
|
name: 'KendoCleanFormatting',
|
|
44
44
|
props: __assign({
|
|
45
45
|
view: Object,
|
|
@@ -110,5 +110,5 @@ var CleanFormatting = {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
};
|
|
113
|
-
var
|
|
114
|
-
export { CleanFormatting,
|
|
113
|
+
var CleanFormatting = CleanFormattingVue2;
|
|
114
|
+
export { CleanFormatting, CleanFormattingVue2 };
|
|
@@ -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;
|
|
@@ -34,8 +33,8 @@ export interface FindAndReplaceData {
|
|
|
34
33
|
/**
|
|
35
34
|
* @hidden
|
|
36
35
|
*/
|
|
37
|
-
export interface FindAndReplaceAll extends
|
|
36
|
+
export interface FindAndReplaceAll extends Vue2type, FindAndReplaceMethods, FindAndReplaceData, FindAndReplaceComputed, FindAndReplaceState {
|
|
38
37
|
}
|
|
39
|
-
declare let
|
|
40
|
-
declare const
|
|
41
|
-
export { FindAndReplace,
|
|
38
|
+
declare let FindAndReplaceVue2: ComponentOptions<FindAndReplaceAll, DefaultData<FindAndReplaceData>, DefaultMethods<FindAndReplaceAll>, FindAndReplaceComputed, RecordPropsDefinition<FindAndReplaceProps>>;
|
|
39
|
+
declare const FindAndReplace: DefineComponent<FindAndReplaceProps, any, FindAndReplaceData, FindAndReplaceComputed, FindAndReplaceMethods, {}, {}, {}, string, FindAndReplaceProps, FindAndReplaceProps, {}>;
|
|
40
|
+
export { FindAndReplace, FindAndReplaceVue2 };
|
|
@@ -38,7 +38,7 @@ import { EditorToolsSettings } from './../config/toolsSettings';
|
|
|
38
38
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
39
39
|
var settings = EditorToolsSettings.findAndReplace; // tslint:enable:max-line-length
|
|
40
40
|
|
|
41
|
-
var
|
|
41
|
+
var FindAndReplaceVue2 = {
|
|
42
42
|
name: 'KendoFindAndReplace',
|
|
43
43
|
props: __assign({
|
|
44
44
|
view: Object
|
|
@@ -115,5 +115,5 @@ var FindAndReplace = {
|
|
|
115
115
|
}
|
|
116
116
|
}
|
|
117
117
|
};
|
|
118
|
-
var
|
|
119
|
-
export { FindAndReplace,
|
|
118
|
+
var FindAndReplace = FindAndReplaceVue2;
|
|
119
|
+
export { FindAndReplace, FindAndReplaceVue2 };
|
|
@@ -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;
|
|
@@ -46,8 +45,8 @@ export interface FontNameData {
|
|
|
46
45
|
/**
|
|
47
46
|
* @hidden
|
|
48
47
|
*/
|
|
49
|
-
export interface FontNameAll extends
|
|
48
|
+
export interface FontNameAll extends Vue2type, FontNameMethods, FontNameData, FontNameComputed, FontNameState {
|
|
50
49
|
}
|
|
51
|
-
declare let
|
|
52
|
-
declare const
|
|
53
|
-
export { FontName,
|
|
50
|
+
declare let FontNameVue2: ComponentOptions<FontNameAll, DefaultData<FontNameData>, DefaultMethods<FontNameAll>, FontNameComputed, RecordPropsDefinition<FontNameProps>>;
|
|
51
|
+
declare const FontName: DefineComponent<FontNameProps, any, FontNameData, FontNameComputed, FontNameMethods, {}, {}, {}, string, FontNameProps, FontNameProps, {}>;
|
|
52
|
+
export { FontName, FontNameVue2 };
|
|
@@ -51,7 +51,7 @@ import { userSelectNone } from './utils';
|
|
|
51
51
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
52
52
|
import { messages } from './../messages'; // tslint:enable:max-line-length
|
|
53
53
|
|
|
54
|
-
var
|
|
54
|
+
var FontNameVue2 = {
|
|
55
55
|
name: 'KendoFontName',
|
|
56
56
|
props: __assign({
|
|
57
57
|
view: Object,
|
|
@@ -128,9 +128,14 @@ var FontName = {
|
|
|
128
128
|
},
|
|
129
129
|
methods: {
|
|
130
130
|
customItemRender: function customItemRender(h, li, itemProps) {
|
|
131
|
-
return itemProps.dataItem.style ? h('li',
|
|
132
|
-
|
|
133
|
-
onClick: itemProps.
|
|
131
|
+
return itemProps.dataItem.style ? h('li', {
|
|
132
|
+
class: itemProps.itemClass,
|
|
133
|
+
onClick: itemProps.onClick,
|
|
134
|
+
on: {
|
|
135
|
+
click: itemProps.onClick
|
|
136
|
+
}
|
|
137
|
+
}, [h('span', {
|
|
138
|
+
style: itemProps.dataItem.style
|
|
134
139
|
}, __spreadArrays(li.children))]) : li;
|
|
135
140
|
},
|
|
136
141
|
onChange: function onChange(e) {
|
|
@@ -140,7 +145,7 @@ var FontName = {
|
|
|
140
145
|
settings = _a.settings;
|
|
141
146
|
var style = settings.style;
|
|
142
147
|
|
|
143
|
-
if (view) {
|
|
148
|
+
if (view && item) {
|
|
144
149
|
applyInlineStyle({
|
|
145
150
|
style: style,
|
|
146
151
|
value: item.value
|
|
@@ -154,5 +159,5 @@ var FontName = {
|
|
|
154
159
|
}
|
|
155
160
|
}
|
|
156
161
|
};
|
|
157
|
-
var
|
|
158
|
-
export { FontName,
|
|
162
|
+
var FontName = FontNameVue2;
|
|
163
|
+
export { FontName, FontNameVue2 };
|
|
@@ -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 FormatBlockData {
|
|
|
36
35
|
/**
|
|
37
36
|
* @hidden
|
|
38
37
|
*/
|
|
39
|
-
export interface FormatBlockAll extends
|
|
38
|
+
export interface FormatBlockAll extends Vue2type, FormatBlockMethods, FormatBlockData, FormatBlockComputed, FormatBlockState {
|
|
40
39
|
}
|
|
41
|
-
declare let
|
|
42
|
-
declare const
|
|
43
|
-
export { FormatBlock,
|
|
40
|
+
declare let FormatBlockVue2: ComponentOptions<FormatBlockAll, DefaultData<FormatBlockData>, DefaultMethods<FormatBlockAll>, FormatBlockComputed, RecordPropsDefinition<FormatBlockProps>>;
|
|
41
|
+
declare const FormatBlock: DefineComponent<FormatBlockProps, any, FormatBlockData, FormatBlockComputed, FormatBlockMethods, {}, {}, {}, string, FormatBlockProps, FormatBlockProps, {}>;
|
|
42
|
+
export { FormatBlock, FormatBlockVue2 };
|
|
@@ -51,7 +51,7 @@ import { userSelectNone } from './utils';
|
|
|
51
51
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
52
52
|
import { messages } from './../messages'; // tslint:enable:max-line-length
|
|
53
53
|
|
|
54
|
-
var
|
|
54
|
+
var FormatBlockVue2 = {
|
|
55
55
|
name: 'KendoFormatBlock',
|
|
56
56
|
props: __assign({
|
|
57
57
|
view: Object,
|
|
@@ -125,9 +125,14 @@ var FormatBlock = {
|
|
|
125
125
|
},
|
|
126
126
|
methods: {
|
|
127
127
|
customItemRender: function customItemRender(h, li, itemProps) {
|
|
128
|
-
return itemProps.dataItem.style ? h('li',
|
|
129
|
-
|
|
130
|
-
onClick: itemProps.
|
|
128
|
+
return itemProps.dataItem.style ? h('li', {
|
|
129
|
+
class: itemProps.itemClass,
|
|
130
|
+
onClick: itemProps.onClick,
|
|
131
|
+
on: {
|
|
132
|
+
click: itemProps.onClick
|
|
133
|
+
}
|
|
134
|
+
}, [h('span', {
|
|
135
|
+
style: itemProps.dataItem.style
|
|
131
136
|
}, __spreadArrays(li.children))]) : li;
|
|
132
137
|
},
|
|
133
138
|
onChange: function onChange(e) {
|
|
@@ -146,5 +151,5 @@ var FormatBlock = {
|
|
|
146
151
|
}
|
|
147
152
|
}
|
|
148
153
|
};
|
|
149
|
-
var
|
|
150
|
-
export { FormatBlock,
|
|
154
|
+
var FormatBlock = FormatBlockVue2;
|
|
155
|
+
export { FormatBlock, FormatBlockVue2 };
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../additionalTypes';
|
|
2
|
+
declare type DefaultData<V> = object | ((this: V) => {});
|
|
3
|
+
declare type DefaultMethods<V> = {
|
|
4
|
+
[key: string]: (this: V, ...args: any[]) => any;
|
|
5
|
+
};
|
|
6
|
+
import { ToolProps } from './ToolProps';
|
|
7
|
+
/**
|
|
8
|
+
* @hidden
|
|
9
|
+
*/
|
|
10
|
+
export interface IndentProps extends ToolProps {
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* @hidden
|
|
14
|
+
*/
|
|
15
|
+
export interface IndentState {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @hidden
|
|
19
|
+
*/
|
|
20
|
+
export interface IndentComputed {
|
|
21
|
+
[key: string]: any;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* @hidden
|
|
25
|
+
*/
|
|
26
|
+
export interface IndentMethods {
|
|
27
|
+
[key: string]: any;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* @hidden
|
|
31
|
+
*/
|
|
32
|
+
export interface IndentData {
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* @hidden
|
|
36
|
+
*/
|
|
37
|
+
export interface IndentAll extends Vue2type, IndentMethods, IndentData, IndentComputed, IndentState {
|
|
38
|
+
}
|
|
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 };
|
|
@@ -36,7 +36,7 @@ import { indentBlocks, isIndented, canIndentAsListItem, hasNode, sinkListItem }
|
|
|
36
36
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
37
37
|
import { messages } from './../messages'; // tslint:enable:max-line-length
|
|
38
38
|
|
|
39
|
-
var
|
|
39
|
+
var IndentVue2 = {
|
|
40
40
|
name: 'KendoIndent',
|
|
41
41
|
props: __assign({
|
|
42
42
|
view: Object,
|
|
@@ -123,5 +123,5 @@ var Indent = {
|
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
125
|
};
|
|
126
|
-
var
|
|
127
|
-
export { Indent,
|
|
126
|
+
var Indent = IndentVue2;
|
|
127
|
+
export { Indent, IndentVue2 };
|
|
@@ -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
|
|
67
|
+
export interface InlineFormatAll extends Vue2type, InlineFormatMethods, InlineFormatData, InlineFormatComputed, InlineFormatState {
|
|
69
68
|
}
|
|
70
|
-
declare let
|
|
71
|
-
declare const
|
|
72
|
-
export { InlineFormat,
|
|
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 };
|
|
@@ -36,7 +36,7 @@ import { toggleInlineFormat, hasMark } from '@progress/kendo-editor-common';
|
|
|
36
36
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
37
37
|
import { messages } from '../messages'; // tslint:enable:max-line-length
|
|
38
38
|
|
|
39
|
-
var
|
|
39
|
+
var InlineFormatVue2 = {
|
|
40
40
|
name: 'KendoInlineFormat',
|
|
41
41
|
props: __assign({
|
|
42
42
|
view: Object,
|
|
@@ -121,5 +121,5 @@ var InlineFormat = {
|
|
|
121
121
|
}
|
|
122
122
|
}
|
|
123
123
|
};
|
|
124
|
-
var
|
|
125
|
-
export { InlineFormat,
|
|
124
|
+
var InlineFormat = InlineFormatVue2;
|
|
125
|
+
export { InlineFormat, InlineFormatVue2 };
|
|
@@ -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
|
|
39
|
+
export interface InsertImageAll extends Vue2type, InsertImageMethods, InsertImageData, InsertImageComputed, InsertImageState {
|
|
41
40
|
}
|
|
42
|
-
declare let
|
|
43
|
-
declare const
|
|
44
|
-
export { InsertImage,
|
|
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 };
|
|
@@ -37,7 +37,7 @@ import { InsertImageDialog } from '../dialogs/insertImage';
|
|
|
37
37
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
38
38
|
import { messages } from './../messages'; // tslint:enable:max-line-length
|
|
39
39
|
|
|
40
|
-
var
|
|
40
|
+
var InsertImageVue2 = {
|
|
41
41
|
name: 'KendoInsertImage',
|
|
42
42
|
props: __assign({
|
|
43
43
|
view: Object,
|
|
@@ -126,5 +126,5 @@ var InsertImage = {
|
|
|
126
126
|
}
|
|
127
127
|
}
|
|
128
128
|
};
|
|
129
|
-
var
|
|
130
|
-
export { InsertImage,
|
|
129
|
+
var InsertImage = InsertImageVue2;
|
|
130
|
+
export { InsertImage, InsertImageVue2 };
|
|
@@ -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
|
|
39
|
+
export interface LinkToolAll extends Vue2type, LinkToolMethods, LinkToolData, LinkToolComputed, LinkToolState {
|
|
41
40
|
}
|
|
42
|
-
declare let
|
|
43
|
-
declare const
|
|
44
|
-
export { LinkTool,
|
|
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 };
|
|
@@ -37,7 +37,7 @@ import { InsertLinkDialog } from '../dialogs/insertLink';
|
|
|
37
37
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
38
38
|
import { messages } from './../messages'; // tslint:enable:max-line-length
|
|
39
39
|
|
|
40
|
-
var
|
|
40
|
+
var LinkToolVue2 = {
|
|
41
41
|
name: 'KendoLinkTool',
|
|
42
42
|
props: __assign({
|
|
43
43
|
view: Object,
|
|
@@ -126,5 +126,5 @@ var LinkTool = {
|
|
|
126
126
|
}
|
|
127
127
|
}
|
|
128
128
|
};
|
|
129
|
-
var
|
|
130
|
-
export { LinkTool,
|
|
129
|
+
var LinkTool = LinkToolVue2;
|
|
130
|
+
export { LinkTool, LinkToolVue2 };
|
|
@@ -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
|
|
73
|
+
export interface InsertTablePopupAll extends Vue2type, InsertTablePopupMethods, InsertTablePopupData, InsertTablePopupComputed, InsertTablePopupState {
|
|
75
74
|
}
|
|
76
|
-
declare let
|
|
77
|
-
declare const
|
|
78
|
-
export { InsertTablePopup,
|
|
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 };
|
|
@@ -5,7 +5,7 @@ var gh = allVue.h;
|
|
|
5
5
|
import { Popup } from '@progress/kendo-vue-popup';
|
|
6
6
|
import { PopupGrid } from './popupGrid'; // tslint:enable:max-line-length
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var InsertTablePopupVue2 = {
|
|
9
9
|
name: 'KendoInsertTablePopup',
|
|
10
10
|
props: {
|
|
11
11
|
show: {
|
|
@@ -164,5 +164,5 @@ var InsertTablePopup = {
|
|
|
164
164
|
}
|
|
165
165
|
}
|
|
166
166
|
};
|
|
167
|
-
var
|
|
168
|
-
export { InsertTablePopup,
|
|
167
|
+
var InsertTablePopup = InsertTablePopupVue2;
|
|
168
|
+
export { InsertTablePopup, InsertTablePopupVue2 };
|
|
@@ -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
|
|
44
|
+
export interface PopupGridAll extends Vue2type, PopupGridMethods, PopupGridData, PopupGridComputed, PopupGridState {
|
|
46
45
|
}
|
|
47
|
-
declare let
|
|
48
|
-
declare const
|
|
49
|
-
export { PopupGrid,
|
|
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 };
|
|
@@ -6,7 +6,7 @@ import { formatString } from '../utils';
|
|
|
6
6
|
var cellClass = 'k-ct-cell k-state-disabled';
|
|
7
7
|
var selectedClass = 'k-state-selected'; // tslint:enable:max-line-length
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var PopupGridVue2 = {
|
|
10
10
|
name: 'KendoPopupGrid',
|
|
11
11
|
props: {
|
|
12
12
|
rows: Number,
|
|
@@ -127,5 +127,5 @@ var PopupGrid = {
|
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
129
|
};
|
|
130
|
-
var
|
|
131
|
-
export { PopupGrid,
|
|
130
|
+
var PopupGrid = PopupGridVue2;
|
|
131
|
+
export { PopupGrid, PopupGridVue2 };
|
|
@@ -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
|
|
46
|
+
export interface InsertTableAll extends Vue2type, InsertTableMethods, InsertTableData, InsertTableComputed, InsertTableState {
|
|
48
47
|
}
|
|
49
|
-
declare let
|
|
50
|
-
declare const
|
|
51
|
-
export { InsertTable,
|
|
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 };
|
|
@@ -38,7 +38,7 @@ import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
|
38
38
|
import { messages } from './../../messages';
|
|
39
39
|
import { canInsert, createTable, insertNode } from '@progress/kendo-editor-common'; // tslint:enable:max-line-length
|
|
40
40
|
|
|
41
|
-
var
|
|
41
|
+
var InsertTableVue2 = {
|
|
42
42
|
name: 'KendoInsertTable',
|
|
43
43
|
props: __assign({
|
|
44
44
|
view: Object,
|
|
@@ -161,5 +161,5 @@ var InsertTable = {
|
|
|
161
161
|
}
|
|
162
162
|
}
|
|
163
163
|
};
|
|
164
|
-
var
|
|
165
|
-
export { InsertTable,
|
|
164
|
+
var InsertTable = InsertTableVue2;
|
|
165
|
+
export { InsertTable, InsertTableVue2 };
|
package/dist/es/tools/lists.d.ts
CHANGED
|
@@ -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
|
|
47
|
+
export interface ListAll extends Vue2type, ListMethods, ListData, ListComputed, ListState {
|
|
49
48
|
}
|
|
50
|
-
declare let
|
|
51
|
-
declare const
|
|
52
|
-
export { List,
|
|
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 };
|
package/dist/es/tools/lists.js
CHANGED
|
@@ -36,7 +36,7 @@ import { hasNode, toggleList } from '@progress/kendo-editor-common';
|
|
|
36
36
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
37
37
|
import { messages } from './../messages'; // tslint:enable:max-line-length
|
|
38
38
|
|
|
39
|
-
var
|
|
39
|
+
var ListVue2 = {
|
|
40
40
|
name: 'KendoList',
|
|
41
41
|
props: __assign({
|
|
42
42
|
view: Object,
|
|
@@ -128,5 +128,5 @@ var List = {
|
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
130
|
};
|
|
131
|
-
var
|
|
132
|
-
export { List,
|
|
131
|
+
var List = ListVue2;
|
|
132
|
+
export { List, ListVue2 };
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../additionalTypes';
|
|
2
|
+
declare type DefaultData<V> = object | ((this: V) => {});
|
|
3
|
+
declare type DefaultMethods<V> = {
|
|
4
|
+
[key: string]: (this: V, ...args: any[]) => any;
|
|
5
|
+
};
|
|
6
|
+
import { IndentProps } from './indent';
|
|
7
|
+
/**
|
|
8
|
+
* @hidden
|
|
9
|
+
*/
|
|
10
|
+
export interface OutdentProps extends IndentProps {
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* @hidden
|
|
14
|
+
*/
|
|
15
|
+
export interface OutdentState {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @hidden
|
|
19
|
+
*/
|
|
20
|
+
export interface OutdentComputed {
|
|
21
|
+
[key: string]: any;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* @hidden
|
|
25
|
+
*/
|
|
26
|
+
export interface OutdentMethods {
|
|
27
|
+
[key: string]: any;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* @hidden
|
|
31
|
+
*/
|
|
32
|
+
export interface OutdentData {
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* @hidden
|
|
36
|
+
*/
|
|
37
|
+
export interface OutdentAll extends Vue2type, OutdentMethods, OutdentData, OutdentComputed, OutdentState {
|
|
38
|
+
}
|
|
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 };
|
|
@@ -36,7 +36,7 @@ import { indentBlocks, isIndented, canOutdentAsListItem, liftListItem } from '@p
|
|
|
36
36
|
import { provideLocalizationService } from '@progress/kendo-vue-intl';
|
|
37
37
|
import { messages } from './../messages'; // tslint:enable:max-line-length
|
|
38
38
|
|
|
39
|
-
var
|
|
39
|
+
var OutdentVue2 = {
|
|
40
40
|
name: 'KendoOutdent',
|
|
41
41
|
props: __assign({
|
|
42
42
|
view: Object,
|
|
@@ -125,5 +125,5 @@ var Outdent = {
|
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
127
|
};
|
|
128
|
-
var
|
|
129
|
-
export { Outdent,
|
|
128
|
+
var Outdent = OutdentVue2;
|
|
129
|
+
export { Outdent, OutdentVue2 };
|
package/dist/es/tools/pdf.d.ts
CHANGED
|
@@ -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
|
|
51
|
+
export interface PdfAll extends Vue2type, PdfMethods, PdfData, PdfComputed, PdfState {
|
|
53
52
|
}
|
|
54
|
-
declare let
|
|
55
|
-
declare const
|
|
56
|
-
export { Pdf,
|
|
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 };
|
package/dist/es/tools/pdf.js
CHANGED
|
@@ -39,7 +39,7 @@ import { EditorToolsSettings } from './../config/toolsSettings';
|
|
|
39
39
|
var pdf = EditorToolsSettings.pdf,
|
|
40
40
|
defaultSavePdfOptions = EditorToolsSettings.savePdfOptions; // tslint:enable:max-line-length
|
|
41
41
|
|
|
42
|
-
var
|
|
42
|
+
var PdfVue2 = {
|
|
43
43
|
name: 'KendoPdf',
|
|
44
44
|
props: __assign({
|
|
45
45
|
view: Object,
|
|
@@ -101,5 +101,5 @@ var Pdf = {
|
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
};
|
|
104
|
-
var
|
|
105
|
-
export { Pdf,
|
|
104
|
+
var Pdf = PdfVue2;
|
|
105
|
+
export { Pdf, PdfVue2 };
|