1.0.12 • Published 4 years ago

@id3/bioseal-display v1.0.12

Weekly downloads
-
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
1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago