From 27ad3841a091d3e039b9a58279869b702e09d580 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sun, 3 Nov 2024 16:10:03 +0000 Subject: [PATCH] Fixes he layout --- src/isnd/Views/Shared/_Layout.cshtml | 24 +- .../bower_components/bootstrap/.babelrc.js | 12 + .../bower_components/bootstrap/.bower.json | 15 + .../bootstrap/.browserslistrc | 11 + .../bootstrap/.bundlewatch.config.json | 66 + .../bower_components/bootstrap/.cspell.json | 133 + .../bower_components/bootstrap/.editorconfig | 11 + .../bower_components/bootstrap/.eslintignore | 7 + .../bower_components/bootstrap/.eslintrc.json | 222 + .../bower_components/bootstrap/.gitattributes | 8 + .../bootstrap/.github/CODEOWNERS | 3 + .../bootstrap/.github/CONTRIBUTING.md | 244 + .../.github/ISSUE_TEMPLATE/bug_report.yml | 62 + .../.github/ISSUE_TEMPLATE/config.yml | 4 + .../ISSUE_TEMPLATE/feature_request.yml | 29 + .../.github/PULL_REQUEST_TEMPLATE.md | 38 + .../bootstrap/.github/SUPPORT.md | 11 + .../.github/codeql/codeql-config.yml | 3 + .../bootstrap/.github/dependabot.yml | 23 + .../bootstrap/.github/release-drafter.yml | 60 + .../.github/workflows/browserstack.yml | 46 + .../.github/workflows/bundlewatch.yml | 43 + .../workflows/calibreapp-image-actions.yml | 32 + .../bootstrap/.github/workflows/codeql.yml | 44 + .../bootstrap/.github/workflows/cspell.yml | 36 + .../bootstrap/.github/workflows/css.yml | 40 + .../bootstrap/.github/workflows/docs.yml | 50 + .../.github/workflows/issue-close-require.yml | 26 + .../.github/workflows/issue-labeled.yml | 26 + .../bootstrap/.github/workflows/js.yml | 52 + .../bootstrap/.github/workflows/lint.yml | 37 + .../bootstrap/.github/workflows/node-sass.yml | 49 + .../.github/workflows/release-notes.yml | 23 + .../bower_components/bootstrap/.gitignore | 43 + .../wwwroot/bower_components/bootstrap/.npmrc | 1 + .../bootstrap/.stylelintignore | 5 + .../bootstrap/.stylelintrc.json | 60 + .../bootstrap/CODE_OF_CONDUCT.md | 132 + .../bower_components/bootstrap/LICENSE | 21 + .../bower_components/bootstrap/README.md | 246 + .../bower_components/bootstrap/SECURITY.md | 7 + .../bootstrap/build/banner.mjs | 20 + .../bootstrap/build/build-plugins.mjs | 105 + .../bootstrap/build/change-version.mjs | 113 + .../bootstrap/build/generate-sri.mjs | 64 + .../bootstrap/build/postcss.config.mjs | 17 + .../bootstrap/build/rollup.config.mjs | 59 + .../bootstrap/build/vnu-jar.mjs | 59 + .../bootstrap/build/zip-examples.mjs | 101 + .../bower_components/bootstrap/composer.json | 32 + .../bootstrap/dist/css/bootstrap-grid.css | 4085 ++++ .../bootstrap/dist/css/bootstrap-grid.css.map | 1 + .../bootstrap/dist/css/bootstrap-grid.min.css | 6 + .../dist/css/bootstrap-grid.min.css.map | 1 + .../bootstrap/dist/css/bootstrap-grid.rtl.css | 4084 ++++ .../dist/css/bootstrap-grid.rtl.css.map | 1 + .../dist/css/bootstrap-grid.rtl.min.css | 6 + .../dist/css/bootstrap-grid.rtl.min.css.map | 1 + .../bootstrap/dist/css/bootstrap-reboot.css | 597 + .../dist/css/bootstrap-reboot.css.map | 1 + .../dist/css/bootstrap-reboot.min.css | 6 + .../dist/css/bootstrap-reboot.min.css.map | 1 + .../dist/css/bootstrap-reboot.rtl.css | 594 + .../dist/css/bootstrap-reboot.rtl.css.map | 1 + .../dist/css/bootstrap-reboot.rtl.min.css | 6 + .../dist/css/bootstrap-reboot.rtl.min.css.map | 1 + .../dist/css/bootstrap-utilities.css | 5402 +++++ .../dist/css/bootstrap-utilities.css.map | 1 + .../dist/css/bootstrap-utilities.min.css | 6 + .../dist/css/bootstrap-utilities.min.css.map | 1 + .../dist/css/bootstrap-utilities.rtl.css | 5393 +++++ .../dist/css/bootstrap-utilities.rtl.css.map | 1 + .../dist/css/bootstrap-utilities.rtl.min.css | 6 + .../css/bootstrap-utilities.rtl.min.css.map | 1 + .../bootstrap/dist/css/bootstrap.css | 12057 +++++++++ .../bootstrap/dist/css/bootstrap.css.map | 1 + .../bootstrap/dist/css/bootstrap.min.css | 6 + .../bootstrap/dist/css/bootstrap.min.css.map | 1 + .../bootstrap/dist/css/bootstrap.rtl.css | 12030 +++++++++ .../bootstrap/dist/css/bootstrap.rtl.css.map | 1 + .../bootstrap/dist/css/bootstrap.rtl.min.css | 6 + .../dist/css/bootstrap.rtl.min.css.map | 1 + .../bootstrap/dist/js/bootstrap.bundle.js | 6314 +++++ .../bootstrap/dist/js/bootstrap.bundle.js.map | 1 + .../bootstrap/dist/js/bootstrap.bundle.min.js | 7 + .../dist/js/bootstrap.bundle.min.js.map | 1 + .../bootstrap/dist/js/bootstrap.esm.js | 4447 ++++ .../bootstrap/dist/js/bootstrap.esm.js.map | 1 + .../bootstrap/dist/js/bootstrap.esm.min.js | 7 + .../dist/js/bootstrap.esm.min.js.map | 1 + .../bootstrap/dist/js/bootstrap.js | 4494 ++++ .../bootstrap/dist/js/bootstrap.js.map | 1 + .../bootstrap/dist/js/bootstrap.min.js | 7 + .../bootstrap/dist/js/bootstrap.min.js.map | 1 + .../bower_components/bootstrap/hugo.yml | 91 + .../bootstrap/js/dist/alert.js | 90 + .../bootstrap/js/dist/alert.js.map | 1 + .../bootstrap/js/dist/base-component.js | 84 + .../bootstrap/js/dist/base-component.js.map | 1 + .../bootstrap/js/dist/button.js | 79 + .../bootstrap/js/dist/button.js.map | 1 + .../bootstrap/js/dist/carousel.js | 388 + .../bootstrap/js/dist/carousel.js.map | 1 + .../bootstrap/js/dist/collapse.js | 249 + .../bootstrap/js/dist/collapse.js.map | 1 + .../bootstrap/js/dist/dom/data.js | 63 + .../bootstrap/js/dist/dom/data.js.map | 1 + .../bootstrap/js/dist/dom/event-handler.js | 237 + .../js/dist/dom/event-handler.js.map | 1 + .../bootstrap/js/dist/dom/manipulator.js | 72 + .../bootstrap/js/dist/dom/manipulator.js.map | 1 + .../bootstrap/js/dist/dom/selector-engine.js | 104 + .../js/dist/dom/selector-engine.js.map | 1 + .../bootstrap/js/dist/dropdown.js | 402 + .../bootstrap/js/dist/dropdown.js.map | 1 + .../bootstrap/js/dist/modal.js | 320 + .../bootstrap/js/dist/modal.js.map | 1 + .../bootstrap/js/dist/offcanvas.js | 246 + .../bootstrap/js/dist/offcanvas.js.map | 1 + .../bootstrap/js/dist/popover.js | 96 + .../bootstrap/js/dist/popover.js.map | 1 + .../bootstrap/js/dist/scrollspy.js | 275 + .../bootstrap/js/dist/scrollspy.js.map | 1 + .../bower_components/bootstrap/js/dist/tab.js | 285 + .../bootstrap/js/dist/tab.js.map | 1 + .../bootstrap/js/dist/toast.js | 199 + .../bootstrap/js/dist/toast.js.map | 1 + .../bootstrap/js/dist/tooltip.js | 546 + .../bootstrap/js/dist/tooltip.js.map | 1 + .../bootstrap/js/dist/util/backdrop.js | 139 + .../bootstrap/js/dist/util/backdrop.js.map | 1 + .../js/dist/util/component-functions.js | 42 + .../js/dist/util/component-functions.js.map | 1 + .../bootstrap/js/dist/util/config.js | 68 + .../bootstrap/js/dist/util/config.js.map | 1 + .../bootstrap/js/dist/util/focustrap.js | 113 + .../bootstrap/js/dist/util/focustrap.js.map | 1 + .../bootstrap/js/dist/util/index.js | 281 + .../bootstrap/js/dist/util/index.js.map | 1 + .../bootstrap/js/dist/util/sanitizer.js | 114 + .../bootstrap/js/dist/util/sanitizer.js.map | 1 + .../bootstrap/js/dist/util/scrollbar.js | 113 + .../bootstrap/js/dist/util/scrollbar.js.map | 1 + .../bootstrap/js/dist/util/swipe.js | 135 + .../bootstrap/js/dist/util/swipe.js.map | 1 + .../js/dist/util/template-factory.js | 151 + .../js/dist/util/template-factory.js.map | 1 + .../bootstrap/js/index.esm.js | 19 + .../bootstrap/js/index.umd.js | 34 + .../bootstrap/js/src/alert.js | 87 + .../bootstrap/js/src/base-component.js | 85 + .../bootstrap/js/src/button.js | 72 + .../bootstrap/js/src/carousel.js | 474 + .../bootstrap/js/src/collapse.js | 297 + .../bootstrap/js/src/dom/data.js | 55 + .../bootstrap/js/src/dom/event-handler.js | 317 + .../bootstrap/js/src/dom/manipulator.js | 71 + .../bootstrap/js/src/dom/selector-engine.js | 126 + .../bootstrap/js/src/dropdown.js | 455 + .../bootstrap/js/src/modal.js | 378 + .../bootstrap/js/src/offcanvas.js | 282 + .../bootstrap/js/src/popover.js | 97 + .../bootstrap/js/src/scrollspy.js | 296 + .../bower_components/bootstrap/js/src/tab.js | 315 + .../bootstrap/js/src/toast.js | 225 + .../bootstrap/js/src/tooltip.js | 633 + .../bootstrap/js/src/util/backdrop.js | 151 + .../js/src/util/component-functions.js | 35 + .../bootstrap/js/src/util/config.js | 65 + .../bootstrap/js/src/util/focustrap.js | 115 + .../bootstrap/js/src/util/index.js | 306 + .../bootstrap/js/src/util/sanitizer.js | 117 + .../bootstrap/js/src/util/scrollbar.js | 114 + .../bootstrap/js/src/util/swipe.js | 146 + .../bootstrap/js/src/util/template-factory.js | 160 + .../bootstrap/js/tests/README.md | 73 + .../bootstrap/js/tests/browsers.js | 80 + .../bootstrap/js/tests/helpers/fixture.js | 47 + .../js/tests/integration/bundle-modularity.js | 9 + .../bootstrap/js/tests/integration/bundle.js | 6 + .../bootstrap/js/tests/integration/index.html | 67 + .../integration/rollup.bundle-modularity.js | 17 + .../js/tests/integration/rollup.bundle.js | 24 + .../bootstrap/js/tests/karma.conf.js | 169 + .../bootstrap/js/tests/unit/alert.spec.js | 259 + .../js/tests/unit/base-component.spec.js | 168 + .../bootstrap/js/tests/unit/button.spec.js | 183 + .../bootstrap/js/tests/unit/carousel.spec.js | 1572 ++ .../bootstrap/js/tests/unit/collapse.spec.js | 1062 + .../bootstrap/js/tests/unit/dom/data.spec.js | 104 + .../js/tests/unit/dom/event-handler.spec.js | 480 + .../js/tests/unit/dom/manipulator.spec.js | 135 + .../js/tests/unit/dom/selector-engine.spec.js | 414 + .../bootstrap/js/tests/unit/dropdown.spec.js | 2433 ++ .../bootstrap/js/tests/unit/jquery.spec.js | 60 + .../bootstrap/js/tests/unit/modal.spec.js | 1329 + .../bootstrap/js/tests/unit/offcanvas.spec.js | 914 + .../bootstrap/js/tests/unit/popover.spec.js | 413 + .../bootstrap/js/tests/unit/scrollspy.spec.js | 980 + .../bootstrap/js/tests/unit/tab.spec.js | 1252 + .../bootstrap/js/tests/unit/toast.spec.js | 672 + .../bootstrap/js/tests/unit/tooltip.spec.js | 1553 ++ .../js/tests/unit/util/backdrop.spec.js | 321 + .../unit/util/component-functions.spec.js | 106 + .../js/tests/unit/util/config.spec.js | 166 + .../js/tests/unit/util/focustrap.spec.js | 218 + .../js/tests/unit/util/index.spec.js | 720 + .../js/tests/unit/util/sanitizer.spec.js | 163 + .../js/tests/unit/util/scrollbar.spec.js | 363 + .../js/tests/unit/util/swipe.spec.js | 291 + .../tests/unit/util/template-factory.spec.js | 306 + .../bootstrap/js/tests/visual/alert.html | 48 + .../bootstrap/js/tests/visual/button.html | 49 + .../bootstrap/js/tests/visual/carousel.html | 65 + .../bootstrap/js/tests/visual/collapse.html | 76 + .../bootstrap/js/tests/visual/dropdown.html | 205 + .../bootstrap/js/tests/visual/input.html | 78 + .../bootstrap/js/tests/visual/modal.html | 279 + .../bootstrap/js/tests/visual/popover.html | 41 + .../bootstrap/js/tests/visual/scrollspy.html | 100 + .../bootstrap/js/tests/visual/tab.html | 223 + .../bootstrap/js/tests/visual/toast.html | 70 + .../bootstrap/js/tests/visual/tooltip.html | 138 + .../bootstrap/nuget/MyGet.ps1 | 17 + .../bootstrap/nuget/bootstrap.nuspec | 36 + .../bootstrap/nuget/bootstrap.png | Bin 0 -> 6420 bytes .../bootstrap/nuget/bootstrap.sass.nuspec | 36 + .../bootstrap/package-lock.json | 20140 ++++++++++++++++ .../bower_components/bootstrap/package.js | 18 + .../bower_components/bootstrap/package.json | 184 + .../bootstrap/scss/_accordion.scss | 158 + .../bootstrap/scss/_alert.scss | 68 + .../bootstrap/scss/_badge.scss | 38 + .../bootstrap/scss/_breadcrumb.scss | 40 + .../bootstrap/scss/_button-group.scss | 142 + .../bootstrap/scss/_buttons.scss | 216 + .../bootstrap/scss/_card.scss | 239 + .../bootstrap/scss/_carousel.scss | 236 + .../bootstrap/scss/_close.scss | 63 + .../bootstrap/scss/_containers.scss | 41 + .../bootstrap/scss/_dropdown.scss | 250 + .../bootstrap/scss/_forms.scss | 9 + .../bootstrap/scss/_functions.scss | 302 + .../bootstrap/scss/_grid.scss | 39 + .../bootstrap/scss/_helpers.scss | 12 + .../bootstrap/scss/_images.scss | 42 + .../bootstrap/scss/_list-group.scss | 197 + .../bootstrap/scss/_maps.scss | 174 + .../bootstrap/scss/_mixins.scss | 42 + .../bootstrap/scss/_modal.scss | 236 + .../bower_components/bootstrap/scss/_nav.scss | 197 + .../bootstrap/scss/_navbar.scss | 289 + .../bootstrap/scss/_offcanvas.scss | 143 + .../bootstrap/scss/_pagination.scss | 109 + .../bootstrap/scss/_placeholders.scss | 51 + .../bootstrap/scss/_popover.scss | 196 + .../bootstrap/scss/_progress.scss | 68 + .../bootstrap/scss/_reboot.scss | 611 + .../bootstrap/scss/_root.scss | 187 + .../bootstrap/scss/_spinners.scss | 85 + .../bootstrap/scss/_tables.scss | 171 + .../bootstrap/scss/_toasts.scss | 73 + .../bootstrap/scss/_tooltip.scss | 119 + .../bootstrap/scss/_transitions.scss | 27 + .../bootstrap/scss/_type.scss | 106 + .../bootstrap/scss/_utilities.scss | 806 + .../bootstrap/scss/_variables-dark.scss | 87 + .../bootstrap/scss/_variables.scss | 1751 ++ .../bootstrap/scss/bootstrap-grid.scss | 62 + .../bootstrap/scss/bootstrap-reboot.scss | 10 + .../bootstrap/scss/bootstrap-utilities.scss | 19 + .../bootstrap/scss/bootstrap.scss | 52 + .../scss/forms/_floating-labels.scss | 95 + .../bootstrap/scss/forms/_form-check.scss | 189 + .../bootstrap/scss/forms/_form-control.scss | 214 + .../bootstrap/scss/forms/_form-range.scss | 91 + .../bootstrap/scss/forms/_form-select.scss | 80 + .../bootstrap/scss/forms/_form-text.scss | 11 + .../bootstrap/scss/forms/_input-group.scss | 132 + .../bootstrap/scss/forms/_labels.scss | 36 + .../bootstrap/scss/forms/_validation.scss | 12 + .../bootstrap/scss/helpers/_clearfix.scss | 3 + .../bootstrap/scss/helpers/_color-bg.scss | 7 + .../scss/helpers/_colored-links.scss | 30 + .../bootstrap/scss/helpers/_focus-ring.scss | 5 + .../bootstrap/scss/helpers/_icon-link.scss | 25 + .../bootstrap/scss/helpers/_position.scss | 36 + .../bootstrap/scss/helpers/_ratio.scss | 26 + .../bootstrap/scss/helpers/_stacks.scss | 15 + .../scss/helpers/_stretched-link.scss | 15 + .../scss/helpers/_text-truncation.scss | 7 + .../scss/helpers/_visually-hidden.scss | 8 + .../bootstrap/scss/helpers/_vr.scss | 8 + .../bootstrap/scss/mixins/_alert.scss | 18 + .../bootstrap/scss/mixins/_backdrop.scss | 14 + .../bootstrap/scss/mixins/_banner.scss | 7 + .../bootstrap/scss/mixins/_border-radius.scss | 78 + .../bootstrap/scss/mixins/_box-shadow.scss | 18 + .../bootstrap/scss/mixins/_breakpoints.scss | 127 + .../bootstrap/scss/mixins/_buttons.scss | 70 + .../bootstrap/scss/mixins/_caret.scss | 69 + .../bootstrap/scss/mixins/_clearfix.scss | 9 + .../bootstrap/scss/mixins/_color-mode.scss | 21 + .../bootstrap/scss/mixins/_color-scheme.scss | 7 + .../bootstrap/scss/mixins/_container.scss | 11 + .../bootstrap/scss/mixins/_deprecate.scss | 10 + .../bootstrap/scss/mixins/_forms.scss | 163 + .../bootstrap/scss/mixins/_gradients.scss | 47 + .../bootstrap/scss/mixins/_grid.scss | 151 + .../bootstrap/scss/mixins/_image.scss | 16 + .../bootstrap/scss/mixins/_list-group.scss | 26 + .../bootstrap/scss/mixins/_lists.scss | 7 + .../bootstrap/scss/mixins/_pagination.scss | 10 + .../bootstrap/scss/mixins/_reset-text.scss | 17 + .../bootstrap/scss/mixins/_resize.scss | 6 + .../scss/mixins/_table-variants.scss | 24 + .../bootstrap/scss/mixins/_text-truncate.scss | 8 + .../bootstrap/scss/mixins/_transition.scss | 26 + .../bootstrap/scss/mixins/_utilities.scss | 97 + .../scss/mixins/_visually-hidden.scss | 33 + .../bootstrap/scss/tests/jasmine.js | 16 + .../_auto-import-of-variables-dark.test.scss | 7 + .../scss/tests/mixins/_color-modes.test.scss | 69 + .../_media-query-color-mode-full.test.scss | 8 + .../scss/tests/mixins/_utilities.test.scss | 393 + .../scss/tests/sass-true/register.js | 14 + .../bootstrap/scss/tests/sass-true/runner.js | 17 + .../scss/tests/utilities/_api.test.scss | 75 + .../bootstrap/scss/utilities/_api.scss | 47 + .../bootstrap/scss/vendor/_rfs.scss | 348 + .../bootstrap/site/assets/js/application.js | 30 + .../bootstrap/site/assets/js/code-examples.js | 90 + .../bootstrap/site/assets/js/search.js | 45 + .../bootstrap/site/assets/js/snippets.js | 170 + .../site/assets/js/vendor/clipboard.min.js | 7 + .../bootstrap/site/assets/scss/_ads.scss | 38 + .../bootstrap/site/assets/scss/_anchor.scss | 21 + .../bootstrap/site/assets/scss/_brand.scss | 60 + .../bootstrap/site/assets/scss/_buttons.scss | 52 + .../bootstrap/site/assets/scss/_callouts.scss | 40 + .../site/assets/scss/_clipboard-js.scss | 44 + .../bootstrap/site/assets/scss/_colors.scss | 155 + .../site/assets/scss/_component-examples.scss | 404 + .../bootstrap/site/assets/scss/_content.scss | 163 + .../bootstrap/site/assets/scss/_footer.scss | 16 + .../bootstrap/site/assets/scss/_layout.scss | 57 + .../bootstrap/site/assets/scss/_masthead.scss | 119 + .../bootstrap/site/assets/scss/_navbar.scss | 129 + .../site/assets/scss/_placeholder-img.scss | 15 + .../site/assets/scss/_scrolling.scss | 16 + .../bootstrap/site/assets/scss/_search.scss | 172 + .../bootstrap/site/assets/scss/_sidebar.scss | 64 + .../bootstrap/site/assets/scss/_skippy.scss | 7 + .../bootstrap/site/assets/scss/_syntax.scss | 142 + .../bootstrap/site/assets/scss/_toc.scss | 93 + .../site/assets/scss/_variables.scss | 35 + .../bootstrap/site/assets/scss/docs.scss | 59 + .../bootstrap/site/content/404.md | 13 + .../site/content/docs/5.3/_index.html | 5 + .../site/content/docs/5.3/about/brand.md | 43 + .../site/content/docs/5.3/about/license.md | 34 + .../site/content/docs/5.3/about/overview.md | 29 + .../site/content/docs/5.3/about/team.md | 23 + .../content/docs/5.3/about/translations.md | 20 + .../content/docs/5.3/components/accordion.md | 169 + .../content/docs/5.3/components/alerts.md | 240 + .../site/content/docs/5.3/components/badge.md | 103 + .../content/docs/5.3/components/breadcrumb.md | 108 + .../docs/5.3/components/button-group.md | 248 + .../content/docs/5.3/components/buttons.md | 270 + .../site/content/docs/5.3/components/card.md | 739 + .../content/docs/5.3/components/carousel.md | 448 + .../docs/5.3/components/close-button.md | 54 + .../content/docs/5.3/components/collapse.md | 198 + .../content/docs/5.3/components/dropdowns.md | 1131 + .../content/docs/5.3/components/list-group.md | 500 + .../site/content/docs/5.3/components/modal.md | 871 + .../content/docs/5.3/components/navbar.md | 817 + .../content/docs/5.3/components/navs-tabs.md | 698 + .../content/docs/5.3/components/offcanvas.md | 358 + .../content/docs/5.3/components/pagination.md | 177 + .../docs/5.3/components/placeholders.md | 145 + .../content/docs/5.3/components/popovers.md | 280 + .../content/docs/5.3/components/progress.md | 202 + .../content/docs/5.3/components/scrollspy.md | 427 + .../content/docs/5.3/components/spinners.md | 211 + .../content/docs/5.3/components/toasts.md | 391 + .../content/docs/5.3/components/tooltips.md | 292 + .../site/content/docs/5.3/content/figures.md | 33 + .../site/content/docs/5.3/content/images.md | 63 + .../site/content/docs/5.3/content/reboot.md | 473 + .../site/content/docs/5.3/content/tables.md | 839 + .../content/docs/5.3/content/typography.md | 286 + .../content/docs/5.3/customize/color-modes.md | 258 + .../site/content/docs/5.3/customize/color.md | 512 + .../content/docs/5.3/customize/components.md | 77 + .../docs/5.3/customize/css-variables.md | 93 + .../content/docs/5.3/customize/optimize.md | 92 + .../content/docs/5.3/customize/options.md | 32 + .../content/docs/5.3/customize/overview.md | 53 + .../site/content/docs/5.3/customize/sass.md | 362 + .../site/content/docs/5.3/docsref.md | 49 + .../site/content/docs/5.3/examples/_index.md | 66 + .../docs/5.3/examples/album-rtl/index.html | 209 + .../docs/5.3/examples/album/index.html | 208 + .../docs/5.3/examples/badges/badges.css | 3 + .../docs/5.3/examples/badges/index.html | 149 + .../docs/5.3/examples/blog-rtl/index.html | 257 + .../content/docs/5.3/examples/blog/blog.css | 39 + .../docs/5.3/examples/blog/blog.rtl.css | 39 + .../content/docs/5.3/examples/blog/index.html | 309 + .../5.3/examples/breadcrumbs/breadcrumbs.css | 50 + .../docs/5.3/examples/breadcrumbs/index.html | 88 + .../docs/5.3/examples/buttons/index.html | 88 + .../docs/5.3/examples/carousel-rtl/index.html | 167 + .../docs/5.3/examples/carousel/carousel.css | 82 + .../5.3/examples/carousel/carousel.rtl.css | 74 + .../docs/5.3/examples/carousel/index.html | 166 + .../5.3/examples/cheatsheet-rtl/index.html | 1622 ++ .../5.3/examples/cheatsheet/cheatsheet.css | 163 + .../5.3/examples/cheatsheet/cheatsheet.js | 73 + .../examples/cheatsheet/cheatsheet.rtl.css | 156 + .../docs/5.3/examples/cheatsheet/index.html | 1606 ++ .../docs/5.3/examples/checkout-rtl/index.html | 232 + .../docs/5.3/examples/checkout/checkout.css | 3 + .../docs/5.3/examples/checkout/checkout.js | 19 + .../docs/5.3/examples/checkout/index.html | 232 + .../content/docs/5.3/examples/cover/cover.css | 50 + .../docs/5.3/examples/cover/index.html | 33 + .../5.3/examples/dashboard-rtl/dashboard.js | 49 + .../5.3/examples/dashboard-rtl/index.html | 333 + .../docs/5.3/examples/dashboard/dashboard.css | 48 + .../docs/5.3/examples/dashboard/dashboard.js | 49 + .../5.3/examples/dashboard/dashboard.rtl.css | 48 + .../docs/5.3/examples/dashboard/index.html | 332 + .../docs/5.3/examples/dropdowns/dropdowns.css | 71 + .../docs/5.3/examples/dropdowns/index.html | 462 + .../docs/5.3/examples/features/features.css | 26 + .../docs/5.3/examples/features/index.html | 340 + .../examples/features/unsplash-photo-1.jpg | Bin 0 -> 10433 bytes .../examples/features/unsplash-photo-2.jpg | Bin 0 -> 113000 bytes .../examples/features/unsplash-photo-3.jpg | Bin 0 -> 40589 bytes .../docs/5.3/examples/footers/index.html | 186 + .../content/docs/5.3/examples/grid/grid.css | 13 + .../content/docs/5.3/examples/grid/index.html | 187 + .../docs/5.3/examples/headers/headers.css | 15 + .../docs/5.3/examples/headers/index.html | 297 + .../5.3/examples/heroes/bootstrap-docs.png | Bin 0 -> 369528 bytes .../5.3/examples/heroes/bootstrap-themes.png | Bin 0 -> 278159 bytes .../docs/5.3/examples/heroes/heroes.css | 3 + .../docs/5.3/examples/heroes/index.html | 125 + .../docs/5.3/examples/jumbotron/index.html | 44 + .../docs/5.3/examples/jumbotrons/index.html | 82 + .../5.3/examples/jumbotrons/jumbotrons.css | 1 + .../docs/5.3/examples/list-groups/index.html | 225 + .../5.3/examples/list-groups/list-groups.css | 63 + .../docs/5.3/examples/masonry/index.html | 105 + .../docs/5.3/examples/modals/index.html | 150 + .../docs/5.3/examples/modals/modals.css | 8 + .../5.3/examples/navbar-bottom/index.html | 41 + .../docs/5.3/examples/navbar-fixed/index.html | 40 + .../examples/navbar-fixed/navbar-fixed.css | 5 + .../5.3/examples/navbar-static/index.html | 40 + .../examples/navbar-static/navbar-static.css | 4 + .../5.3/examples/navbars-offcanvas/index.html | 147 + .../navbars-offcanvas/navbars-offcanvas.css | 7 + .../docs/5.3/examples/navbars/index.html | 450 + .../docs/5.3/examples/navbars/navbars.css | 7 + .../5.3/examples/offcanvas-navbar/index.html | 140 + .../offcanvas-navbar/offcanvas-navbar.css | 52 + .../offcanvas-navbar/offcanvas-navbar.js | 7 + .../docs/5.3/examples/pricing/index.html | 186 + .../docs/5.3/examples/pricing/pricing.css | 11 + .../docs/5.3/examples/product/index.html | 189 + .../docs/5.3/examples/product/product.css | 74 + .../docs/5.3/examples/sidebars/index.html | 356 + .../docs/5.3/examples/sidebars/sidebars.css | 63 + .../docs/5.3/examples/sidebars/sidebars.js | 8 + .../docs/5.3/examples/sign-in/index.html | 32 + .../docs/5.3/examples/sign-in/sign-in.css | 25 + .../5.3/examples/starter-template/index.html | 107 + .../examples/sticky-footer-navbar/index.html | 52 + .../sticky-footer-navbar.css | 7 + .../5.3/examples/sticky-footer/index.html | 23 + .../examples/sticky-footer/sticky-footer.css | 9 + .../site/content/docs/5.3/extend/approach.md | 86 + .../site/content/docs/5.3/extend/icons.md | 40 + .../content/docs/5.3/forms/checks-radios.md | 334 + .../content/docs/5.3/forms/floating-labels.md | 180 + .../content/docs/5.3/forms/form-control.md | 190 + .../content/docs/5.3/forms/input-group.md | 319 + .../site/content/docs/5.3/forms/layout.md | 329 + .../site/content/docs/5.3/forms/overview.md | 116 + .../site/content/docs/5.3/forms/range.md | 49 + .../site/content/docs/5.3/forms/select.md | 81 + .../site/content/docs/5.3/forms/validation.md | 394 + .../docs/5.3/getting-started/accessibility.md | 62 + .../5.3/getting-started/best-practices.md | 20 + .../5.3/getting-started/browsers-devices.md | 79 + .../docs/5.3/getting-started/contents.md | 111 + .../docs/5.3/getting-started/contribute.md | 67 + .../docs/5.3/getting-started/download.md | 137 + .../docs/5.3/getting-started/introduction.md | 155 + .../docs/5.3/getting-started/javascript.md | 311 + .../docs/5.3/getting-started/parcel.md | 159 + .../content/docs/5.3/getting-started/rfs.md | 86 + .../content/docs/5.3/getting-started/rtl.md | 178 + .../content/docs/5.3/getting-started/vite.md | 181 + .../docs/5.3/getting-started/webpack.md | 347 + .../site/content/docs/5.3/helpers/clearfix.md | 36 + .../docs/5.3/helpers/color-background.md | 54 + .../content/docs/5.3/helpers/colored-links.md | 43 + .../content/docs/5.3/helpers/focus-ring.md | 68 + .../content/docs/5.3/helpers/icon-link.md | 88 + .../site/content/docs/5.3/helpers/position.md | 63 + .../site/content/docs/5.3/helpers/ratio.md | 81 + .../site/content/docs/5.3/helpers/stacks.md | 85 + .../docs/5.3/helpers/stretched-link.md | 74 + .../docs/5.3/helpers/text-truncation.md | 23 + .../content/docs/5.3/helpers/vertical-rule.md | 53 + .../docs/5.3/helpers/visually-hidden.md | 29 + .../content/docs/5.3/layout/breakpoints.md | 174 + .../site/content/docs/5.3/layout/columns.md | 334 + .../content/docs/5.3/layout/containers.md | 95 + .../site/content/docs/5.3/layout/css-grid.md | 267 + .../site/content/docs/5.3/layout/grid.md | 530 + .../site/content/docs/5.3/layout/gutters.md | 165 + .../site/content/docs/5.3/layout/utilities.md | 25 + .../site/content/docs/5.3/layout/z-index.md | 16 + .../site/content/docs/5.3/migration.md | 738 + .../site/content/docs/5.3/utilities/api.md | 623 + .../content/docs/5.3/utilities/background.md | 149 + .../content/docs/5.3/utilities/borders.md | 194 + .../site/content/docs/5.3/utilities/colors.md | 141 + .../content/docs/5.3/utilities/display.md | 114 + .../site/content/docs/5.3/utilities/flex.md | 664 + .../site/content/docs/5.3/utilities/float.md | 51 + .../docs/5.3/utilities/interactions.md | 42 + .../site/content/docs/5.3/utilities/link.md | 105 + .../content/docs/5.3/utilities/object-fit.md | 63 + .../content/docs/5.3/utilities/opacity.md | 35 + .../content/docs/5.3/utilities/overflow.md | 99 + .../content/docs/5.3/utilities/position.md | 130 + .../content/docs/5.3/utilities/shadows.md | 30 + .../site/content/docs/5.3/utilities/sizing.md | 62 + .../content/docs/5.3/utilities/spacing.md | 154 + .../site/content/docs/5.3/utilities/text.md | 161 + .../docs/5.3/utilities/vertical-align.md | 48 + .../content/docs/5.3/utilities/visibility.md | 37 + .../content/docs/5.3/utilities/z-index.md | 50 + .../bootstrap/site/content/docs/_index.html | 5 + .../bootstrap/site/content/docs/versions.md | 27 + .../bootstrap/site/data/breakpoints.yml | 35 + .../bootstrap/site/data/colors.yml | 26 + .../bootstrap/site/data/core-team.yml | 35 + .../bootstrap/site/data/docs-versions.yml | 56 + .../bootstrap/site/data/examples.yml | 142 + .../bootstrap/site/data/grays.yml | 18 + .../bootstrap/site/data/icons.yml | 27 + .../bootstrap/site/data/plugins.yml | 47 + .../bootstrap/site/data/sidebar.yml | 159 + .../bootstrap/site/data/theme-colors.yml | 20 + .../bootstrap/site/data/translations.yml | 44 + .../bootstrap/site/layouts/_default/404.html | 6 + .../_default/_markup/render-heading.html | 5 + .../site/layouts/_default/baseof.html | 21 + .../bootstrap/site/layouts/_default/docs.html | 72 + .../site/layouts/_default/examples.html | 171 + .../bootstrap/site/layouts/_default/home.html | 16 + .../site/layouts/_default/redirect.html | 1 + .../site/layouts/_default/single.html | 52 + .../bootstrap/site/layouts/alias.html | 1 + .../bootstrap/site/layouts/partials/ads.html | 1 + .../site/layouts/partials/analytics.html | 9 + .../partials/callouts/danger-async-methods.md | 1 + .../callouts/info-mediaqueries-breakpoints.md | 1 + .../partials/callouts/info-npm-starter.md | 1 + .../callouts/info-prefersreducedmotion.md | 1 + .../partials/callouts/info-sanitizer.md | 1 + .../warning-color-assistive-technologies.md | 1 + .../warning-data-bs-title-vs-title.md | 1 + .../callouts/warning-input-support.md | 1 + .../site/layouts/partials/docs-navbar.html | 124 + .../site/layouts/partials/docs-sidebar.html | 46 + .../site/layouts/partials/docs-versions.html | 54 + .../site/layouts/partials/favicons.html | 8 + .../site/layouts/partials/footer.html | 59 + .../site/layouts/partials/guide-footer.md | 3 + .../site/layouts/partials/header.html | 26 + .../partials/home/components-utilities.html | 88 + .../layouts/partials/home/css-variables.html | 48 + .../site/layouts/partials/home/customize.html | 59 + .../layouts/partials/home/get-started.html | 58 + .../site/layouts/partials/home/icons.html | 23 + .../site/layouts/partials/home/masthead.html | 32 + .../site/layouts/partials/home/plugins.html | 65 + .../site/layouts/partials/home/themes.html | 23 + .../site/layouts/partials/icons.html | 81 + .../partials/icons/bootstrap-white-fill.svg | 1 + .../layouts/partials/icons/circle-square.svg | 4 + .../layouts/partials/icons/droplet-fill.svg | 3 + .../site/layouts/partials/icons/github.svg | 1 + .../site/layouts/partials/icons/hamburger.svg | 3 + .../layouts/partials/icons/opencollective.svg | 1 + .../site/layouts/partials/icons/twitter.svg | 1 + .../layouts/partials/js-data-attributes.md | 5 + .../site/layouts/partials/redirect.html | 11 + .../site/layouts/partials/scripts.html | 73 + .../site/layouts/partials/skippy.html | 8 + .../site/layouts/partials/social.html | 27 + .../site/layouts/partials/stylesheet.html | 25 + .../site/layouts/partials/table-content.html | 27 + .../bootstrap/site/layouts/robots.txt | 12 + .../site/layouts/shortcodes/added-in.html | 5 + .../site/layouts/shortcodes/bs-table.html | 9 + .../callout-deprecated-dark-variants.html | 9 + .../site/layouts/shortcodes/callout.html | 9 + .../layouts/shortcodes/deprecated-in.html | 5 + .../site/layouts/shortcodes/docsref.html | 1 + .../site/layouts/shortcodes/example.html | 49 + .../site/layouts/shortcodes/js-dismiss.html | 15 + .../site/layouts/shortcodes/js-docs.html | 70 + .../site/layouts/shortcodes/markdown.html | 1 + .../site/layouts/shortcodes/param.html | 14 + .../site/layouts/shortcodes/partial.html | 1 + .../site/layouts/shortcodes/placeholder.html | 44 + .../site/layouts/shortcodes/scss-docs.html | 82 + .../site/layouts/shortcodes/table.html | 31 + .../site/layouts/shortcodes/year.html | 3 + .../bootstrap/site/layouts/sitemap.xml | 12 + .../bootstrap/site/static/CNAME | 1 + .../5.3/assets/brand/bootstrap-logo-black.svg | 1 + .../assets/brand/bootstrap-logo-shadow.png | Bin 0 -> 46112 bytes .../5.3/assets/brand/bootstrap-logo-white.svg | 1 + .../docs/5.3/assets/brand/bootstrap-logo.svg | 1 + .../5.3/assets/brand/bootstrap-social.png | Bin 0 -> 724582 bytes .../docs/5.3/assets/img/bootstrap-icons.png | Bin 0 -> 40346 bytes .../5.3/assets/img/bootstrap-icons@2x.png | Bin 0 -> 125442 bytes .../assets/img/bootstrap-themes-collage.png | Bin 0 -> 74428 bytes .../img/bootstrap-themes-collage@2x.png | Bin 0 -> 243991 bytes .../docs/5.3/assets/img/bootstrap-themes.png | Bin 0 -> 88695 bytes .../5.3/assets/img/bootstrap-themes@2x.png | Bin 0 -> 278159 bytes .../5.3/assets/img/examples/album-rtl.png | Bin 0 -> 6384 bytes .../5.3/assets/img/examples/album-rtl@2x.png | Bin 0 -> 15342 bytes .../docs/5.3/assets/img/examples/album.png | Bin 0 -> 10667 bytes .../docs/5.3/assets/img/examples/album@2x.png | Bin 0 -> 24904 bytes .../docs/5.3/assets/img/examples/badges.png | Bin 0 -> 6328 bytes .../5.3/assets/img/examples/badges@2x.png | Bin 0 -> 14232 bytes .../docs/5.3/assets/img/examples/blog-rtl.png | Bin 0 -> 12545 bytes .../5.3/assets/img/examples/blog-rtl@2x.png | Bin 0 -> 31035 bytes .../docs/5.3/assets/img/examples/blog.png | Bin 0 -> 15245 bytes .../docs/5.3/assets/img/examples/blog@2x.png | Bin 0 -> 36944 bytes .../5.3/assets/img/examples/breadcrumbs.png | Bin 0 -> 2382 bytes .../assets/img/examples/breadcrumbs@2x.png | Bin 0 -> 6025 bytes .../docs/5.3/assets/img/examples/buttons.png | Bin 0 -> 4493 bytes .../5.3/assets/img/examples/buttons@2x.png | Bin 0 -> 9827 bytes .../5.3/assets/img/examples/carousel-rtl.png | Bin 0 -> 10242 bytes .../assets/img/examples/carousel-rtl@2x.png | Bin 0 -> 24414 bytes .../docs/5.3/assets/img/examples/carousel.png | Bin 0 -> 13170 bytes .../5.3/assets/img/examples/carousel@2x.png | Bin 0 -> 31271 bytes .../assets/img/examples/cheatsheet-rtl.png | Bin 0 -> 6089 bytes .../assets/img/examples/cheatsheet-rtl@2x.png | Bin 0 -> 13863 bytes .../5.3/assets/img/examples/cheatsheet.png | Bin 0 -> 8132 bytes .../5.3/assets/img/examples/cheatsheet@2x.png | Bin 0 -> 19324 bytes .../5.3/assets/img/examples/checkout-rtl.png | Bin 0 -> 8848 bytes .../assets/img/examples/checkout-rtl@2x.png | Bin 0 -> 21965 bytes .../docs/5.3/assets/img/examples/checkout.png | Bin 0 -> 7639 bytes .../5.3/assets/img/examples/checkout@2x.png | Bin 0 -> 19105 bytes .../docs/5.3/assets/img/examples/cover.png | Bin 0 -> 7240 bytes .../docs/5.3/assets/img/examples/cover@2x.png | Bin 0 -> 17927 bytes .../5.3/assets/img/examples/dashboard-rtl.png | Bin 0 -> 8261 bytes .../assets/img/examples/dashboard-rtl@2x.png | Bin 0 -> 19363 bytes .../5.3/assets/img/examples/dashboard.png | Bin 0 -> 11914 bytes .../5.3/assets/img/examples/dashboard@2x.png | Bin 0 -> 26556 bytes .../5.3/assets/img/examples/dropdowns.png | Bin 0 -> 6146 bytes .../5.3/assets/img/examples/dropdowns@2x.png | Bin 0 -> 15203 bytes .../docs/5.3/assets/img/examples/features.png | Bin 0 -> 6067 bytes .../5.3/assets/img/examples/features@2x.png | Bin 0 -> 15002 bytes .../docs/5.3/assets/img/examples/footers.png | Bin 0 -> 4295 bytes .../5.3/assets/img/examples/footers@2x.png | Bin 0 -> 10238 bytes .../docs/5.3/assets/img/examples/grid.png | Bin 0 -> 9395 bytes .../docs/5.3/assets/img/examples/grid@2x.png | Bin 0 -> 24996 bytes .../docs/5.3/assets/img/examples/headers.png | Bin 0 -> 5180 bytes .../5.3/assets/img/examples/headers@2x.png | Bin 0 -> 12565 bytes .../docs/5.3/assets/img/examples/heroes.png | Bin 0 -> 9017 bytes .../5.3/assets/img/examples/heroes@2x.png | Bin 0 -> 23433 bytes .../5.3/assets/img/examples/jumbotron.png | Bin 0 -> 9155 bytes .../5.3/assets/img/examples/jumbotron@2x.png | Bin 0 -> 23316 bytes .../5.3/assets/img/examples/jumbotrons.png | Bin 0 -> 6463 bytes .../5.3/assets/img/examples/jumbotrons@2x.png | Bin 0 -> 13933 bytes .../5.3/assets/img/examples/list-groups.png | Bin 0 -> 7114 bytes .../assets/img/examples/list-groups@2x.png | Bin 0 -> 17804 bytes .../docs/5.3/assets/img/examples/masonry.png | Bin 0 -> 15234 bytes .../5.3/assets/img/examples/masonry@2x.png | Bin 0 -> 37617 bytes .../docs/5.3/assets/img/examples/modals.png | Bin 0 -> 4814 bytes .../5.3/assets/img/examples/modals@2x.png | Bin 0 -> 11689 bytes .../5.3/assets/img/examples/navbar-bottom.png | Bin 0 -> 4747 bytes .../assets/img/examples/navbar-bottom@2x.png | Bin 0 -> 11588 bytes .../5.3/assets/img/examples/navbar-fixed.png | Bin 0 -> 5864 bytes .../assets/img/examples/navbar-fixed@2x.png | Bin 0 -> 13971 bytes .../5.3/assets/img/examples/navbar-static.png | Bin 0 -> 6540 bytes .../assets/img/examples/navbar-static@2x.png | Bin 0 -> 15155 bytes .../assets/img/examples/navbars-offcanvas.png | Bin 0 -> 6819 bytes .../img/examples/navbars-offcanvas@2x.png | Bin 0 -> 16913 bytes .../docs/5.3/assets/img/examples/navbars.png | Bin 0 -> 12963 bytes .../5.3/assets/img/examples/navbars@2x.png | Bin 0 -> 31168 bytes .../assets/img/examples/offcanvas-navbar.png | Bin 0 -> 9673 bytes .../img/examples/offcanvas-navbar@2x.png | Bin 0 -> 23926 bytes .../docs/5.3/assets/img/examples/pricing.png | Bin 0 -> 11621 bytes .../5.3/assets/img/examples/pricing@2x.png | Bin 0 -> 29088 bytes .../docs/5.3/assets/img/examples/product.png | Bin 0 -> 12906 bytes .../5.3/assets/img/examples/product@2x.png | Bin 0 -> 27953 bytes .../docs/5.3/assets/img/examples/sidebars.png | Bin 0 -> 12287 bytes .../5.3/assets/img/examples/sidebars@2x.png | Bin 0 -> 33499 bytes .../docs/5.3/assets/img/examples/sign-in.png | Bin 0 -> 2199 bytes .../5.3/assets/img/examples/sign-in@2x.png | Bin 0 -> 4568 bytes .../assets/img/examples/starter-template.png | Bin 0 -> 7753 bytes .../img/examples/starter-template@2x.png | Bin 0 -> 20134 bytes .../img/examples/sticky-footer-navbar.png | Bin 0 -> 6891 bytes .../img/examples/sticky-footer-navbar@2x.png | Bin 0 -> 15720 bytes .../5.3/assets/img/examples/sticky-footer.png | Bin 0 -> 4278 bytes .../assets/img/examples/sticky-footer@2x.png | Bin 0 -> 9665 bytes .../img/favicons/android-chrome-192x192.png | Bin 0 -> 8364 bytes .../img/favicons/android-chrome-512x512.png | Bin 0 -> 23832 bytes .../assets/img/favicons/apple-touch-icon.png | Bin 0 -> 7488 bytes .../5.3/assets/img/favicons/favicon-16x16.png | Bin 0 -> 525 bytes .../5.3/assets/img/favicons/favicon-32x32.png | Bin 0 -> 1152 bytes .../docs/5.3/assets/img/favicons/favicon.ico | Bin 0 -> 15086 bytes .../5.3/assets/img/favicons/manifest.json | 20 + .../assets/img/favicons/safari-pinned-tab.svg | 1 + .../assets/img/guides/bootstrap-parcel.png | Bin 0 -> 161826 bytes .../assets/img/guides/bootstrap-parcel@2x.png | Bin 0 -> 564766 bytes .../5.3/assets/img/guides/bootstrap-vite.png | Bin 0 -> 169189 bytes .../assets/img/guides/bootstrap-vite@2x.png | Bin 0 -> 558538 bytes .../assets/img/guides/bootstrap-webpack.png | Bin 0 -> 169872 bytes .../img/guides/bootstrap-webpack@2x.png | Bin 0 -> 572482 bytes .../guides/parcel-dev-server-bootstrap.png | Bin 0 -> 15565 bytes .../assets/img/guides/parcel-dev-server.png | Bin 0 -> 13690 bytes .../img/guides/vite-dev-server-bootstrap.png | Bin 0 -> 14001 bytes .../5.3/assets/img/guides/vite-dev-server.png | Bin 0 -> 13265 bytes .../guides/webpack-dev-server-bootstrap.png | Bin 0 -> 14702 bytes .../assets/img/guides/webpack-dev-server.png | Bin 0 -> 13999 bytes .../static/docs/5.3/assets/img/parcel.png | Bin 0 -> 6001 bytes .../site/static/docs/5.3/assets/img/vite.svg | 1 + .../static/docs/5.3/assets/img/webpack.svg | 1 + .../static/docs/5.3/assets/js/color-modes.js | 80 + .../docs/5.3/assets/js/validate-forms.js | 19 + .../bootstrap/site/static/sw.js | 27 + .../jquery-validation-unobtrusive/.bower.json | 15 + .../.gitattributes | 53 + .../jquery-validation-unobtrusive/.gitignore | 8 + .../jquery-validation-unobtrusive/.npmrc | 1 + .../.vsts-pipelines/builds/ci-public.yml | 19 + .../templates/default-build.yml | 159 + .../CODE-OF-CONDUCT.md | 6 + .../CONTRIBUTING.md | 4 + .../jquery-validation-unobtrusive/LICENSE.txt | 23 + ...osoft.jQuery.Unobtrusive.Validation.nuspec | 28 + .../jquery-validation-unobtrusive/README.md | 10 + .../jquery-validation-unobtrusive/Sign.proj | 69 + .../jquery-validation-unobtrusive/Sign.props | 52 + .../jquery-validation-unobtrusive/build.cmd | 2 + .../jquery-validation-unobtrusive/build.proj | 58 + .../dependencies.props | 10 + .../jquery-validation-unobtrusive/gulpfile.js | 23 + .../nuget.config | 8 + .../package-lock.json | 7939 ++++++ .../package.json | 43 + .../jquery-validation-unobtrusive/run.ps1 | 1 + .../src/jquery.validate.unobtrusive.js | 435 + .../test/webpacktest/src/index.js | 1 + .../version.props | 1 + .../jquery-validation/.bower.json | 41 + .../jquery-validation/CONTRIBUTING.md | 54 + .../jquery-validation/Gruntfile.js | 224 + .../jquery-validation/LICENSE.md | 22 + .../jquery-validation/README.md | 99 + .../jquery-validation/SECURITY.md | 10 + .../jquery-validation/bower.json | 31 + .../jquery-validation/build/release.js | 62 + .../jquery-validation/changelog.md | 851 + .../dist/additional-methods.js | 1505 ++ .../dist/additional-methods.min.js | 4 + .../dist/jquery-validation-sri.json | 1172 + .../jquery-validation/dist/jquery.validate.js | 1703 ++ .../dist/jquery.validate.min.js | 4 + .../dist/localization/messages_ar.js | 64 + .../dist/localization/messages_ar.min.js | 4 + .../dist/localization/messages_az.js | 35 + .../dist/localization/messages_az.min.js | 4 + .../dist/localization/messages_bg.js | 35 + .../dist/localization/messages_bg.min.js | 4 + .../dist/localization/messages_bn_BD.js | 35 + .../dist/localization/messages_bn_BD.min.js | 4 + .../dist/localization/messages_ca.js | 35 + .../dist/localization/messages_ca.min.js | 4 + .../dist/localization/messages_cs.js | 36 + .../dist/localization/messages_cs.min.js | 4 + .../dist/localization/messages_da.js | 46 + .../dist/localization/messages_da.min.js | 4 + .../dist/localization/messages_de.js | 82 + .../dist/localization/messages_de.min.js | 4 + .../dist/localization/messages_el.js | 35 + .../dist/localization/messages_el.min.js | 4 + .../dist/localization/messages_es.js | 38 + .../dist/localization/messages_es.min.js | 4 + .../dist/localization/messages_es_AR.js | 39 + .../dist/localization/messages_es_AR.min.js | 4 + .../dist/localization/messages_es_PE.js | 39 + .../dist/localization/messages_es_PE.min.js | 4 + .../dist/localization/messages_et.js | 33 + .../dist/localization/messages_et.min.js | 4 + .../dist/localization/messages_eu.js | 35 + .../dist/localization/messages_eu.min.js | 4 + .../dist/localization/messages_fa.js | 39 + .../dist/localization/messages_fa.min.js | 4 + .../dist/localization/messages_fi.js | 33 + .../dist/localization/messages_fi.min.js | 4 + .../dist/localization/messages_fr.js | 65 + .../dist/localization/messages_fr.min.js | 4 + .../dist/localization/messages_ge.js | 35 + .../dist/localization/messages_ge.min.js | 4 + .../dist/localization/messages_gl.js | 40 + .../dist/localization/messages_gl.min.js | 4 + .../dist/localization/messages_he.js | 35 + .../dist/localization/messages_he.min.js | 4 + .../dist/localization/messages_hi.js | 54 + .../dist/localization/messages_hi.min.js | 4 + .../dist/localization/messages_hr.js | 35 + .../dist/localization/messages_hr.min.js | 4 + .../dist/localization/messages_hu.js | 35 + .../dist/localization/messages_hu.min.js | 4 + .../dist/localization/messages_hy_AM.js | 35 + .../dist/localization/messages_hy_AM.min.js | 4 + .../dist/localization/messages_id.js | 34 + .../dist/localization/messages_id.min.js | 4 + .../dist/localization/messages_is.js | 33 + .../dist/localization/messages_is.min.js | 4 + .../dist/localization/messages_it.js | 39 + .../dist/localization/messages_it.min.js | 4 + .../dist/localization/messages_ja.js | 36 + .../dist/localization/messages_ja.min.js | 4 + .../dist/localization/messages_ka.js | 35 + .../dist/localization/messages_ka.min.js | 4 + .../dist/localization/messages_kk.js | 35 + .../dist/localization/messages_kk.min.js | 4 + .../dist/localization/messages_ko.js | 35 + .../dist/localization/messages_ko.min.js | 4 + .../dist/localization/messages_lt.js | 35 + .../dist/localization/messages_lt.min.js | 4 + .../dist/localization/messages_lv.js | 35 + .../dist/localization/messages_lv.min.js | 4 + .../dist/localization/messages_mk.js | 35 + .../dist/localization/messages_mk.min.js | 4 + .../dist/localization/messages_my.js | 35 + .../dist/localization/messages_my.min.js | 4 + .../dist/localization/messages_nl.js | 46 + .../dist/localization/messages_nl.min.js | 4 + .../dist/localization/messages_no.js | 35 + .../dist/localization/messages_no.min.js | 4 + .../dist/localization/messages_pl.js | 38 + .../dist/localization/messages_pl.min.js | 4 + .../dist/localization/messages_pt_BR.js | 91 + .../dist/localization/messages_pt_BR.min.js | 4 + .../dist/localization/messages_pt_PT.js | 39 + .../dist/localization/messages_pt_PT.min.js | 4 + .../dist/localization/messages_ro.js | 35 + .../dist/localization/messages_ro.min.js | 4 + .../dist/localization/messages_ru.js | 35 + .../dist/localization/messages_ru.min.js | 4 + .../dist/localization/messages_sd.js | 35 + .../dist/localization/messages_sd.min.js | 4 + .../dist/localization/messages_si.js | 35 + .../dist/localization/messages_si.min.js | 4 + .../dist/localization/messages_sk.js | 33 + .../dist/localization/messages_sk.min.js | 4 + .../dist/localization/messages_sl.js | 35 + .../dist/localization/messages_sl.min.js | 4 + .../dist/localization/messages_sr.js | 36 + .../dist/localization/messages_sr.min.js | 4 + .../dist/localization/messages_sr_lat.js | 36 + .../dist/localization/messages_sr_lat.min.js | 4 + .../dist/localization/messages_sv.js | 35 + .../dist/localization/messages_sv.min.js | 4 + .../dist/localization/messages_th.js | 35 + .../dist/localization/messages_th.min.js | 4 + .../dist/localization/messages_tj.js | 35 + .../dist/localization/messages_tj.min.js | 4 + .../dist/localization/messages_tr.js | 37 + .../dist/localization/messages_tr.min.js | 4 + .../dist/localization/messages_uk.js | 35 + .../dist/localization/messages_uk.min.js | 4 + .../dist/localization/messages_ur.js | 35 + .../dist/localization/messages_ur.min.js | 4 + .../dist/localization/messages_vi.js | 35 + .../dist/localization/messages_vi.min.js | 4 + .../dist/localization/messages_zh.js | 36 + .../dist/localization/messages_zh.min.js | 4 + .../dist/localization/messages_zh_TW.js | 37 + .../dist/localization/messages_zh_TW.min.js | 4 + .../dist/localization/methods_de.js | 24 + .../dist/localization/methods_de.min.js | 4 + .../dist/localization/methods_es_CL.js | 24 + .../dist/localization/methods_es_CL.min.js | 4 + .../dist/localization/methods_fi.js | 24 + .../dist/localization/methods_fi.min.js | 4 + .../dist/localization/methods_it.js | 24 + .../dist/localization/methods_it.min.js | 4 + .../dist/localization/methods_nl.js | 24 + .../dist/localization/methods_nl.min.js | 4 + .../dist/localization/methods_pt.js | 21 + .../dist/localization/methods_pt.min.js | 4 + .../jquery-validation/package.json | 63 + .../src/additional/abaRoutingNumber.js | 31 + .../src/additional/accept.js | 41 + .../src/additional/additional.js | 26 + .../src/additional/alphanumeric.js | 3 + .../src/additional/bankaccountNL.js | 26 + .../src/additional/bankorgiroaccountNL.js | 5 + .../jquery-validation/src/additional/bic.js | 18 + .../jquery-validation/src/additional/cifES.js | 114 + .../jquery-validation/src/additional/cnhBR.js | 49 + .../src/additional/cnpjBR.js | 74 + .../jquery-validation/src/additional/cpfBR.js | 65 + .../src/additional/creditcard.js | 40 + .../src/additional/creditcardtypes.js | 69 + .../src/additional/currency.js | 41 + .../src/additional/dateFA.js | 3 + .../src/additional/dateITA.js | 39 + .../src/additional/dateNL.js | 3 + .../src/additional/extension.js | 5 + .../src/additional/giroaccountNL.js | 6 + .../src/additional/greaterThan.js | 11 + .../src/additional/greaterThanEqual.js | 11 + .../jquery-validation/src/additional/iban.js | 136 + .../src/additional/integer.js | 3 + .../jquery-validation/src/additional/ipv4.js | 3 + .../jquery-validation/src/additional/ipv6.js | 3 + .../src/additional/lessThan.js | 11 + .../src/additional/lessThanEqual.js | 11 + .../src/additional/lettersonly.js | 3 + .../src/additional/letterswithbasicpunc.js | 3 + .../src/additional/maxfiles.js | 14 + .../src/additional/maxsize.js | 18 + .../src/additional/maxsizetotal.js | 22 + .../src/additional/mobileNL.js | 3 + .../src/additional/mobileRU.js | 4 + .../src/additional/mobileUK.js | 13 + .../src/additional/netmask.js | 3 + .../jquery-validation/src/additional/nieES.js | 39 + .../jquery-validation/src/additional/nifES.js | 30 + .../jquery-validation/src/additional/nipPL.js | 22 + .../jquery-validation/src/additional/nisBR.js | 57 + .../src/additional/notEqualTo.js | 3 + .../src/additional/nowhitespace.js | 3 + .../src/additional/pattern.js | 22 + .../src/additional/phoneNL.js | 6 + .../src/additional/phonePL.js | 23 + .../src/additional/phoneUK.js | 13 + .../src/additional/phoneUS.js | 21 + .../src/additional/phonesUK.js | 15 + .../src/additional/postalCodeCA.js | 16 + .../src/additional/postalcodeBR.js | 11 + .../src/additional/postalcodeIT.js | 4 + .../src/additional/postalcodeNL.js | 3 + .../src/additional/postcodeUK.js | 4 + .../src/additional/require_from_group.js | 37 + .../src/additional/skip_or_fill_minimum.js | 43 + .../src/additional/statesUS.js | 54 + .../src/additional/strippedminlength.js | 4 + .../jquery-validation/src/additional/time.js | 3 + .../src/additional/time12h.js | 3 + .../jquery-validation/src/additional/url2.js | 4 + .../jquery-validation/src/additional/vinUS.js | 47 + .../src/additional/zipcodeUS.js | 3 + .../src/additional/ziprange.js | 3 + .../jquery-validation/src/ajax.js | 40 + .../jquery-validation/src/core.js | 1642 ++ .../src/localization/messages_ar.js | 52 + .../src/localization/messages_az.js | 23 + .../src/localization/messages_bg.js | 23 + .../src/localization/messages_bn_BD.js | 23 + .../src/localization/messages_ca.js | 23 + .../src/localization/messages_cs.js | 24 + .../src/localization/messages_da.js | 34 + .../src/localization/messages_de.js | 70 + .../src/localization/messages_el.js | 23 + .../src/localization/messages_es.js | 26 + .../src/localization/messages_es_AR.js | 27 + .../src/localization/messages_es_PE.js | 27 + .../src/localization/messages_et.js | 21 + .../src/localization/messages_eu.js | 23 + .../src/localization/messages_fa.js | 27 + .../src/localization/messages_fi.js | 21 + .../src/localization/messages_fr.js | 53 + .../src/localization/messages_ge.js | 23 + .../src/localization/messages_gl.js | 28 + .../src/localization/messages_he.js | 23 + .../src/localization/messages_hi.js | 42 + .../src/localization/messages_hr.js | 23 + .../src/localization/messages_hu.js | 23 + .../src/localization/messages_hy_AM.js | 23 + .../src/localization/messages_id.js | 22 + .../src/localization/messages_is.js | 21 + .../src/localization/messages_it.js | 27 + .../src/localization/messages_ja.js | 24 + .../src/localization/messages_ka.js | 23 + .../src/localization/messages_kk.js | 23 + .../src/localization/messages_ko.js | 23 + .../src/localization/messages_lt.js | 23 + .../src/localization/messages_lv.js | 23 + .../src/localization/messages_mk.js | 23 + .../src/localization/messages_my.js | 23 + .../src/localization/messages_nl.js | 34 + .../src/localization/messages_no.js | 23 + .../src/localization/messages_pl.js | 26 + .../src/localization/messages_pt_BR.js | 79 + .../src/localization/messages_pt_PT.js | 27 + .../src/localization/messages_ro.js | 23 + .../src/localization/messages_ru.js | 23 + .../src/localization/messages_sd.js | 23 + .../src/localization/messages_si.js | 23 + .../src/localization/messages_sk.js | 21 + .../src/localization/messages_sl.js | 23 + .../src/localization/messages_sr.js | 24 + .../src/localization/messages_sr_lat.js | 24 + .../src/localization/messages_sv.js | 23 + .../src/localization/messages_th.js | 23 + .../src/localization/messages_tj.js | 23 + .../src/localization/messages_tr.js | 25 + .../src/localization/messages_uk.js | 23 + .../src/localization/messages_ur.js | 23 + .../src/localization/messages_vi.js | 23 + .../src/localization/messages_zh.js | 24 + .../src/localization/messages_zh_TW.js | 25 + .../src/localization/methods_de.js | 12 + .../src/localization/methods_es_CL.js | 12 + .../src/localization/methods_fi.js | 12 + .../src/localization/methods_it.js | 12 + .../src/localization/methods_nl.js | 12 + .../src/localization/methods_pt.js | 9 + .../jquery-validation/validation.jquery.json | 29 + .../bower_components/jquery/.bower.json | 26 + .../bower_components/jquery/AUTHORS.txt | 371 + .../bower_components/jquery/LICENSE.txt | 20 + .../wwwroot/bower_components/jquery/README.md | 60 + .../bower_components/jquery/bower.json | 14 + .../bower_components/jquery/dist/jquery.js | 10716 ++++++++ .../jquery/dist/jquery.min.js | 2 + .../jquery/dist/jquery.min.map | 1 + .../jquery/dist/jquery.slim.js | 8617 +++++++ .../jquery/dist/jquery.slim.min.js | 2 + .../jquery/dist/jquery.slim.min.map | 1 + .../bower_components/jquery/src/ajax.js | 876 + .../bower_components/jquery/src/ajax/jsonp.js | 103 + .../bower_components/jquery/src/ajax/load.js | 77 + .../jquery/src/ajax/script.js | 74 + .../jquery/src/ajax/var/location.js | 5 + .../jquery/src/ajax/var/nonce.js | 5 + .../jquery/src/ajax/var/rquery.js | 5 + .../bower_components/jquery/src/ajax/xhr.js | 170 + .../bower_components/jquery/src/attributes.js | 13 + .../jquery/src/attributes/attr.js | 141 + .../jquery/src/attributes/classes.js | 184 + .../jquery/src/attributes/prop.js | 142 + .../jquery/src/attributes/support.js | 33 + .../jquery/src/attributes/val.js | 191 + .../bower_components/jquery/src/callbacks.js | 236 + .../bower_components/jquery/src/core.js | 442 + .../jquery/src/core/DOMEval.js | 43 + .../jquery/src/core/access.js | 72 + .../jquery/src/core/camelCase.js | 23 + .../bower_components/jquery/src/core/init.js | 129 + .../jquery/src/core/isAttached.js | 26 + .../jquery/src/core/nodeName.js | 13 + .../jquery/src/core/parseHTML.js | 65 + .../jquery/src/core/parseXML.js | 35 + .../jquery/src/core/ready-no-deferred.js | 97 + .../bower_components/jquery/src/core/ready.js | 86 + .../jquery/src/core/readyException.js | 13 + .../jquery/src/core/stripAndCollapse.js | 14 + .../jquery/src/core/support.js | 20 + .../jquery/src/core/toType.js | 20 + .../jquery/src/core/var/rhtml.js | 7 + .../jquery/src/core/var/rsingleTag.js | 7 + .../bower_components/jquery/src/css.js | 507 + .../jquery/src/css/addGetHookIf.js | 26 + .../jquery/src/css/adjustCSS.js | 74 + .../bower_components/jquery/src/css/curCSS.js | 100 + .../jquery/src/css/finalPropName.js | 42 + .../jquery/src/css/hiddenVisibleSelectors.js | 15 + .../jquery/src/css/showHide.js | 105 + .../jquery/src/css/support.js | 152 + .../jquery/src/css/var/cssExpand.js | 5 + .../jquery/src/css/var/getStyles.js | 17 + .../jquery/src/css/var/isHiddenWithinTree.js | 34 + .../jquery/src/css/var/rboxStyle.js | 7 + .../jquery/src/css/var/rcustomProp.js | 7 + .../jquery/src/css/var/rnumnonpx.js | 7 + .../jquery/src/css/var/swap.js | 26 + .../bower_components/jquery/src/data.js | 180 + .../bower_components/jquery/src/data/Data.js | 162 + .../jquery/src/data/var/acceptData.js | 19 + .../jquery/src/data/var/dataPriv.js | 7 + .../jquery/src/data/var/dataUser.js | 7 + .../bower_components/jquery/src/deferred.js | 406 + .../jquery/src/deferred/exceptionHook.js | 25 + .../bower_components/jquery/src/deprecated.js | 89 + .../jquery/src/deprecated/ajax-event-alias.js | 22 + .../jquery/src/deprecated/event.js | 52 + .../bower_components/jquery/src/dimensions.js | 60 + .../bower_components/jquery/src/effects.js | 702 + .../jquery/src/effects/Tween.js | 125 + .../jquery/src/effects/animatedSelector.js | 15 + .../bower_components/jquery/src/event.js | 970 + .../jquery/src/event/trigger.js | 199 + .../jquery/src/exports/amd.js | 26 + .../jquery/src/exports/global.js | 34 + .../bower_components/jquery/src/jquery.js | 40 + .../jquery/src/manipulation.js | 488 + .../jquery/src/manipulation/_evalUrl.js | 32 + .../jquery/src/manipulation/buildFragment.js | 106 + .../jquery/src/manipulation/getAll.js | 32 + .../jquery/src/manipulation/setGlobalEval.js | 22 + .../jquery/src/manipulation/support.js | 41 + .../src/manipulation/var/rscriptType.js | 5 + .../jquery/src/manipulation/var/rtagName.js | 8 + .../jquery/src/manipulation/wrapMap.js | 30 + .../bower_components/jquery/src/offset.js | 232 + .../bower_components/jquery/src/queue.js | 145 + .../jquery/src/queue/delay.js | 23 + .../jquery/src/selector-native.js | 190 + .../bower_components/jquery/src/selector.js | 2117 ++ .../jquery/src/selector/contains.js | 21 + .../jquery/src/selector/escapeSelector.js | 31 + .../bower_components/jquery/src/serialize.js | 134 + .../bower_components/jquery/src/traversing.js | 198 + .../jquery/src/traversing/findFilter.js | 97 + .../jquery/src/traversing/var/dir.js | 22 + .../src/traversing/var/rneedsContext.js | 8 + .../jquery/src/traversing/var/siblings.js | 17 + .../jquery/src/var/ObjectFunctionString.js | 7 + .../bower_components/jquery/src/var/arr.js | 5 + .../jquery/src/var/class2type.js | 6 + .../jquery/src/var/document.js | 5 + .../jquery/src/var/documentElement.js | 7 + .../bower_components/jquery/src/var/flat.js | 16 + .../jquery/src/var/fnToString.js | 7 + .../jquery/src/var/getProto.js | 5 + .../bower_components/jquery/src/var/hasOwn.js | 7 + .../jquery/src/var/indexOf.js | 7 + .../jquery/src/var/isFunction.js | 17 + .../jquery/src/var/isWindow.js | 8 + .../bower_components/jquery/src/var/pnum.js | 5 + .../bower_components/jquery/src/var/pop.js | 9 + .../bower_components/jquery/src/var/push.js | 7 + .../jquery/src/var/rcheckableType.js | 5 + .../jquery/src/var/rcssNum.js | 9 + .../jquery/src/var/rnothtmlwhite.js | 8 + .../jquery/src/var/rtrimCSS.js | 12 + .../bower_components/jquery/src/var/slice.js | 7 + .../bower_components/jquery/src/var/sort.js | 9 + .../bower_components/jquery/src/var/splice.js | 9 + .../jquery/src/var/support.js | 6 + .../jquery/src/var/toString.js | 7 + .../jquery/src/var/whitespace.js | 8 + .../bower_components/jquery/src/wrap.js | 78 + .../bower_components/popper.js/.bower.json | 15 + .../popper.js/.config/babel.config.js | 51 + .../popper.js/.config/createSourceFile.js | 11 + .../popper.js/.config/eslint.config.js | 21 + .../popper.js/.config/husky/.gitignore | 1 + .../.config/jest-puppeteer.config.js | 16 + .../popper.js/.config/jest.config.js | 19 + .../popper.js/.config/rollup.config.js | 53 + .../popper.js/.config/tsconfig.json | 14 + .../bower_components/popper.js/.editorconfig | 9 + .../wwwroot/bower_components/popper.js/.env | 3 + .../bower_components/popper.js/.flowconfig | 11 + .../popper.js/.github/CONTRIBUTING.md | 9 + .../.github/ISSUE_TEMPLATE/bug_report.md | 48 + .../.github/ISSUE_TEMPLATE/config.yml | 13 + .../.github/ISSUE_TEMPLATE/feature_request.md | 15 + .../.github/PULL_REQUEST_TEMPLATE.md | 7 + .../.github/workflows/functional-tests.yml | 28 + .../popper.js/.github/workflows/release.yml | 23 + .../popper.js/.github/workflows/size.yml | 19 + .../popper.js/.github/workflows/tests.yml | 57 + .../.github/workflows/update-storyshots.yml | 27 + .../bower_components/popper.js/.gitignore | 16 + .../popper.js/.prettierignore | 1 + .../bower_components/popper.js/LICENSE.md | 20 + .../bower_components/popper.js/README.md | 376 + .../popper.js/flow-typed/dev.js | 7 + .../popper.js/flow-typed/npm/jest_v22.x.x.js | 671 + .../bower_components/popper.js/index.d.ts | 1 + .../bower_components/popper.js/package.json | 119 + .../__snapshots__/createPopper.test.js.snap | 34 + .../popper.js/src/createPopper.js | 218 + .../popper.js/src/createPopper.test.js | 211 + .../getWindowScroll.test.js.snap | 8 + .../popper.js/src/dom-utils/contains.js | 25 + .../popper.js/src/dom-utils/contains.test.js | 55 + .../src/dom-utils/getBoundingClientRect.js | 52 + .../src/dom-utils/getClippingRect.js | 106 + .../src/dom-utils/getCompositeRect.js | 64 + .../src/dom-utils/getComputedStyle.js | 8 + .../src/dom-utils/getDocumentElement.js | 15 + .../src/dom-utils/getDocumentRect.js | 37 + .../src/dom-utils/getHTMLElementScroll.js | 8 + .../popper.js/src/dom-utils/getLayoutRect.js | 29 + .../popper.js/src/dom-utils/getNodeName.js | 6 + .../popper.js/src/dom-utils/getNodeScroll.js | 14 + .../src/dom-utils/getOffsetParent.js | 93 + .../popper.js/src/dom-utils/getParentNode.js | 21 + .../src/dom-utils/getParentNode.test.js | 38 + .../src/dom-utils/getScrollParent.js | 18 + .../src/dom-utils/getViewportRect.js | 39 + .../popper.js/src/dom-utils/getWindow.js | 16 + .../src/dom-utils/getWindowScroll.js | 14 + .../src/dom-utils/getWindowScroll.test.js | 11 + .../src/dom-utils/getWindowScrollBarX.js | 18 + .../popper.js/src/dom-utils/instanceOf.js | 29 + .../src/dom-utils/isLayoutViewport.js | 6 + .../popper.js/src/dom-utils/isScrollParent.js | 8 + .../popper.js/src/dom-utils/isTableElement.js | 6 + .../src/dom-utils/listScrollParents.js | 33 + .../bower_components/popper.js/src/enums.js | 91 + .../bower_components/popper.js/src/index.js | 13 + .../__snapshots__/computeStyles.test.js.snap | 131 + .../__snapshots__/offset.test.js.snap | 29 + .../popper.js/src/modifiers/applyStyles.js | 98 + .../src/modifiers/applyStyles.test.js | 15 + .../popper.js/src/modifiers/arrow.js | 120 + .../popper.js/src/modifiers/arrow.test.js | 59 + .../popper.js/src/modifiers/computeStyles.js | 233 + .../src/modifiers/computeStyles.test.js | 194 + .../popper.js/src/modifiers/eventListeners.js | 54 + .../popper.js/src/modifiers/flip.js | 177 + .../popper.js/src/modifiers/hide.js | 76 + .../popper.js/src/modifiers/index.js | 10 + .../popper.js/src/modifiers/offset.js | 71 + .../popper.js/src/modifiers/offset.test.js | 25 + .../popper.js/src/modifiers/popperOffsets.js | 26 + .../src/modifiers/preventOverflow.js | 220 + .../popper.js/src/popper-base.js | 7 + .../popper.js/src/popper-lite.js | 21 + .../bower_components/popper.js/src/popper.js | 35 + .../bower_components/popper.js/src/types.js | 199 + .../computeAutoPlacement.test.js.snap | 54 + .../__snapshots__/computeOffsets.test.js.snap | 29 + .../expandToHashMap.test.js.snap | 15 + .../__snapshots__/mergeByName.test.js.snap | 36 + .../__snapshots__/orderModifiers.test.js.snap | 81 + .../src/utils/computeAutoPlacement.js | 73 + .../src/utils/computeAutoPlacement.test.js | 67 + .../popper.js/src/utils/computeOffsets.js | 82 + .../src/utils/computeOffsets.test.js | 51 + .../popper.js/src/utils/debounce.js | 17 + .../popper.js/src/utils/debounce.test.js | 34 + .../popper.js/src/utils/detectOverflow.js | 112 + .../popper.js/src/utils/expandToHashMap.js | 11 + .../src/utils/expandToHashMap.test.js | 8 + .../popper.js/src/utils/getAltAxis.js | 5 + .../popper.js/src/utils/getAltAxis.test.js | 7 + .../popper.js/src/utils/getAltLen.js | 5 + .../popper.js/src/utils/getAltLen.test.js | 7 + .../popper.js/src/utils/getBasePlacement.js | 8 + .../src/utils/getBasePlacement.test.js | 24 + .../popper.js/src/utils/getFreshSideObject.js | 11 + .../src/utils/getMainAxisFromPlacement.js | 8 + .../src/utils/getOppositePlacement.js | 11 + .../utils/getOppositeVariationPlacement.js | 10 + .../popper.js/src/utils/getVariation.js | 6 + .../popper.js/src/utils/getVariation.test.js | 24 + .../popper.js/src/utils/math.js | 4 + .../popper.js/src/utils/mergeByName.js | 22 + .../popper.js/src/utils/mergeByName.test.js | 44 + .../popper.js/src/utils/mergePaddingObject.js | 12 + .../popper.js/src/utils/orderModifiers.js | 59 + .../src/utils/orderModifiers.test.js | 67 + .../popper.js/src/utils/rectToClientRect.js | 12 + .../popper.js/src/utils/uniqueBy.js | 14 + .../popper.js/src/utils/uniqueBy.test.js | 13 + .../popper.js/src/utils/userAgent.js | 20 + .../popper.js/src/utils/within.js | 11 + .../popper.js/tests/flowtype/modifiers.js | 24 + ...-arrow-if-it-is-at-the-edge-max-1-snap.png | Bin 0 -> 2270 bytes ...-arrow-if-it-is-at-the-edge-min-1-snap.png | Bin 0 -> 3344 bytes ...-keep-arrow-within-popper-edges-1-snap.png | Bin 0 -> 3435 bytes ...-test-js-shuld-center-the-arrow-1-snap.png | Bin 0 -> 3467 bytes ...should-activate-at-correct-time-1-snap.png | Bin 0 -> 3418 bytes ...-should-be-positioned-on-bottom-1-snap.png | Bin 0 -> 3357 bytes ...s-should-be-positioned-on-right-1-snap.png | Bin 0 -> 3388 bytes ...-js-should-be-positioned-on-top-1-snap.png | Bin 0 -> 3323 bytes ...tion-at-right-or-bottom-not-top-1-snap.png | Bin 0 -> 3374 bytes ...tion-at-right-or-bottom-not-top-2-snap.png | Bin 0 -> 3357 bytes ...ould-be-positioned-at-right-end-1-snap.png | Bin 0 -> 3323 bytes ...ld-be-positioned-at-right-start-1-snap.png | Bin 0 -> 3337 bytes ...ould-be-positioned-at-top-start-1-snap.png | Bin 0 -> 3333 bytes ...osition-the-popper-on-the-right-1-snap.png | Bin 0 -> 3345 bytes ...-in-account-margins-and-borders-1-snap.png | Bin 0 -> 3362 bytes ...the-common-offset-parent-border-1-snap.png | Bin 0 -> 3371 bytes ...s-is-positioned-at-bottom-start-1-snap.png | Bin 0 -> 3331 bytes ...test-js-should-grow-to-the-left-1-snap.png | Bin 0 -> 3359 bytes ...-test-js-should-grow-to-the-top-1-snap.png | Bin 0 -> 3341 bytes ...position-the-popper-on-the-left-1-snap.png | Bin 0 -> 3352 bytes ...tion-the-popper-on-the-left-gpu-1-snap.png | Bin 0 -> 3352 bytes ...-position-the-popper-on-the-top-1-snap.png | Bin 0 -> 3340 bytes ...ition-the-popper-on-the-top-gpu-1-snap.png | Bin 0 -> 3340 bytes ...uld-be-positioned-on-the-bottom-1-snap.png | Bin 0 -> 3352 bytes ...uld-be-positioned-on-the-bottom-1-snap.png | Bin 0 -> 3393 bytes ...-position-the-popper-on-the-top-1-snap.png | Bin 0 -> 3340 bytes ...uld-be-flipped-to-end-variation-1-snap.png | Bin 0 -> 3307 bytes ...variation-when-end-does-not-fit-1-snap.png | Bin 0 -> 3337 bytes ...inal-end-variation-when-it-fits-1-snap.png | Bin 0 -> 3323 bytes ...d-be-flipped-to-start-variation-1-snap.png | Bin 0 -> 3297 bytes ...lip-from-end-to-start-variation-1-snap.png | Bin 0 -> 3334 bytes ...-maintaining-main-axis-flipping-1-snap.png | Bin 0 -> 3324 bytes ...hould-flip-from-right-to-bottom-1-snap.png | Bin 0 -> 3357 bytes ...hould-flip-from-right-to-bottom-2-snap.png | Bin 0 -> 3357 bytes ...t-js-should-not-flip-to-the-top-1-snap.png | Bin 0 -> 3326 bytes ...ions-with-flip-variations-false-1-snap.png | Bin 0 -> 3341 bytes ...sible-and-popper-is-not-escaped-1-snap.png | Bin 0 -> 3399 bytes ...escaped-the-reference-container-1-snap.png | Bin 0 -> 3390 bytes ...escaped-the-reference-container-2-snap.png | Bin 0 -> 3390 bytes ...or-when-the-reference-is-hidden-1-snap.png | Bin 0 -> 3355 bytes ...uld-be-positioned-on-the-bottom-1-snap.png | Bin 0 -> 2292 bytes ...ices-with-horizontal-scrollbars-1-snap.png | Bin 0 -> 16143 bytes ...ould-be-positioned-on-the-right-1-snap.png | Bin 0 -> 3345 bytes ...uld-offset-the-popper-correctly-1-snap.png | Bin 0 -> 3578 bytes ...erence-element-when-overflowing-1-snap.png | Bin 0 -> 3306 bytes ...erence-element-when-overflowing-2-snap.png | Bin 0 -> 3315 bytes ...erence-element-when-overflowing-1-snap.png | Bin 0 -> 3306 bytes ...erence-element-when-overflowing-2-snap.png | Bin 0 -> 3315 bytes ...ce-the-opposite-edges-are-level-1-snap.png | Bin 0 -> 3362 bytes ...ce-the-opposite-edges-are-level-1-snap.png | Bin 0 -> 3362 bytes ...ce-the-opposite-edges-are-level-1-snap.png | Bin 0 -> 3362 bytes ...ce-the-opposite-edges-are-level-1-snap.png | Bin 0 -> 3359 bytes ...ce-the-opposite-edges-are-level-1-snap.png | Bin 0 -> 3359 bytes ...ce-the-opposite-edges-are-level-1-snap.png | Bin 0 -> 3359 bytes ...o-use-svg-element-as-a-boundary-1-snap.png | Bin 0 -> 3397 bytes ...ld-be-inside-scroller-container-1-snap.png | Bin 0 -> 3375 bytes ...d-be-prevented-from-overflowing-1-snap.png | Bin 0 -> 3389 bytes ...expected-with-a-point-reference-1-snap.png | Bin 0 -> 3321 bytes ...not-be-tethered-if-tether-false-1-snap.png | Bin 0 -> 3346 bytes ...-overflow-offset-parent-borders-1-snap.png | Bin 0 -> 3393 bytes ...eference-is-at-edge-of-boundary-1-snap.png | Bin 0 -> 3349 bytes ...ount-the-arrow-padding-alt-side-1-snap.png | Bin 0 -> 11208 bytes ...unt-the-arrow-padding-main-side-1-snap.png | Bin 0 -> 11214 bytes ...osition-the-popper-on-the-right-1-snap.png | Bin 0 -> 3345 bytes ...-position-the-popper-on-the-top-1-snap.png | Bin 0 -> 3340 bytes ...osition-the-popper-on-the-right-1-snap.png | Bin 0 -> 3345 bytes ...-position-the-popper-on-the-top-1-snap.png | Bin 0 -> 3340 bytes ...position-when-window-is-resized-1-snap.png | Bin 0 -> 3348 bytes ...position-when-window-is-resized-2-snap.png | Bin 0 -> 1607 bytes ...est-cases-should-all-be-aligned-1-snap.png | Bin 0 -> 3612 bytes ...g-parent-through-assigned-slots-1-snap.png | Bin 0 -> 3377 bytes ...should-handle-alt-offset-parent-1-snap.png | Bin 0 -> 3377 bytes ...basic-nested-scrollable-parents-1-snap.png | Bin 0 -> 3384 bytes ...ts-when-pop-ref-are-on-same-div-1-snap.png | Bin 0 -> 3363 bytes ...ould-handle-basic-offset-parent-1-snap.png | Bin 0 -> 3348 bytes ...one-level-deeper-than-reference-1-snap.png | Bin 0 -> 3374 bytes ...ng-parent-is-also-offset-parent-1-snap.png | Bin 0 -> 3426 bytes ...-multiple-nested-offset-parents-1-snap.png | Bin 0 -> 3426 bytes ...-multiple-nested-offset-parents-2-snap.png | Bin 0 -> 3426 bytes ...hould-handle-same-offset-parent-1-snap.png | Bin 0 -> 3377 bytes ...position-when-window-is-resized-1-snap.png | Bin 0 -> 3375 bytes ...should-handle-alt-offset-parent-1-snap.png | Bin 0 -> 3377 bytes ...basic-nested-scrollable-parents-1-snap.png | Bin 0 -> 3384 bytes ...ts-when-pop-ref-are-on-same-div-1-snap.png | Bin 0 -> 3363 bytes ...ould-handle-basic-offset-parent-1-snap.png | Bin 0 -> 3348 bytes ...one-level-deeper-than-reference-1-snap.png | Bin 0 -> 3374 bytes ...ng-parent-is-also-offset-parent-1-snap.png | Bin 0 -> 3426 bytes ...-multiple-nested-offset-parents-1-snap.png | Bin 0 -> 3426 bytes ...hould-handle-same-offset-parent-1-snap.png | Bin 0 -> 3377 bytes ...position-when-window-is-resized-1-snap.png | Bin 0 -> 3375 bytes ...osition-the-popper-on-the-right-1-snap.png | Bin 0 -> 3389 bytes ...d-position-popper-on-right-1124-1-snap.png | Bin 0 -> 3350 bytes ...ference-and-popper-are-in-table-1-snap.png | Bin 0 -> 3348 bytes ...-in-table-inside-offset-parents-1-snap.png | Bin 0 -> 3348 bytes ...ight-when-reference-is-in-table-1-snap.png | Bin 0 -> 3348 bytes ...-in-table-inside-offset-parents-1-snap.png | Bin 0 -> 3348 bytes ...osition-the-popper-on-the-right-1-snap.png | Bin 0 -> 3405 bytes ...en-the-parent-element-is-scaled-1-snap.png | Bin 0 -> 3524 bytes ...en-the-popper-element-is-scaled-1-snap.png | Bin 0 -> 3348 bytes ...r-element-have-different-scales-1-snap.png | Bin 0 -> 3406 bytes ...the-reference-element-is-scaled-1-snap.png | Bin 0 -> 3405 bytes ...est-js-should-follow-the-cursor-1-snap.png | Bin 0 -> 3361 bytes ...est-js-should-follow-the-cursor-1-snap.png | Bin 0 -> 3352 bytes .../popper.js/tests/functional/arrow.test.js | 55 + .../popper.js/tests/functional/auto.test.js | 68 + .../popper.js/tests/functional/basic.test.js | 12 + .../functional/borders-and-margins.test.js | 19 + .../tests/functional/clipping-parent.test.js | 12 + .../tests/functional/computeStyles.test.js | 61 + .../tests/functional/containing-block.test.js | 13 + .../tests/functional/decimal-size.test.js | 15 + .../tests/functional/fixed-container.test.js | 12 + .../popper.js/tests/functional/flip.test.js | 89 + .../popper.js/tests/functional/hide.test.js | 34 + .../functional/html-scroll-parent.test.js | 15 + .../no-common-offset-parent.test.js | 12 + .../popper.js/tests/functional/offset.test.js | 12 + .../tests/functional/preventOverflow.test.js | 170 + .../tests/functional/relative-body.test.js | 12 + .../functional/relative-html-fixed.test.js | 12 + .../tests/functional/relative-html.test.js | 12 + .../popper.js/tests/functional/resize.test.js | 16 + .../tests/functional/rounding.test.js | 12 + .../functional/scrolling-absolute.test.js | 106 + .../tests/functional/scrolling-fixed.test.js | 93 + .../popper.js/tests/functional/svg.test.js | 15 + .../popper.js/tests/functional/table.test.js | 59 + .../tests/functional/transform.test.js | 33 + .../functional/virtual-reference.test.js | 14 + .../tests/functional/virtual.test.js | 14 + .../popper.js/tests/image-reporter.js | 54 + .../popper.js/tests/setupTests.js | 15 + .../popper.js/tests/typescript/base.ts | 23 + .../popper.js/tests/typescript/tsconfig.json | 17 + .../popper.js/tests/utils/createRectMock.js | 6 + .../popper.js/tests/utils/puppeteer.js | 25 + .../popper.js/tests/visual/auto/main.html | 63 + .../tests/visual/auto/variation.html | 49 + .../tests/visual/auto/whitelist.html | 66 + .../popper.js/tests/visual/basic.html | 34 + .../tests/visual/borders-and-margins.html | 36 + .../tests/visual/clipping-parent.html | 47 + .../tests/visual/container-border.html | 38 + .../tests/visual/containing-block.html | 55 + .../popper.js/tests/visual/decimal-size.html | 53 + .../tests/visual/fixed-container.html | 43 + .../tests/visual/html-scroll-parent.html | 99 + .../popper.js/tests/visual/mobile/fixed.html | 58 + .../tests/visual/mobile/viewport.html | 50 + .../tests/visual/modifiers/arrow/hide.html | 91 + .../tests/visual/modifiers/arrow/main.html | 82 + .../computeStyles/adaptive-left-gpu.html | 34 + .../computeStyles/adaptive-left.html | 42 + .../computeStyles/adaptive-top-gpu.html | 34 + .../modifiers/computeStyles/adaptive-top.html | 42 + .../visual/modifiers/computeStyles/main.html | 63 + .../visual/modifiers/flip/alt-boundary.html | 78 + .../visual/modifiers/flip/altAxis-false.html | 72 + .../modifiers/flip/checkVariation-larger.html | 47 + .../flip/checkVariation-shorter.html | 47 + .../visual/modifiers/flip/checkVariation.html | 53 + .../modifiers/flip/flipVariations-false.html | 41 + .../tests/visual/modifiers/flip/main.html | 71 + .../tests/visual/modifiers/hide/index.html | 96 + .../tests/visual/modifiers/offset/index.html | 74 + .../altAxis-tether-non-origin.html | 82 + .../altAxis-tether-origin.html | 82 + .../modifiers/preventOverflow/arrow.html | 78 + .../preventOverflow/body-render.html | 76 + .../modifiers/preventOverflow/edge.html | 67 + .../preventOverflow/end-variation.html | 69 + .../modifiers/preventOverflow/main.html | 90 + .../modifiers/preventOverflow/no-tether.html | 75 + .../preventOverflow/offset-parent-border.html | 81 + .../modifiers/preventOverflow/point.html | 67 + .../preventOverflow/start-variation.html | 69 + .../preventOverflow/svg-boundary.html | 55 + .../tests/visual/no-common-offset-parent.html | 42 + .../popper.js/tests/visual/relative-body.html | 38 + .../tests/visual/relative-html-fixed.html | 43 + .../popper.js/tests/visual/relative-html.html | 42 + .../popper.js/tests/visual/reset.css | 133 + .../popper.js/tests/visual/resize.html | 34 + .../popper.js/tests/visual/rounding.html | 67 + .../popper.js/tests/visual/rtl-body.html | 53 + .../popper.js/tests/visual/rtl.html | 60 + .../visual/scrolling-absolute/nested-alt.html | 60 + .../scrolling-absolute/nested-same.html | 62 + .../visual/scrolling-absolute/nested.html | 60 + .../scrolling-absolute/offset-basic.html | 41 + .../offset-parent-multiple.html | 75 + .../scrolling-absolute/offset-parent.html | 69 + .../parent-through-assigned-slot.html | 84 + .../scroll-alt-offset-parent.html | 55 + .../scroll-same-offset-parent.html | 55 + .../visual/scrolling-absolute/scroll.html | 54 + .../visual/scrolling-fixed/nested-alt.html | 61 + .../visual/scrolling-fixed/nested-same.html | 63 + .../tests/visual/scrolling-fixed/nested.html | 61 + .../visual/scrolling-fixed/offset-basic.html | 42 + .../offset-parent-multiple.html | 76 + .../visual/scrolling-fixed/offset-parent.html | 70 + .../scroll-alt-offset-parent.html | 56 + .../scroll-same-offset-parent.html | 56 + .../tests/visual/scrolling-fixed/scroll.html | 55 + .../popper.js/tests/visual/svg.html | 53 + .../popper.js/tests/visual/table/basic.html | 52 + .../tests/visual/table/offset-parent-2.html | 52 + .../visual/table/offset-parent-multiple.html | 90 + .../tests/visual/table/offset-parent.html | 56 + .../visual/table/same-offset-parent.html | 55 + .../popper.js/tests/visual/table/same.html | 51 + .../popper.js/tests/visual/test.html | 42 + .../visual/transform/different-scales.html | 37 + .../tests/visual/transform/parent-scaled.html | 41 + .../tests/visual/transform/popper-scaled.html | 36 + .../visual/transform/reference-scaled.html | 35 + .../shadow-dom-fixed-host-translated.html | 57 + ...adow-dom-fixed-parent-host-translated.html | 59 + .../shadow-dom-fixed-parent-translated.html | 59 + .../transform/shadow-dom-host-translated.html | 57 + .../shadow-dom-parent-host-translated.html | 59 + .../shadow-dom-parent-translated.html | 59 + .../tests/visual/virtual-reference.html | 57 + .../popper.js/tests/visual/virtual.html | 60 + .../bower_components/popper.js/yarn.lock | 7404 ++++++ .../bower_components/qrcodejs/.bower.json | 31 + .../wwwroot/bower_components/qrcodejs/LICENSE | 14 + .../bower_components/qrcodejs/README.md | 43 + .../bower_components/qrcodejs/bower.json | 21 + .../bower_components/qrcodejs/index.html | 44 + .../bower_components/qrcodejs/index.svg | 37 + .../bower_components/qrcodejs/jquery.min.js | 2 + .../bower_components/qrcodejs/qrcode.js | 609 + .../bower_components/qrcodejs/qrcode.min.js | 1 + 1522 files changed, 235738 insertions(+), 8 deletions(-) create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/.babelrc.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/.bower.json create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/.browserslistrc create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/.bundlewatch.config.json create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/.cspell.json create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/.editorconfig create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/.eslintignore create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/.eslintrc.json create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/.gitattributes create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/.github/CODEOWNERS create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/.github/CONTRIBUTING.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/.github/ISSUE_TEMPLATE/bug_report.yml create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/.github/ISSUE_TEMPLATE/config.yml create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/.github/ISSUE_TEMPLATE/feature_request.yml create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/.github/PULL_REQUEST_TEMPLATE.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/.github/SUPPORT.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/.github/codeql/codeql-config.yml create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/.github/dependabot.yml create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/.github/release-drafter.yml create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/.github/workflows/browserstack.yml create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/.github/workflows/bundlewatch.yml create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/.github/workflows/calibreapp-image-actions.yml create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/.github/workflows/codeql.yml create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/.github/workflows/cspell.yml create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/.github/workflows/css.yml create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/.github/workflows/docs.yml create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/.github/workflows/issue-close-require.yml create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/.github/workflows/issue-labeled.yml create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/.github/workflows/js.yml create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/.github/workflows/lint.yml create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/.github/workflows/node-sass.yml create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/.github/workflows/release-notes.yml create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/.gitignore create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/.npmrc create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/.stylelintignore create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/.stylelintrc.json create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/CODE_OF_CONDUCT.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/LICENSE create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/README.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/SECURITY.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/build/banner.mjs create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/build/build-plugins.mjs create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/build/change-version.mjs create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/build/generate-sri.mjs create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/build/postcss.config.mjs create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/build/rollup.config.mjs create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/build/vnu-jar.mjs create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/build/zip-examples.mjs create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/composer.json create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-grid.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-grid.css.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-grid.min.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-grid.min.css.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-grid.rtl.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-grid.rtl.css.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-grid.rtl.min.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-reboot.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-reboot.css.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-reboot.min.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-reboot.min.css.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-reboot.rtl.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-reboot.rtl.css.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-reboot.rtl.min.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-utilities.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-utilities.css.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-utilities.min.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-utilities.min.css.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-utilities.rtl.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-utilities.rtl.css.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-utilities.rtl.min.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap.css.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap.min.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap.min.css.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap.rtl.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap.rtl.css.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap.rtl.min.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/css/bootstrap.rtl.min.css.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/js/bootstrap.bundle.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/js/bootstrap.bundle.js.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/js/bootstrap.bundle.min.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/js/bootstrap.bundle.min.js.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/js/bootstrap.esm.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/js/bootstrap.esm.js.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/js/bootstrap.esm.min.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/js/bootstrap.esm.min.js.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/js/bootstrap.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/js/bootstrap.js.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/js/bootstrap.min.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/dist/js/bootstrap.min.js.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/hugo.yml create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/alert.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/alert.js.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/base-component.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/base-component.js.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/button.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/button.js.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/carousel.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/carousel.js.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/collapse.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/collapse.js.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/dom/data.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/dom/data.js.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/dom/event-handler.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/dom/event-handler.js.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/dom/manipulator.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/dom/manipulator.js.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/dom/selector-engine.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/dom/selector-engine.js.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/dropdown.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/dropdown.js.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/modal.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/modal.js.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/offcanvas.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/offcanvas.js.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/popover.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/popover.js.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/scrollspy.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/scrollspy.js.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/tab.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/tab.js.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/toast.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/toast.js.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/tooltip.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/tooltip.js.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/util/backdrop.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/util/backdrop.js.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/util/component-functions.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/util/component-functions.js.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/util/config.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/util/config.js.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/util/focustrap.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/util/focustrap.js.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/util/index.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/util/index.js.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/util/sanitizer.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/util/sanitizer.js.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/util/scrollbar.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/util/scrollbar.js.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/util/swipe.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/util/swipe.js.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/util/template-factory.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/dist/util/template-factory.js.map create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/index.esm.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/index.umd.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/src/alert.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/src/base-component.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/src/button.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/src/carousel.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/src/collapse.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/src/dom/data.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/src/dom/event-handler.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/src/dom/manipulator.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/src/dom/selector-engine.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/src/dropdown.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/src/modal.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/src/offcanvas.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/src/popover.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/src/scrollspy.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/src/tab.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/src/toast.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/src/tooltip.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/src/util/backdrop.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/src/util/component-functions.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/src/util/config.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/src/util/focustrap.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/src/util/index.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/src/util/sanitizer.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/src/util/scrollbar.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/src/util/swipe.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/src/util/template-factory.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/README.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/browsers.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/helpers/fixture.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/integration/bundle-modularity.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/integration/bundle.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/integration/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/integration/rollup.bundle-modularity.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/integration/rollup.bundle.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/karma.conf.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/alert.spec.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/base-component.spec.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/button.spec.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/carousel.spec.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/collapse.spec.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/dom/data.spec.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/dom/event-handler.spec.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/dom/manipulator.spec.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/dom/selector-engine.spec.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/dropdown.spec.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/jquery.spec.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/modal.spec.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/offcanvas.spec.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/popover.spec.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/scrollspy.spec.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/tab.spec.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/toast.spec.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/tooltip.spec.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/util/backdrop.spec.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/util/component-functions.spec.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/util/config.spec.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/util/focustrap.spec.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/util/index.spec.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/util/sanitizer.spec.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/util/scrollbar.spec.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/util/swipe.spec.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/unit/util/template-factory.spec.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/visual/alert.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/visual/button.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/visual/carousel.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/visual/collapse.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/visual/dropdown.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/visual/input.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/visual/modal.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/visual/popover.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/visual/scrollspy.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/visual/tab.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/visual/toast.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/js/tests/visual/tooltip.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/nuget/MyGet.ps1 create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/nuget/bootstrap.nuspec create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/nuget/bootstrap.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/nuget/bootstrap.sass.nuspec create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/package-lock.json create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/package.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/package.json create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/_accordion.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/_alert.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/_badge.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/_breadcrumb.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/_button-group.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/_buttons.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/_card.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/_carousel.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/_close.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/_containers.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/_dropdown.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/_forms.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/_functions.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/_grid.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/_helpers.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/_images.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/_list-group.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/_maps.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/_mixins.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/_modal.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/_nav.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/_navbar.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/_offcanvas.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/_pagination.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/_placeholders.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/_popover.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/_progress.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/_reboot.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/_root.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/_spinners.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/_tables.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/_toasts.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/_tooltip.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/_transitions.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/_type.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/_utilities.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/_variables-dark.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/_variables.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/bootstrap-grid.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/bootstrap-reboot.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/bootstrap-utilities.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/bootstrap.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/forms/_floating-labels.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/forms/_form-check.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/forms/_form-control.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/forms/_form-range.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/forms/_form-select.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/forms/_form-text.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/forms/_input-group.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/forms/_labels.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/forms/_validation.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/helpers/_clearfix.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/helpers/_color-bg.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/helpers/_colored-links.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/helpers/_focus-ring.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/helpers/_icon-link.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/helpers/_position.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/helpers/_ratio.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/helpers/_stacks.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/helpers/_stretched-link.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/helpers/_text-truncation.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/helpers/_visually-hidden.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/helpers/_vr.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_alert.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_backdrop.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_banner.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_border-radius.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_box-shadow.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_breakpoints.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_buttons.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_caret.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_clearfix.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_color-mode.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_color-scheme.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_container.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_deprecate.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_forms.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_gradients.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_grid.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_image.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_list-group.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_lists.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_pagination.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_reset-text.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_resize.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_table-variants.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_text-truncate.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_transition.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_utilities.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/mixins/_visually-hidden.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/tests/jasmine.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/tests/mixins/_auto-import-of-variables-dark.test.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/tests/mixins/_color-modes.test.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/tests/mixins/_media-query-color-mode-full.test.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/tests/mixins/_utilities.test.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/tests/sass-true/register.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/tests/sass-true/runner.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/tests/utilities/_api.test.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/utilities/_api.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/scss/vendor/_rfs.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/assets/js/application.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/assets/js/code-examples.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/assets/js/search.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/assets/js/snippets.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/assets/js/vendor/clipboard.min.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_ads.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_anchor.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_brand.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_buttons.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_callouts.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_clipboard-js.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_colors.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_component-examples.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_content.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_footer.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_layout.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_masthead.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_navbar.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_placeholder-img.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_scrolling.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_search.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_sidebar.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_skippy.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_syntax.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_toc.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/_variables.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/assets/scss/docs.scss create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/404.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/_index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/about/brand.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/about/license.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/about/overview.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/about/team.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/about/translations.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/accordion.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/alerts.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/badge.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/breadcrumb.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/button-group.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/buttons.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/card.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/carousel.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/close-button.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/collapse.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/dropdowns.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/list-group.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/modal.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/navbar.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/navs-tabs.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/offcanvas.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/pagination.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/placeholders.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/popovers.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/progress.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/scrollspy.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/spinners.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/toasts.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/components/tooltips.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/content/figures.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/content/images.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/content/reboot.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/content/tables.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/content/typography.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/customize/color-modes.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/customize/color.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/customize/components.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/customize/css-variables.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/customize/optimize.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/customize/options.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/customize/overview.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/customize/sass.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/docsref.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/_index.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/album-rtl/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/album/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/badges/badges.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/badges/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/blog-rtl/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/blog/blog.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/blog/blog.rtl.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/blog/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/breadcrumbs/breadcrumbs.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/breadcrumbs/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/buttons/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/carousel-rtl/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/carousel/carousel.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/carousel/carousel.rtl.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/carousel/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/cheatsheet-rtl/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/cheatsheet/cheatsheet.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/cheatsheet/cheatsheet.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/cheatsheet/cheatsheet.rtl.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/cheatsheet/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/checkout-rtl/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/checkout/checkout.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/checkout/checkout.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/checkout/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/cover/cover.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/cover/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/dashboard-rtl/dashboard.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/dashboard-rtl/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/dashboard/dashboard.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/dashboard/dashboard.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/dashboard/dashboard.rtl.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/dashboard/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/dropdowns/dropdowns.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/dropdowns/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/features/features.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/features/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/features/unsplash-photo-1.jpg create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/features/unsplash-photo-2.jpg create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/features/unsplash-photo-3.jpg create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/footers/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/grid/grid.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/grid/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/headers/headers.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/headers/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/heroes/bootstrap-docs.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/heroes/bootstrap-themes.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/heroes/heroes.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/heroes/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/jumbotron/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/jumbotrons/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/jumbotrons/jumbotrons.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/list-groups/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/list-groups/list-groups.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/masonry/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/modals/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/modals/modals.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/navbar-bottom/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/navbar-fixed/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/navbar-fixed/navbar-fixed.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/navbar-static/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/navbar-static/navbar-static.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/navbars-offcanvas/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/navbars-offcanvas/navbars-offcanvas.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/navbars/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/navbars/navbars.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/offcanvas-navbar/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/offcanvas-navbar/offcanvas-navbar.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/offcanvas-navbar/offcanvas-navbar.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/pricing/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/pricing/pricing.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/product/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/product/product.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/sidebars/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/sidebars/sidebars.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/sidebars/sidebars.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/sign-in/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/sign-in/sign-in.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/starter-template/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/sticky-footer-navbar/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/sticky-footer-navbar/sticky-footer-navbar.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/sticky-footer/index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/examples/sticky-footer/sticky-footer.css create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/extend/approach.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/extend/icons.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/forms/checks-radios.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/forms/floating-labels.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/forms/form-control.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/forms/input-group.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/forms/layout.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/forms/overview.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/forms/range.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/forms/select.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/forms/validation.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/getting-started/accessibility.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/getting-started/best-practices.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/getting-started/browsers-devices.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/getting-started/contents.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/getting-started/contribute.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/getting-started/download.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/getting-started/introduction.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/getting-started/javascript.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/getting-started/parcel.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/getting-started/rfs.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/getting-started/rtl.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/getting-started/vite.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/getting-started/webpack.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/helpers/clearfix.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/helpers/color-background.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/helpers/colored-links.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/helpers/focus-ring.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/helpers/icon-link.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/helpers/position.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/helpers/ratio.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/helpers/stacks.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/helpers/stretched-link.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/helpers/text-truncation.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/helpers/vertical-rule.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/helpers/visually-hidden.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/layout/breakpoints.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/layout/columns.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/layout/containers.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/layout/css-grid.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/layout/grid.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/layout/gutters.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/layout/utilities.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/layout/z-index.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/migration.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/api.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/background.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/borders.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/colors.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/display.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/flex.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/float.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/interactions.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/link.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/object-fit.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/opacity.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/overflow.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/position.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/shadows.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/sizing.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/spacing.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/text.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/vertical-align.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/visibility.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/5.3/utilities/z-index.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/_index.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/content/docs/versions.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/data/breakpoints.yml create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/data/colors.yml create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/data/core-team.yml create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/data/docs-versions.yml create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/data/examples.yml create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/data/grays.yml create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/data/icons.yml create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/data/plugins.yml create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/data/sidebar.yml create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/data/theme-colors.yml create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/data/translations.yml create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/_default/404.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/_default/_markup/render-heading.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/_default/baseof.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/_default/docs.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/_default/examples.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/_default/home.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/_default/redirect.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/_default/single.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/alias.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/ads.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/analytics.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/callouts/danger-async-methods.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/callouts/info-mediaqueries-breakpoints.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/callouts/info-npm-starter.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/callouts/info-prefersreducedmotion.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/callouts/info-sanitizer.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/callouts/warning-color-assistive-technologies.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/callouts/warning-data-bs-title-vs-title.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/callouts/warning-input-support.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/docs-navbar.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/docs-sidebar.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/docs-versions.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/favicons.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/footer.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/guide-footer.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/header.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/home/components-utilities.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/home/css-variables.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/home/customize.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/home/get-started.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/home/icons.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/home/masthead.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/home/plugins.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/home/themes.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/icons.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/icons/bootstrap-white-fill.svg create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/icons/circle-square.svg create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/icons/droplet-fill.svg create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/icons/github.svg create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/icons/hamburger.svg create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/icons/opencollective.svg create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/icons/twitter.svg create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/js-data-attributes.md create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/redirect.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/scripts.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/skippy.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/social.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/stylesheet.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/partials/table-content.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/robots.txt create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/shortcodes/added-in.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/shortcodes/bs-table.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/shortcodes/callout-deprecated-dark-variants.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/shortcodes/callout.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/shortcodes/deprecated-in.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/shortcodes/docsref.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/shortcodes/example.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/shortcodes/js-dismiss.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/shortcodes/js-docs.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/shortcodes/markdown.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/shortcodes/param.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/shortcodes/partial.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/shortcodes/placeholder.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/shortcodes/scss-docs.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/shortcodes/table.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/shortcodes/year.html create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/layouts/sitemap.xml create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/CNAME create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/brand/bootstrap-logo-black.svg create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/brand/bootstrap-logo-shadow.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/brand/bootstrap-logo-white.svg create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/brand/bootstrap-logo.svg create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/brand/bootstrap-social.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/bootstrap-icons.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/bootstrap-icons@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/bootstrap-themes-collage.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/bootstrap-themes-collage@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/bootstrap-themes.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/bootstrap-themes@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/album-rtl.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/album-rtl@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/album.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/album@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/badges.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/badges@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/blog-rtl.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/blog-rtl@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/blog.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/blog@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/breadcrumbs.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/breadcrumbs@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/buttons.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/buttons@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/carousel-rtl.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/carousel-rtl@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/carousel.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/carousel@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/cheatsheet-rtl.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/cheatsheet-rtl@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/cheatsheet.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/cheatsheet@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/checkout-rtl.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/checkout-rtl@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/checkout.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/checkout@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/cover.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/cover@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/dashboard-rtl.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/dashboard-rtl@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/dashboard.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/dashboard@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/dropdowns.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/dropdowns@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/features.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/features@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/footers.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/footers@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/grid.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/grid@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/headers.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/headers@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/heroes.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/heroes@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/jumbotron.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/jumbotron@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/jumbotrons.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/jumbotrons@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/list-groups.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/list-groups@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/masonry.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/masonry@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/modals.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/modals@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/navbar-bottom.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/navbar-bottom@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/navbar-fixed.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/navbar-fixed@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/navbar-static.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/navbar-static@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/navbars-offcanvas.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/navbars-offcanvas@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/navbars.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/navbars@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/offcanvas-navbar.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/offcanvas-navbar@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/pricing.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/pricing@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/product.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/product@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/sidebars.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/sidebars@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/sign-in.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/sign-in@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/starter-template.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/starter-template@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/sticky-footer-navbar.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/sticky-footer-navbar@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/sticky-footer.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/examples/sticky-footer@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/favicons/android-chrome-192x192.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/favicons/android-chrome-512x512.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/favicons/apple-touch-icon.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/favicons/favicon-16x16.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/favicons/favicon-32x32.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/favicons/favicon.ico create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/favicons/manifest.json create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/favicons/safari-pinned-tab.svg create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/guides/bootstrap-parcel.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/guides/bootstrap-parcel@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/guides/bootstrap-vite.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/guides/bootstrap-vite@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/guides/bootstrap-webpack.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/guides/bootstrap-webpack@2x.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/guides/parcel-dev-server-bootstrap.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/guides/parcel-dev-server.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/guides/vite-dev-server-bootstrap.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/guides/vite-dev-server.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/guides/webpack-dev-server-bootstrap.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/guides/webpack-dev-server.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/parcel.png create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/vite.svg create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/img/webpack.svg create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/js/color-modes.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/docs/5.3/assets/js/validate-forms.js create mode 100644 src/isnd/wwwroot/bower_components/bootstrap/site/static/sw.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/.bower.json create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/.gitattributes create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/.gitignore create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/.npmrc create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/.vsts-pipelines/builds/ci-public.yml create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/.vsts-pipelines/templates/default-build.yml create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/CODE-OF-CONDUCT.md create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/CONTRIBUTING.md create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/LICENSE.txt create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/Microsoft.jQuery.Unobtrusive.Validation.nuspec create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/README.md create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/Sign.proj create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/Sign.props create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/build.cmd create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/build.proj create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/dependencies.props create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/gulpfile.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/nuget.config create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/package-lock.json create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/package.json create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/run.ps1 create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/src/jquery.validate.unobtrusive.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/test/webpacktest/src/index.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation-unobtrusive/version.props create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/.bower.json create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/CONTRIBUTING.md create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/Gruntfile.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/LICENSE.md create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/README.md create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/SECURITY.md create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/bower.json create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/build/release.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/changelog.md create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/additional-methods.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/additional-methods.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/jquery-validation-sri.json create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/jquery.validate.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/jquery.validate.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_ar.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_ar.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_az.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_az.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_bg.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_bg.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_bn_BD.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_bn_BD.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_ca.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_ca.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_cs.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_cs.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_da.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_da.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_de.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_de.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_el.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_el.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_es.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_es.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_es_AR.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_es_AR.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_es_PE.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_es_PE.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_et.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_et.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_eu.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_eu.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_fa.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_fa.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_fi.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_fi.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_fr.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_fr.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_ge.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_ge.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_gl.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_gl.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_he.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_he.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_hi.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_hi.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_hr.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_hr.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_hu.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_hu.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_hy_AM.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_hy_AM.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_id.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_id.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_is.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_is.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_it.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_it.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_ja.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_ja.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_ka.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_ka.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_kk.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_kk.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_ko.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_ko.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_lt.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_lt.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_lv.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_lv.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_mk.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_mk.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_my.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_my.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_nl.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_nl.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_no.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_no.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_pl.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_pl.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_pt_BR.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_pt_BR.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_pt_PT.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_pt_PT.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_ro.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_ro.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_ru.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_ru.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_sd.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_sd.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_si.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_si.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_sk.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_sk.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_sl.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_sl.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_sr.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_sr.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_sr_lat.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_sr_lat.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_sv.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_sv.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_th.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_th.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_tj.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_tj.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_tr.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_tr.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_uk.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_uk.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_ur.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_ur.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_vi.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_vi.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_zh.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_zh.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_zh_TW.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/messages_zh_TW.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/methods_de.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/methods_de.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/methods_es_CL.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/methods_es_CL.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/methods_fi.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/methods_fi.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/methods_it.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/methods_it.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/methods_nl.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/methods_nl.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/methods_pt.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/dist/localization/methods_pt.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/package.json create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/abaRoutingNumber.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/accept.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/additional.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/alphanumeric.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/bankaccountNL.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/bankorgiroaccountNL.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/bic.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/cifES.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/cnhBR.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/cnpjBR.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/cpfBR.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/creditcard.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/creditcardtypes.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/currency.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/dateFA.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/dateITA.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/dateNL.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/extension.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/giroaccountNL.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/greaterThan.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/greaterThanEqual.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/iban.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/integer.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/ipv4.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/ipv6.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/lessThan.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/lessThanEqual.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/lettersonly.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/letterswithbasicpunc.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/maxfiles.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/maxsize.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/maxsizetotal.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/mobileNL.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/mobileRU.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/mobileUK.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/netmask.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/nieES.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/nifES.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/nipPL.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/nisBR.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/notEqualTo.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/nowhitespace.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/pattern.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/phoneNL.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/phonePL.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/phoneUK.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/phoneUS.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/phonesUK.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/postalCodeCA.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/postalcodeBR.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/postalcodeIT.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/postalcodeNL.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/postcodeUK.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/require_from_group.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/skip_or_fill_minimum.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/statesUS.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/strippedminlength.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/time.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/time12h.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/url2.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/vinUS.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/zipcodeUS.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/additional/ziprange.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/ajax.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/core.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_ar.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_az.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_bg.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_bn_BD.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_ca.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_cs.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_da.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_de.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_el.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_es.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_es_AR.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_es_PE.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_et.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_eu.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_fa.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_fi.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_fr.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_ge.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_gl.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_he.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_hi.js create mode 100755 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_hr.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_hu.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_hy_AM.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_id.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_is.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_it.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_ja.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_ka.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_kk.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_ko.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_lt.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_lv.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_mk.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_my.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_nl.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_no.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_pl.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_pt_BR.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_pt_PT.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_ro.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_ru.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_sd.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_si.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_sk.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_sl.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_sr.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_sr_lat.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_sv.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_th.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_tj.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_tr.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_uk.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_ur.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_vi.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_zh.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/messages_zh_TW.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/methods_de.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/methods_es_CL.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/methods_fi.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/methods_it.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/methods_nl.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/src/localization/methods_pt.js create mode 100644 src/isnd/wwwroot/bower_components/jquery-validation/validation.jquery.json create mode 100644 src/isnd/wwwroot/bower_components/jquery/.bower.json create mode 100644 src/isnd/wwwroot/bower_components/jquery/AUTHORS.txt create mode 100644 src/isnd/wwwroot/bower_components/jquery/LICENSE.txt create mode 100644 src/isnd/wwwroot/bower_components/jquery/README.md create mode 100644 src/isnd/wwwroot/bower_components/jquery/bower.json create mode 100644 src/isnd/wwwroot/bower_components/jquery/dist/jquery.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/dist/jquery.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/dist/jquery.min.map create mode 100644 src/isnd/wwwroot/bower_components/jquery/dist/jquery.slim.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/dist/jquery.slim.min.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/dist/jquery.slim.min.map create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/ajax.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/ajax/jsonp.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/ajax/load.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/ajax/script.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/ajax/var/location.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/ajax/var/nonce.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/ajax/var/rquery.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/ajax/xhr.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/attributes.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/attributes/attr.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/attributes/classes.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/attributes/prop.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/attributes/support.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/attributes/val.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/callbacks.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/core.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/core/DOMEval.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/core/access.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/core/camelCase.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/core/init.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/core/isAttached.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/core/nodeName.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/core/parseHTML.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/core/parseXML.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/core/ready-no-deferred.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/core/ready.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/core/readyException.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/core/stripAndCollapse.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/core/support.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/core/toType.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/core/var/rhtml.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/core/var/rsingleTag.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/css.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/css/addGetHookIf.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/css/adjustCSS.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/css/curCSS.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/css/finalPropName.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/css/hiddenVisibleSelectors.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/css/showHide.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/css/support.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/css/var/cssExpand.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/css/var/getStyles.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/css/var/isHiddenWithinTree.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/css/var/rboxStyle.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/css/var/rcustomProp.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/css/var/rnumnonpx.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/css/var/swap.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/data.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/data/Data.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/data/var/acceptData.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/data/var/dataPriv.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/data/var/dataUser.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/deferred.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/deferred/exceptionHook.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/deprecated.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/deprecated/ajax-event-alias.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/deprecated/event.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/dimensions.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/effects.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/effects/Tween.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/effects/animatedSelector.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/event.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/event/trigger.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/exports/amd.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/exports/global.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/jquery.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/manipulation.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/manipulation/_evalUrl.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/manipulation/buildFragment.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/manipulation/getAll.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/manipulation/setGlobalEval.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/manipulation/support.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/manipulation/var/rscriptType.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/manipulation/var/rtagName.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/manipulation/wrapMap.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/offset.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/queue.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/queue/delay.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/selector-native.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/selector.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/selector/contains.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/selector/escapeSelector.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/serialize.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/traversing.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/traversing/findFilter.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/traversing/var/dir.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/traversing/var/rneedsContext.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/traversing/var/siblings.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/var/ObjectFunctionString.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/var/arr.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/var/class2type.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/var/document.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/var/documentElement.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/var/flat.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/var/fnToString.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/var/getProto.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/var/hasOwn.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/var/indexOf.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/var/isFunction.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/var/isWindow.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/var/pnum.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/var/pop.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/var/push.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/var/rcheckableType.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/var/rcssNum.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/var/rnothtmlwhite.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/var/rtrimCSS.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/var/slice.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/var/sort.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/var/splice.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/var/support.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/var/toString.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/var/whitespace.js create mode 100644 src/isnd/wwwroot/bower_components/jquery/src/wrap.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/.bower.json create mode 100644 src/isnd/wwwroot/bower_components/popper.js/.config/babel.config.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/.config/createSourceFile.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/.config/eslint.config.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/.config/husky/.gitignore create mode 100644 src/isnd/wwwroot/bower_components/popper.js/.config/jest-puppeteer.config.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/.config/jest.config.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/.config/rollup.config.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/.config/tsconfig.json create mode 100644 src/isnd/wwwroot/bower_components/popper.js/.editorconfig create mode 100644 src/isnd/wwwroot/bower_components/popper.js/.env create mode 100644 src/isnd/wwwroot/bower_components/popper.js/.flowconfig create mode 100644 src/isnd/wwwroot/bower_components/popper.js/.github/CONTRIBUTING.md create mode 100644 src/isnd/wwwroot/bower_components/popper.js/.github/ISSUE_TEMPLATE/bug_report.md create mode 100644 src/isnd/wwwroot/bower_components/popper.js/.github/ISSUE_TEMPLATE/config.yml create mode 100644 src/isnd/wwwroot/bower_components/popper.js/.github/ISSUE_TEMPLATE/feature_request.md create mode 100644 src/isnd/wwwroot/bower_components/popper.js/.github/PULL_REQUEST_TEMPLATE.md create mode 100644 src/isnd/wwwroot/bower_components/popper.js/.github/workflows/functional-tests.yml create mode 100644 src/isnd/wwwroot/bower_components/popper.js/.github/workflows/release.yml create mode 100644 src/isnd/wwwroot/bower_components/popper.js/.github/workflows/size.yml create mode 100644 src/isnd/wwwroot/bower_components/popper.js/.github/workflows/tests.yml create mode 100644 src/isnd/wwwroot/bower_components/popper.js/.github/workflows/update-storyshots.yml create mode 100644 src/isnd/wwwroot/bower_components/popper.js/.gitignore create mode 100644 src/isnd/wwwroot/bower_components/popper.js/.prettierignore create mode 100644 src/isnd/wwwroot/bower_components/popper.js/LICENSE.md create mode 100644 src/isnd/wwwroot/bower_components/popper.js/README.md create mode 100644 src/isnd/wwwroot/bower_components/popper.js/flow-typed/dev.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/flow-typed/npm/jest_v22.x.x.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/index.d.ts create mode 100644 src/isnd/wwwroot/bower_components/popper.js/package.json create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/__snapshots__/createPopper.test.js.snap create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/createPopper.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/createPopper.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/__snapshots__/getWindowScroll.test.js.snap create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/contains.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/contains.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/getBoundingClientRect.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/getClippingRect.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/getCompositeRect.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/getComputedStyle.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/getDocumentElement.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/getDocumentRect.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/getHTMLElementScroll.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/getLayoutRect.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/getNodeName.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/getNodeScroll.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/getOffsetParent.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/getParentNode.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/getParentNode.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/getScrollParent.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/getViewportRect.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/getWindow.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/getWindowScroll.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/getWindowScroll.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/getWindowScrollBarX.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/instanceOf.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/isLayoutViewport.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/isScrollParent.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/isTableElement.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/dom-utils/listScrollParents.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/enums.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/index.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/modifiers/__snapshots__/computeStyles.test.js.snap create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/modifiers/__snapshots__/offset.test.js.snap create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/modifiers/applyStyles.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/modifiers/applyStyles.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/modifiers/arrow.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/modifiers/arrow.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/modifiers/computeStyles.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/modifiers/computeStyles.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/modifiers/eventListeners.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/modifiers/flip.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/modifiers/hide.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/modifiers/index.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/modifiers/offset.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/modifiers/offset.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/modifiers/popperOffsets.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/modifiers/preventOverflow.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/popper-base.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/popper-lite.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/popper.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/types.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/utils/__snapshots__/computeAutoPlacement.test.js.snap create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/utils/__snapshots__/computeOffsets.test.js.snap create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/utils/__snapshots__/expandToHashMap.test.js.snap create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/utils/__snapshots__/mergeByName.test.js.snap create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/utils/__snapshots__/orderModifiers.test.js.snap create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/utils/computeAutoPlacement.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/utils/computeAutoPlacement.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/utils/computeOffsets.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/utils/computeOffsets.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/utils/debounce.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/utils/debounce.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/utils/detectOverflow.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/utils/expandToHashMap.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/utils/expandToHashMap.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/utils/getAltAxis.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/utils/getAltAxis.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/utils/getAltLen.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/utils/getAltLen.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/utils/getBasePlacement.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/utils/getBasePlacement.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/utils/getFreshSideObject.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/utils/getMainAxisFromPlacement.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/utils/getOppositePlacement.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/utils/getOppositeVariationPlacement.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/utils/getVariation.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/utils/getVariation.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/utils/math.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/utils/mergeByName.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/utils/mergeByName.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/utils/mergePaddingObject.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/utils/orderModifiers.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/utils/orderModifiers.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/utils/rectToClientRect.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/utils/uniqueBy.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/utils/uniqueBy.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/utils/userAgent.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/src/utils/within.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/flowtype/modifiers.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/arrow-test-js-should-hide-arrow-if-it-is-at-the-edge-max-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/arrow-test-js-should-hide-arrow-if-it-is-at-the-edge-min-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/arrow-test-js-should-keep-arrow-within-popper-edges-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/arrow-test-js-shuld-center-the-arrow-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/arrow-test-js-tether-should-activate-at-correct-time-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/auto-test-js-should-be-positioned-on-bottom-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/auto-test-js-should-be-positioned-on-right-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/auto-test-js-should-be-positioned-on-top-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/auto-test-js-should-only-position-at-right-or-bottom-not-top-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/auto-test-js-should-only-position-at-right-or-bottom-not-top-2-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/auto-test-js-variation-should-be-positioned-at-right-end-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/auto-test-js-variation-should-be-positioned-at-right-start-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/auto-test-js-variation-should-be-positioned-at-top-start-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/basic-test-js-should-position-the-popper-on-the-right-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/borders-and-margins-test-js-should-take-in-account-margins-and-borders-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/borders-and-margins-test-js-should-take-into-account-the-common-offset-parent-border-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/clipping-parent-test-js-is-positioned-at-bottom-start-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/compute-styles-test-js-should-grow-to-the-left-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/compute-styles-test-js-should-grow-to-the-top-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/compute-styles-test-js-should-position-the-popper-on-the-left-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/compute-styles-test-js-should-position-the-popper-on-the-left-gpu-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/compute-styles-test-js-should-position-the-popper-on-the-top-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/compute-styles-test-js-should-position-the-popper-on-the-top-gpu-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/containing-block-test-js-should-be-positioned-on-the-bottom-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/decimal-size-test-js-should-be-positioned-on-the-bottom-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/fixed-container-test-js-should-position-the-popper-on-the-top-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/flip-test-js-larger-should-be-flipped-to-end-variation-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/flip-test-js-larger-should-be-flipped-to-start-variation-when-end-does-not-fit-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/flip-test-js-shorter-should-be-flipped-to-original-end-variation-when-it-fits-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/flip-test-js-shorter-should-be-flipped-to-start-variation-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/flip-test-js-should-flip-from-end-to-start-variation-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/flip-test-js-should-flip-from-end-to-start-variation-while-maintaining-main-axis-flipping-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/flip-test-js-should-flip-from-right-to-bottom-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/flip-test-js-should-flip-from-right-to-bottom-2-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/flip-test-js-should-not-flip-to-the-top-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/flip-test-js-should-not-flip-variations-with-flip-variations-false-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/hide-test-js-should-be-normal-purple-color-when-the-reference-is-visible-and-popper-is-not-escaped-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/hide-test-js-should-be-white-color-when-the-popper-has-escaped-the-reference-container-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/hide-test-js-should-be-white-color-when-the-popper-has-escaped-the-reference-container-2-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/hide-test-js-should-be-yellow-color-when-the-reference-is-hidden-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/html-scroll-parent-test-js-should-be-positioned-on-the-bottom-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/mobile-test-js-prevent-overflow-works-on-mobile-devices-with-horizontal-scrollbars-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/no-common-offset-parent-test-js-should-be-positioned-on-the-right-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/offset-test-js-should-offset-the-popper-correctly-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/prevent-overflow-test-js-alt-axis-tether-non-origin-placement-should-tether-to-reference-element-when-overflowing-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/prevent-overflow-test-js-alt-axis-tether-non-origin-placement-should-tether-to-reference-element-when-overflowing-2-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/prevent-overflow-test-js-alt-axis-tether-origin-placement-should-tether-to-reference-element-when-overflowing-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/prevent-overflow-test-js-alt-axis-tether-origin-placement-should-tether-to-reference-element-when-overflowing-2-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/prevent-overflow-test-js-max-end-variation-should-be-allowed-to-overflow-once-the-opposite-edges-are-level-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/prevent-overflow-test-js-max-should-be-allowed-to-overflow-once-the-opposite-edges-are-level-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/prevent-overflow-test-js-max-start-variation-should-be-allowed-to-overflow-once-the-opposite-edges-are-level-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/prevent-overflow-test-js-min-end-variation-should-be-allowed-to-overflow-once-the-opposite-edges-are-level-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/prevent-overflow-test-js-min-should-be-allowed-to-overflow-once-the-opposite-edges-are-level-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/prevent-overflow-test-js-min-start-variation-should-be-allowed-to-overflow-once-the-opposite-edges-are-level-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/prevent-overflow-test-js-should-be-able-to-use-svg-element-as-a-boundary-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/prevent-overflow-test-js-should-be-inside-scroller-container-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/prevent-overflow-test-js-should-be-prevented-from-overflowing-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/prevent-overflow-test-js-should-not-be-tethered-earlier-than-expected-with-a-point-reference-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/prevent-overflow-test-js-should-not-be-tethered-if-tether-false-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/prevent-overflow-test-js-should-not-overflow-offset-parent-borders-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/prevent-overflow-test-js-should-not-overflow-when-small-reference-is-at-edge-of-boundary-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/prevent-overflow-test-js-should-take-into-account-the-arrow-padding-alt-side-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/prevent-overflow-test-js-should-take-into-account-the-arrow-padding-main-side-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/relative-body-test-js-should-position-the-popper-on-the-right-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/relative-html-fixed-test-js-should-position-the-popper-on-the-top-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/relative-html-test-js-should-position-the-popper-on-the-right-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/relative-html-test-js-should-position-the-popper-on-the-top-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/resize-test-js-should-update-the-position-when-window-is-resized-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/resize-test-js-should-update-the-position-when-window-is-resized-2-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/rounding-test-js-the-4-test-cases-should-all-be-aligned-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-absolute-test-js-finds-scrolling-parent-through-assigned-slots-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-absolute-test-js-should-handle-alt-offset-parent-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-absolute-test-js-should-handle-basic-nested-scrollable-parents-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-absolute-test-js-should-handle-basic-nested-scrollable-parents-when-pop-ref-are-on-same-div-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-absolute-test-js-should-handle-basic-offset-parent-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-absolute-test-js-should-handle-case-where-popper-is-one-level-deeper-than-reference-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-absolute-test-js-should-handle-case-where-root-scrolling-parent-is-also-offset-parent-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-absolute-test-js-should-handle-multiple-nested-offset-parents-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-absolute-test-js-should-handle-multiple-nested-offset-parents-2-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-absolute-test-js-should-handle-same-offset-parent-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-absolute-test-js-should-update-the-position-when-window-is-resized-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-fixed-test-js-should-handle-alt-offset-parent-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-fixed-test-js-should-handle-basic-nested-scrollable-parents-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-fixed-test-js-should-handle-basic-nested-scrollable-parents-when-pop-ref-are-on-same-div-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-fixed-test-js-should-handle-basic-offset-parent-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-fixed-test-js-should-handle-case-where-popper-is-one-level-deeper-than-reference-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-fixed-test-js-should-handle-case-where-root-scrolling-parent-is-also-offset-parent-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-fixed-test-js-should-handle-multiple-nested-offset-parents-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-fixed-test-js-should-handle-same-offset-parent-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/scrolling-fixed-test-js-should-update-the-position-when-window-is-resized-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/svg-test-js-should-position-the-popper-on-the-right-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/table-test-js-should-position-popper-on-right-1124-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/table-test-js-should-position-popper-on-right-when-reference-and-popper-are-in-table-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/table-test-js-should-position-popper-on-right-when-reference-and-popper-are-in-table-inside-offset-parents-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/table-test-js-should-position-popper-on-right-when-reference-is-in-table-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/table-test-js-should-position-popper-on-right-when-reference-is-in-table-inside-offset-parents-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/transform-test-js-should-position-the-popper-on-the-right-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/transform-test-js-should-position-the-popper-on-the-right-when-the-parent-element-is-scaled-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/transform-test-js-should-position-the-popper-on-the-right-when-the-popper-element-is-scaled-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/transform-test-js-should-position-the-popper-on-the-right-when-the-reference-element-and-popper-element-have-different-scales-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/transform-test-js-should-position-the-popper-on-the-right-when-the-reference-element-is-scaled-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/virtual-reference-test-js-should-follow-the-cursor-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/__image_snapshots__/virtual-test-js-should-follow-the-cursor-1-snap.png create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/arrow.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/auto.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/basic.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/borders-and-margins.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/clipping-parent.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/computeStyles.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/containing-block.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/decimal-size.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/fixed-container.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/flip.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/hide.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/html-scroll-parent.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/no-common-offset-parent.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/offset.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/preventOverflow.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/relative-body.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/relative-html-fixed.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/relative-html.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/resize.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/rounding.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/scrolling-absolute.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/scrolling-fixed.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/svg.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/table.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/transform.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/virtual-reference.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/functional/virtual.test.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/image-reporter.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/setupTests.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/typescript/base.ts create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/typescript/tsconfig.json create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/utils/createRectMock.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/utils/puppeteer.js create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/auto/main.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/auto/variation.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/auto/whitelist.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/basic.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/borders-and-margins.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/clipping-parent.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/container-border.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/containing-block.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/decimal-size.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/fixed-container.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/html-scroll-parent.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/mobile/fixed.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/mobile/viewport.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/arrow/hide.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/arrow/main.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/computeStyles/adaptive-left-gpu.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/computeStyles/adaptive-left.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/computeStyles/adaptive-top-gpu.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/computeStyles/adaptive-top.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/computeStyles/main.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/flip/alt-boundary.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/flip/altAxis-false.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/flip/checkVariation-larger.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/flip/checkVariation-shorter.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/flip/checkVariation.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/flip/flipVariations-false.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/flip/main.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/hide/index.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/offset/index.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/preventOverflow/altAxis-tether-non-origin.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/preventOverflow/altAxis-tether-origin.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/preventOverflow/arrow.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/preventOverflow/body-render.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/preventOverflow/edge.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/preventOverflow/end-variation.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/preventOverflow/main.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/preventOverflow/no-tether.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/preventOverflow/offset-parent-border.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/preventOverflow/point.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/preventOverflow/start-variation.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/modifiers/preventOverflow/svg-boundary.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/no-common-offset-parent.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/relative-body.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/relative-html-fixed.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/relative-html.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/reset.css create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/resize.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/rounding.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/rtl-body.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/rtl.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/scrolling-absolute/nested-alt.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/scrolling-absolute/nested-same.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/scrolling-absolute/nested.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/scrolling-absolute/offset-basic.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/scrolling-absolute/offset-parent-multiple.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/scrolling-absolute/offset-parent.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/scrolling-absolute/parent-through-assigned-slot.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/scrolling-absolute/scroll-alt-offset-parent.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/scrolling-absolute/scroll-same-offset-parent.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/scrolling-absolute/scroll.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/scrolling-fixed/nested-alt.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/scrolling-fixed/nested-same.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/scrolling-fixed/nested.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/scrolling-fixed/offset-basic.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/scrolling-fixed/offset-parent-multiple.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/scrolling-fixed/offset-parent.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/scrolling-fixed/scroll-alt-offset-parent.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/scrolling-fixed/scroll-same-offset-parent.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/scrolling-fixed/scroll.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/svg.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/table/basic.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/table/offset-parent-2.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/table/offset-parent-multiple.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/table/offset-parent.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/table/same-offset-parent.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/table/same.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/test.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/transform/different-scales.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/transform/parent-scaled.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/transform/popper-scaled.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/transform/reference-scaled.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/transform/shadow-dom-fixed-host-translated.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/transform/shadow-dom-fixed-parent-host-translated.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/transform/shadow-dom-fixed-parent-translated.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/transform/shadow-dom-host-translated.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/transform/shadow-dom-parent-host-translated.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/transform/shadow-dom-parent-translated.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/virtual-reference.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/tests/visual/virtual.html create mode 100644 src/isnd/wwwroot/bower_components/popper.js/yarn.lock create mode 100644 src/isnd/wwwroot/bower_components/qrcodejs/.bower.json create mode 100644 src/isnd/wwwroot/bower_components/qrcodejs/LICENSE create mode 100644 src/isnd/wwwroot/bower_components/qrcodejs/README.md create mode 100644 src/isnd/wwwroot/bower_components/qrcodejs/bower.json create mode 100644 src/isnd/wwwroot/bower_components/qrcodejs/index.html create mode 100644 src/isnd/wwwroot/bower_components/qrcodejs/index.svg create mode 100644 src/isnd/wwwroot/bower_components/qrcodejs/jquery.min.js create mode 100644 src/isnd/wwwroot/bower_components/qrcodejs/qrcode.js create mode 100644 src/isnd/wwwroot/bower_components/qrcodejs/qrcode.min.js diff --git a/src/isnd/Views/Shared/_Layout.cshtml b/src/isnd/Views/Shared/_Layout.cshtml index f4a4efd..4bff1f8 100644 --- a/src/isnd/Views/Shared/_Layout.cshtml +++ b/src/isnd/Views/Shared/_Layout.cshtml @@ -4,18 +4,23 @@ @ViewData["Title"] - isn - + + +