playbook_ui_docs 14.14.0.pre.alpha.play1755pbcontenttag6464 → 14.14.0.pre.alpha.play1755pbcontenttag6472
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_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.play1755pbcontenttag6472
|
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
|
@@ -2119,6 +2119,10 @@ files:
|
|
2119
2119
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_menu_list.jsx
|
2120
2120
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default.html.erb
|
2121
2121
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_default.jsx
|
2122
|
+
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_dynamic_options.html.erb
|
2123
|
+
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_dynamic_options.md
|
2124
|
+
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_dynamic_options_pure_rails.html.erb
|
2125
|
+
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_dynamic_options_pure_rails.md
|
2122
2126
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_error_state.html.erb
|
2123
2127
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_error_state.jsx
|
2124
2128
|
- app/pb_kits/playbook/pb_typeahead/docs/_typeahead_error_state.md
|