@syncfusion/ej2-vue-base
Advanced tools
Comparing version 24.2.3 to 25.1.35
@@ -9,3 +9,3 @@ # Changelog | ||
- `#I528934` - The issue with "Reactivity is not working in Vue Grid component" has been resolved. | ||
- `#I552563` - The issue with "the TypeScript intellisense is not shown in the Vue components" has been resolved. | ||
@@ -12,0 +12,0 @@ ## 24.1.41 (2023-12-18) |
/*! | ||
* filename: ej2-vue-base.umd.min.js | ||
* version : 24.2.3 | ||
* version : 25.1.35 | ||
* Copyright Syncfusion Inc. 2001 - 2023. 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 : 24.2.3 | ||
* version : 25.1.35 | ||
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
/*! | ||
* filename: index.d.ts | ||
* version : 24.2.3 | ||
* version : 25.1.35 | ||
* Copyright Syncfusion Inc. 2001 - 2023. 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@24.1.41", | ||
"_id": "@syncfusion/ej2-vue-base@19.3.53", | ||
"_inBundle": false, | ||
"_integrity": "sha512-/2amQIoKRilTvcJt2rTPRKY3YpVrbSdEnSHDWyyy7WzQ936xjZziUjM/28+Q2+IHtIS0KN98HkrgbiAv3lHINg==", | ||
"_integrity": "sha512-2kdbGVNqGvZMEI4cBJIn7FKdbdi9eLVpNuQALWA/nKi8K04I3XPTJoft96L/iE2gTFpmvlE44vQb+3auP6HSaA==", | ||
"_location": "/@syncfusion/ej2-vue-base", | ||
@@ -56,6 +56,6 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-base/-/ej2-vue-base-24.1.41.tgz", | ||
"_shasum": "6c5cbfe26bb9a916b53c87649c6f8c1a47ca49c9", | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-vue-base/-/ej2-vue-base-19.3.53.tgz", | ||
"_shasum": "253ea6e4286789d4d6ad92976aee8719fe95a889", | ||
"_spec": "@syncfusion/ej2-vue-base@*", | ||
"_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included", | ||
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included", | ||
"author": { | ||
@@ -69,3 +69,3 @@ "name": "Syncfusion Inc." | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~24.2.3" | ||
"@syncfusion/ej2-base": "~25.1.35" | ||
}, | ||
@@ -100,4 +100,4 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "24.2.3", | ||
"version": "25.1.35", | ||
"sideEffects": true | ||
} |
export declare const isExecute: boolean, aVue: any, gh: any; | ||
export declare let vueDefineComponent: (options: any) => any; | ||
export declare let ComponentBase: any; | ||
declare type ComponentBase = { | ||
getInjectedServices(): Object[]; | ||
updated(): void; | ||
bindProperties(): void; | ||
assignValueToWrapper(option: Object, silent?: boolean): void; | ||
fetchChildPropValues(childOption: Object): void; | ||
getDirectiveValues(tagDirectives: any, tagMapper: { | ||
[key: string]: Object; | ||
}, tagNameMapper: Object): Object; | ||
getMultiLevelDirValue(tagDirectories: any, tagKey: string | Object, tagNameMapper: Object): Object; | ||
getVNodeValue(tagDirective: any, tagKey: string | Object, tagNameMapper: Object): Object; | ||
/** | ||
* convert kebab case directive props to camel case | ||
*/ | ||
getCamelCaseProps(props: Object): Object; | ||
dataBind(): void; | ||
}; | ||
export declare let ComponentBase: ComponentBase; | ||
export declare function getProps(options?: any): any; | ||
export {}; |
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
2839
461443
22
+ Added@syncfusion/ej2-base@25.1.35(transitive)
+ Added@syncfusion/ej2-icons@25.1.35(transitive)
- Removed@syncfusion/ej2-base@24.2.8(transitive)
- Removed@syncfusion/ej2-icons@24.2.3(transitive)