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 17.4.49 to 17.4.51

12

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

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

_this.registerEvents(outputs);
_this.directivePropList = input;
return _this;

@@ -123,2 +124,3 @@ }

setValue('currentInstance', _this, _this.viewContainerRef);
_this.containerContext = new ComponentBase();
return _this;

@@ -130,2 +132,3 @@ }

DialogComponent.prototype.ngOnInit = function () {
this.containerContext.ngOnInit(this);
};

@@ -136,2 +139,3 @@ /**

DialogComponent.prototype.ngAfterViewInit = function () {
this.containerContext.ngAfterViewInit(this);
};

@@ -142,2 +146,3 @@ /**

DialogComponent.prototype.ngOnDestroy = function () {
this.containerContext.ngOnDestroy(this);
};

@@ -148,2 +153,4 @@ /**

DialogComponent.prototype.ngAfterContentChecked = function () {
this.tagObjects[0].instance = this.childButtons;
this.containerContext.ngAfterContentChecked(this);
};

@@ -287,2 +294,3 @@ return DialogComponent;

setValue('currentInstance', _this, _this.viewContainerRef);
_this.containerContext = new ComponentBase();
return _this;

@@ -294,2 +302,3 @@ }

TooltipComponent.prototype.ngOnInit = function () {
this.containerContext.ngOnInit(this);
};

@@ -300,2 +309,3 @@ /**

TooltipComponent.prototype.ngAfterViewInit = function () {
this.containerContext.ngAfterViewInit(this);
};

@@ -306,2 +316,3 @@ /**

TooltipComponent.prototype.ngOnDestroy = function () {
this.containerContext.ngOnDestroy(this);
};

@@ -312,2 +323,3 @@ /**

TooltipComponent.prototype.ngAfterContentChecked = function () {
this.containerContext.ngAfterContentChecked(this);
};

@@ -314,0 +326,0 @@ return TooltipComponent;

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

this.registerEvents(outputs);
this.directivePropList = input;
}

@@ -104,2 +105,3 @@ }

setValue('currentInstance', this, this.viewContainerRef);
this.containerContext = new ComponentBase();
}

@@ -110,2 +112,3 @@ /**

ngOnInit() {
this.containerContext.ngOnInit(this);
}

@@ -116,2 +119,3 @@ /**

ngAfterViewInit() {
this.containerContext.ngAfterViewInit(this);
}

@@ -122,2 +126,3 @@ /**

ngOnDestroy() {
this.containerContext.ngOnDestroy(this);
}

@@ -128,2 +133,4 @@ /**

ngAfterContentChecked() {
this.tagObjects[0].instance = this.childButtons;
this.containerContext.ngAfterContentChecked(this);
}

@@ -257,2 +264,3 @@ };

setValue('currentInstance', this, this.viewContainerRef);
this.containerContext = new ComponentBase();
}

@@ -263,2 +271,3 @@ /**

ngOnInit() {
this.containerContext.ngOnInit(this);
}

@@ -269,2 +278,3 @@ /**

ngAfterViewInit() {
this.containerContext.ngAfterViewInit(this);
}

@@ -275,2 +285,3 @@ /**

ngOnDestroy() {
this.containerContext.ngOnDestroy(this);
}

@@ -281,2 +292,3 @@ /**

ngAfterContentChecked() {
this.containerContext.ngAfterContentChecked(this);
}

@@ -283,0 +295,0 @@ };

@@ -9,2 +9,10 @@ # Changelog

- `#151574` - The issue with adding custom classes using the `cssClass` property has been resolved.
## 17.4.49 (2020-02-11)
### Tooltip
#### Bug Fixes
- `#263239` - The issue with destroying the `Tooltip` component with popup opened state has been resolved.

@@ -11,0 +19,0 @@

14

dist/ej2-angular-popups.umd.js
/*!
* filename: ej2-angular-popups.umd.js
* version : 17.4.49
* version : 17.4.51
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved.

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

_this.registerEvents(outputs);
_this.directivePropList = input;
return _this;

@@ -134,2 +135,3 @@ }

ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
_this.containerContext = new ej2AngularBase.ComponentBase();
return _this;

@@ -141,2 +143,3 @@ }

DialogComponent.prototype.ngOnInit = function () {
this.containerContext.ngOnInit(this);
};

@@ -147,2 +150,3 @@ /**

DialogComponent.prototype.ngAfterViewInit = function () {
this.containerContext.ngAfterViewInit(this);
};

@@ -153,2 +157,3 @@ /**

DialogComponent.prototype.ngOnDestroy = function () {
this.containerContext.ngOnDestroy(this);
};

@@ -159,2 +164,4 @@ /**

DialogComponent.prototype.ngAfterContentChecked = function () {
this.tagObjects[0].instance = this.childButtons;
this.containerContext.ngAfterContentChecked(this);
};

@@ -298,2 +305,3 @@ return DialogComponent;

ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
_this.containerContext = new ej2AngularBase.ComponentBase();
return _this;

@@ -305,2 +313,3 @@ }

TooltipComponent.prototype.ngOnInit = function () {
this.containerContext.ngOnInit(this);
};

@@ -311,2 +320,3 @@ /**

TooltipComponent.prototype.ngAfterViewInit = function () {
this.containerContext.ngAfterViewInit(this);
};

@@ -317,2 +327,3 @@ /**

TooltipComponent.prototype.ngOnDestroy = function () {
this.containerContext.ngOnDestroy(this);
};

@@ -323,2 +334,3 @@ /**

TooltipComponent.prototype.ngAfterContentChecked = function () {
this.containerContext.ngAfterContentChecked(this);
};

@@ -325,0 +337,0 @@ return TooltipComponent;

4

dist/ej2-angular-popups.umd.min.js
/*!
* filename: ej2-angular-popups.umd.min.js
* version : 17.4.49
* version : 17.4.51
* Copyright Syncfusion Inc. 2001 - 2019. 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,r){"use strict";var i=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=["click"],s=function(e){function t(t){var o=e.call(this)||this;return o.viewContainerRef=t,n.setValue("currentInstance",o,o.viewContainerRef),o.registerEvents(a),o}return i(t,e),t}(n.ComplexBase);s.decorators=[{type:t.Directive,args:[{selector:"e-buttons>e-dialogbutton",inputs:["buttonModel","type"],outputs:a,queries:{}}]}],s.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var l=function(e){function t(){return e.call(this,"buttons")||this}return i(t,e),t}(n.ArrayBase);l.decorators=[{type:t.Directive,args:[{selector:"ejs-dialog>e-buttons",queries:{children:new t.ContentChildren(s)}}]}],l.ctorParameters=function(){return[]};var c=this&&this.__decorate||function(e,t,n,o){var r,i=arguments.length,a=i<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--)(r=e[s])&&(a=(i<3?r(a):i>3?r(t,n,a):r(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a},p=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},u=["allowDragging","animationSettings","buttons","closeOnEscape","content","cssClass","enableHtmlSanitizer","enablePersistence","enableResize","enableRtl","footerTemplate","header","height","isModal","locale","minHeight","position","showCloseIcon","target","visible","width","zIndex"],f=["beforeClose","beforeOpen","beforeSanitizeHtml","close","created","destroyed","drag","dragStart","dragStop","open","overlayClick","resizeStart","resizeStop","resizing","visibleChange"],d=["visible"];e.DialogComponent=function(e){function t(t,o,r,i){var a=e.call(this)||this;return a.ngEle=t,a.srenderer=o,a.viewContainerRef=r,a.injector=i,a.tags=["buttons"],a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[],a.registerEvents(f),a.addTwoWay.call(a,d),n.setValue("currentInstance",a,a.viewContainerRef),a}return i(t,e),t.prototype.ngOnInit=function(){},t.prototype.ngAfterViewInit=function(){},t.prototype.ngOnDestroy=function(){},t.prototype.ngAfterContentChecked=function(){},t}(o.Dialog),e.DialogComponent.decorators=[{type:t.Component,args:[{selector:"ejs-dialog",inputs:u,outputs:f,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"]}]},c([n.Template(),p("design:type",Object)],e.DialogComponent.prototype,"footerTemplate",void 0),c([n.Template(),p("design:type",Object)],e.DialogComponent.prototype,"header",void 0),c([n.Template(),p("design:type",Object)],e.DialogComponent.prototype,"content",void 0),e.DialogComponent=c([n.ComponentMixins([n.ComponentBase]),p("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.DialogComponent);var g=function(){return function(){}}();g.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule],declarations:[e.DialogComponent,s,l],exports:[e.DialogComponent,s,l]}]}],g.ctorParameters=function(){return[]};var m=function(){return function(){}}();m.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule,g],exports:[g],providers:[]}]}],m.ctorParameters=function(){return[]};var y=this&&this.__decorate||function(e,t,n,o){var r,i=arguments.length,a=i<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--)(r=e[s])&&(a=(i<3?r(a):i>3?r(t,n,a):r(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a},C=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},h=["animation","closeDelay","content","cssClass","enableHtmlSanitizer","enablePersistence","enableRtl","height","isSticky","locale","mouseTrail","offsetX","offsetY","openDelay","opensOn","position","showTipPointer","target","tipPointerPosition","width"],b=["afterClose","afterOpen","beforeClose","beforeCollision","beforeOpen","beforeRender","created","destroyed"],v=[""];e.TooltipComponent=function(e){function t(t,o,r,i){var a=e.call(this)||this;return a.ngEle=t,a.srenderer=o,a.viewContainerRef=r,a.injector=i,a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[],a.registerEvents(b),a.addTwoWay.call(a,v),n.setValue("currentInstance",a,a.viewContainerRef),a}return i(t,e),t.prototype.ngOnInit=function(){},t.prototype.ngAfterViewInit=function(){},t.prototype.ngOnDestroy=function(){},t.prototype.ngAfterContentChecked=function(){},t}(o.Tooltip),e.TooltipComponent.decorators=[{type:t.Component,args:[{selector:"ejs-tooltip",inputs:h,outputs:b,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(),C("design:type",Object)],e.TooltipComponent.prototype,"content",void 0),e.TooltipComponent=y([n.ComponentMixins([n.ComponentBase]),C("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.TooltipComponent);var D=function(){return function(){}}();D.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule],declarations:[e.TooltipComponent],exports:[e.TooltipComponent]}]}],D.ctorParameters=function(){return[]};var R=function(){return function(){}}();R.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule,D],exports:[D],providers:[]}]}],R.ctorParameters=function(){return[]},e.DialogButtonDirective=s,e.ButtonsDirective=l,e.DialogModule=g,e.DialogAllModule=m,e.TooltipModule=D,e.TooltipAllModule=R,e.ɵa=u,e.ɵb=f,e.ɵc=h,e.ɵd=b,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.blazorSpinner=o.blazorSpinner,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,r){"use strict";var i=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 i(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 i(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 r,i=arguments.length,a=i<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--)(r=e[s])&&(a=(i<3?r(a):i>3?r(t,n,a):r(t,n))||a);return i>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,r,i){var a=e.call(this)||this;return a.ngEle=t,a.srenderer=o,a.viewContainerRef=r,a.injector=i,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 i(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:[r.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:[r.CommonModule,m],exports:[m],providers:[]}]}],C.ctorParameters=function(){return[]};var y=this&&this.__decorate||function(e,t,n,o){var r,i=arguments.length,a=i<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--)(r=e[s])&&(a=(i<3?r(a):i>3?r(t,n,a):r(t,n))||a);return i>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,r,i){var a=e.call(this)||this;return a.ngEle=t,a.srenderer=o,a.viewContainerRef=r,a.injector=i,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 i(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:[r.CommonModule],declarations:[e.TooltipComponent],exports:[e.TooltipComponent]}]}],j.ctorParameters=function(){return[]};var P=function(){return function(){}}();P.decorators=[{type:t.NgModule,args:[{imports:[r.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.blazorSpinner=o.blazorSpinner,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
{
"_from": "@syncfusion/ej2-angular-popups@*",
"_id": "@syncfusion/ej2-angular-popups@17.4.47",
"_id": "@syncfusion/ej2-angular-popups@17.4.49",
"_inBundle": false,
"_integrity": "sha512-ddy/wQuQDUXzfweMWaSWtAahd8oeqLUVo4cBb7qWBorTj1b5JhpGKtAvWD/iVHDisQCxhw//HsKAGxxpKqA/rA==",
"_integrity": "sha512-7WWPOJia8ZJ10CnowklEJW3m/gJypP1Z2UsA0jX4nVosvQEtyfhlgylTZzGGcuMjOg1RwnKLeYaYzUdLnSzMjA==",
"_location": "/@syncfusion/ej2-angular-popups",

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

],
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-angular-popups/-/ej2-angular-popups-17.4.47.tgz",
"_shasum": "6adce863914d318dd7b1ce21aaa1f3a208d34fca",
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-angular-popups/-/ej2-angular-popups-17.4.49.tgz",
"_shasum": "dd11916429591497701f8bd4f245ba680fb1b7df",
"_spec": "@syncfusion/ej2-angular-popups@*",

@@ -35,5 +35,5 @@ "_where": "/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included",

"dependencies": {
"@syncfusion/ej2-angular-base": "~17.4.47",
"@syncfusion/ej2-base": "~17.4.47",
"@syncfusion/ej2-popups": "17.4.49"
"@syncfusion/ej2-angular-base": "~17.4.51",
"@syncfusion/ej2-base": "~17.4.51",
"@syncfusion/ej2-popups": "17.4.51"
},

@@ -111,3 +111,3 @@ "deprecated": false,

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

@@ -17,2 +17,3 @@ import { ViewContainerRef } from '@angular/core';

private viewContainerRef;
directivePropList: any;
/**

@@ -19,0 +20,0 @@ * Specify the type of the button.

@@ -1,4 +0,5 @@

import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@angular/core';
import { IComponentBase } from '@syncfusion/ej2-angular-base';
import { Dialog } from '@syncfusion/ej2-popups';
import { ButtonsDirective } from './buttons.directive';
export declare const inputs: string[];

@@ -18,3 +19,5 @@ export declare const outputs: string[];

private injector;
childButtons: any;
containerContext: any;
tagObjects: any;
childButtons: QueryList<ButtonsDirective>;
tags: string[];

@@ -21,0 +24,0 @@ visibleChange: any;

@@ -18,2 +18,4 @@ import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';

private injector;
containerContext: any;
tagObjects: any;
/**

@@ -20,0 +22,0 @@ * It is used to display the content of Tooltip which can be both string and HTML Elements.

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc