@senior-agronegocio/angular-components 0.0.57 → 0.0.58
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 -0
- 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/common/agro-regex.constant.d.ts +8 -0
- package/esm2015/common/agro-regex.constant.js +9 -1
- package/esm5/common/agro-regex.constant.js +9 -1
- package/fesm2015/senior-agronegocio-angular-components.js +8 -0
- package/fesm2015/senior-agronegocio-angular-components.js.map +1 -1
- package/fesm5/senior-agronegocio-angular-components.js +8 -0
- package/fesm5/senior-agronegocio-angular-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -1754,6 +1754,14 @@
|
|
|
1754
1754
|
* Validação de Placa de Veículo
|
|
1755
1755
|
*/
|
|
1756
1756
|
isLicensePlate: /^[A-Za-z0-9]{1,7}-?[A-Za-z0-9]{1,7}$/,
|
|
1757
|
+
/**
|
|
1758
|
+
* Validação de Placa de veículo padrão mercosul
|
|
1759
|
+
*/
|
|
1760
|
+
isMercosulLicensePlate: /^[A-Z]{3}\d[A-Z]\d{2}$/,
|
|
1761
|
+
/**
|
|
1762
|
+
* Validação de Placa de veículo padrão antigo AAA-1234
|
|
1763
|
+
*/
|
|
1764
|
+
isOldLicensePlate: /^[A-Z]{3}-?\d{4}$/,
|
|
1757
1765
|
/**
|
|
1758
1766
|
* Validação de Número de Telefone
|
|
1759
1767
|
*/
|