Gathering detailed insights and metrics for @finlexlabs/file-manager
Gathering detailed insights and metrics for @finlexlabs/file-manager
npm install @finlexlabs/file-manager
Typescript
Module System
Node Version
NPM Version
Cumulative downloads
Total Downloads
Last day
0%
2
Compared to previous day
Last week
-87.9%
4
Compared to previous week
Last month
4,000%
82
Compared to previous month
Last year
-54.2%
617
Compared to previous year
4
Library Name: finlex-file-manager Package Name: @finlexlabs/file-manager Repo Name: fx-ng-components
Go to src/finlex-file-manager/package.json
Rename package name from finlex-file-manager
to @finlexlabs/file-manager
npm run build:file-manager
It will build finlex-file-manager using ng-packagr.
The build artifacts will be stored in the dist/
directory.
After building your library with npm run build:file-manager
, go to the dist folder cd dist/finlex-file-manager
and run npm publish
.
--
The display config has the following properties which can be used to hide specific elements:
Additionally following properties can also be passed to change the look and feel
An example of display config.
fileManagerDisplayConfig: FileManagerDisplayConfig = {
hide: {
informationBar: true,
fileSize: true,
category: true,
deleteButton: true,
},
disableHoverMode: true,
fileIcon: 'picture_as_pdf',
themeColor: '#FF0000',
}
No vulnerabilities found.
No security vulnerabilities found.