glib-web 3.0.2 → 3.0.4
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e811e8aaa5fcd9efa6975ee96bb751f443c8e0c7eab09fdbb497b92306557fee
|
4
|
+
data.tar.gz: 6b82bf7083996d089337633d708f5577e0bf941ded2ac8e2d5824596967e28ad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cbabc1353222f3e9f9b3e17c9cbfdbcc90fbdbf2b46f7e0df090c40d09bc0a13a851c4daa870530c0a318c202b872c51afbfee3f18706b7d151228043b872a9b
|
7
|
+
data.tar.gz: b50c9f3a8638f704bfe5af73ecac6d5509f79f68fefd3f1e8e6f6bf3f22c38d2c5d58f8cd8b5a137760c69eedc6a045d44060135f8d81bc49495049a371daea9
|
@@ -9,7 +9,11 @@ module Glib
|
|
9
9
|
end
|
10
10
|
|
11
11
|
def tooltip(options)
|
12
|
-
|
12
|
+
if !Rails.env.test?
|
13
|
+
key = "tooltip_#{SecureRandom.uuid}"
|
14
|
+
else
|
15
|
+
key = 'tooltip_test'
|
16
|
+
end
|
13
17
|
onMouseEnter ->(action) do
|
14
18
|
action.popovers_open(
|
15
19
|
key: key,
|
@@ -76,12 +76,12 @@ page.scroll padding: glib_json_padding_body, childViews: ->(scroll) do
|
|
76
76
|
|
77
77
|
timeline_items = [
|
78
78
|
{ backgroundColor: 'blue', styleClasses: ['small'] },
|
79
|
-
{ backgroundColor: 'blue', styleClasses: ['small'] },
|
79
|
+
{ backgroundColor: 'blue', styleClasses: ['x-small'] },
|
80
80
|
{ backgroundColor: 'blue', color: 'white', text: '3' },
|
81
81
|
{ backgroundColor: 'white', icon: 'radio_button_unchecked', styleClasses: ['small'] },
|
82
82
|
{ backgroundColor: 'white', icon: 'radio_button_unchecked', styleClasses: ['small'] },
|
83
83
|
]
|
84
84
|
|
85
85
|
scroll.h2 text: 'Timeline without content'
|
86
|
-
scroll.panels_timeline events: timeline_items
|
86
|
+
scroll.panels_timeline truncateLine: 'both', events: timeline_items
|
87
87
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: glib-web
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ''
|
@@ -318,7 +318,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
318
318
|
- !ruby/object:Gem::Version
|
319
319
|
version: '0'
|
320
320
|
requirements: []
|
321
|
-
rubygems_version: 3.1.
|
321
|
+
rubygems_version: 3.1.6
|
322
322
|
signing_key:
|
323
323
|
specification_version: 4
|
324
324
|
summary: ''
|