playbook_ui 15.2.0.pre.alpha.PLAY2542formatasyoutypebug11501 → 15.2.0.pre.alpha.PLAY2589advancedtableinlinerowloadingtoggleicon11641

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.
Files changed (95) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/_playbook.scss +2 -0
  3. data/app/pb_kits/playbook/pb_advanced_table/Components/TableHeaderCell.tsx +3 -1
  4. data/app/pb_kits/playbook/pb_advanced_table/SubKits/TableHeader.tsx +3 -0
  5. data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.tsx +3 -0
  6. data/app/pb_kits/playbook/pb_advanced_table/advanced_table.html.erb +2 -2
  7. data/app/pb_kits/playbook/pb_advanced_table/advanced_table.test.jsx +59 -0
  8. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_background_control_rails.html.erb +3 -3
  9. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta.md +3 -1
  10. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta_sort.html.erb +3 -3
  11. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_beta_subrow_headers.html.erb +3 -3
  12. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_collapsible_trail_rails.html.erb +2 -2
  13. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_column_headers_rails.html.erb +2 -2
  14. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_styling_rails.html.erb +2 -2
  15. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_inline_row_loading_show_toggle.jsx +59 -0
  16. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_inline_row_loading_show_toggle.md +5 -0
  17. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_per_row_rails.html.erb +2 -2
  18. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_padding_control_rails.html.erb +2 -2
  19. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_selectable_rows_rails.html.erb +2 -2
  20. data/app/pb_kits/playbook/pb_advanced_table/docs/_mock_data_inline_loading_empty_children.js +202 -0
  21. data/app/pb_kits/playbook/pb_advanced_table/docs/example.yml +1 -0
  22. data/app/pb_kits/playbook/pb_advanced_table/docs/index.js +2 -1
  23. data/app/pb_kits/playbook/pb_advanced_table/index.js +5 -1
  24. data/app/pb_kits/playbook/pb_advanced_table/table_body.rb +6 -6
  25. data/app/pb_kits/playbook/pb_advanced_table/table_header.rb +6 -6
  26. data/app/pb_kits/playbook/pb_advanced_table/table_row.html.erb +1 -1
  27. data/app/pb_kits/playbook/pb_advanced_table/table_row.rb +5 -5
  28. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/_fixed_confirmation_toast.scss +0 -1
  29. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/_fixed_confirmation_toast.tsx +5 -3
  30. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/docs/_description.md +2 -0
  31. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/fixed_confirmation_toast.rb +4 -1
  32. data/app/pb_kits/playbook/pb_fixed_confirmation_toast/fixed_confirmation_toast.test.js +10 -0
  33. data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_description.md +3 -0
  34. data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_description.md +3 -0
  35. data/app/pb_kits/playbook/pb_pb_gauge_chart/_pb_gauge_chart.scss +3 -0
  36. data/app/pb_kits/playbook/pb_pb_gauge_chart/_pb_gauge_chart.tsx +69 -0
  37. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_description.md +3 -0
  38. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_color.html.erb +12 -0
  39. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_color.jsx +24 -0
  40. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_color.md +5 -0
  41. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_complex.html.erb +45 -0
  42. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_complex.jsx +119 -0
  43. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_complex.md +1 -0
  44. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_default.html.erb +5 -0
  45. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_default.jsx +17 -0
  46. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_disable_animation.html.erb +12 -0
  47. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_disable_animation.jsx +24 -0
  48. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_full_circle.html.erb +23 -0
  49. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_full_circle.jsx +37 -0
  50. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_height.html.erb +40 -0
  51. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_height.jsx +56 -0
  52. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_live_data.jsx +64 -0
  53. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_min_max.html.erb +27 -0
  54. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_min_max.jsx +40 -0
  55. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_min_max.md +1 -0
  56. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_sizing.html.erb +19 -0
  57. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_sizing.jsx +65 -0
  58. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_sizing.md +3 -0
  59. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_title.html.erb +14 -0
  60. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_title.jsx +27 -0
  61. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_units.html.erb +39 -0
  62. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_units.jsx +58 -0
  63. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_units.md +1 -0
  64. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/example.yml +29 -0
  65. data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/index.js +11 -0
  66. data/app/pb_kits/playbook/pb_pb_gauge_chart/pbGaugeGraphTheme.ts +91 -0
  67. data/app/pb_kits/playbook/pb_pb_gauge_chart/pb_gauge_chart.html.erb +1 -0
  68. data/app/pb_kits/playbook/pb_pb_gauge_chart/pb_gauge_chart.rb +25 -0
  69. data/app/pb_kits/playbook/pb_pb_gauge_chart/pb_gauge_chart.test.jsx +80 -0
  70. data/app/pb_kits/playbook/pb_pb_line_graph/docs/_description.md +1 -1
  71. data/app/pb_kits/playbook/pb_phone_number_input/_phone_number_input.tsx +13 -13
  72. data/app/pb_kits/playbook/pb_typeahead/_typeahead.test.jsx +35 -1
  73. data/app/pb_kits/playbook/pb_typeahead/_typeahead.tsx +71 -2
  74. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_options.html.erb +36 -0
  75. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_options.md +1 -0
  76. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_value.jsx +41 -0
  77. data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_value.md +1 -0
  78. data/app/pb_kits/playbook/pb_typeahead/docs/example.yml +2 -0
  79. data/app/pb_kits/playbook/pb_typeahead/docs/index.js +1 -0
  80. data/app/pb_kits/playbook/tokens/_positioning.scss +1 -0
  81. data/app/pb_kits/playbook/utilities/_positioning.scss +6 -1
  82. data/app/pb_kits/playbook/utilities/globalProps.ts +3 -1
  83. data/dist/chunks/{_line_graph-eXNg1pX_.js → _line_graph-D5MBnrO9.js} +1 -1
  84. data/dist/chunks/_typeahead-BjYBazGq.js +6 -0
  85. data/dist/chunks/{_weekday_stacked-D6SPyi5u.js → _weekday_stacked-B_Uc7-rO.js} +3 -3
  86. data/dist/chunks/vendor.js +1 -1
  87. data/dist/menu.yml +6 -0
  88. data/dist/playbook-doc.js +2 -2
  89. data/dist/playbook-rails-react-bindings.js +1 -1
  90. data/dist/playbook-rails.js +1 -1
  91. data/dist/playbook.css +1 -1
  92. data/lib/playbook/version.rb +1 -1
  93. data/lib/playbook/z_index.rb +1 -1
  94. metadata +49 -5
  95. data/dist/chunks/_typeahead-B6jpvyrP.js +0 -6
