@maskito/kit
Advanced tools
Comparing version 3.1.2 to 3.2.0
{ | ||
"name": "@maskito/kit", | ||
"version": "3.1.2", | ||
"version": "3.2.0", | ||
"description": "The optional framework-agnostic Maskito's package with ready-to-use masks", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
"peerDependencies": { | ||
"@maskito/core": "^3.1.2" | ||
"@maskito/core": "^3.2.0" | ||
}, | ||
@@ -36,0 +36,0 @@ "module": "./index.esm.js", |
@@ -6,5 +6,5 @@ export { maskitoDateOptionsGenerator } from './lib/masks/date'; | ||
export { maskitoParseTime, maskitoStringifyTime, maskitoTimeOptionsGenerator, type MaskitoTimeParams, } from './lib/masks/time'; | ||
export { maskitoAddOnFocusPlugin, maskitoCaretGuard, maskitoEventHandler, maskitoRejectEvent, maskitoRemoveOnBlurPlugin, } from './lib/plugins'; | ||
export { maskitoAddOnFocusPlugin, maskitoCaretGuard, maskitoEventHandler, maskitoRejectEvent, maskitoRemoveOnBlurPlugin, maskitoSelectionChangeHandler, } from './lib/plugins'; | ||
export { maskitoPostfixPostprocessorGenerator, maskitoPrefixPostprocessorGenerator, maskitoWithPlaceholder, } from './lib/processors'; | ||
export type { MaskitoDateMode, MaskitoDateSegments, MaskitoTimeMode, MaskitoTimeSegments, } from './lib/types'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -6,4 +6,5 @@ export { maskitoAddOnFocusPlugin } from './add-on-focus'; | ||
export { maskitoRemoveOnBlurPlugin } from './remove-on-blur'; | ||
export { maskitoSelectionChangeHandler } from './selection-change'; | ||
export { createMeridiemSteppingPlugin } from './time/meridiem-stepping'; | ||
export { createTimeSegmentsSteppingPlugin } from './time/time-segments-stepping'; | ||
//# 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
266511
240
4874