pjc-fields 0.0.62 → 0.0.63

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pjc-fields",
3
- "version": "0.0.62",
3
+ "version": "0.0.63",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.2.0",
6
6
  "@angular/core": "^21.2.0",
@@ -891,7 +891,7 @@ declare class PjcValidators {
891
891
  static dataHora(minDate?: Date, maxDate?: Date): ValidatorFn;
892
892
  }
893
893
 
894
- type PjcUnidadeMedida = 'grama' | 'kilo' | 'unidade' | 'miligrama' | 'litro' | 'mililitro' | 'centigrama';
894
+ type PjcUnidadeMedida = 'grama' | 'quilograma' | 'unidade' | 'miligrama' | 'litro' | 'mililitro' | 'centigrama' | 'metrocubico';
895
895
  declare class PjcUtils {
896
896
  /**
897
897
  * Converte um número inteiro para extenso.