bootstrap_form_extensions 1.0.3 → 1.0.4

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: d41b78ba09905024348dbbbe5baa83cdc5cdef53
4
- data.tar.gz: e45a067d7b8627c93c09f24a962a450b544c1ebb
3
+ metadata.gz: 94e8ecacc3f88141c4b44668491fa2b3a7d91368
4
+ data.tar.gz: dc823dab07155c4251d44c5bda37cc243282b2f3
5
5
  SHA512:
6
- metadata.gz: 2a279774150c191d38fe35a58181dbdb0c565c913c03c8853e00458e261abd34743106942f74c760e0794e0c0829557afc3203676327e408aebce92c534586d1
7
- data.tar.gz: 65375d2da221ee0f8c8506d86ccf09a2da4f43205dd5337cb916a4cf3f545b22c51202b13e8bff357c93829731d5daf15dbe2c58c4f7f7f08ec752ef5f41e08e
6
+ metadata.gz: a05819a39052192adf63a3d685a92609d9b3a9362b7287e4065da8dc0a1e0b0f8b0dfc737ef02f8a4872f84c7d07589a41c83a885845b4e702ce376965d34a13
7
+ data.tar.gz: 10f06735d5d21d30223b47eca0ad5b0e459c6ccf7b61adc9e43d88918baa0920c1b7549b763950a3a0fca90e5648e704dff9802c0793e6afa63fe0e9034f1879
@@ -10,7 +10,7 @@
10
10
  this.$container.on('click.bsfe.arrayedfield.data-api', '.remove-arrayed-field-row', this.removeRow.bind(this))
11
11
  }
12
12
 
13
- ArrayedField.VERSION = '1.0.3'
13
+ ArrayedField.VERSION = '1.0.4'
14
14
 
15
15
  ArrayedField.prototype.addRow = function (event) {
16
16
  var blueprint = this.$container.find(".blueprint-for-arrayed-field > .row").clone(true)
@@ -12,7 +12,7 @@
12
12
  this.setInitialValues()
13
13
  }
14
14
 
15
- Scheduler.VERSION = '1.0.3'
15
+ Scheduler.VERSION = '1.0.4'
16
16
 
17
17
  Scheduler.prototype.createEvents = function (event) {
18
18
  this.$element.on('click.bsfe.scheduler.data-api', 'table.scheduler-badge', this.editSchedule.bind(this))
@@ -13,7 +13,7 @@
13
13
  this.createEvents()
14
14
  }
15
15
 
16
- SelectOrNew.VERSION = '1.0.3'
16
+ SelectOrNew.VERSION = '1.0.4'
17
17
 
18
18
  SelectOrNew.prototype.createEvents = function () {
19
19
  this.$element.on('change.bsfe.select-or-new.data-api', 'select', this.changeSelection.bind(this))
@@ -16,7 +16,7 @@
16
16
  $(element).timepicker($.extend(defaults, options))
17
17
  }
18
18
 
19
- TimePicker.VERSION = '1.0.3'
19
+ TimePicker.VERSION = '1.0.4'
20
20
 
21
21
 
22
22
  // TIME PICKER PLUGIN DEFINITION
@@ -9,7 +9,7 @@
9
9
  this.$container.on('change.bsfe.timespan.data-api', '.timespan-quantity, .timespan-unit', this.updateSeconds.bind(this))
10
10
  }
11
11
 
12
- Timespan.VERSION = '1.0.3'
12
+ Timespan.VERSION = '1.0.4'
13
13
 
14
14
  Timespan.prototype.updateSeconds = function (e) {
15
15
  var hidden = this.$container.find('.timespan-seconds')
@@ -1,4 +1,4 @@
1
- <div class="form-group">
1
+ <div class="form-group col-sm-12">
2
2
  <div class='pull-left submitbar-left'>
3
3
  <% if show_submit_button %>
4
4
  <div class="btn-group dropup submitbar-submit-group">
@@ -1,3 +1,3 @@
1
1
  module BootstrapFormExtensions
2
- VERSION = "1.0.3"
2
+ VERSION = "1.0.4"
3
3
  end
File without changes