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,1026 @@
|
|
1
|
+
## Flot 0.8.3 ##
|
2
|
+
|
3
|
+
### Changes ###
|
4
|
+
|
5
|
+
- Updated example code to avoid encouraging unnecessary re-plots.
|
6
|
+
(patch by soenter, pull request #1221)
|
7
|
+
|
8
|
+
### Bug fixes ###
|
9
|
+
|
10
|
+
- Added a work-around to disable the allocation of extra space for first and
|
11
|
+
last axis ticks, allowing plots to span the full width of their container.
|
12
|
+
A proper solution for this bug will be implemented in the 0.9 release.
|
13
|
+
(reported by Josh Pigford and andig, issue #1212, pull request #1290)
|
14
|
+
|
15
|
+
- Fixed a regression introduced in 0.8.1, where the last tick label would
|
16
|
+
sometimes wrap rather than extending the plot's offset to create space.
|
17
|
+
(reported by Elite Gamer, issue #1283)
|
18
|
+
|
19
|
+
- Fixed a regression introduced in 0.8.2, where the resize plugin would use
|
20
|
+
unexpectedly high amounts of CPU even when idle.
|
21
|
+
(reported by tommie, issue #1277, pull request #1289)
|
22
|
+
|
23
|
+
- Fixed the selection example to work with jQuery 1.9.x and later.
|
24
|
+
(reported by EGLadona and dmfalke, issue #1250, pull request #1285)
|
25
|
+
|
26
|
+
- Added a detach shim to fix support for jQuery versions earlier than 1.4.x.
|
27
|
+
(reported by ngavard, issue #1240, pull request #1286)
|
28
|
+
|
29
|
+
- Fixed a rare 'Uncaught TypeError' when using the resize plugin in IE 7/8.
|
30
|
+
(reported by tleish, issue #1265, pull request #1289)
|
31
|
+
|
32
|
+
- Fixed zoom constraints to apply only in the direction of the zoom.
|
33
|
+
(patch by Neil Katin, issue #1204, pull request #1205)
|
34
|
+
|
35
|
+
- Markings lines are no longer blurry when drawn on pixel boundaries.
|
36
|
+
(reported by btccointicker and Rouillard, issue #1210)
|
37
|
+
|
38
|
+
- Don't discard original pie data-series values when combining slices.
|
39
|
+
(patch by Phil Tsarik, pull request #1238)
|
40
|
+
|
41
|
+
- Fixed broken auto-scale behavior when using deprecated [x|y]2axis options.
|
42
|
+
(reported by jorese, issue #1228, pull request #1284)
|
43
|
+
|
44
|
+
- Exposed the dateGenerator function on the plot object, as it used to be
|
45
|
+
before time-mode was moved into a separate plugin.
|
46
|
+
(patch by Paolo Valleri, pull request #1028)
|
47
|
+
|
48
|
+
|
49
|
+
## Flot 0.8.2 ##
|
50
|
+
|
51
|
+
### Changes ###
|
52
|
+
|
53
|
+
- Added a plot.destroy method as a way to free memory when emptying the plot
|
54
|
+
placeholder and then re-using it for some other purpose.
|
55
|
+
(patch by Thodoris Greasidis, issue #1129, pull request #1130)
|
56
|
+
|
57
|
+
- Added a table of contents and PLUGINS link to the API documentation.
|
58
|
+
(patches by Brian Peiris, pull requests #1064 and #1127)
|
59
|
+
|
60
|
+
- Added Ruby code examples for time conversion.
|
61
|
+
(patch by Mike Połtyn, pull request #1182)
|
62
|
+
|
63
|
+
- Minor improvements to API.md and README.md.
|
64
|
+
(patches by Patrik Ragnarsson, pull requests #1085 and #1086)
|
65
|
+
|
66
|
+
- Updated inlined jQuery Resize to the latest version to fix errors.
|
67
|
+
(reported by Matthew Sabol and sloker, issues #997 ad #1081)
|
68
|
+
|
69
|
+
### Bug fixes ###
|
70
|
+
|
71
|
+
- Fixed an unexpected change in behavior that resulted in duplicate tick
|
72
|
+
labels when using a plugin, like flot-tickrotor, that overrode tick labels.
|
73
|
+
(patch by Mark Cote, pull request #1091)
|
74
|
+
|
75
|
+
- Fixed a regression from 0.7 where axis labels were given the wrong width,
|
76
|
+
causing them to overlap at certain scales and ignore the labelWidth option.
|
77
|
+
(patch by Benjamin Gram, pull request #1177)
|
78
|
+
|
79
|
+
- Fixed a bug where the second axis in an xaxes/yaxes array incorrectly had
|
80
|
+
its 'innermost' property set to false or undefined, even if it was on the
|
81
|
+
other side of the plot from the first axis. This resulted in the axis bar
|
82
|
+
being visible when it shouldn't have been, which was especially obvious
|
83
|
+
when the grid had a left/right border width of zero.
|
84
|
+
(reported by Teq1, fix researched by ryleyb, issue #1056)
|
85
|
+
|
86
|
+
- Fixed an error when using a placeholder that has no font-size property.
|
87
|
+
(patch by Craig Oldford, pull request #1135)
|
88
|
+
|
89
|
+
- Fixed a regression from 0.7 where nulls at the end of a series were ignored
|
90
|
+
for purposes of determing the range of the x-axis.
|
91
|
+
(reported by Munsifali Rashid, issue #1095)
|
92
|
+
|
93
|
+
- If a font size is provided, base the default lineHeight on that size rather
|
94
|
+
that the font size of the plot placeholder, which may be very different.
|
95
|
+
(reported by Daniel Hoffmann Bernardes, issue #1131, pull request #1199)
|
96
|
+
|
97
|
+
- Fix broken highlighting for right-aligned bars.
|
98
|
+
(reported by BeWiBu and Mihai Stanciu, issues #975 and #1093, with further
|
99
|
+
assistance by Eric Byers, pull request #1120)
|
100
|
+
|
101
|
+
- Prevent white circles from sometimes showing up inside of pie charts.
|
102
|
+
(reported by Pierre Dubois and Jack Klink, issues #1128 and #1073)
|
103
|
+
|
104
|
+
- Label formatting no longer breaks when a page contains multiple pie charts.
|
105
|
+
(reported by Brend Wanders, issue #1055)
|
106
|
+
|
107
|
+
- When using multiple axes on opposite sides of the plot, the innermost axis
|
108
|
+
coming later in the list no longer has its bar drawn incorrectly.
|
109
|
+
(reported by ryleyb, issue #1056)
|
110
|
+
|
111
|
+
- When removing series labels and redrawing the plot, the legend now updates
|
112
|
+
correctly even when using an external container.
|
113
|
+
(patch by Luis Silva, issue #1159, pull request #1160)
|
114
|
+
|
115
|
+
- The pie plugin no longer ignores the value of the left offset option.
|
116
|
+
(reported by melanker, issue #1136)
|
117
|
+
|
118
|
+
- Fixed a regression from 0.7, where extra padding was added unnecessarily to
|
119
|
+
sides of the plot where there was no last tick label.
|
120
|
+
(reported by sknob001, issue #1048, pull request #1200)
|
121
|
+
|
122
|
+
- Fixed incorrect tooltip behavior in the interacting example.
|
123
|
+
(patch by cleroux, issue #686, pull request #1074)
|
124
|
+
|
125
|
+
- Fixed an error in CSS color extraction with elements outside the DOM.
|
126
|
+
(patch by execjosh, pull request #1084)
|
127
|
+
|
128
|
+
- Fixed :not selector error when using jQuery without Sizzle.
|
129
|
+
(patch by Anthony Ryan, pull request #1180)
|
130
|
+
|
131
|
+
- Worked around a browser issue that caused bars to appear un-filled.
|
132
|
+
(reported by irbian, issue #915)
|
133
|
+
|
134
|
+
## Flot 0.8.1 ##
|
135
|
+
|
136
|
+
### Bug fixes ###
|
137
|
+
|
138
|
+
- Fixed a regression in the time plugin, introduced in 0.8, that caused dates
|
139
|
+
to align to the minute rather than to the highest appropriate unit. This
|
140
|
+
caused many x-axes in 0.8 to have different ticks than they did in 0.7.
|
141
|
+
(reported by Tom Sheppard, patch by Daniel Shapiro, issue #1017, pull
|
142
|
+
request #1023)
|
143
|
+
|
144
|
+
- Fixed a regression in text rendering, introduced in 0.8, that caused axis
|
145
|
+
labels with the same text as another label on the same axis to disappear.
|
146
|
+
More generally, it's again possible to have the same text in two locations.
|
147
|
+
(issue #1032)
|
148
|
+
|
149
|
+
- Fixed a regression in text rendering, introduced in 0.8, where axis labels
|
150
|
+
were no longer assigned an explicit width, and their text could not wrap.
|
151
|
+
(reported by sabregreen, issue #1019)
|
152
|
+
|
153
|
+
- Fixed a regression in the pie plugin, introduced in 0.8, that prevented it
|
154
|
+
from accepting data in the format '[[x, y]]'.
|
155
|
+
(patch by Nicolas Morel, pull request #1024)
|
156
|
+
|
157
|
+
- The 'zero' series option and 'autoscale' format option are no longer
|
158
|
+
ignored when the series contains a null value.
|
159
|
+
(reported by Daniel Shapiro, issue #1033)
|
160
|
+
|
161
|
+
- Avoid triggering the time-mode plugin exception when there are zero series.
|
162
|
+
(reported by Daniel Rothig, patch by Mark Raymond, issue #1016)
|
163
|
+
|
164
|
+
- When a custom color palette has fewer colors than the default palette, Flot
|
165
|
+
no longer fills out the colors with the remainder of the default.
|
166
|
+
(patch by goorpy, issue #1031, pull request #1034)
|
167
|
+
|
168
|
+
- Fixed missing update for bar highlights after a zoom or other redraw.
|
169
|
+
(reported by Paolo Valleri, issue #1030)
|
170
|
+
|
171
|
+
- Fixed compatibility with jQuery versions earlier than 1.7.
|
172
|
+
(patch by Lee Willis, issue #1027, pull request #1027)
|
173
|
+
|
174
|
+
- The mouse wheel no longer scrolls the page when using the navigate plugin.
|
175
|
+
(patch by vird, pull request #1020)
|
176
|
+
|
177
|
+
- Fixed missing semicolons in the core library.
|
178
|
+
(reported by Michal Zglinski)
|
179
|
+
|
180
|
+
|
181
|
+
## Flot 0.8.0 ##
|
182
|
+
|
183
|
+
### API changes ###
|
184
|
+
|
185
|
+
Support for time series has been moved into a plugin, jquery.flot.time.js.
|
186
|
+
This results in less code if time series are not used. The functionality
|
187
|
+
remains the same (plus timezone support, as described below); however, the
|
188
|
+
plugin must be included if axis.mode is set to "time".
|
189
|
+
|
190
|
+
When the axis mode is "time", the axis option "timezone" can be set to null,
|
191
|
+
"browser", or a particular timezone (e.g. "America/New_York") to control how
|
192
|
+
the dates are displayed. If null, the dates are displayed as UTC. If
|
193
|
+
"browser", the dates are displayed in the time zone of the user's browser.
|
194
|
+
|
195
|
+
Date/time formatting has changed and now follows a proper subset of the
|
196
|
+
standard strftime specifiers, plus one nonstandard specifier for quarters.
|
197
|
+
Additionally, if a strftime function is found in the Date object's prototype,
|
198
|
+
it will be used instead of the built-in formatter.
|
199
|
+
|
200
|
+
Axis tick labels now use the class 'flot-tick-label' instead of 'tickLabel'.
|
201
|
+
The text containers for each axis now use the classes 'flot-[x|y]-axis' and
|
202
|
+
'flot-[x|y]#-axis' instead of '[x|y]Axis' and '[x|y]#Axis'. For compatibility
|
203
|
+
with Flot 0.7 and earlier text will continue to use the old classes as well,
|
204
|
+
but they are considered deprecated and will be removed in a future version.
|
205
|
+
|
206
|
+
In previous versions the axis 'color' option was used to set the color of tick
|
207
|
+
marks and their label text. It now controls the color of the axis line, which
|
208
|
+
previously could not be changed separately, and continues to act as a default
|
209
|
+
for the tick-mark color. The color of tick label text is now set either by
|
210
|
+
overriding the 'flot-tick-label' CSS rule or via the axis 'font' option.
|
211
|
+
|
212
|
+
A new plugin, jquery.flot.canvas.js, allows axis tick labels to be rendered
|
213
|
+
directly to the canvas, rather than using HTML elements. This feature can be
|
214
|
+
toggled with a simple option, making it easy to create interactive plots in the
|
215
|
+
browser using HTML, then re-render them to canvas for export as an image.
|
216
|
+
|
217
|
+
The plugin tries to remain as faithful as possible to the original HTML render,
|
218
|
+
and goes so far as to automatically extract styles from CSS, to avoid having to
|
219
|
+
provide a separate set of styles when rendering to canvas. Due to limitations
|
220
|
+
of the canvas text API, the plugin cannot reproduce certain features, including
|
221
|
+
HTML markup embedded in labels, and advanced text styles such as 'em' units.
|
222
|
+
|
223
|
+
The plugin requires support for canvas text, which may not be present in some
|
224
|
+
older browsers, even if they support the canvas tag itself. To use the plugin
|
225
|
+
with these browsers try using a shim such as canvas-text or FlashCanvas.
|
226
|
+
|
227
|
+
The base and overlay canvas are now using the CSS classes "flot-base" and
|
228
|
+
"flot-overlay" to prevent accidental clashes (issue 540).
|
229
|
+
|
230
|
+
### Changes ###
|
231
|
+
|
232
|
+
- Addition of nonstandard %q specifier to date/time formatting. (patch
|
233
|
+
by risicle, issue 49)
|
234
|
+
|
235
|
+
- Date/time formatting follows proper subset of strftime specifiers, and
|
236
|
+
support added for Date.prototype.strftime, if found. (patch by Mark Cote,
|
237
|
+
issues 419 and 558)
|
238
|
+
|
239
|
+
- Fixed display of year ticks. (patch by Mark Cote, issue 195)
|
240
|
+
|
241
|
+
- Support for time series moved to plugin. (patch by Mark Cote)
|
242
|
+
|
243
|
+
- Display time series in different time zones. (patch by Knut Forkalsrud,
|
244
|
+
issue 141)
|
245
|
+
|
246
|
+
- Added a canvas plugin to enable rendering axis tick labels to the canvas.
|
247
|
+
(sponsored by YCharts.com, implementation by Ole Laursen and David Schnur)
|
248
|
+
|
249
|
+
- Support for setting the interval between redraws of the overlay canvas with
|
250
|
+
redrawOverlayInterval. (suggested in issue 185)
|
251
|
+
|
252
|
+
- Support for multiple thresholds in thresholds plugin. (patch by Arnaud
|
253
|
+
Bellec, issue 523)
|
254
|
+
|
255
|
+
- Support for plotting categories/textual data directly with new categories
|
256
|
+
plugin.
|
257
|
+
|
258
|
+
- Tick generators now get the whole axis rather than just min/max.
|
259
|
+
|
260
|
+
- Added processOffset and drawBackground hooks. (suggested in issue 639)
|
261
|
+
|
262
|
+
- Added a grid "margin" option to set the space between the canvas edge and
|
263
|
+
the grid.
|
264
|
+
|
265
|
+
- Prevent the pie example page from generating single-slice pies. (patch by
|
266
|
+
Shane Reustle)
|
267
|
+
|
268
|
+
- In addition to "left" and "center", bars now recognize "right" as an
|
269
|
+
alignment option. (patch by Michael Mayer, issue 520)
|
270
|
+
|
271
|
+
- Switched from toFixed to a much faster default tickFormatter. (patch by
|
272
|
+
Clemens Stolle)
|
273
|
+
|
274
|
+
- Added to a more helpful error when using a time-mode axis without including
|
275
|
+
the flot.time plugin. (patch by Yael Elmatad)
|
276
|
+
|
277
|
+
- Added a legend "sorted" option to control sorting of legend entries
|
278
|
+
independent of their series order. (patch by Tom Cleaveland)
|
279
|
+
|
280
|
+
- Added a series "highlightColor" option to control the color of the
|
281
|
+
translucent overlay that identifies the dataset when the mouse hovers over
|
282
|
+
it. (patch by Eric Wendelin and Nate Abele, issues 168 and 299)
|
283
|
+
|
284
|
+
- Added a plugin jquery.flot.errorbars, with an accompanying example, that
|
285
|
+
adds the ability to plot error bars, commonly used in many kinds of
|
286
|
+
statistical data visualizations. (patch by Rui Pereira, issue 215)
|
287
|
+
|
288
|
+
- The legend now omits entries whose labelFormatter returns null. (patch by
|
289
|
+
Tom Cleaveland, Christopher Lambert, and Simon Strandgaard)
|
290
|
+
|
291
|
+
- Added support for high pixel density (retina) displays, resulting in much
|
292
|
+
crisper charts on such devices. (patch by Olivier Guerriat, additional
|
293
|
+
fixes by Julien Thomas, maimairel, and Lau Bech Lauritzen)
|
294
|
+
|
295
|
+
- Added the ability to control pie shadow position and alpha via a new pie
|
296
|
+
'shadow' option. (patch by Julien Thomas, pull request #78)
|
297
|
+
|
298
|
+
- Added the ability to set width and color for individual sides of the grid.
|
299
|
+
(patch by Ara Anjargolian, additional fixes by Karl Swedberg, pull requests #855
|
300
|
+
and #880)
|
301
|
+
|
302
|
+
- The selection plugin's getSelection now returns null when the selection
|
303
|
+
has been cleared. (patch by Nick Campbell, pull request #852)
|
304
|
+
|
305
|
+
- Added a new option called 'zero' to bars and filled lines series, to control
|
306
|
+
whether the y-axis minimum is scaled to fit the data or set to zero.
|
307
|
+
(patch by David Schnur, issues #316, #529, and #856, pull request #911)
|
308
|
+
|
309
|
+
- The plot function is now also a jQuery chainable property.
|
310
|
+
(patch by David Schnur, issues #734 and #816, pull request #953)
|
311
|
+
|
312
|
+
- When only a single pie slice is beneath the combine threshold it is no longer
|
313
|
+
replaced by an 'other' slice. (suggested by Devin Bayer, issue #638)
|
314
|
+
|
315
|
+
- Added lineJoin and minSize options to the selection plugin to control the
|
316
|
+
corner style and minimum size of the selection, respectively.
|
317
|
+
(patch by Ruth Linehan, pull request #963)
|
318
|
+
|
319
|
+
### Bug fixes ###
|
320
|
+
|
321
|
+
- Fix problem with null values and pie plugin. (patch by gcruxifix,
|
322
|
+
issue 500)
|
323
|
+
|
324
|
+
- Fix problem with threshold plugin and bars. (based on patch by
|
325
|
+
kaarlenkaski, issue 348)
|
326
|
+
|
327
|
+
- Fix axis box calculations so the boxes include the outermost part of the
|
328
|
+
labels too.
|
329
|
+
|
330
|
+
- Fix problem with event clicking and hovering in IE 8 by updating Excanvas
|
331
|
+
and removing previous work-around. (test case by Ara Anjargolian)
|
332
|
+
|
333
|
+
- Fix issues with blurry 1px border when some measures aren't integer.
|
334
|
+
(reported by Ara Anjargolian)
|
335
|
+
|
336
|
+
- Fix bug with formats in the data processor. (reported by Peter Hull,
|
337
|
+
issue 534)
|
338
|
+
|
339
|
+
- Prevent i from being declared global in extractRange. (reported by
|
340
|
+
Alexander Obukhov, issue 627)
|
341
|
+
|
342
|
+
- Throw errors in a more cross-browser-compatible manner. (patch by
|
343
|
+
Eddie Kay)
|
344
|
+
|
345
|
+
- Prevent pie slice outlines from being drawn when the stroke width is zero.
|
346
|
+
(reported by Chris Minett, issue 585)
|
347
|
+
|
348
|
+
- Updated the navigate plugin's inline copy of jquery.mousewheel to fix
|
349
|
+
Webkit zoom problems. (reported by Hau Nguyen, issue 685)
|
350
|
+
|
351
|
+
- Axis labels no longer appear as decimals rather than integers in certain
|
352
|
+
cases. (patch by Clemens Stolle, issue 541)
|
353
|
+
|
354
|
+
- Automatic color generation no longer produces only whites and blacks when
|
355
|
+
there are many series. (patch by David Schnur and Tom Cleaveland)
|
356
|
+
|
357
|
+
- Fixed an error when custom tick labels weren't provided as strings. (patch
|
358
|
+
by Shad Downey)
|
359
|
+
|
360
|
+
- Prevented the local insertSteps and fmt variables from becoming global.
|
361
|
+
(first reported by Marc Bennewitz and Szymon Barglowski, patch by Nick
|
362
|
+
Campbell, issues #825 and #831, pull request #851)
|
363
|
+
|
364
|
+
- Prevented several threshold plugin variables from becoming global. (patch
|
365
|
+
by Lasse Dahl Ebert)
|
366
|
+
|
367
|
+
- Fixed various jQuery 1.8 compatibility issues. (issues #814 and #819,
|
368
|
+
pull request #877)
|
369
|
+
|
370
|
+
- Pie charts with a slice equal to or approaching 100% of the pie no longer
|
371
|
+
appear invisible. (patch by David Schnur, issues #444, #658, #726, #824
|
372
|
+
and #850, pull request #879)
|
373
|
+
|
374
|
+
- Prevented several local variables from becoming global. (patch by aaa707)
|
375
|
+
|
376
|
+
- Ensure that the overlay and primary canvases remain aligned. (issue #670,
|
377
|
+
pull request #901)
|
378
|
+
|
379
|
+
- Added support for jQuery 1.9 by removing and replacing uses of $.browser.
|
380
|
+
(analysis and patch by Anthony Ryan, pull request #905)
|
381
|
+
|
382
|
+
- Pie charts no longer disappear when redrawn during a resize or update.
|
383
|
+
(reported by Julien Bec, issue #656, pull request #910)
|
384
|
+
|
385
|
+
- Avoided floating-point precision errors when calculating pie percentages.
|
386
|
+
(patch by James Ward, pull request #918)
|
387
|
+
|
388
|
+
- Fixed compatibility with jQuery 1.2.6, which has no 'mouseleave' shortcut.
|
389
|
+
(reported by Bevan, original pull request #920, replaced by direct patch)
|
390
|
+
|
391
|
+
- Fixed sub-pixel rendering issues with crosshair and selection lines.
|
392
|
+
(patches by alanayoub and Daniel Shapiro, pull requests #17 and #925)
|
393
|
+
|
394
|
+
- Fixed rendering issues when using the threshold plugin with several series.
|
395
|
+
(patch by Ivan Novikov, pull request #934)
|
396
|
+
|
397
|
+
- Pie charts no longer disappear when redrawn after calling setData().
|
398
|
+
(reported by zengge1984 and pareeohnos, issues #810 and #945)
|
399
|
+
|
400
|
+
- Added a work-around for the problem where points with a lineWidth of zero
|
401
|
+
still showed up with a visible line. (reported by SalvoSav, issue #842,
|
402
|
+
patch by Jamie Hamel-Smith, pull request #937)
|
403
|
+
|
404
|
+
- Pie charts now accept values in string form, like other plot types.
|
405
|
+
(reported by laerdal.no, issue #534)
|
406
|
+
|
407
|
+
- Avoid rounding errors in the threshold plugin.
|
408
|
+
(reported by jerikojerk, issue #895)
|
409
|
+
|
410
|
+
- Fixed an error when using the navigate plugin with jQuery 1.9.x or later.
|
411
|
+
(reported by Paolo Valleri, issue #964)
|
412
|
+
|
413
|
+
- Fixed inconsistencies between the highlight and unhighlight functions.
|
414
|
+
(reported by djamshed, issue #987)
|
415
|
+
|
416
|
+
- Fixed recalculation of tickSize and tickDecimals on calls to setupGrid.
|
417
|
+
(patch by thecountofzero, pull request #861, issues #860, #1000)
|
418
|
+
|
419
|
+
|
420
|
+
## Flot 0.7 ##
|
421
|
+
|
422
|
+
### API changes ###
|
423
|
+
|
424
|
+
Multiple axes support. Code using dual axes should be changed from using
|
425
|
+
x2axis/y2axis in the options to using an array (although backwards-
|
426
|
+
compatibility hooks are in place). For instance,
|
427
|
+
|
428
|
+
```js
|
429
|
+
{
|
430
|
+
xaxis: { ... }, x2axis: { ... },
|
431
|
+
yaxis: { ... }, y2axis: { ... }
|
432
|
+
}
|
433
|
+
```
|
434
|
+
|
435
|
+
becomes
|
436
|
+
|
437
|
+
```js
|
438
|
+
{
|
439
|
+
xaxes: [ { ... }, { ... } ],
|
440
|
+
yaxes: [ { ... }, { ... } ]
|
441
|
+
}
|
442
|
+
```
|
443
|
+
|
444
|
+
Note that if you're just using one axis, continue to use the xaxis/yaxis
|
445
|
+
directly (it now sets the default settings for the arrays). Plugins touching
|
446
|
+
the axes must be ported to take the extra axes into account, check the source
|
447
|
+
to see some examples.
|
448
|
+
|
449
|
+
A related change is that the visibility of axes is now auto-detected. So if
|
450
|
+
you were relying on an axis to show up even without any data in the chart, you
|
451
|
+
now need to set the axis "show" option explicitly.
|
452
|
+
|
453
|
+
"tickColor" on the grid options is now deprecated in favour of a corresponding
|
454
|
+
option on the axes, so:
|
455
|
+
|
456
|
+
```js
|
457
|
+
{ grid: { tickColor: "#000" }}
|
458
|
+
```
|
459
|
+
|
460
|
+
becomes
|
461
|
+
|
462
|
+
```js
|
463
|
+
{ xaxis: { tickColor: "#000"}, yaxis: { tickColor: "#000"} }
|
464
|
+
```
|
465
|
+
|
466
|
+
But if you just configure a base color Flot will now autogenerate a tick color
|
467
|
+
by adding transparency. Backwards-compatibility hooks are in place.
|
468
|
+
|
469
|
+
Final note: now that IE 9 is coming out with canvas support, you may want to
|
470
|
+
adapt the excanvas include to skip loading it in IE 9 (the examples have been
|
471
|
+
adapted thanks to Ryley Breiddal). An alternative to excanvas using Flash has
|
472
|
+
also surfaced, if your graphs are slow in IE, you may want to give it a spin:
|
473
|
+
|
474
|
+
http://code.google.com/p/flashcanvas/
|
475
|
+
|
476
|
+
### Changes ###
|
477
|
+
|
478
|
+
- Support for specifying a bottom for each point for line charts when filling
|
479
|
+
them, this means that an arbitrary bottom can be used instead of just the x
|
480
|
+
axis. (based on patches patiently provided by Roman V. Prikhodchenko)
|
481
|
+
|
482
|
+
- New fillbetween plugin that can compute a bottom for a series from another
|
483
|
+
series, useful for filling areas between lines.
|
484
|
+
|
485
|
+
See new example percentiles.html for a use case.
|
486
|
+
|
487
|
+
- More predictable handling of gaps for the stacking plugin, now all
|
488
|
+
undefined ranges are skipped.
|
489
|
+
|
490
|
+
- Stacking plugin can stack horizontal bar charts.
|
491
|
+
|
492
|
+
- Navigate plugin now redraws the plot while panning instead of only after
|
493
|
+
the fact. (raised by lastthemy, issue 235)
|
494
|
+
|
495
|
+
Can be disabled by setting the pan.frameRate option to null.
|
496
|
+
|
497
|
+
- Date formatter now accepts %0m and %0d to get a zero-padded month or day.
|
498
|
+
(issue raised by Maximillian Dornseif)
|
499
|
+
|
500
|
+
- Revamped internals to support an unlimited number of axes, not just dual.
|
501
|
+
(sponsored by Flight Data Services, www.flightdataservices.com)
|
502
|
+
|
503
|
+
- New setting on axes, "tickLength", to control the size of ticks or turn
|
504
|
+
them off without turning off the labels.
|
505
|
+
|
506
|
+
- Axis labels are now put in container divs with classes, for instance labels
|
507
|
+
in the x axes can be reached via ".xAxis .tickLabel".
|
508
|
+
|
509
|
+
- Support for setting the color of an axis. (sponsored by Flight Data
|
510
|
+
Services, www.flightdataservices.com)
|
511
|
+
|
512
|
+
- Tick color is now auto-generated as the base color with some transparency,
|
513
|
+
unless you override it.
|
514
|
+
|
515
|
+
- Support for aligning ticks in the axes with "alignTicksWithAxis" to ensure
|
516
|
+
that they appear next to each other rather than in between, at the expense
|
517
|
+
of possibly awkward tick steps. (sponsored by Flight Data Services,
|
518
|
+
www.flightdataservices.com)
|
519
|
+
|
520
|
+
- Support for customizing the point type through a callback when plotting
|
521
|
+
points and new symbol plugin with some predefined point types. (sponsored
|
522
|
+
by Utility Data Corporation)
|
523
|
+
|
524
|
+
- Resize plugin for automatically redrawing when the placeholder changes
|
525
|
+
size, e.g. on window resizes. (sponsored by Novus Partners)
|
526
|
+
|
527
|
+
A resize() method has been added to plot object facilitate this.
|
528
|
+
|
529
|
+
- Support Infinity/-Infinity for plotting asymptotes by hacking it into
|
530
|
+
+/-Number.MAX_VALUE. (reported by rabaea.mircea)
|
531
|
+
|
532
|
+
- Support for restricting navigate plugin to not pan/zoom an axis. (based on
|
533
|
+
patch by kkaefer)
|
534
|
+
|
535
|
+
- Support for providing the drag cursor for the navigate plugin as an option.
|
536
|
+
(based on patch by Kelly T. Moore)
|
537
|
+
|
538
|
+
- Options for controlling whether an axis is shown or not (suggestion by Timo
|
539
|
+
Tuominen) and whether to reserve space for it even if it isn't shown.
|
540
|
+
|
541
|
+
- New attribute $.plot.version with the Flot version as a string.
|
542
|
+
|
543
|
+
- The version comment is now included in the minified jquery.flot.min.js.
|
544
|
+
|
545
|
+
- New options.grid.minBorderMargin for adjusting the minimum margin provided
|
546
|
+
around the border (based on patch by corani, issue 188).
|
547
|
+
|
548
|
+
- Refactor replot behaviour so Flot tries to reuse the existing canvas,
|
549
|
+
adding shutdown() methods to the plot. (based on patch by Ryley Breiddal,
|
550
|
+
issue 269)
|
551
|
+
|
552
|
+
This prevents a memory leak in Chrome and hopefully makes replotting faster
|
553
|
+
for those who are using $.plot instead of .setData()/.draw(). Also update
|
554
|
+
jQuery to 1.5.1 to prevent IE leaks fixed in jQuery.
|
555
|
+
|
556
|
+
- New real-time line chart example.
|
557
|
+
|
558
|
+
- New hooks: drawSeries, shutdown.
|
559
|
+
|
560
|
+
### Bug fixes ###
|
561
|
+
|
562
|
+
- Fixed problem with findNearbyItem and bars on top of each other. (reported
|
563
|
+
by ragingchikn, issue 242)
|
564
|
+
|
565
|
+
- Fixed problem with ticks and the border. (based on patch from
|
566
|
+
ultimatehustler69, issue 236)
|
567
|
+
|
568
|
+
- Fixed problem with plugins adding options to the series objects.
|
569
|
+
|
570
|
+
- Fixed a problem introduced in 0.6 with specifying a gradient with:
|
571
|
+
|
572
|
+
```{brightness: x, opacity: y }```
|
573
|
+
|
574
|
+
- Don't use $.browser.msie, check for getContext on the created canvas element
|
575
|
+
instead and try to use excanvas if it's not found.
|
576
|
+
|
577
|
+
Fixes IE 9 compatibility.
|
578
|
+
|
579
|
+
- highlight(s, index) was looking up the point in the original s.data instead
|
580
|
+
of in the computed datapoints array, which breaks with plugins that modify
|
581
|
+
the datapoints, such as the stacking plugin. (reported by curlypaul924,
|
582
|
+
issue 316)
|
583
|
+
|
584
|
+
- More robust handling of axis from data passed in from getData(). (reported)
|
585
|
+
by Morgan)
|
586
|
+
|
587
|
+
- Fixed problem with turning off bar outline. (fix by Jordi Castells,
|
588
|
+
issue 253)
|
589
|
+
|
590
|
+
- Check the selection passed into setSelection in the selection
|
591
|
+
plugin, to guard against errors when synchronizing plots (fix by Lau
|
592
|
+
Bech Lauritzen).
|
593
|
+
|
594
|
+
- Fix bug in crosshair code with mouseout resetting the crosshair even
|
595
|
+
if it is locked (fix by Lau Bech Lauritzen and Banko Adam).
|
596
|
+
|
597
|
+
- Fix bug with points plotting using line width from lines rather than
|
598
|
+
points.
|
599
|
+
|
600
|
+
- Fix bug with passing non-array 0 data (for plugins that don't expect
|
601
|
+
arrays, patch by vpapp1).
|
602
|
+
|
603
|
+
- Fix errors in JSON in examples so they work with jQuery 1.4.2
|
604
|
+
(fix reported by honestbleeps, issue 357).
|
605
|
+
|
606
|
+
- Fix bug with tooltip in interacting.html, this makes the tooltip
|
607
|
+
much smoother (fix by bdkahn). Fix related bug inside highlighting
|
608
|
+
handler in Flot.
|
609
|
+
|
610
|
+
- Use closure trick to make inline colorhelpers plugin respect
|
611
|
+
jQuery.noConflict(true), renaming the global jQuery object (reported
|
612
|
+
by Nick Stielau).
|
613
|
+
|
614
|
+
- Listen for mouseleave events and fire a plothover event with empty
|
615
|
+
item when it occurs to drop highlights when the mouse leaves the
|
616
|
+
plot (reported by by outspirit).
|
617
|
+
|
618
|
+
- Fix bug with using aboveData with a background (reported by
|
619
|
+
amitayd).
|
620
|
+
|
621
|
+
- Fix possible excanvas leak (report and suggested fix by tom9729).
|
622
|
+
|
623
|
+
- Fix bug with backwards compatibility for shadowSize = 0 (report and
|
624
|
+
suggested fix by aspinak).
|
625
|
+
|
626
|
+
- Adapt examples to skip loading excanvas (fix by Ryley Breiddal).
|
627
|
+
|
628
|
+
- Fix bug that prevent a simple f(x) = -x transform from working
|
629
|
+
correctly (fix by Mike, issue 263).
|
630
|
+
|
631
|
+
- Fix bug in restoring cursor in navigate plugin (reported by Matteo
|
632
|
+
Gattanini, issue 395).
|
633
|
+
|
634
|
+
- Fix bug in picking items when transform/inverseTransform is in use
|
635
|
+
(reported by Ofri Raviv, and patches and analysis by Jan and Tom
|
636
|
+
Paton, issue 334 and 467).
|
637
|
+
|
638
|
+
- Fix problem with unaligned ticks and hover/click events caused by
|
639
|
+
padding on the placeholder by hardcoding the placeholder padding to
|
640
|
+
0 (reported by adityadineshsaxena, Matt Sommer, Daniel Atos and some
|
641
|
+
other people, issue 301).
|
642
|
+
|
643
|
+
- Update colorhelpers plugin to avoid dying when trying to parse an
|
644
|
+
invalid string (reported by cadavor, issue 483).
|
645
|
+
|
646
|
+
|
647
|
+
|
648
|
+
## Flot 0.6 ##
|
649
|
+
|
650
|
+
### API changes ###
|
651
|
+
|
652
|
+
Selection support has been moved to a plugin. Thus if you're passing
|
653
|
+
selection: { mode: something }, you MUST include the file
|
654
|
+
jquery.flot.selection.js after jquery.flot.js. This reduces the size of
|
655
|
+
base Flot and makes it easier to customize the selection as well as
|
656
|
+
improving code clarity. The change is based on a patch from andershol.
|
657
|
+
|
658
|
+
In the global options specified in the $.plot command, "lines", "points",
|
659
|
+
"bars" and "shadowSize" have been moved to a sub-object called "series":
|
660
|
+
|
661
|
+
```js
|
662
|
+
$.plot(placeholder, data, { lines: { show: true }})
|
663
|
+
```
|
664
|
+
|
665
|
+
should be changed to
|
666
|
+
|
667
|
+
```js
|
668
|
+
$.plot(placeholder, data, { series: { lines: { show: true }}})
|
669
|
+
```
|
670
|
+
|
671
|
+
All future series-specific options will go into this sub-object to
|
672
|
+
simplify plugin writing. Backward-compatibility code is in place, so
|
673
|
+
old code should not break.
|
674
|
+
|
675
|
+
"plothover" no longer provides the original data point, but instead a
|
676
|
+
normalized one, since there may be no corresponding original point.
|
677
|
+
|
678
|
+
Due to a bug in previous versions of jQuery, you now need at least
|
679
|
+
jQuery 1.2.6. But if you can, try jQuery 1.3.2 as it got some improvements
|
680
|
+
in event handling speed.
|
681
|
+
|
682
|
+
## Changes ##
|
683
|
+
|
684
|
+
- Added support for disabling interactivity for specific data series.
|
685
|
+
(request from Ronald Schouten and Steve Upton)
|
686
|
+
|
687
|
+
- Flot now calls $() on the placeholder and optional legend container passed
|
688
|
+
in so you can specify DOM elements or CSS expressions to make it easier to
|
689
|
+
use Flot with libraries like Prototype or Mootools or through raw JSON from
|
690
|
+
Ajax responses.
|
691
|
+
|
692
|
+
- A new "plotselecting" event is now emitted while the user is making a
|
693
|
+
selection.
|
694
|
+
|
695
|
+
- The "plothover" event is now emitted immediately instead of at most 10
|
696
|
+
times per second, you'll have to put in a setTimeout yourself if you're
|
697
|
+
doing something really expensive on this event.
|
698
|
+
|
699
|
+
- The built-in date formatter can now be accessed as $.plot.formatDate(...)
|
700
|
+
(suggestion by Matt Manela) and even replaced.
|
701
|
+
|
702
|
+
- Added "borderColor" option to the grid. (patches from Amaury Chamayou and
|
703
|
+
Mike R. Williamson)
|
704
|
+
|
705
|
+
- Added support for gradient backgrounds for the grid. (based on patch from
|
706
|
+
Amaury Chamayou, issue 90)
|
707
|
+
|
708
|
+
The "setting options" example provides a demonstration.
|
709
|
+
|
710
|
+
- Gradient bars. (suggestion by stefpet)
|
711
|
+
|
712
|
+
- Added a "plotunselected" event which is triggered when the selection is
|
713
|
+
removed, see "selection" example. (suggestion by Meda Ugo)
|
714
|
+
|
715
|
+
- The option legend.margin can now specify horizontal and vertical margins
|
716
|
+
independently. (suggestion by someone who's annoyed)
|
717
|
+
|
718
|
+
- Data passed into Flot is now copied to a new canonical format to enable
|
719
|
+
further processing before it hits the drawing routines. As a side-effect,
|
720
|
+
this should make Flot more robust in the face of bad data. (issue 112)
|
721
|
+
|
722
|
+
- Step-wise charting: line charts have a new option "steps" that when set to
|
723
|
+
true connects the points with horizontal/vertical steps instead of diagonal
|
724
|
+
lines.
|
725
|
+
|
726
|
+
- The legend labelFormatter now passes the series in addition to just the
|
727
|
+
label. (suggestion by Vincent Lemeltier)
|
728
|
+
|
729
|
+
- Horizontal bars (based on patch by Jason LeBrun).
|
730
|
+
|
731
|
+
- Support for partial bars by specifying a third coordinate, i.e. they don't
|
732
|
+
have to start from the axis. This can be used to make stacked bars.
|
733
|
+
|
734
|
+
- New option to disable the (grid.show).
|
735
|
+
|
736
|
+
- Added pointOffset method for converting a point in data space to an offset
|
737
|
+
within the placeholder.
|
738
|
+
|
739
|
+
- Plugin system: register an init method in the $.flot.plugins array to get
|
740
|
+
started, see PLUGINS.txt for details on how to write plugins (it's easy).
|
741
|
+
There are also some extra methods to enable access to internal state.
|
742
|
+
|
743
|
+
- Hooks: you can register functions that are called while Flot is crunching
|
744
|
+
the data and doing the plot. This can be used to modify Flot without
|
745
|
+
changing the source, useful for writing plugins. Some hooks are defined,
|
746
|
+
more are likely to come.
|
747
|
+
|
748
|
+
- Threshold plugin: you can set a threshold and a color, and the data points
|
749
|
+
below that threshold will then get the color. Useful for marking data
|
750
|
+
below 0, for instance.
|
751
|
+
|
752
|
+
- Stack plugin: you can specify a stack key for each series to have them
|
753
|
+
summed. This is useful for drawing additive/cumulative graphs with bars and
|
754
|
+
(currently unfilled) lines.
|
755
|
+
|
756
|
+
- Crosshairs plugin: trace the mouse position on the axes, enable with
|
757
|
+
crosshair: { mode: "x"} (see the new tracking example for a use).
|
758
|
+
|
759
|
+
- Image plugin: plot prerendered images.
|
760
|
+
|
761
|
+
- Navigation plugin for panning and zooming a plot.
|
762
|
+
|
763
|
+
- More configurable grid.
|
764
|
+
|
765
|
+
- Axis transformation support, useful for non-linear plots, e.g. log axes and
|
766
|
+
compressed time axes (like omitting weekends).
|
767
|
+
|
768
|
+
- Support for twelve-hour date formatting (patch by Forrest Aldridge).
|
769
|
+
|
770
|
+
- The color parsing code in Flot has been cleaned up and split out so it's
|
771
|
+
now available as a separate jQuery plugin. It's included inline in the Flot
|
772
|
+
source to make dependency managing easier. This also makes it really easy
|
773
|
+
to use the color helpers in Flot plugins.
|
774
|
+
|
775
|
+
## Bug fixes ##
|
776
|
+
|
777
|
+
- Fixed two corner-case bugs when drawing filled curves. (report and analysis
|
778
|
+
by Joshua Varner)
|
779
|
+
|
780
|
+
- Fix auto-adjustment code when setting min to 0 for an axis where the
|
781
|
+
dataset is completely flat on that axis. (report by chovy)
|
782
|
+
|
783
|
+
- Fixed a bug with passing in data from getData to setData when the secondary
|
784
|
+
axes are used. (reported by nperelman, issue 65)
|
785
|
+
|
786
|
+
- Fixed so that it is possible to turn lines off when no other chart type is
|
787
|
+
shown (based on problem reported by Glenn Vanderburg), and fixed so that
|
788
|
+
setting lineWidth to 0 also hides the shadow. (based on problem reported by
|
789
|
+
Sergio Nunes)
|
790
|
+
|
791
|
+
- Updated mousemove position expression to the latest from jQuery. (reported
|
792
|
+
by meyuchas)
|
793
|
+
|
794
|
+
- Use CSS borders instead of background in legend. (issues 25 and 45)
|
795
|
+
|
796
|
+
- Explicitly convert axis min/max to numbers.
|
797
|
+
|
798
|
+
- Fixed a bug with drawing marking lines with different colors. (reported by
|
799
|
+
Khurram)
|
800
|
+
|
801
|
+
- Fixed a bug with returning y2 values in the selection event. (fix by
|
802
|
+
exists, issue 75)
|
803
|
+
|
804
|
+
- Only set position relative on placeholder if it hasn't already a position
|
805
|
+
different from static. (reported by kyberneticist, issue 95)
|
806
|
+
|
807
|
+
- Don't round markings to prevent sub-pixel problems. (reported by
|
808
|
+
Dan Lipsitt)
|
809
|
+
|
810
|
+
- Make the grid border act similarly to a regular CSS border, i.e. prevent
|
811
|
+
it from overlapping the plot itself. This also fixes a problem with anti-
|
812
|
+
aliasing when the width is 1 pixel. (reported by Anthony Ettinger)
|
813
|
+
|
814
|
+
- Imported version 3 of excanvas and fixed two issues with the newer version.
|
815
|
+
Hopefully, this will make Flot work with IE8. (nudge by Fabien Menager,
|
816
|
+
further analysis by Booink, issue 133)
|
817
|
+
|
818
|
+
- Changed the shadow code for lines to hopefully look a bit better with
|
819
|
+
vertical lines.
|
820
|
+
|
821
|
+
- Round tick positions to avoid possible problems with fractions. (suggestion
|
822
|
+
by Fred, issue 130)
|
823
|
+
|
824
|
+
- Made the heuristic for determining how many ticks to aim for a bit smarter.
|
825
|
+
|
826
|
+
- Fix for uneven axis margins (report and patch by Paul Kienzle) and snapping
|
827
|
+
to ticks. (report and patch by lifthrasiir)
|
828
|
+
|
829
|
+
- Fixed bug with slicing in findNearbyItems. (patch by zollman)
|
830
|
+
|
831
|
+
- Make heuristic for x axis label widths more dynamic. (patch by
|
832
|
+
rickinhethuis)
|
833
|
+
|
834
|
+
- Make sure points on top take precedence when finding nearby points when
|
835
|
+
hovering. (reported by didroe, issue 224)
|
836
|
+
|
837
|
+
|
838
|
+
|
839
|
+
## Flot 0.5 ##
|
840
|
+
|
841
|
+
Timestamps are now in UTC. Also "selected" event -> becomes "plotselected"
|
842
|
+
with new data, the parameters for setSelection are now different (but
|
843
|
+
backwards compatibility hooks are in place), coloredAreas becomes markings
|
844
|
+
with a new interface (but backwards compatibility hooks are in place).
|
845
|
+
|
846
|
+
### API changes ###
|
847
|
+
|
848
|
+
Timestamps in time mode are now displayed according to UTC instead of the time
|
849
|
+
zone of the visitor. This affects the way the timestamps should be input;
|
850
|
+
you'll probably have to offset the timestamps according to your local time
|
851
|
+
zone. It also affects any custom date handling code (which basically now
|
852
|
+
should use the equivalent UTC date mehods, e.g. .setUTCMonth() instead of
|
853
|
+
.setMonth().
|
854
|
+
|
855
|
+
Markings, previously coloredAreas, are now specified as ranges on the axes,
|
856
|
+
like ```{ xaxis: { from: 0, to: 10 }}```. Furthermore with markings you can
|
857
|
+
now draw horizontal/vertical lines by setting from and to to the same
|
858
|
+
coordinate. (idea from line support patch by by Ryan Funduk)
|
859
|
+
|
860
|
+
Interactivity: added a new "plothover" event and this and the "plotclick"
|
861
|
+
event now returns the closest data item (based on patch by /david, patch by
|
862
|
+
Mark Byers for bar support). See the revamped "interacting with the data"
|
863
|
+
example for some hints on what you can do.
|
864
|
+
|
865
|
+
Highlighting: you can now highlight points and datapoints are autohighlighted
|
866
|
+
when you hover over them (if hovering is turned on).
|
867
|
+
|
868
|
+
Support for dual axis has been added (based on patch by someone who's annoyed
|
869
|
+
and /david). For each data series you can specify which axes it belongs to,
|
870
|
+
and there are two more axes, x2axis and y2axis, to customize. This affects the
|
871
|
+
"selected" event which has been renamed to "plotselected" and spews out
|
872
|
+
```{ xaxis: { from: -10, to: 20 } ... },``` setSelection in which the
|
873
|
+
parameters are on a new form (backwards compatible hooks are in place so old
|
874
|
+
code shouldn't break) and markings (formerly coloredAreas).
|
875
|
+
|
876
|
+
## Changes ##
|
877
|
+
|
878
|
+
- Added support for specifying the size of tick labels (axis.labelWidth,
|
879
|
+
axis.labelHeight). Useful for specifying a max label size to keep multiple
|
880
|
+
plots aligned.
|
881
|
+
|
882
|
+
- The "fill" option can now be a number that specifies the opacity of the
|
883
|
+
fill.
|
884
|
+
|
885
|
+
- You can now specify a coordinate as null (like [2, null]) and Flot will
|
886
|
+
take the other coordinate into account when scaling the axes. (based on
|
887
|
+
patch by joebno)
|
888
|
+
|
889
|
+
- New option for bars "align". Set it to "center" to center the bars on the
|
890
|
+
value they represent.
|
891
|
+
|
892
|
+
- setSelection now takes a second parameter which you can use to prevent the
|
893
|
+
method from firing the "plotselected" handler.
|
894
|
+
|
895
|
+
- Improved the handling of axis auto-scaling with bars.
|
896
|
+
|
897
|
+
## Bug fixes ##
|
898
|
+
|
899
|
+
- Fixed a bug in calculating spacing around the plot. (reported by
|
900
|
+
timothytoe)
|
901
|
+
|
902
|
+
- Fixed a bug in finding max values for all-negative data sets.
|
903
|
+
|
904
|
+
- Prevent the possibility of eternal looping in tick calculations.
|
905
|
+
|
906
|
+
- Fixed a bug when borderWidth is set to 0. (reported by Rob/sanchothefat)
|
907
|
+
|
908
|
+
- Fixed a bug with drawing bars extending below 0. (reported by James Hewitt,
|
909
|
+
patch by Ryan Funduk).
|
910
|
+
|
911
|
+
- Fixed a bug with line widths of bars. (reported by MikeM)
|
912
|
+
|
913
|
+
- Fixed a bug with 'nw' and 'sw' legend positions.
|
914
|
+
|
915
|
+
- Fixed a bug with multi-line x-axis tick labels. (reported by Luca Ciano,
|
916
|
+
IE-fix help by Savage Zhang)
|
917
|
+
|
918
|
+
- Using the "container" option in legend now overwrites the container element
|
919
|
+
instead of just appending to it, fixing the infinite legend bug. (reported
|
920
|
+
by several people, fix by Brad Dewey)
|
921
|
+
|
922
|
+
|
923
|
+
|
924
|
+
## Flot 0.4 ##
|
925
|
+
|
926
|
+
### API changes ###
|
927
|
+
|
928
|
+
Deprecated axis.noTicks in favor of just specifying the number as axis.ticks.
|
929
|
+
So ```xaxis: { noTicks: 10 }``` becomes ```xaxis: { ticks: 10 }```.
|
930
|
+
|
931
|
+
Time series support. Specify axis.mode: "time", put in Javascript timestamps
|
932
|
+
as data, and Flot will automatically spit out sensible ticks. Take a look at
|
933
|
+
the two new examples. The format can be customized with axis.timeformat and
|
934
|
+
axis.monthNames, or if that fails with axis.tickFormatter.
|
935
|
+
|
936
|
+
Support for colored background areas via grid.coloredAreas. Specify an array
|
937
|
+
of { x1, y1, x2, y2 } objects or a function that returns these given
|
938
|
+
{ xmin, xmax, ymin, ymax }.
|
939
|
+
|
940
|
+
More members on the plot object (report by Chris Davies and others).
|
941
|
+
"getData" for inspecting the assigned settings on data series (e.g. color) and
|
942
|
+
"setData", "setupGrid" and "draw" for updating the contents without a total
|
943
|
+
replot.
|
944
|
+
|
945
|
+
The default number of ticks to aim for is now dependent on the size of the
|
946
|
+
plot in pixels. Support for customizing tick interval sizes directly with
|
947
|
+
axis.minTickSize and axis.tickSize.
|
948
|
+
|
949
|
+
Cleaned up the automatic axis scaling algorithm and fixed how it interacts
|
950
|
+
with ticks. Also fixed a couple of tick-related corner case bugs (one reported
|
951
|
+
by mainstreetmark, another reported by timothytoe).
|
952
|
+
|
953
|
+
The option axis.tickFormatter now takes a function with two parameters, the
|
954
|
+
second parameter is an optional object with information about the axis. It has
|
955
|
+
min, max, tickDecimals, tickSize.
|
956
|
+
|
957
|
+
## Changes ##
|
958
|
+
|
959
|
+
- Added support for segmented lines. (based on patch from Michael MacDonald)
|
960
|
+
|
961
|
+
- Added support for ignoring null and bad values. (suggestion from Nick
|
962
|
+
Konidaris and joshwaihi)
|
963
|
+
|
964
|
+
- Added support for changing the border width. (thanks to joebno and safoo)
|
965
|
+
|
966
|
+
- Label colors can be changed via CSS by selecting the tickLabel class.
|
967
|
+
|
968
|
+
## Bug fixes ##
|
969
|
+
|
970
|
+
- Fixed a bug in handling single-item bar series. (reported by Emil Filipov)
|
971
|
+
|
972
|
+
- Fixed erratic behaviour when interacting with the plot with IE 7. (reported
|
973
|
+
by Lau Bech Lauritzen).
|
974
|
+
|
975
|
+
- Prevent IE/Safari text selection when selecting stuff on the canvas.
|
976
|
+
|
977
|
+
|
978
|
+
|
979
|
+
## Flot 0.3 ##
|
980
|
+
|
981
|
+
This is mostly a quick-fix release because jquery.js wasn't included in the
|
982
|
+
previous zip/tarball.
|
983
|
+
|
984
|
+
## Changes ##
|
985
|
+
|
986
|
+
- Include jquery.js in the zip/tarball.
|
987
|
+
|
988
|
+
- Support clicking on the plot. Turn it on with grid: { clickable: true },
|
989
|
+
then you get a "plotclick" event on the graph placeholder with the position
|
990
|
+
in units of the plot.
|
991
|
+
|
992
|
+
## Bug fixes ##
|
993
|
+
|
994
|
+
- Fixed a bug in dealing with data where min = max. (thanks to Michael
|
995
|
+
Messinides)
|
996
|
+
|
997
|
+
|
998
|
+
|
999
|
+
## Flot 0.2 ##
|
1000
|
+
|
1001
|
+
The API should now be fully documented.
|
1002
|
+
|
1003
|
+
### API changes ###
|
1004
|
+
|
1005
|
+
Moved labelMargin option to grid from x/yaxis.
|
1006
|
+
|
1007
|
+
## Changes ##
|
1008
|
+
|
1009
|
+
- Added support for putting a background behind the default legend. The
|
1010
|
+
default is the partly transparent background color. Added backgroundColor
|
1011
|
+
and backgroundOpacity to the legend options to control this.
|
1012
|
+
|
1013
|
+
- The ticks options can now be a callback function that takes one parameter,
|
1014
|
+
an object with the attributes min and max. The function should return a
|
1015
|
+
ticks array.
|
1016
|
+
|
1017
|
+
- Added labelFormatter option in legend, useful for turning the legend
|
1018
|
+
labels into links.
|
1019
|
+
|
1020
|
+
- Reduced the size of the code. (patch by Guy Fraser)
|
1021
|
+
|
1022
|
+
|
1023
|
+
|
1024
|
+
## Flot 0.1 ##
|
1025
|
+
|
1026
|
+
First public release.
|