jupyterlab 4.0.12__py3-none-any.whl → 4.1.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (559) hide show
  1. jupyterlab/_version.py +1 -1
  2. jupyterlab/browser_check.py +1 -1
  3. jupyterlab/commands.py +122 -24
  4. jupyterlab/extensions/manager.py +146 -40
  5. jupyterlab/extensions/pypi.py +121 -143
  6. jupyterlab/galata/@jupyterlab/galata-extension/build_log.json +133 -95
  7. jupyterlab/galata/@jupyterlab/galata-extension/package.json +13 -13
  8. jupyterlab/galata/@jupyterlab/galata-extension/static/{lib_extension_index_js.6258249575a3de76958a.js → lib_extension_index_js.193465adc9aa81a6b29f.js} +11 -7
  9. jupyterlab/galata/@jupyterlab/galata-extension/static/{remoteEntry.b8fefd648959729a91e4.js → remoteEntry.9126d8bd4815ede2d14b.js} +4 -4
  10. jupyterlab/handlers/announcements.py +1 -1
  11. jupyterlab/handlers/plugin_manager_handler.py +64 -0
  12. jupyterlab/labapp.py +70 -12
  13. jupyterlab/labextensions.py +58 -3
  14. jupyterlab/schemas/@jupyterlab/application-extension/commands.json +181 -1
  15. jupyterlab/schemas/@jupyterlab/application-extension/package.json.orig +14 -14
  16. jupyterlab/schemas/@jupyterlab/apputils-extension/package.json.orig +18 -18
  17. jupyterlab/schemas/@jupyterlab/apputils-extension/themes.json +23 -1
  18. jupyterlab/schemas/@jupyterlab/cell-toolbar-extension/package.json.orig +8 -8
  19. jupyterlab/schemas/@jupyterlab/celltags-extension/package.json.orig +8 -8
  20. jupyterlab/schemas/@jupyterlab/codemirror-extension/package.json.orig +13 -13
  21. jupyterlab/schemas/@jupyterlab/completer-extension/inline-completer.json +64 -0
  22. jupyterlab/schemas/@jupyterlab/completer-extension/manager.json +2 -1
  23. jupyterlab/schemas/@jupyterlab/completer-extension/package.json.orig +10 -8
  24. jupyterlab/schemas/@jupyterlab/console-extension/package.json.orig +16 -16
  25. jupyterlab/schemas/@jupyterlab/console-extension/tracker.json +0 -5
  26. jupyterlab/schemas/@jupyterlab/csvviewer-extension/package.json.orig +14 -14
  27. jupyterlab/schemas/@jupyterlab/debugger-extension/package.json.orig +19 -19
  28. jupyterlab/schemas/@jupyterlab/docmanager-extension/package.json.orig +15 -15
  29. jupyterlab/schemas/@jupyterlab/documentsearch-extension/package.json.orig +10 -9
  30. jupyterlab/schemas/@jupyterlab/documentsearch-extension/plugin.json +13 -1
  31. jupyterlab/schemas/@jupyterlab/extensionmanager-extension/package.json.orig +9 -9
  32. jupyterlab/schemas/@jupyterlab/filebrowser-extension/browser.json +6 -0
  33. jupyterlab/schemas/@jupyterlab/filebrowser-extension/package.json.orig +17 -17
  34. jupyterlab/schemas/@jupyterlab/fileeditor-extension/package.json.orig +27 -27
  35. jupyterlab/schemas/@jupyterlab/help-extension/package.json.orig +11 -11
  36. jupyterlab/schemas/@jupyterlab/htmlviewer-extension/package.json.orig +11 -11
  37. jupyterlab/schemas/@jupyterlab/hub-extension/package.json.orig +8 -8
  38. jupyterlab/schemas/@jupyterlab/imageviewer-extension/package.json.orig +8 -8
  39. jupyterlab/schemas/@jupyterlab/inspector-extension/package.json.orig +12 -12
  40. jupyterlab/schemas/@jupyterlab/launcher-extension/package.json.orig +10 -10
  41. jupyterlab/schemas/@jupyterlab/logconsole-extension/package.json.orig +13 -13
  42. jupyterlab/schemas/@jupyterlab/lsp-extension/package.json.orig +11 -10
  43. jupyterlab/schemas/@jupyterlab/mainmenu-extension/package.json.orig +12 -12
  44. jupyterlab/schemas/@jupyterlab/mainmenu-extension/plugin.json +4 -4
  45. jupyterlab/schemas/@jupyterlab/markdownviewer-extension/package.json.orig +11 -11
  46. jupyterlab/schemas/@jupyterlab/mathjax-extension/package.json.orig +5 -5
  47. jupyterlab/schemas/@jupyterlab/metadataform-extension/package.json.orig +9 -9
  48. jupyterlab/schemas/@jupyterlab/notebook-extension/package.json.orig +35 -35
  49. jupyterlab/schemas/@jupyterlab/notebook-extension/panel.json +6 -1
  50. jupyterlab/schemas/@jupyterlab/notebook-extension/tracker.json +68 -46
  51. jupyterlab/schemas/@jupyterlab/running-extension/package.json.orig +13 -13
  52. jupyterlab/schemas/@jupyterlab/settingeditor-extension/package.json.orig +13 -12
  53. jupyterlab/schemas/@jupyterlab/shortcuts-extension/package.json.orig +11 -10
  54. jupyterlab/schemas/@jupyterlab/statusbar-extension/package.json.orig +8 -8
  55. jupyterlab/schemas/@jupyterlab/terminal-extension/package.json.orig +14 -14
  56. jupyterlab/schemas/@jupyterlab/terminal-extension/plugin.json +6 -0
  57. jupyterlab/schemas/@jupyterlab/toc-extension/package.json.orig +8 -8
  58. jupyterlab/schemas/@jupyterlab/tooltip-extension/package.json.orig +14 -14
  59. jupyterlab/schemas/@jupyterlab/translation-extension/package.json.orig +8 -10
  60. jupyterlab/semver.py +3 -3
  61. jupyterlab/staging/index.js +22 -3
  62. jupyterlab/staging/package.json +164 -145
  63. jupyterlab/staging/templates/partial.html +4 -0
  64. jupyterlab/staging/webpack.config.js +3 -4
  65. jupyterlab/staging/yarn.lock +2389 -1258
  66. jupyterlab/static/1166.08f9e1fd722f61c9b69c.js +1 -0
  67. jupyterlab/static/{1581.e988a625b879002dcc04.js → 1581.391504688eef08096360.js} +3 -3
  68. jupyterlab/static/1760.9a71f4501e9bbaa4c4d8.js +1 -0
  69. jupyterlab/static/{2473.cb9caf61d1e34a747cc0.js → 1851.0c7fca4c761a84e91876.js} +1 -1
  70. jupyterlab/static/1917.05d73322caab1f77e3bf.js +1 -0
  71. jupyterlab/static/1929.96e62233aa6f2a8363d4.js +1 -0
  72. jupyterlab/static/226.5dc3528c008170b37b21.js +1 -0
  73. jupyterlab/static/2551.b07d561a12360c38c589.js +1 -0
  74. jupyterlab/static/2579.b19edefeb9ee4daed4bd.js +1 -0
  75. jupyterlab/static/2655.f5b7c82c80d51a0f7ab7.js +1 -0
  76. jupyterlab/static/2727.6925b8cf1c5363f40138.js +1 -0
  77. jupyterlab/static/2755.696bab6bdca0d9a78131.js +1 -0
  78. jupyterlab/static/2995.0448b3ed572d9cc5fcc7.js +1 -0
  79. jupyterlab-4.0.12.data/data/share/jupyter/lab/static/3056.8a73f6aacd8ca45f84f9.js → jupyterlab/static/3056.6ed9d97c166cf2573275.js +1 -1
  80. jupyterlab/static/3308.764d71af7e591cdb1345.js +1 -0
  81. jupyterlab/static/367.835aef5c5efbd38183af.js +1 -0
  82. jupyterlab/static/3711.150292a21fd47be1c05f.js +1 -0
  83. jupyterlab/static/406.81906f96059e31e907a2.js +1 -0
  84. jupyterlab/static/4086.3087c0abed5ca45b823b.js +1 -0
  85. jupyterlab/static/4136.4b9f72f85f49f979ebb8.js +2 -0
  86. jupyterlab/static/4136.4b9f72f85f49f979ebb8.js.LICENSE.txt +9 -0
  87. jupyterlab/static/4765.093b4f8b3cee1251db8d.js +1 -0
  88. jupyterlab/static/526.601d8ddd8347cd7790b9.js +1 -0
  89. jupyterlab/static/5794.3cb2bcd1a3e23d0c084e.js +1 -0
  90. jupyterlab/static/6001.963601fcecb8b4c1d1f1.js +1 -0
  91. jupyterlab/static/627.7e292370f4d61d9e8648.js +5148 -0
  92. jupyterlab/static/627.7e292370f4d61d9e8648.js.LICENSE.txt +14 -0
  93. jupyterlab/static/6436.8d9ba427de4ab1053871.js +1 -0
  94. jupyterlab/static/6515.56c63929fb079a820cbc.js +1 -0
  95. jupyterlab/static/6770.fd7084bb2f4b7622401d.js +1 -0
  96. jupyterlab/static/6778.345e6ac9818e30317310.js +1 -0
  97. jupyterlab/static/6898.742a7062fa979fb68a80.js +1 -0
  98. jupyterlab/static/7161.353c3ab960df72e6f1ea.js +1 -0
  99. jupyterlab/static/7178.5f3dd740449b44efad2d.js +2 -0
  100. jupyterlab/static/7272.72081c10e0f645b0631a.js +1 -0
  101. jupyterlab/static/7313.4a8a9a1eee6f7ef15ee1.js +2 -0
  102. jupyterlab/static/7426.c83966ccc62601d391bd.js +2 -0
  103. jupyterlab/static/7426.c83966ccc62601d391bd.js.LICENSE.txt +17 -0
  104. jupyterlab/static/7629.1f295461ebf56a48c197.js +1 -0
  105. jupyterlab/static/7734.b08c15e9f538f44d0f52.js +1 -0
  106. jupyterlab/static/7946.7fe46d47492e459b7cb5.js +1 -0
  107. jupyterlab/static/812.647390901579c6a720cf.js +1 -0
  108. jupyterlab/static/8152.5baac73844a065f34284.js +1 -0
  109. jupyterlab/static/8302.5c5e5a2da7fe74b12a1d.js +1 -0
  110. jupyterlab/static/8322.288af285dac9cb9a8800.js +1 -0
  111. jupyterlab/static/8462.74d5f5afd4f9d7825eed.js +1 -0
  112. jupyterlab/static/8738.782816e9072ac38762b4.js +1 -0
  113. jupyterlab/static/881.972f79365eed0f77378e.js +1 -0
  114. jupyterlab/static/9395.b59dceae72715c9f885c.js +1 -0
  115. jupyterlab/static/9440.04751e25c9cde059ff37.js +1 -0
  116. jupyterlab/static/9545.f0f7a2959bdd17ee3448.js +1 -0
  117. jupyterlab/static/9579.4b1b079b6b7cd2924338.js +1465 -0
  118. jupyterlab/static/9579.4b1b079b6b7cd2924338.js.LICENSE.txt +19 -0
  119. jupyterlab/static/9870.70b2b59cc96c3a97c489.js +1 -0
  120. jupyterlab/static/9984.6ba5355e0d5487d5ac63.js +1 -0
  121. jupyterlab/static/build_log.json +133 -97
  122. jupyterlab/static/index.html +1 -1
  123. jupyterlab/static/index.out.js +97 -3
  124. jupyterlab/static/jlab_core.570a5c21bdeb57ca2ec8.js +1 -0
  125. jupyterlab/static/main.d277e1577010c7e39fdb.js +1 -0
  126. jupyterlab/static/package.json +164 -145
  127. jupyterlab/static/style.js +2 -0
  128. jupyterlab/static/third-party-licenses.json +481 -103
  129. jupyterlab/style.js +2 -0
  130. jupyterlab/tests/conftest.py +8 -0
  131. jupyterlab/tests/mock_packages/extension/package.json +3 -3
  132. jupyterlab/tests/mock_packages/interop/consumer/package.json +3 -3
  133. jupyterlab/tests/mock_packages/interop/provider/package.json +3 -3
  134. jupyterlab/tests/mock_packages/interop/token/package.json +1 -1
  135. jupyterlab/tests/mock_packages/mimeextension/package.json +1 -1
  136. jupyterlab/tests/test_custom_css_handler.py +37 -0
  137. jupyterlab/tests/test_extensions.py +30 -1
  138. jupyterlab/themes/@jupyterlab/theme-dark-extension/index.css +2 -0
  139. jupyterlab/themes/@jupyterlab/theme-light-extension/index.css +1 -0
  140. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/commands.json +181 -1
  141. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/package.json.orig +14 -14
  142. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/package.json.orig +18 -18
  143. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/themes.json +23 -1
  144. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/cell-toolbar-extension/package.json.orig +8 -8
  145. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/celltags-extension/package.json.orig +8 -8
  146. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/codemirror-extension/package.json.orig +13 -13
  147. jupyterlab-4.1.0.data/data/share/jupyter/lab/schemas/@jupyterlab/completer-extension/inline-completer.json +64 -0
  148. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/completer-extension/manager.json +2 -1
  149. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/completer-extension/package.json.orig +10 -8
  150. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/console-extension/package.json.orig +16 -16
  151. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/console-extension/tracker.json +0 -5
  152. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/csvviewer-extension/package.json.orig +14 -14
  153. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/debugger-extension/package.json.orig +19 -19
  154. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/package.json.orig +15 -15
  155. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/documentsearch-extension/package.json.orig +10 -9
  156. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/documentsearch-extension/plugin.json +13 -1
  157. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/extensionmanager-extension/package.json.orig +9 -9
  158. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/browser.json +6 -0
  159. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/package.json.orig +17 -17
  160. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/fileeditor-extension/package.json.orig +27 -27
  161. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/package.json.orig +11 -11
  162. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/htmlviewer-extension/package.json.orig +11 -11
  163. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/hub-extension/package.json.orig +8 -8
  164. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/imageviewer-extension/package.json.orig +8 -8
  165. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/package.json.orig +12 -12
  166. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/launcher-extension/package.json.orig +10 -10
  167. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/logconsole-extension/package.json.orig +13 -13
  168. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/lsp-extension/package.json.orig +11 -10
  169. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/mainmenu-extension/package.json.orig +12 -12
  170. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/mainmenu-extension/plugin.json +4 -4
  171. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/markdownviewer-extension/package.json.orig +11 -11
  172. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/mathjax-extension/package.json.orig +5 -5
  173. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/metadataform-extension/package.json.orig +9 -9
  174. jupyterlab-4.1.0.data/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/package.json.orig +93 -0
  175. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/panel.json +6 -1
  176. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/tracker.json +68 -46
  177. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/running-extension/package.json.orig +13 -13
  178. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/settingeditor-extension/package.json.orig +13 -12
  179. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/shortcuts-extension/package.json.orig +11 -10
  180. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/statusbar-extension/package.json.orig +8 -8
  181. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/terminal-extension/package.json.orig +14 -14
  182. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/terminal-extension/plugin.json +6 -0
  183. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/toc-extension/package.json.orig +8 -8
  184. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/package.json.orig +14 -14
  185. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/translation-extension/package.json.orig +8 -10
  186. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/1166.08f9e1fd722f61c9b69c.js +1 -0
  187. jupyterlab-4.0.12.data/data/share/jupyter/lab/static/1581.e988a625b879002dcc04.js → jupyterlab-4.1.0.data/data/share/jupyter/lab/static/1581.391504688eef08096360.js +3 -3
  188. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/1760.9a71f4501e9bbaa4c4d8.js +1 -0
  189. jupyterlab-4.0.12.data/data/share/jupyter/lab/static/2473.cb9caf61d1e34a747cc0.js → jupyterlab-4.1.0.data/data/share/jupyter/lab/static/1851.0c7fca4c761a84e91876.js +1 -1
  190. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/1917.05d73322caab1f77e3bf.js +1 -0
  191. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/1929.96e62233aa6f2a8363d4.js +1 -0
  192. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/226.5dc3528c008170b37b21.js +1 -0
  193. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/2551.b07d561a12360c38c589.js +1 -0
  194. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/2579.b19edefeb9ee4daed4bd.js +1 -0
  195. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/2655.f5b7c82c80d51a0f7ab7.js +1 -0
  196. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/2727.6925b8cf1c5363f40138.js +1 -0
  197. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/2755.696bab6bdca0d9a78131.js +1 -0
  198. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/2995.0448b3ed572d9cc5fcc7.js +1 -0
  199. jupyterlab/static/3056.8a73f6aacd8ca45f84f9.js → jupyterlab-4.1.0.data/data/share/jupyter/lab/static/3056.6ed9d97c166cf2573275.js +1 -1
  200. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/3308.764d71af7e591cdb1345.js +1 -0
  201. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/367.835aef5c5efbd38183af.js +1 -0
  202. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/3711.150292a21fd47be1c05f.js +1 -0
  203. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/406.81906f96059e31e907a2.js +1 -0
  204. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/4086.3087c0abed5ca45b823b.js +1 -0
  205. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/4136.4b9f72f85f49f979ebb8.js +2 -0
  206. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/4136.4b9f72f85f49f979ebb8.js.LICENSE.txt +9 -0
  207. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/4765.093b4f8b3cee1251db8d.js +1 -0
  208. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/526.601d8ddd8347cd7790b9.js +1 -0
  209. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/5794.3cb2bcd1a3e23d0c084e.js +1 -0
  210. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/6001.963601fcecb8b4c1d1f1.js +1 -0
  211. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/627.7e292370f4d61d9e8648.js +5148 -0
  212. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/627.7e292370f4d61d9e8648.js.LICENSE.txt +14 -0
  213. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/6436.8d9ba427de4ab1053871.js +1 -0
  214. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/6515.56c63929fb079a820cbc.js +1 -0
  215. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/6770.fd7084bb2f4b7622401d.js +1 -0
  216. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/6778.345e6ac9818e30317310.js +1 -0
  217. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/6898.742a7062fa979fb68a80.js +1 -0
  218. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/7161.353c3ab960df72e6f1ea.js +1 -0
  219. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/7178.5f3dd740449b44efad2d.js +2 -0
  220. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/7272.72081c10e0f645b0631a.js +1 -0
  221. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/7313.4a8a9a1eee6f7ef15ee1.js +2 -0
  222. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/7426.c83966ccc62601d391bd.js +2 -0
  223. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/7426.c83966ccc62601d391bd.js.LICENSE.txt +17 -0
  224. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/7629.1f295461ebf56a48c197.js +1 -0
  225. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/7734.b08c15e9f538f44d0f52.js +1 -0
  226. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/7946.7fe46d47492e459b7cb5.js +1 -0
  227. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/812.647390901579c6a720cf.js +1 -0
  228. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/8152.5baac73844a065f34284.js +1 -0
  229. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/8302.5c5e5a2da7fe74b12a1d.js +1 -0
  230. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/8322.288af285dac9cb9a8800.js +1 -0
  231. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/8462.74d5f5afd4f9d7825eed.js +1 -0
  232. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/8738.782816e9072ac38762b4.js +1 -0
  233. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/881.972f79365eed0f77378e.js +1 -0
  234. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/9395.b59dceae72715c9f885c.js +1 -0
  235. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/9440.04751e25c9cde059ff37.js +1 -0
  236. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/9545.f0f7a2959bdd17ee3448.js +1 -0
  237. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/9579.4b1b079b6b7cd2924338.js +1465 -0
  238. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/9579.4b1b079b6b7cd2924338.js.LICENSE.txt +19 -0
  239. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/9870.70b2b59cc96c3a97c489.js +1 -0
  240. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/9984.6ba5355e0d5487d5ac63.js +1 -0
  241. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/build_log.json +133 -97
  242. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/index.html +1 -1
  243. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/index.out.js +97 -3
  244. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/jlab_core.570a5c21bdeb57ca2ec8.js +1 -0
  245. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/main.d277e1577010c7e39fdb.js +1 -0
  246. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/package.json +350 -0
  247. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/style.js +2 -0
  248. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/third-party-licenses.json +481 -103
  249. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/themes/@jupyterlab/theme-dark-extension/index.css +2 -0
  250. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/themes/@jupyterlab/theme-light-extension/index.css +1 -0
  251. {jupyterlab-4.0.12.dist-info → jupyterlab-4.1.0.dist-info}/METADATA +21 -20
  252. jupyterlab-4.1.0.dist-info/RECORD +872 -0
  253. jupyterlab/static/141.f110448d494068ebcc87.js +0 -2
  254. jupyterlab/static/2254.55c69210925ec9b28dd9.js +0 -1
  255. jupyterlab/static/2995.9791e1071c5f095421bf.js +0 -1
  256. jupyterlab/static/3127.75e12687687a3de3b59d.js +0 -1
  257. jupyterlab/static/3308.b85a46b26730c1cd5395.js +0 -1
  258. jupyterlab/static/4523.87224ea442d42316dda0.js +0 -1
  259. jupyterlab/static/812.063be439e3d9e318bdbd.js +0 -1
  260. jupyterlab/static/830.8ddf7d2d91f66a8e4d36.js +0 -1
  261. jupyterlab/static/8302.4c190e10b00fe083570e.js +0 -1
  262. jupyterlab/static/8768.4a80caab00174c50eb10.js +0 -2
  263. jupyterlab/static/9065.5305259c65dfa1c99874.js +0 -1
  264. jupyterlab/static/jlab_core.826ed748f0a8a70a419e.js +0 -1
  265. jupyterlab/static/main.7bc3df3894cb324b8f85.js +0 -1
  266. jupyterlab-4.0.12.data/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/package.json.orig +0 -93
  267. jupyterlab-4.0.12.data/data/share/jupyter/lab/static/141.f110448d494068ebcc87.js +0 -2
  268. jupyterlab-4.0.12.data/data/share/jupyter/lab/static/2254.55c69210925ec9b28dd9.js +0 -1
  269. jupyterlab-4.0.12.data/data/share/jupyter/lab/static/2995.9791e1071c5f095421bf.js +0 -1
  270. jupyterlab-4.0.12.data/data/share/jupyter/lab/static/3127.75e12687687a3de3b59d.js +0 -1
  271. jupyterlab-4.0.12.data/data/share/jupyter/lab/static/3308.b85a46b26730c1cd5395.js +0 -1
  272. jupyterlab-4.0.12.data/data/share/jupyter/lab/static/4523.87224ea442d42316dda0.js +0 -1
  273. jupyterlab-4.0.12.data/data/share/jupyter/lab/static/812.063be439e3d9e318bdbd.js +0 -1
  274. jupyterlab-4.0.12.data/data/share/jupyter/lab/static/830.8ddf7d2d91f66a8e4d36.js +0 -1
  275. jupyterlab-4.0.12.data/data/share/jupyter/lab/static/8302.4c190e10b00fe083570e.js +0 -1
  276. jupyterlab-4.0.12.data/data/share/jupyter/lab/static/8768.4a80caab00174c50eb10.js +0 -2
  277. jupyterlab-4.0.12.data/data/share/jupyter/lab/static/9065.5305259c65dfa1c99874.js +0 -1
  278. jupyterlab-4.0.12.data/data/share/jupyter/lab/static/jlab_core.826ed748f0a8a70a419e.js +0 -1
  279. jupyterlab-4.0.12.data/data/share/jupyter/lab/static/main.7bc3df3894cb324b8f85.js +0 -1
  280. jupyterlab-4.0.12.data/data/share/jupyter/lab/static/package.json +0 -331
  281. jupyterlab-4.0.12.dist-info/RECORD +0 -786
  282. /jupyterlab/static/{1581.e988a625b879002dcc04.js.LICENSE.txt → 1581.391504688eef08096360.js.LICENSE.txt} +0 -0
  283. /jupyterlab/static/{141.f110448d494068ebcc87.js.LICENSE.txt → 7178.5f3dd740449b44efad2d.js.LICENSE.txt} +0 -0
  284. /jupyterlab/static/{8768.4a80caab00174c50eb10.js.LICENSE.txt → 7313.4a8a9a1eee6f7ef15ee1.js.LICENSE.txt} +0 -0
  285. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/etc/jupyter/jupyter_notebook_config.d/jupyterlab.json +0 -0
  286. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/etc/jupyter/jupyter_server_config.d/jupyterlab.json +0 -0
  287. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/applications/jupyterlab.desktop +0 -0
  288. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/icons/hicolor/scalable/apps/jupyterlab.svg +0 -0
  289. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/context-menu.json +0 -0
  290. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/property-inspector.json +0 -0
  291. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/shell.json +0 -0
  292. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/top-bar.json +0 -0
  293. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/notification.json +0 -0
  294. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/palette.json +0 -0
  295. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/print.json +0 -0
  296. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/sanitizer.json +0 -0
  297. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/utilityCommands.json +0 -0
  298. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/workspaces.json +0 -0
  299. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/cell-toolbar-extension/plugin.json +0 -0
  300. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/celltags-extension/plugin.json +0 -0
  301. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/codemirror-extension/plugin.json +0 -0
  302. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/console-extension/completer.json +0 -0
  303. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/console-extension/foreign.json +0 -0
  304. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/csvviewer-extension/csv.json +0 -0
  305. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/csvviewer-extension/tsv.json +0 -0
  306. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/debugger-extension/main.json +0 -0
  307. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/download.json +0 -0
  308. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/plugin.json +0 -0
  309. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/extensionmanager-extension/plugin.json +0 -0
  310. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/download.json +0 -0
  311. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/open-browser-tab.json +0 -0
  312. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/open-with.json +0 -0
  313. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/widget.json +0 -0
  314. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/fileeditor-extension/completer.json +0 -0
  315. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/fileeditor-extension/plugin.json +0 -0
  316. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/about.json +0 -0
  317. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/jupyter-forum.json +0 -0
  318. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/launch-classic.json +0 -0
  319. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/htmlviewer-extension/plugin.json +0 -0
  320. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/hub-extension/menu.json +0 -0
  321. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/imageviewer-extension/plugin.json +0 -0
  322. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/consoles.json +0 -0
  323. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/inspector.json +0 -0
  324. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/notebooks.json +0 -0
  325. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/launcher-extension/plugin.json +0 -0
  326. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/logconsole-extension/plugin.json +0 -0
  327. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/lsp-extension/plugin.json +0 -0
  328. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/markdownviewer-extension/plugin.json +0 -0
  329. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/mathjax-extension/plugin.json +0 -0
  330. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/metadataform-extension/metadataforms.json +0 -0
  331. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/completer.json +0 -0
  332. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/export.json +0 -0
  333. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/tools.json +0 -0
  334. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/running-extension/plugin.json +0 -0
  335. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/settingeditor-extension/form-ui.json +0 -0
  336. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/settingeditor-extension/plugin.json +0 -0
  337. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/shortcuts-extension/shortcuts.json +0 -0
  338. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/statusbar-extension/plugin.json +0 -0
  339. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/toc-extension/registry.json +0 -0
  340. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/consoles.json +0 -0
  341. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/files.json +0 -0
  342. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/notebooks.json +0 -0
  343. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/translation-extension/plugin.json +0 -0
  344. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1036.0d1f109c3d842497fd51.js +0 -0
  345. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1036.0d1f109c3d842497fd51.js.LICENSE.txt +0 -0
  346. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1085.0b67f0736d85ec41fdd4.js +0 -0
  347. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1142.d5442a459b18907c1f91.js +0 -0
  348. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1168.0a95b9c93afe61ceb527.js +0 -0
  349. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1294.9d27be1098bc8abebe3f.js +0 -0
  350. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1410.e2302ff5f564d6e596bb.js +0 -0
  351. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1420.e8486ed074346bc629ca.js +0 -0
  352. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1448.c391061d8a8344f9d177.js +0 -0
  353. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1452.4cc17f31511d1f9c6052.js +0 -0
  354. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1467.dcd89539f6477c1367af.js +0 -0
  355. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1550.09375e869bc25429b07a.js +0 -0
  356. /jupyterlab-4.0.12.data/data/share/jupyter/lab/static/1581.e988a625b879002dcc04.js.LICENSE.txt → /jupyterlab-4.1.0.data/data/share/jupyter/lab/static/1581.391504688eef08096360.js.LICENSE.txt +0 -0
  357. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1608.61240f3db67d3d952790.js +0 -0
  358. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1716.a6bbe1ae8a1986a73623.js +0 -0
  359. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1776.4f9305d35480467b23c9.js +0 -0
  360. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1861.4fc7b4afe2b09eb6b5c0.js +0 -0
  361. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1903.3b452e8ec30e57dbaba5.js +0 -0
  362. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1945.0fbbfe93a4aedd91875c.js +0 -0
  363. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1954.07d96e4020ed6e543d25.js +0 -0
  364. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1993.f8c5682f95ffa75cbaf6.js +0 -0
  365. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1cb1c39ea642f26a4dfe.woff +0 -0
  366. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2039.aa079dac5c520f93b234.js +0 -0
  367. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2090.abc86741318f76c3d726.js +0 -0
  368. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2091.600b1c32af186f6405f9.js +0 -0
  369. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2104.296346db0067b4883fbf.js +0 -0
  370. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2145.be9ec610f29703694fcf.js +0 -0
  371. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2295.cda0f7182bf2a1a03c5a.js +0 -0
  372. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2320.04abae549b19363c2fdd.js +0 -0
  373. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2363.6eef078cb37c32d7fbc3.js +0 -0
  374. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2459.9f9cb02561de1bec73ff.js +0 -0
  375. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2485.dab750ed66209df61fe1.js +0 -0
  376. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2617.9c299e26785f7646cb39.js +0 -0
  377. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2646.0864fb63d7ab1ed16893.js +0 -0
  378. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/26683bf201fb258a2237.woff +0 -0
  379. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2800.680b1fa0a4c66c69bb1e.js +0 -0
  380. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2857.27a6e85f5c4c092ab8a2.js +0 -0
  381. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2909.e190307f7f84c7691068.js +0 -0
  382. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/292.3f7844a129f16ec1ffbc.js +0 -0
  383. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2929.b88233153dbf33f40b29.js +0 -0
  384. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2953.92ff8f12bad6ee06859c.js +0 -0
  385. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2990.ea15322a41d3f133989b.js +0 -0
  386. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/30e889b58cbc51adfbb0.woff +0 -0
  387. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3123.85cea4be2e2ed3f9654f.js +0 -0
  388. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/32792104b5ef69eded90.woff +0 -0
  389. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3306.8bdc49ad1a7ca593a838.js +0 -0
  390. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3520.3495b98946de6960ace8.js +0 -0
  391. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3528.3b5ef5f31d460b5fcd01.js +0 -0
  392. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3547.bd90e90bfe79911486e8.js +0 -0
  393. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3549.24f2fe646d8128bc9db0.js +0 -0
  394. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/355254db9ca10a09a3b5.woff +0 -0
  395. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3601.5c17c015d71b69ddcab3.js +0 -0
  396. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/36e0d72d8a7afc696a3e.woff +0 -0
  397. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3724.a4657dc16be2ffc49282.js +0 -0
  398. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/373c04fd2418f5c77eea.eot +0 -0
  399. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/378.6d0f0fc4c8a2eb80ac43.js +0 -0
  400. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3783.93d5366ab28a19e1f0f9.js +0 -0
  401. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3807.08a8fd824036c30b3746.js +0 -0
  402. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/383.db345dbeef5ef774e50c.js +0 -0
  403. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3871.ba96e5b53bb16df56618.js +0 -0
  404. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3923.f29c06abdcb560130471.js +0 -0
  405. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3935.905285b8e22c337968ed.js +0 -0
  406. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3935.905285b8e22c337968ed.js.LICENSE.txt +0 -0
  407. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3962.50786e3ed9a01329a4a0.js +0 -0
  408. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3bc6ecaae7ecf6f8d7f8.woff +0 -0
  409. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3de784d07b9fa8f104c1.woff +0 -0
  410. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3f6d3488cf65374f6f67.woff +0 -0
  411. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4008.86acbefff6de679f77b5.js +0 -0
  412. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4008.86acbefff6de679f77b5.js.LICENSE.txt +0 -0
  413. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4017.096a74a538e031b6d346.js +0 -0
  414. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4043.aa012978c41d1d1b2f14.js +0 -0
  415. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4139.303ee7374c742287be85.js +0 -0
  416. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4155.5a8d6736017097028d78.js +0 -0
  417. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4283.f6092d8b7f2e53118d1b.js +0 -0
  418. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4291.e5d8997127541f75fdaf.js +0 -0
  419. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4405.43dab120fea32f30bbb9.js +0 -0
  420. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4419.93938494f456cd76a7e3.js +0 -0
  421. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4452.2f8819684b96ecff5231.js +0 -0
  422. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4519.6b784d052db42e93eff2.js +0 -0
  423. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4562.72444a09f5f092646490.js +0 -0
  424. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4591.428531724f49fe824ffa.js +0 -0
  425. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/46.fb119c5e5b1e0c72a00f.js +0 -0
  426. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4743.d4e9658ea25301e15a94.js +0 -0
  427. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/481e39042508ae313a60.woff +0 -0
  428. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4878.73004381601237a3ef9c.js +0 -0
  429. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/49.7233f68f95d10b85a83e.js +0 -0
  430. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4986.a497cdda4b7152902568.js +0 -0
  431. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/5041.cdc120bda0a0dec4cfc2.js +0 -0
  432. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/5157.9c77dc27a251d4135876.js +0 -0
  433. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/5201.8866042bae350659528a.js +0 -0
  434. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/5203.c002d40ac647dc6e1d61.js +0 -0
  435. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/5331.0cd3f010bb08983ec3fd.js +0 -0
  436. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/5440.2541fcda12b661665148.js +0 -0
  437. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/5521.ce4a0274596e0325374c.js +0 -0
  438. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/5746.e4434ef2027bcc5ed0c9.js +0 -0
  439. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/581.2b878ed37172aced15b5.js +0 -0
  440. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/5881.3946238aa4afdcf4f964.js +0 -0
  441. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/5959.a6b1fd3b03d3649ea8b1.js +0 -0
  442. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/5cda41563a095bd70c78.woff +0 -0
  443. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/6059.d83e7323b2ee1aa16009.js +0 -0
  444. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/6163.f5b51a9f0df4846ba40f.js +0 -0
  445. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/6207.a8079c8d8a61039dd530.js +0 -0
  446. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/6243.2efd673d1304c43b7b78.js +0 -0
  447. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/6267.1def2916929e185ab9fc.js +0 -0
  448. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/6359.4b994bfd6b1dea2d6fe3.js +0 -0
  449. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/6443.e6b52d3732b3e8513a71.js +0 -0
  450. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/6532.bb7137729a2d6d4e6ddf.js +0 -0
  451. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/6560.f42276a0b1b92aea515b.js +0 -0
  452. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/6595.6a1d7e1abbf186dd119b.js +0 -0
  453. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/6686.3c518aa6e5f9785fb486.js +0 -0
  454. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/6815.0b699f0c162a24b0dbe3.js +0 -0
  455. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/6888.9d3914817f3290827a64.js +0 -0
  456. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7080.1330328bb6f46b4da81e.js +0 -0
  457. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7112.d5120c85ebd17620dda0.js +0 -0
  458. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7173.e28f63dbd553818e07d3.js +0 -0
  459. /jupyterlab-4.0.12.data/data/share/jupyter/lab/static/141.f110448d494068ebcc87.js.LICENSE.txt → /jupyterlab-4.1.0.data/data/share/jupyter/lab/static/7178.5f3dd740449b44efad2d.js.LICENSE.txt +0 -0
  460. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/721921bab0d001ebff02.woff +0 -0
  461. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7245.c0cae8787dcd00b991b7.js +0 -0
  462. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7294.badf85a3180703d63f62.js +0 -0
  463. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7294.badf85a3180703d63f62.js.LICENSE.txt +0 -0
  464. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/72bc573386dd1d48c5bb.woff +0 -0
  465. /jupyterlab-4.0.12.data/data/share/jupyter/lab/static/8768.4a80caab00174c50eb10.js.LICENSE.txt → /jupyterlab-4.1.0.data/data/share/jupyter/lab/static/7313.4a8a9a1eee6f7ef15ee1.js.LICENSE.txt +0 -0
  466. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7317.af8a7da0f881a22752c1.js +0 -0
  467. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7318.397bf8e913e825b2be27.js +0 -0
  468. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7363.abe8e31a91e113753bae.js +0 -0
  469. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7384.60351e008d8f687e8fcc.js +0 -0
  470. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7390.8253478b90f756692702.js +0 -0
  471. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/745.85516a9bb83bcd94d00d.js +0 -0
  472. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7451.c0257dbfdd320e2c21f5.js +0 -0
  473. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7451.c0257dbfdd320e2c21f5.js.LICENSE.txt +0 -0
  474. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7472.58ba8647a489d019c2ef.js +0 -0
  475. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7473.5012397d10d3b945ecaa.js +0 -0
  476. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7508.b902347f820c70cd386a.js +0 -0
  477. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7511.b381a696cf806983c654.js +0 -0
  478. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7517.f3e5d420f4af90d442dd.js +0 -0
  479. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7669.343e259c4c8269479f5b.js +0 -0
  480. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7702.c479c69f7a532f7b3fd5.js +0 -0
  481. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7730.7e3a9fb140d2d55a51fc.js +0 -0
  482. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7731.26db150e967313b7a7e2.js +0 -0
  483. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7763.19a095394000f9ef62bd.js +0 -0
  484. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7763.19a095394000f9ef62bd.js.LICENSE.txt +0 -0
  485. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7775.3e0dee729369fe3d5008.js +0 -0
  486. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7823.817687f13e9a6781fdd3.js +0 -0
  487. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7827.e36d073d947bf02a05e3.js +0 -0
  488. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7848.e83aa4b90ae87209abb8.js +0 -0
  489. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/786.8a99ee7dbd7bd0eb9dce.js +0 -0
  490. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7877.a4c46a784149533b91d4.js +0 -0
  491. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7887.128a155df5d25e88c0ce.js +0 -0
  492. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/795.47ab66037ef33f808f09.js +0 -0
  493. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/79d088064beb3826054f.eot +0 -0
  494. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8002.25f64485372af5158c83.js +0 -0
  495. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8010.1cf8237e9def8404f355.js +0 -0
  496. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8012.40cb006f0c180ebafa91.js +0 -0
  497. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8285.1eac7b7582569be1c3a8.js +0 -0
  498. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8319.80fcbc832e1eb20b71e7.js +0 -0
  499. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8347.573b699e3590729bfa8a.js +0 -0
  500. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8405.154ba4b17a2dec22a355.js +0 -0
  501. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8493.fc635229db38e6fc6aa2.js +0 -0
  502. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8498.27a245b23921914bf5c2.js +0 -0
  503. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8512.1af96655287fd124877b.js +0 -0
  504. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8678.dcd3dab9025b13eb9be8.js +0 -0
  505. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/870673df72e70f87c91a.woff +0 -0
  506. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8710.5fc5ecb762fb4494db02.js +0 -0
  507. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8771.327a202178f82f3b15b8.js +0 -0
  508. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8787.4d36d28dcf94bf59cbfe.js +0 -0
  509. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8805.0f14a91b024b59c039a7.js +0 -0
  510. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8823.2ff947bcd96cc0723058.js +0 -0
  511. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8875.88988caaba1e33edad5b.js +0 -0
  512. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/88b98cad3688915e50da.woff +0 -0
  513. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8ea8791754915a898a31.woff2 +0 -0
  514. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8ea8dbb1b02e6f730f55.woff +0 -0
  515. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9.0e0cba0ccc2a4b670600.js +0 -0
  516. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9030.260bc05e28eccff70ae8.js +0 -0
  517. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9041.df39043656c7233552e4.js +0 -0
  518. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9055.bd710a8db8883a836b59.js +0 -0
  519. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9109.fa3ee74a5c0f378f4d51.js +0 -0
  520. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9192.db4337a516b7f38d1f89.js +0 -0
  521. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9222.1c2a8e69a2de57dd1984.js +0 -0
  522. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9230.58b8c42b730e1a56e69b.js +0 -0
  523. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9265.bc2b66a4502cdfcfc14f.js +0 -0
  524. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9362.823dcfac216f8057452d.js +0 -0
  525. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9409.34c33ed11e2d6f318480.js +0 -0
  526. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/942.93c8de61ea9ea08ec097.js +0 -0
  527. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9421.022dc7b4e9a2c80c32c2.js +0 -0
  528. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9445.fe5e9e5b728de8d15873.js +0 -0
  529. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9621.9cbfa52c42927bb398b4.js +0 -0
  530. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9653.d93c93e084cd5e93cd2d.js +0 -0
  531. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9674eb1bd55047179038.svg +0 -0
  532. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9738.c0234a1f7f6ac262f560.js +0 -0
  533. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9747.6dd327f4928c6989ea8a.js +0 -0
  534. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9747.6dd327f4928c6989ea8a.js.LICENSE.txt +0 -0
  535. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9826.406d2a71dc45995bc549.js +0 -0
  536. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9826.406d2a71dc45995bc549.js.LICENSE.txt +0 -0
  537. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9834b82ad26e2a37583d.woff2 +0 -0
  538. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/a009bea404f7a500ded4.woff +0 -0
  539. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/a3b9817780214caf01e8.svg +0 -0
  540. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/af04542b29eaac04550a.woff +0 -0
  541. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/af6397503fcefbd61397.ttf +0 -0
  542. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/af96f67d7accf5fd2a4a.woff +0 -0
  543. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/b418136e3b384baaadec.woff +0 -0
  544. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/be0a084962d8066884f7.svg +0 -0
  545. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/bootstrap.js +0 -0
  546. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/c49810b53ecc0d87d802.woff +0 -0
  547. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/c56da8d69f1a0208b8e0.woff +0 -0
  548. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/cb9e9e693192413cde2b.woff +0 -0
  549. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/cda59d6efffa685830fd.ttf +0 -0
  550. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/e4299464e7b012968eed.eot +0 -0
  551. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/e42a88444448ac3d6054.woff2 +0 -0
  552. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/e8711bbb871afd8e9dea.ttf +0 -0
  553. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/f9217f66874b0c01cd8c.woff +0 -0
  554. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/fc6ddf5df402b263cfb1.woff +0 -0
  555. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/themes/@jupyterlab/theme-dark-extension/index.js +0 -0
  556. {jupyterlab-4.0.12.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/themes/@jupyterlab/theme-light-extension/index.js +0 -0
  557. {jupyterlab-4.0.12.dist-info → jupyterlab-4.1.0.dist-info}/WHEEL +0 -0
  558. {jupyterlab-4.0.12.dist-info → jupyterlab-4.1.0.dist-info}/entry_points.txt +0 -0
  559. {jupyterlab-4.0.12.dist-info → jupyterlab-4.1.0.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1 @@
1
+ "use strict";(self["webpackChunk_jupyterlab_application_top"]=self["webpackChunk_jupyterlab_application_top"]||[]).push([[881],{40881:(t,e,i)=>{i.r(e);i.d(e,{diagram:()=>it});var n=i(23787);var r=i(34596);var s=i(96001);var a=i(67058);var l=i(27484);var c=i.n(l);var o=i(17967);var h=i(27856);var u=i.n(h);var y=function(){var t=function(t,e,i,n){for(i=i||{},n=t.length;n--;i[t[n]]=e);return i},e=[1,3],i=[1,4],n=[1,5],r=[1,6],s=[5,6,8,9,11,13,31,32,33,34,35,36,44,62,63],a=[1,18],l=[2,7],c=[1,22],o=[1,23],h=[1,24],u=[1,25],y=[1,26],d=[1,27],p=[1,20],f=[1,28],_=[1,29],E=[62,63],g=[5,8,9,11,13,31,32,33,34,35,36,44,51,53,62,63],R=[1,47],m=[1,48],I=[1,49],b=[1,50],k=[1,51],S=[1,52],T=[1,53],N=[53,54],x=[1,64],v=[1,60],A=[1,61],q=[1,62],w=[1,63],$=[1,65],O=[1,69],C=[1,70],L=[1,67],M=[1,68],F=[5,8,9,11,13,31,32,33,34,35,36,44,62,63];var D={trace:function t(){},yy:{},symbols_:{error:2,start:3,directive:4,NEWLINE:5,RD:6,diagram:7,EOF:8,acc_title:9,acc_title_value:10,acc_descr:11,acc_descr_value:12,acc_descr_multiline_value:13,requirementDef:14,elementDef:15,relationshipDef:16,requirementType:17,requirementName:18,STRUCT_START:19,requirementBody:20,ID:21,COLONSEP:22,id:23,TEXT:24,text:25,RISK:26,riskLevel:27,VERIFYMTHD:28,verifyType:29,STRUCT_STOP:30,REQUIREMENT:31,FUNCTIONAL_REQUIREMENT:32,INTERFACE_REQUIREMENT:33,PERFORMANCE_REQUIREMENT:34,PHYSICAL_REQUIREMENT:35,DESIGN_CONSTRAINT:36,LOW_RISK:37,MED_RISK:38,HIGH_RISK:39,VERIFY_ANALYSIS:40,VERIFY_DEMONSTRATION:41,VERIFY_INSPECTION:42,VERIFY_TEST:43,ELEMENT:44,elementName:45,elementBody:46,TYPE:47,type:48,DOCREF:49,ref:50,END_ARROW_L:51,relationship:52,LINE:53,END_ARROW_R:54,CONTAINS:55,COPIES:56,DERIVES:57,SATISFIES:58,VERIFIES:59,REFINES:60,TRACES:61,unqString:62,qString:63,$accept:0,$end:1},terminals_:{2:"error",5:"NEWLINE",6:"RD",8:"EOF",9:"acc_title",10:"acc_title_value",11:"acc_descr",12:"acc_descr_value",13:"acc_descr_multiline_value",19:"STRUCT_START",21:"ID",22:"COLONSEP",24:"TEXT",26:"RISK",28:"VERIFYMTHD",30:"STRUCT_STOP",31:"REQUIREMENT",32:"FUNCTIONAL_REQUIREMENT",33:"INTERFACE_REQUIREMENT",34:"PERFORMANCE_REQUIREMENT",35:"PHYSICAL_REQUIREMENT",36:"DESIGN_CONSTRAINT",37:"LOW_RISK",38:"MED_RISK",39:"HIGH_RISK",40:"VERIFY_ANALYSIS",41:"VERIFY_DEMONSTRATION",42:"VERIFY_INSPECTION",43:"VERIFY_TEST",44:"ELEMENT",47:"TYPE",49:"DOCREF",51:"END_ARROW_L",53:"LINE",54:"END_ARROW_R",55:"CONTAINS",56:"COPIES",57:"DERIVES",58:"SATISFIES",59:"VERIFIES",60:"REFINES",61:"TRACES",62:"unqString",63:"qString"},productions_:[0,[3,3],[3,2],[3,4],[4,2],[4,2],[4,1],[7,0],[7,2],[7,2],[7,2],[7,2],[7,2],[14,5],[20,5],[20,5],[20,5],[20,5],[20,2],[20,1],[17,1],[17,1],[17,1],[17,1],[17,1],[17,1],[27,1],[27,1],[27,1],[29,1],[29,1],[29,1],[29,1],[15,5],[46,5],[46,5],[46,2],[46,1],[16,5],[16,5],[52,1],[52,1],[52,1],[52,1],[52,1],[52,1],[52,1],[18,1],[18,1],[23,1],[23,1],[25,1],[25,1],[45,1],[45,1],[48,1],[48,1],[50,1],[50,1]],performAction:function t(e,i,n,r,s,a,l){var c=a.length-1;switch(s){case 4:this.$=a[c].trim();r.setAccTitle(this.$);break;case 5:case 6:this.$=a[c].trim();r.setAccDescription(this.$);break;case 7:this.$=[];break;case 13:r.addRequirement(a[c-3],a[c-4]);break;case 14:r.setNewReqId(a[c-2]);break;case 15:r.setNewReqText(a[c-2]);break;case 16:r.setNewReqRisk(a[c-2]);break;case 17:r.setNewReqVerifyMethod(a[c-2]);break;case 20:this.$=r.RequirementType.REQUIREMENT;break;case 21:this.$=r.RequirementType.FUNCTIONAL_REQUIREMENT;break;case 22:this.$=r.RequirementType.INTERFACE_REQUIREMENT;break;case 23:this.$=r.RequirementType.PERFORMANCE_REQUIREMENT;break;case 24:this.$=r.RequirementType.PHYSICAL_REQUIREMENT;break;case 25:this.$=r.RequirementType.DESIGN_CONSTRAINT;break;case 26:this.$=r.RiskLevel.LOW_RISK;break;case 27:this.$=r.RiskLevel.MED_RISK;break;case 28:this.$=r.RiskLevel.HIGH_RISK;break;case 29:this.$=r.VerifyType.VERIFY_ANALYSIS;break;case 30:this.$=r.VerifyType.VERIFY_DEMONSTRATION;break;case 31:this.$=r.VerifyType.VERIFY_INSPECTION;break;case 32:this.$=r.VerifyType.VERIFY_TEST;break;case 33:r.addElement(a[c-3]);break;case 34:r.setNewElementType(a[c-2]);break;case 35:r.setNewElementDocRef(a[c-2]);break;case 38:r.addRelationship(a[c-2],a[c],a[c-4]);break;case 39:r.addRelationship(a[c-2],a[c-4],a[c]);break;case 40:this.$=r.Relationships.CONTAINS;break;case 41:this.$=r.Relationships.COPIES;break;case 42:this.$=r.Relationships.DERIVES;break;case 43:this.$=r.Relationships.SATISFIES;break;case 44:this.$=r.Relationships.VERIFIES;break;case 45:this.$=r.Relationships.REFINES;break;case 46:this.$=r.Relationships.TRACES;break}},table:[{3:1,4:2,6:e,9:i,11:n,13:r},{1:[3]},{3:8,4:2,5:[1,7],6:e,9:i,11:n,13:r},{5:[1,9]},{10:[1,10]},{12:[1,11]},t(s,[2,6]),{3:12,4:2,6:e,9:i,11:n,13:r},{1:[2,2]},{4:17,5:a,7:13,8:l,9:i,11:n,13:r,14:14,15:15,16:16,17:19,23:21,31:c,32:o,33:h,34:u,35:y,36:d,44:p,62:f,63:_},t(s,[2,4]),t(s,[2,5]),{1:[2,1]},{8:[1,30]},{4:17,5:a,7:31,8:l,9:i,11:n,13:r,14:14,15:15,16:16,17:19,23:21,31:c,32:o,33:h,34:u,35:y,36:d,44:p,62:f,63:_},{4:17,5:a,7:32,8:l,9:i,11:n,13:r,14:14,15:15,16:16,17:19,23:21,31:c,32:o,33:h,34:u,35:y,36:d,44:p,62:f,63:_},{4:17,5:a,7:33,8:l,9:i,11:n,13:r,14:14,15:15,16:16,17:19,23:21,31:c,32:o,33:h,34:u,35:y,36:d,44:p,62:f,63:_},{4:17,5:a,7:34,8:l,9:i,11:n,13:r,14:14,15:15,16:16,17:19,23:21,31:c,32:o,33:h,34:u,35:y,36:d,44:p,62:f,63:_},{4:17,5:a,7:35,8:l,9:i,11:n,13:r,14:14,15:15,16:16,17:19,23:21,31:c,32:o,33:h,34:u,35:y,36:d,44:p,62:f,63:_},{18:36,62:[1,37],63:[1,38]},{45:39,62:[1,40],63:[1,41]},{51:[1,42],53:[1,43]},t(E,[2,20]),t(E,[2,21]),t(E,[2,22]),t(E,[2,23]),t(E,[2,24]),t(E,[2,25]),t(g,[2,49]),t(g,[2,50]),{1:[2,3]},{8:[2,8]},{8:[2,9]},{8:[2,10]},{8:[2,11]},{8:[2,12]},{19:[1,44]},{19:[2,47]},{19:[2,48]},{19:[1,45]},{19:[2,53]},{19:[2,54]},{52:46,55:R,56:m,57:I,58:b,59:k,60:S,61:T},{52:54,55:R,56:m,57:I,58:b,59:k,60:S,61:T},{5:[1,55]},{5:[1,56]},{53:[1,57]},t(N,[2,40]),t(N,[2,41]),t(N,[2,42]),t(N,[2,43]),t(N,[2,44]),t(N,[2,45]),t(N,[2,46]),{54:[1,58]},{5:x,20:59,21:v,24:A,26:q,28:w,30:$},{5:O,30:C,46:66,47:L,49:M},{23:71,62:f,63:_},{23:72,62:f,63:_},t(F,[2,13]),{22:[1,73]},{22:[1,74]},{22:[1,75]},{22:[1,76]},{5:x,20:77,21:v,24:A,26:q,28:w,30:$},t(F,[2,19]),t(F,[2,33]),{22:[1,78]},{22:[1,79]},{5:O,30:C,46:80,47:L,49:M},t(F,[2,37]),t(F,[2,38]),t(F,[2,39]),{23:81,62:f,63:_},{25:82,62:[1,83],63:[1,84]},{27:85,37:[1,86],38:[1,87],39:[1,88]},{29:89,40:[1,90],41:[1,91],42:[1,92],43:[1,93]},t(F,[2,18]),{48:94,62:[1,95],63:[1,96]},{50:97,62:[1,98],63:[1,99]},t(F,[2,36]),{5:[1,100]},{5:[1,101]},{5:[2,51]},{5:[2,52]},{5:[1,102]},{5:[2,26]},{5:[2,27]},{5:[2,28]},{5:[1,103]},{5:[2,29]},{5:[2,30]},{5:[2,31]},{5:[2,32]},{5:[1,104]},{5:[2,55]},{5:[2,56]},{5:[1,105]},{5:[2,57]},{5:[2,58]},{5:x,20:106,21:v,24:A,26:q,28:w,30:$},{5:x,20:107,21:v,24:A,26:q,28:w,30:$},{5:x,20:108,21:v,24:A,26:q,28:w,30:$},{5:x,20:109,21:v,24:A,26:q,28:w,30:$},{5:O,30:C,46:110,47:L,49:M},{5:O,30:C,46:111,47:L,49:M},t(F,[2,14]),t(F,[2,15]),t(F,[2,16]),t(F,[2,17]),t(F,[2,34]),t(F,[2,35])],defaultActions:{8:[2,2],12:[2,1],30:[2,3],31:[2,8],32:[2,9],33:[2,10],34:[2,11],35:[2,12],37:[2,47],38:[2,48],40:[2,53],41:[2,54],83:[2,51],84:[2,52],86:[2,26],87:[2,27],88:[2,28],90:[2,29],91:[2,30],92:[2,31],93:[2,32],95:[2,55],96:[2,56],98:[2,57],99:[2,58]},parseError:function t(e,i){if(i.recoverable){this.trace(e)}else{var n=new Error(e);n.hash=i;throw n}},parse:function t(e){var i=this,n=[0],r=[],s=[null],a=[],l=this.table,c="",o=0,h=0,u=2,y=1;var d=a.slice.call(arguments,1);var p=Object.create(this.lexer);var f={yy:{}};for(var _ in this.yy){if(Object.prototype.hasOwnProperty.call(this.yy,_)){f.yy[_]=this.yy[_]}}p.setInput(e,f.yy);f.yy.lexer=p;f.yy.parser=this;if(typeof p.yylloc=="undefined"){p.yylloc={}}var E=p.yylloc;a.push(E);var g=p.options&&p.options.ranges;if(typeof f.yy.parseError==="function"){this.parseError=f.yy.parseError}else{this.parseError=Object.getPrototypeOf(this).parseError}function R(){var t;t=r.pop()||p.lex()||y;if(typeof t!=="number"){if(t instanceof Array){r=t;t=r.pop()}t=i.symbols_[t]||t}return t}var m,I,b,k,S={},T,N,x,v;while(true){I=n[n.length-1];if(this.defaultActions[I]){b=this.defaultActions[I]}else{if(m===null||typeof m=="undefined"){m=R()}b=l[I]&&l[I][m]}if(typeof b==="undefined"||!b.length||!b[0]){var A="";v=[];for(T in l[I]){if(this.terminals_[T]&&T>u){v.push("'"+this.terminals_[T]+"'")}}if(p.showPosition){A="Parse error on line "+(o+1)+":\n"+p.showPosition()+"\nExpecting "+v.join(", ")+", got '"+(this.terminals_[m]||m)+"'"}else{A="Parse error on line "+(o+1)+": Unexpected "+(m==y?"end of input":"'"+(this.terminals_[m]||m)+"'")}this.parseError(A,{text:p.match,token:this.terminals_[m]||m,line:p.yylineno,loc:E,expected:v})}if(b[0]instanceof Array&&b.length>1){throw new Error("Parse Error: multiple actions possible at state: "+I+", token: "+m)}switch(b[0]){case 1:n.push(m);s.push(p.yytext);a.push(p.yylloc);n.push(b[1]);m=null;{h=p.yyleng;c=p.yytext;o=p.yylineno;E=p.yylloc}break;case 2:N=this.productions_[b[1]][1];S.$=s[s.length-N];S._$={first_line:a[a.length-(N||1)].first_line,last_line:a[a.length-1].last_line,first_column:a[a.length-(N||1)].first_column,last_column:a[a.length-1].last_column};if(g){S._$.range=[a[a.length-(N||1)].range[0],a[a.length-1].range[1]]}k=this.performAction.apply(S,[c,h,o,f.yy,b[1],s,a].concat(d));if(typeof k!=="undefined"){return k}if(N){n=n.slice(0,-1*N*2);s=s.slice(0,-1*N);a=a.slice(0,-1*N)}n.push(this.productions_[b[1]][0]);s.push(S.$);a.push(S._$);x=l[n[n.length-2]][n[n.length-1]];n.push(x);break;case 3:return true}}return true}};var P=function(){var t={EOF:1,parseError:function t(e,i){if(this.yy.parser){this.yy.parser.parseError(e,i)}else{throw new Error(e)}},setInput:function(t,e){this.yy=e||this.yy||{};this._input=t;this._more=this._backtrack=this.done=false;this.yylineno=this.yyleng=0;this.yytext=this.matched=this.match="";this.conditionStack=["INITIAL"];this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0};if(this.options.ranges){this.yylloc.range=[0,0]}this.offset=0;return this},input:function(){var t=this._input[0];this.yytext+=t;this.yyleng++;this.offset++;this.match+=t;this.matched+=t;var e=t.match(/(?:\r\n?|\n).*/g);if(e){this.yylineno++;this.yylloc.last_line++}else{this.yylloc.last_column++}if(this.options.ranges){this.yylloc.range[1]++}this._input=this._input.slice(1);return t},unput:function(t){var e=t.length;var i=t.split(/(?:\r\n?|\n)/g);this._input=t+this._input;this.yytext=this.yytext.substr(0,this.yytext.length-e);this.offset-=e;var n=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1);this.matched=this.matched.substr(0,this.matched.length-1);if(i.length-1){this.yylineno-=i.length-1}var r=this.yylloc.range;this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:i?(i.length===n.length?this.yylloc.first_column:0)+n[n.length-i.length].length-i[0].length:this.yylloc.first_column-e};if(this.options.ranges){this.yylloc.range=[r[0],r[0]+this.yyleng-e]}this.yyleng=this.yytext.length;return this},more:function(){this._more=true;return this},reject:function(){if(this.options.backtrack_lexer){this._backtrack=true}else{return this.parseError("Lexical error on line "+(this.yylineno+1)+". You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})}return this},less:function(t){this.unput(this.match.slice(t))},pastInput:function(){var t=this.matched.substr(0,this.matched.length-this.match.length);return(t.length>20?"...":"")+t.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var t=this.match;if(t.length<20){t+=this._input.substr(0,20-t.length)}return(t.substr(0,20)+(t.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var t=this.pastInput();var e=new Array(t.length+1).join("-");return t+this.upcomingInput()+"\n"+e+"^"},test_match:function(t,e){var i,n,r;if(this.options.backtrack_lexer){r={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done};if(this.options.ranges){r.yylloc.range=this.yylloc.range.slice(0)}}n=t[0].match(/(?:\r\n?|\n).*/g);if(n){this.yylineno+=n.length}this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:n?n[n.length-1].length-n[n.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+t[0].length};this.yytext+=t[0];this.match+=t[0];this.matches=t;this.yyleng=this.yytext.length;if(this.options.ranges){this.yylloc.range=[this.offset,this.offset+=this.yyleng]}this._more=false;this._backtrack=false;this._input=this._input.slice(t[0].length);this.matched+=t[0];i=this.performAction.call(this,this.yy,this,e,this.conditionStack[this.conditionStack.length-1]);if(this.done&&this._input){this.done=false}if(i){return i}else if(this._backtrack){for(var s in r){this[s]=r[s]}return false}return false},next:function(){if(this.done){return this.EOF}if(!this._input){this.done=true}var t,e,i,n;if(!this._more){this.yytext="";this.match=""}var r=this._currentRules();for(var s=0;s<r.length;s++){i=this._input.match(this.rules[r[s]]);if(i&&(!e||i[0].length>e[0].length)){e=i;n=s;if(this.options.backtrack_lexer){t=this.test_match(i,r[s]);if(t!==false){return t}else if(this._backtrack){e=false;continue}else{return false}}else if(!this.options.flex){break}}}if(e){t=this.test_match(e,r[n]);if(t!==false){return t}return false}if(this._input===""){return this.EOF}else{return this.parseError("Lexical error on line "+(this.yylineno+1)+". Unrecognized text.\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})}},lex:function t(){var e=this.next();if(e){return e}else{return this.lex()}},begin:function t(e){this.conditionStack.push(e)},popState:function t(){var e=this.conditionStack.length-1;if(e>0){return this.conditionStack.pop()}else{return this.conditionStack[0]}},_currentRules:function t(){if(this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]){return this.conditions[this.conditionStack[this.conditionStack.length-1]].rules}else{return this.conditions["INITIAL"].rules}},topState:function t(e){e=this.conditionStack.length-1-Math.abs(e||0);if(e>=0){return this.conditionStack[e]}else{return"INITIAL"}},pushState:function t(e){this.begin(e)},stateStackSize:function t(){return this.conditionStack.length},options:{"case-insensitive":true},performAction:function t(e,i,n,r){switch(n){case 0:return"title";case 1:this.begin("acc_title");return 9;case 2:this.popState();return"acc_title_value";case 3:this.begin("acc_descr");return 11;case 4:this.popState();return"acc_descr_value";case 5:this.begin("acc_descr_multiline");break;case 6:this.popState();break;case 7:return"acc_descr_multiline_value";case 8:return 5;case 9:break;case 10:break;case 11:break;case 12:return 8;case 13:return 6;case 14:return 19;case 15:return 30;case 16:return 22;case 17:return 21;case 18:return 24;case 19:return 26;case 20:return 28;case 21:return 31;case 22:return 32;case 23:return 33;case 24:return 34;case 25:return 35;case 26:return 36;case 27:return 37;case 28:return 38;case 29:return 39;case 30:return 40;case 31:return 41;case 32:return 42;case 33:return 43;case 34:return 44;case 35:return 55;case 36:return 56;case 37:return 57;case 38:return 58;case 39:return 59;case 40:return 60;case 41:return 61;case 42:return 47;case 43:return 49;case 44:return 51;case 45:return 54;case 46:return 53;case 47:this.begin("string");break;case 48:this.popState();break;case 49:return"qString";case 50:i.yytext=i.yytext.trim();return 62}},rules:[/^(?:title\s[^#\n;]+)/i,/^(?:accTitle\s*:\s*)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accDescr\s*:\s*)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accDescr\s*\{\s*)/i,/^(?:[\}])/i,/^(?:[^\}]*)/i,/^(?:(\r?\n)+)/i,/^(?:\s+)/i,/^(?:#[^\n]*)/i,/^(?:%[^\n]*)/i,/^(?:$)/i,/^(?:requirementDiagram\b)/i,/^(?:\{)/i,/^(?:\})/i,/^(?::)/i,/^(?:id\b)/i,/^(?:text\b)/i,/^(?:risk\b)/i,/^(?:verifyMethod\b)/i,/^(?:requirement\b)/i,/^(?:functionalRequirement\b)/i,/^(?:interfaceRequirement\b)/i,/^(?:performanceRequirement\b)/i,/^(?:physicalRequirement\b)/i,/^(?:designConstraint\b)/i,/^(?:low\b)/i,/^(?:medium\b)/i,/^(?:high\b)/i,/^(?:analysis\b)/i,/^(?:demonstration\b)/i,/^(?:inspection\b)/i,/^(?:test\b)/i,/^(?:element\b)/i,/^(?:contains\b)/i,/^(?:copies\b)/i,/^(?:derives\b)/i,/^(?:satisfies\b)/i,/^(?:verifies\b)/i,/^(?:refines\b)/i,/^(?:traces\b)/i,/^(?:type\b)/i,/^(?:docref\b)/i,/^(?:<-)/i,/^(?:->)/i,/^(?:-)/i,/^(?:["])/i,/^(?:["])/i,/^(?:[^"]*)/i,/^(?:[\w][^\r\n\{\<\>\-\=]*)/i],conditions:{acc_descr_multiline:{rules:[6,7],inclusive:false},acc_descr:{rules:[4],inclusive:false},acc_title:{rules:[2],inclusive:false},unqString:{rules:[],inclusive:false},token:{rules:[],inclusive:false},string:{rules:[48,49],inclusive:false},INITIAL:{rules:[0,1,3,5,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,50],inclusive:true}}};return t}();D.lexer=P;function V(){this.yy={}}V.prototype=D;D.Parser=V;return new V}();y.parser=y;const d=y;let p=[];let f={};let _={};let E={};let g={};const R={REQUIREMENT:"Requirement",FUNCTIONAL_REQUIREMENT:"Functional Requirement",INTERFACE_REQUIREMENT:"Interface Requirement",PERFORMANCE_REQUIREMENT:"Performance Requirement",PHYSICAL_REQUIREMENT:"Physical Requirement",DESIGN_CONSTRAINT:"Design Constraint"};const m={LOW_RISK:"Low",MED_RISK:"Medium",HIGH_RISK:"High"};const I={VERIFY_ANALYSIS:"Analysis",VERIFY_DEMONSTRATION:"Demonstration",VERIFY_INSPECTION:"Inspection",VERIFY_TEST:"Test"};const b={CONTAINS:"contains",COPIES:"copies",DERIVES:"derives",SATISFIES:"satisfies",VERIFIES:"verifies",REFINES:"refines",TRACES:"traces"};const k=(t,e)=>{if(_[t]===void 0){_[t]={name:t,type:e,id:f.id,text:f.text,risk:f.risk,verifyMethod:f.verifyMethod}}f={};return _[t]};const S=()=>_;const T=t=>{if(f!==void 0){f.id=t}};const N=t=>{if(f!==void 0){f.text=t}};const x=t=>{if(f!==void 0){f.risk=t}};const v=t=>{if(f!==void 0){f.verifyMethod=t}};const A=t=>{if(g[t]===void 0){g[t]={name:t,type:E.type,docRef:E.docRef};n.l.info("Added new requirement: ",t)}E={};return g[t]};const q=()=>g;const w=t=>{if(E!==void 0){E.type=t}};const $=t=>{if(E!==void 0){E.docRef=t}};const O=(t,e,i)=>{p.push({type:t,src:e,dst:i})};const C=()=>p;const L=()=>{p=[];f={};_={};E={};g={};(0,n.t)()};const M={RequirementType:R,RiskLevel:m,VerifyType:I,Relationships:b,getConfig:()=>(0,n.c)().req,addRequirement:k,getRequirements:S,setNewReqId:T,setNewReqText:N,setNewReqRisk:x,setNewReqVerifyMethod:v,setAccTitle:n.s,getAccTitle:n.g,setAccDescription:n.b,getAccDescription:n.a,addElement:A,getElements:q,setNewElementType:w,setNewElementDocRef:$,addRelationship:O,getRelationships:C,clear:L};const F=t=>`\n\n marker {\n fill: ${t.relationColor};\n stroke: ${t.relationColor};\n }\n\n marker.cross {\n stroke: ${t.lineColor};\n }\n\n svg {\n font-family: ${t.fontFamily};\n font-size: ${t.fontSize};\n }\n\n .reqBox {\n fill: ${t.requirementBackground};\n fill-opacity: 1.0;\n stroke: ${t.requirementBorderColor};\n stroke-width: ${t.requirementBorderSize};\n }\n \n .reqTitle, .reqLabel{\n fill: ${t.requirementTextColor};\n }\n .reqLabelBox {\n fill: ${t.relationLabelBackground};\n fill-opacity: 1.0;\n }\n\n .req-title-line {\n stroke: ${t.requirementBorderColor};\n stroke-width: ${t.requirementBorderSize};\n }\n .relationshipLine {\n stroke: ${t.relationColor};\n stroke-width: 1;\n }\n .relationshipLabel {\n fill: ${t.relationLabelColor};\n }\n\n`;const D=F;const P={CONTAINS:"contains",ARROW:"arrow"};const V=(t,e)=>{let i=t.append("defs").append("marker").attr("id",P.CONTAINS+"_line_ending").attr("refX",0).attr("refY",e.line_height/2).attr("markerWidth",e.line_height).attr("markerHeight",e.line_height).attr("orient","auto").append("g");i.append("circle").attr("cx",e.line_height/2).attr("cy",e.line_height/2).attr("r",e.line_height/2).attr("fill","none");i.append("line").attr("x1",0).attr("x2",e.line_height).attr("y1",e.line_height/2).attr("y2",e.line_height/2).attr("stroke-width",1);i.append("line").attr("y1",0).attr("y2",e.line_height).attr("x1",e.line_height/2).attr("x2",e.line_height/2).attr("stroke-width",1);t.append("defs").append("marker").attr("id",P.ARROW+"_line_ending").attr("refX",e.line_height).attr("refY",.5*e.line_height).attr("markerWidth",e.line_height).attr("markerHeight",e.line_height).attr("orient","auto").append("path").attr("d",`M0,0\n L${e.line_height},${e.line_height/2}\n M${e.line_height},${e.line_height/2}\n L0,${e.line_height}`).attr("stroke-width",1)};const Y={ReqMarkers:P,insertLineEndings:V};let U={};let B=0;const Q=(t,e)=>t.insert("rect","#"+e).attr("class","req reqBox").attr("x",0).attr("y",0).attr("width",U.rect_min_width+"px").attr("height",U.rect_min_height+"px");const H=(t,e,i)=>{let n=U.rect_min_width/2;let r=t.append("text").attr("class","req reqLabel reqTitle").attr("id",e).attr("x",n).attr("y",U.rect_padding).attr("dominant-baseline","hanging");let s=0;i.forEach((t=>{if(s==0){r.append("tspan").attr("text-anchor","middle").attr("x",U.rect_min_width/2).attr("dy",0).text(t)}else{r.append("tspan").attr("text-anchor","middle").attr("x",U.rect_min_width/2).attr("dy",U.line_height*.75).text(t)}s++}));let a=1.5*U.rect_padding;let l=s*U.line_height*.75;let c=a+l;t.append("line").attr("class","req-title-line").attr("x1","0").attr("x2",U.rect_min_width).attr("y1",c).attr("y2",c);return{titleNode:r,y:c}};const W=(t,e,i,n)=>{let r=t.append("text").attr("class","req reqLabel").attr("id",e).attr("x",U.rect_padding).attr("y",n).attr("dominant-baseline","hanging");let s=0;const a=30;let l=[];i.forEach((t=>{let e=t.length;while(e>a&&s<3){let i=t.substring(0,a);t=t.substring(a,t.length);e=t.length;l[l.length]=i;s++}if(s==3){let t=l[l.length-1];l[l.length-1]=t.substring(0,t.length-4)+"..."}else{l[l.length]=t}s=0}));l.forEach((t=>{r.append("tspan").attr("x",U.rect_padding).attr("dy",U.line_height).text(t)}));return r};const K=(t,e,i,n)=>{const r=e.node().getTotalLength();const s=e.node().getPointAtLength(r*.5);const a="rel"+B;B++;const l=t.append("text").attr("class","req relationshipLabel").attr("id",a).attr("x",s.x).attr("y",s.y).attr("text-anchor","middle").attr("dominant-baseline","middle").text(n);const c=l.node().getBBox();t.insert("rect","#"+a).attr("class","req reqLabelBox").attr("x",s.x-c.width/2).attr("y",s.y-c.height/2).attr("width",c.width).attr("height",c.height).attr("fill","white").attr("fill-opacity","85%")};const j=function(t,e,i,s,a){const l=i.edge(Z(e.src),Z(e.dst));const c=(0,r.jvg)().x((function(t){return t.x})).y((function(t){return t.y}));const o=t.insert("path","#"+s).attr("class","er relationshipLine").attr("d",c(l.points)).attr("fill","none");if(e.type==a.db.Relationships.CONTAINS){o.attr("marker-start","url("+n.e.getUrl(U.arrowMarkerAbsolute)+"#"+e.type+"_line_ending)")}else{o.attr("stroke-dasharray","10,7");o.attr("marker-end","url("+n.e.getUrl(U.arrowMarkerAbsolute)+"#"+Y.ReqMarkers.ARROW+"_line_ending)")}K(t,o,U,`<<${e.type}>>`);return};const G=(t,e,i)=>{Object.keys(t).forEach((r=>{let s=t[r];r=Z(r);n.l.info("Added new requirement: ",r);const a=i.append("g").attr("id",r);const l="req-"+r;const c=Q(a,l);let o=H(a,r+"_title",[`<<${s.type}>>`,`${s.name}`]);W(a,r+"_body",[`Id: ${s.id}`,`Text: ${s.text}`,`Risk: ${s.risk}`,`Verification: ${s.verifyMethod}`],o.y);const h=c.node().getBBox();e.setNode(r,{width:h.width,height:h.height,shape:"rect",id:r})}))};const z=(t,e,i)=>{Object.keys(t).forEach((n=>{let r=t[n];const s=Z(n);const a=i.append("g").attr("id",s);const l="element-"+s;const c=Q(a,l);let o=H(a,l+"_title",[`<<Element>>`,`${n}`]);W(a,l+"_body",[`Type: ${r.type||"Not Specified"}`,`Doc Ref: ${r.docRef||"None"}`],o.y);const h=c.node().getBBox();e.setNode(s,{width:h.width,height:h.height,shape:"rect",id:s})}))};const X=(t,e)=>{t.forEach((function(t){let i=Z(t.src);let n=Z(t.dst);e.setEdge(i,n,{relationship:t})}));return t};const J=function(t,e){e.nodes().forEach((function(i){if(i!==void 0&&e.node(i)!==void 0){t.select("#"+i);t.select("#"+i).attr("transform","translate("+(e.node(i).x-e.node(i).width/2)+","+(e.node(i).y-e.node(i).height/2)+" )")}}));return};const Z=t=>t.replace(/\s/g,"").replace(/\./g,"_");const tt=(t,e,i,l)=>{U=(0,n.c)().requirement;const c=U.securityLevel;let o;if(c==="sandbox"){o=(0,r.Ys)("#i"+e)}const h=c==="sandbox"?(0,r.Ys)(o.nodes()[0].contentDocument.body):(0,r.Ys)("body");const u=h.select(`[id='${e}']`);Y.insertLineEndings(u,U);const y=new a.k({multigraph:false,compound:false,directed:true}).setGraph({rankdir:U.layoutDirection,marginx:20,marginy:20,nodesep:100,edgesep:100,ranksep:100}).setDefaultEdgeLabel((function(){return{}}));let d=l.db.getRequirements();let p=l.db.getElements();let f=l.db.getRelationships();G(d,y,u);z(p,y,u);X(f,y);(0,s.bK)(y);J(u,y);f.forEach((function(t){j(u,t,y,e,l)}));const _=U.rect_padding;const E=u.node().getBBox();const g=E.width+_*2;const R=E.height+_*2;(0,n.i)(u,R,g,U.useMaxWidth);u.attr("viewBox",`${E.x-_} ${E.y-_} ${g} ${R}`)};const et={draw:tt};const it={parser:d,db:M,renderer:et,styles:D}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self["webpackChunk_jupyterlab_application_top"]=self["webpackChunk_jupyterlab_application_top"]||[]).push([[9395],{21307:(e,t,n)=>{n.d(t,{c:()=>c});var r=n(99250);var i=n(15220);var a=4;function o(e){return(0,i.Z)(e,a)}const s=o;var d=n(30014);var l=n(85389);function c(e){var t={options:{directed:e.isDirected(),multigraph:e.isMultigraph(),compound:e.isCompound()},nodes:h(e),edges:g(e)};if(!r.Z(e.graph())){t.value=s(e.graph())}return t}function h(e){return d.Z(e.nodes(),(function(t){var n=e.node(t);var i=e.parent(t);var a={v:t};if(!r.Z(n)){a.value=n}if(!r.Z(i)){a.parent=i}return a}))}function g(e){return d.Z(e.edges(),(function(t){var n=e.edge(t);var i={v:t.v,w:t.w};if(!r.Z(t.name)){i.name=t.name}if(!r.Z(n)){i.value=n}return i}))}function f(e){var t=new Graph(e.options).setGraph(e.value);_.each(e.nodes,(function(e){t.setNode(e.v,e.value);if(e.parent){t.setParent(e.v,e.parent)}}));_.each(e.edges,(function(e){t.setEdge({v:e.v,w:e.w,name:e.name},e.value)}));return t}},29395:(e,t,n)=>{n.d(t,{r:()=>G});var r=n(96001);var i=n(21307);var a=n(27734);var o=n(23787);var s=n(67058);var d=n(73711);var l=n(34596);let c={};let h={};let g={};const f=()=>{h={};g={};c={}};const u=(e,t)=>{o.l.trace("In isDecendant",t," ",e," = ",h[t].includes(e));if(h[t].includes(e)){return true}return false};const w=(e,t)=>{o.l.info("Decendants of ",t," is ",h[t]);o.l.info("Edge is ",e);if(e.v===t){return false}if(e.w===t){return false}if(!h[t]){o.l.debug("Tilt, ",t,",not in decendants");return false}return h[t].includes(e.v)||u(e.v,t)||u(e.w,t)||h[t].includes(e.w)};const p=(e,t,n,r)=>{o.l.warn("Copying children of ",e,"root",r,"data",t.node(e),r);const i=t.children(e)||[];if(e!==r){i.push(e)}o.l.warn("Copying (nodes) clusterId",e,"nodes",i);i.forEach((i=>{if(t.children(i).length>0){p(i,t,n,r)}else{const a=t.node(i);o.l.info("cp ",i," to ",r," with parent ",e);n.setNode(i,a);if(r!==t.parent(i)){o.l.warn("Setting parent",i,t.parent(i));n.setParent(i,t.parent(i))}if(e!==r&&i!==e){o.l.debug("Setting parent",i,e);n.setParent(i,e)}else{o.l.info("In copy ",e,"root",r,"data",t.node(e),r);o.l.debug("Not Setting parent for node=",i,"cluster!==rootId",e!==r,"node!==clusterId",i!==e)}const s=t.edges(i);o.l.debug("Copying Edges",s);s.forEach((i=>{o.l.info("Edge",i);const a=t.edge(i.v,i.w,i.name);o.l.info("Edge data",a,r);try{if(w(i,r)){o.l.info("Copying as ",i.v,i.w,a,i.name);n.setEdge(i.v,i.w,a,i.name);o.l.info("newGraph edges ",n.edges(),n.edge(n.edges()[0]))}else{o.l.info("Skipping copy of edge ",i.v,"--\x3e",i.w," rootId: ",r," clusterId:",e)}}catch(s){o.l.error(s)}}))}o.l.debug("Removing node",i);t.removeNode(i)}))};const v=(e,t)=>{const n=t.children(e);let r=[...n];for(const i of n){g[i]=e;r=[...r,...v(i,t)]}return r};const y=(e,t)=>{o.l.trace("Searching",e);const n=t.children(e);o.l.trace("Searching children of id ",e,n);if(n.length<1){o.l.trace("This is a valid node",e);return e}for(const r of n){const n=y(r,t);if(n){o.l.trace("Found replacement for",e," => ",n);return n}}};const m=e=>{if(!c[e]){return e}if(!c[e].externalConnections){return e}if(c[e]){return c[e].id}return e};const x=(e,t)=>{if(!e||t>10){o.l.debug("Opting out, no graph ");return}else{o.l.debug("Opting in, graph ")}e.nodes().forEach((function(t){const n=e.children(t);if(n.length>0){o.l.warn("Cluster identified",t," Replacement id in edges: ",y(t,e));h[t]=v(t,e);c[t]={id:y(t,e),clusterData:e.node(t)}}}));e.nodes().forEach((function(t){const n=e.children(t);const r=e.edges();if(n.length>0){o.l.debug("Cluster identified",t,h);r.forEach((e=>{if(e.v!==t&&e.w!==t){const n=u(e.v,t);const r=u(e.w,t);if(n^r){o.l.warn("Edge: ",e," leaves cluster ",t);o.l.warn("Decendants of XXX ",t,": ",h[t]);c[t].externalConnections=true}}}))}else{o.l.debug("Not a cluster ",t,h)}}));e.edges().forEach((function(t){const n=e.edge(t);o.l.warn("Edge "+t.v+" -> "+t.w+": "+JSON.stringify(t));o.l.warn("Edge "+t.v+" -> "+t.w+": "+JSON.stringify(e.edge(t)));let r=t.v;let i=t.w;o.l.warn("Fix XXX",c,"ids:",t.v,t.w,"Translating: ",c[t.v]," --- ",c[t.w]);if(c[t.v]&&c[t.w]&&c[t.v]===c[t.w]){o.l.warn("Fixing and trixing link to self - removing XXX",t.v,t.w,t.name);o.l.warn("Fixing and trixing - removing XXX",t.v,t.w,t.name);r=m(t.v);i=m(t.w);e.removeEdge(t.v,t.w,t.name);const a=t.w+"---"+t.v;e.setNode(a,{domId:a,id:a,labelStyle:"",labelText:n.label,padding:0,shape:"labelRect",style:""});const s=structuredClone(n);const d=structuredClone(n);s.label="";s.arrowTypeEnd="none";d.label="";s.fromCluster=t.v;d.toCluster=t.v;e.setEdge(r,a,s,t.name+"-cyclic-special");e.setEdge(a,i,d,t.name+"-cyclic-special")}else if(c[t.v]||c[t.w]){o.l.warn("Fixing and trixing - removing XXX",t.v,t.w,t.name);r=m(t.v);i=m(t.w);e.removeEdge(t.v,t.w,t.name);if(r!==t.v){n.fromCluster=t.v}if(i!==t.w){n.toCluster=t.w}o.l.warn("Fix Replacing with XXX",r,i,t.name);e.setEdge(r,i,n,t.name)}}));o.l.warn("Adjusted Graph",i.c(e));b(e,0);o.l.trace(c)};const b=(e,t)=>{o.l.warn("extractor - ",t,i.c(e),e.children("D"));if(t>10){o.l.error("Bailing out");return}let n=e.nodes();let r=false;for(const i of n){const t=e.children(i);r=r||t.length>0}if(!r){o.l.debug("Done, no node has children",e.nodes());return}o.l.debug("Nodes = ",n,t);for(const a of n){o.l.debug("Extracting node",a,c,c[a]&&!c[a].externalConnections,!e.parent(a),e.node(a),e.children("D")," Depth ",t);if(!c[a]){o.l.debug("Not a cluster",a,t)}else if(!c[a].externalConnections&&e.children(a)&&e.children(a).length>0){o.l.warn("Cluster without external connections, without a parent and with children",a,t);const n=e.graph();let r=n.rankdir==="TB"?"LR":"TB";if(c[a]&&c[a].clusterData&&c[a].clusterData.dir){r=c[a].clusterData.dir;o.l.warn("Fixing dir",c[a].clusterData.dir,r)}const d=new s.k({multigraph:true,compound:true}).setGraph({rankdir:r,nodesep:50,ranksep:50,marginx:8,marginy:8}).setDefaultEdgeLabel((function(){return{}}));o.l.warn("Old graph before copy",i.c(e));p(a,e,d,a);e.setNode(a,{clusterNode:true,id:a,clusterData:c[a].clusterData,labelText:c[a].labelText,graph:d});o.l.warn("New graph after copy node: (",a,")",i.c(d));o.l.debug("Old graph after copy",i.c(e))}else{o.l.warn("Cluster ** ",a," **not meeting the criteria !externalConnections:",!c[a].externalConnections," no parent: ",!e.parent(a)," children ",e.children(a)&&e.children(a).length>0,e.children("D"),t);o.l.debug(c)}}n=e.nodes();o.l.warn("New list of nodes",n);for(const i of n){const n=e.node(i);o.l.warn(" Now next level",i,n);if(n.clusterNode){b(n.graph,t+1)}}};const N=(e,t)=>{if(t.length===0){return[]}let n=Object.assign(t);t.forEach((t=>{const r=e.children(t);const i=N(e,r);n=[...n,...i]}));return n};const E=e=>N(e,e.children());const X=(e,t)=>{o.l.info("Creating subgraph rect for ",t.id,t);const n=e.insert("g").attr("class","cluster"+(t.class?" "+t.class:"")).attr("id",t.id);const r=n.insert("rect",":first-child");const i=(0,o.m)((0,o.c)().flowchart.htmlLabels);const s=n.insert("g").attr("class","cluster-label");const c=t.labelType==="markdown"?(0,d.a)(s,t.labelText,{style:t.labelStyle,useHtmlLabels:i}):s.node().appendChild((0,a.c)(t.labelText,t.labelStyle,void 0,true));let h=c.getBBox();if((0,o.m)((0,o.c)().flowchart.htmlLabels)){const e=c.children[0];const t=(0,l.Ys)(c);h=e.getBoundingClientRect();t.attr("width",h.width);t.attr("height",h.height)}const g=0*t.padding;const f=g/2;const u=t.width<=h.width+g?h.width+g:t.width;if(t.width<=h.width+g){t.diff=(h.width-t.width)/2-t.padding/2}else{t.diff=-t.padding/2}o.l.trace("Data ",t,JSON.stringify(t));r.attr("style",t.style).attr("rx",t.rx).attr("ry",t.ry).attr("x",t.x-u/2).attr("y",t.y-t.height/2-f).attr("width",u).attr("height",t.height+g);if(i){s.attr("transform","translate("+(t.x-h.width/2)+", "+(t.y-t.height/2)+")")}else{s.attr("transform","translate("+t.x+", "+(t.y-t.height/2)+")")}const w=r.node().getBBox();t.width=w.width;t.height=w.height;t.intersect=function(e){return(0,a.i)(t,e)};return n};const C=(e,t)=>{const n=e.insert("g").attr("class","note-cluster").attr("id",t.id);const r=n.insert("rect",":first-child");const i=0*t.padding;const o=i/2;r.attr("rx",t.rx).attr("ry",t.ry).attr("x",t.x-t.width/2-o).attr("y",t.y-t.height/2-o).attr("width",t.width+i).attr("height",t.height+i).attr("fill","none");const s=r.node().getBBox();t.width=s.width;t.height=s.height;t.intersect=function(e){return(0,a.i)(t,e)};return n};const S=(e,t)=>{const n=e.insert("g").attr("class",t.classes).attr("id",t.id);const r=n.insert("rect",":first-child");const i=n.insert("g").attr("class","cluster-label");const s=n.append("rect");const d=i.node().appendChild((0,a.c)(t.labelText,t.labelStyle,void 0,true));let c=d.getBBox();if((0,o.m)((0,o.c)().flowchart.htmlLabels)){const e=d.children[0];const t=(0,l.Ys)(d);c=e.getBoundingClientRect();t.attr("width",c.width);t.attr("height",c.height)}c=d.getBBox();const h=0*t.padding;const g=h/2;const f=t.width<=c.width+t.padding?c.width+t.padding:t.width;if(t.width<=c.width+t.padding){t.diff=(c.width+t.padding*0-t.width)/2}else{t.diff=-t.padding/2}r.attr("class","outer").attr("x",t.x-f/2-g).attr("y",t.y-t.height/2-g).attr("width",f+h).attr("height",t.height+h);s.attr("class","inner").attr("x",t.x-f/2-g).attr("y",t.y-t.height/2-g+c.height-1).attr("width",f+h).attr("height",t.height+h-c.height-3);i.attr("transform","translate("+(t.x-c.width/2)+", "+(t.y-t.height/2-t.padding/3+((0,o.m)((0,o.c)().flowchart.htmlLabels)?5:3))+")");const u=r.node().getBBox();t.height=u.height;t.intersect=function(e){return(0,a.i)(t,e)};return n};const D=(e,t)=>{const n=e.insert("g").attr("class",t.classes).attr("id",t.id);const r=n.insert("rect",":first-child");const i=0*t.padding;const o=i/2;r.attr("class","divider").attr("x",t.x-t.width/2-o).attr("y",t.y-t.height/2).attr("width",t.width+i).attr("height",t.height+i);const s=r.node().getBBox();t.width=s.width;t.height=s.height;t.diff=-t.padding/2;t.intersect=function(e){return(0,a.i)(t,e)};return n};const B={rect:X,roundedWithTitle:S,noteGroup:C,divider:D};let O={};const T=(e,t)=>{o.l.trace("Inserting cluster");const n=t.shape||"rect";O[t.id]=B[n](e,t)};const J=()=>{O={}};const k=async(e,t,n,s,d)=>{o.l.info("Graph in recursive render: XXX",i.c(t),d);const l=t.graph().rankdir;o.l.trace("Dir in recursive render - dir:",l);const h=e.insert("g").attr("class","root");if(!t.nodes()){o.l.info("No nodes found for",t)}else{o.l.info("Recursive render XXX",t.nodes())}if(t.edges().length>0){o.l.trace("Recursive edges",t.edge(t.edges()[0]))}const g=h.insert("g").attr("class","clusters");const f=h.insert("g").attr("class","edgePaths");const u=h.insert("g").attr("class","edgeLabels");const w=h.insert("g").attr("class","nodes");await Promise.all(t.nodes().map((async function(e){const r=t.node(e);if(d!==void 0){const n=JSON.parse(JSON.stringify(d.clusterData));o.l.info("Setting data for cluster XXX (",e,") ",n,d);t.setNode(d.id,n);if(!t.parent(e)){o.l.trace("Setting parent",e,d.id);t.setParent(e,d.id,n)}}o.l.info("(Insert) Node XXX"+e+": "+JSON.stringify(t.node(e)));if(r&&r.clusterNode){o.l.info("Cluster identified",e,r.width,t.node(e));const i=await k(w,r.graph,n,s,t.node(e));const d=i.elem;(0,a.u)(r,d);r.diff=i.diff||0;o.l.info("Node bounds (abc123)",e,r,r.width,r.x,r.y);(0,a.s)(d,r);o.l.warn("Recursive render complete ",d,r)}else{if(t.children(e).length>0){o.l.info("Cluster - the non recursive path XXX",e,r.id,r,t);o.l.info(y(r.id,t));c[r.id]={id:y(r.id,t),node:r}}else{o.l.info("Node - the non recursive path",e,r.id,r);await(0,a.e)(w,t.node(e),l)}}})));t.edges().forEach((function(e){const n=t.edge(e.v,e.w,e.name);o.l.info("Edge "+e.v+" -> "+e.w+": "+JSON.stringify(e));o.l.info("Edge "+e.v+" -> "+e.w+": ",e," ",JSON.stringify(t.edge(e)));o.l.info("Fix",c,"ids:",e.v,e.w,"Translateing: ",c[e.v],c[e.w]);(0,a.f)(u,n)}));t.edges().forEach((function(e){o.l.info("Edge "+e.v+" -> "+e.w+": "+JSON.stringify(e))}));o.l.info("#############################################");o.l.info("### Layout ###");o.l.info("#############################################");o.l.info(t);(0,r.bK)(t);o.l.info("Graph after layout:",i.c(t));let p=0;E(t).forEach((function(e){const n=t.node(e);o.l.info("Position "+e+": "+JSON.stringify(t.node(e)));o.l.info("Position "+e+": ("+n.x,","+n.y,") width: ",n.width," height: ",n.height);if(n&&n.clusterNode){(0,a.p)(n)}else{if(t.children(e).length>0){T(g,n);c[n.id].node=n}else{(0,a.p)(n)}}}));t.edges().forEach((function(e){const r=t.edge(e);o.l.info("Edge "+e.v+" -> "+e.w+": "+JSON.stringify(r),r);const i=(0,a.g)(f,e,r,c,n,t,s);(0,a.h)(r,i)}));t.nodes().forEach((function(e){const n=t.node(e);o.l.info(e,n.type,n.diff);if(n.type==="group"){p=n.diff}}));return{elem:h,diff:p}};const G=async(e,t,n,r,s)=>{(0,a.a)(e,n,r,s);(0,a.b)();(0,a.d)();J();f();o.l.warn("Graph at first:",JSON.stringify(i.c(t)));x(t);o.l.warn("Graph after:",JSON.stringify(i.c(t)));await k(e,t,r,s)}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self["webpackChunk_jupyterlab_application_top"]=self["webpackChunk_jupyterlab_application_top"]||[]).push([[9440],{89440:(t,i,e)=>{e.r(i);e.d(i,{diagram:()=>rt});var s=e(23787);var n=e(73711);var a=e(34596);var h=e(27484);var o=e.n(h);var r=e(17967);var l=e(27856);var c=e.n(l);var u=function(){var t=function(t,i,e,s){for(e=e||{},s=t.length;s--;e[t[s]]=i);return e},i=[1,10,12,14,16,18,19,21,23],e=[2,6],s=[1,3],n=[1,5],a=[1,6],h=[1,7],o=[1,5,10,12,14,16,18,19,21,23,34,35,36],r=[1,25],l=[1,26],c=[1,28],u=[1,29],g=[1,30],x=[1,31],f=[1,32],d=[1,33],p=[1,34],y=[1,35],m=[1,36],b=[1,37],A=[1,43],w=[1,42],S=[1,47],k=[1,50],C=[1,10,12,14,16,18,19,21,23,34,35,36],_=[1,10,12,14,16,18,19,21,23,24,26,27,28,34,35,36],T=[1,10,12,14,16,18,19,21,23,24,26,27,28,34,35,36,41,42,43,44,45,46,47,48,49,50],R=[1,64];var D={trace:function t(){},yy:{},symbols_:{error:2,start:3,eol:4,XYCHART:5,chartConfig:6,document:7,CHART_ORIENTATION:8,statement:9,title:10,text:11,X_AXIS:12,parseXAxis:13,Y_AXIS:14,parseYAxis:15,LINE:16,plotData:17,BAR:18,acc_title:19,acc_title_value:20,acc_descr:21,acc_descr_value:22,acc_descr_multiline_value:23,SQUARE_BRACES_START:24,commaSeparatedNumbers:25,SQUARE_BRACES_END:26,NUMBER_WITH_DECIMAL:27,COMMA:28,xAxisData:29,bandData:30,ARROW_DELIMITER:31,commaSeparatedTexts:32,yAxisData:33,NEWLINE:34,SEMI:35,EOF:36,alphaNum:37,STR:38,MD_STR:39,alphaNumToken:40,AMP:41,NUM:42,ALPHA:43,PLUS:44,EQUALS:45,MULT:46,DOT:47,BRKT:48,MINUS:49,UNDERSCORE:50,$accept:0,$end:1},terminals_:{2:"error",5:"XYCHART",8:"CHART_ORIENTATION",10:"title",12:"X_AXIS",14:"Y_AXIS",16:"LINE",18:"BAR",19:"acc_title",20:"acc_title_value",21:"acc_descr",22:"acc_descr_value",23:"acc_descr_multiline_value",24:"SQUARE_BRACES_START",26:"SQUARE_BRACES_END",27:"NUMBER_WITH_DECIMAL",28:"COMMA",31:"ARROW_DELIMITER",34:"NEWLINE",35:"SEMI",36:"EOF",38:"STR",39:"MD_STR",41:"AMP",42:"NUM",43:"ALPHA",44:"PLUS",45:"EQUALS",46:"MULT",47:"DOT",48:"BRKT",49:"MINUS",50:"UNDERSCORE"},productions_:[0,[3,2],[3,3],[3,2],[3,1],[6,1],[7,0],[7,2],[9,2],[9,2],[9,2],[9,2],[9,2],[9,3],[9,2],[9,3],[9,2],[9,2],[9,1],[17,3],[25,3],[25,1],[13,1],[13,2],[13,1],[29,1],[29,3],[30,3],[32,3],[32,1],[15,1],[15,2],[15,1],[33,3],[4,1],[4,1],[4,1],[11,1],[11,1],[11,1],[37,1],[37,2],[40,1],[40,1],[40,1],[40,1],[40,1],[40,1],[40,1],[40,1],[40,1],[40,1]],performAction:function t(i,e,s,n,a,h,o){var r=h.length-1;switch(a){case 5:n.setOrientation(h[r]);break;case 9:n.setDiagramTitle(h[r].text.trim());break;case 12:n.setLineData({text:"",type:"text"},h[r]);break;case 13:n.setLineData(h[r-1],h[r]);break;case 14:n.setBarData({text:"",type:"text"},h[r]);break;case 15:n.setBarData(h[r-1],h[r]);break;case 16:this.$=h[r].trim();n.setAccTitle(this.$);break;case 17:case 18:this.$=h[r].trim();n.setAccDescription(this.$);break;case 19:this.$=h[r-1];break;case 20:this.$=[Number(h[r-2]),...h[r]];break;case 21:this.$=[Number(h[r])];break;case 22:n.setXAxisTitle(h[r]);break;case 23:n.setXAxisTitle(h[r-1]);break;case 24:n.setXAxisTitle({type:"text",text:""});break;case 25:n.setXAxisBand(h[r]);break;case 26:n.setXAxisRangeData(Number(h[r-2]),Number(h[r]));break;case 27:this.$=h[r-1];break;case 28:this.$=[h[r-2],...h[r]];break;case 29:this.$=[h[r]];break;case 30:n.setYAxisTitle(h[r]);break;case 31:n.setYAxisTitle(h[r-1]);break;case 32:n.setYAxisTitle({type:"text",text:""});break;case 33:n.setYAxisRangeData(Number(h[r-2]),Number(h[r]));break;case 37:this.$={text:h[r],type:"text"};break;case 38:this.$={text:h[r],type:"text"};break;case 39:this.$={text:h[r],type:"markdown"};break;case 40:this.$=h[r];break;case 41:this.$=h[r-1]+""+h[r];break}},table:[t(i,e,{3:1,4:2,7:4,5:s,34:n,35:a,36:h}),{1:[3]},t(i,e,{4:2,7:4,3:8,5:s,34:n,35:a,36:h}),t(i,e,{4:2,7:4,6:9,3:10,5:s,8:[1,11],34:n,35:a,36:h}),{1:[2,4],9:12,10:[1,13],12:[1,14],14:[1,15],16:[1,16],18:[1,17],19:[1,18],21:[1,19],23:[1,20]},t(o,[2,34]),t(o,[2,35]),t(o,[2,36]),{1:[2,1]},t(i,e,{4:2,7:4,3:21,5:s,34:n,35:a,36:h}),{1:[2,3]},t(o,[2,5]),t(i,[2,7],{4:22,34:n,35:a,36:h}),{11:23,37:24,38:r,39:l,40:27,41:c,42:u,43:g,44:x,45:f,46:d,47:p,48:y,49:m,50:b},{11:39,13:38,24:A,27:w,29:40,30:41,37:24,38:r,39:l,40:27,41:c,42:u,43:g,44:x,45:f,46:d,47:p,48:y,49:m,50:b},{11:45,15:44,27:S,33:46,37:24,38:r,39:l,40:27,41:c,42:u,43:g,44:x,45:f,46:d,47:p,48:y,49:m,50:b},{11:49,17:48,24:k,37:24,38:r,39:l,40:27,41:c,42:u,43:g,44:x,45:f,46:d,47:p,48:y,49:m,50:b},{11:52,17:51,24:k,37:24,38:r,39:l,40:27,41:c,42:u,43:g,44:x,45:f,46:d,47:p,48:y,49:m,50:b},{20:[1,53]},{22:[1,54]},t(C,[2,18]),{1:[2,2]},t(C,[2,8]),t(C,[2,9]),t(_,[2,37],{40:55,41:c,42:u,43:g,44:x,45:f,46:d,47:p,48:y,49:m,50:b}),t(_,[2,38]),t(_,[2,39]),t(T,[2,40]),t(T,[2,42]),t(T,[2,43]),t(T,[2,44]),t(T,[2,45]),t(T,[2,46]),t(T,[2,47]),t(T,[2,48]),t(T,[2,49]),t(T,[2,50]),t(T,[2,51]),t(C,[2,10]),t(C,[2,22],{30:41,29:56,24:A,27:w}),t(C,[2,24]),t(C,[2,25]),{31:[1,57]},{11:59,32:58,37:24,38:r,39:l,40:27,41:c,42:u,43:g,44:x,45:f,46:d,47:p,48:y,49:m,50:b},t(C,[2,11]),t(C,[2,30],{33:60,27:S}),t(C,[2,32]),{31:[1,61]},t(C,[2,12]),{17:62,24:k},{25:63,27:R},t(C,[2,14]),{17:65,24:k},t(C,[2,16]),t(C,[2,17]),t(T,[2,41]),t(C,[2,23]),{27:[1,66]},{26:[1,67]},{26:[2,29],28:[1,68]},t(C,[2,31]),{27:[1,69]},t(C,[2,13]),{26:[1,70]},{26:[2,21],28:[1,71]},t(C,[2,15]),t(C,[2,26]),t(C,[2,27]),{11:59,32:72,37:24,38:r,39:l,40:27,41:c,42:u,43:g,44:x,45:f,46:d,47:p,48:y,49:m,50:b},t(C,[2,33]),t(C,[2,19]),{25:73,27:R},{26:[2,28]},{26:[2,20]}],defaultActions:{8:[2,1],10:[2,3],21:[2,2],72:[2,28],73:[2,20]},parseError:function t(i,e){if(e.recoverable){this.trace(i)}else{var s=new Error(i);s.hash=e;throw s}},parse:function t(i){var e=this,s=[0],n=[],a=[null],h=[],o=this.table,r="",l=0,c=0,u=2,g=1;var x=h.slice.call(arguments,1);var f=Object.create(this.lexer);var d={yy:{}};for(var p in this.yy){if(Object.prototype.hasOwnProperty.call(this.yy,p)){d.yy[p]=this.yy[p]}}f.setInput(i,d.yy);d.yy.lexer=f;d.yy.parser=this;if(typeof f.yylloc=="undefined"){f.yylloc={}}var y=f.yylloc;h.push(y);var m=f.options&&f.options.ranges;if(typeof d.yy.parseError==="function"){this.parseError=d.yy.parseError}else{this.parseError=Object.getPrototypeOf(this).parseError}function b(){var t;t=n.pop()||f.lex()||g;if(typeof t!=="number"){if(t instanceof Array){n=t;t=n.pop()}t=e.symbols_[t]||t}return t}var A,w,S,k,C={},_,T,R,D;while(true){w=s[s.length-1];if(this.defaultActions[w]){S=this.defaultActions[w]}else{if(A===null||typeof A=="undefined"){A=b()}S=o[w]&&o[w][A]}if(typeof S==="undefined"||!S.length||!S[0]){var L="";D=[];for(_ in o[w]){if(this.terminals_[_]&&_>u){D.push("'"+this.terminals_[_]+"'")}}if(f.showPosition){L="Parse error on line "+(l+1)+":\n"+f.showPosition()+"\nExpecting "+D.join(", ")+", got '"+(this.terminals_[A]||A)+"'"}else{L="Parse error on line "+(l+1)+": Unexpected "+(A==g?"end of input":"'"+(this.terminals_[A]||A)+"'")}this.parseError(L,{text:f.match,token:this.terminals_[A]||A,line:f.yylineno,loc:y,expected:D})}if(S[0]instanceof Array&&S.length>1){throw new Error("Parse Error: multiple actions possible at state: "+w+", token: "+A)}switch(S[0]){case 1:s.push(A);a.push(f.yytext);h.push(f.yylloc);s.push(S[1]);A=null;{c=f.yyleng;r=f.yytext;l=f.yylineno;y=f.yylloc}break;case 2:T=this.productions_[S[1]][1];C.$=a[a.length-T];C._$={first_line:h[h.length-(T||1)].first_line,last_line:h[h.length-1].last_line,first_column:h[h.length-(T||1)].first_column,last_column:h[h.length-1].last_column};if(m){C._$.range=[h[h.length-(T||1)].range[0],h[h.length-1].range[1]]}k=this.performAction.apply(C,[r,c,l,d.yy,S[1],a,h].concat(x));if(typeof k!=="undefined"){return k}if(T){s=s.slice(0,-1*T*2);a=a.slice(0,-1*T);h=h.slice(0,-1*T)}s.push(this.productions_[S[1]][0]);a.push(C.$);h.push(C._$);R=o[s[s.length-2]][s[s.length-1]];s.push(R);break;case 3:return true}}return true}};var L=function(){var t={EOF:1,parseError:function t(i,e){if(this.yy.parser){this.yy.parser.parseError(i,e)}else{throw new Error(i)}},setInput:function(t,i){this.yy=i||this.yy||{};this._input=t;this._more=this._backtrack=this.done=false;this.yylineno=this.yyleng=0;this.yytext=this.matched=this.match="";this.conditionStack=["INITIAL"];this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0};if(this.options.ranges){this.yylloc.range=[0,0]}this.offset=0;return this},input:function(){var t=this._input[0];this.yytext+=t;this.yyleng++;this.offset++;this.match+=t;this.matched+=t;var i=t.match(/(?:\r\n?|\n).*/g);if(i){this.yylineno++;this.yylloc.last_line++}else{this.yylloc.last_column++}if(this.options.ranges){this.yylloc.range[1]++}this._input=this._input.slice(1);return t},unput:function(t){var i=t.length;var e=t.split(/(?:\r\n?|\n)/g);this._input=t+this._input;this.yytext=this.yytext.substr(0,this.yytext.length-i);this.offset-=i;var s=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1);this.matched=this.matched.substr(0,this.matched.length-1);if(e.length-1){this.yylineno-=e.length-1}var n=this.yylloc.range;this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:e?(e.length===s.length?this.yylloc.first_column:0)+s[s.length-e.length].length-e[0].length:this.yylloc.first_column-i};if(this.options.ranges){this.yylloc.range=[n[0],n[0]+this.yyleng-i]}this.yyleng=this.yytext.length;return this},more:function(){this._more=true;return this},reject:function(){if(this.options.backtrack_lexer){this._backtrack=true}else{return this.parseError("Lexical error on line "+(this.yylineno+1)+". You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})}return this},less:function(t){this.unput(this.match.slice(t))},pastInput:function(){var t=this.matched.substr(0,this.matched.length-this.match.length);return(t.length>20?"...":"")+t.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var t=this.match;if(t.length<20){t+=this._input.substr(0,20-t.length)}return(t.substr(0,20)+(t.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var t=this.pastInput();var i=new Array(t.length+1).join("-");return t+this.upcomingInput()+"\n"+i+"^"},test_match:function(t,i){var e,s,n;if(this.options.backtrack_lexer){n={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done};if(this.options.ranges){n.yylloc.range=this.yylloc.range.slice(0)}}s=t[0].match(/(?:\r\n?|\n).*/g);if(s){this.yylineno+=s.length}this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:s?s[s.length-1].length-s[s.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+t[0].length};this.yytext+=t[0];this.match+=t[0];this.matches=t;this.yyleng=this.yytext.length;if(this.options.ranges){this.yylloc.range=[this.offset,this.offset+=this.yyleng]}this._more=false;this._backtrack=false;this._input=this._input.slice(t[0].length);this.matched+=t[0];e=this.performAction.call(this,this.yy,this,i,this.conditionStack[this.conditionStack.length-1]);if(this.done&&this._input){this.done=false}if(e){return e}else if(this._backtrack){for(var a in n){this[a]=n[a]}return false}return false},next:function(){if(this.done){return this.EOF}if(!this._input){this.done=true}var t,i,e,s;if(!this._more){this.yytext="";this.match=""}var n=this._currentRules();for(var a=0;a<n.length;a++){e=this._input.match(this.rules[n[a]]);if(e&&(!i||e[0].length>i[0].length)){i=e;s=a;if(this.options.backtrack_lexer){t=this.test_match(e,n[a]);if(t!==false){return t}else if(this._backtrack){i=false;continue}else{return false}}else if(!this.options.flex){break}}}if(i){t=this.test_match(i,n[s]);if(t!==false){return t}return false}if(this._input===""){return this.EOF}else{return this.parseError("Lexical error on line "+(this.yylineno+1)+". Unrecognized text.\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})}},lex:function t(){var i=this.next();if(i){return i}else{return this.lex()}},begin:function t(i){this.conditionStack.push(i)},popState:function t(){var i=this.conditionStack.length-1;if(i>0){return this.conditionStack.pop()}else{return this.conditionStack[0]}},_currentRules:function t(){if(this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]){return this.conditions[this.conditionStack[this.conditionStack.length-1]].rules}else{return this.conditions["INITIAL"].rules}},topState:function t(i){i=this.conditionStack.length-1-Math.abs(i||0);if(i>=0){return this.conditionStack[i]}else{return"INITIAL"}},pushState:function t(i){this.begin(i)},stateStackSize:function t(){return this.conditionStack.length},options:{"case-insensitive":true},performAction:function t(i,e,s,n){switch(s){case 0:break;case 1:break;case 2:this.popState();return 34;case 3:this.popState();return 34;case 4:return 34;case 5:break;case 6:return 10;case 7:this.pushState("acc_title");return 19;case 8:this.popState();return"acc_title_value";case 9:this.pushState("acc_descr");return 21;case 10:this.popState();return"acc_descr_value";case 11:this.pushState("acc_descr_multiline");break;case 12:this.popState();break;case 13:return"acc_descr_multiline_value";case 14:return 5;case 15:return 8;case 16:this.pushState("axis_data");return"X_AXIS";case 17:this.pushState("axis_data");return"Y_AXIS";case 18:this.pushState("axis_band_data");return 24;case 19:return 31;case 20:this.pushState("data");return 16;case 21:this.pushState("data");return 18;case 22:this.pushState("data_inner");return 24;case 23:return 27;case 24:this.popState();return 26;case 25:this.popState();break;case 26:this.pushState("string");break;case 27:this.popState();break;case 28:return"STR";case 29:return 24;case 30:return 26;case 31:return 43;case 32:return"COLON";case 33:return 44;case 34:return 28;case 35:return 45;case 36:return 46;case 37:return 48;case 38:return 50;case 39:return 47;case 40:return 41;case 41:return 49;case 42:return 42;case 43:break;case 44:return 35;case 45:return 36}},rules:[/^(?:%%(?!\{)[^\n]*)/i,/^(?:[^\}]%%[^\n]*)/i,/^(?:(\r?\n))/i,/^(?:(\r?\n))/i,/^(?:[\n\r]+)/i,/^(?:%%[^\n]*)/i,/^(?:title\b)/i,/^(?:accTitle\s*:\s*)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accDescr\s*:\s*)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accDescr\s*\{\s*)/i,/^(?:\{)/i,/^(?:[^\}]*)/i,/^(?:xychart-beta\b)/i,/^(?:(?:vertical|horizontal))/i,/^(?:x-axis\b)/i,/^(?:y-axis\b)/i,/^(?:\[)/i,/^(?:-->)/i,/^(?:line\b)/i,/^(?:bar\b)/i,/^(?:\[)/i,/^(?:[+-]?(?:\d+(?:\.\d+)?|\.\d+))/i,/^(?:\])/i,/^(?:(?:`\) \{ this\.pushState\(md_string\); \}\n<md_string>\(\?:\(\?!`"\)\.\)\+ \{ return MD_STR; \}\n<md_string>\(\?:`))/i,/^(?:["])/i,/^(?:["])/i,/^(?:[^"]*)/i,/^(?:\[)/i,/^(?:\])/i,/^(?:[A-Za-z]+)/i,/^(?::)/i,/^(?:\+)/i,/^(?:,)/i,/^(?:=)/i,/^(?:\*)/i,/^(?:#)/i,/^(?:[\_])/i,/^(?:\.)/i,/^(?:&)/i,/^(?:-)/i,/^(?:[0-9]+)/i,/^(?:\s+)/i,/^(?:;)/i,/^(?:$)/i],conditions:{data_inner:{rules:[0,1,4,5,6,7,9,11,14,15,16,17,20,21,23,24,25,26,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],inclusive:true},data:{rules:[0,1,3,4,5,6,7,9,11,14,15,16,17,20,21,22,25,26,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],inclusive:true},axis_band_data:{rules:[0,1,4,5,6,7,9,11,14,15,16,17,20,21,24,25,26,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],inclusive:true},axis_data:{rules:[0,1,2,4,5,6,7,9,11,14,15,16,17,18,19,20,21,23,25,26,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],inclusive:true},acc_descr_multiline:{rules:[12,13],inclusive:false},acc_descr:{rules:[10],inclusive:false},acc_title:{rules:[8],inclusive:false},title:{rules:[],inclusive:false},md_string:{rules:[],inclusive:false},string:{rules:[27,28],inclusive:false},INITIAL:{rules:[0,1,4,5,6,7,9,11,14,15,16,17,20,21,25,26,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45],inclusive:true}}};return t}();D.lexer=L;function v(){this.yy={}}v.prototype=D;D.Parser=v;return new v}();u.parser=u;const g=u;function x(t){return t.type==="bar"}function f(t){return t.type==="band"}function d(t){return t.type==="linear"}class p{constructor(t){this.parentGroup=t}getMaxDimension(t,i){if(!this.parentGroup){return{width:t.reduce(((t,i)=>Math.max(i.length,t)),0)*i,height:i}}const e={width:0,height:0};const s=this.parentGroup.append("g").attr("visibility","hidden").attr("font-size",i);for(const a of t){const t=(0,n.c)(s,1,a);const h=t?t.width:a.length*i;const o=t?t.height:i;e.width=Math.max(e.width,h);e.height=Math.max(e.height,o)}s.remove();return e}}const y=.7;const m=.2;class b{constructor(t,i,e,s){this.axisConfig=t;this.title=i;this.textDimensionCalculator=e;this.axisThemeConfig=s;this.boundingRect={x:0,y:0,width:0,height:0};this.axisPosition="left";this.showTitle=false;this.showLabel=false;this.showTick=false;this.showAxisLine=false;this.outerPadding=0;this.titleTextHeight=0;this.labelTextHeight=0;this.range=[0,10];this.boundingRect={x:0,y:0,width:0,height:0};this.axisPosition="left"}setRange(t){this.range=t;if(this.axisPosition==="left"||this.axisPosition==="right"){this.boundingRect.height=t[1]-t[0]}else{this.boundingRect.width=t[1]-t[0]}this.recalculateScale()}getRange(){return[this.range[0]+this.outerPadding,this.range[1]-this.outerPadding]}setAxisPosition(t){this.axisPosition=t;this.setRange(this.range)}getTickDistance(){const t=this.getRange();return Math.abs(t[0]-t[1])/this.getTickValues().length}getAxisOuterPadding(){return this.outerPadding}getLabelDimension(){return this.textDimensionCalculator.getMaxDimension(this.getTickValues().map((t=>t.toString())),this.axisConfig.labelFontSize)}recalculateOuterPaddingToDrawBar(){if(y*this.getTickDistance()>this.outerPadding*2){this.outerPadding=Math.floor(y*this.getTickDistance()/2)}this.recalculateScale()}calculateSpaceIfDrawnHorizontally(t){let i=t.height;if(this.axisConfig.showAxisLine&&i>this.axisConfig.axisLineWidth){i-=this.axisConfig.axisLineWidth;this.showAxisLine=true}if(this.axisConfig.showLabel){const e=this.getLabelDimension();const s=m*t.width;this.outerPadding=Math.min(e.width/2,s);const n=e.height+this.axisConfig.labelPadding*2;this.labelTextHeight=e.height;if(n<=i){i-=n;this.showLabel=true}}if(this.axisConfig.showTick&&i>=this.axisConfig.tickLength){this.showTick=true;i-=this.axisConfig.tickLength}if(this.axisConfig.showTitle&&this.title){const t=this.textDimensionCalculator.getMaxDimension([this.title],this.axisConfig.titleFontSize);const e=t.height+this.axisConfig.titlePadding*2;this.titleTextHeight=t.height;if(e<=i){i-=e;this.showTitle=true}}this.boundingRect.width=t.width;this.boundingRect.height=t.height-i}calculateSpaceIfDrawnVertical(t){let i=t.width;if(this.axisConfig.showAxisLine&&i>this.axisConfig.axisLineWidth){i-=this.axisConfig.axisLineWidth;this.showAxisLine=true}if(this.axisConfig.showLabel){const e=this.getLabelDimension();const s=m*t.height;this.outerPadding=Math.min(e.height/2,s);const n=e.width+this.axisConfig.labelPadding*2;if(n<=i){i-=n;this.showLabel=true}}if(this.axisConfig.showTick&&i>=this.axisConfig.tickLength){this.showTick=true;i-=this.axisConfig.tickLength}if(this.axisConfig.showTitle&&this.title){const t=this.textDimensionCalculator.getMaxDimension([this.title],this.axisConfig.titleFontSize);const e=t.height+this.axisConfig.titlePadding*2;this.titleTextHeight=t.height;if(e<=i){i-=e;this.showTitle=true}}this.boundingRect.width=t.width-i;this.boundingRect.height=t.height}calculateSpace(t){if(this.axisPosition==="left"||this.axisPosition==="right"){this.calculateSpaceIfDrawnVertical(t)}else{this.calculateSpaceIfDrawnHorizontally(t)}this.recalculateScale();return{width:this.boundingRect.width,height:this.boundingRect.height}}setBoundingBoxXY(t){this.boundingRect.x=t.x;this.boundingRect.y=t.y}getDrawableElementsForLeftAxis(){const t=[];if(this.showAxisLine){const i=this.boundingRect.x+this.boundingRect.width-this.axisConfig.axisLineWidth/2;t.push({type:"path",groupTexts:["left-axis","axisl-line"],data:[{path:`M ${i},${this.boundingRect.y} L ${i},${this.boundingRect.y+this.boundingRect.height} `,strokeFill:this.axisThemeConfig.axisLineColor,strokeWidth:this.axisConfig.axisLineWidth}]})}if(this.showLabel){t.push({type:"text",groupTexts:["left-axis","label"],data:this.getTickValues().map((t=>({text:t.toString(),x:this.boundingRect.x+this.boundingRect.width-(this.showLabel?this.axisConfig.labelPadding:0)-(this.showTick?this.axisConfig.tickLength:0)-(this.showAxisLine?this.axisConfig.axisLineWidth:0),y:this.getScaleValue(t),fill:this.axisThemeConfig.labelColor,fontSize:this.axisConfig.labelFontSize,rotation:0,verticalPos:"middle",horizontalPos:"right"})))})}if(this.showTick){const i=this.boundingRect.x+this.boundingRect.width-(this.showAxisLine?this.axisConfig.axisLineWidth:0);t.push({type:"path",groupTexts:["left-axis","ticks"],data:this.getTickValues().map((t=>({path:`M ${i},${this.getScaleValue(t)} L ${i-this.axisConfig.tickLength},${this.getScaleValue(t)}`,strokeFill:this.axisThemeConfig.tickColor,strokeWidth:this.axisConfig.tickWidth})))})}if(this.showTitle){t.push({type:"text",groupTexts:["left-axis","title"],data:[{text:this.title,x:this.boundingRect.x+this.axisConfig.titlePadding,y:this.boundingRect.y+this.boundingRect.height/2,fill:this.axisThemeConfig.titleColor,fontSize:this.axisConfig.titleFontSize,rotation:270,verticalPos:"top",horizontalPos:"center"}]})}return t}getDrawableElementsForBottomAxis(){const t=[];if(this.showAxisLine){const i=this.boundingRect.y+this.axisConfig.axisLineWidth/2;t.push({type:"path",groupTexts:["bottom-axis","axis-line"],data:[{path:`M ${this.boundingRect.x},${i} L ${this.boundingRect.x+this.boundingRect.width},${i}`,strokeFill:this.axisThemeConfig.axisLineColor,strokeWidth:this.axisConfig.axisLineWidth}]})}if(this.showLabel){t.push({type:"text",groupTexts:["bottom-axis","label"],data:this.getTickValues().map((t=>({text:t.toString(),x:this.getScaleValue(t),y:this.boundingRect.y+this.axisConfig.labelPadding+(this.showTick?this.axisConfig.tickLength:0)+(this.showAxisLine?this.axisConfig.axisLineWidth:0),fill:this.axisThemeConfig.labelColor,fontSize:this.axisConfig.labelFontSize,rotation:0,verticalPos:"top",horizontalPos:"center"})))})}if(this.showTick){const i=this.boundingRect.y+(this.showAxisLine?this.axisConfig.axisLineWidth:0);t.push({type:"path",groupTexts:["bottom-axis","ticks"],data:this.getTickValues().map((t=>({path:`M ${this.getScaleValue(t)},${i} L ${this.getScaleValue(t)},${i+this.axisConfig.tickLength}`,strokeFill:this.axisThemeConfig.tickColor,strokeWidth:this.axisConfig.tickWidth})))})}if(this.showTitle){t.push({type:"text",groupTexts:["bottom-axis","title"],data:[{text:this.title,x:this.range[0]+(this.range[1]-this.range[0])/2,y:this.boundingRect.y+this.boundingRect.height-this.axisConfig.titlePadding-this.titleTextHeight,fill:this.axisThemeConfig.titleColor,fontSize:this.axisConfig.titleFontSize,rotation:0,verticalPos:"top",horizontalPos:"center"}]})}return t}getDrawableElementsForTopAxis(){const t=[];if(this.showAxisLine){const i=this.boundingRect.y+this.boundingRect.height-this.axisConfig.axisLineWidth/2;t.push({type:"path",groupTexts:["top-axis","axis-line"],data:[{path:`M ${this.boundingRect.x},${i} L ${this.boundingRect.x+this.boundingRect.width},${i}`,strokeFill:this.axisThemeConfig.axisLineColor,strokeWidth:this.axisConfig.axisLineWidth}]})}if(this.showLabel){t.push({type:"text",groupTexts:["top-axis","label"],data:this.getTickValues().map((t=>({text:t.toString(),x:this.getScaleValue(t),y:this.boundingRect.y+(this.showTitle?this.titleTextHeight+this.axisConfig.titlePadding*2:0)+this.axisConfig.labelPadding,fill:this.axisThemeConfig.labelColor,fontSize:this.axisConfig.labelFontSize,rotation:0,verticalPos:"top",horizontalPos:"center"})))})}if(this.showTick){const i=this.boundingRect.y;t.push({type:"path",groupTexts:["top-axis","ticks"],data:this.getTickValues().map((t=>({path:`M ${this.getScaleValue(t)},${i+this.boundingRect.height-(this.showAxisLine?this.axisConfig.axisLineWidth:0)} L ${this.getScaleValue(t)},${i+this.boundingRect.height-this.axisConfig.tickLength-(this.showAxisLine?this.axisConfig.axisLineWidth:0)}`,strokeFill:this.axisThemeConfig.tickColor,strokeWidth:this.axisConfig.tickWidth})))})}if(this.showTitle){t.push({type:"text",groupTexts:["top-axis","title"],data:[{text:this.title,x:this.boundingRect.x+this.boundingRect.width/2,y:this.boundingRect.y+this.axisConfig.titlePadding,fill:this.axisThemeConfig.titleColor,fontSize:this.axisConfig.titleFontSize,rotation:0,verticalPos:"top",horizontalPos:"center"}]})}return t}getDrawableElements(){if(this.axisPosition==="left"){return this.getDrawableElementsForLeftAxis()}if(this.axisPosition==="right"){throw Error("Drawing of right axis is not implemented")}if(this.axisPosition==="bottom"){return this.getDrawableElementsForBottomAxis()}if(this.axisPosition==="top"){return this.getDrawableElementsForTopAxis()}return[]}}class A extends b{constructor(t,i,e,s,n){super(t,s,n,i);this.categories=e;this.scale=(0,a.tiA)().domain(this.categories).range(this.getRange())}setRange(t){super.setRange(t)}recalculateScale(){this.scale=(0,a.tiA)().domain(this.categories).range(this.getRange()).paddingInner(1).paddingOuter(0).align(.5);s.l.trace("BandAxis axis final categories, range: ",this.categories,this.getRange())}getTickValues(){return this.categories}getScaleValue(t){return this.scale(t)||this.getRange()[0]}}class w extends b{constructor(t,i,e,s,n){super(t,s,n,i);this.domain=e;this.scale=(0,a.BYU)().domain(this.domain).range(this.getRange())}getTickValues(){return this.scale.ticks()}recalculateScale(){const t=[...this.domain];if(this.axisPosition==="left"){t.reverse()}this.scale=(0,a.BYU)().domain(t).range(this.getRange())}getScaleValue(t){return this.scale(t)}}function S(t,i,e,s){const n=new p(s);if(f(t)){return new A(i,e,t.categories,t.title,n)}return new w(i,e,[t.min,t.max],t.title,n)}class k{constructor(t,i,e,s){this.textDimensionCalculator=t;this.chartConfig=i;this.chartData=e;this.chartThemeConfig=s;this.boundingRect={x:0,y:0,width:0,height:0};this.showChartTitle=false}setBoundingBoxXY(t){this.boundingRect.x=t.x;this.boundingRect.y=t.y}calculateSpace(t){const i=this.textDimensionCalculator.getMaxDimension([this.chartData.title],this.chartConfig.titleFontSize);const e=Math.max(i.width,t.width);const s=i.height+2*this.chartConfig.titlePadding;if(i.width<=e&&i.height<=s&&this.chartConfig.showTitle&&this.chartData.title){this.boundingRect.width=e;this.boundingRect.height=s;this.showChartTitle=true}return{width:this.boundingRect.width,height:this.boundingRect.height}}getDrawableElements(){const t=[];if(this.showChartTitle){t.push({groupTexts:["chart-title"],type:"text",data:[{fontSize:this.chartConfig.titleFontSize,text:this.chartData.title,verticalPos:"middle",horizontalPos:"center",x:this.boundingRect.x+this.boundingRect.width/2,y:this.boundingRect.y+this.boundingRect.height/2,fill:this.chartThemeConfig.titleColor,rotation:0}]})}return t}}function C(t,i,e,s){const n=new p(s);return new k(n,t,i,e)}class _{constructor(t,i,e,s,n){this.plotData=t;this.xAxis=i;this.yAxis=e;this.orientation=s;this.plotIndex=n}getDrawableElement(){const t=this.plotData.data.map((t=>[this.xAxis.getScaleValue(t[0]),this.yAxis.getScaleValue(t[1])]));let i;if(this.orientation==="horizontal"){i=(0,a.jvg)().y((t=>t[0])).x((t=>t[1]))(t)}else{i=(0,a.jvg)().x((t=>t[0])).y((t=>t[1]))(t)}if(!i){return[]}return[{groupTexts:["plot",`line-plot-${this.plotIndex}`],type:"path",data:[{path:i,strokeFill:this.plotData.strokeFill,strokeWidth:this.plotData.strokeWidth}]}]}}class T{constructor(t,i,e,s,n,a){this.barData=t;this.boundingRect=i;this.xAxis=e;this.yAxis=s;this.orientation=n;this.plotIndex=a}getDrawableElement(){const t=this.barData.data.map((t=>[this.xAxis.getScaleValue(t[0]),this.yAxis.getScaleValue(t[1])]));const i=.05;const e=Math.min(this.xAxis.getAxisOuterPadding()*2,this.xAxis.getTickDistance())*(1-i);const s=e/2;if(this.orientation==="horizontal"){return[{groupTexts:["plot",`bar-plot-${this.plotIndex}`],type:"rect",data:t.map((t=>({x:this.boundingRect.x,y:t[0]-s,height:e,width:t[1]-this.boundingRect.x,fill:this.barData.fill,strokeWidth:0,strokeFill:this.barData.fill})))}]}return[{groupTexts:["plot",`bar-plot-${this.plotIndex}`],type:"rect",data:t.map((t=>({x:t[0]-s,y:t[1],width:e,height:this.boundingRect.y+this.boundingRect.height-t[1],fill:this.barData.fill,strokeWidth:0,strokeFill:this.barData.fill})))}]}}class R{constructor(t,i,e){this.chartConfig=t;this.chartData=i;this.chartThemeConfig=e;this.boundingRect={x:0,y:0,width:0,height:0}}setAxes(t,i){this.xAxis=t;this.yAxis=i}setBoundingBoxXY(t){this.boundingRect.x=t.x;this.boundingRect.y=t.y}calculateSpace(t){this.boundingRect.width=t.width;this.boundingRect.height=t.height;return{width:this.boundingRect.width,height:this.boundingRect.height}}getDrawableElements(){if(!(this.xAxis&&this.yAxis)){throw Error("Axes must be passed to render Plots")}const t=[];for(const[i,e]of this.chartData.plots.entries()){switch(e.type){case"line":{const s=new _(e,this.xAxis,this.yAxis,this.chartConfig.chartOrientation,i);t.push(...s.getDrawableElement())}break;case"bar":{const s=new T(e,this.boundingRect,this.xAxis,this.yAxis,this.chartConfig.chartOrientation,i);t.push(...s.getDrawableElement())}break}}return t}}function D(t,i,e){return new R(t,i,e)}class L{constructor(t,i,e,s){this.chartConfig=t;this.chartData=i;this.componentStore={title:C(t,i,e,s),plot:D(t,i,e),xAxis:S(i.xAxis,t.xAxis,{titleColor:e.xAxisTitleColor,labelColor:e.xAxisLabelColor,tickColor:e.xAxisTickColor,axisLineColor:e.xAxisLineColor},s),yAxis:S(i.yAxis,t.yAxis,{titleColor:e.yAxisTitleColor,labelColor:e.yAxisLabelColor,tickColor:e.yAxisTickColor,axisLineColor:e.yAxisLineColor},s)}}calculateVerticalSpace(){let t=this.chartConfig.width;let i=this.chartConfig.height;let e=0;let s=0;let n=Math.floor(t*this.chartConfig.plotReservedSpacePercent/100);let a=Math.floor(i*this.chartConfig.plotReservedSpacePercent/100);let h=this.componentStore.plot.calculateSpace({width:n,height:a});t-=h.width;i-=h.height;h=this.componentStore.title.calculateSpace({width:this.chartConfig.width,height:i});s=h.height;i-=h.height;this.componentStore.xAxis.setAxisPosition("bottom");h=this.componentStore.xAxis.calculateSpace({width:t,height:i});i-=h.height;this.componentStore.yAxis.setAxisPosition("left");h=this.componentStore.yAxis.calculateSpace({width:t,height:i});e=h.width;t-=h.width;if(t>0){n+=t;t=0}if(i>0){a+=i;i=0}this.componentStore.plot.calculateSpace({width:n,height:a});this.componentStore.plot.setBoundingBoxXY({x:e,y:s});this.componentStore.xAxis.setRange([e,e+n]);this.componentStore.xAxis.setBoundingBoxXY({x:e,y:s+a});this.componentStore.yAxis.setRange([s,s+a]);this.componentStore.yAxis.setBoundingBoxXY({x:0,y:s});if(this.chartData.plots.some((t=>x(t)))){this.componentStore.xAxis.recalculateOuterPaddingToDrawBar()}}calculateHorizonatalSpace(){let t=this.chartConfig.width;let i=this.chartConfig.height;let e=0;let s=0;let n=0;let a=Math.floor(t*this.chartConfig.plotReservedSpacePercent/100);let h=Math.floor(i*this.chartConfig.plotReservedSpacePercent/100);let o=this.componentStore.plot.calculateSpace({width:a,height:h});t-=o.width;i-=o.height;o=this.componentStore.title.calculateSpace({width:this.chartConfig.width,height:i});e=o.height;i-=o.height;this.componentStore.xAxis.setAxisPosition("left");o=this.componentStore.xAxis.calculateSpace({width:t,height:i});t-=o.width;s=o.width;this.componentStore.yAxis.setAxisPosition("top");o=this.componentStore.yAxis.calculateSpace({width:t,height:i});i-=o.height;n=e+o.height;if(t>0){a+=t;t=0}if(i>0){h+=i;i=0}this.componentStore.plot.calculateSpace({width:a,height:h});this.componentStore.plot.setBoundingBoxXY({x:s,y:n});this.componentStore.yAxis.setRange([s,s+a]);this.componentStore.yAxis.setBoundingBoxXY({x:s,y:e});this.componentStore.xAxis.setRange([n,n+h]);this.componentStore.xAxis.setBoundingBoxXY({x:0,y:n});if(this.chartData.plots.some((t=>x(t)))){this.componentStore.xAxis.recalculateOuterPaddingToDrawBar()}}calculateSpace(){if(this.chartConfig.chartOrientation==="horizontal"){this.calculateHorizonatalSpace()}else{this.calculateVerticalSpace()}}getDrawableElement(){this.calculateSpace();const t=[];this.componentStore.plot.setAxes(this.componentStore.xAxis,this.componentStore.yAxis);for(const i of Object.values(this.componentStore)){t.push(...i.getDrawableElements())}return t}}class v{static build(t,i,e,s){const n=new L(t,i,e,s);return n.getDrawableElement()}}let P=0;let E;let I=F();let $=W();let M=N();let B=$.plotColorPalette.split(",").map((t=>t.trim()));let z=false;let O=false;function W(){const t=(0,s.D)();const i=(0,s.E)();return(0,s.B)(t.xyChart,i.themeVariables.xyChart)}function F(){const t=(0,s.E)();return(0,s.B)(s.A.xyChart,t.xyChart)}function N(){return{yAxis:{type:"linear",title:"",min:Infinity,max:-Infinity},xAxis:{type:"band",title:"",categories:[]},title:"",plots:[]}}function V(t){const i=(0,s.E)();return(0,s.d)(t.trim(),i)}function X(t){E=t}function Y(t){if(t==="horizontal"){I.chartOrientation="horizontal"}else{I.chartOrientation="vertical"}}function U(t){M.xAxis.title=V(t.text)}function H(t,i){M.xAxis={type:"linear",title:M.xAxis.title,min:t,max:i};z=true}function j(t){M.xAxis={type:"band",title:M.xAxis.title,categories:t.map((t=>V(t.text)))};z=true}function G(t){M.yAxis.title=V(t.text)}function Q(t,i){M.yAxis={type:"linear",title:M.yAxis.title,min:t,max:i};O=true}function K(t){const i=Math.min(...t);const e=Math.max(...t);const s=d(M.yAxis)?M.yAxis.min:Infinity;const n=d(M.yAxis)?M.yAxis.max:-Infinity;M.yAxis={type:"linear",title:M.yAxis.title,min:Math.min(s,i),max:Math.max(n,e)}}function q(t){let i=[];if(t.length===0){return i}if(!z){const i=d(M.xAxis)?M.xAxis.min:Infinity;const e=d(M.xAxis)?M.xAxis.max:-Infinity;H(Math.min(i,1),Math.max(e,t.length))}if(!O){K(t)}if(f(M.xAxis)){i=M.xAxis.categories.map(((i,e)=>[i,t[e]]))}if(d(M.xAxis)){const e=M.xAxis.min;const s=M.xAxis.max;const n=(s-e+1)/t.length;const a=[];for(let t=e;t<=s;t+=n){a.push(`${t}`)}i=a.map(((i,e)=>[i,t[e]]))}return i}function Z(t){return B[t===0?0:t%B.length]}function J(t,i){const e=q(i);M.plots.push({type:"line",strokeFill:Z(P),strokeWidth:2,data:e});P++}function tt(t,i){const e=q(i);M.plots.push({type:"bar",fill:Z(P),data:e});P++}function it(){if(M.plots.length===0){throw Error("No Plot to render, please provide a plot with some data")}M.title=(0,s.r)();return v.build(I,M,$,E)}function et(){return $}function st(){return I}const nt=function(){(0,s.t)();P=0;I=F();M=N();$=W();B=$.plotColorPalette.split(",").map((t=>t.trim()));z=false;O=false};const at={getDrawableElem:it,clear:nt,setAccTitle:s.s,getAccTitle:s.g,setDiagramTitle:s.q,getDiagramTitle:s.r,getAccDescription:s.a,setAccDescription:s.b,setOrientation:Y,setXAxisTitle:U,setXAxisRangeData:H,setXAxisBand:j,setYAxisTitle:G,setYAxisRangeData:Q,setLineData:J,setBarData:tt,setTmpSVGG:X,getChartThemeConfig:et,getChartConfig:st};const ht=(t,i,e,n)=>{const a=n.db;const h=a.getChartThemeConfig();const o=a.getChartConfig();function r(t){return t==="top"?"text-before-edge":"middle"}function l(t){return t==="left"?"start":t==="right"?"end":"middle"}function c(t){return`translate(${t.x}, ${t.y}) rotate(${t.rotation||0})`}s.l.debug("Rendering xychart chart\n"+t);const u=(0,s.z)(i);const g=u.append("g").attr("class","main");const x=g.append("rect").attr("width",o.width).attr("height",o.height).attr("class","background");(0,s.i)(u,o.height,o.width,true);u.attr("viewBox",`0 0 ${o.width} ${o.height}`);x.attr("fill",h.backgroundColor);a.setTmpSVGG(u.append("g").attr("class","mermaid-tmp-group"));const f=a.getDrawableElem();const d={};function p(t){let i=g;let e="";for(const[s]of t.entries()){let n=g;if(s>0&&d[e]){n=d[e]}e+=t[s];i=d[e];if(!i){i=d[e]=n.append("g").attr("class",t[s])}}return i}for(const s of f){if(s.data.length===0){continue}const t=p(s.groupTexts);switch(s.type){case"rect":t.selectAll("rect").data(s.data).enter().append("rect").attr("x",(t=>t.x)).attr("y",(t=>t.y)).attr("width",(t=>t.width)).attr("height",(t=>t.height)).attr("fill",(t=>t.fill)).attr("stroke",(t=>t.strokeFill)).attr("stroke-width",(t=>t.strokeWidth));break;case"text":t.selectAll("text").data(s.data).enter().append("text").attr("x",0).attr("y",0).attr("fill",(t=>t.fill)).attr("font-size",(t=>t.fontSize)).attr("dominant-baseline",(t=>r(t.verticalPos))).attr("text-anchor",(t=>l(t.horizontalPos))).attr("transform",(t=>c(t))).text((t=>t.text));break;case"path":t.selectAll("path").data(s.data).enter().append("path").attr("d",(t=>t.path)).attr("fill",(t=>t.fill?t.fill:"none")).attr("stroke",(t=>t.strokeFill)).attr("stroke-width",(t=>t.strokeWidth));break}}};const ot={draw:ht};const rt={parser:g,db:at,renderer:ot}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self["webpackChunk_jupyterlab_application_top"]=self["webpackChunk_jupyterlab_application_top"]||[]).push([[9545],{10318:(t,n,e)=>{e.d(n,{Z:()=>i});function i(t,n){return t==null||n==null?NaN:t<n?-1:t>n?1:t>=n?0:NaN}},44355:(t,n,e)=>{e.d(n,{Nw:()=>u,ZP:()=>c,ml:()=>a});var i=e(10318);var r=e(2725);var s=e(62921);const o=(0,r.Z)(i.Z);const a=o.right;const u=o.left;const h=(0,r.Z)(s.Z).center;const c=a},2725:(t,n,e)=>{e.d(n,{Z:()=>s});var i=e(10318);function r(t,n){return t==null||n==null?NaN:n<t?-1:n>t?1:n>=t?0:NaN}function s(t){let n,e,s;if(t.length!==2){n=i.Z;e=(n,e)=>(0,i.Z)(t(n),e);s=(n,e)=>t(n)-e}else{n=t===i.Z||t===r?t:o;e=t;s=t}function a(t,i,r=0,s=t.length){if(r<s){if(n(i,i)!==0)return s;do{const n=r+s>>>1;if(e(t[n],i)<0)r=n+1;else s=n}while(r<s)}return r}function u(t,i,r=0,s=t.length){if(r<s){if(n(i,i)!==0)return s;do{const n=r+s>>>1;if(e(t[n],i)<=0)r=n+1;else s=n}while(r<s)}return r}function h(t,n,e=0,i=t.length){const r=a(t,n,e,i-1);return r>e&&s(t[r-1],n)>-s(t[r],n)?r-1:r}return{left:a,center:h,right:u}}function o(){return 0}},98823:(t,n,e)=>{e.d(n,{Z:()=>i});function i(t,n){let e;if(n===undefined){for(const n of t){if(n!=null&&(e<n||e===undefined&&n>=n)){e=n}}}else{let i=-1;for(let r of t){if((r=n(r,++i,t))!=null&&(e<r||e===undefined&&r>=r)){e=r}}}return e}},47622:(t,n,e)=>{e.d(n,{Z:()=>i});function i(t,n){let e;if(n===undefined){for(const n of t){if(n!=null&&(e>n||e===undefined&&n>=n)){e=n}}}else{let i=-1;for(let r of t){if((r=n(r,++i,t))!=null&&(e>r||e===undefined&&r>=r)){e=r}}}return e}},62921:(t,n,e)=>{e.d(n,{K:()=>r,Z:()=>i});function i(t){return t===null?NaN:+t}function*r(t,n){if(n===undefined){for(let n of t){if(n!=null&&(n=+n)>=n){yield n}}}else{let e=-1;for(let i of t){if((i=n(i,++e,t))!=null&&(i=+i)>=i){yield i}}}}},34893:(t,n,e)=>{e.d(n,{Z:()=>i});function i(t,n,e){t=+t,n=+n,e=(r=arguments.length)<2?(n=t,t=0,1):r<3?1:+e;var i=-1,r=Math.max(0,Math.ceil((n-t)/e))|0,s=new Array(r);while(++i<r){s[i]=t+i*e}return s}},67614:(t,n,e)=>{e.d(n,{G9:()=>u,ZP:()=>a,ly:()=>h});const i=Math.sqrt(50),r=Math.sqrt(10),s=Math.sqrt(2);function o(t,n,e){const a=(n-t)/Math.max(0,e),u=Math.floor(Math.log10(a)),h=a/Math.pow(10,u),c=h>=i?10:h>=r?5:h>=s?2:1;let l,f,_;if(u<0){_=Math.pow(10,-u)/c;l=Math.round(t*_);f=Math.round(n*_);if(l/_<t)++l;if(f/_>n)--f;_=-_}else{_=Math.pow(10,u)*c;l=Math.round(t/_);f=Math.round(n/_);if(l*_<t)++l;if(f*_>n)--f}if(f<l&&.5<=e&&e<2)return o(t,n,e*2);return[l,f,_]}function a(t,n,e){n=+n,t=+t,e=+e;if(!(e>0))return[];if(t===n)return[t];const i=n<t,[r,s,a]=i?o(n,t,e):o(t,n,e);if(!(s>=r))return[];const u=s-r+1,h=new Array(u);if(i){if(a<0)for(let t=0;t<u;++t)h[t]=(s-t)/-a;else for(let t=0;t<u;++t)h[t]=(s-t)*a}else{if(a<0)for(let t=0;t<u;++t)h[t]=(r+t)/-a;else for(let t=0;t<u;++t)h[t]=(r+t)*a}return h}function u(t,n,e){n=+n,t=+t,e=+e;return o(t,n,e)[2]}function h(t,n,e){n=+n,t=+t,e=+e;const i=n<t,r=i?u(n,t,e):u(t,n,e);return(i?-1:1)*(r<0?1/-r:r)}},16372:(t,n,e)=>{e.d(n,{B8:()=>k,Il:()=>r,J5:()=>o,SU:()=>T,Ss:()=>N,Ym:()=>A,ZP:()=>b,xV:()=>s});var i=e(44087);function r(){}var s=.7;var o=1/s;var a="\\s*([+-]?\\d+)\\s*",u="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",h="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",c=/^#([0-9a-f]{3,8})$/,l=new RegExp(`^rgb\\(${a},${a},${a}\\)$`),f=new RegExp(`^rgb\\(${h},${h},${h}\\)$`),_=new RegExp(`^rgba\\(${a},${a},${a},${u}\\)$`),p=new RegExp(`^rgba\\(${h},${h},${h},${u}\\)$`),y=new RegExp(`^hsl\\(${u},${h},${h}\\)$`),g=new RegExp(`^hsla\\(${u},${h},${h},${u}\\)$`);var d={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074};(0,i.Z)(r,b,{copy(t){return Object.assign(new this.constructor,this,t)},displayable(){return this.rgb().displayable()},hex:v,formatHex:v,formatHex8:x,formatHsl:w,formatRgb:m,toString:m});function v(){return this.rgb().formatHex()}function x(){return this.rgb().formatHex8()}function w(){return E(this).formatHsl()}function m(){return this.rgb().formatRgb()}function b(t){var n,e;t=(t+"").trim().toLowerCase();return(n=c.exec(t))?(e=n[1].length,n=parseInt(n[1],16),e===6?M(n):e===3?new N(n>>8&15|n>>4&240,n>>4&15|n&240,(n&15)<<4|n&15,1):e===8?Z(n>>24&255,n>>16&255,n>>8&255,(n&255)/255):e===4?Z(n>>12&15|n>>8&240,n>>8&15|n>>4&240,n>>4&15|n&240,((n&15)<<4|n&15)/255):null):(n=l.exec(t))?new N(n[1],n[2],n[3],1):(n=f.exec(t))?new N(n[1]*255/100,n[2]*255/100,n[3]*255/100,1):(n=_.exec(t))?Z(n[1],n[2],n[3],n[4]):(n=p.exec(t))?Z(n[1]*255/100,n[2]*255/100,n[3]*255/100,n[4]):(n=y.exec(t))?Y(n[1],n[2]/100,n[3]/100,1):(n=g.exec(t))?Y(n[1],n[2]/100,n[3]/100,n[4]):d.hasOwnProperty(t)?M(d[t]):t==="transparent"?new N(NaN,NaN,NaN,0):null}function M(t){return new N(t>>16&255,t>>8&255,t&255,1)}function Z(t,n,e,i){if(i<=0)t=n=e=NaN;return new N(t,n,e,i)}function T(t){if(!(t instanceof r))t=b(t);if(!t)return new N;t=t.rgb();return new N(t.r,t.g,t.b,t.opacity)}function k(t,n,e,i){return arguments.length===1?T(t):new N(t,n,e,i==null?1:i)}function N(t,n,e,i){this.r=+t;this.g=+n;this.b=+e;this.opacity=+i}(0,i.Z)(N,k,(0,i.l)(r,{brighter(t){t=t==null?o:Math.pow(o,t);return new N(this.r*t,this.g*t,this.b*t,this.opacity)},darker(t){t=t==null?s:Math.pow(s,t);return new N(this.r*t,this.g*t,this.b*t,this.opacity)},rgb(){return this},clamp(){return new N(S(this.r),S(this.g),S(this.b),D(this.opacity))},displayable(){return-.5<=this.r&&this.r<255.5&&(-.5<=this.g&&this.g<255.5)&&(-.5<=this.b&&this.b<255.5)&&(0<=this.opacity&&this.opacity<=1)},hex:$,formatHex:$,formatHex8:C,formatRgb:U,toString:U}));function $(){return`#${P(this.r)}${P(this.g)}${P(this.b)}`}function C(){return`#${P(this.r)}${P(this.g)}${P(this.b)}${P((isNaN(this.opacity)?1:this.opacity)*255)}`}function U(){const t=D(this.opacity);return`${t===1?"rgb(":"rgba("}${S(this.r)}, ${S(this.g)}, ${S(this.b)}${t===1?")":`, ${t})`}`}function D(t){return isNaN(t)?1:Math.max(0,Math.min(1,t))}function S(t){return Math.max(0,Math.min(255,Math.round(t)||0))}function P(t){t=S(t);return(t<16?"0":"")+t.toString(16)}function Y(t,n,e,i){if(i<=0)t=n=e=NaN;else if(e<=0||e>=1)t=n=NaN;else if(n<=0)t=NaN;return new H(t,n,e,i)}function E(t){if(t instanceof H)return new H(t.h,t.s,t.l,t.opacity);if(!(t instanceof r))t=b(t);if(!t)return new H;if(t instanceof H)return t;t=t.rgb();var n=t.r/255,e=t.g/255,i=t.b/255,s=Math.min(n,e,i),o=Math.max(n,e,i),a=NaN,u=o-s,h=(o+s)/2;if(u){if(n===o)a=(e-i)/u+(e<i)*6;else if(e===o)a=(i-n)/u+2;else a=(n-e)/u+4;u/=h<.5?o+s:2-o-s;a*=60}else{u=h>0&&h<1?0:a}return new H(a,u,h,t.opacity)}function A(t,n,e,i){return arguments.length===1?E(t):new H(t,n,e,i==null?1:i)}function H(t,n,e,i){this.h=+t;this.s=+n;this.l=+e;this.opacity=+i}(0,i.Z)(H,A,(0,i.l)(r,{brighter(t){t=t==null?o:Math.pow(o,t);return new H(this.h,this.s,this.l*t,this.opacity)},darker(t){t=t==null?s:Math.pow(s,t);return new H(this.h,this.s,this.l*t,this.opacity)},rgb(){var t=this.h%360+(this.h<0)*360,n=isNaN(t)||isNaN(this.s)?0:this.s,e=this.l,i=e+(e<.5?e:1-e)*n,r=2*e-i;return new N(B(t>=240?t-240:t+120,r,i),B(t,r,i),B(t<120?t+240:t-120,r,i),this.opacity)},clamp(){return new H(F(this.h),j(this.s),j(this.l),D(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&(0<=this.l&&this.l<=1)&&(0<=this.opacity&&this.opacity<=1)},formatHsl(){const t=D(this.opacity);return`${t===1?"hsl(":"hsla("}${F(this.h)}, ${j(this.s)*100}%, ${j(this.l)*100}%${t===1?")":`, ${t})`}`}}));function F(t){t=(t||0)%360;return t<0?t+360:t}function j(t){return Math.max(0,Math.min(1,t||0))}function B(t,n,e){return(t<60?n+(e-n)*t/60:t<180?e:t<240?n+(e-n)*(240-t)/60:n)*255}},44087:(t,n,e)=>{e.d(n,{Z:()=>i,l:()=>r});function i(t,n,e){t.prototype=n.prototype=e;e.constructor=t}function r(t,n){var e=Object.create(t.prototype);for(var i in n)e[i]=n[i];return e}},80241:(t,n,e)=>{e.d(n,{Uc:()=>Z,ZP:()=>g});var i=e(44087);var r=e(16372);var s=e(11144);const o=18,a=.96422,u=1,h=.82521,c=4/29,l=6/29,f=3*l*l,_=l*l*l;function p(t){if(t instanceof d)return new d(t.l,t.a,t.b,t.opacity);if(t instanceof T)return k(t);if(!(t instanceof r.Ss))t=(0,r.SU)(t);var n=m(t.r),e=m(t.g),i=m(t.b),s=v((.2225045*n+.7168786*e+.0606169*i)/u),o,c;if(n===e&&e===i)o=c=s;else{o=v((.4360747*n+.3850649*e+.1430804*i)/a);c=v((.0139322*n+.0971045*e+.7141733*i)/h)}return new d(116*s-16,500*(o-s),200*(s-c),t.opacity)}function y(t,n){return new d(t,0,0,n==null?1:n)}function g(t,n,e,i){return arguments.length===1?p(t):new d(t,n,e,i==null?1:i)}function d(t,n,e,i){this.l=+t;this.a=+n;this.b=+e;this.opacity=+i}(0,i.Z)(d,g,(0,i.l)(r.Il,{brighter(t){return new d(this.l+o*(t==null?1:t),this.a,this.b,this.opacity)},darker(t){return new d(this.l-o*(t==null?1:t),this.a,this.b,this.opacity)},rgb(){var t=(this.l+16)/116,n=isNaN(this.a)?t:t+this.a/500,e=isNaN(this.b)?t:t-this.b/200;n=a*x(n);t=u*x(t);e=h*x(e);return new r.Ss(w(3.1338561*n-1.6168667*t-.4906146*e),w(-.9787684*n+1.9161415*t+.033454*e),w(.0719453*n-.2289914*t+1.4052427*e),this.opacity)}}));function v(t){return t>_?Math.pow(t,1/3):t/f+c}function x(t){return t>l?t*t*t:f*(t-c)}function w(t){return 255*(t<=.0031308?12.92*t:1.055*Math.pow(t,1/2.4)-.055)}function m(t){return(t/=255)<=.04045?t/12.92:Math.pow((t+.055)/1.055,2.4)}function b(t){if(t instanceof T)return new T(t.h,t.c,t.l,t.opacity);if(!(t instanceof d))t=p(t);if(t.a===0&&t.b===0)return new T(NaN,0<t.l&&t.l<100?0:NaN,t.l,t.opacity);var n=Math.atan2(t.b,t.a)*s.R;return new T(n<0?n+360:n,Math.sqrt(t.a*t.a+t.b*t.b),t.l,t.opacity)}function M(t,n,e,i){return arguments.length===1?b(t):new T(e,n,t,i==null?1:i)}function Z(t,n,e,i){return arguments.length===1?b(t):new T(t,n,e,i==null?1:i)}function T(t,n,e,i){this.h=+t;this.c=+n;this.l=+e;this.opacity=+i}function k(t){if(isNaN(t.h))return new d(t.l,0,0,t.opacity);var n=t.h*s.u;return new d(t.l,Math.cos(n)*t.c,Math.sin(n)*t.c,t.opacity)}(0,i.Z)(T,Z,(0,i.l)(r.Il,{brighter(t){return new T(this.h,this.c,this.l+o*(t==null?1:t),this.opacity)},darker(t){return new T(this.h,this.c,this.l-o*(t==null?1:t),this.opacity)},rgb(){return k(this).rgb()}}))},11144:(t,n,e)=>{e.d(n,{R:()=>r,u:()=>i});const i=Math.PI/180;const r=180/Math.PI},92626:(t,n,e)=>{e.d(n,{Z:()=>h});var i={value:()=>{}};function r(){for(var t=0,n=arguments.length,e={},i;t<n;++t){if(!(i=arguments[t]+"")||i in e||/[\s.]/.test(i))throw new Error("illegal type: "+i);e[i]=[]}return new s(e)}function s(t){this._=t}function o(t,n){return t.trim().split(/^|\s+/).map((function(t){var e="",i=t.indexOf(".");if(i>=0)e=t.slice(i+1),t=t.slice(0,i);if(t&&!n.hasOwnProperty(t))throw new Error("unknown type: "+t);return{type:t,name:e}}))}s.prototype=r.prototype={constructor:s,on:function(t,n){var e=this._,i=o(t+"",e),r,s=-1,h=i.length;if(arguments.length<2){while(++s<h)if((r=(t=i[s]).type)&&(r=a(e[r],t.name)))return r;return}if(n!=null&&typeof n!=="function")throw new Error("invalid callback: "+n);while(++s<h){if(r=(t=i[s]).type)e[r]=u(e[r],t.name,n);else if(n==null)for(r in e)e[r]=u(e[r],t.name,null)}return this},copy:function(){var t={},n=this._;for(var e in n)t[e]=n[e].slice();return new s(t)},call:function(t,n){if((r=arguments.length-2)>0)for(var e=new Array(r),i=0,r,s;i<r;++i)e[i]=arguments[i+2];if(!this._.hasOwnProperty(t))throw new Error("unknown type: "+t);for(s=this._[t],i=0,r=s.length;i<r;++i)s[i].value.apply(n,e)},apply:function(t,n,e){if(!this._.hasOwnProperty(t))throw new Error("unknown type: "+t);for(var i=this._[t],r=0,s=i.length;r<s;++r)i[r].value.apply(n,e)}};function a(t,n){for(var e=0,i=t.length,r;e<i;++e){if((r=t[e]).name===n){return r.value}}}function u(t,n,e){for(var r=0,s=t.length;r<s;++r){if(t[r].name===n){t[r]=i,t=t.slice(0,r).concat(t.slice(r+1));break}}if(e!=null)t.push({name:n,value:e});return t}const h=r},47539:(t,n,e)=>{e.d(n,{WU:()=>s,jH:()=>o});var i=e(14261);var r;var s;var o;a({thousands:",",grouping:[3],currency:["$",""]});function a(t){r=(0,i.Z)(t);s=r.format;o=r.formatPrefix;return r}},33085:(t,n,e)=>{e.d(n,{Z:()=>r});var i=e(38885);function r(t){return t=(0,i.V)(Math.abs(t)),t?t[1]:NaN}},38885:(t,n,e)=>{e.d(n,{V:()=>r,Z:()=>i});function i(t){return Math.abs(t=Math.round(t))>=1e21?t.toLocaleString("en").replace(/,/g,""):t.toString(10)}function r(t,n){if((e=(t=n?t.toExponential(n-1):t.toExponential()).indexOf("e"))<0)return null;var e,i=t.slice(0,e);return[i.length>1?i[0]+i.slice(2):i,+t.slice(e+1)]}},46196:(t,n,e)=>{e.d(n,{Z:()=>r});var i=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function r(t){if(!(n=i.exec(t)))throw new Error("invalid format: "+t);var n;return new s({fill:n[1],align:n[2],sign:n[3],symbol:n[4],zero:n[5],width:n[6],comma:n[7],precision:n[8]&&n[8].slice(1),trim:n[9],type:n[10]})}r.prototype=s.prototype;function s(t){this.fill=t.fill===undefined?" ":t.fill+"";this.align=t.align===undefined?">":t.align+"";this.sign=t.sign===undefined?"-":t.sign+"";this.symbol=t.symbol===undefined?"":t.symbol+"";this.zero=!!t.zero;this.width=t.width===undefined?undefined:+t.width;this.comma=!!t.comma;this.precision=t.precision===undefined?undefined:+t.precision;this.trim=!!t.trim;this.type=t.type===undefined?"":t.type+""}s.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(this.width===undefined?"":Math.max(1,this.width|0))+(this.comma?",":"")+(this.precision===undefined?"":"."+Math.max(0,this.precision|0))+(this.trim?"~":"")+this.type}},14261:(t,n,e)=>{e.d(n,{Z:()=>g});var i=e(33085);function r(t,n){return function(e,i){var r=e.length,s=[],o=0,a=t[0],u=0;while(r>0&&a>0){if(u+a+1>i)a=Math.max(1,i-u);s.push(e.substring(r-=a,r+a));if((u+=a+1)>i)break;a=t[o=(o+1)%t.length]}return s.reverse().join(n)}}function s(t){return function(n){return n.replace(/[0-9]/g,(function(n){return t[+n]}))}}var o=e(46196);function a(t){t:for(var n=t.length,e=1,i=-1,r;e<n;++e){switch(t[e]){case".":i=r=e;break;case"0":if(i===0)i=e;r=e;break;default:if(!+t[e])break t;if(i>0)i=0;break}}return i>0?t.slice(0,i)+t.slice(r+1):t}var u=e(38885);var h;function c(t,n){var e=(0,u.V)(t,n);if(!e)return t+"";var i=e[0],r=e[1],s=r-(h=Math.max(-8,Math.min(8,Math.floor(r/3)))*3)+1,o=i.length;return s===o?i:s>o?i+new Array(s-o+1).join("0"):s>0?i.slice(0,s)+"."+i.slice(s):"0."+new Array(1-s).join("0")+(0,u.V)(t,Math.max(0,n+s-1))[0]}function l(t,n){var e=(0,u.V)(t,n);if(!e)return t+"";var i=e[0],r=e[1];return r<0?"0."+new Array(-r).join("0")+i:i.length>r+1?i.slice(0,r+1)+"."+i.slice(r+1):i+new Array(r-i.length+2).join("0")}const f={"%":(t,n)=>(t*100).toFixed(n),b:t=>Math.round(t).toString(2),c:t=>t+"",d:u.Z,e:(t,n)=>t.toExponential(n),f:(t,n)=>t.toFixed(n),g:(t,n)=>t.toPrecision(n),o:t=>Math.round(t).toString(8),p:(t,n)=>l(t*100,n),r:l,s:c,X:t=>Math.round(t).toString(16).toUpperCase(),x:t=>Math.round(t).toString(16)};function _(t){return t}var p=Array.prototype.map,y=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];function g(t){var n=t.grouping===undefined||t.thousands===undefined?_:r(p.call(t.grouping,Number),t.thousands+""),e=t.currency===undefined?"":t.currency[0]+"",u=t.currency===undefined?"":t.currency[1]+"",c=t.decimal===undefined?".":t.decimal+"",l=t.numerals===undefined?_:s(p.call(t.numerals,String)),g=t.percent===undefined?"%":t.percent+"",d=t.minus===undefined?"−":t.minus+"",v=t.nan===undefined?"NaN":t.nan+"";function x(t){t=(0,o.Z)(t);var i=t.fill,r=t.align,s=t.sign,_=t.symbol,p=t.zero,x=t.width,w=t.comma,m=t.precision,b=t.trim,M=t.type;if(M==="n")w=true,M="g";else if(!f[M])m===undefined&&(m=12),b=true,M="g";if(p||i==="0"&&r==="=")p=true,i="0",r="=";var Z=_==="$"?e:_==="#"&&/[boxX]/.test(M)?"0"+M.toLowerCase():"",T=_==="$"?u:/[%p]/.test(M)?g:"";var k=f[M],N=/[defgprs%]/.test(M);m=m===undefined?6:/[gprs]/.test(M)?Math.max(1,Math.min(21,m)):Math.max(0,Math.min(20,m));function $(t){var e=Z,o=T,u,f,_;if(M==="c"){o=k(t)+o;t=""}else{t=+t;var g=t<0||1/t<0;t=isNaN(t)?v:k(Math.abs(t),m);if(b)t=a(t);if(g&&+t===0&&s!=="+")g=false;e=(g?s==="("?s:d:s==="-"||s==="("?"":s)+e;o=(M==="s"?y[8+h/3]:"")+o+(g&&s==="("?")":"");if(N){u=-1,f=t.length;while(++u<f){if(_=t.charCodeAt(u),48>_||_>57){o=(_===46?c+t.slice(u+1):t.slice(u))+o;t=t.slice(0,u);break}}}}if(w&&!p)t=n(t,Infinity);var $=e.length+t.length+o.length,C=$<x?new Array(x-$+1).join(i):"";if(w&&p)t=n(C+t,C.length?x-o.length:Infinity),C="";switch(r){case"<":t=e+t+o+C;break;case"=":t=e+C+t+o;break;case"^":t=C.slice(0,$=C.length>>1)+e+t+o+C.slice($);break;default:t=C+e+t+o;break}return l(t)}$.toString=function(){return t+""};return $}function w(t,n){var e=x((t=(0,o.Z)(t),t.type="f",t)),r=Math.max(-8,Math.min(8,Math.floor((0,i.Z)(n)/3)))*3,s=Math.pow(10,-r),a=y[8+r/3];return function(t){return e(s*t)+a}}return{format:x,formatPrefix:w}}},68195:(t,n,e)=>{e.d(n,{Z:()=>r});var i=e(33085);function r(t){return Math.max(0,-(0,i.Z)(Math.abs(t)))}},53726:(t,n,e)=>{e.d(n,{Z:()=>r});var i=e(33085);function r(t,n){return Math.max(0,Math.max(-8,Math.min(8,Math.floor((0,i.Z)(n)/3)))*3-(0,i.Z)(Math.abs(t)))}},37655:(t,n,e)=>{e.d(n,{Z:()=>r});var i=e(33085);function r(t,n){t=Math.abs(t),n=Math.abs(n)-t;return Math.max(0,(0,i.Z)(n)-(0,i.Z)(t))+1}},88122:(t,n,e)=>{e.d(n,{M:()=>o,Z:()=>s});var i=e(81265);var r=e(67896);function s(t,n){return((0,r.v)(n)?r.Z:o)(t,n)}function o(t,n){var e=n?n.length:0,r=t?Math.min(e,t.length):0,s=new Array(r),o=new Array(e),a;for(a=0;a<r;++a)s[a]=(0,i.Z)(t[a],n[a]);for(;a<e;++a)o[a]=n[a];return function(t){for(a=0;a<r;++a)o[a]=s[a](t);return o}}},49885:(t,n,e)=>{e.d(n,{Z:()=>r,t:()=>i});function i(t,n,e,i,r){var s=t*t,o=s*t;return((1-3*t+3*s-o)*n+(4-6*s+3*o)*e+(1+3*t+3*s-3*o)*i+o*r)/6}function r(t){var n=t.length-1;return function(e){var r=e<=0?e=0:e>=1?(e=1,n-1):Math.floor(e*n),s=t[r],o=t[r+1],a=r>0?t[r-1]:2*s-o,u=r<n-1?t[r+2]:2*o-s;return i((e-r/n)*n,a,s,o,u)}}},54306:(t,n,e)=>{e.d(n,{Z:()=>r});var i=e(49885);function r(t){var n=t.length;return function(e){var r=Math.floor(((e%=1)<0?++e:e)*n),s=t[(r+n-1)%n],o=t[r%n],a=t[(r+1)%n],u=t[(r+2)%n];return(0,i.t)((e-r/n)*n,s,o,a,u)}}},85910:(t,n,e)=>{e.d(n,{ZP:()=>u,wx:()=>o,yi:()=>a});var i=e(55302);function r(t,n){return function(e){return t+e*n}}function s(t,n,e){return t=Math.pow(t,e),n=Math.pow(n,e)-t,e=1/e,function(i){return Math.pow(t+i*n,e)}}function o(t,n){var e=n-t;return e?r(t,e>180||e<-180?e-360*Math.round(e/360):e):(0,i.Z)(isNaN(t)?n:t)}function a(t){return(t=+t)===1?u:function(n,e){return e-n?s(n,e,t):(0,i.Z)(isNaN(n)?e:n)}}function u(t,n){var e=n-t;return e?r(t,e):(0,i.Z)(isNaN(t)?n:t)}},55302:(t,n,e)=>{e.d(n,{Z:()=>i});const i=t=>()=>t},70088:(t,n,e)=>{e.d(n,{Z:()=>i});function i(t,n){var e=new Date;return t=+t,n=+n,function(i){return e.setTime(t*(1-i)+n*i),e}}},33566:(t,n,e)=>{e.r(n);e.d(n,{interpolate:()=>i.Z,interpolateArray:()=>r.Z,interpolateBasis:()=>s.Z,interpolateBasisClosed:()=>o.Z,interpolateCubehelix:()=>z,interpolateCubehelixLong:()=>J,interpolateDate:()=>a.Z,interpolateDiscrete:()=>u,interpolateHcl:()=>U,interpolateHclLong:()=>D,interpolateHsl:()=>T,interpolateHslLong:()=>k,interpolateHue:()=>c,interpolateLab:()=>$,interpolateNumber:()=>l.Z,interpolateNumberArray:()=>f.Z,interpolateObject:()=>_.Z,interpolateRgb:()=>b.ZP,interpolateRgbBasis:()=>b.hD,interpolateRgbBasisClosed:()=>b.YD,interpolateRound:()=>p.Z,interpolateString:()=>y.Z,interpolateTransformCss:()=>g.Y,interpolateTransformSvg:()=>g.w,interpolateZoom:()=>m,piecewise:()=>V.Z,quantize:()=>X});var i=e(81265);var r=e(88122);var s=e(49885);var o=e(54306);var a=e(70088);function u(t){var n=t.length;return function(e){return t[Math.max(0,Math.min(n-1,Math.floor(e*n)))]}}var h=e(85910);function c(t,n){var e=(0,h.wx)(+t,+n);return function(t){var n=e(t);return n-360*Math.floor(n/360)}}var l=e(73626);var f=e(67896);var _=e(191);var p=e(55720);var y=e(59843);var g=e(18983);var d=1e-12;function v(t){return((t=Math.exp(t))+1/t)/2}function x(t){return((t=Math.exp(t))-1/t)/2}function w(t){return((t=Math.exp(2*t))-1)/(t+1)}const m=function t(n,e,i){function r(t,r){var s=t[0],o=t[1],a=t[2],u=r[0],h=r[1],c=r[2],l=u-s,f=h-o,_=l*l+f*f,p,y;if(_<d){y=Math.log(c/a)/n;p=function(t){return[s+t*l,o+t*f,a*Math.exp(n*t*y)]}}else{var g=Math.sqrt(_),m=(c*c-a*a+i*_)/(2*a*e*g),b=(c*c-a*a-i*_)/(2*c*e*g),M=Math.log(Math.sqrt(m*m+1)-m),Z=Math.log(Math.sqrt(b*b+1)-b);y=(Z-M)/n;p=function(t){var i=t*y,r=v(M),u=a/(e*g)*(r*w(n*i+M)-x(M));return[s+u*l,o+u*f,a*r/v(n*i+M)]}}p.duration=y*1e3*n/Math.SQRT2;return p}r.rho=function(n){var e=Math.max(.001,+n),i=e*e,r=i*i;return t(e,i,r)};return r}(Math.SQRT2,2,4);var b=e(93414);var M=e(16372);function Z(t){return function(n,e){var i=t((n=(0,M.Ym)(n)).h,(e=(0,M.Ym)(e)).h),r=(0,h.ZP)(n.s,e.s),s=(0,h.ZP)(n.l,e.l),o=(0,h.ZP)(n.opacity,e.opacity);return function(t){n.h=i(t);n.s=r(t);n.l=s(t);n.opacity=o(t);return n+""}}}const T=Z(h.wx);var k=Z(h.ZP);var N=e(80241);function $(t,n){var e=(0,h.ZP)((t=(0,N.ZP)(t)).l,(n=(0,N.ZP)(n)).l),i=(0,h.ZP)(t.a,n.a),r=(0,h.ZP)(t.b,n.b),s=(0,h.ZP)(t.opacity,n.opacity);return function(n){t.l=e(n);t.a=i(n);t.b=r(n);t.opacity=s(n);return t+""}}function C(t){return function(n,e){var i=t((n=(0,N.Uc)(n)).h,(e=(0,N.Uc)(e)).h),r=(0,h.ZP)(n.c,e.c),s=(0,h.ZP)(n.l,e.l),o=(0,h.ZP)(n.opacity,e.opacity);return function(t){n.h=i(t);n.c=r(t);n.l=s(t);n.opacity=o(t);return n+""}}}const U=C(h.wx);var D=C(h.ZP);var S=e(44087);var P=e(11144);var Y=-.14861,E=+1.78277,A=-.29227,H=-.90649,F=+1.97294,j=F*H,B=F*E,O=E*A-H*Y;function q(t){if(t instanceof L)return new L(t.h,t.s,t.l,t.opacity);if(!(t instanceof M.Ss))t=(0,M.SU)(t);var n=t.r/255,e=t.g/255,i=t.b/255,r=(O*i+j*n-B*e)/(O+j-B),s=i-r,o=(F*(e-r)-A*s)/H,a=Math.sqrt(o*o+s*s)/(F*r*(1-r)),u=a?Math.atan2(o,s)*P.R-120:NaN;return new L(u<0?u+360:u,a,r,t.opacity)}function I(t,n,e,i){return arguments.length===1?q(t):new L(t,n,e,i==null?1:i)}function L(t,n,e,i){this.h=+t;this.s=+n;this.l=+e;this.opacity=+i}(0,S.Z)(L,I,(0,S.l)(M.Il,{brighter(t){t=t==null?M.J5:Math.pow(M.J5,t);return new L(this.h,this.s,this.l*t,this.opacity)},darker(t){t=t==null?M.xV:Math.pow(M.xV,t);return new L(this.h,this.s,this.l*t,this.opacity)},rgb(){var t=isNaN(this.h)?0:(this.h+120)*P.u,n=+this.l,e=isNaN(this.s)?0:this.s*n*(1-n),i=Math.cos(t),r=Math.sin(t);return new M.Ss(255*(n+e*(Y*i+E*r)),255*(n+e*(A*i+H*r)),255*(n+e*(F*i)),this.opacity)}}));function R(t){return function n(e){e=+e;function i(n,i){var r=t((n=I(n)).h,(i=I(i)).h),s=(0,h.ZP)(n.s,i.s),o=(0,h.ZP)(n.l,i.l),a=(0,h.ZP)(n.opacity,i.opacity);return function(t){n.h=r(t);n.s=s(t);n.l=o(Math.pow(t,e));n.opacity=a(t);return n+""}}i.gamma=n;return i}(1)}const z=R(h.wx);var J=R(h.ZP);var V=e(30108);function X(t,n){var e=new Array(n);for(var i=0;i<n;++i)e[i]=t(i/(n-1));return e}},73626:(t,n,e)=>{e.d(n,{Z:()=>i});function i(t,n){return t=+t,n=+n,function(e){return t*(1-e)+n*e}}},67896:(t,n,e)=>{e.d(n,{Z:()=>i,v:()=>r});function i(t,n){if(!n)n=[];var e=t?Math.min(n.length,t.length):0,i=n.slice(),r;return function(s){for(r=0;r<e;++r)i[r]=t[r]*(1-s)+n[r]*s;return i}}function r(t){return ArrayBuffer.isView(t)&&!(t instanceof DataView)}},191:(t,n,e)=>{e.d(n,{Z:()=>r});var i=e(81265);function r(t,n){var e={},r={},s;if(t===null||typeof t!=="object")t={};if(n===null||typeof n!=="object")n={};for(s in n){if(s in t){e[s]=(0,i.Z)(t[s],n[s])}else{r[s]=n[s]}}return function(t){for(s in e)r[s]=e[s](t);return r}}},30108:(t,n,e)=>{e.d(n,{Z:()=>r});var i=e(81265);function r(t,n){if(n===undefined)n=t,t=i.Z;var e=0,r=n.length-1,s=n[0],o=new Array(r<0?0:r);while(e<r)o[e]=t(s,s=n[++e]);return function(t){var n=Math.max(0,Math.min(r-1,Math.floor(t*=r)));return o[n](t-n)}}},93414:(t,n,e)=>{e.d(n,{YD:()=>c,ZP:()=>a,hD:()=>h});var i=e(16372);var r=e(49885);var s=e(54306);var o=e(85910);const a=function t(n){var e=(0,o.yi)(n);function r(t,n){var r=e((t=(0,i.B8)(t)).r,(n=(0,i.B8)(n)).r),s=e(t.g,n.g),a=e(t.b,n.b),u=(0,o.ZP)(t.opacity,n.opacity);return function(n){t.r=r(n);t.g=s(n);t.b=a(n);t.opacity=u(n);return t+""}}r.gamma=t;return r}(1);function u(t){return function(n){var e=n.length,r=new Array(e),s=new Array(e),o=new Array(e),a,u;for(a=0;a<e;++a){u=(0,i.B8)(n[a]);r[a]=u.r||0;s[a]=u.g||0;o[a]=u.b||0}r=t(r);s=t(s);o=t(o);u.opacity=1;return function(t){u.r=r(t);u.g=s(t);u.b=o(t);return u+""}}}var h=u(r.Z);var c=u(s.Z)},55720:(t,n,e)=>{e.d(n,{Z:()=>i});function i(t,n){return t=+t,n=+n,function(e){return Math.round(t*(1-e)+n*e)}}},59843:(t,n,e)=>{e.d(n,{Z:()=>u});var i=e(73626);var r=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,s=new RegExp(r.source,"g");function o(t){return function(){return t}}function a(t){return function(n){return t(n)+""}}function u(t,n){var e=r.lastIndex=s.lastIndex=0,u,h,c,l=-1,f=[],_=[];t=t+"",n=n+"";while((u=r.exec(t))&&(h=s.exec(n))){if((c=h.index)>e){c=n.slice(e,c);if(f[l])f[l]+=c;else f[++l]=c}if((u=u[0])===(h=h[0])){if(f[l])f[l]+=h;else f[++l]=h}else{f[++l]=null;_.push({i:l,x:(0,i.Z)(u,h)})}e=s.lastIndex}if(e<n.length){c=n.slice(e);if(f[l])f[l]+=c;else f[++l]=c}return f.length<2?_[0]?a(_[0].x):o(n):(n=_.length,function(t){for(var e=0,i;e<n;++e)f[(i=_[e]).i]=i.x(t);return f.join("")})}},18983:(t,n,e)=>{e.d(n,{Y:()=>l,w:()=>f});var i=e(73626);var r=180/Math.PI;var s={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1};function o(t,n,e,i,s,o){var a,u,h;if(a=Math.sqrt(t*t+n*n))t/=a,n/=a;if(h=t*e+n*i)e-=t*h,i-=n*h;if(u=Math.sqrt(e*e+i*i))e/=u,i/=u,h/=u;if(t*i<n*e)t=-t,n=-n,h=-h,a=-a;return{translateX:s,translateY:o,rotate:Math.atan2(n,t)*r,skewX:Math.atan(h)*r,scaleX:a,scaleY:u}}var a;function u(t){const n=new(typeof DOMMatrix==="function"?DOMMatrix:WebKitCSSMatrix)(t+"");return n.isIdentity?s:o(n.a,n.b,n.c,n.d,n.e,n.f)}function h(t){if(t==null)return s;if(!a)a=document.createElementNS("http://www.w3.org/2000/svg","g");a.setAttribute("transform",t);if(!(t=a.transform.baseVal.consolidate()))return s;t=t.matrix;return o(t.a,t.b,t.c,t.d,t.e,t.f)}function c(t,n,e,r){function s(t){return t.length?t.pop()+" ":""}function o(t,r,s,o,a,u){if(t!==s||r!==o){var h=a.push("translate(",null,n,null,e);u.push({i:h-4,x:(0,i.Z)(t,s)},{i:h-2,x:(0,i.Z)(r,o)})}else if(s||o){a.push("translate("+s+n+o+e)}}function a(t,n,e,o){if(t!==n){if(t-n>180)n+=360;else if(n-t>180)t+=360;o.push({i:e.push(s(e)+"rotate(",null,r)-2,x:(0,i.Z)(t,n)})}else if(n){e.push(s(e)+"rotate("+n+r)}}function u(t,n,e,o){if(t!==n){o.push({i:e.push(s(e)+"skewX(",null,r)-2,x:(0,i.Z)(t,n)})}else if(n){e.push(s(e)+"skewX("+n+r)}}function h(t,n,e,r,o,a){if(t!==e||n!==r){var u=o.push(s(o)+"scale(",null,",",null,")");a.push({i:u-4,x:(0,i.Z)(t,e)},{i:u-2,x:(0,i.Z)(n,r)})}else if(e!==1||r!==1){o.push(s(o)+"scale("+e+","+r+")")}}return function(n,e){var i=[],r=[];n=t(n),e=t(e);o(n.translateX,n.translateY,e.translateX,e.translateY,i,r);a(n.rotate,e.rotate,i,r);u(n.skewX,e.skewX,i,r);h(n.scaleX,n.scaleY,e.scaleX,e.scaleY,i,r);n=e=null;return function(t){var n=-1,e=r.length,s;while(++n<e)i[(s=r[n]).i]=s.x(t);return i.join("")}}}var l=c(u,"px, ","px)","deg)");var f=c(h,", ",")",")")},81265:(t,n,e)=>{e.d(n,{Z:()=>f});var i=e(16372);var r=e(93414);var s=e(88122);var o=e(70088);var a=e(73626);var u=e(191);var h=e(59843);var c=e(55302);var l=e(67896);function f(t,n){var e=typeof n,f;return n==null||e==="boolean"?(0,c.Z)(n):(e==="number"?a.Z:e==="string"?(f=(0,i.ZP)(n))?(n=f,r.ZP):h.Z:n instanceof i.ZP?r.ZP:n instanceof Date?o.Z:(0,l.v)(n)?l.Z:Array.isArray(n)?s.M:typeof n.valueOf!=="function"&&typeof n.toString!=="function"||isNaN(n)?u.Z:a.Z)(t,n)}},11108:(t,n,e)=>{e.d(n,{ET:()=>c,y$:()=>h});const i=Math.PI,r=2*i,s=1e-6,o=r-s;function a(t){this._+=t[0];for(let n=1,e=t.length;n<e;++n){this._+=arguments[n]+t[n]}}function u(t){let n=Math.floor(t);if(!(n>=0))throw new Error(`invalid digits: ${t}`);if(n>15)return a;const e=10**n;return function(t){this._+=t[0];for(let n=1,i=t.length;n<i;++n){this._+=Math.round(arguments[n]*e)/e+t[n]}}}class h{constructor(t){this._x0=this._y0=this._x1=this._y1=null;this._="";this._append=t==null?a:u(t)}moveTo(t,n){this._append`M${this._x0=this._x1=+t},${this._y0=this._y1=+n}`}closePath(){if(this._x1!==null){this._x1=this._x0,this._y1=this._y0;this._append`Z`}}lineTo(t,n){this._append`L${this._x1=+t},${this._y1=+n}`}quadraticCurveTo(t,n,e,i){this._append`Q${+t},${+n},${this._x1=+e},${this._y1=+i}`}bezierCurveTo(t,n,e,i,r,s){this._append`C${+t},${+n},${+e},${+i},${this._x1=+r},${this._y1=+s}`}arcTo(t,n,e,r,o){t=+t,n=+n,e=+e,r=+r,o=+o;if(o<0)throw new Error(`negative radius: ${o}`);let a=this._x1,u=this._y1,h=e-t,c=r-n,l=a-t,f=u-n,_=l*l+f*f;if(this._x1===null){this._append`M${this._x1=t},${this._y1=n}`}else if(!(_>s));else if(!(Math.abs(f*h-c*l)>s)||!o){this._append`L${this._x1=t},${this._y1=n}`}else{let p=e-a,y=r-u,g=h*h+c*c,d=p*p+y*y,v=Math.sqrt(g),x=Math.sqrt(_),w=o*Math.tan((i-Math.acos((g+_-d)/(2*v*x)))/2),m=w/x,b=w/v;if(Math.abs(m-1)>s){this._append`L${t+m*l},${n+m*f}`}this._append`A${o},${o},0,0,${+(f*p>l*y)},${this._x1=t+b*h},${this._y1=n+b*c}`}}arc(t,n,e,a,u,h){t=+t,n=+n,e=+e,h=!!h;if(e<0)throw new Error(`negative radius: ${e}`);let c=e*Math.cos(a),l=e*Math.sin(a),f=t+c,_=n+l,p=1^h,y=h?a-u:u-a;if(this._x1===null){this._append`M${f},${_}`}else if(Math.abs(this._x1-f)>s||Math.abs(this._y1-_)>s){this._append`L${f},${_}`}if(!e)return;if(y<0)y=y%r+r;if(y>o){this._append`A${e},${e},0,1,${p},${t-c},${n-l}A${e},${e},0,1,${p},${this._x1=f},${this._y1=_}`}else if(y>s){this._append`A${e},${e},0,${+(y>=i)},${p},${this._x1=t+e*Math.cos(u)},${this._y1=n+e*Math.sin(u)}`}}rect(t,n,e,i){this._append`M${this._x0=this._x1=+t},${this._y0=this._y1=+n}h${e=+e}v${+i}h${-e}Z`}toString(){return this._}}function c(){return new h}c.prototype=h.prototype;function l(t=3){return new h(+t)}},56290:(t,n,e)=>{e.d(n,{JG:()=>y,ZP:()=>d,yR:()=>c,l4:()=>g});var i=e(44355);var r=e(81265);var s=e(73626);var o=e(55720);function a(t){return function(){return t}}var u=e(34299);var h=[0,1];function c(t){return t}function l(t,n){return(n-=t=+t)?function(e){return(e-t)/n}:a(isNaN(n)?NaN:.5)}function f(t,n){var e;if(t>n)e=t,t=n,n=e;return function(e){return Math.max(t,Math.min(n,e))}}function _(t,n,e){var i=t[0],r=t[1],s=n[0],o=n[1];if(r<i)i=l(r,i),s=e(o,s);else i=l(i,r),s=e(s,o);return function(t){return s(i(t))}}function p(t,n,e){var r=Math.min(t.length,n.length)-1,s=new Array(r),o=new Array(r),a=-1;if(t[r]<t[0]){t=t.slice().reverse();n=n.slice().reverse()}while(++a<r){s[a]=l(t[a],t[a+1]);o[a]=e(n[a],n[a+1])}return function(n){var e=(0,i.ZP)(t,n,1,r)-1;return o[e](s[e](n))}}function y(t,n){return n.domain(t.domain()).range(t.range()).interpolate(t.interpolate()).clamp(t.clamp()).unknown(t.unknown())}function g(){var t=h,n=h,e=r.Z,i,a,l,y=c,g,d,v;function x(){var e=Math.min(t.length,n.length);if(y!==c)y=f(t[0],t[e-1]);g=e>2?p:_;d=v=null;return w}function w(r){return r==null||isNaN(r=+r)?l:(d||(d=g(t.map(i),n,e)))(i(y(r)))}w.invert=function(e){return y(a((v||(v=g(n,t.map(i),s.Z)))(e)))};w.domain=function(n){return arguments.length?(t=Array.from(n,u.Z),x()):t.slice()};w.range=function(t){return arguments.length?(n=Array.from(t),x()):n.slice()};w.rangeRound=function(t){return n=Array.from(t),e=o.Z,x()};w.clamp=function(t){return arguments.length?(y=t?true:c,x()):y!==c};w.interpolate=function(t){return arguments.length?(e=t,x()):e};w.unknown=function(t){return arguments.length?(l=t,w):l};return function(t,n){i=t,a=n;return x()}}function d(){return g()(c,c)}},48348:(t,n,e)=>{e.d(n,{O:()=>r,o:()=>i});function i(t,n){switch(arguments.length){case 0:break;case 1:this.range(t);break;default:this.range(n).domain(t);break}return this}function r(t,n){switch(arguments.length){case 0:break;case 1:{if(typeof t==="function")this.interpolator(t);else this.range(t);break}default:{this.domain(t);if(typeof n==="function")this.interpolator(n);else this.range(n);break}}return this}},50289:(t,n,e)=>{e.d(n,{Q:()=>a,Z:()=>u});var i=e(67614);var r=e(56290);var s=e(48348);var o=e(47197);function a(t){var n=t.domain;t.ticks=function(t){var e=n();return(0,i.ZP)(e[0],e[e.length-1],t==null?10:t)};t.tickFormat=function(t,e){var i=n();return(0,o.Z)(i[0],i[i.length-1],t==null?10:t,e)};t.nice=function(e){if(e==null)e=10;var r=n();var s=0;var o=r.length-1;var a=r[s];var u=r[o];var h;var c;var l=10;if(u<a){c=a,a=u,u=c;c=s,s=o,o=c}while(l-- >0){c=(0,i.G9)(a,u,e);if(c===h){r[s]=a;r[o]=u;return n(r)}else if(c>0){a=Math.floor(a/c)*c;u=Math.ceil(u/c)*c}else if(c<0){a=Math.ceil(a*c)/c;u=Math.floor(u*c)/c}else{break}h=c}return t};return t}function u(){var t=(0,r.ZP)();t.copy=function(){return(0,r.JG)(t,u())};s.o.apply(t,arguments);return a(t)}},37604:(t,n,e)=>{e.d(n,{Z:()=>i});function i(t,n){t=t.slice();var e=0,i=t.length-1,r=t[e],s=t[i],o;if(s<r){o=e,e=i,i=o;o=r,r=s,s=o}t[e]=n.floor(r);t[i]=n.ceil(s);return t}},34299:(t,n,e)=>{e.d(n,{Z:()=>i});function i(t){return+t}},57603:(t,n,e)=>{e.d(n,{O:()=>s,Z:()=>o});var i=e(28419);var r=e(48348);const s=Symbol("implicit");function o(){var t=new i.L,n=[],e=[],a=s;function u(i){let r=t.get(i);if(r===undefined){if(a!==s)return a;t.set(i,r=n.push(i)-1)}return e[r%e.length]}u.domain=function(e){if(!arguments.length)return n.slice();n=[],t=new i.L;for(const i of e){if(t.has(i))continue;t.set(i,n.push(i)-1)}return u};u.range=function(t){return arguments.length?(e=Array.from(t),u):e.slice()};u.unknown=function(t){return arguments.length?(a=t,u):a};u.copy=function(){return o(n,e).unknown(a)};r.o.apply(u,arguments);return u}},47197:(t,n,e)=>{e.d(n,{Z:()=>h});var i=e(67614);var r=e(46196);var s=e(53726);var o=e(47539);var a=e(37655);var u=e(68195);function h(t,n,e,h){var c=(0,i.ly)(t,n,e),l;h=(0,r.Z)(h==null?",f":h);switch(h.type){case"s":{var f=Math.max(Math.abs(t),Math.abs(n));if(h.precision==null&&!isNaN(l=(0,s.Z)(c,f)))h.precision=l;return(0,o.jH)(h,f)}case"":case"e":case"g":case"p":case"r":{if(h.precision==null&&!isNaN(l=(0,a.Z)(c,Math.max(Math.abs(t),Math.abs(n)))))h.precision=l-(h.type==="e");break}case"f":case"%":{if(h.precision==null&&!isNaN(l=(0,u.Z)(c)))h.precision=l-(h.type==="%")*2;break}}return(0,o.WU)(h)}},88383:(t,n,e)=>{e.d(n,{Y:()=>d,Z:()=>v});var i=e(41955);var r=e(82209);var s=e(4584);var o=e(22776);var a=e(69478);var u=e(42784);var h=e(7197);var c=e(15086);var l=e(90317);var f=e(56290);var _=e(48348);var p=e(37604);function y(t){return new Date(t)}function g(t){return t instanceof Date?+t:+new Date(+t)}function d(t,n,e,i,r,s,o,a,u,h){var c=(0,f.ZP)(),l=c.invert,_=c.domain;var v=h(".%L"),x=h(":%S"),w=h("%I:%M"),m=h("%I %p"),b=h("%a %d"),M=h("%b %d"),Z=h("%B"),T=h("%Y");function k(t){return(u(t)<t?v:a(t)<t?x:o(t)<t?w:s(t)<t?m:i(t)<t?r(t)<t?b:M:e(t)<t?Z:T)(t)}c.invert=function(t){return new Date(l(t))};c.domain=function(t){return arguments.length?_(Array.from(t,g)):_().map(y)};c.ticks=function(n){var e=_();return t(e[0],e[e.length-1],n==null?10:n)};c.tickFormat=function(t,n){return n==null?k:h(n)};c.nice=function(t){var e=_();if(!t||typeof t.range!=="function")t=n(e[0],e[e.length-1],t==null?10:t);return t?_((0,p.Z)(e,t)):c};c.copy=function(){return(0,f.JG)(c,d(t,n,e,i,r,s,o,a,u,h))};return c}function v(){return _.o.apply(d(i.jK,i._g,r.jB,s.F0,o.Zy,a.rr,u.WQ,h.Z_,c.E,l.i$).domain([new Date(2e3,0,1),new Date(2e3,0,2)]),arguments)}},10233:(t,n,e)=>{e.d(n,{Z:()=>_});var i=e(93072);var r=e(44915);var s=e(99372);function o(t){return t.innerRadius}function a(t){return t.outerRadius}function u(t){return t.startAngle}function h(t){return t.endAngle}function c(t){return t&&t.padAngle}function l(t,n,e,i,s,o,a,u){var h=e-t,c=i-n,l=a-s,f=u-o,_=f*h-l*c;if(_*_<r.Ho)return;_=(l*(n-o)-f*(t-s))/_;return[t+_*h,n+_*c]}function f(t,n,e,i,s,o,a){var u=t-e,h=n-i,c=(a?o:-o)/(0,r._b)(u*u+h*h),l=c*h,f=-c*u,_=t+l,p=n+f,y=e+l,g=i+f,d=(_+y)/2,v=(p+g)/2,x=y-_,w=g-p,m=x*x+w*w,b=s-o,M=_*g-y*p,Z=(w<0?-1:1)*(0,r._b)((0,r.Fp)(0,b*b*m-M*M)),T=(M*w-x*Z)/m,k=(-M*x-w*Z)/m,N=(M*w+x*Z)/m,$=(-M*x+w*Z)/m,C=T-d,U=k-v,D=N-d,S=$-v;if(C*C+U*U>D*D+S*S)T=N,k=$;return{cx:T,cy:k,x01:-l,y01:-f,x11:T*(s/b-1),y11:k*(s/b-1)}}function _(){var t=o,n=a,e=(0,i.Z)(0),_=null,p=u,y=h,g=c,d=null,v=(0,s.d)(x);function x(){var i,s,o=+t.apply(this,arguments),a=+n.apply(this,arguments),u=p.apply(this,arguments)-r.ou,h=y.apply(this,arguments)-r.ou,c=(0,r.Wn)(h-u),x=h>u;if(!d)d=i=v();if(a<o)s=a,a=o,o=s;if(!(a>r.Ho))d.moveTo(0,0);else if(c>r.BZ-r.Ho){d.moveTo(a*(0,r.mC)(u),a*(0,r.O$)(u));d.arc(0,0,a,u,h,!x);if(o>r.Ho){d.moveTo(o*(0,r.mC)(h),o*(0,r.O$)(h));d.arc(0,0,o,h,u,x)}}else{var w=u,m=h,b=u,M=h,Z=c,T=c,k=g.apply(this,arguments)/2,N=k>r.Ho&&(_?+_.apply(this,arguments):(0,r._b)(o*o+a*a)),$=(0,r.VV)((0,r.Wn)(a-o)/2,+e.apply(this,arguments)),C=$,U=$,D,S;if(N>r.Ho){var P=(0,r.ZR)(N/o*(0,r.O$)(k)),Y=(0,r.ZR)(N/a*(0,r.O$)(k));if((Z-=P*2)>r.Ho)P*=x?1:-1,b+=P,M-=P;else Z=0,b=M=(u+h)/2;if((T-=Y*2)>r.Ho)Y*=x?1:-1,w+=Y,m-=Y;else T=0,w=m=(u+h)/2}var E=a*(0,r.mC)(w),A=a*(0,r.O$)(w),H=o*(0,r.mC)(M),F=o*(0,r.O$)(M);if($>r.Ho){var j=a*(0,r.mC)(m),B=a*(0,r.O$)(m),O=o*(0,r.mC)(b),q=o*(0,r.O$)(b),I;if(c<r.pi){if(I=l(E,A,O,q,j,B,H,F)){var L=E-I[0],R=A-I[1],z=j-I[0],J=B-I[1],V=1/(0,r.O$)((0,r.Kh)((L*z+R*J)/((0,r._b)(L*L+R*R)*(0,r._b)(z*z+J*J)))/2),X=(0,r._b)(I[0]*I[0]+I[1]*I[1]);C=(0,r.VV)($,(o-X)/(V-1));U=(0,r.VV)($,(a-X)/(V+1))}else{C=U=0}}}if(!(T>r.Ho))d.moveTo(E,A);else if(U>r.Ho){D=f(O,q,E,A,a,U,x);S=f(j,B,H,F,a,U,x);d.moveTo(D.cx+D.x01,D.cy+D.y01);if(U<$)d.arc(D.cx,D.cy,U,(0,r.fv)(D.y01,D.x01),(0,r.fv)(S.y01,S.x01),!x);else{d.arc(D.cx,D.cy,U,(0,r.fv)(D.y01,D.x01),(0,r.fv)(D.y11,D.x11),!x);d.arc(0,0,a,(0,r.fv)(D.cy+D.y11,D.cx+D.x11),(0,r.fv)(S.cy+S.y11,S.cx+S.x11),!x);d.arc(S.cx,S.cy,U,(0,r.fv)(S.y11,S.x11),(0,r.fv)(S.y01,S.x01),!x)}}else d.moveTo(E,A),d.arc(0,0,a,w,m,!x);if(!(o>r.Ho)||!(Z>r.Ho))d.lineTo(H,F);else if(C>r.Ho){D=f(H,F,j,B,o,-C,x);S=f(E,A,O,q,o,-C,x);d.lineTo(D.cx+D.x01,D.cy+D.y01);if(C<$)d.arc(D.cx,D.cy,C,(0,r.fv)(D.y01,D.x01),(0,r.fv)(S.y01,S.x01),!x);else{d.arc(D.cx,D.cy,C,(0,r.fv)(D.y01,D.x01),(0,r.fv)(D.y11,D.x11),!x);d.arc(0,0,o,(0,r.fv)(D.cy+D.y11,D.cx+D.x11),(0,r.fv)(S.cy+S.y11,S.cx+S.x11),x);d.arc(S.cx,S.cy,C,(0,r.fv)(S.y11,S.x11),(0,r.fv)(S.y01,S.x01),!x)}}else d.arc(0,0,o,M,b,x)}d.closePath();if(i)return d=null,i+""||null}x.centroid=function(){var e=(+t.apply(this,arguments)+ +n.apply(this,arguments))/2,i=(+p.apply(this,arguments)+ +y.apply(this,arguments))/2-r.pi/2;return[(0,r.mC)(i)*e,(0,r.O$)(i)*e]};x.innerRadius=function(n){return arguments.length?(t=typeof n==="function"?n:(0,i.Z)(+n),x):t};x.outerRadius=function(t){return arguments.length?(n=typeof t==="function"?t:(0,i.Z)(+t),x):n};x.cornerRadius=function(t){return arguments.length?(e=typeof t==="function"?t:(0,i.Z)(+t),x):e};x.padRadius=function(t){return arguments.length?(_=t==null?null:typeof t==="function"?t:(0,i.Z)(+t),x):_};x.startAngle=function(t){return arguments.length?(p=typeof t==="function"?t:(0,i.Z)(+t),x):p};x.endAngle=function(t){return arguments.length?(y=typeof t==="function"?t:(0,i.Z)(+t),x):y};x.padAngle=function(t){return arguments.length?(g=typeof t==="function"?t:(0,i.Z)(+t),x):g};x.context=function(t){return arguments.length?(d=t==null?null:t,x):d};return x}},5742:(t,n,e)=>{e.d(n,{Z:()=>r});var i=Array.prototype.slice;function r(t){return typeof t==="object"&&"length"in t?t:Array.from(t)}},93072:(t,n,e)=>{e.d(n,{Z:()=>i});function i(t){return function n(){return t}}},67829:(t,n,e)=>{e.d(n,{ZP:()=>s,fE:()=>r,xm:()=>i});function i(t,n,e){t._context.bezierCurveTo((2*t._x0+t._x1)/3,(2*t._y0+t._y1)/3,(t._x0+2*t._x1)/3,(t._y0+2*t._y1)/3,(t._x0+4*t._x1+n)/6,(t._y0+4*t._y1+e)/6)}function r(t){this._context=t}r.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN;this._point=0},lineEnd:function(){switch(this._point){case 3:i(this,this._x1,this._y1);case 2:this._context.lineTo(this._x1,this._y1);break}if(this._line||this._line!==0&&this._point===1)this._context.closePath();this._line=1-this._line},point:function(t,n){t=+t,n=+n;switch(this._point){case 0:this._point=1;this._line?this._context.lineTo(t,n):this._context.moveTo(t,n);break;case 1:this._point=2;break;case 2:this._point=3;this._context.lineTo((5*this._x0+this._x1)/6,(5*this._y0+this._y1)/6);default:i(this,t,n);break}this._x0=this._x1,this._x1=t;this._y0=this._y1,this._y1=n}};function s(t){return new r(t)}},79938:(t,n,e)=>{e.d(n,{Z:()=>o});var i=e(33046);var r=e(67829);function s(t){this._context=t}s.prototype={areaStart:i.Z,areaEnd:i.Z,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._y0=this._y1=this._y2=this._y3=this._y4=NaN;this._point=0},lineEnd:function(){switch(this._point){case 1:{this._context.moveTo(this._x2,this._y2);this._context.closePath();break}case 2:{this._context.moveTo((this._x2+2*this._x3)/3,(this._y2+2*this._y3)/3);this._context.lineTo((this._x3+2*this._x2)/3,(this._y3+2*this._y2)/3);this._context.closePath();break}case 3:{this.point(this._x2,this._y2);this.point(this._x3,this._y3);this.point(this._x4,this._y4);break}}},point:function(t,n){t=+t,n=+n;switch(this._point){case 0:this._point=1;this._x2=t,this._y2=n;break;case 1:this._point=2;this._x3=t,this._y3=n;break;case 2:this._point=3;this._x4=t,this._y4=n;this._context.moveTo((this._x0+4*this._x1+t)/6,(this._y0+4*this._y1+n)/6);break;default:(0,r.xm)(this,t,n);break}this._x0=this._x1,this._x1=t;this._y0=this._y1,this._y1=n}};function o(t){return new s(t)}},99717:(t,n,e)=>{e.d(n,{Z:()=>s});var i=e(67829);function r(t){this._context=t}r.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=NaN;this._point=0},lineEnd:function(){if(this._line||this._line!==0&&this._point===3)this._context.closePath();this._line=1-this._line},point:function(t,n){t=+t,n=+n;switch(this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3;var e=(this._x0+4*this._x1+t)/6,r=(this._y0+4*this._y1+n)/6;this._line?this._context.lineTo(e,r):this._context.moveTo(e,r);break;case 3:this._point=4;default:(0,i.xm)(this,t,n);break}this._x0=this._x1,this._x1=t;this._y0=this._y1,this._y1=n}};function s(t){return new r(t)}},24849:(t,n,e)=>{e.d(n,{Z:()=>s});var i=e(67829);function r(t,n){this._basis=new i.fE(t);this._beta=n}r.prototype={lineStart:function(){this._x=[];this._y=[];this._basis.lineStart()},lineEnd:function(){var t=this._x,n=this._y,e=t.length-1;if(e>0){var i=t[0],r=n[0],s=t[e]-i,o=n[e]-r,a=-1,u;while(++a<=e){u=a/e;this._basis.point(this._beta*t[a]+(1-this._beta)*(i+u*s),this._beta*n[a]+(1-this._beta)*(r+u*o))}}this._x=this._y=null;this._basis.lineEnd()},point:function(t,n){this._x.push(+t);this._y.push(+n)}};const s=function t(n){function e(t){return n===1?new i.fE(t):new r(t,n)}e.beta=function(n){return t(+n)};return e}(.85)},97018:(t,n,e)=>{e.d(n,{ZP:()=>s,pC:()=>r,xm:()=>i});function i(t,n,e){t._context.bezierCurveTo(t._x1+t._k*(t._x2-t._x0),t._y1+t._k*(t._y2-t._y0),t._x2+t._k*(t._x1-n),t._y2+t._k*(t._y1-e),t._x2,t._y2)}function r(t,n){this._context=t;this._k=(1-n)/6}r.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN;this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:i(this,this._x1,this._y1);break}if(this._line||this._line!==0&&this._point===1)this._context.closePath();this._line=1-this._line},point:function(t,n){t=+t,n=+n;switch(this._point){case 0:this._point=1;this._line?this._context.lineTo(t,n):this._context.moveTo(t,n);break;case 1:this._point=2;this._x1=t,this._y1=n;break;case 2:this._point=3;default:i(this,t,n);break}this._x0=this._x1,this._x1=this._x2,this._x2=t;this._y0=this._y1,this._y1=this._y2,this._y2=n}};const s=function t(n){function e(t){return new r(t,n)}e.tension=function(n){return t(+n)};return e}(0)},85200:(t,n,e)=>{e.d(n,{U:()=>s,Z:()=>o});var i=e(33046);var r=e(97018);function s(t,n){this._context=t;this._k=(1-n)/6}s.prototype={areaStart:i.Z,areaEnd:i.Z,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._x5=this._y0=this._y1=this._y2=this._y3=this._y4=this._y5=NaN;this._point=0},lineEnd:function(){switch(this._point){case 1:{this._context.moveTo(this._x3,this._y3);this._context.closePath();break}case 2:{this._context.lineTo(this._x3,this._y3);this._context.closePath();break}case 3:{this.point(this._x3,this._y3);this.point(this._x4,this._y4);this.point(this._x5,this._y5);break}}},point:function(t,n){t=+t,n=+n;switch(this._point){case 0:this._point=1;this._x3=t,this._y3=n;break;case 1:this._point=2;this._context.moveTo(this._x4=t,this._y4=n);break;case 2:this._point=3;this._x5=t,this._y5=n;break;default:(0,r.xm)(this,t,n);break}this._x0=this._x1,this._x1=this._x2,this._x2=t;this._y0=this._y1,this._y1=this._y2,this._y2=n}};const o=function t(n){function e(t){return new s(t,n)}e.tension=function(n){return t(+n)};return e}(0)},55669:(t,n,e)=>{e.d(n,{T:()=>r,Z:()=>s});var i=e(97018);function r(t,n){this._context=t;this._k=(1-n)/6}r.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN;this._point=0},lineEnd:function(){if(this._line||this._line!==0&&this._point===3)this._context.closePath();this._line=1-this._line},point:function(t,n){t=+t,n=+n;switch(this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3;this._line?this._context.lineTo(this._x2,this._y2):this._context.moveTo(this._x2,this._y2);break;case 3:this._point=4;default:(0,i.xm)(this,t,n);break}this._x0=this._x1,this._x1=this._x2,this._x2=t;this._y0=this._y1,this._y1=this._y2,this._y2=n}};const s=function t(n){function e(t){return new r(t,n)}e.tension=function(n){return t(+n)};return e}(0)},79039:(t,n,e)=>{e.d(n,{Z:()=>a,x:()=>s});var i=e(44915);var r=e(97018);function s(t,n,e){var r=t._x1,s=t._y1,o=t._x2,a=t._y2;if(t._l01_a>i.Ho){var u=2*t._l01_2a+3*t._l01_a*t._l12_a+t._l12_2a,h=3*t._l01_a*(t._l01_a+t._l12_a);r=(r*u-t._x0*t._l12_2a+t._x2*t._l01_2a)/h;s=(s*u-t._y0*t._l12_2a+t._y2*t._l01_2a)/h}if(t._l23_a>i.Ho){var c=2*t._l23_2a+3*t._l23_a*t._l12_a+t._l12_2a,l=3*t._l23_a*(t._l23_a+t._l12_a);o=(o*c+t._x1*t._l23_2a-n*t._l12_2a)/l;a=(a*c+t._y1*t._l23_2a-e*t._l12_2a)/l}t._context.bezierCurveTo(r,s,o,a,t._x2,t._y2)}function o(t,n){this._context=t;this._alpha=n}o.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN;this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:this.point(this._x2,this._y2);break}if(this._line||this._line!==0&&this._point===1)this._context.closePath();this._line=1-this._line},point:function(t,n){t=+t,n=+n;if(this._point){var e=this._x2-t,i=this._y2-n;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(e*e+i*i,this._alpha))}switch(this._point){case 0:this._point=1;this._line?this._context.lineTo(t,n):this._context.moveTo(t,n);break;case 1:this._point=2;break;case 2:this._point=3;default:s(this,t,n);break}this._l01_a=this._l12_a,this._l12_a=this._l23_a;this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a;this._x0=this._x1,this._x1=this._x2,this._x2=t;this._y0=this._y1,this._y1=this._y2,this._y2=n}};const a=function t(n){function e(t){return n?new o(t,n):new r.pC(t,0)}e.alpha=function(n){return t(+n)};return e}(.5)},68286:(t,n,e)=>{e.d(n,{Z:()=>a});var i=e(85200);var r=e(33046);var s=e(79039);function o(t,n){this._context=t;this._alpha=n}o.prototype={areaStart:r.Z,areaEnd:r.Z,lineStart:function(){this._x0=this._x1=this._x2=this._x3=this._x4=this._x5=this._y0=this._y1=this._y2=this._y3=this._y4=this._y5=NaN;this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){switch(this._point){case 1:{this._context.moveTo(this._x3,this._y3);this._context.closePath();break}case 2:{this._context.lineTo(this._x3,this._y3);this._context.closePath();break}case 3:{this.point(this._x3,this._y3);this.point(this._x4,this._y4);this.point(this._x5,this._y5);break}}},point:function(t,n){t=+t,n=+n;if(this._point){var e=this._x2-t,i=this._y2-n;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(e*e+i*i,this._alpha))}switch(this._point){case 0:this._point=1;this._x3=t,this._y3=n;break;case 1:this._point=2;this._context.moveTo(this._x4=t,this._y4=n);break;case 2:this._point=3;this._x5=t,this._y5=n;break;default:(0,s.x)(this,t,n);break}this._l01_a=this._l12_a,this._l12_a=this._l23_a;this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a;this._x0=this._x1,this._x1=this._x2,this._x2=t;this._y0=this._y1,this._y1=this._y2,this._y2=n}};const a=function t(n){function e(t){return n?new o(t,n):new i.U(t,0)}e.alpha=function(n){return t(+n)};return e}(.5)},33506:(t,n,e)=>{e.d(n,{Z:()=>o});var i=e(55669);var r=e(79039);function s(t,n){this._context=t;this._alpha=n}s.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN;this._l01_a=this._l12_a=this._l23_a=this._l01_2a=this._l12_2a=this._l23_2a=this._point=0},lineEnd:function(){if(this._line||this._line!==0&&this._point===3)this._context.closePath();this._line=1-this._line},point:function(t,n){t=+t,n=+n;if(this._point){var e=this._x2-t,i=this._y2-n;this._l23_a=Math.sqrt(this._l23_2a=Math.pow(e*e+i*i,this._alpha))}switch(this._point){case 0:this._point=1;break;case 1:this._point=2;break;case 2:this._point=3;this._line?this._context.lineTo(this._x2,this._y2):this._context.moveTo(this._x2,this._y2);break;case 3:this._point=4;default:(0,r.x)(this,t,n);break}this._l01_a=this._l12_a,this._l12_a=this._l23_a;this._l01_2a=this._l12_2a,this._l12_2a=this._l23_2a;this._x0=this._x1,this._x1=this._x2,this._x2=t;this._y0=this._y1,this._y1=this._y2,this._y2=n}};const o=function t(n){function e(t){return n?new s(t,n):new i.T(t,0)}e.alpha=function(n){return t(+n)};return e}(.5)},18143:(t,n,e)=>{e.d(n,{Z:()=>r});function i(t){this._context=t}i.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){if(this._line||this._line!==0&&this._point===1)this._context.closePath();this._line=1-this._line},point:function(t,n){t=+t,n=+n;switch(this._point){case 0:this._point=1;this._line?this._context.lineTo(t,n):this._context.moveTo(t,n);break;case 1:this._point=2;default:this._context.lineTo(t,n);break}}};function r(t){return new i(t)}},57481:(t,n,e)=>{e.d(n,{Z:()=>s});var i=e(33046);function r(t){this._context=t}r.prototype={areaStart:i.Z,areaEnd:i.Z,lineStart:function(){this._point=0},lineEnd:function(){if(this._point)this._context.closePath()},point:function(t,n){t=+t,n=+n;if(this._point)this._context.lineTo(t,n);else this._point=1,this._context.moveTo(t,n)}};function s(t){return new r(t)}},65165:(t,n,e)=>{e.d(n,{Z:()=>c,s:()=>l});function i(t){return t<0?-1:1}function r(t,n,e){var r=t._x1-t._x0,s=n-t._x1,o=(t._y1-t._y0)/(r||s<0&&-0),a=(e-t._y1)/(s||r<0&&-0),u=(o*s+a*r)/(r+s);return(i(o)+i(a))*Math.min(Math.abs(o),Math.abs(a),.5*Math.abs(u))||0}function s(t,n){var e=t._x1-t._x0;return e?(3*(t._y1-t._y0)/e-n)/2:n}function o(t,n,e){var i=t._x0,r=t._y0,s=t._x1,o=t._y1,a=(s-i)/3;t._context.bezierCurveTo(i+a,r+a*n,s-a,o-a*e,s,o)}function a(t){this._context=t}a.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._y0=this._y1=this._t0=NaN;this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x1,this._y1);break;case 3:o(this,this._t0,s(this,this._t0));break}if(this._line||this._line!==0&&this._point===1)this._context.closePath();this._line=1-this._line},point:function(t,n){var e=NaN;t=+t,n=+n;if(t===this._x1&&n===this._y1)return;switch(this._point){case 0:this._point=1;this._line?this._context.lineTo(t,n):this._context.moveTo(t,n);break;case 1:this._point=2;break;case 2:this._point=3;o(this,s(this,e=r(this,t,n)),e);break;default:o(this,this._t0,e=r(this,t,n));break}this._x0=this._x1,this._x1=t;this._y0=this._y1,this._y1=n;this._t0=e}};function u(t){this._context=new h(t)}(u.prototype=Object.create(a.prototype)).point=function(t,n){a.prototype.point.call(this,n,t)};function h(t){this._context=t}h.prototype={moveTo:function(t,n){this._context.moveTo(n,t)},closePath:function(){this._context.closePath()},lineTo:function(t,n){this._context.lineTo(n,t)},bezierCurveTo:function(t,n,e,i,r,s){this._context.bezierCurveTo(n,t,i,e,s,r)}};function c(t){return new a(t)}function l(t){return new u(t)}},56732:(t,n,e)=>{e.d(n,{Z:()=>s});function i(t){this._context=t}i.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=[];this._y=[]},lineEnd:function(){var t=this._x,n=this._y,e=t.length;if(e){this._line?this._context.lineTo(t[0],n[0]):this._context.moveTo(t[0],n[0]);if(e===2){this._context.lineTo(t[1],n[1])}else{var i=r(t),s=r(n);for(var o=0,a=1;a<e;++o,++a){this._context.bezierCurveTo(i[0][o],s[0][o],i[1][o],s[1][o],t[a],n[a])}}}if(this._line||this._line!==0&&e===1)this._context.closePath();this._line=1-this._line;this._x=this._y=null},point:function(t,n){this._x.push(+t);this._y.push(+n)}};function r(t){var n,e=t.length-1,i,r=new Array(e),s=new Array(e),o=new Array(e);r[0]=0,s[0]=2,o[0]=t[0]+2*t[1];for(n=1;n<e-1;++n)r[n]=1,s[n]=4,o[n]=4*t[n]+2*t[n+1];r[e-1]=2,s[e-1]=7,o[e-1]=8*t[e-1]+t[e];for(n=1;n<e;++n)i=r[n]/s[n-1],s[n]-=i,o[n]-=i*o[n-1];r[e-1]=o[e-1]/s[e-1];for(n=e-2;n>=0;--n)r[n]=(o[n]-r[n+1])/s[n];s[e-1]=(t[e]+r[e-1])/2;for(n=0;n<e-1;++n)s[n]=2*t[n+1]-r[n+1];return[r,s]}function s(t){return new i(t)}},77059:(t,n,e)=>{e.d(n,{RN:()=>s,ZP:()=>r,cD:()=>o});function i(t,n){this._context=t;this._t=n}i.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x=this._y=NaN;this._point=0},lineEnd:function(){if(0<this._t&&this._t<1&&this._point===2)this._context.lineTo(this._x,this._y);if(this._line||this._line!==0&&this._point===1)this._context.closePath();if(this._line>=0)this._t=1-this._t,this._line=1-this._line},point:function(t,n){t=+t,n=+n;switch(this._point){case 0:this._point=1;this._line?this._context.lineTo(t,n):this._context.moveTo(t,n);break;case 1:this._point=2;default:{if(this._t<=0){this._context.lineTo(this._x,n);this._context.lineTo(t,n)}else{var e=this._x*(1-this._t)+t*this._t;this._context.lineTo(e,this._y);this._context.lineTo(e,n)}break}}this._x=t,this._y=n}};function r(t){return new i(t,.5)}function s(t){return new i(t,0)}function o(t){return new i(t,1)}},25049:(t,n,e)=>{e.d(n,{Z:()=>u});var i=e(5742);var r=e(93072);var s=e(18143);var o=e(99372);var a=e(78260);function u(t,n){var e=(0,r.Z)(true),u=null,h=s.Z,c=null,l=(0,o.d)(f);t=typeof t==="function"?t:t===undefined?a.x:(0,r.Z)(t);n=typeof n==="function"?n:n===undefined?a.y:(0,r.Z)(n);function f(r){var s,o=(r=(0,i.Z)(r)).length,a,f=false,_;if(u==null)c=h(_=l());for(s=0;s<=o;++s){if(!(s<o&&e(a=r[s],s,r))===f){if(f=!f)c.lineStart();else c.lineEnd()}if(f)c.point(+t(a,s,r),+n(a,s,r))}if(_)return c=null,_+""||null}f.x=function(n){return arguments.length?(t=typeof n==="function"?n:(0,r.Z)(+n),f):t};f.y=function(t){return arguments.length?(n=typeof t==="function"?t:(0,r.Z)(+t),f):n};f.defined=function(t){return arguments.length?(e=typeof t==="function"?t:(0,r.Z)(!!t),f):e};f.curve=function(t){return arguments.length?(h=t,u!=null&&(c=h(u)),f):h};f.context=function(t){return arguments.length?(t==null?u=c=null:c=h(u=t),f):u};return f}},44915:(t,n,e)=>{e.d(n,{BZ:()=>_,Fp:()=>o,Ho:()=>c,Kh:()=>p,O$:()=>u,VV:()=>a,Wn:()=>i,ZR:()=>y,_b:()=>h,fv:()=>r,mC:()=>s,ou:()=>f,pi:()=>l});const i=Math.abs;const r=Math.atan2;const s=Math.cos;const o=Math.max;const a=Math.min;const u=Math.sin;const h=Math.sqrt;const c=1e-12;const l=Math.PI;const f=l/2;const _=2*l;function p(t){return t>1?0:t<-1?l:Math.acos(t)}function y(t){return t>=1?f:t<=-1?-f:Math.asin(t)}},33046:(t,n,e)=>{e.d(n,{Z:()=>i});function i(){}},99372:(t,n,e)=>{e.d(n,{d:()=>r});var i=e(11108);function r(t){let n=3;t.digits=function(e){if(!arguments.length)return n;if(e==null){n=null}else{const t=Math.floor(e);if(!(t>=0))throw new RangeError(`invalid digits: ${e}`);n=t}return t};return()=>new i.y$(n)}},78260:(t,n,e)=>{e.d(n,{x:()=>i,y:()=>r});function i(t){return t[0]}function r(t){return t[1]}},90317:(t,n,e)=>{e.d(n,{Z1:()=>o,g0:()=>a,i$:()=>s,wp:()=>u});var i=e(30472);var r;var s;var o;var a;var u;h({dateTime:"%x, %X",date:"%-m/%-d/%Y",time:"%-I:%M:%S %p",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});function h(t){r=(0,i.Z)(t);s=r.format;o=r.parse;a=r.utcFormat;u=r.utcParse;return r}},30472:(t,n,e)=>{e.d(n,{Z:()=>h});var i=e(22776);var r=e(69478);var s=e(82209);function o(t){if(0<=t.y&&t.y<100){var n=new Date(-1,t.m,t.d,t.H,t.M,t.S,t.L);n.setFullYear(t.y);return n}return new Date(t.y,t.m,t.d,t.H,t.M,t.S,t.L)}function a(t){if(0<=t.y&&t.y<100){var n=new Date(Date.UTC(-1,t.m,t.d,t.H,t.M,t.S,t.L));n.setUTCFullYear(t.y);return n}return new Date(Date.UTC(t.y,t.m,t.d,t.H,t.M,t.S,t.L))}function u(t,n,e){return{y:t,m:n,d:e,H:0,M:0,S:0,L:0}}function h(t){var n=t.dateTime,e=t.date,s=t.time,h=t.periods,l=t.days,f=t.shortDays,_=t.months,p=t.shortMonths;var y=g(h),X=d(h),yt=g(l),Nt=d(l),$t=g(f),Ct=d(f),Ut=g(_),Dt=d(_),St=g(p),Pt=d(p);var Yt={a:Vt,A:Xt,b:Wt,B:Qt,c:null,d:F,e:F,f:I,g:tt,G:et,H:j,I:B,j:O,L:q,m:L,M:R,p:Gt,q:Kt,Q:Tt,s:kt,S:z,u:J,U:V,V:W,w:Q,W:G,x:null,X:null,y:K,Y:nt,Z:it,"%":Zt};var Et={a:tn,A:nn,b:en,B:rn,c:null,d:rt,e:rt,f:ht,g:wt,G:bt,H:st,I:ot,j:at,L:ut,m:ct,M:lt,p:sn,q:on,Q:Tt,s:kt,S:ft,u:_t,U:pt,V:gt,w:dt,W:vt,x:null,X:null,y:xt,Y:mt,Z:Mt,"%":Zt};var At={a:Ot,A:qt,b:It,B:Lt,c:Rt,d:$,e:$,f:Y,g:Z,G:M,H:U,I:U,j:C,L:P,m:N,M:D,p:Bt,q:k,Q:A,s:H,S,u:x,U:w,V:m,w:v,W:b,x:zt,X:Jt,y:Z,Y:M,Z:T,"%":E};Yt.x=Ht(e,Yt);Yt.X=Ht(s,Yt);Yt.c=Ht(n,Yt);Et.x=Ht(e,Et);Et.X=Ht(s,Et);Et.c=Ht(n,Et);function Ht(t,n){return function(e){var i=[],r=-1,s=0,o=t.length,a,u,h;if(!(e instanceof Date))e=new Date(+e);while(++r<o){if(t.charCodeAt(r)===37){i.push(t.slice(s,r));if((u=c[a=t.charAt(++r)])!=null)a=t.charAt(++r);else u=a==="e"?" ":"0";if(h=n[a])a=h(e,u);i.push(a);s=r+1}}i.push(t.slice(s,r));return i.join("")}}function Ft(t,n){return function(e){var s=u(1900,undefined,1),h=jt(s,t,e+="",0),c,l;if(h!=e.length)return null;if("Q"in s)return new Date(s.Q);if("s"in s)return new Date(s.s*1e3+("L"in s?s.L:0));if(n&&!("Z"in s))s.Z=0;if("p"in s)s.H=s.H%12+s.p*12;if(s.m===undefined)s.m="q"in s?s.q:0;if("V"in s){if(s.V<1||s.V>53)return null;if(!("w"in s))s.w=1;if("Z"in s){c=a(u(s.y,0,1)),l=c.getUTCDay();c=l>4||l===0?i.l6.ceil(c):(0,i.l6)(c);c=r.AN.offset(c,(s.V-1)*7);s.y=c.getUTCFullYear();s.m=c.getUTCMonth();s.d=c.getUTCDate()+(s.w+6)%7}else{c=o(u(s.y,0,1)),l=c.getDay();c=l>4||l===0?i.Ox.ceil(c):(0,i.Ox)(c);c=r.rr.offset(c,(s.V-1)*7);s.y=c.getFullYear();s.m=c.getMonth();s.d=c.getDate()+(s.w+6)%7}}else if("W"in s||"U"in s){if(!("w"in s))s.w="u"in s?s.u%7:"W"in s?1:0;l="Z"in s?a(u(s.y,0,1)).getUTCDay():o(u(s.y,0,1)).getDay();s.m=0;s.d="W"in s?(s.w+6)%7+s.W*7-(l+5)%7:s.w+s.U*7-(l+6)%7}if("Z"in s){s.H+=s.Z/100|0;s.M+=s.Z%100;return a(s)}return o(s)}}function jt(t,n,e,i){var r=0,s=n.length,o=e.length,a,u;while(r<s){if(i>=o)return-1;a=n.charCodeAt(r++);if(a===37){a=n.charAt(r++);u=At[a in c?n.charAt(r++):a];if(!u||(i=u(t,e,i))<0)return-1}else if(a!=e.charCodeAt(i++)){return-1}}return i}function Bt(t,n,e){var i=y.exec(n.slice(e));return i?(t.p=X.get(i[0].toLowerCase()),e+i[0].length):-1}function Ot(t,n,e){var i=$t.exec(n.slice(e));return i?(t.w=Ct.get(i[0].toLowerCase()),e+i[0].length):-1}function qt(t,n,e){var i=yt.exec(n.slice(e));return i?(t.w=Nt.get(i[0].toLowerCase()),e+i[0].length):-1}function It(t,n,e){var i=St.exec(n.slice(e));return i?(t.m=Pt.get(i[0].toLowerCase()),e+i[0].length):-1}function Lt(t,n,e){var i=Ut.exec(n.slice(e));return i?(t.m=Dt.get(i[0].toLowerCase()),e+i[0].length):-1}function Rt(t,e,i){return jt(t,n,e,i)}function zt(t,n,i){return jt(t,e,n,i)}function Jt(t,n,e){return jt(t,s,n,e)}function Vt(t){return f[t.getDay()]}function Xt(t){return l[t.getDay()]}function Wt(t){return p[t.getMonth()]}function Qt(t){return _[t.getMonth()]}function Gt(t){return h[+(t.getHours()>=12)]}function Kt(t){return 1+~~(t.getMonth()/3)}function tn(t){return f[t.getUTCDay()]}function nn(t){return l[t.getUTCDay()]}function en(t){return p[t.getUTCMonth()]}function rn(t){return _[t.getUTCMonth()]}function sn(t){return h[+(t.getUTCHours()>=12)]}function on(t){return 1+~~(t.getUTCMonth()/3)}return{format:function(t){var n=Ht(t+="",Yt);n.toString=function(){return t};return n},parse:function(t){var n=Ft(t+="",false);n.toString=function(){return t};return n},utcFormat:function(t){var n=Ht(t+="",Et);n.toString=function(){return t};return n},utcParse:function(t){var n=Ft(t+="",true);n.toString=function(){return t};return n}}}var c={"-":"",_:" ",0:"0"},l=/^\s*\d+/,f=/^%/,_=/[\\^$*+?|[\]().{}]/g;function p(t,n,e){var i=t<0?"-":"",r=(i?-t:t)+"",s=r.length;return i+(s<e?new Array(e-s+1).join(n)+r:r)}function y(t){return t.replace(_,"\\$&")}function g(t){return new RegExp("^(?:"+t.map(y).join("|")+")","i")}function d(t){return new Map(t.map(((t,n)=>[t.toLowerCase(),n])))}function v(t,n,e){var i=l.exec(n.slice(e,e+1));return i?(t.w=+i[0],e+i[0].length):-1}function x(t,n,e){var i=l.exec(n.slice(e,e+1));return i?(t.u=+i[0],e+i[0].length):-1}function w(t,n,e){var i=l.exec(n.slice(e,e+2));return i?(t.U=+i[0],e+i[0].length):-1}function m(t,n,e){var i=l.exec(n.slice(e,e+2));return i?(t.V=+i[0],e+i[0].length):-1}function b(t,n,e){var i=l.exec(n.slice(e,e+2));return i?(t.W=+i[0],e+i[0].length):-1}function M(t,n,e){var i=l.exec(n.slice(e,e+4));return i?(t.y=+i[0],e+i[0].length):-1}function Z(t,n,e){var i=l.exec(n.slice(e,e+2));return i?(t.y=+i[0]+(+i[0]>68?1900:2e3),e+i[0].length):-1}function T(t,n,e){var i=/^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(n.slice(e,e+6));return i?(t.Z=i[1]?0:-(i[2]+(i[3]||"00")),e+i[0].length):-1}function k(t,n,e){var i=l.exec(n.slice(e,e+1));return i?(t.q=i[0]*3-3,e+i[0].length):-1}function N(t,n,e){var i=l.exec(n.slice(e,e+2));return i?(t.m=i[0]-1,e+i[0].length):-1}function $(t,n,e){var i=l.exec(n.slice(e,e+2));return i?(t.d=+i[0],e+i[0].length):-1}function C(t,n,e){var i=l.exec(n.slice(e,e+3));return i?(t.m=0,t.d=+i[0],e+i[0].length):-1}function U(t,n,e){var i=l.exec(n.slice(e,e+2));return i?(t.H=+i[0],e+i[0].length):-1}function D(t,n,e){var i=l.exec(n.slice(e,e+2));return i?(t.M=+i[0],e+i[0].length):-1}function S(t,n,e){var i=l.exec(n.slice(e,e+2));return i?(t.S=+i[0],e+i[0].length):-1}function P(t,n,e){var i=l.exec(n.slice(e,e+3));return i?(t.L=+i[0],e+i[0].length):-1}function Y(t,n,e){var i=l.exec(n.slice(e,e+6));return i?(t.L=Math.floor(i[0]/1e3),e+i[0].length):-1}function E(t,n,e){var i=f.exec(n.slice(e,e+1));return i?e+i[0].length:-1}function A(t,n,e){var i=l.exec(n.slice(e));return i?(t.Q=+i[0],e+i[0].length):-1}function H(t,n,e){var i=l.exec(n.slice(e));return i?(t.s=+i[0],e+i[0].length):-1}function F(t,n){return p(t.getDate(),n,2)}function j(t,n){return p(t.getHours(),n,2)}function B(t,n){return p(t.getHours()%12||12,n,2)}function O(t,n){return p(1+r.rr.count((0,s.jB)(t),t),n,3)}function q(t,n){return p(t.getMilliseconds(),n,3)}function I(t,n){return q(t,n)+"000"}function L(t,n){return p(t.getMonth()+1,n,2)}function R(t,n){return p(t.getMinutes(),n,2)}function z(t,n){return p(t.getSeconds(),n,2)}function J(t){var n=t.getDay();return n===0?7:n}function V(t,n){return p(i.Zy.count((0,s.jB)(t)-1,t),n,2)}function X(t){var n=t.getDay();return n>=4||n===0?(0,i.Ig)(t):i.Ig.ceil(t)}function W(t,n){t=X(t);return p(i.Ig.count((0,s.jB)(t),t)+((0,s.jB)(t).getDay()===4),n,2)}function Q(t){return t.getDay()}function G(t,n){return p(i.Ox.count((0,s.jB)(t)-1,t),n,2)}function K(t,n){return p(t.getFullYear()%100,n,2)}function tt(t,n){t=X(t);return p(t.getFullYear()%100,n,2)}function nt(t,n){return p(t.getFullYear()%1e4,n,4)}function et(t,n){var e=t.getDay();t=e>=4||e===0?(0,i.Ig)(t):i.Ig.ceil(t);return p(t.getFullYear()%1e4,n,4)}function it(t){var n=t.getTimezoneOffset();return(n>0?"-":(n*=-1,"+"))+p(n/60|0,"0",2)+p(n%60,"0",2)}function rt(t,n){return p(t.getUTCDate(),n,2)}function st(t,n){return p(t.getUTCHours(),n,2)}function ot(t,n){return p(t.getUTCHours()%12||12,n,2)}function at(t,n){return p(1+r.AN.count((0,s.ol)(t),t),n,3)}function ut(t,n){return p(t.getUTCMilliseconds(),n,3)}function ht(t,n){return ut(t,n)+"000"}function ct(t,n){return p(t.getUTCMonth()+1,n,2)}function lt(t,n){return p(t.getUTCMinutes(),n,2)}function ft(t,n){return p(t.getUTCSeconds(),n,2)}function _t(t){var n=t.getUTCDay();return n===0?7:n}function pt(t,n){return p(i.pI.count((0,s.ol)(t)-1,t),n,2)}function yt(t){var n=t.getUTCDay();return n>=4||n===0?(0,i.hB)(t):i.hB.ceil(t)}function gt(t,n){t=yt(t);return p(i.hB.count((0,s.ol)(t),t)+((0,s.ol)(t).getUTCDay()===4),n,2)}function dt(t){return t.getUTCDay()}function vt(t,n){return p(i.l6.count((0,s.ol)(t)-1,t),n,2)}function xt(t,n){return p(t.getUTCFullYear()%100,n,2)}function wt(t,n){t=yt(t);return p(t.getUTCFullYear()%100,n,2)}function mt(t,n){return p(t.getUTCFullYear()%1e4,n,4)}function bt(t,n){var e=t.getUTCDay();t=e>=4||e===0?(0,i.hB)(t):i.hB.ceil(t);return p(t.getUTCFullYear()%1e4,n,4)}function Mt(){return"+0000"}function Zt(){return"%"}function Tt(t){return+t}function kt(t){return Math.floor(+t/1e3)}},69478:(t,n,e)=>{e.d(n,{AN:()=>a,KB:()=>h,rr:()=>s});var i=e(11829);var r=e(61222);const s=(0,i.J)((t=>t.setHours(0,0,0,0)),((t,n)=>t.setDate(t.getDate()+n)),((t,n)=>(n-t-(n.getTimezoneOffset()-t.getTimezoneOffset())*r.yB)/r.UD),(t=>t.getDate()-1));const o=s.range;const a=(0,i.J)((t=>{t.setUTCHours(0,0,0,0)}),((t,n)=>{t.setUTCDate(t.getUTCDate()+n)}),((t,n)=>(n-t)/r.UD),(t=>t.getUTCDate()-1));const u=a.range;const h=(0,i.J)((t=>{t.setUTCHours(0,0,0,0)}),((t,n)=>{t.setUTCDate(t.getUTCDate()+n)}),((t,n)=>(n-t)/r.UD),(t=>Math.floor(t/r.UD)));const c=h.range},61222:(t,n,e)=>{e.d(n,{UD:()=>o,Y2:()=>s,Ym:()=>i,iM:()=>a,jz:()=>u,qz:()=>h,yB:()=>r});const i=1e3;const r=i*60;const s=r*60;const o=s*24;const a=o*7;const u=o*30;const h=o*365},42784:(t,n,e)=>{e.d(n,{WQ:()=>s,lM:()=>a});var i=e(11829);var r=e(61222);const s=(0,i.J)((t=>{t.setTime(t-t.getMilliseconds()-t.getSeconds()*r.Ym-t.getMinutes()*r.yB)}),((t,n)=>{t.setTime(+t+n*r.Y2)}),((t,n)=>(n-t)/r.Y2),(t=>t.getHours()));const o=s.range;const a=(0,i.J)((t=>{t.setUTCMinutes(0,0,0)}),((t,n)=>{t.setTime(+t+n*r.Y2)}),((t,n)=>(n-t)/r.Y2),(t=>t.getUTCHours()));const u=a.range},11829:(t,n,e)=>{e.d(n,{J:()=>s});const i=new Date,r=new Date;function s(t,n,e,o){function a(n){return t(n=arguments.length===0?new Date:new Date(+n)),n}a.floor=n=>(t(n=new Date(+n)),n);a.ceil=e=>(t(e=new Date(e-1)),n(e,1),t(e),e);a.round=t=>{const n=a(t),e=a.ceil(t);return t-n<e-t?n:e};a.offset=(t,e)=>(n(t=new Date(+t),e==null?1:Math.floor(e)),t);a.range=(e,i,r)=>{const s=[];e=a.ceil(e);r=r==null?1:Math.floor(r);if(!(e<i)||!(r>0))return s;let o;do{s.push(o=new Date(+e)),n(e,r),t(e)}while(o<e&&e<i);return s};a.filter=e=>s((n=>{if(n>=n)while(t(n),!e(n))n.setTime(n-1)}),((t,i)=>{if(t>=t){if(i<0)while(++i<=0){while(n(t,-1),!e(t)){}}else while(--i>=0){while(n(t,+1),!e(t)){}}}}));if(e){a.count=(n,s)=>{i.setTime(+n),r.setTime(+s);t(i),t(r);return Math.floor(e(i,r))};a.every=t=>{t=Math.floor(t);return!isFinite(t)||!(t>0)?null:!(t>1)?a:a.filter(o?n=>o(n)%t===0:n=>a.count(0,n)%t===0)}}return a}},98179:(t,n,e)=>{e.d(n,{A:()=>r});var i=e(11829);const r=(0,i.J)((()=>{}),((t,n)=>{t.setTime(+t+n)}),((t,n)=>n-t));r.every=t=>{t=Math.floor(t);if(!isFinite(t)||!(t>0))return null;if(!(t>1))return r;return(0,i.J)((n=>{n.setTime(Math.floor(n/t)*t)}),((n,e)=>{n.setTime(+n+e*t)}),((n,e)=>(e-n)/t))};const s=r.range},7197:(t,n,e)=>{e.d(n,{Z_:()=>s,rz:()=>a});var i=e(11829);var r=e(61222);const s=(0,i.J)((t=>{t.setTime(t-t.getMilliseconds()-t.getSeconds()*r.Ym)}),((t,n)=>{t.setTime(+t+n*r.yB)}),((t,n)=>(n-t)/r.yB),(t=>t.getMinutes()));const o=s.range;const a=(0,i.J)((t=>{t.setUTCSeconds(0,0)}),((t,n)=>{t.setTime(+t+n*r.yB)}),((t,n)=>(n-t)/r.yB),(t=>t.getUTCMinutes()));const u=a.range},4584:(t,n,e)=>{e.d(n,{F0:()=>r,me:()=>o});var i=e(11829);const r=(0,i.J)((t=>{t.setDate(1);t.setHours(0,0,0,0)}),((t,n)=>{t.setMonth(t.getMonth()+n)}),((t,n)=>n.getMonth()-t.getMonth()+(n.getFullYear()-t.getFullYear())*12),(t=>t.getMonth()));const s=r.range;const o=(0,i.J)((t=>{t.setUTCDate(1);t.setUTCHours(0,0,0,0)}),((t,n)=>{t.setUTCMonth(t.getUTCMonth()+n)}),((t,n)=>n.getUTCMonth()-t.getUTCMonth()+(n.getUTCFullYear()-t.getUTCFullYear())*12),(t=>t.getUTCMonth()));const a=o.range},15086:(t,n,e)=>{e.d(n,{E:()=>s});var i=e(11829);var r=e(61222);const s=(0,i.J)((t=>{t.setTime(t-t.getMilliseconds())}),((t,n)=>{t.setTime(+t+n*r.Ym)}),((t,n)=>(n-t)/r.Ym),(t=>t.getUTCSeconds()));const o=s.range},41955:(t,n,e)=>{e.d(n,{WG:()=>y,_g:()=>v,jK:()=>d,jo:()=>g});var i=e(2725);var r=e(67614);var s=e(61222);var o=e(98179);var a=e(15086);var u=e(7197);var h=e(42784);var c=e(69478);var l=e(22776);var f=e(4584);var _=e(82209);function p(t,n,e,u,h,c){const l=[[a.E,1,s.Ym],[a.E,5,5*s.Ym],[a.E,15,15*s.Ym],[a.E,30,30*s.Ym],[c,1,s.yB],[c,5,5*s.yB],[c,15,15*s.yB],[c,30,30*s.yB],[h,1,s.Y2],[h,3,3*s.Y2],[h,6,6*s.Y2],[h,12,12*s.Y2],[u,1,s.UD],[u,2,2*s.UD],[e,1,s.iM],[n,1,s.jz],[n,3,3*s.jz],[t,1,s.qz]];function f(t,n,e){const i=n<t;if(i)[t,n]=[n,t];const r=e&&typeof e.range==="function"?e:_(t,n,e);const s=r?r.range(t,+n+1):[];return i?s.reverse():s}function _(n,e,a){const u=Math.abs(e-n)/a;const h=(0,i.Z)((([,,t])=>t)).right(l,u);if(h===l.length)return t.every((0,r.ly)(n/s.qz,e/s.qz,a));if(h===0)return o.A.every(Math.max((0,r.ly)(n,e,a),1));const[c,f]=l[u/l[h-1][2]<l[h][2]/u?h-1:h];return c.every(f)}return[f,_]}const[y,g]=p(_.ol,f.me,l.pI,c.KB,h.lM,u.rz);const[d,v]=p(_.jB,f.F0,l.Zy,c.rr,h.WQ,u.Z_)},22776:(t,n,e)=>{e.d(n,{EF:()=>h,Ig:()=>c,Lq:()=>f,Ox:()=>a,YD:()=>u,Zy:()=>o,hB:()=>T,l6:()=>b,pI:()=>m,y2:()=>l});var i=e(11829);var r=e(61222);function s(t){return(0,i.J)((n=>{n.setDate(n.getDate()-(n.getDay()+7-t)%7);n.setHours(0,0,0,0)}),((t,n)=>{t.setDate(t.getDate()+n*7)}),((t,n)=>(n-t-(n.getTimezoneOffset()-t.getTimezoneOffset())*r.yB)/r.iM))}const o=s(0);const a=s(1);const u=s(2);const h=s(3);const c=s(4);const l=s(5);const f=s(6);const _=o.range;const p=a.range;const y=u.range;const g=h.range;const d=c.range;const v=l.range;const x=f.range;function w(t){return(0,i.J)((n=>{n.setUTCDate(n.getUTCDate()-(n.getUTCDay()+7-t)%7);n.setUTCHours(0,0,0,0)}),((t,n)=>{t.setUTCDate(t.getUTCDate()+n*7)}),((t,n)=>(n-t)/r.iM))}const m=w(0);const b=w(1);const M=w(2);const Z=w(3);const T=w(4);const k=w(5);const N=w(6);const $=m.range;const C=b.range;const U=M.range;const D=Z.range;const S=T.range;const P=k.range;const Y=N.range},82209:(t,n,e)=>{e.d(n,{jB:()=>r,ol:()=>o});var i=e(11829);const r=(0,i.J)((t=>{t.setMonth(0,1);t.setHours(0,0,0,0)}),((t,n)=>{t.setFullYear(t.getFullYear()+n)}),((t,n)=>n.getFullYear()-t.getFullYear()),(t=>t.getFullYear()));r.every=t=>!isFinite(t=Math.floor(t))||!(t>0)?null:(0,i.J)((n=>{n.setFullYear(Math.floor(n.getFullYear()/t)*t);n.setMonth(0,1);n.setHours(0,0,0,0)}),((n,e)=>{n.setFullYear(n.getFullYear()+e*t)}));const s=r.range;const o=(0,i.J)((t=>{t.setUTCMonth(0,1);t.setUTCHours(0,0,0,0)}),((t,n)=>{t.setUTCFullYear(t.getUTCFullYear()+n)}),((t,n)=>n.getUTCFullYear()-t.getUTCFullYear()),(t=>t.getUTCFullYear()));o.every=t=>!isFinite(t=Math.floor(t))||!(t>0)?null:(0,i.J)((n=>{n.setUTCFullYear(Math.floor(n.getUTCFullYear()/t)*t);n.setUTCMonth(0,1);n.setUTCHours(0,0,0,0)}),((n,e)=>{n.setUTCFullYear(n.getUTCFullYear()+e*t)}));const a=o.range},35374:(t,n,e)=>{e.d(n,{B7:()=>g,HT:()=>d,zO:()=>p});var i=0,r=0,s=0,o=1e3,a,u,h=0,c=0,l=0,f=typeof performance==="object"&&performance.now?performance:Date,_=typeof window==="object"&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(t){setTimeout(t,17)};function p(){return c||(_(y),c=f.now()+l)}function y(){c=0}function g(){this._call=this._time=this._next=null}g.prototype=d.prototype={constructor:g,restart:function(t,n,e){if(typeof t!=="function")throw new TypeError("callback is not a function");e=(e==null?p():+e)+(n==null?0:+n);if(!this._next&&u!==this){if(u)u._next=this;else a=this;u=this}this._call=t;this._time=e;b()},stop:function(){if(this._call){this._call=null;this._time=Infinity;b()}}};function d(t,n,e){var i=new g;i.restart(t,n,e);return i}function v(){p();++i;var t=a,n;while(t){if((n=c-t._time)>=0)t._call.call(undefined,n);t=t._next}--i}function x(){c=(h=f.now())+l;i=r=0;try{v()}finally{i=0;m();c=0}}function w(){var t=f.now(),n=t-h;if(n>o)l-=n,h=t}function m(){var t,n=a,e,i=Infinity;while(n){if(n._call){if(i>n._time)i=n._time;t=n,n=n._next}else{e=n._next,n._next=null;n=t?t._next=e:a=e}}u=t;b(i)}function b(t){if(i)return;if(r)r=clearTimeout(r);var n=t-c;if(n>24){if(t<Infinity)r=setTimeout(x,t-f.now()-l);if(s)s=clearInterval(s)}else{if(!s)h=f.now(),s=setInterval(w,o);i=1,_(x)}}},28419:(t,n,e)=>{e.d(n,{H:()=>r,L:()=>i});class i extends Map{constructor(t,n=u){super();Object.defineProperties(this,{_intern:{value:new Map},_key:{value:n}});if(t!=null)for(const[e,i]of t)this.set(e,i)}get(t){return super.get(s(this,t))}has(t){return super.has(s(this,t))}set(t,n){return super.set(o(this,t),n)}delete(t){return super.delete(a(this,t))}}class r extends Set{constructor(t,n=u){super();Object.defineProperties(this,{_intern:{value:new Map},_key:{value:n}});if(t!=null)for(const e of t)this.add(e)}has(t){return super.has(s(this,t))}add(t){return super.add(o(this,t))}delete(t){return super.delete(a(this,t))}}function s({_intern:t,_key:n},e){const i=n(e);return t.has(i)?t.get(i):e}function o({_intern:t,_key:n},e){const i=n(e);if(t.has(i))return t.get(i);t.set(i,e);return e}function a({_intern:t,_key:n},e){const i=n(e);if(t.has(i)){e=t.get(e);t.delete(i)}return e}function u(t){return t!==null&&typeof t==="object"?t.valueOf():t}}}]);