@progress/kendo-vue-editor 2.7.1-dev.202112201220
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/LICENSE.md +11 -0
- package/NOTICE.txt +33 -0
- package/README.md +50 -0
- package/dist/cdn/js/kendo-vue-editor.js +1 -0
- package/dist/es/main.d.ts +1 -0
- package/dist/es/main.js +0 -0
- package/dist/npm/main.d.ts +1 -0
- package/dist/npm/main.js +2 -0
- package/package.json +71 -0
package/LICENSE.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Kendo UI for Vue
|
|
2
|
+
|
|
3
|
+
This package is part of the [Kendo UI for Vue](https://www.telerik.com/kendo-vue-ui/) suite.
|
|
4
|
+
|
|
5
|
+
## License
|
|
6
|
+
|
|
7
|
+
This is commercial software. To use it, you need to agree to the [**Telerik End User License Agreement for Kendo UI**](https://www.telerik.com/purchase/license-agreement/kendo-ui). If you do not own a commercial license, this file shall be governed by the trial license terms.
|
|
8
|
+
|
|
9
|
+
All available Kendo UI commercial licenses may be obtained at https://www.telerik.com/purchase/kendo-ui.
|
|
10
|
+
|
|
11
|
+
*Copyright © 2021 Progress Software Corporation and/or one of its subsidiaries or affiliates. All Rights Reserved.*
|
package/NOTICE.txt
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
Progress Kendo UI for Vue 2021
|
|
2
|
+
|
|
3
|
+
Copyright © 2021 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
|
|
4
|
+
|
|
5
|
+
Portions of the Product include certain open source and commercial third-party components listed below (“Third-Party Components”). The authors of the Third-Party Components require Progress Software Corporation (“PSC”) to include the following notices and additional licensing terms as a condition of PSC’s use of such Third-Party Components. You acknowledge that the authors of the Third-Party Components have no obligation to provide support to you for the Third-Party Components or the Product. You hereby undertake to comply with all licenses related to the applicable Third-Party Components. Notwithstanding anything to the contrary, to the extent that any of the terms and conditions of the Product Agreement conflict, vary, or are in addition to the terms and conditions of the aforementioned third-party licenses for these technologies, such terms and conditions are offered by PSC alone and not by any other party.
|
|
6
|
+
|
|
7
|
+
1. Special Notices Regarding Open Source Third-Party Components incorporated in the Product:
|
|
8
|
+
|
|
9
|
+
(1) MIT-style Licenses:
|
|
10
|
+
|
|
11
|
+
(a) Progress Kendo UI for Vue 2021 incorporates jszip-esm v1.0. Such technology is subject to the following terms and conditions:
|
|
12
|
+
The MIT License
|
|
13
|
+
Copyright (c) 2009-2016 Stuart Knightley, David Duponchel, Franz Buchinger, António Afonso
|
|
14
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
15
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
16
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
17
|
+
|
|
18
|
+
(b) Progress Kendo UI for Vue 2021 incorporates pako-esm v1.0 (as modified by PSC). Such technology is subject to the following terms and conditions:
|
|
19
|
+
Copyright © 2020 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved. (as modified)
|
|
20
|
+
Copyright (C) 2014-2017 by Vitaly Puzrin and Andrei Tuputcyn
|
|
21
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
22
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
23
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
2. Special Notices Regarding Commercially Licensed Third-Party Components incorporated in the Product:
|
|
27
|
+
|
|
28
|
+
(a) Progress Kendo UI for Vue 2021 incorporates Progress Kendo UI Licensing CLI v1.1 licensed from Progress Software Corporation. See NOTICE.txt text file within products for third-party license requirements/agreements.
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
NOTICE FROM PROGRESS SOFTWARE CORPORATION: Additional notices may be included in the release notes or other documentation that accompanies updates received in connection with support of the Product.
|
|
32
|
+
|
|
33
|
+
Updated 1/14/2021
|
package/README.md
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
<a href="https://www.telerik.com/kendo-vue-ui/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-editor&utm_content=banner" target="_blank">
|
|
2
|
+
<img src="https://www.telerik.com/kendo-vue-ui/npm-banner.svg">
|
|
3
|
+
</a>
|
|
4
|
+
|
|
5
|
+
# Kendo UI for Vue WYSIWYG Editor Component for Vue
|
|
6
|
+
|
|
7
|
+
> **Important**
|
|
8
|
+
> * This package is а part of [Kendo UI for Vue](https://www.telerik.com/kendo-vue-ui/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-editor)—a commercial UI library.
|
|
9
|
+
> * You will need to install a license key when adding the package to your project. For more information, please refer to the [Kendo UI for Vue My License page](https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-editor).
|
|
10
|
+
> * To receive a license key, you need to either [purchase a license](https://www.telerik.com/kendo-vue-ui/pricing/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-editor) or register for a [free trial](https://www.telerik.com/download-login-v2-kendo-vue-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-editor). Doing so indicates that you [accept the Kendo UI for Vue License Agreement](https://www.telerik.com/purchase/license-agreement/progress-kendovue?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-editor).
|
|
11
|
+
> * The 30-day free trial gives you access to all the Kendo UI for Vue components and their full functionality. Additionally, for the period of your license, you get access to our legendary technical support provided directly by the Kendo UI for Vue dev team!
|
|
12
|
+
>
|
|
13
|
+
> [Start using Kendo UI for Vue](https://www.telerik.com/download-login-v2-kendo-vue-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-editor) and speed up your development process!
|
|
14
|
+
|
|
15
|
+
[The Kendo UI for Vue Editor](https://www.telerik.com/kendo-vue-ui/components/editor/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-editor) enables users to create rich textual content through a What-You-See-Is-What-You-Get (WYSIWYG) interface and delivers a set of tools for creating, editing, and formatting of text, paragraphs, lists, and other HTML elements.
|
|
16
|
+
|
|
17
|
+
## Vue HTML Editor
|
|
18
|
+
|
|
19
|
+
Among the features which the Kendo UI for Vue Editor component delivers are:
|
|
20
|
+
|
|
21
|
+
* [Ready-to-use, customizable toolset](https://www.telerik.com/kendo-vue-ui/components/editor/tools/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-editor)—The Editor provides a rich set of built-in, user-interface tools. It also enables you to customize each one of them and/or add custom ones.
|
|
22
|
+
* [Custom rendering](https://www.telerik.com/kendo-vue-ui/components/editor/custom-rendering/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-editor)—The Editor provides options for customizing the way it renders its elements—for example, HTML wrapper element, tools, and dialogs.
|
|
23
|
+
* [Get and/or set HTML content](https://www.telerik.com/kendo-vue-ui/components/editor/content/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-editor)—You can programmatically get the HTML content of the Editor and/or set an updated version back.
|
|
24
|
+
* [Sanitizing pasted HTML content](https://www.telerik.com/kendo-vue-ui/components/editor/paste/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-editor)—A set of built-in functions look after sanitizing the content which the user pastes in the content area of the editor.
|
|
25
|
+
* [Plugins](https://www.telerik.com/kendo-vue-ui/components/editor/plugins/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-editor)—Various ways to extend and customize the functionality and features of the editor by using different plugins.
|
|
26
|
+
* [Modifying the schema](https://www.telerik.com/kendo-vue-ui/components/editor/schema/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-editor)—By modifying the default, built-in schema, you can add additional types of nodes and marks as well as edit and remove the existing ones. This results in more tailored and customizable experience for the users.
|
|
27
|
+
* [Globalization](https://www.telerik.com/kendo-vue-ui/components/editor/globalization/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-editor)—By using the available globalization options in Kendo UI for Vue, you can translate the Editor messages by adapting them to specific culture locales.
|
|
28
|
+
* [Theme support](https://www.telerik.com/kendo-vue-ui/components/styling/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-editor)—The Kendo UI for Vue Editor, as well as all 100+ components in the Kendo UI for Vue suite, are styled in three polished themes (Bootstrap, Material, and Default) and can be further customized to match your specific design guidelines.
|
|
29
|
+
|
|
30
|
+
## Support Options
|
|
31
|
+
|
|
32
|
+
For any issues you might encounter while working with the Kendo UI for Vue Editor, use any of the available support channels:
|
|
33
|
+
|
|
34
|
+
* Industry-leading technical support—Kendo UI for Vue paid license holders and users with an active (free) trial license can take advantage of our outstanding customer support. To submit a ticket, use [the dedicated Kendo UI for Vue support system](https://www.telerik.com/account/support-tickets?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-editor).
|
|
35
|
+
* Product forums—The [Kendo UI for Vue forums](https://www.telerik.com/forums/kendo-ui-vue?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-editor) are part of the free support you can get from the community and from the Kendo UI for Vue team.
|
|
36
|
+
* Feedback portal—The [Kendo UI for Vue feedback portal](https://feedback.telerik.com/kendo-vue-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-editor) is where you can request and vote for new features to be added.
|
|
37
|
+
|
|
38
|
+
## Resources
|
|
39
|
+
|
|
40
|
+
* [Getting Started with Kendo UI for Vue](https://www.telerik.com/kendo-vue-ui/getting-started/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-editor)
|
|
41
|
+
* [Get Started with the Kendo UI for Vue Editor](https://www.telerik.com/kendo-vue-ui/components/editor/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-editor)
|
|
42
|
+
* [API Reference of the Kendo UI for Vue Editor](https://www.telerik.com/kendo-vue-ui/components/editor/api/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-editor)
|
|
43
|
+
* [Kendo UI for Vue Roadmap](https://www.telerik.com/support/whats-new/kendo-vue-ui/roadmap/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-editor)
|
|
44
|
+
* [Blogs](https://www.telerik.com/blogs/tag/kendo?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-editor)
|
|
45
|
+
* [Demos, documentation, and component reference](https://www.telerik.com/kendo-vue-ui/components/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-editor)
|
|
46
|
+
* [Kendo UI for Vue pricing and licensing](https://www.telerik.com/kendo-ui/pricing/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-editor)
|
|
47
|
+
|
|
48
|
+
*Copyright © 2021 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.*
|
|
49
|
+
|
|
50
|
+
*Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries.*
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.KendoVueEditor=t():e.KendoVueEditor=t()}(window,(function(){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=0)}([function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0})}])}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/dist/es/main.js
ADDED
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/dist/npm/main.js
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@progress/kendo-vue-editor",
|
|
3
|
+
"description": "Kendo UI for Vue Editor package",
|
|
4
|
+
"version": "2.7.1-dev.202112201220",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "https://github.com/telerik/kendo-vue.git"
|
|
8
|
+
},
|
|
9
|
+
"main": "dist/npm/main.js",
|
|
10
|
+
"types": "dist/npm/main.d.ts",
|
|
11
|
+
"module": "dist/es/main.js",
|
|
12
|
+
"jsnext:main": "dist/es/main.js",
|
|
13
|
+
"scripts": {
|
|
14
|
+
"test": "cd ../../ && npm run test -- --testPathPattern=/packages/editor/.*",
|
|
15
|
+
"start": "gulp start",
|
|
16
|
+
"build-package": "gulp build-package"
|
|
17
|
+
},
|
|
18
|
+
"homepage": "https://www.telerik.com/kendo-vue-ui/",
|
|
19
|
+
"keywords": [
|
|
20
|
+
"Kendo UI",
|
|
21
|
+
"Vue",
|
|
22
|
+
"Progress",
|
|
23
|
+
"editor",
|
|
24
|
+
"Kendo UI for Vue",
|
|
25
|
+
"vuejs",
|
|
26
|
+
"UI",
|
|
27
|
+
"components",
|
|
28
|
+
"Vue component",
|
|
29
|
+
"Telerik"
|
|
30
|
+
],
|
|
31
|
+
"peerDependencies": {
|
|
32
|
+
"@progress/kendo-drawing": "^1.2.0",
|
|
33
|
+
"@progress/kendo-licensing": "^1.0.1",
|
|
34
|
+
"@progress/kendo-vue-buttons": "^2.7.0",
|
|
35
|
+
"@progress/kendo-vue-dialogs": "^2.7.0",
|
|
36
|
+
"@progress/kendo-vue-dropdowns": "^2.7.0",
|
|
37
|
+
"@progress/kendo-vue-inputs": "^2.7.0",
|
|
38
|
+
"@progress/kendo-vue-intl": "^2.7.0",
|
|
39
|
+
"@progress/kendo-vue-layout": "^2.7.0",
|
|
40
|
+
"@progress/kendo-vue-pdf": "^2.7.0",
|
|
41
|
+
"@progress/kendo-vue-popup": "^2.7.0",
|
|
42
|
+
"vue": "^2.6.12 || ^3.0.2"
|
|
43
|
+
},
|
|
44
|
+
"dependencies": {
|
|
45
|
+
"@progress/kendo-editor-common": "1.6.0",
|
|
46
|
+
"@progress/kendo-vue-common": "2.7.0"
|
|
47
|
+
},
|
|
48
|
+
"devDependencies": {
|
|
49
|
+
"@progress/kendo-drawing": "^1.8.0",
|
|
50
|
+
"@progress/kendo-licensing": "^1.0.1",
|
|
51
|
+
"@progress/kendo-vue-buttons": "2.7.0",
|
|
52
|
+
"@progress/kendo-vue-dialogs": "2.7.0",
|
|
53
|
+
"@progress/kendo-vue-dropdowns": "2.7.0",
|
|
54
|
+
"@progress/kendo-vue-form": "2.7.0",
|
|
55
|
+
"@progress/kendo-vue-inputs": "2.7.0",
|
|
56
|
+
"@progress/kendo-vue-intl": "2.7.0",
|
|
57
|
+
"@progress/kendo-vue-layout": "2.7.0",
|
|
58
|
+
"@progress/kendo-vue-pdf": "2.7.0",
|
|
59
|
+
"@progress/kendo-vue-popup": "2.7.0",
|
|
60
|
+
"@progress/kendo-vue-upload": "2.7.0"
|
|
61
|
+
},
|
|
62
|
+
"@progress": {
|
|
63
|
+
"friendlyName": "Editor",
|
|
64
|
+
"framework": "Kendo UI for Vue"
|
|
65
|
+
},
|
|
66
|
+
"author": "Progress",
|
|
67
|
+
"license": "SEE LICENSE IN LICENSE.md",
|
|
68
|
+
"publishConfig": {
|
|
69
|
+
"access": "public"
|
|
70
|
+
}
|
|
71
|
+
}
|