playbook_ui_docs 14.14.0.pre.alpha.PBNTR866finalizecssendlessscroll6462 → 14.14.0.pre.alpha.PBNTR866finalizecssendlessscroll6486
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 +1 -2
- data/app/pb_kits/playbook/pb_advanced_table/docs/index.js +1 -2
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_dynamic_options.html.erb +45 -0
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_dynamic_options.md +5 -0
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_dynamic_options_pure_rails.html.erb +33 -0
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_dynamic_options_pure_rails.md +3 -0
- data/app/pb_kits/playbook/pb_typeahead/docs/example.yml +2 -0
- data/dist/playbook-doc.js +1 -1
- metadata +6 -2
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: playbook_ui_docs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 14.14.0.pre.alpha.
|
4
|
+
version: 14.14.0.pre.alpha.PBNTR866finalizecssendlessscroll6486
|
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-03-
|
12
|
+
date: 2025-03-05 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: playbook_ui
|
@@ -2121,6 +2121,10 @@ files:
|
|
2121
2121
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_menu_list.jsx
|
2122
2122
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default.html.erb
|
2123
2123
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default.jsx
|
2124
|
+
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_dynamic_options.html.erb
|
2125
|
+
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_dynamic_options.md
|
2126
|
+
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_dynamic_options_pure_rails.html.erb
|
2127
|
+
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_dynamic_options_pure_rails.md
|
2124
2128
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_error_state.html.erb
|
2125
2129
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_error_state.jsx
|
2126
2130
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_error_state.md
|