@syncfusion/ej2-angular-notifications
Advanced tools
Comparing version 27.1.48-ngcc to 27.1.48
@@ -5,3 +5,3 @@ { | ||
"_inBundle": false, | ||
"_integrity": "sha512-X5/kxlARN0DSSjVMEAd4F4YJqcfjn1C4OvnJyIZ1tPn1p8a36wAa1Q+FwIIABBy+ITTuVEPLset5aWrmJvSWzA==", | ||
"_integrity": "sha512-8X8CBu+9gC42gZeJNsh43PmktDh2c6XKqIXNTrOE7HdKxhGJYHNwD2fdFBgR3dlOhFzzcHMgEQTTWLDdDWi8/A==", | ||
"_location": "/@syncfusion/ej2-angular-notifications", | ||
@@ -23,6 +23,6 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-angular-notifications/-/ej2-angular-notifications-21.5.2.tgz", | ||
"_shasum": "59565a2c7a9c7751c20717d9ad52cf302afdbab2", | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-release/@syncfusion/ej2-angular-notifications/-/ej2-angular-notifications-21.5.2.tgz", | ||
"_shasum": "8cc2bb84b52ac0d36c36980286b18bbe1679e0b5", | ||
"_spec": "@syncfusion/ej2-angular-notifications@*", | ||
"_where": "/jenkins/workspace/elease-automation_release_27.1.1/packages/included", | ||
"_where": "/jenkins/workspace/elease-automation_release_27.1.1/ivypackages/included", | ||
"author": { | ||
@@ -38,8 +38,24 @@ "name": "Syncfusion Inc." | ||
"@syncfusion/ej2-base": "~27.1.48", | ||
"@syncfusion/ej2-notifications": "27.1.48" | ||
"@syncfusion/ej2-notifications": "27.1.48", | ||
"tslib": "^2.3.0" | ||
}, | ||
"deprecated": false, | ||
"description": "A package of Essential JS 2 notification components such as Toast and Badge which used to notify important information to end-users. for Angular", | ||
"devDependencies": {}, | ||
"es2015": "@syncfusion/ej2-angular-notifications.js", | ||
"es2020": "fesm2020/syncfusion-ej2-angular-notifications.mjs", | ||
"esm2020": "esm2020/syncfusion-ej2-angular-notifications.mjs", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./syncfusion-ej2-angular-notifications.d.ts", | ||
"esm2020": "./esm2020/syncfusion-ej2-angular-notifications.mjs", | ||
"es2020": "./fesm2020/syncfusion-ej2-angular-notifications.mjs", | ||
"es2015": "./fesm2015/syncfusion-ej2-angular-notifications.mjs", | ||
"node": "./fesm2015/syncfusion-ej2-angular-notifications.mjs", | ||
"default": "./fesm2020/syncfusion-ej2-angular-notifications.mjs" | ||
} | ||
}, | ||
"fesm2015": "fesm2015/syncfusion-ej2-angular-notifications.mjs", | ||
"fesm2020": "fesm2020/syncfusion-ej2-angular-notifications.mjs", | ||
"homepage": "https://www.syncfusion.com/angular-components", | ||
@@ -65,5 +81,3 @@ "keywords": [ | ||
"license": "SEE LICENSE IN license", | ||
"main": "dist/ej2-angular-notifications.umd.js", | ||
"metadata": "ej2-angular-notifications.metadata.json", | ||
"module": "@syncfusion/ej2-angular-notifications.es5.js", | ||
"module": "fesm2015/syncfusion-ej2-angular-notifications.mjs", | ||
"name": "@syncfusion/ej2-angular-notifications", | ||
@@ -76,4 +90,4 @@ "repository": { | ||
"sideEffects": false, | ||
"typings": "ej2-angular-notifications.d.ts", | ||
"version": "27.1.48-ngcc" | ||
"typings": "syncfusion-ej2-angular-notifications.d.ts", | ||
"version": "27.1.48" | ||
} |
@@ -0,1 +1,4 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "@angular/common"; | ||
import * as i2 from "./message.module"; | ||
/** | ||
@@ -5,2 +8,5 @@ * NgModule definition for the Message component with providers. | ||
export declare class MessageAllModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<MessageAllModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<MessageAllModule, never, [typeof i1.CommonModule, typeof i2.MessageModule], [typeof i2.MessageModule]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<MessageAllModule>; | ||
} |
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core'; | ||
import { IComponentBase } from '@syncfusion/ej2-angular-base'; | ||
import { Message } from '@syncfusion/ej2-notifications'; | ||
import * as i0 from "@angular/core"; | ||
export declare const inputs: string[]; | ||
@@ -39,2 +40,4 @@ export declare const outputs: string[]; | ||
addTwoWay: (propList: string[]) => void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<MessageComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<MessageComponent, "ejs-message", never, { "content": "content"; "cssClass": "cssClass"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "locale": "locale"; "severity": "severity"; "showCloseIcon": "showCloseIcon"; "showIcon": "showIcon"; "variant": "variant"; "visible": "visible"; }, { "closed": "closed"; "created": "created"; "destroyed": "destroyed"; }, ["content"], ["*"]>; | ||
} |
@@ -0,1 +1,4 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./message.component"; | ||
import * as i2 from "@angular/common"; | ||
/** | ||
@@ -5,2 +8,5 @@ * NgModule definition for the Message component. | ||
export declare class MessageModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<MessageModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<MessageModule, [typeof i1.MessageComponent], [typeof i2.CommonModule], [typeof i1.MessageComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<MessageModule>; | ||
} |
@@ -0,1 +1,4 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "@angular/common"; | ||
import * as i2 from "./skeleton.module"; | ||
/** | ||
@@ -5,2 +8,5 @@ * NgModule definition for the Skeleton component with providers. | ||
export declare class SkeletonAllModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonAllModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<SkeletonAllModule, never, [typeof i1.CommonModule, typeof i2.SkeletonModule], [typeof i2.SkeletonModule]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<SkeletonAllModule>; | ||
} |
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core'; | ||
import { IComponentBase } from '@syncfusion/ej2-angular-base'; | ||
import { Skeleton } from '@syncfusion/ej2-notifications'; | ||
import * as i0 from "@angular/core"; | ||
export declare const inputs: string[]; | ||
@@ -27,2 +28,4 @@ export declare const outputs: string[]; | ||
addTwoWay: (propList: string[]) => void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<SkeletonComponent, "ejs-skeleton", never, { "cssClass": "cssClass"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "height": "height"; "label": "label"; "locale": "locale"; "shape": "shape"; "shimmerEffect": "shimmerEffect"; "visible": "visible"; "width": "width"; }, {}, never, never>; | ||
} |
@@ -0,1 +1,4 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./skeleton.component"; | ||
import * as i2 from "@angular/common"; | ||
/** | ||
@@ -5,2 +8,5 @@ * NgModule definition for the Skeleton component. | ||
export declare class SkeletonModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<SkeletonModule, [typeof i1.SkeletonComponent], [typeof i2.CommonModule], [typeof i1.SkeletonComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<SkeletonModule>; | ||
} |
import { ViewContainerRef } from '@angular/core'; | ||
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; | ||
import * as i0 from "@angular/core"; | ||
/** | ||
@@ -26,2 +27,4 @@ * 'e-button' directive represent a button of angular toast | ||
constructor(viewContainerRef: ViewContainerRef); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonModelPropDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<ButtonModelPropDirective, "e-buttonmodelprops>e-buttonmodelprop", never, { "model": "model"; }, { "click": "click"; }, never>; | ||
} | ||
@@ -34,2 +37,4 @@ /** | ||
constructor(); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonModelPropsDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<ButtonModelPropsDirective, "ejs-toast>e-buttonmodelprops", never, {}, {}, ["children"]>; | ||
} |
@@ -0,1 +1,4 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "@angular/common"; | ||
import * as i2 from "./toast.module"; | ||
/** | ||
@@ -5,2 +8,5 @@ * NgModule definition for the Toast component with providers. | ||
export declare class ToastAllModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ToastAllModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<ToastAllModule, never, [typeof i1.CommonModule, typeof i2.ToastModule], [typeof i2.ToastModule]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<ToastAllModule>; | ||
} |
@@ -5,2 +5,3 @@ import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@angular/core'; | ||
import { ButtonModelPropsDirective } from './buttons.directive'; | ||
import * as i0 from "@angular/core"; | ||
export declare const inputs: string[]; | ||
@@ -64,2 +65,4 @@ export declare const outputs: string[]; | ||
addTwoWay: (propList: string[]) => void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ToastComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<ToastComponent, "ejs-toast", never, { "animation": "animation"; "buttons": "buttons"; "content": "content"; "cssClass": "cssClass"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "extendedTimeout": "extendedTimeout"; "height": "height"; "icon": "icon"; "locale": "locale"; "newestOnTop": "newestOnTop"; "position": "position"; "progressDirection": "progressDirection"; "showCloseButton": "showCloseButton"; "showProgressBar": "showProgressBar"; "target": "target"; "template": "template"; "timeOut": "timeOut"; "title": "title"; "width": "width"; }, { "beforeClose": "beforeClose"; "beforeOpen": "beforeOpen"; "beforeSanitizeHtml": "beforeSanitizeHtml"; "click": "click"; "close": "close"; "created": "created"; "destroyed": "destroyed"; "open": "open"; }, ["title", "content", "template", "childButtons"], ["*"]>; | ||
} |
@@ -0,1 +1,5 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./toast.component"; | ||
import * as i2 from "./buttons.directive"; | ||
import * as i3 from "@angular/common"; | ||
/** | ||
@@ -5,2 +9,5 @@ * NgModule definition for the Toast component. | ||
export declare class ToastModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ToastModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<ToastModule, [typeof i1.ToastComponent, typeof i2.ButtonModelPropDirective, typeof i2.ButtonModelPropsDirective], [typeof i3.CommonModule], [typeof i1.ToastComponent, typeof i2.ButtonModelPropDirective, typeof i2.ButtonModelPropsDirective]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<ToastModule>; | ||
} |
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
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
273
0
100
0
208675
4
1609
+ Addedtslib@^2.3.0
+ Addedtslib@2.8.1(transitive)