@teambit/lanes 1.0.310 → 1.0.311

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.
@@ -469,7 +469,8 @@
469
469
  "character": 3
470
470
  },
471
471
  "raw": "/**\n * return the lane data without the deleted components.\n * the deleted components are filtered out in legacyScope.lanes.getLanesData()\n */",
472
- "comment": "return the lane data without the deleted components.\nthe deleted components are filtered out in legacyScope.lanes.getLanesData()"
472
+ "comment": "return the lane data without the deleted components.\nthe deleted components are filtered out in legacyScope.lanes.getLanesData()",
473
+ "tags": []
473
474
  },
474
475
  "signature": "(method) LanesMain.getLanes({ name, remote, merged, showDefaultLane, notMerged, }: {\n name?: string;\n remote?: string;\n merged?: boolean;\n showDefaultLane?: boolean;\n notMerged?: boolean;\n}): Promise<LaneData[]>",
475
476
  "name": "getLanes",
@@ -1171,7 +1172,8 @@
1171
1172
  "character": 3
1172
1173
  },
1173
1174
  "raw": "/**\n * get the currently checked out lane object, if on main - return null.\n */",
1174
- "comment": "get the currently checked out lane object, if on main - return null."
1175
+ "comment": "get the currently checked out lane object, if on main - return null.",
1176
+ "tags": []
1175
1177
  },
1176
1178
  "signature": "(method) LanesMain.getCurrentLane(): Promise<Lane | undefined>",
1177
1179
  "name": "getCurrentLane",
@@ -1893,7 +1895,8 @@
1893
1895
  "character": 3
1894
1896
  },
1895
1897
  "raw": "/**\n * change a lane-name and if possible, export the lane to the remote\n */",
1896
- "comment": "change a lane-name and if possible, export the lane to the remote"
1898
+ "comment": "change a lane-name and if possible, export the lane to the remote",
1899
+ "tags": []
1897
1900
  },
1898
1901
  "signature": "(method) LanesMain.rename(newName: string, laneName?: string): Promise<{\n currentName: string;\n}>",
1899
1902
  "name": "rename",
@@ -2213,7 +2216,8 @@
2213
2216
  "character": 3
2214
2217
  },
2215
2218
  "raw": "/**\n * get the head hash (snap) of main. return undefined if the component exists only on a lane and was never merged to main\n */",
2216
- "comment": "get the head hash (snap) of main. return undefined if the component exists only on a lane and was never merged to main"
2219
+ "comment": "get the head hash (snap) of main. return undefined if the component exists only on a lane and was never merged to main",
2220
+ "tags": []
2217
2221
  },
2218
2222
  "signature": "(method) LanesMain.getHeadOnMain(componentId: ComponentID): Promise<string | undefined>",
2219
2223
  "name": "getHeadOnMain",
@@ -2302,7 +2306,8 @@
2302
2306
  "character": 3
2303
2307
  },
2304
2308
  "raw": "/**\n * fetch the lane object and its components from the remote.\n * save the objects and the lane to the local scope.\n * this method doesn't change anything in the workspace.\n */",
2305
- "comment": "fetch the lane object and its components from the remote.\nsave the objects and the lane to the local scope.\nthis method doesn't change anything in the workspace."
2309
+ "comment": "fetch the lane object and its components from the remote.\nsave the objects and the lane to the local scope.\nthis method doesn't change anything in the workspace.",
2310
+ "tags": []
2306
2311
  },
2307
2312
  "signature": "(method) LanesMain.fetchLaneWithItsComponents(laneId: LaneId, includeUpdateDependents?: boolean): Promise<Lane>",
2308
2313
  "name": "fetchLaneWithItsComponents",
@@ -2525,7 +2530,8 @@
2525
2530
  "character": 3
2526
2531
  },
2527
2532
  "raw": "/**\n * when deleting a lane object, it is sent into the \"trash\" directory in the scope.\n * this method restores it and put it back in the \"objects\" directory.\n * as an argument, it needs a hash. the reason for not supporting lane-id is because the trash may have multiple\n * lanes with the same lane-id but different hashes.\n */",
2528
- "comment": "when deleting a lane object, it is sent into the \"trash\" directory in the scope.\nthis method restores it and put it back in the \"objects\" directory.\nas an argument, it needs a hash. the reason for not supporting lane-id is because the trash may have multiple\nlanes with the same lane-id but different hashes."
2533
+ "comment": "when deleting a lane object, it is sent into the \"trash\" directory in the scope.\nthis method restores it and put it back in the \"objects\" directory.\nas an argument, it needs a hash. the reason for not supporting lane-id is because the trash may have multiple\nlanes with the same lane-id but different hashes.",
2534
+ "tags": []
2529
2535
  },
2530
2536
  "signature": "(method) LanesMain.restoreLane(laneHash: string): Promise<void>",
2531
2537
  "name": "restoreLane",
@@ -2579,7 +2585,8 @@
2579
2585
  "character": 3
2580
2586
  },
2581
2587
  "raw": "/**\n * switch to a different local or remote lane.\n * switching to a remote lane also imports and writes the components of that remote lane.\n * by default, only the components existing on the workspace will be imported from that lane, unless the \"getAll\"\n * flag is true.\n */",
2582
- "comment": "switch to a different local or remote lane.\nswitching to a remote lane also imports and writes the components of that remote lane.\nby default, only the components existing on the workspace will be imported from that lane, unless the \"getAll\"\nflag is true."
2588
+ "comment": "switch to a different local or remote lane.\nswitching to a remote lane also imports and writes the components of that remote lane.\nby default, only the components existing on the workspace will be imported from that lane, unless the \"getAll\"\nflag is true.",
2589
+ "tags": []
2583
2590
  },
2584
2591
  "signature": "(method) LanesMain.switchLanes(laneName: string, { alias, merge, pattern, workspaceOnly, skipDependencyInstallation, head }: SwitchLaneOptions): Promise<ApplyVersionResults>",
2585
2592
  "name": "switchLanes",
@@ -2723,7 +2730,8 @@
2723
2730
  "character": 3
2724
2731
  },
2725
2732
  "raw": "/**\n * the values array may include zero to two values and will be processed as following:\n * [] => diff between the current lane and default lane. (only inside workspace).\n * [to] => diff between the current lane (or default-lane when in scope) and \"to\" lane.\n * [from, to] => diff between \"from\" lane and \"to\" lane.\n */",
2726
- "comment": "the values array may include zero to two values and will be processed as following:\n[] => diff between the current lane and default lane. (only inside workspace).\n[to] => diff between the current lane (or default-lane when in scope) and \"to\" lane.\n[from, to] => diff between \"from\" lane and \"to\" lane."
2733
+ "comment": "the values array may include zero to two values and will be processed as following:\n[] => diff between the current lane and default lane. (only inside workspace).\n[to] => diff between the current lane (or default-lane when in scope) and \"to\" lane.\n[from, to] => diff between \"from\" lane and \"to\" lane.",
2734
+ "tags": []
2727
2735
  },
2728
2736
  "signature": "(method) LanesMain.getDiff(values: string[], diffOptions?: DiffOptions, pattern?: string): Promise<LaneDiffResults>",
2729
2737
  "name": "getDiff",
@@ -3501,7 +3509,8 @@
3501
3509
  "character": 3
3502
3510
  },
3503
3511
  "raw": "/**\n * if the local lane was forked from another lane, this gets the differences between the two.\n * it also fetches the original lane from the remote to make sure the data is up to date.\n */",
3504
- "comment": "if the local lane was forked from another lane, this gets the differences between the two.\nit also fetches the original lane from the remote to make sure the data is up to date."
3512
+ "comment": "if the local lane was forked from another lane, this gets the differences between the two.\nit also fetches the original lane from the remote to make sure the data is up to date.",
3513
+ "tags": []
3505
3514
  },
3506
3515
  "signature": "(method) LanesMain.listUpdatesFromForked(componentsList: ComponentsList): Promise<DivergeDataPerId[]>",
3507
3516
  "name": "listUpdatesFromForked",
@@ -3575,7 +3584,8 @@
3575
3584
  "character": 3
3576
3585
  },
3577
3586
  "raw": "/**\n * default to remove all of them.\n * returns true if the lane has changed\n */",
3578
- "comment": "default to remove all of them.\nreturns true if the lane has changed"
3587
+ "comment": "default to remove all of them.\nreturns true if the lane has changed",
3588
+ "tags": []
3579
3589
  },
3580
3590
  "signature": "(method) LanesMain.removeUpdateDependents(laneId: LaneId, ids?: ComponentID[]): Promise<Boolean>",
3581
3591
  "name": "removeUpdateDependents",
@@ -4105,7 +4115,7 @@
4105
4115
  "__schema": "ClassSchema",
4106
4116
  "location": {
4107
4117
  "filePath": "lanes.ui.runtime.tsx",
4108
- "line": 86,
4118
+ "line": 87,
4109
4119
  "character": 1
4110
4120
  },
4111
4121
  "signature": "class LanesUI",
@@ -4115,7 +4125,7 @@
4115
4125
  "__schema": "VariableLikeSchema",
4116
4126
  "location": {
4117
4127
  "filePath": "lanes.ui.runtime.tsx",
4118
- "line": 87,
4128
+ "line": 88,
4119
4129
  "character": 3
4120
4130
  },
4121
4131
  "signature": "(property) LanesUI.dependencies: Aspect[]",
@@ -4124,19 +4134,19 @@
4124
4134
  "__schema": "InferenceTypeSchema",
4125
4135
  "location": {
4126
4136
  "filePath": "lanes.ui.runtime.tsx",
4127
- "line": 87,
4137
+ "line": 88,
4128
4138
  "character": 3
4129
4139
  },
4130
4140
  "type": "Aspect[]"
4131
4141
  },
4132
4142
  "isOptional": true,
4133
- "defaultValue": "[UIAspect, ComponentAspect, WorkspaceAspect, ScopeAspect, ComponentCompareAspect]"
4143
+ "defaultValue": "[\n UIAspect,\n ComponentAspect,\n WorkspaceAspect,\n ScopeAspect,\n ComponentCompareAspect,\n CommandBarAspect,\n ]"
4134
4144
  },
