1.0.12 • Published 6 years ago

@id3/bioseal-display v1.0.12

Weekly downloads
-
License
-
Repository
-
Last release
6 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
1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago