jquery-ui-middleman 4.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +2 -0
- data/.gitmodules +3 -0
- data/.travis.yml +2 -0
- data/Gemfile +3 -0
- data/History.md +115 -0
- data/License.txt +2 -0
- data/README.md +226 -0
- data/Rakefile +221 -0
- data/VERSIONS.md +27 -0
- data/app/assets/images/jquery-ui/animated-overlay.gif +0 -0
- data/app/assets/images/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/app/assets/images/jquery-ui/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/app/assets/images/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/app/assets/images/jquery-ui/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/app/assets/images/jquery-ui/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/app/assets/images/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/app/assets/images/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/app/assets/images/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/app/assets/images/jquery-ui/ui-icons_222222_256x240.png +0 -0
- data/app/assets/images/jquery-ui/ui-icons_2e83ff_256x240.png +0 -0
- data/app/assets/images/jquery-ui/ui-icons_454545_256x240.png +0 -0
- data/app/assets/images/jquery-ui/ui-icons_888888_256x240.png +0 -0
- data/app/assets/images/jquery-ui/ui-icons_cd0a0a_256x240.png +0 -0
- data/app/assets/javascripts/jquery.ui.accordion.js +575 -0
- data/app/assets/javascripts/jquery.ui.all.js +34 -0
- data/app/assets/javascripts/jquery.ui.autocomplete.js +615 -0
- data/app/assets/javascripts/jquery.ui.button.js +422 -0
- data/app/assets/javascripts/jquery.ui.core.js +320 -0
- data/app/assets/javascripts/jquery.ui.datepicker-af.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-ar-DZ.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-ar.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-az.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-be.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-bg.js +24 -0
- data/app/assets/javascripts/jquery.ui.datepicker-bs.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-ca.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-cs.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-cy-GB.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-da.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-de.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-el.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-en-AU.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-en-GB.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-en-NZ.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-eo.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-es.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-et.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-eu.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-fa.js +59 -0
- data/app/assets/javascripts/jquery.ui.datepicker-fi.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-fo.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-fr-CA.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-fr-CH.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-fr.js +25 -0
- data/app/assets/javascripts/jquery.ui.datepicker-gl.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-he.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-hi.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-hr.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-hu.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-hy.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-id.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-is.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-it.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-ja.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-ka.js +21 -0
- data/app/assets/javascripts/jquery.ui.datepicker-kk.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-km.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-ko.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-ky.js +24 -0
- data/app/assets/javascripts/jquery.ui.datepicker-lb.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-lt.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-lv.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-mk.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-ml.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-ms.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-nb.js +22 -0
- data/app/assets/javascripts/jquery.ui.datepicker-nl-BE.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-nl.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-nn.js +22 -0
- data/app/assets/javascripts/jquery.ui.datepicker-no.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-pl.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-pt-BR.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-pt.js +22 -0
- data/app/assets/javascripts/jquery.ui.datepicker-rm.js +21 -0
- data/app/assets/javascripts/jquery.ui.datepicker-ro.js +26 -0
- data/app/assets/javascripts/jquery.ui.datepicker-ru.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-sk.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-sl.js +24 -0
- data/app/assets/javascripts/jquery.ui.datepicker-sq.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-sr-SR.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-sr.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-sv.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-ta.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-th.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-tj.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-tr.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-uk.js +24 -0
- data/app/assets/javascripts/jquery.ui.datepicker-vi.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-zh-CN.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-zh-HK.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker-zh-TW.js +23 -0
- data/app/assets/javascripts/jquery.ui.datepicker.js +2040 -0
- data/app/assets/javascripts/jquery.ui.dialog.js +815 -0
- data/app/assets/javascripts/jquery.ui.draggable.js +962 -0
- data/app/assets/javascripts/jquery.ui.droppable.js +377 -0
- data/app/assets/javascripts/jquery.ui.effect-blind.js +84 -0
- data/app/assets/javascripts/jquery.ui.effect-bounce.js +115 -0
- data/app/assets/javascripts/jquery.ui.effect-clip.js +69 -0
- data/app/assets/javascripts/jquery.ui.effect-drop.js +67 -0
- data/app/assets/javascripts/jquery.ui.effect-explode.js +99 -0
- data/app/assets/javascripts/jquery.ui.effect-fade.js +32 -0
- data/app/assets/javascripts/jquery.ui.effect-fold.js +78 -0
- data/app/assets/javascripts/jquery.ui.effect-highlight.js +52 -0
- data/app/assets/javascripts/jquery.ui.effect-pulsate.js +65 -0
- data/app/assets/javascripts/jquery.ui.effect-scale.js +320 -0
- data/app/assets/javascripts/jquery.ui.effect-shake.js +76 -0
- data/app/assets/javascripts/jquery.ui.effect-slide.js +66 -0
- data/app/assets/javascripts/jquery.ui.effect-transfer.js +49 -0
- data/app/assets/javascripts/jquery.ui.effect.all.js +14 -0
- data/app/assets/javascripts/jquery.ui.effect.js +1289 -0
- data/app/assets/javascripts/jquery.ui.menu.js +625 -0
- data/app/assets/javascripts/jquery.ui.mouse.js +172 -0
- data/app/assets/javascripts/jquery.ui.position.js +497 -0
- data/app/assets/javascripts/jquery.ui.progressbar.js +148 -0
- data/app/assets/javascripts/jquery.ui.resizable.js +972 -0
- data/app/assets/javascripts/jquery.ui.selectable.js +281 -0
- data/app/assets/javascripts/jquery.ui.slider.js +676 -0
- data/app/assets/javascripts/jquery.ui.sortable.js +1289 -0
- data/app/assets/javascripts/jquery.ui.spinner.js +497 -0
- data/app/assets/javascripts/jquery.ui.tabs.js +849 -0
- data/app/assets/javascripts/jquery.ui.tooltip.js +406 -0
- data/app/assets/javascripts/jquery.ui.widget.js +521 -0
- data/app/assets/stylesheets/jquery.ui.accordion.css.erb +42 -0
- data/app/assets/stylesheets/jquery.ui.all.css.erb +14 -0
- data/app/assets/stylesheets/jquery.ui.autocomplete.css.erb +21 -0
- data/app/assets/stylesheets/jquery.ui.base.css.erb +27 -0
- data/app/assets/stylesheets/jquery.ui.button.css.erb +118 -0
- data/app/assets/stylesheets/jquery.ui.core.css.erb +93 -0
- data/app/assets/stylesheets/jquery.ui.datepicker.css.erb +182 -0
- data/app/assets/stylesheets/jquery.ui.dialog.css.erb +75 -0
- data/app/assets/stylesheets/jquery.ui.menu.css.erb +83 -0
- data/app/assets/stylesheets/jquery.ui.progressbar.css.erb +32 -0
- data/app/assets/stylesheets/jquery.ui.resizable.css.erb +82 -0
- data/app/assets/stylesheets/jquery.ui.selectable.css.erb +19 -0
- data/app/assets/stylesheets/jquery.ui.slider.css.erb +77 -0
- data/app/assets/stylesheets/jquery.ui.spinner.css.erb +70 -0
- data/app/assets/stylesheets/jquery.ui.tabs.css.erb +56 -0
- data/app/assets/stylesheets/jquery.ui.theme.css.erb +409 -0
- data/app/assets/stylesheets/jquery.ui.tooltip.css.erb +23 -0
- data/lib/jquery-ui-middleman.rb +1 -0
- data/lib/jquery/ui/version.rb +6 -0
- metadata +209 -0
@@ -0,0 +1,172 @@
|
|
1
|
+
//= require jquery.ui.core
|
2
|
+
//= require jquery.ui.widget
|
3
|
+
|
4
|
+
/*!
|
5
|
+
* jQuery UI Mouse 1.10.3
|
6
|
+
* http://jqueryui.com
|
7
|
+
*
|
8
|
+
* Copyright 2013 jQuery Foundation and other contributors
|
9
|
+
* Released under the MIT license.
|
10
|
+
* http://jquery.org/license
|
11
|
+
*
|
12
|
+
* http://api.jqueryui.com/mouse/
|
13
|
+
*
|
14
|
+
* Depends:
|
15
|
+
* jquery.ui.widget.js
|
16
|
+
*/
|
17
|
+
(function( $, undefined ) {
|
18
|
+
|
19
|
+
var mouseHandled = false;
|
20
|
+
$( document ).mouseup( function() {
|
21
|
+
mouseHandled = false;
|
22
|
+
});
|
23
|
+
|
24
|
+
$.widget("ui.mouse", {
|
25
|
+
version: "1.10.3",
|
26
|
+
options: {
|
27
|
+
cancel: "input,textarea,button,select,option",
|
28
|
+
distance: 1,
|
29
|
+
delay: 0
|
30
|
+
},
|
31
|
+
_mouseInit: function() {
|
32
|
+
var that = this;
|
33
|
+
|
34
|
+
this.element
|
35
|
+
.bind("mousedown."+this.widgetName, function(event) {
|
36
|
+
return that._mouseDown(event);
|
37
|
+
})
|
38
|
+
.bind("click."+this.widgetName, function(event) {
|
39
|
+
if (true === $.data(event.target, that.widgetName + ".preventClickEvent")) {
|
40
|
+
$.removeData(event.target, that.widgetName + ".preventClickEvent");
|
41
|
+
event.stopImmediatePropagation();
|
42
|
+
return false;
|
43
|
+
}
|
44
|
+
});
|
45
|
+
|
46
|
+
this.started = false;
|
47
|
+
},
|
48
|
+
|
49
|
+
// TODO: make sure destroying one instance of mouse doesn't mess with
|
50
|
+
// other instances of mouse
|
51
|
+
_mouseDestroy: function() {
|
52
|
+
this.element.unbind("."+this.widgetName);
|
53
|
+
if ( this._mouseMoveDelegate ) {
|
54
|
+
$(document)
|
55
|
+
.unbind("mousemove."+this.widgetName, this._mouseMoveDelegate)
|
56
|
+
.unbind("mouseup."+this.widgetName, this._mouseUpDelegate);
|
57
|
+
}
|
58
|
+
},
|
59
|
+
|
60
|
+
_mouseDown: function(event) {
|
61
|
+
// don't let more than one widget handle mouseStart
|
62
|
+
if( mouseHandled ) { return; }
|
63
|
+
|
64
|
+
// we may have missed mouseup (out of window)
|
65
|
+
(this._mouseStarted && this._mouseUp(event));
|
66
|
+
|
67
|
+
this._mouseDownEvent = event;
|
68
|
+
|
69
|
+
var that = this,
|
70
|
+
btnIsLeft = (event.which === 1),
|
71
|
+
// event.target.nodeName works around a bug in IE 8 with
|
72
|
+
// disabled inputs (#7620)
|
73
|
+
elIsCancel = (typeof this.options.cancel === "string" && event.target.nodeName ? $(event.target).closest(this.options.cancel).length : false);
|
74
|
+
if (!btnIsLeft || elIsCancel || !this._mouseCapture(event)) {
|
75
|
+
return true;
|
76
|
+
}
|
77
|
+
|
78
|
+
this.mouseDelayMet = !this.options.delay;
|
79
|
+
if (!this.mouseDelayMet) {
|
80
|
+
this._mouseDelayTimer = setTimeout(function() {
|
81
|
+
that.mouseDelayMet = true;
|
82
|
+
}, this.options.delay);
|
83
|
+
}
|
84
|
+
|
85
|
+
if (this._mouseDistanceMet(event) && this._mouseDelayMet(event)) {
|
86
|
+
this._mouseStarted = (this._mouseStart(event) !== false);
|
87
|
+
if (!this._mouseStarted) {
|
88
|
+
event.preventDefault();
|
89
|
+
return true;
|
90
|
+
}
|
91
|
+
}
|
92
|
+
|
93
|
+
// Click event may never have fired (Gecko & Opera)
|
94
|
+
if (true === $.data(event.target, this.widgetName + ".preventClickEvent")) {
|
95
|
+
$.removeData(event.target, this.widgetName + ".preventClickEvent");
|
96
|
+
}
|
97
|
+
|
98
|
+
// these delegates are required to keep context
|
99
|
+
this._mouseMoveDelegate = function(event) {
|
100
|
+
return that._mouseMove(event);
|
101
|
+
};
|
102
|
+
this._mouseUpDelegate = function(event) {
|
103
|
+
return that._mouseUp(event);
|
104
|
+
};
|
105
|
+
$(document)
|
106
|
+
.bind("mousemove."+this.widgetName, this._mouseMoveDelegate)
|
107
|
+
.bind("mouseup."+this.widgetName, this._mouseUpDelegate);
|
108
|
+
|
109
|
+
event.preventDefault();
|
110
|
+
|
111
|
+
mouseHandled = true;
|
112
|
+
return true;
|
113
|
+
},
|
114
|
+
|
115
|
+
_mouseMove: function(event) {
|
116
|
+
// IE mouseup check - mouseup happened when mouse was out of window
|
117
|
+
if ($.ui.ie && ( !document.documentMode || document.documentMode < 9 ) && !event.button) {
|
118
|
+
return this._mouseUp(event);
|
119
|
+
}
|
120
|
+
|
121
|
+
if (this._mouseStarted) {
|
122
|
+
this._mouseDrag(event);
|
123
|
+
return event.preventDefault();
|
124
|
+
}
|
125
|
+
|
126
|
+
if (this._mouseDistanceMet(event) && this._mouseDelayMet(event)) {
|
127
|
+
this._mouseStarted =
|
128
|
+
(this._mouseStart(this._mouseDownEvent, event) !== false);
|
129
|
+
(this._mouseStarted ? this._mouseDrag(event) : this._mouseUp(event));
|
130
|
+
}
|
131
|
+
|
132
|
+
return !this._mouseStarted;
|
133
|
+
},
|
134
|
+
|
135
|
+
_mouseUp: function(event) {
|
136
|
+
$(document)
|
137
|
+
.unbind("mousemove."+this.widgetName, this._mouseMoveDelegate)
|
138
|
+
.unbind("mouseup."+this.widgetName, this._mouseUpDelegate);
|
139
|
+
|
140
|
+
if (this._mouseStarted) {
|
141
|
+
this._mouseStarted = false;
|
142
|
+
|
143
|
+
if (event.target === this._mouseDownEvent.target) {
|
144
|
+
$.data(event.target, this.widgetName + ".preventClickEvent", true);
|
145
|
+
}
|
146
|
+
|
147
|
+
this._mouseStop(event);
|
148
|
+
}
|
149
|
+
|
150
|
+
return false;
|
151
|
+
},
|
152
|
+
|
153
|
+
_mouseDistanceMet: function(event) {
|
154
|
+
return (Math.max(
|
155
|
+
Math.abs(this._mouseDownEvent.pageX - event.pageX),
|
156
|
+
Math.abs(this._mouseDownEvent.pageY - event.pageY)
|
157
|
+
) >= this.options.distance
|
158
|
+
);
|
159
|
+
},
|
160
|
+
|
161
|
+
_mouseDelayMet: function(/* event */) {
|
162
|
+
return this.mouseDelayMet;
|
163
|
+
},
|
164
|
+
|
165
|
+
// These are placeholder methods, to be overriden by extending plugin
|
166
|
+
_mouseStart: function(/* event */) {},
|
167
|
+
_mouseDrag: function(/* event */) {},
|
168
|
+
_mouseStop: function(/* event */) {},
|
169
|
+
_mouseCapture: function(/* event */) { return true; }
|
170
|
+
});
|
171
|
+
|
172
|
+
})(jQuery);
|
@@ -0,0 +1,497 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Position 1.10.3
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright 2013 jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*
|
9
|
+
* http://api.jqueryui.com/position/
|
10
|
+
*/
|
11
|
+
(function( $, undefined ) {
|
12
|
+
|
13
|
+
$.ui = $.ui || {};
|
14
|
+
|
15
|
+
var cachedScrollbarWidth,
|
16
|
+
max = Math.max,
|
17
|
+
abs = Math.abs,
|
18
|
+
round = Math.round,
|
19
|
+
rhorizontal = /left|center|right/,
|
20
|
+
rvertical = /top|center|bottom/,
|
21
|
+
roffset = /[\+\-]\d+(\.[\d]+)?%?/,
|
22
|
+
rposition = /^\w+/,
|
23
|
+
rpercent = /%$/,
|
24
|
+
_position = $.fn.position;
|
25
|
+
|
26
|
+
function getOffsets( offsets, width, height ) {
|
27
|
+
return [
|
28
|
+
parseFloat( offsets[ 0 ] ) * ( rpercent.test( offsets[ 0 ] ) ? width / 100 : 1 ),
|
29
|
+
parseFloat( offsets[ 1 ] ) * ( rpercent.test( offsets[ 1 ] ) ? height / 100 : 1 )
|
30
|
+
];
|
31
|
+
}
|
32
|
+
|
33
|
+
function parseCss( element, property ) {
|
34
|
+
return parseInt( $.css( element, property ), 10 ) || 0;
|
35
|
+
}
|
36
|
+
|
37
|
+
function getDimensions( elem ) {
|
38
|
+
var raw = elem[0];
|
39
|
+
if ( raw.nodeType === 9 ) {
|
40
|
+
return {
|
41
|
+
width: elem.width(),
|
42
|
+
height: elem.height(),
|
43
|
+
offset: { top: 0, left: 0 }
|
44
|
+
};
|
45
|
+
}
|
46
|
+
if ( $.isWindow( raw ) ) {
|
47
|
+
return {
|
48
|
+
width: elem.width(),
|
49
|
+
height: elem.height(),
|
50
|
+
offset: { top: elem.scrollTop(), left: elem.scrollLeft() }
|
51
|
+
};
|
52
|
+
}
|
53
|
+
if ( raw.preventDefault ) {
|
54
|
+
return {
|
55
|
+
width: 0,
|
56
|
+
height: 0,
|
57
|
+
offset: { top: raw.pageY, left: raw.pageX }
|
58
|
+
};
|
59
|
+
}
|
60
|
+
return {
|
61
|
+
width: elem.outerWidth(),
|
62
|
+
height: elem.outerHeight(),
|
63
|
+
offset: elem.offset()
|
64
|
+
};
|
65
|
+
}
|
66
|
+
|
67
|
+
$.position = {
|
68
|
+
scrollbarWidth: function() {
|
69
|
+
if ( cachedScrollbarWidth !== undefined ) {
|
70
|
+
return cachedScrollbarWidth;
|
71
|
+
}
|
72
|
+
var w1, w2,
|
73
|
+
div = $( "<div style='display:block;width:50px;height:50px;overflow:hidden;'><div style='height:100px;width:auto;'></div></div>" ),
|
74
|
+
innerDiv = div.children()[0];
|
75
|
+
|
76
|
+
$( "body" ).append( div );
|
77
|
+
w1 = innerDiv.offsetWidth;
|
78
|
+
div.css( "overflow", "scroll" );
|
79
|
+
|
80
|
+
w2 = innerDiv.offsetWidth;
|
81
|
+
|
82
|
+
if ( w1 === w2 ) {
|
83
|
+
w2 = div[0].clientWidth;
|
84
|
+
}
|
85
|
+
|
86
|
+
div.remove();
|
87
|
+
|
88
|
+
return (cachedScrollbarWidth = w1 - w2);
|
89
|
+
},
|
90
|
+
getScrollInfo: function( within ) {
|
91
|
+
var overflowX = within.isWindow ? "" : within.element.css( "overflow-x" ),
|
92
|
+
overflowY = within.isWindow ? "" : within.element.css( "overflow-y" ),
|
93
|
+
hasOverflowX = overflowX === "scroll" ||
|
94
|
+
( overflowX === "auto" && within.width < within.element[0].scrollWidth ),
|
95
|
+
hasOverflowY = overflowY === "scroll" ||
|
96
|
+
( overflowY === "auto" && within.height < within.element[0].scrollHeight );
|
97
|
+
return {
|
98
|
+
width: hasOverflowY ? $.position.scrollbarWidth() : 0,
|
99
|
+
height: hasOverflowX ? $.position.scrollbarWidth() : 0
|
100
|
+
};
|
101
|
+
},
|
102
|
+
getWithinInfo: function( element ) {
|
103
|
+
var withinElement = $( element || window ),
|
104
|
+
isWindow = $.isWindow( withinElement[0] );
|
105
|
+
return {
|
106
|
+
element: withinElement,
|
107
|
+
isWindow: isWindow,
|
108
|
+
offset: withinElement.offset() || { left: 0, top: 0 },
|
109
|
+
scrollLeft: withinElement.scrollLeft(),
|
110
|
+
scrollTop: withinElement.scrollTop(),
|
111
|
+
width: isWindow ? withinElement.width() : withinElement.outerWidth(),
|
112
|
+
height: isWindow ? withinElement.height() : withinElement.outerHeight()
|
113
|
+
};
|
114
|
+
}
|
115
|
+
};
|
116
|
+
|
117
|
+
$.fn.position = function( options ) {
|
118
|
+
if ( !options || !options.of ) {
|
119
|
+
return _position.apply( this, arguments );
|
120
|
+
}
|
121
|
+
|
122
|
+
// make a copy, we don't want to modify arguments
|
123
|
+
options = $.extend( {}, options );
|
124
|
+
|
125
|
+
var atOffset, targetWidth, targetHeight, targetOffset, basePosition, dimensions,
|
126
|
+
target = $( options.of ),
|
127
|
+
within = $.position.getWithinInfo( options.within ),
|
128
|
+
scrollInfo = $.position.getScrollInfo( within ),
|
129
|
+
collision = ( options.collision || "flip" ).split( " " ),
|
130
|
+
offsets = {};
|
131
|
+
|
132
|
+
dimensions = getDimensions( target );
|
133
|
+
if ( target[0].preventDefault ) {
|
134
|
+
// force left top to allow flipping
|
135
|
+
options.at = "left top";
|
136
|
+
}
|
137
|
+
targetWidth = dimensions.width;
|
138
|
+
targetHeight = dimensions.height;
|
139
|
+
targetOffset = dimensions.offset;
|
140
|
+
// clone to reuse original targetOffset later
|
141
|
+
basePosition = $.extend( {}, targetOffset );
|
142
|
+
|
143
|
+
// force my and at to have valid horizontal and vertical positions
|
144
|
+
// if a value is missing or invalid, it will be converted to center
|
145
|
+
$.each( [ "my", "at" ], function() {
|
146
|
+
var pos = ( options[ this ] || "" ).split( " " ),
|
147
|
+
horizontalOffset,
|
148
|
+
verticalOffset;
|
149
|
+
|
150
|
+
if ( pos.length === 1) {
|
151
|
+
pos = rhorizontal.test( pos[ 0 ] ) ?
|
152
|
+
pos.concat( [ "center" ] ) :
|
153
|
+
rvertical.test( pos[ 0 ] ) ?
|
154
|
+
[ "center" ].concat( pos ) :
|
155
|
+
[ "center", "center" ];
|
156
|
+
}
|
157
|
+
pos[ 0 ] = rhorizontal.test( pos[ 0 ] ) ? pos[ 0 ] : "center";
|
158
|
+
pos[ 1 ] = rvertical.test( pos[ 1 ] ) ? pos[ 1 ] : "center";
|
159
|
+
|
160
|
+
// calculate offsets
|
161
|
+
horizontalOffset = roffset.exec( pos[ 0 ] );
|
162
|
+
verticalOffset = roffset.exec( pos[ 1 ] );
|
163
|
+
offsets[ this ] = [
|
164
|
+
horizontalOffset ? horizontalOffset[ 0 ] : 0,
|
165
|
+
verticalOffset ? verticalOffset[ 0 ] : 0
|
166
|
+
];
|
167
|
+
|
168
|
+
// reduce to just the positions without the offsets
|
169
|
+
options[ this ] = [
|
170
|
+
rposition.exec( pos[ 0 ] )[ 0 ],
|
171
|
+
rposition.exec( pos[ 1 ] )[ 0 ]
|
172
|
+
];
|
173
|
+
});
|
174
|
+
|
175
|
+
// normalize collision option
|
176
|
+
if ( collision.length === 1 ) {
|
177
|
+
collision[ 1 ] = collision[ 0 ];
|
178
|
+
}
|
179
|
+
|
180
|
+
if ( options.at[ 0 ] === "right" ) {
|
181
|
+
basePosition.left += targetWidth;
|
182
|
+
} else if ( options.at[ 0 ] === "center" ) {
|
183
|
+
basePosition.left += targetWidth / 2;
|
184
|
+
}
|
185
|
+
|
186
|
+
if ( options.at[ 1 ] === "bottom" ) {
|
187
|
+
basePosition.top += targetHeight;
|
188
|
+
} else if ( options.at[ 1 ] === "center" ) {
|
189
|
+
basePosition.top += targetHeight / 2;
|
190
|
+
}
|
191
|
+
|
192
|
+
atOffset = getOffsets( offsets.at, targetWidth, targetHeight );
|
193
|
+
basePosition.left += atOffset[ 0 ];
|
194
|
+
basePosition.top += atOffset[ 1 ];
|
195
|
+
|
196
|
+
return this.each(function() {
|
197
|
+
var collisionPosition, using,
|
198
|
+
elem = $( this ),
|
199
|
+
elemWidth = elem.outerWidth(),
|
200
|
+
elemHeight = elem.outerHeight(),
|
201
|
+
marginLeft = parseCss( this, "marginLeft" ),
|
202
|
+
marginTop = parseCss( this, "marginTop" ),
|
203
|
+
collisionWidth = elemWidth + marginLeft + parseCss( this, "marginRight" ) + scrollInfo.width,
|
204
|
+
collisionHeight = elemHeight + marginTop + parseCss( this, "marginBottom" ) + scrollInfo.height,
|
205
|
+
position = $.extend( {}, basePosition ),
|
206
|
+
myOffset = getOffsets( offsets.my, elem.outerWidth(), elem.outerHeight() );
|
207
|
+
|
208
|
+
if ( options.my[ 0 ] === "right" ) {
|
209
|
+
position.left -= elemWidth;
|
210
|
+
} else if ( options.my[ 0 ] === "center" ) {
|
211
|
+
position.left -= elemWidth / 2;
|
212
|
+
}
|
213
|
+
|
214
|
+
if ( options.my[ 1 ] === "bottom" ) {
|
215
|
+
position.top -= elemHeight;
|
216
|
+
} else if ( options.my[ 1 ] === "center" ) {
|
217
|
+
position.top -= elemHeight / 2;
|
218
|
+
}
|
219
|
+
|
220
|
+
position.left += myOffset[ 0 ];
|
221
|
+
position.top += myOffset[ 1 ];
|
222
|
+
|
223
|
+
// if the browser doesn't support fractions, then round for consistent results
|
224
|
+
if ( !$.support.offsetFractions ) {
|
225
|
+
position.left = round( position.left );
|
226
|
+
position.top = round( position.top );
|
227
|
+
}
|
228
|
+
|
229
|
+
collisionPosition = {
|
230
|
+
marginLeft: marginLeft,
|
231
|
+
marginTop: marginTop
|
232
|
+
};
|
233
|
+
|
234
|
+
$.each( [ "left", "top" ], function( i, dir ) {
|
235
|
+
if ( $.ui.position[ collision[ i ] ] ) {
|
236
|
+
$.ui.position[ collision[ i ] ][ dir ]( position, {
|
237
|
+
targetWidth: targetWidth,
|
238
|
+
targetHeight: targetHeight,
|
239
|
+
elemWidth: elemWidth,
|
240
|
+
elemHeight: elemHeight,
|
241
|
+
collisionPosition: collisionPosition,
|
242
|
+
collisionWidth: collisionWidth,
|
243
|
+
collisionHeight: collisionHeight,
|
244
|
+
offset: [ atOffset[ 0 ] + myOffset[ 0 ], atOffset [ 1 ] + myOffset[ 1 ] ],
|
245
|
+
my: options.my,
|
246
|
+
at: options.at,
|
247
|
+
within: within,
|
248
|
+
elem : elem
|
249
|
+
});
|
250
|
+
}
|
251
|
+
});
|
252
|
+
|
253
|
+
if ( options.using ) {
|
254
|
+
// adds feedback as second argument to using callback, if present
|
255
|
+
using = function( props ) {
|
256
|
+
var left = targetOffset.left - position.left,
|
257
|
+
right = left + targetWidth - elemWidth,
|
258
|
+
top = targetOffset.top - position.top,
|
259
|
+
bottom = top + targetHeight - elemHeight,
|
260
|
+
feedback = {
|
261
|
+
target: {
|
262
|
+
element: target,
|
263
|
+
left: targetOffset.left,
|
264
|
+
top: targetOffset.top,
|
265
|
+
width: targetWidth,
|
266
|
+
height: targetHeight
|
267
|
+
},
|
268
|
+
element: {
|
269
|
+
element: elem,
|
270
|
+
left: position.left,
|
271
|
+
top: position.top,
|
272
|
+
width: elemWidth,
|
273
|
+
height: elemHeight
|
274
|
+
},
|
275
|
+
horizontal: right < 0 ? "left" : left > 0 ? "right" : "center",
|
276
|
+
vertical: bottom < 0 ? "top" : top > 0 ? "bottom" : "middle"
|
277
|
+
};
|
278
|
+
if ( targetWidth < elemWidth && abs( left + right ) < targetWidth ) {
|
279
|
+
feedback.horizontal = "center";
|
280
|
+
}
|
281
|
+
if ( targetHeight < elemHeight && abs( top + bottom ) < targetHeight ) {
|
282
|
+
feedback.vertical = "middle";
|
283
|
+
}
|
284
|
+
if ( max( abs( left ), abs( right ) ) > max( abs( top ), abs( bottom ) ) ) {
|
285
|
+
feedback.important = "horizontal";
|
286
|
+
} else {
|
287
|
+
feedback.important = "vertical";
|
288
|
+
}
|
289
|
+
options.using.call( this, props, feedback );
|
290
|
+
};
|
291
|
+
}
|
292
|
+
|
293
|
+
elem.offset( $.extend( position, { using: using } ) );
|
294
|
+
});
|
295
|
+
};
|
296
|
+
|
297
|
+
$.ui.position = {
|
298
|
+
fit: {
|
299
|
+
left: function( position, data ) {
|
300
|
+
var within = data.within,
|
301
|
+
withinOffset = within.isWindow ? within.scrollLeft : within.offset.left,
|
302
|
+
outerWidth = within.width,
|
303
|
+
collisionPosLeft = position.left - data.collisionPosition.marginLeft,
|
304
|
+
overLeft = withinOffset - collisionPosLeft,
|
305
|
+
overRight = collisionPosLeft + data.collisionWidth - outerWidth - withinOffset,
|
306
|
+
newOverRight;
|
307
|
+
|
308
|
+
// element is wider than within
|
309
|
+
if ( data.collisionWidth > outerWidth ) {
|
310
|
+
// element is initially over the left side of within
|
311
|
+
if ( overLeft > 0 && overRight <= 0 ) {
|
312
|
+
newOverRight = position.left + overLeft + data.collisionWidth - outerWidth - withinOffset;
|
313
|
+
position.left += overLeft - newOverRight;
|
314
|
+
// element is initially over right side of within
|
315
|
+
} else if ( overRight > 0 && overLeft <= 0 ) {
|
316
|
+
position.left = withinOffset;
|
317
|
+
// element is initially over both left and right sides of within
|
318
|
+
} else {
|
319
|
+
if ( overLeft > overRight ) {
|
320
|
+
position.left = withinOffset + outerWidth - data.collisionWidth;
|
321
|
+
} else {
|
322
|
+
position.left = withinOffset;
|
323
|
+
}
|
324
|
+
}
|
325
|
+
// too far left -> align with left edge
|
326
|
+
} else if ( overLeft > 0 ) {
|
327
|
+
position.left += overLeft;
|
328
|
+
// too far right -> align with right edge
|
329
|
+
} else if ( overRight > 0 ) {
|
330
|
+
position.left -= overRight;
|
331
|
+
// adjust based on position and margin
|
332
|
+
} else {
|
333
|
+
position.left = max( position.left - collisionPosLeft, position.left );
|
334
|
+
}
|
335
|
+
},
|
336
|
+
top: function( position, data ) {
|
337
|
+
var within = data.within,
|
338
|
+
withinOffset = within.isWindow ? within.scrollTop : within.offset.top,
|
339
|
+
outerHeight = data.within.height,
|
340
|
+
collisionPosTop = position.top - data.collisionPosition.marginTop,
|
341
|
+
overTop = withinOffset - collisionPosTop,
|
342
|
+
overBottom = collisionPosTop + data.collisionHeight - outerHeight - withinOffset,
|
343
|
+
newOverBottom;
|
344
|
+
|
345
|
+
// element is taller than within
|
346
|
+
if ( data.collisionHeight > outerHeight ) {
|
347
|
+
// element is initially over the top of within
|
348
|
+
if ( overTop > 0 && overBottom <= 0 ) {
|
349
|
+
newOverBottom = position.top + overTop + data.collisionHeight - outerHeight - withinOffset;
|
350
|
+
position.top += overTop - newOverBottom;
|
351
|
+
// element is initially over bottom of within
|
352
|
+
} else if ( overBottom > 0 && overTop <= 0 ) {
|
353
|
+
position.top = withinOffset;
|
354
|
+
// element is initially over both top and bottom of within
|
355
|
+
} else {
|
356
|
+
if ( overTop > overBottom ) {
|
357
|
+
position.top = withinOffset + outerHeight - data.collisionHeight;
|
358
|
+
} else {
|
359
|
+
position.top = withinOffset;
|
360
|
+
}
|
361
|
+
}
|
362
|
+
// too far up -> align with top
|
363
|
+
} else if ( overTop > 0 ) {
|
364
|
+
position.top += overTop;
|
365
|
+
// too far down -> align with bottom edge
|
366
|
+
} else if ( overBottom > 0 ) {
|
367
|
+
position.top -= overBottom;
|
368
|
+
// adjust based on position and margin
|
369
|
+
} else {
|
370
|
+
position.top = max( position.top - collisionPosTop, position.top );
|
371
|
+
}
|
372
|
+
}
|
373
|
+
},
|
374
|
+
flip: {
|
375
|
+
left: function( position, data ) {
|
376
|
+
var within = data.within,
|
377
|
+
withinOffset = within.offset.left + within.scrollLeft,
|
378
|
+
outerWidth = within.width,
|
379
|
+
offsetLeft = within.isWindow ? within.scrollLeft : within.offset.left,
|
380
|
+
collisionPosLeft = position.left - data.collisionPosition.marginLeft,
|
381
|
+
overLeft = collisionPosLeft - offsetLeft,
|
382
|
+
overRight = collisionPosLeft + data.collisionWidth - outerWidth - offsetLeft,
|
383
|
+
myOffset = data.my[ 0 ] === "left" ?
|
384
|
+
-data.elemWidth :
|
385
|
+
data.my[ 0 ] === "right" ?
|
386
|
+
data.elemWidth :
|
387
|
+
0,
|
388
|
+
atOffset = data.at[ 0 ] === "left" ?
|
389
|
+
data.targetWidth :
|
390
|
+
data.at[ 0 ] === "right" ?
|
391
|
+
-data.targetWidth :
|
392
|
+
0,
|
393
|
+
offset = -2 * data.offset[ 0 ],
|
394
|
+
newOverRight,
|
395
|
+
newOverLeft;
|
396
|
+
|
397
|
+
if ( overLeft < 0 ) {
|
398
|
+
newOverRight = position.left + myOffset + atOffset + offset + data.collisionWidth - outerWidth - withinOffset;
|
399
|
+
if ( newOverRight < 0 || newOverRight < abs( overLeft ) ) {
|
400
|
+
position.left += myOffset + atOffset + offset;
|
401
|
+
}
|
402
|
+
}
|
403
|
+
else if ( overRight > 0 ) {
|
404
|
+
newOverLeft = position.left - data.collisionPosition.marginLeft + myOffset + atOffset + offset - offsetLeft;
|
405
|
+
if ( newOverLeft > 0 || abs( newOverLeft ) < overRight ) {
|
406
|
+
position.left += myOffset + atOffset + offset;
|
407
|
+
}
|
408
|
+
}
|
409
|
+
},
|
410
|
+
top: function( position, data ) {
|
411
|
+
var within = data.within,
|
412
|
+
withinOffset = within.offset.top + within.scrollTop,
|
413
|
+
outerHeight = within.height,
|
414
|
+
offsetTop = within.isWindow ? within.scrollTop : within.offset.top,
|
415
|
+
collisionPosTop = position.top - data.collisionPosition.marginTop,
|
416
|
+
overTop = collisionPosTop - offsetTop,
|
417
|
+
overBottom = collisionPosTop + data.collisionHeight - outerHeight - offsetTop,
|
418
|
+
top = data.my[ 1 ] === "top",
|
419
|
+
myOffset = top ?
|
420
|
+
-data.elemHeight :
|
421
|
+
data.my[ 1 ] === "bottom" ?
|
422
|
+
data.elemHeight :
|
423
|
+
0,
|
424
|
+
atOffset = data.at[ 1 ] === "top" ?
|
425
|
+
data.targetHeight :
|
426
|
+
data.at[ 1 ] === "bottom" ?
|
427
|
+
-data.targetHeight :
|
428
|
+
0,
|
429
|
+
offset = -2 * data.offset[ 1 ],
|
430
|
+
newOverTop,
|
431
|
+
newOverBottom;
|
432
|
+
if ( overTop < 0 ) {
|
433
|
+
newOverBottom = position.top + myOffset + atOffset + offset + data.collisionHeight - outerHeight - withinOffset;
|
434
|
+
if ( ( position.top + myOffset + atOffset + offset) > overTop && ( newOverBottom < 0 || newOverBottom < abs( overTop ) ) ) {
|
435
|
+
position.top += myOffset + atOffset + offset;
|
436
|
+
}
|
437
|
+
}
|
438
|
+
else if ( overBottom > 0 ) {
|
439
|
+
newOverTop = position.top - data.collisionPosition.marginTop + myOffset + atOffset + offset - offsetTop;
|
440
|
+
if ( ( position.top + myOffset + atOffset + offset) > overBottom && ( newOverTop > 0 || abs( newOverTop ) < overBottom ) ) {
|
441
|
+
position.top += myOffset + atOffset + offset;
|
442
|
+
}
|
443
|
+
}
|
444
|
+
}
|
445
|
+
},
|
446
|
+
flipfit: {
|
447
|
+
left: function() {
|
448
|
+
$.ui.position.flip.left.apply( this, arguments );
|
449
|
+
$.ui.position.fit.left.apply( this, arguments );
|
450
|
+
},
|
451
|
+
top: function() {
|
452
|
+
$.ui.position.flip.top.apply( this, arguments );
|
453
|
+
$.ui.position.fit.top.apply( this, arguments );
|
454
|
+
}
|
455
|
+
}
|
456
|
+
};
|
457
|
+
|
458
|
+
// fraction support test
|
459
|
+
(function () {
|
460
|
+
var testElement, testElementParent, testElementStyle, offsetLeft, i,
|
461
|
+
body = document.getElementsByTagName( "body" )[ 0 ],
|
462
|
+
div = document.createElement( "div" );
|
463
|
+
|
464
|
+
//Create a "fake body" for testing based on method used in jQuery.support
|
465
|
+
testElement = document.createElement( body ? "div" : "body" );
|
466
|
+
testElementStyle = {
|
467
|
+
visibility: "hidden",
|
468
|
+
width: 0,
|
469
|
+
height: 0,
|
470
|
+
border: 0,
|
471
|
+
margin: 0,
|
472
|
+
background: "none"
|
473
|
+
};
|
474
|
+
if ( body ) {
|
475
|
+
$.extend( testElementStyle, {
|
476
|
+
position: "absolute",
|
477
|
+
left: "-1000px",
|
478
|
+
top: "-1000px"
|
479
|
+
});
|
480
|
+
}
|
481
|
+
for ( i in testElementStyle ) {
|
482
|
+
testElement.style[ i ] = testElementStyle[ i ];
|
483
|
+
}
|
484
|
+
testElement.appendChild( div );
|
485
|
+
testElementParent = body || document.documentElement;
|
486
|
+
testElementParent.insertBefore( testElement, testElementParent.firstChild );
|
487
|
+
|
488
|
+
div.style.cssText = "position: absolute; left: 10.7432222px;";
|
489
|
+
|
490
|
+
offsetLeft = $( div ).offset().left;
|
491
|
+
$.support.offsetFractions = offsetLeft > 10 && offsetLeft < 11;
|
492
|
+
|
493
|
+
testElement.innerHTML = "";
|
494
|
+
testElementParent.removeChild( testElement );
|
495
|
+
})();
|
496
|
+
|
497
|
+
}( jQuery ) );
|