@syncfusion/ej2-vue-inputs 22.1.39 → 22.2.7
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 +14 -0
- package/dist/ej2-vue-inputs.umd.min.js +2 -2
- package/dist/ej2-vue-inputs.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-inputs.es2015.js +2 -2
- package/dist/es6/ej2-vue-inputs.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-inputs.es5.js +2 -2
- package/dist/es6/ej2-vue-inputs.es5.js.map +1 -1
- package/dist/global/ej2-vue-inputs.min.js +2 -2
- package/package.json +8 -8
- package/src/signature/signature.component.js +2 -2
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-inputs@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-inputs@22.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-inputs@22.2.5",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-TijlIk0cBajYVNcXXw7oYXr7Qf/9dfnZFctOSt6558hghySH+S4Ws9mjdukyG8deUXzbcVuzvk5H8tVek6WLsw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-inputs",
|
|
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-inputs/-/ej2-vue-inputs-22.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-inputs/-/ej2-vue-inputs-22.2.5.tgz",
|
|
23
|
+
"_shasum": "6b9e5a82564a550fd25acc3fb635045f292ef365",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-inputs@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~22.
|
|
35
|
-
"@syncfusion/ej2-inputs": "22.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~22.
|
|
34
|
+
"@syncfusion/ej2-base": "~22.2.5",
|
|
35
|
+
"@syncfusion/ej2-inputs": "22.2.7",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~22.2.5"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for Vue",
|
|
@@ -74,6 +74,6 @@
|
|
|
74
74
|
"ci-publish": "gulp ci-publish",
|
|
75
75
|
"compile": "gulp ci-compile && gulp vue-global-script"
|
|
76
76
|
},
|
|
77
|
-
"version": "22.
|
|
77
|
+
"version": "22.2.7",
|
|
78
78
|
"sideEffects": false
|
|
79
79
|
}
|
|
@@ -112,8 +112,8 @@ export var SignatureComponent = vueDefineComponent({
|
|
|
112
112
|
clear: function () {
|
|
113
113
|
return this.ej2Instances.clear();
|
|
114
114
|
},
|
|
115
|
-
draw: function (text, fontFamily, fontSize) {
|
|
116
|
-
return this.ej2Instances.draw(text, fontFamily, fontSize);
|
|
115
|
+
draw: function (text, fontFamily, fontSize, x, y) {
|
|
116
|
+
return this.ej2Instances.draw(text, fontFamily, fontSize, x, y);
|
|
117
117
|
},
|
|
118
118
|
getBlob: function (url) {
|
|
119
119
|
return this.ej2Instances.getBlob(url);
|