playbook_ui 13.24.0.pre.alpha.play1305drycontenttag2689 → 13.25.0.pre.alpha.PBNTR272Dropdownkitv42769
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/_playbook.scss +2 -0
- data/app/pb_kits/playbook/index.js +2 -0
- data/app/pb_kits/playbook/pb_advanced_table/advanced_table.html.erb +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/table_body.html.erb +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/table_header.html.erb +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/table_row.html.erb +1 -1
- data/app/pb_kits/playbook/pb_avatar_action_button/avatar_action_button.html.erb +1 -1
- data/app/pb_kits/playbook/pb_background/_background.tsx +7 -5
- data/app/pb_kits/playbook/pb_background/background.html.erb +0 -1
- data/app/pb_kits/playbook/pb_badge/badge.html.erb +1 -1
- data/app/pb_kits/playbook/pb_body/_body.tsx +1 -1
- data/app/pb_kits/playbook/pb_body/body.html.erb +1 -1
- data/app/pb_kits/playbook/pb_bread_crumbs/bread_crumb_item.html.erb +1 -1
- data/app/pb_kits/playbook/pb_bread_crumbs/bread_crumbs.html.erb +1 -1
- data/app/pb_kits/playbook/pb_button/_button.scss +1 -1
- data/app/pb_kits/playbook/pb_button/button.html.erb +1 -2
- data/app/pb_kits/playbook/pb_button_toolbar/button_toolbar.html.erb +1 -1
- data/app/pb_kits/playbook/pb_caption/caption.html.erb +1 -1
- data/app/pb_kits/playbook/pb_card/card.html.erb +1 -1
- data/app/pb_kits/playbook/pb_card/card_body.html.erb +1 -1
- data/app/pb_kits/playbook/pb_card/card_header.html.erb +1 -1
- data/app/pb_kits/playbook/pb_checkbox/checkbox.html.erb +1 -1
- data/app/pb_kits/playbook/pb_circle_icon_button/circle_icon_button.html.erb +1 -1
- data/app/pb_kits/playbook/pb_collapsible/collapsible.html.erb +1 -1
- data/app/pb_kits/playbook/pb_collapsible/collapsible_content.html.erb +1 -1
- data/app/pb_kits/playbook/pb_collapsible/collapsible_main.html.erb +1 -2
- data/app/pb_kits/playbook/pb_contact/contact.html.erb +1 -1
- data/app/pb_kits/playbook/pb_currency/currency.html.erb +1 -1
- data/app/pb_kits/playbook/pb_currency/docs/_currency_alignment_swift.md +43 -0
- data/app/pb_kits/playbook/pb_currency/docs/_currency_props_swift.md +12 -0
- data/app/pb_kits/playbook/pb_currency/docs/_currency_size_swift.md +31 -0
- data/app/pb_kits/playbook/pb_currency/docs/example.yml +5 -0
- data/app/pb_kits/playbook/pb_dashboard_value/dashboard_value.html.erb +1 -1
- data/app/pb_kits/playbook/pb_date/date.html.erb +1 -1
- data/app/pb_kits/playbook/pb_date_picker/date_picker.html.erb +1 -2
- data/app/pb_kits/playbook/pb_date_range_inline/date_range_inline.html.erb +1 -1
- data/app/pb_kits/playbook/pb_date_range_stacked/date_range_stacked.html.erb +1 -1
- data/app/pb_kits/playbook/pb_date_range_stacked/docs/_date_range_stacked_default_swift.md +14 -0
- data/app/pb_kits/playbook/pb_date_range_stacked/docs/_date_range_stacked_props_swift.md +9 -0
- data/app/pb_kits/playbook/pb_date_range_stacked/docs/example.yml +4 -0
- data/app/pb_kits/playbook/pb_date_stacked/date_stacked.html.erb +1 -1
- data/app/pb_kits/playbook/pb_date_time/date_time.html.erb +1 -1
- data/app/pb_kits/playbook/pb_date_time_stacked/date_time_stacked.html.erb +1 -1
- data/app/pb_kits/playbook/pb_date_year_stacked/date_year_stacked.html.erb +1 -1
- data/app/pb_kits/playbook/pb_detail/detail.html.erb +1 -1
- data/app/pb_kits/playbook/pb_dialog/_dialog.scss +4 -2
- data/app/pb_kits/playbook/pb_dialog/dialog.html.erb +1 -1
- data/app/pb_kits/playbook/pb_dialog/dialog_body.html.erb +1 -1
- data/app/pb_kits/playbook/pb_dialog/dialog_footer.html.erb +1 -1
- data/app/pb_kits/playbook/pb_dialog/dialog_header.html.erb +1 -2
- data/app/pb_kits/playbook/pb_dialog/docs/example.yml +1 -1
- data/app/pb_kits/playbook/pb_dropdown/_dropdown.scss +181 -0
- data/app/pb_kits/playbook/pb_dropdown/_dropdown.tsx +266 -0
- data/app/pb_kits/playbook/pb_dropdown/context/index.tsx +5 -0
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_default.jsx +38 -0
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_default.md +1 -0
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_autocomplete.jsx +87 -0
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_autocomplete.md +1 -0
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_autocomplete_and_custom_display.jsx +102 -0
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_autocomplete_and_custom_display.md +1 -0
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_display.jsx +104 -0
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_display.md +5 -0
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_options.jsx +63 -0
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_options.md +1 -0
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_padding.jsx +48 -0
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_padding.md +1 -0
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_trigger.jsx +77 -0
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_trigger.md +1 -0
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_external_control.jsx +62 -0
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_hook.jsx +75 -0
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_label.jsx +39 -0
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_label.md +1 -0
- data/app/pb_kits/playbook/pb_dropdown/docs/example.yml +15 -0
- data/app/pb_kits/playbook/pb_dropdown/docs/index.js +10 -0
- data/app/pb_kits/playbook/pb_dropdown/dropdown.test.jsx +207 -0
- data/app/pb_kits/playbook/pb_dropdown/hooks/useDropdown.tsx +17 -0
- data/app/pb_kits/playbook/pb_dropdown/hooks/useHandleOnKeydown.tsx +61 -0
- data/app/pb_kits/playbook/pb_dropdown/subcomponents/DropdownContainer.tsx +109 -0
- data/app/pb_kits/playbook/pb_dropdown/subcomponents/DropdownOption.tsx +116 -0
- data/app/pb_kits/playbook/pb_dropdown/subcomponents/DropdownTrigger.tsx +190 -0
- data/app/pb_kits/playbook/pb_dropdown/utilities/subComponentHelper.tsx +61 -0
- data/app/pb_kits/playbook/pb_file_upload/file_upload.html.erb +1 -1
- data/app/pb_kits/playbook/pb_filter/filter.html.erb +1 -1
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/fixed_confirmation_toast.html.erb +1 -1
- data/app/pb_kits/playbook/pb_flex/flex.html.erb +1 -1
- data/app/pb_kits/playbook/pb_flex/flex_item.html.erb +1 -2
- data/app/pb_kits/playbook/pb_form_group/form_group.html.erb +1 -1
- data/app/pb_kits/playbook/pb_form_pill/form_pill.html.erb +1 -1
- data/app/pb_kits/playbook/pb_hashtag/hashtag.html.erb +1 -1
- data/app/pb_kits/playbook/pb_highlight/highlight.html.erb +1 -1
- data/app/pb_kits/playbook/pb_home_address_street/home_address_street.html.erb +1 -1
- data/app/pb_kits/playbook/pb_icon_circle/_icon_circle.scss +1 -1
- data/app/pb_kits/playbook/pb_icon_circle/_icon_circle.tsx +1 -1
- data/app/pb_kits/playbook/pb_icon_circle/icon_circle.html.erb +1 -1
- data/app/pb_kits/playbook/pb_icon_circle/icon_circle.rb +1 -1
- data/app/pb_kits/playbook/pb_icon_circle/icon_circle.test.js +3 -3
- data/app/pb_kits/playbook/pb_icon_stat_value/icon_stat_value.html.erb +1 -1
- data/app/pb_kits/playbook/pb_icon_value/icon_value.html.erb +1 -1
- data/app/pb_kits/playbook/pb_label_pill/label_pill.html.erb +1 -1
- data/app/pb_kits/playbook/pb_label_value/label_value.html.erb +1 -1
- data/app/pb_kits/playbook/pb_layout/body.html.erb +1 -1
- data/app/pb_kits/playbook/pb_layout/footer.html.erb +1 -1
- data/app/pb_kits/playbook/pb_layout/header.html.erb +1 -1
- data/app/pb_kits/playbook/pb_layout/item.html.erb +1 -1
- data/app/pb_kits/playbook/pb_layout/layout.html.erb +1 -1
- data/app/pb_kits/playbook/pb_layout/sidebar.html.erb +1 -1
- data/app/pb_kits/playbook/pb_list/_list_item.tsx +2 -2
- data/app/pb_kits/playbook/pb_list/item.html.erb +1 -2
- data/app/pb_kits/playbook/pb_list/list.html.erb +1 -3
- data/app/pb_kits/playbook/pb_loading_inline/loading_inline.html.erb +1 -1
- data/app/pb_kits/playbook/pb_message/message.html.erb +1 -1
- data/app/pb_kits/playbook/pb_message/message_mention.html.erb +1 -1
- data/app/pb_kits/playbook/pb_multi_level_select/multi_level_select.html.erb +1 -1
- data/app/pb_kits/playbook/pb_multiple_users/multiple_users.html.erb +1 -1
- data/app/pb_kits/playbook/pb_multiple_users_stacked/multiple_users_stacked.html.erb +1 -1
- data/app/pb_kits/playbook/pb_nav/item.html.erb +1 -4
- data/app/pb_kits/playbook/pb_nav/nav.html.erb +1 -1
- data/app/pb_kits/playbook/pb_online_status/online_status.html.erb +1 -2
- data/app/pb_kits/playbook/pb_pagination/pagination.html.erb +1 -1
- data/app/pb_kits/playbook/pb_passphrase/passphrase.html.erb +1 -1
- data/app/pb_kits/playbook/pb_person/person.html.erb +1 -1
- data/app/pb_kits/playbook/pb_person_contact/person_contact.html.erb +1 -1
- data/app/pb_kits/playbook/pb_pill/pill.html.erb +1 -1
- data/app/pb_kits/playbook/pb_popover/popover.html.erb +1 -1
- data/app/pb_kits/playbook/pb_progress_pills/progress_pills.html.erb +1 -2
- data/app/pb_kits/playbook/pb_progress_simple/progress_simple.html.erb +1 -2
- data/app/pb_kits/playbook/pb_progress_step/progress_step.html.erb +1 -1
- data/app/pb_kits/playbook/pb_progress_step/progress_step_item.html.erb +1 -1
- data/app/pb_kits/playbook/pb_radio/radio.html.erb +1 -2
- data/app/pb_kits/playbook/pb_section_separator/_section_separator.scss +6 -2
- data/app/pb_kits/playbook/pb_section_separator/_section_separator_mixin.scss +11 -1
- data/app/pb_kits/playbook/pb_section_separator/section_separator.html.erb +1 -1
- data/app/pb_kits/playbook/pb_select/select.html.erb +1 -1
- data/app/pb_kits/playbook/pb_selectable_card/selectable_card.html.erb +1 -1
- data/app/pb_kits/playbook/pb_selectable_card_icon/selectable_card_icon.html.erb +1 -1
- data/app/pb_kits/playbook/pb_selectable_icon/selectable_icon.html.erb +1 -1
- data/app/pb_kits/playbook/pb_selectable_list/selectable_list.html.erb +1 -1
- data/app/pb_kits/playbook/pb_selectable_list/selectable_list_item.html.erb +1 -1
- data/app/pb_kits/playbook/pb_source/source.html.erb +1 -1
- data/app/pb_kits/playbook/pb_source/source.test.js +2 -2
- data/app/pb_kits/playbook/pb_star_rating/star_rating.html.erb +1 -1
- data/app/pb_kits/playbook/pb_stat_change/stat_change.html.erb +1 -1
- data/app/pb_kits/playbook/pb_stat_value/stat_value.html.erb +1 -1
- data/app/pb_kits/playbook/pb_table/table.html.erb +2 -8
- data/app/pb_kits/playbook/pb_table/table_body.html.erb +2 -2
- data/app/pb_kits/playbook/pb_table/table_cell.html.erb +2 -2
- data/app/pb_kits/playbook/pb_table/table_head.html.erb +2 -2
- data/app/pb_kits/playbook/pb_table/table_header.html.erb +2 -3
- data/app/pb_kits/playbook/pb_table/table_row.html.erb +2 -2
- data/app/pb_kits/playbook/pb_text_input/text_input.html.erb +5 -1
- data/app/pb_kits/playbook/pb_textarea/textarea.html.erb +1 -1
- data/app/pb_kits/playbook/pb_time/time.html.erb +1 -1
- data/app/pb_kits/playbook/pb_time_range_inline/time_range_inline.html.erb +1 -1
- data/app/pb_kits/playbook/pb_time_stacked/time_stacked.html.erb +1 -1
- data/app/pb_kits/playbook/pb_timeline/item.html.erb +1 -1
- data/app/pb_kits/playbook/pb_timeline/timeline.html.erb +1 -1
- data/app/pb_kits/playbook/pb_timestamp/timestamp.html.erb +1 -1
- data/app/pb_kits/playbook/pb_title/title.html.erb +1 -3
- data/app/pb_kits/playbook/pb_title_count/title_count.html.erb +1 -1
- data/app/pb_kits/playbook/pb_title_detail/title_detail.html.erb +1 -1
- data/app/pb_kits/playbook/pb_toggle/toggle.html.erb +1 -1
- data/app/pb_kits/playbook/pb_tooltip/tooltip.html.erb +1 -1
- data/app/pb_kits/playbook/pb_user/user.html.erb +1 -1
- data/app/pb_kits/playbook/pb_user_badge/user_badge.html.erb +1 -1
- data/app/pb_kits/playbook/pb_weekday_stacked/weekday_stacked.html.erb +1 -1
- data/app/pb_kits/playbook/playbook-doc.js +2 -0
- data/dist/menu.yml +5 -1
- data/dist/playbook-rails.js +5 -5
- data/lib/playbook/kit_base.rb +1 -1
- data/lib/playbook/version.rb +2 -2
- metadata +38 -3
- /data/app/pb_kits/playbook/pb_dialog/docs/{_dialog_props_table.md → _dialog_props_swift.md} +0 -0
@@ -0,0 +1,207 @@
|
|
1
|
+
import React from "react"
|
2
|
+
import { render, screen } from "../utilities/test-utils"
|
3
|
+
|
4
|
+
import { Dropdown, Icon } from '../'
|
5
|
+
|
6
|
+
|
7
|
+
const testId = 'dropdown'
|
8
|
+
|
9
|
+
const options = [
|
10
|
+
{
|
11
|
+
label: "United States",
|
12
|
+
value: "United States",
|
13
|
+
areaCode: "+1",
|
14
|
+
icon: "🇺🇸",
|
15
|
+
id: "United-states"
|
16
|
+
},
|
17
|
+
{
|
18
|
+
label: "Canada",
|
19
|
+
value: "Canada",
|
20
|
+
areaCode: "+1",
|
21
|
+
icon: "🇨🇦",
|
22
|
+
id: "canada"
|
23
|
+
},
|
24
|
+
{
|
25
|
+
label: "Pakistan",
|
26
|
+
value: "Pakistan",
|
27
|
+
areaCode: "+92",
|
28
|
+
icon: "🇵🇰",
|
29
|
+
id: "pakistan"
|
30
|
+
}
|
31
|
+
];
|
32
|
+
|
33
|
+
const DefaultDropdownKit = () => {
|
34
|
+
return (
|
35
|
+
<Dropdown
|
36
|
+
data={{ testid: testId }}
|
37
|
+
options={options}
|
38
|
+
>
|
39
|
+
{options.map((option) => (
|
40
|
+
<Dropdown.Option key={option.id}
|
41
|
+
option={option}
|
42
|
+
/>
|
43
|
+
))}
|
44
|
+
</Dropdown>
|
45
|
+
)
|
46
|
+
}
|
47
|
+
|
48
|
+
test('generated default kit and classname', () => {
|
49
|
+
render(<DefaultDropdownKit/>)
|
50
|
+
|
51
|
+
const kit = screen.getByTestId(testId)
|
52
|
+
expect(kit).toBeInTheDocument()
|
53
|
+
expect(kit).toHaveClass('pb_dropdown')
|
54
|
+
})
|
55
|
+
|
56
|
+
test('generated default Trigger and Container when none passed in', () => {
|
57
|
+
render(<DefaultDropdownKit/>)
|
58
|
+
|
59
|
+
const kit = screen.getByTestId(testId)
|
60
|
+
|
61
|
+
const trigger = kit.querySelector('.pb_dropdown_trigger')
|
62
|
+
expect(trigger).toBeInTheDocument()
|
63
|
+
|
64
|
+
const container = kit.querySelector('.pb_dropdown_container')
|
65
|
+
expect(container).toBeInTheDocument()
|
66
|
+
|
67
|
+
const defaultTrigger = kit.querySelector('.dropdown_trigger_wrapper_select_only')
|
68
|
+
expect(defaultTrigger).toBeInTheDocument()
|
69
|
+
})
|
70
|
+
|
71
|
+
test('generated Options', () => {
|
72
|
+
render(<DefaultDropdownKit/>)
|
73
|
+
|
74
|
+
const kit = screen.getByTestId(testId)
|
75
|
+
const option = kit.querySelector('.pb_dropdown_option')
|
76
|
+
expect(option).toBeInTheDocument()
|
77
|
+
})
|
78
|
+
|
79
|
+
test('generated customDisplay for trigger', () => {
|
80
|
+
render (
|
81
|
+
<Dropdown
|
82
|
+
data={{ testid: testId }}
|
83
|
+
options={options}
|
84
|
+
>
|
85
|
+
<Dropdown.Trigger
|
86
|
+
customDisplay={<Icon icon="flag" />}
|
87
|
+
/>
|
88
|
+
{options.map((option) => (
|
89
|
+
<Dropdown.Option key={option.id}
|
90
|
+
option={option}
|
91
|
+
/>
|
92
|
+
))}
|
93
|
+
</Dropdown>
|
94
|
+
)
|
95
|
+
|
96
|
+
const kit = screen.getByTestId(testId)
|
97
|
+
const trigger = kit.querySelector('.pb_dropdown_trigger')
|
98
|
+
const customDisplay = trigger.querySelector('.fa-flag.pb_icon_kit.fa-fw')
|
99
|
+
expect(customDisplay).toBeInTheDocument()
|
100
|
+
})
|
101
|
+
|
102
|
+
test('generated placeholder prop', () => {
|
103
|
+
render (
|
104
|
+
<Dropdown
|
105
|
+
data={{ testid: testId }}
|
106
|
+
options={options}
|
107
|
+
>
|
108
|
+
<Dropdown.Trigger
|
109
|
+
placeholder="Select a country"
|
110
|
+
/>
|
111
|
+
{options.map((option) => (
|
112
|
+
<Dropdown.Option key={option.id}
|
113
|
+
option={option}
|
114
|
+
/>
|
115
|
+
))}
|
116
|
+
</Dropdown>
|
117
|
+
)
|
118
|
+
|
119
|
+
const kit = screen.getByTestId(testId)
|
120
|
+
const trigger = kit.querySelector('.pb_dropdown_trigger')
|
121
|
+
expect(trigger).toHaveTextContent('Select a country')
|
122
|
+
|
123
|
+
})
|
124
|
+
|
125
|
+
test('generated label prop', () => {
|
126
|
+
render (
|
127
|
+
<Dropdown
|
128
|
+
data={{ testid: testId }}
|
129
|
+
label="Countries"
|
130
|
+
options={options}
|
131
|
+
>
|
132
|
+
{options.map((option) => (
|
133
|
+
<Dropdown.Option key={option.id}
|
134
|
+
option={option}
|
135
|
+
/>
|
136
|
+
))}
|
137
|
+
</Dropdown>
|
138
|
+
)
|
139
|
+
|
140
|
+
const kit = screen.getByTestId(testId)
|
141
|
+
const label = kit.querySelector('.pb_caption_kit_md')
|
142
|
+
expect(label).toHaveTextContent('Countries')
|
143
|
+
})
|
144
|
+
|
145
|
+
test('generated custom option', () => {
|
146
|
+
render (
|
147
|
+
<Dropdown
|
148
|
+
data={{ testid: testId }}
|
149
|
+
options={options}
|
150
|
+
>
|
151
|
+
{options.map((option) => (
|
152
|
+
<Dropdown.Option key={option.id}
|
153
|
+
option={option}
|
154
|
+
>
|
155
|
+
<Icon icon={option.icon} />
|
156
|
+
</Dropdown.Option>
|
157
|
+
))}
|
158
|
+
</Dropdown>
|
159
|
+
)
|
160
|
+
|
161
|
+
const kit = screen.getByTestId(testId)
|
162
|
+
const customOption = kit.querySelector('.pb_icon_kit_emoji')
|
163
|
+
expect(customOption).toBeInTheDocument()
|
164
|
+
})
|
165
|
+
|
166
|
+
test('generated custom Trigger', () => {
|
167
|
+
render (
|
168
|
+
<Dropdown
|
169
|
+
data={{ testid: testId }}
|
170
|
+
options={options}
|
171
|
+
>
|
172
|
+
<Dropdown.Trigger>
|
173
|
+
<Icon icon="home" />
|
174
|
+
</Dropdown.Trigger>
|
175
|
+
{options.map((option) => (
|
176
|
+
<Dropdown.Option key={option.id}
|
177
|
+
option={option}
|
178
|
+
/>
|
179
|
+
))}
|
180
|
+
</Dropdown>
|
181
|
+
)
|
182
|
+
|
183
|
+
const kit = screen.getByTestId(testId)
|
184
|
+
const trigger = kit.querySelector('.pb_dropdown_trigger')
|
185
|
+
const customTrigger = trigger.querySelector('.fa-home.pb_icon_kit.fa-fw')
|
186
|
+
expect(customTrigger).toBeInTheDocument()
|
187
|
+
})
|
188
|
+
|
189
|
+
test('selected option on click', () => {
|
190
|
+
render (
|
191
|
+
<Dropdown
|
192
|
+
data={{ testid: testId }}
|
193
|
+
options={options}
|
194
|
+
>
|
195
|
+
{options.map((option) => (
|
196
|
+
<Dropdown.Option key={option.id}
|
197
|
+
option={option}
|
198
|
+
/>
|
199
|
+
))}
|
200
|
+
</Dropdown>
|
201
|
+
)
|
202
|
+
|
203
|
+
const kit = screen.getByTestId(testId)
|
204
|
+
const option = kit.querySelector('.pb_dropdown_option')
|
205
|
+
option.click()
|
206
|
+
expect(option).toHaveClass('pb_dropdown_option dropdown_option_selected p_xs')
|
207
|
+
})
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import {useState} from 'react';
|
2
|
+
|
3
|
+
|
4
|
+
const useDropdown = (initial= true) => {
|
5
|
+
|
6
|
+
const [isDropDownClosed, setIsDropDownClosed] = useState(initial);
|
7
|
+
|
8
|
+
const toggleDropdown = () => setIsDropDownClosed((prev) => !prev);
|
9
|
+
|
10
|
+
return [
|
11
|
+
isDropDownClosed,
|
12
|
+
setIsDropDownClosed as any,
|
13
|
+
toggleDropdown
|
14
|
+
]
|
15
|
+
}
|
16
|
+
|
17
|
+
export default useDropdown
|
@@ -0,0 +1,61 @@
|
|
1
|
+
import React, { useContext } from "react";
|
2
|
+
import DropdownContext from "../context";
|
3
|
+
|
4
|
+
|
5
|
+
export const useHandleOnKeyDown = () => {
|
6
|
+
|
7
|
+
const {
|
8
|
+
autocomplete,
|
9
|
+
filteredOptions,
|
10
|
+
focusedOptionIndex,
|
11
|
+
handleBackspace,
|
12
|
+
handleOptionClick,
|
13
|
+
selected,
|
14
|
+
setFocusedOptionIndex,
|
15
|
+
setIsDropDownClosed,
|
16
|
+
}= useContext(DropdownContext)
|
17
|
+
|
18
|
+
return (e: React.KeyboardEvent) => {
|
19
|
+
|
20
|
+
if (e.key !== "Tab" && autocomplete && selected && selected.label) {
|
21
|
+
handleBackspace();
|
22
|
+
}
|
23
|
+
|
24
|
+
switch (e.key) {
|
25
|
+
case "Backspace":
|
26
|
+
case "Delete":
|
27
|
+
if (autocomplete) {
|
28
|
+
handleBackspace();
|
29
|
+
}
|
30
|
+
break;
|
31
|
+
case "ArrowDown": {
|
32
|
+
e.preventDefault();
|
33
|
+
setIsDropDownClosed(false);
|
34
|
+
const nextIndex = (focusedOptionIndex + 1) % filteredOptions.length;
|
35
|
+
setFocusedOptionIndex(nextIndex);
|
36
|
+
break;
|
37
|
+
}
|
38
|
+
case "ArrowUp": {
|
39
|
+
e.preventDefault();
|
40
|
+
const nextIndexUp =
|
41
|
+
(focusedOptionIndex - 1 + filteredOptions.length) %
|
42
|
+
filteredOptions.length;
|
43
|
+
setFocusedOptionIndex(nextIndexUp);
|
44
|
+
break;
|
45
|
+
}
|
46
|
+
case "Enter":
|
47
|
+
if (focusedOptionIndex !== -1) {
|
48
|
+
e.preventDefault();
|
49
|
+
handleOptionClick(filteredOptions[focusedOptionIndex]);
|
50
|
+
setFocusedOptionIndex(-1)
|
51
|
+
} else if (focusedOptionIndex === -1) {
|
52
|
+
setIsDropDownClosed(false)
|
53
|
+
}
|
54
|
+
break;
|
55
|
+
case "Tab":
|
56
|
+
setIsDropDownClosed(true);
|
57
|
+
setFocusedOptionIndex(-1)
|
58
|
+
break;
|
59
|
+
}
|
60
|
+
}
|
61
|
+
};
|
@@ -0,0 +1,109 @@
|
|
1
|
+
import React, { useContext } from "react";
|
2
|
+
import classnames from "classnames";
|
3
|
+
import {
|
4
|
+
buildAriaProps,
|
5
|
+
buildCss,
|
6
|
+
buildDataProps,
|
7
|
+
buildHtmlProps
|
8
|
+
} from "../../utilities/props";
|
9
|
+
import { globalProps } from "../../utilities/globalProps";
|
10
|
+
|
11
|
+
import DropdownContext from "../context";
|
12
|
+
|
13
|
+
import List from "../../pb_list/_list";
|
14
|
+
import ListItem from "../../pb_list/_list_item";
|
15
|
+
import TextInput from "../../pb_text_input/_text_input";
|
16
|
+
import Body from "../../pb_body/_body";
|
17
|
+
|
18
|
+
type DropdownContainerProps = {
|
19
|
+
aria?: { [key: string]: string };
|
20
|
+
children?: React.ReactChild[] | React.ReactChild;
|
21
|
+
className?: string;
|
22
|
+
dark?: boolean;
|
23
|
+
data?: { [key: string]: string };
|
24
|
+
htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
|
25
|
+
id?: string;
|
26
|
+
searchbar?: boolean;
|
27
|
+
};
|
28
|
+
|
29
|
+
const DropdownContainer = (props: DropdownContainerProps) => {
|
30
|
+
const {
|
31
|
+
aria = {},
|
32
|
+
children,
|
33
|
+
className,
|
34
|
+
dark = false,
|
35
|
+
data = {},
|
36
|
+
htmlOptions = {},
|
37
|
+
id,
|
38
|
+
searchbar = false,
|
39
|
+
} = props;
|
40
|
+
|
41
|
+
const {
|
42
|
+
dropdownContainerRef,
|
43
|
+
filteredOptions,
|
44
|
+
filterItem,
|
45
|
+
handleChange,
|
46
|
+
inputRef,
|
47
|
+
isDropDownClosed,
|
48
|
+
setFocusedOptionIndex,
|
49
|
+
triggerRef
|
50
|
+
} = useContext(DropdownContext);
|
51
|
+
|
52
|
+
const ariaProps = buildAriaProps(aria);
|
53
|
+
const dataProps = buildDataProps(data);
|
54
|
+
const htmlProps = buildHtmlProps(htmlOptions);
|
55
|
+
const classes = classnames(
|
56
|
+
buildCss("pb_dropdown_container"),
|
57
|
+
`${isDropDownClosed ? "close" : "open"}`,
|
58
|
+
globalProps(props),
|
59
|
+
className
|
60
|
+
);
|
61
|
+
|
62
|
+
return (
|
63
|
+
<div {...ariaProps}
|
64
|
+
{...dataProps}
|
65
|
+
{...htmlProps}
|
66
|
+
className={classes}
|
67
|
+
id={id}
|
68
|
+
onMouseEnter={() => setFocusedOptionIndex(-1)}
|
69
|
+
ref={dropdownContainerRef}
|
70
|
+
style={triggerRef ? {} : { position: "absolute"}}
|
71
|
+
>
|
72
|
+
{searchbar && (
|
73
|
+
<TextInput dark={dark}
|
74
|
+
paddingTop="xs"
|
75
|
+
paddingX="xs"
|
76
|
+
>
|
77
|
+
<input
|
78
|
+
onChange={handleChange}
|
79
|
+
placeholder="Select..."
|
80
|
+
ref={inputRef}
|
81
|
+
value={filterItem}
|
82
|
+
/>
|
83
|
+
</TextInput>
|
84
|
+
)}
|
85
|
+
<List dark={dark}>
|
86
|
+
{
|
87
|
+
filteredOptions?.length === 0 ? (
|
88
|
+
<ListItem dark={dark}
|
89
|
+
display="flex"
|
90
|
+
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
91
|
+
// @ts-ignore
|
92
|
+
justifyContent="center"
|
93
|
+
padding="xs"
|
94
|
+
>
|
95
|
+
<Body color="light"
|
96
|
+
dark={dark}
|
97
|
+
text="no option"
|
98
|
+
/>
|
99
|
+
</ListItem>
|
100
|
+
): (
|
101
|
+
children
|
102
|
+
)
|
103
|
+
}
|
104
|
+
</List>
|
105
|
+
</div>
|
106
|
+
);
|
107
|
+
};
|
108
|
+
|
109
|
+
export default DropdownContainer;
|
@@ -0,0 +1,116 @@
|
|
1
|
+
import React, { useContext } from "react";
|
2
|
+
import classnames from "classnames";
|
3
|
+
import {
|
4
|
+
buildAriaProps,
|
5
|
+
buildCss,
|
6
|
+
buildDataProps,
|
7
|
+
buildHtmlProps,
|
8
|
+
} from "../../utilities/props";
|
9
|
+
import { globalProps, GlobalProps } from "../../utilities/globalProps";
|
10
|
+
|
11
|
+
import DropdownContext from "../context";
|
12
|
+
|
13
|
+
import Flex from "../../pb_flex/_flex";
|
14
|
+
import Body from "../../pb_body/_body";
|
15
|
+
import ListItem from "../../pb_list/_list_item";
|
16
|
+
import { GenericObject } from "../../types";
|
17
|
+
|
18
|
+
type DropdownOptionProps = {
|
19
|
+
aria?: { [key: string]: string };
|
20
|
+
children?: React.ReactChild[] | React.ReactChild;
|
21
|
+
className?: string;
|
22
|
+
dark?: boolean;
|
23
|
+
data?: { [key: string]: string };
|
24
|
+
htmlOptions?: { [key: string]: string | number | boolean | (() => void) };
|
25
|
+
id?: string;
|
26
|
+
key?: string;
|
27
|
+
option?: GenericObject;
|
28
|
+
padding?: string;
|
29
|
+
} & GlobalProps;
|
30
|
+
|
31
|
+
const DropdownOption = (props: DropdownOptionProps) => {
|
32
|
+
const {
|
33
|
+
aria = {},
|
34
|
+
children,
|
35
|
+
className,
|
36
|
+
dark = false,
|
37
|
+
data = {},
|
38
|
+
htmlOptions = {},
|
39
|
+
id,
|
40
|
+
key,
|
41
|
+
option,
|
42
|
+
padding = "xs",
|
43
|
+
} = props;
|
44
|
+
|
45
|
+
const {
|
46
|
+
filteredOptions,
|
47
|
+
filterItem,
|
48
|
+
focusedOptionIndex,
|
49
|
+
handleOptionClick,
|
50
|
+
selected,
|
51
|
+
} = useContext(DropdownContext);
|
52
|
+
|
53
|
+
const isItemMatchingFilter = (option: GenericObject) =>
|
54
|
+
option?.label.toLowerCase().includes(filterItem.toLowerCase());
|
55
|
+
|
56
|
+
if (!isItemMatchingFilter(option)) {
|
57
|
+
return null;
|
58
|
+
}
|
59
|
+
const isFocused =
|
60
|
+
focusedOptionIndex >= 0 &&
|
61
|
+
filteredOptions[focusedOptionIndex].label === option.label;
|
62
|
+
const focusedClass = isFocused && "dropdown_option_focused";
|
63
|
+
|
64
|
+
const selectedClass = `${
|
65
|
+
selected.label === option.label
|
66
|
+
? "dropdown_option_selected"
|
67
|
+
: "dropdown_option_list"
|
68
|
+
}`;
|
69
|
+
const ariaProps = buildAriaProps(aria);
|
70
|
+
const dataProps = buildDataProps(data);
|
71
|
+
const htmlProps = buildHtmlProps(htmlOptions);
|
72
|
+
const classes = classnames(
|
73
|
+
buildCss("pb_dropdown_option"),
|
74
|
+
selectedClass,
|
75
|
+
focusedClass,
|
76
|
+
globalProps(props, {padding}),
|
77
|
+
className
|
78
|
+
);
|
79
|
+
|
80
|
+
return (
|
81
|
+
<div
|
82
|
+
{...ariaProps}
|
83
|
+
{...dataProps}
|
84
|
+
{...htmlProps}
|
85
|
+
className={classes}
|
86
|
+
id={id}
|
87
|
+
key={key}
|
88
|
+
onClick= {() => handleOptionClick(option)}
|
89
|
+
>
|
90
|
+
<ListItem
|
91
|
+
cursor="pointer"
|
92
|
+
dark={dark}
|
93
|
+
data-name={option.value}
|
94
|
+
key={option.label}
|
95
|
+
padding="none"
|
96
|
+
>
|
97
|
+
<Flex
|
98
|
+
align="center"
|
99
|
+
className="dropdown_option"
|
100
|
+
justify="between"
|
101
|
+
paddingX="sm"
|
102
|
+
paddingY="xxs"
|
103
|
+
>
|
104
|
+
{children ?
|
105
|
+
children :
|
106
|
+
<Body dark={dark}
|
107
|
+
text={option.label}
|
108
|
+
/>
|
109
|
+
}
|
110
|
+
</Flex>
|
111
|
+
</ListItem>
|
112
|
+
</div>
|
113
|
+
);
|
114
|
+
};
|
115
|
+
|
116
|
+
export default DropdownOption;
|
@@ -0,0 +1,190 @@
|
|
1
|
+
import React, { useContext } from "react";
|
2
|
+
import classnames from "classnames";
|
3
|
+
import {
|
4
|
+
buildAriaProps,
|
5
|
+
buildCss,
|
6
|
+
buildDataProps,
|
7
|
+
buildHtmlProps
|
8
|
+
} from "../../utilities/props";
|
9
|
+
import { globalProps } from "../../utilities/globalProps";
|
10
|
+
import { useHandleOnKeyDown } from "../hooks/useHandleOnKeydown";
|
11
|
+
|
12
|
+
import DropdownContext from "../context";
|
13
|
+
|
14
|
+
import Body from "../../pb_body/_body";
|
15
|
+
import Icon from "../../pb_icon/_icon";
|
16
|
+
import Flex from "../../pb_flex/_flex";
|
17
|
+
import FlexItem from "../../pb_flex/_flex_item";
|
18
|
+
|
19
|
+
type DropdownTriggerProps = {
|
20
|
+
aria?: { [key: string]: string };
|
21
|
+
children?: React.ReactChild[] | React.ReactChild;
|
22
|
+
className?: string;
|
23
|
+
customDisplay?: React.ReactChild[] | React.ReactChild;
|
24
|
+
dark?: boolean;
|
25
|
+
data?: { [key: string]: string };
|
26
|
+
htmlOptions?: {[key: string]: string | number | boolean | (() => void)},
|
27
|
+
id?: string;
|
28
|
+
placeholder?: string;
|
29
|
+
};
|
30
|
+
|
31
|
+
const DropdownTrigger = (props: DropdownTriggerProps) => {
|
32
|
+
const {
|
33
|
+
aria = {},
|
34
|
+
children,
|
35
|
+
className,
|
36
|
+
customDisplay,
|
37
|
+
dark = false,
|
38
|
+
data = {},
|
39
|
+
htmlOptions = {},
|
40
|
+
id,
|
41
|
+
placeholder,
|
42
|
+
} = props;
|
43
|
+
|
44
|
+
const {
|
45
|
+
autocomplete,
|
46
|
+
filterItem,
|
47
|
+
handleChange,
|
48
|
+
handleWrapperClick,
|
49
|
+
inputRef,
|
50
|
+
inputWrapperRef,
|
51
|
+
isDropDownClosed,
|
52
|
+
isInputFocused,
|
53
|
+
selected,
|
54
|
+
setIsInputFocused,
|
55
|
+
toggleDropdown,
|
56
|
+
triggerRef,
|
57
|
+
} = useContext(DropdownContext);
|
58
|
+
|
59
|
+
const handleKeyDown = useHandleOnKeyDown();
|
60
|
+
|
61
|
+
const ariaProps = buildAriaProps(aria);
|
62
|
+
const dataProps = buildDataProps(data);
|
63
|
+
const htmlProps = buildHtmlProps(htmlOptions);
|
64
|
+
const classes = classnames(
|
65
|
+
buildCss("pb_dropdown_trigger"),
|
66
|
+
globalProps(props),
|
67
|
+
className
|
68
|
+
);
|
69
|
+
|
70
|
+
const triggerWrapperClasses = buildCss(
|
71
|
+
"dropdown_trigger_wrapper",
|
72
|
+
isInputFocused && "focus",
|
73
|
+
!autocomplete && "select_only"
|
74
|
+
);
|
75
|
+
|
76
|
+
const customDisplayPlaceholder = selected.label ? (
|
77
|
+
<b>{selected.label}</b>
|
78
|
+
) : autocomplete ? (
|
79
|
+
""
|
80
|
+
) : placeholder ? (
|
81
|
+
placeholder
|
82
|
+
) : (
|
83
|
+
"Select..."
|
84
|
+
);
|
85
|
+
|
86
|
+
const defaultDisplayPlaceholder = selected.label
|
87
|
+
? selected.label
|
88
|
+
: autocomplete
|
89
|
+
? ""
|
90
|
+
: placeholder
|
91
|
+
? placeholder
|
92
|
+
: "Select...";
|
93
|
+
|
94
|
+
return (
|
95
|
+
<div {...ariaProps}
|
96
|
+
{...dataProps}
|
97
|
+
{...htmlProps}
|
98
|
+
className={classes}
|
99
|
+
id={id}
|
100
|
+
>
|
101
|
+
{
|
102
|
+
!triggerRef && (
|
103
|
+
children ? (
|
104
|
+
<div
|
105
|
+
onClick={() => toggleDropdown()}
|
106
|
+
onKeyDown= {handleKeyDown}
|
107
|
+
ref={inputWrapperRef}
|
108
|
+
style={{ display: "inline-block" }}
|
109
|
+
tabIndex= {0}
|
110
|
+
>
|
111
|
+
{children}
|
112
|
+
</div>
|
113
|
+
) : (
|
114
|
+
<>
|
115
|
+
<Flex
|
116
|
+
align="center"
|
117
|
+
borderRadius="lg"
|
118
|
+
className={triggerWrapperClasses}
|
119
|
+
cursor={`${autocomplete ? "text" : "pointer"}`}
|
120
|
+
htmlOptions={{
|
121
|
+
onClick: () => handleWrapperClick(),
|
122
|
+
onKeyDown: handleKeyDown,
|
123
|
+
tabIndex: "0",
|
124
|
+
ref:inputWrapperRef
|
125
|
+
}}
|
126
|
+
justify="between"
|
127
|
+
paddingX="sm"
|
128
|
+
paddingY="xs"
|
129
|
+
>
|
130
|
+
<FlexItem>
|
131
|
+
<Flex align="center">
|
132
|
+
{customDisplay ? (
|
133
|
+
<Flex align="center">
|
134
|
+
{customDisplay}
|
135
|
+
<Body dark={dark}
|
136
|
+
paddingLeft={`${selected.label ? "xs" : "none"}`}
|
137
|
+
>
|
138
|
+
{customDisplayPlaceholder}
|
139
|
+
</Body>
|
140
|
+
</Flex>
|
141
|
+
) : (
|
142
|
+
<Body dark={dark}
|
143
|
+
text={defaultDisplayPlaceholder}
|
144
|
+
/>
|
145
|
+
)}
|
146
|
+
{autocomplete && (
|
147
|
+
<input
|
148
|
+
className="dropdown_input"
|
149
|
+
onChange={handleChange}
|
150
|
+
onClick={() => toggleDropdown()}
|
151
|
+
onFocus={() => setIsInputFocused(true)}
|
152
|
+
onKeyDown={handleKeyDown}
|
153
|
+
placeholder={
|
154
|
+
selected.label
|
155
|
+
? ""
|
156
|
+
: placeholder
|
157
|
+
? placeholder
|
158
|
+
: "Select..."
|
159
|
+
}
|
160
|
+
ref={inputRef}
|
161
|
+
value={filterItem}
|
162
|
+
/>
|
163
|
+
)}
|
164
|
+
</Flex>
|
165
|
+
</FlexItem>
|
166
|
+
<Body
|
167
|
+
dark={dark}
|
168
|
+
display="flex"
|
169
|
+
htmlOptions={{
|
170
|
+
onClick: (e: Event) => {e.stopPropagation();handleWrapperClick()}
|
171
|
+
}}
|
172
|
+
key={`${isDropDownClosed ? "chevron-down" : "chevron-up"}`}
|
173
|
+
>
|
174
|
+
<Icon
|
175
|
+
cursor="pointer"
|
176
|
+
dark={dark}
|
177
|
+
icon={`${isDropDownClosed ? "chevron-down" : "chevron-up"}`}
|
178
|
+
size="sm"
|
179
|
+
/>
|
180
|
+
</Body>
|
181
|
+
</Flex>
|
182
|
+
</>
|
183
|
+
)
|
184
|
+
)
|
185
|
+
}
|
186
|
+
</div>
|
187
|
+
);
|
188
|
+
};
|
189
|
+
|
190
|
+
export default DropdownTrigger;
|