sequenceserver 2.0.0 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of sequenceserver might be problematic. Click here for more details.

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,1746 @@
1
+ /* */
2
+ (function(Buffer) {
3
+ 'use strict';
4
+ var aa = require('react');
5
+ function ba(a) {
6
+ "function" === typeof a.cork && a.cork();
7
+ }
8
+ function ca(a) {
9
+ "function" === typeof a.uncork && a.uncork();
10
+ }
11
+ function k(a) {
12
+ return Buffer.from(a, "utf8");
13
+ }
14
+ var p = Object.prototype.hasOwnProperty,
15
+ da = /^[: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]*$/,
16
+ ea = {},
17
+ fa = {};
18
+ function ha(a) {
19
+ if (p.call(fa, a))
20
+ return !0;
21
+ if (p.call(ea, a))
22
+ return !1;
23
+ if (da.test(a))
24
+ return fa[a] = !0;
25
+ ea[a] = !0;
26
+ return !1;
27
+ }
28
+ function q(a, b, c, d, f, e, g) {
29
+ this.acceptsBooleans = 2 === b || 3 === b || 4 === b;
30
+ this.attributeName = d;
31
+ this.attributeNamespace = f;
32
+ this.mustUseProperty = c;
33
+ this.propertyName = a;
34
+ this.type = b;
35
+ this.sanitizeURL = e;
36
+ this.removeEmptyString = g;
37
+ }
38
+ var r = {};
39
+ "children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(a) {
40
+ r[a] = new q(a, 0, !1, a, null, !1, !1);
41
+ });
42
+ [["acceptCharset", "accept-charset"], ["className", "class"], ["htmlFor", "for"], ["httpEquiv", "http-equiv"]].forEach(function(a) {
43
+ var b = a[0];
44
+ r[b] = new q(b, 1, !1, a[1], null, !1, !1);
45
+ });
46
+ ["contentEditable", "draggable", "spellCheck", "value"].forEach(function(a) {
47
+ r[a] = new q(a, 2, !1, a.toLowerCase(), null, !1, !1);
48
+ });
49
+ ["autoReverse", "externalResourcesRequired", "focusable", "preserveAlpha"].forEach(function(a) {
50
+ r[a] = new q(a, 2, !1, a, null, !1, !1);
51
+ });
52
+ "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) {
53
+ r[a] = new q(a, 3, !1, a.toLowerCase(), null, !1, !1);
54
+ });
55
+ ["checked", "multiple", "muted", "selected"].forEach(function(a) {
56
+ r[a] = new q(a, 3, !0, a, null, !1, !1);
57
+ });
58
+ ["capture", "download"].forEach(function(a) {
59
+ r[a] = new q(a, 4, !1, a, null, !1, !1);
60
+ });
61
+ ["cols", "rows", "size", "span"].forEach(function(a) {
62
+ r[a] = new q(a, 6, !1, a, null, !1, !1);
63
+ });
64
+ ["rowSpan", "start"].forEach(function(a) {
65
+ r[a] = new q(a, 5, !1, a.toLowerCase(), null, !1, !1);
66
+ });
67
+ var ia = /[\-:]([a-z])/g;
68
+ function ja(a) {
69
+ return a[1].toUpperCase();
70
+ }
71
+ "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) {
72
+ var b = a.replace(ia, ja);
73
+ r[b] = new q(b, 1, !1, a, null, !1, !1);
74
+ });
75
+ "xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(a) {
76
+ var b = a.replace(ia, ja);
77
+ r[b] = new q(b, 1, !1, a, "http://www.w3.org/1999/xlink", !1, !1);
78
+ });
79
+ ["xml:base", "xml:lang", "xml:space"].forEach(function(a) {
80
+ var b = a.replace(ia, ja);
81
+ r[b] = new q(b, 1, !1, a, "http://www.w3.org/XML/1998/namespace", !1, !1);
82
+ });
83
+ ["tabIndex", "crossOrigin"].forEach(function(a) {
84
+ r[a] = new q(a, 1, !1, a.toLowerCase(), null, !1, !1);
85
+ });
86
+ r.xlinkHref = new q("xlinkHref", 1, !1, "xlink:href", "http://www.w3.org/1999/xlink", !0, !1);
87
+ ["src", "href", "action", "formAction"].forEach(function(a) {
88
+ r[a] = new q(a, 1, !1, a.toLowerCase(), null, !0, !0);
89
+ });
90
+ var t = {
91
+ animationIterationCount: !0,
92
+ aspectRatio: !0,
93
+ borderImageOutset: !0,
94
+ borderImageSlice: !0,
95
+ borderImageWidth: !0,
96
+ boxFlex: !0,
97
+ boxFlexGroup: !0,
98
+ boxOrdinalGroup: !0,
99
+ columnCount: !0,
100
+ columns: !0,
101
+ flex: !0,
102
+ flexGrow: !0,
103
+ flexPositive: !0,
104
+ flexShrink: !0,
105
+ flexNegative: !0,
106
+ flexOrder: !0,
107
+ gridArea: !0,
108
+ gridRow: !0,
109
+ gridRowEnd: !0,
110
+ gridRowSpan: !0,
111
+ gridRowStart: !0,
112
+ gridColumn: !0,
113
+ gridColumnEnd: !0,
114
+ gridColumnSpan: !0,
115
+ gridColumnStart: !0,
116
+ fontWeight: !0,
117
+ lineClamp: !0,
118
+ lineHeight: !0,
119
+ opacity: !0,
120
+ order: !0,
121
+ orphans: !0,
122
+ tabSize: !0,
123
+ widows: !0,
124
+ zIndex: !0,
125
+ zoom: !0,
126
+ fillOpacity: !0,
127
+ floodOpacity: !0,
128
+ stopOpacity: !0,
129
+ strokeDasharray: !0,
130
+ strokeDashoffset: !0,
131
+ strokeMiterlimit: !0,
132
+ strokeOpacity: !0,
133
+ strokeWidth: !0
134
+ },
135
+ ka = ["Webkit", "ms", "Moz", "O"];
136
+ Object.keys(t).forEach(function(a) {
137
+ ka.forEach(function(b) {
138
+ b = b + a.charAt(0).toUpperCase() + a.substring(1);
139
+ t[b] = t[a];
140
+ });
141
+ });
142
+ var la = /["'&<>]/;
143
+ function u(a) {
144
+ if ("boolean" === typeof a || "number" === typeof a)
145
+ return "" + a;
146
+ a = "" + a;
147
+ var b = la.exec(a);
148
+ if (b) {
149
+ var c = "",
150
+ d,
151
+ f = 0;
152
+ for (d = b.index; d < a.length; d++) {
153
+ switch (a.charCodeAt(d)) {
154
+ case 34:
155
+ b = "&quot;";
156
+ break;
157
+ case 38:
158
+ b = "&amp;";
159
+ break;
160
+ case 39:
161
+ b = "&#x27;";
162
+ break;
163
+ case 60:
164
+ b = "&lt;";
165
+ break;
166
+ case 62:
167
+ b = "&gt;";
168
+ break;
169
+ default:
170
+ continue;
171
+ }
172
+ f !== d && (c += a.substring(f, d));
173
+ f = d + 1;
174
+ c += b;
175
+ }
176
+ a = f !== d ? c + a.substring(f, d) : c;
177
+ }
178
+ return a;
179
+ }
180
+ var ma = /([A-Z])/g,
181
+ na = /^ms-/,
182
+ oa = Array.isArray,
183
+ pa = k("<script>"),
184
+ qa = k("\x3c/script>"),
185
+ ra = k('<script src="'),
186
+ sa = k('<script type="module" src="'),
187
+ ta = k('" async="">\x3c/script>');
188
+ function v(a, b) {
189
+ return {
190
+ insertionMode: a,
191
+ selectedValue: b
192
+ };
193
+ }
194
+ function ua(a, b, c) {
195
+ switch (b) {
196
+ case "select":
197
+ return v(1, null != c.value ? c.value : c.defaultValue);
198
+ case "svg":
199
+ return v(2, null);
200
+ case "math":
201
+ return v(3, null);
202
+ case "foreignObject":
203
+ return v(1, null);
204
+ case "table":
205
+ return v(4, null);
206
+ case "thead":
207
+ case "tbody":
208
+ case "tfoot":
209
+ return v(5, null);
210
+ case "colgroup":
211
+ return v(7, null);
212
+ case "tr":
213
+ return v(6, null);
214
+ }
215
+ return 4 <= a.insertionMode || 0 === a.insertionMode ? v(1, null) : a;
216
+ }
217
+ var va = k("\x3c!-- --\x3e"),
218
+ wa = new Map,
219
+ xa = k(' style="'),
220
+ ya = k(":"),
221
+ za = k(";");
222
+ function Aa(a, b, c) {
223
+ if ("object" !== typeof c)
224
+ 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.");
225
+ b = !0;
226
+ for (var d in c)
227
+ if (p.call(c, d)) {
228
+ var f = c[d];
229
+ if (null != f && "boolean" !== typeof f && "" !== f) {
230
+ if (0 === d.indexOf("--")) {
231
+ var e = u(d);
232
+ f = u(("" + f).trim());
233
+ } else {
234
+ e = d;
235
+ var g = wa.get(e);
236
+ void 0 !== g ? e = g : (g = k(u(e.replace(ma, "-$1").toLowerCase().replace(na, "-ms-"))), wa.set(e, g), e = g);
237
+ f = "number" === typeof f ? 0 === f || p.call(t, d) ? "" + f : f + "px" : u(("" + f).trim());
238
+ }
239
+ b ? (b = !1, a.push(xa, e, ya, f)) : a.push(za, e, ya, f);
240
+ }
241
+ }
242
+ b || a.push(x);
243
+ }
244
+ var z = k(" "),
245
+ A = k('="'),
246
+ x = k('"'),
247
+ Ba = k('=""');
248
+ function C(a, b, c, d) {
249
+ switch (c) {
250
+ case "style":
251
+ Aa(a, b, d);
252
+ return;
253
+ case "defaultValue":
254
+ case "defaultChecked":
255
+ case "innerHTML":
256
+ case "suppressContentEditableWarning":
257
+ case "suppressHydrationWarning":
258
+ return;
259
+ }
260
+ if (!(2 < c.length) || "o" !== c[0] && "O" !== c[0] || "n" !== c[1] && "N" !== c[1])
261
+ if (b = r.hasOwnProperty(c) ? r[c] : null, null !== b) {
262
+ switch (typeof d) {
263
+ case "function":
264
+ case "symbol":
265
+ return;
266
+ case "boolean":
267
+ if (!b.acceptsBooleans)
268
+ return;
269
+ }
270
+ c = b.attributeName;
271
+ switch (b.type) {
272
+ case 3:
273
+ d && a.push(z, c, Ba);
274
+ break;
275
+ case 4:
276
+ !0 === d ? a.push(z, c, Ba) : !1 !== d && a.push(z, c, A, u(d), x);
277
+ break;
278
+ case 5:
279
+ isNaN(d) || a.push(z, c, A, u(d), x);
280
+ break;
281
+ case 6:
282
+ !isNaN(d) && 1 <= d && a.push(z, c, A, u(d), x);
283
+ break;
284
+ default:
285
+ b.sanitizeURL && (d = "" + d), a.push(z, c, A, u(d), x);
286
+ }
287
+ } else if (ha(c)) {
288
+ switch (typeof d) {
289
+ case "function":
290
+ case "symbol":
291
+ return;
292
+ case "boolean":
293
+ if (b = c.toLowerCase().slice(0, 5), "data-" !== b && "aria-" !== b)
294
+ return;
295
+ }
296
+ a.push(z, c, A, u(d), x);
297
+ }
298
+ }
299
+ var D = k(">"),
300
+ Ca = k("/>");
301
+ function E(a, b, c) {
302
+ if (null != b) {
303
+ if (null != c)
304
+ throw Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");
305
+ if ("object" !== typeof b || !("__html" in b))
306
+ throw Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://reactjs.org/link/dangerously-set-inner-html for more information.");
307
+ b = b.__html;
308
+ null !== b && void 0 !== b && a.push("" + b);
309
+ }
310
+ }
311
+ function Da(a) {
312
+ var b = "";
313
+ aa.Children.forEach(a, function(a) {
314
+ null != a && (b += a);
315
+ });
316
+ return b;
317
+ }
318
+ var Ea = k(' selected=""');
319
+ function Fa(a, b, c, d) {
320
+ a.push(F(c));
321
+ var f = c = null,
322
+ e;
323
+ for (e in b)
324
+ if (p.call(b, e)) {
325
+ var g = b[e];
326
+ if (null != g)
327
+ switch (e) {
328
+ case "children":
329
+ c = g;
330
+ break;
331
+ case "dangerouslySetInnerHTML":
332
+ f = g;
333
+ break;
334
+ default:
335
+ C(a, d, e, g);
336
+ }
337
+ }
338
+ a.push(D);
339
+ E(a, f, c);
340
+ return "string" === typeof c ? (a.push(u(c)), null) : c;
341
+ }
342
+ var Ga = k("\n"),
343
+ Ha = /^[a-zA-Z][a-zA-Z:_\.\-\d]*$/,
344
+ Ia = new Map;
345
+ function F(a) {
346
+ var b = Ia.get(a);
347
+ if (void 0 === b) {
348
+ if (!Ha.test(a))
349
+ throw Error("Invalid tag: " + a);
350
+ b = k("<" + a);
351
+ Ia.set(a, b);
352
+ }
353
+ return b;
354
+ }
355
+ var Ja = k("<!DOCTYPE html>");
356
+ function Ka(a, b, c, d, f) {
357
+ switch (b) {
358
+ case "select":
359
+ a.push(F("select"));
360
+ var e = null,
361
+ g = null;
362
+ for (n in c)
363
+ if (p.call(c, n)) {
364
+ var h = c[n];
365
+ if (null != h)
366
+ switch (n) {
367
+ case "children":
368
+ e = h;
369
+ break;
370
+ case "dangerouslySetInnerHTML":
371
+ g = h;
372
+ break;
373
+ case "defaultValue":
374
+ case "value":
375
+ break;
376
+ default:
377
+ C(a, d, n, h);
378
+ }
379
+ }
380
+ a.push(D);
381
+ E(a, g, e);
382
+ return e;
383
+ case "option":
384
+ g = f.selectedValue;
385
+ a.push(F("option"));
386
+ var l = h = null,
387
+ m = null;
388
+ var n = null;
389
+ for (e in c)
390
+ if (p.call(c, e) && (b = c[e], null != b))
391
+ switch (e) {
392
+ case "children":
393
+ h = b;
394
+ break;
395
+ case "selected":
396
+ m = b;
397
+ break;
398
+ case "dangerouslySetInnerHTML":
399
+ n = b;
400
+ break;
401
+ case "value":
402
+ l = b;
403
+ default:
404
+ C(a, d, e, b);
405
+ }
406
+ if (null != g)
407
+ if (c = null !== l ? "" + l : Da(h), oa(g))
408
+ for (d = 0; d < g.length; d++) {
409
+ if ("" + g[d] === c) {
410
+ a.push(Ea);
411
+ break;
412
+ }
413
+ }
414
+ else
415
+ "" + g === c && a.push(Ea);
416
+ else
417
+ m && a.push(Ea);
418
+ a.push(D);
419
+ E(a, n, h);
420
+ return h;
421
+ case "textarea":
422
+ a.push(F("textarea"));
423
+ n = g = e = null;
424
+ for (h in c)
425
+ if (p.call(c, h) && (l = c[h], null != l))
426
+ switch (h) {
427
+ case "children":
428
+ n = l;
429
+ break;
430
+ case "value":
431
+ e = l;
432
+ break;
433
+ case "defaultValue":
434
+ g = l;
435
+ break;
436
+ case "dangerouslySetInnerHTML":
437
+ throw Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");
438
+ default:
439
+ C(a, d, h, l);
440
+ }
441
+ null === e && null !== g && (e = g);
442
+ a.push(D);
443
+ if (null != n) {
444
+ if (null != e)
445
+ throw Error("If you supply `defaultValue` on a <textarea>, do not pass children.");
446
+ if (oa(n) && 1 < n.length)
447
+ throw Error("<textarea> can only have at most one child.");
448
+ e = "" + n;
449
+ }
450
+ "string" === typeof e && "\n" === e[0] && a.push(Ga);
451
+ null !== e && a.push(u("" + e));
452
+ return null;
453
+ case "input":
454
+ a.push(F("input"));
455
+ l = n = h = e = null;
456
+ for (g in c)
457
+ if (p.call(c, g) && (m = c[g], null != m))
458
+ switch (g) {
459
+ case "children":
460
+ case "dangerouslySetInnerHTML":
461
+ throw Error("input is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");
462
+ case "defaultChecked":
463
+ l = m;
464
+ break;
465
+ case "defaultValue":
466
+ h = m;
467
+ break;
468
+ case "checked":
469
+ n = m;
470
+ break;
471
+ case "value":
472
+ e = m;
473
+ break;
474
+ default:
475
+ C(a, d, g, m);
476
+ }
477
+ null !== n ? C(a, d, "checked", n) : null !== l && C(a, d, "checked", l);
478
+ null !== e ? C(a, d, "value", e) : null !== h && C(a, d, "value", h);
479
+ a.push(Ca);
480
+ return null;
481
+ case "menuitem":
482
+ a.push(F("menuitem"));
483
+ for (var y in c)
484
+ if (p.call(c, y) && (e = c[y], null != e))
485
+ switch (y) {
486
+ case "children":
487
+ case "dangerouslySetInnerHTML":
488
+ throw Error("menuitems cannot have `children` nor `dangerouslySetInnerHTML`.");
489
+ default:
490
+ C(a, d, y, e);
491
+ }
492
+ a.push(D);
493
+ return null;
494
+ case "listing":
495
+ case "pre":
496
+ a.push(F(b));
497
+ g = e = null;
498
+ for (l in c)
499
+ if (p.call(c, l) && (h = c[l], null != h))
500
+ switch (l) {
501
+ case "children":
502
+ e = h;
503
+ break;
504
+ case "dangerouslySetInnerHTML":
505
+ g = h;
506
+ break;
507
+ default:
508
+ C(a, d, l, h);
509
+ }
510
+ a.push(D);
511
+ if (null != g) {
512
+ if (null != e)
513
+ throw Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");
514
+ if ("object" !== typeof g || !("__html" in g))
515
+ throw Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://reactjs.org/link/dangerously-set-inner-html for more information.");
516
+ c = g.__html;
517
+ null !== c && void 0 !== c && ("string" === typeof c && 0 < c.length && "\n" === c[0] ? a.push(Ga, c) : a.push("" + c));
518
+ }
519
+ "string" === typeof e && "\n" === e[0] && a.push(Ga);
520
+ return e;
521
+ case "area":
522
+ case "base":
523
+ case "br":
524
+ case "col":
525
+ case "embed":
526
+ case "hr":
527
+ case "img":
528
+ case "keygen":
529
+ case "link":
530
+ case "meta":
531
+ case "param":
532
+ case "source":
533
+ case "track":
534
+ case "wbr":
535
+ a.push(F(b));
536
+ for (var B in c)
537
+ if (p.call(c, B) && (e = c[B], null != e))
538
+ switch (B) {
539
+ case "children":
540
+ case "dangerouslySetInnerHTML":
541
+ throw Error(b + " is a self-closing tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");
542
+ default:
543
+ C(a, d, B, e);
544
+ }
545
+ a.push(Ca);
546
+ return null;
547
+ case "annotation-xml":
548
+ case "color-profile":
549
+ case "font-face":
550
+ case "font-face-src":
551
+ case "font-face-uri":
552
+ case "font-face-format":
553
+ case "font-face-name":
554
+ case "missing-glyph":
555
+ return Fa(a, c, b, d);
556
+ case "html":
557
+ return 0 === f.insertionMode && a.push(Ja), Fa(a, c, b, d);
558
+ default:
559
+ if (-1 === b.indexOf("-") && "string" !== typeof c.is)
560
+ return Fa(a, c, b, d);
561
+ a.push(F(b));
562
+ g = e = null;
563
+ for (m in c)
564
+ if (p.call(c, m) && (h = c[m], null != h))
565
+ switch (m) {
566
+ case "children":
567
+ e = h;
568
+ break;
569
+ case "dangerouslySetInnerHTML":
570
+ g = h;
571
+ break;
572
+ case "style":
573
+ Aa(a, d, h);
574
+ break;
575
+ case "suppressContentEditableWarning":
576
+ case "suppressHydrationWarning":
577
+ break;
578
+ default:
579
+ ha(m) && "function" !== typeof h && "symbol" !== typeof h && a.push(z, m, A, u(h), x);
580
+ }
581
+ a.push(D);
582
+ E(a, g, e);
583
+ return e;
584
+ }
585
+ }
586
+ var La = k("</"),
587
+ Ma = k(">"),
588
+ Na = k('<template id="'),
589
+ Oa = k('"></template>'),
590
+ Pa = k("\x3c!--$--\x3e"),
591
+ Qa = k('\x3c!--$?--\x3e<template id="'),
592
+ Ra = k('"></template>'),
593
+ Sa = k("\x3c!--$!--\x3e"),
594
+ Ta = k("\x3c!--/$--\x3e");
595
+ function Ua(a, b, c) {
596
+ a.write(Qa);
597
+ if (null === c)
598
+ throw Error("An ID must have been assigned before we can complete the boundary.");
599
+ a.write(c);
600
+ return a.write(Ra);
601
+ }
602
+ var Va = k('<div hidden id="'),
603
+ Wa = k('">'),
604
+ Xa = k("</div>"),
605
+ Ya = k('<svg aria-hidden="true" style="display:none" id="'),
606
+ Za = k('">'),
607
+ $a = k("</svg>"),
608
+ ab = k('<math aria-hidden="true" style="display:none" id="'),
609
+ bb = k('">'),
610
+ cb = k("</math>"),
611
+ db = k('<table hidden id="'),
612
+ eb = k('">'),
613
+ fb = k("</table>"),
614
+ gb = k('<table hidden><tbody id="'),
615
+ hb = k('">'),
616
+ ib = k("</tbody></table>"),
617
+ jb = k('<table hidden><tr id="'),
618
+ kb = k('">'),
619
+ lb = k("</tr></table>"),
620
+ mb = k('<table hidden><colgroup id="'),
621
+ nb = k('">'),
622
+ ob = k("</colgroup></table>");
623
+ function pb(a, b, c, d) {
624
+ switch (c.insertionMode) {
625
+ case 0:
626
+ case 1:
627
+ return a.write(Va), a.write(b.segmentPrefix), b = d.toString(16), a.write(b), a.write(Wa);
628
+ case 2:
629
+ return a.write(Ya), a.write(b.segmentPrefix), b = d.toString(16), a.write(b), a.write(Za);
630
+ case 3:
631
+ return a.write(ab), a.write(b.segmentPrefix), b = d.toString(16), a.write(b), a.write(bb);
632
+ case 4:
633
+ return a.write(db), a.write(b.segmentPrefix), b = d.toString(16), a.write(b), a.write(eb);
634
+ case 5:
635
+ return a.write(gb), a.write(b.segmentPrefix), b = d.toString(16), a.write(b), a.write(hb);
636
+ case 6:
637
+ return a.write(jb), a.write(b.segmentPrefix), b = d.toString(16), a.write(b), a.write(kb);
638
+ case 7:
639
+ return a.write(mb), a.write(b.segmentPrefix), b = d.toString(16), a.write(b), a.write(nb);
640
+ default:
641
+ throw Error("Unknown insertion mode. This is a bug in React.");
642
+ }
643
+ }
644
+ function qb(a, b) {
645
+ switch (b.insertionMode) {
646
+ case 0:
647
+ case 1:
648
+ return a.write(Xa);
649
+ case 2:
650
+ return a.write($a);
651
+ case 3:
652
+ return a.write(cb);
653
+ case 4:
654
+ return a.write(fb);
655
+ case 5:
656
+ return a.write(ib);
657
+ case 6:
658
+ return a.write(lb);
659
+ case 7:
660
+ return a.write(ob);
661
+ default:
662
+ throw Error("Unknown insertion mode. This is a bug in React.");
663
+ }
664
+ }
665
+ var rb = k('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("'),
666
+ sb = k('$RS("'),
667
+ tb = k('","'),
668
+ ub = k('")\x3c/script>'),
669
+ vb = k('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("'),
670
+ wb = k('$RC("'),
671
+ xb = k('","'),
672
+ yb = k('")\x3c/script>'),
673
+ zb = k('function $RX(a){if(a=document.getElementById(a))a=a.previousSibling,a.data="$!",a._reactRetry&&a._reactRetry()};$RX("'),
674
+ Ab = k('$RX("'),
675
+ Bb = k('")\x3c/script>'),
676
+ G = Object.assign,
677
+ Cb = Symbol.for("react.element"),
678
+ Db = Symbol.for("react.portal"),
679
+ Eb = Symbol.for("react.fragment"),
680
+ Fb = Symbol.for("react.strict_mode"),
681
+ Gb = Symbol.for("react.profiler"),
682
+ Hb = Symbol.for("react.provider"),
683
+ Ib = Symbol.for("react.context"),
684
+ Jb = Symbol.for("react.forward_ref"),
685
+ Kb = Symbol.for("react.suspense"),
686
+ Lb = Symbol.for("react.suspense_list"),
687
+ Mb = Symbol.for("react.memo"),
688
+ Nb = Symbol.for("react.lazy"),
689
+ Ob = Symbol.for("react.scope"),
690
+ Pb = Symbol.for("react.debug_trace_mode"),
691
+ Qb = Symbol.for("react.legacy_hidden"),
692
+ Rb = Symbol.for("react.default_value"),
693
+ Sb = Symbol.iterator;
694
+ function Tb(a) {
695
+ if (null == a)
696
+ return null;
697
+ if ("function" === typeof a)
698
+ return a.displayName || a.name || null;
699
+ if ("string" === typeof a)
700
+ return a;
701
+ switch (a) {
702
+ case Eb:
703
+ return "Fragment";
704
+ case Db:
705
+ return "Portal";
706
+ case Gb:
707
+ return "Profiler";
708
+ case Fb:
709
+ return "StrictMode";
710
+ case Kb:
711
+ return "Suspense";
712
+ case Lb:
713
+ return "SuspenseList";
714
+ }
715
+ if ("object" === typeof a)
716
+ switch (a.$$typeof) {
717
+ case Ib:
718
+ return (a.displayName || "Context") + ".Consumer";
719
+ case Hb:
720
+ return (a._context.displayName || "Context") + ".Provider";
721
+ case Jb:
722
+ var b = a.render;
723
+ a = a.displayName;
724
+ a || (a = b.displayName || b.name || "", a = "" !== a ? "ForwardRef(" + a + ")" : "ForwardRef");
725
+ return a;
726
+ case Mb:
727
+ return b = a.displayName || null, null !== b ? b : Tb(a.type) || "Memo";
728
+ case Nb:
729
+ b = a._payload;
730
+ a = a._init;
731
+ try {
732
+ return Tb(a(b));
733
+ } catch (c) {}
734
+ }
735
+ return null;
736
+ }
737
+ var Ub = {};
738
+ function Vb(a, b) {
739
+ a = a.contextTypes;
740
+ if (!a)
741
+ return Ub;
742
+ var c = {},
743
+ d;
744
+ for (d in a)
745
+ c[d] = b[d];
746
+ return c;
747
+ }
748
+ var H = null;
749
+ function I(a, b) {
750
+ if (a !== b) {
751
+ a.context._currentValue = a.parentValue;
752
+ a = a.parent;
753
+ var c = b.parent;
754
+ if (null === a) {
755
+ if (null !== c)
756
+ throw Error("The stacks must reach the root at the same time. This is a bug in React.");
757
+ } else {
758
+ if (null === c)
759
+ throw Error("The stacks must reach the root at the same time. This is a bug in React.");
760
+ I(a, c);
761
+ }
762
+ b.context._currentValue = b.value;
763
+ }
764
+ }
765
+ function Wb(a) {
766
+ a.context._currentValue = a.parentValue;
767
+ a = a.parent;
768
+ null !== a && Wb(a);
769
+ }
770
+ function Xb(a) {
771
+ var b = a.parent;
772
+ null !== b && Xb(b);
773
+ a.context._currentValue = a.value;
774
+ }
775
+ function Yb(a, b) {
776
+ a.context._currentValue = a.parentValue;
777
+ a = a.parent;
778
+ if (null === a)
779
+ throw Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");
780
+ a.depth === b.depth ? I(a, b) : Yb(a, b);
781
+ }
782
+ function Zb(a, b) {
783
+ var c = b.parent;
784
+ if (null === c)
785
+ throw Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");
786
+ a.depth === c.depth ? I(a, c) : Zb(a, c);
787
+ b.context._currentValue = b.value;
788
+ }
789
+ function J(a) {
790
+ var b = H;
791
+ b !== a && (null === b ? Xb(a) : null === a ? Wb(b) : b.depth === a.depth ? I(b, a) : b.depth > a.depth ? Yb(b, a) : Zb(b, a), H = a);
792
+ }
793
+ var $b = {
794
+ isMounted: function() {
795
+ return !1;
796
+ },
797
+ enqueueSetState: function(a, b) {
798
+ a = a._reactInternals;
799
+ null !== a.queue && a.queue.push(b);
800
+ },
801
+ enqueueReplaceState: function(a, b) {
802
+ a = a._reactInternals;
803
+ a.replace = !0;
804
+ a.queue = [b];
805
+ },
806
+ enqueueForceUpdate: function() {}
807
+ };
808
+ function ac(a, b, c, d) {
809
+ var f = void 0 !== a.state ? a.state : null;
810
+ a.updater = $b;
811
+ a.props = c;
812
+ a.state = f;
813
+ var e = {
814
+ queue: [],
815
+ replace: !1
816
+ };
817
+ a._reactInternals = e;
818
+ var g = b.contextType;
819
+ a.context = "object" === typeof g && null !== g ? g._currentValue : d;
820
+ g = b.getDerivedStateFromProps;
821
+ "function" === typeof g && (g = g(c, f), f = null === g || void 0 === g ? f : G({}, f, g), a.state = f);
822
+ if ("function" !== typeof b.getDerivedStateFromProps && "function" !== typeof a.getSnapshotBeforeUpdate && ("function" === typeof a.UNSAFE_componentWillMount || "function" === typeof a.componentWillMount))
823
+ if (b = a.state, "function" === typeof a.componentWillMount && a.componentWillMount(), "function" === typeof a.UNSAFE_componentWillMount && a.UNSAFE_componentWillMount(), b !== a.state && $b.enqueueReplaceState(a, a.state, null), null !== e.queue && 0 < e.queue.length)
824
+ if (b = e.queue, g = e.replace, e.queue = null, e.replace = !1, g && 1 === b.length)
825
+ a.state = b[0];
826
+ else {
827
+ e = g ? b[0] : a.state;
828
+ f = !0;
829
+ for (g = g ? 1 : 0; g < b.length; g++) {
830
+ var h = b[g];
831
+ h = "function" === typeof h ? h.call(a, e, c, d) : h;
832
+ null != h && (f ? (f = !1, e = G({}, e, h)) : G(e, h));
833
+ }
834
+ a.state = e;
835
+ }
836
+ else
837
+ e.queue = null;
838
+ }
839
+ var bc = {
840
+ id: 1,
841
+ overflow: ""
842
+ };
843
+ function cc(a, b, c) {
844
+ var d = a.id;
845
+ a = a.overflow;
846
+ var f = 32 - K(d) - 1;
847
+ d &= ~(1 << f);
848
+ c += 1;
849
+ var e = 32 - K(b) + f;
850
+ if (30 < e) {
851
+ var g = f - f % 5;
852
+ e = (d & (1 << g) - 1).toString(32);
853
+ d >>= g;
854
+ f -= g;
855
+ return {
856
+ id: 1 << 32 - K(b) + f | c << f | d,
857
+ overflow: e + a
858
+ };
859
+ }
860
+ return {
861
+ id: 1 << e | c << f | d,
862
+ overflow: a
863
+ };
864
+ }
865
+ var K = Math.clz32 ? Math.clz32 : dc,
866
+ ec = Math.log,
867
+ fc = Math.LN2;
868
+ function dc(a) {
869
+ a >>>= 0;
870
+ return 0 === a ? 32 : 31 - (ec(a) / fc | 0) | 0;
871
+ }
872
+ function gc(a, b) {
873
+ return a === b && (0 !== a || 1 / a === 1 / b) || a !== a && b !== b;
874
+ }
875
+ var hc = "function" === typeof Object.is ? Object.is : gc,
876
+ L = null,
877
+ ic = null,
878
+ M = null,
879
+ N = null,
880
+ O = !1,
881
+ P = !1,
882
+ Q = 0,
883
+ R = null,
884
+ S = 0;
885
+ function T() {
886
+ if (null === L)
887
+ 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.");
888
+ return L;
889
+ }
890
+ function jc() {
891
+ if (0 < S)
892
+ throw Error("Rendered more hooks than during the previous render");
893
+ return {
894
+ memoizedState: null,
895
+ queue: null,
896
+ next: null
897
+ };
898
+ }
899
+ function kc() {
900
+ null === N ? null === M ? (O = !1, M = N = jc()) : (O = !0, N = M) : null === N.next ? (O = !1, N = N.next = jc()) : (O = !0, N = N.next);
901
+ return N;
902
+ }
903
+ function lc() {
904
+ ic = L = null;
905
+ P = !1;
906
+ M = null;
907
+ S = 0;
908
+ N = R = null;
909
+ }
910
+ function mc(a, b) {
911
+ return "function" === typeof b ? b(a) : b;
912
+ }
913
+ function nc(a, b, c) {
914
+ L = T();
915
+ N = kc();
916
+ if (O) {
917
+ var d = N.queue;
918
+ b = d.dispatch;
919
+ if (null !== R && (c = R.get(d), void 0 !== c)) {
920
+ R.delete(d);
921
+ d = N.memoizedState;
922
+ do
923
+ d = a(d, c.action), c = c.next;
924
+ while (null !== c);
925
+ N.memoizedState = d;
926
+ return [d, b];
927
+ }
928
+ return [N.memoizedState, b];
929
+ }
930
+ a = a === mc ? "function" === typeof b ? b() : b : void 0 !== c ? c(b) : b;
931
+ N.memoizedState = a;
932
+ a = N.queue = {
933
+ last: null,
934
+ dispatch: null
935
+ };
936
+ a = a.dispatch = oc.bind(null, L, a);
937
+ return [N.memoizedState, a];
938
+ }
939
+ function pc(a, b) {
940
+ L = T();
941
+ N = kc();
942
+ b = void 0 === b ? null : b;
943
+ if (null !== N) {
944
+ var c = N.memoizedState;
945
+ if (null !== c && null !== b) {
946
+ var d = c[1];
947
+ a: if (null === d)
948
+ d = !1;
949
+ else {
950
+ for (var f = 0; f < d.length && f < b.length; f++)
951
+ if (!hc(b[f], d[f])) {
952
+ d = !1;
953
+ break a;
954
+ }
955
+ d = !0;
956
+ }
957
+ if (d)
958
+ return c[0];
959
+ }
960
+ }
961
+ a = a();
962
+ N.memoizedState = [a, b];
963
+ return a;
964
+ }
965
+ function oc(a, b, c) {
966
+ if (25 <= S)
967
+ throw Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");
968
+ if (a === L)
969
+ if (P = !0, a = {
970
+ action: c,
971
+ next: null
972
+ }, null === R && (R = new Map), c = R.get(b), void 0 === c)
973
+ R.set(b, a);
974
+ else {
975
+ for (b = c; null !== b.next; )
976
+ b = b.next;
977
+ b.next = a;
978
+ }
979
+ }
980
+ function qc() {
981
+ throw Error("startTransition cannot be called during server rendering.");
982
+ }
983
+ function U() {}
984
+ var rc = {
985
+ readContext: function(a) {
986
+ return a._currentValue;
987
+ },
988
+ useContext: function(a) {
989
+ T();
990
+ return a._currentValue;
991
+ },
992
+ useMemo: pc,
993
+ useReducer: nc,
994
+ useRef: function(a) {
995
+ L = T();
996
+ N = kc();
997
+ var b = N.memoizedState;
998
+ return null === b ? (a = {current: a}, N.memoizedState = a) : b;
999
+ },
1000
+ useState: function(a) {
1001
+ return nc(mc, a);
1002
+ },
1003
+ useInsertionEffect: U,
1004
+ useLayoutEffect: function() {},
1005
+ useCallback: function(a, b) {
1006
+ return pc(function() {
1007
+ return a;
1008
+ }, b);
1009
+ },
1010
+ useImperativeHandle: U,
1011
+ useEffect: U,
1012
+ useDebugValue: U,
1013
+ useDeferredValue: function(a) {
1014
+ T();
1015
+ return a;
1016
+ },
1017
+ useTransition: function() {
1018
+ T();
1019
+ return [!1, qc];
1020
+ },
1021
+ useId: function() {
1022
+ var a = ic.treeContext;
1023
+ var b = a.overflow;
1024
+ a = a.id;
1025
+ a = (a & ~(1 << 32 - K(a) - 1)).toString(32) + b;
1026
+ var c = V;
1027
+ if (null === c)
1028
+ throw Error("Invalid hook call. Hooks can only be called inside of the body of a function component.");
1029
+ b = Q++;
1030
+ a = ":" + c.idPrefix + "R" + a;
1031
+ 0 < b && (a += "H" + b.toString(32));
1032
+ return a + ":";
1033
+ },
1034
+ useMutableSource: function(a, b) {
1035
+ T();
1036
+ return b(a._source);
1037
+ },
1038
+ useSyncExternalStore: function(a, b, c) {
1039
+ if (void 0 === c)
1040
+ throw Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");
1041
+ return c();
1042
+ }
1043
+ },
1044
+ V = null,
1045
+ sc = aa.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentDispatcher;
1046
+ function tc(a) {
1047
+ console.error(a);
1048
+ }
1049
+ function W() {}
1050
+ function uc(a, b) {
1051
+ var c = a.pingedTasks;
1052
+ c.push(b);
1053
+ 1 === c.length && setImmediate(function() {
1054
+ return vc(a);
1055
+ });
1056
+ }
1057
+ function wc(a, b, c, d, f, e, g, h) {
1058
+ a.allPendingTasks++;
1059
+ null === c ? a.pendingRootTasks++ : c.pendingTasks++;
1060
+ var l = {
1061
+ node: b,
1062
+ ping: function() {
1063
+ return uc(a, l);
1064
+ },
1065
+ blockedBoundary: c,
1066
+ blockedSegment: d,
1067
+ abortSet: f,
1068
+ legacyContext: e,
1069
+ context: g,
1070
+ treeContext: h
1071
+ };
1072
+ f.add(l);
1073
+ return l;
1074
+ }
1075
+ function X(a, b, c, d) {
1076
+ return {
1077
+ status: 0,
1078
+ id: -1,
1079
+ index: b,
1080
+ parentFlushed: !1,
1081
+ chunks: [],
1082
+ children: [],
1083
+ formatContext: d,
1084
+ boundary: c
1085
+ };
1086
+ }
1087
+ function Y(a, b) {
1088
+ a = a.onError;
1089
+ a(b);
1090
+ }
1091
+ function xc(a, b) {
1092
+ var c = a.onShellError;
1093
+ c(b);
1094
+ c = a.onFatalError;
1095
+ c(b);
1096
+ null !== a.destination ? (a.status = 2, a.destination.destroy(b)) : (a.status = 1, a.fatalError = b);
1097
+ }
1098
+ function yc(a, b, c, d, f) {
1099
+ L = {};
1100
+ ic = b;
1101
+ Q = 0;
1102
+ for (a = c(d, f); P; )
1103
+ P = !1, Q = 0, S += 1, N = null, a = c(d, f);
1104
+ lc();
1105
+ return a;
1106
+ }
1107
+ function zc(a, b, c, d) {
1108
+ var f = c.render(),
1109
+ e = d.childContextTypes;
1110
+ if (null !== e && void 0 !== e) {
1111
+ var g = b.legacyContext;
1112
+ if ("function" !== typeof c.getChildContext)
1113
+ d = g;
1114
+ else {
1115
+ c = c.getChildContext();
1116
+ for (var h in c)
1117
+ if (!(h in e))
1118
+ throw Error((Tb(d) || "Unknown") + '.getChildContext(): key "' + h + '" is not defined in childContextTypes.');
1119
+ d = G({}, g, c);
1120
+ }
1121
+ b.legacyContext = d;
1122
+ Z(a, b, f);
1123
+ b.legacyContext = g;
1124
+ } else
1125
+ Z(a, b, f);
1126
+ }
1127
+ function Ac(a, b) {
1128
+ if (a && a.defaultProps) {
1129
+ b = G({}, b);
1130
+ a = a.defaultProps;
1131
+ for (var c in a)
1132
+ void 0 === b[c] && (b[c] = a[c]);
1133
+ return b;
1134
+ }
1135
+ return b;
1136
+ }
1137
+ function Bc(a, b, c, d, f) {
1138
+ if ("function" === typeof c)
1139
+ if (c.prototype && c.prototype.isReactComponent) {
1140
+ f = Vb(c, b.legacyContext);
1141
+ var e = c.contextType;
1142
+ e = new c(d, "object" === typeof e && null !== e ? e._currentValue : f);
1143
+ ac(e, c, d, f);
1144
+ zc(a, b, e, c);
1145
+ } else {
1146
+ e = Vb(c, b.legacyContext);
1147
+ f = yc(a, b, c, d, e);
1148
+ var g = 0 !== Q;
1149
+ if ("object" === typeof f && null !== f && "function" === typeof f.render && void 0 === f.$$typeof)
1150
+ ac(f, c, d, e), zc(a, b, f, c);
1151
+ else if (g) {
1152
+ d = b.treeContext;
1153
+ b.treeContext = cc(d, 1, 0);
1154
+ try {
1155
+ Z(a, b, f);
1156
+ } finally {
1157
+ b.treeContext = d;
1158
+ }
1159
+ } else
1160
+ Z(a, b, f);
1161
+ }
1162
+ else if ("string" === typeof c)
1163
+ switch (f = b.blockedSegment, e = Ka(f.chunks, c, d, a.responseState, f.formatContext), g = f.formatContext, f.formatContext = ua(g, c, d), Cc(a, b, e), f.formatContext = g, c) {
1164
+ case "area":
1165
+ case "base":
1166
+ case "br":
1167
+ case "col":
1168
+ case "embed":
1169
+ case "hr":
1170
+ case "img":
1171
+ case "input":
1172
+ case "keygen":
1173
+ case "link":
1174
+ case "meta":
1175
+ case "param":
1176
+ case "source":
1177
+ case "track":
1178
+ case "wbr":
1179
+ break;
1180
+ default:
1181
+ f.chunks.push(La, c, Ma);
1182
+ }
1183
+ else {
1184
+ switch (c) {
1185
+ case Qb:
1186
+ case Pb:
1187
+ case Fb:
1188
+ case Gb:
1189
+ case Eb:
1190
+ Z(a, b, d.children);
1191
+ return;
1192
+ case Lb:
1193
+ Z(a, b, d.children);
1194
+ return;
1195
+ case Ob:
1196
+ throw Error("ReactDOMServer does not yet support scope components.");
1197
+ case Kb:
1198
+ a: {
1199
+ c = b.blockedBoundary;
1200
+ f = b.blockedSegment;
1201
+ e = d.fallback;
1202
+ d = d.children;
1203
+ g = new Set;
1204
+ var h = {
1205
+ id: null,
1206
+ rootSegmentID: -1,
1207
+ parentFlushed: !1,
1208
+ pendingTasks: 0,
1209
+ forceClientRender: !1,
1210
+ completedSegments: [],
1211
+ byteSize: 0,
1212
+ fallbackAbortableTasks: g
1213
+ },
1214
+ l = X(a, f.chunks.length, h, f.formatContext);
1215
+ f.children.push(l);
1216
+ var m = X(a, 0, null, f.formatContext);
1217
+ m.parentFlushed = !0;
1218
+ b.blockedBoundary = h;
1219
+ b.blockedSegment = m;
1220
+ try {
1221
+ if (Cc(a, b, d), m.status = 1, Dc(h, m), 0 === h.pendingTasks)
1222
+ break a;
1223
+ } catch (n) {
1224
+ m.status = 4, Y(a, n), h.forceClientRender = !0;
1225
+ } finally {
1226
+ b.blockedBoundary = c, b.blockedSegment = f;
1227
+ }
1228
+ b = wc(a, e, c, l, g, b.legacyContext, b.context, b.treeContext);
1229
+ a.pingedTasks.push(b);
1230
+ }
1231
+ return;
1232
+ }
1233
+ if ("object" === typeof c && null !== c)
1234
+ switch (c.$$typeof) {
1235
+ case Jb:
1236
+ d = yc(a, b, c.render, d, f);
1237
+ if (0 !== Q) {
1238
+ c = b.treeContext;
1239
+ b.treeContext = cc(c, 1, 0);
1240
+ try {
1241
+ Z(a, b, d);
1242
+ } finally {
1243
+ b.treeContext = c;
1244
+ }
1245
+ } else
1246
+ Z(a, b, d);
1247
+ return;
1248
+ case Mb:
1249
+ c = c.type;
1250
+ d = Ac(c, d);
1251
+ Bc(a, b, c, d, f);
1252
+ return;
1253
+ case Hb:
1254
+ f = d.children;
1255
+ c = c._context;
1256
+ d = d.value;
1257
+ e = c._currentValue;
1258
+ c._currentValue = d;
1259
+ g = H;
1260
+ H = d = {
1261
+ parent: g,
1262
+ depth: null === g ? 0 : g.depth + 1,
1263
+ context: c,
1264
+ parentValue: e,
1265
+ value: d
1266
+ };
1267
+ b.context = d;
1268
+ Z(a, b, f);
1269
+ a = H;
1270
+ if (null === a)
1271
+ throw Error("Tried to pop a Context at the root of the app. This is a bug in React.");
1272
+ d = a.parentValue;
1273
+ a.context._currentValue = d === Rb ? a.context._defaultValue : d;
1274
+ a = H = a.parent;
1275
+ b.context = a;
1276
+ return;
1277
+ case Ib:
1278
+ d = d.children;
1279
+ d = d(c._currentValue);
1280
+ Z(a, b, d);
1281
+ return;
1282
+ case Nb:
1283
+ f = c._init;
1284
+ c = f(c._payload);
1285
+ d = Ac(c, d);
1286
+ Bc(a, b, c, d, void 0);
1287
+ return;
1288
+ }
1289
+ 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) + "."));
1290
+ }
1291
+ }
1292
+ function Z(a, b, c) {
1293
+ b.node = c;
1294
+ if ("object" === typeof c && null !== c) {
1295
+ switch (c.$$typeof) {
1296
+ case Cb:
1297
+ Bc(a, b, c.type, c.props, c.ref);
1298
+ return;
1299
+ case Db:
1300
+ throw Error("Portals are not currently supported by the server renderer. Render them conditionally so that they only appear on the client render.");
1301
+ case Nb:
1302
+ var d = c._init;
1303
+ c = d(c._payload);
1304
+ Z(a, b, c);
1305
+ return;
1306
+ }
1307
+ if (oa(c)) {
1308
+ Ec(a, b, c);
1309
+ return;
1310
+ }
1311
+ null === c || "object" !== typeof c ? d = null : (d = Sb && c[Sb] || c["@@iterator"], d = "function" === typeof d ? d : null);
1312
+ if (d && (d = d.call(c))) {
1313
+ c = d.next();
1314
+ if (!c.done) {
1315
+ var f = [];
1316
+ do
1317
+ f.push(c.value), c = d.next();
1318
+ while (!c.done);
1319
+ Ec(a, b, f);
1320
+ }
1321
+ return;
1322
+ }
1323
+ b = Object.prototype.toString.call(c);
1324
+ throw Error("Objects are not valid as a React child (found: " + ("[object Object]" === b ? "object with keys {" + Object.keys(c).join(", ") + "}" : b) + "). If you meant to render a collection of children, use an array instead.");
1325
+ }
1326
+ "string" === typeof c ? "" !== c && b.blockedSegment.chunks.push(u(c), va) : "number" === typeof c && (a = "" + c, "" !== a && b.blockedSegment.chunks.push(u(a), va));
1327
+ }
1328
+ function Ec(a, b, c) {
1329
+ for (var d = c.length,
1330
+ f = 0; f < d; f++) {
1331
+ var e = b.treeContext;
1332
+ b.treeContext = cc(e, d, f);
1333
+ try {
1334
+ Cc(a, b, c[f]);
1335
+ } finally {
1336
+ b.treeContext = e;
1337
+ }
1338
+ }
1339
+ }
1340
+ function Cc(a, b, c) {
1341
+ var d = b.blockedSegment.formatContext,
1342
+ f = b.legacyContext,
1343
+ e = b.context;
1344
+ try {
1345
+ return Z(a, b, c);
1346
+ } catch (l) {
1347
+ if (lc(), "object" === typeof l && null !== l && "function" === typeof l.then) {
1348
+ c = l;
1349
+ var g = b.blockedSegment,
1350
+ h = X(a, g.chunks.length, null, g.formatContext);
1351
+ g.children.push(h);
1352
+ a = wc(a, b.node, b.blockedBoundary, h, b.abortSet, b.legacyContext, b.context, b.treeContext).ping;
1353
+ c.then(a, a);
1354
+ b.blockedSegment.formatContext = d;
1355
+ b.legacyContext = f;
1356
+ b.context = e;
1357
+ J(e);
1358
+ } else
1359
+ throw b.blockedSegment.formatContext = d, b.legacyContext = f, b.context = e, J(e), l;
1360
+ }
1361
+ }
1362
+ function Fc(a) {
1363
+ var b = a.blockedBoundary;
1364
+ a = a.blockedSegment;
1365
+ a.status = 3;
1366
+ Gc(this, b, a);
1367
+ }
1368
+ function Hc(a) {
1369
+ var b = a.blockedBoundary;
1370
+ a.blockedSegment.status = 3;
1371
+ null === b ? (this.allPendingTasks--, 2 !== this.status && (this.status = 2, null !== this.destination && this.destination.end())) : (b.pendingTasks--, b.forceClientRender || (b.forceClientRender = !0, b.parentFlushed && this.clientRenderedBoundaries.push(b)), b.fallbackAbortableTasks.forEach(Hc, this), b.fallbackAbortableTasks.clear(), this.allPendingTasks--, 0 === this.allPendingTasks && (a = this.onAllReady, a()));
1372
+ }
1373
+ function Dc(a, b) {
1374
+ if (0 === b.chunks.length && 1 === b.children.length && null === b.children[0].boundary) {
1375
+ var c = b.children[0];
1376
+ c.id = b.id;
1377
+ c.parentFlushed = !0;
1378
+ 1 === c.status && Dc(a, c);
1379
+ } else
1380
+ a.completedSegments.push(b);
1381
+ }
1382
+ function Gc(a, b, c) {
1383
+ if (null === b) {
1384
+ if (c.parentFlushed) {
1385
+ if (null !== a.completedRootSegment)
1386
+ throw Error("There can only be one root segment. This is a bug in React.");
1387
+ a.completedRootSegment = c;
1388
+ }
1389
+ a.pendingRootTasks--;
1390
+ 0 === a.pendingRootTasks && (a.onShellError = W, b = a.onShellReady, b());
1391
+ } else
1392
+ b.pendingTasks--, b.forceClientRender || (0 === b.pendingTasks ? (c.parentFlushed && 1 === c.status && Dc(b, c), b.parentFlushed && a.completedBoundaries.push(b), b.fallbackAbortableTasks.forEach(Fc, a), b.fallbackAbortableTasks.clear()) : c.parentFlushed && 1 === c.status && (Dc(b, c), 1 === b.completedSegments.length && b.parentFlushed && a.partialBoundaries.push(b)));
1393
+ a.allPendingTasks--;
1394
+ 0 === a.allPendingTasks && (a = a.onAllReady, a());
1395
+ }
1396
+ function vc(a) {
1397
+ if (2 !== a.status) {
1398
+ var b = H,
1399
+ c = sc.current;
1400
+ sc.current = rc;
1401
+ var d = V;
1402
+ V = a.responseState;
1403
+ try {
1404
+ var f = a.pingedTasks,
1405
+ e;
1406
+ for (e = 0; e < f.length; e++) {
1407
+ var g = f[e];
1408
+ var h = a,
1409
+ l = g.blockedSegment;
1410
+ if (0 === l.status) {
1411
+ J(g.context);
1412
+ try {
1413
+ Z(h, g, g.node), g.abortSet.delete(g), l.status = 1, Gc(h, g.blockedBoundary, l);
1414
+ } catch (w) {
1415
+ if (lc(), "object" === typeof w && null !== w && "function" === typeof w.then) {
1416
+ var m = g.ping;
1417
+ w.then(m, m);
1418
+ } else {
1419
+ g.abortSet.delete(g);
1420
+ l.status = 4;
1421
+ var n = g.blockedBoundary,
1422
+ y = w;
1423
+ Y(h, y);
1424
+ null === n ? xc(h, y) : (n.pendingTasks--, n.forceClientRender || (n.forceClientRender = !0, n.parentFlushed && h.clientRenderedBoundaries.push(n)));
1425
+ h.allPendingTasks--;
1426
+ if (0 === h.allPendingTasks) {
1427
+ var B = h.onAllReady;
1428
+ B();
1429
+ }
1430
+ }
1431
+ } finally {}
1432
+ }
1433
+ }
1434
+ f.splice(0, e);
1435
+ null !== a.destination && Ic(a, a.destination);
1436
+ } catch (w) {
1437
+ Y(a, w), xc(a, w);
1438
+ } finally {
1439
+ V = d, sc.current = c, c === rc && J(b);
1440
+ }
1441
+ }
1442
+ }
1443
+ function Jc(a, b, c) {
1444
+ c.parentFlushed = !0;
1445
+ switch (c.status) {
1446
+ case 0:
1447
+ var d = c.id = a.nextSegmentId++;
1448
+ a = a.responseState;
1449
+ b.write(Na);
1450
+ b.write(a.placeholderPrefix);
1451
+ a = d.toString(16);
1452
+ b.write(a);
1453
+ return b.write(Oa);
1454
+ case 1:
1455
+ c.status = 2;
1456
+ var f = !0;
1457
+ d = c.chunks;
1458
+ var e = 0;
1459
+ c = c.children;
1460
+ for (var g = 0; g < c.length; g++) {
1461
+ for (f = c[g]; e < f.index; e++)
1462
+ b.write(d[e]);
1463
+ f = Kc(a, b, f);
1464
+ }
1465
+ for (; e < d.length - 1; e++)
1466
+ b.write(d[e]);
1467
+ e < d.length && (f = b.write(d[e]));
1468
+ return f;
1469
+ default:
1470
+ throw Error("Aborted, errored or already flushed boundaries should not be flushed again. This is a bug in React.");
1471
+ }
1472
+ }
1473
+ function Kc(a, b, c) {
1474
+ var d = c.boundary;
1475
+ if (null === d)
1476
+ return Jc(a, b, c);
1477
+ d.parentFlushed = !0;
1478
+ if (d.forceClientRender)
1479
+ b.write(Sa), Jc(a, b, c);
1480
+ else if (0 < d.pendingTasks) {
1481
+ d.rootSegmentID = a.nextSegmentId++;
1482
+ 0 < d.completedSegments.length && a.partialBoundaries.push(d);
1483
+ var f = a.responseState;
1484
+ var e = f.nextSuspenseID++;
1485
+ f = k(f.boundaryPrefix + e.toString(16));
1486
+ d = d.id = f;
1487
+ Ua(b, a.responseState, d);
1488
+ Jc(a, b, c);
1489
+ } else if (d.byteSize > a.progressiveChunkSize)
1490
+ d.rootSegmentID = a.nextSegmentId++, a.completedBoundaries.push(d), Ua(b, a.responseState, d.id), Jc(a, b, c);
1491
+ else {
1492
+ b.write(Pa);
1493
+ c = d.completedSegments;
1494
+ if (1 !== c.length)
1495
+ throw Error("A previously unvisited boundary must have exactly one root segment. This is a bug in React.");
1496
+ Kc(a, b, c[0]);
1497
+ }
1498
+ return b.write(Ta);
1499
+ }
1500
+ function Lc(a, b, c) {
1501
+ pb(b, a.responseState, c.formatContext, c.id);
1502
+ Kc(a, b, c);
1503
+ return qb(b, c.formatContext);
1504
+ }
1505
+ function Mc(a, b, c) {
1506
+ for (var d = c.completedSegments,
1507
+ f = 0; f < d.length; f++)
1508
+ Nc(a, b, c, d[f]);
1509
+ d.length = 0;
1510
+ a = a.responseState;
1511
+ d = c.id;
1512
+ c = c.rootSegmentID;
1513
+ b.write(a.startInlineScript);
1514
+ a.sentCompleteBoundaryFunction ? b.write(wb) : (a.sentCompleteBoundaryFunction = !0, b.write(vb));
1515
+ if (null === d)
1516
+ throw Error("An ID must have been assigned before we can complete the boundary.");
1517
+ c = c.toString(16);
1518
+ b.write(d);
1519
+ b.write(xb);
1520
+ b.write(a.segmentPrefix);
1521
+ b.write(c);
1522
+ return b.write(yb);
1523
+ }
1524
+ function Nc(a, b, c, d) {
1525
+ if (2 === d.status)
1526
+ return !0;
1527
+ var f = d.id;
1528
+ if (-1 === f) {
1529
+ if (-1 === (d.id = c.rootSegmentID))
1530
+ throw Error("A root segment ID must have been assigned by now. This is a bug in React.");
1531
+ return Lc(a, b, d);
1532
+ }
1533
+ Lc(a, b, d);
1534
+ a = a.responseState;
1535
+ b.write(a.startInlineScript);
1536
+ a.sentCompleteSegmentFunction ? b.write(sb) : (a.sentCompleteSegmentFunction = !0, b.write(rb));
1537
+ b.write(a.segmentPrefix);
1538
+ f = f.toString(16);
1539
+ b.write(f);
1540
+ b.write(tb);
1541
+ b.write(a.placeholderPrefix);
1542
+ b.write(f);
1543
+ return b.write(ub);
1544
+ }
1545
+ function Ic(a, b) {
1546
+ ba(b);
1547
+ try {
1548
+ var c = a.completedRootSegment;
1549
+ if (null !== c && 0 === a.pendingRootTasks) {
1550
+ Kc(a, b, c);
1551
+ a.completedRootSegment = null;
1552
+ var d = a.responseState.bootstrapChunks;
1553
+ for (c = 0; c < d.length - 1; c++)
1554
+ b.write(d[c]);
1555
+ c < d.length && b.write(d[c]);
1556
+ }
1557
+ var f = a.clientRenderedBoundaries,
1558
+ e;
1559
+ for (e = 0; e < f.length; e++) {
1560
+ d = b;
1561
+ var g = a.responseState,
1562
+ h = f[e].id;
1563
+ d.write(g.startInlineScript);
1564
+ g.sentClientRenderFunction ? d.write(Ab) : (g.sentClientRenderFunction = !0, d.write(zb));
1565
+ if (null === h)
1566
+ throw Error("An ID must have been assigned before we can complete the boundary.");
1567
+ d.write(h);
1568
+ if (!d.write(Bb)) {
1569
+ a.destination = null;
1570
+ e++;
1571
+ f.splice(0, e);
1572
+ return;
1573
+ }
1574
+ }
1575
+ f.splice(0, e);
1576
+ var l = a.completedBoundaries;
1577
+ for (e = 0; e < l.length; e++)
1578
+ if (!Mc(a, b, l[e])) {
1579
+ a.destination = null;
1580
+ e++;
1581
+ l.splice(0, e);
1582
+ return;
1583
+ }
1584
+ l.splice(0, e);
1585
+ ca(b);
1586
+ ba(b);
1587
+ var m = a.partialBoundaries;
1588
+ for (e = 0; e < m.length; e++) {
1589
+ var n = m[e];
1590
+ a: {
1591
+ f = a;
1592
+ g = b;
1593
+ var y = n.completedSegments;
1594
+ for (h = 0; h < y.length; h++)
1595
+ if (!Nc(f, g, n, y[h])) {
1596
+ h++;
1597
+ y.splice(0, h);
1598
+ var B = !1;
1599
+ break a;
1600
+ }
1601
+ y.splice(0, h);
1602
+ B = !0;
1603
+ }
1604
+ if (!B) {
1605
+ a.destination = null;
1606
+ e++;
1607
+ m.splice(0, e);
1608
+ return;
1609
+ }
1610
+ }
1611
+ m.splice(0, e);
1612
+ var w = a.completedBoundaries;
1613
+ for (e = 0; e < w.length; e++)
1614
+ if (!Mc(a, b, w[e])) {
1615
+ a.destination = null;
1616
+ e++;
1617
+ w.splice(0, e);
1618
+ return;
1619
+ }
1620
+ w.splice(0, e);
1621
+ } finally {
1622
+ ca(b), "function" === typeof b.flush && b.flush(), 0 === a.allPendingTasks && 0 === a.pingedTasks.length && 0 === a.clientRenderedBoundaries.length && 0 === a.completedBoundaries.length && b.end();
1623
+ }
1624
+ }
1625
+ function Oc(a) {
1626
+ setImmediate(function() {
1627
+ return vc(a);
1628
+ });
1629
+ }
1630
+ function Pc(a, b) {
1631
+ if (1 === a.status)
1632
+ a.status = 2, b.destroy(a.fatalError);
1633
+ else if (2 !== a.status && null === a.destination) {
1634
+ a.destination = b;
1635
+ try {
1636
+ Ic(a, b);
1637
+ } catch (c) {
1638
+ Y(a, c), xc(a, c);
1639
+ }
1640
+ }
1641
+ }
1642
+ function Qc(a) {
1643
+ try {
1644
+ var b = a.abortableTasks;
1645
+ b.forEach(Hc, a);
1646
+ b.clear();
1647
+ null !== a.destination && Ic(a, a.destination);
1648
+ } catch (c) {
1649
+ Y(a, c), xc(a, c);
1650
+ }
1651
+ }
1652
+ function Rc(a, b) {
1653
+ return function() {
1654
+ return Pc(b, a);
1655
+ };
1656
+ }
1657
+ function Sc(a) {
1658
+ return function() {
1659
+ return Qc(a);
1660
+ };
1661
+ }
1662
+ function Tc(a, b) {
1663
+ var c = b ? b.identifierPrefix : void 0,
1664
+ d = b ? b.nonce : void 0,
1665
+ f = b ? b.bootstrapScriptContent : void 0,
1666
+ e = b ? b.bootstrapScripts : void 0;
1667
+ var g = b ? b.bootstrapModules : void 0;
1668
+ c = void 0 === c ? "" : c;
1669
+ d = void 0 === d ? pa : k('<script nonce="' + u(d) + '">');
1670
+ var h = [];
1671
+ void 0 !== f && h.push(d, u(f), qa);
1672
+ if (void 0 !== e)
1673
+ for (f = 0; f < e.length; f++)
1674
+ h.push(ra, u(e[f]), ta);
1675
+ if (void 0 !== g)
1676
+ for (e = 0; e < g.length; e++)
1677
+ h.push(sa, u(g[e]), ta);
1678
+ g = {
1679
+ bootstrapChunks: h,
1680
+ startInlineScript: d,
1681
+ placeholderPrefix: k(c + "P:"),
1682
+ segmentPrefix: k(c + "S:"),
1683
+ boundaryPrefix: c + "B:",
1684
+ idPrefix: c,
1685
+ nextSuspenseID: 0,
1686
+ sentCompleteSegmentFunction: !1,
1687
+ sentCompleteBoundaryFunction: !1,
1688
+ sentClientRenderFunction: !1
1689
+ };
1690
+ e = b ? b.namespaceURI : void 0;
1691
+ e = v("http://www.w3.org/2000/svg" === e ? 2 : "http://www.w3.org/1998/Math/MathML" === e ? 3 : 0, null);
1692
+ f = b ? b.progressiveChunkSize : void 0;
1693
+ d = b ? b.onError : void 0;
1694
+ h = b ? b.onAllReady : void 0;
1695
+ var l = b ? b.onShellReady : void 0,
1696
+ m = b ? b.onShellError : void 0;
1697
+ b = [];
1698
+ c = new Set;
1699
+ g = {
1700
+ destination: null,
1701
+ responseState: g,
1702
+ progressiveChunkSize: void 0 === f ? 12800 : f,
1703
+ status: 0,
1704
+ fatalError: null,
1705
+ nextSegmentId: 0,
1706
+ allPendingTasks: 0,
1707
+ pendingRootTasks: 0,
1708
+ completedRootSegment: null,
1709
+ abortableTasks: c,
1710
+ pingedTasks: b,
1711
+ clientRenderedBoundaries: [],
1712
+ completedBoundaries: [],
1713
+ partialBoundaries: [],
1714
+ onError: void 0 === d ? tc : d,
1715
+ onAllReady: void 0 === h ? W : h,
1716
+ onShellReady: void 0 === l ? W : l,
1717
+ onShellError: void 0 === m ? W : m,
1718
+ onFatalError: W
1719
+ };
1720
+ e = X(g, 0, null, e);
1721
+ e.parentFlushed = !0;
1722
+ a = wc(g, a, null, e, c, Ub, null, bc);
1723
+ b.push(a);
1724
+ return g;
1725
+ }
1726
+ exports.renderToPipeableStream = function(a, b) {
1727
+ var c = Tc(a, b),
1728
+ d = !1;
1729
+ Oc(c);
1730
+ return {
1731
+ pipe: function(a) {
1732
+ if (d)
1733
+ throw Error("React currently only supports piping to one writable stream.");
1734
+ d = !0;
1735
+ Pc(c, a);
1736
+ a.on("drain", Rc(a, c));
1737
+ a.on("close", Sc(c));
1738
+ return a;
1739
+ },
1740
+ abort: function() {
1741
+ Qc(c);
1742
+ }
1743
+ };
1744
+ };
1745
+ exports.version = "18.0.0-fc46dba67-20220329";
1746
+ })(require('buffer').Buffer);