playbook_ui_docs 14.21.0 → 14.21.1.pre.alpha.PLAY2163roundedbottomcornersrails8143

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 32d1738cc5e826f016b6cd0a3d10c770199644106e092e02cfb5840907861ad0
4
- data.tar.gz: d01d4d4f81db37bf5e906cdc91dac3a934b9fc1bf0466fd32e942f8389bb2bc9
3
+ metadata.gz: 5d7505b2431002968061635b44ec2df220bfef13ed1b230497340ef93b51cc3b
4
+ data.tar.gz: b73de1fcaa936c8a58e9fff58f4e36e1688a568f21107424762ecb5838fe2d3a
5
5
  SHA512:
6
- metadata.gz: 1bf9954365fa1231b1232b417487c80fd14b4c85a5218ac7529b9d8d1f57b145dd72ec395252d0e93ccb880787021f52ddc59e09b42e1b6fefd52fd51e1fe08a
7
- data.tar.gz: 5d89ccc0c69148ffd9ec55a2d715aa23693a2b08ea86d34c9f7722ac0452f96f714670a750e8cd168bcd394954e6be97c098f418e313512ae4e3a0ccae585105
6
+ metadata.gz: 68861ca11335cb1b0027cd99207f4f41d8d3ddfcdb3d47d20464a15cb9482a350b7caaf722c575c39145ed12f112ac6dda721277a04e89a5372ab5cbe3c448e7
7
+ data.tar.gz: b0b8ac9b30a88afa090c5912193095d28f13894de404614be1f6bdddf18bbfc6b45b529e3779a0e55809e0521d218d08d53be4b48c95f96535776d1f0756858f
@@ -51,7 +51,7 @@
51
51
  ]
52
52
  %>
53
53
 
54
- <%= pb_rails("advanced_table", props: { table_data: @table_data, column_definitions: column_definitions }) do %>
54
+ <%= pb_rails("advanced_table", props: { table_data: @table_data, column_definitions: column_definitions, id: "advanced_table_sorting" }) do %>
55
55
  <%= pb_rails("advanced_table/table_header", props: { column_definitions: column_definitions }) %>
56
56
  <%= pb_rails("advanced_table/table_body", props: { id: "beta_sort", table_data: @table_data, column_definitions: column_definitions, enable_toggle_expansion: "all" }) %>
57
57
  <% end %>
@@ -34,7 +34,7 @@
34
34
  subrow_headers = ["Quarter", "Month", "Day"]
35
35
  %>
36
36
 
37
- <%= pb_rails("advanced_table", props: { table_data: @table_data, column_definitions: column_definitions }) do %>
37
+ <%= pb_rails("advanced_table", props: { table_data: @table_data, column_definitions: column_definitions, id: "subrow_headers" }) do %>
38
38
  <%= pb_rails("advanced_table/table_header", props: { column_definitions: column_definitions }) %>
39
39
  <%= pb_rails("advanced_table/table_body", props: { id: "test_table", table_data: @table_data, column_definitions: column_definitions, subrow_headers: subrow_headers, enable_toggle_expansion: "all" }) %>
40
40
  <% end %>
@@ -55,4 +55,4 @@
55
55
  },
56
56
  ] %>
57
57
 
58
- <%= pb_rails("advanced_table", props: { id: "beta_table_with_muilti_headers", table_data: @table_data, column_definitions: column_definitions, column_group_border_color: "text_lt_default", table_props: { vertical_border: true } }) %>
58
+ <%= pb_rails("advanced_table", props: { id: "beta_table_with_color_headers", table_data: @table_data, column_definitions: column_definitions, column_group_border_color: "text_lt_default", table_props: { vertical_border: true } }) %>
@@ -30,4 +30,4 @@
30
30
  }
31
31
  ] %>
32
32
 
33
- <%= pb_rails("advanced_table", props: { id: "beta_table", table_data: @table_data, column_definitions: column_definitions, loading: true }) %>
33
+ <%= pb_rails("advanced_table", props: { id: "loading_table", table_data: @table_data, column_definitions: column_definitions, loading: true }) %>
@@ -30,4 +30,4 @@
30
30
  }
31
31
  ] %>
32
32
 
33
- <%= pb_rails("advanced_table", props: { id: "table_props_table", table_data: @table_data, column_definitions: column_definitions, max_height: "xs", table_props: { sticky: true }}) %>
33
+ <%= pb_rails("advanced_table", props: { id: "table_props_sticky_table", table_data: @table_data, column_definitions: column_definitions, max_height: "xs", table_props: { sticky: true }}) %>