@teambit/command-bar 1.0.257 → 1.0.259

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,1312 @@
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
+ "internalFilePath": "command-bar.ui.runtime.tsx"
647
+ },
648
+ "isOptional": false,
649
+ "isSpread": false
650
+ },
651
+ {
652
+ "__schema": "ParameterSchema",
653
+ "location": {
654
+ "filePath": "command-bar.ui.runtime.tsx",
655
+ "line": 169,
656
+ "character": 51
657
+ },
658
+ "name": "commandSlot",
659
+ "type": {
660
+ "__schema": "TypeRefSchema",
661
+ "location": {
662
+ "filePath": "command-bar.ui.runtime.tsx",
663
+ "line": 169,
664
+ "character": 72
665
+ },
666
+ "name": "CommandSlot",
667
+ "internalFilePath": "command-bar.ui.runtime.tsx"
668
+ },
669
+ "isOptional": false,
670
+ "isSpread": false
671
+ },
672
+ {
673
+ "__schema": "ParameterSchema",
674
+ "location": {
675
+ "filePath": "command-bar.ui.runtime.tsx",
676
+ "line": 169,
677
+ "character": 85
678
+ },
679
+ "name": "config",
680
+ "type": {
681
+ "__schema": "TypeRefSchema",
682
+ "location": {
683
+ "filePath": "command-bar.ui.runtime.tsx",
684
+ "line": 169,
685
+ "character": 101
686
+ },
687
+ "name": "CommandBarConfig",
688
+ "internalFilePath": "command-bar.ui.runtime.tsx"
689
+ },
690
+ "isOptional": false,
691
+ "isSpread": false
692
+ }
693
+ ],
694
+ "returnType": {
695
+ "__schema": "ThisTypeSchema",
696
+ "location": {
697
+ "filePath": "command-bar.ui.runtime.tsx",
698
+ "line": 36,
699
+ "character": 1
700
+ },
701
+ "name": "CommandBarUI"
702
+ },
703
+ "modifiers": []
704
+ },
705
+ {
706
+ "__schema": "VariableLikeSchema",
707
+ "location": {
708
+ "filePath": "command-bar.ui.runtime.tsx",
709
+ "line": 171,
710
+ "character": 3
711
+ },
712
+ "signature": "(property) CommandBarUI.dependencies: Aspect[]",
713
+ "name": "dependencies",
714
+ "type": {
715
+ "__schema": "InferenceTypeSchema",
716
+ "location": {
717
+ "filePath": "command-bar.ui.runtime.tsx",
718
+ "line": 171,
719
+ "character": 3
720
+ },
721
+ "type": "Aspect[]"
722
+ },
723
+ "isOptional": true,
724
+ "defaultValue": "[UIAspect, PubsubAspect, ReactRouterAspect]"
725
+ },
726
+ {
727
+ "__schema": "VariableLikeSchema",
728
+ "location": {
729
+ "filePath": "command-bar.ui.runtime.tsx",
730
+ "line": 172,
716
731
  "character": 3
717
732
  },
718
- "name": "CommandBarConfig",
719
- "internalFilePath": "command-bar.ui.runtime.tsx"
733
+ "signature": "(property) CommandBarUI.slots: (((registerFn: () => string) => SlotRegistry<SearchProvider>) | ((registerFn: () => string) => SlotRegistry<CommandEntry[]>))[]",
734
+ "name": "slots",
735
+ "type": {
736
+ "__schema": "InferenceTypeSchema",
737
+ "location": {
738
+ "filePath": "command-bar.ui.runtime.tsx",
739
+ "line": 172,
740
+ "character": 3
741
+ },
742
+ "type": "(((registerFn: () => string) => SlotRegistry<SearchProvider>) | ((registerFn: () => string) => SlotRegistry<CommandEntry[]>))[]"
743
+ },
744
+ "isOptional": true,
745
+ "defaultValue": "[Slot.withType<SearchProvider>(), Slot.withType<CommandEntry[]>()]"
720
746
  },
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
747
+ {
748
+ "__schema": "VariableLikeSchema",
749
+ "location": {
750
+ "filePath": "command-bar.ui.runtime.tsx",
751
+ "line": 173,
752
+ "character": 3
753
+ },
754
+ "signature": "(property) CommandBarUI.defaultConfig: CommandBarConfig",
755
+ "name": "defaultConfig",
756
+ "type": {
757
+ "__schema": "TypeRefSchema",
758
+ "location": {
759
+ "filePath": "command-bar.ui.runtime.tsx",
760
+ "line": 173,
761
+ "character": 3
762
+ },
763
+ "name": "CommandBarConfig",
764
+ "internalFilePath": "command-bar.ui.runtime.tsx"
765
+ },
766
+ "isOptional": true,
767
+ "defaultValue": "{\n debounce: undefined,\n }"
730
768
  },
731
- "signature": "(property) CommandBarUI.runtime: RuntimeDefinition",
732
- "name": "runtime",
733
- "type": {
734
- "__schema": "InferenceTypeSchema",
769
+ {
770
+ "__schema": "VariableLikeSchema",
735
771
  "location": {
736
772
  "filePath": "command-bar.ui.runtime.tsx",
737
773
  "line": 177,
738
774
  "character": 3
739
775
  },
740
- "type": "RuntimeDefinition"
776
+ "signature": "(property) CommandBarUI.runtime: RuntimeDefinition",
777
+ "name": "runtime",
778
+ "type": {
779
+ "__schema": "InferenceTypeSchema",
780
+ "location": {
781
+ "filePath": "command-bar.ui.runtime.tsx",
782
+ "line": 177,
783
+ "character": 3
784
+ },
785
+ "type": "RuntimeDefinition"
786
+ },
787
+ "isOptional": true,
788
+ "defaultValue": "UIRuntime"
741
789
  },
742
- "isOptional": true,
743
- "defaultValue": "UIRuntime"
790
+ {
791
+ "__schema": "FunctionLikeSchema",
792
+ "location": {
793
+ "filePath": "command-bar.ui.runtime.tsx",
794
+ "line": 179,
795
+ "character": 3
796
+ },
797
+ "signature": "(method) CommandBarUI.provider([uiUi, pubsubUI]: [UiUI | undefined, PubsubUI | undefined], config: CommandBarConfig, [searcherSlot, commandSlots]: [SearcherSlot, CommandSlot]): Promise<CommandBarUI>",
798
+ "name": "provider",
799
+ "params": [
800
+ {
801
+ "__schema": "ParameterSchema",
802
+ "location": {
803
+ "filePath": "command-bar.ui.runtime.tsx",
804
+ "line": 180,
805
+ "character": 5
806
+ },
807
+ "name": "[ uiUi, pubsubUI ]",
808
+ "type": {
809
+ "__schema": "TupleTypeSchema",
810
+ "location": {
811
+ "filePath": "command-bar.ui.runtime.tsx",
812
+ "line": 180,
813
+ "character": 23
814
+ },
815
+ "elements": [
816
+ {
817
+ "__schema": "TypeUnionSchema",
818
+ "location": {
819
+ "filePath": "command-bar.ui.runtime.tsx",
820
+ "line": 180,
821
+ "character": 24
822
+ },
823
+ "types": [
824
+ {
825
+ "__schema": "TypeRefSchema",
826
+ "location": {
827
+ "filePath": "command-bar.ui.runtime.tsx",
828
+ "line": 180,
829
+ "character": 24
830
+ },
831
+ "name": "UiUI",
832
+ "componentId": {
833
+ "scope": "teambit.ui-foundation",
834
+ "name": "ui"
835
+ }
836
+ },
837
+ {
838
+ "__schema": "KeywordTypeSchema",
839
+ "location": {
840
+ "filePath": "command-bar.ui.runtime.tsx",
841
+ "line": 180,
842
+ "character": 31
843
+ },
844
+ "name": "undefined"
845
+ }
846
+ ]
847
+ },
848
+ {
849
+ "__schema": "TypeUnionSchema",
850
+ "location": {
851
+ "filePath": "command-bar.ui.runtime.tsx",
852
+ "line": 180,
853
+ "character": 42
854
+ },
855
+ "types": [
856
+ {
857
+ "__schema": "TypeRefSchema",
858
+ "location": {
859
+ "filePath": "command-bar.ui.runtime.tsx",
860
+ "line": 180,
861
+ "character": 42
862
+ },
863
+ "name": "PubsubUI",
864
+ "componentId": {
865
+ "scope": "teambit.harmony",
866
+ "name": "pubsub"
867
+ }
868
+ },
869
+ {
870
+ "__schema": "KeywordTypeSchema",
871
+ "location": {
872
+ "filePath": "command-bar.ui.runtime.tsx",
873
+ "line": 180,
874
+ "character": 53
875
+ },
876
+ "name": "undefined"
877
+ }
878
+ ]
879
+ }
880
+ ]
881
+ },
882
+ "isOptional": false,
883
+ "isSpread": false
884
+ },
885
+ {
886
+ "__schema": "ParameterSchema",
887
+ "location": {
888
+ "filePath": "command-bar.ui.runtime.tsx",
889
+ "line": 181,
890
+ "character": 5
891
+ },
892
+ "name": "config",
893
+ "type": {
894
+ "__schema": "TypeRefSchema",
895
+ "location": {
896
+ "filePath": "command-bar.ui.runtime.tsx",
897
+ "line": 181,
898
+ "character": 13
899
+ },
900
+ "name": "CommandBarConfig",
901
+ "internalFilePath": "command-bar.ui.runtime.tsx"
902
+ },
903
+ "isOptional": false,
904
+ "isSpread": false
905
+ },
906
+ {
907
+ "__schema": "ParameterSchema",
908
+ "location": {
909
+ "filePath": "command-bar.ui.runtime.tsx",
910
+ "line": 182,
911
+ "character": 5
912
+ },
913
+ "name": "[ searcherSlot, commandSlots ]",
914
+ "type": {
915
+ "__schema": "TupleTypeSchema",
916
+ "location": {
917
+ "filePath": "command-bar.ui.runtime.tsx",
918
+ "line": 182,
919
+ "character": 35
920
+ },
921
+ "elements": [
922
+ {
923
+ "__schema": "TypeRefSchema",
924
+ "location": {
925
+ "filePath": "command-bar.ui.runtime.tsx",
926
+ "line": 182,
927
+ "character": 36
928
+ },
929
+ "name": "SearcherSlot",
930
+ "internalFilePath": "command-bar.ui.runtime.tsx"
931
+ },
932
+ {
933
+ "__schema": "TypeRefSchema",
934
+ "location": {
935
+ "filePath": "command-bar.ui.runtime.tsx",
936
+ "line": 182,
937
+ "character": 50
938
+ },
939
+ "name": "CommandSlot",
940
+ "internalFilePath": "command-bar.ui.runtime.tsx"
941
+ }
942
+ ]
943
+ },
944
+ "isOptional": false,
945
+ "isSpread": false
946
+ }
947
+ ],
948
+ "returnType": {
949
+ "__schema": "InferenceTypeSchema",
950
+ "location": {
951
+ "filePath": "command-bar.ui.runtime.tsx",
952
+ "line": 179,
953
+ "character": 3
954
+ },
955
+ "type": "Promise<CommandBarUI>"
956
+ },
957
+ "modifiers": [
958
+ "static",
959
+ "async"
960
+ ]
961
+ }
962
+ ],
963
+ "extendsNodes": [],
964
+ "implementNodes": []
965
+ }
966
+ },
967
+ {
968
+ "__schema": "ExportSchema",
969
+ "location": {
970
+ "filePath": "index.ts",
971
+ "line": 4,
972
+ "character": 29
973
+ },
974
+ "name": "CommandEntry",
975
+ "exportNode": {
976
+ "__schema": "TypeSchema",
977
+ "location": {
978
+ "filePath": "command-bar.ui.runtime.tsx",
979
+ "line": 28,
980
+ "character": 1
744
981
  },
745
- {
746
- "__schema": "FunctionLikeSchema",
982
+ "signature": "type CommandEntry = {\n id: CommandId;\n action: CommandHandler;\n keybinding?: Keybinding | undefined;\n displayName: string;\n}",
983
+ "name": "CommandEntry",
984
+ "type": {
985
+ "__schema": "TypeLiteralSchema",
747
986
  "location": {
748
987
  "filePath": "command-bar.ui.runtime.tsx",
749
- "line": 179,
750
- "character": 3
988
+ "line": 28,
989
+ "character": 28
751
990
  },
752
- "signature": "(method) CommandBarUI.provider([uiUi, pubsubUI]: [UiUI | undefined, PubsubUI | undefined], config: CommandBarConfig, [searcherSlot, commandSlots]: [SearcherSlot, CommandSlot]): Promise<CommandBarUI>",
753
- "name": "provider",
754
- "params": [
991
+ "members": [
755
992
  {
756
- "__schema": "ParameterSchema",
993
+ "__schema": "VariableLikeSchema",
757
994
  "location": {
758
995
  "filePath": "command-bar.ui.runtime.tsx",
759
- "line": 180,
760
- "character": 5
996
+ "line": 29,
997
+ "character": 3
761
998
  },
762
- "name": "[ uiUi, pubsubUI ]",
999
+ "signature": "(property) id: string",
1000
+ "name": "id",
763
1001
  "type": {
764
- "__schema": "TupleTypeSchema",
1002
+ "__schema": "TypeRefSchema",
765
1003
  "location": {
766
1004
  "filePath": "command-bar.ui.runtime.tsx",
767
- "line": 180,
768
- "character": 23
1005
+ "line": 29,
1006
+ "character": 7
769
1007
  },
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
- ]
1008
+ "name": "CommandId"
836
1009
  },
837
- "isOptional": false,
838
- "isSpread": false
1010
+ "isOptional": false
839
1011
  },
840
1012
  {
841
- "__schema": "ParameterSchema",
1013
+ "__schema": "VariableLikeSchema",
842
1014
  "location": {
843
1015
  "filePath": "command-bar.ui.runtime.tsx",
844
- "line": 181,
845
- "character": 5
1016
+ "line": 30,
1017
+ "character": 3
846
1018
  },
847
- "name": "config",
1019
+ "signature": "(property) action: Function",
1020
+ "name": "action",
848
1021
  "type": {
849
1022
  "__schema": "TypeRefSchema",
850
1023
  "location": {
851
1024
  "filePath": "command-bar.ui.runtime.tsx",
852
- "line": 181,
853
- "character": 13
1025
+ "line": 30,
1026
+ "character": 11
854
1027
  },
855
- "name": "CommandBarConfig",
856
- "internalFilePath": "command-bar.ui.runtime.tsx"
1028
+ "name": "CommandHandler"
857
1029
  },
858
- "isOptional": false,
859
- "isSpread": false
1030
+ "isOptional": false
860
1031
  },
861
1032
  {
862
- "__schema": "ParameterSchema",
1033
+ "__schema": "VariableLikeSchema",
863
1034
  "location": {
864
1035
  "filePath": "command-bar.ui.runtime.tsx",
865
- "line": 182,
866
- "character": 5
1036
+ "line": 31,
1037
+ "character": 3
867
1038
  },
868
- "name": "[ searcherSlot, commandSlots ]",
1039
+ "signature": "(property) keybinding?: Keybinding | undefined",
1040
+ "name": "keybinding",
869
1041
  "type": {
870
- "__schema": "TupleTypeSchema",
1042
+ "__schema": "TypeRefSchema",
871
1043
  "location": {
872
1044
  "filePath": "command-bar.ui.runtime.tsx",
873
- "line": 182,
874
- "character": 35
1045
+ "line": 31,
1046
+ "character": 16
875
1047
  },
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
1048
+ "name": "Keybinding"
993
1049
  },
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
1050
+ "isOptional": true
1004
1051
  },
1005
- "signature": "(property) displayName: string",
1006
- "name": "displayName",
1007
- "type": {
1008
- "__schema": "KeywordTypeSchema",
1052
+ {
1053
+ "__schema": "VariableLikeSchema",
1009
1054
  "location": {
1010
1055
  "filePath": "command-bar.ui.runtime.tsx",
1011
1056
  "line": 32,
1012
- "character": 16
1057
+ "character": 3
1013
1058
  },
1014
- "name": "string"
1015
- },
1016
- "isOptional": false
1017
- }
1018
- ]
1059
+ "signature": "(property) displayName: string",
1060
+ "name": "displayName",
1061
+ "type": {
1062
+ "__schema": "KeywordTypeSchema",
1063
+ "location": {
1064
+ "filePath": "command-bar.ui.runtime.tsx",
1065
+ "line": 32,
1066
+ "character": 16
1067
+ },
1068
+ "name": "string"
1069
+ },
1070
+ "isOptional": false
1071
+ }
1072
+ ]
1073
+ }
1019
1074
  }
1020
1075
  },
1021
1076
  {
1022
- "__schema": "TypeSchema",
1077
+ "__schema": "ExportSchema",
1023
1078
  "location": {
1024
- "filePath": "types.tsx",
1025
- "line": 3,
1026
- "character": 1
1079
+ "filePath": "index.ts",
1080
+ "line": 5,
1081
+ "character": 15
1027
1082
  },
1028
- "signature": "type CommandHandler = Function",
1029
1083
  "name": "CommandHandler",
1030
- "type": {
1031
- "__schema": "TypeRefSchema",
1084
+ "exportNode": {
1085
+ "__schema": "TypeSchema",
1032
1086
  "location": {
1033
1087
  "filePath": "types.tsx",
1034
1088
  "line": 3,
1035
- "character": 30
1089
+ "character": 1
1036
1090
  },
1037
- "name": "Function"
1091
+ "signature": "type CommandHandler = Function",
1092
+ "name": "CommandHandler",
1093
+ "type": {
1094
+ "__schema": "TypeRefSchema",
1095
+ "location": {
1096
+ "filePath": "types.tsx",
1097
+ "line": 3,
1098
+ "character": 30
1099
+ },
1100
+ "name": "Function"
1101
+ }
1038
1102
  }
1039
1103
  },
1040
1104
  {
1041
- "__schema": "TypeSchema",
1105
+ "__schema": "ExportSchema",
1042
1106
  "location": {
1043
- "filePath": "types.tsx",
1044
- "line": 2,
1045
- "character": 1
1107
+ "filePath": "index.ts",
1108
+ "line": 5,
1109
+ "character": 31
1046
1110
  },
1047
- "signature": "type CommandId = string",
1048
1111
  "name": "CommandId",
1049
- "type": {
1050
- "__schema": "KeywordTypeSchema",
1112
+ "exportNode": {
1113
+ "__schema": "TypeSchema",
1051
1114
  "location": {
1052
1115
  "filePath": "types.tsx",
1053
1116
  "line": 2,
1054
- "character": 25
1117
+ "character": 1
1055
1118
  },
1056
- "name": "string"
1119
+ "signature": "type CommandId = string",
1120
+ "name": "CommandId",
1121
+ "type": {
1122
+ "__schema": "KeywordTypeSchema",
1123
+ "location": {
1124
+ "filePath": "types.tsx",
1125
+ "line": 2,
1126
+ "character": 25
1127
+ },
1128
+ "name": "string"
1129
+ }
1057
1130
  }
1058
1131
  },
1059
1132
  {
1060
- "__schema": "TypeSchema",
1133
+ "__schema": "ExportSchema",
1061
1134
  "location": {
1062
- "filePath": "types.tsx",
1135
+ "filePath": "index.ts",
1063
1136
  "line": 5,
1064
- "character": 1
1137
+ "character": 42
1065
1138
  },
1066
- "signature": "type Keybinding = string | string[]",
1067
1139
  "name": "Keybinding",
1068
- "type": {
1069
- "__schema": "TypeUnionSchema",
1140
+ "exportNode": {
1141
+ "__schema": "TypeSchema",
1070
1142
  "location": {
1071
1143
  "filePath": "types.tsx",
1072
1144
  "line": 5,
1073
- "character": 26
1145
+ "character": 1
1074
1146
  },
1075
- "types": [
1076
- {
1077
- "__schema": "KeywordTypeSchema",
1078
- "location": {
1079
- "filePath": "types.tsx",
1080
- "line": 5,
1081
- "character": 26
1082
- },
1083
- "name": "string"
1147
+ "signature": "type Keybinding = string | string[]",
1148
+ "name": "Keybinding",
1149
+ "type": {
1150
+ "__schema": "TypeUnionSchema",
1151
+ "location": {
1152
+ "filePath": "types.tsx",
1153
+ "line": 5,
1154
+ "character": 26
1084
1155
  },
1085
- {
1086
- "__schema": "TypeArraySchema",
1087
- "location": {
1088
- "filePath": "types.tsx",
1089
- "line": 5,
1090
- "character": 35
1091
- },
1092
- "type": {
1156
+ "types": [
1157
+ {
1093
1158
  "__schema": "KeywordTypeSchema",
1094
1159
  "location": {
1095
1160
  "filePath": "types.tsx",
1096
1161
  "line": 5,
1097
- "character": 35
1162
+ "character": 26
1098
1163
  },
1099
1164
  "name": "string"
1165
+ },
1166
+ {
1167
+ "__schema": "TypeArraySchema",
1168
+ "location": {
1169
+ "filePath": "types.tsx",
1170
+ "line": 5,
1171
+ "character": 35
1172
+ },
1173
+ "type": {
1174
+ "__schema": "KeywordTypeSchema",
1175
+ "location": {
1176
+ "filePath": "types.tsx",
1177
+ "line": 5,
1178
+ "character": 35
1179
+ },
1180
+ "name": "string"
1181
+ }
1100
1182
  }
1101
- }
1102
- ]
1183
+ ]
1184
+ }
1103
1185
  }
1104
1186
  },
1105
1187
  {
1106
- "__schema": "TypeRefSchema",
1188
+ "__schema": "ExportSchema",
1107
1189
  "location": {
1108
1190
  "filePath": "index.ts",
1109
1191
  "line": 6,
1110
1192
  "character": 15
1111
1193
  },
1112
1194
  "name": "SearchResult",
1113
- "componentId": {
1114
- "scope": "teambit.explorer",
1115
- "name": "ui/command-bar",
1116
- "version": "2.0.14"
1195
+ "exportNode": {
1196
+ "__schema": "TypeRefSchema",
1197
+ "location": {
1198
+ "filePath": "index.ts",
1199
+ "line": 6,
1200
+ "character": 15
1201
+ },
1202
+ "name": "SearchResult",
1203
+ "componentId": {
1204
+ "scope": "teambit.explorer",
1205
+ "name": "ui/command-bar",
1206
+ "version": "2.0.14"
1207
+ }
1117
1208
  }
1118
1209
  },
1119
1210
  {
1120
- "__schema": "TypeRefSchema",
1211
+ "__schema": "ExportSchema",
1121
1212
  "location": {
1122
1213
  "filePath": "index.ts",
1123
1214
  "line": 6,
1124
1215
  "character": 29
1125
1216
  },
1126
1217
  "name": "ResultsComponentProps",
1127
- "componentId": {
1128
- "scope": "teambit.explorer",
1129
- "name": "ui/command-bar",
1130
- "version": "2.0.14"
1218
+ "exportNode": {
1219
+ "__schema": "TypeRefSchema",
1220
+ "location": {
1221
+ "filePath": "index.ts",
1222
+ "line": 6,
1223
+ "character": 29
1224
+ },
1225
+ "name": "ResultsComponentProps",
1226
+ "componentId": {
1227
+ "scope": "teambit.explorer",
1228
+ "name": "ui/command-bar",
1229
+ "version": "2.0.14"
1230
+ }
1131
1231
  }
1132
1232
  },
1133
1233
  {
1134
- "__schema": "TypeRefSchema",
1234
+ "__schema": "ExportSchema",
1135
1235
  "location": {
1136
1236
  "filePath": "index.ts",
1137
1237
  "line": 6,
1138
1238
  "character": 52
1139
1239
  },
1140
1240
  "name": "SearchResults",
1141
- "componentId": {
1142
- "scope": "teambit.explorer",
1143
- "name": "ui/command-bar",
1144
- "version": "2.0.14"
1241
+ "exportNode": {
1242
+ "__schema": "TypeRefSchema",
1243
+ "location": {
1244
+ "filePath": "index.ts",
1245
+ "line": 6,
1246
+ "character": 52
1247
+ },
1248
+ "name": "SearchResults",
1249
+ "componentId": {
1250
+ "scope": "teambit.explorer",
1251
+ "name": "ui/command-bar",
1252
+ "version": "2.0.14"
1253
+ }
1145
1254
  }
1146
1255
  },
1147
1256
  {
1148
- "__schema": "TypeRefSchema",
1257
+ "__schema": "ExportSchema",
1149
1258
  "location": {
1150
1259
  "filePath": "index.ts",
1151
1260
  "line": 7,
1152
1261
  "character": 15
1153
1262
  },
1154
1263
  "name": "FuzzySearchItem",
1155
- "componentId": {
1156
- "scope": "teambit.explorer",
1157
- "name": "ui/command-bar",
1158
- "version": "2.0.14"
1264
+ "exportNode": {
1265
+ "__schema": "TypeRefSchema",
1266
+ "location": {
1267
+ "filePath": "index.ts",
1268
+ "line": 7,
1269
+ "character": 15
1270
+ },
1271
+ "name": "FuzzySearchItem",
1272
+ "componentId": {
1273
+ "scope": "teambit.explorer",
1274
+ "name": "ui/command-bar",
1275
+ "version": "2.0.14"
1276
+ }
1159
1277
  }
1160
1278
  },
1161
1279
  {
1162
- "__schema": "TypeRefSchema",
1280
+ "__schema": "ExportSchema",
1163
1281
  "location": {
1164
1282
  "filePath": "index.ts",
1165
1283
  "line": 8,
1166
1284
  "character": 10
1167
1285
  },
1168
1286
  "name": "FuzzySearcher",
1169
- "componentId": {
1170
- "scope": "teambit.explorer",
1171
- "name": "ui/command-bar",
1172
- "version": "2.0.14"
1287
+ "exportNode": {
1288
+ "__schema": "TypeRefSchema",
1289
+ "location": {
1290
+ "filePath": "index.ts",
1291
+ "line": 8,
1292
+ "character": 10
1293
+ },
1294
+ "name": "FuzzySearcher",
1295
+ "componentId": {
1296
+ "scope": "teambit.explorer",
1297
+ "name": "ui/command-bar",
1298
+ "version": "2.0.14"
1299
+ }
1173
1300
  }
1174
1301
  },
1175
1302
  {
1176
- "__schema": "TypeRefSchema",
1303
+ "__schema": "ExportSchema",
1177
1304
  "location": {
1178
1305
  "filePath": "index.ts",
1179
1306
  "line": 8,
1180
1307
  "character": 25
1181
1308
  },
1182
1309
  "name": "CommandBarItem",
1183
- "componentId": {
1184
- "scope": "teambit.explorer",
1185
- "name": "ui/command-bar",
1186
- "version": "2.0.14"
1310
+ "exportNode": {
1311
+ "__schema": "TypeRefSchema",
1312
+ "location": {
1313
+ "filePath": "index.ts",
1314
+ "line": 8,
1315
+ "character": 25
1316
+ },
1317
+ "name": "CommandBarItem",
1318
+ "componentId": {
1319
+ "scope": "teambit.explorer",
1320
+ "name": "ui/command-bar",
1321
+ "version": "2.0.14"
1322
+ }
1187
1323
  }
1188
1324
  }
1189
1325
  ],
@@ -2258,7 +2394,7 @@
2258
2394
  "componentId": {
2259
2395
  "scope": "teambit.explorer",
2260
2396
  "name": "command-bar",
2261
- "version": "1.0.257"
2397
+ "version": "1.0.259"
2262
2398
  },
2263
2399
  "taggedModuleExports": []
2264
2400
  }