ngx-sp-infra 5.13.5 → 5.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/ngx-sp-infra.mjs +66 -34
- package/fesm2022/ngx-sp-infra.mjs.map +1 -1
- package/lib/infra.module.d.ts +6 -5
- package/lib/modules/lib-views.module.d.ts +4 -3
- package/lib/modules/lib-widgets.module.d.ts +1 -2
- package/lib/widgets/contador-caracteres/contador-caracteres.component.d.ts +11 -0
- package/package.json +1 -1
- package/public-api.d.ts +26 -24
- /package/lib/{widgets → components}/footer/footer.component.d.ts +0 -0
- /package/lib/{views → components}/lib-authentication-config/components/lib-authentication-config.component.d.ts +0 -0
- /package/lib/{views → components}/lib-authentication-config/models/InfraAuthentication.d.ts +0 -0
- /package/lib/{views → components}/lib-authentication-config/models/RadioOption.d.ts +0 -0
- /package/lib/{views → components}/lib-authentication-config/models/RetInfraAuthentication.d.ts +0 -0
- /package/lib/{views → components}/lib-authentication-config/models/RetRadioOptions.d.ts +0 -0
- /package/lib/{views → components}/lib-authentication-config/services/infra-authentication.service.d.ts +0 -0
- /package/lib/{views → components}/lib-config-senha/lib-config-senha.component.d.ts +0 -0
- /package/lib/{views → components}/lib-integracao-ldap/components/lib-integracao-ldap.component.d.ts +0 -0
- /package/lib/{views → components}/lib-integracao-ldap/models/InfraLDAP.d.ts +0 -0
- /package/lib/{views → components}/lib-integracao-ldap/models/LDAPValidateUser.d.ts +0 -0
- /package/lib/{views → components}/lib-integracao-ldap/models/RetInfraLDAP.d.ts +0 -0
- /package/lib/{views → components}/lib-integracao-ldap/services/integracao-ad-ldap.service.d.ts +0 -0
- /package/lib/{views → components}/lib-integracoes-externas/components/lib-integracoes-externas.component.d.ts +0 -0
- /package/lib/{views → components}/lib-integracoes-externas/models/2Ws/RetIntegracaoAzureSSO.d.ts +0 -0
- /package/lib/{views → components}/lib-integracoes-externas/models/3Rn/IntegracaoAzureSSORecord.d.ts +0 -0
- /package/lib/{views → components}/lib-integracoes-externas/models/3Rn/IntegrationAzureSSOForm.d.ts +0 -0
- /package/lib/{views → components}/lib-integracoes-externas/models/3Rn/IntegrationParameterRecord.d.ts +0 -0
- /package/lib/{views → components}/lib-integracoes-externas/services/cadastro-integracoes-externas.service.d.ts +0 -0
- /package/lib/{views → components}/logs-api/components/detalhes-log-api/detalhes-log-api.component.d.ts +0 -0
- /package/lib/{views → components}/logs-api/components/home-log-api/home-log-api.component.d.ts +0 -0
- /package/lib/{views → components}/logs-api/models/logs-api.d.ts +0 -0
- /package/lib/{views → components}/logs-api/models/ret-log-api.d.ts +0 -0
- /package/lib/{views → components}/logs-api/models/ret-logs-api.d.ts +0 -0
- /package/lib/{views → components}/logs-api/models/search-log-api.d.ts +0 -0
- /package/lib/{views → components}/logs-api/services/logs-api.service.d.ts +0 -0
- /package/lib/{views → components}/logs-data-access/components/detalhes-log-data-access/detalhes-log-data-access.component.d.ts +0 -0
- /package/lib/{views → components}/logs-data-access/components/home-log-data-access/home-log-data-access.component.d.ts +0 -0
- /package/lib/{views → components}/logs-data-access/models/logs-data-access.d.ts +0 -0
- /package/lib/{views → components}/logs-data-access/models/ret-log-data-access.d.ts +0 -0
- /package/lib/{views → components}/logs-data-access/models/ret-logs-data-access.d.ts +0 -0
- /package/lib/{views → components}/logs-data-access/models/search-log-data-access.d.ts +0 -0
- /package/lib/{views → components}/logs-data-access/services/logs-data-access.service.d.ts +0 -0
- /package/lib/{views → components}/logs-email/components/detalhes-log-email/detalhes-log-email.component.d.ts +0 -0
- /package/lib/{views → components}/logs-email/components/home-log-email/home-log-email.component.d.ts +0 -0
- /package/lib/{views → components}/logs-email/models/logs-email.d.ts +0 -0
- /package/lib/{views → components}/logs-email/models/ret-log-email.d.ts +0 -0
- /package/lib/{views → components}/logs-email/models/ret-logs-email.d.ts +0 -0
- /package/lib/{views → components}/logs-email/models/search-log-email.d.ts +0 -0
- /package/lib/{views → components}/logs-email/services/logs-email.service.d.ts +0 -0
- /package/lib/{views → components}/logs-geral/components/detalhes-logs-geral/detalhes-logs-geral.component.d.ts +0 -0
- /package/lib/{views → components}/logs-geral/components/home-logs-geral/home-logs-geral.component.d.ts +0 -0
- /package/lib/{views → components}/logs-geral/models/logs-geral.d.ts +0 -0
- /package/lib/{views → components}/logs-geral/models/ret-log-geral.d.ts +0 -0
- /package/lib/{views → components}/logs-geral/models/ret-logs-geral.d.ts +0 -0
- /package/lib/{views → components}/logs-geral/models/search-log-geral.d.ts +0 -0
- /package/lib/{views → components}/logs-geral/services/logs-geral.service.d.ts +0 -0
- /package/lib/{views → components}/logs-report/components/detalhes-logs-report/detalhes-logs-report.component.d.ts +0 -0
- /package/lib/{views → components}/logs-report/components/home-logs-report/home-logs-report.component.d.ts +0 -0
- /package/lib/{views → components}/logs-report/models/logs-report.d.ts +0 -0
- /package/lib/{views → components}/logs-report/models/ret-log-report.d.ts +0 -0
- /package/lib/{views → components}/logs-report/models/ret-logs-report.d.ts +0 -0
- /package/lib/{views → components}/logs-report/models/search-log-report.d.ts +0 -0
- /package/lib/{views → components}/logs-report/services/logs-report.service.d.ts +0 -0
- /package/lib/{views → components}/logs-timer/components/detalhes-log-timer/detalhes-log-timer.component.d.ts +0 -0
- /package/lib/{views → components}/logs-timer/components/home-log-timer/home-log-timer.component.d.ts +0 -0
- /package/lib/{views → components}/logs-timer/models/logs-timer.d.ts +0 -0
- /package/lib/{views → components}/logs-timer/models/ret-log-timer.d.ts +0 -0
- /package/lib/{views → components}/logs-timer/models/ret-logs-timer.d.ts +0 -0
- /package/lib/{views → components}/logs-timer/models/search-log-timer.d.ts +0 -0
- /package/lib/{views → components}/logs-timer/services/logs-timer.service.d.ts +0 -0
- /package/lib/{views → components}/logs-ws/components/detalhes-log-ws/detalhes-log-ws.component.d.ts +0 -0
- /package/lib/{views → components}/logs-ws/components/home-log-ws/home-logs-ws.component.d.ts +0 -0
- /package/lib/{views → components}/logs-ws/models/logs-ws.d.ts +0 -0
- /package/lib/{views → components}/logs-ws/models/ret-log-ws.d.ts +0 -0
- /package/lib/{views → components}/logs-ws/models/ret-logs-ws.d.ts +0 -0
- /package/lib/{views → components}/logs-ws/models/search-log-ws.d.ts +0 -0
- /package/lib/{views → components}/logs-ws/services/logs-ws.service.d.ts +0 -0
- /package/lib/{views → components}/page-not-authorized/page-not-authorized.component.d.ts +0 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.