4135
4145
  {
4136
4146
  "__schema": "VariableLikeSchema",
4137
4147
  "location": {
4138
4148
  "filePath": "lanes.ui.runtime.tsx",
4139
- "line": 89,
4149
+ "line": 97,
4140
4150
  "character": 3
4141
4151
  },
4142
4152
  "signature": "(property) LanesUI.runtime: RuntimeDefinition",
@@ -4145,7 +4155,7 @@
4145
4155
  "__schema": "InferenceTypeSchema",
4146
4156
  "location": {
4147
4157
  "filePath": "lanes.ui.runtime.tsx",
4148
- "line": 89,
4158
+ "line": 97,
4149
4159
  "character": 3
4150
4160
  },
4151
4161
  "type": "RuntimeDefinition"
@@ -4157,7 +4167,7 @@
4157
4167
  "__schema": "VariableLikeSchema",
4158
4168
  "location": {
4159
4169
  "filePath": "lanes.ui.runtime.tsx",
4160
- "line": 90,
4170
+ "line": 98,
4161
4171
  "character": 3
4162
4172
  },
4163
4173
  "signature": "(property) LanesUI.slots: (((registerFn: () => string) => SlotRegistry<RouteProps>) | ((registerFn: () => string) => SlotRegistry<MenuWidgetSlot>) | ((registerFn: () => string) => SlotRegistry<...>) | ((registerFn: () => string) => SlotRegistry<...>))[]",
@@ -4166,7 +4176,7 @@
4166
4176
  "__schema": "InferenceTypeSchema",
4167
4177
  "location": {
4168
4178
  "filePath": "lanes.ui.runtime.tsx",
4169
- "line": 90,
4179
+ "line": 98,
4170
4180
  "character": 3
4171
4181
  },
4172
4182
  "type": "(((registerFn: () => string) => SlotRegistry<RouteProps>) | ((registerFn: () => string) => SlotRegistry<MenuWidgetSlot>) | ((registerFn: () => string) => SlotRegistry<...>) | ((registerFn: () => string) => SlotRegistry<...>))[]"
@@ -4178,7 +4188,7 @@
4178
4188
  "__schema": "ConstructorSchema",
4179
4189
  "location": {
4180
4190
  "filePath": "lanes.ui.runtime.tsx",
4181
- "line": 98,
4191
+ "line": 106,
4182
4192
  "character": 3
4183
4193
  },
4184
4194
  "signature": "constructor LanesUI(componentUI: ComponentUI, componentCompareUI: ComponentCompareUI, routeSlot: RouteSlot, navSlot: LanesOrderedNavigationSlot, menuWidgetSlot: MenuWidgetSlot, overviewSlot: LaneOverviewLineSlot, laneProviderIgnoreSlot: LaneProviderIgnoreSlot, workspace?: WorkspaceUI, scope?: ScopeUI): LanesUI",
@@ -4188,7 +4198,7 @@
4188
4198
  "__schema": "ParameterSchema",
4189
4199
  "location": {
4190
4200
  "filePath": "lanes.ui.runtime.tsx",
4191
- "line": 99,
4201
+ "line": 107,
4192
4202
  "character": 5
4193
4203
  },
4194
4204
  "name": "componentUI",
@@ -4196,7 +4206,7 @@
4196
4206
  "__schema": "TypeRefSchema",
4197
4207
  "location": {
4198
4208
  "filePath": "lanes.ui.runtime.tsx",
4199
- "line": 99,
4209
+ "line": 107,
4200
4210
  "character": 26
4201
4211
  },
4202
4212
  "name": "ComponentUI",
@@ -4212,7 +4222,7 @@
4212
4222
  "__schema": "ParameterSchema",
4213
4223
  "location": {
4214
4224
  "filePath": "lanes.ui.runtime.tsx",
4215
- "line": 100,
4225
+ "line": 108,
4216
4226
  "character": 5
4217
4227
  },
4218
4228
  "name": "componentCompareUI",
@@ -4220,7 +4230,7 @@
4220
4230
  "__schema": "TypeRefSchema",
4221
4231
  "location": {
4222
4232
  "filePath": "lanes.ui.runtime.tsx",
4223
- "line": 100,
4233
+ "line": 108,
4224
4234
  "character": 33
4225
4235
  },
4226
4236
  "name": "ComponentCompareUI",
@@ -4236,7 +4246,7 @@
4236
4246
  "__schema": "ParameterSchema",
4237
4247
  "location": {
4238
4248
  "filePath": "lanes.ui.runtime.tsx",
4239
- "line": 101,
4249
+ "line": 109,
4240
4250
  "character": 5
4241
4251
  },
4242
4252
  "name": "routeSlot",
@@ -4244,7 +4254,7 @@
4244
4254
  "__schema": "TypeRefSchema",
4245
4255
  "location": {
4246
4256
  "filePath": "lanes.ui.runtime.tsx",
4247
- "line": 101,
4257
+ "line": 109,
4248
4258
  "character": 24
4249
4259
  },
4250
4260
  "name": "RouteSlot",
@@ -4261,7 +4271,7 @@
4261
4271
  "__schema": "ParameterSchema",
4262
4272
  "location": {
4263
4273
  "filePath": "lanes.ui.runtime.tsx",
4264
- "line": 102,
4274
+ "line": 110,
4265
4275
  "character": 5
4266
4276
  },
4267
4277
  "name": "navSlot",
@@ -4269,7 +4279,7 @@
4269
4279
  "__schema": "TypeRefSchema",
4270
4280
  "location": {
4271
4281
  "filePath": "lanes.ui.runtime.tsx",
4272
- "line": 102,
4282
+ "line": 110,
4273
4283
  "character": 22
4274
4284
  },
4275
4285
  "name": "LanesOrderedNavigationSlot",
@@ -4286,7 +4296,7 @@
4286
4296
  "__schema": "ParameterSchema",
4287
4297
  "location": {
4288
4298
  "filePath": "lanes.ui.runtime.tsx",
4289
- "line": 103,
4299
+ "line": 111,
4290
4300
  "character": 5
4291
4301
  },
4292
4302
  "name": "menuWidgetSlot",
@@ -4294,7 +4304,7 @@
4294
4304
  "__schema": "TypeRefSchema",
4295
4305
  "location": {
4296
4306
  "filePath": "lanes.ui.runtime.tsx",
4297
- "line": 103,
4307
+ "line": 111,
4298
4308
  "character": 29
4299
4309
  },
4300
4310
  "name": "MenuWidgetSlot",
@@ -4311,7 +4321,7 @@
4311
4321
  "__schema": "ParameterSchema",
4312
4322
  "location": {
4313
4323
  "filePath": "lanes.ui.runtime.tsx",
4314
- "line": 107,
4324
+ "line": 115,
4315
4325
  "character": 5
4316
4326
  },
4317
4327
  "name": "overviewSlot",
@@ -4319,7 +4329,7 @@
4319
4329
  "__schema": "TypeRefSchema",
4320
4330
  "location": {
4321
4331
  "filePath": "lanes.ui.runtime.tsx",
4322
- "line": 107,
4332
+ "line": 115,
4323
4333
  "character": 27
4324
4334
  },
4325
4335
  "name": "LaneOverviewLineSlot",
@@ -4336,7 +4346,7 @@
4336
4346
  "__schema": "ParameterSchema",
4337
4347
  "location": {
4338
4348
  "filePath": "lanes.ui.runtime.tsx",
4339
- "line": 108,
4349
+ "line": 116,
4340
4350
  "character": 5
4341
4351
  },
4342
4352
  "name": "laneProviderIgnoreSlot",
@@ -4344,7 +4354,7 @@
4344
4354
  "__schema": "TypeRefSchema",
4345
4355
  "location": {
4346
4356
  "filePath": "lanes.ui.runtime.tsx",
4347
- "line": 108,
4357
+ "line": 116,
4348
4358
  "character": 37
4349
4359
  },
4350
4360
  "name": "LaneProviderIgnoreSlot"
@@ -4356,7 +4366,7 @@
4356
4366
  "__schema": "ParameterSchema",
4357
4367
  "location": {
4358
4368
  "filePath": "lanes.ui.runtime.tsx",
4359
- "line": 109,
4369
+ "line": 117,
4360
4370
  "character": 5
4361
4371
  },
4362
4372
  "name": "workspace",
@@ -4364,7 +4374,7 @@
4364
4374
  "__schema": "TypeRefSchema",
4365
4375
  "location": {
4366
4376
  "filePath": "lanes.ui.runtime.tsx",
4367
- "line": 109,
4377
+ "line": 117,
4368
4378
  "character": 25
4369
4379
  },
4370
4380
  "name": "WorkspaceUI",
@@ -4380,7 +4390,7 @@
4380
4390
  "__schema": "ParameterSchema",
4381
4391
  "location": {
4382
4392
  "filePath": "lanes.ui.runtime.tsx",
4383
- "line": 110,
4393
+ "line": 118,
4384
4394
  "character": 5
4385
4395
  },
4386
4396
  "name": "scope",
@@ -4388,7 +4398,7 @@
4388
4398
  "__schema": "TypeRefSchema",
4389
4399
  "location": {
4390
4400
  "filePath": "lanes.ui.runtime.tsx",
4391
- "line": 110,
4401
+ "line": 118,
4392
4402
  "character": 21
4393
4403
  },
4394
4404
  "name": "ScopeUI",
@@ -4405,7 +4415,7 @@
4405
4415
  "__schema": "ThisTypeSchema",
4406
4416
  "location": {
4407
4417
  "filePath": "lanes.ui.runtime.tsx",
4408
- "line": 86,
4418
+ "line": 87,
4409
4419
  "character": 1
4410
4420
  },
4411
4421
  "name": "LanesUI"
@@ -4416,7 +4426,7 @@
4416
4426
  "__schema": "FunctionLikeSchema",
4417
4427
  "location": {
4418
4428
  "filePath": "lanes.ui.runtime.tsx",
4419
- "line": 127,
4429
+ "line": 135,
4420
4430
  "character": 3
4421
4431
  },
4422
4432
  "signature": "(method) LanesUI.getLaneRoutes(): {\n path: string;\n children: React.JSX.Element;\n}[]",
@@ -4426,7 +4436,7 @@
4426
4436
  "__schema": "InferenceTypeSchema",
4427
4437
  "location": {
4428
4438
  "filePath": "lanes.ui.runtime.tsx",
4429
- "line": 127,
4439
+ "line": 135,
4430
4440
  "character": 3
4431
4441
  },
4432
4442
  "type": "{\n path: string;\n children: React.JSX.Element;\n}[]"
@@ -4437,7 +4447,7 @@
4437
4447
  "__schema": "FunctionLikeSchema",
4438
4448
  "location": {
4439
4449
  "filePath": "lanes.ui.runtime.tsx",
4440
- "line": 146,
4450
+ "line": 154,
4441
4451
  "character": 3
4442
4452
  },
4443
4453
  "signature": "(method) LanesUI.overrideComputeLaneUrl(fn: () => {\n prefix: string;\n path: string;\n getLaneIdFromPathname: (pathname: string) => LaneId | undefined;\n getLaneUrl: (laneId: LaneId, relative?: boolean) => string;\n getLaneComponentUrl: (componentId: ComponentID, laneId: LaneId) => string;\n}): void",
@@ -4447,7 +4457,7 @@
4447
4457
  "__schema": "ParameterSchema",
4448
4458
  "location": {
4449
4459
  "filePath": "lanes.ui.runtime.tsx",
4450
- "line": 147,
4460
+ "line": 155,
4451
4461
  "character": 5
4452
4462
  },
4453
4463
  "name": "fn",
@@ -4455,7 +4465,7 @@
4455
4465
  "__schema": "FunctionLikeSchema",
4456
4466
  "location": {
4457
4467
  "filePath": "lanes.ui.runtime.tsx",
4458
- "line": 147,
4468
+ "line": 155,
4459
4469
  "character": 9
4460
4470
  },
4461
4471
  "signature": "(): { \u001b[1mprefix\u001b[22m: string; \u001b[1mpath\u001b[22m: string; \u001b[1mgetLaneIdFromPathname\u001b[22m: (pathname: string): \u001b[2m(component: teambit.lanes/lane-id)\u001b[22m LaneId | undefined; \u001b[1mgetLaneUrl\u001b[22m: (laneId: \u001b[2m(component: teambit.lanes/lane-id)\u001b[22m LaneId, relative?: boolean): string; \u001b[1mgetLaneComponentUrl\u001b[22m: (componentId: \u001b[2m(component: teambit.component/component)\u001b[22m ComponentID, laneId: \u001b[2m(component: teambit.lanes/lane-id)\u001b[22m LaneId): string }",
@@ -4465,7 +4475,7 @@
4465
4475
  "__schema": "TypeLiteralSchema",
4466
4476
  "location": {
4467
4477
  "filePath": "lanes.ui.runtime.tsx",
4468
- "line": 147,
4478
+ "line": 155,
4469
4479
  "character": 15
4470
4480
  },
4471
4481
  "members": [
@@ -4473,7 +4483,7 @@
4473
4483
  "__schema": "VariableLikeSchema",
4474
4484
  "location": {
4475
4485
  "filePath": "lanes.ui.runtime.tsx",
4476
- "line": 148,
4486
+ "line": 156,
4477
4487
  "character": 7
4478
4488
  },
4479
4489
  "signature": "(property) prefix: string",
@@ -4482,7 +4492,7 @@
4482
4492
  "__schema": "KeywordTypeSchema",
4483
4493
  "location": {
4484
4494
  "filePath": "lanes.ui.runtime.tsx",
4485
- "line": 148,
4495
+ "line": 156,
4486
4496
  "character": 15
4487
4497
  },
4488
4498
  "name": "string"
@@ -4493,7 +4503,7 @@
4493
4503
  "__schema": "VariableLikeSchema",
4494
4504
  "location": {
4495
4505
  "filePath": "lanes.ui.runtime.tsx",
4496
- "line": 149,
4506
+ "line": 157,
4497
4507
  "character": 7
4498
4508
  },
4499
4509
  "signature": "(property) path: string",
@@ -4502,7 +4512,7 @@
4502
4512
  "__schema": "KeywordTypeSchema",
4503
4513
  "location": {
4504
4514
  "filePath": "lanes.ui.runtime.tsx",
4505
- "line": 149,
4515
+ "line": 157,
4506
4516
  "character": 13
4507
4517
  },
4508
4518
  "name": "string"
@@ -4513,7 +4523,7 @@
4513
4523
  "__schema": "VariableLikeSchema",
4514
4524
  "location": {
4515
4525
  "filePath": "lanes.ui.runtime.tsx",
4516
- "line": 150,
4526
+ "line": 158,
4517
4527
  "character": 7
4518
4528
  },
4519
4529
  "signature": "(property) getLaneIdFromPathname: (pathname: string) => LaneId | undefined",
@@ -4522,7 +4532,7 @@
4522
4532
  "__schema": "FunctionLikeSchema",
4523
4533
  "location": {
4524
4534
  "filePath": "lanes.ui.runtime.tsx",
4525
- "line": 150,
4535
+ "line": 158,
4526
4536
  "character": 30
4527
4537
  },
4528
4538
  "signature": "(pathname: string): \u001b[2m(component: teambit.lanes/lane-id)\u001b[22m LaneId | undefined",
@@ -4532,7 +4542,7 @@
4532
4542
  "__schema": "ParameterSchema",
4533
4543
  "location": {
4534
4544
  "filePath": "lanes.ui.runtime.tsx",
4535
- "line": 150,
4545
+ "line": 158,
4536
4546
  "character": 31
4537
4547
  },
4538
4548
  "name": "pathname",
@@ -4540,7 +4550,7 @@
4540
4550
  "__schema": "KeywordTypeSchema",
4541
4551
  "location": {
4542
4552
  "filePath": "lanes.ui.runtime.tsx",
4543
- "line": 150,
4553
+ "line": 158,
4544
4554
  "character": 41
4545
4555
  },
4546
4556
  "name": "string"
@@ -4553,7 +4563,7 @@
4553
4563
  "__schema": "TypeUnionSchema",
4554
4564
  "location": {
4555
4565
  "filePath": "lanes.ui.runtime.tsx",
4556
- "line": 150,
4566
+ "line": 158,
4557
4567
  "character": 52
4558
4568
  },
4559
4569
  "types": [
@@ -4561,7 +4571,7 @@
4561
4571
  "__schema": "TypeRefSchema",
4562
4572
  "location": {
4563
4573
  "filePath": "lanes.ui.runtime.tsx",
4564
- "line": 150,
4574
+ "line": 158,
4565
4575
  "character": 52
4566
4576
  },
4567
4577
  "name": "LaneId",
@@ -4575,7 +4585,7 @@
4575
4585
  "__schema": "KeywordTypeSchema",
4576
4586
  "location": {
4577
4587
  "filePath": "lanes.ui.runtime.tsx",
4578
- "line": 150,
4588
+ "line": 158,
4579
4589
  "character": 61
4580
4590
  },
4581
4591
  "name": "undefined"
@@ -4590,7 +4600,7 @@
4590
4600
  "__schema": "VariableLikeSchema",
4591
4601
  "location": {
4592
4602
  "filePath": "lanes.ui.runtime.tsx",
4593
- "line": 151,
4603
+ "line": 159,
4594
4604
  "character": 7
4595
4605
  },
4596
4606
  "signature": "(property) getLaneUrl: (laneId: LaneId, relative?: boolean) => string",
@@ -4599,7 +4609,7 @@
4599
4609
  "__schema": "FunctionLikeSchema",
4600
4610
  "location": {
4601
4611
  "filePath": "lanes.ui.runtime.tsx",
4602
- "line": 151,
4612
+ "line": 159,
4603
4613
  "character": 19
4604
4614
  },
4605
4615
  "signature": "(laneId: \u001b[2m(component: teambit.lanes/lane-id)\u001b[22m LaneId, relative?: boolean): string",
@@ -4609,7 +4619,7 @@
4609
4619
  "__schema": "ParameterSchema",
4610
4620
  "location": {
4611
4621
  "filePath": "lanes.ui.runtime.tsx",
4612
- "line": 151,
4622
+ "line": 159,
4613
4623
  "character": 20
4614
4624
  },
4615
4625
  "name": "laneId",
@@ -4617,7 +4627,7 @@
4617
4627
  "__schema": "TypeRefSchema",
4618
4628
  "location": {
4619
4629
  "filePath": "lanes.ui.runtime.tsx",
4620
- "line": 151,
4630
+ "line": 159,
4621
4631
  "character": 28
4622
4632
  },
4623
4633
  "name": "LaneId",
@@ -4634,7 +4644,7 @@
4634
4644
  "__schema": "ParameterSchema",
4635
4645
  "location": {
4636
4646
  "filePath": "lanes.ui.runtime.tsx",
4637
- "line": 151,
4647
+ "line": 159,
4638
4648
  "character": 36
4639
4649
  },
4640
4650
  "name": "relative",
@@ -4642,7 +4652,7 @@
4642
4652
  "__schema": "KeywordTypeSchema",
4643
4653
  "location": {
4644
4654
  "filePath": "lanes.ui.runtime.tsx",
4645
- "line": 151,
4655
+ "line": 159,
4646
4656
  "character": 47
4647
4657
  },
4648
4658
  "name": "boolean"
@@ -4655,7 +4665,7 @@
4655
4665
  "__schema": "KeywordTypeSchema",
4656
4666
  "location": {
4657
4667
  "filePath": "lanes.ui.runtime.tsx",
4658
- "line": 151,
4668
+ "line": 159,
4659
4669
  "character": 59
4660
4670
  },
4661
4671
  "name": "string"
@@ -4668,7 +4678,7 @@
4668
4678
  "__schema": "VariableLikeSchema",
4669
4679
  "location": {
4670
4680
  "filePath": "lanes.ui.runtime.tsx",
4671
- "line": 152,
4681
+ "line": 160,
4672
4682
  "character": 7
4673
4683
  },
4674
4684
  "signature": "(property) getLaneComponentUrl: (componentId: ComponentID, laneId: LaneId) => string",
@@ -4677,7 +4687,7 @@
4677
4687
  "__schema": "FunctionLikeSchema",
4678
4688
  "location": {
4679
4689
  "filePath": "lanes.ui.runtime.tsx",
4680
- "line": 152,
4690
+ "line": 160,
4681
4691
  "character": 28
4682
4692
  },
4683
4693
  "signature": "(componentId: \u001b[2m(component: teambit.component/component)\u001b[22m ComponentID, laneId: \u001b[2m(component: teambit.lanes/lane-id)\u001b[22m LaneId): string",
@@ -4687,7 +4697,7 @@
4687
4697
  "__schema": "ParameterSchema",
4688
4698
  "location": {
4689
4699
  "filePath": "lanes.ui.runtime.tsx",
4690
- "line": 152,
4700
+ "line": 160,
4691
4701
  "character": 29
4692
4702
  },
4693
4703
  "name": "componentId",
@@ -4695,7 +4705,7 @@
4695
4705
  "__schema": "TypeRefSchema",
4696
4706
  "location": {
4697
4707
  "filePath": "lanes.ui.runtime.tsx",
4698
- "line": 152,
4708
+ "line": 160,
4699
4709
  "character": 42
4700
4710
  },
4701
4711
  "name": "ComponentID",
@@ -4711,7 +4721,7 @@
4711
4721
  "__schema": "ParameterSchema",
4712
4722
  "location": {
4713
4723
  "filePath": "lanes.ui.runtime.tsx",
4714
- "line": 152,
4724
+ "line": 160,
4715
4725
  "character": 55
4716
4726
  },
4717
4727
  "name": "laneId",
@@ -4719,7 +4729,7 @@
4719
4729
  "__schema": "TypeRefSchema",
4720
4730
  "location": {
4721
4731
  "filePath": "lanes.ui.runtime.tsx",
4722
- "line": 152,
4732
+ "line": 160,
4723
4733
  "character": 63
4724
4734
  },
4725
4735
  "name": "LaneId",
@@ -4737,7 +4747,7 @@
4737
4747
  "__schema": "KeywordTypeSchema",
4738
4748
  "location": {
4739
4749
  "filePath": "lanes.ui.runtime.tsx",
4740
- "line": 152,
4750
+ "line": 160,
4741
4751
  "character": 74
4742
4752
  },
4743
4753
  "name": "string"
@@ -4758,7 +4768,7 @@
4758
4768
  "__schema": "InferenceTypeSchema",
4759
4769
  "location": {
4760
4770
  "filePath": "lanes.ui.runtime.tsx",
4761
- "line": 146,
4771
+ "line": 154,
4762
4772
  "character": 3
4763
4773
  },
4764
4774
  "type": "void"
@@ -4769,7 +4779,7 @@
4769
4779
  "__schema": "ReactSchema",
4770
4780
  "location": {
4771
4781
  "filePath": "lanes.ui.runtime.tsx",
4772
- "line": 167,
4782
+ "line": 175,
4773
4783
  "character": 3
4774
4784
  },
4775
4785
  "signature": "(method) LanesUI.getLaneComponent(): React.JSX.Element",
@@ -4778,7 +4788,7 @@
4778
4788
  "__schema": "TypeRefSchema",
4779
4789
  "location": {
4780
4790
  "filePath": "lanes.ui.runtime.tsx",
4781
- "line": 167,
4791
+ "line": 175,
4782
4792
  "character": 3
4783
4793
  },
4784
4794
  "name": "React.JSX.Element",
@@ -4790,7 +4800,7 @@
4790
4800
  "__schema": "ReactSchema",
4791
4801
  "location": {
4792
4802
  "filePath": "lanes.ui.runtime.tsx",
4793
- "line": 174,
4803
+ "line": 182,
4794
4804
  "character": 3
4795
4805
  },
4796
4806
  "signature": "(method) LanesUI.getLaneComponentMenu(): React.JSX.Element",
@@ -4799,7 +4809,7 @@
4799
4809
  "__schema": "TypeRefSchema",
4800
4810
  "location": {
4801
4811
  "filePath": "lanes.ui.runtime.tsx",
4802
- "line": 174,
4812
+ "line": 182,
4803
4813
  "character": 3
4804
4814
  },
4805
4815
  "name": "React.JSX.Element",
@@ -4811,7 +4821,7 @@
4811
4821
  "__schema": "ReactSchema",
4812
4822
  "location": {
4813
4823
  "filePath": "lanes.ui.runtime.tsx",
4814
- "line": 181,
4824
+ "line": 189,
4815
4825
  "character": 3
4816
4826
  },
4817
4827
  "signature": "(method) LanesUI.getLaneOverview(): React.JSX.Element",
@@ -4820,7 +4830,7 @@
4820
4830
  "__schema": "TypeRefSchema",
4821
4831
  "location": {
4822
4832
  "filePath": "lanes.ui.runtime.tsx",
4823
- "line": 181,
4833
+ "line": 189,
4824
4834
  "character": 3
4825
4835
  },
4826
4836
  "name": "React.JSX.Element",
@@ -4832,7 +4842,7 @@
4832
4842
  "__schema": "ReactSchema",
4833
4843
  "location": {
4834
4844
  "filePath": "lanes.ui.runtime.tsx",
4835
- "line": 192,
4845
+ "line": 200,
4836
4846
  "character": 3
4837
4847
  },
4838
4848
  "signature": "(method) LanesUI.getLanesComparePage(): React.JSX.Element",
@@ -4841,7 +4851,7 @@
4841
4851
  "__schema": "TypeRefSchema",
4842
4852
  "location": {
4843
4853
  "filePath": "lanes.ui.runtime.tsx",
4844
- "line": 192,
4854
+ "line": 200,
4845
4855
  "character": 3
4846
4856
  },
4847
4857
  "name": "React.JSX.Element",
@@ -4853,7 +4863,7 @@
4853
4863
  "__schema": "FunctionLikeSchema",
4854
4864
  "location": {
4855
4865
  "filePath": "lanes.ui.runtime.tsx",
4856
- "line": 196,
4866
+ "line": 204,
4857
4867
  "character": 3
4858
4868
  },
4859
4869
  "signature": "(method) LanesUI.getMenuRoutes(): {\n path: string;\n children: React.JSX.Element;\n}[]",
@@ -4863,7 +4873,7 @@
4863
4873
  "__schema": "InferenceTypeSchema",
4864
4874
  "location": {
4865
4875
  "filePath": "lanes.ui.runtime.tsx",
4866
- "line": 196,
4876
+ "line": 204,
4867
4877
  "character": 3
4868
4878
  },
4869
4879
  "type": "{\n path: string;\n children: React.JSX.Element;\n}[]"
@@ -4874,7 +4884,7 @@
4874
4884
  "__schema": "ReactSchema",
4875
4885
  "location": {
4876
4886
  "filePath": "lanes.ui.runtime.tsx",
4877
- "line": 210,
4887
+ "line": 218,
4878
4888
  "character": 3
4879
4889
  },
4880
4890
  "signature": "(method) LanesUI.getLanesOverviewMenu(): React.JSX.Element",
@@ -4883,7 +4893,7 @@
4883
4893
  "__schema": "TypeRefSchema",
4884
4894
  "location": {
4885
4895
  "filePath": "lanes.ui.runtime.tsx",
4886
- "line": 210,
4896
+ "line": 218,
4887
4897
  "character": 3
4888
4898
  },
4889
4899
  "name": "React.JSX.Element",
@@ -4895,7 +4905,7 @@
4895
4905
  "__schema": "FunctionLikeSchema",
4896
4906
  "location": {
4897
4907
  "filePath": "lanes.ui.runtime.tsx",
4898
- "line": 214,
4908
+ "line": 222,
4899
4909
  "character": 3
4900
4910
  },
4901
4911
  "signature": "(method) LanesUI.registerMenuWidget(...menuItems: MenuWidget[]): this",
@@ -4905,7 +4915,7 @@
4905
4915
  "__schema": "ParameterSchema",
4906
4916
  "location": {
4907
4917
  "filePath": "lanes.ui.runtime.tsx",
4908
- "line": 214,
4918
+ "line": 222,
4909
4919
  "character": 22
4910
4920
  },
4911
4921
  "name": "menuItems",
@@ -4913,14 +4923,14 @@
4913
4923
  "__schema": "TypeArraySchema",
4914
4924
  "location": {
4915
4925
  "filePath": "lanes.ui.runtime.tsx",
4916
- "line": 214,
4926
+ "line": 222,
4917
4927
  "character": 36
4918
4928
  },
4919
4929
  "type": {
4920
4930
  "__schema": "TypeRefSchema",
4921
4931
  "location": {
4922
4932
  "filePath": "lanes.ui.runtime.tsx",
4923
- "line": 214,
4933
+ "line": 222,
4924
4934
  "character": 36
4925
4935
  },
4926
4936
  "name": "MenuWidget",
@@ -4939,7 +4949,7 @@
4939
4949
  "__schema": "TypeRefSchema",
4940
4950
  "location": {
4941
4951
  "filePath": "lanes.ui.runtime.tsx",
4942
- "line": 214,
4952
+ "line": 222,
4943
4953
  "character": 3
4944
4954
  },
4945
4955
  "name": "LanesUI"
@@ -4950,7 +4960,7 @@
4950
4960
  "__schema": "FunctionLikeSchema",
4951
4961
  "location": {
4952
4962
  "filePath": "lanes.ui.runtime.tsx",
4953
- "line": 219,
4963
+ "line": 227,
4954
4964
  "character": 3
4955
4965
  },
4956
4966
  "signature": "(method) LanesUI.registerLaneProviderIgnoreSlot(ignoreFn: IgnoreDerivingFromUrl): this",
@@ -4960,7 +4970,7 @@
4960
4970
  "__schema": "ParameterSchema",
4961
4971
  "location": {
4962
4972
  "filePath": "lanes.ui.runtime.tsx",
4963
- "line": 219,
4973
+ "line": 227,
4964
4974
  "character": 34
4965
4975
  },
4966
4976
  "name": "ignoreFn",
@@ -4968,7 +4978,7 @@
4968
4978
  "__schema": "TypeRefSchema",
4969
4979
  "location": {
4970
4980
  "filePath": "lanes.ui.runtime.tsx",
4971
- "line": 219,
4981
+ "line": 227,
4972
4982
  "character": 44
4973
4983
  },
4974
4984
  "name": "IgnoreDerivingFromUrl",
@@ -4986,7 +4996,7 @@
4986
4996
  "__schema": "TypeRefSchema",
4987
4997
  "location": {
4988
4998
  "filePath": "lanes.ui.runtime.tsx",
4989
- "line": 219,
4999
+ "line": 227,
4990
5000
  "character": 3
4991
5001
  },
4992
5002
  "name": "LanesUI"
@@ -4997,7 +5007,7 @@
4997
5007
  "__schema": "ReactSchema",
4998
5008
  "location": {
4999
5009
  "filePath": "lanes.ui.runtime.tsx",
5000
- "line": 265,
5010
+ "line": 273,
5001
5011
  "character": 3
5002
5012
  },
5003
5013
  "signature": "(method) LanesUI.getLanesSwitcher(): React.JSX.Element",
@@ -5006,7 +5016,7 @@
5006
5016
  "__schema": "TypeRefSchema",
5007
5017
  "location": {
5008
5018
  "filePath": "lanes.ui.runtime.tsx",
5009
- "line": 265,
5019
+ "line": 273,
5010
5020
  "character": 3
5011
5021
  },
5012
5022
  "name": "React.JSX.Element",
@@ -5018,7 +5028,7 @@
5018
5028
  "__schema": "FunctionLikeSchema",
5019
5029
  "location": {
5020
5030
  "filePath": "lanes.ui.runtime.tsx",
5021
- "line": 290,
5031
+ "line": 298,
5022
5032
  "character": 3
5023
5033
  },
5024
5034
  "signature": "(method) LanesUI.getLanesProvider(): ({ children, viewedLaneId: viewedIdFromProps, targetLanes, ignoreDerivingFromUrl: ignoreDerivingFromUrlFromProps, skipNetworkCall, options: optionsFromProps, useScope, }: LanesProviderProps) => React.JSX.Element",
@@ -5028,7 +5038,7 @@
5028
5038
  "__schema": "InferenceTypeSchema",
5029
5039
  "location": {
5030
5040
  "filePath": "lanes.ui.runtime.tsx",
5031
- "line": 290,
5041
+ "line": 298,
5032
5042
  "character": 3
5033
5043
  },
5034
5044
  "type": "({ children, viewedLaneId: viewedIdFromProps, targetLanes, ignoreDerivingFromUrl: ignoreDerivingFromUrlFromProps, skipNetworkCall, options: optionsFromProps, useScope, }: LanesProviderProps) => React.JSX.Element"
@@ -5039,7 +5049,7 @@
5039
5049
  "__schema": "FunctionLikeSchema",
5040
5050
  "location": {
5041
5051
  "filePath": "lanes.ui.runtime.tsx",
5042
- "line": 294,
5052
+ "line": 302,
5043
5053
  "character": 3
5044
5054
  },
5045
5055
  "signature": "(method) LanesUI.getUseLanes(): UseLanes",
@@ -5049,7 +5059,7 @@
5049
5059
  "__schema": "InferenceTypeSchema",
5050
5060
  "location": {
5051
5061
  "filePath": "lanes.ui.runtime.tsx",
5052
- "line": 294,
5062
+ "line": 302,
5053
5063
  "character": 3
5054
5064
  },
5055
5065
  "type": "UseLanes"
@@ -5060,7 +5070,7 @@
5060
5070
  "__schema": "FunctionLikeSchema",
5061
5071
  "location": {
5062
5072
  "filePath": "lanes.ui.runtime.tsx",
5063
- "line": 315,
5073
+ "line": 323,
5064
5074
  "character": 3
5065
5075
  },
5066
5076
  "signature": "(method) LanesUI.registerRoute(route: RouteProps): this",
@@ -5070,7 +5080,7 @@
5070
5080
  "__schema": "ParameterSchema",
5071
5081
  "location": {
5072
5082
  "filePath": "lanes.ui.runtime.tsx",
5073
- "line": 315,
5083
+ "line": 323,
5074
5084
  "character": 17
5075
5085
  },
5076
5086
  "name": "route",
@@ -5078,7 +5088,7 @@
5078
5088
  "__schema": "TypeRefSchema",
5079
5089
  "location": {
5080
5090
  "filePath": "lanes.ui.runtime.tsx",
5081
- "line": 315,
5091
+ "line": 323,
5082
5092
  "character": 24
5083
5093
  },
5084
5094
  "name": "RouteProps",
@@ -5092,7 +5102,7 @@
5092
5102
  "__schema": "TypeRefSchema",
5093
5103
  "location": {
5094
5104
  "filePath": "lanes.ui.runtime.tsx",
5095
- "line": 315,
5105
+ "line": 323,
5096
5106
  "character": 3
5097
5107
  },
5098
5108
  "name": "LanesUI"
@@ -5103,18 +5113,19 @@
5103
5113
  "__schema": "FunctionLikeSchema",
5104
5114
  "location": {
5105
5115
  "filePath": "lanes.ui.runtime.tsx",
5106
- "line": 323,
5116
+ "line": 331,
5107
5117
  "character": 3
5108
5118
  },
5109
5119
  "doc": {
5110
5120
  "__schema": "DocSchema",
5111
5121
  "location": {
5112
5122
  "filePath": "lanes.ui.runtime.tsx",
5113
- "line": 320,
5123
+ "line": 328,
5114
5124
  "character": 3
5115
5125
  },
5116
5126
  "raw": "/**\n * register a new line beneath the lane overview section.\n */",
5117
- "comment": "register a new line beneath the lane overview section."
5127
+ "comment": "register a new line beneath the lane overview section.",
5128
+ "tags": []
5118
5129
  },
5119
5130
  "signature": "(method) LanesUI.registerOverviewLine(...lines: LaneOverviewLine[]): this",
5120
5131
  "name": "registerOverviewLine",
@@ -5123,7 +5134,7 @@
5123
5134
  "__schema": "ParameterSchema",
5124
5135
  "location": {
5125
5136
  "filePath": "lanes.ui.runtime.tsx",
5126
- "line": 323,
5137
+ "line": 331,
5127
5138
  "character": 24
5128
5139
  },
5129
5140
  "name": "lines",
@@ -5131,14 +5142,14 @@
5131
5142
  "__schema": "TypeArraySchema",
5132
5143
  "location": {
5133
5144
  "filePath": "lanes.ui.runtime.tsx",
5134
- "line": 323,
5145
+ "line": 331,
5135
5146
  "character": 34
5136
5147
  },
5137
5148
  "type": {
5138
5149
  "__schema": "TypeRefSchema",
5139
5150
  "location": {
5140
5151
  "filePath": "lanes.ui.runtime.tsx",
5141
- "line": 323,
5152
+ "line": 331,
5142
5153
  "character": 34
5143
5154
  },
5144
5155
  "name": "LaneOverviewLine",
@@ -5157,7 +5168,7 @@
5157
5168
  "__schema": "TypeRefSchema",
5158
5169
  "location": {
5159
5170
  "filePath": "lanes.ui.runtime.tsx",
5160
- "line": 323,
5171
+ "line": 331,
5161
5172
  "character": 3
5162
5173
  },
5163
5174
  "name": "LanesUI"
@@ -5168,7 +5179,7 @@
5168
5179
  "__schema": "FunctionLikeSchema",
5169
5180
  "location": {
5170
5181
  "filePath": "lanes.ui.runtime.tsx",
5171
- "line": 328,
5182
+ "line": 336,
5172
5183
  "character": 3
5173
5184
  },
5174
5185
  "signature": "(method) LanesUI.registerNavigation(routes: LanesNavPlugin[]): void",
@@ -5178,7 +5189,7 @@
5178
5189
  "__schema": "ParameterSchema",
5179
5190
  "location": {
5180
5191
  "filePath": "lanes.ui.runtime.tsx",
5181
- "line": 328,
5192
+ "line": 336,
5182
5193
  "character": 22
5183
5194
  },
5184
5195
  "name": "routes",
@@ -5186,14 +5197,14 @@
5186
5197
  "__schema": "TypeArraySchema",
5187
5198
  "location": {
5188
5199
  "filePath": "lanes.ui.runtime.tsx",
5189
- "line": 328,
5200
+ "line": 336,
5190
5201
  "character": 30
5191
5202
  },
5192
5203
  "type": {
5193
5204
  "__schema": "TypeRefSchema",
5194
5205
  "location": {
5195
5206
  "filePath": "lanes.ui.runtime.tsx",
5196
- "line": 328,
5207
+ "line": 336,
5197
5208
  "character": 30
5198
5209
  },
5199
5210
  "name": "LanesNavPlugin",
@@ -5212,7 +5223,7 @@
5212
5223
  "__schema": "InferenceTypeSchema",
5213
5224
  "location": {
5214
5225
  "filePath": "lanes.ui.runtime.tsx",
5215
- "line": 328,
5226
+ "line": 336,
5216
5227
  "character": 3
5217
5228
  },
5218
5229
  "type": "void"
@@ -5223,7 +5234,7 @@
5223
5234
  "__schema": "VariableLikeSchema",
5224
5235
  "location": {
5225
5236
  "filePath": "lanes.ui.runtime.tsx",
5226
- "line": 332,
5237
+ "line": 340,
5227
5238
  "character": 3
5228
5239
  },
5229
5240
  "signature": "(property) LanesUI.getLaneCompare: (props: LaneCompareProps) => React.JSX.Element | null",
@@ -5232,7 +5243,7 @@
5232
5243
  "__schema": "InferenceTypeSchema",
5233
5244
  "location": {
5234
5245
  "filePath": "lanes.ui.runtime.tsx",
5235
- "line": 332,
5246
+ "line": 340,
5236
5247
  "character": 3
5237
5248
  },
5238
5249
  "type": "(props: LaneCompareProps) => React.JSX.Element | null"
@@ -5244,33 +5255,33 @@
5244
5255
  "__schema": "FunctionLikeSchema",
5245
5256
  "location": {
5246
5257
  "filePath": "lanes.ui.runtime.tsx",
5247
- "line": 348,
5258
+ "line": 356,
5248
5259
  "character": 3
5249
5260
  },
5250
- "signature": "(method) LanesUI.provider([uiUi, componentUI, workspaceUi, scopeUi, componentCompareUI]: [\n UiUI,\n ComponentUI,\n WorkspaceUI,\n ScopeUI,\n ComponentCompareUI\n], _: any, [routeSlot, overviewSlot, navSlot, menuWidgetSlot, laneProviderIgnoreSlot]: [\n RouteSlot,\n LaneOverviewLineSlot,\n LanesOrderedNavigationSlot,\n MenuWidgetSlot,\n LaneProviderIgnoreSlot\n], harmony: Harmony): Promise<LanesUI>",
5261
+ "signature": "(method) LanesUI.provider([uiUi, componentUI, workspaceUi, scopeUi, componentCompareUI, commandBarUI]: [\n UiUI,\n ComponentUI,\n WorkspaceUI,\n ScopeUI,\n ComponentCompareUI,\n CommandBarUI\n], _: any, [routeSlot, overviewSlot, navSlot, menuWidgetSlot, laneProviderIgnoreSlot]: [\n RouteSlot,\n LaneOverviewLineSlot,\n LanesOrderedNavigationSlot,\n MenuWidgetSlot,\n LaneProviderIgnoreSlot\n], harmony: Harmony): Promise<LanesUI>",
5251
5262
  "name": "provider",
5252
5263
  "params": [
5253
5264
  {
5254
5265
  "__schema": "ParameterSchema",
5255
5266
  "location": {
5256
5267
  "filePath": "lanes.ui.runtime.tsx",
5257
- "line": 349,
5268
+ "line": 357,
5258
5269
  "character": 5
5259
5270
  },
5260
- "name": "[ uiUi, componentUI, workspaceUi, scopeUi, componentCompareUI ]",
5271
+ "name": "[ uiUi, componentUI, workspaceUi, scopeUi, componentCompareUI, commandBarUI ]",
5261
5272
  "type": {
5262
5273
  "__schema": "TupleTypeSchema",
5263
5274
  "location": {
5264
5275
  "filePath": "lanes.ui.runtime.tsx",
5265
- "line": 349,
5266
- "character": 68
5276
+ "line": 357,
5277
+ "character": 82
5267
5278
  },
5268
5279
  "elements": [
5269
5280
  {
5270
5281
  "__schema": "TypeRefSchema",
5271
5282
  "location": {
5272
5283
  "filePath": "lanes.ui.runtime.tsx",
5273
- "line": 350,
5284
+ "line": 358,
5274
5285
  "character": 7
5275
5286
  },
5276
5287
  "name": "UiUI",
@@ -5283,7 +5294,7 @@
5283
5294
  "__schema": "TypeRefSchema",
5284
5295
  "location": {
5285
5296
  "filePath": "lanes.ui.runtime.tsx",
5286
- "line": 351,
5297
+ "line": 359,
5287
5298
  "character": 7
5288
5299
  },
5289
5300
  "name": "ComponentUI",
@@ -5296,7 +5307,7 @@
5296
5307
  "__schema": "TypeRefSchema",
5297
5308
  "location": {
5298
5309
  "filePath": "lanes.ui.runtime.tsx",
5299
- "line": 352,
5310
+ "line": 360,
5300
5311
  "character": 7
5301
5312
  },
5302
5313
  "name": "WorkspaceUI",
@@ -5309,7 +5320,7 @@
5309
5320
  "__schema": "TypeRefSchema",
5310
5321
  "location": {
5311
5322
  "filePath": "lanes.ui.runtime.tsx",
5312
- "line": 353,
5323
+ "line": 361,
5313
5324
  "character": 7
5314
5325
  },
5315
5326
  "name": "ScopeUI",
@@ -5322,7 +5333,7 @@
5322
5333
  "__schema": "TypeRefSchema",
5323
5334
  "location": {
5324
5335
  "filePath": "lanes.ui.runtime.tsx",
5325
- "line": 354,
5336
+ "line": 362,
5326
5337
  "character": 7
5327
5338
  },
5328
5339
  "name": "ComponentCompareUI",
@@ -5330,6 +5341,19 @@
5330
5341
  "scope": "teambit.component",
5331
5342
  "name": "component-compare"
5332
5343
  }
5344
+ },
5345
+ {
5346
+ "__schema": "TypeRefSchema",
5347
+ "location": {
5348
+ "filePath": "lanes.ui.runtime.tsx",
5349
+ "line": 363,
5350
+ "character": 7
5351
+ },
5352
+ "name": "CommandBarUI",
5353
+ "componentId": {
5354
+ "scope": "teambit.explorer",
5355
+ "name": "command-bar"
5356
+ }
5333
5357
  }
5334
5358
  ]
5335
5359
  },
@@ -5340,7 +5364,7 @@
5340
5364
  "__schema": "ParameterSchema",
5341
5365
  "location": {
5342
5366
  "filePath": "lanes.ui.runtime.tsx",
5343
- "line": 356,
5367
+ "line": 365,
5344
5368
  "character": 5
5345
5369
  },
5346
5370
  "name": "_",
@@ -5348,7 +5372,7 @@
5348
5372
  "__schema": "InferenceTypeSchema",
5349
5373
  "location": {
5350
5374
  "filePath": "lanes.ui.runtime.tsx",
5351
- "line": 356,
5375
+ "line": 365,
5352
5376
  "character": 5
5353
5377
  },
5354
5378
  "type": "any"
@@ -5360,7 +5384,7 @@
5360
5384
  "__schema": "ParameterSchema",
5361
5385
  "location": {
5362
5386
  "filePath": "lanes.ui.runtime.tsx",
5363
- "line": 357,
5387
+ "line": 366,
5364
5388
  "character": 5
5365
5389
  },
5366
5390
  "name": "[ routeSlot, overviewSlot, navSlot, menuWidgetSlot, laneProviderIgnoreSlot ]",
@@ -5368,7 +5392,7 @@
5368
5392
  "__schema": "TupleTypeSchema",
5369
5393
  "location": {
5370
5394
  "filePath": "lanes.ui.runtime.tsx",
5371
- "line": 357,
5395
+ "line": 366,
5372
5396
  "character": 81
5373
5397
  },
5374
5398
  "elements": [
@@ -5376,7 +5400,7 @@
5376
5400
  "__schema": "TypeRefSchema",
5377
5401
  "location": {
5378
5402
  "filePath": "lanes.ui.runtime.tsx",
5379
- "line": 358,
5403
+ "line": 367,
5380
5404
  "character": 7
5381
5405
  },
5382
5406
  "name": "RouteSlot",
@@ -5390,7 +5414,7 @@
5390
5414
  "__schema": "TypeRefSchema",
5391
5415
  "location": {
5392
5416
  "filePath": "lanes.ui.runtime.tsx",
5393
- "line": 359,
5417
+ "line": 368,
5394
5418
  "character": 7
5395
5419
  },
5396
5420
  "name": "LaneOverviewLineSlot",
@@ -5404,7 +5428,7 @@
5404
5428
  "__schema": "TypeRefSchema",
5405
5429
  "location": {
5406
5430
  "filePath": "lanes.ui.runtime.tsx",
5407
- "line": 360,
5431
+ "line": 369,
5408
5432
  "character": 7
5409
5433
  },
5410
5434
  "name": "LanesOrderedNavigationSlot",
@@ -5418,7 +5442,7 @@
5418
5442
  "__schema": "TypeRefSchema",
5419
5443
  "location": {
5420
5444
  "filePath": "lanes.ui.runtime.tsx",
5421
- "line": 361,
5445
+ "line": 370,
5422
5446
  "character": 7
5423
5447
  },
5424
5448
  "name": "MenuWidgetSlot",
@@ -5432,7 +5456,7 @@
5432
5456
  "__schema": "TypeRefSchema",
5433
5457
  "location": {
5434
5458
  "filePath": "lanes.ui.runtime.tsx",
5435
- "line": 362,
5459
+ "line": 371,
5436
5460
  "character": 7
5437
5461
  },
5438
5462
  "name": "LaneProviderIgnoreSlot"
@@ -5446,7 +5470,7 @@
5446
5470
  "__schema": "ParameterSchema",
5447
5471
  "location": {
5448
5472
  "filePath": "lanes.ui.runtime.tsx",
5449
- "line": 364,
5473
+ "line": 373,
5450
5474
  "character": 5
5451
5475
  },
5452
5476
  "name": "harmony",
@@ -5454,7 +5478,7 @@
5454
5478
  "__schema": "TypeRefSchema",
5455
5479
  "location": {
5456
5480
  "filePath": "lanes.ui.runtime.tsx",
5457
- "line": 364,
5481
+ "line": 373,
5458
5482
  "character": 14
5459
5483
  },
5460
5484
  "name": "Harmony",
@@ -5472,7 +5496,7 @@
5472
5496
  "__schema": "InferenceTypeSchema",
5473
5497
  "location": {
5474
5498
  "filePath": "lanes.ui.runtime.tsx",
5475
- "line": 348,
5499
+ "line": 356,
5476
5500
  "character": 3
5477
5501
  },
5478
5502
  "type": "Promise<LanesUI>"
@@ -5499,7 +5523,7 @@
5499
5523
  "__schema": "TypeSchema",
5500
5524
  "location": {
5501
5525
  "filePath": "lanes.ui.runtime.tsx",
5502
- "line": 32,
5526
+ "line": 33,
5503
5527
  "character": 1
5504
5528
  },
5505
5529
  "signature": "type LaneCompareProps = {\n base?: LaneModel | undefined;\n compare?: LaneModel | undefined;\n host?: string | undefined;\n tabs?: MaybeLazyLoaded<TabItem[]> | undefined;\n ... 268 more ...;\n onTransitionEndCapture?: React.TransitionEventHandler<...> | undefined;\n}",
@@ -5508,7 +5532,7 @@
5508
5532
  "__schema": "TypeRefSchema",
5509
5533
  "location": {
5510
5534
  "filePath": "lanes.ui.runtime.tsx",
5511
- "line": 32,
5535
+ "line": 33,
5512
5536
  "character": 32
5513
5537
  },
5514
5538
  "name": "Partial",
@@ -5517,7 +5541,7 @@
5517
5541
  "__schema": "TypeRefSchema",
5518
5542
  "location": {
5519
5543
  "filePath": "lanes.ui.runtime.tsx",
5520
- "line": 32,
5544
+ "line": 33,
5521
5545
  "character": 40
5522
5546
  },
5523
5547
  "name": "DefaultLaneCompareProps"
@@ -5538,7 +5562,7 @@
5538
5562
  "__schema": "TypeSchema",
5539
5563
  "location": {
5540
5564
  "filePath": "lanes.ui.runtime.tsx",
5541
- "line": 33,
5565
+ "line": 34,
5542
5566
  "character": 1
5543
5567
  },
5544
5568
  "signature": "type LaneProviderIgnoreSlot = SlotRegistry<IgnoreDerivingFromUrl>",
@@ -5547,7 +5571,7 @@
5547
5571
  "__schema": "TypeRefSchema",
5548
5572
  "location": {
5549
5573
  "filePath": "lanes.ui.runtime.tsx",
5550
- "line": 33,
5574
+ "line": 34,
5551
5575
  "character": 38
5552
5576
  },
5553
5577
  "name": "SlotRegistry",
@@ -5561,7 +5585,7 @@
5561
5585
  "__schema": "TypeRefSchema",
5562
5586
  "location": {
5563
5587
  "filePath": "lanes.ui.runtime.tsx",
5564
- "line": 33,
5588
+ "line": 34,
5565
5589
  "character": 51
5566
5590
  },
5567
5591
  "name": "IgnoreDerivingFromUrl",
@@ -6192,6 +6216,7 @@
6192
6216
  "character": 3
6193
6217
  },
6194
6218
  "raw": "/**\n * @deprecated\n * use changes to get list of all the changes\n */",
6219
+ "comment": "",
6195
6220
  "tags": [
6196
6221
  {
6197
6222
  "__schema": "TagSchema",
@@ -6984,7 +7009,8 @@
6984
7009
  "character": 3
6985
7010
  },
6986
7011
  "raw": "/**\n * return the lane data without the deleted components.\n * the deleted components are filtered out in legacyScope.lanes.getLanesData()\n */",
6987
- "comment": "return the lane data without the deleted components.\nthe deleted components are filtered out in legacyScope.lanes.getLanesData()"
7012
+ "comment": "return the lane data without the deleted components.\nthe deleted components are filtered out in legacyScope.lanes.getLanesData()",
7013
+ "tags": []
6988
7014
  },
6989
7015
  "signature": "(method) LanesMain.getLanes({ name, remote, merged, showDefaultLane, notMerged, }: {\n name?: string;\n remote?: string;\n merged?: boolean;\n showDefaultLane?: boolean;\n notMerged?: boolean;\n}): Promise<LaneData[]>",
6990
7016
  "name": "getLanes",
@@ -7686,7 +7712,8 @@
7686
7712
  "character": 3
7687
7713
  },
7688
7714
  "raw": "/**\n * get the currently checked out lane object, if on main - return null.\n */",
7689
- "comment": "get the currently checked out lane object, if on main - return null."
7715
+ "comment": "get the currently checked out lane object, if on main - return null.",
7716
+ "tags": []
7690
7717
  },
7691
7718
  "signature": "(method) LanesMain.getCurrentLane(): Promise<Lane | undefined>",
7692
7719
  "name": "getCurrentLane",
@@ -8408,7 +8435,8 @@
8408
8435
  "character": 3
8409
8436
  },
8410
8437
  "raw": "/**\n * change a lane-name and if possible, export the lane to the remote\n */",
8411
- "comment": "change a lane-name and if possible, export the lane to the remote"
8438
+ "comment": "change a lane-name and if possible, export the lane to the remote",
8439
+ "tags": []
8412
8440
  },
8413
8441
  "signature": "(method) LanesMain.rename(newName: string, laneName?: string): Promise<{\n currentName: string;\n}>",
8414
8442
  "name": "rename",
@@ -8728,7 +8756,8 @@
8728
8756
  "character": 3
8729
8757
  },
8730
8758
  "raw": "/**\n * get the head hash (snap) of main. return undefined if the component exists only on a lane and was never merged to main\n */",
8731
- "comment": "get the head hash (snap) of main. return undefined if the component exists only on a lane and was never merged to main"
8759
+ "comment": "get the head hash (snap) of main. return undefined if the component exists only on a lane and was never merged to main",
8760
+ "tags": []
8732
8761
  },
8733
8762
  "signature": "(method) LanesMain.getHeadOnMain(componentId: ComponentID): Promise<string | undefined>",
8734
8763
  "name": "getHeadOnMain",
@@ -8817,7 +8846,8 @@
8817
8846
  "character": 3
8818
8847
  },
