playbook_ui_docs 14.22.0.pre.rc.1 → 14.22.0.pre.rc.3

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.
Files changed (24) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta_sort.html.erb +1 -1
  3. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta_subrow_headers.html.erb +1 -1
  4. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_border_color_rails.html.erb +1 -1
  5. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling.jsx +51 -0
  6. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling.md +7 -0
  7. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_column_headers.jsx +77 -0
  8. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_column_headers.md +1 -0
  9. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_column_headers_rails.html.erb +63 -0
  10. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_column_headers_rails.md +1 -0
  11. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_rails.html.erb +38 -0
  12. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_rails.md +7 -0
  13. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_infinite_scroll.md +3 -0
  14. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_loading.html.erb +1 -1
  15. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_selectable_rows_actions.jsx +2 -2
  16. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_selectable_rows_actions_rails.html.erb +3 -2
  17. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_sticky_header.html.erb +1 -1
  18. data/app/pb_kits/playbook/pb_advanced_table/docs/example.yml +5 -0
  19. data/app/pb_kits/playbook/pb_advanced_table/docs/index.js +3 -0
  20. data/app/pb_kits/playbook/pb_filter/docs/_filter_sidebar.jsx +224 -0
  21. data/app/pb_kits/playbook/pb_filter/docs/example.yml +1 -0
  22. data/app/pb_kits/playbook/pb_filter/docs/index.js +1 -0
  23. data/dist/playbook-doc.js +1 -1
  24. metadata +12 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0bc1cb4b88e627e944ce8808f29794c6d86e387f0ab95fb2e1b6b7fe17f8b371
4
- data.tar.gz: 2a3971d485a70abf98072cb79b360981152371e640e8094c8da97bfe1367a27d
3
+ metadata.gz: 6d5f2da04219c032f65a7197890174fb38f07feafbb99fb518147c6327b7578b
4
+ data.tar.gz: c8892fb6041f7a093b02e98b930ef4d00000d93937ae891b59d5bd14b2e49dc8
5
5
  SHA512:
6
- metadata.gz: e1352e61e66cadff93b61e44e291133fc1d4b40c7a95d5870aa57048eb1b7a3d1c58cab2429de80b6f9e185a52e8f46ec9ba25a2ef1d7e9724e63ae6ac09c935
7
- data.tar.gz: 3a847a3821811456a617a4a63adab2f23eb1dd12c28f57663c388c203cfea798f2fee54453016b115351d58cc1fb800cadc7293220a858144de7ebac92bc2723
6
+ metadata.gz: 93d2f8d935ecd3f8884828f9e28e7cb3dbdc14a54788fd2fea68d73f028a01f99e6959fb2e7620c49a93ef1a6bf254f5b4e4080eddbe47961fc09ce021463284
7
+ data.tar.gz: dd90aa8cc4935936b225e8d9a62d018ddf335c9434d5a09558571261bb7da9e7f36e67dcc2a298d4e18827c6ec9b24fb883ca28a89734255c9fb91b06d41af4c
@@ -51,7 +51,7 @@
51
51
  ]
52
52
  %>
53
53
 
54
- <%= pb_rails("advanced_table", props: { table_data: @table_data, column_definitions: column_definitions }) do %>
54
+ <%= pb_rails("advanced_table", props: { table_data: @table_data, column_definitions: column_definitions, id: "beta_sort" }) do %>
55
55
  <%= pb_rails("advanced_table/table_header", props: { column_definitions: column_definitions }) %>
56
56
  <%= pb_rails("advanced_table/table_body", props: { id: "beta_sort", table_data: @table_data, column_definitions: column_definitions, enable_toggle_expansion: "all" }) %>
57
57
  <% end %>
@@ -34,7 +34,7 @@
34
34
  subrow_headers = ["Quarter", "Month", "Day"]
35
35
  %>
36
36
 
37
- <%= pb_rails("advanced_table", props: { table_data: @table_data, column_definitions: column_definitions }) do %>
37
+ <%= pb_rails("advanced_table", props: { table_data: @table_data, column_definitions: column_definitions, id: "test_table" }) do %>
38
38
  <%= pb_rails("advanced_table/table_header", props: { column_definitions: column_definitions }) %>
