card 1.96.2 → 1.96.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/config/initializers/patches.rb +1 -1
- data/db/migrate_core_cards/20130823192433_add_style_cards.rb +1 -1
- data/db/migrate_core_cards/20170314175313_add_notification_event_card.rb +2 -3
- data/db/migrate_core_cards/data/1.11_help_text.json +16 -16
- data/db/migrate_core_cards/data/1.13_config_text.json +2 -2
- data/db/migrate_core_cards/data/1.14_config_descriptions_etc.json +12 -12
- data/db/migrate_core_cards/data/bootstrap_layout.json +1 -1
- data/db/seed/new/card_actions.yml +799 -799
- data/db/seed/new/card_acts.yml +2 -2
- data/db/seed/new/cards.yml +1610 -1610
- data/db/seed/new/schema_migrations.yml +8 -10
- data/db/seed/test/fixtures/card_actions.yml +1789 -1789
- data/db/seed/test/fixtures/card_acts.yml +447 -447
- data/db/seed/test/fixtures/card_changes.yml +66 -66
- data/db/seed/test/fixtures/card_references.yml +575 -575
- data/db/seed/test/fixtures/cards.yml +2612 -2612
- data/db/seed/test/seed.rb +2 -1
- data/lib/card/format/error.rb +12 -6
- data/lib/card/model/save_helper.rb +2 -1
- data/lib/card/query.rb +1 -1
- data/lib/card/set.rb +22 -12
- data/lib/card/view/cache.rb +3 -3
- data/lib/cardio.rb +3 -1
- data/mod/ace_editor/db/migrate_core_cards/20160804112538_add_ace_cards.rb +1 -1
- data/mod/basic_formats/set/all/base.rb +16 -2
- data/mod/basic_formats/set/all/json.rb +16 -14
- data/mod/bootstrap/lib/stylesheets/style_bootstrap_cards.scss +54 -4
- data/mod/bootstrap/vendor/bootstrap/Gemfile +3 -3
- data/mod/bootstrap/vendor/bootstrap/Gemfile.lock +15 -15
- data/mod/bootstrap/vendor/bootstrap/README.md +36 -30
- data/mod/bootstrap/vendor/bootstrap/_config.yml +12 -30
- data/mod/bootstrap/vendor/bootstrap/build/build-plugins.js +81 -0
- data/mod/bootstrap/vendor/bootstrap/build/generate-sri.js +2 -2
- data/mod/bootstrap/vendor/bootstrap/build/workbox.config.json +1 -1
- data/mod/bootstrap/vendor/bootstrap/build/workbox.js +1 -1
- data/mod/bootstrap/vendor/bootstrap/dist/css/bootstrap-grid.css +1 -1
- data/mod/bootstrap/vendor/bootstrap/dist/css/bootstrap-grid.css.map +1 -1
- data/mod/bootstrap/vendor/bootstrap/dist/css/bootstrap-grid.min.css +1 -1
- data/mod/bootstrap/vendor/bootstrap/dist/css/bootstrap-grid.min.css.map +1 -1
- data/mod/bootstrap/vendor/bootstrap/dist/css/bootstrap-reboot.css +5 -4
- data/mod/bootstrap/vendor/bootstrap/dist/css/bootstrap-reboot.css.map +1 -1
- data/mod/bootstrap/vendor/bootstrap/dist/css/bootstrap-reboot.min.css +2 -2
- data/mod/bootstrap/vendor/bootstrap/dist/css/bootstrap-reboot.min.css.map +1 -1
- data/mod/bootstrap/vendor/bootstrap/dist/css/bootstrap.css +145 -96
- data/mod/bootstrap/vendor/bootstrap/dist/css/bootstrap.css.map +1 -1
- data/mod/bootstrap/vendor/bootstrap/dist/css/bootstrap.min.css +2 -2
- data/mod/bootstrap/vendor/bootstrap/dist/css/bootstrap.min.css.map +1 -1
- data/mod/bootstrap/vendor/bootstrap/dist/js/bootstrap.bundle.js +123 -106
- data/mod/bootstrap/vendor/bootstrap/dist/js/bootstrap.bundle.js.map +1 -1
- data/mod/bootstrap/vendor/bootstrap/dist/js/bootstrap.bundle.min.js +2 -2
- data/mod/bootstrap/vendor/bootstrap/dist/js/bootstrap.bundle.min.js.map +1 -1
- data/mod/bootstrap/vendor/bootstrap/dist/js/bootstrap.js +123 -106
- data/mod/bootstrap/vendor/bootstrap/dist/js/bootstrap.js.map +1 -1
- data/mod/bootstrap/vendor/bootstrap/dist/js/bootstrap.min.js +2 -2
- data/mod/bootstrap/vendor/bootstrap/dist/js/bootstrap.min.js.map +1 -1
- data/mod/bootstrap/vendor/bootstrap/js/dist/alert.js +160 -134
- data/mod/bootstrap/vendor/bootstrap/js/dist/alert.js.map +1 -1
- data/mod/bootstrap/vendor/bootstrap/js/dist/button.js +150 -125
- data/mod/bootstrap/vendor/bootstrap/js/dist/button.js.map +1 -1
- data/mod/bootstrap/vendor/bootstrap/js/dist/carousel.js +465 -406
- data/mod/bootstrap/vendor/bootstrap/js/dist/carousel.js.map +1 -1
- data/mod/bootstrap/vendor/bootstrap/js/dist/collapse.js +338 -274
- data/mod/bootstrap/vendor/bootstrap/js/dist/collapse.js.map +1 -1
- data/mod/bootstrap/vendor/bootstrap/js/dist/dropdown.js +442 -379
- data/mod/bootstrap/vendor/bootstrap/js/dist/dropdown.js.map +1 -1
- data/mod/bootstrap/vendor/bootstrap/js/dist/index.js +1 -1
- data/mod/bootstrap/vendor/bootstrap/js/dist/index.js.map +1 -1
- data/mod/bootstrap/vendor/bootstrap/js/dist/modal.js +503 -454
- data/mod/bootstrap/vendor/bootstrap/js/dist/modal.js.map +1 -1
- data/mod/bootstrap/vendor/bootstrap/js/dist/popover.js +224 -164
- data/mod/bootstrap/vendor/bootstrap/js/dist/popover.js.map +1 -1
- data/mod/bootstrap/vendor/bootstrap/js/dist/scrollspy.js +308 -248
- data/mod/bootstrap/vendor/bootstrap/js/dist/scrollspy.js.map +1 -1
- data/mod/bootstrap/vendor/bootstrap/js/dist/tab.js +218 -191
- data/mod/bootstrap/vendor/bootstrap/js/dist/tab.js.map +1 -1
- data/mod/bootstrap/vendor/bootstrap/js/dist/tooltip.js +584 -524
- data/mod/bootstrap/vendor/bootstrap/js/dist/tooltip.js.map +1 -1
- data/mod/bootstrap/vendor/bootstrap/js/dist/util.js +130 -118
- data/mod/bootstrap/vendor/bootstrap/js/dist/util.js.map +1 -1
- data/mod/bootstrap/vendor/bootstrap/js/src/alert.js +3 -3
- data/mod/bootstrap/vendor/bootstrap/js/src/button.js +7 -7
- data/mod/bootstrap/vendor/bootstrap/js/src/carousel.js +16 -13
- data/mod/bootstrap/vendor/bootstrap/js/src/collapse.js +25 -21
- data/mod/bootstrap/vendor/bootstrap/js/src/dropdown.js +16 -9
- data/mod/bootstrap/vendor/bootstrap/js/src/index.js +1 -1
- data/mod/bootstrap/vendor/bootstrap/js/src/modal.js +30 -30
- data/mod/bootstrap/vendor/bootstrap/js/src/popover.js +2 -2
- data/mod/bootstrap/vendor/bootstrap/js/src/scrollspy.js +12 -9
- data/mod/bootstrap/vendor/bootstrap/js/src/tab.js +5 -4
- data/mod/bootstrap/vendor/bootstrap/js/src/tooltip.js +11 -9
- data/mod/bootstrap/vendor/bootstrap/js/src/util.js +2 -3
- data/mod/bootstrap/vendor/bootstrap/js/tests/index.html +4 -4
- data/mod/bootstrap/vendor/bootstrap/js/tests/karma-bundle.conf.js +2 -2
- data/mod/bootstrap/vendor/bootstrap/js/tests/karma.conf.js +7 -2
- data/mod/bootstrap/vendor/bootstrap/js/tests/unit/alert.js +1 -0
- data/mod/bootstrap/vendor/bootstrap/js/tests/unit/button.js +1 -0
- data/mod/bootstrap/vendor/bootstrap/js/tests/unit/carousel.js +1 -0
- data/mod/bootstrap/vendor/bootstrap/js/tests/unit/collapse.js +1 -0
- data/mod/bootstrap/vendor/bootstrap/js/tests/unit/dropdown.js +69 -0
- data/mod/bootstrap/vendor/bootstrap/js/tests/unit/modal.js +3 -43
- data/mod/bootstrap/vendor/bootstrap/js/tests/unit/popover.js +1 -0
- data/mod/bootstrap/vendor/bootstrap/js/tests/unit/scrollspy.js +1 -0
- data/mod/bootstrap/vendor/bootstrap/js/tests/unit/tab.js +1 -0
- data/mod/bootstrap/vendor/bootstrap/js/tests/unit/tooltip.js +24 -40
- data/mod/bootstrap/vendor/bootstrap/js/tests/unit/util.js +5 -1
- data/mod/bootstrap/vendor/bootstrap/js/tests/visual/alert.html +1 -1
- data/mod/bootstrap/vendor/bootstrap/js/tests/visual/button.html +1 -1
- data/mod/bootstrap/vendor/bootstrap/js/tests/visual/carousel.html +1 -2
- data/mod/bootstrap/vendor/bootstrap/js/tests/visual/collapse.html +15 -1
- data/mod/bootstrap/vendor/bootstrap/js/tests/visual/dropdown.html +2 -2
- data/mod/bootstrap/vendor/bootstrap/js/tests/visual/modal.html +8 -8
- data/mod/bootstrap/vendor/bootstrap/js/tests/visual/popover.html +2 -2
- data/mod/bootstrap/vendor/bootstrap/js/tests/visual/scrollspy.html +1 -2
- data/mod/bootstrap/vendor/bootstrap/js/tests/visual/tab.html +3 -2
- data/mod/bootstrap/vendor/bootstrap/js/tests/visual/tooltip.html +35 -23
- data/mod/bootstrap/vendor/bootstrap/nuget/bootstrap.nuspec +5 -1
- data/mod/bootstrap/vendor/bootstrap/nuget/bootstrap.sass.nuspec +5 -1
- data/mod/bootstrap/vendor/bootstrap/package-lock.json +5397 -7292
- data/mod/bootstrap/vendor/bootstrap/package.js +1 -1
- data/mod/bootstrap/vendor/bootstrap/package.json +63 -64
- data/mod/bootstrap/vendor/bootstrap/scss/_buttons.scss +0 -1
- data/mod/bootstrap/vendor/bootstrap/scss/_carousel.scss +1 -1
- data/mod/bootstrap/vendor/bootstrap/scss/_close.scss +8 -7
- data/mod/bootstrap/vendor/bootstrap/scss/_custom-forms.scss +32 -20
- data/mod/bootstrap/vendor/bootstrap/scss/_forms.scss +13 -15
- data/mod/bootstrap/vendor/bootstrap/scss/_functions.scss +1 -1
- data/mod/bootstrap/vendor/bootstrap/scss/_input-group.scss +22 -7
- data/mod/bootstrap/vendor/bootstrap/scss/_modal.scss +18 -6
- data/mod/bootstrap/vendor/bootstrap/scss/_navbar.scss +2 -2
- data/mod/bootstrap/vendor/bootstrap/scss/_reboot.scss +5 -2
- data/mod/bootstrap/vendor/bootstrap/scss/_tables.scss +0 -1
- data/mod/bootstrap/vendor/bootstrap/scss/_variables.scss +88 -65
- data/mod/bootstrap/vendor/bootstrap/scss/bootstrap-grid.scss +1 -1
- data/mod/bootstrap/vendor/bootstrap/scss/bootstrap-reboot.scss +1 -1
- data/mod/bootstrap/vendor/bootstrap/scss/bootstrap.scss +1 -1
- data/mod/bootstrap/vendor/bootstrap/scss/mixins/_breakpoints.scss +1 -1
- data/mod/bootstrap/vendor/bootstrap/scss/mixins/_forms.scss +7 -7
- data/mod/bootstrap/vendor/bootstrap/scss/mixins/_hover.scss +1 -1
- data/mod/bootstrap/vendor/bootstrap/{_data → site/_data}/breakpoints.yml +0 -0
- data/mod/bootstrap/vendor/bootstrap/{_data → site/_data}/browser-bugs.yml +5 -5
- data/mod/bootstrap/vendor/bootstrap/{_data → site/_data}/browser-features.yml +0 -0
- data/mod/bootstrap/vendor/bootstrap/{_data → site/_data}/colors.yml +0 -0
- data/mod/bootstrap/vendor/bootstrap/{_data → site/_data}/examples.yml +0 -0
- data/mod/bootstrap/vendor/bootstrap/{_data → site/_data}/grays.yml +0 -0
- data/mod/bootstrap/vendor/bootstrap/{_data → site/_data}/nav.yml +0 -0
- data/mod/bootstrap/vendor/bootstrap/{_data → site/_data}/theme-colors.yml +0 -0
- data/mod/bootstrap/vendor/bootstrap/{_data → site/_data}/translations.yml +0 -0
- data/mod/bootstrap/vendor/bootstrap/site/_includes/ads.html +1 -0
- data/mod/bootstrap/vendor/bootstrap/{_includes → site/_includes}/bugify.html +0 -0
- data/mod/bootstrap/vendor/bootstrap/{_includes → site/_includes}/callout-danger-async-methods.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{_includes → site/_includes}/callout-info-mediaqueries-breakpoints.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{_includes → site/_includes}/callout-warning-color-assistive-technologies.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{_includes → site/_includes}/callout.html +0 -0
- data/mod/bootstrap/vendor/bootstrap/{_includes → site/_includes}/docs-navbar.html +1 -4
- data/mod/bootstrap/vendor/bootstrap/{_includes → site/_includes}/docs-sidebar.html +0 -0
- data/mod/bootstrap/vendor/bootstrap/{_includes → site/_includes}/example.html +0 -0
- data/mod/bootstrap/vendor/bootstrap/site/_includes/favicons.html +9 -0
- data/mod/bootstrap/vendor/bootstrap/{_includes → site/_includes}/footer.html +0 -0
- data/mod/bootstrap/vendor/bootstrap/{_includes → site/_includes}/header.html +5 -7
- data/mod/bootstrap/vendor/bootstrap/{_includes → site/_includes}/icons/bootstrap.svg +0 -0
- data/mod/bootstrap/vendor/bootstrap/{_includes → site/_includes}/icons/download.svg +0 -0
- data/mod/bootstrap/vendor/bootstrap/{_includes → site/_includes}/icons/github.svg +0 -0
- data/mod/bootstrap/vendor/bootstrap/{_includes → site/_includes}/icons/import.svg +0 -0
- data/mod/bootstrap/vendor/bootstrap/{_includes → site/_includes}/icons/lightning.svg +0 -0
- data/mod/bootstrap/vendor/bootstrap/{_includes → site/_includes}/icons/menu.svg +0 -0
- data/mod/bootstrap/vendor/bootstrap/{_includes → site/_includes}/icons/slack.svg +0 -0
- data/mod/bootstrap/vendor/bootstrap/{_includes → site/_includes}/icons/twitter.svg +0 -0
- data/mod/bootstrap/vendor/bootstrap/site/_includes/scripts.html +26 -0
- data/mod/bootstrap/vendor/bootstrap/{_includes → site/_includes}/skippy.html +0 -0
- data/mod/bootstrap/vendor/bootstrap/{_includes → site/_includes}/social.html +0 -0
- data/mod/bootstrap/vendor/bootstrap/{_layouts → site/_layouts}/default.html +0 -0
- data/mod/bootstrap/vendor/bootstrap/{_layouts → site/_layouts}/docs.html +0 -0
- data/mod/bootstrap/vendor/bootstrap/{_layouts → site/_layouts}/examples.html +0 -0
- data/mod/bootstrap/vendor/bootstrap/{_layouts → site/_layouts}/home.html +0 -0
- data/mod/bootstrap/vendor/bootstrap/{_layouts → site/_layouts}/redirect.html +1 -1
- data/mod/bootstrap/vendor/bootstrap/{_layouts → site/_layouts}/simple.html +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/about/brand.md +5 -5
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/about/license.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/about/overview.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/about/translations.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/site/docs/4.1/assets/brand/bootstrap-outline.svg +4 -0
- data/mod/bootstrap/vendor/bootstrap/site/docs/4.1/assets/brand/bootstrap-punchout.svg +4 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/brand/bootstrap-social-logo.png +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/brand/bootstrap-social.png +0 -0
- data/mod/bootstrap/vendor/bootstrap/site/docs/4.1/assets/brand/bootstrap-solid.svg +4 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/css/docs.min.css +0 -0
- data/mod/bootstrap/vendor/bootstrap/site/docs/4.1/assets/css/docs.min.css.map +1 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/img/bootstrap-stack.png +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/img/bootstrap-themes.png +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/img/favicons/android-chrome-192x192.png +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/img/favicons/android-chrome-512x512.png +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/img/favicons/apple-touch-icon.png +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/img/favicons/browserconfig.xml +1 -1
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/img/favicons/favicon-16x16.png +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/img/favicons/favicon-32x32.png +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/img/favicons/manifest.json +2 -2
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/img/favicons/mstile-144x144.png +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/img/favicons/mstile-150x150.png +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/img/favicons/mstile-310x150.png +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/img/favicons/mstile-310x310.png +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/img/favicons/mstile-70x70.png +0 -0
- data/mod/bootstrap/vendor/bootstrap/site/docs/4.1/assets/img/favicons/safari-pinned-tab.svg +4 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/js/docs.min.js +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/js/src/application.js +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/js/src/ie-emulation-modes-warning.js +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/js/src/pwa.js +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/js/src/search.js +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/js/vendor/anchor.min.js +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/js/vendor/clipboard.min.js +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/js/vendor/holder.min.js +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/js/vendor/jquery-slim.min.js +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/js/vendor/popper.min.js +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/scss/_ads.scss +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/scss/_algolia.scss +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/scss/_anchor.scss +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/scss/_brand.scss +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/scss/_browser-bugs.scss +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/scss/_buttons.scss +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/scss/_callouts.scss +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/scss/_clipboard-js.scss +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/scss/_colors.scss +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/scss/_component-examples.scss +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/scss/_content.scss +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/scss/_examples.scss +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/scss/_footer.scss +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/scss/_masthead.scss +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/scss/_nav.scss +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/scss/_sidebar.scss +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/scss/_skiplink.scss +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/scss/_syntax.scss +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/scss/_variables.scss +0 -0
- data/mod/bootstrap/vendor/bootstrap/{assets → site/docs/4.1/assets}/scss/docs.scss +3 -3
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/browser-bugs.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/components/alerts.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/components/badge.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/components/breadcrumb.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/components/button-group.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/components/buttons.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/components/card.md +2 -2
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/components/carousel.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/components/collapse.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/components/dropdowns.md +3 -2
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/components/forms.md +17 -17
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/components/input-group.md +27 -27
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/components/jumbotron.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/components/list-group.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/components/modal.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/components/navbar.md +3 -3
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/components/navs.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/components/pagination.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/components/popovers.md +2 -2
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/components/progress.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/components/scrollspy.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/components/tooltips.md +11 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/content/code.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/content/figures.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/content/images.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/content/reboot.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/content/tables.md +16 -5
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/content/typography.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/album/album.css +0 -2
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/album/index.html +15 -15
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/blog/blog.css +0 -5
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/blog/index.html +7 -7
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/carousel/carousel.css +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/carousel/index.html +5 -5
- data/mod/bootstrap/vendor/bootstrap/site/docs/4.1/examples/checkout/form-validation.css +5 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/checkout/index.html +6 -6
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/cover/cover.css +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/cover/index.html +4 -4
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/dashboard/dashboard.css +0 -7
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/dashboard/index.html +4 -4
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/floating-labels/floating-labels.css +23 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/floating-labels/index.html +2 -2
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/grid/grid.css +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/grid/index.html +9 -9
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/index.html +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/jumbotron/index.html +4 -4
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/jumbotron/jumbotron.css +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/navbar-bottom/index.html +4 -4
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/navbar-fixed/index.html +4 -4
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/navbar-fixed/navbar-top-fixed.css +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/navbar-static/index.html +4 -4
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/navbar-static/navbar-top.css +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/navbars/index.html +4 -4
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/navbars/navbar.css +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/offcanvas/index.html +10 -10
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/offcanvas/offcanvas.css +0 -4
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/offcanvas/offcanvas.js +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/pricing/index.html +10 -10
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/pricing/pricing.css +0 -5
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/product/index.html +15 -15
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/product/product.css +0 -5
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/screenshots/album.png +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/screenshots/blog.png +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/screenshots/carousel.png +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/screenshots/checkout.png +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/screenshots/cover.png +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/screenshots/dashboard.png +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/screenshots/floating-labels.png +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/screenshots/grid.png +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/screenshots/jumbotron.png +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/screenshots/navbar-bottom.png +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/screenshots/navbar-fixed.png +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/screenshots/navbar-static.png +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/screenshots/navbars.png +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/screenshots/offcanvas.png +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/screenshots/pricing.png +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/screenshots/product.png +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/screenshots/sign-in.png +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/screenshots/starter-template.png +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/screenshots/sticky-footer-navbar.png +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/screenshots/sticky-footer.png +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/sign-in/index.html +2 -2
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/sign-in/signin.css +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/starter-template/index.html +4 -4
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/starter-template/starter-template.css +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/sticky-footer-navbar/index.html +4 -4
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/sticky-footer-navbar/sticky-footer-navbar.css +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/sticky-footer/index.html +1 -1
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/sticky-footer/sticky-footer.css +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/tooltip-viewport/index.html +4 -4
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/tooltip-viewport/tooltip-viewport.css +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/examples/tooltip-viewport/tooltip-viewport.js +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/extend/approach.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/extend/icons.md +1 -1
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/extend/index.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/getting-started/accessibility.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/getting-started/best-practices.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/getting-started/browsers-devices.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/getting-started/build-tools.md +1 -1
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/getting-started/contents.md +12 -8
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/getting-started/download.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/getting-started/introduction.md +2 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/getting-started/javascript.md +3 -1
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/getting-started/theming.md +16 -16
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/getting-started/webpack.md +1 -6
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/layout/grid.md +1 -1
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/layout/media-object.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/layout/overview.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/layout/utilities-for-layout.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/migration.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/utilities/borders.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/utilities/clearfix.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/utilities/close-icon.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/utilities/colors.md +1 -1
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/utilities/display.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/utilities/embed.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/utilities/flex.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/utilities/float.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/utilities/image-replacement.md +1 -1
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/utilities/position.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/utilities/screenreaders.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/utilities/shadows.md +1 -1
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/utilities/sizing.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/utilities/spacing.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/utilities/text.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/utilities/vertical-align.md +0 -0
- data/mod/bootstrap/vendor/bootstrap/{docs → site/docs}/4.1/utilities/visibility.md +1 -1
- data/mod/bootstrap/vendor/bootstrap/{favicon.ico → site/favicon.ico} +0 -0
- data/mod/bootstrap/vendor/bootstrap/{index.html → site/index.html} +2 -2
- data/mod/bootstrap/vendor/bootstrap/{robots.txt → site/robots.txt} +0 -0
- data/mod/bootstrap/vendor/bootstrap/{sw.js → site/sw.js} +1 -1
- data/mod/carrierwave/lib/carrier_wave/file_card_uploader.rb +1 -1
- data/mod/carrierwave/set/abstract/attachment/upload_cache.rb +5 -8
- data/mod/carrierwave/template/type/file/file_chooser.haml +1 -1
- data/mod/core/set/abstract/code_file.rb +4 -0
- data/mod/core/set/all/haml.rb +2 -2
- data/mod/follow/spec/set/all/notify_spec.rb +2 -1
- data/mod/google_analytics/set/all/google_analytics.rb +5 -3
- data/mod/item/set/all/bar.haml +6 -3
- data/mod/item/set/all/bar.rb +27 -12
- data/mod/item/set/all/box.haml +4 -3
- data/mod/item/set/all/box.rb +1 -1
- data/mod/item/set/all/expanded_bar.haml +8 -6
- data/mod/item/spec/set/all/bar_spec.rb +3 -3
- data/mod/machines/lib/javascript/decko_filter.js.coffee +5 -1
- data/mod/machines/lib/stylesheets/style_cards.scss +16 -24
- data/mod/pointer/set/abstract/01_paging.rb +4 -4
- data/mod/pointer/set/abstract/02_pointer/options_api.rb +10 -12
- data/mod/prosemirror_editor/db/migrate_core_cards/20160804112548_add_prosemirror_cards.rb +1 -1
- data/mod/search/set/abstract/search.rb +9 -6
- data/mod/search/set/abstract/wql_search.rb +20 -5
- data/mod/search/set/self/search.rb +1 -1
- data/mod/standard/set/all/error.rb +15 -0
- data/mod/standard/set/all/rich_html/content.rb +30 -21
- data/mod/standard/set/all/rich_html/content/labeled.haml +4 -0
- data/mod/standard/set/all/rich_html/error.rb +11 -12
- data/mod/standard/set/all/rich_html/title.rb +1 -1
- data/mod/standard/spec/content/chunk/include_spec.rb +1 -1
- data/mod/standard/spec/set/all/error_spec.rb +1 -1
- data/mod/standard/spec/set/type/email_template/email_config_spec.rb +10 -9
- data/mod/standard/spec/set/type/uri_spec.rb +7 -7
- data/mod/tinymce_editor/db/migrate_core_cards/20160804112560_add_tinymce_cards.rb +1 -1
- data/mod/utility/set/abstract/bs_badge/labeled_badge.haml +1 -1
- data/mod/utility/set/abstract/media/media_snippet.haml +1 -2
- metadata +231 -230
- data/mod/bootstrap/vendor/bootstrap/_includes/ads.html +0 -1
- data/mod/bootstrap/vendor/bootstrap/_includes/favicons.html +0 -9
- data/mod/bootstrap/vendor/bootstrap/_includes/scripts.html +0 -26
- data/mod/bootstrap/vendor/bootstrap/assets/brand/bootstrap-outline.svg +0 -6
- data/mod/bootstrap/vendor/bootstrap/assets/brand/bootstrap-punchout.svg +0 -6
- data/mod/bootstrap/vendor/bootstrap/assets/brand/bootstrap-solid.svg +0 -6
- data/mod/bootstrap/vendor/bootstrap/assets/css/docs.min.css.map +0 -1
- data/mod/bootstrap/vendor/bootstrap/assets/img/favicons/safari-pinned-tab.svg +0 -20
- data/mod/bootstrap/vendor/bootstrap/build/upload-preview.sh +0 -13
- data/mod/bootstrap/vendor/bootstrap/docs/4.1/examples/checkout/form-validation.css +0 -11
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"
|
1
|
+
{"version":3,"file":"button.js","sources":["../src/button.js"],"sourcesContent":["import $ from 'jquery'\n\n/**\n * --------------------------------------------------------------------------\n * Bootstrap (v4.1.3): button.js\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n * --------------------------------------------------------------------------\n */\n\nconst Button = (($) => {\n /**\n * ------------------------------------------------------------------------\n * Constants\n * ------------------------------------------------------------------------\n */\n\n const NAME = 'button'\n const VERSION = '4.1.3'\n const DATA_KEY = 'bs.button'\n const EVENT_KEY = `.${DATA_KEY}`\n const DATA_API_KEY = '.data-api'\n const JQUERY_NO_CONFLICT = $.fn[NAME]\n\n const ClassName = {\n ACTIVE : 'active',\n BUTTON : 'btn',\n FOCUS : 'focus'\n }\n\n const Selector = {\n DATA_TOGGLE_CARROT : '[data-toggle^=\"button\"]',\n DATA_TOGGLE : '[data-toggle=\"buttons\"]',\n INPUT : 'input',\n ACTIVE : '.active',\n BUTTON : '.btn'\n }\n\n const Event = {\n CLICK_DATA_API : `click${EVENT_KEY}${DATA_API_KEY}`,\n FOCUS_BLUR_DATA_API : `focus${EVENT_KEY}${DATA_API_KEY} ` +\n `blur${EVENT_KEY}${DATA_API_KEY}`\n }\n\n /**\n * ------------------------------------------------------------------------\n * Class Definition\n * ------------------------------------------------------------------------\n */\n\n class Button {\n constructor(element) {\n this._element = element\n }\n\n // Getters\n\n static get VERSION() {\n return VERSION\n }\n\n // Public\n\n toggle() {\n let triggerChangeEvent = true\n let addAriaPressed = true\n const rootElement = $(this._element).closest(\n Selector.DATA_TOGGLE\n )[0]\n\n if (rootElement) {\n const input = this._element.querySelector(Selector.INPUT)\n\n if (input) {\n if (input.type === 'radio') {\n if (input.checked &&\n this._element.classList.contains(ClassName.ACTIVE)) {\n triggerChangeEvent = false\n } else {\n const activeElement = rootElement.querySelector(Selector.ACTIVE)\n\n if (activeElement) {\n $(activeElement).removeClass(ClassName.ACTIVE)\n }\n }\n }\n\n if (triggerChangeEvent) {\n if (input.hasAttribute('disabled') ||\n rootElement.hasAttribute('disabled') ||\n input.classList.contains('disabled') ||\n rootElement.classList.contains('disabled')) {\n return\n }\n input.checked = !this._element.classList.contains(ClassName.ACTIVE)\n $(input).trigger('change')\n }\n\n input.focus()\n addAriaPressed = false\n }\n }\n\n if (addAriaPressed) {\n this._element.setAttribute('aria-pressed',\n !this._element.classList.contains(ClassName.ACTIVE))\n }\n\n if (triggerChangeEvent) {\n $(this._element).toggleClass(ClassName.ACTIVE)\n }\n }\n\n dispose() {\n $.removeData(this._element, DATA_KEY)\n this._element = null\n }\n\n // Static\n\n static _jQueryInterface(config) {\n return this.each(function () {\n let data = $(this).data(DATA_KEY)\n\n if (!data) {\n data = new Button(this)\n $(this).data(DATA_KEY, data)\n }\n\n if (config === 'toggle') {\n data[config]()\n }\n })\n }\n }\n\n /**\n * ------------------------------------------------------------------------\n * Data Api implementation\n * ------------------------------------------------------------------------\n */\n\n $(document)\n .on(Event.CLICK_DATA_API, Selector.DATA_TOGGLE_CARROT, (event) => {\n event.preventDefault()\n\n let button = event.target\n\n if (!$(button).hasClass(ClassName.BUTTON)) {\n button = $(button).closest(Selector.BUTTON)\n }\n\n Button._jQueryInterface.call($(button), 'toggle')\n })\n .on(Event.FOCUS_BLUR_DATA_API, Selector.DATA_TOGGLE_CARROT, (event) => {\n const button = $(event.target).closest(Selector.BUTTON)[0]\n $(button).toggleClass(ClassName.FOCUS, /^focus(in)?$/.test(event.type))\n })\n\n /**\n * ------------------------------------------------------------------------\n * jQuery\n * ------------------------------------------------------------------------\n */\n\n $.fn[NAME] = Button._jQueryInterface\n $.fn[NAME].Constructor = Button\n $.fn[NAME].noConflict = function () {\n $.fn[NAME] = JQUERY_NO_CONFLICT\n return Button._jQueryInterface\n }\n\n return Button\n})($)\n\nexport default Button\n"],"names":["Button","$","NAME","VERSION","DATA_KEY","EVENT_KEY","DATA_API_KEY","JQUERY_NO_CONFLICT","fn","ClassName","ACTIVE","BUTTON","FOCUS","Selector","DATA_TOGGLE_CARROT","DATA_TOGGLE","INPUT","Event","CLICK_DATA_API","FOCUS_BLUR_DATA_API","element","_element","toggle","triggerChangeEvent","addAriaPressed","rootElement","closest","input","querySelector","type","checked","classList","contains","activeElement","removeClass","hasAttribute","trigger","focus","setAttribute","toggleClass","dispose","removeData","_jQueryInterface","config","each","data","document","on","event","preventDefault","button","target","hasClass","call","test","Constructor","noConflict"],"mappings":"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"}
|
@@ -1,508 +1,567 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
1
|
+
(function (global, factory) {
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('jquery'), require('./util.js')) :
|
3
|
+
typeof define === 'function' && define.amd ? define(['jquery', './util.js'], factory) :
|
4
|
+
(global.Carousel = factory(global.jQuery,global.Util));
|
5
|
+
}(this, (function ($,Util) { 'use strict';
|
6
|
+
|
7
|
+
$ = $ && $.hasOwnProperty('default') ? $['default'] : $;
|
8
|
+
Util = Util && Util.hasOwnProperty('default') ? Util['default'] : Util;
|
9
|
+
|
10
|
+
function _defineProperties(target, props) {
|
11
|
+
for (var i = 0; i < props.length; i++) {
|
12
|
+
var descriptor = props[i];
|
13
|
+
descriptor.enumerable = descriptor.enumerable || false;
|
14
|
+
descriptor.configurable = true;
|
15
|
+
if ("value" in descriptor) descriptor.writable = true;
|
16
|
+
Object.defineProperty(target, descriptor.key, descriptor);
|
17
|
+
}
|
18
|
+
}
|
19
|
+
|
20
|
+
function _createClass(Constructor, protoProps, staticProps) {
|
21
|
+
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
22
|
+
if (staticProps) _defineProperties(Constructor, staticProps);
|
23
|
+
return Constructor;
|
24
|
+
}
|
25
|
+
|
26
|
+
function _defineProperty(obj, key, value) {
|
27
|
+
if (key in obj) {
|
28
|
+
Object.defineProperty(obj, key, {
|
29
|
+
value: value,
|
30
|
+
enumerable: true,
|
31
|
+
configurable: true,
|
32
|
+
writable: true
|
33
|
+
});
|
34
|
+
} else {
|
35
|
+
obj[key] = value;
|
36
|
+
}
|
37
|
+
|
38
|
+
return obj;
|
39
|
+
}
|
40
|
+
|
41
|
+
function _objectSpread(target) {
|
42
|
+
for (var i = 1; i < arguments.length; i++) {
|
43
|
+
var source = arguments[i] != null ? arguments[i] : {};
|
44
|
+
var ownKeys = Object.keys(source);
|
45
|
+
|
46
|
+
if (typeof Object.getOwnPropertySymbols === 'function') {
|
47
|
+
ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) {
|
48
|
+
return Object.getOwnPropertyDescriptor(source, sym).enumerable;
|
49
|
+
}));
|
50
|
+
}
|
4
51
|
|
5
|
-
|
52
|
+
ownKeys.forEach(function (key) {
|
53
|
+
_defineProperty(target, key, source[key]);
|
54
|
+
});
|
55
|
+
}
|
6
56
|
|
7
|
-
|
57
|
+
return target;
|
58
|
+
}
|
8
59
|
|
9
|
-
/**
|
10
|
-
* --------------------------------------------------------------------------
|
11
|
-
* Bootstrap (v4.1.1): carousel.js
|
12
|
-
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
13
|
-
* --------------------------------------------------------------------------
|
14
|
-
*/
|
15
|
-
var Carousel = function ($) {
|
16
60
|
/**
|
17
|
-
*
|
18
|
-
*
|
19
|
-
*
|
61
|
+
* --------------------------------------------------------------------------
|
62
|
+
* Bootstrap (v4.1.3): carousel.js
|
63
|
+
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
64
|
+
* --------------------------------------------------------------------------
|
20
65
|
*/
|
21
|
-
|
22
|
-
var
|
23
|
-
var DATA_KEY = 'bs.carousel';
|
24
|
-
var EVENT_KEY = "." + DATA_KEY;
|
25
|
-
var DATA_API_KEY = '.data-api';
|
26
|
-
var JQUERY_NO_CONFLICT = $.fn[NAME];
|
27
|
-
var ARROW_LEFT_KEYCODE = 37; // KeyboardEvent.which value for left arrow key
|
28
|
-
|
29
|
-
var ARROW_RIGHT_KEYCODE = 39; // KeyboardEvent.which value for right arrow key
|
30
|
-
|
31
|
-
var TOUCHEVENT_COMPAT_WAIT = 500; // Time for mouse compat events to fire after touch
|
32
|
-
|
33
|
-
var Default = {
|
34
|
-
interval: 5000,
|
35
|
-
keyboard: true,
|
36
|
-
slide: false,
|
37
|
-
pause: 'hover',
|
38
|
-
wrap: true
|
39
|
-
};
|
40
|
-
var DefaultType = {
|
41
|
-
interval: '(number|boolean)',
|
42
|
-
keyboard: 'boolean',
|
43
|
-
slide: '(boolean|string)',
|
44
|
-
pause: '(string|boolean)',
|
45
|
-
wrap: 'boolean'
|
46
|
-
};
|
47
|
-
var Direction = {
|
48
|
-
NEXT: 'next',
|
49
|
-
PREV: 'prev',
|
50
|
-
LEFT: 'left',
|
51
|
-
RIGHT: 'right'
|
52
|
-
};
|
53
|
-
var Event = {
|
54
|
-
SLIDE: "slide" + EVENT_KEY,
|
55
|
-
SLID: "slid" + EVENT_KEY,
|
56
|
-
KEYDOWN: "keydown" + EVENT_KEY,
|
57
|
-
MOUSEENTER: "mouseenter" + EVENT_KEY,
|
58
|
-
MOUSELEAVE: "mouseleave" + EVENT_KEY,
|
59
|
-
TOUCHEND: "touchend" + EVENT_KEY,
|
60
|
-
LOAD_DATA_API: "load" + EVENT_KEY + DATA_API_KEY,
|
61
|
-
CLICK_DATA_API: "click" + EVENT_KEY + DATA_API_KEY
|
62
|
-
};
|
63
|
-
var ClassName = {
|
64
|
-
CAROUSEL: 'carousel',
|
65
|
-
ACTIVE: 'active',
|
66
|
-
SLIDE: 'slide',
|
67
|
-
RIGHT: 'carousel-item-right',
|
68
|
-
LEFT: 'carousel-item-left',
|
69
|
-
NEXT: 'carousel-item-next',
|
70
|
-
PREV: 'carousel-item-prev',
|
71
|
-
ITEM: 'carousel-item'
|
72
|
-
};
|
73
|
-
var Selector = {
|
74
|
-
ACTIVE: '.active',
|
75
|
-
ACTIVE_ITEM: '.active.carousel-item',
|
76
|
-
ITEM: '.carousel-item',
|
77
|
-
NEXT_PREV: '.carousel-item-next, .carousel-item-prev',
|
78
|
-
INDICATORS: '.carousel-indicators',
|
79
|
-
DATA_SLIDE: '[data-slide], [data-slide-to]',
|
80
|
-
DATA_RIDE: '[data-ride="carousel"]'
|
66
|
+
|
67
|
+
var Carousel = function ($$$1) {
|
81
68
|
/**
|
82
69
|
* ------------------------------------------------------------------------
|
83
|
-
*
|
70
|
+
* Constants
|
84
71
|
* ------------------------------------------------------------------------
|
85
72
|
*/
|
73
|
+
var NAME = 'carousel';
|
74
|
+
var VERSION = '4.1.3';
|
75
|
+
var DATA_KEY = 'bs.carousel';
|
76
|
+
var EVENT_KEY = "." + DATA_KEY;
|
77
|
+
var DATA_API_KEY = '.data-api';
|
78
|
+
var JQUERY_NO_CONFLICT = $$$1.fn[NAME];
|
79
|
+
var ARROW_LEFT_KEYCODE = 37; // KeyboardEvent.which value for left arrow key
|
80
|
+
|
81
|
+
var ARROW_RIGHT_KEYCODE = 39; // KeyboardEvent.which value for right arrow key
|
82
|
+
|
83
|
+
var TOUCHEVENT_COMPAT_WAIT = 500; // Time for mouse compat events to fire after touch
|
84
|
+
|
85
|
+
var Default = {
|
86
|
+
interval: 5000,
|
87
|
+
keyboard: true,
|
88
|
+
slide: false,
|
89
|
+
pause: 'hover',
|
90
|
+
wrap: true
|
91
|
+
};
|
92
|
+
var DefaultType = {
|
93
|
+
interval: '(number|boolean)',
|
94
|
+
keyboard: 'boolean',
|
95
|
+
slide: '(boolean|string)',
|
96
|
+
pause: '(string|boolean)',
|
97
|
+
wrap: 'boolean'
|
98
|
+
};
|
99
|
+
var Direction = {
|
100
|
+
NEXT: 'next',
|
101
|
+
PREV: 'prev',
|
102
|
+
LEFT: 'left',
|
103
|
+
RIGHT: 'right'
|
104
|
+
};
|
105
|
+
var Event = {
|
106
|
+
SLIDE: "slide" + EVENT_KEY,
|
107
|
+
SLID: "slid" + EVENT_KEY,
|
108
|
+
KEYDOWN: "keydown" + EVENT_KEY,
|
109
|
+
MOUSEENTER: "mouseenter" + EVENT_KEY,
|
110
|
+
MOUSELEAVE: "mouseleave" + EVENT_KEY,
|
111
|
+
TOUCHEND: "touchend" + EVENT_KEY,
|
112
|
+
LOAD_DATA_API: "load" + EVENT_KEY + DATA_API_KEY,
|
113
|
+
CLICK_DATA_API: "click" + EVENT_KEY + DATA_API_KEY
|
114
|
+
};
|
115
|
+
var ClassName = {
|
116
|
+
CAROUSEL: 'carousel',
|
117
|
+
ACTIVE: 'active',
|
118
|
+
SLIDE: 'slide',
|
119
|
+
RIGHT: 'carousel-item-right',
|
120
|
+
LEFT: 'carousel-item-left',
|
121
|
+
NEXT: 'carousel-item-next',
|
122
|
+
PREV: 'carousel-item-prev',
|
123
|
+
ITEM: 'carousel-item'
|
124
|
+
};
|
125
|
+
var Selector = {
|
126
|
+
ACTIVE: '.active',
|
127
|
+
ACTIVE_ITEM: '.active.carousel-item',
|
128
|
+
ITEM: '.carousel-item',
|
129
|
+
NEXT_PREV: '.carousel-item-next, .carousel-item-prev',
|
130
|
+
INDICATORS: '.carousel-indicators',
|
131
|
+
DATA_SLIDE: '[data-slide], [data-slide-to]',
|
132
|
+
DATA_RIDE: '[data-ride="carousel"]'
|
133
|
+
/**
|
134
|
+
* ------------------------------------------------------------------------
|
135
|
+
* Class Definition
|
136
|
+
* ------------------------------------------------------------------------
|
137
|
+
*/
|
86
138
|
|
87
|
-
|
88
|
-
|
89
|
-
var Carousel =
|
90
|
-
/*#__PURE__*/
|
91
|
-
function () {
|
92
|
-
function Carousel(element, config) {
|
93
|
-
this._items = null;
|
94
|
-
this._interval = null;
|
95
|
-
this._activeElement = null;
|
96
|
-
this._isPaused = false;
|
97
|
-
this._isSliding = false;
|
98
|
-
this.touchTimeout = null;
|
99
|
-
this._config = this._getConfig(config);
|
100
|
-
this._element = $(element)[0];
|
101
|
-
this._indicatorsElement = $(this._element).find(Selector.INDICATORS)[0];
|
139
|
+
};
|
102
140
|
|
103
|
-
|
104
|
-
|
141
|
+
var Carousel =
|
142
|
+
/*#__PURE__*/
|
143
|
+
function () {
|
144
|
+
function Carousel(element, config) {
|
145
|
+
this._items = null;
|
146
|
+
this._interval = null;
|
147
|
+
this._activeElement = null;
|
148
|
+
this._isPaused = false;
|
149
|
+
this._isSliding = false;
|
150
|
+
this.touchTimeout = null;
|
151
|
+
this._config = this._getConfig(config);
|
152
|
+
this._element = $$$1(element)[0];
|
153
|
+
this._indicatorsElement = this._element.querySelector(Selector.INDICATORS);
|
105
154
|
|
155
|
+
this._addEventListeners();
|
156
|
+
} // Getters
|
106
157
|
|
107
|
-
var _proto = Carousel.prototype;
|
108
158
|
|
109
|
-
|
110
|
-
_proto.next = function next() {
|
111
|
-
if (!this._isSliding) {
|
112
|
-
this._slide(Direction.NEXT);
|
113
|
-
}
|
114
|
-
};
|
159
|
+
var _proto = Carousel.prototype;
|
115
160
|
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
}
|
122
|
-
};
|
123
|
-
|
124
|
-
_proto.prev = function prev() {
|
125
|
-
if (!this._isSliding) {
|
126
|
-
this._slide(Direction.PREV);
|
127
|
-
}
|
128
|
-
};
|
161
|
+
// Public
|
162
|
+
_proto.next = function next() {
|
163
|
+
if (!this._isSliding) {
|
164
|
+
this._slide(Direction.NEXT);
|
165
|
+
}
|
166
|
+
};
|
129
167
|
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
168
|
+
_proto.nextWhenVisible = function nextWhenVisible() {
|
169
|
+
// Don't call next when the page isn't visible
|
170
|
+
// or the carousel or its parent isn't visible
|
171
|
+
if (!document.hidden && $$$1(this._element).is(':visible') && $$$1(this._element).css('visibility') !== 'hidden') {
|
172
|
+
this.next();
|
173
|
+
}
|
174
|
+
};
|
134
175
|
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
176
|
+
_proto.prev = function prev() {
|
177
|
+
if (!this._isSliding) {
|
178
|
+
this._slide(Direction.PREV);
|
179
|
+
}
|
180
|
+
};
|
139
181
|
|
140
|
-
|
141
|
-
|
142
|
-
|
182
|
+
_proto.pause = function pause(event) {
|
183
|
+
if (!event) {
|
184
|
+
this._isPaused = true;
|
185
|
+
}
|
143
186
|
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
187
|
+
if (this._element.querySelector(Selector.NEXT_PREV)) {
|
188
|
+
Util.triggerTransitionEnd(this._element);
|
189
|
+
this.cycle(true);
|
190
|
+
}
|
148
191
|
|
149
|
-
if (this._interval) {
|
150
192
|
clearInterval(this._interval);
|
151
193
|
this._interval = null;
|
152
|
-
}
|
194
|
+
};
|
153
195
|
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
196
|
+
_proto.cycle = function cycle(event) {
|
197
|
+
if (!event) {
|
198
|
+
this._isPaused = false;
|
199
|
+
}
|
158
200
|
|
159
|
-
|
160
|
-
|
201
|
+
if (this._interval) {
|
202
|
+
clearInterval(this._interval);
|
203
|
+
this._interval = null;
|
204
|
+
}
|
161
205
|
|
162
|
-
|
206
|
+
if (this._config.interval && !this._isPaused) {
|
207
|
+
this._interval = setInterval((document.visibilityState ? this.nextWhenVisible : this.next).bind(this), this._config.interval);
|
208
|
+
}
|
209
|
+
};
|
163
210
|
|
164
|
-
|
211
|
+
_proto.to = function to(index) {
|
212
|
+
var _this = this;
|
165
213
|
|
166
|
-
|
167
|
-
return;
|
168
|
-
}
|
214
|
+
this._activeElement = this._element.querySelector(Selector.ACTIVE_ITEM);
|
169
215
|
|
170
|
-
|
171
|
-
$(this._element).one(Event.SLID, function () {
|
172
|
-
return _this.to(index);
|
173
|
-
});
|
174
|
-
return;
|
175
|
-
}
|
216
|
+
var activeIndex = this._getItemIndex(this._activeElement);
|
176
217
|
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
return;
|
181
|
-
}
|
218
|
+
if (index > this._items.length - 1 || index < 0) {
|
219
|
+
return;
|
220
|
+
}
|
182
221
|
|
183
|
-
|
222
|
+
if (this._isSliding) {
|
223
|
+
$$$1(this._element).one(Event.SLID, function () {
|
224
|
+
return _this.to(index);
|
225
|
+
});
|
226
|
+
return;
|
227
|
+
}
|
184
228
|
|
185
|
-
|
186
|
-
|
229
|
+
if (activeIndex === index) {
|
230
|
+
this.pause();
|
231
|
+
this.cycle();
|
232
|
+
return;
|
233
|
+
}
|
187
234
|
|
188
|
-
|
189
|
-
$(this._element).off(EVENT_KEY);
|
190
|
-
$.removeData(this._element, DATA_KEY);
|
191
|
-
this._items = null;
|
192
|
-
this._config = null;
|
193
|
-
this._element = null;
|
194
|
-
this._interval = null;
|
195
|
-
this._isPaused = null;
|
196
|
-
this._isSliding = null;
|
197
|
-
this._activeElement = null;
|
198
|
-
this._indicatorsElement = null;
|
199
|
-
}; // Private
|
200
|
-
|
201
|
-
|
202
|
-
_proto._getConfig = function _getConfig(config) {
|
203
|
-
config = _objectSpread({}, Default, config);
|
204
|
-
Util.typeCheckConfig(NAME, config, DefaultType);
|
205
|
-
return config;
|
206
|
-
};
|
235
|
+
var direction = index > activeIndex ? Direction.NEXT : Direction.PREV;
|
207
236
|
|
208
|
-
|
209
|
-
|
237
|
+
this._slide(direction, this._items[index]);
|
238
|
+
};
|
210
239
|
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
240
|
+
_proto.dispose = function dispose() {
|
241
|
+
$$$1(this._element).off(EVENT_KEY);
|
242
|
+
$$$1.removeData(this._element, DATA_KEY);
|
243
|
+
this._items = null;
|
244
|
+
this._config = null;
|
245
|
+
this._element = null;
|
246
|
+
this._interval = null;
|
247
|
+
this._isPaused = null;
|
248
|
+
this._isSliding = null;
|
249
|
+
this._activeElement = null;
|
250
|
+
this._indicatorsElement = null;
|
251
|
+
}; // Private
|
216
252
|
|
217
|
-
if (this._config.pause === 'hover') {
|
218
|
-
$(this._element).on(Event.MOUSEENTER, function (event) {
|
219
|
-
return _this2.pause(event);
|
220
|
-
}).on(Event.MOUSELEAVE, function (event) {
|
221
|
-
return _this2.cycle(event);
|
222
|
-
});
|
223
253
|
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
$(this._element).on(Event.TOUCHEND, function () {
|
233
|
-
_this2.pause();
|
234
|
-
|
235
|
-
if (_this2.touchTimeout) {
|
236
|
-
clearTimeout(_this2.touchTimeout);
|
237
|
-
}
|
254
|
+
_proto._getConfig = function _getConfig(config) {
|
255
|
+
config = _objectSpread({}, Default, config);
|
256
|
+
Util.typeCheckConfig(NAME, config, DefaultType);
|
257
|
+
return config;
|
258
|
+
};
|
259
|
+
|
260
|
+
_proto._addEventListeners = function _addEventListeners() {
|
261
|
+
var _this2 = this;
|
238
262
|
|
239
|
-
|
240
|
-
|
241
|
-
|
263
|
+
if (this._config.keyboard) {
|
264
|
+
$$$1(this._element).on(Event.KEYDOWN, function (event) {
|
265
|
+
return _this2._keydown(event);
|
242
266
|
});
|
243
267
|
}
|
244
|
-
}
|
245
|
-
};
|
246
268
|
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
269
|
+
if (this._config.pause === 'hover') {
|
270
|
+
$$$1(this._element).on(Event.MOUSEENTER, function (event) {
|
271
|
+
return _this2.pause(event);
|
272
|
+
}).on(Event.MOUSELEAVE, function (event) {
|
273
|
+
return _this2.cycle(event);
|
274
|
+
});
|
251
275
|
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
276
|
+
if ('ontouchstart' in document.documentElement) {
|
277
|
+
// If it's a touch-enabled device, mouseenter/leave are fired as
|
278
|
+
// part of the mouse compatibility events on first tap - the carousel
|
279
|
+
// would stop cycling until user tapped out of it;
|
280
|
+
// here, we listen for touchend, explicitly pause the carousel
|
281
|
+
// (as if it's the second time we tap on it, mouseenter compat event
|
282
|
+
// is NOT fired) and after a timeout (to allow for mouse compatibility
|
283
|
+
// events to fire) we explicitly restart cycling
|
284
|
+
$$$1(this._element).on(Event.TOUCHEND, function () {
|
285
|
+
_this2.pause();
|
286
|
+
|
287
|
+
if (_this2.touchTimeout) {
|
288
|
+
clearTimeout(_this2.touchTimeout);
|
289
|
+
}
|
290
|
+
|
291
|
+
_this2.touchTimeout = setTimeout(function (event) {
|
292
|
+
return _this2.cycle(event);
|
293
|
+
}, TOUCHEVENT_COMPAT_WAIT + _this2._config.interval);
|
294
|
+
});
|
295
|
+
}
|
296
|
+
}
|
297
|
+
};
|
257
298
|
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
299
|
+
_proto._keydown = function _keydown(event) {
|
300
|
+
if (/input|textarea/i.test(event.target.tagName)) {
|
301
|
+
return;
|
302
|
+
}
|
262
303
|
|
263
|
-
|
264
|
-
|
265
|
-
|
304
|
+
switch (event.which) {
|
305
|
+
case ARROW_LEFT_KEYCODE:
|
306
|
+
event.preventDefault();
|
307
|
+
this.prev();
|
308
|
+
break;
|
266
309
|
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
310
|
+
case ARROW_RIGHT_KEYCODE:
|
311
|
+
event.preventDefault();
|
312
|
+
this.next();
|
313
|
+
break;
|
271
314
|
|
272
|
-
|
273
|
-
|
274
|
-
|
315
|
+
default:
|
316
|
+
}
|
317
|
+
};
|
275
318
|
|
276
|
-
|
319
|
+
_proto._getItemIndex = function _getItemIndex(element) {
|
320
|
+
this._items = element && element.parentNode ? [].slice.call(element.parentNode.querySelectorAll(Selector.ITEM)) : [];
|
321
|
+
return this._items.indexOf(element);
|
322
|
+
};
|
277
323
|
|
278
|
-
|
279
|
-
|
324
|
+
_proto._getItemByDirection = function _getItemByDirection(direction, activeElement) {
|
325
|
+
var isNextDirection = direction === Direction.NEXT;
|
326
|
+
var isPrevDirection = direction === Direction.PREV;
|
280
327
|
|
281
|
-
|
282
|
-
return activeElement;
|
283
|
-
}
|
328
|
+
var activeIndex = this._getItemIndex(activeElement);
|
284
329
|
|
285
|
-
|
286
|
-
|
287
|
-
return itemIndex === -1 ? this._items[this._items.length - 1] : this._items[itemIndex];
|
288
|
-
};
|
330
|
+
var lastItemIndex = this._items.length - 1;
|
331
|
+
var isGoingToWrap = isPrevDirection && activeIndex === 0 || isNextDirection && activeIndex === lastItemIndex;
|
289
332
|
|
290
|
-
|
291
|
-
|
333
|
+
if (isGoingToWrap && !this._config.wrap) {
|
334
|
+
return activeElement;
|
335
|
+
}
|
292
336
|
|
293
|
-
|
337
|
+
var delta = direction === Direction.PREV ? -1 : 1;
|
338
|
+
var itemIndex = (activeIndex + delta) % this._items.length;
|
339
|
+
return itemIndex === -1 ? this._items[this._items.length - 1] : this._items[itemIndex];
|
340
|
+
};
|
294
341
|
|
295
|
-
|
296
|
-
|
297
|
-
direction: eventDirectionName,
|
298
|
-
from: fromIndex,
|
299
|
-
to: targetIndex
|
300
|
-
});
|
301
|
-
$(this._element).trigger(slideEvent);
|
302
|
-
return slideEvent;
|
303
|
-
};
|
342
|
+
_proto._triggerSlideEvent = function _triggerSlideEvent(relatedTarget, eventDirectionName) {
|
343
|
+
var targetIndex = this._getItemIndex(relatedTarget);
|
304
344
|
|
305
|
-
|
306
|
-
|
307
|
-
|
345
|
+
var fromIndex = this._getItemIndex(this._element.querySelector(Selector.ACTIVE_ITEM));
|
346
|
+
|
347
|
+
var slideEvent = $$$1.Event(Event.SLIDE, {
|
348
|
+
relatedTarget: relatedTarget,
|
349
|
+
direction: eventDirectionName,
|
350
|
+
from: fromIndex,
|
351
|
+
to: targetIndex
|
352
|
+
});
|
353
|
+
$$$1(this._element).trigger(slideEvent);
|
354
|
+
return slideEvent;
|
355
|
+
};
|
308
356
|
|
309
|
-
|
357
|
+
_proto._setActiveIndicatorElement = function _setActiveIndicatorElement(element) {
|
358
|
+
if (this._indicatorsElement) {
|
359
|
+
var indicators = [].slice.call(this._indicatorsElement.querySelectorAll(Selector.ACTIVE));
|
360
|
+
$$$1(indicators).removeClass(ClassName.ACTIVE);
|
310
361
|
|
311
|
-
|
312
|
-
|
362
|
+
var nextIndicator = this._indicatorsElement.children[this._getItemIndex(element)];
|
363
|
+
|
364
|
+
if (nextIndicator) {
|
365
|
+
$$$1(nextIndicator).addClass(ClassName.ACTIVE);
|
366
|
+
}
|
313
367
|
}
|
314
|
-
}
|
315
|
-
};
|
368
|
+
};
|
316
369
|
|
317
|
-
|
318
|
-
|
370
|
+
_proto._slide = function _slide(direction, element) {
|
371
|
+
var _this3 = this;
|
319
372
|
|
320
|
-
|
373
|
+
var activeElement = this._element.querySelector(Selector.ACTIVE_ITEM);
|
321
374
|
|
322
|
-
|
375
|
+
var activeElementIndex = this._getItemIndex(activeElement);
|
323
376
|
|
324
|
-
|
377
|
+
var nextElement = element || activeElement && this._getItemByDirection(direction, activeElement);
|
325
378
|
|
326
|
-
|
379
|
+
var nextElementIndex = this._getItemIndex(nextElement);
|
327
380
|
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
381
|
+
var isCycling = Boolean(this._interval);
|
382
|
+
var directionalClassName;
|
383
|
+
var orderClassName;
|
384
|
+
var eventDirectionName;
|
332
385
|
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
386
|
+
if (direction === Direction.NEXT) {
|
387
|
+
directionalClassName = ClassName.LEFT;
|
388
|
+
orderClassName = ClassName.NEXT;
|
389
|
+
eventDirectionName = Direction.LEFT;
|
390
|
+
} else {
|
391
|
+
directionalClassName = ClassName.RIGHT;
|
392
|
+
orderClassName = ClassName.PREV;
|
393
|
+
eventDirectionName = Direction.RIGHT;
|
394
|
+
}
|
342
395
|
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
396
|
+
if (nextElement && $$$1(nextElement).hasClass(ClassName.ACTIVE)) {
|
397
|
+
this._isSliding = false;
|
398
|
+
return;
|
399
|
+
}
|
347
400
|
|
348
|
-
|
401
|
+
var slideEvent = this._triggerSlideEvent(nextElement, eventDirectionName);
|
349
402
|
|
350
|
-
|
351
|
-
|
352
|
-
|
403
|
+
if (slideEvent.isDefaultPrevented()) {
|
404
|
+
return;
|
405
|
+
}
|
353
406
|
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
407
|
+
if (!activeElement || !nextElement) {
|
408
|
+
// Some weirdness is happening, so we bail
|
409
|
+
return;
|
410
|
+
}
|
358
411
|
|
359
|
-
|
412
|
+
this._isSliding = true;
|
360
413
|
|
361
|
-
|
362
|
-
|
363
|
-
|
414
|
+
if (isCycling) {
|
415
|
+
this.pause();
|
416
|
+
}
|
364
417
|
|
365
|
-
|
418
|
+
this._setActiveIndicatorElement(nextElement);
|
366
419
|
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
420
|
+
var slidEvent = $$$1.Event(Event.SLID, {
|
421
|
+
relatedTarget: nextElement,
|
422
|
+
direction: eventDirectionName,
|
423
|
+
from: activeElementIndex,
|
424
|
+
to: nextElementIndex
|
425
|
+
});
|
373
426
|
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
427
|
+
if ($$$1(this._element).hasClass(ClassName.SLIDE)) {
|
428
|
+
$$$1(nextElement).addClass(orderClassName);
|
429
|
+
Util.reflow(nextElement);
|
430
|
+
$$$1(activeElement).addClass(directionalClassName);
|
431
|
+
$$$1(nextElement).addClass(directionalClassName);
|
432
|
+
var transitionDuration = Util.getTransitionDurationFromElement(activeElement);
|
433
|
+
$$$1(activeElement).one(Util.TRANSITION_END, function () {
|
434
|
+
$$$1(nextElement).removeClass(directionalClassName + " " + orderClassName).addClass(ClassName.ACTIVE);
|
435
|
+
$$$1(activeElement).removeClass(ClassName.ACTIVE + " " + orderClassName + " " + directionalClassName);
|
436
|
+
_this3._isSliding = false;
|
437
|
+
setTimeout(function () {
|
438
|
+
return $$$1(_this3._element).trigger(slidEvent);
|
439
|
+
}, 0);
|
440
|
+
}).emulateTransitionEnd(transitionDuration);
|
441
|
+
} else {
|
442
|
+
$$$1(activeElement).removeClass(ClassName.ACTIVE);
|
443
|
+
$$$1(nextElement).addClass(ClassName.ACTIVE);
|
444
|
+
this._isSliding = false;
|
445
|
+
$$$1(this._element).trigger(slidEvent);
|
446
|
+
}
|
394
447
|
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
448
|
+
if (isCycling) {
|
449
|
+
this.cycle();
|
450
|
+
}
|
451
|
+
}; // Static
|
399
452
|
|
400
453
|
|
401
|
-
|
402
|
-
|
403
|
-
|
454
|
+
Carousel._jQueryInterface = function _jQueryInterface(config) {
|
455
|
+
return this.each(function () {
|
456
|
+
var data = $$$1(this).data(DATA_KEY);
|
404
457
|
|
405
|
-
|
458
|
+
var _config = _objectSpread({}, Default, $$$1(this).data());
|
406
459
|
|
407
|
-
|
408
|
-
|
409
|
-
|
460
|
+
if (typeof config === 'object') {
|
461
|
+
_config = _objectSpread({}, _config, config);
|
462
|
+
}
|
410
463
|
|
411
|
-
|
464
|
+
var action = typeof config === 'string' ? config : _config.slide;
|
412
465
|
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
466
|
+
if (!data) {
|
467
|
+
data = new Carousel(this, _config);
|
468
|
+
$$$1(this).data(DATA_KEY, data);
|
469
|
+
}
|
470
|
+
|
471
|
+
if (typeof config === 'number') {
|
472
|
+
data.to(config);
|
473
|
+
} else if (typeof action === 'string') {
|
474
|
+
if (typeof data[action] === 'undefined') {
|
475
|
+
throw new TypeError("No method named \"" + action + "\"");
|
476
|
+
}
|
417
477
|
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
throw new TypeError("No method named \"" + action + "\"");
|
478
|
+
data[action]();
|
479
|
+
} else if (_config.interval) {
|
480
|
+
data.pause();
|
481
|
+
data.cycle();
|
423
482
|
}
|
483
|
+
});
|
484
|
+
};
|
424
485
|
|
425
|
-
|
426
|
-
|
427
|
-
data.pause();
|
428
|
-
data.cycle();
|
429
|
-
}
|
430
|
-
});
|
431
|
-
};
|
486
|
+
Carousel._dataApiClickHandler = function _dataApiClickHandler(event) {
|
487
|
+
var selector = Util.getSelectorFromElement(this);
|
432
488
|
|
433
|
-
|
434
|
-
|
489
|
+
if (!selector) {
|
490
|
+
return;
|
491
|
+
}
|
435
492
|
|
436
|
-
|
437
|
-
return;
|
438
|
-
}
|
493
|
+
var target = $$$1(selector)[0];
|
439
494
|
|
440
|
-
|
495
|
+
if (!target || !$$$1(target).hasClass(ClassName.CAROUSEL)) {
|
496
|
+
return;
|
497
|
+
}
|
441
498
|
|
442
|
-
|
443
|
-
return;
|
444
|
-
}
|
499
|
+
var config = _objectSpread({}, $$$1(target).data(), $$$1(this).data());
|
445
500
|
|
446
|
-
|
501
|
+
var slideIndex = this.getAttribute('data-slide-to');
|
447
502
|
|
448
|
-
|
503
|
+
if (slideIndex) {
|
504
|
+
config.interval = false;
|
505
|
+
}
|
449
506
|
|
450
|
-
|
451
|
-
config.interval = false;
|
452
|
-
}
|
507
|
+
Carousel._jQueryInterface.call($$$1(target), config);
|
453
508
|
|
454
|
-
|
509
|
+
if (slideIndex) {
|
510
|
+
$$$1(target).data(DATA_KEY).to(slideIndex);
|
511
|
+
}
|
455
512
|
|
456
|
-
|
457
|
-
|
458
|
-
}
|
513
|
+
event.preventDefault();
|
514
|
+
};
|
459
515
|
|
460
|
-
|
461
|
-
|
516
|
+
_createClass(Carousel, null, [{
|
517
|
+
key: "VERSION",
|
518
|
+
get: function get() {
|
519
|
+
return VERSION;
|
520
|
+
}
|
521
|
+
}, {
|
522
|
+
key: "Default",
|
523
|
+
get: function get() {
|
524
|
+
return Default;
|
525
|
+
}
|
526
|
+
}]);
|
462
527
|
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
get: function get() {
|
471
|
-
return Default;
|
472
|
-
}
|
473
|
-
}]);
|
528
|
+
return Carousel;
|
529
|
+
}();
|
530
|
+
/**
|
531
|
+
* ------------------------------------------------------------------------
|
532
|
+
* Data Api implementation
|
533
|
+
* ------------------------------------------------------------------------
|
534
|
+
*/
|
474
535
|
|
475
|
-
return Carousel;
|
476
|
-
}();
|
477
|
-
/**
|
478
|
-
* ------------------------------------------------------------------------
|
479
|
-
* Data Api implementation
|
480
|
-
* ------------------------------------------------------------------------
|
481
|
-
*/
|
482
536
|
|
537
|
+
$$$1(document).on(Event.CLICK_DATA_API, Selector.DATA_SLIDE, Carousel._dataApiClickHandler);
|
538
|
+
$$$1(window).on(Event.LOAD_DATA_API, function () {
|
539
|
+
var carousels = [].slice.call(document.querySelectorAll(Selector.DATA_RIDE));
|
483
540
|
|
484
|
-
|
485
|
-
|
486
|
-
$(Selector.DATA_RIDE).each(function () {
|
487
|
-
var $carousel = $(this);
|
541
|
+
for (var i = 0, len = carousels.length; i < len; i++) {
|
542
|
+
var $carousel = $$$1(carousels[i]);
|
488
543
|
|
489
|
-
|
544
|
+
Carousel._jQueryInterface.call($carousel, $carousel.data());
|
545
|
+
}
|
490
546
|
});
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
*/
|
547
|
+
/**
|
548
|
+
* ------------------------------------------------------------------------
|
549
|
+
* jQuery
|
550
|
+
* ------------------------------------------------------------------------
|
551
|
+
*/
|
497
552
|
|
498
|
-
|
499
|
-
|
553
|
+
$$$1.fn[NAME] = Carousel._jQueryInterface;
|
554
|
+
$$$1.fn[NAME].Constructor = Carousel;
|
500
555
|
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
556
|
+
$$$1.fn[NAME].noConflict = function () {
|
557
|
+
$$$1.fn[NAME] = JQUERY_NO_CONFLICT;
|
558
|
+
return Carousel._jQueryInterface;
|
559
|
+
};
|
560
|
+
|
561
|
+
return Carousel;
|
562
|
+
}($);
|
505
563
|
|
506
564
|
return Carousel;
|
507
|
-
|
508
|
-
|
565
|
+
|
566
|
+
})));
|
567
|
+
//# sourceMappingURL=carousel.js.map
|