@progress/kendo-vue-editor 3.0.3-dev.202201280639 → 3.0.4
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/package-metadata.js +1 -1
- package/dist/es/tools/insertTable/popup.d.ts +1 -1
- package/dist/es/tools/insertTable/popupGrid.d.ts +1 -1
- package/dist/npm/package-metadata.js +1 -1
- package/dist/npm/tools/insertTable/popup.d.ts +1 -1
- package/dist/npm/tools/insertTable/popupGrid.d.ts +1 -1
- package/package.json +12 -12
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-vue-editor',
|
|
6
6
|
productName: 'Kendo UI for Vue',
|
|
7
7
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1643723536,
|
|
9
9
|
version: '',
|
|
10
10
|
licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
|
|
11
11
|
};
|
|
@@ -42,7 +42,7 @@ export interface InsertTablePopupProps {
|
|
|
42
42
|
/**
|
|
43
43
|
* The `onTableInsert` event which will be triggered when a cell in `InsertTablePopup` is clicked.
|
|
44
44
|
*/
|
|
45
|
-
|
|
45
|
+
onTableinsert?: (row: number, col: number) => void;
|
|
46
46
|
}
|
|
47
47
|
/**
|
|
48
48
|
* @hidden
|
|
@@ -11,7 +11,7 @@ export interface PopupGridProps {
|
|
|
11
11
|
columns: number;
|
|
12
12
|
createTableMessage: string;
|
|
13
13
|
createTableHintMessage: string;
|
|
14
|
-
|
|
14
|
+
onCellclick?: (row: number, col: number) => void;
|
|
15
15
|
onDown?: () => void;
|
|
16
16
|
}
|
|
17
17
|
/**
|
|
@@ -8,7 +8,7 @@ exports.packageMetadata = {
|
|
|
8
8
|
name: '@progress/kendo-vue-editor',
|
|
9
9
|
productName: 'Kendo UI for Vue',
|
|
10
10
|
productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
|
|
11
|
-
publishDate:
|
|
11
|
+
publishDate: 1643723536,
|
|
12
12
|
version: '',
|
|
13
13
|
licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
|
|
14
14
|
};
|
|
@@ -42,7 +42,7 @@ export interface InsertTablePopupProps {
|
|
|
42
42
|
/**
|
|
43
43
|
* The `onTableInsert` event which will be triggered when a cell in `InsertTablePopup` is clicked.
|
|
44
44
|
*/
|
|
45
|
-
|
|
45
|
+
onTableinsert?: (row: number, col: number) => void;
|
|
46
46
|
}
|
|
47
47
|
/**
|
|
48
48
|
* @hidden
|
|
@@ -11,7 +11,7 @@ export interface PopupGridProps {
|
|
|
11
11
|
columns: number;
|
|
12
12
|
createTableMessage: string;
|
|
13
13
|
createTableHintMessage: string;
|
|
14
|
-
|
|
14
|
+
onCellclick?: (row: number, col: number) => void;
|
|
15
15
|
onDown?: () => void;
|
|
16
16
|
}
|
|
17
17
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-vue-editor",
|
|
3
3
|
"description": "Kendo UI for Vue Editor package",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.4",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/telerik/kendo-vue.git"
|
|
@@ -43,21 +43,21 @@
|
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@progress/kendo-editor-common": "1.7.1",
|
|
46
|
-
"@progress/kendo-vue-common": "3.0.
|
|
46
|
+
"@progress/kendo-vue-common": "3.0.4"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@progress/kendo-drawing": "^1.8.0",
|
|
50
50
|
"@progress/kendo-licensing": "^1.0.1",
|
|
51
|
-
"@progress/kendo-vue-buttons": "3.0.
|
|
52
|
-
"@progress/kendo-vue-dialogs": "3.0.
|
|
53
|
-
"@progress/kendo-vue-dropdowns": "3.0.
|
|
54
|
-
"@progress/kendo-vue-form": "3.0.
|
|
55
|
-
"@progress/kendo-vue-inputs": "3.0.
|
|
56
|
-
"@progress/kendo-vue-intl": "3.0.
|
|
57
|
-
"@progress/kendo-vue-layout": "3.0.
|
|
58
|
-
"@progress/kendo-vue-pdf": "3.0.
|
|
59
|
-
"@progress/kendo-vue-popup": "3.0.
|
|
60
|
-
"@progress/kendo-vue-upload": "3.0.
|
|
51
|
+
"@progress/kendo-vue-buttons": "3.0.4",
|
|
52
|
+
"@progress/kendo-vue-dialogs": "3.0.4",
|
|
53
|
+
"@progress/kendo-vue-dropdowns": "3.0.4",
|
|
54
|
+
"@progress/kendo-vue-form": "3.0.4",
|
|
55
|
+
"@progress/kendo-vue-inputs": "3.0.4",
|
|
56
|
+
"@progress/kendo-vue-intl": "3.0.4",
|
|
57
|
+
"@progress/kendo-vue-layout": "3.0.4",
|
|
58
|
+
"@progress/kendo-vue-pdf": "3.0.4",
|
|
59
|
+
"@progress/kendo-vue-popup": "3.0.4",
|
|
60
|
+
"@progress/kendo-vue-upload": "3.0.4"
|
|
61
61
|
},
|
|
62
62
|
"@progress": {
|
|
63
63
|
"friendlyName": "Editor",
|