@syncfusion/ej2-vue-popups
Advanced tools
Comparing version 16.2.46 to 16.2.47
@@ -5,2 +5,4 @@ # Changelog | ||
## 16.2.46 (2018-07-30) | ||
### Dialog | ||
@@ -7,0 +9,0 @@ |
/*! | ||
* filename: ej2-vue-popups.umd.min.js | ||
* version : 16.2.46 | ||
* version : 16.2.47 | ||
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved. | ||
@@ -12,3 +12,3 @@ * Use of this code is subject to the terms of our license. | ||
* filename: ej2-vue-popups.umd.min.js | ||
* version : 16.2.45 | ||
* version : 16.2.46 | ||
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved. | ||
@@ -15,0 +15,0 @@ * Use of this code is subject to the terms of our license. |
@@ -113,2 +113,8 @@ import { Dialog, Tooltip } from '@syncfusion/ej2-popups'; | ||
const modelProps$1 = []; | ||
/** | ||
* Represents the VueJS Tooltip component that displays a piece of information about the target element on mouse hover. | ||
* ```html | ||
* <ejs-tooltip content='Tooltip content'>Show Tooltip</ejs-tooltip> | ||
* ``` | ||
*/ | ||
let TooltipComponent = class TooltipComponent extends ComponentBase { | ||
@@ -115,0 +121,0 @@ constructor() { |
@@ -156,2 +156,8 @@ import { Dialog, Tooltip } from '@syncfusion/ej2-popups'; | ||
var modelProps$1 = []; | ||
/** | ||
* Represents the VueJS Tooltip component that displays a piece of information about the target element on mouse hover. | ||
* ```html | ||
* <ejs-tooltip content='Tooltip content'>Show Tooltip</ejs-tooltip> | ||
* ``` | ||
*/ | ||
var TooltipComponent = /** @__PURE__ @class */ (function (_super) { | ||
@@ -158,0 +164,0 @@ __extends$2(TooltipComponent, _super); |
{ | ||
"name": "@syncfusion/ej2-vue-popups", | ||
"version": "16.2.46", | ||
"version": "16.2.47", | ||
"description": "Essential JS 2 popup Component for Vue", | ||
@@ -23,3 +23,3 @@ "author": "Syncfusion Inc.", | ||
"@syncfusion/ej2-vue-base": "~16.2.46", | ||
"@syncfusion/ej2-popups": "16.2.46" | ||
"@syncfusion/ej2-popups": "16.2.47" | ||
}, | ||
@@ -26,0 +26,0 @@ "devDependencies": { |
import { ComponentBase } from '@syncfusion/ej2-vue-base'; | ||
export declare const properties: string[]; | ||
export declare const modelProps: string[]; | ||
/** | ||
* Represents the VueJS Tooltip component that displays a piece of information about the target element on mouse hover. | ||
* ```html | ||
* <ejs-tooltip content='Tooltip content'>Show Tooltip</ejs-tooltip> | ||
* ``` | ||
*/ | ||
export declare class TooltipComponent extends ComponentBase { | ||
@@ -5,0 +11,0 @@ ej2Instances: any; |
@@ -21,2 +21,8 @@ var __extends = (this && this.__extends) || (function () { | ||
export var modelProps = []; | ||
/** | ||
* Represents the VueJS Tooltip component that displays a piece of information about the target element on mouse hover. | ||
* ```html | ||
* <ejs-tooltip content='Tooltip content'>Show Tooltip</ejs-tooltip> | ||
* ``` | ||
*/ | ||
var TooltipComponent = /** @class */ (function (_super) { | ||
@@ -23,0 +29,0 @@ __extends(TooltipComponent, _super); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
6396827
48023
+ Added@syncfusion/ej2-popups@16.2.47(transitive)
- Removed@syncfusion/ej2-popups@16.2.46(transitive)