Socket
Socket
Sign inDemoInstall

@id3/bioseal-display

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@id3/bioseal-display

Bioseal display is a library that shows bioseal data, into customable fields. dynamic and responsive.


Version published
Weekly downloads
2
decreased by-81.82%
Maintainers
3
Weekly downloads
 
Created
Source

BiosealDisplay

Bioseal display is a library that shows bioseal data, into customable fields. dynamic and responsive.

Installation

npm install @id3/bioseal-display

Usage

The library contains an uploader component styled with the standards of id3 technologies.

Import the module in your app.module.ts:

import {BiosealDisplayModule} from '@id3/bioseal-display';

You can now use the display component

 const displayDialog = this.dialog.open(BioSealInformationComponent, {panelClass: 'custom-dialog-container',
              maxWidth: '100%', height: '100%', data: {res}});

the components has arguments to load images and values inside the upload component.

  • backgroundColor //background color
  • unlockMessage = // message for the unblur button
  • checkMessage = //message for checking new bioseal
  • iconCancelDisplay //icon of closing
  • validIcon //chip icon for validation
  • revokeIcon //chip icon for revoked values
  • lockIcon //lock icon for unblur button

FAQs

Package last updated on 12 Dec 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc