jupyterlab 4.0.11__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 (560) 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 +178 -116
  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.f387304aa715a4ffb50c.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.eb2d4e369cc20f56ce0d.js → 1581.391504688eef08096360.js} +4 -4
  68. jupyterlab/static/1760.9a71f4501e9bbaa4c4d8.js +1 -0
  69. jupyterlab/static/{1251.5026f0650dc335eac553.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.11.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/{6686.629034b5457ce3bd34f7.js → 6686.3c518aa6e5f9785fb486.js} +1 -1
  96. jupyterlab/static/6770.fd7084bb2f4b7622401d.js +1 -0
  97. jupyterlab/static/6778.345e6ac9818e30317310.js +1 -0
  98. jupyterlab/static/6898.742a7062fa979fb68a80.js +1 -0
  99. jupyterlab/static/7161.353c3ab960df72e6f1ea.js +1 -0
  100. jupyterlab/static/7178.5f3dd740449b44efad2d.js +2 -0
  101. jupyterlab/static/7272.72081c10e0f645b0631a.js +1 -0
  102. jupyterlab/static/7313.4a8a9a1eee6f7ef15ee1.js +2 -0
  103. jupyterlab/static/7426.c83966ccc62601d391bd.js +2 -0
  104. jupyterlab/static/7426.c83966ccc62601d391bd.js.LICENSE.txt +17 -0
  105. jupyterlab/static/7629.1f295461ebf56a48c197.js +1 -0
  106. jupyterlab/static/7734.b08c15e9f538f44d0f52.js +1 -0
  107. jupyterlab/static/7946.7fe46d47492e459b7cb5.js +1 -0
  108. jupyterlab/static/812.647390901579c6a720cf.js +1 -0
  109. jupyterlab/static/8152.5baac73844a065f34284.js +1 -0
  110. jupyterlab/static/8302.5c5e5a2da7fe74b12a1d.js +1 -0
  111. jupyterlab/static/8322.288af285dac9cb9a8800.js +1 -0
  112. jupyterlab/static/8462.74d5f5afd4f9d7825eed.js +1 -0
  113. jupyterlab/static/8738.782816e9072ac38762b4.js +1 -0
  114. jupyterlab/static/881.972f79365eed0f77378e.js +1 -0
  115. jupyterlab/static/9395.b59dceae72715c9f885c.js +1 -0
  116. jupyterlab/static/9440.04751e25c9cde059ff37.js +1 -0
  117. jupyterlab/static/9545.f0f7a2959bdd17ee3448.js +1 -0
  118. jupyterlab/static/9579.4b1b079b6b7cd2924338.js +1465 -0
  119. jupyterlab/static/9579.4b1b079b6b7cd2924338.js.LICENSE.txt +19 -0
  120. jupyterlab/static/9870.70b2b59cc96c3a97c489.js +1 -0
  121. jupyterlab/static/9984.6ba5355e0d5487d5ac63.js +1 -0
  122. jupyterlab/static/build_log.json +133 -97
  123. jupyterlab/static/index.html +1 -1
  124. jupyterlab/static/index.out.js +97 -3
  125. jupyterlab/static/jlab_core.570a5c21bdeb57ca2ec8.js +1 -0
  126. jupyterlab/static/main.d277e1577010c7e39fdb.js +1 -0
  127. jupyterlab/static/package.json +164 -145
  128. jupyterlab/static/style.js +2 -0
  129. jupyterlab/static/third-party-licenses.json +481 -103
  130. jupyterlab/style.js +2 -0
  131. jupyterlab/tests/conftest.py +8 -0
  132. jupyterlab/tests/mock_packages/extension/package.json +3 -3
  133. jupyterlab/tests/mock_packages/interop/consumer/package.json +3 -3
  134. jupyterlab/tests/mock_packages/interop/provider/package.json +3 -3
  135. jupyterlab/tests/mock_packages/interop/token/package.json +1 -1
  136. jupyterlab/tests/mock_packages/mimeextension/package.json +1 -1
  137. jupyterlab/tests/test_custom_css_handler.py +37 -0
  138. jupyterlab/tests/test_extensions.py +30 -1
  139. jupyterlab/themes/@jupyterlab/theme-dark-extension/index.css +2 -0
  140. jupyterlab/themes/@jupyterlab/theme-light-extension/index.css +1 -0
  141. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/commands.json +181 -1
  142. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/package.json.orig +14 -14
  143. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/package.json.orig +18 -18
  144. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/themes.json +23 -1
  145. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/cell-toolbar-extension/package.json.orig +8 -8
  146. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/celltags-extension/package.json.orig +8 -8
  147. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/codemirror-extension/package.json.orig +13 -13
  148. jupyterlab-4.1.0.data/data/share/jupyter/lab/schemas/@jupyterlab/completer-extension/inline-completer.json +64 -0
  149. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/completer-extension/manager.json +2 -1
  150. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/completer-extension/package.json.orig +10 -8
  151. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/console-extension/package.json.orig +16 -16
  152. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/console-extension/tracker.json +0 -5
  153. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/csvviewer-extension/package.json.orig +14 -14
  154. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/debugger-extension/package.json.orig +19 -19
  155. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/package.json.orig +15 -15
  156. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/documentsearch-extension/package.json.orig +10 -9
  157. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/documentsearch-extension/plugin.json +13 -1
  158. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/extensionmanager-extension/package.json.orig +9 -9
  159. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/browser.json +6 -0
  160. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/package.json.orig +17 -17
  161. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/fileeditor-extension/package.json.orig +27 -27
  162. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/package.json.orig +11 -11
  163. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/htmlviewer-extension/package.json.orig +11 -11
  164. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/hub-extension/package.json.orig +8 -8
  165. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/imageviewer-extension/package.json.orig +8 -8
  166. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/package.json.orig +12 -12
  167. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/launcher-extension/package.json.orig +10 -10
  168. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/logconsole-extension/package.json.orig +13 -13
  169. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/lsp-extension/package.json.orig +11 -10
  170. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/mainmenu-extension/package.json.orig +12 -12
  171. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/mainmenu-extension/plugin.json +4 -4
  172. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/markdownviewer-extension/package.json.orig +11 -11
  173. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/mathjax-extension/package.json.orig +5 -5
  174. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/metadataform-extension/package.json.orig +9 -9
  175. jupyterlab-4.1.0.data/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/package.json.orig +93 -0
  176. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/panel.json +6 -1
  177. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/tracker.json +68 -46
  178. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/running-extension/package.json.orig +13 -13
  179. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/settingeditor-extension/package.json.orig +13 -12
  180. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/shortcuts-extension/package.json.orig +11 -10
  181. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/statusbar-extension/package.json.orig +8 -8
  182. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/terminal-extension/package.json.orig +14 -14
  183. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/terminal-extension/plugin.json +6 -0
  184. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/toc-extension/package.json.orig +8 -8
  185. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/package.json.orig +14 -14
  186. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/translation-extension/package.json.orig +8 -10
  187. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/1166.08f9e1fd722f61c9b69c.js +1 -0
  188. jupyterlab-4.0.11.data/data/share/jupyter/lab/static/1581.eb2d4e369cc20f56ce0d.js → jupyterlab-4.1.0.data/data/share/jupyter/lab/static/1581.391504688eef08096360.js +4 -4
  189. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/1760.9a71f4501e9bbaa4c4d8.js +1 -0
  190. jupyterlab-4.0.11.data/data/share/jupyter/lab/static/1251.5026f0650dc335eac553.js → jupyterlab-4.1.0.data/data/share/jupyter/lab/static/1851.0c7fca4c761a84e91876.js +1 -1
  191. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/1917.05d73322caab1f77e3bf.js +1 -0
  192. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/1929.96e62233aa6f2a8363d4.js +1 -0
  193. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/226.5dc3528c008170b37b21.js +1 -0
  194. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/2551.b07d561a12360c38c589.js +1 -0
  195. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/2579.b19edefeb9ee4daed4bd.js +1 -0
  196. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/2655.f5b7c82c80d51a0f7ab7.js +1 -0
  197. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/2727.6925b8cf1c5363f40138.js +1 -0
  198. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/2755.696bab6bdca0d9a78131.js +1 -0
  199. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/2995.0448b3ed572d9cc5fcc7.js +1 -0
  200. jupyterlab/static/3056.8a73f6aacd8ca45f84f9.js → jupyterlab-4.1.0.data/data/share/jupyter/lab/static/3056.6ed9d97c166cf2573275.js +1 -1
  201. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/3308.764d71af7e591cdb1345.js +1 -0
  202. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/367.835aef5c5efbd38183af.js +1 -0
  203. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/3711.150292a21fd47be1c05f.js +1 -0
  204. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/406.81906f96059e31e907a2.js +1 -0
  205. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/4086.3087c0abed5ca45b823b.js +1 -0
  206. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/4136.4b9f72f85f49f979ebb8.js +2 -0
  207. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/4136.4b9f72f85f49f979ebb8.js.LICENSE.txt +9 -0
  208. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/4765.093b4f8b3cee1251db8d.js +1 -0
  209. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/526.601d8ddd8347cd7790b9.js +1 -0
  210. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/5794.3cb2bcd1a3e23d0c084e.js +1 -0
  211. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/6001.963601fcecb8b4c1d1f1.js +1 -0
  212. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/627.7e292370f4d61d9e8648.js +5148 -0
  213. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/627.7e292370f4d61d9e8648.js.LICENSE.txt +14 -0
  214. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/6436.8d9ba427de4ab1053871.js +1 -0
  215. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/6515.56c63929fb079a820cbc.js +1 -0
  216. jupyterlab-4.0.11.data/data/share/jupyter/lab/static/6686.629034b5457ce3bd34f7.js → jupyterlab-4.1.0.data/data/share/jupyter/lab/static/6686.3c518aa6e5f9785fb486.js +1 -1
  217. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/6770.fd7084bb2f4b7622401d.js +1 -0
  218. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/6778.345e6ac9818e30317310.js +1 -0
  219. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/6898.742a7062fa979fb68a80.js +1 -0
  220. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/7161.353c3ab960df72e6f1ea.js +1 -0
  221. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/7178.5f3dd740449b44efad2d.js +2 -0
  222. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/7272.72081c10e0f645b0631a.js +1 -0
  223. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/7313.4a8a9a1eee6f7ef15ee1.js +2 -0
  224. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/7426.c83966ccc62601d391bd.js +2 -0
  225. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/7426.c83966ccc62601d391bd.js.LICENSE.txt +17 -0
  226. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/7629.1f295461ebf56a48c197.js +1 -0
  227. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/7734.b08c15e9f538f44d0f52.js +1 -0
  228. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/7946.7fe46d47492e459b7cb5.js +1 -0
  229. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/812.647390901579c6a720cf.js +1 -0
  230. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/8152.5baac73844a065f34284.js +1 -0
  231. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/8302.5c5e5a2da7fe74b12a1d.js +1 -0
  232. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/8322.288af285dac9cb9a8800.js +1 -0
  233. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/8462.74d5f5afd4f9d7825eed.js +1 -0
  234. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/8738.782816e9072ac38762b4.js +1 -0
  235. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/881.972f79365eed0f77378e.js +1 -0
  236. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/9395.b59dceae72715c9f885c.js +1 -0
  237. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/9440.04751e25c9cde059ff37.js +1 -0
  238. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/9545.f0f7a2959bdd17ee3448.js +1 -0
  239. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/9579.4b1b079b6b7cd2924338.js +1465 -0
  240. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/9579.4b1b079b6b7cd2924338.js.LICENSE.txt +19 -0
  241. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/9870.70b2b59cc96c3a97c489.js +1 -0
  242. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/9984.6ba5355e0d5487d5ac63.js +1 -0
  243. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/build_log.json +133 -97
  244. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/index.html +1 -1
  245. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/index.out.js +97 -3
  246. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/jlab_core.570a5c21bdeb57ca2ec8.js +1 -0
  247. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/main.d277e1577010c7e39fdb.js +1 -0
  248. jupyterlab-4.1.0.data/data/share/jupyter/lab/static/package.json +350 -0
  249. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/style.js +2 -0
  250. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/third-party-licenses.json +481 -103
  251. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/themes/@jupyterlab/theme-dark-extension/index.css +2 -0
  252. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/themes/@jupyterlab/theme-light-extension/index.css +1 -0
  253. {jupyterlab-4.0.11.dist-info → jupyterlab-4.1.0.dist-info}/METADATA +21 -20
  254. jupyterlab-4.1.0.dist-info/RECORD +872 -0
  255. {jupyterlab-4.0.11.dist-info → jupyterlab-4.1.0.dist-info}/WHEEL +1 -1
  256. jupyterlab/static/141.f110448d494068ebcc87.js +0 -2
  257. jupyterlab/static/2254.55c69210925ec9b28dd9.js +0 -1
  258. jupyterlab/static/2995.9791e1071c5f095421bf.js +0 -1
  259. jupyterlab/static/3127.75e12687687a3de3b59d.js +0 -1
  260. jupyterlab/static/3308.92a1e305c62cc91845b9.js +0 -1
  261. jupyterlab/static/4523.87224ea442d42316dda0.js +0 -1
  262. jupyterlab/static/812.9dd0504c972da446455b.js +0 -1
  263. jupyterlab/static/830.8ddf7d2d91f66a8e4d36.js +0 -1
  264. jupyterlab/static/8302.4c190e10b00fe083570e.js +0 -1
  265. jupyterlab/static/8768.90eac36b47a259dd5db5.js +0 -2
  266. jupyterlab/static/9065.5305259c65dfa1c99874.js +0 -1
  267. jupyterlab/static/jlab_core.33f047ff2ca794a7104f.js +0 -1
  268. jupyterlab/static/main.9dbb30dbd3113e5e36a2.js +0 -1
  269. jupyterlab-4.0.11.data/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/package.json.orig +0 -93
  270. jupyterlab-4.0.11.data/data/share/jupyter/lab/static/141.f110448d494068ebcc87.js +0 -2
  271. jupyterlab-4.0.11.data/data/share/jupyter/lab/static/2254.55c69210925ec9b28dd9.js +0 -1
  272. jupyterlab-4.0.11.data/data/share/jupyter/lab/static/2995.9791e1071c5f095421bf.js +0 -1
  273. jupyterlab-4.0.11.data/data/share/jupyter/lab/static/3127.75e12687687a3de3b59d.js +0 -1
  274. jupyterlab-4.0.11.data/data/share/jupyter/lab/static/3308.92a1e305c62cc91845b9.js +0 -1
  275. jupyterlab-4.0.11.data/data/share/jupyter/lab/static/4523.87224ea442d42316dda0.js +0 -1
  276. jupyterlab-4.0.11.data/data/share/jupyter/lab/static/812.9dd0504c972da446455b.js +0 -1
  277. jupyterlab-4.0.11.data/data/share/jupyter/lab/static/830.8ddf7d2d91f66a8e4d36.js +0 -1
  278. jupyterlab-4.0.11.data/data/share/jupyter/lab/static/8302.4c190e10b00fe083570e.js +0 -1
  279. jupyterlab-4.0.11.data/data/share/jupyter/lab/static/8768.90eac36b47a259dd5db5.js +0 -2
  280. jupyterlab-4.0.11.data/data/share/jupyter/lab/static/9065.5305259c65dfa1c99874.js +0 -1
  281. jupyterlab-4.0.11.data/data/share/jupyter/lab/static/jlab_core.33f047ff2ca794a7104f.js +0 -1
  282. jupyterlab-4.0.11.data/data/share/jupyter/lab/static/main.9dbb30dbd3113e5e36a2.js +0 -1
  283. jupyterlab-4.0.11.data/data/share/jupyter/lab/static/package.json +0 -331
  284. jupyterlab-4.0.11.dist-info/RECORD +0 -786
  285. /jupyterlab/static/{1581.eb2d4e369cc20f56ce0d.js.LICENSE.txt → 1581.391504688eef08096360.js.LICENSE.txt} +0 -0
  286. /jupyterlab/static/{141.f110448d494068ebcc87.js.LICENSE.txt → 7178.5f3dd740449b44efad2d.js.LICENSE.txt} +0 -0
  287. /jupyterlab/static/{8768.90eac36b47a259dd5db5.js.LICENSE.txt → 7313.4a8a9a1eee6f7ef15ee1.js.LICENSE.txt} +0 -0
  288. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/etc/jupyter/jupyter_notebook_config.d/jupyterlab.json +0 -0
  289. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/etc/jupyter/jupyter_server_config.d/jupyterlab.json +0 -0
  290. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/applications/jupyterlab.desktop +0 -0
  291. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/icons/hicolor/scalable/apps/jupyterlab.svg +0 -0
  292. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/context-menu.json +0 -0
  293. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/property-inspector.json +0 -0
  294. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/shell.json +0 -0
  295. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/application-extension/top-bar.json +0 -0
  296. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/notification.json +0 -0
  297. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/palette.json +0 -0
  298. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/print.json +0 -0
  299. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/sanitizer.json +0 -0
  300. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/utilityCommands.json +0 -0
  301. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/workspaces.json +0 -0
  302. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/cell-toolbar-extension/plugin.json +0 -0
  303. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/celltags-extension/plugin.json +0 -0
  304. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/codemirror-extension/plugin.json +0 -0
  305. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/console-extension/completer.json +0 -0
  306. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/console-extension/foreign.json +0 -0
  307. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/csvviewer-extension/csv.json +0 -0
  308. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/csvviewer-extension/tsv.json +0 -0
  309. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/debugger-extension/main.json +0 -0
  310. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/download.json +0 -0
  311. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/plugin.json +0 -0
  312. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/extensionmanager-extension/plugin.json +0 -0
  313. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/download.json +0 -0
  314. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/open-browser-tab.json +0 -0
  315. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/open-with.json +0 -0
  316. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/filebrowser-extension/widget.json +0 -0
  317. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/fileeditor-extension/completer.json +0 -0
  318. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/fileeditor-extension/plugin.json +0 -0
  319. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/about.json +0 -0
  320. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/jupyter-forum.json +0 -0
  321. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/help-extension/launch-classic.json +0 -0
  322. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/htmlviewer-extension/plugin.json +0 -0
  323. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/hub-extension/menu.json +0 -0
  324. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/imageviewer-extension/plugin.json +0 -0
  325. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/consoles.json +0 -0
  326. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/inspector.json +0 -0
  327. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/inspector-extension/notebooks.json +0 -0
  328. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/launcher-extension/plugin.json +0 -0
  329. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/logconsole-extension/plugin.json +0 -0
  330. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/lsp-extension/plugin.json +0 -0
  331. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/markdownviewer-extension/plugin.json +0 -0
  332. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/mathjax-extension/plugin.json +0 -0
  333. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/metadataform-extension/metadataforms.json +0 -0
  334. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/completer.json +0 -0
  335. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/export.json +0 -0
  336. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/tools.json +0 -0
  337. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/running-extension/plugin.json +0 -0
  338. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/settingeditor-extension/form-ui.json +0 -0
  339. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/settingeditor-extension/plugin.json +0 -0
  340. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/shortcuts-extension/shortcuts.json +0 -0
  341. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/statusbar-extension/plugin.json +0 -0
  342. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/toc-extension/registry.json +0 -0
  343. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/consoles.json +0 -0
  344. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/files.json +0 -0
  345. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/tooltip-extension/notebooks.json +0 -0
  346. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/schemas/@jupyterlab/translation-extension/plugin.json +0 -0
  347. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1036.0d1f109c3d842497fd51.js +0 -0
  348. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1036.0d1f109c3d842497fd51.js.LICENSE.txt +0 -0
  349. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1085.0b67f0736d85ec41fdd4.js +0 -0
  350. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1142.d5442a459b18907c1f91.js +0 -0
  351. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1168.0a95b9c93afe61ceb527.js +0 -0
  352. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1294.9d27be1098bc8abebe3f.js +0 -0
  353. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1410.e2302ff5f564d6e596bb.js +0 -0
  354. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1420.e8486ed074346bc629ca.js +0 -0
  355. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1448.c391061d8a8344f9d177.js +0 -0
  356. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1452.4cc17f31511d1f9c6052.js +0 -0
  357. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1467.dcd89539f6477c1367af.js +0 -0
  358. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1550.09375e869bc25429b07a.js +0 -0
  359. /jupyterlab-4.0.11.data/data/share/jupyter/lab/static/1581.eb2d4e369cc20f56ce0d.js.LICENSE.txt → /jupyterlab-4.1.0.data/data/share/jupyter/lab/static/1581.391504688eef08096360.js.LICENSE.txt +0 -0
  360. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1608.61240f3db67d3d952790.js +0 -0
  361. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1716.a6bbe1ae8a1986a73623.js +0 -0
  362. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1776.4f9305d35480467b23c9.js +0 -0
  363. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1861.4fc7b4afe2b09eb6b5c0.js +0 -0
  364. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1903.3b452e8ec30e57dbaba5.js +0 -0
  365. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1945.0fbbfe93a4aedd91875c.js +0 -0
  366. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1954.07d96e4020ed6e543d25.js +0 -0
  367. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1993.f8c5682f95ffa75cbaf6.js +0 -0
  368. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/1cb1c39ea642f26a4dfe.woff +0 -0
  369. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2039.aa079dac5c520f93b234.js +0 -0
  370. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2090.abc86741318f76c3d726.js +0 -0
  371. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2091.600b1c32af186f6405f9.js +0 -0
  372. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2104.296346db0067b4883fbf.js +0 -0
  373. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2145.be9ec610f29703694fcf.js +0 -0
  374. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2295.cda0f7182bf2a1a03c5a.js +0 -0
  375. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2320.04abae549b19363c2fdd.js +0 -0
  376. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2363.6eef078cb37c32d7fbc3.js +0 -0
  377. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2459.9f9cb02561de1bec73ff.js +0 -0
  378. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2485.dab750ed66209df61fe1.js +0 -0
  379. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2617.9c299e26785f7646cb39.js +0 -0
  380. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2646.0864fb63d7ab1ed16893.js +0 -0
  381. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/26683bf201fb258a2237.woff +0 -0
  382. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2800.680b1fa0a4c66c69bb1e.js +0 -0
  383. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2857.27a6e85f5c4c092ab8a2.js +0 -0
  384. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2909.e190307f7f84c7691068.js +0 -0
  385. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/292.3f7844a129f16ec1ffbc.js +0 -0
  386. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2929.b88233153dbf33f40b29.js +0 -0
  387. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2953.92ff8f12bad6ee06859c.js +0 -0
  388. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/2990.ea15322a41d3f133989b.js +0 -0
  389. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/30e889b58cbc51adfbb0.woff +0 -0
  390. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3123.85cea4be2e2ed3f9654f.js +0 -0
  391. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/32792104b5ef69eded90.woff +0 -0
  392. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3306.8bdc49ad1a7ca593a838.js +0 -0
  393. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3520.3495b98946de6960ace8.js +0 -0
  394. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3528.3b5ef5f31d460b5fcd01.js +0 -0
  395. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3547.bd90e90bfe79911486e8.js +0 -0
  396. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3549.24f2fe646d8128bc9db0.js +0 -0
  397. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/355254db9ca10a09a3b5.woff +0 -0
  398. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3601.5c17c015d71b69ddcab3.js +0 -0
  399. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/36e0d72d8a7afc696a3e.woff +0 -0
  400. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3724.a4657dc16be2ffc49282.js +0 -0
  401. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/373c04fd2418f5c77eea.eot +0 -0
  402. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/378.6d0f0fc4c8a2eb80ac43.js +0 -0
  403. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3783.93d5366ab28a19e1f0f9.js +0 -0
  404. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3807.08a8fd824036c30b3746.js +0 -0
  405. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/383.db345dbeef5ef774e50c.js +0 -0
  406. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3871.ba96e5b53bb16df56618.js +0 -0
  407. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3923.f29c06abdcb560130471.js +0 -0
  408. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3935.905285b8e22c337968ed.js +0 -0
  409. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3935.905285b8e22c337968ed.js.LICENSE.txt +0 -0
  410. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3962.50786e3ed9a01329a4a0.js +0 -0
  411. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3bc6ecaae7ecf6f8d7f8.woff +0 -0
  412. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3de784d07b9fa8f104c1.woff +0 -0
  413. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/3f6d3488cf65374f6f67.woff +0 -0
  414. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4008.86acbefff6de679f77b5.js +0 -0
  415. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4008.86acbefff6de679f77b5.js.LICENSE.txt +0 -0
  416. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4017.096a74a538e031b6d346.js +0 -0
  417. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4043.aa012978c41d1d1b2f14.js +0 -0
  418. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4139.303ee7374c742287be85.js +0 -0
  419. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4155.5a8d6736017097028d78.js +0 -0
  420. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4283.f6092d8b7f2e53118d1b.js +0 -0
  421. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4291.e5d8997127541f75fdaf.js +0 -0
  422. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4405.43dab120fea32f30bbb9.js +0 -0
  423. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4419.93938494f456cd76a7e3.js +0 -0
  424. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4452.2f8819684b96ecff5231.js +0 -0
  425. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4519.6b784d052db42e93eff2.js +0 -0
  426. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4562.72444a09f5f092646490.js +0 -0
  427. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4591.428531724f49fe824ffa.js +0 -0
  428. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/46.fb119c5e5b1e0c72a00f.js +0 -0
  429. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4743.d4e9658ea25301e15a94.js +0 -0
  430. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/481e39042508ae313a60.woff +0 -0
  431. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4878.73004381601237a3ef9c.js +0 -0
  432. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/49.7233f68f95d10b85a83e.js +0 -0
  433. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/4986.a497cdda4b7152902568.js +0 -0
  434. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/5041.cdc120bda0a0dec4cfc2.js +0 -0
  435. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/5157.9c77dc27a251d4135876.js +0 -0
  436. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/5201.8866042bae350659528a.js +0 -0
  437. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/5203.c002d40ac647dc6e1d61.js +0 -0
  438. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/5331.0cd3f010bb08983ec3fd.js +0 -0
  439. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/5440.2541fcda12b661665148.js +0 -0
  440. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/5521.ce4a0274596e0325374c.js +0 -0
  441. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/5746.e4434ef2027bcc5ed0c9.js +0 -0
  442. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/581.2b878ed37172aced15b5.js +0 -0
  443. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/5881.3946238aa4afdcf4f964.js +0 -0
  444. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/5959.a6b1fd3b03d3649ea8b1.js +0 -0
  445. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/5cda41563a095bd70c78.woff +0 -0
  446. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/6059.d83e7323b2ee1aa16009.js +0 -0
  447. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/6163.f5b51a9f0df4846ba40f.js +0 -0
  448. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/6207.a8079c8d8a61039dd530.js +0 -0
  449. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/6243.2efd673d1304c43b7b78.js +0 -0
  450. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/6267.1def2916929e185ab9fc.js +0 -0
  451. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/6359.4b994bfd6b1dea2d6fe3.js +0 -0
  452. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/6443.e6b52d3732b3e8513a71.js +0 -0
  453. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/6532.bb7137729a2d6d4e6ddf.js +0 -0
  454. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/6560.f42276a0b1b92aea515b.js +0 -0
  455. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/6595.6a1d7e1abbf186dd119b.js +0 -0
  456. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/6815.0b699f0c162a24b0dbe3.js +0 -0
  457. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/6888.9d3914817f3290827a64.js +0 -0
  458. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7080.1330328bb6f46b4da81e.js +0 -0
  459. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7112.d5120c85ebd17620dda0.js +0 -0
  460. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7173.e28f63dbd553818e07d3.js +0 -0
  461. /jupyterlab-4.0.11.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
  462. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/721921bab0d001ebff02.woff +0 -0
  463. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7245.c0cae8787dcd00b991b7.js +0 -0
  464. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7294.badf85a3180703d63f62.js +0 -0
  465. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7294.badf85a3180703d63f62.js.LICENSE.txt +0 -0
  466. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/72bc573386dd1d48c5bb.woff +0 -0
  467. /jupyterlab-4.0.11.data/data/share/jupyter/lab/static/8768.90eac36b47a259dd5db5.js.LICENSE.txt → /jupyterlab-4.1.0.data/data/share/jupyter/lab/static/7313.4a8a9a1eee6f7ef15ee1.js.LICENSE.txt +0 -0
  468. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7317.af8a7da0f881a22752c1.js +0 -0
  469. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7318.397bf8e913e825b2be27.js +0 -0
  470. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7363.abe8e31a91e113753bae.js +0 -0
  471. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7384.60351e008d8f687e8fcc.js +0 -0
  472. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7390.8253478b90f756692702.js +0 -0
  473. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/745.85516a9bb83bcd94d00d.js +0 -0
  474. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7451.c0257dbfdd320e2c21f5.js +0 -0
  475. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7451.c0257dbfdd320e2c21f5.js.LICENSE.txt +0 -0
  476. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7472.58ba8647a489d019c2ef.js +0 -0
  477. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7473.5012397d10d3b945ecaa.js +0 -0
  478. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7508.b902347f820c70cd386a.js +0 -0
  479. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7511.b381a696cf806983c654.js +0 -0
  480. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7517.f3e5d420f4af90d442dd.js +0 -0
  481. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7669.343e259c4c8269479f5b.js +0 -0
  482. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7702.c479c69f7a532f7b3fd5.js +0 -0
  483. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7730.7e3a9fb140d2d55a51fc.js +0 -0
  484. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7731.26db150e967313b7a7e2.js +0 -0
  485. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7763.19a095394000f9ef62bd.js +0 -0
  486. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7763.19a095394000f9ef62bd.js.LICENSE.txt +0 -0
  487. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7775.3e0dee729369fe3d5008.js +0 -0
  488. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7823.817687f13e9a6781fdd3.js +0 -0
  489. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7827.e36d073d947bf02a05e3.js +0 -0
  490. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7848.e83aa4b90ae87209abb8.js +0 -0
  491. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/786.8a99ee7dbd7bd0eb9dce.js +0 -0
  492. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7877.a4c46a784149533b91d4.js +0 -0
  493. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/7887.128a155df5d25e88c0ce.js +0 -0
  494. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/795.47ab66037ef33f808f09.js +0 -0
  495. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/79d088064beb3826054f.eot +0 -0
  496. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8002.25f64485372af5158c83.js +0 -0
  497. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8010.1cf8237e9def8404f355.js +0 -0
  498. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8012.40cb006f0c180ebafa91.js +0 -0
  499. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8285.1eac7b7582569be1c3a8.js +0 -0
  500. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8319.80fcbc832e1eb20b71e7.js +0 -0
  501. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8347.573b699e3590729bfa8a.js +0 -0
  502. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8405.154ba4b17a2dec22a355.js +0 -0
  503. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8493.fc635229db38e6fc6aa2.js +0 -0
  504. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8498.27a245b23921914bf5c2.js +0 -0
  505. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8512.1af96655287fd124877b.js +0 -0
  506. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8678.dcd3dab9025b13eb9be8.js +0 -0
  507. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/870673df72e70f87c91a.woff +0 -0
  508. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8710.5fc5ecb762fb4494db02.js +0 -0
  509. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8771.327a202178f82f3b15b8.js +0 -0
  510. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8787.4d36d28dcf94bf59cbfe.js +0 -0
  511. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8805.0f14a91b024b59c039a7.js +0 -0
  512. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8823.2ff947bcd96cc0723058.js +0 -0
  513. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8875.88988caaba1e33edad5b.js +0 -0
  514. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/88b98cad3688915e50da.woff +0 -0
  515. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8ea8791754915a898a31.woff2 +0 -0
  516. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/8ea8dbb1b02e6f730f55.woff +0 -0
  517. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9.0e0cba0ccc2a4b670600.js +0 -0
  518. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9030.260bc05e28eccff70ae8.js +0 -0
  519. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9041.df39043656c7233552e4.js +0 -0
  520. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9055.bd710a8db8883a836b59.js +0 -0
  521. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9109.fa3ee74a5c0f378f4d51.js +0 -0
  522. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9192.db4337a516b7f38d1f89.js +0 -0
  523. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9222.1c2a8e69a2de57dd1984.js +0 -0
  524. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9230.58b8c42b730e1a56e69b.js +0 -0
  525. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9265.bc2b66a4502cdfcfc14f.js +0 -0
  526. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9362.823dcfac216f8057452d.js +0 -0
  527. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9409.34c33ed11e2d6f318480.js +0 -0
  528. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/942.93c8de61ea9ea08ec097.js +0 -0
  529. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9421.022dc7b4e9a2c80c32c2.js +0 -0
  530. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9445.fe5e9e5b728de8d15873.js +0 -0
  531. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9621.9cbfa52c42927bb398b4.js +0 -0
  532. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9653.d93c93e084cd5e93cd2d.js +0 -0
  533. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9674eb1bd55047179038.svg +0 -0
  534. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9738.c0234a1f7f6ac262f560.js +0 -0
  535. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9747.6dd327f4928c6989ea8a.js +0 -0
  536. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9747.6dd327f4928c6989ea8a.js.LICENSE.txt +0 -0
  537. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9826.406d2a71dc45995bc549.js +0 -0
  538. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9826.406d2a71dc45995bc549.js.LICENSE.txt +0 -0
  539. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/9834b82ad26e2a37583d.woff2 +0 -0
  540. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/a009bea404f7a500ded4.woff +0 -0
  541. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/a3b9817780214caf01e8.svg +0 -0
  542. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/af04542b29eaac04550a.woff +0 -0
  543. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/af6397503fcefbd61397.ttf +0 -0
  544. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/af96f67d7accf5fd2a4a.woff +0 -0
  545. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/b418136e3b384baaadec.woff +0 -0
  546. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/be0a084962d8066884f7.svg +0 -0
  547. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/bootstrap.js +0 -0
  548. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/c49810b53ecc0d87d802.woff +0 -0
  549. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/c56da8d69f1a0208b8e0.woff +0 -0
  550. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/cb9e9e693192413cde2b.woff +0 -0
  551. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/cda59d6efffa685830fd.ttf +0 -0
  552. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/e4299464e7b012968eed.eot +0 -0
  553. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/e42a88444448ac3d6054.woff2 +0 -0
  554. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/e8711bbb871afd8e9dea.ttf +0 -0
  555. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/f9217f66874b0c01cd8c.woff +0 -0
  556. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/static/fc6ddf5df402b263cfb1.woff +0 -0
  557. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/themes/@jupyterlab/theme-dark-extension/index.js +0 -0
  558. {jupyterlab-4.0.11.data → jupyterlab-4.1.0.data}/data/share/jupyter/lab/themes/@jupyterlab/theme-light-extension/index.js +0 -0
  559. {jupyterlab-4.0.11.dist-info → jupyterlab-4.1.0.dist-info}/entry_points.txt +0 -0
  560. {jupyterlab-4.0.11.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([[3711],{73711:(e,t,n)=>{n.d(t,{a:()=>An,c:()=>wn});var r={};n.r(r);n.d(r,{attentionMarkers:()=>Vt,contentInitial:()=>Pt,disable:()=>Qt,document:()=>Mt,flow:()=>jt,flowInitial:()=>Ot,insideSpan:()=>qt,string:()=>Ht,text:()=>Rt});var i=n(23787);const u={};function c(e,t){const n=t||u;const r=typeof n.includeImageAlt==="boolean"?n.includeImageAlt:true;const i=typeof n.includeHtml==="boolean"?n.includeHtml:true;return o(e,r,i)}function o(e,t,n){if(l(e)){if("value"in e){return e.type==="html"&&!n?"":e.value}if(t&&"alt"in e&&e.alt){return e.alt}if("children"in e){return s(e.children,t,n)}}if(Array.isArray(e)){return s(e,t,n)}return""}function s(e,t,n){const r=[];let i=-1;while(++i<e.length){r[i]=o(e[i],t,n)}return r.join("")}function l(e){return Boolean(e&&typeof e==="object")}function f(e,t,n,r){const i=e.length;let u=0;let c;if(t<0){t=-t>i?0:i+t}else{t=t>i?i:t}n=n>0?n:0;if(r.length<1e4){c=Array.from(r);c.unshift(t,n);e.splice(...c)}else{if(n)e.splice(t,n);while(u<r.length){c=r.slice(u,u+1e4);c.unshift(t,0);e.splice(...c);u+=1e4;t+=1e4}}}function a(e,t){if(e.length>0){f(e,e.length,0,t);return e}return t}const d={}.hasOwnProperty;function h(e){const t={};let n=-1;while(++n<e.length){p(t,e[n])}return t}function p(e,t){let n;for(n in t){const r=d.call(e,n)?e[n]:undefined;const i=r||(e[n]={});const u=t[n];let c;if(u){for(c in u){if(!d.call(i,c))i[c]=[];const e=u[c];m(i[c],Array.isArray(e)?e:e?[e]:[])}}}}function m(e,t){let n=-1;const r=[];while(++n<t.length){(t[n].add==="after"?e:r).push(t[n])}f(e,0,0,r)}function g(e){const t={};let n=-1;while(++n<e.length){x(t,e[n])}return t}function x(e,t){let n;for(n in t){const r=d.call(e,n)?e[n]:undefined;const i=r||(e[n]={});const u=t[n];let c;if(u){for(c in u){i[c]=u[c]}}}}const k=/[!-\/:-@\[-`\{-~\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061D-\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C77\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1B7D\u1B7E\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4F\u2E52-\u2E5D\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]/;const y=_(/[A-Za-z]/);const F=_(/[\dA-Za-z]/);const b=_(/[#-'*+\--9=?A-Z^-~]/);function S(e){return e!==null&&(e<32||e===127)}const w=_(/\d/);const E=_(/[\dA-Fa-f]/);const v=_(/[!-/:-@[-`{-~]/);function A(e){return e!==null&&e<-2}function I(e){return e!==null&&(e<0||e===32)}function C(e){return e===-2||e===-1||e===32}const T=_(k);const z=_(/\s/);function _(e){return t;function t(t){return t!==null&&e.test(String.fromCharCode(t))}}function D(e,t,n,r){const i=r?r-1:Number.POSITIVE_INFINITY;let u=0;return c;function c(r){if(C(r)){e.enter(n);return o(r)}return t(r)}function o(r){if(C(r)&&u++<i){e.consume(r);return o}e.exit(n);return t(r)}}const B={tokenize:L};function L(e){const t=e.attempt(this.parser.constructs.contentInitial,r,i);let n;return t;function r(n){if(n===null){e.consume(n);return}e.enter("lineEnding");e.consume(n);e.exit("lineEnding");return D(e,t,"linePrefix")}function i(t){e.enter("paragraph");return u(t)}function u(t){const r=e.enter("chunkText",{contentType:"text",previous:n});if(n){n.next=r}n=r;return c(t)}function c(t){if(t===null){e.exit("chunkText");e.exit("paragraph");e.consume(t);return}if(A(t)){e.consume(t);e.exit("chunkText");return u}e.consume(t);return c}}const M={tokenize:O};const P={tokenize:j};function O(e){const t=this;const n=[];let r=0;let i;let u;let c;return o;function o(i){if(r<n.length){const u=n[r];t.containerState=u[1];return e.attempt(u[0].continuation,s,l)(i)}return l(i)}function s(e){r++;if(t.containerState._closeFlow){t.containerState._closeFlow=undefined;if(i){y()}const n=t.events.length;let u=n;let c;while(u--){if(t.events[u][0]==="exit"&&t.events[u][1].type==="chunkFlow"){c=t.events[u][1].end;break}}k(r);let o=n;while(o<t.events.length){t.events[o][1].end=Object.assign({},c);o++}f(t.events,u+1,0,t.events.slice(n));t.events.length=o;return l(e)}return o(e)}function l(u){if(r===n.length){if(!i){return h(u)}if(i.currentConstruct&&i.currentConstruct.concrete){return m(u)}t.interrupt=Boolean(i.currentConstruct&&!i._gfmTableDynamicInterruptHack)}t.containerState={};return e.check(P,a,d)(u)}function a(e){if(i)y();k(r);return h(e)}function d(e){t.parser.lazy[t.now().line]=r!==n.length;c=t.now().offset;return m(e)}function h(n){t.containerState={};return e.attempt(P,p,m)(n)}function p(e){r++;n.push([t.currentConstruct,t.containerState]);return h(e)}function m(n){if(n===null){if(i)y();k(0);e.consume(n);return}i=i||t.parser.flow(t.now());e.enter("chunkFlow",{contentType:"flow",previous:u,_tokenizer:i});return g(n)}function g(n){if(n===null){x(e.exit("chunkFlow"),true);k(0);e.consume(n);return}if(A(n)){e.consume(n);x(e.exit("chunkFlow"));r=0;t.interrupt=undefined;return o}e.consume(n);return g}function x(e,n){const o=t.sliceStream(e);if(n)o.push(null);e.previous=u;if(u)u.next=e;u=e;i.defineSkip(e.start);i.write(o);if(t.parser.lazy[e.start.line]){let e=i.events.length;while(e--){if(i.events[e][1].start.offset<c&&(!i.events[e][1].end||i.events[e][1].end.offset>c)){return}}const n=t.events.length;let u=n;let o;let s;while(u--){if(t.events[u][0]==="exit"&&t.events[u][1].type==="chunkFlow"){if(o){s=t.events[u][1].end;break}o=true}}k(r);e=n;while(e<t.events.length){t.events[e][1].end=Object.assign({},s);e++}f(t.events,u+1,0,t.events.slice(n));t.events.length=e}}function k(r){let i=n.length;while(i-- >r){const r=n[i];t.containerState=r[1];r[0].exit.call(t,e)}n.length=r}function y(){i.write([null]);u=undefined;i=undefined;t.containerState._closeFlow=undefined}}function j(e,t,n){return D(e,e.attempt(this.parser.constructs.document,t,n),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?undefined:4)}const H={tokenize:R,partial:true};function R(e,t,n){return r;function r(t){return C(t)?D(e,i,"linePrefix")(t):i(t)}function i(e){return e===null||A(e)?t(e):n(e)}}function q(e){const t={};let n=-1;let r;let i;let u;let c;let o;let s;let l;while(++n<e.length){while(n in t){n=t[n]}r=e[n];if(n&&r[1].type==="chunkFlow"&&e[n-1][1].type==="listItemPrefix"){s=r[1]._tokenizer.events;u=0;if(u<s.length&&s[u][1].type==="lineEndingBlank"){u+=2}if(u<s.length&&s[u][1].type==="content"){while(++u<s.length){if(s[u][1].type==="content"){break}if(s[u][1].type==="chunkText"){s[u][1]._isInFirstContentOfListItem=true;u++}}}}if(r[0]==="enter"){if(r[1].contentType){Object.assign(t,V(e,n));n=t[n];l=true}}else if(r[1]._container){u=n;i=undefined;while(u--){c=e[u];if(c[1].type==="lineEnding"||c[1].type==="lineEndingBlank"){if(c[0]==="enter"){if(i){e[i][1].type="lineEndingBlank"}c[1].type="lineEnding";i=u}}else{break}}if(i){r[1].end=Object.assign({},e[i][1].start);o=e.slice(i,n);o.unshift(r);f(e,i,n-i+1,o)}}}return!l}function V(e,t){const n=e[t][1];const r=e[t][2];let i=t-1;const u=[];const c=n._tokenizer||r.parser[n.contentType](n.start);const o=c.events;const s=[];const l={};let a;let d;let h=-1;let p=n;let m=0;let g=0;const x=[g];while(p){while(e[++i][1]!==p){}u.push(i);if(!p._tokenizer){a=r.sliceStream(p);if(!p.next){a.push(null)}if(d){c.defineSkip(p.start)}if(p._isInFirstContentOfListItem){c._gfmTasklistFirstContentOfListItem=true}c.write(a);if(p._isInFirstContentOfListItem){c._gfmTasklistFirstContentOfListItem=undefined}}d=p;p=p.next}p=n;while(++h<o.length){if(o[h][0]==="exit"&&o[h-1][0]==="enter"&&o[h][1].type===o[h-1][1].type&&o[h][1].start.line!==o[h][1].end.line){g=h+1;x.push(g);p._tokenizer=undefined;p.previous=undefined;p=p.next}}c.events=[];if(p){p._tokenizer=undefined;p.previous=undefined}else{x.pop()}h=x.length;while(h--){const t=o.slice(x[h],x[h+1]);const n=u.pop();s.unshift([n,n+t.length-1]);f(e,n,2,t)}h=-1;while(++h<s.length){l[m+s[h][0]]=m+s[h][1];m+=s[h][1]-s[h][0]-1}return l}const Q={tokenize:$,resolve:U};const N={tokenize:W,partial:true};function U(e){q(e);return e}function $(e,t){let n;return r;function r(t){e.enter("content");n=e.enter("chunkContent",{contentType:"content"});return i(t)}function i(t){if(t===null){return u(t)}if(A(t)){return e.check(N,c,u)(t)}e.consume(t);return i}function u(n){e.exit("chunkContent");e.exit("content");return t(n)}function c(t){e.consume(t);e.exit("chunkContent");n.next=e.enter("chunkContent",{contentType:"content",previous:n});n=n.next;return i}}function W(e,t,n){const r=this;return i;function i(t){e.exit("chunkContent");e.enter("lineEnding");e.consume(t);e.exit("lineEnding");return D(e,u,"linePrefix")}function u(i){if(i===null||A(i)){return n(i)}const u=r.events[r.events.length-1];if(!r.parser.constructs.disable.null.includes("codeIndented")&&u&&u[1].type==="linePrefix"&&u[2].sliceSerialize(u[1],true).length>=4){return t(i)}return e.interrupt(r.parser.constructs.flow,n,t)(i)}}const Z={tokenize:Y};function Y(e){const t=this;const n=e.attempt(H,r,e.attempt(this.parser.constructs.flowInitial,i,D(e,e.attempt(this.parser.constructs.flow,i,e.attempt(Q,i)),"linePrefix")));return n;function r(r){if(r===null){e.consume(r);return}e.enter("lineEndingBlank");e.consume(r);e.exit("lineEndingBlank");t.currentConstruct=undefined;return n}function i(r){if(r===null){e.consume(r);return}e.enter("lineEnding");e.consume(r);e.exit("lineEnding");t.currentConstruct=undefined;return n}}const J={resolveAll:ee()};const G=X("string");const K=X("text");function X(e){return{tokenize:t,resolveAll:ee(e==="text"?te:undefined)};function t(t){const n=this;const r=this.parser.constructs[e];const i=t.attempt(r,u,c);return u;function u(e){return s(e)?i(e):c(e)}function c(e){if(e===null){t.consume(e);return}t.enter("data");t.consume(e);return o}function o(e){if(s(e)){t.exit("data");return i(e)}t.consume(e);return o}function s(e){if(e===null){return true}const t=r[e];let i=-1;if(t){while(++i<t.length){const e=t[i];if(!e.previous||e.previous.call(n,n.previous)){return true}}}return false}}}function ee(e){return t;function t(t,n){let r=-1;let i;while(++r<=t.length){if(i===undefined){if(t[r]&&t[r][1].type==="data"){i=r;r++}}else if(!t[r]||t[r][1].type!=="data"){if(r!==i+2){t[i][1].end=t[r-1][1].end;t.splice(i+2,r-i-2);r=i+2}i=undefined}}return e?e(t,n):t}}function te(e,t){let n=0;while(++n<=e.length){if((n===e.length||e[n][1].type==="lineEnding")&&e[n-1][1].type==="data"){const r=e[n-1][1];const i=t.sliceStream(r);let u=i.length;let c=-1;let o=0;let s;while(u--){const e=i[u];if(typeof e==="string"){c=e.length;while(e.charCodeAt(c-1)===32){o++;c--}if(c)break;c=-1}else if(e===-2){s=true;o++}else if(e===-1){}else{u++;break}}if(o){const i={type:n===e.length||s||o<2?"lineSuffix":"hardBreakTrailing",start:{line:r.end.line,column:r.end.column-o,offset:r.end.offset-o,_index:r.start._index+u,_bufferIndex:u?c:r.start._bufferIndex+c},end:Object.assign({},r.end)};r.end=Object.assign({},i.start);if(r.start.offset===r.end.offset){Object.assign(r,i)}else{e.splice(n,0,["enter",i,t],["exit",i,t]);n+=2}}n++}}return e}function ne(e,t,n){const r=[];let i=-1;while(++i<e.length){const u=e[i].resolveAll;if(u&&!r.includes(u)){t=u(t,n);r.push(u)}}return t}function re(e,t,n){let r=Object.assign(n?Object.assign({},n):{line:1,column:1,offset:0},{_index:0,_bufferIndex:-1});const i={};const u=[];let c=[];let o=[];let s=true;const l={consume:S,enter:w,exit:E,attempt:C(v),check:C(I),interrupt:C(I,{interrupt:true})};const d={previous:null,code:null,containerState:{},events:[],parser:e,sliceStream:x,sliceSerialize:g,now:k,defineSkip:y,write:m};let h=t.tokenize.call(d,l);let p;if(t.resolveAll){u.push(t)}return d;function m(e){c=a(c,e);F();if(c[c.length-1]!==null){return[]}T(t,0);d.events=ne(u,d.events,d);return d.events}function g(e,t){return ue(x(e),t)}function x(e){return ie(c,e)}function k(){const{line:e,column:t,offset:n,_index:i,_bufferIndex:u}=r;return{line:e,column:t,offset:n,_index:i,_bufferIndex:u}}function y(e){i[e.line]=e.column;_()}function F(){let e;while(r._index<c.length){const t=c[r._index];if(typeof t==="string"){e=r._index;if(r._bufferIndex<0){r._bufferIndex=0}while(r._index===e&&r._bufferIndex<t.length){b(t.charCodeAt(r._bufferIndex))}}else{b(t)}}}function b(e){s=undefined;p=e;h=h(e)}function S(e){if(A(e)){r.line++;r.column=1;r.offset+=e===-3?2:1;_()}else if(e!==-1){r.column++;r.offset++}if(r._bufferIndex<0){r._index++}else{r._bufferIndex++;if(r._bufferIndex===c[r._index].length){r._bufferIndex=-1;r._index++}}d.previous=e;s=true}function w(e,t){const n=t||{};n.type=e;n.start=k();d.events.push(["enter",n,d]);o.push(n);return n}function E(e){const t=o.pop();t.end=k();d.events.push(["exit",t,d]);return t}function v(e,t){T(e,t.from)}function I(e,t){t.restore()}function C(e,t){return n;function n(n,r,i){let u;let c;let o;let f;return Array.isArray(n)?h(n):"tokenize"in n?h([n]):a(n);function a(e){return t;function t(t){const n=t!==null&&e[t];const r=t!==null&&e.null;const i=[...Array.isArray(n)?n:n?[n]:[],...Array.isArray(r)?r:r?[r]:[]];return h(i)(t)}}function h(e){u=e;c=0;if(e.length===0){return i}return p(e[c])}function p(e){return n;function n(n){f=z();o=e;if(!e.partial){d.currentConstruct=e}if(e.name&&d.parser.constructs.disable.null.includes(e.name)){return g(n)}return e.tokenize.call(t?Object.assign(Object.create(d),t):d,l,m,g)(n)}}function m(t){s=true;e(o,f);return r}function g(e){s=true;f.restore();if(++c<u.length){return p(u[c])}return i}}}function T(e,t){if(e.resolveAll&&!u.includes(e)){u.push(e)}if(e.resolve){f(d.events,t,d.events.length-t,e.resolve(d.events.slice(t),d))}if(e.resolveTo){d.events=e.resolveTo(d.events,d)}}function z(){const e=k();const t=d.previous;const n=d.currentConstruct;const i=d.events.length;const u=Array.from(o);return{restore:c,from:i};function c(){r=e;d.previous=t;d.currentConstruct=n;d.events.length=i;o=u;_()}}function _(){if(r.line in i&&r.column<2){r.column=i[r.line];r.offset+=i[r.line]-1}}}function ie(e,t){const n=t.start._index;const r=t.start._bufferIndex;const i=t.end._index;const u=t.end._bufferIndex;let c;if(n===i){c=[e[n].slice(r,u)]}else{c=e.slice(n,i);if(r>-1){const e=c[0];if(typeof e==="string"){c[0]=e.slice(r)}else{c.shift()}}if(u>0){c.push(e[i].slice(0,u))}}return c}function ue(e,t){let n=-1;const r=[];let i;while(++n<e.length){const u=e[n];let c;if(typeof u==="string"){c=u}else switch(u){case-5:{c="\r";break}case-4:{c="\n";break}case-3:{c="\r"+"\n";break}case-2:{c=t?" ":"\t";break}case-1:{if(!t&&i)continue;c=" ";break}default:{c=String.fromCharCode(u)}}i=u===-2;r.push(c)}return r.join("")}const ce={name:"thematicBreak",tokenize:oe};function oe(e,t,n){let r=0;let i;return u;function u(t){e.enter("thematicBreak");return c(t)}function c(e){i=e;return o(e)}function o(u){if(u===i){e.enter("thematicBreakSequence");return s(u)}if(r>=3&&(u===null||A(u))){e.exit("thematicBreak");return t(u)}return n(u)}function s(t){if(t===i){e.consume(t);r++;return s}e.exit("thematicBreakSequence");return C(t)?D(e,o,"whitespace")(t):o(t)}}const se={name:"list",tokenize:ae,continuation:{tokenize:de},exit:pe};const le={tokenize:me,partial:true};const fe={tokenize:he,partial:true};function ae(e,t,n){const r=this;const i=r.events[r.events.length-1];let u=i&&i[1].type==="linePrefix"?i[2].sliceSerialize(i[1],true).length:0;let c=0;return o;function o(t){const i=r.containerState.type||(t===42||t===43||t===45?"listUnordered":"listOrdered");if(i==="listUnordered"?!r.containerState.marker||t===r.containerState.marker:w(t)){if(!r.containerState.type){r.containerState.type=i;e.enter(i,{_container:true})}if(i==="listUnordered"){e.enter("listItemPrefix");return t===42||t===45?e.check(ce,n,l)(t):l(t)}if(!r.interrupt||t===49){e.enter("listItemPrefix");e.enter("listItemValue");return s(t)}}return n(t)}function s(t){if(w(t)&&++c<10){e.consume(t);return s}if((!r.interrupt||c<2)&&(r.containerState.marker?t===r.containerState.marker:t===41||t===46)){e.exit("listItemValue");return l(t)}return n(t)}function l(t){e.enter("listItemMarker");e.consume(t);e.exit("listItemMarker");r.containerState.marker=r.containerState.marker||t;return e.check(H,r.interrupt?n:f,e.attempt(le,d,a))}function f(e){r.containerState.initialBlankLine=true;u++;return d(e)}function a(t){if(C(t)){e.enter("listItemPrefixWhitespace");e.consume(t);e.exit("listItemPrefixWhitespace");return d}return n(t)}function d(n){r.containerState.size=u+r.sliceSerialize(e.exit("listItemPrefix"),true).length;return t(n)}}function de(e,t,n){const r=this;r.containerState._closeFlow=undefined;return e.check(H,i,u);function i(n){r.containerState.furtherBlankLines=r.containerState.furtherBlankLines||r.containerState.initialBlankLine;return D(e,t,"listItemIndent",r.containerState.size+1)(n)}function u(n){if(r.containerState.furtherBlankLines||!C(n)){r.containerState.furtherBlankLines=undefined;r.containerState.initialBlankLine=undefined;return c(n)}r.containerState.furtherBlankLines=undefined;r.containerState.initialBlankLine=undefined;return e.attempt(fe,t,c)(n)}function c(i){r.containerState._closeFlow=true;r.interrupt=undefined;return D(e,e.attempt(se,t,n),"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?undefined:4)(i)}}function he(e,t,n){const r=this;return D(e,i,"listItemIndent",r.containerState.size+1);function i(e){const i=r.events[r.events.length-1];return i&&i[1].type==="listItemIndent"&&i[2].sliceSerialize(i[1],true).length===r.containerState.size?t(e):n(e)}}function pe(e){e.exit(this.containerState.type)}function me(e,t,n){const r=this;return D(e,i,"listItemPrefixWhitespace",r.parser.constructs.disable.null.includes("codeIndented")?undefined:4+1);function i(e){const i=r.events[r.events.length-1];return!C(e)&&i&&i[1].type==="listItemPrefixWhitespace"?t(e):n(e)}}const ge={name:"blockQuote",tokenize:xe,continuation:{tokenize:ke},exit:ye};function xe(e,t,n){const r=this;return i;function i(t){if(t===62){const n=r.containerState;if(!n.open){e.enter("blockQuote",{_container:true});n.open=true}e.enter("blockQuotePrefix");e.enter("blockQuoteMarker");e.consume(t);e.exit("blockQuoteMarker");return u}return n(t)}function u(n){if(C(n)){e.enter("blockQuotePrefixWhitespace");e.consume(n);e.exit("blockQuotePrefixWhitespace");e.exit("blockQuotePrefix");return t}e.exit("blockQuotePrefix");return t(n)}}function ke(e,t,n){const r=this;return i;function i(t){if(C(t)){return D(e,u,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?undefined:4)(t)}return u(t)}function u(r){return e.attempt(ge,t,n)(r)}}function ye(e){e.exit("blockQuote")}function Fe(e,t,n,r,i,u,c,o,s){const l=s||Number.POSITIVE_INFINITY;let f=0;return a;function a(t){if(t===60){e.enter(r);e.enter(i);e.enter(u);e.consume(t);e.exit(u);return d}if(t===null||t===32||t===41||S(t)){return n(t)}e.enter(r);e.enter(c);e.enter(o);e.enter("chunkString",{contentType:"string"});return m(t)}function d(n){if(n===62){e.enter(u);e.consume(n);e.exit(u);e.exit(i);e.exit(r);return t}e.enter(o);e.enter("chunkString",{contentType:"string"});return h(n)}function h(t){if(t===62){e.exit("chunkString");e.exit(o);return d(t)}if(t===null||t===60||A(t)){return n(t)}e.consume(t);return t===92?p:h}function p(t){if(t===60||t===62||t===92){e.consume(t);return h}return h(t)}function m(i){if(!f&&(i===null||i===41||I(i))){e.exit("chunkString");e.exit(o);e.exit(c);e.exit(r);return t(i)}if(f<l&&i===40){e.consume(i);f++;return m}if(i===41){e.consume(i);f--;return m}if(i===null||i===32||i===40||S(i)){return n(i)}e.consume(i);return i===92?g:m}function g(t){if(t===40||t===41||t===92){e.consume(t);return m}return m(t)}}function be(e,t,n,r,i,u){const c=this;let o=0;let s;return l;function l(t){e.enter(r);e.enter(i);e.consume(t);e.exit(i);e.enter(u);return f}function f(l){if(o>999||l===null||l===91||l===93&&!s||l===94&&!o&&"_hiddenFootnoteSupport"in c.parser.constructs){return n(l)}if(l===93){e.exit(u);e.enter(i);e.consume(l);e.exit(i);e.exit(r);return t}if(A(l)){e.enter("lineEnding");e.consume(l);e.exit("lineEnding");return f}e.enter("chunkString",{contentType:"string"});return a(l)}function a(t){if(t===null||t===91||t===93||A(t)||o++>999){e.exit("chunkString");return f(t)}e.consume(t);if(!s)s=!C(t);return t===92?d:a}function d(t){if(t===91||t===92||t===93){e.consume(t);o++;return a}return a(t)}}function Se(e,t,n,r,i,u){let c;return o;function o(t){if(t===34||t===39||t===40){e.enter(r);e.enter(i);e.consume(t);e.exit(i);c=t===40?41:t;return s}return n(t)}function s(n){if(n===c){e.enter(i);e.consume(n);e.exit(i);e.exit(r);return t}e.enter(u);return l(n)}function l(t){if(t===c){e.exit(u);return s(c)}if(t===null){return n(t)}if(A(t)){e.enter("lineEnding");e.consume(t);e.exit("lineEnding");return D(e,l,"linePrefix")}e.enter("chunkString",{contentType:"string"});return f(t)}function f(t){if(t===c||t===null||A(t)){e.exit("chunkString");return l(t)}e.consume(t);return t===92?a:f}function a(t){if(t===c||t===92){e.consume(t);return f}return f(t)}}function we(e,t){let n;return r;function r(i){if(A(i)){e.enter("lineEnding");e.consume(i);e.exit("lineEnding");n=true;return r}if(C(i)){return D(e,r,n?"linePrefix":"lineSuffix")(i)}return t(i)}}function Ee(e){return e.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}const ve={name:"definition",tokenize:Ie};const Ae={tokenize:Ce,partial:true};function Ie(e,t,n){const r=this;let i;return u;function u(t){e.enter("definition");return c(t)}function c(t){return be.call(r,e,o,n,"definitionLabel","definitionLabelMarker","definitionLabelString")(t)}function o(t){i=Ee(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1));if(t===58){e.enter("definitionMarker");e.consume(t);e.exit("definitionMarker");return s}return n(t)}function s(t){return I(t)?we(e,l)(t):l(t)}function l(t){return Fe(e,f,n,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(t)}function f(t){return e.attempt(Ae,a,a)(t)}function a(t){return C(t)?D(e,d,"whitespace")(t):d(t)}function d(u){if(u===null||A(u)){e.exit("definition");r.parser.defined.push(i);return t(u)}return n(u)}}function Ce(e,t,n){return r;function r(t){return I(t)?we(e,i)(t):n(t)}function i(t){return Se(e,u,n,"definitionTitle","definitionTitleMarker","definitionTitleString")(t)}function u(t){return C(t)?D(e,c,"whitespace")(t):c(t)}function c(e){return e===null||A(e)?t(e):n(e)}}const Te={name:"codeIndented",tokenize:_e};const ze={tokenize:De,partial:true};function _e(e,t,n){const r=this;return i;function i(t){e.enter("codeIndented");return D(e,u,"linePrefix",4+1)(t)}function u(e){const t=r.events[r.events.length-1];return t&&t[1].type==="linePrefix"&&t[2].sliceSerialize(t[1],true).length>=4?c(e):n(e)}function c(t){if(t===null){return s(t)}if(A(t)){return e.attempt(ze,c,s)(t)}e.enter("codeFlowValue");return o(t)}function o(t){if(t===null||A(t)){e.exit("codeFlowValue");return c(t)}e.consume(t);return o}function s(n){e.exit("codeIndented");return t(n)}}function De(e,t,n){const r=this;return i;function i(t){if(r.parser.lazy[r.now().line]){return n(t)}if(A(t)){e.enter("lineEnding");e.consume(t);e.exit("lineEnding");return i}return D(e,u,"linePrefix",4+1)(t)}function u(e){const u=r.events[r.events.length-1];return u&&u[1].type==="linePrefix"&&u[2].sliceSerialize(u[1],true).length>=4?t(e):A(e)?i(e):n(e)}}const Be={name:"headingAtx",tokenize:Me,resolve:Le};function Le(e,t){let n=e.length-2;let r=3;let i;let u;if(e[r][1].type==="whitespace"){r+=2}if(n-2>r&&e[n][1].type==="whitespace"){n-=2}if(e[n][1].type==="atxHeadingSequence"&&(r===n-1||n-4>r&&e[n-2][1].type==="whitespace")){n-=r+1===n?2:4}if(n>r){i={type:"atxHeadingText",start:e[r][1].start,end:e[n][1].end};u={type:"chunkText",start:e[r][1].start,end:e[n][1].end,contentType:"text"};f(e,r,n-r+1,[["enter",i,t],["enter",u,t],["exit",u,t],["exit",i,t]])}return e}function Me(e,t,n){let r=0;return i;function i(t){e.enter("atxHeading");return u(t)}function u(t){e.enter("atxHeadingSequence");return c(t)}function c(t){if(t===35&&r++<6){e.consume(t);return c}if(t===null||I(t)){e.exit("atxHeadingSequence");return o(t)}return n(t)}function o(n){if(n===35){e.enter("atxHeadingSequence");return s(n)}if(n===null||A(n)){e.exit("atxHeading");return t(n)}if(C(n)){return D(e,o,"whitespace")(n)}e.enter("atxHeadingText");return l(n)}function s(t){if(t===35){e.consume(t);return s}e.exit("atxHeadingSequence");return o(t)}function l(t){if(t===null||t===35||I(t)){e.exit("atxHeadingText");return o(t)}e.consume(t);return l}}const Pe={name:"setextUnderline",tokenize:je,resolveTo:Oe};function Oe(e,t){let n=e.length;let r;let i;let u;while(n--){if(e[n][0]==="enter"){if(e[n][1].type==="content"){r=n;break}if(e[n][1].type==="paragraph"){i=n}}else{if(e[n][1].type==="content"){e.splice(n,1)}if(!u&&e[n][1].type==="definition"){u=n}}}const c={type:"setextHeading",start:Object.assign({},e[i][1].start),end:Object.assign({},e[e.length-1][1].end)};e[i][1].type="setextHeadingText";if(u){e.splice(i,0,["enter",c,t]);e.splice(u+1,0,["exit",e[r][1],t]);e[r][1].end=Object.assign({},e[u][1].end)}else{e[r][1]=c}e.push(["exit",c,t]);return e}function je(e,t,n){const r=this;let i;return u;function u(t){let u=r.events.length;let o;while(u--){if(r.events[u][1].type!=="lineEnding"&&r.events[u][1].type!=="linePrefix"&&r.events[u][1].type!=="content"){o=r.events[u][1].type==="paragraph";break}}if(!r.parser.lazy[r.now().line]&&(r.interrupt||o)){e.enter("setextHeadingLine");i=t;return c(t)}return n(t)}function c(t){e.enter("setextHeadingLineSequence");return o(t)}function o(t){if(t===i){e.consume(t);return o}e.exit("setextHeadingLineSequence");return C(t)?D(e,s,"lineSuffix")(t):s(t)}function s(r){if(r===null||A(r)){e.exit("setextHeadingLine");return t(r)}return n(r)}}const He=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"];const Re=["pre","script","style","textarea"];const qe={name:"htmlFlow",tokenize:Ue,resolveTo:Ne,concrete:true};const Ve={tokenize:We,partial:true};const Qe={tokenize:$e,partial:true};function Ne(e){let t=e.length;while(t--){if(e[t][0]==="enter"&&e[t][1].type==="htmlFlow"){break}}if(t>1&&e[t-2][1].type==="linePrefix"){e[t][1].start=e[t-2][1].start;e[t+1][1].start=e[t-2][1].start;e.splice(t-2,2)}return e}function Ue(e,t,n){const r=this;let i;let u;let c;let o;let s;return l;function l(e){return f(e)}function f(t){e.enter("htmlFlow");e.enter("htmlFlowData");e.consume(t);return a}function a(o){if(o===33){e.consume(o);return d}if(o===47){e.consume(o);u=true;return m}if(o===63){e.consume(o);i=3;return r.interrupt?t:q}if(y(o)){e.consume(o);c=String.fromCharCode(o);return g}return n(o)}function d(u){if(u===45){e.consume(u);i=2;return h}if(u===91){e.consume(u);i=5;o=0;return p}if(y(u)){e.consume(u);i=4;return r.interrupt?t:q}return n(u)}function h(i){if(i===45){e.consume(i);return r.interrupt?t:q}return n(i)}function p(i){const u="CDATA[";if(i===u.charCodeAt(o++)){e.consume(i);if(o===u.length){return r.interrupt?t:B}return p}return n(i)}function m(t){if(y(t)){e.consume(t);c=String.fromCharCode(t);return g}return n(t)}function g(o){if(o===null||o===47||o===62||I(o)){const s=o===47;const l=c.toLowerCase();if(!s&&!u&&Re.includes(l)){i=1;return r.interrupt?t(o):B(o)}if(He.includes(c.toLowerCase())){i=6;if(s){e.consume(o);return x}return r.interrupt?t(o):B(o)}i=7;return r.interrupt&&!r.parser.lazy[r.now().line]?n(o):u?k(o):b(o)}if(o===45||F(o)){e.consume(o);c+=String.fromCharCode(o);return g}return n(o)}function x(i){if(i===62){e.consume(i);return r.interrupt?t:B}return n(i)}function k(t){if(C(t)){e.consume(t);return k}return _(t)}function b(t){if(t===47){e.consume(t);return _}if(t===58||t===95||y(t)){e.consume(t);return S}if(C(t)){e.consume(t);return b}return _(t)}function S(t){if(t===45||t===46||t===58||t===95||F(t)){e.consume(t);return S}return w(t)}function w(t){if(t===61){e.consume(t);return E}if(C(t)){e.consume(t);return w}return b(t)}function E(t){if(t===null||t===60||t===61||t===62||t===96){return n(t)}if(t===34||t===39){e.consume(t);s=t;return v}if(C(t)){e.consume(t);return E}return T(t)}function v(t){if(t===s){e.consume(t);s=null;return z}if(t===null||A(t)){return n(t)}e.consume(t);return v}function T(t){if(t===null||t===34||t===39||t===47||t===60||t===61||t===62||t===96||I(t)){return w(t)}e.consume(t);return T}function z(e){if(e===47||e===62||C(e)){return b(e)}return n(e)}function _(t){if(t===62){e.consume(t);return D}return n(t)}function D(t){if(t===null||A(t)){return B(t)}if(C(t)){e.consume(t);return D}return n(t)}function B(t){if(t===45&&i===2){e.consume(t);return O}if(t===60&&i===1){e.consume(t);return j}if(t===62&&i===4){e.consume(t);return V}if(t===63&&i===3){e.consume(t);return q}if(t===93&&i===5){e.consume(t);return R}if(A(t)&&(i===6||i===7)){e.exit("htmlFlowData");return e.check(Ve,Q,L)(t)}if(t===null||A(t)){e.exit("htmlFlowData");return L(t)}e.consume(t);return B}function L(t){return e.check(Qe,M,Q)(t)}function M(t){e.enter("lineEnding");e.consume(t);e.exit("lineEnding");return P}function P(t){if(t===null||A(t)){return L(t)}e.enter("htmlFlowData");return B(t)}function O(t){if(t===45){e.consume(t);return q}return B(t)}function j(t){if(t===47){e.consume(t);c="";return H}return B(t)}function H(t){if(t===62){const n=c.toLowerCase();if(Re.includes(n)){e.consume(t);return V}return B(t)}if(y(t)&&c.length<8){e.consume(t);c+=String.fromCharCode(t);return H}return B(t)}function R(t){if(t===93){e.consume(t);return q}return B(t)}function q(t){if(t===62){e.consume(t);return V}if(t===45&&i===2){e.consume(t);return q}return B(t)}function V(t){if(t===null||A(t)){e.exit("htmlFlowData");return Q(t)}e.consume(t);return V}function Q(n){e.exit("htmlFlow");return t(n)}}function $e(e,t,n){const r=this;return i;function i(t){if(A(t)){e.enter("lineEnding");e.consume(t);e.exit("lineEnding");return u}return n(t)}function u(e){return r.parser.lazy[r.now().line]?n(e):t(e)}}function We(e,t,n){return r;function r(r){e.enter("lineEnding");e.consume(r);e.exit("lineEnding");return e.attempt(H,t,n)}}const Ze={tokenize:Ge,partial:true};const Ye={name:"codeFenced",tokenize:Je,concrete:true};function Je(e,t,n){const r=this;const i={tokenize:b,partial:true};let u=0;let c=0;let o;return s;function s(e){return l(e)}function l(t){const n=r.events[r.events.length-1];u=n&&n[1].type==="linePrefix"?n[2].sliceSerialize(n[1],true).length:0;o=t;e.enter("codeFenced");e.enter("codeFencedFence");e.enter("codeFencedFenceSequence");return f(t)}function f(t){if(t===o){c++;e.consume(t);return f}if(c<3){return n(t)}e.exit("codeFencedFenceSequence");return C(t)?D(e,a,"whitespace")(t):a(t)}function a(n){if(n===null||A(n)){e.exit("codeFencedFence");return r.interrupt?t(n):e.check(Ze,m,F)(n)}e.enter("codeFencedFenceInfo");e.enter("chunkString",{contentType:"string"});return d(n)}function d(t){if(t===null||A(t)){e.exit("chunkString");e.exit("codeFencedFenceInfo");return a(t)}if(C(t)){e.exit("chunkString");e.exit("codeFencedFenceInfo");return D(e,h,"whitespace")(t)}if(t===96&&t===o){return n(t)}e.consume(t);return d}function h(t){if(t===null||A(t)){return a(t)}e.enter("codeFencedFenceMeta");e.enter("chunkString",{contentType:"string"});return p(t)}function p(t){if(t===null||A(t)){e.exit("chunkString");e.exit("codeFencedFenceMeta");return a(t)}if(t===96&&t===o){return n(t)}e.consume(t);return p}function m(t){return e.attempt(i,F,g)(t)}function g(t){e.enter("lineEnding");e.consume(t);e.exit("lineEnding");return x}function x(t){return u>0&&C(t)?D(e,k,"linePrefix",u+1)(t):k(t)}function k(t){if(t===null||A(t)){return e.check(Ze,m,F)(t)}e.enter("codeFlowValue");return y(t)}function y(t){if(t===null||A(t)){e.exit("codeFlowValue");return k(t)}e.consume(t);return y}function F(n){e.exit("codeFenced");return t(n)}function b(e,t,n){let i=0;return u;function u(t){e.enter("lineEnding");e.consume(t);e.exit("lineEnding");return s}function s(t){e.enter("codeFencedFence");return C(t)?D(e,l,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?undefined:4)(t):l(t)}function l(t){if(t===o){e.enter("codeFencedFenceSequence");return f(t)}return n(t)}function f(t){if(t===o){i++;e.consume(t);return f}if(i>=c){e.exit("codeFencedFenceSequence");return C(t)?D(e,a,"whitespace")(t):a(t)}return n(t)}function a(r){if(r===null||A(r)){e.exit("codeFencedFence");return t(r)}return n(r)}}}function Ge(e,t,n){const r=this;return i;function i(t){if(t===null){return n(t)}e.enter("lineEnding");e.consume(t);e.exit("lineEnding");return u}function u(e){return r.parser.lazy[r.now().line]?n(e):t(e)}}const Ke=document.createElement("i");function Xe(e){const t="&"+e+";";Ke.innerHTML=t;const n=Ke.textContent;if(n.charCodeAt(n.length-1)===59&&e!=="semi"){return false}return n===t?false:n}const et={name:"characterReference",tokenize:tt};function tt(e,t,n){const r=this;let i=0;let u;let c;return o;function o(t){e.enter("characterReference");e.enter("characterReferenceMarker");e.consume(t);e.exit("characterReferenceMarker");return s}function s(t){if(t===35){e.enter("characterReferenceMarkerNumeric");e.consume(t);e.exit("characterReferenceMarkerNumeric");return l}e.enter("characterReferenceValue");u=31;c=F;return f(t)}function l(t){if(t===88||t===120){e.enter("characterReferenceMarkerHexadecimal");e.consume(t);e.exit("characterReferenceMarkerHexadecimal");e.enter("characterReferenceValue");u=6;c=E;return f}e.enter("characterReferenceValue");u=7;c=w;return f(t)}function f(o){if(o===59&&i){const i=e.exit("characterReferenceValue");if(c===F&&!Xe(r.sliceSerialize(i))){return n(o)}e.enter("characterReferenceMarker");e.consume(o);e.exit("characterReferenceMarker");e.exit("characterReference");return t}if(c(o)&&i++<u){e.consume(o);return f}return n(o)}}const nt={name:"characterEscape",tokenize:rt};function rt(e,t,n){return r;function r(t){e.enter("characterEscape");e.enter("escapeMarker");e.consume(t);e.exit("escapeMarker");return i}function i(r){if(v(r)){e.enter("characterEscapeValue");e.consume(r);e.exit("characterEscapeValue");e.exit("characterEscape");return t}return n(r)}}const it={name:"lineEnding",tokenize:ut};function ut(e,t){return n;function n(n){e.enter("lineEnding");e.consume(n);e.exit("lineEnding");return D(e,t,"linePrefix")}}const ct={name:"labelEnd",tokenize:dt,resolveTo:at,resolveAll:ft};const ot={tokenize:ht};const st={tokenize:pt};const lt={tokenize:mt};function ft(e){let t=-1;while(++t<e.length){const n=e[t][1];if(n.type==="labelImage"||n.type==="labelLink"||n.type==="labelEnd"){e.splice(t+1,n.type==="labelImage"?4:2);n.type="data";t++}}return e}function at(e,t){let n=e.length;let r=0;let i;let u;let c;let o;while(n--){i=e[n][1];if(u){if(i.type==="link"||i.type==="labelLink"&&i._inactive){break}if(e[n][0]==="enter"&&i.type==="labelLink"){i._inactive=true}}else if(c){if(e[n][0]==="enter"&&(i.type==="labelImage"||i.type==="labelLink")&&!i._balanced){u=n;if(i.type!=="labelLink"){r=2;break}}}else if(i.type==="labelEnd"){c=n}}const s={type:e[u][1].type==="labelLink"?"link":"image",start:Object.assign({},e[u][1].start),end:Object.assign({},e[e.length-1][1].end)};const l={type:"label",start:Object.assign({},e[u][1].start),end:Object.assign({},e[c][1].end)};const d={type:"labelText",start:Object.assign({},e[u+r+2][1].end),end:Object.assign({},e[c-2][1].start)};o=[["enter",s,t],["enter",l,t]];o=a(o,e.slice(u+1,u+r+3));o=a(o,[["enter",d,t]]);o=a(o,ne(t.parser.constructs.insideSpan.null,e.slice(u+r+4,c-3),t));o=a(o,[["exit",d,t],e[c-2],e[c-1],["exit",l,t]]);o=a(o,e.slice(c+1));o=a(o,[["exit",s,t]]);f(e,u,e.length,o);return e}function dt(e,t,n){const r=this;let i=r.events.length;let u;let c;while(i--){if((r.events[i][1].type==="labelImage"||r.events[i][1].type==="labelLink")&&!r.events[i][1]._balanced){u=r.events[i][1];break}}return o;function o(t){if(!u){return n(t)}if(u._inactive){return a(t)}c=r.parser.defined.includes(Ee(r.sliceSerialize({start:u.end,end:r.now()})));e.enter("labelEnd");e.enter("labelMarker");e.consume(t);e.exit("labelMarker");e.exit("labelEnd");return s}function s(t){if(t===40){return e.attempt(ot,f,c?f:a)(t)}if(t===91){return e.attempt(st,f,c?l:a)(t)}return c?f(t):a(t)}function l(t){return e.attempt(lt,f,a)(t)}function f(e){return t(e)}function a(e){u._balanced=true;return n(e)}}function ht(e,t,n){return r;function r(t){e.enter("resource");e.enter("resourceMarker");e.consume(t);e.exit("resourceMarker");return i}function i(t){return I(t)?we(e,u)(t):u(t)}function u(t){if(t===41){return f(t)}return Fe(e,c,o,"resourceDestination","resourceDestinationLiteral","resourceDestinationLiteralMarker","resourceDestinationRaw","resourceDestinationString",32)(t)}function c(t){return I(t)?we(e,s)(t):f(t)}function o(e){return n(e)}function s(t){if(t===34||t===39||t===40){return Se(e,l,n,"resourceTitle","resourceTitleMarker","resourceTitleString")(t)}return f(t)}function l(t){return I(t)?we(e,f)(t):f(t)}function f(r){if(r===41){e.enter("resourceMarker");e.consume(r);e.exit("resourceMarker");e.exit("resource");return t}return n(r)}}function pt(e,t,n){const r=this;return i;function i(t){return be.call(r,e,u,c,"reference","referenceMarker","referenceString")(t)}function u(e){return r.parser.defined.includes(Ee(r.sliceSerialize(r.events[r.events.length-1][1]).slice(1,-1)))?t(e):n(e)}function c(e){return n(e)}}function mt(e,t,n){return r;function r(t){e.enter("reference");e.enter("referenceMarker");e.consume(t);e.exit("referenceMarker");return i}function i(r){if(r===93){e.enter("referenceMarker");e.consume(r);e.exit("referenceMarker");e.exit("reference");return t}return n(r)}}const gt={name:"labelStartImage",tokenize:xt,resolveAll:ct.resolveAll};function xt(e,t,n){const r=this;return i;function i(t){e.enter("labelImage");e.enter("labelImageMarker");e.consume(t);e.exit("labelImageMarker");return u}function u(t){if(t===91){e.enter("labelMarker");e.consume(t);e.exit("labelMarker");e.exit("labelImage");return c}return n(t)}function c(e){return e===94&&"_hiddenFootnoteSupport"in r.parser.constructs?n(e):t(e)}}function kt(e){if(e===null||I(e)||z(e)){return 1}if(T(e)){return 2}}const yt={name:"attention",tokenize:bt,resolveAll:Ft};function Ft(e,t){let n=-1;let r;let i;let u;let c;let o;let s;let l;let d;while(++n<e.length){if(e[n][0]==="enter"&&e[n][1].type==="attentionSequence"&&e[n][1]._close){r=n;while(r--){if(e[r][0]==="exit"&&e[r][1].type==="attentionSequence"&&e[r][1]._open&&t.sliceSerialize(e[r][1]).charCodeAt(0)===t.sliceSerialize(e[n][1]).charCodeAt(0)){if((e[r][1]._close||e[n][1]._open)&&(e[n][1].end.offset-e[n][1].start.offset)%3&&!((e[r][1].end.offset-e[r][1].start.offset+e[n][1].end.offset-e[n][1].start.offset)%3)){continue}s=e[r][1].end.offset-e[r][1].start.offset>1&&e[n][1].end.offset-e[n][1].start.offset>1?2:1;const h=Object.assign({},e[r][1].end);const p=Object.assign({},e[n][1].start);St(h,-s);St(p,s);c={type:s>1?"strongSequence":"emphasisSequence",start:h,end:Object.assign({},e[r][1].end)};o={type:s>1?"strongSequence":"emphasisSequence",start:Object.assign({},e[n][1].start),end:p};u={type:s>1?"strongText":"emphasisText",start:Object.assign({},e[r][1].end),end:Object.assign({},e[n][1].start)};i={type:s>1?"strong":"emphasis",start:Object.assign({},c.start),end:Object.assign({},o.end)};e[r][1].end=Object.assign({},c.start);e[n][1].start=Object.assign({},o.end);l=[];if(e[r][1].end.offset-e[r][1].start.offset){l=a(l,[["enter",e[r][1],t],["exit",e[r][1],t]])}l=a(l,[["enter",i,t],["enter",c,t],["exit",c,t],["enter",u,t]]);l=a(l,ne(t.parser.constructs.insideSpan.null,e.slice(r+1,n),t));l=a(l,[["exit",u,t],["enter",o,t],["exit",o,t],["exit",i,t]]);if(e[n][1].end.offset-e[n][1].start.offset){d=2;l=a(l,[["enter",e[n][1],t],["exit",e[n][1],t]])}else{d=0}f(e,r-1,n-r+3,l);n=r+l.length-d-2;break}}}}n=-1;while(++n<e.length){if(e[n][1].type==="attentionSequence"){e[n][1].type="data"}}return e}function bt(e,t){const n=this.parser.constructs.attentionMarkers.null;const r=this.previous;const i=kt(r);let u;return c;function c(t){u=t;e.enter("attentionSequence");return o(t)}function o(c){if(c===u){e.consume(c);return o}const s=e.exit("attentionSequence");const l=kt(c);const f=!l||l===2&&i||n.includes(c);const a=!i||i===2&&l||n.includes(r);s._open=Boolean(u===42?f:f&&(i||!a));s._close=Boolean(u===42?a:a&&(l||!f));return t(c)}}function St(e,t){e.column+=t;e.offset+=t;e._bufferIndex+=t}const wt={name:"autolink",tokenize:Et};function Et(e,t,n){let r=0;return i;function i(t){e.enter("autolink");e.enter("autolinkMarker");e.consume(t);e.exit("autolinkMarker");e.enter("autolinkProtocol");return u}function u(t){if(y(t)){e.consume(t);return c}return l(t)}function c(e){if(e===43||e===45||e===46||F(e)){r=1;return o(e)}return l(e)}function o(t){if(t===58){e.consume(t);r=0;return s}if((t===43||t===45||t===46||F(t))&&r++<32){e.consume(t);return o}r=0;return l(t)}function s(r){if(r===62){e.exit("autolinkProtocol");e.enter("autolinkMarker");e.consume(r);e.exit("autolinkMarker");e.exit("autolink");return t}if(r===null||r===32||r===60||S(r)){return n(r)}e.consume(r);return s}function l(t){if(t===64){e.consume(t);return f}if(b(t)){e.consume(t);return l}return n(t)}function f(e){return F(e)?a(e):n(e)}function a(n){if(n===46){e.consume(n);r=0;return f}if(n===62){e.exit("autolinkProtocol").type="autolinkEmail";e.enter("autolinkMarker");e.consume(n);e.exit("autolinkMarker");e.exit("autolink");return t}return d(n)}function d(t){if((t===45||F(t))&&r++<63){const n=t===45?d:a;e.consume(t);return n}return n(t)}}const vt={name:"htmlText",tokenize:At};function At(e,t,n){const r=this;let i;let u;let c;return o;function o(t){e.enter("htmlText");e.enter("htmlTextData");e.consume(t);return s}function s(t){if(t===33){e.consume(t);return l}if(t===47){e.consume(t);return w}if(t===63){e.consume(t);return b}if(y(t)){e.consume(t);return T}return n(t)}function l(t){if(t===45){e.consume(t);return f}if(t===91){e.consume(t);u=0;return p}if(y(t)){e.consume(t);return k}return n(t)}function f(t){if(t===45){e.consume(t);return h}return n(t)}function a(t){if(t===null){return n(t)}if(t===45){e.consume(t);return d}if(A(t)){c=a;return H(t)}e.consume(t);return a}function d(t){if(t===45){e.consume(t);return h}return a(t)}function h(e){return e===62?j(e):e===45?d(e):a(e)}function p(t){const r="CDATA[";if(t===r.charCodeAt(u++)){e.consume(t);return u===r.length?m:p}return n(t)}function m(t){if(t===null){return n(t)}if(t===93){e.consume(t);return g}if(A(t)){c=m;return H(t)}e.consume(t);return m}function g(t){if(t===93){e.consume(t);return x}return m(t)}function x(t){if(t===62){return j(t)}if(t===93){e.consume(t);return x}return m(t)}function k(t){if(t===null||t===62){return j(t)}if(A(t)){c=k;return H(t)}e.consume(t);return k}function b(t){if(t===null){return n(t)}if(t===63){e.consume(t);return S}if(A(t)){c=b;return H(t)}e.consume(t);return b}function S(e){return e===62?j(e):b(e)}function w(t){if(y(t)){e.consume(t);return E}return n(t)}function E(t){if(t===45||F(t)){e.consume(t);return E}return v(t)}function v(t){if(A(t)){c=v;return H(t)}if(C(t)){e.consume(t);return v}return j(t)}function T(t){if(t===45||F(t)){e.consume(t);return T}if(t===47||t===62||I(t)){return z(t)}return n(t)}function z(t){if(t===47){e.consume(t);return j}if(t===58||t===95||y(t)){e.consume(t);return _}if(A(t)){c=z;return H(t)}if(C(t)){e.consume(t);return z}return j(t)}function _(t){if(t===45||t===46||t===58||t===95||F(t)){e.consume(t);return _}return B(t)}function B(t){if(t===61){e.consume(t);return L}if(A(t)){c=B;return H(t)}if(C(t)){e.consume(t);return B}return z(t)}function L(t){if(t===null||t===60||t===61||t===62||t===96){return n(t)}if(t===34||t===39){e.consume(t);i=t;return M}if(A(t)){c=L;return H(t)}if(C(t)){e.consume(t);return L}e.consume(t);return P}function M(t){if(t===i){e.consume(t);i=undefined;return O}if(t===null){return n(t)}if(A(t)){c=M;return H(t)}e.consume(t);return M}function P(t){if(t===null||t===34||t===39||t===60||t===61||t===96){return n(t)}if(t===47||t===62||I(t)){return z(t)}e.consume(t);return P}function O(e){if(e===47||e===62||I(e)){return z(e)}return n(e)}function j(r){if(r===62){e.consume(r);e.exit("htmlTextData");e.exit("htmlText");return t}return n(r)}function H(t){e.exit("htmlTextData");e.enter("lineEnding");e.consume(t);e.exit("lineEnding");return R}function R(t){return C(t)?D(e,q,"linePrefix",r.parser.constructs.disable.null.includes("codeIndented")?undefined:4)(t):q(t)}function q(t){e.enter("htmlTextData");return c(t)}}const It={name:"labelStartLink",tokenize:Ct,resolveAll:ct.resolveAll};function Ct(e,t,n){const r=this;return i;function i(t){e.enter("labelLink");e.enter("labelMarker");e.consume(t);e.exit("labelMarker");e.exit("labelLink");return u}function u(e){return e===94&&"_hiddenFootnoteSupport"in r.parser.constructs?n(e):t(e)}}const Tt={name:"hardBreakEscape",tokenize:zt};function zt(e,t,n){return r;function r(t){e.enter("hardBreakEscape");e.consume(t);return i}function i(r){if(A(r)){e.exit("hardBreakEscape");return t(r)}return n(r)}}const _t={name:"codeText",tokenize:Lt,resolve:Dt,previous:Bt};function Dt(e){let t=e.length-4;let n=3;let r;let i;if((e[n][1].type==="lineEnding"||e[n][1].type==="space")&&(e[t][1].type==="lineEnding"||e[t][1].type==="space")){r=n;while(++r<t){if(e[r][1].type==="codeTextData"){e[n][1].type="codeTextPadding";e[t][1].type="codeTextPadding";n+=2;t-=2;break}}}r=n-1;t++;while(++r<=t){if(i===undefined){if(r!==t&&e[r][1].type!=="lineEnding"){i=r}}else if(r===t||e[r][1].type==="lineEnding"){e[i][1].type="codeTextData";if(r!==i+2){e[i][1].end=e[r-1][1].end;e.splice(i+2,r-i-2);t-=r-i-2;r=i+2}i=undefined}}return e}function Bt(e){return e!==96||this.events[this.events.length-1][1].type==="characterEscape"}function Lt(e,t,n){const r=this;let i=0;let u;let c;return o;function o(t){e.enter("codeText");e.enter("codeTextSequence");return s(t)}function s(t){if(t===96){e.consume(t);i++;return s}e.exit("codeTextSequence");return l(t)}function l(t){if(t===null){return n(t)}if(t===32){e.enter("space");e.consume(t);e.exit("space");return l}if(t===96){c=e.enter("codeTextSequence");u=0;return a(t)}if(A(t)){e.enter("lineEnding");e.consume(t);e.exit("lineEnding");return l}e.enter("codeTextData");return f(t)}function f(t){if(t===null||t===32||t===96||A(t)){e.exit("codeTextData");return l(t)}e.consume(t);return f}function a(n){if(n===96){e.consume(n);u++;return a}if(u===i){e.exit("codeTextSequence");e.exit("codeText");return t(n)}c.type="codeTextData";return f(n)}}const Mt={[42]:se,[43]:se,[45]:se,[48]:se,[49]:se,[50]:se,[51]:se,[52]:se,[53]:se,[54]:se,[55]:se,[56]:se,[57]:se,[62]:ge};const Pt={[91]:ve};const Ot={[-2]:Te,[-1]:Te,[32]:Te};const jt={[35]:Be,[42]:ce,[45]:[Pe,ce],[60]:qe,[61]:Pe,[95]:ce,[96]:Ye,[126]:Ye};const Ht={[38]:et,[92]:nt};const Rt={[-5]:it,[-4]:it,[-3]:it,[33]:gt,[38]:et,[42]:yt,[60]:[wt,vt],[91]:It,[92]:[Tt,nt],[93]:ct,[95]:yt,[96]:_t};const qt={null:[yt,J]};const Vt={null:[42,95]};const Qt={null:[]};function Nt(e){const t=e||{};const n=h([r,...t.extensions||[]]);const i={defined:[],lazy:{},constructs:n,content:u(B),document:u(M),flow:u(Z),string:u(G),text:u(K)};return i;function u(e){return t;function t(t){return re(i,e,t)}}}const Ut=/[\0\t\n\r]/g;function $t(){let e=1;let t="";let n=true;let r;return i;function i(i,u,c){const o=[];let s;let l;let f;let a;let d;i=t+i.toString(u);f=0;t="";if(n){if(i.charCodeAt(0)===65279){f++}n=undefined}while(f<i.length){Ut.lastIndex=f;s=Ut.exec(i);a=s&&s.index!==undefined?s.index:i.length;d=i.charCodeAt(a);if(!s){t=i.slice(f);break}if(d===10&&f===a&&r){o.push(-3);r=undefined}else{if(r){o.push(-5);r=undefined}if(f<a){o.push(i.slice(f,a));e+=a-f}switch(d){case 0:{o.push(65533);e++;break}case 9:{l=Math.ceil(e/4)*4;o.push(-2);while(e++<l)o.push(-1);break}case 10:{o.push(-4);e=1;break}default:{r=true;e=1}}}f=a+1}if(c){if(r)o.push(-5);if(t)o.push(t);o.push(null)}return o}}function Wt(e){while(!q(e)){}return e}function Zt(e,t){const n=Number.parseInt(e,t);if(n<9||n===11||n>13&&n<32||n>126&&n<160||n>55295&&n<57344||n>64975&&n<65008||(n&65535)===65535||(n&65535)===65534||n>1114111){return"�"}return String.fromCharCode(n)}const Yt=/\\([!-/:-@[-`{-~])|&(#(?:\d{1,7}|x[\da-f]{1,6})|[\da-z]{1,31});/gi;function Jt(e){return e.replace(Yt,Gt)}function Gt(e,t,n){if(t){return t}const r=n.charCodeAt(0);if(r===35){const e=n.charCodeAt(1);const t=e===120||e===88;return Zt(n.slice(t?2:1),t?16:10)}return Xe(n)||e}function Kt(e){if(!e||typeof e!=="object"){return""}if("position"in e||"type"in e){return en(e.position)}if("start"in e||"end"in e){return en(e)}if("line"in e||"column"in e){return Xt(e)}return""}function Xt(e){return tn(e&&e.line)+":"+tn(e&&e.column)}function en(e){return Xt(e&&e.start)+"-"+Xt(e&&e.end)}function tn(e){return e&&typeof e==="number"?e:1}const nn={}.hasOwnProperty;const rn=function(e,t,n){if(typeof t!=="string"){n=t;t=undefined}return un(n)(Wt(Nt(n).document().write($t()(e,t,true))))};function un(e){const t={transforms:[],canContainEols:["emphasis","fragment","heading","paragraph","strong"],enter:{autolink:s(re),autolinkProtocol:C,autolinkEmail:C,atxHeading:s(X),blockQuote:s(Z),characterEscape:C,characterReference:C,codeFenced:s(Y),codeFencedFenceInfo:l,codeFencedFenceMeta:l,codeIndented:s(Y,l),codeText:s(J,l),codeTextData:C,data:C,codeFlowValue:C,definition:s(G),definitionDestinationString:l,definitionLabelString:l,definitionTitleString:l,emphasis:s(K),hardBreakEscape:s(ee),hardBreakTrailing:s(ee),htmlFlow:s(te,l),htmlFlowData:C,htmlText:s(te,l),htmlTextData:C,image:s(ne),label:l,link:s(re),listItem:s(ue),listItemValue:m,listOrdered:s(ie,p),listUnordered:s(ie),paragraph:s(ce),reference:V,referenceString:l,resourceDestinationString:l,resourceTitleString:l,setextHeading:s(X),strong:s(oe),thematicBreak:s(le)},exit:{atxHeading:a(),atxHeadingSequence:E,autolink:a(),autolinkEmail:W,autolinkProtocol:$,blockQuote:a(),characterEscapeValue:T,characterReferenceMarkerHexadecimal:N,characterReferenceMarkerNumeric:N,characterReferenceValue:U,codeFenced:a(y),codeFencedFence:k,codeFencedFenceInfo:g,codeFencedFenceMeta:x,codeFlowValue:T,codeIndented:a(F),codeText:a(L),codeTextData:T,data:T,definition:a(),definitionDestinationString:w,definitionLabelString:b,definitionTitleString:S,emphasis:a(),hardBreakEscape:a(_),hardBreakTrailing:a(_),htmlFlow:a(D),htmlFlowData:T,htmlText:a(B),htmlTextData:T,image:a(P),label:j,labelText:O,lineEnding:z,link:a(M),listItem:a(),listOrdered:a(),listUnordered:a(),paragraph:a(),referenceString:Q,resourceDestinationString:H,resourceTitleString:R,resource:q,setextHeading:a(I),setextHeadingLineSequence:A,setextHeadingText:v,strong:a(),thematicBreak:a()}};on(t,(e||{}).mdastExtensions||[]);const n={};return r;function r(e){let n={type:"root",children:[]};const r={stack:[n],tokenStack:[],config:t,enter:f,exit:d,buffer:l,resume:h,setData:u,getData:o};const c=[];let s=-1;while(++s<e.length){if(e[s][1].type==="listOrdered"||e[s][1].type==="listUnordered"){if(e[s][0]==="enter"){c.push(s)}else{const t=c.pop();s=i(e,t,s)}}}s=-1;while(++s<e.length){const n=t[e[s][0]];if(nn.call(n,e[s][1].type)){n[e[s][1].type].call(Object.assign({sliceSerialize:e[s][2].sliceSerialize},r),e[s][1])}}if(r.tokenStack.length>0){const e=r.tokenStack[r.tokenStack.length-1];const t=e[1]||ln;t.call(r,undefined,e[0])}n.position={start:cn(e.length>0?e[0][1].start:{line:1,column:1,offset:0}),end:cn(e.length>0?e[e.length-2][1].end:{line:1,column:1,offset:0})};s=-1;while(++s<t.transforms.length){n=t.transforms[s](n)||n}return n}function i(e,t,n){let r=t-1;let i=-1;let u=false;let c;let o;let s;let l;while(++r<=n){const t=e[r];if(t[1].type==="listUnordered"||t[1].type==="listOrdered"||t[1].type==="blockQuote"){if(t[0]==="enter"){i++}else{i--}l=undefined}else if(t[1].type==="lineEndingBlank"){if(t[0]==="enter"){if(c&&!l&&!i&&!s){s=r}l=undefined}}else if(t[1].type==="linePrefix"||t[1].type==="listItemValue"||t[1].type==="listItemMarker"||t[1].type==="listItemPrefix"||t[1].type==="listItemPrefixWhitespace"){}else{l=undefined}if(!i&&t[0]==="enter"&&t[1].type==="listItemPrefix"||i===-1&&t[0]==="exit"&&(t[1].type==="listUnordered"||t[1].type==="listOrdered")){if(c){let i=r;o=undefined;while(i--){const t=e[i];if(t[1].type==="lineEnding"||t[1].type==="lineEndingBlank"){if(t[0]==="exit")continue;if(o){e[o][1].type="lineEndingBlank";u=true}t[1].type="lineEnding";o=i}else if(t[1].type==="linePrefix"||t[1].type==="blockQuotePrefix"||t[1].type==="blockQuotePrefixWhitespace"||t[1].type==="blockQuoteMarker"||t[1].type==="listItemIndent"){}else{break}}if(s&&(!o||s<o)){c._spread=true}c.end=Object.assign({},o?e[o][1].start:t[1].end);e.splice(o||r,0,["exit",c,t[2]]);r++;n++}if(t[1].type==="listItemPrefix"){c={type:"listItem",_spread:false,start:Object.assign({},t[1].start),end:undefined};e.splice(r,0,["enter",c,t[2]]);r++;n++;s=undefined;l=true}}}e[t][1]._spread=u;return n}function u(e,t){n[e]=t}function o(e){return n[e]}function s(e,t){return n;function n(n){f.call(this,e(n),n);if(t)t.call(this,n)}}function l(){this.stack.push({type:"fragment",children:[]})}function f(e,t,n){const r=this.stack[this.stack.length-1];r.children.push(e);this.stack.push(e);this.tokenStack.push([t,n]);e.position={start:cn(t.start)};return e}function a(e){return t;function t(t){if(e)e.call(this,t);d.call(this,t)}}function d(e,t){const n=this.stack.pop();const r=this.tokenStack.pop();if(!r){throw new Error("Cannot close `"+e.type+"` ("+Kt({start:e.start,end:e.end})+"): it’s not open")}else if(r[0].type!==e.type){if(t){t.call(this,e,r[0])}else{const t=r[1]||ln;t.call(this,e,r[0])}}n.position.end=cn(e.end);return n}function h(){return c(this.stack.pop())}function p(){u("expectingFirstListItemValue",true)}function m(e){if(o("expectingFirstListItemValue")){const t=this.stack[this.stack.length-2];t.start=Number.parseInt(this.sliceSerialize(e),10);u("expectingFirstListItemValue")}}function g(){const e=this.resume();const t=this.stack[this.stack.length-1];t.lang=e}function x(){const e=this.resume();const t=this.stack[this.stack.length-1];t.meta=e}function k(){if(o("flowCodeInside"))return;this.buffer();u("flowCodeInside",true)}function y(){const e=this.resume();const t=this.stack[this.stack.length-1];t.value=e.replace(/^(\r?\n|\r)|(\r?\n|\r)$/g,"");u("flowCodeInside")}function F(){const e=this.resume();const t=this.stack[this.stack.length-1];t.value=e.replace(/(\r?\n|\r)$/g,"")}function b(e){const t=this.resume();const n=this.stack[this.stack.length-1];n.label=t;n.identifier=Ee(this.sliceSerialize(e)).toLowerCase()}function S(){const e=this.resume();const t=this.stack[this.stack.length-1];t.title=e}function w(){const e=this.resume();const t=this.stack[this.stack.length-1];t.url=e}function E(e){const t=this.stack[this.stack.length-1];if(!t.depth){const n=this.sliceSerialize(e).length;t.depth=n}}function v(){u("setextHeadingSlurpLineEnding",true)}function A(e){const t=this.stack[this.stack.length-1];t.depth=this.sliceSerialize(e).charCodeAt(0)===61?1:2}function I(){u("setextHeadingSlurpLineEnding")}function C(e){const t=this.stack[this.stack.length-1];let n=t.children[t.children.length-1];if(!n||n.type!=="text"){n=se();n.position={start:cn(e.start)};t.children.push(n)}this.stack.push(n)}function T(e){const t=this.stack.pop();t.value+=this.sliceSerialize(e);t.position.end=cn(e.end)}function z(e){const n=this.stack[this.stack.length-1];if(o("atHardBreak")){const t=n.children[n.children.length-1];t.position.end=cn(e.end);u("atHardBreak");return}if(!o("setextHeadingSlurpLineEnding")&&t.canContainEols.includes(n.type)){C.call(this,e);T.call(this,e)}}function _(){u("atHardBreak",true)}function D(){const e=this.resume();const t=this.stack[this.stack.length-1];t.value=e}function B(){const e=this.resume();const t=this.stack[this.stack.length-1];t.value=e}function L(){const e=this.resume();const t=this.stack[this.stack.length-1];t.value=e}function M(){const e=this.stack[this.stack.length-1];if(o("inReference")){const t=o("referenceType")||"shortcut";e.type+="Reference";e.referenceType=t;delete e.url;delete e.title}else{delete e.identifier;delete e.label}u("referenceType")}function P(){const e=this.stack[this.stack.length-1];if(o("inReference")){const t=o("referenceType")||"shortcut";e.type+="Reference";e.referenceType=t;delete e.url;delete e.title}else{delete e.identifier;delete e.label}u("referenceType")}function O(e){const t=this.sliceSerialize(e);const n=this.stack[this.stack.length-2];n.label=Jt(t);n.identifier=Ee(t).toLowerCase()}function j(){const e=this.stack[this.stack.length-1];const t=this.resume();const n=this.stack[this.stack.length-1];u("inReference",true);if(n.type==="link"){const t=e.children;n.children=t}else{n.alt=t}}function H(){const e=this.resume();const t=this.stack[this.stack.length-1];t.url=e}function R(){const e=this.resume();const t=this.stack[this.stack.length-1];t.title=e}function q(){u("inReference")}function V(){u("referenceType","collapsed")}function Q(e){const t=this.resume();const n=this.stack[this.stack.length-1];n.label=t;n.identifier=Ee(this.sliceSerialize(e)).toLowerCase();u("referenceType","full")}function N(e){u("characterReferenceType",e.type)}function U(e){const t=this.sliceSerialize(e);const n=o("characterReferenceType");let r;if(n){r=Zt(t,n==="characterReferenceMarkerNumeric"?10:16);u("characterReferenceType")}else{const e=Xe(t);r=e}const i=this.stack.pop();i.value+=r;i.position.end=cn(e.end)}function $(e){T.call(this,e);const t=this.stack[this.stack.length-1];t.url=this.sliceSerialize(e)}function W(e){T.call(this,e);const t=this.stack[this.stack.length-1];t.url="mailto:"+this.sliceSerialize(e)}function Z(){return{type:"blockquote",children:[]}}function Y(){return{type:"code",lang:null,meta:null,value:""}}function J(){return{type:"inlineCode",value:""}}function G(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function K(){return{type:"emphasis",children:[]}}function X(){return{type:"heading",depth:undefined,children:[]}}function ee(){return{type:"break"}}function te(){return{type:"html",value:""}}function ne(){return{type:"image",title:null,url:"",alt:null}}function re(){return{type:"link",title:null,url:"",children:[]}}function ie(e){return{type:"list",ordered:e.type==="listOrdered",start:null,spread:e._spread,children:[]}}function ue(e){return{type:"listItem",spread:e._spread,checked:null,children:[]}}function ce(){return{type:"paragraph",children:[]}}function oe(){return{type:"strong",children:[]}}function se(){return{type:"text",value:""}}function le(){return{type:"thematicBreak"}}}function cn(e){return{line:e.line,column:e.column,offset:e.offset}}function on(e,t){let n=-1;while(++n<t.length){const r=t[n];if(Array.isArray(r)){on(e,r)}else{sn(e,r)}}}function sn(e,t){let n;for(n in t){if(nn.call(t,n)){if(n==="canContainEols"){const r=t[n];if(r){e[n].push(...r)}}else if(n==="transforms"){const r=t[n];if(r){e[n].push(...r)}}else if(n==="enter"||n==="exit"){const r=t[n];if(r){Object.assign(e[n],r)}}}}}function ln(e,t){if(e){throw new Error("Cannot close `"+e.type+"` ("+Kt({start:e.start,end:e.end})+"): a different token (`"+t.type+"`, "+Kt({start:t.start,end:t.end})+") is open")}else{throw new Error("Cannot close document, a token (`"+t.type+"`, "+Kt({start:t.start,end:t.end})+") is still open")}}var fn=n(18464);function an(e){const t=e.replace(/\n{2,}/g,"\n");const n=(0,fn.Z)(t);return n}function dn(e){const t=an(e);const{children:n}=rn(t);const r=[[]];let i=0;function u(e,t="normal"){if(e.type==="text"){const n=e.value.split("\n");n.forEach(((e,n)=>{if(n!==0){i++;r.push([])}e.split(" ").forEach((e=>{if(e){r[i].push({content:e,type:t})}}))}))}else if(e.type==="strong"||e.type==="emphasis"){e.children.forEach((t=>{u(t,e.type)}))}}n.forEach((e=>{if(e.type==="paragraph"){e.children.forEach((e=>{u(e)}))}}));return r}function hn(e){const{children:t}=rn(e);function n(e){if(e.type==="text"){return e.value.replace(/\n/g,"<br/>")}else if(e.type==="strong"){return`<strong>${e.children.map(n).join("")}</strong>`}else if(e.type==="emphasis"){return`<em>${e.children.map(n).join("")}</em>`}else if(e.type==="paragraph"){return`<p>${e.children.map(n).join("")}</p>`}return`Unsupported markdown: ${e.type}`}return t.map(n).join("")}function pn(e){if(Intl.Segmenter){return[...(new Intl.Segmenter).segment(e)].map((e=>e.segment))}return[...e]}function mn(e,t){const n=pn(t.content);return gn(e,[],n,t.type)}function gn(e,t,n,r){if(n.length===0){return[{content:t.join(""),type:r},{content:"",type:r}]}const[i,...u]=n;const c=[...t,i];if(e([{content:c.join(""),type:r}])){return gn(e,c,u,r)}if(t.length===0&&i){t.push(i);n.shift()}return[{content:t.join(""),type:r},{content:n.join(""),type:r}]}function xn(e,t){if(e.some((({content:e})=>e.includes("\n")))){throw new Error("splitLineToFitWidth does not support newlines in the line")}return kn(e,t)}function kn(e,t,n=[],r=[]){if(e.length===0){if(r.length>0){n.push(r)}return n.length>0?n:[]}let i="";if(e[0].content===" "){i=" ";e.shift()}const u=e.shift()??{content:" ",type:"normal"};const c=[...r];if(i!==""){c.push({content:i,type:"normal"})}c.push(u);if(t(c)){return kn(e,t,n,c)}if(r.length>0){n.push(r);e.unshift(u)}else if(u.content){const[r,i]=mn(t,u);n.push([r]);if(i.content){e.unshift(i)}}return kn(e,t,n)}function yn(e,t){if(t){e.attr("style",t)}}function Fn(e,t,n,r,i=false){const u=e.append("foreignObject");const c=u.append("xhtml:div");const o=t.label;const s=t.isNode?"nodeLabel":"edgeLabel";c.html(`\n <span class="${s} ${r}" `+(t.labelStyle?'style="'+t.labelStyle+'"':"")+">"+o+"</span>");yn(c,t.labelStyle);c.style("display","table-cell");c.style("white-space","nowrap");c.style("max-width",n+"px");c.attr("xmlns","http://www.w3.org/1999/xhtml");if(i){c.attr("class","labelBkg")}let l=c.node().getBoundingClientRect();if(l.width===n){c.style("display","table");c.style("white-space","break-spaces");c.style("width",n+"px");l=c.node().getBoundingClientRect()}u.style("width",l.width);u.style("height",l.height);return u.node()}function bn(e,t,n){return e.append("tspan").attr("class","text-outer-tspan").attr("x",0).attr("y",t*n-.1+"em").attr("dy",n+"em")}function Sn(e,t,n){const r=e.append("text");const i=bn(r,1,t);vn(i,n);const u=i.node().getComputedTextLength();r.remove();return u}function wn(e,t,n){var r;const i=e.append("text");const u=bn(i,1,t);vn(u,[{content:n,type:"normal"}]);const c=(r=u.node())==null?void 0:r.getBoundingClientRect();if(c){i.remove()}return c}function En(e,t,n,r=false){const i=1.1;const u=t.append("g");const c=u.insert("rect").attr("class","background");const o=u.append("text").attr("y","-10.1");let s=0;for(const l of n){const t=t=>Sn(u,i,t)<=e;const n=t(l)?[l]:xn(l,t);for(const e of n){const t=bn(o,s,i);vn(t,e);s++}}if(r){const e=o.node().getBBox();const t=2;c.attr("x",-t).attr("y",-t).attr("width",e.width+2*t).attr("height",e.height+2*t);return u.node()}else{return o.node()}}function vn(e,t){e.text("");t.forEach(((t,n)=>{const r=e.append("tspan").attr("font-style",t.type==="emphasis"?"italic":"normal").attr("class","text-inner-tspan").attr("font-weight",t.type==="strong"?"bold":"normal");if(n===0){r.text(t.content)}else{r.text(" "+t.content)}}))}const An=(e,t="",{style:n="",isTitle:r=false,classes:u="",useHtmlLabels:c=true,isNode:o=true,width:s=200,addSvgBackground:l=false}={})=>{i.l.info("createText",t,n,r,u,c,o,l);if(c){const r=hn(t);const c={isNode:o,label:(0,i.J)(r).replace(/fa[blrs]?:fa-[\w-]+/g,(e=>`<i class='${e.replace(":"," ")}'></i>`)),labelStyle:n.replace("fill:","color:")};const f=Fn(e,c,s,u,l);return f}else{const n=dn(t);const r=En(s,e,n,l);return r}}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self["webpackChunk_jupyterlab_application_top"]=self["webpackChunk_jupyterlab_application_top"]||[]).push([[406],{20406:(t,e,r)=>{r.r(e);r.d(e,{diagram:()=>lt});var n=r(23787);var i=r(67058);var a=r(34596);var s=r(96001);const o=[];for(let ht=0;ht<256;++ht){o.push((ht+256).toString(16).slice(1))}function c(t,e=0){return(o[t[e+0]]+o[t[e+1]]+o[t[e+2]]+o[t[e+3]]+"-"+o[t[e+4]]+o[t[e+5]]+"-"+o[t[e+6]]+o[t[e+7]]+"-"+o[t[e+8]]+o[t[e+9]]+"-"+o[t[e+10]]+o[t[e+11]]+o[t[e+12]]+o[t[e+13]]+o[t[e+14]]+o[t[e+15]]).toLowerCase()}function l(t,e=0){const r=c(t,e);if(!validate(r)){throw TypeError("Stringified UUID is invalid")}return r}const h=null&&l;const d=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;function u(t){return typeof t==="string"&&d.test(t)}const y=u;function f(t){if(!y(t)){throw TypeError("Invalid UUID")}let e;const r=new Uint8Array(16);r[0]=(e=parseInt(t.slice(0,8),16))>>>24;r[1]=e>>>16&255;r[2]=e>>>8&255;r[3]=e&255;r[4]=(e=parseInt(t.slice(9,13),16))>>>8;r[5]=e&255;r[6]=(e=parseInt(t.slice(14,18),16))>>>8;r[7]=e&255;r[8]=(e=parseInt(t.slice(19,23),16))>>>8;r[9]=e&255;r[10]=(e=parseInt(t.slice(24,36),16))/1099511627776&255;r[11]=e/4294967296&255;r[12]=e>>>24&255;r[13]=e>>>16&255;r[14]=e>>>8&255;r[15]=e&255;return r}const p=f;function _(t){t=unescape(encodeURIComponent(t));const e=[];for(let r=0;r<t.length;++r){e.push(t.charCodeAt(r))}return e}const E="6ba7b810-9dad-11d1-80b4-00c04fd430c8";const m="6ba7b811-9dad-11d1-80b4-00c04fd430c8";function g(t,e,r){function n(t,n,i,a){var s;if(typeof t==="string"){t=_(t)}if(typeof n==="string"){n=p(n)}if(((s=n)===null||s===void 0?void 0:s.length)!==16){throw TypeError("Namespace must be array-like (16 iterable integer values, 0-255)")}let o=new Uint8Array(16+t.length);o.set(n);o.set(t,n.length);o=r(o);o[6]=o[6]&15|e;o[8]=o[8]&63|128;if(i){a=a||0;for(let t=0;t<16;++t){i[a+t]=o[t]}return i}return c(o)}try{n.name=t}catch(i){}n.DNS=E;n.URL=m;return n}function b(t,e,r,n){switch(t){case 0:return e&r^~e&n;case 1:return e^r^n;case 2:return e&r^e&n^r&n;case 3:return e^r^n}}function k(t,e){return t<<e|t>>>32-e}function O(t){const e=[1518500249,1859775393,2400959708,3395469782];const r=[1732584193,4023233417,2562383102,271733878,3285377520];if(typeof t==="string"){const e=unescape(encodeURIComponent(t));t=[];for(let r=0;r<e.length;++r){t.push(e.charCodeAt(r))}}else if(!Array.isArray(t)){t=Array.prototype.slice.call(t)}t.push(128);const n=t.length/4+2;const i=Math.ceil(n/16);const a=new Array(i);for(let s=0;s<i;++s){const e=new Uint32Array(16);for(let r=0;r<16;++r){e[r]=t[s*64+r*4]<<24|t[s*64+r*4+1]<<16|t[s*64+r*4+2]<<8|t[s*64+r*4+3]}a[s]=e}a[i-1][14]=(t.length-1)*8/Math.pow(2,32);a[i-1][14]=Math.floor(a[i-1][14]);a[i-1][15]=(t.length-1)*8&4294967295;for(let s=0;s<i;++s){const t=new Uint32Array(80);for(let e=0;e<16;++e){t[e]=a[s][e]}for(let e=16;e<80;++e){t[e]=k(t[e-3]^t[e-8]^t[e-14]^t[e-16],1)}let n=r[0];let i=r[1];let o=r[2];let c=r[3];let l=r[4];for(let r=0;r<80;++r){const a=Math.floor(r/20);const s=k(n,5)+b(a,i,o,c)+l+e[a]+t[r]>>>0;l=c;c=o;o=k(i,30)>>>0;i=n;n=s}r[0]=r[0]+n>>>0;r[1]=r[1]+i>>>0;r[2]=r[2]+o>>>0;r[3]=r[3]+c>>>0;r[4]=r[4]+l>>>0}return[r[0]>>24&255,r[0]>>16&255,r[0]>>8&255,r[0]&255,r[1]>>24&255,r[1]>>16&255,r[1]>>8&255,r[1]&255,r[2]>>24&255,r[2]>>16&255,r[2]>>8&255,r[2]&255,r[3]>>24&255,r[3]>>16&255,r[3]>>8&255,r[3]&255,r[4]>>24&255,r[4]>>16&255,r[4]>>8&255,r[4]&255]}const R=O;const N=g("v5",80,R);const T=N;var x=r(27484);var A=r(17967);var M=r(27856);var v=function(){var t=function(t,e,r,n){for(r=r||{},n=t.length;n--;r[t[n]]=e);return r},e=[6,8,10,20,22,24,26,27,28],r=[1,10],n=[1,11],i=[1,12],a=[1,13],s=[1,14],o=[1,15],c=[1,21],l=[1,22],h=[1,23],d=[1,24],u=[1,25],y=[6,8,10,13,15,18,19,20,22,24,26,27,28,41,42,43,44,45],f=[1,34],p=[27,28,46,47],_=[41,42,43,44,45],E=[17,34],m=[1,54],g=[1,53],b=[17,34,36,38];var k={trace:function t(){},yy:{},symbols_:{error:2,start:3,ER_DIAGRAM:4,document:5,EOF:6,line:7,SPACE:8,statement:9,NEWLINE:10,entityName:11,relSpec:12,":":13,role:14,BLOCK_START:15,attributes:16,BLOCK_STOP:17,SQS:18,SQE:19,title:20,title_value:21,acc_title:22,acc_title_value:23,acc_descr:24,acc_descr_value:25,acc_descr_multiline_value:26,ALPHANUM:27,ENTITY_NAME:28,attribute:29,attributeType:30,attributeName:31,attributeKeyTypeList:32,attributeComment:33,ATTRIBUTE_WORD:34,attributeKeyType:35,COMMA:36,ATTRIBUTE_KEY:37,COMMENT:38,cardinality:39,relType:40,ZERO_OR_ONE:41,ZERO_OR_MORE:42,ONE_OR_MORE:43,ONLY_ONE:44,MD_PARENT:45,NON_IDENTIFYING:46,IDENTIFYING:47,WORD:48,$accept:0,$end:1},terminals_:{2:"error",4:"ER_DIAGRAM",6:"EOF",8:"SPACE",10:"NEWLINE",13:":",15:"BLOCK_START",17:"BLOCK_STOP",18:"SQS",19:"SQE",20:"title",21:"title_value",22:"acc_title",23:"acc_title_value",24:"acc_descr",25:"acc_descr_value",26:"acc_descr_multiline_value",27:"ALPHANUM",28:"ENTITY_NAME",34:"ATTRIBUTE_WORD",36:"COMMA",37:"ATTRIBUTE_KEY",38:"COMMENT",41:"ZERO_OR_ONE",42:"ZERO_OR_MORE",43:"ONE_OR_MORE",44:"ONLY_ONE",45:"MD_PARENT",46:"NON_IDENTIFYING",47:"IDENTIFYING",48:"WORD"},productions_:[0,[3,3],[5,0],[5,2],[7,2],[7,1],[7,1],[7,1],[9,5],[9,4],[9,3],[9,1],[9,7],[9,6],[9,4],[9,2],[9,2],[9,2],[9,1],[11,1],[11,1],[16,1],[16,2],[29,2],[29,3],[29,3],[29,4],[30,1],[31,1],[32,1],[32,3],[35,1],[33,1],[12,3],[39,1],[39,1],[39,1],[39,1],[39,1],[40,1],[40,1],[14,1],[14,1],[14,1]],performAction:function t(e,r,n,i,a,s,o){var c=s.length-1;switch(a){case 1:break;case 2:this.$=[];break;case 3:s[c-1].push(s[c]);this.$=s[c-1];break;case 4:case 5:this.$=s[c];break;case 6:case 7:this.$=[];break;case 8:i.addEntity(s[c-4]);i.addEntity(s[c-2]);i.addRelationship(s[c-4],s[c],s[c-2],s[c-3]);break;case 9:i.addEntity(s[c-3]);i.addAttributes(s[c-3],s[c-1]);break;case 10:i.addEntity(s[c-2]);break;case 11:i.addEntity(s[c]);break;case 12:i.addEntity(s[c-6],s[c-4]);i.addAttributes(s[c-6],s[c-1]);break;case 13:i.addEntity(s[c-5],s[c-3]);break;case 14:i.addEntity(s[c-3],s[c-1]);break;case 15:case 16:this.$=s[c].trim();i.setAccTitle(this.$);break;case 17:case 18:this.$=s[c].trim();i.setAccDescription(this.$);break;case 19:case 43:this.$=s[c];break;case 20:case 41:case 42:this.$=s[c].replace(/"/g,"");break;case 21:case 29:this.$=[s[c]];break;case 22:s[c].push(s[c-1]);this.$=s[c];break;case 23:this.$={attributeType:s[c-1],attributeName:s[c]};break;case 24:this.$={attributeType:s[c-2],attributeName:s[c-1],attributeKeyTypeList:s[c]};break;case 25:this.$={attributeType:s[c-2],attributeName:s[c-1],attributeComment:s[c]};break;case 26:this.$={attributeType:s[c-3],attributeName:s[c-2],attributeKeyTypeList:s[c-1],attributeComment:s[c]};break;case 27:case 28:case 31:this.$=s[c];break;case 30:s[c-2].push(s[c]);this.$=s[c-2];break;case 32:this.$=s[c].replace(/"/g,"");break;case 33:this.$={cardA:s[c],relType:s[c-1],cardB:s[c-2]};break;case 34:this.$=i.Cardinality.ZERO_OR_ONE;break;case 35:this.$=i.Cardinality.ZERO_OR_MORE;break;case 36:this.$=i.Cardinality.ONE_OR_MORE;break;case 37:this.$=i.Cardinality.ONLY_ONE;break;case 38:this.$=i.Cardinality.MD_PARENT;break;case 39:this.$=i.Identification.NON_IDENTIFYING;break;case 40:this.$=i.Identification.IDENTIFYING;break}},table:[{3:1,4:[1,2]},{1:[3]},t(e,[2,2],{5:3}),{6:[1,4],7:5,8:[1,6],9:7,10:[1,8],11:9,20:r,22:n,24:i,26:a,27:s,28:o},t(e,[2,7],{1:[2,1]}),t(e,[2,3]),{9:16,11:9,20:r,22:n,24:i,26:a,27:s,28:o},t(e,[2,5]),t(e,[2,6]),t(e,[2,11],{12:17,39:20,15:[1,18],18:[1,19],41:c,42:l,43:h,44:d,45:u}),{21:[1,26]},{23:[1,27]},{25:[1,28]},t(e,[2,18]),t(y,[2,19]),t(y,[2,20]),t(e,[2,4]),{11:29,27:s,28:o},{16:30,17:[1,31],29:32,30:33,34:f},{11:35,27:s,28:o},{40:36,46:[1,37],47:[1,38]},t(p,[2,34]),t(p,[2,35]),t(p,[2,36]),t(p,[2,37]),t(p,[2,38]),t(e,[2,15]),t(e,[2,16]),t(e,[2,17]),{13:[1,39]},{17:[1,40]},t(e,[2,10]),{16:41,17:[2,21],29:32,30:33,34:f},{31:42,34:[1,43]},{34:[2,27]},{19:[1,44]},{39:45,41:c,42:l,43:h,44:d,45:u},t(_,[2,39]),t(_,[2,40]),{14:46,27:[1,49],28:[1,48],48:[1,47]},t(e,[2,9]),{17:[2,22]},t(E,[2,23],{32:50,33:51,35:52,37:m,38:g}),t([17,34,37,38],[2,28]),t(e,[2,14],{15:[1,55]}),t([27,28],[2,33]),t(e,[2,8]),t(e,[2,41]),t(e,[2,42]),t(e,[2,43]),t(E,[2,24],{33:56,36:[1,57],38:g}),t(E,[2,25]),t(b,[2,29]),t(E,[2,32]),t(b,[2,31]),{16:58,17:[1,59],29:32,30:33,34:f},t(E,[2,26]),{35:60,37:m},{17:[1,61]},t(e,[2,13]),t(b,[2,30]),t(e,[2,12])],defaultActions:{34:[2,27],41:[2,22]},parseError:function t(e,r){if(r.recoverable){this.trace(e)}else{var n=new Error(e);n.hash=r;throw n}},parse:function t(e){var r=this,n=[0],i=[],a=[null],s=[],o=this.table,c="",l=0,h=0,d=2,u=1;var y=s.slice.call(arguments,1);var f=Object.create(this.lexer);var p={yy:{}};for(var _ in this.yy){if(Object.prototype.hasOwnProperty.call(this.yy,_)){p.yy[_]=this.yy[_]}}f.setInput(e,p.yy);p.yy.lexer=f;p.yy.parser=this;if(typeof f.yylloc=="undefined"){f.yylloc={}}var E=f.yylloc;s.push(E);var m=f.options&&f.options.ranges;if(typeof p.yy.parseError==="function"){this.parseError=p.yy.parseError}else{this.parseError=Object.getPrototypeOf(this).parseError}function g(){var t;t=i.pop()||f.lex()||u;if(typeof t!=="number"){if(t instanceof Array){i=t;t=i.pop()}t=r.symbols_[t]||t}return t}var b,k,O,R,N={},T,x,A,M;while(true){k=n[n.length-1];if(this.defaultActions[k]){O=this.defaultActions[k]}else{if(b===null||typeof b=="undefined"){b=g()}O=o[k]&&o[k][b]}if(typeof O==="undefined"||!O.length||!O[0]){var v="";M=[];for(T in o[k]){if(this.terminals_[T]&&T>d){M.push("'"+this.terminals_[T]+"'")}}if(f.showPosition){v="Parse error on line "+(l+1)+":\n"+f.showPosition()+"\nExpecting "+M.join(", ")+", got '"+(this.terminals_[b]||b)+"'"}else{v="Parse error on line "+(l+1)+": Unexpected "+(b==u?"end of input":"'"+(this.terminals_[b]||b)+"'")}this.parseError(v,{text:f.match,token:this.terminals_[b]||b,line:f.yylineno,loc:E,expected:M})}if(O[0]instanceof Array&&O.length>1){throw new Error("Parse Error: multiple actions possible at state: "+k+", token: "+b)}switch(O[0]){case 1:n.push(b);a.push(f.yytext);s.push(f.yylloc);n.push(O[1]);b=null;{h=f.yyleng;c=f.yytext;l=f.yylineno;E=f.yylloc}break;case 2:x=this.productions_[O[1]][1];N.$=a[a.length-x];N._$={first_line:s[s.length-(x||1)].first_line,last_line:s[s.length-1].last_line,first_column:s[s.length-(x||1)].first_column,last_column:s[s.length-1].last_column};if(m){N._$.range=[s[s.length-(x||1)].range[0],s[s.length-1].range[1]]}R=this.performAction.apply(N,[c,h,l,p.yy,O[1],a,s].concat(y));if(typeof R!=="undefined"){return R}if(x){n=n.slice(0,-1*x*2);a=a.slice(0,-1*x);s=s.slice(0,-1*x)}n.push(this.productions_[O[1]][0]);a.push(N.$);s.push(N._$);A=o[n[n.length-2]][n[n.length-1]];n.push(A);break;case 3:return true}}return true}};var O=function(){var t={EOF:1,parseError:function t(e,r){if(this.yy.parser){this.yy.parser.parseError(e,r)}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 r=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(r.length-1){this.yylineno-=r.length-1}var i=this.yylloc.range;this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:r?(r.length===n.length?this.yylloc.first_column:0)+n[n.length-r.length].length-r[0].length:this.yylloc.first_column-e};if(this.options.ranges){this.yylloc.range=[i[0],i[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 r,n,i;if(this.options.backtrack_lexer){i={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){i.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];r=this.performAction.call(this,this.yy,this,e,this.conditionStack[this.conditionStack.length-1]);if(this.done&&this._input){this.done=false}if(r){return r}else if(this._backtrack){for(var a in i){this[a]=i[a]}return false}return false},next:function(){if(this.done){return this.EOF}if(!this._input){this.done=true}var t,e,r,n;if(!this._more){this.yytext="";this.match=""}var i=this._currentRules();for(var a=0;a<i.length;a++){r=this._input.match(this.rules[i[a]]);if(r&&(!e||r[0].length>e[0].length)){e=r;n=a;if(this.options.backtrack_lexer){t=this.test_match(r,i[a]);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,i[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,r,n,i){switch(n){case 0:this.begin("acc_title");return 22;case 1:this.popState();return"acc_title_value";case 2:this.begin("acc_descr");return 24;case 3:this.popState();return"acc_descr_value";case 4:this.begin("acc_descr_multiline");break;case 5:this.popState();break;case 6:return"acc_descr_multiline_value";case 7:return 10;case 8:break;case 9:return 8;case 10:return 28;case 11:return 48;case 12:return 4;case 13:this.begin("block");return 15;case 14:return 36;case 15:break;case 16:return 37;case 17:return 34;case 18:return 34;case 19:return 38;case 20:break;case 21:this.popState();return 17;case 22:return r.yytext[0];case 23:return 18;case 24:return 19;case 25:return 41;case 26:return 43;case 27:return 43;case 28:return 43;case 29:return 41;case 30:return 41;case 31:return 42;case 32:return 42;case 33:return 42;case 34:return 42;case 35:return 42;case 36:return 43;case 37:return 42;case 38:return 43;case 39:return 44;case 40:return 44;case 41:return 44;case 42:return 44;case 43:return 41;case 44:return 42;case 45:return 43;case 46:return 45;case 47:return 46;case 48:return 47;case 49:return 47;case 50:return 46;case 51:return 46;case 52:return 46;case 53:return 27;case 54:return r.yytext[0];case 55:return 6}},rules:[/^(?:accTitle\s*:\s*)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accDescr\s*:\s*)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accDescr\s*\{\s*)/i,/^(?:[\}])/i,/^(?:[^\}]*)/i,/^(?:[\n]+)/i,/^(?:\s+)/i,/^(?:[\s]+)/i,/^(?:"[^"%\r\n\v\b\\]+")/i,/^(?:"[^"]*")/i,/^(?:erDiagram\b)/i,/^(?:\{)/i,/^(?:,)/i,/^(?:\s+)/i,/^(?:\b((?:PK)|(?:FK)|(?:UK))\b)/i,/^(?:(.*?)[~](.*?)*[~])/i,/^(?:[\*A-Za-z_][A-Za-z0-9\-_\[\]\(\)]*)/i,/^(?:"[^"]*")/i,/^(?:[\n]+)/i,/^(?:\})/i,/^(?:.)/i,/^(?:\[)/i,/^(?:\])/i,/^(?:one or zero\b)/i,/^(?:one or more\b)/i,/^(?:one or many\b)/i,/^(?:1\+)/i,/^(?:\|o\b)/i,/^(?:zero or one\b)/i,/^(?:zero or more\b)/i,/^(?:zero or many\b)/i,/^(?:0\+)/i,/^(?:\}o\b)/i,/^(?:many\(0\))/i,/^(?:many\(1\))/i,/^(?:many\b)/i,/^(?:\}\|)/i,/^(?:one\b)/i,/^(?:only one\b)/i,/^(?:1\b)/i,/^(?:\|\|)/i,/^(?:o\|)/i,/^(?:o\{)/i,/^(?:\|\{)/i,/^(?:\s*u\b)/i,/^(?:\.\.)/i,/^(?:--)/i,/^(?:to\b)/i,/^(?:optionally to\b)/i,/^(?:\.-)/i,/^(?:-\.)/i,/^(?:[A-Za-z_][A-Za-z0-9\-_]*)/i,/^(?:.)/i,/^(?:$)/i],conditions:{acc_descr_multiline:{rules:[5,6],inclusive:false},acc_descr:{rules:[3],inclusive:false},acc_title:{rules:[1],inclusive:false},block:{rules:[14,15,16,17,18,19,20,21,22],inclusive:false},INITIAL:{rules:[0,2,4,7,8,9,10,11,12,13,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,48,49,50,51,52,53,54,55],inclusive:true}}};return t}();k.lexer=O;function R(){this.yy={}}R.prototype=k;k.Parser=R;return new R}();v.parser=v;const w=v;let I={};let D=[];const S={ZERO_OR_ONE:"ZERO_OR_ONE",ZERO_OR_MORE:"ZERO_OR_MORE",ONE_OR_MORE:"ONE_OR_MORE",ONLY_ONE:"ONLY_ONE",MD_PARENT:"MD_PARENT"};const $={NON_IDENTIFYING:"NON_IDENTIFYING",IDENTIFYING:"IDENTIFYING"};const L=function(t,e=void 0){if(I[t]===void 0){I[t]={attributes:[],alias:e};n.l.info("Added new entity :",t)}else if(I[t]&&!I[t].alias&&e){I[t].alias=e;n.l.info(`Add alias '${e}' to entity '${t}'`)}return I[t]};const C=()=>I;const B=function(t,e){let r=L(t);let i;for(i=e.length-1;i>=0;i--){r.attributes.push(e[i]);n.l.debug("Added attribute ",e[i].attributeName)}};const Y=function(t,e,r,i){let a={entityA:t,roleA:e,entityB:r,relSpec:i};D.push(a);n.l.debug("Added new relationship :",a)};const P=()=>D;const Z=function(){I={};D=[];(0,n.t)()};const F={Cardinality:S,Identification:$,getConfig:()=>(0,n.c)().er,addEntity:L,addAttributes:B,getEntities:C,addRelationship:Y,getRelationships:P,clear:Z,setAccTitle:n.s,getAccTitle:n.g,setAccDescription:n.b,getAccDescription:n.a,setDiagramTitle:n.q,getDiagramTitle:n.r};const z={ONLY_ONE_START:"ONLY_ONE_START",ONLY_ONE_END:"ONLY_ONE_END",ZERO_OR_ONE_START:"ZERO_OR_ONE_START",ZERO_OR_ONE_END:"ZERO_OR_ONE_END",ONE_OR_MORE_START:"ONE_OR_MORE_START",ONE_OR_MORE_END:"ONE_OR_MORE_END",ZERO_OR_MORE_START:"ZERO_OR_MORE_START",ZERO_OR_MORE_END:"ZERO_OR_MORE_END",MD_PARENT_END:"MD_PARENT_END",MD_PARENT_START:"MD_PARENT_START"};const U=function(t,e){let r;t.append("defs").append("marker").attr("id",z.MD_PARENT_START).attr("refX",0).attr("refY",7).attr("markerWidth",190).attr("markerHeight",240).attr("orient","auto").append("path").attr("d","M 18,7 L9,13 L1,7 L9,1 Z");t.append("defs").append("marker").attr("id",z.MD_PARENT_END).attr("refX",19).attr("refY",7).attr("markerWidth",20).attr("markerHeight",28).attr("orient","auto").append("path").attr("d","M 18,7 L9,13 L1,7 L9,1 Z");t.append("defs").append("marker").attr("id",z.ONLY_ONE_START).attr("refX",0).attr("refY",9).attr("markerWidth",18).attr("markerHeight",18).attr("orient","auto").append("path").attr("stroke",e.stroke).attr("fill","none").attr("d","M9,0 L9,18 M15,0 L15,18");t.append("defs").append("marker").attr("id",z.ONLY_ONE_END).attr("refX",18).attr("refY",9).attr("markerWidth",18).attr("markerHeight",18).attr("orient","auto").append("path").attr("stroke",e.stroke).attr("fill","none").attr("d","M3,0 L3,18 M9,0 L9,18");r=t.append("defs").append("marker").attr("id",z.ZERO_OR_ONE_START).attr("refX",0).attr("refY",9).attr("markerWidth",30).attr("markerHeight",18).attr("orient","auto");r.append("circle").attr("stroke",e.stroke).attr("fill","white").attr("cx",21).attr("cy",9).attr("r",6);r.append("path").attr("stroke",e.stroke).attr("fill","none").attr("d","M9,0 L9,18");r=t.append("defs").append("marker").attr("id",z.ZERO_OR_ONE_END).attr("refX",30).attr("refY",9).attr("markerWidth",30).attr("markerHeight",18).attr("orient","auto");r.append("circle").attr("stroke",e.stroke).attr("fill","white").attr("cx",9).attr("cy",9).attr("r",6);r.append("path").attr("stroke",e.stroke).attr("fill","none").attr("d","M21,0 L21,18");t.append("defs").append("marker").attr("id",z.ONE_OR_MORE_START).attr("refX",18).attr("refY",18).attr("markerWidth",45).attr("markerHeight",36).attr("orient","auto").append("path").attr("stroke",e.stroke).attr("fill","none").attr("d","M0,18 Q 18,0 36,18 Q 18,36 0,18 M42,9 L42,27");t.append("defs").append("marker").attr("id",z.ONE_OR_MORE_END).attr("refX",27).attr("refY",18).attr("markerWidth",45).attr("markerHeight",36).attr("orient","auto").append("path").attr("stroke",e.stroke).attr("fill","none").attr("d","M3,9 L3,27 M9,18 Q27,0 45,18 Q27,36 9,18");r=t.append("defs").append("marker").attr("id",z.ZERO_OR_MORE_START).attr("refX",18).attr("refY",18).attr("markerWidth",57).attr("markerHeight",36).attr("orient","auto");r.append("circle").attr("stroke",e.stroke).attr("fill","white").attr("cx",48).attr("cy",18).attr("r",6);r.append("path").attr("stroke",e.stroke).attr("fill","none").attr("d","M0,18 Q18,0 36,18 Q18,36 0,18");r=t.append("defs").append("marker").attr("id",z.ZERO_OR_MORE_END).attr("refX",39).attr("refY",18).attr("markerWidth",57).attr("markerHeight",36).attr("orient","auto");r.append("circle").attr("stroke",e.stroke).attr("fill","white").attr("cx",9).attr("cy",18).attr("r",6);r.append("path").attr("stroke",e.stroke).attr("fill","none").attr("d","M21,18 Q39,0 57,18 Q39,36 21,18");return};const W={ERMarkers:z,insertMarkers:U};const K=/[^\dA-Za-z](\W)*/g;let G={};let H=new Map;const j=function(t){const e=Object.keys(t);for(const r of e){G[r]=t[r]}};const Q=(t,e,r)=>{const i=G.entityPadding/3;const a=G.entityPadding/3;const s=G.fontSize*.85;const o=e.node().getBBox();const c=[];let l=false;let h=false;let d=0;let u=0;let y=0;let f=0;let p=o.height+i*2;let _=1;r.forEach((t=>{if(t.attributeKeyTypeList!==void 0&&t.attributeKeyTypeList.length>0){l=true}if(t.attributeComment!==void 0){h=true}}));r.forEach((r=>{const a=`${e.node().id}-attr-${_}`;let o=0;const E=(0,n.v)(r.attributeType);const m=t.append("text").classed("er entityLabel",true).attr("id",`${a}-type`).attr("x",0).attr("y",0).style("dominant-baseline","middle").style("text-anchor","left").style("font-family",(0,n.c)().fontFamily).style("font-size",s+"px").text(E);const g=t.append("text").classed("er entityLabel",true).attr("id",`${a}-name`).attr("x",0).attr("y",0).style("dominant-baseline","middle").style("text-anchor","left").style("font-family",(0,n.c)().fontFamily).style("font-size",s+"px").text(r.attributeName);const b={};b.tn=m;b.nn=g;const k=m.node().getBBox();const O=g.node().getBBox();d=Math.max(d,k.width);u=Math.max(u,O.width);o=Math.max(k.height,O.height);if(l){const e=r.attributeKeyTypeList!==void 0?r.attributeKeyTypeList.join(","):"";const i=t.append("text").classed("er entityLabel",true).attr("id",`${a}-key`).attr("x",0).attr("y",0).style("dominant-baseline","middle").style("text-anchor","left").style("font-family",(0,n.c)().fontFamily).style("font-size",s+"px").text(e);b.kn=i;const c=i.node().getBBox();y=Math.max(y,c.width);o=Math.max(o,c.height)}if(h){const e=t.append("text").classed("er entityLabel",true).attr("id",`${a}-comment`).attr("x",0).attr("y",0).style("dominant-baseline","middle").style("text-anchor","left").style("font-family",(0,n.c)().fontFamily).style("font-size",s+"px").text(r.attributeComment||"");b.cn=e;const i=e.node().getBBox();f=Math.max(f,i.width);o=Math.max(o,i.height)}b.height=o;c.push(b);p+=o+i*2;_+=1}));let E=4;if(l){E+=2}if(h){E+=2}const m=d+u+y+f;const g={width:Math.max(G.minEntityWidth,Math.max(o.width+G.entityPadding*2,m+a*E)),height:r.length>0?p:Math.max(G.minEntityHeight,o.height+G.entityPadding*2)};if(r.length>0){const r=Math.max(0,(g.width-m-a*E)/(E/2));e.attr("transform","translate("+g.width/2+","+(i+o.height/2)+")");let n=o.height+i*2;let s="attributeBoxOdd";c.forEach((e=>{const o=n+i+e.height/2;e.tn.attr("transform","translate("+a+","+o+")");const c=t.insert("rect","#"+e.tn.node().id).classed(`er ${s}`,true).attr("x",0).attr("y",n).attr("width",d+a*2+r).attr("height",e.height+i*2);const p=parseFloat(c.attr("x"))+parseFloat(c.attr("width"));e.nn.attr("transform","translate("+(p+a)+","+o+")");const _=t.insert("rect","#"+e.nn.node().id).classed(`er ${s}`,true).attr("x",p).attr("y",n).attr("width",u+a*2+r).attr("height",e.height+i*2);let E=parseFloat(_.attr("x"))+parseFloat(_.attr("width"));if(l){e.kn.attr("transform","translate("+(E+a)+","+o+")");const c=t.insert("rect","#"+e.kn.node().id).classed(`er ${s}`,true).attr("x",E).attr("y",n).attr("width",y+a*2+r).attr("height",e.height+i*2);E=parseFloat(c.attr("x"))+parseFloat(c.attr("width"))}if(h){e.cn.attr("transform","translate("+(E+a)+","+o+")");t.insert("rect","#"+e.cn.node().id).classed(`er ${s}`,"true").attr("x",E).attr("y",n).attr("width",f+a*2+r).attr("height",e.height+i*2)}n+=e.height+i*2;s=s==="attributeBoxOdd"?"attributeBoxEven":"attributeBoxOdd"}))}else{g.height=Math.max(G.minEntityHeight,p);e.attr("transform","translate("+g.width/2+","+g.height/2+")")}return g};const X=function(t,e,r){const i=Object.keys(e);let a;i.forEach((function(i){const s=it(i,"entity");H.set(i,s);const o=t.append("g").attr("id",s);a=a===void 0?s:a;const c="text-"+s;const l=o.append("text").classed("er entityLabel",true).attr("id",c).attr("x",0).attr("y",0).style("dominant-baseline","middle").style("text-anchor","middle").style("font-family",(0,n.c)().fontFamily).style("font-size",G.fontSize+"px").text(e[i].alias??i);const{width:h,height:d}=Q(o,l,e[i].attributes);const u=o.insert("rect","#"+c).classed("er entityBox",true).attr("x",0).attr("y",0).attr("width",h).attr("height",d);const y=u.node().getBBox();r.setNode(s,{width:y.width,height:y.height,shape:"rect",id:s})}));return a};const q=function(t,e){e.nodes().forEach((function(r){if(r!==void 0&&e.node(r)!==void 0){t.select("#"+r).attr("transform","translate("+(e.node(r).x-e.node(r).width/2)+","+(e.node(r).y-e.node(r).height/2)+" )")}}))};const J=function(t){return(t.entityA+t.roleA+t.entityB).replace(/\s/g,"")};const V=function(t,e){t.forEach((function(t){e.setEdge(H.get(t.entityA),H.get(t.entityB),{relationship:t},J(t))}));return t};let tt=0;const et=function(t,e,r,i,s){tt++;const o=r.edge(H.get(e.entityA),H.get(e.entityB),J(e));const c=(0,a.jvg)().x((function(t){return t.x})).y((function(t){return t.y})).curve(a.$0Z);const l=t.insert("path","#"+i).classed("er relationshipLine",true).attr("d",c(o.points)).style("stroke",G.stroke).style("fill","none");if(e.relSpec.relType===s.db.Identification.NON_IDENTIFYING){l.attr("stroke-dasharray","8,8")}let h="";if(G.arrowMarkerAbsolute){h=window.location.protocol+"//"+window.location.host+window.location.pathname+window.location.search;h=h.replace(/\(/g,"\\(");h=h.replace(/\)/g,"\\)")}switch(e.relSpec.cardA){case s.db.Cardinality.ZERO_OR_ONE:l.attr("marker-end","url("+h+"#"+W.ERMarkers.ZERO_OR_ONE_END+")");break;case s.db.Cardinality.ZERO_OR_MORE:l.attr("marker-end","url("+h+"#"+W.ERMarkers.ZERO_OR_MORE_END+")");break;case s.db.Cardinality.ONE_OR_MORE:l.attr("marker-end","url("+h+"#"+W.ERMarkers.ONE_OR_MORE_END+")");break;case s.db.Cardinality.ONLY_ONE:l.attr("marker-end","url("+h+"#"+W.ERMarkers.ONLY_ONE_END+")");break;case s.db.Cardinality.MD_PARENT:l.attr("marker-end","url("+h+"#"+W.ERMarkers.MD_PARENT_END+")");break}switch(e.relSpec.cardB){case s.db.Cardinality.ZERO_OR_ONE:l.attr("marker-start","url("+h+"#"+W.ERMarkers.ZERO_OR_ONE_START+")");break;case s.db.Cardinality.ZERO_OR_MORE:l.attr("marker-start","url("+h+"#"+W.ERMarkers.ZERO_OR_MORE_START+")");break;case s.db.Cardinality.ONE_OR_MORE:l.attr("marker-start","url("+h+"#"+W.ERMarkers.ONE_OR_MORE_START+")");break;case s.db.Cardinality.ONLY_ONE:l.attr("marker-start","url("+h+"#"+W.ERMarkers.ONLY_ONE_START+")");break;case s.db.Cardinality.MD_PARENT:l.attr("marker-start","url("+h+"#"+W.ERMarkers.MD_PARENT_START+")");break}const d=l.node().getTotalLength();const u=l.node().getPointAtLength(d*.5);const y="rel"+tt;const f=t.append("text").classed("er relationshipLabel",true).attr("id",y).attr("x",u.x).attr("y",u.y).style("text-anchor","middle").style("dominant-baseline","middle").style("font-family",(0,n.c)().fontFamily).style("font-size",G.fontSize+"px").text(e.roleA);const p=f.node().getBBox();t.insert("rect","#"+y).classed("er relationshipLabelBox",true).attr("x",u.x-p.width/2).attr("y",u.y-p.height/2).attr("width",p.width).attr("height",p.height)};const rt=function(t,e,r,o){G=(0,n.c)().er;n.l.info("Drawing ER diagram");const c=(0,n.c)().securityLevel;let l;if(c==="sandbox"){l=(0,a.Ys)("#i"+e)}const h=c==="sandbox"?(0,a.Ys)(l.nodes()[0].contentDocument.body):(0,a.Ys)("body");const d=h.select(`[id='${e}']`);W.insertMarkers(d,G);let u;u=new i.k({multigraph:true,directed:true,compound:false}).setGraph({rankdir:G.layoutDirection,marginx:20,marginy:20,nodesep:100,edgesep:100,ranksep:100}).setDefaultEdgeLabel((function(){return{}}));const y=X(d,o.db.getEntities(),u);const f=V(o.db.getRelationships(),u);(0,s.bK)(u);q(d,u);f.forEach((function(t){et(d,t,u,y,o)}));const p=G.diagramPadding;n.u.insertTitle(d,"entityTitleText",G.titleTopMargin,o.db.getDiagramTitle());const _=d.node().getBBox();const E=_.width+p*2;const m=_.height+p*2;(0,n.i)(d,m,E,G.useMaxWidth);d.attr("viewBox",`${_.x-p} ${_.y-p} ${E} ${m}`)};const nt="28e9f9db-3c8d-5aa5-9faf-44286ae5937c";function it(t="",e=""){const r=t.replace(K,"");return`${at(e)}${at(r)}${T(t,nt)}`}function at(t=""){return t.length>0?`${t}-`:""}const st={setConf:j,draw:rt};const ot=t=>`\n .entityBox {\n fill: ${t.mainBkg};\n stroke: ${t.nodeBorder};\n }\n\n .attributeBoxOdd {\n fill: ${t.attributeBackgroundColorOdd};\n stroke: ${t.nodeBorder};\n }\n\n .attributeBoxEven {\n fill: ${t.attributeBackgroundColorEven};\n stroke: ${t.nodeBorder};\n }\n\n .relationshipLabelBox {\n fill: ${t.tertiaryColor};\n opacity: 0.7;\n background-color: ${t.tertiaryColor};\n rect {\n opacity: 0.5;\n }\n }\n\n .relationshipLine {\n stroke: ${t.lineColor};\n }\n\n .entityTitleText {\n text-anchor: middle;\n font-size: 18px;\n fill: ${t.textColor};\n } \n #MD_PARENT_START {\n fill: #f5f5f5 !important;\n stroke: ${t.lineColor} !important;\n stroke-width: 1;\n }\n #MD_PARENT_END {\n fill: #f5f5f5 !important;\n stroke: ${t.lineColor} !important;\n stroke-width: 1;\n }\n \n`;const ct=ot;const lt={parser:w,db:F,renderer:st,styles:ct}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self["webpackChunk_jupyterlab_application_top"]=self["webpackChunk_jupyterlab_application_top"]||[]).push([[4086],{54086:(t,e,i)=>{i.r(e);i.d(e,{diagram:()=>D});var n=i(23787);var s=i(34596);var r=i(27484);var a=i.n(r);var l=i(17967);var c=i(27856);var o=i.n(c);var h=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],s=[1,6],r=[1,10,12,14,16,18,19,20,21,22],a=[2,4],l=[1,5,10,12,14,16,18,19,20,21,22],c=[20,21,22],o=[2,7],h=[1,12],u=[1,13],y=[1,14],p=[1,15],f=[1,16],d=[1,17];var g={trace:function t(){},yy:{},symbols_:{error:2,start:3,eol:4,PIE:5,document:6,showData:7,line:8,statement:9,txt:10,value:11,title:12,title_value:13,acc_title:14,acc_title_value:15,acc_descr:16,acc_descr_value:17,acc_descr_multiline_value:18,section:19,NEWLINE:20,";":21,EOF:22,$accept:0,$end:1},terminals_:{2:"error",5:"PIE",7:"showData",10:"txt",11:"value",12:"title",13:"title_value",14:"acc_title",15:"acc_title_value",16:"acc_descr",17:"acc_descr_value",18:"acc_descr_multiline_value",19:"section",20:"NEWLINE",21:";",22:"EOF"},productions_:[0,[3,2],[3,2],[3,3],[6,0],[6,2],[8,2],[9,0],[9,2],[9,2],[9,2],[9,2],[9,1],[9,1],[4,1],[4,1],[4,1]],performAction:function t(e,i,n,s,r,a,l){var c=a.length-1;switch(r){case 3:s.setShowData(true);break;case 6:this.$=a[c-1];break;case 8:s.addSection(a[c-1],s.cleanupValue(a[c]));break;case 9:this.$=a[c].trim();s.setDiagramTitle(this.$);break;case 10:this.$=a[c].trim();s.setAccTitle(this.$);break;case 11:case 12:this.$=a[c].trim();s.setAccDescription(this.$);break;case 13:s.addSection(a[c].substr(8));this.$=a[c].substr(8);break}},table:[{3:1,4:2,5:e,20:i,21:n,22:s},{1:[3]},{3:7,4:2,5:e,20:i,21:n,22:s},t(r,a,{6:8,7:[1,9]}),t(l,[2,14]),t(l,[2,15]),t(l,[2,16]),{1:[2,1]},t(c,o,{8:10,9:11,1:[2,2],10:h,12:u,14:y,16:p,18:f,19:d}),t(r,a,{6:18}),t(r,[2,5]),{4:19,20:i,21:n,22:s},{11:[1,20]},{13:[1,21]},{15:[1,22]},{17:[1,23]},t(c,[2,12]),t(c,[2,13]),t(c,o,{8:10,9:11,1:[2,3],10:h,12:u,14:y,16:p,18:f,19:d}),t(r,[2,6]),t(c,[2,8]),t(c,[2,9]),t(c,[2,10]),t(c,[2,11])],defaultActions:{7:[2,1]},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],s=[],r=[null],a=[],l=this.table,c="",o=0,h=0,u=2,y=1;var p=a.slice.call(arguments,1);var f=Object.create(this.lexer);var d={yy:{}};for(var g in this.yy){if(Object.prototype.hasOwnProperty.call(this.yy,g)){d.yy[g]=this.yy[g]}}f.setInput(e,d.yy);d.yy.lexer=f;d.yy.parser=this;if(typeof f.yylloc=="undefined"){f.yylloc={}}var _=f.yylloc;a.push(_);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=s.pop()||f.lex()||y;if(typeof t!=="number"){if(t instanceof Array){s=t;t=s.pop()}t=i.symbols_[t]||t}return t}var v,k,x,S,w={},$,E,A,T;while(true){k=n[n.length-1];if(this.defaultActions[k]){x=this.defaultActions[k]}else{if(v===null||typeof v=="undefined"){v=b()}x=l[k]&&l[k][v]}if(typeof x==="undefined"||!x.length||!x[0]){var I="";T=[];for($ in l[k]){if(this.terminals_[$]&&$>u){T.push("'"+this.terminals_[$]+"'")}}if(f.showPosition){I="Parse error on line "+(o+1)+":\n"+f.showPosition()+"\nExpecting "+T.join(", ")+", got '"+(this.terminals_[v]||v)+"'"}else{I="Parse error on line "+(o+1)+": Unexpected "+(v==y?"end of input":"'"+(this.terminals_[v]||v)+"'")}this.parseError(I,{text:f.match,token:this.terminals_[v]||v,line:f.yylineno,loc:_,expected:T})}if(x[0]instanceof Array&&x.length>1){throw new Error("Parse Error: multiple actions possible at state: "+k+", token: "+v)}switch(x[0]){case 1:n.push(v);r.push(f.yytext);a.push(f.yylloc);n.push(x[1]);v=null;{h=f.yyleng;c=f.yytext;o=f.yylineno;_=f.yylloc}break;case 2:E=this.productions_[x[1]][1];w.$=r[r.length-E];w._$={first_line:a[a.length-(E||1)].first_line,last_line:a[a.length-1].last_line,first_column:a[a.length-(E||1)].first_column,last_column:a[a.length-1].last_column};if(m){w._$.range=[a[a.length-(E||1)].range[0],a[a.length-1].range[1]]}S=this.performAction.apply(w,[c,h,o,d.yy,x[1],r,a].concat(p));if(typeof S!=="undefined"){return S}if(E){n=n.slice(0,-1*E*2);r=r.slice(0,-1*E);a=a.slice(0,-1*E)}n.push(this.productions_[x[1]][0]);r.push(w.$);a.push(w._$);A=l[n[n.length-2]][n[n.length-1]];n.push(A);break;case 3:return true}}return true}};var _=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 s=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=[s[0],s[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,s;if(this.options.backtrack_lexer){s={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){s.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 r in s){this[r]=s[r]}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 s=this._currentRules();for(var r=0;r<s.length;r++){i=this._input.match(this.rules[s[r]]);if(i&&(!e||i[0].length>e[0].length)){e=i;n=r;if(this.options.backtrack_lexer){t=this.test_match(i,s[r]);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,s[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,s){switch(n){case 0:break;case 1:break;case 2:return 20;case 3:break;case 4:break;case 5:this.begin("title");return 12;case 6:this.popState();return"title_value";case 7:this.begin("acc_title");return 14;case 8:this.popState();return"acc_title_value";case 9:this.begin("acc_descr");return 16;case 10:this.popState();return"acc_descr_value";case 11:this.begin("acc_descr_multiline");break;case 12:this.popState();break;case 13:return"acc_descr_multiline_value";case 14:this.begin("string");break;case 15:this.popState();break;case 16:return"txt";case 17:return 5;case 18:return 7;case 19:return"value";case 20:return 22}},rules:[/^(?:%%(?!\{)[^\n]*)/i,/^(?:[^\}]%%[^\n]*)/i,/^(?:[\n\r]+)/i,/^(?:%%[^\n]*)/i,/^(?:[\s]+)/i,/^(?:title\b)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accTitle\s*:\s*)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accDescr\s*:\s*)/i,/^(?:(?!\n||)*[^\n]*)/i,/^(?:accDescr\s*\{\s*)/i,/^(?:[\}])/i,/^(?:[^\}]*)/i,/^(?:["])/i,/^(?:["])/i,/^(?:[^"]*)/i,/^(?:pie\b)/i,/^(?:showData\b)/i,/^(?::[\s]*[\d]+(?:\.[\d]+)?)/i,/^(?:$)/i],conditions:{acc_descr_multiline:{rules:[12,13],inclusive:false},acc_descr:{rules:[10],inclusive:false},acc_title:{rules:[8],inclusive:false},title:{rules:[6],inclusive:false},string:{rules:[15,16],inclusive:false},INITIAL:{rules:[0,1,2,3,4,5,7,9,11,14,17,18,19,20],inclusive:true}}};return t}();g.lexer=_;function m(){this.yy={}}m.prototype=g;g.Parser=m;return new m}();h.parser=h;const u=h;const y=n.A.pie;const p={sections:{},showData:false,config:y};let f=p.sections;let d=p.showData;const g=structuredClone(y);const _=()=>structuredClone(g);const m=()=>{f=structuredClone(p.sections);d=p.showData;(0,n.t)()};const b=(t,e)=>{t=(0,n.d)(t,(0,n.c)());if(f[t]===void 0){f[t]=e;n.l.debug(`added new section: ${t}, with value: ${e}`)}};const v=()=>f;const k=t=>{if(t.substring(0,1)===":"){t=t.substring(1).trim()}return Number(t.trim())};const x=t=>{d=t};const S=()=>d;const w={getConfig:_,clear:m,setDiagramTitle:n.q,getDiagramTitle:n.r,setAccTitle:n.s,getAccTitle:n.g,setAccDescription:n.b,getAccDescription:n.a,addSection:b,getSections:v,cleanupValue:k,setShowData:x,getShowData:S};const $=t=>`\n .pieCircle{\n stroke: ${t.pieStrokeColor};\n stroke-width : ${t.pieStrokeWidth};\n opacity : ${t.pieOpacity};\n }\n .pieOuterCircle{\n stroke: ${t.pieOuterStrokeColor};\n stroke-width: ${t.pieOuterStrokeWidth};\n fill: none;\n }\n .pieTitleText {\n text-anchor: middle;\n font-size: ${t.pieTitleTextSize};\n fill: ${t.pieTitleTextColor};\n font-family: ${t.fontFamily};\n }\n .slice {\n font-family: ${t.fontFamily};\n fill: ${t.pieSectionTextColor};\n font-size:${t.pieSectionTextSize};\n // fill: white;\n }\n .legend text {\n fill: ${t.pieLegendTextColor};\n font-family: ${t.fontFamily};\n font-size: ${t.pieLegendTextSize};\n }\n`;const E=$;const A=t=>{const e=Object.entries(t).map((t=>({label:t[0],value:t[1]}))).sort(((t,e)=>e.value-t.value));const i=(0,s.ve8)().value((t=>t.value));return i(e)};const T=(t,e,i,r)=>{n.l.debug("rendering pie chart\n"+t);const a=r.db;const l=(0,n.c)();const c=(0,n.B)(a.getConfig(),l.pie);const o=40;const h=18;const u=4;const y=450;const p=y;const f=(0,n.z)(e);const d=f.append("g");const g=a.getSections();d.attr("transform","translate("+p/2+","+y/2+")");const{themeVariables:_}=l;let[m]=(0,n.C)(_.pieOuterStrokeWidth);m??(m=2);const b=c.textPosition;const v=Math.min(p,y)/2-o;const k=(0,s.Nb1)().innerRadius(0).outerRadius(v);const x=(0,s.Nb1)().innerRadius(v*b).outerRadius(v*b);d.append("circle").attr("cx",0).attr("cy",0).attr("r",v+m/2).attr("class","pieOuterCircle");const S=A(g);const w=[_.pie1,_.pie2,_.pie3,_.pie4,_.pie5,_.pie6,_.pie7,_.pie8,_.pie9,_.pie10,_.pie11,_.pie12];const $=(0,s.PKp)(w);d.selectAll("mySlices").data(S).enter().append("path").attr("d",k).attr("fill",(t=>$(t.data.label))).attr("class","pieCircle");let E=0;Object.keys(g).forEach((t=>{E+=g[t]}));d.selectAll("mySlices").data(S).enter().append("text").text((t=>(t.data.value/E*100).toFixed(0)+"%")).attr("transform",(t=>"translate("+x.centroid(t)+")")).style("text-anchor","middle").attr("class","slice");d.append("text").text(a.getDiagramTitle()).attr("x",0).attr("y",-(y-50)/2).attr("class","pieTitleText");const T=d.selectAll(".legend").data($.domain()).enter().append("g").attr("class","legend").attr("transform",((t,e)=>{const i=h+u;const n=i*$.domain().length/2;const s=12*h;const r=e*i-n;return"translate("+s+","+r+")"}));T.append("rect").attr("width",h).attr("height",h).style("fill",$).style("stroke",$);T.data(S).append("text").attr("x",h+u).attr("y",h-u).text((t=>{const{label:e,value:i}=t.data;if(a.getShowData()){return`${e} [${i}]`}return e}));const I=Math.max(...T.selectAll("text").nodes().map((t=>(t==null?void 0:t.getBoundingClientRect().width)??0)));const D=p+o+h+u+I;f.attr("viewBox",`0 0 ${D} ${y}`);(0,n.i)(f,y,D,c.useMaxWidth)};const I={draw:T};const D={parser:u,db:w,renderer:I,styles:E}}}]);