govuk_publishing_components 30.3.0 → 30.5.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/govuk_publishing_components/analytics-ga4/ga4-event-tracker.js +63 -51
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-link-tracker.js +25 -11
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-page-views.js +11 -10
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/init-ga4.js +26 -0
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4.js +1 -3
- data/app/assets/stylesheets/component_guide/application.scss +4 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_layout-footer.scss +7 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_layout-super-navigation-header.scss +60 -11
- data/app/assets/stylesheets/govuk_publishing_components/components/_organisation-logo.scss +2 -4
- data/app/views/govuk_publishing_components/component_guide/show.html.erb +31 -6
- data/app/views/govuk_publishing_components/components/_layout_super_navigation_header.html.erb +6 -2
- data/config/locales/en.yml +4 -0
- data/lib/govuk_publishing_components/version.rb +1 -1
- data/node_modules/axe-core/README.md +83 -53
- data/node_modules/axe-core/axe.d.ts +403 -224
- data/node_modules/axe-core/axe.js +23281 -21919
- data/node_modules/axe-core/axe.min.js +3 -3
- data/node_modules/axe-core/locales/da.json +795 -780
- data/node_modules/axe-core/locales/de.json +932 -621
- data/node_modules/axe-core/locales/es.json +786 -771
- data/node_modules/axe-core/locales/eu.json +787 -0
- data/node_modules/axe-core/locales/fr.json +982 -840
- data/node_modules/axe-core/locales/ja.json +988 -880
- data/node_modules/axe-core/locales/ko.json +999 -775
- data/node_modules/axe-core/locales/nl.json +46 -34
- data/node_modules/axe-core/locales/pl.json +965 -0
- data/node_modules/axe-core/locales/pt_BR.json +966 -880
- data/node_modules/axe-core/package.json +189 -145
- data/node_modules/axe-core/sri-history.json +312 -192
- data/node_modules/govuk-frontend/govuk/all.js +64 -44
- data/node_modules/govuk-frontend/govuk/components/accordion/_index.scss +1 -1
- data/node_modules/govuk-frontend/govuk/components/accordion/accordion.js +3 -13
- data/node_modules/govuk-frontend/govuk/components/accordion/fixtures.json +12 -12
- data/node_modules/govuk-frontend/govuk/components/accordion/template.njk +5 -1
- data/node_modules/govuk-frontend/govuk/components/character-count/fixtures.json +1 -1
- data/node_modules/govuk-frontend/govuk/components/details/details.js +8 -20
- data/node_modules/govuk-frontend/govuk/components/details/macro-options.json +6 -0
- data/node_modules/govuk-frontend/govuk/components/details/template.njk +1 -1
- data/node_modules/govuk-frontend/govuk/components/error-message/fixtures.json +9 -0
- data/node_modules/govuk-frontend/govuk/components/error-summary/macro-options.json +6 -0
- data/node_modules/govuk-frontend/govuk/components/error-summary/template.njk +2 -2
- data/node_modules/govuk-frontend/govuk/components/footer/fixtures.json +59 -20
- data/node_modules/govuk-frontend/govuk/components/footer/macro-options.json +40 -0
- data/node_modules/govuk-frontend/govuk/components/footer/template.njk +17 -7
- data/node_modules/govuk-frontend/govuk/components/header/_index.scss +14 -21
- data/node_modules/govuk-frontend/govuk/components/header/fixtures.json +11 -11
- data/node_modules/govuk-frontend/govuk/components/header/header.js +53 -11
- data/node_modules/govuk-frontend/govuk/components/header/macro-options.json +2 -2
- data/node_modules/govuk-frontend/govuk/components/header/template.njk +1 -1
- data/node_modules/govuk-frontend/govuk/components/input/_index.scss +9 -10
- data/node_modules/govuk-frontend/govuk/components/inset-text/macro-options.json +6 -0
- data/node_modules/govuk-frontend/govuk/components/inset-text/template.njk +1 -1
- data/node_modules/govuk-frontend/govuk/components/notification-banner/macro-options.json +6 -0
- data/node_modules/govuk-frontend/govuk/components/notification-banner/template.njk +2 -2
- data/node_modules/govuk-frontend/govuk/components/panel/macro-options.json +6 -0
- data/node_modules/govuk-frontend/govuk/components/panel/template.njk +2 -2
- data/node_modules/govuk-frontend/govuk/components/select/_index.scss +6 -0
- data/node_modules/govuk-frontend/govuk/components/select/fixtures.json +15 -1
- data/node_modules/govuk-frontend/govuk/components/summary-list/_index.scss +37 -10
- data/node_modules/govuk-frontend/govuk/components/summary-list/fixtures.json +69 -4
- data/node_modules/govuk-frontend/govuk/components/summary-list/template.njk +3 -3
- data/node_modules/govuk-frontend/govuk/components/tabs/fixtures.json +13 -13
- data/node_modules/govuk-frontend/govuk/components/tabs/template.njk +5 -1
- data/node_modules/govuk-frontend/govuk/helpers/_typography.scss +14 -7
- data/node_modules/govuk-frontend/govuk/overrides/_spacing.scss +56 -12
- data/node_modules/govuk-frontend/govuk/settings/_spacing.scss +4 -8
- data/node_modules/govuk-frontend/govuk/template.njk +5 -5
- data/node_modules/govuk-frontend/govuk-esm/components/accordion/accordion.mjs +3 -13
- data/node_modules/govuk-frontend/govuk-esm/components/details/details.mjs +8 -20
- data/node_modules/govuk-frontend/govuk-esm/components/header/header.mjs +53 -11
- data/node_modules/govuk-frontend/package.json +1 -1
- data/node_modules/sortablejs/README.md +828 -815
- data/node_modules/sortablejs/Sortable.js +186 -113
- data/node_modules/sortablejs/Sortable.min.js +2 -2
- data/node_modules/sortablejs/modular/sortable.complete.esm.js +184 -111
- data/node_modules/sortablejs/modular/sortable.core.esm.js +184 -111
- data/node_modules/sortablejs/modular/sortable.esm.js +184 -111
- data/node_modules/sortablejs/package.json +3 -3
- metadata +6 -584
- data/node_modules/axe-core/CHANGELOG.md +0 -1053
- data/node_modules/axe-core/CONTRIBUTING.md +0 -187
- data/node_modules/axe-core/bower.json +0 -40
- data/node_modules/axe-core/doc/API.md +0 -889
- data/node_modules/axe-core/doc/accessibility-supported.md +0 -33
- data/node_modules/axe-core/doc/act-rules-format.md +0 -37
- data/node_modules/axe-core/doc/aria-supported.md +0 -13
- data/node_modules/axe-core/doc/backwards-compatibility-doc.md +0 -94
- data/node_modules/axe-core/doc/check-message-template.md +0 -124
- data/node_modules/axe-core/doc/code-submission-guidelines.md +0 -178
- data/node_modules/axe-core/doc/developer-guide.md +0 -514
- data/node_modules/axe-core/doc/examples/chrome-debugging-protocol/README.md +0 -13
- data/node_modules/axe-core/doc/examples/chrome-debugging-protocol/axe-cdp.js +0 -81
- data/node_modules/axe-core/doc/examples/chrome-debugging-protocol/package.json +0 -11
- data/node_modules/axe-core/doc/examples/html-handlebars.md +0 -164
- data/node_modules/axe-core/doc/examples/jasmine/README.md +0 -35
- data/node_modules/axe-core/doc/examples/jasmine/karma.conf.js +0 -29
- data/node_modules/axe-core/doc/examples/jasmine/package.json +0 -21
- data/node_modules/axe-core/doc/examples/jasmine/spec/a11y.js +0 -36
- data/node_modules/axe-core/doc/examples/jest_react/README.md +0 -41
- data/node_modules/axe-core/doc/examples/jest_react/link.js +0 -7
- data/node_modules/axe-core/doc/examples/jest_react/link.test.js +0 -24
- data/node_modules/axe-core/doc/examples/jest_react/package.json +0 -28
- data/node_modules/axe-core/doc/examples/jest_react/test-helpers.js +0 -21
- data/node_modules/axe-core/doc/examples/jsdom/package.json +0 -15
- data/node_modules/axe-core/doc/examples/mocha/README.md +0 -35
- data/node_modules/axe-core/doc/examples/mocha/karma.conf.js +0 -29
- data/node_modules/axe-core/doc/examples/mocha/package.json +0 -22
- data/node_modules/axe-core/doc/examples/phantomjs/README.md +0 -17
- data/node_modules/axe-core/doc/examples/phantomjs/axe-phantom.js +0 -53
- data/node_modules/axe-core/doc/examples/phantomjs/package.json +0 -19
- data/node_modules/axe-core/doc/examples/puppeteer/README.md +0 -12
- data/node_modules/axe-core/doc/examples/puppeteer/axe-puppeteer.js +0 -60
- data/node_modules/axe-core/doc/examples/puppeteer/package.json +0 -13
- data/node_modules/axe-core/doc/examples/qunit/README.md +0 -37
- data/node_modules/axe-core/doc/examples/qunit/package.json +0 -21
- data/node_modules/axe-core/doc/examples/test-examples.js +0 -32
- data/node_modules/axe-core/doc/plugins.md +0 -123
- data/node_modules/axe-core/doc/projects.md +0 -48
- data/node_modules/axe-core/doc/rule-descriptions.md +0 -129
- data/node_modules/axe-core/doc/rule-development.md +0 -123
- data/node_modules/axe-core/doc/rule-proposal.md +0 -106
- data/node_modules/axe-core/lib/checks/aria/abstractrole.js +0 -10
- data/node_modules/axe-core/lib/checks/aria/abstractrole.json +0 -14
- data/node_modules/axe-core/lib/checks/aria/allowed-attr.js +0 -39
- data/node_modules/axe-core/lib/checks/aria/allowed-attr.json +0 -14
- data/node_modules/axe-core/lib/checks/aria/aria-allowed-role.js +0 -28
- data/node_modules/axe-core/lib/checks/aria/aria-allowed-role.json +0 -22
- data/node_modules/axe-core/lib/checks/aria/aria-hidden-body.js +0 -1
- data/node_modules/axe-core/lib/checks/aria/aria-hidden-body.json +0 -11
- data/node_modules/axe-core/lib/checks/aria/aria-roledescription.js +0 -14
- data/node_modules/axe-core/lib/checks/aria/aria-roledescription.json +0 -23
- data/node_modules/axe-core/lib/checks/aria/errormessage.js +0 -33
- data/node_modules/axe-core/lib/checks/aria/errormessage.json +0 -14
- data/node_modules/axe-core/lib/checks/aria/fallbackrole.js +0 -1
- data/node_modules/axe-core/lib/checks/aria/fallbackrole.json +0 -11
- data/node_modules/axe-core/lib/checks/aria/has-widget-role.js +0 -6
- data/node_modules/axe-core/lib/checks/aria/has-widget-role.json +0 -12
- data/node_modules/axe-core/lib/checks/aria/implicit-role-fallback.js +0 -6
- data/node_modules/axe-core/lib/checks/aria/implicit-role-fallback.json +0 -12
- data/node_modules/axe-core/lib/checks/aria/invalidrole.js +0 -17
- data/node_modules/axe-core/lib/checks/aria/invalidrole.json +0 -14
- data/node_modules/axe-core/lib/checks/aria/no-implicit-explicit-label.js +0 -21
- data/node_modules/axe-core/lib/checks/aria/no-implicit-explicit-label.json +0 -11
- data/node_modules/axe-core/lib/checks/aria/required-attr.js +0 -53
- data/node_modules/axe-core/lib/checks/aria/required-attr.json +0 -14
- data/node_modules/axe-core/lib/checks/aria/required-children.js +0 -154
- data/node_modules/axe-core/lib/checks/aria/required-children.json +0 -32
- data/node_modules/axe-core/lib/checks/aria/required-parent.js +0 -87
- data/node_modules/axe-core/lib/checks/aria/required-parent.json +0 -14
- data/node_modules/axe-core/lib/checks/aria/unsupportedattr.js +0 -39
- data/node_modules/axe-core/lib/checks/aria/unsupportedattr.json +0 -11
- data/node_modules/axe-core/lib/checks/aria/unsupportedrole.js +0 -1
- data/node_modules/axe-core/lib/checks/aria/unsupportedrole.json +0 -11
- data/node_modules/axe-core/lib/checks/aria/valid-attr-value.js +0 -80
- data/node_modules/axe-core/lib/checks/aria/valid-attr-value.json +0 -19
- data/node_modules/axe-core/lib/checks/aria/valid-attr.js +0 -25
- data/node_modules/axe-core/lib/checks/aria/valid-attr.json +0 -15
- data/node_modules/axe-core/lib/checks/aria/valid-scrollable-semantics.js +0 -62
- data/node_modules/axe-core/lib/checks/aria/valid-scrollable-semantics.json +0 -12
- data/node_modules/axe-core/lib/checks/color/color-contrast.js +0 -86
- data/node_modules/axe-core/lib/checks/color/color-contrast.json +0 -30
- data/node_modules/axe-core/lib/checks/color/link-in-text-block.js +0 -85
- data/node_modules/axe-core/lib/checks/color/link-in-text-block.json +0 -19
- data/node_modules/axe-core/lib/checks/forms/autocomplete-appropriate.js +0 -67
- data/node_modules/axe-core/lib/checks/forms/autocomplete-appropriate.json +0 -11
- data/node_modules/axe-core/lib/checks/forms/autocomplete-valid.js +0 -2
- data/node_modules/axe-core/lib/checks/forms/autocomplete-valid.json +0 -11
- data/node_modules/axe-core/lib/checks/forms/fieldset-after.js +0 -25
- data/node_modules/axe-core/lib/checks/forms/fieldset.js +0 -109
- data/node_modules/axe-core/lib/checks/forms/fieldset.json +0 -20
- data/node_modules/axe-core/lib/checks/forms/group-labelledby-after.js +0 -16
- data/node_modules/axe-core/lib/checks/forms/group-labelledby.js +0 -66
- data/node_modules/axe-core/lib/checks/forms/group-labelledby.json +0 -17
- data/node_modules/axe-core/lib/checks/keyboard/accesskeys-after.js +0 -19
- data/node_modules/axe-core/lib/checks/keyboard/accesskeys.js +0 -5
- data/node_modules/axe-core/lib/checks/keyboard/accesskeys.json +0 -12
- data/node_modules/axe-core/lib/checks/keyboard/focusable-content.js +0 -16
- data/node_modules/axe-core/lib/checks/keyboard/focusable-content.json +0 -11
- data/node_modules/axe-core/lib/checks/keyboard/focusable-disabled.js +0 -30
- data/node_modules/axe-core/lib/checks/keyboard/focusable-disabled.json +0 -11
- data/node_modules/axe-core/lib/checks/keyboard/focusable-element.js +0 -12
- data/node_modules/axe-core/lib/checks/keyboard/focusable-element.json +0 -11
- data/node_modules/axe-core/lib/checks/keyboard/focusable-modal-open.js +0 -14
- data/node_modules/axe-core/lib/checks/keyboard/focusable-modal-open.json +0 -11
- data/node_modules/axe-core/lib/checks/keyboard/focusable-no-name.js +0 -6
- data/node_modules/axe-core/lib/checks/keyboard/focusable-no-name.json +0 -11
- data/node_modules/axe-core/lib/checks/keyboard/focusable-not-tabbable.js +0 -30
- data/node_modules/axe-core/lib/checks/keyboard/focusable-not-tabbable.json +0 -11
- data/node_modules/axe-core/lib/checks/keyboard/landmark-is-top-level.js +0 -18
- data/node_modules/axe-core/lib/checks/keyboard/landmark-is-top-level.json +0 -11
- data/node_modules/axe-core/lib/checks/keyboard/page-has-elm-after.js +0 -11
- data/node_modules/axe-core/lib/checks/keyboard/page-has-elm.js +0 -13
- data/node_modules/axe-core/lib/checks/keyboard/page-has-heading-one.json +0 -15
- data/node_modules/axe-core/lib/checks/keyboard/page-has-main.json +0 -15
- data/node_modules/axe-core/lib/checks/keyboard/page-no-duplicate-after.js +0 -2
- data/node_modules/axe-core/lib/checks/keyboard/page-no-duplicate-banner.json +0 -16
- data/node_modules/axe-core/lib/checks/keyboard/page-no-duplicate-contentinfo.json +0 -16
- data/node_modules/axe-core/lib/checks/keyboard/page-no-duplicate-main.json +0 -15
- data/node_modules/axe-core/lib/checks/keyboard/page-no-duplicate.js +0 -36
- data/node_modules/axe-core/lib/checks/keyboard/tabindex.js +0 -6
- data/node_modules/axe-core/lib/checks/keyboard/tabindex.json +0 -11
- data/node_modules/axe-core/lib/checks/label/alt-space-value.js +0 -3
- data/node_modules/axe-core/lib/checks/label/alt-space-value.json +0 -11
- data/node_modules/axe-core/lib/checks/label/duplicate-img-label.js +0 -22
- data/node_modules/axe-core/lib/checks/label/duplicate-img-label.json +0 -11
- data/node_modules/axe-core/lib/checks/label/explicit.js +0 -15
- data/node_modules/axe-core/lib/checks/label/explicit.json +0 -11
- data/node_modules/axe-core/lib/checks/label/help-same-as-label.js +0 -23
- data/node_modules/axe-core/lib/checks/label/help-same-as-label.json +0 -12
- data/node_modules/axe-core/lib/checks/label/hidden-explicit-label.js +0 -12
- data/node_modules/axe-core/lib/checks/label/hidden-explicit-label.json +0 -11
- data/node_modules/axe-core/lib/checks/label/implicit.js +0 -7
- data/node_modules/axe-core/lib/checks/label/implicit.json +0 -11
- data/node_modules/axe-core/lib/checks/label/label-content-name-mismatch.js +0 -59
- data/node_modules/axe-core/lib/checks/label/label-content-name-mismatch.json +0 -15
- data/node_modules/axe-core/lib/checks/label/multiple-label.js +0 -39
- data/node_modules/axe-core/lib/checks/label/multiple-label.json +0 -11
- data/node_modules/axe-core/lib/checks/label/title-only.js +0 -5
- data/node_modules/axe-core/lib/checks/label/title-only.json +0 -11
- data/node_modules/axe-core/lib/checks/landmarks/landmark-is-unique-after.js +0 -23
- data/node_modules/axe-core/lib/checks/landmarks/landmark-is-unique.js +0 -7
- data/node_modules/axe-core/lib/checks/landmarks/landmark-is-unique.json +0 -12
- data/node_modules/axe-core/lib/checks/language/has-lang.js +0 -20
- data/node_modules/axe-core/lib/checks/language/has-lang.json +0 -14
- data/node_modules/axe-core/lib/checks/language/valid-lang.js +0 -26
- data/node_modules/axe-core/lib/checks/language/valid-lang.json +0 -11
- data/node_modules/axe-core/lib/checks/language/xml-lang-mismatch.js +0 -5
- data/node_modules/axe-core/lib/checks/language/xml-lang-mismatch.json +0 -11
- data/node_modules/axe-core/lib/checks/lists/dlitem.js +0 -23
- data/node_modules/axe-core/lib/checks/lists/dlitem.json +0 -11
- data/node_modules/axe-core/lib/checks/lists/listitem.js +0 -21
- data/node_modules/axe-core/lib/checks/lists/listitem.json +0 -14
- data/node_modules/axe-core/lib/checks/lists/only-dlitems.js +0 -42
- data/node_modules/axe-core/lib/checks/lists/only-dlitems.json +0 -11
- data/node_modules/axe-core/lib/checks/lists/only-listitems.js +0 -58
- data/node_modules/axe-core/lib/checks/lists/only-listitems.json +0 -14
- data/node_modules/axe-core/lib/checks/lists/structured-dlitems.js +0 -22
- data/node_modules/axe-core/lib/checks/lists/structured-dlitems.json +0 -11
- data/node_modules/axe-core/lib/checks/media/caption.js +0 -8
- data/node_modules/axe-core/lib/checks/media/caption.json +0 -11
- data/node_modules/axe-core/lib/checks/media/description.js +0 -8
- data/node_modules/axe-core/lib/checks/media/description.json +0 -11
- data/node_modules/axe-core/lib/checks/media/frame-tested.js +0 -28
- data/node_modules/axe-core/lib/checks/media/frame-tested.json +0 -15
- data/node_modules/axe-core/lib/checks/media/no-autoplay-audio.js +0 -93
- data/node_modules/axe-core/lib/checks/media/no-autoplay-audio.json +0 -15
- data/node_modules/axe-core/lib/checks/mobile/css-orientation-lock.js +0 -251
- data/node_modules/axe-core/lib/checks/mobile/css-orientation-lock.json +0 -15
- data/node_modules/axe-core/lib/checks/mobile/meta-viewport-large.json +0 -15
- data/node_modules/axe-core/lib/checks/mobile/meta-viewport-scale.js +0 -55
- data/node_modules/axe-core/lib/checks/mobile/meta-viewport.json +0 -14
- data/node_modules/axe-core/lib/checks/navigation/header-present.js +0 -4
- data/node_modules/axe-core/lib/checks/navigation/header-present.json +0 -11
- data/node_modules/axe-core/lib/checks/navigation/heading-order-after.js +0 -14
- data/node_modules/axe-core/lib/checks/navigation/heading-order.js +0 -15
- data/node_modules/axe-core/lib/checks/navigation/heading-order.json +0 -12
- data/node_modules/axe-core/lib/checks/navigation/identical-links-same-purpose-after.js +0 -100
- data/node_modules/axe-core/lib/checks/navigation/identical-links-same-purpose.js +0 -31
- data/node_modules/axe-core/lib/checks/navigation/identical-links-same-purpose.json +0 -12
- data/node_modules/axe-core/lib/checks/navigation/internal-link-present.js +0 -4
- data/node_modules/axe-core/lib/checks/navigation/internal-link-present.json +0 -11
- data/node_modules/axe-core/lib/checks/navigation/landmark.js +0 -3
- data/node_modules/axe-core/lib/checks/navigation/landmark.json +0 -11
- data/node_modules/axe-core/lib/checks/navigation/meta-refresh.js +0 -4
- data/node_modules/axe-core/lib/checks/navigation/meta-refresh.json +0 -11
- data/node_modules/axe-core/lib/checks/navigation/p-as-heading.js +0 -93
- data/node_modules/axe-core/lib/checks/navigation/p-as-heading.json +0 -30
- data/node_modules/axe-core/lib/checks/navigation/region.js +0 -107
- data/node_modules/axe-core/lib/checks/navigation/region.json +0 -11
- data/node_modules/axe-core/lib/checks/navigation/skip-link.js +0 -5
- data/node_modules/axe-core/lib/checks/navigation/skip-link.json +0 -12
- data/node_modules/axe-core/lib/checks/navigation/unique-frame-title-after.js +0 -9
- data/node_modules/axe-core/lib/checks/navigation/unique-frame-title.js +0 -6
- data/node_modules/axe-core/lib/checks/navigation/unique-frame-title.json +0 -12
- data/node_modules/axe-core/lib/checks/parsing/duplicate-id-active.json +0 -12
- data/node_modules/axe-core/lib/checks/parsing/duplicate-id-after.js +0 -8
- data/node_modules/axe-core/lib/checks/parsing/duplicate-id-aria.json +0 -12
- data/node_modules/axe-core/lib/checks/parsing/duplicate-id.js +0 -17
- data/node_modules/axe-core/lib/checks/parsing/duplicate-id.json +0 -12
- data/node_modules/axe-core/lib/checks/shared/aria-label.js +0 -2
- data/node_modules/axe-core/lib/checks/shared/aria-label.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/aria-labelledby.js +0 -2
- data/node_modules/axe-core/lib/checks/shared/aria-labelledby.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/avoid-inline-spacing.js +0 -18
- data/node_modules/axe-core/lib/checks/shared/avoid-inline-spacing.json +0 -14
- data/node_modules/axe-core/lib/checks/shared/button-has-visible-text.js +0 -12
- data/node_modules/axe-core/lib/checks/shared/button-has-visible-text.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/doc-has-title.js +0 -2
- data/node_modules/axe-core/lib/checks/shared/doc-has-title.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/exists.js +0 -1
- data/node_modules/axe-core/lib/checks/shared/exists.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/has-alt.js +0 -6
- data/node_modules/axe-core/lib/checks/shared/has-alt.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/has-visible-text.js +0 -1
- data/node_modules/axe-core/lib/checks/shared/has-visible-text.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/is-on-screen.js +0 -4
- data/node_modules/axe-core/lib/checks/shared/is-on-screen.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/non-empty-alt.js +0 -2
- data/node_modules/axe-core/lib/checks/shared/non-empty-alt.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/non-empty-if-present.js +0 -15
- data/node_modules/axe-core/lib/checks/shared/non-empty-if-present.json +0 -14
- data/node_modules/axe-core/lib/checks/shared/non-empty-title.js +0 -2
- data/node_modules/axe-core/lib/checks/shared/non-empty-title.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/non-empty-value.js +0 -2
- data/node_modules/axe-core/lib/checks/shared/non-empty-value.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/role-none.js +0 -1
- data/node_modules/axe-core/lib/checks/shared/role-none.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/role-presentation.js +0 -1
- data/node_modules/axe-core/lib/checks/shared/role-presentation.json +0 -11
- data/node_modules/axe-core/lib/checks/shared/svg-non-empty-title.js +0 -4
- data/node_modules/axe-core/lib/checks/shared/svg-non-empty-title.json +0 -11
- data/node_modules/axe-core/lib/checks/tables/caption-faked.js +0 -10
- data/node_modules/axe-core/lib/checks/tables/caption-faked.json +0 -11
- data/node_modules/axe-core/lib/checks/tables/has-caption.js +0 -1
- data/node_modules/axe-core/lib/checks/tables/has-caption.json +0 -12
- data/node_modules/axe-core/lib/checks/tables/has-summary.js +0 -1
- data/node_modules/axe-core/lib/checks/tables/has-summary.json +0 -12
- data/node_modules/axe-core/lib/checks/tables/has-th.js +0 -31
- data/node_modules/axe-core/lib/checks/tables/has-th.json +0 -12
- data/node_modules/axe-core/lib/checks/tables/headers-visible-text.js +0 -30
- data/node_modules/axe-core/lib/checks/tables/html5-scope.js +0 -5
- data/node_modules/axe-core/lib/checks/tables/html5-scope.json +0 -11
- data/node_modules/axe-core/lib/checks/tables/same-caption-summary.js +0 -7
- data/node_modules/axe-core/lib/checks/tables/same-caption-summary.json +0 -11
- data/node_modules/axe-core/lib/checks/tables/scope-value.js +0 -5
- data/node_modules/axe-core/lib/checks/tables/scope-value.json +0 -11
- data/node_modules/axe-core/lib/checks/tables/td-has-header.js +0 -30
- data/node_modules/axe-core/lib/checks/tables/td-has-header.json +0 -11
- data/node_modules/axe-core/lib/checks/tables/td-headers-attr.js +0 -61
- data/node_modules/axe-core/lib/checks/tables/td-headers-attr.json +0 -12
- data/node_modules/axe-core/lib/checks/tables/th-has-data-cells.js +0 -76
- data/node_modules/axe-core/lib/checks/tables/th-has-data-cells.json +0 -12
- data/node_modules/axe-core/lib/checks/tables/th-single-row-column.js +0 -39
- data/node_modules/axe-core/lib/checks/visibility/hidden-content.js +0 -21
- data/node_modules/axe-core/lib/checks/visibility/hidden-content.json +0 -12
- data/node_modules/axe-core/lib/commons/aria/arialabel-text.js +0 -18
- data/node_modules/axe-core/lib/commons/aria/arialabelledby-text.js +0 -52
- data/node_modules/axe-core/lib/commons/aria/attributes.js +0 -45
- data/node_modules/axe-core/lib/commons/aria/get-element-unallowed-roles.js +0 -113
- data/node_modules/axe-core/lib/commons/aria/get-owned-virtual.js +0 -24
- data/node_modules/axe-core/lib/commons/aria/get-role.js +0 -44
- data/node_modules/axe-core/lib/commons/aria/index.js +0 -2424
- data/node_modules/axe-core/lib/commons/aria/is-accessible-ref.js +0 -59
- data/node_modules/axe-core/lib/commons/aria/is-aria-role-allowed-on-element.js +0 -41
- data/node_modules/axe-core/lib/commons/aria/is-unsupported-role.js +0 -14
- data/node_modules/axe-core/lib/commons/aria/label-virtual.js +0 -54
- data/node_modules/axe-core/lib/commons/aria/named-from-contents.js +0 -39
- data/node_modules/axe-core/lib/commons/aria/roles.js +0 -208
- data/node_modules/axe-core/lib/commons/aria/validate-attr-value.js +0 -62
- data/node_modules/axe-core/lib/commons/color/center-point-of-rect.js +0 -30
- data/node_modules/axe-core/lib/commons/color/contrast.js +0 -178
- data/node_modules/axe-core/lib/commons/color/element-has-image.js +0 -36
- data/node_modules/axe-core/lib/commons/color/element-is-distinct.js +0 -88
- data/node_modules/axe-core/lib/commons/color/get-background-color.js +0 -285
- data/node_modules/axe-core/lib/commons/color/get-foreground-color.js +0 -61
- data/node_modules/axe-core/lib/commons/color/get-own-background-color.js +0 -22
- data/node_modules/axe-core/lib/commons/color/incomplete-data.js +0 -50
- data/node_modules/axe-core/lib/commons/color/index.js +0 -8
- data/node_modules/axe-core/lib/commons/dom/elements-below-floating.js +0 -39
- data/node_modules/axe-core/lib/commons/dom/find-elms-in-context.js +0 -28
- data/node_modules/axe-core/lib/commons/dom/find-up.js +0 -63
- data/node_modules/axe-core/lib/commons/dom/get-composed-parent.js +0 -25
- data/node_modules/axe-core/lib/commons/dom/get-element-by-reference.js +0 -34
- data/node_modules/axe-core/lib/commons/dom/get-element-coordinates.js +0 -38
- data/node_modules/axe-core/lib/commons/dom/get-element-stack.js +0 -589
- data/node_modules/axe-core/lib/commons/dom/get-root-node.js +0 -12
- data/node_modules/axe-core/lib/commons/dom/get-scroll-offset.js +0 -33
- data/node_modules/axe-core/lib/commons/dom/get-tabbable-elements.js +0 -24
- data/node_modules/axe-core/lib/commons/dom/get-viewport-size.js +0 -37
- data/node_modules/axe-core/lib/commons/dom/has-content-virtual.js +0 -75
- data/node_modules/axe-core/lib/commons/dom/idrefs.js +0 -36
- data/node_modules/axe-core/lib/commons/dom/index.js +0 -9
- data/node_modules/axe-core/lib/commons/dom/is-focusable.js +0 -95
- data/node_modules/axe-core/lib/commons/dom/is-hidden-with-css.js +0 -73
- data/node_modules/axe-core/lib/commons/dom/is-html5.js +0 -17
- data/node_modules/axe-core/lib/commons/dom/is-in-text-block.js +0 -94
- data/node_modules/axe-core/lib/commons/dom/is-modal-open.js +0 -98
- data/node_modules/axe-core/lib/commons/dom/is-node.js +0 -13
- data/node_modules/axe-core/lib/commons/dom/is-offscreen.js +0 -62
- data/node_modules/axe-core/lib/commons/dom/is-skip-link.js +0 -45
- data/node_modules/axe-core/lib/commons/dom/is-visible.js +0 -176
- data/node_modules/axe-core/lib/commons/dom/is-visual-content.js +0 -49
- data/node_modules/axe-core/lib/commons/dom/shadow-elements-from-point.js +0 -42
- data/node_modules/axe-core/lib/commons/dom/url-props-from-attribute.js +0 -152
- data/node_modules/axe-core/lib/commons/dom/visually-contains.js +0 -111
- data/node_modules/axe-core/lib/commons/dom/visually-overlaps.js +0 -46
- data/node_modules/axe-core/lib/commons/forms/index.js +0 -8
- data/node_modules/axe-core/lib/commons/forms/is-aria-combobox.js +0 -13
- data/node_modules/axe-core/lib/commons/forms/is-aria-listbox.js +0 -13
- data/node_modules/axe-core/lib/commons/forms/is-aria-range.js +0 -14
- data/node_modules/axe-core/lib/commons/forms/is-aria-textbox.js +0 -13
- data/node_modules/axe-core/lib/commons/forms/is-native-select.js +0 -13
- data/node_modules/axe-core/lib/commons/forms/is-native-textbox.js +0 -28
- data/node_modules/axe-core/lib/commons/index.js +0 -11
- data/node_modules/axe-core/lib/commons/intro.stub +0 -1
- data/node_modules/axe-core/lib/commons/matches/attributes.js +0 -27
- data/node_modules/axe-core/lib/commons/matches/condition.js +0 -19
- data/node_modules/axe-core/lib/commons/matches/from-definition.js +0 -52
- data/node_modules/axe-core/lib/commons/matches/from-function.js +0 -38
- data/node_modules/axe-core/lib/commons/matches/from-primative.js +0 -30
- data/node_modules/axe-core/lib/commons/matches/index.js +0 -39
- data/node_modules/axe-core/lib/commons/matches/node-name.js +0 -24
- data/node_modules/axe-core/lib/commons/matches/properties.js +0 -28
- data/node_modules/axe-core/lib/commons/outro.stub +0 -2
- data/node_modules/axe-core/lib/commons/table/get-all-cells.js +0 -28
- data/node_modules/axe-core/lib/commons/table/get-cell-position.js +0 -28
- data/node_modules/axe-core/lib/commons/table/get-headers.js +0 -79
- data/node_modules/axe-core/lib/commons/table/get-scope.js +0 -54
- data/node_modules/axe-core/lib/commons/table/index.js +0 -9
- data/node_modules/axe-core/lib/commons/table/is-column-header.js +0 -13
- data/node_modules/axe-core/lib/commons/table/is-data-cell.js +0 -22
- data/node_modules/axe-core/lib/commons/table/is-data-table.js +0 -189
- data/node_modules/axe-core/lib/commons/table/is-header.js +0 -22
- data/node_modules/axe-core/lib/commons/table/is-row-header.js +0 -13
- data/node_modules/axe-core/lib/commons/table/to-grid.js +0 -38
- data/node_modules/axe-core/lib/commons/table/traverse.js +0 -78
- data/node_modules/axe-core/lib/commons/text/accessible-text-virtual.js +0 -152
- data/node_modules/axe-core/lib/commons/text/form-control-value.js +0 -192
- data/node_modules/axe-core/lib/commons/text/index.js +0 -8
- data/node_modules/axe-core/lib/commons/text/is-human-interpretable.js +0 -51
- data/node_modules/axe-core/lib/commons/text/is-icon-ligature.js +0 -210
- data/node_modules/axe-core/lib/commons/text/is-valid-autocomplete.js +0 -117
- data/node_modules/axe-core/lib/commons/text/label-text.js +0 -58
- data/node_modules/axe-core/lib/commons/text/label-virtual.js +0 -53
- data/node_modules/axe-core/lib/commons/text/native-element-types.js +0 -100
- data/node_modules/axe-core/lib/commons/text/native-text-alternative.js +0 -50
- data/node_modules/axe-core/lib/commons/text/native-text-methods.js +0 -122
- data/node_modules/axe-core/lib/commons/text/sanitize.js +0 -18
- data/node_modules/axe-core/lib/commons/text/subtree-text.js +0 -89
- data/node_modules/axe-core/lib/commons/text/title-text.js +0 -33
- data/node_modules/axe-core/lib/commons/text/unicode.js +0 -147
- data/node_modules/axe-core/lib/commons/text/unsupported.js +0 -5
- data/node_modules/axe-core/lib/commons/text/visible-text-nodes.js +0 -25
- data/node_modules/axe-core/lib/commons/text/visible-virtual.js +0 -46
- data/node_modules/axe-core/lib/commons/utils/index.js +0 -10
- data/node_modules/axe-core/lib/core/base/audit.js +0 -781
- data/node_modules/axe-core/lib/core/base/cache.js +0 -33
- data/node_modules/axe-core/lib/core/base/check-result.js +0 -33
- data/node_modules/axe-core/lib/core/base/check.js +0 -170
- data/node_modules/axe-core/lib/core/base/context.js +0 -274
- data/node_modules/axe-core/lib/core/base/rule-result.js +0 -39
- data/node_modules/axe-core/lib/core/base/rule.js +0 -560
- data/node_modules/axe-core/lib/core/base/virtual-node/abstract-virtual-node.js +0 -40
- data/node_modules/axe-core/lib/core/base/virtual-node/serial-virtual-node.js +0 -88
- data/node_modules/axe-core/lib/core/base/virtual-node/virtual-node.js +0 -136
- data/node_modules/axe-core/lib/core/constants.js +0 -76
- data/node_modules/axe-core/lib/core/imports/index.js +0 -51
- data/node_modules/axe-core/lib/core/index.js +0 -43
- data/node_modules/axe-core/lib/core/log.js +0 -12
- data/node_modules/axe-core/lib/core/public/cleanup-plugins.js +0 -53
- data/node_modules/axe-core/lib/core/public/configure.js +0 -110
- data/node_modules/axe-core/lib/core/public/get-rules.js +0 -29
- data/node_modules/axe-core/lib/core/public/load.js +0 -66
- data/node_modules/axe-core/lib/core/public/plugins.js +0 -47
- data/node_modules/axe-core/lib/core/public/reporter.js +0 -24
- data/node_modules/axe-core/lib/core/public/reset.js +0 -12
- data/node_modules/axe-core/lib/core/public/run-rules.js +0 -96
- data/node_modules/axe-core/lib/core/public/run-virtual-rule.js +0 -50
- data/node_modules/axe-core/lib/core/public/run.js +0 -159
- data/node_modules/axe-core/lib/core/reporters/helpers/failure-summary.js +0 -35
- data/node_modules/axe-core/lib/core/reporters/helpers/get-environment-data.js +0 -39
- data/node_modules/axe-core/lib/core/reporters/helpers/incomplete-fallback-msg.js +0 -13
- data/node_modules/axe-core/lib/core/reporters/helpers/index.js +0 -3
- data/node_modules/axe-core/lib/core/reporters/helpers/process-aggregate.js +0 -102
- data/node_modules/axe-core/lib/core/reporters/na.js +0 -24
- data/node_modules/axe-core/lib/core/reporters/no-passes.js +0 -18
- data/node_modules/axe-core/lib/core/reporters/raw-env.js +0 -12
- data/node_modules/axe-core/lib/core/reporters/raw.js +0 -32
- data/node_modules/axe-core/lib/core/reporters/v1.js +0 -29
- data/node_modules/axe-core/lib/core/reporters/v2.js +0 -22
- data/node_modules/axe-core/lib/core/utils/aggregate.js +0 -19
- data/node_modules/axe-core/lib/core/utils/aggregateChecks.js +0 -85
- data/node_modules/axe-core/lib/core/utils/aggregateNodeResults.js +0 -61
- data/node_modules/axe-core/lib/core/utils/aggregateResult.js +0 -37
- data/node_modules/axe-core/lib/core/utils/are-styles-set.js +0 -21
- data/node_modules/axe-core/lib/core/utils/assert.js +0 -12
- data/node_modules/axe-core/lib/core/utils/check-helper.js +0 -38
- data/node_modules/axe-core/lib/core/utils/clone.js +0 -27
- data/node_modules/axe-core/lib/core/utils/collect-results-from-frames.js +0 -127
- data/node_modules/axe-core/lib/core/utils/contains.js +0 -44
- data/node_modules/axe-core/lib/core/utils/css-parser.js +0 -7
- data/node_modules/axe-core/lib/core/utils/dq-element.js +0 -97
- data/node_modules/axe-core/lib/core/utils/element-matches.js +0 -43
- data/node_modules/axe-core/lib/core/utils/escape-selector.js +0 -78
- data/node_modules/axe-core/lib/core/utils/extend-meta-data.js +0 -17
- data/node_modules/axe-core/lib/core/utils/finalize-result.js +0 -11
- data/node_modules/axe-core/lib/core/utils/find-by.js +0 -14
- data/node_modules/axe-core/lib/core/utils/flattened-tree.js +0 -156
- data/node_modules/axe-core/lib/core/utils/get-all-checks.js +0 -12
- data/node_modules/axe-core/lib/core/utils/get-base-lang.js +0 -16
- data/node_modules/axe-core/lib/core/utils/get-check-message.js +0 -21
- data/node_modules/axe-core/lib/core/utils/get-check-option.js +0 -39
- data/node_modules/axe-core/lib/core/utils/get-friendly-uri-end.js +0 -144
- data/node_modules/axe-core/lib/core/utils/get-node-attributes.js +0 -21
- data/node_modules/axe-core/lib/core/utils/get-root-node.js +0 -17
- data/node_modules/axe-core/lib/core/utils/get-scroll.js +0 -39
- data/node_modules/axe-core/lib/core/utils/get-selector.js +0 -409
- data/node_modules/axe-core/lib/core/utils/get-stylesheet-factory.js +0 -51
- data/node_modules/axe-core/lib/core/utils/get-xpath.js +0 -83
- data/node_modules/axe-core/lib/core/utils/index.js +0 -10
- data/node_modules/axe-core/lib/core/utils/inject-style.js +0 -38
- data/node_modules/axe-core/lib/core/utils/is-hidden.js +0 -52
- data/node_modules/axe-core/lib/core/utils/is-html-element.js +0 -135
- data/node_modules/axe-core/lib/core/utils/is-shadow-root.js +0 -40
- data/node_modules/axe-core/lib/core/utils/is-xhtml.js +0 -14
- data/node_modules/axe-core/lib/core/utils/matches.js +0 -263
- data/node_modules/axe-core/lib/core/utils/memoize.js +0 -17
- data/node_modules/axe-core/lib/core/utils/merge-results.js +0 -116
- data/node_modules/axe-core/lib/core/utils/node-sorter.js +0 -21
- data/node_modules/axe-core/lib/core/utils/parse-crossorigin-stylesheet.js +0 -54
- data/node_modules/axe-core/lib/core/utils/parse-sameorigin-stylesheet.js +0 -96
- data/node_modules/axe-core/lib/core/utils/parse-stylesheet.js +0 -70
- data/node_modules/axe-core/lib/core/utils/performance-timer.js +0 -126
- data/node_modules/axe-core/lib/core/utils/pollyfills.js +0 -299
- data/node_modules/axe-core/lib/core/utils/preload-cssom.js +0 -253
- data/node_modules/axe-core/lib/core/utils/preload-media.js +0 -65
- data/node_modules/axe-core/lib/core/utils/preload.js +0 -144
- data/node_modules/axe-core/lib/core/utils/process-message.js +0 -72
- data/node_modules/axe-core/lib/core/utils/publish-metadata.js +0 -106
- data/node_modules/axe-core/lib/core/utils/qsa.js +0 -110
- data/node_modules/axe-core/lib/core/utils/queue.js +0 -138
- data/node_modules/axe-core/lib/core/utils/respondable.js +0 -261
- data/node_modules/axe-core/lib/core/utils/rule-should-run.js +0 -82
- data/node_modules/axe-core/lib/core/utils/scroll-state.js +0 -57
- data/node_modules/axe-core/lib/core/utils/select.js +0 -135
- data/node_modules/axe-core/lib/core/utils/to-array.js +0 -21
- data/node_modules/axe-core/lib/core/utils/token-list.js +0 -15
- data/node_modules/axe-core/lib/core/utils/uuid.js +0 -244
- data/node_modules/axe-core/lib/core/utils/valid-input-type.js +0 -35
- data/node_modules/axe-core/lib/core/utils/valid-langs.js +0 -8152
- data/node_modules/axe-core/lib/intro.stub +0 -15
- data/node_modules/axe-core/lib/misc/any-failure-summary.json +0 -6
- data/node_modules/axe-core/lib/misc/incomplete-fallback.json +0 -3
- data/node_modules/axe-core/lib/misc/none-failure-summary.json +0 -6
- data/node_modules/axe-core/lib/outro.stub +0 -2
- data/node_modules/axe-core/lib/rules/accesskeys.json +0 -13
- data/node_modules/axe-core/lib/rules/area-alt.json +0 -21
- data/node_modules/axe-core/lib/rules/aria-allowed-attr-matches.js +0 -11
- data/node_modules/axe-core/lib/rules/aria-allowed-attr.json +0 -12
- data/node_modules/axe-core/lib/rules/aria-allowed-role-matches.js +0 -7
- data/node_modules/axe-core/lib/rules/aria-allowed-role.json +0 -14
- data/node_modules/axe-core/lib/rules/aria-dpub-role-fallback-matches.js +0 -10
- data/node_modules/axe-core/lib/rules/aria-dpub-role-fallback.json +0 -14
- data/node_modules/axe-core/lib/rules/aria-form-field-name-matches.js +0 -50
- data/node_modules/axe-core/lib/rules/aria-has-attr-matches.js +0 -11
- data/node_modules/axe-core/lib/rules/aria-hidden-body.json +0 -13
- data/node_modules/axe-core/lib/rules/aria-hidden-focus-matches.js +0 -18
- data/node_modules/axe-core/lib/rules/aria-hidden-focus.json +0 -18
- data/node_modules/axe-core/lib/rules/aria-input-field-name.json +0 -13
- data/node_modules/axe-core/lib/rules/aria-required-attr.json +0 -12
- data/node_modules/axe-core/lib/rules/aria-required-children.json +0 -12
- data/node_modules/axe-core/lib/rules/aria-required-parent.json +0 -12
- data/node_modules/axe-core/lib/rules/aria-roledescription.json +0 -12
- data/node_modules/axe-core/lib/rules/aria-roles.json +0 -13
- data/node_modules/axe-core/lib/rules/aria-toggle-field-name.json +0 -18
- data/node_modules/axe-core/lib/rules/aria-valid-attr-value.json +0 -12
- data/node_modules/axe-core/lib/rules/aria-valid-attr.json +0 -12
- data/node_modules/axe-core/lib/rules/audio-caption.json +0 -20
- data/node_modules/axe-core/lib/rules/autocomplete-matches.js +0 -49
- data/node_modules/axe-core/lib/rules/autocomplete-valid.json +0 -12
- data/node_modules/axe-core/lib/rules/avoid-inline-spacing.json +0 -12
- data/node_modules/axe-core/lib/rules/blink.json +0 -19
- data/node_modules/axe-core/lib/rules/button-name.json +0 -25
- data/node_modules/axe-core/lib/rules/bypass-matches.js +0 -1
- data/node_modules/axe-core/lib/rules/bypass.json +0 -20
- data/node_modules/axe-core/lib/rules/checkboxgroup.json +0 -13
- data/node_modules/axe-core/lib/rules/color-contrast-matches.js +0 -161
- data/node_modules/axe-core/lib/rules/color-contrast.json +0 -13
- data/node_modules/axe-core/lib/rules/css-orientation-lock.json +0 -13
- data/node_modules/axe-core/lib/rules/data-table-large-matches.js +0 -11
- data/node_modules/axe-core/lib/rules/data-table-matches.js +0 -1
- data/node_modules/axe-core/lib/rules/definition-list.json +0 -13
- data/node_modules/axe-core/lib/rules/dlitem.json +0 -13
- data/node_modules/axe-core/lib/rules/document-title.json +0 -13
- data/node_modules/axe-core/lib/rules/duplicate-id-active-matches.js +0 -8
- data/node_modules/axe-core/lib/rules/duplicate-id-active.json +0 -14
- data/node_modules/axe-core/lib/rules/duplicate-id-aria-matches.js +0 -1
- data/node_modules/axe-core/lib/rules/duplicate-id-aria.json +0 -14
- data/node_modules/axe-core/lib/rules/duplicate-id-misc-matches.js +0 -11
- data/node_modules/axe-core/lib/rules/duplicate-id.json +0 -14
- data/node_modules/axe-core/lib/rules/empty-heading.json +0 -13
- data/node_modules/axe-core/lib/rules/focus-order-semantics.json +0 -13
- data/node_modules/axe-core/lib/rules/form-field-multiple-labels.json +0 -13
- data/node_modules/axe-core/lib/rules/frame-tested.json +0 -12
- data/node_modules/axe-core/lib/rules/frame-title-has-text.js +0 -2
- data/node_modules/axe-core/lib/rules/frame-title-unique.json +0 -13
- data/node_modules/axe-core/lib/rules/frame-title.json +0 -25
- data/node_modules/axe-core/lib/rules/heading-matches.js +0 -15
- data/node_modules/axe-core/lib/rules/heading-order.json +0 -13
- data/node_modules/axe-core/lib/rules/hidden-content.json +0 -13
- data/node_modules/axe-core/lib/rules/html-has-lang.json +0 -13
- data/node_modules/axe-core/lib/rules/html-lang-valid.json +0 -12
- data/node_modules/axe-core/lib/rules/html-namespace-matches.js +0 -1
- data/node_modules/axe-core/lib/rules/html-xml-lang-mismatch.json +0 -13
- data/node_modules/axe-core/lib/rules/identical-links-same-purpose-matches.js +0 -13
- data/node_modules/axe-core/lib/rules/identical-links-same-purpose.json +0 -14
- data/node_modules/axe-core/lib/rules/image-alt.json +0 -25
- data/node_modules/axe-core/lib/rules/img-redundant-alt.json +0 -12
- data/node_modules/axe-core/lib/rules/input-button-name.json +0 -26
- data/node_modules/axe-core/lib/rules/input-image-alt.json +0 -18
- data/node_modules/axe-core/lib/rules/inserted-into-focus-order-matches.js +0 -1
- data/node_modules/axe-core/lib/rules/label-content-name-mismatch-matches.js +0 -45
- data/node_modules/axe-core/lib/rules/label-content-name-mismatch.json +0 -12
- data/node_modules/axe-core/lib/rules/label-matches.js +0 -11
- data/node_modules/axe-core/lib/rules/label-title-only.json +0 -13
- data/node_modules/axe-core/lib/rules/label.json +0 -26
- data/node_modules/axe-core/lib/rules/landmark-banner-is-top-level.json +0 -13
- data/node_modules/axe-core/lib/rules/landmark-complementary-is-top-level.json +0 -12
- data/node_modules/axe-core/lib/rules/landmark-contentinfo-is-top-level.json +0 -13
- data/node_modules/axe-core/lib/rules/landmark-has-body-context.js +0 -8
- data/node_modules/axe-core/lib/rules/landmark-main-is-top-level.json +0 -12
- data/node_modules/axe-core/lib/rules/landmark-no-duplicate-banner.json +0 -12
- data/node_modules/axe-core/lib/rules/landmark-no-duplicate-contentinfo.json +0 -12
- data/node_modules/axe-core/lib/rules/landmark-no-duplicate-main.json +0 -12
- data/node_modules/axe-core/lib/rules/landmark-one-main.json +0 -12
- data/node_modules/axe-core/lib/rules/landmark-unique-matches.js +0 -41
- data/node_modules/axe-core/lib/rules/landmark-unique.json +0 -13
- data/node_modules/axe-core/lib/rules/layout-table-matches.js +0 -8
- data/node_modules/axe-core/lib/rules/layout-table.json +0 -14
- data/node_modules/axe-core/lib/rules/link-in-text-block-matches.js +0 -14
- data/node_modules/axe-core/lib/rules/link-in-text-block.json +0 -14
- data/node_modules/axe-core/lib/rules/link-name.json +0 -25
- data/node_modules/axe-core/lib/rules/list.json +0 -13
- data/node_modules/axe-core/lib/rules/listitem.json +0 -13
- data/node_modules/axe-core/lib/rules/marquee.json +0 -13
- data/node_modules/axe-core/lib/rules/meta-refresh.json +0 -20
- data/node_modules/axe-core/lib/rules/meta-viewport-large.json +0 -13
- data/node_modules/axe-core/lib/rules/meta-viewport.json +0 -13
- data/node_modules/axe-core/lib/rules/no-autoplay-audio-matches.js +0 -18
- data/node_modules/axe-core/lib/rules/no-autoplay-audio.json +0 -15
- data/node_modules/axe-core/lib/rules/no-empty-role-matches.js +0 -9
- data/node_modules/axe-core/lib/rules/no-role-matches.js +0 -1
- data/node_modules/axe-core/lib/rules/not-html-matches.js +0 -1
- data/node_modules/axe-core/lib/rules/object-alt.json +0 -25
- data/node_modules/axe-core/lib/rules/p-as-heading-matches.js +0 -17
- data/node_modules/axe-core/lib/rules/p-as-heading.json +0 -13
- data/node_modules/axe-core/lib/rules/page-has-heading-one.json +0 -12
- data/node_modules/axe-core/lib/rules/radiogroup.json +0 -13
- data/node_modules/axe-core/lib/rules/region.json +0 -12
- data/node_modules/axe-core/lib/rules/role-img-alt.json +0 -19
- data/node_modules/axe-core/lib/rules/scope-attr-valid.json +0 -12
- data/node_modules/axe-core/lib/rules/scrollable-region-focusable-matches.js +0 -30
- data/node_modules/axe-core/lib/rules/scrollable-region-focusable.json +0 -12
- data/node_modules/axe-core/lib/rules/server-side-image-map.json +0 -18
- data/node_modules/axe-core/lib/rules/skip-link-matches.js +0 -1
- data/node_modules/axe-core/lib/rules/skip-link.json +0 -13
- data/node_modules/axe-core/lib/rules/svg-img-alt.json +0 -24
- data/node_modules/axe-core/lib/rules/svg-namespace-matches.js +0 -1
- data/node_modules/axe-core/lib/rules/tabindex.json +0 -12
- data/node_modules/axe-core/lib/rules/table-duplicate-name.json +0 -12
- data/node_modules/axe-core/lib/rules/table-fake-caption.json +0 -20
- data/node_modules/axe-core/lib/rules/td-has-header.json +0 -20
- data/node_modules/axe-core/lib/rules/td-headers-attr.json +0 -12
- data/node_modules/axe-core/lib/rules/th-has-data-cells.json +0 -13
- data/node_modules/axe-core/lib/rules/valid-lang.json +0 -13
- data/node_modules/axe-core/lib/rules/video-caption.json +0 -19
- data/node_modules/axe-core/lib/rules/video-description.json +0 -21
- data/node_modules/axe-core/lib/rules/window-is-top.js +0 -3
- data/node_modules/axe-core/lib/rules/xml-lang-mismatch-matches.js +0 -12
- data/node_modules/axe-core/typings/axe-core/axe-core-tests.ts +0 -188
@@ -1,10 +1,50 @@
|
|
1
1
|
/**!
|
2
|
-
* Sortable 1.
|
2
|
+
* Sortable 1.15.0
|
3
3
|
* @author RubaXa <trash@rubaxa.org>
|
4
4
|
* @author owenm <owen23355@gmail.com>
|
5
5
|
* @license MIT
|
6
6
|
*/
|
7
|
+
function ownKeys(object, enumerableOnly) {
|
8
|
+
var keys = Object.keys(object);
|
9
|
+
|
10
|
+
if (Object.getOwnPropertySymbols) {
|
11
|
+
var symbols = Object.getOwnPropertySymbols(object);
|
12
|
+
|
13
|
+
if (enumerableOnly) {
|
14
|
+
symbols = symbols.filter(function (sym) {
|
15
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
16
|
+
});
|
17
|
+
}
|
18
|
+
|
19
|
+
keys.push.apply(keys, symbols);
|
20
|
+
}
|
21
|
+
|
22
|
+
return keys;
|
23
|
+
}
|
24
|
+
|
25
|
+
function _objectSpread2(target) {
|
26
|
+
for (var i = 1; i < arguments.length; i++) {
|
27
|
+
var source = arguments[i] != null ? arguments[i] : {};
|
28
|
+
|
29
|
+
if (i % 2) {
|
30
|
+
ownKeys(Object(source), true).forEach(function (key) {
|
31
|
+
_defineProperty(target, key, source[key]);
|
32
|
+
});
|
33
|
+
} else if (Object.getOwnPropertyDescriptors) {
|
34
|
+
Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
35
|
+
} else {
|
36
|
+
ownKeys(Object(source)).forEach(function (key) {
|
37
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
38
|
+
});
|
39
|
+
}
|
40
|
+
}
|
41
|
+
|
42
|
+
return target;
|
43
|
+
}
|
44
|
+
|
7
45
|
function _typeof(obj) {
|
46
|
+
"@babel/helpers - typeof";
|
47
|
+
|
8
48
|
if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
|
9
49
|
_typeof = function (obj) {
|
10
50
|
return typeof obj;
|
@@ -51,25 +91,6 @@ function _extends() {
|
|
51
91
|
return _extends.apply(this, arguments);
|
52
92
|
}
|
53
93
|
|
54
|
-
function _objectSpread(target) {
|
55
|
-
for (var i = 1; i < arguments.length; i++) {
|
56
|
-
var source = arguments[i] != null ? arguments[i] : {};
|
57
|
-
var ownKeys = Object.keys(source);
|
58
|
-
|
59
|
-
if (typeof Object.getOwnPropertySymbols === 'function') {
|
60
|
-
ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) {
|
61
|
-
return Object.getOwnPropertyDescriptor(source, sym).enumerable;
|
62
|
-
}));
|
63
|
-
}
|
64
|
-
|
65
|
-
ownKeys.forEach(function (key) {
|
66
|
-
_defineProperty(target, key, source[key]);
|
67
|
-
});
|
68
|
-
}
|
69
|
-
|
70
|
-
return target;
|
71
|
-
}
|
72
|
-
|
73
94
|
function _objectWithoutPropertiesLoose(source, excluded) {
|
74
95
|
if (source == null) return {};
|
75
96
|
var target = {};
|
@@ -107,32 +128,43 @@ function _objectWithoutProperties(source, excluded) {
|
|
107
128
|
}
|
108
129
|
|
109
130
|
function _toConsumableArray(arr) {
|
110
|
-
return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _nonIterableSpread();
|
131
|
+
return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
|
111
132
|
}
|
112
133
|
|
113
134
|
function _arrayWithoutHoles(arr) {
|
114
|
-
if (Array.isArray(arr))
|
115
|
-
for (var i = 0, arr2 = new Array(arr.length); i < arr.length; i++) arr2[i] = arr[i];
|
116
|
-
|
117
|
-
return arr2;
|
118
|
-
}
|
135
|
+
if (Array.isArray(arr)) return _arrayLikeToArray(arr);
|
119
136
|
}
|
120
137
|
|
121
138
|
function _iterableToArray(iter) {
|
122
|
-
if (Symbol.iterator
|
139
|
+
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
|
140
|
+
}
|
141
|
+
|
142
|
+
function _unsupportedIterableToArray(o, minLen) {
|
143
|
+
if (!o) return;
|
144
|
+
if (typeof o === "string") return _arrayLikeToArray(o, minLen);
|
145
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
146
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
147
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
148
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
|
149
|
+
}
|
150
|
+
|
151
|
+
function _arrayLikeToArray(arr, len) {
|
152
|
+
if (len == null || len > arr.length) len = arr.length;
|
153
|
+
|
154
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
|
155
|
+
|
156
|
+
return arr2;
|
123
157
|
}
|
124
158
|
|
125
159
|
function _nonIterableSpread() {
|
126
|
-
throw new TypeError("Invalid attempt to spread non-iterable instance");
|
160
|
+
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
127
161
|
}
|
128
162
|
|
129
|
-
var version = "1.
|
163
|
+
var version = "1.15.0";
|
130
164
|
|
131
165
|
function userAgent(pattern) {
|
132
166
|
if (typeof window !== 'undefined' && window.navigator) {
|
133
|
-
return !!
|
134
|
-
/*@__PURE__*/
|
135
|
-
navigator.userAgent.match(pattern);
|
167
|
+
return !! /*@__PURE__*/navigator.userAgent.match(pattern);
|
136
168
|
}
|
137
169
|
}
|
138
170
|
|
@@ -413,13 +445,13 @@ function isScrolledPast(el, elSide, parentSide) {
|
|
413
445
|
*/
|
414
446
|
|
415
447
|
|
416
|
-
function getChild(el, childNum, options) {
|
448
|
+
function getChild(el, childNum, options, includeDragEl) {
|
417
449
|
var currentChild = 0,
|
418
450
|
i = 0,
|
419
451
|
children = el.children;
|
420
452
|
|
421
453
|
while (i < children.length) {
|
422
|
-
if (children[i].style.display !== 'none' && children[i] !== Sortable.ghost && children[i] !== Sortable.dragged && closest(children[i], options.draggable, el, false)) {
|
454
|
+
if (children[i].style.display !== 'none' && children[i] !== Sortable.ghost && (includeDragEl || children[i] !== Sortable.dragged) && closest(children[i], options.draggable, el, false)) {
|
423
455
|
if (currentChild === childNum) {
|
424
456
|
return children[i];
|
425
457
|
}
|
@@ -637,7 +669,7 @@ function AnimationStateManager() {
|
|
637
669
|
rect: getRect(child)
|
638
670
|
});
|
639
671
|
|
640
|
-
var fromRect =
|
672
|
+
var fromRect = _objectSpread2({}, animationStates[animationStates.length - 1].rect); // If animating: compensate for current animation
|
641
673
|
|
642
674
|
|
643
675
|
if (child.thisAnimationDuration) {
|
@@ -807,7 +839,7 @@ var PluginManager = {
|
|
807
839
|
if (!sortable[plugin.pluginName]) return; // Fire global events if it exists in this sortable
|
808
840
|
|
809
841
|
if (sortable[plugin.pluginName][eventNameGlobal]) {
|
810
|
-
sortable[plugin.pluginName][eventNameGlobal](
|
842
|
+
sortable[plugin.pluginName][eventNameGlobal](_objectSpread2({
|
811
843
|
sortable: sortable
|
812
844
|
}, evt));
|
813
845
|
} // Only fire plugin event if plugin is enabled in this sortable,
|
@@ -815,7 +847,7 @@ var PluginManager = {
|
|
815
847
|
|
816
848
|
|
817
849
|
if (sortable.options[plugin.pluginName] && sortable[plugin.pluginName][eventName]) {
|
818
|
-
sortable[plugin.pluginName][eventName](
|
850
|
+
sortable[plugin.pluginName][eventName](_objectSpread2({
|
819
851
|
sortable: sortable
|
820
852
|
}, evt));
|
821
853
|
}
|
@@ -907,7 +939,7 @@ function dispatchEvent(_ref) {
|
|
907
939
|
evt.originalEvent = originalEvent;
|
908
940
|
evt.pullMode = putSortable ? putSortable.lastPutMode : undefined;
|
909
941
|
|
910
|
-
var allEventProperties =
|
942
|
+
var allEventProperties = _objectSpread2(_objectSpread2({}, extraEventProperties), PluginManager.getEventProperties(name, sortable));
|
911
943
|
|
912
944
|
for (var option in allEventProperties) {
|
913
945
|
evt[option] = allEventProperties[option];
|
@@ -922,12 +954,14 @@ function dispatchEvent(_ref) {
|
|
922
954
|
}
|
923
955
|
}
|
924
956
|
|
957
|
+
var _excluded = ["evt"];
|
958
|
+
|
925
959
|
var pluginEvent = function pluginEvent(eventName, sortable) {
|
926
960
|
var _ref = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {},
|
927
961
|
originalEvent = _ref.evt,
|
928
|
-
data = _objectWithoutProperties(_ref,
|
962
|
+
data = _objectWithoutProperties(_ref, _excluded);
|
929
963
|
|
930
|
-
PluginManager.pluginEvent.bind(Sortable)(eventName, sortable,
|
964
|
+
PluginManager.pluginEvent.bind(Sortable)(eventName, sortable, _objectSpread2({
|
931
965
|
dragEl: dragEl,
|
932
966
|
parentEl: parentEl,
|
933
967
|
ghostEl: ghostEl,
|
@@ -963,7 +997,7 @@ var pluginEvent = function pluginEvent(eventName, sortable) {
|
|
963
997
|
};
|
964
998
|
|
965
999
|
function _dispatchEvent(info) {
|
966
|
-
dispatchEvent(
|
1000
|
+
dispatchEvent(_objectSpread2({
|
967
1001
|
putSortable: putSortable,
|
968
1002
|
cloneEl: cloneEl,
|
969
1003
|
targetEl: dragEl,
|
@@ -1063,22 +1097,22 @@ supportDraggable = documentExists && !ChromeForAndroid && !IOS && 'draggable' in
|
|
1063
1097
|
return dragElS1Opp === targetS1Opp || dragElS2Opp === targetS2Opp || dragElS1Opp + dragElOppLength / 2 === targetS1Opp + targetOppLength / 2;
|
1064
1098
|
},
|
1065
1099
|
|
1066
|
-
/**
|
1067
|
-
* Detects first nearest empty sortable to X and Y position using emptyInsertThreshold.
|
1068
|
-
* @param {Number} x X position
|
1069
|
-
* @param {Number} y Y position
|
1070
|
-
* @return {HTMLElement} Element of the first found nearest Sortable
|
1100
|
+
/**
|
1101
|
+
* Detects first nearest empty sortable to X and Y position using emptyInsertThreshold.
|
1102
|
+
* @param {Number} x X position
|
1103
|
+
* @param {Number} y Y position
|
1104
|
+
* @return {HTMLElement} Element of the first found nearest Sortable
|
1071
1105
|
*/
|
1072
1106
|
_detectNearestEmptySortable = function _detectNearestEmptySortable(x, y) {
|
1073
1107
|
var ret;
|
1074
1108
|
sortables.some(function (sortable) {
|
1075
|
-
|
1109
|
+
var threshold = sortable[expando].options.emptyInsertThreshold;
|
1110
|
+
if (!threshold || lastChild(sortable)) return;
|
1076
1111
|
var rect = getRect(sortable),
|
1077
|
-
threshold = sortable[expando].options.emptyInsertThreshold,
|
1078
1112
|
insideHorizontally = x >= rect.left - threshold && x <= rect.right + threshold,
|
1079
1113
|
insideVertically = y >= rect.top - threshold && y <= rect.bottom + threshold;
|
1080
1114
|
|
1081
|
-
if (
|
1115
|
+
if (insideHorizontally && insideVertically) {
|
1082
1116
|
return ret = sortable;
|
1083
1117
|
}
|
1084
1118
|
});
|
@@ -1133,7 +1167,7 @@ _detectNearestEmptySortable = function _detectNearestEmptySortable(x, y) {
|
|
1133
1167
|
}; // #1184 fix - Prevent click event on fallback if dragged but item not changed position
|
1134
1168
|
|
1135
1169
|
|
1136
|
-
if (documentExists) {
|
1170
|
+
if (documentExists && !ChromeForAndroid) {
|
1137
1171
|
document.addEventListener('click', function (evt) {
|
1138
1172
|
if (ignoreNextClick) {
|
1139
1173
|
evt.preventDefault();
|
@@ -1175,10 +1209,10 @@ var _checkOutsideTargetEl = function _checkOutsideTargetEl(evt) {
|
|
1175
1209
|
dragEl.parentNode[expando]._isOutsideThisEl(evt.target);
|
1176
1210
|
}
|
1177
1211
|
};
|
1178
|
-
/**
|
1179
|
-
* @class Sortable
|
1180
|
-
* @param {HTMLElement} el
|
1181
|
-
* @param {Object} [options]
|
1212
|
+
/**
|
1213
|
+
* @class Sortable
|
1214
|
+
* @param {HTMLElement} el
|
1215
|
+
* @param {Object} [options]
|
1182
1216
|
*/
|
1183
1217
|
|
1184
1218
|
|
@@ -1752,6 +1786,7 @@ Sortable.prototype =
|
|
1752
1786
|
|
1753
1787
|
if (!Sortable.eventCanceled) {
|
1754
1788
|
cloneEl = clone(dragEl);
|
1789
|
+
cloneEl.removeAttribute("id");
|
1755
1790
|
cloneEl.draggable = false;
|
1756
1791
|
cloneEl.style['will-change'] = '';
|
1757
1792
|
|
@@ -1829,7 +1864,7 @@ Sortable.prototype =
|
|
1829
1864
|
if (_silent) return;
|
1830
1865
|
|
1831
1866
|
function dragOverEvent(name, extra) {
|
1832
|
-
pluginEvent(name, _this,
|
1867
|
+
pluginEvent(name, _this, _objectSpread2({
|
1833
1868
|
evt: evt,
|
1834
1869
|
isOwner: isOwner,
|
1835
1870
|
axis: vertical ? 'vertical' : 'horizontal',
|
@@ -1946,7 +1981,7 @@ Sortable.prototype =
|
|
1946
1981
|
|
1947
1982
|
ignoreNextClick = false;
|
1948
1983
|
|
1949
|
-
if (activeSortable && !options.disabled && (isOwner ? canSort || (revert =
|
1984
|
+
if (activeSortable && !options.disabled && (isOwner ? canSort || (revert = parentEl !== rootEl) // Reverting item into the original list
|
1950
1985
|
: putSortable === this || (this.lastPutMode = activeGroup.checkPull(this, activeSortable, dragEl, evt)) && group.checkPut(this, activeSortable, dragEl, evt))) {
|
1951
1986
|
vertical = this._getDirection(evt, target) === 'vertical';
|
1952
1987
|
dragRect = getRect(dragEl);
|
@@ -1976,10 +2011,11 @@ Sortable.prototype =
|
|
1976
2011
|
var elLastChild = lastChild(el, options.draggable);
|
1977
2012
|
|
1978
2013
|
if (!elLastChild || _ghostIsLast(evt, vertical, this) && !elLastChild.animated) {
|
2014
|
+
// Insert to end of list
|
1979
2015
|
// If already at end of list: Do not insert
|
1980
2016
|
if (elLastChild === dragEl) {
|
1981
2017
|
return completed(false);
|
1982
|
-
} //
|
2018
|
+
} // if there is a last element, it is the target
|
1983
2019
|
|
1984
2020
|
|
1985
2021
|
if (elLastChild && el === evt.target) {
|
@@ -1992,7 +2028,33 @@ Sortable.prototype =
|
|
1992
2028
|
|
1993
2029
|
if (_onMove(rootEl, el, dragEl, dragRect, target, targetRect, evt, !!target) !== false) {
|
1994
2030
|
capture();
|
1995
|
-
|
2031
|
+
|
2032
|
+
if (elLastChild && elLastChild.nextSibling) {
|
2033
|
+
// the last draggable element is not the last node
|
2034
|
+
el.insertBefore(dragEl, elLastChild.nextSibling);
|
2035
|
+
} else {
|
2036
|
+
el.appendChild(dragEl);
|
2037
|
+
}
|
2038
|
+
|
2039
|
+
parentEl = el; // actualization
|
2040
|
+
|
2041
|
+
changed();
|
2042
|
+
return completed(true);
|
2043
|
+
}
|
2044
|
+
} else if (elLastChild && _ghostIsFirst(evt, vertical, this)) {
|
2045
|
+
// Insert to start of list
|
2046
|
+
var firstChild = getChild(el, 0, options, true);
|
2047
|
+
|
2048
|
+
if (firstChild === dragEl) {
|
2049
|
+
return completed(false);
|
2050
|
+
}
|
2051
|
+
|
2052
|
+
target = firstChild;
|
2053
|
+
targetRect = getRect(target);
|
2054
|
+
|
2055
|
+
if (_onMove(rootEl, el, dragEl, dragRect, target, targetRect, evt, false) !== false) {
|
2056
|
+
capture();
|
2057
|
+
el.insertBefore(dragEl, firstChild);
|
1996
2058
|
parentEl = el; // actualization
|
1997
2059
|
|
1998
2060
|
changed();
|
@@ -2296,9 +2358,9 @@ Sortable.prototype =
|
|
2296
2358
|
}
|
2297
2359
|
},
|
2298
2360
|
|
2299
|
-
/**
|
2300
|
-
* Serializes the item into an array of string.
|
2301
|
-
* @returns {String[]}
|
2361
|
+
/**
|
2362
|
+
* Serializes the item into an array of string.
|
2363
|
+
* @returns {String[]}
|
2302
2364
|
*/
|
2303
2365
|
toArray: function toArray() {
|
2304
2366
|
var order = [],
|
@@ -2319,9 +2381,9 @@ Sortable.prototype =
|
|
2319
2381
|
return order;
|
2320
2382
|
},
|
2321
2383
|
|
2322
|
-
/**
|
2323
|
-
* Sorts the elements according to the array.
|
2324
|
-
* @param {String[]} order order of the items
|
2384
|
+
/**
|
2385
|
+
* Sorts the elements according to the array.
|
2386
|
+
* @param {String[]} order order of the items
|
2325
2387
|
*/
|
2326
2388
|
sort: function sort(order, useAnimation) {
|
2327
2389
|
var items = {},
|
@@ -2343,29 +2405,29 @@ Sortable.prototype =
|
|
2343
2405
|
useAnimation && this.animateAll();
|
2344
2406
|
},
|
2345
2407
|
|
2346
|
-
/**
|
2347
|
-
* Save the current sorting
|
2408
|
+
/**
|
2409
|
+
* Save the current sorting
|
2348
2410
|
*/
|
2349
2411
|
save: function save() {
|
2350
2412
|
var store = this.options.store;
|
2351
2413
|
store && store.set && store.set(this);
|
2352
2414
|
},
|
2353
2415
|
|
2354
|
-
/**
|
2355
|
-
* For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.
|
2356
|
-
* @param {HTMLElement} el
|
2357
|
-
* @param {String} [selector] default: `options.draggable`
|
2358
|
-
* @returns {HTMLElement|null}
|
2416
|
+
/**
|
2417
|
+
* For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.
|
2418
|
+
* @param {HTMLElement} el
|
2419
|
+
* @param {String} [selector] default: `options.draggable`
|
2420
|
+
* @returns {HTMLElement|null}
|
2359
2421
|
*/
|
2360
2422
|
closest: function closest$1(el, selector) {
|
2361
2423
|
return closest(el, selector || this.options.draggable, this.el, false);
|
2362
2424
|
},
|
2363
2425
|
|
2364
|
-
/**
|
2365
|
-
* Set/get option
|
2366
|
-
* @param {string} name
|
2367
|
-
* @param {*} [value]
|
2368
|
-
* @returns {*}
|
2426
|
+
/**
|
2427
|
+
* Set/get option
|
2428
|
+
* @param {string} name
|
2429
|
+
* @param {*} [value]
|
2430
|
+
* @returns {*}
|
2369
2431
|
*/
|
2370
2432
|
option: function option(name, value) {
|
2371
2433
|
var options = this.options;
|
@@ -2387,8 +2449,8 @@ Sortable.prototype =
|
|
2387
2449
|
}
|
2388
2450
|
},
|
2389
2451
|
|
2390
|
-
/**
|
2391
|
-
* Destroy
|
2452
|
+
/**
|
2453
|
+
* Destroy
|
2392
2454
|
*/
|
2393
2455
|
destroy: function destroy() {
|
2394
2456
|
pluginEvent('destroy', this);
|
@@ -2508,6 +2570,12 @@ function _unsilent() {
|
|
2508
2570
|
_silent = false;
|
2509
2571
|
}
|
2510
2572
|
|
2573
|
+
function _ghostIsFirst(evt, vertical, sortable) {
|
2574
|
+
var rect = getRect(getChild(sortable.el, 0, sortable.options, true));
|
2575
|
+
var spacer = 10;
|
2576
|
+
return vertical ? evt.clientX < rect.left - spacer || evt.clientY < rect.top && evt.clientX < rect.right : evt.clientY < rect.top - spacer || evt.clientY < rect.bottom && evt.clientX < rect.left;
|
2577
|
+
}
|
2578
|
+
|
2511
2579
|
function _ghostIsLast(evt, vertical, sortable) {
|
2512
2580
|
var rect = getRect(lastChild(sortable.el, sortable.options.draggable));
|
2513
2581
|
var spacer = 10;
|
@@ -2559,11 +2627,11 @@ function _getSwapDirection(evt, target, targetRect, vertical, swapThreshold, inv
|
|
2559
2627
|
|
2560
2628
|
return 0;
|
2561
2629
|
}
|
2562
|
-
/**
|
2563
|
-
* Gets the direction dragEl must be swapped relative to target in order to make it
|
2564
|
-
* seem that dragEl has been "inserted" into that element's position
|
2565
|
-
* @param {HTMLElement} target The target whose position dragEl is being inserted at
|
2566
|
-
* @return {Number} Direction dragEl must be swapped
|
2630
|
+
/**
|
2631
|
+
* Gets the direction dragEl must be swapped relative to target in order to make it
|
2632
|
+
* seem that dragEl has been "inserted" into that element's position
|
2633
|
+
* @param {HTMLElement} target The target whose position dragEl is being inserted at
|
2634
|
+
* @return {Number} Direction dragEl must be swapped
|
2567
2635
|
*/
|
2568
2636
|
|
2569
2637
|
|
@@ -2574,11 +2642,11 @@ function _getInsertDirection(target) {
|
|
2574
2642
|
return -1;
|
2575
2643
|
}
|
2576
2644
|
}
|
2577
|
-
/**
|
2578
|
-
* Generate id
|
2579
|
-
* @param {HTMLElement} el
|
2580
|
-
* @returns {String}
|
2581
|
-
* @private
|
2645
|
+
/**
|
2646
|
+
* Generate id
|
2647
|
+
* @param {HTMLElement} el
|
2648
|
+
* @returns {String}
|
2649
|
+
* @private
|
2582
2650
|
*/
|
2583
2651
|
|
2584
2652
|
|
@@ -2642,18 +2710,18 @@ Sortable.utils = {
|
|
2642
2710
|
detectDirection: _detectDirection,
|
2643
2711
|
getChild: getChild
|
2644
2712
|
};
|
2645
|
-
/**
|
2646
|
-
* Get the Sortable instance of an element
|
2647
|
-
* @param {HTMLElement} element The element
|
2648
|
-
* @return {Sortable|undefined} The instance of Sortable
|
2713
|
+
/**
|
2714
|
+
* Get the Sortable instance of an element
|
2715
|
+
* @param {HTMLElement} element The element
|
2716
|
+
* @return {Sortable|undefined} The instance of Sortable
|
2649
2717
|
*/
|
2650
2718
|
|
2651
2719
|
Sortable.get = function (element) {
|
2652
2720
|
return element[expando];
|
2653
2721
|
};
|
2654
|
-
/**
|
2655
|
-
* Mount a plugin to Sortable
|
2656
|
-
* @param {...SortablePlugin|SortablePlugin[]} plugins Plugins being mounted
|
2722
|
+
/**
|
2723
|
+
* Mount a plugin to Sortable
|
2724
|
+
* @param {...SortablePlugin|SortablePlugin[]} plugins Plugins being mounted
|
2657
2725
|
*/
|
2658
2726
|
|
2659
2727
|
|
@@ -2668,14 +2736,14 @@ Sortable.mount = function () {
|
|
2668
2736
|
throw "Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(plugin));
|
2669
2737
|
}
|
2670
2738
|
|
2671
|
-
if (plugin.utils) Sortable.utils =
|
2739
|
+
if (plugin.utils) Sortable.utils = _objectSpread2(_objectSpread2({}, Sortable.utils), plugin.utils);
|
2672
2740
|
PluginManager.mount(plugin);
|
2673
2741
|
});
|
2674
2742
|
};
|
2675
|
-
/**
|
2676
|
-
* Create sortable instance
|
2677
|
-
* @param {HTMLElement} el
|
2678
|
-
* @param {Object} [options]
|
2743
|
+
/**
|
2744
|
+
* Create sortable instance
|
2745
|
+
* @param {HTMLElement} el
|
2746
|
+
* @param {Object} [options]
|
2679
2747
|
*/
|
2680
2748
|
|
2681
2749
|
|
@@ -2699,6 +2767,7 @@ function AutoScrollPlugin() {
|
|
2699
2767
|
function AutoScroll() {
|
2700
2768
|
this.defaults = {
|
2701
2769
|
scroll: true,
|
2770
|
+
forceAutoScrollFallback: false,
|
2702
2771
|
scrollSensitivity: 30,
|
2703
2772
|
scrollSpeed: 10,
|
2704
2773
|
bubbleScroll: true
|
@@ -2766,7 +2835,7 @@ function AutoScrollPlugin() {
|
|
2766
2835
|
// MACOS Safari does not have autoscroll,
|
2767
2836
|
// Firefox and Chrome are good
|
2768
2837
|
|
2769
|
-
if (fallback || Edge || IE11OrLess || Safari) {
|
2838
|
+
if (fallback || this.options.forceAutoScrollFallback || Edge || IE11OrLess || Safari) {
|
2770
2839
|
autoScroll(evt, this.options, elem, fallback); // Listener for pointer element change
|
2771
2840
|
|
2772
2841
|
var ogElemScroller = getParentAutoScrollElement(elem, true);
|
@@ -3111,11 +3180,13 @@ function MultiDragPlugin() {
|
|
3111
3180
|
}
|
3112
3181
|
}
|
3113
3182
|
|
3114
|
-
if (sortable.options.
|
3115
|
-
|
3116
|
-
|
3117
|
-
|
3118
|
-
|
3183
|
+
if (!sortable.options.avoidImplicitDeselect) {
|
3184
|
+
if (sortable.options.supportPointer) {
|
3185
|
+
on(document, 'pointerup', this._deselectMultiDrag);
|
3186
|
+
} else {
|
3187
|
+
on(document, 'mouseup', this._deselectMultiDrag);
|
3188
|
+
on(document, 'touchend', this._deselectMultiDrag);
|
3189
|
+
}
|
3119
3190
|
}
|
3120
3191
|
|
3121
3192
|
on(document, 'keydown', this._checkKeyDown);
|
@@ -3123,6 +3194,7 @@ function MultiDragPlugin() {
|
|
3123
3194
|
this.defaults = {
|
3124
3195
|
selectedClass: 'sortable-selected',
|
3125
3196
|
multiDragKey: null,
|
3197
|
+
avoidImplicitDeselect: false,
|
3126
3198
|
setData: function setData(dataTransfer, dragEl) {
|
3127
3199
|
var data = '';
|
3128
3200
|
|
@@ -3413,7 +3485,7 @@ function MultiDragPlugin() {
|
|
3413
3485
|
rootEl: rootEl,
|
3414
3486
|
name: 'select',
|
3415
3487
|
targetEl: dragEl$1,
|
3416
|
-
|
3488
|
+
originalEvent: evt
|
3417
3489
|
}); // Modifier activated, select from last to dragEl
|
3418
3490
|
|
3419
3491
|
if (evt.shiftKey && lastMultiDragSelect && sortable.el.contains(lastMultiDragSelect)) {
|
@@ -3442,7 +3514,7 @@ function MultiDragPlugin() {
|
|
3442
3514
|
rootEl: rootEl,
|
3443
3515
|
name: 'select',
|
3444
3516
|
targetEl: children[i],
|
3445
|
-
|
3517
|
+
originalEvent: evt
|
3446
3518
|
});
|
3447
3519
|
}
|
3448
3520
|
}
|
@@ -3459,14 +3531,15 @@ function MultiDragPlugin() {
|
|
3459
3531
|
rootEl: rootEl,
|
3460
3532
|
name: 'deselect',
|
3461
3533
|
targetEl: dragEl$1,
|
3462
|
-
|
3534
|
+
originalEvent: evt
|
3463
3535
|
});
|
3464
3536
|
}
|
3465
3537
|
} // Multi-drag drop
|
3466
3538
|
|
3467
3539
|
|
3468
3540
|
if (dragStarted && this.isMultiDrag) {
|
3469
|
-
// Do not "unfold" after around dragEl if reverted
|
3541
|
+
folding = false; // Do not "unfold" after around dragEl if reverted
|
3542
|
+
|
3470
3543
|
if ((parentEl[expando].options.sort || parentEl !== rootEl) && multiDragElements.length > 1) {
|
3471
3544
|
var dragRect = getRect(dragEl$1),
|
3472
3545
|
multiDragIndex = index(dragEl$1, ':not(.' + this.options.selectedClass + ')');
|
@@ -3569,7 +3642,7 @@ function MultiDragPlugin() {
|
|
3569
3642
|
rootEl: this.sortable.el,
|
3570
3643
|
name: 'deselect',
|
3571
3644
|
targetEl: el,
|
3572
|
-
|
3645
|
+
originalEvent: evt
|
3573
3646
|
});
|
3574
3647
|
}
|
3575
3648
|
},
|