@syncfusion/ej2-angular-popups
Advanced tools
Comparing version 25.2.3-ngcc to 25.2.3
@@ -5,3 +5,3 @@ { | ||
"_inBundle": false, | ||
"_integrity": "sha512-tHX/QX6oCfZucGFBT8OuTEmZxJ85DTXTYY90/XWT8apqPCyRtuRzJk3SFzkk/dqbxoQsN+Us2OCZnsh20LiL9Q==", | ||
"_integrity": "sha512-RqMZgaacMvc7M7r4Lb3ycbD9uGHsiS+KQn8tDKjB5GjefYf0WmUQln5DnaPqx0pa8447o0LF6et5VD4o0MMagg==", | ||
"_location": "/@syncfusion/ej2-angular-popups", | ||
@@ -23,6 +23,6 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-popups/-/ej2-angular-popups-25.1.42.tgz", | ||
"_shasum": "9191112708ade848632e3aacaec32bcc913644d3", | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-popups/-/ej2-angular-popups-25.1.42.tgz", | ||
"_shasum": "565f7206faeefe196baaaa754dfe78c9b171fb32", | ||
"_spec": "@syncfusion/ej2-angular-popups@*", | ||
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included", | ||
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/ivypackages/included", | ||
"author": { | ||
@@ -38,8 +38,24 @@ "name": "Syncfusion Inc." | ||
"@syncfusion/ej2-base": "~25.2.3", | ||
"@syncfusion/ej2-popups": "25.2.3" | ||
"@syncfusion/ej2-popups": "25.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": "25.2.3-ngcc" | ||
"typings": "syncfusion-ej2-angular-popups.d.ts", | ||
"version": "25.2.3" | ||
} |
@@ -1,18 +0,18 @@ | ||
var fs = require("fs"); | ||
var glob = require("glob"); | ||
// var fs = require("fs"); | ||
// var glob = require("glob"); | ||
var selectors = ['ejs-dialog','ejs-tooltip']; | ||
// // selectors | ||
if (process.env.tagName !== undefined) { | ||
var newTagPrefix = process.env.tagName.trim(); | ||
var files = glob.sync("./@syncfusion/*"); | ||
for (var i = 0; i < files.length; i++) { | ||
var sourceFile = fs.readFileSync(files[i], "utf8"); | ||
for (var j = 0; j < selectors.length; j++) { | ||
selectors[j] = selectors[j].replace('[','').replace(']',''); | ||
var tagRegex = new RegExp(selectors[j], "g"); | ||
sourceFile = sourceFile.replace(tagRegex,selectors[j].replace("ejs", newTagPrefix)); | ||
} | ||
fs.writeFileSync(files[i], sourceFile, "utf8"); | ||
} | ||
} | ||
// if (process.env.tagName !== undefined) { | ||
// var newTagPrefix = process.env.tagName.trim(); | ||
// var files = glob.sync("./@syncfusion/*"); | ||
// for (var i = 0; i < files.length; i++) { | ||
// var sourceFile = fs.readFileSync(files[i], "utf8"); | ||
// for (var j = 0; j < selectors.length; j++) { | ||
// selectors[j] = selectors[j].replace('[','').replace(']',''); | ||
// var tagRegex = new RegExp(selectors[j], "g"); | ||
// sourceFile = sourceFile.replace(tagRegex,selectors[j].replace("ejs", newTagPrefix)); | ||
// } | ||
// fs.writeFileSync(files[i], sourceFile, "utf8"); | ||
// } | ||
// } |
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>; | ||
} |
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
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
275
0
0
209308
4
2437
+ Addedtslib@^2.3.0
+ Addedtslib@2.8.1(transitive)