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
package/types/pjc-fields.d.ts
CHANGED
|
@@ -891,7 +891,7 @@ declare class PjcValidators {
|
|
|
891
891
|
static dataHora(minDate?: Date, maxDate?: Date): ValidatorFn;
|
|
892
892
|
}
|
|
893
893
|
|
|
894
|
-
type PjcUnidadeMedida = 'grama' | '
|
|
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.
|