@maskito/kit
Advanced tools
Comparing version 2.3.0 to 2.3.1
{ | ||
"name": "@maskito/kit", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "The optional framework-agnostic Maskito's package with ready-to-use masks", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
"peerDependencies": { | ||
"@maskito/core": "^2.3.0" | ||
"@maskito/core": "^2.3.1" | ||
}, | ||
@@ -36,0 +36,0 @@ "module": "./index.esm.js", |
export * from './affixes-filter-preprocessor'; | ||
export * from './decimal-zero-padding-postprocessor'; | ||
export * from './empty-postprocessor'; | ||
export * from './initialization-only-preprocessor'; | ||
@@ -4,0 +5,0 @@ export * from './leading-zeroes-validation-postprocessor'; |
@@ -6,3 +6,3 @@ import type { MaskitoPostprocessor } from '@maskito/core'; | ||
*/ | ||
export declare function createThousandSeparatorPostprocessor({ thousandSeparator, decimalSeparator, prefix, postfix, minusSign, }: { | ||
export declare function createThousandSeparatorPostprocessor({ thousandSeparator, decimalSeparator, prefix, postfix, }: { | ||
thousandSeparator: string; | ||
@@ -12,4 +12,3 @@ decimalSeparator: string; | ||
postfix: string; | ||
minusSign: string; | ||
}): MaskitoPostprocessor; | ||
//# sourceMappingURL=thousand-separator-postprocessor.d.ts.map |
export * from './generate-mask-expression'; | ||
export * from './parse-number'; | ||
export * from './stringify-number-without-exp'; | ||
export * from './to-number-parts'; | ||
export * from './validate-decimal-pseudo-separators'; | ||
//# sourceMappingURL=index.d.ts.map |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
230306
217
4154