Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Equal-UI/Equal
/ functions
Functions
68 in github.com/Equal-UI/Equal
⨍
Functions
68
◇
Types & classes
42
↓ 8 callers
Function
clamp
(number: number, min = 0, max = 1)
src/helpers/clamp.ts:2
↓ 4 callers
Function
setOpen
(state = false)
src/components/select/hooks.ts:59
↓ 4 callers
Function
setPopoverPosition
()
src/hooks/usePopover.ts:82
↓ 3 callers
Function
assign
(obj)
docs/components/Prism.ts:26
↓ 2 callers
Function
getChildrenVNodesFromSlot
(slot: Slot)
src/helpers/getChildrenVNodesFromSlot.ts:3
↓ 2 callers
Function
getTotalPosition
({ value, min, max, }: TTotalValuePosition)
src/components/slider/helpers.ts:3
↓ 2 callers
Function
hidePopover
()
src/hooks/usePopover.ts:71
↓ 2 callers
Function
mark
(str: string)
docs/components/Prism.ts:37
↓ 2 callers
Function
showPopover
()
src/hooks/usePopover.ts:75
↓ 1 callers
Function
colorChange
(data?: any)
src/components/colorpicker/hooks.ts:21
↓ 1 callers
Function
flattenDeepArray
(obj: Record<string, any>)
docs/plugins/equal.client.ts:5
↓ 1 callers
Function
getArrayIndexByDirection
({ direction, array, curIndex, }: Props)
src/components/select/helpers.ts:9
↓ 1 callers
Function
handleChange
(e: TouchEvent & MouseEvent, skip)
src/components/colorpicker/hooks/alpha.ts:12
↓ 1 callers
Function
handleChange
(e: TouchEvent & MouseEvent, skip: any)
src/components/colorpicker/hooks/hue.ts:20
↓ 1 callers
Function
mergeClasses
(...classes: CSSClasses)
src/hooks/useVariants.ts:20
↓ 1 callers
Function
scrollToSelectedOption
()
src/components/select/hooks.ts:34
↓ 1 callers
Function
selectClasses
( classesObject: CSSClassKeyValuePair, )
src/hooks/useVariants.ts:13
↓ 1 callers
Function
selectOption
(optionIndex: number)
src/components/select/hooks.ts:88
↓ 1 callers
Function
toggleDropdown
()
src/components/select/hooks.ts:61
↓ 1 callers
Function
tooltip
(theme: EqualUIConfiguration)
src/directives/tooltip.ts:8
↓ 1 callers
Function
unbindEventListeners
()
src/components/colorpicker/hooks/alpha.ts:78
↓ 1 callers
Function
unbindEventListeners
()
src/components/colorpicker/hooks/saturation.ts:92
↓ 1 callers
Function
unbindEventListeners
()
src/components/colorpicker/hooks/hue.ts:77
↓ 1 callers
Function
unfocusOption
()
src/components/select/hooks.ts:112
↓ 1 callers
Function
usePopover
(props: any)
src/hooks/usePopover.ts:11
Function
_interopDefault
(ex)
docs/components/Prism.ts:3
Function
alpha
( props: { [key: string]: any }, emit: (name: string, prop: any) => void, )
src/components/colorpicker/hooks/alpha.ts:5
Function
beforeMount
(elem, binding)
src/directives/clickOutside.ts:4
Function
changeHue
(val: number)
src/components/colorpicker/hooks.ts:28
Function
colorpicker
( props: { [key: string]: any }, emit: (name: string, prop: any) => void, )
src/components/colorpicker/hooks.ts:4
Function
getCoordsByEvent
({ changedTouches, clientX, clientY, }: MouseEvent & TouchEvent)
src/components/slider/helpers.ts:9
Function
getOptionName
(option: TOption)
src/components/select/hooks.ts:41
Function
getOptionValue
(option: TOption)
src/components/select/hooks.ts:44
Function
getUpperFirstLettersWords
(text = '', wordCount = 1)
src/helpers/getUpperFirstLettersWords.ts:1
Function
getVariantPropsWithClassesList
()
src/helpers/getVariantProps.ts:35
Function
handleChange
(e: MouseEvent & TouchEvent, skip: boolean)
src/components/colorpicker/hooks/saturation.ts:16
Function
handleEnterKey
()
src/components/select/hooks.ts:137
Function
handleKey
(direction: EDirections)
src/components/select/hooks.ts:123
Function
handleMouseDown
(e: MouseEvent & TouchEvent)
src/components/colorpicker/hooks/alpha.ts:70
Function
handleMouseDown
()
src/components/colorpicker/hooks/saturation.ts:82
Function
handleMouseDown
(e)
src/components/colorpicker/hooks/hue.ts:69
Function
handleMouseEnter
(e: Event)
src/hooks/usePopover.ts:47
Function
handleMouseLeave
()
src/hooks/usePopover.ts:63
Function
handleMouseUp
()
src/components/colorpicker/hooks/alpha.ts:75
Function
handleMouseUp
()
src/components/colorpicker/hooks/saturation.ts:88
Function
handleMouseUp
(e)
src/components/colorpicker/hooks/hue.ts:74
Function
hue
( props: { [key: string]: any }, emit: (name: string, prop: any) => void, )
src/components/colorpicker/hooks/hue.ts:5
Function
install
(Vue: App, configuration: EqualUIConfiguration)
src/index.ts:72
Function
mounted
(elem, binding)
src/directives/tooltip.ts:9
Function
remove
(index: number)
src/components/select/hooks.ts:78
Function
saturation
( props: { [key: string]: any }, emit: (name: string, prop: any) => void, )
src/components/colorpicker/hooks/saturation.ts:5
Function
setOptionRef
(el: HTMLElement, i: number)
src/components/select/hooks.ts:47
Function
setSelectListRef
(dropdown: HTMLElement)
src/components/select/hooks.ts:53
Function
setValuePosition
(newValue: number)
src/components/slider/hooks.ts:42
Function
substrPositions
(str, substr)
docs/components/Prism.ts:13
Function
toKeyHandler
(side: Positions.L | Positions.R, e: KeyboardEvent)
src/components/colorpicker/hooks/alpha.ts:44
Function
toKeyHandler
( side: 'up' | 'right' | 'down' | 'left', e: KeyboardEvent, )
src/components/colorpicker/hooks/saturation.ts:48
Function
toKeyHandler
(side: Positions.L | Positions.R, e: KeyboardEvent)
src/components/colorpicker/hooks/hue.ts:50
Function
unmounted
(elem)
src/directives/tooltip.ts:93
Function
unmounted
(elem)
src/directives/clickOutside.ts:24
Function
updated
(elem)
src/directives/tooltip.ts:92
Function
useAvatarGroup
( props: { max: number | null }, slots: Slots, )
src/components/avatar-group/hooks.ts:5
Function
useCheckSlot
(slots: Slots, name: string)
src/hooks/useCheckSlot.ts:3
Function
useNotification
()
src/components/notification/index.ts:29
Function
useSelect
(props: TSelectProps, emit: TEmit)
src/components/select/hooks.ts:7
Function
useStepsPoints
( startValue: TStepItem[], { max, min, step, valuePosition }: TDataByPreparedStepList, )
src/components/slider/hooks.ts:12
Function
useValuePosition
( props: { [key: string]: any }, emit: (name: string, prop: any) => void, )
src/components/slider/hooks.ts:31
Function
useVariants
( name: Components, props: VariantJSWithClassesListProps<T> = {}, )
src/hooks/useVariants.ts:37