@senior-gestao-empresarial/angular-components 4.23.2 → 4.24.1
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-gestao-empresarial-angular-components.umd.js +3 -0
- package/bundles/senior-gestao-empresarial-angular-components.umd.js.map +1 -1
- package/bundles/senior-gestao-empresarial-angular-components.umd.min.js.map +1 -1
- package/esm2015/components/lookups/entities/e-008-cep-lookup.js +9 -2
- package/esm5/components/lookups/entities/e-008-cep-lookup.js +4 -1
- package/fesm2015/senior-gestao-empresarial-angular-components.js +8 -1
- package/fesm2015/senior-gestao-empresarial-angular-components.js.map +1 -1
- package/fesm5/senior-gestao-empresarial-angular-components.js +3 -0
- package/fesm5/senior-gestao-empresarial-angular-components.js.map +1 -1
- package/package.json +1 -1
- package/senior-gestao-empresarial-angular-components.metadata.json +1 -1
|
@@ -810,6 +810,9 @@ var E008CepLookup = /** @class */ (function (_super) {
|
|
|
810
810
|
]; };
|
|
811
811
|
E008CepLookup = __decorate([
|
|
812
812
|
Injectable()
|
|
813
|
+
/**
|
|
814
|
+
* @deprecated Should use PostalCodeLookup from @seniorsistemas/localization-components instead
|
|
815
|
+
*/
|
|
813
816
|
], E008CepLookup);
|
|
814
817
|
return E008CepLookup;
|
|
815
818
|
}(ErpLookups));
|