playbook_ui 15.2.0.pre.alpha.PLAY2589advancedtableinlinerowloadingtoggleicon11644 → 15.2.0.pre.alpha.PLAY236711331
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/_playbook.scss +0 -2
- data/app/pb_kits/playbook/pb_advanced_table/Components/TableHeaderCell.tsx +1 -3
- data/app/pb_kits/playbook/pb_advanced_table/SubKits/TableHeader.tsx +0 -3
- data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.tsx +0 -3
- data/app/pb_kits/playbook/pb_advanced_table/advanced_table.html.erb +2 -2
- data/app/pb_kits/playbook/pb_advanced_table/advanced_table.test.jsx +0 -59
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta.md +1 -3
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta_sort.html.erb +3 -3
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta_subrow_headers.html.erb +3 -3
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_collapsible_trail_rails.html.erb +2 -2
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_column_headers_rails.html.erb +2 -2
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_rails.html.erb +2 -2
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_rails.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_inline_row_loading.jsx +0 -16
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_inline_row_loading.md +2 -11
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_row_styling_rails.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_row_styling_react.md +1 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_selectable_rows_rails.html.erb +2 -2
- data/app/pb_kits/playbook/pb_advanced_table/docs/example.yml +0 -3
- data/app/pb_kits/playbook/pb_advanced_table/index.js +1 -5
- data/app/pb_kits/playbook/pb_advanced_table/table_body.rb +6 -6
- data/app/pb_kits/playbook/pb_advanced_table/table_header.rb +6 -6
- data/app/pb_kits/playbook/pb_advanced_table/table_row.html.erb +2 -3
- data/app/pb_kits/playbook/pb_advanced_table/table_row.rb +5 -49
- data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_range_pattern.jsx +1 -1
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/_fixed_confirmation_toast.scss +1 -0
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/_fixed_confirmation_toast.tsx +3 -5
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_description.md +0 -2
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/fixed_confirmation_toast.rb +1 -4
- data/app/pb_kits/playbook/pb_fixed_confirmation_toast/fixed_confirmation_toast.test.js +0 -10
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_description.md +1 -1
- data/app/pb_kits/playbook/pb_phone_number_input/_phone_number_input.tsx +6 -25
- data/app/pb_kits/playbook/pb_rich_text_editor/TipTap/Toolbar.tsx +2 -41
- data/app/pb_kits/playbook/pb_rich_text_editor/TipTap/ToolbarDropdown.tsx +0 -1
- data/app/pb_kits/playbook/pb_rich_text_editor/_rich_text_editor.tsx +20 -60
- data/app/pb_kits/playbook/pb_rich_text_editor/_tiptap_styles.scss +0 -36
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/example.yml +2 -8
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/index.js +0 -6
- data/app/pb_kits/playbook/pb_rich_text_editor/rich_text_editor.test.js +1 -127
- data/app/pb_kits/playbook/pb_typeahead/_typeahead.test.jsx +1 -35
- data/app/pb_kits/playbook/pb_typeahead/_typeahead.tsx +2 -71
- data/app/pb_kits/playbook/pb_typeahead/docs/example.yml +0 -2
- data/app/pb_kits/playbook/pb_typeahead/docs/index.js +0 -1
- data/app/pb_kits/playbook/tokens/_positioning.scss +0 -1
- data/app/pb_kits/playbook/utilities/_positioning.scss +1 -6
- data/app/pb_kits/playbook/utilities/globalProps.ts +1 -3
- data/dist/chunks/{_line_graph-D5MBnrO9.js → _line_graph-AKTV-rqw.js} +1 -1
- data/dist/chunks/_typeahead-DCInCM2E.js +6 -0
- data/dist/chunks/{_weekday_stacked-BQrF2byq.js → _weekday_stacked-ByJl1kOQ.js} +3 -3
- data/dist/chunks/vendor.js +1 -1
- data/dist/menu.yml +0 -6
- data/dist/playbook-doc.js +2 -2
- 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/pb_forms_helper.rb +6 -7
- data/lib/playbook/version.rb +1 -1
- data/lib/playbook/z_index.rb +1 -1
- metadata +5 -64
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_control_rails.html.erb +0 -39
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_control_rails.md +0 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_per_row_rails.html.erb +0 -51
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_per_row_rails.md +0 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_rails.html.erb +0 -40
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_rails.md +0 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_mock_data_inline_loading_empty_children.js +0 -42
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_description.md +0 -3
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_description.md +0 -3
- data/app/pb_kits/playbook/pb_pb_gauge_chart/_pb_gauge_chart.scss +0 -3
- data/app/pb_kits/playbook/pb_pb_gauge_chart/_pb_gauge_chart.tsx +0 -69
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_description.md +0 -3
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_color.html.erb +0 -12
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_color.jsx +0 -24
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_color.md +0 -5
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_complex.html.erb +0 -45
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_complex.jsx +0 -119
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_complex.md +0 -1
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_default.html.erb +0 -5
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_default.jsx +0 -17
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_disable_animation.html.erb +0 -12
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_disable_animation.jsx +0 -24
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_full_circle.html.erb +0 -23
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_full_circle.jsx +0 -37
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_height.html.erb +0 -40
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_height.jsx +0 -56
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_live_data.jsx +0 -64
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_min_max.html.erb +0 -27
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_min_max.jsx +0 -40
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_min_max.md +0 -1
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_sizing.html.erb +0 -19
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_sizing.jsx +0 -65
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_sizing.md +0 -3
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_title.html.erb +0 -14
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_title.jsx +0 -27
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_units.html.erb +0 -39
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_units.jsx +0 -58
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_units.md +0 -1
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/example.yml +0 -29
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/index.js +0 -11
- data/app/pb_kits/playbook/pb_pb_gauge_chart/pbGaugeGraphTheme.ts +0 -91
- data/app/pb_kits/playbook/pb_pb_gauge_chart/pb_gauge_chart.html.erb +0 -1
- data/app/pb_kits/playbook/pb_pb_gauge_chart/pb_gauge_chart.rb +0 -25
- data/app/pb_kits/playbook/pb_pb_gauge_chart/pb_gauge_chart.test.jsx +0 -80
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_attributes.jsx +0 -38
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_attributes.md +0 -1
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_focus.jsx +0 -34
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_focus.md +0 -1
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_inline.jsx +0 -37
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_inline.md +0 -1
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_simple.jsx +0 -37
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_sticky.jsx +0 -38
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_sticky.md +0 -1
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_templates.jsx +0 -69
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_templates.md +0 -1
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_options.html.erb +0 -36
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_options.md +0 -1
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_value.jsx +0 -41
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_value.md +0 -1
- data/dist/chunks/_typeahead-BjYBazGq.js +0 -6
|
@@ -41,13 +41,12 @@ module Playbook
|
|
|
41
41
|
builder: ::Playbook::Forms::Builder
|
|
42
42
|
)
|
|
43
43
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
end
|
|
44
|
+
content_for(:pb_js, javascript_tag(<<~JS))
|
|
45
|
+
window.addEventListener("DOMContentLoaded", function() { PbFormValidation.start() })
|
|
46
|
+
window.addEventListener("DOMContentLoaded", () => formHelper())
|
|
47
|
+
JS
|
|
48
|
+
|
|
49
|
+
form_with(**options, &block)
|
|
51
50
|
end
|
|
52
51
|
end
|
|
53
52
|
end
|
data/lib/playbook/version.rb
CHANGED
data/lib/playbook/z_index.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: playbook_ui
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 15.2.0.pre.alpha.
|
|
4
|
+
version: 15.2.0.pre.alpha.PLAY236711331
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Power UX
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2025-10-
|
|
12
|
+
date: 2025-10-13 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: actionpack
|
|
@@ -273,8 +273,6 @@ files:
|
|
|
273
273
|
- app/pb_kits/playbook/pb_advanced_table/advanced_table.rb
|
|
274
274
|
- app/pb_kits/playbook/pb_advanced_table/advanced_table.test.jsx
|
|
275
275
|
- app/pb_kits/playbook/pb_advanced_table/advanced_table_action_bar.js
|
|
276
|
-
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_control_rails.html.erb
|
|
277
|
-
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_control_rails.md
|
|
278
276
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta.html.erb
|
|
279
277
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta.md
|
|
280
278
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta_sort.html.erb
|
|
@@ -344,10 +342,6 @@ files:
|
|
|
344
342
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control.md
|
|
345
343
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_per_row.jsx
|
|
346
344
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_per_row.md
|
|
347
|
-
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_per_row_rails.html.erb
|
|
348
|
-
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_per_row_rails.md
|
|
349
|
-
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_rails.html.erb
|
|
350
|
-
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_rails.md
|
|
351
345
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_pagination.jsx
|
|
352
346
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_pagination.md
|
|
353
347
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_pagination_with_props.jsx
|
|
@@ -414,7 +408,6 @@ files:
|
|
|
414
408
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_with_custom_header_rails.html.erb
|
|
415
409
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_with_custom_header_rails.md
|
|
416
410
|
- app/pb_kits/playbook/pb_advanced_table/docs/_mock_data_inline_loading.js
|
|
417
|
-
- app/pb_kits/playbook/pb_advanced_table/docs/_mock_data_inline_loading_empty_children.js
|
|
418
411
|
- app/pb_kits/playbook/pb_advanced_table/docs/advanced_table_mock_data.json
|
|
419
412
|
- app/pb_kits/playbook/pb_advanced_table/docs/advanced_table_mock_data_infinite_scroll.json
|
|
420
413
|
- app/pb_kits/playbook/pb_advanced_table/docs/advanced_table_mock_data_no_subrows.json
|
|
@@ -2419,7 +2412,6 @@ files:
|
|
|
2419
2412
|
- app/pb_kits/playbook/pb_passphrase/passphrase.test.jsx
|
|
2420
2413
|
- app/pb_kits/playbook/pb_pb_bar_graph/_pb_bar_graph.scss
|
|
2421
2414
|
- app/pb_kits/playbook/pb_pb_bar_graph/_pb_bar_graph.tsx
|
|
2422
|
-
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_description.md
|
|
2423
2415
|
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_colors.html.erb
|
|
2424
2416
|
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_colors.jsx
|
|
2425
2417
|
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_colors_rails.md
|
|
@@ -2453,7 +2445,6 @@ files:
|
|
|
2453
2445
|
- app/pb_kits/playbook/pb_pb_bar_graph/pbbargraph.test.jsx
|
|
2454
2446
|
- app/pb_kits/playbook/pb_pb_circle_chart/_pb_circle_chart.scss
|
|
2455
2447
|
- app/pb_kits/playbook/pb_pb_circle_chart/_pb_circle_chart.tsx
|
|
2456
|
-
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_description.md
|
|
2457
2448
|
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_block_content.html.erb
|
|
2458
2449
|
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_block_content.jsx
|
|
2459
2450
|
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_color_overrides.html.erb
|
|
@@ -2484,41 +2475,6 @@ files:
|
|
|
2484
2475
|
- app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.html.erb
|
|
2485
2476
|
- app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.rb
|
|
2486
2477
|
- app/pb_kits/playbook/pb_pb_circle_chart/pb_circle_chart.test.jsx
|
|
2487
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/_pb_gauge_chart.scss
|
|
2488
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/_pb_gauge_chart.tsx
|
|
2489
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_description.md
|
|
2490
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_color.html.erb
|
|
2491
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_color.jsx
|
|
2492
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_color.md
|
|
2493
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_complex.html.erb
|
|
2494
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_complex.jsx
|
|
2495
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_complex.md
|
|
2496
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_default.html.erb
|
|
2497
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_default.jsx
|
|
2498
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_disable_animation.html.erb
|
|
2499
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_disable_animation.jsx
|
|
2500
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_full_circle.html.erb
|
|
2501
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_full_circle.jsx
|
|
2502
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_height.html.erb
|
|
2503
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_height.jsx
|
|
2504
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_live_data.jsx
|
|
2505
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_min_max.html.erb
|
|
2506
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_min_max.jsx
|
|
2507
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_min_max.md
|
|
2508
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_sizing.html.erb
|
|
2509
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_sizing.jsx
|
|
2510
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_sizing.md
|
|
2511
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_title.html.erb
|
|
2512
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_title.jsx
|
|
2513
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_units.html.erb
|
|
2514
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_units.jsx
|
|
2515
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_units.md
|
|
2516
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/example.yml
|
|
2517
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/index.js
|
|
2518
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/pbGaugeGraphTheme.ts
|
|
2519
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/pb_gauge_chart.html.erb
|
|
2520
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/pb_gauge_chart.rb
|
|
2521
|
-
- app/pb_kits/playbook/pb_pb_gauge_chart/pb_gauge_chart.test.jsx
|
|
2522
2478
|
- app/pb_kits/playbook/pb_pb_line_graph/_pb_line_graph.scss
|
|
2523
2479
|
- app/pb_kits/playbook/pb_pb_line_graph/_pb_line_graph.tsx
|
|
2524
2480
|
- app/pb_kits/playbook/pb_pb_line_graph/docs/_description.md
|
|
@@ -2768,20 +2724,9 @@ files:
|
|
|
2768
2724
|
- app/pb_kits/playbook/pb_rich_text_editor/_tiptap_styles.scss
|
|
2769
2725
|
- app/pb_kits/playbook/pb_rich_text_editor/_trix_styles.scss
|
|
2770
2726
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_description.md
|
|
2771
|
-
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_attributes.jsx
|
|
2772
|
-
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_attributes.md
|
|
2773
2727
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_default.jsx
|
|
2774
2728
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_default.md
|
|
2775
|
-
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_focus.jsx
|
|
2776
|
-
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_focus.md
|
|
2777
|
-
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_inline.jsx
|
|
2778
|
-
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_inline.md
|
|
2779
2729
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_preview.jsx
|
|
2780
|
-
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_simple.jsx
|
|
2781
|
-
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_sticky.jsx
|
|
2782
|
-
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_sticky.md
|
|
2783
|
-
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_templates.jsx
|
|
2784
|
-
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_advanced_templates.md
|
|
2785
2730
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_attributes.html.erb
|
|
2786
2731
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_attributes.jsx
|
|
2787
2732
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_default.html.erb
|
|
@@ -3573,10 +3518,6 @@ files:
|
|
|
3573
3518
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_menu_list.jsx
|
|
3574
3519
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default.html.erb
|
|
3575
3520
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default.jsx
|
|
3576
|
-
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_options.html.erb
|
|
3577
|
-
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_options.md
|
|
3578
|
-
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_value.jsx
|
|
3579
|
-
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_value.md
|
|
3580
3521
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_disabled.html.erb
|
|
3581
3522
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_disabled.jsx
|
|
3582
3523
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_dynamic_options.html.erb
|
|
@@ -3791,9 +3732,9 @@ files:
|
|
|
3791
3732
|
- app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
|
|
3792
3733
|
- app/pb_kits/playbook/utilities/text.ts
|
|
3793
3734
|
- app/pb_kits/playbook/utilities/validEmojiChecker.ts
|
|
3794
|
-
- dist/chunks/_line_graph-
|
|
3795
|
-
- dist/chunks/_typeahead-
|
|
3796
|
-
- dist/chunks/_weekday_stacked-
|
|
3735
|
+
- dist/chunks/_line_graph-AKTV-rqw.js
|
|
3736
|
+
- dist/chunks/_typeahead-DCInCM2E.js
|
|
3737
|
+
- dist/chunks/_weekday_stacked-ByJl1kOQ.js
|
|
3797
3738
|
- dist/chunks/componentRegistry-DzmmLR2x.js
|
|
3798
3739
|
- dist/chunks/lazysizes-B7xYodB-.js
|
|
3799
3740
|
- dist/chunks/lib-QZuu1ltS.js
|
data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_control_rails.html.erb
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
<% column_definitions = [
|
|
2
|
-
{
|
|
3
|
-
accessor: "year",
|
|
4
|
-
label: "Year",
|
|
5
|
-
cellAccessors: ["quarter", "month", "day"],
|
|
6
|
-
},
|
|
7
|
-
{
|
|
8
|
-
accessor: "newEnrollments",
|
|
9
|
-
label: "New Enrollments",
|
|
10
|
-
column_styling: {
|
|
11
|
-
cell_background_color: ->(row) { row[:newEnrollments].to_i > 20 ? "success_secondary" : "warning_secondary" }
|
|
12
|
-
}
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
accessor: "scheduledMeetings",
|
|
16
|
-
label: "Scheduled Meetings",
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
accessor: "attendanceRate",
|
|
20
|
-
label: "Attendance Rate",
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
accessor: "completedClasses",
|
|
24
|
-
label: "Completed Classes",
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
accessor: "classCompletionRate",
|
|
28
|
-
label: "Class Completion Rate",
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
accessor: "graduatedStudents",
|
|
32
|
-
label: "Graduated Students",
|
|
33
|
-
}
|
|
34
|
-
] %>
|
|
35
|
-
|
|
36
|
-
<%= pb_rails("advanced_table", props: { id: "background-control", table_data: @table_data, column_definitions: column_definitions }) do %>
|
|
37
|
-
<%= pb_rails("advanced_table/table_header", props: { table_id: "background-control", column_definitions: column_definitions }) %>
|
|
38
|
-
<%= pb_rails("advanced_table/table_body", props: { table_id: "background-control", table_data: @table_data, column_definitions: column_definitions }) %>
|
|
39
|
-
<% end %>
|
data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_control_rails.md
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
`column_styling` can also be used to control the background color on all cells in a given column via the use of the `cell_background_color` key/value pair. Use `cell_background_color` to achieve custom background colors for individual cells as seen here.
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
<% column_definitions = [
|
|
2
|
-
{
|
|
3
|
-
accessor: "year",
|
|
4
|
-
label: "Year",
|
|
5
|
-
cellAccessors: ["quarter", "month", "day"],
|
|
6
|
-
},
|
|
7
|
-
{
|
|
8
|
-
accessor: "newEnrollments",
|
|
9
|
-
label: "New Enrollments",
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
accessor: "scheduledMeetings",
|
|
13
|
-
label: "Scheduled Meetings",
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
accessor: "attendanceRate",
|
|
17
|
-
label: "Attendance Rate",
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
accessor: "completedClasses",
|
|
21
|
-
label: "Completed Classes",
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
accessor: "classCompletionRate",
|
|
25
|
-
label: "Class Completion Rate",
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
accessor: "graduatedStudents",
|
|
29
|
-
label: "Graduated Students",
|
|
30
|
-
}
|
|
31
|
-
] %>
|
|
32
|
-
|
|
33
|
-
<% row_styling = [
|
|
34
|
-
{
|
|
35
|
-
row_id: "1",
|
|
36
|
-
cell_padding: "md"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
row_id: "3",
|
|
40
|
-
cell_padding: "lg"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
row_id: "5",
|
|
44
|
-
cell_padding: "none"
|
|
45
|
-
},
|
|
46
|
-
] %>
|
|
47
|
-
|
|
48
|
-
<%= pb_rails("advanced_table", props: { id: "padding-control-per-row", table_data: @table_data_with_id, column_definitions: column_definitions, row_styling: row_styling }) do %>
|
|
49
|
-
<%= pb_rails("advanced_table/table_header", props: { table_id: "padding-control-per-row", column_definitions: column_definitions }) %>
|
|
50
|
-
<%= pb_rails("advanced_table/table_body", props: { table_id: "padding-control-per-row", table_data: @table_data_with_id, column_definitions: column_definitions, row_styling: row_styling }) %>
|
|
51
|
-
<% end %>
|
data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_per_row_rails.md
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
`row_styling` can also be used to control padding on all cells in a given row via the use of the `cell_padding` key/value pair as shown here. `cell_padding` lets you use 'xxs', 'xs', 'sm', 'md', 'lg', 'xl' and 'none'.
|
data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_rails.html.erb
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
<% column_definitions = [
|
|
2
|
-
{
|
|
3
|
-
accessor: "year",
|
|
4
|
-
label: "Year",
|
|
5
|
-
cellAccessors: ["quarter", "month", "day"],
|
|
6
|
-
},
|
|
7
|
-
{
|
|
8
|
-
accessor: "newEnrollments",
|
|
9
|
-
label: "New Enrollments",
|
|
10
|
-
column_styling: {
|
|
11
|
-
cell_padding: "none",
|
|
12
|
-
}
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
accessor: "scheduledMeetings",
|
|
16
|
-
label: "Scheduled Meetings",
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
accessor: "attendanceRate",
|
|
20
|
-
label: "Attendance Rate",
|
|
21
|
-
column_styling: { cell_padding: "md" },
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
accessor: "completedClasses",
|
|
25
|
-
label: "Completed Classes",
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
accessor: "classCompletionRate",
|
|
29
|
-
label: "Class Completion Rate",
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
accessor: "graduatedStudents",
|
|
33
|
-
label: "Graduated Students",
|
|
34
|
-
}
|
|
35
|
-
] %>
|
|
36
|
-
|
|
37
|
-
<%= pb_rails("advanced_table", props: { id: "padding-control", table_data: @table_data, column_definitions: column_definitions }) do %>
|
|
38
|
-
<%= pb_rails("advanced_table/table_header", props: { table_id: "padding-control", column_definitions: column_definitions }) %>
|
|
39
|
-
<%= pb_rails("advanced_table/table_body", props: { table_id: "padding-control", table_data: @table_data, column_definitions: column_definitions }) %>
|
|
40
|
-
<% end %>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
`column_styling` can also be used to control padding on all cells in a given column via the use of the `cell_padding` key/value pair. `cell_padding` lets you use 'xxs', 'xs', 'sm', 'md', 'lg', 'xl' and 'none'.
|
data/app/pb_kits/playbook/pb_advanced_table/docs/_mock_data_inline_loading_empty_children.js
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
export const MOCK_DATA_INLINE_LOADING_EMPTY_CHILDREN = [
|
|
2
|
-
{
|
|
3
|
-
year: "2021",
|
|
4
|
-
quarter: null,
|
|
5
|
-
month: null,
|
|
6
|
-
day: null,
|
|
7
|
-
newEnrollments: "20",
|
|
8
|
-
scheduledMeetings: "10",
|
|
9
|
-
attendanceRate: "51%",
|
|
10
|
-
completedClasses: "3",
|
|
11
|
-
classCompletionRate: "33%",
|
|
12
|
-
graduatedStudents: "19",
|
|
13
|
-
children: [],
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
year: "2022",
|
|
17
|
-
quarter: null,
|
|
18
|
-
month: null,
|
|
19
|
-
day: null,
|
|
20
|
-
newEnrollments: "25",
|
|
21
|
-
scheduledMeetings: "17",
|
|
22
|
-
attendanceRate: "75%",
|
|
23
|
-
completedClasses: "5",
|
|
24
|
-
classCompletionRate: "45%",
|
|
25
|
-
graduatedStudents: "32",
|
|
26
|
-
children: [],
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
year: "2023",
|
|
30
|
-
quarter: null,
|
|
31
|
-
month: null,
|
|
32
|
-
day: null,
|
|
33
|
-
newEnrollments: "10",
|
|
34
|
-
scheduledMeetings: "15",
|
|
35
|
-
attendanceRate: "65%",
|
|
36
|
-
completedClasses: "4",
|
|
37
|
-
classCompletionRate: "49%",
|
|
38
|
-
graduatedStudents: "29",
|
|
39
|
-
children: [],
|
|
40
|
-
},
|
|
41
|
-
]
|
|
42
|
-
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
This kit is a wrapper around the Highcharts library. It applies styling and default settings but does NOT ship Highcharts. In order to use this kit, 'highcharts' and 'highcharts-react-official' must be installed in your repo. Once done, any prop or functionality provided by Highcharts can be used with this kit without requiring specific props from Playbook. The doc examples below showcase a few common usecases but are not a comprehensive list of all the functionalities possible.
|
|
2
|
-
|
|
3
|
-
See the [highcharts API docs](https://api.highcharts.com/highcharts/) for a comprehensive look at what is possible.
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
This kit is a wrapper around the Highcharts library. It applies styling and default settings but does NOT ship Highcharts. In order to use this kit, 'highcharts' and 'highcharts-react-official' must be installed in your repo. Once done, any prop or functionality provided by Highcharts can be used with this kit without requiring specific props from Playbook. The doc examples below showcase a few common usecases but are not a comprehensive list of all the functionalities possible.
|
|
2
|
-
|
|
3
|
-
See the [highcharts API docs](https://api.highcharts.com/highcharts/) for a comprehensive look at what is possible.
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import React, { useMemo } from 'react'
|
|
3
|
-
import classnames from 'classnames'
|
|
4
|
-
import { buildAriaProps, buildCss, buildDataProps, buildHtmlProps } from '../utilities/props'
|
|
5
|
-
import Highcharts from "highcharts"
|
|
6
|
-
import HighchartsReact from "highcharts-react-official"
|
|
7
|
-
import pbGaugeGraphTheme from './pbGaugeGraphTheme'
|
|
8
|
-
import highchartsMore from "highcharts/highcharts-more";
|
|
9
|
-
import solidGauge from "highcharts/modules/solid-gauge";
|
|
10
|
-
import { globalProps } from '../utilities/globalProps'
|
|
11
|
-
|
|
12
|
-
type PbGaugeChartProps = {
|
|
13
|
-
aria?: { [key: string]: string },
|
|
14
|
-
className?: string,
|
|
15
|
-
data?: { [key: string]: string },
|
|
16
|
-
htmlOptions?: { [key: string]: string | number | boolean | (() => void) | ((arg?: Event) => void) },
|
|
17
|
-
id?: string,
|
|
18
|
-
ref?: React.RefObject<any>,
|
|
19
|
-
options: Record<string, unknown>
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
const PbGaugeChart = (props: PbGaugeChartProps) => {
|
|
23
|
-
const {
|
|
24
|
-
aria = {},
|
|
25
|
-
className,
|
|
26
|
-
data = {},
|
|
27
|
-
htmlOptions = {},
|
|
28
|
-
id,
|
|
29
|
-
ref,
|
|
30
|
-
options = {},
|
|
31
|
-
} = props
|
|
32
|
-
|
|
33
|
-
const ariaProps = buildAriaProps(aria)
|
|
34
|
-
const dataProps = buildDataProps(data)
|
|
35
|
-
const htmlProps = buildHtmlProps(htmlOptions)
|
|
36
|
-
const classes = classnames(buildCss('pb_pb_gauge_chart'), globalProps(props), className)
|
|
37
|
-
|
|
38
|
-
const mergedOptions = useMemo(() => {
|
|
39
|
-
if (!options || typeof options !== "object") {
|
|
40
|
-
// eslint-disable-next-line no-console
|
|
41
|
-
console.error("❌ Invalid options passed to <PbLineGraph />", options)
|
|
42
|
-
return {}
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
return Highcharts.merge({}, pbGaugeGraphTheme, options)
|
|
46
|
-
}, [options])
|
|
47
|
-
|
|
48
|
-
highchartsMore(Highcharts);
|
|
49
|
-
solidGauge(Highcharts);
|
|
50
|
-
|
|
51
|
-
return (
|
|
52
|
-
<div>
|
|
53
|
-
<HighchartsReact
|
|
54
|
-
containerProps={{
|
|
55
|
-
className: classnames(classes),
|
|
56
|
-
id: id,
|
|
57
|
-
ref: ref,
|
|
58
|
-
...ariaProps,
|
|
59
|
-
...dataProps,
|
|
60
|
-
...htmlProps
|
|
61
|
-
}}
|
|
62
|
-
highcharts={Highcharts}
|
|
63
|
-
options={mergedOptions}
|
|
64
|
-
/>
|
|
65
|
-
</div>
|
|
66
|
-
)
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
export default PbGaugeChart
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
This kit is a wrapper around the Highcharts library. It applies styling and default settings but does NOT ship Highcharts. In order to use this kit, 'highcharts' and 'highcharts-react-official' must be installed in your repo. Once done, any prop or functionality provided by Highcharts can be used with this kit without requiring specific props from Playbook. The doc examples below showcase a few common usecases but are not a comprehensive list of all the functionalities possible.
|
|
2
|
-
|
|
3
|
-
See the [highcharts API docs](https://api.highcharts.com/highcharts/) for a comprehensive look at what is possible.
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
|
-
import PbGaugeChart from '../../pb_pb_gauge_chart/_pb_gauge_chart'
|
|
3
|
-
import { colors } from 'playbook-ui'
|
|
4
|
-
|
|
5
|
-
const data = [{ name: "Name", y: 67 }]
|
|
6
|
-
|
|
7
|
-
const chartOptions = {
|
|
8
|
-
series: [{ data: data }],
|
|
9
|
-
plotOptions: {
|
|
10
|
-
solidgauge: {
|
|
11
|
-
borderColor: colors.data_7,
|
|
12
|
-
}
|
|
13
|
-
},
|
|
14
|
-
};
|
|
15
|
-
const PbGaugeChartColor = (props) => (
|
|
16
|
-
<div>
|
|
17
|
-
<PbGaugeChart
|
|
18
|
-
options={chartOptions}
|
|
19
|
-
{...props}
|
|
20
|
-
/>
|
|
21
|
-
</div>
|
|
22
|
-
)
|
|
23
|
-
|
|
24
|
-
export default PbGaugeChartColor
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
Highcharts allows for any custom colors to be used. Custom data colors allow for color customization to match the needs of business requirements.
|
|
2
|
-
|
|
3
|
-
For React, pass the prop `plotOptions.solidgauge.borderColor` with a Playbook token like `colors.` + `data_1 | data_2 | data_3 | data_4 | data_5 | data_6 | data_7 | data_8`. HEX colors are also available `eg: #CA0095`
|
|
4
|
-
|
|
5
|
-
For Rails, the prop `plotOptions.solidgauge.borderColor` can only be used with HEX values as shown.
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
<% chart_options = {
|
|
2
|
-
series:[{data:[{ name: "Name", y: 10 }]}],
|
|
3
|
-
chart: {
|
|
4
|
-
height: "150",
|
|
5
|
-
},
|
|
6
|
-
plotOptions: {
|
|
7
|
-
series: {
|
|
8
|
-
animation: false,
|
|
9
|
-
},
|
|
10
|
-
solidgauge: {
|
|
11
|
-
dataLabels: {
|
|
12
|
-
format:
|
|
13
|
-
'<span class="fix">{y:,f}</span>' +
|
|
14
|
-
'<span style="fill: #687887; font-size: 27px;">%</span>',
|
|
15
|
-
},
|
|
16
|
-
},
|
|
17
|
-
},
|
|
18
|
-
} %>
|
|
19
|
-
|
|
20
|
-
<%= pb_rails("flex", props: {wrap: true, padding: "xl", gap: "sm"}) do %>
|
|
21
|
-
<%= pb_rails("flex/flex_item", props: {flex: 1, grow: true }) do %>
|
|
22
|
-
<%= pb_rails("card", props: {max_width: "xs", padding: "md", }) do %>
|
|
23
|
-
<%= pb_rails("title", props: {padding_bottom: "sm", size: 4, text: "Abandoned Calls" })%>
|
|
24
|
-
<%= pb_rails("flex", props: {align: "stretch"}) do %>
|
|
25
|
-
<%= pb_rails("flex", props: {margin_right: "sm", orientation: "column"}) do %>
|
|
26
|
-
<%= pb_rails("body", props: {color: "light", padding_bottom: "sm",text: "Total Abandoned"}) %>
|
|
27
|
-
<%= pb_rails("flex", props: {align: "baseline", padding_bottom: "sx"}) do %>
|
|
28
|
-
<%= pb_rails("title", props: {size: 1, text: "39"})%>
|
|
29
|
-
<%= pb_rails("title", props: {color: "light", size: 3, text: "calls"}) %>
|
|
30
|
-
<% end %>
|
|
31
|
-
<%= pb_rails("caption", props: {size: "xs", text: "of 390" }) %>
|
|
32
|
-
<%end %>
|
|
33
|
-
<%= pb_rails("section_separator", props: {align_self: "stretch", margin_right: "sm", orientation: "vertical" }) %>
|
|
34
|
-
<%= pb_rails("flex", props: {orientation: "column", wrap: true}) do %>
|
|
35
|
-
<%= pb_rails("body", props: {color: "light", text: "% Abandoned"}) %>
|
|
36
|
-
<%= pb_rails("flex", props: {wrap: true}) do %>
|
|
37
|
-
<%= pb_rails("flex/flex_item", props: {fixed_size: "150px", overflow: "hidden", shrink: true}) do %>
|
|
38
|
-
<%= pb_rails("pb_gauge_chart", props: { options: chart_options }) %>
|
|
39
|
-
<% end %>
|
|
40
|
-
<% end %>
|
|
41
|
-
<% end %>
|
|
42
|
-
<%end %>
|
|
43
|
-
<% end %>
|
|
44
|
-
<% end %>
|
|
45
|
-
<% end %>
|