playbook_ui 15.4.0.pre.alpha.testingseparation12413 → 15.4.0.pre.rc.0
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/RegularTableView.tsx +1 -2
- data/app/pb_kits/playbook/pb_advanced_table/Hooks/useTableState.ts +0 -15
- data/app/pb_kits/playbook/pb_advanced_table/Utilities/RowUtils.ts +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.scss +4 -4
- data/app/pb_kits/playbook/pb_advanced_table/advanced_table.test.jsx +5 -68
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_control_rails.html.erb +0 -4
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_control_rails.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_border_color.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_border_color_rails.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling.jsx +1 -4
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling.md +0 -2
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_column_headers.jsx +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_rails.html.erb +0 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_rails.md +0 -2
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_fullscreen.jsx +1 -3
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_infinite_scroll.jsx +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_inline_editing.jsx +1 -3
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control.jsx +1 -9
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_pagination_with_props.jsx +1 -4
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_pagination_with_props.md +2 -3
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_row_styling.jsx +1 -2
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sticky_columns_and_header.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_sticky_header_rails.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_sticky_header_react.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_with_custom_header_multi_header.jsx +0 -16
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_with_custom_header_rails.html.erb +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/example.yml +0 -1
- data/app/pb_kits/playbook/pb_advanced_table/flat_advanced_table.js +2 -2
- data/app/pb_kits/playbook/pb_advanced_table/index.js +7 -7
- data/app/pb_kits/playbook/pb_advanced_table/scss_partials/advanced_table_sticky_mixin.scss +2 -2
- data/app/pb_kits/playbook/pb_advanced_table/table_header.rb +20 -90
- data/app/pb_kits/playbook/pb_advanced_table/table_row.rb +3 -32
- data/app/pb_kits/playbook/pb_background/background.html.erb +2 -10
- data/app/pb_kits/playbook/pb_background/docs/_background_category.md +1 -1
- data/app/pb_kits/playbook/pb_badge/_badge.tsx +1 -4
- data/app/pb_kits/playbook/pb_badge/badge.test.js +0 -13
- data/app/pb_kits/playbook/pb_card/docs/_card_background.md +1 -1
- data/app/pb_kits/playbook/pb_card/docs/_card_header.md +1 -1
- data/app/pb_kits/playbook/pb_card/docs/_card_highlight.md +1 -1
- data/app/pb_kits/playbook/pb_card/docs/_card_light.md +1 -1
- data/app/pb_kits/playbook/pb_currency/_currency.tsx +7 -20
- data/app/pb_kits/playbook/pb_currency/currency.rb +8 -35
- data/app/pb_kits/playbook/pb_currency/currency.test.js +0 -47
- data/app/pb_kits/playbook/pb_currency/docs/_currency_negative.html.erb +0 -10
- data/app/pb_kits/playbook/pb_currency/docs/_currency_negative.jsx +0 -10
- data/app/pb_kits/playbook/pb_currency/docs/_currency_variants.html.erb +1 -8
- data/app/pb_kits/playbook/pb_currency/docs/_currency_variants.jsx +1 -8
- data/app/pb_kits/playbook/pb_currency/docs/_description.md +2 -2
- data/app/pb_kits/playbook/pb_date_picker/date_picker.html.erb +11 -25
- data/app/pb_kits/playbook/pb_date_picker/date_picker.rb +0 -2
- data/app/pb_kits/playbook/pb_date_picker/date_picker_helper.ts +7 -60
- data/app/pb_kits/playbook/pb_date_picker/docs/example.yml +1 -2
- data/app/pb_kits/playbook/pb_date_picker/docs/index.js +1 -2
- data/app/pb_kits/playbook/pb_date_range_inline/_date_range_inline.tsx +13 -20
- data/app/pb_kits/playbook/pb_date_range_inline/date_range_inline.rb +4 -6
- data/app/pb_kits/playbook/pb_date_range_inline/date_range_inline.test.js +0 -17
- data/app/pb_kits/playbook/pb_date_range_inline/docs/_description.md +1 -1
- data/app/pb_kits/playbook/pb_date_range_inline/docs/example.yml +2 -3
- data/app/pb_kits/playbook/pb_date_range_inline/docs/index.js +0 -1
- data/app/pb_kits/playbook/pb_date_stacked/_date_stacked.tsx +4 -6
- data/app/pb_kits/playbook/pb_date_stacked/date_stacked.html.erb +3 -2
- data/app/pb_kits/playbook/pb_date_stacked/date_stacked.rb +5 -11
- data/app/pb_kits/playbook/pb_date_stacked/date_stacked.test.js +9 -26
- data/app/pb_kits/playbook/pb_date_stacked/docs/_date_stacked_default.html.erb +1 -1
- data/app/pb_kits/playbook/pb_date_stacked/docs/_date_stacked_default.jsx +1 -1
- data/app/pb_kits/playbook/pb_date_stacked/docs/_date_stacked_not_current_year.html.erb +5 -0
- data/app/pb_kits/playbook/pb_date_stacked/docs/{_date_stacked_current_year.jsx → _date_stacked_not_current_year.jsx} +5 -6
- data/app/pb_kits/playbook/pb_date_stacked/docs/_description.md +1 -1
- data/app/pb_kits/playbook/pb_date_stacked/docs/example.yml +2 -2
- data/app/pb_kits/playbook/pb_date_stacked/docs/index.js +1 -1
- data/app/pb_kits/playbook/pb_dialog/docs/_dialog_compound_components.html.erb +2 -2
- data/app/pb_kits/playbook/pb_distribution_bar/docs/_distribution_bar_custom_colors.md +1 -1
- data/app/pb_kits/playbook/pb_dropdown/_dropdown.scss +0 -1
- data/app/pb_kits/playbook/pb_dropdown/_dropdown.tsx +6 -111
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_active_style_options_react.md +1 -1
- data/app/pb_kits/playbook/pb_dropdown/docs/example.yml +0 -5
- data/app/pb_kits/playbook/pb_dropdown/docs/index.js +1 -5
- data/app/pb_kits/playbook/pb_dropdown/dropdown.test.jsx +2 -148
- data/app/pb_kits/playbook/pb_dropdown/index.js +1 -1
- data/app/pb_kits/playbook/pb_empty_state/docs/_empty_state_alignment.jsx +1 -2
- data/app/pb_kits/playbook/pb_empty_state/docs/_empty_state_default.jsx +1 -2
- data/app/pb_kits/playbook/pb_empty_state/docs/_empty_state_orientation.jsx +1 -2
- data/app/pb_kits/playbook/pb_empty_state/docs/_empty_state_size.jsx +1 -2
- data/app/pb_kits/playbook/pb_filter/docs/_filter_max_width.md +1 -1
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/_fixed_confirmation_toast.tsx +9 -31
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_auto_close.html.erb +1 -15
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_multi_line.html.erb +8 -9
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_positions.html.erb +10 -11
- data/app/pb_kits/playbook/pb_flex/_flex_item.tsx +5 -12
- data/app/pb_kits/playbook/pb_flex/docs/_flex_item_example.jsx +0 -1
- data/app/pb_kits/playbook/pb_form/pb_form_validation.js +11 -44
- data/app/pb_kits/playbook/pb_form_pill/_form_pill.tsx +1 -1
- data/app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text_rails.md +1 -1
- data/app/pb_kits/playbook/pb_form_pill/docs/_form_pill_truncated_text_react.md +1 -1
- data/app/pb_kits/playbook/pb_form_pill/docs/_form_pill_wrapped.jsx +1 -4
- data/app/pb_kits/playbook/pb_icon/docs/_icon_color.md +1 -1
- data/app/pb_kits/playbook/pb_icon_circle/docs/_icon_circle_color.md +1 -1
- data/app/pb_kits/playbook/pb_icon_stat_value/docs/_icon_stat_value_color.html.erb +14 -7
- data/app/pb_kits/playbook/pb_icon_stat_value/docs/_icon_stat_value_color.jsx +15 -6
- data/app/pb_kits/playbook/pb_layout/docs/_layout_collection.md +1 -1
- data/app/pb_kits/playbook/pb_loading_inline/docs/_loading_inline_variant.jsx +1 -1
- data/app/pb_kits/playbook/pb_nav/_item.tsx +4 -18
- data/app/pb_kits/playbook/pb_nav/_nav.scss +5 -30
- data/app/pb_kits/playbook/pb_nav/_nav_item.test.js +0 -192
- data/app/pb_kits/playbook/pb_nav/_vertical_nav.scss +1 -1
- data/app/pb_kits/playbook/pb_nav/docs/_collapsible_nav_item_spacing.md +1 -1
- data/app/pb_kits/playbook/pb_nav/docs/_nav_with_spacing_control.md +1 -1
- data/app/pb_kits/playbook/pb_nav/docs/example.yml +0 -4
- data/app/pb_kits/playbook/pb_nav/docs/index.js +1 -3
- data/app/pb_kits/playbook/pb_nav/item.html.erb +4 -6
- data/app/pb_kits/playbook/pb_nav/item.rb +2 -11
- data/app/pb_kits/playbook/pb_overlay/docs/_overlay_layout.md +1 -1
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_description.md +1 -3
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_colors.jsx +1 -1
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_default.jsx +1 -1
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_height.jsx +1 -1
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_horizontal.jsx +1 -1
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend.jsx +1 -1
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend_non_clickable.jsx +2 -1
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend_position.html.erb +1 -1
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend_position.jsx +1 -1
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_negative_numbers.jsx +1 -1
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_secondary_y_axis.jsx +1 -1
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_spline.jsx +2 -1
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_stacked.jsx +2 -1
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_description.md +1 -3
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_block_content.jsx +1 -2
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_color_overrides.jsx +1 -2
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_custom_tooltip.jsx +1 -1
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_custom_tooltip.md +1 -2
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_legend_position.jsx +1 -2
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_with_labels.jsx +1 -1
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_with_legend.jsx +1 -1
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_default.jsx +1 -1
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_inner_sizes.jsx +1 -1
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_live_data.jsx +1 -2
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_rounded.jsx +1 -1
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_with_title.jsx +1 -1
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_description.md +1 -3
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_color.jsx +1 -1
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_color.md +2 -2
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_complex.jsx +1 -2
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_full_circle.jsx +1 -2
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_height.jsx +1 -2
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_min_max.jsx +1 -2
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_units.jsx +1 -2
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_description.md +1 -3
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_colors.jsx +1 -1
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_position.html.erb +1 -1
- data/app/pb_kits/playbook/pb_phone_number_input/_phone_number_input.tsx +17 -110
- data/app/pb_kits/playbook/pb_pill/docs/_description.md +1 -1
- data/app/pb_kits/playbook/pb_popover/_popover.tsx +34 -69
- data/app/pb_kits/playbook/pb_popover/docs/example.yml +0 -1
- data/app/pb_kits/playbook/pb_popover/docs/index.js +0 -1
- data/app/pb_kits/playbook/pb_popover/popover.test.js +0 -80
- data/app/pb_kits/playbook/pb_radio/docs/_radio_react_hook.jsx +1 -3
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_description.md +1 -1
- data/app/pb_kits/playbook/pb_section_separator/docs/_description.md +1 -1
- data/app/pb_kits/playbook/pb_select/docs/_select_react_hook.jsx +1 -3
- data/app/pb_kits/playbook/pb_selectable_card/_selectable_card.scss +0 -29
- data/app/pb_kits/playbook/pb_skeleton_loading/docs/_skeleton_loading_border_radius_rails.md +1 -1
- data/app/pb_kits/playbook/pb_skeleton_loading/docs/_skeleton_loading_border_radius_react.md +1 -1
- data/app/pb_kits/playbook/pb_skeleton_loading/docs/_skeleton_loading_layout.md +1 -1
- data/app/pb_kits/playbook/pb_table/docs/_table_side_highlight.md +1 -1
- data/app/pb_kits/playbook/pb_table/docs/_table_sm.md +1 -1
- data/app/pb_kits/playbook/pb_table/docs/example.yml +0 -2
- data/app/pb_kits/playbook/pb_table/docs/index.js +0 -1
- data/app/pb_kits/playbook/pb_text_input/text_input.rb +2 -2
- data/app/pb_kits/playbook/pb_tooltip/docs/_tooltip_sizing.jsx +1 -4
- data/app/pb_kits/playbook/pb_typeahead/_typeahead.scss +0 -7
- data/app/pb_kits/playbook/pb_typeahead/_typeahead.test.jsx +1 -105
- data/app/pb_kits/playbook/pb_typeahead/_typeahead.tsx +9 -23
- data/app/pb_kits/playbook/pb_typeahead/components/MultiValue.tsx +1 -33
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_options.html.erb +1 -67
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_value.jsx +6 -68
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_react_hook.jsx +1 -2
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_truncated_text.md +1 -1
- data/app/pb_kits/playbook/pb_typeahead/docs/example.yml +0 -2
- data/app/pb_kits/playbook/pb_typeahead/docs/index.js +1 -2
- data/app/pb_kits/playbook/pb_user/docs/_user_font_options.jsx +1 -1
- data/dist/chunks/_line_graph-h5H-imfn.js +1 -0
- data/dist/chunks/_typeahead-U8AjZIIW.js +6 -0
- data/dist/chunks/_weekday_stacked-c6_R08J-.js +37 -0
- data/dist/chunks/componentRegistry-DzmmLR2x.js +1 -0
- data/dist/chunks/lib-CGxXTQ75.js +29 -0
- data/dist/chunks/pb_form_validation-DebqlUKZ.js +1 -0
- data/dist/chunks/vendor.js +1 -37
- data/dist/playbook-doc.js +19 -0
- 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 +2 -2
- metadata +12 -51
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_with_custom_header_multi_header_rails.html.erb +0 -104
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_with_custom_header_multi_header_rails.md +0 -1
- data/app/pb_kits/playbook/pb_currency/docs/_currency_abbreviated.md +0 -1
- data/app/pb_kits/playbook/pb_currency/docs/_currency_matching_decimals_rails.md +0 -1
- data/app/pb_kits/playbook/pb_currency/docs/_currency_matching_decimals_react.md +0 -1
- data/app/pb_kits/playbook/pb_currency/docs/_currency_negative.md +0 -1
- data/app/pb_kits/playbook/pb_currency/docs/_currency_no_symbol_rails.md +0 -1
- data/app/pb_kits/playbook/pb_currency/docs/_currency_no_symbol_react.md +0 -1
- data/app/pb_kits/playbook/pb_currency/docs/_currency_variants.md +0 -1
- data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_and_dropdown_range.jsx +0 -38
- data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_and_dropdown_range.md +0 -14
- data/app/pb_kits/playbook/pb_date_range_inline/docs/_date_range_inline_show_current_year.html.erb +0 -4
- data/app/pb_kits/playbook/pb_date_range_inline/docs/_date_range_inline_show_current_year.jsx +0 -43
- data/app/pb_kits/playbook/pb_date_range_inline/docs/_date_range_inline_show_current_year.md +0 -1
- data/app/pb_kits/playbook/pb_date_stacked/docs/_date_stacked_current_year.html.erb +0 -12
- data/app/pb_kits/playbook/pb_date_stacked/docs/_date_stacked_current_year.md +0 -1
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_quickpick.jsx +0 -18
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_quickpick.md +0 -4
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_quickpick_default_dates.jsx +0 -18
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_quickpick_default_dates.md +0 -1
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_quickpick_range_end.jsx +0 -19
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_quickpick_range_end.md +0 -1
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_quickpick_with_date_pickers.jsx +0 -38
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_quickpick_with_date_pickers.md +0 -14
- data/app/pb_kits/playbook/pb_dropdown/quickpick/index.ts +0 -60
- data/app/pb_kits/playbook/pb_nav/docs/_horizontal_nav_disabled.html.erb +0 -21
- data/app/pb_kits/playbook/pb_nav/docs/_horizontal_nav_disabled.jsx +0 -113
- data/app/pb_kits/playbook/pb_nav/docs/_horizontal_nav_disabled.md +0 -1
- data/app/pb_kits/playbook/pb_nav/docs/_vertical_nav_disabled.html.erb +0 -30
- data/app/pb_kits/playbook/pb_nav/docs/_vertical_nav_disabled.jsx +0 -117
- data/app/pb_kits/playbook/pb_nav/docs/_vertical_nav_disabled.md +0 -1
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_default.md +0 -1
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend_position.md +0 -11
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_default.md +0 -1
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_default.md +0 -1
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_default.md +0 -1
- data/app/pb_kits/playbook/pb_popover/docs/_popover_append_to.jsx +0 -71
- data/app/pb_kits/playbook/pb_popover/docs/_popover_append_to_react.md +0 -1
- data/app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible.html.erb +0 -63
- data/app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible.jsx +0 -89
- data/app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible_rails.md +0 -4
- data/app/pb_kits/playbook/pb_table/docs/_table_with_dynamic_collapsible_react.md +0 -3
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_options.html.erb +0 -64
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_options.jsx +0 -70
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_options.md +0 -1
- data/dist/chunks/_typeahead-BUTLC28y.js +0 -6
- data/dist/chunks/lib-CgpqUb6l.js +0 -29
- /data/app/pb_kits/playbook/pb_popover/docs/{_popover_append_to_rails.md → _popover_append_to.md} +0 -0
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
// QuickPick default options for Dropdown
|
|
2
|
-
// This provides date range options similar to the DatePicker QuickPick functionality
|
|
3
|
-
|
|
4
|
-
import DateTime from '../../pb_kit/dateTime';
|
|
5
|
-
|
|
6
|
-
type QuickPickOption = {
|
|
7
|
-
label: string;
|
|
8
|
-
value: Date[];
|
|
9
|
-
formattedStartDate?: string;
|
|
10
|
-
formattedEndDate?: string;
|
|
11
|
-
id?: string;
|
|
12
|
-
};
|
|
13
|
-
|
|
14
|
-
// Helper to get QuickPick options with date ranges
|
|
15
|
-
const getQuickPickOptions = (rangeEndsToday = false): QuickPickOption[] => {
|
|
16
|
-
const today = new Date();
|
|
17
|
-
const yesterday = DateTime.getYesterdayDate(new Date());
|
|
18
|
-
|
|
19
|
-
const thisWeekStartDate = DateTime.getFirstDayOfWeek(new Date());
|
|
20
|
-
const thisWeekEndDate = rangeEndsToday ? new Date() : DateTime.getLastDayOfWeek(new Date());
|
|
21
|
-
const lastWeekStartDate = DateTime.getPreviousWeekStartDate(new Date());
|
|
22
|
-
const lastWeekEndDate = DateTime.getPreviousWeekEndDate(new Date());
|
|
23
|
-
|
|
24
|
-
const thisMonthStartDate = DateTime.getMonthStartDate(new Date());
|
|
25
|
-
const thisMonthEndDate = rangeEndsToday ? new Date() : DateTime.getMonthEndDate(new Date());
|
|
26
|
-
const lastMonthStartDate = DateTime.getPreviousMonthStartDate(new Date());
|
|
27
|
-
const lastMonthEndDate = DateTime.getPreviousMonthEndDate(new Date());
|
|
28
|
-
|
|
29
|
-
const thisQuarterStartDate = DateTime.getQuarterStartDate(new Date());
|
|
30
|
-
const thisQuarterEndDate = rangeEndsToday ? new Date() : DateTime.getQuarterEndDate(new Date());
|
|
31
|
-
const lastQuarterStartDate = DateTime.getPreviousQuarterStartDate(new Date());
|
|
32
|
-
const lastQuarterEndDate = DateTime.getPreviousQuarterEndDate(new Date());
|
|
33
|
-
|
|
34
|
-
const thisYearStartDate = DateTime.getYearStartDate(new Date());
|
|
35
|
-
const thisYearEndDate = rangeEndsToday ? new Date() : DateTime.getYearEndDate(new Date());
|
|
36
|
-
const lastYearStartDate = DateTime.getPreviousYearStartDate(new Date());
|
|
37
|
-
const lastYearEndDate = DateTime.getPreviousYearEndDate(new Date());
|
|
38
|
-
|
|
39
|
-
const formatDate = (date: Date) => {
|
|
40
|
-
const day = String(date.getDate()).padStart(2, "0")
|
|
41
|
-
const month = String(date.getMonth() + 1).padStart(2, "0")
|
|
42
|
-
const year = date.getFullYear()
|
|
43
|
-
|
|
44
|
-
return `${month}/${day}/${year}`
|
|
45
|
-
}
|
|
46
|
-
return [
|
|
47
|
-
{ label: 'Today', value: [today, today], id: 'quickpick-today' },
|
|
48
|
-
{ label: 'Yesterday', value: [yesterday, yesterday], formattedStartDate: `${formatDate(yesterday)}`, formattedEndDate: `${formatDate(yesterday)}`, id: 'quickpick-yesterday' },
|
|
49
|
-
{ label: 'This Week', value: [thisWeekStartDate, thisWeekEndDate], formattedStartDate: `${formatDate(thisWeekStartDate)}`, formattedEndDate: `${formatDate(thisWeekEndDate)}`, id: 'quickpick-this-week' },
|
|
50
|
-
{ label: 'This Month', value: [thisMonthStartDate, thisMonthEndDate], formattedStartDate: `${formatDate(thisMonthStartDate)}`, formattedEndDate: `${formatDate(thisMonthEndDate)}`, id: 'quickpick-this-month' },
|
|
51
|
-
{ label: 'This Quarter', value: [thisQuarterStartDate, thisQuarterEndDate], formattedStartDate: `${formatDate(thisQuarterStartDate)}`, formattedEndDate: `${formatDate(thisQuarterEndDate)}`, id: 'quickpick-this-quarter' },
|
|
52
|
-
{ label: 'This Year', value: [thisYearStartDate, thisYearEndDate], formattedStartDate: `${formatDate(thisYearStartDate)}`, formattedEndDate: `${formatDate(thisYearEndDate)}`, id: 'quickpick-this-year' },
|
|
53
|
-
{ label: 'Last Week', value: [lastWeekStartDate, lastWeekEndDate], formattedStartDate: `${formatDate(lastWeekStartDate)}`, formattedEndDate: `${formatDate(lastWeekEndDate)}`, id: 'quickpick-last-week' },
|
|
54
|
-
{ label: 'Last Month', value: [lastMonthStartDate, lastMonthEndDate], formattedStartDate: `${formatDate(lastMonthStartDate)}`, formattedEndDate: `${formatDate(lastMonthEndDate)}`, id: 'quickpick-last-month' },
|
|
55
|
-
{ label: 'Last Quarter', value: [lastQuarterStartDate, lastQuarterEndDate], formattedStartDate: `${formatDate(lastQuarterStartDate)}`, formattedEndDate: `${formatDate(lastQuarterEndDate)}`, id: 'quickpick-last-quarter' },
|
|
56
|
-
{ label: 'Last Year', value: [lastYearStartDate, lastYearEndDate], formattedStartDate: `${formatDate(lastYearStartDate)}`, formattedEndDate: `${formatDate(lastYearEndDate)}`, id: 'quickpick-last-year' },
|
|
57
|
-
];
|
|
58
|
-
};
|
|
59
|
-
|
|
60
|
-
export default getQuickPickOptions
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
<%= pb_rails("caption", props: { margin_bottom: "sm", text: "Default Variant" }) %>
|
|
2
|
-
<%= pb_rails("nav", props: { orientation: "horizontal" }) do %>
|
|
3
|
-
<%= pb_rails("nav/item", props: { text: "About", link: "#" }) %>
|
|
4
|
-
<%= pb_rails("nav/item", props: { text: "Case Studies", link: "#", active: true }) %>
|
|
5
|
-
<%= pb_rails("nav/item", props: { text: "Service ", link: "#", disabled: true }) %>
|
|
6
|
-
<%= pb_rails("nav/item", props: { text: "Contacts", link: "#" }) %>
|
|
7
|
-
<% end %>
|
|
8
|
-
<%= pb_rails("caption", props: { margin_bottom: "sm", margin_top:"lg", text: "Subtle Variant" }) %>
|
|
9
|
-
<%= pb_rails("nav", props: { orientation: "horizontal", variant: "subtle" }) do %>
|
|
10
|
-
<%= pb_rails("nav/item", props: { text: "About", link: "#" }) %>
|
|
11
|
-
<%= pb_rails("nav/item", props: { text: "Case Studies", link: "#", active: true }) %>
|
|
12
|
-
<%= pb_rails("nav/item", props: { text: "Service ", link: "#", disabled: true }) %>
|
|
13
|
-
<%= pb_rails("nav/item", props: { text: "Contacts", link: "#" }) %>
|
|
14
|
-
<% end %>
|
|
15
|
-
<%= pb_rails("caption", props: { margin_bottom: "sm", margin_top:"lg", text: "Bold Variant" }) %>
|
|
16
|
-
<%= pb_rails("nav", props: { orientation: "horizontal", variant: "bold" }) do %>
|
|
17
|
-
<%= pb_rails("nav/item", props: { text: "About", link: "#" }) %>
|
|
18
|
-
<%= pb_rails("nav/item", props: { text: "Case Studies", link: "#", active: true }) %>
|
|
19
|
-
<%= pb_rails("nav/item", props: { text: "Service ", link: "#", disabled: true }) %>
|
|
20
|
-
<%= pb_rails("nav/item", props: { text: "Contacts", link: "#" }) %>
|
|
21
|
-
<% end %>
|
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
|
-
|
|
3
|
-
import Nav from '../_nav'
|
|
4
|
-
import NavItem from '../_item'
|
|
5
|
-
import Caption from '../../pb_caption/_caption'
|
|
6
|
-
|
|
7
|
-
const HorizontalNavDisabled = (props) => {
|
|
8
|
-
return (
|
|
9
|
-
<>
|
|
10
|
-
<Caption marginBottom="sm">Default Variant</Caption>
|
|
11
|
-
<Nav
|
|
12
|
-
link="#"
|
|
13
|
-
orientation="horizontal"
|
|
14
|
-
{...props}
|
|
15
|
-
>
|
|
16
|
-
<NavItem
|
|
17
|
-
link="#"
|
|
18
|
-
text="About"
|
|
19
|
-
{...props}
|
|
20
|
-
/>
|
|
21
|
-
<NavItem
|
|
22
|
-
active
|
|
23
|
-
link="#"
|
|
24
|
-
text="Case Studies"
|
|
25
|
-
{...props}
|
|
26
|
-
/>
|
|
27
|
-
<NavItem
|
|
28
|
-
disabled
|
|
29
|
-
link="#"
|
|
30
|
-
text="Service"
|
|
31
|
-
{...props}
|
|
32
|
-
/>
|
|
33
|
-
<NavItem
|
|
34
|
-
link="#"
|
|
35
|
-
text="Contacts"
|
|
36
|
-
{...props}
|
|
37
|
-
/>
|
|
38
|
-
</Nav>
|
|
39
|
-
<Caption
|
|
40
|
-
marginBottom="sm"
|
|
41
|
-
marginTop="lg"
|
|
42
|
-
>
|
|
43
|
-
Subtle Variant
|
|
44
|
-
</Caption>
|
|
45
|
-
<Nav
|
|
46
|
-
link="#"
|
|
47
|
-
orientation="horizontal"
|
|
48
|
-
variant="subtle"
|
|
49
|
-
{...props}
|
|
50
|
-
>
|
|
51
|
-
<NavItem
|
|
52
|
-
link="#"
|
|
53
|
-
text="About"
|
|
54
|
-
{...props}
|
|
55
|
-
/>
|
|
56
|
-
<NavItem
|
|
57
|
-
active
|
|
58
|
-
link="#"
|
|
59
|
-
text="Case Studies"
|
|
60
|
-
{...props}
|
|
61
|
-
/>
|
|
62
|
-
<NavItem
|
|
63
|
-
disabled
|
|
64
|
-
link="#"
|
|
65
|
-
text="Service"
|
|
66
|
-
{...props}
|
|
67
|
-
/>
|
|
68
|
-
<NavItem
|
|
69
|
-
link="#"
|
|
70
|
-
text="Contacts"
|
|
71
|
-
{...props}
|
|
72
|
-
/>
|
|
73
|
-
</Nav>
|
|
74
|
-
<Caption
|
|
75
|
-
marginBottom="sm"
|
|
76
|
-
marginTop="lg"
|
|
77
|
-
>
|
|
78
|
-
Bold Variant
|
|
79
|
-
</Caption>
|
|
80
|
-
<Nav
|
|
81
|
-
link="#"
|
|
82
|
-
orientation="horizontal"
|
|
83
|
-
variant="bold"
|
|
84
|
-
{...props}
|
|
85
|
-
>
|
|
86
|
-
<NavItem
|
|
87
|
-
link="#"
|
|
88
|
-
text="About"
|
|
89
|
-
{...props}
|
|
90
|
-
/>
|
|
91
|
-
<NavItem
|
|
92
|
-
active
|
|
93
|
-
link="#"
|
|
94
|
-
text="Case Studies"
|
|
95
|
-
{...props}
|
|
96
|
-
/>
|
|
97
|
-
<NavItem
|
|
98
|
-
disabled
|
|
99
|
-
link="#"
|
|
100
|
-
text="Service"
|
|
101
|
-
{...props}
|
|
102
|
-
/>
|
|
103
|
-
<NavItem
|
|
104
|
-
link="#"
|
|
105
|
-
text="Contacts"
|
|
106
|
-
{...props}
|
|
107
|
-
/>
|
|
108
|
-
</Nav>
|
|
109
|
-
</>
|
|
110
|
-
)
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
export default HorizontalNavDisabled
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Use the `disabled` prop on a `navItem`/`nav_item` within a horizontal nav to set it as disabled. This will render the UI as disabled, prevent clicks and not allow for tabIndex to access the item.
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
<%= pb_rails("flex", props: { justify: "between" }) do %>
|
|
2
|
-
<%= pb_rails("flex", props: { orientation:"column", wrap: true }) do %>
|
|
3
|
-
<%= pb_rails("caption", props: { margin_bottom: "sm", text: "Default Variant" }) %>
|
|
4
|
-
<%= pb_rails("nav") do %>
|
|
5
|
-
<%= pb_rails("nav/item", props: { text: "About", link: "#" }) %>
|
|
6
|
-
<%= pb_rails("nav/item", props: { text: "Case Studies", link: "#", active: true }) %>
|
|
7
|
-
<%= pb_rails("nav/item", props: { text: "Service ", link: "#", disabled: true }) %>
|
|
8
|
-
<%= pb_rails("nav/item", props: { text: "Contacts", link: "#" }) %>
|
|
9
|
-
<% end %>
|
|
10
|
-
<% end %>
|
|
11
|
-
<%= pb_rails("flex", props: { orientation:"column", wrap: true }) do %>
|
|
12
|
-
<%= pb_rails("caption", props: { margin_bottom: "sm", text: "Subtle Variant" }) %>
|
|
13
|
-
<%= pb_rails("nav", props:{variant: "subtle"}) do %>
|
|
14
|
-
<%= pb_rails("nav/item", props: { text: "About", link: "#" }) %>
|
|
15
|
-
<%= pb_rails("nav/item", props: { text: "Case Studies", link: "#", active: true }) %>
|
|
16
|
-
<%= pb_rails("nav/item", props: { text: "Service ", link: "#", disabled: true }) %>
|
|
17
|
-
<%= pb_rails("nav/item", props: { text: "Contacts", link: "#" }) %>
|
|
18
|
-
<% end %>
|
|
19
|
-
<% end %>
|
|
20
|
-
<%= pb_rails("flex", props: { orientation:"column", wrap: true }) do %>
|
|
21
|
-
<%= pb_rails("caption", props: { margin_bottom: "sm", text: "Bold Variant" }) %>
|
|
22
|
-
<%= pb_rails("nav", props:{variant: "bold"}) do %>
|
|
23
|
-
<%= pb_rails("nav/item", props: { text: "About", link: "#" }) %>
|
|
24
|
-
<%= pb_rails("nav/item", props: { text: "Case Studies", link: "#", active: true }) %>
|
|
25
|
-
<%= pb_rails("nav/item", props: { text: "Service ", link: "#", disabled: true }) %>
|
|
26
|
-
<%= pb_rails("nav/item", props: { text: "Contacts", link: "#" }) %>
|
|
27
|
-
<% end %>
|
|
28
|
-
<% end %>
|
|
29
|
-
|
|
30
|
-
<% end %>
|
|
@@ -1,117 +0,0 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
|
-
|
|
3
|
-
import Nav from '../_nav'
|
|
4
|
-
import NavItem from '../_item'
|
|
5
|
-
import Caption from '../../pb_caption/_caption'
|
|
6
|
-
import Flex from '../../pb_flex/_flex'
|
|
7
|
-
|
|
8
|
-
const VerticalNavDisabled = (props) => {
|
|
9
|
-
return (
|
|
10
|
-
<Flex justify="between"
|
|
11
|
-
wrap
|
|
12
|
-
>
|
|
13
|
-
<Flex orientation="column">
|
|
14
|
-
<Caption marginBottom="sm">Default Variant</Caption>
|
|
15
|
-
<Nav
|
|
16
|
-
link="#"
|
|
17
|
-
{...props}
|
|
18
|
-
>
|
|
19
|
-
<NavItem
|
|
20
|
-
link="#"
|
|
21
|
-
text="About"
|
|
22
|
-
{...props}
|
|
23
|
-
/>
|
|
24
|
-
<NavItem
|
|
25
|
-
active
|
|
26
|
-
link="#"
|
|
27
|
-
text="Case Studies"
|
|
28
|
-
{...props}
|
|
29
|
-
/>
|
|
30
|
-
<NavItem
|
|
31
|
-
disabled
|
|
32
|
-
link="#"
|
|
33
|
-
text="Service"
|
|
34
|
-
{...props}
|
|
35
|
-
/>
|
|
36
|
-
<NavItem
|
|
37
|
-
link="#"
|
|
38
|
-
text="Contacts"
|
|
39
|
-
{...props}
|
|
40
|
-
/>
|
|
41
|
-
</Nav>
|
|
42
|
-
</Flex>
|
|
43
|
-
<Flex orientation="column">
|
|
44
|
-
<Caption
|
|
45
|
-
marginBottom="sm"
|
|
46
|
-
>
|
|
47
|
-
Subtle Variant
|
|
48
|
-
</Caption>
|
|
49
|
-
<Nav
|
|
50
|
-
link="#"
|
|
51
|
-
variant="subtle"
|
|
52
|
-
{...props}
|
|
53
|
-
>
|
|
54
|
-
<NavItem
|
|
55
|
-
link="#"
|
|
56
|
-
text="About"
|
|
57
|
-
{...props}
|
|
58
|
-
/>
|
|
59
|
-
<NavItem
|
|
60
|
-
active
|
|
61
|
-
link="#"
|
|
62
|
-
text="Case Studies"
|
|
63
|
-
{...props}
|
|
64
|
-
/>
|
|
65
|
-
<NavItem
|
|
66
|
-
disabled
|
|
67
|
-
link="#"
|
|
68
|
-
text="Service"
|
|
69
|
-
{...props}
|
|
70
|
-
/>
|
|
71
|
-
<NavItem
|
|
72
|
-
link="#"
|
|
73
|
-
text="Contacts"
|
|
74
|
-
{...props}
|
|
75
|
-
/>
|
|
76
|
-
</Nav>
|
|
77
|
-
</Flex>
|
|
78
|
-
<Flex orientation="column">
|
|
79
|
-
<Caption
|
|
80
|
-
marginBottom="sm"
|
|
81
|
-
>
|
|
82
|
-
Bold Variant
|
|
83
|
-
</Caption>
|
|
84
|
-
<Nav
|
|
85
|
-
link="#"
|
|
86
|
-
variant="bold"
|
|
87
|
-
{...props}
|
|
88
|
-
>
|
|
89
|
-
<NavItem
|
|
90
|
-
link="#"
|
|
91
|
-
text="About"
|
|
92
|
-
{...props}
|
|
93
|
-
/>
|
|
94
|
-
<NavItem
|
|
95
|
-
active
|
|
96
|
-
link="#"
|
|
97
|
-
text="Case Studies"
|
|
98
|
-
{...props}
|
|
99
|
-
/>
|
|
100
|
-
<NavItem
|
|
101
|
-
disabled
|
|
102
|
-
link="#"
|
|
103
|
-
text="Service"
|
|
104
|
-
{...props}
|
|
105
|
-
/>
|
|
106
|
-
<NavItem
|
|
107
|
-
link="#"
|
|
108
|
-
text="Contacts"
|
|
109
|
-
{...props}
|
|
110
|
-
/>
|
|
111
|
-
</Nav>
|
|
112
|
-
</Flex>
|
|
113
|
-
</Flex>
|
|
114
|
-
)
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
export default VerticalNavDisabled
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Use the `disabled` prop on a `navItem`/`nav_item` within a vertical nav to set it as disabled. This will render the UI as disabled, prevent clicks and not allow for tabIndex to access the item.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
In order to use this kit, 'highcharts' and 'highcharts-react-official' must be installed in your repo.
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
Highcharts provides many options for customizing the legend display. This example showcases the following:
|
|
2
|
-
|
|
3
|
-
`align` can be used to align the legend left, right or center (defaults to center)
|
|
4
|
-
|
|
5
|
-
`verticalAlign` can be used to place the legend above the graph. Options are top, middle, bottom with default set to bottom
|
|
6
|
-
|
|
7
|
-
`layout` determines the position of the legend items. Options are horizontal, vertical or proximate with default set to horizontal `layout: proximate` will place the legend items as close as possible to the graphs they're representing. It will also determine whether to place the legend above/below or on the side of the plot area, if the legend is in a corner.
|
|
8
|
-
|
|
9
|
-
`x` offsets the legend relative to its horizontal alignment. Negative x moves it to the left, positive x moves it to the right (defaults to 0)
|
|
10
|
-
|
|
11
|
-
`y` offsets the legend relative to its vertical alignment. Negative y moves it up, positive y moves it down (defaults to 0)
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
In order to use this kit, 'highcharts' and 'highcharts-react-official' must be installed in your repo.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
In order to use this kit, 'highcharts' and 'highcharts-react-official' must be installed in your repo.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
In order to use this kit, 'highcharts' and 'highcharts-react-official' must be installed in your repo.
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
import React, { useState } from "react";
|
|
2
|
-
import PbReactPopover from "../_popover";
|
|
3
|
-
import Body from "../../pb_body/_body";
|
|
4
|
-
import Flex from "../../pb_flex/_flex";
|
|
5
|
-
import CircleIconButton from "../../pb_circle_icon_button/_circle_icon_button";
|
|
6
|
-
|
|
7
|
-
const PopoverAppendTo = (props) => {
|
|
8
|
-
const [showParentPopover, setShowParentPopover] = useState(false);
|
|
9
|
-
const [showSelectorPopover, setShowSelectorPopover] = useState(false);
|
|
10
|
-
|
|
11
|
-
const parentPopoverReference = (
|
|
12
|
-
<CircleIconButton
|
|
13
|
-
icon="info"
|
|
14
|
-
onClick={() => setShowParentPopover(!showParentPopover)}
|
|
15
|
-
variant="secondary"
|
|
16
|
-
/>
|
|
17
|
-
);
|
|
18
|
-
|
|
19
|
-
const selectorPopoverReference = (
|
|
20
|
-
<CircleIconButton
|
|
21
|
-
icon="info"
|
|
22
|
-
onClick={() => setShowSelectorPopover(!showSelectorPopover)}
|
|
23
|
-
variant="secondary"
|
|
24
|
-
/>
|
|
25
|
-
);
|
|
26
|
-
|
|
27
|
-
return (
|
|
28
|
-
<>
|
|
29
|
-
<Flex
|
|
30
|
-
marginBottom="md"
|
|
31
|
-
orientation="row"
|
|
32
|
-
vertical="center"
|
|
33
|
-
{...props}
|
|
34
|
-
>
|
|
35
|
-
<Body text="Click info for more details" />
|
|
36
|
-
|
|
37
|
-
<PbReactPopover
|
|
38
|
-
appendTo="parent"
|
|
39
|
-
offset
|
|
40
|
-
placement="top"
|
|
41
|
-
reference={parentPopoverReference}
|
|
42
|
-
show={showParentPopover}
|
|
43
|
-
{...props}
|
|
44
|
-
>
|
|
45
|
-
{'I\'m a popover. I have been appended to my parent element.'}
|
|
46
|
-
</PbReactPopover>
|
|
47
|
-
</Flex>
|
|
48
|
-
|
|
49
|
-
<Flex
|
|
50
|
-
orientation="row"
|
|
51
|
-
vertical="center"
|
|
52
|
-
{...props}
|
|
53
|
-
>
|
|
54
|
-
<Body text="Click info for more details" />
|
|
55
|
-
|
|
56
|
-
<PbReactPopover
|
|
57
|
-
appendTo=".kit-show-wrapper"
|
|
58
|
-
offset
|
|
59
|
-
placement="top"
|
|
60
|
-
reference={selectorPopoverReference}
|
|
61
|
-
show={showSelectorPopover}
|
|
62
|
-
{...props}
|
|
63
|
-
>
|
|
64
|
-
{'I\'m a popover. I have been appended to the .kit-show-wrapper.'}
|
|
65
|
-
</PbReactPopover>
|
|
66
|
-
</Flex>
|
|
67
|
-
</>
|
|
68
|
-
);
|
|
69
|
-
};
|
|
70
|
-
|
|
71
|
-
export default PopoverAppendTo;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
By default, the popover tooltip attaches to the `<body>`. To attach it elsewhere, use the `appendTo` prop. Set it to `"parent"` to place the tooltip inside its parent element, or pass any CSS selector (`#id` or `.class`) to specify a custom container.
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
<% content = capture do %>
|
|
2
|
-
<%= pb_rails("card", props: { border_none: true, border_radius: "none", padding: "md" }) do %>
|
|
3
|
-
<%= pb_rails("body", props: { text: "Nested content inside a Table Row" }) %>
|
|
4
|
-
<% end %>
|
|
5
|
-
<% end %>
|
|
6
|
-
|
|
7
|
-
<%= pb_rails("table", props: { size: "sm" }) do %>
|
|
8
|
-
<%= pb_rails("table/table_head") do %>
|
|
9
|
-
<%= pb_rails("table/table_row") do %>
|
|
10
|
-
<%= pb_rails("table/table_header", props: { text: "Column 1"}) %>
|
|
11
|
-
<%= pb_rails("table/table_header", props: { text: "Column 2"}) %>
|
|
12
|
-
<%= pb_rails("table/table_header", props: { text: "Column 3"}) %>
|
|
13
|
-
<%= pb_rails("table/table_header", props: { text: "Column 4"}) %>
|
|
14
|
-
<%= pb_rails("table/table_header", props: { text: "Column 5"}) %>
|
|
15
|
-
<%= pb_rails("table/table_header", props: { text: ""}) %>
|
|
16
|
-
<% end %>
|
|
17
|
-
<% end %>
|
|
18
|
-
<%= pb_rails("table/table_body") do %>
|
|
19
|
-
<%= pb_rails("table/table_row", props: { collapsible: true, collapsible_content: content, collapsible_side_highlight: true, id: "11" }) do %>
|
|
20
|
-
<%= pb_rails("table/table_cell", props: { text: "Value 1", html_options: { onclick: "toggleArrows()" }}) %>
|
|
21
|
-
<%= pb_rails("table/table_cell", props: { text: "Value 2", html_options: { onclick: "toggleArrows()" }}) %>
|
|
22
|
-
<%= pb_rails("table/table_cell", props: { text: "Value 3", html_options: { onclick: "toggleArrows()" }}) %>
|
|
23
|
-
<%= pb_rails("table/table_cell", props: { text: "Value 4", html_options: { onclick: "toggleArrows()" }}) %>
|
|
24
|
-
<%= pb_rails("table/table_cell", props: { text: "Value 5", html_options: { onclick: "toggleArrows()" }}) %>
|
|
25
|
-
<%= pb_rails("table/table_cell", props: { text_align: "right", html_options: { onclick: "toggleArrows()" }}) do %>
|
|
26
|
-
<%= pb_rails("icon", props: {id: "chevron-icon-down", icon: "chevron-down", fixed_width: true, color: "primary" }) %>
|
|
27
|
-
<%= pb_rails("icon", props: {id: "chevron-icon-up", icon: "chevron-up", fixed_width: true, color: "primary" }) %>
|
|
28
|
-
<% end %>
|
|
29
|
-
<% end %>
|
|
30
|
-
<%= pb_rails("table/table_row") do %>
|
|
31
|
-
<%= pb_rails("table/table_cell", props: { text: "Value 1"}) %>
|
|
32
|
-
<%= pb_rails("table/table_cell", props: { text: "Value 2"}) %>
|
|
33
|
-
<%= pb_rails("table/table_cell", props: { text: "Value 3"}) %>
|
|
34
|
-
<%= pb_rails("table/table_cell", props: { text: "Value 4"}) %>
|
|
35
|
-
<%= pb_rails("table/table_cell", props: { text: "Value 5"}) %>
|
|
36
|
-
<%= pb_rails("table/table_cell", props: { text: ""}) %>
|
|
37
|
-
<% end %>
|
|
38
|
-
<%= pb_rails("table/table_row") do %>
|
|
39
|
-
<%= pb_rails("table/table_cell", props: { text: "Value 1"}) %>
|
|
40
|
-
<%= pb_rails("table/table_cell", props: { text: "Value 2"}) %>
|
|
41
|
-
<%= pb_rails("table/table_cell", props: { text: "Value 3"}) %>
|
|
42
|
-
<%= pb_rails("table/table_cell", props: { text: "Value 4"}) %>
|
|
43
|
-
<%= pb_rails("table/table_cell", props: { text: "Value 5"}) %>
|
|
44
|
-
<%= pb_rails("table/table_cell", props: { text: ""}) %>
|
|
45
|
-
<% end %>
|
|
46
|
-
<% end %>
|
|
47
|
-
<% end %>
|
|
48
|
-
|
|
49
|
-
<script>
|
|
50
|
-
const downArrow = document.getElementById("chevron-icon-down");
|
|
51
|
-
const upArrow = document.getElementById("chevron-icon-up");
|
|
52
|
-
|
|
53
|
-
upArrow.style.display = upArrow.style.display === 'none' ? 'inline-block' : 'none';
|
|
54
|
-
|
|
55
|
-
function toggleArrows() {
|
|
56
|
-
if (downArrow) {
|
|
57
|
-
downArrow.style.display = downArrow.style.display === 'none' ? 'inline-block' : 'none';
|
|
58
|
-
}
|
|
59
|
-
if (upArrow) {
|
|
60
|
-
upArrow.style.display = upArrow.style.display === 'none' ? 'inline-block' : 'none';
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
</script>
|
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
import React, { useState } from 'react'
|
|
2
|
-
import Table from '../_table'
|
|
3
|
-
import Icon from '../../pb_icon/_icon'
|
|
4
|
-
import Card from '../../pb_card/_card'
|
|
5
|
-
import Body from '../../pb_body/_body'
|
|
6
|
-
|
|
7
|
-
const TableWithDynamicCollapsible = (props) => {
|
|
8
|
-
|
|
9
|
-
const [isOpen, setIsOpen] = useState(false);
|
|
10
|
-
|
|
11
|
-
const handleToggleArrows = () => {
|
|
12
|
-
setIsOpen(!isOpen)
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
const Content = () => {
|
|
16
|
-
return (
|
|
17
|
-
<Card
|
|
18
|
-
borderNone
|
|
19
|
-
borderRadius="none"
|
|
20
|
-
padding="md"
|
|
21
|
-
{...props}
|
|
22
|
-
>
|
|
23
|
-
<Body {...props}>Nested content inside a Table Row</Body>
|
|
24
|
-
</Card>
|
|
25
|
-
);
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
return (
|
|
29
|
-
<Table
|
|
30
|
-
size="sm"
|
|
31
|
-
{...props}
|
|
32
|
-
>
|
|
33
|
-
<Table.Head>
|
|
34
|
-
<Table.Row>
|
|
35
|
-
<Table.Header>{'Column 1'}</Table.Header>
|
|
36
|
-
<Table.Header>{'Column 2'}</Table.Header>
|
|
37
|
-
<Table.Header>{'Column 3'}</Table.Header>
|
|
38
|
-
<Table.Header>{'Column 4'}</Table.Header>
|
|
39
|
-
<Table.Header>{'Column 5'}</Table.Header>
|
|
40
|
-
<Table.Header>{''}</Table.Header>
|
|
41
|
-
</Table.Row>
|
|
42
|
-
|
|
43
|
-
</Table.Head>
|
|
44
|
-
<Table.Body>
|
|
45
|
-
|
|
46
|
-
<Table.Row collapsible
|
|
47
|
-
collapsibleContent={<Content />}
|
|
48
|
-
{...props}
|
|
49
|
-
>
|
|
50
|
-
<Table.Cell htmlOptions={{ onClick: handleToggleArrows }}>{'Value 1'}</Table.Cell>
|
|
51
|
-
<Table.Cell htmlOptions={{ onClick: handleToggleArrows }}>{'Value 2'}</Table.Cell>
|
|
52
|
-
<Table.Cell htmlOptions={{ onClick: handleToggleArrows }}>{'Value 3'}</Table.Cell>
|
|
53
|
-
<Table.Cell htmlOptions={{ onClick: handleToggleArrows }}>{'Value 4'}</Table.Cell>
|
|
54
|
-
<Table.Cell htmlOptions={{ onClick: handleToggleArrows }}>{'Value 5'}</Table.Cell>
|
|
55
|
-
<Table.Cell
|
|
56
|
-
htmlOptions={{ onClick: handleToggleArrows }}
|
|
57
|
-
textAlign="right"
|
|
58
|
-
>
|
|
59
|
-
{
|
|
60
|
-
<Icon
|
|
61
|
-
color="primary"
|
|
62
|
-
fixedWidth
|
|
63
|
-
icon={isOpen ? 'chevron-up' : 'chevron-down'}
|
|
64
|
-
/>}
|
|
65
|
-
</Table.Cell>
|
|
66
|
-
|
|
67
|
-
</Table.Row>
|
|
68
|
-
<Table.Row>
|
|
69
|
-
<Table.Cell>{'Value 1'}</Table.Cell>
|
|
70
|
-
<Table.Cell>{'Value 2'}</Table.Cell>
|
|
71
|
-
<Table.Cell>{'Value 3'}</Table.Cell>
|
|
72
|
-
<Table.Cell>{'Value 4'}</Table.Cell>
|
|
73
|
-
<Table.Cell>{'Value 5'}</Table.Cell>
|
|
74
|
-
<Table.Cell>{''}</Table.Cell>
|
|
75
|
-
</Table.Row>
|
|
76
|
-
<Table.Row>
|
|
77
|
-
<Table.Cell>{'Value 1'}</Table.Cell>
|
|
78
|
-
<Table.Cell>{'Value 2'}</Table.Cell>
|
|
79
|
-
<Table.Cell>{'Value 3'}</Table.Cell>
|
|
80
|
-
<Table.Cell>{'Value 4'}</Table.Cell>
|
|
81
|
-
<Table.Cell>{'Value 5'}</Table.Cell>
|
|
82
|
-
<Table.Cell>{''}</Table.Cell>
|
|
83
|
-
</Table.Row>
|
|
84
|
-
</Table.Body>
|
|
85
|
-
</Table>
|
|
86
|
-
)
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
export default TableWithDynamicCollapsible
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
The `collapsible` prop can be used on any Table Row to add a collapsible area. Use the additional `collapsible_content` prop to add any content to the collapsible Row.
|
|
2
|
-
Please be aware that you will need to pass in an `id` to any table rows you want to be collapsible. Make sure every `id` is unique if you are using multipe collapsibles.
|
|
3
|
-
|
|
4
|
-
Follow this example to make the icons dynamic following the state of the collapsible.
|