playbook_ui_docs 13.28.0.pre.alpha.play829selectablecardalignment2978 → 13.28.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f58670d450fdd2397e459f39e55cbe6e4022e97416c9adee7c469e4d02474f99
4
- data.tar.gz: c7f35ac44f741a7f1b6e7d91527b45e8132c08106384f5bdc802327deff63e13
3
+ metadata.gz: f364a8bd557be9abd38e709e55f56126ced42e98b45b148a4fcbdcc06079d80f
4
+ data.tar.gz: f5a6f2bc623fb625cb2a6fde77c25a40b425ba50a908c9d87e050ae3c72798c6
5
5
  SHA512:
6
- metadata.gz: 12237f5e82cb5f5ed686a1bb48d7ce512ea5b9d32869cfa76a6c692e475b4774b5fb6b4b51a87779a96682cf2268be46d329d5c1c0ca1d7054d7c7dd977fbf77
7
- data.tar.gz: 8f49c3c1c13c6714bb6dadfee21a4264b6547de8ee9adf8991bde83abbf1317483fa34409b26a3c2718817a7b3621b70f1d03a4a68711c7755141ab8e99f805a
6
+ metadata.gz: 3775ee5187f6745895b9158828f8047ecd8215c782f6db38dc05012263ab9c4b6a757a392833fd2367a1725a1a0d0cc352de06ed1c0a9ff4d3305846896a2634
7
+ data.tar.gz: 72d0bbf9ca6fca782d48df2e40f870b1fa34248e533a5acfe454adb49a46338ad15a2c90f398e66bf5f0f8c21527a5c38994b7c4ee519a6a72acf44daa7df346
@@ -1,3 +1,3 @@
1
1
  `subRowHeaders` is an optional prop that if present will add header rows at each level of the nested data. The prop takes an array of strings, each string being the text for each header row. The array of strings must be in the order in which they need to be rendered in the UI according to depth.
2
2
 
3
- `enableToggleExpansion` is an additional optional prop that can be used in conjunction with the subRowHeaders prop. `enableToggleExpansion` is a string that can be "all", "header" or "none". If set to "all", the toggle exapansion button will appear in the table header as well as in the subRow headers. If set to "header" button will only appear in header and NOT in subRow headers. This is set to "header" by default.
3
+ `enableToggleExpansion` is an additional optional prop that can be used in conjunction with the subRowHeaders prop. `enableToggleExpansion` is a string that can be 'all', 'header" or "none". If set to 'all', the toggle exapansion button will appear in the table header as well as in the subRow headers. If set to 'header' button will only appear in header and NOT in subRow headers. This is set to 'header' by default.
@@ -1,7 +1,6 @@
1
1
  examples:
2
2
  rails:
3
3
  - advanced_table_beta: Default (Required Props)
4
- - advanced_table_beta_subrow_headers: SubRow Headers
5
4
  react:
6
5
  - advanced_table_default: Default (Required Props)
7
6
  - advanced_table_loading: Loading State
@@ -13,3 +12,4 @@ examples:
13
12
  - advanced_table_table_options: Table Options
14
13
  - advanced_table_table_props: Table Props
15
14
  - advanced_table_inline_row_loading: inline Row Loading
15
+
@@ -13,15 +13,6 @@
13
13
  ]
14
14
  %>
15
15
 
16
- <%
17
- example_dropdown_options = [
18
- { label: 'United States', value: 'United States', id: 'us' },
19
- { label: 'Canada', value: 'Canada', id: 'ca' },
20
- { label: 'Pakistan', value: 'Pakistan', id: 'pk' },
21
- ]
22
-
23
- %>
24
-
25
16
  <%= pb_form_with(scope: :example, url: "", method: :get) do |form| %>
26
17
  <%= form.typeahead :example_user, props: { data: { typeahead_example1: true, user: {} }, placeholder: "Search for a user" } %>
27
18
  <%= form.text_field :example_text_field, props: { label: true } %>
@@ -32,7 +23,6 @@
32
23
  <%= form.password_field :example_password_field, props: { label: true } %>
33
24
  <%= form.url_field :example_url_field, props: { label: true } %>
34
25
  <%= form.text_area :example_text_area, props: { label: true } %>
35
- <%= form.dropdown_field :example_dropdown, props: { label: true, options: example_dropdown_options } %>
36
26
  <%= form.select :example_select, [ ["Yes", 1], ["No", 2] ], props: { label: true } %>
37
27
  <%= form.collection_select :example_collection_select, example_collection, :value, :name, props: { label: true } %>
38
28
  <%= form.check_box :example_checkbox,
@@ -1 +1 @@
1
- A pill uses both a keyword and a specific color to categorize an item. Each pill directly corresponds to a data color <a href="https://playbook.powerapp.cloud/visual_guidelines/colors" target="_blank">here</a>.
1
+ A pill uses both a keyword and a specific color to categorize an item. Each pill directly corresponds to a data color here: https://playbook.powerapp.cloud/utilities