sequenceserver 2.0.0 → 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of sequenceserver might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/lib/sequenceserver/api_errors.rb +24 -2
- data/lib/sequenceserver/blast/job.rb +41 -7
- data/lib/sequenceserver/blast/report.rb +36 -30
- data/lib/sequenceserver/config.rb +49 -27
- data/lib/sequenceserver/job.rb +13 -3
- data/lib/sequenceserver/job_remover.rb +25 -29
- data/lib/sequenceserver/refinements.rb +15 -0
- data/lib/sequenceserver/routes.rb +69 -7
- data/lib/sequenceserver/sequence.rb +8 -7
- data/lib/sequenceserver/sys.rb +2 -2
- data/lib/sequenceserver/version.rb +1 -1
- data/lib/sequenceserver/zip_file_generator.rb +56 -0
- data/lib/sequenceserver.rb +1 -0
- data/public/config.js +149 -143
- data/public/css/sequenceserver.css +44 -3
- data/public/css/sequenceserver.min.css +3 -3
- data/public/js/alignment_exporter.js +16 -8
- data/public/js/circos.js +370 -234
- data/public/js/cloud_share_modal.js +216 -0
- data/public/js/databases.js +144 -0
- data/public/js/databases_tree.js +42 -113
- data/public/js/dnd.js +164 -0
- data/public/js/error_modal.js +4 -11
- data/public/js/exporter.js +7 -3
- data/public/js/form.js +260 -0
- data/public/js/grapher.js +113 -106
- data/public/js/hit.js +80 -67
- data/public/js/hits_overview.js +2 -2
- data/public/js/hsp.js +343 -288
- data/public/js/jquery_world.js +4 -4
- data/public/js/mailto.js +36 -0
- data/public/js/options.js +84 -0
- data/public/js/query.js +319 -59
- data/public/js/report.js +315 -269
- data/public/js/report_root.js +75 -0
- data/public/js/search.js +28 -1011
- data/public/js/search_button.js +195 -0
- data/public/js/sequence.js +2409 -2411
- data/public/js/sequence_modal.js +152 -159
- data/public/js/share_url.js +23 -0
- data/public/js/sidebar.js +262 -83
- data/public/js/tests/database.spec.js +60 -0
- data/public/js/tests/mock_data/databases.json +91 -0
- data/public/js/tests/mock_data/long_response.json +269 -0
- data/public/js/tests/mock_data/short_response.json +2240 -0
- data/public/js/tests/report.spec.js +99 -0
- data/public/js/tests/search_button.spec.js +14 -0
- data/public/js/tests/search_query.spec.js +41 -0
- data/public/packages/circosJS@1.7.0.js +1640 -0
- data/public/packages/jquery-ui@1.11.4.js +16624 -0
- data/public/sequenceserver-report.min.js +2425 -19
- data/public/sequenceserver-search.min.js +2337 -15
- data/public/vendor/github/jspm/nodelibs-assert@0.1.0/index.js +2 -0
- data/public/vendor/github/jspm/{nodelibs-buffer@0.1.0 → nodelibs-assert@0.1.0}/package.json +1 -1
- data/public/vendor/github/jspm/nodelibs-assert@0.1.0.js +1 -0
- data/public/vendor/github/jspm/nodelibs-buffer@0.1.1/package.json +6 -0
- data/public/vendor/github/jspm/nodelibs-buffer@0.1.1.js +1 -0
- data/public/vendor/github/jspm/{nodelibs-process@0.1.1 → nodelibs-process@0.1.2}/package.json +2 -2
- data/public/vendor/github/jspm/nodelibs-process@0.1.2.js +1 -0
- data/public/vendor/github/jspm/nodelibs-vm@0.1.0/index.js +2 -0
- data/public/vendor/github/jspm/nodelibs-vm@0.1.0/package.json +6 -0
- data/public/vendor/github/jspm/nodelibs-vm@0.1.0.js +1 -0
- data/public/vendor/npm/assert@1.5.0/CHANGELOG.md +8 -0
- data/public/vendor/npm/assert@1.5.0/README.md +105 -0
- data/public/vendor/npm/assert@1.5.0/assert.js +327 -0
- data/public/vendor/npm/assert@1.5.0/package.json +32 -0
- data/public/vendor/npm/assert@1.5.0/test.js +288 -0
- data/public/vendor/npm/assert@1.5.0.js +1 -0
- data/public/vendor/npm/{base64-js@0.0.8/LICENSE.MIT → base64-js@1.5.1/LICENSE} +1 -1
- data/public/vendor/npm/{base64-js@0.0.8 → base64-js@1.5.1}/README.md +10 -7
- data/public/vendor/npm/base64-js@1.5.1/base64js.min.js +3 -0
- data/public/vendor/npm/base64-js@1.5.1/index.d.ts +3 -0
- data/public/vendor/npm/base64-js@1.5.1/index.js +151 -0
- data/public/vendor/npm/base64-js@1.5.1/package.json +47 -0
- data/public/vendor/npm/base64-js@1.5.1.js +1 -0
- data/public/vendor/npm/buffer@5.7.1/AUTHORS.md +70 -0
- data/public/vendor/npm/{buffer@3.4.3 → buffer@5.7.1}/README.md +111 -41
- data/public/vendor/npm/buffer@5.7.1/index.d.ts +186 -0
- data/public/vendor/npm/buffer@5.7.1/index.js +1817 -0
- data/public/vendor/npm/buffer@5.7.1/package.json +96 -0
- data/public/vendor/npm/buffer@5.7.1.js +1 -0
- data/public/vendor/npm/core-util-is@1.0.3/LICENSE +19 -0
- data/public/vendor/npm/core-util-is@1.0.3/lib/util.js +64 -0
- data/public/vendor/npm/{core-util-is@1.0.1 → core-util-is@1.0.3}/package.json +13 -1
- data/public/vendor/npm/core-util-is@1.0.3.js +1 -0
- data/public/vendor/npm/events@1.0.2/tests/add-listeners.js +2 -2
- data/public/vendor/npm/events@1.0.2/tests/check-listener-leaks.js +3 -3
- data/public/vendor/npm/events@1.0.2/tests/common.js +1 -1
- data/public/vendor/npm/events@1.0.2/tests/index.js +13 -13
- data/public/vendor/npm/events@1.0.2/tests/listeners-side-effects.js +2 -2
- data/public/vendor/npm/events@1.0.2/tests/listeners.js +2 -2
- data/public/vendor/npm/events@1.0.2/tests/max-listeners.js +2 -2
- data/public/vendor/npm/events@1.0.2/tests/modify-in-emit.js +2 -2
- data/public/vendor/npm/events@1.0.2/tests/num-args.js +2 -2
- data/public/vendor/npm/events@1.0.2/tests/once.js +2 -2
- data/public/vendor/npm/events@1.0.2/tests/remove-all-listeners.js +3 -3
- data/public/vendor/npm/events@1.0.2/tests/remove-listeners.js +3 -3
- data/public/vendor/npm/events@1.0.2/tests/set-max-listeners-side-effects.js +2 -2
- data/public/vendor/npm/events@1.0.2/tests/subclass.js +3 -3
- data/public/vendor/npm/events@1.0.2.js +1 -1
- data/public/vendor/npm/ieee754@1.2.1/LICENSE +11 -0
- data/public/vendor/npm/{ieee754@1.1.6 → ieee754@1.2.1}/README.md +12 -8
- data/public/vendor/npm/ieee754@1.2.1/index.d.ts +10 -0
- data/public/vendor/npm/{ieee754@1.1.6 → ieee754@1.2.1}/index.js +6 -6
- data/public/vendor/npm/ieee754@1.2.1/package.json +52 -0
- data/public/vendor/npm/ieee754@1.2.1.js +1 -0
- data/public/vendor/npm/{is-array@1.0.1 → indexof@0.0.1}/Makefile +3 -3
- data/public/vendor/npm/indexof@0.0.1/Readme.md +15 -0
- data/public/vendor/npm/indexof@0.0.1/component.json +10 -0
- data/public/vendor/npm/indexof@0.0.1/index.js +11 -0
- data/public/vendor/npm/indexof@0.0.1/package.json +12 -0
- data/public/vendor/npm/indexof@0.0.1.js +1 -0
- data/public/vendor/npm/inherits@2.0.1/inherits.js +1 -1
- data/public/vendor/npm/inherits@2.0.1.js +1 -1
- data/public/vendor/npm/isarray@0.0.1.js +1 -1
- data/public/vendor/npm/js-tokens@4.0.0/index.js +23 -0
- data/public/vendor/npm/js-tokens@4.0.0/package.json +30 -0
- data/public/vendor/npm/js-tokens@4.0.0.js +1 -0
- data/public/vendor/npm/loose-envify@1.4.0/LICENSE +21 -0
- data/public/vendor/npm/loose-envify@1.4.0/README.md +45 -0
- data/public/vendor/npm/loose-envify@1.4.0/cli.js +12 -0
- data/public/vendor/npm/loose-envify@1.4.0/custom.js +3 -0
- data/public/vendor/npm/loose-envify@1.4.0/index.js +5 -0
- data/public/vendor/npm/loose-envify@1.4.0/loose-envify.js +33 -0
- data/public/vendor/npm/loose-envify@1.4.0/package.json +36 -0
- data/public/vendor/npm/loose-envify@1.4.0/replace.js +52 -0
- data/public/vendor/npm/loose-envify@1.4.0.js +1 -0
- data/public/vendor/npm/object-assign@4.1.1/index.js +90 -0
- data/public/vendor/npm/object-assign@4.1.1/package.json +42 -0
- data/public/vendor/npm/object-assign@4.1.1.js +1 -0
- data/public/vendor/npm/path-browserify@0.0.0/index.js +1 -1
- data/public/vendor/npm/path-browserify@0.0.0.js +1 -1
- data/public/vendor/npm/{process@0.10.1 → process@0.11.10}/README.md +4 -1
- data/public/vendor/npm/process@0.11.10/browser.js +184 -0
- data/public/vendor/npm/{process@0.10.1 → process@0.11.10}/package.json +10 -1
- data/public/vendor/npm/process@0.11.10/test.js +185 -0
- data/public/vendor/npm/process@0.11.10.js +1 -0
- data/public/vendor/npm/react-dom@18.0.0/LICENSE +21 -0
- data/public/vendor/npm/react-dom@18.0.0/README.md +50 -0
- data/public/vendor/npm/react-dom@18.0.0/cjs/react-dom-server-legacy.browser.development.js +4771 -0
- data/public/vendor/npm/react-dom@18.0.0/cjs/react-dom-server-legacy.browser.production.min.js +85 -0
- data/public/vendor/npm/react-dom@18.0.0/cjs/react-dom-server-legacy.node.development.js +4813 -0
- data/public/vendor/npm/react-dom@18.0.0/cjs/react-dom-server-legacy.node.production.min.js +1705 -0
- data/public/vendor/npm/react-dom@18.0.0/cjs/react-dom-server.browser.development.js +4746 -0
- data/public/vendor/npm/react-dom@18.0.0/cjs/react-dom-server.browser.production.min.js +90 -0
- data/public/vendor/npm/react-dom@18.0.0/cjs/react-dom-server.node.development.js +4714 -0
- data/public/vendor/npm/react-dom@18.0.0/cjs/react-dom-server.node.production.min.js +1746 -0
- data/public/vendor/npm/react-dom@18.0.0/cjs/react-dom-test-utils.development.js +1017 -0
- data/public/vendor/npm/react-dom@18.0.0/cjs/react-dom-test-utils.production.min.js +617 -0
- data/public/vendor/npm/react-dom@18.0.0/cjs/react-dom.development.js +20092 -0
- data/public/vendor/npm/react-dom@18.0.0/cjs/react-dom.production.min.js +322 -0
- data/public/vendor/npm/react-dom@18.0.0/cjs/react-dom.profiling.min.js +364 -0
- data/public/vendor/npm/react-dom@18.0.0/client.js +27 -0
- data/public/vendor/npm/react-dom@18.0.0/index.js +23 -0
- data/public/vendor/npm/react-dom@18.0.0/package.json +62 -0
- data/public/vendor/npm/react-dom@18.0.0/profiling.js +23 -0
- data/public/vendor/npm/react-dom@18.0.0/server.browser.js +19 -0
- data/public/vendor/npm/react-dom@18.0.0/server.js +3 -0
- data/public/vendor/npm/react-dom@18.0.0/server.node.js +19 -0
- data/public/vendor/npm/react-dom@18.0.0/test-utils.js +9 -0
- data/public/vendor/npm/react-dom@18.0.0/umd/react-dom-server-legacy.browser.development.js +4770 -0
- data/public/vendor/npm/react-dom@18.0.0/umd/react-dom-server-legacy.browser.production.min.js +72 -0
- data/public/vendor/npm/react-dom@18.0.0/umd/react-dom-server.browser.development.js +4745 -0
- data/public/vendor/npm/react-dom@18.0.0/umd/react-dom-server.browser.production.min.js +74 -0
- data/public/vendor/npm/react-dom@18.0.0/umd/react-dom-test-utils.development.js +1013 -0
- data/public/vendor/npm/react-dom@18.0.0/umd/react-dom-test-utils.production.min.js +625 -0
- data/public/vendor/npm/react-dom@18.0.0/umd/react-dom.development.js +20106 -0
- data/public/vendor/npm/react-dom@18.0.0/umd/react-dom.production.min.js +269 -0
- data/public/vendor/npm/react-dom@18.0.0/umd/react-dom.profiling.min.js +285 -0
- data/public/vendor/npm/react-dom@18.0.0.js +1 -0
- data/public/vendor/npm/react@18.0.0/LICENSE +21 -0
- data/public/vendor/npm/react@18.0.0/README.md +13 -0
- data/public/vendor/npm/react@18.0.0/cjs/react-jsx-dev-runtime.development.js +837 -0
- data/public/vendor/npm/react@18.0.0/cjs/react-jsx-dev-runtime.production.min.js +10 -0
- data/public/vendor/npm/react@18.0.0/cjs/react-jsx-dev-runtime.profiling.min.js +10 -0
- data/public/vendor/npm/react@18.0.0/cjs/react-jsx-runtime.development.js +849 -0
- data/public/vendor/npm/react@18.0.0/cjs/react-jsx-runtime.production.min.js +38 -0
- data/public/vendor/npm/react@18.0.0/cjs/react-jsx-runtime.profiling.min.js +38 -0
- data/public/vendor/npm/react@18.0.0/cjs/react.development.js +1746 -0
- data/public/vendor/npm/react@18.0.0/cjs/react.production.min.js +26 -0
- data/public/vendor/npm/react@18.0.0/cjs/react.shared-subset.development.js +10 -0
- data/public/vendor/npm/react@18.0.0/cjs/react.shared-subset.production.min.js +12 -0
- data/public/vendor/npm/react@18.0.0/index.js +9 -0
- data/public/vendor/npm/react@18.0.0/jsx-dev-runtime.js +9 -0
- data/public/vendor/npm/react@18.0.0/jsx-runtime.js +9 -0
- data/public/vendor/npm/react@18.0.0/package.json +47 -0
- data/public/vendor/npm/react@18.0.0/react.shared-subset.js +9 -0
- data/public/vendor/npm/react@18.0.0/umd/react.development.js +2186 -0
- data/public/vendor/npm/react@18.0.0/umd/react.production.min.js +33 -0
- data/public/vendor/npm/react@18.0.0/umd/react.profiling.min.js +33 -0
- data/public/vendor/npm/react@18.0.0.js +1 -0
- data/public/vendor/npm/readable-stream@1.1.14/LICENSE +18 -0
- data/public/vendor/npm/readable-stream@1.1.14/duplex.js +2 -0
- data/public/vendor/npm/{readable-stream@1.1.13 → readable-stream@1.1.14}/lib/_stream_duplex.js +5 -5
- data/public/vendor/npm/{readable-stream@1.1.13 → readable-stream@1.1.14}/lib/_stream_passthrough.js +3 -3
- data/public/vendor/npm/{readable-stream@1.1.13 → readable-stream@1.1.14}/lib/_stream_readable.js +10 -10
- data/public/vendor/npm/{readable-stream@1.1.13 → readable-stream@1.1.14}/lib/_stream_transform.js +4 -4
- data/public/vendor/npm/{readable-stream@1.1.13 → readable-stream@1.1.14}/lib/_stream_writable.js +6 -6
- data/public/vendor/npm/{readable-stream@1.1.13 → readable-stream@1.1.14}/package.json +1 -1
- data/public/vendor/npm/readable-stream@1.1.14/passthrough.js +2 -0
- data/public/vendor/npm/readable-stream@1.1.14/readable.js +13 -0
- data/public/vendor/npm/readable-stream@1.1.14/transform.js +2 -0
- data/public/vendor/npm/readable-stream@1.1.14/writable.js +2 -0
- data/public/vendor/npm/readable-stream@1.1.14.js +1 -0
- data/public/vendor/npm/scheduler@0.21.0/LICENSE +21 -0
- data/public/vendor/npm/scheduler@0.21.0/README.md +9 -0
- data/public/vendor/npm/scheduler@0.21.0/cjs/scheduler-unstable_mock.development.js +530 -0
- data/public/vendor/npm/scheduler@0.21.0/cjs/scheduler-unstable_mock.production.min.js +20 -0
- data/public/vendor/npm/scheduler@0.21.0/cjs/scheduler-unstable_post_task.development.js +153 -0
- data/public/vendor/npm/scheduler@0.21.0/cjs/scheduler-unstable_post_task.production.min.js +14 -0
- data/public/vendor/npm/scheduler@0.21.0/cjs/scheduler.development.js +444 -0
- data/public/vendor/npm/scheduler@0.21.0/cjs/scheduler.production.min.js +19 -0
- data/public/vendor/npm/scheduler@0.21.0/index.js +9 -0
- data/public/vendor/npm/scheduler@0.21.0/package.json +36 -0
- data/public/vendor/npm/scheduler@0.21.0/umd/scheduler-unstable_mock.development.js +701 -0
- data/public/vendor/npm/scheduler@0.21.0/umd/scheduler-unstable_mock.production.min.js +21 -0
- data/public/vendor/npm/scheduler@0.21.0/umd/scheduler.development.js +154 -0
- data/public/vendor/npm/scheduler@0.21.0/umd/scheduler.production.min.js +148 -0
- data/public/vendor/npm/scheduler@0.21.0/umd/scheduler.profiling.min.js +148 -0
- data/public/vendor/npm/scheduler@0.21.0/unstable_mock.js +9 -0
- data/public/vendor/npm/scheduler@0.21.0/unstable_post_task.js +9 -0
- data/public/vendor/npm/scheduler@0.21.0.js +1 -0
- data/public/vendor/npm/stream-browserify@1.0.0/index.js +7 -7
- data/public/vendor/npm/stream-browserify@1.0.0/test/buf.js +5 -5
- data/public/vendor/npm/stream-browserify@1.0.0.js +1 -1
- data/public/vendor/npm/string_decoder@0.10.31/index.js +2 -2
- data/public/vendor/npm/string_decoder@0.10.31.js +1 -1
- data/public/vendor/npm/util@0.10.3/support/isBuffer.js +1 -1
- data/public/vendor/npm/util@0.10.3/test/browser/inspect.js +2 -2
- data/public/vendor/npm/util@0.10.3/test/browser/is.js +3 -3
- data/public/vendor/npm/util@0.10.3/test/node/debug.js +4 -4
- data/public/vendor/npm/util@0.10.3/test/node/format.js +2 -2
- data/public/vendor/npm/util@0.10.3/test/node/inspect.js +3 -3
- data/public/vendor/npm/util@0.10.3/test/node/log.js +3 -3
- data/public/vendor/npm/util@0.10.3/test/node/util.js +3 -3
- data/public/vendor/npm/util@0.10.3/util.js +3 -3
- data/public/vendor/npm/util@0.10.3.js +1 -1
- data/public/vendor/npm/vm-browserify@0.0.4/LICENSE +18 -0
- data/public/vendor/npm/vm-browserify@0.0.4/example/run/bundle.js +376 -0
- data/public/vendor/npm/vm-browserify@0.0.4/example/run/entry.js +6 -0
- data/public/vendor/npm/vm-browserify@0.0.4/example/run/index.html +9 -0
- data/public/vendor/npm/vm-browserify@0.0.4/example/run/server.js +6 -0
- data/public/vendor/npm/vm-browserify@0.0.4/index.js +139 -0
- data/public/vendor/npm/vm-browserify@0.0.4/package.json +46 -0
- data/public/vendor/npm/vm-browserify@0.0.4/readme.markdown +67 -0
- data/public/vendor/npm/vm-browserify@0.0.4/test/vm.js +34 -0
- data/public/vendor/npm/vm-browserify@0.0.4.js +1 -0
- data/public/vendor/npm/webshim@1.15.8/Gruntfile.js +4 -4
- data/public/vendor/npm/webshim@1.15.8/build/combobuild.js +2 -2
- data/public/vendor/npm/webshim@1.15.8/js-webshim/dev/shims/color-picker.js +1 -1
- data/public/vendor/npm/webshim@1.15.8/js-webshim/dev/shims/combos/10.js +1 -1
- data/public/vendor/npm/webshim@1.15.8/js-webshim/dev/shims/combos/11.js +1 -1
- data/public/vendor/npm/webshim@1.15.8/js-webshim/dev/shims/combos/17.js +1 -1
- data/public/vendor/npm/webshim@1.15.8/js-webshim/dev/shims/combos/5.js +1 -1
- data/public/vendor/npm/webshim@1.15.8/js-webshim/dev/shims/combos/6.js +1 -1
- data/public/vendor/npm/webshim@1.15.8/js-webshim/dev/shims/combos/9.js +1 -1
- data/public/vendor/npm/webshim@1.15.8/js-webshim/dev/shims/es6.js +1 -1
- data/public/vendor/npm/webshim@1.15.8/js-webshim/dev/shims/excanvas.js +1 -1
- data/public/vendor/npm/webshim@1.15.8/js-webshim/dev/shims/form-number-date-ui.js +1 -1
- data/public/vendor/npm/webshim@1.15.8/js-webshim/dev/shims/moxie/js/moxie-html4.js +1 -1
- data/public/vendor/npm/webshim@1.15.8/js-webshim/dev/shims/moxie/js/moxie-swf.js +1 -1
- data/public/vendor/npm/webshim@1.15.8/js-webshim/dev/shims/sizzle.js +1 -1
- data/public/vendor/npm/webshim@1.15.8/js-webshim/minified/shims/es6.js +1 -1
- data/public/vendor/npm/webshim@1.15.8/src/shims/color-picker.js +1 -1
- data/public/vendor/npm/webshim@1.15.8/src/shims/combos/10.js +1 -1
- data/public/vendor/npm/webshim@1.15.8/src/shims/combos/11.js +1 -1
- data/public/vendor/npm/webshim@1.15.8/src/shims/combos/17.js +1 -1
- data/public/vendor/npm/webshim@1.15.8/src/shims/combos/5.js +1 -1
- data/public/vendor/npm/webshim@1.15.8/src/shims/combos/6.js +1 -1
- data/public/vendor/npm/webshim@1.15.8/src/shims/combos/9.js +1 -1
- data/public/vendor/npm/webshim@1.15.8/src/shims/es6.js +1 -1
- data/public/vendor/npm/webshim@1.15.8/src/shims/excanvas.js +1 -1
- data/public/vendor/npm/webshim@1.15.8/src/shims/form-number-date-ui.js +1 -1
- data/public/vendor/npm/webshim@1.15.8/src/shims/moxie/js/moxie-html4.js +1 -1
- data/public/vendor/npm/webshim@1.15.8/src/shims/moxie/js/moxie-swf.js +1 -1
- data/public/vendor/npm/webshim@1.15.8/src/shims/sizzle.js +1 -1
- data/public/vendor/npm/webshim@1.15.8/tests/dist/jquery.js +1 -1
- data/public/vendor/npm/webshim@1.15.8/tests/jquery/unit/core.js +1 -1
- data/public/vendor/npm/webshim@1.15.8/tests/jquery/unit/event.js +1388 -711
- data/public/vendor/npm/webshim@1.15.8/tests/qunit/qunit.js +1 -1
- data/public/vendor/npm/webshim@1.15.8/tests/test-ext/jquery-1-custom.js +1 -1
- data/public/vendor/npm/webshim@1.15.8/tests/test-ext/jquery-2-custom.js +1 -1
- data/public/vendor/npm/webshim@1.15.8/tests/test-ext/punycode.js +1 -1
- data/public/vendor/system-polyfills.js +865 -1
- data/views/blastn_options.erb +291 -0
- data/views/blastp_options.erb +288 -0
- data/views/blastx_options.erb +318 -0
- data/views/error.erb +12 -0
- data/views/layout.erb +2 -30
- data/views/report.erb +0 -8
- data/views/search.erb +16 -9
- data/views/tblastn_options.erb +266 -0
- data/views/tblastx_options.erb +291 -0
- metadata +318 -439
- data/public/vendor/github/jspm/nodelibs-buffer@0.1.0.js +0 -1
- data/public/vendor/github/jspm/nodelibs-module@0.1.0/index.js +0 -1
- data/public/vendor/github/jspm/nodelibs-module@0.1.0.js +0 -1
- data/public/vendor/github/jspm/nodelibs-process@0.1.1.js +0 -1
- data/public/vendor/npm/amdefine@1.0.0/LICENSE +0 -58
- data/public/vendor/npm/amdefine@1.0.0/README.md +0 -171
- data/public/vendor/npm/amdefine@1.0.0/amdefine.js +0 -200
- data/public/vendor/npm/amdefine@1.0.0/intercept.js +0 -24
- data/public/vendor/npm/amdefine@1.0.0/package.json +0 -16
- data/public/vendor/npm/amdefine@1.0.0.js +0 -1
- data/public/vendor/npm/base62@0.1.1/LICENSE +0 -20
- data/public/vendor/npm/base62@0.1.1/Readme.md +0 -30
- data/public/vendor/npm/base62@0.1.1/base62.js +0 -28
- data/public/vendor/npm/base62@0.1.1/package.json +0 -21
- data/public/vendor/npm/base62@0.1.1/test/test.js +0 -13
- data/public/vendor/npm/base62@0.1.1.js +0 -1
- data/public/vendor/npm/base64-js@0.0.8/lib/b64.js +0 -125
- data/public/vendor/npm/base64-js@0.0.8/package.json +0 -34
- data/public/vendor/npm/base64-js@0.0.8/test/convert.js +0 -39
- data/public/vendor/npm/base64-js@0.0.8/test/url-safe.js +0 -15
- data/public/vendor/npm/base64-js@0.0.8.js +0 -1
- data/public/vendor/npm/buffer@3.4.3/index.js +0 -1533
- data/public/vendor/npm/buffer@3.4.3/package.json +0 -67
- data/public/vendor/npm/buffer@3.4.3/test/_polyfill.js +0 -152
- data/public/vendor/npm/buffer@3.4.3/test/base64.js +0 -33
- data/public/vendor/npm/buffer@3.4.3/test/basic.js +0 -58
- data/public/vendor/npm/buffer@3.4.3/test/compare.js +0 -53
- data/public/vendor/npm/buffer@3.4.3/test/constructor.js +0 -132
- data/public/vendor/npm/buffer@3.4.3/test/deprecated.js +0 -21
- data/public/vendor/npm/buffer@3.4.3/test/from-string.js +0 -105
- data/public/vendor/npm/buffer@3.4.3/test/methods.js +0 -109
- data/public/vendor/npm/buffer@3.4.3/test/node/README.txt +0 -1
- data/public/vendor/npm/buffer@3.4.3/test/node/test-buffer-ascii.js +0 -20
- data/public/vendor/npm/buffer@3.4.3/test/node/test-buffer-bytelength.js +0 -38
- data/public/vendor/npm/buffer@3.4.3/test/node/test-buffer-concat.js +0 -26
- data/public/vendor/npm/buffer@3.4.3/test/node/test-buffer-indexof.js +0 -78
- data/public/vendor/npm/buffer@3.4.3/test/node/test-buffer-inspect.js +0 -31
- data/public/vendor/npm/buffer@3.4.3/test/node/test-buffer.js +0 -804
- data/public/vendor/npm/buffer@3.4.3/test/node-es6/README.txt +0 -1
- data/public/vendor/npm/buffer@3.4.3/test/node-es6/test-buffer-arraybuffer.js +0 -37
- data/public/vendor/npm/buffer@3.4.3/test/node-es6/test-buffer-iterator.js +0 -32
- data/public/vendor/npm/buffer@3.4.3/test/slice.js +0 -33
- data/public/vendor/npm/buffer@3.4.3/test/static.js +0 -32
- data/public/vendor/npm/buffer@3.4.3/test/to-string.js +0 -106
- data/public/vendor/npm/buffer@3.4.3/test/write.js +0 -90
- data/public/vendor/npm/buffer@3.4.3.js +0 -1
- data/public/vendor/npm/core-util-is@1.0.1/float.patch +0 -604
- data/public/vendor/npm/core-util-is@1.0.1/lib/util.js +0 -66
- data/public/vendor/npm/core-util-is@1.0.1/util.js +0 -66
- data/public/vendor/npm/core-util-is@1.0.1.js +0 -1
- data/public/vendor/npm/envify@3.4.0/README.md +0 -145
- data/public/vendor/npm/envify@3.4.0/bin/envify +0 -17
- data/public/vendor/npm/envify@3.4.0/custom.js +0 -33
- data/public/vendor/npm/envify@3.4.0/index.js +0 -4
- data/public/vendor/npm/envify@3.4.0/package.json +0 -35
- data/public/vendor/npm/envify@3.4.0/visitors.js +0 -33
- data/public/vendor/npm/envify@3.4.0.js +0 -1
- data/public/vendor/npm/esprima-fb@13001.1001.0-dev-harmony-fb/bin/esparse.js +0 -90
- data/public/vendor/npm/esprima-fb@13001.1001.0-dev-harmony-fb/bin/esvalidate.js +0 -145
- data/public/vendor/npm/esprima-fb@13001.1001.0-dev-harmony-fb/esprima.js +0 -6191
- data/public/vendor/npm/esprima-fb@13001.1001.0-dev-harmony-fb/package.json +0 -72
- data/public/vendor/npm/esprima-fb@13001.1001.0-dev-harmony-fb/test/compat.js +0 -167
- data/public/vendor/npm/esprima-fb@13001.1001.0-dev-harmony-fb/test/reflect.js +0 -421
- data/public/vendor/npm/esprima-fb@13001.1001.0-dev-harmony-fb/test/run.js +0 -34
- data/public/vendor/npm/esprima-fb@13001.1001.0-dev-harmony-fb/test/runner.js +0 -418
- data/public/vendor/npm/esprima-fb@13001.1001.0-dev-harmony-fb/test/test.js +0 -34730
- data/public/vendor/npm/esprima-fb@13001.1001.0-dev-harmony-fb.js +0 -1
- data/public/vendor/npm/ieee754@1.1.6/LICENSE +0 -56
- data/public/vendor/npm/ieee754@1.1.6/package.json +0 -34
- data/public/vendor/npm/ieee754@1.1.6/test/basic.js +0 -20
- data/public/vendor/npm/ieee754@1.1.6.js +0 -1
- data/public/vendor/npm/is-array@1.0.1/History.md +0 -11
- data/public/vendor/npm/is-array@1.0.1/Readme.md +0 -27
- data/public/vendor/npm/is-array@1.0.1/component.json +0 -13
- data/public/vendor/npm/is-array@1.0.1/index.js +0 -33
- data/public/vendor/npm/is-array@1.0.1/package.json +0 -10
- data/public/vendor/npm/is-array@1.0.1/test/test.html +0 -46
- data/public/vendor/npm/is-array@1.0.1.js +0 -1
- data/public/vendor/npm/jstransform@10.1.0/LICENSE +0 -201
- data/public/vendor/npm/jstransform@10.1.0/README.md +0 -98
- data/public/vendor/npm/jstransform@10.1.0/jestEnvironment.js +0 -3
- data/public/vendor/npm/jstransform@10.1.0/jestPreprocessor.js +0 -8
- data/public/vendor/npm/jstransform@10.1.0/package.json +0 -52
- data/public/vendor/npm/jstransform@10.1.0/polyfill/Object.es6.js +0 -54
- data/public/vendor/npm/jstransform@10.1.0/src/__tests__/jstransform-test.js +0 -246
- data/public/vendor/npm/jstransform@10.1.0/src/__tests__/jstransform-utils-test.js +0 -31
- data/public/vendor/npm/jstransform@10.1.0/src/docblock.js +0 -86
- data/public/vendor/npm/jstransform@10.1.0/src/jstransform.js +0 -180
- data/public/vendor/npm/jstransform@10.1.0/src/utils.js +0 -386
- data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/es6-arrow-function-visitors-test.js +0 -57
- data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/es6-call-spread-visitors-test.js +0 -46
- data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/es6-class-visitors-test.js +0 -463
- data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/es6-destructuring-visitors-test.js +0 -144
- data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/es6-es7-object-integration-test.js +0 -40
- data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/es6-object-concise-method-visitors-test.js +0 -47
- data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/es6-object-short-notation-visitors-test.js +0 -33
- data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/es6-rest-param-visitors-test.js +0 -119
- data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/es6-template-visitors-test.js +0 -138
- data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/es7-rest-property-helpers-test.js +0 -47
- data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/es7-spread-property-visitors-test.js +0 -90
- data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/gen/generate-type-syntax-test.js +0 -40
- data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/gen/type-syntax-test.rec.js +0 -846
- data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/reserved-words-test.js +0 -40
- data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/type-alias-syntax-test.js +0 -34
- data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/type-class-syntax-test.js +0 -105
- data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/type-function-syntax-test.js +0 -126
- data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/type-interface-syntax-test.js +0 -29
- data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/type-object-method-syntax-test.js +0 -65
- data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/type-pattern-syntax-test.js +0 -45
- data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/type-syntax-test.js +0 -46
- data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/type-variable-declaration-syntax-test.js +0 -102
- data/public/vendor/npm/jstransform@10.1.0/visitors/es6-arrow-function-visitors.js +0 -66
- data/public/vendor/npm/jstransform@10.1.0/visitors/es6-call-spread-visitors.js +0 -72
- data/public/vendor/npm/jstransform@10.1.0/visitors/es6-class-visitors.js +0 -316
- data/public/vendor/npm/jstransform@10.1.0/visitors/es6-destructuring-visitors.js +0 -135
- data/public/vendor/npm/jstransform@10.1.0/visitors/es6-object-concise-method-visitors.js +0 -28
- data/public/vendor/npm/jstransform@10.1.0/visitors/es6-object-short-notation-visitors.js +0 -12
- data/public/vendor/npm/jstransform@10.1.0/visitors/es6-rest-param-visitors.js +0 -45
- data/public/vendor/npm/jstransform@10.1.0/visitors/es6-template-visitors.js +0 -90
- data/public/vendor/npm/jstransform@10.1.0/visitors/es7-rest-property-helpers.js +0 -80
- data/public/vendor/npm/jstransform@10.1.0/visitors/es7-spread-property-visitors.js +0 -56
- data/public/vendor/npm/jstransform@10.1.0/visitors/reserved-words-helper.js +0 -74
- data/public/vendor/npm/jstransform@10.1.0/visitors/reserved-words-visitors.js +0 -30
- data/public/vendor/npm/jstransform@10.1.0/visitors/type-syntax.js +0 -118
- data/public/vendor/npm/jstransform@10.1.0.js +0 -1
- data/public/vendor/npm/process@0.10.1/browser.js +0 -58
- data/public/vendor/npm/process@0.10.1.js +0 -1
- data/public/vendor/npm/qs@2.4.1/test/stringify.js +0 -162
- data/public/vendor/npm/react@0.13.3/README.md +0 -20
- data/public/vendor/npm/react@0.13.3/addons.js +0 -2
- data/public/vendor/npm/react@0.13.3/dist/JSXTransformer.js +0 -11346
- data/public/vendor/npm/react@0.13.3/dist/react-with-addons.js +0 -10483
- data/public/vendor/npm/react@0.13.3/dist/react-with-addons.min.js +0 -7297
- data/public/vendor/npm/react@0.13.3/dist/react.js +0 -9468
- data/public/vendor/npm/react@0.13.3/dist/react.min.js +0 -6764
- data/public/vendor/npm/react@0.13.3/lib/AutoFocusMixin.js +0 -9
- data/public/vendor/npm/react@0.13.3/lib/BeforeInputEventPlugin.js +0 -197
- data/public/vendor/npm/react@0.13.3/lib/CSSCore.js +0 -39
- data/public/vendor/npm/react@0.13.3/lib/CSSProperty.js +0 -123
- data/public/vendor/npm/react@0.13.3/lib/CSSPropertyOperations.js +0 -103
- data/public/vendor/npm/react@0.13.3/lib/CallbackQueue.js +0 -43
- data/public/vendor/npm/react@0.13.3/lib/ChangeEventPlugin.js +0 -174
- data/public/vendor/npm/react@0.13.3/lib/ClientReactRootIndex.js +0 -23
- data/public/vendor/npm/react@0.13.3/lib/DOMChildrenOperations.js +0 -57
- data/public/vendor/npm/react@0.13.3/lib/DOMProperty.js +0 -96
- data/public/vendor/npm/react@0.13.3/lib/DOMPropertyOperations.js +0 -99
- data/public/vendor/npm/react@0.13.3/lib/Danger.js +0 -67
- data/public/vendor/npm/react@0.13.3/lib/DefaultEventPluginOrder.js +0 -5
- data/public/vendor/npm/react@0.13.3/lib/EnterLeaveEventPlugin.js +0 -69
- data/public/vendor/npm/react@0.13.3/lib/EventConstants.js +0 -55
- data/public/vendor/npm/react@0.13.3/lib/EventListener.js +0 -34
- data/public/vendor/npm/react@0.13.3/lib/EventPluginHub.js +0 -103
- data/public/vendor/npm/react@0.13.3/lib/EventPluginRegistry.js +0 -115
- data/public/vendor/npm/react@0.13.3/lib/EventPluginUtils.js +0 -121
- data/public/vendor/npm/react@0.13.3/lib/EventPropagators.js +0 -62
- data/public/vendor/npm/react@0.13.3/lib/ExecutionEnvironment.js +0 -42
- data/public/vendor/npm/react@0.13.3/lib/FallbackCompositionState.js +0 -45
- data/public/vendor/npm/react@0.13.3/lib/HTMLDOMPropertyConfig.js +0 -155
- data/public/vendor/npm/react@0.13.3/lib/LinkedStateMixin.js +0 -8
- data/public/vendor/npm/react@0.13.3/lib/LinkedValueUtils.js +0 -74
- data/public/vendor/npm/react@0.13.3/lib/LocalEventTrapMixin.js +0 -26
- data/public/vendor/npm/react@0.13.3/lib/MobileSafariClickEventPlugin.js +0 -17
- data/public/vendor/npm/react@0.13.3/lib/Object.assign.js +0 -47
- data/public/vendor/npm/react@0.13.3/lib/PooledClass.js +0 -75
- data/public/vendor/npm/react@0.13.3/lib/React.js +0 -93
- data/public/vendor/npm/react@0.13.3/lib/ReactBrowserComponentMixin.js +0 -7
- data/public/vendor/npm/react@0.13.3/lib/ReactBrowserEventEmitter.js +0 -136
- data/public/vendor/npm/react@0.13.3/lib/ReactCSSTransitionGroup.js +0 -34
- data/public/vendor/npm/react@0.13.3/lib/ReactCSSTransitionGroupChild.js +0 -92
- data/public/vendor/npm/react@0.13.3/lib/ReactChildReconciler.js +0 -57
- data/public/vendor/npm/react@0.13.3/lib/ReactChildren.js +0 -67
- data/public/vendor/npm/react@0.13.3/lib/ReactClass.js +0 -338
- data/public/vendor/npm/react@0.13.3/lib/ReactComponent.js +0 -50
- data/public/vendor/npm/react@0.13.3/lib/ReactComponentBrowserEnvironment.js +0 -14
- data/public/vendor/npm/react@0.13.3/lib/ReactComponentEnvironment.js +0 -19
- data/public/vendor/npm/react@0.13.3/lib/ReactComponentWithPureRenderMixin.js +0 -7
- data/public/vendor/npm/react@0.13.3/lib/ReactCompositeComponent.js +0 -374
- data/public/vendor/npm/react@0.13.3/lib/ReactContext.js +0 -27
- data/public/vendor/npm/react@0.13.3/lib/ReactCurrentOwner.js +0 -32
- data/public/vendor/npm/react@0.13.3/lib/ReactDOM.js +0 -146
- data/public/vendor/npm/react@0.13.3/lib/ReactDOMButton.js +0 -35
- data/public/vendor/npm/react@0.13.3/lib/ReactDOMComponent.js +0 -267
- data/public/vendor/npm/react@0.13.3/lib/ReactDOMForm.js +0 -21
- data/public/vendor/npm/react@0.13.3/lib/ReactDOMIDOperations.js +0 -63
- data/public/vendor/npm/react@0.13.3/lib/ReactDOMIframe.js +0 -20
- data/public/vendor/npm/react@0.13.3/lib/ReactDOMImg.js +0 -21
- data/public/vendor/npm/react@0.13.3/lib/ReactDOMInput.js +0 -94
- data/public/vendor/npm/react@0.13.3/lib/ReactDOMOption.js +0 -23
- data/public/vendor/npm/react@0.13.3/lib/ReactDOMSelect.js +0 -112
- data/public/vendor/npm/react@0.13.3/lib/ReactDOMSelection.js +0 -103
- data/public/vendor/npm/react@0.13.3/lib/ReactDOMTextComponent.js +0 -38
- data/public/vendor/npm/react@0.13.3/lib/ReactDOMTextarea.js +0 -70
- data/public/vendor/npm/react@0.13.3/lib/ReactDefaultBatchingStrategy.js +0 -37
- data/public/vendor/npm/react@0.13.3/lib/ReactDefaultInjection.js +0 -93
- data/public/vendor/npm/react@0.13.3/lib/ReactDefaultPerf.js +0 -183
- data/public/vendor/npm/react@0.13.3/lib/ReactDefaultPerfAnalysis.js +0 -145
- data/public/vendor/npm/react@0.13.3/lib/ReactElement.js +0 -151
- data/public/vendor/npm/react@0.13.3/lib/ReactElementValidator.js +0 -218
- data/public/vendor/npm/react@0.13.3/lib/ReactEmptyComponent.js +0 -47
- data/public/vendor/npm/react@0.13.3/lib/ReactErrorUtils.js +0 -30
- data/public/vendor/npm/react@0.13.3/lib/ReactEventEmitterMixin.js +0 -12
- data/public/vendor/npm/react@0.13.3/lib/ReactEventListener.js +0 -93
- data/public/vendor/npm/react@0.13.3/lib/ReactFragment.js +0 -110
- data/public/vendor/npm/react@0.13.3/lib/ReactInjection.js +0 -27
- data/public/vendor/npm/react@0.13.3/lib/ReactInputSelection.js +0 -75
- data/public/vendor/npm/react@0.13.3/lib/ReactInstanceHandles.js +0 -113
- data/public/vendor/npm/react@0.13.3/lib/ReactInstanceMap.js +0 -47
- data/public/vendor/npm/react@0.13.3/lib/ReactLifeCycle.js +0 -9
- data/public/vendor/npm/react@0.13.3/lib/ReactLink.js +0 -16
- data/public/vendor/npm/react@0.13.3/lib/ReactMarkupChecksum.js +0 -17
- data/public/vendor/npm/react@0.13.3/lib/ReactMount.js +0 -347
- data/public/vendor/npm/react@0.13.3/lib/ReactMultiChild.js +0 -190
- data/public/vendor/npm/react@0.13.3/lib/ReactMultiChildUpdateTypes.js +0 -10
- data/public/vendor/npm/react@0.13.3/lib/ReactNativeComponent.js +0 -53
- data/public/vendor/npm/react@0.13.3/lib/ReactOwner.js +0 -21
- data/public/vendor/npm/react@0.13.3/lib/ReactPerf.js +0 -42
- data/public/vendor/npm/react@0.13.3/lib/ReactPropTransferer.js +0 -40
- data/public/vendor/npm/react@0.13.3/lib/ReactPropTypeLocationNames.js +0 -13
- data/public/vendor/npm/react@0.13.3/lib/ReactPropTypeLocations.js +0 -9
- data/public/vendor/npm/react@0.13.3/lib/ReactPropTypes.js +0 -225
- data/public/vendor/npm/react@0.13.3/lib/ReactPutListenerQueue.js +0 -31
- data/public/vendor/npm/react@0.13.3/lib/ReactReconcileTransaction.js +0 -66
- data/public/vendor/npm/react@0.13.3/lib/ReactReconciler.js +0 -44
- data/public/vendor/npm/react@0.13.3/lib/ReactRef.js +0 -36
- data/public/vendor/npm/react@0.13.3/lib/ReactRootIndex.js +0 -29
- data/public/vendor/npm/react@0.13.3/lib/ReactServerRendering.js +0 -44
- data/public/vendor/npm/react@0.13.3/lib/ReactServerRenderingTransaction.js +0 -47
- data/public/vendor/npm/react@0.13.3/lib/ReactStateSetters.js +0 -104
- data/public/vendor/npm/react@0.13.3/lib/ReactTestUtils.js +0 -249
- data/public/vendor/npm/react@0.13.3/lib/ReactTransitionChildMapping.js +0 -53
- data/public/vendor/npm/react@0.13.3/lib/ReactTransitionEvents.js +0 -68
- data/public/vendor/npm/react@0.13.3/lib/ReactTransitionGroup.js +0 -140
- data/public/vendor/npm/react@0.13.3/lib/ReactUpdateQueue.js +0 -107
- data/public/vendor/npm/react@0.13.3/lib/ReactUpdates.js +0 -139
- data/public/vendor/npm/react@0.13.3/lib/ReactWithAddons.js +0 -30
- data/public/vendor/npm/react@0.13.3/lib/SVGDOMPropertyConfig.js +0 -76
- data/public/vendor/npm/react@0.13.3/lib/SelectEventPlugin.js +0 -91
- data/public/vendor/npm/react@0.13.3/lib/ServerReactRootIndex.js +0 -29
- data/public/vendor/npm/react@0.13.3/lib/SimpleEventPlugin.js +0 -287
- data/public/vendor/npm/react@0.13.3/lib/SyntheticClipboardEvent.js +0 -11
- data/public/vendor/npm/react@0.13.3/lib/SyntheticCompositionEvent.js +0 -9
- data/public/vendor/npm/react@0.13.3/lib/SyntheticDragEvent.js +0 -9
- data/public/vendor/npm/react@0.13.3/lib/SyntheticEvent.js +0 -90
- data/public/vendor/npm/react@0.13.3/lib/SyntheticFocusEvent.js +0 -9
- data/public/vendor/npm/react@0.13.3/lib/SyntheticInputEvent.js +0 -9
- data/public/vendor/npm/react@0.13.3/lib/SyntheticKeyboardEvent.js +0 -43
- data/public/vendor/npm/react@0.13.3/lib/SyntheticMouseEvent.js +0 -38
- data/public/vendor/npm/react@0.13.3/lib/SyntheticTouchEvent.js +0 -19
- data/public/vendor/npm/react@0.13.3/lib/SyntheticUIEvent.js +0 -29
- data/public/vendor/npm/react@0.13.3/lib/SyntheticWheelEvent.js +0 -18
- data/public/vendor/npm/react@0.13.3/lib/Transaction.js +0 -90
- data/public/vendor/npm/react@0.13.3/lib/ViewportMetrics.js +0 -27
- data/public/vendor/npm/react@0.13.3/lib/accumulateInto.js +0 -26
- data/public/vendor/npm/react@0.13.3/lib/adler32.js +0 -32
- data/public/vendor/npm/react@0.13.3/lib/camelize.js +0 -30
- data/public/vendor/npm/react@0.13.3/lib/camelizeStyleName.js +0 -8
- data/public/vendor/npm/react@0.13.3/lib/cloneWithProps.js +0 -20
- data/public/vendor/npm/react@0.13.3/lib/containsNode.js +0 -20
- data/public/vendor/npm/react@0.13.3/lib/createArrayFromMixed.js +0 -15
- data/public/vendor/npm/react@0.13.3/lib/createFullPageComponent.js +0 -22
- data/public/vendor/npm/react@0.13.3/lib/createNodesFromMarkup.js +0 -39
- data/public/vendor/npm/react@0.13.3/lib/cx.js +0 -20
- data/public/vendor/npm/react@0.13.3/lib/dangerousStyleValue.js +0 -19
- data/public/vendor/npm/react@0.13.3/lib/emptyFunction.js +0 -32
- data/public/vendor/npm/react@0.13.3/lib/emptyObject.js +0 -9
- data/public/vendor/npm/react@0.13.3/lib/escapeTextContentForBrowser.js +0 -38
- data/public/vendor/npm/react@0.13.3/lib/findDOMNode.js +0 -31
- data/public/vendor/npm/react@0.13.3/lib/flattenChildren.js +0 -25
- data/public/vendor/npm/react@0.13.3/lib/focusNode.js +0 -27
- data/public/vendor/npm/react@0.13.3/lib/forEachAccumulated.js +0 -29
- data/public/vendor/npm/react@0.13.3/lib/getActiveElement.js +0 -27
- data/public/vendor/npm/react@0.13.3/lib/getEventCharCode.js +0 -50
- data/public/vendor/npm/react@0.13.3/lib/getEventKey.js +0 -72
- data/public/vendor/npm/react@0.13.3/lib/getEventModifierState.js +0 -45
- data/public/vendor/npm/react@0.13.3/lib/getEventTarget.js +0 -29
- data/public/vendor/npm/react@0.13.3/lib/getIteratorFn.js +0 -42
- data/public/vendor/npm/react@0.13.3/lib/getMarkupWrap.js +0 -73
- data/public/vendor/npm/react@0.13.3/lib/getNodeForCharacterOffset.js +0 -73
- data/public/vendor/npm/react@0.13.3/lib/getReactRootElementInContainer.js +0 -33
- data/public/vendor/npm/react@0.13.3/lib/getTextContentAccessor.js +0 -11
- data/public/vendor/npm/react@0.13.3/lib/getUnboundedScrollPosition.js +0 -38
- data/public/vendor/npm/react@0.13.3/lib/hyphenate.js +0 -31
- data/public/vendor/npm/react@0.13.3/lib/hyphenateStyleName.js +0 -8
- data/public/vendor/npm/react@0.13.3/lib/instantiateReactComponent.js +0 -55
- data/public/vendor/npm/react@0.13.3/lib/invariant.js +0 -26
- data/public/vendor/npm/react@0.13.3/lib/isEventSupported.js +0 -24
- data/public/vendor/npm/react@0.13.3/lib/isNode.js +0 -25
- data/public/vendor/npm/react@0.13.3/lib/isTextInputElement.js +0 -41
- data/public/vendor/npm/react@0.13.3/lib/isTextNode.js +0 -6
- data/public/vendor/npm/react@0.13.3/lib/joinClasses.js +0 -39
- data/public/vendor/npm/react@0.13.3/lib/keyMirror.js +0 -18
- data/public/vendor/npm/react@0.13.3/lib/keyOf.js +0 -34
- data/public/vendor/npm/react@0.13.3/lib/mapObject.js +0 -51
- data/public/vendor/npm/react@0.13.3/lib/memoizeStringOnly.js +0 -31
- data/public/vendor/npm/react@0.13.3/lib/onlyChild.js +0 -11
- data/public/vendor/npm/react@0.13.3/lib/performance.js +0 -8
- data/public/vendor/npm/react@0.13.3/lib/performanceNow.js +0 -7
- data/public/vendor/npm/react@0.13.3/lib/quoteAttributeValueForBrowser.js +0 -7
- data/public/vendor/npm/react@0.13.3/lib/setInnerHTML.js +0 -40
- data/public/vendor/npm/react@0.13.3/lib/setTextContent.js +0 -16
- data/public/vendor/npm/react@0.13.3/lib/shallowEqual.js +0 -42
- data/public/vendor/npm/react@0.13.3/lib/shouldUpdateReactComponent.js +0 -51
- data/public/vendor/npm/react@0.13.3/lib/toArray.js +0 -21
- data/public/vendor/npm/react@0.13.3/lib/traverseAllChildren.js +0 -104
- data/public/vendor/npm/react@0.13.3/lib/update.js +0 -78
- data/public/vendor/npm/react@0.13.3/lib/warning.js +0 -34
- data/public/vendor/npm/react@0.13.3/package.json +0 -34
- data/public/vendor/npm/react@0.13.3/react.js +0 -2
- data/public/vendor/npm/react@0.13.3.js +0 -1
- data/public/vendor/npm/readable-stream@1.1.13/duplex.js +0 -2
- data/public/vendor/npm/readable-stream@1.1.13/passthrough.js +0 -2
- data/public/vendor/npm/readable-stream@1.1.13/readable.js +0 -8
- data/public/vendor/npm/readable-stream@1.1.13/transform.js +0 -2
- data/public/vendor/npm/readable-stream@1.1.13/writable.js +0 -2
- data/public/vendor/npm/readable-stream@1.1.13.js +0 -1
- data/public/vendor/npm/source-map@0.1.31/CHANGELOG.md +0 -112
- data/public/vendor/npm/source-map@0.1.31/LICENSE +0 -28
- data/public/vendor/npm/source-map@0.1.31/Makefile.dryice.js +0 -89
- data/public/vendor/npm/source-map@0.1.31/README.md +0 -434
- data/public/vendor/npm/source-map@0.1.31/build/assert-shim.js +0 -58
- data/public/vendor/npm/source-map@0.1.31/build/mini-require.js +0 -154
- data/public/vendor/npm/source-map@0.1.31/build/prefix-source-map.jsm +0 -20
- data/public/vendor/npm/source-map@0.1.31/build/prefix-utils.jsm +0 -18
- data/public/vendor/npm/source-map@0.1.31/build/suffix-browser.js +0 -8
- data/public/vendor/npm/source-map@0.1.31/build/suffix-source-map.jsm +0 -6
- data/public/vendor/npm/source-map@0.1.31/build/suffix-utils.jsm +0 -21
- data/public/vendor/npm/source-map@0.1.31/build/test-prefix.js +0 -10
- data/public/vendor/npm/source-map@0.1.31/build/test-suffix.js +0 -5
- data/public/vendor/npm/source-map@0.1.31/lib/source-map/array-set.js +0 -49
- data/public/vendor/npm/source-map@0.1.31/lib/source-map/base64-vlq.js +0 -56
- data/public/vendor/npm/source-map@0.1.31/lib/source-map/base64.js +0 -44
- data/public/vendor/npm/source-map@0.1.31/lib/source-map/binary-search.js +0 -83
- data/public/vendor/npm/source-map@0.1.31/lib/source-map/source-map-consumer.js +0 -238
- data/public/vendor/npm/source-map@0.1.31/lib/source-map/source-map-generator.js +0 -231
- data/public/vendor/npm/source-map@0.1.31/lib/source-map/source-node.js +0 -234
- data/public/vendor/npm/source-map@0.1.31/lib/source-map/util.js +0 -207
- data/public/vendor/npm/source-map@0.1.31/lib/source-map.js +0 -4
- data/public/vendor/npm/source-map@0.1.31/package.json +0 -52
- data/public/vendor/npm/source-map@0.1.31/test/run-tests.js +0 -50
- data/public/vendor/npm/source-map@0.1.31/test/source-map/test-api.js +0 -19
- data/public/vendor/npm/source-map@0.1.31/test/source-map/test-array-set.js +0 -84
- data/public/vendor/npm/source-map@0.1.31/test/source-map/test-base64-vlq.js +0 -17
- data/public/vendor/npm/source-map@0.1.31/test/source-map/test-base64.js +0 -26
- data/public/vendor/npm/source-map@0.1.31/test/source-map/test-binary-search.js +0 -37
- data/public/vendor/npm/source-map@0.1.31/test/source-map/test-dog-fooding.js +0 -76
- data/public/vendor/npm/source-map@0.1.31/test/source-map/test-source-map-consumer.js +0 -426
- data/public/vendor/npm/source-map@0.1.31/test/source-map/test-source-map-generator.js +0 -480
- data/public/vendor/npm/source-map@0.1.31/test/source-map/test-source-node.js +0 -307
- data/public/vendor/npm/source-map@0.1.31/test/source-map/util.js +0 -84
- data/public/vendor/npm/source-map@0.1.31.js +0 -1
- data/public/vendor/npm/through@2.3.8/LICENSE.APACHE2 +0 -15
- data/public/vendor/npm/through@2.3.8/LICENSE.MIT +0 -24
- data/public/vendor/npm/through@2.3.8/index.js +0 -93
- data/public/vendor/npm/through@2.3.8/package.json +0 -36
- data/public/vendor/npm/through@2.3.8/readme.markdown +0 -64
- data/public/vendor/npm/through@2.3.8/test/async.js +0 -26
- data/public/vendor/npm/through@2.3.8/test/auto-destroy.js +0 -26
- data/public/vendor/npm/through@2.3.8/test/buffering.js +0 -57
- data/public/vendor/npm/through@2.3.8/test/end.js +0 -37
- data/public/vendor/npm/through@2.3.8/test/index.js +0 -98
- data/public/vendor/npm/through@2.3.8/test.js +0 -2
- data/public/vendor/npm/through@2.3.8.js +0 -1
- data/views/_options.erb +0 -156
- /data/public/vendor/github/jspm/{nodelibs-buffer@0.1.0 → nodelibs-buffer@0.1.1}/index.js +0 -0
- /data/public/vendor/github/jspm/{nodelibs-process@0.1.1 → nodelibs-process@0.1.2}/index.js +0 -0
- /data/public/vendor/npm/{readable-stream@1.1.13 → assert@1.5.0}/LICENSE +0 -0
- /data/public/vendor/npm/{buffer@3.4.3 → buffer@5.7.1}/LICENSE +0 -0
- /data/public/vendor/npm/{core-util-is@1.0.1 → core-util-is@1.0.3}/README.md +0 -0
- /data/public/vendor/npm/{process@0.10.1 → process@0.11.10}/LICENSE +0 -0
- /data/public/vendor/npm/{process@0.10.1 → process@0.11.10}/index.js +0 -0
- /data/public/vendor/npm/{readable-stream@1.1.13 → readable-stream@1.1.14}/README.md +0 -0
- /data/public/vendor/npm/{readable-stream@1.1.13 → readable-stream@1.1.14}/float.patch +0 -0
@@ -0,0 +1,1705 @@
|
|
1
|
+
/* */
|
2
|
+
'use strict';
|
3
|
+
var aa = require('react'),
|
4
|
+
ba = require('stream');
|
5
|
+
function ca(a, b) {
|
6
|
+
a.prototype = Object.create(b.prototype);
|
7
|
+
a.prototype.constructor = a;
|
8
|
+
a.__proto__ = b;
|
9
|
+
}
|
10
|
+
var da = !1;
|
11
|
+
function h(a, b) {
|
12
|
+
da && (da = !1, "<" !== b[0] && a.push("\x3c!-- --\x3e"));
|
13
|
+
return "\x3c!-- --\x3e" === b ? da = !0 : a.push(b);
|
14
|
+
}
|
15
|
+
var p = Object.prototype.hasOwnProperty,
|
16
|
+
ea = /^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,
|
17
|
+
fa = {},
|
18
|
+
ha = {};
|
19
|
+
function ia(a) {
|
20
|
+
if (p.call(ha, a))
|
21
|
+
return !0;
|
22
|
+
if (p.call(fa, a))
|
23
|
+
return !1;
|
24
|
+
if (ea.test(a))
|
25
|
+
return ha[a] = !0;
|
26
|
+
fa[a] = !0;
|
27
|
+
return !1;
|
28
|
+
}
|
29
|
+
function q(a, b, c, d, f, e, g) {
|
30
|
+
this.acceptsBooleans = 2 === b || 3 === b || 4 === b;
|
31
|
+
this.attributeName = d;
|
32
|
+
this.attributeNamespace = f;
|
33
|
+
this.mustUseProperty = c;
|
34
|
+
this.propertyName = a;
|
35
|
+
this.type = b;
|
36
|
+
this.sanitizeURL = e;
|
37
|
+
this.removeEmptyString = g;
|
38
|
+
}
|
39
|
+
var r = {};
|
40
|
+
"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(a) {
|
41
|
+
r[a] = new q(a, 0, !1, a, null, !1, !1);
|
42
|
+
});
|
43
|
+
[["acceptCharset", "accept-charset"], ["className", "class"], ["htmlFor", "for"], ["httpEquiv", "http-equiv"]].forEach(function(a) {
|
44
|
+
var b = a[0];
|
45
|
+
r[b] = new q(b, 1, !1, a[1], null, !1, !1);
|
46
|
+
});
|
47
|
+
["contentEditable", "draggable", "spellCheck", "value"].forEach(function(a) {
|
48
|
+
r[a] = new q(a, 2, !1, a.toLowerCase(), null, !1, !1);
|
49
|
+
});
|
50
|
+
["autoReverse", "externalResourcesRequired", "focusable", "preserveAlpha"].forEach(function(a) {
|
51
|
+
r[a] = new q(a, 2, !1, a, null, !1, !1);
|
52
|
+
});
|
53
|
+
"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(a) {
|
54
|
+
r[a] = new q(a, 3, !1, a.toLowerCase(), null, !1, !1);
|
55
|
+
});
|
56
|
+
["checked", "multiple", "muted", "selected"].forEach(function(a) {
|
57
|
+
r[a] = new q(a, 3, !0, a, null, !1, !1);
|
58
|
+
});
|
59
|
+
["capture", "download"].forEach(function(a) {
|
60
|
+
r[a] = new q(a, 4, !1, a, null, !1, !1);
|
61
|
+
});
|
62
|
+
["cols", "rows", "size", "span"].forEach(function(a) {
|
63
|
+
r[a] = new q(a, 6, !1, a, null, !1, !1);
|
64
|
+
});
|
65
|
+
["rowSpan", "start"].forEach(function(a) {
|
66
|
+
r[a] = new q(a, 5, !1, a.toLowerCase(), null, !1, !1);
|
67
|
+
});
|
68
|
+
var ja = /[\-:]([a-z])/g;
|
69
|
+
function ka(a) {
|
70
|
+
return a[1].toUpperCase();
|
71
|
+
}
|
72
|
+
"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(a) {
|
73
|
+
var b = a.replace(ja, ka);
|
74
|
+
r[b] = new q(b, 1, !1, a, null, !1, !1);
|
75
|
+
});
|
76
|
+
"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(a) {
|
77
|
+
var b = a.replace(ja, ka);
|
78
|
+
r[b] = new q(b, 1, !1, a, "http://www.w3.org/1999/xlink", !1, !1);
|
79
|
+
});
|
80
|
+
["xml:base", "xml:lang", "xml:space"].forEach(function(a) {
|
81
|
+
var b = a.replace(ja, ka);
|
82
|
+
r[b] = new q(b, 1, !1, a, "http://www.w3.org/XML/1998/namespace", !1, !1);
|
83
|
+
});
|
84
|
+
["tabIndex", "crossOrigin"].forEach(function(a) {
|
85
|
+
r[a] = new q(a, 1, !1, a.toLowerCase(), null, !1, !1);
|
86
|
+
});
|
87
|
+
r.xlinkHref = new q("xlinkHref", 1, !1, "xlink:href", "http://www.w3.org/1999/xlink", !0, !1);
|
88
|
+
["src", "href", "action", "formAction"].forEach(function(a) {
|
89
|
+
r[a] = new q(a, 1, !1, a.toLowerCase(), null, !0, !0);
|
90
|
+
});
|
91
|
+
var t = {
|
92
|
+
animationIterationCount: !0,
|
93
|
+
aspectRatio: !0,
|
94
|
+
borderImageOutset: !0,
|
95
|
+
borderImageSlice: !0,
|
96
|
+
borderImageWidth: !0,
|
97
|
+
boxFlex: !0,
|
98
|
+
boxFlexGroup: !0,
|
99
|
+
boxOrdinalGroup: !0,
|
100
|
+
columnCount: !0,
|
101
|
+
columns: !0,
|
102
|
+
flex: !0,
|
103
|
+
flexGrow: !0,
|
104
|
+
flexPositive: !0,
|
105
|
+
flexShrink: !0,
|
106
|
+
flexNegative: !0,
|
107
|
+
flexOrder: !0,
|
108
|
+
gridArea: !0,
|
109
|
+
gridRow: !0,
|
110
|
+
gridRowEnd: !0,
|
111
|
+
gridRowSpan: !0,
|
112
|
+
gridRowStart: !0,
|
113
|
+
gridColumn: !0,
|
114
|
+
gridColumnEnd: !0,
|
115
|
+
gridColumnSpan: !0,
|
116
|
+
gridColumnStart: !0,
|
117
|
+
fontWeight: !0,
|
118
|
+
lineClamp: !0,
|
119
|
+
lineHeight: !0,
|
120
|
+
opacity: !0,
|
121
|
+
order: !0,
|
122
|
+
orphans: !0,
|
123
|
+
tabSize: !0,
|
124
|
+
widows: !0,
|
125
|
+
zIndex: !0,
|
126
|
+
zoom: !0,
|
127
|
+
fillOpacity: !0,
|
128
|
+
floodOpacity: !0,
|
129
|
+
stopOpacity: !0,
|
130
|
+
strokeDasharray: !0,
|
131
|
+
strokeDashoffset: !0,
|
132
|
+
strokeMiterlimit: !0,
|
133
|
+
strokeOpacity: !0,
|
134
|
+
strokeWidth: !0
|
135
|
+
},
|
136
|
+
la = ["Webkit", "ms", "Moz", "O"];
|
137
|
+
Object.keys(t).forEach(function(a) {
|
138
|
+
la.forEach(function(b) {
|
139
|
+
b = b + a.charAt(0).toUpperCase() + a.substring(1);
|
140
|
+
t[b] = t[a];
|
141
|
+
});
|
142
|
+
});
|
143
|
+
var ma = /["'&<>]/;
|
144
|
+
function u(a) {
|
145
|
+
if ("boolean" === typeof a || "number" === typeof a)
|
146
|
+
return "" + a;
|
147
|
+
a = "" + a;
|
148
|
+
var b = ma.exec(a);
|
149
|
+
if (b) {
|
150
|
+
var c = "",
|
151
|
+
d,
|
152
|
+
f = 0;
|
153
|
+
for (d = b.index; d < a.length; d++) {
|
154
|
+
switch (a.charCodeAt(d)) {
|
155
|
+
case 34:
|
156
|
+
b = """;
|
157
|
+
break;
|
158
|
+
case 38:
|
159
|
+
b = "&";
|
160
|
+
break;
|
161
|
+
case 39:
|
162
|
+
b = "'";
|
163
|
+
break;
|
164
|
+
case 60:
|
165
|
+
b = "<";
|
166
|
+
break;
|
167
|
+
case 62:
|
168
|
+
b = ">";
|
169
|
+
break;
|
170
|
+
default:
|
171
|
+
continue;
|
172
|
+
}
|
173
|
+
f !== d && (c += a.substring(f, d));
|
174
|
+
f = d + 1;
|
175
|
+
c += b;
|
176
|
+
}
|
177
|
+
a = f !== d ? c + a.substring(f, d) : c;
|
178
|
+
}
|
179
|
+
return a;
|
180
|
+
}
|
181
|
+
var na = /([A-Z])/g,
|
182
|
+
oa = /^ms-/,
|
183
|
+
pa = Array.isArray;
|
184
|
+
function v(a, b) {
|
185
|
+
return {
|
186
|
+
insertionMode: a,
|
187
|
+
selectedValue: b
|
188
|
+
};
|
189
|
+
}
|
190
|
+
function qa(a, b, c) {
|
191
|
+
switch (b) {
|
192
|
+
case "select":
|
193
|
+
return v(1, null != c.value ? c.value : c.defaultValue);
|
194
|
+
case "svg":
|
195
|
+
return v(2, null);
|
196
|
+
case "math":
|
197
|
+
return v(3, null);
|
198
|
+
case "foreignObject":
|
199
|
+
return v(1, null);
|
200
|
+
case "table":
|
201
|
+
return v(4, null);
|
202
|
+
case "thead":
|
203
|
+
case "tbody":
|
204
|
+
case "tfoot":
|
205
|
+
return v(5, null);
|
206
|
+
case "colgroup":
|
207
|
+
return v(7, null);
|
208
|
+
case "tr":
|
209
|
+
return v(6, null);
|
210
|
+
}
|
211
|
+
return 4 <= a.insertionMode || 0 === a.insertionMode ? v(1, null) : a;
|
212
|
+
}
|
213
|
+
function ra(a, b) {
|
214
|
+
"" !== b && a.push(u(b), "\x3c!-- --\x3e");
|
215
|
+
}
|
216
|
+
var sa = new Map;
|
217
|
+
function ta(a, b, c) {
|
218
|
+
if ("object" !== typeof c)
|
219
|
+
throw Error("The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.");
|
220
|
+
b = !0;
|
221
|
+
for (var d in c)
|
222
|
+
if (p.call(c, d)) {
|
223
|
+
var f = c[d];
|
224
|
+
if (null != f && "boolean" !== typeof f && "" !== f) {
|
225
|
+
if (0 === d.indexOf("--")) {
|
226
|
+
var e = u(d);
|
227
|
+
f = u(("" + f).trim());
|
228
|
+
} else {
|
229
|
+
e = d;
|
230
|
+
var g = sa.get(e);
|
231
|
+
void 0 !== g ? e = g : (g = u(e.replace(na, "-$1").toLowerCase().replace(oa, "-ms-")), sa.set(e, g), e = g);
|
232
|
+
f = "number" === typeof f ? 0 === f || p.call(t, d) ? "" + f : f + "px" : u(("" + f).trim());
|
233
|
+
}
|
234
|
+
b ? (b = !1, a.push(' style="', e, ":", f)) : a.push(";", e, ":", f);
|
235
|
+
}
|
236
|
+
}
|
237
|
+
b || a.push('"');
|
238
|
+
}
|
239
|
+
function x(a, b, c, d) {
|
240
|
+
switch (c) {
|
241
|
+
case "style":
|
242
|
+
ta(a, b, d);
|
243
|
+
return;
|
244
|
+
case "defaultValue":
|
245
|
+
case "defaultChecked":
|
246
|
+
case "innerHTML":
|
247
|
+
case "suppressContentEditableWarning":
|
248
|
+
case "suppressHydrationWarning":
|
249
|
+
return;
|
250
|
+
}
|
251
|
+
if (!(2 < c.length) || "o" !== c[0] && "O" !== c[0] || "n" !== c[1] && "N" !== c[1])
|
252
|
+
if (b = r.hasOwnProperty(c) ? r[c] : null, null !== b) {
|
253
|
+
switch (typeof d) {
|
254
|
+
case "function":
|
255
|
+
case "symbol":
|
256
|
+
return;
|
257
|
+
case "boolean":
|
258
|
+
if (!b.acceptsBooleans)
|
259
|
+
return;
|
260
|
+
}
|
261
|
+
c = b.attributeName;
|
262
|
+
switch (b.type) {
|
263
|
+
case 3:
|
264
|
+
d && a.push(" ", c, '=""');
|
265
|
+
break;
|
266
|
+
case 4:
|
267
|
+
!0 === d ? a.push(" ", c, '=""') : !1 !== d && a.push(" ", c, '="', u(d), '"');
|
268
|
+
break;
|
269
|
+
case 5:
|
270
|
+
isNaN(d) || a.push(" ", c, '="', u(d), '"');
|
271
|
+
break;
|
272
|
+
case 6:
|
273
|
+
!isNaN(d) && 1 <= d && a.push(" ", c, '="', u(d), '"');
|
274
|
+
break;
|
275
|
+
default:
|
276
|
+
b.sanitizeURL && (d = "" + d), a.push(" ", c, '="', u(d), '"');
|
277
|
+
}
|
278
|
+
} else if (ia(c)) {
|
279
|
+
switch (typeof d) {
|
280
|
+
case "function":
|
281
|
+
case "symbol":
|
282
|
+
return;
|
283
|
+
case "boolean":
|
284
|
+
if (b = c.toLowerCase().slice(0, 5), "data-" !== b && "aria-" !== b)
|
285
|
+
return;
|
286
|
+
}
|
287
|
+
a.push(" ", c, '="', u(d), '"');
|
288
|
+
}
|
289
|
+
}
|
290
|
+
function z(a, b, c) {
|
291
|
+
if (null != b) {
|
292
|
+
if (null != c)
|
293
|
+
throw Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");
|
294
|
+
if ("object" !== typeof b || !("__html" in b))
|
295
|
+
throw Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://reactjs.org/link/dangerously-set-inner-html for more information.");
|
296
|
+
b = b.__html;
|
297
|
+
null !== b && void 0 !== b && a.push("" + b);
|
298
|
+
}
|
299
|
+
}
|
300
|
+
function ua(a) {
|
301
|
+
var b = "";
|
302
|
+
aa.Children.forEach(a, function(a) {
|
303
|
+
null != a && (b += a);
|
304
|
+
});
|
305
|
+
return b;
|
306
|
+
}
|
307
|
+
function va(a, b, c, d) {
|
308
|
+
a.push(A(c));
|
309
|
+
var f = c = null,
|
310
|
+
e;
|
311
|
+
for (e in b)
|
312
|
+
if (p.call(b, e)) {
|
313
|
+
var g = b[e];
|
314
|
+
if (null != g)
|
315
|
+
switch (e) {
|
316
|
+
case "children":
|
317
|
+
c = g;
|
318
|
+
break;
|
319
|
+
case "dangerouslySetInnerHTML":
|
320
|
+
f = g;
|
321
|
+
break;
|
322
|
+
default:
|
323
|
+
x(a, d, e, g);
|
324
|
+
}
|
325
|
+
}
|
326
|
+
a.push(">");
|
327
|
+
z(a, f, c);
|
328
|
+
return "string" === typeof c ? (a.push(u(c)), null) : c;
|
329
|
+
}
|
330
|
+
var wa = /^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,
|
331
|
+
xa = new Map;
|
332
|
+
function A(a) {
|
333
|
+
var b = xa.get(a);
|
334
|
+
if (void 0 === b) {
|
335
|
+
if (!wa.test(a))
|
336
|
+
throw Error("Invalid tag: " + a);
|
337
|
+
b = "<" + a;
|
338
|
+
xa.set(a, b);
|
339
|
+
}
|
340
|
+
return b;
|
341
|
+
}
|
342
|
+
function ya(a, b, c, d, f) {
|
343
|
+
switch (b) {
|
344
|
+
case "select":
|
345
|
+
a.push(A("select"));
|
346
|
+
var e = null,
|
347
|
+
g = null;
|
348
|
+
for (m in c)
|
349
|
+
if (p.call(c, m)) {
|
350
|
+
var k = c[m];
|
351
|
+
if (null != k)
|
352
|
+
switch (m) {
|
353
|
+
case "children":
|
354
|
+
e = k;
|
355
|
+
break;
|
356
|
+
case "dangerouslySetInnerHTML":
|
357
|
+
g = k;
|
358
|
+
break;
|
359
|
+
case "defaultValue":
|
360
|
+
case "value":
|
361
|
+
break;
|
362
|
+
default:
|
363
|
+
x(a, d, m, k);
|
364
|
+
}
|
365
|
+
}
|
366
|
+
a.push(">");
|
367
|
+
z(a, g, e);
|
368
|
+
return e;
|
369
|
+
case "option":
|
370
|
+
g = f.selectedValue;
|
371
|
+
a.push(A("option"));
|
372
|
+
var l = k = null,
|
373
|
+
n = null;
|
374
|
+
var m = null;
|
375
|
+
for (e in c)
|
376
|
+
if (p.call(c, e) && (b = c[e], null != b))
|
377
|
+
switch (e) {
|
378
|
+
case "children":
|
379
|
+
k = b;
|
380
|
+
break;
|
381
|
+
case "selected":
|
382
|
+
n = b;
|
383
|
+
break;
|
384
|
+
case "dangerouslySetInnerHTML":
|
385
|
+
m = b;
|
386
|
+
break;
|
387
|
+
case "value":
|
388
|
+
l = b;
|
389
|
+
default:
|
390
|
+
x(a, d, e, b);
|
391
|
+
}
|
392
|
+
if (null != g)
|
393
|
+
if (c = null !== l ? "" + l : ua(k), pa(g))
|
394
|
+
for (d = 0; d < g.length; d++) {
|
395
|
+
if ("" + g[d] === c) {
|
396
|
+
a.push(' selected=""');
|
397
|
+
break;
|
398
|
+
}
|
399
|
+
}
|
400
|
+
else
|
401
|
+
"" + g === c && a.push(' selected=""');
|
402
|
+
else
|
403
|
+
n && a.push(' selected=""');
|
404
|
+
a.push(">");
|
405
|
+
z(a, m, k);
|
406
|
+
return k;
|
407
|
+
case "textarea":
|
408
|
+
a.push(A("textarea"));
|
409
|
+
m = g = e = null;
|
410
|
+
for (k in c)
|
411
|
+
if (p.call(c, k) && (l = c[k], null != l))
|
412
|
+
switch (k) {
|
413
|
+
case "children":
|
414
|
+
m = l;
|
415
|
+
break;
|
416
|
+
case "value":
|
417
|
+
e = l;
|
418
|
+
break;
|
419
|
+
case "defaultValue":
|
420
|
+
g = l;
|
421
|
+
break;
|
422
|
+
case "dangerouslySetInnerHTML":
|
423
|
+
throw Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");
|
424
|
+
default:
|
425
|
+
x(a, d, k, l);
|
426
|
+
}
|
427
|
+
null === e && null !== g && (e = g);
|
428
|
+
a.push(">");
|
429
|
+
if (null != m) {
|
430
|
+
if (null != e)
|
431
|
+
throw Error("If you supply `defaultValue` on a <textarea>, do not pass children.");
|
432
|
+
if (pa(m) && 1 < m.length)
|
433
|
+
throw Error("<textarea> can only have at most one child.");
|
434
|
+
e = "" + m;
|
435
|
+
}
|
436
|
+
"string" === typeof e && "\n" === e[0] && a.push("\n");
|
437
|
+
null !== e && a.push(u("" + e));
|
438
|
+
return null;
|
439
|
+
case "input":
|
440
|
+
a.push(A("input"));
|
441
|
+
l = m = k = e = null;
|
442
|
+
for (g in c)
|
443
|
+
if (p.call(c, g) && (n = c[g], null != n))
|
444
|
+
switch (g) {
|
445
|
+
case "children":
|
446
|
+
case "dangerouslySetInnerHTML":
|
447
|
+
throw Error("input is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");
|
448
|
+
case "defaultChecked":
|
449
|
+
l = n;
|
450
|
+
break;
|
451
|
+
case "defaultValue":
|
452
|
+
k = n;
|
453
|
+
break;
|
454
|
+
case "checked":
|
455
|
+
m = n;
|
456
|
+
break;
|
457
|
+
case "value":
|
458
|
+
e = n;
|
459
|
+
break;
|
460
|
+
default:
|
461
|
+
x(a, d, g, n);
|
462
|
+
}
|
463
|
+
null !== m ? x(a, d, "checked", m) : null !== l && x(a, d, "checked", l);
|
464
|
+
null !== e ? x(a, d, "value", e) : null !== k && x(a, d, "value", k);
|
465
|
+
a.push("/>");
|
466
|
+
return null;
|
467
|
+
case "menuitem":
|
468
|
+
a.push(A("menuitem"));
|
469
|
+
for (var y in c)
|
470
|
+
if (p.call(c, y) && (e = c[y], null != e))
|
471
|
+
switch (y) {
|
472
|
+
case "children":
|
473
|
+
case "dangerouslySetInnerHTML":
|
474
|
+
throw Error("menuitems cannot have `children` nor `dangerouslySetInnerHTML`.");
|
475
|
+
default:
|
476
|
+
x(a, d, y, e);
|
477
|
+
}
|
478
|
+
a.push(">");
|
479
|
+
return null;
|
480
|
+
case "listing":
|
481
|
+
case "pre":
|
482
|
+
a.push(A(b));
|
483
|
+
g = e = null;
|
484
|
+
for (l in c)
|
485
|
+
if (p.call(c, l) && (k = c[l], null != k))
|
486
|
+
switch (l) {
|
487
|
+
case "children":
|
488
|
+
e = k;
|
489
|
+
break;
|
490
|
+
case "dangerouslySetInnerHTML":
|
491
|
+
g = k;
|
492
|
+
break;
|
493
|
+
default:
|
494
|
+
x(a, d, l, k);
|
495
|
+
}
|
496
|
+
a.push(">");
|
497
|
+
if (null != g) {
|
498
|
+
if (null != e)
|
499
|
+
throw Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");
|
500
|
+
if ("object" !== typeof g || !("__html" in g))
|
501
|
+
throw Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://reactjs.org/link/dangerously-set-inner-html for more information.");
|
502
|
+
c = g.__html;
|
503
|
+
null !== c && void 0 !== c && ("string" === typeof c && 0 < c.length && "\n" === c[0] ? a.push("\n", c) : a.push("" + c));
|
504
|
+
}
|
505
|
+
"string" === typeof e && "\n" === e[0] && a.push("\n");
|
506
|
+
return e;
|
507
|
+
case "area":
|
508
|
+
case "base":
|
509
|
+
case "br":
|
510
|
+
case "col":
|
511
|
+
case "embed":
|
512
|
+
case "hr":
|
513
|
+
case "img":
|
514
|
+
case "keygen":
|
515
|
+
case "link":
|
516
|
+
case "meta":
|
517
|
+
case "param":
|
518
|
+
case "source":
|
519
|
+
case "track":
|
520
|
+
case "wbr":
|
521
|
+
a.push(A(b));
|
522
|
+
for (var B in c)
|
523
|
+
if (p.call(c, B) && (e = c[B], null != e))
|
524
|
+
switch (B) {
|
525
|
+
case "children":
|
526
|
+
case "dangerouslySetInnerHTML":
|
527
|
+
throw Error(b + " is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");
|
528
|
+
default:
|
529
|
+
x(a, d, B, e);
|
530
|
+
}
|
531
|
+
a.push("/>");
|
532
|
+
return null;
|
533
|
+
case "annotation-xml":
|
534
|
+
case "color-profile":
|
535
|
+
case "font-face":
|
536
|
+
case "font-face-src":
|
537
|
+
case "font-face-uri":
|
538
|
+
case "font-face-format":
|
539
|
+
case "font-face-name":
|
540
|
+
case "missing-glyph":
|
541
|
+
return va(a, c, b, d);
|
542
|
+
case "html":
|
543
|
+
return 0 === f.insertionMode && a.push("<!DOCTYPE html>"), va(a, c, b, d);
|
544
|
+
default:
|
545
|
+
if (-1 === b.indexOf("-") && "string" !== typeof c.is)
|
546
|
+
return va(a, c, b, d);
|
547
|
+
a.push(A(b));
|
548
|
+
g = e = null;
|
549
|
+
for (n in c)
|
550
|
+
if (p.call(c, n) && (k = c[n], null != k))
|
551
|
+
switch (n) {
|
552
|
+
case "children":
|
553
|
+
e = k;
|
554
|
+
break;
|
555
|
+
case "dangerouslySetInnerHTML":
|
556
|
+
g = k;
|
557
|
+
break;
|
558
|
+
case "style":
|
559
|
+
ta(a, d, k);
|
560
|
+
break;
|
561
|
+
case "suppressContentEditableWarning":
|
562
|
+
case "suppressHydrationWarning":
|
563
|
+
break;
|
564
|
+
default:
|
565
|
+
ia(n) && "function" !== typeof k && "symbol" !== typeof k && a.push(" ", n, '="', u(k), '"');
|
566
|
+
}
|
567
|
+
a.push(">");
|
568
|
+
z(a, g, e);
|
569
|
+
return e;
|
570
|
+
}
|
571
|
+
}
|
572
|
+
function za(a, b, c) {
|
573
|
+
h(a, '\x3c!--$?--\x3e<template id="');
|
574
|
+
if (null === c)
|
575
|
+
throw Error("An ID must have been assigned before we can complete the boundary.");
|
576
|
+
h(a, c);
|
577
|
+
return h(a, '"></template>');
|
578
|
+
}
|
579
|
+
function Aa(a, b, c, d) {
|
580
|
+
switch (c.insertionMode) {
|
581
|
+
case 0:
|
582
|
+
case 1:
|
583
|
+
return h(a, '<div hidden id="'), h(a, b.segmentPrefix), b = d.toString(16), h(a, b), h(a, '">');
|
584
|
+
case 2:
|
585
|
+
return h(a, '<svg aria-hidden="true" style="display:none" id="'), h(a, b.segmentPrefix), b = d.toString(16), h(a, b), h(a, '">');
|
586
|
+
case 3:
|
587
|
+
return h(a, '<math aria-hidden="true" style="display:none" id="'), h(a, b.segmentPrefix), b = d.toString(16), h(a, b), h(a, '">');
|
588
|
+
case 4:
|
589
|
+
return h(a, '<table hidden id="'), h(a, b.segmentPrefix), b = d.toString(16), h(a, b), h(a, '">');
|
590
|
+
case 5:
|
591
|
+
return h(a, '<table hidden><tbody id="'), h(a, b.segmentPrefix), b = d.toString(16), h(a, b), h(a, '">');
|
592
|
+
case 6:
|
593
|
+
return h(a, '<table hidden><tr id="'), h(a, b.segmentPrefix), b = d.toString(16), h(a, b), h(a, '">');
|
594
|
+
case 7:
|
595
|
+
return h(a, '<table hidden><colgroup id="'), h(a, b.segmentPrefix), b = d.toString(16), h(a, b), h(a, '">');
|
596
|
+
default:
|
597
|
+
throw Error("Unknown insertion mode. This is a bug in React.");
|
598
|
+
}
|
599
|
+
}
|
600
|
+
function Ba(a, b) {
|
601
|
+
switch (b.insertionMode) {
|
602
|
+
case 0:
|
603
|
+
case 1:
|
604
|
+
return h(a, "</div>");
|
605
|
+
case 2:
|
606
|
+
return h(a, "</svg>");
|
607
|
+
case 3:
|
608
|
+
return h(a, "</math>");
|
609
|
+
case 4:
|
610
|
+
return h(a, "</table>");
|
611
|
+
case 5:
|
612
|
+
return h(a, "</tbody></table>");
|
613
|
+
case 6:
|
614
|
+
return h(a, "</tr></table>");
|
615
|
+
case 7:
|
616
|
+
return h(a, "</colgroup></table>");
|
617
|
+
default:
|
618
|
+
throw Error("Unknown insertion mode. This is a bug in React.");
|
619
|
+
}
|
620
|
+
}
|
621
|
+
function Ca(a, b) {
|
622
|
+
b = void 0 === b ? "" : b;
|
623
|
+
return {
|
624
|
+
bootstrapChunks: [],
|
625
|
+
startInlineScript: "<script>",
|
626
|
+
placeholderPrefix: b + "P:",
|
627
|
+
segmentPrefix: b + "S:",
|
628
|
+
boundaryPrefix: b + "B:",
|
629
|
+
idPrefix: b,
|
630
|
+
nextSuspenseID: 0,
|
631
|
+
sentCompleteSegmentFunction: !1,
|
632
|
+
sentCompleteBoundaryFunction: !1,
|
633
|
+
sentClientRenderFunction: !1,
|
634
|
+
generateStaticMarkup: a
|
635
|
+
};
|
636
|
+
}
|
637
|
+
function Da() {
|
638
|
+
return {
|
639
|
+
insertionMode: 1,
|
640
|
+
selectedValue: null
|
641
|
+
};
|
642
|
+
}
|
643
|
+
var C = Object.assign,
|
644
|
+
Ea = Symbol.for("react.element"),
|
645
|
+
Fa = Symbol.for("react.portal"),
|
646
|
+
Ga = Symbol.for("react.fragment"),
|
647
|
+
Ha = Symbol.for("react.strict_mode"),
|
648
|
+
Ia = Symbol.for("react.profiler"),
|
649
|
+
Ja = Symbol.for("react.provider"),
|
650
|
+
Ka = Symbol.for("react.context"),
|
651
|
+
La = Symbol.for("react.forward_ref"),
|
652
|
+
Ma = Symbol.for("react.suspense"),
|
653
|
+
Na = Symbol.for("react.suspense_list"),
|
654
|
+
Oa = Symbol.for("react.memo"),
|
655
|
+
Pa = Symbol.for("react.lazy"),
|
656
|
+
Qa = Symbol.for("react.scope"),
|
657
|
+
Ra = Symbol.for("react.debug_trace_mode"),
|
658
|
+
Sa = Symbol.for("react.legacy_hidden"),
|
659
|
+
Ta = Symbol.for("react.default_value"),
|
660
|
+
Ua = Symbol.iterator;
|
661
|
+
function Va(a) {
|
662
|
+
if (null == a)
|
663
|
+
return null;
|
664
|
+
if ("function" === typeof a)
|
665
|
+
return a.displayName || a.name || null;
|
666
|
+
if ("string" === typeof a)
|
667
|
+
return a;
|
668
|
+
switch (a) {
|
669
|
+
case Ga:
|
670
|
+
return "Fragment";
|
671
|
+
case Fa:
|
672
|
+
return "Portal";
|
673
|
+
case Ia:
|
674
|
+
return "Profiler";
|
675
|
+
case Ha:
|
676
|
+
return "StrictMode";
|
677
|
+
case Ma:
|
678
|
+
return "Suspense";
|
679
|
+
case Na:
|
680
|
+
return "SuspenseList";
|
681
|
+
}
|
682
|
+
if ("object" === typeof a)
|
683
|
+
switch (a.$$typeof) {
|
684
|
+
case Ka:
|
685
|
+
return (a.displayName || "Context") + ".Consumer";
|
686
|
+
case Ja:
|
687
|
+
return (a._context.displayName || "Context") + ".Provider";
|
688
|
+
case La:
|
689
|
+
var b = a.render;
|
690
|
+
a = a.displayName;
|
691
|
+
a || (a = b.displayName || b.name || "", a = "" !== a ? "ForwardRef(" + a + ")" : "ForwardRef");
|
692
|
+
return a;
|
693
|
+
case Oa:
|
694
|
+
return b = a.displayName || null, null !== b ? b : Va(a.type) || "Memo";
|
695
|
+
case Pa:
|
696
|
+
b = a._payload;
|
697
|
+
a = a._init;
|
698
|
+
try {
|
699
|
+
return Va(a(b));
|
700
|
+
} catch (c) {}
|
701
|
+
}
|
702
|
+
return null;
|
703
|
+
}
|
704
|
+
var Wa = {};
|
705
|
+
function Xa(a, b) {
|
706
|
+
a = a.contextTypes;
|
707
|
+
if (!a)
|
708
|
+
return Wa;
|
709
|
+
var c = {},
|
710
|
+
d;
|
711
|
+
for (d in a)
|
712
|
+
c[d] = b[d];
|
713
|
+
return c;
|
714
|
+
}
|
715
|
+
var D = null;
|
716
|
+
function E(a, b) {
|
717
|
+
if (a !== b) {
|
718
|
+
a.context._currentValue2 = a.parentValue;
|
719
|
+
a = a.parent;
|
720
|
+
var c = b.parent;
|
721
|
+
if (null === a) {
|
722
|
+
if (null !== c)
|
723
|
+
throw Error("The stacks must reach the root at the same time. This is a bug in React.");
|
724
|
+
} else {
|
725
|
+
if (null === c)
|
726
|
+
throw Error("The stacks must reach the root at the same time. This is a bug in React.");
|
727
|
+
E(a, c);
|
728
|
+
}
|
729
|
+
b.context._currentValue2 = b.value;
|
730
|
+
}
|
731
|
+
}
|
732
|
+
function Ya(a) {
|
733
|
+
a.context._currentValue2 = a.parentValue;
|
734
|
+
a = a.parent;
|
735
|
+
null !== a && Ya(a);
|
736
|
+
}
|
737
|
+
function Za(a) {
|
738
|
+
var b = a.parent;
|
739
|
+
null !== b && Za(b);
|
740
|
+
a.context._currentValue2 = a.value;
|
741
|
+
}
|
742
|
+
function $a(a, b) {
|
743
|
+
a.context._currentValue2 = a.parentValue;
|
744
|
+
a = a.parent;
|
745
|
+
if (null === a)
|
746
|
+
throw Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");
|
747
|
+
a.depth === b.depth ? E(a, b) : $a(a, b);
|
748
|
+
}
|
749
|
+
function ab(a, b) {
|
750
|
+
var c = b.parent;
|
751
|
+
if (null === c)
|
752
|
+
throw Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");
|
753
|
+
a.depth === c.depth ? E(a, c) : ab(a, c);
|
754
|
+
b.context._currentValue2 = b.value;
|
755
|
+
}
|
756
|
+
function F(a) {
|
757
|
+
var b = D;
|
758
|
+
b !== a && (null === b ? Za(a) : null === a ? Ya(b) : b.depth === a.depth ? E(b, a) : b.depth > a.depth ? $a(b, a) : ab(b, a), D = a);
|
759
|
+
}
|
760
|
+
var bb = {
|
761
|
+
isMounted: function() {
|
762
|
+
return !1;
|
763
|
+
},
|
764
|
+
enqueueSetState: function(a, b) {
|
765
|
+
a = a._reactInternals;
|
766
|
+
null !== a.queue && a.queue.push(b);
|
767
|
+
},
|
768
|
+
enqueueReplaceState: function(a, b) {
|
769
|
+
a = a._reactInternals;
|
770
|
+
a.replace = !0;
|
771
|
+
a.queue = [b];
|
772
|
+
},
|
773
|
+
enqueueForceUpdate: function() {}
|
774
|
+
};
|
775
|
+
function cb(a, b, c, d) {
|
776
|
+
var f = void 0 !== a.state ? a.state : null;
|
777
|
+
a.updater = bb;
|
778
|
+
a.props = c;
|
779
|
+
a.state = f;
|
780
|
+
var e = {
|
781
|
+
queue: [],
|
782
|
+
replace: !1
|
783
|
+
};
|
784
|
+
a._reactInternals = e;
|
785
|
+
var g = b.contextType;
|
786
|
+
a.context = "object" === typeof g && null !== g ? g._currentValue2 : d;
|
787
|
+
g = b.getDerivedStateFromProps;
|
788
|
+
"function" === typeof g && (g = g(c, f), f = null === g || void 0 === g ? f : C({}, f, g), a.state = f);
|
789
|
+
if ("function" !== typeof b.getDerivedStateFromProps && "function" !== typeof a.getSnapshotBeforeUpdate && ("function" === typeof a.UNSAFE_componentWillMount || "function" === typeof a.componentWillMount))
|
790
|
+
if (b = a.state, "function" === typeof a.componentWillMount && a.componentWillMount(), "function" === typeof a.UNSAFE_componentWillMount && a.UNSAFE_componentWillMount(), b !== a.state && bb.enqueueReplaceState(a, a.state, null), null !== e.queue && 0 < e.queue.length)
|
791
|
+
if (b = e.queue, g = e.replace, e.queue = null, e.replace = !1, g && 1 === b.length)
|
792
|
+
a.state = b[0];
|
793
|
+
else {
|
794
|
+
e = g ? b[0] : a.state;
|
795
|
+
f = !0;
|
796
|
+
for (g = g ? 1 : 0; g < b.length; g++) {
|
797
|
+
var k = b[g];
|
798
|
+
k = "function" === typeof k ? k.call(a, e, c, d) : k;
|
799
|
+
null != k && (f ? (f = !1, e = C({}, e, k)) : C(e, k));
|
800
|
+
}
|
801
|
+
a.state = e;
|
802
|
+
}
|
803
|
+
else
|
804
|
+
e.queue = null;
|
805
|
+
}
|
806
|
+
var db = {
|
807
|
+
id: 1,
|
808
|
+
overflow: ""
|
809
|
+
};
|
810
|
+
function eb(a, b, c) {
|
811
|
+
var d = a.id;
|
812
|
+
a = a.overflow;
|
813
|
+
var f = 32 - G(d) - 1;
|
814
|
+
d &= ~(1 << f);
|
815
|
+
c += 1;
|
816
|
+
var e = 32 - G(b) + f;
|
817
|
+
if (30 < e) {
|
818
|
+
var g = f - f % 5;
|
819
|
+
e = (d & (1 << g) - 1).toString(32);
|
820
|
+
d >>= g;
|
821
|
+
f -= g;
|
822
|
+
return {
|
823
|
+
id: 1 << 32 - G(b) + f | c << f | d,
|
824
|
+
overflow: e + a
|
825
|
+
};
|
826
|
+
}
|
827
|
+
return {
|
828
|
+
id: 1 << e | c << f | d,
|
829
|
+
overflow: a
|
830
|
+
};
|
831
|
+
}
|
832
|
+
var G = Math.clz32 ? Math.clz32 : fb,
|
833
|
+
gb = Math.log,
|
834
|
+
hb = Math.LN2;
|
835
|
+
function fb(a) {
|
836
|
+
a >>>= 0;
|
837
|
+
return 0 === a ? 32 : 31 - (gb(a) / hb | 0) | 0;
|
838
|
+
}
|
839
|
+
function ib(a, b) {
|
840
|
+
return a === b && (0 !== a || 1 / a === 1 / b) || a !== a && b !== b;
|
841
|
+
}
|
842
|
+
var jb = "function" === typeof Object.is ? Object.is : ib,
|
843
|
+
H = null,
|
844
|
+
kb = null,
|
845
|
+
I = null,
|
846
|
+
J = null,
|
847
|
+
K = !1,
|
848
|
+
L = !1,
|
849
|
+
M = 0,
|
850
|
+
N = null,
|
851
|
+
O = 0;
|
852
|
+
function P() {
|
853
|
+
if (null === H)
|
854
|
+
throw Error("Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:\n1. You might have mismatching versions of React and the renderer (such as React DOM)\n2. You might be breaking the Rules of Hooks\n3. You might have more than one copy of React in the same app\nSee https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.");
|
855
|
+
return H;
|
856
|
+
}
|
857
|
+
function lb() {
|
858
|
+
if (0 < O)
|
859
|
+
throw Error("Rendered more hooks than during the previous render");
|
860
|
+
return {
|
861
|
+
memoizedState: null,
|
862
|
+
queue: null,
|
863
|
+
next: null
|
864
|
+
};
|
865
|
+
}
|
866
|
+
function mb() {
|
867
|
+
null === J ? null === I ? (K = !1, I = J = lb()) : (K = !0, J = I) : null === J.next ? (K = !1, J = J.next = lb()) : (K = !0, J = J.next);
|
868
|
+
return J;
|
869
|
+
}
|
870
|
+
function nb() {
|
871
|
+
kb = H = null;
|
872
|
+
L = !1;
|
873
|
+
I = null;
|
874
|
+
O = 0;
|
875
|
+
J = N = null;
|
876
|
+
}
|
877
|
+
function ob(a, b) {
|
878
|
+
return "function" === typeof b ? b(a) : b;
|
879
|
+
}
|
880
|
+
function pb(a, b, c) {
|
881
|
+
H = P();
|
882
|
+
J = mb();
|
883
|
+
if (K) {
|
884
|
+
var d = J.queue;
|
885
|
+
b = d.dispatch;
|
886
|
+
if (null !== N && (c = N.get(d), void 0 !== c)) {
|
887
|
+
N.delete(d);
|
888
|
+
d = J.memoizedState;
|
889
|
+
do
|
890
|
+
d = a(d, c.action), c = c.next;
|
891
|
+
while (null !== c);
|
892
|
+
J.memoizedState = d;
|
893
|
+
return [d, b];
|
894
|
+
}
|
895
|
+
return [J.memoizedState, b];
|
896
|
+
}
|
897
|
+
a = a === ob ? "function" === typeof b ? b() : b : void 0 !== c ? c(b) : b;
|
898
|
+
J.memoizedState = a;
|
899
|
+
a = J.queue = {
|
900
|
+
last: null,
|
901
|
+
dispatch: null
|
902
|
+
};
|
903
|
+
a = a.dispatch = qb.bind(null, H, a);
|
904
|
+
return [J.memoizedState, a];
|
905
|
+
}
|
906
|
+
function rb(a, b) {
|
907
|
+
H = P();
|
908
|
+
J = mb();
|
909
|
+
b = void 0 === b ? null : b;
|
910
|
+
if (null !== J) {
|
911
|
+
var c = J.memoizedState;
|
912
|
+
if (null !== c && null !== b) {
|
913
|
+
var d = c[1];
|
914
|
+
a: if (null === d)
|
915
|
+
d = !1;
|
916
|
+
else {
|
917
|
+
for (var f = 0; f < d.length && f < b.length; f++)
|
918
|
+
if (!jb(b[f], d[f])) {
|
919
|
+
d = !1;
|
920
|
+
break a;
|
921
|
+
}
|
922
|
+
d = !0;
|
923
|
+
}
|
924
|
+
if (d)
|
925
|
+
return c[0];
|
926
|
+
}
|
927
|
+
}
|
928
|
+
a = a();
|
929
|
+
J.memoizedState = [a, b];
|
930
|
+
return a;
|
931
|
+
}
|
932
|
+
function qb(a, b, c) {
|
933
|
+
if (25 <= O)
|
934
|
+
throw Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");
|
935
|
+
if (a === H)
|
936
|
+
if (L = !0, a = {
|
937
|
+
action: c,
|
938
|
+
next: null
|
939
|
+
}, null === N && (N = new Map), c = N.get(b), void 0 === c)
|
940
|
+
N.set(b, a);
|
941
|
+
else {
|
942
|
+
for (b = c; null !== b.next; )
|
943
|
+
b = b.next;
|
944
|
+
b.next = a;
|
945
|
+
}
|
946
|
+
}
|
947
|
+
function sb() {
|
948
|
+
throw Error("startTransition cannot be called during server rendering.");
|
949
|
+
}
|
950
|
+
function Q() {}
|
951
|
+
var tb = {
|
952
|
+
readContext: function(a) {
|
953
|
+
return a._currentValue2;
|
954
|
+
},
|
955
|
+
useContext: function(a) {
|
956
|
+
P();
|
957
|
+
return a._currentValue2;
|
958
|
+
},
|
959
|
+
useMemo: rb,
|
960
|
+
useReducer: pb,
|
961
|
+
useRef: function(a) {
|
962
|
+
H = P();
|
963
|
+
J = mb();
|
964
|
+
var b = J.memoizedState;
|
965
|
+
return null === b ? (a = {current: a}, J.memoizedState = a) : b;
|
966
|
+
},
|
967
|
+
useState: function(a) {
|
968
|
+
return pb(ob, a);
|
969
|
+
},
|
970
|
+
useInsertionEffect: Q,
|
971
|
+
useLayoutEffect: function() {},
|
972
|
+
useCallback: function(a, b) {
|
973
|
+
return rb(function() {
|
974
|
+
return a;
|
975
|
+
}, b);
|
976
|
+
},
|
977
|
+
useImperativeHandle: Q,
|
978
|
+
useEffect: Q,
|
979
|
+
useDebugValue: Q,
|
980
|
+
useDeferredValue: function(a) {
|
981
|
+
P();
|
982
|
+
return a;
|
983
|
+
},
|
984
|
+
useTransition: function() {
|
985
|
+
P();
|
986
|
+
return [!1, sb];
|
987
|
+
},
|
988
|
+
useId: function() {
|
989
|
+
var a = kb.treeContext;
|
990
|
+
var b = a.overflow;
|
991
|
+
a = a.id;
|
992
|
+
a = (a & ~(1 << 32 - G(a) - 1)).toString(32) + b;
|
993
|
+
var c = R;
|
994
|
+
if (null === c)
|
995
|
+
throw Error("Invalid hook call. Hooks can only be called inside of the body of a function component.");
|
996
|
+
b = M++;
|
997
|
+
a = ":" + c.idPrefix + "R" + a;
|
998
|
+
0 < b && (a += "H" + b.toString(32));
|
999
|
+
return a + ":";
|
1000
|
+
},
|
1001
|
+
useMutableSource: function(a, b) {
|
1002
|
+
P();
|
1003
|
+
return b(a._source);
|
1004
|
+
},
|
1005
|
+
useSyncExternalStore: function(a, b, c) {
|
1006
|
+
if (void 0 === c)
|
1007
|
+
throw Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");
|
1008
|
+
return c();
|
1009
|
+
}
|
1010
|
+
},
|
1011
|
+
R = null,
|
1012
|
+
ub = aa.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentDispatcher;
|
1013
|
+
function vb(a) {
|
1014
|
+
console.error(a);
|
1015
|
+
}
|
1016
|
+
function S() {}
|
1017
|
+
function wb(a, b, c, d, f, e, g, k, l) {
|
1018
|
+
var n = [],
|
1019
|
+
m = new Set;
|
1020
|
+
b = {
|
1021
|
+
destination: null,
|
1022
|
+
responseState: b,
|
1023
|
+
progressiveChunkSize: void 0 === d ? 12800 : d,
|
1024
|
+
status: 0,
|
1025
|
+
fatalError: null,
|
1026
|
+
nextSegmentId: 0,
|
1027
|
+
allPendingTasks: 0,
|
1028
|
+
pendingRootTasks: 0,
|
1029
|
+
completedRootSegment: null,
|
1030
|
+
abortableTasks: m,
|
1031
|
+
pingedTasks: n,
|
1032
|
+
clientRenderedBoundaries: [],
|
1033
|
+
completedBoundaries: [],
|
1034
|
+
partialBoundaries: [],
|
1035
|
+
onError: void 0 === f ? vb : f,
|
1036
|
+
onAllReady: void 0 === e ? S : e,
|
1037
|
+
onShellReady: void 0 === g ? S : g,
|
1038
|
+
onShellError: void 0 === k ? S : k,
|
1039
|
+
onFatalError: void 0 === l ? S : l
|
1040
|
+
};
|
1041
|
+
c = T(b, 0, null, c);
|
1042
|
+
c.parentFlushed = !0;
|
1043
|
+
a = xb(b, a, null, c, m, Wa, null, db);
|
1044
|
+
n.push(a);
|
1045
|
+
return b;
|
1046
|
+
}
|
1047
|
+
function xb(a, b, c, d, f, e, g, k) {
|
1048
|
+
a.allPendingTasks++;
|
1049
|
+
null === c ? a.pendingRootTasks++ : c.pendingTasks++;
|
1050
|
+
var l = {
|
1051
|
+
node: b,
|
1052
|
+
ping: function() {
|
1053
|
+
var b = a.pingedTasks;
|
1054
|
+
b.push(l);
|
1055
|
+
1 === b.length && yb(a);
|
1056
|
+
},
|
1057
|
+
blockedBoundary: c,
|
1058
|
+
blockedSegment: d,
|
1059
|
+
abortSet: f,
|
1060
|
+
legacyContext: e,
|
1061
|
+
context: g,
|
1062
|
+
treeContext: k
|
1063
|
+
};
|
1064
|
+
f.add(l);
|
1065
|
+
return l;
|
1066
|
+
}
|
1067
|
+
function T(a, b, c, d) {
|
1068
|
+
return {
|
1069
|
+
status: 0,
|
1070
|
+
id: -1,
|
1071
|
+
index: b,
|
1072
|
+
parentFlushed: !1,
|
1073
|
+
chunks: [],
|
1074
|
+
children: [],
|
1075
|
+
formatContext: d,
|
1076
|
+
boundary: c
|
1077
|
+
};
|
1078
|
+
}
|
1079
|
+
function U(a, b) {
|
1080
|
+
a = a.onError;
|
1081
|
+
a(b);
|
1082
|
+
}
|
1083
|
+
function V(a, b) {
|
1084
|
+
var c = a.onShellError;
|
1085
|
+
c(b);
|
1086
|
+
c = a.onFatalError;
|
1087
|
+
c(b);
|
1088
|
+
null !== a.destination ? (a.status = 2, a.destination.destroy(b)) : (a.status = 1, a.fatalError = b);
|
1089
|
+
}
|
1090
|
+
function zb(a, b, c, d, f) {
|
1091
|
+
H = {};
|
1092
|
+
kb = b;
|
1093
|
+
M = 0;
|
1094
|
+
for (a = c(d, f); L; )
|
1095
|
+
L = !1, M = 0, O += 1, J = null, a = c(d, f);
|
1096
|
+
nb();
|
1097
|
+
return a;
|
1098
|
+
}
|
1099
|
+
function Ab(a, b, c, d) {
|
1100
|
+
var f = c.render(),
|
1101
|
+
e = d.childContextTypes;
|
1102
|
+
if (null !== e && void 0 !== e) {
|
1103
|
+
var g = b.legacyContext;
|
1104
|
+
if ("function" !== typeof c.getChildContext)
|
1105
|
+
d = g;
|
1106
|
+
else {
|
1107
|
+
c = c.getChildContext();
|
1108
|
+
for (var k in c)
|
1109
|
+
if (!(k in e))
|
1110
|
+
throw Error((Va(d) || "Unknown") + '.getChildContext(): key "' + k + '" is not defined in childContextTypes.');
|
1111
|
+
d = C({}, g, c);
|
1112
|
+
}
|
1113
|
+
b.legacyContext = d;
|
1114
|
+
W(a, b, f);
|
1115
|
+
b.legacyContext = g;
|
1116
|
+
} else
|
1117
|
+
W(a, b, f);
|
1118
|
+
}
|
1119
|
+
function Bb(a, b) {
|
1120
|
+
if (a && a.defaultProps) {
|
1121
|
+
b = C({}, b);
|
1122
|
+
a = a.defaultProps;
|
1123
|
+
for (var c in a)
|
1124
|
+
void 0 === b[c] && (b[c] = a[c]);
|
1125
|
+
return b;
|
1126
|
+
}
|
1127
|
+
return b;
|
1128
|
+
}
|
1129
|
+
function Cb(a, b, c, d, f) {
|
1130
|
+
if ("function" === typeof c)
|
1131
|
+
if (c.prototype && c.prototype.isReactComponent) {
|
1132
|
+
f = Xa(c, b.legacyContext);
|
1133
|
+
var e = c.contextType;
|
1134
|
+
e = new c(d, "object" === typeof e && null !== e ? e._currentValue2 : f);
|
1135
|
+
cb(e, c, d, f);
|
1136
|
+
Ab(a, b, e, c);
|
1137
|
+
} else {
|
1138
|
+
e = Xa(c, b.legacyContext);
|
1139
|
+
f = zb(a, b, c, d, e);
|
1140
|
+
var g = 0 !== M;
|
1141
|
+
if ("object" === typeof f && null !== f && "function" === typeof f.render && void 0 === f.$$typeof)
|
1142
|
+
cb(f, c, d, e), Ab(a, b, f, c);
|
1143
|
+
else if (g) {
|
1144
|
+
d = b.treeContext;
|
1145
|
+
b.treeContext = eb(d, 1, 0);
|
1146
|
+
try {
|
1147
|
+
W(a, b, f);
|
1148
|
+
} finally {
|
1149
|
+
b.treeContext = d;
|
1150
|
+
}
|
1151
|
+
} else
|
1152
|
+
W(a, b, f);
|
1153
|
+
}
|
1154
|
+
else if ("string" === typeof c)
|
1155
|
+
switch (f = b.blockedSegment, e = ya(f.chunks, c, d, a.responseState, f.formatContext), g = f.formatContext, f.formatContext = qa(g, c, d), Db(a, b, e), f.formatContext = g, c) {
|
1156
|
+
case "area":
|
1157
|
+
case "base":
|
1158
|
+
case "br":
|
1159
|
+
case "col":
|
1160
|
+
case "embed":
|
1161
|
+
case "hr":
|
1162
|
+
case "img":
|
1163
|
+
case "input":
|
1164
|
+
case "keygen":
|
1165
|
+
case "link":
|
1166
|
+
case "meta":
|
1167
|
+
case "param":
|
1168
|
+
case "source":
|
1169
|
+
case "track":
|
1170
|
+
case "wbr":
|
1171
|
+
break;
|
1172
|
+
default:
|
1173
|
+
f.chunks.push("</", c, ">");
|
1174
|
+
}
|
1175
|
+
else {
|
1176
|
+
switch (c) {
|
1177
|
+
case Sa:
|
1178
|
+
case Ra:
|
1179
|
+
case Ha:
|
1180
|
+
case Ia:
|
1181
|
+
case Ga:
|
1182
|
+
W(a, b, d.children);
|
1183
|
+
return;
|
1184
|
+
case Na:
|
1185
|
+
W(a, b, d.children);
|
1186
|
+
return;
|
1187
|
+
case Qa:
|
1188
|
+
throw Error("ReactDOMServer does not yet support scope components.");
|
1189
|
+
case Ma:
|
1190
|
+
a: {
|
1191
|
+
c = b.blockedBoundary;
|
1192
|
+
f = b.blockedSegment;
|
1193
|
+
e = d.fallback;
|
1194
|
+
d = d.children;
|
1195
|
+
g = new Set;
|
1196
|
+
var k = {
|
1197
|
+
id: null,
|
1198
|
+
rootSegmentID: -1,
|
1199
|
+
parentFlushed: !1,
|
1200
|
+
pendingTasks: 0,
|
1201
|
+
forceClientRender: !1,
|
1202
|
+
completedSegments: [],
|
1203
|
+
byteSize: 0,
|
1204
|
+
fallbackAbortableTasks: g
|
1205
|
+
},
|
1206
|
+
l = T(a, f.chunks.length, k, f.formatContext);
|
1207
|
+
f.children.push(l);
|
1208
|
+
var n = T(a, 0, null, f.formatContext);
|
1209
|
+
n.parentFlushed = !0;
|
1210
|
+
b.blockedBoundary = k;
|
1211
|
+
b.blockedSegment = n;
|
1212
|
+
try {
|
1213
|
+
if (Db(a, b, d), n.status = 1, X(k, n), 0 === k.pendingTasks)
|
1214
|
+
break a;
|
1215
|
+
} catch (m) {
|
1216
|
+
n.status = 4, U(a, m), k.forceClientRender = !0;
|
1217
|
+
} finally {
|
1218
|
+
b.blockedBoundary = c, b.blockedSegment = f;
|
1219
|
+
}
|
1220
|
+
b = xb(a, e, c, l, g, b.legacyContext, b.context, b.treeContext);
|
1221
|
+
a.pingedTasks.push(b);
|
1222
|
+
}
|
1223
|
+
return;
|
1224
|
+
}
|
1225
|
+
if ("object" === typeof c && null !== c)
|
1226
|
+
switch (c.$$typeof) {
|
1227
|
+
case La:
|
1228
|
+
d = zb(a, b, c.render, d, f);
|
1229
|
+
if (0 !== M) {
|
1230
|
+
c = b.treeContext;
|
1231
|
+
b.treeContext = eb(c, 1, 0);
|
1232
|
+
try {
|
1233
|
+
W(a, b, d);
|
1234
|
+
} finally {
|
1235
|
+
b.treeContext = c;
|
1236
|
+
}
|
1237
|
+
} else
|
1238
|
+
W(a, b, d);
|
1239
|
+
return;
|
1240
|
+
case Oa:
|
1241
|
+
c = c.type;
|
1242
|
+
d = Bb(c, d);
|
1243
|
+
Cb(a, b, c, d, f);
|
1244
|
+
return;
|
1245
|
+
case Ja:
|
1246
|
+
f = d.children;
|
1247
|
+
c = c._context;
|
1248
|
+
d = d.value;
|
1249
|
+
e = c._currentValue2;
|
1250
|
+
c._currentValue2 = d;
|
1251
|
+
g = D;
|
1252
|
+
D = d = {
|
1253
|
+
parent: g,
|
1254
|
+
depth: null === g ? 0 : g.depth + 1,
|
1255
|
+
context: c,
|
1256
|
+
parentValue: e,
|
1257
|
+
value: d
|
1258
|
+
};
|
1259
|
+
b.context = d;
|
1260
|
+
W(a, b, f);
|
1261
|
+
a = D;
|
1262
|
+
if (null === a)
|
1263
|
+
throw Error("Tried to pop a Context at the root of the app. This is a bug in React.");
|
1264
|
+
d = a.parentValue;
|
1265
|
+
a.context._currentValue2 = d === Ta ? a.context._defaultValue : d;
|
1266
|
+
a = D = a.parent;
|
1267
|
+
b.context = a;
|
1268
|
+
return;
|
1269
|
+
case Ka:
|
1270
|
+
d = d.children;
|
1271
|
+
d = d(c._currentValue2);
|
1272
|
+
W(a, b, d);
|
1273
|
+
return;
|
1274
|
+
case Pa:
|
1275
|
+
f = c._init;
|
1276
|
+
c = f(c._payload);
|
1277
|
+
d = Bb(c, d);
|
1278
|
+
Cb(a, b, c, d, void 0);
|
1279
|
+
return;
|
1280
|
+
}
|
1281
|
+
throw Error("Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: " + ((null == c ? c : typeof c) + "."));
|
1282
|
+
}
|
1283
|
+
}
|
1284
|
+
function W(a, b, c) {
|
1285
|
+
b.node = c;
|
1286
|
+
if ("object" === typeof c && null !== c) {
|
1287
|
+
switch (c.$$typeof) {
|
1288
|
+
case Ea:
|
1289
|
+
Cb(a, b, c.type, c.props, c.ref);
|
1290
|
+
return;
|
1291
|
+
case Fa:
|
1292
|
+
throw Error("Portals are not currently supported by the server renderer. Render them conditionally so that they only appear on the client render.");
|
1293
|
+
case Pa:
|
1294
|
+
var d = c._init;
|
1295
|
+
c = d(c._payload);
|
1296
|
+
W(a, b, c);
|
1297
|
+
return;
|
1298
|
+
}
|
1299
|
+
if (pa(c)) {
|
1300
|
+
Eb(a, b, c);
|
1301
|
+
return;
|
1302
|
+
}
|
1303
|
+
null === c || "object" !== typeof c ? d = null : (d = Ua && c[Ua] || c["@@iterator"], d = "function" === typeof d ? d : null);
|
1304
|
+
if (d && (d = d.call(c))) {
|
1305
|
+
c = d.next();
|
1306
|
+
if (!c.done) {
|
1307
|
+
var f = [];
|
1308
|
+
do
|
1309
|
+
f.push(c.value), c = d.next();
|
1310
|
+
while (!c.done);
|
1311
|
+
Eb(a, b, f);
|
1312
|
+
}
|
1313
|
+
return;
|
1314
|
+
}
|
1315
|
+
a = Object.prototype.toString.call(c);
|
1316
|
+
throw Error("Objects are not valid as a React child (found: " + ("[object Object]" === a ? "object with keys {" + Object.keys(c).join(", ") + "}" : a) + "). If you meant to render a collection of children, use an array instead.");
|
1317
|
+
}
|
1318
|
+
"string" === typeof c ? (b = b.blockedSegment.chunks, a.responseState.generateStaticMarkup ? b.push(u(c)) : ra(b, c)) : "number" === typeof c && (b = b.blockedSegment.chunks, c = "" + c, a.responseState.generateStaticMarkup ? b.push(u(c)) : ra(b, c));
|
1319
|
+
}
|
1320
|
+
function Eb(a, b, c) {
|
1321
|
+
for (var d = c.length,
|
1322
|
+
f = 0; f < d; f++) {
|
1323
|
+
var e = b.treeContext;
|
1324
|
+
b.treeContext = eb(e, d, f);
|
1325
|
+
try {
|
1326
|
+
Db(a, b, c[f]);
|
1327
|
+
} finally {
|
1328
|
+
b.treeContext = e;
|
1329
|
+
}
|
1330
|
+
}
|
1331
|
+
}
|
1332
|
+
function Db(a, b, c) {
|
1333
|
+
var d = b.blockedSegment.formatContext,
|
1334
|
+
f = b.legacyContext,
|
1335
|
+
e = b.context;
|
1336
|
+
try {
|
1337
|
+
return W(a, b, c);
|
1338
|
+
} catch (l) {
|
1339
|
+
if (nb(), "object" === typeof l && null !== l && "function" === typeof l.then) {
|
1340
|
+
c = l;
|
1341
|
+
var g = b.blockedSegment,
|
1342
|
+
k = T(a, g.chunks.length, null, g.formatContext);
|
1343
|
+
g.children.push(k);
|
1344
|
+
a = xb(a, b.node, b.blockedBoundary, k, b.abortSet, b.legacyContext, b.context, b.treeContext).ping;
|
1345
|
+
c.then(a, a);
|
1346
|
+
b.blockedSegment.formatContext = d;
|
1347
|
+
b.legacyContext = f;
|
1348
|
+
b.context = e;
|
1349
|
+
F(e);
|
1350
|
+
} else
|
1351
|
+
throw b.blockedSegment.formatContext = d, b.legacyContext = f, b.context = e, F(e), l;
|
1352
|
+
}
|
1353
|
+
}
|
1354
|
+
function Fb(a) {
|
1355
|
+
var b = a.blockedBoundary;
|
1356
|
+
a = a.blockedSegment;
|
1357
|
+
a.status = 3;
|
1358
|
+
Gb(this, b, a);
|
1359
|
+
}
|
1360
|
+
function Hb(a) {
|
1361
|
+
var b = a.blockedBoundary;
|
1362
|
+
a.blockedSegment.status = 3;
|
1363
|
+
null === b ? (this.allPendingTasks--, 2 !== this.status && (this.status = 2, null !== this.destination && this.destination.push(null))) : (b.pendingTasks--, b.forceClientRender || (b.forceClientRender = !0, b.parentFlushed && this.clientRenderedBoundaries.push(b)), b.fallbackAbortableTasks.forEach(Hb, this), b.fallbackAbortableTasks.clear(), this.allPendingTasks--, 0 === this.allPendingTasks && (a = this.onAllReady, a()));
|
1364
|
+
}
|
1365
|
+
function X(a, b) {
|
1366
|
+
if (0 === b.chunks.length && 1 === b.children.length && null === b.children[0].boundary) {
|
1367
|
+
var c = b.children[0];
|
1368
|
+
c.id = b.id;
|
1369
|
+
c.parentFlushed = !0;
|
1370
|
+
1 === c.status && X(a, c);
|
1371
|
+
} else
|
1372
|
+
a.completedSegments.push(b);
|
1373
|
+
}
|
1374
|
+
function Gb(a, b, c) {
|
1375
|
+
if (null === b) {
|
1376
|
+
if (c.parentFlushed) {
|
1377
|
+
if (null !== a.completedRootSegment)
|
1378
|
+
throw Error("There can only be one root segment. This is a bug in React.");
|
1379
|
+
a.completedRootSegment = c;
|
1380
|
+
}
|
1381
|
+
a.pendingRootTasks--;
|
1382
|
+
0 === a.pendingRootTasks && (a.onShellError = S, b = a.onShellReady, b());
|
1383
|
+
} else
|
1384
|
+
b.pendingTasks--, b.forceClientRender || (0 === b.pendingTasks ? (c.parentFlushed && 1 === c.status && X(b, c), b.parentFlushed && a.completedBoundaries.push(b), b.fallbackAbortableTasks.forEach(Fb, a), b.fallbackAbortableTasks.clear()) : c.parentFlushed && 1 === c.status && (X(b, c), 1 === b.completedSegments.length && b.parentFlushed && a.partialBoundaries.push(b)));
|
1385
|
+
a.allPendingTasks--;
|
1386
|
+
0 === a.allPendingTasks && (a = a.onAllReady, a());
|
1387
|
+
}
|
1388
|
+
function yb(a) {
|
1389
|
+
if (2 !== a.status) {
|
1390
|
+
var b = D,
|
1391
|
+
c = ub.current;
|
1392
|
+
ub.current = tb;
|
1393
|
+
var d = R;
|
1394
|
+
R = a.responseState;
|
1395
|
+
try {
|
1396
|
+
var f = a.pingedTasks,
|
1397
|
+
e;
|
1398
|
+
for (e = 0; e < f.length; e++) {
|
1399
|
+
var g = f[e];
|
1400
|
+
var k = a,
|
1401
|
+
l = g.blockedSegment;
|
1402
|
+
if (0 === l.status) {
|
1403
|
+
F(g.context);
|
1404
|
+
try {
|
1405
|
+
W(k, g, g.node), g.abortSet.delete(g), l.status = 1, Gb(k, g.blockedBoundary, l);
|
1406
|
+
} catch (w) {
|
1407
|
+
if (nb(), "object" === typeof w && null !== w && "function" === typeof w.then) {
|
1408
|
+
var n = g.ping;
|
1409
|
+
w.then(n, n);
|
1410
|
+
} else {
|
1411
|
+
g.abortSet.delete(g);
|
1412
|
+
l.status = 4;
|
1413
|
+
var m = g.blockedBoundary,
|
1414
|
+
y = w;
|
1415
|
+
U(k, y);
|
1416
|
+
null === m ? V(k, y) : (m.pendingTasks--, m.forceClientRender || (m.forceClientRender = !0, m.parentFlushed && k.clientRenderedBoundaries.push(m)));
|
1417
|
+
k.allPendingTasks--;
|
1418
|
+
if (0 === k.allPendingTasks) {
|
1419
|
+
var B = k.onAllReady;
|
1420
|
+
B();
|
1421
|
+
}
|
1422
|
+
}
|
1423
|
+
} finally {}
|
1424
|
+
}
|
1425
|
+
}
|
1426
|
+
f.splice(0, e);
|
1427
|
+
null !== a.destination && Ib(a, a.destination);
|
1428
|
+
} catch (w) {
|
1429
|
+
U(a, w), V(a, w);
|
1430
|
+
} finally {
|
1431
|
+
R = d, ub.current = c, c === tb && F(b);
|
1432
|
+
}
|
1433
|
+
}
|
1434
|
+
}
|
1435
|
+
function Y(a, b, c) {
|
1436
|
+
c.parentFlushed = !0;
|
1437
|
+
switch (c.status) {
|
1438
|
+
case 0:
|
1439
|
+
var d = c.id = a.nextSegmentId++;
|
1440
|
+
a = a.responseState;
|
1441
|
+
h(b, '<template id="');
|
1442
|
+
h(b, a.placeholderPrefix);
|
1443
|
+
a = d.toString(16);
|
1444
|
+
h(b, a);
|
1445
|
+
return h(b, '"></template>');
|
1446
|
+
case 1:
|
1447
|
+
c.status = 2;
|
1448
|
+
var f = !0;
|
1449
|
+
d = c.chunks;
|
1450
|
+
var e = 0;
|
1451
|
+
c = c.children;
|
1452
|
+
for (var g = 0; g < c.length; g++) {
|
1453
|
+
for (f = c[g]; e < f.index; e++)
|
1454
|
+
h(b, d[e]);
|
1455
|
+
f = Z(a, b, f);
|
1456
|
+
}
|
1457
|
+
for (; e < d.length - 1; e++)
|
1458
|
+
h(b, d[e]);
|
1459
|
+
e < d.length && (f = h(b, d[e]));
|
1460
|
+
return f;
|
1461
|
+
default:
|
1462
|
+
throw Error("Aborted, errored or already flushed boundaries should not be flushed again. This is a bug in React.");
|
1463
|
+
}
|
1464
|
+
}
|
1465
|
+
function Z(a, b, c) {
|
1466
|
+
var d = c.boundary;
|
1467
|
+
if (null === d)
|
1468
|
+
return Y(a, b, c);
|
1469
|
+
d.parentFlushed = !0;
|
1470
|
+
if (d.forceClientRender)
|
1471
|
+
return a.responseState.generateStaticMarkup || h(b, "\x3c!--$!--\x3e"), Y(a, b, c), a = a.responseState.generateStaticMarkup ? !0 : h(b, "\x3c!--/$--\x3e"), a;
|
1472
|
+
if (0 < d.pendingTasks) {
|
1473
|
+
d.rootSegmentID = a.nextSegmentId++;
|
1474
|
+
0 < d.completedSegments.length && a.partialBoundaries.push(d);
|
1475
|
+
var f = a.responseState;
|
1476
|
+
var e = f.nextSuspenseID++;
|
1477
|
+
f = f.boundaryPrefix + e.toString(16);
|
1478
|
+
d = d.id = f;
|
1479
|
+
za(b, a.responseState, d);
|
1480
|
+
Y(a, b, c);
|
1481
|
+
return h(b, "\x3c!--/$--\x3e");
|
1482
|
+
}
|
1483
|
+
if (d.byteSize > a.progressiveChunkSize)
|
1484
|
+
return d.rootSegmentID = a.nextSegmentId++, a.completedBoundaries.push(d), za(b, a.responseState, d.id), Y(a, b, c), h(b, "\x3c!--/$--\x3e");
|
1485
|
+
a.responseState.generateStaticMarkup || h(b, "\x3c!--$--\x3e");
|
1486
|
+
c = d.completedSegments;
|
1487
|
+
if (1 !== c.length)
|
1488
|
+
throw Error("A previously unvisited boundary must have exactly one root segment. This is a bug in React.");
|
1489
|
+
Z(a, b, c[0]);
|
1490
|
+
a = a.responseState.generateStaticMarkup ? !0 : h(b, "\x3c!--/$--\x3e");
|
1491
|
+
return a;
|
1492
|
+
}
|
1493
|
+
function Jb(a, b, c) {
|
1494
|
+
Aa(b, a.responseState, c.formatContext, c.id);
|
1495
|
+
Z(a, b, c);
|
1496
|
+
return Ba(b, c.formatContext);
|
1497
|
+
}
|
1498
|
+
function Kb(a, b, c) {
|
1499
|
+
for (var d = c.completedSegments,
|
1500
|
+
f = 0; f < d.length; f++)
|
1501
|
+
Lb(a, b, c, d[f]);
|
1502
|
+
d.length = 0;
|
1503
|
+
a = a.responseState;
|
1504
|
+
d = c.id;
|
1505
|
+
c = c.rootSegmentID;
|
1506
|
+
h(b, a.startInlineScript);
|
1507
|
+
a.sentCompleteBoundaryFunction ? h(b, '$RC("') : (a.sentCompleteBoundaryFunction = !0, h(b, 'function $RC(a,b){a=document.getElementById(a);b=document.getElementById(b);b.parentNode.removeChild(b);if(a){a=a.previousSibling;var f=a.parentNode,c=a.nextSibling,e=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d)if(0===e)break;else e--;else"$"!==d&&"$?"!==d&&"$!"!==d||e++}d=c.nextSibling;f.removeChild(c);c=d}while(c);for(;b.firstChild;)f.insertBefore(b.firstChild,c);a.data="$";a._reactRetry&&a._reactRetry()}};$RC("'));
|
1508
|
+
if (null === d)
|
1509
|
+
throw Error("An ID must have been assigned before we can complete the boundary.");
|
1510
|
+
c = c.toString(16);
|
1511
|
+
h(b, d);
|
1512
|
+
h(b, '","');
|
1513
|
+
h(b, a.segmentPrefix);
|
1514
|
+
h(b, c);
|
1515
|
+
return h(b, '")\x3c/script>');
|
1516
|
+
}
|
1517
|
+
function Lb(a, b, c, d) {
|
1518
|
+
if (2 === d.status)
|
1519
|
+
return !0;
|
1520
|
+
var f = d.id;
|
1521
|
+
if (-1 === f) {
|
1522
|
+
if (-1 === (d.id = c.rootSegmentID))
|
1523
|
+
throw Error("A root segment ID must have been assigned by now. This is a bug in React.");
|
1524
|
+
return Jb(a, b, d);
|
1525
|
+
}
|
1526
|
+
Jb(a, b, d);
|
1527
|
+
a = a.responseState;
|
1528
|
+
h(b, a.startInlineScript);
|
1529
|
+
a.sentCompleteSegmentFunction ? h(b, '$RS("') : (a.sentCompleteSegmentFunction = !0, h(b, 'function $RS(a,b){a=document.getElementById(a);b=document.getElementById(b);for(a.parentNode.removeChild(a);a.firstChild;)b.parentNode.insertBefore(a.firstChild,b);b.parentNode.removeChild(b)};$RS("'));
|
1530
|
+
h(b, a.segmentPrefix);
|
1531
|
+
f = f.toString(16);
|
1532
|
+
h(b, f);
|
1533
|
+
h(b, '","');
|
1534
|
+
h(b, a.placeholderPrefix);
|
1535
|
+
h(b, f);
|
1536
|
+
return h(b, '")\x3c/script>');
|
1537
|
+
}
|
1538
|
+
function Ib(a, b) {
|
1539
|
+
try {
|
1540
|
+
var c = a.completedRootSegment;
|
1541
|
+
if (null !== c && 0 === a.pendingRootTasks) {
|
1542
|
+
Z(a, b, c);
|
1543
|
+
a.completedRootSegment = null;
|
1544
|
+
var d = a.responseState.bootstrapChunks;
|
1545
|
+
for (c = 0; c < d.length - 1; c++)
|
1546
|
+
h(b, d[c]);
|
1547
|
+
c < d.length && h(b, d[c]);
|
1548
|
+
}
|
1549
|
+
var f = a.clientRenderedBoundaries,
|
1550
|
+
e;
|
1551
|
+
for (e = 0; e < f.length; e++) {
|
1552
|
+
d = b;
|
1553
|
+
var g = a.responseState,
|
1554
|
+
k = f[e].id;
|
1555
|
+
h(d, g.startInlineScript);
|
1556
|
+
g.sentClientRenderFunction ? h(d, '$RX("') : (g.sentClientRenderFunction = !0, h(d, 'function $RX(a){if(a=document.getElementById(a))a=a.previousSibling,a.data="$!",a._reactRetry&&a._reactRetry()};$RX("'));
|
1557
|
+
if (null === k)
|
1558
|
+
throw Error("An ID must have been assigned before we can complete the boundary.");
|
1559
|
+
h(d, k);
|
1560
|
+
if (!h(d, '")\x3c/script>')) {
|
1561
|
+
a.destination = null;
|
1562
|
+
e++;
|
1563
|
+
f.splice(0, e);
|
1564
|
+
return;
|
1565
|
+
}
|
1566
|
+
}
|
1567
|
+
f.splice(0, e);
|
1568
|
+
var l = a.completedBoundaries;
|
1569
|
+
for (e = 0; e < l.length; e++)
|
1570
|
+
if (!Kb(a, b, l[e])) {
|
1571
|
+
a.destination = null;
|
1572
|
+
e++;
|
1573
|
+
l.splice(0, e);
|
1574
|
+
return;
|
1575
|
+
}
|
1576
|
+
l.splice(0, e);
|
1577
|
+
var n = a.partialBoundaries;
|
1578
|
+
for (e = 0; e < n.length; e++) {
|
1579
|
+
var m = n[e];
|
1580
|
+
a: {
|
1581
|
+
f = a;
|
1582
|
+
g = b;
|
1583
|
+
var y = m.completedSegments;
|
1584
|
+
for (k = 0; k < y.length; k++)
|
1585
|
+
if (!Lb(f, g, m, y[k])) {
|
1586
|
+
k++;
|
1587
|
+
y.splice(0, k);
|
1588
|
+
var B = !1;
|
1589
|
+
break a;
|
1590
|
+
}
|
1591
|
+
y.splice(0, k);
|
1592
|
+
B = !0;
|
1593
|
+
}
|
1594
|
+
if (!B) {
|
1595
|
+
a.destination = null;
|
1596
|
+
e++;
|
1597
|
+
n.splice(0, e);
|
1598
|
+
return;
|
1599
|
+
}
|
1600
|
+
}
|
1601
|
+
n.splice(0, e);
|
1602
|
+
var w = a.completedBoundaries;
|
1603
|
+
for (e = 0; e < w.length; e++)
|
1604
|
+
if (!Kb(a, b, w[e])) {
|
1605
|
+
a.destination = null;
|
1606
|
+
e++;
|
1607
|
+
w.splice(0, e);
|
1608
|
+
return;
|
1609
|
+
}
|
1610
|
+
w.splice(0, e);
|
1611
|
+
} finally {
|
1612
|
+
0 === a.allPendingTasks && 0 === a.pingedTasks.length && 0 === a.clientRenderedBoundaries.length && 0 === a.completedBoundaries.length && b.push(null);
|
1613
|
+
}
|
1614
|
+
}
|
1615
|
+
function Mb(a, b) {
|
1616
|
+
if (1 === a.status)
|
1617
|
+
a.status = 2, b.destroy(a.fatalError);
|
1618
|
+
else if (2 !== a.status && null === a.destination) {
|
1619
|
+
a.destination = b;
|
1620
|
+
try {
|
1621
|
+
Ib(a, b);
|
1622
|
+
} catch (c) {
|
1623
|
+
U(a, c), V(a, c);
|
1624
|
+
}
|
1625
|
+
}
|
1626
|
+
}
|
1627
|
+
function Nb(a) {
|
1628
|
+
try {
|
1629
|
+
var b = a.abortableTasks;
|
1630
|
+
b.forEach(Hb, a);
|
1631
|
+
b.clear();
|
1632
|
+
null !== a.destination && Ib(a, a.destination);
|
1633
|
+
} catch (c) {
|
1634
|
+
U(a, c), V(a, c);
|
1635
|
+
}
|
1636
|
+
}
|
1637
|
+
function Ob() {}
|
1638
|
+
function Pb(a, b, c) {
|
1639
|
+
var d = !1,
|
1640
|
+
f = null,
|
1641
|
+
e = "",
|
1642
|
+
g = !1;
|
1643
|
+
a = wb(a, Ca(c, b ? b.identifierPrefix : void 0), Da(), Infinity, Ob, void 0, function() {
|
1644
|
+
g = !0;
|
1645
|
+
}, void 0, void 0);
|
1646
|
+
yb(a);
|
1647
|
+
Nb(a);
|
1648
|
+
Mb(a, {
|
1649
|
+
push: function(a) {
|
1650
|
+
null !== a && (e += a);
|
1651
|
+
return !0;
|
1652
|
+
},
|
1653
|
+
destroy: function(a) {
|
1654
|
+
d = !0;
|
1655
|
+
f = a;
|
1656
|
+
}
|
1657
|
+
});
|
1658
|
+
if (d)
|
1659
|
+
throw f;
|
1660
|
+
if (!g)
|
1661
|
+
throw Error("A component suspended while responding to synchronous input. This will cause the UI to be replaced with a loading indicator. To fix, updates that suspend should be wrapped with startTransition.");
|
1662
|
+
return e;
|
1663
|
+
}
|
1664
|
+
var Qb = function(a) {
|
1665
|
+
function b() {
|
1666
|
+
var b = a.call(this, {}) || this;
|
1667
|
+
b.request = null;
|
1668
|
+
b.startedFlowing = !1;
|
1669
|
+
return b;
|
1670
|
+
}
|
1671
|
+
ca(b, a);
|
1672
|
+
var c = b.prototype;
|
1673
|
+
c._destroy = function(a, b) {
|
1674
|
+
Nb(this.request);
|
1675
|
+
b(a);
|
1676
|
+
};
|
1677
|
+
c._read = function() {
|
1678
|
+
this.startedFlowing && Mb(this.request, this);
|
1679
|
+
};
|
1680
|
+
return b;
|
1681
|
+
}(ba.Readable);
|
1682
|
+
function Rb() {}
|
1683
|
+
function Sb(a, b) {
|
1684
|
+
var c = new Qb,
|
1685
|
+
d = wb(a, Ca(!1, b ? b.identifierPrefix : void 0), Da(), Infinity, Rb, function() {
|
1686
|
+
c.startedFlowing = !0;
|
1687
|
+
Mb(d, c);
|
1688
|
+
}, void 0, void 0);
|
1689
|
+
c.request = d;
|
1690
|
+
yb(d);
|
1691
|
+
return c;
|
1692
|
+
}
|
1693
|
+
exports.renderToNodeStream = function(a, b) {
|
1694
|
+
return Sb(a, b);
|
1695
|
+
};
|
1696
|
+
exports.renderToStaticMarkup = function(a, b) {
|
1697
|
+
return Pb(a, b, !0);
|
1698
|
+
};
|
1699
|
+
exports.renderToStaticNodeStream = function(a, b) {
|
1700
|
+
return Sb(a, b);
|
1701
|
+
};
|
1702
|
+
exports.renderToString = function(a, b) {
|
1703
|
+
return Pb(a, b, !1);
|
1704
|
+
};
|
1705
|
+
exports.version = "18.0.0-fc46dba67-20220329";
|