@maskito/kit
Advanced tools
Comparing version 2.0.2 to 2.1.0
{ | ||
"name": "@maskito/kit", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"description": "The optional framework-agnostic Maskito's package with ready-to-use masks", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
"peerDependencies": { | ||
"@maskito/core": "^2.0.2" | ||
"@maskito/core": "^2.1.0" | ||
}, | ||
@@ -36,0 +36,0 @@ "module": "./index.esm.js", |
@@ -0,5 +1,5 @@ | ||
export * from './date-segment-max-values'; | ||
export * from './default-decimal-pseudo-separators'; | ||
export * from './default-min-max-dates'; | ||
export * from './default-time-segment-max-values'; | ||
export * from './possible-dates-separator'; | ||
export * from './time-fixed-characters'; | ||
@@ -6,0 +6,0 @@ export * from './time-segment-value-lengths'; |
@@ -43,2 +43,14 @@ /** | ||
export declare const CHAR_JP_HYPHEN = "\u30FC"; | ||
/** | ||
* {@link https://symbl.cc/en/003A/ Colon} | ||
* is a punctuation mark that connects parts of a text logically. | ||
* --- | ||
* is also used as separator in time. | ||
*/ | ||
export declare const CHAR_COLON = ":"; | ||
/** | ||
* {@link https://symbl.cc/en/FF1A/ Full-width colon} | ||
* is a full-width punctuation mark used to separate parts of a text commonly in Japanese. | ||
*/ | ||
export declare const CHAR_JP_COLON = "\uFF1A"; | ||
//# sourceMappingURL=unicode-characters.d.ts.map |
export declare const DATE_TIME_SEPARATOR = ", "; | ||
export declare const POSSIBLE_DATE_TIME_SEPARATOR: string[]; | ||
//# sourceMappingURL=date-time-separator.d.ts.map |
export * from './affixes-filter-preprocessor'; | ||
export * from './decimal-zero-padding-postprocessor'; | ||
export * from './fullwidth-to-halfwidth-preprocessor'; | ||
export * from './initialization-only-preprocessor'; | ||
@@ -5,0 +4,0 @@ export * from './leading-zeroes-validation-postprocessor'; |
@@ -0,1 +1,5 @@ | ||
export { createColonConvertPreprocessor } from './colon-convert-preprocessor'; | ||
export { createDateSegmentsZeroPaddingPostprocessor } from './date-segments-zero-padding-postprocessor'; | ||
export { createFirstDateEndSeparatorPreprocessor } from './first-date-end-separator-preprocessor'; | ||
export { createFullWidthToHalfWidthPreprocessor } from './fullwidth-to-halfwidth-preprocessor'; | ||
export { createMinMaxDatePostprocessor } from './min-max-date-postprocessor'; | ||
@@ -2,0 +6,0 @@ export { normalizeDatePreprocessor } from './normalize-date-preprocessor'; |
export * from './clamp'; | ||
export * from './count-digits'; | ||
export * from './date/append-date'; | ||
export * from './date/date-segment-value-length'; | ||
export * from './date/date-to-segments'; | ||
export * from './date/get-first-complete-date'; | ||
export * from './date/is-date-string-complete'; | ||
@@ -17,2 +19,4 @@ export * from './date/parse-date-range-string'; | ||
export * from './pad-with-zeroes-until-valid'; | ||
export * from './to-half-width-colon'; | ||
export * from './to-half-width-number'; | ||
//# 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
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
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
220756
213
3967