TOTVS Healthcare Components
Atualização para o Angular 18
- totvs-gps-custom
- totvs-gps-services
- totvs-gps-utils
- totvs-gps-zoom
- totvs-gps-controls
- totvs-gps-crud
- totvs-gps-controls
- GpsMassUpdate: Tratamento para arquivos para upload com 500 linhas ou mais.
- GpsMassUpdate: Redução no limite padrão do arquivo para 1mb.
- totvs-gps-controls
- GpsMassUpdate: Tratamento para arquivos para upload com 500 linhas ou mais.
- GpsMassUpdate: Redução no limite padrão do arquivo para 1mb.
- TotvsGpsSmartViewService
- Serviço para geração de relatórios com Smartview utilizando api fornecida pelo framework Datasul
- TotvsGpsSmartViewService
- Serviço para geração de relatórios com Smartview utilizando api fornecida pelo framework Datasul
Angular 6/7 compatibility
Angular 8 compatibility
Angular 9 compatibility
Angular 10 compatibility
Angular 11 compatibility
Angular 15 compatibility
Angular 18 compatibility
- gps-page-list: removed p-filter property
- gps-mass-update: created component
- Angular version: updated to version 15
- Angular version: updated to version 18
- Get/Post/Put/Delete service factory
- Http Interceptor for Datasul-REST
- GenericZoom
- Cache Service
- From version 15.0.5 it is possible to send HTTPClient.options to the get, post, put and delete methods.
- Change the version number in projects/totvs-gps-services/package.json.
- Run
npm run build_services
to build the project. The build artifacts will be stored in thedist/totvs-gps-services
directory. - Run
npm publish ./dist/totvs-gps-services/totvs-gps-services-X.Y.Z.tgz
to publish the pachage.
- Form validator
- GPS components
- Change the version number in projects/totvs-gps-controls/package.json.
- Run
npm run build_controls
to build the project. The build artifacts will be stored in thedist/totvs-gps-controls
directory. - Run
npm publish ./dist/totvs-gps-controls/totvs-gps-controls-X.Y.Z.tgz
to publish the pachage.
- TotvsGpsDateUtils to manipulate Date objects
- TotvsGpsJsonUtils to manipulate JSON objects
- TotvsStringUtils
- TotvsMaskString
- GpsMaintenanceUrl to manipulate and generate url's used on CRUD
- Change the version number in projects/totvs-gps-utils/package.json.
- Run
npm run build_utils
to build the project. The build artifacts will be stored in thedist/totvs-gps-utils
directory. - Run
npm publish ./dist/totvs-gps-utils/totvs-gps-utils-X.Y.Z.tgz
to publish the pachage.
- GPSPageFilter - controller for page filter (size,page,disclairmer) and other properties sended on GET request e.g. fiels, expands, query
- GPSPageNavigation - Controller used to navigate through page routes
- GpsCRUDListModel - Model used on CRUD list page
- GpsCRUDMaintenancePage - Controller that is responsible to store active route and to instanciate object on CRUD Edit\Detail Pages.
- Change the version number in projects/totvs-gps-crud/package.json.
- Run
npm run build_crud
to build the project. The build artifacts will be stored in thedist/totvs-gps-crud
directory. - Run
npm publish ./dist/totvs-gps-crud/totvs-gps-crud-X.Y.Z.tgz
to publish the pachage.