Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nexxtway/react-rainbow
/ functions
Functions
2,296 in github.com/nexxtway/react-rainbow
⨍
Functions
2,296
◇
Types & classes
429
↓ 9 callers
Method
click
* Triggers a click over the focused input * @method * @param {string} inputIndex - The index of the input
src/components/CodeInput/pageObject/index.js:27
↓ 9 callers
Method
focus
()
src/components/TimePicker/ampmSelect.js:47
↓ 9 callers
Function
getBulkSelectionState
(params = {})
src/components/Table/helpers/selector/getBulkSelectionState.js:3
↓ 9 callers
Function
getCalendarBounds
(minDate, maxDate)
src/components/Calendar/helpers/getCalendarBounds.js:1
↓ 9 callers
Function
getFirstDayOfWeek
(date)
src/components/WeeklyCalendar/helpers/getFirstDayOfWeek.js:1
↓ 9 callers
Method
getLeftSelectedMonth
* Returns the text of the selected left month element. * @method * @returns {string}
src/components/Calendar/pageObject/doubleCalendar.js:106
↓ 9 callers
Method
getSectionOverflow
* Returns a new VerticalSectionOverflow page object of the element in item position. * @method * @param {number} itemPosition - The base 0 i
src/components/VerticalNavigation/pageObject/index.js:38
↓ 9 callers
Function
hexToRgba
(color, alpha = 1)
src/styles/helpers/color/hexToRgba.js:2
↓ 9 callers
Function
isChildRegistered
(name, activeChildren)
src/components/InternalDropdown/helpers/isChildRegistered.js:1
↓ 9 callers
Function
isSameYear
(date1, date2)
src/components/Calendar/helpers/isSameYear.js:1
↓ 9 callers
Function
resolveOptions
(conditions)
src/components/Chart/resolveOptions.js:6
↓ 9 callers
Function
rgbToRgba
(color, alpha = 1)
src/styles/helpers/color/rgbToRgba.js:1
↓ 9 callers
Method
scrollIntoView
* Scrolls the Option into view. * @method
src/components/Option/pageObject/index.js:98
↓ 9 callers
Method
setMinutesValue
* Type in the minutes input element. * @method * @param {string} value - The value to type in the minutes input element.
src/components/TimePicker/pageObject/index.js:237
↓ 9 callers
Method
stopListening
()
src/libs/WindowResize/index.js:13
↓ 9 callers
Function
useLocale
(localProp)
src/libs/hooks/useLocale.js:5
↓ 8 callers
Method
blur
* Sets blur on the element. * @public
src/components/CheckboxToggle/index.js:43
↓ 8 callers
Method
call
(sizeInfo)
src/libs/ResizeSensor/eventQueue.js:11
↓ 8 callers
Function
extractDate
(date)
src/components/DateTimePicker/helpers/extractDate.js:2
↓ 8 callers
Function
getLastDayMonth
(value)
src/components/Calendar/helpers/getLastDayMonth.js:1
↓ 8 callers
Method
getRef
()
src/components/Lookup/options/index.js:62
↓ 8 callers
Method
getRightSelectedMonth
* Returns the text of the selected left month element. * @method * @returns {string}
src/components/Calendar/pageObject/doubleCalendar.js:225
↓ 8 callers
Function
getSingleNewTypedValue
(prevValue, value)
src/components/TimePicker/helpers/getSingleNewTypedValue.js:18
↓ 8 callers
Function
getUpdatedRowsWhenSelect
(params = {})
src/components/Table/helpers/selector/getUpdatedRowsWhenSelect.js:6
↓ 8 callers
Function
isEmptyRange
(range)
src/components/Calendar/helpers/isEmptyRange.js:1
↓ 8 callers
Function
normalizeData
(data)
src/components/Table/helpers/data/index.js:3
↓ 8 callers
Function
normalizeMinutes
(value)
src/components/TimePicker/helpers/normalizeMinutes.js:3
↓ 8 callers
Function
normalizeTheme
(theme)
src/styles/helpers/normalizeTheme.js:103
↓ 8 callers
Method
scrollBy
(offset)
src/components/Lookup/index.js:288
↓ 8 callers
Function
useErrorMessageId
(error)
src/libs/hooks/useErrorMessageId.js:4
↓ 8 callers
Function
useLabelId
(label)
src/libs/hooks/useLabelId.js:4
↓ 7 callers
Method
arrowDownExists
* Returns true when the the arrow to scroll down exits, false otherwise. * @method * @returns {bool}
src/components/Lookup/pageObject/index.js:245
↓ 7 callers
Method
arrowUpExists
* Returns true when the the arrow to scroll down exits, false otherwise. * @method * @returns {bool}
src/components/Lookup/pageObject/index.js:256
↓ 7 callers
Method
click
* Sets click on the element. * @public
src/components/Textarea/index.js:67
↓ 7 callers
Method
click
* Clicks the tab item. * @method
src/components/Tab/pageObject/index.js:19
↓ 7 callers
Method
clickDownButton
* Clicks the down button element. * @method
src/components/TimePicker/pageObject/index.js:56
↓ 7 callers
Method
clickExpandButton
* Clicks the button icon element. * @method
src/components/Tree/pageObject/node.js:37
↓ 7 callers
Method
clickSearch
* Clicks the search element * @method
src/components/Picklist/pageObject/index.js:145
↓ 7 callers
Function
computeUniqueRowKey
(rowData, keyField)
src/components/Table/helpers/rows/computeUniqueRowKey.js:6
↓ 7 callers
Function
findNodeByFirstLetter
(nodes, searchTerm, fromIndex)
src/components/Tree/helpers/findNodeByFirstLetter.js:1
↓ 7 callers
Function
getCurrentSelectionLength
(selectedRowsKeys)
src/components/Table/helpers/selector/getCurrentSelectionLength.js:5
↓ 7 callers
Function
getInputValue
(value, placeholder, hour24 = false)
src/components/TimePicker/helpers/getInputValue.js:1
↓ 7 callers
Function
getNextHour
(value, hour24 = false)
src/components/TimePicker/helpers/getNextHour.js:1
↓ 7 callers
Method
getOptionsLength
* Get the number of matched options. * @method * @returns {number}
src/components/Lookup/pageObject/index.js:139
↓ 7 callers
Function
getPrevHour
(value, hour24 = false)
src/components/TimePicker/helpers/getPrevHour.js:1
↓ 7 callers
Method
getSelectedRows
(rows)
src/components/Table/index.js:186
↓ 7 callers
Function
getTheme
(props)
src/styles/helpers/getTheme.js:4
↓ 7 callers
Function
getUpdatedRowsWhenDeselect
(params = {})
src/components/Table/helpers/selector/getUpdatedRowsWhenDeselect.js:6
↓ 7 callers
Method
getValue
()
src/components/CheckboxGroup/index.js:32
↓ 7 callers
Method
hasFocusMinutesInput
* Returns true when the minutes input has focus. * @method * @returns {bool}
src/components/TimePicker/pageObject/index.js:161
↓ 7 callers
Method
hasFocusSelectedOptionInput
* Returns true when the selected option input element has focus. * @method * @returns {bool}
src/components/Lookup/pageObject/index.js:85
↓ 7 callers
Function
isDateWithinRange
(date, range)
src/components/Calendar/helpers/isDateWithinRange.js:3
↓ 7 callers
Function
isDisabledRow
(params = {})
src/components/Table/helpers/selector/isDisabledRow.js:4
↓ 7 callers
Function
isHexColor
(string)
src/styles/helpers/color/isHexColor.js:3
↓ 7 callers
Function
isInArray
(value, array)
src/components/Calendar/helpers/isInArray.js:3
↓ 7 callers
Function
isNumber
(value)
src/components/TimePicker/helpers/isNumber.js:3
↓ 7 callers
Function
isOptionChecked
(option, currentValue)
src/components/RadioButtonGroup/helpers/isOptionChecked.js:1
↓ 7 callers
Function
isOptionVisible
(elem, container)
src/components/Lookup/helpers/isOptionVisible.js:1
↓ 7 callers
Method
setYear
* Set the value of the year select element * @method * @param {string}
src/components/MonthlyCalendar/pageObject/index.js:73
↓ 7 callers
Function
toBeFocusable
(component)
jestMatchers/toBeFocusable.js:15
↓ 7 callers
Method
waitUntilDataIsLoaded
* Wait until the data is loaded. * @method
src/components/Table/pageObject/index.js:78
↓ 6 callers
Method
blur
* Sets blur on the element. * @public
src/components/Input/index.js:39
↓ 6 callers
Function
bound01
(value, max)
src/styles/helpers/color/bound01.js:5
↓ 6 callers
Method
clickCloseButton
* Clicks the close button element. * @method
src/components/Modal/pageObject/index.js:21
↓ 6 callers
Method
closeMenu
()
src/components/Picklist/index.js:150
↓ 6 callers
Method
decrement
()
src/libs/counterManager/index.js:10
↓ 6 callers
Function
findTabbableElements
(element)
src/libs/manageTab/findTabbableElements.js:31
↓ 6 callers
Function
get12HourTime
(value)
src/components/TimePicker/helpers/get12HourTime.js:28
↓ 6 callers
Function
getAssignFieldsData
(params)
src/components/ImportRecordsFlow/helpers/getAssignFieldsData.js:1
↓ 6 callers
Function
getBackgroundgColor
src/components/PathStep/styled/index.js:6
↓ 6 callers
Function
getColorValue
src/components/ColorInput/helpers/getColorValue.js:4
↓ 6 callers
Function
getFileFieldsOptions
(fields)
src/components/ImportRecordsFlow/helpers/getFileFieldsOptions.js:1
↓ 6 callers
Function
getFirstItem
(pages, activePage)
src/components/Pagination/getFirstItem.js:1
↓ 6 callers
Function
getFormattedMonth
(value, locale = 'en-US')
src/components/Calendar/helpers/getFormattedMonth.js:1
↓ 6 callers
Function
getHeightOfDate
(date)
src/components/WeeklyCalendar/helpers/getHeightOfDate.js:3
↓ 6 callers
Function
getIconSize
(size)
src/components/HelpText/helpers/getIconSize.js:6
↓ 6 callers
Method
getLabelText
* Returns the text of the tab item. * @method * @returns {string}
src/components/Tab/pageObject/index.js:63
↓ 6 callers
Method
getMaxRowSelection
()
src/components/Table/index.js:191
↓ 6 callers
Function
getNormalizedOptions
(options)
src/components/Lookup/helpers/getNormalizedOptions.js:1
↓ 6 callers
Function
getRowIndexByKey
(indexes = {}, key = '')
src/components/Table/helpers/rows/getRowIndexByKey.js:1
↓ 6 callers
Function
getSign
(number)
src/components/Calendar/helpers/getSign.js:1
↓ 6 callers
Function
getText
(files, placeholder, value)
src/components/FileSelector/helpers/getText.js:1
↓ 6 callers
Method
getTimeValue
* Get the TimePicker value. * @method * @returns {string}
src/components/TimePicker/pageObject/index.js:115
↓ 6 callers
Function
getUpdatedColumns
(params)
src/components/Table/helpers/resizer/getUpdatedColumns.js:6
↓ 6 callers
Function
getUpdatedRowsWhenSelectAll
(params = {})
src/components/Table/helpers/selector/getUpdatedRowsWhenSelectAll.js:1
↓ 6 callers
Function
getValue
src/components/CounterInput/helpers/getValue.js:1
↓ 6 callers
Function
getYearsRange
({ minDate, maxDate, currentMonth })
src/components/Calendar/helpers/getYearsRange.js:12
↓ 6 callers
Method
hasModalsOpen
()
src/libs/counterManager/index.js:16
↓ 6 callers
Method
increment
()
src/libs/counterManager/index.js:6
↓ 6 callers
Function
isContentHidden
(element)
src/libs/manageTab/isContentHidden.js:1
↓ 6 callers
Method
isLoading
* Returns true when loading indicator is visible. * @method * @returns {bool}
src/components/InternalDropdown/pageObject/index.js:118
↓ 6 callers
Method
isLookupOpen
()
src/components/Lookup/index.js:241
↓ 6 callers
Function
isOptionSelected
(values, name)
src/components/ButtonOption/helpers/isOptionSelected.js:1
↓ 6 callers
Function
isSelectedRow
(selectedRowsKeys = {}, rowKeyValue)
src/components/Table/helpers/selector/isSelectedRow.js:1
↓ 6 callers
Function
isStepThreeNextButtonDisabled
(params)
src/components/ImportRecordsFlow/helpers/isStepThreeNextButtonDisabled.js:1
↓ 6 callers
Function
isValidMaxRowSelection
(maxRowSelection, rowsLength)
src/components/Table/helpers/selector/isValidMaxRowSelection.js:2
↓ 6 callers
Function
isWeekDayChecked
(weekDay, value, multiple)
src/components/WeekDayPicker/helpers/isWeekDayChecked.js:1
↓ 6 callers
Method
moveFocusedDay
(increment)
src/components/Calendar/singleCalendar.js:154
↓ 6 callers
Function
normalizeRange
(range)
src/components/Calendar/helpers/normalizeRange.js:3
↓ 6 callers
Function
normalizeValue
(value)
src/components/ProgressCircular/normalizeValue.js:1
← previous
next →
101–200 of 2,296, ranked by callers