rubyneat_dashboard 0.4.0.alpha.6 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.ruby-version +1 -1
- data/.semver +2 -2
- data/.travis.yml +8 -0
- data/Gemfile +22 -7
- data/Gemfile.lock +156 -79
- data/README.rdoc +2 -0
- data/Rakefile +4 -4
- data/app/js/dashboard/directives/population_brigade.coffee +33 -15
- data/app/js/dashboard/directives/population_window.coffee +30 -2
- data/app/js/dashboard/services/population_drilldown_service.coffee +18 -0
- data/bower.json +33 -0
- data/bower_components/angular-animate/.bower.json +6 -5
- data/bower_components/angular-animate/README.md +28 -5
- data/bower_components/angular-animate/angular-animate.js +15 -2
- data/bower_components/angular-animate/angular-animate.min.js +23 -23
- data/bower_components/angular-animate/angular-animate.min.js.map +2 -2
- data/bower_components/angular-animate/bower.json +3 -2
- data/bower_components/angular-animate/package.json +26 -0
- data/bower_components/angular-pusher/.bower.json +4 -4
- data/bower_components/angular-pusher/README.md +3 -3
- data/bower_components/angular-pusher/angular-pusher.js +176 -26
- data/bower_components/angular-pusher/angular-pusher.min.js +1 -1
- data/bower_components/angular-pusher/bower.json +1 -1
- data/bower_components/angular-pusher/package.json +3 -3
- data/bower_components/angular-resource/.bower.json +6 -5
- data/bower_components/angular-resource/README.md +27 -4
- data/bower_components/angular-resource/angular-resource.js +11 -3
- data/bower_components/angular-resource/angular-resource.min.js +1 -1
- data/bower_components/angular-resource/angular-resource.min.js.map +1 -1
- data/bower_components/angular-resource/bower.json +3 -2
- data/bower_components/angular-resource/package.json +26 -0
- data/bower_components/angular-route/.bower.json +6 -5
- data/bower_components/angular-route/README.md +27 -4
- data/bower_components/angular-route/angular-route.js +2 -6
- data/bower_components/angular-route/angular-route.min.js +3 -3
- data/bower_components/angular-route/angular-route.min.js.map +1 -1
- data/bower_components/angular-route/bower.json +3 -2
- data/bower_components/angular-route/package.json +26 -0
- data/bower_components/angular-sanitize/.bower.json +6 -5
- data/bower_components/angular-sanitize/README.md +27 -4
- data/bower_components/angular-sanitize/angular-sanitize.js +12 -5
- data/bower_components/angular-sanitize/angular-sanitize.min.js +10 -10
- data/bower_components/angular-sanitize/angular-sanitize.min.js.map +1 -1
- data/bower_components/angular-sanitize/bower.json +3 -2
- data/bower_components/angular-sanitize/package.json +26 -0
- data/bower_components/angular-socket-io/.bower.json +7 -8
- data/bower_components/angular-socket-io/.travis.yml +4 -1
- data/bower_components/angular-socket-io/README.md +8 -1
- data/bower_components/angular-socket-io/bower-install.sh +2 -0
- data/bower_components/angular-socket-io/bower.json +3 -3
- data/bower_components/angular-socket-io/mock/socket-io.js +2 -1
- data/bower_components/angular-socket-io/package.json +2 -4
- data/bower_components/angular-socket-io/socket.js +7 -6
- data/bower_components/angular-socket-io/socket.min.js +2 -2
- data/bower_components/angular-socket-io/socket.min.js.map +1 -1
- data/bower_components/angular-socket-io/socket.spec.js +25 -0
- data/bower_components/angular/.bower.json +8 -6
- data/bower_components/angular/README.md +21 -5
- data/bower_components/angular/angular-csp.css +5 -8
- data/bower_components/angular/angular.js +17855 -11374
- data/bower_components/angular/angular.min.js +286 -210
- data/bower_components/angular/angular.min.js.gzip +0 -0
- data/bower_components/angular/angular.min.js.map +3 -3
- data/bower_components/angular/bower.json +2 -1
- data/bower_components/angular/index.js +2 -0
- data/bower_components/angular/package.json +25 -0
- data/bower_components/animate.css/.bower.json +12 -4
- data/bower_components/animate.css/Gruntfile.js +1 -1
- data/bower_components/animate.css/animate-config.json +18 -4
- data/bower_components/animate.css/animate.css +405 -258
- data/bower_components/animate.css/animate.min.css +1 -6
- data/bower_components/animate.css/bower.json +10 -2
- data/bower_components/animate.css/package.json +5 -1
- data/bower_components/animate.css/source/_base.css +11 -1
- data/bower_components/animate.css/source/attention_seekers/bounce.css +3 -3
- data/bower_components/animate.css/source/attention_seekers/jello.css +36 -0
- data/bower_components/animate.css/source/bouncing_entrances/bounceIn.css +1 -2
- data/bower_components/animate.css/source/bouncing_entrances/bounceInDown.css +1 -1
- data/bower_components/animate.css/source/bouncing_entrances/bounceInLeft.css +1 -1
- data/bower_components/animate.css/source/bouncing_entrances/bounceInRight.css +1 -1
- data/bower_components/animate.css/source/bouncing_entrances/bounceInUp.css +1 -1
- data/bower_components/animate.css/source/bouncing_exits/bounceOut.css +0 -1
- data/bower_components/animate.css/source/flippers/flipInX.css +2 -2
- data/bower_components/animate.css/source/flippers/flipInY.css +2 -2
- data/bower_components/animate.css/source/flippers/flipOutX.css +0 -1
- data/bower_components/animate.css/source/flippers/flipOutY.css +0 -1
- data/bower_components/animate.css/source/rotating_exits/rotateOutDownLeft.css +1 -1
- data/bower_components/animate.css/source/sliding_entrances/slideInDown.css +14 -0
- data/bower_components/animate.css/source/sliding_entrances/slideInLeft.css +14 -0
- data/bower_components/animate.css/source/sliding_entrances/slideInRight.css +14 -0
- data/bower_components/animate.css/source/sliding_entrances/slideInUp.css +14 -0
- data/bower_components/animate.css/source/sliding_exits/slideOutDown.css +14 -0
- data/bower_components/animate.css/source/sliding_exits/slideOutLeft.css +14 -0
- data/bower_components/animate.css/source/sliding_exits/slideOutRight.css +14 -0
- data/bower_components/animate.css/source/sliding_exits/slideOutUp.css +14 -0
- data/bower_components/d3/.bower.json +6 -4
- data/bower_components/d3/.gitattributes +5 -0
- data/bower_components/d3/CONTRIBUTING.md +3 -1
- data/bower_components/d3/LICENSE +1 -1
- data/bower_components/d3/README.md +1 -1
- data/bower_components/d3/bower.json +0 -0
- data/bower_components/d3/d3.js +0 -0
- data/bower_components/d3/d3.min.js +0 -0
- data/bower_components/d3/package.js +0 -0
- data/bower_components/fastclick/.bower.json +4 -4
- data/bower_components/fastclick/README.md +15 -8
- data/bower_components/fastclick/bower.json +0 -1
- data/bower_components/fastclick/lib/fastclick.js +669 -649
- data/bower_components/jquery-placeholder/.bower.json +20 -4
- data/bower_components/jquery-placeholder/bower.json +17 -1
- data/bower_components/jquery-placeholder/jquery.placeholder.js +18 -11
- data/bower_components/jquery-ui/.bower.json +6 -6
- data/bower_components/jquery-ui/.gitignore +1 -0
- data/bower_components/jquery-ui/AUTHORS.txt +29 -5
- data/bower_components/jquery-ui/{MIT-LICENSE.txt → LICENSE.txt} +23 -5
- data/bower_components/jquery-ui/bower.json +3 -1
- data/bower_components/jquery-ui/component.json +1 -1
- data/bower_components/jquery-ui/composer.json +6 -1
- data/bower_components/jquery-ui/jquery-ui.js +12497 -12030
- data/bower_components/jquery-ui/jquery-ui.min.js +11 -11
- data/bower_components/jquery-ui/package.json +8 -3
- data/bower_components/jquery-ui/themes/base/accordion.css +2 -2
- data/bower_components/jquery-ui/themes/base/all.css +2 -2
- data/bower_components/jquery-ui/themes/base/autocomplete.css +2 -2
- data/bower_components/jquery-ui/themes/base/base.css +2 -2
- data/bower_components/jquery-ui/themes/base/button.css +2 -2
- data/bower_components/jquery-ui/themes/base/core.css +3 -3
- data/bower_components/jquery-ui/themes/base/datepicker.css +3 -3
- data/bower_components/jquery-ui/themes/base/dialog.css +2 -2
- data/bower_components/jquery-ui/themes/base/draggable.css +2 -2
- data/bower_components/jquery-ui/themes/base/images/ui-icons_444444_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/base/images/ui-icons_555555_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/base/images/ui-icons_777620_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/base/images/ui-icons_777777_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/base/jquery-ui.css +1225 -0
- data/bower_components/jquery-ui/themes/base/jquery-ui.min.css +7 -0
- data/bower_components/jquery-ui/themes/base/menu.css +2 -2
- data/bower_components/jquery-ui/themes/base/progressbar.css +4 -4
- data/bower_components/jquery-ui/themes/base/resizable.css +2 -2
- data/bower_components/jquery-ui/themes/base/selectable.css +2 -2
- data/bower_components/jquery-ui/themes/base/selectmenu.css +2 -2
- data/bower_components/jquery-ui/themes/base/slider.css +3 -3
- data/bower_components/jquery-ui/themes/base/sortable.css +2 -2
- data/bower_components/jquery-ui/themes/base/spinner.css +2 -2
- data/bower_components/jquery-ui/themes/base/tabs.css +2 -2
- data/bower_components/jquery-ui/themes/base/theme.css +7 -7
- data/bower_components/jquery-ui/themes/base/tooltip.css +2 -2
- data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png +0 -0
- data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_flat_65_ffffff_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_glass_40_111111_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_highlight-hard_40_aaaaaa_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_highlight-soft_50_aaaaaa_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_inset-hard_45_cd0a0a_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/black-tie/images/ui-bg_inset-hard_55_ffeb80_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/black-tie/images/ui-icons_222222_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/black-tie/images/ui-icons_4ca300_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/black-tie/images/ui-icons_bbbbbb_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/black-tie/images/ui-icons_ededed_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/black-tie/images/ui-icons_ffcf29_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/black-tie/images/ui-icons_ffffff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/black-tie/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/black-tie/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/black-tie/theme.css +7 -7
- data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png +0 -0
- data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_dots-small_65_a6a6a6_2x2.png +0 -0
- data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_flat_0_333333_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_flat_65_ffffff_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_highlight-hard_100_eeeeee_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_highlight-hard_100_f6f6f6_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/blitzer/images/ui-icons_004276_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/blitzer/images/ui-icons_cc0000_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/blitzer/images/ui-icons_ffffff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/blitzer/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/blitzer/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/blitzer/theme.css +7 -7
- data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png +0 -0
- data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_flat_15_cd0a0a_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_glass_50_3baae3_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/cupertino/images/ui-icons_2694e8_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/cupertino/images/ui-icons_2e83ff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/cupertino/images/ui-icons_3d80b3_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/cupertino/images/ui-icons_72a7cf_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/cupertino/images/ui-icons_ffffff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/cupertino/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/cupertino/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/cupertino/theme.css +7 -7
- data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_flat_30_cccccc_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_flat_50_5c5c5c_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_glass_40_ffc73d_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-hard_20_0972a5_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_33_003147_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_35_222222_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_44_444444_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_80_eeeeee_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_loop_25_000000_21x21.png +0 -0
- data/bower_components/jquery-ui/themes/dark-hive/images/ui-icons_222222_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/dark-hive/images/ui-icons_4b8e0b_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/dark-hive/images/ui-icons_a83300_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/dark-hive/images/ui-icons_cccccc_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/dark-hive/images/ui-icons_ffffff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/dark-hive/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/dark-hive/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/dark-hive/theme.css +7 -7
- data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_diagonals-thick_15_0b3e6f_40x40.png +0 -0
- data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_dots-medium_30_0b58a2_4x4.png +0 -0
- data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_20_333333_2x2.png +0 -0
- data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_30_a32d00_2x2.png +0 -0
- data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_40_00498f_2x2.png +0 -0
- data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_flat_40_292929_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_gloss-wave_20_111111_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/dot-luv/images/ui-icons_00498f_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/dot-luv/images/ui-icons_98d2fb_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/dot-luv/images/ui-icons_9ccdfc_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/dot-luv/images/ui-icons_ffffff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/dot-luv/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/dot-luv/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/dot-luv/theme.css +7 -7
- data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_flat_0_eeeeee_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_flat_55_994d53_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_flat_55_fafafa_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_gloss-wave_30_3d3644_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_100_dcd9de_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_25_30273a_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_45_5f5964_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/eggplant/images/ui-icons_454545_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/eggplant/images/ui-icons_734d99_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/eggplant/images/ui-icons_8d78a5_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/eggplant/images/ui-icons_a8a3ae_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/eggplant/images/ui-icons_ebccce_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/eggplant/images/ui-icons_ffffff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/eggplant/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/eggplant/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/eggplant/theme.css +7 -7
- data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-small_25_c5ddfc_40x40.png +0 -0
- data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_20_e69700_40x40.png +0 -0
- data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_22_1484e6_40x40.png +0 -0
- data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_26_2293f7_40x40.png +0 -0
- data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_flat_0_e69700_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_flat_0_e6b900_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_highlight-soft_100_f9f9f9_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_inset-hard_100_eeeeee_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/excite-bike/images/ui-icons_0a82eb_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/excite-bike/images/ui-icons_0b54d5_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/excite-bike/images/ui-icons_5fa5e3_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/excite-bike/images/ui-icons_fcdd4a_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/excite-bike/images/ui-icons_ffffff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/excite-bike/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/excite-bike/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/excite-bike/theme.css +7 -7
- data/bower_components/jquery-ui/themes/flick/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/flick/images/ui-bg_flat_0_eeeeee_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/flick/images/ui-bg_flat_55_ffffff_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/flick/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/flick/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/flick/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/flick/images/ui-bg_highlight-soft_25_0073ea_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/flick/images/ui-bg_highlight-soft_50_dddddd_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/flick/images/ui-icons_0073ea_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/flick/images/ui-icons_454545_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/flick/images/ui-icons_666666_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/flick/images/ui-icons_ff0084_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/flick/images/ui-icons_ffffff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/flick/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/flick/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/flick/theme.css +7 -7
- data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_40_db4865_40x40.png +0 -0
- data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_50_93c3cd_40x40.png +0 -0
- data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_50_ff3853_40x40.png +0 -0
- data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_75_ccd232_40x40.png +0 -0
- data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_dots-medium_80_ffff38_4x4.png +0 -0
- data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_dots-small_35_35414f_2x2.png +0 -0
- data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_flat_75_ba9217_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_white-lines_85_f7f7ba_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_454545_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_88a206_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_c02669_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_e1e463_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_ffeb33_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_ffffff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/hot-sneaks/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/hot-sneaks/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/hot-sneaks/theme.css +7 -7
- data/bower_components/jquery-ui/themes/humanity/images/ui-bg_flat_75_aaaaaa_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/humanity/images/ui-bg_glass_100_f5f0e5_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/humanity/images/ui-bg_glass_25_cb842e_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/humanity/images/ui-bg_glass_70_ede4d4_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_100_f4f0ec_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_65_fee4bd_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_75_f5f5b5_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/humanity/images/ui-bg_inset-soft_100_f4f0ec_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/humanity/images/ui-icons_c47a23_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/humanity/images/ui-icons_cb672b_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/humanity/images/ui-icons_f08000_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/humanity/images/ui-icons_f35f07_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/humanity/images/ui-icons_ff7519_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/humanity/images/ui-icons_ffffff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/humanity/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/humanity/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/humanity/theme.css +7 -7
- data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png +0 -0
- data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_diagonals-thick_15_444444_40x40.png +0 -0
- data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_diagonals-thick_95_ffdc2e_40x40.png +0 -0
- data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_glass_55_fbf5d0_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_highlight-hard_30_285c00_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_33_3a8104_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_50_4eb305_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_60_4ca20b_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/le-frog/images/ui-bg_inset-soft_10_285c00_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/le-frog/images/ui-icons_4eb305_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/le-frog/images/ui-icons_72b42d_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/le-frog/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/le-frog/images/ui-icons_ffffff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/le-frog/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/le-frog/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/le-frog/theme.css +7 -7
- data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_glass_15_5f391b_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_20_1c160d_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_25_453326_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_30_44372c_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_highlight-soft_20_201913_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_highlight-soft_20_619226_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_inset-soft_10_201913_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_222222_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_9bcc60_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_add978_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_e3ddc9_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_f1fd86_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_ffffff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/mint-choc/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/mint-choc/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/mint-choc/theme.css +7 -7
- data/bower_components/jquery-ui/themes/overcast/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/overcast/images/ui-bg_flat_0_eeeeee_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/overcast/images/ui-bg_flat_55_c0402a_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/overcast/images/ui-bg_flat_55_eeeeee_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/overcast/images/ui-bg_glass_35_dddddd_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/overcast/images/ui-bg_glass_60_eeeeee_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/overcast/images/ui-bg_inset-hard_75_999999_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/overcast/images/ui-icons_3383bb_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/overcast/images/ui-icons_454545_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/overcast/images/ui-icons_70b2e1_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/overcast/images/ui-icons_999999_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/overcast/images/ui-icons_fbc856_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/overcast/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/overcast/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/overcast/theme.css +7 -7
- data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_diagonal-maze_20_6e4f1c_10x10.png +0 -0
- data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_diagonal-maze_40_000000_10x10.png +0 -0
- data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_10_eceadf_60x60.png +0 -0
- data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_10_f8f7f6_60x60.png +0 -0
- data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_eceadf_60x60.png +0 -0
- data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_f7f3de_60x60.png +0 -0
- data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_ffffff_60x60.png +0 -0
- data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_65_654b24_60x60.png +0 -0
- data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_68_b83400_60x60.png +0 -0
- data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_222222_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_3572ac_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_8c291d_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_b83400_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_fbdb93_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_ffffff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/pepper-grinder/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/pepper-grinder/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/pepper-grinder/theme.css +7 -7
- data/bower_components/jquery-ui/themes/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/redmond/images/ui-bg_flat_55_fbec88_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/redmond/images/ui-bg_glass_85_dfeffc_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/redmond/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/redmond/images/ui-icons_217bc0_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/redmond/images/ui-icons_2e83ff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/redmond/images/ui-icons_469bdd_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/redmond/images/ui-icons_6da8d5_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/redmond/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/redmond/images/ui-icons_d8e7f3_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/redmond/images/ui-icons_f9bd01_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/redmond/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/redmond/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/redmond/theme.css +7 -7
- data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/smoothness/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/smoothness/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/smoothness/theme.css +7 -7
- data/bower_components/jquery-ui/themes/south-street/images/ui-bg_glass_55_fcf0ba_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/south-street/images/ui-bg_gloss-wave_100_ece8da_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_100_f5f3e5_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_100_fafaf4_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_15_459e00_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_95_cccccc_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-soft_25_67b021_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-soft_95_ffedad_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/south-street/images/ui-bg_inset-soft_15_2b2922_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/south-street/images/ui-icons_808080_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/south-street/images/ui-icons_847e71_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/south-street/images/ui-icons_8DC262_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/south-street/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/south-street/images/ui-icons_eeeeee_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/south-street/images/ui-icons_ffffff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/south-street/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/south-street/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/south-street/theme.css +7 -7
- data/bower_components/jquery-ui/themes/start/images/ui-bg_flat_55_999999_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/start/images/ui-bg_flat_75_aaaaaa_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/start/images/ui-bg_glass_45_0078ae_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/start/images/ui-bg_glass_55_f8da4e_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/start/images/ui-bg_glass_75_79c9ec_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/start/images/ui-bg_gloss-wave_45_e14f1c_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/start/images/ui-bg_gloss-wave_50_6eac2c_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/start/images/ui-bg_gloss-wave_75_2191c0_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/start/images/ui-bg_inset-hard_100_fcfdfd_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/start/images/ui-icons_0078ae_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/start/images/ui-icons_056b93_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/start/images/ui-icons_d8e7f3_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/start/images/ui-icons_e0fdff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/start/images/ui-icons_f5e175_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/start/images/ui-icons_f7a50d_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/start/images/ui-icons_fcd113_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/start/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/start/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/start/theme.css +7 -7
- data/bower_components/jquery-ui/themes/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png +0 -0
- data/bower_components/jquery-ui/themes/sunny/images/ui-bg_flat_30_cccccc_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/sunny/images/ui-bg_flat_50_5c5c5c_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_45_817865_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_60_fece2f_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_70_ffdd57_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_90_fff9e5_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/sunny/images/ui-bg_inset-soft_30_ffffff_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/sunny/images/ui-icons_3d3d3d_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/sunny/images/ui-icons_bd7b00_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/sunny/images/ui-icons_d19405_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/sunny/images/ui-icons_eb990f_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/sunny/images/ui-icons_ed9f26_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/sunny/images/ui-icons_fadc7a_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/sunny/images/ui-icons_ffe180_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/sunny/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/sunny/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/sunny/theme.css +7 -7
- data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_10_4f4221_10x8.png +0 -0
- data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_20_372806_10x8.png +0 -0
- data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_25_675423_10x8.png +0 -0
- data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_25_d5ac5d_10x8.png +0 -0
- data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_8_261803_10x8.png +0 -0
- data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_8_443113_10x8.png +0 -0
- data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_flat_75_ddd4b0_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_highlight-hard_65_fee4bd_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_070603_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_e8e2b5_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_e9cd86_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_efec9f_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_f2ec64_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_f9f2bd_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_ff7519_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/swanky-purse/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/swanky-purse/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/swanky-purse/theme.css +7 -7
- data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_diagonals-small_50_262626_40x40.png +0 -0
- data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_flat_0_303030_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_flat_0_4c4c4c_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_glass_40_0a0a0a_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_glass_55_f1fbe5_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_glass_60_000000_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_55_000000_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_85_9fda58_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_95_f6ecd5_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/trontastic/images/ui-icons_000000_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/trontastic/images/ui-icons_1f1f1f_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/trontastic/images/ui-icons_9fda58_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/trontastic/images/ui-icons_b8ec79_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/trontastic/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/trontastic/images/ui-icons_ffffff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/trontastic/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/trontastic/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/trontastic/theme.css +7 -7
- data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_flat_30_cccccc_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_glass_20_555555_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_glass_40_0078a3_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_glass_40_ffc73d_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_gloss-wave_25_333333_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_highlight-soft_80_eeeeee_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_inset-soft_25_000000_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_inset-soft_30_f58400_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/ui-darkness/images/ui-icons_222222_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/ui-darkness/images/ui-icons_4b8e0b_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/ui-darkness/images/ui-icons_a83300_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/ui-darkness/images/ui-icons_cccccc_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/ui-darkness/images/ui-icons_ffffff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/ui-darkness/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/ui-darkness/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/ui-darkness/theme.css +7 -7
- data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
- data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
- data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_flat_10_000000_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/ui-lightness/images/ui-icons_222222_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/ui-lightness/images/ui-icons_228ef1_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/ui-lightness/images/ui-icons_ffffff_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/ui-lightness/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/ui-lightness/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/ui-lightness/theme.css +7 -7
- data/bower_components/jquery-ui/themes/vader/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/bower_components/jquery-ui/themes/vader/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/bower_components/jquery-ui/themes/vader/images/ui-bg_gloss-wave_16_121212_500x100.png +0 -0
- data/bower_components/jquery-ui/themes/vader/images/ui-bg_highlight-hard_15_888888_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/vader/images/ui-bg_highlight-hard_55_555555_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/vader/images/ui-bg_highlight-soft_35_adadad_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/vader/images/ui-bg_highlight-soft_60_dddddd_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/vader/images/ui-bg_inset-soft_15_121212_1x100.png +0 -0
- data/bower_components/jquery-ui/themes/vader/images/ui-icons_666666_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/vader/images/ui-icons_aaaaaa_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/vader/images/ui-icons_bbbbbb_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/vader/images/ui-icons_c98000_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/vader/images/ui-icons_cccccc_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/vader/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/vader/images/ui-icons_f29a00_256x240.png +0 -0
- data/bower_components/jquery-ui/themes/vader/jquery-ui.css +12 -12
- data/bower_components/jquery-ui/themes/vader/jquery-ui.min.css +3 -3
- data/bower_components/jquery-ui/themes/vader/theme.css +7 -7
- data/bower_components/jquery-ui/ui/accordion.js +24 -9
- data/bower_components/jquery-ui/ui/autocomplete.js +7 -5
- data/bower_components/jquery-ui/ui/button.js +4 -4
- data/bower_components/jquery-ui/ui/core.js +8 -7
- data/bower_components/jquery-ui/ui/datepicker.js +30 -19
- data/bower_components/jquery-ui/ui/dialog.js +26 -8
- data/bower_components/jquery-ui/ui/draggable.js +331 -215
- data/bower_components/jquery-ui/ui/droppable.js +10 -13
- data/bower_components/jquery-ui/ui/effect-blind.js +2 -2
- data/bower_components/jquery-ui/ui/effect-bounce.js +2 -2
- data/bower_components/jquery-ui/ui/effect-clip.js +2 -2
- data/bower_components/jquery-ui/ui/effect-drop.js +3 -3
- data/bower_components/jquery-ui/ui/effect-explode.js +2 -2
- data/bower_components/jquery-ui/ui/effect-fade.js +2 -2
- data/bower_components/jquery-ui/ui/effect-fold.js +2 -2
- data/bower_components/jquery-ui/ui/effect-highlight.js +2 -2
- data/bower_components/jquery-ui/ui/effect-puff.js +2 -2
- data/bower_components/jquery-ui/ui/effect-pulsate.js +2 -2
- data/bower_components/jquery-ui/ui/effect-scale.js +2 -2
- data/bower_components/jquery-ui/ui/effect-shake.js +2 -2
- data/bower_components/jquery-ui/ui/effect-size.js +2 -2
- data/bower_components/jquery-ui/ui/effect-slide.js +2 -2
- data/bower_components/jquery-ui/ui/effect-transfer.js +2 -2
- data/bower_components/jquery-ui/ui/effect.js +10 -6
- data/bower_components/jquery-ui/ui/i18n/datepicker-af.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-ar-DZ.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-ar.js +7 -6
- data/bower_components/jquery-ui/ui/i18n/datepicker-az.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-be.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-bg.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-bs.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-ca.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-cs.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-cy-GB.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-da.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-de.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-el.js +1 -1
- data/bower_components/jquery-ui/ui/i18n/datepicker-en-AU.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-en-GB.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-en-NZ.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-eo.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-es.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-et.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-eu.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-fa.js +12 -12
- data/bower_components/jquery-ui/ui/i18n/datepicker-fi.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-fo.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-fr-CA.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-fr-CH.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-fr.js +1 -1
- data/bower_components/jquery-ui/ui/i18n/datepicker-gl.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-he.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-hi.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-hr.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-hu.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-hy.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-id.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-is.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-it-CH.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-it.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-ja.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-ka.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-kk.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-km.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-ko.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-ky.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-lb.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-lt.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-lv.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-mk.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-ml.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-ms.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-nb.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-nl-BE.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-nl.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-nn.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-no.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-pl.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-pt-BR.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-pt.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-rm.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-ro.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-ru.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-sk.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-sl.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-sq.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-sr-SR.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-sr.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-sv.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-ta.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-th.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-tj.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-tr.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-uk.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-vi.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-zh-CN.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-zh-HK.js +0 -0
- data/bower_components/jquery-ui/ui/i18n/datepicker-zh-TW.js +0 -0
- data/bower_components/jquery-ui/ui/menu.js +29 -23
- data/bower_components/jquery-ui/ui/minified/accordion.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/autocomplete.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/button.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/core.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/datepicker.min.js +4 -4
- data/bower_components/jquery-ui/ui/minified/dialog.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/draggable.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/droppable.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/effect-blind.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/effect-bounce.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/effect-clip.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/effect-drop.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/effect-explode.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/effect-fade.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/effect-fold.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/effect-highlight.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/effect-puff.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/effect-pulsate.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/effect-scale.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/effect-shake.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/effect-size.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/effect-slide.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/effect-transfer.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/effect.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-af.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ar.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-az.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-be.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-bg.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-bs.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ca.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-cs.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-da.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-de.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-el.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-eo.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-es.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-et.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-eu.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-fa.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-fi.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-fo.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-fr.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-gl.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-he.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-hi.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-hr.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-hu.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-hy.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-id.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-is.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-it.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ja.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ka.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-kk.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-km.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ko.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ky.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-lb.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-lt.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-lv.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-mk.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ml.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ms.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-nb.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-nl.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-nn.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-no.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-pl.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-pt.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-rm.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ro.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ru.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-sk.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-sl.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-sq.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-sr.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-sv.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-ta.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-th.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-tj.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-tr.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-uk.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-vi.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js +2 -2
- data/bower_components/jquery-ui/ui/minified/menu.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/mouse.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/position.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/progressbar.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/resizable.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/selectable.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/selectmenu.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/slider.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/sortable.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/spinner.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/tabs.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/tooltip.min.js +3 -3
- data/bower_components/jquery-ui/ui/minified/widget.min.js +3 -3
- data/bower_components/jquery-ui/ui/mouse.js +21 -9
- data/bower_components/jquery-ui/ui/position.js +9 -6
- data/bower_components/jquery-ui/ui/progressbar.js +3 -3
- data/bower_components/jquery-ui/ui/resizable.js +290 -166
- data/bower_components/jquery-ui/ui/selectable.js +3 -3
- data/bower_components/jquery-ui/ui/selectmenu.js +74 -14
- data/bower_components/jquery-ui/ui/slider.js +34 -5
- data/bower_components/jquery-ui/ui/sortable.js +56 -51
- data/bower_components/jquery-ui/ui/spinner.js +3 -3
- data/bower_components/jquery-ui/ui/tabs.js +57 -37
- data/bower_components/jquery-ui/ui/tooltip.js +58 -29
- data/bower_components/jquery-ui/ui/widget.js +30 -15
- data/bower_components/jquery/.bower.json +7 -6
- data/bower_components/jquery/bower.json +3 -2
- data/bower_components/jquery/dist/jquery.js +283 -263
- data/bower_components/jquery/dist/jquery.min.js +4 -4
- data/bower_components/jquery/dist/jquery.min.map +1 -1
- data/bower_components/jquery/src/ajax.js +11 -31
- data/bower_components/jquery/src/ajax/xhr.js +3 -2
- data/bower_components/jquery/src/attributes/attr.js +0 -2
- data/bower_components/jquery/src/attributes/classes.js +4 -4
- data/bower_components/jquery/src/attributes/prop.js +1 -3
- data/bower_components/jquery/src/attributes/support.js +8 -8
- data/bower_components/jquery/src/attributes/val.js +3 -5
- data/bower_components/jquery/src/core.js +12 -8
- data/bower_components/jquery/src/core/init.js +3 -3
- data/bower_components/jquery/src/core/ready.js +1 -1
- data/bower_components/jquery/src/css.js +28 -29
- data/bower_components/jquery/src/css/addGetHookIf.js +2 -4
- data/bower_components/jquery/src/css/curCSS.js +1 -1
- data/bower_components/jquery/src/css/defaultDisplay.js +1 -1
- data/bower_components/jquery/src/css/support.js +5 -0
- data/bower_components/jquery/src/css/var/getStyles.js +8 -1
- data/bower_components/jquery/src/data.js +10 -11
- data/bower_components/jquery/src/data/Data.js +3 -3
- data/bower_components/jquery/src/deferred.js +2 -2
- data/bower_components/jquery/src/dimensions.js +1 -1
- data/bower_components/jquery/src/effects.js +29 -30
- data/bower_components/jquery/src/effects/Tween.js +7 -7
- data/bower_components/jquery/src/event.js +5 -5
- data/bower_components/jquery/src/event/ajax.js +13 -0
- data/bower_components/jquery/src/exports/global.js +2 -2
- data/bower_components/jquery/src/intro.js +8 -8
- data/bower_components/jquery/src/jquery.js +1 -0
- data/bower_components/jquery/src/manipulation.js +9 -11
- data/bower_components/jquery/src/manipulation/support.js +6 -5
- data/bower_components/jquery/src/offset.js +9 -6
- data/bower_components/jquery/src/queue.js +3 -3
- data/bower_components/jquery/src/sizzle/dist/sizzle.js +83 -60
- data/bower_components/jquery/src/sizzle/dist/sizzle.min.js +3 -3
- data/bower_components/jquery/src/sizzle/dist/sizzle.min.map +1 -1
- data/bower_components/jquery/src/traversing.js +3 -4
- data/bower_components/jquery/src/wrap.js +1 -0
- data/bower_components/underscore/.bower.json +9 -7
- data/bower_components/underscore/LICENSE +1 -1
- data/bower_components/underscore/bower.json +2 -3
- data/bower_components/underscore/underscore-min.js +6 -0
- data/bower_components/underscore/underscore-min.map +1 -0
- data/bower_components/underscore/underscore.js +756 -551
- data/lib/rubyneat_dashboard.rb +27 -4
- data/lib/rubyneat_dashboard/main.rb +15 -10
- data/lib/rubyneat_dashboard/rubyneat_api.rb +9 -0
- data/lib/rubyneat_dashboard/rubyneat_dsl.rb +12 -1
- data/rubyneat_dashboard.gemspec +93 -44
- data/views/home.haml +0 -5
- data/views/json/population.rabl +5 -0
- data/views/json/population/critter/genotype.rabl +9 -0
- data/views/json/population/critter/phenotype.rabl +2 -0
- data/views/layout.haml +1 -1
- data/views/population/home.haml +1 -2
- metadata +201 -42
- data/bower_components/animate.css/.editorconfig +0 -11
- data/bower_components/animate.css/.gitignore +0 -4
- data/bower_components/animate.css/README.md +0 -73
- data/bower_components/d3/.spmignore +0 -4
- data/bower_components/d3/composer.json +0 -19
- data/bower_components/jquery-placeholder/.gitattributes +0 -1
- data/bower_components/jquery-placeholder/.gitignore +0 -1
- data/bower_components/jquery-placeholder/LICENSE-MIT.txt +0 -20
- data/bower_components/jquery-placeholder/README.md +0 -76
- data/bower_components/jquery-placeholder/demo.html +0 -55
- data/bower_components/jquery-placeholder/tests/index.html +0 -32
- data/bower_components/jquery-placeholder/tests/tests.js +0 -134
- data/bower_components/jquery-ui/themes/base/images/animated-overlay.gif +0 -0
- data/bower_components/underscore/.editorconfig +0 -14
- data/bower_components/underscore/.gitignore +0 -2
- data/bower_components/underscore/component.json +0 -10
- data/bower_components/underscore/package.json +0 -27
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Button 1.11.
|
2
|
+
* jQuery UI Button 1.11.4
|
3
3
|
* http://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright jQuery Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
7
|
* http://jquery.org/license
|
8
8
|
*
|
@@ -52,7 +52,7 @@ var lastActive,
|
|
52
52
|
};
|
53
53
|
|
54
54
|
$.widget( "ui.button", {
|
55
|
-
version: "1.11.
|
55
|
+
version: "1.11.4",
|
56
56
|
defaultElement: "<button>",
|
57
57
|
options: {
|
58
58
|
disabled: null,
|
@@ -348,7 +348,7 @@ $.widget( "ui.button", {
|
|
348
348
|
});
|
349
349
|
|
350
350
|
$.widget( "ui.buttonset", {
|
351
|
-
version: "1.11.
|
351
|
+
version: "1.11.4",
|
352
352
|
options: {
|
353
353
|
items: "button, input[type=button], input[type=submit], input[type=reset], input[type=checkbox], input[type=radio], a, :data(ui-button)"
|
354
354
|
},
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Core 1.11.
|
2
|
+
* jQuery UI Core 1.11.4
|
3
3
|
* http://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright jQuery Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
7
|
* http://jquery.org/license
|
8
8
|
*
|
@@ -24,7 +24,7 @@
|
|
24
24
|
$.ui = $.ui || {};
|
25
25
|
|
26
26
|
$.extend( $.ui, {
|
27
|
-
version: "1.11.
|
27
|
+
version: "1.11.4",
|
28
28
|
|
29
29
|
keyCode: {
|
30
30
|
BACKSPACE: 8,
|
@@ -48,15 +48,16 @@ $.extend( $.ui, {
|
|
48
48
|
|
49
49
|
// plugins
|
50
50
|
$.fn.extend({
|
51
|
-
scrollParent: function() {
|
51
|
+
scrollParent: function( includeHidden ) {
|
52
52
|
var position = this.css( "position" ),
|
53
53
|
excludeStaticParent = position === "absolute",
|
54
|
+
overflowRegex = includeHidden ? /(auto|scroll|hidden)/ : /(auto|scroll)/,
|
54
55
|
scrollParent = this.parents().filter( function() {
|
55
56
|
var parent = $( this );
|
56
57
|
if ( excludeStaticParent && parent.css( "position" ) === "static" ) {
|
57
58
|
return false;
|
58
59
|
}
|
59
|
-
return
|
60
|
+
return overflowRegex.test( parent.css( "overflow" ) + parent.css( "overflow-y" ) + parent.css( "overflow-x" ) );
|
60
61
|
}).eq( 0 );
|
61
62
|
|
62
63
|
return position === "fixed" || !scrollParent.length ? $( this[ 0 ].ownerDocument || document ) : scrollParent;
|
@@ -93,10 +94,10 @@ function focusable( element, isTabIndexNotNaN ) {
|
|
93
94
|
if ( !element.href || !mapName || map.nodeName.toLowerCase() !== "map" ) {
|
94
95
|
return false;
|
95
96
|
}
|
96
|
-
img = $( "img[usemap
|
97
|
+
img = $( "img[usemap='#" + mapName + "']" )[ 0 ];
|
97
98
|
return !!img && visible( img );
|
98
99
|
}
|
99
|
-
return (
|
100
|
+
return ( /^(input|select|textarea|button|object)$/.test( nodeName ) ?
|
100
101
|
!element.disabled :
|
101
102
|
"a" === nodeName ?
|
102
103
|
element.href || isTabIndexNotNaN :
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Datepicker 1.11.
|
2
|
+
* jQuery UI Datepicker 1.11.4
|
3
3
|
* http://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright jQuery Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
7
|
* http://jquery.org/license
|
8
8
|
*
|
@@ -23,7 +23,7 @@
|
|
23
23
|
}
|
24
24
|
}(function( $ ) {
|
25
25
|
|
26
|
-
$.extend($.ui, { datepicker: { version: "1.11.
|
26
|
+
$.extend($.ui, { datepicker: { version: "1.11.4" } });
|
27
27
|
|
28
28
|
var datepicker_instActive;
|
29
29
|
|
@@ -389,6 +389,10 @@ $.extend(Datepicker.prototype, {
|
|
389
389
|
} else if (nodeName === "div" || nodeName === "span") {
|
390
390
|
$target.removeClass(this.markerClassName).empty();
|
391
391
|
}
|
392
|
+
|
393
|
+
if ( datepicker_instActive === inst ) {
|
394
|
+
datepicker_instActive = null;
|
395
|
+
}
|
392
396
|
},
|
393
397
|
|
394
398
|
/* Enable the date picker to a jQuery selection.
|
@@ -799,12 +803,16 @@ $.extend(Datepicker.prototype, {
|
|
799
803
|
datepicker_instActive = inst; // for delegate hover events
|
800
804
|
inst.dpDiv.empty().append(this._generateHTML(inst));
|
801
805
|
this._attachHandlers(inst);
|
802
|
-
inst.dpDiv.find("." + this._dayOverClass + " a");
|
803
806
|
|
804
807
|
var origyearshtml,
|
805
808
|
numMonths = this._getNumberOfMonths(inst),
|
806
809
|
cols = numMonths[1],
|
807
|
-
width = 17
|
810
|
+
width = 17,
|
811
|
+
activeCell = inst.dpDiv.find( "." + this._dayOverClass + " a" );
|
812
|
+
|
813
|
+
if ( activeCell.length > 0 ) {
|
814
|
+
datepicker_handleMouseover.apply( activeCell.get( 0 ) );
|
815
|
+
}
|
808
816
|
|
809
817
|
inst.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width("");
|
810
818
|
if (cols > 1) {
|
@@ -1138,7 +1146,8 @@ $.extend(Datepicker.prototype, {
|
|
1138
1146
|
var isDoubled = lookAhead(match),
|
1139
1147
|
size = (match === "@" ? 14 : (match === "!" ? 20 :
|
1140
1148
|
(match === "y" && isDoubled ? 4 : (match === "o" ? 3 : 2)))),
|
1141
|
-
|
1149
|
+
minSize = (match === "y" ? size : 1),
|
1150
|
+
digits = new RegExp("^\\d{" + minSize + "," + size + "}"),
|
1142
1151
|
num = value.substring(iValue).match(digits);
|
1143
1152
|
if (!num) {
|
1144
1153
|
throw "Missing number at position " + iValue;
|
@@ -1999,18 +2008,20 @@ function datepicker_bindHover(dpDiv) {
|
|
1999
2008
|
$(this).removeClass("ui-datepicker-next-hover");
|
2000
2009
|
}
|
2001
2010
|
})
|
2002
|
-
.delegate(selector, "mouseover",
|
2003
|
-
|
2004
|
-
|
2005
|
-
|
2006
|
-
|
2007
|
-
|
2008
|
-
|
2009
|
-
|
2010
|
-
|
2011
|
-
|
2012
|
-
|
2013
|
-
|
2011
|
+
.delegate( selector, "mouseover", datepicker_handleMouseover );
|
2012
|
+
}
|
2013
|
+
|
2014
|
+
function datepicker_handleMouseover() {
|
2015
|
+
if (!$.datepicker._isDisabledDatepicker( datepicker_instActive.inline? datepicker_instActive.dpDiv.parent()[0] : datepicker_instActive.input[0])) {
|
2016
|
+
$(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover");
|
2017
|
+
$(this).addClass("ui-state-hover");
|
2018
|
+
if (this.className.indexOf("ui-datepicker-prev") !== -1) {
|
2019
|
+
$(this).addClass("ui-datepicker-prev-hover");
|
2020
|
+
}
|
2021
|
+
if (this.className.indexOf("ui-datepicker-next") !== -1) {
|
2022
|
+
$(this).addClass("ui-datepicker-next-hover");
|
2023
|
+
}
|
2024
|
+
}
|
2014
2025
|
}
|
2015
2026
|
|
2016
2027
|
/* jQuery extend now ignores nulls! */
|
@@ -2066,7 +2077,7 @@ $.fn.datepicker = function(options){
|
|
2066
2077
|
$.datepicker = new Datepicker(); // singleton instance
|
2067
2078
|
$.datepicker.initialized = false;
|
2068
2079
|
$.datepicker.uuid = new Date().getTime();
|
2069
|
-
$.datepicker.version = "1.11.
|
2080
|
+
$.datepicker.version = "1.11.4";
|
2070
2081
|
|
2071
2082
|
return $.datepicker;
|
2072
2083
|
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Dialog 1.11.
|
2
|
+
* jQuery UI Dialog 1.11.4
|
3
3
|
* http://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright jQuery Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
7
|
* http://jquery.org/license
|
8
8
|
*
|
@@ -30,7 +30,7 @@
|
|
30
30
|
}(function( $ ) {
|
31
31
|
|
32
32
|
return $.widget( "ui.dialog", {
|
33
|
-
version: "1.11.
|
33
|
+
version: "1.11.4",
|
34
34
|
options: {
|
35
35
|
appendTo: "body",
|
36
36
|
autoOpen: true,
|
@@ -150,6 +150,7 @@ return $.widget( "ui.dialog", {
|
|
150
150
|
var next,
|
151
151
|
originalPosition = this.originalPosition;
|
152
152
|
|
153
|
+
this._untrackInstance();
|
153
154
|
this._destroyOverlay();
|
154
155
|
|
155
156
|
this.element
|
@@ -228,10 +229,10 @@ return $.widget( "ui.dialog", {
|
|
228
229
|
|
229
230
|
_moveToTop: function( event, silent ) {
|
230
231
|
var moved = false,
|
231
|
-
|
232
|
+
zIndices = this.uiDialog.siblings( ".ui-front:visible" ).map(function() {
|
232
233
|
return +$( this ).css( "z-index" );
|
233
234
|
}).get(),
|
234
|
-
zIndexMax = Math.max.apply( null,
|
235
|
+
zIndexMax = Math.max.apply( null, zIndices );
|
235
236
|
|
236
237
|
if ( zIndexMax >= +this.uiDialog.css( "z-index" ) ) {
|
237
238
|
this.uiDialog.css( "z-index", zIndexMax + 1 );
|
@@ -260,11 +261,24 @@ return $.widget( "ui.dialog", {
|
|
260
261
|
this._position();
|
261
262
|
this._createOverlay();
|
262
263
|
this._moveToTop( null, true );
|
264
|
+
|
265
|
+
// Ensure the overlay is moved to the top with the dialog, but only when
|
266
|
+
// opening. The overlay shouldn't move after the dialog is open so that
|
267
|
+
// modeless dialogs opened after the modal dialog stack properly.
|
268
|
+
if ( this.overlay ) {
|
269
|
+
this.overlay.css( "z-index", this.uiDialog.css( "z-index" ) - 1 );
|
270
|
+
}
|
271
|
+
|
263
272
|
this._show( this.uiDialog, this.options.show, function() {
|
264
273
|
that._focusTabbable();
|
265
274
|
that._trigger( "focus" );
|
266
275
|
});
|
267
276
|
|
277
|
+
// Track the dialog immediately upon openening in case a focus event
|
278
|
+
// somehow occurs outside of the dialog before an element inside the
|
279
|
+
// dialog is focused (#10152)
|
280
|
+
this._makeFocusTarget();
|
281
|
+
|
268
282
|
this._trigger( "open" );
|
269
283
|
},
|
270
284
|
|
@@ -576,14 +590,18 @@ return $.widget( "ui.dialog", {
|
|
576
590
|
|
577
591
|
_trackFocus: function() {
|
578
592
|
this._on( this.widget(), {
|
579
|
-
|
580
|
-
this.
|
581
|
-
this._trackingInstances().unshift( this );
|
593
|
+
focusin: function( event ) {
|
594
|
+
this._makeFocusTarget();
|
582
595
|
this._focusedElement = $( event.target );
|
583
596
|
}
|
584
597
|
});
|
585
598
|
},
|
586
599
|
|
600
|
+
_makeFocusTarget: function() {
|
601
|
+
this._untrackInstance();
|
602
|
+
this._trackingInstances().unshift( this );
|
603
|
+
},
|
604
|
+
|
587
605
|
_untrackInstance: function() {
|
588
606
|
var instances = this._trackingInstances(),
|
589
607
|
exists = $.inArray( this, instances );
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Draggable 1.11.
|
2
|
+
* jQuery UI Draggable 1.11.4
|
3
3
|
* http://jqueryui.com
|
4
4
|
*
|
5
|
-
* Copyright
|
5
|
+
* Copyright jQuery Foundation and other contributors
|
6
6
|
* Released under the MIT license.
|
7
7
|
* http://jquery.org/license
|
8
8
|
*
|
@@ -26,7 +26,7 @@
|
|
26
26
|
}(function( $ ) {
|
27
27
|
|
28
28
|
$.widget("ui.draggable", $.ui.mouse, {
|
29
|
-
version: "1.11.
|
29
|
+
version: "1.11.4",
|
30
30
|
widgetEventPrefix: "drag",
|
31
31
|
options: {
|
32
32
|
addClasses: true,
|
@@ -61,8 +61,8 @@ $.widget("ui.draggable", $.ui.mouse, {
|
|
61
61
|
},
|
62
62
|
_create: function() {
|
63
63
|
|
64
|
-
if (this.options.helper === "original"
|
65
|
-
this.
|
64
|
+
if ( this.options.helper === "original" ) {
|
65
|
+
this._setPositionRelative();
|
66
66
|
}
|
67
67
|
if (this.options.addClasses){
|
68
68
|
this.element.addClass("ui-draggable");
|
@@ -78,6 +78,7 @@ $.widget("ui.draggable", $.ui.mouse, {
|
|
78
78
|
_setOption: function( key, value ) {
|
79
79
|
this._super( key, value );
|
80
80
|
if ( key === "handle" ) {
|
81
|
+
this._removeHandleClassName();
|
81
82
|
this._setHandleClassName();
|
82
83
|
}
|
83
84
|
},
|
@@ -93,20 +94,9 @@ $.widget("ui.draggable", $.ui.mouse, {
|
|
93
94
|
},
|
94
95
|
|
95
96
|
_mouseCapture: function(event) {
|
97
|
+
var o = this.options;
|
96
98
|
|
97
|
-
|
98
|
-
o = this.options;
|
99
|
-
|
100
|
-
// support: IE9
|
101
|
-
// IE9 throws an "Unspecified error" accessing document.activeElement from an <iframe>
|
102
|
-
try {
|
103
|
-
// Support: IE9+
|
104
|
-
// If the <body> is blurred, IE will switch windows, see #9520
|
105
|
-
if ( document.activeElement && document.activeElement.nodeName.toLowerCase() !== "body" ) {
|
106
|
-
// Blur any element that currently has focus, see #4261
|
107
|
-
$( document.activeElement ).blur();
|
108
|
-
}
|
109
|
-
} catch ( error ) {}
|
99
|
+
this._blurActiveElement( event );
|
110
100
|
|
111
101
|
// among others, prevent a drag on a resizable-handle
|
112
102
|
if (this.helper || o.disabled || $(event.target).closest(".ui-resizable-handle").length > 0) {
|
@@ -119,20 +109,54 @@ $.widget("ui.draggable", $.ui.mouse, {
|
|
119
109
|
return false;
|
120
110
|
}
|
121
111
|
|
122
|
-
|
123
|
-
$("<div class='ui-draggable-iframeFix' style='background: #fff;'></div>")
|
124
|
-
.css({
|
125
|
-
width: this.offsetWidth + "px", height: this.offsetHeight + "px",
|
126
|
-
position: "absolute", opacity: "0.001", zIndex: 1000
|
127
|
-
})
|
128
|
-
.css($(this).offset())
|
129
|
-
.appendTo("body");
|
130
|
-
});
|
112
|
+
this._blockFrames( o.iframeFix === true ? "iframe" : o.iframeFix );
|
131
113
|
|
132
114
|
return true;
|
133
115
|
|
134
116
|
},
|
135
117
|
|
118
|
+
_blockFrames: function( selector ) {
|
119
|
+
this.iframeBlocks = this.document.find( selector ).map(function() {
|
120
|
+
var iframe = $( this );
|
121
|
+
|
122
|
+
return $( "<div>" )
|
123
|
+
.css( "position", "absolute" )
|
124
|
+
.appendTo( iframe.parent() )
|
125
|
+
.outerWidth( iframe.outerWidth() )
|
126
|
+
.outerHeight( iframe.outerHeight() )
|
127
|
+
.offset( iframe.offset() )[ 0 ];
|
128
|
+
});
|
129
|
+
},
|
130
|
+
|
131
|
+
_unblockFrames: function() {
|
132
|
+
if ( this.iframeBlocks ) {
|
133
|
+
this.iframeBlocks.remove();
|
134
|
+
delete this.iframeBlocks;
|
135
|
+
}
|
136
|
+
},
|
137
|
+
|
138
|
+
_blurActiveElement: function( event ) {
|
139
|
+
var document = this.document[ 0 ];
|
140
|
+
|
141
|
+
// Only need to blur if the event occurred on the draggable itself, see #10527
|
142
|
+
if ( !this.handleElement.is( event.target ) ) {
|
143
|
+
return;
|
144
|
+
}
|
145
|
+
|
146
|
+
// support: IE9
|
147
|
+
// IE9 throws an "Unspecified error" accessing document.activeElement from an <iframe>
|
148
|
+
try {
|
149
|
+
|
150
|
+
// Support: IE9, IE10
|
151
|
+
// If the <body> is blurred, IE will switch windows, see #9520
|
152
|
+
if ( document.activeElement && document.activeElement.nodeName.toLowerCase() !== "body" ) {
|
153
|
+
|
154
|
+
// Blur any element that currently has focus, see #4261
|
155
|
+
$( document.activeElement ).blur();
|
156
|
+
}
|
157
|
+
} catch ( error ) {}
|
158
|
+
},
|
159
|
+
|
136
160
|
_mouseStart: function(event) {
|
137
161
|
|
138
162
|
var o = this.options;
|
@@ -160,28 +184,15 @@ $.widget("ui.draggable", $.ui.mouse, {
|
|
160
184
|
|
161
185
|
//Store the helper's css position
|
162
186
|
this.cssPosition = this.helper.css( "position" );
|
163
|
-
this.scrollParent = this.helper.scrollParent();
|
187
|
+
this.scrollParent = this.helper.scrollParent( true );
|
164
188
|
this.offsetParent = this.helper.offsetParent();
|
165
|
-
this.
|
189
|
+
this.hasFixedAncestor = this.helper.parents().filter(function() {
|
190
|
+
return $( this ).css( "position" ) === "fixed";
|
191
|
+
}).length > 0;
|
166
192
|
|
167
193
|
//The element's absolute position on the page minus margins
|
168
|
-
this.
|
169
|
-
this.
|
170
|
-
top: this.offset.top - this.margins.top,
|
171
|
-
left: this.offset.left - this.margins.left
|
172
|
-
};
|
173
|
-
|
174
|
-
//Reset scroll cache
|
175
|
-
this.offset.scroll = false;
|
176
|
-
|
177
|
-
$.extend(this.offset, {
|
178
|
-
click: { //Where the click happened, relative to the element
|
179
|
-
left: event.pageX - this.offset.left,
|
180
|
-
top: event.pageY - this.offset.top
|
181
|
-
},
|
182
|
-
parent: this._getParentOffset(),
|
183
|
-
relative: this._getRelativeOffset() //This is a relative to absolute position minus the actual position calculation - only used for relative positioned helper
|
184
|
-
});
|
194
|
+
this.positionAbs = this.element.offset();
|
195
|
+
this._refreshOffsets( event );
|
185
196
|
|
186
197
|
//Generate the original position
|
187
198
|
this.originalPosition = this.position = this._generatePosition( event, false );
|
@@ -208,6 +219,10 @@ $.widget("ui.draggable", $.ui.mouse, {
|
|
208
219
|
$.ui.ddmanager.prepareOffsets(this, event);
|
209
220
|
}
|
210
221
|
|
222
|
+
// Reset helper's right/bottom css if they're set and set explicit width/height instead
|
223
|
+
// as this prevents resizing of elements with right/bottom set (see #7772)
|
224
|
+
this._normalizeRightBottom();
|
225
|
+
|
211
226
|
this._mouseDrag(event, true); //Execute the drag once - this causes the helper not to be visible before getting its correct position
|
212
227
|
|
213
228
|
//If the ddmanager is used for droppables, inform the manager that dragging has started (see #5003)
|
@@ -218,9 +233,24 @@ $.widget("ui.draggable", $.ui.mouse, {
|
|
218
233
|
return true;
|
219
234
|
},
|
220
235
|
|
236
|
+
_refreshOffsets: function( event ) {
|
237
|
+
this.offset = {
|
238
|
+
top: this.positionAbs.top - this.margins.top,
|
239
|
+
left: this.positionAbs.left - this.margins.left,
|
240
|
+
scroll: false,
|
241
|
+
parent: this._getParentOffset(),
|
242
|
+
relative: this._getRelativeOffset()
|
243
|
+
};
|
244
|
+
|
245
|
+
this.offset.click = {
|
246
|
+
left: event.pageX - this.offset.left,
|
247
|
+
top: event.pageY - this.offset.top
|
248
|
+
};
|
249
|
+
},
|
250
|
+
|
221
251
|
_mouseDrag: function(event, noPropagation) {
|
222
252
|
// reset any necessary cached properties (see #5009)
|
223
|
-
if ( this.
|
253
|
+
if ( this.hasFixedAncestor ) {
|
224
254
|
this.offset.parent = this._getParentOffset();
|
225
255
|
}
|
226
256
|
|
@@ -278,19 +308,19 @@ $.widget("ui.draggable", $.ui.mouse, {
|
|
278
308
|
return false;
|
279
309
|
},
|
280
310
|
|
281
|
-
_mouseUp: function(event) {
|
282
|
-
|
283
|
-
$("div.ui-draggable-iframeFix").each(function() {
|
284
|
-
this.parentNode.removeChild(this);
|
285
|
-
});
|
311
|
+
_mouseUp: function( event ) {
|
312
|
+
this._unblockFrames();
|
286
313
|
|
287
314
|
//If the ddmanager is used for droppables, inform the manager that dragging has stopped (see #5003)
|
288
315
|
if ( $.ui.ddmanager ) {
|
289
316
|
$.ui.ddmanager.dragStop(this, event);
|
290
317
|
}
|
291
318
|
|
292
|
-
//
|
293
|
-
this.
|
319
|
+
// Only need to focus if the event occurred on the draggable itself, see #10527
|
320
|
+
if ( this.handleElement.is( event.target ) ) {
|
321
|
+
// The interaction is over; whether or not the click resulted in a drag, focus the element
|
322
|
+
this.element.focus();
|
323
|
+
}
|
294
324
|
|
295
325
|
return $.ui.mouse.prototype._mouseUp.call(this, event);
|
296
326
|
},
|
@@ -314,25 +344,36 @@ $.widget("ui.draggable", $.ui.mouse, {
|
|
314
344
|
},
|
315
345
|
|
316
346
|
_setHandleClassName: function() {
|
317
|
-
this.
|
318
|
-
|
347
|
+
this.handleElement = this.options.handle ?
|
348
|
+
this.element.find( this.options.handle ) : this.element;
|
349
|
+
this.handleElement.addClass( "ui-draggable-handle" );
|
319
350
|
},
|
320
351
|
|
321
352
|
_removeHandleClassName: function() {
|
322
|
-
this.
|
323
|
-
.addBack()
|
324
|
-
.removeClass( "ui-draggable-handle" );
|
353
|
+
this.handleElement.removeClass( "ui-draggable-handle" );
|
325
354
|
},
|
326
355
|
|
327
356
|
_createHelper: function(event) {
|
328
357
|
|
329
358
|
var o = this.options,
|
330
|
-
|
359
|
+
helperIsFunction = $.isFunction( o.helper ),
|
360
|
+
helper = helperIsFunction ?
|
361
|
+
$( o.helper.apply( this.element[ 0 ], [ event ] ) ) :
|
362
|
+
( o.helper === "clone" ?
|
363
|
+
this.element.clone().removeAttr( "id" ) :
|
364
|
+
this.element );
|
331
365
|
|
332
366
|
if (!helper.parents("body").length) {
|
333
367
|
helper.appendTo((o.appendTo === "parent" ? this.element[0].parentNode : o.appendTo));
|
334
368
|
}
|
335
369
|
|
370
|
+
// http://bugs.jqueryui.com/ticket/9446
|
371
|
+
// a helper function can return the original element
|
372
|
+
// which wouldn't have been set to relative in _create
|
373
|
+
if ( helperIsFunction && helper[ 0 ] === this.element[ 0 ] ) {
|
374
|
+
this._setPositionRelative();
|
375
|
+
}
|
376
|
+
|
336
377
|
if (helper[0] !== this.element[0] && !(/(fixed|absolute)/).test(helper.css("position"))) {
|
337
378
|
helper.css("position", "absolute");
|
338
379
|
}
|
@@ -341,6 +382,12 @@ $.widget("ui.draggable", $.ui.mouse, {
|
|
341
382
|
|
342
383
|
},
|
343
384
|
|
385
|
+
_setPositionRelative: function() {
|
386
|
+
if ( !( /^(?:r|a|f)/ ).test( this.element.css( "position" ) ) ) {
|
387
|
+
this.element[ 0 ].style.position = "relative";
|
388
|
+
}
|
389
|
+
},
|
390
|
+
|
344
391
|
_adjustOffsetFromHelper: function(obj) {
|
345
392
|
if (typeof obj === "string") {
|
346
393
|
obj = obj.split(" ");
|
@@ -386,8 +433,8 @@ $.widget("ui.draggable", $.ui.mouse, {
|
|
386
433
|
}
|
387
434
|
|
388
435
|
return {
|
389
|
-
top: po.top + (parseInt(this.offsetParent.css("borderTopWidth"),10) || 0),
|
390
|
-
left: po.left + (parseInt(this.offsetParent.css("borderLeftWidth"),10) || 0)
|
436
|
+
top: po.top + (parseInt(this.offsetParent.css("borderTopWidth"), 10) || 0),
|
437
|
+
left: po.left + (parseInt(this.offsetParent.css("borderLeftWidth"), 10) || 0)
|
391
438
|
};
|
392
439
|
|
393
440
|
},
|
@@ -409,10 +456,10 @@ $.widget("ui.draggable", $.ui.mouse, {
|
|
409
456
|
|
410
457
|
_cacheMargins: function() {
|
411
458
|
this.margins = {
|
412
|
-
left: (parseInt(this.element.css("marginLeft"),10) || 0),
|
413
|
-
top: (parseInt(this.element.css("marginTop"),10) || 0),
|
414
|
-
right: (parseInt(this.element.css("marginRight"),10) || 0),
|
415
|
-
bottom: (parseInt(this.element.css("marginBottom"),10) || 0)
|
459
|
+
left: (parseInt(this.element.css("marginLeft"), 10) || 0),
|
460
|
+
top: (parseInt(this.element.css("marginTop"), 10) || 0),
|
461
|
+
right: (parseInt(this.element.css("marginRight"), 10) || 0),
|
462
|
+
bottom: (parseInt(this.element.css("marginBottom"), 10) || 0)
|
416
463
|
};
|
417
464
|
},
|
418
465
|
|
@@ -425,11 +472,11 @@ $.widget("ui.draggable", $.ui.mouse, {
|
|
425
472
|
|
426
473
|
_setContainment: function() {
|
427
474
|
|
428
|
-
var
|
475
|
+
var isUserScrollable, c, ce,
|
429
476
|
o = this.options,
|
430
477
|
document = this.document[ 0 ];
|
431
478
|
|
432
|
-
this.
|
479
|
+
this.relativeContainer = null;
|
433
480
|
|
434
481
|
if ( !o.containment ) {
|
435
482
|
this.containment = null;
|
@@ -472,15 +519,25 @@ $.widget("ui.draggable", $.ui.mouse, {
|
|
472
519
|
return;
|
473
520
|
}
|
474
521
|
|
475
|
-
|
522
|
+
isUserScrollable = /(scroll|auto)/.test( c.css( "overflow" ) );
|
476
523
|
|
477
524
|
this.containment = [
|
478
525
|
( parseInt( c.css( "borderLeftWidth" ), 10 ) || 0 ) + ( parseInt( c.css( "paddingLeft" ), 10 ) || 0 ),
|
479
526
|
( parseInt( c.css( "borderTopWidth" ), 10 ) || 0 ) + ( parseInt( c.css( "paddingTop" ), 10 ) || 0 ),
|
480
|
-
(
|
481
|
-
|
527
|
+
( isUserScrollable ? Math.max( ce.scrollWidth, ce.offsetWidth ) : ce.offsetWidth ) -
|
528
|
+
( parseInt( c.css( "borderRightWidth" ), 10 ) || 0 ) -
|
529
|
+
( parseInt( c.css( "paddingRight" ), 10 ) || 0 ) -
|
530
|
+
this.helperProportions.width -
|
531
|
+
this.margins.left -
|
532
|
+
this.margins.right,
|
533
|
+
( isUserScrollable ? Math.max( ce.scrollHeight, ce.offsetHeight ) : ce.offsetHeight ) -
|
534
|
+
( parseInt( c.css( "borderBottomWidth" ), 10 ) || 0 ) -
|
535
|
+
( parseInt( c.css( "paddingBottom" ), 10 ) || 0 ) -
|
536
|
+
this.helperProportions.height -
|
537
|
+
this.margins.top -
|
538
|
+
this.margins.bottom
|
482
539
|
];
|
483
|
-
this.
|
540
|
+
this.relativeContainer = c;
|
484
541
|
},
|
485
542
|
|
486
543
|
_convertPositionTo: function(d, pos) {
|
@@ -533,8 +590,8 @@ $.widget("ui.draggable", $.ui.mouse, {
|
|
533
590
|
// If we are not dragging yet, we won't check for options
|
534
591
|
if ( constrainPosition ) {
|
535
592
|
if ( this.containment ) {
|
536
|
-
if ( this.
|
537
|
-
co = this.
|
593
|
+
if ( this.relativeContainer ){
|
594
|
+
co = this.relativeContainer.offset();
|
538
595
|
containment = [
|
539
596
|
this.containment[ 0 ] + co.left,
|
540
597
|
this.containment[ 1 ] + co.top,
|
@@ -608,16 +665,29 @@ $.widget("ui.draggable", $.ui.mouse, {
|
|
608
665
|
}
|
609
666
|
},
|
610
667
|
|
668
|
+
_normalizeRightBottom: function() {
|
669
|
+
if ( this.options.axis !== "y" && this.helper.css( "right" ) !== "auto" ) {
|
670
|
+
this.helper.width( this.helper.width() );
|
671
|
+
this.helper.css( "right", "auto" );
|
672
|
+
}
|
673
|
+
if ( this.options.axis !== "x" && this.helper.css( "bottom" ) !== "auto" ) {
|
674
|
+
this.helper.height( this.helper.height() );
|
675
|
+
this.helper.css( "bottom", "auto" );
|
676
|
+
}
|
677
|
+
},
|
678
|
+
|
611
679
|
// From now on bulk stuff - mainly helpers
|
612
680
|
|
613
|
-
_trigger: function(type, event, ui) {
|
681
|
+
_trigger: function( type, event, ui ) {
|
614
682
|
ui = ui || this._uiHash();
|
615
683
|
$.ui.plugin.call( this, type, [ event, ui, this ], true );
|
616
|
-
|
617
|
-
|
618
|
-
|
684
|
+
|
685
|
+
// Absolute position and offset (see #6884 ) have to be recalculated after plugins
|
686
|
+
if ( /^(drag|start|stop)/.test( type ) ) {
|
687
|
+
this.positionAbs = this._convertPositionTo( "absolute" );
|
688
|
+
ui.offset = this.positionAbs;
|
619
689
|
}
|
620
|
-
return $.Widget.prototype._trigger.call(this, type, event, ui);
|
690
|
+
return $.Widget.prototype._trigger.call( this, type, event, ui );
|
621
691
|
},
|
622
692
|
|
623
693
|
plugins: {},
|
@@ -633,160 +703,201 @@ $.widget("ui.draggable", $.ui.mouse, {
|
|
633
703
|
|
634
704
|
});
|
635
705
|
|
636
|
-
$.ui.plugin.add("draggable", "connectToSortable", {
|
637
|
-
start: function( event, ui,
|
706
|
+
$.ui.plugin.add( "draggable", "connectToSortable", {
|
707
|
+
start: function( event, ui, draggable ) {
|
708
|
+
var uiSortable = $.extend( {}, ui, {
|
709
|
+
item: draggable.element
|
710
|
+
});
|
638
711
|
|
639
|
-
|
640
|
-
|
641
|
-
inst.sortables = [];
|
642
|
-
$(o.connectToSortable).each(function() {
|
712
|
+
draggable.sortables = [];
|
713
|
+
$( draggable.options.connectToSortable ).each(function() {
|
643
714
|
var sortable = $( this ).sortable( "instance" );
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
|
715
|
+
|
716
|
+
if ( sortable && !sortable.options.disabled ) {
|
717
|
+
draggable.sortables.push( sortable );
|
718
|
+
|
719
|
+
// refreshPositions is called at drag start to refresh the containerCache
|
720
|
+
// which is used in drag. This ensures it's initialized and synchronized
|
721
|
+
// with any changes that might have happened on the page since initialization.
|
722
|
+
sortable.refreshPositions();
|
650
723
|
sortable._trigger("activate", event, uiSortable);
|
651
724
|
}
|
652
725
|
});
|
653
|
-
|
654
726
|
},
|
655
|
-
stop: function( event, ui,
|
656
|
-
|
657
|
-
//If we are still over the sortable, we fake the stop event of the sortable, but also remove helper
|
727
|
+
stop: function( event, ui, draggable ) {
|
658
728
|
var uiSortable = $.extend( {}, ui, {
|
659
|
-
item:
|
729
|
+
item: draggable.element
|
660
730
|
});
|
661
731
|
|
662
|
-
|
663
|
-
if (this.instance.isOver) {
|
664
|
-
|
665
|
-
this.instance.isOver = 0;
|
732
|
+
draggable.cancelHelperRemoval = false;
|
666
733
|
|
667
|
-
|
668
|
-
|
734
|
+
$.each( draggable.sortables, function() {
|
735
|
+
var sortable = this;
|
669
736
|
|
670
|
-
|
671
|
-
|
672
|
-
this.instance.options.revert = this.shouldRevert;
|
673
|
-
}
|
737
|
+
if ( sortable.isOver ) {
|
738
|
+
sortable.isOver = 0;
|
674
739
|
|
675
|
-
//
|
676
|
-
|
740
|
+
// Allow this sortable to handle removing the helper
|
741
|
+
draggable.cancelHelperRemoval = true;
|
742
|
+
sortable.cancelHelperRemoval = false;
|
677
743
|
|
678
|
-
|
744
|
+
// Use _storedCSS To restore properties in the sortable,
|
745
|
+
// as this also handles revert (#9675) since the draggable
|
746
|
+
// may have modified them in unexpected ways (#8809)
|
747
|
+
sortable._storedCSS = {
|
748
|
+
position: sortable.placeholder.css( "position" ),
|
749
|
+
top: sortable.placeholder.css( "top" ),
|
750
|
+
left: sortable.placeholder.css( "left" )
|
751
|
+
};
|
679
752
|
|
680
|
-
|
681
|
-
if (inst.options.helper === "original") {
|
682
|
-
this.instance.currentItem.css({ top: "auto", left: "auto" });
|
683
|
-
}
|
753
|
+
sortable._mouseStop(event);
|
684
754
|
|
755
|
+
// Once drag has ended, the sortable should return to using
|
756
|
+
// its original helper, not the shared helper from draggable
|
757
|
+
sortable.options.helper = sortable.options._helper;
|
685
758
|
} else {
|
686
|
-
this
|
687
|
-
|
688
|
-
|
759
|
+
// Prevent this Sortable from removing the helper.
|
760
|
+
// However, don't set the draggable to remove the helper
|
761
|
+
// either as another connected Sortable may yet handle the removal.
|
762
|
+
sortable.cancelHelperRemoval = true;
|
689
763
|
|
764
|
+
sortable._trigger( "deactivate", event, uiSortable );
|
765
|
+
}
|
690
766
|
});
|
691
|
-
|
692
767
|
},
|
693
|
-
drag: function( event, ui,
|
694
|
-
|
695
|
-
var that = this;
|
696
|
-
|
697
|
-
$.each(inst.sortables, function() {
|
698
|
-
|
768
|
+
drag: function( event, ui, draggable ) {
|
769
|
+
$.each( draggable.sortables, function() {
|
699
770
|
var innermostIntersecting = false,
|
700
|
-
|
771
|
+
sortable = this;
|
701
772
|
|
702
|
-
//Copy over
|
703
|
-
|
704
|
-
|
705
|
-
|
773
|
+
// Copy over variables that sortable's _intersectsWith uses
|
774
|
+
sortable.positionAbs = draggable.positionAbs;
|
775
|
+
sortable.helperProportions = draggable.helperProportions;
|
776
|
+
sortable.offset.click = draggable.offset.click;
|
706
777
|
|
707
|
-
if (
|
778
|
+
if ( sortable._intersectsWith( sortable.containerCache ) ) {
|
708
779
|
innermostIntersecting = true;
|
709
|
-
|
710
|
-
|
711
|
-
|
712
|
-
this.
|
713
|
-
|
714
|
-
|
715
|
-
|
716
|
-
|
780
|
+
|
781
|
+
$.each( draggable.sortables, function() {
|
782
|
+
// Copy over variables that sortable's _intersectsWith uses
|
783
|
+
this.positionAbs = draggable.positionAbs;
|
784
|
+
this.helperProportions = draggable.helperProportions;
|
785
|
+
this.offset.click = draggable.offset.click;
|
786
|
+
|
787
|
+
if ( this !== sortable &&
|
788
|
+
this._intersectsWith( this.containerCache ) &&
|
789
|
+
$.contains( sortable.element[ 0 ], this.element[ 0 ] ) ) {
|
717
790
|
innermostIntersecting = false;
|
718
791
|
}
|
792
|
+
|
719
793
|
return innermostIntersecting;
|
720
794
|
});
|
721
795
|
}
|
722
796
|
|
723
|
-
if (innermostIntersecting) {
|
724
|
-
//If it intersects, we use a little isOver variable and set it once,
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
//
|
730
|
-
|
731
|
-
|
732
|
-
|
733
|
-
|
734
|
-
|
735
|
-
|
736
|
-
|
737
|
-
|
738
|
-
|
739
|
-
|
740
|
-
|
741
|
-
|
742
|
-
|
743
|
-
|
744
|
-
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
|
797
|
+
if ( innermostIntersecting ) {
|
798
|
+
// If it intersects, we use a little isOver variable and set it once,
|
799
|
+
// so that the move-in stuff gets fired only once.
|
800
|
+
if ( !sortable.isOver ) {
|
801
|
+
sortable.isOver = 1;
|
802
|
+
|
803
|
+
// Store draggable's parent in case we need to reappend to it later.
|
804
|
+
draggable._parent = ui.helper.parent();
|
805
|
+
|
806
|
+
sortable.currentItem = ui.helper
|
807
|
+
.appendTo( sortable.element )
|
808
|
+
.data( "ui-sortable-item", true );
|
809
|
+
|
810
|
+
// Store helper option to later restore it
|
811
|
+
sortable.options._helper = sortable.options.helper;
|
812
|
+
|
813
|
+
sortable.options.helper = function() {
|
814
|
+
return ui.helper[ 0 ];
|
815
|
+
};
|
816
|
+
|
817
|
+
// Fire the start events of the sortable with our passed browser event,
|
818
|
+
// and our own helper (so it doesn't create a new one)
|
819
|
+
event.target = sortable.currentItem[ 0 ];
|
820
|
+
sortable._mouseCapture( event, true );
|
821
|
+
sortable._mouseStart( event, true, true );
|
822
|
+
|
823
|
+
// Because the browser event is way off the new appended portlet,
|
824
|
+
// modify necessary variables to reflect the changes
|
825
|
+
sortable.offset.click.top = draggable.offset.click.top;
|
826
|
+
sortable.offset.click.left = draggable.offset.click.left;
|
827
|
+
sortable.offset.parent.left -= draggable.offset.parent.left -
|
828
|
+
sortable.offset.parent.left;
|
829
|
+
sortable.offset.parent.top -= draggable.offset.parent.top -
|
830
|
+
sortable.offset.parent.top;
|
831
|
+
|
832
|
+
draggable._trigger( "toSortable", event );
|
833
|
+
|
834
|
+
// Inform draggable that the helper is in a valid drop zone,
|
835
|
+
// used solely in the revert option to handle "valid/invalid".
|
836
|
+
draggable.dropped = sortable.element;
|
837
|
+
|
838
|
+
// Need to refreshPositions of all sortables in the case that
|
839
|
+
// adding to one sortable changes the location of the other sortables (#9675)
|
840
|
+
$.each( draggable.sortables, function() {
|
841
|
+
this.refreshPositions();
|
842
|
+
});
|
843
|
+
|
844
|
+
// hack so receive/update callbacks work (mostly)
|
845
|
+
draggable.currentItem = draggable.element;
|
846
|
+
sortable.fromOutside = draggable;
|
751
847
|
}
|
752
848
|
|
753
|
-
|
754
|
-
|
755
|
-
|
849
|
+
if ( sortable.currentItem ) {
|
850
|
+
sortable._mouseDrag( event );
|
851
|
+
// Copy the sortable's position because the draggable's can potentially reflect
|
852
|
+
// a relative position, while sortable is always absolute, which the dragged
|
853
|
+
// element has now become. (#8809)
|
854
|
+
ui.position = sortable.position;
|
756
855
|
}
|
757
|
-
|
758
856
|
} else {
|
857
|
+
// If it doesn't intersect with the sortable, and it intersected before,
|
858
|
+
// we fake the drag stop of the sortable, but make sure it doesn't remove
|
859
|
+
// the helper by using cancelHelperRemoval.
|
860
|
+
if ( sortable.isOver ) {
|
759
861
|
|
760
|
-
|
761
|
-
|
762
|
-
if (this.instance.isOver) {
|
763
|
-
|
764
|
-
this.instance.isOver = 0;
|
765
|
-
this.instance.cancelHelperRemoval = true;
|
862
|
+
sortable.isOver = 0;
|
863
|
+
sortable.cancelHelperRemoval = true;
|
766
864
|
|
767
|
-
//
|
768
|
-
|
865
|
+
// Calling sortable's mouseStop would trigger a revert,
|
866
|
+
// so revert must be temporarily false until after mouseStop is called.
|
867
|
+
sortable.options._revert = sortable.options.revert;
|
868
|
+
sortable.options.revert = false;
|
769
869
|
|
770
|
-
|
771
|
-
|
870
|
+
sortable._trigger( "out", event, sortable._uiHash( sortable ) );
|
871
|
+
sortable._mouseStop( event, true );
|
772
872
|
|
773
|
-
|
774
|
-
|
873
|
+
// restore sortable behaviors that were modfied
|
874
|
+
// when the draggable entered the sortable area (#9481)
|
875
|
+
sortable.options.revert = sortable.options._revert;
|
876
|
+
sortable.options.helper = sortable.options._helper;
|
775
877
|
|
776
|
-
|
777
|
-
|
778
|
-
if (this.instance.placeholder) {
|
779
|
-
this.instance.placeholder.remove();
|
878
|
+
if ( sortable.placeholder ) {
|
879
|
+
sortable.placeholder.remove();
|
780
880
|
}
|
781
881
|
|
782
|
-
|
783
|
-
|
784
|
-
|
882
|
+
// Restore and recalculate the draggable's offset considering the sortable
|
883
|
+
// may have modified them in unexpected ways. (#8809, #10669)
|
884
|
+
ui.helper.appendTo( draggable._parent );
|
885
|
+
draggable._refreshOffsets( event );
|
886
|
+
ui.position = draggable._generatePosition( event, true );
|
785
887
|
|
786
|
-
|
888
|
+
draggable._trigger( "fromSortable", event );
|
787
889
|
|
788
|
-
|
890
|
+
// Inform draggable that the helper is no longer in a valid drop zone
|
891
|
+
draggable.dropped = false;
|
789
892
|
|
893
|
+
// Need to refreshPositions of all sortables just in case removing
|
894
|
+
// from one sortable changes the location of other sortables (#9675)
|
895
|
+
$.each( draggable.sortables, function() {
|
896
|
+
this.refreshPositions();
|
897
|
+
});
|
898
|
+
}
|
899
|
+
}
|
900
|
+
});
|
790
901
|
}
|
791
902
|
});
|
792
903
|
|
@@ -827,30 +938,35 @@ $.ui.plugin.add("draggable", "opacity", {
|
|
827
938
|
|
828
939
|
$.ui.plugin.add("draggable", "scroll", {
|
829
940
|
start: function( event, ui, i ) {
|
830
|
-
if ( i.
|
831
|
-
i.
|
941
|
+
if ( !i.scrollParentNotHidden ) {
|
942
|
+
i.scrollParentNotHidden = i.helper.scrollParent( false );
|
943
|
+
}
|
944
|
+
|
945
|
+
if ( i.scrollParentNotHidden[ 0 ] !== i.document[ 0 ] && i.scrollParentNotHidden[ 0 ].tagName !== "HTML" ) {
|
946
|
+
i.overflowOffset = i.scrollParentNotHidden.offset();
|
832
947
|
}
|
833
948
|
},
|
834
949
|
drag: function( event, ui, i ) {
|
835
950
|
|
836
951
|
var o = i.options,
|
837
952
|
scrolled = false,
|
953
|
+
scrollParent = i.scrollParentNotHidden[ 0 ],
|
838
954
|
document = i.document[ 0 ];
|
839
955
|
|
840
|
-
if (
|
841
|
-
if (!o.axis || o.axis !== "x") {
|
842
|
-
if ((i.overflowOffset.top +
|
843
|
-
|
844
|
-
} else if (event.pageY - i.overflowOffset.top < o.scrollSensitivity) {
|
845
|
-
|
956
|
+
if ( scrollParent !== document && scrollParent.tagName !== "HTML" ) {
|
957
|
+
if ( !o.axis || o.axis !== "x" ) {
|
958
|
+
if ( ( i.overflowOffset.top + scrollParent.offsetHeight ) - event.pageY < o.scrollSensitivity ) {
|
959
|
+
scrollParent.scrollTop = scrolled = scrollParent.scrollTop + o.scrollSpeed;
|
960
|
+
} else if ( event.pageY - i.overflowOffset.top < o.scrollSensitivity ) {
|
961
|
+
scrollParent.scrollTop = scrolled = scrollParent.scrollTop - o.scrollSpeed;
|
846
962
|
}
|
847
963
|
}
|
848
964
|
|
849
|
-
if (!o.axis || o.axis !== "y") {
|
850
|
-
if ((i.overflowOffset.left +
|
851
|
-
|
852
|
-
} else if (event.pageX - i.overflowOffset.left < o.scrollSensitivity) {
|
853
|
-
|
965
|
+
if ( !o.axis || o.axis !== "y" ) {
|
966
|
+
if ( ( i.overflowOffset.left + scrollParent.offsetWidth ) - event.pageX < o.scrollSensitivity ) {
|
967
|
+
scrollParent.scrollLeft = scrolled = scrollParent.scrollLeft + o.scrollSpeed;
|
968
|
+
} else if ( event.pageX - i.overflowOffset.left < o.scrollSensitivity ) {
|
969
|
+
scrollParent.scrollLeft = scrolled = scrollParent.scrollLeft - o.scrollSpeed;
|
854
970
|
}
|
855
971
|
}
|
856
972
|
|
@@ -911,9 +1027,9 @@ $.ui.plugin.add("draggable", "snap", {
|
|
911
1027
|
|
912
1028
|
for (i = inst.snapElements.length - 1; i >= 0; i--){
|
913
1029
|
|
914
|
-
l = inst.snapElements[i].left;
|
1030
|
+
l = inst.snapElements[i].left - inst.margins.left;
|
915
1031
|
r = l + inst.snapElements[i].width;
|
916
|
-
t = inst.snapElements[i].top;
|
1032
|
+
t = inst.snapElements[i].top - inst.margins.top;
|
917
1033
|
b = t + inst.snapElements[i].height;
|
918
1034
|
|
919
1035
|
if ( x2 < l - d || x1 > r + d || y2 < t - d || y1 > b + d || !$.contains( inst.snapElements[ i ].item.ownerDocument, inst.snapElements[ i ].item ) ) {
|
@@ -930,16 +1046,16 @@ $.ui.plugin.add("draggable", "snap", {
|
|
930
1046
|
ls = Math.abs(l - x2) <= d;
|
931
1047
|
rs = Math.abs(r - x1) <= d;
|
932
1048
|
if (ts) {
|
933
|
-
ui.position.top = inst._convertPositionTo("relative", { top: t - inst.helperProportions.height, left: 0 }).top
|
1049
|
+
ui.position.top = inst._convertPositionTo("relative", { top: t - inst.helperProportions.height, left: 0 }).top;
|
934
1050
|
}
|
935
1051
|
if (bs) {
|
936
|
-
ui.position.top = inst._convertPositionTo("relative", { top: b, left: 0 }).top
|
1052
|
+
ui.position.top = inst._convertPositionTo("relative", { top: b, left: 0 }).top;
|
937
1053
|
}
|
938
1054
|
if (ls) {
|
939
|
-
ui.position.left = inst._convertPositionTo("relative", { top: 0, left: l - inst.helperProportions.width }).left
|
1055
|
+
ui.position.left = inst._convertPositionTo("relative", { top: 0, left: l - inst.helperProportions.width }).left;
|
940
1056
|
}
|
941
1057
|
if (rs) {
|
942
|
-
ui.position.left = inst._convertPositionTo("relative", { top: 0, left: r }).left
|
1058
|
+
ui.position.left = inst._convertPositionTo("relative", { top: 0, left: r }).left;
|
943
1059
|
}
|
944
1060
|
}
|
945
1061
|
|
@@ -951,16 +1067,16 @@ $.ui.plugin.add("draggable", "snap", {
|
|
951
1067
|
ls = Math.abs(l - x1) <= d;
|
952
1068
|
rs = Math.abs(r - x2) <= d;
|
953
1069
|
if (ts) {
|
954
|
-
ui.position.top = inst._convertPositionTo("relative", { top: t, left: 0 }).top
|
1070
|
+
ui.position.top = inst._convertPositionTo("relative", { top: t, left: 0 }).top;
|
955
1071
|
}
|
956
1072
|
if (bs) {
|
957
|
-
ui.position.top = inst._convertPositionTo("relative", { top: b - inst.helperProportions.height, left: 0 }).top
|
1073
|
+
ui.position.top = inst._convertPositionTo("relative", { top: b - inst.helperProportions.height, left: 0 }).top;
|
958
1074
|
}
|
959
1075
|
if (ls) {
|
960
|
-
ui.position.left = inst._convertPositionTo("relative", { top: 0, left: l }).left
|
1076
|
+
ui.position.left = inst._convertPositionTo("relative", { top: 0, left: l }).left;
|
961
1077
|
}
|
962
1078
|
if (rs) {
|
963
|
-
ui.position.left = inst._convertPositionTo("relative", { top: 0, left: r - inst.helperProportions.width }).left
|
1079
|
+
ui.position.left = inst._convertPositionTo("relative", { top: 0, left: r - inst.helperProportions.width }).left;
|
964
1080
|
}
|
965
1081
|
}
|
966
1082
|
|
@@ -978,8 +1094,8 @@ $.ui.plugin.add("draggable", "stack", {
|
|
978
1094
|
start: function( event, ui, instance ) {
|
979
1095
|
var min,
|
980
1096
|
o = instance.options,
|
981
|
-
group = $.makeArray($(o.stack)).sort(function(a,b) {
|
982
|
-
return (parseInt($(a).css("zIndex"),10) || 0) - (parseInt($(b).css("zIndex"),10) || 0);
|
1097
|
+
group = $.makeArray($(o.stack)).sort(function(a, b) {
|
1098
|
+
return (parseInt($(a).css("zIndex"), 10) || 0) - (parseInt($(b).css("zIndex"), 10) || 0);
|
983
1099
|
});
|
984
1100
|
|
985
1101
|
if (!group.length) { return; }
|