1.3.0 • Published 2 years ago

glmask v1.3.0

Weekly downloads
20
License
-
Repository
-
Last release
2 years ago

Glmask

Mascaras simples

Mascaras diversas

  • CPF = '999.999.999-99'
  • CNPJ = '99.999.999/9999-99'
  • CEL = '(99) 9 9999-9999'
  • FIXO = '(99) 9999-9999'
  • CEP = '99.999-999'
  • CGF = '99.999999-9'

Configurar

import { GlmaskModule } from "glmask";

imports: [
    GlmaskModule
]

Usar

<input glMascara formato="CPF" type="text"

{{ value | glmask: 'CPF' }}

<input glMascara formato="CPF" type="text" outroFormato="CNPJ" alternar="isCnpj"

{{ value | glmask: 'CPF': CNPJ : isCnpj }}

isCnpj(value) { return value.length > 11; }

1.3.0

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago