MCPcopy Index your code

hub / github.com/nexxtway/react-rainbow / functions

Functions2,296 in github.com/nexxtway/react-rainbow

↓ 328 callersFunctionattachThemeAttrs
(styledElement)
src/styles/helpers/attachThemeAttrs.js:3
↓ 280 callersMethodexists
* Checks if the element exists
src/components/InternalOverlay/pageObject/index.js:18
↓ 277 callersMethodclick
* Sets click on the element. * @public
src/components/Input/index.js:31
↓ 179 callersMethodwaitUntilOpen
* Wait until the open modal transition has finished. * @method
src/components/Modal/pageObject/index.js:70
↓ 152 callersMethodgetItem
* Returns a new Tab page object of the element in item position. * @method * @param {number} itemPosition - The base 0 index of the tab item
src/components/Tabset/pageObject/index.js:25
↓ 95 callersMethodisRowSelected
* Returns true when the row is selected. * @method * @returns {bool}
src/components/Table/pageObject/row.js:47
↓ 88 callersMethodgetRow
* Returns a new Row page object of the row in the position passed. * @method * @param {number} rowPosition - The base 0 index of the row ite
src/components/Table/pageObject/index.js:64
↓ 61 callersMethodhasFocus
* Returns true when the tab item has focus. * @method * @returns {bool}
src/components/Tab/pageObject/index.js:30
↓ 59 callersMethodisOpen
* Returns true when the modal is open, false otherwise. * @method * @returns {bool}
src/components/Modal/pageObject/index.js:43
↓ 58 callersMethodclickTimeInput
* Clicks the input element. * @method
src/components/TimePicker/pageObject/index.js:25
↓ 57 callersFunctionPageCalendar
(rootElement)
src/components/Calendar/pageObject/index.js:4
↓ 56 callersFunctionuniqueId
(prefix)
src/libs/utils/uniqueId.js:3
↓ 47 callersMethodgetOption
* Returns a new LookupMenuItem page object of the element in item position. * @method * @param {number} itemPosition - The base 0 index of t
src/components/Lookup/pageObject/index.js:149
↓ 40 callersMethodgetNode
* Returns a new Node page object of the element at specified path. * @method * @param {array} path - Array with 0 base indexes that defines
src/components/Tree/pageObject/index.js:22
↓ 37 callersMethodsetQuery
* Type in the input element. * @method * @param {string} value - The value to type in the input element.
src/components/Lookup/pageObject/index.js:107
↓ 36 callersFunctionuseUniqueIdentifier
(prefix)
src/libs/hooks/useUniqueIdentifier.js:4
↓ 35 callersMethodisExpanded
* Returns true when the node is expanded, false otherwise. * @method * @returns {bool}
src/components/Tree/pageObject/node.js:48
↓ 35 callersMethodisRowSelectionDisabled
* Returns true when the row input is disabled. * @method * @returns {bool}
src/components/Table/pageObject/row.js:58
↓ 35 callersMethodisSelected
()
src/components/Tab/index.js:49
↓ 34 callersFunctionreplaceAlpha
(color, alpha)
src/styles/helpers/color/replaceAlpha.js:1
↓ 33 callersFunctiondarken
(color, coefficient = 0.1)
src/styles/helpers/color/darken.js:6
↓ 33 callersMethodisChecked
* Returns true when the star is checked. * @method * @returns {bool}
src/components/Rating/pageObject/star.js:38
↓ 32 callersMethodgetDate
* Returns the date displayed on top of the DatePicker. * @method * @returns {string}
src/components/DatePicker/pageObject/index.js:92
↓ 32 callersMethodgetSelectedMonth
* Returns the text of the current selected month element. * @method * @returns {string}
src/components/MonthlyCalendar/pageObject/index.js:51
↓ 30 callersMethodclickNextMonthButton
* Clicks the next month button element. * @method
src/components/MonthlyCalendar/pageObject/index.js:30
↓ 30 callersMethodisDayFocused
* Returns true when the specific day button element has focus. * @method * @returns {bool}
src/components/Calendar/pageObject/singleCalendar.js:133
↓ 30 callersFunctionlighten
(color, coefficient = 0.8)
src/styles/helpers/color/lighten.js:6
↓ 28 callersMethodclickDay
* Clicks the calendar specific day button element. * @method
src/components/DatePicker/pageObject/index.js:56
↓ 28 callersFunctiondecomposeColor
(color)
src/styles/helpers/color/decomposeColor.js:3
↓ 27 callersMethodwaitUntilClose
* Wait until the close modal transition has finished. * @method
src/components/Modal/pageObject/index.js:78
↓ 25 callersMethodclickInput
* Clicks the input element. * @method
src/components/Picklist/pageObject/index.js:24
↓ 25 callersMethodhover
* It moves the pointer over the Option * @method
src/components/Option/pageObject/index.js:37
↓ 24 callersFunctiongetFirstDayMonth
(date)
src/components/Calendar/helpers/getFirstDayMonth.js:1
↓ 24 callersMethodgetSelectedYear
* Returns the value of the select year element. * @method * @returns {string}
src/components/MonthlyCalendar/pageObject/index.js:62
↓ 22 callersMethodfocus
* Sets focus on the element. * @public
src/components/CheckboxToggle/index.js:27
↓ 21 callersFunctionaddMonths
(date, months)
src/components/Calendar/helpers/addMonths.js:1
↓ 21 callersFunctionformatDateTime
( date, formatStyle = 'medium', locale = 'en-US', hour24 = false, )
src/components/DateTimePicker/helpers/formatDateTime.js:10
↓ 21 callersMethodgetFocusedIndex
* Returns the index of the current input focused or -1 if not found any * @method
src/components/CodeInput/pageObject/index.js:50
↓ 20 callersMethodfocus
* Sets focus on the element. * @public
src/components/Input/index.js:23
↓ 19 callersMethodclickButton
* Clicks the button icon element. * @method
src/components/AccordionSection/pageObject/index.js:35
↓ 19 callersMethodgetHourValue
* Get the hour input value. * @method * @returns {string}
src/components/TimePicker/pageObject/index.js:150
↓ 19 callersFunctionisSameDay
(date1, date2)
src/components/Calendar/helpers/isSameDay.js:1
↓ 19 callersMethodtype
(key)
src/components/CodeInput/pageObject/index.js:15
↓ 18 callersMethodclickOn
* Triggers a click over the checkbox/radio input by clicking his label reference. * @method * @param {string} weekDay - The value of the day
src/components/WeekDayPicker/pageObject/index.js:23
↓ 18 callersMethodgetMinutesValue
* Get the minutes input value. * @method * @returns {string}
src/components/TimePicker/pageObject/index.js:172
↓ 18 callersMethodisLeftMonthDayFocused
* Returns true when the specific day button element on the left month has focus. * @method * @returns {bool}
src/components/Calendar/pageObject/doubleCalendar.js:152
↓ 18 callersFunctionshouldDateBeSelected
(date, currentValue, selectionType, currentRange)
src/components/Calendar/helpers/shouldDateBeSelected.js:3
↓ 17 callersMethodfocus
* Sets focus on the element. * @public
src/components/Picklist/index.js:197
↓ 17 callersFunctionformatDate
(date, formatStyle = 'medium', locale = 'en-US')
src/components/DatePicker/helpers/formatDate.js:8
↓ 17 callersFunctionformatDate
(date, formatStyle = 'medium', locale = 'en-US')
src/components/Calendar/helpers/formatDate.js:8
↓ 17 callersMethodisActive
* Returns true when the Option is active. * @method * @returns {bool}
src/components/Option/pageObject/index.js:57
↓ 17 callersFunctionrecomposeColor
(color)
src/styles/helpers/color/recomposeColor.js:1
↓ 17 callersFunctionwithReduxForm
(WrappedComponent)
src/libs/hocs/withReduxForm/index.js:4
↓ 16 callersMethodisMenuOpen
* Returns true when the options menu is open, false otherwise. * @method * @returns {bool}
src/components/Lookup/pageObject/index.js:175
↓ 16 callersMethodselectRow
* Clicks the row to select. * @method
src/components/Table/pageObject/row.js:22
↓ 15 callersFunctioncolorToRgba
(color)
src/styles/helpers/color/colorToRgba.js:6
↓ 15 callersMethodhasFocusButton
* Returns true when the button element has focus. * @method * @returns {bool}
src/components/AvatarMenu/pageObject/index.js:52
↓ 15 callersMethodhasFocusInput
* Returns true when the input element has focus. * @method * @returns {bool}
src/components/Input/pageObject/index.js:40
↓ 15 callersFunctionisSameMonth
(date1, date2)
src/components/Calendar/helpers/isSameMonth.js:1
↓ 14 callersFunctionaddDays
(date, days)
src/components/Calendar/helpers/addDays.js:1
↓ 14 callersMethodgetIndicatorItem
* Returns a new Indicator page object of the element in item position. * @method * @param {number} itemPosition - The base 0 index of the in
src/components/CarouselCard/pageObject/index.js:24
↓ 14 callersFunctionnormalizeHour
(value, hour24 = false)
src/components/TimePicker/helpers/normalizeHour.js:3
↓ 13 callersFunctioncompareDates
(value1, value2)
src/components/Calendar/helpers/compareDates.js:3
↓ 13 callersFunctiongetContrastText
(background)
src/styles/helpers/color/getContrastText.js:20
↓ 13 callersFunctiongetNextFocusedDate
(currentDate, nextDate)
src/components/Calendar/helpers/getNextFocusedDate.js:5
↓ 13 callersMethodgetSelectedOptionLabel
* Get the label of the selected option. * @method * @returns {string}
src/components/Lookup/pageObject/index.js:162
↓ 13 callersMethodgetValue
()
src/components/Lookup/index.js:126
↓ 13 callersMethodisRightMonthDayFocused
* Returns true when the specific day button element on the right month has focus. * @method * @returns {bool}
src/components/Calendar/pageObject/doubleCalendar.js:271
↓ 13 callersFunctionisValidColor
(color)
src/styles/helpers/color/isValidColor.js:3
↓ 13 callersFunctionnormalizeDate
(date)
src/components/Calendar/helpers/normalizeDate.js:1
↓ 12 callersMethodclickPrevMonthButton
* Clicks the previous month button element. * @method
src/components/MonthlyCalendar/pageObject/index.js:20
↓ 12 callersFunctiongetNextSortDirection
(field, sortedBy, sortDirection = 'asc')
src/components/Table/helpers/sort/index.js:3
↓ 12 callersMethodisVisible
* Returns true when the Option is visible inside the menu container. * @method * @returns {bool}
src/components/Option/pageObject/index.js:75
↓ 12 callersMethodisVisibleWithinViewport
* Returns true when the tab item is visible in the viewport. * @method * @returns {bool}
src/components/Tab/pageObject/index.js:52
↓ 12 callersMethodscrollTo
(offset)
src/components/Lookup/index.js:283
↓ 12 callersMethodsetHourValue
* Type in the hour input element. * @method * @param {string} value - The value to type in the hour input element.
src/components/TimePicker/pageObject/index.js:226
↓ 12 callersFunctionuseReduxForm
(props)
src/libs/hooks/useReduxForm.js:3
↓ 11 callersMethodclickLabel
* Clicks the label element. * @method
src/components/Input/pageObject/index.js:29
↓ 11 callersMethodclickLeftMonthDay
* Clicks the specific enabled day button element on the left month. * @method
src/components/Calendar/pageObject/doubleCalendar.js:91
↓ 11 callersMethodclickRightMonthDay
* Clicks the specific enabled day button element on the right month. * @method
src/components/Calendar/pageObject/doubleCalendar.js:210
↓ 11 callersFunctionextractTime
(date, hour24 = false)
src/components/DateTimePicker/helpers/extractTime.js:5
↓ 11 callersMethodgetColor
* Return hex color from hex input. * @method * @returns {string}
src/components/ColorPicker/pageObject/index.js:101
↓ 11 callersMethodgetSelectedDays
* Returns an array with the selected days * @method
src/components/WeekDayPicker/pageObject/index.js:32
↓ 11 callersFunctionisNotSameColumns
(prevColumns, currentColumns)
src/components/Table/helpers/columns/isNotSameColumns.js:1
↓ 11 callersFunctionisOptionSelected
(values, option)
src/components/CheckboxGroup/isOptionSelected.js:1
↓ 11 callersFunctionshouldUpdateCurrentMonth
(value, currentMonth, rightMonth)
src/components/Calendar/doubleCalendar/helpers/shouldUpdateCurrentMonth.js:3
↓ 11 callersFunctionuseTheme
()
src/libs/hooks/useTheme.js:6
↓ 10 callersMethodclick
* Clicks the CarouselImage item. * @method
src/components/CarouselImage/pageObject/index.js:19
↓ 10 callersMethodclickUpButton
* Clicks the up button element. * @method
src/components/TimePicker/pageObject/index.js:46
↓ 10 callersFunctiongetColumns
(params)
src/components/Table/helpers/columns/getColumns.js:19
↓ 10 callersFunctiongetInitialFocusedIndex
(options = [], preferredSelectedOptionIndex = 0)
src/components/Lookup/helpers/getInitialFocusedIndex.js:1
↓ 10 callersMethodgetInputValueAtIndex
* Returns the value of the input via their index (position in the input array) * @method * @param {string} inputIndex - The index of the inp
src/components/CodeInput/pageObject/index.js:75
↓ 10 callersFunctiongetRowsWithInitalSelectedRows
(params = {})
src/components/Table/helpers/selector/getRowsWithInitalSelectedRows.js:13
↓ 10 callersFunctiongetScrollTopPosition
()
integration/specs/Modal/modal-11.spec.js:24
↓ 10 callersFunctiongetSizeValue
(size)
src/components/Spinner/helpers/getSizeValue.js:10
↓ 10 callersFunctionisDateBelowLimit
(date, limit)
src/components/Calendar/helpers/isDateBelowLimit.js:3
↓ 10 callersFunctionisDateBeyondLimit
(date, limit)
src/components/Calendar/helpers/isDateBeyondLimit.js:3
↓ 10 callersMethodisNextMonthButtonFocused
* Returns true when the next month button element has focus. * @method * @returns {bool}
src/components/Calendar/pageObject/singleCalendar.js:177
↓ 10 callersMethodisPrevMonthButtonFocused
* Returns true when the previous month button element has focus. * @method * @returns {bool}
src/components/Calendar/pageObject/singleCalendar.js:166
↓ 9 callersMethodclick
* Sets click on the element. * @public
src/components/AvatarMenu/avatarButton.js:32
next →1–100 of 2,296, ranked by callers