39
39
  <%= pb_rails("advanced_table/table_body", props: { id: "test_table", table_data: @table_data, column_definitions: column_definitions, subrow_headers: subrow_headers, enable_toggle_expansion: "all" }) %>
40
40
  <% end %>
@@ -55,4 +55,4 @@
55
55
  },
56
56
  ] %>
57
57
 
58
- <%= pb_rails("advanced_table", props: { id: "beta_table_with_muilti_headers", table_data: @table_data, column_definitions: column_definitions, column_group_border_color: "text_lt_default", table_props: { vertical_border: true } }) %>
58
+ <%= pb_rails("advanced_table", props: { id: "beta_table_with_color_headers", table_data: @table_data, column_definitions: column_definitions, column_group_border_color: "text_lt_default", table_props: { vertical_border: true } }) %>
@@ -0,0 +1,51 @@
1
+ import React from "react"
2
+ import AdvancedTable from '../../pb_advanced_table/_advanced_table'
3
+ import MOCK_DATA from "./advanced_table_mock_data.json"
4
+
5
+ const AdvancedTableColumnStyling = (props) => {
6
+ const columnDefinitions = [
7
+ {
8
+ accessor: "year",
9
+ label: "Year",
10
+ cellAccessors: ["quarter", "month", "day"],
11
+ },
12
+ {
13
+ accessor: "newEnrollments",
14
+ label: "New Enrollments",
15
+ columnStyling:{headerAlignment: "left", cellAlignment: "left"},
16
+ },
17
+ {
18
+ accessor: "scheduledMeetings",
19
+ label: "Scheduled Meetings",
20
+ columnStyling:{headerAlignment: "center", cellAlignment: "center"},
21
+ },
22
+ {
23
+ accessor: "attendanceRate",
24
+ label: "Attendance Rate",
25
+ },
26
+ {
27
+ accessor: "completedClasses",
28
+ label: "Completed Classes",
29
+ },
30
+ {
31
+ accessor: "classCompletionRate",
32
+ label: "Class Completion Rate",
33
+ },
34
+ {
35
+ accessor: "graduatedStudents",
36
+ label: "Graduated Students",
37
+ },
38
+ ]
39
+
40
+ return (
41
+ <div>
42
+ <AdvancedTable
43
+ columnDefinitions={columnDefinitions}
44
+ tableData={MOCK_DATA}
45
+ {...props}
46
+ />
47
+ </div>
48
+ )
49
+ }
50
+
51
+ export default AdvancedTableColumnStyling
@@ -0,0 +1,7 @@
1
+ The `columnStyling` prop is an optional item that can be used within `columnDefinitions` as shown in the code snippet below. It is an object that has 2 optional key/value pairs:
2
+
3
+ 1) `headerAlignment`: This will allow you to control alignment of header content which is set to right aligned by default. you can set this to `left`, `right` or `center`.
4
+
5
+ 2) `cellAlignment`: This will allow you to control alignment of content within all cells in the given column. This is set to right aligned by default. you can set this to `left`, `right` or `center`.
6
+
7
+ `columnStyling` can be used within the columnDefinition of all the columns or some of them, as shown. Each column has its own individual control in this way.
@@ -0,0 +1,77 @@
1
+ import React from "react";
2
+ import AdvancedTable from '../../pb_advanced_table/_advanced_table';
3
+ import MOCK_DATA from "./advanced_table_mock_data.json";
4
+
5
+ const AdvancedTableColumnStylingColumnHeaders = (props) => {
6
+ const columnDefinitions = [
7
+ {
8
+ accessor: "year",
9
+ label: "Year",
10
+ cellAccessors: ["quarter", "month", "day"],
11
+ },
12
+ {
13
+ label: "Enrollment Data",
14
+ columns: [
15
+ {
16
+ label: "Enrollment Stats",
17
+ columns: [
18
+ {
19
+ accessor: "newEnrollments",
20
+ label: "New Enrollments",
21
+ columnStyling:{headerAlignment: "left", cellAlignment: "left"},
22
+
23
+ },
24
+ {
25
+ accessor: "scheduledMeetings",
26
+ label: "Scheduled Meetings",
27
+ },
28
+ ],
29
+ },
30
+ ],
31
+ },
32
+ {
33
+ label: "Performance Data",
34
+ columns: [
35
+ {
36
+ label: "Completion Metrics",
37
+ columns: [
38
+ {
39
+ accessor: "completedClasses",
40
+ label: "Completed Classes",
41
+ columnStyling:{headerAlignment: "center", cellAlignment: "center"},
42
+ },
43
+ {
44
+ accessor: "classCompletionRate",
45
+ label: "Class Completion Rate",
46
+ },
47
+ ],
48
+ },
49
+ {
50
+ label: "Attendance",
51
+ columns: [
52
+ {
53
+ accessor: "attendanceRate",
54
+ label: "Attendance Rate",
55
+ },
56
+ {
57
+ accessor: "scheduledMeetings",
58
+ label: "Scheduled Meetings",
59
+ },
60
+ ],
61
+ },
62
+ ],
63
+ },
64
+ ];
65
+
66
+ return (
67
+ <>
68
+ <AdvancedTable
69
+ columnDefinitions={columnDefinitions}
70
+ tableData={MOCK_DATA}
71
+ {...props}
72
+ />
73
+ </>
74
+ );
75
+ };
76
+
77
+ export default AdvancedTableColumnStylingColumnHeaders
@@ -0,0 +1 @@
1
+ `columnStyling` can also be used with the multi column logic. When used in this way, `columnStyling` must be used within the leaf column's columnDefinition as shown.
@@ -0,0 +1,63 @@
1
+ <% column_definitions = [
2
+ {
3
+ accessor: "year",
4
+ label: "Year",
5
+ cellAccessors: ["quarter", "month", "day"],
6
+ },
7
+ {
8
+ label: "Enrollment Data",
9
+ columns: [
10
+ {
11
+ label: "Enrollment Stats",
12
+ columns: [
13
+ {
14
+ accessor: "newEnrollments",
15
+ label: "New Enrollments",
16
+ column_styling:{header_alignment:"left", cell_alignment:"left"}
17
+ },
18
+ {
19
+ accessor: "scheduledMeetings",
20
+ label: "Scheduled Meetings",
21
+ },
22
+ ],
23
+ },
24
+ ],
25
+ },
26
+ {
27
+ label: "Performance Data",
28
+ columns: [
29
+ {
30
+ label: "Completion Metrics",
31
+ columns: [
32
+ {
33
+ accessor: "completedClasses",
34
+ label: "Completed Classes",
35
+ column_styling:{header_alignment:"center", cell_alignment:"center"}
36
+ },
37
+ {
38
+ accessor: "classCompletionRate",
39
+ label: "Class Completion Rate",
40
+ },
41
+ ],
42
+ },
43
+ {
44
+ label: "Attendance",
45
+ columns: [
46
+ {
47
+ accessor: "attendanceRate",
48
+ label: "Attendance Rate",
49
+ },
50
+ {
51
+ accessor: "scheduledMeetings",
52
+ label: "Scheduled Meetings",
53
+ },
54
+ ],
55
+ },
56
+ ],
57
+ },
58
+ ] %>
59
+
60
+ <%= pb_rails("advanced_table", props: { id: "column-styling-multi", table_data: @table_data, column_definitions: column_definitions }) do %>
61
+ <%= pb_rails("advanced_table/table_header", props: { column_definitions: column_definitions }) %>
62
+ <%= pb_rails("advanced_table/table_body", props: { table_data: @table_data, column_definitions: column_definitions }) %>
63
+ <% end %>
@@ -0,0 +1 @@
1
+ `column_styling` can also be used with the multi column logic. When used in this way, `column_styling` must be used within the leaf column's column_definition as shown.
@@ -0,0 +1,38 @@
1
+ <% column_definitions = [
2
+ {
3
+ accessor: "year",
4
+ label: "Year",
5
+ cellAccessors: ["quarter", "month", "day"],
6
+ },
7
+ {
8
+ accessor: "newEnrollments",
9
+ label: "New Enrollments",
10
+ column_styling:{header_alignment:"left", cell_alignment:"left"}
11
+ },
12
+ {
13
+ accessor: "scheduledMeetings",
14
+ label: "Scheduled Meetings",
15
+ column_styling:{header_alignment:"center", cell_alignment:"center"}
16
+ },
17
+ {
18
+ accessor: "attendanceRate",
19
+ label: "Attendance Rate",
20
+ },
21
+ {
22
+ accessor: "completedClasses",
23
+ label: "Completed Classes",
24
+ },
25
+ {
26
+ accessor: "classCompletionRate",
27
+ label: "Class Completion Rate",
28
+ },
29
+ {
30
+ accessor: "graduatedStudents",
31
+ label: "Graduated Students",
32
+ }
33
+ ] %>
34
+
35
+ <%= pb_rails("advanced_table", props: { id: "column-styling", table_data: @table_data, column_definitions: column_definitions }) do %>
36
+ <%= pb_rails("advanced_table/table_header", props: { column_definitions: column_definitions }) %>
37
+ <%= pb_rails("advanced_table/table_body", props: { table_data: @table_data, column_definitions: column_definitions }) %>
38
+ <% end %>
@@ -0,0 +1,7 @@
1
+ The `column_styling` prop is an optional item that can be used within `column_definitions` as shown in the code snippet below. It is an object that has 2 optional key/value pairs:
2
+
3
+ 1) `header_alignment`: This will allow you to control alignment of header content which is set to right aligned by default. you can set this to `left`, `right` or `center`.
4
+
5
+ 2) `cell_alignment`: This will allow you to control alignment of content within all cells in the given column. This is set to right aligned by default. you can set this to `left`, `right` or `center`.
6
+
7
+ `column_styling` can be used within the column_definition of all the columns or some of them, as shown. Each column has its own individual control in this way.
@@ -0,0 +1,3 @@
1
+ The `virtualizedRows` boolean prop enables the rendering of a virtualized table using [Tanstack's Virtualizer Library](https://tanstack.com/virtual/v3/docs/api/virtualizer) with infinite scroll capabilities for large data sets.
2
+
3
+ **Note:** Not all Advanced Table props work perfectly with the Virtualized Table - for complex table configurations with many added features or controls consider using the [Pagination](https://playbook.powerapp.cloud/kits/advanced_table/react#pagination) version instead. Additionally, it is a known issue that due to the use of absolute positioning for the virtualized header, it does not render in Safari.
@@ -30,4 +30,4 @@
30
30
  }
31
31
  ] %>
