SYMBOL INDEX (134 symbols across 41 files) FILE: .storybook/global-style/react-toastify-override.ts constant TOASTIFY_BOUNCE_OUT (line 3) | const TOASTIFY_BOUNCE_OUT = keyframes` constant TOASTIFY_BOUNCE_IN (line 16) | const TOASTIFY_BOUNCE_IN = keyframes` FILE: .test/custom-test-env.ts method setup (line 7) | async setup() { FILE: __stories__/helpers/components/Checkbox.tsx type CheckboxProps (line 5) | type CheckboxProps = Readonly<{ constant CHECK_COLOR (line 12) | const CHECK_COLOR = '#149DF3'; constant CHECK_BORDER_COLOR (line 13) | const CHECK_BORDER_COLOR = hexToRgba(CHECK_COLOR, 0.83); FILE: __stories__/helpers/components/CodeMarkup.tsx type CodeMarkupProps (line 14) | type CodeMarkupProps = Readonly<{ FILE: __stories__/helpers/components/OptionsCountButton.tsx type OptionsCountButtonProps (line 6) | type OptionsCountButtonProps = Readonly<{ FILE: __stories__/helpers/components/PackageLink.tsx type PackageLinkProps (line 4) | type PackageLinkProps = Readonly<{ FILE: __stories__/helpers/constants/markup.ts constant CLASS_NAME_HTML (line 15) | const CLASS_NAME_HTML = FILE: __stories__/helpers/constants/npm-package.ts constant STYLED_COMPONENTS_PACKAGE (line 1) | const STYLED_COMPONENTS_PACKAGE = { constant REACT_WINDOW_PACKAGE (line 6) | const REACT_WINDOW_PACKAGE = { FILE: __stories__/helpers/constants/options-data.ts constant PACKAGE_OPTIONS (line 3) | const PACKAGE_OPTIONS: PackageOption[] = [ constant CITY_OPTIONS (line 11) | const CITY_OPTIONS: CityOption[] = [ FILE: __stories__/helpers/constants/react-toastify.ts constant TOAST_CONTAINER_PROPS (line 10) | const TOAST_CONTAINER_PROPS: ToastContainerProps = { FILE: __stories__/helpers/constants/svg-props.ts constant CHEVRON_SVG_PROPS (line 3) | const CHEVRON_SVG_PROPS = { constant CHEVRON_DOWN_PATH_PROPS (line 8) | const CHEVRON_DOWN_PATH_PROPS: SVGProps = { constant REACT_SVG_PROPS (line 12) | const REACT_SVG_PROPS = { constant REACT_SVG_PATH_PROPS (line 17) | const REACT_SVG_PATH_PROPS: SVGProps = { constant REACT_SVG_CIRCLE_PROPS (line 21) | const REACT_SVG_CIRCLE_PROPS: SVGProps = { FILE: __stories__/helpers/constants/theme.ts constant FADE_IN_KEYFRAMES_STR (line 7) | const FADE_IN_KEYFRAMES_STR = 'FADE_IN_KEYFRAMES 0.25s ease-in-out'; constant BOUNCE_KEYFRAMES_STR (line 8) | const BOUNCE_KEYFRAMES_STR = 'BOUNCE_KEYFRAMES 1.19s ease-in-out infinite'; constant THEME_ANIMATIONS (line 10) | const THEME_ANIMATIONS: Theme = { constant THEME_CONFIG (line 34) | const THEME_CONFIG: Theme = { constant THEME_OPTIONS (line 84) | const THEME_OPTIONS = createThemeOptions(ThemeEnum); constant THEME_DEFAULTS (line 85) | const THEME_DEFAULTS = mergeDeep(DEFAULT_THEME, THEME_ANIMATIONS); FILE: __stories__/helpers/styled/index.ts constant MEDIA_QUERY_IS_MOBILE (line 3) | const MEDIA_QUERY_IS_MOBILE = '@media only screen and (max-width: 768px)'; constant MEDIA_QUERY_IS_MOBILE_XS (line 4) | const MEDIA_QUERY_IS_MOBILE_XS = '@media only screen and (max-width: 525... constant MEDIA_QUERY_IS_TABLET_OR_DESKTOP (line 5) | const MEDIA_QUERY_IS_TABLET_OR_DESKTOP = '@media only screen and (min-wi... constant MEDIA_QUERY_IS_TABLET (line 6) | const MEDIA_QUERY_IS_TABLET = '@media only screen and (max-width: 991px)... constant PARAGRAPH_BASE_STYLE (line 10) | const PARAGRAPH_BASE_STYLE = css` constant SPIN_KEYFRAMES (line 342) | const SPIN_KEYFRAMES = keyframes` constant SPIN_ANIMATION_CSS (line 350) | const SPIN_ANIMATION_CSS = css`animation: ${SPIN_KEYFRAMES} infinite 8s ... FILE: __stories__/types/index.d.ts type Option (line 1) | type Option = Readonly<{ type CityOption (line 6) | type CityOption = Readonly<{ type PackageOption (line 12) | type PackageOption = Readonly<{ FILE: __tests__/AriaLiveRegion.test.tsx type AriaLiveRegionProps (line 8) | type AriaLiveRegionProps = ComponentProps; constant BASE_PROPS (line 25) | const BASE_PROPS: AriaLiveRegionProps = { FILE: __tests__/AutosizeInput.test.tsx type AutosizeInputProps (line 8) | type AutosizeInputProps = ComponentProps; constant BASE_PROPS (line 29) | const BASE_PROPS: AutosizeInputProps = { FILE: __tests__/IndicatorIcons.test.tsx type IndicatorIconsProps (line 8) | type IndicatorIconsProps = ComponentProps; constant BASE_PROPS (line 28) | const BASE_PROPS: IndicatorIconsProps = { FILE: __tests__/MenuList.test.tsx type MenuListProps (line 15) | type MenuListProps = ComponentProps; constant BASE_PROPS (line 29) | const BASE_PROPS: MenuListProps = { FILE: __tests__/MultiValue.test.tsx type MultiValueProps (line 8) | type MultiValueProps = ComponentProps; constant BASE_PROPS (line 30) | const BASE_PROPS: MultiValueProps = { FILE: __tests__/Option.test.tsx type OptionProps (line 9) | type OptionProps = ComponentProps; constant OPTION_STYLE (line 26) | const OPTION_STYLE: CSSProperties = { FILE: __tests__/Select.test.tsx type SelectProps (line 15) | type SelectProps = ComponentProps; FILE: __tests__/Value.test.tsx type ValueProps (line 8) | type ValueProps = ComponentProps; constant BASE_PROPS (line 34) | const BASE_PROPS: ValueProps = { FILE: __tests__/helpers/utils.ts type Option (line 9) | type Option = Readonly<{ constant OPTIONS (line 14) | const OPTIONS: Option[] = [ constant MENU_OPTION_SELECTED (line 32) | const MENU_OPTION_SELECTED: MenuOption = { constant MENU_OPTION_DISABLED (line 43) | const MENU_OPTION_DISABLED: MenuOption = { constant MENU_OPTIONS (line 54) | const MENU_OPTIONS: MenuOption[] = [MENU_OPTION_SELECTED, MENU_OPTION_DI... FILE: src/Select.tsx type SelectProps (line 58) | type SelectProps = Readonly<{ type ValueWrapperProps (line 124) | type ValueWrapperProps = Readonly<{ type ControlWrapperProps (line 128) | interface ControlWrapperProps extends Pick; constant INPUT_BASE_STYLE (line 23) | const INPUT_BASE_STYLE = css` FILE: src/components/IndicatorIcons/index.tsx type IndicatorIconsProps (line 9) | type IndicatorIconsProps = Readonly<{ type CaretProps (line 22) | type CaretProps = Pick; FILE: src/components/Menu/MenuList.tsx type MenuListProps (line 8) | type MenuListProps = Readonly<{ FILE: src/components/Menu/Option.tsx type OptionProps (line 6) | type OptionProps = Readonly<{ FILE: src/components/Menu/index.tsx type MenuProps (line 15) | interface MenuProps extends MenuListProps { type MenuWrapperProps (line 25) | interface MenuWrapperProps extends Pick; constant CLEAR_ICON_FOCUS_STYLE (line 15) | const CLEAR_ICON_FOCUS_STYLE = css` FILE: src/components/Value/index.tsx type ValueProps (line 6) | type ValueProps = Readonly<{ FILE: src/constants/defaults.ts constant PAGE_SIZE_DEFAULT (line 9) | const PAGE_SIZE_DEFAULT = 5; constant MENU_ITEM_SIZE_DEFAULT (line 10) | const MENU_ITEM_SIZE_DEFAULT = 35; constant MENU_MAX_HEIGHT_DEFAULT (line 11) | const MENU_MAX_HEIGHT_DEFAULT = 300; constant LOADING_MSG_DEFAULT (line 12) | const LOADING_MSG_DEFAULT = 'Loading..'; constant NO_OPTIONS_MSG_DEFAULT (line 13) | const NO_OPTIONS_MSG_DEFAULT = 'No options'; constant PLACEHOLDER_DEFAULT (line 14) | const PLACEHOLDER_DEFAULT = 'Select option..'; constant EMPTY_ARRAY (line 16) | const EMPTY_ARRAY: any[] = []; constant FOCUSED_OPTION_DEFAULT (line 17) | const FOCUSED_OPTION_DEFAULT: FocusedOption = { index: -1 }; constant FUNCTIONS (line 19) | const FUNCTIONS = { FILE: src/constants/dom.ts constant ARIA_LIVE_CONTEXT_ID (line 5) | const ARIA_LIVE_CONTEXT_ID = 'aria-context'; constant ARIA_LIVE_SELECTION_ID (line 6) | const ARIA_LIVE_SELECTION_ID = 'aria-selection'; constant OPTION_CLS (line 9) | const OPTION_CLS = 'rfs-option'; constant OPTION_FOCUSED_CLS (line 10) | const OPTION_FOCUSED_CLS = `${OPTION_CLS}-focused`; constant OPTION_SELECTED_CLS (line 11) | const OPTION_SELECTED_CLS = `${OPTION_CLS}-selected`; constant OPTION_DISABLED_CLS (line 12) | const OPTION_DISABLED_CLS = `${OPTION_CLS}-disabled`; constant CARET_ICON_CLS (line 15) | const CARET_ICON_CLS = 'rfs-caret-icon'; constant CLEAR_ICON_CLS (line 16) | const CLEAR_ICON_CLS = 'rfs-clear-icon'; constant LOADING_DOTS_CLS (line 17) | const LOADING_DOTS_CLS = 'rfs-loading-dots'; constant AUTOSIZE_INPUT_CLS (line 18) | const AUTOSIZE_INPUT_CLS = 'rfs-autosize-input'; constant MENU_CONTAINER_CLS (line 19) | const MENU_CONTAINER_CLS = 'rfs-menu-container'; constant SELECT_CONTAINER_CLS (line 20) | const SELECT_CONTAINER_CLS = 'rfs-select-container'; constant CONTROL_CONTAINER_CLS (line 21) | const CONTROL_CONTAINER_CLS = 'rfs-control-container'; constant CLEAR_ICON_TESTID (line 26) | const CLEAR_ICON_TESTID = isTest ? CLEAR_ICON_CLS : undefined; constant CARET_ICON_TESTID (line 27) | const CARET_ICON_TESTID = isTest ? CARET_ICON_CLS : undefined; constant AUTOSIZE_INPUT_TESTID (line 28) | const AUTOSIZE_INPUT_TESTID = isTest ? AUTOSIZE_INPUT_CLS : undefined; constant MENU_CONTAINER_TESTID (line 29) | const MENU_CONTAINER_TESTID = isTest ? MENU_CONTAINER_CLS : undefined; constant CLEAR_ICON_MV_TESTID (line 30) | const CLEAR_ICON_MV_TESTID = isTest ? `${CLEAR_ICON_CLS}-mv` : undefined; constant SELECT_CONTAINER_TESTID (line 31) | const SELECT_CONTAINER_TESTID = isTest ? SELECT_CONTAINER_CLS : undefined; constant CONTROL_CONTAINER_TESTID (line 32) | const CONTROL_CONTAINER_TESTID = isTest ? CONTROL_CONTAINER_CLS : undefi... constant AUTOSIZE_INPUT_ATTRS (line 37) | const AUTOSIZE_INPUT_ATTRS: InputHTMLAttributes & Test... FILE: src/constants/enums.ts type MenuPositionEnum (line 11) | type MenuPositionEnum = typeof MenuPositionEnum[keyof typeof MenuPositio... type FilterMatchEnum (line 22) | type FilterMatchEnum = typeof FilterMatchEnum[keyof typeof FilterMatchEn... type OptionIndexEnum (line 36) | type OptionIndexEnum = typeof OptionIndexEnum[keyof typeof OptionIndexEn... FILE: src/constants/styled.ts constant BOUNCE_KEYFRAMES (line 3) | const BOUNCE_KEYFRAMES = keyframes` constant FADE_IN_KEYFRAMES (line 11) | const FADE_IN_KEYFRAMES = keyframes` constant FADE_IN_ANIMATION_CSS (line 19) | const FADE_IN_ANIMATION_CSS = css`${FADE_IN_KEYFRAMES} 0.2s ease-in`; constant BOUNCE_ANIMATION_CSS (line 20) | const BOUNCE_ANIMATION_CSS = css`${BOUNCE_KEYFRAMES} 1.19s ease-in-out i... FILE: src/constants/theme.ts constant DEFAULT_THEME (line 13) | const DEFAULT_THEME: DefaultTheme = { FILE: src/globals.d.ts type DefaultTheme (line 4) | interface DefaultTheme { FILE: src/hooks/useMenuPosition.ts type MenuPosition (line 9) | type MenuPosition = Readonly<{ FILE: src/types.ts type OptionData (line 4) | type OptionData = any; type CallbackFn (line 5) | type CallbackFn = (...args: any[]) => any; type AriaLiveAttribute (line 6) | type AriaLiveAttribute = 'off' | 'polite' | 'assertive'; type IconRenderer (line 8) | type IconRenderer = ReactNode | ((...args: any[]) => ReactNode); type OptionValueCallback (line 10) | type OptionValueCallback = (data: OptionData) => string | number; type OptionLabelCallback (line 11) | type OptionLabelCallback = OptionValueCallback; type RenderLabelCallback (line 12) | type RenderLabelCallback = (data: OptionData) => ReactNode; type OptionFilterCallback (line 13) | type OptionFilterCallback = (option: MenuOption) => string; type OptionDisabledCallback (line 14) | type OptionDisabledCallback = (data: OptionData) => boolean; type MouseOrTouchEvent (line 16) | type MouseOrTouchEvent = MouseEvent | TouchEvent; type MouseOrTouchEventHandler (line 17) | type MouseOrTouchEventHandler = EventHandler = { type TestableElement (line 23) | type TestableElement = Readonly<{ type SelectedOption (line 27) | type SelectedOption = Readonly<{ type FocusedOption (line 33) | interface FocusedOption extends SelectedOption { type ItemData (line 39) | type ItemData = Readonly<{ type MultiParams (line 47) | type MultiParams = Readonly<{ type MenuOption (line 52) | type MenuOption = Readonly<{ type SelectRef (line 60) | type SelectRef = Readonly<{ type Theme (line 69) | type Theme = PartialDeep; FILE: src/utils/common.ts constant DIACRITICS_REG_EXP (line 5) | const DIACRITICS_REG_EXP = /[\u0300-\u036f]/g;