@northlight/ui 2.15.2 → 2.15.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/northlight.d.ts +5 -18
- package/dist/es/northlight.js +4 -62
- package/dist/es/northlight.js.map +1 -1
- package/dist/umd/northlight.cjs +4 -62
- package/dist/umd/northlight.cjs.map +1 -1
- package/dist/umd/northlight.min.cjs +3 -3
- package/dist/umd/northlight.min.cjs.map +1 -1
- package/package.json +4 -4
package/dist/es/northlight.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { AccordionProps, AccordionButtonProps, AccordionPanelProps, AccordionItemProps, StackDirection, AvatarProps as AvatarProps$1, AlertProps as AlertProps$1, AspectRatioProps, StackProps, BadgeProps, ButtonProps as ButtonProps$1, CheckboxProps as CheckboxProps$1, IconButtonProps as IconButtonProps$1, PopoverProps, InputProps, FlexProps, BoxProps, TagProps as TagProps$1, IconProps as IconProps$1, SystemStyleObject, HeadingProps as HeadingProps$1, TextProps, FormLabelProps as FormLabelProps$1, Heading, Text, ModalProps as ModalProps$1, NumberInputProps as NumberInputProps$1, PinInputProps as PinInputProps$1, RadioProps as RadioProps$1, RadioGroupProps as RadioGroupProps$1, SpinnerProps as SpinnerProps$1, SwitchProps as SwitchProps$1, TableProps as TableProps$1, TabsProps as TabsProps$1, TabPanelProps as TabPanelProps$1, TextareaProps as TextareaProps$1, UseToastOptions as UseToastOptions$1, FadeProps as FadeProps$1, ScaleFadeProps as ScaleFadeProps$1, SlideProps as SlideProps$1, SlideFadeProps as SlideFadeProps$1, CollapseProps as CollapseProps$1, TabListProps, TabProps, LinkProps, GridProps, GridItemProps, EditableProps as EditableProps$1 } from '@chakra-ui/react';
|
|
1
|
+
import { AccordionProps, AccordionButtonProps, AccordionPanelProps, AccordionItemProps, StackDirection, AvatarProps as AvatarProps$1, AlertProps as AlertProps$1, AspectRatioProps, StackProps, BadgeProps, ButtonProps as ButtonProps$1, CheckboxProps as CheckboxProps$1, IconButtonProps as IconButtonProps$1, PopoverProps, InputProps, FlexProps, BoxProps, TagProps as TagProps$1, IconProps as IconProps$1, SystemStyleObject, HeadingProps as HeadingProps$1, TextProps, FormLabelProps as FormLabelProps$1, Heading, Text, ModalProps as ModalProps$1, ResponsiveValue, NumberInputProps as NumberInputProps$1, PinInputProps as PinInputProps$1, RadioProps as RadioProps$1, RadioGroupProps as RadioGroupProps$1, SpinnerProps as SpinnerProps$1, SwitchProps as SwitchProps$1, TableProps as TableProps$1, TabsProps as TabsProps$1, TabPanelProps as TabPanelProps$1, TextareaProps as TextareaProps$1, UseToastOptions as UseToastOptions$1, FadeProps as FadeProps$1, ScaleFadeProps as ScaleFadeProps$1, SlideProps as SlideProps$1, SlideFadeProps as SlideFadeProps$1, CollapseProps as CollapseProps$1, TabListProps, TabProps, LinkProps, GridProps, GridItemProps, EditableProps as EditableProps$1 } from '@chakra-ui/react';
|
|
2
2
|
export { AbsoluteCenter, AccordionButtonProps, AccordionIcon, AccordionIconProps, AccordionItemProps, AccordionPanelProps, AccordionProps, AlertDescription, AlertDialog, AlertDialogBody, AlertDialogCloseButton, AlertDialogContent, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertIcon, AlertTitle, AspectRatioProps, BadgeProps, Box, BoxProps, BreadcrumbItem as Breadcrumb, BreadcrumbLink, BreadcrumbSeparator, Breadcrumb as Breadcrumbs, ButtonGroup, Card, CardBody, CardFooter, CardHeader, Center, Modal as ChakraModal, CheckboxGroup, Circle, CircularProgress, CircularProgressLabel, CloseButton, Code, Container, Divider, Drawer, DrawerBody, DrawerCloseButton, DrawerContent, DrawerFooter, DrawerHeader, DrawerOverlay, Editable, EditableInput, EditablePreview, Flex, FormControl, FormErrorMessage, FormHelperText, Grid, GridItem, HStack, Heading, Hide, Highlight, Image, Input, InputAddon, InputGroup, InputLeftAddon, InputLeftElement, InputRightAddon, InputRightElement, Kbd, Link, LinkBox, LinkOverlay, List, ListIcon, ListItem, Menu, MenuButton, MenuCommand, MenuDivider, MenuGroup, MenuIcon, MenuItem, MenuItemOption, MenuList, MenuOptionGroup, ModalBody, ModalCloseButton, ModalContent, ModalFooter, ModalHeader, NumberDecrementStepper, NumberIncrementStepper, OrderedList, PinInputField, Popover, PopoverAnchor, PopoverArrow, PopoverBody, PopoverCloseButton, PopoverContent, PopoverFooter, PopoverHeader, PopoverTrigger, Portal, RangeSlider, RangeSliderFilledTrack, RangeSliderMark, RangeSliderThumb, RangeSliderTrack, Show, SimpleGrid, Skeleton, SkeletonCircle, SkeletonText, Slider, SliderFilledTrack, SliderMark, SliderThumb, SliderTrack, Spacer, Stack, StackDivider, StackProps, Stat, StatArrow, StatGroup, StatHelpText, StatLabel, StatNumber, TabIndicator as StepIndicator, TabPanels as StepPanels, Tab, TabIndicator, TabList, TabPanels, TableBodyProps, TableCaption, TableCaptionProps, TableCellProps, TableColumnHeaderProps, TableContainer, TableContainerProps, TableFooterProps, TableHeadProps, TableRowProps, TagCloseButton, TagLabel, TagLeftIcon, TagRightIcon, Tbody, Td, Text, Tfoot, Th, Thead, Tooltip, Tr, UnorderedList, VStack, VisuallyHidden, VisuallyHiddenInput, Wrap, WrapItem, keyframes, useBoolean, useBreakpoint, useBreakpointValue, useClipboard, useControllableProp, useControllableState, useDisclosure, useEditable, useEditableControls, useEditableState, useInterval, useMediaQuery, useMergeRefs, useNumberInput, useOutsideClick, usePrefersReducedMotion, useRadio, useRadioGroup, useTab, useTabs, useTheme, useToken } from '@chakra-ui/react';
|
|
3
3
|
import { Props, GroupBase, MultiValue, SingleValue, ActionMeta, MenuListProps, SelectInstance, ChakraStylesConfig } from 'chakra-react-select';
|
|
4
4
|
export { AsyncCreatableSelect, AsyncSelect, Select as ChakraReactSelect, CreatableSelect, MultiValue, SingleValue } from 'chakra-react-select';
|
|
5
5
|
import * as React$1 from 'react';
|
|
6
|
-
import React__default, { ComponentType, Ref,
|
|
6
|
+
import React__default, { ComponentType, Ref, ChangeEvent, InputHTMLAttributes, ReactNode, ReactElement, RefObject, MutableRefObject, EffectCallback, DependencyList } from 'react';
|
|
7
7
|
import * as react_hook_form from 'react-hook-form';
|
|
8
8
|
import { RegisterOptions, FieldValues, UseFormReturn as UseFormReturn$1, SetValueConfig, FieldPath, Control, ControllerRenderProps, UseFormProps, FieldError, Merge, FieldErrorsImpl } from 'react-hook-form';
|
|
9
9
|
export { useController, useFieldArray, useForm, useFormContext, useFormState, useWatch } from 'react-hook-form';
|
|
@@ -143,15 +143,6 @@ interface SelectProps<T, K extends boolean> extends Omit<Props<T, K, GroupBase<T
|
|
|
143
143
|
customOption?: ((option: T) => JSX.Element) | null;
|
|
144
144
|
isMulti?: K;
|
|
145
145
|
ref?: Ref<SelectInstance<T, K, GroupBase<T>>>;
|
|
146
|
-
/** Points to the container that the select refers to when deciding where to fit menu.
|
|
147
|
-
* E.g if you render the select in a modal you may want to sent
|
|
148
|
-
* containerRef equal to a ref pointing to that modal,
|
|
149
|
-
* because in that case the select dropdown change placement to try and stay within the modal */
|
|
150
|
-
containerRef?: UseAdaptiveMenuPlacementProps['containerRef'];
|
|
151
|
-
/** The min height that will be reserveed for the select dropdown, used to determine wheter to put
|
|
152
|
-
* dropdown on top of or bottom of select
|
|
153
|
-
*/
|
|
154
|
-
dropdownMinHeightPx?: number;
|
|
155
146
|
}
|
|
156
147
|
type SelectFieldProps<T, K extends boolean = false> = SelectProps<T, K> & Omit<InputFieldProps, 'isMulti'> & {
|
|
157
148
|
direction?: StackDirection;
|
|
@@ -160,10 +151,6 @@ type SelectFieldProps<T, K extends boolean = false> = SelectProps<T, K> & Omit<I
|
|
|
160
151
|
validate?: RegisterOptions;
|
|
161
152
|
isRequired?: boolean;
|
|
162
153
|
};
|
|
163
|
-
interface UseAdaptiveMenuPlacementProps {
|
|
164
|
-
dropdownHeightPx: number;
|
|
165
|
-
containerRef?: RefObject<HTMLDivElement>;
|
|
166
|
-
}
|
|
167
154
|
|
|
168
155
|
/**
|
|
169
156
|
* Select component that provides a customizable and accessible select input.
|
|
@@ -1942,7 +1929,7 @@ interface FastGridProps extends Omit<VariableSizeGridProps, 'children' | 'height
|
|
|
1942
1929
|
* @example (Example)
|
|
1943
1930
|
* ## Simple example
|
|
1944
1931
|
* (?
|
|
1945
|
-
* <Box h="500px" w="
|
|
1932
|
+
* <Box h="500px" w="full" border="1px solid gray" p={ 4 } borderRadius={ 4 }>
|
|
1946
1933
|
<FastGrid
|
|
1947
1934
|
columns={ 10000 }
|
|
1948
1935
|
rows={ 10000 }
|
|
@@ -2066,7 +2053,7 @@ declare const IconButton: (props: IconButtonProps & React__default.RefAttributes
|
|
|
2066
2053
|
|
|
2067
2054
|
type ModalSizes = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl' | '5xl' | '6xl' | 'full' | 'huge';
|
|
2068
2055
|
interface ModalProps extends ModalProps$1 {
|
|
2069
|
-
size?: ModalSizes
|
|
2056
|
+
size?: ResponsiveValue<ModalSizes>;
|
|
2070
2057
|
/** If true then the modal will never unmount but only hide when closing,
|
|
2071
2058
|
* stayMountedOnClose is false by default */
|
|
2072
2059
|
stayMountedOnClose?: boolean;
|
|
@@ -3829,4 +3816,4 @@ declare const useDidUpdateEffect: (effect: EffectCallback, dependencies: Depende
|
|
|
3829
3816
|
declare const theme: Record<string, any>;
|
|
3830
3817
|
declare const tottTheme: Record<string, any>;
|
|
3831
3818
|
|
|
3832
|
-
export { Accordion, AccordionButton, AccordionItem, AccordionPanel, Alert, AlertProps, AlertVariants, AspectRatio, AsyncError, AsyncErrorProps, Avatar, AvatarBadgeProps, AvatarGroup, AvatarGroupProps, AvatarProps, Badge, BasicOption, Blinker, BlinkerProps, BlockVariant, BlockVariantColorTuple, Blockquote, BodyType, Button, ButtonProps, ButtonVariants, Capitalized, Carousel, Checkbox, CheckboxField, CheckboxFieldProps, CheckboxProps, CheckboxVariants, ChildrenType, Clickable, ClickableProps, ClipboardInput, ClipboardInputProps, Collapse, CollapseProps, Color, ColorButtonProps, ColorGrade, ColorPicker, ColorPickerField, ColorPickerFieldProps, ColorPickerProps, ColorShades, ColorsExpandButtonProps, ConfirmDeleteModalProps, CurrentTheme, CustomContainerPropsType, CustomElementType, CustomFlipButtonProps, CustomFlipButtonPropsType, CustomTheme, DatePicker, DatePickerField, DatePickerFieldProps, DatePickerProps, DateRange, DateRangePicker, DateRangePickerField, DateRangePickerFieldProps, DateRangePickerProps, DragAndDrop, DragHandle, DragHandleProps, DragItem, DragItemProps, Draggable, DraggableProps, DropZone, DropZoneProps, Droppable, DroppableProps, DurationType, EditableControlsProps, EditableProps, EditableSizes, EditableText, Fade, FadeProps, FastGrid, FastGridProps, FastList, FastListProps, Field, FieldErrorType, FieldProps, FileEditorModalProps, FileFormat, FileIconButtonProps, FileItemProps, FilePicker, FilePickerField, FilePickerFieldProps, FilePickerProps, FileWithSizeAndType, FileWithSrcNameType, FileWithType, FlipButton, FlipButtonGroup, FlipButtonGroupField, FlipButtonGroupFieldProps, FlipButtonGroupProps, FlipButtonProps, Form, FormBody, FormLabel, FormLabelProps, FormProps, FormattedNumberInput, FormattedNumberInputField, FormattedNumberInputFieldProps, FormattedNumberInputPreset, FormattedNumberInputProps, H1, H2, H3, H4, H5, H6, HeadingProps, HeadingType, Icon, IconButton, IconButtonProps, IconProps, InputFieldProps, IntentButton, Label, LabelProps, LabelSizes, LabelType, Lead, ListenersType, MaskedTextInput, MaskedTextInputProps, MediatoolThemeProvider, MediatoolThemeProviderProps, Message, Modal, ModalBase, ModalBooleans, ModalProps, ModalSizes, MultiFileList, MultiFileListProps, MultiFilePicker, MultiFilePickerField, MultiFilePickerFieldProps, MultiFilePickerProps, MultiFileUploader, MultiFileUploaderProps, MultiItemType, MultiSort, MultiSortProps, NotificationIconButton, NotificationIconButtonProps, NumVal, NumValType, NumberInput, NumberInputField, NumberInputFieldProps, NumberInputProps, NumberInputSizeProps, NumberInputStepperProps, OffsetType, Option, OrganizationLogo, OrganizationLogoProps, OverflowGroup, OverflowGroupProps, OverflowIndicatorProps, P, PProps, PaneDivider, PaneItem, PinInput, PinInputProps, PinSize, PinSizeTuple, PinVariant, PresetOptions, ProgressBar, Radio, RadioFieldGroupProps, RadioFieldProps, RadioGroup, RadioGroupField, RadioGroupProps, RadioProps, ScaleFade, ScaleFadeProps, SearchBar, SearchBarField, SearchBarFieldProps, SearchBarOptionType, SearchBarProps, Select, SelectActionMeta, SelectField, SelectFieldProps, SelectProps, SetValueOptionsType, Slide, SlideFade, SlideFadeProps, SlideProps, Small, Sortable, SortableContainer, SortableContainerProps, SortableItem, SortableItemProps, SortableList, SortableListProps, Spinner, SpinnerProps, SplitPane, SplitPaneProps, StatusBlock, StatusBlockProps, StatusPin, StatusPinProps, Step, StepList, StepListProps, StepPanel, StepPanelProps, StepProps, StepStack, Steps, StepsProps, StylizedType, Switch, SwitchField, SwitchFieldProps, SwitchProps, TabPanel, TabPanelProps, Table, TableProps, Tabs, TabsProps, Tag, TagGroup, TagGroupProps, TagProps, TagsInput, TagsInputProps, TextField, TextFieldProps, TextInputFormatter, TextSizeProps, Textarea, TextareaField, TextareaFieldProps, TextareaProps, Tiny, Toast, ToastProps, Toolbox, ToolboxContent, ToolboxContentProps, ToolboxFooter, ToolboxFooterProps, ToolboxHeader, ToolboxHeaderProps, ToolboxProps, TransitionDirection,
|
|
3819
|
+
export { Accordion, AccordionButton, AccordionItem, AccordionPanel, Alert, AlertProps, AlertVariants, AspectRatio, AsyncError, AsyncErrorProps, Avatar, AvatarBadgeProps, AvatarGroup, AvatarGroupProps, AvatarProps, Badge, BasicOption, Blinker, BlinkerProps, BlockVariant, BlockVariantColorTuple, Blockquote, BodyType, Button, ButtonProps, ButtonVariants, Capitalized, Carousel, Checkbox, CheckboxField, CheckboxFieldProps, CheckboxProps, CheckboxVariants, ChildrenType, Clickable, ClickableProps, ClipboardInput, ClipboardInputProps, Collapse, CollapseProps, Color, ColorButtonProps, ColorGrade, ColorPicker, ColorPickerField, ColorPickerFieldProps, ColorPickerProps, ColorShades, ColorsExpandButtonProps, ConfirmDeleteModalProps, CurrentTheme, CustomContainerPropsType, CustomElementType, CustomFlipButtonProps, CustomFlipButtonPropsType, CustomTheme, DatePicker, DatePickerField, DatePickerFieldProps, DatePickerProps, DateRange, DateRangePicker, DateRangePickerField, DateRangePickerFieldProps, DateRangePickerProps, DragAndDrop, DragHandle, DragHandleProps, DragItem, DragItemProps, Draggable, DraggableProps, DropZone, DropZoneProps, Droppable, DroppableProps, DurationType, EditableControlsProps, EditableProps, EditableSizes, EditableText, Fade, FadeProps, FastGrid, FastGridProps, FastList, FastListProps, Field, FieldErrorType, FieldProps, FileEditorModalProps, FileFormat, FileIconButtonProps, FileItemProps, FilePicker, FilePickerField, FilePickerFieldProps, FilePickerProps, FileWithSizeAndType, FileWithSrcNameType, FileWithType, FlipButton, FlipButtonGroup, FlipButtonGroupField, FlipButtonGroupFieldProps, FlipButtonGroupProps, FlipButtonProps, Form, FormBody, FormLabel, FormLabelProps, FormProps, FormattedNumberInput, FormattedNumberInputField, FormattedNumberInputFieldProps, FormattedNumberInputPreset, FormattedNumberInputProps, H1, H2, H3, H4, H5, H6, HeadingProps, HeadingType, Icon, IconButton, IconButtonProps, IconProps, InputFieldProps, IntentButton, Label, LabelProps, LabelSizes, LabelType, Lead, ListenersType, MaskedTextInput, MaskedTextInputProps, MediatoolThemeProvider, MediatoolThemeProviderProps, Message, Modal, ModalBase, ModalBooleans, ModalProps, ModalSizes, MultiFileList, MultiFileListProps, MultiFilePicker, MultiFilePickerField, MultiFilePickerFieldProps, MultiFilePickerProps, MultiFileUploader, MultiFileUploaderProps, MultiItemType, MultiSort, MultiSortProps, NotificationIconButton, NotificationIconButtonProps, NumVal, NumValType, NumberInput, NumberInputField, NumberInputFieldProps, NumberInputProps, NumberInputSizeProps, NumberInputStepperProps, OffsetType, Option, OrganizationLogo, OrganizationLogoProps, OverflowGroup, OverflowGroupProps, OverflowIndicatorProps, P, PProps, PaneDivider, PaneItem, PinInput, PinInputProps, PinSize, PinSizeTuple, PinVariant, PresetOptions, ProgressBar, Radio, RadioFieldGroupProps, RadioFieldProps, RadioGroup, RadioGroupField, RadioGroupProps, RadioProps, ScaleFade, ScaleFadeProps, SearchBar, SearchBarField, SearchBarFieldProps, SearchBarOptionType, SearchBarProps, Select, SelectActionMeta, SelectField, SelectFieldProps, SelectProps, SetValueOptionsType, Slide, SlideFade, SlideFadeProps, SlideProps, Small, Sortable, SortableContainer, SortableContainerProps, SortableItem, SortableItemProps, SortableList, SortableListProps, Spinner, SpinnerProps, SplitPane, SplitPaneProps, StatusBlock, StatusBlockProps, StatusPin, StatusPinProps, Step, StepList, StepListProps, StepPanel, StepPanelProps, StepProps, StepStack, Steps, StepsProps, StylizedType, Switch, SwitchField, SwitchFieldProps, SwitchProps, TabPanel, TabPanelProps, Table, TableProps, Tabs, TabsProps, Tag, TagGroup, TagGroupProps, TagProps, TagsInput, TagsInputProps, TextField, TextFieldProps, TextInputFormatter, TextSizeProps, Textarea, TextareaField, TextareaFieldProps, TextareaProps, Tiny, Toast, ToastProps, Toolbox, ToolboxContent, ToolboxContentProps, ToolboxFooter, ToolboxFooterProps, ToolboxHeader, ToolboxHeaderProps, ToolboxProps, TransitionDirection, UseFormReturn, UseSelectCallbacksProps, UseToastOptions, addAlpha, advancedParseFloat, createDebounceFunctionInstance, getChildrenWithProps, getContrastColor, getFieldError, getInitials, getMatchingValue, getShades, highlight, luminosity, ring, statusIconMap, theme, tottTheme, trimFormValues, useArrowFocus, useCurrentTheme, useDebounce, useDidUpdateEffect, useLoadingMessage, useOutsideRectClick, useOverflowGroup, useScreenSize, useScrollToBottom, useSelectCallbacks, useSetValueRefreshed, useToast };
|
package/dist/es/northlight.js
CHANGED
|
@@ -11162,6 +11162,7 @@ var __spreadValues$t = (a, b) => {
|
|
|
11162
11162
|
var __spreadProps$5 = (a, b) => __defProps$5(a, __getOwnPropDescs$5(b));
|
|
11163
11163
|
const WebappSkin = {
|
|
11164
11164
|
colors: __spreadProps$5(__spreadValues$t(__spreadValues$t({}, WebappSystemTokensSet.st.color), WebappComponentsTokensSet.color), {
|
|
11165
|
+
text: __spreadValues$t(__spreadValues$t({}, WebappSystemTokensSet.st.color.text), WebappComponentsTokensSet.color.text),
|
|
11165
11166
|
border: __spreadValues$t(__spreadValues$t({}, WebappSystemTokensSet.st.color.border), WebappComponentsTokensSet.color.border)
|
|
11166
11167
|
}),
|
|
11167
11168
|
sizes: WebappComponentsTokensSet.sizing,
|
|
@@ -11596,49 +11597,6 @@ const getMatchingValue = (value, options) => {
|
|
|
11596
11597
|
return value;
|
|
11597
11598
|
};
|
|
11598
11599
|
|
|
11599
|
-
const useAdaptiveMenuPlacement = ({
|
|
11600
|
-
dropdownHeightPx,
|
|
11601
|
-
containerRef
|
|
11602
|
-
}) => {
|
|
11603
|
-
const [menuPlacement, setMenuPlacement] = useState("bottom");
|
|
11604
|
-
const selectContainerRef = useRef(null);
|
|
11605
|
-
const adjustMenuPlacement = () => {
|
|
11606
|
-
if (isNil(selectContainerRef.current))
|
|
11607
|
-
return;
|
|
11608
|
-
let node = selectContainerRef.current.parentNode;
|
|
11609
|
-
while (node.parentNode) {
|
|
11610
|
-
const { overflowY, maxHeight, height } = getComputedStyle(node);
|
|
11611
|
-
if (overflowY !== "visible" || maxHeight || height)
|
|
11612
|
-
break;
|
|
11613
|
-
node = node.parentNode;
|
|
11614
|
-
}
|
|
11615
|
-
const selectRect = selectContainerRef.current.getBoundingClientRect();
|
|
11616
|
-
const containerRect = containerRef && containerRef.current ? containerRef.current.getBoundingClientRect() : node.getBoundingClientRect();
|
|
11617
|
-
const pxToContainerBottom = Math.abs(
|
|
11618
|
-
selectRect.bottom - containerRect.bottom
|
|
11619
|
-
);
|
|
11620
|
-
const pxToContainerTop = Math.abs(selectRect.top - containerRect.top);
|
|
11621
|
-
const pxToWindowBottom = Math.abs(selectRect.bottom - window.innerHeight);
|
|
11622
|
-
const shouldBeAtTop = dropdownHeightPx > pxToContainerBottom && pxToContainerTop > pxToContainerBottom || dropdownHeightPx > pxToWindowBottom && selectRect.top > pxToWindowBottom;
|
|
11623
|
-
setMenuPlacement(shouldBeAtTop ? "top" : "bottom");
|
|
11624
|
-
};
|
|
11625
|
-
useEffect(() => {
|
|
11626
|
-
adjustMenuPlacement();
|
|
11627
|
-
window.addEventListener("resize", adjustMenuPlacement);
|
|
11628
|
-
window.addEventListener("scroll", adjustMenuPlacement);
|
|
11629
|
-
return () => {
|
|
11630
|
-
window.removeEventListener("resize", adjustMenuPlacement);
|
|
11631
|
-
window.addEventListener("scroll", adjustMenuPlacement);
|
|
11632
|
-
};
|
|
11633
|
-
}, []);
|
|
11634
|
-
return { selectContainerRef, menuPlacement };
|
|
11635
|
-
};
|
|
11636
|
-
|
|
11637
|
-
const DROPDOWN_MAX_HEIGHT = 300;
|
|
11638
|
-
const DROPDOWN_MIN_HEIGHT = 55;
|
|
11639
|
-
const DROPDOWN_OPTION_HEIGHT = 37;
|
|
11640
|
-
const DROPDOWN_PADDING = 30;
|
|
11641
|
-
|
|
11642
11600
|
var __defProp$m = Object.defineProperty;
|
|
11643
11601
|
var __defProps$2 = Object.defineProperties;
|
|
11644
11602
|
var __getOwnPropDescs$2 = Object.getOwnPropertyDescriptors;
|
|
@@ -11683,9 +11641,7 @@ const Select = forwardRef$1((_a, ref) => {
|
|
|
11683
11641
|
customOption = null,
|
|
11684
11642
|
customTag = null,
|
|
11685
11643
|
value,
|
|
11686
|
-
icon
|
|
11687
|
-
containerRef,
|
|
11688
|
-
dropdownMinHeightPx = DROPDOWN_MIN_HEIGHT
|
|
11644
|
+
icon
|
|
11689
11645
|
} = _b, rest = __objRest$h(_b, [
|
|
11690
11646
|
"options",
|
|
11691
11647
|
"isMulti",
|
|
@@ -11698,9 +11654,7 @@ const Select = forwardRef$1((_a, ref) => {
|
|
|
11698
11654
|
"customOption",
|
|
11699
11655
|
"customTag",
|
|
11700
11656
|
"value",
|
|
11701
|
-
"icon"
|
|
11702
|
-
"containerRef",
|
|
11703
|
-
"dropdownMinHeightPx"
|
|
11657
|
+
"icon"
|
|
11704
11658
|
]);
|
|
11705
11659
|
const handleChange = useSelectCallbacks({
|
|
11706
11660
|
onChange,
|
|
@@ -11722,18 +11676,7 @@ const Select = forwardRef$1((_a, ref) => {
|
|
|
11722
11676
|
}
|
|
11723
11677
|
return prevOptions.current;
|
|
11724
11678
|
}, [options]);
|
|
11725
|
-
|
|
11726
|
-
Math.min(
|
|
11727
|
-
length(options || []) * DROPDOWN_OPTION_HEIGHT + DROPDOWN_PADDING,
|
|
11728
|
-
DROPDOWN_MAX_HEIGHT
|
|
11729
|
-
),
|
|
11730
|
-
dropdownMinHeightPx
|
|
11731
|
-
);
|
|
11732
|
-
const { selectContainerRef, menuPlacement } = useAdaptiveMenuPlacement({
|
|
11733
|
-
dropdownHeightPx,
|
|
11734
|
-
containerRef
|
|
11735
|
-
});
|
|
11736
|
-
return /* @__PURE__ */ React.createElement(Box, { w: "full", "data-testid": testId, "data-role": "select-container", ref: selectContainerRef }, /* @__PURE__ */ React.createElement(
|
|
11679
|
+
return /* @__PURE__ */ React.createElement(Box, { w: "full", "data-testid": testId }, /* @__PURE__ */ React.createElement(
|
|
11737
11680
|
Select$3,
|
|
11738
11681
|
__spreadValues$m(__spreadProps$2(__spreadValues$m({
|
|
11739
11682
|
isMulti,
|
|
@@ -11751,7 +11694,6 @@ const Select = forwardRef$1((_a, ref) => {
|
|
|
11751
11694
|
customOption,
|
|
11752
11695
|
customTag,
|
|
11753
11696
|
icon,
|
|
11754
|
-
menuPlacement,
|
|
11755
11697
|
components: customComponents,
|
|
11756
11698
|
ref
|
|
11757
11699
|
}), rest)
|