playbook_ui_docs 14.18.0.pre.alpha.PLAY2037selectinlinecareterror7490 → 14.18.0.pre.alpha.PLAY2048phonenumberinputcountrysearch7456
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 +2 -3
- data/app/pb_kits/playbook/pb_advanced_table/docs/index.js +1 -2
- data/app/pb_kits/playbook/pb_date_picker/docs/_date_picker_error.html.erb +2 -2
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_error.html.erb +2 -5
- data/app/pb_kits/playbook/pb_filter/docs/example.yml +0 -1
- data/app/pb_kits/playbook/pb_line_graph/docs/example.yml +0 -1
- data/app/pb_kits/playbook/pb_line_graph/docs/index.js +0 -1
- data/app/pb_kits/playbook/pb_popover/docs/example.yml +0 -1
- data/app/pb_kits/playbook/pb_select/docs/_select_error.html.erb +1 -1
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_error.html.erb +1 -1
- data/app/pb_kits/playbook/pb_textarea/docs/_textarea_error.html.erb +1 -5
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_error_state.html.erb +1 -8
- data/dist/playbook-doc.js +1 -1
- metadata +2 -12
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_border_color.jsx +0 -80
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_border_color.md +0 -3
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_border_color_rails.html.erb +0 -58
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_border_color_rails.md +0 -3
- data/app/pb_kits/playbook/pb_filter/docs/_filter_within_turbo_frames.html.erb +0 -41
- data/app/pb_kits/playbook/pb_filter/docs/_filter_within_turbo_frames.md +0 -1
- data/app/pb_kits/playbook/pb_line_graph/docs/_line_graph_pb_styles.jsx +0 -52
- data/app/pb_kits/playbook/pb_line_graph/docs/_line_graph_pb_styles.md +0 -1
- data/app/pb_kits/playbook/pb_popover/docs/_popover_append_to.html.erb +0 -46
- data/app/pb_kits/playbook/pb_popover/docs/_popover_append_to.md +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1c606e41cd2bc51c9a1058c5374dcdf1ea12f265b58fe44b9404e6ca61b66dd5
|
4
|
+
data.tar.gz: 963223e43013a275ca92480c9720ead4a0d7fe6cf6ff6327b0249797d9b945f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d742bba752d7d6846e6a7eecb6b913086df4b48c9fb3e327a913678377b1b0c0b1377c8076f9ec09cab550e38b9c9215df5b72925de7c44e11b6283f0b46745
|
7
|
+
data.tar.gz: 87e5063532d07a0de8b2ed2c09e81ad7dee6c0a17a4ea8d67ddf9018054677d58dcca5a3fabe69fbd4d59accef9187cfea531f7a75a1e16b93729ef3fc5e860a
|
@@ -12,10 +12,10 @@ examples:
|
|
12
12
|
- advanced_table_custom_cell_rails: Custom Components for Cells
|
13
13
|
- advanced_table_column_headers: Multi-Header Columns
|
14
14
|
- advanced_table_column_headers_multiple: Multi-Header Columns (Multiple Levels)
|
15
|
-
- advanced_table_column_border_color_rails: Column Group Border Color
|
16
15
|
# - advanced_table_selectable_rows: Selectable Rows
|
17
16
|
# - advanced_table_selectable_rows_no_subrows: Selectable Rows (No Subrows)
|
18
17
|
|
18
|
+
|
19
19
|
react:
|
20
20
|
- advanced_table_default: Default (Required Props)
|
21
21
|
- advanced_table_loading: Loading State
|
@@ -39,11 +39,10 @@ examples:
|
|
39
39
|
- advanced_table_column_headers: Multi-Header Columns
|
40
40
|
- advanced_table_column_headers_multiple: Multi-Header Columns (Multiple Levels)
|
41
41
|
- advanced_table_column_headers_custom_cell: Multi-Header Columns with Custom Cells
|
42
|
-
- advanced_table_column_border_color: Column Group Border Color
|
43
42
|
# - advanced_table_no_subrows: Table with No Subrows
|
44
43
|
- advanced_table_selectable_rows: Selectable Rows
|
45
44
|
- advanced_table_selectable_rows_no_subrows: Selectable Rows (No Subrows)
|
46
45
|
- advanced_table_selectable_rows_actions: Selectable Rows (With Actions)
|
47
46
|
- advanced_table_selectable_rows_header: Selectable Rows (No Actions Bar)
|
48
47
|
- advanced_table_inline_editing: Inline Cell Editing
|
49
|
-
- advanced_table_fullscreen: Fullscreen
|
48
|
+
- advanced_table_fullscreen: Fullscreen
|
@@ -26,5 +26,4 @@ export { default as AdvancedTableFullscreen } from './_advanced_table_fullscreen
|
|
26
26
|
export { default as AdvancedTableStickyColumns } from './_advanced_table_sticky_columns.jsx'
|
27
27
|
export { default as AdvancedTableStickyHeader } from './_advanced_table_sticky_header.jsx'
|
28
28
|
export { default as AdvancedTableStickyColumnsAndHeader } from './_advanced_table_sticky_columns_and_header.jsx'
|
29
|
-
export { default as AdvancedTableExpandByDepth } from './_advanced_table_expand_by_depth.jsx'
|
30
|
-
export { default as AdvancedTableColumnBorderColor} from './_advanced_table_column_border_color.jsx'
|
29
|
+
export { default as AdvancedTableExpandByDepth } from './_advanced_table_expand_by_depth.jsx'
|
@@ -1,4 +1,4 @@
|
|
1
|
-
<%= pb_rails("date_picker", props: {
|
2
|
-
error:
|
1
|
+
<%= pb_rails("date_picker", props: {
|
2
|
+
error: "Invalid date. Please pick a valid date.",
|
3
3
|
picker_id: "date-picker-error"
|
4
4
|
}) %>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
<%
|
1
|
+
<%
|
2
2
|
options = [
|
3
3
|
{ label: 'United States', value: 'United States', id: 'us' },
|
4
4
|
{ label: 'Canada', value: 'Canada', id: 'ca' },
|
@@ -6,7 +6,4 @@
|
|
6
6
|
]
|
7
7
|
%>
|
8
8
|
|
9
|
-
<%= pb_rails("dropdown", props: {
|
10
|
-
error: raw(pb_rails("icon", props: { icon: "warning" }) + " Please make a valid selection"),
|
11
|
-
options: options
|
12
|
-
}) %>
|
9
|
+
<%= pb_rails("dropdown", props: { error: "Please make a valid selection", options: options }) %>
|
@@ -4,4 +4,3 @@ 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'
|
@@ -8,14 +8,7 @@
|
|
8
8
|
|
9
9
|
%>
|
10
10
|
|
11
|
-
<%= pb_rails("typeahead", props: {
|
12
|
-
id: "typeahead-error-example",
|
13
|
-
options: options,
|
14
|
-
error: "Please make a valid selection",
|
15
|
-
label: "Products",
|
16
|
-
name: :foo,
|
17
|
-
is_multi: false
|
18
|
-
}) %>
|
11
|
+
<%= pb_rails("typeahead", props: { id: "typeahead-error-example", options: options, error: "Please make a valid selection", label: "Products", name: :foo, is_multi: false }) %>
|
19
12
|
|
20
13
|
<!-- This section is an example of the available JavaScript event hooks -->
|
21
14
|
<%= javascript_tag defer: "defer" do %>
|