jquery-ui-rails 5.0.5 → 6.0.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of jquery-ui-rails might be problematic. Click here for more details.
- checksums.yaml +7 -0
- data/.travis.yml +1 -1
- data/History.md +12 -0
- data/README.md +47 -30
- data/Rakefile +48 -27
- data/VERSIONS.md +1 -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.js +52 -33
- data/app/assets/javascripts/jquery-ui/core.js +37 -304
- data/app/assets/javascripts/jquery-ui/data.js +41 -0
- data/app/assets/javascripts/jquery-ui/disable-selection.js +48 -0
- data/app/assets/javascripts/jquery-ui/effect.all.js +15 -16
- data/app/assets/javascripts/jquery-ui/effect.js +620 -284
- data/app/assets/javascripts/jquery-ui/effects/effect-blind.js +73 -0
- data/app/assets/javascripts/jquery-ui/effects/effect-bounce.js +113 -0
- data/app/assets/javascripts/jquery-ui/effects/effect-clip.js +68 -0
- data/app/assets/javascripts/jquery-ui/effects/effect-drop.js +72 -0
- data/app/assets/javascripts/jquery-ui/effects/effect-explode.js +114 -0
- data/app/assets/javascripts/jquery-ui/effects/effect-fade.js +50 -0
- data/app/assets/javascripts/jquery-ui/effects/effect-fold.js +92 -0
- data/app/assets/javascripts/jquery-ui/effects/effect-highlight.js +60 -0
- data/app/assets/javascripts/jquery-ui/effects/effect-puff.js +46 -0
- data/app/assets/javascripts/jquery-ui/effects/effect-pulsate.js +67 -0
- data/app/assets/javascripts/jquery-ui/effects/effect-scale.js +60 -0
- data/app/assets/javascripts/jquery-ui/effects/effect-shake.js +77 -0
- data/app/assets/javascripts/jquery-ui/effects/effect-size.js +194 -0
- data/app/assets/javascripts/jquery-ui/effects/effect-slide.js +79 -0
- data/app/assets/javascripts/jquery-ui/effects/effect-transfer.js +43 -0
- data/app/assets/javascripts/jquery-ui/escape-selector.js +23 -0
- data/app/assets/javascripts/jquery-ui/focusable.js +86 -0
- data/app/assets/javascripts/jquery-ui/form-reset-mixin.js +80 -0
- data/app/assets/javascripts/jquery-ui/form.js +22 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-af.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-ar-DZ.js +39 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-ar.js +39 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-az.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-be.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-bg.js +38 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-bs.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-ca.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-cs.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-cy-GB.js +45 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-da.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-de.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-el.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-en-AU.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-en-GB.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-en-NZ.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-eo.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-es.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-et.js +45 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-eu.js +36 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-fa.js +73 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-fi.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-fo.js +45 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-fr-CA.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-fr-CH.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-fr.js +39 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-gl.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-he.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-hi.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-hr.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-hu.js +36 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-hy.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-id.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-is.js +45 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-it-CH.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-it.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-ja.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-ka.js +48 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-kk.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-km.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-ko.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-ky.js +38 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-lb.js +45 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-lt.js +45 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-lv.js +45 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-mk.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-ml.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-ms.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-nb.js +49 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-nl-BE.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-nl.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-nn.js +49 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-no.js +50 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-pl.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-pt-BR.js +45 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-pt.js +44 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-rm.js +61 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-ro.js +40 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-ru.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-sk.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-sl.js +38 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-sq.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-sr-SR.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-sr.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-sv.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-ta.js +53 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-th.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-tj.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-tr.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-uk.js +38 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-vi.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-zh-CN.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-zh-HK.js +37 -0
- data/app/assets/javascripts/jquery-ui/i18n/datepicker-zh-TW.js +37 -0
- data/app/assets/javascripts/jquery-ui/ie.js +17 -0
- data/app/assets/javascripts/jquery-ui/jquery-1-7.js +91 -0
- data/app/assets/javascripts/jquery-ui/keycode.js +47 -0
- data/app/assets/javascripts/jquery-ui/labels.js +65 -0
- data/app/assets/javascripts/jquery-ui/plugin.js +46 -0
- data/app/assets/javascripts/jquery-ui/position.js +92 -109
- data/app/assets/javascripts/jquery-ui/safe-active-element.js +42 -0
- data/app/assets/javascripts/jquery-ui/safe-blur.js +23 -0
- data/app/assets/javascripts/jquery-ui/scroll-parent.js +47 -0
- data/app/assets/javascripts/jquery-ui/tabbable.js +38 -0
- data/app/assets/javascripts/jquery-ui/unique-id.js +51 -0
- data/app/assets/javascripts/jquery-ui/version.js +17 -0
- data/app/assets/javascripts/jquery-ui/widget.js +328 -151
- data/app/assets/javascripts/jquery-ui/{accordion.js → widgets/accordion.js} +187 -162
- data/app/assets/javascripts/jquery-ui/{autocomplete.js → widgets/autocomplete.js} +148 -92
- data/app/assets/javascripts/jquery-ui/widgets/button.js +391 -0
- data/app/assets/javascripts/jquery-ui/widgets/checkboxradio.js +291 -0
- data/app/assets/javascripts/jquery-ui/widgets/controlgroup.js +300 -0
- data/app/assets/javascripts/jquery-ui/widgets/datepicker.js +2123 -0
- data/app/assets/javascripts/jquery-ui/{dialog.js → widgets/dialog.js} +229 -158
- data/app/assets/javascripts/jquery-ui/{draggable.js → widgets/draggable.js} +416 -293
- data/app/assets/javascripts/jquery-ui/{droppable.js → widgets/droppable.js} +167 -83
- data/app/assets/javascripts/jquery-ui/{menu.js → widgets/menu.js} +164 -134
- data/app/assets/javascripts/jquery-ui/widgets/mouse.js +230 -0
- data/app/assets/javascripts/jquery-ui/{progressbar.js → widgets/progressbar.js} +60 -41
- data/app/assets/javascripts/jquery-ui/{resizable.js → widgets/resizable.js} +413 -362
- data/app/assets/javascripts/jquery-ui/widgets/selectable.js +314 -0
- data/app/assets/javascripts/jquery-ui/{selectmenu.js → widgets/selectmenu.js} +253 -176
- data/app/assets/javascripts/jquery-ui/{slider.js → widgets/slider.js} +193 -157
- data/app/assets/javascripts/jquery-ui/widgets/sortable.js +1561 -0
- data/app/assets/javascripts/jquery-ui/{spinner.js → widgets/spinner.js} +175 -112
- data/app/assets/javascripts/jquery-ui/{tabs.js → widgets/tabs.js} +237 -195
- data/app/assets/javascripts/jquery-ui/{tooltip.js → widgets/tooltip.js} +136 -87
- data/app/assets/stylesheets/jquery-ui/accordion.css +1 -15
- data/app/assets/stylesheets/jquery-ui/all.css +1 -1
- data/app/assets/stylesheets/jquery-ui/autocomplete.css +1 -3
- data/app/assets/stylesheets/jquery-ui/base.css +3 -1
- data/app/assets/stylesheets/jquery-ui/button.css +35 -68
- 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 +11 -7
- data/app/assets/stylesheets/jquery-ui/datepicker.css +11 -2
- data/app/assets/stylesheets/jquery-ui/dialog.css +38 -11
- data/app/assets/stylesheets/jquery-ui/draggable.css +1 -2
- data/app/assets/stylesheets/jquery-ui/menu.css +7 -7
- data/app/assets/stylesheets/jquery-ui/progressbar.css +1 -2
- data/app/assets/stylesheets/jquery-ui/resizable.css +1 -2
- data/app/assets/stylesheets/jquery-ui/selectable.css +1 -2
- data/app/assets/stylesheets/jquery-ui/selectmenu.css +11 -22
- data/app/assets/stylesheets/jquery-ui/slider.css +1 -2
- data/app/assets/stylesheets/jquery-ui/sortable.css +1 -2
- data/app/assets/stylesheets/jquery-ui/spinner.css +7 -22
- data/app/assets/stylesheets/jquery-ui/tabs.css +1 -2
- data/app/assets/stylesheets/jquery-ui/theme.css.erb +113 -87
- data/app/assets/stylesheets/jquery-ui/tooltip.css +1 -4
- data/lib/jquery/ui/rails/version.rb +2 -2
- metadata +150 -144
- data/app/assets/images/jquery-ui/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/app/assets/images/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/app/assets/images/jquery-ui/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/app/assets/images/jquery-ui/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/app/assets/images/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/app/assets/images/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/app/assets/images/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/app/assets/images/jquery-ui/ui-icons_222222_256x240.png +0 -0
- data/app/assets/images/jquery-ui/ui-icons_2e83ff_256x240.png +0 -0
- data/app/assets/images/jquery-ui/ui-icons_454545_256x240.png +0 -0
- data/app/assets/images/jquery-ui/ui-icons_888888_256x240.png +0 -0
- data/app/assets/images/jquery-ui/ui-icons_cd0a0a_256x240.png +0 -0
- data/app/assets/javascripts/jquery-ui/button.js +0 -414
- data/app/assets/javascripts/jquery-ui/datepicker-af.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-ar-DZ.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-ar.js +0 -38
- data/app/assets/javascripts/jquery-ui/datepicker-az.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-be.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-bg.js +0 -38
- data/app/assets/javascripts/jquery-ui/datepicker-bs.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-ca.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-cs.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-cy-GB.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-da.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-de.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-el.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-en-AU.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-en-GB.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-en-NZ.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-eo.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-es.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-et.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-eu.js +0 -36
- data/app/assets/javascripts/jquery-ui/datepicker-fa.js +0 -73
- data/app/assets/javascripts/jquery-ui/datepicker-fi.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-fo.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-fr-CA.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-fr-CH.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-fr.js +0 -39
- data/app/assets/javascripts/jquery-ui/datepicker-gl.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-he.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-hi.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-hr.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-hu.js +0 -36
- data/app/assets/javascripts/jquery-ui/datepicker-hy.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-id.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-is.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-it-CH.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-it.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-ja.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-ka.js +0 -35
- data/app/assets/javascripts/jquery-ui/datepicker-kk.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-km.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-ko.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-ky.js +0 -38
- data/app/assets/javascripts/jquery-ui/datepicker-lb.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-lt.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-lv.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-mk.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-ml.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-ms.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-nb.js +0 -36
- data/app/assets/javascripts/jquery-ui/datepicker-nl-BE.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-nl.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-nn.js +0 -36
- data/app/assets/javascripts/jquery-ui/datepicker-no.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-pl.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-pt-BR.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-pt.js +0 -36
- data/app/assets/javascripts/jquery-ui/datepicker-rm.js +0 -35
- data/app/assets/javascripts/jquery-ui/datepicker-ro.js +0 -40
- data/app/assets/javascripts/jquery-ui/datepicker-ru.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-sk.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-sl.js +0 -38
- data/app/assets/javascripts/jquery-ui/datepicker-sq.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-sr-SR.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-sr.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-sv.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-ta.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-th.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-tj.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-tr.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-uk.js +0 -38
- data/app/assets/javascripts/jquery-ui/datepicker-vi.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-zh-CN.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-zh-HK.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker-zh-TW.js +0 -37
- data/app/assets/javascripts/jquery-ui/datepicker.js +0 -2086
- data/app/assets/javascripts/jquery-ui/effect-blind.js +0 -92
- data/app/assets/javascripts/jquery-ui/effect-bounce.js +0 -125
- data/app/assets/javascripts/jquery-ui/effect-clip.js +0 -79
- data/app/assets/javascripts/jquery-ui/effect-drop.js +0 -77
- data/app/assets/javascripts/jquery-ui/effect-explode.js +0 -109
- data/app/assets/javascripts/jquery-ui/effect-fade.js +0 -42
- data/app/assets/javascripts/jquery-ui/effect-fold.js +0 -88
- data/app/assets/javascripts/jquery-ui/effect-highlight.js +0 -62
- data/app/assets/javascripts/jquery-ui/effect-puff.js +0 -63
- data/app/assets/javascripts/jquery-ui/effect-pulsate.js +0 -75
- data/app/assets/javascripts/jquery-ui/effect-scale.js +0 -92
- data/app/assets/javascripts/jquery-ui/effect-shake.js +0 -86
- data/app/assets/javascripts/jquery-ui/effect-size.js +0 -235
- data/app/assets/javascripts/jquery-ui/effect-slide.js +0 -76
- data/app/assets/javascripts/jquery-ui/effect-transfer.js +0 -59
- data/app/assets/javascripts/jquery-ui/mouse.js +0 -202
- data/app/assets/javascripts/jquery-ui/selectable.js +0 -291
- data/app/assets/javascripts/jquery-ui/sortable.js +0 -1319
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Accordion 1.
|
2
|
+
* jQuery UI Accordion 1.12.1
|
3
3
|
* http://jqueryui.com
|
4
4
|
*
|
5
5
|
* Copyright jQuery Foundation and other contributors
|
@@ -9,7 +9,6 @@
|
|
9
9
|
* http://api.jqueryui.com/accordion/#theming
|
10
10
|
*/
|
11
11
|
/*
|
12
|
-
*= require jquery-ui/core
|
13
12
|
*= require jquery-ui/theme
|
14
13
|
*/
|
15
14
|
.ui-accordion .ui-accordion-header {
|
@@ -18,21 +17,8 @@
|
|
18
17
|
position: relative;
|
19
18
|
margin: 2px 0 0 0;
|
20
19
|
padding: .5em .5em .5em .7em;
|
21
|
-
min-height: 0; /* support: IE7 */
|
22
20
|
font-size: 100%;
|
23
21
|
}
|
24
|
-
.ui-accordion .ui-accordion-icons {
|
25
|
-
padding-left: 2.2em;
|
26
|
-
}
|
27
|
-
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
|
28
|
-
padding-left: 2.2em;
|
29
|
-
}
|
30
|
-
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
|
31
|
-
position: absolute;
|
32
|
-
left: .5em;
|
33
|
-
top: 50%;
|
34
|
-
margin-top: -8px;
|
35
|
-
}
|
36
22
|
.ui-accordion .ui-accordion-content {
|
37
23
|
padding: 1em 2.2em;
|
38
24
|
border-top: 0;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Autocomplete 1.
|
2
|
+
* jQuery UI Autocomplete 1.12.1
|
3
3
|
* http://jqueryui.com
|
4
4
|
*
|
5
5
|
* Copyright jQuery Foundation and other contributors
|
@@ -9,8 +9,6 @@
|
|
9
9
|
* http://api.jqueryui.com/autocomplete/#theming
|
10
10
|
*/
|
11
11
|
/*
|
12
|
-
*= require jquery-ui/core
|
13
|
-
*= require jquery-ui/menu
|
14
12
|
*= require jquery-ui/theme
|
15
13
|
*/
|
16
14
|
.ui-autocomplete {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI CSS Framework 1.
|
2
|
+
* jQuery UI CSS Framework 1.12.1
|
3
3
|
* http://jqueryui.com
|
4
4
|
*
|
5
5
|
* Copyright jQuery Foundation and other contributors
|
@@ -14,6 +14,8 @@
|
|
14
14
|
*= require jquery-ui/accordion
|
15
15
|
*= require jquery-ui/autocomplete
|
16
16
|
*= require jquery-ui/button
|
17
|
+
*= require jquery-ui/checkboxradio
|
18
|
+
*= require jquery-ui/controlgroup
|
17
19
|
*= require jquery-ui/datepicker
|
18
20
|
*= require jquery-ui/dialog
|
19
21
|
*= require jquery-ui/draggable
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Button 1.
|
2
|
+
* jQuery UI Button 1.12.1
|
3
3
|
* http://jqueryui.com
|
4
4
|
*
|
5
5
|
* Copyright jQuery Foundation and other contributors
|
@@ -9,20 +9,26 @@
|
|
9
9
|
* http://api.jqueryui.com/button/#theming
|
10
10
|
*/
|
11
11
|
/*
|
12
|
-
*= require jquery-ui/core
|
13
12
|
*= require jquery-ui/theme
|
14
13
|
*/
|
15
14
|
.ui-button {
|
15
|
+
padding: .4em 1em;
|
16
16
|
display: inline-block;
|
17
17
|
position: relative;
|
18
|
-
padding: 0;
|
19
18
|
line-height: normal;
|
20
19
|
margin-right: .1em;
|
21
20
|
cursor: pointer;
|
22
21
|
vertical-align: middle;
|
23
22
|
text-align: center;
|
24
|
-
|
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;
|
25
30
|
}
|
31
|
+
|
26
32
|
.ui-button,
|
27
33
|
.ui-button:link,
|
28
34
|
.ui-button:visited,
|
@@ -30,87 +36,48 @@
|
|
30
36
|
.ui-button:active {
|
31
37
|
text-decoration: none;
|
32
38
|
}
|
39
|
+
|
33
40
|
/* to make room for the icon, a width needs to be set here */
|
34
41
|
.ui-button-icon-only {
|
35
|
-
width:
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
width: 2.4em;
|
40
|
-
}
|
41
|
-
.ui-button-icons-only {
|
42
|
-
width: 3.4em;
|
43
|
-
}
|
44
|
-
button.ui-button-icons-only {
|
45
|
-
width: 3.7em;
|
42
|
+
width: 2em;
|
43
|
+
box-sizing: border-box;
|
44
|
+
text-indent: -9999px;
|
45
|
+
white-space: nowrap;
|
46
46
|
}
|
47
47
|
|
48
|
-
/*
|
49
|
-
.ui-button
|
50
|
-
|
51
|
-
line-height: normal;
|
52
|
-
}
|
53
|
-
.ui-button-text-only .ui-button-text {
|
54
|
-
padding: .4em 1em;
|
55
|
-
}
|
56
|
-
.ui-button-icon-only .ui-button-text,
|
57
|
-
.ui-button-icons-only .ui-button-text {
|
58
|
-
padding: .4em;
|
59
|
-
text-indent: -9999999px;
|
60
|
-
}
|
61
|
-
.ui-button-text-icon-primary .ui-button-text,
|
62
|
-
.ui-button-text-icons .ui-button-text {
|
63
|
-
padding: .4em 1em .4em 2.1em;
|
64
|
-
}
|
65
|
-
.ui-button-text-icon-secondary .ui-button-text,
|
66
|
-
.ui-button-text-icons .ui-button-text {
|
67
|
-
padding: .4em 2.1em .4em 1em;
|
68
|
-
}
|
69
|
-
.ui-button-text-icons .ui-button-text {
|
70
|
-
padding-left: 2.1em;
|
71
|
-
padding-right: 2.1em;
|
72
|
-
}
|
73
|
-
/* no icon support for input elements, provide padding by default */
|
74
|
-
input.ui-button {
|
75
|
-
padding: .4em 1em;
|
48
|
+
/* no icon support for input elements */
|
49
|
+
input.ui-button.ui-button-icon-only {
|
50
|
+
text-indent: 0;
|
76
51
|
}
|
77
52
|
|
78
53
|
/* button icon element(s) */
|
79
|
-
.ui-button-icon-only .ui-icon
|
80
|
-
.ui-button-text-icon-primary .ui-icon,
|
81
|
-
.ui-button-text-icon-secondary .ui-icon,
|
82
|
-
.ui-button-text-icons .ui-icon,
|
83
|
-
.ui-button-icons-only .ui-icon {
|
54
|
+
.ui-button-icon-only .ui-icon {
|
84
55
|
position: absolute;
|
85
56
|
top: 50%;
|
86
|
-
margin-top: -8px;
|
87
|
-
}
|
88
|
-
.ui-button-icon-only .ui-icon {
|
89
57
|
left: 50%;
|
58
|
+
margin-top: -8px;
|
90
59
|
margin-left: -8px;
|
91
60
|
}
|
92
|
-
.ui-button-text-icon-primary .ui-button-icon-primary,
|
93
|
-
.ui-button-text-icons .ui-button-icon-primary,
|
94
|
-
.ui-button-icons-only .ui-button-icon-primary {
|
95
|
-
left: .5em;
|
96
|
-
}
|
97
|
-
.ui-button-text-icon-secondary .ui-button-icon-secondary,
|
98
|
-
.ui-button-text-icons .ui-button-icon-secondary,
|
99
|
-
.ui-button-icons-only .ui-button-icon-secondary {
|
100
|
-
right: .5em;
|
101
|
-
}
|
102
61
|
|
103
|
-
|
104
|
-
|
105
|
-
|
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
|
+
|
106
69
|
}
|
107
|
-
|
108
|
-
|
109
|
-
|
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;
|
110
77
|
}
|
111
78
|
|
112
79
|
/* workarounds */
|
113
|
-
/*
|
80
|
+
/* Support: Firefox 5 - 40 */
|
114
81
|
input.ui-button::-moz-focus-inner,
|
115
82
|
button.ui-button::-moz-focus-inner {
|
116
83
|
border: 0;
|
@@ -0,0 +1,37 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Checkboxradio 1.12.1
|
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.12.1
|
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
|
+
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI CSS Framework 1.
|
2
|
+
* jQuery UI CSS Framework 1.12.1
|
3
3
|
* http://jqueryui.com
|
4
4
|
*
|
5
5
|
* Copyright jQuery Foundation and other contributors
|
@@ -46,9 +46,6 @@
|
|
46
46
|
.ui-helper-clearfix:after {
|
47
47
|
clear: both;
|
48
48
|
}
|
49
|
-
.ui-helper-clearfix {
|
50
|
-
min-height: 0; /* support: IE7 */
|
51
|
-
}
|
52
49
|
.ui-helper-zfix {
|
53
50
|
width: 100%;
|
54
51
|
height: 100%;
|
@@ -68,20 +65,27 @@
|
|
68
65
|
----------------------------------*/
|
69
66
|
.ui-state-disabled {
|
70
67
|
cursor: default !important;
|
68
|
+
pointer-events: none;
|
71
69
|
}
|
72
70
|
|
73
71
|
|
74
72
|
/* Icons
|
75
73
|
----------------------------------*/
|
76
|
-
|
77
|
-
/* states and images */
|
78
74
|
.ui-icon {
|
79
|
-
display: block;
|
75
|
+
display: inline-block;
|
76
|
+
vertical-align: middle;
|
77
|
+
margin-top: -.25em;
|
78
|
+
position: relative;
|
80
79
|
text-indent: -99999px;
|
81
80
|
overflow: hidden;
|
82
81
|
background-repeat: no-repeat;
|
83
82
|
}
|
84
83
|
|
84
|
+
.ui-widget-icon-block {
|
85
|
+
left: 50%;
|
86
|
+
margin-left: -8px;
|
87
|
+
display: block;
|
88
|
+
}
|
85
89
|
|
86
90
|
/* Misc visuals
|
87
91
|
----------------------------------*/
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Datepicker 1.
|
2
|
+
* jQuery UI Datepicker 1.12.1
|
3
3
|
* http://jqueryui.com
|
4
4
|
*
|
5
5
|
* Copyright jQuery Foundation and other contributors
|
@@ -9,7 +9,6 @@
|
|
9
9
|
* http://api.jqueryui.com/datepicker/#theming
|
10
10
|
*/
|
11
11
|
/*
|
12
|
-
*= require jquery-ui/core
|
13
12
|
*= require jquery-ui/theme
|
14
13
|
*/
|
15
14
|
.ui-datepicker {
|
@@ -177,3 +176,13 @@
|
|
177
176
|
border-right-width: 0;
|
178
177
|
border-left-width: 1px;
|
179
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
|
+
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Dialog 1.
|
2
|
+
* jQuery UI Dialog 1.12.1
|
3
3
|
* http://jqueryui.com
|
4
4
|
*
|
5
5
|
* Copyright jQuery Foundation and other contributors
|
@@ -9,14 +9,9 @@
|
|
9
9
|
* http://api.jqueryui.com/dialog/#theming
|
10
10
|
*/
|
11
11
|
/*
|
12
|
-
*= require jquery-ui/core
|
13
|
-
*= require jquery-ui/button
|
14
|
-
*= require jquery-ui/draggable
|
15
|
-
*= require jquery-ui/resizable
|
16
12
|
*= require jquery-ui/theme
|
17
13
|
*/
|
18
14
|
.ui-dialog {
|
19
|
-
overflow: hidden;
|
20
15
|
position: absolute;
|
21
16
|
top: 0;
|
22
17
|
left: 0;
|
@@ -65,12 +60,44 @@
|
|
65
60
|
margin: .5em .4em .5em 0;
|
66
61
|
cursor: pointer;
|
67
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
|
+
}
|
68
86
|
.ui-dialog .ui-resizable-se {
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
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;
|
74
101
|
}
|
75
102
|
.ui-draggable .ui-dialog-titlebar {
|
76
103
|
cursor: move;
|