playbook_ui 15.3.0 → 15.4.0.pre.rc.1
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/TableHeaderCell.tsx +3 -1
- data/app/pb_kits/playbook/pb_advanced_table/Hooks/useTableActions.ts +18 -3
- data/app/pb_kits/playbook/pb_advanced_table/Hooks/useTableState.ts +71 -14
- data/app/pb_kits/playbook/pb_advanced_table/SubKits/TableHeader.tsx +3 -0
- data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.tsx +12 -3
- data/app/pb_kits/playbook/pb_advanced_table/advanced_table.test.jsx +59 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_inline_row_loading.jsx +28 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_inline_row_loading.md +11 -2
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_pagination_with_props.jsx +4 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_pagination_with_props.md +3 -2
- data/app/pb_kits/playbook/pb_advanced_table/docs/_mock_data_inline_loading_empty_children.js +42 -0
- data/app/pb_kits/playbook/pb_date_picker/date_picker.rb +2 -0
- data/app/pb_kits/playbook/pb_date_picker/sass_partials/_quick_pick_styles.scss +11 -30
- data/app/pb_kits/playbook/pb_form/docs/_form_form_with_loading.html.erb +1 -1
- data/app/pb_kits/playbook/pb_form/formHelper.js +1 -1
- data/app/pb_kits/playbook/pb_popover/_popover.tsx +69 -34
- data/app/pb_kits/playbook/pb_popover/docs/_popover_append_to.jsx +68 -0
- data/app/pb_kits/playbook/pb_popover/docs/_popover_append_to_react.md +1 -0
- data/app/pb_kits/playbook/pb_popover/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_popover/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_popover/popover.test.js +80 -0
- data/app/pb_kits/playbook/pb_text_input/text_input.rb +2 -2
- data/app/pb_kits/playbook/pb_typeahead/_typeahead.test.jsx +41 -0
- data/app/pb_kits/playbook/pb_typeahead/_typeahead.tsx +23 -9
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_options.html.erb +64 -0
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_options.jsx +70 -0
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_options.md +1 -0
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_options.html.erb +67 -1
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_value.jsx +68 -6
- data/app/pb_kits/playbook/pb_typeahead/docs/example.yml +2 -0
- data/app/pb_kits/playbook/pb_typeahead/docs/index.js +2 -1
- data/dist/chunks/{_line_graph-0IiTB9gA.js → _line_graph-CqE0-dq5.js} +1 -1
- data/dist/chunks/_typeahead-3ZAbZUqU.js +6 -0
- data/dist/chunks/{_weekday_stacked-BZ7z8ukT.js → _weekday_stacked-BFB3mjtE.js} +2 -2
- data/dist/chunks/{lib-izYrkvOQ.js → lib-CGxXTQ75.js} +2 -2
- data/dist/chunks/{pb_form_validation-Cah5Z5J3.js → pb_form_validation-DebqlUKZ.js} +1 -1
- data/dist/chunks/vendor.js +1 -1
- data/dist/playbook-doc.js +2 -2
- 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 +2 -2
- metadata +14 -8
- data/dist/chunks/_typeahead-BvV7a9cR.js +0 -6
- /data/app/pb_kits/playbook/pb_popover/docs/{_popover_append_to.md → _popover_append_to_rails.md} +0 -0
data/lib/playbook/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: playbook_ui
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 15.
|
|
4
|
+
version: 15.4.0.pre.rc.1
|
|
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-10-
|
|
12
|
+
date: 2025-10-29 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: actionpack
|
|
@@ -414,6 +414,7 @@ files:
|
|
|
414
414
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_with_custom_header_rails.html.erb
|
|
415
415
|
- app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_with_custom_header_rails.md
|
|
416
416
|
- app/pb_kits/playbook/pb_advanced_table/docs/_mock_data_inline_loading.js
|
|
417
|
+
- app/pb_kits/playbook/pb_advanced_table/docs/_mock_data_inline_loading_empty_children.js
|
|
417
418
|
- app/pb_kits/playbook/pb_advanced_table/docs/advanced_table_mock_data.json
|
|
418
419
|
- app/pb_kits/playbook/pb_advanced_table/docs/advanced_table_mock_data_infinite_scroll.json
|
|
419
420
|
- app/pb_kits/playbook/pb_advanced_table/docs/advanced_table_mock_data_no_subrows.json
|
|
@@ -2637,7 +2638,9 @@ files:
|
|
|
2637
2638
|
- app/pb_kits/playbook/pb_popover/docs/_popover_actionable_content.html.erb
|
|
2638
2639
|
- app/pb_kits/playbook/pb_popover/docs/_popover_actionable_content.jsx
|
|
2639
2640
|
- app/pb_kits/playbook/pb_popover/docs/_popover_append_to.html.erb
|
|
2640
|
-
- app/pb_kits/playbook/pb_popover/docs/_popover_append_to.
|
|
2641
|
+
- app/pb_kits/playbook/pb_popover/docs/_popover_append_to.jsx
|
|
2642
|
+
- app/pb_kits/playbook/pb_popover/docs/_popover_append_to_rails.md
|
|
2643
|
+
- app/pb_kits/playbook/pb_popover/docs/_popover_append_to_react.md
|
|
2641
2644
|
- app/pb_kits/playbook/pb_popover/docs/_popover_close.html.erb
|
|
2642
2645
|
- app/pb_kits/playbook/pb_popover/docs/_popover_close.jsx
|
|
2643
2646
|
- app/pb_kits/playbook/pb_popover/docs/_popover_default.html.erb
|
|
@@ -3570,6 +3573,9 @@ files:
|
|
|
3570
3573
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_async_createable.jsx
|
|
3571
3574
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_createable.jsx
|
|
3572
3575
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_menu_list.jsx
|
|
3576
|
+
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_options.html.erb
|
|
3577
|
+
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_options.jsx
|
|
3578
|
+
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_options.md
|
|
3573
3579
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default.html.erb
|
|
3574
3580
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default.jsx
|
|
3575
3581
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default_options.html.erb
|
|
@@ -3790,13 +3796,13 @@ files:
|
|
|
3790
3796
|
- app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
|
|
3791
3797
|
- app/pb_kits/playbook/utilities/text.ts
|
|
3792
3798
|
- app/pb_kits/playbook/utilities/validEmojiChecker.ts
|
|
3793
|
-
- dist/chunks/_line_graph-
|
|
3794
|
-
- dist/chunks/_typeahead-
|
|
3795
|
-
- dist/chunks/_weekday_stacked-
|
|
3799
|
+
- dist/chunks/_line_graph-CqE0-dq5.js
|
|
3800
|
+
- dist/chunks/_typeahead-3ZAbZUqU.js
|
|
3801
|
+
- dist/chunks/_weekday_stacked-BFB3mjtE.js
|
|
3796
3802
|
- dist/chunks/componentRegistry-DzmmLR2x.js
|
|
3797
3803
|
- dist/chunks/lazysizes-B7xYodB-.js
|
|
3798
|
-
- dist/chunks/lib-
|
|
3799
|
-
- dist/chunks/pb_form_validation-
|
|
3804
|
+
- dist/chunks/lib-CGxXTQ75.js
|
|
3805
|
+
- dist/chunks/pb_form_validation-DebqlUKZ.js
|
|
3800
3806
|
- dist/chunks/vendor.js
|
|
3801
3807
|
- dist/menu.yml
|
|
3802
3808
|
- dist/playbook-doc.js
|