@senior-agronegocio/angular-components 0.0.92 → 0.0.94
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 +3 -3
- 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 +3 -3
- 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 +2 -2
- 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
|
@@ -6683,17 +6683,17 @@
|
|
|
6683
6683
|
return CnpjCpfPipe;
|
|
6684
6684
|
}());
|
|
6685
6685
|
|
|
6686
|
-
var
|
|
6687
|
-
function
|
|
6686
|
+
var CnpjCpfPipeModule = /** @class */ (function () {
|
|
6687
|
+
function CnpjCpfPipeModule() {
|
|
6688
6688
|
}
|
|
6689
|
-
|
|
6689
|
+
CnpjCpfPipeModule = __decorate([
|
|
6690
6690
|
core.NgModule({
|
|
6691
6691
|
declarations: [CnpjCpfPipe],
|
|
6692
6692
|
imports: [common.CommonModule],
|
|
6693
6693
|
exports: [CnpjCpfPipe],
|
|
6694
6694
|
})
|
|
6695
|
-
],
|
|
6696
|
-
return
|
|
6695
|
+
], CnpjCpfPipeModule);
|
|
6696
|
+
return CnpjCpfPipeModule;
|
|
6697
6697
|
}());
|
|
6698
6698
|
|
|
6699
6699
|
var HostProjectConfigsInjectionToken = new core.InjectionToken("hostProjectConfigs");
|
|
@@ -6734,8 +6734,8 @@
|
|
|
6734
6734
|
exports.AsyncLock = AsyncLock;
|
|
6735
6735
|
exports.CancelEventDialogComponent = CancelEventDialogComponent;
|
|
6736
6736
|
exports.CancelEventDialogModule = CancelEventDialogModule;
|
|
6737
|
-
exports.CnpjCpfModule = CnpjCpfModule;
|
|
6738
6737
|
exports.CnpjCpfPipe = CnpjCpfPipe;
|
|
6738
|
+
exports.CnpjCpfPipeModule = CnpjCpfPipeModule;
|
|
6739
6739
|
exports.Colors = Colors;
|
|
6740
6740
|
exports.E001TnsModule = E001TnsModule;
|
|
6741
6741
|
exports.E001pesModule = E001pesModule;
|
|
@@ -6768,7 +6768,8 @@
|
|
|
6768
6768
|
exports.UserInformationService = UserInformationService;
|
|
6769
6769
|
exports.WebsocketModule = WebsocketModule;
|
|
6770
6770
|
exports.WebsocketService = WebsocketService;
|
|
6771
|
-
exports.ɵa =
|
|
6771
|
+
exports.ɵa = LibTranslatePipe;
|
|
6772
|
+
exports.ɵb = LibTranslationService;
|
|
6772
6773
|
|
|
6773
6774
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
6774
6775
|
|