playbook_ui_docs 16.8.0.pre.alpha.play293416802 → 16.8.0.pre.alpha.play293416882
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 88bb96933aeae897ca05d1f2dcea378bbafc56f0853c8b61c78fe248cf1f5780
|
|
4
|
+
data.tar.gz: 54e7df297d62410b02904955e025629c92b280235c9aec60ebd73e6e8df64ea5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b302b255fa520d82f62cc50d83ddcdaa090382cc5cb33ba0b8cd0a1b0761430e201338ec0596636ea217b29b33a802b831f1e9e8460e388178ec065e1f7eb76f
|
|
7
|
+
data.tar.gz: 4caa014dfcb186cb947b95942a5b23c79ceeceefce4b0e10442331c1fee19df5ca235dc6821b014209b53d44792bd93a4514766bc82003799745977817165685
|
|
@@ -9,6 +9,4 @@ For date ranges, use `type: 'dropdown'` with `variant: 'quickpick'`. The Filter
|
|
|
9
9
|
|
|
10
10
|
Chip edits update the linked control inside the filter popover. Click **Apply** to submit, then pass the submitted values back into `filters` so chips re-render with the latest labels.
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
Use `auto_submit: true` to submit the form immediately after a chip value is picked.
|
|
12
|
+
Optional `auto_submit: true` on a chip entry submits the form immediately when a chip value is picked.
|
|
@@ -7,4 +7,4 @@ For date ranges, use `type: 'dropdown'` with `variant: 'quickpick'`. The Filter
|
|
|
7
7
|
|
|
8
8
|
Keep `filters`, `interactiveFilters.value`, and the filter popover fields backed by the same state so chip labels and form controls stay in sync.
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
On Rails, pass `interactive_filters` with `target_input` so chip picks update the linked form control. Re-read submitted params in your view after Apply so `filters` reflects the new values.
|
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: 16.8.0.pre.alpha.
|
|
4
|
+
version: 16.8.0.pre.alpha.play293416882
|
|
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: 2026-06-
|
|
12
|
+
date: 2026-06-04 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: playbook_ui
|