@progress/kendo-vue-editor 3.7.4-dev.202301151601 → 3.7.4-dev.202301161618
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/NOTICE.txt +11 -11
- package/dist/cdn/js/kendo-vue-editor.js +1 -1
- package/dist/es/dialogs/insertImage.js +949 -115
- package/dist/es/dialogs/insertLink.js +572 -68
- package/dist/es/dialogs/viewHtml.js +3 -2
- package/dist/es/package-metadata.js +1 -1
- package/dist/esm/dialogs/insertImage.js +949 -115
- package/dist/esm/dialogs/insertLink.js +572 -68
- package/dist/esm/dialogs/viewHtml.js +3 -2
- package/dist/esm/package-metadata.js +1 -1
- package/dist/npm/dialogs/insertImage.js +949 -115
- package/dist/npm/dialogs/insertLink.js +572 -68
- package/dist/npm/dialogs/viewHtml.js +3 -2
- package/dist/npm/package-metadata.js +1 -1
- package/package.json +13 -12
|
@@ -38,6 +38,9 @@ var ViewHtmlDialogVue2 = {
|
|
|
38
38
|
},
|
|
39
39
|
mounted: function mounted() {
|
|
40
40
|
this.htmlArea = (0, kendo_vue_common_1.getRef)(this, 'htmlArea');
|
|
41
|
+
if (this.htmlArea) {
|
|
42
|
+
this.htmlArea.focus();
|
|
43
|
+
}
|
|
41
44
|
},
|
|
42
45
|
// @ts-ignore
|
|
43
46
|
setup: !isV3 ? undefined : function () {
|
|
@@ -64,14 +67,12 @@ var ViewHtmlDialogVue2 = {
|
|
|
64
67
|
defaultValue: (0, kendo_editor_common_1.indentHtml)((0, kendo_editor_common_1.getHtml)(view.state)),
|
|
65
68
|
attrs: this.v3 ? undefined : {
|
|
66
69
|
defaultValue: (0, kendo_editor_common_1.indentHtml)((0, kendo_editor_common_1.getHtml)(view.state)),
|
|
67
|
-
autoFocus: true,
|
|
68
70
|
autoSize: false,
|
|
69
71
|
value: (0, kendo_editor_common_1.indentHtml)((0, kendo_editor_common_1.getHtml)(view.state))
|
|
70
72
|
},
|
|
71
73
|
style: {
|
|
72
74
|
height: '275px'
|
|
73
75
|
},
|
|
74
|
-
autoFocus: true,
|
|
75
76
|
autoSize: false,
|
|
76
77
|
ref: (0, kendo_vue_common_1.setRef)(this, 'htmlArea'),
|
|
77
78
|
value: (0, kendo_editor_common_1.indentHtml)((0, kendo_editor_common_1.getHtml)(view.state))
|
|
@@ -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: 1673885083,
|
|
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
|
};
|
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.7.4-dev.
|
|
4
|
+
"version": "3.7.4-dev.202301161618",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/telerik/kendo-vue.git"
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"@progress/kendo-vue-buttons": "^3.6.0",
|
|
42
42
|
"@progress/kendo-vue-dialogs": "^3.6.0",
|
|
43
43
|
"@progress/kendo-vue-dropdowns": "^3.6.0",
|
|
44
|
+
"@progress/kendo-vue-form": "^3.6.0",
|
|
44
45
|
"@progress/kendo-vue-inputs": "^3.6.0",
|
|
45
46
|
"@progress/kendo-vue-intl": "^3.6.0",
|
|
46
47
|
"@progress/kendo-vue-layout": "^3.6.0",
|
|
@@ -50,22 +51,22 @@
|
|
|
50
51
|
},
|
|
51
52
|
"dependencies": {
|
|
52
53
|
"@progress/kendo-editor-common": "1.9.3",
|
|
53
|
-
"@progress/kendo-vue-common": "3.7.4-dev.
|
|
54
|
+
"@progress/kendo-vue-common": "3.7.4-dev.202301161618"
|
|
54
55
|
},
|
|
55
56
|
"devDependencies": {
|
|
56
57
|
"@progress/kendo-drawing": "^1.8.0",
|
|
57
58
|
"@progress/kendo-licensing": "^1.3.0",
|
|
58
59
|
"@progress/kendo-svg-icons": "^1.0.0",
|
|
59
|
-
"@progress/kendo-vue-buttons": "3.7.4-dev.
|
|
60
|
-
"@progress/kendo-vue-dialogs": "3.7.4-dev.
|
|
61
|
-
"@progress/kendo-vue-dropdowns": "3.7.4-dev.
|
|
62
|
-
"@progress/kendo-vue-form": "3.7.4-dev.
|
|
63
|
-
"@progress/kendo-vue-inputs": "3.7.4-dev.
|
|
64
|
-
"@progress/kendo-vue-intl": "3.7.4-dev.
|
|
65
|
-
"@progress/kendo-vue-layout": "3.7.4-dev.
|
|
66
|
-
"@progress/kendo-vue-pdf": "3.7.4-dev.
|
|
67
|
-
"@progress/kendo-vue-popup": "3.7.4-dev.
|
|
68
|
-
"@progress/kendo-vue-upload": "3.7.4-dev.
|
|
60
|
+
"@progress/kendo-vue-buttons": "3.7.4-dev.202301161618",
|
|
61
|
+
"@progress/kendo-vue-dialogs": "3.7.4-dev.202301161618",
|
|
62
|
+
"@progress/kendo-vue-dropdowns": "3.7.4-dev.202301161618",
|
|
63
|
+
"@progress/kendo-vue-form": "3.7.4-dev.202301161618",
|
|
64
|
+
"@progress/kendo-vue-inputs": "3.7.4-dev.202301161618",
|
|
65
|
+
"@progress/kendo-vue-intl": "3.7.4-dev.202301161618",
|
|
66
|
+
"@progress/kendo-vue-layout": "3.7.4-dev.202301161618",
|
|
67
|
+
"@progress/kendo-vue-pdf": "3.7.4-dev.202301161618",
|
|
68
|
+
"@progress/kendo-vue-popup": "3.7.4-dev.202301161618",
|
|
69
|
+
"@progress/kendo-vue-upload": "3.7.4-dev.202301161618",
|
|
69
70
|
"prosemirror-markdown": "1.10.1",
|
|
70
71
|
"prosemirror-tables": "^1.2.5"
|
|
71
72
|
},
|