UNPKG

@farris/ui-vue

Version:

Farris Vue, a Farris Design based Vue3 component library.

37 lines (36 loc) 1.14 kB
import { InputBaseProperty } from "../../../property-panel/src/composition/entity/input-base-property"; export declare class DatePickerProperty extends InputBaseProperty { constructor(componentId: string, designerHostService: any); getEditorProperties(propertyData: any): { properties: { readonly: { description: string; title: string; type: string; editor: { enableClear: boolean; editable: boolean; }; }; disabled: { description: string; title: string; type: string; visible: boolean; }; placeholder: { description: string; title: string; type: string; }; }; setPropertyRelates: any; description: string; title: string; type: string; $converter: string; }; private setEditorPropertyRelates; private getDateFormatOptions; private getValueFormatOptions; }