Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-angular-popups

Package Overview
Dependencies
11
Maintainers
3
Versions
241
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 24.2.3-ngcc to 24.2.3

esm2020/public_api.mjs

38

package.json

@@ -5,3 +5,3 @@ {

"_inBundle": false,
"_integrity": "sha512-fa13onIHsyGw65ySEGgTz/yVbMZPna2sSVd5bmKvFlkTd2hUb53yoFOXErVY/KqSItEBN3g9FxwfIrFp/fYm9w==",
"_integrity": "sha512-Tkfc4blqAfuNSAz8NphfQj2WDy+C2SCCW6j+zKYx8Y/niMpo1gjyL0wwA42rndTBMKrVaOQo5P/zMAqwZjZtVA==",
"_location": "/@syncfusion/ej2-angular-popups",

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

],
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-popups/-/ej2-angular-popups-24.1.46.tgz",
"_shasum": "1b96e47c1a1df47c2eab6a62391d32afb656dc93",
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-popups/-/ej2-angular-popups-24.1.46.tgz",
"_shasum": "47cee088ef69b732a8d811c482de6a397723db11",
"_spec": "@syncfusion/ej2-angular-popups@*",
"_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
"_where": "/jenkins/workspace/elease-automation_release_24.1.1/ivypackages/included",
"author": {

@@ -38,8 +38,24 @@ "name": "Syncfusion Inc."

"@syncfusion/ej2-base": "~24.2.3",
"@syncfusion/ej2-popups": "24.2.3"
"@syncfusion/ej2-popups": "24.2.3",
"tslib": "^2.3.0"
},
"deprecated": false,
"description": "A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups. for Angular",
"devDependencies": {},
"es2015": "@syncfusion/ej2-angular-popups.js",
"es2020": "fesm2020/syncfusion-ej2-angular-popups.mjs",
"esm2020": "esm2020/syncfusion-ej2-angular-popups.mjs",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./syncfusion-ej2-angular-popups.d.ts",
"esm2020": "./esm2020/syncfusion-ej2-angular-popups.mjs",
"es2020": "./fesm2020/syncfusion-ej2-angular-popups.mjs",
"es2015": "./fesm2015/syncfusion-ej2-angular-popups.mjs",
"node": "./fesm2015/syncfusion-ej2-angular-popups.mjs",
"default": "./fesm2020/syncfusion-ej2-angular-popups.mjs"
}
},
"fesm2015": "fesm2015/syncfusion-ej2-angular-popups.mjs",
"fesm2020": "fesm2020/syncfusion-ej2-angular-popups.mjs",
"homepage": "https://www.syncfusion.com/angular-components",