8819
8848
  "raw": "/**\n * fetch the lane object and its components from the remote.\n * save the objects and the lane to the local scope.\n * this method doesn't change anything in the workspace.\n */",
8820
- "comment": "fetch the lane object and its components from the remote.\nsave the objects and the lane to the local scope.\nthis method doesn't change anything in the workspace."
8849
+ "comment": "fetch the lane object and its components from the remote.\nsave the objects and the lane to the local scope.\nthis method doesn't change anything in the workspace.",
8850
+ "tags": []
8821
8851
  },
8822
8852
  "signature": "(method) LanesMain.fetchLaneWithItsComponents(laneId: LaneId, includeUpdateDependents?: boolean): Promise<Lane>",
8823
8853
  "name": "fetchLaneWithItsComponents",
@@ -9040,7 +9070,8 @@
9040
9070
  "character": 3
9041
9071
  },
9042
9072
  "raw": "/**\n * when deleting a lane object, it is sent into the \"trash\" directory in the scope.\n * this method restores it and put it back in the \"objects\" directory.\n * as an argument, it needs a hash. the reason for not supporting lane-id is because the trash may have multiple\n * lanes with the same lane-id but different hashes.\n */",
9043
- "comment": "when deleting a lane object, it is sent into the \"trash\" directory in the scope.\nthis method restores it and put it back in the \"objects\" directory.\nas an argument, it needs a hash. the reason for not supporting lane-id is because the trash may have multiple\nlanes with the same lane-id but different hashes."
9073
+ "comment": "when deleting a lane object, it is sent into the \"trash\" directory in the scope.\nthis method restores it and put it back in the \"objects\" directory.\nas an argument, it needs a hash. the reason for not supporting lane-id is because the trash may have multiple\nlanes with the same lane-id but different hashes.",
9074
+ "tags": []
9044
9075
  },
