@syncfusion/ej2-angular-filemanager
Advanced tools
Comparing version 25.1.39-ngcc to 25.1.39
@@ -5,3 +5,3 @@ { | ||
"_inBundle": false, | ||
"_integrity": "sha512-tTepbi1ZLHS80DgLbY46aUq9EhX6empLMXpAdQYtKzKKaPRrzD4CHy6KqQ+A2mmoXzJjMnSG6v16Jxeaw63oAg==", | ||
"_integrity": "sha512-DyG/zQuH0ywbghTHYageweF53ml8TxAQfGm7SuQOPNjQpawgPReHhqo4Dc1XTXjiD3YQfA3HM0EGvdCAyNiCQA==", | ||
"_location": "/@syncfusion/ej2-angular-filemanager", | ||
@@ -23,6 +23,6 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-filemanager/-/ej2-angular-filemanager-25.1.38.tgz", | ||
"_shasum": "0719e30256d28a26dec8a35775c474e80e849558", | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-filemanager/-/ej2-angular-filemanager-25.1.38.tgz", | ||
"_shasum": "a913a3e3c20eb56c0e550aec089290567c4115cf", | ||
"_spec": "@syncfusion/ej2-angular-filemanager@*", | ||
"_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-filemanager": "25.1.39" | ||
"@syncfusion/ej2-filemanager": "25.1.39", | ||
"tslib": "^2.3.0" | ||
}, | ||
"deprecated": false, | ||
"description": "Essential JS 2 FileManager Component for Angular", | ||
"devDependencies": {}, | ||
"es2015": "@syncfusion/ej2-angular-filemanager.js", | ||
"es2020": "fesm2020/syncfusion-ej2-angular-filemanager.mjs", | ||
"esm2020": "esm2020/syncfusion-ej2-angular-filemanager.mjs", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./syncfusion-ej2-angular-filemanager.d.ts", | ||
"esm2020": "./esm2020/syncfusion-ej2-angular-filemanager.mjs", | ||
"es2020": "./fesm2020/syncfusion-ej2-angular-filemanager.mjs", | ||
"es2015": "./fesm2015/syncfusion-ej2-angular-filemanager.mjs", | ||
"node": "./fesm2015/syncfusion-ej2-angular-filemanager.mjs", | ||
"default": "./fesm2020/syncfusion-ej2-angular-filemanager.mjs" | ||
} | ||
}, | ||
"fesm2015": "fesm2015/syncfusion-ej2-angular-filemanager.mjs", | ||
"fesm2020": "fesm2020/syncfusion-ej2-angular-filemanager.mjs", | ||
"homepage": "https://www.syncfusion.com/angular-components", | ||
@@ -58,5 +74,3 @@ "keywords": [ | ||
"license": "SEE LICENSE IN license", | ||
"main": "dist/ej2-angular-filemanager.umd.js", | ||
"metadata": "ej2-angular-filemanager.metadata.json", | ||
"module": "@syncfusion/ej2-angular-filemanager.es5.js", | ||
"module": "fesm2015/syncfusion-ej2-angular-filemanager.mjs", | ||
"name": "@syncfusion/ej2-angular-filemanager", | ||
@@ -69,4 +83,4 @@ "repository": { | ||
"sideEffects": false, | ||
"typings": "ej2-angular-filemanager.d.ts", | ||
"version": "25.1.39-ngcc" | ||
"typings": "syncfusion-ej2-angular-filemanager.d.ts", | ||
"version": "25.1.39" | ||
} |
@@ -1,18 +0,18 @@ | ||
var fs = require("fs"); | ||
var glob = require("glob"); | ||
// var fs = require("fs"); | ||
// var glob = require("glob"); | ||
var selectors = ['ejs-filemanager']; | ||
// // 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 "./filemanager.module"; | ||
export declare const DetailsViewService: ValueProvider; | ||
@@ -13,2 +16,5 @@ export declare const NavigationPaneService: ValueProvider; | ||
export declare class FileManagerAllModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<FileManagerAllModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<FileManagerAllModule, never, [typeof i1.CommonModule, typeof i2.FileManagerModule], [typeof i2.FileManagerModule]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<FileManagerAllModule>; | ||
} |
@@ -5,2 +5,3 @@ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core'; | ||
import { ToolbarItemsDirective } from './toolbaritems.directive'; | ||
import * as i0 from "@angular/core"; | ||
export declare const inputs: string[]; | ||
@@ -55,2 +56,4 @@ export declare const outputs: string[]; | ||
addTwoWay: (propList: string[]) => void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<FileManagerComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<FileManagerComponent, "ejs-filemanager", never, { "ajaxSettings": "ajaxSettings"; "allowDragAndDrop": "allowDragAndDrop"; "allowMultiSelection": "allowMultiSelection"; "contextMenuSettings": "contextMenuSettings"; "cssClass": "cssClass"; "detailsViewSettings": "detailsViewSettings"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableVirtualization": "enableVirtualization"; "height": "height"; "locale": "locale"; "navigationPaneSettings": "navigationPaneSettings"; "path": "path"; "popupTarget": "popupTarget"; "rootAliasName": "rootAliasName"; "searchSettings": "searchSettings"; "selectedItems": "selectedItems"; "showFileExtension": "showFileExtension"; "showHiddenItems": "showHiddenItems"; "showItemCheckBoxes": "showItemCheckBoxes"; "showThumbnail": "showThumbnail"; "sortBy": "sortBy"; "sortComparer": "sortComparer"; "sortOrder": "sortOrder"; "toolbarItems": "toolbarItems"; "toolbarSettings": "toolbarSettings"; "uploadSettings": "uploadSettings"; "view": "view"; "width": "width"; }, { "beforeDownload": "beforeDownload"; "beforeImageLoad": "beforeImageLoad"; "beforePopupClose": "beforePopupClose"; "beforePopupOpen": "beforePopupOpen"; "beforeSend": "beforeSend"; "created": "created"; "destroyed": "destroyed"; "failure": "failure"; "fileDragStart": "fileDragStart"; "fileDragStop": "fileDragStop"; "fileDragging": "fileDragging"; "fileDropped": "fileDropped"; "fileLoad": "fileLoad"; "fileOpen": "fileOpen"; "fileSelect": "fileSelect"; "fileSelection": "fileSelection"; "menuClick": "menuClick"; "menuOpen": "menuOpen"; "popupClose": "popupClose"; "popupOpen": "popupOpen"; "success": "success"; "toolbarClick": "toolbarClick"; "toolbarCreate": "toolbarCreate"; "uploadListCreate": "uploadListCreate"; }, ["childToolbarItems"], never>; | ||
} |
@@ -0,1 +1,5 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./filemanager.component"; | ||
import * as i2 from "./toolbaritems.directive"; | ||
import * as i3 from "@angular/common"; | ||
/** | ||
@@ -5,2 +9,5 @@ * NgModule definition for the FileManager component. | ||
export declare class FileManagerModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<FileManagerModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<FileManagerModule, [typeof i1.FileManagerComponent, typeof i2.ToolbarItemDirective, typeof i2.ToolbarItemsDirective], [typeof i3.CommonModule], [typeof i1.FileManagerComponent, typeof i2.ToolbarItemDirective, typeof i2.ToolbarItemsDirective]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<FileManagerModule>; | ||
} |
import { ViewContainerRef } from '@angular/core'; | ||
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; | ||
import * as i0 from "@angular/core"; | ||
export declare class ToolbarItemDirective extends ComplexBase<ToolbarItemDirective> { | ||
@@ -137,2 +138,4 @@ private viewContainerRef; | ||
constructor(viewContainerRef: ViewContainerRef); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarItemDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<ToolbarItemDirective, "e-toolbaritems>e-toolbaritem", never, { "align": "align"; "cssClass": "cssClass"; "disabled": "disabled"; "htmlAttributes": "htmlAttributes"; "id": "id"; "name": "name"; "overflow": "overflow"; "prefixIcon": "prefixIcon"; "showAlwaysInPopup": "showAlwaysInPopup"; "showTextOn": "showTextOn"; "suffixIcon": "suffixIcon"; "tabIndex": "tabIndex"; "template": "template"; "text": "text"; "tooltipText": "tooltipText"; "type": "type"; "visible": "visible"; "width": "width"; }, {}, ["template"]>; | ||
} | ||
@@ -145,2 +148,4 @@ /** | ||
constructor(); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarItemsDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<ToolbarItemsDirective, "ejs-filemanager>e-toolbaritems", never, {}, {}, ["children"]>; | ||
} |
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
154
0
0
197950
4
2054
+ Addedtslib@^2.3.0
+ Addedtslib@2.8.1(transitive)