material_raingular 0.1.5.8.1 → 0.1.5.9
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5e62779fd2f3ed3b737588110505d11dac390bad
|
4
|
+
data.tar.gz: 9f8ddbf45b1f755991ea5a971014ba83d2b7b092
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 99f6bc9c709f60f7a825c65d3853e4a9f8bb01262c15845246ec445546fe359426796e892948f189ea82f58e41d3a1754e25b6598582ef365c8a4d4b2edbe450
|
7
|
+
data.tar.gz: ce09791145902fdebb972250ba35122bd1a05a2ee20a64bcb1c33be6cee2ef751cc6ea3b604c58217b84b3ae8fa23ec2b6faa9dec91247c411e8e129d6e0cce8
|
@@ -88,7 +88,7 @@ class StandardTemplate
|
|
88
88
|
@stylize()
|
89
89
|
@bind()
|
90
90
|
stylize: ->
|
91
|
-
@search.css('width',@viewOptions.width ||
|
91
|
+
@search.css('width',@viewOptions.width || '100%')
|
92
92
|
@search.addClass('md-input') if @element.hasClass('md-input')
|
93
93
|
@search.css('color', 'black')
|
94
94
|
@element.css('position','relative').css('overflow','visible')
|
@@ -104,7 +104,7 @@ class StandardTemplate
|
|
104
104
|
@search.bind 'input', (event)=>
|
105
105
|
@inputFunction(@search,@typeAhead,event)
|
106
106
|
@search.bind 'focus', (event)=>
|
107
|
-
|
107
|
+
@stylize()
|
108
108
|
@focusFunction(@template,event)
|
109
109
|
@search.bind 'blur', (event)=>
|
110
110
|
@blurFunction(@search,@typeAhead,@template,event)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: material_raingular
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.5.
|
4
|
+
version: 0.1.5.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Moody
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-07-
|
11
|
+
date: 2016-07-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|