1.0.0-rc16 • Published 2 years ago

prime-ngx-ar v1.0.0-rc16

Weekly downloads
91
License
-
Repository
-
Last release
2 years ago

PrimeNgxAR

This library was generated with Angular CLI version 13.3.0.

Code scaffolding

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

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

Build

Run ng build prime-ngx-ar to build the project. The build artifacts will be stored in the dist/ directory.

Publishing

After building your library with ng build prime-ngx-ar, go to the dist folder cd dist/prime-ngx-ar and run npm publish.

Running unit tests

Run ng test prime-ngx-ar 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.

Installation

To install this library, run:

$ npm i prime-ngx-ar --save
$ npm i utilscore-ar --save
$ npm i primeng --save
$ npm i ngx-bootstrap --save

Modules

  • AuthModule
    • AuthGuard
    • AuthService
    • HttpBaseService
  • ListTemplateModule
    • ListManager
    • 			  <list-template></list-template>
      			  ```
      - Inputs:
        - showPagination: boolean = true
        - showToolbar: boolean = true
        - showHeader: boolean = true
        - showAddButton: boolean = true
        - showCardLayout: boolean = true
        - listTitle: string = "Lista"
        - addButtonLabel: string = "Agregar nuevo"
        - addButtonIcon: string = "fa fa-plus"
        - requestSetting = new RequestSetting()
        - pgRowsPerPage: number[] = []
        - pgMaxSize: number = 4
        - pgBoundaryLinks: boolean = true
        - pgPreviousText: string = "&lsaquo"
        - pgNextText: string = "&rsaquo"
        - pgFirstText: string = "&laquo"
        - pgLastText: string = "&raquo"
        - pgShowTotalRows: boolean = true
      - Outputs:
        - onActionChange = new EventEmitter()
  • SearchTemplateModule
    • 			  <search-template></search-template>
      			  ```
      - Inputs:
        - showPagination: boolean = true
        - modalSize: string = "modal-xl"
        - service: ServiceManager<any>
        - titleModal: string = "Busqueda"
        - filter: boolean = true
        - columns = new Array<SearchColumn>()
        - dataKey: string = ""
        - pgRowsPerPage = new Array<number>()
        - pgMaxSize: number = 4
        - pgBoundaryLinks: boolean = true
        - pgPreviousText: string = "&lsaquo"
        - pgNextText: string = "&rsaquo"
        - pgFirstText: string = "&laquo"
        - pgLastText: string = "&raquo"
        - pgShowTotalRows: boolean = true
      - Outputs:
        - onSearch = new EventEmitter()
  • SearchContentModule
    • 			  <search-content></search-content>
      			  ```
      - Inputs:
        - searchTitle: string = "Busqueda"
        - service: IServiceDataLoader<any>
        - columns: SearchColumn[]
        - value: any
        - host: string //'modal | overlay'
        - pgMaxSize: number = 4
        - pgBoundaryLinks: boolean = true
        - pgPreviousText: string = "&lsaquo"
        - pgNextText: string = "&rsaquo"
        - pgFirstText: string = "&laquo"
        - pgLastText: string = "&raquo"
        - pgShowTotalRows: boolean = true
        - method: string = "GetPage"
        - activeColumn: SearchColumn
      - Outputs:
        - onClose = new EventEmitter()
        - okAndNewChange = new EventEmitter<SearchColumn>()
    • SearchModalService
    • VisibleColumnsPipe
      • 					<ng-container> {{value | visibleCols}} </ng-container>
        					```
  • SearchOverlayModule
    • <search-overlay></search-overlay>
    - Inputs:
    - searchTitle: string
    - service: IServiceDataLoader<any>
    - columns: Array<SearchColumn>
    - value: any
    - Outputs:
    - onClose = new EventEmitter()
    - appInjector
    - ComponentManager
    - SearchService
    - ServiceManager<T>
    - ServiceBase
    - DataService
    - MsgBoxModule
      - ```html
    		  <msgbox-content></msgbox-content>
    		  ```
    - MsgBoxService
  • PaginationModule
    • 			<pagination-ar></pagination-ar>
      			```
      - Inputs:
        - page = new Page()
        - rowsPerPage: number[] = []
        - maxSize: number = 4
        - boundaryLinks: boolean = true
        - previousText: string = "&lsaquo"
        - nextText: string = "&rsaquo"
        - firstText: string = "&laquo"
        - lastText: string = "&raquo"
        - showTotalRows: boolean = true
        - showPageSize: boolean = true
      - Outputs:
        - onPaginate = new EventEmitter<Page>()
  • UploadButtonModule
    • UploadButtonService
    • 			<upload-btn></upload-btn>
      			```
      - Inputs:
        - btnLabel: string = "Cargar archivo"
        - btnClass: string = "btn-primary"
        - acceptFiles: string = ""
        - url: string = ""
        - maxSizeMB: number = 5
        - maxFiles: number = 1
        - icon: string = "fa-cloud-upload"
        - showIcon: boolean = true
      - Outputs:
        - onSuccess = new EventEmitter<any>()
        - onError = new EventEmitter<any>()

License

MIT © Desyco Logical Solutions

1.0.0-rc5

2 years ago

1.0.0-rc6

2 years ago

1.0.0-rc7

2 years ago

1.0.0-rc8

2 years ago

1.0.0-rc1

2 years ago

1.0.0-rc2

2 years ago

1.0.0-rc3

2 years ago

1.0.0-rc4

2 years ago

1.0.0-rc9

2 years ago

1.0.0-rc16

2 years ago

1.0.0-rc14

2 years ago

1.0.0-rc15

2 years ago

1.0.0-rc12

2 years ago

1.0.0-rc13

2 years ago

1.0.0-rc10

2 years ago

1.0.0-rc11

2 years ago

0.3.4

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.3

3 years ago

0.3.0

3 years ago

0.2.10

3 years ago

0.2.9

3 years ago

0.2.8

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.19

3 years ago

0.1.18

3 years ago

0.1.15

3 years ago

0.1.16

3 years ago

0.1.17

3 years ago

0.1.14

3 years ago

0.1.13

3 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.11

4 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago