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
package/lib/infra.module.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ import * as i6 from "ngx-currency";
|
|
|
8
8
|
import * as i7 from "ngx-mask";
|
|
9
9
|
import * as i8 from "ngx-pagination";
|
|
10
10
|
import * as i9 from "@angular/router";
|
|
11
|
-
import * as i10 from "./
|
|
11
|
+
import * as i10 from "./components/page-not-authorized/page-not-authorized.component";
|
|
12
12
|
import * as i11 from "./widgets/loading/loading.component";
|
|
13
13
|
import * as i12 from "./widgets/field-control-error/field-control-error.component";
|
|
14
14
|
import * as i13 from "./widgets/field-error-message/field-error-message.component";
|
|
@@ -64,11 +64,11 @@ import * as i62 from "./pipes/order-sort.pipe";
|
|
|
64
64
|
import * as i63 from "./pipes/currency.pipe";
|
|
65
65
|
import * as i64 from "./pipes/phone-format.pipe";
|
|
66
66
|
import * as i65 from "./pipes/title-case-pipe.pipe";
|
|
67
|
-
import * as i66 from "./
|
|
67
|
+
import * as i66 from "./components/footer/footer.component";
|
|
68
68
|
import * as i67 from "./widgets/applied-filters/applied-filters.component";
|
|
69
69
|
import * as i68 from "./pipes/format-by-type.pipe";
|
|
70
70
|
import * as i69 from "./widgets/lib-nav-produtos/lib-nav-produtos.component";
|
|
71
|
-
import * as i70 from "./
|
|
71
|
+
import * as i70 from "./components/lib-config-senha/lib-config-senha.component";
|
|
72
72
|
import * as i71 from "./widgets/password-policy/password-policy.component";
|
|
73
73
|
import * as i72 from "./directives/text-truncate.directive";
|
|
74
74
|
import * as i73 from "./widgets/search-input/search-input.component";
|
|
@@ -81,11 +81,12 @@ import * as i79 from "./widgets/estabelecimento-abas/estabelecimento-abas.compon
|
|
|
81
81
|
import * as i80 from "./widgets/items-abas/items-abas.component";
|
|
82
82
|
import * as i81 from "./widgets/usuario-abas/usuario-abas.component";
|
|
83
83
|
import * as i82 from "./widgets/grupo-contabil-abas/grupo-contabil-abas.component";
|
|
84
|
-
import * as i83 from "./
|
|
84
|
+
import * as i83 from "./components/lib-authentication-config/components/lib-authentication-config.component";
|
|
85
85
|
import * as i84 from "./directives/inner-rows.directive";
|
|
86
86
|
import * as i85 from "./widgets/lib-combobox-rework/lib-combobox-rework.component";
|
|
87
|
+
import * as i86 from "./widgets/contador-caracteres/contador-caracteres.component";
|
|
87
88
|
export declare class InfraModule {
|
|
88
89
|
static ɵfac: i0.ɵɵFactoryDeclaration<InfraModule, never>;
|
|
89
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<InfraModule, never, [typeof i1.CommonModule, typeof i2.ModalModule, typeof i3.AccordionModule, typeof i4.TooltipModule, typeof i5.FormsModule, typeof i6.NgxCurrencyDirective, typeof i7.NgxMaskDirective, typeof i7.NgxMaskPipe, typeof i8.NgxPaginationModule, typeof i5.ReactiveFormsModule, typeof i9.RouterModule, typeof i10.PageNotAuthorizedComponent, typeof i11.LoadingComponent, typeof i12.FieldControlErrorComponent, typeof i13.FieldErrorMessageComponent, typeof i14.FieldContadorMessageComponent, typeof i15.InputTrimComponent, typeof i16.LoadingButtonComponent, typeof i17.AlertComponent, typeof i18.ConfirmComponent, typeof i19.ConfirmModalComponent, typeof i20.SaveComponent, typeof i21.InfraBreadcrumbComponent, typeof i22.InfraBreadcrumbItemComponent, typeof i23.BreadcrumbComponent, typeof i24.ComboboxComponent, typeof i25.NavProdutosComponent, typeof i26.TreeComponent, typeof i27.ToUrlPipe, typeof i28.CpfCnpjPipe, typeof i29.FilterByPipe, typeof i30.LimitToPipe, typeof i31.SearchTreePipe, typeof i32.ClickOutsideDirective, typeof i33.OrderingComponent, typeof i34.SearchComboboxComponent, typeof i35.LibComboboxComponent, typeof i36.RequiredDirective, typeof i37.LibHeaderComponent, typeof i38.LibIconsComponent, typeof i39.TextFilterPipe, typeof i40.ContentContainerComponent, typeof i41.CopyClipboardDirective, typeof i42.TableComponent, typeof i43.LibCustomizableTableComponent, typeof i44.LibSimplifiedTableComponent, typeof i45.LibSpinnerComponent, typeof i46.LoadingBtnDirective, typeof i15.InputTrimComponent, typeof i47.LibTransferListComponent, typeof i48.InnerListComponent, typeof i49.ComboboxMultipleChoiceComponent, typeof i50.CustomAcordionComponent, typeof i51.DropdownOptionsComponent, typeof i52.DynamicInputComponent, typeof i53.GenericModalComponent, typeof i54.PaginationComponent, typeof i55.SearchFiltersComponent, typeof i56.SideTabsGenericComponent, typeof i57.SimpleSearchComponent, typeof i58.DisableControlDirective, typeof i59.HighlightDirective, typeof i60.DecimalCommaPipe, typeof i61.FilterMultipleChoicePipe, typeof i62.OrderSortPipe, typeof i63.CurrencyPipe, typeof i64.PhoneFormatPipe, typeof i65.TitleCasePipe, typeof i66.FooterComponent, typeof i67.AppliedFiltersComponent, typeof i68.FormatByTypePipe, typeof i69.LibNavProdutosComponent, typeof i70.LibConfigSenhaComponent, typeof i71.PasswordPolicyComponent, typeof i72.TextTruncateDirective, typeof i73.SearchInputComponent, typeof i74.LoadingScreenComponent, typeof i75.AuditoriaButtonComponent, typeof i76.LibDateRangePickerComponent, typeof i77.EmpresaAbasComponent, typeof i78.PessoaAbasComponent, typeof i79.EstabelecimentoAbasComponent, typeof i80.ItemsAbasComponent, typeof i81.UsuarioAbasComponent, typeof i82.GrupoContabilAbasComponent, typeof i83.LibAuthenticationConfigComponent, typeof i84.InnerRowsDirective, typeof i85.LibComboboxReworkComponent], [typeof i10.PageNotAuthorizedComponent, typeof i11.LoadingComponent, typeof i12.FieldControlErrorComponent, typeof i13.FieldErrorMessageComponent, typeof i14.FieldContadorMessageComponent, typeof i15.InputTrimComponent, typeof i16.LoadingButtonComponent, typeof i17.AlertComponent, typeof i18.ConfirmComponent, typeof i19.ConfirmModalComponent, typeof i20.SaveComponent, typeof i21.InfraBreadcrumbComponent, typeof i22.InfraBreadcrumbItemComponent, typeof i25.NavProdutosComponent, typeof i23.BreadcrumbComponent, typeof i24.ComboboxComponent, typeof i26.TreeComponent, typeof i27.ToUrlPipe, typeof i28.CpfCnpjPipe, typeof i32.ClickOutsideDirective, typeof i33.OrderingComponent, typeof i34.SearchComboboxComponent, typeof i35.LibComboboxComponent, typeof i36.RequiredDirective, typeof i37.LibHeaderComponent, typeof i38.LibIconsComponent, typeof i39.TextFilterPipe, typeof i40.ContentContainerComponent, typeof i41.CopyClipboardDirective, typeof i42.TableComponent, typeof i43.LibCustomizableTableComponent, typeof i44.LibSimplifiedTableComponent, typeof i45.LibSpinnerComponent, typeof i46.LoadingBtnDirective, typeof i47.LibTransferListComponent, typeof i48.InnerListComponent, typeof i49.ComboboxMultipleChoiceComponent, typeof i50.CustomAcordionComponent, typeof i51.DropdownOptionsComponent, typeof i52.DynamicInputComponent, typeof i53.GenericModalComponent, typeof i54.PaginationComponent, typeof i55.SearchFiltersComponent, typeof i56.SideTabsGenericComponent, typeof i57.SimpleSearchComponent, typeof i58.DisableControlDirective, typeof i59.HighlightDirective, typeof i60.DecimalCommaPipe, typeof i61.FilterMultipleChoicePipe, typeof i62.OrderSortPipe, typeof i63.CurrencyPipe, typeof i64.PhoneFormatPipe, typeof i65.TitleCasePipe, typeof i66.FooterComponent, typeof i67.AppliedFiltersComponent, typeof i68.FormatByTypePipe, typeof i69.LibNavProdutosComponent, typeof i70.LibConfigSenhaComponent, typeof i71.PasswordPolicyComponent, typeof i72.TextTruncateDirective, typeof i73.SearchInputComponent, typeof i74.LoadingScreenComponent, typeof i75.AuditoriaButtonComponent, typeof i76.LibDateRangePickerComponent, typeof i77.EmpresaAbasComponent, typeof i78.PessoaAbasComponent, typeof i79.EstabelecimentoAbasComponent, typeof i80.ItemsAbasComponent, typeof i81.UsuarioAbasComponent, typeof i82.GrupoContabilAbasComponent, typeof i83.LibAuthenticationConfigComponent, typeof i84.InnerRowsDirective, typeof i85.LibComboboxReworkComponent]>;
|
|
90
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<InfraModule, never, [typeof i1.CommonModule, typeof i2.ModalModule, typeof i3.AccordionModule, typeof i4.TooltipModule, typeof i5.FormsModule, typeof i6.NgxCurrencyDirective, typeof i7.NgxMaskDirective, typeof i7.NgxMaskPipe, typeof i8.NgxPaginationModule, typeof i5.ReactiveFormsModule, typeof i9.RouterModule, typeof i10.PageNotAuthorizedComponent, typeof i11.LoadingComponent, typeof i12.FieldControlErrorComponent, typeof i13.FieldErrorMessageComponent, typeof i14.FieldContadorMessageComponent, typeof i15.InputTrimComponent, typeof i16.LoadingButtonComponent, typeof i17.AlertComponent, typeof i18.ConfirmComponent, typeof i19.ConfirmModalComponent, typeof i20.SaveComponent, typeof i21.InfraBreadcrumbComponent, typeof i22.InfraBreadcrumbItemComponent, typeof i23.BreadcrumbComponent, typeof i24.ComboboxComponent, typeof i25.NavProdutosComponent, typeof i26.TreeComponent, typeof i27.ToUrlPipe, typeof i28.CpfCnpjPipe, typeof i29.FilterByPipe, typeof i30.LimitToPipe, typeof i31.SearchTreePipe, typeof i32.ClickOutsideDirective, typeof i33.OrderingComponent, typeof i34.SearchComboboxComponent, typeof i35.LibComboboxComponent, typeof i36.RequiredDirective, typeof i37.LibHeaderComponent, typeof i38.LibIconsComponent, typeof i39.TextFilterPipe, typeof i40.ContentContainerComponent, typeof i41.CopyClipboardDirective, typeof i42.TableComponent, typeof i43.LibCustomizableTableComponent, typeof i44.LibSimplifiedTableComponent, typeof i45.LibSpinnerComponent, typeof i46.LoadingBtnDirective, typeof i15.InputTrimComponent, typeof i47.LibTransferListComponent, typeof i48.InnerListComponent, typeof i49.ComboboxMultipleChoiceComponent, typeof i50.CustomAcordionComponent, typeof i51.DropdownOptionsComponent, typeof i52.DynamicInputComponent, typeof i53.GenericModalComponent, typeof i54.PaginationComponent, typeof i55.SearchFiltersComponent, typeof i56.SideTabsGenericComponent, typeof i57.SimpleSearchComponent, typeof i58.DisableControlDirective, typeof i59.HighlightDirective, typeof i60.DecimalCommaPipe, typeof i61.FilterMultipleChoicePipe, typeof i62.OrderSortPipe, typeof i63.CurrencyPipe, typeof i64.PhoneFormatPipe, typeof i65.TitleCasePipe, typeof i66.FooterComponent, typeof i67.AppliedFiltersComponent, typeof i68.FormatByTypePipe, typeof i69.LibNavProdutosComponent, typeof i70.LibConfigSenhaComponent, typeof i71.PasswordPolicyComponent, typeof i72.TextTruncateDirective, typeof i73.SearchInputComponent, typeof i74.LoadingScreenComponent, typeof i75.AuditoriaButtonComponent, typeof i76.LibDateRangePickerComponent, typeof i77.EmpresaAbasComponent, typeof i78.PessoaAbasComponent, typeof i79.EstabelecimentoAbasComponent, typeof i80.ItemsAbasComponent, typeof i81.UsuarioAbasComponent, typeof i82.GrupoContabilAbasComponent, typeof i83.LibAuthenticationConfigComponent, typeof i84.InnerRowsDirective, typeof i85.LibComboboxReworkComponent, typeof i86.ContadorCaracteresComponent], [typeof i10.PageNotAuthorizedComponent, typeof i11.LoadingComponent, typeof i12.FieldControlErrorComponent, typeof i13.FieldErrorMessageComponent, typeof i14.FieldContadorMessageComponent, typeof i15.InputTrimComponent, typeof i16.LoadingButtonComponent, typeof i17.AlertComponent, typeof i18.ConfirmComponent, typeof i19.ConfirmModalComponent, typeof i20.SaveComponent, typeof i21.InfraBreadcrumbComponent, typeof i22.InfraBreadcrumbItemComponent, typeof i25.NavProdutosComponent, typeof i23.BreadcrumbComponent, typeof i24.ComboboxComponent, typeof i26.TreeComponent, typeof i27.ToUrlPipe, typeof i28.CpfCnpjPipe, typeof i32.ClickOutsideDirective, typeof i33.OrderingComponent, typeof i34.SearchComboboxComponent, typeof i35.LibComboboxComponent, typeof i36.RequiredDirective, typeof i37.LibHeaderComponent, typeof i38.LibIconsComponent, typeof i39.TextFilterPipe, typeof i40.ContentContainerComponent, typeof i41.CopyClipboardDirective, typeof i42.TableComponent, typeof i43.LibCustomizableTableComponent, typeof i44.LibSimplifiedTableComponent, typeof i45.LibSpinnerComponent, typeof i46.LoadingBtnDirective, typeof i47.LibTransferListComponent, typeof i48.InnerListComponent, typeof i49.ComboboxMultipleChoiceComponent, typeof i50.CustomAcordionComponent, typeof i51.DropdownOptionsComponent, typeof i52.DynamicInputComponent, typeof i53.GenericModalComponent, typeof i54.PaginationComponent, typeof i55.SearchFiltersComponent, typeof i56.SideTabsGenericComponent, typeof i57.SimpleSearchComponent, typeof i58.DisableControlDirective, typeof i59.HighlightDirective, typeof i60.DecimalCommaPipe, typeof i61.FilterMultipleChoicePipe, typeof i62.OrderSortPipe, typeof i63.CurrencyPipe, typeof i64.PhoneFormatPipe, typeof i65.TitleCasePipe, typeof i66.FooterComponent, typeof i67.AppliedFiltersComponent, typeof i68.FormatByTypePipe, typeof i69.LibNavProdutosComponent, typeof i70.LibConfigSenhaComponent, typeof i71.PasswordPolicyComponent, typeof i72.TextTruncateDirective, typeof i73.SearchInputComponent, typeof i74.LoadingScreenComponent, typeof i75.AuditoriaButtonComponent, typeof i76.LibDateRangePickerComponent, typeof i77.EmpresaAbasComponent, typeof i78.PessoaAbasComponent, typeof i79.EstabelecimentoAbasComponent, typeof i80.ItemsAbasComponent, typeof i81.UsuarioAbasComponent, typeof i82.GrupoContabilAbasComponent, typeof i83.LibAuthenticationConfigComponent, typeof i84.InnerRowsDirective, typeof i85.LibComboboxReworkComponent, typeof i86.ContadorCaracteresComponent]>;
|
|
90
91
|
static ɵinj: i0.ɵɵInjectorDeclaration<InfraModule>;
|
|
91
92
|
}
|
|
@@ -8,10 +8,11 @@ import * as i6 from "ngx-currency";
|
|
|
8
8
|
import * as i7 from "ngx-mask";
|
|
9
9
|
import * as i8 from "ngx-pagination";
|
|
10
10
|
import * as i9 from "@angular/router";
|
|
11
|
-
import * as i10 from "../
|
|
12
|
-
import * as i11 from "../
|
|
11
|
+
import * as i10 from "../components/footer/footer.component";
|
|
12
|
+
import * as i11 from "../components/lib-config-senha/lib-config-senha.component";
|
|
13
|
+
import * as i12 from "../components/page-not-authorized/page-not-authorized.component";
|
|
13
14
|
export declare class LibViewsModule {
|
|
14
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<LibViewsModule, never>;
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LibViewsModule, never, [typeof i1.CommonModule, typeof i2.ModalModule, typeof i3.AccordionModule, typeof i4.TooltipModule, typeof i5.FormsModule, typeof i6.NgxCurrencyDirective, typeof i7.NgxMaskDirective, typeof i7.NgxMaskPipe, typeof i8.NgxPaginationModule, typeof i5.ReactiveFormsModule, typeof i9.RouterModule, typeof i10.
|
|
16
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LibViewsModule, never, [typeof i1.CommonModule, typeof i2.ModalModule, typeof i3.AccordionModule, typeof i4.TooltipModule, typeof i5.FormsModule, typeof i6.NgxCurrencyDirective, typeof i7.NgxMaskDirective, typeof i7.NgxMaskPipe, typeof i8.NgxPaginationModule, typeof i5.ReactiveFormsModule, typeof i9.RouterModule, typeof i10.FooterComponent, typeof i11.LibConfigSenhaComponent, typeof i12.PageNotAuthorizedComponent], [typeof i10.FooterComponent, typeof i11.LibConfigSenhaComponent, typeof i12.PageNotAuthorizedComponent]>;
|
|
16
17
|
static ɵinj: i0.ɵɵInjectorDeclaration<LibViewsModule>;
|
|
17
18
|
}
|
|
@@ -52,9 +52,8 @@ import * as i50 from "../widgets/loading-screen/loading-screen.component";
|
|
|
52
52
|
import * as i51 from "../widgets/sub-menu/sub-menu.component";
|
|
53
53
|
import * as i52 from "../widgets/imageCropper/image-cropper/image-cropper.component";
|
|
54
54
|
import * as i53 from "../widgets/sub-menu-card/sub-menu-card.component";
|
|
55
|
-
import * as i54 from "../widgets/footer/footer.component";
|
|
56
55
|
export declare class LibWidgetsModule {
|
|
57
56
|
static ɵfac: i0.ɵɵFactoryDeclaration<LibWidgetsModule, never>;
|
|
58
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LibWidgetsModule, never, [typeof i1.CommonModule, typeof i2.ModalModule, typeof i3.AccordionModule, typeof i4.TooltipModule, typeof i5.FormsModule, typeof i6.NgxCurrencyDirective, typeof i7.NgxMaskDirective, typeof i7.NgxMaskPipe, typeof i8.NgxPaginationModule, typeof i5.ReactiveFormsModule, typeof i9.RouterModule, typeof i10.AlertComponent, typeof i11.ConfirmModalComponent, typeof i12.ConfirmComponent, typeof i13.SaveComponent, typeof i14.AppliedFiltersComponent, typeof i15.InfraBreadcrumbItemComponent, typeof i16.InfraBreadcrumbComponent, typeof i17.BreadcrumbComponent, typeof i18.ComboboxMultipleChoiceComponent, typeof i19.ComboboxComponent, typeof i20.ContentContainerComponent, typeof i21.CustomAcordionComponent, typeof i22.DropdownOptionsComponent, typeof i23.DynamicInputComponent, typeof i24.FieldContadorMessageComponent, typeof i25.FieldControlErrorComponent, typeof i26.FieldErrorMessageComponent, typeof i27.GenericModalComponent, typeof i28.InputTrimComponent, typeof i29.LibComboboxComponent, typeof i30.LibHeaderComponent, typeof i31.LibIconsComponent, typeof i32.LibNavProdutosComponent, typeof i33.InnerListComponent, typeof i34.LibTransferListComponent, typeof i35.LoadingButtonComponent, typeof i36.LoadingComponent, typeof i37.NavProdutosComponent, typeof i38.OrderingComponent, typeof i39.PaginationComponent, typeof i40.PasswordPolicyComponent, typeof i41.SearchComboboxComponent, typeof i42.SearchFiltersComponent, typeof i43.SearchInputComponent, typeof i44.SideTabsGenericComponent, typeof i45.SimpleSearchComponent, typeof i46.LibSpinnerComponent, typeof i47.TableComponent, typeof i48.LibCustomizableTableComponent, typeof i49.TreeComponent, typeof i50.LoadingScreenComponent, typeof i51.SubMenuComponent, typeof i52.ImageCropperComponent, typeof i53.SubMenuCardComponent
|
|
57
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LibWidgetsModule, never, [typeof i1.CommonModule, typeof i2.ModalModule, typeof i3.AccordionModule, typeof i4.TooltipModule, typeof i5.FormsModule, typeof i6.NgxCurrencyDirective, typeof i7.NgxMaskDirective, typeof i7.NgxMaskPipe, typeof i8.NgxPaginationModule, typeof i5.ReactiveFormsModule, typeof i9.RouterModule, typeof i10.AlertComponent, typeof i11.ConfirmModalComponent, typeof i12.ConfirmComponent, typeof i13.SaveComponent, typeof i14.AppliedFiltersComponent, typeof i15.InfraBreadcrumbItemComponent, typeof i16.InfraBreadcrumbComponent, typeof i17.BreadcrumbComponent, typeof i18.ComboboxMultipleChoiceComponent, typeof i19.ComboboxComponent, typeof i20.ContentContainerComponent, typeof i21.CustomAcordionComponent, typeof i22.DropdownOptionsComponent, typeof i23.DynamicInputComponent, typeof i24.FieldContadorMessageComponent, typeof i25.FieldControlErrorComponent, typeof i26.FieldErrorMessageComponent, typeof i27.GenericModalComponent, typeof i28.InputTrimComponent, typeof i29.LibComboboxComponent, typeof i30.LibHeaderComponent, typeof i31.LibIconsComponent, typeof i32.LibNavProdutosComponent, typeof i33.InnerListComponent, typeof i34.LibTransferListComponent, typeof i35.LoadingButtonComponent, typeof i36.LoadingComponent, typeof i37.NavProdutosComponent, typeof i38.OrderingComponent, typeof i39.PaginationComponent, typeof i40.PasswordPolicyComponent, typeof i41.SearchComboboxComponent, typeof i42.SearchFiltersComponent, typeof i43.SearchInputComponent, typeof i44.SideTabsGenericComponent, typeof i45.SimpleSearchComponent, typeof i46.LibSpinnerComponent, typeof i47.TableComponent, typeof i48.LibCustomizableTableComponent, typeof i49.TreeComponent, typeof i50.LoadingScreenComponent, typeof i51.SubMenuComponent, typeof i52.ImageCropperComponent, typeof i53.SubMenuCardComponent], [typeof i10.AlertComponent, typeof i11.ConfirmModalComponent, typeof i12.ConfirmComponent, typeof i13.SaveComponent, typeof i14.AppliedFiltersComponent, typeof i15.InfraBreadcrumbItemComponent, typeof i16.InfraBreadcrumbComponent, typeof i17.BreadcrumbComponent, typeof i18.ComboboxMultipleChoiceComponent, typeof i19.ComboboxComponent, typeof i20.ContentContainerComponent, typeof i21.CustomAcordionComponent, typeof i22.DropdownOptionsComponent, typeof i23.DynamicInputComponent, typeof i24.FieldContadorMessageComponent, typeof i25.FieldControlErrorComponent, typeof i26.FieldErrorMessageComponent, typeof i27.GenericModalComponent, typeof i28.InputTrimComponent, typeof i29.LibComboboxComponent, typeof i30.LibHeaderComponent, typeof i31.LibIconsComponent, typeof i32.LibNavProdutosComponent, typeof i33.InnerListComponent, typeof i34.LibTransferListComponent, typeof i35.LoadingButtonComponent, typeof i36.LoadingComponent, typeof i37.NavProdutosComponent, typeof i38.OrderingComponent, typeof i39.PaginationComponent, typeof i40.PasswordPolicyComponent, typeof i41.SearchComboboxComponent, typeof i42.SearchFiltersComponent, typeof i43.SearchInputComponent, typeof i44.SideTabsGenericComponent, typeof i45.SimpleSearchComponent, typeof i46.LibSpinnerComponent, typeof i47.TableComponent, typeof i48.LibCustomizableTableComponent, typeof i49.TreeComponent, typeof i50.LoadingScreenComponent, typeof i51.SubMenuComponent, typeof i52.ImageCropperComponent, typeof i53.SubMenuCardComponent]>;
|
|
59
58
|
static ɵinj: i0.ɵɵInjectorDeclaration<LibWidgetsModule>;
|
|
60
59
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ContadorCaracteresComponent implements OnInit {
|
|
4
|
+
ngOnInit(): void;
|
|
5
|
+
valorAtual: string | number;
|
|
6
|
+
valorMaximo: string | number;
|
|
7
|
+
valor: number;
|
|
8
|
+
contadorDeCaracteresRestantes(valorAtual?: string | number, valorMaximo?: string | number): number;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContadorCaracteresComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContadorCaracteresComponent, "app-contador-caracteres", never, { "valorAtual": { "alias": "valorAtual"; "required": false; }; "valorMaximo": { "alias": "valorMaximo"; "required": false; }; }, {}, never, never, true, never>;
|
|
11
|
+
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
* Public API Surface of ngx-sp-auth
|
|
3
|
+
|
|
4
4
|
/** Modules */
|
|
5
5
|
export * from './lib/infra.module';
|
|
6
6
|
export * from './lib/modules/lib-directives.module';
|
|
@@ -60,7 +60,6 @@ export * from './lib/pipes/to-url.pipe';
|
|
|
60
60
|
export * from './lib/widgets/combobox/pipes/filter-by.pipe';
|
|
61
61
|
export * from './lib/widgets/combobox/pipes/limit-to.pipe';
|
|
62
62
|
/** Directives */
|
|
63
|
-
export * from './lib/directives/click-outside.directive';
|
|
64
63
|
export * from './lib/directives/copy-clipboard.directive';
|
|
65
64
|
export * from './lib/directives/disable-control.directive';
|
|
66
65
|
export * from './lib/directives/highlight.directive';
|
|
@@ -85,27 +84,30 @@ export * from './lib/utils/filtros-aplicados.service';
|
|
|
85
84
|
/** Validators */
|
|
86
85
|
export * from './lib/validators/cpf-cnpj.validator';
|
|
87
86
|
export * from './lib/validators/cpf-cnpj.validator.directive';
|
|
88
|
-
/**
|
|
89
|
-
export * from './lib/
|
|
90
|
-
|
|
91
|
-
export * from './lib/
|
|
92
|
-
export * from './lib/
|
|
93
|
-
export * from './lib/
|
|
94
|
-
export * from './lib/
|
|
95
|
-
export * from './lib/
|
|
96
|
-
export * from './lib/
|
|
97
|
-
export * from './lib/
|
|
98
|
-
export * from './lib/
|
|
99
|
-
export * from './lib/
|
|
100
|
-
export * from './lib/
|
|
101
|
-
export * from './lib/
|
|
102
|
-
export * from './lib/
|
|
103
|
-
export * from './lib/
|
|
104
|
-
export * from './lib/
|
|
105
|
-
export * from './lib/
|
|
106
|
-
export * from './lib/
|
|
87
|
+
/** Templates */
|
|
88
|
+
export * from './lib/components/footer/footer.component';
|
|
89
|
+
/** Components */
|
|
90
|
+
export * from './lib/components/lib-authentication-config/components/lib-authentication-config.component';
|
|
91
|
+
export * from './lib/components/lib-integracao-ldap/components/lib-integracao-ldap.component';
|
|
92
|
+
export * from './lib/components/lib-integracoes-externas/components/lib-integracoes-externas.component';
|
|
93
|
+
export * from './lib/components/logs-api/components/detalhes-log-api/detalhes-log-api.component';
|
|
94
|
+
export * from './lib/components/logs-api/components/home-log-api/home-log-api.component';
|
|
95
|
+
export * from './lib/components/logs-data-access/components/detalhes-log-data-access/detalhes-log-data-access.component';
|
|
96
|
+
export * from './lib/components/logs-data-access/components/home-log-data-access/home-log-data-access.component';
|
|
97
|
+
export * from './lib/components/logs-email/components/detalhes-log-email/detalhes-log-email.component';
|
|
98
|
+
export * from './lib/components/logs-email/components/home-log-email/home-log-email.component';
|
|
99
|
+
export * from './lib/components/logs-geral/components/detalhes-logs-geral/detalhes-logs-geral.component';
|
|
100
|
+
export * from './lib/components/logs-geral/components/home-logs-geral/home-logs-geral.component';
|
|
101
|
+
export * from './lib/components/logs-report/components/detalhes-logs-report/detalhes-logs-report.component';
|
|
102
|
+
export * from './lib/components/logs-report/components/home-logs-report/home-logs-report.component';
|
|
103
|
+
export * from './lib/components/logs-timer/components/detalhes-log-timer/detalhes-log-timer.component';
|
|
104
|
+
export * from './lib/components/logs-timer/components/home-log-timer/home-log-timer.component';
|
|
105
|
+
export * from './lib/components/logs-ws/components/detalhes-log-ws/detalhes-log-ws.component';
|
|
106
|
+
export * from './lib/components/logs-ws/components/home-log-ws/home-logs-ws.component';
|
|
107
|
+
export * from './lib/components/page-not-authorized/page-not-authorized.component';
|
|
107
108
|
/** Widgets */
|
|
108
|
-
export * from './lib/
|
|
109
|
+
export * from './lib/components/lib-config-senha/lib-config-senha.component';
|
|
110
|
+
export * from './lib/directives/click-outside.directive';
|
|
109
111
|
export * from './lib/widgets/applied-filters/applied-filters.component';
|
|
110
112
|
export * from './lib/widgets/auditoria-button/auditoria-button.component';
|
|
111
113
|
export * from './lib/widgets/breadcrumb/infra-breadcrumb-item/infra-breadcrumb-item.component';
|
|
@@ -121,7 +123,6 @@ export * from './lib/widgets/empresa-abas/empresa-abas.component';
|
|
|
121
123
|
export * from './lib/widgets/estabelecimento-abas/estabelecimento-abas.component';
|
|
122
124
|
export * from './lib/widgets/field-control-error/field-control-error.component';
|
|
123
125
|
export * from './lib/widgets/field-error-message/field-error-message.component';
|
|
124
|
-
export * from './lib/widgets/footer/footer.component';
|
|
125
126
|
export * from './lib/widgets/generic-modal/generic-modal.component';
|
|
126
127
|
export * from './lib/widgets/grupo-contabil-abas/grupo-contabil-abas.component';
|
|
127
128
|
export * from './lib/widgets/imageCropper/dialog-cropper/dialog-cropper.component';
|
|
@@ -162,3 +163,4 @@ export * from './lib/widgets/tree/models/tree-item';
|
|
|
162
163
|
export * from './lib/widgets/tree/pipes/search-tree.pipe';
|
|
163
164
|
export * from './lib/widgets/tree/tree.component';
|
|
164
165
|
export * from './lib/widgets/usuario-abas/usuario-abas.component';
|
|
166
|
+
export * from './lib/widgets/contador-caracteres/contador-caracteres.component';
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/lib/{views → components}/lib-authentication-config/models/RetInfraAuthentication.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/lib/{views → components}/lib-integracao-ldap/components/lib-integracao-ldap.component.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/lib/{views → components}/lib-integracao-ldap/services/integracao-ad-ldap.service.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/lib/{views → components}/lib-integracoes-externas/models/2Ws/RetIntegracaoAzureSSO.d.ts
RENAMED
|
File without changes
|
/package/lib/{views → components}/lib-integracoes-externas/models/3Rn/IntegracaoAzureSSORecord.d.ts
RENAMED
|
File without changes
|
/package/lib/{views → components}/lib-integracoes-externas/models/3Rn/IntegrationAzureSSOForm.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/lib/{views → components}/logs-api/components/home-log-api/home-log-api.component.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/lib/{views → components}/logs-email/components/home-log-email/home-log-email.component.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/lib/{views → components}/logs-timer/components/home-log-timer/home-log-timer.component.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/lib/{views → components}/logs-ws/components/detalhes-log-ws/detalhes-log-ws.component.d.ts
RENAMED
|
File without changes
|
/package/lib/{views → components}/logs-ws/components/home-log-ws/home-logs-ws.component.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|