playbook_ui_docs 14.9.0.pre.alpha.PBNTR702stickyleftcolrails4806 → 14.9.0.pre.alpha.PBNTR738collapsiblewithintablekit4855

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playbook_ui_docs
3
3
  version: !ruby/object:Gem::Version
4
- version: 14.9.0.pre.alpha.PBNTR702stickyleftcolrails4806
4
+ version: 14.9.0.pre.alpha.PBNTR738collapsiblewithintablekit4855
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-12-06 00:00:00.000000000 Z
12
+ date: 2024-12-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: playbook_ui
@@ -1746,7 +1746,6 @@ files:
1746
1746
  - app/pb_kits/playbook/pb_table/docs/_table_sticky.html.erb
1747
1747
  - app/pb_kits/playbook/pb_table/docs/_table_sticky.jsx
1748
1748
  - app/pb_kits/playbook/pb_table/docs/_table_sticky.md
1749
- - app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns.html.erb
1750
1749
  - app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns.jsx
1751
1750
  - app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns_react.md
1752
1751
  - app/pb_kits/playbook/pb_table/docs/_table_striped.html.erb
@@ -1762,6 +1761,16 @@ files:
1762
1761
  - app/pb_kits/playbook/pb_table/docs/_table_vertical_border.jsx
1763
1762
  - app/pb_kits/playbook/pb_table/docs/_table_with_background_kit.html.erb
1764
1763
  - app/pb_kits/playbook/pb_table/docs/_table_with_background_kit.jsx
1764
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.jsx
1765
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.md
1766
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.jsx
1767
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.md
1768
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.jsx
1769
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.md
1770
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows.jsx
1771
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows.md
1772
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.jsx
1773
+ - app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.md
1765
1774
  - app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
1766
1775
  - app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.md
1767
1776
  - app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents_as_divs.html.erb
@@ -1,95 +0,0 @@
1
- <%= pb_rails("table", props: { size: "md", responsive: "scroll", sticky_left_column: ["1", "2", "3"] }) do %>
2
- <thead>
3
- <tr>
4
- <th id="1">Column 1</th>
5
- <th id="2">Column 2</th>
6
- <th id="3">Column 3</th>
7
- <th>Column 4</th>
8
- <th>Column 5</th>
9
- <th>Column 6</th>
10
- <th>Column 7</th>
11
- <th>Column 8</th>
12
- <th>Column 9</th>
13
- <th>Column 10</th>
14
- <th>Column 11</th>
15
- <th>Column 12</th>
16
- <th>Column 13</th>
17
- <th>Column 14</th>
18
- <th>Column 15</th>
19
- </tr>
20
- </thead>
21
- <tbody>
22
- <tr>
23
- <td id="1">Value 1</td>
24
- <td id="2">Value 2</td>
25
- <td id="3">Value 3</td>
26
- <td>Value 4</td>
27
- <td>Value 5</td>
28
- <td>Column 6</td>
29
- <td>Column 7</td>
30
- <td>Column 8</td>
31
- <td>Column 9</td>
32
- <td>Column 10</td>
33
- <td>Column 11</td>
34
- <td>Column 12</td>
35
- <td>Column 13</td>
36
- <td>Column 14</td>
37
- <td>Column 15</td>
38
-
39
- </tr>
40
- <tr>
41
- <td id="1">Value 1</td>
42
- <td id="2">Value 2</td>
43
- <td id="3">Value 3</td>
44
- <td>Value 4</td>
45
- <td>Value 5</td>
46
- <td>Column 6</td>
47
- <td>Column 7</td>
48
- <td>Column 8</td>
49
- <td>Column 9</td>
50
- <td>Column 10</td>
51
- <td>Column 11</td>
52
- <td>Column 12</td>
53
- <td>Column 13</td>
54
- <td>Column 14</td>
55
- <td>Column 15</td>
56
-
57
- </tr>
58
- <tr>
59
- <td id="1">Value 1</td>
60
- <td id="2">Value 2</td>
61
- <td id="3">Value 3</td>
62
- <td>Value 4</td>
63
- <td>Value 5</td>
64
- <td>Column 6</td>
65
- <td>Column 7</td>
66
- <td>Column 8</td>
67
- <td>Column 9</td>
68
- <td>Column 10</td>
69
- <td>Column 11</td>
70
- <td>Column 12</td>
71
- <td>Column 13</td>
72
- <td>Column 14</td>
73
- <td>Column 15</td>
74
-
75
- </tr>
76
- <tr>
77
- <td id="1">Value 1</td>
78
- <td id="2">Value 2</td>
79
- <td id="3">Value 3</td>
80
- <td>Value 4</td>
81
- <td>Value 5</td>
82
- <td>Column 6</td>
83
- <td>Column 7</td>
84
- <td>Column 8</td>
85
- <td>Column 9</td>
86
- <td>Column 10</td>
87
- <td>Column 11</td>
88
- <td>Column 12</td>
89
- <td>Column 13</td>
90
- <td>Column 14</td>
91
- <td>Column 15</td>
92
-
93
- </tr>
94
- </tbody>
95
- <% end %>