less-rails-bootstrap 3.1.1.1 → 3.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -1
- data/.travis.yml +5 -4
- data/Appraisals +10 -4
- data/Gemfile +0 -2
- data/ISSUES.md +6 -0
- data/README.md +6 -6
- data/app/assets/fonts/twitter/bootstrap/glyphicons-halflings-regular.eot +0 -0
- data/app/assets/fonts/twitter/bootstrap/glyphicons-halflings-regular.svg +229 -0
- data/app/assets/fonts/twitter/bootstrap/glyphicons-halflings-regular.ttf +0 -0
- data/app/assets/fonts/twitter/bootstrap/glyphicons-halflings-regular.woff +0 -0
- data/app/assets/javascripts/twitter/bootstrap.js +12 -0
- data/app/assets/javascripts/twitter/bootstrap/affix.js +142 -0
- data/app/assets/javascripts/twitter/bootstrap/alert.js +92 -0
- data/app/assets/javascripts/twitter/bootstrap/button.js +110 -0
- data/app/assets/javascripts/twitter/bootstrap/carousel.js +223 -0
- data/app/assets/javascripts/twitter/bootstrap/collapse.js +170 -0
- data/app/assets/javascripts/twitter/bootstrap/dropdown.js +151 -0
- data/app/assets/javascripts/twitter/bootstrap/modal.js +280 -0
- data/app/assets/javascripts/twitter/bootstrap/popover.js +113 -0
- data/app/assets/javascripts/twitter/bootstrap/scrollspy.js +170 -0
- data/app/assets/javascripts/twitter/bootstrap/tab.js +128 -0
- data/app/assets/javascripts/twitter/bootstrap/tooltip.js +457 -0
- data/app/assets/javascripts/twitter/bootstrap/transition.js +59 -0
- data/app/assets/stylesheets/twitter/bootstrap.less +1 -0
- data/app/frameworks/twitter/bootstrap/alerts.less +68 -0
- data/app/frameworks/twitter/bootstrap/badges.less +55 -0
- data/app/frameworks/twitter/bootstrap/bootstrap.less +50 -0
- data/app/frameworks/twitter/bootstrap/breadcrumbs.less +26 -0
- data/app/frameworks/twitter/bootstrap/button-groups.less +240 -0
- data/app/frameworks/twitter/bootstrap/buttons.less +157 -0
- data/app/frameworks/twitter/bootstrap/carousel.less +243 -0
- data/app/frameworks/twitter/bootstrap/close.less +33 -0
- data/app/frameworks/twitter/bootstrap/code.less +68 -0
- data/app/frameworks/twitter/bootstrap/component-animations.less +31 -0
- data/app/frameworks/twitter/bootstrap/dropdowns.less +215 -0
- data/app/frameworks/twitter/bootstrap/forms.less +540 -0
- data/app/frameworks/twitter/bootstrap/glyphicons.less +233 -0
- data/app/frameworks/twitter/bootstrap/grid.less +84 -0
- data/app/frameworks/twitter/bootstrap/input-groups.less +166 -0
- data/app/frameworks/twitter/bootstrap/jumbotron.less +48 -0
- data/app/frameworks/twitter/bootstrap/labels.less +64 -0
- data/app/frameworks/twitter/bootstrap/list-group.less +131 -0
- data/app/frameworks/twitter/bootstrap/media.less +56 -0
- data/app/frameworks/twitter/bootstrap/mixins.less +39 -0
- data/app/frameworks/twitter/bootstrap/mixins/alerts.less +14 -0
- data/app/frameworks/twitter/bootstrap/mixins/background-variant.less +8 -0
- data/app/frameworks/twitter/bootstrap/mixins/border-radius.less +18 -0
- data/app/frameworks/twitter/bootstrap/mixins/buttons.less +50 -0
- data/app/frameworks/twitter/bootstrap/mixins/center-block.less +7 -0
- data/app/frameworks/twitter/bootstrap/mixins/clearfix.less +22 -0
- data/app/frameworks/twitter/bootstrap/mixins/forms.less +81 -0
- data/app/frameworks/twitter/bootstrap/mixins/gradients.less +59 -0
- data/app/frameworks/twitter/bootstrap/mixins/grid-framework.less +91 -0
- data/app/frameworks/twitter/bootstrap/mixins/grid.less +122 -0
- data/app/frameworks/twitter/bootstrap/mixins/hide-text.less +21 -0
- data/app/frameworks/twitter/bootstrap/mixins/image.less +34 -0
- data/app/frameworks/twitter/bootstrap/mixins/labels.less +12 -0
- data/app/frameworks/twitter/bootstrap/mixins/list-group.less +29 -0
- data/app/frameworks/twitter/bootstrap/mixins/nav-divider.less +10 -0
- data/app/frameworks/twitter/bootstrap/mixins/nav-vertical-align.less +9 -0
- data/app/frameworks/twitter/bootstrap/mixins/opacity.less +8 -0
- data/app/frameworks/twitter/bootstrap/mixins/pagination.less +23 -0
- data/app/frameworks/twitter/bootstrap/mixins/panels.less +24 -0
- data/app/frameworks/twitter/bootstrap/mixins/progress-bar.less +10 -0
- data/app/frameworks/twitter/bootstrap/mixins/reset-filter.less +8 -0
- data/app/frameworks/twitter/bootstrap/mixins/resize.less +6 -0
- data/app/frameworks/twitter/bootstrap/mixins/responsive-visibility.less +15 -0
- data/app/frameworks/twitter/bootstrap/mixins/size.less +10 -0
- data/app/frameworks/twitter/bootstrap/mixins/tab-focus.less +9 -0
- data/app/frameworks/twitter/bootstrap/mixins/table-row.less +28 -0
- data/app/frameworks/twitter/bootstrap/mixins/text-emphasis.less +8 -0
- data/app/frameworks/twitter/bootstrap/mixins/text-overflow.less +8 -0
- data/app/frameworks/twitter/bootstrap/mixins/vendor-prefixes.less +224 -0
- data/app/frameworks/twitter/bootstrap/modals.less +150 -0
- data/app/frameworks/twitter/bootstrap/navbar.less +655 -0
- data/app/frameworks/twitter/bootstrap/navs.less +242 -0
- data/app/frameworks/twitter/bootstrap/normalize.less +425 -0
- data/app/frameworks/twitter/bootstrap/pager.less +55 -0
- data/app/frameworks/twitter/bootstrap/pagination.less +88 -0
- data/app/frameworks/twitter/bootstrap/panels.less +243 -0
- data/app/frameworks/twitter/bootstrap/popovers.less +133 -0
- data/app/frameworks/twitter/bootstrap/print.less +101 -0
- data/app/frameworks/twitter/bootstrap/progress-bars.less +105 -0
- data/app/frameworks/twitter/bootstrap/responsive-embed.less +34 -0
- data/app/frameworks/twitter/bootstrap/responsive-utilities.less +194 -0
- data/app/frameworks/twitter/bootstrap/scaffolding.less +150 -0
- data/app/frameworks/twitter/bootstrap/tables.less +233 -0
- data/app/frameworks/twitter/bootstrap/theme.less +258 -0
- data/app/frameworks/twitter/bootstrap/thumbnails.less +36 -0
- data/app/frameworks/twitter/bootstrap/tooltip.less +95 -0
- data/app/frameworks/twitter/bootstrap/type.less +313 -0
- data/app/frameworks/twitter/bootstrap/utilities.less +57 -0
- data/app/frameworks/twitter/bootstrap/variables.less +846 -0
- data/app/frameworks/twitter/bootstrap/wells.less +29 -0
- data/less-rails-bootstrap.gemspec +4 -2
- data/lib/less/rails/bootstrap/version.rb +1 -1
- data/scripts/update_bootstrap.sh +5 -4
- data/test/cases/generators/custom_bootstrap_generator_test.rb +1 -1
- metadata +51 -7
@@ -0,0 +1,151 @@
|
|
1
|
+
/* ========================================================================
|
2
|
+
* Bootstrap: dropdown.js v3.2.0
|
3
|
+
* http://getbootstrap.com/javascript/#dropdowns
|
4
|
+
* ========================================================================
|
5
|
+
* Copyright 2011-2014 Twitter, Inc.
|
6
|
+
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
7
|
+
* ======================================================================== */
|
8
|
+
|
9
|
+
|
10
|
+
+function ($) {
|
11
|
+
'use strict';
|
12
|
+
|
13
|
+
// DROPDOWN CLASS DEFINITION
|
14
|
+
// =========================
|
15
|
+
|
16
|
+
var backdrop = '.dropdown-backdrop'
|
17
|
+
var toggle = '[data-toggle="dropdown"]'
|
18
|
+
var Dropdown = function (element) {
|
19
|
+
$(element).on('click.bs.dropdown', this.toggle)
|
20
|
+
}
|
21
|
+
|
22
|
+
Dropdown.VERSION = '3.2.0'
|
23
|
+
|
24
|
+
Dropdown.prototype.toggle = function (e) {
|
25
|
+
var $this = $(this)
|
26
|
+
|
27
|
+
if ($this.is('.disabled, :disabled')) return
|
28
|
+
|
29
|
+
var $parent = getParent($this)
|
30
|
+
var isActive = $parent.hasClass('open')
|
31
|
+
|
32
|
+
clearMenus()
|
33
|
+
|
34
|
+
if (!isActive) {
|
35
|
+
if ('ontouchstart' in document.documentElement && !$parent.closest('.navbar-nav').length) {
|
36
|
+
// if mobile we use a backdrop because click events don't delegate
|
37
|
+
$('<div class="dropdown-backdrop"/>').insertAfter($(this)).on('click', clearMenus)
|
38
|
+
}
|
39
|
+
|
40
|
+
var relatedTarget = { relatedTarget: this }
|
41
|
+
$parent.trigger(e = $.Event('show.bs.dropdown', relatedTarget))
|
42
|
+
|
43
|
+
if (e.isDefaultPrevented()) return
|
44
|
+
|
45
|
+
$this.trigger('focus')
|
46
|
+
|
47
|
+
$parent
|
48
|
+
.toggleClass('open')
|
49
|
+
.trigger('shown.bs.dropdown', relatedTarget)
|
50
|
+
}
|
51
|
+
|
52
|
+
return false
|
53
|
+
}
|
54
|
+
|
55
|
+
Dropdown.prototype.keydown = function (e) {
|
56
|
+
if (!/(38|40|27)/.test(e.keyCode)) return
|
57
|
+
|
58
|
+
var $this = $(this)
|
59
|
+
|
60
|
+
e.preventDefault()
|
61
|
+
e.stopPropagation()
|
62
|
+
|
63
|
+
if ($this.is('.disabled, :disabled')) return
|
64
|
+
|
65
|
+
var $parent = getParent($this)
|
66
|
+
var isActive = $parent.hasClass('open')
|
67
|
+
|
68
|
+
if (!isActive || (isActive && e.keyCode == 27)) {
|
69
|
+
if (e.which == 27) $parent.find(toggle).trigger('focus')
|
70
|
+
return $this.trigger('click')
|
71
|
+
}
|
72
|
+
|
73
|
+
var desc = ' li:not(.divider):visible a'
|
74
|
+
var $items = $parent.find('[role="menu"]' + desc + ', [role="listbox"]' + desc)
|
75
|
+
|
76
|
+
if (!$items.length) return
|
77
|
+
|
78
|
+
var index = $items.index($items.filter(':focus'))
|
79
|
+
|
80
|
+
if (e.keyCode == 38 && index > 0) index-- // up
|
81
|
+
if (e.keyCode == 40 && index < $items.length - 1) index++ // down
|
82
|
+
if (!~index) index = 0
|
83
|
+
|
84
|
+
$items.eq(index).trigger('focus')
|
85
|
+
}
|
86
|
+
|
87
|
+
function clearMenus(e) {
|
88
|
+
if (e && e.which === 3) return
|
89
|
+
$(backdrop).remove()
|
90
|
+
$(toggle).each(function () {
|
91
|
+
var $parent = getParent($(this))
|
92
|
+
var relatedTarget = { relatedTarget: this }
|
93
|
+
if (!$parent.hasClass('open')) return
|
94
|
+
$parent.trigger(e = $.Event('hide.bs.dropdown', relatedTarget))
|
95
|
+
if (e.isDefaultPrevented()) return
|
96
|
+
$parent.removeClass('open').trigger('hidden.bs.dropdown', relatedTarget)
|
97
|
+
})
|
98
|
+
}
|
99
|
+
|
100
|
+
function getParent($this) {
|
101
|
+
var selector = $this.attr('data-target')
|
102
|
+
|
103
|
+
if (!selector) {
|
104
|
+
selector = $this.attr('href')
|
105
|
+
selector = selector && /#[A-Za-z]/.test(selector) && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7
|
106
|
+
}
|
107
|
+
|
108
|
+
var $parent = selector && $(selector)
|
109
|
+
|
110
|
+
return $parent && $parent.length ? $parent : $this.parent()
|
111
|
+
}
|
112
|
+
|
113
|
+
|
114
|
+
// DROPDOWN PLUGIN DEFINITION
|
115
|
+
// ==========================
|
116
|
+
|
117
|
+
function Plugin(option) {
|
118
|
+
return this.each(function () {
|
119
|
+
var $this = $(this)
|
120
|
+
var data = $this.data('bs.dropdown')
|
121
|
+
|
122
|
+
if (!data) $this.data('bs.dropdown', (data = new Dropdown(this)))
|
123
|
+
if (typeof option == 'string') data[option].call($this)
|
124
|
+
})
|
125
|
+
}
|
126
|
+
|
127
|
+
var old = $.fn.dropdown
|
128
|
+
|
129
|
+
$.fn.dropdown = Plugin
|
130
|
+
$.fn.dropdown.Constructor = Dropdown
|
131
|
+
|
132
|
+
|
133
|
+
// DROPDOWN NO CONFLICT
|
134
|
+
// ====================
|
135
|
+
|
136
|
+
$.fn.dropdown.noConflict = function () {
|
137
|
+
$.fn.dropdown = old
|
138
|
+
return this
|
139
|
+
}
|
140
|
+
|
141
|
+
|
142
|
+
// APPLY TO STANDARD DROPDOWN ELEMENTS
|
143
|
+
// ===================================
|
144
|
+
|
145
|
+
$(document)
|
146
|
+
.on('click.bs.dropdown.data-api', clearMenus)
|
147
|
+
.on('click.bs.dropdown.data-api', '.dropdown form', function (e) { e.stopPropagation() })
|
148
|
+
.on('click.bs.dropdown.data-api', toggle, Dropdown.prototype.toggle)
|
149
|
+
.on('keydown.bs.dropdown.data-api', toggle + ', [role="menu"], [role="listbox"]', Dropdown.prototype.keydown)
|
150
|
+
|
151
|
+
}(jQuery);
|
@@ -0,0 +1,280 @@
|
|
1
|
+
/* ========================================================================
|
2
|
+
* Bootstrap: modal.js v3.2.0
|
3
|
+
* http://getbootstrap.com/javascript/#modals
|
4
|
+
* ========================================================================
|
5
|
+
* Copyright 2011-2014 Twitter, Inc.
|
6
|
+
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
7
|
+
* ======================================================================== */
|
8
|
+
|
9
|
+
|
10
|
+
+function ($) {
|
11
|
+
'use strict';
|
12
|
+
|
13
|
+
// MODAL CLASS DEFINITION
|
14
|
+
// ======================
|
15
|
+
|
16
|
+
var Modal = function (element, options) {
|
17
|
+
this.options = options
|
18
|
+
this.$body = $(document.body)
|
19
|
+
this.$element = $(element)
|
20
|
+
this.$backdrop =
|
21
|
+
this.isShown = null
|
22
|
+
this.scrollbarWidth = 0
|
23
|
+
|
24
|
+
if (this.options.remote) {
|
25
|
+
this.$element
|
26
|
+
.find('.modal-content')
|
27
|
+
.load(this.options.remote, $.proxy(function () {
|
28
|
+
this.$element.trigger('loaded.bs.modal')
|
29
|
+
}, this))
|
30
|
+
}
|
31
|
+
}
|
32
|
+
|
33
|
+
Modal.VERSION = '3.2.0'
|
34
|
+
|
35
|
+
Modal.DEFAULTS = {
|
36
|
+
backdrop: true,
|
37
|
+
keyboard: true,
|
38
|
+
show: true
|
39
|
+
}
|
40
|
+
|
41
|
+
Modal.prototype.toggle = function (_relatedTarget) {
|
42
|
+
return this.isShown ? this.hide() : this.show(_relatedTarget)
|
43
|
+
}
|
44
|
+
|
45
|
+
Modal.prototype.show = function (_relatedTarget) {
|
46
|
+
var that = this
|
47
|
+
var e = $.Event('show.bs.modal', { relatedTarget: _relatedTarget })
|
48
|
+
|
49
|
+
this.$element.trigger(e)
|
50
|
+
|
51
|
+
if (this.isShown || e.isDefaultPrevented()) return
|
52
|
+
|
53
|
+
this.isShown = true
|
54
|
+
|
55
|
+
this.checkScrollbar()
|
56
|
+
this.$body.addClass('modal-open')
|
57
|
+
|
58
|
+
this.setScrollbar()
|
59
|
+
this.escape()
|
60
|
+
|
61
|
+
this.$element.on('click.dismiss.bs.modal', '[data-dismiss="modal"]', $.proxy(this.hide, this))
|
62
|
+
|
63
|
+
this.backdrop(function () {
|
64
|
+
var transition = $.support.transition && that.$element.hasClass('fade')
|
65
|
+
|
66
|
+
if (!that.$element.parent().length) {
|
67
|
+
that.$element.appendTo(that.$body) // don't move modals dom position
|
68
|
+
}
|
69
|
+
|
70
|
+
that.$element
|
71
|
+
.show()
|
72
|
+
.scrollTop(0)
|
73
|
+
|
74
|
+
if (transition) {
|
75
|
+
that.$element[0].offsetWidth // force reflow
|
76
|
+
}
|
77
|
+
|
78
|
+
that.$element
|
79
|
+
.addClass('in')
|
80
|
+
.attr('aria-hidden', false)
|
81
|
+
|
82
|
+
that.enforceFocus()
|
83
|
+
|
84
|
+
var e = $.Event('shown.bs.modal', { relatedTarget: _relatedTarget })
|
85
|
+
|
86
|
+
transition ?
|
87
|
+
that.$element.find('.modal-dialog') // wait for modal to slide in
|
88
|
+
.one('bsTransitionEnd', function () {
|
89
|
+
that.$element.trigger('focus').trigger(e)
|
90
|
+
})
|
91
|
+
.emulateTransitionEnd(300) :
|
92
|
+
that.$element.trigger('focus').trigger(e)
|
93
|
+
})
|
94
|
+
}
|
95
|
+
|
96
|
+
Modal.prototype.hide = function (e) {
|
97
|
+
if (e) e.preventDefault()
|
98
|
+
|
99
|
+
e = $.Event('hide.bs.modal')
|
100
|
+
|
101
|
+
this.$element.trigger(e)
|
102
|
+
|
103
|
+
if (!this.isShown || e.isDefaultPrevented()) return
|
104
|
+
|
105
|
+
this.isShown = false
|
106
|
+
|
107
|
+
this.$body.removeClass('modal-open')
|
108
|
+
|
109
|
+
this.resetScrollbar()
|
110
|
+
this.escape()
|
111
|
+
|
112
|
+
$(document).off('focusin.bs.modal')
|
113
|
+
|
114
|
+
this.$element
|
115
|
+
.removeClass('in')
|
116
|
+
.attr('aria-hidden', true)
|
117
|
+
.off('click.dismiss.bs.modal')
|
118
|
+
|
119
|
+
$.support.transition && this.$element.hasClass('fade') ?
|
120
|
+
this.$element
|
121
|
+
.one('bsTransitionEnd', $.proxy(this.hideModal, this))
|
122
|
+
.emulateTransitionEnd(300) :
|
123
|
+
this.hideModal()
|
124
|
+
}
|
125
|
+
|
126
|
+
Modal.prototype.enforceFocus = function () {
|
127
|
+
$(document)
|
128
|
+
.off('focusin.bs.modal') // guard against infinite focus loop
|
129
|
+
.on('focusin.bs.modal', $.proxy(function (e) {
|
130
|
+
if (this.$element[0] !== e.target && !this.$element.has(e.target).length) {
|
131
|
+
this.$element.trigger('focus')
|
132
|
+
}
|
133
|
+
}, this))
|
134
|
+
}
|
135
|
+
|
136
|
+
Modal.prototype.escape = function () {
|
137
|
+
if (this.isShown && this.options.keyboard) {
|
138
|
+
this.$element.on('keyup.dismiss.bs.modal', $.proxy(function (e) {
|
139
|
+
e.which == 27 && this.hide()
|
140
|
+
}, this))
|
141
|
+
} else if (!this.isShown) {
|
142
|
+
this.$element.off('keyup.dismiss.bs.modal')
|
143
|
+
}
|
144
|
+
}
|
145
|
+
|
146
|
+
Modal.prototype.hideModal = function () {
|
147
|
+
var that = this
|
148
|
+
this.$element.hide()
|
149
|
+
this.backdrop(function () {
|
150
|
+
that.$element.trigger('hidden.bs.modal')
|
151
|
+
})
|
152
|
+
}
|
153
|
+
|
154
|
+
Modal.prototype.removeBackdrop = function () {
|
155
|
+
this.$backdrop && this.$backdrop.remove()
|
156
|
+
this.$backdrop = null
|
157
|
+
}
|
158
|
+
|
159
|
+
Modal.prototype.backdrop = function (callback) {
|
160
|
+
var that = this
|
161
|
+
var animate = this.$element.hasClass('fade') ? 'fade' : ''
|
162
|
+
|
163
|
+
if (this.isShown && this.options.backdrop) {
|
164
|
+
var doAnimate = $.support.transition && animate
|
165
|
+
|
166
|
+
this.$backdrop = $('<div class="modal-backdrop ' + animate + '" />')
|
167
|
+
.appendTo(this.$body)
|
168
|
+
|
169
|
+
this.$element.on('click.dismiss.bs.modal', $.proxy(function (e) {
|
170
|
+
if (e.target !== e.currentTarget) return
|
171
|
+
this.options.backdrop == 'static'
|
172
|
+
? this.$element[0].focus.call(this.$element[0])
|
173
|
+
: this.hide.call(this)
|
174
|
+
}, this))
|
175
|
+
|
176
|
+
if (doAnimate) this.$backdrop[0].offsetWidth // force reflow
|
177
|
+
|
178
|
+
this.$backdrop.addClass('in')
|
179
|
+
|
180
|
+
if (!callback) return
|
181
|
+
|
182
|
+
doAnimate ?
|
183
|
+
this.$backdrop
|
184
|
+
.one('bsTransitionEnd', callback)
|
185
|
+
.emulateTransitionEnd(150) :
|
186
|
+
callback()
|
187
|
+
|
188
|
+
} else if (!this.isShown && this.$backdrop) {
|
189
|
+
this.$backdrop.removeClass('in')
|
190
|
+
|
191
|
+
var callbackRemove = function () {
|
192
|
+
that.removeBackdrop()
|
193
|
+
callback && callback()
|
194
|
+
}
|
195
|
+
$.support.transition && this.$element.hasClass('fade') ?
|
196
|
+
this.$backdrop
|
197
|
+
.one('bsTransitionEnd', callbackRemove)
|
198
|
+
.emulateTransitionEnd(150) :
|
199
|
+
callbackRemove()
|
200
|
+
|
201
|
+
} else if (callback) {
|
202
|
+
callback()
|
203
|
+
}
|
204
|
+
}
|
205
|
+
|
206
|
+
Modal.prototype.checkScrollbar = function () {
|
207
|
+
if (document.body.clientWidth >= window.innerWidth) return
|
208
|
+
this.scrollbarWidth = this.scrollbarWidth || this.measureScrollbar()
|
209
|
+
}
|
210
|
+
|
211
|
+
Modal.prototype.setScrollbar = function () {
|
212
|
+
var bodyPad = parseInt((this.$body.css('padding-right') || 0), 10)
|
213
|
+
if (this.scrollbarWidth) this.$body.css('padding-right', bodyPad + this.scrollbarWidth)
|
214
|
+
}
|
215
|
+
|
216
|
+
Modal.prototype.resetScrollbar = function () {
|
217
|
+
this.$body.css('padding-right', '')
|
218
|
+
}
|
219
|
+
|
220
|
+
Modal.prototype.measureScrollbar = function () { // thx walsh
|
221
|
+
var scrollDiv = document.createElement('div')
|
222
|
+
scrollDiv.className = 'modal-scrollbar-measure'
|
223
|
+
this.$body.append(scrollDiv)
|
224
|
+
var scrollbarWidth = scrollDiv.offsetWidth - scrollDiv.clientWidth
|
225
|
+
this.$body[0].removeChild(scrollDiv)
|
226
|
+
return scrollbarWidth
|
227
|
+
}
|
228
|
+
|
229
|
+
|
230
|
+
// MODAL PLUGIN DEFINITION
|
231
|
+
// =======================
|
232
|
+
|
233
|
+
function Plugin(option, _relatedTarget) {
|
234
|
+
return this.each(function () {
|
235
|
+
var $this = $(this)
|
236
|
+
var data = $this.data('bs.modal')
|
237
|
+
var options = $.extend({}, Modal.DEFAULTS, $this.data(), typeof option == 'object' && option)
|
238
|
+
|
239
|
+
if (!data) $this.data('bs.modal', (data = new Modal(this, options)))
|
240
|
+
if (typeof option == 'string') data[option](_relatedTarget)
|
241
|
+
else if (options.show) data.show(_relatedTarget)
|
242
|
+
})
|
243
|
+
}
|
244
|
+
|
245
|
+
var old = $.fn.modal
|
246
|
+
|
247
|
+
$.fn.modal = Plugin
|
248
|
+
$.fn.modal.Constructor = Modal
|
249
|
+
|
250
|
+
|
251
|
+
// MODAL NO CONFLICT
|
252
|
+
// =================
|
253
|
+
|
254
|
+
$.fn.modal.noConflict = function () {
|
255
|
+
$.fn.modal = old
|
256
|
+
return this
|
257
|
+
}
|
258
|
+
|
259
|
+
|
260
|
+
// MODAL DATA-API
|
261
|
+
// ==============
|
262
|
+
|
263
|
+
$(document).on('click.bs.modal.data-api', '[data-toggle="modal"]', function (e) {
|
264
|
+
var $this = $(this)
|
265
|
+
var href = $this.attr('href')
|
266
|
+
var $target = $($this.attr('data-target') || (href && href.replace(/.*(?=#[^\s]+$)/, ''))) // strip for ie7
|
267
|
+
var option = $target.data('bs.modal') ? 'toggle' : $.extend({ remote: !/#/.test(href) && href }, $target.data(), $this.data())
|
268
|
+
|
269
|
+
if ($this.is('a')) e.preventDefault()
|
270
|
+
|
271
|
+
$target.one('show.bs.modal', function (showEvent) {
|
272
|
+
if (showEvent.isDefaultPrevented()) return // only register focus restorer if modal will actually get shown
|
273
|
+
$target.one('hidden.bs.modal', function () {
|
274
|
+
$this.is(':visible') && $this.trigger('focus')
|
275
|
+
})
|
276
|
+
})
|
277
|
+
Plugin.call($target, option, this)
|
278
|
+
})
|
279
|
+
|
280
|
+
}(jQuery);
|
@@ -0,0 +1,113 @@
|
|
1
|
+
/* ========================================================================
|
2
|
+
* Bootstrap: popover.js v3.2.0
|
3
|
+
* http://getbootstrap.com/javascript/#popovers
|
4
|
+
* ========================================================================
|
5
|
+
* Copyright 2011-2014 Twitter, Inc.
|
6
|
+
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
7
|
+
* ======================================================================== */
|
8
|
+
|
9
|
+
|
10
|
+
+function ($) {
|
11
|
+
'use strict';
|
12
|
+
|
13
|
+
// POPOVER PUBLIC CLASS DEFINITION
|
14
|
+
// ===============================
|
15
|
+
|
16
|
+
var Popover = function (element, options) {
|
17
|
+
this.init('popover', element, options)
|
18
|
+
}
|
19
|
+
|
20
|
+
if (!$.fn.tooltip) throw new Error('Popover requires tooltip.js')
|
21
|
+
|
22
|
+
Popover.VERSION = '3.2.0'
|
23
|
+
|
24
|
+
Popover.DEFAULTS = $.extend({}, $.fn.tooltip.Constructor.DEFAULTS, {
|
25
|
+
placement: 'right',
|
26
|
+
trigger: 'click',
|
27
|
+
content: '',
|
28
|
+
template: '<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'
|
29
|
+
})
|
30
|
+
|
31
|
+
|
32
|
+
// NOTE: POPOVER EXTENDS tooltip.js
|
33
|
+
// ================================
|
34
|
+
|
35
|
+
Popover.prototype = $.extend({}, $.fn.tooltip.Constructor.prototype)
|
36
|
+
|
37
|
+
Popover.prototype.constructor = Popover
|
38
|
+
|
39
|
+
Popover.prototype.getDefaults = function () {
|
40
|
+
return Popover.DEFAULTS
|
41
|
+
}
|
42
|
+
|
43
|
+
Popover.prototype.setContent = function () {
|
44
|
+
var $tip = this.tip()
|
45
|
+
var title = this.getTitle()
|
46
|
+
var content = this.getContent()
|
47
|
+
|
48
|
+
$tip.find('.popover-title')[this.options.html ? 'html' : 'text'](title)
|
49
|
+
$tip.find('.popover-content').empty()[ // we use append for html objects to maintain js events
|
50
|
+
this.options.html ? (typeof content == 'string' ? 'html' : 'append') : 'text'
|
51
|
+
](content)
|
52
|
+
|
53
|
+
$tip.removeClass('fade top bottom left right in')
|
54
|
+
|
55
|
+
// IE8 doesn't accept hiding via the `:empty` pseudo selector, we have to do
|
56
|
+
// this manually by checking the contents.
|
57
|
+
if (!$tip.find('.popover-title').html()) $tip.find('.popover-title').hide()
|
58
|
+
}
|
59
|
+
|
60
|
+
Popover.prototype.hasContent = function () {
|
61
|
+
return this.getTitle() || this.getContent()
|
62
|
+
}
|
63
|
+
|
64
|
+
Popover.prototype.getContent = function () {
|
65
|
+
var $e = this.$element
|
66
|
+
var o = this.options
|
67
|
+
|
68
|
+
return $e.attr('data-content')
|
69
|
+
|| (typeof o.content == 'function' ?
|
70
|
+
o.content.call($e[0]) :
|
71
|
+
o.content)
|
72
|
+
}
|
73
|
+
|
74
|
+
Popover.prototype.arrow = function () {
|
75
|
+
return (this.$arrow = this.$arrow || this.tip().find('.arrow'))
|
76
|
+
}
|
77
|
+
|
78
|
+
Popover.prototype.tip = function () {
|
79
|
+
if (!this.$tip) this.$tip = $(this.options.template)
|
80
|
+
return this.$tip
|
81
|
+
}
|
82
|
+
|
83
|
+
|
84
|
+
// POPOVER PLUGIN DEFINITION
|
85
|
+
// =========================
|
86
|
+
|
87
|
+
function Plugin(option) {
|
88
|
+
return this.each(function () {
|
89
|
+
var $this = $(this)
|
90
|
+
var data = $this.data('bs.popover')
|
91
|
+
var options = typeof option == 'object' && option
|
92
|
+
|
93
|
+
if (!data && option == 'destroy') return
|
94
|
+
if (!data) $this.data('bs.popover', (data = new Popover(this, options)))
|
95
|
+
if (typeof option == 'string') data[option]()
|
96
|
+
})
|
97
|
+
}
|
98
|
+
|
99
|
+
var old = $.fn.popover
|
100
|
+
|
101
|
+
$.fn.popover = Plugin
|
102
|
+
$.fn.popover.Constructor = Popover
|
103
|
+
|
104
|
+
|
105
|
+
// POPOVER NO CONFLICT
|
106
|
+
// ===================
|
107
|
+
|
108
|
+
$.fn.popover.noConflict = function () {
|
109
|
+
$.fn.popover = old
|
110
|
+
return this
|
111
|
+
}
|
112
|
+
|
113
|
+
}(jQuery);
|