Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@syncfusion/ej2-vue-popups

Package Overview
Dependencies
Maintainers
2
Versions
193
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-vue-popups - npm Package Compare versions

Comparing version 16.2.46 to 16.2.47

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

## 16.2.46 (2018-07-30)
### Dialog

@@ -7,0 +9,0 @@

4

dist/ej2-vue-popups.umd.min.js
/*!
* 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc