playbook_ui_docs 14.23.0.pre.alpha.PLAY2121enableexpandedfield9199 → 14.23.0.pre.alpha.PLAY2146dropdownactivestylesreact9141

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.23.0.pre.alpha.PLAY2121enableexpandedfield9199
4
+ version: 14.23.0.pre.alpha.PLAY2146dropdownactivestylesreact9141
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: 2025-07-25 00:00:00.000000000 Z
12
+ date: 2025-07-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: playbook_ui
@@ -1447,9 +1447,6 @@ files:
1447
1447
  - app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_selected_ids.md
1448
1448
  - app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_selected_ids_react.jsx
1449
1449
  - app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_selected_ids_react.md
1450
- - app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_show_checked_children.html.erb
1451
- - app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_show_checked_children.jsx
1452
- - app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_show_checked_children.md
1453
1450
  - app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_single.html.erb
1454
1451
  - app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_single.jsx
1455
1452
  - app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_single.md
@@ -2427,6 +2424,14 @@ files:
2427
2424
  - app/pb_kits/playbook/pb_user_badge/docs/_user_badge_size.jsx
2428
2425
  - app/pb_kits/playbook/pb_user_badge/docs/example.yml
2429
2426
  - app/pb_kits/playbook/pb_user_badge/docs/index.js
2427
+ - app/pb_kits/playbook/pb_walkthrough/docs/_walkthrough_continuous.jsx
2428
+ - app/pb_kits/playbook/pb_walkthrough/docs/_walkthrough_default.jsx
2429
+ - app/pb_kits/playbook/pb_walkthrough/docs/_walkthrough_multi_beacon.jsx
2430
+ - app/pb_kits/playbook/pb_walkthrough/docs/_walkthrough_no_beacon.jsx
2431
+ - app/pb_kits/playbook/pb_walkthrough/docs/_walkthrough_no_overlay.jsx
2432
+ - app/pb_kits/playbook/pb_walkthrough/docs/_walkthrough_styled.jsx
2433
+ - app/pb_kits/playbook/pb_walkthrough/docs/example.yml
2434
+ - app/pb_kits/playbook/pb_walkthrough/docs/index.js
2430
2435
  - app/pb_kits/playbook/pb_weekday_stacked/docs/_weekday_stacked_compact.html.erb
2431
2436
  - app/pb_kits/playbook/pb_weekday_stacked/docs/_weekday_stacked_compact.jsx
2432
2437
  - app/pb_kits/playbook/pb_weekday_stacked/docs/_weekday_stacked_default.html.erb
@@ -1,75 +0,0 @@
1
- <% treeData = [{
2
- label: "Power Home Remodeling",
3
- value: "powerHomeRemodeling",
4
- id: "100",
5
- expanded: true,
6
- children: [
7
- {
8
- label: "People",
9
- value: "people",
10
- id: "101",
11
- children: [
12
- {
13
- label: "Talent Acquisition",
14
- value: "talentAcquisition",
15
- id: "102",
16
- },
17
- {
18
- label: "Business Affairs",
19
- value: "businessAffairs",
20
- id: "103",
21
- children: [
22
- {
23
- label: "Initiatives",
24
- value: "initiatives",
25
- id: "104",
26
- },
27
- {
28
- label: "Learning & Development",
29
- value: "learningAndDevelopment",
30
- id: "105",
31
- },
32
- ],
33
- },
34
- {
35
- label: "People Experience",
36
- value: "peopleExperience",
37
- id: "106",
38
- },
39
- ],
40
- },
41
- {
42
- label: "Contact Center",
43
- value: "contactCenter",
44
- id: "107",
45
- children: [
46
- {
47
- label: "Appointment Management",
48
- value: "appointmentManagement",
49
- id: "108",
50
- },
51
- {
52
- label: "Customer Service",
53
- value: "customerService",
54
- id: "109",
55
- },
56
- {
57
- label: "Energy",
58
- value: "energy",
59
- id: "110",
60
- },
61
- ],
62
- },
63
- ],
64
- }] %>
65
-
66
- <% # Pre-selected node IDs to demonstrate the functionality %>
67
- <% preSelectedIds = ["102", "104", "109"] %>
68
-
69
- <%= pb_rails("multi_level_select", props: {
70
- id: "multi-level-select-show-checked-children-rails",
71
- name: "my_array",
72
- tree_data: treeData,
73
- selected_ids: preSelectedIds,
74
- show_checked_children: false
75
- }) %>
@@ -1,94 +0,0 @@
1
- import React from "react";
2
- import MultiLevelSelect from "../_multi_level_select";
3
-
4
- const treeData = [
5
- {
6
- label: "Power Home Remodeling",
7
- value: "powerHomeRemodeling",
8
- id: "powerhome1",
9
- expanded: true,
10
- children: [
11
- {
12
- label: "People",
13
- value: "people",
14
- id: "people1",
15
- children: [
16
- {
17
- label: "Talent Acquisition",
18
- value: "talentAcquisition",
19
- id: "talent1",
20
- },
21
- {
22
- label: "Business Affairs",
23
- value: "businessAffairs",
24
- id: "business1",
25
- children: [
26
- {
27
- label: "Initiatives",
28
- value: "initiatives",
29
- id: "initiative1",
30
- },
31
- {
32
- label: "Learning & Development",
33
- value: "learningAndDevelopment",
34
- id: "development1",
35
- },
36
- ],
37
- },
38
- {
39
- label: "People Experience",
40
- value: "peopleExperience",
41
- id: "experience1",
42
- },
43
- ],
44
- },
45
- {
46
- label: "Contact Center",
47
- value: "contactCenter",
48
- id: "contact1",
49
- children: [
50
- {
51
- label: "Appointment Management",
52
- value: "appointmentManagement",
53
- id: "appointment1",
54
- },
55
- {
56
- label: "Customer Service",
57
- value: "customerService",
58
- id: "customer1",
59
- },
60
- {
61
- label: "Energy",
62
- value: "energy",
63
- id: "energy1",
64
- },
65
- ],
66
- },
67
- ],
68
- },
69
- ];
70
-
71
- // Pre-selected node IDs to demonstrate the functionality
72
- const preSelectedIds = ["talent1", "initiative1", "customer1"];
73
-
74
- const MultiLevelSelectShowCheckedChildren = (props) => {
75
- return (
76
- <div>
77
- <MultiLevelSelect
78
- id='multiselect-checked-children'
79
- onSelect={(selectedNodes) =>
80
- console.log(
81
- "Selected Items",
82
- selectedNodes
83
- )
84
- }
85
- selectedIds={preSelectedIds}
86
- showCheckedChildren={false}
87
- treeData={treeData}
88
- {...props}
89
- />
90
- </div>
91
- )
92
- };
93
-
94
- export default MultiLevelSelectShowCheckedChildren;
@@ -1,3 +0,0 @@
1
- If you wish to control the auto-expansion of nodes with descendants in your multi-level select, you can utilize `showCheckedChildren/show_checked_children`. This prop (set to 'true' by default) controls whether items will be expanded when opening the select, regardless of if there are any items currently selected.
2
-
3
- The prop will still honor any `expanded` attribute set up within your tree data.