playbook_ui_docs 15.0.0.pre.alpha.PLAY2473rowhighlightfix10510 → 15.0.0.pre.alpha.PLAY2480playbookicons10010725
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_card/docs/_card_highlight.html.erb +3 -0
- data/app/pb_kits/playbook/pb_card/docs/_card_highlight.jsx +8 -0
- data/app/pb_kits/playbook/pb_contact/docs/_contact_default.html.erb +16 -1
- data/app/pb_kits/playbook/pb_contact/docs/_contact_default.jsx +15 -0
- data/app/pb_kits/playbook/pb_contact/docs/_contact_default.md +5 -0
- data/app/pb_kits/playbook/pb_contact/docs/_contact_with_detail.html.erb +6 -0
- data/app/pb_kits/playbook/pb_contact/docs/_contact_with_detail.jsx +6 -0
- data/app/pb_kits/playbook/pb_passphrase/docs/_passphrase_breached.html.erb +3 -3
- data/app/pb_kits/playbook/pb_passphrase/docs/_passphrase_common.html.erb +3 -3
- data/app/pb_kits/playbook/pb_passphrase/docs/_passphrase_confirmation.html.erb +3 -3
- data/app/pb_kits/playbook/pb_passphrase/docs/_passphrase_meter_settings.html.erb +3 -3
- data/app/pb_kits/playbook/pb_passphrase/docs/_passphrase_strength_change.html.erb +3 -3
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_block_content.html.erb +31 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_block_content.jsx +81 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_color_overrides.html.erb +25 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_color_overrides.jsx +40 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_color_overrides.md +5 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_custom_tooltip.html.erb +27 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_custom_tooltip.jsx +39 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_custom_tooltip.md +5 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_legend_position.html.erb +93 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_legend_position.jsx +131 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_legend_position.md +14 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_with_labels.html.erb +42 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_with_labels.jsx +58 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_with_legend.html.erb +24 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_with_legend.jsx +38 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_default.html.erb +22 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_default.jsx +33 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_inner_sizes.html.erb +118 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_inner_sizes.jsx +144 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_live_data.jsx +60 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_rounded.html.erb +24 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_rounded.jsx +42 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_with_title.html.erb +38 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_with_title.jsx +52 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/example.yml +29 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/index.js +11 -0
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_preview.html.erb +2 -2
- data/app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.html.erb +23 -0
- data/app/pb_kits/playbook/pb_section_separator/docs/_section_separator_children.jsx +45 -7
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_align.html.erb +0 -10
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_align.jsx +0 -9
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_align.md +1 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default.html.erb +3 -17
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default.jsx +0 -15
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_default.md +1 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.html.erb +0 -2
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.jsx +0 -2
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_elapsed.md +5 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_current_year.html.erb +12 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_current_year.jsx +25 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_current_year.md +1 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_date.html.erb +4 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_date.jsx +17 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_date.md +1 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_time.html.erb +18 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_time.jsx +44 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_show_time.md +1 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.html.erb +0 -14
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.jsx +0 -14
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_timezones.md +1 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.html.erb +0 -4
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.jsx +0 -4
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated.jsx +0 -1
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated.md +5 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_current_year.html.erb +16 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_current_year.jsx +30 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_current_year.md +1 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_date.html.erb +16 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_date.jsx +30 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_date.md +1 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_time.html.erb +26 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_time.jsx +41 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/_timestamp_updated_show_time.md +1 -0
- data/app/pb_kits/playbook/pb_timestamp/docs/example.yml +18 -6
- data/app/pb_kits/playbook/pb_timestamp/docs/index.js +6 -0
- data/dist/playbook-doc.js +2 -2
- metadata +52 -3
- data/app/pb_kits/playbook/pb_timestamp/docs/_time_stamp_default.md +0 -1
@@ -0,0 +1,42 @@
|
|
1
|
+
import React from "react";
|
2
|
+
import { PbCircleChart } from "playbook-ui";
|
3
|
+
|
4
|
+
const data= [
|
5
|
+
{
|
6
|
+
name: "Waiting for Calls",
|
7
|
+
y: 41,
|
8
|
+
},
|
9
|
+
{
|
10
|
+
name: "On Call",
|
11
|
+
y: 49,
|
12
|
+
},
|
13
|
+
{
|
14
|
+
name: "After Call",
|
15
|
+
y: 10,
|
16
|
+
},
|
17
|
+
]
|
18
|
+
|
19
|
+
|
20
|
+
const PbCircleChartRounded = (props) => {
|
21
|
+
const chartOptions = {
|
22
|
+
series: [{ data: data }],
|
23
|
+
plotOptions: {
|
24
|
+
pie: {
|
25
|
+
borderColor: null,
|
26
|
+
borderWidth: 20,
|
27
|
+
innerSize: '100%',
|
28
|
+
},
|
29
|
+
},
|
30
|
+
};
|
31
|
+
|
32
|
+
return (
|
33
|
+
<div>
|
34
|
+
<PbCircleChart
|
35
|
+
options={chartOptions}
|
36
|
+
{...props}
|
37
|
+
/>
|
38
|
+
</div>
|
39
|
+
);
|
40
|
+
};
|
41
|
+
|
42
|
+
export default PbCircleChartRounded;
|
@@ -0,0 +1,38 @@
|
|
1
|
+
<% data = [
|
2
|
+
{
|
3
|
+
name: 'Facebook',
|
4
|
+
y: 2498,
|
5
|
+
},
|
6
|
+
{
|
7
|
+
name: 'YouTube',
|
8
|
+
y: 2000,
|
9
|
+
},
|
10
|
+
{
|
11
|
+
name: 'WhatsApp',
|
12
|
+
y: 2000,
|
13
|
+
},
|
14
|
+
{
|
15
|
+
name: 'Facebook Messenger',
|
16
|
+
y: 1300,
|
17
|
+
},
|
18
|
+
{
|
19
|
+
name: 'WeChat',
|
20
|
+
y: 1165,
|
21
|
+
},
|
22
|
+
{
|
23
|
+
name: 'Instagram',
|
24
|
+
y: 1000,
|
25
|
+
},
|
26
|
+
{
|
27
|
+
name: 'Tik Tok',
|
28
|
+
y: 800,
|
29
|
+
},
|
30
|
+
] %>
|
31
|
+
|
32
|
+
<% chart_options = {
|
33
|
+
series: [{ data: data }],
|
34
|
+
title: { text: "Active Users on Social Media" },
|
35
|
+
} %>
|
36
|
+
|
37
|
+
|
38
|
+
<%= pb_rails("pb_circle_chart", props: { options: chart_options }) %>
|
@@ -0,0 +1,52 @@
|
|
1
|
+
import React from "react";
|
2
|
+
import { PbCircleChart } from "playbook-ui";
|
3
|
+
|
4
|
+
const data= [
|
5
|
+
{
|
6
|
+
name: 'Facebook',
|
7
|
+
y: 2498,
|
8
|
+
},
|
9
|
+
{
|
10
|
+
name: 'YouTube',
|
11
|
+
y: 2000,
|
12
|
+
},
|
13
|
+
{
|
14
|
+
name: 'WhatsApp',
|
15
|
+
y: 2000,
|
16
|
+
},
|
17
|
+
{
|
18
|
+
name: 'Facebook Messenger',
|
19
|
+
y: 1300,
|
20
|
+
},
|
21
|
+
{
|
22
|
+
name: 'WeChat',
|
23
|
+
y: 1165,
|
24
|
+
},
|
25
|
+
{
|
26
|
+
name: 'Instagram',
|
27
|
+
y: 1000,
|
28
|
+
},
|
29
|
+
{
|
30
|
+
name: 'Tik Tok',
|
31
|
+
y: 800,
|
32
|
+
},
|
33
|
+
]
|
34
|
+
|
35
|
+
|
36
|
+
const PbCircleChartWithTitle = (props) => {
|
37
|
+
const chartOptions = {
|
38
|
+
title: { text: "Active Users on Social Media" },
|
39
|
+
series: [{ data: data }],
|
40
|
+
};
|
41
|
+
|
42
|
+
return (
|
43
|
+
<div>
|
44
|
+
<PbCircleChart
|
45
|
+
options={chartOptions}
|
46
|
+
{...props}
|
47
|
+
/>
|
48
|
+
</div>
|
49
|
+
);
|
50
|
+
};
|
51
|
+
|
52
|
+
export default PbCircleChartWithTitle;
|
@@ -0,0 +1,29 @@
|
|
1
|
+
examples:
|
2
|
+
|
3
|
+
rails:
|
4
|
+
- pb_circle_chart_default: Default
|
5
|
+
- pb_circle_chart_rounded: Rounded Corners
|
6
|
+
- pb_circle_chart_block_content: Accepts Any Block
|
7
|
+
- pb_circle_chart_color_overrides: Color Overrides
|
8
|
+
- pb_circle_chart_data_with_labels: Data with Labels
|
9
|
+
- pb_circle_chart_data_with_legend: Data with Legend
|
10
|
+
- pb_circle_chart_data_legend_position: Legend Position
|
11
|
+
- pb_circle_chart_with_title: With Title
|
12
|
+
- pb_circle_chart_inner_sizes: Inner Circle Size Options
|
13
|
+
- pb_circle_chart_custom_tooltip: Tooltip Customization
|
14
|
+
|
15
|
+
|
16
|
+
react:
|
17
|
+
- pb_circle_chart_default: Default
|
18
|
+
- pb_circle_chart_live_data: Live Data
|
19
|
+
- pb_circle_chart_rounded: Rounded Corners
|
20
|
+
- pb_circle_chart_block_content: Accepts Any Block
|
21
|
+
- pb_circle_chart_color_overrides: Color Overrides
|
22
|
+
- pb_circle_chart_data_with_labels: Data with Labels
|
23
|
+
- pb_circle_chart_data_with_legend: Data with Legend
|
24
|
+
- pb_circle_chart_data_legend_position: Legend Position
|
25
|
+
- pb_circle_chart_with_title: With Title
|
26
|
+
- pb_circle_chart_inner_sizes: Inner Circle Size Options
|
27
|
+
- pb_circle_chart_custom_tooltip: Tooltip Customization
|
28
|
+
|
29
|
+
|
@@ -0,0 +1,11 @@
|
|
1
|
+
export { default as PbCircleChartDefault } from './_pb_circle_chart_default.jsx'
|
2
|
+
export { default as PbCircleChartLiveData } from './_pb_circle_chart_live_data.jsx'
|
3
|
+
export { default as PbCircleChartRounded } from './_pb_circle_chart_rounded.jsx'
|
4
|
+
export { default as PbCircleChartBlockContent } from './_pb_circle_chart_block_content.jsx'
|
5
|
+
export { default as PbCircleChartColorOverrides } from './_pb_circle_chart_color_overrides.jsx'
|
6
|
+
export { default as PbCircleChartDataWithLabels } from './_pb_circle_chart_data_with_labels.jsx'
|
7
|
+
export { default as PbCircleChartDataWithLegend } from './_pb_circle_chart_data_with_legend.jsx'
|
8
|
+
export { default as PbCircleChartDataLegendPosition } from './_pb_circle_chart_data_legend_position.jsx'
|
9
|
+
export { default as PbCircleChartWithTitle } from './_pb_circle_chart_with_title.jsx'
|
10
|
+
export { default as PbCircleChartInnerSizes } from './_pb_circle_chart_inner_sizes.jsx'
|
11
|
+
export { default as PbCircleChartCustomTooltip } from './_pb_circle_chart_custom_tooltip.jsx'
|
@@ -13,8 +13,8 @@
|
|
13
13
|
<script>
|
14
14
|
document.addEventListener('DOMContentLoaded', () => {
|
15
15
|
function handleButtonClick() {
|
16
|
-
const editorContainer = [...document.querySelectorAll('[data-react-props]')]
|
17
|
-
.find(element => element.getAttribute('data-react-props')?.includes('"id":"content-preview-editor"'))
|
16
|
+
const editorContainer = [...document.querySelectorAll('[data-pb-react-props]')]
|
17
|
+
.find(element => element.getAttribute('data-pb-react-props')?.includes('"id":"content-preview-editor"'))
|
18
18
|
|
19
19
|
const editorElement = editorContainer?.querySelector('trix-editor')
|
20
20
|
const inputId = editorElement?.getAttribute('input')
|
@@ -11,4 +11,27 @@
|
|
11
11
|
padding_right: "xs"
|
12
12
|
}) %>
|
13
13
|
<% end %>
|
14
|
+
<% end %>
|
15
|
+
|
16
|
+
<%= pb_rails("flex", props: { classname: "flex-container", margin_top: "lg", vertical: "stretch" }) do %>
|
17
|
+
<%= pb_rails("body", props: { classname: "flex-item" }) do %>
|
18
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua
|
19
|
+
<% end %>
|
20
|
+
<%= pb_rails("section_separator", props: { orientation: "vertical" }) do %>
|
21
|
+
<%= pb_rails("card", props: {
|
22
|
+
border_radius: "rounded",
|
23
|
+
justify_content: "center",
|
24
|
+
padding: "none"
|
25
|
+
}) do %>
|
26
|
+
<%= pb_rails("caption", props: {
|
27
|
+
text: "TODAY",
|
28
|
+
size: "xs",
|
29
|
+
padding_left: "xs",
|
30
|
+
padding_right: "xs"
|
31
|
+
}) %>
|
32
|
+
<% end %>
|
33
|
+
<% end %>
|
34
|
+
<%= pb_rails("body", props: { classname: "flex-item" }) do %>
|
35
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua
|
36
|
+
<% end %>
|
14
37
|
<% end %>
|
@@ -2,8 +2,25 @@ import React from 'react'
|
|
2
2
|
import Card from '../../pb_card/_card'
|
3
3
|
import Caption from '../../pb_caption/_caption'
|
4
4
|
import SectionSeparator from '../../pb_section_separator/_section_separator'
|
5
|
+
import Flex from '../../pb_flex/_flex'
|
6
|
+
import FlexItem from '../../pb_flex/_flex_item'
|
5
7
|
|
6
|
-
const
|
8
|
+
const childrenHorizontal = (
|
9
|
+
<Card
|
10
|
+
borderRadius="rounded"
|
11
|
+
justifyContent="center"
|
12
|
+
padding="none"
|
13
|
+
>
|
14
|
+
<Caption
|
15
|
+
paddingLeft="xs"
|
16
|
+
paddingRight="xs"
|
17
|
+
size="xs"
|
18
|
+
text="TODAY"
|
19
|
+
/>
|
20
|
+
</Card>
|
21
|
+
)
|
22
|
+
|
23
|
+
const childrenVertical = (
|
7
24
|
<Card
|
8
25
|
borderRadius="rounded"
|
9
26
|
justifyContent="center"
|
@@ -20,12 +37,33 @@ const children = (
|
|
20
37
|
|
21
38
|
const SectionSeparatorChildren = (props) => {
|
22
39
|
return (
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
40
|
+
<>
|
41
|
+
<SectionSeparator
|
42
|
+
{...props}
|
43
|
+
lineStyle='dashed'
|
44
|
+
>
|
45
|
+
{childrenHorizontal}
|
46
|
+
</SectionSeparator>
|
47
|
+
<Flex
|
48
|
+
inline="flex-container"
|
49
|
+
marginTop="lg"
|
50
|
+
vertical="stretch"
|
51
|
+
>
|
52
|
+
<FlexItem>
|
53
|
+
{'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua'}
|
54
|
+
</FlexItem>
|
55
|
+
<SectionSeparator
|
56
|
+
orientation="vertical"
|
57
|
+
{...props}
|
58
|
+
>
|
59
|
+
{childrenVertical}
|
60
|
+
</SectionSeparator>
|
61
|
+
<FlexItem>
|
62
|
+
{'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua'}
|
63
|
+
</FlexItem>
|
64
|
+
</Flex>
|
65
|
+
</>
|
66
|
+
|
29
67
|
)
|
30
68
|
}
|
31
69
|
|
@@ -8,7 +8,6 @@
|
|
8
8
|
|
9
9
|
<%= pb_rails("timestamp", props: {
|
10
10
|
timestamp: DateTime.now,
|
11
|
-
show_date: true,
|
12
11
|
align: "left"
|
13
12
|
}) %>
|
14
13
|
|
@@ -16,7 +15,6 @@
|
|
16
15
|
|
17
16
|
<%= pb_rails("timestamp", props: {
|
18
17
|
timestamp: DateTime.now + 4.years,
|
19
|
-
show_date: true,
|
20
18
|
align: "left"
|
21
19
|
}) %>
|
22
20
|
|
@@ -24,7 +22,6 @@
|
|
24
22
|
|
25
23
|
<%= pb_rails("timestamp", props: {
|
26
24
|
timestamp: DateTime.now - 1.year,
|
27
|
-
show_date: true,
|
28
25
|
align: "left"
|
29
26
|
}) %>
|
30
27
|
|
@@ -40,7 +37,6 @@
|
|
40
37
|
|
41
38
|
<%= pb_rails("timestamp", props: {
|
42
39
|
timestamp: DateTime.now,
|
43
|
-
show_date: true,
|
44
40
|
align: "center"
|
45
41
|
}) %>
|
46
42
|
|
@@ -48,7 +44,6 @@
|
|
48
44
|
|
49
45
|
<%= pb_rails("timestamp", props: {
|
50
46
|
timestamp: DateTime.now + 4.years,
|
51
|
-
show_date: true,
|
52
47
|
align: "center"
|
53
48
|
}) %>
|
54
49
|
|
@@ -56,7 +51,6 @@
|
|
56
51
|
|
57
52
|
<%= pb_rails("timestamp", props: {
|
58
53
|
timestamp: DateTime.now - 1.year,
|
59
|
-
show_date: true,
|
60
54
|
align: "center"
|
61
55
|
}) %>
|
62
56
|
|
@@ -64,7 +58,6 @@
|
|
64
58
|
|
65
59
|
<%= pb_rails("timestamp", props: {
|
66
60
|
timestamp: DateTime.now,
|
67
|
-
show_date: false,
|
68
61
|
align: "right"
|
69
62
|
}) %>
|
70
63
|
|
@@ -72,7 +65,6 @@
|
|
72
65
|
|
73
66
|
<%= pb_rails("timestamp", props: {
|
74
67
|
timestamp: DateTime.now,
|
75
|
-
show_date: true,
|
76
68
|
align: "right"
|
77
69
|
}) %>
|
78
70
|
|
@@ -80,7 +72,6 @@
|
|
80
72
|
|
81
73
|
<%= pb_rails("timestamp", props: {
|
82
74
|
timestamp: DateTime.now + 4.years,
|
83
|
-
show_date: true,
|
84
75
|
align: "right"
|
85
76
|
}) %>
|
86
77
|
|
@@ -88,6 +79,5 @@
|
|
88
79
|
|
89
80
|
<%= pb_rails("timestamp", props: {
|
90
81
|
timestamp: DateTime.now - 1.year,
|
91
|
-
show_date: true,
|
92
82
|
align: "right"
|
93
83
|
}) %>
|
@@ -25,7 +25,6 @@ const TimestampAlign = (props) => {
|
|
25
25
|
|
26
26
|
<Timestamp
|
27
27
|
align="left"
|
28
|
-
showDate
|
29
28
|
timestamp={todaysDate}
|
30
29
|
{...props}
|
31
30
|
/>
|
@@ -34,7 +33,6 @@ const TimestampAlign = (props) => {
|
|
34
33
|
|
35
34
|
<Timestamp
|
36
35
|
align="left"
|
37
|
-
showDate
|
38
36
|
timestamp={futureDate}
|
39
37
|
{...props}
|
40
38
|
/>
|
@@ -43,7 +41,6 @@ const TimestampAlign = (props) => {
|
|
43
41
|
|
44
42
|
<Timestamp
|
45
43
|
align="left"
|
46
|
-
showDate
|
47
44
|
timestamp={pastDate}
|
48
45
|
{...props}
|
49
46
|
/>
|
@@ -62,7 +59,6 @@ const TimestampAlign = (props) => {
|
|
62
59
|
|
63
60
|
<Timestamp
|
64
61
|
align="center"
|
65
|
-
showDate
|
66
62
|
timestamp={todaysDate}
|
67
63
|
{...props}
|
68
64
|
/>
|
@@ -71,7 +67,6 @@ const TimestampAlign = (props) => {
|
|
71
67
|
|
72
68
|
<Timestamp
|
73
69
|
align="center"
|
74
|
-
showDate
|
75
70
|
timestamp={futureDate}
|
76
71
|
{...props}
|
77
72
|
/>
|
@@ -80,7 +75,6 @@ const TimestampAlign = (props) => {
|
|
80
75
|
|
81
76
|
<Timestamp
|
82
77
|
align="center"
|
83
|
-
showDate
|
84
78
|
timestamp={pastDate}
|
85
79
|
{...props}
|
86
80
|
/>
|
@@ -99,7 +93,6 @@ const TimestampAlign = (props) => {
|
|
99
93
|
|
100
94
|
<Timestamp
|
101
95
|
align="right"
|
102
|
-
showDate
|
103
96
|
timestamp={todaysDate}
|
104
97
|
{...props}
|
105
98
|
/>
|
@@ -108,7 +101,6 @@ const TimestampAlign = (props) => {
|
|
108
101
|
|
109
102
|
<Timestamp
|
110
103
|
align="right"
|
111
|
-
showDate
|
112
104
|
timestamp={futureDate}
|
113
105
|
{...props}
|
114
106
|
/>
|
@@ -117,7 +109,6 @@ const TimestampAlign = (props) => {
|
|
117
109
|
|
118
110
|
<Timestamp
|
119
111
|
align="right"
|
120
|
-
showDate
|
121
112
|
timestamp={pastDate}
|
122
113
|
{...props}
|
123
114
|
/>
|
@@ -0,0 +1 @@
|
|
1
|
+
The `align` prop can be used to set alignment. This prop is set to 'left' by default.
|
@@ -1,29 +1,15 @@
|
|
1
1
|
<%= pb_rails("timestamp", props: {
|
2
|
-
timestamp: DateTime.now
|
3
|
-
show_date: false,
|
4
|
-
align: "left"
|
2
|
+
timestamp: DateTime.now
|
5
3
|
}) %>
|
6
4
|
|
7
5
|
<br>
|
8
6
|
|
9
7
|
<%= pb_rails("timestamp", props: {
|
10
|
-
timestamp: DateTime.now
|
11
|
-
show_date: true,
|
12
|
-
align: "left"
|
8
|
+
timestamp: DateTime.now + 4.years
|
13
9
|
}) %>
|
14
10
|
|
15
11
|
<br>
|
16
12
|
|
17
13
|
<%= pb_rails("timestamp", props: {
|
18
|
-
timestamp: DateTime.now
|
19
|
-
show_date: true,
|
20
|
-
align: "left"
|
21
|
-
}) %>
|
22
|
-
|
23
|
-
<br>
|
24
|
-
|
25
|
-
<%= pb_rails("timestamp", props: {
|
26
|
-
timestamp: DateTime.now - 1.year,
|
27
|
-
show_date: true,
|
28
|
-
align: "left"
|
14
|
+
timestamp: DateTime.now - 1.year
|
29
15
|
}) %>
|
@@ -15,8 +15,6 @@ const TimestampDefault = (props) => {
|
|
15
15
|
return (
|
16
16
|
<div>
|
17
17
|
<Timestamp
|
18
|
-
align="left"
|
19
|
-
showDate={false}
|
20
18
|
timestamp={todaysDate}
|
21
19
|
{...props}
|
22
20
|
/>
|
@@ -24,17 +22,6 @@ const TimestampDefault = (props) => {
|
|
24
22
|
<br />
|
25
23
|
|
26
24
|
<Timestamp
|
27
|
-
align="left"
|
28
|
-
showDate
|
29
|
-
timestamp={todaysDate}
|
30
|
-
{...props}
|
31
|
-
/>
|
32
|
-
|
33
|
-
<br />
|
34
|
-
|
35
|
-
<Timestamp
|
36
|
-
align="left"
|
37
|
-
showDate
|
38
25
|
timestamp={futureDate}
|
39
26
|
{...props}
|
40
27
|
/>
|
@@ -42,8 +29,6 @@ const TimestampDefault = (props) => {
|
|
42
29
|
<br />
|
43
30
|
|
44
31
|
<Timestamp
|
45
|
-
align="left"
|
46
|
-
showDate
|
47
32
|
timestamp={pastDate}
|
48
33
|
{...props}
|
49
34
|
/>
|
@@ -0,0 +1 @@
|
|
1
|
+
By default, the timestamp kit will display the date and time as shown here. If the date is NOT within the current year, the year will also be shown while dates in the current year will not show the year.
|
@@ -10,7 +10,6 @@
|
|
10
10
|
<%= pb_rails("timestamp", props: {
|
11
11
|
timestamp: DateTime.now - 3.months,
|
12
12
|
variant: "elapsed",
|
13
|
-
show_user: false
|
14
13
|
}) %>
|
15
14
|
|
16
15
|
<br>
|
@@ -18,6 +17,5 @@
|
|
18
17
|
<%= pb_rails("timestamp", props: {
|
19
18
|
timestamp: DateTime.now - 320.days,
|
20
19
|
variant: "elapsed",
|
21
|
-
show_user: false,
|
22
20
|
hide_updated: true
|
23
21
|
}) %>
|
@@ -23,7 +23,6 @@ const TimestampElapsed = (props) => {
|
|
23
23
|
<br />
|
24
24
|
|
25
25
|
<Timestamp
|
26
|
-
showUser={false}
|
27
26
|
timestamp={customDate}
|
28
27
|
variant="elapsed"
|
29
28
|
{...props}
|
@@ -33,7 +32,6 @@ const TimestampElapsed = (props) => {
|
|
33
32
|
|
34
33
|
<Timestamp
|
35
34
|
hideUpdated
|
36
|
-
showUser={false}
|
37
35
|
timestamp={customDate}
|
38
36
|
variant="elapsed"
|
39
37
|
{...props}
|
@@ -0,0 +1,5 @@
|
|
1
|
+
Use variant `elapsed` to show time ago. This variant can be customized in several ways:
|
2
|
+
|
3
|
+
Use the optional `showUser`/`show_user` prop to show user as part of the text. When showing the user, pass in the user name using the `text` prop as shown. `showUser`/`show_user` is set to false by default.
|
4
|
+
|
5
|
+
Use the optional `hideUpdated`/`hide_updated` prop to hide the 'Last updated' text if needed.
|
@@ -0,0 +1,25 @@
|
|
1
|
+
import React from 'react'
|
2
|
+
import Timestamp from '../_timestamp'
|
3
|
+
|
4
|
+
|
5
|
+
const TimestampShowCurrentYear = (props) => {
|
6
|
+
return (
|
7
|
+
<div>
|
8
|
+
<Timestamp
|
9
|
+
showCurrentYear
|
10
|
+
timestamp={new Date()}
|
11
|
+
{...props}
|
12
|
+
/>
|
13
|
+
<br />
|
14
|
+
<Timestamp
|
15
|
+
showCurrentYear
|
16
|
+
showTime={false}
|
17
|
+
timestamp={new Date()}
|
18
|
+
{...props}
|
19
|
+
/>
|
20
|
+
|
21
|
+
</div>
|
22
|
+
)
|
23
|
+
}
|
24
|
+
|
25
|
+
export default TimestampShowCurrentYear
|
@@ -0,0 +1 @@
|
|
1
|
+
Use the `showCurrentYear`/`show_current_year` prop to show the year even if it is the current year. This is set to false by default.
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import React from 'react'
|
2
|
+
import Timestamp from '../_timestamp'
|
3
|
+
|
4
|
+
const TimestampShowDate = (props) => {
|
5
|
+
return (
|
6
|
+
<div>
|
7
|
+
<Timestamp
|
8
|
+
align="left"
|
9
|
+
showDate={false}
|
10
|
+
timestamp={new Date()}
|
11
|
+
{...props}
|
12
|
+
/>
|
13
|
+
</div>
|
14
|
+
)
|
15
|
+
}
|
16
|
+
|
17
|
+
export default TimestampShowDate
|
@@ -0,0 +1 @@
|
|
1
|
+
The `showDate`/`show_date` prop is set to true by default but can be set to false to hide the date.
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<%= pb_rails("timestamp", props: {
|
2
|
+
timestamp: DateTime.now,
|
3
|
+
show_time: false,
|
4
|
+
}) %>
|
5
|
+
|
6
|
+
<br>
|
7
|
+
|
8
|
+
<%= pb_rails("timestamp", props: {
|
9
|
+
timestamp: DateTime.now + 4.years,
|
10
|
+
show_time: false,
|
11
|
+
}) %>
|
12
|
+
|
13
|
+
<br>
|
14
|
+
|
15
|
+
<%= pb_rails("timestamp", props: {
|
16
|
+
timestamp: DateTime.now - 1.year,
|
17
|
+
show_time: false
|
18
|
+
}) %>
|
@@ -0,0 +1,44 @@
|
|
1
|
+
import React from 'react'
|
2
|
+
import Timestamp from '../_timestamp'
|
3
|
+
|
4
|
+
const todaysDate = new Date()
|
5
|
+
const futureYear = new Date().getFullYear() + 4
|
6
|
+
const pastYear = new Date().getFullYear() - 1
|
7
|
+
const month = new Date().getMonth()
|
8
|
+
const date = new Date().getDate()
|
9
|
+
const hours = new Date().getHours()
|
10
|
+
const minutes = new Date().getMinutes()
|
11
|
+
const futureDate = new Date(futureYear, month, date, hours, minutes)
|
12
|
+
const pastDate = new Date(pastYear, month, date, hours, minutes)
|
13
|
+
|
14
|
+
const TimestampShowTime = (props) => {
|
15
|
+
return (
|
16
|
+
<div>
|
17
|
+
<Timestamp
|
18
|
+
align="left"
|
19
|
+
showTime={false}
|
20
|
+
timestamp={todaysDate}
|
21
|
+
{...props}
|
22
|
+
/>
|
23
|
+
<br />
|
24
|
+
|
25
|
+
<Timestamp
|
26
|
+
align="left"
|
27
|
+
showTime={false}
|
28
|
+
timestamp={futureDate}
|
29
|
+
{...props}
|
30
|
+
/>
|
31
|
+
|
32
|
+
<br />
|
33
|
+
|
34
|
+
<Timestamp
|
35
|
+
align="left"
|
36
|
+
showTime={false}
|
37
|
+
timestamp={pastDate}
|
38
|
+
{...props}
|
39
|
+
/>
|
40
|
+
</div>
|
41
|
+
)
|
42
|
+
}
|
43
|
+
|
44
|
+
export default TimestampShowTime
|
@@ -0,0 +1 @@
|
|
1
|
+
The `showTime`/`show_time` prop is set to true by default but can be set to false to hide the time.
|