playbook_ui_docs 15.6.0.pre.rc.1 → 15.6.0.pre.rc.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4987902f89518c468e20c702133d617e50d86901c73846e7fdea9b1f6f4f525e
4
- data.tar.gz: 18eae8474a957ab83ef997c20f8a3d39ff85523aa66763c05b0cbf40b7952cbc
3
+ metadata.gz: 16b425eef095315e6baaed29bc403318dfbc836032286e17a4c18f362307166c
4
+ data.tar.gz: 8904a9af39065b692ace5a34ae36c07e77e1941b0081a8ef1a15935c7ef4678a
5
5
  SHA512:
6
- metadata.gz: be65a3fa636a65d0fbc7b9a40833a64e1e61dbd054db607c78cd8281ef7d3eda2d8115f17e164c21f521ec3fabe74487e0d9c380f252c68fe111db83898223a9
7
- data.tar.gz: 2d650e15339c3532f55c2fcbe747c0bab4082169c6cf635bf0309ffd49165156a940ab3f5da249ed5cc0f1416a7d568e5d181656e3d5a564f24d3960bc961112
6
+ metadata.gz: d244ce9be6ea1b575c22739bf58ce048ebf3bbbf2dc0486095e17aff04efd5f9f5e207e1bc49a1400c0073d383458e2f809fe1bea9ca08d36a4145bb74c0e570
7
+ data.tar.gz: 47aa68882a6447965f553a541016b0823cf6a4b7f088231706997b6ffeb91ee02c0f90a3ced6130f7cefb7182ef2c96f5e119141c957df71ce6e07c7db3b14d6
@@ -1,3 +1,24 @@
1
+ <%
2
+ options = [
3
+ {
4
+ label: "United States",
5
+ value: "unitedStates",
6
+ id: "us"
7
+ },
8
+ {
9
+ label: "United Kingdom",
10
+ value: "unitedKingdom",
11
+ id: "gb"
12
+ },
13
+ {
14
+ label: "Pakistan",
15
+ value: "pakistan",
16
+ id: "pk"
17
+ }
18
+ ]
19
+ %>
20
+
21
+
1
22
  <%= pb_rails("button", props: { text: "Open Complex Dialog", data:{"open-dialog": "dialog-complex"} }) %>
2
23
 
3
24
  <%= pb_rails("dialog", props: { id:"dialog-complex", size: "lg", full_height: true }) do %>
@@ -10,6 +31,16 @@
10
31
  <%= pb_rails("rich_text_editor", props: {id: "default", value: "Add your text here"}) %>
11
32
  <%= pb_rails("caption", props: { text: "Type in a word or term too help find tickets later. ex. training, phone setup, hr", margin_bottom: "xs", margin_top: "sm" }) %>
12
33
  <%= pb_rails("typeahead", props: { placeholder: "Tags.."}) %>
34
+ <%= pb_rails("dropdown", props: {options: options, autocomplete: true}) %>
35
+ <%= pb_rails("typeahead", props: {
36
+ id: "typeahead-default",
37
+ placeholder: "Select one...",
38
+ options: options,
39
+ name: :foo,
40
+ margin_top: "sm",
41
+ is_multi: false
42
+ })
43
+ %>
13
44
 
14
45
  <% end %>
15
46
  <%= pb_rails("dialog/dialog_footer", props: {cancel_button: "Back", confirm_button: "Send my Issue", confirm_button_id:"confirm-complex", id: "dialog-complex"}) %>
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: 15.6.0.pre.rc.1
4
+ version: 15.6.0.pre.rc.2
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-11-25 00:00:00.000000000 Z
12
+ date: 2025-12-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: playbook_ui