y-design-ssr
Version:
SSR component library of YUI with Vue3
89 lines (88 loc) • 1.87 kB
TypeScript
export declare enum Size {
Mini = "mini",
Small = "small",
Middle = "middle",
Large = "large"
}
export declare enum Horizontal {
Left = "left",
Center = "center",
Right = "right"
}
export declare enum Vertical {
Top = "top",
Middle = "middle",
Bottom = "bottom"
}
export declare enum Position {
Relative = "relative",
Absolute = "absolute",
Fixed = "fixed"
}
export declare enum Location {
Top = "top",
Right = "right",
Bottom = "bottom",
Left = "left",
Center = "center"
}
export declare enum Direction {
clockwise = "clockwise",
counterclockwise = "counterclockwise"
}
export declare enum PaginationMode {
simple = "simple",
multi = "multi"
}
export declare enum TooltipPosition {
Top = "top",
TopStart = "top-start",
TopEnd = "top-end",
Right = "right",
RightStart = "right-start",
RightEnd = "right-end",
Left = "left",
LeftStart = "left-start",
LeftEnd = "left-end",
Bottom = "bottom",
BottomStart = "bottom-start",
BottomEnd = "bottom-end"
}
export declare enum SwipePosition {
left = "left",
top = "top",
bottom = "bottom",
right = "right"
}
export declare enum Align {
start = "start",
center = "center",
end = "end"
}
export declare enum RowType {
Flex = "flex",
Default = ""
}
export declare enum RowJustify {
Start = "start",
Center = "center",
End = "end",
SpaceBetween = "space-between",
SpaceAround = "space-around"
}
export declare enum RefreshStatus {
DEFUALT = "normal",
PULLING = "pulling",
LOOSING = "loosing",
LOADING = "loading",
SUCCESS = "success",
FAILED = "failed"
}
export declare enum TriggerTypes {
ONCHANGE = "onChange",
ONBLUR = "onBlur"
}
export declare enum DropdownDirection {
UP = "up",
DOWN = "down"
}