playbook_ui_docs 13.30.0.pre.alpha.PBNTR353draggablev53136 → 13.30.0.pre.alpha.PLAY1328fixtimelinekitglobalpropsreact3096
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_default.jsx +1 -2
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_default.md +1 -1
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_multiple_containers.jsx +1 -5
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_cards.jsx +4 -11
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_cards.md +2 -4
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_list.jsx +2 -2
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_list.md +1 -7
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_selectable_list.jsx +4 -6
- data/app/pb_kits/playbook/pb_overlay/docs/_overlay_default.md +4 -4
- data/app/pb_kits/playbook/pb_overlay/docs/example.yml +0 -4
- data/dist/menu.yml +2 -2
- data/dist/playbook-doc.js +4 -4
- metadata +2 -5
- data/app/pb_kits/playbook/pb_draggable/docs/_draggable_with_selectable_list.md +0 -7
- data/app/pb_kits/playbook/pb_overlay/docs/_overlay_default.html.erb +0 -24
- data/app/pb_kits/playbook/pb_overlay/docs/_overlay_multi_directional.html.erb +0 -11
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: 13.30.0.pre.alpha.
|
4
|
+
version: 13.30.0.pre.alpha.PLAY1328fixtimelinekitglobalpropsreact3096
|
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-06-
|
12
|
+
date: 2024-06-18 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: playbook_ui
|
@@ -637,7 +637,6 @@ files:
|
|
637
637
|
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_list.jsx
|
638
638
|
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_list.md
|
639
639
|
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_selectable_list.jsx
|
640
|
-
- app/pb_kits/playbook/pb_draggable/docs/_draggable_with_selectable_list.md
|
641
640
|
- app/pb_kits/playbook/pb_draggable/docs/example.yml
|
642
641
|
- app/pb_kits/playbook/pb_draggable/docs/index.js
|
643
642
|
- app/pb_kits/playbook/pb_dropdown/docs/_dropdown_default.html.erb
|
@@ -1195,10 +1194,8 @@ files:
|
|
1195
1194
|
- app/pb_kits/playbook/pb_online_status/docs/_online_status_default.jsx
|
1196
1195
|
- app/pb_kits/playbook/pb_online_status/docs/example.yml
|
1197
1196
|
- app/pb_kits/playbook/pb_online_status/docs/index.js
|
1198
|
-
- app/pb_kits/playbook/pb_overlay/docs/_overlay_default.html.erb
|
1199
1197
|
- app/pb_kits/playbook/pb_overlay/docs/_overlay_default.jsx
|
1200
1198
|
- app/pb_kits/playbook/pb_overlay/docs/_overlay_default.md
|
1201
|
-
- app/pb_kits/playbook/pb_overlay/docs/_overlay_multi_directional.html.erb
|
1202
1199
|
- app/pb_kits/playbook/pb_overlay/docs/_overlay_multi_directional.jsx
|
1203
1200
|
- app/pb_kits/playbook/pb_overlay/docs/_overlay_multi_directional.md
|
1204
1201
|
- app/pb_kits/playbook/pb_overlay/docs/example.yml
|
@@ -1,7 +0,0 @@
|
|
1
|
-
For a simplified version of the Draggable API for the SelectableList kit, use the DraggableProvider to wrap the SelectableList kit and use the `enableDrag` prop.
|
2
|
-
|
3
|
-
In addition to the above, `dragId` is a REQUIRED prop to be passed to the SelectableList kit when implementing dragging.
|
4
|
-
|
5
|
-
The dev must manage state as shown.
|
6
|
-
|
7
|
-
The dragHandle is added by default but this can be opted out of by setting `dragHandle` to false on the SelectableList kit.
|
@@ -1,24 +0,0 @@
|
|
1
|
-
<%= pb_rails("overlay") do %>
|
2
|
-
<%= pb_rails("table", props: { size: "sm" }) do %>
|
3
|
-
<thead>
|
4
|
-
<tr>
|
5
|
-
<th>Column 1</th>
|
6
|
-
<th>Column 2</th>
|
7
|
-
<th>Column 3</th>
|
8
|
-
<th>Column 4</th>
|
9
|
-
<th>Column 5</th>
|
10
|
-
</tr>
|
11
|
-
</thead>
|
12
|
-
<tbody>
|
13
|
-
<% 7.times do %>
|
14
|
-
<tr>
|
15
|
-
<td>Value 1</td>
|
16
|
-
<td>Value 2</td>
|
17
|
-
<td>Value 3</td>
|
18
|
-
<td>Value 4</td>
|
19
|
-
<td>Value 5</td>
|
20
|
-
</tr>
|
21
|
-
<% end %>
|
22
|
-
</tbody>
|
23
|
-
<% end %>
|
24
|
-
<% end %>
|
@@ -1,11 +0,0 @@
|
|
1
|
-
<%= pb_rails("overlay", props: { layout: { "x": "xl" }, color: "card_light" }) do %>
|
2
|
-
<%= pb_rails("flex", props: { column_gap: "lg", orientation: "row", overflow_x: "auto" }) do %>
|
3
|
-
<% 15.times do %>
|
4
|
-
<%= pb_rails("flex/flex_item") do %>
|
5
|
-
<%= pb_rails("card") do %>
|
6
|
-
Card content
|
7
|
-
<% end %>
|
8
|
-
<% end %>
|
9
|
-
<% end %>
|
10
|
-
<% end %>
|
11
|
-
<% end %>
|