MCPcopy Create free account

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

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

↓ 3 callersFunctionnormalizeValue
(value)
src/components/MultiSelect/helpers/normalizeValue.js:1
↓ 3 callersFunctionpad2
(value)
src/styles/helpers/color/rgbaToHex.js:3
↓ 3 callersMethodregister
()
src/components/Option/index.js:97
↓ 3 callersFunctionreleaseKey
(character)
integration/helpers/releaseKey.js:1
↓ 3 callersMethodrender
()
src/components/Button/index.js:52
↓ 3 callersFunctionsetAsSelectAccordionSection
src/components/Accordion/index.js:43
↓ 3 callersFunctionsetAsSelectedIndicator
src/components/CarouselCard/indicators/index.js:22
↓ 3 callersMethodsetAsSelectedTab
(tabIndex)
src/components/Tabset/index.js:85
↓ 3 callersMethodsetValue
* Type in the input element. * @method * @param {string} value - The value to type in the input element.
src/components/Input/pageObject/index.js:51
↓ 3 callersFunctionshouldOpenMenu
(keyCode)
src/components/Picklist/helpers/shouldOpenMenu.js:10
↓ 3 callersFunctionsortWeekDays
(values)
src/components/WeekDayPicker/helpers/sortWeekDays.js:16
↓ 3 callersMethodupdateChart
()
src/components/Chart/index.js:36
↓ 3 callersMethodupdateRows
()
src/components/Table/index.js:210
↓ 3 callersMethodupdateScrollingArrows
()
src/components/Lookup/index.js:323
↓ 3 callersFunctionuseCurrentDateFromValue
(value)
src/components/Calendar/hooks/useCurrentDateFromValue.js:3
↓ 3 callersFunctionusePreviousIndex
(focusedIndex)
src/components/CodeInput/hooks/usePreviousIndex.js:3
↓ 3 callersFunctionuseRangeEndDate
(date, currentRange)
src/components/Calendar/hooks/useRangeEndDate.js:4
↓ 3 callersFunctionuseRangeStartDate
(date, currentRange)
src/components/Calendar/hooks/useRangeStartDate.js:4
↓ 3 callersFunctionuseSimulatedLoading
(list, delta)
src/components/PhoneInput/countriesDropdown/hooks/useSimulatedLoading.js:3
↓ 2 callersMethodadd
(ev)
src/libs/ResizeSensor/eventQueue.js:7
↓ 2 callersMethodaddBackdropClickListener
()
src/components/Modal/index.js:131
↓ 2 callersFunctionaddEvent
(elem, name, callback)
src/libs/ResizeSensor/index.js:144
↓ 2 callersMethodaddRefsToOptions
(options)
src/components/RadioButtonGroup/index.js:68
↓ 2 callersFunctionallowTouchMove
(element)
src/libs/scrollController/index.js:27
↓ 2 callersMethodblur
* Sets blur on the element. * @public
src/components/PrimitiveCheckbox/index.js:48
↓ 2 callersFunctionbuildEnumTypeList
(data, key)
library/styleguideComponents/PropsTable/renderers/builders/enumTypeList.js:3
↓ 2 callersFunctionbuildPlainListFromTree
(tree, parentName, parentPath)
src/components/Tree/helpers/buildPlainListFromTree.js:4
↓ 2 callersFunctionclearValue
(value, decimalSeparator)
src/components/CurrencyInput/helpers/clearValue.js:2
↓ 2 callersMethodclick
* Clicks the indicator item. * @method
src/components/CarouselCard/pageObject/indicator.js:19
↓ 2 callersMethodclick
* Clicks the input element. * @method
src/components/StrongPasswordInput/pageObject/index.js:19
↓ 2 callersMethodclickLeftMonthSelectYear
* Clicks the select year element on the left month. * @method
src/components/Calendar/pageObject/doubleCalendar.js:81
↓ 2 callersMethodclickOKButton
* Clicks the OK button element * @method
src/components/DateTimePicker/pageObject/index.js:74
↓ 2 callersMethodclickOkButton
* Clicks the OK button element. * @method
src/components/TimePicker/pageObject/index.js:76
↓ 2 callersFunctioncloseAndFocusInput
()
src/components/MultiSelect/index.js:87
↓ 2 callersFunctioncloseDrawer
()
src/components/Drawer/index.js:97
↓ 2 callersFunctioncloseModal
()
src/components/DateTimePicker/index.js:87
↓ 2 callersMethodcloseModal
()
src/components/Modal/index.js:126
↓ 2 callersMethoddetach
()
src/libs/ResizeSensor/index.js:182
↓ 2 callersFunctionfindExpandableNodesAtLevel
(nodes, level)
src/components/Tree/helpers/findExpandableNodesAtLevel.js:1
↓ 2 callersMethodfireSearch
(value)
src/components/Lookup/index.js:197
↓ 2 callersFunctionflash
src/components/Input/inputCheckbox/styled/checkbox.js:29
↓ 2 callersMethodfocus
()
src/libs/hocs/withDebounce/index.js:24
↓ 2 callersMethodfocusInput
* Focus the input element. * @method
src/components/Picklist/pageObject/index.js:34
↓ 2 callersFunctionformatInteger
({ integer, locale, options })
src/components/CurrencyInput/helpers/formatInteger.js:3
↓ 2 callersFunctionformattedMonth
(day, locale)
src/components/WeeklyCalendar/helpers/getFormattedWeek.js:3
↓ 2 callersFunctionformatter
src/components/WeeklyCalendar/week/helpers/getFormattedEventTimeRange.js:3
↓ 2 callersMethodgenerateRefsForOptions
()
src/components/RadioButtonGroup/index.js:63
↓ 2 callersFunctionget
(obj, path)
src/styles/helpers/normalizeTheme.js:15
↓ 2 callersFunctiongetActiveStepIndex
(params)
src/components/PathStep/helpers/getActiveStepIndex.js:1
↓ 2 callersFunctiongetAlgoliaHighlightParts
({ value, matchedWords })
library/styleguideComponents/UniversalSearch/getAlgoliaHighlightParts.js:1
↓ 2 callersMethodgetAlpha
* Return hex color from hex input. * @method * @returns {string}
src/components/ColorPicker/pageObject/index.js:110
↓ 2 callersFunctiongetBrowserLocale
()
src/libs/utils/getBrowserLocale.js:3
↓ 2 callersFunctiongetContrastRatio
(foreground, background)
src/styles/helpers/color/getContrastRatio.js:3
↓ 2 callersMethodgetDefaultColorsInput
* Return the default colors input element. * @method * @returns {object}
src/components/ColorPicker/pageObject/index.js:74
↓ 2 callersFunctiongetElementSize
* Get element size * @param {HTMLElement} element - element to return the size. * @returns {Object} {width, height}
src/libs/ResizeSensor/index.js:13
↓ 2 callersMethodgetErrorMessageId
()
src/components/Input/pickerInput/index.js:32
↓ 2 callersFunctiongetFieldAssignedPreviewData
(data, field, fileFields, attributes)
src/components/ImportRecordsFlow/helpers/getFieldAssignedPreviewData.js:37
↓ 2 callersMethodgetFocusedDay
* Returns the day that has the current focus or empty * @method
src/components/WeekDayPicker/pageObject/index.js:47
↓ 2 callersFunctiongetFormattedValue
(value, highlightMatch, icon)
src/components/GoogleAddressLookup/helpers/getFormattedValue.js:3
↓ 2 callersMethodgetHexInput
* Return the hex input element. * @method * @returns {object}
src/components/ColorPicker/pageObject/index.js:55
↓ 2 callersMethodgetHueInput
* Return the hue input element. * @method * @returns {object}
src/components/ColorPicker/pageObject/index.js:38
↓ 2 callersMethodgetInlineTextLabelId
()
src/components/Input/inputBase/index.js:28
↓ 2 callersMethodgetInput
(weekDay)
src/components/WeekDayPicker/pageObject/index.js:57
↓ 2 callersMethodgetInputAtIndex
(inputIndex)
src/components/CodeInput/pageObject/index.js:89
↓ 2 callersFunctiongetLastDayOfWeek
(date)
src/components/WeeklyCalendar/helpers/getLastDayOfWeek.js:1
↓ 2 callersMethodgetLeftMonthSelectedYear
* Returns the value of the left select year element. * @method * @returns {string}
src/components/Calendar/pageObject/doubleCalendar.js:117
↓ 2 callersFunctiongetLibraryVersion
(libary)
library/styleguideComponents/ProjectSelector/get-library-version.js:1
↓ 2 callersFunctiongetNewIndex
(newIndex, lenght)
src/components/PhoneInput/countriesDropdown/helpers/getNewIndex.js:1
↓ 2 callersFunctiongetNextFocusedNode
(nodes, currentFocusedNode, dir)
src/components/Tree/helpers/getNextFocusedNode.js:1
↓ 2 callersFunctiongetNode
(tree, nodePath)
src/components/Tree/helpers/getNode.js:1
↓ 2 callersFunctiongetNodeLevel
({ name = '' })
src/components/Tree/helpers/getNodeLevel.js:1
↓ 2 callersFunctiongetNodeName
({ parentName, index })
src/components/Tree/helpers/getNodeName.js:1
↓ 2 callersFunctiongetNormalizeValue
(value)
src/components/Picklist/helpers/getNormalizeValue.js:1
↓ 2 callersFunctiongetPluginsConf
(rest, plugins)
src/components/Chart/helpers/getPluginsConf.js:1
↓ 2 callersFunctiongetPreviewDataToImport
(data, fieldsMap, attributes)
src/components/ImportRecordsFlow/helpers/getPreviewDataToImport.js:37
↓ 2 callersFunctiongetRadius
(height, width)
src/components/Chart/chart.js:6
↓ 2 callersFunctiongetRefIndex
(nodes, ref)
src/components/CarouselCard/utils.js:12
↓ 2 callersFunctiongetRefIndex
(nodes, ref)
src/components/CarouselCard/indicators/utils.js:8
↓ 2 callersFunctiongetRefIndex
(nodes, ref)
src/components/Tabset/utils.js:8
↓ 2 callersFunctiongetRefIndex
(nodes, ref)
src/components/InternalDropdown/helpers/insertChildOrderly.js:1
↓ 2 callersFunctiongetRefIndex
(nodes, ref)
src/components/PrimitiveMenu/utils.js:5
↓ 2 callersFunctiongetRefIndex
(nodes, ref)
src/libs/hooks/useChildrenRegister/helpers/insertChildOrderly.js:1
↓ 2 callersMethodgetRgbaInput
* Return the rgba input element for index. * @method * @param {number} index * @returns {object}
src/components/ColorPicker/pageObject/index.js:65
↓ 2 callersMethodgetRightMonthSelectedYear
* Returns the value of the left select year element. * @method * @returns {string}
src/components/Calendar/pageObject/doubleCalendar.js:236
↓ 2 callersFunctiongetRowIntervalIndexes
({ indexes, startRowKey, endRowKey })
src/components/Table/helpers/selector/getRowIntervalIndexes.js:3
↓ 2 callersMethodgetSaturationPointer
* Return the saturation pointer button element. * @method * @returns {object}
src/components/ColorPicker/pageObject/index.js:21
↓ 2 callersFunctiongetSeparator
({ locale, type, style, currency })
src/components/CurrencyInput/helpers/getSeparator.js:3
↓ 2 callersFunctiongetSlideFrom
(value, fallback)
src/components/Drawer/helpers/getSlideFrom.js:1
↓ 2 callersFunctiongetStartRowKey
(params)
src/components/Table/helpers/selector/getStartRowKey.js:3
↓ 2 callersFunctiongetSuggestions
(results, searchValue)
src/components/GoogleAddressLookup/helpers/getSuggestions.js:6
↓ 2 callersFunctiongetTotalWidth
(children)
src/components/Tabset/utils.js:29
↓ 2 callersFunctiongetTypeValue
(value, dataType)
src/components/ImportRecordsFlow/helpers/getFieldAssignedPreviewData.js:8
↓ 2 callersFunctiongetTypeValue
(value, dataType)
src/components/ImportRecordsFlow/helpers/getPreviewDataToImport.js:8
↓ 2 callersFunctiongetTypeValue
(value, dataType)
src/components/ImportRecordsFlow/helpers/getDataToImport.js:11
↓ 2 callersFunctiongetValueNames
(value)
src/components/InternalDropdown/helpers/getValueNames.js:1
↓ 2 callersFunctiongetWidthStyle
(pixels)
src/components/Table/helpers/resizer/getWidthStyle.js:1
↓ 2 callersFunctionhandleChange
src/components/MultiSelect/index.js:92
↓ 2 callersFunctionhandleChange
src/components/ImportRecordsFlow/stepTwo/index.js:31
↓ 2 callersMethodhasFocusSelect
* Returns true when the select element has focus. * @method * @returns {bool}
src/components/Select/pageObject/index.js:40
↓ 2 callersMethodhasFocusTextarea
* Returns true when the textarea element has focus. * @method * @returns {bool}
src/components/Textarea/pageObject/index.js:40
← previousnext →401–500 of 2,296, ranked by callers