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 Droppable 1.11.
|
2
|
+
* jQuery UI Droppable 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
|
*
|
@@ -27,7 +27,7 @@
|
|
27
27
|
}(function( $ ) {
|
28
28
|
|
29
29
|
$.widget( "ui.droppable", {
|
30
|
-
version: "1.11.
|
30
|
+
version: "1.11.4",
|
31
31
|
widgetEventPrefix: "drop",
|
32
32
|
options: {
|
33
33
|
accept: "*",
|
@@ -191,7 +191,7 @@ $.widget( "ui.droppable", {
|
|
191
191
|
!inst.options.disabled &&
|
192
192
|
inst.options.scope === draggable.options.scope &&
|
193
193
|
inst.accept.call( inst.element[ 0 ], ( draggable.currentItem || draggable.element ) ) &&
|
194
|
-
$.ui.intersect( draggable, $.extend( inst, { offset: inst.element.offset() } ), inst.options.tolerance )
|
194
|
+
$.ui.intersect( draggable, $.extend( inst, { offset: inst.element.offset() } ), inst.options.tolerance, event )
|
195
195
|
) { childrenIntersection = true; return false; }
|
196
196
|
});
|
197
197
|
if ( childrenIntersection ) {
|
@@ -229,15 +229,14 @@ $.ui.intersect = (function() {
|
|
229
229
|
return ( x >= reference ) && ( x < ( reference + size ) );
|
230
230
|
}
|
231
231
|
|
232
|
-
return function( draggable, droppable, toleranceMode ) {
|
232
|
+
return function( draggable, droppable, toleranceMode, event ) {
|
233
233
|
|
234
234
|
if ( !droppable.offset ) {
|
235
235
|
return false;
|
236
236
|
}
|
237
237
|
|
238
|
-
var
|
239
|
-
|
240
|
-
y1 = ( draggable.positionAbs || draggable.position.absolute ).top,
|
238
|
+
var x1 = ( draggable.positionAbs || draggable.position.absolute ).left + draggable.margins.left,
|
239
|
+
y1 = ( draggable.positionAbs || draggable.position.absolute ).top + draggable.margins.top,
|
241
240
|
x2 = x1 + draggable.helperProportions.width,
|
242
241
|
y2 = y1 + draggable.helperProportions.height,
|
243
242
|
l = droppable.offset.left,
|
@@ -254,9 +253,7 @@ $.ui.intersect = (function() {
|
|
254
253
|
t < y1 + ( draggable.helperProportions.height / 2 ) && // Bottom Half
|
255
254
|
y2 - ( draggable.helperProportions.height / 2 ) < b ); // Top Half
|
256
255
|
case "pointer":
|
257
|
-
|
258
|
-
draggableTop = ( ( draggable.positionAbs || draggable.position.absolute ).top + ( draggable.clickOffset || draggable.offset.click ).top );
|
259
|
-
return isOverAxis( draggableTop, t, droppable.proportions().height ) && isOverAxis( draggableLeft, l, droppable.proportions().width );
|
256
|
+
return isOverAxis( event.pageY, t, droppable.proportions().height ) && isOverAxis( event.pageX, l, droppable.proportions().width );
|
260
257
|
case "touch":
|
261
258
|
return (
|
262
259
|
( y1 >= t && y1 <= b ) || // Top edge touching
|
@@ -326,7 +323,7 @@ $.ui.ddmanager = {
|
|
326
323
|
if ( !this.options ) {
|
327
324
|
return;
|
328
325
|
}
|
329
|
-
if ( !this.options.disabled && this.visible && $.ui.intersect( draggable, this, this.options.tolerance ) ) {
|
326
|
+
if ( !this.options.disabled && this.visible && $.ui.intersect( draggable, this, this.options.tolerance, event ) ) {
|
330
327
|
dropped = this._drop.call( this, event ) || dropped;
|
331
328
|
}
|
332
329
|
|
@@ -363,7 +360,7 @@ $.ui.ddmanager = {
|
|
363
360
|
}
|
364
361
|
|
365
362
|
var parentInstance, scope, parent,
|
366
|
-
intersects = $.ui.intersect( draggable, this, this.options.tolerance ),
|
363
|
+
intersects = $.ui.intersect( draggable, this, this.options.tolerance, event ),
|
367
364
|
c = !intersects && this.isover ? "isout" : ( intersects && !this.isover ? "isover" : null );
|
368
365
|
if ( !c ) {
|
369
366
|
return;
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Effects Blind 1.11.
|
2
|
+
* jQuery UI Effects Blind 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
|
*
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Effects Bounce 1.11.
|
2
|
+
* jQuery UI Effects Bounce 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
|
*
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Effects Clip 1.11.
|
2
|
+
* jQuery UI Effects Clip 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
|
*
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Effects Drop 1.11.
|
2
|
+
* jQuery UI Effects Drop 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
|
*
|
@@ -42,7 +42,7 @@ return $.effects.effect.drop = function( o, done ) {
|
|
42
42
|
el.show();
|
43
43
|
$.effects.createWrapper( el );
|
44
44
|
|
45
|
-
distance = o.distance || el[ ref === "top" ? "outerHeight": "outerWidth" ]( true ) / 2;
|
45
|
+
distance = o.distance || el[ ref === "top" ? "outerHeight" : "outerWidth" ]( true ) / 2;
|
46
46
|
|
47
47
|
if ( show ) {
|
48
48
|
el
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Effects Explode 1.11.
|
2
|
+
* jQuery UI Effects Explode 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
|
*
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Effects Fade 1.11.
|
2
|
+
* jQuery UI Effects Fade 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
|
*
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Effects Fold 1.11.
|
2
|
+
* jQuery UI Effects Fold 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
|
*
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Effects Highlight 1.11.
|
2
|
+
* jQuery UI Effects Highlight 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
|
*
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Effects Puff 1.11.
|
2
|
+
* jQuery UI Effects Puff 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
|
*
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Effects Pulsate 1.11.
|
2
|
+
* jQuery UI Effects Pulsate 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
|
*
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Effects Scale 1.11.
|
2
|
+
* jQuery UI Effects Scale 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
|
*
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Effects Shake 1.11.
|
2
|
+
* jQuery UI Effects Shake 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
|
*
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Effects Size 1.11.
|
2
|
+
* jQuery UI Effects Size 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
|
*
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Effects Slide 1.11.
|
2
|
+
* jQuery UI Effects Slide 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
|
*
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Effects Transfer 1.11.
|
2
|
+
* jQuery UI Effects Transfer 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
|
*
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*!
|
2
|
-
* jQuery UI Effects 1.11.
|
2
|
+
* jQuery UI Effects 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
|
*
|
@@ -20,7 +20,11 @@
|
|
20
20
|
}
|
21
21
|
}(function( $ ) {
|
22
22
|
|
23
|
-
var dataSpace = "ui-effects-"
|
23
|
+
var dataSpace = "ui-effects-",
|
24
|
+
|
25
|
+
// Create a local jQuery because jQuery Color relies on it and the
|
26
|
+
// global may not exist with AMD and a custom build (#10199)
|
27
|
+
jQuery = $;
|
24
28
|
|
25
29
|
$.effects = {
|
26
30
|
effect: {}
|
@@ -629,7 +633,7 @@ color.hook = function( hook ) {
|
|
629
633
|
}
|
630
634
|
try {
|
631
635
|
elem.style[ hook ] = value;
|
632
|
-
} catch( e ) {
|
636
|
+
} catch ( e ) {
|
633
637
|
// wrapped to prevent IE from throwing errors on "invalid" values like 'auto' or 'inherit'
|
634
638
|
}
|
635
639
|
}
|
@@ -900,7 +904,7 @@ $.fn.extend({
|
|
900
904
|
(function() {
|
901
905
|
|
902
906
|
$.extend( $.effects, {
|
903
|
-
version: "1.11.
|
907
|
+
version: "1.11.4",
|
904
908
|
|
905
909
|
// Saves a set of properties in a data storage
|
906
910
|
save: function( element, set ) {
|
@@ -994,7 +998,7 @@ $.extend( $.effects, {
|
|
994
998
|
// https://bugzilla.mozilla.org/show_bug.cgi?id=561664
|
995
999
|
try {
|
996
1000
|
active.id;
|
997
|
-
} catch( e ) {
|
1001
|
+
} catch ( e ) {
|
998
1002
|
active = document.body;
|
999
1003
|
}
|
1000
1004
|
|
File without changes
|
File without changes
|
@@ -1,6 +1,7 @@
|
|
1
1
|
/* Arabic Translation for jQuery UI date picker plugin. */
|
2
|
-
/*
|
3
|
-
/*
|
2
|
+
/* Used in most of Arab countries, primarily in Bahrain, Kuwait, Oman, Qatar, Saudi Arabia and the United Arab Emirates, Egypt, Sudan and Yemen. */
|
3
|
+
/* Written by Mohammed Alshehri -- m@dralshehri.com */
|
4
|
+
|
4
5
|
(function( factory ) {
|
5
6
|
if ( typeof define === "function" && define.amd ) {
|
6
7
|
|
@@ -18,15 +19,15 @@ datepicker.regional['ar'] = {
|
|
18
19
|
prevText: '<السابق',
|
19
20
|
nextText: 'التالي>',
|
20
21
|
currentText: 'اليوم',
|
21
|
-
monthNames: ['
|
22
|
-
'
|
22
|
+
monthNames: ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو',
|
23
|
+
'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'],
|
23
24
|
monthNamesShort: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'],
|
24
25
|
dayNames: ['الأحد', 'الاثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت'],
|
25
|
-
dayNamesShort: ['
|
26
|
+
dayNamesShort: ['أحد', 'اثنين', 'ثلاثاء', 'أربعاء', 'خميس', 'جمعة', 'سبت'],
|
26
27
|
dayNamesMin: ['ح', 'ن', 'ث', 'ر', 'خ', 'ج', 'س'],
|
27
28
|
weekHeader: 'أسبوع',
|
28
29
|
dateFormat: 'dd/mm/yy',
|
29
|
-
firstDay:
|
30
|
+
firstDay: 0,
|
30
31
|
isRTL: true,
|
31
32
|
showMonthAfterYear: false,
|
32
33
|
yearSuffix: ''};
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -16,7 +16,7 @@ datepicker.regional['el'] = {
|
|
16
16
|
closeText: 'Κλείσιμο',
|
17
17
|
prevText: 'Προηγούμενος',
|
18
18
|
nextText: 'Επόμενος',
|
19
|
-
currentText: '
|
19
|
+
currentText: 'Σήμερα',
|
20
20
|
monthNames: ['Ιανουάριος','Φεβρουάριος','Μάρτιος','Απρίλιος','Μάιος','Ιούνιος',
|
21
21
|
'Ιούλιος','Αύγουστος','Σεπτέμβριος','Οκτώβριος','Νοέμβριος','Δεκέμβριος'],
|
22
22
|
monthNamesShort: ['Ιαν','Φεβ','Μαρ','Απρ','Μαι','Ιουν',
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -19,18 +19,18 @@ datepicker.regional['fa'] = {
|
|
19
19
|
nextText: 'بعدی>',
|
20
20
|
currentText: 'امروز',
|
21
21
|
monthNames: [
|
22
|
-
'
|
23
|
-
'
|
24
|
-
'
|
25
|
-
'
|
26
|
-
'
|
27
|
-
'
|
28
|
-
'
|
29
|
-
'
|
30
|
-
'
|
31
|
-
'
|
32
|
-
'
|
33
|
-
'
|
22
|
+
'ژانویه',
|
23
|
+
'فوریه',
|
24
|
+
'مارس',
|
25
|
+
'آوریل',
|
26
|
+
'مه',
|
27
|
+
'ژوئن',
|
28
|
+
'ژوئیه',
|
29
|
+
'اوت',
|
30
|
+
'سپتامبر',
|
31
|
+
'اکتبر',
|
32
|
+
'نوامبر',
|
33
|
+
'دسامبر'
|
34
34
|
],
|
35
35
|
monthNamesShort: ['1','2','3','4','5','6','7','8','9','10','11','12'],
|
36
36
|
dayNames: [
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -21,7 +21,7 @@ datepicker.regional['fr'] = {
|
|
21
21
|
currentText: 'Aujourd\'hui',
|
22
22
|
monthNames: ['janvier', 'février', 'mars', 'avril', 'mai', 'juin',
|
23
23
|
'juillet', 'août', 'septembre', 'octobre', 'novembre', 'décembre'],
|
24
|
-
monthNamesShort: ['janv.', 'févr.', 'mars', '
|
24
|
+
monthNamesShort: ['janv.', 'févr.', 'mars', 'avr.', 'mai', 'juin',
|
25
25
|
'juil.', 'août', 'sept.', 'oct.', 'nov.', 'déc.'],
|
26
26
|
dayNames: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'],
|
27
27
|
dayNamesShort: ['dim.', 'lun.', 'mar.', 'mer.', 'jeu.', 'ven.', 'sam.'],
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|