32
32
 
33
- <%= pb_rails("advanced_table", props: { id: "beta_table", table_data: @table_data, column_definitions: column_definitions, loading: true }) %>
33
+ <%= pb_rails("advanced_table", props: { id: "loading_table", table_data: @table_data, column_definitions: column_definitions, loading: true }) %>
@@ -47,14 +47,14 @@ const CustomActions = () => {
47
47
  <CircleIconButton
48
48
  icon="file-csv"
49
49
  onClick={() =>
50
- alert(rowIds.length === 0 ? "No Selection Made" : `Row ids ${rowIds.join(", ")} will be exported!`)
50
+ alert(rowIds.length === 0 ? "No Selection Made" : 'Row ids ' + rowIds.join(", ") + 'will be exported!')
51
51
  }
52
52
  variant="link"
53
53
  />
54
54
  <CircleIconButton
55
55
  icon="trash-alt"
56
56
  onClick={() =>
57
- alert(rowIds.length === 0 ? "No Selection Made" : `Row ids ${rowIds.join(", ")} will be deleted!`)
57
+ alert(rowIds.length === 0 ? "No Selection Made" : 'Row ids ' + rowIds.join(", ") + 'will be deleted!')
58
58
  }
59
59
  variant="link"
60
60
  />
@@ -88,10 +88,11 @@ actions = [
88
88
  if (!selectedRowIds || selectedRowIds.length === 0) {
89
89
  alert('No Selection Made');
90
90
  } else {
91
+ const selectedRowsString = selectedRowIds.join(', ');
91
92
  if (actionType === 'export') {
92
- alert(`Row ids ${selectedRowIds.join(', ')} will be exported!`);
93
+ alert('Row ids ' + selectedRowsString + ' will be exported!');
93
94
  } else if (actionType === 'delete') {
94
- alert(`Row ids ${selectedRowIds.join(', ')} will be deleted!`);
95
+ alert('Row ids ' + selectedRowsString + ' will be deleted!');
95
96
  }
96
97
  }
97
98
  };
@@ -30,4 +30,4 @@
30
30
  }
