jquery-ui-rails 6.0.1 → 8.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/History.md +11 -2
- data/README.md +12 -12
- data/Rakefile +8 -3
- data/VERSIONS.md +2 -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/data.js +16 -18
- data/app/assets/javascripts/jquery-ui/disable-selection.js +10 -7
- data/app/assets/javascripts/jquery-ui/effect.js +69 -752
- data/app/assets/javascripts/jquery-ui/effects/effect-blind.js +11 -8
- data/app/assets/javascripts/jquery-ui/effects/effect-bounce.js +11 -8
- data/app/assets/javascripts/jquery-ui/effects/effect-clip.js +11 -8
- data/app/assets/javascripts/jquery-ui/effects/effect-drop.js +11 -8
- data/app/assets/javascripts/jquery-ui/effects/effect-explode.js +13 -10
- data/app/assets/javascripts/jquery-ui/effects/effect-fade.js +11 -8
- data/app/assets/javascripts/jquery-ui/effects/effect-fold.js +11 -8
- data/app/assets/javascripts/jquery-ui/effects/effect-highlight.js +11 -8
- data/app/assets/javascripts/jquery-ui/effects/effect-puff.js +11 -8
- data/app/assets/javascripts/jquery-ui/effects/effect-pulsate.js +11 -8
- data/app/assets/javascripts/jquery-ui/effects/effect-scale.js +11 -8
- data/app/assets/javascripts/jquery-ui/effects/effect-shake.js +11 -8
- data/app/assets/javascripts/jquery-ui/effects/effect-size.js +13 -8
- data/app/assets/javascripts/jquery-ui/effects/effect-slide.js +11 -8
- data/app/assets/javascripts/jquery-ui/effects/effect-transfer.js +12 -9
- data/app/assets/javascripts/jquery-ui/focusable.js +13 -20
- data/app/assets/javascripts/jquery-ui/form-reset-mixin.js +11 -10
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-af.js +8 -5
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-ar-DZ.js +8 -5
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-ar.js +7 -4
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-az.js +14 -11
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-be.js +14 -11
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-bg.js +15 -12
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-bs.js +14 -11
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-ca.js +12 -9
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-cs.js +12 -9
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-cy-GB.js +8 -5
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-da.js +15 -12
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-de-AT.js +41 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-de.js +14 -11
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-el.js +13 -10
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-en-AU.js +8 -5
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-en-GB.js +8 -5
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-en-NZ.js +8 -5
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-eo.js +14 -11
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-es.js +14 -11
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-et.js +8 -5
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-eu.js +14 -11
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-fa.js +8 -5
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-fi.js +14 -11
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-fo.js +13 -10
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-fr-CA.js +5 -2
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-fr-CH.js +7 -4
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-fr.js +6 -3
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-gl.js +14 -11
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-he.js +14 -11
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-hi.js +7 -4
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-hr.js +14 -11
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-hu.js +9 -6
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-hy.js +14 -11
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-id.js +16 -12
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-is.js +13 -10
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-it-CH.js +14 -11
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-it.js +14 -11
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-ja.js +14 -11
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-ka.js +11 -8
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-kk.js +14 -11
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-km.js +9 -6
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-ko.js +12 -9
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-ky.js +12 -9
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-lb.js +8 -5
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-lt.js +13 -10
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-lv.js +11 -8
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-mk.js +14 -11
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-ml.js +8 -5
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-ms.js +14 -11
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-nb.js +11 -8
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-nl-BE.js +7 -4
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-nl.js +8 -5
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-nn.js +11 -8
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-no.js +11 -8
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-pl.js +14 -11
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-pt-BR.js +13 -10
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-pt.js +12 -9
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-rm.js +10 -7
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-ro.js +10 -7
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-ru.js +14 -11
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-sk.js +14 -11
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-sl.js +14 -11
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-sq.js +14 -11
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-sr-SR.js +14 -11
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-sr.js +14 -11
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-sv.js +14 -11
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-ta.js +10 -7
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-th.js +14 -11
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-tj.js +14 -11
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-tr.js +14 -11
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-uk.js +14 -11
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-vi.js +7 -4
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-zh-CN.js +14 -11
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-zh-HK.js +14 -11
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-zh-TW.js +15 -12
- data/app/assets/javascripts/jquery-ui/jquery-patch.js +58 -0
- data/app/assets/javascripts/jquery-ui/jquery-var-for-color.js +24 -0
- data/app/assets/javascripts/jquery-ui/keycode.js +11 -7
- data/app/assets/javascripts/jquery-ui/labels.js +18 -13
- data/app/assets/javascripts/jquery-ui/plugin.js +5 -2
- data/app/assets/javascripts/jquery-ui/position.js +30 -17
- data/app/assets/javascripts/jquery-ui/scroll-parent.js +10 -7
- data/app/assets/javascripts/jquery-ui/tabbable.js +11 -8
- data/app/assets/javascripts/jquery-ui/unique-id.js +10 -7
- data/app/assets/javascripts/jquery-ui/vendor/jquery-color/jquery.color.js +691 -0
- data/app/assets/javascripts/jquery-ui/version.js +6 -3
- data/app/assets/javascripts/jquery-ui/widget.js +56 -30
- data/app/assets/javascripts/jquery-ui/widgets/accordion.js +32 -23
- data/app/assets/javascripts/jquery-ui/widgets/autocomplete.js +31 -74
- data/app/assets/javascripts/jquery-ui/widgets/button.js +91 -28
- data/app/assets/javascripts/jquery-ui/widgets/checkboxradio.js +27 -24
- data/app/assets/javascripts/jquery-ui/widgets/controlgroup.js +15 -11
- data/app/assets/javascripts/jquery-ui/widgets/datepicker.js +185 -68
- data/app/assets/javascripts/jquery-ui/widgets/dialog.js +57 -54
- data/app/assets/javascripts/jquery-ui/widgets/draggable.js +30 -25
- data/app/assets/javascripts/jquery-ui/widgets/droppable.js +25 -19
- data/app/assets/javascripts/jquery-ui/widgets/menu.js +90 -52
- data/app/assets/javascripts/jquery-ui/widgets/mouse.js +36 -40
- data/app/assets/javascripts/jquery-ui/widgets/progressbar.js +14 -11
- data/app/assets/javascripts/jquery-ui/widgets/resizable.js +116 -42
- data/app/assets/javascripts/jquery-ui/widgets/selectable.js +18 -11
- data/app/assets/javascripts/jquery-ui/widgets/selectmenu.js +30 -52
- data/app/assets/javascripts/jquery-ui/widgets/slider.js +15 -12
- data/app/assets/javascripts/jquery-ui/widgets/sortable.js +193 -140
- data/app/assets/javascripts/jquery-ui/widgets/spinner.js +28 -45
- data/app/assets/javascripts/jquery-ui/widgets/tabs.js +32 -66
- data/app/assets/javascripts/jquery-ui/widgets/tooltip.js +38 -36
- data/app/assets/javascripts/jquery-ui.js +3 -7
- data/app/assets/stylesheets/jquery-ui/accordion.css +5 -5
- data/app/assets/stylesheets/jquery-ui/all.css +5 -5
- data/app/assets/stylesheets/jquery-ui/autocomplete.css +5 -5
- data/app/assets/stylesheets/jquery-ui/base.css +5 -5
- data/app/assets/stylesheets/jquery-ui/button.css +6 -11
- data/app/assets/stylesheets/jquery-ui/checkboxradio.css +5 -5
- data/app/assets/stylesheets/jquery-ui/controlgroup.css +5 -8
- data/app/assets/stylesheets/jquery-ui/core.css +5 -9
- data/app/assets/stylesheets/jquery-ui/datepicker.css +5 -5
- data/app/assets/stylesheets/jquery-ui/dialog.css +5 -5
- data/app/assets/stylesheets/jquery-ui/draggable.css +4 -5
- data/app/assets/stylesheets/jquery-ui/menu.css +5 -7
- data/app/assets/stylesheets/jquery-ui/progressbar.css +5 -6
- data/app/assets/stylesheets/jquery-ui/resizable.css +4 -5
- data/app/assets/stylesheets/jquery-ui/selectable.css +4 -5
- data/app/assets/stylesheets/jquery-ui/selectmenu.css +5 -5
- data/app/assets/stylesheets/jquery-ui/slider.css +6 -13
- data/app/assets/stylesheets/jquery-ui/sortable.css +4 -5
- data/app/assets/stylesheets/jquery-ui/spinner.css +5 -5
- data/app/assets/stylesheets/jquery-ui/tabs.css +5 -5
- data/app/assets/stylesheets/jquery-ui/theme.css.erb +10 -14
- data/app/assets/stylesheets/jquery-ui/tooltip.css +5 -5
- data/lib/jquery/ui/rails/version.rb +2 -2
- metadata +11 -15
- data/app/assets/javascripts/jquery-ui/core.js +0 -15
- data/app/assets/javascripts/jquery-ui/escape-selector.js +0 -23
- data/app/assets/javascripts/jquery-ui/form.js +0 -22
- data/app/assets/javascripts/jquery-ui/ie.js +0 -17
- data/app/assets/javascripts/jquery-ui/jquery-1-7.js +0 -91
- data/app/assets/javascripts/jquery-ui/safe-active-element.js +0 -42
- data/app/assets/javascripts/jquery-ui/safe-blur.js +0 -23
@@ -1,12 +1,12 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Autocomplete 1.
|
3
|
-
*
|
2
|
+
* jQuery UI Autocomplete 1.14.1
|
3
|
+
* https://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright OpenJS Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
|
-
*
|
7
|
+
* https://jquery.org/license
|
8
8
|
*
|
9
|
-
*
|
9
|
+
* https://api.jqueryui.com/autocomplete/#theming
|
10
10
|
*/
|
11
11
|
/*
|
12
12
|
*= require jquery-ui/theme
|
@@ -1,12 +1,12 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI CSS Framework 1.
|
3
|
-
*
|
2
|
+
* jQuery UI CSS Framework 1.14.1
|
3
|
+
* https://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright OpenJS Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
|
-
*
|
7
|
+
* https://jquery.org/license
|
8
8
|
*
|
9
|
-
*
|
9
|
+
* https://api.jqueryui.com/category/theming/
|
10
10
|
*/
|
11
11
|
/*
|
12
12
|
*= require jquery-ui/core
|
@@ -1,12 +1,12 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Button 1.
|
3
|
-
*
|
2
|
+
* jQuery UI Button 1.14.1
|
3
|
+
* https://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright OpenJS Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
|
-
*
|
7
|
+
* https://jquery.org/license
|
8
8
|
*
|
9
|
-
*
|
9
|
+
* https://api.jqueryui.com/button/#theming
|
10
10
|
*/
|
11
11
|
/*
|
12
12
|
*= require jquery-ui/theme
|
@@ -21,12 +21,7 @@
|
|
21
21
|
vertical-align: middle;
|
22
22
|
text-align: center;
|
23
23
|
-webkit-user-select: none;
|
24
|
-
-moz-user-select: none;
|
25
|
-
-ms-user-select: none;
|
26
24
|
user-select: none;
|
27
|
-
|
28
|
-
/* Support: IE <= 11 */
|
29
|
-
overflow: visible;
|
30
25
|
}
|
31
26
|
|
32
27
|
.ui-button,
|
@@ -77,7 +72,7 @@ input.ui-button.ui-icon-notext .ui-icon {
|
|
77
72
|
}
|
78
73
|
|
79
74
|
/* workarounds */
|
80
|
-
/* Support: Firefox 5 -
|
75
|
+
/* Support: Firefox 5 - 125+ */
|
81
76
|
input.ui-button::-moz-focus-inner,
|
82
77
|
button.ui-button::-moz-focus-inner {
|
83
78
|
border: 0;
|
@@ -1,12 +1,12 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Checkboxradio 1.
|
3
|
-
*
|
2
|
+
* jQuery UI Checkboxradio 1.14.1
|
3
|
+
* https://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright OpenJS Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
|
-
*
|
7
|
+
* https://jquery.org/license
|
8
8
|
*
|
9
|
-
*
|
9
|
+
* https://api.jqueryui.com/checkboxradio/#theming
|
10
10
|
*/
|
11
11
|
/*
|
12
12
|
*= require jquery-ui/theme
|
@@ -1,12 +1,12 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Controlgroup 1.
|
3
|
-
*
|
2
|
+
* jQuery UI Controlgroup 1.14.1
|
3
|
+
* https://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright OpenJS Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
|
-
*
|
7
|
+
* https://jquery.org/license
|
8
8
|
*
|
9
|
-
*
|
9
|
+
* https://api.jqueryui.com/controlgroup/#theming
|
10
10
|
*/
|
11
11
|
/*
|
12
12
|
*= require jquery-ui/theme
|
@@ -57,9 +57,6 @@
|
|
57
57
|
|
58
58
|
/* Spinner specific style fixes */
|
59
59
|
.ui-controlgroup-vertical .ui-spinner-input {
|
60
|
-
|
61
|
-
/* Support: IE8 only, Android < 4.4 only */
|
62
|
-
width: 75%;
|
63
60
|
width: calc( 100% - 2.4em );
|
64
61
|
}
|
65
62
|
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
|
@@ -1,15 +1,12 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI CSS Framework 1.
|
3
|
-
*
|
2
|
+
* jQuery UI CSS Framework 1.14.1
|
3
|
+
* https://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright OpenJS Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
|
-
*
|
7
|
+
* https://jquery.org/license
|
8
8
|
*
|
9
|
-
*
|
10
|
-
*/
|
11
|
-
/*
|
12
|
-
*= require jquery-ui/theme
|
9
|
+
* https://api.jqueryui.com/category/theming/
|
13
10
|
*/
|
14
11
|
|
15
12
|
/* Layout helpers
|
@@ -53,7 +50,6 @@
|
|
53
50
|
left: 0;
|
54
51
|
position: absolute;
|
55
52
|
opacity: 0;
|
56
|
-
filter:Alpha(Opacity=0); /* support: IE8 */
|
57
53
|
}
|
58
54
|
|
59
55
|
.ui-front {
|
@@ -1,12 +1,12 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Datepicker 1.
|
3
|
-
*
|
2
|
+
* jQuery UI Datepicker 1.14.1
|
3
|
+
* https://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright OpenJS Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
|
-
*
|
7
|
+
* https://jquery.org/license
|
8
8
|
*
|
9
|
-
*
|
9
|
+
* https://api.jqueryui.com/datepicker/#theming
|
10
10
|
*/
|
11
11
|
/*
|
12
12
|
*= require jquery-ui/theme
|
@@ -1,12 +1,12 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Dialog 1.
|
3
|
-
*
|
2
|
+
* jQuery UI Dialog 1.14.1
|
3
|
+
* https://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright OpenJS Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
|
-
*
|
7
|
+
* https://jquery.org/license
|
8
8
|
*
|
9
|
-
*
|
9
|
+
* https://api.jqueryui.com/dialog/#theming
|
10
10
|
*/
|
11
11
|
/*
|
12
12
|
*= require jquery-ui/theme
|
@@ -1,15 +1,14 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Draggable 1.
|
3
|
-
*
|
2
|
+
* jQuery UI Draggable 1.14.1
|
3
|
+
* https://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright OpenJS Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
|
-
*
|
7
|
+
* https://jquery.org/license
|
8
8
|
*/
|
9
9
|
/*
|
10
10
|
*= require jquery-ui/theme
|
11
11
|
*/
|
12
12
|
.ui-draggable-handle {
|
13
|
-
-ms-touch-action: none;
|
14
13
|
touch-action: none;
|
15
14
|
}
|
@@ -1,12 +1,12 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Menu 1.
|
3
|
-
*
|
2
|
+
* jQuery UI Menu 1.14.1
|
3
|
+
* https://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright OpenJS Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
|
-
*
|
7
|
+
* https://jquery.org/license
|
8
8
|
*
|
9
|
-
*
|
9
|
+
* https://api.jqueryui.com/menu/#theming
|
10
10
|
*/
|
11
11
|
/*
|
12
12
|
*= require jquery-ui/theme
|
@@ -24,8 +24,6 @@
|
|
24
24
|
.ui-menu .ui-menu-item {
|
25
25
|
margin: 0;
|
26
26
|
cursor: pointer;
|
27
|
-
/* support: IE10, see #8844 */
|
28
|
-
list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
|
29
27
|
}
|
30
28
|
.ui-menu .ui-menu-item-wrapper {
|
31
29
|
position: relative;
|
@@ -1,12 +1,12 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Progressbar 1.
|
3
|
-
*
|
2
|
+
* jQuery UI Progressbar 1.14.1
|
3
|
+
* https://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright OpenJS Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
|
-
*
|
7
|
+
* https://jquery.org/license
|
8
8
|
*
|
9
|
-
*
|
9
|
+
* https://api.jqueryui.com/progressbar/#theming
|
10
10
|
*/
|
11
11
|
/*
|
12
12
|
*= require jquery-ui/theme
|
@@ -23,7 +23,6 @@
|
|
23
23
|
.ui-progressbar .ui-progressbar-overlay {
|
24
24
|
background: url("data:image/gif;base64,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");
|
25
25
|
height: 100%;
|
26
|
-
filter: alpha(opacity=25); /* support: IE8 */
|
27
26
|
opacity: 0.25;
|
28
27
|
}
|
29
28
|
.ui-progressbar-indeterminate .ui-progressbar-value {
|
@@ -1,10 +1,10 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Resizable 1.
|
3
|
-
*
|
2
|
+
* jQuery UI Resizable 1.14.1
|
3
|
+
* https://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright OpenJS Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
|
-
*
|
7
|
+
* https://jquery.org/license
|
8
8
|
*/
|
9
9
|
/*
|
10
10
|
*= require jquery-ui/theme
|
@@ -16,7 +16,6 @@
|
|
16
16
|
position: absolute;
|
17
17
|
font-size: 0.1px;
|
18
18
|
display: block;
|
19
|
-
-ms-touch-action: none;
|
20
19
|
touch-action: none;
|
21
20
|
}
|
22
21
|
.ui-resizable-disabled .ui-resizable-handle,
|
@@ -1,16 +1,15 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Selectable 1.
|
3
|
-
*
|
2
|
+
* jQuery UI Selectable 1.14.1
|
3
|
+
* https://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright OpenJS Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
|
-
*
|
7
|
+
* https://jquery.org/license
|
8
8
|
*/
|
9
9
|
/*
|
10
10
|
*= require jquery-ui/theme
|
11
11
|
*/
|
12
12
|
.ui-selectable {
|
13
|
-
-ms-touch-action: none;
|
14
13
|
touch-action: none;
|
15
14
|
}
|
16
15
|
.ui-selectable-helper {
|
@@ -1,12 +1,12 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Selectmenu 1.
|
3
|
-
*
|
2
|
+
* jQuery UI Selectmenu 1.14.1
|
3
|
+
* https://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright OpenJS Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
|
-
*
|
7
|
+
* https://jquery.org/license
|
8
8
|
*
|
9
|
-
*
|
9
|
+
* https://api.jqueryui.com/selectmenu/#theming
|
10
10
|
*/
|
11
11
|
/*
|
12
12
|
*= require jquery-ui/theme
|
@@ -1,12 +1,12 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Slider 1.
|
3
|
-
*
|
2
|
+
* jQuery UI Slider 1.14.1
|
3
|
+
* https://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright OpenJS Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
|
-
*
|
7
|
+
* https://jquery.org/license
|
8
8
|
*
|
9
|
-
*
|
9
|
+
* https://api.jqueryui.com/slider/#theming
|
10
10
|
*/
|
11
11
|
/*
|
12
12
|
*= require jquery-ui/theme
|
@@ -20,8 +20,7 @@
|
|
20
20
|
z-index: 2;
|
21
21
|
width: 1.2em;
|
22
22
|
height: 1.2em;
|
23
|
-
cursor:
|
24
|
-
-ms-touch-action: none;
|
23
|
+
cursor: pointer;
|
25
24
|
touch-action: none;
|
26
25
|
}
|
27
26
|
.ui-slider .ui-slider-range {
|
@@ -33,12 +32,6 @@
|
|
33
32
|
background-position: 0 0;
|
34
33
|
}
|
35
34
|
|
36
|
-
/* support: IE8 - See #6727 */
|
37
|
-
.ui-slider.ui-state-disabled .ui-slider-handle,
|
38
|
-
.ui-slider.ui-state-disabled .ui-slider-range {
|
39
|
-
filter: inherit;
|
40
|
-
}
|
41
|
-
|
42
35
|
.ui-slider-horizontal {
|
43
36
|
height: .8em;
|
44
37
|
}
|
@@ -1,15 +1,14 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Sortable 1.
|
3
|
-
*
|
2
|
+
* jQuery UI Sortable 1.14.1
|
3
|
+
* https://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright OpenJS Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
|
-
*
|
7
|
+
* https://jquery.org/license
|
8
8
|
*/
|
9
9
|
/*
|
10
10
|
*= require jquery-ui/theme
|
11
11
|
*/
|
12
12
|
.ui-sortable-handle {
|
13
|
-
-ms-touch-action: none;
|
14
13
|
touch-action: none;
|
15
14
|
}
|
@@ -1,12 +1,12 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Spinner 1.
|
3
|
-
*
|
2
|
+
* jQuery UI Spinner 1.14.1
|
3
|
+
* https://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright OpenJS Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
|
-
*
|
7
|
+
* https://jquery.org/license
|
8
8
|
*
|
9
|
-
*
|
9
|
+
* https://api.jqueryui.com/spinner/#theming
|
10
10
|
*/
|
11
11
|
/*
|
12
12
|
*= require jquery-ui/theme
|
@@ -1,12 +1,12 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Tabs 1.
|
3
|
-
*
|
2
|
+
* jQuery UI Tabs 1.14.1
|
3
|
+
* https://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright OpenJS Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
|
-
*
|
7
|
+
* https://jquery.org/license
|
8
8
|
*
|
9
|
-
*
|
9
|
+
* https://api.jqueryui.com/tabs/#theming
|
10
10
|
*/
|
11
11
|
/*
|
12
12
|
*= require jquery-ui/theme
|
@@ -1,14 +1,14 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI CSS Framework 1.
|
3
|
-
*
|
2
|
+
* jQuery UI CSS Framework 1.14.1
|
3
|
+
* https://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright OpenJS Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
|
-
*
|
7
|
+
* https://jquery.org/license
|
8
8
|
*
|
9
|
-
*
|
9
|
+
* https://api.jqueryui.com/category/theming/
|
10
10
|
*
|
11
|
-
* To view and modify this theme, visit
|
11
|
+
* To view and modify this theme, visit https://jqueryui.com/themeroller/
|
12
12
|
*/
|
13
13
|
|
14
14
|
/*
|
@@ -182,19 +182,14 @@ a.ui-button:active,
|
|
182
182
|
.ui-widget-content .ui-priority-secondary,
|
183
183
|
.ui-widget-header .ui-priority-secondary {
|
184
184
|
opacity: .7;
|
185
|
-
filter:Alpha(Opacity=70); /* support: IE8 */
|
186
185
|
font-weight: normal;
|
187
186
|
}
|
188
187
|
.ui-state-disabled,
|
189
188
|
.ui-widget-content .ui-state-disabled,
|
190
189
|
.ui-widget-header .ui-state-disabled {
|
191
190
|
opacity: .35;
|
192
|
-
filter:Alpha(Opacity=35); /* support: IE8 */
|
193
191
|
background-image: none;
|
194
192
|
}
|
195
|
-
.ui-state-disabled .ui-icon {
|
196
|
-
filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
|
197
|
-
}
|
198
193
|
|
199
194
|
/* Icons
|
200
195
|
----------------------------------*/
|
@@ -234,7 +229,10 @@ a.ui-button:active,
|
|
234
229
|
}
|
235
230
|
|
236
231
|
/* positioning */
|
237
|
-
|
232
|
+
/* Three classes needed to override `.ui-button:hover .ui-icon` */
|
233
|
+
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
|
234
|
+
background-image: none;
|
235
|
+
}
|
238
236
|
.ui-icon-caret-1-n { background-position: 0 0; }
|
239
237
|
.ui-icon-caret-1-ne { background-position: -16px 0; }
|
240
238
|
.ui-icon-caret-1-e { background-position: -32px 0; }
|
@@ -445,9 +443,7 @@ a.ui-button:active,
|
|
445
443
|
.ui-widget-overlay {
|
446
444
|
background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
|
447
445
|
opacity: .3/*{opacityOverlay}*/;
|
448
|
-
filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
|
449
446
|
}
|
450
447
|
.ui-widget-shadow {
|
451
|
-
-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
|
452
448
|
box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
|
453
449
|
}
|
@@ -1,12 +1,12 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Tooltip 1.
|
3
|
-
*
|
2
|
+
* jQuery UI Tooltip 1.14.1
|
3
|
+
* https://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright OpenJS Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
|
-
*
|
7
|
+
* https://jquery.org/license
|
8
8
|
*
|
9
|
-
*
|
9
|
+
* https://api.jqueryui.com/tooltip/#theming
|
10
10
|
*/
|
11
11
|
/*
|
12
12
|
*= require jquery-ui/theme
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jquery-ui-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 8.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jo Liss
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-04-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -63,7 +63,6 @@ files:
|
|
63
63
|
- app/assets/images/jquery-ui/ui-icons_cc0000_256x240.png
|
64
64
|
- app/assets/images/jquery-ui/ui-icons_ffffff_256x240.png
|
65
65
|
- app/assets/javascripts/jquery-ui.js
|
66
|
-
- app/assets/javascripts/jquery-ui/core.js
|
67
66
|
- app/assets/javascripts/jquery-ui/data.js
|
68
67
|
- app/assets/javascripts/jquery-ui/disable-selection.js
|
69
68
|
- app/assets/javascripts/jquery-ui/effect.all.js
|
@@ -83,10 +82,8 @@ files:
|
|
83
82
|
- app/assets/javascripts/jquery-ui/effects/effect-size.js
|
84
83
|
- app/assets/javascripts/jquery-ui/effects/effect-slide.js
|
85
84
|
- app/assets/javascripts/jquery-ui/effects/effect-transfer.js
|
86
|
-
- app/assets/javascripts/jquery-ui/escape-selector.js
|
87
85
|
- app/assets/javascripts/jquery-ui/focusable.js
|
88
86
|
- app/assets/javascripts/jquery-ui/form-reset-mixin.js
|
89
|
-
- app/assets/javascripts/jquery-ui/form.js
|
90
87
|
- app/assets/javascripts/jquery-ui/i18n/datepicker-af.js
|
91
88
|
- app/assets/javascripts/jquery-ui/i18n/datepicker-ar-DZ.js
|
92
89
|
- app/assets/javascripts/jquery-ui/i18n/datepicker-ar.js
|
@@ -98,6 +95,7 @@ files:
|
|
98
95
|
- app/assets/javascripts/jquery-ui/i18n/datepicker-cs.js
|
99
96
|
- app/assets/javascripts/jquery-ui/i18n/datepicker-cy-GB.js
|
100
97
|
- app/assets/javascripts/jquery-ui/i18n/datepicker-da.js
|
98
|
+
- app/assets/javascripts/jquery-ui/i18n/datepicker-de-AT.js
|
101
99
|
- app/assets/javascripts/jquery-ui/i18n/datepicker-de.js
|
102
100
|
- app/assets/javascripts/jquery-ui/i18n/datepicker-el.js
|
103
101
|
- app/assets/javascripts/jquery-ui/i18n/datepicker-en-AU.js
|
@@ -161,17 +159,16 @@ files:
|
|
161
159
|
- app/assets/javascripts/jquery-ui/i18n/datepicker-zh-CN.js
|
162
160
|
- app/assets/javascripts/jquery-ui/i18n/datepicker-zh-HK.js
|
163
161
|
- app/assets/javascripts/jquery-ui/i18n/datepicker-zh-TW.js
|
164
|
-
- app/assets/javascripts/jquery-ui/
|
165
|
-
- app/assets/javascripts/jquery-ui/jquery-
|
162
|
+
- app/assets/javascripts/jquery-ui/jquery-patch.js
|
163
|
+
- app/assets/javascripts/jquery-ui/jquery-var-for-color.js
|
166
164
|
- app/assets/javascripts/jquery-ui/keycode.js
|
167
165
|
- app/assets/javascripts/jquery-ui/labels.js
|
168
166
|
- app/assets/javascripts/jquery-ui/plugin.js
|
169
167
|
- app/assets/javascripts/jquery-ui/position.js
|
170
|
-
- app/assets/javascripts/jquery-ui/safe-active-element.js
|
171
|
-
- app/assets/javascripts/jquery-ui/safe-blur.js
|
172
168
|
- app/assets/javascripts/jquery-ui/scroll-parent.js
|
173
169
|
- app/assets/javascripts/jquery-ui/tabbable.js
|
174
170
|
- app/assets/javascripts/jquery-ui/unique-id.js
|
171
|
+
- app/assets/javascripts/jquery-ui/vendor/jquery-color/jquery.color.js
|
175
172
|
- app/assets/javascripts/jquery-ui/version.js
|
176
173
|
- app/assets/javascripts/jquery-ui/widget.js
|
177
174
|
- app/assets/javascripts/jquery-ui/widgets/accordion.js
|
@@ -221,11 +218,11 @@ files:
|
|
221
218
|
- lib/jquery/ui/rails.rb
|
222
219
|
- lib/jquery/ui/rails/engine.rb
|
223
220
|
- lib/jquery/ui/rails/version.rb
|
224
|
-
homepage: https://github.com/
|
221
|
+
homepage: https://github.com/jquery-ui-rails/jquery-ui-rails
|
225
222
|
licenses:
|
226
223
|
- MIT
|
227
224
|
metadata: {}
|
228
|
-
post_install_message:
|
225
|
+
post_install_message:
|
229
226
|
rdoc_options: []
|
230
227
|
require_paths:
|
231
228
|
- lib
|
@@ -240,9 +237,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
240
237
|
- !ruby/object:Gem::Version
|
241
238
|
version: 1.3.6
|
242
239
|
requirements: []
|
243
|
-
|
244
|
-
|
245
|
-
signing_key:
|
240
|
+
rubygems_version: 3.5.22
|
241
|
+
signing_key:
|
246
242
|
specification_version: 4
|
247
243
|
summary: jQuery UI packaged for the Rails asset pipeline
|
248
244
|
test_files: []
|
@@ -1,15 +0,0 @@
|
|
1
|
-
//= require jquery-ui/data
|
2
|
-
//= require jquery-ui/disable-selection
|
3
|
-
//= require jquery-ui/focusable
|
4
|
-
//= require jquery-ui/form
|
5
|
-
//= require jquery-ui/ie
|
6
|
-
//= require jquery-ui/keycode
|
7
|
-
//= require jquery-ui/labels
|
8
|
-
//= require jquery-ui/jquery-1-7
|
9
|
-
//= require jquery-ui/plugin
|
10
|
-
//= require jquery-ui/safe-active-element
|
11
|
-
//= require jquery-ui/safe-blur
|
12
|
-
//= require jquery-ui/scroll-parent
|
13
|
-
//= require jquery-ui/tabbable
|
14
|
-
//= require jquery-ui/unique-id
|
15
|
-
//= require jquery-ui/version
|
@@ -1,23 +0,0 @@
|
|
1
|
-
//= require jquery-ui/version
|
2
|
-
|
3
|
-
( function( factory ) {
|
4
|
-
if ( typeof define === "function" && define.amd ) {
|
5
|
-
|
6
|
-
// AMD. Register as an anonymous module.
|
7
|
-
define( [ "jquery", "./version" ], factory );
|
8
|
-
} else {
|
9
|
-
|
10
|
-
// Browser globals
|
11
|
-
factory( jQuery );
|
12
|
-
}
|
13
|
-
} ( function( $ ) {
|
14
|
-
|
15
|
-
// Internal use only
|
16
|
-
return $.ui.escapeSelector = ( function() {
|
17
|
-
var selectorEscape = /([!"#$%&'()*+,./:;<=>?@[\]^`{|}~])/g;
|
18
|
-
return function( selector ) {
|
19
|
-
return selector.replace( selectorEscape, "\\$1" );
|
20
|
-
};
|
21
|
-
} )();
|
22
|
-
|
23
|
-
} ) );
|