glib-web 0.12.0 → 0.12.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/json_ui/garage/views/controls.json.jbuilder +3 -5
- 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: a20bf4bf81faef33de6e6e2a1ba4d57035702ddcca2afcec4933178e13455d50
|
4
|
+
data.tar.gz: a5cd8f36138a6ee1fe6b45dbbaec2e0eb2cfbf355a42758b9e3397beb94ef28e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 99cb99a9f2a32824a1989e39794a25cd92a2fef306c1c5a3616d80f40bb192baf318da83074c43a4a8702a5976edf6d60c36e78b96c4144a0a4ed7e182d20290
|
7
|
+
data.tar.gz: 1f3c0eefee0d47f0ab7444fb5508e56fd6405fe47794f4bc1fefba27dc6908491d001a0932688a6473f4693b9aedb8c99333c3189a18bda3b1e1d109d2326eff
|
@@ -9,13 +9,11 @@ page.scroll padding: glib_json_padding_body, childViews: ->(scroll) do
|
|
9
9
|
|
10
10
|
scroll.button text: 'Button', onClick: ->(action) do
|
11
11
|
action.dialogs_alert message: 'Perform action'
|
12
|
-
end
|
13
|
-
scroll.spacer height: 20
|
12
|
+
end
|
14
13
|
|
15
14
|
scroll.button text: 'Buton with build-in classes', styleClasses: ['rounded', 'outlined', 'tile', 'depressed'], onClick: ->(action) do
|
16
15
|
action.dialogs_alert message: 'Perform action'
|
17
|
-
end
|
18
|
-
scroll.spacer height: 20
|
16
|
+
end
|
19
17
|
|
20
18
|
scroll.button icon: 'info', text: 'Button with Icon and Tooltip', tooltip: { text: 'Tooltip text' }, onClick: ->(action) do
|
21
19
|
action.dialogs_alert message: 'Perform action'
|
@@ -25,7 +23,7 @@ page.scroll padding: glib_json_padding_body, childViews: ->(scroll) do
|
|
25
23
|
scroll.button \
|
26
24
|
icon: 'info',
|
27
25
|
styleClass: 'icon',
|
28
|
-
tooltip: { text: 'Disabled Icon button with tooltip text and custom tooltip position', position: 'right'},
|
26
|
+
tooltip: { text: 'Disabled Icon button with tooltip text and custom tooltip position', position: 'right' },
|
29
27
|
disabled: true
|
30
28
|
scroll.spacer height: 20
|
31
29
|
|