UNPKG

@progress/kendo-vue-dateinputs

Version:
38 lines (37 loc) 1.08 kB
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ /** * @hidden */ export declare const defaultFormat = "d"; /** * @hidden */ export declare const defaultFormatPlaceholder = "wide"; /** * @hidden */ export declare const padZero: (length: any) => string; /** * @hidden */ export declare const approximateStringMatching: (oldTextOrigin: string, oldFormat: string, newTextOrigin: string, selectionStart: number) => any[]; /** * @hidden */ export declare const dateSymbolMap: (map: any, part: any) => Function; /** * @hidden */ export declare const isInRange: (candidate: Date | null, min: Date, max: Date) => boolean; /** * @hidden */ export declare const invalidClasses: string[]; /** @hidden */ export declare const wrapperClasses: string[];