@syncfusion/ej2-vue-base
Advanced tools
Comparing version 20.1.55 to 20.1.56
@@ -5,2 +5,8 @@ # Changelog | ||
### Common | ||
#### Bug Fixes | ||
- `#SF-377536` - The issue with "Facing an Warning error while running in development mode in Vue 3" has been resolved. | ||
## 20.1.51 (2022-04-26) | ||
@@ -7,0 +13,0 @@ |
/*! | ||
* filename: ej2-vue-base.umd.min.js | ||
* version : 20.1.55 | ||
* version : 20.1.56 | ||
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
/*! | ||
* filename: ej2-vue-base.min.js | ||
* version : 20.1.55 | ||
* version : 20.1.56 | ||
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
/*! | ||
* filename: index.d.ts | ||
* version : 20.1.55 | ||
* version : 20.1.56 | ||
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"_from": "@syncfusion/ej2-vue-base@*", | ||
"_id": "@syncfusion/ej2-vue-base@20.1.51", | ||
"_id": "@syncfusion/ej2-vue-base@20.1.55", | ||
"_inBundle": false, | ||
"_integrity": "sha512-PRFkD4pTM0haW/xBNa1hZWUSrEVAiJ5fkG2j0lKkyl91CGpnMqA+nrnWyNFOZ8ecgW9zbs4rB4U9Uc/Ud0XJTA==", | ||
"_integrity": "sha512-ym4F0kMdFJVzUFGjgXhDbYWphUVhYukmYHKbtFWdFPks+PekeleyEuFTwRXHCjmyu/3vDiP4DW02ov5JaZNd4Q==", | ||
"_location": "/@syncfusion/ej2-vue-base", | ||
@@ -21,8 +21,4 @@ "_phantomChildren": {}, | ||
"/", | ||
"/@syncfusion/ej2-vue-barcode-generator", | ||
"/@syncfusion/ej2-vue-buttons", | ||
"/@syncfusion/ej2-vue-calendars", | ||
"/@syncfusion/ej2-vue-charts", | ||
"/@syncfusion/ej2-vue-circulargauge", | ||
"/@syncfusion/ej2-vue-diagrams", | ||
"/@syncfusion/ej2-vue-documenteditor", | ||
@@ -33,26 +29,12 @@ "/@syncfusion/ej2-vue-dropdowns", | ||
"/@syncfusion/ej2-vue-grids", | ||
"/@syncfusion/ej2-vue-heatmap", | ||
"/@syncfusion/ej2-vue-inplace-editor", | ||
"/@syncfusion/ej2-vue-inputs", | ||
"/@syncfusion/ej2-vue-kanban", | ||
"/@syncfusion/ej2-vue-layouts", | ||
"/@syncfusion/ej2-vue-lineargauge", | ||
"/@syncfusion/ej2-vue-lists", | ||
"/@syncfusion/ej2-vue-maps", | ||
"/@syncfusion/ej2-vue-navigations", | ||
"/@syncfusion/ej2-vue-notifications", | ||
"/@syncfusion/ej2-vue-pdfviewer", | ||
"/@syncfusion/ej2-vue-pivotview", | ||
"/@syncfusion/ej2-vue-popups", | ||
"/@syncfusion/ej2-vue-progressbar", | ||
"/@syncfusion/ej2-vue-querybuilder", | ||
"/@syncfusion/ej2-vue-richtexteditor", | ||
"/@syncfusion/ej2-vue-schedule", | ||
"/@syncfusion/ej2-vue-splitbuttons", | ||
"/@syncfusion/ej2-vue-spreadsheet", | ||
"/@syncfusion/ej2-vue-treegrid", | ||
"/@syncfusion/ej2-vue-treemap" | ||
"/@syncfusion/ej2-vue-treegrid" | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-base/-/ej2-vue-base-20.1.51.tgz", | ||
"_shasum": "297f1c57ded0d98011192b1ac175ad0338c01b3a", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-base/-/ej2-vue-base-20.1.55.tgz", | ||
"_shasum": "1720aab05b067de148ecfa6010fc2344e331587b", | ||
"_spec": "@syncfusion/ej2-vue-base@*", | ||
@@ -68,3 +50,3 @@ "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~20.1.55", | ||
"@syncfusion/ej2-base": "~20.1.56", | ||
"glob": "^7.0.5" | ||
@@ -99,4 +81,4 @@ }, | ||
"typings": "index.d.ts", | ||
"version": "20.1.55", | ||
"version": "20.1.56", | ||
"sideEffects": true | ||
} |
@@ -85,2 +85,13 @@ var fs = require("fs"); | ||
} | ||
if (fs.existsSync("./src/template.js") && version === 3) { | ||
var sourceFile = fs.readFileSync("./src/template.js", "utf8"); | ||
fs.writeFileSync( | ||
"./src/template.js", | ||
sourceFile | ||
.replace(`templateFunction = Vue.extend(templateFunction);`, | ||
`// templateFunction = Vue.extend(templateFunction);`), | ||
"utf8" | ||
); | ||
} | ||
} |
@@ -5,3 +5,2 @@ /** | ||
import Vue from 'vue'; | ||
@@ -23,3 +22,3 @@ export declare const aVue: any; | ||
protected isDecorator: boolean; | ||
// // // constructor(); | ||
// // constructor(); | ||
created(): void; | ||
@@ -26,0 +25,0 @@ mounted(): void; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2864
354703