@senior-agronegocio/angular-components 0.0.92 → 0.0.93
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/bundles/senior-agronegocio-angular-components.umd.js +8 -7
- package/bundles/senior-agronegocio-angular-components.umd.js.map +1 -1
- package/bundles/senior-agronegocio-angular-components.umd.min.js +1 -1
- package/bundles/senior-agronegocio-angular-components.umd.min.js.map +1 -1
- package/esm2015/pipe/cnpj-cpf/cnpj-cpf.pipe.module.js +15 -0
- package/esm2015/pipe/cnpj-cpf/index.js +3 -0
- package/esm2015/pipe/index.js +2 -3
- package/esm2015/public-api.js +2 -2
- package/esm2015/senior-agronegocio-angular-components.js +3 -2
- package/esm5/pipe/cnpj-cpf/cnpj-cpf.pipe.module.js +18 -0
- package/esm5/pipe/cnpj-cpf/index.js +3 -0
- package/esm5/pipe/index.js +2 -3
- package/esm5/public-api.js +2 -2
- package/esm5/senior-agronegocio-angular-components.js +3 -2
- package/fesm2015/senior-agronegocio-angular-components.js +4 -4
- package/fesm2015/senior-agronegocio-angular-components.js.map +1 -1
- package/fesm5/senior-agronegocio-angular-components.js +6 -6
- package/fesm5/senior-agronegocio-angular-components.js.map +1 -1
- package/package.json +1 -1
- package/pipe/cnpj-cpf/cnpj-cpf.pipe.module.d.ts +2 -0
- package/pipe/cnpj-cpf/index.d.ts +2 -0
- package/pipe/index.d.ts +1 -2
- package/public-api.d.ts +1 -1
- package/senior-agronegocio-angular-components.d.ts +2 -1
- package/senior-agronegocio-angular-components.metadata.json +1 -1
- package/esm2015/pipe/cnpj-cpf/cnpj-cpf.module.js +0 -15
- package/esm5/pipe/cnpj-cpf/cnpj-cpf.module.js +0 -18
- package/pipe/cnpj-cpf/cnpj-cpf.module.d.ts +0 -2
|
@@ -6507,17 +6507,17 @@ var CnpjCpfPipe = /** @class */ (function () {
|
|
|
6507
6507
|
return CnpjCpfPipe;
|
|
6508
6508
|
}());
|
|
6509
6509
|
|
|
6510
|
-
var
|
|
6511
|
-
function
|
|
6510
|
+
var CnpjCpfPipeModule = /** @class */ (function () {
|
|
6511
|
+
function CnpjCpfPipeModule() {
|
|
6512
6512
|
}
|
|
6513
|
-
|
|
6513
|
+
CnpjCpfPipeModule = __decorate([
|
|
6514
6514
|
NgModule({
|
|
6515
6515
|
declarations: [CnpjCpfPipe],
|
|
6516
6516
|
imports: [CommonModule],
|
|
6517
6517
|
exports: [CnpjCpfPipe],
|
|
6518
6518
|
})
|
|
6519
|
-
],
|
|
6520
|
-
return
|
|
6519
|
+
], CnpjCpfPipeModule);
|
|
6520
|
+
return CnpjCpfPipeModule;
|
|
6521
6521
|
}());
|
|
6522
6522
|
|
|
6523
6523
|
var HostProjectConfigsInjectionToken = new InjectionToken("hostProjectConfigs");
|
|
@@ -6547,5 +6547,5 @@ var AgroAngularComponentsModule = /** @class */ (function () {
|
|
|
6547
6547
|
* Generated bundle index. Do not edit.
|
|
6548
6548
|
*/
|
|
6549
6549
|
|
|
6550
|
-
export { AGRO_NUMBERS, AGRO_REGEX, AgroAngularComponentsModule, AgroArrayUtils, AgroCookieUtils, AgroDateUtils, AgroEntityStatus, AgroFormValidator, AgroLogics, AgroNameUtils, AgroNumberUtils, AgroObjectUtils, AgroPlatformUtils, AgroStringMasks, AgroStringUtils, AsyncLock, CancelEventDialogComponent, CancelEventDialogModule,
|
|
6550
|
+
export { AGRO_NUMBERS, AGRO_REGEX, AgroAngularComponentsModule, AgroArrayUtils, AgroCookieUtils, AgroDateUtils, AgroEntityStatus, AgroFormValidator, AgroLogics, AgroNameUtils, AgroNumberUtils, AgroObjectUtils, AgroPlatformUtils, AgroStringMasks, AgroStringUtils, AsyncLock, CancelEventDialogComponent, CancelEventDialogModule, CnpjCpfPipe, CnpjCpfPipeModule, Colors, DateComparisonType, E001TnsModule, E001pesModule, E070EmpModule, E070FilModule, E075DerModule, E205depService, EventControlBoardComponent, EventControlBoardModule, EventControlBoardService, EventControlItemModule, EventControlModule, EventStepsComponent, EventStepsModule, ExternalInvoiceModule, FixationModule, HostProjectConfigsInjectionToken, HttpCodes, InvoiceModule, LibTranslatePipe, LibTranslationModule, LibTranslationService, NumberComparisonType, OriginationModule, PaginatorStorageService, PrimitiveManager, ProducerInvoiceModule, RuralEstateModule, SharedModule, TicketModule, TransferModule, UserInformationService, WebsocketModule, WebsocketService, LibTranslatePipe as ɵa, LibTranslationService as ɵb };
|
|
6551
6551
|
//# sourceMappingURL=senior-agronegocio-angular-components.js.map
|