rails_modular_admin 0.3.1 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/list.txt +23 -0
- data/app/assets/javascripts/rails_modular_admin/vendor.js +60351 -60351
- data/app/assets/javascripts/rails_modular_admin.js +1 -0
- data/app/assets/node_modules/animate.css/LICENSE +21 -0
- data/app/assets/node_modules/animate.css/README.md +233 -0
- data/app/assets/node_modules/animate.css/animate-config.json +120 -0
- data/app/assets/node_modules/animate.css/animate.css +3494 -0
- data/app/assets/node_modules/animate.css/animate.min.css +11 -0
- data/app/assets/node_modules/animate.css/bower.json +5 -0
- data/app/assets/node_modules/animate.css/gulpfile.js +107 -0
- data/app/assets/node_modules/animate.css/package.json +54 -0
- data/app/assets/node_modules/animate.css/source/_base.css +8 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/bounce.css +30 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/flash.css +16 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/headShake.css +30 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/jello.css +40 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/pulse.css +19 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/rubberBand.css +33 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/shake.css +25 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/swing.css +26 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/tada.css +31 -0
- data/app/assets/node_modules/animate.css/source/attention_seekers/wobble.css +35 -0
- data/app/assets/node_modules/animate.css/source/bouncing_entrances/bounceIn.css +42 -0
- data/app/assets/node_modules/animate.css/source/bouncing_entrances/bounceInDown.css +35 -0
- data/app/assets/node_modules/animate.css/source/bouncing_entrances/bounceInLeft.css +35 -0
- data/app/assets/node_modules/animate.css/source/bouncing_entrances/bounceInRight.css +35 -0
- data/app/assets/node_modules/animate.css/source/bouncing_entrances/bounceInUp.css +35 -0
- data/app/assets/node_modules/animate.css/source/bouncing_exits/bounceOut.css +21 -0
- data/app/assets/node_modules/animate.css/source/bouncing_exits/bounceOutDown.css +20 -0
- data/app/assets/node_modules/animate.css/source/bouncing_exits/bounceOutLeft.css +15 -0
- data/app/assets/node_modules/animate.css/source/bouncing_exits/bounceOutRight.css +15 -0
- data/app/assets/node_modules/animate.css/source/bouncing_exits/bounceOutUp.css +20 -0
- data/app/assets/node_modules/animate.css/source/fading_entrances/fadeIn.css +13 -0
- data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInDown.css +15 -0
- data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInDownBig.css +15 -0
- data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInLeft.css +15 -0
- data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInLeftBig.css +15 -0
- data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInRight.css +15 -0
- data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInRightBig.css +15 -0
- data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInUp.css +15 -0
- data/app/assets/node_modules/animate.css/source/fading_entrances/fadeInUpBig.css +15 -0
- data/app/assets/node_modules/animate.css/source/fading_exits/fadeOut.css +13 -0
- data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutDown.css +14 -0
- data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutDownBig.css +14 -0
- data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutLeft.css +14 -0
- data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutLeftBig.css +14 -0
- data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutRight.css +14 -0
- data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutRightBig.css +14 -0
- data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutUp.css +14 -0
- data/app/assets/node_modules/animate.css/source/fading_exits/fadeOutUpBig.css +14 -0
- data/app/assets/node_modules/animate.css/source/flippers/flip.css +31 -0
- data/app/assets/node_modules/animate.css/source/flippers/flipInX.css +30 -0
- data/app/assets/node_modules/animate.css/source/flippers/flipInY.css +30 -0
- data/app/assets/node_modules/animate.css/source/flippers/flipOutX.css +21 -0
- data/app/assets/node_modules/animate.css/source/flippers/flipOutY.css +21 -0
- data/app/assets/node_modules/animate.css/source/lightspeed/lightSpeedIn.css +26 -0
- data/app/assets/node_modules/animate.css/source/lightspeed/lightSpeedOut.css +15 -0
- data/app/assets/node_modules/animate.css/source/rotating_entrances/rotateIn.css +17 -0
- data/app/assets/node_modules/animate.css/source/rotating_entrances/rotateInDownLeft.css +17 -0
- data/app/assets/node_modules/animate.css/source/rotating_entrances/rotateInDownRight.css +17 -0
- data/app/assets/node_modules/animate.css/source/rotating_entrances/rotateInUpLeft.css +17 -0
- data/app/assets/node_modules/animate.css/source/rotating_entrances/rotateInUpRight.css +17 -0
- data/app/assets/node_modules/animate.css/source/rotating_exits/rotateOut.css +16 -0
- data/app/assets/node_modules/animate.css/source/rotating_exits/rotateOutDownLeft.css +16 -0
- data/app/assets/node_modules/animate.css/source/rotating_exits/rotateOutDownRight.css +16 -0
- data/app/assets/node_modules/animate.css/source/rotating_exits/rotateOutUpLeft.css +16 -0
- data/app/assets/node_modules/animate.css/source/rotating_exits/rotateOutUpRight.css +16 -0
- data/app/assets/node_modules/animate.css/source/sliding_entrances/slideInDown.css +14 -0
- data/app/assets/node_modules/animate.css/source/sliding_entrances/slideInLeft.css +14 -0
- data/app/assets/node_modules/animate.css/source/sliding_entrances/slideInRight.css +14 -0
- data/app/assets/node_modules/animate.css/source/sliding_entrances/slideInUp.css +14 -0
- data/app/assets/node_modules/animate.css/source/sliding_exits/slideOutDown.css +14 -0
- data/app/assets/node_modules/animate.css/source/sliding_exits/slideOutLeft.css +14 -0
- data/app/assets/node_modules/animate.css/source/sliding_exits/slideOutRight.css +14 -0
- data/app/assets/node_modules/animate.css/source/sliding_exits/slideOutUp.css +14 -0
- data/app/assets/node_modules/animate.css/source/specials/hinge.css +31 -0
- data/app/assets/node_modules/animate.css/source/specials/jackInTheBox.css +24 -0
- data/app/assets/node_modules/animate.css/source/specials/rollIn.css +17 -0
- data/app/assets/node_modules/animate.css/source/specials/rollOut.css +16 -0
- data/app/assets/node_modules/animate.css/source/zooming_entrances/zoomIn.css +14 -0
- data/app/assets/node_modules/animate.css/source/zooming_entrances/zoomInDown.css +17 -0
- data/app/assets/node_modules/animate.css/source/zooming_entrances/zoomInLeft.css +17 -0
- data/app/assets/node_modules/animate.css/source/zooming_entrances/zoomInRight.css +17 -0
- data/app/assets/node_modules/animate.css/source/zooming_entrances/zoomInUp.css +17 -0
- data/app/assets/node_modules/animate.css/source/zooming_exits/zoomOut.css +18 -0
- data/app/assets/node_modules/animate.css/source/zooming_exits/zoomOutDown.css +18 -0
- data/app/assets/node_modules/animate.css/source/zooming_exits/zoomOutLeft.css +16 -0
- data/app/assets/node_modules/animate.css/source/zooming_exits/zoomOutRight.css +16 -0
- data/app/assets/node_modules/animate.css/source/zooming_exits/zoomOutUp.css +18 -0
- data/app/assets/node_modules/bootstrap/LICENSE +22 -0
- data/app/assets/node_modules/bootstrap/README.md +171 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap-grid.css +1912 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap-grid.css.map +1 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap-grid.min.css +7 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap-grid.min.css.map +1 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap-reboot.css +330 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap-reboot.css.map +1 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap-reboot.min.css +8 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap-reboot.min.css.map +1 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap.css +8981 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap.css.map +1 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap.min.css +7 -0
- data/app/assets/node_modules/bootstrap/dist/css/bootstrap.min.css.map +1 -0
- data/app/assets/node_modules/bootstrap/dist/js/bootstrap.bundle.js +6444 -0
- data/app/assets/node_modules/bootstrap/dist/js/bootstrap.bundle.js.map +1 -0
- data/app/assets/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js +7 -0
- data/app/assets/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js.map +1 -0
- data/app/assets/node_modules/bootstrap/dist/js/bootstrap.js +3927 -0
- data/app/assets/node_modules/bootstrap/dist/js/bootstrap.js.map +1 -0
- data/app/assets/node_modules/bootstrap/dist/js/bootstrap.min.js +7 -0
- data/app/assets/node_modules/bootstrap/dist/js/bootstrap.min.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/alert.js +178 -0
- data/app/assets/node_modules/bootstrap/js/dist/alert.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/button.js +167 -0
- data/app/assets/node_modules/bootstrap/js/dist/button.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/carousel.js +508 -0
- data/app/assets/node_modules/bootstrap/js/dist/carousel.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/collapse.js +367 -0
- data/app/assets/node_modules/bootstrap/js/dist/collapse.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/dropdown.js +489 -0
- data/app/assets/node_modules/bootstrap/js/dist/dropdown.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/index.js +23 -0
- data/app/assets/node_modules/bootstrap/js/dist/index.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/modal.js +585 -0
- data/app/assets/node_modules/bootstrap/js/dist/modal.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/popover.js +206 -0
- data/app/assets/node_modules/bootstrap/js/dist/popover.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/scrollspy.js +319 -0
- data/app/assets/node_modules/bootstrap/js/dist/scrollspy.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/tab.js +251 -0
- data/app/assets/node_modules/bootstrap/js/dist/tab.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/tooltip.js +674 -0
- data/app/assets/node_modules/bootstrap/js/dist/tooltip.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/dist/util.js +132 -0
- data/app/assets/node_modules/bootstrap/js/dist/util.js.map +1 -0
- data/app/assets/node_modules/bootstrap/js/src/alert.js +183 -0
- data/app/assets/node_modules/bootstrap/js/src/button.js +175 -0
- data/app/assets/node_modules/bootstrap/js/src/carousel.js +517 -0
- data/app/assets/node_modules/bootstrap/js/src/collapse.js +394 -0
- data/app/assets/node_modules/bootstrap/js/src/dropdown.js +487 -0
- data/app/assets/node_modules/bootstrap/js/src/index.js +50 -0
- data/app/assets/node_modules/bootstrap/js/src/modal.js +579 -0
- data/app/assets/node_modules/bootstrap/js/src/popover.js +188 -0
- data/app/assets/node_modules/bootstrap/js/src/scrollspy.js +329 -0
- data/app/assets/node_modules/bootstrap/js/src/tab.js +263 -0
- data/app/assets/node_modules/bootstrap/js/src/tooltip.js +723 -0
- data/app/assets/node_modules/bootstrap/js/src/util.js +153 -0
- data/app/assets/node_modules/bootstrap/package.json +218 -0
- data/app/assets/node_modules/bootstrap/scss/_alert.scss +51 -0
- data/app/assets/node_modules/bootstrap/scss/_badge.scss +47 -0
- data/app/assets/node_modules/bootstrap/scss/_breadcrumb.scss +41 -0
- data/app/assets/node_modules/bootstrap/scss/_button-group.scss +172 -0
- data/app/assets/node_modules/bootstrap/scss/_buttons.scss +144 -0
- data/app/assets/node_modules/bootstrap/scss/_card.scss +301 -0
- data/app/assets/node_modules/bootstrap/scss/_carousel.scss +236 -0
- data/app/assets/node_modules/bootstrap/scss/_close.scss +34 -0
- data/app/assets/node_modules/bootstrap/scss/_code.scss +48 -0
- data/app/assets/node_modules/bootstrap/scss/_custom-forms.scss +421 -0
- data/app/assets/node_modules/bootstrap/scss/_dropdown.scss +166 -0
- data/app/assets/node_modules/bootstrap/scss/_forms.scss +335 -0
- data/app/assets/node_modules/bootstrap/scss/_functions.scss +86 -0
- data/app/assets/node_modules/bootstrap/scss/_grid.scss +52 -0
- data/app/assets/node_modules/bootstrap/scss/_images.scss +42 -0
- data/app/assets/node_modules/bootstrap/scss/_input-group.scss +158 -0
- data/app/assets/node_modules/bootstrap/scss/_jumbotron.scss +16 -0
- data/app/assets/node_modules/bootstrap/scss/_list-group.scss +115 -0
- data/app/assets/node_modules/bootstrap/scss/_media.scss +8 -0
- data/app/assets/node_modules/bootstrap/scss/_mixins.scss +41 -0
- data/app/assets/node_modules/bootstrap/scss/_modal.scss +168 -0
- data/app/assets/node_modules/bootstrap/scss/_nav.scss +118 -0
- data/app/assets/node_modules/bootstrap/scss/_navbar.scss +299 -0
- data/app/assets/node_modules/bootstrap/scss/_pagination.scss +78 -0
- data/app/assets/node_modules/bootstrap/scss/_popover.scss +183 -0
- data/app/assets/node_modules/bootstrap/scss/_print.scss +141 -0
- data/app/assets/node_modules/bootstrap/scss/_progress.scss +34 -0
- data/app/assets/node_modules/bootstrap/scss/_reboot.scss +480 -0
- data/app/assets/node_modules/bootstrap/scss/_root.scss +19 -0
- data/app/assets/node_modules/bootstrap/scss/_tables.scss +188 -0
- data/app/assets/node_modules/bootstrap/scss/_tooltip.scss +115 -0
- data/app/assets/node_modules/bootstrap/scss/_transitions.scss +22 -0
- data/app/assets/node_modules/bootstrap/scss/_type.scss +125 -0
- data/app/assets/node_modules/bootstrap/scss/_utilities.scss +15 -0
- data/app/assets/node_modules/bootstrap/scss/_variables.scss +929 -0
- data/app/assets/node_modules/bootstrap/scss/bootstrap-grid.scss +32 -0
- data/app/assets/node_modules/bootstrap/scss/bootstrap-reboot.scss +12 -0
- data/app/assets/node_modules/bootstrap/scss/bootstrap.scss +42 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_alert.scss +13 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_background-variant.scss +21 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_badge.scss +12 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_border-radius.scss +35 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_box-shadow.scss +5 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_breakpoints.scss +123 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_buttons.scss +109 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_caret.scss +66 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_clearfix.scss +7 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_float.scss +11 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_forms.scss +147 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_gradients.scss +45 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_grid-framework.scss +67 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_grid.scss +52 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_hover.scss +37 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_image.scss +36 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_list-group.scss +21 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_lists.scss +7 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_nav-divider.scss +10 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_pagination.scss +22 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_reset-text.scss +17 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_resize.scss +6 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_screen-reader.scss +33 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_size.scss +6 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_table-row.scss +30 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_text-emphasis.scss +14 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_text-hide.scss +13 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_text-truncate.scss +8 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_transition.scss +13 -0
- data/app/assets/node_modules/bootstrap/scss/mixins/_visibility.scss +7 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_align.scss +8 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_background.scss +19 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_borders.scss +59 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_clearfix.scss +3 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_display.scss +38 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_embed.scss +52 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_flex.scss +51 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_float.scss +9 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_position.scss +37 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_screenreaders.scss +11 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_shadows.scss +6 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_sizing.scss +12 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_spacing.scss +51 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_text.scss +58 -0
- data/app/assets/node_modules/bootstrap/scss/utilities/_visibility.scss +11 -0
- data/app/assets/node_modules/clone/LICENSE +18 -0
- data/app/assets/node_modules/clone/README.md +178 -0
- data/app/assets/node_modules/clone/clone.iml +10 -0
- data/app/assets/node_modules/clone/clone.js +251 -0
- data/app/assets/node_modules/clone/package.json +56 -0
- data/app/assets/node_modules/deep-equal/LICENSE +18 -0
- data/app/assets/node_modules/deep-equal/example/cmp.js +11 -0
- data/app/assets/node_modules/deep-equal/index.js +94 -0
- data/app/assets/node_modules/deep-equal/lib/is_arguments.js +20 -0
- data/app/assets/node_modules/deep-equal/lib/keys.js +9 -0
- data/app/assets/node_modules/deep-equal/package.json +58 -0
- data/app/assets/node_modules/deep-equal/readme.markdown +61 -0
- data/app/assets/node_modules/deep-equal/test/cmp.js +95 -0
- data/app/assets/node_modules/dropzone/CONTRIBUTING.md +6 -0
- data/app/assets/node_modules/dropzone/LICENSE +12 -0
- data/app/assets/node_modules/dropzone/README.md +36 -0
- data/app/assets/node_modules/dropzone/bower.json +16 -0
- data/app/assets/node_modules/dropzone/component.json +10 -0
- data/app/assets/node_modules/dropzone/composer.json +18 -0
- data/app/assets/node_modules/dropzone/dist/basic.css +39 -0
- data/app/assets/node_modules/dropzone/dist/dropzone-amd-module.js +3541 -0
- data/app/assets/node_modules/dropzone/dist/dropzone.css +388 -0
- data/app/assets/node_modules/dropzone/dist/dropzone.js +3526 -0
- data/app/assets/node_modules/dropzone/dist/min/basic.min.css +1 -0
- data/app/assets/node_modules/dropzone/dist/min/dropzone-amd-module.min.js +2 -0
- data/app/assets/node_modules/dropzone/dist/min/dropzone.min.css +1 -0
- data/app/assets/node_modules/dropzone/dist/min/dropzone.min.js +2 -0
- data/app/assets/node_modules/dropzone/dist/readme.md +10 -0
- data/app/assets/node_modules/dropzone/index.js +1 -0
- data/app/assets/node_modules/dropzone/package.json +40 -0
- data/app/assets/node_modules/eve-raphael/LICENSE +202 -0
- data/app/assets/node_modules/eve-raphael/README.md +5 -0
- data/app/assets/node_modules/eve-raphael/bower.json +17 -0
- data/app/assets/node_modules/eve-raphael/component.json +13 -0
- data/app/assets/node_modules/eve-raphael/e.html +66 -0
- data/app/assets/node_modules/eve-raphael/eve.js +426 -0
- data/app/assets/node_modules/eve-raphael/package.json +15 -0
- data/app/assets/node_modules/eventemitter3/LICENSE +21 -0
- data/app/assets/node_modules/eventemitter3/README.md +105 -0
- data/app/assets/node_modules/eventemitter3/index.d.ts +50 -0
- data/app/assets/node_modules/eventemitter3/index.js +311 -0
- data/app/assets/node_modules/eventemitter3/package.json +51 -0
- data/app/assets/node_modules/eventemitter3/umd/eventemitter3.min.js +1 -0
- data/app/assets/node_modules/extend/CHANGELOG.md +77 -0
- data/app/assets/node_modules/extend/LICENSE +23 -0
- data/app/assets/node_modules/extend/README.md +81 -0
- data/app/assets/node_modules/extend/component.json +32 -0
- data/app/assets/node_modules/extend/index.js +86 -0
- data/app/assets/node_modules/extend/package.json +43 -0
- data/app/assets/node_modules/fast-diff/README.md +24 -0
- data/app/assets/node_modules/fast-diff/diff.js +738 -0
- data/app/assets/node_modules/fast-diff/package.json +24 -0
- data/app/assets/node_modules/fast-diff/test.js +91 -0
- data/app/assets/node_modules/jquery/AUTHORS.txt +313 -0
- data/app/assets/node_modules/jquery/LICENSE.txt +36 -0
- data/app/assets/node_modules/jquery/README.md +67 -0
- data/app/assets/node_modules/jquery/bower.json +14 -0
- data/app/assets/node_modules/jquery/dist/core.js +399 -0
- data/app/assets/node_modules/jquery/dist/jquery.js +10364 -0
- data/app/assets/node_modules/jquery/dist/jquery.min.js +2 -0
- data/app/assets/node_modules/jquery/dist/jquery.min.map +1 -0
- data/app/assets/node_modules/jquery/dist/jquery.slim.js +8269 -0
- data/app/assets/node_modules/jquery/dist/jquery.slim.min.js +2 -0
- data/app/assets/node_modules/jquery/dist/jquery.slim.min.map +1 -0
- data/app/assets/node_modules/jquery/external/sizzle/LICENSE.txt +36 -0
- data/app/assets/node_modules/jquery/external/sizzle/dist/sizzle.js +2272 -0
- data/app/assets/node_modules/jquery/external/sizzle/dist/sizzle.min.js +3 -0
- data/app/assets/node_modules/jquery/external/sizzle/dist/sizzle.min.map +1 -0
- data/app/assets/node_modules/jquery/package.json +108 -0
- data/app/assets/node_modules/jquery/src/ajax/jsonp.js +103 -0
- data/app/assets/node_modules/jquery/src/ajax/load.js +77 -0
- data/app/assets/node_modules/jquery/src/ajax/parseXML.js +30 -0
- data/app/assets/node_modules/jquery/src/ajax/script.js +77 -0
- data/app/assets/node_modules/jquery/src/ajax/var/location.js +5 -0
- data/app/assets/node_modules/jquery/src/ajax/var/nonce.js +5 -0
- data/app/assets/node_modules/jquery/src/ajax/var/rquery.js +5 -0
- data/app/assets/node_modules/jquery/src/ajax/xhr.js +170 -0
- data/app/assets/node_modules/jquery/src/ajax.js +856 -0
- data/app/assets/node_modules/jquery/src/attributes/attr.js +141 -0
- data/app/assets/node_modules/jquery/src/attributes/classes.js +186 -0
- data/app/assets/node_modules/jquery/src/attributes/prop.js +143 -0
- data/app/assets/node_modules/jquery/src/attributes/support.js +33 -0
- data/app/assets/node_modules/jquery/src/attributes/val.js +191 -0
- data/app/assets/node_modules/jquery/src/attributes.js +13 -0
- data/app/assets/node_modules/jquery/src/callbacks.js +236 -0
- data/app/assets/node_modules/jquery/src/core/DOMEval.js +30 -0
- data/app/assets/node_modules/jquery/src/core/access.js +72 -0
- data/app/assets/node_modules/jquery/src/core/camelCase.js +23 -0
- data/app/assets/node_modules/jquery/src/core/init.js +129 -0
- data/app/assets/node_modules/jquery/src/core/nodeName.js +13 -0
- data/app/assets/node_modules/jquery/src/core/parseHTML.js +65 -0
- data/app/assets/node_modules/jquery/src/core/ready-no-deferred.js +97 -0
- data/app/assets/node_modules/jquery/src/core/ready.js +86 -0
- data/app/assets/node_modules/jquery/src/core/readyException.js +13 -0
- data/app/assets/node_modules/jquery/src/core/stripAndCollapse.js +14 -0
- data/app/assets/node_modules/jquery/src/core/support.js +20 -0
- data/app/assets/node_modules/jquery/src/core/toType.js +20 -0
- data/app/assets/node_modules/jquery/src/core/var/rsingleTag.js +6 -0
- data/app/assets/node_modules/jquery/src/core.js +399 -0
- data/app/assets/node_modules/jquery/src/css/addGetHookIf.js +26 -0
- data/app/assets/node_modules/jquery/src/css/adjustCSS.js +73 -0
- data/app/assets/node_modules/jquery/src/css/curCSS.js +65 -0
- data/app/assets/node_modules/jquery/src/css/hiddenVisibleSelectors.js +15 -0
- data/app/assets/node_modules/jquery/src/css/showHide.js +105 -0
- data/app/assets/node_modules/jquery/src/css/support.js +102 -0
- data/app/assets/node_modules/jquery/src/css/var/cssExpand.js +5 -0
- data/app/assets/node_modules/jquery/src/css/var/getStyles.js +17 -0
- data/app/assets/node_modules/jquery/src/css/var/isHiddenWithinTree.js +34 -0
- data/app/assets/node_modules/jquery/src/css/var/rboxStyle.js +7 -0
- data/app/assets/node_modules/jquery/src/css/var/rnumnonpx.js +7 -0
- data/app/assets/node_modules/jquery/src/css/var/swap.js +26 -0
- data/app/assets/node_modules/jquery/src/css.js +481 -0
- data/app/assets/node_modules/jquery/src/data/Data.js +162 -0
- data/app/assets/node_modules/jquery/src/data/var/acceptData.js +19 -0
- data/app/assets/node_modules/jquery/src/data/var/dataPriv.js +7 -0
- data/app/assets/node_modules/jquery/src/data/var/dataUser.js +7 -0
- data/app/assets/node_modules/jquery/src/data.js +180 -0
- data/app/assets/node_modules/jquery/src/deferred/exceptionHook.js +21 -0
- data/app/assets/node_modules/jquery/src/deferred.js +399 -0
- data/app/assets/node_modules/jquery/src/deprecated.js +98 -0
- data/app/assets/node_modules/jquery/src/dimensions.js +57 -0
- data/app/assets/node_modules/jquery/src/effects/Tween.js +123 -0
- data/app/assets/node_modules/jquery/src/effects/animatedSelector.js +15 -0
- data/app/assets/node_modules/jquery/src/effects.js +702 -0
- data/app/assets/node_modules/jquery/src/event/ajax.js +22 -0
- data/app/assets/node_modules/jquery/src/event/alias.js +29 -0
- data/app/assets/node_modules/jquery/src/event/focusin.js +55 -0
- data/app/assets/node_modules/jquery/src/event/support.js +11 -0
- data/app/assets/node_modules/jquery/src/event/trigger.js +199 -0
- data/app/assets/node_modules/jquery/src/event.js +748 -0
- data/app/assets/node_modules/jquery/src/exports/amd.js +26 -0
- data/app/assets/node_modules/jquery/src/exports/global.js +34 -0
- data/app/assets/node_modules/jquery/src/jquery.js +40 -0
- data/app/assets/node_modules/jquery/src/manipulation/_evalUrl.js +23 -0
- data/app/assets/node_modules/jquery/src/manipulation/buildFragment.js +105 -0
- data/app/assets/node_modules/jquery/src/manipulation/getAll.js +32 -0
- data/app/assets/node_modules/jquery/src/manipulation/setGlobalEval.js +22 -0
- data/app/assets/node_modules/jquery/src/manipulation/support.js +35 -0
- data/app/assets/node_modules/jquery/src/manipulation/var/rcheckableType.js +5 -0
- data/app/assets/node_modules/jquery/src/manipulation/var/rscriptType.js +5 -0
- data/app/assets/node_modules/jquery/src/manipulation/var/rtagName.js +5 -0
- data/app/assets/node_modules/jquery/src/manipulation/wrapMap.js +29 -0
- data/app/assets/node_modules/jquery/src/manipulation.js +486 -0
- data/app/assets/node_modules/jquery/src/offset.js +233 -0
- data/app/assets/node_modules/jquery/src/queue/delay.js +24 -0
- data/app/assets/node_modules/jquery/src/queue.js +145 -0
- data/app/assets/node_modules/jquery/src/selector-native.js +237 -0
- data/app/assets/node_modules/jquery/src/selector-sizzle.js +19 -0
- data/app/assets/node_modules/jquery/src/selector.js +3 -0
- data/app/assets/node_modules/jquery/src/serialize.js +132 -0
- data/app/assets/node_modules/jquery/src/traversing/findFilter.js +97 -0
- data/app/assets/node_modules/jquery/src/traversing/var/dir.js +22 -0
- data/app/assets/node_modules/jquery/src/traversing/var/rneedsContext.js +8 -0
- data/app/assets/node_modules/jquery/src/traversing/var/siblings.js +17 -0
- data/app/assets/node_modules/jquery/src/traversing.js +191 -0
- data/app/assets/node_modules/jquery/src/var/ObjectFunctionString.js +7 -0
- data/app/assets/node_modules/jquery/src/var/arr.js +5 -0
- data/app/assets/node_modules/jquery/src/var/class2type.js +6 -0
- data/app/assets/node_modules/jquery/src/var/concat.js +7 -0
- data/app/assets/node_modules/jquery/src/var/document.js +5 -0
- data/app/assets/node_modules/jquery/src/var/documentElement.js +7 -0
- data/app/assets/node_modules/jquery/src/var/fnToString.js +7 -0
- data/app/assets/node_modules/jquery/src/var/getProto.js +5 -0
- data/app/assets/node_modules/jquery/src/var/hasOwn.js +7 -0
- data/app/assets/node_modules/jquery/src/var/indexOf.js +7 -0
- data/app/assets/node_modules/jquery/src/var/isFunction.js +13 -0
- data/app/assets/node_modules/jquery/src/var/isWindow.js +8 -0
- data/app/assets/node_modules/jquery/src/var/pnum.js +5 -0
- data/app/assets/node_modules/jquery/src/var/push.js +7 -0
- data/app/assets/node_modules/jquery/src/var/rcssNum.js +9 -0
- data/app/assets/node_modules/jquery/src/var/rnothtmlwhite.js +8 -0
- data/app/assets/node_modules/jquery/src/var/slice.js +7 -0
- data/app/assets/node_modules/jquery/src/var/support.js +6 -0
- data/app/assets/node_modules/jquery/src/var/toString.js +7 -0
- data/app/assets/node_modules/jquery/src/wrap.js +78 -0
- data/app/assets/node_modules/jquery-flot/API.md +1498 -0
- data/app/assets/node_modules/jquery-flot/CONTRIBUTING.md +98 -0
- data/app/assets/node_modules/jquery-flot/FAQ.md +75 -0
- data/app/assets/node_modules/jquery-flot/LICENSE.txt +22 -0
- data/app/assets/node_modules/jquery-flot/Makefile +12 -0
- data/app/assets/node_modules/jquery-flot/NEWS.md +1026 -0
- data/app/assets/node_modules/jquery-flot/PLUGINS.md +143 -0
- data/app/assets/node_modules/jquery-flot/README.md +110 -0
- data/app/assets/node_modules/jquery-flot/component.json +8 -0
- data/app/assets/node_modules/jquery-flot/examples/ajax/data-eu-gdp-growth-1.json +4 -0
- data/app/assets/node_modules/jquery-flot/examples/ajax/data-eu-gdp-growth-2.json +4 -0
- data/app/assets/node_modules/jquery-flot/examples/ajax/data-eu-gdp-growth-3.json +4 -0
- data/app/assets/node_modules/jquery-flot/examples/ajax/data-eu-gdp-growth-4.json +4 -0
- data/app/assets/node_modules/jquery-flot/examples/ajax/data-eu-gdp-growth-5.json +4 -0
- data/app/assets/node_modules/jquery-flot/examples/ajax/data-eu-gdp-growth.json +4 -0
- data/app/assets/node_modules/jquery-flot/examples/ajax/data-japan-gdp-growth.json +4 -0
- data/app/assets/node_modules/jquery-flot/examples/ajax/data-usa-gdp-growth.json +4 -0
- data/app/assets/node_modules/jquery-flot/examples/ajax/index.html +173 -0
- data/app/assets/node_modules/jquery-flot/examples/annotating/index.html +87 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-interacting/index.html +97 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-multiple/index.html +77 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time/index.html +137 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/date.js +893 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/index.html +114 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/africa +1181 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/antarctica +413 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/asia +2717 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/australasia +1719 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/backward +117 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/etcetera +81 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/europe +2856 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/factory +10 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/iso3166.tab +276 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/leapseconds +100 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/northamerica +3235 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/pacificnew +28 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/solar87 +390 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/solar88 +390 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/solar89 +395 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/southamerica +1711 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/systemv +38 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/yearistype.sh +38 -0
- data/app/assets/node_modules/jquery-flot/examples/axes-time-zones/tz/zone.tab +441 -0
- data/app/assets/node_modules/jquery-flot/examples/background.png +0 -0
- data/app/assets/node_modules/jquery-flot/examples/basic-options/index.html +91 -0
- data/app/assets/node_modules/jquery-flot/examples/basic-usage/index.html +57 -0
- data/app/assets/node_modules/jquery-flot/examples/canvas/index.html +75 -0
- data/app/assets/node_modules/jquery-flot/examples/categories/index.html +64 -0
- data/app/assets/node_modules/jquery-flot/examples/examples.css +97 -0
- data/app/assets/node_modules/jquery-flot/examples/image/hs-2004-27-a-large-web.jpg +0 -0
- data/app/assets/node_modules/jquery-flot/examples/image/index.html +69 -0
- data/app/assets/node_modules/jquery-flot/examples/index.html +80 -0
- data/app/assets/node_modules/jquery-flot/examples/interacting/index.html +118 -0
- data/app/assets/node_modules/jquery-flot/examples/navigate/arrow-down.gif +0 -0
- data/app/assets/node_modules/jquery-flot/examples/navigate/arrow-left.gif +0 -0
- data/app/assets/node_modules/jquery-flot/examples/navigate/arrow-right.gif +0 -0
- data/app/assets/node_modules/jquery-flot/examples/navigate/arrow-up.gif +0 -0
- data/app/assets/node_modules/jquery-flot/examples/navigate/index.html +153 -0
- data/app/assets/node_modules/jquery-flot/examples/percentiles/index.html +79 -0
- data/app/assets/node_modules/jquery-flot/examples/realtime/index.html +122 -0
- data/app/assets/node_modules/jquery-flot/examples/resize/index.html +76 -0
- data/app/assets/node_modules/jquery-flot/examples/selection/index.html +152 -0
- data/app/assets/node_modules/jquery-flot/examples/series-errorbars/index.html +150 -0
- data/app/assets/node_modules/jquery-flot/examples/series-pie/index.html +818 -0
- data/app/assets/node_modules/jquery-flot/examples/series-toggle/index.html +121 -0
- data/app/assets/node_modules/jquery-flot/examples/series-types/index.html +90 -0
- data/app/assets/node_modules/jquery-flot/examples/shared/jquery-ui/jquery-ui.min.css +6 -0
- data/app/assets/node_modules/jquery-flot/examples/stacking/index.html +107 -0
- data/app/assets/node_modules/jquery-flot/examples/symbols/index.html +76 -0
- data/app/assets/node_modules/jquery-flot/examples/threshold/index.html +76 -0
- data/app/assets/node_modules/jquery-flot/examples/tracking/index.html +135 -0
- data/app/assets/node_modules/jquery-flot/examples/visitors/index.html +147 -0
- data/app/assets/node_modules/jquery-flot/examples/zooming/index.html +144 -0
- data/app/assets/node_modules/jquery-flot/excanvas.js +1428 -0
- data/app/assets/node_modules/jquery-flot/excanvas.min.js +1 -0
- data/app/assets/node_modules/jquery-flot/flot.jquery.json +27 -0
- data/app/assets/node_modules/jquery-flot/jquery.colorhelpers.js +180 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.canvas.js +345 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.categories.js +190 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.crosshair.js +176 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.errorbars.js +353 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.fillbetween.js +226 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.image.js +241 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.js +3168 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.navigate.js +346 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.pie.js +820 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.resize.js +59 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.selection.js +360 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.stack.js +188 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.symbol.js +71 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.threshold.js +142 -0
- data/app/assets/node_modules/jquery-flot/jquery.flot.time.js +432 -0
- data/app/assets/node_modules/jquery-flot/jquery.js +9472 -0
- data/app/assets/node_modules/jquery-flot/package.json +11 -0
- data/app/assets/node_modules/jquery-sparkline/Changelog.txt +324 -0
- data/app/assets/node_modules/jquery-sparkline/README.md +19 -0
- data/app/assets/node_modules/jquery-sparkline/build.js +13 -0
- data/app/assets/node_modules/jquery-sparkline/jquery.sparkline.js +3068 -0
- data/app/assets/node_modules/jquery-sparkline/jquery.sparkline.min.js +2 -0
- data/app/assets/node_modules/jquery-sparkline/package.json +32 -0
- data/app/assets/node_modules/jquery-sparkline/src/base.js +415 -0
- data/app/assets/node_modules/jquery-sparkline/src/chart-bar.js +256 -0
- data/app/assets/node_modules/jquery-sparkline/src/chart-box.js +186 -0
- data/app/assets/node_modules/jquery-sparkline/src/chart-bullet.js +131 -0
- data/app/assets/node_modules/jquery-sparkline/src/chart-discrete.js +66 -0
- data/app/assets/node_modules/jquery-sparkline/src/chart-line.js +350 -0
- data/app/assets/node_modules/jquery-sparkline/src/chart-pie.js +117 -0
- data/app/assets/node_modules/jquery-sparkline/src/chart-tristate.js +98 -0
- data/app/assets/node_modules/jquery-sparkline/src/defaults.js +156 -0
- data/app/assets/node_modules/jquery-sparkline/src/footer.js +1 -0
- data/app/assets/node_modules/jquery-sparkline/src/header.js +222 -0
- data/app/assets/node_modules/jquery-sparkline/src/interact.js +247 -0
- data/app/assets/node_modules/jquery-sparkline/src/rangemap.js +39 -0
- data/app/assets/node_modules/jquery-sparkline/src/simpledraw.js +55 -0
- data/app/assets/node_modules/jquery-sparkline/src/utils.js +224 -0
- data/app/assets/node_modules/jquery-sparkline/src/vcanvas-base.js +147 -0
- data/app/assets/node_modules/jquery-sparkline/src/vcanvas-canvas.js +193 -0
- data/app/assets/node_modules/jquery-sparkline/src/vcanvas-vml.js +165 -0
- data/app/assets/node_modules/jquery-touchswipe/LICENSE +24 -0
- data/app/assets/node_modules/jquery-touchswipe/README.md +81 -0
- data/app/assets/node_modules/jquery-touchswipe/bower.json +8 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Any_finger_swipe.html +49 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Basic_swipe.html +48 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Enable_and_destroy.html +95 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Excluded_children.html +82 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Finger_swipe.html +61 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Handlers_and_events.html +128 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Hold.html +61 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Image_gallery_example.html +148 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Options.html +90 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Page_scrolling.html +109 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Page_zoom.html +50 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Pinch.html +57 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Pinch_and_Swipe.html +81 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Pinch_status.html +51 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Single_swipe.html +51 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Stop_propegation.html +57 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Swipe_status.html +82 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Tap_vs_swipe.html +114 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Thresholds.html +109 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/Trigger_handlers.html +158 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/css/main.css +110 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/index.html +74 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/js/jquery.ui.ipad.js +223 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/js/main.js +240 -0
- data/app/assets/node_modules/jquery-touchswipe/demos/tutorials.json +22 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.html +188 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.swipe.defaults.html +1174 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.swipe.directions.html +311 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.swipe.fingers.html +319 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.swipe.html +4205 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.swipe.pageScroll.html +272 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/$.fn.swipe.phases.html +265 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/$.html +186 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/css/main.css +110 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/index.html +101 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/jquery.touchSwipe.js.html +2168 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/js/jquery.ui.ipad.js +223 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/js/main.js +85 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/scripts/linenumber.js +25 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/scripts/prettify/Apache-License-2.0.txt +202 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/scripts/prettify/lang-css.js +2 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/scripts/prettify/prettify.js +28 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/styles/jsdoc.css +625 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/styles/prettify.css +79 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Any_finger_swipe.html +108 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Basic_swipe.html +107 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Enable_and_destroy.html +154 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Excluded_children.html +141 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Finger_swipe.html +120 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Handlers_and_events.html +187 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Hold.html +120 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Image_gallery_example.html +207 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Options.html +149 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Page_scrolling.html +168 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Page_zoom.html +109 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Pinch.html +116 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Pinch_and_Swipe.html +140 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Pinch_status.html +110 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Single_swipe.html +110 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Stop_propegation.html +116 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Swipe_status.html +141 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Tap_vs_swipe.html +173 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Thresholds.html +168 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-Trigger_handlers.html +217 -0
- data/app/assets/node_modules/jquery-touchswipe/docs/tutorial-index_.html +133 -0
- data/app/assets/node_modules/jquery-touchswipe/jquery.touchSwipe.js +2109 -0
- data/app/assets/node_modules/jquery-touchswipe/jquery.touchSwipe.min.js +14 -0
- data/app/assets/node_modules/jquery-touchswipe/package.json +47 -0
- data/app/assets/node_modules/jquery-validation/LICENSE.md +22 -0
- data/app/assets/node_modules/jquery-validation/README.md +76 -0
- data/app/assets/node_modules/jquery-validation/changelog.md +639 -0
- data/app/assets/node_modules/jquery-validation/dist/additional-methods.js +1158 -0
- data/app/assets/node_modules/jquery-validation/dist/jquery.validate.js +1601 -0
- data/app/assets/node_modules/jquery-validation/dist/jquery.validate.min.js +4 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_ar.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_az.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_bg.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_bn_BD.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_ca.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_cs.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_da.js +32 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_de.js +32 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_el.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_es.js +38 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_es_AR.js +39 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_es_PE.js +39 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_et.js +33 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_eu.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_fa.js +38 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_fi.js +33 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_fr.js +63 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_ge.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_gl.js +40 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_he.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_hr.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_hu.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_hy_AM.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_id.js +34 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_is.js +33 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_it.js +39 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_ja.js +36 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_ka.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_kk.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_ko.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_lt.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_lv.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_mk.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_my.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_nl.js +46 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_no.js +36 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_pl.js +37 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_pt_BR.js +88 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_pt_PT.js +39 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_ro.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_ru.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_sd.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_si.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_sk.js +32 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_sl.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_sr.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_sr_lat.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_sv.js +33 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_th.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_tj.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_tr.js +36 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_uk.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_ur.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_vi.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_zh.js +35 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/messages_zh_TW.js +36 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/methods_de.js +24 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/methods_es_CL.js +24 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/methods_fi.js +24 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/methods_nl.js +24 -0
- data/app/assets/node_modules/jquery-validation/dist/localization/methods_pt.js +21 -0
- data/app/assets/node_modules/jquery-validation/package.json +61 -0
- data/app/assets/node_modules/jquery.browser/Gruntfile.js +62 -0
- data/app/assets/node_modules/jquery.browser/MIT-LICENSE.txt +21 -0
- data/app/assets/node_modules/jquery.browser/README.md +117 -0
- data/app/assets/node_modules/jquery.browser/bower.json +13 -0
- data/app/assets/node_modules/jquery.browser/browser.jquery.json +37 -0
- data/app/assets/node_modules/jquery.browser/dist/jquery.browser.js +193 -0
- data/app/assets/node_modules/jquery.browser/dist/jquery.browser.min.js +14 -0
- data/app/assets/node_modules/jquery.browser/package.json +30 -0
- data/app/assets/node_modules/jquery.browser/test/casperserver.js +257 -0
- data/app/assets/node_modules/jquery.browser/test/index.html +13 -0
- data/app/assets/node_modules/jquery.browser/test/src/jquery-1.10.2.min.js +6 -0
- data/app/assets/node_modules/jquery.browser/test/src/require/test.js +21 -0
- data/app/assets/node_modules/jquery.browser/test/test.js +962 -0
- data/app/assets/node_modules/jquery.flot.tooltip/CONTRIBUTING.md +9 -0
- data/app/assets/node_modules/jquery.flot.tooltip/Gruntfile.js +72 -0
- data/app/assets/node_modules/jquery.flot.tooltip/README.md +267 -0
- data/app/assets/node_modules/jquery.flot.tooltip/bower.json +13 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/basic.html +45 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/curved-lines.html +59 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/custom-label-text.html +114 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/custom_ticks.html +78 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/dollar_in_tickformatter.html +68 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/index.html +36 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/js/curvedLines.js +483 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/js/excanvas.min.js +1 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/js/jquery.flot.js +3168 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/js/jquery.flot.pie.js +820 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/js/jquery.flot.stack.js +184 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/js/jquery.flot.threshold.js +142 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/js/jquery.flot.time.js +432 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/many_series.html +78 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/multiple-axes.html +78 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/pie.html +87 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/real_data.html +133 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/stacking.html +97 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/threshold.html +97 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/time_bars.html +77 -0
- data/app/assets/node_modules/jquery.flot.tooltip/examples/two_chars.html +63 -0
- data/app/assets/node_modules/jquery.flot.tooltip/js/jquery.flot.tooltip.js +606 -0
- data/app/assets/node_modules/jquery.flot.tooltip/js/jquery.flot.tooltip.min.js +12 -0
- data/app/assets/node_modules/jquery.flot.tooltip/js/jquery.flot.tooltip.source.js +595 -0
- data/app/assets/node_modules/jquery.flot.tooltip/package.json +37 -0
- data/app/assets/node_modules/jqvmap/CHANGELOG.md +118 -0
- data/app/assets/node_modules/jqvmap/CONTRIBUTING.md +118 -0
- data/app/assets/node_modules/jqvmap/LICENSE +43 -0
- data/app/assets/node_modules/jqvmap/README.md +495 -0
- data/app/assets/node_modules/jqvmap/REGIONS.md +405 -0
- data/app/assets/node_modules/jqvmap/bower.json +32 -0
- data/app/assets/node_modules/jqvmap/create/README.md +207 -0
- data/app/assets/node_modules/jqvmap/create/config/continent.json +64 -0
- data/app/assets/node_modules/jqvmap/create/config/new-york.json +16 -0
- data/app/assets/node_modules/jqvmap/create/config/syria.json +16 -0
- data/app/assets/node_modules/jqvmap/create/jqvmap.py +573 -0
- data/app/assets/node_modules/jqvmap/dist/jquery.vmap.js +1281 -0
- data/app/assets/node_modules/jqvmap/dist/jquery.vmap.min.js +10 -0
- data/app/assets/node_modules/jqvmap/dist/jqvmap.css +50 -0
- data/app/assets/node_modules/jqvmap/dist/jqvmap.min.css +1 -0
- data/app/assets/node_modules/jqvmap/dist/maps/continents/jquery.vmap.africa.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/continents/jquery.vmap.asia.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/continents/jquery.vmap.australia.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/continents/jquery.vmap.europe.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/continents/jquery.vmap.north-america.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/continents/jquery.vmap.south-america.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.algeria.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.argentina.js +1 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.brazil.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.canada.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.europe.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.france.js +1 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.germany.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.greece.js +1 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.iran.js +6 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.iraq.js +1 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.russia.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.tunisia.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.turkey.js +11 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.usa.js +2 -0
- data/app/assets/node_modules/jqvmap/dist/maps/jquery.vmap.world.js +2 -0
- data/app/assets/node_modules/jqvmap/examples/algeria.html +27 -0
- data/app/assets/node_modules/jqvmap/examples/argentina.html +33 -0
- data/app/assets/node_modules/jqvmap/examples/brazil.html +33 -0
- data/app/assets/node_modules/jqvmap/examples/continents.html +172 -0
- data/app/assets/node_modules/jqvmap/examples/europe.html +27 -0
- data/app/assets/node_modules/jqvmap/examples/france.html +27 -0
- data/app/assets/node_modules/jqvmap/examples/germany.html +33 -0
- data/app/assets/node_modules/jqvmap/examples/greece.html +33 -0
- data/app/assets/node_modules/jqvmap/examples/images/background.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/flag.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/globe.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/marker/black.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/marker/blue.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/marker/green.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/marker/grey.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/marker/orange.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/marker/purple.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/marker/red.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/marker/white.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/marker/yellow.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/thumb.jpg +0 -0
- data/app/assets/node_modules/jqvmap/examples/images/tip.png +0 -0
- data/app/assets/node_modules/jqvmap/examples/inactive_regions.html +62 -0
- data/app/assets/node_modules/jqvmap/examples/iran.html +44 -0
- data/app/assets/node_modules/jqvmap/examples/iraq.html +44 -0
- data/app/assets/node_modules/jqvmap/examples/js/jquery.vmap.sampledata.js +1 -0
- data/app/assets/node_modules/jqvmap/examples/labels.html +146 -0
- data/app/assets/node_modules/jqvmap/examples/mobile.html +59 -0
- data/app/assets/node_modules/jqvmap/examples/multi.html +29 -0
- data/app/assets/node_modules/jqvmap/examples/pins.html +236 -0
- data/app/assets/node_modules/jqvmap/examples/pins_custom.html +127 -0
- data/app/assets/node_modules/jqvmap/examples/responsive.html +45 -0
- data/app/assets/node_modules/jqvmap/examples/russia.html +33 -0
- data/app/assets/node_modules/jqvmap/examples/touch_detect.html +46 -0
- data/app/assets/node_modules/jqvmap/examples/tunisia.html +33 -0
- data/app/assets/node_modules/jqvmap/examples/turkey.html +26 -0
- data/app/assets/node_modules/jqvmap/examples/usa.html +37 -0
- data/app/assets/node_modules/jqvmap/examples/world.html +35 -0
- data/app/assets/node_modules/jqvmap/grunt/bump.js +22 -0
- data/app/assets/node_modules/jqvmap/grunt/changelog.js +14 -0
- data/app/assets/node_modules/jqvmap/grunt/clean.js +5 -0
- data/app/assets/node_modules/jqvmap/grunt/concat.js +23 -0
- data/app/assets/node_modules/jqvmap/grunt/index.js +2 -0
- data/app/assets/node_modules/jqvmap/grunt/qunit.js +3 -0
- data/app/assets/node_modules/jqvmap/grunt/shell.js +6 -0
- data/app/assets/node_modules/jqvmap/grunt/uglify.js +19 -0
- data/app/assets/node_modules/jqvmap/gruntfile.js +21 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/AUTHORS.txt +217 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/CONTRIBUTING.md +214 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/MIT-LICENSE.txt +21 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/README.md +368 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/bower.json +28 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/dist/jquery.js +10351 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/dist/jquery.min.js +6 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/dist/jquery.min.map +1 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/package.json +54 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/jsonp.js +89 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/load.js +75 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/parseJSON.js +51 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/parseXML.js +31 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/script.js +93 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/var/nonce.js +5 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/var/rquery.js +3 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax/xhr.js +197 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/ajax.js +801 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/attributes/attr.js +271 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/attributes/classes.js +157 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/attributes/prop.js +134 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/attributes/support.js +62 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/attributes/val.js +178 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/attributes.js +11 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/callbacks.js +205 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/core/access.js +60 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/core/init.js +132 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/core/parseHTML.js +39 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/core/ready.js +152 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/core/var/rsingleTag.js +4 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/core.js +540 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/addGetHookIf.js +32 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/curCSS.js +124 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/defaultDisplay.js +69 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/hiddenVisibleSelectors.js +20 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/support.js +151 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/swap.js +28 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/var/cssExpand.js +3 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/var/isHidden.js +13 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/var/rmargin.js +3 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css/var/rnumnonpx.js +5 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/css.js +504 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/data/accepts.js +21 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/data/support.js +25 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/data.js +335 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/deferred.js +150 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/deprecated.js +13 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/dimensions.js +50 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/effects/Tween.js +114 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/effects/animatedSelector.js +13 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/effects/support.js +55 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/effects.js +656 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/event/ajax.js +13 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/event/alias.js +39 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/event/support.js +26 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/event.js +1037 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/exports/amd.js +24 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/exports/global.js +32 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/intro.js +44 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/jquery.js +38 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/manipulation/_evalUrl.js +18 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/manipulation/support.js +76 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/manipulation/var/rcheckableType.js +3 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/manipulation.js +744 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/offset.js +211 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/outro.js +1 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/queue/delay.js +22 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/queue.js +142 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/selector-sizzle.js +14 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/selector.js +1 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/serialize.js +110 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/dist/sizzle.js +2067 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/dist/sizzle.min.js +3 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/dist/sizzle.min.map +1 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/data/empty.js +0 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/data/mixed_sort.html +22 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/data/testinit.js +136 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/index.html +242 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/jquery.js +9597 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/unit/extending.js +95 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/unit/selector.js +1149 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/sizzle/test/unit/utilities.js +169 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/support.js +58 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/traversing/findFilter.js +100 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/traversing/var/rneedsContext.js +6 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/traversing.js +200 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/class2type.js +4 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/concat.js +5 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/deletedIds.js +3 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/hasOwn.js +5 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/indexOf.js +5 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/pnum.js +3 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/push.js +5 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/rnotwhite.js +3 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/slice.js +5 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/strundefined.js +3 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/support.js +4 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/var/toString.js +5 -0
- data/app/assets/node_modules/jqvmap/node_modules/jquery/src/wrap.js +76 -0
- data/app/assets/node_modules/jqvmap/package.json +45 -0
- data/app/assets/node_modules/jqvmap/src/Base.js +80 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/arrayToRgb.js +9 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/getColor.js +41 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/rgbToArray.js +4 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/setColors.js +6 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/setMax.js +8 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/setMin.js +9 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/setNormalizeFunction.js +13 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/vectorAdd.js +7 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/vectorLength.js +7 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/vectorMult.js +7 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/vectorSubtract.js +7 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale/vectorToNum.js +7 -0
- data/app/assets/node_modules/jqvmap/src/ColorScale.js +18 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/applyTransform.js +31 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/bindZoomButtons.js +9 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/deselect.js +18 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/getCountryId.js +3 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/getPin.js +4 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/getPinId.js +3 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/getPins.js +11 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/highlight.js +12 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/isSelected.js +3 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/makeDraggable.js +159 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/placePins.js +46 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/positionPins.js +19 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/removePin.js +4 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/removePins.js +3 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/reset.js +9 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/resize.js +13 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/select.js +18 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/selectIndex.js +9 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/setBackgroundColor.js +3 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/setColors.js +15 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/setNormalizeFunction.js +7 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/setScale.js +4 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/setScaleColors.js +7 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/setValues.js +36 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/unhighlight.js +8 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/zoomIn.js +17 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap/zoomOut.js +17 -0
- data/app/assets/node_modules/jqvmap/src/JQVMap.js +243 -0
- data/app/assets/node_modules/jqvmap/src/VectorCanvas/applyTransformParams.js +8 -0
- data/app/assets/node_modules/jqvmap/src/VectorCanvas/createGroup.js +19 -0
- data/app/assets/node_modules/jqvmap/src/VectorCanvas/createPath.js +75 -0
- data/app/assets/node_modules/jqvmap/src/VectorCanvas/pathSvgToVml.js +103 -0
- data/app/assets/node_modules/jqvmap/src/VectorCanvas/setSize.js +24 -0
- data/app/assets/node_modules/jqvmap/src/VectorCanvas.js +42 -0
- data/app/assets/node_modules/jqvmap/tests/index.html +32 -0
- data/app/assets/node_modules/jqvmap/tests/qunit/qunit.css +291 -0
- data/app/assets/node_modules/jqvmap/tests/qunit/qunit.js +3828 -0
- data/app/assets/node_modules/jqvmap/tests/tests.js +422 -0
- data/app/assets/node_modules/metismenu/LICENSE +20 -0
- data/app/assets/node_modules/metismenu/README.md +361 -0
- data/app/assets/node_modules/metismenu/changelog.md +22 -0
- data/app/assets/node_modules/metismenu/dist/cjs/index.js +327 -0
- data/app/assets/node_modules/metismenu/dist/metisMenu.css +132 -0
- data/app/assets/node_modules/metismenu/dist/metisMenu.css.map +1 -0
- data/app/assets/node_modules/metismenu/dist/metisMenu.js +332 -0
- data/app/assets/node_modules/metismenu/dist/metisMenu.js.map +1 -0
- data/app/assets/node_modules/metismenu/dist/metisMenu.min.css +9 -0
- data/app/assets/node_modules/metismenu/dist/metisMenu.min.css.map +1 -0
- data/app/assets/node_modules/metismenu/dist/metisMenu.min.js +10 -0
- data/app/assets/node_modules/metismenu/dist/metisMenu.min.js.map +1 -0
- data/app/assets/node_modules/metismenu/dist/modules/index.js +323 -0
- data/app/assets/node_modules/metismenu/package.json +122 -0
- data/app/assets/node_modules/metismenu/src/index.js +260 -0
- data/app/assets/node_modules/metismenu/src/metisMenu.css +116 -0
- data/app/assets/node_modules/metismenu/src/util.js +61 -0
- data/app/assets/node_modules/metismenu/types/metismenu.d.ts +25 -0
- data/app/assets/node_modules/morris.js/Gruntfile.js +90 -0
- data/app/assets/node_modules/morris.js/README.md +234 -0
- data/app/assets/node_modules/morris.js/bower.json +20 -0
- data/app/assets/node_modules/morris.js/bower.travis.json +20 -0
- data/app/assets/node_modules/morris.js/examples/_template.html +18 -0
- data/app/assets/node_modules/morris.js/examples/area-as-line.html +31 -0
- data/app/assets/node_modules/morris.js/examples/area.html +34 -0
- data/app/assets/node_modules/morris.js/examples/bar-colors.html +44 -0
- data/app/assets/node_modules/morris.js/examples/bar-no-axes.html +31 -0
- data/app/assets/node_modules/morris.js/examples/bar.html +32 -0
- data/app/assets/node_modules/morris.js/examples/days.html +37 -0
- data/app/assets/node_modules/morris.js/examples/decimal-custom-hover.html +37 -0
- data/app/assets/node_modules/morris.js/examples/diagonal-xlabels-bar.html +38 -0
- data/app/assets/node_modules/morris.js/examples/diagonal-xlabels.html +38 -0
- data/app/assets/node_modules/morris.js/examples/donut-colors.html +38 -0
- data/app/assets/node_modules/morris.js/examples/donut-formatter.html +27 -0
- data/app/assets/node_modules/morris.js/examples/donut.html +29 -0
- data/app/assets/node_modules/morris.js/examples/dst.html +30 -0
- data/app/assets/node_modules/morris.js/examples/events.html +57 -0
- data/app/assets/node_modules/morris.js/examples/goals.html +33 -0
- data/app/assets/node_modules/morris.js/examples/lib/example.css +13 -0
- data/app/assets/node_modules/morris.js/examples/lib/example.js +4 -0
- data/app/assets/node_modules/morris.js/examples/months-no-smooth.html +38 -0
- data/app/assets/node_modules/morris.js/examples/negative.html +36 -0
- data/app/assets/node_modules/morris.js/examples/no-grid.html +38 -0
- data/app/assets/node_modules/morris.js/examples/non-continuous.html +42 -0
- data/app/assets/node_modules/morris.js/examples/non-date.html +37 -0
- data/app/assets/node_modules/morris.js/examples/quarters.html +54 -0
- data/app/assets/node_modules/morris.js/examples/resize.html +42 -0
- data/app/assets/node_modules/morris.js/examples/stacked_bars.html +31 -0
- data/app/assets/node_modules/morris.js/examples/timestamps.html +38 -0
- data/app/assets/node_modules/morris.js/examples/updating.html +49 -0
- data/app/assets/node_modules/morris.js/examples/weeks.html +53 -0
- data/app/assets/node_modules/morris.js/examples/years.html +37 -0
- data/app/assets/node_modules/morris.js/less/morris.core.less +27 -0
- data/app/assets/node_modules/morris.js/lib/morris.area.coffee +66 -0
- data/app/assets/node_modules/morris.js/lib/morris.bar.coffee +208 -0
- data/app/assets/node_modules/morris.js/lib/morris.coffee +43 -0
- data/app/assets/node_modules/morris.js/lib/morris.donut.coffee +213 -0
- data/app/assets/node_modules/morris.js/lib/morris.grid.coffee +499 -0
- data/app/assets/node_modules/morris.js/lib/morris.hover.coffee +44 -0
- data/app/assets/node_modules/morris.js/lib/morris.line.coffee +405 -0
- data/app/assets/node_modules/morris.js/morris.css +2 -0
- data/app/assets/node_modules/morris.js/morris.js +1892 -0
- data/app/assets/node_modules/morris.js/morris.min.js +7 -0
- data/app/assets/node_modules/morris.js/package.json +36 -0
- data/app/assets/node_modules/morris.js/spec/lib/area/area_spec.coffee +60 -0
- data/app/assets/node_modules/morris.js/spec/lib/bar/bar_spec.coffee +127 -0
- data/app/assets/node_modules/morris.js/spec/lib/bar/colours.coffee +36 -0
- data/app/assets/node_modules/morris.js/spec/lib/commas_spec.coffee +38 -0
- data/app/assets/node_modules/morris.js/spec/lib/donut/donut_spec.coffee +76 -0
- data/app/assets/node_modules/morris.js/spec/lib/grid/auto_grid_lines_spec.coffee +25 -0
- data/app/assets/node_modules/morris.js/spec/lib/grid/set_data_spec.coffee +208 -0
- data/app/assets/node_modules/morris.js/spec/lib/grid/y_label_format_spec.coffee +15 -0
- data/app/assets/node_modules/morris.js/spec/lib/hover_spec.coffee +64 -0
- data/app/assets/node_modules/morris.js/spec/lib/label_series_spec.coffee +186 -0
- data/app/assets/node_modules/morris.js/spec/lib/line/line_spec.coffee +211 -0
- data/app/assets/node_modules/morris.js/spec/lib/pad_spec.coffee +17 -0
- data/app/assets/node_modules/morris.js/spec/lib/parse_time_spec.coffee +35 -0
- data/app/assets/node_modules/morris.js/spec/specs.html +34 -0
- data/app/assets/node_modules/morris.js/spec/support/placeholder.coffee +6 -0
- data/app/assets/node_modules/morris.js/spec/viz/examples.js +56 -0
- data/app/assets/node_modules/morris.js/spec/viz/exemplary/area0.png +0 -0
- data/app/assets/node_modules/morris.js/spec/viz/exemplary/bar0.png +0 -0
- data/app/assets/node_modules/morris.js/spec/viz/exemplary/line0.png +0 -0
- data/app/assets/node_modules/morris.js/spec/viz/exemplary/stacked_bar0.png +0 -0
- data/app/assets/node_modules/morris.js/spec/viz/run.sh +32 -0
- data/app/assets/node_modules/morris.js/spec/viz/test.html +34 -0
- data/app/assets/node_modules/morris.js/spec/viz/visual_specs.js +66 -0
- data/app/assets/node_modules/nprogress/History.md +110 -0
- data/app/assets/node_modules/nprogress/License.md +19 -0
- data/app/assets/node_modules/nprogress/Notes.md +25 -0
- data/app/assets/node_modules/nprogress/Readme.md +197 -0
- data/app/assets/node_modules/nprogress/bower.json +27 -0
- data/app/assets/node_modules/nprogress/component.json +19 -0
- data/app/assets/node_modules/nprogress/nprogress.css +74 -0
- data/app/assets/node_modules/nprogress/nprogress.js +476 -0
- data/app/assets/node_modules/nprogress/package.json +47 -0
- data/app/assets/node_modules/nprogress/test/component.html +26 -0
- data/app/assets/node_modules/nprogress/test/test.js +175 -0
- data/app/assets/node_modules/parchment/LICENSE +29 -0
- data/app/assets/node_modules/parchment/README.md +274 -0
- data/app/assets/node_modules/parchment/dist/parchment.js +1749 -0
- data/app/assets/node_modules/parchment/dist/parchment.js.map +1 -0
- data/app/assets/node_modules/parchment/dist/src/attributor/attributor.d.ts +17 -0
- data/app/assets/node_modules/parchment/dist/src/attributor/class.d.ts +8 -0
- data/app/assets/node_modules/parchment/dist/src/attributor/store.d.ts +15 -0
- data/app/assets/node_modules/parchment/dist/src/attributor/style.d.ts +8 -0
- data/app/assets/node_modules/parchment/dist/src/blot/abstract/blot.d.ts +63 -0
- data/app/assets/node_modules/parchment/dist/src/blot/abstract/container.d.ts +40 -0
- data/app/assets/node_modules/parchment/dist/src/blot/abstract/format.d.ts +18 -0
- data/app/assets/node_modules/parchment/dist/src/blot/abstract/leaf.d.ts +11 -0
- data/app/assets/node_modules/parchment/dist/src/blot/abstract/parent.d.ts +41 -0
- data/app/assets/node_modules/parchment/dist/src/blot/abstract/shadow.d.ts +38 -0
- data/app/assets/node_modules/parchment/dist/src/blot/block.d.ts +15 -0
- data/app/assets/node_modules/parchment/dist/src/blot/embed.d.ts +11 -0
- data/app/assets/node_modules/parchment/dist/src/blot/inline.d.ts +14 -0
- data/app/assets/node_modules/parchment/dist/src/blot/scroll.d.ts +24 -0
- data/app/assets/node_modules/parchment/dist/src/blot/text.d.ts +26 -0
- data/app/assets/node_modules/parchment/dist/src/collection/linked-list.d.ts +19 -0
- data/app/assets/node_modules/parchment/dist/src/collection/linked-node.d.ts +6 -0
- data/app/assets/node_modules/parchment/dist/src/parchment.d.ts +35 -0
- data/app/assets/node_modules/parchment/dist/src/registry.d.ts +31 -0
- data/app/assets/node_modules/parchment/package.json +44 -0
- data/app/assets/node_modules/parchment/src/attributor/attributor.ts +61 -0
- data/app/assets/node_modules/parchment/src/attributor/class.ts +44 -0
- data/app/assets/node_modules/parchment/src/attributor/store.ts +73 -0
- data/app/assets/node_modules/parchment/src/attributor/style.ts +44 -0
- data/app/assets/node_modules/parchment/src/blot/abstract/blot.ts +58 -0
- data/app/assets/node_modules/parchment/src/blot/abstract/container.ts +268 -0
- data/app/assets/node_modules/parchment/src/blot/abstract/format.ts +71 -0
- data/app/assets/node_modules/parchment/src/blot/abstract/leaf.ts +33 -0
- data/app/assets/node_modules/parchment/src/blot/abstract/shadow.ts +174 -0
- data/app/assets/node_modules/parchment/src/blot/block.ts +53 -0
- data/app/assets/node_modules/parchment/src/blot/embed.ts +29 -0
- data/app/assets/node_modules/parchment/src/blot/inline.ts +64 -0
- data/app/assets/node_modules/parchment/src/blot/scroll.ts +166 -0
- data/app/assets/node_modules/parchment/src/blot/text.ts +93 -0
- data/app/assets/node_modules/parchment/src/collection/linked-list.ts +143 -0
- data/app/assets/node_modules/parchment/src/collection/linked-node.ts +8 -0
- data/app/assets/node_modules/parchment/src/parchment.ts +46 -0
- data/app/assets/node_modules/parchment/src/registry.ts +133 -0
- data/app/assets/node_modules/parchment/tsconfig.json +9 -0
- data/app/assets/node_modules/popper.js/README.md +219 -0
- data/app/assets/node_modules/popper.js/dist/esm/popper-utils.js +1093 -0
- data/app/assets/node_modules/popper.js/dist/esm/popper-utils.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/esm/popper-utils.min.js +5 -0
- data/app/assets/node_modules/popper.js/dist/esm/popper-utils.min.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/esm/popper.js +2520 -0
- data/app/assets/node_modules/popper.js/dist/esm/popper.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/esm/popper.min.js +5 -0
- data/app/assets/node_modules/popper.js/dist/esm/popper.min.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/popper-utils.js +1042 -0
- data/app/assets/node_modules/popper.js/dist/popper-utils.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/popper-utils.min.js +5 -0
- data/app/assets/node_modules/popper.js/dist/popper-utils.min.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/popper.js +2372 -0
- data/app/assets/node_modules/popper.js/dist/popper.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/popper.min.js +5 -0
- data/app/assets/node_modules/popper.js/dist/popper.min.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/umd/popper-utils.js +1131 -0
- data/app/assets/node_modules/popper.js/dist/umd/popper-utils.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/umd/popper-utils.min.js +5 -0
- data/app/assets/node_modules/popper.js/dist/umd/popper-utils.min.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/umd/popper.js +2528 -0
- data/app/assets/node_modules/popper.js/dist/umd/popper.js.map +1 -0
- data/app/assets/node_modules/popper.js/dist/umd/popper.min.js +5 -0
- data/app/assets/node_modules/popper.js/dist/umd/popper.min.js.map +1 -0
- data/app/assets/node_modules/popper.js/index.d.ts +159 -0
- data/app/assets/node_modules/popper.js/package.json +54 -0
- data/app/assets/node_modules/quill/CHANGELOG.md +734 -0
- data/app/assets/node_modules/quill/LICENSE +30 -0
- data/app/assets/node_modules/quill/README.md +109 -0
- data/app/assets/node_modules/quill/assets/base.styl +304 -0
- data/app/assets/node_modules/quill/assets/bubble/toolbar.styl +14 -0
- data/app/assets/node_modules/quill/assets/bubble/tooltip.styl +49 -0
- data/app/assets/node_modules/quill/assets/bubble.styl +45 -0
- data/app/assets/node_modules/quill/assets/core.styl +183 -0
- data/app/assets/node_modules/quill/assets/favicon.png +0 -0
- data/app/assets/node_modules/quill/assets/icons/align-center.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/align-justify.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/align-left.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/align-right.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/attachment.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/audio.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/authorship.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/background.svg +52 -0
- data/app/assets/node_modules/quill/assets/icons/blockquote.svg +6 -0
- data/app/assets/node_modules/quill/assets/icons/bold.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/clean.svg +7 -0
- data/app/assets/node_modules/quill/assets/icons/code.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/color.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/comment.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/direction-ltr.svg +7 -0
- data/app/assets/node_modules/quill/assets/icons/direction-rtl.svg +7 -0
- data/app/assets/node_modules/quill/assets/icons/dropdown.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/embed.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/emoji.svg +6 -0
- data/app/assets/node_modules/quill/assets/icons/float-center.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/float-full.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/float-left.svg +7 -0
- data/app/assets/node_modules/quill/assets/icons/float-right.svg +7 -0
- data/app/assets/node_modules/quill/assets/icons/font.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/formula.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/hashtag.svg +6 -0
- data/app/assets/node_modules/quill/assets/icons/header-2.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/header-3.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/header-4.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/header-5.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/header-6.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/header.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/horizontal-rule.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/image.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/indent.svg +6 -0
- data/app/assets/node_modules/quill/assets/icons/italic.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/link.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/list-bullet.svg +8 -0
- data/app/assets/node_modules/quill/assets/icons/list-check.svg +8 -0
- data/app/assets/node_modules/quill/assets/icons/list-ordered.svg +9 -0
- data/app/assets/node_modules/quill/assets/icons/map.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/mention.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/more.svg +3 -0
- data/app/assets/node_modules/quill/assets/icons/outdent.svg +6 -0
- data/app/assets/node_modules/quill/assets/icons/redo.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/size-decrease.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/size-increase.svg +6 -0
- data/app/assets/node_modules/quill/assets/icons/size.svg +6 -0
- data/app/assets/node_modules/quill/assets/icons/spacing.svg +9 -0
- data/app/assets/node_modules/quill/assets/icons/speech.svg +6 -0
- data/app/assets/node_modules/quill/assets/icons/strike.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/subscript.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/superscript.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/table-border-all.svg +5 -0
- data/app/assets/node_modules/quill/assets/icons/table-border-bottom.svg +28 -0
- data/app/assets/node_modules/quill/assets/icons/table-border-left.svg +28 -0
- data/app/assets/node_modules/quill/assets/icons/table-border-none.svg +25 -0
- data/app/assets/node_modules/quill/assets/icons/table-border-outside.svg +35 -0
- data/app/assets/node_modules/quill/assets/icons/table-border-right.svg +28 -0
- data/app/assets/node_modules/quill/assets/icons/table-border-top.svg +28 -0
- data/app/assets/node_modules/quill/assets/icons/table-delete-cells.svg +13 -0
- data/app/assets/node_modules/quill/assets/icons/table-delete-columns.svg +8 -0
- data/app/assets/node_modules/quill/assets/icons/table-delete-rows.svg +9 -0
- data/app/assets/node_modules/quill/assets/icons/table-insert-cells.svg +13 -0
- data/app/assets/node_modules/quill/assets/icons/table-insert-columns.svg +8 -0
- data/app/assets/node_modules/quill/assets/icons/table-insert-rows.svg +9 -0
- data/app/assets/node_modules/quill/assets/icons/table-merge-cells.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/table-unmerge-cells.svg +7 -0
- data/app/assets/node_modules/quill/assets/icons/table.svg +11 -0
- data/app/assets/node_modules/quill/assets/icons/underline.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/undo.svg +4 -0
- data/app/assets/node_modules/quill/assets/icons/video.svg +14 -0
- data/app/assets/node_modules/quill/assets/snow/toolbar.styl +26 -0
- data/app/assets/node_modules/quill/assets/snow/tooltip.styl +53 -0
- data/app/assets/node_modules/quill/assets/snow.styl +18 -0
- data/app/assets/node_modules/quill/blots/block.js +174 -0
- data/app/assets/node_modules/quill/blots/break.js +29 -0
- data/app/assets/node_modules/quill/blots/container.js +9 -0
- data/app/assets/node_modules/quill/blots/cursor.js +116 -0
- data/app/assets/node_modules/quill/blots/embed.js +79 -0
- data/app/assets/node_modules/quill/blots/inline.js +50 -0
- data/app/assets/node_modules/quill/blots/scroll.js +173 -0
- data/app/assets/node_modules/quill/blots/text.js +5 -0
- data/app/assets/node_modules/quill/core/editor.js +267 -0
- data/app/assets/node_modules/quill/core/emitter.js +63 -0
- data/app/assets/node_modules/quill/core/logger.js +22 -0
- data/app/assets/node_modules/quill/core/module.js +10 -0
- data/app/assets/node_modules/quill/core/polyfill.js +63 -0
- data/app/assets/node_modules/quill/core/quill.js +506 -0
- data/app/assets/node_modules/quill/core/selection.js +355 -0
- data/app/assets/node_modules/quill/core/theme.js +30 -0
- data/app/assets/node_modules/quill/core.js +36 -0
- data/app/assets/node_modules/quill/dist/quill.bubble.css +952 -0
- data/app/assets/node_modules/quill/dist/quill.core.css +397 -0
- data/app/assets/node_modules/quill/dist/quill.core.js +8522 -0
- data/app/assets/node_modules/quill/dist/quill.js +11489 -0
- data/app/assets/node_modules/quill/dist/quill.min.js +8 -0
- data/app/assets/node_modules/quill/dist/quill.min.js.map +1 -0
- data/app/assets/node_modules/quill/dist/quill.snow.css +945 -0
- data/app/assets/node_modules/quill/formats/align.js +12 -0
- data/app/assets/node_modules/quill/formats/background.js +11 -0
- data/app/assets/node_modules/quill/formats/blockquote.js +9 -0
- data/app/assets/node_modules/quill/formats/bold.js +22 -0
- data/app/assets/node_modules/quill/formats/code.js +118 -0
- data/app/assets/node_modules/quill/formats/color.js +21 -0
- data/app/assets/node_modules/quill/formats/direction.js +12 -0
- data/app/assets/node_modules/quill/formats/font.js +18 -0
- data/app/assets/node_modules/quill/formats/header.js +13 -0
- data/app/assets/node_modules/quill/formats/image.js +57 -0
- data/app/assets/node_modules/quill/formats/indent.js +31 -0
- data/app/assets/node_modules/quill/formats/italic.js +7 -0
- data/app/assets/node_modules/quill/formats/link.js +41 -0
- data/app/assets/node_modules/quill/formats/list.js +130 -0
- data/app/assets/node_modules/quill/formats/script.js +23 -0
- data/app/assets/node_modules/quill/formats/size.js +12 -0
- data/app/assets/node_modules/quill/formats/strike.js +7 -0
- data/app/assets/node_modules/quill/formats/underline.js +7 -0
- data/app/assets/node_modules/quill/formats/video.js +53 -0
- data/app/assets/node_modules/quill/modules/clipboard.js +358 -0
- data/app/assets/node_modules/quill/modules/formula.js +42 -0
- data/app/assets/node_modules/quill/modules/history.js +120 -0
- data/app/assets/node_modules/quill/modules/keyboard.js +494 -0
- data/app/assets/node_modules/quill/modules/syntax.js +81 -0
- data/app/assets/node_modules/quill/modules/toolbar.js +261 -0
- data/app/assets/node_modules/quill/package.json +99 -0
- data/app/assets/node_modules/quill/quill.js +104 -0
- data/app/assets/node_modules/quill/themes/base.js +264 -0
- data/app/assets/node_modules/quill/themes/bubble.js +111 -0
- data/app/assets/node_modules/quill/themes/snow.js +120 -0
- data/app/assets/node_modules/quill/ui/color-picker.js +35 -0
- data/app/assets/node_modules/quill/ui/icon-picker.js +23 -0
- data/app/assets/node_modules/quill/ui/icons.js +49 -0
- data/app/assets/node_modules/quill/ui/picker.js +186 -0
- data/app/assets/node_modules/quill/ui/tooltip.js +53 -0
- data/app/assets/node_modules/quill-delta/CHANGELOG.md +48 -0
- data/app/assets/node_modules/quill-delta/LICENSE +21 -0
- data/app/assets/node_modules/quill-delta/README.md +639 -0
- data/app/assets/node_modules/quill-delta/lib/delta.js +325 -0
- data/app/assets/node_modules/quill-delta/lib/op.js +139 -0
- data/app/assets/node_modules/quill-delta/package.json +40 -0
- data/app/assets/node_modules/raphael/CONTRIBUTING.md +22 -0
- data/app/assets/node_modules/raphael/Gruntfile.js +72 -0
- data/app/assets/node_modules/raphael/README.md +75 -0
- data/app/assets/node_modules/raphael/bower.json +31 -0
- data/app/assets/node_modules/raphael/dev/banner.txt +8 -0
- data/app/assets/node_modules/raphael/dev/raphael.amd.js +5 -0
- data/app/assets/node_modules/raphael/dev/raphael.core.js +5405 -0
- data/app/assets/node_modules/raphael/dev/raphael.svg.js +1424 -0
- data/app/assets/node_modules/raphael/dev/raphael.vml.js +999 -0
- data/app/assets/node_modules/raphael/dev/raphaelTest.html +39 -0
- data/app/assets/node_modules/raphael/dev/test/index.html +31 -0
- data/app/assets/node_modules/raphael/dev/test/svg/dom.js +317 -0
- data/app/assets/node_modules/raphael/dev/test/vml/dom.js +5 -0
- data/app/assets/node_modules/raphael/history.md +155 -0
- data/app/assets/node_modules/raphael/license.txt +21 -0
- data/app/assets/node_modules/raphael/package.json +47 -0
- data/app/assets/node_modules/raphael/raphael.js +8353 -0
- data/app/assets/node_modules/raphael/raphael.min.js +3 -0
- data/app/assets/node_modules/raphael/raphael.no-deps.js +7927 -0
- data/app/assets/node_modules/raphael/raphael.no-deps.min.js +3 -0
- data/app/assets/node_modules/raphael/webpack.config.js +64 -0
- data/app/assets/node_modules/raphael/yarn.lock +2012 -0
- data/app/assets/node_modules/responsive-toolkit/CHANGELOG.md +70 -0
- data/app/assets/node_modules/responsive-toolkit/LICENSE +21 -0
- data/app/assets/node_modules/responsive-toolkit/README.md +155 -0
- data/app/assets/node_modules/responsive-toolkit/bower.json +22 -0
- data/app/assets/node_modules/responsive-toolkit/demos/bootstrap/index.html +53 -0
- data/app/assets/node_modules/responsive-toolkit/demos/bootstrap/main.js +42 -0
- data/app/assets/node_modules/responsive-toolkit/demos/bootstrap/style.css +109 -0
- data/app/assets/node_modules/responsive-toolkit/demos/custom/index.html +23 -0
- data/app/assets/node_modules/responsive-toolkit/demos/custom/main.js +36 -0
- data/app/assets/node_modules/responsive-toolkit/demos/custom/style.css +19 -0
- data/app/assets/node_modules/responsive-toolkit/demos/foundation/index.html +25 -0
- data/app/assets/node_modules/responsive-toolkit/demos/foundation/main.js +28 -0
- data/app/assets/node_modules/responsive-toolkit/demos/foundation/style.css +3 -0
- data/app/assets/node_modules/responsive-toolkit/dist/bootstrap-toolkit-1.5.0.js +49 -0
- data/app/assets/node_modules/responsive-toolkit/dist/bootstrap-toolkit-1.5.0.min.js +8 -0
- data/app/assets/node_modules/responsive-toolkit/dist/bootstrap-toolkit.js +238 -0
- data/app/assets/node_modules/responsive-toolkit/dist/bootstrap-toolkit.min.js +8 -0
- data/app/assets/node_modules/responsive-toolkit/gulpfile.js +38 -0
- data/app/assets/node_modules/responsive-toolkit/package.json +28 -0
- data/app/assets/node_modules/responsive-toolkit/src/bootstrap-toolkit.js +238 -0
- data/app/assets/node_modules/sortablejs/README.md +636 -0
- data/app/assets/node_modules/sortablejs/Sortable.js +1540 -0
- data/app/assets/node_modules/sortablejs/Sortable.min.js +2 -0
- data/app/assets/node_modules/sortablejs/package.json +48 -0
- data/app/assets/node_modules/tether/CHANGELOG.md +13 -0
- data/app/assets/node_modules/tether/CONTRIBUTING.md +59 -0
- data/app/assets/node_modules/tether/LICENSE +8 -0
- data/app/assets/node_modules/tether/README.md +116 -0
- data/app/assets/node_modules/tether/bower.json +26 -0
- data/app/assets/node_modules/tether/component.json +22 -0
- data/app/assets/node_modules/tether/dist/css/tether-theme-arrows-dark.css +150 -0
- data/app/assets/node_modules/tether/dist/css/tether-theme-arrows-dark.min.css +1 -0
- data/app/assets/node_modules/tether/dist/css/tether-theme-arrows.css +153 -0
- data/app/assets/node_modules/tether/dist/css/tether-theme-arrows.min.css +1 -0
- data/app/assets/node_modules/tether/dist/css/tether-theme-basic.css +21 -0
- data/app/assets/node_modules/tether/dist/css/tether-theme-basic.min.css +1 -0
- data/app/assets/node_modules/tether/dist/css/tether.css +8 -0
- data/app/assets/node_modules/tether/dist/css/tether.min.css +1 -0
- data/app/assets/node_modules/tether/dist/js/tether.js +1813 -0
- data/app/assets/node_modules/tether/dist/js/tether.min.js +1 -0
- data/app/assets/node_modules/tether/docs/1-Overview/1-why_you_should_use_tether.md +43 -0
- data/app/assets/node_modules/tether/docs/1-Overview/2-repositioning.md +46 -0
- data/app/assets/node_modules/tether/docs/1-Overview/3-why_we_dont_support_IE_8.md +47 -0
- data/app/assets/node_modules/tether/docs/2-Examples/1-list_of_examples.md +27 -0
- data/app/assets/node_modules/tether/docs/2-Examples/2-projects_using_tether.md +45 -0
- data/app/assets/node_modules/tether/docs/3-Advanced/1-embedding_tether.md +9 -0
- data/app/assets/node_modules/tether/docs/3-Advanced/2-extending_tether.md +54 -0
- data/app/assets/node_modules/tether/docs/coffee/intro.coffee +113 -0
- data/app/assets/node_modules/tether/docs/css/intro.css +218 -0
- data/app/assets/node_modules/tether/docs/intro.md +591 -0
- data/app/assets/node_modules/tether/docs/js/intro.js +117 -0
- data/app/assets/node_modules/tether/docs/js/markAttachment.js +51 -0
- data/app/assets/node_modules/tether/docs/sass/intro.sass +233 -0
- data/app/assets/node_modules/tether/docs/welcome/browser-demo.html +76 -0
- data/app/assets/node_modules/tether/docs/welcome/coffee/welcome.coffee +212 -0
- data/app/assets/node_modules/tether/docs/welcome/css/browser-demo.css +86 -0
- data/app/assets/node_modules/tether/docs/welcome/css/prism.css +2 -0
- data/app/assets/node_modules/tether/docs/welcome/css/welcome.css +247 -0
- data/app/assets/node_modules/tether/docs/welcome/index.html +226 -0
- data/app/assets/node_modules/tether/docs/welcome/js/drop.js +239 -0
- data/app/assets/node_modules/tether/docs/welcome/js/jquery.js +9597 -0
- data/app/assets/node_modules/tether/docs/welcome/js/log.js +134 -0
- data/app/assets/node_modules/tether/docs/welcome/js/tether-v0.1.3.js +2 -0
- data/app/assets/node_modules/tether/docs/welcome/js/welcome.js +193 -0
- data/app/assets/node_modules/tether/docs/welcome/sass/_inline-block.sass +6 -0
- data/app/assets/node_modules/tether/docs/welcome/sass/browser-demo.sass +93 -0
- data/app/assets/node_modules/tether/docs/welcome/sass/welcome.sass +285 -0
- data/app/assets/node_modules/tether/examples/chosen/chosen-sprite.png +0 -0
- data/app/assets/node_modules/tether/examples/chosen/chosen-sprite@2x.png +0 -0
- data/app/assets/node_modules/tether/examples/chosen/chosen.css +430 -0
- data/app/assets/node_modules/tether/examples/chosen/chosen.js +1166 -0
- data/app/assets/node_modules/tether/examples/chosen/index.html +110 -0
- data/app/assets/node_modules/tether/examples/common/css/style.css +48 -0
- data/app/assets/node_modules/tether/examples/content-visible/index.html +64 -0
- data/app/assets/node_modules/tether/examples/dolls/dolls.css +18 -0
- data/app/assets/node_modules/tether/examples/dolls/dolls.js +83 -0
- data/app/assets/node_modules/tether/examples/dolls/index.html +7 -0
- data/app/assets/node_modules/tether/examples/element-scroll/index.html +499 -0
- data/app/assets/node_modules/tether/examples/enable-disable/index.html +37 -0
- data/app/assets/node_modules/tether/examples/facebook/facebook.css +86 -0
- data/app/assets/node_modules/tether/examples/facebook/index.html +209 -0
- data/app/assets/node_modules/tether/examples/out-of-bounds/index.html +38 -0
- data/app/assets/node_modules/tether/examples/pin/index.html +30 -0
- data/app/assets/node_modules/tether/examples/resources/css/base.css +10 -0
- data/app/assets/node_modules/tether/examples/resources/js/jquery.js +9597 -0
- data/app/assets/node_modules/tether/examples/resources/js/log.js +134 -0
- data/app/assets/node_modules/tether/examples/scroll/index.html +922 -0
- data/app/assets/node_modules/tether/examples/simple/index.html +30 -0
- data/app/assets/node_modules/tether/examples/testbed/index.html +36 -0
- data/app/assets/node_modules/tether/examples/tooltip/index.html +86 -0
- data/app/assets/node_modules/tether/examples/viewport/colors.css +145 -0
- data/app/assets/node_modules/tether/examples/viewport/index.html +70 -0
- data/app/assets/node_modules/tether/gulpfile.js +97 -0
- data/app/assets/node_modules/tether/package.json +40 -0
- data/app/assets/node_modules/tether/src/css/helpers/_tether-theme-arrows.sass +192 -0
- data/app/assets/node_modules/tether/src/css/helpers/_tether-theme-basic.sass +14 -0
- data/app/assets/node_modules/tether/src/css/helpers/_tether.sass +12 -0
- data/app/assets/node_modules/tether/src/css/mixins/_inline-block.sass +6 -0
- data/app/assets/node_modules/tether/src/css/mixins/_pie-clearfix.sass +7 -0
- data/app/assets/node_modules/tether/src/css/tether-theme-arrows-dark.sass +12 -0
- data/app/assets/node_modules/tether/src/css/tether-theme-arrows.sass +12 -0
- data/app/assets/node_modules/tether/src/css/tether-theme-basic.sass +10 -0
- data/app/assets/node_modules/tether/src/css/tether.sass +5 -0
- data/app/assets/node_modules/tether/src/js/abutment.js +61 -0
- data/app/assets/node_modules/tether/src/js/constraint.js +366 -0
- data/app/assets/node_modules/tether/src/js/markAttachment.js +46 -0
- data/app/assets/node_modules/tether/src/js/shift.js +32 -0
- data/app/assets/node_modules/tether/src/js/tether.js +811 -0
- data/app/assets/node_modules/tether/src/js/utils.js +370 -0
- data/app/assets/node_modules/tinycolor2/Gruntfile.js +59 -0
- data/app/assets/node_modules/tinycolor2/LICENSE +20 -0
- data/app/assets/node_modules/tinycolor2/README.md +469 -0
- data/app/assets/node_modules/tinycolor2/bower.json +9 -0
- data/app/assets/node_modules/tinycolor2/demo/demo.css +23 -0
- data/app/assets/node_modules/tinycolor2/demo/jquery-1.9.1.js +9597 -0
- data/app/assets/node_modules/tinycolor2/dist/tinycolor-min.js +4 -0
- data/app/assets/node_modules/tinycolor2/docs/docco.css +192 -0
- data/app/assets/node_modules/tinycolor2/docs/tinycolor.html +1023 -0
- data/app/assets/node_modules/tinycolor2/index.html +207 -0
- data/app/assets/node_modules/tinycolor2/package.json +31 -0
- data/app/assets/node_modules/tinycolor2/test/index.html +19 -0
- data/app/assets/node_modules/tinycolor2/test/qunit.css +244 -0
- data/app/assets/node_modules/tinycolor2/test/qunit.js +2152 -0
- data/app/assets/node_modules/tinycolor2/test/test.js +791 -0
- data/app/assets/node_modules/tinycolor2/tinycolor.js +1195 -0
- data/app/assets/stylesheets/rails_modular_admin/application.scss +2 -3
- data/app/assets/stylesheets/rails_modular_admin.scss +0 -1
- data/config/initializers/assets.rb +4 -29
- data/lib/rails_modular_admin/engine.rb +30 -2
- data/lib/rails_modular_admin/version.rb +1 -1
- metadata +1419 -8
- data/app/controllers/rails_modular_admin/application_controller.rb +0 -5
- data/app/helpers/rails_modular_admin/application_helper.rb +0 -4
- data/app/jobs/rails_modular_admin/application_job.rb +0 -4
- data/app/mailers/rails_modular_admin/application_mailer.rb +0 -6
- data/app/models/rails_modular_admin/application_record.rb +0 -5
@@ -0,0 +1,2067 @@
|
|
1
|
+
/*!
|
2
|
+
* Sizzle CSS Selector Engine v2.2.0-pre
|
3
|
+
* http://sizzlejs.com/
|
4
|
+
*
|
5
|
+
* Copyright 2008, 2014 jQuery Foundation, Inc. and other contributors
|
6
|
+
* Released under the MIT license
|
7
|
+
* http://jquery.org/license
|
8
|
+
*
|
9
|
+
* Date: 2014-12-16
|
10
|
+
*/
|
11
|
+
(function( window ) {
|
12
|
+
|
13
|
+
var i,
|
14
|
+
support,
|
15
|
+
Expr,
|
16
|
+
getText,
|
17
|
+
isXML,
|
18
|
+
tokenize,
|
19
|
+
compile,
|
20
|
+
select,
|
21
|
+
outermostContext,
|
22
|
+
sortInput,
|
23
|
+
hasDuplicate,
|
24
|
+
|
25
|
+
// Local document vars
|
26
|
+
setDocument,
|
27
|
+
document,
|
28
|
+
docElem,
|
29
|
+
documentIsHTML,
|
30
|
+
rbuggyQSA,
|
31
|
+
rbuggyMatches,
|
32
|
+
matches,
|
33
|
+
contains,
|
34
|
+
|
35
|
+
// Instance-specific data
|
36
|
+
expando = "sizzle" + 1 * new Date(),
|
37
|
+
preferredDoc = window.document,
|
38
|
+
dirruns = 0,
|
39
|
+
done = 0,
|
40
|
+
classCache = createCache(),
|
41
|
+
tokenCache = createCache(),
|
42
|
+
compilerCache = createCache(),
|
43
|
+
sortOrder = function( a, b ) {
|
44
|
+
if ( a === b ) {
|
45
|
+
hasDuplicate = true;
|
46
|
+
}
|
47
|
+
return 0;
|
48
|
+
},
|
49
|
+
|
50
|
+
// General-purpose constants
|
51
|
+
MAX_NEGATIVE = 1 << 31,
|
52
|
+
|
53
|
+
// Instance methods
|
54
|
+
hasOwn = ({}).hasOwnProperty,
|
55
|
+
arr = [],
|
56
|
+
pop = arr.pop,
|
57
|
+
push_native = arr.push,
|
58
|
+
push = arr.push,
|
59
|
+
slice = arr.slice,
|
60
|
+
// Use a stripped-down indexOf as it's faster than native
|
61
|
+
// http://jsperf.com/thor-indexof-vs-for/5
|
62
|
+
indexOf = function( list, elem ) {
|
63
|
+
var i = 0,
|
64
|
+
len = list.length;
|
65
|
+
for ( ; i < len; i++ ) {
|
66
|
+
if ( list[i] === elem ) {
|
67
|
+
return i;
|
68
|
+
}
|
69
|
+
}
|
70
|
+
return -1;
|
71
|
+
},
|
72
|
+
|
73
|
+
booleans = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",
|
74
|
+
|
75
|
+
// Regular expressions
|
76
|
+
|
77
|
+
// Whitespace characters http://www.w3.org/TR/css3-selectors/#whitespace
|
78
|
+
whitespace = "[\\x20\\t\\r\\n\\f]",
|
79
|
+
// http://www.w3.org/TR/css3-syntax/#characters
|
80
|
+
characterEncoding = "(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",
|
81
|
+
|
82
|
+
// Loosely modeled on CSS identifier characters
|
83
|
+
// An unquoted value should be a CSS identifier http://www.w3.org/TR/css3-selectors/#attribute-selectors
|
84
|
+
// Proper syntax: http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier
|
85
|
+
identifier = characterEncoding.replace( "w", "w#" ),
|
86
|
+
|
87
|
+
// Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors
|
88
|
+
attributes = "\\[" + whitespace + "*(" + characterEncoding + ")(?:" + whitespace +
|
89
|
+
// Operator (capture 2)
|
90
|
+
"*([*^$|!~]?=)" + whitespace +
|
91
|
+
// "Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]"
|
92
|
+
"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + identifier + "))|)" + whitespace +
|
93
|
+
"*\\]",
|
94
|
+
|
95
|
+
pseudos = ":(" + characterEncoding + ")(?:\\((" +
|
96
|
+
// To reduce the number of selectors needing tokenize in the preFilter, prefer arguments:
|
97
|
+
// 1. quoted (capture 3; capture 4 or capture 5)
|
98
|
+
"('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|" +
|
99
|
+
// 2. simple (capture 6)
|
100
|
+
"((?:\\\\.|[^\\\\()[\\]]|" + attributes + ")*)|" +
|
101
|
+
// 3. anything else (capture 2)
|
102
|
+
".*" +
|
103
|
+
")\\)|)",
|
104
|
+
|
105
|
+
// Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter
|
106
|
+
rwhitespace = new RegExp( whitespace + "+", "g" ),
|
107
|
+
rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$", "g" ),
|
108
|
+
|
109
|
+
rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ),
|
110
|
+
rcombinators = new RegExp( "^" + whitespace + "*([>+~]|" + whitespace + ")" + whitespace + "*" ),
|
111
|
+
|
112
|
+
rattributeQuotes = new RegExp( "=" + whitespace + "*([^\\]'\"]*?)" + whitespace + "*\\]", "g" ),
|
113
|
+
|
114
|
+
rpseudo = new RegExp( pseudos ),
|
115
|
+
ridentifier = new RegExp( "^" + identifier + "$" ),
|
116
|
+
|
117
|
+
matchExpr = {
|
118
|
+
"ID": new RegExp( "^#(" + characterEncoding + ")" ),
|
119
|
+
"CLASS": new RegExp( "^\\.(" + characterEncoding + ")" ),
|
120
|
+
"TAG": new RegExp( "^(" + characterEncoding.replace( "w", "w*" ) + ")" ),
|
121
|
+
"ATTR": new RegExp( "^" + attributes ),
|
122
|
+
"PSEUDO": new RegExp( "^" + pseudos ),
|
123
|
+
"CHILD": new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + whitespace +
|
124
|
+
"*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + whitespace +
|
125
|
+
"*(\\d+)|))" + whitespace + "*\\)|)", "i" ),
|
126
|
+
"bool": new RegExp( "^(?:" + booleans + ")$", "i" ),
|
127
|
+
// For use in libraries implementing .is()
|
128
|
+
// We use this for POS matching in `select`
|
129
|
+
"needsContext": new RegExp( "^" + whitespace + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" +
|
130
|
+
whitespace + "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)", "i" )
|
131
|
+
},
|
132
|
+
|
133
|
+
rinputs = /^(?:input|select|textarea|button)$/i,
|
134
|
+
rheader = /^h\d$/i,
|
135
|
+
|
136
|
+
rnative = /^[^{]+\{\s*\[native \w/,
|
137
|
+
|
138
|
+
// Easily-parseable/retrievable ID or TAG or CLASS selectors
|
139
|
+
rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,
|
140
|
+
|
141
|
+
rsibling = /[+~]/,
|
142
|
+
rescape = /'|\\/g,
|
143
|
+
|
144
|
+
// CSS escapes http://www.w3.org/TR/CSS21/syndata.html#escaped-characters
|
145
|
+
runescape = new RegExp( "\\\\([\\da-f]{1,6}" + whitespace + "?|(" + whitespace + ")|.)", "ig" ),
|
146
|
+
funescape = function( _, escaped, escapedWhitespace ) {
|
147
|
+
var high = "0x" + escaped - 0x10000;
|
148
|
+
// NaN means non-codepoint
|
149
|
+
// Support: Firefox<24
|
150
|
+
// Workaround erroneous numeric interpretation of +"0x"
|
151
|
+
return high !== high || escapedWhitespace ?
|
152
|
+
escaped :
|
153
|
+
high < 0 ?
|
154
|
+
// BMP codepoint
|
155
|
+
String.fromCharCode( high + 0x10000 ) :
|
156
|
+
// Supplemental Plane codepoint (surrogate pair)
|
157
|
+
String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 );
|
158
|
+
},
|
159
|
+
|
160
|
+
// Used for iframes
|
161
|
+
// See setDocument()
|
162
|
+
// Removing the function wrapper causes a "Permission Denied"
|
163
|
+
// error in IE
|
164
|
+
unloadHandler = function() {
|
165
|
+
setDocument();
|
166
|
+
};
|
167
|
+
|
168
|
+
// Optimize for push.apply( _, NodeList )
|
169
|
+
try {
|
170
|
+
push.apply(
|
171
|
+
(arr = slice.call( preferredDoc.childNodes )),
|
172
|
+
preferredDoc.childNodes
|
173
|
+
);
|
174
|
+
// Support: Android<4.0
|
175
|
+
// Detect silently failing push.apply
|
176
|
+
arr[ preferredDoc.childNodes.length ].nodeType;
|
177
|
+
} catch ( e ) {
|
178
|
+
push = { apply: arr.length ?
|
179
|
+
|
180
|
+
// Leverage slice if possible
|
181
|
+
function( target, els ) {
|
182
|
+
push_native.apply( target, slice.call(els) );
|
183
|
+
} :
|
184
|
+
|
185
|
+
// Support: IE<9
|
186
|
+
// Otherwise append directly
|
187
|
+
function( target, els ) {
|
188
|
+
var j = target.length,
|
189
|
+
i = 0;
|
190
|
+
// Can't trust NodeList.length
|
191
|
+
while ( (target[j++] = els[i++]) ) {}
|
192
|
+
target.length = j - 1;
|
193
|
+
}
|
194
|
+
};
|
195
|
+
}
|
196
|
+
|
197
|
+
function Sizzle( selector, context, results, seed ) {
|
198
|
+
var match, elem, m, nodeType,
|
199
|
+
// QSA vars
|
200
|
+
i, groups, old, nid, newContext, newSelector;
|
201
|
+
|
202
|
+
if ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) {
|
203
|
+
setDocument( context );
|
204
|
+
}
|
205
|
+
|
206
|
+
context = context || document;
|
207
|
+
results = results || [];
|
208
|
+
nodeType = context.nodeType;
|
209
|
+
|
210
|
+
if ( typeof selector !== "string" || !selector ||
|
211
|
+
nodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) {
|
212
|
+
|
213
|
+
return results;
|
214
|
+
}
|
215
|
+
|
216
|
+
if ( !seed && documentIsHTML ) {
|
217
|
+
|
218
|
+
// Try to shortcut find operations when possible (e.g., not under DocumentFragment)
|
219
|
+
if ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) {
|
220
|
+
// Speed-up: Sizzle("#ID")
|
221
|
+
if ( (m = match[1]) ) {
|
222
|
+
if ( nodeType === 9 ) {
|
223
|
+
elem = context.getElementById( m );
|
224
|
+
// Check parentNode to catch when Blackberry 4.6 returns
|
225
|
+
// nodes that are no longer in the document (jQuery #6963)
|
226
|
+
if ( elem && elem.parentNode ) {
|
227
|
+
// Handle the case where IE, Opera, and Webkit return items
|
228
|
+
// by name instead of ID
|
229
|
+
if ( elem.id === m ) {
|
230
|
+
results.push( elem );
|
231
|
+
return results;
|
232
|
+
}
|
233
|
+
} else {
|
234
|
+
return results;
|
235
|
+
}
|
236
|
+
} else {
|
237
|
+
// Context is not a document
|
238
|
+
if ( context.ownerDocument && (elem = context.ownerDocument.getElementById( m )) &&
|
239
|
+
contains( context, elem ) && elem.id === m ) {
|
240
|
+
results.push( elem );
|
241
|
+
return results;
|
242
|
+
}
|
243
|
+
}
|
244
|
+
|
245
|
+
// Speed-up: Sizzle("TAG")
|
246
|
+
} else if ( match[2] ) {
|
247
|
+
push.apply( results, context.getElementsByTagName( selector ) );
|
248
|
+
return results;
|
249
|
+
|
250
|
+
// Speed-up: Sizzle(".CLASS")
|
251
|
+
} else if ( (m = match[3]) && support.getElementsByClassName ) {
|
252
|
+
push.apply( results, context.getElementsByClassName( m ) );
|
253
|
+
return results;
|
254
|
+
}
|
255
|
+
}
|
256
|
+
|
257
|
+
// QSA path
|
258
|
+
if ( support.qsa && (!rbuggyQSA || !rbuggyQSA.test( selector )) ) {
|
259
|
+
nid = old = expando;
|
260
|
+
newContext = context;
|
261
|
+
newSelector = nodeType !== 1 && selector;
|
262
|
+
|
263
|
+
// qSA works strangely on Element-rooted queries
|
264
|
+
// We can work around this by specifying an extra ID on the root
|
265
|
+
// and working up from there (Thanks to Andrew Dupont for the technique)
|
266
|
+
// IE 8 doesn't work on object elements
|
267
|
+
if ( nodeType === 1 && context.nodeName.toLowerCase() !== "object" ) {
|
268
|
+
groups = tokenize( selector );
|
269
|
+
|
270
|
+
if ( (old = context.getAttribute("id")) ) {
|
271
|
+
nid = old.replace( rescape, "\\$&" );
|
272
|
+
} else {
|
273
|
+
context.setAttribute( "id", nid );
|
274
|
+
}
|
275
|
+
nid = "[id='" + nid + "'] ";
|
276
|
+
|
277
|
+
i = groups.length;
|
278
|
+
while ( i-- ) {
|
279
|
+
groups[i] = nid + toSelector( groups[i] );
|
280
|
+
}
|
281
|
+
newContext = rsibling.test( selector ) && testContext( context.parentNode ) || context;
|
282
|
+
newSelector = groups.join(",");
|
283
|
+
}
|
284
|
+
|
285
|
+
if ( newSelector ) {
|
286
|
+
try {
|
287
|
+
push.apply( results,
|
288
|
+
newContext.querySelectorAll( newSelector )
|
289
|
+
);
|
290
|
+
return results;
|
291
|
+
} catch(qsaError) {
|
292
|
+
} finally {
|
293
|
+
if ( !old ) {
|
294
|
+
context.removeAttribute("id");
|
295
|
+
}
|
296
|
+
}
|
297
|
+
}
|
298
|
+
}
|
299
|
+
}
|
300
|
+
|
301
|
+
// All others
|
302
|
+
return select( selector.replace( rtrim, "$1" ), context, results, seed );
|
303
|
+
}
|
304
|
+
|
305
|
+
/**
|
306
|
+
* Create key-value caches of limited size
|
307
|
+
* @returns {Function(string, Object)} Returns the Object data after storing it on itself with
|
308
|
+
* property name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength)
|
309
|
+
* deleting the oldest entry
|
310
|
+
*/
|
311
|
+
function createCache() {
|
312
|
+
var keys = [];
|
313
|
+
|
314
|
+
function cache( key, value ) {
|
315
|
+
// Use (key + " ") to avoid collision with native prototype properties (see Issue #157)
|
316
|
+
if ( keys.push( key + " " ) > Expr.cacheLength ) {
|
317
|
+
// Only keep the most recent entries
|
318
|
+
delete cache[ keys.shift() ];
|
319
|
+
}
|
320
|
+
return (cache[ key + " " ] = value);
|
321
|
+
}
|
322
|
+
return cache;
|
323
|
+
}
|
324
|
+
|
325
|
+
/**
|
326
|
+
* Mark a function for special use by Sizzle
|
327
|
+
* @param {Function} fn The function to mark
|
328
|
+
*/
|
329
|
+
function markFunction( fn ) {
|
330
|
+
fn[ expando ] = true;
|
331
|
+
return fn;
|
332
|
+
}
|
333
|
+
|
334
|
+
/**
|
335
|
+
* Support testing using an element
|
336
|
+
* @param {Function} fn Passed the created div and expects a boolean result
|
337
|
+
*/
|
338
|
+
function assert( fn ) {
|
339
|
+
var div = document.createElement("div");
|
340
|
+
|
341
|
+
try {
|
342
|
+
return !!fn( div );
|
343
|
+
} catch (e) {
|
344
|
+
return false;
|
345
|
+
} finally {
|
346
|
+
// Remove from its parent by default
|
347
|
+
if ( div.parentNode ) {
|
348
|
+
div.parentNode.removeChild( div );
|
349
|
+
}
|
350
|
+
// release memory in IE
|
351
|
+
div = null;
|
352
|
+
}
|
353
|
+
}
|
354
|
+
|
355
|
+
/**
|
356
|
+
* Adds the same handler for all of the specified attrs
|
357
|
+
* @param {String} attrs Pipe-separated list of attributes
|
358
|
+
* @param {Function} handler The method that will be applied
|
359
|
+
*/
|
360
|
+
function addHandle( attrs, handler ) {
|
361
|
+
var arr = attrs.split("|"),
|
362
|
+
i = attrs.length;
|
363
|
+
|
364
|
+
while ( i-- ) {
|
365
|
+
Expr.attrHandle[ arr[i] ] = handler;
|
366
|
+
}
|
367
|
+
}
|
368
|
+
|
369
|
+
/**
|
370
|
+
* Checks document order of two siblings
|
371
|
+
* @param {Element} a
|
372
|
+
* @param {Element} b
|
373
|
+
* @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b
|
374
|
+
*/
|
375
|
+
function siblingCheck( a, b ) {
|
376
|
+
var cur = b && a,
|
377
|
+
diff = cur && a.nodeType === 1 && b.nodeType === 1 &&
|
378
|
+
( ~b.sourceIndex || MAX_NEGATIVE ) -
|
379
|
+
( ~a.sourceIndex || MAX_NEGATIVE );
|
380
|
+
|
381
|
+
// Use IE sourceIndex if available on both nodes
|
382
|
+
if ( diff ) {
|
383
|
+
return diff;
|
384
|
+
}
|
385
|
+
|
386
|
+
// Check if b follows a
|
387
|
+
if ( cur ) {
|
388
|
+
while ( (cur = cur.nextSibling) ) {
|
389
|
+
if ( cur === b ) {
|
390
|
+
return -1;
|
391
|
+
}
|
392
|
+
}
|
393
|
+
}
|
394
|
+
|
395
|
+
return a ? 1 : -1;
|
396
|
+
}
|
397
|
+
|
398
|
+
/**
|
399
|
+
* Returns a function to use in pseudos for input types
|
400
|
+
* @param {String} type
|
401
|
+
*/
|
402
|
+
function createInputPseudo( type ) {
|
403
|
+
return function( elem ) {
|
404
|
+
var name = elem.nodeName.toLowerCase();
|
405
|
+
return name === "input" && elem.type === type;
|
406
|
+
};
|
407
|
+
}
|
408
|
+
|
409
|
+
/**
|
410
|
+
* Returns a function to use in pseudos for buttons
|
411
|
+
* @param {String} type
|
412
|
+
*/
|
413
|
+
function createButtonPseudo( type ) {
|
414
|
+
return function( elem ) {
|
415
|
+
var name = elem.nodeName.toLowerCase();
|
416
|
+
return (name === "input" || name === "button") && elem.type === type;
|
417
|
+
};
|
418
|
+
}
|
419
|
+
|
420
|
+
/**
|
421
|
+
* Returns a function to use in pseudos for positionals
|
422
|
+
* @param {Function} fn
|
423
|
+
*/
|
424
|
+
function createPositionalPseudo( fn ) {
|
425
|
+
return markFunction(function( argument ) {
|
426
|
+
argument = +argument;
|
427
|
+
return markFunction(function( seed, matches ) {
|
428
|
+
var j,
|
429
|
+
matchIndexes = fn( [], seed.length, argument ),
|
430
|
+
i = matchIndexes.length;
|
431
|
+
|
432
|
+
// Match elements found at the specified indexes
|
433
|
+
while ( i-- ) {
|
434
|
+
if ( seed[ (j = matchIndexes[i]) ] ) {
|
435
|
+
seed[j] = !(matches[j] = seed[j]);
|
436
|
+
}
|
437
|
+
}
|
438
|
+
});
|
439
|
+
});
|
440
|
+
}
|
441
|
+
|
442
|
+
/**
|
443
|
+
* Checks a node for validity as a Sizzle context
|
444
|
+
* @param {Element|Object=} context
|
445
|
+
* @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value
|
446
|
+
*/
|
447
|
+
function testContext( context ) {
|
448
|
+
return context && typeof context.getElementsByTagName !== "undefined" && context;
|
449
|
+
}
|
450
|
+
|
451
|
+
// Expose support vars for convenience
|
452
|
+
support = Sizzle.support = {};
|
453
|
+
|
454
|
+
/**
|
455
|
+
* Detects XML nodes
|
456
|
+
* @param {Element|Object} elem An element or a document
|
457
|
+
* @returns {Boolean} True iff elem is a non-HTML XML node
|
458
|
+
*/
|
459
|
+
isXML = Sizzle.isXML = function( elem ) {
|
460
|
+
// documentElement is verified for cases where it doesn't yet exist
|
461
|
+
// (such as loading iframes in IE - #4833)
|
462
|
+
var documentElement = elem && (elem.ownerDocument || elem).documentElement;
|
463
|
+
return documentElement ? documentElement.nodeName !== "HTML" : false;
|
464
|
+
};
|
465
|
+
|
466
|
+
/**
|
467
|
+
* Sets document-related variables once based on the current document
|
468
|
+
* @param {Element|Object} [doc] An element or document object to use to set the document
|
469
|
+
* @returns {Object} Returns the current document
|
470
|
+
*/
|
471
|
+
setDocument = Sizzle.setDocument = function( node ) {
|
472
|
+
var hasCompare, parent,
|
473
|
+
doc = node ? node.ownerDocument || node : preferredDoc;
|
474
|
+
|
475
|
+
// If no document and documentElement is available, return
|
476
|
+
if ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) {
|
477
|
+
return document;
|
478
|
+
}
|
479
|
+
|
480
|
+
// Set our document
|
481
|
+
document = doc;
|
482
|
+
docElem = doc.documentElement;
|
483
|
+
parent = doc.defaultView;
|
484
|
+
|
485
|
+
// Support: IE>8
|
486
|
+
// If iframe document is assigned to "document" variable and if iframe has been reloaded,
|
487
|
+
// IE will throw "permission denied" error when accessing "document" variable, see jQuery #13936
|
488
|
+
// IE6-8 do not support the defaultView property so parent will be undefined
|
489
|
+
if ( parent && parent !== parent.top ) {
|
490
|
+
// IE11 does not have attachEvent, so all must suffer
|
491
|
+
if ( parent.addEventListener ) {
|
492
|
+
parent.addEventListener( "unload", unloadHandler, false );
|
493
|
+
} else if ( parent.attachEvent ) {
|
494
|
+
parent.attachEvent( "onunload", unloadHandler );
|
495
|
+
}
|
496
|
+
}
|
497
|
+
|
498
|
+
/* Support tests
|
499
|
+
---------------------------------------------------------------------- */
|
500
|
+
documentIsHTML = !isXML( doc );
|
501
|
+
|
502
|
+
/* Attributes
|
503
|
+
---------------------------------------------------------------------- */
|
504
|
+
|
505
|
+
// Support: IE<8
|
506
|
+
// Verify that getAttribute really returns attributes and not properties
|
507
|
+
// (excepting IE8 booleans)
|
508
|
+
support.attributes = assert(function( div ) {
|
509
|
+
div.className = "i";
|
510
|
+
return !div.getAttribute("className");
|
511
|
+
});
|
512
|
+
|
513
|
+
/* getElement(s)By*
|
514
|
+
---------------------------------------------------------------------- */
|
515
|
+
|
516
|
+
// Check if getElementsByTagName("*") returns only elements
|
517
|
+
support.getElementsByTagName = assert(function( div ) {
|
518
|
+
div.appendChild( doc.createComment("") );
|
519
|
+
return !div.getElementsByTagName("*").length;
|
520
|
+
});
|
521
|
+
|
522
|
+
// Support: IE<9
|
523
|
+
support.getElementsByClassName = rnative.test( doc.getElementsByClassName );
|
524
|
+
|
525
|
+
// Support: IE<10
|
526
|
+
// Check if getElementById returns elements by name
|
527
|
+
// The broken getElementById methods don't pick up programatically-set names,
|
528
|
+
// so use a roundabout getElementsByName test
|
529
|
+
support.getById = assert(function( div ) {
|
530
|
+
docElem.appendChild( div ).id = expando;
|
531
|
+
return !doc.getElementsByName || !doc.getElementsByName( expando ).length;
|
532
|
+
});
|
533
|
+
|
534
|
+
// ID find and filter
|
535
|
+
if ( support.getById ) {
|
536
|
+
Expr.find["ID"] = function( id, context ) {
|
537
|
+
if ( typeof context.getElementById !== "undefined" && documentIsHTML ) {
|
538
|
+
var m = context.getElementById( id );
|
539
|
+
// Check parentNode to catch when Blackberry 4.6 returns
|
540
|
+
// nodes that are no longer in the document #6963
|
541
|
+
return m && m.parentNode ? [ m ] : [];
|
542
|
+
}
|
543
|
+
};
|
544
|
+
Expr.filter["ID"] = function( id ) {
|
545
|
+
var attrId = id.replace( runescape, funescape );
|
546
|
+
return function( elem ) {
|
547
|
+
return elem.getAttribute("id") === attrId;
|
548
|
+
};
|
549
|
+
};
|
550
|
+
} else {
|
551
|
+
// Support: IE6/7
|
552
|
+
// getElementById is not reliable as a find shortcut
|
553
|
+
delete Expr.find["ID"];
|
554
|
+
|
555
|
+
Expr.filter["ID"] = function( id ) {
|
556
|
+
var attrId = id.replace( runescape, funescape );
|
557
|
+
return function( elem ) {
|
558
|
+
var node = typeof elem.getAttributeNode !== "undefined" && elem.getAttributeNode("id");
|
559
|
+
return node && node.value === attrId;
|
560
|
+
};
|
561
|
+
};
|
562
|
+
}
|
563
|
+
|
564
|
+
// Tag
|
565
|
+
Expr.find["TAG"] = support.getElementsByTagName ?
|
566
|
+
function( tag, context ) {
|
567
|
+
if ( typeof context.getElementsByTagName !== "undefined" ) {
|
568
|
+
return context.getElementsByTagName( tag );
|
569
|
+
|
570
|
+
// DocumentFragment nodes don't have gEBTN
|
571
|
+
} else if ( support.qsa ) {
|
572
|
+
return context.querySelectorAll( tag );
|
573
|
+
}
|
574
|
+
} :
|
575
|
+
|
576
|
+
function( tag, context ) {
|
577
|
+
var elem,
|
578
|
+
tmp = [],
|
579
|
+
i = 0,
|
580
|
+
// By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too
|
581
|
+
results = context.getElementsByTagName( tag );
|
582
|
+
|
583
|
+
// Filter out possible comments
|
584
|
+
if ( tag === "*" ) {
|
585
|
+
while ( (elem = results[i++]) ) {
|
586
|
+
if ( elem.nodeType === 1 ) {
|
587
|
+
tmp.push( elem );
|
588
|
+
}
|
589
|
+
}
|
590
|
+
|
591
|
+
return tmp;
|
592
|
+
}
|
593
|
+
return results;
|
594
|
+
};
|
595
|
+
|
596
|
+
// Class
|
597
|
+
Expr.find["CLASS"] = support.getElementsByClassName && function( className, context ) {
|
598
|
+
if ( documentIsHTML ) {
|
599
|
+
return context.getElementsByClassName( className );
|
600
|
+
}
|
601
|
+
};
|
602
|
+
|
603
|
+
/* QSA/matchesSelector
|
604
|
+
---------------------------------------------------------------------- */
|
605
|
+
|
606
|
+
// QSA and matchesSelector support
|
607
|
+
|
608
|
+
// matchesSelector(:active) reports false when true (IE9/Opera 11.5)
|
609
|
+
rbuggyMatches = [];
|
610
|
+
|
611
|
+
// qSa(:focus) reports false when true (Chrome 21)
|
612
|
+
// We allow this because of a bug in IE8/9 that throws an error
|
613
|
+
// whenever `document.activeElement` is accessed on an iframe
|
614
|
+
// So, we allow :focus to pass through QSA all the time to avoid the IE error
|
615
|
+
// See http://bugs.jquery.com/ticket/13378
|
616
|
+
rbuggyQSA = [];
|
617
|
+
|
618
|
+
if ( (support.qsa = rnative.test( doc.querySelectorAll )) ) {
|
619
|
+
// Build QSA regex
|
620
|
+
// Regex strategy adopted from Diego Perini
|
621
|
+
assert(function( div ) {
|
622
|
+
// Select is set to empty string on purpose
|
623
|
+
// This is to test IE's treatment of not explicitly
|
624
|
+
// setting a boolean content attribute,
|
625
|
+
// since its presence should be enough
|
626
|
+
// http://bugs.jquery.com/ticket/12359
|
627
|
+
docElem.appendChild( div ).innerHTML = "<a id='" + expando + "'></a>" +
|
628
|
+
"<select id='" + expando + "-\f]' msallowcapture=''>" +
|
629
|
+
"<option selected=''></option></select>";
|
630
|
+
|
631
|
+
// Support: IE8, Opera 11-12.16
|
632
|
+
// Nothing should be selected when empty strings follow ^= or $= or *=
|
633
|
+
// The test attribute must be unknown in Opera but "safe" for WinRT
|
634
|
+
// http://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section
|
635
|
+
if ( div.querySelectorAll("[msallowcapture^='']").length ) {
|
636
|
+
rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:''|\"\")" );
|
637
|
+
}
|
638
|
+
|
639
|
+
// Support: IE8
|
640
|
+
// Boolean attributes and "value" are not treated correctly
|
641
|
+
if ( !div.querySelectorAll("[selected]").length ) {
|
642
|
+
rbuggyQSA.push( "\\[" + whitespace + "*(?:value|" + booleans + ")" );
|
643
|
+
}
|
644
|
+
|
645
|
+
// Support: Chrome<29, Android<4.2+, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.7+
|
646
|
+
if ( !div.querySelectorAll( "[id~=" + expando + "-]" ).length ) {
|
647
|
+
rbuggyQSA.push("~=");
|
648
|
+
}
|
649
|
+
|
650
|
+
// Webkit/Opera - :checked should return selected option elements
|
651
|
+
// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked
|
652
|
+
// IE8 throws error here and will not see later tests
|
653
|
+
if ( !div.querySelectorAll(":checked").length ) {
|
654
|
+
rbuggyQSA.push(":checked");
|
655
|
+
}
|
656
|
+
|
657
|
+
// Support: Safari 8+, iOS 8+
|
658
|
+
// https://bugs.webkit.org/show_bug.cgi?id=136851
|
659
|
+
// In-page `selector#id sibing-combinator selector` fails
|
660
|
+
if ( !div.querySelectorAll( "a#" + expando + "+*" ).length ) {
|
661
|
+
rbuggyQSA.push(".#.+[+~]");
|
662
|
+
}
|
663
|
+
});
|
664
|
+
|
665
|
+
assert(function( div ) {
|
666
|
+
// Support: Windows 8 Native Apps
|
667
|
+
// The type and name attributes are restricted during .innerHTML assignment
|
668
|
+
var input = doc.createElement("input");
|
669
|
+
input.setAttribute( "type", "hidden" );
|
670
|
+
div.appendChild( input ).setAttribute( "name", "D" );
|
671
|
+
|
672
|
+
// Support: IE8
|
673
|
+
// Enforce case-sensitivity of name attribute
|
674
|
+
if ( div.querySelectorAll("[name=d]").length ) {
|
675
|
+
rbuggyQSA.push( "name" + whitespace + "*[*^$|!~]?=" );
|
676
|
+
}
|
677
|
+
|
678
|
+
// FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled)
|
679
|
+
// IE8 throws error here and will not see later tests
|
680
|
+
if ( !div.querySelectorAll(":enabled").length ) {
|
681
|
+
rbuggyQSA.push( ":enabled", ":disabled" );
|
682
|
+
}
|
683
|
+
|
684
|
+
// Opera 10-11 does not throw on post-comma invalid pseudos
|
685
|
+
div.querySelectorAll("*,:x");
|
686
|
+
rbuggyQSA.push(",.*:");
|
687
|
+
});
|
688
|
+
}
|
689
|
+
|
690
|
+
if ( (support.matchesSelector = rnative.test( (matches = docElem.matches ||
|
691
|
+
docElem.webkitMatchesSelector ||
|
692
|
+
docElem.mozMatchesSelector ||
|
693
|
+
docElem.oMatchesSelector ||
|
694
|
+
docElem.msMatchesSelector) )) ) {
|
695
|
+
|
696
|
+
assert(function( div ) {
|
697
|
+
// Check to see if it's possible to do matchesSelector
|
698
|
+
// on a disconnected node (IE 9)
|
699
|
+
support.disconnectedMatch = matches.call( div, "div" );
|
700
|
+
|
701
|
+
// This should fail with an exception
|
702
|
+
// Gecko does not error, returns false instead
|
703
|
+
matches.call( div, "[s!='']:x" );
|
704
|
+
rbuggyMatches.push( "!=", pseudos );
|
705
|
+
});
|
706
|
+
}
|
707
|
+
|
708
|
+
rbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join("|") );
|
709
|
+
rbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join("|") );
|
710
|
+
|
711
|
+
/* Contains
|
712
|
+
---------------------------------------------------------------------- */
|
713
|
+
hasCompare = rnative.test( docElem.compareDocumentPosition );
|
714
|
+
|
715
|
+
// Element contains another
|
716
|
+
// Purposefully does not implement inclusive descendent
|
717
|
+
// As in, an element does not contain itself
|
718
|
+
contains = hasCompare || rnative.test( docElem.contains ) ?
|
719
|
+
function( a, b ) {
|
720
|
+
var adown = a.nodeType === 9 ? a.documentElement : a,
|
721
|
+
bup = b && b.parentNode;
|
722
|
+
return a === bup || !!( bup && bup.nodeType === 1 && (
|
723
|
+
adown.contains ?
|
724
|
+
adown.contains( bup ) :
|
725
|
+
a.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16
|
726
|
+
));
|
727
|
+
} :
|
728
|
+
function( a, b ) {
|
729
|
+
if ( b ) {
|
730
|
+
while ( (b = b.parentNode) ) {
|
731
|
+
if ( b === a ) {
|
732
|
+
return true;
|
733
|
+
}
|
734
|
+
}
|
735
|
+
}
|
736
|
+
return false;
|
737
|
+
};
|
738
|
+
|
739
|
+
/* Sorting
|
740
|
+
---------------------------------------------------------------------- */
|
741
|
+
|
742
|
+
// Document order sorting
|
743
|
+
sortOrder = hasCompare ?
|
744
|
+
function( a, b ) {
|
745
|
+
|
746
|
+
// Flag for duplicate removal
|
747
|
+
if ( a === b ) {
|
748
|
+
hasDuplicate = true;
|
749
|
+
return 0;
|
750
|
+
}
|
751
|
+
|
752
|
+
// Sort on method existence if only one input has compareDocumentPosition
|
753
|
+
var compare = !a.compareDocumentPosition - !b.compareDocumentPosition;
|
754
|
+
if ( compare ) {
|
755
|
+
return compare;
|
756
|
+
}
|
757
|
+
|
758
|
+
// Calculate position if both inputs belong to the same document
|
759
|
+
compare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ?
|
760
|
+
a.compareDocumentPosition( b ) :
|
761
|
+
|
762
|
+
// Otherwise we know they are disconnected
|
763
|
+
1;
|
764
|
+
|
765
|
+
// Disconnected nodes
|
766
|
+
if ( compare & 1 ||
|
767
|
+
(!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) {
|
768
|
+
|
769
|
+
// Choose the first element that is related to our preferred document
|
770
|
+
if ( a === doc || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) {
|
771
|
+
return -1;
|
772
|
+
}
|
773
|
+
if ( b === doc || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) {
|
774
|
+
return 1;
|
775
|
+
}
|
776
|
+
|
777
|
+
// Maintain original order
|
778
|
+
return sortInput ?
|
779
|
+
( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :
|
780
|
+
0;
|
781
|
+
}
|
782
|
+
|
783
|
+
return compare & 4 ? -1 : 1;
|
784
|
+
} :
|
785
|
+
function( a, b ) {
|
786
|
+
// Exit early if the nodes are identical
|
787
|
+
if ( a === b ) {
|
788
|
+
hasDuplicate = true;
|
789
|
+
return 0;
|
790
|
+
}
|
791
|
+
|
792
|
+
var cur,
|
793
|
+
i = 0,
|
794
|
+
aup = a.parentNode,
|
795
|
+
bup = b.parentNode,
|
796
|
+
ap = [ a ],
|
797
|
+
bp = [ b ];
|
798
|
+
|
799
|
+
// Parentless nodes are either documents or disconnected
|
800
|
+
if ( !aup || !bup ) {
|
801
|
+
return a === doc ? -1 :
|
802
|
+
b === doc ? 1 :
|
803
|
+
aup ? -1 :
|
804
|
+
bup ? 1 :
|
805
|
+
sortInput ?
|
806
|
+
( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) :
|
807
|
+
0;
|
808
|
+
|
809
|
+
// If the nodes are siblings, we can do a quick check
|
810
|
+
} else if ( aup === bup ) {
|
811
|
+
return siblingCheck( a, b );
|
812
|
+
}
|
813
|
+
|
814
|
+
// Otherwise we need full lists of their ancestors for comparison
|
815
|
+
cur = a;
|
816
|
+
while ( (cur = cur.parentNode) ) {
|
817
|
+
ap.unshift( cur );
|
818
|
+
}
|
819
|
+
cur = b;
|
820
|
+
while ( (cur = cur.parentNode) ) {
|
821
|
+
bp.unshift( cur );
|
822
|
+
}
|
823
|
+
|
824
|
+
// Walk down the tree looking for a discrepancy
|
825
|
+
while ( ap[i] === bp[i] ) {
|
826
|
+
i++;
|
827
|
+
}
|
828
|
+
|
829
|
+
return i ?
|
830
|
+
// Do a sibling check if the nodes have a common ancestor
|
831
|
+
siblingCheck( ap[i], bp[i] ) :
|
832
|
+
|
833
|
+
// Otherwise nodes in our document sort first
|
834
|
+
ap[i] === preferredDoc ? -1 :
|
835
|
+
bp[i] === preferredDoc ? 1 :
|
836
|
+
0;
|
837
|
+
};
|
838
|
+
|
839
|
+
return doc;
|
840
|
+
};
|
841
|
+
|
842
|
+
Sizzle.matches = function( expr, elements ) {
|
843
|
+
return Sizzle( expr, null, null, elements );
|
844
|
+
};
|
845
|
+
|
846
|
+
Sizzle.matchesSelector = function( elem, expr ) {
|
847
|
+
// Set document vars if needed
|
848
|
+
if ( ( elem.ownerDocument || elem ) !== document ) {
|
849
|
+
setDocument( elem );
|
850
|
+
}
|
851
|
+
|
852
|
+
// Make sure that attribute selectors are quoted
|
853
|
+
expr = expr.replace( rattributeQuotes, "='$1']" );
|
854
|
+
|
855
|
+
if ( support.matchesSelector && documentIsHTML &&
|
856
|
+
( !rbuggyMatches || !rbuggyMatches.test( expr ) ) &&
|
857
|
+
( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) {
|
858
|
+
|
859
|
+
try {
|
860
|
+
var ret = matches.call( elem, expr );
|
861
|
+
|
862
|
+
// IE 9's matchesSelector returns false on disconnected nodes
|
863
|
+
if ( ret || support.disconnectedMatch ||
|
864
|
+
// As well, disconnected nodes are said to be in a document
|
865
|
+
// fragment in IE 9
|
866
|
+
elem.document && elem.document.nodeType !== 11 ) {
|
867
|
+
return ret;
|
868
|
+
}
|
869
|
+
} catch (e) {}
|
870
|
+
}
|
871
|
+
|
872
|
+
return Sizzle( expr, document, null, [ elem ] ).length > 0;
|
873
|
+
};
|
874
|
+
|
875
|
+
Sizzle.contains = function( context, elem ) {
|
876
|
+
// Set document vars if needed
|
877
|
+
if ( ( context.ownerDocument || context ) !== document ) {
|
878
|
+
setDocument( context );
|
879
|
+
}
|
880
|
+
return contains( context, elem );
|
881
|
+
};
|
882
|
+
|
883
|
+
Sizzle.attr = function( elem, name ) {
|
884
|
+
// Set document vars if needed
|
885
|
+
if ( ( elem.ownerDocument || elem ) !== document ) {
|
886
|
+
setDocument( elem );
|
887
|
+
}
|
888
|
+
|
889
|
+
var fn = Expr.attrHandle[ name.toLowerCase() ],
|
890
|
+
// Don't get fooled by Object.prototype properties (jQuery #13807)
|
891
|
+
val = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ?
|
892
|
+
fn( elem, name, !documentIsHTML ) :
|
893
|
+
undefined;
|
894
|
+
|
895
|
+
return val !== undefined ?
|
896
|
+
val :
|
897
|
+
support.attributes || !documentIsHTML ?
|
898
|
+
elem.getAttribute( name ) :
|
899
|
+
(val = elem.getAttributeNode(name)) && val.specified ?
|
900
|
+
val.value :
|
901
|
+
null;
|
902
|
+
};
|
903
|
+
|
904
|
+
Sizzle.error = function( msg ) {
|
905
|
+
throw new Error( "Syntax error, unrecognized expression: " + msg );
|
906
|
+
};
|
907
|
+
|
908
|
+
/**
|
909
|
+
* Document sorting and removing duplicates
|
910
|
+
* @param {ArrayLike} results
|
911
|
+
*/
|
912
|
+
Sizzle.uniqueSort = function( results ) {
|
913
|
+
var elem,
|
914
|
+
duplicates = [],
|
915
|
+
j = 0,
|
916
|
+
i = 0;
|
917
|
+
|
918
|
+
// Unless we *know* we can detect duplicates, assume their presence
|
919
|
+
hasDuplicate = !support.detectDuplicates;
|
920
|
+
sortInput = !support.sortStable && results.slice( 0 );
|
921
|
+
results.sort( sortOrder );
|
922
|
+
|
923
|
+
if ( hasDuplicate ) {
|
924
|
+
while ( (elem = results[i++]) ) {
|
925
|
+
if ( elem === results[ i ] ) {
|
926
|
+
j = duplicates.push( i );
|
927
|
+
}
|
928
|
+
}
|
929
|
+
while ( j-- ) {
|
930
|
+
results.splice( duplicates[ j ], 1 );
|
931
|
+
}
|
932
|
+
}
|
933
|
+
|
934
|
+
// Clear input after sorting to release objects
|
935
|
+
// See https://github.com/jquery/sizzle/pull/225
|
936
|
+
sortInput = null;
|
937
|
+
|
938
|
+
return results;
|
939
|
+
};
|
940
|
+
|
941
|
+
/**
|
942
|
+
* Utility function for retrieving the text value of an array of DOM nodes
|
943
|
+
* @param {Array|Element} elem
|
944
|
+
*/
|
945
|
+
getText = Sizzle.getText = function( elem ) {
|
946
|
+
var node,
|
947
|
+
ret = "",
|
948
|
+
i = 0,
|
949
|
+
nodeType = elem.nodeType;
|
950
|
+
|
951
|
+
if ( !nodeType ) {
|
952
|
+
// If no nodeType, this is expected to be an array
|
953
|
+
while ( (node = elem[i++]) ) {
|
954
|
+
// Do not traverse comment nodes
|
955
|
+
ret += getText( node );
|
956
|
+
}
|
957
|
+
} else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) {
|
958
|
+
// Use textContent for elements
|
959
|
+
// innerText usage removed for consistency of new lines (jQuery #11153)
|
960
|
+
if ( typeof elem.textContent === "string" ) {
|
961
|
+
return elem.textContent;
|
962
|
+
} else {
|
963
|
+
// Traverse its children
|
964
|
+
for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {
|
965
|
+
ret += getText( elem );
|
966
|
+
}
|
967
|
+
}
|
968
|
+
} else if ( nodeType === 3 || nodeType === 4 ) {
|
969
|
+
return elem.nodeValue;
|
970
|
+
}
|
971
|
+
// Do not include comment or processing instruction nodes
|
972
|
+
|
973
|
+
return ret;
|
974
|
+
};
|
975
|
+
|
976
|
+
Expr = Sizzle.selectors = {
|
977
|
+
|
978
|
+
// Can be adjusted by the user
|
979
|
+
cacheLength: 50,
|
980
|
+
|
981
|
+
createPseudo: markFunction,
|
982
|
+
|
983
|
+
match: matchExpr,
|
984
|
+
|
985
|
+
attrHandle: {},
|
986
|
+
|
987
|
+
find: {},
|
988
|
+
|
989
|
+
relative: {
|
990
|
+
">": { dir: "parentNode", first: true },
|
991
|
+
" ": { dir: "parentNode" },
|
992
|
+
"+": { dir: "previousSibling", first: true },
|
993
|
+
"~": { dir: "previousSibling" }
|
994
|
+
},
|
995
|
+
|
996
|
+
preFilter: {
|
997
|
+
"ATTR": function( match ) {
|
998
|
+
match[1] = match[1].replace( runescape, funescape );
|
999
|
+
|
1000
|
+
// Move the given value to match[3] whether quoted or unquoted
|
1001
|
+
match[3] = ( match[3] || match[4] || match[5] || "" ).replace( runescape, funescape );
|
1002
|
+
|
1003
|
+
if ( match[2] === "~=" ) {
|
1004
|
+
match[3] = " " + match[3] + " ";
|
1005
|
+
}
|
1006
|
+
|
1007
|
+
return match.slice( 0, 4 );
|
1008
|
+
},
|
1009
|
+
|
1010
|
+
"CHILD": function( match ) {
|
1011
|
+
/* matches from matchExpr["CHILD"]
|
1012
|
+
1 type (only|nth|...)
|
1013
|
+
2 what (child|of-type)
|
1014
|
+
3 argument (even|odd|\d*|\d*n([+-]\d+)?|...)
|
1015
|
+
4 xn-component of xn+y argument ([+-]?\d*n|)
|
1016
|
+
5 sign of xn-component
|
1017
|
+
6 x of xn-component
|
1018
|
+
7 sign of y-component
|
1019
|
+
8 y of y-component
|
1020
|
+
*/
|
1021
|
+
match[1] = match[1].toLowerCase();
|
1022
|
+
|
1023
|
+
if ( match[1].slice( 0, 3 ) === "nth" ) {
|
1024
|
+
// nth-* requires argument
|
1025
|
+
if ( !match[3] ) {
|
1026
|
+
Sizzle.error( match[0] );
|
1027
|
+
}
|
1028
|
+
|
1029
|
+
// numeric x and y parameters for Expr.filter.CHILD
|
1030
|
+
// remember that false/true cast respectively to 0/1
|
1031
|
+
match[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === "even" || match[3] === "odd" ) );
|
1032
|
+
match[5] = +( ( match[7] + match[8] ) || match[3] === "odd" );
|
1033
|
+
|
1034
|
+
// other types prohibit arguments
|
1035
|
+
} else if ( match[3] ) {
|
1036
|
+
Sizzle.error( match[0] );
|
1037
|
+
}
|
1038
|
+
|
1039
|
+
return match;
|
1040
|
+
},
|
1041
|
+
|
1042
|
+
"PSEUDO": function( match ) {
|
1043
|
+
var excess,
|
1044
|
+
unquoted = !match[6] && match[2];
|
1045
|
+
|
1046
|
+
if ( matchExpr["CHILD"].test( match[0] ) ) {
|
1047
|
+
return null;
|
1048
|
+
}
|
1049
|
+
|
1050
|
+
// Accept quoted arguments as-is
|
1051
|
+
if ( match[3] ) {
|
1052
|
+
match[2] = match[4] || match[5] || "";
|
1053
|
+
|
1054
|
+
// Strip excess characters from unquoted arguments
|
1055
|
+
} else if ( unquoted && rpseudo.test( unquoted ) &&
|
1056
|
+
// Get excess from tokenize (recursively)
|
1057
|
+
(excess = tokenize( unquoted, true )) &&
|
1058
|
+
// advance to the next closing parenthesis
|
1059
|
+
(excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length) ) {
|
1060
|
+
|
1061
|
+
// excess is a negative index
|
1062
|
+
match[0] = match[0].slice( 0, excess );
|
1063
|
+
match[2] = unquoted.slice( 0, excess );
|
1064
|
+
}
|
1065
|
+
|
1066
|
+
// Return only captures needed by the pseudo filter method (type and argument)
|
1067
|
+
return match.slice( 0, 3 );
|
1068
|
+
}
|
1069
|
+
},
|
1070
|
+
|
1071
|
+
filter: {
|
1072
|
+
|
1073
|
+
"TAG": function( nodeNameSelector ) {
|
1074
|
+
var nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase();
|
1075
|
+
return nodeNameSelector === "*" ?
|
1076
|
+
function() { return true; } :
|
1077
|
+
function( elem ) {
|
1078
|
+
return elem.nodeName && elem.nodeName.toLowerCase() === nodeName;
|
1079
|
+
};
|
1080
|
+
},
|
1081
|
+
|
1082
|
+
"CLASS": function( className ) {
|
1083
|
+
var pattern = classCache[ className + " " ];
|
1084
|
+
|
1085
|
+
return pattern ||
|
1086
|
+
(pattern = new RegExp( "(^|" + whitespace + ")" + className + "(" + whitespace + "|$)" )) &&
|
1087
|
+
classCache( className, function( elem ) {
|
1088
|
+
return pattern.test( typeof elem.className === "string" && elem.className || typeof elem.getAttribute !== "undefined" && elem.getAttribute("class") || "" );
|
1089
|
+
});
|
1090
|
+
},
|
1091
|
+
|
1092
|
+
"ATTR": function( name, operator, check ) {
|
1093
|
+
return function( elem ) {
|
1094
|
+
var result = Sizzle.attr( elem, name );
|
1095
|
+
|
1096
|
+
if ( result == null ) {
|
1097
|
+
return operator === "!=";
|
1098
|
+
}
|
1099
|
+
if ( !operator ) {
|
1100
|
+
return true;
|
1101
|
+
}
|
1102
|
+
|
1103
|
+
result += "";
|
1104
|
+
|
1105
|
+
return operator === "=" ? result === check :
|
1106
|
+
operator === "!=" ? result !== check :
|
1107
|
+
operator === "^=" ? check && result.indexOf( check ) === 0 :
|
1108
|
+
operator === "*=" ? check && result.indexOf( check ) > -1 :
|
1109
|
+
operator === "$=" ? check && result.slice( -check.length ) === check :
|
1110
|
+
operator === "~=" ? ( " " + result.replace( rwhitespace, " " ) + " " ).indexOf( check ) > -1 :
|
1111
|
+
operator === "|=" ? result === check || result.slice( 0, check.length + 1 ) === check + "-" :
|
1112
|
+
false;
|
1113
|
+
};
|
1114
|
+
},
|
1115
|
+
|
1116
|
+
"CHILD": function( type, what, argument, first, last ) {
|
1117
|
+
var simple = type.slice( 0, 3 ) !== "nth",
|
1118
|
+
forward = type.slice( -4 ) !== "last",
|
1119
|
+
ofType = what === "of-type";
|
1120
|
+
|
1121
|
+
return first === 1 && last === 0 ?
|
1122
|
+
|
1123
|
+
// Shortcut for :nth-*(n)
|
1124
|
+
function( elem ) {
|
1125
|
+
return !!elem.parentNode;
|
1126
|
+
} :
|
1127
|
+
|
1128
|
+
function( elem, context, xml ) {
|
1129
|
+
var cache, outerCache, node, diff, nodeIndex, start,
|
1130
|
+
dir = simple !== forward ? "nextSibling" : "previousSibling",
|
1131
|
+
parent = elem.parentNode,
|
1132
|
+
name = ofType && elem.nodeName.toLowerCase(),
|
1133
|
+
useCache = !xml && !ofType;
|
1134
|
+
|
1135
|
+
if ( parent ) {
|
1136
|
+
|
1137
|
+
// :(first|last|only)-(child|of-type)
|
1138
|
+
if ( simple ) {
|
1139
|
+
while ( dir ) {
|
1140
|
+
node = elem;
|
1141
|
+
while ( (node = node[ dir ]) ) {
|
1142
|
+
if ( ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1 ) {
|
1143
|
+
return false;
|
1144
|
+
}
|
1145
|
+
}
|
1146
|
+
// Reverse direction for :only-* (if we haven't yet done so)
|
1147
|
+
start = dir = type === "only" && !start && "nextSibling";
|
1148
|
+
}
|
1149
|
+
return true;
|
1150
|
+
}
|
1151
|
+
|
1152
|
+
start = [ forward ? parent.firstChild : parent.lastChild ];
|
1153
|
+
|
1154
|
+
// non-xml :nth-child(...) stores cache data on `parent`
|
1155
|
+
if ( forward && useCache ) {
|
1156
|
+
// Seek `elem` from a previously-cached index
|
1157
|
+
outerCache = parent[ expando ] || (parent[ expando ] = {});
|
1158
|
+
cache = outerCache[ type ] || [];
|
1159
|
+
nodeIndex = cache[0] === dirruns && cache[1];
|
1160
|
+
diff = cache[0] === dirruns && cache[2];
|
1161
|
+
node = nodeIndex && parent.childNodes[ nodeIndex ];
|
1162
|
+
|
1163
|
+
while ( (node = ++nodeIndex && node && node[ dir ] ||
|
1164
|
+
|
1165
|
+
// Fallback to seeking `elem` from the start
|
1166
|
+
(diff = nodeIndex = 0) || start.pop()) ) {
|
1167
|
+
|
1168
|
+
// When found, cache indexes on `parent` and break
|
1169
|
+
if ( node.nodeType === 1 && ++diff && node === elem ) {
|
1170
|
+
outerCache[ type ] = [ dirruns, nodeIndex, diff ];
|
1171
|
+
break;
|
1172
|
+
}
|
1173
|
+
}
|
1174
|
+
|
1175
|
+
// Use previously-cached element index if available
|
1176
|
+
} else if ( useCache && (cache = (elem[ expando ] || (elem[ expando ] = {}))[ type ]) && cache[0] === dirruns ) {
|
1177
|
+
diff = cache[1];
|
1178
|
+
|
1179
|
+
// xml :nth-child(...) or :nth-last-child(...) or :nth(-last)?-of-type(...)
|
1180
|
+
} else {
|
1181
|
+
// Use the same loop as above to seek `elem` from the start
|
1182
|
+
while ( (node = ++nodeIndex && node && node[ dir ] ||
|
1183
|
+
(diff = nodeIndex = 0) || start.pop()) ) {
|
1184
|
+
|
1185
|
+
if ( ( ofType ? node.nodeName.toLowerCase() === name : node.nodeType === 1 ) && ++diff ) {
|
1186
|
+
// Cache the index of each encountered element
|
1187
|
+
if ( useCache ) {
|
1188
|
+
(node[ expando ] || (node[ expando ] = {}))[ type ] = [ dirruns, diff ];
|
1189
|
+
}
|
1190
|
+
|
1191
|
+
if ( node === elem ) {
|
1192
|
+
break;
|
1193
|
+
}
|
1194
|
+
}
|
1195
|
+
}
|
1196
|
+
}
|
1197
|
+
|
1198
|
+
// Incorporate the offset, then check against cycle size
|
1199
|
+
diff -= last;
|
1200
|
+
return diff === first || ( diff % first === 0 && diff / first >= 0 );
|
1201
|
+
}
|
1202
|
+
};
|
1203
|
+
},
|
1204
|
+
|
1205
|
+
"PSEUDO": function( pseudo, argument ) {
|
1206
|
+
// pseudo-class names are case-insensitive
|
1207
|
+
// http://www.w3.org/TR/selectors/#pseudo-classes
|
1208
|
+
// Prioritize by case sensitivity in case custom pseudos are added with uppercase letters
|
1209
|
+
// Remember that setFilters inherits from pseudos
|
1210
|
+
var args,
|
1211
|
+
fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] ||
|
1212
|
+
Sizzle.error( "unsupported pseudo: " + pseudo );
|
1213
|
+
|
1214
|
+
// The user may use createPseudo to indicate that
|
1215
|
+
// arguments are needed to create the filter function
|
1216
|
+
// just as Sizzle does
|
1217
|
+
if ( fn[ expando ] ) {
|
1218
|
+
return fn( argument );
|
1219
|
+
}
|
1220
|
+
|
1221
|
+
// But maintain support for old signatures
|
1222
|
+
if ( fn.length > 1 ) {
|
1223
|
+
args = [ pseudo, pseudo, "", argument ];
|
1224
|
+
return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ?
|
1225
|
+
markFunction(function( seed, matches ) {
|
1226
|
+
var idx,
|
1227
|
+
matched = fn( seed, argument ),
|
1228
|
+
i = matched.length;
|
1229
|
+
while ( i-- ) {
|
1230
|
+
idx = indexOf( seed, matched[i] );
|
1231
|
+
seed[ idx ] = !( matches[ idx ] = matched[i] );
|
1232
|
+
}
|
1233
|
+
}) :
|
1234
|
+
function( elem ) {
|
1235
|
+
return fn( elem, 0, args );
|
1236
|
+
};
|
1237
|
+
}
|
1238
|
+
|
1239
|
+
return fn;
|
1240
|
+
}
|
1241
|
+
},
|
1242
|
+
|
1243
|
+
pseudos: {
|
1244
|
+
// Potentially complex pseudos
|
1245
|
+
"not": markFunction(function( selector ) {
|
1246
|
+
// Trim the selector passed to compile
|
1247
|
+
// to avoid treating leading and trailing
|
1248
|
+
// spaces as combinators
|
1249
|
+
var input = [],
|
1250
|
+
results = [],
|
1251
|
+
matcher = compile( selector.replace( rtrim, "$1" ) );
|
1252
|
+
|
1253
|
+
return matcher[ expando ] ?
|
1254
|
+
markFunction(function( seed, matches, context, xml ) {
|
1255
|
+
var elem,
|
1256
|
+
unmatched = matcher( seed, null, xml, [] ),
|
1257
|
+
i = seed.length;
|
1258
|
+
|
1259
|
+
// Match elements unmatched by `matcher`
|
1260
|
+
while ( i-- ) {
|
1261
|
+
if ( (elem = unmatched[i]) ) {
|
1262
|
+
seed[i] = !(matches[i] = elem);
|
1263
|
+
}
|
1264
|
+
}
|
1265
|
+
}) :
|
1266
|
+
function( elem, context, xml ) {
|
1267
|
+
input[0] = elem;
|
1268
|
+
matcher( input, null, xml, results );
|
1269
|
+
// Don't keep the element (issue #299)
|
1270
|
+
input[0] = null;
|
1271
|
+
return !results.pop();
|
1272
|
+
};
|
1273
|
+
}),
|
1274
|
+
|
1275
|
+
"has": markFunction(function( selector ) {
|
1276
|
+
return function( elem ) {
|
1277
|
+
return Sizzle( selector, elem ).length > 0;
|
1278
|
+
};
|
1279
|
+
}),
|
1280
|
+
|
1281
|
+
"contains": markFunction(function( text ) {
|
1282
|
+
text = text.replace( runescape, funescape );
|
1283
|
+
return function( elem ) {
|
1284
|
+
return ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1;
|
1285
|
+
};
|
1286
|
+
}),
|
1287
|
+
|
1288
|
+
// "Whether an element is represented by a :lang() selector
|
1289
|
+
// is based solely on the element's language value
|
1290
|
+
// being equal to the identifier C,
|
1291
|
+
// or beginning with the identifier C immediately followed by "-".
|
1292
|
+
// The matching of C against the element's language value is performed case-insensitively.
|
1293
|
+
// The identifier C does not have to be a valid language name."
|
1294
|
+
// http://www.w3.org/TR/selectors/#lang-pseudo
|
1295
|
+
"lang": markFunction( function( lang ) {
|
1296
|
+
// lang value must be a valid identifier
|
1297
|
+
if ( !ridentifier.test(lang || "") ) {
|
1298
|
+
Sizzle.error( "unsupported lang: " + lang );
|
1299
|
+
}
|
1300
|
+
lang = lang.replace( runescape, funescape ).toLowerCase();
|
1301
|
+
return function( elem ) {
|
1302
|
+
var elemLang;
|
1303
|
+
do {
|
1304
|
+
if ( (elemLang = documentIsHTML ?
|
1305
|
+
elem.lang :
|
1306
|
+
elem.getAttribute("xml:lang") || elem.getAttribute("lang")) ) {
|
1307
|
+
|
1308
|
+
elemLang = elemLang.toLowerCase();
|
1309
|
+
return elemLang === lang || elemLang.indexOf( lang + "-" ) === 0;
|
1310
|
+
}
|
1311
|
+
} while ( (elem = elem.parentNode) && elem.nodeType === 1 );
|
1312
|
+
return false;
|
1313
|
+
};
|
1314
|
+
}),
|
1315
|
+
|
1316
|
+
// Miscellaneous
|
1317
|
+
"target": function( elem ) {
|
1318
|
+
var hash = window.location && window.location.hash;
|
1319
|
+
return hash && hash.slice( 1 ) === elem.id;
|
1320
|
+
},
|
1321
|
+
|
1322
|
+
"root": function( elem ) {
|
1323
|
+
return elem === docElem;
|
1324
|
+
},
|
1325
|
+
|
1326
|
+
"focus": function( elem ) {
|
1327
|
+
return elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex);
|
1328
|
+
},
|
1329
|
+
|
1330
|
+
// Boolean properties
|
1331
|
+
"enabled": function( elem ) {
|
1332
|
+
return elem.disabled === false;
|
1333
|
+
},
|
1334
|
+
|
1335
|
+
"disabled": function( elem ) {
|
1336
|
+
return elem.disabled === true;
|
1337
|
+
},
|
1338
|
+
|
1339
|
+
"checked": function( elem ) {
|
1340
|
+
// In CSS3, :checked should return both checked and selected elements
|
1341
|
+
// http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked
|
1342
|
+
var nodeName = elem.nodeName.toLowerCase();
|
1343
|
+
return (nodeName === "input" && !!elem.checked) || (nodeName === "option" && !!elem.selected);
|
1344
|
+
},
|
1345
|
+
|
1346
|
+
"selected": function( elem ) {
|
1347
|
+
// Accessing this property makes selected-by-default
|
1348
|
+
// options in Safari work properly
|
1349
|
+
if ( elem.parentNode ) {
|
1350
|
+
elem.parentNode.selectedIndex;
|
1351
|
+
}
|
1352
|
+
|
1353
|
+
return elem.selected === true;
|
1354
|
+
},
|
1355
|
+
|
1356
|
+
// Contents
|
1357
|
+
"empty": function( elem ) {
|
1358
|
+
// http://www.w3.org/TR/selectors/#empty-pseudo
|
1359
|
+
// :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5),
|
1360
|
+
// but not by others (comment: 8; processing instruction: 7; etc.)
|
1361
|
+
// nodeType < 6 works because attributes (2) do not appear as children
|
1362
|
+
for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {
|
1363
|
+
if ( elem.nodeType < 6 ) {
|
1364
|
+
return false;
|
1365
|
+
}
|
1366
|
+
}
|
1367
|
+
return true;
|
1368
|
+
},
|
1369
|
+
|
1370
|
+
"parent": function( elem ) {
|
1371
|
+
return !Expr.pseudos["empty"]( elem );
|
1372
|
+
},
|
1373
|
+
|
1374
|
+
// Element/input types
|
1375
|
+
"header": function( elem ) {
|
1376
|
+
return rheader.test( elem.nodeName );
|
1377
|
+
},
|
1378
|
+
|
1379
|
+
"input": function( elem ) {
|
1380
|
+
return rinputs.test( elem.nodeName );
|
1381
|
+
},
|
1382
|
+
|
1383
|
+
"button": function( elem ) {
|
1384
|
+
var name = elem.nodeName.toLowerCase();
|
1385
|
+
return name === "input" && elem.type === "button" || name === "button";
|
1386
|
+
},
|
1387
|
+
|
1388
|
+
"text": function( elem ) {
|
1389
|
+
var attr;
|
1390
|
+
return elem.nodeName.toLowerCase() === "input" &&
|
1391
|
+
elem.type === "text" &&
|
1392
|
+
|
1393
|
+
// Support: IE<8
|
1394
|
+
// New HTML5 attribute values (e.g., "search") appear with elem.type === "text"
|
1395
|
+
( (attr = elem.getAttribute("type")) == null || attr.toLowerCase() === "text" );
|
1396
|
+
},
|
1397
|
+
|
1398
|
+
// Position-in-collection
|
1399
|
+
"first": createPositionalPseudo(function() {
|
1400
|
+
return [ 0 ];
|
1401
|
+
}),
|
1402
|
+
|
1403
|
+
"last": createPositionalPseudo(function( matchIndexes, length ) {
|
1404
|
+
return [ length - 1 ];
|
1405
|
+
}),
|
1406
|
+
|
1407
|
+
"eq": createPositionalPseudo(function( matchIndexes, length, argument ) {
|
1408
|
+
return [ argument < 0 ? argument + length : argument ];
|
1409
|
+
}),
|
1410
|
+
|
1411
|
+
"even": createPositionalPseudo(function( matchIndexes, length ) {
|
1412
|
+
var i = 0;
|
1413
|
+
for ( ; i < length; i += 2 ) {
|
1414
|
+
matchIndexes.push( i );
|
1415
|
+
}
|
1416
|
+
return matchIndexes;
|
1417
|
+
}),
|
1418
|
+
|
1419
|
+
"odd": createPositionalPseudo(function( matchIndexes, length ) {
|
1420
|
+
var i = 1;
|
1421
|
+
for ( ; i < length; i += 2 ) {
|
1422
|
+
matchIndexes.push( i );
|
1423
|
+
}
|
1424
|
+
return matchIndexes;
|
1425
|
+
}),
|
1426
|
+
|
1427
|
+
"lt": createPositionalPseudo(function( matchIndexes, length, argument ) {
|
1428
|
+
var i = argument < 0 ? argument + length : argument;
|
1429
|
+
for ( ; --i >= 0; ) {
|
1430
|
+
matchIndexes.push( i );
|
1431
|
+
}
|
1432
|
+
return matchIndexes;
|
1433
|
+
}),
|
1434
|
+
|
1435
|
+
"gt": createPositionalPseudo(function( matchIndexes, length, argument ) {
|
1436
|
+
var i = argument < 0 ? argument + length : argument;
|
1437
|
+
for ( ; ++i < length; ) {
|
1438
|
+
matchIndexes.push( i );
|
1439
|
+
}
|
1440
|
+
return matchIndexes;
|
1441
|
+
})
|
1442
|
+
}
|
1443
|
+
};
|
1444
|
+
|
1445
|
+
Expr.pseudos["nth"] = Expr.pseudos["eq"];
|
1446
|
+
|
1447
|
+
// Add button/input type pseudos
|
1448
|
+
for ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) {
|
1449
|
+
Expr.pseudos[ i ] = createInputPseudo( i );
|
1450
|
+
}
|
1451
|
+
for ( i in { submit: true, reset: true } ) {
|
1452
|
+
Expr.pseudos[ i ] = createButtonPseudo( i );
|
1453
|
+
}
|
1454
|
+
|
1455
|
+
// Easy API for creating new setFilters
|
1456
|
+
function setFilters() {}
|
1457
|
+
setFilters.prototype = Expr.filters = Expr.pseudos;
|
1458
|
+
Expr.setFilters = new setFilters();
|
1459
|
+
|
1460
|
+
tokenize = Sizzle.tokenize = function( selector, parseOnly ) {
|
1461
|
+
var matched, match, tokens, type,
|
1462
|
+
soFar, groups, preFilters,
|
1463
|
+
cached = tokenCache[ selector + " " ];
|
1464
|
+
|
1465
|
+
if ( cached ) {
|
1466
|
+
return parseOnly ? 0 : cached.slice( 0 );
|
1467
|
+
}
|
1468
|
+
|
1469
|
+
soFar = selector;
|
1470
|
+
groups = [];
|
1471
|
+
preFilters = Expr.preFilter;
|
1472
|
+
|
1473
|
+
while ( soFar ) {
|
1474
|
+
|
1475
|
+
// Comma and first run
|
1476
|
+
if ( !matched || (match = rcomma.exec( soFar )) ) {
|
1477
|
+
if ( match ) {
|
1478
|
+
// Don't consume trailing commas as valid
|
1479
|
+
soFar = soFar.slice( match[0].length ) || soFar;
|
1480
|
+
}
|
1481
|
+
groups.push( (tokens = []) );
|
1482
|
+
}
|
1483
|
+
|
1484
|
+
matched = false;
|
1485
|
+
|
1486
|
+
// Combinators
|
1487
|
+
if ( (match = rcombinators.exec( soFar )) ) {
|
1488
|
+
matched = match.shift();
|
1489
|
+
tokens.push({
|
1490
|
+
value: matched,
|
1491
|
+
// Cast descendant combinators to space
|
1492
|
+
type: match[0].replace( rtrim, " " )
|
1493
|
+
});
|
1494
|
+
soFar = soFar.slice( matched.length );
|
1495
|
+
}
|
1496
|
+
|
1497
|
+
// Filters
|
1498
|
+
for ( type in Expr.filter ) {
|
1499
|
+
if ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] ||
|
1500
|
+
(match = preFilters[ type ]( match ))) ) {
|
1501
|
+
matched = match.shift();
|
1502
|
+
tokens.push({
|
1503
|
+
value: matched,
|
1504
|
+
type: type,
|
1505
|
+
matches: match
|
1506
|
+
});
|
1507
|
+
soFar = soFar.slice( matched.length );
|
1508
|
+
}
|
1509
|
+
}
|
1510
|
+
|
1511
|
+
if ( !matched ) {
|
1512
|
+
break;
|
1513
|
+
}
|
1514
|
+
}
|
1515
|
+
|
1516
|
+
// Return the length of the invalid excess
|
1517
|
+
// if we're just parsing
|
1518
|
+
// Otherwise, throw an error or return tokens
|
1519
|
+
return parseOnly ?
|
1520
|
+
soFar.length :
|
1521
|
+
soFar ?
|
1522
|
+
Sizzle.error( selector ) :
|
1523
|
+
// Cache the tokens
|
1524
|
+
tokenCache( selector, groups ).slice( 0 );
|
1525
|
+
};
|
1526
|
+
|
1527
|
+
function toSelector( tokens ) {
|
1528
|
+
var i = 0,
|
1529
|
+
len = tokens.length,
|
1530
|
+
selector = "";
|
1531
|
+
for ( ; i < len; i++ ) {
|
1532
|
+
selector += tokens[i].value;
|
1533
|
+
}
|
1534
|
+
return selector;
|
1535
|
+
}
|
1536
|
+
|
1537
|
+
function addCombinator( matcher, combinator, base ) {
|
1538
|
+
var dir = combinator.dir,
|
1539
|
+
checkNonElements = base && dir === "parentNode",
|
1540
|
+
doneName = done++;
|
1541
|
+
|
1542
|
+
return combinator.first ?
|
1543
|
+
// Check against closest ancestor/preceding element
|
1544
|
+
function( elem, context, xml ) {
|
1545
|
+
while ( (elem = elem[ dir ]) ) {
|
1546
|
+
if ( elem.nodeType === 1 || checkNonElements ) {
|
1547
|
+
return matcher( elem, context, xml );
|
1548
|
+
}
|
1549
|
+
}
|
1550
|
+
} :
|
1551
|
+
|
1552
|
+
// Check against all ancestor/preceding elements
|
1553
|
+
function( elem, context, xml ) {
|
1554
|
+
var oldCache, outerCache,
|
1555
|
+
newCache = [ dirruns, doneName ];
|
1556
|
+
|
1557
|
+
// We can't set arbitrary data on XML nodes, so they don't benefit from dir caching
|
1558
|
+
if ( xml ) {
|
1559
|
+
while ( (elem = elem[ dir ]) ) {
|
1560
|
+
if ( elem.nodeType === 1 || checkNonElements ) {
|
1561
|
+
if ( matcher( elem, context, xml ) ) {
|
1562
|
+
return true;
|
1563
|
+
}
|
1564
|
+
}
|
1565
|
+
}
|
1566
|
+
} else {
|
1567
|
+
while ( (elem = elem[ dir ]) ) {
|
1568
|
+
if ( elem.nodeType === 1 || checkNonElements ) {
|
1569
|
+
outerCache = elem[ expando ] || (elem[ expando ] = {});
|
1570
|
+
if ( (oldCache = outerCache[ dir ]) &&
|
1571
|
+
oldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) {
|
1572
|
+
|
1573
|
+
// Assign to newCache so results back-propagate to previous elements
|
1574
|
+
return (newCache[ 2 ] = oldCache[ 2 ]);
|
1575
|
+
} else {
|
1576
|
+
// Reuse newcache so results back-propagate to previous elements
|
1577
|
+
outerCache[ dir ] = newCache;
|
1578
|
+
|
1579
|
+
// A match means we're done; a fail means we have to keep checking
|
1580
|
+
if ( (newCache[ 2 ] = matcher( elem, context, xml )) ) {
|
1581
|
+
return true;
|
1582
|
+
}
|
1583
|
+
}
|
1584
|
+
}
|
1585
|
+
}
|
1586
|
+
}
|
1587
|
+
};
|
1588
|
+
}
|
1589
|
+
|
1590
|
+
function elementMatcher( matchers ) {
|
1591
|
+
return matchers.length > 1 ?
|
1592
|
+
function( elem, context, xml ) {
|
1593
|
+
var i = matchers.length;
|
1594
|
+
while ( i-- ) {
|
1595
|
+
if ( !matchers[i]( elem, context, xml ) ) {
|
1596
|
+
return false;
|
1597
|
+
}
|
1598
|
+
}
|
1599
|
+
return true;
|
1600
|
+
} :
|
1601
|
+
matchers[0];
|
1602
|
+
}
|
1603
|
+
|
1604
|
+
function multipleContexts( selector, contexts, results ) {
|
1605
|
+
var i = 0,
|
1606
|
+
len = contexts.length;
|
1607
|
+
for ( ; i < len; i++ ) {
|
1608
|
+
Sizzle( selector, contexts[i], results );
|
1609
|
+
}
|
1610
|
+
return results;
|
1611
|
+
}
|
1612
|
+
|
1613
|
+
function condense( unmatched, map, filter, context, xml ) {
|
1614
|
+
var elem,
|
1615
|
+
newUnmatched = [],
|
1616
|
+
i = 0,
|
1617
|
+
len = unmatched.length,
|
1618
|
+
mapped = map != null;
|
1619
|
+
|
1620
|
+
for ( ; i < len; i++ ) {
|
1621
|
+
if ( (elem = unmatched[i]) ) {
|
1622
|
+
if ( !filter || filter( elem, context, xml ) ) {
|
1623
|
+
newUnmatched.push( elem );
|
1624
|
+
if ( mapped ) {
|
1625
|
+
map.push( i );
|
1626
|
+
}
|
1627
|
+
}
|
1628
|
+
}
|
1629
|
+
}
|
1630
|
+
|
1631
|
+
return newUnmatched;
|
1632
|
+
}
|
1633
|
+
|
1634
|
+
function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {
|
1635
|
+
if ( postFilter && !postFilter[ expando ] ) {
|
1636
|
+
postFilter = setMatcher( postFilter );
|
1637
|
+
}
|
1638
|
+
if ( postFinder && !postFinder[ expando ] ) {
|
1639
|
+
postFinder = setMatcher( postFinder, postSelector );
|
1640
|
+
}
|
1641
|
+
return markFunction(function( seed, results, context, xml ) {
|
1642
|
+
var temp, i, elem,
|
1643
|
+
preMap = [],
|
1644
|
+
postMap = [],
|
1645
|
+
preexisting = results.length,
|
1646
|
+
|
1647
|
+
// Get initial elements from seed or context
|
1648
|
+
elems = seed || multipleContexts( selector || "*", context.nodeType ? [ context ] : context, [] ),
|
1649
|
+
|
1650
|
+
// Prefilter to get matcher input, preserving a map for seed-results synchronization
|
1651
|
+
matcherIn = preFilter && ( seed || !selector ) ?
|
1652
|
+
condense( elems, preMap, preFilter, context, xml ) :
|
1653
|
+
elems,
|
1654
|
+
|
1655
|
+
matcherOut = matcher ?
|
1656
|
+
// If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results,
|
1657
|
+
postFinder || ( seed ? preFilter : preexisting || postFilter ) ?
|
1658
|
+
|
1659
|
+
// ...intermediate processing is necessary
|
1660
|
+
[] :
|
1661
|
+
|
1662
|
+
// ...otherwise use results directly
|
1663
|
+
results :
|
1664
|
+
matcherIn;
|
1665
|
+
|
1666
|
+
// Find primary matches
|
1667
|
+
if ( matcher ) {
|
1668
|
+
matcher( matcherIn, matcherOut, context, xml );
|
1669
|
+
}
|
1670
|
+
|
1671
|
+
// Apply postFilter
|
1672
|
+
if ( postFilter ) {
|
1673
|
+
temp = condense( matcherOut, postMap );
|
1674
|
+
postFilter( temp, [], context, xml );
|
1675
|
+
|
1676
|
+
// Un-match failing elements by moving them back to matcherIn
|
1677
|
+
i = temp.length;
|
1678
|
+
while ( i-- ) {
|
1679
|
+
if ( (elem = temp[i]) ) {
|
1680
|
+
matcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem);
|
1681
|
+
}
|
1682
|
+
}
|
1683
|
+
}
|
1684
|
+
|
1685
|
+
if ( seed ) {
|
1686
|
+
if ( postFinder || preFilter ) {
|
1687
|
+
if ( postFinder ) {
|
1688
|
+
// Get the final matcherOut by condensing this intermediate into postFinder contexts
|
1689
|
+
temp = [];
|
1690
|
+
i = matcherOut.length;
|
1691
|
+
while ( i-- ) {
|
1692
|
+
if ( (elem = matcherOut[i]) ) {
|
1693
|
+
// Restore matcherIn since elem is not yet a final match
|
1694
|
+
temp.push( (matcherIn[i] = elem) );
|
1695
|
+
}
|
1696
|
+
}
|
1697
|
+
postFinder( null, (matcherOut = []), temp, xml );
|
1698
|
+
}
|
1699
|
+
|
1700
|
+
// Move matched elements from seed to results to keep them synchronized
|
1701
|
+
i = matcherOut.length;
|
1702
|
+
while ( i-- ) {
|
1703
|
+
if ( (elem = matcherOut[i]) &&
|
1704
|
+
(temp = postFinder ? indexOf( seed, elem ) : preMap[i]) > -1 ) {
|
1705
|
+
|
1706
|
+
seed[temp] = !(results[temp] = elem);
|
1707
|
+
}
|
1708
|
+
}
|
1709
|
+
}
|
1710
|
+
|
1711
|
+
// Add elements to results, through postFinder if defined
|
1712
|
+
} else {
|
1713
|
+
matcherOut = condense(
|
1714
|
+
matcherOut === results ?
|
1715
|
+
matcherOut.splice( preexisting, matcherOut.length ) :
|
1716
|
+
matcherOut
|
1717
|
+
);
|
1718
|
+
if ( postFinder ) {
|
1719
|
+
postFinder( null, results, matcherOut, xml );
|
1720
|
+
} else {
|
1721
|
+
push.apply( results, matcherOut );
|
1722
|
+
}
|
1723
|
+
}
|
1724
|
+
});
|
1725
|
+
}
|
1726
|
+
|
1727
|
+
function matcherFromTokens( tokens ) {
|
1728
|
+
var checkContext, matcher, j,
|
1729
|
+
len = tokens.length,
|
1730
|
+
leadingRelative = Expr.relative[ tokens[0].type ],
|
1731
|
+
implicitRelative = leadingRelative || Expr.relative[" "],
|
1732
|
+
i = leadingRelative ? 1 : 0,
|
1733
|
+
|
1734
|
+
// The foundational matcher ensures that elements are reachable from top-level context(s)
|
1735
|
+
matchContext = addCombinator( function( elem ) {
|
1736
|
+
return elem === checkContext;
|
1737
|
+
}, implicitRelative, true ),
|
1738
|
+
matchAnyContext = addCombinator( function( elem ) {
|
1739
|
+
return indexOf( checkContext, elem ) > -1;
|
1740
|
+
}, implicitRelative, true ),
|
1741
|
+
matchers = [ function( elem, context, xml ) {
|
1742
|
+
var ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || (
|
1743
|
+
(checkContext = context).nodeType ?
|
1744
|
+
matchContext( elem, context, xml ) :
|
1745
|
+
matchAnyContext( elem, context, xml ) );
|
1746
|
+
// Avoid hanging onto element (issue #299)
|
1747
|
+
checkContext = null;
|
1748
|
+
return ret;
|
1749
|
+
} ];
|
1750
|
+
|
1751
|
+
for ( ; i < len; i++ ) {
|
1752
|
+
if ( (matcher = Expr.relative[ tokens[i].type ]) ) {
|
1753
|
+
matchers = [ addCombinator(elementMatcher( matchers ), matcher) ];
|
1754
|
+
} else {
|
1755
|
+
matcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches );
|
1756
|
+
|
1757
|
+
// Return special upon seeing a positional matcher
|
1758
|
+
if ( matcher[ expando ] ) {
|
1759
|
+
// Find the next relative operator (if any) for proper handling
|
1760
|
+
j = ++i;
|
1761
|
+
for ( ; j < len; j++ ) {
|
1762
|
+
if ( Expr.relative[ tokens[j].type ] ) {
|
1763
|
+
break;
|
1764
|
+
}
|
1765
|
+
}
|
1766
|
+
return setMatcher(
|
1767
|
+
i > 1 && elementMatcher( matchers ),
|
1768
|
+
i > 1 && toSelector(
|
1769
|
+
// If the preceding token was a descendant combinator, insert an implicit any-element `*`
|
1770
|
+
tokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === " " ? "*" : "" })
|
1771
|
+
).replace( rtrim, "$1" ),
|
1772
|
+
matcher,
|
1773
|
+
i < j && matcherFromTokens( tokens.slice( i, j ) ),
|
1774
|
+
j < len && matcherFromTokens( (tokens = tokens.slice( j )) ),
|
1775
|
+
j < len && toSelector( tokens )
|
1776
|
+
);
|
1777
|
+
}
|
1778
|
+
matchers.push( matcher );
|
1779
|
+
}
|
1780
|
+
}
|
1781
|
+
|
1782
|
+
return elementMatcher( matchers );
|
1783
|
+
}
|
1784
|
+
|
1785
|
+
function matcherFromGroupMatchers( elementMatchers, setMatchers ) {
|
1786
|
+
var bySet = setMatchers.length > 0,
|
1787
|
+
byElement = elementMatchers.length > 0,
|
1788
|
+
superMatcher = function( seed, context, xml, results, outermost ) {
|
1789
|
+
var elem, j, matcher,
|
1790
|
+
matchedCount = 0,
|
1791
|
+
i = "0",
|
1792
|
+
unmatched = seed && [],
|
1793
|
+
setMatched = [],
|
1794
|
+
contextBackup = outermostContext,
|
1795
|
+
// We must always have either seed elements or outermost context
|
1796
|
+
elems = seed || byElement && Expr.find["TAG"]( "*", outermost ),
|
1797
|
+
// Use integer dirruns iff this is the outermost matcher
|
1798
|
+
dirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1),
|
1799
|
+
len = elems.length;
|
1800
|
+
|
1801
|
+
if ( outermost ) {
|
1802
|
+
outermostContext = context !== document && context;
|
1803
|
+
}
|
1804
|
+
|
1805
|
+
// Add elements passing elementMatchers directly to results
|
1806
|
+
// Keep `i` a string if there are no elements so `matchedCount` will be "00" below
|
1807
|
+
// Support: IE<9, Safari
|
1808
|
+
// Tolerate NodeList properties (IE: "length"; Safari: <number>) matching elements by id
|
1809
|
+
for ( ; i !== len && (elem = elems[i]) != null; i++ ) {
|
1810
|
+
if ( byElement && elem ) {
|
1811
|
+
j = 0;
|
1812
|
+
while ( (matcher = elementMatchers[j++]) ) {
|
1813
|
+
if ( matcher( elem, context, xml ) ) {
|
1814
|
+
results.push( elem );
|
1815
|
+
break;
|
1816
|
+
}
|
1817
|
+
}
|
1818
|
+
if ( outermost ) {
|
1819
|
+
dirruns = dirrunsUnique;
|
1820
|
+
}
|
1821
|
+
}
|
1822
|
+
|
1823
|
+
// Track unmatched elements for set filters
|
1824
|
+
if ( bySet ) {
|
1825
|
+
// They will have gone through all possible matchers
|
1826
|
+
if ( (elem = !matcher && elem) ) {
|
1827
|
+
matchedCount--;
|
1828
|
+
}
|
1829
|
+
|
1830
|
+
// Lengthen the array for every element, matched or not
|
1831
|
+
if ( seed ) {
|
1832
|
+
unmatched.push( elem );
|
1833
|
+
}
|
1834
|
+
}
|
1835
|
+
}
|
1836
|
+
|
1837
|
+
// Apply set filters to unmatched elements
|
1838
|
+
matchedCount += i;
|
1839
|
+
if ( bySet && i !== matchedCount ) {
|
1840
|
+
j = 0;
|
1841
|
+
while ( (matcher = setMatchers[j++]) ) {
|
1842
|
+
matcher( unmatched, setMatched, context, xml );
|
1843
|
+
}
|
1844
|
+
|
1845
|
+
if ( seed ) {
|
1846
|
+
// Reintegrate element matches to eliminate the need for sorting
|
1847
|
+
if ( matchedCount > 0 ) {
|
1848
|
+
while ( i-- ) {
|
1849
|
+
if ( !(unmatched[i] || setMatched[i]) ) {
|
1850
|
+
setMatched[i] = pop.call( results );
|
1851
|
+
}
|
1852
|
+
}
|
1853
|
+
}
|
1854
|
+
|
1855
|
+
// Discard index placeholder values to get only actual matches
|
1856
|
+
setMatched = condense( setMatched );
|
1857
|
+
}
|
1858
|
+
|
1859
|
+
// Add matches to results
|
1860
|
+
push.apply( results, setMatched );
|
1861
|
+
|
1862
|
+
// Seedless set matches succeeding multiple successful matchers stipulate sorting
|
1863
|
+
if ( outermost && !seed && setMatched.length > 0 &&
|
1864
|
+
( matchedCount + setMatchers.length ) > 1 ) {
|
1865
|
+
|
1866
|
+
Sizzle.uniqueSort( results );
|
1867
|
+
}
|
1868
|
+
}
|
1869
|
+
|
1870
|
+
// Override manipulation of globals by nested matchers
|
1871
|
+
if ( outermost ) {
|
1872
|
+
dirruns = dirrunsUnique;
|
1873
|
+
outermostContext = contextBackup;
|
1874
|
+
}
|
1875
|
+
|
1876
|
+
return unmatched;
|
1877
|
+
};
|
1878
|
+
|
1879
|
+
return bySet ?
|
1880
|
+
markFunction( superMatcher ) :
|
1881
|
+
superMatcher;
|
1882
|
+
}
|
1883
|
+
|
1884
|
+
compile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) {
|
1885
|
+
var i,
|
1886
|
+
setMatchers = [],
|
1887
|
+
elementMatchers = [],
|
1888
|
+
cached = compilerCache[ selector + " " ];
|
1889
|
+
|
1890
|
+
if ( !cached ) {
|
1891
|
+
// Generate a function of recursive functions that can be used to check each element
|
1892
|
+
if ( !match ) {
|
1893
|
+
match = tokenize( selector );
|
1894
|
+
}
|
1895
|
+
i = match.length;
|
1896
|
+
while ( i-- ) {
|
1897
|
+
cached = matcherFromTokens( match[i] );
|
1898
|
+
if ( cached[ expando ] ) {
|
1899
|
+
setMatchers.push( cached );
|
1900
|
+
} else {
|
1901
|
+
elementMatchers.push( cached );
|
1902
|
+
}
|
1903
|
+
}
|
1904
|
+
|
1905
|
+
// Cache the compiled function
|
1906
|
+
cached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) );
|
1907
|
+
|
1908
|
+
// Save selector and tokenization
|
1909
|
+
cached.selector = selector;
|
1910
|
+
}
|
1911
|
+
return cached;
|
1912
|
+
};
|
1913
|
+
|
1914
|
+
/**
|
1915
|
+
* A low-level selection function that works with Sizzle's compiled
|
1916
|
+
* selector functions
|
1917
|
+
* @param {String|Function} selector A selector or a pre-compiled
|
1918
|
+
* selector function built with Sizzle.compile
|
1919
|
+
* @param {Element} context
|
1920
|
+
* @param {Array} [results]
|
1921
|
+
* @param {Array} [seed] A set of elements to match against
|
1922
|
+
*/
|
1923
|
+
select = Sizzle.select = function( selector, context, results, seed ) {
|
1924
|
+
var i, tokens, token, type, find,
|
1925
|
+
compiled = typeof selector === "function" && selector,
|
1926
|
+
match = !seed && tokenize( (selector = compiled.selector || selector) );
|
1927
|
+
|
1928
|
+
results = results || [];
|
1929
|
+
|
1930
|
+
// Try to minimize operations if there is no seed and only one group
|
1931
|
+
if ( match.length === 1 ) {
|
1932
|
+
|
1933
|
+
// Take a shortcut and set the context if the root selector is an ID
|
1934
|
+
tokens = match[0] = match[0].slice( 0 );
|
1935
|
+
if ( tokens.length > 2 && (token = tokens[0]).type === "ID" &&
|
1936
|
+
support.getById && context.nodeType === 9 && documentIsHTML &&
|
1937
|
+
Expr.relative[ tokens[1].type ] ) {
|
1938
|
+
|
1939
|
+
context = ( Expr.find["ID"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0];
|
1940
|
+
if ( !context ) {
|
1941
|
+
return results;
|
1942
|
+
|
1943
|
+
// Precompiled matchers will still verify ancestry, so step up a level
|
1944
|
+
} else if ( compiled ) {
|
1945
|
+
context = context.parentNode;
|
1946
|
+
}
|
1947
|
+
|
1948
|
+
selector = selector.slice( tokens.shift().value.length );
|
1949
|
+
}
|
1950
|
+
|
1951
|
+
// Fetch a seed set for right-to-left matching
|
1952
|
+
i = matchExpr["needsContext"].test( selector ) ? 0 : tokens.length;
|
1953
|
+
while ( i-- ) {
|
1954
|
+
token = tokens[i];
|
1955
|
+
|
1956
|
+
// Abort if we hit a combinator
|
1957
|
+
if ( Expr.relative[ (type = token.type) ] ) {
|
1958
|
+
break;
|
1959
|
+
}
|
1960
|
+
if ( (find = Expr.find[ type ]) ) {
|
1961
|
+
// Search, expanding context for leading sibling combinators
|
1962
|
+
if ( (seed = find(
|
1963
|
+
token.matches[0].replace( runescape, funescape ),
|
1964
|
+
rsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context
|
1965
|
+
)) ) {
|
1966
|
+
|
1967
|
+
// If seed is empty or no tokens remain, we can return early
|
1968
|
+
tokens.splice( i, 1 );
|
1969
|
+
selector = seed.length && toSelector( tokens );
|
1970
|
+
if ( !selector ) {
|
1971
|
+
push.apply( results, seed );
|
1972
|
+
return results;
|
1973
|
+
}
|
1974
|
+
|
1975
|
+
break;
|
1976
|
+
}
|
1977
|
+
}
|
1978
|
+
}
|
1979
|
+
}
|
1980
|
+
|
1981
|
+
// Compile and execute a filtering function if one is not provided
|
1982
|
+
// Provide `match` to avoid retokenization if we modified the selector above
|
1983
|
+
( compiled || compile( selector, match ) )(
|
1984
|
+
seed,
|
1985
|
+
context,
|
1986
|
+
!documentIsHTML,
|
1987
|
+
results,
|
1988
|
+
rsibling.test( selector ) && testContext( context.parentNode ) || context
|
1989
|
+
);
|
1990
|
+
return results;
|
1991
|
+
};
|
1992
|
+
|
1993
|
+
// One-time assignments
|
1994
|
+
|
1995
|
+
// Sort stability
|
1996
|
+
support.sortStable = expando.split("").sort( sortOrder ).join("") === expando;
|
1997
|
+
|
1998
|
+
// Support: Chrome 14-35+
|
1999
|
+
// Always assume duplicates if they aren't passed to the comparison function
|
2000
|
+
support.detectDuplicates = !!hasDuplicate;
|
2001
|
+
|
2002
|
+
// Initialize against the default document
|
2003
|
+
setDocument();
|
2004
|
+
|
2005
|
+
// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27)
|
2006
|
+
// Detached nodes confoundingly follow *each other*
|
2007
|
+
support.sortDetached = assert(function( div1 ) {
|
2008
|
+
// Should return 1, but returns 4 (following)
|
2009
|
+
return div1.compareDocumentPosition( document.createElement("div") ) & 1;
|
2010
|
+
});
|
2011
|
+
|
2012
|
+
// Support: IE<8
|
2013
|
+
// Prevent attribute/property "interpolation"
|
2014
|
+
// http://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx
|
2015
|
+
if ( !assert(function( div ) {
|
2016
|
+
div.innerHTML = "<a href='#'></a>";
|
2017
|
+
return div.firstChild.getAttribute("href") === "#" ;
|
2018
|
+
}) ) {
|
2019
|
+
addHandle( "type|href|height|width", function( elem, name, isXML ) {
|
2020
|
+
if ( !isXML ) {
|
2021
|
+
return elem.getAttribute( name, name.toLowerCase() === "type" ? 1 : 2 );
|
2022
|
+
}
|
2023
|
+
});
|
2024
|
+
}
|
2025
|
+
|
2026
|
+
// Support: IE<9
|
2027
|
+
// Use defaultValue in place of getAttribute("value")
|
2028
|
+
if ( !support.attributes || !assert(function( div ) {
|
2029
|
+
div.innerHTML = "<input/>";
|
2030
|
+
div.firstChild.setAttribute( "value", "" );
|
2031
|
+
return div.firstChild.getAttribute( "value" ) === "";
|
2032
|
+
}) ) {
|
2033
|
+
addHandle( "value", function( elem, name, isXML ) {
|
2034
|
+
if ( !isXML && elem.nodeName.toLowerCase() === "input" ) {
|
2035
|
+
return elem.defaultValue;
|
2036
|
+
}
|
2037
|
+
});
|
2038
|
+
}
|
2039
|
+
|
2040
|
+
// Support: IE<9
|
2041
|
+
// Use getAttributeNode to fetch booleans when getAttribute lies
|
2042
|
+
if ( !assert(function( div ) {
|
2043
|
+
return div.getAttribute("disabled") == null;
|
2044
|
+
}) ) {
|
2045
|
+
addHandle( booleans, function( elem, name, isXML ) {
|
2046
|
+
var val;
|
2047
|
+
if ( !isXML ) {
|
2048
|
+
return elem[ name ] === true ? name.toLowerCase() :
|
2049
|
+
(val = elem.getAttributeNode( name )) && val.specified ?
|
2050
|
+
val.value :
|
2051
|
+
null;
|
2052
|
+
}
|
2053
|
+
});
|
2054
|
+
}
|
2055
|
+
|
2056
|
+
// EXPOSE
|
2057
|
+
if ( typeof define === "function" && define.amd ) {
|
2058
|
+
define(function() { return Sizzle; });
|
2059
|
+
// Sizzle requires that there be a global window in Common-JS like environments
|
2060
|
+
} else if ( typeof module !== "undefined" && module.exports ) {
|
2061
|
+
module.exports = Sizzle;
|
2062
|
+
} else {
|
2063
|
+
window.Sizzle = Sizzle;
|
2064
|
+
}
|
2065
|
+
// EXPOSE
|
2066
|
+
|
2067
|
+
})( window );
|