playbook_ui_docs 14.23.0.pre.alpha.advancedtablefix9082 → 14.23.0.pre.alpha.highchartstest9121
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/docs/example.yml +0 -1
- data/app/pb_kits/playbook/pb_advanced_table/docs/index.js +0 -1
- data/dist/playbook-doc.js +1 -1
- metadata +2 -4
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_with_custom_header_multi_header.jsx +0 -107
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_with_custom_header_multi_header.md +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9d05ea953da889aa1c9aecbaebb35a7f7e5679f480d054b5a67a0ac4c4923ec9
|
4
|
+
data.tar.gz: df36f162b078073445e1245e6d227c25e3d51abb04866693c67c64b11af561df
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f90ff535ef955b12d3f3eed61c2658ede4538d0cefa3b88f28dd21f7e5de354c9214a58697572368a1c3e4dd6d9ec3a001f224764603d2b5447cee01df29619e
|
7
|
+
data.tar.gz: 7cfc3fc2f3effd0cd172e32eea6c0c7b51957ee27342d233c0eaf29ccb5878b919b8a5dc76955670b0dd3fe43d1a52e8f8d6c69e4cbfd68f64b72145498b7dc5
|
@@ -43,7 +43,6 @@ examples:
|
|
43
43
|
- advanced_table_responsive: Responsive Tables
|
44
44
|
- advanced_table_custom_cell: Custom Components for Cells
|
45
45
|
- advanced_table_with_custom_header: Custom Header Cell
|
46
|
-
- advanced_table_with_custom_header_multi_header: Custom Header with Multiple Headers
|
47
46
|
- advanced_table_pagination: Pagination
|
48
47
|
- advanced_table_pagination_with_props: Pagination Props
|
49
48
|
- advanced_table_loading: Loading State
|
@@ -40,4 +40,3 @@ export { default as AdvancedTableColumnStylingColumnHeaders } from './_advanced_
|
|
40
40
|
export { default as AdvancedTableInfiniteScroll} from './_advanced_table_infinite_scroll.jsx'
|
41
41
|
export {default as AdvancedTableWithCustomHeader} from './_advanced_table_with_custom_header.jsx'
|
42
42
|
export { default as AdvancedTableCustomSort } from './_advanced_table_custom_sort.jsx'
|
43
|
-
export { default as AdvancedTableWithCustomHeaderMultiHeader } from './_advanced_table_with_custom_header_multi_header.jsx'
|