playbook_ui 13.20.0.pre.alpha.PBNTR225advancedtablefeedback2375 → 13.20.0.pre.alpha.play1247htmloptions2403
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/index.js +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/Components/CollapsibleTrail.tsx +6 -1
- data/app/pb_kits/playbook/pb_advanced_table/Components/CustomCell.tsx +19 -21
- data/app/pb_kits/playbook/pb_advanced_table/Components/SortIconButton.tsx +3 -6
- data/app/pb_kits/playbook/pb_advanced_table/Components/SubRowHeaderRow.tsx +8 -12
- data/app/pb_kits/playbook/pb_advanced_table/Components/TableHeaderCell.tsx +9 -14
- data/app/pb_kits/playbook/pb_advanced_table/Components/ToggleIconButton.tsx +5 -9
- data/app/pb_kits/playbook/pb_advanced_table/SubKits/TableBody.tsx +12 -14
- data/app/pb_kits/playbook/pb_advanced_table/SubKits/TableHeader.tsx +10 -12
- data/app/pb_kits/playbook/pb_advanced_table/Utilities/ExpansionControlHelpers.tsx +2 -3
- data/app/pb_kits/playbook/pb_advanced_table/Utilities/types.ts +2 -0
- data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.scss +54 -2
- data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.tsx +81 -82
- data/app/pb_kits/playbook/pb_advanced_table/advanced_table.test.jsx +54 -54
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_collapsible_trail.jsx +7 -7
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_default.jsx +7 -7
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_expanded_control.jsx +7 -7
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_inline_row_loading.jsx +7 -7
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_inline_row_loading.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_loading.jsx +7 -7
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sort.jsx +7 -7
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sort_control.jsx +7 -7
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_subrow_headers.jsx +7 -7
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_options.jsx +7 -7
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props.jsx +7 -7
- data/app/pb_kits/playbook/pb_advanced_table/docs/_mock_data.js +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_mock_data_inline_loading.js +1 -1
- data/app/pb_kits/playbook/pb_avatar/avatar.html.erb +2 -1
- data/app/pb_kits/playbook/pb_avatar_action_button/avatar_action_button.html.erb +2 -1
- data/app/pb_kits/playbook/pb_background/background.html.erb +2 -1
- data/app/pb_kits/playbook/pb_badge/badge.html.erb +2 -1
- data/app/pb_kits/playbook/pb_body/body.html.erb +2 -1
- data/app/pb_kits/playbook/pb_bread_crumbs/bread_crumb_item.html.erb +2 -1
- data/app/pb_kits/playbook/pb_bread_crumbs/bread_crumbs.html.erb +2 -1
- data/app/pb_kits/playbook/pb_button/button.html.erb +2 -1
- data/app/pb_kits/playbook/pb_button_toolbar/button_toolbar.html.erb +2 -1
- data/app/pb_kits/playbook/pb_caption/caption.html.erb +2 -1
- data/app/pb_kits/playbook/pb_card/card.html.erb +2 -1
- data/app/pb_kits/playbook/pb_card/card_body.html.erb +2 -1
- data/app/pb_kits/playbook/pb_card/card_header.html.erb +2 -1
- data/app/pb_kits/playbook/pb_checkbox/checkbox.html.erb +3 -1
- data/app/pb_kits/playbook/pb_circle_icon_button/circle_icon_button.html.erb +2 -1
- data/app/pb_kits/playbook/pb_collapsible/collapsible.html.erb +2 -1
- data/app/pb_kits/playbook/pb_collapsible/collapsible_content.html.erb +2 -1
- data/app/pb_kits/playbook/pb_collapsible/collapsible_main.html.erb +2 -1
- data/app/pb_kits/playbook/pb_contact/contact.html.erb +2 -1
- data/app/pb_kits/playbook/pb_currency/currency.html.erb +2 -1
- data/app/pb_kits/playbook/pb_dashboard_value/dashboard_value.html.erb +2 -1
- data/app/pb_kits/playbook/pb_date/date.html.erb +2 -1
- data/app/pb_kits/playbook/pb_date/docs/_date_alignment_swift.md +26 -6
- data/app/pb_kits/playbook/pb_date/docs/_date_default_swift.md +27 -8
- data/app/pb_kits/playbook/pb_date_picker/date_picker.html.erb +3 -2
- data/app/pb_kits/playbook/pb_date_range_inline/date_range_inline.html.erb +2 -1
- data/app/pb_kits/playbook/pb_date_range_stacked/date_range_stacked.html.erb +2 -1
- data/app/pb_kits/playbook/pb_date_stacked/date_stacked.html.erb +2 -1
- data/app/pb_kits/playbook/pb_date_time/date_time.html.erb +2 -1
- data/app/pb_kits/playbook/pb_date_time_stacked/date_time_stacked.html.erb +3 -2
- data/app/pb_kits/playbook/pb_date_year_stacked/date_year_stacked.html.erb +2 -1
- data/app/pb_kits/playbook/pb_detail/detail.html.erb +2 -1
- data/app/pb_kits/playbook/pb_dialog/dialog.html.erb +2 -1
- data/app/pb_kits/playbook/pb_dialog/dialog_body.html.erb +3 -2
- data/app/pb_kits/playbook/pb_dialog/dialog_footer.html.erb +2 -1
- data/app/pb_kits/playbook/pb_dialog/dialog_header.html.erb +3 -2
- data/app/pb_kits/playbook/pb_file_upload/file_upload.html.erb +2 -1
- data/app/pb_kits/playbook/pb_filter/filter.html.erb +2 -1
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/fixed_confirmation_toast.html.erb +2 -1
- data/app/pb_kits/playbook/pb_flex/flex.html.erb +2 -1
- data/app/pb_kits/playbook/pb_flex/flex_item.html.erb +2 -1
- data/app/pb_kits/playbook/pb_form_group/form_group.html.erb +2 -1
- data/app/pb_kits/playbook/pb_form_pill/form_pill.html.erb +2 -2
- data/app/pb_kits/playbook/pb_hashtag/hashtag.html.erb +2 -1
- data/app/pb_kits/playbook/pb_highlight/highlight.html.erb +2 -1
- data/app/pb_kits/playbook/pb_home_address_street/home_address_street.html.erb +2 -1
- data/app/pb_kits/playbook/pb_icon/icon.html.erb +2 -1
- data/app/pb_kits/playbook/pb_icon_circle/icon_circle.html.erb +2 -1
- data/app/pb_kits/playbook/pb_icon_stat_value/icon_stat_value.html.erb +2 -1
- data/app/pb_kits/playbook/pb_icon_value/icon_value.html.erb +2 -1
- data/app/pb_kits/playbook/pb_image/image.html.erb +2 -1
- data/app/pb_kits/playbook/pb_label_pill/label_pill.html.erb +2 -1
- data/app/pb_kits/playbook/pb_label_value/label_value.html.erb +3 -2
- data/app/pb_kits/playbook/pb_layout/body.html.erb +2 -1
- data/app/pb_kits/playbook/pb_layout/footer.html.erb +2 -1
- data/app/pb_kits/playbook/pb_layout/header.html.erb +2 -1
- data/app/pb_kits/playbook/pb_layout/item.html.erb +2 -1
- data/app/pb_kits/playbook/pb_layout/layout.html.erb +2 -1
- data/app/pb_kits/playbook/pb_layout/sidebar.html.erb +2 -1
- data/app/pb_kits/playbook/pb_legend/legend.html.erb +2 -1
- data/app/pb_kits/playbook/pb_list/item.html.erb +2 -1
- data/app/pb_kits/playbook/pb_list/list.html.erb +2 -1
- data/app/pb_kits/playbook/pb_loading_inline/loading_inline.html.erb +2 -1
- data/app/pb_kits/playbook/pb_message/docs/_description.md +1 -1
- data/app/pb_kits/playbook/pb_message/message.html.erb +2 -1
- data/app/pb_kits/playbook/pb_message/message_mention.html.erb +3 -2
- data/app/pb_kits/playbook/pb_multi_level_select/multi_level_select.html.erb +2 -1
- data/app/pb_kits/playbook/pb_multiple_users/multiple_users.html.erb +2 -1
- data/app/pb_kits/playbook/pb_multiple_users_stacked/multiple_users_stacked.html.erb +2 -1
- data/app/pb_kits/playbook/pb_nav/item.html.erb +4 -2
- data/app/pb_kits/playbook/pb_nav/nav.html.erb +2 -1
- data/app/pb_kits/playbook/pb_online_status/online_status.html.erb +2 -1
- data/app/pb_kits/playbook/pb_pagination/pagination.html.erb +2 -1
- data/app/pb_kits/playbook/pb_passphrase/passphrase.html.erb +1 -1
- data/app/pb_kits/playbook/pb_person/person.html.erb +2 -1
- data/app/pb_kits/playbook/pb_person_contact/person_contact.html.erb +2 -1
- data/app/pb_kits/playbook/pb_pill/pill.html.erb +2 -1
- data/app/pb_kits/playbook/pb_popover/popover.html.erb +2 -1
- data/app/pb_kits/playbook/pb_progress_pills/progress_pills.html.erb +2 -1
- data/app/pb_kits/playbook/pb_progress_simple/progress_simple.html.erb +2 -1
- data/app/pb_kits/playbook/pb_progress_step/progress_step.html.erb +2 -1
- data/app/pb_kits/playbook/pb_progress_step/progress_step_item.html.erb +2 -1
- data/app/pb_kits/playbook/pb_radio/radio.html.erb +2 -1
- data/app/pb_kits/playbook/pb_section_separator/section_separator.html.erb +2 -1
- data/app/pb_kits/playbook/pb_select/select.html.erb +2 -1
- data/app/pb_kits/playbook/pb_selectable_card/selectable_card.html.erb +2 -1
- data/app/pb_kits/playbook/pb_selectable_card_icon/selectable_card_icon.html.erb +2 -1
- data/app/pb_kits/playbook/pb_selectable_icon/selectable_icon.html.erb +2 -1
- data/app/pb_kits/playbook/pb_selectable_list/selectable_list.html.erb +2 -1
- data/app/pb_kits/playbook/pb_selectable_list/selectable_list_item.html.erb +2 -1
- data/app/pb_kits/playbook/pb_source/source.html.erb +2 -1
- data/app/pb_kits/playbook/pb_star_rating/star_rating.html.erb +2 -1
- data/app/pb_kits/playbook/pb_stat_change/stat_change.html.erb +2 -1
- data/app/pb_kits/playbook/pb_stat_value/stat_value.html.erb +2 -1
- data/app/pb_kits/playbook/pb_table/_table.tsx +13 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_side_highlight.jsx +24 -25
- data/app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx +47 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.md +5 -5
- data/app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents_as_divs.jsx +48 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents_rails.md +7 -0
- data/app/pb_kits/playbook/pb_table/docs/example.yml +4 -3
- data/app/pb_kits/playbook/pb_table/docs/index.js +2 -0
- data/app/pb_kits/playbook/pb_table/subcomponents/_table_body.tsx +64 -0
- data/app/pb_kits/playbook/pb_table/subcomponents/_table_cell.tsx +66 -0
- data/app/pb_kits/playbook/pb_table/subcomponents/_table_head.tsx +64 -0
- data/app/pb_kits/playbook/pb_table/subcomponents/_table_header.tsx +66 -0
- data/app/pb_kits/playbook/pb_table/subcomponents/_table_row.tsx +74 -0
- data/app/pb_kits/playbook/pb_table/subcomponents/index.tsx +5 -0
- data/app/pb_kits/playbook/pb_table/table.html.erb +4 -2
- data/app/pb_kits/playbook/pb_table/table.test.js +142 -1
- data/app/pb_kits/playbook/pb_table/table_body.html.erb +5 -3
- data/app/pb_kits/playbook/pb_table/table_cell.html.erb +5 -3
- data/app/pb_kits/playbook/pb_table/table_head.html.erb +5 -3
- data/app/pb_kits/playbook/pb_table/table_header.html.erb +5 -3
- data/app/pb_kits/playbook/pb_table/table_row.html.erb +5 -3
- data/app/pb_kits/playbook/pb_text_input/text_input.html.erb +2 -1
- data/app/pb_kits/playbook/pb_textarea/textarea.html.erb +2 -1
- data/app/pb_kits/playbook/pb_time/time.html.erb +2 -1
- data/app/pb_kits/playbook/pb_time_range_inline/time_range_inline.html.erb +3 -2
- data/app/pb_kits/playbook/pb_time_stacked/time_stacked.html.erb +2 -1
- data/app/pb_kits/playbook/pb_timeline/item.html.erb +2 -1
- data/app/pb_kits/playbook/pb_timeline/timeline.html.erb +2 -1
- data/app/pb_kits/playbook/pb_timestamp/timestamp.html.erb +2 -1
- data/app/pb_kits/playbook/pb_title/title.html.erb +3 -2
- data/app/pb_kits/playbook/pb_title_count/title_count.html.erb +2 -1
- data/app/pb_kits/playbook/pb_title_detail/title_detail.html.erb +2 -1
- data/app/pb_kits/playbook/pb_toggle/toggle.html.erb +2 -1
- data/app/pb_kits/playbook/pb_tooltip/tooltip.html.erb +2 -1
- data/app/pb_kits/playbook/pb_typeahead/typeahead.html.erb +2 -1
- data/app/pb_kits/playbook/pb_user/user.html.erb +2 -1
- data/app/pb_kits/playbook/pb_user_badge/user_badge.html.erb +2 -1
- data/app/pb_kits/playbook/pb_weekday_stacked/weekday_stacked.html.erb +2 -1
- data/app/pb_kits/playbook/utilities/_positioning.scss +48 -7
- data/app/pb_kits/playbook/utilities/globalProps.ts +23 -1
- data/dist/playbook-rails.js +6 -6
- data/lib/playbook/bottom.rb +33 -0
- data/lib/playbook/classnames.rb +4 -0
- data/lib/playbook/kit_base.rb +26 -0
- data/lib/playbook/left.rb +33 -0
- data/lib/playbook/right.rb +33 -0
- data/lib/playbook/top.rb +33 -0
- data/lib/playbook/version.rb +1 -1
- metadata +16 -5
- data/app/pb_kits/playbook/pb_advanced_table/scss_partials/_chrome_styles.scss +0 -13
- data/app/pb_kits/playbook/pb_table/_table_row.tsx +0 -47
- /data/app/pb_kits/playbook/pb_table/docs/{_table_with_subcomponents.html.erb → _table_with_subcomponents_rails.html.erb} +0 -0
@@ -0,0 +1,66 @@
|
|
1
|
+
import React from "react";
|
2
|
+
import classnames from "classnames";
|
3
|
+
import {
|
4
|
+
buildAriaProps,
|
5
|
+
buildDataProps,
|
6
|
+
buildHtmlProps,
|
7
|
+
} from "../../utilities/props";
|
8
|
+
import { globalProps } from "../../utilities/globalProps";
|
9
|
+
|
10
|
+
type TableHeaderPropTypes = {
|
11
|
+
aria?: { [key: string]: string };
|
12
|
+
children: React.ReactNode[] | React.ReactNode;
|
13
|
+
className: string;
|
14
|
+
data?: { [key: string]: string };
|
15
|
+
htmlOptions?: { [key: string]: string | number | boolean | (() => void) };
|
16
|
+
id?: string;
|
17
|
+
tag?: "table" | "div";
|
18
|
+
text?: string;
|
19
|
+
};
|
20
|
+
|
21
|
+
const TableHeader = (props: TableHeaderPropTypes) => {
|
22
|
+
const {
|
23
|
+
aria = {},
|
24
|
+
children,
|
25
|
+
className,
|
26
|
+
data = {},
|
27
|
+
htmlOptions = {},
|
28
|
+
id,
|
29
|
+
tag = "table",
|
30
|
+
text
|
31
|
+
} = props;
|
32
|
+
|
33
|
+
const ariaProps = buildAriaProps(aria);
|
34
|
+
const dataProps = buildDataProps(data);
|
35
|
+
const htmlProps = buildHtmlProps(htmlOptions);
|
36
|
+
const classes = classnames("pb_table_th", globalProps(props), className);
|
37
|
+
const isTableTag = tag === "table";
|
38
|
+
|
39
|
+
return (
|
40
|
+
<>
|
41
|
+
{isTableTag ? (
|
42
|
+
<th
|
43
|
+
{...ariaProps}
|
44
|
+
{...dataProps}
|
45
|
+
{...htmlProps}
|
46
|
+
className={classes}
|
47
|
+
id={id}
|
48
|
+
>
|
49
|
+
{text || children}
|
50
|
+
</th>
|
51
|
+
) : (
|
52
|
+
<div
|
53
|
+
{...ariaProps}
|
54
|
+
{...dataProps}
|
55
|
+
{...htmlProps}
|
56
|
+
className={classes}
|
57
|
+
id={id}
|
58
|
+
>
|
59
|
+
{text || children}
|
60
|
+
</div>
|
61
|
+
)}
|
62
|
+
</>
|
63
|
+
);
|
64
|
+
};
|
65
|
+
|
66
|
+
export default TableHeader;
|
@@ -0,0 +1,74 @@
|
|
1
|
+
import React 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
|
+
type TableRowPropTypes = {
|
12
|
+
aria?: { [key: string]: string };
|
13
|
+
children: React.ReactNode[] | React.ReactNode;
|
14
|
+
className: string;
|
15
|
+
data?: { [key: string]: string };
|
16
|
+
htmlOptions?: { [key: string]: string | number | boolean | (() => void) };
|
17
|
+
id?: string;
|
18
|
+
sideHighlightColor: string;
|
19
|
+
tag?: "table" | "div";
|
20
|
+
};
|
21
|
+
|
22
|
+
const TableRow = (props: TableRowPropTypes) => {
|
23
|
+
const {
|
24
|
+
aria = {},
|
25
|
+
children,
|
26
|
+
className,
|
27
|
+
data = {},
|
28
|
+
htmlOptions = {},
|
29
|
+
id,
|
30
|
+
sideHighlightColor = "none",
|
31
|
+
tag = "table",
|
32
|
+
} = props;
|
33
|
+
|
34
|
+
const ariaProps = buildAriaProps(aria);
|
35
|
+
const dataProps = buildDataProps(data);
|
36
|
+
const htmlProps = buildHtmlProps(htmlOptions);
|
37
|
+
const sideHighlightClass =
|
38
|
+
sideHighlightColor != "" ? `side_highlight_${sideHighlightColor}` : null;
|
39
|
+
const classes = classnames(
|
40
|
+
buildCss("pb_table_row_kit", sideHighlightClass),
|
41
|
+
"pb_table_tr",
|
42
|
+
globalProps(props),
|
43
|
+
className
|
44
|
+
);
|
45
|
+
const isTableTag = tag === "table";
|
46
|
+
|
47
|
+
return (
|
48
|
+
<>
|
49
|
+
{isTableTag ? (
|
50
|
+
<tr
|
51
|
+
{...ariaProps}
|
52
|
+
{...dataProps}
|
53
|
+
{...htmlProps}
|
54
|
+
className={classes}
|
55
|
+
id={id}
|
56
|
+
>
|
57
|
+
{children}
|
58
|
+
</tr>
|
59
|
+
) : (
|
60
|
+
<div
|
61
|
+
{...ariaProps}
|
62
|
+
{...dataProps}
|
63
|
+
{...htmlProps}
|
64
|
+
className={classes}
|
65
|
+
id={id}
|
66
|
+
>
|
67
|
+
{children}
|
68
|
+
</div>
|
69
|
+
)}
|
70
|
+
</>
|
71
|
+
);
|
72
|
+
};
|
73
|
+
|
74
|
+
export default TableRow;
|
@@ -0,0 +1,5 @@
|
|
1
|
+
export { default as TableHead } from './_table_head';
|
2
|
+
export { default as TableHeader } from './_table_header';
|
3
|
+
export { default as TableBody } from './_table_body';
|
4
|
+
export { default as TableRow } from './_table_row';
|
5
|
+
export { default as TableCell } from './_table_cell';
|
@@ -4,7 +4,8 @@
|
|
4
4
|
aria: object.aria,
|
5
5
|
class: object.classname,
|
6
6
|
data: object.data,
|
7
|
-
id: object.id
|
7
|
+
id: object.id,
|
8
|
+
**combined_html_options) do %>
|
8
9
|
<%= content.presence %>
|
9
10
|
<% end %>
|
10
11
|
<% else %>
|
@@ -12,7 +13,8 @@
|
|
12
13
|
aria: object.aria,
|
13
14
|
class: object.classname,
|
14
15
|
data: object.data,
|
15
|
-
id: object.id
|
16
|
+
id: object.id,
|
17
|
+
**combined_html_options) do %>
|
16
18
|
<%= content.presence %>
|
17
19
|
<% end %>
|
18
20
|
<% end %>
|
@@ -1,7 +1,58 @@
|
|
1
|
-
import
|
1
|
+
import React from "react";
|
2
|
+
import { ensureAccessible, renderKit, render, screen } from "../utilities/test-utils"
|
2
3
|
|
3
4
|
import Table from "./_table"
|
4
5
|
|
6
|
+
const DivsTable = () => {
|
7
|
+
return (
|
8
|
+
<>
|
9
|
+
<Table
|
10
|
+
data={{testid: "table"}}
|
11
|
+
size="sm"
|
12
|
+
tag="div"
|
13
|
+
>
|
14
|
+
<Table.Head tag="div">
|
15
|
+
<Table.Row tag="div">
|
16
|
+
<Table.Header tag="div">{"Column 1"}</Table.Header>
|
17
|
+
<Table.Header tag="div">{"Column 2"}</Table.Header>
|
18
|
+
</Table.Row>
|
19
|
+
</Table.Head>
|
20
|
+
<Table.Body tag="div">
|
21
|
+
<Table.Row tag="div">
|
22
|
+
<Table.Cell tag="div">{"Value 1"}</Table.Cell>
|
23
|
+
<Table.Cell tag="div">{"Value 2"}</Table.Cell>
|
24
|
+
</Table.Row>
|
25
|
+
</Table.Body>
|
26
|
+
</Table>
|
27
|
+
</>
|
28
|
+
);
|
29
|
+
};
|
30
|
+
|
31
|
+
const TableTagTable = () => {
|
32
|
+
return (
|
33
|
+
<>
|
34
|
+
<Table
|
35
|
+
data={{testid: "table"}}
|
36
|
+
size="sm"
|
37
|
+
>
|
38
|
+
<Table.Head>
|
39
|
+
<Table.Row>
|
40
|
+
<Table.Header>{"Column 1"}</Table.Header>
|
41
|
+
<Table.Header>{"Column 2"}</Table.Header>
|
42
|
+
</Table.Row>
|
43
|
+
</Table.Head>
|
44
|
+
<Table.Body>
|
45
|
+
<Table.Row>
|
46
|
+
<Table.Cell>{"Value 1"}</Table.Cell>
|
47
|
+
<Table.Cell>{"Value 2"}</Table.Cell>
|
48
|
+
</Table.Row>
|
49
|
+
</Table.Body>
|
50
|
+
</Table>
|
51
|
+
</>
|
52
|
+
);
|
53
|
+
};
|
54
|
+
|
55
|
+
|
5
56
|
const props = {
|
6
57
|
data: { testid: "table" },
|
7
58
|
sticky: false
|
@@ -20,3 +71,93 @@ test("when striped is true", () => {
|
|
20
71
|
const kit = renderKit(Table, props, { striped: true })
|
21
72
|
expect(kit).toHaveClass("pb_table table-sm table-responsive-collapse table-card striped table-collapse-sm")
|
22
73
|
})
|
74
|
+
|
75
|
+
test("Renders Table.Head subkit for Div Table", () => {
|
76
|
+
render (<DivsTable/>)
|
77
|
+
|
78
|
+
const kit = screen.getByTestId("table")
|
79
|
+
const head = kit.querySelector(".pb_table_thead")
|
80
|
+
expect(head).toBeInTheDocument()
|
81
|
+
expect(head.tagName).toBe("DIV")
|
82
|
+
})
|
83
|
+
|
84
|
+
test("Renders Table.Header subkit for Div Table", () => {
|
85
|
+
render (<DivsTable/>)
|
86
|
+
|
87
|
+
const kit = screen.getByTestId("table")
|
88
|
+
const head = kit.querySelector(".pb_table_th")
|
89
|
+
expect(head).toBeInTheDocument()
|
90
|
+
expect(head.tagName).toBe("DIV")
|
91
|
+
})
|
92
|
+
|
93
|
+
test("Renders Table.Body subkit for Div Table", () => {
|
94
|
+
render (<DivsTable/>)
|
95
|
+
|
96
|
+
const kit = screen.getByTestId("table")
|
97
|
+
const head = kit.querySelector(".pb_table_tbody")
|
98
|
+
expect(head).toBeInTheDocument()
|
99
|
+
expect(head.tagName).toBe("DIV")
|
100
|
+
})
|
101
|
+
|
102
|
+
test("Renders Table.Row subkit for Div Table", () => {
|
103
|
+
render (<DivsTable/>)
|
104
|
+
|
105
|
+
const kit = screen.getByTestId("table")
|
106
|
+
const head = kit.querySelector(".pb_table_tr")
|
107
|
+
expect(head).toBeInTheDocument()
|
108
|
+
expect(head.tagName).toBe("DIV")
|
109
|
+
})
|
110
|
+
|
111
|
+
test("Renders Table.Cell subkit for Div Table", () => {
|
112
|
+
render (<DivsTable/>)
|
113
|
+
|
114
|
+
const kit = screen.getByTestId("table")
|
115
|
+
const head = kit.querySelector(".pb_table_td")
|
116
|
+
expect(head).toBeInTheDocument()
|
117
|
+
expect(head.tagName).toBe("DIV")
|
118
|
+
})
|
119
|
+
|
120
|
+
test("Renders Table.Head subkit for HTML Table elements Table", () => {
|
121
|
+
render (<TableTagTable/>)
|
122
|
+
|
123
|
+
const kit = screen.getByTestId("table")
|
124
|
+
const head = kit.querySelector(".pb_table_thead")
|
125
|
+
expect(head).toBeInTheDocument()
|
126
|
+
expect(head.tagName).toBe("THEAD")
|
127
|
+
})
|
128
|
+
|
129
|
+
test("Renders Table.Header subkit for HTML Table elements Table", () => {
|
130
|
+
render (<TableTagTable/>)
|
131
|
+
|
132
|
+
const kit = screen.getByTestId("table")
|
133
|
+
const head = kit.querySelector(".pb_table_th")
|
134
|
+
expect(head).toBeInTheDocument()
|
135
|
+
expect(head.tagName).toBe("TH")
|
136
|
+
})
|
137
|
+
|
138
|
+
test("Renders Table.Body subkit for HTML Table elements Table", () => {
|
139
|
+
render (<TableTagTable/>)
|
140
|
+
|
141
|
+
const kit = screen.getByTestId("table")
|
142
|
+
const head = kit.querySelector(".pb_table_tbody")
|
143
|
+
expect(head).toBeInTheDocument()
|
144
|
+
expect(head.tagName).toBe("TBODY")
|
145
|
+
})
|
146
|
+
|
147
|
+
test("Renders Table.Row subkit for HTML Table elements Table", () => {
|
148
|
+
render (<TableTagTable/>)
|
149
|
+
|
150
|
+
const kit = screen.getByTestId("table")
|
151
|
+
const head = kit.querySelector(".pb_table_tr")
|
152
|
+
expect(head).toBeInTheDocument()
|
153
|
+
expect(head.tagName).toBe("TR")
|
154
|
+
})
|
155
|
+
|
156
|
+
test("Renders Table.Cell subkit for HTML Table elements Table", () => {
|
157
|
+
render (<TableTagTable/>)
|
158
|
+
|
159
|
+
const kit = screen.getByTestId("table")
|
160
|
+
const head = kit.querySelector(".pb_table_td")
|
161
|
+
expect(head).toBeInTheDocument()
|
162
|
+
expect(head.tagName).toBe("TD")
|
163
|
+
})
|
@@ -3,7 +3,8 @@
|
|
3
3
|
aria: object.aria,
|
4
4
|
class: object.classname,
|
5
5
|
data: object.data,
|
6
|
-
id: object.id
|
6
|
+
id: object.id,
|
7
|
+
**combined_html_options) do %>
|
7
8
|
<%= content.presence %>
|
8
9
|
<% end %>
|
9
10
|
<% else %>
|
@@ -11,7 +12,8 @@
|
|
11
12
|
aria: object.aria,
|
12
13
|
class: object.classname,
|
13
14
|
data: object.data,
|
14
|
-
id: object.id
|
15
|
+
id: object.id,
|
16
|
+
**combined_html_options) do %>
|
15
17
|
<%= content.presence %>
|
16
18
|
<% end %>
|
17
|
-
<% end %>
|
19
|
+
<% end %>
|
@@ -3,7 +3,8 @@
|
|
3
3
|
aria: object.aria,
|
4
4
|
class: object.classname,
|
5
5
|
data: object.data,
|
6
|
-
id: object.id
|
6
|
+
id: object.id,
|
7
|
+
**combined_html_options) do %>
|
7
8
|
<%= content.presence || object.text %>
|
8
9
|
<% end %>
|
9
10
|
<% else %>
|
@@ -11,7 +12,8 @@
|
|
11
12
|
aria: object.aria,
|
12
13
|
class: object.classname,
|
13
14
|
data: object.data,
|
14
|
-
id: object.id
|
15
|
+
id: object.id,
|
16
|
+
**combined_html_options) do %>
|
15
17
|
<%= content.presence || object.text %>
|
16
18
|
<% end %>
|
17
|
-
<% end %>
|
19
|
+
<% end %>
|
@@ -3,7 +3,8 @@
|
|
3
3
|
aria: object.aria,
|
4
4
|
class: object.classname,
|
5
5
|
data: object.data,
|
6
|
-
id: object.id
|
6
|
+
id: object.id,
|
7
|
+
**combined_html_options) do %>
|
7
8
|
<%= content.presence %>
|
8
9
|
<% end %>
|
9
10
|
<% else %>
|
@@ -11,7 +12,8 @@
|
|
11
12
|
aria: object.aria,
|
12
13
|
class: object.classname,
|
13
14
|
data: object.data,
|
14
|
-
id: object.id
|
15
|
+
id: object.id,
|
16
|
+
**combined_html_options) do %>
|
15
17
|
<%= content.presence %>
|
16
18
|
<% end %>
|
17
|
-
<% end %>
|
19
|
+
<% end %>
|
@@ -4,7 +4,8 @@
|
|
4
4
|
aria: object.aria,
|
5
5
|
class: object.classname,
|
6
6
|
data: object.data,
|
7
|
-
id: "pb-th#{object.id}"
|
7
|
+
id: "pb-th#{object.id}",
|
8
|
+
**combined_html_options) do %>
|
8
9
|
<% unless sorting_style? %>
|
9
10
|
<%= pb_rails("flex", props:{ align: object.align_content, justify: object.justify_sort_icon, classname: "pb_th_nolink" }) do %>
|
10
11
|
<%= content.presence || object.text %>
|
@@ -51,7 +52,8 @@
|
|
51
52
|
aria: object.aria,
|
52
53
|
class: object.classname,
|
53
54
|
data: object.data,
|
54
|
-
id: object.id
|
55
|
+
id: object.id,
|
56
|
+
**combined_html_options) do %>
|
55
57
|
<%= content.presence || object.text %>
|
56
58
|
<% end %>
|
57
|
-
<% end %>
|
59
|
+
<% end %>
|
@@ -3,7 +3,8 @@
|
|
3
3
|
aria: object.aria,
|
4
4
|
class: object.classname,
|
5
5
|
data: object.data,
|
6
|
-
id: object.id
|
6
|
+
id: object.id,
|
7
|
+
**combined_html_options) do %>
|
7
8
|
<%= content.presence %>
|
8
9
|
<% end %>
|
9
10
|
<% else %>
|
@@ -11,7 +12,8 @@
|
|
11
12
|
aria: object.aria,
|
12
13
|
class: object.classname,
|
13
14
|
data: object.data,
|
14
|
-
id: object.id
|
15
|
+
id: object.id,
|
16
|
+
**combined_html_options) do %>
|
15
17
|
<%= content.presence %>
|
16
18
|
<% end %>
|
17
|
-
<% end %>
|
19
|
+
<% end %>
|
@@ -1,7 +1,8 @@
|
|
1
1
|
<%= content_tag(:div,
|
2
2
|
aria: object.aria,
|
3
3
|
class: object.classname,
|
4
|
-
data: object.data
|
4
|
+
data: object.data,
|
5
|
+
**combined_html_options) do %>
|
5
6
|
<% if object.label.present? %>
|
6
7
|
<%= pb_rails("caption", props: { text: object.label, dark: object.dark, classname: "pb_text_input_kit_label" }) %>
|
7
8
|
<% end %>
|
@@ -1,7 +1,8 @@
|
|
1
1
|
<%= content_tag(:div,
|
2
2
|
id: object.id,
|
3
3
|
data: object.data,
|
4
|
-
class: object.classname
|
4
|
+
class: object.classname,
|
5
|
+
**combined_html_options) do %>
|
5
6
|
<% if object.label.present? %>
|
6
7
|
<%= pb_rails("caption", props: {text: object.label, dark: object.dark}) %>
|
7
8
|
<% end %>
|
@@ -1,7 +1,8 @@
|
|
1
1
|
<%= content_tag(:div,
|
2
2
|
id: object.id,
|
3
3
|
data: object.data,
|
4
|
-
class: object.classname
|
4
|
+
class: object.classname,
|
5
|
+
**combined_html_options) do %>
|
5
6
|
<div class="pb_time_range_inline_wrapper">
|
6
7
|
<% if object.icon == true %>
|
7
8
|
<%= pb_rails(object.text_kit, props: { tag: "span", dark: object.dark, color: object.icon_color, text: pb_rails("icon", props: { icon: "clock", dark: object.dark, classname:"pb_time_range_inline_icon", fixed_width: true, size: object.size }) }) %>
|
@@ -13,4 +14,4 @@
|
|
13
14
|
<%= pb_rails(object.text_kit, props: { tag: "span", color: object.text_timezone_color, classname:"pb_time_range_inline_timezone", text: object.pb_date_end_time.to_timezone.upcase }) %>
|
14
15
|
<% end %>
|
15
16
|
</div>
|
16
|
-
<% end %>
|
17
|
+
<% end %>
|
@@ -1,7 +1,8 @@
|
|
1
1
|
<%= content_tag(:div,
|
2
2
|
id: object.id,
|
3
3
|
data: object.data,
|
4
|
-
class: object.classname
|
4
|
+
class: object.classname,
|
5
|
+
**combined_html_options) do %>
|
5
6
|
|
6
7
|
<%= pb_rails("body", props: { color: "light", dark: object.dark, classname: "pb_time_stacked time-spacing" }) do %>
|
7
8
|
<time>
|
@@ -1,7 +1,8 @@
|
|
1
1
|
<%= content_tag(:div,
|
2
2
|
id: object.id,
|
3
3
|
data: object.data,
|
4
|
-
class: object.classname
|
4
|
+
class: object.classname,
|
5
|
+
**combined_html_options) do %>
|
5
6
|
<%= pb_rails("title", props: { text: object.title, size: 4 }) %>
|
6
7
|
<%= pb_rails("body", props: { text: object.detail, color: "light" }) %>
|
7
8
|
<% end %>
|
@@ -2,7 +2,8 @@
|
|
2
2
|
id: object.id,
|
3
3
|
data: object.data,
|
4
4
|
aria: object.aria,
|
5
|
-
class: object.classname
|
5
|
+
class: object.classname,
|
6
|
+
**combined_html_options) do %>
|
6
7
|
<label class="pb_toggle_wrapper">
|
7
8
|
<%= content.presence || object.input %>
|
8
9
|
<div class="pb_toggle_control"></div>
|
@@ -1,7 +1,8 @@
|
|
1
1
|
<%= content_tag(:div,
|
2
2
|
id: object.id,
|
3
3
|
data: object.data,
|
4
|
-
class: object.classname
|
4
|
+
class: object.classname,
|
5
|
+
**combined_html_options) do %>
|
5
6
|
<div class="tooltip_tooltip" id="<%= object.tooltip_id %>" role="tooltip">
|
6
7
|
<%= content.presence %>
|
7
8
|
<div class="arrow" id="<%= object.tooltip_id %>-arrow"></div>
|
@@ -4,7 +4,8 @@
|
|
4
4
|
<%= content_tag(:div,
|
5
5
|
id: object.id,
|
6
6
|
data: object.data,
|
7
|
-
class: object.classname + object.inline_class
|
7
|
+
class: object.classname + object.inline_class,
|
8
|
+
**combined_html_options) do %>
|
8
9
|
<div class="pb_typeahead_wrapper">
|
9
10
|
<div class="pb_typeahead_loading_indicator" data-pb-typeahead-kit-loading-indicator>
|
10
11
|
<%= pb_rails("icon", props: {
|
@@ -2,7 +2,8 @@
|
|
2
2
|
aria: object.aria,
|
3
3
|
class: object.classname,
|
4
4
|
data: object.data,
|
5
|
-
id: object.id
|
5
|
+
id: object.id,
|
6
|
+
**combined_html_options) do %>
|
6
7
|
<%= pb_rails("caption", props: {dark: object.dark, text: object.day_of_week}) %>
|
7
8
|
<%= pb_rails("title", props: {dark: object.dark, size: 4, tag: "span", text: object.formatted_month_and_day}) %>
|
8
9
|
<% end %>
|