@syncfusion/ej2-react-popups
Advanced tools
Comparing version 15.4.17 to 15.4.20
/*! | ||
* filename: ej2-react-popups.umd.min.js | ||
* version : 15.4.17 | ||
* version : 15.4.20 | ||
* Copyright Syncfusion Inc. 2001 - 2017. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
@@ -14,3 +14,9 @@ var __extends = (this && this.__extends) || (function () { | ||
import { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base'; | ||
var DialogComponent = (function (_super) { | ||
/** | ||
* Represents the React Dialog Component | ||
* ```html | ||
* <Dialog></Dialog> | ||
* ``` | ||
*/ | ||
var DialogComponent = /** @class */ (function (_super) { | ||
__extends(DialogComponent, _super); | ||
@@ -17,0 +23,0 @@ function DialogComponent(props) { |
@@ -14,3 +14,3 @@ var __extends = (this && this.__extends) || (function () { | ||
import { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base'; | ||
var PopupComponent = (function (_super) { | ||
var PopupComponent = /** @class */ (function (_super) { | ||
__extends(PopupComponent, _super); | ||
@@ -17,0 +17,0 @@ function PopupComponent(props) { |
@@ -14,3 +14,9 @@ var __extends = (this && this.__extends) || (function () { | ||
import { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base'; | ||
var TooltipComponent = (function (_super) { | ||
/** | ||
* Represents the React Tooltip component that displays a piece of information about the target element on mouse hover. | ||
* ```html | ||
* <Tooltip content='Tooltip content'>Show Tooltip</Tooltip> | ||
* ``` | ||
*/ | ||
var TooltipComponent = /** @class */ (function (_super) { | ||
__extends(TooltipComponent, _super); | ||
@@ -17,0 +23,0 @@ function TooltipComponent(props) { |
{ | ||
"name": "@syncfusion/ej2-react-popups", | ||
"version": "15.4.17", | ||
"version": "15.4.20", | ||
"description": "Essential JS 2 popup Component for React", | ||
@@ -21,5 +21,5 @@ "author": "Syncfusion Inc.", | ||
"source-map-loader": "^0.2.1", | ||
"@syncfusion/ej2-base": "^15.4.17", | ||
"@syncfusion/ej2-react-base": "^15.4.17", | ||
"@syncfusion/ej2-popups": "^15.4.17" | ||
"@syncfusion/ej2-base": "^15.4.20", | ||
"@syncfusion/ej2-react-base": "^15.4.20", | ||
"@syncfusion/ej2-popups": "^15.4.20" | ||
}, | ||
@@ -26,0 +26,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
3617981
26120