31
31
  ] %>
32
32
 
33
- <%= pb_rails("advanced_table", props: { id: "table_props_table", table_data: @table_data, column_definitions: column_definitions, max_height: "xs", table_props: { sticky: true }}) %>
33
+ <%= pb_rails("advanced_table", props: { id: "table_props_sticky_table", table_data: @table_data, column_definitions: column_definitions, max_height: "xs", table_props: { sticky: true }}) %>
@@ -19,6 +19,8 @@ examples:
19
19
  - advanced_table_selectable_rows_actions_rails: Selectable Rows (With Actions)
20
20
  - advanced_table_selectable_rows_header_rails: Selectable Rows (No Actions Bar)
21
21
  - advanced_table_scrollbar_none: Advanced Table Scrollbar None
22
+ # - advanced_table_column_styling_rails: Column Styling
23
+ # - advanced_table_column_styling_column_headers_rails: Column Styling with Multiple Headers
22
24
 
23
25
  react:
24
26
  - advanced_table_default: Default (Required Props)
@@ -57,3 +59,6 @@ examples:
57
59
  - advanced_table_column_visibility_multi: Column Visibility Control with Multi-Header Columns
58
60
  - advanced_table_pinned_rows: Pinned Rows
59
61
  - advanced_table_scrollbar_none: Advanced Table Scrollbar None
