@difizen/libro-common 1.0.3 → 1.0.5

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 (653) hide show
  1. package/es/app/file-tree/file-tree-component.js +1 -1
  2. package/es/app/file-tree/index.d.ts +6 -6
  3. package/es/app/file-tree/index.d.ts.map +1 -1
  4. package/es/app/file-tree/index.js +6 -6
  5. package/es/app/menu/menu-context.d.ts +1 -1
  6. package/es/app/menu/menu-context.d.ts.map +1 -1
  7. package/es/app/tree/components/index.d.ts +1 -1
  8. package/es/app/tree/components/index.d.ts.map +1 -1
  9. package/es/app/tree/components/index.js +9 -9
  10. package/es/app/tree/components/tree-switch-icon.d.ts +1 -1
  11. package/es/app/tree/components/tree-switch-icon.d.ts.map +1 -1
  12. package/es/app/tree/index.d.ts +15 -15
  13. package/es/app/tree/index.d.ts.map +1 -1
  14. package/es/app/tree/index.js +15 -15
  15. package/es/app/tree/view/index.d.ts +3 -3
  16. package/es/app/tree/view/index.d.ts.map +1 -1
  17. package/es/app/tree/view/index.js +3 -3
  18. package/es/app/tree/view/tree-view-selection.d.ts +2 -2
  19. package/es/app/tree/view/tree-view-selection.d.ts.map +1 -1
  20. package/es/app/tree/view/tree-view-selection.js +1 -1
  21. package/es/app/view/components/index.d.ts +1 -1
  22. package/es/app/view/components/index.d.ts.map +1 -1
  23. package/es/app/view/components/index.js +1 -1
  24. package/es/app/view/index.d.ts +5 -5
  25. package/es/app/view/index.d.ts.map +1 -1
  26. package/es/app/view/index.js +9 -9
  27. package/es/app/view/tab/index.d.ts +3 -3
  28. package/es/app/view/tab/index.d.ts.map +1 -1
  29. package/es/app/view/tab/index.js +3 -3
  30. package/es/common/deferred.js +1 -1
  31. package/es/common/disposable-collection.d.ts +1 -1
  32. package/es/common/disposable-collection.d.ts.map +1 -1
  33. package/es/common/disposable-collection.js +1 -1
  34. package/es/common/disposable.js +1 -1
  35. package/es/common/event.d.ts +3 -3
  36. package/es/common/event.d.ts.map +1 -1
  37. package/es/common/event.js +3 -3
  38. package/es/common/index.d.ts +24 -24
  39. package/es/common/index.d.ts.map +1 -1
  40. package/es/common/index.js +24 -24
  41. package/es/common/objects.js +2 -2
  42. package/es/common/observable-disposable.d.ts +2 -2
  43. package/es/common/observable-disposable.d.ts.map +1 -1
  44. package/es/common/priority.d.ts +1 -1
  45. package/es/common/priority.d.ts.map +1 -1
  46. package/es/common/promise-util.d.ts +1 -1
  47. package/es/common/promise-util.d.ts.map +1 -1
  48. package/es/common/promise-util.js +2 -2
  49. package/es/common/stopwatch.js +1 -1
  50. package/es/common/strings.js +1 -1
  51. package/es/common/uri.d.ts +2 -2
  52. package/es/common/uri.d.ts.map +1 -1
  53. package/es/common/uri.js +3 -3
  54. package/es/common/valueTypes.d.ts +1 -1
  55. package/es/common/valueTypes.d.ts.map +1 -1
  56. package/es/common/wait-until-event.d.ts +1 -1
  57. package/es/common/wait-until-event.d.ts.map +1 -1
  58. package/es/core/application/application-state.d.ts +1 -1
  59. package/es/core/application/application-state.d.ts.map +1 -1
  60. package/es/core/application/application-state.js +2 -2
  61. package/es/core/application/application.d.ts +3 -3
  62. package/es/core/application/application.d.ts.map +1 -1
  63. package/es/core/application/application.js +3 -3
  64. package/es/core/application/default-window-service.d.ts +3 -3
  65. package/es/core/application/default-window-service.d.ts.map +1 -1
  66. package/es/core/application/default-window-service.js +2 -2
  67. package/es/core/application/index.d.ts +3 -3
  68. package/es/core/application/index.d.ts.map +1 -1
  69. package/es/core/application/index.js +6 -6
  70. package/es/core/application/mock-window-service.d.ts +1 -1
  71. package/es/core/application/mock-window-service.d.ts.map +1 -1
  72. package/es/core/command/command-registry.d.ts +3 -3
  73. package/es/core/command/command-registry.d.ts.map +1 -1
  74. package/es/core/command/command-registry.js +3 -3
  75. package/es/core/command/index.d.ts +3 -3
  76. package/es/core/command/index.d.ts.map +1 -1
  77. package/es/core/command/index.js +4 -4
  78. package/es/core/common/index.d.ts +4 -4
  79. package/es/core/common/index.d.ts.map +1 -1
  80. package/es/core/common/index.js +7 -7
  81. package/es/core/common/storage-service.d.ts +2 -2
  82. package/es/core/common/storage-service.d.ts.map +1 -1
  83. package/es/core/common/storage-service.js +1 -1
  84. package/es/core/components/application.d.ts +3 -3
  85. package/es/core/components/application.d.ts.map +1 -1
  86. package/es/core/components/application.js +9 -9
  87. package/es/core/components/context.d.ts +2 -2
  88. package/es/core/components/context.d.ts.map +1 -1
  89. package/es/core/components/context.js +3 -3
  90. package/es/core/components/hooks.d.ts +1 -1
  91. package/es/core/components/hooks.d.ts.map +1 -1
  92. package/es/core/components/hooks.js +3 -3
  93. package/es/core/components/index.d.ts +4 -4
  94. package/es/core/components/index.d.ts.map +1 -1
  95. package/es/core/components/index.js +4 -4
  96. package/es/core/components/root-view-render.d.ts.map +1 -1
  97. package/es/core/components/root-view-render.js +1 -1
  98. package/es/core/configuration/configuration-cache.d.ts +2 -2
  99. package/es/core/configuration/configuration-cache.d.ts.map +1 -1
  100. package/es/core/configuration/configuration-protocol.d.ts +1 -1
  101. package/es/core/configuration/configuration-protocol.d.ts.map +1 -1
  102. package/es/core/configuration/configuration-provider.d.ts +2 -2
  103. package/es/core/configuration/configuration-provider.d.ts.map +1 -1
  104. package/es/core/configuration/configuration-provider.js +2 -2
  105. package/es/core/configuration/configuration-registry.d.ts +4 -4
  106. package/es/core/configuration/configuration-registry.d.ts.map +1 -1
  107. package/es/core/configuration/configuration-registry.js +3 -3
  108. package/es/core/configuration/configuration-render-registry.d.ts +4 -4
  109. package/es/core/configuration/configuration-render-registry.d.ts.map +1 -1
  110. package/es/core/configuration/configuration-render-registry.js +1 -1
  111. package/es/core/configuration/configuration-service.d.ts +7 -7
  112. package/es/core/configuration/configuration-service.d.ts.map +1 -1
  113. package/es/core/configuration/configuration-service.js +6 -6
  114. package/es/core/configuration/hooks.d.ts +1 -1
  115. package/es/core/configuration/hooks.d.ts.map +1 -1
  116. package/es/core/configuration/hooks.js +2 -2
  117. package/es/core/configuration/index.d.ts +10 -10
  118. package/es/core/configuration/index.d.ts.map +1 -1
  119. package/es/core/configuration/index.js +10 -10
  120. package/es/core/configuration/module.d.ts +1 -1
  121. package/es/core/configuration/module.d.ts.map +1 -1
  122. package/es/core/configuration/module.js +7 -7
  123. package/es/core/configuration/validation.d.ts +1 -1
  124. package/es/core/configuration/validation.d.ts.map +1 -1
  125. package/es/core/configuration/validation.js +2 -2
  126. package/es/core/context/data-context-manager.d.ts +3 -3
  127. package/es/core/context/data-context-manager.d.ts.map +1 -1
  128. package/es/core/context/data-context-manager.js +2 -2
  129. package/es/core/context/data-context-protocol.d.ts +1 -1
  130. package/es/core/context/data-context-protocol.d.ts.map +1 -1
  131. package/es/core/context/data-context.d.ts.map +1 -1
  132. package/es/core/context/data-context.js +2 -2
  133. package/es/core/context/index.d.ts +4 -4
  134. package/es/core/context/index.d.ts.map +1 -1
  135. package/es/core/context/index.js +6 -6
  136. package/es/core/index.d.ts +17 -17
  137. package/es/core/index.d.ts.map +1 -1
  138. package/es/core/index.js +28 -28
  139. package/es/core/keybinding/context-key-service.d.ts +2 -2
  140. package/es/core/keybinding/context-key-service.d.ts.map +1 -1
  141. package/es/core/keybinding/context-key-service.js +2 -2
  142. package/es/core/keybinding/index.d.ts +5 -5
  143. package/es/core/keybinding/index.d.ts.map +1 -1
  144. package/es/core/keybinding/index.js +5 -5
  145. package/es/core/keybinding/keybinding-proocol.d.ts +1 -1
  146. package/es/core/keybinding/keybinding-proocol.d.ts.map +1 -1
  147. package/es/core/keybinding/keybinding.d.ts +8 -8
  148. package/es/core/keybinding/keybinding.d.ts.map +1 -1
  149. package/es/core/keybinding/keybinding.js +7 -7
  150. package/es/core/keybinding/module.d.ts +1 -1
  151. package/es/core/keybinding/module.d.ts.map +1 -1
  152. package/es/core/keybinding/module.js +7 -7
  153. package/es/core/keybinding/vs/configuration/configuration.js +2 -2
  154. package/es/core/keybinding/vs/configuration/configurationModels.d.ts +1 -1
  155. package/es/core/keybinding/vs/configuration/configurationModels.d.ts.map +1 -1
  156. package/es/core/keybinding/vs/configuration/configurationModels.js +2 -2
  157. package/es/core/keybinding/vs/configuration/configurationRegistry.d.ts +1 -1
  158. package/es/core/keybinding/vs/configuration/configurationRegistry.d.ts.map +1 -1
  159. package/es/core/keybinding/vs/configuration/configurationRegistry.js +3 -3
  160. package/es/core/keybinding/vs/configuration/configurationService.d.ts +4 -4
  161. package/es/core/keybinding/vs/configuration/configurationService.d.ts.map +1 -1
  162. package/es/core/keybinding/vs/configuration/configurationService.js +5 -5
  163. package/es/core/keybinding/vs/contextKeyService.d.ts +5 -5
  164. package/es/core/keybinding/vs/contextKeyService.d.ts.map +1 -1
  165. package/es/core/keybinding/vs/contextKeyService.js +5 -5
  166. package/es/core/keybinding/vs/contextkeys.d.ts +2 -2
  167. package/es/core/keybinding/vs/contextkeys.d.ts.map +1 -1
  168. package/es/core/keybinding/vs/contextkeys.js +3 -3
  169. package/es/core/keybinding/vs/jsonContributionRegistry.d.ts +1 -1
  170. package/es/core/keybinding/vs/jsonContributionRegistry.d.ts.map +1 -1
  171. package/es/core/keybinding/vs/jsonContributionRegistry.js +1 -1
  172. package/es/core/keyboard/browser-keyboard-layout-provider.d.ts +3 -3
  173. package/es/core/keyboard/browser-keyboard-layout-provider.d.ts.map +1 -1
  174. package/es/core/keyboard/browser-keyboard-layout-provider.js +3 -3
  175. package/es/core/keyboard/index.d.ts +4 -4
  176. package/es/core/keyboard/index.d.ts.map +1 -1
  177. package/es/core/keyboard/index.js +4 -4
  178. package/es/core/keyboard/keyboard-layout-service.d.ts +3 -3
  179. package/es/core/keyboard/keyboard-layout-service.d.ts.map +1 -1
  180. package/es/core/keyboard/keyboard-layout-service.js +2 -2
  181. package/es/core/keyboard/layouts/index.js +2 -2
  182. package/es/core/menu/default-menu-node.d.ts +2 -2
  183. package/es/core/menu/default-menu-node.d.ts.map +1 -1
  184. package/es/core/menu/default-menu-node.js +4 -4
  185. package/es/core/menu/index.d.ts +3 -3
  186. package/es/core/menu/index.d.ts.map +1 -1
  187. package/es/core/menu/index.js +6 -6
  188. package/es/core/menu/menu-protocol.d.ts +2 -2
  189. package/es/core/menu/menu-protocol.d.ts.map +1 -1
  190. package/es/core/menu/menu-registry.d.ts +4 -4
  191. package/es/core/menu/menu-registry.d.ts.map +1 -1
  192. package/es/core/menu/menu-registry.js +4 -4
  193. package/es/core/menu/module.d.ts +1 -1
  194. package/es/core/menu/module.d.ts.map +1 -1
  195. package/es/core/menu/module.js +6 -6
  196. package/es/core/module/index.d.ts +3 -3
  197. package/es/core/module/index.d.ts.map +1 -1
  198. package/es/core/module/index.js +3 -3
  199. package/es/core/module/mana-module-context.js +1 -1
  200. package/es/core/module/mana-module.d.ts +1 -1
  201. package/es/core/module/mana-module.d.ts.map +1 -1
  202. package/es/core/module/module-protocol.d.ts +1 -1
  203. package/es/core/module/module-protocol.d.ts.map +1 -1
  204. package/es/core/selection/index.d.ts +2 -2
  205. package/es/core/selection/index.d.ts.map +1 -1
  206. package/es/core/selection/index.js +3 -3
  207. package/es/core/theme/base-variable-registry.d.ts +4 -4
  208. package/es/core/theme/base-variable-registry.d.ts.map +1 -1
  209. package/es/core/theme/base-variable-registry.js +3 -3
  210. package/es/core/theme/basic/antd-variable-contribution.d.ts +2 -2
  211. package/es/core/theme/basic/antd-variable-contribution.d.ts.map +1 -1
  212. package/es/core/theme/basic/antd-variable-contribution.js +1 -1
  213. package/es/core/theme/basic/default-variable-contribution.d.ts +2 -2
  214. package/es/core/theme/basic/default-variable-contribution.d.ts.map +1 -1
  215. package/es/core/theme/basic/default-variable-contribution.js +1 -1
  216. package/es/core/theme/basic/index.d.ts +2 -2
  217. package/es/core/theme/basic/index.d.ts.map +1 -1
  218. package/es/core/theme/basic/index.js +2 -2
  219. package/es/core/theme/basic/variable-protocol.d.ts +1 -1
  220. package/es/core/theme/basic/variable-protocol.d.ts.map +1 -1
  221. package/es/core/theme/basic/variable-registry.d.ts +2 -2
  222. package/es/core/theme/basic/variable-registry.d.ts.map +1 -1
  223. package/es/core/theme/basic/variable-registry.js +1 -1
  224. package/es/core/theme/color/antd-color-contribution.d.ts +2 -2
  225. package/es/core/theme/color/antd-color-contribution.d.ts.map +1 -1
  226. package/es/core/theme/color/antd-color-contribution.js +2 -2
  227. package/es/core/theme/color/color-protocol.d.ts +3 -3
  228. package/es/core/theme/color/color-protocol.d.ts.map +1 -1
  229. package/es/core/theme/color/color-registry.d.ts +3 -3
  230. package/es/core/theme/color/color-registry.d.ts.map +1 -1
  231. package/es/core/theme/color/color-registry.js +2 -2
  232. package/es/core/theme/color/default-color-contribution.d.ts +2 -2
  233. package/es/core/theme/color/default-color-contribution.d.ts.map +1 -1
  234. package/es/core/theme/color/default-color-contribution.js +2 -2
  235. package/es/core/theme/color/index.d.ts +2 -2
  236. package/es/core/theme/color/index.d.ts.map +1 -1
  237. package/es/core/theme/color/index.js +2 -2
  238. package/es/core/theme/index.d.ts +5 -5
  239. package/es/core/theme/index.d.ts.map +1 -1
  240. package/es/core/theme/index.js +15 -15
  241. package/es/core/theme/theme-app.d.ts +8 -8
  242. package/es/core/theme/theme-app.d.ts.map +1 -1
  243. package/es/core/theme/theme-app.js +6 -6
  244. package/es/core/theme/theme-service.d.ts +1 -1
  245. package/es/core/theme/theme-service.d.ts.map +1 -1
  246. package/es/core/theme/theme-service.js +2 -2
  247. package/es/core/toolbar/default-toolbar-item.d.ts +2 -2
  248. package/es/core/toolbar/default-toolbar-item.d.ts.map +1 -1
  249. package/es/core/toolbar/default-toolbar-item.js +2 -2
  250. package/es/core/toolbar/index.d.ts +4 -4
  251. package/es/core/toolbar/index.d.ts.map +1 -1
  252. package/es/core/toolbar/index.js +7 -7
  253. package/es/core/toolbar/toolbar-protocol.d.ts +1 -1
  254. package/es/core/toolbar/toolbar-protocol.d.ts.map +1 -1
  255. package/es/core/toolbar/toolbar-registry.d.ts +3 -3
  256. package/es/core/toolbar/toolbar-registry.d.ts.map +1 -1
  257. package/es/core/toolbar/toolbar-registry.js +3 -3
  258. package/es/core/utils/index.d.ts +3 -3
  259. package/es/core/utils/index.d.ts.map +1 -1
  260. package/es/core/utils/index.js +3 -3
  261. package/es/core/view/decorator.d.ts +3 -3
  262. package/es/core/view/decorator.d.ts.map +1 -1
  263. package/es/core/view/decorator.js +6 -6
  264. package/es/core/view/default-slot-view.d.ts +6 -6
  265. package/es/core/view/default-slot-view.d.ts.map +1 -1
  266. package/es/core/view/default-slot-view.js +9 -9
  267. package/es/core/view/default-view.d.ts +3 -3
  268. package/es/core/view/default-view.d.ts.map +1 -1
  269. package/es/core/view/default-view.js +3 -3
  270. package/es/core/view/focus-tracker.d.ts +1 -1
  271. package/es/core/view/focus-tracker.d.ts.map +1 -1
  272. package/es/core/view/hooks.d.ts +1 -1
  273. package/es/core/view/hooks.d.ts.map +1 -1
  274. package/es/core/view/hooks.js +1 -1
  275. package/es/core/view/index.d.ts +22 -22
  276. package/es/core/view/index.d.ts.map +1 -1
  277. package/es/core/view/index.js +22 -22
  278. package/es/core/view/module.d.ts +1 -1
  279. package/es/core/view/module.d.ts.map +1 -1
  280. package/es/core/view/module.js +12 -12
  281. package/es/core/view/navigatable-types.d.ts +3 -3
  282. package/es/core/view/navigatable-types.d.ts.map +1 -1
  283. package/es/core/view/navigatable-types.js +2 -2
  284. package/es/core/view/navigatable.d.ts +3 -3
  285. package/es/core/view/navigatable.d.ts.map +1 -1
  286. package/es/core/view/navigatable.js +1 -1
  287. package/es/core/view/portal-slot-view.d.ts +3 -3
  288. package/es/core/view/portal-slot-view.d.ts.map +1 -1
  289. package/es/core/view/portal-slot-view.js +6 -6
  290. package/es/core/view/root-view.d.ts +2 -2
  291. package/es/core/view/root-view.d.ts.map +1 -1
  292. package/es/core/view/root-view.js +8 -8
  293. package/es/core/view/saveable.d.ts +1 -1
  294. package/es/core/view/saveable.d.ts.map +1 -1
  295. package/es/core/view/slot-view-manager.d.ts +5 -5
  296. package/es/core/view/slot-view-manager.d.ts.map +1 -1
  297. package/es/core/view/slot-view-manager.js +5 -5
  298. package/es/core/view/slot.d.ts +2 -2
  299. package/es/core/view/slot.d.ts.map +1 -1
  300. package/es/core/view/slot.js +4 -4
  301. package/es/core/view/stateful-view.d.ts +2 -2
  302. package/es/core/view/stateful-view.d.ts.map +1 -1
  303. package/es/core/view/stateful-view.js +1 -1
  304. package/es/core/view/title.d.ts +2 -2
  305. package/es/core/view/title.d.ts.map +1 -1
  306. package/es/core/view/title.js +1 -1
  307. package/es/core/view/view-application.d.ts +5 -5
  308. package/es/core/view/view-application.d.ts.map +1 -1
  309. package/es/core/view/view-application.js +5 -5
  310. package/es/core/view/view-container.d.ts +3 -3
  311. package/es/core/view/view-container.d.ts.map +1 -1
  312. package/es/core/view/view-container.js +7 -7
  313. package/es/core/view/view-context.d.ts +1 -1
  314. package/es/core/view/view-context.d.ts.map +1 -1
  315. package/es/core/view/view-context.js +2 -2
  316. package/es/core/view/view-manager.d.ts +5 -5
  317. package/es/core/view/view-manager.d.ts.map +1 -1
  318. package/es/core/view/view-manager.js +5 -5
  319. package/es/core/view/view-meta.d.ts +2 -2
  320. package/es/core/view/view-meta.d.ts.map +1 -1
  321. package/es/core/view/view-meta.js +1 -1
  322. package/es/core/view/view-open-handler.d.ts +5 -5
  323. package/es/core/view/view-open-handler.d.ts.map +1 -1
  324. package/es/core/view/view-open-handler.js +3 -3
  325. package/es/core/view/view-protocol.d.ts +2 -2
  326. package/es/core/view/view-protocol.d.ts.map +1 -1
  327. package/es/core/view/view-render.d.ts +1 -1
  328. package/es/core/view/view-render.d.ts.map +1 -1
  329. package/es/core/view/view-render.js +6 -6
  330. package/es/core/view/view-storage.d.ts +3 -3
  331. package/es/core/view/view-storage.d.ts.map +1 -1
  332. package/es/core/view/view-storage.js +8 -8
  333. package/es/ioc/container-api.d.ts +1 -1
  334. package/es/ioc/container-api.d.ts.map +1 -1
  335. package/es/ioc/contribution/contribution-register.d.ts +2 -2
  336. package/es/ioc/contribution/contribution-register.d.ts.map +1 -1
  337. package/es/ioc/contribution/contribution-register.js +3 -3
  338. package/es/ioc/contribution/decorator.d.ts +1 -1
  339. package/es/ioc/contribution/decorator.d.ts.map +1 -1
  340. package/es/ioc/contribution/decorator.js +2 -2
  341. package/es/ioc/contribution/index.d.ts +6 -6
  342. package/es/ioc/contribution/index.d.ts.map +1 -1
  343. package/es/ioc/contribution/index.js +5 -5
  344. package/es/ioc/decorator.d.ts +2 -2
  345. package/es/ioc/decorator.d.ts.map +1 -1
  346. package/es/ioc/decorator.js +2 -2
  347. package/es/ioc/index.d.ts +8 -8
  348. package/es/ioc/index.d.ts.map +1 -1
  349. package/es/ioc/index.js +8 -8
  350. package/es/ioc/inversify-api/index.d.ts +2 -2
  351. package/es/ioc/inversify-api/index.d.ts.map +1 -1
  352. package/es/ioc/inversify-api/index.js +1 -1
  353. package/es/ioc/module/index.d.ts +2 -2
  354. package/es/ioc/module/index.d.ts.map +1 -1
  355. package/es/ioc/module/index.js +2 -2
  356. package/es/ioc/module/syringe-module.d.ts +1 -1
  357. package/es/ioc/module/syringe-module.d.ts.map +1 -1
  358. package/es/ioc/module/syringe-module.js +3 -3
  359. package/es/ioc/register.d.ts +2 -2
  360. package/es/ioc/register.d.ts.map +1 -1
  361. package/es/ioc/register.js +5 -5
  362. package/es/ioc/side-option.d.ts +1 -1
  363. package/es/ioc/side-option.d.ts.map +1 -1
  364. package/es/l10n/index.d.ts +2 -2
  365. package/es/l10n/index.d.ts.map +1 -1
  366. package/es/l10n/index.js +2 -2
  367. package/es/l10n/l10n/index.js +1 -1
  368. package/es/l10n/lang/index.d.ts +1 -1
  369. package/es/l10n/lang/index.d.ts.map +1 -1
  370. package/es/l10n/lang/index.js +2 -2
  371. package/es/observable/context.d.ts +1 -1
  372. package/es/observable/context.d.ts.map +1 -1
  373. package/es/observable/context.js +1 -1
  374. package/es/observable/decorator.js +1 -1
  375. package/es/observable/hooks.js +2 -2
  376. package/es/observable/index.d.ts +11 -11
  377. package/es/observable/index.d.ts.map +1 -1
  378. package/es/observable/index.js +11 -11
  379. package/es/observable/notifiable.d.ts +2 -2
  380. package/es/observable/notifiable.d.ts.map +1 -1
  381. package/es/observable/notifiable.js +3 -3
  382. package/es/observable/notifier.d.ts +2 -2
  383. package/es/observable/notifier.d.ts.map +1 -1
  384. package/es/observable/notifier.js +5 -5
  385. package/es/observable/observable.js +4 -4
  386. package/es/observable/tracker.d.ts +1 -1
  387. package/es/observable/tracker.d.ts.map +1 -1
  388. package/es/observable/tracker.js +5 -5
  389. package/es/observable/utils.d.ts +1 -1
  390. package/es/observable/utils.d.ts.map +1 -1
  391. package/es/observable/utils.js +2 -2
  392. package/es/observable/watch.d.ts +1 -1
  393. package/es/observable/watch.d.ts.map +1 -1
  394. package/es/observable/watch.js +3 -3
  395. package/es/polling/protocol.d.ts +1 -1
  396. package/es/polling/protocol.d.ts.map +1 -1
  397. package/es/react/index.d.ts +7 -7
  398. package/es/react/index.d.ts.map +1 -1
  399. package/es/react/index.js +7 -7
  400. package/es/react/layout/boxpanel/Pane.js +2 -2
  401. package/es/react/layout/boxpanel/context.d.ts +1 -1
  402. package/es/react/layout/boxpanel/context.d.ts.map +1 -1
  403. package/es/react/layout/boxpanel/index.d.ts +2 -2
  404. package/es/react/layout/boxpanel/index.d.ts.map +1 -1
  405. package/es/react/layout/boxpanel/index.js +4 -4
  406. package/es/react/layout/layout.d.ts +1 -1
  407. package/es/react/layout/layout.d.ts.map +1 -1
  408. package/es/react/layout/layout.js +1 -1
  409. package/es/react/layout/splitpanel/index.js +1 -1
  410. package/es/react/menu/divider.js +1 -1
  411. package/es/react/menu/index.d.ts +2 -2
  412. package/es/react/menu/index.d.ts.map +1 -1
  413. package/es/react/menu/index.js +2 -2
  414. package/es/react/menu/item.d.ts +1 -1
  415. package/es/react/menu/item.d.ts.map +1 -1
  416. package/es/react/menu/item.js +1 -1
  417. package/es/react/menu/menu.d.ts +3 -3
  418. package/es/react/menu/menu.d.ts.map +1 -1
  419. package/es/react/menu/menu.js +4 -4
  420. package/es/react/menu/submenu.d.ts +1 -1
  421. package/es/react/menu/submenu.d.ts.map +1 -1
  422. package/es/react/menu/submenu.js +2 -2
  423. package/es/react/menubar/index.d.ts +1 -1
  424. package/es/react/menubar/index.d.ts.map +1 -1
  425. package/es/react/menubar/index.js +1 -1
  426. package/es/react/menubar/item.js +1 -1
  427. package/es/react/menubar/menubar.d.ts +1 -1
  428. package/es/react/menubar/menubar.js +2 -2
  429. package/es/react/notification/index.d.ts +4 -4
  430. package/es/react/notification/index.d.ts.map +1 -1
  431. package/es/react/notification/index.js +5 -5
  432. package/es/react/notification/protocol.js +1 -1
  433. package/es/react/notification/pure-panel.d.ts +1 -1
  434. package/es/react/notification/pure-panel.d.ts.map +1 -1
  435. package/es/react/notification/pure-panel.js +1 -1
  436. package/es/react/notification/use-notification.d.ts +1 -1
  437. package/es/react/notification/use-notification.d.ts.map +1 -1
  438. package/es/react/notification/use-notification.js +6 -6
  439. package/es/react/resize/index.d.ts +1 -1
  440. package/es/react/resize/index.d.ts.map +1 -1
  441. package/es/react/resize/index.js +1 -1
  442. package/es/react/tabs/index.js +1 -1
  443. package/es/react/util.js +1 -1
  444. package/es/url.d.ts.map +1 -1
  445. package/es/url.js +1 -1
  446. package/package.json +1 -1
  447. package/src/app/file-tree/file-tree-component.tsx +1 -1
  448. package/src/app/file-tree/index.ts +6 -6
  449. package/src/app/index.spec.ts +1 -1
  450. package/src/app/menu/menu-context.tsx +1 -1
  451. package/src/app/tree/components/index.tsx +11 -10
  452. package/src/app/tree/components/tree-switch-icon.tsx +1 -1
  453. package/src/app/tree/index.ts +15 -15
  454. package/src/app/tree/view/index.ts +3 -3
  455. package/src/app/tree/view/tree-view-selection.ts +2 -2
  456. package/src/app/view/components/index.ts +1 -1
  457. package/src/app/view/index.ts +10 -9
  458. package/src/app/view/tab/index.ts +3 -3
  459. package/src/common/cancellation.spec.ts +2 -2
  460. package/src/common/deferred.ts +1 -1
  461. package/src/common/disposable-collection.ts +1 -1
  462. package/src/common/disposable.spec.ts +2 -2
  463. package/src/common/disposable.ts +1 -1
  464. package/src/common/event.spec.ts +4 -4
  465. package/src/common/event.ts +4 -4
  466. package/src/common/index.ts +24 -24
  467. package/src/common/objects.ts +2 -2
  468. package/src/common/observable-disposable.ts +2 -2
  469. package/src/common/path.spec.ts +1 -1
  470. package/src/common/priority.ts +2 -2
  471. package/src/common/promise-util.spec.ts +3 -3
  472. package/src/common/promise-util.ts +2 -2
  473. package/src/common/stopwatch.ts +1 -1
  474. package/src/common/strings.ts +1 -1
  475. package/src/common/types.spec.ts +1 -1
  476. package/src/common/uri.spec.ts +2 -2
  477. package/src/common/uri.ts +3 -3
  478. package/src/common/utils.spec.ts +1 -1
  479. package/src/common/valueTypes.ts +1 -1
  480. package/src/common/wait-until-event.spec.ts +3 -3
  481. package/src/common/wait-until-event.ts +1 -1
  482. package/src/core/application/application-state.ts +2 -2
  483. package/src/core/application/application.ts +3 -4
  484. package/src/core/application/default-window-service.ts +3 -3
  485. package/src/core/application/index.ts +6 -6
  486. package/src/core/application/mock-window-service.ts +1 -1
  487. package/src/core/command/command-registry.ts +4 -4
  488. package/src/core/command/index.ts +4 -4
  489. package/src/core/common/index.ts +7 -7
  490. package/src/core/common/storage-service.ts +3 -3
  491. package/src/core/components/application.tsx +11 -11
  492. package/src/core/components/context.tsx +5 -5
  493. package/src/core/components/hooks.tsx +4 -4
  494. package/src/core/components/index.tsx +4 -4
  495. package/src/core/components/root-view-render.tsx +1 -2
  496. package/src/core/configuration/configuration-cache.ts +2 -2
  497. package/src/core/configuration/configuration-protocol.ts +1 -1
  498. package/src/core/configuration/configuration-provider.ts +4 -4
  499. package/src/core/configuration/configuration-registry.ts +5 -6
  500. package/src/core/configuration/configuration-render-registry.ts +4 -4
  501. package/src/core/configuration/configuration-service.ts +9 -10
  502. package/src/core/configuration/hooks.ts +4 -3
  503. package/src/core/configuration/index.ts +10 -10
  504. package/src/core/configuration/module.ts +7 -7
  505. package/src/core/configuration/validation.ts +4 -3
  506. package/src/core/context/data-context-manager.ts +6 -4
  507. package/src/core/context/data-context-protocol.ts +1 -2
  508. package/src/core/context/data-context.tsx +3 -3
  509. package/src/core/context/index.ts +9 -6
  510. package/src/core/index.spec.ts +1 -1
  511. package/src/core/index.ts +28 -28
  512. package/src/core/keybinding/context-key-service.ts +3 -3
  513. package/src/core/keybinding/index.ts +5 -5
  514. package/src/core/keybinding/keybinding-proocol.ts +1 -1
  515. package/src/core/keybinding/keybinding.ts +9 -10
  516. package/src/core/keybinding/module.ts +10 -7
  517. package/src/core/keybinding/vs/configuration/configuration.ts +3 -3
  518. package/src/core/keybinding/vs/configuration/configurationModels.ts +2 -3
  519. package/src/core/keybinding/vs/configuration/configurationRegistry.ts +5 -6
  520. package/src/core/keybinding/vs/configuration/configurationService.ts +8 -9
  521. package/src/core/keybinding/vs/contextKeyService.ts +9 -9
  522. package/src/core/keybinding/vs/contextkeys.ts +3 -3
  523. package/src/core/keybinding/vs/jsonContributionRegistry.ts +2 -2
  524. package/src/core/keybinding/vs/platform.test.ts +1 -1
  525. package/src/core/keyboard/browser-keyboard-layout-provider.ts +4 -5
  526. package/src/core/keyboard/index.ts +4 -4
  527. package/src/core/keyboard/keyboard-layout-service.ts +5 -4
  528. package/src/core/keyboard/layouts/index.ts +2 -2
  529. package/src/core/menu/default-menu-node.ts +5 -6
  530. package/src/core/menu/index.ts +7 -7
  531. package/src/core/menu/menu-protocol.ts +2 -2
  532. package/src/core/menu/menu-registry.ts +5 -6
  533. package/src/core/menu/module.ts +7 -7
  534. package/src/core/module/index.ts +3 -3
  535. package/src/core/module/mana-module-context.ts +1 -1
  536. package/src/core/module/mana-module.test.ts +2 -2
  537. package/src/core/module/mana-module.ts +1 -1
  538. package/src/core/module/module-protocol.ts +1 -1
  539. package/src/core/selection/index.ts +3 -3
  540. package/src/core/theme/base-variable-registry.ts +6 -7
  541. package/src/core/theme/basic/antd-variable-contribution.ts +2 -2
  542. package/src/core/theme/basic/default-variable-contribution.ts +2 -2
  543. package/src/core/theme/basic/index.spec.ts +2 -2
  544. package/src/core/theme/basic/index.ts +2 -2
  545. package/src/core/theme/basic/variable-protocol.ts +1 -1
  546. package/src/core/theme/basic/variable-registry.ts +2 -2
  547. package/src/core/theme/color/antd-color-contribution.ts +3 -3
  548. package/src/core/theme/color/color-protocol.ts +3 -3
  549. package/src/core/theme/color/color-registry.ts +3 -3
  550. package/src/core/theme/color/default-color-contribution.ts +3 -3
  551. package/src/core/theme/color/index.spec.ts +5 -6
  552. package/src/core/theme/color/index.ts +2 -2
  553. package/src/core/theme/index.spec.ts +2 -3
  554. package/src/core/theme/index.ts +15 -15
  555. package/src/core/theme/theme-app.ts +8 -9
  556. package/src/core/theme/theme-service.ts +3 -4
  557. package/src/core/toolbar/default-toolbar-item.ts +3 -3
  558. package/src/core/toolbar/index.ts +7 -7
  559. package/src/core/toolbar/toolbar-protocol.ts +1 -2
  560. package/src/core/toolbar/toolbar-registry.ts +4 -5
  561. package/src/core/utils/index.ts +3 -3
  562. package/src/core/view/decorator.ts +9 -10
  563. package/src/core/view/default-slot-view.tsx +11 -10
  564. package/src/core/view/default-view.tsx +5 -4
  565. package/src/core/view/focus-tracker.ts +1 -1
  566. package/src/core/view/hooks.tsx +2 -2
  567. package/src/core/view/index.ts +22 -22
  568. package/src/core/view/module.ts +12 -12
  569. package/src/core/view/navigatable-types.ts +4 -4
  570. package/src/core/view/navigatable.ts +3 -3
  571. package/src/core/view/portal-slot-view.tsx +8 -7
  572. package/src/core/view/root-view.tsx +9 -9
  573. package/src/core/view/saveable.ts +1 -2
  574. package/src/core/view/slot-view-manager.ts +7 -8
  575. package/src/core/view/slot.tsx +8 -7
  576. package/src/core/view/stateful-view.ts +2 -2
  577. package/src/core/view/title.tsx +5 -4
  578. package/src/core/view/view-application.ts +6 -7
  579. package/src/core/view/view-container.tsx +10 -10
  580. package/src/core/view/view-context.tsx +4 -4
  581. package/src/core/view/view-manager.ts +8 -9
  582. package/src/core/view/view-meta.ts +3 -4
  583. package/src/core/view/view-open-handler.ts +6 -6
  584. package/src/core/view/view-protocol.ts +3 -3
  585. package/src/core/view/view-render.tsx +8 -7
  586. package/src/core/view/view-storage.ts +10 -11
  587. package/src/ioc/container-api.ts +1 -1
  588. package/src/ioc/container.spec.ts +4 -4
  589. package/src/ioc/contribution/contribution-register.ts +4 -4
  590. package/src/ioc/contribution/decorator.ts +3 -3
  591. package/src/ioc/contribution/index.spec.ts +8 -8
  592. package/src/ioc/contribution/index.ts +5 -5
  593. package/src/ioc/decorator.spec.ts +2 -2
  594. package/src/ioc/decorator.ts +3 -3
  595. package/src/ioc/features/auto-factory.spec.ts +4 -4
  596. package/src/ioc/index.ts +8 -8
  597. package/src/ioc/inversify-api/index.spec.ts +3 -3
  598. package/src/ioc/inversify-api/index.ts +2 -2
  599. package/src/ioc/module/index.spec.ts +9 -2
  600. package/src/ioc/module/index.ts +2 -2
  601. package/src/ioc/module/syringe-module.ts +5 -5
  602. package/src/ioc/register.spec.ts +1 -1
  603. package/src/ioc/register.ts +6 -6
  604. package/src/ioc/side-option.spec.ts +3 -3
  605. package/src/ioc/side-option.ts +1 -1
  606. package/src/l10n/index.ts +2 -2
  607. package/src/l10n/l10n/index.ts +1 -1
  608. package/src/l10n/lang/index.ts +3 -3
  609. package/src/observable/async-event.spec.tsx +1 -1
  610. package/src/observable/config.spec.ts +1 -1
  611. package/src/observable/context.tsx +2 -2
  612. package/src/observable/decorator.spec.ts +1 -1
  613. package/src/observable/decorator.ts +1 -1
  614. package/src/observable/hooks.spec.tsx +1 -1
  615. package/src/observable/hooks.ts +2 -2
  616. package/src/observable/index.ts +11 -11
  617. package/src/observable/notifiable.spec.ts +1 -1
  618. package/src/observable/notifiable.ts +3 -3
  619. package/src/observable/notifier.spec.ts +1 -1
  620. package/src/observable/notifier.ts +6 -6
  621. package/src/observable/observable.spec.ts +1 -1
  622. package/src/observable/observable.ts +4 -4
  623. package/src/observable/tracker.spec.ts +1 -1
  624. package/src/observable/tracker.ts +5 -5
  625. package/src/observable/utils.spec.tsx +1 -1
  626. package/src/observable/utils.ts +3 -3
  627. package/src/observable/watch.spec.ts +1 -1
  628. package/src/observable/watch.ts +4 -4
  629. package/src/polling/protocol.ts +1 -1
  630. package/src/react/index.spec.ts +1 -1
  631. package/src/react/index.ts +7 -7
  632. package/src/react/layout/boxpanel/Pane.tsx +2 -2
  633. package/src/react/layout/boxpanel/context.ts +2 -1
  634. package/src/react/layout/boxpanel/index.tsx +4 -4
  635. package/src/react/layout/layout.ts +1 -1
  636. package/src/react/layout/splitpanel/index.tsx +2 -2
  637. package/src/react/menu/divider.tsx +1 -1
  638. package/src/react/menu/index.ts +2 -2
  639. package/src/react/menu/item.tsx +1 -1
  640. package/src/react/menu/menu.tsx +4 -4
  641. package/src/react/menu/submenu.tsx +3 -3
  642. package/src/react/menubar/index.ts +1 -1
  643. package/src/react/menubar/item.tsx +1 -1
  644. package/src/react/menubar/menubar.tsx +2 -2
  645. package/src/react/notification/index.tsx +7 -7
  646. package/src/react/notification/protocol.ts +1 -1
  647. package/src/react/notification/pure-panel.tsx +2 -2
  648. package/src/react/notification/use-notification.tsx +7 -7
  649. package/src/react/resize/index.tsx +2 -2
  650. package/src/react/tabs/index.tsx +1 -1
  651. package/src/react/util.ts +1 -1
  652. package/src/url.ts +2 -1
  653. package/src/l10n/l10n/index.test.ts +0 -145
