playbook_ui_docs 14.16.0.pre.alpha.PBNTR924reacttablecustomheaders6846 → 14.16.0.pre.alpha.PLAY1938completetooltipfloatinguitransition6830

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playbook_ui_docs
3
3
  version: !ruby/object:Gem::Version
4
- version: 14.16.0.pre.alpha.PBNTR924reacttablecustomheaders6846
4
+ version: 14.16.0.pre.alpha.PLAY1938completetooltipfloatinguitransition6830
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX
@@ -75,18 +75,14 @@ files:
75
75
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_responsive.html.erb
76
76
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_responsive.jsx
77
77
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_responsive.md
78
- - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_selectable_rows.html.erb
79
78
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_selectable_rows.jsx
79
+ - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_selectable_rows.md
80
80
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_selectable_rows_actions.jsx
81
81
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_selectable_rows_actions.md
82
82
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_selectable_rows_header.jsx
83
83
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_selectable_rows_header.md
84
- - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_selectable_rows_no_subrows.html.erb
85
84
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_selectable_rows_no_subrows.jsx
86
- - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_selectable_rows_no_subrows_rails.md
87
- - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_selectable_rows_no_subrows_react.md
88
- - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_selectable_rows_rails.md
89
- - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_selectable_rows_react.md
85
+ - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_selectable_rows_no_subrows.md
90
86
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sort.jsx
91
87
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sort.md
92
88
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sort_control.jsx
@@ -1943,10 +1939,6 @@ files:
1943
1939
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.md
1944
1940
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table_rails.html.erb
1945
1941
  - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table_rails.md
1946
- - app/pb_kits/playbook/pb_table/docs/_table_with_header_style_borderless.jsx
1947
- - app/pb_kits/playbook/pb_table/docs/_table_with_header_style_borderless_react.md
1948
- - app/pb_kits/playbook/pb_table/docs/_table_with_header_style_floating.jsx
1949
- - app/pb_kits/playbook/pb_table/docs/_table_with_header_style_floating_react.md
1950
1942
  - app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.html.erb
1951
1943
  - app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.jsx
1952
1944
  - app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.md