9045
9076
  "signature": "(method) LanesMain.restoreLane(laneHash: string): Promise<void>",
9046
9077
  "name": "restoreLane",
@@ -9094,7 +9125,8 @@
9094
9125
  "character": 3
9095
9126
  },
9096
9127
  "raw": "/**\n * switch to a different local or remote lane.\n * switching to a remote lane also imports and writes the components of that remote lane.\n * by default, only the components existing on the workspace will be imported from that lane, unless the \"getAll\"\n * flag is true.\n */",
9097
- "comment": "switch to a different local or remote lane.\nswitching to a remote lane also imports and writes the components of that remote lane.\nby default, only the components existing on the workspace will be imported from that lane, unless the \"getAll\"\nflag is true."
9128
+ "comment": "switch to a different local or remote lane.\nswitching to a remote lane also imports and writes the components of that remote lane.\nby default, only the components existing on the workspace will be imported from that lane, unless the \"getAll\"\nflag is true.",
9129
+ "tags": []
9098
9130
  },
9099
9131
  "signature": "(method) LanesMain.switchLanes(laneName: string, { alias, merge, pattern, workspaceOnly, skipDependencyInstallation, head }: SwitchLaneOptions): Promise<ApplyVersionResults>",
9100
9132
  "name": "switchLanes",
