playbook_ui_docs 14.17.0.pre.alpha.PLAY20547307 → 14.17.0.pre.alpha.aticonclosefix7325
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 +1 -2
- data/dist/playbook-doc.js +1 -1
- metadata +2 -4
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_expand_by_depth.jsx +0 -65
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_expand_by_depth.md +0 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 756745a17d271d313c278db118c273360a38a744e35c0ece8b7d2356a3ee762e
|
4
|
+
data.tar.gz: 4d11060451e4db96b884e2f434d91be074486b4ae542bd246070d8310099071d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ba8b912a16d4c6ce1cafefd0e460d7b5bde194ca0868d8d13f16a022527f9cbee028865a9078afe3ff90a648639a63dacf36c11a232b6fc82317802cb09a9d3f
|
7
|
+
data.tar.gz: a5a97a2906151343597b8291e7aacbb1dd243c6436dadafb45c608588ec3f8cdf2d1a926a040cc66cb34fe480d19dc1ec167b0566ab91c60489963665d5f7656
|
@@ -22,7 +22,6 @@ examples:
|
|
22
22
|
- advanced_table_sort: Enable Sorting
|
23
23
|
- advanced_table_sort_control: Sort Control
|
24
24
|
- advanced_table_expanded_control: Expanded Control
|
25
|
-
- advanced_table_expand_by_depth: Expand by Depth
|
26
25
|
- advanced_table_subrow_headers: SubRow Headers
|
27
26
|
- advanced_table_collapsible_trail: Collapsible Trail
|
28
27
|
- advanced_table_table_options: Table Options
|
@@ -25,5 +25,4 @@ export { default as AdvancedTableInlineEditing } from './_advanced_table_inline_
|
|
25
25
|
export { default as AdvancedTableFullscreen } from './_advanced_table_fullscreen.jsx'
|
26
26
|
export { default as AdvancedTableStickyColumns } from './_advanced_table_sticky_columns.jsx'
|
27
27
|
export { default as AdvancedTableStickyHeader } from './_advanced_table_sticky_header.jsx'
|
28
|
-
export { default as AdvancedTableStickyColumnsAndHeader } from './_advanced_table_sticky_columns_and_header.jsx'
|
29
|
-
export { default as AdvancedTableExpandByDepth } from './_advanced_table_expand_by_depth.jsx'
|
28
|
+
export { default as AdvancedTableStickyColumnsAndHeader } from './_advanced_table_sticky_columns_and_header.jsx'
|