playbook_ui_docs 14.21.1.pre.alpha.PLAY2140upgraderailsdependency8120 → 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: ada3c43fbcd3963ddb27730bd6c6268aceab471d7101ae1e1f2f8fc44a934228
4
- data.tar.gz: d3b543c42f4766340a0423179e785f2fd946db943604b4bc18303a53f86e0e09
3
+ metadata.gz: 5d7505b2431002968061635b44ec2df220bfef13ed1b230497340ef93b51cc3b
4
+ data.tar.gz: b73de1fcaa936c8a58e9fff58f4e36e1688a568f21107424762ecb5838fe2d3a
5
5
  SHA512:
6
- metadata.gz: 9343979b5b6fc638fe35cd2be80ad2e15f19a4f3d1e73fc4d277c99f5c593c01fb833525ad339b86a7bda14853fb2567fd99425d2e0bba02956a987e9bdb1faa
7
- data.tar.gz: b4d566992f3fbad06e7446e68bf16aac5cf88326080a6aa2956fb5738ae3e0acbf2f05f6b52c01d4b9cc52a91bafe3abf5e659a6e662999dcaf7e1452120263c
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 }}) %>