1.0.7 • Published 4 years ago

bioseal-display v1.0.7

Weekly downloads
6
License
-
Repository
-
Last release
4 years ago

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