@maskito/kit
Advanced tools
Comparing version 2.4.0 to 2.5.0
{ | ||
"name": "@maskito/kit", | ||
"version": "2.4.0", | ||
"version": "2.5.0", | ||
"description": "The optional framework-agnostic Maskito's package with ready-to-use masks", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
"peerDependencies": { | ||
"@maskito/core": "^2.4.0" | ||
"@maskito/core": "^2.5.0" | ||
}, | ||
@@ -36,0 +36,0 @@ "module": "./index.esm.js", |
@@ -5,3 +5,3 @@ export { maskitoDateOptionsGenerator } from './lib/masks/date'; | ||
export { maskitoNumberOptionsGenerator, maskitoParseNumber } from './lib/masks/number'; | ||
export { maskitoTimeOptionsGenerator } from './lib/masks/time'; | ||
export { maskitoParseTime, maskitoStringifyTime, maskitoTimeOptionsGenerator, MaskitoTimeParams, } from './lib/masks/time'; | ||
export { maskitoAddOnFocusPlugin, maskitoCaretGuard, maskitoEventHandler, maskitoRejectEvent, maskitoRemoveOnBlurPlugin, } from './lib/plugins'; | ||
@@ -8,0 +8,0 @@ export { maskitoPostfixPostprocessorGenerator, maskitoPrefixPostprocessorGenerator, maskitoWithPlaceholder, } from './lib/processors'; |
export { maskitoTimeOptionsGenerator } from './time-mask'; | ||
export { MaskitoTimeParams } from './time-options'; | ||
export { maskitoParseTime, maskitoStringifyTime } from './utils'; | ||
//# sourceMappingURL=index.d.ts.map |
import type { MaskitoOptions } from '@maskito/core'; | ||
import type { MaskitoTimeMode, MaskitoTimeSegments } from '../../types'; | ||
export declare function maskitoTimeOptionsGenerator({ mode, timeSegmentMaxValues, step, }: { | ||
mode: MaskitoTimeMode; | ||
timeSegmentMaxValues?: Partial<MaskitoTimeSegments<number>>; | ||
step?: number; | ||
}): Required<MaskitoOptions>; | ||
import type { MaskitoTimeParams } from './time-options'; | ||
export declare function maskitoTimeOptionsGenerator({ mode, timeSegmentMaxValues, step, }: MaskitoTimeParams): Required<MaskitoOptions>; | ||
//# sourceMappingURL=time-mask.d.ts.map |
@@ -1,3 +0,4 @@ | ||
export declare function validateDateString({ dateString, dateModeTemplate, offset, selection: [from, to], }: { | ||
export declare function validateDateString({ dateString, dateModeTemplate, dateSegmentsSeparator, offset, selection: [from, to], }: { | ||
dateString: string; | ||
dateSegmentsSeparator: string; | ||
dateModeTemplate: string; | ||
@@ -4,0 +5,0 @@ offset: number; |
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
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
248079
228
4486