playbook_ui 13.21.0.pre.alpha.PBNTR225advancedtablefeedback2438 → 13.21.0.pre.alpha.PLAY12582474
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/pb_advanced_table/README.md +2 -2
- data/app/pb_kits/playbook/pb_advanced_table/Utilities/ExpansionControlHelpers.tsx +20 -35
- data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.scss +7 -2
- data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.tsx +6 -7
- data/app/pb_kits/playbook/pb_advanced_table/advanced_table.html.erb +14 -0
- data/app/pb_kits/playbook/pb_advanced_table/advanced_table.rb +19 -0
- data/app/pb_kits/playbook/pb_advanced_table/advanced_table.test.jsx +16 -10
- data/app/pb_kits/playbook/pb_advanced_table/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_advanced_table/table_body.html.erb +9 -0
- data/app/pb_kits/playbook/pb_advanced_table/table_body.rb +30 -0
- data/app/pb_kits/playbook/pb_advanced_table/table_header.html.erb +20 -0
- data/app/pb_kits/playbook/pb_advanced_table/table_header.rb +21 -0
- data/app/pb_kits/playbook/pb_advanced_table/table_row.html.erb +37 -0
- data/app/pb_kits/playbook/pb_advanced_table/table_row.rb +32 -0
- 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_crumbs.scss +0 -7
- 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/button.rb +2 -3
- 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_picker/date_picker.html.erb +2 -1
- data/app/pb_kits/playbook/pb_date_picker/date_picker_helper.ts +9 -7
- 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.scss +8 -3
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/_fixed_confirmation_toast.tsx +1 -0
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_multi_line.html.erb +51 -1
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_multi_line.jsx +62 -11
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_positions.html.erb +7 -2
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/fixed_confirmation_toast.html.erb +4 -3
- data/app/pb_kits/playbook/pb_flex/docs/_flex_spacing.html.erb +0 -4
- 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.tsx +1 -0
- data/app/pb_kits/playbook/pb_icon/icon.html.erb +2 -1
- data/app/pb_kits/playbook/pb_icon/icon.rb +3 -3
- 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/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.html.erb +4 -2
- 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/dist/playbook-rails.js +4 -4
- data/lib/playbook/kit_base.rb +18 -0
- data/lib/playbook/version.rb +1 -1
- metadata +23 -15
@@ -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
|
<% if object.stat_label.present? %>
|
7
8
|
<%= pb_rails("body", props: { color: "light", text: object.stat_label } ) %>
|
8
9
|
<% end %>
|
@@ -1,4 +1,5 @@
|
|
1
1
|
import flatpickr from 'flatpickr'
|
2
|
+
import { Instance } from "flatpickr/dist/types/instance"
|
2
3
|
import { BaseOptions } from 'flatpickr/dist/types/options'
|
3
4
|
import monthSelectPlugin from 'flatpickr/dist/plugins/monthSelect'
|
4
5
|
import weekSelect from "flatpickr/dist/plugins/weekSelect/weekSelect"
|
@@ -165,9 +166,9 @@ const datePickerHelper = (config: DatePickerConfig, scrollContainer: string | HT
|
|
165
166
|
}
|
166
167
|
|
167
168
|
// two way binding
|
168
|
-
const
|
169
|
-
|
170
|
-
|
169
|
+
const yearChangeHook = (fp: Instance) => {
|
170
|
+
const yearInput = document.querySelector(`#year-${fp.input.id}`) as HTMLInputElement
|
171
|
+
yearInput.value = fp.currentYear?.toString()
|
171
172
|
}
|
172
173
|
|
173
174
|
// ===========================================================
|
@@ -199,11 +200,12 @@ const datePickerHelper = (config: DatePickerConfig, scrollContainer: string | HT
|
|
199
200
|
if (!staticPosition && scrollContainer) detachFromScroll(scrollContainer as HTMLElement)
|
200
201
|
onClose(selectedDates, dateStr)
|
201
202
|
}],
|
202
|
-
onChange: [(selectedDates, dateStr) => {
|
203
|
+
onChange: [(selectedDates, dateStr, fp) => {
|
204
|
+
yearChangeHook(fp)
|
203
205
|
onChange(dateStr, selectedDates)
|
204
206
|
}],
|
205
|
-
onYearChange: [() => {
|
206
|
-
yearChangeHook()
|
207
|
+
onYearChange: [(_selectedDates, _dateStr, fp) => {
|
208
|
+
yearChangeHook(fp)
|
207
209
|
}],
|
208
210
|
plugins: setPlugins(thisRangesEndToday, customQuickPickDates),
|
209
211
|
position,
|
@@ -248,7 +250,7 @@ const datePickerHelper = (config: DatePickerConfig, scrollContainer: string | HT
|
|
248
250
|
/* Reset date picker to default value on form.reset() */
|
249
251
|
if (defaultDate){
|
250
252
|
picker.setDate(defaultDate)
|
251
|
-
yearChangeHook()
|
253
|
+
yearChangeHook(picker)
|
252
254
|
}
|
253
255
|
}, 0)
|
254
256
|
})
|
@@ -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_date_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: "calendar-alt", fixed_width: true, size: object.size, classname: "pb_date_range_inline_icon" }) }) %>
|
@@ -2,7 +2,8 @@
|
|
2
2
|
id: object.id,
|
3
3
|
data: object.data,
|
4
4
|
class: object.classname,
|
5
|
-
aria: object.aria
|
5
|
+
aria: object.aria,
|
6
|
+
**combined_html_options) do %>
|
6
7
|
|
7
8
|
<%= pb_rails("flex", props: {classname: "flex-container", vertical: "stretch"}) do %>
|
8
9
|
<%= pb_rails("body", props: {classname: "flex-item"}) do %>
|
@@ -14,4 +15,4 @@
|
|
14
15
|
<% end %>
|
15
16
|
<% end %>
|
16
17
|
|
17
|
-
<% end %>
|
18
|
+
<% 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
|
<%= pb_rails("title", props: { text: object.day_month, size: 4, dark: object.dark }) %>
|
6
7
|
<%= pb_rails("body", props: { text: object.year, size: 4, color: "light", dark: object.dark }) %>
|
7
8
|
<% end %>
|
@@ -3,7 +3,8 @@
|
|
3
3
|
aria: object.aria,
|
4
4
|
data: object.data,
|
5
5
|
id: object.id,
|
6
|
-
class: object.classname
|
6
|
+
class: object.classname,
|
7
|
+
**combined_html_options) do %>
|
7
8
|
<% if object.status === "" && object.title %>
|
8
9
|
<%= pb_rails("dialog/dialog_header", props: { title: object.title, id: object.id }) %>
|
9
10
|
<% end %>
|
@@ -1,7 +1,8 @@
|
|
1
1
|
<%= content_tag(:div,
|
2
2
|
id: object.id,
|
3
3
|
data: object.data,
|
4
|
-
aria: object.aria
|
4
|
+
aria: object.aria,
|
5
|
+
**combined_html_options) do %>
|
5
6
|
<% if object.confirm_button && object.cancel_button %>
|
6
7
|
<div class="dialog-pseudo-footer"></div>
|
7
8
|
<%= pb_rails("flex", props: { classname:object.classname, spacing:"between", padding_x:"sm", padding:"sm", padding_bottom:"sm" }) do %>
|
@@ -2,7 +2,8 @@
|
|
2
2
|
id: object.id,
|
3
3
|
data: object.data,
|
4
4
|
class: object.sticky_header,
|
5
|
-
aria: object.aria
|
5
|
+
aria: object.aria,
|
6
|
+
**combined_html_options) do %>
|
6
7
|
<%= pb_rails("flex", props: {classname:object.classname, spacing:"between", padding:"sm", align:"center"}) do %>
|
7
8
|
<%= content.presence || object.title %>
|
8
9
|
|
@@ -11,4 +12,4 @@
|
|
11
12
|
</button>
|
12
13
|
<% end %>
|
13
14
|
<%= pb_rails("section_separator") %>
|
14
|
-
<% end %>
|
15
|
+
<% end %>
|
@@ -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("form_group", props: {cursor: "pointer", full_width: object.full_width}) do %>
|
7
8
|
<label for="upload-<%= object.id %>" class="pb_button_kit_secondary_inline_enabled"><%= "#{object.label}" %></label>
|
8
9
|
<%= pb_rails("text_input", props: {
|
@@ -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
|
<%= object.wrapper do %>
|
6
7
|
<%= pb_rails("flex", props: { orientation: "row", padding_right: "lg", vertical: "center" }) do %>
|
7
8
|
<% if (object.template != "sort_only") %>
|
@@ -36,6 +36,8 @@ $confirmation_toast_colors: (
|
|
36
36
|
z-index: $z_9;
|
37
37
|
display: flex;
|
38
38
|
justify-content: space-around;
|
39
|
+
max-width: max-content;
|
40
|
+
width: 90%;
|
39
41
|
|
40
42
|
&.top {
|
41
43
|
top: $space_md;
|
@@ -82,9 +84,12 @@ $confirmation_toast_colors: (
|
|
82
84
|
|
83
85
|
&[class*=_multi_line] .pb_fixed_confirmation_toast_text {
|
84
86
|
color: $white;
|
85
|
-
|
86
|
-
|
87
|
-
|
87
|
+
overflow: hidden;
|
88
|
+
display: -webkit-box;
|
89
|
+
-webkit-line-clamp: 3;
|
90
|
+
-webkit-box-orient: vertical;
|
91
|
+
white-space: normal;
|
92
|
+
text-align: left;
|
88
93
|
}
|
89
94
|
}
|
90
95
|
}
|
@@ -1,5 +1,55 @@
|
|
1
|
+
<%= pb_rails("button", props: { text: "Short Multiline", variant: "secondary", data: { multitoast: "#toast-short" } }) %>
|
2
|
+
|
1
3
|
<%= pb_rails("fixed_confirmation_toast", props: {
|
4
|
+
classname: "multitoast-to-hide",
|
5
|
+
closeable: true,
|
6
|
+
id: "toast-short",
|
2
7
|
multi_line: true,
|
3
|
-
text: "
|
8
|
+
text: "Multi-line is used when the given text will not fit on one line.",
|
4
9
|
status: "tip",
|
10
|
+
vertical: "top",
|
11
|
+
horizontal: "center"
|
5
12
|
}) %>
|
13
|
+
|
14
|
+
<%= pb_rails("button", props: { text: "Long Multiline", variant: "secondary", data: { multitoast: "#toast-long" } }) %>
|
15
|
+
|
16
|
+
<%= pb_rails("fixed_confirmation_toast", props: {
|
17
|
+
classname: "multitoast-to-hide",
|
18
|
+
closeable: true,
|
19
|
+
id: "toast-long",
|
20
|
+
multi_line: true,
|
21
|
+
text: "Multi-line is used when the given text will not fit on one line. Using Multi Line allows the height of the confirmation toast to grow. Simply resize the screen to see the fixed confirmation toast wrap the text.",
|
22
|
+
status: "tip",
|
23
|
+
vertical: "top",
|
24
|
+
horizontal: "center"
|
25
|
+
}) %>
|
26
|
+
|
27
|
+
|
28
|
+
<script type="text/javascript">
|
29
|
+
const multitoasts = document.querySelectorAll(".multitoast-to-hide")
|
30
|
+
const multibuttons = document.querySelectorAll("button[data-multitoast]")
|
31
|
+
|
32
|
+
const hideMultiToasts = () => {
|
33
|
+
multitoasts.forEach((toast) => {
|
34
|
+
toast.style.display = "none"
|
35
|
+
})
|
36
|
+
}
|
37
|
+
|
38
|
+
multibuttons.forEach((button) => {
|
39
|
+
button.onclick = () => {
|
40
|
+
hideMultiToasts()
|
41
|
+
let toast = document.querySelector(button.getAttribute("data-multitoast"))
|
42
|
+
|
43
|
+
if (toast) {
|
44
|
+
toast.style.display = "flex"
|
45
|
+
}
|
46
|
+
}
|
47
|
+
})
|
48
|
+
</script>
|
49
|
+
|
50
|
+
<!-- hiding toast on page load -->
|
51
|
+
<style>
|
52
|
+
#toast-long, #toast-short {
|
53
|
+
display: none;
|
54
|
+
}
|
55
|
+
</style>
|
data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_fixed_confirmation_toast_multi_line.jsx
CHANGED
@@ -1,18 +1,69 @@
|
|
1
|
-
import React from 'react'
|
1
|
+
import React, { useState } from 'react'
|
2
2
|
|
3
|
+
import Button from '../../pb_button/_button'
|
3
4
|
import FixedConfirmationToast from '../_fixed_confirmation_toast'
|
4
5
|
|
5
6
|
const FixedConfirmationToastMultiLine = (props) => {
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
7
|
+
|
8
|
+
const [openShort, setOpenShort] = useState(false)
|
9
|
+
const [openLong, setOpenLong] = useState(false)
|
10
|
+
|
11
|
+
const handleClickShort = () => {
|
12
|
+
setOpenShort(true)
|
13
|
+
}
|
14
|
+
const handleClickLong= () => {
|
15
|
+
setOpenLong(true)
|
16
|
+
}
|
17
|
+
|
18
|
+
const handleCloseShort = () => {
|
19
|
+
setOpenShort(false)
|
20
|
+
}
|
21
|
+
|
22
|
+
const handleCloseLong= () => {
|
23
|
+
setOpenLong(false)
|
24
|
+
}
|
25
|
+
|
26
|
+
return (
|
27
|
+
<>
|
28
|
+
<Button
|
29
|
+
onClick={handleClickShort}
|
30
|
+
text="Short Multiline"
|
31
|
+
variant="secondary"
|
32
|
+
{...props}
|
33
|
+
/>
|
34
|
+
{' '}
|
35
|
+
<Button
|
36
|
+
onClick={handleClickLong}
|
37
|
+
text="Long Multiline"
|
38
|
+
variant="secondary"
|
39
|
+
{...props}
|
40
|
+
/>
|
41
|
+
|
42
|
+
<FixedConfirmationToast
|
43
|
+
closeable
|
44
|
+
horizontal='center'
|
45
|
+
multiLine
|
46
|
+
onClose={handleCloseShort}
|
47
|
+
open={openShort}
|
48
|
+
status='tip'
|
49
|
+
text='Multi-line is used when the given text will not fit on one line.'
|
50
|
+
vertical='top'
|
51
|
+
{...props}
|
52
|
+
/>
|
53
|
+
|
54
|
+
<FixedConfirmationToast
|
55
|
+
closeable
|
56
|
+
horizontal='center'
|
57
|
+
multiLine
|
58
|
+
onClose={handleCloseLong}
|
59
|
+
open={openLong}
|
60
|
+
status='tip'
|
61
|
+
text='Multi-line is used when the given text will not fit on one line. Using Multi Line allows the height of the confirmation toast to grow. Simply resize the screen to see the fixed confirmation toast wrap the text.'
|
62
|
+
vertical='top'
|
63
|
+
{...props}
|
64
|
+
/>
|
65
|
+
</>
|
66
|
+
)
|
16
67
|
}
|
17
68
|
|
18
69
|
export default FixedConfirmationToastMultiLine
|
@@ -75,8 +75,6 @@
|
|
75
75
|
})
|
76
76
|
}
|
77
77
|
|
78
|
-
hideToasts()
|
79
|
-
|
80
78
|
buttons.forEach((button) => {
|
81
79
|
button.onclick = () => {
|
82
80
|
hideToasts()
|
@@ -88,3 +86,10 @@
|
|
88
86
|
}
|
89
87
|
})
|
90
88
|
</script>
|
89
|
+
|
90
|
+
<!-- hiding toast on page load -->
|
91
|
+
<style>
|
92
|
+
#toast-top-center, #toast-top-right, #toast-top-left, #toast-bottom-center, #toast-bottom-right, #toast-bottom-left {
|
93
|
+
display: none;
|
94
|
+
}
|
95
|
+
</style>
|
@@ -2,14 +2,15 @@
|
|
2
2
|
aria: object.aria,
|
3
3
|
id: object.id,
|
4
4
|
data: object.data,
|
5
|
-
class: object.classname
|
5
|
+
class: object.classname,
|
6
|
+
**combined_html_options) do %>
|
6
7
|
<%= pb_rails("icon", props: { icon: object.icon_value, classname: "pb_icon", fixed_width: true }) %>
|
7
8
|
|
8
9
|
<% if content %>
|
9
10
|
<%= content %>
|
10
11
|
<% elsif object.show_text? %>
|
11
|
-
<%= pb_rails("title", props: { text: object.text, size: 4, classname: "pb_fixed_confirmation_toast_text" }) %>
|
12
|
+
<%= pb_rails("title", props: { text: object.text, size: 4, flex: "1", classname: "pb_fixed_confirmation_toast_text" }) %>
|
12
13
|
<% end %>
|
13
14
|
|
14
|
-
<%= pb_rails("icon", props: { icon: "times", classname: "pb_icon", cursor: "pointer" }) if object.closeable %>
|
15
|
+
<%= pb_rails("icon", props: { icon: "times", classname: "pb_icon", cursor: "pointer", fixed_width: true }) if object.closeable %>
|
15
16
|
<% end %>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
<%= content_tag(:div, id: object.id, data: object.data, class: object.classname + object.size_class) do %>
|
1
|
+
<%= content_tag(:div, id: object.id, data: object.data, class: object.classname + object.size_class, **combined_html_options) do %>
|
2
2
|
<% if object.name.present? %>
|
3
3
|
<%= pb_rails("avatar", props: { name: object.name, image_url: object.avatar_url, size: "xs" }) %>
|
4
4
|
<%= pb_rails("title", props: { text: object.name, size: 4, classname: "pb_form_pill_text" }) %>
|
@@ -9,4 +9,4 @@
|
|
9
9
|
<%= pb_rails("body", props: { classname: "pb_form_pill_close" }) do %>
|
10
10
|
<%= pb_rails("icon", props: { icon: 'times' , fixed_width: true }) %>
|
11
11
|
<% end %>
|
12
|
-
<% end %>
|
12
|
+
<% end %>
|
@@ -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
|
<%= link_to object.url, target: object.link_option do %>
|
7
8
|
<%= pb_rails("badge", props: { dark: object.dark, variant: "primary", text: object.hashtag_text }) %>
|
8
9
|
<% 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
|
<%= pb_rails("home_address_street/#{emphasis}_emphasis", props: object.send("#{emphasis}_emphasis_props")) %>
|
6
7
|
<% end %>
|
7
8
|
|
@@ -103,6 +103,7 @@ const Icon = (props: IconProps) => {
|
|
103
103
|
flipMap[flip],
|
104
104
|
(!iconElement && !customIcon) ? 'pb_icon_kit' : '',
|
105
105
|
(iconElement || customIcon) ? 'pb_custom_icon' : fontStyle,
|
106
|
+
iconElement ? 'svg-inline--fa' : '',
|
106
107
|
faClasses,
|
107
108
|
globalProps(props),
|
108
109
|
className
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# rubocop:disable Style/
|
3
|
+
# rubocop:disable Style/HashLikeCase
|
4
4
|
|
5
5
|
require "open-uri"
|
6
6
|
|
@@ -89,7 +89,7 @@ module Playbook
|
|
89
89
|
def render_svg
|
90
90
|
doc = Nokogiri::XML(URI.open(asset_path || icon || custom_icon)) # rubocop:disable Security/Open
|
91
91
|
svg = doc.at_css "svg"
|
92
|
-
svg["class"] =
|
92
|
+
svg["class"] = %w[pb_custom_icon svg-inline--fa].concat([object.custom_icon_classname]).join(" ")
|
93
93
|
svg["id"] = object.id
|
94
94
|
svg["data"] = object.data
|
95
95
|
svg["aria"] = object.aria
|
@@ -167,4 +167,4 @@ module Playbook
|
|
167
167
|
end
|
168
168
|
end
|
169
169
|
|
170
|
-
# rubocop:enable Style/
|
170
|
+
# rubocop:enable Style/HashLikeCase
|
@@ -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("body", props: { color: "light", dark: object.dark }) do %>
|
7
8
|
<%= pb_rails("icon", props: { icon: object.icon, fixed_width: true }) %>
|
8
9
|
<%= object.text %>
|
@@ -2,7 +2,8 @@
|
|
2
2
|
aria: object.aria,
|
3
3
|
id: object.id,
|
4
4
|
data: object.data,
|
5
|
-
class: object.classname
|
5
|
+
class: object.classname,
|
6
|
+
**combined_html_options) do %>
|
6
7
|
<%= pb_rails("caption", props: { text: object.label, classname: "pb_label_pill_label"}) %>
|
7
8
|
<%= pb_rails("pill", props: { text: object.pill_value, variant: object.variant, classname: "pb_label_pill_pill" }) %>
|
8
9
|
<% end %>
|
@@ -2,7 +2,8 @@
|
|
2
2
|
aria: object.aria,
|
3
3
|
id: object.id,
|
4
4
|
data: object.data,
|
5
|
-
class: object.classname
|
5
|
+
class: object.classname,
|
6
|
+
**combined_html_options) do %>
|
6
7
|
<%= pb_rails("caption", props: { text: object.label, dark: object.dark }) %>
|
7
8
|
<% if object.variant == "details" %>
|
8
9
|
<%= pb_rails("flex", props: {inline: true, vertical: "center"}) do %>
|
@@ -23,4 +24,4 @@
|
|
23
24
|
<% else %>
|
24
25
|
<%= pb_rails("body", props: { text: object.value, dark: object.dark }) if object.value.present? %>
|
25
26
|
<% end %>
|
26
|
-
<% end %>
|
27
|
+
<% end %>
|