@salutejs/plasma-new-hope 0.192.1-canary.1525.11803660289.0 → 0.193.0-canary.1550.11804452240.0
Sign up to get free protection for your applications and to get access to all the features.
- package/cjs/components/Autocomplete/Autocomplete.css +21 -22
- package/cjs/components/Cell/Cell.js +3 -1
- package/cjs/components/Cell/Cell.js.map +1 -1
- package/cjs/components/Cell/ui/CellTextbox/CellTextbox.js +7 -1
- package/cjs/components/Cell/ui/CellTextbox/CellTextbox.js.map +1 -1
- package/cjs/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.js +4 -1
- package/cjs/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.js.map +1 -1
- package/cjs/components/Chip/Chip.js +3 -1
- package/cjs/components/Chip/Chip.js.map +1 -1
- package/cjs/components/Combobox/ComboboxNew/Combobox.css +21 -22
- package/cjs/components/Combobox/ComboboxNew/Combobox.js +0 -1
- package/cjs/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
- package/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +0 -1
- package/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js.map +1 -1
- package/cjs/components/Combobox/ComboboxNew/FloatingPopover.js +18 -4
- package/cjs/components/Combobox/ComboboxNew/FloatingPopover.js.map +1 -1
- package/cjs/components/Combobox/ComboboxNew/hooks/getPathMaps.js.map +1 -1
- package/cjs/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js +1 -50
- package/cjs/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js.map +1 -1
- package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.css +21 -22
- package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +21 -22
- package/cjs/components/DatePicker/RangeDate/RangeDate.css +21 -22
- package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +21 -22
- package/cjs/components/DatePicker/SingleDate/SingleDate.css +21 -22
- package/cjs/components/Dropdown/FloatingPopover.js.map +1 -1
- package/cjs/components/Pagination/Pagination.css +86 -37
- package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +86 -37
- package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.js +1 -1
- package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.js.map +1 -1
- package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles_10zfeps.css +3 -0
- package/cjs/components/Range/Range.css +21 -22
- package/cjs/components/Select/FloatingPopover.js +87 -0
- package/cjs/components/Select/FloatingPopover.js.map +1 -0
- package/cjs/components/Select/Select.css +83 -34
- package/cjs/components/Select/Select.js +179 -139
- package/cjs/components/Select/Select.js.map +1 -1
- package/cjs/components/Select/Select.styles.js +17 -50
- package/cjs/components/Select/Select.styles.js.map +1 -1
- package/cjs/components/Select/Select.styles_1p5c9p3.css +2 -0
- package/cjs/components/Select/Select.tokens.js +122 -78
- package/cjs/components/Select/Select.tokens.js.map +1 -1
- package/cjs/components/Select/hooks/useKeyboardNavigation.js +19 -72
- package/cjs/components/Select/hooks/useKeyboardNavigation.js.map +1 -1
- package/cjs/components/Select/hooks/usePathMaps.js +4 -1
- package/cjs/components/Select/hooks/usePathMaps.js.map +1 -1
- package/cjs/components/Select/ui/Inner/Inner.css +83 -34
- package/cjs/components/Select/ui/Inner/Inner.js +9 -9
- package/cjs/components/Select/ui/Inner/Inner.js.map +1 -1
- package/cjs/components/Select/ui/Inner/ui/Item/Item.css +83 -34
- package/cjs/components/Select/ui/Inner/ui/Item/Item.js +20 -12
- package/cjs/components/Select/ui/Inner/ui/Item/Item.js.map +1 -1
- package/cjs/components/Select/ui/Inner/ui/Item/Item.styles.js +34 -51
- package/cjs/components/Select/ui/Inner/ui/Item/Item.styles.js.map +1 -1
- package/cjs/components/Select/ui/Inner/ui/Item/Item.styles_1x4bzlm.css +9 -0
- package/cjs/components/Select/ui/Target/Target.css +58 -17
- package/cjs/components/Select/ui/Target/Target.js +34 -16
- package/cjs/components/Select/ui/Target/Target.js.map +1 -1
- package/cjs/components/Select/ui/Target/ui/Button/Button.css +5 -5
- package/cjs/components/Select/ui/Target/ui/Button/Button.js +10 -14
- package/cjs/components/Select/ui/Target/ui/Button/Button.js.map +1 -1
- package/cjs/components/Select/ui/Target/ui/Button/Button.styles.js +1 -1
- package/cjs/components/Select/ui/Target/ui/Button/Button.styles.js.map +1 -1
- package/cjs/components/Select/ui/Target/ui/Button/Button.styles_10g64me.css +5 -0
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.css +53 -38
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +84 -97
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +38 -103
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.styles.js.map +1 -1
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.styles_q4kc1p.css +3 -0
- package/cjs/components/Select/utils/getButtonLabel.js +1 -1
- package/cjs/components/Select/utils/getButtonLabel.js.map +1 -1
- package/cjs/components/Select/utils/getFallbackPlacements.js +15 -0
- package/cjs/components/Select/utils/getFallbackPlacements.js.map +1 -0
- package/cjs/components/Select/utils/getItemId.js +10 -0
- package/cjs/components/Select/utils/getItemId.js.map +1 -0
- package/cjs/components/Select/utils/getPlacement.js +13 -0
- package/cjs/components/Select/utils/getPlacement.js.map +1 -0
- package/cjs/components/Select/utils/getView.js +2 -2
- package/cjs/components/Select/utils/getView.js.map +1 -1
- package/cjs/components/Slider/Slider.css +21 -22
- package/cjs/components/Slider/components/Double/Double.css +21 -22
- package/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +21 -22
- package/cjs/components/TextField/TextField.js +11 -2
- package/cjs/components/TextField/TextField.js.map +1 -1
- package/cjs/components/TextField/TextField.styles.js +14 -22
- package/cjs/components/TextField/TextField.styles.js.map +1 -1
- package/{es/components/TextField/TextField.styles_grgg7q.css → cjs/components/TextField/TextField.styles_j7dqpn.css} +6 -7
- package/cjs/components/TextField/TextField.tokens.js +2 -1
- package/cjs/components/TextField/TextField.tokens.js.map +1 -1
- package/cjs/components/TextField/ui/Hint/Hint.css +20 -21
- package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +7 -1
- package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js.map +1 -1
- package/cjs/components/TextField/variations/_clear/base.js +1 -1
- package/cjs/components/TextField/variations/_clear/{base_1i91sjp.css → base_1396md2.css} +1 -1
- package/cjs/components/TextField/variations/_label-placement/base.js +1 -1
- package/cjs/components/TextField/variations/_label-placement/base_gttvto.css +1 -0
- package/cjs/components/TextField/variations/_read-only/base.js +1 -1
- package/cjs/components/TextField/variations/_read-only/{base_17ypmu7.css → base_1jvcf9a.css} +1 -1
- package/cjs/components/TextField/variations/_size/base.js +1 -1
- package/cjs/components/TextField/variations/_size/{base_1xdmaqh.css → base_1tei47x.css} +1 -1
- package/cjs/components/TextField/variations/_view/base.js +1 -1
- package/cjs/components/TextField/variations/_view/{base_qhyte8.css → base_8ogww5.css} +1 -1
- package/cjs/index.css +46 -61
- package/cjs/index.js +2 -0
- package/cjs/index.js.map +1 -1
- package/cjs/utils/fixedForwardRef.js +12 -0
- package/cjs/utils/fixedForwardRef.js.map +1 -0
- package/cjs/utils/index.js.map +1 -1
- package/emotion/cjs/components/Cell/Cell.js +3 -1
- package/emotion/cjs/components/Cell/ui/CellTextbox/CellTextbox.js +7 -1
- package/emotion/cjs/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.js +4 -1
- package/emotion/cjs/components/Chip/Chip.js +3 -1
- package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.js +0 -1
- package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +0 -1
- package/emotion/cjs/components/Combobox/ComboboxNew/FloatingPopover.js +19 -5
- package/emotion/cjs/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js +1 -50
- package/emotion/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.js +3 -3
- package/emotion/cjs/components/Select/FloatingPopover.js +91 -0
- package/emotion/cjs/components/Select/Select.js +177 -136
- package/emotion/cjs/components/Select/Select.styles.js +13 -31
- package/emotion/cjs/components/Select/Select.tokens.js +125 -60
- package/emotion/cjs/components/Select/hooks/useKeyboardNavigation.js +19 -73
- package/emotion/cjs/components/Select/hooks/usePathMaps.js +4 -1
- package/emotion/cjs/components/Select/reducers/index.js +0 -11
- package/emotion/cjs/components/Select/ui/Inner/Inner.js +9 -9
- package/emotion/cjs/components/Select/ui/Inner/ui/Item/Item.js +19 -12
- package/emotion/cjs/components/Select/ui/Inner/ui/Item/Item.styles.js +27 -50
- package/emotion/cjs/components/Select/ui/Target/Target.js +38 -18
- package/emotion/cjs/components/Select/ui/Target/ui/Button/Button.js +13 -16
- package/emotion/cjs/components/Select/ui/Target/ui/Button/Button.styles.js +6 -6
- package/emotion/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +88 -99
- package/emotion/cjs/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +27 -74
- package/emotion/cjs/components/Select/utils/getButtonLabel.js +1 -1
- package/emotion/cjs/components/Select/utils/getFallbackPlacements.js +14 -0
- package/emotion/cjs/components/Select/utils/getItemId.js +9 -0
- package/emotion/cjs/components/Select/utils/getPlacement.js +12 -0
- package/emotion/cjs/components/Select/utils/getView.js +2 -2
- package/emotion/cjs/components/Select/utils/index.js +22 -1
- package/emotion/cjs/components/TextField/TextField.js +12 -3
- package/emotion/cjs/components/TextField/TextField.styles.js +36 -40
- package/emotion/cjs/components/TextField/TextField.tokens.js +2 -1
- package/emotion/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +7 -1
- package/emotion/cjs/examples/plasma_b2c/components/Combobox/Combobox.config.js +12 -12
- package/emotion/cjs/examples/plasma_b2c/components/Select/Select.config.js +28 -20
- package/emotion/cjs/examples/plasma_b2c/components/Select/Select.stories.tsx +47 -40
- package/emotion/cjs/examples/plasma_web/components/Select/Select.config.js +28 -20
- package/emotion/cjs/examples/plasma_web/components/Select/Select.stories.tsx +47 -40
- package/emotion/cjs/index.js +11 -0
- package/emotion/cjs/types/DistributiveOmit.js +5 -0
- package/emotion/cjs/types/DistributivePick.js +5 -0
- package/emotion/cjs/utils/fixedForwardRef.js +11 -0
- package/emotion/cjs/utils/index.js +9 -1
- package/emotion/es/components/Cell/Cell.js +3 -1
- package/emotion/es/components/Cell/ui/CellTextbox/CellTextbox.js +7 -1
- package/emotion/es/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.js +4 -1
- package/emotion/es/components/Chip/Chip.js +3 -1
- package/emotion/es/components/Combobox/ComboboxNew/Combobox.js +0 -1
- package/emotion/es/components/Combobox/ComboboxNew/Combobox.tokens.js +0 -1
- package/emotion/es/components/Combobox/ComboboxNew/FloatingPopover.js +18 -4
- package/emotion/es/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js +1 -50
- package/emotion/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.js +3 -3
- package/emotion/es/components/Select/FloatingPopover.js +84 -0
- package/emotion/es/components/Select/Select.js +182 -141
- package/emotion/es/components/Select/Select.styles.js +12 -30
- package/emotion/es/components/Select/Select.tokens.js +125 -60
- package/emotion/es/components/Select/hooks/useKeyboardNavigation.js +18 -72
- package/emotion/es/components/Select/hooks/usePathMaps.js +4 -1
- package/emotion/es/components/Select/reducers/index.js +1 -2
- package/emotion/es/components/Select/ui/Inner/Inner.js +10 -10
- package/emotion/es/components/Select/ui/Inner/ui/Item/Item.js +22 -15
- package/emotion/es/components/Select/ui/Inner/ui/Item/Item.styles.js +26 -49
- package/emotion/es/components/Select/ui/Target/Target.js +35 -17
- package/emotion/es/components/Select/ui/Target/ui/Button/Button.js +11 -16
- package/emotion/es/components/Select/ui/Target/ui/Button/Button.styles.js +6 -6
- package/emotion/es/components/Select/ui/Target/ui/Textfield/Textfield.js +86 -99
- package/emotion/es/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +27 -74
- package/emotion/es/components/Select/utils/getButtonLabel.js +1 -1
- package/emotion/es/components/Select/utils/getFallbackPlacements.js +8 -0
- package/emotion/es/components/Select/utils/getItemId.js +3 -0
- package/emotion/es/components/Select/utils/getPlacement.js +6 -0
- package/emotion/es/components/Select/utils/getView.js +2 -2
- package/emotion/es/components/Select/utils/index.js +4 -1
- package/emotion/es/components/TextField/TextField.js +12 -3
- package/emotion/es/components/TextField/TextField.styles.js +36 -40
- package/emotion/es/components/TextField/TextField.tokens.js +2 -1
- package/emotion/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +7 -1
- package/emotion/es/examples/plasma_b2c/components/Combobox/Combobox.config.js +12 -12
- package/emotion/es/examples/plasma_b2c/components/Select/Select.config.js +29 -21
- package/emotion/es/examples/plasma_b2c/components/Select/Select.stories.tsx +47 -40
- package/emotion/es/examples/plasma_web/components/Select/Select.config.js +29 -21
- package/emotion/es/examples/plasma_web/components/Select/Select.stories.tsx +47 -40
- package/emotion/es/index.js +1 -0
- package/emotion/es/types/DistributiveOmit.js +1 -0
- package/emotion/es/types/DistributivePick.js +1 -0
- package/emotion/es/utils/fixedForwardRef.js +4 -0
- package/emotion/es/utils/index.js +2 -1
- package/es/components/Autocomplete/Autocomplete.css +21 -22
- package/es/components/Cell/Cell.js +3 -1
- package/es/components/Cell/Cell.js.map +1 -1
- package/es/components/Cell/ui/CellTextbox/CellTextbox.js +7 -1
- package/es/components/Cell/ui/CellTextbox/CellTextbox.js.map +1 -1
- package/es/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.js +4 -1
- package/es/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.js.map +1 -1
- package/es/components/Chip/Chip.js +3 -1
- package/es/components/Chip/Chip.js.map +1 -1
- package/es/components/Combobox/ComboboxNew/Combobox.css +21 -22
- package/es/components/Combobox/ComboboxNew/Combobox.js +0 -1
- package/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
- package/es/components/Combobox/ComboboxNew/Combobox.tokens.js +0 -1
- package/es/components/Combobox/ComboboxNew/Combobox.tokens.js.map +1 -1
- package/es/components/Combobox/ComboboxNew/FloatingPopover.js +18 -4
- package/es/components/Combobox/ComboboxNew/FloatingPopover.js.map +1 -1
- package/es/components/Combobox/ComboboxNew/hooks/getPathMaps.js.map +1 -1
- package/es/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js +1 -50
- package/es/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js.map +1 -1
- package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +21 -22
- package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +21 -22
- package/es/components/DatePicker/RangeDate/RangeDate.css +21 -22
- package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +21 -22
- package/es/components/DatePicker/SingleDate/SingleDate.css +21 -22
- package/es/components/Dropdown/FloatingPopover.js.map +1 -1
- package/es/components/Pagination/Pagination.css +86 -37
- package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +86 -37
- package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.js +1 -1
- package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.js.map +1 -1
- package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles_10zfeps.css +3 -0
- package/es/components/Range/Range.css +21 -22
- package/es/components/Select/FloatingPopover.js +83 -0
- package/es/components/Select/FloatingPopover.js.map +1 -0
- package/es/components/Select/Select.css +83 -34
- package/es/components/Select/Select.js +182 -142
- package/es/components/Select/Select.js.map +1 -1
- package/es/components/Select/Select.styles.js +18 -48
- package/es/components/Select/Select.styles.js.map +1 -1
- package/es/components/Select/Select.styles_1p5c9p3.css +2 -0
- package/es/components/Select/Select.tokens.js +123 -78
- package/es/components/Select/Select.tokens.js.map +1 -1
- package/es/components/Select/hooks/useKeyboardNavigation.js +19 -73
- package/es/components/Select/hooks/useKeyboardNavigation.js.map +1 -1
- package/es/components/Select/hooks/usePathMaps.js +4 -1
- package/es/components/Select/hooks/usePathMaps.js.map +1 -1
- package/es/components/Select/ui/Inner/Inner.css +83 -34
- package/es/components/Select/ui/Inner/Inner.js +10 -10
- package/es/components/Select/ui/Inner/Inner.js.map +1 -1
- package/es/components/Select/ui/Inner/ui/Item/Item.css +83 -34
- package/es/components/Select/ui/Inner/ui/Item/Item.js +22 -14
- package/es/components/Select/ui/Inner/ui/Item/Item.js.map +1 -1
- package/es/components/Select/ui/Inner/ui/Item/Item.styles.js +33 -50
- package/es/components/Select/ui/Inner/ui/Item/Item.styles.js.map +1 -1
- package/es/components/Select/ui/Inner/ui/Item/Item.styles_1x4bzlm.css +9 -0
- package/es/components/Select/ui/Target/Target.css +58 -17
- package/es/components/Select/ui/Target/Target.js +35 -17
- package/es/components/Select/ui/Target/Target.js.map +1 -1
- package/es/components/Select/ui/Target/ui/Button/Button.css +5 -5
- package/es/components/Select/ui/Target/ui/Button/Button.js +11 -15
- package/es/components/Select/ui/Target/ui/Button/Button.js.map +1 -1
- package/es/components/Select/ui/Target/ui/Button/Button.styles.js +1 -1
- package/es/components/Select/ui/Target/ui/Button/Button.styles.js.map +1 -1
- package/es/components/Select/ui/Target/ui/Button/Button.styles_10g64me.css +5 -0
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.css +53 -38
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.js +86 -99
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.js.map +1 -1
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +39 -95
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.styles.js.map +1 -1
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.styles_q4kc1p.css +3 -0
- package/es/components/Select/utils/getButtonLabel.js +1 -1
- package/es/components/Select/utils/getButtonLabel.js.map +1 -1
- package/es/components/Select/utils/getFallbackPlacements.js +11 -0
- package/es/components/Select/utils/getFallbackPlacements.js.map +1 -0
- package/es/components/Select/utils/getItemId.js +6 -0
- package/es/components/Select/utils/getItemId.js.map +1 -0
- package/es/components/Select/utils/getPlacement.js +9 -0
- package/es/components/Select/utils/getPlacement.js.map +1 -0
- package/es/components/Select/utils/getView.js +2 -2
- package/es/components/Select/utils/getView.js.map +1 -1
- package/es/components/Slider/Slider.css +21 -22
- package/es/components/Slider/components/Double/Double.css +21 -22
- package/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +21 -22
- package/es/components/TextField/TextField.js +11 -2
- package/es/components/TextField/TextField.js.map +1 -1
- package/es/components/TextField/TextField.styles.js +14 -22
- package/es/components/TextField/TextField.styles.js.map +1 -1
- package/{cjs/components/TextField/TextField.styles_grgg7q.css → es/components/TextField/TextField.styles_j7dqpn.css} +6 -7
- package/es/components/TextField/TextField.tokens.js +2 -1
- package/es/components/TextField/TextField.tokens.js.map +1 -1
- package/es/components/TextField/ui/Hint/Hint.css +20 -21
- package/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +7 -1
- package/es/components/TextField/ui/TextFieldChip/TextFieldChip.js.map +1 -1
- package/es/components/TextField/variations/_clear/base.js +1 -1
- package/es/components/TextField/variations/_clear/{base_1i91sjp.css → base_1396md2.css} +1 -1
- package/es/components/TextField/variations/_label-placement/base.js +1 -1
- package/es/components/TextField/variations/_label-placement/base_gttvto.css +1 -0
- package/es/components/TextField/variations/_read-only/base.js +1 -1
- package/es/components/TextField/variations/_read-only/{base_17ypmu7.css → base_1jvcf9a.css} +1 -1
- package/es/components/TextField/variations/_size/base.js +1 -1
- package/es/components/TextField/variations/_size/{base_1xdmaqh.css → base_1tei47x.css} +1 -1
- package/es/components/TextField/variations/_view/base.js +1 -1
- package/es/components/TextField/variations/_view/{base_qhyte8.css → base_8ogww5.css} +1 -1
- package/es/index.css +46 -61
- package/es/index.js +1 -0
- package/es/index.js.map +1 -1
- package/es/utils/fixedForwardRef.js +8 -0
- package/es/utils/fixedForwardRef.js.map +1 -0
- package/es/utils/index.js.map +1 -1
- package/package.json +2 -2
- package/styled-components/cjs/components/Cell/Cell.js +3 -1
- package/styled-components/cjs/components/Cell/ui/CellTextbox/CellTextbox.js +7 -1
- package/styled-components/cjs/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.js +4 -1
- package/styled-components/cjs/components/Chip/Chip.js +3 -1
- package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.js +0 -1
- package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +0 -1
- package/styled-components/cjs/components/Combobox/ComboboxNew/FloatingPopover.js +19 -5
- package/styled-components/cjs/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js +1 -50
- package/styled-components/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.js +1 -1
- package/styled-components/cjs/components/Select/FloatingPopover.js +91 -0
- package/styled-components/cjs/components/Select/Select.js +177 -136
- package/styled-components/cjs/components/Select/Select.styles.js +12 -27
- package/styled-components/cjs/components/Select/Select.tokens.js +125 -60
- package/styled-components/cjs/components/Select/hooks/useKeyboardNavigation.js +19 -73
- package/styled-components/cjs/components/Select/hooks/usePathMaps.js +4 -1
- package/styled-components/cjs/components/Select/reducers/index.js +0 -11
- package/styled-components/cjs/components/Select/ui/Inner/Inner.js +9 -9
- package/styled-components/cjs/components/Select/ui/Inner/ui/Item/Item.js +19 -12
- package/styled-components/cjs/components/Select/ui/Inner/ui/Item/Item.styles.js +20 -26
- package/styled-components/cjs/components/Select/ui/Target/Target.js +38 -18
- package/styled-components/cjs/components/Select/ui/Target/ui/Button/Button.js +13 -16
- package/styled-components/cjs/components/Select/ui/Target/ui/Button/Button.styles.js +3 -3
- package/styled-components/cjs/components/Select/ui/Target/ui/Textfield/Textfield.js +88 -99
- package/styled-components/cjs/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +23 -61
- package/styled-components/cjs/components/Select/utils/getButtonLabel.js +1 -1
- package/styled-components/cjs/components/Select/utils/getFallbackPlacements.js +14 -0
- package/styled-components/cjs/components/Select/utils/getItemId.js +9 -0
- package/styled-components/cjs/components/Select/utils/getPlacement.js +12 -0
- package/styled-components/cjs/components/Select/utils/getView.js +2 -2
- package/styled-components/cjs/components/Select/utils/index.js +22 -1
- package/styled-components/cjs/components/TextField/TextField.js +11 -2
- package/styled-components/cjs/components/TextField/TextField.styles.js +12 -15
- package/styled-components/cjs/components/TextField/TextField.tokens.js +2 -1
- package/styled-components/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +7 -1
- package/styled-components/cjs/examples/plasma_b2c/components/Combobox/Combobox.config.js +1 -1
- package/styled-components/cjs/examples/plasma_b2c/components/Select/Select.config.js +28 -20
- package/styled-components/cjs/examples/plasma_b2c/components/Select/Select.stories.tsx +47 -40
- package/styled-components/cjs/examples/plasma_web/components/Select/Select.config.js +28 -20
- package/styled-components/cjs/examples/plasma_web/components/Select/Select.stories.tsx +47 -40
- package/styled-components/cjs/index.js +11 -0
- package/styled-components/cjs/types/DistributiveOmit.js +5 -0
- package/styled-components/cjs/types/DistributivePick.js +5 -0
- package/styled-components/cjs/utils/fixedForwardRef.js +11 -0
- package/styled-components/cjs/utils/index.js +9 -1
- package/styled-components/es/components/Cell/Cell.js +3 -1
- package/styled-components/es/components/Cell/ui/CellTextbox/CellTextbox.js +7 -1
- package/styled-components/es/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.js +4 -1
- package/styled-components/es/components/Chip/Chip.js +3 -1
- package/styled-components/es/components/Combobox/ComboboxNew/Combobox.js +0 -1
- package/styled-components/es/components/Combobox/ComboboxNew/Combobox.tokens.js +0 -1
- package/styled-components/es/components/Combobox/ComboboxNew/FloatingPopover.js +18 -4
- package/styled-components/es/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.js +1 -50
- package/styled-components/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.js +1 -1
- package/styled-components/es/components/Select/FloatingPopover.js +84 -0
- package/styled-components/es/components/Select/Select.js +182 -141
- package/styled-components/es/components/Select/Select.styles.js +11 -26
- package/styled-components/es/components/Select/Select.tokens.js +125 -60
- package/styled-components/es/components/Select/hooks/useKeyboardNavigation.js +18 -72
- package/styled-components/es/components/Select/hooks/usePathMaps.js +4 -1
- package/styled-components/es/components/Select/reducers/index.js +1 -2
- package/styled-components/es/components/Select/ui/Inner/Inner.js +10 -10
- package/styled-components/es/components/Select/ui/Inner/ui/Item/Item.js +22 -15
- package/styled-components/es/components/Select/ui/Inner/ui/Item/Item.styles.js +19 -25
- package/styled-components/es/components/Select/ui/Target/Target.js +35 -17
- package/styled-components/es/components/Select/ui/Target/ui/Button/Button.js +11 -16
- package/styled-components/es/components/Select/ui/Target/ui/Button/Button.styles.js +3 -3
- package/styled-components/es/components/Select/ui/Target/ui/Textfield/Textfield.js +86 -99
- package/styled-components/es/components/Select/ui/Target/ui/Textfield/Textfield.styles.js +23 -61
- package/styled-components/es/components/Select/utils/getButtonLabel.js +1 -1
- package/styled-components/es/components/Select/utils/getFallbackPlacements.js +8 -0
- package/styled-components/es/components/Select/utils/getItemId.js +3 -0
- package/styled-components/es/components/Select/utils/getPlacement.js +6 -0
- package/styled-components/es/components/Select/utils/getView.js +2 -2
- package/styled-components/es/components/Select/utils/index.js +4 -1
- package/styled-components/es/components/TextField/TextField.js +11 -2
- package/styled-components/es/components/TextField/TextField.styles.js +12 -15
- package/styled-components/es/components/TextField/TextField.tokens.js +2 -1
- package/styled-components/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +7 -1
- package/styled-components/es/examples/plasma_b2c/components/Combobox/Combobox.config.js +1 -1
- package/styled-components/es/examples/plasma_b2c/components/Select/Select.config.js +29 -21
- package/styled-components/es/examples/plasma_b2c/components/Select/Select.stories.tsx +47 -40
- package/styled-components/es/examples/plasma_web/components/Select/Select.config.js +29 -21
- package/styled-components/es/examples/plasma_web/components/Select/Select.stories.tsx +47 -40
- package/styled-components/es/index.js +1 -0
- package/styled-components/es/types/DistributiveOmit.js +1 -0
- package/styled-components/es/types/DistributivePick.js +1 -0
- package/styled-components/es/utils/fixedForwardRef.js +4 -0
- package/styled-components/es/utils/index.js +2 -1
- package/types/components/Attach/ui/Button/Button.styles.d.ts +2 -2
- package/types/components/Attach/ui/IconButton/IconButton.styles.d.ts +4 -4
- package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +16 -16
- package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
- package/types/components/Calendar/ui/CalendarHeader/CalendarHeader.styles.d.ts +2 -2
- package/types/components/Cell/Cell.d.ts.map +1 -1
- package/types/components/Cell/ui/CellTextbox/CellTextbox.d.ts.map +1 -1
- package/types/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.d.ts.map +1 -1
- package/types/components/Chip/Chip.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/Combobox.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/Combobox.tokens.d.ts +0 -1
- package/types/components/Combobox/ComboboxNew/Combobox.tokens.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts +4 -3
- package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/FloatingPopover.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.d.ts +1 -3
- package/types/components/Combobox/ComboboxNew/hooks/useKeyboardNavigation.d.ts.map +1 -1
- package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +16 -16
- package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
- package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +16 -16
- package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
- package/types/components/EmptyState/EmptyState.styles.d.ts +2 -2
- package/types/components/Notification/Notification.styles.d.ts +2 -2
- package/types/components/NumberInput/ui/ActionButton/ActionButton.styles.d.ts +2 -2
- package/types/components/Pagination/Pagination.styles.d.ts +4 -4
- package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts +40 -40
- package/types/components/Panel/ui/PanelHeader/PanelHeader.styles.d.ts +2 -2
- package/types/components/Range/Range.styles.d.ts +16 -16
- package/types/components/Range/Range.styles.d.ts.map +1 -1
- package/types/components/Select/FloatingPopover.d.ts +5 -0
- package/types/components/Select/FloatingPopover.d.ts.map +1 -0
- package/types/components/Select/Select.d.ts +5 -11
- package/types/components/Select/Select.d.ts.map +1 -1
- package/types/components/Select/Select.styles.d.ts +0 -9
- package/types/components/Select/Select.styles.d.ts.map +1 -1
- package/types/components/Select/Select.tokens.d.ts +121 -58
- package/types/components/Select/Select.tokens.d.ts.map +1 -1
- package/types/components/Select/Select.types.d.ts +41 -20
- package/types/components/Select/Select.types.d.ts.map +1 -1
- package/types/components/Select/hooks/useKeyboardNavigation.d.ts +5 -11
- package/types/components/Select/hooks/useKeyboardNavigation.d.ts.map +1 -1
- package/types/components/Select/hooks/usePathMaps.d.ts +2 -1
- package/types/components/Select/hooks/usePathMaps.d.ts.map +1 -1
- package/types/components/Select/index.d.ts +1 -1
- package/types/components/Select/index.d.ts.map +1 -1
- package/types/components/Select/reducers/index.d.ts +0 -1
- package/types/components/Select/reducers/index.d.ts.map +1 -1
- package/types/components/Select/ui/Inner/Inner.d.ts.map +1 -1
- package/types/components/Select/ui/Inner/ui/Item/Item.d.ts.map +1 -1
- package/types/components/Select/ui/Inner/ui/Item/Item.styles.d.ts +32 -2
- package/types/components/Select/ui/Inner/ui/Item/Item.styles.d.ts.map +1 -1
- package/types/components/Select/ui/Inner/ui/Item/Item.types.d.ts +9 -0
- package/types/components/Select/ui/Inner/ui/Item/Item.types.d.ts.map +1 -1
- package/types/components/Select/ui/Target/Target.d.ts +14 -2
- package/types/components/Select/ui/Target/Target.d.ts.map +1 -1
- package/types/components/Select/ui/Target/Target.types.d.ts +10 -9
- package/types/components/Select/ui/Target/Target.types.d.ts.map +1 -1
- package/types/components/Select/ui/Target/ui/Button/Button.d.ts +1 -1
- package/types/components/Select/ui/Target/ui/Button/Button.d.ts.map +1 -1
- package/types/components/Select/ui/Target/ui/Button/Button.styles.d.ts +2 -2
- package/types/components/Select/ui/Target/ui/Button/Button.types.d.ts +1 -1
- package/types/components/Select/ui/Target/ui/Button/Button.types.d.ts.map +1 -1
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.d.ts +1 -1
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.d.ts.map +1 -1
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts +628 -60
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.styles.d.ts.map +1 -1
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.types.d.ts +1 -4
- package/types/components/Select/ui/Target/ui/Textfield/Textfield.types.d.ts.map +1 -1
- package/types/components/Select/utils/getFallbackPlacements.d.ts +4 -0
- package/types/components/Select/utils/getFallbackPlacements.d.ts.map +1 -0
- package/types/components/Select/utils/getItemId.d.ts +2 -0
- package/types/components/Select/utils/getItemId.d.ts.map +1 -0
- package/types/components/Select/utils/getPlacement.d.ts +4 -0
- package/types/components/Select/utils/getPlacement.d.ts.map +1 -0
- package/types/components/Select/utils/getView.d.ts +1 -1
- package/types/components/Select/utils/getView.d.ts.map +1 -1
- package/types/components/Select/utils/index.d.ts +3 -0
- package/types/components/Select/utils/index.d.ts.map +1 -1
- package/types/components/Slider/components/Double/Double.styles.d.ts +16 -16
- package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
- package/types/components/TextField/TextField.d.ts.map +1 -1
- package/types/components/TextField/TextField.styles.d.ts +1 -3
- package/types/components/TextField/TextField.styles.d.ts.map +1 -1
- package/types/components/TextField/TextField.tokens.d.ts +1 -0
- package/types/components/TextField/TextField.tokens.d.ts.map +1 -1
- package/types/components/TextField/ui/TextFieldChip/TextFieldChip.d.ts +3 -1
- package/types/components/TextField/ui/TextFieldChip/TextFieldChip.d.ts.map +1 -1
- package/types/components/Toast/Toast.styles.d.ts +2 -2
- package/types/components/Toast/utils.d.ts +2 -2
- package/types/examples/plasma_b2c/components/Attach/Attach.d.ts +8 -8
- package/types/examples/plasma_b2c/components/Button/Button.d.ts +2 -2
- package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts +24 -24
- package/types/examples/plasma_b2c/components/IconButton/IconButton.d.ts +2 -2
- package/types/examples/plasma_b2c/components/Mask/Mask.d.ts +16 -16
- package/types/examples/plasma_b2c/components/Mask/Mask.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Radiobox/Radiobox.d.ts +1 -1
- package/types/examples/plasma_b2c/components/Radiobox/Radiobox.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Select/Select.config.d.ts +15 -7
- package/types/examples/plasma_b2c/components/Select/Select.config.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/Select/Select.d.ts +53 -46
- package/types/examples/plasma_b2c/components/Select/Select.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/TextArea/TextArea.d.ts +16 -16
- package/types/examples/plasma_b2c/components/TextField/TextField.d.ts +16 -16
- package/types/examples/plasma_b2c/components/TextField/TextField.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Attach/Attach.d.ts +8 -8
- package/types/examples/plasma_web/components/Button/Button.d.ts +2 -2
- package/types/examples/plasma_web/components/Combobox/Combobox.d.ts +24 -24
- package/types/examples/plasma_web/components/IconButton/IconButton.d.ts +2 -2
- package/types/examples/plasma_web/components/Mask/Mask.d.ts +16 -16
- package/types/examples/plasma_web/components/Mask/Mask.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Radiobox/Radiobox.d.ts +1 -1
- package/types/examples/plasma_web/components/Radiobox/Radiobox.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Select/Select.config.d.ts +15 -7
- package/types/examples/plasma_web/components/Select/Select.config.d.ts.map +1 -1
- package/types/examples/plasma_web/components/Select/Select.d.ts +53 -46
- package/types/examples/plasma_web/components/Select/Select.d.ts.map +1 -1
- package/types/examples/plasma_web/components/TextArea/TextArea.d.ts +16 -16
- package/types/examples/plasma_web/components/TextField/TextField.d.ts +16 -16
- package/types/examples/plasma_web/components/TextField/TextField.d.ts.map +1 -1
- package/types/index.d.ts +1 -0
- package/types/index.d.ts.map +1 -1
- package/types/types/DistributiveOmit.d.ts +2 -0
- package/types/types/DistributiveOmit.d.ts.map +1 -0
- package/types/types/DistributivePick.d.ts +2 -0
- package/types/types/DistributivePick.d.ts.map +1 -0
- package/types/types/index.d.ts +2 -0
- package/types/types/index.d.ts.map +1 -1
- package/types/utils/fixedForwardRef.d.ts +3 -0
- package/types/utils/fixedForwardRef.d.ts.map +1 -0
- package/types/utils/index.d.ts +1 -0
- package/types/utils/index.d.ts.map +1 -1
- package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles_1fesyfv.css +0 -3
- package/cjs/components/Select/Select.styles_768h42.css +0 -5
- package/cjs/components/Select/reducers/focusedChipIndexReducer.js +0 -39
- package/cjs/components/Select/reducers/focusedChipIndexReducer.js.map +0 -1
- package/cjs/components/Select/ui/Inner/ui/Item/Item.styles_8oe5oy.css +0 -9
- package/cjs/components/Select/ui/Target/ui/Button/Button.styles_lxxm4p.css +0 -5
- package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.styles_1damf5p.css +0 -12
- package/cjs/components/Select/ui/Target/ui/Textfield/ui/Chip/Chip.css +0 -21
- package/cjs/components/Select/ui/Target/ui/Textfield/ui/Chip/Chip.js +0 -36
- package/cjs/components/Select/ui/Target/ui/Textfield/ui/Chip/Chip.js.map +0 -1
- package/cjs/components/Select/ui/Target/ui/Textfield/ui/Chip/Chip.styles.js +0 -22
- package/cjs/components/Select/ui/Target/ui/Textfield/ui/Chip/Chip.styles.js.map +0 -1
- package/cjs/components/Select/ui/Target/ui/Textfield/ui/Chip/Chip.styles_1a752pa.css +0 -1
- package/cjs/components/Select/variations/_size/base.js +0 -9
- package/cjs/components/Select/variations/_size/base.js.map +0 -1
- package/cjs/components/Select/variations/_size/base_x642ct.css +0 -1
- package/cjs/components/Select/variations/_view/base.js +0 -9
- package/cjs/components/Select/variations/_view/base.js.map +0 -1
- package/cjs/components/Select/variations/_view/base_x642ct.css +0 -1
- package/cjs/components/TextField/variations/_label-placement/base_3domm.css +0 -1
- package/emotion/cjs/components/Select/reducers/focusedChipIndexReducer.js +0 -38
- package/emotion/cjs/components/Select/ui/Target/ui/Textfield/ui/Chip/Chip.js +0 -37
- package/emotion/cjs/components/Select/ui/Target/ui/Textfield/ui/Chip/Chip.styles.js +0 -22
- package/emotion/cjs/components/Select/ui/Target/ui/Textfield/ui/index.js +0 -16
- package/emotion/cjs/components/Select/variations/_size/base.js +0 -8
- package/emotion/cjs/components/Select/variations/_size/tokens.json +0 -9
- package/emotion/cjs/components/Select/variations/_view/base.js +0 -8
- package/emotion/cjs/components/Select/variations/_view/tokens.json +0 -1
- package/emotion/es/components/Select/reducers/focusedChipIndexReducer.js +0 -32
- package/emotion/es/components/Select/ui/Target/ui/Textfield/ui/Chip/Chip.js +0 -28
- package/emotion/es/components/Select/ui/Target/ui/Textfield/ui/Chip/Chip.styles.js +0 -15
- package/emotion/es/components/Select/ui/Target/ui/Textfield/ui/index.js +0 -1
- package/emotion/es/components/Select/variations/_size/base.js +0 -2
- package/emotion/es/components/Select/variations/_size/tokens.json +0 -9
- package/emotion/es/components/Select/variations/_view/base.js +0 -2
- package/emotion/es/components/Select/variations/_view/tokens.json +0 -1
- package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles_1fesyfv.css +0 -3
- package/es/components/Select/Select.styles_768h42.css +0 -5
- package/es/components/Select/reducers/focusedChipIndexReducer.js +0 -35
- package/es/components/Select/reducers/focusedChipIndexReducer.js.map +0 -1
- package/es/components/Select/ui/Inner/ui/Item/Item.styles_8oe5oy.css +0 -9
- package/es/components/Select/ui/Target/ui/Button/Button.styles_lxxm4p.css +0 -5
- package/es/components/Select/ui/Target/ui/Textfield/Textfield.styles_1damf5p.css +0 -12
- package/es/components/Select/ui/Target/ui/Textfield/ui/Chip/Chip.css +0 -21
- package/es/components/Select/ui/Target/ui/Textfield/ui/Chip/Chip.js +0 -32
- package/es/components/Select/ui/Target/ui/Textfield/ui/Chip/Chip.js.map +0 -1
- package/es/components/Select/ui/Target/ui/Textfield/ui/Chip/Chip.styles.js +0 -18
- package/es/components/Select/ui/Target/ui/Textfield/ui/Chip/Chip.styles.js.map +0 -1
- package/es/components/Select/ui/Target/ui/Textfield/ui/Chip/Chip.styles_1a752pa.css +0 -1
- package/es/components/Select/variations/_size/base.js +0 -5
- package/es/components/Select/variations/_size/base.js.map +0 -1
- package/es/components/Select/variations/_size/base_x642ct.css +0 -1
- package/es/components/Select/variations/_view/base.js +0 -5
- package/es/components/Select/variations/_view/base.js.map +0 -1
- package/es/components/Select/variations/_view/base_x642ct.css +0 -1
- package/es/components/TextField/variations/_label-placement/base_3domm.css +0 -1
- package/styled-components/cjs/components/Select/reducers/focusedChipIndexReducer.js +0 -38
- package/styled-components/cjs/components/Select/ui/Target/ui/Textfield/ui/Chip/Chip.js +0 -37
- package/styled-components/cjs/components/Select/ui/Target/ui/Textfield/ui/Chip/Chip.styles.js +0 -21
- package/styled-components/cjs/components/Select/ui/Target/ui/Textfield/ui/index.js +0 -16
- package/styled-components/cjs/components/Select/variations/_size/base.js +0 -8
- package/styled-components/cjs/components/Select/variations/_size/tokens.json +0 -9
- package/styled-components/cjs/components/Select/variations/_view/base.js +0 -8
- package/styled-components/cjs/components/Select/variations/_view/tokens.json +0 -1
- package/styled-components/es/components/Select/reducers/focusedChipIndexReducer.js +0 -32
- package/styled-components/es/components/Select/ui/Target/ui/Textfield/ui/Chip/Chip.js +0 -28
- package/styled-components/es/components/Select/ui/Target/ui/Textfield/ui/Chip/Chip.styles.js +0 -14
- package/styled-components/es/components/Select/ui/Target/ui/Textfield/ui/index.js +0 -1
- package/styled-components/es/components/Select/variations/_size/base.js +0 -2
- package/styled-components/es/components/Select/variations/_size/tokens.json +0 -9
- package/styled-components/es/components/Select/variations/_view/base.js +0 -2
- package/styled-components/es/components/Select/variations/_view/tokens.json +0 -1
- package/types/components/Select/reducers/focusedChipIndexReducer.d.ts +0 -11
- package/types/components/Select/reducers/focusedChipIndexReducer.d.ts.map +0 -1
- package/types/components/Select/ui/Target/ui/Textfield/ui/Chip/Chip.d.ts +0 -9
- package/types/components/Select/ui/Target/ui/Textfield/ui/Chip/Chip.d.ts.map +0 -1
- package/types/components/Select/ui/Target/ui/Textfield/ui/Chip/Chip.styles.d.ts +0 -3
- package/types/components/Select/ui/Target/ui/Textfield/ui/Chip/Chip.styles.d.ts.map +0 -1
- package/types/components/Select/ui/Target/ui/Textfield/ui/index.d.ts +0 -2
- package/types/components/Select/ui/Target/ui/Textfield/ui/index.d.ts.map +0 -1
- package/types/components/Select/variations/_size/base.d.ts +0 -2
- package/types/components/Select/variations/_size/base.d.ts.map +0 -1
- package/types/components/Select/variations/_view/base.d.ts +0 -2
- package/types/components/Select/variations/_view/base.d.ts.map +0 -1
@@ -21,14 +21,14 @@ var SelectPerPageRoot = exports.SelectPerPageRoot = /*#__PURE__*/(0, _base["defa
|
|
21
21
|
} : {
|
22
22
|
name: "4ved3l",
|
23
23
|
styles: "display:flex;align-items:center;gap:0.5rem",
|
24
|
-
map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
24
|
+
map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvUGFnaW5hdGlvbi91aS9QYWdpbmF0aW9uU2VsZWN0UGVyUGFnZS9QYWdpbmF0aW9uU2VsZWN0UGVyUGFnZS5zdHlsZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBUzJDIiwiZmlsZSI6Ii4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvUGFnaW5hdGlvbi91aS9QYWdpbmF0aW9uU2VsZWN0UGVyUGFnZS9QYWdpbmF0aW9uU2VsZWN0UGVyUGFnZS5zdHlsZXMudHMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCc7XG5cbmltcG9ydCB7IHNlbGVjdENvbmZpZywgc2VsZWN0VG9rZW5zIH0gZnJvbSAnLi4vLi4vLi4vU2VsZWN0JztcbmltcG9ydCB7IGNvbXBvbmVudCwgbWVyZ2VDb25maWcgfSBmcm9tICcuLi8uLi8uLi8uLi9lbmdpbmVzJztcbmltcG9ydCB7IHRva2VucyB9IGZyb20gJy4uLy4uL1BhZ2luYXRpb24udG9rZW5zJztcblxuY29uc3QgbWVyZ2VkU2VsZWN0Q29uZmlnID0gbWVyZ2VDb25maWcoc2VsZWN0Q29uZmlnKTtcbmNvbnN0IFNlbGVjdCA9IGNvbXBvbmVudChtZXJnZWRTZWxlY3RDb25maWcpO1xuXG5leHBvcnQgY29uc3QgU2VsZWN0UGVyUGFnZVJvb3QgPSBzdHlsZWQuZGl2YFxuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBnYXA6IDAuNXJlbTtcbmA7XG5cbmV4cG9ydCBjb25zdCBTZWxlY3RQZXJQYWdlU2VsZWN0ID0gc3R5bGVkKFNlbGVjdClgXG4gICAgJHtzZWxlY3RUb2tlbnMuYnV0dG9uQ29sb3J9OiB2YXIoJHt0b2tlbnMuYnV0dG9uQ29sb3J9KTtcbiAgICAke3NlbGVjdFRva2Vucy5idXR0b25Db2xvckhvdmVyfTogdmFyKCR7dG9rZW5zLmJ1dHRvbkNvbG9ySG92ZXJ9KTtcbiAgICAke3NlbGVjdFRva2Vucy5idXR0b25Db2xvckFjdGl2ZX06IHZhcigke3Rva2Vucy5idXR0b25Db2xvckFjdGl2ZX0pO1xuICAgICR7c2VsZWN0VG9rZW5zLmJ1dHRvbkJhY2tncm91bmRDb2xvcn06IHZhcigke3Rva2Vucy5idXR0b25CYWNrZ3JvdW5kQ29sb3J9KTtcbiAgICAke3NlbGVjdFRva2Vucy5idXR0b25CYWNrZ3JvdW5kQ29sb3JIb3Zlcn06IHZhcigke3Rva2Vucy5idXR0b25CYWNrZ3JvdW5kQ29sb3JIb3Zlcn0pO1xuICAgICR7c2VsZWN0VG9rZW5zLmJ1dHRvbkJhY2tncm91bmRDb2xvckFjdGl2ZX06IHZhcigke3Rva2Vucy5idXR0b25CYWNrZ3JvdW5kQ29sb3JBY3RpdmV9KTtcbiAgICAke3NlbGVjdFRva2Vucy50YXJnZXRIZWlnaHR9OiB2YXIoJHt0b2tlbnMuYnV0dG9uSGVpZ2h0fSk7XG4gICAgJHtzZWxlY3RUb2tlbnMuYnV0dG9uUGFkZGluZ306IHZhcigke3Rva2Vucy5zZWxlY3RUYXJnZXRQYWRkaW5nfSk7XG4gICAgJHtzZWxlY3RUb2tlbnMuYm9yZGVyUmFkaXVzfTogdmFyKCR7dG9rZW5zLmJ1dHRvblJhZGl1c30pO1xuICAgICR7c2VsZWN0VG9rZW5zLmJ1dHRvbkFycm93Q29sb3J9OiB2YXIoJHt0b2tlbnMuYnV0dG9uQXJyb3dDb2xvcn0pO1xuICAgICR7c2VsZWN0VG9rZW5zLmJ1dHRvbkFycm93Q29sb3JIb3Zlcn06IHZhcigke3Rva2Vucy5idXR0b25BcnJvd0NvbG9ySG92ZXJ9KTtcbiAgICAke3NlbGVjdFRva2Vucy5idXR0b25BcnJvd0NvbG9yQWN0aXZlfTogdmFyKCR7dG9rZW5zLmJ1dHRvbkFycm93Q29sb3JBY3RpdmV9KTtcbiAgICAke3NlbGVjdFRva2Vucy5idXR0b25BcnJvd01hcmdpbn06IHZhcigke3Rva2Vucy5idXR0b25BcnJvd01hcmdpbn0pO1xuXG4gICAgJHtzZWxlY3RUb2tlbnMucGFkZGluZ306IDAuMTI1cmVtO1xuXG4gICAgJHtzZWxlY3RUb2tlbnMuaXRlbVBhZGRpbmd9OiB2YXIoJHt0b2tlbnMuc2VsZWN0SXRlbVBhZGRpbmd9KTtcbiAgICAke3NlbGVjdFRva2Vucy5pdGVtQm9yZGVyUmFkaXVzfTogY2FsYyh2YXIoJHt0b2tlbnMuYnV0dG9uUmFkaXVzfSkgLSAwLjEyNXJlbSk7XG4gICAgJHtzZWxlY3RUb2tlbnMuaXRlbUljb25NYXJnaW59OiAwIDAuMzc1cmVtIDAgMDtcbiAgICAke3NlbGVjdFRva2Vucy5pdGVtSWNvblNpemV9OiAxLjVyZW07XG4gICAgJHtzZWxlY3RUb2tlbnMuaXRlbUhlaWdodH06IHZhcigke3Rva2Vucy5zZWxlY3RJdGVtSGVpZ2h0fSk7XG5cbiAgICAke3NlbGVjdFRva2Vucy5mb250RmFtaWx5fTogdmFyKCR7dG9rZW5zLnBhZ2luYXRpb25Gb250RmFtaWx5fSk7XG4gICAgJHtzZWxlY3RUb2tlbnMuZm9udFNpemV9OiB2YXIoJHt0b2tlbnMucGFnaW5hdGlvbkZvbnRTaXplfSk7XG4gICAgJHtzZWxlY3RUb2tlbnMuZm9udFN0eWxlfTogdmFyKCR7dG9rZW5zLnBhZ2luYXRpb25Gb250U3R5bGV9KTtcbiAgICAke3NlbGVjdFRva2Vucy5mb250V2VpZ2h0fTogdmFyKCR7dG9rZW5zLnBhZ2luYXRpb25Gb250V2VpZ2h0fSk7XG4gICAgJHtzZWxlY3RUb2tlbnMuZm9udExldHRlclNwYWNpbmd9OiB2YXIoJHt0b2tlbnMucGFnaW5hdGlvbkxldHRlclNwYWNpbmd9KTtcbiAgICAke3NlbGVjdFRva2Vucy5mb250TGluZUhlaWdodH06IHZhcigke3Rva2Vucy5wYWdpbmF0aW9uTGluZUhlaWdodH0pO1xuYDtcblxuZXhwb3J0IGNvbnN0IFNlbGVjdFBlclBhZ2VUeXBvZ3JhcGh5ID0gc3R5bGVkLmRpdmBcbiAgICBmb250LWZhbWlseTogdmFyKCR7dG9rZW5zLnBhZ2luYXRpb25Gb250RmFtaWx5fSk7XG4gICAgZm9udC1zaXplOiB2YXIoJHt0b2tlbnMucGFnaW5hdGlvbkZvbnRTaXplfSk7XG4gICAgZm9udC1zdHlsZTogdmFyKCR7dG9rZW5zLnBhZ2luYXRpb25Gb250U3R5bGV9KTtcbiAgICBmb250LXdlaWdodDogdmFyKCR7dG9rZW5zLnBhZ2luYXRpb25Gb250V2VpZ2h0fSk7XG4gICAgbGV0dGVyLXNwYWNpbmc6IHZhcigke3Rva2Vucy5wYWdpbmF0aW9uTGV0dGVyU3BhY2luZ30pO1xuICAgIGxpbmUtaGVpZ2h0OiB2YXIoJHt0b2tlbnMucGFnaW5hdGlvbkxpbmVIZWlnaHR9KTtcbmA7XG4iXX0= */",
|
25
25
|
toString: _EMOTION_STRINGIFIED_CSS_ERROR__
|
26
26
|
});
|
27
27
|
var SelectPerPageSelect = exports.SelectPerPageSelect = /*#__PURE__*/(0, _base["default"])(Select, {
|
28
28
|
target: "e18ppken1",
|
29
29
|
label: "plasma-new-hope__SelectPerPageSelect"
|
30
|
-
})(_Select.selectTokens.
|
30
|
+
})(_Select.selectTokens.buttonColor, ":var(", _Pagination.tokens.buttonColor, ");", _Select.selectTokens.buttonColorHover, ":var(", _Pagination.tokens.buttonColorHover, ");", _Select.selectTokens.buttonColorActive, ":var(", _Pagination.tokens.buttonColorActive, ");", _Select.selectTokens.buttonBackgroundColor, ":var(", _Pagination.tokens.buttonBackgroundColor, ");", _Select.selectTokens.buttonBackgroundColorHover, ":var(", _Pagination.tokens.buttonBackgroundColorHover, ");", _Select.selectTokens.buttonBackgroundColorActive, ":var(", _Pagination.tokens.buttonBackgroundColorActive, ");", _Select.selectTokens.targetHeight, ":var(", _Pagination.tokens.buttonHeight, ");", _Select.selectTokens.buttonPadding, ":var(", _Pagination.tokens.selectTargetPadding, ");", _Select.selectTokens.borderRadius, ":var(", _Pagination.tokens.buttonRadius, ");", _Select.selectTokens.buttonArrowColor, ":var(", _Pagination.tokens.buttonArrowColor, ");", _Select.selectTokens.buttonArrowColorHover, ":var(", _Pagination.tokens.buttonArrowColorHover, ");", _Select.selectTokens.buttonArrowColorActive, ":var(", _Pagination.tokens.buttonArrowColorActive, ");", _Select.selectTokens.buttonArrowMargin, ":var(", _Pagination.tokens.buttonArrowMargin, ");", _Select.selectTokens.padding, ":0.125rem;", _Select.selectTokens.itemPadding, ":var(", _Pagination.tokens.selectItemPadding, ");", _Select.selectTokens.itemBorderRadius, ":calc(var(", _Pagination.tokens.buttonRadius, ") - 0.125rem);", _Select.selectTokens.itemIconMargin, ":0 0.375rem 0 0;", _Select.selectTokens.itemIconSize, ":1.5rem;", _Select.selectTokens.itemHeight, ":var(", _Pagination.tokens.selectItemHeight, ");", _Select.selectTokens.fontFamily, ":var(", _Pagination.tokens.paginationFontFamily, ");", _Select.selectTokens.fontSize, ":var(", _Pagination.tokens.paginationFontSize, ");", _Select.selectTokens.fontStyle, ":var(", _Pagination.tokens.paginationFontStyle, ");", _Select.selectTokens.fontWeight, ":var(", _Pagination.tokens.paginationFontWeight, ");", _Select.selectTokens.fontLetterSpacing, ":var(", _Pagination.tokens.paginationLetterSpacing, ");", _Select.selectTokens.fontLineHeight, ":var(", _Pagination.tokens.paginationLineHeight, ");" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvUGFnaW5hdGlvbi91aS9QYWdpbmF0aW9uU2VsZWN0UGVyUGFnZS9QYWdpbmF0aW9uU2VsZWN0UGVyUGFnZS5zdHlsZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBZWlEIiwiZmlsZSI6Ii4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvUGFnaW5hdGlvbi91aS9QYWdpbmF0aW9uU2VsZWN0UGVyUGFnZS9QYWdpbmF0aW9uU2VsZWN0UGVyUGFnZS5zdHlsZXMudHMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCc7XG5cbmltcG9ydCB7IHNlbGVjdENvbmZpZywgc2VsZWN0VG9rZW5zIH0gZnJvbSAnLi4vLi4vLi4vU2VsZWN0JztcbmltcG9ydCB7IGNvbXBvbmVudCwgbWVyZ2VDb25maWcgfSBmcm9tICcuLi8uLi8uLi8uLi9lbmdpbmVzJztcbmltcG9ydCB7IHRva2VucyB9IGZyb20gJy4uLy4uL1BhZ2luYXRpb24udG9rZW5zJztcblxuY29uc3QgbWVyZ2VkU2VsZWN0Q29uZmlnID0gbWVyZ2VDb25maWcoc2VsZWN0Q29uZmlnKTtcbmNvbnN0IFNlbGVjdCA9IGNvbXBvbmVudChtZXJnZWRTZWxlY3RDb25maWcpO1xuXG5leHBvcnQgY29uc3QgU2VsZWN0UGVyUGFnZVJvb3QgPSBzdHlsZWQuZGl2YFxuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBnYXA6IDAuNXJlbTtcbmA7XG5cbmV4cG9ydCBjb25zdCBTZWxlY3RQZXJQYWdlU2VsZWN0ID0gc3R5bGVkKFNlbGVjdClgXG4gICAgJHtzZWxlY3RUb2tlbnMuYnV0dG9uQ29sb3J9OiB2YXIoJHt0b2tlbnMuYnV0dG9uQ29sb3J9KTtcbiAgICAke3NlbGVjdFRva2Vucy5idXR0b25Db2xvckhvdmVyfTogdmFyKCR7dG9rZW5zLmJ1dHRvbkNvbG9ySG92ZXJ9KTtcbiAgICAke3NlbGVjdFRva2Vucy5idXR0b25Db2xvckFjdGl2ZX06IHZhcigke3Rva2Vucy5idXR0b25Db2xvckFjdGl2ZX0pO1xuICAgICR7c2VsZWN0VG9rZW5zLmJ1dHRvbkJhY2tncm91bmRDb2xvcn06IHZhcigke3Rva2Vucy5idXR0b25CYWNrZ3JvdW5kQ29sb3J9KTtcbiAgICAke3NlbGVjdFRva2Vucy5idXR0b25CYWNrZ3JvdW5kQ29sb3JIb3Zlcn06IHZhcigke3Rva2Vucy5idXR0b25CYWNrZ3JvdW5kQ29sb3JIb3Zlcn0pO1xuICAgICR7c2VsZWN0VG9rZW5zLmJ1dHRvbkJhY2tncm91bmRDb2xvckFjdGl2ZX06IHZhcigke3Rva2Vucy5idXR0b25CYWNrZ3JvdW5kQ29sb3JBY3RpdmV9KTtcbiAgICAke3NlbGVjdFRva2Vucy50YXJnZXRIZWlnaHR9OiB2YXIoJHt0b2tlbnMuYnV0dG9uSGVpZ2h0fSk7XG4gICAgJHtzZWxlY3RUb2tlbnMuYnV0dG9uUGFkZGluZ306IHZhcigke3Rva2Vucy5zZWxlY3RUYXJnZXRQYWRkaW5nfSk7XG4gICAgJHtzZWxlY3RUb2tlbnMuYm9yZGVyUmFkaXVzfTogdmFyKCR7dG9rZW5zLmJ1dHRvblJhZGl1c30pO1xuICAgICR7c2VsZWN0VG9rZW5zLmJ1dHRvbkFycm93Q29sb3J9OiB2YXIoJHt0b2tlbnMuYnV0dG9uQXJyb3dDb2xvcn0pO1xuICAgICR7c2VsZWN0VG9rZW5zLmJ1dHRvbkFycm93Q29sb3JIb3Zlcn06IHZhcigke3Rva2Vucy5idXR0b25BcnJvd0NvbG9ySG92ZXJ9KTtcbiAgICAke3NlbGVjdFRva2Vucy5idXR0b25BcnJvd0NvbG9yQWN0aXZlfTogdmFyKCR7dG9rZW5zLmJ1dHRvbkFycm93Q29sb3JBY3RpdmV9KTtcbiAgICAke3NlbGVjdFRva2Vucy5idXR0b25BcnJvd01hcmdpbn06IHZhcigke3Rva2Vucy5idXR0b25BcnJvd01hcmdpbn0pO1xuXG4gICAgJHtzZWxlY3RUb2tlbnMucGFkZGluZ306IDAuMTI1cmVtO1xuXG4gICAgJHtzZWxlY3RUb2tlbnMuaXRlbVBhZGRpbmd9OiB2YXIoJHt0b2tlbnMuc2VsZWN0SXRlbVBhZGRpbmd9KTtcbiAgICAke3NlbGVjdFRva2Vucy5pdGVtQm9yZGVyUmFkaXVzfTogY2FsYyh2YXIoJHt0b2tlbnMuYnV0dG9uUmFkaXVzfSkgLSAwLjEyNXJlbSk7XG4gICAgJHtzZWxlY3RUb2tlbnMuaXRlbUljb25NYXJnaW59OiAwIDAuMzc1cmVtIDAgMDtcbiAgICAke3NlbGVjdFRva2Vucy5pdGVtSWNvblNpemV9OiAxLjVyZW07XG4gICAgJHtzZWxlY3RUb2tlbnMuaXRlbUhlaWdodH06IHZhcigke3Rva2Vucy5zZWxlY3RJdGVtSGVpZ2h0fSk7XG5cbiAgICAke3NlbGVjdFRva2Vucy5mb250RmFtaWx5fTogdmFyKCR7dG9rZW5zLnBhZ2luYXRpb25Gb250RmFtaWx5fSk7XG4gICAgJHtzZWxlY3RUb2tlbnMuZm9udFNpemV9OiB2YXIoJHt0b2tlbnMucGFnaW5hdGlvbkZvbnRTaXplfSk7XG4gICAgJHtzZWxlY3RUb2tlbnMuZm9udFN0eWxlfTogdmFyKCR7dG9rZW5zLnBhZ2luYXRpb25Gb250U3R5bGV9KTtcbiAgICAke3NlbGVjdFRva2Vucy5mb250V2VpZ2h0fTogdmFyKCR7dG9rZW5zLnBhZ2luYXRpb25Gb250V2VpZ2h0fSk7XG4gICAgJHtzZWxlY3RUb2tlbnMuZm9udExldHRlclNwYWNpbmd9OiB2YXIoJHt0b2tlbnMucGFnaW5hdGlvbkxldHRlclNwYWNpbmd9KTtcbiAgICAke3NlbGVjdFRva2Vucy5mb250TGluZUhlaWdodH06IHZhcigke3Rva2Vucy5wYWdpbmF0aW9uTGluZUhlaWdodH0pO1xuYDtcblxuZXhwb3J0IGNvbnN0IFNlbGVjdFBlclBhZ2VUeXBvZ3JhcGh5ID0gc3R5bGVkLmRpdmBcbiAgICBmb250LWZhbWlseTogdmFyKCR7dG9rZW5zLnBhZ2luYXRpb25Gb250RmFtaWx5fSk7XG4gICAgZm9udC1zaXplOiB2YXIoJHt0b2tlbnMucGFnaW5hdGlvbkZvbnRTaXplfSk7XG4gICAgZm9udC1zdHlsZTogdmFyKCR7dG9rZW5zLnBhZ2luYXRpb25Gb250U3R5bGV9KTtcbiAgICBmb250LXdlaWdodDogdmFyKCR7dG9rZW5zLnBhZ2luYXRpb25Gb250V2VpZ2h0fSk7XG4gICAgbGV0dGVyLXNwYWNpbmc6IHZhcigke3Rva2Vucy5wYWdpbmF0aW9uTGV0dGVyU3BhY2luZ30pO1xuICAgIGxpbmUtaGVpZ2h0OiB2YXIoJHt0b2tlbnMucGFnaW5hdGlvbkxpbmVIZWlnaHR9KTtcbmA7XG4iXX0= */"));
|
31
31
|
var SelectPerPageTypography = exports.SelectPerPageTypography = /*#__PURE__*/(0, _base["default"])("div", {
|
32
32
|
target: "e18ppken0",
|
33
33
|
label: "plasma-new-hope__SelectPerPageTypography"
|
34
|
-
})("font-family:var(", _Pagination.tokens.paginationFontFamily, ");font-size:var(", _Pagination.tokens.paginationFontSize, ");font-style:var(", _Pagination.tokens.paginationFontStyle, ");font-weight:var(", _Pagination.tokens.paginationFontWeight, ");letter-spacing:var(", _Pagination.tokens.paginationLetterSpacing, ");line-height:var(", _Pagination.tokens.paginationLineHeight, ");" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
34
|
+
})("font-family:var(", _Pagination.tokens.paginationFontFamily, ");font-size:var(", _Pagination.tokens.paginationFontSize, ");font-style:var(", _Pagination.tokens.paginationFontStyle, ");font-weight:var(", _Pagination.tokens.paginationFontWeight, ");letter-spacing:var(", _Pagination.tokens.paginationLetterSpacing, ");line-height:var(", _Pagination.tokens.paginationLineHeight, ");" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvUGFnaW5hdGlvbi91aS9QYWdpbmF0aW9uU2VsZWN0UGVyUGFnZS9QYWdpbmF0aW9uU2VsZWN0UGVyUGFnZS5zdHlsZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBOENpRCIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9jb21wb25lbnRzL1BhZ2luYXRpb24vdWkvUGFnaW5hdGlvblNlbGVjdFBlclBhZ2UvUGFnaW5hdGlvblNlbGVjdFBlclBhZ2Uuc3R5bGVzLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuXG5pbXBvcnQgeyBzZWxlY3RDb25maWcsIHNlbGVjdFRva2VucyB9IGZyb20gJy4uLy4uLy4uL1NlbGVjdCc7XG5pbXBvcnQgeyBjb21wb25lbnQsIG1lcmdlQ29uZmlnIH0gZnJvbSAnLi4vLi4vLi4vLi4vZW5naW5lcyc7XG5pbXBvcnQgeyB0b2tlbnMgfSBmcm9tICcuLi8uLi9QYWdpbmF0aW9uLnRva2Vucyc7XG5cbmNvbnN0IG1lcmdlZFNlbGVjdENvbmZpZyA9IG1lcmdlQ29uZmlnKHNlbGVjdENvbmZpZyk7XG5jb25zdCBTZWxlY3QgPSBjb21wb25lbnQobWVyZ2VkU2VsZWN0Q29uZmlnKTtcblxuZXhwb3J0IGNvbnN0IFNlbGVjdFBlclBhZ2VSb290ID0gc3R5bGVkLmRpdmBcbiAgICBkaXNwbGF5OiBmbGV4O1xuICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgZ2FwOiAwLjVyZW07XG5gO1xuXG5leHBvcnQgY29uc3QgU2VsZWN0UGVyUGFnZVNlbGVjdCA9IHN0eWxlZChTZWxlY3QpYFxuICAgICR7c2VsZWN0VG9rZW5zLmJ1dHRvbkNvbG9yfTogdmFyKCR7dG9rZW5zLmJ1dHRvbkNvbG9yfSk7XG4gICAgJHtzZWxlY3RUb2tlbnMuYnV0dG9uQ29sb3JIb3Zlcn06IHZhcigke3Rva2Vucy5idXR0b25Db2xvckhvdmVyfSk7XG4gICAgJHtzZWxlY3RUb2tlbnMuYnV0dG9uQ29sb3JBY3RpdmV9OiB2YXIoJHt0b2tlbnMuYnV0dG9uQ29sb3JBY3RpdmV9KTtcbiAgICAke3NlbGVjdFRva2Vucy5idXR0b25CYWNrZ3JvdW5kQ29sb3J9OiB2YXIoJHt0b2tlbnMuYnV0dG9uQmFja2dyb3VuZENvbG9yfSk7XG4gICAgJHtzZWxlY3RUb2tlbnMuYnV0dG9uQmFja2dyb3VuZENvbG9ySG92ZXJ9OiB2YXIoJHt0b2tlbnMuYnV0dG9uQmFja2dyb3VuZENvbG9ySG92ZXJ9KTtcbiAgICAke3NlbGVjdFRva2Vucy5idXR0b25CYWNrZ3JvdW5kQ29sb3JBY3RpdmV9OiB2YXIoJHt0b2tlbnMuYnV0dG9uQmFja2dyb3VuZENvbG9yQWN0aXZlfSk7XG4gICAgJHtzZWxlY3RUb2tlbnMudGFyZ2V0SGVpZ2h0fTogdmFyKCR7dG9rZW5zLmJ1dHRvbkhlaWdodH0pO1xuICAgICR7c2VsZWN0VG9rZW5zLmJ1dHRvblBhZGRpbmd9OiB2YXIoJHt0b2tlbnMuc2VsZWN0VGFyZ2V0UGFkZGluZ30pO1xuICAgICR7c2VsZWN0VG9rZW5zLmJvcmRlclJhZGl1c306IHZhcigke3Rva2Vucy5idXR0b25SYWRpdXN9KTtcbiAgICAke3NlbGVjdFRva2Vucy5idXR0b25BcnJvd0NvbG9yfTogdmFyKCR7dG9rZW5zLmJ1dHRvbkFycm93Q29sb3J9KTtcbiAgICAke3NlbGVjdFRva2Vucy5idXR0b25BcnJvd0NvbG9ySG92ZXJ9OiB2YXIoJHt0b2tlbnMuYnV0dG9uQXJyb3dDb2xvckhvdmVyfSk7XG4gICAgJHtzZWxlY3RUb2tlbnMuYnV0dG9uQXJyb3dDb2xvckFjdGl2ZX06IHZhcigke3Rva2Vucy5idXR0b25BcnJvd0NvbG9yQWN0aXZlfSk7XG4gICAgJHtzZWxlY3RUb2tlbnMuYnV0dG9uQXJyb3dNYXJnaW59OiB2YXIoJHt0b2tlbnMuYnV0dG9uQXJyb3dNYXJnaW59KTtcblxuICAgICR7c2VsZWN0VG9rZW5zLnBhZGRpbmd9OiAwLjEyNXJlbTtcblxuICAgICR7c2VsZWN0VG9rZW5zLml0ZW1QYWRkaW5nfTogdmFyKCR7dG9rZW5zLnNlbGVjdEl0ZW1QYWRkaW5nfSk7XG4gICAgJHtzZWxlY3RUb2tlbnMuaXRlbUJvcmRlclJhZGl1c306IGNhbGModmFyKCR7dG9rZW5zLmJ1dHRvblJhZGl1c30pIC0gMC4xMjVyZW0pO1xuICAgICR7c2VsZWN0VG9rZW5zLml0ZW1JY29uTWFyZ2lufTogMCAwLjM3NXJlbSAwIDA7XG4gICAgJHtzZWxlY3RUb2tlbnMuaXRlbUljb25TaXplfTogMS41cmVtO1xuICAgICR7c2VsZWN0VG9rZW5zLml0ZW1IZWlnaHR9OiB2YXIoJHt0b2tlbnMuc2VsZWN0SXRlbUhlaWdodH0pO1xuXG4gICAgJHtzZWxlY3RUb2tlbnMuZm9udEZhbWlseX06IHZhcigke3Rva2Vucy5wYWdpbmF0aW9uRm9udEZhbWlseX0pO1xuICAgICR7c2VsZWN0VG9rZW5zLmZvbnRTaXplfTogdmFyKCR7dG9rZW5zLnBhZ2luYXRpb25Gb250U2l6ZX0pO1xuICAgICR7c2VsZWN0VG9rZW5zLmZvbnRTdHlsZX06IHZhcigke3Rva2Vucy5wYWdpbmF0aW9uRm9udFN0eWxlfSk7XG4gICAgJHtzZWxlY3RUb2tlbnMuZm9udFdlaWdodH06IHZhcigke3Rva2Vucy5wYWdpbmF0aW9uRm9udFdlaWdodH0pO1xuICAgICR7c2VsZWN0VG9rZW5zLmZvbnRMZXR0ZXJTcGFjaW5nfTogdmFyKCR7dG9rZW5zLnBhZ2luYXRpb25MZXR0ZXJTcGFjaW5nfSk7XG4gICAgJHtzZWxlY3RUb2tlbnMuZm9udExpbmVIZWlnaHR9OiB2YXIoJHt0b2tlbnMucGFnaW5hdGlvbkxpbmVIZWlnaHR9KTtcbmA7XG5cbmV4cG9ydCBjb25zdCBTZWxlY3RQZXJQYWdlVHlwb2dyYXBoeSA9IHN0eWxlZC5kaXZgXG4gICAgZm9udC1mYW1pbHk6IHZhcigke3Rva2Vucy5wYWdpbmF0aW9uRm9udEZhbWlseX0pO1xuICAgIGZvbnQtc2l6ZTogdmFyKCR7dG9rZW5zLnBhZ2luYXRpb25Gb250U2l6ZX0pO1xuICAgIGZvbnQtc3R5bGU6IHZhcigke3Rva2Vucy5wYWdpbmF0aW9uRm9udFN0eWxlfSk7XG4gICAgZm9udC13ZWlnaHQ6IHZhcigke3Rva2Vucy5wYWdpbmF0aW9uRm9udFdlaWdodH0pO1xuICAgIGxldHRlci1zcGFjaW5nOiB2YXIoJHt0b2tlbnMucGFnaW5hdGlvbkxldHRlclNwYWNpbmd9KTtcbiAgICBsaW5lLWhlaWdodDogdmFyKCR7dG9rZW5zLnBhZ2luYXRpb25MaW5lSGVpZ2h0fSk7XG5gO1xuIl19 */"));
|
@@ -0,0 +1,91 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
4
|
+
value: true
|
5
|
+
});
|
6
|
+
exports.FloatingPopover = void 0;
|
7
|
+
var _react = /*#__PURE__*/require("@floating-ui/react");
|
8
|
+
var _react2 = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("react"));
|
9
|
+
var _plasmaCore = /*#__PURE__*/require("@salutejs/plasma-core");
|
10
|
+
var _utils = /*#__PURE__*/require("./utils");
|
11
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
12
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
|
13
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
14
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
15
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
16
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
17
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
18
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
19
|
+
var FloatingPopover = exports.FloatingPopover = /*#__PURE__*/(0, _react2.forwardRef)(function (_ref, ref) {
|
20
|
+
var target = _ref.target,
|
21
|
+
children = _ref.children,
|
22
|
+
opened = _ref.opened,
|
23
|
+
onToggle = _ref.onToggle,
|
24
|
+
placement = _ref.placement,
|
25
|
+
portal = _ref.portal,
|
26
|
+
listWidth = _ref.listWidth,
|
27
|
+
_ref$offset = _ref.offset,
|
28
|
+
offset = _ref$offset === void 0 ? 0 : _ref$offset;
|
29
|
+
var _useFloating = (0, _react.useFloating)({
|
30
|
+
placement: (0, _utils.getPlacement)(placement),
|
31
|
+
open: opened,
|
32
|
+
middleware: [(0, _react.offset)(offset), (0, _react.flip)({
|
33
|
+
fallbackPlacements: (0, _utils.getFallbackPlacements)(placement)
|
34
|
+
}), (0, _react.shift)(), (0, _react.size)({
|
35
|
+
apply: function apply(_ref2) {
|
36
|
+
var rects = _ref2.rects,
|
37
|
+
elements = _ref2.elements;
|
38
|
+
Object.assign(elements.floating.style, {
|
39
|
+
width: listWidth || "".concat(rects.reference.width, "px")
|
40
|
+
});
|
41
|
+
}
|
42
|
+
})]
|
43
|
+
}),
|
44
|
+
refs = _useFloating.refs,
|
45
|
+
floatingStyles = _useFloating.floatingStyles;
|
46
|
+
var wrappedId = (0, _plasmaCore.safeUseId)();
|
47
|
+
var handleClick = function handleClick() {
|
48
|
+
if (onToggle) {
|
49
|
+
onToggle(!opened);
|
50
|
+
}
|
51
|
+
};
|
52
|
+
|
53
|
+
// Проверка на target. Это может быть как ReactNode, так и функция, в которую пробрасывается ref.
|
54
|
+
// Это нужно для более тонкой настройки reference-элемента, вокруг которого и будет позиционироваться выпадашка.
|
55
|
+
// Пример: когда в Textfield под инпутом находится helperText (или еще что-либо),
|
56
|
+
// но выпадающий список должен позиционироваться непосредственно возле самого инпута.
|
57
|
+
var isTargetAsFunction = typeof target === 'function';
|
58
|
+
return /*#__PURE__*/_react2["default"].createElement("div", {
|
59
|
+
ref: ref,
|
60
|
+
id: wrappedId
|
61
|
+
}, /*#__PURE__*/_react2["default"].createElement("div", {
|
62
|
+
ref: isTargetAsFunction ? undefined : refs.setReference,
|
63
|
+
onClick: handleClick
|
64
|
+
}, typeof target === 'function' ? target(refs.setReference) : target), opened &&
|
65
|
+
/*#__PURE__*/
|
66
|
+
// root - принимает ref контейнера портала.
|
67
|
+
// id - если есть портал - не используется, если портала нет - подставляется 'wrappedId'.
|
68
|
+
_react2["default"].createElement(_react.FloatingPortal, getFloatingPortalProps(portal, wrappedId), /*#__PURE__*/_react2["default"].createElement("div", {
|
69
|
+
ref: refs.setFloating,
|
70
|
+
style: _objectSpread(_objectSpread({}, floatingStyles), {}, {
|
71
|
+
zIndex: 1
|
72
|
+
})
|
73
|
+
}, children)));
|
74
|
+
});
|
75
|
+
// root - принимает ref контейнера портала.
|
76
|
+
// id - если есть портал - не используется, если портала нет - подставляется 'wrappedId'.
|
77
|
+
var getFloatingPortalProps = function getFloatingPortalProps(portal, wrappedId) {
|
78
|
+
if (!portal) {
|
79
|
+
return {
|
80
|
+
id: wrappedId
|
81
|
+
};
|
82
|
+
}
|
83
|
+
if (typeof portal === 'string') {
|
84
|
+
return {
|
85
|
+
id: portal
|
86
|
+
};
|
87
|
+
}
|
88
|
+
return {
|
89
|
+
root: portal
|
90
|
+
};
|
91
|
+
};
|
@@ -6,6 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
});
|
7
7
|
exports.selectRoot = exports.selectConfig = exports.Context = void 0;
|
8
8
|
var _react = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("react"));
|
9
|
+
var _plasmaCore = /*#__PURE__*/require("@salutejs/plasma-core");
|
9
10
|
var _utils = /*#__PURE__*/require("../../utils");
|
10
11
|
var _hooks = /*#__PURE__*/require("../../hooks");
|
11
12
|
var _useKeyboardNavigation = /*#__PURE__*/require("./hooks/useKeyboardNavigation");
|
@@ -14,9 +15,8 @@ var _ui = /*#__PURE__*/require("./ui");
|
|
14
15
|
var _reducers = /*#__PURE__*/require("./reducers");
|
15
16
|
var _usePathMaps3 = /*#__PURE__*/require("./hooks/usePathMaps");
|
16
17
|
var _Select = /*#__PURE__*/require("./Select.styles");
|
17
|
-
var
|
18
|
-
var
|
19
|
-
var _excluded = ["value", "onChange", "target", "items", "placement", "label", "labelPlacement", "placeholder", "helperText", "disabled", "view", "size", "listOverflow", "listHeight", "listWidth", "contentLeft", "onScrollBottom", "chipView", "variant", "portal", "renderValue", "renderItem", "status", "onItemSelect", "separator", "closeAfterSelect"];
|
18
|
+
var _FloatingPopover = /*#__PURE__*/require("./FloatingPopover");
|
19
|
+
var _excluded = ["value", "onChange", "target", "items", "placement", "label", "labelPlacement", "placeholder", "helperText", "disabled", "view", "size", "listOverflow", "listHeight", "listWidth", "contentLeft", "onScrollBottom", "chipView", "variant", "portal", "renderValue", "renderItem", "status", "onItemSelect", "separator", "closeAfterSelect", "isTargetAmount"];
|
20
20
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
21
21
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
|
22
22
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
@@ -35,21 +35,21 @@ var Context = exports.Context = /*#__PURE__*/(0, _react.createContext)({});
|
|
35
35
|
*/
|
36
36
|
var selectRoot = exports.selectRoot = function selectRoot(Root) {
|
37
37
|
return /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
|
38
|
+
var _getItemByFocused;
|
38
39
|
var outerValue = props.value,
|
39
40
|
outerOnChange = props.onChange,
|
40
41
|
_props$target = props.target,
|
41
|
-
|
42
|
+
_target = _props$target === void 0 ? 'textfield-like' : _props$target,
|
42
43
|
items = props.items,
|
43
44
|
_props$placement = props.placement,
|
44
45
|
placement = _props$placement === void 0 ? 'bottom' : _props$placement,
|
45
46
|
label = props.label,
|
46
|
-
|
47
|
-
labelPlacement = _props$labelPlacement === void 0 ? 'outer' : _props$labelPlacement,
|
47
|
+
labelPlacement = props.labelPlacement,
|
48
48
|
placeholder = props.placeholder,
|
49
49
|
helperText = props.helperText,
|
50
50
|
_props$disabled = props.disabled,
|
51
51
|
disabled = _props$disabled === void 0 ? false : _props$disabled,
|
52
|
-
|
52
|
+
outerView = props.view,
|
53
53
|
size = props.size,
|
54
54
|
listOverflow = props.listOverflow,
|
55
55
|
listHeight = props.listHeight,
|
@@ -66,22 +66,28 @@ var selectRoot = exports.selectRoot = function selectRoot(Root) {
|
|
66
66
|
onItemSelect = props.onItemSelect,
|
67
67
|
separator = props.separator,
|
68
68
|
outerCloseAfterSelect = props.closeAfterSelect,
|
69
|
+
isTargetAmount = props.isTargetAmount,
|
69
70
|
rest = _objectWithoutProperties(props, _excluded);
|
70
71
|
var transformedItems = (0, _react.useMemo)(function () {
|
71
72
|
return (0, _utils2.initialItemsTransform)(items || []);
|
72
73
|
}, [items]);
|
74
|
+
|
75
|
+
// Создаем структуры для быстрой работы с деревом
|
73
76
|
var _usePathMaps = (0, _usePathMaps3.usePathMaps)(transformedItems),
|
74
|
-
_usePathMaps2 = _slicedToArray(_usePathMaps,
|
77
|
+
_usePathMaps2 = _slicedToArray(_usePathMaps, 5),
|
75
78
|
pathMap = _usePathMaps2[0],
|
76
79
|
focusedToValueMap = _usePathMaps2[1],
|
77
80
|
valueToCheckedMap = _usePathMaps2[2],
|
78
|
-
valueToItemMap = _usePathMaps2[3]
|
79
|
-
|
80
|
-
var
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
81
|
+
valueToItemMap = _usePathMaps2[3],
|
82
|
+
labelToItemMap = _usePathMaps2[4];
|
83
|
+
var _useState = (0, _react.useState)(props.multiselect ? [] : ''),
|
84
|
+
_useState2 = _slicedToArray(_useState, 2),
|
85
|
+
internalValue = _useState2[0],
|
86
|
+
setInternalValue = _useState2[1];
|
87
|
+
var value = outerValue !== null && outerValue !== undefined ? (0, _utils2.getInitialValue)(outerValue, valueToItemMap) : internalValue;
|
88
|
+
var floatingPopoverRef = (0, _react.useRef)(null);
|
89
|
+
|
90
|
+
// Состояния дерева элементов
|
85
91
|
var _useReducer = (0, _react.useReducer)(_reducers.pathReducer, []),
|
86
92
|
_useReducer2 = _slicedToArray(_useReducer, 2),
|
87
93
|
path = _useReducer2[0],
|
@@ -90,23 +96,53 @@ var selectRoot = exports.selectRoot = function selectRoot(Root) {
|
|
90
96
|
_useReducer4 = _slicedToArray(_useReducer3, 2),
|
91
97
|
focusedPath = _useReducer4[0],
|
92
98
|
dispatchFocusedPath = _useReducer4[1];
|
93
|
-
var
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
var
|
98
|
-
|
99
|
-
checked = _useState2[0],
|
100
|
-
setChecked = _useState2[1];
|
99
|
+
var _useState3 = (0, _react.useState)(valueToCheckedMap),
|
100
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
101
|
+
checked = _useState4[0],
|
102
|
+
setChecked = _useState4[1];
|
103
|
+
var isCurrentListOpen = Boolean(path[0]);
|
104
|
+
var activeDescendantItemValue = ((_getItemByFocused = (0, _useKeyboardNavigation.getItemByFocused)(focusedPath, focusedToValueMap)) === null || _getItemByFocused === void 0 ? void 0 : _getItemByFocused.value.toString()) || '';
|
101
105
|
var closeAfterSelect = outerCloseAfterSelect !== null && outerCloseAfterSelect !== void 0 ? outerCloseAfterSelect : !props.multiselect;
|
106
|
+
var treeId = (0, _plasmaCore.safeUseId)();
|
107
|
+
var view = _target === 'textfield-like' && disabled ? 'default' : (0, _utils2.getView)(status, outerView);
|
102
108
|
var targetRef = (0, _hooks.useOutsideClick)(function () {
|
103
|
-
if (
|
104
|
-
|
109
|
+
if (!isCurrentListOpen) {
|
110
|
+
return;
|
111
|
+
}
|
112
|
+
dispatchPath({
|
113
|
+
type: 'reset'
|
114
|
+
});
|
115
|
+
dispatchFocusedPath({
|
116
|
+
type: 'reset'
|
117
|
+
});
|
118
|
+
}, floatingPopoverRef);
|
119
|
+
var onChange = function onChange(newValue) {
|
120
|
+
if (outerOnChange) {
|
121
|
+
outerOnChange(newValue);
|
122
|
+
}
|
123
|
+
setInternalValue(newValue);
|
124
|
+
};
|
125
|
+
var handleClickArrow = function handleClickArrow() {
|
126
|
+
if (disabled) {
|
127
|
+
return;
|
128
|
+
}
|
129
|
+
if (isCurrentListOpen) {
|
130
|
+
dispatchPath({
|
105
131
|
type: 'reset'
|
106
132
|
});
|
133
|
+
} else {
|
134
|
+
dispatchPath({
|
135
|
+
type: 'opened_first_level'
|
136
|
+
});
|
137
|
+
}
|
138
|
+
dispatchFocusedPath({
|
139
|
+
type: 'reset'
|
140
|
+
});
|
141
|
+
};
|
142
|
+
var handleListToggle = function handleListToggle(opened) {
|
143
|
+
if (disabled) {
|
144
|
+
return;
|
107
145
|
}
|
108
|
-
});
|
109
|
-
var handleToggle = function handleToggle(opened) {
|
110
146
|
if (opened) {
|
111
147
|
dispatchPath({
|
112
148
|
type: 'opened_first_level'
|
@@ -118,39 +154,37 @@ var selectRoot = exports.selectRoot = function selectRoot(Root) {
|
|
118
154
|
dispatchPath({
|
119
155
|
type: 'reset'
|
120
156
|
});
|
121
|
-
dispatchFocusedChipIndex({
|
122
|
-
type: 'reset'
|
123
|
-
});
|
124
157
|
}
|
125
158
|
};
|
126
159
|
var handleCheckboxChange = function handleCheckboxChange(item) {
|
127
|
-
if (props.multiselect) {
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
160
|
+
if (!props.multiselect) {
|
161
|
+
return;
|
162
|
+
}
|
163
|
+
var checkedCopy = new Map(checked);
|
164
|
+
if (!checkedCopy.get(item.value)) {
|
165
|
+
checkedCopy.set(item.value, true);
|
166
|
+
(0, _utils2.updateDescendants)(item, checkedCopy, true);
|
167
|
+
} else {
|
168
|
+
checkedCopy.set(item.value, false);
|
169
|
+
(0, _utils2.updateDescendants)(item, checkedCopy, false);
|
170
|
+
}
|
171
|
+
(0, _utils2.updateAncestors)(item, checkedCopy);
|
172
|
+
var newValues = [];
|
173
|
+
valueToItemMap.forEach(function (item, key) {
|
174
|
+
if (checkedCopy.get(key)) {
|
175
|
+
newValues.push(item.value);
|
135
176
|
}
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
newValues.push(item.value);
|
141
|
-
}
|
177
|
+
});
|
178
|
+
if (closeAfterSelect) {
|
179
|
+
dispatchPath({
|
180
|
+
type: 'reset'
|
142
181
|
});
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
});
|
150
|
-
}
|
151
|
-
if (onChange) {
|
152
|
-
onChange(newValues);
|
153
|
-
}
|
182
|
+
dispatchFocusedPath({
|
183
|
+
type: 'reset'
|
184
|
+
});
|
185
|
+
}
|
186
|
+
if (onChange) {
|
187
|
+
onChange(newValues);
|
154
188
|
}
|
155
189
|
};
|
156
190
|
var handleItemClick = function handleItemClick(item, e) {
|
@@ -159,29 +193,26 @@ var selectRoot = exports.selectRoot = function selectRoot(Root) {
|
|
159
193
|
}
|
160
194
|
if (props.multiselect) {
|
161
195
|
handleCheckboxChange(item);
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
}
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
196
|
+
return;
|
197
|
+
}
|
198
|
+
if (e) {
|
199
|
+
e.stopPropagation();
|
200
|
+
}
|
201
|
+
var isCurrentChecked = checked.get(item.value);
|
202
|
+
if (closeAfterSelect) {
|
203
|
+
dispatchPath({
|
204
|
+
type: 'reset'
|
205
|
+
});
|
206
|
+
dispatchFocusedPath({
|
207
|
+
type: 'reset'
|
208
|
+
});
|
209
|
+
}
|
210
|
+
if (onChange) {
|
211
|
+
onChange(isCurrentChecked ? '' : item.value);
|
212
|
+
}
|
213
|
+
if (onItemSelect) {
|
214
|
+
onItemSelect(item, e);
|
181
215
|
}
|
182
|
-
};
|
183
|
-
var handleChipClick = function handleChipClick(currentValue) {
|
184
|
-
handleCheckboxChange(valueToItemMap.get(currentValue));
|
185
216
|
};
|
186
217
|
var handlePressDown = function handlePressDown(item, e) {
|
187
218
|
if ((0, _utils.isEmpty)(item.items)) {
|
@@ -198,25 +229,19 @@ var selectRoot = exports.selectRoot = function selectRoot(Root) {
|
|
198
229
|
}
|
199
230
|
};
|
200
231
|
var _useKeyNavigation = (0, _useKeyboardNavigation.useKeyNavigation)({
|
201
|
-
value: value,
|
202
232
|
focusedPath: focusedPath,
|
203
233
|
dispatchFocusedPath: dispatchFocusedPath,
|
204
234
|
path: path,
|
205
235
|
dispatchPath: dispatchPath,
|
206
236
|
pathMap: pathMap,
|
207
237
|
focusedToValueMap: focusedToValueMap,
|
208
|
-
|
209
|
-
handlePressDown: handlePressDown
|
210
|
-
focusedChipIndex: focusedChipIndex,
|
211
|
-
dispatchFocusedChipIndex: dispatchFocusedChipIndex,
|
212
|
-
valueToItemMap: valueToItemMap,
|
213
|
-
multiselect: props.multiselect,
|
214
|
-
isTargetAmount: props.isTargetAmount
|
238
|
+
handleListToggle: handleListToggle,
|
239
|
+
handlePressDown: handlePressDown
|
215
240
|
}),
|
216
241
|
onKeyDown = _useKeyNavigation.onKeyDown;
|
217
|
-
var isCurrentListOpen = Boolean(path[0]);
|
218
242
|
|
219
|
-
// В данном эффекте мы следим за изменениями value и вносим коррективы в дерево чекбоксов.
|
243
|
+
// В данном эффекте мы следим за изменениями value снаружи и вносим коррективы в дерево чекбоксов.
|
244
|
+
// Пример: когда юзер очистил value извне, тогда нужно пройтись по элементам и выключить все чекбоксы.
|
220
245
|
(0, _react.useLayoutEffect)(function () {
|
221
246
|
var checkedCopy = new Map(checked);
|
222
247
|
checkedCopy.forEach(function (_, key) {
|
@@ -235,13 +260,18 @@ var selectRoot = exports.selectRoot = function selectRoot(Root) {
|
|
235
260
|
}
|
236
261
|
}
|
237
262
|
setChecked(checkedCopy);
|
238
|
-
|
263
|
+
|
264
|
+
// В deps мы кладем именно outerValue и internalValue, а не просто value.
|
265
|
+
// Т.к. вначале нужно отфильтровать и провалидировать outerValue и результат положить в переменную.
|
266
|
+
// А переменную, содержащую сложные типы данных, нельзя помещать в deps.
|
267
|
+
}, [outerValue, internalValue, items]);
|
239
268
|
return /*#__PURE__*/_react["default"].createElement(Root, _extends({
|
240
|
-
|
269
|
+
view: view,
|
241
270
|
size: size,
|
242
|
-
|
243
|
-
chipView: chipView
|
244
|
-
|
271
|
+
labelPlacement: labelPlacement,
|
272
|
+
chipView: chipView,
|
273
|
+
disabled: disabled
|
274
|
+
}, rest), /*#__PURE__*/_react["default"].createElement(Context.Provider, {
|
245
275
|
value: {
|
246
276
|
focusedPath: focusedPath,
|
247
277
|
checked: checked,
|
@@ -251,46 +281,63 @@ var selectRoot = exports.selectRoot = function selectRoot(Root) {
|
|
251
281
|
handleItemClick: handleItemClick,
|
252
282
|
variant: variant,
|
253
283
|
renderItem: renderItem,
|
254
|
-
valueToItemMap: valueToItemMap
|
284
|
+
valueToItemMap: valueToItemMap,
|
285
|
+
treeId: treeId
|
255
286
|
}
|
256
|
-
}, /*#__PURE__*/_react["default"].createElement(
|
257
|
-
ref:
|
287
|
+
}, /*#__PURE__*/_react["default"].createElement(_FloatingPopover.FloatingPopover, {
|
288
|
+
ref: floatingPopoverRef,
|
258
289
|
opened: isCurrentListOpen,
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
290
|
+
onToggle: function onToggle(opened) {
|
291
|
+
return opened && handleListToggle(true);
|
292
|
+
},
|
293
|
+
placement: placement,
|
294
|
+
portal: portal,
|
295
|
+
listWidth: listWidth,
|
296
|
+
target: function target(referenceRef) {
|
297
|
+
return /*#__PURE__*/_react["default"].createElement(_ui.Target, {
|
298
|
+
ref: ref,
|
299
|
+
target: _target,
|
300
|
+
value: value,
|
301
|
+
opened: isCurrentListOpen,
|
302
|
+
valueToItemMap: valueToItemMap,
|
303
|
+
label: label,
|
304
|
+
placeholder: placeholder,
|
305
|
+
onKeyDown: onKeyDown,
|
306
|
+
labelPlacement: labelPlacement,
|
307
|
+
size: size,
|
308
|
+
contentLeft: contentLeft,
|
309
|
+
disabled: disabled,
|
310
|
+
renderValue: renderValue,
|
311
|
+
selectProps: props,
|
312
|
+
inputWrapperRef: referenceRef,
|
313
|
+
multiselect: props.multiselect,
|
314
|
+
view: view,
|
315
|
+
handleClickArrow: handleClickArrow,
|
316
|
+
helperText: helperText,
|
317
|
+
treeId: treeId,
|
318
|
+
activeDescendantItemValue: activeDescendantItemValue,
|
319
|
+
isTargetAmount: isTargetAmount,
|
320
|
+
onChange: onChange,
|
321
|
+
labelToItemMap: labelToItemMap,
|
322
|
+
chipView: chipView,
|
323
|
+
separator: separator
|
324
|
+
});
|
325
|
+
}
|
326
|
+
}, /*#__PURE__*/_react["default"].createElement(Root, _extends({
|
327
|
+
view: view,
|
328
|
+
size: size,
|
329
|
+
labelPlacement: labelPlacement,
|
330
|
+
chipView: chipView,
|
331
|
+
disabled: disabled
|
287
332
|
}, rest), /*#__PURE__*/_react["default"].createElement(_Select.Ul, {
|
288
333
|
role: "tree",
|
289
|
-
id: "
|
334
|
+
id: "".concat(treeId, "_tree_level_1"),
|
335
|
+
"aria-multiselectable": Boolean(props.multiselect),
|
290
336
|
listHeight: listHeight,
|
291
337
|
listOverflow: listOverflow,
|
292
338
|
onScroll: handleScroll,
|
293
|
-
listWidth: listWidth
|
339
|
+
listWidth: listWidth,
|
340
|
+
ref: targetRef
|
294
341
|
}, transformedItems.map(function (item, index) {
|
295
342
|
return /*#__PURE__*/_react["default"].createElement(_ui.Inner, {
|
296
343
|
key: "".concat(index, "/0"),
|
@@ -301,7 +348,7 @@ var selectRoot = exports.selectRoot = function selectRoot(Root) {
|
|
301
348
|
index: index,
|
302
349
|
listWidth: listWidth
|
303
350
|
});
|
304
|
-
})))))
|
351
|
+
}))))));
|
305
352
|
});
|
306
353
|
};
|
307
354
|
var selectConfig = exports.selectConfig = {
|
@@ -309,17 +356,11 @@ var selectConfig = exports.selectConfig = {
|
|
309
356
|
tag: 'div',
|
310
357
|
layout: selectRoot,
|
311
358
|
base: _Select.base,
|
312
|
-
variations: {
|
313
|
-
view: {
|
314
|
-
css: _base.base
|
315
|
-
},
|
316
|
-
size: {
|
317
|
-
css: _base2.base
|
318
|
-
}
|
319
|
-
},
|
359
|
+
variations: {},
|
320
360
|
defaults: {
|
321
361
|
view: 'default',
|
322
|
-
|
323
|
-
|
362
|
+
size: 'm',
|
363
|
+
labelPlacement: 'outer',
|
364
|
+
chipView: 'default'
|
324
365
|
}
|
325
366
|
};
|