@syncfusion/ej2-angular-lists
Advanced tools
Comparing version 25.1.41-ngcc to 25.1.41
@@ -5,3 +5,3 @@ { | ||
"_inBundle": false, | ||
"_integrity": "sha512-R1d3ky1E34sUoOfuIDbncbVZIb3/IzksbZPUJOWIh6o+Y2bdMPwAEn3otDIrEnyoKMjlK4N3jaKSgiJ34tChKQ==", | ||
"_integrity": "sha512-1iCU0vG3HnT0ItdaP6sf5PY1kOVWzhhHH+2MO94kv5ReGRQYCi6aiZqsNzh7xEw2ad45CugLDkQ8a2fpahIoQg==", | ||
"_location": "/@syncfusion/ej2-angular-lists", | ||
@@ -23,6 +23,6 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-lists/-/ej2-angular-lists-25.1.39.tgz", | ||
"_shasum": "8f4b45333be7710f78cfe68e346da8c4fa7e5881", | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-lists/-/ej2-angular-lists-25.1.39.tgz", | ||
"_shasum": "85b86b25f30d5e54f8b545855ab9369cbc5d0b70", | ||
"_spec": "@syncfusion/ej2-angular-lists@*", | ||
"_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.1.35", | ||
"@syncfusion/ej2-lists": "25.1.41" | ||
"@syncfusion/ej2-lists": "25.1.41", | ||
"tslib": "^2.3.0" | ||
}, | ||
"deprecated": false, | ||
"description": "The listview control allows you to select an item or multiple items from a list-like interface and represents the data in interactive hierarchical structure across different layouts or views. for Angular", | ||
"devDependencies": {}, | ||
"es2015": "@syncfusion/ej2-angular-lists.js", | ||
"es2020": "fesm2020/syncfusion-ej2-angular-lists.mjs", | ||
"esm2020": "esm2020/syncfusion-ej2-angular-lists.mjs", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./syncfusion-ej2-angular-lists.d.ts", | ||
"esm2020": "./esm2020/syncfusion-ej2-angular-lists.mjs", | ||
"es2020": "./fesm2020/syncfusion-ej2-angular-lists.mjs", | ||
"es2015": "./fesm2015/syncfusion-ej2-angular-lists.mjs", | ||
"node": "./fesm2015/syncfusion-ej2-angular-lists.mjs", | ||
"default": "./fesm2020/syncfusion-ej2-angular-lists.mjs" | ||
} | ||
}, | ||
"fesm2015": "fesm2015/syncfusion-ej2-angular-lists.mjs", | ||
"fesm2020": "fesm2020/syncfusion-ej2-angular-lists.mjs", | ||
"homepage": "https://www.syncfusion.com/angular-components", | ||
@@ -54,5 +70,3 @@ "keywords": [ | ||
"license": "SEE LICENSE IN license", | ||
"main": "dist/ej2-angular-lists.umd.js", | ||
"metadata": "ej2-angular-lists.metadata.json", | ||
"module": "@syncfusion/ej2-angular-lists.es5.js", | ||
"module": "fesm2015/syncfusion-ej2-angular-lists.mjs", | ||
"name": "@syncfusion/ej2-angular-lists", | ||
@@ -65,4 +79,4 @@ "repository": { | ||
"sideEffects": false, | ||
"typings": "ej2-angular-lists.d.ts", | ||
"version": "25.1.41-ngcc" | ||
"typings": "syncfusion-ej2-angular-lists.d.ts", | ||
"version": "25.1.41" | ||
} |
@@ -1,18 +0,18 @@ | ||
var fs = require("fs"); | ||
var glob = require("glob"); | ||
// var fs = require("fs"); | ||
// var glob = require("glob"); | ||
var selectors = ['ejs-listview']; | ||
// // 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 { ValueProvider } from '@angular/core'; | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "@angular/common"; | ||
import * as i2 from "./listview.module"; | ||
export declare const VirtualizationService: ValueProvider; | ||
@@ -7,2 +10,5 @@ /** | ||
export declare class ListViewAllModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ListViewAllModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<ListViewAllModule, never, [typeof i1.CommonModule, typeof i2.ListViewModule], [typeof i2.ListViewModule]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<ListViewAllModule>; | ||
} |
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core'; | ||
import { IComponentBase } from '@syncfusion/ej2-angular-base'; | ||
import { ListView } from '@syncfusion/ej2-lists'; | ||
import * as i0 from "@angular/core"; | ||
export declare const inputs: string[]; | ||
@@ -68,2 +69,4 @@ export declare const outputs: string[]; | ||
addTwoWay: (propList: string[]) => void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ListViewComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<ListViewComponent, "ejs-listview", never, { "animation": "animation"; "checkBoxPosition": "checkBoxPosition"; "cssClass": "cssClass"; "dataSource": "dataSource"; "enable": "enable"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableVirtualization": "enableVirtualization"; "fields": "fields"; "groupTemplate": "groupTemplate"; "headerTemplate": "headerTemplate"; "headerTitle": "headerTitle"; "height": "height"; "htmlAttributes": "htmlAttributes"; "locale": "locale"; "query": "query"; "showCheckBox": "showCheckBox"; "showHeader": "showHeader"; "showIcon": "showIcon"; "sortOrder": "sortOrder"; "template": "template"; "width": "width"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "scroll": "scroll"; "select": "select"; }, ["template", "groupTemplate", "headerTemplate"], never>; | ||
} |
@@ -0,1 +1,4 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./listview.component"; | ||
import * as i2 from "@angular/common"; | ||
/** | ||
@@ -5,2 +8,5 @@ * NgModule definition for the ListView component. | ||
export declare class ListViewModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ListViewModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<ListViewModule, [typeof i1.ListViewComponent], [typeof i2.CommonModule], [typeof i1.ListViewComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<ListViewModule>; | ||
} |
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
0
0
334091
4
2517
+ Addedtslib@^2.3.0
+ Addedtslib@2.8.1(transitive)