glib-web 4.26.1 → 4.26.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 +4 -4
- data/app/views/json_ui/garage/views/controls.json.jbuilder +0 -18
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f87a1b635f10d716d5cce040149b5a16e93f6a27ae1d070bd910d7430f486919
|
4
|
+
data.tar.gz: 1c749f1940a73cdf9b9487016dd93215ed3e51d1c9de65701ea9871180365d3e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d326313f1a11163833325c2b97c3e8f8ce3811027953fed9cc4e76a856bba6bca279b2463c535341e5ffde605e4d623443d6fbf01a993a8ebe9ce8c0fd583d12
|
7
|
+
data.tar.gz: 6a960dbaafcbb4b4993975caa7db3b58411427ece0a8b4b36f81a1fd4c47a23a437725f49d3b056397dc573b39d676cdab385c339fb5b9dc343793e306a65bcb
|
@@ -156,22 +156,4 @@ page.scroll padding: glib_json_padding_body, childViews: ->(scroll) do
|
|
156
156
|
end
|
157
157
|
end
|
158
158
|
|
159
|
-
scroll.spacer height: 10
|
160
|
-
scroll.button id:'tour_button', text: 'Tour', onLoad: ->(action) do
|
161
|
-
action.popovers_show \
|
162
|
-
targetId: 'tour_button',
|
163
|
-
key: 'tour_popover',
|
164
|
-
placement: 'right',
|
165
|
-
offset: 24,
|
166
|
-
overlay: { closeOnFocus: false },
|
167
|
-
content: ->(dialog) do
|
168
|
-
dialog.body padding: glib_json_padding_body, styleClass: 'popover-menu', childViews: ->(res) do
|
169
|
-
res.label text: 'This is a tour'
|
170
|
-
res.button text: 'OK', onClick: ->(subaction) do
|
171
|
-
subaction.popovers_close key: 'tour_popover'
|
172
|
-
end
|
173
|
-
end
|
174
|
-
end
|
175
|
-
end
|
176
|
-
|
177
159
|
end
|