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,170 @@
|
|
1
|
+
/* ========================================================================
|
2
|
+
* Bootstrap: scrollspy.js v3.2.0
|
3
|
+
* http://getbootstrap.com/javascript/#scrollspy
|
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
|
+
// SCROLLSPY CLASS DEFINITION
|
14
|
+
// ==========================
|
15
|
+
|
16
|
+
function ScrollSpy(element, options) {
|
17
|
+
var process = $.proxy(this.process, this)
|
18
|
+
|
19
|
+
this.$body = $('body')
|
20
|
+
this.$scrollElement = $(element).is('body') ? $(window) : $(element)
|
21
|
+
this.options = $.extend({}, ScrollSpy.DEFAULTS, options)
|
22
|
+
this.selector = (this.options.target || '') + ' .nav li > a'
|
23
|
+
this.offsets = []
|
24
|
+
this.targets = []
|
25
|
+
this.activeTarget = null
|
26
|
+
this.scrollHeight = 0
|
27
|
+
|
28
|
+
this.$scrollElement.on('scroll.bs.scrollspy', process)
|
29
|
+
this.refresh()
|
30
|
+
this.process()
|
31
|
+
}
|
32
|
+
|
33
|
+
ScrollSpy.VERSION = '3.2.0'
|
34
|
+
|
35
|
+
ScrollSpy.DEFAULTS = {
|
36
|
+
offset: 10
|
37
|
+
}
|
38
|
+
|
39
|
+
ScrollSpy.prototype.getScrollHeight = function () {
|
40
|
+
return this.$scrollElement[0].scrollHeight || Math.max(this.$body[0].scrollHeight, document.documentElement.scrollHeight)
|
41
|
+
}
|
42
|
+
|
43
|
+
ScrollSpy.prototype.refresh = function () {
|
44
|
+
var offsetMethod = 'offset'
|
45
|
+
var offsetBase = 0
|
46
|
+
|
47
|
+
if (!$.isWindow(this.$scrollElement[0])) {
|
48
|
+
offsetMethod = 'position'
|
49
|
+
offsetBase = this.$scrollElement.scrollTop()
|
50
|
+
}
|
51
|
+
|
52
|
+
this.offsets = []
|
53
|
+
this.targets = []
|
54
|
+
this.scrollHeight = this.getScrollHeight()
|
55
|
+
|
56
|
+
var self = this
|
57
|
+
|
58
|
+
this.$body
|
59
|
+
.find(this.selector)
|
60
|
+
.map(function () {
|
61
|
+
var $el = $(this)
|
62
|
+
var href = $el.data('target') || $el.attr('href')
|
63
|
+
var $href = /^#./.test(href) && $(href)
|
64
|
+
|
65
|
+
return ($href
|
66
|
+
&& $href.length
|
67
|
+
&& $href.is(':visible')
|
68
|
+
&& [[$href[offsetMethod]().top + offsetBase, href]]) || null
|
69
|
+
})
|
70
|
+
.sort(function (a, b) { return a[0] - b[0] })
|
71
|
+
.each(function () {
|
72
|
+
self.offsets.push(this[0])
|
73
|
+
self.targets.push(this[1])
|
74
|
+
})
|
75
|
+
}
|
76
|
+
|
77
|
+
ScrollSpy.prototype.process = function () {
|
78
|
+
var scrollTop = this.$scrollElement.scrollTop() + this.options.offset
|
79
|
+
var scrollHeight = this.getScrollHeight()
|
80
|
+
var maxScroll = this.options.offset + scrollHeight - this.$scrollElement.height()
|
81
|
+
var offsets = this.offsets
|
82
|
+
var targets = this.targets
|
83
|
+
var activeTarget = this.activeTarget
|
84
|
+
var i
|
85
|
+
|
86
|
+
if (this.scrollHeight != scrollHeight) {
|
87
|
+
this.refresh()
|
88
|
+
}
|
89
|
+
|
90
|
+
if (scrollTop >= maxScroll) {
|
91
|
+
return activeTarget != (i = targets[targets.length - 1]) && this.activate(i)
|
92
|
+
}
|
93
|
+
|
94
|
+
if (activeTarget && scrollTop <= offsets[0]) {
|
95
|
+
return activeTarget != (i = targets[0]) && this.activate(i)
|
96
|
+
}
|
97
|
+
|
98
|
+
for (i = offsets.length; i--;) {
|
99
|
+
activeTarget != targets[i]
|
100
|
+
&& scrollTop >= offsets[i]
|
101
|
+
&& (!offsets[i + 1] || scrollTop <= offsets[i + 1])
|
102
|
+
&& this.activate(targets[i])
|
103
|
+
}
|
104
|
+
}
|
105
|
+
|
106
|
+
ScrollSpy.prototype.activate = function (target) {
|
107
|
+
this.activeTarget = target
|
108
|
+
|
109
|
+
$(this.selector)
|
110
|
+
.parentsUntil(this.options.target, '.active')
|
111
|
+
.removeClass('active')
|
112
|
+
|
113
|
+
var selector = this.selector +
|
114
|
+
'[data-target="' + target + '"],' +
|
115
|
+
this.selector + '[href="' + target + '"]'
|
116
|
+
|
117
|
+
var active = $(selector)
|
118
|
+
.parents('li')
|
119
|
+
.addClass('active')
|
120
|
+
|
121
|
+
if (active.parent('.dropdown-menu').length) {
|
122
|
+
active = active
|
123
|
+
.closest('li.dropdown')
|
124
|
+
.addClass('active')
|
125
|
+
}
|
126
|
+
|
127
|
+
active.trigger('activate.bs.scrollspy')
|
128
|
+
}
|
129
|
+
|
130
|
+
|
131
|
+
// SCROLLSPY PLUGIN DEFINITION
|
132
|
+
// ===========================
|
133
|
+
|
134
|
+
function Plugin(option) {
|
135
|
+
return this.each(function () {
|
136
|
+
var $this = $(this)
|
137
|
+
var data = $this.data('bs.scrollspy')
|
138
|
+
var options = typeof option == 'object' && option
|
139
|
+
|
140
|
+
if (!data) $this.data('bs.scrollspy', (data = new ScrollSpy(this, options)))
|
141
|
+
if (typeof option == 'string') data[option]()
|
142
|
+
})
|
143
|
+
}
|
144
|
+
|
145
|
+
var old = $.fn.scrollspy
|
146
|
+
|
147
|
+
$.fn.scrollspy = Plugin
|
148
|
+
$.fn.scrollspy.Constructor = ScrollSpy
|
149
|
+
|
150
|
+
|
151
|
+
// SCROLLSPY NO CONFLICT
|
152
|
+
// =====================
|
153
|
+
|
154
|
+
$.fn.scrollspy.noConflict = function () {
|
155
|
+
$.fn.scrollspy = old
|
156
|
+
return this
|
157
|
+
}
|
158
|
+
|
159
|
+
|
160
|
+
// SCROLLSPY DATA-API
|
161
|
+
// ==================
|
162
|
+
|
163
|
+
$(window).on('load.bs.scrollspy.data-api', function () {
|
164
|
+
$('[data-spy="scroll"]').each(function () {
|
165
|
+
var $spy = $(this)
|
166
|
+
Plugin.call($spy, $spy.data())
|
167
|
+
})
|
168
|
+
})
|
169
|
+
|
170
|
+
}(jQuery);
|
@@ -0,0 +1,128 @@
|
|
1
|
+
/* ========================================================================
|
2
|
+
* Bootstrap: tab.js v3.2.0
|
3
|
+
* http://getbootstrap.com/javascript/#tabs
|
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
|
+
// TAB CLASS DEFINITION
|
14
|
+
// ====================
|
15
|
+
|
16
|
+
var Tab = function (element) {
|
17
|
+
this.element = $(element)
|
18
|
+
}
|
19
|
+
|
20
|
+
Tab.VERSION = '3.2.0'
|
21
|
+
|
22
|
+
Tab.prototype.show = function () {
|
23
|
+
var $this = this.element
|
24
|
+
var $ul = $this.closest('ul:not(.dropdown-menu)')
|
25
|
+
var selector = $this.data('target')
|
26
|
+
|
27
|
+
if (!selector) {
|
28
|
+
selector = $this.attr('href')
|
29
|
+
selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7
|
30
|
+
}
|
31
|
+
|
32
|
+
if ($this.parent('li').hasClass('active')) return
|
33
|
+
|
34
|
+
var previous = $ul.find('.active:last a')[0]
|
35
|
+
var e = $.Event('show.bs.tab', {
|
36
|
+
relatedTarget: previous
|
37
|
+
})
|
38
|
+
|
39
|
+
$this.trigger(e)
|
40
|
+
|
41
|
+
if (e.isDefaultPrevented()) return
|
42
|
+
|
43
|
+
var $target = $(selector)
|
44
|
+
|
45
|
+
this.activate($this.closest('li'), $ul)
|
46
|
+
this.activate($target, $target.parent(), function () {
|
47
|
+
$this.trigger({
|
48
|
+
type: 'shown.bs.tab',
|
49
|
+
relatedTarget: previous
|
50
|
+
})
|
51
|
+
})
|
52
|
+
}
|
53
|
+
|
54
|
+
Tab.prototype.activate = function (element, container, callback) {
|
55
|
+
var $active = container.find('> .active')
|
56
|
+
var transition = callback
|
57
|
+
&& $.support.transition
|
58
|
+
&& $active.hasClass('fade')
|
59
|
+
|
60
|
+
function next() {
|
61
|
+
$active
|
62
|
+
.removeClass('active')
|
63
|
+
.find('> .dropdown-menu > .active')
|
64
|
+
.removeClass('active')
|
65
|
+
|
66
|
+
element.addClass('active')
|
67
|
+
|
68
|
+
if (transition) {
|
69
|
+
element[0].offsetWidth // reflow for transition
|
70
|
+
element.addClass('in')
|
71
|
+
} else {
|
72
|
+
element.removeClass('fade')
|
73
|
+
}
|
74
|
+
|
75
|
+
if (element.parent('.dropdown-menu')) {
|
76
|
+
element.closest('li.dropdown').addClass('active')
|
77
|
+
}
|
78
|
+
|
79
|
+
callback && callback()
|
80
|
+
}
|
81
|
+
|
82
|
+
transition ?
|
83
|
+
$active
|
84
|
+
.one('bsTransitionEnd', next)
|
85
|
+
.emulateTransitionEnd(150) :
|
86
|
+
next()
|
87
|
+
|
88
|
+
$active.removeClass('in')
|
89
|
+
}
|
90
|
+
|
91
|
+
|
92
|
+
// TAB PLUGIN DEFINITION
|
93
|
+
// =====================
|
94
|
+
|
95
|
+
function Plugin(option) {
|
96
|
+
return this.each(function () {
|
97
|
+
var $this = $(this)
|
98
|
+
var data = $this.data('bs.tab')
|
99
|
+
|
100
|
+
if (!data) $this.data('bs.tab', (data = new Tab(this)))
|
101
|
+
if (typeof option == 'string') data[option]()
|
102
|
+
})
|
103
|
+
}
|
104
|
+
|
105
|
+
var old = $.fn.tab
|
106
|
+
|
107
|
+
$.fn.tab = Plugin
|
108
|
+
$.fn.tab.Constructor = Tab
|
109
|
+
|
110
|
+
|
111
|
+
// TAB NO CONFLICT
|
112
|
+
// ===============
|
113
|
+
|
114
|
+
$.fn.tab.noConflict = function () {
|
115
|
+
$.fn.tab = old
|
116
|
+
return this
|
117
|
+
}
|
118
|
+
|
119
|
+
|
120
|
+
// TAB DATA-API
|
121
|
+
// ============
|
122
|
+
|
123
|
+
$(document).on('click.bs.tab.data-api', '[data-toggle="tab"], [data-toggle="pill"]', function (e) {
|
124
|
+
e.preventDefault()
|
125
|
+
Plugin.call($(this), 'show')
|
126
|
+
})
|
127
|
+
|
128
|
+
}(jQuery);
|
@@ -0,0 +1,457 @@
|
|
1
|
+
/* ========================================================================
|
2
|
+
* Bootstrap: tooltip.js v3.2.0
|
3
|
+
* http://getbootstrap.com/javascript/#tooltip
|
4
|
+
* Inspired by the original jQuery.tipsy by Jason Frame
|
5
|
+
* ========================================================================
|
6
|
+
* Copyright 2011-2014 Twitter, Inc.
|
7
|
+
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
8
|
+
* ======================================================================== */
|
9
|
+
|
10
|
+
|
11
|
+
+function ($) {
|
12
|
+
'use strict';
|
13
|
+
|
14
|
+
// TOOLTIP PUBLIC CLASS DEFINITION
|
15
|
+
// ===============================
|
16
|
+
|
17
|
+
var Tooltip = function (element, options) {
|
18
|
+
this.type =
|
19
|
+
this.options =
|
20
|
+
this.enabled =
|
21
|
+
this.timeout =
|
22
|
+
this.hoverState =
|
23
|
+
this.$element = null
|
24
|
+
|
25
|
+
this.init('tooltip', element, options)
|
26
|
+
}
|
27
|
+
|
28
|
+
Tooltip.VERSION = '3.2.0'
|
29
|
+
|
30
|
+
Tooltip.DEFAULTS = {
|
31
|
+
animation: true,
|
32
|
+
placement: 'top',
|
33
|
+
selector: false,
|
34
|
+
template: '<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',
|
35
|
+
trigger: 'hover focus',
|
36
|
+
title: '',
|
37
|
+
delay: 0,
|
38
|
+
html: false,
|
39
|
+
container: false,
|
40
|
+
viewport: {
|
41
|
+
selector: 'body',
|
42
|
+
padding: 0
|
43
|
+
}
|
44
|
+
}
|
45
|
+
|
46
|
+
Tooltip.prototype.init = function (type, element, options) {
|
47
|
+
this.enabled = true
|
48
|
+
this.type = type
|
49
|
+
this.$element = $(element)
|
50
|
+
this.options = this.getOptions(options)
|
51
|
+
this.$viewport = this.options.viewport && $(this.options.viewport.selector || this.options.viewport)
|
52
|
+
|
53
|
+
var triggers = this.options.trigger.split(' ')
|
54
|
+
|
55
|
+
for (var i = triggers.length; i--;) {
|
56
|
+
var trigger = triggers[i]
|
57
|
+
|
58
|
+
if (trigger == 'click') {
|
59
|
+
this.$element.on('click.' + this.type, this.options.selector, $.proxy(this.toggle, this))
|
60
|
+
} else if (trigger != 'manual') {
|
61
|
+
var eventIn = trigger == 'hover' ? 'mouseenter' : 'focusin'
|
62
|
+
var eventOut = trigger == 'hover' ? 'mouseleave' : 'focusout'
|
63
|
+
|
64
|
+
this.$element.on(eventIn + '.' + this.type, this.options.selector, $.proxy(this.enter, this))
|
65
|
+
this.$element.on(eventOut + '.' + this.type, this.options.selector, $.proxy(this.leave, this))
|
66
|
+
}
|
67
|
+
}
|
68
|
+
|
69
|
+
this.options.selector ?
|
70
|
+
(this._options = $.extend({}, this.options, { trigger: 'manual', selector: '' })) :
|
71
|
+
this.fixTitle()
|
72
|
+
}
|
73
|
+
|
74
|
+
Tooltip.prototype.getDefaults = function () {
|
75
|
+
return Tooltip.DEFAULTS
|
76
|
+
}
|
77
|
+
|
78
|
+
Tooltip.prototype.getOptions = function (options) {
|
79
|
+
options = $.extend({}, this.getDefaults(), this.$element.data(), options)
|
80
|
+
|
81
|
+
if (options.delay && typeof options.delay == 'number') {
|
82
|
+
options.delay = {
|
83
|
+
show: options.delay,
|
84
|
+
hide: options.delay
|
85
|
+
}
|
86
|
+
}
|
87
|
+
|
88
|
+
return options
|
89
|
+
}
|
90
|
+
|
91
|
+
Tooltip.prototype.getDelegateOptions = function () {
|
92
|
+
var options = {}
|
93
|
+
var defaults = this.getDefaults()
|
94
|
+
|
95
|
+
this._options && $.each(this._options, function (key, value) {
|
96
|
+
if (defaults[key] != value) options[key] = value
|
97
|
+
})
|
98
|
+
|
99
|
+
return options
|
100
|
+
}
|
101
|
+
|
102
|
+
Tooltip.prototype.enter = function (obj) {
|
103
|
+
var self = obj instanceof this.constructor ?
|
104
|
+
obj : $(obj.currentTarget).data('bs.' + this.type)
|
105
|
+
|
106
|
+
if (!self) {
|
107
|
+
self = new this.constructor(obj.currentTarget, this.getDelegateOptions())
|
108
|
+
$(obj.currentTarget).data('bs.' + this.type, self)
|
109
|
+
}
|
110
|
+
|
111
|
+
clearTimeout(self.timeout)
|
112
|
+
|
113
|
+
self.hoverState = 'in'
|
114
|
+
|
115
|
+
if (!self.options.delay || !self.options.delay.show) return self.show()
|
116
|
+
|
117
|
+
self.timeout = setTimeout(function () {
|
118
|
+
if (self.hoverState == 'in') self.show()
|
119
|
+
}, self.options.delay.show)
|
120
|
+
}
|
121
|
+
|
122
|
+
Tooltip.prototype.leave = function (obj) {
|
123
|
+
var self = obj instanceof this.constructor ?
|
124
|
+
obj : $(obj.currentTarget).data('bs.' + this.type)
|
125
|
+
|
126
|
+
if (!self) {
|
127
|
+
self = new this.constructor(obj.currentTarget, this.getDelegateOptions())
|
128
|
+
$(obj.currentTarget).data('bs.' + this.type, self)
|
129
|
+
}
|
130
|
+
|
131
|
+
clearTimeout(self.timeout)
|
132
|
+
|
133
|
+
self.hoverState = 'out'
|
134
|
+
|
135
|
+
if (!self.options.delay || !self.options.delay.hide) return self.hide()
|
136
|
+
|
137
|
+
self.timeout = setTimeout(function () {
|
138
|
+
if (self.hoverState == 'out') self.hide()
|
139
|
+
}, self.options.delay.hide)
|
140
|
+
}
|
141
|
+
|
142
|
+
Tooltip.prototype.show = function () {
|
143
|
+
var e = $.Event('show.bs.' + this.type)
|
144
|
+
|
145
|
+
if (this.hasContent() && this.enabled) {
|
146
|
+
this.$element.trigger(e)
|
147
|
+
|
148
|
+
var inDom = $.contains(document.documentElement, this.$element[0])
|
149
|
+
if (e.isDefaultPrevented() || !inDom) return
|
150
|
+
var that = this
|
151
|
+
|
152
|
+
var $tip = this.tip()
|
153
|
+
|
154
|
+
var tipId = this.getUID(this.type)
|
155
|
+
|
156
|
+
this.setContent()
|
157
|
+
$tip.attr('id', tipId)
|
158
|
+
this.$element.attr('aria-describedby', tipId)
|
159
|
+
|
160
|
+
if (this.options.animation) $tip.addClass('fade')
|
161
|
+
|
162
|
+
var placement = typeof this.options.placement == 'function' ?
|
163
|
+
this.options.placement.call(this, $tip[0], this.$element[0]) :
|
164
|
+
this.options.placement
|
165
|
+
|
166
|
+
var autoToken = /\s?auto?\s?/i
|
167
|
+
var autoPlace = autoToken.test(placement)
|
168
|
+
if (autoPlace) placement = placement.replace(autoToken, '') || 'top'
|
169
|
+
|
170
|
+
$tip
|
171
|
+
.detach()
|
172
|
+
.css({ top: 0, left: 0, display: 'block' })
|
173
|
+
.addClass(placement)
|
174
|
+
.data('bs.' + this.type, this)
|
175
|
+
|
176
|
+
this.options.container ? $tip.appendTo(this.options.container) : $tip.insertAfter(this.$element)
|
177
|
+
|
178
|
+
var pos = this.getPosition()
|
179
|
+
var actualWidth = $tip[0].offsetWidth
|
180
|
+
var actualHeight = $tip[0].offsetHeight
|
181
|
+
|
182
|
+
if (autoPlace) {
|
183
|
+
var orgPlacement = placement
|
184
|
+
var $parent = this.$element.parent()
|
185
|
+
var parentDim = this.getPosition($parent)
|
186
|
+
|
187
|
+
placement = placement == 'bottom' && pos.top + pos.height + actualHeight - parentDim.scroll > parentDim.height ? 'top' :
|
188
|
+
placement == 'top' && pos.top - parentDim.scroll - actualHeight < 0 ? 'bottom' :
|
189
|
+
placement == 'right' && pos.right + actualWidth > parentDim.width ? 'left' :
|
190
|
+
placement == 'left' && pos.left - actualWidth < parentDim.left ? 'right' :
|
191
|
+
placement
|
192
|
+
|
193
|
+
$tip
|
194
|
+
.removeClass(orgPlacement)
|
195
|
+
.addClass(placement)
|
196
|
+
}
|
197
|
+
|
198
|
+
var calculatedOffset = this.getCalculatedOffset(placement, pos, actualWidth, actualHeight)
|
199
|
+
|
200
|
+
this.applyPlacement(calculatedOffset, placement)
|
201
|
+
|
202
|
+
var complete = function () {
|
203
|
+
that.$element.trigger('shown.bs.' + that.type)
|
204
|
+
that.hoverState = null
|
205
|
+
}
|
206
|
+
|
207
|
+
$.support.transition && this.$tip.hasClass('fade') ?
|
208
|
+
$tip
|
209
|
+
.one('bsTransitionEnd', complete)
|
210
|
+
.emulateTransitionEnd(150) :
|
211
|
+
complete()
|
212
|
+
}
|
213
|
+
}
|
214
|
+
|
215
|
+
Tooltip.prototype.applyPlacement = function (offset, placement) {
|
216
|
+
var $tip = this.tip()
|
217
|
+
var width = $tip[0].offsetWidth
|
218
|
+
var height = $tip[0].offsetHeight
|
219
|
+
|
220
|
+
// manually read margins because getBoundingClientRect includes difference
|
221
|
+
var marginTop = parseInt($tip.css('margin-top'), 10)
|
222
|
+
var marginLeft = parseInt($tip.css('margin-left'), 10)
|
223
|
+
|
224
|
+
// we must check for NaN for ie 8/9
|
225
|
+
if (isNaN(marginTop)) marginTop = 0
|
226
|
+
if (isNaN(marginLeft)) marginLeft = 0
|
227
|
+
|
228
|
+
offset.top = offset.top + marginTop
|
229
|
+
offset.left = offset.left + marginLeft
|
230
|
+
|
231
|
+
// $.fn.offset doesn't round pixel values
|
232
|
+
// so we use setOffset directly with our own function B-0
|
233
|
+
$.offset.setOffset($tip[0], $.extend({
|
234
|
+
using: function (props) {
|
235
|
+
$tip.css({
|
236
|
+
top: Math.round(props.top),
|
237
|
+
left: Math.round(props.left)
|
238
|
+
})
|
239
|
+
}
|
240
|
+
}, offset), 0)
|
241
|
+
|
242
|
+
$tip.addClass('in')
|
243
|
+
|
244
|
+
// check to see if placing tip in new offset caused the tip to resize itself
|
245
|
+
var actualWidth = $tip[0].offsetWidth
|
246
|
+
var actualHeight = $tip[0].offsetHeight
|
247
|
+
|
248
|
+
if (placement == 'top' && actualHeight != height) {
|
249
|
+
offset.top = offset.top + height - actualHeight
|
250
|
+
}
|
251
|
+
|
252
|
+
var delta = this.getViewportAdjustedDelta(placement, offset, actualWidth, actualHeight)
|
253
|
+
|
254
|
+
if (delta.left) offset.left += delta.left
|
255
|
+
else offset.top += delta.top
|
256
|
+
|
257
|
+
var arrowDelta = delta.left ? delta.left * 2 - width + actualWidth : delta.top * 2 - height + actualHeight
|
258
|
+
var arrowPosition = delta.left ? 'left' : 'top'
|
259
|
+
var arrowOffsetPosition = delta.left ? 'offsetWidth' : 'offsetHeight'
|
260
|
+
|
261
|
+
$tip.offset(offset)
|
262
|
+
this.replaceArrow(arrowDelta, $tip[0][arrowOffsetPosition], arrowPosition)
|
263
|
+
}
|
264
|
+
|
265
|
+
Tooltip.prototype.replaceArrow = function (delta, dimension, position) {
|
266
|
+
this.arrow().css(position, delta ? (50 * (1 - delta / dimension) + '%') : '')
|
267
|
+
}
|
268
|
+
|
269
|
+
Tooltip.prototype.setContent = function () {
|
270
|
+
var $tip = this.tip()
|
271
|
+
var title = this.getTitle()
|
272
|
+
|
273
|
+
$tip.find('.tooltip-inner')[this.options.html ? 'html' : 'text'](title)
|
274
|
+
$tip.removeClass('fade in top bottom left right')
|
275
|
+
}
|
276
|
+
|
277
|
+
Tooltip.prototype.hide = function () {
|
278
|
+
var that = this
|
279
|
+
var $tip = this.tip()
|
280
|
+
var e = $.Event('hide.bs.' + this.type)
|
281
|
+
|
282
|
+
this.$element.removeAttr('aria-describedby')
|
283
|
+
|
284
|
+
function complete() {
|
285
|
+
if (that.hoverState != 'in') $tip.detach()
|
286
|
+
that.$element.trigger('hidden.bs.' + that.type)
|
287
|
+
}
|
288
|
+
|
289
|
+
this.$element.trigger(e)
|
290
|
+
|
291
|
+
if (e.isDefaultPrevented()) return
|
292
|
+
|
293
|
+
$tip.removeClass('in')
|
294
|
+
|
295
|
+
$.support.transition && this.$tip.hasClass('fade') ?
|
296
|
+
$tip
|
297
|
+
.one('bsTransitionEnd', complete)
|
298
|
+
.emulateTransitionEnd(150) :
|
299
|
+
complete()
|
300
|
+
|
301
|
+
this.hoverState = null
|
302
|
+
|
303
|
+
return this
|
304
|
+
}
|
305
|
+
|
306
|
+
Tooltip.prototype.fixTitle = function () {
|
307
|
+
var $e = this.$element
|
308
|
+
if ($e.attr('title') || typeof ($e.attr('data-original-title')) != 'string') {
|
309
|
+
$e.attr('data-original-title', $e.attr('title') || '').attr('title', '')
|
310
|
+
}
|
311
|
+
}
|
312
|
+
|
313
|
+
Tooltip.prototype.hasContent = function () {
|
314
|
+
return this.getTitle()
|
315
|
+
}
|
316
|
+
|
317
|
+
Tooltip.prototype.getPosition = function ($element) {
|
318
|
+
$element = $element || this.$element
|
319
|
+
var el = $element[0]
|
320
|
+
var isBody = el.tagName == 'BODY'
|
321
|
+
return $.extend({}, (typeof el.getBoundingClientRect == 'function') ? el.getBoundingClientRect() : null, {
|
322
|
+
scroll: isBody ? document.documentElement.scrollTop || document.body.scrollTop : $element.scrollTop(),
|
323
|
+
width: isBody ? $(window).width() : $element.outerWidth(),
|
324
|
+
height: isBody ? $(window).height() : $element.outerHeight()
|
325
|
+
}, isBody ? { top: 0, left: 0 } : $element.offset())
|
326
|
+
}
|
327
|
+
|
328
|
+
Tooltip.prototype.getCalculatedOffset = function (placement, pos, actualWidth, actualHeight) {
|
329
|
+
return placement == 'bottom' ? { top: pos.top + pos.height, left: pos.left + pos.width / 2 - actualWidth / 2 } :
|
330
|
+
placement == 'top' ? { top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2 } :
|
331
|
+
placement == 'left' ? { top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left - actualWidth } :
|
332
|
+
/* placement == 'right' */ { top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left + pos.width }
|
333
|
+
|
334
|
+
}
|
335
|
+
|
336
|
+
Tooltip.prototype.getViewportAdjustedDelta = function (placement, pos, actualWidth, actualHeight) {
|
337
|
+
var delta = { top: 0, left: 0 }
|
338
|
+
if (!this.$viewport) return delta
|
339
|
+
|
340
|
+
var viewportPadding = this.options.viewport && this.options.viewport.padding || 0
|
341
|
+
var viewportDimensions = this.getPosition(this.$viewport)
|
342
|
+
|
343
|
+
if (/right|left/.test(placement)) {
|
344
|
+
var topEdgeOffset = pos.top - viewportPadding - viewportDimensions.scroll
|
345
|
+
var bottomEdgeOffset = pos.top + viewportPadding - viewportDimensions.scroll + actualHeight
|
346
|
+
if (topEdgeOffset < viewportDimensions.top) { // top overflow
|
347
|
+
delta.top = viewportDimensions.top - topEdgeOffset
|
348
|
+
} else if (bottomEdgeOffset > viewportDimensions.top + viewportDimensions.height) { // bottom overflow
|
349
|
+
delta.top = viewportDimensions.top + viewportDimensions.height - bottomEdgeOffset
|
350
|
+
}
|
351
|
+
} else {
|
352
|
+
var leftEdgeOffset = pos.left - viewportPadding
|
353
|
+
var rightEdgeOffset = pos.left + viewportPadding + actualWidth
|
354
|
+
if (leftEdgeOffset < viewportDimensions.left) { // left overflow
|
355
|
+
delta.left = viewportDimensions.left - leftEdgeOffset
|
356
|
+
} else if (rightEdgeOffset > viewportDimensions.width) { // right overflow
|
357
|
+
delta.left = viewportDimensions.left + viewportDimensions.width - rightEdgeOffset
|
358
|
+
}
|
359
|
+
}
|
360
|
+
|
361
|
+
return delta
|
362
|
+
}
|
363
|
+
|
364
|
+
Tooltip.prototype.getTitle = function () {
|
365
|
+
var title
|
366
|
+
var $e = this.$element
|
367
|
+
var o = this.options
|
368
|
+
|
369
|
+
title = $e.attr('data-original-title')
|
370
|
+
|| (typeof o.title == 'function' ? o.title.call($e[0]) : o.title)
|
371
|
+
|
372
|
+
return title
|
373
|
+
}
|
374
|
+
|
375
|
+
Tooltip.prototype.getUID = function (prefix) {
|
376
|
+
do prefix += ~~(Math.random() * 1000000)
|
377
|
+
while (document.getElementById(prefix))
|
378
|
+
return prefix
|
379
|
+
}
|
380
|
+
|
381
|
+
Tooltip.prototype.tip = function () {
|
382
|
+
return (this.$tip = this.$tip || $(this.options.template))
|
383
|
+
}
|
384
|
+
|
385
|
+
Tooltip.prototype.arrow = function () {
|
386
|
+
return (this.$arrow = this.$arrow || this.tip().find('.tooltip-arrow'))
|
387
|
+
}
|
388
|
+
|
389
|
+
Tooltip.prototype.validate = function () {
|
390
|
+
if (!this.$element[0].parentNode) {
|
391
|
+
this.hide()
|
392
|
+
this.$element = null
|
393
|
+
this.options = null
|
394
|
+
}
|
395
|
+
}
|
396
|
+
|
397
|
+
Tooltip.prototype.enable = function () {
|
398
|
+
this.enabled = true
|
399
|
+
}
|
400
|
+
|
401
|
+
Tooltip.prototype.disable = function () {
|
402
|
+
this.enabled = false
|
403
|
+
}
|
404
|
+
|
405
|
+
Tooltip.prototype.toggleEnabled = function () {
|
406
|
+
this.enabled = !this.enabled
|
407
|
+
}
|
408
|
+
|
409
|
+
Tooltip.prototype.toggle = function (e) {
|
410
|
+
var self = this
|
411
|
+
if (e) {
|
412
|
+
self = $(e.currentTarget).data('bs.' + this.type)
|
413
|
+
if (!self) {
|
414
|
+
self = new this.constructor(e.currentTarget, this.getDelegateOptions())
|
415
|
+
$(e.currentTarget).data('bs.' + this.type, self)
|
416
|
+
}
|
417
|
+
}
|
418
|
+
|
419
|
+
self.tip().hasClass('in') ? self.leave(self) : self.enter(self)
|
420
|
+
}
|
421
|
+
|
422
|
+
Tooltip.prototype.destroy = function () {
|
423
|
+
clearTimeout(this.timeout)
|
424
|
+
this.hide().$element.off('.' + this.type).removeData('bs.' + this.type)
|
425
|
+
}
|
426
|
+
|
427
|
+
|
428
|
+
// TOOLTIP PLUGIN DEFINITION
|
429
|
+
// =========================
|
430
|
+
|
431
|
+
function Plugin(option) {
|
432
|
+
return this.each(function () {
|
433
|
+
var $this = $(this)
|
434
|
+
var data = $this.data('bs.tooltip')
|
435
|
+
var options = typeof option == 'object' && option
|
436
|
+
|
437
|
+
if (!data && option == 'destroy') return
|
438
|
+
if (!data) $this.data('bs.tooltip', (data = new Tooltip(this, options)))
|
439
|
+
if (typeof option == 'string') data[option]()
|
440
|
+
})
|
441
|
+
}
|
442
|
+
|
443
|
+
var old = $.fn.tooltip
|
444
|
+
|
445
|
+
$.fn.tooltip = Plugin
|
446
|
+
$.fn.tooltip.Constructor = Tooltip
|
447
|
+
|
448
|
+
|
449
|
+
// TOOLTIP NO CONFLICT
|
450
|
+
// ===================
|
451
|
+
|
452
|
+
$.fn.tooltip.noConflict = function () {
|
453
|
+
$.fn.tooltip = old
|
454
|
+
return this
|
455
|
+
}
|
456
|
+
|
457
|
+
}(jQuery);
|