@fesjs/fes-design
Version:
fes-design for PC
17 lines (16 loc) • 951 B
TypeScript
import type { InjectionKey } from 'vue';
import type { FormItemInject } from '../form/interface';
export declare const UPDATE_MODEL_EVENT = "update:modelValue";
export declare const CHANGE_EVENT = "change";
export declare const CLICK_EVENT = "click";
export declare const CLOSE_EVENT = "close";
export declare const OK_EVENT: "ok";
export declare const CANCEL_EVENT: "cancel";
export declare const ERROR_EVENT = "error";
export declare const LOAD_EVENT = "load";
export declare const PLACEMENT: readonly ["top", "top-start", "top-end", "bottom", "bottom-start", "bottom-end", "right", "right-start", "right-end", "left", "left-start", "left-end"];
export declare const TRIGGER: readonly ["click", "hover", "focus", "contextmenu"];
export declare const FORM_ITEM_INJECTION_KEY: InjectionKey<FormItemInject>;
export declare const TO_TOP_EVENT = "toTop";
export declare const TO_BOTTOM_EVENT = "toBottom";
export declare const RESIZED_EVENT = "resized";