@@ -1,39 +0,0 @@
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
- },
11
- {
12
- accessor: "scheduledMeetings",
13
- label: "Scheduled Meetings",
14
- },
15
- {
16
- accessor: "attendanceRate",
17
- label: "Attendance Rate",
18
- },
19
- {
20
- accessor: "completedClasses",
21
- label: "Completed Classes",
22
- },
23
- {
24
- accessor: "classCompletionRate",
25
- label: "Class Completion Rate",
26
- },
27
- {
28
- accessor: "graduatedStudents",
29
- label: "Graduated Students",
30
- }
31
- ]
32
-
33
- subrow_headers = ["Quarter", "Month", "Day"]
34
- %>
35
-
36
- <%= pb_rails("advanced_table", props: { id: "selectable_rows", table_data: @table_data_with_id, column_definitions: column_definitions, selectable_rows: true }) do %>
37
- <%= pb_rails("advanced_table/table_header", props: { column_definitions: column_definitions, selectable_rows: true }) %>
38
- <%= pb_rails("advanced_table/table_body", props: { id: "selectable_rows", table_data: @table_data_with_id, column_definitions: column_definitions, subrow_headers: subrow_headers, enable_toggle_expansion: "all", selectable_rows: true }) %>
39
- <% end %>
@@ -1,33 +0,0 @@
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
- },
11
- {
12
- accessor: "scheduledMeetings",
13
- label: "Scheduled Meetings",
14
- },
15
- {
16
- accessor: "attendanceRate",
17
- label: "Attendance Rate",
18
- },
19
- {
20
- accessor: "completedClasses",
21
- label: "Completed Classes",
22
- },
23
- {
24
- accessor: "classCompletionRate",
25
- label: "Class Completion Rate",
26
- },
27
- {
28
- accessor: "graduatedStudents",
29
- label: "Graduated Students",
30
- }
31
- ] %>
32
-
33
- <%= pb_rails("advanced_table", props: { id: "selectable_rows_no_subrows", table_data: @table_data_no_subrows, column_definitions: column_definitions, selectable_rows: true, enable_toggle_expansion: "none", }) %>
@@ -1 +0,0 @@
1
- `selectable_rows` can also be used with tables without nested row data. Set `enable_toggle_expansion: none` to adjust the Advanced Table styling to fit a table without subrows.
@@ -1,6 +0,0 @@
1
- `selectable_rows` is a boolean prop that if present will add checkboxes to all rows that will allow for selecting rows.
2
-
3
- When a parent row is clicked, it will check all nested children rows, Children rows can be manually checked or unchecked as well.
4
-
5
- __ALERT TO DEVS__: UPDATE THIS PARAGRAPH IN THE FOLLOW UP STORY WHEN CHECKBOX FUNCTIONALITY IS SET PLEASE
6
- The `onRowSelectionChange` prop returns an array of ids of all Rows that have been selected. Open the console on this example and check and uncheck checkboxes to see this is action! __NOTE__: Each object within the `tableData`Array must contain a unique id in order to attach an id to all Rows for this to function.
@@ -1,50 +0,0 @@
1
- import React from 'react'
2
-
3
- import Table from '../../pb_table/_table'
4
-
5
- const TableWithHeaderStyleBorderless = (props) => {
6
- return (
7
- <>
8
- <Table
9
- headerStyle="borderless"
10
- size="sm"
11
- {...props}
12
- >
13
- <thead>
14
- <tr>
15
- <th>{'Column 1'}</th>
16
- <th>{'Column 2'}</th>
17
- <th>{'Column 3'}</th>
18
- <th>{'Column 4'}</th>
19
- <th>{'Column 5'}</th>
20
- </tr>
21
- </thead>
22
- <tbody>
23
- <tr>
24
- <td>{'Value 1'}</td>
25
- <td>{'Value 2'}</td>
26
- <td>{'Value 3'}</td>
27
- <td>{'Value 4'}</td>
28
- <td>{'Value 5'}</td>
29
- </tr>
30
- <tr>
31
- <td>{'Value 1'}</td>
32
- <td>{'Value 2'}</td>
33
- <td>{'Value 3'}</td>
34
- <td>{'Value 4'}</td>
35
- <td>{'Value 5'}</td>
36
- </tr>
37
- <tr>
38
- <td>{'Value 1'}</td>
39
- <td>{'Value 2'}</td>
40
- <td>{'Value 3'}</td>
41
- <td>{'Value 4'}</td>
42
- <td>{'Value 5'}</td>
43
- </tr>
44
- </tbody>
45
- </Table>
46
- </>
47
- )
48
- }
49
-
50
- export default TableWithHeaderStyleBorderless
@@ -1 +0,0 @@
1
- Customize your header by removing the header borders with the `headerStyle="borderless"` prop.
@@ -1,59 +0,0 @@
1
- import React from 'react'
2
-
3
- import Background from '../../pb_background/_background'
4
- import Card from '../../pb_card/_card'
5
- import Table from '../../pb_table/_table'
6
-
7
- const TableWithHeaderStyleFloating = (props) => {
8
- return (
9
- <>
10
- <Card background="light"
11
- {...props}
12
- >
13
- <Table
14
- headerStyle="floating"
15
- size="sm"
16
- {...props}
17
- >
18
- <Table.Head>
19
- <Background backgroundColor="light"
20
- tag="tr"
21
- {...props}
22
- >
23
- <Table.Header>{'Column 1'}</Table.Header>
24
- <Table.Header>{'Column 2'}</Table.Header>
25
- <Table.Header>{'Column 3'}</Table.Header>
26
- <Table.Header>{'Column 4'}</Table.Header>
27
- <Table.Header>{'Column 5'}</Table.Header>
28
- </Background>
29
- </Table.Head>
30
- <Table.Body>
31
- <Table.Row>
32
- <Table.Cell>{'Value 1'}</Table.Cell>
33
- <Table.Cell>{'Value 2'}</Table.Cell>
34
- <Table.Cell>{'Value 3'}</Table.Cell>
35
- <Table.Cell>{'Value 4'}</Table.Cell>
36
- <Table.Cell>{'Value 5'}</Table.Cell>
37
- </Table.Row>
38
- <Table.Row>
39
- <Table.Cell>{'Value 1'}</Table.Cell>
40
- <Table.Cell>{'Value 2'}</Table.Cell>
41
- <Table.Cell>{'Value 3'}</Table.Cell>
42
- <Table.Cell>{'Value 4'}</Table.Cell>
43
- <Table.Cell>{'Value 5'}</Table.Cell>
44
- </Table.Row>
45
- <Table.Row>
46
- <Table.Cell>{'Value 1'}</Table.Cell>
47
- <Table.Cell>{'Value 2'}</Table.Cell>
48
- <Table.Cell>{'Value 3'}</Table.Cell>
49
- <Table.Cell>{'Value 4'}</Table.Cell>
50
- <Table.Cell>{'Value 5'}</Table.Cell>
51
- </Table.Row>
52
- </Table.Body>
53
- </Table>
54
- </Card>
55
- </>
56
- )
57
- }
58
-
59
- export default TableWithHeaderStyleFloating
@@ -1 +0,0 @@
1
- Further customize your header by using the [table with background kit](https://playbook.powerapp.cloud/kits/table/react#table-with-background-kit) logic to give your table header a custom background color. Use the `headerStyle="floating"` prop to visually nest the borderless table within a card or collapsible with a matching background color (the `backgroundColor` passed to Background kit should match the `backgroundColor` for the element in which it is nested).