62
+ - advanced_table_column_styling: Column Styling
63
+ - advanced_table_column_styling_column_headers: Column Styling with Multiple Headers
64
+ - advanced_table_infinite_scroll: Infinite Scroll
@@ -34,3 +34,6 @@ export { default as AdvancedTableColumnVisibilityMulti } from './_advanced_table
34
34
  export { default as AdvancedTableColumnVisibilityWithState } from './_advanced_table_column_visibility_with_state.jsx'
35
35
  export { default as AdvancedTablePinnedRows } from './_advanced_table_pinned_rows.jsx'
36
36
  export { default as AdvancedTableScrollbarNone} from './_advanced_table_scrollbar_none.jsx'
37
+ export { default as AdvancedTableColumnStyling } from './_advanced_table_column_styling.jsx'
38
+ export { default as AdvancedTableColumnStylingColumnHeaders } from './_advanced_table_column_styling_column_headers.jsx'
39
+ export { default as AdvancedTableInfiniteScroll} from './_advanced_table_infinite_scroll.jsx'
@@ -0,0 +1,224 @@
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
@@ -24,4 +24,5 @@ examples:
24
24
  - filter_max_height: Max Height for Popover Inside of Filter
25
25
  - filter_placement: Filter Placement
26
26
  - filter_popover_props: Popover Props
27
+ - filter_sidebar: Sidebar
27
28
 
@@ -8,3 +8,4 @@ export { default as FilterMaxWidth } from './_filter_max_width.jsx'
8
8
  export { default as FilterMaxHeight } from './_filter_max_height.jsx'
9
9
  export { default as FilterPlacement } from './_filter_placement.jsx'
10
10
  export { default as FilterPopoverProps } from './_filter_popover_props.jsx'
11
+ export { default as FilterSidebar } from './_filter_sidebar.jsx'