Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kityminder-core
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
吴志俊
kityminder-core
Commits
6c6f8514
Commit
6c6f8514
authored
Feb 18, 2014
by
techird
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
draggable
parent
a84f986f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
1 deletion
+15
-1
dev.php
dist/dev.php
+1
-0
jquery-ui-1.10.4.custom.min.js
src/ui/jquery-ui-1.10.4.custom.min.js
+6
-0
modal.js
src/ui/modal.js
+7
-1
dialog.css
themes/default/_css/dialog.css
+1
-0
No files found.
dist/dev.php
View file @
6c6f8514
...
...
@@ -36,6 +36,7 @@ $dependency = Array(
,
'src/module/basestyle.js'
,
'src/module/font.js'
,
'src/module/zoom.js'
,
'src/ui/jquery-ui-1.10.4.custom.min.js'
,
'src/ui/widget.js'
,
'src/ui/button.js'
,
'src/ui/toolbar.js'
...
...
src/ui/jquery-ui-1.10.4.custom.min.js
0 → 100755
View file @
6c6f8514
/*! jQuery UI - v1.10.4 - 2014-02-18
* http://jqueryui.com
* Includes: jquery.ui.core.js, jquery.ui.widget.js, jquery.ui.mouse.js, jquery.ui.draggable.js
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
(
function
(
e
,
t
){
function
i
(
t
,
i
){
var
s
,
a
,
o
,
r
=
t
.
nodeName
.
toLowerCase
();
return
"area"
===
r
?(
s
=
t
.
parentNode
,
a
=
s
.
name
,
t
.
href
&&
a
&&
"map"
===
s
.
nodeName
.
toLowerCase
()?(
o
=
e
(
"img[usemap=#"
+
a
+
"]"
)[
0
],
!!
o
&&
n
(
o
)):
!
1
):(
/input|select|textarea|button|object/
.
test
(
r
)?
!
t
.
disabled
:
"a"
===
r
?
t
.
href
||
i
:
i
)
&&
n
(
t
)}
function
n
(
t
){
return
e
.
expr
.
filters
.
visible
(
t
)
&&!
e
(
t
).
parents
().
addBack
().
filter
(
function
(){
return
"hidden"
===
e
.
css
(
this
,
"visibility"
)}).
length
}
var
s
=
0
,
a
=
/^ui-id-
\d
+$/
;
e
.
ui
=
e
.
ui
||
{},
e
.
extend
(
e
.
ui
,{
version
:
"1.10.4"
,
keyCode
:{
BACKSPACE
:
8
,
COMMA
:
188
,
DELETE
:
46
,
DOWN
:
40
,
END
:
35
,
ENTER
:
13
,
ESCAPE
:
27
,
HOME
:
36
,
LEFT
:
37
,
NUMPAD_ADD
:
107
,
NUMPAD_DECIMAL
:
110
,
NUMPAD_DIVIDE
:
111
,
NUMPAD_ENTER
:
108
,
NUMPAD_MULTIPLY
:
106
,
NUMPAD_SUBTRACT
:
109
,
PAGE_DOWN
:
34
,
PAGE_UP
:
33
,
PERIOD
:
190
,
RIGHT
:
39
,
SPACE
:
32
,
TAB
:
9
,
UP
:
38
}}),
e
.
fn
.
extend
({
focus
:
function
(
t
){
return
function
(
i
,
n
){
return
"number"
==
typeof
i
?
this
.
each
(
function
(){
var
t
=
this
;
setTimeout
(
function
(){
e
(
t
).
focus
(),
n
&&
n
.
call
(
t
)},
i
)}):
t
.
apply
(
this
,
arguments
)}}(
e
.
fn
.
focus
),
scrollParent
:
function
(){
var
t
;
return
t
=
e
.
ui
.
ie
&&
/
(
static|relative
)
/
.
test
(
this
.
css
(
"position"
))
||
/absolute/
.
test
(
this
.
css
(
"position"
))?
this
.
parents
().
filter
(
function
(){
return
/
(
relative|absolute|fixed
)
/
.
test
(
e
.
css
(
this
,
"position"
))
&&
/
(
auto|scroll
)
/
.
test
(
e
.
css
(
this
,
"overflow"
)
+
e
.
css
(
this
,
"overflow-y"
)
+
e
.
css
(
this
,
"overflow-x"
))}).
eq
(
0
):
this
.
parents
().
filter
(
function
(){
return
/
(
auto|scroll
)
/
.
test
(
e
.
css
(
this
,
"overflow"
)
+
e
.
css
(
this
,
"overflow-y"
)
+
e
.
css
(
this
,
"overflow-x"
))}).
eq
(
0
),
/fixed/
.
test
(
this
.
css
(
"position"
))
||!
t
.
length
?
e
(
document
):
t
},
zIndex
:
function
(
i
){
if
(
i
!==
t
)
return
this
.
css
(
"zIndex"
,
i
);
if
(
this
.
length
)
for
(
var
n
,
s
,
a
=
e
(
this
[
0
]);
a
.
length
&&
a
[
0
]
!==
document
;){
if
(
n
=
a
.
css
(
"position"
),(
"absolute"
===
n
||
"relative"
===
n
||
"fixed"
===
n
)
&&
(
s
=
parseInt
(
a
.
css
(
"zIndex"
),
10
),
!
isNaN
(
s
)
&&
0
!==
s
))
return
s
;
a
=
a
.
parent
()}
return
0
},
uniqueId
:
function
(){
return
this
.
each
(
function
(){
this
.
id
||
(
this
.
id
=
"ui-id-"
+
++
s
)})},
removeUniqueId
:
function
(){
return
this
.
each
(
function
(){
a
.
test
(
this
.
id
)
&&
e
(
this
).
removeAttr
(
"id"
)})}}),
e
.
extend
(
e
.
expr
[
":"
],{
data
:
e
.
expr
.
createPseudo
?
e
.
expr
.
createPseudo
(
function
(
t
){
return
function
(
i
){
return
!!
e
.
data
(
i
,
t
)}}):
function
(
t
,
i
,
n
){
return
!!
e
.
data
(
t
,
n
[
3
])},
focusable
:
function
(
t
){
return
i
(
t
,
!
isNaN
(
e
.
attr
(
t
,
"tabindex"
)))},
tabbable
:
function
(
t
){
var
n
=
e
.
attr
(
t
,
"tabindex"
),
s
=
isNaN
(
n
);
return
(
s
||
n
>=
0
)
&&
i
(
t
,
!
s
)}}),
e
(
"<a>"
).
outerWidth
(
1
).
jquery
||
e
.
each
([
"Width"
,
"Height"
],
function
(
i
,
n
){
function
s
(
t
,
i
,
n
,
s
){
return
e
.
each
(
a
,
function
(){
i
-=
parseFloat
(
e
.
css
(
t
,
"padding"
+
this
))
||
0
,
n
&&
(
i
-=
parseFloat
(
e
.
css
(
t
,
"border"
+
this
+
"Width"
))
||
0
),
s
&&
(
i
-=
parseFloat
(
e
.
css
(
t
,
"margin"
+
this
))
||
0
)}),
i
}
var
a
=
"Width"
===
n
?[
"Left"
,
"Right"
]:[
"Top"
,
"Bottom"
],
o
=
n
.
toLowerCase
(),
r
=
{
innerWidth
:
e
.
fn
.
innerWidth
,
innerHeight
:
e
.
fn
.
innerHeight
,
outerWidth
:
e
.
fn
.
outerWidth
,
outerHeight
:
e
.
fn
.
outerHeight
};
e
.
fn
[
"inner"
+
n
]
=
function
(
i
){
return
i
===
t
?
r
[
"inner"
+
n
].
call
(
this
):
this
.
each
(
function
(){
e
(
this
).
css
(
o
,
s
(
this
,
i
)
+
"px"
)})},
e
.
fn
[
"outer"
+
n
]
=
function
(
t
,
i
){
return
"number"
!=
typeof
t
?
r
[
"outer"
+
n
].
call
(
this
,
t
):
this
.
each
(
function
(){
e
(
this
).
css
(
o
,
s
(
this
,
t
,
!
0
,
i
)
+
"px"
)})}}),
e
.
fn
.
addBack
||
(
e
.
fn
.
addBack
=
function
(
e
){
return
this
.
add
(
null
==
e
?
this
.
prevObject
:
this
.
prevObject
.
filter
(
e
))}),
e
(
"<a>"
).
data
(
"a-b"
,
"a"
).
removeData
(
"a-b"
).
data
(
"a-b"
)
&&
(
e
.
fn
.
removeData
=
function
(
t
){
return
function
(
i
){
return
arguments
.
length
?
t
.
call
(
this
,
e
.
camelCase
(
i
)):
t
.
call
(
this
)}}(
e
.
fn
.
removeData
)),
e
.
ui
.
ie
=!!
/msie
[\w
.
]
+/
.
exec
(
navigator
.
userAgent
.
toLowerCase
()),
e
.
support
.
selectstart
=
"onselectstart"
in
document
.
createElement
(
"div"
),
e
.
fn
.
extend
({
disableSelection
:
function
(){
return
this
.
bind
((
e
.
support
.
selectstart
?
"selectstart"
:
"mousedown"
)
+
".ui-disableSelection"
,
function
(
e
){
e
.
preventDefault
()})},
enableSelection
:
function
(){
return
this
.
unbind
(
".ui-disableSelection"
)}}),
e
.
extend
(
e
.
ui
,{
plugin
:{
add
:
function
(
t
,
i
,
n
){
var
s
,
a
=
e
.
ui
[
t
].
prototype
;
for
(
s
in
n
)
a
.
plugins
[
s
]
=
a
.
plugins
[
s
]
||
[],
a
.
plugins
[
s
].
push
([
i
,
n
[
s
]])},
call
:
function
(
e
,
t
,
i
){
var
n
,
s
=
e
.
plugins
[
t
];
if
(
s
&&
e
.
element
[
0
].
parentNode
&&
11
!==
e
.
element
[
0
].
parentNode
.
nodeType
)
for
(
n
=
0
;
s
.
length
>
n
;
n
++
)
e
.
options
[
s
[
n
][
0
]]
&&
s
[
n
][
1
].
apply
(
e
.
element
,
i
)}},
hasScroll
:
function
(
t
,
i
){
if
(
"hidden"
===
e
(
t
).
css
(
"overflow"
))
return
!
1
;
var
n
=
i
&&
"left"
===
i
?
"scrollLeft"
:
"scrollTop"
,
s
=!
1
;
return
t
[
n
]
>
0
?
!
0
:(
t
[
n
]
=
1
,
s
=
t
[
n
]
>
0
,
t
[
n
]
=
0
,
s
)}})})(
jQuery
);(
function
(
t
,
e
){
var
i
=
0
,
s
=
Array
.
prototype
.
slice
,
n
=
t
.
cleanData
;
t
.
cleanData
=
function
(
e
){
for
(
var
i
,
s
=
0
;
null
!=
(
i
=
e
[
s
]);
s
++
)
try
{
t
(
i
).
triggerHandler
(
"remove"
)}
catch
(
o
){}
n
(
e
)},
t
.
widget
=
function
(
i
,
s
,
n
){
var
o
,
a
,
r
,
h
,
l
=
{},
c
=
i
.
split
(
"."
)[
0
];
i
=
i
.
split
(
"."
)[
1
],
o
=
c
+
"-"
+
i
,
n
||
(
n
=
s
,
s
=
t
.
Widget
),
t
.
expr
[
":"
][
o
.
toLowerCase
()]
=
function
(
e
){
return
!!
t
.
data
(
e
,
o
)},
t
[
c
]
=
t
[
c
]
||
{},
a
=
t
[
c
][
i
],
r
=
t
[
c
][
i
]
=
function
(
t
,
i
){
return
this
.
_createWidget
?(
arguments
.
length
&&
this
.
_createWidget
(
t
,
i
),
e
):
new
r
(
t
,
i
)},
t
.
extend
(
r
,
a
,{
version
:
n
.
version
,
_proto
:
t
.
extend
({},
n
),
_childConstructors
:[]}),
h
=
new
s
,
h
.
options
=
t
.
widget
.
extend
({},
h
.
options
),
t
.
each
(
n
,
function
(
i
,
n
){
return
t
.
isFunction
(
n
)?(
l
[
i
]
=
function
(){
var
t
=
function
(){
return
s
.
prototype
[
i
].
apply
(
this
,
arguments
)},
e
=
function
(
t
){
return
s
.
prototype
[
i
].
apply
(
this
,
t
)};
return
function
(){
var
i
,
s
=
this
.
_super
,
o
=
this
.
_superApply
;
return
this
.
_super
=
t
,
this
.
_superApply
=
e
,
i
=
n
.
apply
(
this
,
arguments
),
this
.
_super
=
s
,
this
.
_superApply
=
o
,
i
}}(),
e
):(
l
[
i
]
=
n
,
e
)}),
r
.
prototype
=
t
.
widget
.
extend
(
h
,{
widgetEventPrefix
:
a
?
h
.
widgetEventPrefix
||
i
:
i
},
l
,{
constructor
:
r
,
namespace
:
c
,
widgetName
:
i
,
widgetFullName
:
o
}),
a
?(
t
.
each
(
a
.
_childConstructors
,
function
(
e
,
i
){
var
s
=
i
.
prototype
;
t
.
widget
(
s
.
namespace
+
"."
+
s
.
widgetName
,
r
,
i
.
_proto
)}),
delete
a
.
_childConstructors
):
s
.
_childConstructors
.
push
(
r
),
t
.
widget
.
bridge
(
i
,
r
)},
t
.
widget
.
extend
=
function
(
i
){
for
(
var
n
,
o
,
a
=
s
.
call
(
arguments
,
1
),
r
=
0
,
h
=
a
.
length
;
h
>
r
;
r
++
)
for
(
n
in
a
[
r
])
o
=
a
[
r
][
n
],
a
[
r
].
hasOwnProperty
(
n
)
&&
o
!==
e
&&
(
i
[
n
]
=
t
.
isPlainObject
(
o
)?
t
.
isPlainObject
(
i
[
n
])?
t
.
widget
.
extend
({},
i
[
n
],
o
):
t
.
widget
.
extend
({},
o
):
o
);
return
i
},
t
.
widget
.
bridge
=
function
(
i
,
n
){
var
o
=
n
.
prototype
.
widgetFullName
||
i
;
t
.
fn
[
i
]
=
function
(
a
){
var
r
=
"string"
==
typeof
a
,
h
=
s
.
call
(
arguments
,
1
),
l
=
this
;
return
a
=!
r
&&
h
.
length
?
t
.
widget
.
extend
.
apply
(
null
,[
a
].
concat
(
h
)):
a
,
r
?
this
.
each
(
function
(){
var
s
,
n
=
t
.
data
(
this
,
o
);
return
n
?
t
.
isFunction
(
n
[
a
])
&&
"_"
!==
a
.
charAt
(
0
)?(
s
=
n
[
a
].
apply
(
n
,
h
),
s
!==
n
&&
s
!==
e
?(
l
=
s
&&
s
.
jquery
?
l
.
pushStack
(
s
.
get
()):
s
,
!
1
):
e
):
t
.
error
(
"no such method '"
+
a
+
"' for "
+
i
+
" widget instance"
):
t
.
error
(
"cannot call methods on "
+
i
+
" prior to initialization; "
+
"attempted to call method '"
+
a
+
"'"
)}):
this
.
each
(
function
(){
var
e
=
t
.
data
(
this
,
o
);
e
?
e
.
option
(
a
||
{}).
_init
():
t
.
data
(
this
,
o
,
new
n
(
a
,
this
))}),
l
}},
t
.
Widget
=
function
(){},
t
.
Widget
.
_childConstructors
=
[],
t
.
Widget
.
prototype
=
{
widgetName
:
"widget"
,
widgetEventPrefix
:
""
,
defaultElement
:
"<div>"
,
options
:{
disabled
:
!
1
,
create
:
null
},
_createWidget
:
function
(
e
,
s
){
s
=
t
(
s
||
this
.
defaultElement
||
this
)[
0
],
this
.
element
=
t
(
s
),
this
.
uuid
=
i
++
,
this
.
eventNamespace
=
"."
+
this
.
widgetName
+
this
.
uuid
,
this
.
options
=
t
.
widget
.
extend
({},
this
.
options
,
this
.
_getCreateOptions
(),
e
),
this
.
bindings
=
t
(),
this
.
hoverable
=
t
(),
this
.
focusable
=
t
(),
s
!==
this
&&
(
t
.
data
(
s
,
this
.
widgetFullName
,
this
),
this
.
_on
(
!
0
,
this
.
element
,{
remove
:
function
(
t
){
t
.
target
===
s
&&
this
.
destroy
()}}),
this
.
document
=
t
(
s
.
style
?
s
.
ownerDocument
:
s
.
document
||
s
),
this
.
window
=
t
(
this
.
document
[
0
].
defaultView
||
this
.
document
[
0
].
parentWindow
)),
this
.
_create
(),
this
.
_trigger
(
"create"
,
null
,
this
.
_getCreateEventData
()),
this
.
_init
()},
_getCreateOptions
:
t
.
noop
,
_getCreateEventData
:
t
.
noop
,
_create
:
t
.
noop
,
_init
:
t
.
noop
,
destroy
:
function
(){
this
.
_destroy
(),
this
.
element
.
unbind
(
this
.
eventNamespace
).
removeData
(
this
.
widgetName
).
removeData
(
this
.
widgetFullName
).
removeData
(
t
.
camelCase
(
this
.
widgetFullName
)),
this
.
widget
().
unbind
(
this
.
eventNamespace
).
removeAttr
(
"aria-disabled"
).
removeClass
(
this
.
widgetFullName
+
"-disabled "
+
"ui-state-disabled"
),
this
.
bindings
.
unbind
(
this
.
eventNamespace
),
this
.
hoverable
.
removeClass
(
"ui-state-hover"
),
this
.
focusable
.
removeClass
(
"ui-state-focus"
)},
_destroy
:
t
.
noop
,
widget
:
function
(){
return
this
.
element
},
option
:
function
(
i
,
s
){
var
n
,
o
,
a
,
r
=
i
;
if
(
0
===
arguments
.
length
)
return
t
.
widget
.
extend
({},
this
.
options
);
if
(
"string"
==
typeof
i
)
if
(
r
=
{},
n
=
i
.
split
(
"."
),
i
=
n
.
shift
(),
n
.
length
){
for
(
o
=
r
[
i
]
=
t
.
widget
.
extend
({},
this
.
options
[
i
]),
a
=
0
;
n
.
length
-
1
>
a
;
a
++
)
o
[
n
[
a
]]
=
o
[
n
[
a
]]
||
{},
o
=
o
[
n
[
a
]];
if
(
i
=
n
.
pop
(),
1
===
arguments
.
length
)
return
o
[
i
]
===
e
?
null
:
o
[
i
];
o
[
i
]
=
s
}
else
{
if
(
1
===
arguments
.
length
)
return
this
.
options
[
i
]
===
e
?
null
:
this
.
options
[
i
];
r
[
i
]
=
s
}
return
this
.
_setOptions
(
r
),
this
},
_setOptions
:
function
(
t
){
var
e
;
for
(
e
in
t
)
this
.
_setOption
(
e
,
t
[
e
]);
return
this
},
_setOption
:
function
(
t
,
e
){
return
this
.
options
[
t
]
=
e
,
"disabled"
===
t
&&
(
this
.
widget
().
toggleClass
(
this
.
widgetFullName
+
"-disabled ui-state-disabled"
,
!!
e
).
attr
(
"aria-disabled"
,
e
),
this
.
hoverable
.
removeClass
(
"ui-state-hover"
),
this
.
focusable
.
removeClass
(
"ui-state-focus"
)),
this
},
enable
:
function
(){
return
this
.
_setOption
(
"disabled"
,
!
1
)},
disable
:
function
(){
return
this
.
_setOption
(
"disabled"
,
!
0
)},
_on
:
function
(
i
,
s
,
n
){
var
o
,
a
=
this
;
"boolean"
!=
typeof
i
&&
(
n
=
s
,
s
=
i
,
i
=!
1
),
n
?(
s
=
o
=
t
(
s
),
this
.
bindings
=
this
.
bindings
.
add
(
s
)):(
n
=
s
,
s
=
this
.
element
,
o
=
this
.
widget
()),
t
.
each
(
n
,
function
(
n
,
r
){
function
h
(){
return
i
||
a
.
options
.
disabled
!==!
0
&&!
t
(
this
).
hasClass
(
"ui-state-disabled"
)?(
"string"
==
typeof
r
?
a
[
r
]:
r
).
apply
(
a
,
arguments
):
e
}
"string"
!=
typeof
r
&&
(
h
.
guid
=
r
.
guid
=
r
.
guid
||
h
.
guid
||
t
.
guid
++
);
var
l
=
n
.
match
(
/^
(\w
+
)\s
*
(
.*
)
$/
),
c
=
l
[
1
]
+
a
.
eventNamespace
,
u
=
l
[
2
];
u
?
o
.
delegate
(
u
,
c
,
h
):
s
.
bind
(
c
,
h
)})},
_off
:
function
(
t
,
e
){
e
=
(
e
||
""
).
split
(
" "
).
join
(
this
.
eventNamespace
+
" "
)
+
this
.
eventNamespace
,
t
.
unbind
(
e
).
undelegate
(
e
)},
_delay
:
function
(
t
,
e
){
function
i
(){
return
(
"string"
==
typeof
t
?
s
[
t
]:
t
).
apply
(
s
,
arguments
)}
var
s
=
this
;
return
setTimeout
(
i
,
e
||
0
)},
_hoverable
:
function
(
e
){
this
.
hoverable
=
this
.
hoverable
.
add
(
e
),
this
.
_on
(
e
,{
mouseenter
:
function
(
e
){
t
(
e
.
currentTarget
).
addClass
(
"ui-state-hover"
)},
mouseleave
:
function
(
e
){
t
(
e
.
currentTarget
).
removeClass
(
"ui-state-hover"
)}})},
_focusable
:
function
(
e
){
this
.
focusable
=
this
.
focusable
.
add
(
e
),
this
.
_on
(
e
,{
focusin
:
function
(
e
){
t
(
e
.
currentTarget
).
addClass
(
"ui-state-focus"
)},
focusout
:
function
(
e
){
t
(
e
.
currentTarget
).
removeClass
(
"ui-state-focus"
)}})},
_trigger
:
function
(
e
,
i
,
s
){
var
n
,
o
,
a
=
this
.
options
[
e
];
if
(
s
=
s
||
{},
i
=
t
.
Event
(
i
),
i
.
type
=
(
e
===
this
.
widgetEventPrefix
?
e
:
this
.
widgetEventPrefix
+
e
).
toLowerCase
(),
i
.
target
=
this
.
element
[
0
],
o
=
i
.
originalEvent
)
for
(
n
in
o
)
n
in
i
||
(
i
[
n
]
=
o
[
n
]);
return
this
.
element
.
trigger
(
i
,
s
),
!
(
t
.
isFunction
(
a
)
&&
a
.
apply
(
this
.
element
[
0
],[
i
].
concat
(
s
))
===!
1
||
i
.
isDefaultPrevented
())}},
t
.
each
({
show
:
"fadeIn"
,
hide
:
"fadeOut"
},
function
(
e
,
i
){
t
.
Widget
.
prototype
[
"_"
+
e
]
=
function
(
s
,
n
,
o
){
"string"
==
typeof
n
&&
(
n
=
{
effect
:
n
});
var
a
,
r
=
n
?
n
===!
0
||
"number"
==
typeof
n
?
i
:
n
.
effect
||
i
:
e
;
n
=
n
||
{},
"number"
==
typeof
n
&&
(
n
=
{
duration
:
n
}),
a
=!
t
.
isEmptyObject
(
n
),
n
.
complete
=
o
,
n
.
delay
&&
s
.
delay
(
n
.
delay
),
a
&&
t
.
effects
&&
t
.
effects
.
effect
[
r
]?
s
[
e
](
n
):
r
!==
e
&&
s
[
r
]?
s
[
r
](
n
.
duration
,
n
.
easing
,
o
):
s
.
queue
(
function
(
i
){
t
(
this
)[
e
](),
o
&&
o
.
call
(
s
[
0
]),
i
()})}})})(
jQuery
);(
function
(
t
){
var
e
=!
1
;
t
(
document
).
mouseup
(
function
(){
e
=!
1
}),
t
.
widget
(
"ui.mouse"
,{
version
:
"1.10.4"
,
options
:{
cancel
:
"input,textarea,button,select,option"
,
distance
:
1
,
delay
:
0
},
_mouseInit
:
function
(){
var
e
=
this
;
this
.
element
.
bind
(
"mousedown."
+
this
.
widgetName
,
function
(
t
){
return
e
.
_mouseDown
(
t
)}).
bind
(
"click."
+
this
.
widgetName
,
function
(
i
){
return
!
0
===
t
.
data
(
i
.
target
,
e
.
widgetName
+
".preventClickEvent"
)?(
t
.
removeData
(
i
.
target
,
e
.
widgetName
+
".preventClickEvent"
),
i
.
stopImmediatePropagation
(),
!
1
):
undefined
}),
this
.
started
=!
1
},
_mouseDestroy
:
function
(){
this
.
element
.
unbind
(
"."
+
this
.
widgetName
),
this
.
_mouseMoveDelegate
&&
t
(
document
).
unbind
(
"mousemove."
+
this
.
widgetName
,
this
.
_mouseMoveDelegate
).
unbind
(
"mouseup."
+
this
.
widgetName
,
this
.
_mouseUpDelegate
)},
_mouseDown
:
function
(
i
){
if
(
!
e
){
this
.
_mouseStarted
&&
this
.
_mouseUp
(
i
),
this
.
_mouseDownEvent
=
i
;
var
s
=
this
,
n
=
1
===
i
.
which
,
a
=
"string"
==
typeof
this
.
options
.
cancel
&&
i
.
target
.
nodeName
?
t
(
i
.
target
).
closest
(
this
.
options
.
cancel
).
length
:
!
1
;
return
n
&&!
a
&&
this
.
_mouseCapture
(
i
)?(
this
.
mouseDelayMet
=!
this
.
options
.
delay
,
this
.
mouseDelayMet
||
(
this
.
_mouseDelayTimer
=
setTimeout
(
function
(){
s
.
mouseDelayMet
=!
0
},
this
.
options
.
delay
)),
this
.
_mouseDistanceMet
(
i
)
&&
this
.
_mouseDelayMet
(
i
)
&&
(
this
.
_mouseStarted
=
this
.
_mouseStart
(
i
)
!==!
1
,
!
this
.
_mouseStarted
)?(
i
.
preventDefault
(),
!
0
):(
!
0
===
t
.
data
(
i
.
target
,
this
.
widgetName
+
".preventClickEvent"
)
&&
t
.
removeData
(
i
.
target
,
this
.
widgetName
+
".preventClickEvent"
),
this
.
_mouseMoveDelegate
=
function
(
t
){
return
s
.
_mouseMove
(
t
)},
this
.
_mouseUpDelegate
=
function
(
t
){
return
s
.
_mouseUp
(
t
)},
t
(
document
).
bind
(
"mousemove."
+
this
.
widgetName
,
this
.
_mouseMoveDelegate
).
bind
(
"mouseup."
+
this
.
widgetName
,
this
.
_mouseUpDelegate
),
i
.
preventDefault
(),
e
=!
0
,
!
0
)):
!
0
}},
_mouseMove
:
function
(
e
){
return
t
.
ui
.
ie
&&
(
!
document
.
documentMode
||
9
>
document
.
documentMode
)
&&!
e
.
button
?
this
.
_mouseUp
(
e
):
this
.
_mouseStarted
?(
this
.
_mouseDrag
(
e
),
e
.
preventDefault
()):(
this
.
_mouseDistanceMet
(
e
)
&&
this
.
_mouseDelayMet
(
e
)
&&
(
this
.
_mouseStarted
=
this
.
_mouseStart
(
this
.
_mouseDownEvent
,
e
)
!==!
1
,
this
.
_mouseStarted
?
this
.
_mouseDrag
(
e
):
this
.
_mouseUp
(
e
)),
!
this
.
_mouseStarted
)},
_mouseUp
:
function
(
e
){
return
t
(
document
).
unbind
(
"mousemove."
+
this
.
widgetName
,
this
.
_mouseMoveDelegate
).
unbind
(
"mouseup."
+
this
.
widgetName
,
this
.
_mouseUpDelegate
),
this
.
_mouseStarted
&&
(
this
.
_mouseStarted
=!
1
,
e
.
target
===
this
.
_mouseDownEvent
.
target
&&
t
.
data
(
e
.
target
,
this
.
widgetName
+
".preventClickEvent"
,
!
0
),
this
.
_mouseStop
(
e
)),
!
1
},
_mouseDistanceMet
:
function
(
t
){
return
Math
.
max
(
Math
.
abs
(
this
.
_mouseDownEvent
.
pageX
-
t
.
pageX
),
Math
.
abs
(
this
.
_mouseDownEvent
.
pageY
-
t
.
pageY
))
>=
this
.
options
.
distance
},
_mouseDelayMet
:
function
(){
return
this
.
mouseDelayMet
},
_mouseStart
:
function
(){},
_mouseDrag
:
function
(){},
_mouseStop
:
function
(){},
_mouseCapture
:
function
(){
return
!
0
}})})(
jQuery
);(
function
(
t
){
t
.
widget
(
"ui.draggable"
,
t
.
ui
.
mouse
,{
version
:
"1.10.4"
,
widgetEventPrefix
:
"drag"
,
options
:{
addClasses
:
!
0
,
appendTo
:
"parent"
,
axis
:
!
1
,
connectToSortable
:
!
1
,
containment
:
!
1
,
cursor
:
"auto"
,
cursorAt
:
!
1
,
grid
:
!
1
,
handle
:
!
1
,
helper
:
"original"
,
iframeFix
:
!
1
,
opacity
:
!
1
,
refreshPositions
:
!
1
,
revert
:
!
1
,
revertDuration
:
500
,
scope
:
"default"
,
scroll
:
!
0
,
scrollSensitivity
:
20
,
scrollSpeed
:
20
,
snap
:
!
1
,
snapMode
:
"both"
,
snapTolerance
:
20
,
stack
:
!
1
,
zIndex
:
!
1
,
drag
:
null
,
start
:
null
,
stop
:
null
},
_create
:
function
(){
"original"
!==
this
.
options
.
helper
||
/^
(?:
r|a|f
)
/
.
test
(
this
.
element
.
css
(
"position"
))
||
(
this
.
element
[
0
].
style
.
position
=
"relative"
),
this
.
options
.
addClasses
&&
this
.
element
.
addClass
(
"ui-draggable"
),
this
.
options
.
disabled
&&
this
.
element
.
addClass
(
"ui-draggable-disabled"
),
this
.
_mouseInit
()},
_destroy
:
function
(){
this
.
element
.
removeClass
(
"ui-draggable ui-draggable-dragging ui-draggable-disabled"
),
this
.
_mouseDestroy
()},
_mouseCapture
:
function
(
e
){
var
i
=
this
.
options
;
return
this
.
helper
||
i
.
disabled
||
t
(
e
.
target
).
closest
(
".ui-resizable-handle"
).
length
>
0
?
!
1
:(
this
.
handle
=
this
.
_getHandle
(
e
),
this
.
handle
?(
t
(
i
.
iframeFix
===!
0
?
"iframe"
:
i
.
iframeFix
).
each
(
function
(){
t
(
"<div class='ui-draggable-iframeFix' style='background: #fff;'></div>"
).
css
({
width
:
this
.
offsetWidth
+
"px"
,
height
:
this
.
offsetHeight
+
"px"
,
position
:
"absolute"
,
opacity
:
"0.001"
,
zIndex
:
1
e3
}).
css
(
t
(
this
).
offset
()).
appendTo
(
"body"
)}),
!
0
):
!
1
)},
_mouseStart
:
function
(
e
){
var
i
=
this
.
options
;
return
this
.
helper
=
this
.
_createHelper
(
e
),
this
.
helper
.
addClass
(
"ui-draggable-dragging"
),
this
.
_cacheHelperProportions
(),
t
.
ui
.
ddmanager
&&
(
t
.
ui
.
ddmanager
.
current
=
this
),
this
.
_cacheMargins
(),
this
.
cssPosition
=
this
.
helper
.
css
(
"position"
),
this
.
scrollParent
=
this
.
helper
.
scrollParent
(),
this
.
offsetParent
=
this
.
helper
.
offsetParent
(),
this
.
offsetParentCssPosition
=
this
.
offsetParent
.
css
(
"position"
),
this
.
offset
=
this
.
positionAbs
=
this
.
element
.
offset
(),
this
.
offset
=
{
top
:
this
.
offset
.
top
-
this
.
margins
.
top
,
left
:
this
.
offset
.
left
-
this
.
margins
.
left
},
this
.
offset
.
scroll
=!
1
,
t
.
extend
(
this
.
offset
,{
click
:{
left
:
e
.
pageX
-
this
.
offset
.
left
,
top
:
e
.
pageY
-
this
.
offset
.
top
},
parent
:
this
.
_getParentOffset
(),
relative
:
this
.
_getRelativeOffset
()}),
this
.
originalPosition
=
this
.
position
=
this
.
_generatePosition
(
e
),
this
.
originalPageX
=
e
.
pageX
,
this
.
originalPageY
=
e
.
pageY
,
i
.
cursorAt
&&
this
.
_adjustOffsetFromHelper
(
i
.
cursorAt
),
this
.
_setContainment
(),
this
.
_trigger
(
"start"
,
e
)
===!
1
?(
this
.
_clear
(),
!
1
):(
this
.
_cacheHelperProportions
(),
t
.
ui
.
ddmanager
&&!
i
.
dropBehaviour
&&
t
.
ui
.
ddmanager
.
prepareOffsets
(
this
,
e
),
this
.
_mouseDrag
(
e
,
!
0
),
t
.
ui
.
ddmanager
&&
t
.
ui
.
ddmanager
.
dragStart
(
this
,
e
),
!
0
)},
_mouseDrag
:
function
(
e
,
i
){
if
(
"fixed"
===
this
.
offsetParentCssPosition
&&
(
this
.
offset
.
parent
=
this
.
_getParentOffset
()),
this
.
position
=
this
.
_generatePosition
(
e
),
this
.
positionAbs
=
this
.
_convertPositionTo
(
"absolute"
),
!
i
){
var
s
=
this
.
_uiHash
();
if
(
this
.
_trigger
(
"drag"
,
e
,
s
)
===!
1
)
return
this
.
_mouseUp
({}),
!
1
;
this
.
position
=
s
.
position
}
return
this
.
options
.
axis
&&
"y"
===
this
.
options
.
axis
||
(
this
.
helper
[
0
].
style
.
left
=
this
.
position
.
left
+
"px"
),
this
.
options
.
axis
&&
"x"
===
this
.
options
.
axis
||
(
this
.
helper
[
0
].
style
.
top
=
this
.
position
.
top
+
"px"
),
t
.
ui
.
ddmanager
&&
t
.
ui
.
ddmanager
.
drag
(
this
,
e
),
!
1
},
_mouseStop
:
function
(
e
){
var
i
=
this
,
s
=!
1
;
return
t
.
ui
.
ddmanager
&&!
this
.
options
.
dropBehaviour
&&
(
s
=
t
.
ui
.
ddmanager
.
drop
(
this
,
e
)),
this
.
dropped
&&
(
s
=
this
.
dropped
,
this
.
dropped
=!
1
),
"original"
!==
this
.
options
.
helper
||
t
.
contains
(
this
.
element
[
0
].
ownerDocument
,
this
.
element
[
0
])?(
"invalid"
===
this
.
options
.
revert
&&!
s
||
"valid"
===
this
.
options
.
revert
&&
s
||
this
.
options
.
revert
===!
0
||
t
.
isFunction
(
this
.
options
.
revert
)
&&
this
.
options
.
revert
.
call
(
this
.
element
,
s
)?
t
(
this
.
helper
).
animate
(
this
.
originalPosition
,
parseInt
(
this
.
options
.
revertDuration
,
10
),
function
(){
i
.
_trigger
(
"stop"
,
e
)
!==!
1
&&
i
.
_clear
()}):
this
.
_trigger
(
"stop"
,
e
)
!==!
1
&&
this
.
_clear
(),
!
1
):
!
1
},
_mouseUp
:
function
(
e
){
return
t
(
"div.ui-draggable-iframeFix"
).
each
(
function
(){
this
.
parentNode
.
removeChild
(
this
)}),
t
.
ui
.
ddmanager
&&
t
.
ui
.
ddmanager
.
dragStop
(
this
,
e
),
t
.
ui
.
mouse
.
prototype
.
_mouseUp
.
call
(
this
,
e
)},
cancel
:
function
(){
return
this
.
helper
.
is
(
".ui-draggable-dragging"
)?
this
.
_mouseUp
({}):
this
.
_clear
(),
this
},
_getHandle
:
function
(
e
){
return
this
.
options
.
handle
?
!!
t
(
e
.
target
).
closest
(
this
.
element
.
find
(
this
.
options
.
handle
)).
length
:
!
0
},
_createHelper
:
function
(
e
){
var
i
=
this
.
options
,
s
=
t
.
isFunction
(
i
.
helper
)?
t
(
i
.
helper
.
apply
(
this
.
element
[
0
],[
e
])):
"clone"
===
i
.
helper
?
this
.
element
.
clone
().
removeAttr
(
"id"
):
this
.
element
;
return
s
.
parents
(
"body"
).
length
||
s
.
appendTo
(
"parent"
===
i
.
appendTo
?
this
.
element
[
0
].
parentNode
:
i
.
appendTo
),
s
[
0
]
===
this
.
element
[
0
]
||
/
(
fixed|absolute
)
/
.
test
(
s
.
css
(
"position"
))
||
s
.
css
(
"position"
,
"absolute"
),
s
},
_adjustOffsetFromHelper
:
function
(
e
){
"string"
==
typeof
e
&&
(
e
=
e
.
split
(
" "
)),
t
.
isArray
(
e
)
&&
(
e
=
{
left
:
+
e
[
0
],
top
:
+
e
[
1
]
||
0
}),
"left"
in
e
&&
(
this
.
offset
.
click
.
left
=
e
.
left
+
this
.
margins
.
left
),
"right"
in
e
&&
(
this
.
offset
.
click
.
left
=
this
.
helperProportions
.
width
-
e
.
right
+
this
.
margins
.
left
),
"top"
in
e
&&
(
this
.
offset
.
click
.
top
=
e
.
top
+
this
.
margins
.
top
),
"bottom"
in
e
&&
(
this
.
offset
.
click
.
top
=
this
.
helperProportions
.
height
-
e
.
bottom
+
this
.
margins
.
top
)},
_getParentOffset
:
function
(){
var
e
=
this
.
offsetParent
.
offset
();
return
"absolute"
===
this
.
cssPosition
&&
this
.
scrollParent
[
0
]
!==
document
&&
t
.
contains
(
this
.
scrollParent
[
0
],
this
.
offsetParent
[
0
])
&&
(
e
.
left
+=
this
.
scrollParent
.
scrollLeft
(),
e
.
top
+=
this
.
scrollParent
.
scrollTop
()),(
this
.
offsetParent
[
0
]
===
document
.
body
||
this
.
offsetParent
[
0
].
tagName
&&
"html"
===
this
.
offsetParent
[
0
].
tagName
.
toLowerCase
()
&&
t
.
ui
.
ie
)
&&
(
e
=
{
top
:
0
,
left
:
0
}),{
top
:
e
.
top
+
(
parseInt
(
this
.
offsetParent
.
css
(
"borderTopWidth"
),
10
)
||
0
),
left
:
e
.
left
+
(
parseInt
(
this
.
offsetParent
.
css
(
"borderLeftWidth"
),
10
)
||
0
)}},
_getRelativeOffset
:
function
(){
if
(
"relative"
===
this
.
cssPosition
){
var
t
=
this
.
element
.
position
();
return
{
top
:
t
.
top
-
(
parseInt
(
this
.
helper
.
css
(
"top"
),
10
)
||
0
)
+
this
.
scrollParent
.
scrollTop
(),
left
:
t
.
left
-
(
parseInt
(
this
.
helper
.
css
(
"left"
),
10
)
||
0
)
+
this
.
scrollParent
.
scrollLeft
()}}
return
{
top
:
0
,
left
:
0
}},
_cacheMargins
:
function
(){
this
.
margins
=
{
left
:
parseInt
(
this
.
element
.
css
(
"marginLeft"
),
10
)
||
0
,
top
:
parseInt
(
this
.
element
.
css
(
"marginTop"
),
10
)
||
0
,
right
:
parseInt
(
this
.
element
.
css
(
"marginRight"
),
10
)
||
0
,
bottom
:
parseInt
(
this
.
element
.
css
(
"marginBottom"
),
10
)
||
0
}},
_cacheHelperProportions
:
function
(){
this
.
helperProportions
=
{
width
:
this
.
helper
.
outerWidth
(),
height
:
this
.
helper
.
outerHeight
()}},
_setContainment
:
function
(){
var
e
,
i
,
s
,
n
=
this
.
options
;
return
n
.
containment
?
"window"
===
n
.
containment
?(
this
.
containment
=
[
t
(
window
).
scrollLeft
()
-
this
.
offset
.
relative
.
left
-
this
.
offset
.
parent
.
left
,
t
(
window
).
scrollTop
()
-
this
.
offset
.
relative
.
top
-
this
.
offset
.
parent
.
top
,
t
(
window
).
scrollLeft
()
+
t
(
window
).
width
()
-
this
.
helperProportions
.
width
-
this
.
margins
.
left
,
t
(
window
).
scrollTop
()
+
(
t
(
window
).
height
()
||
document
.
body
.
parentNode
.
scrollHeight
)
-
this
.
helperProportions
.
height
-
this
.
margins
.
top
],
undefined
):
"document"
===
n
.
containment
?(
this
.
containment
=
[
0
,
0
,
t
(
document
).
width
()
-
this
.
helperProportions
.
width
-
this
.
margins
.
left
,(
t
(
document
).
height
()
||
document
.
body
.
parentNode
.
scrollHeight
)
-
this
.
helperProportions
.
height
-
this
.
margins
.
top
],
undefined
):
n
.
containment
.
constructor
===
Array
?(
this
.
containment
=
n
.
containment
,
undefined
):(
"parent"
===
n
.
containment
&&
(
n
.
containment
=
this
.
helper
[
0
].
parentNode
),
i
=
t
(
n
.
containment
),
s
=
i
[
0
],
s
&&
(
e
=
"hidden"
!==
i
.
css
(
"overflow"
),
this
.
containment
=
[(
parseInt
(
i
.
css
(
"borderLeftWidth"
),
10
)
||
0
)
+
(
parseInt
(
i
.
css
(
"paddingLeft"
),
10
)
||
0
),(
parseInt
(
i
.
css
(
"borderTopWidth"
),
10
)
||
0
)
+
(
parseInt
(
i
.
css
(
"paddingTop"
),
10
)
||
0
),(
e
?
Math
.
max
(
s
.
scrollWidth
,
s
.
offsetWidth
):
s
.
offsetWidth
)
-
(
parseInt
(
i
.
css
(
"borderRightWidth"
),
10
)
||
0
)
-
(
parseInt
(
i
.
css
(
"paddingRight"
),
10
)
||
0
)
-
this
.
helperProportions
.
width
-
this
.
margins
.
left
-
this
.
margins
.
right
,(
e
?
Math
.
max
(
s
.
scrollHeight
,
s
.
offsetHeight
):
s
.
offsetHeight
)
-
(
parseInt
(
i
.
css
(
"borderBottomWidth"
),
10
)
||
0
)
-
(
parseInt
(
i
.
css
(
"paddingBottom"
),
10
)
||
0
)
-
this
.
helperProportions
.
height
-
this
.
margins
.
top
-
this
.
margins
.
bottom
],
this
.
relative_container
=
i
),
undefined
):(
this
.
containment
=
null
,
undefined
)},
_convertPositionTo
:
function
(
e
,
i
){
i
||
(
i
=
this
.
position
);
var
s
=
"absolute"
===
e
?
1
:
-
1
,
n
=
"absolute"
!==
this
.
cssPosition
||
this
.
scrollParent
[
0
]
!==
document
&&
t
.
contains
(
this
.
scrollParent
[
0
],
this
.
offsetParent
[
0
])?
this
.
scrollParent
:
this
.
offsetParent
;
return
this
.
offset
.
scroll
||
(
this
.
offset
.
scroll
=
{
top
:
n
.
scrollTop
(),
left
:
n
.
scrollLeft
()}),{
top
:
i
.
top
+
this
.
offset
.
relative
.
top
*
s
+
this
.
offset
.
parent
.
top
*
s
-
(
"fixed"
===
this
.
cssPosition
?
-
this
.
scrollParent
.
scrollTop
():
this
.
offset
.
scroll
.
top
)
*
s
,
left
:
i
.
left
+
this
.
offset
.
relative
.
left
*
s
+
this
.
offset
.
parent
.
left
*
s
-
(
"fixed"
===
this
.
cssPosition
?
-
this
.
scrollParent
.
scrollLeft
():
this
.
offset
.
scroll
.
left
)
*
s
}},
_generatePosition
:
function
(
e
){
var
i
,
s
,
n
,
a
,
o
=
this
.
options
,
r
=
"absolute"
!==
this
.
cssPosition
||
this
.
scrollParent
[
0
]
!==
document
&&
t
.
contains
(
this
.
scrollParent
[
0
],
this
.
offsetParent
[
0
])?
this
.
scrollParent
:
this
.
offsetParent
,
l
=
e
.
pageX
,
h
=
e
.
pageY
;
return
this
.
offset
.
scroll
||
(
this
.
offset
.
scroll
=
{
top
:
r
.
scrollTop
(),
left
:
r
.
scrollLeft
()}),
this
.
originalPosition
&&
(
this
.
containment
&&
(
this
.
relative_container
?(
s
=
this
.
relative_container
.
offset
(),
i
=
[
this
.
containment
[
0
]
+
s
.
left
,
this
.
containment
[
1
]
+
s
.
top
,
this
.
containment
[
2
]
+
s
.
left
,
this
.
containment
[
3
]
+
s
.
top
]):
i
=
this
.
containment
,
e
.
pageX
-
this
.
offset
.
click
.
left
<
i
[
0
]
&&
(
l
=
i
[
0
]
+
this
.
offset
.
click
.
left
),
e
.
pageY
-
this
.
offset
.
click
.
top
<
i
[
1
]
&&
(
h
=
i
[
1
]
+
this
.
offset
.
click
.
top
),
e
.
pageX
-
this
.
offset
.
click
.
left
>
i
[
2
]
&&
(
l
=
i
[
2
]
+
this
.
offset
.
click
.
left
),
e
.
pageY
-
this
.
offset
.
click
.
top
>
i
[
3
]
&&
(
h
=
i
[
3
]
+
this
.
offset
.
click
.
top
)),
o
.
grid
&&
(
n
=
o
.
grid
[
1
]?
this
.
originalPageY
+
Math
.
round
((
h
-
this
.
originalPageY
)
/
o
.
grid
[
1
])
*
o
.
grid
[
1
]:
this
.
originalPageY
,
h
=
i
?
n
-
this
.
offset
.
click
.
top
>=
i
[
1
]
||
n
-
this
.
offset
.
click
.
top
>
i
[
3
]?
n
:
n
-
this
.
offset
.
click
.
top
>=
i
[
1
]?
n
-
o
.
grid
[
1
]:
n
+
o
.
grid
[
1
]:
n
,
a
=
o
.
grid
[
0
]?
this
.
originalPageX
+
Math
.
round
((
l
-
this
.
originalPageX
)
/
o
.
grid
[
0
])
*
o
.
grid
[
0
]:
this
.
originalPageX
,
l
=
i
?
a
-
this
.
offset
.
click
.
left
>=
i
[
0
]
||
a
-
this
.
offset
.
click
.
left
>
i
[
2
]?
a
:
a
-
this
.
offset
.
click
.
left
>=
i
[
0
]?
a
-
o
.
grid
[
0
]:
a
+
o
.
grid
[
0
]:
a
)),{
top
:
h
-
this
.
offset
.
click
.
top
-
this
.
offset
.
relative
.
top
-
this
.
offset
.
parent
.
top
+
(
"fixed"
===
this
.
cssPosition
?
-
this
.
scrollParent
.
scrollTop
():
this
.
offset
.
scroll
.
top
),
left
:
l
-
this
.
offset
.
click
.
left
-
this
.
offset
.
relative
.
left
-
this
.
offset
.
parent
.
left
+
(
"fixed"
===
this
.
cssPosition
?
-
this
.
scrollParent
.
scrollLeft
():
this
.
offset
.
scroll
.
left
)}},
_clear
:
function
(){
this
.
helper
.
removeClass
(
"ui-draggable-dragging"
),
this
.
helper
[
0
]
===
this
.
element
[
0
]
||
this
.
cancelHelperRemoval
||
this
.
helper
.
remove
(),
this
.
helper
=
null
,
this
.
cancelHelperRemoval
=!
1
},
_trigger
:
function
(
e
,
i
,
s
){
return
s
=
s
||
this
.
_uiHash
(),
t
.
ui
.
plugin
.
call
(
this
,
e
,[
i
,
s
]),
"drag"
===
e
&&
(
this
.
positionAbs
=
this
.
_convertPositionTo
(
"absolute"
)),
t
.
Widget
.
prototype
.
_trigger
.
call
(
this
,
e
,
i
,
s
)},
plugins
:{},
_uiHash
:
function
(){
return
{
helper
:
this
.
helper
,
position
:
this
.
position
,
originalPosition
:
this
.
originalPosition
,
offset
:
this
.
positionAbs
}}}),
t
.
ui
.
plugin
.
add
(
"draggable"
,
"connectToSortable"
,{
start
:
function
(
e
,
i
){
var
s
=
t
(
this
).
data
(
"ui-draggable"
),
n
=
s
.
options
,
a
=
t
.
extend
({},
i
,{
item
:
s
.
element
});
s
.
sortables
=
[],
t
(
n
.
connectToSortable
).
each
(
function
(){
var
i
=
t
.
data
(
this
,
"ui-sortable"
);
i
&&!
i
.
options
.
disabled
&&
(
s
.
sortables
.
push
({
instance
:
i
,
shouldRevert
:
i
.
options
.
revert
}),
i
.
refreshPositions
(),
i
.
_trigger
(
"activate"
,
e
,
a
))})},
stop
:
function
(
e
,
i
){
var
s
=
t
(
this
).
data
(
"ui-draggable"
),
n
=
t
.
extend
({},
i
,{
item
:
s
.
element
});
t
.
each
(
s
.
sortables
,
function
(){
this
.
instance
.
isOver
?(
this
.
instance
.
isOver
=
0
,
s
.
cancelHelperRemoval
=!
0
,
this
.
instance
.
cancelHelperRemoval
=!
1
,
this
.
shouldRevert
&&
(
this
.
instance
.
options
.
revert
=
this
.
shouldRevert
),
this
.
instance
.
_mouseStop
(
e
),
this
.
instance
.
options
.
helper
=
this
.
instance
.
options
.
_helper
,
"original"
===
s
.
options
.
helper
&&
this
.
instance
.
currentItem
.
css
({
top
:
"auto"
,
left
:
"auto"
})):(
this
.
instance
.
cancelHelperRemoval
=!
1
,
this
.
instance
.
_trigger
(
"deactivate"
,
e
,
n
))})},
drag
:
function
(
e
,
i
){
var
s
=
t
(
this
).
data
(
"ui-draggable"
),
n
=
this
;
t
.
each
(
s
.
sortables
,
function
(){
var
a
=!
1
,
o
=
this
;
this
.
instance
.
positionAbs
=
s
.
positionAbs
,
this
.
instance
.
helperProportions
=
s
.
helperProportions
,
this
.
instance
.
offset
.
click
=
s
.
offset
.
click
,
this
.
instance
.
_intersectsWith
(
this
.
instance
.
containerCache
)
&&
(
a
=!
0
,
t
.
each
(
s
.
sortables
,
function
(){
return
this
.
instance
.
positionAbs
=
s
.
positionAbs
,
this
.
instance
.
helperProportions
=
s
.
helperProportions
,
this
.
instance
.
offset
.
click
=
s
.
offset
.
click
,
this
!==
o
&&
this
.
instance
.
_intersectsWith
(
this
.
instance
.
containerCache
)
&&
t
.
contains
(
o
.
instance
.
element
[
0
],
this
.
instance
.
element
[
0
])
&&
(
a
=!
1
),
a
})),
a
?(
this
.
instance
.
isOver
||
(
this
.
instance
.
isOver
=
1
,
this
.
instance
.
currentItem
=
t
(
n
).
clone
().
removeAttr
(
"id"
).
appendTo
(
this
.
instance
.
element
).
data
(
"ui-sortable-item"
,
!
0
),
this
.
instance
.
options
.
_helper
=
this
.
instance
.
options
.
helper
,
this
.
instance
.
options
.
helper
=
function
(){
return
i
.
helper
[
0
]},
e
.
target
=
this
.
instance
.
currentItem
[
0
],
this
.
instance
.
_mouseCapture
(
e
,
!
0
),
this
.
instance
.
_mouseStart
(
e
,
!
0
,
!
0
),
this
.
instance
.
offset
.
click
.
top
=
s
.
offset
.
click
.
top
,
this
.
instance
.
offset
.
click
.
left
=
s
.
offset
.
click
.
left
,
this
.
instance
.
offset
.
parent
.
left
-=
s
.
offset
.
parent
.
left
-
this
.
instance
.
offset
.
parent
.
left
,
this
.
instance
.
offset
.
parent
.
top
-=
s
.
offset
.
parent
.
top
-
this
.
instance
.
offset
.
parent
.
top
,
s
.
_trigger
(
"toSortable"
,
e
),
s
.
dropped
=
this
.
instance
.
element
,
s
.
currentItem
=
s
.
element
,
this
.
instance
.
fromOutside
=
s
),
this
.
instance
.
currentItem
&&
this
.
instance
.
_mouseDrag
(
e
)):
this
.
instance
.
isOver
&&
(
this
.
instance
.
isOver
=
0
,
this
.
instance
.
cancelHelperRemoval
=!
0
,
this
.
instance
.
options
.
revert
=!
1
,
this
.
instance
.
_trigger
(
"out"
,
e
,
this
.
instance
.
_uiHash
(
this
.
instance
)),
this
.
instance
.
_mouseStop
(
e
,
!
0
),
this
.
instance
.
options
.
helper
=
this
.
instance
.
options
.
_helper
,
this
.
instance
.
currentItem
.
remove
(),
this
.
instance
.
placeholder
&&
this
.
instance
.
placeholder
.
remove
(),
s
.
_trigger
(
"fromSortable"
,
e
),
s
.
dropped
=!
1
)})}}),
t
.
ui
.
plugin
.
add
(
"draggable"
,
"cursor"
,{
start
:
function
(){
var
e
=
t
(
"body"
),
i
=
t
(
this
).
data
(
"ui-draggable"
).
options
;
e
.
css
(
"cursor"
)
&&
(
i
.
_cursor
=
e
.
css
(
"cursor"
)),
e
.
css
(
"cursor"
,
i
.
cursor
)},
stop
:
function
(){
var
e
=
t
(
this
).
data
(
"ui-draggable"
).
options
;
e
.
_cursor
&&
t
(
"body"
).
css
(
"cursor"
,
e
.
_cursor
)}}),
t
.
ui
.
plugin
.
add
(
"draggable"
,
"opacity"
,{
start
:
function
(
e
,
i
){
var
s
=
t
(
i
.
helper
),
n
=
t
(
this
).
data
(
"ui-draggable"
).
options
;
s
.
css
(
"opacity"
)
&&
(
n
.
_opacity
=
s
.
css
(
"opacity"
)),
s
.
css
(
"opacity"
,
n
.
opacity
)},
stop
:
function
(
e
,
i
){
var
s
=
t
(
this
).
data
(
"ui-draggable"
).
options
;
s
.
_opacity
&&
t
(
i
.
helper
).
css
(
"opacity"
,
s
.
_opacity
)}}),
t
.
ui
.
plugin
.
add
(
"draggable"
,
"scroll"
,{
start
:
function
(){
var
e
=
t
(
this
).
data
(
"ui-draggable"
);
e
.
scrollParent
[
0
]
!==
document
&&
"HTML"
!==
e
.
scrollParent
[
0
].
tagName
&&
(
e
.
overflowOffset
=
e
.
scrollParent
.
offset
())},
drag
:
function
(
e
){
var
i
=
t
(
this
).
data
(
"ui-draggable"
),
s
=
i
.
options
,
n
=!
1
;
i
.
scrollParent
[
0
]
!==
document
&&
"HTML"
!==
i
.
scrollParent
[
0
].
tagName
?(
s
.
axis
&&
"x"
===
s
.
axis
||
(
i
.
overflowOffset
.
top
+
i
.
scrollParent
[
0
].
offsetHeight
-
e
.
pageY
<
s
.
scrollSensitivity
?
i
.
scrollParent
[
0
].
scrollTop
=
n
=
i
.
scrollParent
[
0
].
scrollTop
+
s
.
scrollSpeed
:
e
.
pageY
-
i
.
overflowOffset
.
top
<
s
.
scrollSensitivity
&&
(
i
.
scrollParent
[
0
].
scrollTop
=
n
=
i
.
scrollParent
[
0
].
scrollTop
-
s
.
scrollSpeed
)),
s
.
axis
&&
"y"
===
s
.
axis
||
(
i
.
overflowOffset
.
left
+
i
.
scrollParent
[
0
].
offsetWidth
-
e
.
pageX
<
s
.
scrollSensitivity
?
i
.
scrollParent
[
0
].
scrollLeft
=
n
=
i
.
scrollParent
[
0
].
scrollLeft
+
s
.
scrollSpeed
:
e
.
pageX
-
i
.
overflowOffset
.
left
<
s
.
scrollSensitivity
&&
(
i
.
scrollParent
[
0
].
scrollLeft
=
n
=
i
.
scrollParent
[
0
].
scrollLeft
-
s
.
scrollSpeed
))):(
s
.
axis
&&
"x"
===
s
.
axis
||
(
e
.
pageY
-
t
(
document
).
scrollTop
()
<
s
.
scrollSensitivity
?
n
=
t
(
document
).
scrollTop
(
t
(
document
).
scrollTop
()
-
s
.
scrollSpeed
):
t
(
window
).
height
()
-
(
e
.
pageY
-
t
(
document
).
scrollTop
())
<
s
.
scrollSensitivity
&&
(
n
=
t
(
document
).
scrollTop
(
t
(
document
).
scrollTop
()
+
s
.
scrollSpeed
))),
s
.
axis
&&
"y"
===
s
.
axis
||
(
e
.
pageX
-
t
(
document
).
scrollLeft
()
<
s
.
scrollSensitivity
?
n
=
t
(
document
).
scrollLeft
(
t
(
document
).
scrollLeft
()
-
s
.
scrollSpeed
):
t
(
window
).
width
()
-
(
e
.
pageX
-
t
(
document
).
scrollLeft
())
<
s
.
scrollSensitivity
&&
(
n
=
t
(
document
).
scrollLeft
(
t
(
document
).
scrollLeft
()
+
s
.
scrollSpeed
)))),
n
!==!
1
&&
t
.
ui
.
ddmanager
&&!
s
.
dropBehaviour
&&
t
.
ui
.
ddmanager
.
prepareOffsets
(
i
,
e
)}}),
t
.
ui
.
plugin
.
add
(
"draggable"
,
"snap"
,{
start
:
function
(){
var
e
=
t
(
this
).
data
(
"ui-draggable"
),
i
=
e
.
options
;
e
.
snapElements
=
[],
t
(
i
.
snap
.
constructor
!==
String
?
i
.
snap
.
items
||
":data(ui-draggable)"
:
i
.
snap
).
each
(
function
(){
var
i
=
t
(
this
),
s
=
i
.
offset
();
this
!==
e
.
element
[
0
]
&&
e
.
snapElements
.
push
({
item
:
this
,
width
:
i
.
outerWidth
(),
height
:
i
.
outerHeight
(),
top
:
s
.
top
,
left
:
s
.
left
})})},
drag
:
function
(
e
,
i
){
var
s
,
n
,
a
,
o
,
r
,
l
,
h
,
c
,
u
,
d
,
p
=
t
(
this
).
data
(
"ui-draggable"
),
g
=
p
.
options
,
f
=
g
.
snapTolerance
,
m
=
i
.
offset
.
left
,
_
=
m
+
p
.
helperProportions
.
width
,
v
=
i
.
offset
.
top
,
b
=
v
+
p
.
helperProportions
.
height
;
for
(
u
=
p
.
snapElements
.
length
-
1
;
u
>=
0
;
u
--
)
r
=
p
.
snapElements
[
u
].
left
,
l
=
r
+
p
.
snapElements
[
u
].
width
,
h
=
p
.
snapElements
[
u
].
top
,
c
=
h
+
p
.
snapElements
[
u
].
height
,
r
-
f
>
_
||
m
>
l
+
f
||
h
-
f
>
b
||
v
>
c
+
f
||!
t
.
contains
(
p
.
snapElements
[
u
].
item
.
ownerDocument
,
p
.
snapElements
[
u
].
item
)?(
p
.
snapElements
[
u
].
snapping
&&
p
.
options
.
snap
.
release
&&
p
.
options
.
snap
.
release
.
call
(
p
.
element
,
e
,
t
.
extend
(
p
.
_uiHash
(),{
snapItem
:
p
.
snapElements
[
u
].
item
})),
p
.
snapElements
[
u
].
snapping
=!
1
):(
"inner"
!==
g
.
snapMode
&&
(
s
=
f
>=
Math
.
abs
(
h
-
b
),
n
=
f
>=
Math
.
abs
(
c
-
v
),
a
=
f
>=
Math
.
abs
(
r
-
_
),
o
=
f
>=
Math
.
abs
(
l
-
m
),
s
&&
(
i
.
position
.
top
=
p
.
_convertPositionTo
(
"relative"
,{
top
:
h
-
p
.
helperProportions
.
height
,
left
:
0
}).
top
-
p
.
margins
.
top
),
n
&&
(
i
.
position
.
top
=
p
.
_convertPositionTo
(
"relative"
,{
top
:
c
,
left
:
0
}).
top
-
p
.
margins
.
top
),
a
&&
(
i
.
position
.
left
=
p
.
_convertPositionTo
(
"relative"
,{
top
:
0
,
left
:
r
-
p
.
helperProportions
.
width
}).
left
-
p
.
margins
.
left
),
o
&&
(
i
.
position
.
left
=
p
.
_convertPositionTo
(
"relative"
,{
top
:
0
,
left
:
l
}).
left
-
p
.
margins
.
left
)),
d
=
s
||
n
||
a
||
o
,
"outer"
!==
g
.
snapMode
&&
(
s
=
f
>=
Math
.
abs
(
h
-
v
),
n
=
f
>=
Math
.
abs
(
c
-
b
),
a
=
f
>=
Math
.
abs
(
r
-
m
),
o
=
f
>=
Math
.
abs
(
l
-
_
),
s
&&
(
i
.
position
.
top
=
p
.
_convertPositionTo
(
"relative"
,{
top
:
h
,
left
:
0
}).
top
-
p
.
margins
.
top
),
n
&&
(
i
.
position
.
top
=
p
.
_convertPositionTo
(
"relative"
,{
top
:
c
-
p
.
helperProportions
.
height
,
left
:
0
}).
top
-
p
.
margins
.
top
),
a
&&
(
i
.
position
.
left
=
p
.
_convertPositionTo
(
"relative"
,{
top
:
0
,
left
:
r
}).
left
-
p
.
margins
.
left
),
o
&&
(
i
.
position
.
left
=
p
.
_convertPositionTo
(
"relative"
,{
top
:
0
,
left
:
l
-
p
.
helperProportions
.
width
}).
left
-
p
.
margins
.
left
)),
!
p
.
snapElements
[
u
].
snapping
&&
(
s
||
n
||
a
||
o
||
d
)
&&
p
.
options
.
snap
.
snap
&&
p
.
options
.
snap
.
snap
.
call
(
p
.
element
,
e
,
t
.
extend
(
p
.
_uiHash
(),{
snapItem
:
p
.
snapElements
[
u
].
item
})),
p
.
snapElements
[
u
].
snapping
=
s
||
n
||
a
||
o
||
d
)}}),
t
.
ui
.
plugin
.
add
(
"draggable"
,
"stack"
,{
start
:
function
(){
var
e
,
i
=
this
.
data
(
"ui-draggable"
).
options
,
s
=
t
.
makeArray
(
t
(
i
.
stack
)).
sort
(
function
(
e
,
i
){
return
(
parseInt
(
t
(
e
).
css
(
"zIndex"
),
10
)
||
0
)
-
(
parseInt
(
t
(
i
).
css
(
"zIndex"
),
10
)
||
0
)});
s
.
length
&&
(
e
=
parseInt
(
t
(
s
[
0
]).
css
(
"zIndex"
),
10
)
||
0
,
t
(
s
).
each
(
function
(
i
){
t
(
this
).
css
(
"zIndex"
,
e
+
i
)}),
this
.
css
(
"zIndex"
,
e
+
s
.
length
))}}),
t
.
ui
.
plugin
.
add
(
"draggable"
,
"zIndex"
,{
start
:
function
(
e
,
i
){
var
s
=
t
(
i
.
helper
),
n
=
t
(
this
).
data
(
"ui-draggable"
).
options
;
s
.
css
(
"zIndex"
)
&&
(
n
.
_zIndex
=
s
.
css
(
"zIndex"
)),
s
.
css
(
"zIndex"
,
n
.
zIndex
)},
stop
:
function
(
e
,
i
){
var
s
=
t
(
this
).
data
(
"ui-draggable"
).
options
;
s
.
_zIndex
&&
t
(
i
.
helper
).
css
(
"zIndex"
,
s
.
_zIndex
)}})})(
jQuery
);
\ No newline at end of file
src/ui/modal.js
View file @
6c6f8514
...
...
@@ -43,6 +43,10 @@ KM.ui.define( 'modal', {
$
(
'[data-hide="modal"],[data-ok="modal"]'
,
me
.
root
()
).
hover
(
function
()
{
$
(
this
).
toggleClass
(
'kmui-hover'
)
}
);
setTimeout
(
function
()
{
$
(
'.kmui-modal'
).
draggable
({
handle
:
'.kmui-modal-header'
});
},
100
);
},
toggle
:
function
()
{
var
me
=
this
;
...
...
@@ -65,7 +69,9 @@ KM.ui.define( 'modal', {
.
show
()
.
focus
()
.
trigger
(
'aftershow'
);
}
)
}
);
$
(
'.kmui-modal'
).
draggable
({
handle
:
'.kmui-modal-header'
});
},
showTip
:
function
(
text
)
{
$
(
'.kmui-modal-tip'
,
this
.
root
()
).
html
(
text
).
fadeIn
();
...
...
themes/default/_css/dialog.css
View file @
6c6f8514
...
...
@@ -10,6 +10,7 @@
.kmui-modal-header
{
padding
:
5px
10px
;
border-bottom
:
1px
solid
#eee
;
cursor
:
move
;
}
.kmui-modal-header
.kmui-close
{
float
:
right
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment