@syncfusion/ej2-vue-base 19.3.47 → 19.4.40

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.
@@ -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
@@ -6,6 +6,22 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `I334904`, `I347008` - Compatability support for Vue components in Vite js has been resolved.
10
+
11
+ ## 19.4.38 (2021-12-17)
12
+
13
+ ### Common
14
+
15
+ #### Bug Fixes
16
+
17
+ - `I348114` - Peer dependencies issue has been resolved.
18
+
19
+ ## 19.3.47 (2021-10-26)
20
+
21
+ ### Common
22
+
23
+ #### Bug Fixes
24
+
9
25
  - `I345561` - Resolved the data loading issue in the external template.
10
26
 
11
27
  ## 17.4.47 (2020-02-05)
package/README.md CHANGED
@@ -80,5 +80,5 @@ Check the license detail [here](https://github.com/syncfusion/ej2-vue-ui-compone
80
80
 
81
81
  Check the changelog [here](https://ej2.syncfusion.com/vue/documentation/release-notes?utm_source=npm&utm_campaign=ej2-vue-base)
82
82
 
83
- © Copyright 2019 Syncfusion, Inc. All Rights Reserved.
83
+ © Copyright 2021 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.47
3
+ * version : 19.4.40
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.47
3
+ * version : 19.4.40
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: index.d.ts
3
- * version : 19.3.47
3
+ * version : 19.4.40
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.1.54",
3
+ "_id": "@syncfusion/ej2-vue-base@19.4.38",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-nCdVZLxdZfjQh92znrcKNumC+aybKEe95QH00kdbMdwfVxrTax6Kmax342dHRb3da0yJK7ue1GMGf1PLxr1QVw==",
5
+ "_integrity": "sha512-dJeKjgvq/J0EiEeqZeIUq3eAhcFbDW52hqoAiHo8O98krYfYeytVrBg7hP4sVc8Hj6o7tfrZeCY+JyP2E+QL3A==",
6
6
  "_location": "/@syncfusion/ej2-vue-base",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -18,22 +18,23 @@
18
18
  },
19
19
  "_requiredBy": [
20
20
  "/",
21
+ "/@syncfusion/ej2-vue-charts",
21
22
  "/@syncfusion/ej2-vue-diagrams",
22
23
  "/@syncfusion/ej2-vue-documenteditor",
23
24
  "/@syncfusion/ej2-vue-dropdowns",
24
25
  "/@syncfusion/ej2-vue-gantt",
25
26
  "/@syncfusion/ej2-vue-grids",
26
- "/@syncfusion/ej2-vue-inputs",
27
+ "/@syncfusion/ej2-vue-navigations",
27
28
  "/@syncfusion/ej2-vue-pdfviewer",
28
29
  "/@syncfusion/ej2-vue-pivotview",
29
- "/@syncfusion/ej2-vue-popups",
30
30
  "/@syncfusion/ej2-vue-richtexteditor",
31
+ "/@syncfusion/ej2-vue-schedule",
31
32
  "/@syncfusion/ej2-vue-splitbuttons",
32
33
  "/@syncfusion/ej2-vue-spreadsheet",
33
34
  "/@syncfusion/ej2-vue-treegrid"
34
35
  ],
35
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-vue-base/-/ej2-vue-base-19.1.54.tgz",
36
- "_shasum": "e34b0a4aaad9f8554f3114f38f9e5392bb23d14e",
36
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-base/-/ej2-vue-base-19.4.38.tgz",
37
+ "_shasum": "c7f2ab36cf30de7b2806684110c31152a49ae15b",
37
38
  "_spec": "@syncfusion/ej2-vue-base@*",
38
39
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
39
40
  "author": {
@@ -44,7 +45,7 @@
44
45
  },
45
46
  "bundleDependencies": false,
46
47
  "dependencies": {
47
- "@syncfusion/ej2-base": "~19.3.47",
48
+ "@syncfusion/ej2-base": "~19.4.38",
48
49
  "glob": "^7.0.5"
49
50
  },
50
51
  "deprecated": false,
@@ -67,7 +68,6 @@
67
68
  "module": "./index.js",
68
69
  "name": "@syncfusion/ej2-vue-base",
69
70
  "peerDependencies": {
70
- "vue": "2.5.2 - 3.0.5",
71
71
  "vue-class-component": "^8.0.0-rc.1"
72
72
  },
73
73
  "repository": {
@@ -78,6 +78,6 @@
78
78
  "postinstall": "node ./postinstall.js"
79
79
  },
80
80
  "typings": "index.d.ts",
81
- "version": "19.3.47",
81
+ "version": "19.4.40",
82
82
  "sideEffects": true
83
83
  }
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++) {