Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@maskito/kit

Package Overview
Dependencies
Maintainers
0
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maskito/kit - npm Package Compare versions

Comparing version 2.4.0 to 2.5.0

src/lib/masks/time/time-options.d.ts

4

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc