@adminide-stack/extension-api 1.1.3-alpha.81 → 2.0.1-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.
- package/lib/connections/jsonrpc2/connection.test.js +72 -81
- package/lib/connections/jsonrpc2/connection.test.js.map +1 -1
- package/lib/connections/proxy/proxy.test.js +9 -18
- package/lib/connections/proxy/proxy.test.js.map +1 -1
- package/lib/connections/remote-rpc/browser-server-rpc.test.d.ts +0 -1
- package/lib/connections/remote-rpc/browser-server-rpc.test.js +316 -322
- package/lib/connections/remote-rpc/browser-server-rpc.test.js.map +1 -1
- package/lib/interfaces/generated-models.d.ts +305 -294
- package/lib/interfaces/generated-models.js +100 -107
- package/lib/interfaces/generated-models.js.map +1 -1
- package/lib/protocol/rpc-protocol.d.ts +0 -1
- package/lib/protocol/server.protocol.d.ts +0 -1
- package/lib/worker-lib/webWorkerLink.d.ts +0 -1
- package/package.json +58 -59
|
@@ -1,51 +1,44 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.useShowNotificationLazyQuery = exports.useShowNotificationQuery = exports.ShowNotificationDocument = exports.useNotificationsLazyQuery = exports.useNotificationsQuery = exports.NotificationsDocument = exports.useInstalledExtensionsLazyQuery = exports.useInstalledExtensionsQuery = exports.InstalledExtensionsDocument = exports.useGalleryLazyQuery = exports.useGalleryQuery = exports.GalleryDocument = exports.useExtensionsByLimitLazyQuery = exports.useExtensionsByLimitQuery = exports.ExtensionsByLimitDocument = exports.useGalleryExtensionLazyQuery = exports.useGalleryExtensionQuery = exports.GalleryExtensionDocument = exports.useContextMenuLazyQuery = exports.useContextMenuQuery = exports.ContextMenuDocument = exports.useRemoveMutation = exports.RemoveDocument = exports.useProviderDefinitionMutation = exports.ProviderDefinitionDocument = exports.useInstallMutation = exports.InstallDocument = exports.useShowContextMenuMutation = exports.ShowContextMenuDocument = exports.useHideContextMenuMutation = exports.HideContextMenuDocument = exports.useRunMenuActionMutation = exports.RunMenuActionDocument = exports.useCopyMutation = exports.CopyDocument = exports.ISortEnum = exports.INotificationViewItemLabelKind = exports.INotificationSeverity = exports.INotificationChangeType = exports.IMoleculerServiceName = exports.IMenuId = exports.IMarkupKind = exports.IGraphqlCallType = exports.IExtensionType = exports.IExtensionKind = exports.IEnvironmentSync = exports.IClientContainerService = exports.ICacheControlScope = void 0;
|
|
4
4
|
const client_1 = require("@apollo/client");
|
|
5
5
|
const Apollo = require("@apollo/client");
|
|
6
6
|
const defaultOptions = {};
|
|
7
7
|
var ICacheControlScope;
|
|
8
8
|
(function (ICacheControlScope) {
|
|
9
|
-
ICacheControlScope["
|
|
10
|
-
ICacheControlScope["
|
|
9
|
+
ICacheControlScope["Public"] = "PUBLIC";
|
|
10
|
+
ICacheControlScope["Private"] = "PRIVATE";
|
|
11
11
|
})(ICacheControlScope = exports.ICacheControlScope || (exports.ICacheControlScope = {}));
|
|
12
|
-
;
|
|
13
12
|
var IClientContainerService;
|
|
14
13
|
(function (IClientContainerService) {
|
|
15
14
|
IClientContainerService["ExtensionController"] = "ExtensionController";
|
|
16
15
|
})(IClientContainerService = exports.IClientContainerService || (exports.IClientContainerService = {}));
|
|
17
|
-
;
|
|
18
16
|
var IEnvironmentSync;
|
|
19
17
|
(function (IEnvironmentSync) {
|
|
20
|
-
IEnvironmentSync["
|
|
21
|
-
IEnvironmentSync["
|
|
22
|
-
IEnvironmentSync["
|
|
18
|
+
IEnvironmentSync["On"] = "on";
|
|
19
|
+
IEnvironmentSync["Off"] = "off";
|
|
20
|
+
IEnvironmentSync["Unset"] = "unset";
|
|
23
21
|
})(IEnvironmentSync = exports.IEnvironmentSync || (exports.IEnvironmentSync = {}));
|
|
24
|
-
;
|
|
25
22
|
var IExtensionKind;
|
|
26
23
|
(function (IExtensionKind) {
|
|
27
|
-
IExtensionKind["
|
|
28
|
-
IExtensionKind["
|
|
24
|
+
IExtensionKind["Ui"] = "ui";
|
|
25
|
+
IExtensionKind["Workspace"] = "workspace";
|
|
29
26
|
})(IExtensionKind = exports.IExtensionKind || (exports.IExtensionKind = {}));
|
|
30
|
-
;
|
|
31
27
|
var IExtensionType;
|
|
32
28
|
(function (IExtensionType) {
|
|
33
29
|
IExtensionType["System"] = "System";
|
|
34
30
|
IExtensionType["User"] = "User";
|
|
35
31
|
})(IExtensionType = exports.IExtensionType || (exports.IExtensionType = {}));
|
|
36
|
-
;
|
|
37
32
|
var IGraphqlCallType;
|
|
38
33
|
(function (IGraphqlCallType) {
|
|
39
|
-
IGraphqlCallType["
|
|
40
|
-
IGraphqlCallType["
|
|
34
|
+
IGraphqlCallType["Mutation"] = "mutation";
|
|
35
|
+
IGraphqlCallType["Query"] = "query";
|
|
41
36
|
})(IGraphqlCallType = exports.IGraphqlCallType || (exports.IGraphqlCallType = {}));
|
|
42
|
-
;
|
|
43
37
|
var IMarkupKind;
|
|
44
38
|
(function (IMarkupKind) {
|
|
45
|
-
IMarkupKind["
|
|
46
|
-
IMarkupKind["
|
|
39
|
+
IMarkupKind["Plaintext"] = "plaintext";
|
|
40
|
+
IMarkupKind["Markdown"] = "markdown";
|
|
47
41
|
})(IMarkupKind = exports.IMarkupKind || (exports.IMarkupKind = {}));
|
|
48
|
-
;
|
|
49
42
|
var IMenuId;
|
|
50
43
|
(function (IMenuId) {
|
|
51
44
|
IMenuId["CommandPalette"] = "CommandPalette";
|
|
@@ -64,11 +57,11 @@ var IMenuId;
|
|
|
64
57
|
IMenuId["MenubarViewMenu"] = "MenubarViewMenu";
|
|
65
58
|
IMenuId["OpenEditorContext"] = "OpenEditorContext";
|
|
66
59
|
IMenuId["ProblemsPanelContext"] = "ProblemsPanelContext";
|
|
67
|
-
IMenuId["
|
|
68
|
-
IMenuId["
|
|
69
|
-
IMenuId["
|
|
70
|
-
IMenuId["
|
|
71
|
-
IMenuId["
|
|
60
|
+
IMenuId["ScmChangeContext"] = "SCMChangeContext";
|
|
61
|
+
IMenuId["ScmResourceContext"] = "SCMResourceContext";
|
|
62
|
+
IMenuId["ScmResourceGroupContext"] = "SCMResourceGroupContext";
|
|
63
|
+
IMenuId["ScmResourceControl"] = "SCMResourceControl";
|
|
64
|
+
IMenuId["ScmTitle"] = "SCMTitle";
|
|
72
65
|
IMenuId["SearchContext"] = "SearchContext";
|
|
73
66
|
IMenuId["StatusBarWindowIndicatorMenu"] = "StatusBarWindowIndicatorMenu";
|
|
74
67
|
IMenuId["TouchBarContext"] = "TouchBarContext";
|
|
@@ -79,20 +72,17 @@ var IMenuId;
|
|
|
79
72
|
IMenuId["CommentTitle"] = "CommentTitle";
|
|
80
73
|
IMenuId["CommentActions"] = "CommentActions";
|
|
81
74
|
})(IMenuId = exports.IMenuId || (exports.IMenuId = {}));
|
|
82
|
-
;
|
|
83
75
|
/** All Moleculer Topic names are extended from this. */
|
|
84
76
|
var IMoleculerServiceName;
|
|
85
77
|
(function (IMoleculerServiceName) {
|
|
86
|
-
IMoleculerServiceName["
|
|
78
|
+
IMoleculerServiceName["Dummy"] = "dummy";
|
|
87
79
|
})(IMoleculerServiceName = exports.IMoleculerServiceName || (exports.IMoleculerServiceName = {}));
|
|
88
|
-
;
|
|
89
80
|
var INotificationChangeType;
|
|
90
81
|
(function (INotificationChangeType) {
|
|
91
|
-
INotificationChangeType["
|
|
92
|
-
INotificationChangeType["
|
|
93
|
-
INotificationChangeType["
|
|
82
|
+
INotificationChangeType["Add"] = "ADD";
|
|
83
|
+
INotificationChangeType["Change"] = "CHANGE";
|
|
84
|
+
INotificationChangeType["Remove"] = "REMOVE";
|
|
94
85
|
})(INotificationChangeType = exports.INotificationChangeType || (exports.INotificationChangeType = {}));
|
|
95
|
-
;
|
|
96
86
|
var INotificationSeverity;
|
|
97
87
|
(function (INotificationSeverity) {
|
|
98
88
|
INotificationSeverity["Ignore"] = "Ignore";
|
|
@@ -100,15 +90,18 @@ var INotificationSeverity;
|
|
|
100
90
|
INotificationSeverity["Warning"] = "Warning";
|
|
101
91
|
INotificationSeverity["Error"] = "Error";
|
|
102
92
|
})(INotificationSeverity = exports.INotificationSeverity || (exports.INotificationSeverity = {}));
|
|
103
|
-
;
|
|
104
93
|
var INotificationViewItemLabelKind;
|
|
105
94
|
(function (INotificationViewItemLabelKind) {
|
|
106
|
-
INotificationViewItemLabelKind["
|
|
107
|
-
INotificationViewItemLabelKind["
|
|
108
|
-
INotificationViewItemLabelKind["
|
|
109
|
-
INotificationViewItemLabelKind["
|
|
95
|
+
INotificationViewItemLabelKind["Severity"] = "SEVERITY";
|
|
96
|
+
INotificationViewItemLabelKind["Message"] = "MESSAGE";
|
|
97
|
+
INotificationViewItemLabelKind["Actions"] = "ACTIONS";
|
|
98
|
+
INotificationViewItemLabelKind["Progress"] = "PROGRESS";
|
|
110
99
|
})(INotificationViewItemLabelKind = exports.INotificationViewItemLabelKind || (exports.INotificationViewItemLabelKind = {}));
|
|
111
|
-
;
|
|
100
|
+
var ISortEnum;
|
|
101
|
+
(function (ISortEnum) {
|
|
102
|
+
ISortEnum["Asc"] = "ASC";
|
|
103
|
+
ISortEnum["Desc"] = "DESC";
|
|
104
|
+
})(ISortEnum = exports.ISortEnum || (exports.ISortEnum = {}));
|
|
112
105
|
exports.CopyDocument = (0, client_1.gql) `
|
|
113
106
|
mutation Copy($value: String) {
|
|
114
107
|
copy(value: $value) @client
|
|
@@ -190,7 +183,7 @@ function useHideContextMenuMutation(baseOptions) {
|
|
|
190
183
|
}
|
|
191
184
|
exports.useHideContextMenuMutation = useHideContextMenuMutation;
|
|
192
185
|
exports.ShowContextMenuDocument = (0, client_1.gql) `
|
|
193
|
-
mutation ShowContextMenu($delegate:
|
|
186
|
+
mutation ShowContextMenu($delegate: ContextMenuInput) {
|
|
194
187
|
showContextMenu(delegate: $delegate) @client
|
|
195
188
|
}
|
|
196
189
|
`;
|
|
@@ -216,7 +209,7 @@ function useShowContextMenuMutation(baseOptions) {
|
|
|
216
209
|
return Apollo.useMutation(exports.ShowContextMenuDocument, options);
|
|
217
210
|
}
|
|
218
211
|
exports.useShowContextMenuMutation = useShowContextMenuMutation;
|
|
219
|
-
exports.
|
|
212
|
+
exports.InstallDocument = (0, client_1.gql) `
|
|
220
213
|
mutation install($vsix: String!) {
|
|
221
214
|
install(vsix: $vsix) {
|
|
222
215
|
id
|
|
@@ -225,81 +218,81 @@ exports.installDocument = (0, client_1.gql) `
|
|
|
225
218
|
}
|
|
226
219
|
`;
|
|
227
220
|
/**
|
|
228
|
-
*
|
|
221
|
+
* __useInstallMutation__
|
|
229
222
|
*
|
|
230
|
-
* To run a mutation, you first call `
|
|
231
|
-
* When your component renders, `
|
|
223
|
+
* To run a mutation, you first call `useInstallMutation` within a React component and pass it any options that fit your needs.
|
|
224
|
+
* When your component renders, `useInstallMutation` returns a tuple that includes:
|
|
232
225
|
* - A mutate function that you can call at any time to execute the mutation
|
|
233
226
|
* - An object with fields that represent the current status of the mutation's execution
|
|
234
227
|
*
|
|
235
228
|
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
236
229
|
*
|
|
237
230
|
* @example
|
|
238
|
-
* const [installMutation, { data, loading, error }] =
|
|
231
|
+
* const [installMutation, { data, loading, error }] = useInstallMutation({
|
|
239
232
|
* variables: {
|
|
240
233
|
* vsix: // value for 'vsix'
|
|
241
234
|
* },
|
|
242
235
|
* });
|
|
243
236
|
*/
|
|
244
|
-
function
|
|
237
|
+
function useInstallMutation(baseOptions) {
|
|
245
238
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
|
246
|
-
return Apollo.useMutation(exports.
|
|
239
|
+
return Apollo.useMutation(exports.InstallDocument, options);
|
|
247
240
|
}
|
|
248
|
-
exports.
|
|
249
|
-
exports.
|
|
241
|
+
exports.useInstallMutation = useInstallMutation;
|
|
242
|
+
exports.ProviderDefinitionDocument = (0, client_1.gql) `
|
|
250
243
|
mutation providerDefinition($params: TextDocumentPositionParamsInput) {
|
|
251
244
|
hoverProviderDefinition(params: $params) @client
|
|
252
245
|
}
|
|
253
246
|
`;
|
|
254
247
|
/**
|
|
255
|
-
*
|
|
248
|
+
* __useProviderDefinitionMutation__
|
|
256
249
|
*
|
|
257
|
-
* To run a mutation, you first call `
|
|
258
|
-
* When your component renders, `
|
|
250
|
+
* To run a mutation, you first call `useProviderDefinitionMutation` within a React component and pass it any options that fit your needs.
|
|
251
|
+
* When your component renders, `useProviderDefinitionMutation` returns a tuple that includes:
|
|
259
252
|
* - A mutate function that you can call at any time to execute the mutation
|
|
260
253
|
* - An object with fields that represent the current status of the mutation's execution
|
|
261
254
|
*
|
|
262
255
|
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
263
256
|
*
|
|
264
257
|
* @example
|
|
265
|
-
* const [providerDefinitionMutation, { data, loading, error }] =
|
|
258
|
+
* const [providerDefinitionMutation, { data, loading, error }] = useProviderDefinitionMutation({
|
|
266
259
|
* variables: {
|
|
267
260
|
* params: // value for 'params'
|
|
268
261
|
* },
|
|
269
262
|
* });
|
|
270
263
|
*/
|
|
271
|
-
function
|
|
264
|
+
function useProviderDefinitionMutation(baseOptions) {
|
|
272
265
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
|
273
|
-
return Apollo.useMutation(exports.
|
|
266
|
+
return Apollo.useMutation(exports.ProviderDefinitionDocument, options);
|
|
274
267
|
}
|
|
275
|
-
exports.
|
|
276
|
-
exports.
|
|
268
|
+
exports.useProviderDefinitionMutation = useProviderDefinitionMutation;
|
|
269
|
+
exports.RemoveDocument = (0, client_1.gql) `
|
|
277
270
|
mutation remove($id: String!) {
|
|
278
271
|
removeExtension(id: $id)
|
|
279
272
|
}
|
|
280
273
|
`;
|
|
281
274
|
/**
|
|
282
|
-
*
|
|
275
|
+
* __useRemoveMutation__
|
|
283
276
|
*
|
|
284
|
-
* To run a mutation, you first call `
|
|
285
|
-
* When your component renders, `
|
|
277
|
+
* To run a mutation, you first call `useRemoveMutation` within a React component and pass it any options that fit your needs.
|
|
278
|
+
* When your component renders, `useRemoveMutation` returns a tuple that includes:
|
|
286
279
|
* - A mutate function that you can call at any time to execute the mutation
|
|
287
280
|
* - An object with fields that represent the current status of the mutation's execution
|
|
288
281
|
*
|
|
289
282
|
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
290
283
|
*
|
|
291
284
|
* @example
|
|
292
|
-
* const [removeMutation, { data, loading, error }] =
|
|
285
|
+
* const [removeMutation, { data, loading, error }] = useRemoveMutation({
|
|
293
286
|
* variables: {
|
|
294
287
|
* id: // value for 'id'
|
|
295
288
|
* },
|
|
296
289
|
* });
|
|
297
290
|
*/
|
|
298
|
-
function
|
|
291
|
+
function useRemoveMutation(baseOptions) {
|
|
299
292
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
|
300
|
-
return Apollo.useMutation(exports.
|
|
293
|
+
return Apollo.useMutation(exports.RemoveDocument, options);
|
|
301
294
|
}
|
|
302
|
-
exports.
|
|
295
|
+
exports.useRemoveMutation = useRemoveMutation;
|
|
303
296
|
exports.ContextMenuDocument = (0, client_1.gql) `
|
|
304
297
|
query ContextMenu {
|
|
305
298
|
contextMenu @client {
|
|
@@ -349,7 +342,7 @@ function useContextMenuLazyQuery(baseOptions) {
|
|
|
349
342
|
return Apollo.useLazyQuery(exports.ContextMenuDocument, options);
|
|
350
343
|
}
|
|
351
344
|
exports.useContextMenuLazyQuery = useContextMenuLazyQuery;
|
|
352
|
-
exports.
|
|
345
|
+
exports.GalleryExtensionDocument = (0, client_1.gql) `
|
|
353
346
|
query galleryExtension($extensionID: String!) {
|
|
354
347
|
galleryExtension(extensionID: $extensionID) {
|
|
355
348
|
id
|
|
@@ -379,31 +372,31 @@ exports.galleryExtensionDocument = (0, client_1.gql) `
|
|
|
379
372
|
}
|
|
380
373
|
`;
|
|
381
374
|
/**
|
|
382
|
-
*
|
|
375
|
+
* __useGalleryExtensionQuery__
|
|
383
376
|
*
|
|
384
|
-
* To run a query within a React component, call `
|
|
385
|
-
* When your component renders, `
|
|
377
|
+
* To run a query within a React component, call `useGalleryExtensionQuery` and pass it any options that fit your needs.
|
|
378
|
+
* When your component renders, `useGalleryExtensionQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
386
379
|
* you can use to render your UI.
|
|
387
380
|
*
|
|
388
381
|
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
389
382
|
*
|
|
390
383
|
* @example
|
|
391
|
-
* const { data, loading, error } =
|
|
384
|
+
* const { data, loading, error } = useGalleryExtensionQuery({
|
|
392
385
|
* variables: {
|
|
393
386
|
* extensionID: // value for 'extensionID'
|
|
394
387
|
* },
|
|
395
388
|
* });
|
|
396
389
|
*/
|
|
397
|
-
function
|
|
390
|
+
function useGalleryExtensionQuery(baseOptions) {
|
|
398
391
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
|
399
|
-
return Apollo.useQuery(exports.
|
|
392
|
+
return Apollo.useQuery(exports.GalleryExtensionDocument, options);
|
|
400
393
|
}
|
|
401
|
-
exports.
|
|
402
|
-
function
|
|
394
|
+
exports.useGalleryExtensionQuery = useGalleryExtensionQuery;
|
|
395
|
+
function useGalleryExtensionLazyQuery(baseOptions) {
|
|
403
396
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
|
404
|
-
return Apollo.useLazyQuery(exports.
|
|
397
|
+
return Apollo.useLazyQuery(exports.GalleryExtensionDocument, options);
|
|
405
398
|
}
|
|
406
|
-
exports.
|
|
399
|
+
exports.useGalleryExtensionLazyQuery = useGalleryExtensionLazyQuery;
|
|
407
400
|
exports.ExtensionsByLimitDocument = (0, client_1.gql) `
|
|
408
401
|
query ExtensionsByLimit($first: Int!, $prioritizeExtensionIDs: [String!]!) {
|
|
409
402
|
extensions(first: $first, prioritizeExtensionIDs: $prioritizeExtensionIDs) {
|
|
@@ -449,8 +442,8 @@ function useExtensionsByLimitLazyQuery(baseOptions) {
|
|
|
449
442
|
return Apollo.useLazyQuery(exports.ExtensionsByLimitDocument, options);
|
|
450
443
|
}
|
|
451
444
|
exports.useExtensionsByLimitLazyQuery = useExtensionsByLimitLazyQuery;
|
|
452
|
-
exports.
|
|
453
|
-
query gallery($query:
|
|
445
|
+
exports.GalleryDocument = (0, client_1.gql) `
|
|
446
|
+
query gallery($query: GalleryQueryInput) {
|
|
454
447
|
gallery(query: $query) {
|
|
455
448
|
page
|
|
456
449
|
firstPage {
|
|
@@ -476,32 +469,32 @@ exports.galleryDocument = (0, client_1.gql) `
|
|
|
476
469
|
}
|
|
477
470
|
`;
|
|
478
471
|
/**
|
|
479
|
-
*
|
|
472
|
+
* __useGalleryQuery__
|
|
480
473
|
*
|
|
481
|
-
* To run a query within a React component, call `
|
|
482
|
-
* When your component renders, `
|
|
474
|
+
* To run a query within a React component, call `useGalleryQuery` and pass it any options that fit your needs.
|
|
475
|
+
* When your component renders, `useGalleryQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
483
476
|
* you can use to render your UI.
|
|
484
477
|
*
|
|
485
478
|
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
486
479
|
*
|
|
487
480
|
* @example
|
|
488
|
-
* const { data, loading, error } =
|
|
481
|
+
* const { data, loading, error } = useGalleryQuery({
|
|
489
482
|
* variables: {
|
|
490
483
|
* query: // value for 'query'
|
|
491
484
|
* },
|
|
492
485
|
* });
|
|
493
486
|
*/
|
|
494
|
-
function
|
|
487
|
+
function useGalleryQuery(baseOptions) {
|
|
495
488
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
|
496
|
-
return Apollo.useQuery(exports.
|
|
489
|
+
return Apollo.useQuery(exports.GalleryDocument, options);
|
|
497
490
|
}
|
|
498
|
-
exports.
|
|
499
|
-
function
|
|
491
|
+
exports.useGalleryQuery = useGalleryQuery;
|
|
492
|
+
function useGalleryLazyQuery(baseOptions) {
|
|
500
493
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
|
501
|
-
return Apollo.useLazyQuery(exports.
|
|
494
|
+
return Apollo.useLazyQuery(exports.GalleryDocument, options);
|
|
502
495
|
}
|
|
503
|
-
exports.
|
|
504
|
-
exports.
|
|
496
|
+
exports.useGalleryLazyQuery = useGalleryLazyQuery;
|
|
497
|
+
exports.InstalledExtensionsDocument = (0, client_1.gql) `
|
|
505
498
|
query installedExtensions {
|
|
506
499
|
installed {
|
|
507
500
|
identifier {
|
|
@@ -530,30 +523,30 @@ exports.installedExtensionsDocument = (0, client_1.gql) `
|
|
|
530
523
|
}
|
|
531
524
|
`;
|
|
532
525
|
/**
|
|
533
|
-
*
|
|
526
|
+
* __useInstalledExtensionsQuery__
|
|
534
527
|
*
|
|
535
|
-
* To run a query within a React component, call `
|
|
536
|
-
* When your component renders, `
|
|
528
|
+
* To run a query within a React component, call `useInstalledExtensionsQuery` and pass it any options that fit your needs.
|
|
529
|
+
* When your component renders, `useInstalledExtensionsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
537
530
|
* you can use to render your UI.
|
|
538
531
|
*
|
|
539
532
|
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
540
533
|
*
|
|
541
534
|
* @example
|
|
542
|
-
* const { data, loading, error } =
|
|
535
|
+
* const { data, loading, error } = useInstalledExtensionsQuery({
|
|
543
536
|
* variables: {
|
|
544
537
|
* },
|
|
545
538
|
* });
|
|
546
539
|
*/
|
|
547
|
-
function
|
|
540
|
+
function useInstalledExtensionsQuery(baseOptions) {
|
|
548
541
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
|
549
|
-
return Apollo.useQuery(exports.
|
|
542
|
+
return Apollo.useQuery(exports.InstalledExtensionsDocument, options);
|
|
550
543
|
}
|
|
551
|
-
exports.
|
|
552
|
-
function
|
|
544
|
+
exports.useInstalledExtensionsQuery = useInstalledExtensionsQuery;
|
|
545
|
+
function useInstalledExtensionsLazyQuery(baseOptions) {
|
|
553
546
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
|
554
|
-
return Apollo.useLazyQuery(exports.
|
|
547
|
+
return Apollo.useLazyQuery(exports.InstalledExtensionsDocument, options);
|
|
555
548
|
}
|
|
556
|
-
exports.
|
|
549
|
+
exports.useInstalledExtensionsLazyQuery = useInstalledExtensionsLazyQuery;
|
|
557
550
|
exports.NotificationsDocument = (0, client_1.gql) `
|
|
558
551
|
query Notifications {
|
|
559
552
|
notifications @client {
|
|
@@ -621,35 +614,35 @@ function useNotificationsLazyQuery(baseOptions) {
|
|
|
621
614
|
return Apollo.useLazyQuery(exports.NotificationsDocument, options);
|
|
622
615
|
}
|
|
623
616
|
exports.useNotificationsLazyQuery = useNotificationsLazyQuery;
|
|
624
|
-
exports.
|
|
617
|
+
exports.ShowNotificationDocument = (0, client_1.gql) `
|
|
625
618
|
query showNotification($notification: Notification_input) {
|
|
626
619
|
showNotification(notification: $notification) @client
|
|
627
620
|
}
|
|
628
621
|
`;
|
|
629
622
|
/**
|
|
630
|
-
*
|
|
623
|
+
* __useShowNotificationQuery__
|
|
631
624
|
*
|
|
632
|
-
* To run a query within a React component, call `
|
|
633
|
-
* When your component renders, `
|
|
625
|
+
* To run a query within a React component, call `useShowNotificationQuery` and pass it any options that fit your needs.
|
|
626
|
+
* When your component renders, `useShowNotificationQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
634
627
|
* you can use to render your UI.
|
|
635
628
|
*
|
|
636
629
|
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
637
630
|
*
|
|
638
631
|
* @example
|
|
639
|
-
* const { data, loading, error } =
|
|
632
|
+
* const { data, loading, error } = useShowNotificationQuery({
|
|
640
633
|
* variables: {
|
|
641
634
|
* notification: // value for 'notification'
|
|
642
635
|
* },
|
|
643
636
|
* });
|
|
644
637
|
*/
|
|
645
|
-
function
|
|
638
|
+
function useShowNotificationQuery(baseOptions) {
|
|
646
639
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
|
647
|
-
return Apollo.useQuery(exports.
|
|
640
|
+
return Apollo.useQuery(exports.ShowNotificationDocument, options);
|
|
648
641
|
}
|
|
649
|
-
exports.
|
|
650
|
-
function
|
|
642
|
+
exports.useShowNotificationQuery = useShowNotificationQuery;
|
|
643
|
+
function useShowNotificationLazyQuery(baseOptions) {
|
|
651
644
|
const options = Object.assign(Object.assign({}, defaultOptions), baseOptions);
|
|
652
|
-
return Apollo.useLazyQuery(exports.
|
|
645
|
+
return Apollo.useLazyQuery(exports.ShowNotificationDocument, options);
|
|
653
646
|
}
|
|
654
|
-
exports.
|
|
647
|
+
exports.useShowNotificationLazyQuery = useShowNotificationLazyQuery;
|
|
655
648
|
//# sourceMappingURL=generated-models.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generated-models.js","sourceRoot":"","sources":["../../src/interfaces/generated-models.ts"],"names":[],"mappings":";;;AAIA,2CAAqC;AACrC,yCAAyC;AAMzC,MAAM,cAAc,GAAI,EAAE,CAAA;AA2E1B,
|
|
1
|
+
{"version":3,"file":"generated-models.js","sourceRoot":"","sources":["../../src/interfaces/generated-models.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
|
-
/// <reference types="node" />
|
|
3
2
|
import { Event } from '@vscode-alt/monaco-editor/esm/vs/base/common/event';
|
|
4
3
|
import { Disposable } from '@vscode-alt/monaco-editor/esm/vs/base/common/lifecycle';
|
|
5
4
|
import { IURITransformer } from '@vscode-alt/monaco-editor/esm/vs/base/common/uriIpc';
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
|
-
/// <reference types="node" />
|
|
3
2
|
import { IRPCProtocol, ProxyIdentifier } from './proxy-identifier';
|
|
4
3
|
import { IOrganizationData, IOrganizationConfigurationChangeEventData, IConfigurationInitData, IDocumentsShape } from './common.protocol';
|
|
5
4
|
import { CdmLogger } from '@cdm-logger/core';
|
package/package.json
CHANGED
|
@@ -1,61 +1,60 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
"gitHead": "bad53d3386b6d9d314f688cc08a7f391d243c069"
|
|
2
|
+
"name": "@adminide-stack/extension-api",
|
|
3
|
+
"version": "2.0.1-alpha.0",
|
|
4
|
+
"description": "Workbench core for higher packages to depend on",
|
|
5
|
+
"license": "ISC",
|
|
6
|
+
"author": "CDMBase LLC",
|
|
7
|
+
"main": "lib/index.js",
|
|
8
|
+
"typings": "lib/index.d.ts",
|
|
9
|
+
"scripts": {
|
|
10
|
+
"build": "npm run build:clean && npm run build:lib",
|
|
11
|
+
"build:clean": "rimraf lib",
|
|
12
|
+
"build:lib": "tsc",
|
|
13
|
+
"build:lib:watch": "npm run build:lib -- -w",
|
|
14
|
+
"jest": "./node_modules/.bin/jest",
|
|
15
|
+
"prepublishOnly": "npm run build",
|
|
16
|
+
"test": "jest",
|
|
17
|
+
"test:debug": "npm test -- --runInBand",
|
|
18
|
+
"test:watch": "npm test -- --watch",
|
|
19
|
+
"watch": "npm run build:lib:watch"
|
|
20
|
+
},
|
|
21
|
+
"jest": {
|
|
22
|
+
"moduleFileExtensions": [
|
|
23
|
+
"ts",
|
|
24
|
+
"tsx",
|
|
25
|
+
"js",
|
|
26
|
+
"json"
|
|
27
|
+
],
|
|
28
|
+
"roots": [
|
|
29
|
+
"src"
|
|
30
|
+
],
|
|
31
|
+
"testEnvironment": "node",
|
|
32
|
+
"testRegex": "/__tests__/.*test*\\.(ts|tsx|js)$",
|
|
33
|
+
"transform": {
|
|
34
|
+
"\\.(ts|tsx)$": "<rootDir>/../../node_modules/ts-jest/preprocessor.js"
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"dependencies": {
|
|
38
|
+
"@adminide-stack/core": "2.0.1-alpha.0",
|
|
39
|
+
"abort-controller": "^2.0.0",
|
|
40
|
+
"abortable-rx": "^1.0.9",
|
|
41
|
+
"cdeops": "1.1.3-alpha.170",
|
|
42
|
+
"queueing-subject": "0.3.4",
|
|
43
|
+
"utility-types": "^3.10.0",
|
|
44
|
+
"valid-url": "1.0.9"
|
|
45
|
+
},
|
|
46
|
+
"devDependencies": {
|
|
47
|
+
"mock-socket": "^9.0.8"
|
|
48
|
+
},
|
|
49
|
+
"peerDependencies": {
|
|
50
|
+
"@vscode-alt/monaco-editor": ">=0.17.1",
|
|
51
|
+
"rxjs": "^6.3.3"
|
|
52
|
+
},
|
|
53
|
+
"publishConfig": {
|
|
54
|
+
"access": "public"
|
|
55
|
+
},
|
|
56
|
+
"typescript": {
|
|
57
|
+
"definition": "lib/index.d.ts"
|
|
58
|
+
},
|
|
59
|
+
"gitHead": "246c866a852506eca5aaedfccd8c1658fe1422e7"
|
|
61
60
|
}
|