@syncfusion/ej2-angular-popups
Advanced tools
Comparing version 27.1.56 to 27.1.57-ngcc
{ | ||
"_from": "@syncfusion/ej2-angular-popups@*", | ||
"_id": "@syncfusion/ej2-angular-popups@27.1.55", | ||
"_id": "@syncfusion/ej2-angular-popups@27.1.53", | ||
"_inBundle": false, | ||
"_integrity": "sha512-oy5BNwqkZENpOH+eZiS42VAJRmpKcb4OtjlPf0vP0KNormhoDp4/i2dYvPWgj36Sb1WCVXAexs1gcIPFnQuw8A==", | ||
"_integrity": "sha512-i7HgiOXaSj+5gKTuzVslLICBSEIxrd7ZjvMCfwTIdm8wcP2LjCWBpPNC2LgtVWAJGTPp3XMdR4nadWqqFbHRkQ==", | ||
"_location": "/@syncfusion/ej2-angular-popups", | ||
@@ -22,6 +22,6 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-popups/-/ej2-angular-popups-27.1.55.tgz", | ||
"_shasum": "7c4e0174ea0d6e8738f19a7bad6fea975bcab103", | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-popups/-/ej2-angular-popups-27.1.53.tgz", | ||
"_shasum": "e8628cbc0f7fd690fbd4342af258f32ae2634d8a", | ||
"_spec": "@syncfusion/ej2-angular-popups@*", | ||
"_where": "/jenkins/workspace/elease-automation_release_27.1.1/ivypackages/included", | ||
"_where": "/jenkins/workspace/elease-automation_release_27.1.1/packages/included", | ||
"author": { | ||
@@ -37,23 +37,8 @@ "name": "Syncfusion Inc." | ||
"@syncfusion/ej2-base": "~27.1.55", | ||
"@syncfusion/ej2-popups": "27.1.56" | ||
"@syncfusion/ej2-popups": "27.1.57" | ||
}, | ||
"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", | ||
"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", | ||
"devDependencies": {}, | ||
"es2015": "@syncfusion/ej2-angular-popups.js", | ||
"homepage": "https://www.syncfusion.com/angular-components", | ||
@@ -95,3 +80,5 @@ "keywords": [ | ||
"license": "SEE LICENSE IN license", | ||
"module": "fesm2015/syncfusion-ej2-angular-popups.mjs", | ||
"main": "dist/ej2-angular-popups.umd.js", | ||
"metadata": "ej2-angular-popups.metadata.json", | ||
"module": "@syncfusion/ej2-angular-popups.es5.js", | ||
"name": "@syncfusion/ej2-angular-popups", | ||
@@ -104,4 +91,4 @@ "repository": { | ||
"sideEffects": false, | ||
"typings": "syncfusion-ej2-angular-popups.d.ts", | ||
"version": "27.1.56" | ||
"typings": "ej2-angular-popups.d.ts", | ||
"version": "27.1.57-ngcc" | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.pkgName = '@syncfusion/ej2-angular-popups'; | ||
exports.pkgVer = '^27.1.56'; | ||
exports.pkgVer = '^27.1.57'; | ||
exports.moduleName = 'DialogModule, TooltipModule'; | ||
exports.themeVer = '~27.1.56'; | ||
exports.themeVer = '~27.1.57'; |
export const pkgName = '@syncfusion/ej2-angular-popups'; | ||
export const pkgVer = '^27.1.56'; | ||
export const pkgVer = '^27.1.57'; | ||
export const moduleName = 'DialogModule, TooltipModule'; | ||
export const themeVer = '~27.1.56'; | ||
export const themeVer = '~27.1.57'; |
import { ViewContainerRef } from '@angular/core'; | ||
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; | ||
import * as i0 from "@angular/core"; | ||
/** | ||
@@ -38,4 +37,2 @@ * '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>; | ||
} | ||
@@ -48,4 +45,2 @@ /** | ||
constructor(); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonsDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<ButtonsDirective, "ejs-dialog>e-buttons", never, {}, {}, ["children"]>; | ||
} |
@@ -1,4 +0,1 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "@angular/common"; | ||
import * as i2 from "./dialog.module"; | ||
/** | ||
@@ -8,5 +5,2 @@ * 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,3 +5,2 @@ 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[]; | ||
@@ -82,4 +81,2 @@ 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"], ["*"]>; | ||
} |
@@ -1,5 +0,1 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./dialog.component"; | ||
import * as i2 from "./buttons.directive"; | ||
import * as i3 from "@angular/common"; | ||
/** | ||
@@ -9,5 +5,2 @@ * 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>; | ||
} |
@@ -1,4 +0,1 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "@angular/common"; | ||
import * as i2 from "./tooltip.module"; | ||
/** | ||
@@ -8,5 +5,2 @@ * 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[]; | ||
@@ -46,4 +45,2 @@ 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"], ["*"]>; | ||
} |
@@ -1,4 +0,1 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./tooltip.component"; | ||
import * as i2 from "@angular/common"; | ||
/** | ||
@@ -8,5 +5,2 @@ * 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>; | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
217693
1590
262
80
2
+ Added@syncfusion/ej2-popups@27.1.57(transitive)
- Removed@syncfusion/ej2-popups@27.1.56(transitive)