@syncfusion/ej2-vue-richtexteditor 24.1.43 → 24.1.46
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/CHANGELOG.md +19 -0
- package/README.md +1 -1
- package/dist/ej2-vue-richtexteditor.umd.min.js +2 -2
- package/dist/ej2-vue-richtexteditor.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-richtexteditor.es2015.js +3 -0
- package/dist/es6/ej2-vue-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-richtexteditor.es5.js +3 -0
- package/dist/es6/ej2-vue-richtexteditor.es5.js.map +1 -1
- package/dist/global/ej2-vue-richtexteditor.min.js +2 -2
- package/package.json +7 -7
- package/src/rich-text-editor/richtexteditor.component.js +3 -0
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-richtexteditor@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-richtexteditor@24.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-richtexteditor@24.1.45",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-7KuVRspMiCy+o59QkS55klL6c1A72EKfvAQEJPrNXrZCVPwYW09vlvXmDsTpBrzPIafhl21eTSjRQMr6Z6H7SQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-richtexteditor",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-richtexteditor/-/ej2-vue-richtexteditor-24.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-richtexteditor/-/ej2-vue-richtexteditor-24.1.45.tgz",
|
|
23
|
+
"_shasum": "f4146820aad5a22c81bde9c0799705f96084fccb",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-richtexteditor@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~24.1.
|
|
35
|
-
"@syncfusion/ej2-richtexteditor": "24.1.
|
|
34
|
+
"@syncfusion/ej2-base": "~24.1.46",
|
|
35
|
+
"@syncfusion/ej2-richtexteditor": "24.1.46",
|
|
36
36
|
"@syncfusion/ej2-vue-base": "~24.1.41"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
@@ -58,6 +58,6 @@
|
|
|
58
58
|
"ci-publish": "gulp ci-publish",
|
|
59
59
|
"compile": "gulp ci-compile && gulp vue-global-script"
|
|
60
60
|
},
|
|
61
|
-
"version": "24.1.
|
|
61
|
+
"version": "24.1.46",
|
|
62
62
|
"sideEffects": false
|
|
63
63
|
}
|
|
@@ -146,6 +146,9 @@ export var RichTextEditorComponent = vueDefineComponent({
|
|
|
146
146
|
custom: function () {
|
|
147
147
|
this.updated();
|
|
148
148
|
},
|
|
149
|
+
addAnchorAriaLabel: function (value) {
|
|
150
|
+
return this.ej2Instances.addAnchorAriaLabel(value);
|
|
151
|
+
},
|
|
149
152
|
cleanList: function (e) {
|
|
150
153
|
return this.ej2Instances.cleanList(e);
|
|
151
154
|
},
|