sequenceserver 2.0.0 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (667) hide show
  1. checksums.yaml +4 -4
  2. data/lib/sequenceserver/api_errors.rb +24 -2
  3. data/lib/sequenceserver/blast/job.rb +41 -7
  4. data/lib/sequenceserver/blast/report.rb +36 -30
  5. data/lib/sequenceserver/config.rb +49 -27
  6. data/lib/sequenceserver/job.rb +13 -3
  7. data/lib/sequenceserver/job_remover.rb +25 -29
  8. data/lib/sequenceserver/refinements.rb +15 -0
  9. data/lib/sequenceserver/routes.rb +69 -7
  10. data/lib/sequenceserver/sequence.rb +8 -7
  11. data/lib/sequenceserver/sys.rb +2 -2
  12. data/lib/sequenceserver/version.rb +1 -1
  13. data/lib/sequenceserver/zip_file_generator.rb +56 -0
  14. data/lib/sequenceserver.rb +1 -0
  15. data/public/config.js +149 -143
  16. data/public/css/sequenceserver.css +44 -3
  17. data/public/css/sequenceserver.min.css +3 -3
  18. data/public/js/alignment_exporter.js +16 -8
  19. data/public/js/circos.js +370 -234
  20. data/public/js/cloud_share_modal.js +216 -0
  21. data/public/js/databases.js +144 -0
  22. data/public/js/databases_tree.js +42 -113
  23. data/public/js/dnd.js +164 -0
  24. data/public/js/error_modal.js +4 -11
  25. data/public/js/exporter.js +7 -3
  26. data/public/js/form.js +260 -0
  27. data/public/js/grapher.js +113 -106
  28. data/public/js/hit.js +80 -67
  29. data/public/js/hits_overview.js +2 -2
  30. data/public/js/hsp.js +343 -288
  31. data/public/js/jquery_world.js +4 -4
  32. data/public/js/mailto.js +36 -0
  33. data/public/js/options.js +84 -0
  34. data/public/js/query.js +319 -59
  35. data/public/js/report.js +315 -269
  36. data/public/js/report_root.js +75 -0
  37. data/public/js/search.js +28 -1011
  38. data/public/js/search_button.js +195 -0
  39. data/public/js/sequence.js +2409 -2411
  40. data/public/js/sequence_modal.js +152 -159
  41. data/public/js/share_url.js +23 -0
  42. data/public/js/sidebar.js +262 -83
  43. data/public/js/tests/database.spec.js +60 -0
  44. data/public/js/tests/mock_data/databases.json +91 -0
  45. data/public/js/tests/mock_data/long_response.json +269 -0
  46. data/public/js/tests/mock_data/short_response.json +2240 -0
  47. data/public/js/tests/report.spec.js +99 -0
  48. data/public/js/tests/search_button.spec.js +14 -0
  49. data/public/js/tests/search_query.spec.js +41 -0
  50. data/public/packages/circosJS@1.7.0.js +1640 -0
  51. data/public/packages/jquery-ui@1.11.4.js +16624 -0
  52. data/public/sequenceserver-report.min.js +2425 -19
  53. data/public/sequenceserver-search.min.js +2337 -15
  54. data/public/vendor/github/jspm/nodelibs-assert@0.1.0/index.js +2 -0
  55. data/public/vendor/github/jspm/{nodelibs-buffer@0.1.0 → nodelibs-assert@0.1.0}/package.json +1 -1
  56. data/public/vendor/github/jspm/nodelibs-assert@0.1.0.js +1 -0
  57. data/public/vendor/github/jspm/nodelibs-buffer@0.1.1/package.json +6 -0
  58. data/public/vendor/github/jspm/nodelibs-buffer@0.1.1.js +1 -0
  59. data/public/vendor/github/jspm/{nodelibs-process@0.1.1 → nodelibs-process@0.1.2}/package.json +2 -2
  60. data/public/vendor/github/jspm/nodelibs-process@0.1.2.js +1 -0
  61. data/public/vendor/github/jspm/nodelibs-vm@0.1.0/index.js +2 -0
  62. data/public/vendor/github/jspm/nodelibs-vm@0.1.0/package.json +6 -0
  63. data/public/vendor/github/jspm/nodelibs-vm@0.1.0.js +1 -0
  64. data/public/vendor/npm/assert@1.5.0/CHANGELOG.md +8 -0
  65. data/public/vendor/npm/assert@1.5.0/README.md +105 -0
  66. data/public/vendor/npm/assert@1.5.0/assert.js +327 -0
  67. data/public/vendor/npm/assert@1.5.0/package.json +32 -0
  68. data/public/vendor/npm/assert@1.5.0/test.js +288 -0
  69. data/public/vendor/npm/assert@1.5.0.js +1 -0
  70. data/public/vendor/npm/{base64-js@0.0.8/LICENSE.MIT → base64-js@1.5.1/LICENSE} +1 -1
  71. data/public/vendor/npm/{base64-js@0.0.8 → base64-js@1.5.1}/README.md +10 -7
  72. data/public/vendor/npm/base64-js@1.5.1/base64js.min.js +3 -0
  73. data/public/vendor/npm/base64-js@1.5.1/index.d.ts +3 -0
  74. data/public/vendor/npm/base64-js@1.5.1/index.js +151 -0
  75. data/public/vendor/npm/base64-js@1.5.1/package.json +47 -0
  76. data/public/vendor/npm/base64-js@1.5.1.js +1 -0
  77. data/public/vendor/npm/buffer@5.7.1/AUTHORS.md +70 -0
  78. data/public/vendor/npm/{buffer@3.4.3 → buffer@5.7.1}/README.md +111 -41
  79. data/public/vendor/npm/buffer@5.7.1/index.d.ts +186 -0
  80. data/public/vendor/npm/buffer@5.7.1/index.js +1817 -0
  81. data/public/vendor/npm/buffer@5.7.1/package.json +96 -0
  82. data/public/vendor/npm/buffer@5.7.1.js +1 -0
  83. data/public/vendor/npm/core-util-is@1.0.3/LICENSE +19 -0
  84. data/public/vendor/npm/core-util-is@1.0.3/lib/util.js +64 -0
  85. data/public/vendor/npm/{core-util-is@1.0.1 → core-util-is@1.0.3}/package.json +13 -1
  86. data/public/vendor/npm/core-util-is@1.0.3.js +1 -0
  87. data/public/vendor/npm/events@1.0.2/tests/add-listeners.js +2 -2
  88. data/public/vendor/npm/events@1.0.2/tests/check-listener-leaks.js +3 -3
  89. data/public/vendor/npm/events@1.0.2/tests/common.js +1 -1
  90. data/public/vendor/npm/events@1.0.2/tests/index.js +13 -13
  91. data/public/vendor/npm/events@1.0.2/tests/listeners-side-effects.js +2 -2
  92. data/public/vendor/npm/events@1.0.2/tests/listeners.js +2 -2
  93. data/public/vendor/npm/events@1.0.2/tests/max-listeners.js +2 -2
  94. data/public/vendor/npm/events@1.0.2/tests/modify-in-emit.js +2 -2
  95. data/public/vendor/npm/events@1.0.2/tests/num-args.js +2 -2
  96. data/public/vendor/npm/events@1.0.2/tests/once.js +2 -2
  97. data/public/vendor/npm/events@1.0.2/tests/remove-all-listeners.js +3 -3
  98. data/public/vendor/npm/events@1.0.2/tests/remove-listeners.js +3 -3
  99. data/public/vendor/npm/events@1.0.2/tests/set-max-listeners-side-effects.js +2 -2
  100. data/public/vendor/npm/events@1.0.2/tests/subclass.js +3 -3
  101. data/public/vendor/npm/events@1.0.2.js +1 -1
  102. data/public/vendor/npm/ieee754@1.2.1/LICENSE +11 -0
  103. data/public/vendor/npm/{ieee754@1.1.6 → ieee754@1.2.1}/README.md +12 -8
  104. data/public/vendor/npm/ieee754@1.2.1/index.d.ts +10 -0
  105. data/public/vendor/npm/{ieee754@1.1.6 → ieee754@1.2.1}/index.js +6 -6
  106. data/public/vendor/npm/ieee754@1.2.1/package.json +52 -0
  107. data/public/vendor/npm/ieee754@1.2.1.js +1 -0
  108. data/public/vendor/npm/{is-array@1.0.1 → indexof@0.0.1}/Makefile +3 -3
  109. data/public/vendor/npm/indexof@0.0.1/Readme.md +15 -0
  110. data/public/vendor/npm/indexof@0.0.1/component.json +10 -0
  111. data/public/vendor/npm/indexof@0.0.1/index.js +11 -0
  112. data/public/vendor/npm/indexof@0.0.1/package.json +12 -0
  113. data/public/vendor/npm/indexof@0.0.1.js +1 -0
  114. data/public/vendor/npm/inherits@2.0.1/inherits.js +1 -1
  115. data/public/vendor/npm/inherits@2.0.1.js +1 -1
  116. data/public/vendor/npm/isarray@0.0.1.js +1 -1
  117. data/public/vendor/npm/js-tokens@4.0.0/index.js +23 -0
  118. data/public/vendor/npm/js-tokens@4.0.0/package.json +30 -0
  119. data/public/vendor/npm/js-tokens@4.0.0.js +1 -0
  120. data/public/vendor/npm/loose-envify@1.4.0/LICENSE +21 -0
  121. data/public/vendor/npm/loose-envify@1.4.0/README.md +45 -0
  122. data/public/vendor/npm/loose-envify@1.4.0/cli.js +12 -0
  123. data/public/vendor/npm/loose-envify@1.4.0/custom.js +3 -0
  124. data/public/vendor/npm/loose-envify@1.4.0/index.js +5 -0
  125. data/public/vendor/npm/loose-envify@1.4.0/loose-envify.js +33 -0
  126. data/public/vendor/npm/loose-envify@1.4.0/package.json +36 -0
  127. data/public/vendor/npm/loose-envify@1.4.0/replace.js +52 -0
  128. data/public/vendor/npm/loose-envify@1.4.0.js +1 -0
  129. data/public/vendor/npm/object-assign@4.1.1/index.js +90 -0
  130. data/public/vendor/npm/object-assign@4.1.1/package.json +42 -0
  131. data/public/vendor/npm/object-assign@4.1.1.js +1 -0
  132. data/public/vendor/npm/path-browserify@0.0.0/index.js +1 -1
  133. data/public/vendor/npm/path-browserify@0.0.0.js +1 -1
  134. data/public/vendor/npm/{process@0.10.1 → process@0.11.10}/README.md +4 -1
  135. data/public/vendor/npm/process@0.11.10/browser.js +184 -0
  136. data/public/vendor/npm/{process@0.10.1 → process@0.11.10}/package.json +10 -1
  137. data/public/vendor/npm/process@0.11.10/test.js +185 -0
  138. data/public/vendor/npm/process@0.11.10.js +1 -0
  139. data/public/vendor/npm/react-dom@18.0.0/LICENSE +21 -0
  140. data/public/vendor/npm/react-dom@18.0.0/README.md +50 -0
  141. data/public/vendor/npm/react-dom@18.0.0/cjs/react-dom-server-legacy.browser.development.js +4771 -0
  142. data/public/vendor/npm/react-dom@18.0.0/cjs/react-dom-server-legacy.browser.production.min.js +85 -0
  143. data/public/vendor/npm/react-dom@18.0.0/cjs/react-dom-server-legacy.node.development.js +4813 -0
  144. data/public/vendor/npm/react-dom@18.0.0/cjs/react-dom-server-legacy.node.production.min.js +1705 -0
  145. data/public/vendor/npm/react-dom@18.0.0/cjs/react-dom-server.browser.development.js +4746 -0
  146. data/public/vendor/npm/react-dom@18.0.0/cjs/react-dom-server.browser.production.min.js +90 -0
  147. data/public/vendor/npm/react-dom@18.0.0/cjs/react-dom-server.node.development.js +4714 -0
  148. data/public/vendor/npm/react-dom@18.0.0/cjs/react-dom-server.node.production.min.js +1746 -0
  149. data/public/vendor/npm/react-dom@18.0.0/cjs/react-dom-test-utils.development.js +1017 -0
  150. data/public/vendor/npm/react-dom@18.0.0/cjs/react-dom-test-utils.production.min.js +617 -0
  151. data/public/vendor/npm/react-dom@18.0.0/cjs/react-dom.development.js +20092 -0
  152. data/public/vendor/npm/react-dom@18.0.0/cjs/react-dom.production.min.js +322 -0
  153. data/public/vendor/npm/react-dom@18.0.0/cjs/react-dom.profiling.min.js +364 -0
  154. data/public/vendor/npm/react-dom@18.0.0/client.js +27 -0
  155. data/public/vendor/npm/react-dom@18.0.0/index.js +23 -0
  156. data/public/vendor/npm/react-dom@18.0.0/package.json +62 -0
  157. data/public/vendor/npm/react-dom@18.0.0/profiling.js +23 -0
  158. data/public/vendor/npm/react-dom@18.0.0/server.browser.js +19 -0
  159. data/public/vendor/npm/react-dom@18.0.0/server.js +3 -0
  160. data/public/vendor/npm/react-dom@18.0.0/server.node.js +19 -0
  161. data/public/vendor/npm/react-dom@18.0.0/test-utils.js +9 -0
  162. data/public/vendor/npm/react-dom@18.0.0/umd/react-dom-server-legacy.browser.development.js +4770 -0
  163. data/public/vendor/npm/react-dom@18.0.0/umd/react-dom-server-legacy.browser.production.min.js +72 -0
  164. data/public/vendor/npm/react-dom@18.0.0/umd/react-dom-server.browser.development.js +4745 -0
  165. data/public/vendor/npm/react-dom@18.0.0/umd/react-dom-server.browser.production.min.js +74 -0
  166. data/public/vendor/npm/react-dom@18.0.0/umd/react-dom-test-utils.development.js +1013 -0
  167. data/public/vendor/npm/react-dom@18.0.0/umd/react-dom-test-utils.production.min.js +625 -0
  168. data/public/vendor/npm/react-dom@18.0.0/umd/react-dom.development.js +20106 -0
  169. data/public/vendor/npm/react-dom@18.0.0/umd/react-dom.production.min.js +269 -0
  170. data/public/vendor/npm/react-dom@18.0.0/umd/react-dom.profiling.min.js +285 -0
  171. data/public/vendor/npm/react-dom@18.0.0.js +1 -0
  172. data/public/vendor/npm/react@18.0.0/LICENSE +21 -0
  173. data/public/vendor/npm/react@18.0.0/README.md +13 -0
  174. data/public/vendor/npm/react@18.0.0/cjs/react-jsx-dev-runtime.development.js +837 -0
  175. data/public/vendor/npm/react@18.0.0/cjs/react-jsx-dev-runtime.production.min.js +10 -0
  176. data/public/vendor/npm/react@18.0.0/cjs/react-jsx-dev-runtime.profiling.min.js +10 -0
  177. data/public/vendor/npm/react@18.0.0/cjs/react-jsx-runtime.development.js +849 -0
  178. data/public/vendor/npm/react@18.0.0/cjs/react-jsx-runtime.production.min.js +38 -0
  179. data/public/vendor/npm/react@18.0.0/cjs/react-jsx-runtime.profiling.min.js +38 -0
  180. data/public/vendor/npm/react@18.0.0/cjs/react.development.js +1746 -0
  181. data/public/vendor/npm/react@18.0.0/cjs/react.production.min.js +26 -0
  182. data/public/vendor/npm/react@18.0.0/cjs/react.shared-subset.development.js +10 -0
  183. data/public/vendor/npm/react@18.0.0/cjs/react.shared-subset.production.min.js +12 -0
  184. data/public/vendor/npm/react@18.0.0/index.js +9 -0
  185. data/public/vendor/npm/react@18.0.0/jsx-dev-runtime.js +9 -0
  186. data/public/vendor/npm/react@18.0.0/jsx-runtime.js +9 -0
  187. data/public/vendor/npm/react@18.0.0/package.json +47 -0
  188. data/public/vendor/npm/react@18.0.0/react.shared-subset.js +9 -0
  189. data/public/vendor/npm/react@18.0.0/umd/react.development.js +2186 -0
  190. data/public/vendor/npm/react@18.0.0/umd/react.production.min.js +33 -0
  191. data/public/vendor/npm/react@18.0.0/umd/react.profiling.min.js +33 -0
  192. data/public/vendor/npm/react@18.0.0.js +1 -0
  193. data/public/vendor/npm/readable-stream@1.1.14/LICENSE +18 -0
  194. data/public/vendor/npm/readable-stream@1.1.14/duplex.js +2 -0
  195. data/public/vendor/npm/{readable-stream@1.1.13 → readable-stream@1.1.14}/lib/_stream_duplex.js +5 -5
  196. data/public/vendor/npm/{readable-stream@1.1.13 → readable-stream@1.1.14}/lib/_stream_passthrough.js +3 -3
  197. data/public/vendor/npm/{readable-stream@1.1.13 → readable-stream@1.1.14}/lib/_stream_readable.js +10 -10
  198. data/public/vendor/npm/{readable-stream@1.1.13 → readable-stream@1.1.14}/lib/_stream_transform.js +4 -4
  199. data/public/vendor/npm/{readable-stream@1.1.13 → readable-stream@1.1.14}/lib/_stream_writable.js +6 -6
  200. data/public/vendor/npm/{readable-stream@1.1.13 → readable-stream@1.1.14}/package.json +1 -1
  201. data/public/vendor/npm/readable-stream@1.1.14/passthrough.js +2 -0
  202. data/public/vendor/npm/readable-stream@1.1.14/readable.js +13 -0
  203. data/public/vendor/npm/readable-stream@1.1.14/transform.js +2 -0
  204. data/public/vendor/npm/readable-stream@1.1.14/writable.js +2 -0
  205. data/public/vendor/npm/readable-stream@1.1.14.js +1 -0
  206. data/public/vendor/npm/scheduler@0.21.0/LICENSE +21 -0
  207. data/public/vendor/npm/scheduler@0.21.0/README.md +9 -0
  208. data/public/vendor/npm/scheduler@0.21.0/cjs/scheduler-unstable_mock.development.js +530 -0
  209. data/public/vendor/npm/scheduler@0.21.0/cjs/scheduler-unstable_mock.production.min.js +20 -0
  210. data/public/vendor/npm/scheduler@0.21.0/cjs/scheduler-unstable_post_task.development.js +153 -0
  211. data/public/vendor/npm/scheduler@0.21.0/cjs/scheduler-unstable_post_task.production.min.js +14 -0
  212. data/public/vendor/npm/scheduler@0.21.0/cjs/scheduler.development.js +444 -0
  213. data/public/vendor/npm/scheduler@0.21.0/cjs/scheduler.production.min.js +19 -0
  214. data/public/vendor/npm/scheduler@0.21.0/index.js +9 -0
  215. data/public/vendor/npm/scheduler@0.21.0/package.json +36 -0
  216. data/public/vendor/npm/scheduler@0.21.0/umd/scheduler-unstable_mock.development.js +701 -0
  217. data/public/vendor/npm/scheduler@0.21.0/umd/scheduler-unstable_mock.production.min.js +21 -0
  218. data/public/vendor/npm/scheduler@0.21.0/umd/scheduler.development.js +154 -0
  219. data/public/vendor/npm/scheduler@0.21.0/umd/scheduler.production.min.js +148 -0
  220. data/public/vendor/npm/scheduler@0.21.0/umd/scheduler.profiling.min.js +148 -0
  221. data/public/vendor/npm/scheduler@0.21.0/unstable_mock.js +9 -0
  222. data/public/vendor/npm/scheduler@0.21.0/unstable_post_task.js +9 -0
  223. data/public/vendor/npm/scheduler@0.21.0.js +1 -0
  224. data/public/vendor/npm/stream-browserify@1.0.0/index.js +7 -7
  225. data/public/vendor/npm/stream-browserify@1.0.0/test/buf.js +5 -5
  226. data/public/vendor/npm/stream-browserify@1.0.0.js +1 -1
  227. data/public/vendor/npm/string_decoder@0.10.31/index.js +2 -2
  228. data/public/vendor/npm/string_decoder@0.10.31.js +1 -1
  229. data/public/vendor/npm/util@0.10.3/support/isBuffer.js +1 -1
  230. data/public/vendor/npm/util@0.10.3/test/browser/inspect.js +2 -2
  231. data/public/vendor/npm/util@0.10.3/test/browser/is.js +3 -3
  232. data/public/vendor/npm/util@0.10.3/test/node/debug.js +4 -4
  233. data/public/vendor/npm/util@0.10.3/test/node/format.js +2 -2
  234. data/public/vendor/npm/util@0.10.3/test/node/inspect.js +3 -3
  235. data/public/vendor/npm/util@0.10.3/test/node/log.js +3 -3
  236. data/public/vendor/npm/util@0.10.3/test/node/util.js +3 -3
  237. data/public/vendor/npm/util@0.10.3/util.js +3 -3
  238. data/public/vendor/npm/util@0.10.3.js +1 -1
  239. data/public/vendor/npm/vm-browserify@0.0.4/LICENSE +18 -0
  240. data/public/vendor/npm/vm-browserify@0.0.4/example/run/bundle.js +376 -0
  241. data/public/vendor/npm/vm-browserify@0.0.4/example/run/entry.js +6 -0
  242. data/public/vendor/npm/vm-browserify@0.0.4/example/run/index.html +9 -0
  243. data/public/vendor/npm/vm-browserify@0.0.4/example/run/server.js +6 -0
  244. data/public/vendor/npm/vm-browserify@0.0.4/index.js +139 -0
  245. data/public/vendor/npm/vm-browserify@0.0.4/package.json +46 -0
  246. data/public/vendor/npm/vm-browserify@0.0.4/readme.markdown +67 -0
  247. data/public/vendor/npm/vm-browserify@0.0.4/test/vm.js +34 -0
  248. data/public/vendor/npm/vm-browserify@0.0.4.js +1 -0
  249. data/public/vendor/npm/webshim@1.15.8/Gruntfile.js +4 -4
  250. data/public/vendor/npm/webshim@1.15.8/build/combobuild.js +2 -2
  251. data/public/vendor/npm/webshim@1.15.8/js-webshim/dev/shims/color-picker.js +1 -1
  252. data/public/vendor/npm/webshim@1.15.8/js-webshim/dev/shims/combos/10.js +1 -1
  253. data/public/vendor/npm/webshim@1.15.8/js-webshim/dev/shims/combos/11.js +1 -1
  254. data/public/vendor/npm/webshim@1.15.8/js-webshim/dev/shims/combos/17.js +1 -1
  255. data/public/vendor/npm/webshim@1.15.8/js-webshim/dev/shims/combos/5.js +1 -1
  256. data/public/vendor/npm/webshim@1.15.8/js-webshim/dev/shims/combos/6.js +1 -1
  257. data/public/vendor/npm/webshim@1.15.8/js-webshim/dev/shims/combos/9.js +1 -1
  258. data/public/vendor/npm/webshim@1.15.8/js-webshim/dev/shims/es6.js +1 -1
  259. data/public/vendor/npm/webshim@1.15.8/js-webshim/dev/shims/excanvas.js +1 -1
  260. data/public/vendor/npm/webshim@1.15.8/js-webshim/dev/shims/form-number-date-ui.js +1 -1
  261. data/public/vendor/npm/webshim@1.15.8/js-webshim/dev/shims/moxie/js/moxie-html4.js +1 -1
  262. data/public/vendor/npm/webshim@1.15.8/js-webshim/dev/shims/moxie/js/moxie-swf.js +1 -1
  263. data/public/vendor/npm/webshim@1.15.8/js-webshim/dev/shims/sizzle.js +1 -1
  264. data/public/vendor/npm/webshim@1.15.8/js-webshim/minified/shims/es6.js +1 -1
  265. data/public/vendor/npm/webshim@1.15.8/src/shims/color-picker.js +1 -1
  266. data/public/vendor/npm/webshim@1.15.8/src/shims/combos/10.js +1 -1
  267. data/public/vendor/npm/webshim@1.15.8/src/shims/combos/11.js +1 -1
  268. data/public/vendor/npm/webshim@1.15.8/src/shims/combos/17.js +1 -1
  269. data/public/vendor/npm/webshim@1.15.8/src/shims/combos/5.js +1 -1
  270. data/public/vendor/npm/webshim@1.15.8/src/shims/combos/6.js +1 -1
  271. data/public/vendor/npm/webshim@1.15.8/src/shims/combos/9.js +1 -1
  272. data/public/vendor/npm/webshim@1.15.8/src/shims/es6.js +1 -1
  273. data/public/vendor/npm/webshim@1.15.8/src/shims/excanvas.js +1 -1
  274. data/public/vendor/npm/webshim@1.15.8/src/shims/form-number-date-ui.js +1 -1
  275. data/public/vendor/npm/webshim@1.15.8/src/shims/moxie/js/moxie-html4.js +1 -1
  276. data/public/vendor/npm/webshim@1.15.8/src/shims/moxie/js/moxie-swf.js +1 -1
  277. data/public/vendor/npm/webshim@1.15.8/src/shims/sizzle.js +1 -1
  278. data/public/vendor/npm/webshim@1.15.8/tests/dist/jquery.js +1 -1
  279. data/public/vendor/npm/webshim@1.15.8/tests/jquery/unit/core.js +1 -1
  280. data/public/vendor/npm/webshim@1.15.8/tests/jquery/unit/event.js +1388 -711
  281. data/public/vendor/npm/webshim@1.15.8/tests/qunit/qunit.js +1 -1
  282. data/public/vendor/npm/webshim@1.15.8/tests/test-ext/jquery-1-custom.js +1 -1
  283. data/public/vendor/npm/webshim@1.15.8/tests/test-ext/jquery-2-custom.js +1 -1
  284. data/public/vendor/npm/webshim@1.15.8/tests/test-ext/punycode.js +1 -1
  285. data/public/vendor/system-polyfills.js +865 -1
  286. data/views/blastn_options.erb +291 -0
  287. data/views/blastp_options.erb +288 -0
  288. data/views/blastx_options.erb +318 -0
  289. data/views/error.erb +12 -0
  290. data/views/layout.erb +2 -30
  291. data/views/report.erb +0 -8
  292. data/views/search.erb +16 -9
  293. data/views/tblastn_options.erb +266 -0
  294. data/views/tblastx_options.erb +291 -0
  295. metadata +318 -439
  296. data/public/vendor/github/jspm/nodelibs-buffer@0.1.0.js +0 -1
  297. data/public/vendor/github/jspm/nodelibs-module@0.1.0/index.js +0 -1
  298. data/public/vendor/github/jspm/nodelibs-module@0.1.0.js +0 -1
  299. data/public/vendor/github/jspm/nodelibs-process@0.1.1.js +0 -1
  300. data/public/vendor/npm/amdefine@1.0.0/LICENSE +0 -58
  301. data/public/vendor/npm/amdefine@1.0.0/README.md +0 -171
  302. data/public/vendor/npm/amdefine@1.0.0/amdefine.js +0 -200
  303. data/public/vendor/npm/amdefine@1.0.0/intercept.js +0 -24
  304. data/public/vendor/npm/amdefine@1.0.0/package.json +0 -16
  305. data/public/vendor/npm/amdefine@1.0.0.js +0 -1
  306. data/public/vendor/npm/base62@0.1.1/LICENSE +0 -20
  307. data/public/vendor/npm/base62@0.1.1/Readme.md +0 -30
  308. data/public/vendor/npm/base62@0.1.1/base62.js +0 -28
  309. data/public/vendor/npm/base62@0.1.1/package.json +0 -21
  310. data/public/vendor/npm/base62@0.1.1/test/test.js +0 -13
  311. data/public/vendor/npm/base62@0.1.1.js +0 -1
  312. data/public/vendor/npm/base64-js@0.0.8/lib/b64.js +0 -125
  313. data/public/vendor/npm/base64-js@0.0.8/package.json +0 -34
  314. data/public/vendor/npm/base64-js@0.0.8/test/convert.js +0 -39
  315. data/public/vendor/npm/base64-js@0.0.8/test/url-safe.js +0 -15
  316. data/public/vendor/npm/base64-js@0.0.8.js +0 -1
  317. data/public/vendor/npm/buffer@3.4.3/index.js +0 -1533
  318. data/public/vendor/npm/buffer@3.4.3/package.json +0 -67
  319. data/public/vendor/npm/buffer@3.4.3/test/_polyfill.js +0 -152
  320. data/public/vendor/npm/buffer@3.4.3/test/base64.js +0 -33
  321. data/public/vendor/npm/buffer@3.4.3/test/basic.js +0 -58
  322. data/public/vendor/npm/buffer@3.4.3/test/compare.js +0 -53
  323. data/public/vendor/npm/buffer@3.4.3/test/constructor.js +0 -132
  324. data/public/vendor/npm/buffer@3.4.3/test/deprecated.js +0 -21
  325. data/public/vendor/npm/buffer@3.4.3/test/from-string.js +0 -105
  326. data/public/vendor/npm/buffer@3.4.3/test/methods.js +0 -109
  327. data/public/vendor/npm/buffer@3.4.3/test/node/README.txt +0 -1
  328. data/public/vendor/npm/buffer@3.4.3/test/node/test-buffer-ascii.js +0 -20
  329. data/public/vendor/npm/buffer@3.4.3/test/node/test-buffer-bytelength.js +0 -38
  330. data/public/vendor/npm/buffer@3.4.3/test/node/test-buffer-concat.js +0 -26
  331. data/public/vendor/npm/buffer@3.4.3/test/node/test-buffer-indexof.js +0 -78
  332. data/public/vendor/npm/buffer@3.4.3/test/node/test-buffer-inspect.js +0 -31
  333. data/public/vendor/npm/buffer@3.4.3/test/node/test-buffer.js +0 -804
  334. data/public/vendor/npm/buffer@3.4.3/test/node-es6/README.txt +0 -1
  335. data/public/vendor/npm/buffer@3.4.3/test/node-es6/test-buffer-arraybuffer.js +0 -37
  336. data/public/vendor/npm/buffer@3.4.3/test/node-es6/test-buffer-iterator.js +0 -32
  337. data/public/vendor/npm/buffer@3.4.3/test/slice.js +0 -33
  338. data/public/vendor/npm/buffer@3.4.3/test/static.js +0 -32
  339. data/public/vendor/npm/buffer@3.4.3/test/to-string.js +0 -106
  340. data/public/vendor/npm/buffer@3.4.3/test/write.js +0 -90
  341. data/public/vendor/npm/buffer@3.4.3.js +0 -1
  342. data/public/vendor/npm/core-util-is@1.0.1/float.patch +0 -604
  343. data/public/vendor/npm/core-util-is@1.0.1/lib/util.js +0 -66
  344. data/public/vendor/npm/core-util-is@1.0.1/util.js +0 -66
  345. data/public/vendor/npm/core-util-is@1.0.1.js +0 -1
  346. data/public/vendor/npm/envify@3.4.0/README.md +0 -145
  347. data/public/vendor/npm/envify@3.4.0/bin/envify +0 -17
  348. data/public/vendor/npm/envify@3.4.0/custom.js +0 -33
  349. data/public/vendor/npm/envify@3.4.0/index.js +0 -4
  350. data/public/vendor/npm/envify@3.4.0/package.json +0 -35
  351. data/public/vendor/npm/envify@3.4.0/visitors.js +0 -33
  352. data/public/vendor/npm/envify@3.4.0.js +0 -1
  353. data/public/vendor/npm/esprima-fb@13001.1001.0-dev-harmony-fb/bin/esparse.js +0 -90
  354. data/public/vendor/npm/esprima-fb@13001.1001.0-dev-harmony-fb/bin/esvalidate.js +0 -145
  355. data/public/vendor/npm/esprima-fb@13001.1001.0-dev-harmony-fb/esprima.js +0 -6191
  356. data/public/vendor/npm/esprima-fb@13001.1001.0-dev-harmony-fb/package.json +0 -72
  357. data/public/vendor/npm/esprima-fb@13001.1001.0-dev-harmony-fb/test/compat.js +0 -167
  358. data/public/vendor/npm/esprima-fb@13001.1001.0-dev-harmony-fb/test/reflect.js +0 -421
  359. data/public/vendor/npm/esprima-fb@13001.1001.0-dev-harmony-fb/test/run.js +0 -34
  360. data/public/vendor/npm/esprima-fb@13001.1001.0-dev-harmony-fb/test/runner.js +0 -418
  361. data/public/vendor/npm/esprima-fb@13001.1001.0-dev-harmony-fb/test/test.js +0 -34730
  362. data/public/vendor/npm/esprima-fb@13001.1001.0-dev-harmony-fb.js +0 -1
  363. data/public/vendor/npm/ieee754@1.1.6/LICENSE +0 -56
  364. data/public/vendor/npm/ieee754@1.1.6/package.json +0 -34
  365. data/public/vendor/npm/ieee754@1.1.6/test/basic.js +0 -20
  366. data/public/vendor/npm/ieee754@1.1.6.js +0 -1
  367. data/public/vendor/npm/is-array@1.0.1/History.md +0 -11
  368. data/public/vendor/npm/is-array@1.0.1/Readme.md +0 -27
  369. data/public/vendor/npm/is-array@1.0.1/component.json +0 -13
  370. data/public/vendor/npm/is-array@1.0.1/index.js +0 -33
  371. data/public/vendor/npm/is-array@1.0.1/package.json +0 -10
  372. data/public/vendor/npm/is-array@1.0.1/test/test.html +0 -46
  373. data/public/vendor/npm/is-array@1.0.1.js +0 -1
  374. data/public/vendor/npm/jstransform@10.1.0/LICENSE +0 -201
  375. data/public/vendor/npm/jstransform@10.1.0/README.md +0 -98
  376. data/public/vendor/npm/jstransform@10.1.0/jestEnvironment.js +0 -3
  377. data/public/vendor/npm/jstransform@10.1.0/jestPreprocessor.js +0 -8
  378. data/public/vendor/npm/jstransform@10.1.0/package.json +0 -52
  379. data/public/vendor/npm/jstransform@10.1.0/polyfill/Object.es6.js +0 -54
  380. data/public/vendor/npm/jstransform@10.1.0/src/__tests__/jstransform-test.js +0 -246
  381. data/public/vendor/npm/jstransform@10.1.0/src/__tests__/jstransform-utils-test.js +0 -31
  382. data/public/vendor/npm/jstransform@10.1.0/src/docblock.js +0 -86
  383. data/public/vendor/npm/jstransform@10.1.0/src/jstransform.js +0 -180
  384. data/public/vendor/npm/jstransform@10.1.0/src/utils.js +0 -386
  385. data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/es6-arrow-function-visitors-test.js +0 -57
  386. data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/es6-call-spread-visitors-test.js +0 -46
  387. data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/es6-class-visitors-test.js +0 -463
  388. data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/es6-destructuring-visitors-test.js +0 -144
  389. data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/es6-es7-object-integration-test.js +0 -40
  390. data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/es6-object-concise-method-visitors-test.js +0 -47
  391. data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/es6-object-short-notation-visitors-test.js +0 -33
  392. data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/es6-rest-param-visitors-test.js +0 -119
  393. data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/es6-template-visitors-test.js +0 -138
  394. data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/es7-rest-property-helpers-test.js +0 -47
  395. data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/es7-spread-property-visitors-test.js +0 -90
  396. data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/gen/generate-type-syntax-test.js +0 -40
  397. data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/gen/type-syntax-test.rec.js +0 -846
  398. data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/reserved-words-test.js +0 -40
  399. data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/type-alias-syntax-test.js +0 -34
  400. data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/type-class-syntax-test.js +0 -105
  401. data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/type-function-syntax-test.js +0 -126
  402. data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/type-interface-syntax-test.js +0 -29
  403. data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/type-object-method-syntax-test.js +0 -65
  404. data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/type-pattern-syntax-test.js +0 -45
  405. data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/type-syntax-test.js +0 -46
  406. data/public/vendor/npm/jstransform@10.1.0/visitors/__tests__/type-variable-declaration-syntax-test.js +0 -102
  407. data/public/vendor/npm/jstransform@10.1.0/visitors/es6-arrow-function-visitors.js +0 -66
  408. data/public/vendor/npm/jstransform@10.1.0/visitors/es6-call-spread-visitors.js +0 -72
  409. data/public/vendor/npm/jstransform@10.1.0/visitors/es6-class-visitors.js +0 -316
  410. data/public/vendor/npm/jstransform@10.1.0/visitors/es6-destructuring-visitors.js +0 -135
  411. data/public/vendor/npm/jstransform@10.1.0/visitors/es6-object-concise-method-visitors.js +0 -28
  412. data/public/vendor/npm/jstransform@10.1.0/visitors/es6-object-short-notation-visitors.js +0 -12
  413. data/public/vendor/npm/jstransform@10.1.0/visitors/es6-rest-param-visitors.js +0 -45
  414. data/public/vendor/npm/jstransform@10.1.0/visitors/es6-template-visitors.js +0 -90
  415. data/public/vendor/npm/jstransform@10.1.0/visitors/es7-rest-property-helpers.js +0 -80
  416. data/public/vendor/npm/jstransform@10.1.0/visitors/es7-spread-property-visitors.js +0 -56
  417. data/public/vendor/npm/jstransform@10.1.0/visitors/reserved-words-helper.js +0 -74
  418. data/public/vendor/npm/jstransform@10.1.0/visitors/reserved-words-visitors.js +0 -30
  419. data/public/vendor/npm/jstransform@10.1.0/visitors/type-syntax.js +0 -118
  420. data/public/vendor/npm/jstransform@10.1.0.js +0 -1
  421. data/public/vendor/npm/process@0.10.1/browser.js +0 -58
  422. data/public/vendor/npm/process@0.10.1.js +0 -1
  423. data/public/vendor/npm/qs@2.4.1/test/stringify.js +0 -162
  424. data/public/vendor/npm/react@0.13.3/README.md +0 -20
  425. data/public/vendor/npm/react@0.13.3/addons.js +0 -2
  426. data/public/vendor/npm/react@0.13.3/dist/JSXTransformer.js +0 -11346
  427. data/public/vendor/npm/react@0.13.3/dist/react-with-addons.js +0 -10483
  428. data/public/vendor/npm/react@0.13.3/dist/react-with-addons.min.js +0 -7297
  429. data/public/vendor/npm/react@0.13.3/dist/react.js +0 -9468
  430. data/public/vendor/npm/react@0.13.3/dist/react.min.js +0 -6764
  431. data/public/vendor/npm/react@0.13.3/lib/AutoFocusMixin.js +0 -9
  432. data/public/vendor/npm/react@0.13.3/lib/BeforeInputEventPlugin.js +0 -197
  433. data/public/vendor/npm/react@0.13.3/lib/CSSCore.js +0 -39
  434. data/public/vendor/npm/react@0.13.3/lib/CSSProperty.js +0 -123
  435. data/public/vendor/npm/react@0.13.3/lib/CSSPropertyOperations.js +0 -103
  436. data/public/vendor/npm/react@0.13.3/lib/CallbackQueue.js +0 -43
  437. data/public/vendor/npm/react@0.13.3/lib/ChangeEventPlugin.js +0 -174
  438. data/public/vendor/npm/react@0.13.3/lib/ClientReactRootIndex.js +0 -23
  439. data/public/vendor/npm/react@0.13.3/lib/DOMChildrenOperations.js +0 -57
  440. data/public/vendor/npm/react@0.13.3/lib/DOMProperty.js +0 -96
  441. data/public/vendor/npm/react@0.13.3/lib/DOMPropertyOperations.js +0 -99
  442. data/public/vendor/npm/react@0.13.3/lib/Danger.js +0 -67
  443. data/public/vendor/npm/react@0.13.3/lib/DefaultEventPluginOrder.js +0 -5
  444. data/public/vendor/npm/react@0.13.3/lib/EnterLeaveEventPlugin.js +0 -69
  445. data/public/vendor/npm/react@0.13.3/lib/EventConstants.js +0 -55
  446. data/public/vendor/npm/react@0.13.3/lib/EventListener.js +0 -34
  447. data/public/vendor/npm/react@0.13.3/lib/EventPluginHub.js +0 -103
  448. data/public/vendor/npm/react@0.13.3/lib/EventPluginRegistry.js +0 -115
  449. data/public/vendor/npm/react@0.13.3/lib/EventPluginUtils.js +0 -121
  450. data/public/vendor/npm/react@0.13.3/lib/EventPropagators.js +0 -62
  451. data/public/vendor/npm/react@0.13.3/lib/ExecutionEnvironment.js +0 -42
  452. data/public/vendor/npm/react@0.13.3/lib/FallbackCompositionState.js +0 -45
  453. data/public/vendor/npm/react@0.13.3/lib/HTMLDOMPropertyConfig.js +0 -155
  454. data/public/vendor/npm/react@0.13.3/lib/LinkedStateMixin.js +0 -8
  455. data/public/vendor/npm/react@0.13.3/lib/LinkedValueUtils.js +0 -74
  456. data/public/vendor/npm/react@0.13.3/lib/LocalEventTrapMixin.js +0 -26
  457. data/public/vendor/npm/react@0.13.3/lib/MobileSafariClickEventPlugin.js +0 -17
  458. data/public/vendor/npm/react@0.13.3/lib/Object.assign.js +0 -47
  459. data/public/vendor/npm/react@0.13.3/lib/PooledClass.js +0 -75
  460. data/public/vendor/npm/react@0.13.3/lib/React.js +0 -93
  461. data/public/vendor/npm/react@0.13.3/lib/ReactBrowserComponentMixin.js +0 -7
  462. data/public/vendor/npm/react@0.13.3/lib/ReactBrowserEventEmitter.js +0 -136
  463. data/public/vendor/npm/react@0.13.3/lib/ReactCSSTransitionGroup.js +0 -34
  464. data/public/vendor/npm/react@0.13.3/lib/ReactCSSTransitionGroupChild.js +0 -92
  465. data/public/vendor/npm/react@0.13.3/lib/ReactChildReconciler.js +0 -57
  466. data/public/vendor/npm/react@0.13.3/lib/ReactChildren.js +0 -67
  467. data/public/vendor/npm/react@0.13.3/lib/ReactClass.js +0 -338
  468. data/public/vendor/npm/react@0.13.3/lib/ReactComponent.js +0 -50
  469. data/public/vendor/npm/react@0.13.3/lib/ReactComponentBrowserEnvironment.js +0 -14
  470. data/public/vendor/npm/react@0.13.3/lib/ReactComponentEnvironment.js +0 -19
  471. data/public/vendor/npm/react@0.13.3/lib/ReactComponentWithPureRenderMixin.js +0 -7
  472. data/public/vendor/npm/react@0.13.3/lib/ReactCompositeComponent.js +0 -374
  473. data/public/vendor/npm/react@0.13.3/lib/ReactContext.js +0 -27
  474. data/public/vendor/npm/react@0.13.3/lib/ReactCurrentOwner.js +0 -32
  475. data/public/vendor/npm/react@0.13.3/lib/ReactDOM.js +0 -146
  476. data/public/vendor/npm/react@0.13.3/lib/ReactDOMButton.js +0 -35
  477. data/public/vendor/npm/react@0.13.3/lib/ReactDOMComponent.js +0 -267
  478. data/public/vendor/npm/react@0.13.3/lib/ReactDOMForm.js +0 -21
  479. data/public/vendor/npm/react@0.13.3/lib/ReactDOMIDOperations.js +0 -63
  480. data/public/vendor/npm/react@0.13.3/lib/ReactDOMIframe.js +0 -20
  481. data/public/vendor/npm/react@0.13.3/lib/ReactDOMImg.js +0 -21
  482. data/public/vendor/npm/react@0.13.3/lib/ReactDOMInput.js +0 -94
  483. data/public/vendor/npm/react@0.13.3/lib/ReactDOMOption.js +0 -23
  484. data/public/vendor/npm/react@0.13.3/lib/ReactDOMSelect.js +0 -112
  485. data/public/vendor/npm/react@0.13.3/lib/ReactDOMSelection.js +0 -103
  486. data/public/vendor/npm/react@0.13.3/lib/ReactDOMTextComponent.js +0 -38
  487. data/public/vendor/npm/react@0.13.3/lib/ReactDOMTextarea.js +0 -70
  488. data/public/vendor/npm/react@0.13.3/lib/ReactDefaultBatchingStrategy.js +0 -37
  489. data/public/vendor/npm/react@0.13.3/lib/ReactDefaultInjection.js +0 -93
  490. data/public/vendor/npm/react@0.13.3/lib/ReactDefaultPerf.js +0 -183
  491. data/public/vendor/npm/react@0.13.3/lib/ReactDefaultPerfAnalysis.js +0 -145
  492. data/public/vendor/npm/react@0.13.3/lib/ReactElement.js +0 -151
  493. data/public/vendor/npm/react@0.13.3/lib/ReactElementValidator.js +0 -218
  494. data/public/vendor/npm/react@0.13.3/lib/ReactEmptyComponent.js +0 -47
  495. data/public/vendor/npm/react@0.13.3/lib/ReactErrorUtils.js +0 -30
  496. data/public/vendor/npm/react@0.13.3/lib/ReactEventEmitterMixin.js +0 -12
  497. data/public/vendor/npm/react@0.13.3/lib/ReactEventListener.js +0 -93
  498. data/public/vendor/npm/react@0.13.3/lib/ReactFragment.js +0 -110
  499. data/public/vendor/npm/react@0.13.3/lib/ReactInjection.js +0 -27
  500. data/public/vendor/npm/react@0.13.3/lib/ReactInputSelection.js +0 -75
  501. data/public/vendor/npm/react@0.13.3/lib/ReactInstanceHandles.js +0 -113
  502. data/public/vendor/npm/react@0.13.3/lib/ReactInstanceMap.js +0 -47
  503. data/public/vendor/npm/react@0.13.3/lib/ReactLifeCycle.js +0 -9
  504. data/public/vendor/npm/react@0.13.3/lib/ReactLink.js +0 -16
  505. data/public/vendor/npm/react@0.13.3/lib/ReactMarkupChecksum.js +0 -17
  506. data/public/vendor/npm/react@0.13.3/lib/ReactMount.js +0 -347
  507. data/public/vendor/npm/react@0.13.3/lib/ReactMultiChild.js +0 -190
  508. data/public/vendor/npm/react@0.13.3/lib/ReactMultiChildUpdateTypes.js +0 -10
  509. data/public/vendor/npm/react@0.13.3/lib/ReactNativeComponent.js +0 -53
  510. data/public/vendor/npm/react@0.13.3/lib/ReactOwner.js +0 -21
  511. data/public/vendor/npm/react@0.13.3/lib/ReactPerf.js +0 -42
  512. data/public/vendor/npm/react@0.13.3/lib/ReactPropTransferer.js +0 -40
  513. data/public/vendor/npm/react@0.13.3/lib/ReactPropTypeLocationNames.js +0 -13
  514. data/public/vendor/npm/react@0.13.3/lib/ReactPropTypeLocations.js +0 -9
  515. data/public/vendor/npm/react@0.13.3/lib/ReactPropTypes.js +0 -225
  516. data/public/vendor/npm/react@0.13.3/lib/ReactPutListenerQueue.js +0 -31
  517. data/public/vendor/npm/react@0.13.3/lib/ReactReconcileTransaction.js +0 -66
  518. data/public/vendor/npm/react@0.13.3/lib/ReactReconciler.js +0 -44
  519. data/public/vendor/npm/react@0.13.3/lib/ReactRef.js +0 -36
  520. data/public/vendor/npm/react@0.13.3/lib/ReactRootIndex.js +0 -29
  521. data/public/vendor/npm/react@0.13.3/lib/ReactServerRendering.js +0 -44
  522. data/public/vendor/npm/react@0.13.3/lib/ReactServerRenderingTransaction.js +0 -47
  523. data/public/vendor/npm/react@0.13.3/lib/ReactStateSetters.js +0 -104
  524. data/public/vendor/npm/react@0.13.3/lib/ReactTestUtils.js +0 -249
  525. data/public/vendor/npm/react@0.13.3/lib/ReactTransitionChildMapping.js +0 -53
  526. data/public/vendor/npm/react@0.13.3/lib/ReactTransitionEvents.js +0 -68
  527. data/public/vendor/npm/react@0.13.3/lib/ReactTransitionGroup.js +0 -140
  528. data/public/vendor/npm/react@0.13.3/lib/ReactUpdateQueue.js +0 -107
  529. data/public/vendor/npm/react@0.13.3/lib/ReactUpdates.js +0 -139
  530. data/public/vendor/npm/react@0.13.3/lib/ReactWithAddons.js +0 -30
  531. data/public/vendor/npm/react@0.13.3/lib/SVGDOMPropertyConfig.js +0 -76
  532. data/public/vendor/npm/react@0.13.3/lib/SelectEventPlugin.js +0 -91
  533. data/public/vendor/npm/react@0.13.3/lib/ServerReactRootIndex.js +0 -29
  534. data/public/vendor/npm/react@0.13.3/lib/SimpleEventPlugin.js +0 -287
  535. data/public/vendor/npm/react@0.13.3/lib/SyntheticClipboardEvent.js +0 -11
  536. data/public/vendor/npm/react@0.13.3/lib/SyntheticCompositionEvent.js +0 -9
  537. data/public/vendor/npm/react@0.13.3/lib/SyntheticDragEvent.js +0 -9
  538. data/public/vendor/npm/react@0.13.3/lib/SyntheticEvent.js +0 -90
  539. data/public/vendor/npm/react@0.13.3/lib/SyntheticFocusEvent.js +0 -9
  540. data/public/vendor/npm/react@0.13.3/lib/SyntheticInputEvent.js +0 -9
  541. data/public/vendor/npm/react@0.13.3/lib/SyntheticKeyboardEvent.js +0 -43
  542. data/public/vendor/npm/react@0.13.3/lib/SyntheticMouseEvent.js +0 -38
  543. data/public/vendor/npm/react@0.13.3/lib/SyntheticTouchEvent.js +0 -19
  544. data/public/vendor/npm/react@0.13.3/lib/SyntheticUIEvent.js +0 -29
  545. data/public/vendor/npm/react@0.13.3/lib/SyntheticWheelEvent.js +0 -18
  546. data/public/vendor/npm/react@0.13.3/lib/Transaction.js +0 -90
  547. data/public/vendor/npm/react@0.13.3/lib/ViewportMetrics.js +0 -27
  548. data/public/vendor/npm/react@0.13.3/lib/accumulateInto.js +0 -26
  549. data/public/vendor/npm/react@0.13.3/lib/adler32.js +0 -32
  550. data/public/vendor/npm/react@0.13.3/lib/camelize.js +0 -30
  551. data/public/vendor/npm/react@0.13.3/lib/camelizeStyleName.js +0 -8
  552. data/public/vendor/npm/react@0.13.3/lib/cloneWithProps.js +0 -20
  553. data/public/vendor/npm/react@0.13.3/lib/containsNode.js +0 -20
  554. data/public/vendor/npm/react@0.13.3/lib/createArrayFromMixed.js +0 -15
  555. data/public/vendor/npm/react@0.13.3/lib/createFullPageComponent.js +0 -22
  556. data/public/vendor/npm/react@0.13.3/lib/createNodesFromMarkup.js +0 -39
  557. data/public/vendor/npm/react@0.13.3/lib/cx.js +0 -20
  558. data/public/vendor/npm/react@0.13.3/lib/dangerousStyleValue.js +0 -19
  559. data/public/vendor/npm/react@0.13.3/lib/emptyFunction.js +0 -32
  560. data/public/vendor/npm/react@0.13.3/lib/emptyObject.js +0 -9
  561. data/public/vendor/npm/react@0.13.3/lib/escapeTextContentForBrowser.js +0 -38
  562. data/public/vendor/npm/react@0.13.3/lib/findDOMNode.js +0 -31
  563. data/public/vendor/npm/react@0.13.3/lib/flattenChildren.js +0 -25
  564. data/public/vendor/npm/react@0.13.3/lib/focusNode.js +0 -27
  565. data/public/vendor/npm/react@0.13.3/lib/forEachAccumulated.js +0 -29
  566. data/public/vendor/npm/react@0.13.3/lib/getActiveElement.js +0 -27
  567. data/public/vendor/npm/react@0.13.3/lib/getEventCharCode.js +0 -50
  568. data/public/vendor/npm/react@0.13.3/lib/getEventKey.js +0 -72
  569. data/public/vendor/npm/react@0.13.3/lib/getEventModifierState.js +0 -45
  570. data/public/vendor/npm/react@0.13.3/lib/getEventTarget.js +0 -29
  571. data/public/vendor/npm/react@0.13.3/lib/getIteratorFn.js +0 -42
  572. data/public/vendor/npm/react@0.13.3/lib/getMarkupWrap.js +0 -73
  573. data/public/vendor/npm/react@0.13.3/lib/getNodeForCharacterOffset.js +0 -73
  574. data/public/vendor/npm/react@0.13.3/lib/getReactRootElementInContainer.js +0 -33
  575. data/public/vendor/npm/react@0.13.3/lib/getTextContentAccessor.js +0 -11
  576. data/public/vendor/npm/react@0.13.3/lib/getUnboundedScrollPosition.js +0 -38
  577. data/public/vendor/npm/react@0.13.3/lib/hyphenate.js +0 -31
  578. data/public/vendor/npm/react@0.13.3/lib/hyphenateStyleName.js +0 -8
  579. data/public/vendor/npm/react@0.13.3/lib/instantiateReactComponent.js +0 -55
  580. data/public/vendor/npm/react@0.13.3/lib/invariant.js +0 -26
  581. data/public/vendor/npm/react@0.13.3/lib/isEventSupported.js +0 -24
  582. data/public/vendor/npm/react@0.13.3/lib/isNode.js +0 -25
  583. data/public/vendor/npm/react@0.13.3/lib/isTextInputElement.js +0 -41
  584. data/public/vendor/npm/react@0.13.3/lib/isTextNode.js +0 -6
  585. data/public/vendor/npm/react@0.13.3/lib/joinClasses.js +0 -39
  586. data/public/vendor/npm/react@0.13.3/lib/keyMirror.js +0 -18
  587. data/public/vendor/npm/react@0.13.3/lib/keyOf.js +0 -34
  588. data/public/vendor/npm/react@0.13.3/lib/mapObject.js +0 -51
  589. data/public/vendor/npm/react@0.13.3/lib/memoizeStringOnly.js +0 -31
  590. data/public/vendor/npm/react@0.13.3/lib/onlyChild.js +0 -11
  591. data/public/vendor/npm/react@0.13.3/lib/performance.js +0 -8
  592. data/public/vendor/npm/react@0.13.3/lib/performanceNow.js +0 -7
  593. data/public/vendor/npm/react@0.13.3/lib/quoteAttributeValueForBrowser.js +0 -7
  594. data/public/vendor/npm/react@0.13.3/lib/setInnerHTML.js +0 -40
  595. data/public/vendor/npm/react@0.13.3/lib/setTextContent.js +0 -16
  596. data/public/vendor/npm/react@0.13.3/lib/shallowEqual.js +0 -42
  597. data/public/vendor/npm/react@0.13.3/lib/shouldUpdateReactComponent.js +0 -51
  598. data/public/vendor/npm/react@0.13.3/lib/toArray.js +0 -21
  599. data/public/vendor/npm/react@0.13.3/lib/traverseAllChildren.js +0 -104
  600. data/public/vendor/npm/react@0.13.3/lib/update.js +0 -78
  601. data/public/vendor/npm/react@0.13.3/lib/warning.js +0 -34
  602. data/public/vendor/npm/react@0.13.3/package.json +0 -34
  603. data/public/vendor/npm/react@0.13.3/react.js +0 -2
  604. data/public/vendor/npm/react@0.13.3.js +0 -1
  605. data/public/vendor/npm/readable-stream@1.1.13/duplex.js +0 -2
  606. data/public/vendor/npm/readable-stream@1.1.13/passthrough.js +0 -2
  607. data/public/vendor/npm/readable-stream@1.1.13/readable.js +0 -8
  608. data/public/vendor/npm/readable-stream@1.1.13/transform.js +0 -2
  609. data/public/vendor/npm/readable-stream@1.1.13/writable.js +0 -2
  610. data/public/vendor/npm/readable-stream@1.1.13.js +0 -1
  611. data/public/vendor/npm/source-map@0.1.31/CHANGELOG.md +0 -112
  612. data/public/vendor/npm/source-map@0.1.31/LICENSE +0 -28
  613. data/public/vendor/npm/source-map@0.1.31/Makefile.dryice.js +0 -89
  614. data/public/vendor/npm/source-map@0.1.31/README.md +0 -434
  615. data/public/vendor/npm/source-map@0.1.31/build/assert-shim.js +0 -58
  616. data/public/vendor/npm/source-map@0.1.31/build/mini-require.js +0 -154
  617. data/public/vendor/npm/source-map@0.1.31/build/prefix-source-map.jsm +0 -20
  618. data/public/vendor/npm/source-map@0.1.31/build/prefix-utils.jsm +0 -18
  619. data/public/vendor/npm/source-map@0.1.31/build/suffix-browser.js +0 -8
  620. data/public/vendor/npm/source-map@0.1.31/build/suffix-source-map.jsm +0 -6
  621. data/public/vendor/npm/source-map@0.1.31/build/suffix-utils.jsm +0 -21
  622. data/public/vendor/npm/source-map@0.1.31/build/test-prefix.js +0 -10
  623. data/public/vendor/npm/source-map@0.1.31/build/test-suffix.js +0 -5
  624. data/public/vendor/npm/source-map@0.1.31/lib/source-map/array-set.js +0 -49
  625. data/public/vendor/npm/source-map@0.1.31/lib/source-map/base64-vlq.js +0 -56
  626. data/public/vendor/npm/source-map@0.1.31/lib/source-map/base64.js +0 -44
  627. data/public/vendor/npm/source-map@0.1.31/lib/source-map/binary-search.js +0 -83
  628. data/public/vendor/npm/source-map@0.1.31/lib/source-map/source-map-consumer.js +0 -238
  629. data/public/vendor/npm/source-map@0.1.31/lib/source-map/source-map-generator.js +0 -231
  630. data/public/vendor/npm/source-map@0.1.31/lib/source-map/source-node.js +0 -234
  631. data/public/vendor/npm/source-map@0.1.31/lib/source-map/util.js +0 -207
  632. data/public/vendor/npm/source-map@0.1.31/lib/source-map.js +0 -4
  633. data/public/vendor/npm/source-map@0.1.31/package.json +0 -52
  634. data/public/vendor/npm/source-map@0.1.31/test/run-tests.js +0 -50
  635. data/public/vendor/npm/source-map@0.1.31/test/source-map/test-api.js +0 -19
  636. data/public/vendor/npm/source-map@0.1.31/test/source-map/test-array-set.js +0 -84
  637. data/public/vendor/npm/source-map@0.1.31/test/source-map/test-base64-vlq.js +0 -17
  638. data/public/vendor/npm/source-map@0.1.31/test/source-map/test-base64.js +0 -26
  639. data/public/vendor/npm/source-map@0.1.31/test/source-map/test-binary-search.js +0 -37
  640. data/public/vendor/npm/source-map@0.1.31/test/source-map/test-dog-fooding.js +0 -76
  641. data/public/vendor/npm/source-map@0.1.31/test/source-map/test-source-map-consumer.js +0 -426
  642. data/public/vendor/npm/source-map@0.1.31/test/source-map/test-source-map-generator.js +0 -480
  643. data/public/vendor/npm/source-map@0.1.31/test/source-map/test-source-node.js +0 -307
  644. data/public/vendor/npm/source-map@0.1.31/test/source-map/util.js +0 -84
  645. data/public/vendor/npm/source-map@0.1.31.js +0 -1
  646. data/public/vendor/npm/through@2.3.8/LICENSE.APACHE2 +0 -15
  647. data/public/vendor/npm/through@2.3.8/LICENSE.MIT +0 -24
  648. data/public/vendor/npm/through@2.3.8/index.js +0 -93
  649. data/public/vendor/npm/through@2.3.8/package.json +0 -36
  650. data/public/vendor/npm/through@2.3.8/readme.markdown +0 -64
  651. data/public/vendor/npm/through@2.3.8/test/async.js +0 -26
  652. data/public/vendor/npm/through@2.3.8/test/auto-destroy.js +0 -26
  653. data/public/vendor/npm/through@2.3.8/test/buffering.js +0 -57
  654. data/public/vendor/npm/through@2.3.8/test/end.js +0 -37
  655. data/public/vendor/npm/through@2.3.8/test/index.js +0 -98
  656. data/public/vendor/npm/through@2.3.8/test.js +0 -2
  657. data/public/vendor/npm/through@2.3.8.js +0 -1
  658. data/views/_options.erb +0 -156
  659. /data/public/vendor/github/jspm/{nodelibs-buffer@0.1.0 → nodelibs-buffer@0.1.1}/index.js +0 -0
  660. /data/public/vendor/github/jspm/{nodelibs-process@0.1.1 → nodelibs-process@0.1.2}/index.js +0 -0
  661. /data/public/vendor/npm/{readable-stream@1.1.13 → assert@1.5.0}/LICENSE +0 -0
  662. /data/public/vendor/npm/{buffer@3.4.3 → buffer@5.7.1}/LICENSE +0 -0
  663. /data/public/vendor/npm/{core-util-is@1.0.1 → core-util-is@1.0.3}/README.md +0 -0
  664. /data/public/vendor/npm/{process@0.10.1 → process@0.11.10}/LICENSE +0 -0
  665. /data/public/vendor/npm/{process@0.10.1 → process@0.11.10}/index.js +0 -0
  666. /data/public/vendor/npm/{readable-stream@1.1.13 → readable-stream@1.1.14}/README.md +0 -0
  667. /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 = "&quot;";
157
+ break;
158
+ case 38:
159
+ b = "&amp;";
160
+ break;
161
+ case 39:
162
+ b = "&#x27;";
163
+ break;
164
+ case 60:
165
+ b = "&lt;";
166
+ break;
167
+ case 62:
168
+ b = "&gt;";
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";