playbook_ui 14.19.0.pre.alpha.borderfixadvancedtable7816 → 14.19.0.pre.alpha.play1997dropdownenablepillsinselection7702
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 +4 -4
- data/app/pb_kits/playbook/pb_advanced_table/Components/RegularTableView.tsx +1 -11
- data/app/pb_kits/playbook/pb_advanced_table/Components/TableActionBar.tsx +15 -148
- data/app/pb_kits/playbook/pb_advanced_table/Components/TableHeaderCell.tsx +3 -20
- data/app/pb_kits/playbook/pb_advanced_table/Hooks/useTableState.ts +13 -23
- data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.scss +3 -10
- data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.tsx +2 -7
- data/app/pb_kits/playbook/pb_advanced_table/advanced_table.html.erb +8 -16
- data/app/pb_kits/playbook/pb_advanced_table/advanced_table.rb +0 -9
- data/app/pb_kits/playbook/pb_advanced_table/docs/example.yml +0 -6
- data/app/pb_kits/playbook/pb_advanced_table/docs/index.js +1 -5
- data/app/pb_kits/playbook/pb_advanced_table/index.js +52 -355
- data/app/pb_kits/playbook/pb_advanced_table/scss_partials/advanced_table_sticky_mixin.scss +0 -1
- data/app/pb_kits/playbook/pb_advanced_table/table_header.rb +0 -4
- data/app/pb_kits/playbook/pb_dropdown/subcomponents/DropdownContainer.tsx +2 -2
- data/app/pb_kits/playbook/pb_file_upload/_file_upload.scss +0 -13
- data/app/pb_kits/playbook/pb_file_upload/_file_upload.tsx +1 -11
- data/app/pb_kits/playbook/pb_file_upload/docs/example.yml +0 -2
- data/app/pb_kits/playbook/pb_file_upload/docs/index.js +0 -1
- data/app/pb_kits/playbook/pb_file_upload/file_upload.html.erb +0 -1
- data/app/pb_kits/playbook/pb_file_upload/file_upload.rb +1 -7
- data/app/pb_kits/playbook/pb_file_upload/fileupload.test.js +0 -18
- data/app/pb_kits/playbook/pb_form_group/_error_state_mixin.scss +2 -2
- data/app/pb_kits/playbook/pb_form_pill/_form_pill.scss +12 -19
- data/app/pb_kits/playbook/pb_home_address_street/_home_address_street.tsx +7 -13
- data/app/pb_kits/playbook/pb_multi_level_select/_multi_level_select.tsx +2 -2
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_color.html.erb +11 -11
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_color.jsx +11 -11
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_default.html.erb +11 -11
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_default.jsx +11 -11
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_disabled.html.erb +11 -11
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_disabled.jsx +11 -11
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_disabled_options.html.erb +11 -11
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_disabled_options.jsx +11 -11
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_disabled_options_default.html.erb +11 -11
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_disabled_options_default.jsx +11 -11
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_disabled_options_parent.html.erb +11 -11
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_disabled_options_parent.jsx +11 -11
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_disabled_options_parent_default.html.erb +11 -11
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_disabled_options_parent_default.jsx +11 -11
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_error.html.erb +11 -11
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_error.jsx +11 -11
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_label.html.erb +11 -11
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_label.jsx +11 -11
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_react_hook.jsx +11 -11
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_reset.html.erb +11 -11
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_return_all_selected.html.erb +11 -11
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_return_all_selected.jsx +11 -11
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_selected_ids.html.erb +11 -11
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_selected_ids.md +0 -2
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_selected_ids_react.jsx +11 -11
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_selected_ids_react.md +1 -3
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_single.html.erb +22 -22
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_single.jsx +22 -22
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_single_children_only.html.erb +22 -22
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_single_children_only.jsx +22 -22
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_with_children.jsx +11 -11
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_with_children_with_radios.jsx +11 -11
- data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_with_form.html.erb +11 -11
- data/app/pb_kits/playbook/pb_person/_person.tsx +2 -12
- data/app/pb_kits/playbook/pb_phone_number_input/_phone_number_input.scss +9 -9
- data/app/pb_kits/playbook/pb_section_separator/_section_separator.tsx +2 -2
- data/app/pb_kits/playbook/pb_text_input/_text_input.scss +2 -4
- data/dist/chunks/_typeahead-BQV04mOl.js +22 -0
- data/dist/chunks/_weekday_stacked-BdaYw6Ra.js +45 -0
- data/dist/chunks/{lib-B20MXZcW.js → lib-DwFasxbk.js} +2 -2
- data/dist/chunks/{pb_form_validation-WWvUXPKD.js → pb_form_validation-nnXW3T-3.js} +1 -1
- data/dist/chunks/vendor.js +1 -1
- data/dist/playbook-doc.js +1 -1
- data/dist/playbook-rails-react-bindings.js +1 -1
- data/dist/playbook-rails.js +1 -1
- data/dist/playbook.css +1 -1
- data/lib/playbook/version.rb +1 -1
- metadata +6 -23
- data/app/pb_kits/playbook/pb_advanced_table/Utilities/VisibilityTree.ts +0 -47
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_visibility.jsx +0 -57
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_visibility.md +0 -4
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_visibility_custom.jsx +0 -62
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_visibility_custom.md +0 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_visibility_multi.jsx +0 -82
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_visibility_multi.md +0 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_visibility_with_state.jsx +0 -65
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_visibility_with_state.md +0 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_selectable_rows_actions_rails.html.erb +0 -137
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_selectable_rows_actions_rails.md +0 -3
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_selectable_rows_header_rails.html.erb +0 -40
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_selectable_rows_header_rails.md +0 -1
- data/app/pb_kits/playbook/pb_advanced_table/table_action_bar.html.erb +0 -23
- data/app/pb_kits/playbook/pb_advanced_table/table_action_bar.rb +0 -19
- data/app/pb_kits/playbook/pb_file_upload/docs/_file_upload_error.html.erb +0 -1
- data/app/pb_kits/playbook/pb_file_upload/docs/_file_upload_error.jsx +0 -41
- data/dist/chunks/_typeahead-B9-s4j4U.js +0 -22
- data/dist/chunks/_weekday_stacked-CvzpmXD5.js +0 -45
@@ -1,62 +1,62 @@
|
|
1
1
|
<% treeData = [{
|
2
2
|
label: "Power Home Remodeling",
|
3
|
-
value: "
|
3
|
+
value: "Power Home Remodeling",
|
4
4
|
id: "100",
|
5
5
|
expanded: true,
|
6
6
|
children: [
|
7
7
|
{
|
8
8
|
label: "People",
|
9
|
-
value: "
|
9
|
+
value: "People",
|
10
10
|
id: "101",
|
11
11
|
expanded: true,
|
12
12
|
children: [
|
13
13
|
{
|
14
14
|
label: "Talent Acquisition",
|
15
|
-
value: "
|
15
|
+
value: "Talent Acquisition",
|
16
16
|
id: "102",
|
17
17
|
},
|
18
18
|
{
|
19
19
|
label: "Business Affairs",
|
20
|
-
value: "
|
20
|
+
value: "Business Affairs",
|
21
21
|
id: "103",
|
22
22
|
children: [
|
23
23
|
{
|
24
24
|
label: "Initiatives",
|
25
|
-
value: "
|
25
|
+
value: "Initiatives",
|
26
26
|
id: "104",
|
27
27
|
},
|
28
28
|
{
|
29
29
|
label: "Learning & Development",
|
30
|
-
value: "
|
30
|
+
value: "Learning & Development",
|
31
31
|
id: "105",
|
32
32
|
},
|
33
33
|
],
|
34
34
|
},
|
35
35
|
{
|
36
36
|
label: "People Experience",
|
37
|
-
value: "
|
37
|
+
value: "People Experience",
|
38
38
|
id: "106",
|
39
39
|
},
|
40
40
|
],
|
41
41
|
},
|
42
42
|
{
|
43
43
|
label: "Contact Center",
|
44
|
-
value: "
|
44
|
+
value: "Contact Center",
|
45
45
|
id: "107",
|
46
46
|
children: [
|
47
47
|
{
|
48
48
|
label: "Appointment Management",
|
49
|
-
value: "
|
49
|
+
value: "Appointment Management",
|
50
50
|
id: "108",
|
51
51
|
},
|
52
52
|
{
|
53
53
|
label: "Customer Service",
|
54
|
-
value: "
|
54
|
+
value: "Customer Service",
|
55
55
|
id: "109",
|
56
56
|
},
|
57
57
|
{
|
58
58
|
label: "Energy",
|
59
|
-
value: "
|
59
|
+
value: "Energy",
|
60
60
|
id: "110",
|
61
61
|
},
|
62
62
|
],
|
@@ -4,63 +4,63 @@ import MultiLevelSelect from "../_multi_level_select";
|
|
4
4
|
const treeData = [
|
5
5
|
{
|
6
6
|
label: "Power Home Remodeling",
|
7
|
-
value: "
|
7
|
+
value: "Power Home Remodeling",
|
8
8
|
id: "powerhome1",
|
9
9
|
expanded: true,
|
10
10
|
children: [
|
11
11
|
{
|
12
12
|
label: "People",
|
13
|
-
value: "
|
13
|
+
value: "People",
|
14
14
|
id: "people1",
|
15
15
|
expanded: true,
|
16
16
|
children: [
|
17
17
|
{
|
18
18
|
label: "Talent Acquisition",
|
19
|
-
value: "
|
19
|
+
value: "Talent Acquisition",
|
20
20
|
id: "talent1",
|
21
21
|
},
|
22
22
|
{
|
23
23
|
label: "Business Affairs",
|
24
|
-
value: "
|
24
|
+
value: "Business Affairs",
|
25
25
|
id: "business1",
|
26
26
|
children: [
|
27
27
|
{
|
28
28
|
label: "Initiatives",
|
29
|
-
value: "
|
29
|
+
value: "Initiatives",
|
30
30
|
id: "initiative1",
|
31
31
|
},
|
32
32
|
{
|
33
33
|
label: "Learning & Development",
|
34
|
-
value: "
|
34
|
+
value: "Learning & Development",
|
35
35
|
id: "development1",
|
36
36
|
},
|
37
37
|
],
|
38
38
|
},
|
39
39
|
{
|
40
40
|
label: "People Experience",
|
41
|
-
value: "
|
41
|
+
value: "People Experience",
|
42
42
|
id: "experience1",
|
43
43
|
},
|
44
44
|
],
|
45
45
|
},
|
46
46
|
{
|
47
47
|
label: "Contact Center",
|
48
|
-
value: "
|
48
|
+
value: "Contact Center",
|
49
49
|
id: "contact1",
|
50
50
|
children: [
|
51
51
|
{
|
52
52
|
label: "Appointment Management",
|
53
|
-
value: "
|
53
|
+
value: "Appointment Management",
|
54
54
|
id: "appointment1",
|
55
55
|
},
|
56
56
|
{
|
57
57
|
label: "Customer Service",
|
58
|
-
value: "
|
58
|
+
value: "Customer Service",
|
59
59
|
id: "customer1",
|
60
60
|
},
|
61
61
|
{
|
62
62
|
label: "Energy",
|
63
|
-
value: "
|
63
|
+
value: "Energy",
|
64
64
|
id: "energy1",
|
65
65
|
},
|
66
66
|
],
|
data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_disabled_options.html.erb
CHANGED
@@ -1,65 +1,65 @@
|
|
1
1
|
<% treeData = [{
|
2
2
|
label: "Power Home Remodeling",
|
3
|
-
value: "
|
3
|
+
value: "Power Home Remodeling",
|
4
4
|
id: "powerhome1",
|
5
5
|
expanded: true,
|
6
6
|
children: [
|
7
7
|
{
|
8
8
|
label: "People",
|
9
|
-
value: "
|
9
|
+
value: "People",
|
10
10
|
id: "people1",
|
11
11
|
expanded: true,
|
12
12
|
children: [
|
13
13
|
{
|
14
14
|
label: "Talent Acquisition",
|
15
|
-
value: "
|
15
|
+
value: "Talent Acquisition",
|
16
16
|
id: "talent1",
|
17
17
|
disabled: true,
|
18
18
|
},
|
19
19
|
{
|
20
20
|
label: "Business Affairs",
|
21
|
-
value: "
|
21
|
+
value: "Business Affairs",
|
22
22
|
id: "business1",
|
23
23
|
children: [
|
24
24
|
{
|
25
25
|
label: "Initiatives",
|
26
|
-
value: "
|
26
|
+
value: "Initiatives",
|
27
27
|
id: "initiative1",
|
28
28
|
disabled: true,
|
29
29
|
},
|
30
30
|
{
|
31
31
|
label: "Learning & Development",
|
32
|
-
value: "
|
32
|
+
value: "Learning & Development",
|
33
33
|
id: "development1",
|
34
34
|
},
|
35
35
|
],
|
36
36
|
},
|
37
37
|
{
|
38
38
|
label: "People Experience",
|
39
|
-
value: "
|
39
|
+
value: "People Experience",
|
40
40
|
id: "experience1",
|
41
41
|
},
|
42
42
|
],
|
43
43
|
},
|
44
44
|
{
|
45
45
|
label: "Contact Center",
|
46
|
-
value: "
|
46
|
+
value: "Contact Center",
|
47
47
|
id: "contact1",
|
48
48
|
children: [
|
49
49
|
{
|
50
50
|
label: "Appointment Management",
|
51
|
-
value: "
|
51
|
+
value: "Appointment Management",
|
52
52
|
id: "appointment1",
|
53
53
|
},
|
54
54
|
{
|
55
55
|
label: "Customer Service",
|
56
|
-
value: "
|
56
|
+
value: "Customer Service",
|
57
57
|
id: "customer1",
|
58
58
|
disabled: true,
|
59
59
|
},
|
60
60
|
{
|
61
61
|
label: "Energy",
|
62
|
-
value: "
|
62
|
+
value: "Energy",
|
63
63
|
id: "energy1",
|
64
64
|
},
|
65
65
|
],
|
data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_disabled_options.jsx
CHANGED
@@ -4,66 +4,66 @@ import MultiLevelSelect from "../_multi_level_select";
|
|
4
4
|
const treeData = [
|
5
5
|
{
|
6
6
|
label: "Power Home Remodeling",
|
7
|
-
value: "
|
7
|
+
value: "Power Home Remodeling",
|
8
8
|
id: "powerhome1",
|
9
9
|
expanded: true,
|
10
10
|
children: [
|
11
11
|
{
|
12
12
|
label: "People",
|
13
|
-
value: "
|
13
|
+
value: "People",
|
14
14
|
id: "people1",
|
15
15
|
expanded: true,
|
16
16
|
children: [
|
17
17
|
{
|
18
18
|
label: "Talent Acquisition",
|
19
|
-
value: "
|
19
|
+
value: "Talent Acquisition",
|
20
20
|
id: "talent1",
|
21
21
|
disabled: true,
|
22
22
|
},
|
23
23
|
{
|
24
24
|
label: "Business Affairs",
|
25
|
-
value: "
|
25
|
+
value: "Business Affairs",
|
26
26
|
id: "business1",
|
27
27
|
children: [
|
28
28
|
{
|
29
29
|
label: "Initiatives",
|
30
|
-
value: "
|
30
|
+
value: "Initiatives",
|
31
31
|
id: "initiative1",
|
32
32
|
disabled: true,
|
33
33
|
},
|
34
34
|
{
|
35
35
|
label: "Learning & Development",
|
36
|
-
value: "
|
36
|
+
value: "Learning & Development",
|
37
37
|
id: "development1",
|
38
38
|
},
|
39
39
|
],
|
40
40
|
},
|
41
41
|
{
|
42
42
|
label: "People Experience",
|
43
|
-
value: "
|
43
|
+
value: "People Experience",
|
44
44
|
id: "experience1",
|
45
45
|
},
|
46
46
|
],
|
47
47
|
},
|
48
48
|
{
|
49
49
|
label: "Contact Center",
|
50
|
-
value: "
|
50
|
+
value: "Contact Center",
|
51
51
|
id: "contact1",
|
52
52
|
children: [
|
53
53
|
{
|
54
54
|
label: "Appointment Management",
|
55
|
-
value: "
|
55
|
+
value: "Appointment Management",
|
56
56
|
id: "appointment1",
|
57
57
|
},
|
58
58
|
{
|
59
59
|
label: "Customer Service",
|
60
|
-
value: "
|
60
|
+
value: "Customer Service",
|
61
61
|
id: "customer1",
|
62
62
|
disabled: true,
|
63
63
|
},
|
64
64
|
{
|
65
65
|
label: "Energy",
|
66
|
-
value: "
|
66
|
+
value: "Energy",
|
67
67
|
id: "energy1",
|
68
68
|
},
|
69
69
|
],
|
@@ -1,65 +1,65 @@
|
|
1
1
|
<% treeData = [{
|
2
2
|
label: "Power Home Remodeling",
|
3
|
-
value: "
|
3
|
+
value: "Power Home Remodeling",
|
4
4
|
id: "powerhome1",
|
5
5
|
expanded: true,
|
6
6
|
children: [
|
7
7
|
{
|
8
8
|
label: "People",
|
9
|
-
value: "
|
9
|
+
value: "People",
|
10
10
|
id: "people1",
|
11
11
|
expanded: true,
|
12
12
|
children: [
|
13
13
|
{
|
14
14
|
label: "Talent Acquisition",
|
15
|
-
value: "
|
15
|
+
value: "Talent Acquisition",
|
16
16
|
id: "talent1",
|
17
17
|
disabled: true,
|
18
18
|
},
|
19
19
|
{
|
20
20
|
label: "Business Affairs",
|
21
|
-
value: "
|
21
|
+
value: "Business Affairs",
|
22
22
|
id: "business1",
|
23
23
|
children: [
|
24
24
|
{
|
25
25
|
label: "Initiatives",
|
26
|
-
value: "
|
26
|
+
value: "Initiatives",
|
27
27
|
id: "initiative1",
|
28
28
|
disabled: true,
|
29
29
|
},
|
30
30
|
{
|
31
31
|
label: "Learning & Development",
|
32
|
-
value: "
|
32
|
+
value: "Learning & Development",
|
33
33
|
id: "development1",
|
34
34
|
},
|
35
35
|
],
|
36
36
|
},
|
37
37
|
{
|
38
38
|
label: "People Experience",
|
39
|
-
value: "
|
39
|
+
value: "People Experience",
|
40
40
|
id: "experience1",
|
41
41
|
},
|
42
42
|
],
|
43
43
|
},
|
44
44
|
{
|
45
45
|
label: "Contact Center",
|
46
|
-
value: "
|
46
|
+
value: "Contact Center",
|
47
47
|
id: "contact1",
|
48
48
|
children: [
|
49
49
|
{
|
50
50
|
label: "Appointment Management",
|
51
|
-
value: "
|
51
|
+
value: "Appointment Management",
|
52
52
|
id: "appointment1",
|
53
53
|
},
|
54
54
|
{
|
55
55
|
label: "Customer Service",
|
56
|
-
value: "
|
56
|
+
value: "Customer Service",
|
57
57
|
id: "customer1",
|
58
58
|
disabled: true,
|
59
59
|
},
|
60
60
|
{
|
61
61
|
label: "Energy",
|
62
|
-
value: "
|
62
|
+
value: "Energy",
|
63
63
|
id: "energy1",
|
64
64
|
},
|
65
65
|
],
|
@@ -4,66 +4,66 @@ import MultiLevelSelect from "../_multi_level_select";
|
|
4
4
|
const treeData = [
|
5
5
|
{
|
6
6
|
label: "Power Home Remodeling",
|
7
|
-
value: "
|
7
|
+
value: "Power Home Remodeling",
|
8
8
|
id: "powerhome1",
|
9
9
|
expanded: true,
|
10
10
|
children: [
|
11
11
|
{
|
12
12
|
label: "People",
|
13
|
-
value: "
|
13
|
+
value: "People",
|
14
14
|
id: "people1",
|
15
15
|
expanded: true,
|
16
16
|
children: [
|
17
17
|
{
|
18
18
|
label: "Talent Acquisition",
|
19
|
-
value: "
|
19
|
+
value: "Talent Acquisition",
|
20
20
|
id: "talent1",
|
21
21
|
disabled: true,
|
22
22
|
},
|
23
23
|
{
|
24
24
|
label: "Business Affairs",
|
25
|
-
value: "
|
25
|
+
value: "Business Affairs",
|
26
26
|
id: "business1",
|
27
27
|
children: [
|
28
28
|
{
|
29
29
|
label: "Initiatives",
|
30
|
-
value: "
|
30
|
+
value: "Initiatives",
|
31
31
|
id: "initiative1",
|
32
32
|
disabled: true,
|
33
33
|
},
|
34
34
|
{
|
35
35
|
label: "Learning & Development",
|
36
|
-
value: "
|
36
|
+
value: "Learning & Development",
|
37
37
|
id: "development1",
|
38
38
|
},
|
39
39
|
],
|
40
40
|
},
|
41
41
|
{
|
42
42
|
label: "People Experience",
|
43
|
-
value: "
|
43
|
+
value: "People Experience",
|
44
44
|
id: "experience1",
|
45
45
|
},
|
46
46
|
],
|
47
47
|
},
|
48
48
|
{
|
49
49
|
label: "Contact Center",
|
50
|
-
value: "
|
50
|
+
value: "Contact Center",
|
51
51
|
id: "contact1",
|
52
52
|
children: [
|
53
53
|
{
|
54
54
|
label: "Appointment Management",
|
55
|
-
value: "
|
55
|
+
value: "Appointment Management",
|
56
56
|
id: "appointment1",
|
57
57
|
},
|
58
58
|
{
|
59
59
|
label: "Customer Service",
|
60
|
-
value: "
|
60
|
+
value: "Customer Service",
|
61
61
|
id: "customer1",
|
62
62
|
disabled: true,
|
63
63
|
},
|
64
64
|
{
|
65
65
|
label: "Energy",
|
66
|
-
value: "
|
66
|
+
value: "Energy",
|
67
67
|
id: "energy1",
|
68
68
|
},
|
69
69
|
],
|
@@ -1,64 +1,64 @@
|
|
1
1
|
<% treeData = [{
|
2
2
|
label: "Power Home Remodeling",
|
3
|
-
value: "
|
3
|
+
value: "Power Home Remodeling",
|
4
4
|
id: "powerhome1",
|
5
5
|
expanded: true,
|
6
6
|
children: [
|
7
7
|
{
|
8
8
|
label: "People",
|
9
|
-
value: "
|
9
|
+
value: "People",
|
10
10
|
id: "people1",
|
11
11
|
expanded: true,
|
12
12
|
children: [
|
13
13
|
{
|
14
14
|
label: "Talent Acquisition",
|
15
|
-
value: "
|
15
|
+
value: "Talent Acquisition",
|
16
16
|
id: "talent1",
|
17
17
|
},
|
18
18
|
{
|
19
19
|
label: "Business Affairs",
|
20
|
-
value: "
|
20
|
+
value: "Business Affairs",
|
21
21
|
id: "business1",
|
22
22
|
expanded: true,
|
23
23
|
disabled: true,
|
24
24
|
children: [
|
25
25
|
{
|
26
26
|
label: "Initiatives",
|
27
|
-
value: "
|
27
|
+
value: "Initiatives",
|
28
28
|
id: "initiative1",
|
29
29
|
},
|
30
30
|
{
|
31
31
|
label: "Learning & Development",
|
32
|
-
value: "
|
32
|
+
value: "Learning & Development",
|
33
33
|
id: "development1",
|
34
34
|
},
|
35
35
|
],
|
36
36
|
},
|
37
37
|
{
|
38
38
|
label: "People Experience",
|
39
|
-
value: "
|
39
|
+
value: "People Experience",
|
40
40
|
id: "experience1",
|
41
41
|
},
|
42
42
|
],
|
43
43
|
},
|
44
44
|
{
|
45
45
|
label: "Contact Center",
|
46
|
-
value: "
|
46
|
+
value: "Contact Center",
|
47
47
|
id: "contact1",
|
48
48
|
children: [
|
49
49
|
{
|
50
50
|
label: "Appointment Management",
|
51
|
-
value: "
|
51
|
+
value: "Appointment Management",
|
52
52
|
id: "appointment1",
|
53
53
|
},
|
54
54
|
{
|
55
55
|
label: "Customer Service",
|
56
|
-
value: "
|
56
|
+
value: "Customer Service",
|
57
57
|
id: "customer1",
|
58
58
|
},
|
59
59
|
{
|
60
60
|
label: "Energy",
|
61
|
-
value: "
|
61
|
+
value: "Energy",
|
62
62
|
id: "energy1",
|
63
63
|
},
|
64
64
|
],
|
data/app/pb_kits/playbook/pb_multi_level_select/docs/_multi_level_select_disabled_options_parent.jsx
CHANGED
@@ -4,65 +4,65 @@ import MultiLevelSelect from "../_multi_level_select";
|
|
4
4
|
const treeData = [
|
5
5
|
{
|
6
6
|
label: "Power Home Remodeling",
|
7
|
-
value: "
|
7
|
+
value: "Power Home Remodeling",
|
8
8
|
id: "powerhome1",
|
9
9
|
expanded: true,
|
10
10
|
children: [
|
11
11
|
{
|
12
12
|
label: "People",
|
13
|
-
value: "
|
13
|
+
value: "People",
|
14
14
|
id: "people1",
|
15
15
|
expanded: true,
|
16
16
|
children: [
|
17
17
|
{
|
18
18
|
label: "Talent Acquisition",
|
19
|
-
value: "
|
19
|
+
value: "Talent Acquisition",
|
20
20
|
id: "talent1",
|
21
21
|
},
|
22
22
|
{
|
23
23
|
label: "Business Affairs",
|
24
|
-
value: "
|
24
|
+
value: "Business Affairs",
|
25
25
|
id: "business1",
|
26
26
|
expanded: true,
|
27
27
|
disabled: true,
|
28
28
|
children: [
|
29
29
|
{
|
30
30
|
label: "Initiatives",
|
31
|
-
value: "
|
31
|
+
value: "Initiatives",
|
32
32
|
id: "initiative1",
|
33
33
|
},
|
34
34
|
{
|
35
35
|
label: "Learning & Development",
|
36
|
-
value: "
|
36
|
+
value: "Learning & Development",
|
37
37
|
id: "development1",
|
38
38
|
},
|
39
39
|
],
|
40
40
|
},
|
41
41
|
{
|
42
42
|
label: "People Experience",
|
43
|
-
value: "
|
43
|
+
value: "People Experience",
|
44
44
|
id: "experience1",
|
45
45
|
},
|
46
46
|
],
|
47
47
|
},
|
48
48
|
{
|
49
49
|
label: "Contact Center",
|
50
|
-
value: "
|
50
|
+
value: "Contact Center",
|
51
51
|
id: "contact1",
|
52
52
|
children: [
|
53
53
|
{
|
54
54
|
label: "Appointment Management",
|
55
|
-
value: "
|
55
|
+
value: "Appointment Management",
|
56
56
|
id: "appointment1",
|
57
57
|
},
|
58
58
|
{
|
59
59
|
label: "Customer Service",
|
60
|
-
value: "
|
60
|
+
value: "Customer Service",
|
61
61
|
id: "customer1",
|
62
62
|
},
|
63
63
|
{
|
64
64
|
label: "Energy",
|
65
|
-
value: "
|
65
|
+
value: "Energy",
|
66
66
|
id: "energy1",
|
67
67
|
},
|
68
68
|
],
|