anjlab-widgets 3.0.2 → 3.0.3

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
  SHA1:
3
- metadata.gz: 0542677ac10a723fcd83ad60d11dd32cd5ffcac5
4
- data.tar.gz: 5c3c552e918091d9f668bc04a380e3973631565a
3
+ metadata.gz: a2bf9bada8cde8aead30e9dcacdcca8f6ba08d50
4
+ data.tar.gz: 13a40cb5a5eea6c214272d3b9cc4df721a64efd3
5
5
  SHA512:
6
- metadata.gz: 83b79f680b0009fbbf1f6ba622f400b525619df57744d290f7bbe13209544f3dc2d159b2cab1f07d35ddc758d43e9bf9cefdea0c56b614d49fb35b85f209c89b
7
- data.tar.gz: 105ee910437cc2e3be7232af6c91962437802267bfaf512c8f12fd5f527854329a843d2231604d7c6abd197d8af282070550133f6a909a3c8bf54e2b6645bcff
6
+ metadata.gz: f8418bb24ce242872617adca1928c742244785b9194358d3de27a5215acc83e7866de151594ddbf105904347976a3c2fbe5e67d57a701db3543f76b7ea67ccae
7
+ data.tar.gz: 7e611b0a63786909087ae3c4e43b5715ed2390308799c6244df9ceb94319769e858b7c3017b6da5ab2afcd53ebd296b558d1db13bac640fbedfe5c8b401e53e9
@@ -124,9 +124,9 @@ DateTools =
124
124
 
125
125
  headTemplate: '<thead>'+
126
126
  '<tr>'+
127
- '<th class="prev"><i class="icon-arrow-left"/></th>'+
127
+ '<th class="prev"><i class="glyphicon glyphicon-chevron-left"/></th>'+
128
128
  '<th colspan="5" class="switch"></th>'+
129
- '<th class="next"><i class="icon-arrow-right"/></th>'+
129
+ '<th class="next"><i class="glyphicon glyphicon-chevron-right"/></th>'+
130
130
  '</tr>'+
131
131
  '</thead>'
132
132
 
@@ -180,14 +180,14 @@ class NativeRailsDatepicker
180
180
  else
181
181
  parent.find('.js-aw-1i').val(@date.getFullYear())
182
182
  parent.find('.js-aw-2i').val(@date.getMonth() + 1)
183
- parent.find('.js-aw-3i').val(@date.getDate())
183
+ parent.find('.js-aw-3i').val(@date.getDate())
184
184
 
185
185
 
186
186
  class Datepicker extends NativeRailsDatepicker
187
187
 
188
188
  constructor: (element, options)->
189
189
  super(element, options)
190
- @locale = options.locale || @element.data('date-locale') || DateTools.getLocale()
190
+ @locale = options.locale || @element.data('date-locale') || DateTools.getLocale()
191
191
  @format = DateTools.parseFormat(options.format || @element.data('date-format') || Locales[@locale].dates.format);
192
192
  @allowBlank = options.allowBlank ? @element.data('date-allow-blank') ? true
193
193
  @picker = $(DateTools.template).appendTo('body').on {
@@ -73,18 +73,6 @@
73
73
  background: $gray-lighter;
74
74
  }
75
75
  }
76
-
77
- .icon-left {
78
- &:before {
79
- content: '\2039';// SINGLE LEFT-POINTING ANGLE QUOTATION MARK (U+2039)
80
- }
81
- }
82
-
83
- .icon-right {
84
- &:before {
85
- content: '\203a';// SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (U+203A)
86
- }
87
- }
88
76
  }
89
77
 
90
78
  @include button-variant(".datepicker td.active,.datepicker td.active:hover, .datepicker span.active", $btn-primary-color, $btn-primary-bg, $btn-primary-border);
@@ -1,5 +1,5 @@
1
1
  module Anjlab
2
2
  module Widgets
3
- VERSION = "3.0.2"
3
+ VERSION = "3.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anjlab-widgets
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yury Korolev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-25 00:00:00.000000000 Z
11
+ date: 2013-11-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: anjlab-bootstrap-rails