jquery-ui-rails-dox-fork 7.0.2
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/CONTRIBUTING.txt +30 -0
- data/Gemfile +3 -0
- data/History.md +172 -0
- data/License.txt +2 -0
- data/README.md +311 -0
- data/Rakefile +263 -0
- data/VERSIONS.md +41 -0
- data/app/assets/images/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/app/assets/images/jquery-ui/ui-icons_444444_256x240.png +0 -0
- data/app/assets/images/jquery-ui/ui-icons_555555_256x240.png +0 -0
- data/app/assets/images/jquery-ui/ui-icons_777620_256x240.png +0 -0
- data/app/assets/images/jquery-ui/ui-icons_777777_256x240.png +0 -0
- data/app/assets/images/jquery-ui/ui-icons_cc0000_256x240.png +0 -0
- data/app/assets/images/jquery-ui/ui-icons_ffffff_256x240.png +0 -0
- data/app/assets/javascripts/jquery-ui/core.js +15 -0
- data/app/assets/javascripts/jquery-ui/data.js +45 -0
- data/app/assets/javascripts/jquery-ui/disable-selection.js +51 -0
- data/app/assets/javascripts/jquery-ui/effect.all.js +15 -0
- data/app/assets/javascripts/jquery-ui/effect.js +975 -0
- data/app/assets/javascripts/jquery-ui/effects/effect-blind.js +76 -0
- data/app/assets/javascripts/jquery-ui/effects/effect-bounce.js +116 -0
- data/app/assets/javascripts/jquery-ui/effects/effect-clip.js +71 -0
- data/app/assets/javascripts/jquery-ui/effects/effect-drop.js +75 -0
- data/app/assets/javascripts/jquery-ui/effects/effect-explode.js +117 -0
- data/app/assets/javascripts/jquery-ui/effects/effect-fade.js +53 -0
- data/app/assets/javascripts/jquery-ui/effects/effect-fold.js +95 -0
- data/app/assets/javascripts/jquery-ui/effects/effect-highlight.js +63 -0
- data/app/assets/javascripts/jquery-ui/effects/effect-puff.js +49 -0
- data/app/assets/javascripts/jquery-ui/effects/effect-pulsate.js +70 -0
- data/app/assets/javascripts/jquery-ui/effects/effect-scale.js +63 -0
- data/app/assets/javascripts/jquery-ui/effects/effect-shake.js +80 -0
- data/app/assets/javascripts/jquery-ui/effects/effect-size.js +199 -0
- data/app/assets/javascripts/jquery-ui/effects/effect-slide.js +82 -0
- data/app/assets/javascripts/jquery-ui/effects/effect-transfer.js +46 -0
- data/app/assets/javascripts/jquery-ui/focusable.js +89 -0
- data/app/assets/javascripts/jquery-ui/form-reset-mixin.js +83 -0
- data/app/assets/javascripts/jquery-ui/form.js +25 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-af.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-ar-DZ.js +42 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-ar.js +42 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-az.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-be.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-bg.js +41 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-bs.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-ca.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-cs.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-cy-GB.js +48 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-da.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-de-AT.js +41 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-de.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-el.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-en-AU.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-en-GB.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-en-NZ.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-eo.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-es.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-et.js +48 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-eu.js +39 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-fa.js +76 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-fi.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-fo.js +48 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-fr-CA.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-fr-CH.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-fr.js +42 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-gl.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-he.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-hi.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-hr.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-hu.js +39 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-hy.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-id.js +41 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-is.js +48 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-it-CH.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-it.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-ja.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-ka.js +51 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-kk.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-km.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-ko.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-ky.js +41 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-lb.js +48 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-lt.js +48 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-lv.js +48 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-mk.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-ml.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-ms.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-nb.js +52 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-nl-BE.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-nl.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-nn.js +52 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-no.js +53 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-pl.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-pt-BR.js +48 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-pt.js +47 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-rm.js +64 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-ro.js +43 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-ru.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-sk.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-sl.js +41 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-sq.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-sr-SR.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-sr.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-sv.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-ta.js +56 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-th.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-tj.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-tr.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-uk.js +41 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-vi.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-zh-CN.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-zh-HK.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-zh-TW.js +40 -0
- data/app/assets/javascripts/jquery-ui/ie.js +20 -0
- data/app/assets/javascripts/jquery-ui/jquery-patch.js +91 -0
- data/app/assets/javascripts/jquery-ui/jquery-var-for-color.js +24 -0
- data/app/assets/javascripts/jquery-ui/keycode.js +51 -0
- data/app/assets/javascripts/jquery-ui/labels.js +71 -0
- data/app/assets/javascripts/jquery-ui/plugin.js +49 -0
- data/app/assets/javascripts/jquery-ui/position.js +513 -0
- data/app/assets/javascripts/jquery-ui/safe-active-element.js +46 -0
- data/app/assets/javascripts/jquery-ui/safe-blur.js +27 -0
- data/app/assets/javascripts/jquery-ui/scroll-parent.js +50 -0
- data/app/assets/javascripts/jquery-ui/tabbable.js +41 -0
- data/app/assets/javascripts/jquery-ui/unique-id.js +54 -0
- data/app/assets/javascripts/jquery-ui/vendor/jquery-color/jquery.color.js +722 -0
- data/app/assets/javascripts/jquery-ui/version.js +20 -0
- data/app/assets/javascripts/jquery-ui/widget.js +758 -0
- data/app/assets/javascripts/jquery-ui/widgets/accordion.js +627 -0
- data/app/assets/javascripts/jquery-ui/widgets/autocomplete.js +685 -0
- data/app/assets/javascripts/jquery-ui/widgets/button.js +454 -0
- data/app/assets/javascripts/jquery-ui/widgets/checkboxradio.js +294 -0
- data/app/assets/javascripts/jquery-ui/widgets/controlgroup.js +304 -0
- data/app/assets/javascripts/jquery-ui/widgets/datepicker.js +2243 -0
- data/app/assets/javascripts/jquery-ui/widgets/dialog.js +968 -0
- data/app/assets/javascripts/jquery-ui/widgets/draggable.js +1268 -0
- data/app/assets/javascripts/jquery-ui/widgets/droppable.js +508 -0
- data/app/assets/javascripts/jquery-ui/widgets/menu.js +720 -0
- data/app/assets/javascripts/jquery-ui/widgets/mouse.js +241 -0
- data/app/assets/javascripts/jquery-ui/widgets/progressbar.js +184 -0
- data/app/assets/javascripts/jquery-ui/widgets/resizable.js +1225 -0
- data/app/assets/javascripts/jquery-ui/widgets/selectable.js +321 -0
- data/app/assets/javascripts/jquery-ui/widgets/selectmenu.js +702 -0
- data/app/assets/javascripts/jquery-ui/widgets/slider.js +760 -0
- data/app/assets/javascripts/jquery-ui/widgets/sortable.js +1622 -0
- data/app/assets/javascripts/jquery-ui/widgets/spinner.js +588 -0
- data/app/assets/javascripts/jquery-ui/widgets/tabs.js +931 -0
- data/app/assets/javascripts/jquery-ui/widgets/tooltip.js +533 -0
- data/app/assets/javascripts/jquery-ui.js +57 -0
- data/app/assets/stylesheets/jquery-ui/accordion.css +26 -0
- data/app/assets/stylesheets/jquery-ui/all.css +14 -0
- data/app/assets/stylesheets/jquery-ui/autocomplete.css +19 -0
- data/app/assets/stylesheets/jquery-ui/base.css +32 -0
- data/app/assets/stylesheets/jquery-ui/button.css +85 -0
- data/app/assets/stylesheets/jquery-ui/checkboxradio.css +37 -0
- data/app/assets/stylesheets/jquery-ui/controlgroup.css +68 -0
- data/app/assets/stylesheets/jquery-ui/core.css +100 -0
- data/app/assets/stylesheets/jquery-ui/datepicker.css +188 -0
- data/app/assets/stylesheets/jquery-ui/dialog.css +104 -0
- data/app/assets/stylesheets/jquery-ui/draggable.css +15 -0
- data/app/assets/stylesheets/jquery-ui/menu.css +67 -0
- data/app/assets/stylesheets/jquery-ui/progressbar.css +31 -0
- data/app/assets/stylesheets/jquery-ui/resizable.css +81 -0
- data/app/assets/stylesheets/jquery-ui/selectable.css +20 -0
- data/app/assets/stylesheets/jquery-ui/selectmenu.css +53 -0
- data/app/assets/stylesheets/jquery-ui/slider.css +78 -0
- data/app/assets/stylesheets/jquery-ui/sortable.css +15 -0
- data/app/assets/stylesheets/jquery-ui/spinner.css +55 -0
- data/app/assets/stylesheets/jquery-ui/tabs.css +54 -0
- data/app/assets/stylesheets/jquery-ui/theme.css.erb +456 -0
- data/app/assets/stylesheets/jquery-ui/tooltip.css +22 -0
- data/app/assets/stylesheets/jquery-ui.css +1 -0
- data/lib/jquery/ui/rails/engine.rb +8 -0
- data/lib/jquery/ui/rails/version.rb +8 -0
- data/lib/jquery/ui/rails.rb +2 -0
- data/lib/jquery-ui-rails.rb +1 -0
- metadata +250 -0
@@ -0,0 +1,85 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Button 1.13.2
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*
|
9
|
+
* http://api.jqueryui.com/button/#theming
|
10
|
+
*/
|
11
|
+
/*
|
12
|
+
*= require jquery-ui/theme
|
13
|
+
*/
|
14
|
+
.ui-button {
|
15
|
+
padding: .4em 1em;
|
16
|
+
display: inline-block;
|
17
|
+
position: relative;
|
18
|
+
line-height: normal;
|
19
|
+
margin-right: .1em;
|
20
|
+
cursor: pointer;
|
21
|
+
vertical-align: middle;
|
22
|
+
text-align: center;
|
23
|
+
-webkit-user-select: none;
|
24
|
+
-moz-user-select: none;
|
25
|
+
-ms-user-select: none;
|
26
|
+
user-select: none;
|
27
|
+
|
28
|
+
/* Support: IE <= 11 */
|
29
|
+
overflow: visible;
|
30
|
+
}
|
31
|
+
|
32
|
+
.ui-button,
|
33
|
+
.ui-button:link,
|
34
|
+
.ui-button:visited,
|
35
|
+
.ui-button:hover,
|
36
|
+
.ui-button:active {
|
37
|
+
text-decoration: none;
|
38
|
+
}
|
39
|
+
|
40
|
+
/* to make room for the icon, a width needs to be set here */
|
41
|
+
.ui-button-icon-only {
|
42
|
+
width: 2em;
|
43
|
+
box-sizing: border-box;
|
44
|
+
text-indent: -9999px;
|
45
|
+
white-space: nowrap;
|
46
|
+
}
|
47
|
+
|
48
|
+
/* no icon support for input elements */
|
49
|
+
input.ui-button.ui-button-icon-only {
|
50
|
+
text-indent: 0;
|
51
|
+
}
|
52
|
+
|
53
|
+
/* button icon element(s) */
|
54
|
+
.ui-button-icon-only .ui-icon {
|
55
|
+
position: absolute;
|
56
|
+
top: 50%;
|
57
|
+
left: 50%;
|
58
|
+
margin-top: -8px;
|
59
|
+
margin-left: -8px;
|
60
|
+
}
|
61
|
+
|
62
|
+
.ui-button.ui-icon-notext .ui-icon {
|
63
|
+
padding: 0;
|
64
|
+
width: 2.1em;
|
65
|
+
height: 2.1em;
|
66
|
+
text-indent: -9999px;
|
67
|
+
white-space: nowrap;
|
68
|
+
|
69
|
+
}
|
70
|
+
|
71
|
+
input.ui-button.ui-icon-notext .ui-icon {
|
72
|
+
width: auto;
|
73
|
+
height: auto;
|
74
|
+
text-indent: 0;
|
75
|
+
white-space: normal;
|
76
|
+
padding: .4em 1em;
|
77
|
+
}
|
78
|
+
|
79
|
+
/* workarounds */
|
80
|
+
/* Support: Firefox 5 - 40 */
|
81
|
+
input.ui-button::-moz-focus-inner,
|
82
|
+
button.ui-button::-moz-focus-inner {
|
83
|
+
border: 0;
|
84
|
+
padding: 0;
|
85
|
+
}
|
@@ -0,0 +1,37 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Checkboxradio 1.13.2
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*
|
9
|
+
* http://api.jqueryui.com/checkboxradio/#theming
|
10
|
+
*/
|
11
|
+
/*
|
12
|
+
*= require jquery-ui/theme
|
13
|
+
*/
|
14
|
+
|
15
|
+
.ui-checkboxradio-label .ui-icon-background {
|
16
|
+
box-shadow: inset 1px 1px 1px #ccc;
|
17
|
+
border-radius: .12em;
|
18
|
+
border: none;
|
19
|
+
}
|
20
|
+
.ui-checkboxradio-radio-label .ui-icon-background {
|
21
|
+
width: 16px;
|
22
|
+
height: 16px;
|
23
|
+
border-radius: 1em;
|
24
|
+
overflow: visible;
|
25
|
+
border: none;
|
26
|
+
}
|
27
|
+
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
|
28
|
+
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
|
29
|
+
background-image: none;
|
30
|
+
width: 8px;
|
31
|
+
height: 8px;
|
32
|
+
border-width: 4px;
|
33
|
+
border-style: solid;
|
34
|
+
}
|
35
|
+
.ui-checkboxradio-disabled {
|
36
|
+
pointer-events: none;
|
37
|
+
}
|
@@ -0,0 +1,68 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Controlgroup 1.13.2
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*
|
9
|
+
* http://api.jqueryui.com/controlgroup/#theming
|
10
|
+
*/
|
11
|
+
/*
|
12
|
+
*= require jquery-ui/theme
|
13
|
+
*/
|
14
|
+
|
15
|
+
.ui-controlgroup {
|
16
|
+
vertical-align: middle;
|
17
|
+
display: inline-block;
|
18
|
+
}
|
19
|
+
.ui-controlgroup > .ui-controlgroup-item {
|
20
|
+
float: left;
|
21
|
+
margin-left: 0;
|
22
|
+
margin-right: 0;
|
23
|
+
}
|
24
|
+
.ui-controlgroup > .ui-controlgroup-item:focus,
|
25
|
+
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
|
26
|
+
z-index: 9999;
|
27
|
+
}
|
28
|
+
.ui-controlgroup-vertical > .ui-controlgroup-item {
|
29
|
+
display: block;
|
30
|
+
float: none;
|
31
|
+
width: 100%;
|
32
|
+
margin-top: 0;
|
33
|
+
margin-bottom: 0;
|
34
|
+
text-align: left;
|
35
|
+
}
|
36
|
+
.ui-controlgroup-vertical .ui-controlgroup-item {
|
37
|
+
box-sizing: border-box;
|
38
|
+
}
|
39
|
+
.ui-controlgroup .ui-controlgroup-label {
|
40
|
+
padding: .4em 1em;
|
41
|
+
}
|
42
|
+
.ui-controlgroup .ui-controlgroup-label span {
|
43
|
+
font-size: 80%;
|
44
|
+
}
|
45
|
+
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
|
46
|
+
border-left: none;
|
47
|
+
}
|
48
|
+
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
|
49
|
+
border-top: none;
|
50
|
+
}
|
51
|
+
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
|
52
|
+
border-right: none;
|
53
|
+
}
|
54
|
+
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
|
55
|
+
border-bottom: none;
|
56
|
+
}
|
57
|
+
|
58
|
+
/* Spinner specific style fixes */
|
59
|
+
.ui-controlgroup-vertical .ui-spinner-input {
|
60
|
+
|
61
|
+
/* Support: IE8 only, Android < 4.4 only */
|
62
|
+
width: 75%;
|
63
|
+
width: calc( 100% - 2.4em );
|
64
|
+
}
|
65
|
+
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
|
66
|
+
border-top-style: solid;
|
67
|
+
}
|
68
|
+
|
@@ -0,0 +1,100 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI CSS Framework 1.13.2
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*
|
9
|
+
* http://api.jqueryui.com/category/theming/
|
10
|
+
*/
|
11
|
+
/*
|
12
|
+
*= require jquery-ui/theme
|
13
|
+
*/
|
14
|
+
|
15
|
+
/* Layout helpers
|
16
|
+
----------------------------------*/
|
17
|
+
.ui-helper-hidden {
|
18
|
+
display: none;
|
19
|
+
}
|
20
|
+
.ui-helper-hidden-accessible {
|
21
|
+
border: 0;
|
22
|
+
clip: rect(0 0 0 0);
|
23
|
+
height: 1px;
|
24
|
+
margin: -1px;
|
25
|
+
overflow: hidden;
|
26
|
+
padding: 0;
|
27
|
+
position: absolute;
|
28
|
+
width: 1px;
|
29
|
+
}
|
30
|
+
.ui-helper-reset {
|
31
|
+
margin: 0;
|
32
|
+
padding: 0;
|
33
|
+
border: 0;
|
34
|
+
outline: 0;
|
35
|
+
line-height: 1.3;
|
36
|
+
text-decoration: none;
|
37
|
+
font-size: 100%;
|
38
|
+
list-style: none;
|
39
|
+
}
|
40
|
+
.ui-helper-clearfix:before,
|
41
|
+
.ui-helper-clearfix:after {
|
42
|
+
content: "";
|
43
|
+
display: table;
|
44
|
+
border-collapse: collapse;
|
45
|
+
}
|
46
|
+
.ui-helper-clearfix:after {
|
47
|
+
clear: both;
|
48
|
+
}
|
49
|
+
.ui-helper-zfix {
|
50
|
+
width: 100%;
|
51
|
+
height: 100%;
|
52
|
+
top: 0;
|
53
|
+
left: 0;
|
54
|
+
position: absolute;
|
55
|
+
opacity: 0;
|
56
|
+
-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
|
57
|
+
}
|
58
|
+
|
59
|
+
.ui-front {
|
60
|
+
z-index: 100;
|
61
|
+
}
|
62
|
+
|
63
|
+
|
64
|
+
/* Interaction Cues
|
65
|
+
----------------------------------*/
|
66
|
+
.ui-state-disabled {
|
67
|
+
cursor: default !important;
|
68
|
+
pointer-events: none;
|
69
|
+
}
|
70
|
+
|
71
|
+
|
72
|
+
/* Icons
|
73
|
+
----------------------------------*/
|
74
|
+
.ui-icon {
|
75
|
+
display: inline-block;
|
76
|
+
vertical-align: middle;
|
77
|
+
margin-top: -.25em;
|
78
|
+
position: relative;
|
79
|
+
text-indent: -99999px;
|
80
|
+
overflow: hidden;
|
81
|
+
background-repeat: no-repeat;
|
82
|
+
}
|
83
|
+
|
84
|
+
.ui-widget-icon-block {
|
85
|
+
left: 50%;
|
86
|
+
margin-left: -8px;
|
87
|
+
display: block;
|
88
|
+
}
|
89
|
+
|
90
|
+
/* Misc visuals
|
91
|
+
----------------------------------*/
|
92
|
+
|
93
|
+
/* Overlays */
|
94
|
+
.ui-widget-overlay {
|
95
|
+
position: fixed;
|
96
|
+
top: 0;
|
97
|
+
left: 0;
|
98
|
+
width: 100%;
|
99
|
+
height: 100%;
|
100
|
+
}
|
@@ -0,0 +1,188 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Datepicker 1.13.2
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*
|
9
|
+
* http://api.jqueryui.com/datepicker/#theming
|
10
|
+
*/
|
11
|
+
/*
|
12
|
+
*= require jquery-ui/theme
|
13
|
+
*/
|
14
|
+
.ui-datepicker {
|
15
|
+
width: 17em;
|
16
|
+
padding: .2em .2em 0;
|
17
|
+
display: none;
|
18
|
+
}
|
19
|
+
.ui-datepicker .ui-datepicker-header {
|
20
|
+
position: relative;
|
21
|
+
padding: .2em 0;
|
22
|
+
}
|
23
|
+
.ui-datepicker .ui-datepicker-prev,
|
24
|
+
.ui-datepicker .ui-datepicker-next {
|
25
|
+
position: absolute;
|
26
|
+
top: 2px;
|
27
|
+
width: 1.8em;
|
28
|
+
height: 1.8em;
|
29
|
+
}
|
30
|
+
.ui-datepicker .ui-datepicker-prev-hover,
|
31
|
+
.ui-datepicker .ui-datepicker-next-hover {
|
32
|
+
top: 1px;
|
33
|
+
}
|
34
|
+
.ui-datepicker .ui-datepicker-prev {
|
35
|
+
left: 2px;
|
36
|
+
}
|
37
|
+
.ui-datepicker .ui-datepicker-next {
|
38
|
+
right: 2px;
|
39
|
+
}
|
40
|
+
.ui-datepicker .ui-datepicker-prev-hover {
|
41
|
+
left: 1px;
|
42
|
+
}
|
43
|
+
.ui-datepicker .ui-datepicker-next-hover {
|
44
|
+
right: 1px;
|
45
|
+
}
|
46
|
+
.ui-datepicker .ui-datepicker-prev span,
|
47
|
+
.ui-datepicker .ui-datepicker-next span {
|
48
|
+
display: block;
|
49
|
+
position: absolute;
|
50
|
+
left: 50%;
|
51
|
+
margin-left: -8px;
|
52
|
+
top: 50%;
|
53
|
+
margin-top: -8px;
|
54
|
+
}
|
55
|
+
.ui-datepicker .ui-datepicker-title {
|
56
|
+
margin: 0 2.3em;
|
57
|
+
line-height: 1.8em;
|
58
|
+
text-align: center;
|
59
|
+
}
|
60
|
+
.ui-datepicker .ui-datepicker-title select {
|
61
|
+
font-size: 1em;
|
62
|
+
margin: 1px 0;
|
63
|
+
}
|
64
|
+
.ui-datepicker select.ui-datepicker-month,
|
65
|
+
.ui-datepicker select.ui-datepicker-year {
|
66
|
+
width: 45%;
|
67
|
+
}
|
68
|
+
.ui-datepicker table {
|
69
|
+
width: 100%;
|
70
|
+
font-size: .9em;
|
71
|
+
border-collapse: collapse;
|
72
|
+
margin: 0 0 .4em;
|
73
|
+
}
|
74
|
+
.ui-datepicker th {
|
75
|
+
padding: .7em .3em;
|
76
|
+
text-align: center;
|
77
|
+
font-weight: bold;
|
78
|
+
border: 0;
|
79
|
+
}
|
80
|
+
.ui-datepicker td {
|
81
|
+
border: 0;
|
82
|
+
padding: 1px;
|
83
|
+
}
|
84
|
+
.ui-datepicker td span,
|
85
|
+
.ui-datepicker td a {
|
86
|
+
display: block;
|
87
|
+
padding: .2em;
|
88
|
+
text-align: right;
|
89
|
+
text-decoration: none;
|
90
|
+
}
|
91
|
+
.ui-datepicker .ui-datepicker-buttonpane {
|
92
|
+
background-image: none;
|
93
|
+
margin: .7em 0 0 0;
|
94
|
+
padding: 0 .2em;
|
95
|
+
border-left: 0;
|
96
|
+
border-right: 0;
|
97
|
+
border-bottom: 0;
|
98
|
+
}
|
99
|
+
.ui-datepicker .ui-datepicker-buttonpane button {
|
100
|
+
float: right;
|
101
|
+
margin: .5em .2em .4em;
|
102
|
+
cursor: pointer;
|
103
|
+
padding: .2em .6em .3em .6em;
|
104
|
+
width: auto;
|
105
|
+
overflow: visible;
|
106
|
+
}
|
107
|
+
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
|
108
|
+
float: left;
|
109
|
+
}
|
110
|
+
|
111
|
+
/* with multiple calendars */
|
112
|
+
.ui-datepicker.ui-datepicker-multi {
|
113
|
+
width: auto;
|
114
|
+
}
|
115
|
+
.ui-datepicker-multi .ui-datepicker-group {
|
116
|
+
float: left;
|
117
|
+
}
|
118
|
+
.ui-datepicker-multi .ui-datepicker-group table {
|
119
|
+
width: 95%;
|
120
|
+
margin: 0 auto .4em;
|
121
|
+
}
|
122
|
+
.ui-datepicker-multi-2 .ui-datepicker-group {
|
123
|
+
width: 50%;
|
124
|
+
}
|
125
|
+
.ui-datepicker-multi-3 .ui-datepicker-group {
|
126
|
+
width: 33.3%;
|
127
|
+
}
|
128
|
+
.ui-datepicker-multi-4 .ui-datepicker-group {
|
129
|
+
width: 25%;
|
130
|
+
}
|
131
|
+
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
|
132
|
+
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
|
133
|
+
border-left-width: 0;
|
134
|
+
}
|
135
|
+
.ui-datepicker-multi .ui-datepicker-buttonpane {
|
136
|
+
clear: left;
|
137
|
+
}
|
138
|
+
.ui-datepicker-row-break {
|
139
|
+
clear: both;
|
140
|
+
width: 100%;
|
141
|
+
font-size: 0;
|
142
|
+
}
|
143
|
+
|
144
|
+
/* RTL support */
|
145
|
+
.ui-datepicker-rtl {
|
146
|
+
direction: rtl;
|
147
|
+
}
|
148
|
+
.ui-datepicker-rtl .ui-datepicker-prev {
|
149
|
+
right: 2px;
|
150
|
+
left: auto;
|
151
|
+
}
|
152
|
+
.ui-datepicker-rtl .ui-datepicker-next {
|
153
|
+
left: 2px;
|
154
|
+
right: auto;
|
155
|
+
}
|
156
|
+
.ui-datepicker-rtl .ui-datepicker-prev:hover {
|
157
|
+
right: 1px;
|
158
|
+
left: auto;
|
159
|
+
}
|
160
|
+
.ui-datepicker-rtl .ui-datepicker-next:hover {
|
161
|
+
left: 1px;
|
162
|
+
right: auto;
|
163
|
+
}
|
164
|
+
.ui-datepicker-rtl .ui-datepicker-buttonpane {
|
165
|
+
clear: right;
|
166
|
+
}
|
167
|
+
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
|
168
|
+
float: left;
|
169
|
+
}
|
170
|
+
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
|
171
|
+
.ui-datepicker-rtl .ui-datepicker-group {
|
172
|
+
float: right;
|
173
|
+
}
|
174
|
+
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
|
175
|
+
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
|
176
|
+
border-right-width: 0;
|
177
|
+
border-left-width: 1px;
|
178
|
+
}
|
179
|
+
|
180
|
+
/* Icons */
|
181
|
+
.ui-datepicker .ui-icon {
|
182
|
+
display: block;
|
183
|
+
text-indent: -99999px;
|
184
|
+
overflow: hidden;
|
185
|
+
background-repeat: no-repeat;
|
186
|
+
left: .5em;
|
187
|
+
top: .3em;
|
188
|
+
}
|
@@ -0,0 +1,104 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Dialog 1.13.2
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*
|
9
|
+
* http://api.jqueryui.com/dialog/#theming
|
10
|
+
*/
|
11
|
+
/*
|
12
|
+
*= require jquery-ui/theme
|
13
|
+
*/
|
14
|
+
.ui-dialog {
|
15
|
+
position: absolute;
|
16
|
+
top: 0;
|
17
|
+
left: 0;
|
18
|
+
padding: .2em;
|
19
|
+
outline: 0;
|
20
|
+
}
|
21
|
+
.ui-dialog .ui-dialog-titlebar {
|
22
|
+
padding: .4em 1em;
|
23
|
+
position: relative;
|
24
|
+
}
|
25
|
+
.ui-dialog .ui-dialog-title {
|
26
|
+
float: left;
|
27
|
+
margin: .1em 0;
|
28
|
+
white-space: nowrap;
|
29
|
+
width: 90%;
|
30
|
+
overflow: hidden;
|
31
|
+
text-overflow: ellipsis;
|
32
|
+
}
|
33
|
+
.ui-dialog .ui-dialog-titlebar-close {
|
34
|
+
position: absolute;
|
35
|
+
right: .3em;
|
36
|
+
top: 50%;
|
37
|
+
width: 20px;
|
38
|
+
margin: -10px 0 0 0;
|
39
|
+
padding: 1px;
|
40
|
+
height: 20px;
|
41
|
+
}
|
42
|
+
.ui-dialog .ui-dialog-content {
|
43
|
+
position: relative;
|
44
|
+
border: 0;
|
45
|
+
padding: .5em 1em;
|
46
|
+
background: none;
|
47
|
+
overflow: auto;
|
48
|
+
}
|
49
|
+
.ui-dialog .ui-dialog-buttonpane {
|
50
|
+
text-align: left;
|
51
|
+
border-width: 1px 0 0 0;
|
52
|
+
background-image: none;
|
53
|
+
margin-top: .5em;
|
54
|
+
padding: .3em 1em .5em .4em;
|
55
|
+
}
|
56
|
+
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
|
57
|
+
float: right;
|
58
|
+
}
|
59
|
+
.ui-dialog .ui-dialog-buttonpane button {
|
60
|
+
margin: .5em .4em .5em 0;
|
61
|
+
cursor: pointer;
|
62
|
+
}
|
63
|
+
.ui-dialog .ui-resizable-n {
|
64
|
+
height: 2px;
|
65
|
+
top: 0;
|
66
|
+
}
|
67
|
+
.ui-dialog .ui-resizable-e {
|
68
|
+
width: 2px;
|
69
|
+
right: 0;
|
70
|
+
}
|
71
|
+
.ui-dialog .ui-resizable-s {
|
72
|
+
height: 2px;
|
73
|
+
bottom: 0;
|
74
|
+
}
|
75
|
+
.ui-dialog .ui-resizable-w {
|
76
|
+
width: 2px;
|
77
|
+
left: 0;
|
78
|
+
}
|
79
|
+
.ui-dialog .ui-resizable-se,
|
80
|
+
.ui-dialog .ui-resizable-sw,
|
81
|
+
.ui-dialog .ui-resizable-ne,
|
82
|
+
.ui-dialog .ui-resizable-nw {
|
83
|
+
width: 7px;
|
84
|
+
height: 7px;
|
85
|
+
}
|
86
|
+
.ui-dialog .ui-resizable-se {
|
87
|
+
right: 0;
|
88
|
+
bottom: 0;
|
89
|
+
}
|
90
|
+
.ui-dialog .ui-resizable-sw {
|
91
|
+
left: 0;
|
92
|
+
bottom: 0;
|
93
|
+
}
|
94
|
+
.ui-dialog .ui-resizable-ne {
|
95
|
+
right: 0;
|
96
|
+
top: 0;
|
97
|
+
}
|
98
|
+
.ui-dialog .ui-resizable-nw {
|
99
|
+
left: 0;
|
100
|
+
top: 0;
|
101
|
+
}
|
102
|
+
.ui-draggable .ui-dialog-titlebar {
|
103
|
+
cursor: move;
|
104
|
+
}
|
@@ -0,0 +1,15 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Draggable 1.13.2
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*/
|
9
|
+
/*
|
10
|
+
*= require jquery-ui/theme
|
11
|
+
*/
|
12
|
+
.ui-draggable-handle {
|
13
|
+
-ms-touch-action: none;
|
14
|
+
touch-action: none;
|
15
|
+
}
|
@@ -0,0 +1,67 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Menu 1.13.2
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*
|
9
|
+
* http://api.jqueryui.com/menu/#theming
|
10
|
+
*/
|
11
|
+
/*
|
12
|
+
*= require jquery-ui/theme
|
13
|
+
*/
|
14
|
+
.ui-menu {
|
15
|
+
list-style: none;
|
16
|
+
padding: 0;
|
17
|
+
margin: 0;
|
18
|
+
display: block;
|
19
|
+
outline: 0;
|
20
|
+
}
|
21
|
+
.ui-menu .ui-menu {
|
22
|
+
position: absolute;
|
23
|
+
}
|
24
|
+
.ui-menu .ui-menu-item {
|
25
|
+
margin: 0;
|
26
|
+
cursor: pointer;
|
27
|
+
/* support: IE10, see #8844 */
|
28
|
+
list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
|
29
|
+
}
|
30
|
+
.ui-menu .ui-menu-item-wrapper {
|
31
|
+
position: relative;
|
32
|
+
padding: 3px 1em 3px .4em;
|
33
|
+
}
|
34
|
+
.ui-menu .ui-menu-divider {
|
35
|
+
margin: 5px 0;
|
36
|
+
height: 0;
|
37
|
+
font-size: 0;
|
38
|
+
line-height: 0;
|
39
|
+
border-width: 1px 0 0 0;
|
40
|
+
}
|
41
|
+
.ui-menu .ui-state-focus,
|
42
|
+
.ui-menu .ui-state-active {
|
43
|
+
margin: -1px;
|
44
|
+
}
|
45
|
+
|
46
|
+
/* icon support */
|
47
|
+
.ui-menu-icons {
|
48
|
+
position: relative;
|
49
|
+
}
|
50
|
+
.ui-menu-icons .ui-menu-item-wrapper {
|
51
|
+
padding-left: 2em;
|
52
|
+
}
|
53
|
+
|
54
|
+
/* left-aligned */
|
55
|
+
.ui-menu .ui-icon {
|
56
|
+
position: absolute;
|
57
|
+
top: 0;
|
58
|
+
bottom: 0;
|
59
|
+
left: .2em;
|
60
|
+
margin: auto 0;
|
61
|
+
}
|
62
|
+
|
63
|
+
/* right-aligned */
|
64
|
+
.ui-menu .ui-menu-icon {
|
65
|
+
left: auto;
|
66
|
+
right: 0;
|
67
|
+
}
|
@@ -0,0 +1,31 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Progressbar 1.13.2
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*
|
9
|
+
* http://api.jqueryui.com/progressbar/#theming
|
10
|
+
*/
|
11
|
+
/*
|
12
|
+
*= require jquery-ui/theme
|
13
|
+
*/
|
14
|
+
.ui-progressbar {
|
15
|
+
height: 2em;
|
16
|
+
text-align: left;
|
17
|
+
overflow: hidden;
|
18
|
+
}
|
19
|
+
.ui-progressbar .ui-progressbar-value {
|
20
|
+
margin: -1px;
|
21
|
+
height: 100%;
|
22
|
+
}
|
23
|
+
.ui-progressbar .ui-progressbar-overlay {
|
24
|
+
background: url("data:image/gif;base64,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");
|
25
|
+
height: 100%;
|
26
|
+
-ms-filter: "alpha(opacity=25)"; /* support: IE8 */
|
27
|
+
opacity: 0.25;
|
28
|
+
}
|
29
|
+
.ui-progressbar-indeterminate .ui-progressbar-value {
|
30
|
+
background-image: none;
|
31
|
+
}
|