Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-angular-popups

Package Overview
Dependencies
Maintainers
3
Versions
258
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 18.3.52 to 18.4.30

2

@syncfusion/ej2-angular-popups.es5.js

@@ -94,3 +94,3 @@ var __extends = (this && this.__extends) || (function () {

};
var inputs = ['allowDragging', 'animationSettings', 'buttons', 'closeOnEscape', 'content', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableResize', 'enableRtl', 'footerTemplate', 'header', 'height', 'isModal', 'locale', 'minHeight', 'position', 'showCloseIcon', 'target', 'visible', 'width', 'zIndex'];
var inputs = ['allowDragging', 'animationSettings', 'buttons', 'closeOnEscape', 'content', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableResize', 'enableRtl', 'footerTemplate', 'header', 'height', 'isModal', 'locale', 'minHeight', 'position', 'resizeHandles', 'showCloseIcon', 'target', 'visible', 'width', 'zIndex'];
var outputs$1 = ['beforeClose', 'beforeOpen', 'beforeSanitizeHtml', 'close', 'created', 'destroyed', 'drag', 'dragStart', 'dragStop', 'open', 'overlayClick', 'resizeStart', 'resizeStop', 'resizing', 'visibleChange'];

@@ -97,0 +97,0 @@ var twoWays = ['visible'];

@@ -76,3 +76,3 @@ import { ChangeDetectionStrategy, Component, ContentChild, ContentChildren, Directive, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef } from '@angular/core';

};
const inputs = ['allowDragging', 'animationSettings', 'buttons', 'closeOnEscape', 'content', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableResize', 'enableRtl', 'footerTemplate', 'header', 'height', 'isModal', 'locale', 'minHeight', 'position', 'showCloseIcon', 'target', 'visible', 'width', 'zIndex'];
const inputs = ['allowDragging', 'animationSettings', 'buttons', 'closeOnEscape', 'content', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableResize', 'enableRtl', 'footerTemplate', 'header', 'height', 'isModal', 'locale', 'minHeight', 'position', 'resizeHandles', 'showCloseIcon', 'target', 'visible', 'width', 'zIndex'];
const outputs$1 = ['beforeClose', 'beforeOpen', 'beforeSanitizeHtml', 'close', 'created', 'destroyed', 'drag', 'dragStart', 'dragStop', 'open', 'overlayClick', 'resizeStart', 'resizeStop', 'resizing', 'visibleChange'];

@@ -79,0 +79,0 @@ const twoWays = ['visible'];

@@ -7,5 +7,5 @@ # Changelog

#### Bug Fixes
#### New Features
- `#302310` - The issue with "The modal dialog position is not working properly with scrollable content in the IE11 browser" has been resolved.
- `#274382`, `#282351` - Provided the support to resize the dialog in all directions from all the edges and borders.

@@ -12,0 +12,0 @@ ## 18.3.50 (2020-11-17)

/*!
* filename: ej2-angular-popups.umd.js
* version : 18.3.52
* version : 18.4.30
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.

@@ -105,3 +105,3 @@ * Use of this code is subject to the terms of our license.

};
var inputs = ['allowDragging', 'animationSettings', 'buttons', 'closeOnEscape', 'content', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableResize', 'enableRtl', 'footerTemplate', 'header', 'height', 'isModal', 'locale', 'minHeight', 'position', 'showCloseIcon', 'target', 'visible', 'width', 'zIndex'];
var inputs = ['allowDragging', 'animationSettings', 'buttons', 'closeOnEscape', 'content', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableResize', 'enableRtl', 'footerTemplate', 'header', 'height', 'isModal', 'locale', 'minHeight', 'position', 'resizeHandles', 'showCloseIcon', 'target', 'visible', 'width', 'zIndex'];
var outputs$1 = ['beforeClose', 'beforeOpen', 'beforeSanitizeHtml', 'close', 'created', 'destroyed', 'drag', 'dragStart', 'dragStop', 'open', 'overlayClick', 'resizeStart', 'resizeStop', 'resizing', 'visibleChange'];

@@ -108,0 +108,0 @@ var twoWays = ['visible'];

/*!
* filename: ej2-angular-popups.umd.min.js
* version : 18.3.52
* version : 18.4.30
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.

@@ -10,3 +10,3 @@ * Use of this code is subject to the terms of our license.

*/
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@syncfusion/ej2-angular-base"),require("@syncfusion/ej2-popups"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@syncfusion/ej2-angular-base","@syncfusion/ej2-popups","@angular/common"],t):t(e["ej2-angular-popups"]={},e.ng.core,e.ej2.angular.base,e.ej2.popups,e.ng.common)}(this,function(e,t,n,o,i){"use strict";var r=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),a=["buttonModel","type"],s=["click"],c=function(e){function t(t){var o=e.call(this)||this;return o.viewContainerRef=t,n.setValue("currentInstance",o,o.viewContainerRef),o.registerEvents(s),o.directivePropList=a,o}return r(t,e),t}(n.ComplexBase);c.decorators=[{type:t.Directive,args:[{selector:"e-buttons>e-dialogbutton",inputs:a,outputs:s,queries:{}}]}],c.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var l=function(e){function t(){return e.call(this,"buttons")||this}return r(t,e),t}(n.ArrayBase);l.decorators=[{type:t.Directive,args:[{selector:"ejs-dialog>e-buttons",queries:{children:new t.ContentChildren(c)}}]}],l.ctorParameters=function(){return[]};var p=this&&this.__decorate||function(e,t,n,o){var i,r=arguments.length,a=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(a=(r<3?i(a):r>3?i(t,n,a):i(t,n))||a);return r>3&&a&&Object.defineProperty(t,n,a),a},u=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},f=["allowDragging","animationSettings","buttons","closeOnEscape","content","cssClass","enableHtmlSanitizer","enablePersistence","enableResize","enableRtl","footerTemplate","header","height","isModal","locale","minHeight","position","showCloseIcon","target","visible","width","zIndex"],d=["beforeClose","beforeOpen","beforeSanitizeHtml","close","created","destroyed","drag","dragStart","dragStop","open","overlayClick","resizeStart","resizeStop","resizing","visibleChange"],g=["visible"];e.DialogComponent=function(e){function t(t,o,i,r){var a=e.call(this)||this;return a.ngEle=t,a.srenderer=o,a.viewContainerRef=i,a.injector=r,a.tags=["buttons"],a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[],a.registerEvents(d),a.addTwoWay.call(a,g),n.setValue("currentInstance",a,a.viewContainerRef),a.containerContext=new n.ComponentBase,a}return r(t,e),t.prototype.ngOnInit=function(){this.containerContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.containerContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.containerContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childButtons,this.containerContext.ngAfterContentChecked(this)},t}(o.Dialog),e.DialogComponent.decorators=[{type:t.Component,args:[{selector:"ejs-dialog",inputs:f,outputs:d,template:"<ng-content ></ng-content>",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{childButtons:new t.ContentChild(l)}}]}],e.DialogComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.DialogComponent.propDecorators={footerTemplate:[{type:t.ContentChild,args:["footerTemplate"]}],header:[{type:t.ContentChild,args:["header"]}],content:[{type:t.ContentChild,args:["content"]}]},p([n.Template(),u("design:type",Object)],e.DialogComponent.prototype,"footerTemplate",void 0),p([n.Template(),u("design:type",Object)],e.DialogComponent.prototype,"header",void 0),p([n.Template(),u("design:type",Object)],e.DialogComponent.prototype,"content",void 0),e.DialogComponent=p([n.ComponentMixins([n.ComponentBase]),u("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.DialogComponent);var m=function(){return function(){}}();m.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule],declarations:[e.DialogComponent,c,l],exports:[e.DialogComponent,c,l]}]}],m.ctorParameters=function(){return[]};var C=function(){return function(){}}();C.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule,m],exports:[m],providers:[]}]}],C.ctorParameters=function(){return[]};var y=this&&this.__decorate||function(e,t,n,o){var i,r=arguments.length,a=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(a=(r<3?i(a):r>3?i(t,n,a):i(t,n))||a);return r>3&&a&&Object.defineProperty(t,n,a),a},h=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},b=["animation","closeDelay","content","cssClass","enableHtmlSanitizer","enablePersistence","enableRtl","height","isSticky","locale","mouseTrail","offsetX","offsetY","openDelay","opensOn","position","showTipPointer","target","tipPointerPosition","width"],v=["afterClose","afterOpen","beforeClose","beforeCollision","beforeOpen","beforeRender","created","destroyed"],D=[""];e.TooltipComponent=function(e){function t(t,o,i,r){var a=e.call(this)||this;return a.ngEle=t,a.srenderer=o,a.viewContainerRef=i,a.injector=r,a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[],a.registerEvents(v),a.addTwoWay.call(a,D),n.setValue("currentInstance",a,a.viewContainerRef),a.containerContext=new n.ComponentBase,a}return r(t,e),t.prototype.ngOnInit=function(){this.containerContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.containerContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.containerContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.containerContext.ngAfterContentChecked(this)},t}(o.Tooltip),e.TooltipComponent.decorators=[{type:t.Component,args:[{selector:"ejs-tooltip",inputs:b,outputs:v,template:"<ng-content ></ng-content>",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{}}]}],e.TooltipComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.TooltipComponent.propDecorators={content:[{type:t.ContentChild,args:["content"]}]},y([n.Template(),h("design:type",Object)],e.TooltipComponent.prototype,"content",void 0),e.TooltipComponent=y([n.ComponentMixins([n.ComponentBase]),h("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.TooltipComponent);var j=function(){return function(){}}();j.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule],declarations:[e.TooltipComponent],exports:[e.TooltipComponent]}]}],j.ctorParameters=function(){return[]};var P=function(){return function(){}}();P.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule,j],exports:[j],providers:[]}]}],P.ctorParameters=function(){return[]},e.DialogButtonDirective=c,e.ButtonsDirective=l,e.DialogModule=m,e.DialogAllModule=C,e.TooltipModule=j,e.TooltipAllModule=P,e.ɵa=f,e.ɵb=d,e.ɵc=b,e.ɵd=v,e.PositionData=o.PositionData,e.Popup=o.Popup,e.getScrollableParent=o.getScrollableParent,e.getZindexPartial=o.getZindexPartial,e.getMaxZindex=o.getMaxZindex,e.calculateRelativeBasedPosition=o.calculateRelativeBasedPosition,e.calculatePosition=o.calculatePosition,e.fit=o.fit,e.isCollide=o.isCollide,e.flip=o.flip,e.ButtonProps=o.ButtonProps,e.AnimationSettings=o.AnimationSettings,e.Dialog=o.Dialog,e.DialogUtility=o.DialogUtility,e.Animation=o.Animation,e.Tooltip=o.Tooltip,e.Spinner=o.Spinner,e.createSpinner=o.createSpinner,e.showSpinner=o.showSpinner,e.hideSpinner=o.hideSpinner,e.setSpinner=o.setSpinner,Object.defineProperty(e,"__esModule",{value:!0})});
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@syncfusion/ej2-angular-base"),require("@syncfusion/ej2-popups"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@syncfusion/ej2-angular-base","@syncfusion/ej2-popups","@angular/common"],t):t(e["ej2-angular-popups"]={},e.ng.core,e.ej2.angular.base,e.ej2.popups,e.ng.common)}(this,function(e,t,n,o,i){"use strict";var r=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),a=["buttonModel","type"],s=["click"],c=function(e){function t(t){var o=e.call(this)||this;return o.viewContainerRef=t,n.setValue("currentInstance",o,o.viewContainerRef),o.registerEvents(s),o.directivePropList=a,o}return r(t,e),t}(n.ComplexBase);c.decorators=[{type:t.Directive,args:[{selector:"e-buttons>e-dialogbutton",inputs:a,outputs:s,queries:{}}]}],c.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var l=function(e){function t(){return e.call(this,"buttons")||this}return r(t,e),t}(n.ArrayBase);l.decorators=[{type:t.Directive,args:[{selector:"ejs-dialog>e-buttons",queries:{children:new t.ContentChildren(c)}}]}],l.ctorParameters=function(){return[]};var p=this&&this.__decorate||function(e,t,n,o){var i,r=arguments.length,a=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(a=(r<3?i(a):r>3?i(t,n,a):i(t,n))||a);return r>3&&a&&Object.defineProperty(t,n,a),a},u=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},f=["allowDragging","animationSettings","buttons","closeOnEscape","content","cssClass","enableHtmlSanitizer","enablePersistence","enableResize","enableRtl","footerTemplate","header","height","isModal","locale","minHeight","position","resizeHandles","showCloseIcon","target","visible","width","zIndex"],d=["beforeClose","beforeOpen","beforeSanitizeHtml","close","created","destroyed","drag","dragStart","dragStop","open","overlayClick","resizeStart","resizeStop","resizing","visibleChange"],g=["visible"];e.DialogComponent=function(e){function t(t,o,i,r){var a=e.call(this)||this;return a.ngEle=t,a.srenderer=o,a.viewContainerRef=i,a.injector=r,a.tags=["buttons"],a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[],a.registerEvents(d),a.addTwoWay.call(a,g),n.setValue("currentInstance",a,a.viewContainerRef),a.containerContext=new n.ComponentBase,a}return r(t,e),t.prototype.ngOnInit=function(){this.containerContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.containerContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.containerContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childButtons,this.containerContext.ngAfterContentChecked(this)},t}(o.Dialog),e.DialogComponent.decorators=[{type:t.Component,args:[{selector:"ejs-dialog",inputs:f,outputs:d,template:"<ng-content ></ng-content>",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{childButtons:new t.ContentChild(l)}}]}],e.DialogComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.DialogComponent.propDecorators={footerTemplate:[{type:t.ContentChild,args:["footerTemplate"]}],header:[{type:t.ContentChild,args:["header"]}],content:[{type:t.ContentChild,args:["content"]}]},p([n.Template(),u("design:type",Object)],e.DialogComponent.prototype,"footerTemplate",void 0),p([n.Template(),u("design:type",Object)],e.DialogComponent.prototype,"header",void 0),p([n.Template(),u("design:type",Object)],e.DialogComponent.prototype,"content",void 0),e.DialogComponent=p([n.ComponentMixins([n.ComponentBase]),u("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.DialogComponent);var m=function(){return function(){}}();m.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule],declarations:[e.DialogComponent,c,l],exports:[e.DialogComponent,c,l]}]}],m.ctorParameters=function(){return[]};var C=function(){return function(){}}();C.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule,m],exports:[m],providers:[]}]}],C.ctorParameters=function(){return[]};var y=this&&this.__decorate||function(e,t,n,o){var i,r=arguments.length,a=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(i=e[s])&&(a=(r<3?i(a):r>3?i(t,n,a):i(t,n))||a);return r>3&&a&&Object.defineProperty(t,n,a),a},h=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},b=["animation","closeDelay","content","cssClass","enableHtmlSanitizer","enablePersistence","enableRtl","height","isSticky","locale","mouseTrail","offsetX","offsetY","openDelay","opensOn","position","showTipPointer","target","tipPointerPosition","width"],v=["afterClose","afterOpen","beforeClose","beforeCollision","beforeOpen","beforeRender","created","destroyed"],D=[""];e.TooltipComponent=function(e){function t(t,o,i,r){var a=e.call(this)||this;return a.ngEle=t,a.srenderer=o,a.viewContainerRef=i,a.injector=r,a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[],a.registerEvents(v),a.addTwoWay.call(a,D),n.setValue("currentInstance",a,a.viewContainerRef),a.containerContext=new n.ComponentBase,a}return r(t,e),t.prototype.ngOnInit=function(){this.containerContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.containerContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.containerContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.containerContext.ngAfterContentChecked(this)},t}(o.Tooltip),e.TooltipComponent.decorators=[{type:t.Component,args:[{selector:"ejs-tooltip",inputs:b,outputs:v,template:"<ng-content ></ng-content>",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{}}]}],e.TooltipComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.TooltipComponent.propDecorators={content:[{type:t.ContentChild,args:["content"]}]},y([n.Template(),h("design:type",Object)],e.TooltipComponent.prototype,"content",void 0),e.TooltipComponent=y([n.ComponentMixins([n.ComponentBase]),h("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.TooltipComponent);var j=function(){return function(){}}();j.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule],declarations:[e.TooltipComponent],exports:[e.TooltipComponent]}]}],j.ctorParameters=function(){return[]};var P=function(){return function(){}}();P.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule,j],exports:[j],providers:[]}]}],P.ctorParameters=function(){return[]},e.DialogButtonDirective=c,e.ButtonsDirective=l,e.DialogModule=m,e.DialogAllModule=C,e.TooltipModule=j,e.TooltipAllModule=P,e.ɵa=f,e.ɵb=d,e.ɵc=b,e.ɵd=v,e.PositionData=o.PositionData,e.Popup=o.Popup,e.getScrollableParent=o.getScrollableParent,e.getZindexPartial=o.getZindexPartial,e.getMaxZindex=o.getMaxZindex,e.calculateRelativeBasedPosition=o.calculateRelativeBasedPosition,e.calculatePosition=o.calculatePosition,e.fit=o.fit,e.isCollide=o.isCollide,e.flip=o.flip,e.ButtonProps=o.ButtonProps,e.AnimationSettings=o.AnimationSettings,e.Dialog=o.Dialog,e.DialogUtility=o.DialogUtility,e.Animation=o.Animation,e.Tooltip=o.Tooltip,e.Spinner=o.Spinner,e.createSpinner=o.createSpinner,e.showSpinner=o.showSpinner,e.hideSpinner=o.hideSpinner,e.setSpinner=o.setSpinner,Object.defineProperty(e,"__esModule",{value:!0})});
//# sourceMappingURL=ej2-angular-popups.umd.min.js.map