@@ -9238,7 +9270,8 @@
9238
9270
  "character": 3
9239
9271
  },
9240
9272
  "raw": "/**\n * the values array may include zero to two values and will be processed as following:\n * [] => diff between the current lane and default lane. (only inside workspace).\n * [to] => diff between the current lane (or default-lane when in scope) and \"to\" lane.\n * [from, to] => diff between \"from\" lane and \"to\" lane.\n */",
9241
- "comment": "the values array may include zero to two values and will be processed as following:\n[] => diff between the current lane and default lane. (only inside workspace).\n[to] => diff between the current lane (or default-lane when in scope) and \"to\" lane.\n[from, to] => diff between \"from\" lane and \"to\" lane."
9273
+ "comment": "the values array may include zero to two values and will be processed as following:\n[] => diff between the current lane and default lane. (only inside workspace).\n[to] => diff between the current lane (or default-lane when in scope) and \"to\" lane.\n[from, to] => diff between \"from\" lane and \"to\" lane.",
9274
+ "tags": []
9242
9275
  },
9243
9276
  "signature": "(method) LanesMain.getDiff(values: string[], diffOptions?: DiffOptions, pattern?: string): Promise<LaneDiffResults>",
9244
9277
  "name": "getDiff",
@@ -10016,7 +10049,8 @@
10016
10049
  "character": 3
10017
10050
  },
10018
10051
  "raw": "/**\n * if the local lane was forked from another lane, this gets the differences between the two.\n * it also fetches the original lane from the remote to make sure the data is up to date.\n */",
10019
- "comment": "if the local lane was forked from another lane, this gets the differences between the two.\nit also fetches the original lane from the remote to make sure the data is up to date."
10052
+ "comment": "if the local lane was forked from another lane, this gets the differences between the two.\nit also fetches the original lane from the remote to make sure the data is up to date.",
10053
+ "tags": []
10020
10054
  },
10021
10055
  "signature": "(method) LanesMain.listUpdatesFromForked(componentsList: ComponentsList): Promise<DivergeDataPerId[]>",
10022
10056
  "name": "listUpdatesFromForked",
@@ -10090,7 +10124,8 @@
10090
10124
  "character": 3
10091
10125
  },
10092
10126
  "raw": "/**\n * default to remove all of them.\n * returns true if the lane has changed\n */",
10093
- "comment": "default to remove all of them.\nreturns true if the lane has changed"
10127
+ "comment": "default to remove all of them.\nreturns true if the lane has changed",
10128
+ "tags": []
10094
10129
  },
10095
10130
  "signature": "(method) LanesMain.removeUpdateDependents(laneId: LaneId, ids?: ComponentID[]): Promise<Boolean>",
10096
10131
  "name": "removeUpdateDependents",
@@ -10579,7 +10614,7 @@
10579
10614
  "__schema": "TypeSchema",
10580
10615
  "location": {
10581
10616
  "filePath": "lanes.ui.runtime.tsx",
10582
- "line": 32,
10617
+ "line": 33,
10583
10618
  "character": 1
10584
10619
  },
10585
10620
  "signature": "type LaneCompareProps = {\n base?: LaneModel | undefined;\n compare?: LaneModel | undefined;\n host?: string | undefined;\n tabs?: MaybeLazyLoaded<TabItem[]> | undefined;\n ... 268 more ...;\n onTransitionEndCapture?: React.TransitionEventHandler<...> | undefined;\n}",
@@ -10588,7 +10623,7 @@
10588
10623
  "__schema": "TypeRefSchema",
10589
10624
  "location": {
10590
10625
  "filePath": "lanes.ui.runtime.tsx",
10591
- "line": 32,
10626
+ "line": 33,
10592
10627
  "character": 32
10593
10628
  },
10594
10629
  "name": "Partial",
@@ -10597,7 +10632,7 @@
10597
10632
  "__schema": "TypeRefSchema",
10598
10633
  "location": {
10599
10634
  "filePath": "lanes.ui.runtime.tsx",
10600
- "line": 32,
10635
+ "line": 33,
10601
10636
  "character": 40
10602
10637
  },
10603
10638
  "name": "DefaultLaneCompareProps"
@@ -10609,7 +10644,7 @@
10609
10644
  "__schema": "TypeSchema",
10610
10645
  "location": {
10611
10646
  "filePath": "lanes.ui.runtime.tsx",
10612
- "line": 33,
10647
+ "line": 34,
10613
10648
  "character": 1
10614
10649
  },
10615
10650
  "signature": "type LaneProviderIgnoreSlot = SlotRegistry<IgnoreDerivingFromUrl>",
@@ -10618,7 +10653,7 @@
10618
10653
  "__schema": "TypeRefSchema",
10619
10654
  "location": {
10620
10655
  "filePath": "lanes.ui.runtime.tsx",
10621
- "line": 33,
10656
+ "line": 34,
10622
10657
  "character": 38
10623
10658
  },
10624
10659
  "name": "SlotRegistry",
@@ -10632,7 +10667,7 @@
10632
10667
  "__schema": "TypeRefSchema",
10633
10668
  "location": {
10634
10669
  "filePath": "lanes.ui.runtime.tsx",
10635
- "line": 33,
10670
+ "line": 34,
10636
10671
  "character": 51
10637
10672
  },
10638
10673
  "name": "IgnoreDerivingFromUrl",
@@ -10649,7 +10684,7 @@
10649
10684
  "__schema": "FunctionLikeSchema",
10650
10685
  "location": {
10651
10686
  "filePath": "lanes.ui.runtime.tsx",
10652
- "line": 34,
10687
+ "line": 35,
10653
10688
  "character": 1
10654
10689
  },
10655
10690
  "signature": "function useComponentFilters(): {\n loading: boolean;\n log?: undefined;\n} | {\n loading: boolean;\n log: {\n head: string;\n };\n}",
@@ -10659,7 +10694,7 @@
10659
10694
  "__schema": "InferenceTypeSchema",
10660
10695
  "location": {
10661
10696
  "filePath": "lanes.ui.runtime.tsx",
10662
- "line": 34,
10697
+ "line": 35,
10663
10698
  "character": 1
10664
10699
  },
10665
10700
  "type": "{\n loading: boolean;\n log?: undefined;\n} | {\n loading: boolean;\n log: {\n head: string;\n };\n}"
@@ -10672,7 +10707,7 @@
10672
10707
  "__schema": "FunctionLikeSchema",
10673
10708
  "location": {
10674
10709
  "filePath": "lanes.ui.runtime.tsx",
10675
- "line": 57,
10710
+ "line": 58,
10676
10711
  "character": 1
10677
10712
  },
10678
10713
  "signature": "function useLaneComponentIdFromUrl(): ComponentID | undefined | null",
@@ -10682,7 +10717,7 @@
10682
10717
  "__schema": "TypeUnionSchema",
10683
10718
  "location": {
10684
10719
  "filePath": "lanes.ui.runtime.tsx",
10685
- "line": 57,
10720
+ "line": 58,
10686
10721
  "character": 46
10687
10722
  },
10688
10723
  "types": [
@@ -10690,7 +10725,7 @@
10690
10725
  "__schema": "TypeRefSchema",
10691
10726
  "location": {
10692
10727
  "filePath": "lanes.ui.runtime.tsx",
10693
- "line": 57,
10728
+ "line": 58,
10694
10729
  "character": 46
10695
10730
  },
10696
10731
  "name": "ComponentID",
@@ -10703,7 +10738,7 @@
10703
10738
  "__schema": "KeywordTypeSchema",
10704
10739
  "location": {
10705
10740
  "filePath": "lanes.ui.runtime.tsx",
10706
- "line": 57,
10741
+ "line": 58,
10707
10742
  "character": 60
10708
10743
  },
10709
10744
  "name": "undefined"
@@ -10712,7 +10747,7 @@
10712
10747
  "__schema": "LiteralTypeSchema",
10713
10748
  "location": {
10714
10749
  "filePath": "lanes.ui.runtime.tsx",
10715
- "line": 57,
10750
+ "line": 58,
10716
10751
  "character": 72
10717
10752
  },
10718
10753
  "name": "null"
@@ -10727,7 +10762,7 @@
10727
10762
  "__schema": "FunctionLikeSchema",
10728
10763
  "location": {
10729
10764
  "filePath": "lanes.ui.runtime.tsx",
10730
- "line": 82,
10765
+ "line": 83,
10731
10766
  "character": 1
10732
10767
  },
10733
10768
  "signature": "function useComponentId(): string | undefined",
@@ -10737,7 +10772,7 @@
10737
10772
  "__schema": "InferenceTypeSchema",
10738
10773
  "location": {
10739
10774
  "filePath": "lanes.ui.runtime.tsx",
10740
- "line": 82,
10775
+ "line": 83,
10741
10776
  "character": 1
10742
10777
  },
10743
10778
  "type": "string | undefined"
@@ -10750,7 +10785,7 @@
10750
10785
  "__schema": "ClassSchema",
10751
10786
  "location": {
10752
10787
  "filePath": "lanes.ui.runtime.tsx",
10753
- "line": 86,
10788
+ "line": 87,
10754
10789
  "character": 1
10755
10790
  },
10756
10791
  "signature": "class LanesUI",
@@ -10760,7 +10795,7 @@
10760
10795
  "__schema": "VariableLikeSchema",
10761
10796
  "location": {
10762
10797
  "filePath": "lanes.ui.runtime.tsx",
10763
- "line": 87,
10798
+ "line": 88,
10764
10799
  "character": 3
10765
10800
  },
10766
10801
  "signature": "(property) LanesUI.dependencies: Aspect[]",
@@ -10769,19 +10804,19 @@
10769
10804
  "__schema": "InferenceTypeSchema",
10770
10805
  "location": {
10771
10806
  "filePath": "lanes.ui.runtime.tsx",
10772
- "line": 87,
10807
+ "line": 88,
10773
10808
  "character": 3
10774
10809
  },
10775
10810
  "type": "Aspect[]"
10776
10811
  },
10777
10812
  "isOptional": true,
10778
- "defaultValue": "[UIAspect, ComponentAspect, WorkspaceAspect, ScopeAspect, ComponentCompareAspect]"
10813
+ "defaultValue": "[\n UIAspect,\n ComponentAspect,\n WorkspaceAspect,\n ScopeAspect,\n ComponentCompareAspect,\n CommandBarAspect,\n ]"
10779
10814
  },
10780
10815
  {
10781
10816
  "__schema": "VariableLikeSchema",
10782
10817
  "location": {
10783
10818
  "filePath": "lanes.ui.runtime.tsx",
10784
- "line": 89,
10819
+ "line": 97,
10785
10820
  "character": 3
10786
10821
  },
10787
10822
  "signature": "(property) LanesUI.runtime: RuntimeDefinition",
@@ -10790,7 +10825,7 @@
10790
10825
  "__schema": "InferenceTypeSchema",
10791
10826
  "location": {
10792
10827
  "filePath": "lanes.ui.runtime.tsx",
10793
- "line": 89,
10828
+ "line": 97,
10794
10829
  "character": 3
10795
10830
  },
10796
10831
  "type": "RuntimeDefinition"
@@ -10802,7 +10837,7 @@
10802
10837
  "__schema": "VariableLikeSchema",
10803
10838
  "location": {
10804
10839
  "filePath": "lanes.ui.runtime.tsx",
10805
- "line": 90,
10840
+ "line": 98,
10806
10841
  "character": 3
10807
10842
  },
10808
10843
  "signature": "(property) LanesUI.slots: (((registerFn: () => string) => SlotRegistry<RouteProps>) | ((registerFn: () => string) => SlotRegistry<MenuWidgetSlot>) | ((registerFn: () => string) => SlotRegistry<...>) | ((registerFn: () => string) => SlotRegistry<...>))[]",
@@ -10811,7 +10846,7 @@
10811
10846
  "__schema": "InferenceTypeSchema",
10812
10847
  "location": {
10813
10848
  "filePath": "lanes.ui.runtime.tsx",
10814
- "line": 90,
10849
+ "line": 98,
10815
10850
  "character": 3
10816
10851
  },
10817
10852
  "type": "(((registerFn: () => string) => SlotRegistry<RouteProps>) | ((registerFn: () => string) => SlotRegistry<MenuWidgetSlot>) | ((registerFn: () => string) => SlotRegistry<...>) | ((registerFn: () => string) => SlotRegistry<...>))[]"
@@ -10823,7 +10858,7 @@
10823
10858
  "__schema": "ConstructorSchema",
10824
10859
  "location": {
10825
10860
  "filePath": "lanes.ui.runtime.tsx",
10826
- "line": 98,
10861
+ "line": 106,
10827
10862
  "character": 3
10828
10863
  },
10829
10864
  "signature": "constructor LanesUI(componentUI: ComponentUI, componentCompareUI: ComponentCompareUI, routeSlot: RouteSlot, navSlot: LanesOrderedNavigationSlot, menuWidgetSlot: MenuWidgetSlot, overviewSlot: LaneOverviewLineSlot, laneProviderIgnoreSlot: LaneProviderIgnoreSlot, workspace?: WorkspaceUI, scope?: ScopeUI): LanesUI",
@@ -10833,7 +10868,7 @@
10833
10868
  "__schema": "ParameterSchema",
10834
10869
  "location": {
10835
10870
  "filePath": "lanes.ui.runtime.tsx",
10836
- "line": 99,
10871
+ "line": 107,
10837
10872
  "character": 5
10838
10873
  },
10839
10874
  "name": "componentUI",
@@ -10841,7 +10876,7 @@
10841
10876
  "__schema": "TypeRefSchema",
10842
10877
  "location": {
10843
10878
  "filePath": "lanes.ui.runtime.tsx",
10844
- "line": 99,
10879
+ "line": 107,
10845
10880
  "character": 26
10846
10881
  },
10847
10882
  "name": "ComponentUI",
@@ -10857,7 +10892,7 @@
10857
10892
  "__schema": "ParameterSchema",
10858
10893
  "location": {
10859
10894
  "filePath": "lanes.ui.runtime.tsx",
10860
- "line": 100,
10895
+ "line": 108,
10861
10896
  "character": 5
10862
10897
  },
10863
10898
  "name": "componentCompareUI",
@@ -10865,7 +10900,7 @@
10865
10900
  "__schema": "TypeRefSchema",
10866
10901
  "location": {
10867
10902
  "filePath": "lanes.ui.runtime.tsx",
10868
- "line": 100,
10903
+ "line": 108,
10869
10904
  "character": 33
10870
10905
  },
10871
10906
  "name": "ComponentCompareUI",
@@ -10881,7 +10916,7 @@
10881
10916
  "__schema": "ParameterSchema",
10882
10917
  "location": {
10883
10918
  "filePath": "lanes.ui.runtime.tsx",
10884
- "line": 101,
10919
+ "line": 109,
10885
10920
  "character": 5
10886
10921
  },
10887
10922
  "name": "routeSlot",
@@ -10889,7 +10924,7 @@
10889
10924
  "__schema": "TypeRefSchema",
10890
10925
  "location": {
10891
10926
  "filePath": "lanes.ui.runtime.tsx",
10892
- "line": 101,
10927
+ "line": 109,
10893
10928
  "character": 24
10894
10929
  },
10895
10930
  "name": "RouteSlot",
@@ -10906,7 +10941,7 @@
10906
10941
  "__schema": "ParameterSchema",
10907
10942
  "location": {
10908
10943
  "filePath": "lanes.ui.runtime.tsx",
10909
- "line": 102,
10944
+ "line": 110,
10910
10945
  "character": 5
10911
10946
  },
10912
10947
  "name": "navSlot",
@@ -10914,7 +10949,7 @@
10914
10949
  "__schema": "TypeRefSchema",
10915
10950
  "location": {
10916
10951
  "filePath": "lanes.ui.runtime.tsx",
10917
- "line": 102,
10952
+ "line": 110,
10918
10953
  "character": 22
10919
10954
  },
10920
10955
  "name": "LanesOrderedNavigationSlot",
@@ -10931,7 +10966,7 @@
10931
10966
  "__schema": "ParameterSchema",
10932
10967
  "location": {
10933
10968
  "filePath": "lanes.ui.runtime.tsx",
10934
- "line": 103,
10969
+ "line": 111,
10935
10970
  "character": 5
10936
10971
  },
10937
10972
  "name": "menuWidgetSlot",
@@ -10939,7 +10974,7 @@
10939
10974
  "__schema": "TypeRefSchema",
10940
10975
  "location": {
10941
10976
  "filePath": "lanes.ui.runtime.tsx",
10942
- "line": 103,
10977
+ "line": 111,
10943
10978
  "character": 29
10944
10979
  },
10945
10980
  "name": "MenuWidgetSlot",
@@ -10956,7 +10991,7 @@
10956
10991
  "__schema": "ParameterSchema",
10957
10992
  "location": {
10958
10993
  "filePath": "lanes.ui.runtime.tsx",
10959
- "line": 107,
10994
+ "line": 115,
10960
10995
  "character": 5
10961
10996
  },
10962
10997
  "name": "overviewSlot",
@@ -10964,7 +10999,7 @@
10964
10999
  "__schema": "TypeRefSchema",
10965
11000
  "location": {
10966
11001
  "filePath": "lanes.ui.runtime.tsx",
10967
- "line": 107,
11002
+ "line": 115,
10968
11003
  "character": 27
10969
11004
  },
10970
11005
  "name": "LaneOverviewLineSlot",
@@ -10981,7 +11016,7 @@
10981
11016
  "__schema": "ParameterSchema",
10982
11017
  "location": {
10983
11018
  "filePath": "lanes.ui.runtime.tsx",
10984
- "line": 108,
11019
+ "line": 116,
10985
11020
  "character": 5
10986
11021
  },
10987
11022
  "name": "laneProviderIgnoreSlot",
@@ -10989,7 +11024,7 @@
10989
11024
  "__schema": "TypeRefSchema",
10990
11025
  "location": {
10991
11026
  "filePath": "lanes.ui.runtime.tsx",
10992
- "line": 108,
11027
+ "line": 116,
10993
11028
  "character": 37
10994
11029
  },
10995
11030
  "name": "LaneProviderIgnoreSlot"
@@ -11001,7 +11036,7 @@
11001
11036
  "__schema": "ParameterSchema",
11002
11037
  "location": {
11003
11038
  "filePath": "lanes.ui.runtime.tsx",
11004
- "line": 109,
11039
+ "line": 117,
11005
11040
  "character": 5
11006
11041
  },
11007
11042
  "name": "workspace",
@@ -11009,7 +11044,7 @@
11009
11044
  "__schema": "TypeRefSchema",
11010
11045
  "location": {
11011
11046
  "filePath": "lanes.ui.runtime.tsx",
11012
- "line": 109,
11047
+ "line": 117,
11013
11048
  "character": 25
11014
11049
  },
11015
11050
  "name": "WorkspaceUI",
@@ -11025,7 +11060,7 @@
11025
11060
  "__schema": "ParameterSchema",
11026
11061
  "location": {
11027
11062
  "filePath": "lanes.ui.runtime.tsx",
11028
- "line": 110,
11063
+ "line": 118,
11029
11064
  "character": 5
11030
11065
  },
11031
11066
  "name": "scope",
@@ -11033,7 +11068,7 @@
11033
11068
  "__schema": "TypeRefSchema",
11034
11069
  "location": {
11035
11070
  "filePath": "lanes.ui.runtime.tsx",
11036
- "line": 110,
11071
+ "line": 118,
11037
11072
  "character": 21
11038
11073
  },
11039
11074
  "name": "ScopeUI",
@@ -11050,7 +11085,7 @@
11050
11085
  "__schema": "ThisTypeSchema",
11051
11086
  "location": {
11052
11087
  "filePath": "lanes.ui.runtime.tsx",
11053
- "line": 86,
11088
+ "line": 87,
11054
11089
  "character": 1
11055
11090
  },
11056
11091
  "name": "LanesUI"
@@ -11061,7 +11096,7 @@
11061
11096
  "__schema": "FunctionLikeSchema",
11062
11097
  "location": {
11063
11098
  "filePath": "lanes.ui.runtime.tsx",
11064
- "line": 127,
11099
+ "line": 135,
11065
11100
  "character": 3
11066
11101
  },
11067
11102
  "signature": "(method) LanesUI.getLaneRoutes(): {\n path: string;\n children: React.JSX.Element;\n}[]",
@@ -11071,7 +11106,7 @@
11071
11106
  "__schema": "InferenceTypeSchema",
11072
11107
  "location": {
11073
11108
  "filePath": "lanes.ui.runtime.tsx",
11074
- "line": 127,
11109
+ "line": 135,
11075
11110
  "character": 3
11076
11111
  },
11077
11112
  "type": "{\n path: string;\n children: React.JSX.Element;\n}[]"
@@ -11082,7 +11117,7 @@
11082
11117
  "__schema": "FunctionLikeSchema",
11083
11118
  "location": {
11084
11119
  "filePath": "lanes.ui.runtime.tsx",
11085
- "line": 146,
11120
+ "line": 154,
11086
11121
  "character": 3
11087
11122
  },
11088
11123
  "signature": "(method) LanesUI.overrideComputeLaneUrl(fn: () => {\n prefix: string;\n path: string;\n getLaneIdFromPathname: (pathname: string) => LaneId | undefined;\n getLaneUrl: (laneId: LaneId, relative?: boolean) => string;\n getLaneComponentUrl: (componentId: ComponentID, laneId: LaneId) => string;\n}): void",
@@ -11092,7 +11127,7 @@
11092
11127
  "__schema": "ParameterSchema",
11093
11128
  "location": {
11094
11129
  "filePath": "lanes.ui.runtime.tsx",
11095
- "line": 147,
11130
+ "line": 155,
11096
11131
  "character": 5
11097
11132
  },
11098
11133
  "name": "fn",
@@ -11100,7 +11135,7 @@
11100
11135
  "__schema": "FunctionLikeSchema",
11101
11136
  "location": {
11102
11137
  "filePath": "lanes.ui.runtime.tsx",
11103
- "line": 147,
11138
+ "line": 155,
11104
11139
  "character": 9
11105
11140
  },
11106
11141
  "signature": "(): { \u001b[1mprefix\u001b[22m: string; \u001b[1mpath\u001b[22m: string; \u001b[1mgetLaneIdFromPathname\u001b[22m: (pathname: string): \u001b[2m(component: teambit.lanes/lane-id)\u001b[22m LaneId | undefined; \u001b[1mgetLaneUrl\u001b[22m: (laneId: \u001b[2m(component: teambit.lanes/lane-id)\u001b[22m LaneId, relative?: boolean): string; \u001b[1mgetLaneComponentUrl\u001b[22m: (componentId: \u001b[2m(component: teambit.component/component)\u001b[22m ComponentID, laneId: \u001b[2m(component: teambit.lanes/lane-id)\u001b[22m LaneId): string }",
@@ -11110,7 +11145,7 @@
11110
11145
  "__schema": "TypeLiteralSchema",
11111
11146
  "location": {
11112
11147
  "filePath": "lanes.ui.runtime.tsx",
11113
- "line": 147,
11148
+ "line": 155,
11114
11149
  "character": 15
11115
11150
  },
11116
11151
  "members": [
@@ -11118,7 +11153,7 @@
11118
11153
  "__schema": "VariableLikeSchema",
11119
11154
  "location": {
11120
11155
  "filePath": "lanes.ui.runtime.tsx",
11121
- "line": 148,
11156
+ "line": 156,
11122
11157
  "character": 7
11123
11158
  },
11124
11159
  "signature": "(property) prefix: string",
@@ -11127,7 +11162,7 @@
11127
11162
  "__schema": "KeywordTypeSchema",
11128
11163
  "location": {
11129
11164
  "filePath": "lanes.ui.runtime.tsx",
11130
- "line": 148,
11165
+ "line": 156,
11131
11166
  "character": 15
11132
11167
  },
11133
11168
  "name": "string"
@@ -11138,7 +11173,7 @@
11138
11173
  "__schema": "VariableLikeSchema",
11139
11174
  "location": {
11140
11175
  "filePath": "lanes.ui.runtime.tsx",
11141
- "line": 149,
11176
+ "line": 157,
11142
11177
  "character": 7
11143
11178
  },
11144
11179
  "signature": "(property) path: string",
@@ -11147,7 +11182,7 @@
11147
11182
  "__schema": "KeywordTypeSchema",
11148
11183
  "location": {
11149
11184
  "filePath": "lanes.ui.runtime.tsx",
11150
- "line": 149,
11185
+ "line": 157,
11151
11186
  "character": 13
11152
11187
  },
11153
11188
  "name": "string"
@@ -11158,7 +11193,7 @@
11158
11193
  "__schema": "VariableLikeSchema",
11159
11194
  "location": {
11160
11195
  "filePath": "lanes.ui.runtime.tsx",
11161
- "line": 150,
11196
+ "line": 158,
11162
11197
  "character": 7
11163
11198
  },
11164
11199
  "signature": "(property) getLaneIdFromPathname: (pathname: string) => LaneId | undefined",
@@ -11167,7 +11202,7 @@
11167
11202
  "__schema": "FunctionLikeSchema",
11168
11203
  "location": {
11169
11204
  "filePath": "lanes.ui.runtime.tsx",
11170
- "line": 150,
11205
+ "line": 158,
11171
11206
  "character": 30
11172
11207
  },
11173
11208
  "signature": "(pathname: string): \u001b[2m(component: teambit.lanes/lane-id)\u001b[22m LaneId | undefined",
@@ -11177,7 +11212,7 @@
11177
11212
  "__schema": "ParameterSchema",
11178
11213
  "location": {
11179
11214
  "filePath": "lanes.ui.runtime.tsx",
11180
- "line": 150,
11215
+ "line": 158,
11181
11216
  "character": 31
11182
11217
  },
11183
11218
  "name": "pathname",
@@ -11185,7 +11220,7 @@
11185
11220
  "__schema": "KeywordTypeSchema",
11186
11221
  "location": {
11187
11222
  "filePath": "lanes.ui.runtime.tsx",
11188
- "line": 150,
11223
+ "line": 158,
11189
11224
  "character": 41
11190
11225
  },
11191
11226
  "name": "string"
@@ -11198,7 +11233,7 @@
11198
11233
  "__schema": "TypeUnionSchema",
11199
11234
  "location": {
11200
11235
  "filePath": "lanes.ui.runtime.tsx",
11201
- "line": 150,
11236
+ "line": 158,
11202
11237
  "character": 52
11203
11238
  },
11204
11239
  "types": [
@@ -11206,7 +11241,7 @@
11206
11241
  "__schema": "TypeRefSchema",
11207
11242
  "location": {
11208
11243
  "filePath": "lanes.ui.runtime.tsx",
11209
- "line": 150,
11244
+ "line": 158,
11210
11245
  "character": 52
11211
11246
  },
11212
11247
  "name": "LaneId",
@@ -11220,7 +11255,7 @@
11220
11255
  "__schema": "KeywordTypeSchema",
11221
11256
  "location": {
11222
11257
  "filePath": "lanes.ui.runtime.tsx",
11223
- "line": 150,
11258
+ "line": 158,
11224
11259
  "character": 61
11225
11260
  },
11226
11261
  "name": "undefined"
@@ -11235,7 +11270,7 @@
11235
11270
  "__schema": "VariableLikeSchema",
11236
11271
  "location": {
11237
11272
  "filePath": "lanes.ui.runtime.tsx",
11238
- "line": 151,
11273
+ "line": 159,
11239
11274
  "character": 7
11240
11275
  },
11241
11276
  "signature": "(property) getLaneUrl: (laneId: LaneId, relative?: boolean) => string",
@@ -11244,7 +11279,7 @@
11244
11279
  "__schema": "FunctionLikeSchema",
11245
11280
  "location": {
11246
11281
  "filePath": "lanes.ui.runtime.tsx",
11247
- "line": 151,
11282
+ "line": 159,
11248
11283
  "character": 19
11249
11284
  },
11250
11285
  "signature": "(laneId: \u001b[2m(component: teambit.lanes/lane-id)\u001b[22m LaneId, relative?: boolean): string",
@@ -11254,7 +11289,7 @@
11254
11289
  "__schema": "ParameterSchema",
11255
11290
  "location": {
11256
11291
  "filePath": "lanes.ui.runtime.tsx",
11257
- "line": 151,
11292
+ "line": 159,
11258
11293
  "character": 20
11259
11294
  },
11260
11295
  "name": "laneId",
@@ -11262,7 +11297,7 @@
11262
11297
  "__schema": "TypeRefSchema",
11263
11298
  "location": {
11264
11299
  "filePath": "lanes.ui.runtime.tsx",
11265
- "line": 151,
11300
+ "line": 159,
11266
11301
  "character": 28
11267
11302
  },
11268
11303
  "name": "LaneId",
@@ -11279,7 +11314,7 @@
11279
11314
  "__schema": "ParameterSchema",
11280
11315
  "location": {
11281
11316
  "filePath": "lanes.ui.runtime.tsx",
11282
- "line": 151,
11317
+ "line": 159,
11283
11318
  "character": 36
11284
11319
  },
11285
11320
  "name": "relative",
@@ -11287,7 +11322,7 @@
11287
11322
  "__schema": "KeywordTypeSchema",
11288
11323
  "location": {
11289
11324
  "filePath": "lanes.ui.runtime.tsx",
11290
- "line": 151,
11325
+ "line": 159,
11291
11326
  "character": 47
11292
11327
  },
11293
11328
  "name": "boolean"
@@ -11300,7 +11335,7 @@
11300
11335
  "__schema": "KeywordTypeSchema",
11301
11336
  "location": {
11302
11337
  "filePath": "lanes.ui.runtime.tsx",
11303
- "line": 151,
11338
+ "line": 159,
11304
11339
  "character": 59
11305
11340
  },
11306
11341
  "name": "string"
@@ -11313,7 +11348,7 @@
11313
11348
  "__schema": "VariableLikeSchema",
11314
11349
  "location": {
11315
11350
  "filePath": "lanes.ui.runtime.tsx",
11316
- "line": 152,
11351
+ "line": 160,
11317
11352
  "character": 7
11318
11353
  },
11319
11354
  "signature": "(property) getLaneComponentUrl: (componentId: ComponentID, laneId: LaneId) => string",
@@ -11322,7 +11357,7 @@
11322
11357
  "__schema": "FunctionLikeSchema",
11323
11358
  "location": {
11324
11359
  "filePath": "lanes.ui.runtime.tsx",
11325
- "line": 152,
11360
+ "line": 160,
11326
11361
  "character": 28
11327
11362
  },
11328
11363
  "signature": "(componentId: \u001b[2m(component: teambit.component/component)\u001b[22m ComponentID, laneId: \u001b[2m(component: teambit.lanes/lane-id)\u001b[22m LaneId): string",
@@ -11332,7 +11367,7 @@
11332
11367
  "__schema": "ParameterSchema",
11333
11368
  "location": {
11334
11369
  "filePath": "lanes.ui.runtime.tsx",
11335
- "line": 152,
11370
+ "line": 160,
11336
11371
  "character": 29
11337
11372
  },
11338
11373
  "name": "componentId",
@@ -11340,7 +11375,7 @@
11340
11375
  "__schema": "TypeRefSchema",
11341
11376
  "location": {
11342
11377
  "filePath": "lanes.ui.runtime.tsx",
11343
- "line": 152,
11378
+ "line": 160,
11344
11379
  "character": 42
11345
11380
  },
11346
11381
  "name": "ComponentID",
@@ -11356,7 +11391,7 @@
11356
11391
  "__schema": "ParameterSchema",
11357
11392
  "location": {
11358
11393
  "filePath": "lanes.ui.runtime.tsx",
11359
- "line": 152,
11394
+ "line": 160,
11360
11395
  "character": 55
11361
11396
  },
11362
11397
  "name": "laneId",
@@ -11364,7 +11399,7 @@
11364
11399
  "__schema": "TypeRefSchema",
11365
11400
  "location": {
11366
11401
  "filePath": "lanes.ui.runtime.tsx",
11367
- "line": 152,
11402
+ "line": 160,
11368
11403
  "character": 63
11369
11404
  },
11370
11405
  "name": "LaneId",
@@ -11382,7 +11417,7 @@
11382
11417
  "__schema": "KeywordTypeSchema",
11383
11418
  "location": {
11384
11419
  "filePath": "lanes.ui.runtime.tsx",
11385
- "line": 152,
11420
+ "line": 160,
11386
11421
  "character": 74
11387
11422
  },
11388
11423
  "name": "string"
@@ -11403,7 +11438,7 @@
11403
11438
  "__schema": "InferenceTypeSchema",
11404
11439
  "location": {
11405
11440
  "filePath": "lanes.ui.runtime.tsx",
11406
- "line": 146,
11441
+ "line": 154,
11407
11442
  "character": 3
11408
11443
  },
11409
11444
  "type": "void"
@@ -11414,7 +11449,7 @@
11414
11449
  "__schema": "ReactSchema",
11415
11450
  "location": {
11416
11451
  "filePath": "lanes.ui.runtime.tsx",
11417
- "line": 167,
11452
+ "line": 175,
11418
11453
  "character": 3
11419
11454
  },
11420
11455
  "signature": "(method) LanesUI.getLaneComponent(): React.JSX.Element",
@@ -11423,7 +11458,7 @@
11423
11458
  "__schema": "TypeRefSchema",
11424
11459
  "location": {
11425
11460
  "filePath": "lanes.ui.runtime.tsx",
11426
- "line": 167,
11461
+ "line": 175,
11427
11462
  "character": 3
11428
11463
  },
11429
11464
  "name": "React.JSX.Element",
@@ -11435,7 +11470,7 @@
11435
11470
  "__schema": "ReactSchema",
11436
11471
  "location": {
11437
11472
  "filePath": "lanes.ui.runtime.tsx",
11438
- "line": 174,
11473
+ "line": 182,
11439
11474
  "character": 3
11440
11475
  },
11441
11476
  "signature": "(method) LanesUI.getLaneComponentMenu(): React.JSX.Element",
@@ -11444,7 +11479,7 @@
11444
11479
  "__schema": "TypeRefSchema",
11445
11480
  "location": {
11446
11481
  "filePath": "lanes.ui.runtime.tsx",
11447
- "line": 174,
11482
+ "line": 182,
11448
11483
  "character": 3
11449
11484
  },
11450
11485
  "name": "React.JSX.Element",
@@ -11456,7 +11491,7 @@
11456
11491
  "__schema": "ReactSchema",
11457
11492
  "location": {
11458
11493
  "filePath": "lanes.ui.runtime.tsx",
11459
- "line": 181,
11494
+ "line": 189,
11460
11495
  "character": 3
11461
11496
  },
11462
11497
  "signature": "(method) LanesUI.getLaneOverview(): React.JSX.Element",
@@ -11465,7 +11500,7 @@
11465
11500
  "__schema": "TypeRefSchema",
11466
11501
  "location": {
11467
11502
  "filePath": "lanes.ui.runtime.tsx",
11468
- "line": 181,
11503
+ "line": 189,
11469
11504
  "character": 3
11470
11505
  },
11471
11506
  "name": "React.JSX.Element",
@@ -11477,7 +11512,7 @@
11477
11512
  "__schema": "ReactSchema",
11478
11513
  "location": {
11479
11514
  "filePath": "lanes.ui.runtime.tsx",
11480
- "line": 192,
11515
+ "line": 200,
11481
11516
  "character": 3
11482
11517
  },
11483
11518
  "signature": "(method) LanesUI.getLanesComparePage(): React.JSX.Element",
@@ -11486,7 +11521,7 @@
11486
11521
  "__schema": "TypeRefSchema",
11487
11522
  "location": {
11488
11523
  "filePath": "lanes.ui.runtime.tsx",
11489
- "line": 192,
11524
+ "line": 200,
11490
11525
  "character": 3
11491
11526
  },
11492
11527
  "name": "React.JSX.Element",
@@ -11498,7 +11533,7 @@
11498
11533
  "__schema": "FunctionLikeSchema",
11499
11534
  "location": {
11500
11535
  "filePath": "lanes.ui.runtime.tsx",
11501
- "line": 196,
11536
+ "line": 204,
11502
11537
  "character": 3
11503
11538
  },
11504
11539
  "signature": "(method) LanesUI.getMenuRoutes(): {\n path: string;\n children: React.JSX.Element;\n}[]",
@@ -11508,7 +11543,7 @@
11508
11543
  "__schema": "InferenceTypeSchema",
11509
11544
  "location": {
11510
11545
  "filePath": "lanes.ui.runtime.tsx",
11511
- "line": 196,
11546
+ "line": 204,
11512
11547
  "character": 3
11513
11548
  },
11514
11549
  "type": "{\n path: string;\n children: React.JSX.Element;\n}[]"
@@ -11519,7 +11554,7 @@
11519
11554
  "__schema": "ReactSchema",
11520
11555
  "location": {
11521
11556
  "filePath": "lanes.ui.runtime.tsx",
11522
- "line": 210,
11557
+ "line": 218,
11523
11558
  "character": 3
11524
11559
  },
11525
11560
  "signature": "(method) LanesUI.getLanesOverviewMenu(): React.JSX.Element",
@@ -11528,7 +11563,7 @@
11528
11563
  "__schema": "TypeRefSchema",
11529
11564
  "location": {
11530
11565
  "filePath": "lanes.ui.runtime.tsx",
11531
- "line": 210,
11566
+ "line": 218,
11532
11567
  "character": 3
11533
11568
  },
11534
11569
  "name": "React.JSX.Element",
@@ -11540,7 +11575,7 @@
11540
11575
  "__schema": "FunctionLikeSchema",
11541
11576
  "location": {
11542
11577
  "filePath": "lanes.ui.runtime.tsx",
11543
- "line": 214,
11578
+ "line": 222,
11544
11579
  "character": 3
11545
11580
  },
11546
11581
  "signature": "(method) LanesUI.registerMenuWidget(...menuItems: MenuWidget[]): this",
@@ -11550,7 +11585,7 @@
11550
11585
  "__schema": "ParameterSchema",
11551
11586
  "location": {
11552
11587
  "filePath": "lanes.ui.runtime.tsx",
11553
- "line": 214,
11588
+ "line": 222,
11554
11589
  "character": 22
11555
11590
  },
11556
11591
  "name": "menuItems",
@@ -11558,14 +11593,14 @@
11558
11593
  "__schema": "TypeArraySchema",
11559
11594
  "location": {
11560
11595
  "filePath": "lanes.ui.runtime.tsx",
11561
- "line": 214,
11596
+ "line": 222,
11562
11597
  "character": 36
11563
11598
  },
11564
11599
  "type": {
11565
11600
  "__schema": "TypeRefSchema",
11566
11601
  "location": {
11567
11602
  "filePath": "lanes.ui.runtime.tsx",
11568
- "line": 214,
11603
+ "line": 222,
11569
11604
  "character": 36
11570
11605
  },
11571
11606
  "name": "MenuWidget",
@@ -11584,7 +11619,7 @@
11584
11619
  "__schema": "TypeRefSchema",
11585
11620
  "location": {
11586
11621
  "filePath": "lanes.ui.runtime.tsx",
11587
- "line": 214,
11622
+ "line": 222,
11588
11623
  "character": 3
11589
11624
  },
11590
11625
  "name": "LanesUI"
@@ -11595,7 +11630,7 @@
11595
11630
  "__schema": "FunctionLikeSchema",
11596
11631
  "location": {
11597
11632
  "filePath": "lanes.ui.runtime.tsx",
11598
- "line": 219,
11633
+ "line": 227,
11599
11634
  "character": 3
11600
11635
  },
11601
11636
  "signature": "(method) LanesUI.registerLaneProviderIgnoreSlot(ignoreFn: IgnoreDerivingFromUrl): this",
@@ -11605,7 +11640,7 @@
11605
11640
  "__schema": "ParameterSchema",
11606
11641
  "location": {
11607
11642
  "filePath": "lanes.ui.runtime.tsx",
11608
- "line": 219,
11643
+ "line": 227,
11609
11644
  "character": 34
11610
11645
  },
11611
11646
  "name": "ignoreFn",
@@ -11613,7 +11648,7 @@
11613
11648
  "__schema": "TypeRefSchema",
11614
11649
  "location": {
11615
11650
  "filePath": "lanes.ui.runtime.tsx",
11616
- "line": 219,
11651
+ "line": 227,
11617
11652
  "character": 44
11618
11653
  },
11619
11654
  "name": "IgnoreDerivingFromUrl",
@@ -11631,7 +11666,7 @@
11631
11666
  "__schema": "TypeRefSchema",
11632
11667
  "location": {
11633
11668
  "filePath": "lanes.ui.runtime.tsx",
11634
- "line": 219,
11669
+ "line": 227,
11635
11670
  "character": 3
11636
11671
  },
11637
11672
  "name": "LanesUI"
@@ -11642,7 +11677,7 @@
11642
11677
  "__schema": "ReactSchema",
11643
11678
  "location": {
11644
11679
  "filePath": "lanes.ui.runtime.tsx",
11645
- "line": 265,
11680
+ "line": 273,
11646
11681
  "character": 3
11647
11682
  },
11648
11683
  "signature": "(method) LanesUI.getLanesSwitcher(): React.JSX.Element",
@@ -11651,7 +11686,7 @@
11651
11686
  "__schema": "TypeRefSchema",
11652
11687
  "location": {
11653
11688
  "filePath": "lanes.ui.runtime.tsx",
11654
- "line": 265,
11689
+ "line": 273,
11655
11690
  "character": 3
11656
11691
  },
11657
11692
  "name": "React.JSX.Element",
@@ -11663,7 +11698,7 @@
11663
11698
  "__schema": "FunctionLikeSchema",
11664
11699
  "location": {
11665
11700
  "filePath": "lanes.ui.runtime.tsx",
11666
- "line": 290,
11701
+ "line": 298,
11667
11702
  "character": 3
11668
11703
  },
11669
11704
  "signature": "(method) LanesUI.getLanesProvider(): ({ children, viewedLaneId: viewedIdFromProps, targetLanes, ignoreDerivingFromUrl: ignoreDerivingFromUrlFromProps, skipNetworkCall, options: optionsFromProps, useScope, }: LanesProviderProps) => React.JSX.Element",
@@ -11673,7 +11708,7 @@
11673
11708
  "__schema": "InferenceTypeSchema",
11674
11709
  "location": {
11675
11710
  "filePath": "lanes.ui.runtime.tsx",
11676
- "line": 290,
11711
+ "line": 298,
11677
11712
  "character": 3
11678
11713
  },
11679
11714
  "type": "({ children, viewedLaneId: viewedIdFromProps, targetLanes, ignoreDerivingFromUrl: ignoreDerivingFromUrlFromProps, skipNetworkCall, options: optionsFromProps, useScope, }: LanesProviderProps) => React.JSX.Element"
@@ -11684,7 +11719,7 @@
11684
11719
  "__schema": "FunctionLikeSchema",
11685
11720
  "location": {
11686
11721
  "filePath": "lanes.ui.runtime.tsx",
11687
- "line": 294,
11722
+ "line": 302,
11688
11723
  "character": 3
11689
11724
  },
11690
11725
  "signature": "(method) LanesUI.getUseLanes(): UseLanes",
@@ -11694,7 +11729,7 @@
11694
11729
  "__schema": "InferenceTypeSchema",
11695
11730
  "location": {
11696
11731
  "filePath": "lanes.ui.runtime.tsx",
11697
- "line": 294,
11732
+ "line": 302,
11698
11733
  "character": 3
11699
11734
  },
11700
11735
  "type": "UseLanes"
@@ -11705,7 +11740,7 @@
11705
11740
  "__schema": "FunctionLikeSchema",
11706
11741
  "location": {
11707
11742
  "filePath": "lanes.ui.runtime.tsx",
11708
- "line": 315,
11743
+ "line": 323,
11709
11744
  "character": 3
11710
11745
  },
11711
11746
  "signature": "(method) LanesUI.registerRoute(route: RouteProps): this",
@@ -11715,7 +11750,7 @@
11715
11750
  "__schema": "ParameterSchema",
11716
11751
  "location": {
11717
11752
  "filePath": "lanes.ui.runtime.tsx",
11718
- "line": 315,
11753
+ "line": 323,
11719
11754
  "character": 17
11720
11755
  },
11721
11756
  "name": "route",
@@ -11723,7 +11758,7 @@
11723
11758
  "__schema": "TypeRefSchema",
11724
11759
  "location": {
11725
11760
  "filePath": "lanes.ui.runtime.tsx",
11726
- "line": 315,
11761
+ "line": 323,
11727
11762
  "character": 24
11728
11763
  },
11729
11764
  "name": "RouteProps",
@@ -11737,7 +11772,7 @@
11737
11772
  "__schema": "TypeRefSchema",
11738
11773
  "location": {
11739
11774
  "filePath": "lanes.ui.runtime.tsx",
11740
- "line": 315,
11775
+ "line": 323,
11741
11776
  "character": 3
11742
11777
  },
11743
11778
  "name": "LanesUI"
@@ -11748,18 +11783,19 @@
11748
11783
  "__schema": "FunctionLikeSchema",
11749
11784
  "location": {
11750
11785
  "filePath": "lanes.ui.runtime.tsx",
11751
- "line": 323,
11786
+ "line": 331,
11752
11787
  "character": 3
11753
11788
  },
11754
11789
  "doc": {
11755
11790
  "__schema": "DocSchema",
11756
11791
  "location": {
11757
11792
  "filePath": "lanes.ui.runtime.tsx",
11758
- "line": 320,
11793
+ "line": 328,
11759
11794
  "character": 3
11760
11795
  },
11761
11796
  "raw": "/**\n * register a new line beneath the lane overview section.\n */",
11762
- "comment": "register a new line beneath the lane overview section."
11797
+ "comment": "register a new line beneath the lane overview section.",
11798
+ "tags": []
11763
11799
  },
11764
11800
  "signature": "(method) LanesUI.registerOverviewLine(...lines: LaneOverviewLine[]): this",
11765
11801
  "name": "registerOverviewLine",
@@ -11768,7 +11804,7 @@
11768
11804
  "__schema": "ParameterSchema",
11769
11805
  "location": {
11770
11806
  "filePath": "lanes.ui.runtime.tsx",
11771
- "line": 323,
11807
+ "line": 331,
11772
11808
  "character": 24
11773
11809
  },
11774
11810
  "name": "lines",
@@ -11776,14 +11812,14 @@
11776
11812
  "__schema": "TypeArraySchema",
11777
11813
  "location": {
11778
11814
  "filePath": "lanes.ui.runtime.tsx",
11779
- "line": 323,
11815
+ "line": 331,
11780
11816
  "character": 34
11781
11817
  },
11782
11818
  "type": {
11783
11819
  "__schema": "TypeRefSchema",
11784
11820
  "location": {
11785
11821
  "filePath": "lanes.ui.runtime.tsx",
11786
- "line": 323,
11822
+ "line": 331,
11787
11823
  "character": 34
11788
11824
  },
11789
11825
  "name": "LaneOverviewLine",
@@ -11802,7 +11838,7 @@
11802
11838
  "__schema": "TypeRefSchema",
11803
11839
  "location": {
11804
11840
  "filePath": "lanes.ui.runtime.tsx",
11805
- "line": 323,
11841
+ "line": 331,
11806
11842
  "character": 3
11807
11843
  },
11808
11844
  "name": "LanesUI"
@@ -11813,7 +11849,7 @@
11813
11849
  "__schema": "FunctionLikeSchema",
11814
11850
  "location": {
11815
11851
  "filePath": "lanes.ui.runtime.tsx",
11816
- "line": 328,
11852
+ "line": 336,
11817
11853
  "character": 3
11818
11854
  },
11819
11855
  "signature": "(method) LanesUI.registerNavigation(routes: LanesNavPlugin[]): void",
@@ -11823,7 +11859,7 @@
11823
11859
  "__schema": "ParameterSchema",
11824
11860
  "location": {
11825
11861
  "filePath": "lanes.ui.runtime.tsx",
11826
- "line": 328,
11862
+ "line": 336,
11827
11863
  "character": 22
11828
11864
  },
11829
11865
  "name": "routes",
@@ -11831,14 +11867,14 @@
11831
11867
  "__schema": "TypeArraySchema",
11832
11868
  "location": {
11833
11869
  "filePath": "lanes.ui.runtime.tsx",
11834
- "line": 328,
11870
+ "line": 336,
11835
11871
  "character": 30
11836
11872
  },
11837
11873
  "type": {
11838
11874
  "__schema": "TypeRefSchema",
11839
11875
  "location": {
11840
11876
  "filePath": "lanes.ui.runtime.tsx",
11841
- "line": 328,
11877
+ "line": 336,
11842
11878
  "character": 30
11843
11879
  },
11844
11880
  "name": "LanesNavPlugin",
@@ -11857,7 +11893,7 @@
11857
11893
  "__schema": "InferenceTypeSchema",
11858
11894
  "location": {
11859
11895
  "filePath": "lanes.ui.runtime.tsx",
11860
- "line": 328,
11896
+ "line": 336,
11861
11897
  "character": 3
11862
11898
  },
11863
11899
  "type": "void"
@@ -11868,7 +11904,7 @@
11868
11904
  "__schema": "VariableLikeSchema",
11869
11905
  "location": {
11870
11906
  "filePath": "lanes.ui.runtime.tsx",
11871
- "line": 332,
11907
+ "line": 340,
11872
11908
  "character": 3
11873
11909
  },
11874
11910
  "signature": "(property) LanesUI.getLaneCompare: (props: LaneCompareProps) => React.JSX.Element | null",
@@ -11877,7 +11913,7 @@
11877
11913
  "__schema": "InferenceTypeSchema",
11878
11914
  "location": {
11879
11915
  "filePath": "lanes.ui.runtime.tsx",
11880
- "line": 332,
11916
+ "line": 340,
11881
11917
  "character": 3
11882
11918
  },
11883
11919
  "type": "(props: LaneCompareProps) => React.JSX.Element | null"
@@ -11889,33 +11925,33 @@
11889
11925
  "__schema": "FunctionLikeSchema",
11890
11926
  "location": {
11891
11927
  "filePath": "lanes.ui.runtime.tsx",
11892
- "line": 348,
11928
+ "line": 356,
11893
11929
  "character": 3
11894
11930
  },
11895
- "signature": "(method) LanesUI.provider([uiUi, componentUI, workspaceUi, scopeUi, componentCompareUI]: [\n UiUI,\n ComponentUI,\n WorkspaceUI,\n ScopeUI,\n ComponentCompareUI\n], _: any, [routeSlot, overviewSlot, navSlot, menuWidgetSlot, laneProviderIgnoreSlot]: [\n RouteSlot,\n LaneOverviewLineSlot,\n LanesOrderedNavigationSlot,\n MenuWidgetSlot,\n LaneProviderIgnoreSlot\n], harmony: Harmony): Promise<LanesUI>",
11931
+ "signature": "(method) LanesUI.provider([uiUi, componentUI, workspaceUi, scopeUi, componentCompareUI, commandBarUI]: [\n UiUI,\n ComponentUI,\n WorkspaceUI,\n ScopeUI,\n ComponentCompareUI,\n CommandBarUI\n], _: any, [routeSlot, overviewSlot, navSlot, menuWidgetSlot, laneProviderIgnoreSlot]: [\n RouteSlot,\n LaneOverviewLineSlot,\n LanesOrderedNavigationSlot,\n MenuWidgetSlot,\n LaneProviderIgnoreSlot\n], harmony: Harmony): Promise<LanesUI>",
11896
11932
  "name": "provider",
11897
11933
  "params": [
11898
11934
  {
11899
11935
  "__schema": "ParameterSchema",
11900
11936
  "location": {
11901
11937
  "filePath": "lanes.ui.runtime.tsx",
11902
- "line": 349,
11938
+ "line": 357,
11903
11939
  "character": 5
11904
11940
  },
11905
- "name": "[ uiUi, componentUI, workspaceUi, scopeUi, componentCompareUI ]",
11941
+ "name": "[ uiUi, componentUI, workspaceUi, scopeUi, componentCompareUI, commandBarUI ]",
11906
11942
  "type": {
11907
11943
  "__schema": "TupleTypeSchema",
11908
11944
  "location": {
11909
11945
  "filePath": "lanes.ui.runtime.tsx",
11910
- "line": 349,
11911
- "character": 68
11946
+ "line": 357,
11947
+ "character": 82
11912
11948
  },
11913
11949
  "elements": [
11914
11950
  {
11915
11951
  "__schema": "TypeRefSchema",
11916
11952
  "location": {
11917
11953
  "filePath": "lanes.ui.runtime.tsx",
11918
- "line": 350,
11954
+ "line": 358,
11919
11955
  "character": 7
11920
11956
  },
11921
11957
  "name": "UiUI",
@@ -11928,7 +11964,7 @@
11928
11964
  "__schema": "TypeRefSchema",
11929
11965
  "location": {
11930
11966
  "filePath": "lanes.ui.runtime.tsx",
11931
- "line": 351,
11967
+ "line": 359,
11932
11968
  "character": 7
11933
11969
  },
11934
11970
  "name": "ComponentUI",
@@ -11941,7 +11977,7 @@
11941
11977
  "__schema": "TypeRefSchema",
11942
11978
  "location": {
11943
11979
  "filePath": "lanes.ui.runtime.tsx",
11944
- "line": 352,
11980
+ "line": 360,
11945
11981
  "character": 7
11946
11982
  },
11947
11983
  "name": "WorkspaceUI",
@@ -11954,7 +11990,7 @@
11954
11990
  "__schema": "TypeRefSchema",
11955
11991
  "location": {
11956
11992
  "filePath": "lanes.ui.runtime.tsx",
11957
- "line": 353,
11993
+ "line": 361,
11958
11994
  "character": 7
11959
11995
  },
11960
11996
  "name": "ScopeUI",
@@ -11967,7 +12003,7 @@
11967
12003
  "__schema": "TypeRefSchema",
11968
12004
  "location": {
11969
12005
  "filePath": "lanes.ui.runtime.tsx",
11970
- "line": 354,
12006
+ "line": 362,
11971
12007
  "character": 7
11972
12008
  },
11973
12009
  "name": "ComponentCompareUI",
@@ -11975,6 +12011,19 @@
11975
12011
  "scope": "teambit.component",
11976
12012
  "name": "component-compare"
11977
12013
  }
12014
+ },
12015
+ {
12016
+ "__schema": "TypeRefSchema",
12017
+ "location": {
12018
+ "filePath": "lanes.ui.runtime.tsx",
12019
+ "line": 363,
12020
+ "character": 7
12021
+ },
12022
+ "name": "CommandBarUI",
12023
+ "componentId": {
12024
+ "scope": "teambit.explorer",
12025
+ "name": "command-bar"
12026
+ }
11978
12027
  }
11979
12028
  ]
11980
12029
  },
@@ -11985,7 +12034,7 @@
11985
12034
  "__schema": "ParameterSchema",
11986
12035
  "location": {
11987
12036
  "filePath": "lanes.ui.runtime.tsx",
11988
- "line": 356,
12037
+ "line": 365,
11989
12038
  "character": 5
11990
12039
  },
11991
12040
  "name": "_",
@@ -11993,7 +12042,7 @@
11993
12042
  "__schema": "InferenceTypeSchema",
11994
12043
  "location": {
11995
12044
  "filePath": "lanes.ui.runtime.tsx",
11996
- "line": 356,
12045
+ "line": 365,
11997
12046
  "character": 5
11998
12047
  },
11999
12048
  "type": "any"
@@ -12005,7 +12054,7 @@
12005
12054
  "__schema": "ParameterSchema",
12006
12055
  "location": {
12007
12056
  "filePath": "lanes.ui.runtime.tsx",
12008
- "line": 357,
12057
+ "line": 366,
12009
12058
  "character": 5
12010
12059
  },
12011
12060
  "name": "[ routeSlot, overviewSlot, navSlot, menuWidgetSlot, laneProviderIgnoreSlot ]",
@@ -12013,7 +12062,7 @@
12013
12062
  "__schema": "TupleTypeSchema",
12014
12063
  "location": {
12015
12064
  "filePath": "lanes.ui.runtime.tsx",
12016
- "line": 357,
12065
+ "line": 366,
12017
12066
  "character": 81
12018
12067
  },
12019
12068
  "elements": [
@@ -12021,7 +12070,7 @@
12021
12070
  "__schema": "TypeRefSchema",
12022
12071
  "location": {
12023
12072
  "filePath": "lanes.ui.runtime.tsx",
12024
- "line": 358,
12073
+ "line": 367,
12025
12074
  "character": 7
12026
12075
  },
12027
12076
  "name": "RouteSlot",
@@ -12035,7 +12084,7 @@
12035
12084
  "__schema": "TypeRefSchema",
12036
12085
  "location": {
12037
12086
  "filePath": "lanes.ui.runtime.tsx",
12038
- "line": 359,
12087
+ "line": 368,
12039
12088
  "character": 7
12040
12089
  },
12041
12090
  "name": "LaneOverviewLineSlot",
@@ -12049,7 +12098,7 @@
12049
12098
  "__schema": "TypeRefSchema",
12050
12099
  "location": {
12051
12100
  "filePath": "lanes.ui.runtime.tsx",
12052
- "line": 360,
12101
+ "line": 369,
12053
12102
  "character": 7
12054
12103
  },
12055
12104
  "name": "LanesOrderedNavigationSlot",
@@ -12063,7 +12112,7 @@
12063
12112
  "__schema": "TypeRefSchema",
12064
12113
  "location": {
12065
12114
  "filePath": "lanes.ui.runtime.tsx",
12066
- "line": 361,
12115
+ "line": 370,
12067
12116
  "character": 7
12068
12117
  },
12069
12118
  "name": "MenuWidgetSlot",
@@ -12077,7 +12126,7 @@
12077
12126
  "__schema": "TypeRefSchema",
12078
12127
  "location": {
12079
12128
  "filePath": "lanes.ui.runtime.tsx",
12080
- "line": 362,
12129
+ "line": 371,
12081
12130
  "character": 7
12082
12131
  },
12083
12132
  "name": "LaneProviderIgnoreSlot"
@@ -12091,7 +12140,7 @@
12091
12140
  "__schema": "ParameterSchema",
12092
12141
  "location": {
12093
12142
  "filePath": "lanes.ui.runtime.tsx",
12094
- "line": 364,
12143
+ "line": 373,
12095
12144
  "character": 5
12096
12145
  },
12097
12146
  "name": "harmony",
@@ -12099,7 +12148,7 @@
12099
12148
  "__schema": "TypeRefSchema",
12100
12149
  "location": {
12101
12150
  "filePath": "lanes.ui.runtime.tsx",
12102
- "line": 364,
12151
+ "line": 373,
12103
12152
  "character": 14
12104
12153
  },
12105
12154
  "name": "Harmony",
@@ -12117,7 +12166,7 @@
12117
12166
  "__schema": "InferenceTypeSchema",
12118
12167
  "location": {
12119
12168
  "filePath": "lanes.ui.runtime.tsx",
12120
- "line": 348,
12169
+ "line": 356,
12121
12170
  "character": 3
12122
12171
  },
12123
12172
  "type": "Promise<LanesUI>"
@@ -12135,7 +12184,7 @@
12135
12184
  "__schema": "UnImplementedSchema",
12136
12185
  "location": {
12137
12186
  "filePath": "lanes.ui.runtime.tsx",
12138
- "line": 408,
12187
+ "line": 420,
12139
12188
  "character": 16
12140
12189
  },
12141
12190
  "name": "LanesUI",
@@ -12147,7 +12196,7 @@
12147
12196
  "__schema": "UnImplementedSchema",
12148
12197
  "location": {
12149
12198
  "filePath": "lanes.ui.runtime.tsx",
12150
- "line": 410,
12199
+ "line": 422,
12151
12200
  "character": 1
12152
12201
  },
12153
12202
  "name": "LanesAspect.addRuntime(LanesUI);",
@@ -12206,7 +12255,7 @@
12206
12255
  "componentId": {
12207
12256
  "scope": "teambit.lanes",
12208
12257
  "name": "lanes",
12209
- "version": "1.0.310"
12258
+ "version": "1.0.311"
12210
12259
  },
12211
12260
  "taggedModuleExports": []
12212
12261
  }