@@ -81,5 +97,3 @@ "keywords": [

"license": "SEE LICENSE IN license",
"main": "dist/ej2-angular-popups.umd.js",
"metadata": "ej2-angular-popups.metadata.json",
"module": "@syncfusion/ej2-angular-popups.es5.js",
"module": "fesm2015/syncfusion-ej2-angular-popups.mjs",
"name": "@syncfusion/ej2-angular-popups",

@@ -92,4 +106,4 @@ "repository": {

"sideEffects": false,
"typings": "ej2-angular-popups.d.ts",
"version": "24.2.3-ngcc"
"typings": "syncfusion-ej2-angular-popups.d.ts",
"version": "24.2.3"
}
import { ViewContainerRef } from '@angular/core';
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
import * as i0 from "@angular/core";
/**

@@ -37,2 +38,4 @@ * 'e-button' directive represent a button of angular dialog

constructor(viewContainerRef: ViewContainerRef);
static ɵfac: i0.ɵɵFactoryDeclaration<DialogButtonDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<DialogButtonDirective, "e-buttons>e-dialogbutton", never, { "buttonModel": "buttonModel"; "isFlat": "isFlat"; "type": "type"; }, { "click": "click"; }, never>;
}

@@ -45,2 +48,4 @@ /**

constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonsDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ButtonsDirective, "ejs-dialog>e-buttons", never, {}, {}, ["children"]>;
}

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

import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./dialog.module";
/**

@@ -5,2 +8,5 @@ * NgModule definition for the Dialog component with providers.

export declare class DialogAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DialogAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DialogAllModule, never, [typeof i1.CommonModule, typeof i2.DialogModule], [typeof i2.DialogModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DialogAllModule>;
}

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

import { ButtonsDirective } from './buttons.directive';
import * as i0 from "@angular/core";
export declare const inputs: string[];

@@ -81,2 +82,4 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<DialogComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DialogComponent, "ejs-dialog", never, { "allowDragging": "allowDragging"; "animationSettings": "animationSettings"; "buttons": "buttons"; "closeOnEscape": "closeOnEscape"; "content": "content"; "cssClass": "cssClass"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableResize": "enableResize"; "enableRtl": "enableRtl"; "footerTemplate": "footerTemplate"; "header": "header"; "height": "height"; "isModal": "isModal"; "locale": "locale"; "minHeight": "minHeight"; "position": "position"; "resizeHandles": "resizeHandles"; "showCloseIcon": "showCloseIcon"; "target": "target"; "visible": "visible"; "width": "width"; "zIndex": "zIndex"; }, { "beforeClose": "beforeClose"; "beforeOpen": "beforeOpen"; "beforeSanitizeHtml": "beforeSanitizeHtml"; "close": "close"; "created": "created"; "destroyed": "destroyed"; "drag": "drag"; "dragStart": "dragStart"; "dragStop": "dragStop"; "open": "open"; "overlayClick": "overlayClick"; "resizeStart": "resizeStart"; "resizeStop": "resizeStop"; "resizing": "resizing"; "visibleChange": "visibleChange"; }, ["footerTemplate", "header", "content", "childButtons"], ["*"]>;
}

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

import * as i0 from "@angular/core";
import * as i1 from "./dialog.component";
import * as i2 from "./buttons.directive";
import * as i3 from "@angular/common";
/**

@@ -5,2 +9,5 @@ * NgModule definition for the Dialog component.

export declare class DialogModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DialogModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DialogModule, [typeof i1.DialogComponent, typeof i2.DialogButtonDirective, typeof i2.ButtonsDirective], [typeof i3.CommonModule], [typeof i1.DialogComponent, typeof i2.DialogButtonDirective, typeof i2.ButtonsDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DialogModule>;
}

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

import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./tooltip.module";
/**

@@ -5,2 +8,5 @@ * NgModule definition for the Tooltip component with providers.

export declare class TooltipAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<TooltipAllModule, never, [typeof i1.CommonModule, typeof i2.TooltipModule], [typeof i2.TooltipModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<TooltipAllModule>;
}
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
import { IComponentBase } from '@syncfusion/ej2-angular-base';
import { Tooltip } from '@syncfusion/ej2-popups';
import * as i0 from "@angular/core";
export declare const inputs: string[];

@@ -45,2 +46,4 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "ejs-tooltip", never, { "animation": "animation"; "closeDelay": "closeDelay"; "container": "container"; "content": "content"; "cssClass": "cssClass"; "enableHtmlParse": "enableHtmlParse"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "height": "height"; "htmlAttributes": "htmlAttributes"; "isSticky": "isSticky"; "locale": "locale"; "mouseTrail": "mouseTrail"; "offsetX": "offsetX"; "offsetY": "offsetY"; "openDelay": "openDelay"; "opensOn": "opensOn"; "position": "position"; "showTipPointer": "showTipPointer"; "target": "target"; "tipPointerPosition": "tipPointerPosition"; "width": "width"; "windowCollision": "windowCollision"; }, { "afterClose": "afterClose"; "afterOpen": "afterOpen"; "beforeClose": "beforeClose"; "beforeCollision": "beforeCollision"; "beforeOpen": "beforeOpen"; "beforeRender": "beforeRender"; "created": "created"; "destroyed": "destroyed"; }, ["content"], ["*"]>;
}

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

import * as i0 from "@angular/core";
import * as i1 from "./tooltip.component";
import * as i2 from "@angular/common";
/**

@@ -5,2 +8,5 @@ * NgModule definition for the Tooltip component.

export declare class TooltipModule {
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<TooltipModule, [typeof i1.TooltipComponent], [typeof i2.CommonModule], [typeof i1.TooltipComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<TooltipModule>;
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc