ngx-sp-infra 6.11.0 → 6.11.2

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.
@@ -11563,6 +11563,14 @@ class RetStringList {
11563
11563
  }
11564
11564
  }
11565
11565
 
11566
+ class ReturnModel {
11567
+ constructor() {
11568
+ this.Error = false;
11569
+ this.ErrorMessage = '';
11570
+ this.Data = null;
11571
+ }
11572
+ }
11573
+
11566
11574
  class EnderecoByCep {
11567
11575
  constructor() {
11568
11576
  this.UF = "";
@@ -11959,6 +11967,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
11959
11967
  args: [{ providedIn: 'root' }]
11960
11968
  }], ctorParameters: () => [] });
11961
11969
 
11970
+ const cnpjMaskConfig = {
11971
+ patterns: {
11972
+ '0': { pattern: new RegExp('[0-9]') }, // números obrigatórios
11973
+ '9': { pattern: new RegExp('[0-9]') }, // números opcionais
11974
+ 'A': { pattern: new RegExp('[A-Za-z0-9]') }, // letras e números
11975
+ 'S': { pattern: new RegExp('[A-Za-z]') }, // letras
11976
+ 'U': { pattern: new RegExp('[A-Z]') }, // maiúsculas
11977
+ 'L': { pattern: new RegExp('[a-z]') }, // minúsculas
11978
+ 'D': { pattern: new RegExp('[0-9]') }, // compatibilidade
11979
+ 'X': { pattern: new RegExp('.+') } // qualquer caractere
11980
+ }
11981
+ };
11982
+
11962
11983
  class SettingsService {
11963
11984
  constructor() { }
11964
11985
  getLocaleId() {
@@ -11989,19 +12010,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
11989
12010
  }]
11990
12011
  }], ctorParameters: () => [] });
11991
12012
 
11992
- const cnpjMaskConfig = {
11993
- patterns: {
11994
- '0': { pattern: new RegExp('[0-9]') }, // números obrigatórios
11995
- '9': { pattern: new RegExp('[0-9]') }, // números opcionais
11996
- 'A': { pattern: new RegExp('[A-Za-z0-9]') }, // letras e números
11997
- 'S': { pattern: new RegExp('[A-Za-z]') }, // letras
11998
- 'U': { pattern: new RegExp('[A-Z]') }, // maiúsculas
11999
- 'L': { pattern: new RegExp('[a-z]') }, // minúsculas
12000
- 'D': { pattern: new RegExp('[0-9]') }, // compatibilidade
12001
- 'X': { pattern: new RegExp('.+') } // qualquer caractere
12002
- }
12003
- };
12004
-
12005
12013
  class FileService {
12006
12014
  static async convertFileToBase64(file) {
12007
12015
  const BASE_64 = new Promise((resolve, reject) => {
@@ -12454,5 +12462,5 @@ class TreeItem {
12454
12462
  * Generated bundle index. Do not edit.
12455
12463
  */
12456
12464
 
12457
- export { A11yClickDirective, AlertComponent, AppliedFiltersComponent, AuditoriaButtonComponent, BasicFilters, BreadcrumbComponent, BtnLeftDirective, BtnRightDirective, CheckUrlAndMethodService, ClickOutsideDirective, ComboboxComponent, ComboboxMultipleChoiceComponent, ConfirmComponent, ConfirmModalComponent, ContadorCaracteresComponent, ContainerTabsModel, ContentContainerComponent, CopyClipboardDirective, CpfCnpjPipe, CpfCnpjValidator, CpfCnpjValidatorDirective, CurrencyPipe, CustomAcordionComponent, CustomFormControl, DecimalCommaPipe, 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, IconsList, ImageCropperComponent, InfraBreadcrumbComponent, InfraBreadcrumbItemComponent, InfraEstabelecimentoFavoritoDefault, InfraModule, InfraSegConfig, InfraSegConfigRecord, InnerListComponent, InnerRowsDirective, InputTrimComponent, IpServiceService, ItemsAbasComponent, LibComboboxComponent, LibComboboxReworkComponent, LibCustomizableTableComponent, LibDateRangePickerComponent, LibDirectivesModule, LibHeaderComponent, LibIconsComponent, LibNavProdutosComponent, LibPipesModule, LibSimplifiedTableComponent, LibSpinnerComponent, LibTransferListComponent, LibWidgetsModule, LimitToPipe, LoadingBtnDirective, LoadingButtonComponent, LoadingComponent, LoadingScreenComponent, MenuSubmenuTela, MessageService, ModalUtilsService, MultiStatusList, NavItem, NavProdutosComponent, NavigationOptions, OrderSortPipe, OrderingComponent, PageNotAuthorizedComponent, PaginationComponent, Params, PasswordPolicyComponent, PessoaAbasComponent, PhoneFormatPipe, RecordCombobox, ReportFile, RequiredDirective, RetBoolean, RetCep, RetError, RetEstabelecimentosModal, RetFeedbackMessage, RetInfraSegConfig, RetNumber, RetObjectList, RetRecordCombobox, RetRecordsCombobox, RetReportFile, RetString, RetStringList, RetTree, SaveComponent, SearchComboboxComponent, SearchFiltersComponent, SearchInputComponent, SearchTreePipe, SettingsService, SideTabsGenericComponent, SimpleSearchComponent, TableComponent, TableHeaderIcon, TableHeaderStructure, TableSelectionService, TextFilterPipe, TextTruncateDirective, TitleCasePipe, ToUrlPipe, TransferListConfig, TreeComponent, TreeItem, UsuarioAbasComponent, Utils, alertIds, alertTypes, cnpjMaskConfig };
12465
+ export { A11yClickDirective, AlertComponent, AppliedFiltersComponent, AuditoriaButtonComponent, BasicFilters, BreadcrumbComponent, BtnLeftDirective, BtnRightDirective, CheckUrlAndMethodService, ClickOutsideDirective, ComboboxComponent, ComboboxMultipleChoiceComponent, ConfirmComponent, ConfirmModalComponent, ContadorCaracteresComponent, ContainerTabsModel, ContentContainerComponent, CopyClipboardDirective, CpfCnpjPipe, CpfCnpjValidator, CpfCnpjValidatorDirective, CurrencyPipe, CustomAcordionComponent, CustomFormControl, DecimalCommaPipe, 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, IconsList, ImageCropperComponent, InfraBreadcrumbComponent, InfraBreadcrumbItemComponent, InfraEstabelecimentoFavoritoDefault, InfraModule, InfraSegConfig, InfraSegConfigRecord, InnerListComponent, InnerRowsDirective, InputTrimComponent, IpServiceService, ItemsAbasComponent, LibComboboxComponent, LibComboboxReworkComponent, LibCustomizableTableComponent, LibDateRangePickerComponent, LibDirectivesModule, LibHeaderComponent, LibIconsComponent, LibNavProdutosComponent, LibPipesModule, LibSimplifiedTableComponent, LibSpinnerComponent, LibTransferListComponent, LibWidgetsModule, LimitToPipe, LoadingBtnDirective, LoadingButtonComponent, LoadingComponent, LoadingScreenComponent, MenuSubmenuTela, MessageService, ModalUtilsService, MultiStatusList, NavItem, NavProdutosComponent, NavigationOptions, OrderSortPipe, OrderingComponent, PageNotAuthorizedComponent, PaginationComponent, Params, PasswordPolicyComponent, PessoaAbasComponent, PhoneFormatPipe, RecordCombobox, ReportFile, RequiredDirective, RetBoolean, RetCep, RetError, RetEstabelecimentosModal, RetFeedbackMessage, RetInfraSegConfig, RetNumber, RetObjectList, RetRecordCombobox, RetRecordsCombobox, RetReportFile, RetString, RetStringList, RetTree, ReturnModel, SaveComponent, SearchComboboxComponent, SearchFiltersComponent, SearchInputComponent, SearchTreePipe, SettingsService, SideTabsGenericComponent, SimpleSearchComponent, TableComponent, TableHeaderIcon, TableHeaderStructure, TableSelectionService, TextFilterPipe, TextTruncateDirective, TitleCasePipe, ToUrlPipe, TransferListConfig, TreeComponent, TreeItem, UsuarioAbasComponent, Utils, alertIds, alertTypes, cnpjMaskConfig };
12458
12466
  //# sourceMappingURL=ngx-sp-infra.mjs.map