Skip to content

@vtj


@vtj / ui / XGridEditor

Variable: XGridEditor

const XGridEditor: DefineComponent<GridEditorProps, { blur: () => void; dialogVisible: Ref<boolean, boolean>; focus: () => void; open: () => void; }, { }, { }, { }, ComponentOptionsMixin, ComponentOptionsMixin, { change: (model) => any; update:modelValue: (model) => any; }, string, PublicProps, Readonly<GridEditorProps> & Readonly<{ onChange?: (model) => any; onUpdate:modelValue?: (model) => any; }>, { minus: boolean; plus: boolean; }, { }, { }, { }, string, ComponentProvideOptions, false, { inputRef: object & Readonly<{ autocomplete: string; autofocus: boolean; autosize: InputAutoSize; clearable: boolean; containerRole: string; disabled: boolean; id: string; inputStyle: StyleValue; modelValue: string | number | null | undefined; readonly: boolean; rows: number; showPassword: boolean; showWordLimit: boolean; tabindex: string | number; type: string; validateEvent: boolean; }> & Omit<Readonly<ExtractPropTypes<{ ariaLabel: StringConstructor; autocomplete: ... & ...; autofocus: BooleanConstructor; autosize: ... & ...; clearable: BooleanConstructor; containerRole: ... & ...; disabled: BooleanConstructor; form: { __epPropKey: ...; required: ...; type: ...; validator: ...; }; formatter: { __epPropKey: ...; required: ...; type: ...; validator: ...; }; id: ... & ...; inputStyle: ... & ...; maxlength: { __epPropKey: ...; required: ...; type: ...; validator: ...; }; minlength: { __epPropKey: ...; required: ...; type: ...; validator: ...; }; modelValue: ... & ...; parser: { __epPropKey: ...; required: ...; type: ...; validator: ...; }; placeholder: { __epPropKey: ...; required: ...; type: ...; validator: ...; }; prefixIcon: { __epPropKey: ...; required: ...; type: ...; validator: ...; }; readonly: BooleanConstructor; resize: { __epPropKey: ...; required: ...; type: ...; validator: ...; }; rows: ... & ...; showPassword: BooleanConstructor; showWordLimit: BooleanConstructor; size: { __epPropKey: ...; required: ...; type: ...; validator: ...; }; suffixIcon: { __epPropKey: ...; required: ...; type: ...; validator: ...; }; tabindex: ... & ...; type: ... & ...; validateEvent: ... & ...; }>> & object, "clear" | "type" | "disabled" | "ref" | "input" | "select" | "textarea" | "id" | "tabindex" | "focus" | "autofocus" | "blur" | "modelValue" | "validateEvent" | "autosize" | "autocomplete" | "readonly" | "clearable" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows" | "textareaStyle" | "isComposing" | "resizeTextarea"> & ShallowUnwrapRef<{ autosize: Ref<InputAutoSize>; blur: () => void | undefined; clear: () => void; focus: () => void | undefined; input: ShallowRef<HTMLInputElement | undefined>; isComposing: Ref<boolean>; ref: ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>; resizeTextarea: () => void; select: () => void; textarea: ShallowRef<HTMLTextAreaElement | undefined>; textareaStyle: ComputedRef<StyleValue>; }> & object & ComponentCustomProperties & object & object | null; }, any>

Defined in: packages/ui/types/components/grid-editor/GridEditor.d.ts:5

Released under the MIT License.