0.0.3 • Published 3 years ago

filter-dialog-d1 v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

FilterDialogD1

This library was generated with Angular CLI version 12.0.2.

Code scaffolding

Run ng generate component component-name --project filter-dialog-d1 to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project filter-dialog-d1.

Note: Don't forget to add --project filter-dialog-d1 or else it will be added to the default project in your angular.json file.

Build

Run ng build filter-dialog-d1 to build the project. The build artifacts will be stored in the dist/ directory.

Publishing

After building your library with ng build filter-dialog-d1, go to the dist folder cd dist/filter-dialog-d1 and run npm publish.

Running unit tests

Run ng test filter-dialog-d1 to execute the unit tests via Karma.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

Abstract

Filter-dialog-d1 displays a filter dialog which can be used to select multiple (multiple columnsrows) values which gets emiited upon clicking done button.

Inputs

columnLoadUrl - Api url to load further rows in a column. By default few rows gets displayed per column.

token - Bearer token for Authentication

itemData - Input data array of columns.

Output

filterResponse - Emits array of selected rows in each column.

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago