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.
Files changed (77) hide show
  1. package/fesm2022/ngx-sp-infra.mjs +66 -34
  2. package/fesm2022/ngx-sp-infra.mjs.map +1 -1
  3. package/lib/infra.module.d.ts +6 -5
  4. package/lib/modules/lib-views.module.d.ts +4 -3
  5. package/lib/modules/lib-widgets.module.d.ts +1 -2
  6. package/lib/widgets/contador-caracteres/contador-caracteres.component.d.ts +11 -0
  7. package/package.json +1 -1
  8. package/public-api.d.ts +26 -24
  9. /package/lib/{widgets → components}/footer/footer.component.d.ts +0 -0
  10. /package/lib/{views → components}/lib-authentication-config/components/lib-authentication-config.component.d.ts +0 -0
  11. /package/lib/{views → components}/lib-authentication-config/models/InfraAuthentication.d.ts +0 -0
  12. /package/lib/{views → components}/lib-authentication-config/models/RadioOption.d.ts +0 -0
  13. /package/lib/{views → components}/lib-authentication-config/models/RetInfraAuthentication.d.ts +0 -0
  14. /package/lib/{views → components}/lib-authentication-config/models/RetRadioOptions.d.ts +0 -0
  15. /package/lib/{views → components}/lib-authentication-config/services/infra-authentication.service.d.ts +0 -0
  16. /package/lib/{views → components}/lib-config-senha/lib-config-senha.component.d.ts +0 -0
  17. /package/lib/{views → components}/lib-integracao-ldap/components/lib-integracao-ldap.component.d.ts +0 -0
  18. /package/lib/{views → components}/lib-integracao-ldap/models/InfraLDAP.d.ts +0 -0
  19. /package/lib/{views → components}/lib-integracao-ldap/models/LDAPValidateUser.d.ts +0 -0
  20. /package/lib/{views → components}/lib-integracao-ldap/models/RetInfraLDAP.d.ts +0 -0
  21. /package/lib/{views → components}/lib-integracao-ldap/services/integracao-ad-ldap.service.d.ts +0 -0
  22. /package/lib/{views → components}/lib-integracoes-externas/components/lib-integracoes-externas.component.d.ts +0 -0
  23. /package/lib/{views → components}/lib-integracoes-externas/models/2Ws/RetIntegracaoAzureSSO.d.ts +0 -0
  24. /package/lib/{views → components}/lib-integracoes-externas/models/3Rn/IntegracaoAzureSSORecord.d.ts +0 -0
  25. /package/lib/{views → components}/lib-integracoes-externas/models/3Rn/IntegrationAzureSSOForm.d.ts +0 -0
  26. /package/lib/{views → components}/lib-integracoes-externas/models/3Rn/IntegrationParameterRecord.d.ts +0 -0
  27. /package/lib/{views → components}/lib-integracoes-externas/services/cadastro-integracoes-externas.service.d.ts +0 -0
  28. /package/lib/{views → components}/logs-api/components/detalhes-log-api/detalhes-log-api.component.d.ts +0 -0
  29. /package/lib/{views → components}/logs-api/components/home-log-api/home-log-api.component.d.ts +0 -0
  30. /package/lib/{views → components}/logs-api/models/logs-api.d.ts +0 -0
  31. /package/lib/{views → components}/logs-api/models/ret-log-api.d.ts +0 -0
  32. /package/lib/{views → components}/logs-api/models/ret-logs-api.d.ts +0 -0
  33. /package/lib/{views → components}/logs-api/models/search-log-api.d.ts +0 -0
  34. /package/lib/{views → components}/logs-api/services/logs-api.service.d.ts +0 -0
  35. /package/lib/{views → components}/logs-data-access/components/detalhes-log-data-access/detalhes-log-data-access.component.d.ts +0 -0
  36. /package/lib/{views → components}/logs-data-access/components/home-log-data-access/home-log-data-access.component.d.ts +0 -0
  37. /package/lib/{views → components}/logs-data-access/models/logs-data-access.d.ts +0 -0
  38. /package/lib/{views → components}/logs-data-access/models/ret-log-data-access.d.ts +0 -0
  39. /package/lib/{views → components}/logs-data-access/models/ret-logs-data-access.d.ts +0 -0
  40. /package/lib/{views → components}/logs-data-access/models/search-log-data-access.d.ts +0 -0
  41. /package/lib/{views → components}/logs-data-access/services/logs-data-access.service.d.ts +0 -0
  42. /package/lib/{views → components}/logs-email/components/detalhes-log-email/detalhes-log-email.component.d.ts +0 -0
  43. /package/lib/{views → components}/logs-email/components/home-log-email/home-log-email.component.d.ts +0 -0
  44. /package/lib/{views → components}/logs-email/models/logs-email.d.ts +0 -0
  45. /package/lib/{views → components}/logs-email/models/ret-log-email.d.ts +0 -0
  46. /package/lib/{views → components}/logs-email/models/ret-logs-email.d.ts +0 -0
  47. /package/lib/{views → components}/logs-email/models/search-log-email.d.ts +0 -0
  48. /package/lib/{views → components}/logs-email/services/logs-email.service.d.ts +0 -0
  49. /package/lib/{views → components}/logs-geral/components/detalhes-logs-geral/detalhes-logs-geral.component.d.ts +0 -0
  50. /package/lib/{views → components}/logs-geral/components/home-logs-geral/home-logs-geral.component.d.ts +0 -0
  51. /package/lib/{views → components}/logs-geral/models/logs-geral.d.ts +0 -0
  52. /package/lib/{views → components}/logs-geral/models/ret-log-geral.d.ts +0 -0
  53. /package/lib/{views → components}/logs-geral/models/ret-logs-geral.d.ts +0 -0
  54. /package/lib/{views → components}/logs-geral/models/search-log-geral.d.ts +0 -0
  55. /package/lib/{views → components}/logs-geral/services/logs-geral.service.d.ts +0 -0
  56. /package/lib/{views → components}/logs-report/components/detalhes-logs-report/detalhes-logs-report.component.d.ts +0 -0
  57. /package/lib/{views → components}/logs-report/components/home-logs-report/home-logs-report.component.d.ts +0 -0
  58. /package/lib/{views → components}/logs-report/models/logs-report.d.ts +0 -0
  59. /package/lib/{views → components}/logs-report/models/ret-log-report.d.ts +0 -0
  60. /package/lib/{views → components}/logs-report/models/ret-logs-report.d.ts +0 -0
  61. /package/lib/{views → components}/logs-report/models/search-log-report.d.ts +0 -0
  62. /package/lib/{views → components}/logs-report/services/logs-report.service.d.ts +0 -0
  63. /package/lib/{views → components}/logs-timer/components/detalhes-log-timer/detalhes-log-timer.component.d.ts +0 -0
  64. /package/lib/{views → components}/logs-timer/components/home-log-timer/home-log-timer.component.d.ts +0 -0
  65. /package/lib/{views → components}/logs-timer/models/logs-timer.d.ts +0 -0
  66. /package/lib/{views → components}/logs-timer/models/ret-log-timer.d.ts +0 -0
  67. /package/lib/{views → components}/logs-timer/models/ret-logs-timer.d.ts +0 -0
  68. /package/lib/{views → components}/logs-timer/models/search-log-timer.d.ts +0 -0
  69. /package/lib/{views → components}/logs-timer/services/logs-timer.service.d.ts +0 -0
  70. /package/lib/{views → components}/logs-ws/components/detalhes-log-ws/detalhes-log-ws.component.d.ts +0 -0
  71. /package/lib/{views → components}/logs-ws/components/home-log-ws/home-logs-ws.component.d.ts +0 -0
  72. /package/lib/{views → components}/logs-ws/models/logs-ws.d.ts +0 -0
  73. /package/lib/{views → components}/logs-ws/models/ret-log-ws.d.ts +0 -0
  74. /package/lib/{views → components}/logs-ws/models/ret-logs-ws.d.ts +0 -0
  75. /package/lib/{views → components}/logs-ws/models/search-log-ws.d.ts +0 -0
  76. /package/lib/{views → components}/logs-ws/services/logs-ws.service.d.ts +0 -0
  77. /package/lib/{views → components}/page-not-authorized/page-not-authorized.component.d.ts +0 -0
@@ -3430,6 +3430,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
3430
3430
  type: Input
3431
3431
  }] } });
3432
3432
 
3433
+ class FooterComponent {
3434
+ constructor(el) {
3435
+ this.el = el;
3436
+ this.currentTime = new Date();
3437
+ this.year = this.currentTime.getFullYear();
3438
+ }
3439
+ ngOnInit() {
3440
+ const htmlEl = this.el.nativeElement;
3441
+ htmlEl.style.height = "100%";
3442
+ htmlEl.style.display = "flex";
3443
+ htmlEl.style.alignItems = "flex-end";
3444
+ htmlEl.style.justifyContent = "center";
3445
+ htmlEl.style.backgroundColor = "#eee"; // [!]
3446
+ }
3447
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: FooterComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
3448
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.14", type: FooterComponent, isStandalone: true, selector: "[app-footer], app-footer, lib-footer", ngImport: i0, template: " <!-- #region FOOTER -->\n\n<div class=\"footer-position d-flex align-items-end justify-content-center position-relative\">\n <footer>\n <p class=\"footer-text d-flex justify-content-center\">\n Desenvolvido por <a href=\"https://www.sispro.com.br/\" target=\"_blank\" class=\"sispro text-decoration-none fw-bold text-primary\"> SISPRO </a> - Servi\u00E7os e Tecnologia da informa\u00E7\u00E3o LTDA \u00A9 {{ year }} Todos os direitos reservados\n </p>\n\n <div class=\"icons d-flex align-items-center justify-content-center mt-3\">\n <a href=\"https://pt-br.facebook.com/SisproERP/\" target=\"_blank\" class=\"icon-item\">\n <lib-icon class=\"text-primary\" iconName=\"facebook\" iconSize=\"medium-small\"/>\n </a>\n\n <a href=\"https://www.instagram.com/accounts/login/?next=/sispro_software/\" target=\"_blank\" class=\"icon-item\">\n <lib-icon class=\"text-primary\" iconName=\"instagram\" iconSize=\"medium-small\"/>\n </a>\n\n <a href=\"https://br.linkedin.com/company/sispro\" target=\"_blank\" class=\"icon-item\">\n <lib-icon class=\"text-primary\" iconName=\"linkedin\" iconSize=\"medium-small\"/>\n </a>\n </div>\n </footer>\n</div>\n <!-- #endregion FOOTER -->\n", styles: [".footer-position{margin:1.5rem 0;font-size:.875rem;color:#2847a0;white-space:nowrap}.footer-position .sispro{margin:0 5px}.footer-position .icons .icon-item{margin:0 10px}\n"], dependencies: [{ kind: "component", type: LibIconsComponent, selector: "lib-icon", inputs: ["iconName", "iconColor", "iconSize", "iconFill"] }] }); }
3449
+ }
3450
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: FooterComponent, decorators: [{
3451
+ type: Component,
3452
+ args: [{ selector: '[app-footer], app-footer, lib-footer', imports: [LibIconsComponent], template: " <!-- #region FOOTER -->\n\n<div class=\"footer-position d-flex align-items-end justify-content-center position-relative\">\n <footer>\n <p class=\"footer-text d-flex justify-content-center\">\n Desenvolvido por <a href=\"https://www.sispro.com.br/\" target=\"_blank\" class=\"sispro text-decoration-none fw-bold text-primary\"> SISPRO </a> - Servi\u00E7os e Tecnologia da informa\u00E7\u00E3o LTDA \u00A9 {{ year }} Todos os direitos reservados\n </p>\n\n <div class=\"icons d-flex align-items-center justify-content-center mt-3\">\n <a href=\"https://pt-br.facebook.com/SisproERP/\" target=\"_blank\" class=\"icon-item\">\n <lib-icon class=\"text-primary\" iconName=\"facebook\" iconSize=\"medium-small\"/>\n </a>\n\n <a href=\"https://www.instagram.com/accounts/login/?next=/sispro_software/\" target=\"_blank\" class=\"icon-item\">\n <lib-icon class=\"text-primary\" iconName=\"instagram\" iconSize=\"medium-small\"/>\n </a>\n\n <a href=\"https://br.linkedin.com/company/sispro\" target=\"_blank\" class=\"icon-item\">\n <lib-icon class=\"text-primary\" iconName=\"linkedin\" iconSize=\"medium-small\"/>\n </a>\n </div>\n </footer>\n</div>\n <!-- #endregion FOOTER -->\n", styles: [".footer-position{margin:1.5rem 0;font-size:.875rem;color:#2847a0;white-space:nowrap}.footer-position .sispro{margin:0 5px}.footer-position .icons .icon-item{margin:0 10px}\n"] }]
3453
+ }], ctorParameters: () => [{ type: i0.ElementRef }] });
3454
+
3433
3455
  /* eslint-disable @angular-eslint/no-output-on-prefix */
3434
3456
  /**
3435
3457
  * @description Este arquivo contém a implementação do componente SimpleHeaderComponent, um cabeçalho genérico
@@ -7820,28 +7842,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
7820
7842
  type: Input
7821
7843
  }] } });
7822
7844
 
7823
- class FooterComponent {
7824
- constructor(el) {
7825
- this.el = el;
7826
- this.currentTime = new Date();
7827
- this.year = this.currentTime.getFullYear();
7828
- }
7829
- ngOnInit() {
7830
- const htmlEl = this.el.nativeElement;
7831
- htmlEl.style.height = "100%";
7832
- htmlEl.style.display = "flex";
7833
- htmlEl.style.alignItems = "flex-end";
7834
- htmlEl.style.justifyContent = "center";
7835
- htmlEl.style.backgroundColor = "#eee"; // [!]
7836
- }
7837
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: FooterComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
7838
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.14", type: FooterComponent, isStandalone: true, selector: "[app-footer], app-footer, lib-footer", ngImport: i0, template: " <!-- #region FOOTER -->\n\n<div class=\"footer-position d-flex align-items-end justify-content-center position-relative\">\n <footer>\n <p class=\"footer-text d-flex justify-content-center\">\n Desenvolvido por <a href=\"https://www.sispro.com.br/\" target=\"_blank\" class=\"sispro text-decoration-none fw-bold text-primary\"> SISPRO </a> - Servi\u00E7os e Tecnologia da informa\u00E7\u00E3o LTDA \u00A9 {{ year }} Todos os direitos reservados\n </p>\n\n <div class=\"icons d-flex align-items-center justify-content-center mt-3\">\n <a href=\"https://pt-br.facebook.com/SisproERP/\" target=\"_blank\" class=\"icon-item\">\n <lib-icon class=\"text-primary\" iconName=\"facebook\" iconSize=\"medium-small\"/>\n </a>\n\n <a href=\"https://www.instagram.com/accounts/login/?next=/sispro_software/\" target=\"_blank\" class=\"icon-item\">\n <lib-icon class=\"text-primary\" iconName=\"instagram\" iconSize=\"medium-small\"/>\n </a>\n\n <a href=\"https://br.linkedin.com/company/sispro\" target=\"_blank\" class=\"icon-item\">\n <lib-icon class=\"text-primary\" iconName=\"linkedin\" iconSize=\"medium-small\"/>\n </a>\n </div>\n </footer>\n</div>\n <!-- #endregion FOOTER -->\n", styles: [".footer-position{margin:1.5rem 0;font-size:.875rem;color:#2847a0;white-space:nowrap}.footer-position .sispro{margin:0 5px}.footer-position .icons .icon-item{margin:0 10px}\n"], dependencies: [{ kind: "component", type: LibIconsComponent, selector: "lib-icon", inputs: ["iconName", "iconColor", "iconSize", "iconFill"] }] }); }
7839
- }
7840
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: FooterComponent, decorators: [{
7841
- type: Component,
7842
- args: [{ selector: '[app-footer], app-footer, lib-footer', imports: [LibIconsComponent], template: " <!-- #region FOOTER -->\n\n<div class=\"footer-position d-flex align-items-end justify-content-center position-relative\">\n <footer>\n <p class=\"footer-text d-flex justify-content-center\">\n Desenvolvido por <a href=\"https://www.sispro.com.br/\" target=\"_blank\" class=\"sispro text-decoration-none fw-bold text-primary\"> SISPRO </a> - Servi\u00E7os e Tecnologia da informa\u00E7\u00E3o LTDA \u00A9 {{ year }} Todos os direitos reservados\n </p>\n\n <div class=\"icons d-flex align-items-center justify-content-center mt-3\">\n <a href=\"https://pt-br.facebook.com/SisproERP/\" target=\"_blank\" class=\"icon-item\">\n <lib-icon class=\"text-primary\" iconName=\"facebook\" iconSize=\"medium-small\"/>\n </a>\n\n <a href=\"https://www.instagram.com/accounts/login/?next=/sispro_software/\" target=\"_blank\" class=\"icon-item\">\n <lib-icon class=\"text-primary\" iconName=\"instagram\" iconSize=\"medium-small\"/>\n </a>\n\n <a href=\"https://br.linkedin.com/company/sispro\" target=\"_blank\" class=\"icon-item\">\n <lib-icon class=\"text-primary\" iconName=\"linkedin\" iconSize=\"medium-small\"/>\n </a>\n </div>\n </footer>\n</div>\n <!-- #endregion FOOTER -->\n", styles: [".footer-position{margin:1.5rem 0;font-size:.875rem;color:#2847a0;white-space:nowrap}.footer-position .sispro{margin:0 5px}.footer-position .icons .icon-item{margin:0 10px}\n"] }]
7843
- }], ctorParameters: () => [{ type: i0.ElementRef }] });
7844
-
7845
7845
  class GenericModalComponent {
7846
7846
  constructor() {
7847
7847
  // #region ==========> PROPERTIES <==========
@@ -10805,6 +10805,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
10805
10805
  type: Input
10806
10806
  }] } });
10807
10807
 
10808
+ class ContadorCaracteresComponent {
10809
+ constructor() {
10810
+ this.valorAtual = 0;
10811
+ this.valorMaximo = 0;
10812
+ this.valor = 0;
10813
+ }
10814
+ ngOnInit() {
10815
+ this.contadorDeCaracteresRestantes();
10816
+ }
10817
+ contadorDeCaracteresRestantes(valorAtual = 0, valorMaximo = 0) {
10818
+ valorAtual = valorAtual == null ? "" : valorAtual;
10819
+ if (+valorAtual.toString().length <= +valorMaximo) {
10820
+ this.valor = valorAtual.toString().length;
10821
+ }
10822
+ return (this.valor < +valorMaximo ? this.valor : +valorMaximo);
10823
+ }
10824
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: ContadorCaracteresComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
10825
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.14", type: ContadorCaracteresComponent, isStandalone: true, selector: "app-contador-caracteres", inputs: { valorAtual: "valorAtual", valorMaximo: "valorMaximo" }, ngImport: i0, template: "<div class=\"contador\">\n <div class=\"charCounter text-end\">\n <span class=\"glb-fs-14\"> Limite de caracteres: {{\n contadorDeCaracteresRestantes(valorAtual, valorMaximo)}}/{{valorMaximo }}</span>\n </div>\n</div>\n\n", styles: [".contador{white-space:nowrap;width:100%;display:flex;justify-content:end;color:#6c757d}\n"] }); }
10826
+ }
10827
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: ContadorCaracteresComponent, decorators: [{
10828
+ type: Component,
10829
+ args: [{ selector: 'app-contador-caracteres', imports: [], template: "<div class=\"contador\">\n <div class=\"charCounter text-end\">\n <span class=\"glb-fs-14\"> Limite de caracteres: {{\n contadorDeCaracteresRestantes(valorAtual, valorMaximo)}}/{{valorMaximo }}</span>\n </div>\n</div>\n\n", styles: [".contador{white-space:nowrap;width:100%;display:flex;justify-content:end;color:#6c757d}\n"] }]
10830
+ }], propDecorators: { valorAtual: [{
10831
+ type: Input
10832
+ }], valorMaximo: [{
10833
+ type: Input
10834
+ }] } });
10835
+
10808
10836
  class InfraModule {
10809
10837
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: InfraModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
10810
10838
  static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.14", ngImport: i0, type: InfraModule, imports: [CommonModule, i1$3.ModalModule, i2.AccordionModule, TooltipModule,
@@ -10891,7 +10919,8 @@ class InfraModule {
10891
10919
  GrupoContabilAbasComponent,
10892
10920
  LibAuthenticationConfigComponent,
10893
10921
  InnerRowsDirective,
10894
- LibComboboxReworkComponent], exports: [PageNotAuthorizedComponent,
10922
+ LibComboboxReworkComponent,
10923
+ ContadorCaracteresComponent], exports: [PageNotAuthorizedComponent,
10895
10924
  LoadingComponent,
10896
10925
  FieldControlErrorComponent,
10897
10926
  FieldErrorMessageComponent,
@@ -10963,7 +10992,8 @@ class InfraModule {
10963
10992
  GrupoContabilAbasComponent,
10964
10993
  LibAuthenticationConfigComponent,
10965
10994
  InnerRowsDirective,
10966
- LibComboboxReworkComponent] }); }
10995
+ LibComboboxReworkComponent,
10996
+ ContadorCaracteresComponent] }); }
10967
10997
  static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: InfraModule, imports: [CommonModule,
10968
10998
  ModalModule.forRoot(),
10969
10999
  AccordionModule.forRoot(),
@@ -11094,6 +11124,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
11094
11124
  LibAuthenticationConfigComponent,
11095
11125
  InnerRowsDirective,
11096
11126
  LibComboboxReworkComponent,
11127
+ ContadorCaracteresComponent
11097
11128
  ],
11098
11129
  exports: [
11099
11130
  PageNotAuthorizedComponent,
@@ -11169,6 +11200,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
11169
11200
  LibAuthenticationConfigComponent,
11170
11201
  InnerRowsDirective,
11171
11202
  LibComboboxReworkComponent,
11203
+ ContadorCaracteresComponent
11172
11204
  ],
11173
11205
  providers: [],
11174
11206
  }]
@@ -11405,8 +11437,10 @@ class LibViewsModule {
11405
11437
  NgxPaginationModule,
11406
11438
  ReactiveFormsModule,
11407
11439
  RouterModule,
11440
+ FooterComponent,
11441
+ LibConfigSenhaComponent,
11442
+ PageNotAuthorizedComponent], exports: [FooterComponent,
11408
11443
  LibConfigSenhaComponent,
11409
- PageNotAuthorizedComponent], exports: [LibConfigSenhaComponent,
11410
11444
  PageNotAuthorizedComponent] }); }
11411
11445
  static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: LibViewsModule, imports: [CommonModule,
11412
11446
  ModalModule.forRoot(),
@@ -11433,10 +11467,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
11433
11467
  NgxPaginationModule,
11434
11468
  ReactiveFormsModule,
11435
11469
  RouterModule,
11470
+ FooterComponent,
11436
11471
  LibConfigSenhaComponent,
11437
11472
  PageNotAuthorizedComponent,
11438
11473
  ],
11439
11474
  exports: [
11475
+ FooterComponent,
11440
11476
  LibConfigSenhaComponent,
11441
11477
  PageNotAuthorizedComponent,
11442
11478
  ]
@@ -11784,8 +11820,7 @@ class LibWidgetsModule {
11784
11820
  LoadingScreenComponent,
11785
11821
  SubMenuComponent,
11786
11822
  ImageCropperComponent,
11787
- SubMenuCardComponent,
11788
- FooterComponent], exports: [AlertComponent,
11823
+ SubMenuCardComponent], exports: [AlertComponent,
11789
11824
  ConfirmModalComponent,
11790
11825
  ConfirmComponent,
11791
11826
  SaveComponent,
@@ -11828,8 +11863,7 @@ class LibWidgetsModule {
11828
11863
  LoadingScreenComponent,
11829
11864
  SubMenuComponent,
11830
11865
  ImageCropperComponent,
11831
- SubMenuCardComponent,
11832
- FooterComponent] }); }
11866
+ SubMenuCardComponent] }); }
11833
11867
  static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: LibWidgetsModule, imports: [CommonModule,
11834
11868
  ModalModule.forRoot(),
11835
11869
  AccordionModule.forRoot(),
@@ -11922,7 +11956,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
11922
11956
  SubMenuComponent,
11923
11957
  ImageCropperComponent,
11924
11958
  SubMenuCardComponent,
11925
- FooterComponent,
11926
11959
  ],
11927
11960
  exports: [
11928
11961
  AlertComponent,
@@ -11969,7 +12002,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
11969
12002
  SubMenuComponent,
11970
12003
  ImageCropperComponent,
11971
12004
  SubMenuCardComponent,
11972
- FooterComponent
11973
12005
  ]
11974
12006
  }]
11975
12007
  }] });
@@ -14974,13 +15006,13 @@ class TreeItem {
14974
15006
  }
14975
15007
 
14976
15008
  /**
14977
- * Public API Surface of ngx-sp-infra
14978
- */
15009
+ * Public API Surface of ngx-sp-auth
15010
+
14979
15011
  /** Modules */