@@ -1,1 +0,1 @@

{"__symbolic":"module","version":3,"exports":[{"from":"@syncfusion/ej2-popups"}],"metadata":{"ɵa":["allowDragging","animationSettings","buttons","closeOnEscape","content","cssClass","enableHtmlSanitizer","enablePersistence","enableResize","enableRtl","footerTemplate","header","height","isModal","locale","minHeight","position","showCloseIcon","target","visible","width","zIndex"],"ɵb":["beforeClose","beforeOpen","beforeSanitizeHtml","close","created","destroyed","drag","dragStart","dragStop","open","overlayClick","resizeStart","resizeStop","resizing","visibleChange"],"ɵc":["animation","closeDelay","content","cssClass","enableHtmlSanitizer","enablePersistence","enableRtl","height","isSticky","locale","mouseTrail","offsetX","offsetY","openDelay","opensOn","position","showTipPointer","target","tipPointerPosition","width"],"ɵd":["afterClose","afterOpen","beforeClose","beforeCollision","beforeOpen","beforeRender","created","destroyed"],"DialogButtonDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComplexBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"e-buttons>e-dialogbutton","inputs":["buttonModel","type"],"outputs":["click"],"queries":{}}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"}]}]}},"ButtonsDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ArrayBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"ejs-dialog>e-buttons","queries":{"children":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren"},"arguments":[{"__symbolic":"reference","name":"DialogButtonDirective"}]}}}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}]}},"DialogComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-popups","name":"Dialog"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-dialog","inputs":{"__symbolic":"reference","name":"ɵa"},"outputs":{"__symbolic":"reference","name":"ɵb"},"template":"<ng-content ></ng-content>","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{"childButtons":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":[{"__symbolic":"reference","name":"ButtonsDirective"}]}}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"footerTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["footerTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"header":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["header"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"content":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["content"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"DialogModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"DialogComponent"},{"__symbolic":"reference","name":"DialogButtonDirective"},{"__symbolic":"reference","name":"ButtonsDirective"}],"exports":[{"__symbolic":"reference","name":"DialogComponent"},{"__symbolic":"reference","name":"DialogButtonDirective"},{"__symbolic":"reference","name":"ButtonsDirective"}]}]}],"members":{}},"DialogAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"DialogModule"}],"exports":[{"__symbolic":"reference","name":"DialogModule"}],"providers":[]}]}],"members":{}},"TooltipComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-popups","name":"Tooltip"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-tooltip","inputs":{"__symbolic":"reference","name":"ɵc"},"outputs":{"__symbolic":"reference","name":"ɵd"},"template":"<ng-content ></ng-content>","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"content":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["content"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"TooltipModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"TooltipComponent"}],"exports":[{"__symbolic":"reference","name":"TooltipComponent"}]}]}],"members":{}},"TooltipAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"TooltipModule"}],"exports":[{"__symbolic":"reference","name":"TooltipModule"}],"providers":[]}]}],"members":{}}},"origins":{"ɵa":"./src/dialog/dialog.component","ɵb":"./src/dialog/dialog.component","ɵc":"./src/tooltip/tooltip.component","ɵd":"./src/tooltip/tooltip.component","DialogButtonDirective":"./src/dialog/buttons.directive","ButtonsDirective":"./src/dialog/buttons.directive","DialogComponent":"./src/dialog/dialog.component","DialogModule":"./src/dialog/dialog.module","DialogAllModule":"./src/dialog/dialog-all.module","TooltipComponent":"./src/tooltip/tooltip.component","TooltipModule":"./src/tooltip/tooltip.module","TooltipAllModule":"./src/tooltip/tooltip-all.module"},"importAs":"@syncfusion/ej2-angular-popups"}
{"__symbolic":"module","version":3,"exports":[{"from":"@syncfusion/ej2-popups"}],"metadata":{"ɵa":["allowDragging","animationSettings","buttons","closeOnEscape","content","cssClass","enableHtmlSanitizer","enablePersistence","enableResize","enableRtl","footerTemplate","header","height","isModal","locale","minHeight","position","resizeHandles","showCloseIcon","target","visible","width","zIndex"],"ɵb":["beforeClose","beforeOpen","beforeSanitizeHtml","close","created","destroyed","drag","dragStart","dragStop","open","overlayClick","resizeStart","resizeStop","resizing","visibleChange"],"ɵc":["animation","closeDelay","content","cssClass","enableHtmlSanitizer","enablePersistence","enableRtl","height","isSticky","locale","mouseTrail","offsetX","offsetY","openDelay","opensOn","position","showTipPointer","target","tipPointerPosition","width"],"ɵd":["afterClose","afterOpen","beforeClose","beforeCollision","beforeOpen","beforeRender","created","destroyed"],"DialogButtonDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComplexBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"e-buttons>e-dialogbutton","inputs":["buttonModel","type"],"outputs":["click"],"queries":{}}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"}]}]}},"ButtonsDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ArrayBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"ejs-dialog>e-buttons","queries":{"children":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren"},"arguments":[{"__symbolic":"reference","name":"DialogButtonDirective"}]}}}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}]}},"DialogComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-popups","name":"Dialog"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-dialog","inputs":{"__symbolic":"reference","name":"ɵa"},"outputs":{"__symbolic":"reference","name":"ɵb"},"template":"<ng-content ></ng-content>","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{"childButtons":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":[{"__symbolic":"reference","name":"ButtonsDirective"}]}}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"footerTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["footerTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"header":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["header"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"content":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["content"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"DialogModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"DialogComponent"},{"__symbolic":"reference","name":"DialogButtonDirective"},{"__symbolic":"reference","name":"ButtonsDirective"}],"exports":[{"__symbolic":"reference","name":"DialogComponent"},{"__symbolic":"reference","name":"DialogButtonDirective"},{"__symbolic":"reference","name":"ButtonsDirective"}]}]}],"members":{}},"DialogAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"DialogModule"}],"exports":[{"__symbolic":"reference","name":"DialogModule"}],"providers":[]}]}],"members":{}},"TooltipComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-popups","name":"Tooltip"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-tooltip","inputs":{"__symbolic":"reference","name":"ɵc"},"outputs":{"__symbolic":"reference","name":"ɵd"},"template":"<ng-content ></ng-content>","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"content":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["content"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"TooltipModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"TooltipComponent"}],"exports":[{"__symbolic":"reference","name":"TooltipComponent"}]}]}],"members":{}},"TooltipAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"TooltipModule"}],"exports":[{"__symbolic":"reference","name":"TooltipModule"}],"providers":[]}]}],"members":{}}},"origins":{"ɵa":"./src/dialog/dialog.component","ɵb":"./src/dialog/dialog.component","ɵc":"./src/tooltip/tooltip.component","ɵd":"./src/tooltip/tooltip.component","DialogButtonDirective":"./src/dialog/buttons.directive","ButtonsDirective":"./src/dialog/buttons.directive","DialogComponent":"./src/dialog/dialog.component","DialogModule":"./src/dialog/dialog.module","DialogAllModule":"./src/dialog/dialog-all.module","TooltipComponent":"./src/tooltip/tooltip.component","TooltipModule":"./src/tooltip/tooltip.module","TooltipAllModule":"./src/tooltip/tooltip-all.module"},"importAs":"@syncfusion/ej2-angular-popups"}
{
"_from": "@syncfusion/ej2-angular-popups@*",
"_id": "@syncfusion/ej2-angular-popups@18.3.50",
"_id": "@syncfusion/ej2-angular-popups@18.3.35",
"_inBundle": false,
"_integrity": "sha512-rTv2hZzs5uMRZx4M3EaY+wxyLIT/yGr+MlKtNA5gL7A5uwxWhg4nVi7EM225bi6NSFAwhzz/GycS0Mpi81WfVA==",
"_integrity": "sha512-APRXasjvOfdsRuImx0Lozk4ASh9DBydXAwLKuMtLOiOhqV2Wozw7UWt+AdvSSdaOPtvDFmTr3p5UlpekLpQzVA==",
"_location": "/@syncfusion/ej2-angular-popups",

@@ -22,6 +22,6 @@ "_phantomChildren": {},

],
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-angular-popups/-/ej2-angular-popups-18.3.50.tgz",
"_shasum": "636daee3188eba02b0e1ae6e0e282a972cffce39",
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-angular-popups/-/ej2-angular-popups-18.3.35.tgz",
"_shasum": "dff1eab6616015a9bd3b9a5425be0f7369998703",
"_spec": "@syncfusion/ej2-angular-popups@*",
"_where": "/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included",
"_where": "/jenkins/workspace/automation_release_18.4.0.1-WOJ6QVY6EU5ONBWOYGQFKS2VU2UW7E67MOXUPKCE5AX7QQX7M5JQ/packages/included",
"author": {

@@ -35,5 +35,5 @@ "name": "Syncfusion Inc."

"dependencies": {
"@syncfusion/ej2-angular-base": "~18.3.52",
"@syncfusion/ej2-base": "~18.3.52",
"@syncfusion/ej2-popups": "18.3.52",
"@syncfusion/ej2-angular-base": "~18.4.30",
"@syncfusion/ej2-base": "~18.4.30",
"@syncfusion/ej2-popups": "18.4.30",
"@types/lodash": "4.14.159",

@@ -113,3 +113,3 @@ "@types/node": "11.15.20"

"typings": "ej2-angular-popups.d.ts",
"version": "18.3.52"
"version": "18.4.30"
}
export declare const pkgName = "@syncfusion/ej2-angular-popups";
export declare const pkgVer = "^18.3.50";
export declare const pkgVer = "^18.3.35";
export declare const moduleName = "DialogModule, TooltipModule";
export declare const themeVer = "~18.3.50";
export declare const themeVer = "~18.3.35";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.pkgName = '@syncfusion/ej2-angular-popups';
exports.pkgVer = '^18.3.50';
exports.pkgVer = '^18.3.35';
exports.moduleName = 'DialogModule, TooltipModule';
exports.themeVer = '~18.3.50';
exports.themeVer = '~18.3.35';
export const pkgName = '@syncfusion/ej2-angular-popups';
export const pkgVer = '^18.3.50';
export const pkgVer = '^18.3.35';
export const moduleName = 'DialogModule, TooltipModule';
export const themeVer = '~18.3.50';
export const themeVer = '~18.3.35';

@@ -22,3 +22,3 @@ import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';

* It is used to display the content of Tooltip which can be both string and HTML Elements.
* Refer the documentation [here](https://ej2.syncfusion.com/documentation/tooltip/content.html?lang=typescript)
* Refer the documentation [here](https://ej2.syncfusion.com/documentation/tooltip/content/)
* to know more about this property with demo.

@@ -25,0 +25,0 @@ *

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

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

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

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

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

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

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

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