playbook_ui 14.22.0.pre.alpha.PLAY22588587 → 14.22.0.pre.alpha.customheaderat8564

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.
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "14.22.0"
5
- VERSION = "14.22.0.pre.alpha.PLAY22588587"
5
+ VERSION = "14.22.0.pre.alpha.customheaderat8564"
6
6
  end
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: 14.22.0.pre.alpha.PLAY22588587
4
+ version: 14.22.0.pre.alpha.customheaderat8564
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX
@@ -328,8 +328,6 @@ files:
328
328
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_custom_cell.md
329
329
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_custom_cell_rails.html.erb
330
330
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_custom_cell_rails.md
331
- - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_custom_sort.jsx
332
- - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_custom_sort.md
333
331
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_default.jsx
334
332
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_default.md
335
333
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_expand_by_depth.jsx
@@ -403,6 +401,8 @@ files:
403
401
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_sticky_header.jsx
404
402
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_sticky_header_rails.md
405
403
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_sticky_header_react.md
404
+ - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_with_custom_header.jsx
405
+ - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_with_custom_header.md
406
406
  - app/pb_kits/playbook/pb_advanced_table/docs/_mock_data_inline_loading.js
407
407
  - app/pb_kits/playbook/pb_advanced_table/docs/advanced_table_mock_data.json
408
408
  - app/pb_kits/playbook/pb_advanced_table/docs/advanced_table_mock_data_infinite_scroll.json
@@ -3615,7 +3615,7 @@ files:
3615
3615
  - app/pb_kits/playbook/utilities/text.ts
3616
3616
  - app/pb_kits/playbook/utilities/validEmojiChecker.ts
3617
3617
  - dist/chunks/_typeahead-B7FRYVtS.js
3618
- - dist/chunks/_weekday_stacked-D1TcPO8F.js
3618
+ - dist/chunks/_weekday_stacked-CEJcIpjK.js
3619
3619
  - dist/chunks/lazysizes-B7xYodB-.js
3620
3620
  - dist/chunks/lib-Carqm8Ip.js
3621
3621
  - dist/chunks/pb_form_validation-DqRmTS8m.js
@@ -1,5 +0,0 @@
1
- The optional `customSort` prop can be used to add a sort button within a subrow header. The button will only appear if that subrowheader has more than one subrow nested within it. This button comes with a callback function called `onCustomSortClick`.
2
-
3
- The `onCustomSortClick` provides as an argument an array of all the subrows nested within that level of the table.
4
-
5
- __NOTE__: `customSort` must be used in conjunction with the `subRowHeaders` prop. The `customSort` DOES NOT handle the sort logic, this must be handled on the frontend using the callback provided.