@@ -1,8 +1,8 @@
1
1
  import assert from 'assert';
2
2
 
3
- import { WaitUntilEvent } from '.';
4
- import { Emitter } from '.';
5
- import { Deferred } from '.';
3
+ import { WaitUntilEvent } from './index.js';
4
+ import { Emitter } from './index.js';
5
+ import { Deferred } from './index.js';
6
6
 
7
7
  describe('wait until event', () => {
8
8
  it('#wait until', async () => {
@@ -1,4 +1,4 @@
1
- import type { Emitter } from './event';
1
+ import type { Emitter } from './event.js';
2
2
 
3
3
  export type WaitUntilEvent = {
4
4
  /**
@@ -1,8 +1,8 @@
1
1
  import type { Event } from '../../common/index.js';
2
2
  import { Emitter, Deferred } from '../../common/index.js';
3
- import { prop } from '../../observable/index.js';
4
3
  import { inject, singleton } from '../../ioc/index.js';
5
- import { DebugService } from '../common/debug';
4
+ import { prop } from '../../observable/index.js';
5
+ import { DebugService } from '../common/debug.js';
6
6
 
7
7
  export enum ApplicationState {
8
8
  Default = 'Default',
@@ -3,11 +3,10 @@ import { Disposable } from '../../common/index.js';
3
3
  import { Emitter, DisposableCollection } from '../../common/index.js';
4
4
  import { inject, singleton, Syringe, contrib, Utils } from '../../ioc/index.js';
5
5
  import type { Decorator, Contribution } from '../../ioc/index.js';
6
+ import { DebugService } from '../common/debug.js';
6
7
 
7
- import { DebugService } from '../common/debug';
8
-
9
- import { WindowService } from './application-protocol';
10
- import { ApplicationStateService, ApplicationState } from './application-state';
8
+ import { WindowService } from './application-protocol.js';
9
+ import { ApplicationStateService, ApplicationState } from './application-state.js';
11
10
 
12
11
  export const ApplicationContribution = Syringe.defineToken('ApplicationContribution');
13
12
  export type ApplicationContribution = {
@@ -2,9 +2,9 @@ import type { Event } from '../../common/index.js';
2
2
  import { Emitter } from '../../common/index.js';
3
3
  import { singleton } from '../../ioc/index.js';
4
4
 
5
- import { ApplicationContribution } from './application';
6
- import type { Application } from './application';
7
- import { WindowService } from './application-protocol';
5
+ import { WindowService } from './application-protocol.js';
6
+ import { ApplicationContribution } from './application.js';
7
+ import type { Application } from './application.js';
8
8
 
9
9
  @singleton({
10
10
  contrib: [WindowService, ApplicationContribution],
@@ -1,11 +1,11 @@
1
- import { ManaModule } from '../module';
1
+ import { ManaModule } from '../module/index.js';
2
2
 
3
- import { Application, ApplicationContribution } from './application';
4
- import { ApplicationStateService } from './application-state';
5
- import { DefaultWindowService } from './default-window-service';
3
+ import { ApplicationStateService } from './application-state.js';
4
+ import { Application, ApplicationContribution } from './application.js';
5
+ import { DefaultWindowService } from './default-window-service.js';
6
6
 
7
- export * from './application';
8
- export * from './application-state';
7
+ export * from './application.js';
8
+ export * from './application-state.js';
9
9
 
10
10
  export const ApplicationModule = ManaModule.create()
11
11
  .contribution(ApplicationContribution)
@@ -1,7 +1,7 @@
1
1
  import { Event } from '../../common/index.js';
2
2
  import { singleton } from '../../ioc/index.js';
3
3
 
4
- import type { WindowService } from './application-protocol';
4
+ import type { WindowService } from './application-protocol.js';
5
5
 
6
6
  @singleton()
7
7
  export class MockWindowService implements WindowService {
@@ -4,11 +4,11 @@ import {
4
4
  Disposable,
5
5
  DisposableCollection,
6
6
  } from '../../common/index.js';
7
- import { prop } from '../../observable/index.js';
8
7
  import type { Contribution } from '../../ioc/index.js';
9
8
  import { Syringe } from '../../ioc/index.js';
10
9
  import { contrib, singleton } from '../../ioc/index.js';
11
- import { ApplicationContribution } from '../application/application';
10
+ import { prop } from '../../observable/index.js';
11
+ import { ApplicationContribution } from '../application/application.js';
12
12
 
13
13
  import type {
14
14
  CommandEvent,
@@ -19,8 +19,8 @@ import type {
19
19
  VisibleHandler,
20
20
  WillExecuteCommandEvent,
21
21
  ExecuteHandler,
22
- } from './command-protocol';
23
- import { Command, CommandService } from './command-protocol';
22
+ } from './command-protocol.js';
23
+ import { Command, CommandService } from './command-protocol.js';
24
24
 
25
25
  export const CommandContribution = Syringe.defineToken('CommandContribution');
26
26
  /**
@@ -1,9 +1,9 @@
1
- import { ManaModule } from '../module';
1
+ import { ManaModule } from '../module/index.js';
2
2
 
3
- import { CommandRegistry, CommandContribution } from './command-registry';
3
+ import { CommandRegistry, CommandContribution } from './command-registry.js';
4
4
 
5
- export * from './command-registry';
6
- export * from './command-protocol';
5
+ export * from './command-registry.js';
6
+ export * from './command-protocol.js';
7
7
 
8
8
  export const CommandModule = ManaModule.create()
9
9
  .contribution(CommandContribution)
@@ -1,12 +1,12 @@
1
- import { ManaModule } from '../module';
1
+ import { ManaModule } from '../module/index.js';
2
2
 
3
- import { DebugService, debug } from './debug';
4
- import { StorageService } from './storage-protocol';
5
- import { LocalStorageService, localStorageService } from './storage-service';
3
+ import { DebugService, debug } from './debug.js';
4
+ import { StorageService } from './storage-protocol.js';
5
+ import { LocalStorageService, localStorageService } from './storage-service.js';
6
6
 
7
- export * from './debug';
8
- export * from './storage-service';
9
- export * from './storage-protocol';
7
+ export * from './debug.js';
8
+ export * from './storage-service.js';
9
+ export * from './storage-protocol.js';
10
10
 
11
11
  export const CommonModule = ManaModule.create()
12
12
  .register({
@@ -1,9 +1,9 @@
1
1
  import type { MaybePromise, Event } from '../../common/index.js';
2
2
  import { Emitter } from '../../common/index.js';
3
3
 
4
- import type { DebugService } from './debug';
5
- import { debug } from './debug';
6
- import type { LocalStorage, StorageService } from './storage-protocol';
4
+ import type { DebugService } from './debug.js';
5
+ import { debug } from './debug.js';
6
+ import type { LocalStorage, StorageService } from './storage-protocol.js';
7
7
 
8
8
  export class LocalStorageService implements StorageService {
9
9
  public usePathInPrefix = false;
@@ -1,18 +1,18 @@
1
1
  /* eslint-disable @typescript-eslint/no-unused-vars */
2
2
  import { useMemo, useState, createRef } from 'react';
3
3
 
4
- import { ApplicationState, ApplicationStateService } from '../application';
5
- import { Application, ApplicationModule } from '../application';
6
- import type { ManaContext } from '../module';
7
- import { ManaModule } from '../module';
8
- import { useMount, useUnmount } from '../utils/hooks';
9
- import { createSlotPreference, PortalSlotId, Slot } from '../view';
10
- import { PortalSlotView } from '../view/portal-slot-view';
11
- import { RootComponents } from '../view/root-view';
4
+ import { ApplicationState, ApplicationStateService } from '../application/index.js';
5
+ import { Application, ApplicationModule } from '../application/index.js';
6
+ import type { ManaContext } from '../module/index.js';
7
+ import { ManaModule } from '../module/index.js';
8
+ import { useMount, useUnmount } from '../utils/hooks.js';
9
+ import { createSlotPreference, PortalSlotId, Slot } from '../view/index.js';
10
+ import { PortalSlotView } from '../view/portal-slot-view.js';
11
+ import { RootComponents } from '../view/root-view.js';
12
12
 
13
- import type { ContextProps } from './context';
14
- import { ContextComponent } from './context';
15
- import { RootViewRender } from './root-view-render';
13
+ import type { ContextProps } from './context.js';
14
+ import { ContextComponent } from './context.js';
15
+ import { RootViewRender } from './root-view-render.js';
16
16
  import './index.less';
17
17
 
18
18
  const PortalModule = ManaModule.create().register(
@@ -1,11 +1,11 @@
1
- import { ObservableContext } from '../../observable/index.js';
2
- import type { Syringe } from '../../ioc/index.js';
3
1
  import * as React from 'react';
4
2
 
5
- import type { ManaContext } from '../module/mana-module-context';
6
- import { useMount } from '../utils/hooks';
3
+ import type { Syringe } from '../../ioc/index.js';
4
+ import { ObservableContext } from '../../observable/index.js';
5
+ import type { ManaContext } from '../module/mana-module-context.js';
6
+ import { useMount } from '../utils/hooks.js';
7
7
 
8
- import { useCreateManaContext } from './hooks';
8
+ import { useCreateManaContext } from './hooks.js';
9
9
 
10
10
  export interface ContextProps {
11
11
  /**
@@ -1,9 +1,9 @@
1
- import { ObservableContext } from '../../observable/index.js';
2
- import type { Syringe } from '../../ioc/index.js';
3
- import { GlobalContainer } from '../../ioc/index.js';
4
1
  import * as React from 'react';
5
2
 
6
- import { ManaContext } from '../module/mana-module-context';
3
+ import type { Syringe } from '../../ioc/index.js';
4
+ import { GlobalContainer } from '../../ioc/index.js';
5
+ import { ObservableContext } from '../../observable/index.js';
6
+ import { ManaContext } from '../module/mana-module-context.js';
7
7
 
8
8
  export const useCreateManaContext = (
9
9
  context: Syringe.Context | undefined,
@@ -1,8 +1,8 @@
1
- import { ApplicationComponent } from './application';
2
- import { ContextComponent } from './context';
1
+ import { ApplicationComponent } from './application.js';
2
+ import { ContextComponent } from './context.js';
3
3
 
4
- export { ApplicationComponent } from './application';
5
- export { ContextComponent } from './context';
4
+ export { ApplicationComponent } from './application.js';
5
+ export { ContextComponent } from './context.js';
6
6
 
7
7
  export const ManaComponents = {
8
8
  Application: ApplicationComponent,
@@ -1,6 +1,5 @@
1
1
  import { useInject } from '../../observable/index.js';
2
-
3
- import { ViewManager, ViewRender } from '../view';
2
+ import { ViewManager, ViewRender } from '../view/index.js';
4
3
 
5
4
  export const RootViewRender = (props: { loading: JSX.Element | null }) => {
6
5
  const { loading } = props;
@@ -1,8 +1,8 @@
1
1
  import type { Disposable } from '../../common/index.js';
2
2
  import { singleton } from '../../ioc/index.js';
3
3
 
4
- import type { ConfigurationNode } from './configuration-protocol';
5
- import type { ConfigurationProvider } from './configuration-provider';
4
+ import type { ConfigurationNode } from './configuration-protocol.js';
5
+ import type { ConfigurationProvider } from './configuration-provider.js';
6
6
 
7
7
  @singleton()
8
8
  export class ConfigurationCache implements Disposable {
@@ -1,6 +1,6 @@
1
1
  import type { JSONSchemaType } from 'ajv';
2
2
 
3
- import type { ConfigurationStorage } from './configuration-storage';
3
+ import type { ConfigurationStorage } from './configuration-storage.js';
4
4
 
5
5
  export interface ConfigurationNode<T> {
6
6
  /**
@@ -1,13 +1,13 @@
1
1
  import type { MaybePromise } from '../../common/index.js';
2
- import { prop } from '../../observable/index.js';
3
2
  import { singleton, Syringe } from '../../ioc/index.js';
3
+ import { prop } from '../../observable/index.js';
4
4
 
5
- import type { ConfigurationNode } from './configuration-protocol';
6
- import type { ConfigurationStorage } from './configuration-storage';
5
+ import type { ConfigurationNode } from './configuration-protocol.js';
6
+ import type { ConfigurationStorage } from './configuration-storage.js';
7
7
  import {
8
8
  LocalConfigurationStorage,
9
9
  DefaultConfigurationStorage,
10
- } from './configuration-storage';
10
+ } from './configuration-storage.js';
11
11
 
12
12
  export const ConfigurationProvider = Syringe.defineToken('ConfigurationProvider');
13
13
 
@@ -2,13 +2,12 @@ import type { MaybePromise } from '../../common/index.js';
2
2
  import { DisposableCollection } from '../../common/index.js';
3
3
  import type { Contribution } from '../../ioc/index.js';
4
4
  import { contrib, inject, singleton, Syringe } from '../../ioc/index.js';
5
+ import { ApplicationContribution } from '../application/index.js';
5
6
 
6
- import { ApplicationContribution } from '../application/index';
7
-
8
- import type { ConfigurationNode } from './configuration-protocol';
9
- import type { ConfigurationStorage } from './configuration-storage';
10
- import { DefaultConfigurationStorage } from './configuration-storage';
11
- import { SchemaValidator } from './validation';
7
+ import type { ConfigurationNode } from './configuration-protocol.js';
8
+ import type { ConfigurationStorage } from './configuration-storage.js';
9
+ import { DefaultConfigurationStorage } from './configuration-storage.js';
10
+ import { SchemaValidator } from './validation.js';
12
11
 
13
12
  export const ConfigurationContribution = Syringe.defineToken(
14
13
  'ConfigurationContribution',
@@ -1,11 +1,11 @@
1
- import type { Contribution } from '../../ioc/index.js';
2
- import { contrib, singleton, Syringe } from '../../ioc/index.js';
3
1
  import type { JSONSchemaType } from 'ajv';
4
2
  import type React from 'react';
5
3
 
6
- import { ApplicationContribution } from '../application';
4
+ import type { Contribution } from '../../ioc/index.js';
5
+ import { contrib, singleton, Syringe } from '../../ioc/index.js';
6
+ import { ApplicationContribution } from '../application/index.js';
7
7
 
8
- import type { ConfigurationNode } from './configuration-protocol';
8
+ import type { ConfigurationNode } from './configuration-protocol.js';
9
9
 
10
10
  export function notFalse(x: number | false): x is number {
11
11
  return x !== false;
@@ -1,16 +1,15 @@
1
1
  import { Emitter } from '../../common/index.js';
2
- import { getOrigin } from '../../observable/index.js';
3
2
  import type { Contribution } from '../../ioc/index.js';
4
3
  import { contrib, inject, singleton } from '../../ioc/index.js';
5
-
6
- import { ApplicationContribution } from '../application';
7
-
8
- import { ConfigurationCache } from './configuration-cache';
9
- import type { ConfigurationNode } from './configuration-protocol';
10
- import { ConfigurationProvider } from './configuration-provider';
11
- import { ConfigurationRegistry } from './configuration-registry';
12
- import type { ConfigurationStorage } from './configuration-storage';
13
- import { SchemaValidator } from './validation';
4
+ import { getOrigin } from '../../observable/index.js';
5
+ import { ApplicationContribution } from '../application/index.js';
6
+
7
+ import { ConfigurationCache } from './configuration-cache.js';
8
+ import type { ConfigurationNode } from './configuration-protocol.js';
9
+ import { ConfigurationProvider } from './configuration-provider.js';
10
+ import { ConfigurationRegistry } from './configuration-registry.js';
11
+ import type { ConfigurationStorage } from './configuration-storage.js';
12
+ import { SchemaValidator } from './validation.js';
14
13
 
15
14
  @singleton({ contrib: [ApplicationContribution] })
16
15
  export class ConfigurationService implements ApplicationContribution {
@@ -1,8 +1,9 @@
1
- import { useInject } from '../../observable/index.js';
2
1
  import { useCallback, useEffect, useState } from 'react';
3
2
 
4
- import type { ConfigurationNode } from './configuration-protocol';
5
- import { ConfigurationService } from './configuration-service';
3
+ import { useInject } from '../../observable/index.js';
4
+
5
+ import type { ConfigurationNode } from './configuration-protocol.js';
6
+ import { ConfigurationService } from './configuration-service.js';
6
7
 
7
8
  export const useConfigurationValue = <T>(node: ConfigurationNode<T>) => {
8
9
  const configurationService = useInject(ConfigurationService);
@@ -1,10 +1,10 @@
1
- export * from './configuration-provider';
2
- export * from './configuration-registry';
3
- export * from './configuration-render-registry';
4
- export * from './configuration-service';
5
- export * from './module';
6
- export * from './configuration-storage';
7
- export * from './configuration-protocol';
8
- export * from './hooks';
9
- export * from './validation';
10
- export * from './configuration-cache';
1
+ export * from './configuration-provider.js';
2
+ export * from './configuration-registry.js';
3
+ export * from './configuration-render-registry.js';
4
+ export * from './configuration-service.js';
5
+ export * from './module.js';
6
+ export * from './configuration-storage.js';
7
+ export * from './configuration-protocol.js';
8
+ export * from './hooks.js';
9
+ export * from './validation.js';
10
+ export * from './configuration-cache.js';
@@ -1,21 +1,21 @@
1
- import { ManaModule } from '../module';
1
+ import { ManaModule } from '../module/index.js';
2
2
 
3
- import { ConfigurationCache } from './configuration-cache';
3
+ import { ConfigurationCache } from './configuration-cache.js';
4
4
  import {
5
5
  ConfigurationProvider,
6
6
  DefaultConfigurationProvider,
7
7
  LocalStorageConfigurationProvider,
8
- } from './configuration-provider';
8
+ } from './configuration-provider.js';
9
9
  import {
10
10
  ConfigurationContribution,
11
11
  ConfigurationRegistry,
12
- } from './configuration-registry';
12
+ } from './configuration-registry.js';
13
13
  import {
14
14
  ConfigurationRenderContribution,
15
15
  ConfigurationRenderRegistry,
16
- } from './configuration-render-registry';
17
- import { ConfigurationService } from './configuration-service';
18
- import { SchemaValidator } from './validation';
16
+ } from './configuration-render-registry.js';
17
+ import { ConfigurationService } from './configuration-service.js';
18
+ import { SchemaValidator } from './validation.js';
19
19
 
20
20
  export const ConfigurationModule = ManaModule.create()
21
21
  .contribution(
@@ -1,8 +1,9 @@
1
- import { getOrigin } from '../../observable/index.js';
2
- import { singleton } from '../../ioc/index.js';
3
1
  import Ajv from 'ajv';
4
2
 
5
- import type { ConfigurationNode } from './configuration-protocol';
3
+ import { singleton } from '../../ioc/index.js';
4
+ import { getOrigin } from '../../observable/index.js';
5
+
6
+ import type { ConfigurationNode } from './configuration-protocol.js';
6
7
 
7
8
  @singleton()
8
9
  export class SchemaValidator {
@@ -1,10 +1,12 @@
1
1
  import type { Contribution, Syringe } from '../../ioc/index.js';
2
2
  import { contrib, inject, singleton } from '../../ioc/index.js';
3
+ import { ManaContext } from '../module/index.js';
3
4
 
4
- import { ManaContext } from '../module';
5
-
6
- import type { DataContextContriburtionKey } from './data-context-protocol';
7
- import { DataContextContriburtion, DataContextSymbol } from './data-context-protocol';
5
+ import type { DataContextContriburtionKey } from './data-context-protocol.js';
6
+ import {
7
+ DataContextContriburtion,
8
+ DataContextSymbol,
9
+ } from './data-context-protocol.js';
8
10
 
9
11
  @singleton()
10
12
  export class DataContextManager {
@@ -1,7 +1,6 @@
1
1
  /* eslint-disable @typescript-eslint/no-explicit-any */
2
2
  import { Syringe } from '../../ioc/index.js';
3
-
4
- import type { ManaModule } from '../module';
3
+ import type { ManaModule } from '../module/index.js';
5
4
 
6
5
  export type DataContextContriburtionKey = string | symbol;
7
6
  export const DataContextContriburtion = Syringe.defineToken('DataContextContriburtion');
@@ -1,9 +1,9 @@
1
- import { getOrigin, ObservableContext, useInject } from '../../observable/index.js';
2
1
  import * as React from 'react';
3
2
 
4
- import type { ManaContext } from '../module';
3
+ import { getOrigin, ObservableContext, useInject } from '../../observable/index.js';
4
+ import type { ManaContext } from '../module/index.js';
5
5
 
6
- import { DataContextManager } from './data-context-manager';
6
+ import { DataContextManager } from './data-context-manager.js';
7
7
 
8
8
  export interface DataContextProps {
9
9
  contextKey: any;
@@ -1,11 +1,14 @@
1
- import { ManaModule } from '../module';
1
+ import { ManaModule } from '../module/index.js';
2
2
 
3
- import { DataContextManager } from './data-context-manager';
4
- import { DataContextContriburtion, DataContextSymbol } from './data-context-protocol';
3
+ import { DataContextManager } from './data-context-manager.js';
4
+ import {
5
+ DataContextContriburtion,
6
+ DataContextSymbol,
7
+ } from './data-context-protocol.js';
5
8
 
6
- export * from './data-context';
7
- export * from './data-context-manager';
8
- export * from './data-context-protocol';
9
+ export * from './data-context.js';
10
+ export * from './data-context-manager.js';
11
+ export * from './data-context-protocol.js';
9
12
 
10
13
  export const ContextModule = ManaModule.create()
11
14
  .contribution(DataContextContriburtion)
@@ -1,7 +1,7 @@
1
1
  import 'react';
2
2
  import assert from 'assert';
3
3
 
4
- import { ManaPreset, ManaComponents, ThemeModule } from './index';
4
+ import { ManaPreset, ManaComponents, ThemeModule } from './index.js';
5
5
 
6
6
  describe('app', () => {
7
7
  it('#app import', () => {
package/src/core/index.ts CHANGED
@@ -1,32 +1,32 @@
1
- import { ApplicationModule } from './application';
2
- import { CommandModule } from './command';
3
- import { CommonModule } from './common';
4
- import { ConfigurationModule } from './configuration';
5
- import { ContextModule } from './context';
6
- import { KeybindModule } from './keybinding';
7
- import { CoreMenuModule } from './menu';
8
- import { ManaModule } from './module';
9
- import { SelectionModule } from './selection';
10
- import { ThemeVariableModule } from './theme';
11
- import { CoreToolbarModule } from './toolbar';
12
- import { ViewModule } from './view';
1
+ import { ApplicationModule } from './application/index.js';
2
+ import { CommandModule } from './command/index.js';
3
+ import { CommonModule } from './common/index.js';
4
+ import { ConfigurationModule } from './configuration/index.js';
5
+ import { ContextModule } from './context/index.js';
6
+ import { KeybindModule } from './keybinding/index.js';
7
+ import { CoreMenuModule } from './menu/index.js';
8
+ import { ManaModule } from './module/index.js';
9
+ import { SelectionModule } from './selection/index.js';
10
+ import { ThemeVariableModule } from './theme/index.js';
11
+ import { CoreToolbarModule } from './toolbar/index.js';
12
+ import { ViewModule } from './view/index.js';
13
13
 
14
- export * from './components';
15
- export * from './application';
16
- export * from './browser';
17
- export * from './command';
18
- export * from './menu';
19
- export * from './common';
20
- export * from './context';
21
- export * from './module';
22
- export * from './view';
23
- export * from './selection';
24
- export * from './theme';
25
- export * from './toolbar';
26
- export * from './keybinding';
27
- export * from './keyboard';
28
- export * from './configuration';
29
- export * from './utils';
14
+ export * from './components/index.js';
15
+ export * from './application/index.js';
16
+ export * from './browser.js';
17
+ export * from './command/index.js';
18
+ export * from './menu/index.js';
19
+ export * from './common/index.js';
20
+ export * from './context/index.js';
21
+ export * from './module/index.js';
22
+ export * from './view/index.js';
23
+ export * from './selection/index.js';
24
+ export * from './theme/index.js';
25
+ export * from './toolbar/index.js';
26
+ export * from './keybinding/index.js';
27
+ export * from './keyboard/index.js';
28
+ export * from './configuration/index.js';
29
+ export * from './utils/index.js';
30
30
 
31
31
  export const ManaPreset = ManaModule.create().dependOn(
32
32
  CommonModule,
@@ -1,9 +1,9 @@
1
1
  import { Emitter } from '../../common/index.js';
2
2
  import { inject, postConstruct, singleton } from '../../ioc/index.js';
3
3
 
4
- import type { ContextKeyExpression, IContextKey } from './vs/contextkey';
5
- import { ContextKeyExpr } from './vs/contextkey';
6
- import { VSContextKeyService } from './vs/contextKeyService';
4
+ import type { ContextKeyExpression, IContextKey } from './vs/contextkey.js';
5
+ import { ContextKeyExpr } from './vs/contextkey.js';
6
+ import { VSContextKeyService } from './vs/contextKeyService.js';
7
7
 
8
8
  export type ContextKeyChangeEvent = {
9
9
  affects: (keys: Set<string>) => boolean;
@@ -1,5 +1,5 @@
1
- export { KeybindingContribution } from './keybinding-proocol';
2
- export { KeybindingRegistry } from './keybinding';
3
- export { ContextKeyService } from './context-key-service';
4
- export * from './vs/contextkey';
5
- export * from './module';
1
+ export { KeybindingContribution } from './keybinding-proocol.js';
2
+ export { KeybindingRegistry } from './keybinding.js';
3
+ export { ContextKeyService } from './context-key-service.js';
4
+ export * from './vs/contextkey.js';
5
+ export * from './module.js';
@@ -1,6 +1,6 @@
1
1
  import { Syringe } from '../../ioc/index.js';
2
2
 
3
- import type { KeybindingRegistry } from './keybinding';
3
+ import type { KeybindingRegistry } from './keybinding.js';
4
4
 
5
5
  export const KeybindingContribution = Syringe.defineToken('KeybindingContribution');
6
6
  /**