@syncfusion/ej2-vue-base
Advanced tools
Comparing version 19.2.48 to 19.2.49
{ | ||
"_from": "@syncfusion/ej2-vue-base@*", | ||
"_id": "@syncfusion/ej2-vue-base@19.1.54", | ||
"_id": "@syncfusion/ej2-vue-base@19.2.49", | ||
"_inBundle": false, | ||
@@ -50,3 +50,3 @@ "_integrity": "sha512-JaeKfeT8a6MXeA4Bg/Q0sqbt2ARHKbYuRDoNvAoGW4mwpXSDddOKXKNbEtAntVqUW02rXGqvBy+bel0gs0Pt6g==", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~19.2.48", | ||
"@syncfusion/ej2-base": "~19.2.49", | ||
"glob": "^7.0.5" | ||
@@ -85,4 +85,4 @@ }, | ||
"typings": "index.d.ts", | ||
"version": "19.2.48", | ||
"version": "19.2.49", | ||
"sideEffects": true | ||
} |
@@ -32,2 +32,10 @@ var fs = require("fs"); | ||
.replace( | ||
`,Options({ | ||
props: props, | ||
watch: watch, | ||
emits: emitProbs | ||
})`, | ||
"" | ||
) | ||
.replace( | ||
`, | ||
@@ -40,3 +48,4 @@ Options({ | ||
"" | ||
); | ||
) | ||
; | ||
fs.writeFileSync(files[i], file, "utf8"); | ||
@@ -43,0 +52,0 @@ } |
/** | ||
* Vue Component Base | ||
*/ | ||
import Vue from 'vue'; | ||
import Vue from 'vue'; | ||
export declare const aVue: any; | ||
@@ -19,3 +20,3 @@ export declare function _interopRequireWildcard(obj: any): any; | ||
protected propKeys: any; | ||
// constructor(); | ||
// // constructor(); | ||
created(): void; | ||
@@ -22,0 +23,0 @@ mounted(): void; |
296377
2175