@difizen/libro-core 0.0.2-alpha.0

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 (312) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +3 -0
  3. package/es/add-cell/index.d.ts +4 -0
  4. package/es/add-cell/index.d.ts.map +1 -0
  5. package/es/add-cell/index.js +3 -0
  6. package/es/add-cell/index.less +38 -0
  7. package/es/add-cell/libro-add-cell-module.d.ts +3 -0
  8. package/es/add-cell/libro-add-cell-module.d.ts.map +1 -0
  9. package/es/add-cell/libro-add-cell-module.js +4 -0
  10. package/es/add-cell/libro-add-cell-slot-contribution.d.ts +12 -0
  11. package/es/add-cell/libro-add-cell-slot-contribution.d.ts.map +1 -0
  12. package/es/add-cell/libro-add-cell-slot-contribution.js +53 -0
  13. package/es/add-cell/libro-add-cell-view.d.ts +21 -0
  14. package/es/add-cell/libro-add-cell-view.d.ts.map +1 -0
  15. package/es/add-cell/libro-add-cell-view.js +129 -0
  16. package/es/cell/index.d.ts +10 -0
  17. package/es/cell/index.d.ts.map +1 -0
  18. package/es/cell/index.js +9 -0
  19. package/es/cell/libro-cell-contribution.d.ts +13 -0
  20. package/es/cell/libro-cell-contribution.d.ts.map +1 -0
  21. package/es/cell/libro-cell-contribution.js +41 -0
  22. package/es/cell/libro-cell-model.d.ts +19 -0
  23. package/es/cell/libro-cell-model.d.ts.map +1 -0
  24. package/es/cell/libro-cell-model.js +103 -0
  25. package/es/cell/libro-cell-module.d.ts +10 -0
  26. package/es/cell/libro-cell-module.d.ts.map +1 -0
  27. package/es/cell/libro-cell-module.js +30 -0
  28. package/es/cell/libro-cell-protocol.d.ts +42 -0
  29. package/es/cell/libro-cell-protocol.d.ts.map +1 -0
  30. package/es/cell/libro-cell-protocol.js +11 -0
  31. package/es/cell/libro-cell-service.d.ts +28 -0
  32. package/es/cell/libro-cell-service.d.ts.map +1 -0
  33. package/es/cell/libro-cell-service.js +242 -0
  34. package/es/cell/libro-cell-view.d.ts +65 -0
  35. package/es/cell/libro-cell-view.d.ts.map +1 -0
  36. package/es/cell/libro-cell-view.js +191 -0
  37. package/es/cell/libro-edit-cell-view.d.ts +32 -0
  38. package/es/cell/libro-edit-cell-view.d.ts.map +1 -0
  39. package/es/cell/libro-edit-cell-view.js +72 -0
  40. package/es/cell/libro-executable-cell-model.d.ts +14 -0
  41. package/es/cell/libro-executable-cell-model.d.ts.map +1 -0
  42. package/es/cell/libro-executable-cell-model.js +7 -0
  43. package/es/cell/libro-executable-cell-view.d.ts +27 -0
  44. package/es/cell/libro-executable-cell-view.d.ts.map +1 -0
  45. package/es/cell/libro-executable-cell-view.js +66 -0
  46. package/es/cell/libro-markdown-cell-model.d.ts +9 -0
  47. package/es/cell/libro-markdown-cell-model.d.ts.map +1 -0
  48. package/es/cell/libro-markdown-cell-model.js +7 -0
  49. package/es/collapse-service.d.ts +36 -0
  50. package/es/collapse-service.d.ts.map +1 -0
  51. package/es/collapse-service.js +55 -0
  52. package/es/command/document-commands.d.ts +6 -0
  53. package/es/command/document-commands.d.ts.map +1 -0
  54. package/es/command/document-commands.js +13 -0
  55. package/es/command/index.d.ts +7 -0
  56. package/es/command/index.d.ts.map +1 -0
  57. package/es/command/index.js +6 -0
  58. package/es/command/kernel-command.d.ts +5 -0
  59. package/es/command/kernel-command.d.ts.map +1 -0
  60. package/es/command/kernel-command.js +39 -0
  61. package/es/command/libro-command-contribution.d.ts +14 -0
  62. package/es/command/libro-command-contribution.d.ts.map +1 -0
  63. package/es/command/libro-command-contribution.js +1751 -0
  64. package/es/command/libro-command-register.d.ts +22 -0
  65. package/es/command/libro-command-register.d.ts.map +1 -0
  66. package/es/command/libro-command-register.js +105 -0
  67. package/es/command/module.d.ts +3 -0
  68. package/es/command/module.d.ts.map +1 -0
  69. package/es/command/module.js +4 -0
  70. package/es/command/notebook-commands.d.ts +6 -0
  71. package/es/command/notebook-commands.d.ts.map +1 -0
  72. package/es/command/notebook-commands.js +468 -0
  73. package/es/components/cell-protocol.d.ts +20 -0
  74. package/es/components/cell-protocol.d.ts.map +1 -0
  75. package/es/components/cell-protocol.js +4 -0
  76. package/es/components/dnd-cell-item-render.d.ts +12 -0
  77. package/es/components/dnd-cell-item-render.d.ts.map +1 -0
  78. package/es/components/dnd-cell-item-render.js +253 -0
  79. package/es/components/dnd-component/custom-drag-layer.d.ts +9 -0
  80. package/es/components/dnd-component/custom-drag-layer.d.ts.map +1 -0
  81. package/es/components/dnd-component/custom-drag-layer.js +141 -0
  82. package/es/components/dnd-component/default-dnd-content.d.ts +10 -0
  83. package/es/components/dnd-component/default-dnd-content.d.ts.map +1 -0
  84. package/es/components/dnd-component/default-dnd-content.js +257 -0
  85. package/es/components/dnd-component/dnd-context.d.ts +3 -0
  86. package/es/components/dnd-component/dnd-context.d.ts.map +1 -0
  87. package/es/components/dnd-component/dnd-context.js +20 -0
  88. package/es/components/dnd-component/dnd-list.d.ts +10 -0
  89. package/es/components/dnd-component/dnd-list.d.ts.map +1 -0
  90. package/es/components/dnd-component/dnd-list.js +115 -0
  91. package/es/components/dnd-component/index.d.ts +5 -0
  92. package/es/components/dnd-component/index.d.ts.map +1 -0
  93. package/es/components/dnd-component/index.js +4 -0
  94. package/es/components/index.d.ts +6 -0
  95. package/es/components/index.d.ts.map +1 -0
  96. package/es/components/index.js +5 -0
  97. package/es/components/libro-component.d.ts +5 -0
  98. package/es/components/libro-component.d.ts.map +1 -0
  99. package/es/components/libro-component.js +35 -0
  100. package/es/components/libro-side-toolbar-menu.d.ts +21 -0
  101. package/es/components/libro-side-toolbar-menu.d.ts.map +1 -0
  102. package/es/components/libro-side-toolbar-menu.js +58 -0
  103. package/es/components/libro-view-header.d.ts +3 -0
  104. package/es/components/libro-view-header.d.ts.map +1 -0
  105. package/es/components/libro-view-header.js +37 -0
  106. package/es/configuration/libro-configuration-contribution.d.ts +5 -0
  107. package/es/configuration/libro-configuration-contribution.d.ts.map +1 -0
  108. package/es/configuration/libro-configuration-contribution.js +24 -0
  109. package/es/configuration/libro-configuration.d.ts +10 -0
  110. package/es/configuration/libro-configuration.d.ts.map +1 -0
  111. package/es/configuration/libro-configuration.js +81 -0
  112. package/es/content/index.d.ts +5 -0
  113. package/es/content/index.d.ts.map +1 -0
  114. package/es/content/index.js +4 -0
  115. package/es/content/libro-content-contribution.d.ts +11 -0
  116. package/es/content/libro-content-contribution.d.ts.map +1 -0
  117. package/es/content/libro-content-contribution.js +32 -0
  118. package/es/content/libro-content-module.d.ts +3 -0
  119. package/es/content/libro-content-module.d.ts.map +1 -0
  120. package/es/content/libro-content-module.js +5 -0
  121. package/es/content/libro-content-protocol.d.ts +8 -0
  122. package/es/content/libro-content-protocol.d.ts.map +1 -0
  123. package/es/content/libro-content-protocol.js +2 -0
  124. package/es/content/libro-content-service.d.ts +9 -0
  125. package/es/content/libro-content-service.d.ts.map +1 -0
  126. package/es/content/libro-content-service.js +35 -0
  127. package/es/index.d.ts +20 -0
  128. package/es/index.d.ts.map +1 -0
  129. package/es/index.js +19 -0
  130. package/es/index.less +682 -0
  131. package/es/libro-context-key.d.ts +22 -0
  132. package/es/libro-context-key.d.ts.map +1 -0
  133. package/es/libro-context-key.js +80 -0
  134. package/es/libro-keybind-registry.d.ts +5 -0
  135. package/es/libro-keybind-registry.d.ts.map +1 -0
  136. package/es/libro-keybind-registry.js +68 -0
  137. package/es/libro-model.d.ts +129 -0
  138. package/es/libro-model.d.ts.map +1 -0
  139. package/es/libro-model.js +803 -0
  140. package/es/libro-protocol.d.ts +241 -0
  141. package/es/libro-protocol.d.ts.map +1 -0
  142. package/es/libro-protocol.js +34 -0
  143. package/es/libro-service.d.ts +34 -0
  144. package/es/libro-service.d.ts.map +1 -0
  145. package/es/libro-service.js +180 -0
  146. package/es/libro-view-tracker.d.ts +6 -0
  147. package/es/libro-view-tracker.d.ts.map +1 -0
  148. package/es/libro-view-tracker.js +13 -0
  149. package/es/libro-view.d.ts +151 -0
  150. package/es/libro-view.d.ts.map +1 -0
  151. package/es/libro-view.js +1963 -0
  152. package/es/material-from-designer.d.ts +27 -0
  153. package/es/material-from-designer.d.ts.map +1 -0
  154. package/es/material-from-designer.js +550 -0
  155. package/es/module.d.ts +3 -0
  156. package/es/module.d.ts.map +1 -0
  157. package/es/module.js +55 -0
  158. package/es/output/index.d.ts +6 -0
  159. package/es/output/index.d.ts.map +1 -0
  160. package/es/output/index.js +5 -0
  161. package/es/output/output-area.d.ts +51 -0
  162. package/es/output/output-area.d.ts.map +1 -0
  163. package/es/output/output-area.js +346 -0
  164. package/es/output/output-contribution.d.ts +11 -0
  165. package/es/output/output-contribution.d.ts.map +1 -0
  166. package/es/output/output-contribution.js +31 -0
  167. package/es/output/output-model.d.ts +27 -0
  168. package/es/output/output-model.d.ts.map +1 -0
  169. package/es/output/output-model.js +95 -0
  170. package/es/output/output-module.d.ts +3 -0
  171. package/es/output/output-module.d.ts.map +1 -0
  172. package/es/output/output-module.js +6 -0
  173. package/es/output/output-protocol.d.ts +130 -0
  174. package/es/output/output-protocol.d.ts.map +1 -0
  175. package/es/output/output-protocol.js +18 -0
  176. package/es/slot/index.d.ts +5 -0
  177. package/es/slot/index.d.ts.map +1 -0
  178. package/es/slot/index.js +4 -0
  179. package/es/slot/libro-slot-manager.d.ts +13 -0
  180. package/es/slot/libro-slot-manager.d.ts.map +1 -0
  181. package/es/slot/libro-slot-manager.js +57 -0
  182. package/es/slot/libro-slot-protocol.d.ts +19 -0
  183. package/es/slot/libro-slot-protocol.d.ts.map +1 -0
  184. package/es/slot/libro-slot-protocol.js +5 -0
  185. package/es/slot/libro-slot-view.d.ts +9 -0
  186. package/es/slot/libro-slot-view.d.ts.map +1 -0
  187. package/es/slot/libro-slot-view.js +81 -0
  188. package/es/slot/module.d.ts +3 -0
  189. package/es/slot/module.d.ts.map +1 -0
  190. package/es/slot/module.js +5 -0
  191. package/es/theme/libro-color-registry.d.ts +6 -0
  192. package/es/theme/libro-color-registry.d.ts.map +1 -0
  193. package/es/theme/libro-color-registry.js +494 -0
  194. package/es/toolbar/change-cell-to-selector.d.ts +5 -0
  195. package/es/toolbar/change-cell-to-selector.d.ts.map +1 -0
  196. package/es/toolbar/change-cell-to-selector.js +48 -0
  197. package/es/toolbar/hide-all-selector.d.ts +5 -0
  198. package/es/toolbar/hide-all-selector.d.ts.map +1 -0
  199. package/es/toolbar/hide-all-selector.js +99 -0
  200. package/es/toolbar/index.d.ts +4 -0
  201. package/es/toolbar/index.d.ts.map +1 -0
  202. package/es/toolbar/index.js +3 -0
  203. package/es/toolbar/index.less +59 -0
  204. package/es/toolbar/libro-toolbar-protocol.d.ts +4 -0
  205. package/es/toolbar/libro-toolbar-protocol.d.ts.map +1 -0
  206. package/es/toolbar/libro-toolbar-protocol.js +1 -0
  207. package/es/toolbar/libro-toolbar.d.ts +8 -0
  208. package/es/toolbar/libro-toolbar.d.ts.map +1 -0
  209. package/es/toolbar/libro-toolbar.js +223 -0
  210. package/es/toolbar/module.d.ts +3 -0
  211. package/es/toolbar/module.d.ts.map +1 -0
  212. package/es/toolbar/module.js +5 -0
  213. package/es/toolbar/restart-clear-outputs-contribution.d.ts +5 -0
  214. package/es/toolbar/restart-clear-outputs-contribution.d.ts.map +1 -0
  215. package/es/toolbar/restart-clear-outputs-contribution.js +23 -0
  216. package/es/toolbar/restart-clear-outputs-modal.d.ts +6 -0
  217. package/es/toolbar/restart-clear-outputs-modal.d.ts.map +1 -0
  218. package/es/toolbar/restart-clear-outputs-modal.js +30 -0
  219. package/es/toolbar/save-icon.d.ts +3 -0
  220. package/es/toolbar/save-icon.d.ts.map +1 -0
  221. package/es/toolbar/save-icon.js +54 -0
  222. package/es/toolbar/shutdown-contribution.d.ts +5 -0
  223. package/es/toolbar/shutdown-contribution.d.ts.map +1 -0
  224. package/es/toolbar/shutdown-contribution.js +23 -0
  225. package/es/toolbar/shutdown-modal.d.ts +6 -0
  226. package/es/toolbar/shutdown-modal.d.ts.map +1 -0
  227. package/es/toolbar/shutdown-modal.js +30 -0
  228. package/es/toolbar/side-toolar-more-select.d.ts +4 -0
  229. package/es/toolbar/side-toolar-more-select.d.ts.map +1 -0
  230. package/es/toolbar/side-toolar-more-select.js +161 -0
  231. package/es/typings/index.d.ts +1 -0
  232. package/package.json +70 -0
  233. package/src/add-cell/index.less +38 -0
  234. package/src/add-cell/index.ts +3 -0
  235. package/src/add-cell/libro-add-cell-module.ts +9 -0
  236. package/src/add-cell/libro-add-cell-slot-contribution.ts +31 -0
  237. package/src/add-cell/libro-add-cell-view.tsx +101 -0
  238. package/src/cell/README.md +14 -0
  239. package/src/cell/index.ts +9 -0
  240. package/src/cell/libro-cell-contribution.ts +38 -0
  241. package/src/cell/libro-cell-model.ts +61 -0
  242. package/src/cell/libro-cell-module.ts +40 -0
  243. package/src/cell/libro-cell-protocol.ts +53 -0
  244. package/src/cell/libro-cell-service.ts +157 -0
  245. package/src/cell/libro-cell-view.tsx +128 -0
  246. package/src/cell/libro-edit-cell-view.tsx +60 -0
  247. package/src/cell/libro-executable-cell-model.ts +32 -0
  248. package/src/cell/libro-executable-cell-view.ts +74 -0
  249. package/src/cell/libro-markdown-cell-model.ts +20 -0
  250. package/src/collapse-service.ts +69 -0
  251. package/src/command/document-commands.ts +18 -0
  252. package/src/command/index.ts +6 -0
  253. package/src/command/kernel-command.ts +41 -0
  254. package/src/command/libro-command-contribution.ts +1339 -0
  255. package/src/command/libro-command-register.ts +171 -0
  256. package/src/command/module.ts +9 -0
  257. package/src/command/notebook-commands.ts +498 -0
  258. package/src/components/cell-protocol.ts +22 -0
  259. package/src/components/dnd-cell-item-render.tsx +308 -0
  260. package/src/components/dnd-component/custom-drag-layer.tsx +145 -0
  261. package/src/components/dnd-component/default-dnd-content.tsx +275 -0
  262. package/src/components/dnd-component/dnd-context.tsx +28 -0
  263. package/src/components/dnd-component/dnd-list.tsx +116 -0
  264. package/src/components/dnd-component/index.tsx +4 -0
  265. package/src/components/index.ts +5 -0
  266. package/src/components/libro-component.tsx +30 -0
  267. package/src/components/libro-side-toolbar-menu.tsx +82 -0
  268. package/src/components/libro-view-header.tsx +33 -0
  269. package/src/configuration/libro-configuration-contribution.ts +29 -0
  270. package/src/configuration/libro-configuration.ts +88 -0
  271. package/src/content/index.ts +4 -0
  272. package/src/content/libro-content-contribution.ts +17 -0
  273. package/src/content/libro-content-module.ts +9 -0
  274. package/src/content/libro-content-protocol.ts +8 -0
  275. package/src/content/libro-content-service.ts +30 -0
  276. package/src/index.less +682 -0
  277. package/src/index.tsx +19 -0
  278. package/src/libro-context-key.ts +80 -0
  279. package/src/libro-keybind-registry.ts +43 -0
  280. package/src/libro-model.ts +614 -0
  281. package/src/libro-protocol.ts +322 -0
  282. package/src/libro-service.ts +121 -0
  283. package/src/libro-view-tracker.ts +9 -0
  284. package/src/libro-view.tsx +1399 -0
  285. package/src/material-from-designer.tsx +457 -0
  286. package/src/module.ts +90 -0
  287. package/src/output/index.ts +5 -0
  288. package/src/output/output-area.tsx +255 -0
  289. package/src/output/output-contribution.ts +18 -0
  290. package/src/output/output-model.tsx +66 -0
  291. package/src/output/output-module.ts +10 -0
  292. package/src/output/output-protocol.ts +164 -0
  293. package/src/slot/index.ts +4 -0
  294. package/src/slot/libro-slot-manager.ts +37 -0
  295. package/src/slot/libro-slot-protocol.ts +28 -0
  296. package/src/slot/libro-slot-view.tsx +51 -0
  297. package/src/slot/module.ts +9 -0
  298. package/src/theme/libro-color-registry.ts +371 -0
  299. package/src/toolbar/change-cell-to-selector.tsx +58 -0
  300. package/src/toolbar/hide-all-selector.tsx +126 -0
  301. package/src/toolbar/index.less +59 -0
  302. package/src/toolbar/index.ts +3 -0
  303. package/src/toolbar/libro-toolbar-protocol.ts +4 -0
  304. package/src/toolbar/libro-toolbar.tsx +192 -0
  305. package/src/toolbar/module.ts +11 -0
  306. package/src/toolbar/restart-clear-outputs-contribution.tsx +10 -0
  307. package/src/toolbar/restart-clear-outputs-modal.tsx +37 -0
  308. package/src/toolbar/save-icon.tsx +47 -0
  309. package/src/toolbar/shutdown-contribution.tsx +10 -0
  310. package/src/toolbar/shutdown-modal.tsx +37 -0
  311. package/src/toolbar/side-toolar-more-select.tsx +172 -0
  312. package/src/typings/index.d.ts +1 -0
@@ -0,0 +1,27 @@
1
+ import React from 'react';
2
+ export declare const ClearOutlined: React.FC;
3
+ export declare const Reload: React.FC;
4
+ export declare const Redo: React.FC;
5
+ export declare const Undo: React.FC;
6
+ export declare const MoveUpOutlined: React.FC;
7
+ export declare const MoveDownOutlined: React.FC;
8
+ export declare const DeleteOutlined: React.FC;
9
+ export declare const MoreOutlined: React.FC;
10
+ export declare const KeybindInstructionsOutlined: React.FC<{
11
+ className: string;
12
+ style: object;
13
+ }>;
14
+ export declare const ContentMore: React.FC;
15
+ export declare const HolderOutlined: React.FC<{
16
+ className: string;
17
+ }>;
18
+ export declare const CheckCircleOutlined: React.FC;
19
+ export declare const PlusOutlined: React.FC<{
20
+ className: string;
21
+ }>;
22
+ export declare const AddCellOutlined: React.FC<{
23
+ className: string;
24
+ }>;
25
+ export declare const ArrowDown: React.FC;
26
+ export declare const ArrowRight: React.FC;
27
+ //# sourceMappingURL=material-from-designer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"material-from-designer.d.ts","sourceRoot":"","sources":["../src/material-from-designer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EA6BjC,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EA2B1B,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EA2BxB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EA0BxB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAiClC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAiCpC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAiClC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAiChC,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,KAAK,CAAC,EAAE,CAAC;IACjD,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;CACf,CAgCA,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EA+B/B,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,CAgC1D,CAAC;AACF,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAYvC,CAAC;AACF,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,CAoCxD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,CAmB3D,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAU7B,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAU9B,CAAC"}
@@ -0,0 +1,550 @@
1
+ import React from 'react';
2
+ import { jsx as _jsx } from "react/jsx-runtime";
3
+ import { jsxs as _jsxs } from "react/jsx-runtime";
4
+ export var ClearOutlined = function ClearOutlined() {
5
+ return /*#__PURE__*/_jsx("svg", {
6
+ width: "18px",
7
+ height: "18px",
8
+ viewBox: "0 0 18 18",
9
+ version: "1.1",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
12
+ children: /*#__PURE__*/_jsx("g", {
13
+ id: "\u9875\u9762-1",
14
+ stroke: "none",
15
+ strokeWidth: "1",
16
+ fill: "none",
17
+ fillRule: "evenodd",
18
+ children: /*#__PURE__*/_jsx("g", {
19
+ id: "1.0-\u4EFB\u52A1\u8DEF\u5F84",
20
+ transform: "translate(-914.000000, -82.000000)",
21
+ fill: "currentColor",
22
+ fillRule: "nonzero",
23
+ children: /*#__PURE__*/_jsx("g", {
24
+ id: "\u5DE5\u5177\u680F",
25
+ transform: "translate(262.000000, 68.000000)",
26
+ children: /*#__PURE__*/_jsx("g", {
27
+ id: "\u7F16\u7EC4-9",
28
+ transform: "translate(413.000000, 12.000000)",
29
+ children: /*#__PURE__*/_jsx("g", {
30
+ id: "\u6E05\u9664-output",
31
+ transform: "translate(239.000000, 2.000000)",
32
+ children: /*#__PURE__*/_jsx("path", {
33
+ d: "M17.6939086,17.3055838 L16.4832487,10.3248731 L16.892132,10.3248731 C17.221066,10.3248731 17.4860406,10.0598985 17.4860406,9.73096447 L17.4860406,5.34517766 C17.4860406,5.01624365 17.221066,4.75126904 16.892132,4.75126904 L11.2728426,4.75126904 L11.2728426,0.593908629 C11.2728426,0.264974619 11.007868,0 10.678934,0 L7.02411168,0 C6.69517766,0 6.43020305,0.264974619 6.43020305,0.593908629 L6.43020305,4.75126904 L0.810913706,4.75126904 C0.481979695,4.75126904 0.217005076,5.01624365 0.217005076,5.34517766 L0.217005076,9.73096447 C0.217005076,10.0598985 0.481979695,10.3248731 0.810913706,10.3248731 L1.21979695,10.3248731 L0.00913705584,17.3055838 C0.00228426396,17.3398477 0,17.3741117 0,17.4060914 C0,17.7350254 0.264974619,18 0.593908629,18 L17.1091371,18 C17.143401,18 17.177665,17.9977157 17.2096447,17.9908629 C17.5340102,17.9360406 17.7510152,17.627665 17.6939086,17.3055838 Z M1.81598985,6.35025381 L8.02918782,6.35025381 L8.02918782,1.59898477 L9.67385787,1.59898477 L9.67385787,6.35025381 L15.8870558,6.35025381 L15.8870558,8.72588832 L1.81598985,8.72588832 L1.81598985,6.35025381 Z M12.5063452,16.4010152 L12.5063452,12.8375635 C12.5063452,12.7370558 12.4241117,12.6548223 12.3236041,12.6548223 L11.2271574,12.6548223 C11.1266497,12.6548223 11.0444162,12.7370558 11.0444162,12.8375635 L11.0444162,16.4010152 L6.65862944,16.4010152 L6.65862944,12.8375635 C6.65862944,12.7370558 6.57639594,12.6548223 6.47588832,12.6548223 L5.37944162,12.6548223 C5.27893401,12.6548223 5.19670051,12.7370558 5.19670051,12.8375635 L5.19670051,16.4010152 L1.78857868,16.4010152 L2.81878173,10.4619289 L14.8819797,10.4619289 L15.9121827,16.4010152 L12.5063452,16.4010152 Z",
34
+ id: "\u5F62\u72B6"
35
+ })
36
+ })
37
+ })
38
+ })
39
+ })
40
+ })
41
+ });
42
+ };
43
+ export var Reload = function Reload() {
44
+ return /*#__PURE__*/_jsx("svg", {
45
+ width: "18px",
46
+ height: "18px",
47
+ viewBox: "0 0 20 20",
48
+ version: "1.1",
49
+ xmlns: "http://www.w3.org/2000/svg",
50
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
51
+ children: /*#__PURE__*/_jsx("g", {
52
+ id: "\u9875\u9762-1",
53
+ stroke: "none",
54
+ strokeWidth: "1",
55
+ fill: "none",
56
+ fillRule: "evenodd",
57
+ children: /*#__PURE__*/_jsx("g", {
58
+ id: "2.1-kernel-\u72B6\u6001\u5C55\u793A",
59
+ transform: "translate(-776.000000, -80.000000)",
60
+ fill: "#7B7B7B",
61
+ fillRule: "nonzero",
62
+ children: /*#__PURE__*/_jsx("g", {
63
+ id: "\u7F16\u7EC4-24",
64
+ transform: "translate(637.000000, 80.000000)",
65
+ children: /*#__PURE__*/_jsx("g", {
66
+ id: "reload",
67
+ transform: "translate(139.000000, 0.000000)",
68
+ children: /*#__PURE__*/_jsx("path", {
69
+ d: "M9.99763609,0 C13.1952551,0 16.0428742,1.50238095 17.8738266,3.84285714 L19.2166837,2.79285714 C19.3404932,2.6952381 19.5238266,2.78333333 19.5262075,2.94047619 L19.5071599,7.24761905 C19.5071599,7.36904762 19.3904932,7.45952381 19.2714456,7.43095238 L15.0904932,6.40714286 C14.9357313,6.36904762 14.8928742,6.16904762 15.0190647,6.07142857 L16.452398,4.95238095 C16.2476361,4.69047619 16.0262075,4.44047619 15.7904932,4.2047619 C15.0381123,3.45 14.1619218,2.85952381 13.1881123,2.44761905 C12.1809694,2.02142857 11.1095409,1.8047619 10.002398,1.8047619 C8.89763609,1.8047619 7.82382657,2.02142857 6.81668371,2.44761905 C5.84287419,2.86190476 4.96668371,3.45238095 4.21430276,4.2047619 C3.46192181,4.95714286 2.87144562,5.83333333 2.45954085,6.80952381 C2.03335038,7.81904762 1.81668371,8.89047619 1.81668371,9.99761905 C1.81668371,11.1047619 2.03335038,12.1761905 2.45954085,13.1857143 C2.87144562,14.1619048 3.46192181,15.0380952 4.21430276,15.7904762 C4.96668371,16.5452381 5.84287419,17.1357143 6.81668371,17.547619 C7.82382657,17.9738095 8.89525514,18.1904762 10.002398,18.1904762 C11.1071599,18.1904762 12.1809694,17.9738095 13.1881123,17.547619 C14.1619218,17.1333333 15.0381123,16.5428571 15.7904932,15.7904762 C16.5428742,15.0380952 17.1333504,14.1619048 17.5452551,13.1857143 C17.5952551,13.0690476 17.6428742,12.95 17.6857313,12.8309524 C17.7214456,12.7333333 17.8285885,12.6833333 17.9262075,12.7166667 L19.2762075,13.1809524 C19.3762075,13.2142857 19.4285885,13.3261905 19.3928742,13.4261905 C17.9928742,17.2619048 14.3143028,20 9.99763609,20 C4.47144562,20 -0.00712581306,15.5166667 8.51186087e-06,9.98809524 C0.00715990122,4.46428571 4.47620752,0 9.99763609,0 Z M10.7045178,5.03320312 C11.5339448,5.03320312 12.2107027,5.25195312 12.7347912,5.68945312 C13.3682547,6.18619792 13.6986584,6.89485677 13.7260021,7.81542969 C13.707773,9.16894531 13.0651948,10.0895182 11.7982678,10.5771484 L14.1088146,15 L12.3109631,15 L10.2533459,10.7412109 L8.32561152,10.7412109 L8.32561152,15 L6.81486933,15 L6.81486933,5.03320312 Z M10.6908459,6.37988281 L8.32561152,6.37988281 L8.32561152,9.40136719 L10.6088146,9.40136719 C11.1739188,9.3922526 11.5977469,9.2281901 11.880299,8.90917969 C12.1582938,8.61295573 12.2972912,8.2483724 12.2972912,7.81542969 C12.2881766,7.29589844 12.1218355,6.91992188 11.7982678,6.6875 C11.5430594,6.48242188 11.1739188,6.37988281 10.6908459,6.37988281 Z",
70
+ id: "reboot"
71
+ })
72
+ })
73
+ })
74
+ })
75
+ })
76
+ });
77
+ };
78
+ export var Redo = function Redo() {
79
+ return /*#__PURE__*/_jsx("svg", {
80
+ width: "20px",
81
+ height: "10px",
82
+ viewBox: "0 0 20 10",
83
+ version: "1.1",
84
+ xmlns: "http://www.w3.org/2000/svg",
85
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
86
+ children: /*#__PURE__*/_jsx("g", {
87
+ id: "\u9875\u9762-1",
88
+ stroke: "none",
89
+ strokeWidth: "1",
90
+ fill: "none",
91
+ fillRule: "evenodd",
92
+ children: /*#__PURE__*/_jsx("g", {
93
+ id: "1.0-\u4EFB\u52A1\u8DEF\u5F84",
94
+ transform: "translate(-828.000000, -85.000000)",
95
+ fill: "currentColor",
96
+ children: /*#__PURE__*/_jsx("g", {
97
+ id: "\u5DE5\u5177\u680F",
98
+ transform: "translate(262.000000, 68.000000)",
99
+ children: /*#__PURE__*/_jsx("g", {
100
+ id: "\u7F16\u7EC4-9",
101
+ transform: "translate(413.000000, 12.000000)",
102
+ children: /*#__PURE__*/_jsx("path", {
103
+ d: "M163.478516,5 C168.174861,5 172.091467,8.29449029 172.984601,12.6692922 C171.503668,9.97289796 168.611121,8.14166085 165.285156,8.14166085 C162.530706,8.14166085 160.073518,9.39763101 158.469598,11.3608903 L161.076729,13.9340454 C161.229307,14.0846138 161.230936,14.3303625 161.080368,14.4829406 C161.007436,14.556846 160.907933,14.5984485 160.804101,14.5984485 L153.517515,14.5984485 C153.231699,14.5984485 153,14.3667493 153,14.0809338 L153,6.89202764 C153,6.67766601 153.173774,6.50389157 153.388136,6.50389157 C153.490185,6.50389157 153.588128,6.54408118 153.660764,6.61576059 L155.798506,8.72608257 C157.57187,6.45970062 160.352452,5 163.478516,5 Z",
104
+ id: "Combined-Shape",
105
+ transform: "translate(162.992582, 9.799224) scale(-1, 1) translate(-162.992582, -9.799224) "
106
+ })
107
+ })
108
+ })
109
+ })
110
+ })
111
+ });
112
+ };
113
+ export var Undo = function Undo() {
114
+ return /*#__PURE__*/_jsx("svg", {
115
+ width: "20px",
116
+ height: "10px",
117
+ viewBox: "0 0 20 10",
118
+ version: "1.1",
119
+ xmlns: "http://www.w3.org/2000/svg",
120
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
121
+ children: /*#__PURE__*/_jsx("g", {
122
+ id: "\u9875\u9762-1",
123
+ stroke: "none",
124
+ strokeWidth: "1",
125
+ fill: "none",
126
+ fillRule: "evenodd",
127
+ children: /*#__PURE__*/_jsx("g", {
128
+ id: "1.0-\u4EFB\u52A1\u8DEF\u5F84",
129
+ transform: "translate(-788.000000, -85.000000)",
130
+ fill: "currentColor",
131
+ children: /*#__PURE__*/_jsx("g", {
132
+ id: "\u5DE5\u5177\u680F",
133
+ transform: "translate(262.000000, 68.000000)",
134
+ children: /*#__PURE__*/_jsx("g", {
135
+ id: "\u7F16\u7EC4-9",
136
+ transform: "translate(413.000000, 12.000000)",
137
+ children: /*#__PURE__*/_jsx("path", {
138
+ d: "M123.478516,5 C128.174861,5 132.091467,8.29449029 132.984601,12.6692922 C131.503668,9.97289796 128.611121,8.14166085 125.285156,8.14166085 C122.530706,8.14166085 120.073518,9.39763101 118.469598,11.3608903 L121.076729,13.9340454 C121.229307,14.0846138 121.230936,14.3303625 121.080368,14.4829406 C121.007436,14.556846 120.907933,14.5984485 120.804101,14.5984485 L113.517515,14.5984485 C113.231699,14.5984485 113,14.3667493 113,14.0809338 L113,6.89202764 C113,6.67766601 113.173774,6.50389157 113.388136,6.50389157 C113.490185,6.50389157 113.588128,6.54408118 113.660764,6.61576059 L115.798506,8.72608257 C117.57187,6.45970062 120.352452,5 123.478516,5 Z",
139
+ id: "Combined-Shape"
140
+ })
141
+ })
142
+ })
143
+ })
144
+ })
145
+ });
146
+ };
147
+ export var MoveUpOutlined = function MoveUpOutlined() {
148
+ return /*#__PURE__*/_jsx("svg", {
149
+ width: "16px",
150
+ height: "16px",
151
+ viewBox: "0 0 16 16",
152
+ version: "1.1",
153
+ xmlns: "http://www.w3.org/2000/svg",
154
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
155
+ children: /*#__PURE__*/_jsx("g", {
156
+ id: "\u63A7\u4EF6",
157
+ stroke: "none",
158
+ strokeWidth: "1",
159
+ fill: "none",
160
+ fillRule: "evenodd",
161
+ children: /*#__PURE__*/_jsx("g", {
162
+ id: "\u53F3\u4FA7\u5DE5\u5177\u680F",
163
+ transform: "translate(-8.000000, -42.000000)",
164
+ fillRule: "nonzero",
165
+ children: /*#__PURE__*/_jsxs("g", {
166
+ id: "moveup",
167
+ transform: "translate(8.000000, 42.000000)",
168
+ children: [/*#__PURE__*/_jsx("rect", {
169
+ id: "\u77E9\u5F62",
170
+ fill: "#000000",
171
+ opacity: "0",
172
+ x: "0",
173
+ y: "0",
174
+ width: "16",
175
+ height: "16"
176
+ }), /*#__PURE__*/_jsx("path", {
177
+ d: "M13.375,12.5636719 L2.125,12.5636719 C2.05625,12.5636719 2,12.6199219 2,12.6886719 L2,13.6261719 C2,13.6949219 2.05625,13.7511719 2.125,13.7511719 L13.375,13.7511719 C13.44375,13.7511719 13.5,13.6949219 13.5,13.6261719 L13.5,12.6886719 C13.5,12.6199219 13.44375,12.5636719 13.375,12.5636719 Z M5.796875,5.46523437 L6.9515625,5.46523437 L6.9515625,10.7511719 C6.9515625,10.8199219 7.0078125,10.8761719 7.0765625,10.8761719 L8.0140625,10.8761719 C8.0828125,10.8761719 8.1390625,10.8199219 8.1390625,10.7511719 L8.1390625,5.46523437 L9.296875,5.46523437 C9.4015625,5.46523437 9.459375,5.34492187 9.3953125,5.26367187 L7.6453125,3.04804687 C7.5953125,2.98398437 7.4984375,2.98398437 7.4484375,3.04804687 L5.6984375,5.26210937 C5.634375,5.34492187 5.6921875,5.46523437 5.796875,5.46523437 L5.796875,5.46523437 Z",
178
+ fill: "currentColor"
179
+ })]
180
+ })
181
+ })
182
+ })
183
+ });
184
+ };
185
+ export var MoveDownOutlined = function MoveDownOutlined() {
186
+ return /*#__PURE__*/_jsx("svg", {
187
+ width: "16px",
188
+ height: "16px",
189
+ viewBox: "0 0 16 16",
190
+ version: "1.1",
191
+ xmlns: "http://www.w3.org/2000/svg",
192
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
193
+ children: /*#__PURE__*/_jsx("g", {
194
+ id: "\u63A7\u4EF6",
195
+ stroke: "none",
196
+ strokeWidth: "1",
197
+ fill: "none",
198
+ fillRule: "evenodd",
199
+ children: /*#__PURE__*/_jsx("g", {
200
+ id: "\u53F3\u4FA7\u5DE5\u5177\u680F",
201
+ transform: "translate(-8.000000, -74.000000)",
202
+ fillRule: "nonzero",
203
+ children: /*#__PURE__*/_jsxs("g", {
204
+ id: "movedown",
205
+ transform: "translate(8.000000, 74.000000)",
206
+ children: [/*#__PURE__*/_jsx("rect", {
207
+ id: "\u77E9\u5F62",
208
+ fill: "#000000",
209
+ opacity: "0",
210
+ x: "0",
211
+ y: "0",
212
+ width: "16",
213
+ height: "16"
214
+ }), /*#__PURE__*/_jsx("path", {
215
+ d: "M12.9984375,2 L2.1265625,2 C2.05625,2 2,2.05625 2,2.125 L2,3.0625 C2,3.13125 2.05625,3.1875 2.1265625,3.1875 L12.9984375,3.1875 C13.06875,3.1875 13.125,3.13125 13.125,3.0625 L13.125,2.125 C13.125,2.05625 13.06875,2 12.9984375,2 Z M7.4640625,13.265625 C7.5140625,13.3296875 7.6109375,13.3296875 7.6609375,13.265625 L9.4109375,11.0515625 C9.475,10.9703125 9.4171875,10.85 9.3125,10.85 L8.1546875,10.85 L8.1546875,5.5625 C8.1546875,5.49375 8.0984375,5.4375 8.0296875,5.4375 L7.0921875,5.4375 C7.0234375,5.4375 6.9671875,5.49375 6.9671875,5.5625 L6.9671875,10.8484375 L5.8125,10.8484375 C5.7078125,10.8484375 5.65,10.96875 5.7140625,11.05 L7.4640625,13.265625 Z",
216
+ fill: "currentColor"
217
+ })]
218
+ })
219
+ })
220
+ })
221
+ });
222
+ };
223
+ export var DeleteOutlined = function DeleteOutlined() {
224
+ return /*#__PURE__*/_jsx("svg", {
225
+ width: "16px",
226
+ height: "16px",
227
+ viewBox: "0 0 16 16",
228
+ version: "1.1",
229
+ xmlns: "http://www.w3.org/2000/svg",
230
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
231
+ children: /*#__PURE__*/_jsx("g", {
232
+ id: "\u63A7\u4EF6",
233
+ stroke: "none",
234
+ strokeWidth: "1",
235
+ fill: "none",
236
+ fillRule: "evenodd",
237
+ children: /*#__PURE__*/_jsx("g", {
238
+ id: "\u53F3\u4FA7\u5DE5\u5177\u680F",
239
+ transform: "translate(-8.000000, -111.000000)",
240
+ fillRule: "nonzero",
241
+ children: /*#__PURE__*/_jsxs("g", {
242
+ id: "delete",
243
+ transform: "translate(8.000000, 111.000000)",
244
+ children: [/*#__PURE__*/_jsx("rect", {
245
+ id: "\u77E9\u5F62",
246
+ fill: "#000000",
247
+ opacity: "0",
248
+ x: "0",
249
+ y: "0",
250
+ width: "16",
251
+ height: "16"
252
+ }), /*#__PURE__*/_jsx("path", {
253
+ d: "M5.625,2.875 L5.5,2.875 C5.56875,2.875 5.625,2.81875 5.625,2.75 L5.625,2.875 L10.375,2.875 L10.375,2.75 C10.375,2.81875 10.43125,2.875 10.5,2.875 L10.375,2.875 L10.375,4 L11.5,4 L11.5,2.75 C11.5,2.1984375 11.0515625,1.75 10.5,1.75 L5.5,1.75 C4.9484375,1.75 4.5,2.1984375 4.5,2.75 L4.5,4 L5.625,4 L5.625,2.875 Z M13.5,4 L2.5,4 C2.2234375,4 2,4.2234375 2,4.5 L2,5 C2,5.06875 2.05625,5.125 2.125,5.125 L3.06875,5.125 L3.4546875,13.296875 C3.4796875,13.8296875 3.9203125,14.25 4.453125,14.25 L11.546875,14.25 C12.08125,14.25 12.5203125,13.83125 12.5453125,13.296875 L12.93125,5.125 L13.875,5.125 C13.94375,5.125 14,5.06875 14,5 L14,4.5 C14,4.2234375 13.7765625,4 13.5,4 Z M11.4265625,13.125 L4.5734375,13.125 L4.1953125,5.125 L11.8046875,5.125 L11.4265625,13.125 Z",
254
+ fill: "currentColor"
255
+ })]
256
+ })
257
+ })
258
+ })
259
+ });
260
+ };
261
+ export var MoreOutlined = function MoreOutlined() {
262
+ return /*#__PURE__*/_jsx("svg", {
263
+ width: "16px",
264
+ height: "16px",
265
+ viewBox: "0 0 16 16",
266
+ version: "1.1",
267
+ xmlns: "http://www.w3.org/2000/svg",
268
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
269
+ children: /*#__PURE__*/_jsx("g", {
270
+ id: "\u63A7\u4EF6",
271
+ stroke: "none",
272
+ strokeWidth: "1",
273
+ fill: "none",
274
+ fillRule: "evenodd",
275
+ children: /*#__PURE__*/_jsx("g", {
276
+ id: "\u53F3\u4FA7\u5DE5\u5177\u680F",
277
+ transform: "translate(-8.000000, -148.000000)",
278
+ fillRule: "nonzero",
279
+ children: /*#__PURE__*/_jsxs("g", {
280
+ id: "more",
281
+ transform: "translate(8.000000, 148.000000)",
282
+ children: [/*#__PURE__*/_jsx("rect", {
283
+ id: "\u77E9\u5F62",
284
+ fill: "#000000",
285
+ opacity: "0",
286
+ x: "0",
287
+ y: "0",
288
+ width: "16",
289
+ height: "16"
290
+ }), /*#__PURE__*/_jsx("path", {
291
+ d: "M2.75,7.984375 C2.75,8.2969824 2.91677405,8.58584354 3.18749999,8.74214724 C3.45822594,8.89845094 3.79177406,8.89845094 4.06250001,8.74214724 C4.33322595,8.58584354 4.5,8.2969824 4.5,7.984375 C4.5,7.6717676 4.33322595,7.38290646 4.06250001,7.22660276 C3.79177406,7.07029906 3.45822594,7.07029906 3.18749999,7.22660276 C2.91677405,7.38290646 2.75,7.6717676 2.75,7.984375 L2.75,7.984375 Z M7.125,7.984375 C7.125,8.46762416 7.51675084,8.859375 8,8.859375 C8.48324916,8.859375 8.875,8.46762416 8.875,7.984375 C8.875,7.50112584 8.48324916,7.109375 8,7.109375 C7.51675084,7.109375 7.125,7.50112584 7.125,7.984375 Z M11.5,7.984375 C11.5,8.46762416 11.8917508,8.859375 12.375,8.859375 C12.8582492,8.859375 13.25,8.46762416 13.25,7.984375 C13.25,7.50112584 12.8582492,7.109375 12.375,7.109375 C11.8917508,7.109375 11.5,7.50112584 11.5,7.984375 Z",
292
+ fill: "currentColor"
293
+ })]
294
+ })
295
+ })
296
+ })
297
+ });
298
+ };
299
+ export var KeybindInstructionsOutlined = function KeybindInstructionsOutlined(prop) {
300
+ return /*#__PURE__*/_jsx("svg", {
301
+ width: "16px",
302
+ height: "16px",
303
+ viewBox: "0 0 16 16",
304
+ version: "1.1",
305
+ xmlns: "http://www.w3.org/2000/svg",
306
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
307
+ className: prop.className,
308
+ style: prop.style,
309
+ children: /*#__PURE__*/_jsx("g", {
310
+ id: "\u9875\u9762-1",
311
+ stroke: "none",
312
+ strokeWidth: "1",
313
+ fill: "none",
314
+ fillRule: "evenodd",
315
+ children: /*#__PURE__*/_jsx("g", {
316
+ id: "2.1-\u4FA7\u8FB9\u5DE5\u5177\u680F\u5C55\u793A",
317
+ transform: "translate(-1334.000000, -81.000000)",
318
+ fill: "rgba(0,10,26,0.47)",
319
+ fillRule: "nonzero",
320
+ children: /*#__PURE__*/_jsx("g", {
321
+ id: "\u5DE5\u5177\u680F",
322
+ transform: "translate(262.000000, 68.000000)",
323
+ children: /*#__PURE__*/_jsx("g", {
324
+ id: "\u7F16\u7EC4-17",
325
+ transform: "translate(1072.000000, 11.000000)",
326
+ children: /*#__PURE__*/_jsxs("g", {
327
+ id: "keyboard-line",
328
+ transform: "translate(0.000000, 2.000000)",
329
+ children: [/*#__PURE__*/_jsx("rect", {
330
+ id: "\u77E9\u5F62",
331
+ opacity: "0",
332
+ x: "0",
333
+ y: "0",
334
+ width: "16",
335
+ height: "16"
336
+ }), /*#__PURE__*/_jsx("path", {
337
+ d: "M2,11.3333281 L14,11.3333281 L14,12.6666719 L2,12.6666719 L2,11.3333281 L2,11.3333281 Z M2,7.33332812 L4,7.33332812 L4,9.33332812 L2,9.33332812 L2,7.33332812 Z M5.33332812,7.33332812 L7.33332812,7.33332812 L7.33332812,9.33332812 L5.33332812,9.33332812 L5.33332812,7.33332812 Z M2,3.33332812 L4,3.33332812 L4,5.33332812 L2,5.33332812 L2,3.33332812 L2,3.33332812 Z M8.66667187,3.33332812 L10.6666719,3.33332812 L10.6666719,5.33332812 L8.66667187,5.33332812 L8.66667187,3.33332812 L8.66667187,3.33332812 Z M12,3.33332812 L14,3.33332812 L14,5.33332812 L12,5.33332812 L12,3.33332812 L12,3.33332812 Z M8.66667187,7.33332812 L10.6666719,7.33332812 L10.6666719,9.33332812 L8.66667187,9.33332812 L8.66667187,7.33332812 Z M12,7.33332812 L14,7.33332812 L14,9.33332812 L12,9.33332812 L12,7.33332812 L12,7.33332812 Z M5.33332812,3.33332812 L7.33332812,3.33332812 L7.33332812,5.33332812 L5.33332812,5.33332812 L5.33332812,3.33332812 Z",
338
+ id: "\u5F62\u72B6"
339
+ })]
340
+ })
341
+ })
342
+ })
343
+ })
344
+ })
345
+ });
346
+ };
347
+ export var ContentMore = function ContentMore() {
348
+ return /*#__PURE__*/_jsx("svg", {
349
+ width: "24px",
350
+ height: "24px",
351
+ viewBox: "0 0 24 24",
352
+ version: "1.1",
353
+ xmlns: "http://www.w3.org/2000/svg",
354
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
355
+ fill: "currentColor",
356
+ children: /*#__PURE__*/_jsx("g", {
357
+ id: "\u9875\u9762-1",
358
+ stroke: "none",
359
+ strokeWidth: "1",
360
+ fill: "currentColor",
361
+ fillRule: "evenodd",
362
+ children: /*#__PURE__*/_jsx("g", {
363
+ id: "5.3-\u9690\u85CF-Code-+-Output-",
364
+ transform: "translate(-310.000000, -630.000000)",
365
+ children: /*#__PURE__*/_jsxs("g", {
366
+ id: "more",
367
+ transform: "translate(310.000000, 630.000000)",
368
+ children: [/*#__PURE__*/_jsx("rect", {
369
+ id: "\u77E9\u5F62",
370
+ fillOpacity: "0",
371
+ fill: "currentColor",
372
+ x: "0",
373
+ y: "0",
374
+ width: "24",
375
+ height: "24"
376
+ }), /*#__PURE__*/_jsx("path", {
377
+ d: "M4.125,11.9765625 C4.125,12.4454736 4.37516107,12.8787653 4.78124999,13.1132209 C5.18733891,13.3476764 5.68766109,13.3476764 6.09375001,13.1132209 C6.49983893,12.8787653 6.75,12.4454736 6.75,11.9765625 C6.75,11.5076514 6.49983893,11.0743597 6.09375001,10.8399041 C5.68766109,10.6054486 5.18733891,10.6054486 4.78124999,10.8399041 C4.37516107,11.0743597 4.125,11.5076514 4.125,11.9765625 L4.125,11.9765625 Z M10.6875,11.9765625 C10.6875,12.7014362 11.2751263,13.2890625 12,13.2890625 C12.7248737,13.2890625 13.3125,12.7014362 13.3125,11.9765625 C13.3125,11.2516888 12.7248737,10.6640625 12,10.6640625 C11.2751263,10.6640625 10.6875,11.2516888 10.6875,11.9765625 Z M17.25,11.9765625 C17.25,12.7014362 17.8376263,13.2890625 18.5625,13.2890625 C19.2873737,13.2890625 19.875,12.7014362 19.875,11.9765625 C19.875,11.2516888 19.2873737,10.6640625 18.5625,10.6640625 C17.8376263,10.6640625 17.25,11.2516888 17.25,11.9765625 Z",
378
+ id: "Shape",
379
+ fill: "currentColor"
380
+ })]
381
+ })
382
+ })
383
+ })
384
+ });
385
+ };
386
+ export var HolderOutlined = function HolderOutlined(prop) {
387
+ return /*#__PURE__*/_jsx("svg", {
388
+ width: "16px",
389
+ height: "16px",
390
+ viewBox: "0 0 16 16",
391
+ version: "1.1",
392
+ xmlns: "http://www.w3.org/2000/svg",
393
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
394
+ className: prop.className,
395
+ children: /*#__PURE__*/_jsx("g", {
396
+ id: "\u9875\u9762-1",
397
+ stroke: "none",
398
+ strokeWidth: "1",
399
+ fill: "none",
400
+ fillRule: "evenodd",
401
+ children: /*#__PURE__*/_jsx("g", {
402
+ id: "5.0-\u5355\u51FB\u9690\u85CF",
403
+ transform: "translate(-286.000000, -484.000000)",
404
+ children: /*#__PURE__*/_jsx("g", {
405
+ id: "\u7F16\u7EC4-7",
406
+ transform: "translate(252.304688, 480.000000)",
407
+ children: /*#__PURE__*/_jsxs("g", {
408
+ id: "\u7F16\u7EC4\u5907\u4EFD-2",
409
+ transform: "translate(33.695312, 4.000000)",
410
+ children: [/*#__PURE__*/_jsx("rect", {
411
+ id: "\u77E9\u5F62",
412
+ x: "0",
413
+ y: "0",
414
+ width: "16",
415
+ height: "16"
416
+ }), /*#__PURE__*/_jsx("g", {
417
+ id: "drag",
418
+ transform: "translate(3.625000, 1.000000)",
419
+ fill: "#637DA6",
420
+ fillRule: "nonzero",
421
+ opacity: "0.951674107",
422
+ children: /*#__PURE__*/_jsx("path", {
423
+ d: "M0,1.33984375 C0,0.599875 0.599875,0 1.33984375,0 C2.0798125,0 2.6796875,0.599875 2.6796875,1.33984375 C2.6796875,2.0798125 2.0798125,2.6796875 1.33984375,2.6796875 C0.599875,2.6796875 0,2.0798125 0,1.33984375 Z M0,7 C0,6.26003125 0.599875,5.66015625 1.33984375,5.66015625 C2.0798125,5.66015625 2.6796875,6.26003125 2.6796875,7 C2.6796875,7.73996875 2.0798125,8.33984375 1.33984375,8.33984375 C0.599875,8.33984375 0,7.73996875 0,7 Z M0,12.6601562 C0,11.9201719 0.599875,11.3203125 1.33984375,11.3203125 C2.0798125,11.3203125 2.6796875,11.9201719 2.6796875,12.6601562 C2.6796875,13.4001406 2.0798125,14 1.33984375,14 C0.599875,14 0,13.4001406 0,12.6601562 Z M6.0703125,1.33984375 C6.0703125,0.599875 6.6701875,0 7.41015625,0 C8.15014063,0 8.75,0.599875 8.75,1.33984375 C8.75,2.0798125 8.15014063,2.6796875 7.41015625,2.6796875 C6.6701875,2.6796875 6.0703125,2.0798125 6.0703125,1.33984375 Z M6.0703125,7 C6.0703125,6.26003125 6.6701875,5.66015625 7.41015625,5.66015625 C8.15014063,5.66015625 8.75,6.26003125 8.75,7 C8.75,7.73996875 8.15014063,8.33984375 7.41015625,8.33984375 C6.6701875,8.33984375 6.0703125,7.73996875 6.0703125,7 Z M6.0703125,12.6601562 C6.0703125,11.9201719 6.6701875,11.3203125 7.41015625,11.3203125 C8.15014063,11.3203125 8.75,11.9201719 8.75,12.6601562 C8.75,13.4001406 8.15014063,14 7.41015625,14 C6.6701875,14 6.0703125,13.4001406 6.0703125,12.6601562 Z",
424
+ id: "Shape"
425
+ })
426
+ })]
427
+ })
428
+ })
429
+ })
430
+ })
431
+ });
432
+ };
433
+ export var CheckCircleOutlined = function CheckCircleOutlined() {
434
+ return /*#__PURE__*/_jsx("svg", {
435
+ viewBox: "64 64 896 896",
436
+ focusable: "false",
437
+ "data-icon": "check-circle",
438
+ width: "1em",
439
+ height: "1em",
440
+ fill: "currentColor",
441
+ "aria-hidden": "true",
442
+ children: /*#__PURE__*/_jsx("path", {
443
+ d: "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm193.5 301.7l-210.6 292a31.8 31.8 0 01-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.5 12.7z"
444
+ })
445
+ });
446
+ };
447
+ export var PlusOutlined = function PlusOutlined(prop) {
448
+ return /*#__PURE__*/_jsx("span", {
449
+ className: prop.className,
450
+ children: /*#__PURE__*/_jsx("svg", {
451
+ width: "11px",
452
+ height: "10px",
453
+ viewBox: "0 0 11 10",
454
+ version: "1.1",
455
+ xmlns: "http://www.w3.org/2000/svg",
456
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
457
+ children: /*#__PURE__*/_jsx("g", {
458
+ id: "\u9875\u9762-1",
459
+ stroke: "none",
460
+ strokeWidth: "1",
461
+ fill: "none",
462
+ fillRule: "evenodd",
463
+ opacity: "0.85",
464
+ children: /*#__PURE__*/_jsx("g", {
465
+ id: "3.2-\u5FEB\u6377\u952E\u8BF4\u660E",
466
+ transform: "translate(-543.000000, -830.000000)",
467
+ fill: "currentColor",
468
+ fillRule: "nonzero",
469
+ children: /*#__PURE__*/_jsx("g", {
470
+ id: "\u7F16\u7EC4-27",
471
+ transform: "translate(0.000000, 0.000000)",
472
+ children: /*#__PURE__*/_jsx("g", {
473
+ id: "\u7F16\u7EC4-16",
474
+ transform: "translate(310.000000, 830.000000)",
475
+ children: /*#__PURE__*/_jsx("path", {
476
+ d: "M238.105263,0 L238.894737,0 C238.964912,0 239,0.037037037 239,0.111111111 L239,9.88888889 C239,9.96296296 238.964912,10 238.894737,10 L238.105263,10 C238.035088,10 238,9.96296296 238,9.88888889 L238,0.111111111 C238,0.037037037 238.035088,0 238.105263,0 Z M233.616279,4.5 L243.383721,4.5 C243.46124,4.5 243.5,4.53508772 243.5,4.60526316 L243.5,5.39473684 C243.5,5.46491228 243.46124,5.5 243.383721,5.5 L233.616279,5.5 C233.53876,5.5 233.5,5.46491228 233.5,5.39473684 L233.5,4.60526316 C233.5,4.53508772 233.53876,4.5 233.616279,4.5 Z",
477
+ id: "add"
478
+ })
479
+ })
480
+ })
481
+ })
482
+ })
483
+ })
484
+ });
485
+ };
486
+ export var AddCellOutlined = function AddCellOutlined(prop) {
487
+ return /*#__PURE__*/_jsx("span", {
488
+ className: prop.className,
489
+ style: {
490
+ height: '26px',
491
+ width: '26px'
492
+ },
493
+ children: /*#__PURE__*/_jsx("svg", {
494
+ width: "18px",
495
+ height: "18px",
496
+ viewBox: "0 0 18 18",
497
+ version: "1.1",
498
+ xmlns: "http://www.w3.org/2000/svg",
499
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
500
+ children: /*#__PURE__*/_jsx("g", {
501
+ id: "\u9875\u9762-1",
502
+ stroke: "none",
503
+ strokeWidth: "1",
504
+ fill: "#1890FF",
505
+ fillRule: "evenodd",
506
+ children: /*#__PURE__*/_jsx("g", {
507
+ id: "2.0-\u6DFB\u52A0-cell",
508
+ transform: "translate(-277.000000, -363.000000)",
509
+ children: /*#__PURE__*/_jsx("g", {
510
+ id: "Icon/01-Line/add",
511
+ transform: "translate(277.937500, 363.562500)",
512
+ children: /*#__PURE__*/_jsx("path", {
513
+ d: "M15.9375,7.546875 C16.040625,7.546875 16.125,7.63125 16.125,7.734375 L16.125,9.140625 C16.125,9.24375 16.040625,9.328125 15.9375,9.328125 L8.953125,9.328125 L8.953125,16.6875 C8.953125,16.7910534 8.86917839,16.875 8.765625,16.875 L7.359375,16.875 C7.25582161,16.875 7.171875,16.7910534 7.171875,16.6875 L7.171875,9.328125 L0.1875,9.328125 C0.084375,9.328125 0,9.24375 0,9.140625 L0,7.734375 C0,7.63125 0.084375,7.546875 0.1875,7.546875 L7.171875,7.546875 L7.171875,0.1875 C7.171875,0.0839466094 7.25582161,0 7.359375,0 L8.765625,0 C8.86917839,0 8.953125,0.0839466094 8.953125,0.1875 L8.953125,7.546875 L15.9375,7.546875 Z"
514
+ })
515
+ })
516
+ })
517
+ })
518
+ })
519
+ });
520
+ };
521
+ export var ArrowDown = function ArrowDown() {
522
+ return /*#__PURE__*/_jsx("svg", {
523
+ xmlns: "http://www.w3.org/2000/svg",
524
+ width: "16",
525
+ viewBox: "0 0 18 18",
526
+ children: /*#__PURE__*/_jsx("g", {
527
+ className: "libro-icon-collapse",
528
+ fill: "#616161",
529
+ shapeRendering: "geometricPrecision",
530
+ children: /*#__PURE__*/_jsx("path", {
531
+ d: "M5.2,7.5L9,11.2l3.8-3.8H5.2z"
532
+ })
533
+ })
534
+ });
535
+ };
536
+ export var ArrowRight = function ArrowRight() {
537
+ return /*#__PURE__*/_jsx("svg", {
538
+ xmlns: "http://www.w3.org/2000/svg",
539
+ width: "16",
540
+ viewBox: "0 0 18 18",
541
+ children: /*#__PURE__*/_jsx("g", {
542
+ className: "libro-icon-collapse",
543
+ fill: "#616161",
544
+ shapeRendering: "geometricPrecision",
545
+ children: /*#__PURE__*/_jsx("path", {
546
+ d: "M7.2,5.2L10.9,9l-3.8,3.8V5.2H7.2z"
547
+ })
548
+ })
549
+ });
550
+ };
package/es/module.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import { ManaModule } from '@difizen/mana-app';
2
+ export declare const LibroModule: ManaModule;
3
+ //# sourceMappingURL=module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAgC/C,eAAO,MAAM,WAAW,YAuDrB,CAAC"}
package/es/module.js ADDED
@@ -0,0 +1,55 @@
1
+ import { CodeEditorModule } from '@difizen/libro-code-editor';
2
+ import { ConfigurationModule } from '@difizen/mana-app';
3
+ import { ManaModule } from '@difizen/mana-app';
4
+ import { LibroCellModule } from "./cell/libro-cell-module.js";
5
+ import { CollapseService, CollapseServiceFactory, CollapseServiceOption, DefaultCollapseService } from "./collapse-service.js";
6
+ import { LibroCommandModule } from "./command/index.js";
7
+ import { CellExecutionTimeProvider, LibroCellExecutionTime, CellInputBottonBlankProvider, LibroCellInputBottonBlank, CellOutputVisulizationProvider, LibroCellVisualization, LibroBetweenCellContent, BetweenCellProvider } from "./components/index.js";
8
+ import { LibroConfigurationContribution } from "./configuration/libro-configuration-contribution.js";
9
+ import { LibroContentModule } from "./content/index.js";
10
+ import { LirboContextKey } from "./libro-context-key.js";
11
+ import { LibroModel } from "./libro-model.js";
12
+ import { NotebookOption, ModelFactory } from "./libro-protocol.js";
13
+ import { LibroService } from "./libro-service.js";
14
+ import { LibroViewTracker } from "./libro-view-tracker.js";
15
+ import { LibroView } from "./libro-view.js";
16
+ import { OutputModule } from "./output/index.js";
17
+ import { LibroSlotModule } from "./slot/index.js";
18
+ import { LibroColorRegistry } from "./theme/libro-color-registry.js";
19
+ export var LibroModule = ManaModule.create().register(LibroService, LirboContextKey, LibroModel, LibroView, LibroConfigurationContribution, LibroColorRegistry, LibroViewTracker, {
20
+ token: ModelFactory,
21
+ useFactory: function useFactory(ctx) {
22
+ return function (options) {
23
+ var child = ctx.container.createChild();
24
+ child.register({
25
+ token: NotebookOption,
26
+ useValue: options
27
+ });
28
+ return child.get(LibroModel);
29
+ };
30
+ }
31
+ }, DefaultCollapseService, {
32
+ token: CollapseServiceFactory,
33
+ useFactory: function useFactory(ctx) {
34
+ return function (options) {
35
+ var child = ctx.container.createChild();
36
+ child.register({
37
+ token: CollapseServiceOption,
38
+ useValue: options
39
+ });
40
+ return child.get(CollapseService);
41
+ };
42
+ }
43
+ }, {
44
+ token: CellExecutionTimeProvider,
45
+ useValue: LibroCellExecutionTime
46
+ }, {
47
+ token: CellInputBottonBlankProvider,
48
+ useValue: LibroCellInputBottonBlank
49
+ }, {
50
+ token: CellOutputVisulizationProvider,
51
+ useValue: LibroCellVisualization
52
+ }, {
53
+ token: BetweenCellProvider,
54
+ useValue: LibroBetweenCellContent
55
+ }).dependOn(LibroCellModule, LibroSlotModule, CodeEditorModule, LibroCommandModule, ConfigurationModule, OutputModule, LibroContentModule);
@@ -0,0 +1,6 @@
1
+ export * from './output-area.js';
2
+ export * from './output-contribution.js';
3
+ export * from './output-model.js';
4
+ export * from './output-module.js';
5
+ export * from './output-protocol.js';
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/output/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,0BAA0B,CAAC;AACzC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC"}