@teambit/command-bar 1.0.257 → 1.0.258

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.
@@ -14,1176 +14,1298 @@
14
14
  },
15
15
  "exports": [
16
16
  {
17
- "__schema": "VariableLikeSchema",
17
+ "__schema": "ExportSchema",
18
18
  "location": {
19
- "filePath": "command-bar.aspect.ts",
20
- "line": 3,
21
- "character": 14
19
+ "filePath": "index.ts",
20
+ "line": 1,
21
+ "character": 10
22
22
  },
23
- "signature": "const CommandBarAspect: Aspect",
24
23
  "name": "CommandBarAspect",
25
- "type": {
26
- "__schema": "TypeRefSchema",
24
+ "exportNode": {
25
+ "__schema": "VariableLikeSchema",
27
26
  "location": {
28
27
  "filePath": "command-bar.aspect.ts",
29
28
  "line": 3,
30
29
  "character": 14
31
30
  },
32
- "name": "Aspect",
33
- "componentId": {
34
- "scope": "teambit.harmony",
35
- "name": "harmony",
36
- "version": "0.4.6"
37
- }
38
- },
39
- "isOptional": false,
40
- "defaultValue": "Aspect.create({\n id: 'teambit.explorer/command-bar',\n dependencies: [],\n defaultConfig: {},\n})"
31
+ "signature": "const CommandBarAspect: Aspect",
32
+ "name": "CommandBarAspect",
33
+ "type": {
34
+ "__schema": "TypeRefSchema",
35
+ "location": {
36
+ "filePath": "command-bar.aspect.ts",
37
+ "line": 3,
38
+ "character": 14
39
+ },
40
+ "name": "Aspect",
41
+ "componentId": {
42
+ "scope": "teambit.harmony",
43
+ "name": "harmony",
44
+ "version": "0.4.6"
45
+ }
46
+ },
47
+ "isOptional": false,
48
+ "defaultValue": "Aspect.create({\n id: 'teambit.explorer/command-bar',\n dependencies: [],\n defaultConfig: {},\n})"
49
+ }
41
50
  },
42
51
  {
43
- "__schema": "VariableLikeSchema",
52
+ "__schema": "ExportSchema",
44
53
  "location": {
45
- "filePath": "command-bar.aspect.ts",
46
- "line": 3,
47
- "character": 14
54
+ "filePath": "index.ts",
55
+ "line": 1,
56
+ "character": 48
48
57
  },
49
- "signature": "const CommandBarAspect: Aspect",
50
58
  "name": "CommandBarAspect",
51
- "type": {
52
- "__schema": "TypeRefSchema",
59
+ "exportNode": {
60
+ "__schema": "VariableLikeSchema",
53
61
  "location": {
54
62
  "filePath": "command-bar.aspect.ts",
55
63
  "line": 3,
56
64
  "character": 14
57
65
  },
58
- "name": "Aspect",
59
- "componentId": {
60
- "scope": "teambit.harmony",
61
- "name": "harmony",
62
- "version": "0.4.6"
63
- }
66
+ "signature": "const CommandBarAspect: Aspect",
67
+ "name": "CommandBarAspect",
68
+ "type": {
69
+ "__schema": "TypeRefSchema",
70
+ "location": {
71
+ "filePath": "command-bar.aspect.ts",
72
+ "line": 3,
73
+ "character": 14
74
+ },
75
+ "name": "Aspect",
76
+ "componentId": {
77
+ "scope": "teambit.harmony",
78
+ "name": "harmony",
79
+ "version": "0.4.6"
80
+ }
81
+ },
82
+ "isOptional": false,
83
+ "defaultValue": "Aspect.create({\n id: 'teambit.explorer/command-bar',\n dependencies: [],\n defaultConfig: {},\n})"
64
84
  },
65
- "isOptional": false,
66
- "defaultValue": "Aspect.create({\n id: 'teambit.explorer/command-bar',\n dependencies: [],\n defaultConfig: {},\n})"
85
+ "alias": "default"
67
86
  },
68
87
  {
69
- "__schema": "VariableLikeSchema",
88
+ "__schema": "ExportSchema",
70
89
  "location": {
71
- "filePath": "command-bar.commands.ts",
72
- "line": 1,
73
- "character": 14
90
+ "filePath": "index.ts",
91
+ "line": 2,
92
+ "character": 10
74
93
  },
75
- "signature": "const commandBarCommands: {\n open: string;\n}",
76
94
  "name": "commandBarCommands",
77
- "type": {
78
- "__schema": "InferenceTypeSchema",
95
+ "exportNode": {
96
+ "__schema": "VariableLikeSchema",
79
97
  "location": {
80
98
  "filePath": "command-bar.commands.ts",
81
99
  "line": 1,
82
100
  "character": 14
83
101
  },
84
- "type": "{\n open: string;\n}"
85
- },
86
- "isOptional": false,
87
- "defaultValue": "{\n open: 'command-bar.open',\n}"
102
+ "signature": "const commandBarCommands: {\n open: string;\n}",
103
+ "name": "commandBarCommands",
104
+ "type": {
105
+ "__schema": "InferenceTypeSchema",
106
+ "location": {
107
+ "filePath": "command-bar.commands.ts",
108
+ "line": 1,
109
+ "character": 14
110
+ },
111
+ "type": "{\n open: string;\n}"
112
+ },
113
+ "isOptional": false,
114
+ "defaultValue": "{\n open: 'command-bar.open',\n}"
115
+ }
88
116
  },
89
117
  {
90
- "__schema": "InterfaceSchema",
118
+ "__schema": "ExportSchema",
91
119
  "location": {
92
- "filePath": "searchers/search-provider.ts",
120
+ "filePath": "index.ts",
93
121
  "line": 3,
94
- "character": 1
122
+ "character": 15
95
123
  },
96
- "signature": "interface SearchProvider",
97
124
  "name": "SearchProvider",
98
- "members": [
99
- {
100
- "__schema": "VariableLikeSchema",
101
- "location": {
102
- "filePath": "searchers/search-provider.ts",
103
- "line": 5,
104
- "character": 3
105
- },
106
- "doc": {
107
- "__schema": "DocSchema",
125
+ "exportNode": {
126
+ "__schema": "InterfaceSchema",
127
+ "location": {
128
+ "filePath": "searchers/search-provider.ts",
129
+ "line": 3,
130
+ "character": 1
131
+ },
132
+ "signature": "interface SearchProvider",
133
+ "name": "SearchProvider",
134
+ "members": [
135
+ {
136
+ "__schema": "VariableLikeSchema",
108
137
  "location": {
109
138
  "filePath": "searchers/search-provider.ts",
110
- "line": 4,
139
+ "line": 5,
111
140
  "character": 3
112
141
  },
113
- "raw": "/** provide completions for this search term */",
114
- "comment": "provide completions for this search term"
115
- },
116
- "signature": "(property) SearchProvider.search: Searcher",
117
- "name": "search",
118
- "type": {
119
- "__schema": "TypeRefSchema",
120
- "location": {
121
- "filePath": "searchers/search-provider.ts",
122
- "line": 5,
123
- "character": 11
142
+ "doc": {
143
+ "__schema": "DocSchema",
144
+ "location": {
145
+ "filePath": "searchers/search-provider.ts",
146
+ "line": 4,
147
+ "character": 3
148
+ },
149
+ "raw": "/** provide completions for this search term */",
150
+ "comment": "provide completions for this search term"
124
151
  },
125
- "name": "Searcher"
126
- },
127
- "isOptional": false
128
- },
129
- {
130
- "__schema": "FunctionLikeSchema",
131
- "location": {
132
- "filePath": "searchers/search-provider.ts",
133
- "line": 7,
134
- "character": 3
152
+ "signature": "(property) SearchProvider.search: Searcher",
153
+ "name": "search",
154
+ "type": {
155
+ "__schema": "TypeRefSchema",
156
+ "location": {
157
+ "filePath": "searchers/search-provider.ts",
158
+ "line": 5,
159
+ "character": 11
160
+ },
161
+ "name": "Searcher"
162
+ },
163
+ "isOptional": false
135
164
  },
136
- "doc": {
137
- "__schema": "DocSchema",
165
+ {
166
+ "__schema": "FunctionLikeSchema",
138
167
  "location": {
139
168
  "filePath": "searchers/search-provider.ts",
140
- "line": 6,
169
+ "line": 7,
141
170
  "character": 3
142
171
  },
143
- "raw": "/** determines what terms are handled by this searcher. */",
144
- "comment": "determines what terms are handled by this searcher."
145
- },
146
- "signature": "(method) SearchProvider.test(term: string): boolean",
147
- "name": "test",
148
- "params": [
149
- {
150
- "__schema": "ParameterSchema",
172
+ "doc": {
173
+ "__schema": "DocSchema",
151
174
  "location": {
152
175
  "filePath": "searchers/search-provider.ts",
153
- "line": 7,
154
- "character": 8
176
+ "line": 6,
177
+ "character": 3
155
178
  },
156
- "name": "term",
157
- "type": {
158
- "__schema": "KeywordTypeSchema",
179
+ "raw": "/** determines what terms are handled by this searcher. */",
180
+ "comment": "determines what terms are handled by this searcher."
181
+ },
182
+ "signature": "(method) SearchProvider.test(term: string): boolean",
183
+ "name": "test",
184
+ "params": [
185
+ {
186
+ "__schema": "ParameterSchema",
159
187
  "location": {
160
188
  "filePath": "searchers/search-provider.ts",
161
189
  "line": 7,
162
- "character": 14
190
+ "character": 8
163
191
  },
164
- "name": "string"
192
+ "name": "term",
193
+ "type": {
194
+ "__schema": "KeywordTypeSchema",
195
+ "location": {
196
+ "filePath": "searchers/search-provider.ts",
197
+ "line": 7,
198
+ "character": 14
199
+ },
200
+ "name": "string"
201
+ },
202
+ "isOptional": false,
203
+ "isSpread": false
204
+ }
205
+ ],
206
+ "returnType": {
207
+ "__schema": "KeywordTypeSchema",
208
+ "location": {
209
+ "filePath": "searchers/search-provider.ts",
210
+ "line": 7,
211
+ "character": 23
165
212
  },
166
- "isOptional": false,
167
- "isSpread": false
168
- }
169
- ],
170
- "returnType": {
171
- "__schema": "KeywordTypeSchema",
172
- "location": {
173
- "filePath": "searchers/search-provider.ts",
174
- "line": 7,
175
- "character": 23
213
+ "name": "boolean"
176
214
  },
177
- "name": "boolean"
178
- },
179
- "modifiers": []
180
- }
181
- ],
182
- "extendsNodes": []
215
+ "modifiers": []
216
+ }
217
+ ],
218
+ "extendsNodes": []
219
+ }
183
220
  },
184
221
  {
185
- "__schema": "ClassSchema",
222
+ "__schema": "ExportSchema",
186
223
  "location": {
187
- "filePath": "command-bar.ui.runtime.tsx",
188
- "line": 36,
189
- "character": 1
224
+ "filePath": "index.ts",
225
+ "line": 4,
226
+ "character": 15
190
227
  },
191
- "doc": {
192
- "__schema": "DocSchema",
228
+ "name": "CommandBarUI",
229
+ "exportNode": {
230
+ "__schema": "ClassSchema",
193
231
  "location": {
194
232
  "filePath": "command-bar.ui.runtime.tsx",
195
- "line": 35,
233
+ "line": 36,
196
234
  "character": 1
197
235
  },
198
- "raw": "/** Quick launch actions. Use the `addSearcher` slot to extend the available actions */",
199
- "comment": "Quick launch actions. Use the `addSearcher` slot to extend the available actions"
200
- },
201
- "signature": "class CommandBarUI",
202
- "name": "CommandBarUI",
203
- "members": [
204
- {
205
- "__schema": "VariableLikeSchema",
236
+ "doc": {
237
+ "__schema": "DocSchema",
206
238
  "location": {
207
239
  "filePath": "command-bar.ui.runtime.tsx",
208
- "line": 41,
209
- "character": 3
210
- },
211
- "doc": {
212
- "__schema": "DocSchema",
213
- "location": {
214
- "filePath": "command-bar.ui.runtime.tsx",
215
- "line": 40,
216
- "character": 3
217
- },
218
- "raw": "/** Opens the command bar */",
219
- "comment": "Opens the command bar"
240
+ "line": 35,
241
+ "character": 1
220
242
  },
221
- "signature": "(property) CommandBarUI.open: () => boolean",
222
- "name": "open",
223
- "type": {
224
- "__schema": "InferenceTypeSchema",
243
+ "raw": "/** Quick launch actions. Use the `addSearcher` slot to extend the available actions */",
244
+ "comment": "Quick launch actions. Use the `addSearcher` slot to extend the available actions"
245
+ },
246
+ "signature": "class CommandBarUI",
247
+ "name": "CommandBarUI",
248
+ "members": [
249
+ {
250
+ "__schema": "VariableLikeSchema",
225
251
  "location": {
226
252
  "filePath": "command-bar.ui.runtime.tsx",
227
253
  "line": 41,
228
254
  "character": 3
229
255
  },
230
- "type": "() => boolean"
231
- },
232
- "isOptional": true,
233
- "defaultValue": "() => {\n this.setVisibility?.(true);\n return false; // aka prevent default\n }"
234
- },
235
- {
236
- "__schema": "VariableLikeSchema",
237
- "location": {
238
- "filePath": "command-bar.ui.runtime.tsx",
239
- "line": 47,
240
- "character": 3
241
- },
242
- "doc": {
243
- "__schema": "DocSchema",
244
- "location": {
245
- "filePath": "command-bar.ui.runtime.tsx",
246
- "line": 46,
247
- "character": 3
256
+ "doc": {
257
+ "__schema": "DocSchema",
258
+ "location": {
259
+ "filePath": "command-bar.ui.runtime.tsx",
260
+ "line": 40,
261
+ "character": 3
262
+ },
263
+ "raw": "/** Opens the command bar */",
264
+ "comment": "Opens the command bar"
265
+ },
266
+ "signature": "(property) CommandBarUI.open: () => boolean",
267
+ "name": "open",
268
+ "type": {
269
+ "__schema": "InferenceTypeSchema",
270
+ "location": {
271
+ "filePath": "command-bar.ui.runtime.tsx",
272
+ "line": 41,
273
+ "character": 3
274
+ },
275
+ "type": "() => boolean"
248
276
  },
249
- "raw": "/** Closes the command bar */",
250
- "comment": "Closes the command bar"
277
+ "isOptional": true,
278
+ "defaultValue": "() => {\n this.setVisibility?.(true);\n return false; // aka prevent default\n }"
251
279
  },
252
- "signature": "(property) CommandBarUI.close: () => void",
253
- "name": "close",
254
- "type": {
255
- "__schema": "InferenceTypeSchema",
280
+ {
281
+ "__schema": "VariableLikeSchema",
256
282
  "location": {
257
283
  "filePath": "command-bar.ui.runtime.tsx",
258
284
  "line": 47,
259
285
  "character": 3
260
286
  },
261
- "type": "() => void"
262
- },
263
- "isOptional": true,
264
- "defaultValue": "() => {\n this.setVisibility?.(false);\n }"
265
- },
266
- {
267
- "__schema": "FunctionLikeSchema",
268
- "location": {
269
- "filePath": "command-bar.ui.runtime.tsx",
270
- "line": 52,
271
- "character": 3
287
+ "doc": {
288
+ "__schema": "DocSchema",
289
+ "location": {
290
+ "filePath": "command-bar.ui.runtime.tsx",
291
+ "line": 46,
292
+ "character": 3
293
+ },
294
+ "raw": "/** Closes the command bar */",
295
+ "comment": "Closes the command bar"
296
+ },
297
+ "signature": "(property) CommandBarUI.close: () => void",
298
+ "name": "close",
299
+ "type": {
300
+ "__schema": "InferenceTypeSchema",
301
+ "location": {
302
+ "filePath": "command-bar.ui.runtime.tsx",
303
+ "line": 47,
304
+ "character": 3
305
+ },
306
+ "type": "() => void"
307
+ },
308
+ "isOptional": true,
309
+ "defaultValue": "() => {\n this.setVisibility?.(false);\n }"
272
310
  },
273
- "doc": {
274
- "__schema": "DocSchema",
311
+ {
312
+ "__schema": "FunctionLikeSchema",
275
313
  "location": {
276
314
  "filePath": "command-bar.ui.runtime.tsx",
277
- "line": 51,
315
+ "line": 52,
278
316
  "character": 3
279
317
  },
280
- "raw": "/** Add and autocomplete provider. To support keyboard navigation, each result should have a props `active: boolean`, and `exectue: () => any` */",
281
- "comment": "Add and autocomplete provider. To support keyboard navigation, each result should have a props `active: boolean`, and `exectue: () => any`"
282
- },
283
- "signature": "(method) CommandBarUI.addSearcher(...commandSearcher: SearchProvider[]): this",
284
- "name": "addSearcher",
285
- "params": [
286
- {
287
- "__schema": "ParameterSchema",
318
+ "doc": {
319
+ "__schema": "DocSchema",
288
320
  "location": {
289
321
  "filePath": "command-bar.ui.runtime.tsx",
290
- "line": 52,
291
- "character": 15
322
+ "line": 51,
323
+ "character": 3
292
324
  },
293
- "name": "commandSearcher",
294
- "type": {
295
- "__schema": "TypeArraySchema",
325
+ "raw": "/** Add and autocomplete provider. To support keyboard navigation, each result should have a props `active: boolean`, and `exectue: () => any` */",
326
+ "comment": "Add and autocomplete provider. To support keyboard navigation, each result should have a props `active: boolean`, and `exectue: () => any`"
327
+ },
328
+ "signature": "(method) CommandBarUI.addSearcher(...commandSearcher: SearchProvider[]): this",
329
+ "name": "addSearcher",
330
+ "params": [
331
+ {
332
+ "__schema": "ParameterSchema",
296
333
  "location": {
297
334
  "filePath": "command-bar.ui.runtime.tsx",
298
335
  "line": 52,
299
- "character": 35
336
+ "character": 15
300
337
  },
338
+ "name": "commandSearcher",
301
339
  "type": {
302
- "__schema": "TypeRefSchema",
340
+ "__schema": "TypeArraySchema",
303
341
  "location": {
304
342
  "filePath": "command-bar.ui.runtime.tsx",
305
343
  "line": 52,
306
344
  "character": 35
307
345
  },
308
- "name": "SearchProvider"
309
- }
310
- },
311
- "isOptional": false,
312
- "isSpread": true
313
- }
314
- ],
315
- "returnType": {
316
- "__schema": "TypeRefSchema",
317
- "location": {
318
- "filePath": "command-bar.ui.runtime.tsx",
319
- "line": 52,
320
- "character": 3
346
+ "type": {
347
+ "__schema": "TypeRefSchema",
348
+ "location": {
349
+ "filePath": "command-bar.ui.runtime.tsx",
350
+ "line": 52,
351
+ "character": 35
352
+ },
353
+ "name": "SearchProvider"
354
+ }
355
+ },
356
+ "isOptional": false,
357
+ "isSpread": true
358
+ }
359
+ ],
360
+ "returnType": {
361
+ "__schema": "TypeRefSchema",
362
+ "location": {
363
+ "filePath": "command-bar.ui.runtime.tsx",
364
+ "line": 52,
365
+ "character": 3
366
+ },
367
+ "name": "CommandBarUI"
321
368
  },
322
- "name": "CommandBarUI"
323
- },
324
- "modifiers": []
325
- },
326
- {
327
- "__schema": "FunctionLikeSchema",
328
- "location": {
329
- "filePath": "command-bar.ui.runtime.tsx",
330
- "line": 60,
331
- "character": 3
369
+ "modifiers": []
332
370
  },
333
- "doc": {
334
- "__schema": "DocSchema",
371
+ {
372
+ "__schema": "FunctionLikeSchema",
335
373
  "location": {
336
374
  "filePath": "command-bar.ui.runtime.tsx",
337
- "line": 57,
375
+ "line": 60,
338
376
  "character": 3
339
377
  },
340
- "raw": "/**\n * registers a command\n */",
341
- "comment": "registers a command"
342
- },
343
- "signature": "(method) CommandBarUI.addCommand(...originalCommands: CommandEntry[]): ((next: CommandHandler) => void)[]",
344
- "name": "addCommand",
345
- "params": [
346
- {
347
- "__schema": "ParameterSchema",
378
+ "doc": {
379
+ "__schema": "DocSchema",
348
380
  "location": {
349
381
  "filePath": "command-bar.ui.runtime.tsx",
350
- "line": 60,
351
- "character": 14
382
+ "line": 57,
383
+ "character": 3
352
384
  },
353
- "name": "originalCommands",
354
- "type": {
355
- "__schema": "TypeArraySchema",
385
+ "raw": "/**\n * registers a command\n */",
386
+ "comment": "registers a command"
387
+ },
388
+ "signature": "(method) CommandBarUI.addCommand(...originalCommands: CommandEntry[]): ((next: CommandHandler) => void)[]",
389
+ "name": "addCommand",
390
+ "params": [
391
+ {
392
+ "__schema": "ParameterSchema",
356
393
  "location": {
357
394
  "filePath": "command-bar.ui.runtime.tsx",
358
395
  "line": 60,
359
- "character": 35
396
+ "character": 14
360
397
  },
398
+ "name": "originalCommands",
361
399
  "type": {
362
- "__schema": "TypeRefSchema",
400
+ "__schema": "TypeArraySchema",
363
401
  "location": {
364
402
  "filePath": "command-bar.ui.runtime.tsx",
365
403
  "line": 60,
366
404
  "character": 35
367
405
  },
368
- "name": "CommandEntry"
369
- }
370
- },
371
- "isOptional": false,
372
- "isSpread": true
373
- }
374
- ],
375
- "returnType": {
376
- "__schema": "InferenceTypeSchema",
377
- "location": {
378
- "filePath": "command-bar.ui.runtime.tsx",
379
- "line": 60,
380
- "character": 3
381
- },
382
- "type": "((next: CommandHandler) => void)[]"
383
- },
384
- "modifiers": []
385
- },
386
- {
387
- "__schema": "FunctionLikeSchema",
388
- "location": {
389
- "filePath": "command-bar.ui.runtime.tsx",
390
- "line": 93,
391
- "character": 3
392
- },
393
- "doc": {
394
- "__schema": "DocSchema",
395
- "location": {
396
- "filePath": "command-bar.ui.runtime.tsx",
397
- "line": 89,
398
- "character": 3
399
- },
400
- "raw": "/**\n * executes command by name, if exists.\n * @param commandId\n */",
401
- "comment": "executes command by name, if exists.",
402
- "tags": [
403
- {
404
- "__schema": "PropertyLikeTagSchema",
405
- "location": {
406
- "filePath": "command-bar.ui.runtime.tsx",
407
- "line": 91,
408
- "character": 6
406
+ "type": {
407
+ "__schema": "TypeRefSchema",
408
+ "location": {
409
+ "filePath": "command-bar.ui.runtime.tsx",
410
+ "line": 60,
411
+ "character": 35
412
+ },
413
+ "name": "CommandEntry"
414
+ }
409
415
  },
410
- "name": "commandId",
411
- "tagName": "parameter"
416
+ "isOptional": false,
417
+ "isSpread": true
412
418
  }
413
- ]
414
- },
415
- "signature": "(method) CommandBarUI.run(commandId: CommandId): any",
416
- "name": "run",
417
- "params": [
418
- {
419
- "__schema": "ParameterSchema",
419
+ ],
420
+ "returnType": {
421
+ "__schema": "InferenceTypeSchema",
420
422
  "location": {
421
423
  "filePath": "command-bar.ui.runtime.tsx",
422
- "line": 93,
423
- "character": 7
424
- },
425
- "name": "commandId",
426
- "type": {
427
- "__schema": "TypeRefSchema",
428
- "location": {
429
- "filePath": "command-bar.ui.runtime.tsx",
430
- "line": 93,
431
- "character": 18
432
- },
433
- "name": "CommandId"
424
+ "line": 60,
425
+ "character": 3
434
426
  },
435
- "isOptional": false,
436
- "isSpread": false
437
- }
438
- ],
439
- "returnType": {
440
- "__schema": "InferenceTypeSchema",
441
- "location": {
442
- "filePath": "command-bar.ui.runtime.tsx",
443
- "line": 93,
444
- "character": 3
445
- },
446
- "type": "any"
447
- },
448
- "modifiers": []
449
- },
450
- {
451
- "__schema": "VariableLikeSchema",
452
- "location": {
453
- "filePath": "command-bar.ui.runtime.tsx",
454
- "line": 103,
455
- "character": 3
456
- },
457
- "doc": {
458
- "__schema": "DocSchema",
459
- "location": {
460
- "filePath": "command-bar.ui.runtime.tsx",
461
- "line": 100,
462
- "character": 3
463
- },
464
- "raw": "/**\n * executes a keyboard shortcut manually\n */",
465
- "comment": "executes a keyboard shortcut manually"
466
- },
467
- "signature": "(property) CommandBarUI.trigger: (key: string) => void",
468
- "name": "trigger",
469
- "type": {
470
- "__schema": "InferenceTypeSchema",
471
- "location": {
472
- "filePath": "command-bar.ui.runtime.tsx",
473
- "line": 103,
474
- "character": 3
427
+ "type": "((next: CommandHandler) => void)[]"
475
428
  },
476
- "type": "(key: string) => void"
477
- },
478
- "isOptional": true,
479
- "defaultValue": "(key: string) => {\n this.mousetrap.trigger(key);\n }"
480
- },
481
- {
482
- "__schema": "VariableLikeSchema",
483
- "location": {
484
- "filePath": "command-bar.ui.runtime.tsx",
485
- "line": 135,
486
- "character": 3
429
+ "modifiers": []
487
430
  },
488
- "doc": {
489
- "__schema": "DocSchema",
431
+ {
432
+ "__schema": "FunctionLikeSchema",
490
433
  "location": {
491
434
  "filePath": "command-bar.ui.runtime.tsx",
492
- "line": 132,
435
+ "line": 93,
493
436
  "character": 3
494
437
  },
495
- "raw": "/**\n * Opens and closes the command bar UI.\n */",
496
- "comment": "Opens and closes the command bar UI."
497
- },
498
- "signature": "(property) CommandBarUI.setVisibility?: ((visible: boolean) => void) | undefined",
499
- "name": "setVisibility",
500
- "type": {
501
- "__schema": "FunctionLikeSchema",
502
- "location": {
503
- "filePath": "command-bar.ui.runtime.tsx",
504
- "line": 135,
505
- "character": 19
438
+ "doc": {
439
+ "__schema": "DocSchema",
440
+ "location": {
441
+ "filePath": "command-bar.ui.runtime.tsx",
442
+ "line": 89,
443
+ "character": 3
444
+ },
445
+ "raw": "/**\n * executes command by name, if exists.\n * @param commandId\n */",
446
+ "comment": "executes command by name, if exists.",
447
+ "tags": [
448
+ {
449
+ "__schema": "PropertyLikeTagSchema",
450
+ "location": {
451
+ "filePath": "command-bar.ui.runtime.tsx",
452
+ "line": 91,
453
+ "character": 6
454
+ },
455
+ "name": "commandId",
456
+ "tagName": "parameter"
457
+ }
458
+ ]
506
459
  },
507
- "signature": "(visible: boolean): void",
508
- "name": "",
460
+ "signature": "(method) CommandBarUI.run(commandId: CommandId): any",
461
+ "name": "run",
509
462
  "params": [
510
463
  {
511
464
  "__schema": "ParameterSchema",
512
465
  "location": {
513
466
  "filePath": "command-bar.ui.runtime.tsx",
514
- "line": 135,
515
- "character": 20
467
+ "line": 93,
468
+ "character": 7
516
469
  },
517
- "name": "visible",
470
+ "name": "commandId",
518
471
  "type": {
519
- "__schema": "KeywordTypeSchema",
472
+ "__schema": "TypeRefSchema",
520
473
  "location": {
521
474
  "filePath": "command-bar.ui.runtime.tsx",
522
- "line": 135,
523
- "character": 29
475
+ "line": 93,
476
+ "character": 18
524
477
  },
525
- "name": "boolean"
478
+ "name": "CommandId"
526
479
  },
527
480
  "isOptional": false,
528
481
  "isSpread": false
529
482
  }
530
483
  ],
531
484
  "returnType": {
532
- "__schema": "KeywordTypeSchema",
485
+ "__schema": "InferenceTypeSchema",
533
486
  "location": {
534
487
  "filePath": "command-bar.ui.runtime.tsx",
535
- "line": 135,
536
- "character": 41
488
+ "line": 93,
489
+ "character": 3
537
490
  },
538
- "name": "void"
491
+ "type": "any"
539
492
  },
540
493
  "modifiers": []
541
494
  },
542
- "isOptional": true
543
- },
544
- {
545
- "__schema": "VariableLikeSchema",
546
- "location": {
547
- "filePath": "command-bar.ui.runtime.tsx",
548
- "line": 140,
549
- "character": 3
550
- },
551
- "doc": {
552
- "__schema": "DocSchema",
553
- "location": {
554
- "filePath": "command-bar.ui.runtime.tsx",
555
- "line": 137,
556
- "character": 3
557
- },
558
- "raw": "/**\n * generate the ui for command bar\n */",
559
- "comment": "generate the ui for command bar"
560
- },
561
- "signature": "(property) CommandBarUI.CommandBar: ({ ResultComponent, onEnter, }: {\n ResultComponent?: React.ComponentType<ResultsComponentProps> | undefined;\n onEnter?: ((value: string) => void) | undefined;\n}) => React.JSX.Element",
562
- "name": "CommandBar",
563
- "type": {
564
- "__schema": "InferenceTypeSchema",
495
+ {
496
+ "__schema": "VariableLikeSchema",
565
497
  "location": {
566
498
  "filePath": "command-bar.ui.runtime.tsx",
567
- "line": 140,
499
+ "line": 103,
568
500
  "character": 3
569
501
  },
570
- "type": "({ ResultComponent, onEnter, }: {\n ResultComponent?: React.ComponentType<ResultsComponentProps> | undefined;\n onEnter?: ((value: string) => void) | undefined;\n}) => React.JSX.Element"
571
- },
572
- "isOptional": true,
573
- "defaultValue": "({\n ResultComponent,\n onEnter,\n }: {\n ResultComponent?: ComponentType<ResultsComponentProps>;\n onEnter?: (value: string) => void;\n }) => {\n const [visible, setVisibility] = useState(false);\n this.setVisibility = setVisibility;\n\n const results = useSearcher(this.search, {\n debounce: this.config.debounce,\n });\n\n return (\n <CommandBar\n {...results}\n onEnter={onEnter}\n key=\"CommandBarUI\"\n className={styles.commanderUi}\n placeholder=\"Search anything or type > to only search commands\"\n visible={visible}\n ResultsComponent={ResultComponent}\n onVisibilityChange={setVisibility}\n autofocus\n />\n );\n }"
574
- },
575
- {
576
- "__schema": "ConstructorSchema",
577
- "location": {
578
- "filePath": "command-bar.ui.runtime.tsx",
579
- "line": 169,
580
- "character": 3
581
- },
582
- "signature": "constructor CommandBarUI(searcherSlot: SearcherSlot, commandSlot: CommandSlot, config: CommandBarConfig): CommandBarUI",
583
- "name": "constructor",
584
- "params": [
585
- {
586
- "__schema": "ParameterSchema",
587
- "location": {
588
- "filePath": "command-bar.ui.runtime.tsx",
589
- "line": 169,
590
- "character": 15
591
- },
592
- "name": "searcherSlot",
593
- "type": {
594
- "__schema": "TypeRefSchema",
595
- "location": {
596
- "filePath": "command-bar.ui.runtime.tsx",
597
- "line": 169,
598
- "character": 37
599
- },
600
- "name": "SearcherSlot",
601
- "internalFilePath": "command-bar.ui.runtime.tsx"
602
- },
603
- "isOptional": false,
604
- "isSpread": false
605
- },
606
- {
607
- "__schema": "ParameterSchema",
502
+ "doc": {
503
+ "__schema": "DocSchema",
608
504
  "location": {
609
505
  "filePath": "command-bar.ui.runtime.tsx",
610
- "line": 169,
611
- "character": 51
612
- },
613
- "name": "commandSlot",
614
- "type": {
615
- "__schema": "TypeRefSchema",
616
- "location": {
617
- "filePath": "command-bar.ui.runtime.tsx",
618
- "line": 169,
619
- "character": 72
620
- },
621
- "name": "CommandSlot",
622
- "internalFilePath": "command-bar.ui.runtime.tsx"
506
+ "line": 100,
507
+ "character": 3
623
508
  },
624
- "isOptional": false,
625
- "isSpread": false
509
+ "raw": "/**\n * executes a keyboard shortcut manually\n */",
510
+ "comment": "executes a keyboard shortcut manually"
626
511
  },
627
- {
628
- "__schema": "ParameterSchema",
512
+ "signature": "(property) CommandBarUI.trigger: (key: string) => void",
513
+ "name": "trigger",
514
+ "type": {
515
+ "__schema": "InferenceTypeSchema",
629
516
  "location": {
630
517
  "filePath": "command-bar.ui.runtime.tsx",
631
- "line": 169,
632
- "character": 85
633
- },
634
- "name": "config",
635
- "type": {
636
- "__schema": "TypeRefSchema",
637
- "location": {
638
- "filePath": "command-bar.ui.runtime.tsx",
639
- "line": 169,
640
- "character": 101
641
- },
642
- "name": "CommandBarConfig",
643
- "internalFilePath": "command-bar.ui.runtime.tsx"
518
+ "line": 103,
519
+ "character": 3
644
520
  },
645
- "isOptional": false,
646
- "isSpread": false
647
- }
648
- ],
649
- "returnType": {
650
- "__schema": "ThisTypeSchema",
651
- "location": {
652
- "filePath": "command-bar.ui.runtime.tsx",
653
- "line": 36,
654
- "character": 1
655
- },
656
- "name": "CommandBarUI"
657
- },
658
- "modifiers": []
659
- },
660
- {
661
- "__schema": "VariableLikeSchema",
662
- "location": {
663
- "filePath": "command-bar.ui.runtime.tsx",
664
- "line": 171,
665
- "character": 3
666
- },
667
- "signature": "(property) CommandBarUI.dependencies: Aspect[]",
668
- "name": "dependencies",
669
- "type": {
670
- "__schema": "InferenceTypeSchema",
671
- "location": {
672
- "filePath": "command-bar.ui.runtime.tsx",
673
- "line": 171,
674
- "character": 3
521
+ "type": "(key: string) => void"
675
522
  },
676
- "type": "Aspect[]"
677
- },
678
- "isOptional": true,
679
- "defaultValue": "[UIAspect, PubsubAspect, ReactRouterAspect]"
680
- },
681
- {
682
- "__schema": "VariableLikeSchema",
683
- "location": {
684
- "filePath": "command-bar.ui.runtime.tsx",
685
- "line": 172,
686
- "character": 3
523
+ "isOptional": true,
524
+ "defaultValue": "(key: string) => {\n this.mousetrap.trigger(key);\n }"
687
525
  },
688
- "signature": "(property) CommandBarUI.slots: (((registerFn: () => string) => SlotRegistry<SearchProvider>) | ((registerFn: () => string) => SlotRegistry<CommandEntry[]>))[]",
689
- "name": "slots",
690
- "type": {
691
- "__schema": "InferenceTypeSchema",
526
+ {
527
+ "__schema": "VariableLikeSchema",
692
528
  "location": {
693
529
  "filePath": "command-bar.ui.runtime.tsx",
694
- "line": 172,
530
+ "line": 135,
695
531
  "character": 3
696
532
  },
697
- "type": "(((registerFn: () => string) => SlotRegistry<SearchProvider>) | ((registerFn: () => string) => SlotRegistry<CommandEntry[]>))[]"
533
+ "doc": {
534
+ "__schema": "DocSchema",
535
+ "location": {
536
+ "filePath": "command-bar.ui.runtime.tsx",
537
+ "line": 132,
538
+ "character": 3
539
+ },
540
+ "raw": "/**\n * Opens and closes the command bar UI.\n */",
541
+ "comment": "Opens and closes the command bar UI."
542
+ },
543
+ "signature": "(property) CommandBarUI.setVisibility?: ((visible: boolean) => void) | undefined",
544
+ "name": "setVisibility",
545
+ "type": {
546
+ "__schema": "FunctionLikeSchema",
547
+ "location": {
548
+ "filePath": "command-bar.ui.runtime.tsx",
549
+ "line": 135,
550
+ "character": 19
551
+ },
552
+ "signature": "(visible: boolean): void",
553
+ "name": "",
554
+ "params": [
555
+ {
556
+ "__schema": "ParameterSchema",
557
+ "location": {
558
+ "filePath": "command-bar.ui.runtime.tsx",
559
+ "line": 135,
560
+ "character": 20
561
+ },
562
+ "name": "visible",
563
+ "type": {
564
+ "__schema": "KeywordTypeSchema",
565
+ "location": {
566
+ "filePath": "command-bar.ui.runtime.tsx",
567
+ "line": 135,
568
+ "character": 29
569
+ },
570
+ "name": "boolean"
571
+ },
572
+ "isOptional": false,
573
+ "isSpread": false
574
+ }
575
+ ],
576
+ "returnType": {
577
+ "__schema": "KeywordTypeSchema",
578
+ "location": {
579
+ "filePath": "command-bar.ui.runtime.tsx",
580
+ "line": 135,
581
+ "character": 41
582
+ },
583
+ "name": "void"
584
+ },
585
+ "modifiers": []
586
+ },
587
+ "isOptional": true
698
588
  },
699
- "isOptional": true,
700
- "defaultValue": "[Slot.withType<SearchProvider>(), Slot.withType<CommandEntry[]>()]"
701
- },
702
- {
703
- "__schema": "VariableLikeSchema",
704
- "location": {
705
- "filePath": "command-bar.ui.runtime.tsx",
706
- "line": 173,
707
- "character": 3
589
+ {
590
+ "__schema": "VariableLikeSchema",
591
+ "location": {
592
+ "filePath": "command-bar.ui.runtime.tsx",
593
+ "line": 140,
594
+ "character": 3
595
+ },
596
+ "doc": {
597
+ "__schema": "DocSchema",
598
+ "location": {
599
+ "filePath": "command-bar.ui.runtime.tsx",
600
+ "line": 137,
601
+ "character": 3
602
+ },
603
+ "raw": "/**\n * generate the ui for command bar\n */",
604
+ "comment": "generate the ui for command bar"
605
+ },
606
+ "signature": "(property) CommandBarUI.CommandBar: ({ ResultComponent, onEnter, }: {\n ResultComponent?: React.ComponentType<ResultsComponentProps> | undefined;\n onEnter?: ((value: string) => void) | undefined;\n}) => React.JSX.Element",
607
+ "name": "CommandBar",
608
+ "type": {
609
+ "__schema": "InferenceTypeSchema",
610
+ "location": {
611
+ "filePath": "command-bar.ui.runtime.tsx",
612
+ "line": 140,
613
+ "character": 3
614
+ },
615
+ "type": "({ ResultComponent, onEnter, }: {\n ResultComponent?: React.ComponentType<ResultsComponentProps> | undefined;\n onEnter?: ((value: string) => void) | undefined;\n}) => React.JSX.Element"
616
+ },
617
+ "isOptional": true,
618
+ "defaultValue": "({\n ResultComponent,\n onEnter,\n }: {\n ResultComponent?: ComponentType<ResultsComponentProps>;\n onEnter?: (value: string) => void;\n }) => {\n const [visible, setVisibility] = useState(false);\n this.setVisibility = setVisibility;\n\n const results = useSearcher(this.search, {\n debounce: this.config.debounce,\n });\n\n return (\n <CommandBar\n {...results}\n onEnter={onEnter}\n key=\"CommandBarUI\"\n className={styles.commanderUi}\n placeholder=\"Search anything or type > to only search commands\"\n visible={visible}\n ResultsComponent={ResultComponent}\n onVisibilityChange={setVisibility}\n autofocus\n />\n );\n }"
708
619
  },
709
- "signature": "(property) CommandBarUI.defaultConfig: CommandBarConfig",
710
- "name": "defaultConfig",
711
- "type": {
712
- "__schema": "TypeRefSchema",
620
+ {
621
+ "__schema": "ConstructorSchema",
713
622
  "location": {
714
623
  "filePath": "command-bar.ui.runtime.tsx",
715
- "line": 173,
624
+ "line": 169,
625
+ "character": 3
626
+ },
627
+ "signature": "constructor CommandBarUI(searcherSlot: SearcherSlot, commandSlot: CommandSlot, config: CommandBarConfig): CommandBarUI",
628
+ "name": "constructor",
629
+ "params": [
630
+ {
631
+ "__schema": "ParameterSchema",
632
+ "location": {
633
+ "filePath": "command-bar.ui.runtime.tsx",
634
+ "line": 169,
635
+ "character": 15
636
+ },
637
+ "name": "searcherSlot",
638
+ "type": {
639
+ "__schema": "TypeRefSchema",
640
+ "location": {
641
+ "filePath": "command-bar.ui.runtime.tsx",
642
+ "line": 169,
643
+ "character": 37
644
+ },
645
+ "name": "SearcherSlot"
646
+ },
647
+ "isOptional": false,
648
+ "isSpread": false
649
+ },
650
+ {
651
+ "__schema": "ParameterSchema",
652
+ "location": {
653
+ "filePath": "command-bar.ui.runtime.tsx",
654
+ "line": 169,
655
+ "character": 51
656
+ },
657
+ "name": "commandSlot",
658
+ "type": {
659
+ "__schema": "TypeRefSchema",
660
+ "location": {
661
+ "filePath": "command-bar.ui.runtime.tsx",
662
+ "line": 169,
663
+ "character": 72
664
+ },
665
+ "name": "CommandSlot"
666
+ },
667
+ "isOptional": false,
668
+ "isSpread": false
669
+ },
670
+ {
671
+ "__schema": "ParameterSchema",
672
+ "location": {
673
+ "filePath": "command-bar.ui.runtime.tsx",
674
+ "line": 169,
675
+ "character": 85
676
+ },
677
+ "name": "config",
678
+ "type": {
679
+ "__schema": "TypeRefSchema",
680
+ "location": {
681
+ "filePath": "command-bar.ui.runtime.tsx",
682
+ "line": 169,
683
+ "character": 101
684
+ },
685
+ "name": "CommandBarConfig"
686
+ },
687
+ "isOptional": false,
688
+ "isSpread": false
689
+ }
690
+ ],
691
+ "returnType": {
692
+ "__schema": "ThisTypeSchema",
693
+ "location": {
694
+ "filePath": "command-bar.ui.runtime.tsx",
695
+ "line": 36,
696
+ "character": 1
697
+ },
698
+ "name": "CommandBarUI"
699
+ },
700
+ "modifiers": []
701
+ },
702
+ {
703
+ "__schema": "VariableLikeSchema",
704
+ "location": {
705
+ "filePath": "command-bar.ui.runtime.tsx",
706
+ "line": 171,
707
+ "character": 3
708
+ },
709
+ "signature": "(property) CommandBarUI.dependencies: Aspect[]",
710
+ "name": "dependencies",
711
+ "type": {
712
+ "__schema": "InferenceTypeSchema",
713
+ "location": {
714
+ "filePath": "command-bar.ui.runtime.tsx",
715
+ "line": 171,
716
+ "character": 3
717
+ },
718
+ "type": "Aspect[]"
719
+ },
720
+ "isOptional": true,
721
+ "defaultValue": "[UIAspect, PubsubAspect, ReactRouterAspect]"
722
+ },
723
+ {
724
+ "__schema": "VariableLikeSchema",
725
+ "location": {
726
+ "filePath": "command-bar.ui.runtime.tsx",
727
+ "line": 172,
716
728
  "character": 3
717
729
  },
718
- "name": "CommandBarConfig",
719
- "internalFilePath": "command-bar.ui.runtime.tsx"
730
+ "signature": "(property) CommandBarUI.slots: (((registerFn: () => string) => SlotRegistry<SearchProvider>) | ((registerFn: () => string) => SlotRegistry<CommandEntry[]>))[]",
731
+ "name": "slots",
732
+ "type": {
733
+ "__schema": "InferenceTypeSchema",
734
+ "location": {
735
+ "filePath": "command-bar.ui.runtime.tsx",
736
+ "line": 172,
737
+ "character": 3
738
+ },
739
+ "type": "(((registerFn: () => string) => SlotRegistry<SearchProvider>) | ((registerFn: () => string) => SlotRegistry<CommandEntry[]>))[]"
740
+ },
741
+ "isOptional": true,
742
+ "defaultValue": "[Slot.withType<SearchProvider>(), Slot.withType<CommandEntry[]>()]"
720
743
  },
721
- "isOptional": true,
722
- "defaultValue": "{\n debounce: undefined,\n }"
723
- },
724
- {
725
- "__schema": "VariableLikeSchema",
726
- "location": {
727
- "filePath": "command-bar.ui.runtime.tsx",
728
- "line": 177,
729
- "character": 3
744
+ {
745
+ "__schema": "VariableLikeSchema",
746
+ "location": {
747
+ "filePath": "command-bar.ui.runtime.tsx",
748
+ "line": 173,
749
+ "character": 3
750
+ },
751
+ "signature": "(property) CommandBarUI.defaultConfig: CommandBarConfig",
752
+ "name": "defaultConfig",
753
+ "type": {
754
+ "__schema": "TypeRefSchema",
755
+ "location": {
756
+ "filePath": "command-bar.ui.runtime.tsx",
757
+ "line": 173,
758
+ "character": 3
759
+ },
760
+ "name": "CommandBarConfig",
761
+ "internalFilePath": "command-bar.ui.runtime.tsx"
762
+ },
763
+ "isOptional": true,
764
+ "defaultValue": "{\n debounce: undefined,\n }"
730
765
  },
731
- "signature": "(property) CommandBarUI.runtime: RuntimeDefinition",
732
- "name": "runtime",
733
- "type": {
734
- "__schema": "InferenceTypeSchema",
766
+ {
767
+ "__schema": "VariableLikeSchema",
735
768
  "location": {
736
769
  "filePath": "command-bar.ui.runtime.tsx",
737
770
  "line": 177,
738
771
  "character": 3
739
772
  },
740
- "type": "RuntimeDefinition"
773
+ "signature": "(property) CommandBarUI.runtime: RuntimeDefinition",
774
+ "name": "runtime",
775
+ "type": {
776
+ "__schema": "InferenceTypeSchema",
777
+ "location": {
778
+ "filePath": "command-bar.ui.runtime.tsx",
779
+ "line": 177,
780
+ "character": 3
781
+ },
782
+ "type": "RuntimeDefinition"
783
+ },
784
+ "isOptional": true,
785
+ "defaultValue": "UIRuntime"
741
786
  },
742
- "isOptional": true,
743
- "defaultValue": "UIRuntime"
787
+ {
788
+ "__schema": "FunctionLikeSchema",
789
+ "location": {
790
+ "filePath": "command-bar.ui.runtime.tsx",
791
+ "line": 179,
792
+ "character": 3
793
+ },
794
+ "signature": "(method) CommandBarUI.provider([uiUi, pubsubUI]: [UiUI | undefined, PubsubUI | undefined], config: CommandBarConfig, [searcherSlot, commandSlots]: [SearcherSlot, CommandSlot]): Promise<CommandBarUI>",
795
+ "name": "provider",
796
+ "params": [
797
+ {
798
+ "__schema": "ParameterSchema",
799
+ "location": {
800
+ "filePath": "command-bar.ui.runtime.tsx",
801
+ "line": 180,
802
+ "character": 5
803
+ },
804
+ "name": "[ uiUi, pubsubUI ]",
805
+ "type": {
806
+ "__schema": "TupleTypeSchema",
807
+ "location": {
808
+ "filePath": "command-bar.ui.runtime.tsx",
809
+ "line": 180,
810
+ "character": 23
811
+ },
812
+ "elements": [
813
+ {
814
+ "__schema": "TypeUnionSchema",
815
+ "location": {
816
+ "filePath": "command-bar.ui.runtime.tsx",
817
+ "line": 180,
818
+ "character": 24
819
+ },
820
+ "types": [
821
+ {
822
+ "__schema": "TypeRefSchema",
823
+ "location": {
824
+ "filePath": "command-bar.ui.runtime.tsx",
825
+ "line": 180,
826
+ "character": 24
827
+ },
828
+ "name": "UiUI"
829
+ },
830
+ {
831
+ "__schema": "KeywordTypeSchema",
832
+ "location": {
833
+ "filePath": "command-bar.ui.runtime.tsx",
834
+ "line": 180,
835
+ "character": 31
836
+ },
837
+ "name": "undefined"
838
+ }
839
+ ]
840
+ },
841
+ {
842
+ "__schema": "TypeUnionSchema",
843
+ "location": {
844
+ "filePath": "command-bar.ui.runtime.tsx",
845
+ "line": 180,
846
+ "character": 42
847
+ },
848
+ "types": [
849
+ {
850
+ "__schema": "TypeRefSchema",
851
+ "location": {
852
+ "filePath": "command-bar.ui.runtime.tsx",
853
+ "line": 180,
854
+ "character": 42
855
+ },
856
+ "name": "PubsubUI"
857
+ },
858
+ {
859
+ "__schema": "KeywordTypeSchema",
860
+ "location": {
861
+ "filePath": "command-bar.ui.runtime.tsx",
862
+ "line": 180,
863
+ "character": 53
864
+ },
865
+ "name": "undefined"
866
+ }
867
+ ]
868
+ }
869
+ ]
870
+ },
871
+ "isOptional": false,
872
+ "isSpread": false
873
+ },
874
+ {
875
+ "__schema": "ParameterSchema",
876
+ "location": {
877
+ "filePath": "command-bar.ui.runtime.tsx",
878
+ "line": 181,
879
+ "character": 5
880
+ },
881
+ "name": "config",
882
+ "type": {
883
+ "__schema": "TypeRefSchema",
884
+ "location": {
885
+ "filePath": "command-bar.ui.runtime.tsx",
886
+ "line": 181,
887
+ "character": 13
888
+ },
889
+ "name": "CommandBarConfig"
890
+ },
891
+ "isOptional": false,
892
+ "isSpread": false
893
+ },
894
+ {
895
+ "__schema": "ParameterSchema",
896
+ "location": {
897
+ "filePath": "command-bar.ui.runtime.tsx",
898
+ "line": 182,
899
+ "character": 5
900
+ },
901
+ "name": "[ searcherSlot, commandSlots ]",
902
+ "type": {
903
+ "__schema": "TupleTypeSchema",
904
+ "location": {
905
+ "filePath": "command-bar.ui.runtime.tsx",
906
+ "line": 182,
907
+ "character": 35
908
+ },
909
+ "elements": [
910
+ {
911
+ "__schema": "TypeRefSchema",
912
+ "location": {
913
+ "filePath": "command-bar.ui.runtime.tsx",
914
+ "line": 182,
915
+ "character": 36
916
+ },
917
+ "name": "SearcherSlot"
918
+ },
919
+ {
920
+ "__schema": "TypeRefSchema",
921
+ "location": {
922
+ "filePath": "command-bar.ui.runtime.tsx",
923
+ "line": 182,
924
+ "character": 50
925
+ },
926
+ "name": "CommandSlot"
927
+ }
928
+ ]
929
+ },
930
+ "isOptional": false,
931
+ "isSpread": false
932
+ }
933
+ ],
934
+ "returnType": {
935
+ "__schema": "InferenceTypeSchema",
936
+ "location": {
937
+ "filePath": "command-bar.ui.runtime.tsx",
938
+ "line": 179,
939
+ "character": 3
940
+ },
941
+ "type": "Promise<CommandBarUI>"
942
+ },
943
+ "modifiers": [
944
+ "static",
945
+ "async"
946
+ ]
947
+ }
948
+ ],
949
+ "extendsNodes": [],
950
+ "implementNodes": []
951
+ }
952
+ },
953
+ {
954
+ "__schema": "ExportSchema",
955
+ "location": {
956
+ "filePath": "index.ts",
957
+ "line": 4,
958
+ "character": 29
959
+ },
960
+ "name": "CommandEntry",
961
+ "exportNode": {
962
+ "__schema": "TypeSchema",
963
+ "location": {
964
+ "filePath": "command-bar.ui.runtime.tsx",
965
+ "line": 28,
966
+ "character": 1
744
967
  },
745
- {
746
- "__schema": "FunctionLikeSchema",
968
+ "signature": "type CommandEntry = {\n id: CommandId;\n action: CommandHandler;\n keybinding?: Keybinding | undefined;\n displayName: string;\n}",
969
+ "name": "CommandEntry",
970
+ "type": {
971
+ "__schema": "TypeLiteralSchema",
747
972
  "location": {
748
973
  "filePath": "command-bar.ui.runtime.tsx",
749
- "line": 179,
750
- "character": 3
974
+ "line": 28,
975
+ "character": 28
751
976
  },
752
- "signature": "(method) CommandBarUI.provider([uiUi, pubsubUI]: [UiUI | undefined, PubsubUI | undefined], config: CommandBarConfig, [searcherSlot, commandSlots]: [SearcherSlot, CommandSlot]): Promise<CommandBarUI>",
753
- "name": "provider",
754
- "params": [
977
+ "members": [
755
978
  {
756
- "__schema": "ParameterSchema",
979
+ "__schema": "VariableLikeSchema",
757
980
  "location": {
758
981
  "filePath": "command-bar.ui.runtime.tsx",
759
- "line": 180,
760
- "character": 5
982
+ "line": 29,
983
+ "character": 3
761
984
  },
762
- "name": "[ uiUi, pubsubUI ]",
985
+ "signature": "(property) id: string",
986
+ "name": "id",
763
987
  "type": {
764
- "__schema": "TupleTypeSchema",
988
+ "__schema": "TypeRefSchema",
765
989
  "location": {
766
990
  "filePath": "command-bar.ui.runtime.tsx",
767
- "line": 180,
768
- "character": 23
991
+ "line": 29,
992
+ "character": 7
769
993
  },
770
- "elements": [
771
- {
772
- "__schema": "TypeUnionSchema",
773
- "location": {
774
- "filePath": "command-bar.ui.runtime.tsx",
775
- "line": 180,
776
- "character": 24
777
- },
778
- "types": [
779
- {
780
- "__schema": "TypeRefSchema",
781
- "location": {
782
- "filePath": "command-bar.ui.runtime.tsx",
783
- "line": 180,
784
- "character": 24
785
- },
786
- "name": "UiUI",
787
- "componentId": {
788
- "scope": "teambit.ui-foundation",
789
- "name": "ui"
790
- }
791
- },
792
- {
793
- "__schema": "KeywordTypeSchema",
794
- "location": {
795
- "filePath": "command-bar.ui.runtime.tsx",
796
- "line": 180,
797
- "character": 31
798
- },
799
- "name": "undefined"
800
- }
801
- ]
802
- },
803
- {
804
- "__schema": "TypeUnionSchema",
805
- "location": {
806
- "filePath": "command-bar.ui.runtime.tsx",
807
- "line": 180,
808
- "character": 42
809
- },
810
- "types": [
811
- {
812
- "__schema": "TypeRefSchema",
813
- "location": {
814
- "filePath": "command-bar.ui.runtime.tsx",
815
- "line": 180,
816
- "character": 42
817
- },
818
- "name": "PubsubUI",
819
- "componentId": {
820
- "scope": "teambit.harmony",
821
- "name": "pubsub"
822
- }
823
- },
824
- {
825
- "__schema": "KeywordTypeSchema",
826
- "location": {
827
- "filePath": "command-bar.ui.runtime.tsx",
828
- "line": 180,
829
- "character": 53
830
- },
831
- "name": "undefined"
832
- }
833
- ]
834
- }
835
- ]
994
+ "name": "CommandId"
836
995
  },
837
- "isOptional": false,
838
- "isSpread": false
996
+ "isOptional": false
839
997
  },
840
998
  {
841
- "__schema": "ParameterSchema",
999
+ "__schema": "VariableLikeSchema",
842
1000
  "location": {
843
1001
  "filePath": "command-bar.ui.runtime.tsx",
844
- "line": 181,
845
- "character": 5
1002
+ "line": 30,
1003
+ "character": 3
846
1004
  },
847
- "name": "config",
1005
+ "signature": "(property) action: Function",
1006
+ "name": "action",
848
1007
  "type": {
849
1008
  "__schema": "TypeRefSchema",
850
1009
  "location": {
851
1010
  "filePath": "command-bar.ui.runtime.tsx",
852
- "line": 181,
853
- "character": 13
1011
+ "line": 30,
1012
+ "character": 11
854
1013
  },
855
- "name": "CommandBarConfig",
856
- "internalFilePath": "command-bar.ui.runtime.tsx"
1014
+ "name": "CommandHandler"
857
1015
  },
858
- "isOptional": false,
859
- "isSpread": false
1016
+ "isOptional": false
860
1017
  },
861
1018
  {
862
- "__schema": "ParameterSchema",
1019
+ "__schema": "VariableLikeSchema",
863
1020
  "location": {
864
1021
  "filePath": "command-bar.ui.runtime.tsx",
865
- "line": 182,
866
- "character": 5
1022
+ "line": 31,
1023
+ "character": 3
867
1024
  },
868
- "name": "[ searcherSlot, commandSlots ]",
1025
+ "signature": "(property) keybinding?: Keybinding | undefined",
1026
+ "name": "keybinding",
869
1027
  "type": {
870
- "__schema": "TupleTypeSchema",
1028
+ "__schema": "TypeRefSchema",
871
1029
  "location": {
872
1030
  "filePath": "command-bar.ui.runtime.tsx",
873
- "line": 182,
874
- "character": 35
1031
+ "line": 31,
1032
+ "character": 16
875
1033
  },
876
- "elements": [
877
- {
878
- "__schema": "TypeRefSchema",
879
- "location": {
880
- "filePath": "command-bar.ui.runtime.tsx",
881
- "line": 182,
882
- "character": 36
883
- },
884
- "name": "SearcherSlot",
885
- "internalFilePath": "command-bar.ui.runtime.tsx"
886
- },
887
- {
888
- "__schema": "TypeRefSchema",
889
- "location": {
890
- "filePath": "command-bar.ui.runtime.tsx",
891
- "line": 182,
892
- "character": 50
893
- },
894
- "name": "CommandSlot",
895
- "internalFilePath": "command-bar.ui.runtime.tsx"
896
- }
897
- ]
898
- },
899
- "isOptional": false,
900
- "isSpread": false
901
- }
902
- ],
903
- "returnType": {
904
- "__schema": "InferenceTypeSchema",
905
- "location": {
906
- "filePath": "command-bar.ui.runtime.tsx",
907
- "line": 179,
908
- "character": 3
909
- },
910
- "type": "Promise<CommandBarUI>"
911
- },
912
- "modifiers": [
913
- "static",
914
- "async"
915
- ]
916
- }
917
- ],
918
- "extendsNodes": [],
919
- "implementNodes": []
920
- },
921
- {
922
- "__schema": "TypeSchema",
923
- "location": {
924
- "filePath": "command-bar.ui.runtime.tsx",
925
- "line": 28,
926
- "character": 1
927
- },
928
- "signature": "type CommandEntry = {\n id: CommandId;\n action: CommandHandler;\n keybinding?: Keybinding | undefined;\n displayName: string;\n}",
929
- "name": "CommandEntry",
930
- "type": {
931
- "__schema": "TypeLiteralSchema",
932
- "location": {
933
- "filePath": "command-bar.ui.runtime.tsx",
934
- "line": 28,
935
- "character": 28
936
- },
937
- "members": [
938
- {
939
- "__schema": "VariableLikeSchema",
940
- "location": {
941
- "filePath": "command-bar.ui.runtime.tsx",
942
- "line": 29,
943
- "character": 3
944
- },
945
- "signature": "(property) id: string",
946
- "name": "id",
947
- "type": {
948
- "__schema": "TypeRefSchema",
949
- "location": {
950
- "filePath": "command-bar.ui.runtime.tsx",
951
- "line": 29,
952
- "character": 7
953
- },
954
- "name": "CommandId"
955
- },
956
- "isOptional": false
957
- },
958
- {
959
- "__schema": "VariableLikeSchema",
960
- "location": {
961
- "filePath": "command-bar.ui.runtime.tsx",
962
- "line": 30,
963
- "character": 3
964
- },
965
- "signature": "(property) action: Function",
966
- "name": "action",
967
- "type": {
968
- "__schema": "TypeRefSchema",
969
- "location": {
970
- "filePath": "command-bar.ui.runtime.tsx",
971
- "line": 30,
972
- "character": 11
973
- },
974
- "name": "CommandHandler"
975
- },
976
- "isOptional": false
977
- },
978
- {
979
- "__schema": "VariableLikeSchema",
980
- "location": {
981
- "filePath": "command-bar.ui.runtime.tsx",
982
- "line": 31,
983
- "character": 3
984
- },
985
- "signature": "(property) keybinding?: Keybinding | undefined",
986
- "name": "keybinding",
987
- "type": {
988
- "__schema": "TypeRefSchema",
989
- "location": {
990
- "filePath": "command-bar.ui.runtime.tsx",
991
- "line": 31,
992
- "character": 16
1034
+ "name": "Keybinding"
993
1035
  },
994
- "name": "Keybinding"
995
- },
996
- "isOptional": true
997
- },
998
- {
999
- "__schema": "VariableLikeSchema",
1000
- "location": {
1001
- "filePath": "command-bar.ui.runtime.tsx",
1002
- "line": 32,
1003
- "character": 3
1036
+ "isOptional": true
1004
1037
  },
1005
- "signature": "(property) displayName: string",
1006
- "name": "displayName",
1007
- "type": {
1008
- "__schema": "KeywordTypeSchema",
1038
+ {
1039
+ "__schema": "VariableLikeSchema",
1009
1040
  "location": {
1010
1041
  "filePath": "command-bar.ui.runtime.tsx",
1011
1042
  "line": 32,
1012
- "character": 16
1043
+ "character": 3
1013
1044
  },
1014
- "name": "string"
1015
- },
1016
- "isOptional": false
1017
- }
1018
- ]
1045
+ "signature": "(property) displayName: string",
1046
+ "name": "displayName",
1047
+ "type": {
1048
+ "__schema": "KeywordTypeSchema",
1049
+ "location": {
1050
+ "filePath": "command-bar.ui.runtime.tsx",
1051
+ "line": 32,
1052
+ "character": 16
1053
+ },
1054
+ "name": "string"
1055
+ },
1056
+ "isOptional": false
1057
+ }
1058
+ ]
1059
+ }
1019
1060
  }
1020
1061
  },
1021
1062
  {
1022
- "__schema": "TypeSchema",
1063
+ "__schema": "ExportSchema",
1023
1064
  "location": {
1024
- "filePath": "types.tsx",
1025
- "line": 3,
1026
- "character": 1
1065
+ "filePath": "index.ts",
1066
+ "line": 5,
1067
+ "character": 15
1027
1068
  },
1028
- "signature": "type CommandHandler = Function",
1029
1069
  "name": "CommandHandler",
1030
- "type": {
1031
- "__schema": "TypeRefSchema",
1070
+ "exportNode": {
1071
+ "__schema": "TypeSchema",
1032
1072
  "location": {
1033
1073
  "filePath": "types.tsx",
1034
1074
  "line": 3,
1035
- "character": 30
1075
+ "character": 1
1036
1076
  },
1037
- "name": "Function"
1077
+ "signature": "type CommandHandler = Function",
1078
+ "name": "CommandHandler",
1079
+ "type": {
1080
+ "__schema": "TypeRefSchema",
1081
+ "location": {
1082
+ "filePath": "types.tsx",
1083
+ "line": 3,
1084
+ "character": 30
1085
+ },
1086
+ "name": "Function"
1087
+ }
1038
1088
  }
1039
1089
  },
1040
1090
  {
1041
- "__schema": "TypeSchema",
1091
+ "__schema": "ExportSchema",
1042
1092
  "location": {
1043
- "filePath": "types.tsx",
1044
- "line": 2,
1045
- "character": 1
1093
+ "filePath": "index.ts",
1094
+ "line": 5,
1095
+ "character": 31
1046
1096
  },
1047
- "signature": "type CommandId = string",
1048
1097
  "name": "CommandId",
1049
- "type": {
1050
- "__schema": "KeywordTypeSchema",
1098
+ "exportNode": {
1099
+ "__schema": "TypeSchema",
1051
1100
  "location": {
1052
1101
  "filePath": "types.tsx",
1053
1102
  "line": 2,
1054
- "character": 25
1103
+ "character": 1
1055
1104
  },
1056
- "name": "string"
1105
+ "signature": "type CommandId = string",
1106
+ "name": "CommandId",
1107
+ "type": {
1108
+ "__schema": "KeywordTypeSchema",
1109
+ "location": {
1110
+ "filePath": "types.tsx",
1111
+ "line": 2,
1112
+ "character": 25
1113
+ },
1114
+ "name": "string"
1115
+ }
1057
1116
  }
1058
1117
  },
1059
1118
  {
1060
- "__schema": "TypeSchema",
1119
+ "__schema": "ExportSchema",
1061
1120
  "location": {
1062
- "filePath": "types.tsx",
1121
+ "filePath": "index.ts",
1063
1122
  "line": 5,
1064
- "character": 1
1123
+ "character": 42
1065
1124
  },
1066
- "signature": "type Keybinding = string | string[]",
1067
1125
  "name": "Keybinding",
1068
- "type": {
1069
- "__schema": "TypeUnionSchema",
1126
+ "exportNode": {
1127
+ "__schema": "TypeSchema",
1070
1128
  "location": {
1071
1129
  "filePath": "types.tsx",
1072
1130
  "line": 5,
1073
- "character": 26
1131
+ "character": 1
1074
1132
  },
1075
- "types": [
1076
- {
1077
- "__schema": "KeywordTypeSchema",
1078
- "location": {
1079
- "filePath": "types.tsx",
1080
- "line": 5,
1081
- "character": 26
1082
- },
1083
- "name": "string"
1133
+ "signature": "type Keybinding = string | string[]",
1134
+ "name": "Keybinding",
1135
+ "type": {
1136
+ "__schema": "TypeUnionSchema",
1137
+ "location": {
1138
+ "filePath": "types.tsx",
1139
+ "line": 5,
1140
+ "character": 26
1084
1141
  },
1085
- {
1086
- "__schema": "TypeArraySchema",
1087
- "location": {
1088
- "filePath": "types.tsx",
1089
- "line": 5,
1090
- "character": 35
1091
- },
1092
- "type": {
1142
+ "types": [
1143
+ {
1093
1144
  "__schema": "KeywordTypeSchema",
1094
1145
  "location": {
1095
1146
  "filePath": "types.tsx",
1096
1147
  "line": 5,
1097
- "character": 35
1148
+ "character": 26
1098
1149
  },
1099
1150
  "name": "string"
1151
+ },
1152
+ {
1153
+ "__schema": "TypeArraySchema",
1154
+ "location": {
1155
+ "filePath": "types.tsx",
1156
+ "line": 5,
1157
+ "character": 35
1158
+ },
1159
+ "type": {
1160
+ "__schema": "KeywordTypeSchema",
1161
+ "location": {
1162
+ "filePath": "types.tsx",
1163
+ "line": 5,
1164
+ "character": 35
1165
+ },
1166
+ "name": "string"
1167
+ }
1100
1168
  }
1101
- }
1102
- ]
1169
+ ]
1170
+ }
1103
1171
  }
1104
1172
  },
1105
1173
  {
1106
- "__schema": "TypeRefSchema",
1174
+ "__schema": "ExportSchema",
1107
1175
  "location": {
1108
1176
  "filePath": "index.ts",
1109
1177
  "line": 6,
1110
1178
  "character": 15
1111
1179
  },
1112
1180
  "name": "SearchResult",
1113
- "componentId": {
1114
- "scope": "teambit.explorer",
1115
- "name": "ui/command-bar",
1116
- "version": "2.0.14"
1181
+ "exportNode": {
1182
+ "__schema": "TypeRefSchema",
1183
+ "location": {
1184
+ "filePath": "index.ts",
1185
+ "line": 6,
1186
+ "character": 15
1187
+ },
1188
+ "name": "SearchResult",
1189
+ "componentId": {
1190
+ "scope": "teambit.explorer",
1191
+ "name": "ui/command-bar",
1192
+ "version": "2.0.14"
1193
+ }
1117
1194
  }
1118
1195
  },
1119
1196
  {
1120
- "__schema": "TypeRefSchema",
1197
+ "__schema": "ExportSchema",
1121
1198
  "location": {
1122
1199
  "filePath": "index.ts",
1123
1200
  "line": 6,
1124
1201
  "character": 29
1125
1202
  },
1126
1203
  "name": "ResultsComponentProps",
1127
- "componentId": {
1128
- "scope": "teambit.explorer",
1129
- "name": "ui/command-bar",
1130
- "version": "2.0.14"
1204
+ "exportNode": {
1205
+ "__schema": "TypeRefSchema",
1206
+ "location": {
1207
+ "filePath": "index.ts",
1208
+ "line": 6,
1209
+ "character": 29
1210
+ },
1211
+ "name": "ResultsComponentProps",
1212
+ "componentId": {
1213
+ "scope": "teambit.explorer",
1214
+ "name": "ui/command-bar",
1215
+ "version": "2.0.14"
1216
+ }
1131
1217
  }
1132
1218
  },
1133
1219
  {
1134
- "__schema": "TypeRefSchema",
1220
+ "__schema": "ExportSchema",
1135
1221
  "location": {
1136
1222
  "filePath": "index.ts",
1137
1223
  "line": 6,
1138
1224
  "character": 52
1139
1225
  },
1140
1226
  "name": "SearchResults",
1141
- "componentId": {
1142
- "scope": "teambit.explorer",
1143
- "name": "ui/command-bar",
1144
- "version": "2.0.14"
1227
+ "exportNode": {
1228
+ "__schema": "TypeRefSchema",
1229
+ "location": {
1230
+ "filePath": "index.ts",
1231
+ "line": 6,
1232
+ "character": 52
1233
+ },
1234
+ "name": "SearchResults",
1235
+ "componentId": {
1236
+ "scope": "teambit.explorer",
1237
+ "name": "ui/command-bar",
1238
+ "version": "2.0.14"
1239
+ }
1145
1240
  }
1146
1241
  },
1147
1242
  {
1148
- "__schema": "TypeRefSchema",
1243
+ "__schema": "ExportSchema",
1149
1244
  "location": {
1150
1245
  "filePath": "index.ts",
1151
1246
  "line": 7,
1152
1247
  "character": 15
1153
1248
  },
1154
1249
  "name": "FuzzySearchItem",
1155
- "componentId": {
1156
- "scope": "teambit.explorer",
1157
- "name": "ui/command-bar",
1158
- "version": "2.0.14"
1250
+ "exportNode": {
1251
+ "__schema": "TypeRefSchema",
1252
+ "location": {
1253
+ "filePath": "index.ts",
1254
+ "line": 7,
1255
+ "character": 15
1256
+ },
1257
+ "name": "FuzzySearchItem",
1258
+ "componentId": {
1259
+ "scope": "teambit.explorer",
1260
+ "name": "ui/command-bar",
1261
+ "version": "2.0.14"
1262
+ }
1159
1263
  }
1160
1264
  },
1161
1265
  {
1162
- "__schema": "TypeRefSchema",
1266
+ "__schema": "ExportSchema",
1163
1267
  "location": {
1164
1268
  "filePath": "index.ts",
1165
1269
  "line": 8,
1166
1270
  "character": 10
1167
1271
  },
1168
1272
  "name": "FuzzySearcher",
1169
- "componentId": {
1170
- "scope": "teambit.explorer",
1171
- "name": "ui/command-bar",
1172
- "version": "2.0.14"
1273
+ "exportNode": {
1274
+ "__schema": "TypeRefSchema",
1275
+ "location": {
1276
+ "filePath": "index.ts",
1277
+ "line": 8,
1278
+ "character": 10
1279
+ },
1280
+ "name": "FuzzySearcher",
1281
+ "componentId": {
1282
+ "scope": "teambit.explorer",
1283
+ "name": "ui/command-bar",
1284
+ "version": "2.0.14"
1285
+ }
1173
1286
  }
1174
1287
  },
1175
1288
  {
1176
- "__schema": "TypeRefSchema",
1289
+ "__schema": "ExportSchema",
1177
1290
  "location": {
1178
1291
  "filePath": "index.ts",
1179
1292
  "line": 8,
1180
1293
  "character": 25
1181
1294
  },
1182
1295
  "name": "CommandBarItem",
1183
- "componentId": {
1184
- "scope": "teambit.explorer",
1185
- "name": "ui/command-bar",
1186
- "version": "2.0.14"
1296
+ "exportNode": {
1297
+ "__schema": "TypeRefSchema",
1298
+ "location": {
1299
+ "filePath": "index.ts",
1300
+ "line": 8,
1301
+ "character": 25
1302
+ },
1303
+ "name": "CommandBarItem",
1304
+ "componentId": {
1305
+ "scope": "teambit.explorer",
1306
+ "name": "ui/command-bar",
1307
+ "version": "2.0.14"
1308
+ }
1187
1309
  }
1188
1310
  }
1189
1311
  ],
@@ -1801,8 +1923,7 @@
1801
1923
  "line": 169,
1802
1924
  "character": 37
1803
1925
  },
1804
- "name": "SearcherSlot",
1805
- "internalFilePath": "command-bar.ui.runtime.tsx"
1926
+ "name": "SearcherSlot"
1806
1927
  },
1807
1928
  "isOptional": false,
1808
1929
  "isSpread": false
@@ -1822,8 +1943,7 @@
1822
1943
  "line": 169,
1823
1944
  "character": 72
1824
1945
  },
1825
- "name": "CommandSlot",
1826
- "internalFilePath": "command-bar.ui.runtime.tsx"
1946
+ "name": "CommandSlot"
1827
1947
  },
1828
1948
  "isOptional": false,
1829
1949
  "isSpread": false
@@ -1843,8 +1963,7 @@
1843
1963
  "line": 169,
1844
1964
  "character": 101
1845
1965
  },
1846
- "name": "CommandBarConfig",
1847
- "internalFilePath": "command-bar.ui.runtime.tsx"
1966
+ "name": "CommandBarConfig"
1848
1967
  },
1849
1968
  "isOptional": false,
1850
1969
  "isSpread": false
@@ -1987,11 +2106,7 @@
1987
2106
  "line": 180,
1988
2107
  "character": 24
1989
2108
  },
1990
- "name": "UiUI",
1991
- "componentId": {
1992
- "scope": "teambit.ui-foundation",
1993
- "name": "ui"
1994
- }
2109
+ "name": "UiUI"
1995
2110
  },
1996
2111
  {
1997
2112
  "__schema": "KeywordTypeSchema",
@@ -2019,11 +2134,7 @@
2019
2134
  "line": 180,
2020
2135
  "character": 42
2021
2136
  },
2022
- "name": "PubsubUI",
2023
- "componentId": {
2024
- "scope": "teambit.harmony",
2025
- "name": "pubsub"
2026
- }
2137
+ "name": "PubsubUI"
2027
2138
  },
2028
2139
  {
2029
2140
  "__schema": "KeywordTypeSchema",
@@ -2056,8 +2167,7 @@
2056
2167
  "line": 181,
2057
2168
  "character": 13
2058
2169
  },
2059
- "name": "CommandBarConfig",
2060
- "internalFilePath": "command-bar.ui.runtime.tsx"
2170
+ "name": "CommandBarConfig"
2061
2171
  },
2062
2172
  "isOptional": false,
2063
2173
  "isSpread": false
@@ -2085,8 +2195,7 @@
2085
2195
  "line": 182,
2086
2196
  "character": 36
2087
2197
  },
2088
- "name": "SearcherSlot",
2089
- "internalFilePath": "command-bar.ui.runtime.tsx"
2198
+ "name": "SearcherSlot"
2090
2199
  },
2091
2200
  {
2092
2201
  "__schema": "TypeRefSchema",
@@ -2095,8 +2204,7 @@
2095
2204
  "line": 182,
2096
2205
  "character": 50
2097
2206
  },
2098
- "name": "CommandSlot",
2099
- "internalFilePath": "command-bar.ui.runtime.tsx"
2207
+ "name": "CommandSlot"
2100
2208
  }
2101
2209
  ]
2102
2210
  },
@@ -2173,11 +2281,6 @@
2173
2281
  "character": 21
2174
2282
  },
2175
2283
  "name": "SlotRegistry",
2176
- "componentId": {
2177
- "scope": "teambit.harmony",
2178
- "name": "harmony",
2179
- "version": "0.4.6"
2180
- },
2181
2284
  "typeArgs": [
2182
2285
  {
2183
2286
  "__schema": "TypeArraySchema",
@@ -2216,11 +2319,6 @@
2216
2319
  "character": 20
2217
2320
  },
2218
2321
  "name": "SlotRegistry",
2219
- "componentId": {
2220
- "scope": "teambit.harmony",
2221
- "name": "harmony",
2222
- "version": "0.4.6"
2223
- },
2224
2322
  "typeArgs": [
2225
2323
  {
2226
2324
  "__schema": "TypeArraySchema",
@@ -2258,7 +2356,7 @@
2258
2356
  "componentId": {
2259
2357
  "scope": "teambit.explorer",
2260
2358
  "name": "command-bar",
2261
- "version": "1.0.257"
2359
+ "version": "1.0.258"
2262
2360
  },
2263
2361
  "taggedModuleExports": []
2264
2362
  }