@types/cleave.js
Advanced tools
Comparing version 1.4.11 to 1.4.12
@@ -21,3 +21,3 @@ import { CreditCardTypeChangeHandler } from "./creditCard"; | ||
dateMax?: string | undefined; | ||
datePattern?: ReadonlyArray<string> | undefined; | ||
datePattern?: readonly string[] | undefined; | ||
} | ||
@@ -28,3 +28,3 @@ | ||
time?: boolean | undefined; | ||
timePattern?: ReadonlyArray<string> | undefined; | ||
timePattern?: readonly string[] | undefined; | ||
timeFormat?: string | undefined; | ||
@@ -49,6 +49,6 @@ } | ||
export interface CleaveOptions { | ||
blocks?: ReadonlyArray<number> | undefined; | ||
blocks?: readonly number[] | undefined; | ||
copyDelimiter?: boolean | undefined; | ||
delimiter?: string | undefined; | ||
delimiters?: ReadonlyArray<string> | undefined; | ||
delimiters?: readonly string[] | undefined; | ||
delimiterLazyShow?: boolean | undefined; | ||
@@ -55,0 +55,0 @@ initValue?: any; |
{ | ||
"name": "@types/cleave.js", | ||
"version": "1.4.11", | ||
"version": "1.4.12", | ||
"description": "TypeScript definitions for cleave.js", | ||
@@ -35,4 +35,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cleave.js", | ||
}, | ||
"typesPublisherContentHash": "9f18237ee10a1d1562397b2cf4852aec5a746fb9a701ff21a5302d94a7f9584c", | ||
"typesPublisherContentHash": "c956aa2c894bbf5ffc802d2d4527f9cefe337a1d936e6e3f56c0f851a7893ad7", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 06 Nov 2023 22:41:05 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:23 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,0 @@ |
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
6486