Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
decimalLimit: 2,
thousandsSeparatorSymbol: '.',
decimalSymbol: ',',
allowDecimal: true,
integerLimit: 15,
prefix: '',
suffix: ''
})
},
pispasep: {
text: '000.00000.00-0',
textMask: [/\d/, /\d/, /\d/, '.', /\d/, /\d/, /\d/, /\d/, /\d/, '.', /\d/, /\d/, '-', /\d/]
},
percentage: {
text: '00,00%',
textMask: createNumberMask_1.default({
decimalLimit: 2,
thousandsSeparatorSymbol: '.',
decimalSymbol: ',',
allowDecimal: true,
integerLimit: 15,
prefix: '',
suffix: '%'
})
},
placa: {
text: 'AAA-0000',
textMask: [/[A-S]/, /[A-Z]/, /[A-Z]/, '-', /\d/, /\d/, /\d/, /\d/]
},
processo: {
text: '0000000-00.0000.AAA.0000',
textMask: [/\d/, /\d/, /\d/, /\d/, /\d/, /\d/, /\d/, '-', /\d/, /\d/, '.', /\d/, /\d/, /\d/, /\d/, '.', /[A-Za-z]/, /[A-Za-z]/, /[A-Za-z]/, '.', /\d/, /\d/, /\d/, /\d/]
},
currency: {
text: '0.000,00',
textMask: createNumberMask_1.default({
decimalLimit: 2,
thousandsSeparatorSymbol: '.',
decimalSymbol: ',',
allowDecimal: true,
integerLimit: 15,
prefix: 'R$ ',
suffix: ''
})
},
percentage: {
text: '00,00%',
textMask: createNumberMask_1.default({
decimalLimit: 2,
thousandsSeparatorSymbol: '.',
decimalSymbol: ',',
allowDecimal: true,
integerLimit: 15,
prefix: '',
suffix: '%'
})
},
placa: {
text: 'AAA-0000',
textMask: [/[A-Za-z]/, /[A-Za-z]/, /[A-Za-z]/, '-', /\d/, /\d/, /\d/, /\d/]
},
titulo: {
text: '0000.0000.0000',
textMask: [/\d/, /\d/, /\d/, /\d/, '.', /\d/, /\d/, /\d/, /\d/, '.', /\d/, /\d/, /\d/, /\d/]
decimalLimit: 2,
thousandsSeparatorSymbol: '.',
decimalSymbol: ',',
allowDecimal: true,
integerLimit: 15,
prefix: '',
suffix: ''
})
},
pispasep: {
text: '000.00000.00-0',
textMask: [/\d/, /\d/, /\d/, '.', /\d/, /\d/, /\d/, /\d/, /\d/, '.', /\d/, /\d/, '-', /\d/]
},
percentage: {
text: '00,00%',
textMask: createNumberMask_1.default({
decimalLimit: 2,
thousandsSeparatorSymbol: '.',
decimalSymbol: ',',
allowDecimal: true,
integerLimit: 15,
prefix: '',
suffix: '%'
})
},
placa: {
text: 'AAA-0000',
textMask: [/[A-S]/, /[A-Z]/, /[A-Z]/, '-', /\d/, /\d/, /\d/, /\d/]
},
processo: {
text: '0000000-00.0000.AAA.0000',
textMask: [/\d/, /\d/, /\d/, /\d/, /\d/, /\d/, /\d/, '-', /\d/, /\d/, '.', /\d/, /\d/, /\d/, /\d/, '.', /[A-Za-z]/, /[A-Za-z]/, /[A-Za-z]/, '.', /\d/, /\d/, /\d/, /\d/]