@theia/workspace 1.67.0-next.3 → 1.67.0-next.56

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 (154) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
  3. package/src/browser/diff-service.ts +6 -12
  4. package/src/browser/workspace-schema-updater.ts +3 -3
  5. package/src/browser/workspace-service.ts +2 -2
  6. package/src/browser/workspace-variable-contribution.ts +13 -12
  7. package/lib/browser/canonical-uri-service.d.ts +0 -12
  8. package/lib/browser/canonical-uri-service.d.ts.map +0 -1
  9. package/lib/browser/canonical-uri-service.js +0 -55
  10. package/lib/browser/canonical-uri-service.js.map +0 -1
  11. package/lib/browser/diff-service.d.ts +0 -11
  12. package/lib/browser/diff-service.d.ts.map +0 -1
  13. package/lib/browser/diff-service.js +0 -78
  14. package/lib/browser/diff-service.js.map +0 -1
  15. package/lib/browser/index.d.ts +0 -7
  16. package/lib/browser/index.d.ts.map +0 -1
  17. package/lib/browser/index.js +0 -25
  18. package/lib/browser/index.js.map +0 -1
  19. package/lib/browser/quick-open-workspace.d.ts +0 -18
  20. package/lib/browser/quick-open-workspace.d.ts.map +0 -1
  21. package/lib/browser/quick-open-workspace.js +0 -112
  22. package/lib/browser/quick-open-workspace.js.map +0 -1
  23. package/lib/browser/untitled-workspace-exit-dialog.d.ts +0 -20
  24. package/lib/browser/untitled-workspace-exit-dialog.d.ts.map +0 -1
  25. package/lib/browser/untitled-workspace-exit-dialog.js +0 -64
  26. package/lib/browser/untitled-workspace-exit-dialog.js.map +0 -1
  27. package/lib/browser/workspace-breadcrumbs-contribution.d.ts +0 -11
  28. package/lib/browser/workspace-breadcrumbs-contribution.d.ts.map +0 -1
  29. package/lib/browser/workspace-breadcrumbs-contribution.js +0 -59
  30. package/lib/browser/workspace-breadcrumbs-contribution.js.map +0 -1
  31. package/lib/browser/workspace-commands.d.ts +0 -116
  32. package/lib/browser/workspace-commands.d.ts.map +0 -1
  33. package/lib/browser/workspace-commands.js +0 -568
  34. package/lib/browser/workspace-commands.js.map +0 -1
  35. package/lib/browser/workspace-commands.spec.d.ts +0 -2
  36. package/lib/browser/workspace-commands.spec.d.ts.map +0 -1
  37. package/lib/browser/workspace-commands.spec.js +0 -128
  38. package/lib/browser/workspace-commands.spec.js.map +0 -1
  39. package/lib/browser/workspace-compare-handler.d.ts +0 -27
  40. package/lib/browser/workspace-compare-handler.d.ts.map +0 -1
  41. package/lib/browser/workspace-compare-handler.js +0 -59
  42. package/lib/browser/workspace-compare-handler.js.map +0 -1
  43. package/lib/browser/workspace-delete-handler.d.ts +0 -76
  44. package/lib/browser/workspace-delete-handler.d.ts.map +0 -1
  45. package/lib/browser/workspace-delete-handler.js +0 -207
  46. package/lib/browser/workspace-delete-handler.js.map +0 -1
  47. package/lib/browser/workspace-duplicate-handler.d.ts +0 -31
  48. package/lib/browser/workspace-duplicate-handler.d.ts.map +0 -1
  49. package/lib/browser/workspace-duplicate-handler.js +0 -79
  50. package/lib/browser/workspace-duplicate-handler.js.map +0 -1
  51. package/lib/browser/workspace-frontend-contribution.d.ts +0 -111
  52. package/lib/browser/workspace-frontend-contribution.d.ts.map +0 -1
  53. package/lib/browser/workspace-frontend-contribution.js +0 -538
  54. package/lib/browser/workspace-frontend-contribution.js.map +0 -1
  55. package/lib/browser/workspace-frontend-module.d.ts +0 -4
  56. package/lib/browser/workspace-frontend-module.d.ts.map +0 -1
  57. package/lib/browser/workspace-frontend-module.js +0 -93
  58. package/lib/browser/workspace-frontend-module.js.map +0 -1
  59. package/lib/browser/workspace-input-dialog.d.ts +0 -20
  60. package/lib/browser/workspace-input-dialog.d.ts.map +0 -1
  61. package/lib/browser/workspace-input-dialog.js +0 -64
  62. package/lib/browser/workspace-input-dialog.js.map +0 -1
  63. package/lib/browser/workspace-schema-updater.d.ts +0 -34
  64. package/lib/browser/workspace-schema-updater.d.ts.map +0 -1
  65. package/lib/browser/workspace-schema-updater.js +0 -147
  66. package/lib/browser/workspace-schema-updater.js.map +0 -1
  67. package/lib/browser/workspace-service.d.ts +0 -201
  68. package/lib/browser/workspace-service.d.ts.map +0 -1
  69. package/lib/browser/workspace-service.js +0 -753
  70. package/lib/browser/workspace-service.js.map +0 -1
  71. package/lib/browser/workspace-storage-service.d.ts +0 -16
  72. package/lib/browser/workspace-storage-service.d.ts.map +0 -1
  73. package/lib/browser/workspace-storage-service.js +0 -73
  74. package/lib/browser/workspace-storage-service.js.map +0 -1
  75. package/lib/browser/workspace-trust-service.d.ts +0 -30
  76. package/lib/browser/workspace-trust-service.d.ts.map +0 -1
  77. package/lib/browser/workspace-trust-service.js +0 -153
  78. package/lib/browser/workspace-trust-service.js.map +0 -1
  79. package/lib/browser/workspace-uri-contribution.d.ts +0 -21
  80. package/lib/browser/workspace-uri-contribution.d.ts.map +0 -1
  81. package/lib/browser/workspace-uri-contribution.js +0 -106
  82. package/lib/browser/workspace-uri-contribution.js.map +0 -1
  83. package/lib/browser/workspace-uri-contribution.spec.d.ts +0 -2
  84. package/lib/browser/workspace-uri-contribution.spec.d.ts.map +0 -1
  85. package/lib/browser/workspace-uri-contribution.spec.js +0 -170
  86. package/lib/browser/workspace-uri-contribution.spec.js.map +0 -1
  87. package/lib/browser/workspace-user-working-directory-provider.d.ts +0 -13
  88. package/lib/browser/workspace-user-working-directory-provider.d.ts.map +0 -1
  89. package/lib/browser/workspace-user-working-directory-provider.js +0 -55
  90. package/lib/browser/workspace-user-working-directory-provider.js.map +0 -1
  91. package/lib/browser/workspace-utils.d.ts +0 -16
  92. package/lib/browser/workspace-utils.d.ts.map +0 -1
  93. package/lib/browser/workspace-utils.js +0 -47
  94. package/lib/browser/workspace-utils.js.map +0 -1
  95. package/lib/browser/workspace-variable-contribution.d.ts +0 -24
  96. package/lib/browser/workspace-variable-contribution.d.ts.map +0 -1
  97. package/lib/browser/workspace-variable-contribution.js +0 -230
  98. package/lib/browser/workspace-variable-contribution.js.map +0 -1
  99. package/lib/browser/workspace-window-title-updater.d.ts +0 -8
  100. package/lib/browser/workspace-window-title-updater.d.ts.map +0 -1
  101. package/lib/browser/workspace-window-title-updater.js +0 -50
  102. package/lib/browser/workspace-window-title-updater.js.map +0 -1
  103. package/lib/browser-only/browser-only-workspace-server.d.ts +0 -13
  104. package/lib/browser-only/browser-only-workspace-server.d.ts.map +0 -1
  105. package/lib/browser-only/browser-only-workspace-server.js +0 -73
  106. package/lib/browser-only/browser-only-workspace-server.js.map +0 -1
  107. package/lib/browser-only/workspace-frontend-only-module.d.ts +0 -4
  108. package/lib/browser-only/workspace-frontend-only-module.d.ts.map +0 -1
  109. package/lib/browser-only/workspace-frontend-only-module.js +0 -30
  110. package/lib/browser-only/workspace-frontend-only-module.js.map +0 -1
  111. package/lib/common/index.d.ts +0 -5
  112. package/lib/common/index.d.ts.map +0 -1
  113. package/lib/common/index.js +0 -23
  114. package/lib/common/index.js.map +0 -1
  115. package/lib/common/test/mock-workspace-server.d.ts +0 -8
  116. package/lib/common/test/mock-workspace-server.d.ts.map +0 -1
  117. package/lib/common/test/mock-workspace-server.js +0 -31
  118. package/lib/common/test/mock-workspace-server.js.map +0 -1
  119. package/lib/common/untitled-workspace-service.d.ts +0 -9
  120. package/lib/common/untitled-workspace-service.d.ts.map +0 -1
  121. package/lib/common/untitled-workspace-service.js +0 -53
  122. package/lib/common/untitled-workspace-service.js.map +0 -1
  123. package/lib/common/workspace-file-service.d.ts +0 -27
  124. package/lib/common/workspace-file-service.d.ts.map +0 -1
  125. package/lib/common/workspace-file-service.js +0 -67
  126. package/lib/common/workspace-file-service.js.map +0 -1
  127. package/lib/common/workspace-preferences.d.ts +0 -12
  128. package/lib/common/workspace-preferences.d.ts.map +0 -1
  129. package/lib/common/workspace-preferences.js +0 -46
  130. package/lib/common/workspace-preferences.js.map +0 -1
  131. package/lib/common/workspace-protocol.d.ts +0 -27
  132. package/lib/common/workspace-protocol.d.ts.map +0 -1
  133. package/lib/common/workspace-protocol.js +0 -24
  134. package/lib/common/workspace-protocol.js.map +0 -1
  135. package/lib/common/workspace-trust-preferences.d.ts +0 -22
  136. package/lib/common/workspace-trust-preferences.d.ts.map +0 -1
  137. package/lib/common/workspace-trust-preferences.js +0 -66
  138. package/lib/common/workspace-trust-preferences.js.map +0 -1
  139. package/lib/node/default-workspace-server.d.ts +0 -78
  140. package/lib/node/default-workspace-server.d.ts.map +0 -1
  141. package/lib/node/default-workspace-server.js +0 -265
  142. package/lib/node/default-workspace-server.js.map +0 -1
  143. package/lib/node/default-workspace-server.spec.d.ts +0 -2
  144. package/lib/node/default-workspace-server.spec.d.ts.map +0 -1
  145. package/lib/node/default-workspace-server.spec.js +0 -96
  146. package/lib/node/default-workspace-server.spec.js.map +0 -1
  147. package/lib/node/index.d.ts +0 -3
  148. package/lib/node/index.d.ts.map +0 -1
  149. package/lib/node/index.js +0 -21
  150. package/lib/node/index.js.map +0 -1
  151. package/lib/node/workspace-backend-module.d.ts +0 -4
  152. package/lib/node/workspace-backend-module.d.ts.map +0 -1
  153. package/lib/node/workspace-backend-module.js +0 -40
  154. package/lib/node/workspace-backend-module.js.map +0 -1
@@ -1,40 +0,0 @@
1
- "use strict";
2
- // *****************************************************************************
3
- // Copyright (C) 2017 TypeFox and others.
4
- //
5
- // This program and the accompanying materials are made available under the
6
- // terms of the Eclipse Public License v. 2.0 which is available at
7
- // http://www.eclipse.org/legal/epl-2.0.
8
- //
9
- // This Source Code may also be made available under the following Secondary
10
- // Licenses when the conditions for such availability set forth in the Eclipse
11
- // Public License v. 2.0 are satisfied: GNU General Public License, version 2
12
- // with the GNU Classpath Exception which is available at
13
- // https://www.gnu.org/software/classpath/license.html.
14
- //
15
- // SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0
16
- // *****************************************************************************
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- const inversify_1 = require("@theia/core/shared/inversify");
19
- const common_1 = require("@theia/core/lib/common");
20
- const common_2 = require("../common");
21
- const default_workspace_server_1 = require("./default-workspace-server");
22
- const cli_1 = require("@theia/core/lib/node/cli");
23
- const node_1 = require("@theia/core/lib/node");
24
- const workspace_trust_preferences_1 = require("../common/workspace-trust-preferences");
25
- exports.default = new inversify_1.ContainerModule(bind => {
26
- bind(default_workspace_server_1.WorkspaceCliContribution).toSelf().inSingletonScope();
27
- bind(cli_1.CliContribution).toService(default_workspace_server_1.WorkspaceCliContribution);
28
- bind(default_workspace_server_1.DefaultWorkspaceServer).toSelf().inSingletonScope();
29
- bind(common_2.WorkspaceServer).toService(default_workspace_server_1.DefaultWorkspaceServer);
30
- bind(node_1.BackendApplicationContribution).toService(common_2.WorkspaceServer);
31
- bind(common_2.UntitledWorkspaceService).toSelf().inSingletonScope();
32
- bind(common_2.WorkspaceFileService).toSelf().inSingletonScope();
33
- (0, common_1.bindContributionProvider)(bind, default_workspace_server_1.WorkspaceHandlerContribution);
34
- bind(default_workspace_server_1.FileWorkspaceHandlerContribution).toSelf().inSingletonScope();
35
- bind(default_workspace_server_1.WorkspaceHandlerContribution).toService(default_workspace_server_1.FileWorkspaceHandlerContribution);
36
- bind(common_1.ConnectionHandler).toDynamicValue(ctx => new common_1.RpcConnectionHandler(common_2.workspacePath, () => ctx.container.get(common_2.WorkspaceServer))).inSingletonScope();
37
- (0, common_2.bindWorkspacePreferences)(bind);
38
- (0, workspace_trust_preferences_1.bindWorkspaceTrustPreferences)(bind);
39
- });
40
- //# sourceMappingURL=workspace-backend-module.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"workspace-backend-module.js","sourceRoot":"","sources":["../../src/node/workspace-backend-module.ts"],"names":[],"mappings":";AAAA,gFAAgF;AAChF,yCAAyC;AACzC,EAAE;AACF,2EAA2E;AAC3E,mEAAmE;AACnE,wCAAwC;AACxC,EAAE;AACF,4EAA4E;AAC5E,8EAA8E;AAC9E,6EAA6E;AAC7E,yDAAyD;AACzD,uDAAuD;AACvD,EAAE;AACF,gFAAgF;AAChF,gFAAgF;;AAEhF,4DAA+D;AAC/D,mDAA2G;AAC3G,sCAAqI;AACrI,yEAA8J;AAC9J,kDAA2D;AAC3D,+CAAsE;AACtE,uFAAsF;AAEtF,kBAAe,IAAI,2BAAe,CAAC,IAAI,CAAC,EAAE;IACtC,IAAI,CAAC,mDAAwB,CAAC,CAAC,MAAM,EAAE,CAAC,gBAAgB,EAAE,CAAC;IAC3D,IAAI,CAAC,qBAAe,CAAC,CAAC,SAAS,CAAC,mDAAwB,CAAC,CAAC;IAC1D,IAAI,CAAC,iDAAsB,CAAC,CAAC,MAAM,EAAE,CAAC,gBAAgB,EAAE,CAAC;IACzD,IAAI,CAAC,wBAAe,CAAC,CAAC,SAAS,CAAC,iDAAsB,CAAC,CAAC;IACxD,IAAI,CAAC,qCAA8B,CAAC,CAAC,SAAS,CAAC,wBAAe,CAAC,CAAC;IAChE,IAAI,CAAC,iCAAwB,CAAC,CAAC,MAAM,EAAE,CAAC,gBAAgB,EAAE,CAAC;IAC3D,IAAI,CAAC,6BAAoB,CAAC,CAAC,MAAM,EAAE,CAAC,gBAAgB,EAAE,CAAC;IAEvD,IAAA,iCAAwB,EAAC,IAAI,EAAE,uDAA4B,CAAC,CAAC;IAE7D,IAAI,CAAC,2DAAgC,CAAC,CAAC,MAAM,EAAE,CAAC,gBAAgB,EAAE,CAAC;IACnE,IAAI,CAAC,uDAA4B,CAAC,CAAC,SAAS,CAAC,2DAAgC,CAAC,CAAC;IAE/E,IAAI,CAAC,0BAAiB,CAAC,CAAC,cAAc,CAAC,GAAG,CAAC,EAAE,CACzC,IAAI,6BAAoB,CAAC,sBAAa,EAAE,GAAG,EAAE,CACzC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,wBAAe,CAAC,CACrC,CACJ,CAAC,gBAAgB,EAAE,CAAC;IACrB,IAAA,iCAAwB,EAAC,IAAI,CAAC,CAAC;IAC/B,IAAA,2DAA6B,EAAC,IAAI,CAAC,CAAC;AACxC,CAAC,CAAC,CAAC"}