@@ -3,8 +3,8 @@
3
3
  module Playbook
4
4
  module PbAdvancedTable
5
5
  class TableHeader < Playbook::KitBase
6
- prop :id, type: Playbook::Props::String,
7
- default: ""
6
+ prop :table_id, type: Playbook::Props::String,
7
+ default: ""
8
8
  prop :column_definitions, type: Playbook::Props::Array,
9
9
  default: []
10
10
  prop :enable_toggle_expansion, type: Playbook::Props::Enum,
@@ -58,10 +58,10 @@ module Playbook
58
58
  classname: additional_classes.join(" "),
59
59
  }) do
60
60
  pb_rails("checkbox", props: {
61
- id: "#{id ? "#{id}-" : ''}select-all-rows",
61
+ id: "#{table_id ? "#{table_id}-" : ''}select-all-rows",
62
62
  indeterminate_main: true,
63
63
  indeterminate_main_labels: ["", ""],
64
- name: "#{id ? "#{id}-" : ''}select-all-rows",
64
+ name: "#{table_id ? "#{table_id}-" : ''}select-all-rows",
65
65
  })
66
66
  end
67
67
  end
@@ -71,10 +71,10 @@ module Playbook
71
71
  def render_select_all_checkbox
72
72
  if selectable_rows
73
73
  pb_rails("checkbox", props: {
74
- id: "#{id ? "#{id}-" : ''}select-all-rows",
74
+ id: "#{table_id ? "#{table_id}-" : ''}select-all-rows",
75
75
  indeterminate_main: true,
76
76
  indeterminate_main_labels: ["", ""],
77
- name: "#{id ? "#{id}-" : ''}select-all-rows",
77
+ name: "#{table_id ? "#{table_id}-" : ''}select-all-rows",
78
78
  data: {
79
79
  action: "click->pb-advanced-table#toggleAllRowSelection",
80
80
  },
@@ -34,7 +34,7 @@
34
34
  <% end %>
35
35
  <% if object.row[:children].present? %>
36
36
  <button
37
- id="<%= "#{object.id}_#{object.row.object_id}" %>"
37
+ id="<%= "#{object.table_id}_#{object.row.object_id}" %>"
38
38
  class="gray-icon expand-toggle-icon"
39
39
  data-advanced-table="true"
40
40
  style="color: <%= button_color %>"
@@ -3,8 +3,8 @@
3
3
  module Playbook
4
4
  module PbAdvancedTable
5
5
  class TableRow < Playbook::KitBase
6
- prop :id, type: Playbook::Props::String,
7
- default: ""
6
+ prop :table_id, type: Playbook::Props::String,
7
+ default: ""
8
8
  prop :column_definitions, type: Playbook::Props::Array,
9
9
  default: []
10
10
  prop :row
@@ -102,13 +102,13 @@ module Playbook
102
102
  # Selectable Rows No Subrows - checkboxes in their own first cell
103
103
  def render_checkbox_cell
104
104
  if selectable_rows
105
- prefix = id ? "#{id}-" : ""
105
+ prefix = table_id ? "#{table_id}-" : ""
106
106
  pb_rails("table/table_cell", props: {
107
107
  classname: "checkbox-cell",
108
108
  }) do
109
109
  pb_rails("checkbox", props: {
110
110
  id: "#{prefix}select-row-#{row_id || row.object_id}",
111
- indeterminate_parent: "#{id ? "#{id}-" : ''}select-all-rows",
111
+ indeterminate_parent: "#{table_id ? "#{table_id}-" : ''}select-all-rows",
112
112
  name: "#{prefix}select-row-#{row_id || row.object_id}",
113
113
  data: {
114
114
  row_id: row_id || row.object_id.to_s,
@@ -122,7 +122,7 @@ module Playbook
122
122
  # Selectable Rows w/ Subrows - checkboxes part of toggleable first cell
123
123
  def render_row_checkbox
124
124
  if selectable_rows
125
- prefix = id ? "#{id}-" : ""
125
+ prefix = table_id ? "#{table_id}-" : ""
126
126
  indeterminate_parent =
127
127
  if depth.zero?
128
128
  "#{prefix}select-all-rows"
@@ -40,7 +40,6 @@ $confirmation_toast_colors: (
40
40
 
41
41
  &.positioned_toast {
42
42
  position: fixed;
43
- z-index: $z_10 !important;
44
43
  display: flex;
45
44
  justify-content: space-around;
46
45
  max-width: max-content;
@@ -1,7 +1,7 @@
1
1
  import React, { useEffect, useState } from "react";
2
2
  import classnames from "classnames";
3
3
 
4
- import { globalProps } from "../utilities/globalProps";
4
+ import { globalProps, GlobalProps } from "../utilities/globalProps";
5
5
  import { buildHtmlProps } from "../utilities/props";
6
6
  import { VoidCallback } from "../types";
7
7
 
@@ -31,7 +31,8 @@ type FixedConfirmationToastProps = {
31
31
  status?: "success" | "error" | "neutral" | "tip";
32
32
  text?: string;
33
33
  vertical?: "top" | "bottom";
34
- };
34
+ zIndex?: number | string;
35
+ } & GlobalProps
35
36
 
36
37
  const FixedConfirmationToast = (props: FixedConfirmationToastProps): React.ReactElement => {
37
38
  const [showToast, toggleToast] = useState(true);
@@ -50,6 +51,7 @@ const FixedConfirmationToast = (props: FixedConfirmationToastProps): React.React
50
51
  status = "neutral",
51
52
  text,
52
53
  vertical,
54
+ zIndex = 'max',
53
55
  } = props;
54
56
 
55
57
  const returnedIcon = icon || iconMap[status]
@@ -59,7 +61,7 @@ const FixedConfirmationToast = (props: FixedConfirmationToastProps): React.React
59
61
  `pb_fixed_confirmation_toast_kit_${status}${multiLine ? '_multi_line' : ''}`,
60
62
  { [`positioned_toast ${vertical} ${horizontal}`]: vertical && horizontal },
61
63
  `${iconClass}`,
62
- globalProps(props),
64
+ globalProps(props, { zIndex }),
63
65
  className
64
66
  );
65
67
 
@@ -1,2 +1,4 @@
1
1
 
2
2
  Fixed Confirmation Toast is used as an alert. Success is used when a user successfully completes an action. Error is used when there is an error and the user cannot proceed. Neutral is used to display information to a user to complete a task.
3
+
4
+ **NOTE**: z index for Fixed Confirmation Toast is set to 'max' by default which has the value of `999999`. the z Index global prop can be used to override this if you want to set it to a different value.
@@ -60,7 +60,10 @@ module Playbook
60
60
  end
61
61
 
62
62
  def classname
63
- generate_classname("pb_fixed_confirmation_toast_kit", status, multi_line_class) + close_class + position_class + auto_close_class + icon_class
63
+ default_z_index = z_index.present? ? "" : " z_index_max"
64
+ # IMPORTANT: the AutoClose class must be the last class in the string for JS to read it correctly
65
+ # Changing the order will break the auto_close functionality
66
+ generate_classname("pb_fixed_confirmation_toast_kit", status, multi_line_class) + close_class + position_class + icon_class + default_z_index + auto_close_class
64
67
  end
65
68
  end
66
69
  end
@@ -75,4 +75,14 @@ test('renders position when provided', () => {
75
75
  />
76
76
  );
77
77
  expect(container.querySelector('.positioned_toast')).toBeInTheDocument();
78
+ });
79
+
80
+ test('renders max zIndex by default', () => {
81
+ const { container } = render(<FixedConfirmationToast />);
82
+ expect(container.querySelector('.z_index_max')).toBeInTheDocument();
83
+ });
84
+
85
+ test('applies custom zIndex when provided', () => {
86
+ const { container } = render(<FixedConfirmationToast zIndex={10} />);
87
+ expect(container.querySelector('.z_index_10')).toBeInTheDocument();
78
88
  });
@@ -0,0 +1,3 @@
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.
@@ -0,0 +1,3 @@
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.
@@ -0,0 +1,3 @@
1
+ .pb_pb_gauge_chart {
2
+
3
+ }
@@ -0,0 +1,69 @@
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
@@ -0,0 +1,3 @@
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.
@@ -0,0 +1,12 @@
1
+ <% data = [{ name: "Name", y: 67 }] %>
2
+
3
+ <% chart_options = {
4
+ series: [{ data: data }],
5
+ plotOptions: {
6
+ solidgauge: {
7
+ borderColor: '#00C4D7',
8
+ }
9
+ },
10
+ } %>
11
+
12
+ <%= pb_rails("pb_gauge_chart", props: { options: chart_options }) %>
@@ -0,0 +1,24 @@
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
@@ -0,0 +1,5 @@
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.
@@ -0,0 +1,45 @@
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 %>
@@ -0,0 +1,119 @@
1
+ import React from 'react'
2
+ import PbGaugeChart from '../../pb_pb_gauge_chart/_pb_gauge_chart'
3
+ import Flex from '../../pb_flex/_flex'
4
+ import FlexItem from '../../pb_flex/_flex_item'
5
+ import Card from '../../pb_card/_card'
6
+ import Caption from '../../pb_caption/_caption'
7
+ import Body from '../../pb_body/_body'
8
+ import SectionSeparator from '../../pb_section_separator/_section_separator'
9
+ import Title from '../../pb_title/_title'
10
+ import { colors, typography } from 'playbook-ui'
11
+
12
+ const data = [{ name: "Name", y: 10 }];
13
+
14
+ const chartOptions = {
15
+ series: [{ data: data }],
16
+ chart: {
17
+ height: "150",
18
+ },
19
+ plotOptions: {
20
+ series: {
21
+ animation: false,
22
+ },
23
+ solidgauge: {
24
+ dataLabels: {
25
+ format:
26
+ `<span class="fix">{y:,f}</span>` +
27
+ `<span style="fill: ${colors.text_lt_light}; font-size: ${typography.text_larger};">%</span>`,
28
+ },
29
+ },
30
+ },
31
+ };
32
+
33
+ const PbGaugeChartComplex = (props) => (
34
+ <Flex
35
+ gap="sm"
36
+ padding="xl"
37
+ wrap
38
+ >
39
+ <FlexItem
40
+ flex={1}
41
+ grow
42
+ >
43
+ <Card
44
+ maxWidth="xs"
45
+ padding="md"
46
+ >
47
+ <Title
48
+ paddingBottom="sm"
49
+ size={4}
50
+ text="Abandoned Calls"
51
+ />
52
+ <Flex
53
+ align="stretch"
54
+ >
55
+ <Flex
56
+ marginRight="sm"
57
+ orientation="column"
58
+ >
59
+ <Body
60
+ color="light"
61
+ paddingBottom="sm"
62
+ text="Total Abandoned"
63
+ />
64
+ <Flex
65
+ align="baseline"
66
+ paddingBottom="xs"
67
+ >
68
+ <Title
69
+ size={1}
70
+ text="39"
71
+ />
72
+ <Title
73
+ color="light"
74
+ size={3}
75
+ text="calls"
76
+ />
77
+ </Flex>
78
+ <Caption
79
+ size="xs"
80
+ text="of 390"
81
+ />
82
+ </Flex>
83
+
84
+ <SectionSeparator
85
+ alignSelf="stretch"
86
+ marginRight="sm"
87
+ orientation="vertical"
88
+ />
89
+
90
+ <Flex
91
+ orientation="column"
92
+ wrap
93
+ >
94
+ <Body
95
+ color="light"
96
+ text="% Abandoned"
97
+ />
98
+ <Flex
99
+ wrap
100
+ >
101
+ <FlexItem
102
+ fixedSize="150px"
103
+ overflow="hidden"
104
+ shrink
105
+ >
106
+ <PbGaugeChart
107
+ options={chartOptions}
108
+ {...props}
109
+ />
110
+ </FlexItem>
111
+ </Flex>
112
+ </Flex>
113
+ </Flex>
114
+ </Card>
115
+ </FlexItem>
116
+ </Flex>
117
+ )
118
+
119
+ export default PbGaugeChartComplex
@@ -0,0 +1 @@
1
+ We are able to wrap the Highcharts Gauge kit within Playbook kits (such as Flex and Card components).
@@ -0,0 +1,5 @@
1
+ <% chart_options = {
2
+ series:[{data:[{ name: "Name", y: 45 }]}]
3
+ } %>
4
+
5
+ <%= pb_rails("pb_gauge_chart", props: { options: chart_options }) %>
@@ -0,0 +1,17 @@
1
+ import React from 'react'
2
+ import PbGaugeChart from '../../pb_pb_gauge_chart/_pb_gauge_chart'
3
+
4
+ const chartOptions = {
5
+ series:[{data:[{ name: "Name", y: 45 }]}]
6
+ }
7
+
8
+ const PbGaugeChartDefault = (props) => (
9
+ <div>
10
+ <PbGaugeChart
11
+ options={chartOptions}
12
+ {...props}
13
+ />
14
+ </div>
15
+ )
16
+
17
+ export default PbGaugeChartDefault
@@ -0,0 +1,12 @@
1
+ <% data = [{ name: "Participants", y: 84 }] %>
2
+
3
+ <% chart_options = {
4
+ series: [{ data: data }],
5
+ plotOptions: {
6
+ series: {
7
+ animation: false,
8
+ },
9
+ },
10
+ } %>
11
+
12
+ <%= pb_rails("pb_gauge_chart", props: { options: chart_options }) %>
@@ -0,0 +1,24 @@
1
+ import React from 'react'
2
+ import PbGaugeChart from '../../pb_pb_gauge_chart/_pb_gauge_chart'
3
+
4
+ const data = [{ name: "Participants", y: 84 }]
5
+
6
+ const chartOptions = {
7
+ series: [{ data: data }],
8
+ plotOptions: {
9
+ series: {
10
+ animation: false,
11
+ },
12
+ },
13
+ };
14
+
15
+ const PbGaugeChartDisableAnimation = (props) => (
16
+ <div>
17
+ <PbGaugeChart
18
+ options={chartOptions}
19
+ {...props}
20
+ />
21
+ </div>
22
+ )
23
+
24
+ export default PbGaugeChartDisableAnimation
@@ -0,0 +1,23 @@
1
+ <% data = [{ name: "Capacity", y: 75 }] %>
2
+
3
+ <% chart_options = {
4
+ title: {
5
+ text: "Seating Capacity",
6
+ },
7
+ series: [{ data: data }],
8
+ pane: {
9
+ startAngle: 0,
10
+ endAngle: 360,
11
+ },
12
+ plotOptions: {
13
+ solidgauge: {
14
+ dataLabels: {
15
+ format:
16
+ '<span class="fix">{y:,f}</span>' +
17
+ '<span style="fill: #687887; font-size: 27px;">%</span>',
18
+ },
19
+ },
20
+ },
21
+ } %>
22
+
23
+ <%= pb_rails("pb_gauge_chart", props: { options: chart_options }) %>
@@ -0,0 +1,37 @@
1
+ import React from 'react'
2
+ import PbGaugeChart from '../../pb_pb_gauge_chart/_pb_gauge_chart'
3
+ import { colors, typography } from 'playbook-ui'
4
+
5
+ const data = [{ name: "Capacity", y: 75 }]
6
+
7
+ const chartOptions = {
8
+ title: {
9
+ text: "Seating Capacity",
10
+ },
11
+ series: [{ data: data }],
12
+ pane: {
13
+ startAngle: 0,
14
+ endAngle: 360,
15
+ },
16
+ plotOptions: {
17
+ solidgauge: {
18
+ dataLabels: {
19
+ format:
20
+ `<span class="fix">{y:,f}</span>` +
21
+ `<span style="fill: ${colors.text_lt_light}; font-size: ${typography.text_larger};">%</span>`,
22
+ },
23
+ },
24
+ },
25
+ };
26
+
27
+
28
+ const PbGaugeChartFullCircle = (props) => (
29
+ <div>
30
+ <PbGaugeChart
31
+ options={chartOptions}
32
+ {...props}
33
+ />
34
+ </div>
35
+ )
36
+
37
+ export default PbGaugeChartFullCircle
@@ -0,0 +1,40 @@
1
+ <% chart_options = {
2
+ title: {
3
+ text: "Fixed Height in Pixels",
4
+ },
5
+ chart: {
6
+ height: "400",
7
+ },
8
+ series: [{ data: [{ name: "Pixels", y: 400 }] }],
9
+ plotOptions: {
10
+ solidgauge: {
11
+ dataLabels: {
12
+ format:
13
+ '<span class="fix">{y:,f}</span>' +
14
+ '<span style="fill: #687887; font-size: 27px;">px</span>',
15
+ },
16
+ },
17
+ },
18
+ } %>
19
+
20
+ <% chart_options_1 = {
21
+ title: {
22
+ text: "Height as Percentage of Width",
23
+ },
24
+ chart: {
25
+ height: "45%",
26
+ },
27
+ series: [{ data: [{ name: "Percentage", y: 45 }] }],
28
+ plotOptions: {
29
+ solidgauge: {
30
+ dataLabels: {
31
+ format:
32
+ '<span class="fix">{y:,f}</span>' +
33
+ '<span style="fill: #687887; font-size: 27px;">%</span>',
34
+ },
35
+ },
36
+ },
37
+ } %>
38
+
39
+ <%= pb_rails("pb_gauge_chart", props: { options: chart_options }) %>
40
+ <%= pb_rails("pb_gauge_chart", props: { options: chart_options_1 }) %>