14980
15012
 
14981
15013
  /**
14982
15014
  * Generated bundle index. Do not edit.
14983
15015
  */
14984
15016
 
14985
- export { A11yClickDirective, AlertComponent, AppliedFiltersComponent, AuditoriaButtonComponent, BasicFilters, BreadcrumbComponent, CheckUrlAndMethodService, ClickOutsideDirective, ComboboxComponent, ComboboxMultipleChoiceComponent, ConfirmComponent, ConfirmModalComponent, ContainerTabsModel, ContentContainerComponent, CopyClipboardDirective, CpfCnpjPipe, CpfCnpjValidator, CpfCnpjValidatorDirective, CurrencyPipe, CustomAcordionComponent, CustomFormControl, DecimalCommaPipe, DetalhesLogApiComponent, DetalhesLogDataAccessComponent, DetalhesLogEmailComponent, DetalhesLogTimerComponent, DetalhesLogWSComponent, DetalhesLogsGeralComponent, DetalhesLogsReportComponent, DialogCropperComponent, DisableControlDirective, DownloadArquivos, DropdownOptionsComponent, DynamicInputComponent, EmailAnexoRecord, EmailModel, EmpresaAbasComponent, EnderecoByCep, EstabelecimentoAbasComponent, FieldContadorMessageComponent, FieldControlErrorComponent, FieldErrorMessageComponent, FileModel, FileService, FilterByPipe, FilterMultipleChoicePipe, FiltrosAplicadosModel, FiltrosAplicadosService, FooterComponent, FormUtils, FormatByTypePipe, GenericModalComponent, GlobalLoadingService, GrupoContabilAbasComponent, HighlightDirective, HomeLogApiComponent, HomeLogDataAccessComponent, HomeLogEmailComponent, HomeLogTimerComponent, HomeLogsReportComponent, HomeLogsWSComponent, IconsList, ImageCropperComponent, InfraBreadcrumbComponent, InfraBreadcrumbItemComponent, InfraEstabelecimentoFavoritoDefault, InfraModule, InnerListComponent, InnerRowsDirective, InputTrimComponent, IpServiceService, ItemsAbasComponent, JobRequest, LibAuthenticationConfigComponent, LibComboboxComponent, LibComboboxReworkComponent, LibConfigSenhaComponent, LibCustomizableTableComponent, LibDateRangePickerComponent, LibDirectivesModule, LibHeaderComponent, LibIconsComponent, LibIntegracaoLdapComponent, LibIntegracoesExternasComponent, LibNavProdutosComponent, LibPipesModule, LibSimplifiedTableComponent, LibSpinnerComponent, LibTransferListComponent, LibViewsModule, LibWidgetsModule, LimitToPipe, ListComponent, LoadingBtnDirective, LoadingButtonComponent, LoadingComponent, LoadingScreenComponent, LogsGeralComponent, MessageService, ModalUtilsService, MultiStatusList, NavItem, NavProdutosComponent, NavSubMenus, NavSubmenuCards, NavTabsComponent, NavigationOptions, OrderSortPipe, OrderingComponent, PageNotAuthorizedComponent, PaginationComponent, Params, PasswordPolicyComponent, PessoaAbasComponent, PhoneFormatPipe, QueueService, RecordCombobox, ReportFile, RequiredDirective, RetBoolean, RetCep, RetError, RetEstabelecimentosModal, RetFeedbackMessage, RetNumber, RetObjectList, RetRecordCombobox, RetRecordsCombobox, RetReportFile, RetString, RetStringList, RetTree, SaveComponent, SearchComboboxComponent, SearchFiltersComponent, SearchInputComponent, SearchTreePipe, SettingsService, SideTabsGenericComponent, SimpleSearchComponent, SubMenuCardComponent, SubMenuComponent, SubMenuItem, TableComponent, TableHeaderIcon, TableHeaderStructure, TableSelectionService, TelaItem, TextFilterPipe, TextTruncateDirective, TitleCasePipe, ToUrlPipe, TransferListConfig, TreeComponent, TreeItem, UsuarioAbasComponent, Utils, alertIds, alertTypes };
15017
+ export { A11yClickDirective, AlertComponent, AppliedFiltersComponent, AuditoriaButtonComponent, BasicFilters, BreadcrumbComponent, CheckUrlAndMethodService, ClickOutsideDirective, ComboboxComponent, ComboboxMultipleChoiceComponent, ConfirmComponent, ConfirmModalComponent, ContadorCaracteresComponent, ContainerTabsModel, ContentContainerComponent, CopyClipboardDirective, CpfCnpjPipe, CpfCnpjValidator, CpfCnpjValidatorDirective, CurrencyPipe, CustomAcordionComponent, CustomFormControl, DecimalCommaPipe, DetalhesLogApiComponent, DetalhesLogDataAccessComponent, DetalhesLogEmailComponent, DetalhesLogTimerComponent, DetalhesLogWSComponent, DetalhesLogsGeralComponent, DetalhesLogsReportComponent, DialogCropperComponent, DisableControlDirective, DownloadArquivos, DropdownOptionsComponent, DynamicInputComponent, EmailAnexoRecord, EmailModel, EmpresaAbasComponent, EnderecoByCep, EstabelecimentoAbasComponent, FieldContadorMessageComponent, FieldControlErrorComponent, FieldErrorMessageComponent, FileModel, FileService, FilterByPipe, FilterMultipleChoicePipe, FiltrosAplicadosModel, FiltrosAplicadosService, FooterComponent, FormUtils, FormatByTypePipe, GenericModalComponent, GlobalLoadingService, GrupoContabilAbasComponent, HighlightDirective, HomeLogApiComponent, HomeLogDataAccessComponent, HomeLogEmailComponent, HomeLogTimerComponent, HomeLogsReportComponent, HomeLogsWSComponent, IconsList, ImageCropperComponent, InfraBreadcrumbComponent, InfraBreadcrumbItemComponent, InfraEstabelecimentoFavoritoDefault, InfraModule, InnerListComponent, InnerRowsDirective, InputTrimComponent, IpServiceService, ItemsAbasComponent, JobRequest, LibAuthenticationConfigComponent, LibComboboxComponent, LibComboboxReworkComponent, LibConfigSenhaComponent, LibCustomizableTableComponent, LibDateRangePickerComponent, LibDirectivesModule, LibHeaderComponent, LibIconsComponent, LibIntegracaoLdapComponent, LibIntegracoesExternasComponent, LibNavProdutosComponent, LibPipesModule, LibSimplifiedTableComponent, LibSpinnerComponent, LibTransferListComponent, LibViewsModule, LibWidgetsModule, LimitToPipe, ListComponent, LoadingBtnDirective, LoadingButtonComponent, LoadingComponent, LoadingScreenComponent, LogsGeralComponent, MessageService, ModalUtilsService, MultiStatusList, NavItem, NavProdutosComponent, NavSubMenus, NavSubmenuCards, NavTabsComponent, NavigationOptions, OrderSortPipe, OrderingComponent, PageNotAuthorizedComponent, PaginationComponent, Params, PasswordPolicyComponent, PessoaAbasComponent, PhoneFormatPipe, QueueService, RecordCombobox, ReportFile, RequiredDirective, RetBoolean, RetCep, RetError, RetEstabelecimentosModal, RetFeedbackMessage, RetNumber, RetObjectList, RetRecordCombobox, RetRecordsCombobox, RetReportFile, RetString, RetStringList, RetTree, SaveComponent, SearchComboboxComponent, SearchFiltersComponent, SearchInputComponent, SearchTreePipe, SettingsService, SideTabsGenericComponent, SimpleSearchComponent, SubMenuCardComponent, SubMenuComponent, SubMenuItem, TableComponent, TableHeaderIcon, TableHeaderStructure, TableSelectionService, TelaItem, TextFilterPipe, TextTruncateDirective, TitleCasePipe, ToUrlPipe, TransferListConfig, TreeComponent, TreeItem, UsuarioAbasComponent, Utils, alertIds, alertTypes };
14986
15018
  //# sourceMappingURL=ngx-sp-infra.mjs.map