@syncfusion/ej2-vue-base 19.3.55 → 19.4.48
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/.github/PULL_REQUEST_TEMPLATE/Bug.md +60 -0
- package/.github/PULL_REQUEST_TEMPLATE/feature.md +42 -0
- package/CHANGELOG.md +18 -0
- package/README.md +2 -2
- package/dist/ej2-vue-base.umd.min.js +1 -1
- package/dist/global/ej2-vue-base.min.js +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +25 -10
- package/postinstall.js +9 -1
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
### Bug description
|
|
2
|
+
|
|
3
|
+
Clearly and concisely describe the problem or feature (this cannot be empty).
|
|
4
|
+
|
|
5
|
+
### Root cause
|
|
6
|
+
|
|
7
|
+
Briefly describe the root cause and analysis of the problem.
|
|
8
|
+
If there is an internal discussion on the forum, provide the link.
|
|
9
|
+
### Reason for not identifying earlier
|
|
10
|
+
|
|
11
|
+
Find how it was missed in our earlier testing and development by analysing the below checklist. This will help prevent similar mistakes in the future.
|
|
12
|
+
|
|
13
|
+
- [ ] Guidelines/documents are not followed
|
|
14
|
+
|
|
15
|
+
- Common guidelines / Core team guideline
|
|
16
|
+
- Specification document
|
|
17
|
+
- Requirement document
|
|
18
|
+
|
|
19
|
+
- [ ] Guidelines/documents are not given
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
- Common guidelines / Core team guideline
|
|
23
|
+
- Specification document
|
|
24
|
+
- Requirement document
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Reason:
|
|
28
|
+
Mention any one or more reasons from the above points.
|
|
29
|
+
|
|
30
|
+
### Action taken:
|
|
31
|
+
What action did you take to avoid this in future?
|
|
32
|
+
|
|
33
|
+
### Related areas:
|
|
34
|
+
Is there any other related areas also to be addressed?
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
### Is it a breaking issue?
|
|
38
|
+
|
|
39
|
+
If it is a breaking issue, provide the commit detail which caused this break.
|
|
40
|
+
|
|
41
|
+
### Solution description
|
|
42
|
+
|
|
43
|
+
Describe your code changes in detail for reviewers.
|
|
44
|
+
|
|
45
|
+
### Output screenshots
|
|
46
|
+
|
|
47
|
+
Post the output screenshots if an UI is affected or added due to this bug.
|
|
48
|
+
### Areas affected and ensured
|
|
49
|
+
|
|
50
|
+
List the areas affected by your code changes.
|
|
51
|
+
|
|
52
|
+
### Additional checklist
|
|
53
|
+
This may vary for different teams or products. Check with your scrum masters.
|
|
54
|
+
|
|
55
|
+
- Did you run the automation against your fix?
|
|
56
|
+
- Is there any API name change?
|
|
57
|
+
- Is there any existing behavior change of other features due to this code change?
|
|
58
|
+
- Does your new code introduce new warnings or binding errors?
|
|
59
|
+
- Does your code pass all FxCop and StyleCop rules?
|
|
60
|
+
- Did you record this case in the unit test or UI test?
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
### Feature description
|
|
2
|
+
|
|
3
|
+
Clearly and concisely describe the problem or feature (this cannot be empty).
|
|
4
|
+
|
|
5
|
+
### Analysis and design
|
|
6
|
+
|
|
7
|
+
If there is an external design, link to its project documentation area.
|
|
8
|
+
If there is an internal discussion on the forum, provide the link.
|
|
9
|
+
### Solution description
|
|
10
|
+
|
|
11
|
+
Describe your code changes in detail for reviewers.
|
|
12
|
+
|
|
13
|
+
### Output screenshots
|
|
14
|
+
|
|
15
|
+
Post the output screenshots if an UI is affected or added due to this feature.
|
|
16
|
+
### Areas affected and ensured
|
|
17
|
+
|
|
18
|
+
List the areas are affected by your code changes.
|
|
19
|
+
|
|
20
|
+
### Test cases
|
|
21
|
+
|
|
22
|
+
Provide the unit testing written file details to understand the use cases considered in this implementation.
|
|
23
|
+
If there is no TDD (if it’s not possible to follow), provide the UI automation script location and the Excel file that contains the use cases considered in this implementation.
|
|
24
|
+
Provide the test cases Excel file alone if the feature cannot be automated in any case.
|
|
25
|
+
Test bed sample location
|
|
26
|
+
|
|
27
|
+
Provide the test bed sample location where code reviewers can review the new feature’s behaviors. This depends on the CI process that your team follows. It can be from NPMCI, HockeyApp, staging site, local server, etc.
|
|
28
|
+
|
|
29
|
+
### Test bed sample location
|
|
30
|
+
|
|
31
|
+
Provide the test bed sample location where code reviewers can review the new feature’s behaviors. This depends on the CI process that your team follows. It can be from NPMCI, HockeyApp, staging site, local server, etc.
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Additional checklist
|
|
35
|
+
This may vary for different teams or products. Check with your scrum masters.
|
|
36
|
+
|
|
37
|
+
- Did you run the automation against your fix?
|
|
38
|
+
- Is there any API name change?
|
|
39
|
+
- Is there any existing behavior change of other features due to this code change?
|
|
40
|
+
- Does your new code introduce new warnings or binding errors?
|
|
41
|
+
- Does your code pass all FxCop and StyleCop rules?
|
|
42
|
+
- Did you record this case in the unit test or UI test?
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## 19.4.47 (2022-01-25)
|
|
6
|
+
|
|
7
|
+
### Common
|
|
8
|
+
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- `F171693` - The issue with "Vue components are not rendered with node version 16" has been resolved.
|
|
12
|
+
|
|
13
|
+
## 19.4.40 (2021-12-28)
|
|
14
|
+
|
|
15
|
+
### Common
|
|
16
|
+
|
|
17
|
+
#### Bug Fixes
|
|
18
|
+
|
|
19
|
+
- `I334904`, `I347008` - Compatability support for Vue components in Vite js has been resolved.
|
|
20
|
+
|
|
21
|
+
## 19.4.38 (2021-12-17)
|
|
22
|
+
|
|
5
23
|
### Common
|
|
6
24
|
|
|
7
25
|
#### Bug Fixes
|
package/README.md
CHANGED
|
@@ -78,7 +78,7 @@ Check the license detail [here](https://github.com/syncfusion/ej2-vue-ui-compone
|
|
|
78
78
|
|
|
79
79
|
## Changelog
|
|
80
80
|
|
|
81
|
-
Check the changelog [here](https://ej2.syncfusion.com/vue/documentation/release-notes?utm_source=npm&utm_campaign=ej2-vue-base)
|
|
81
|
+
Check the changelog [here](https://ej2.syncfusion.com/vue/documentation/release-notes/index?utm_source=npm&utm_campaign=ej2-vue-base)
|
|
82
82
|
|
|
83
|
-
© Copyright
|
|
83
|
+
© Copyright 2022 Syncfusion, Inc. All Rights Reserved.
|
|
84
84
|
The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-base.umd.min.js
|
|
3
|
-
* version : 19.
|
|
3
|
+
* version : 19.4.48
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-base.min.js
|
|
3
|
-
* version : 19.
|
|
3
|
+
* version : 19.4.48
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 19.
|
|
3
|
+
* version : 19.4.48
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-base@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-base@19.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-base@19.4.47",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-cWnTaIcx370GVLC8fOCzGxPi4INNxot66GnwSI+ZLObpf1tSmUHt8upm8XkOkA38dMoC9MjFVK2UgyL8i8XGdQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-base",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -18,23 +18,41 @@
|
|
|
18
18
|
},
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/",
|
|
21
|
+
"/@syncfusion/ej2-vue-barcode-generator",
|
|
22
|
+
"/@syncfusion/ej2-vue-buttons",
|
|
21
23
|
"/@syncfusion/ej2-vue-calendars",
|
|
22
24
|
"/@syncfusion/ej2-vue-charts",
|
|
25
|
+
"/@syncfusion/ej2-vue-circulargauge",
|
|
23
26
|
"/@syncfusion/ej2-vue-diagrams",
|
|
24
27
|
"/@syncfusion/ej2-vue-documenteditor",
|
|
25
28
|
"/@syncfusion/ej2-vue-dropdowns",
|
|
26
29
|
"/@syncfusion/ej2-vue-filemanager",
|
|
27
30
|
"/@syncfusion/ej2-vue-gantt",
|
|
28
31
|
"/@syncfusion/ej2-vue-grids",
|
|
32
|
+
"/@syncfusion/ej2-vue-heatmap",
|
|
33
|
+
"/@syncfusion/ej2-vue-inplace-editor",
|
|
34
|
+
"/@syncfusion/ej2-vue-inputs",
|
|
29
35
|
"/@syncfusion/ej2-vue-kanban",
|
|
36
|
+
"/@syncfusion/ej2-vue-layouts",
|
|
37
|
+
"/@syncfusion/ej2-vue-lineargauge",
|
|
38
|
+
"/@syncfusion/ej2-vue-lists",
|
|
39
|
+
"/@syncfusion/ej2-vue-maps",
|
|
40
|
+
"/@syncfusion/ej2-vue-navigations",
|
|
41
|
+
"/@syncfusion/ej2-vue-notifications",
|
|
42
|
+
"/@syncfusion/ej2-vue-pdfviewer",
|
|
30
43
|
"/@syncfusion/ej2-vue-pivotview",
|
|
44
|
+
"/@syncfusion/ej2-vue-popups",
|
|
45
|
+
"/@syncfusion/ej2-vue-progressbar",
|
|
46
|
+
"/@syncfusion/ej2-vue-querybuilder",
|
|
31
47
|
"/@syncfusion/ej2-vue-richtexteditor",
|
|
32
48
|
"/@syncfusion/ej2-vue-schedule",
|
|
49
|
+
"/@syncfusion/ej2-vue-splitbuttons",
|
|
33
50
|
"/@syncfusion/ej2-vue-spreadsheet",
|
|
34
|
-
"/@syncfusion/ej2-vue-treegrid"
|
|
51
|
+
"/@syncfusion/ej2-vue-treegrid",
|
|
52
|
+
"/@syncfusion/ej2-vue-treemap"
|
|
35
53
|
],
|
|
36
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-vue-base/-/ej2-vue-base-19.
|
|
37
|
-
"_shasum": "
|
|
54
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-base/-/ej2-vue-base-19.4.47.tgz",
|
|
55
|
+
"_shasum": "b8b263e6224325a47233665b8319ce4d89276304",
|
|
38
56
|
"_spec": "@syncfusion/ej2-vue-base@*",
|
|
39
57
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
40
58
|
"author": {
|
|
@@ -45,7 +63,7 @@
|
|
|
45
63
|
},
|
|
46
64
|
"bundleDependencies": false,
|
|
47
65
|
"dependencies": {
|
|
48
|
-
"@syncfusion/ej2-base": "~19.
|
|
66
|
+
"@syncfusion/ej2-base": "~19.4.48",
|
|
49
67
|
"glob": "^7.0.5"
|
|
50
68
|
},
|
|
51
69
|
"deprecated": false,
|
|
@@ -67,9 +85,6 @@
|
|
|
67
85
|
"main": "./dist/ej2-vue-base.umd.min.js",
|
|
68
86
|
"module": "./index.js",
|
|
69
87
|
"name": "@syncfusion/ej2-vue-base",
|
|
70
|
-
"peerDependencies": {
|
|
71
|
-
"vue-class-component": "^8.0.0-rc.1"
|
|
72
|
-
},
|
|
73
88
|
"repository": {
|
|
74
89
|
"type": "git",
|
|
75
90
|
"url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
|
|
@@ -78,6 +93,6 @@
|
|
|
78
93
|
"postinstall": "node ./postinstall.js"
|
|
79
94
|
},
|
|
80
95
|
"typings": "index.d.ts",
|
|
81
|
-
"version": "19.
|
|
96
|
+
"version": "19.4.48",
|
|
82
97
|
"sideEffects": true
|
|
83
98
|
}
|
package/postinstall.js
CHANGED
|
@@ -21,8 +21,16 @@ if (fs.existsSync("../../vue/package.json")) {
|
|
|
21
21
|
var packJson = JSON.parse(fs.readFileSync("../../vue/package.json", "utf8"));
|
|
22
22
|
var version = parseInt(packJson.version.split(".")[0]);
|
|
23
23
|
console.log("Vue version ---" + version);
|
|
24
|
-
if (version != 3) {
|
|
25
24
|
var files = glob.sync("../ej2-vue-**/src/**/*.{component,directive}.js");
|
|
25
|
+
if (version === 3) {
|
|
26
|
+
files = files.concat(glob.sync('./src/**.js'));
|
|
27
|
+
for (var i = 0; i < files.length; i++){
|
|
28
|
+
var source = fs.readFileSync(files[i], "utf8");
|
|
29
|
+
var vuehead = (source.indexOf(`import Vue from 'vue';`) === -1) ? `import Vue from "vue"` : `import Vue from 'vue'`;
|
|
30
|
+
fs.writeFileSync(files[i], source.replace(vuehead, `import * as Vue from 'vue'`), "utf8");
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
if (version != 3) {
|
|
26
34
|
files.push('./src/component-base.js');
|
|
27
35
|
var file;
|
|
28
36
|
for (var i = 0; i < files.length; i++) {
|