playbook_ui 14.21.2.pre.alpha.PLAY2020sidebarfilterPOC8265 → 14.21.2.pre.alpha.PLAY2046advancedtableinfinitescroll8311
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/pb_advanced_table/Components/CustomCell.tsx +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/Components/RegularTableView.tsx +12 -4
- data/app/pb_kits/playbook/pb_advanced_table/Components/TableHeaderCell.tsx +25 -5
- data/app/pb_kits/playbook/pb_advanced_table/Components/VirtualizedTableView.tsx +36 -16
- data/app/pb_kits/playbook/pb_advanced_table/Context/AdvancedTableContext.tsx +18 -5
- data/app/pb_kits/playbook/pb_advanced_table/Hooks/useTableActions.ts +37 -17
- data/app/pb_kits/playbook/pb_advanced_table/SubKits/TableBody.tsx +3 -0
- data/app/pb_kits/playbook/pb_advanced_table/SubKits/TableHeader.tsx +91 -40
- data/app/pb_kits/playbook/pb_advanced_table/Utilities/ColumnStylingHelper.ts +15 -0
- data/app/pb_kits/playbook/pb_advanced_table/Utilities/TableContainerStyles.ts +3 -2
- data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.scss +49 -4
- data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.tsx +32 -18
- data/app/pb_kits/playbook/pb_advanced_table/advanced_table.test.jsx +80 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta_sort.html.erb +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta_subrow_headers.html.erb +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_border_color_rails.html.erb +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling.jsx +51 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling.md +7 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_column_headers.jsx +77 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_column_headers.md +1 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_column_headers_rails.html.erb +63 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_column_headers_rails.md +1 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_rails.html.erb +38 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_rails.md +7 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_infinite_scroll.md +3 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_loading.html.erb +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_selectable_rows_actions.jsx +2 -2
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_selectable_rows_actions_rails.html.erb +3 -2
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_sticky_header.html.erb +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/example.yml +5 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/index.js +3 -0
- data/app/pb_kits/playbook/pb_advanced_table/index.js +21 -0
- data/app/pb_kits/playbook/pb_advanced_table/table_header.html.erb +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/table_header.rb +5 -0
- data/app/pb_kits/playbook/pb_advanced_table/table_row.html.erb +2 -2
- data/app/pb_kits/playbook/pb_advanced_table/table_row.rb +33 -0
- data/app/pb_kits/playbook/pb_filter/Filter/index.tsx +0 -13
- data/app/pb_kits/playbook/pb_filter/_filter.scss +0 -4
- data/app/pb_kits/playbook/pb_filter/docs/example.yml +0 -1
- data/app/pb_kits/playbook/pb_filter/docs/index.js +0 -1
- data/dist/chunks/{_typeahead-CoOpeYom.js → _typeahead-CVIBi3oA.js} +2 -2
- data/dist/chunks/_weekday_stacked-BQMmOtHu.js +45 -0
- data/dist/chunks/lazysizes-B7xYodB-.js +1 -0
- data/dist/chunks/vendor.js +1 -1
- data/dist/playbook-doc.js +1 -1
- data/dist/playbook-rails-react-bindings.js +1 -1
- data/dist/playbook-rails.js +1 -1
- data/dist/playbook.css +1 -1
- data/lib/playbook/version.rb +1 -1
- metadata +15 -8
- data/app/pb_kits/playbook/pb_filter/Filter/FilterSection.tsx +0 -49
- data/app/pb_kits/playbook/pb_filter/Filter/FilterSidebar.tsx +0 -69
- data/app/pb_kits/playbook/pb_filter/docs/_filter_sidebar.jsx +0 -224
- data/dist/chunks/_weekday_stacked-BitxTXxk.js +0 -45
- data/dist/chunks/lazysizes-DHz07jlL.js +0 -1
data/lib/playbook/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: playbook_ui
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 14.21.2.pre.alpha.
|
4
|
+
version: 14.21.2.pre.alpha.PLAY2046advancedtableinfinitescroll8311
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Power UX
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2025-06-
|
12
|
+
date: 2025-06-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: actionpack
|
@@ -274,6 +274,7 @@ files:
|
|
274
274
|
- app/pb_kits/playbook/pb_advanced_table/Utilities/ActionBarAnimationHelper.ts
|
275
275
|
- app/pb_kits/playbook/pb_advanced_table/Utilities/BrowserCheck.tsx
|
276
276
|
- app/pb_kits/playbook/pb_advanced_table/Utilities/CellRendererUtils.tsx
|
277
|
+
- app/pb_kits/playbook/pb_advanced_table/Utilities/ColumnStylingHelper.ts
|
277
278
|
- app/pb_kits/playbook/pb_advanced_table/Utilities/ExpansionControlHelpers.tsx
|
278
279
|
- app/pb_kits/playbook/pb_advanced_table/Utilities/IconHelpers.tsx
|
279
280
|
- app/pb_kits/playbook/pb_advanced_table/Utilities/RowUtils.ts
|
@@ -306,6 +307,14 @@ files:
|
|
306
307
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_headers_multiple.html.erb
|
307
308
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_headers_multiple.jsx
|
308
309
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_headers_multiple.md
|
310
|
+
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling.jsx
|
311
|
+
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling.md
|
312
|
+
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_column_headers.jsx
|
313
|
+
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_column_headers.md
|
314
|
+
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_column_headers_rails.html.erb
|
315
|
+
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_column_headers_rails.md
|
316
|
+
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_rails.html.erb
|
317
|
+
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_rails.md
|
309
318
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_visibility.jsx
|
310
319
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_visibility.md
|
311
320
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_visibility_custom.jsx
|
@@ -327,6 +336,7 @@ files:
|
|
327
336
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_fullscreen.jsx
|
328
337
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_fullscreen.md
|
329
338
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_infinite_scroll.jsx
|
339
|
+
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_infinite_scroll.md
|
330
340
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_inline_editing.jsx
|
331
341
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_inline_editing.md
|
332
342
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_inline_row_loading.jsx
|
@@ -1462,8 +1472,6 @@ files:
|
|
1462
1472
|
- app/pb_kits/playbook/pb_filter/Filter/CurrentFilters.tsx
|
1463
1473
|
- app/pb_kits/playbook/pb_filter/Filter/FilterBackground.tsx
|
1464
1474
|
- app/pb_kits/playbook/pb_filter/Filter/FilterDouble.tsx
|
1465
|
-
- app/pb_kits/playbook/pb_filter/Filter/FilterSection.tsx
|
1466
|
-
- app/pb_kits/playbook/pb_filter/Filter/FilterSidebar.tsx
|
1467
1475
|
- app/pb_kits/playbook/pb_filter/Filter/FilterSingle.tsx
|
1468
1476
|
- app/pb_kits/playbook/pb_filter/Filter/FiltersPopover.tsx
|
1469
1477
|
- app/pb_kits/playbook/pb_filter/Filter/ResultsCount.tsx
|
@@ -1495,7 +1503,6 @@ files:
|
|
1495
1503
|
- app/pb_kits/playbook/pb_filter/docs/_filter_popover_props.jsx
|
1496
1504
|
- app/pb_kits/playbook/pb_filter/docs/_filter_popover_props_rails.md
|
1497
1505
|
- app/pb_kits/playbook/pb_filter/docs/_filter_popover_props_react.md
|
1498
|
-
- app/pb_kits/playbook/pb_filter/docs/_filter_sidebar.jsx
|
1499
1506
|
- app/pb_kits/playbook/pb_filter/docs/_filter_single.html.erb
|
1500
1507
|
- app/pb_kits/playbook/pb_filter/docs/_filter_single.jsx
|
1501
1508
|
- app/pb_kits/playbook/pb_filter/docs/_filter_within_turbo_frames.html.erb
|
@@ -3612,9 +3619,9 @@ files:
|
|
3612
3619
|
- app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
|
3613
3620
|
- app/pb_kits/playbook/utilities/text.ts
|
3614
3621
|
- app/pb_kits/playbook/utilities/validEmojiChecker.ts
|
3615
|
-
- dist/chunks/_typeahead-
|
3616
|
-
- dist/chunks/_weekday_stacked-
|
3617
|
-
- dist/chunks/lazysizes-
|
3622
|
+
- dist/chunks/_typeahead-CVIBi3oA.js
|
3623
|
+
- dist/chunks/_weekday_stacked-BQMmOtHu.js
|
3624
|
+
- dist/chunks/lazysizes-B7xYodB-.js
|
3618
3625
|
- dist/chunks/lib-D7Va7yqa.js
|
3619
3626
|
- dist/chunks/pb_form_validation-DSkdRDMf.js
|
3620
3627
|
- dist/chunks/vendor.js
|
@@ -1,49 +0,0 @@
|
|
1
|
-
import React from 'react'
|
2
|
-
|
3
|
-
import Collapsible from '../../pb_collapsible/_collapsible'
|
4
|
-
import Caption from '../../pb_caption/_caption'
|
5
|
-
import Body from '../../pb_body/_body'
|
6
|
-
|
7
|
-
type FilterSectionProps = {
|
8
|
-
children?: React.ReactChild[] | React.ReactChild,
|
9
|
-
collapsible?: boolean,
|
10
|
-
collapsed?: boolean,
|
11
|
-
headerText?: string,
|
12
|
-
}
|
13
|
-
const FilterSection = ({ children, collapsible = false, collapsed = true, headerText, }: FilterSectionProps): React.ReactElement => {
|
14
|
-
if (collapsible) {
|
15
|
-
return (
|
16
|
-
<Collapsible
|
17
|
-
collapsed={collapsed}
|
18
|
-
padding="none"
|
19
|
-
>
|
20
|
-
<Collapsible.Main
|
21
|
-
paddingX="sm"
|
22
|
-
paddingY="xs"
|
23
|
-
>
|
24
|
-
<Caption>{ headerText }</Caption>
|
25
|
-
</Collapsible.Main>
|
26
|
-
<Collapsible.Content
|
27
|
-
className="filter_section_collapsible"
|
28
|
-
paddingX="sm"
|
29
|
-
>
|
30
|
-
{ children }
|
31
|
-
</Collapsible.Content>
|
32
|
-
</Collapsible>
|
33
|
-
)
|
34
|
-
}
|
35
|
-
|
36
|
-
return (
|
37
|
-
<Body
|
38
|
-
paddingTop="xs"
|
39
|
-
paddingX="sm"
|
40
|
-
>
|
41
|
-
<>
|
42
|
-
{headerText && <Caption marginBottom="sm">{ headerText }</Caption>}
|
43
|
-
{ children }
|
44
|
-
</>
|
45
|
-
</Body>
|
46
|
-
)
|
47
|
-
}
|
48
|
-
|
49
|
-
export default FilterSection
|
@@ -1,69 +0,0 @@
|
|
1
|
-
import React from 'react'
|
2
|
-
|
3
|
-
import { FilterDescription } from './CurrentFilters'
|
4
|
-
import FilterBackground, { FilterBackgroundProps } from './FilterBackground'
|
5
|
-
import ResultsCount from './ResultsCount'
|
6
|
-
|
7
|
-
import Flex from '../../pb_flex/_flex'
|
8
|
-
import SectionSeparator from '../../pb_section_separator/_section_separator'
|
9
|
-
import Card from '../../pb_card/_card'
|
10
|
-
import Caption from '../../pb_caption/_caption'
|
11
|
-
|
12
|
-
export type FilterSidebarProps = {
|
13
|
-
children?: React.ReactChild[] | React.ReactChild,
|
14
|
-
filters?: FilterDescription,
|
15
|
-
results?: number,
|
16
|
-
} & FilterBackgroundProps
|
17
|
-
|
18
|
-
const FilterSidebar = ({
|
19
|
-
onCollapse,
|
20
|
-
onSortChange,
|
21
|
-
sortOptions,
|
22
|
-
sortValue,
|
23
|
-
filters,
|
24
|
-
results,
|
25
|
-
children,
|
26
|
-
dark,
|
27
|
-
isCollapsed,
|
28
|
-
maxHeight,
|
29
|
-
minWidth,
|
30
|
-
placement,
|
31
|
-
popoverProps,
|
32
|
-
...bgProps
|
33
|
-
}: FilterSidebarProps): React.ReactElement => (
|
34
|
-
<FilterBackground
|
35
|
-
dark={dark}
|
36
|
-
{...bgProps}
|
37
|
-
>
|
38
|
-
<Card.Body
|
39
|
-
paddingX="sm"
|
40
|
-
paddingY="xs"
|
41
|
-
>
|
42
|
-
<Flex
|
43
|
-
align="center"
|
44
|
-
justify="between"
|
45
|
-
orientation="row"
|
46
|
-
>
|
47
|
-
<ResultsCount
|
48
|
-
dark={dark}
|
49
|
-
results={results}
|
50
|
-
title
|
51
|
-
/>
|
52
|
-
<div onClick={onCollapse}>
|
53
|
-
<Caption
|
54
|
-
color="link"
|
55
|
-
cursor="pointer"
|
56
|
-
size="xs"
|
57
|
-
text={isCollapsed ? "Expand All" : "Collapse All"}
|
58
|
-
/>
|
59
|
-
</div>
|
60
|
-
</Flex>
|
61
|
-
</Card.Body>
|
62
|
-
<SectionSeparator dark={dark} />
|
63
|
-
<>
|
64
|
-
{ children }
|
65
|
-
</>
|
66
|
-
</FilterBackground>
|
67
|
-
)
|
68
|
-
|
69
|
-
export default FilterSidebar
|
@@ -1,224 +0,0 @@
|
|
1
|
-
import React, { useState } from 'react'
|
2
|
-
|
3
|
-
import Filter from '../../pb_filter/_filter'
|
4
|
-
import Select from '../../pb_select/_select'
|
5
|
-
import TextInput from '../../pb_text_input/_text_input'
|
6
|
-
import useCollapsible from '../../pb_collapsible/useCollapsible'
|
7
|
-
import SectionSeparator from '../../pb_section_separator/_section_separator'
|
8
|
-
import Checkbox from '../../pb_checkbox/_checkbox'
|
9
|
-
import Flex from '../../pb_flex/_flex'
|
10
|
-
import Table from '../../pb_table/_table'
|
11
|
-
import Caption from '../../pb_caption/_caption'
|
12
|
-
import Icon from '../../pb_icon/_icon'
|
13
|
-
|
14
|
-
const people = [
|
15
|
-
{ name: 'Hera Syndulla', territory: 'A galaxy far far away, like really far away...', products: ['Insulation'] },
|
16
|
-
{ name: 'Kanan Jarrus', territory: 'USA', products: ['Siding', 'Roofing', 'Gutters'] },
|
17
|
-
{ name: 'C1-10P', territory: 'USA', products: ['Roofing'] },
|
18
|
-
{ name: 'Anakin Skywalker', territory: 'A galaxy far far away, like really far away...', products: ['Doors', 'Windows', 'Solar'] },
|
19
|
-
{ name: 'Leia Organa', territory: 'Canada', products: ['Windows', 'Doors'] },
|
20
|
-
{ name: 'Luke Skywalker', territory: 'Brazil', products: ['Solar', 'Roofing'] },
|
21
|
-
{ name: 'Padmé Amidala', territory: 'Philippines', products: ['Siding', 'Gutters'] },
|
22
|
-
{ name: 'Obi-Wan Kenobi', territory: 'USA', products: ['Windows', 'Siding'] },
|
23
|
-
{ name: 'Ahsoka Tano', territory: 'Canada', products: ['Insulation', 'Solar'] },
|
24
|
-
{ name: 'Boba Fett', territory: 'Brazil', products: ['Roofing', 'Gutters'] },
|
25
|
-
{ name: 'Mace Windu', territory: 'Philippines', products: ['Doors', 'Siding'] },
|
26
|
-
{ name: 'Grogu', territory: 'A galaxy far far away, like really far away...', products: ['Insulation'] },
|
27
|
-
{ name: 'Sabine Wren', territory: 'Canada', products: ['Solar', 'Doors'] },
|
28
|
-
{ name: 'C-3PO', territory: 'Brazil', products: ['Windows'] },
|
29
|
-
{ name: 'R2-D2', territory: 'Philippines', products: ['Doors', 'Gutters'] },
|
30
|
-
]
|
31
|
-
|
32
|
-
const FilterSidebar = (props) => {
|
33
|
-
const [name, setName] = useState('')
|
34
|
-
const [ territory, setTerritory ] = useState('')
|
35
|
-
const [ products, setProducts ] = useState({})
|
36
|
-
const handleUpdateName = ({ target }) => {
|
37
|
-
setName(target.value)
|
38
|
-
}
|
39
|
-
const handleUpdateTerritory = ({ target }) => {
|
40
|
-
setTerritory(target.value)
|
41
|
-
}
|
42
|
-
const handleCheckboxChange = ({ target }) => {
|
43
|
-
setProducts(prev => ({
|
44
|
-
...prev,
|
45
|
-
[target.name]: !prev[target.name],
|
46
|
-
}))
|
47
|
-
}
|
48
|
-
const [isCollapsed, setIsCollapsed] = useCollapsible(true)
|
49
|
-
const [isProductsCollapsed, setIsProductsCollapsed] = useCollapsible(true)
|
50
|
-
const options = [
|
51
|
-
{ value: 'USA' },
|
52
|
-
{ value: 'Canada' },
|
53
|
-
{ value: 'Brazil' },
|
54
|
-
{ value: 'Philippines' },
|
55
|
-
{ value: 'A galaxy far far away, like really far away...' },
|
56
|
-
]
|
57
|
-
|
58
|
-
const filteredPeople = people.filter((person) => {
|
59
|
-
const matchesName = person.name.toLowerCase().includes(name.toLowerCase())
|
60
|
-
|
61
|
-
const matchesTerritory = territory === '' ? true : person.territory === territory
|
62
|
-
|
63
|
-
const matchesProducts = Object.values(products).every((product) => !product) ? true : person.products.some(product => products[product])
|
64
|
-
|
65
|
-
return matchesName && matchesTerritory && matchesProducts
|
66
|
-
})
|
67
|
-
|
68
|
-
return (
|
69
|
-
<>
|
70
|
-
<Flex>
|
71
|
-
<Filter
|
72
|
-
isCollapsed={isCollapsed}
|
73
|
-
marginRight="xs"
|
74
|
-
onCollapse={() => setIsCollapsed(!isCollapsed)}
|
75
|
-
results={filteredPeople.length}
|
76
|
-
sortOptions={{
|
77
|
-
popularity: 'Popularity',
|
78
|
-
// eslint-disable-next-line
|
79
|
-
manager_title: 'Manager\'s Title',
|
80
|
-
// eslint-disable-next-line
|
81
|
-
manager_name: 'Manager\'s Name',
|
82
|
-
}}
|
83
|
-
sortValue={[{ name: 'popularity', dir: 'desc' }]}
|
84
|
-
variant="sidebar"
|
85
|
-
width="xs"
|
86
|
-
{...props}
|
87
|
-
>
|
88
|
-
<Filter.Section
|
89
|
-
collapsed={isCollapsed}
|
90
|
-
headerText="Full Name"
|
91
|
-
>
|
92
|
-
<TextInput
|
93
|
-
onChange={handleUpdateName}
|
94
|
-
placeholder="Enter name"
|
95
|
-
value={name}
|
96
|
-
{...props}
|
97
|
-
/>
|
98
|
-
</Filter.Section>
|
99
|
-
<SectionSeparator />
|
100
|
-
<Filter.Section
|
101
|
-
collapsed={isCollapsed}
|
102
|
-
collapsible
|
103
|
-
headerText="Territory"
|
104
|
-
>
|
105
|
-
<Select
|
106
|
-
blankSelection="Select One..."
|
107
|
-
name="location"
|
108
|
-
onChange={handleUpdateTerritory}
|
109
|
-
options={options}
|
110
|
-
{...props}
|
111
|
-
/>
|
112
|
-
</Filter.Section>
|
113
|
-
<SectionSeparator />
|
114
|
-
<Filter.Section
|
115
|
-
collapsed={isCollapsed}
|
116
|
-
collapsible
|
117
|
-
headerText="Products"
|
118
|
-
>
|
119
|
-
<div>
|
120
|
-
<Checkbox
|
121
|
-
marginBottom="sm"
|
122
|
-
name="Doors"
|
123
|
-
onChange={handleCheckboxChange}
|
124
|
-
text="Doors"
|
125
|
-
/>
|
126
|
-
</div>
|
127
|
-
<div>
|
128
|
-
<Checkbox
|
129
|
-
marginBottom="sm"
|
130
|
-
name="Windows"
|
131
|
-
onChange={handleCheckboxChange}
|
132
|
-
text="Windows"
|
133
|
-
/>
|
134
|
-
</div>
|
135
|
-
<div>
|
136
|
-
<Checkbox
|
137
|
-
marginBottom="sm"
|
138
|
-
name="Siding"
|
139
|
-
onChange={handleCheckboxChange}
|
140
|
-
text="Siding"
|
141
|
-
/>
|
142
|
-
</div>
|
143
|
-
{!isProductsCollapsed &&
|
144
|
-
<>
|
145
|
-
<div>
|
146
|
-
<Checkbox
|
147
|
-
checked={products["Roofing"]}
|
148
|
-
marginBottom="sm"
|
149
|
-
name="Roofing"
|
150
|
-
onChange={handleCheckboxChange}
|
151
|
-
text="Roofing"
|
152
|
-
/>
|
153
|
-
</div>
|
154
|
-
<div>
|
155
|
-
<Checkbox
|
156
|
-
checked={products["Gutters"]}
|
157
|
-
marginBottom="sm"
|
158
|
-
name="Gutters"
|
159
|
-
onChange={handleCheckboxChange}
|
160
|
-
text="Gutters"
|
161
|
-
/>
|
162
|
-
</div>
|
163
|
-
<div>
|
164
|
-
<Checkbox
|
165
|
-
checked={products["Solar"]}
|
166
|
-
marginBottom="sm"
|
167
|
-
name="Solar"
|
168
|
-
onChange={handleCheckboxChange}
|
169
|
-
text="Solar"
|
170
|
-
/>
|
171
|
-
</div>
|
172
|
-
<div>
|
173
|
-
<Checkbox
|
174
|
-
checked={products["Insulation"]}
|
175
|
-
marginBottom="sm"
|
176
|
-
name="Insulation"
|
177
|
-
onChange={handleCheckboxChange}
|
178
|
-
text="Insulation"
|
179
|
-
/>
|
180
|
-
</div>
|
181
|
-
</>
|
182
|
-
}
|
183
|
-
<div onClick={() => setIsProductsCollapsed(!isProductsCollapsed)}>
|
184
|
-
<Flex
|
185
|
-
cursor="pointer"
|
186
|
-
marginBottom="sm"
|
187
|
-
>
|
188
|
-
<Caption
|
189
|
-
color="link"
|
190
|
-
marginRight="xxs"
|
191
|
-
size="xs"
|
192
|
-
text={isProductsCollapsed ? "Show More" : "Show Less"}
|
193
|
-
/>
|
194
|
-
<Icon
|
195
|
-
icon={isProductsCollapsed ? "chevron-down" : "chevron-up"}
|
196
|
-
/>
|
197
|
-
</Flex>
|
198
|
-
</div>
|
199
|
-
</Filter.Section>
|
200
|
-
</Filter>
|
201
|
-
<Table
|
202
|
-
size="sm"
|
203
|
-
>
|
204
|
-
<thead>
|
205
|
-
<tr>
|
206
|
-
<th>{'Name'}</th>
|
207
|
-
<th>{'Territory'}</th>
|
208
|
-
<th>{'Products'}</th>
|
209
|
-
</tr>
|
210
|
-
</thead>
|
211
|
-
<tbody>
|
212
|
-
{filteredPeople.map((person) => (<tr key={person.name}>
|
213
|
-
<td>{ person.name }</td>
|
214
|
-
<td>{ person.territory }</td>
|
215
|
-
<td>{ person.products.join(", ") }</td>
|
216
|
-
</tr>))}
|
217
|
-
</tbody>
|
218
|
-
</Table>
|
219
|
-
</Flex>
|
220
|
-
</>
|
221
|
-
)
|
222
|
-
}
|
223
|
-
|
224
|
-
export default FilterSidebar
|