playbook_ui_docs 14.23.0.pre.alpha.play23129273 → 14.23.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/docs/example.yml +6 -14
- data/app/pb_kits/playbook/pb_advanced_table/docs/index.js +0 -5
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_colors.jsx +15 -33
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_custom.jsx +72 -0
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_custom.md +6 -0
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_default.jsx +15 -33
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_height.jsx +22 -52
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_horizontal.jsx +16 -12
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend.jsx +15 -31
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend_non_clickable.jsx +16 -39
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend_position.jsx +38 -86
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_legend_position.md +1 -1
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_negative_numbers.jsx +15 -32
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_pb_styles.jsx +64 -0
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_pb_styles.md +1 -0
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_secondary_y_axis.jsx +22 -72
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_secondary_y_axis.md +1 -1
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_spline.jsx +15 -31
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_stacked.jsx +16 -37
- data/app/pb_kits/playbook/pb_bar_graph/docs/_description.md +3 -1
- data/app/pb_kits/playbook/pb_bar_graph/docs/example.yml +3 -1
- data/app/pb_kits/playbook/pb_bar_graph/docs/index.js +2 -0
- data/app/pb_kits/playbook/pb_body/docs/_body_truncate.jsx +3 -3
- data/app/pb_kits/playbook/pb_checkbox/docs/_checkbox_indeterminate.html.erb +1 -1
- data/app/pb_kits/playbook/pb_checkbox/docs/_checkbox_indeterminate_rails.md +1 -2
- data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_block.jsx +26 -71
- data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_colors.jsx +16 -29
- data/app/pb_kits/playbook/pb_circle_chart/docs/{_circle_chart_colors_rails.md → _circle_chart_colors.md} +1 -1
- data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_custom_tooltip.jsx +16 -28
- data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_custom_tooltip.md +2 -4
- data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_default.jsx +15 -23
- data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_inner_sizes.jsx +51 -81
- data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_legend_position.jsx +75 -103
- data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_legend_position.md +7 -4
- data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_live_data.jsx +13 -19
- data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_pb_styles.jsx +38 -0
- data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_pb_styles.md +1 -0
- data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.jsx +17 -30
- data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_labels.jsx +20 -34
- data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_legend_kit.jsx +20 -29
- data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_with_title.jsx +20 -28
- data/app/pb_kits/playbook/pb_circle_chart/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_circle_chart/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_radio_options.jsx +0 -1
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_radio_options_react.md +1 -1
- data/app/pb_kits/playbook/pb_dropdown/docs/example.yml +2 -3
- data/app/pb_kits/playbook/pb_dropdown/docs/index.js +1 -2
- data/app/pb_kits/playbook/pb_gauge/docs/_gauge_colors.jsx +15 -32
- data/app/pb_kits/playbook/pb_gauge/docs/_gauge_complex.jsx +9 -35
- data/app/pb_kits/playbook/pb_gauge/docs/_gauge_default.jsx +14 -26
- data/app/pb_kits/playbook/pb_gauge/docs/_gauge_disable_animation.jsx +15 -32
- data/app/pb_kits/playbook/pb_gauge/docs/_gauge_full_circle.jsx +17 -45
- data/app/pb_kits/playbook/pb_gauge/docs/_gauge_height.jsx +22 -59
- data/app/pb_kits/playbook/pb_gauge/docs/_gauge_live_data.jsx +9 -40
- data/app/pb_kits/playbook/pb_gauge/docs/_gauge_min_max.jsx +18 -50
- data/app/pb_kits/playbook/pb_gauge/docs/_gauge_pb_styles.jsx +30 -0
- data/app/pb_kits/playbook/pb_gauge/docs/_gauge_pb_styles.md +1 -0
- data/app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.jsx +18 -31
- data/app/pb_kits/playbook/pb_gauge/docs/_gauge_title.jsx +17 -34
- data/app/pb_kits/playbook/pb_gauge/docs/_gauge_units.jsx +23 -64
- data/app/pb_kits/playbook/pb_gauge/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_gauge/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_line_graph/docs/_description.md +3 -1
- data/app/pb_kits/playbook/pb_line_graph/docs/_line_graph_colors.jsx +17 -36
- data/app/pb_kits/playbook/pb_line_graph/docs/_line_graph_default.jsx +16 -31
- data/app/pb_kits/playbook/pb_line_graph/docs/_line_graph_height.jsx +31 -63
- data/app/pb_kits/playbook/pb_line_graph/docs/_line_graph_legend.jsx +16 -35
- data/app/pb_kits/playbook/pb_line_graph/docs/_line_graph_legend_nonclickable.jsx +16 -41
- data/app/pb_kits/playbook/pb_line_graph/docs/_line_graph_legend_position.jsx +62 -107
- data/app/pb_kits/playbook/pb_line_graph/docs/_line_graph_legend_position.md +7 -4
- data/app/pb_kits/playbook/pb_line_graph/docs/_line_graph_pb_styles.jsx +52 -0
- data/app/pb_kits/playbook/pb_line_graph/docs/_line_graph_pb_styles.md +1 -0
- data/app/pb_kits/playbook/pb_line_graph/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_line_graph/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_pagination/docs/_pagination_default_rails.md +1 -3
- data/app/pb_kits/playbook/pb_pagination/docs/_pagination_default_react.md +1 -3
- data/app/pb_kits/playbook/pb_phone_number_input/docs/example.yml +0 -2
- data/app/pb_kits/playbook/pb_phone_number_input/docs/index.js +0 -1
- data/app/pb_kits/playbook/pb_table/docs/_table_with_selectable_rows.html.erb +0 -1
- data/app/pb_kits/playbook/pb_title/docs/_title_truncate.jsx +3 -3
- data/app/pb_kits/playbook/pb_tooltip/docs/example.yml +0 -1
- data/app/pb_kits/playbook/pb_walkthrough/docs/_walkthrough_continuous.jsx +69 -0
- data/app/pb_kits/playbook/pb_walkthrough/docs/_walkthrough_default.jsx +71 -0
- data/app/pb_kits/playbook/pb_walkthrough/docs/_walkthrough_multi_beacon.jsx +110 -0
- data/app/pb_kits/playbook/pb_walkthrough/docs/_walkthrough_no_beacon.jsx +76 -0
- data/app/pb_kits/playbook/pb_walkthrough/docs/_walkthrough_no_overlay.jsx +76 -0
- data/app/pb_kits/playbook/pb_walkthrough/docs/_walkthrough_styled.jsx +76 -0
- data/app/pb_kits/playbook/pb_walkthrough/docs/example.yml +10 -0
- data/app/pb_kits/playbook/pb_walkthrough/docs/index.js +6 -0
- data/dist/playbook-doc.js +2 -2
- metadata +28 -42
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_custom_sort.jsx +0 -65
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_custom_sort.md +0 -5
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_row_styling.html.erb +0 -46
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_row_styling_rails.md +0 -7
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sort_per_column.jsx +0 -55
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sort_per_column.md +0 -6
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sort_per_column_for_multi_column.jsx +0 -80
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_sort_per_column_for_multi_column.md +0 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_with_custom_header.jsx +0 -69
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_with_custom_header.md +0 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_with_custom_header_multi_header.jsx +0 -107
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_with_custom_header_multi_header.md +0 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_with_custom_header_rails.html.erb +0 -51
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_with_custom_header_rails.md +0 -1
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_height.md +0 -3
- data/app/pb_kits/playbook/pb_body/docs/_body_truncate_react.md +0 -4
- data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_colors_react.md +0 -2
- data/app/pb_kits/playbook/pb_circle_chart/docs/_description.md +0 -1
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_active_style_options.jsx +0 -90
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_active_style_options_react.md +0 -4
- data/app/pb_kits/playbook/pb_gauge/docs/_description.md +0 -1
- data/app/pb_kits/playbook/pb_gauge/docs/_gauge_colors_react.md +0 -2
- data/app/pb_kits/playbook/pb_gauge/docs/_gauge_complex_react.md +0 -1
- data/app/pb_kits/playbook/pb_gauge/docs/_gauge_units_react.md +0 -1
- data/app/pb_kits/playbook/pb_line_graph/docs/_line_graph_colors_react.md +0 -3
- data/app/pb_kits/playbook/pb_line_graph/docs/_line_graph_height.md +0 -3
- data/app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_strict_mode.html.erb +0 -10
- data/app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_strict_mode.jsx +0 -26
- data/app/pb_kits/playbook/pb_phone_number_input/docs/_phone_number_input_strict_mode.md +0 -3
- data/app/pb_kits/playbook/pb_title/docs/_title_truncate_react.md +0 -4
- data/app/pb_kits/playbook/pb_tooltip/docs/_tooltip_click_open.html.erb +0 -14
- data/app/pb_kits/playbook/pb_tooltip/docs/_tooltip_click_open_rails.md +0 -1
- /data/app/pb_kits/playbook/pb_advanced_table/docs/{_advanced_table_row_styling_react.md → _advanced_table_row_styling.md} +0 -0
- /data/app/pb_kits/playbook/pb_body/docs/{_body_truncate_rails.md → _body_truncate.md} +0 -0
- /data/app/pb_kits/playbook/pb_gauge/docs/{_gauge_colors_rails.md → _gauge_colors.md} +0 -0
- /data/app/pb_kits/playbook/pb_gauge/docs/{_gauge_complex_rails.md → _gauge_complex.md} +0 -0
- /data/app/pb_kits/playbook/pb_line_graph/docs/{_line_graph_colors_rails.md → _line_graph_colors.md} +0 -0
- /data/app/pb_kits/playbook/pb_title/docs/{_title_truncate_rails.md → _title_truncate.md} +0 -0
- /data/app/pb_kits/playbook/pb_tooltip/docs/{_tooltip_click_open_react.md → _tooltip_click_open.md} +0 -0
@@ -1,7 +1,5 @@
|
|
1
1
|
import React from 'react'
|
2
|
-
import
|
3
|
-
import Highcharts from "highcharts"
|
4
|
-
import HighchartsReact from "highcharts-react-official"
|
2
|
+
import LineGraph from '../../pb_line_graph/_line_graph'
|
5
3
|
import Title from '../../pb_title/_title'
|
6
4
|
|
7
5
|
const data = [{
|
@@ -21,109 +19,66 @@ const data = [{
|
|
21
19
|
data: [12908, 5948, 8105, 11248, 8989, 11816, 18274, 18111],
|
22
20
|
}]
|
23
21
|
|
24
|
-
const
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
const optionsSecond = Highcharts.merge({}, lineGraphTheme, chartOptionsSecond)
|
86
|
-
const optionsThird = Highcharts.merge({}, lineGraphTheme, chartOptionsThird)
|
87
|
-
|
88
|
-
return (
|
89
|
-
<div>
|
90
|
-
<Title
|
91
|
-
paddingY="sm"
|
92
|
-
size={4}
|
93
|
-
tag="h4"
|
94
|
-
text="align | verticalAlign"
|
95
|
-
{...props}
|
96
|
-
/>
|
97
|
-
<HighchartsReact
|
98
|
-
highcharts={Highcharts}
|
99
|
-
options={optionsFirst}
|
100
|
-
/>
|
101
|
-
|
102
|
-
<Title
|
103
|
-
paddingY="sm"
|
104
|
-
size={4}
|
105
|
-
tag="h4"
|
106
|
-
text="layout"
|
107
|
-
{...props}
|
108
|
-
/>
|
109
|
-
<HighchartsReact
|
110
|
-
highcharts={Highcharts}
|
111
|
-
options={optionsSecond}
|
112
|
-
/>
|
113
|
-
|
114
|
-
<Title
|
115
|
-
paddingY="sm"
|
116
|
-
size={4}
|
117
|
-
tag="h4"
|
118
|
-
text="x | y"
|
119
|
-
{...props}
|
120
|
-
/>
|
121
|
-
<HighchartsReact
|
122
|
-
highcharts={Highcharts}
|
123
|
-
options={optionsThird}
|
124
|
-
/>
|
125
|
-
</div>
|
126
|
-
)
|
127
|
-
}
|
22
|
+
const LineGraphLegendPosition = (props) => (
|
23
|
+
<div>
|
24
|
+
<Title
|
25
|
+
paddingBottom="sm"
|
26
|
+
paddingTop="sm"
|
27
|
+
size={4}
|
28
|
+
tag="h4"
|
29
|
+
text="align | verticalAlign"
|
30
|
+
/>
|
31
|
+
<LineGraph
|
32
|
+
align='right'
|
33
|
+
axisTitle="Number of Employees"
|
34
|
+
chartData={data}
|
35
|
+
id="legend-position-line"
|
36
|
+
legend
|
37
|
+
title="Alignment of Legend"
|
38
|
+
verticalAlign="top"
|
39
|
+
xAxisCategories={['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug']}
|
40
|
+
yAxisMin={0}
|
41
|
+
{...props}
|
42
|
+
/>
|
43
|
+
<Title
|
44
|
+
paddingBottom="sm"
|
45
|
+
paddingTop="sm"
|
46
|
+
size={4}
|
47
|
+
tag="h4"
|
48
|
+
text="layout"
|
49
|
+
/>
|
50
|
+
<LineGraph
|
51
|
+
axisTitle="Number of Employees"
|
52
|
+
chartData={data}
|
53
|
+
id="legend-position-line-1"
|
54
|
+
layout="vertical"
|
55
|
+
legend
|
56
|
+
title="Layout of Legend"
|
57
|
+
xAxisCategories={['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug']}
|
58
|
+
yAxisMin={0}
|
59
|
+
{...props}
|
60
|
+
/>
|
61
|
+
<Title
|
62
|
+
paddingBottom="sm"
|
63
|
+
paddingTop="sm"
|
64
|
+
size={4}
|
65
|
+
tag="h4"
|
66
|
+
text="x | y"
|
67
|
+
/>
|
68
|
+
<LineGraph
|
69
|
+
axisTitle="Number of Employees"
|
70
|
+
chartData={data}
|
71
|
+
id="legend-position-line-2"
|
72
|
+
layout="vertical"
|
73
|
+
legend
|
74
|
+
title="Offset of Legend"
|
75
|
+
x={100}
|
76
|
+
xAxisCategories={['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug']}
|
77
|
+
y={10}
|
78
|
+
yAxisMin={0}
|
79
|
+
{...props}
|
80
|
+
/>
|
81
|
+
</div>
|
82
|
+
)
|
128
83
|
|
129
84
|
export default LineGraphLegendPosition
|
@@ -1,14 +1,17 @@
|
|
1
1
|
##### Prop
|
2
2
|
|
3
3
|
`align` **Type**: String | **Values**: left | center | right (defaults to center)
|
4
|
-
`verticalAlign` **Type**: String | **Values**: top | middle | bottom (defaults
|
4
|
+
`verticalAlign` **Type**: String | **Values**: top | middle | bottom (defaults middle)
|
5
5
|
`layout` **Type**: String | **Values**: horizontal | vertical | proximate (defaults to horizontal)
|
6
6
|
`x` **Type**: Number (defaults to 0)
|
7
7
|
`y` **Type**: Number (defaults to 0)
|
8
8
|
|
9
|
-
|
9
|
+
-
|
10
|
+
|
11
|
+
- `layout` determines the position of the legend items
|
10
12
|
`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.
|
11
13
|
|
12
|
-
`x` offsets the legend relative to its horizontal
|
14
|
+
- `x` offsets the legend relative to its horizontal alignmnet. Negative x moves it to the left, positive x moves it to the right
|
15
|
+
|
13
16
|
|
14
|
-
`y` offsets the legend relative to its vertical
|
17
|
+
- `y` offsets the legend relative to its vertical alignmnet. Negative y moves it up, positive y moves it down.
|
@@ -0,0 +1,52 @@
|
|
1
|
+
import React from 'react'
|
2
|
+
import lineGraphTheme from '../lineGraphTheme'
|
3
|
+
import Highcharts from "highcharts"
|
4
|
+
import HighchartsReact from "highcharts-react-official"
|
5
|
+
|
6
|
+
const data = [{
|
7
|
+
name: 'Installation',
|
8
|
+
data: [43934, 52503, 57177, 69658, 97031, 119931, 137133, 154175],
|
9
|
+
}, {
|
10
|
+
name: 'Manufacturing',
|
11
|
+
data: [24916, 24064, 29742, 29851, 32490, 30282, 38121, 40434],
|
12
|
+
}, {
|
13
|
+
name: 'Sales & Distribution',
|
14
|
+
data: [11744, 17722, 16005, 19771, 20185, 24377, 32147, 39387],
|
15
|
+
}, {
|
16
|
+
name: 'Project Development',
|
17
|
+
data: [null, null, 7988, 12169, 15112, 22452, 34400, 34227],
|
18
|
+
}, {
|
19
|
+
name: 'Other',
|
20
|
+
data: [12908, 5948, 8105, 11248, 8989, 11816, 18274, 18111],
|
21
|
+
}]
|
22
|
+
|
23
|
+
const categories = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
|
24
|
+
|
25
|
+
const baseOptions = {
|
26
|
+
series: data,
|
27
|
+
title: { text: "Solar Employment Growth by Sector, 2010-2016" },
|
28
|
+
subtitle: { text: "Source: thesolarfoundation.com" },
|
29
|
+
xAxis: {
|
30
|
+
categories: categories,
|
31
|
+
},
|
32
|
+
yAxis: {
|
33
|
+
title: {
|
34
|
+
text: "Number of Employees",
|
35
|
+
},
|
36
|
+
},
|
37
|
+
}
|
38
|
+
|
39
|
+
const LineGraphPbStyles = () => {
|
40
|
+
const options = Highcharts.merge({}, lineGraphTheme, baseOptions)
|
41
|
+
|
42
|
+
return(
|
43
|
+
<div>
|
44
|
+
<HighchartsReact
|
45
|
+
highcharts={Highcharts}
|
46
|
+
options={options}
|
47
|
+
/>
|
48
|
+
</div>
|
49
|
+
)
|
50
|
+
}
|
51
|
+
|
52
|
+
export default LineGraphPbStyles
|
@@ -0,0 +1 @@
|
|
1
|
+
You don't need to use the Line Graph Kit to apply Playbook styles to your Highcharts line graph. Just import lineGraphTheme.ts and merge it with your graph options—Playbook’s styling will apply automatically.
|
@@ -4,3 +4,4 @@ export { default as LineGraphLegendPosition } from './_line_graph_legend_positio
|
|
4
4
|
export { default as LineGraphLegendNonclickable } from './_line_graph_legend_nonclickable.jsx'
|
5
5
|
export { default as LineGraphHeight } from './_line_graph_height.jsx'
|
6
6
|
export { default as LineGraphColors } from './_line_graph_colors.jsx'
|
7
|
+
export { default as LineGraphPbStyles } from './_line_graph_pb_styles.jsx'
|
@@ -3,6 +3,4 @@ Our Pagination kit depends on the <a href="https://github.com/mislav/will_pagina
|
|
3
3
|
|
4
4
|
Once you have perfomed the paginated query in your controller file you can use our kit (see code example below) instead of `<%= will_paginate @users %>` in your view file.
|
5
5
|
|
6
|
-
You need to add: <code>require "playbook/pagination_renderer"</code> in your apps controller file.
|
7
|
-
|
8
|
-
Note: If the total page count is 0 or 1, the Pagination kit will not be displayed as there aren't multiple pages to navigate.
|
6
|
+
You need to add: <code>require "playbook/pagination_renderer"</code> in your apps controller file.
|
@@ -1,3 +1 @@
|
|
1
|
-
The `range` prop determines how many pages to display in the Pagination component. Regardless of this value, the first two and last two pages are always visible to facilitate navigation to the beginning and end of the pagination. If these always-visible pages fall within the specified range, they are included in the display. If they fall outside the range, the pagination will show additional pages up to the number defined by the `range` prop.
|
2
|
-
|
3
|
-
Note: If the `total` pages prop is 0 or 1, the Pagination component will not be displayed, as there aren't multiple pages to navigate.
|
1
|
+
The `range` prop determines how many pages to display in the Pagination component. Regardless of this value, the first two and last two pages are always visible to facilitate navigation to the beginning and end of the pagination. If these always-visible pages fall within the specified range, they are included in the display. If they fall outside the range, the pagination will show additional pages up to the number defined by the `range` prop.
|
@@ -10,7 +10,6 @@ examples:
|
|
10
10
|
- phone_number_input_clear_field: Clearing the Input Field
|
11
11
|
- phone_number_input_access_input_element: Accessing the Input Element
|
12
12
|
- phone_number_input_format: Format as You Type
|
13
|
-
- phone_number_input_strict_mode: Strict Mode
|
14
13
|
- phone_number_input_country_search: Country Search
|
15
14
|
|
16
15
|
rails:
|
@@ -21,6 +20,5 @@ examples:
|
|
21
20
|
- phone_number_input_exclude_countries: Exclude Countries
|
22
21
|
- phone_number_input_validation: Form Validation
|
23
22
|
- phone_number_input_format: Format as You Type
|
24
|
-
- phone_number_input_strict_mode: Strict Mode
|
25
23
|
- phone_number_input_hidden_inputs: Hidden Inputs
|
26
24
|
- phone_number_input_country_search: Country Search
|
@@ -7,5 +7,4 @@ export { default as PhoneNumberInputValidation } from './_phone_number_input_val
|
|
7
7
|
export { default as PhoneNumberInputClearField } from './_phone_number_input_clear_field'
|
8
8
|
export { default as PhoneNumberInputAccessInputElement } from './_phone_number_input_access_input_element'
|
9
9
|
export { default as PhoneNumberInputFormat } from './_phone_number_input_format'
|
10
|
-
export { default as PhoneNumberInputStrictMode } from './_phone_number_input_strict_mode'
|
11
10
|
export { default as PhoneNumberInputCountrySearch } from './_phone_number_input_country_search'
|
@@ -20,7 +20,7 @@ const TitleTruncate = (props) => {
|
|
20
20
|
marginBottom="md"
|
21
21
|
size={4}
|
22
22
|
text={lorem}
|
23
|
-
truncate=
|
23
|
+
truncate="1"
|
24
24
|
{...props}
|
25
25
|
/>
|
26
26
|
|
@@ -32,7 +32,7 @@ const TitleTruncate = (props) => {
|
|
32
32
|
marginBottom="md"
|
33
33
|
size={4}
|
34
34
|
text={lorem}
|
35
|
-
truncate=
|
35
|
+
truncate="2"
|
36
36
|
{...props}
|
37
37
|
/>
|
38
38
|
|
@@ -43,7 +43,7 @@ const TitleTruncate = (props) => {
|
|
43
43
|
<Title
|
44
44
|
size={4}
|
45
45
|
text={lorem}
|
46
|
-
truncate=
|
46
|
+
truncate="3"
|
47
47
|
{...props}
|
48
48
|
/>
|
49
49
|
</Flex>
|
@@ -0,0 +1,69 @@
|
|
1
|
+
import React, { useState } from 'react'
|
2
|
+
import Button from '../../pb_button/_button'
|
3
|
+
import Walkthrough from '../../pb_walkthrough/_walkthrough'
|
4
|
+
|
5
|
+
const WalkthroughContinuous = (props) => {
|
6
|
+
const [state, setState] = useState({
|
7
|
+
run: false,
|
8
|
+
steps: [
|
9
|
+
{
|
10
|
+
title: 'Example Title',
|
11
|
+
content: 'Setting the prop - continuous allows the next button to appear and lets the user move to the next step by pressing the next button instead of the beacon',
|
12
|
+
target: '.examplePaused',
|
13
|
+
},
|
14
|
+
{
|
15
|
+
title: 'Toggle',
|
16
|
+
content: 'Setting the prop - continuous allows the next button to appear and lets the user move to the next step by pressing the next button instead of the beacon',
|
17
|
+
target: '.pb_toggle_control',
|
18
|
+
},
|
19
|
+
{
|
20
|
+
title: 'Top Nav',
|
21
|
+
content: 'Setting the prop - continuous allows the next button to appear and lets the user move to the next step by pressing the next button instead of the beacon',
|
22
|
+
target: '.pb--page--topNav',
|
23
|
+
},
|
24
|
+
],
|
25
|
+
})
|
26
|
+
|
27
|
+
return (
|
28
|
+
<div>
|
29
|
+
<div
|
30
|
+
className="examplePaused"
|
31
|
+
style={{ 'display': 'inline' }}
|
32
|
+
>
|
33
|
+
{'Start the Tour. Then click the Beacon to demo the default behavior of the Walkthrough Kit'}
|
34
|
+
</div>
|
35
|
+
<br />
|
36
|
+
<br />
|
37
|
+
<Button
|
38
|
+
onClick={() => {
|
39
|
+
setState({ ...state,
|
40
|
+
run: true,
|
41
|
+
})
|
42
|
+
}}
|
43
|
+
>
|
44
|
+
{'Start Tour'}
|
45
|
+
</Button>
|
46
|
+
<br />
|
47
|
+
<br />
|
48
|
+
<Button
|
49
|
+
onClick={() => {
|
50
|
+
setState({
|
51
|
+
...state,
|
52
|
+
run: false,
|
53
|
+
})
|
54
|
+
}}
|
55
|
+
>
|
56
|
+
{'Reset/Stop Tour'}
|
57
|
+
</Button>
|
58
|
+
|
59
|
+
<Walkthrough
|
60
|
+
run={state.run}
|
61
|
+
steps={state.steps}
|
62
|
+
{...props}
|
63
|
+
continuous
|
64
|
+
/>
|
65
|
+
</div>
|
66
|
+
)
|
67
|
+
}
|
68
|
+
|
69
|
+
export default WalkthroughContinuous
|
@@ -0,0 +1,71 @@
|
|
1
|
+
import React, { useState } from 'react'
|
2
|
+
import Button from '../../pb_button/_button'
|
3
|
+
import Walkthrough from '../../pb_walkthrough/_walkthrough'
|
4
|
+
|
5
|
+
const WalkthroughDefault = (props) => {
|
6
|
+
const [state, setState] = useState({
|
7
|
+
run: false,
|
8
|
+
steps: [
|
9
|
+
{
|
10
|
+
title: 'Example title',
|
11
|
+
content:
|
12
|
+
'This was an example of a Beacon in the Walkthrough Kit it is used as a simple indicator to inform users about a particular thing',
|
13
|
+
target: '.example',
|
14
|
+
},
|
15
|
+
{
|
16
|
+
title: 'Toggle',
|
17
|
+
content:
|
18
|
+
'By default the walkthrough kit will cycle through each step provided.',
|
19
|
+
target: '.pb_toggle_control',
|
20
|
+
},
|
21
|
+
{
|
22
|
+
title: 'Top Nav',
|
23
|
+
content:
|
24
|
+
'By default the walkthrough kit will cycle through each step provided.',
|
25
|
+
target: '.pb--page--topNav',
|
26
|
+
},
|
27
|
+
],
|
28
|
+
})
|
29
|
+
|
30
|
+
return (
|
31
|
+
<div>
|
32
|
+
<div
|
33
|
+
className="example"
|
34
|
+
style={{ 'display': 'inline' }}
|
35
|
+
>
|
36
|
+
{'Start the Tour. Then click the Beacon to demo the default behavior of the Walkthrough Kit'}
|
37
|
+
</div>
|
38
|
+
<br />
|
39
|
+
<br />
|
40
|
+
<Button
|
41
|
+
onClick={() => {
|
42
|
+
setState({ ...state,
|
43
|
+
run: true,
|
44
|
+
})
|
45
|
+
}}
|
46
|
+
>
|
47
|
+
{'Start Tour'}
|
48
|
+
</Button>
|
49
|
+
<br />
|
50
|
+
<br />
|
51
|
+
<Button
|
52
|
+
onClick={() => {
|
53
|
+
setState({
|
54
|
+
...state,
|
55
|
+
run: false,
|
56
|
+
})
|
57
|
+
}}
|
58
|
+
>
|
59
|
+
{'Reset/Stop Tour'}
|
60
|
+
</Button>
|
61
|
+
|
62
|
+
<Walkthrough
|
63
|
+
run={state.run}
|
64
|
+
steps={state.steps}
|
65
|
+
{...props}
|
66
|
+
/>
|
67
|
+
</div>
|
68
|
+
)
|
69
|
+
}
|
70
|
+
|
71
|
+
export default WalkthroughDefault
|
@@ -0,0 +1,110 @@
|
|
1
|
+
import React, { useState } from 'react'
|
2
|
+
import Button from '../../pb_button/_button'
|
3
|
+
import Walkthrough from '../../pb_walkthrough/_walkthrough'
|
4
|
+
|
5
|
+
const WalkthroughMultiBeacon = (props) => {
|
6
|
+
const [stateA, setStateA] = useState({
|
7
|
+
run: false,
|
8
|
+
steps: [
|
9
|
+
{
|
10
|
+
title: 'Example title',
|
11
|
+
content:
|
12
|
+
'This was an example of a Beacon in the Walkthrough Kit it is used as a simple indicator to inform users about a particular thing',
|
13
|
+
target: '.exampleMulti',
|
14
|
+
},
|
15
|
+
],
|
16
|
+
})
|
17
|
+
|
18
|
+
const [stateB, setStateB] = useState({
|
19
|
+
run: false,
|
20
|
+
steps: [
|
21
|
+
{
|
22
|
+
title: 'Toggle',
|
23
|
+
content:
|
24
|
+
'By default the walkthrough kit will cycle through each step provided.',
|
25
|
+
target: '.pb_toggle_control',
|
26
|
+
},
|
27
|
+
],
|
28
|
+
})
|
29
|
+
|
30
|
+
const [stateC, setStateC] = useState({
|
31
|
+
run: false,
|
32
|
+
steps: [
|
33
|
+
{
|
34
|
+
title: 'Top Nav',
|
35
|
+
content:
|
36
|
+
'By default the walkthrough kit will cycle through each step provided.',
|
37
|
+
target: '.pb--page--topNav',
|
38
|
+
},
|
39
|
+
],
|
40
|
+
})
|
41
|
+
|
42
|
+
return (
|
43
|
+
<div>
|
44
|
+
<div
|
45
|
+
className="exampleMulti"
|
46
|
+
style={{ 'display': 'inline' }}
|
47
|
+
>
|
48
|
+
{'Start the Tour. Then click the Beacon to demo the default behavior of the Walkthrough Kit'}
|
49
|
+
</div>
|
50
|
+
<br />
|
51
|
+
<br />
|
52
|
+
<Button
|
53
|
+
onClick={() => {
|
54
|
+
setStateA({
|
55
|
+
...stateA,
|
56
|
+
run: true,
|
57
|
+
})
|
58
|
+
setStateB({
|
59
|
+
...stateB,
|
60
|
+
run: true,
|
61
|
+
})
|
62
|
+
setStateC({
|
63
|
+
...stateC,
|
64
|
+
run: true,
|
65
|
+
})
|
66
|
+
}}
|
67
|
+
>
|
68
|
+
{'Start Tour'}
|
69
|
+
</Button>
|
70
|
+
<br />
|
71
|
+
<br />
|
72
|
+
<Button
|
73
|
+
onClick={() => {
|
74
|
+
setStateA({
|
75
|
+
...stateA,
|
76
|
+
run: false,
|
77
|
+
})
|
78
|
+
setStateB({
|
79
|
+
...stateB,
|
80
|
+
run: false,
|
81
|
+
})
|
82
|
+
setStateC({
|
83
|
+
...stateC,
|
84
|
+
run: false,
|
85
|
+
})
|
86
|
+
}}
|
87
|
+
>
|
88
|
+
{'Reset/Stop Tour'}
|
89
|
+
</Button>
|
90
|
+
|
91
|
+
<Walkthrough
|
92
|
+
run={stateA.run}
|
93
|
+
steps={stateA.steps}
|
94
|
+
{...props}
|
95
|
+
/>
|
96
|
+
<Walkthrough
|
97
|
+
run={stateB.run}
|
98
|
+
steps={stateB.steps}
|
99
|
+
{...props}
|
100
|
+
/>
|
101
|
+
<Walkthrough
|
102
|
+
run={stateC.run}
|
103
|
+
steps={stateC.steps}
|
104
|
+
{...props}
|
105
|
+
/>
|
106
|
+
</div>
|
107
|
+
)
|
108
|
+
}
|
109
|
+
|
110
|
+
export default WalkthroughMultiBeacon
|