@teambit/lanes.ui.models.lanes-model 0.0.217 → 0.0.219
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lanes-model.d.ts +3 -0
- package/dist/lanes-model.js +12 -1
- package/dist/lanes-model.js.map +1 -1
- package/lanes-model.ts +28 -0
- package/package.json +5 -5
- package/schema.json +611 -417
- package/static/css/teambit.lanes/ui/models/lanes-model.2e91b3ea.css +1 -0
- package/teambit_lanes_ui_models_lanes_model-component.js +82 -78
- package/teambit_lanes_ui_models_lanes_model-preview.js +1 -1
- package/dist/tsconfig.json +0 -36
- package/static/css/teambit.lanes/ui/models/lanes-model.ab24fdb8.css +0 -1
package/schema.json
CHANGED
|
@@ -25,18 +25,19 @@
|
|
|
25
25
|
"__schema": "ClassSchema",
|
|
26
26
|
"location": {
|
|
27
27
|
"filePath": "lanes-model.ts",
|
|
28
|
-
"line":
|
|
28
|
+
"line": 95,
|
|
29
29
|
"character": 1
|
|
30
30
|
},
|
|
31
31
|
"doc": {
|
|
32
32
|
"__schema": "DocSchema",
|
|
33
33
|
"location": {
|
|
34
34
|
"filePath": "lanes-model.ts",
|
|
35
|
-
"line":
|
|
35
|
+
"line": 90,
|
|
36
36
|
"character": 1
|
|
37
37
|
},
|
|
38
38
|
"raw": "/**\n * Represents the entire Lanes State in a Workspace/Scope\n * Provides helper methods to extract and map Lane information\n * Keeps track of all the lanes and the currently selected lane from the UI\n */",
|
|
39
|
-
"comment": "Represents the entire Lanes State in a Workspace/Scope\nProvides helper methods to extract and map Lane information\nKeeps track of all the lanes and the currently selected lane from the UI"
|
|
39
|
+
"comment": "Represents the entire Lanes State in a Workspace/Scope\nProvides helper methods to extract and map Lane information\nKeeps track of all the lanes and the currently selected lane from the UI",
|
|
40
|
+
"tags": []
|
|
40
41
|
},
|
|
41
42
|
"signature": "class LanesModel",
|
|
42
43
|
"name": "LanesModel",
|
|
@@ -45,7 +46,7 @@
|
|
|
45
46
|
"__schema": "VariableLikeSchema",
|
|
46
47
|
"location": {
|
|
47
48
|
"filePath": "lanes-model.ts",
|
|
48
|
-
"line":
|
|
49
|
+
"line": 96,
|
|
49
50
|
"character": 3
|
|
50
51
|
},
|
|
51
52
|
"signature": "(property) LanesModel.lanesPrefix: string",
|
|
@@ -54,7 +55,7 @@
|
|
|
54
55
|
"__schema": "InferenceTypeSchema",
|
|
55
56
|
"location": {
|
|
56
57
|
"filePath": "lanes-model.ts",
|
|
57
|
-
"line":
|
|
58
|
+
"line": 96,
|
|
58
59
|
"character": 3
|
|
59
60
|
},
|
|
60
61
|
"type": "string"
|
|
@@ -66,7 +67,7 @@
|
|
|
66
67
|
"__schema": "VariableLikeSchema",
|
|
67
68
|
"location": {
|
|
68
69
|
"filePath": "lanes-model.ts",
|
|
69
|
-
"line":
|
|
70
|
+
"line": 98,
|
|
70
71
|
"character": 3
|
|
71
72
|
},
|
|
72
73
|
"signature": "(property) LanesModel.baseLaneComponentRoute: string",
|
|
@@ -75,7 +76,7 @@
|
|
|
75
76
|
"__schema": "InferenceTypeSchema",
|
|
76
77
|
"location": {
|
|
77
78
|
"filePath": "lanes-model.ts",
|
|
78
|
-
"line":
|
|
79
|
+
"line": 98,
|
|
79
80
|
"character": 3
|
|
80
81
|
},
|
|
81
82
|
"type": "string"
|
|
@@ -87,7 +88,7 @@
|
|
|
87
88
|
"__schema": "VariableLikeSchema",
|
|
88
89
|
"location": {
|
|
89
90
|
"filePath": "lanes-model.ts",
|
|
90
|
-
"line":
|
|
91
|
+
"line": 100,
|
|
91
92
|
"character": 3
|
|
92
93
|
},
|
|
93
94
|
"signature": "(property) LanesModel.lanePath: string",
|
|
@@ -96,7 +97,7 @@
|
|
|
96
97
|
"__schema": "InferenceTypeSchema",
|
|
97
98
|
"location": {
|
|
98
99
|
"filePath": "lanes-model.ts",
|
|
99
|
-
"line":
|
|
100
|
+
"line": 100,
|
|
100
101
|
"character": 3
|
|
101
102
|
},
|
|
102
103
|
"type": "string"
|
|
@@ -108,7 +109,7 @@
|
|
|
108
109
|
"__schema": "VariableLikeSchema",
|
|
109
110
|
"location": {
|
|
110
111
|
"filePath": "lanes-model.ts",
|
|
111
|
-
"line":
|
|
112
|
+
"line": 102,
|
|
112
113
|
"character": 3
|
|
113
114
|
},
|
|
114
115
|
"signature": "(property) LanesModel.laneUrlParamsKey: string",
|
|
@@ -117,7 +118,7 @@
|
|
|
117
118
|
"__schema": "InferenceTypeSchema",
|
|
118
119
|
"location": {
|
|
119
120
|
"filePath": "lanes-model.ts",
|
|
120
|
-
"line":
|
|
121
|
+
"line": 102,
|
|
121
122
|
"character": 3
|
|
122
123
|
},
|
|
123
124
|
"type": "string"
|
|
@@ -129,7 +130,7 @@
|
|
|
129
130
|
"__schema": "VariableLikeSchema",
|
|
130
131
|
"location": {
|
|
131
132
|
"filePath": "lanes-model.ts",
|
|
132
|
-
"line":
|
|
133
|
+
"line": 109,
|
|
133
134
|
"character": 3
|
|
134
135
|
},
|
|
135
136
|
"signature": "(property) LanesModel.getLaneIdFromPathname: (pathname: string, urlSearchParams?: URLSearchParams) => LaneId | undefined",
|
|
@@ -138,7 +139,7 @@
|
|
|
138
139
|
"__schema": "InferenceTypeSchema",
|
|
139
140
|
"location": {
|
|
140
141
|
"filePath": "lanes-model.ts",
|
|
141
|
-
"line":
|
|
142
|
+
"line": 109,
|
|
142
143
|
"character": 3
|
|
143
144
|
},
|
|
144
145
|
"type": "(pathname: string, urlSearchParams?: URLSearchParams) => LaneId | undefined"
|
|
@@ -150,7 +151,7 @@
|
|
|
150
151
|
"__schema": "VariableLikeSchema",
|
|
151
152
|
"location": {
|
|
152
153
|
"filePath": "lanes-model.ts",
|
|
153
|
-
"line":
|
|
154
|
+
"line": 123,
|
|
154
155
|
"character": 3
|
|
155
156
|
},
|
|
156
157
|
"signature": "(property) LanesModel.getLaneUrl: (laneId: LaneId, relative?: boolean) => string",
|
|
@@ -159,7 +160,7 @@
|
|
|
159
160
|
"__schema": "InferenceTypeSchema",
|
|
160
161
|
"location": {
|
|
161
162
|
"filePath": "lanes-model.ts",
|
|
162
|
-
"line":
|
|
163
|
+
"line": 123,
|
|
163
164
|
"character": 3
|
|
164
165
|
},
|
|
165
166
|
"type": "(laneId: LaneId, relative?: boolean) => string"
|
|
@@ -171,7 +172,7 @@
|
|
|
171
172
|
"__schema": "VariableLikeSchema",
|
|
172
173
|
"location": {
|
|
173
174
|
"filePath": "lanes-model.ts",
|
|
174
|
-
"line":
|
|
175
|
+
"line": 126,
|
|
175
176
|
"character": 3
|
|
176
177
|
},
|
|
177
178
|
"signature": "(property) LanesModel.getLaneComponentUrl: (componentId: ComponentID, laneId: LaneId, addScopeMetadataInUrl?: boolean) => string",
|
|
@@ -180,7 +181,7 @@
|
|
|
180
181
|
"__schema": "InferenceTypeSchema",
|
|
181
182
|
"location": {
|
|
182
183
|
"filePath": "lanes-model.ts",
|
|
183
|
-
"line":
|
|
184
|
+
"line": 126,
|
|
184
185
|
"character": 3
|
|
185
186
|
},
|
|
186
187
|
"type": "(componentId: ComponentID, laneId: LaneId, addScopeMetadataInUrl?: boolean) => string"
|
|
@@ -192,7 +193,7 @@
|
|
|
192
193
|
"__schema": "VariableLikeSchema",
|
|
193
194
|
"location": {
|
|
194
195
|
"filePath": "lanes-model.ts",
|
|
195
|
-
"line":
|
|
196
|
+
"line": 144,
|
|
196
197
|
"character": 3
|
|
197
198
|
},
|
|
198
199
|
"signature": "(property) LanesModel.getMainComponentUrl: (componentId: ComponentID, laneId?: LaneId, addScopeMetadataInUrl?: boolean) => string",
|
|
@@ -201,7 +202,7 @@
|
|
|
201
202
|
"__schema": "InferenceTypeSchema",
|
|
202
203
|
"location": {
|
|
203
204
|
"filePath": "lanes-model.ts",
|
|
204
|
-
"line":
|
|
205
|
+
"line": 144,
|
|
205
206
|
"character": 3
|
|
206
207
|
},
|
|
207
208
|
"type": "(componentId: ComponentID, laneId?: LaneId, addScopeMetadataInUrl?: boolean) => string"
|
|
@@ -213,7 +214,7 @@
|
|
|
213
214
|
"__schema": "FunctionLikeSchema",
|
|
214
215
|
"location": {
|
|
215
216
|
"filePath": "lanes-model.ts",
|
|
216
|
-
"line":
|
|
217
|
+
"line": 157,
|
|
217
218
|
"character": 3
|
|
218
219
|
},
|
|
219
220
|
"signature": "(method) LanesModel.mapToLaneModel(laneData: LaneQueryResult): LaneModel",
|
|
@@ -223,7 +224,7 @@
|
|
|
223
224
|
"__schema": "ParameterSchema",
|
|
224
225
|
"location": {
|
|
225
226
|
"filePath": "lanes-model.ts",
|
|
226
|
-
"line":
|
|
227
|
+
"line": 157,
|
|
227
228
|
"character": 25
|
|
228
229
|
},
|
|
229
230
|
"name": "laneData",
|
|
@@ -231,7 +232,7 @@
|
|
|
231
232
|
"__schema": "TypeRefSchema",
|
|
232
233
|
"location": {
|
|
233
234
|
"filePath": "lanes-model.ts",
|
|
234
|
-
"line":
|
|
235
|
+
"line": 157,
|
|
235
236
|
"character": 35
|
|
236
237
|
},
|
|
237
238
|
"name": "LaneQueryResult"
|
|
@@ -244,7 +245,7 @@
|
|
|
244
245
|
"__schema": "TypeRefSchema",
|
|
245
246
|
"location": {
|
|
246
247
|
"filePath": "lanes-model.ts",
|
|
247
|
-
"line":
|
|
248
|
+
"line": 157,
|
|
248
249
|
"character": 3
|
|
249
250
|
},
|
|
250
251
|
"name": "LaneModel"
|
|
@@ -257,7 +258,7 @@
|
|
|
257
258
|
"__schema": "FunctionLikeSchema",
|
|
258
259
|
"location": {
|
|
259
260
|
"filePath": "lanes-model.ts",
|
|
260
|
-
"line":
|
|
261
|
+
"line": 215,
|
|
261
262
|
"character": 3
|
|
262
263
|
},
|
|
263
264
|
"signature": "(method) LanesModel.groupLaneIdsByScope(laneIds: LaneId[]): Map<string, LaneId[]>",
|
|
@@ -267,7 +268,7 @@
|
|
|
267
268
|
"__schema": "ParameterSchema",
|
|
268
269
|
"location": {
|
|
269
270
|
"filePath": "lanes-model.ts",
|
|
270
|
-
"line":
|
|
271
|
+
"line": 215,
|
|
271
272
|
"character": 30
|
|
272
273
|
},
|
|
273
274
|
"name": "laneIds",
|
|
@@ -275,14 +276,14 @@
|
|
|
275
276
|
"__schema": "TypeArraySchema",
|
|
276
277
|
"location": {
|
|
277
278
|
"filePath": "lanes-model.ts",
|
|
278
|
-
"line":
|
|
279
|
+
"line": 215,
|
|
279
280
|
"character": 39
|
|
280
281
|
},
|
|
281
282
|
"type": {
|
|
282
283
|
"__schema": "TypeRefSchema",
|
|
283
284
|
"location": {
|
|
284
285
|
"filePath": "lanes-model.ts",
|
|
285
|
-
"line":
|
|
286
|
+
"line": 215,
|
|
286
287
|
"character": 39
|
|
287
288
|
},
|
|
288
289
|
"name": "LaneId",
|
|
@@ -301,7 +302,7 @@
|
|
|
301
302
|
"__schema": "TypeRefSchema",
|
|
302
303
|
"location": {
|
|
303
304
|
"filePath": "lanes-model.ts",
|
|
304
|
-
"line":
|
|
305
|
+
"line": 215,
|
|
305
306
|
"character": 50
|
|
306
307
|
},
|
|
307
308
|
"name": "Map",
|
|
@@ -310,7 +311,7 @@
|
|
|
310
311
|
"__schema": "KeywordTypeSchema",
|
|
311
312
|
"location": {
|
|
312
313
|
"filePath": "lanes-model.ts",
|
|
313
|
-
"line":
|
|
314
|
+
"line": 215,
|
|
314
315
|
"character": 54
|
|
315
316
|
},
|
|
316
317
|
"name": "string"
|
|
@@ -319,14 +320,14 @@
|
|
|
319
320
|
"__schema": "TypeArraySchema",
|
|
320
321
|
"location": {
|
|
321
322
|
"filePath": "lanes-model.ts",
|
|
322
|
-
"line":
|
|
323
|
+
"line": 215,
|
|
323
324
|
"character": 62
|
|
324
325
|
},
|
|
325
326
|
"type": {
|
|
326
327
|
"__schema": "TypeRefSchema",
|
|
327
328
|
"location": {
|
|
328
329
|
"filePath": "lanes-model.ts",
|
|
329
|
-
"line":
|
|
330
|
+
"line": 215,
|
|
330
331
|
"character": 62
|
|
331
332
|
},
|
|
332
333
|
"name": "LaneId",
|
|
@@ -347,7 +348,7 @@
|
|
|
347
348
|
"__schema": "FunctionLikeSchema",
|
|
348
349
|
"location": {
|
|
349
350
|
"filePath": "lanes-model.ts",
|
|
350
|
-
"line":
|
|
351
|
+
"line": 229,
|
|
351
352
|
"character": 3
|
|
352
353
|
},
|
|
353
354
|
"signature": "(method) LanesModel.groupLanesByScope(lanes: LaneModel[]): Map<string, LaneModel[]>",
|
|
@@ -357,7 +358,7 @@
|
|
|
357
358
|
"__schema": "ParameterSchema",
|
|
358
359
|
"location": {
|
|
359
360
|
"filePath": "lanes-model.ts",
|
|
360
|
-
"line":
|
|
361
|
+
"line": 229,
|
|
361
362
|
"character": 28
|
|
362
363
|
},
|
|
363
364
|
"name": "lanes",
|
|
@@ -365,14 +366,14 @@
|
|
|
365
366
|
"__schema": "TypeArraySchema",
|
|
366
367
|
"location": {
|
|
367
368
|
"filePath": "lanes-model.ts",
|
|
368
|
-
"line":
|
|
369
|
+
"line": 229,
|
|
369
370
|
"character": 35
|
|
370
371
|
},
|
|
371
372
|
"type": {
|
|
372
373
|
"__schema": "TypeRefSchema",
|
|
373
374
|
"location": {
|
|
374
375
|
"filePath": "lanes-model.ts",
|
|
375
|
-
"line":
|
|
376
|
+
"line": 229,
|
|
376
377
|
"character": 35
|
|
377
378
|
},
|
|
378
379
|
"name": "LaneModel"
|
|
@@ -386,7 +387,7 @@
|
|
|
386
387
|
"__schema": "TypeRefSchema",
|
|
387
388
|
"location": {
|
|
388
389
|
"filePath": "lanes-model.ts",
|
|
389
|
-
"line":
|
|
390
|
+
"line": 229,
|
|
390
391
|
"character": 49
|
|
391
392
|
},
|
|
392
393
|
"name": "Map",
|
|
@@ -395,7 +396,7 @@
|
|
|
395
396
|
"__schema": "KeywordTypeSchema",
|
|
396
397
|
"location": {
|
|
397
398
|
"filePath": "lanes-model.ts",
|
|
398
|
-
"line":
|
|
399
|
+
"line": 229,
|
|
399
400
|
"character": 53
|
|
400
401
|
},
|
|
401
402
|
"name": "string"
|
|
@@ -404,14 +405,14 @@
|
|
|
404
405
|
"__schema": "TypeArraySchema",
|
|
405
406
|
"location": {
|
|
406
407
|
"filePath": "lanes-model.ts",
|
|
407
|
-
"line":
|
|
408
|
+
"line": 229,
|
|
408
409
|
"character": 61
|
|
409
410
|
},
|
|
410
411
|
"type": {
|
|
411
412
|
"__schema": "TypeRefSchema",
|
|
412
413
|
"location": {
|
|
413
414
|
"filePath": "lanes-model.ts",
|
|
414
|
-
"line":
|
|
415
|
+
"line": 229,
|
|
415
416
|
"character": 61
|
|
416
417
|
},
|
|
417
418
|
"name": "LaneModel"
|
|
@@ -427,7 +428,7 @@
|
|
|
427
428
|
"__schema": "FunctionLikeSchema",
|
|
428
429
|
"location": {
|
|
429
430
|
"filePath": "lanes-model.ts",
|
|
430
|
-
"line":
|
|
431
|
+
"line": 243,
|
|
431
432
|
"character": 3
|
|
432
433
|
},
|
|
433
434
|
"signature": "(method) LanesModel.groupByComponentNameAndId(lanes: LaneModel[]): {\n byName: Map<string, LaneModel[]>;\n byId: Map<string, LaneModel[]>;\n}",
|
|
@@ -437,7 +438,7 @@
|
|
|
437
438
|
"__schema": "ParameterSchema",
|
|
438
439
|
"location": {
|
|
439
440
|
"filePath": "lanes-model.ts",
|
|
440
|
-
"line":
|
|
441
|
+
"line": 243,
|
|
441
442
|
"character": 36
|
|
442
443
|
},
|
|
443
444
|
"name": "lanes",
|
|
@@ -445,14 +446,14 @@
|
|
|
445
446
|
"__schema": "TypeArraySchema",
|
|
446
447
|
"location": {
|
|
447
448
|
"filePath": "lanes-model.ts",
|
|
448
|
-
"line":
|
|
449
|
+
"line": 243,
|
|
449
450
|
"character": 43
|
|
450
451
|
},
|
|
451
452
|
"type": {
|
|
452
453
|
"__schema": "TypeRefSchema",
|
|
453
454
|
"location": {
|
|
454
455
|
"filePath": "lanes-model.ts",
|
|
455
|
-
"line":
|
|
456
|
+
"line": 243,
|
|
456
457
|
"character": 43
|
|
457
458
|
},
|
|
458
459
|
"name": "LaneModel"
|
|
@@ -466,7 +467,7 @@
|
|
|
466
467
|
"__schema": "TypeLiteralSchema",
|
|
467
468
|
"location": {
|
|
468
469
|
"filePath": "lanes-model.ts",
|
|
469
|
-
"line":
|
|
470
|
+
"line": 243,
|
|
470
471
|
"character": 57
|
|
471
472
|
},
|
|
472
473
|
"members": [
|
|
@@ -474,7 +475,7 @@
|
|
|
474
475
|
"__schema": "VariableLikeSchema",
|
|
475
476
|
"location": {
|
|
476
477
|
"filePath": "lanes-model.ts",
|
|
477
|
-
"line":
|
|
478
|
+
"line": 244,
|
|
478
479
|
"character": 5
|
|
479
480
|
},
|
|
480
481
|
"signature": "(property) byName: Map<string, LaneModel[]>",
|
|
@@ -483,7 +484,7 @@
|
|
|
483
484
|
"__schema": "TypeRefSchema",
|
|
484
485
|
"location": {
|
|
485
486
|
"filePath": "lanes-model.ts",
|
|
486
|
-
"line":
|
|
487
|
+
"line": 244,
|
|
487
488
|
"character": 13
|
|
488
489
|
},
|
|
489
490
|
"name": "Map",
|
|
@@ -492,7 +493,7 @@
|
|
|
492
493
|
"__schema": "KeywordTypeSchema",
|
|
493
494
|
"location": {
|
|
494
495
|
"filePath": "lanes-model.ts",
|
|
495
|
-
"line":
|
|
496
|
+
"line": 244,
|
|
496
497
|
"character": 17
|
|
497
498
|
},
|
|
498
499
|
"name": "string"
|
|
@@ -501,14 +502,14 @@
|
|
|
501
502
|
"__schema": "TypeArraySchema",
|
|
502
503
|
"location": {
|
|
503
504
|
"filePath": "lanes-model.ts",
|
|
504
|
-
"line":
|
|
505
|
+
"line": 244,
|
|
505
506
|
"character": 25
|
|
506
507
|
},
|
|
507
508
|
"type": {
|
|
508
509
|
"__schema": "TypeRefSchema",
|
|
509
510
|
"location": {
|
|
510
511
|
"filePath": "lanes-model.ts",
|
|
511
|
-
"line":
|
|
512
|
+
"line": 244,
|
|
512
513
|
"character": 25
|
|
513
514
|
},
|
|
514
515
|
"name": "LaneModel"
|
|
@@ -522,7 +523,7 @@
|
|
|
522
523
|
"__schema": "VariableLikeSchema",
|
|
523
524
|
"location": {
|
|
524
525
|
"filePath": "lanes-model.ts",
|
|
525
|
-
"line":
|
|
526
|
+
"line": 245,
|
|
526
527
|
"character": 5
|
|
527
528
|
},
|
|
528
529
|
"signature": "(property) byId: Map<string, LaneModel[]>",
|
|
@@ -531,7 +532,7 @@
|
|
|
531
532
|
"__schema": "TypeRefSchema",
|
|
532
533
|
"location": {
|
|
533
534
|
"filePath": "lanes-model.ts",
|
|
534
|
-
"line":
|
|
535
|
+
"line": 245,
|
|
535
536
|
"character": 11
|
|
536
537
|
},
|
|
537
538
|
"name": "Map",
|
|
@@ -540,7 +541,7 @@
|
|
|
540
541
|
"__schema": "KeywordTypeSchema",
|
|
541
542
|
"location": {
|
|
542
543
|
"filePath": "lanes-model.ts",
|
|
543
|
-
"line":
|
|
544
|
+
"line": 245,
|
|
544
545
|
"character": 15
|
|
545
546
|
},
|
|
546
547
|
"name": "string"
|
|
@@ -549,14 +550,14 @@
|
|
|
549
550
|
"__schema": "TypeArraySchema",
|
|
550
551
|
"location": {
|
|
551
552
|
"filePath": "lanes-model.ts",
|
|
552
|
-
"line":
|
|
553
|
+
"line": 245,
|
|
553
554
|
"character": 23
|
|
554
555
|
},
|
|
555
556
|
"type": {
|
|
556
557
|
"__schema": "TypeRefSchema",
|
|
557
558
|
"location": {
|
|
558
559
|
"filePath": "lanes-model.ts",
|
|
559
|
-
"line":
|
|
560
|
+
"line": 245,
|
|
560
561
|
"character": 23
|
|
561
562
|
},
|
|
562
563
|
"name": "LaneModel"
|
|
@@ -576,7 +577,7 @@
|
|
|
576
577
|
"__schema": "FunctionLikeSchema",
|
|
577
578
|
"location": {
|
|
578
579
|
"filePath": "lanes-model.ts",
|
|
579
|
-
"line":
|
|
580
|
+
"line": 266,
|
|
580
581
|
"character": 3
|
|
581
582
|
},
|
|
582
583
|
"signature": "(method) LanesModel.from({ data, scope, viewedLaneId, }: {\n data: LanesQuery;\n scope?: string;\n host?: string;\n viewedLaneId?: LaneId;\n}): LanesModel",
|
|
@@ -586,7 +587,7 @@
|
|
|
586
587
|
"__schema": "ParameterSchema",
|
|
587
588
|
"location": {
|
|
588
589
|
"filePath": "lanes-model.ts",
|
|
589
|
-
"line":
|
|
590
|
+
"line": 266,
|
|
590
591
|
"character": 15
|
|
591
592
|
},
|
|
592
593
|
"name": "{ data, scope, viewedLaneId }",
|
|
@@ -594,7 +595,7 @@
|
|
|
594
595
|
"__schema": "TypeLiteralSchema",
|
|
595
596
|
"location": {
|
|
596
597
|
"filePath": "lanes-model.ts",
|
|
597
|
-
"line":
|
|
598
|
+
"line": 270,
|
|
598
599
|
"character": 6
|
|
599
600
|
},
|
|
600
601
|
"members": [
|
|
@@ -602,7 +603,7 @@
|
|
|
602
603
|
"__schema": "VariableLikeSchema",
|
|
603
604
|
"location": {
|
|
604
605
|
"filePath": "lanes-model.ts",
|
|
605
|
-
"line":
|
|
606
|
+
"line": 271,
|
|
606
607
|
"character": 5
|
|
607
608
|
},
|
|
608
609
|
"signature": "(property) data: LanesQuery",
|
|
@@ -611,7 +612,7 @@
|
|
|
611
612
|
"__schema": "TypeRefSchema",
|
|
612
613
|
"location": {
|
|
613
614
|
"filePath": "lanes-model.ts",
|
|
614
|
-
"line":
|
|
615
|
+
"line": 271,
|
|
615
616
|
"character": 5
|
|
616
617
|
},
|
|
617
618
|
"name": "LanesQuery"
|
|
@@ -622,7 +623,7 @@
|
|
|
622
623
|
"__schema": "VariableLikeSchema",
|
|
623
624
|
"location": {
|
|
624
625
|
"filePath": "lanes-model.ts",
|
|
625
|
-
"line":
|
|
626
|
+
"line": 272,
|
|
626
627
|
"character": 5
|
|
627
628
|
},
|
|
628
629
|
"signature": "(property) scope?: string",
|
|
@@ -631,7 +632,7 @@
|
|
|
631
632
|
"__schema": "KeywordTypeSchema",
|
|
632
633
|
"location": {
|
|
633
634
|
"filePath": "lanes-model.ts",
|
|
634
|
-
"line":
|
|
635
|
+
"line": 272,
|
|
635
636
|
"character": 13
|
|
636
637
|
},
|
|
637
638
|
"name": "string"
|
|
@@ -642,7 +643,7 @@
|
|
|
642
643
|
"__schema": "VariableLikeSchema",
|
|
643
644
|
"location": {
|
|
644
645
|
"filePath": "lanes-model.ts",
|
|
645
|
-
"line":
|
|
646
|
+
"line": 274,
|
|
646
647
|
"character": 5
|
|
647
648
|
},
|
|
648
649
|
"signature": "(property) host?: string",
|
|
@@ -651,7 +652,7 @@
|
|
|
651
652
|
"__schema": "KeywordTypeSchema",
|
|
652
653
|
"location": {
|
|
653
654
|
"filePath": "lanes-model.ts",
|
|
654
|
-
"line":
|
|
655
|
+
"line": 274,
|
|
655
656
|
"character": 12
|
|
656
657
|
},
|
|
657
658
|
"name": "string"
|
|
@@ -662,7 +663,7 @@
|
|
|
662
663
|
"__schema": "VariableLikeSchema",
|
|
663
664
|
"location": {
|
|
664
665
|
"filePath": "lanes-model.ts",
|
|
665
|
-
"line":
|
|
666
|
+
"line": 275,
|
|
666
667
|
"character": 5
|
|
667
668
|
},
|
|
668
669
|
"signature": "(property) viewedLaneId?: LaneId",
|
|
@@ -671,7 +672,7 @@
|
|
|
671
672
|
"__schema": "TypeRefSchema",
|
|
672
673
|
"location": {
|
|
673
674
|
"filePath": "lanes-model.ts",
|
|
674
|
-
"line":
|
|
675
|
+
"line": 275,
|
|
675
676
|
"character": 5
|
|
676
677
|
},
|
|
677
678
|
"name": "LaneId",
|
|
@@ -691,7 +692,7 @@
|
|
|
691
692
|
"__schema": "VariableLikeSchema",
|
|
692
693
|
"location": {
|
|
693
694
|
"filePath": "lanes-model.ts",
|
|
694
|
-
"line":
|
|
695
|
+
"line": 271,
|
|
695
696
|
"character": 5
|
|
696
697
|
},
|
|
697
698
|
"signature": "(property) data: LanesQuery",
|
|
@@ -700,7 +701,7 @@
|
|
|
700
701
|
"__schema": "TypeRefSchema",
|
|
701
702
|
"location": {
|
|
702
703
|
"filePath": "lanes-model.ts",
|
|
703
|
-
"line":
|
|
704
|
+
"line": 271,
|
|
704
705
|
"character": 5
|
|
705
706
|
},
|
|
706
707
|
"name": "LanesQuery"
|
|
@@ -711,7 +712,7 @@
|
|
|
711
712
|
"__schema": "VariableLikeSchema",
|
|
712
713
|
"location": {
|
|
713
714
|
"filePath": "lanes-model.ts",
|
|
714
|
-
"line":
|
|
715
|
+
"line": 272,
|
|
715
716
|
"character": 5
|
|
716
717
|
},
|
|
717
718
|
"signature": "(property) scope?: string",
|
|
@@ -720,7 +721,7 @@
|
|
|
720
721
|
"__schema": "KeywordTypeSchema",
|
|
721
722
|
"location": {
|
|
722
723
|
"filePath": "lanes-model.ts",
|
|
723
|
-
"line":
|
|
724
|
+
"line": 272,
|
|
724
725
|
"character": 13
|
|
725
726
|
},
|
|
726
727
|
"name": "string"
|
|
@@ -731,7 +732,7 @@
|
|
|
731
732
|
"__schema": "VariableLikeSchema",
|
|
732
733
|
"location": {
|
|
733
734
|
"filePath": "lanes-model.ts",
|
|
734
|
-
"line":
|
|
735
|
+
"line": 275,
|
|
735
736
|
"character": 5
|
|
736
737
|
},
|
|
737
738
|
"signature": "(property) viewedLaneId?: LaneId",
|
|
@@ -740,7 +741,7 @@
|
|
|
740
741
|
"__schema": "TypeRefSchema",
|
|
741
742
|
"location": {
|
|
742
743
|
"filePath": "lanes-model.ts",
|
|
743
|
-
"line":
|
|
744
|
+
"line": 275,
|
|
744
745
|
"character": 5
|
|
745
746
|
},
|
|
746
747
|
"name": "LaneId",
|
|
@@ -760,7 +761,7 @@
|
|
|
760
761
|
"__schema": "TypeRefSchema",
|
|
761
762
|
"location": {
|
|
762
763
|
"filePath": "lanes-model.ts",
|
|
763
|
-
"line":
|
|
764
|
+
"line": 266,
|
|
764
765
|
"character": 3
|
|
765
766
|
},
|
|
766
767
|
"name": "LanesModel"
|
|
@@ -773,7 +774,7 @@
|
|
|
773
774
|
"__schema": "ConstructorSchema",
|
|
774
775
|
"location": {
|
|
775
776
|
"filePath": "lanes-model.ts",
|
|
776
|
-
"line":
|
|
777
|
+
"line": 291,
|
|
777
778
|
"character": 3
|
|
778
779
|
},
|
|
779
780
|
"signature": "constructor LanesModel({ lanes, viewedLane, currentLane, defaultLane }: LanesModelProps): LanesModel",
|
|
@@ -783,7 +784,7 @@
|
|
|
783
784
|
"__schema": "ParameterSchema",
|
|
784
785
|
"location": {
|
|
785
786
|
"filePath": "lanes-model.ts",
|
|
786
|
-
"line":
|
|
787
|
+
"line": 291,
|
|
787
788
|
"character": 15
|
|
788
789
|
},
|
|
789
790
|
"name": "{ lanes = [], viewedLane, currentLane, defaultLane }",
|
|
@@ -791,7 +792,7 @@
|
|
|
791
792
|
"__schema": "TypeRefSchema",
|
|
792
793
|
"location": {
|
|
793
794
|
"filePath": "lanes-model.ts",
|
|
794
|
-
"line":
|
|
795
|
+
"line": 291,
|
|
795
796
|
"character": 69
|
|
796
797
|
},
|
|
797
798
|
"name": "LanesModelProps",
|
|
@@ -803,7 +804,7 @@
|
|
|
803
804
|
"__schema": "InferenceTypeSchema",
|
|
804
805
|
"location": {
|
|
805
806
|
"filePath": "lanes-model.ts",
|
|
806
|
-
"line":
|
|
807
|
+
"line": 291,
|
|
807
808
|
"character": 17
|
|
808
809
|
},
|
|
809
810
|
"name": "lanes",
|
|
@@ -815,7 +816,7 @@
|
|
|
815
816
|
"__schema": "InferenceTypeSchema",
|
|
816
817
|
"location": {
|
|
817
818
|
"filePath": "lanes-model.ts",
|
|
818
|
-
"line":
|
|
819
|
+
"line": 291,
|
|
819
820
|
"character": 29
|
|
820
821
|
},
|
|
821
822
|
"name": "viewedLane",
|
|
@@ -826,7 +827,7 @@
|
|
|
826
827
|
"__schema": "InferenceTypeSchema",
|
|
827
828
|
"location": {
|
|
828
829
|
"filePath": "lanes-model.ts",
|
|
829
|
-
"line":
|
|
830
|
+
"line": 291,
|
|
830
831
|
"character": 41
|
|
831
832
|
},
|
|
832
833
|
"name": "currentLane",
|
|
@@ -837,7 +838,7 @@
|
|
|
837
838
|
"__schema": "InferenceTypeSchema",
|
|
838
839
|
"location": {
|
|
839
840
|
"filePath": "lanes-model.ts",
|
|
840
|
-
"line":
|
|
841
|
+
"line": 291,
|
|
841
842
|
"character": 54
|
|
842
843
|
},
|
|
843
844
|
"name": "defaultLane",
|
|
@@ -852,7 +853,7 @@
|
|
|
852
853
|
"__schema": "ThisTypeSchema",
|
|
853
854
|
"location": {
|
|
854
855
|
"filePath": "lanes-model.ts",
|
|
855
|
-
"line":
|
|
856
|
+
"line": 95,
|
|
856
857
|
"character": 1
|
|
857
858
|
},
|
|
858
859
|
"name": "LanesModel"
|
|
@@ -863,7 +864,7 @@
|
|
|
863
864
|
"__schema": "VariableLikeSchema",
|
|
864
865
|
"location": {
|
|
865
866
|
"filePath": "lanes-model.ts",
|
|
866
|
-
"line":
|
|
867
|
+
"line": 305,
|
|
867
868
|
"character": 3
|
|
868
869
|
},
|
|
869
870
|
"signature": "(property) LanesModel.laneIdsByScope: Map<string, LaneId[]>",
|
|
@@ -872,7 +873,7 @@
|
|
|
872
873
|
"__schema": "TypeRefSchema",
|
|
873
874
|
"location": {
|
|
874
875
|
"filePath": "lanes-model.ts",
|
|
875
|
-
"line":
|
|
876
|
+
"line": 305,
|
|
876
877
|
"character": 19
|
|
877
878
|
},
|
|
878
879
|
"name": "Map",
|
|
@@ -881,7 +882,7 @@
|
|
|
881
882
|
"__schema": "KeywordTypeSchema",
|
|
882
883
|
"location": {
|
|
883
884
|
"filePath": "lanes-model.ts",
|
|
884
|
-
"line":
|
|
885
|
+
"line": 305,
|
|
885
886
|
"character": 23
|
|
886
887
|
},
|
|
887
888
|
"name": "string"
|
|
@@ -890,14 +891,14 @@
|
|
|
890
891
|
"__schema": "TypeArraySchema",
|
|
891
892
|
"location": {
|
|
892
893
|
"filePath": "lanes-model.ts",
|
|
893
|
-
"line":
|
|
894
|
+
"line": 305,
|
|
894
895
|
"character": 31
|
|
895
896
|
},
|
|
896
897
|
"type": {
|
|
897
898
|
"__schema": "TypeRefSchema",
|
|
898
899
|
"location": {
|
|
899
900
|
"filePath": "lanes-model.ts",
|
|
900
|
-
"line":
|
|
901
|
+
"line": 305,
|
|
901
902
|
"character": 31
|
|
902
903
|
},
|
|
903
904
|
"name": "LaneId",
|
|
@@ -916,7 +917,7 @@
|
|
|
916
917
|
"__schema": "VariableLikeSchema",
|
|
917
918
|
"location": {
|
|
918
919
|
"filePath": "lanes-model.ts",
|
|
919
|
-
"line":
|
|
920
|
+
"line": 307,
|
|
920
921
|
"character": 3
|
|
921
922
|
},
|
|
922
923
|
"signature": "(property) LanesModel.lanesByComponentName: Map<string, LaneModel[]>",
|
|
@@ -925,7 +926,7 @@
|
|
|
925
926
|
"__schema": "TypeRefSchema",
|
|
926
927
|
"location": {
|
|
927
928
|
"filePath": "lanes-model.ts",
|
|
928
|
-
"line":
|
|
929
|
+
"line": 307,
|
|
929
930
|
"character": 25
|
|
930
931
|
},
|
|
931
932
|
"name": "Map",
|
|
@@ -934,7 +935,7 @@
|
|
|
934
935
|
"__schema": "KeywordTypeSchema",
|
|
935
936
|
"location": {
|
|
936
937
|
"filePath": "lanes-model.ts",
|
|
937
|
-
"line":
|
|
938
|
+
"line": 307,
|
|
938
939
|
"character": 29
|
|
939
940
|
},
|
|
940
941
|
"name": "string"
|
|
@@ -943,14 +944,14 @@
|
|
|
943
944
|
"__schema": "TypeArraySchema",
|
|
944
945
|
"location": {
|
|
945
946
|
"filePath": "lanes-model.ts",
|
|
946
|
-
"line":
|
|
947
|
+
"line": 307,
|
|
947
948
|
"character": 37
|
|
948
949
|
},
|
|
949
950
|
"type": {
|
|
950
951
|
"__schema": "TypeRefSchema",
|
|
951
952
|
"location": {
|
|
952
953
|
"filePath": "lanes-model.ts",
|
|
953
|
-
"line":
|
|
954
|
+
"line": 307,
|
|
954
955
|
"character": 37
|
|
955
956
|
},
|
|
956
957
|
"name": "LaneModel"
|
|
@@ -964,7 +965,7 @@
|
|
|
964
965
|
"__schema": "VariableLikeSchema",
|
|
965
966
|
"location": {
|
|
966
967
|
"filePath": "lanes-model.ts",
|
|
967
|
-
"line":
|
|
968
|
+
"line": 309,
|
|
968
969
|
"character": 3
|
|
969
970
|
},
|
|
970
971
|
"signature": "(property) LanesModel.lanesByComponentId: Map<string, LaneModel[]>",
|
|
@@ -973,7 +974,7 @@
|
|
|
973
974
|
"__schema": "TypeRefSchema",
|
|
974
975
|
"location": {
|
|
975
976
|
"filePath": "lanes-model.ts",
|
|
976
|
-
"line":
|
|
977
|
+
"line": 309,
|
|
977
978
|
"character": 23
|
|
978
979
|
},
|
|
979
980
|
"name": "Map",
|
|
@@ -982,7 +983,7 @@
|
|
|
982
983
|
"__schema": "KeywordTypeSchema",
|
|
983
984
|
"location": {
|
|
984
985
|
"filePath": "lanes-model.ts",
|
|
985
|
-
"line":
|
|
986
|
+
"line": 309,
|
|
986
987
|
"character": 27
|
|
987
988
|
},
|
|
988
989
|
"name": "string"
|
|
@@ -991,14 +992,14 @@
|
|
|
991
992
|
"__schema": "TypeArraySchema",
|
|
992
993
|
"location": {
|
|
993
994
|
"filePath": "lanes-model.ts",
|
|
994
|
-
"line":
|
|
995
|
+
"line": 309,
|
|
995
996
|
"character": 35
|
|
996
997
|
},
|
|
997
998
|
"type": {
|
|
998
999
|
"__schema": "TypeRefSchema",
|
|
999
1000
|
"location": {
|
|
1000
1001
|
"filePath": "lanes-model.ts",
|
|
1001
|
-
"line":
|
|
1002
|
+
"line": 309,
|
|
1002
1003
|
"character": 35
|
|
1003
1004
|
},
|
|
1004
1005
|
"name": "LaneModel"
|
|
@@ -1012,7 +1013,7 @@
|
|
|
1012
1013
|
"__schema": "VariableLikeSchema",
|
|
1013
1014
|
"location": {
|
|
1014
1015
|
"filePath": "lanes-model.ts",
|
|
1015
|
-
"line":
|
|
1016
|
+
"line": 311,
|
|
1016
1017
|
"character": 3
|
|
1017
1018
|
},
|
|
1018
1019
|
"signature": "(property) LanesModel.viewedLane?: LaneModel",
|
|
@@ -1021,7 +1022,7 @@
|
|
|
1021
1022
|
"__schema": "TypeRefSchema",
|
|
1022
1023
|
"location": {
|
|
1023
1024
|
"filePath": "lanes-model.ts",
|
|
1024
|
-
"line":
|
|
1025
|
+
"line": 311,
|
|
1025
1026
|
"character": 3
|
|
1026
1027
|
},
|
|
1027
1028
|
"name": "LaneModel"
|
|
@@ -1032,7 +1033,7 @@
|
|
|
1032
1033
|
"__schema": "VariableLikeSchema",
|
|
1033
1034
|
"location": {
|
|
1034
1035
|
"filePath": "lanes-model.ts",
|
|
1035
|
-
"line":
|
|
1036
|
+
"line": 313,
|
|
1036
1037
|
"character": 3
|
|
1037
1038
|
},
|
|
1038
1039
|
"signature": "(property) LanesModel.currentLane?: LaneModel",
|
|
@@ -1041,7 +1042,7 @@
|
|
|
1041
1042
|
"__schema": "TypeRefSchema",
|
|
1042
1043
|
"location": {
|
|
1043
1044
|
"filePath": "lanes-model.ts",
|
|
1044
|
-
"line":
|
|
1045
|
+
"line": 313,
|
|
1045
1046
|
"character": 3
|
|
1046
1047
|
},
|
|
1047
1048
|
"name": "LaneModel"
|
|
@@ -1052,7 +1053,7 @@
|
|
|
1052
1053
|
"__schema": "VariableLikeSchema",
|
|
1053
1054
|
"location": {
|
|
1054
1055
|
"filePath": "lanes-model.ts",
|
|
1055
|
-
"line":
|
|
1056
|
+
"line": 315,
|
|
1056
1057
|
"character": 3
|
|
1057
1058
|
},
|
|
1058
1059
|
"signature": "(property) LanesModel.defaultLane?: LaneModel",
|
|
@@ -1061,7 +1062,7 @@
|
|
|
1061
1062
|
"__schema": "TypeRefSchema",
|
|
1062
1063
|
"location": {
|
|
1063
1064
|
"filePath": "lanes-model.ts",
|
|
1064
|
-
"line":
|
|
1065
|
+
"line": 315,
|
|
1065
1066
|
"character": 3
|
|
1066
1067
|
},
|
|
1067
1068
|
"name": "LaneModel"
|
|
@@ -1072,7 +1073,7 @@
|
|
|
1072
1073
|
"__schema": "VariableLikeSchema",
|
|
1073
1074
|
"location": {
|
|
1074
1075
|
"filePath": "lanes-model.ts",
|
|
1075
|
-
"line":
|
|
1076
|
+
"line": 317,
|
|
1076
1077
|
"character": 3
|
|
1077
1078
|
},
|
|
1078
1079
|
"signature": "(property) LanesModel.lanes: LaneModel[]",
|
|
@@ -1081,14 +1082,14 @@
|
|
|
1081
1082
|
"__schema": "TypeArraySchema",
|
|
1082
1083
|
"location": {
|
|
1083
1084
|
"filePath": "lanes-model.ts",
|
|
1084
|
-
"line":
|
|
1085
|
+
"line": 317,
|
|
1085
1086
|
"character": 10
|
|
1086
1087
|
},
|
|
1087
1088
|
"type": {
|
|
1088
1089
|
"__schema": "TypeRefSchema",
|
|
1089
1090
|
"location": {
|
|
1090
1091
|
"filePath": "lanes-model.ts",
|
|
1091
|
-
"line":
|
|
1092
|
+
"line": 317,
|
|
1092
1093
|
"character": 10
|
|
1093
1094
|
},
|
|
1094
1095
|
"name": "LaneModel"
|
|
@@ -1100,7 +1101,7 @@
|
|
|
1100
1101
|
"__schema": "VariableLikeSchema",
|
|
1101
1102
|
"location": {
|
|
1102
1103
|
"filePath": "lanes-model.ts",
|
|
1103
|
-
"line":
|
|
1104
|
+
"line": 319,
|
|
1104
1105
|
"character": 3
|
|
1105
1106
|
},
|
|
1106
1107
|
"signature": "(property) LanesModel.getLaneComponentUrlByVersion: (componentId: ComponentID, laneId?: LaneId, addScopeMetadataInUrl?: boolean) => string",
|
|
@@ -1109,7 +1110,7 @@
|
|
|
1109
1110
|
"__schema": "InferenceTypeSchema",
|
|
1110
1111
|
"location": {
|
|
1111
1112
|
"filePath": "lanes-model.ts",
|
|
1112
|
-
"line":
|
|
1113
|
+
"line": 319,
|
|
1113
1114
|
"character": 3
|
|
1114
1115
|
},
|
|
1115
1116
|
"type": "(componentId: ComponentID, laneId?: LaneId, addScopeMetadataInUrl?: boolean) => string"
|
|
@@ -1121,7 +1122,7 @@
|
|
|
1121
1122
|
"__schema": "VariableLikeSchema",
|
|
1122
1123
|
"location": {
|
|
1123
1124
|
"filePath": "lanes-model.ts",
|
|
1124
|
-
"line":
|
|
1125
|
+
"line": 344,
|
|
1125
1126
|
"character": 3
|
|
1126
1127
|
},
|
|
1127
1128
|
"signature": "(property) LanesModel.setViewedLane: (viewedLaneId?: LaneId) => void",
|
|
@@ -1130,7 +1131,7 @@
|
|
|
1130
1131
|
"__schema": "InferenceTypeSchema",
|
|
1131
1132
|
"location": {
|
|
1132
1133
|
"filePath": "lanes-model.ts",
|
|
1133
|
-
"line":
|
|
1134
|
+
"line": 344,
|
|
1134
1135
|
"character": 3
|
|
1135
1136
|
},
|
|
1136
1137
|
"type": "(viewedLaneId?: LaneId) => void"
|
|
@@ -1142,7 +1143,7 @@
|
|
|
1142
1143
|
"__schema": "VariableLikeSchema",
|
|
1143
1144
|
"location": {
|
|
1144
1145
|
"filePath": "lanes-model.ts",
|
|
1145
|
-
"line":
|
|
1146
|
+
"line": 348,
|
|
1146
1147
|
"character": 3
|
|
1147
1148
|
},
|
|
1148
1149
|
"signature": "(property) LanesModel.setViewedOrDefaultLane: (viewedLaneId?: LaneId) => void",
|
|
@@ -1151,7 +1152,7 @@
|
|
|
1151
1152
|
"__schema": "InferenceTypeSchema",
|
|
1152
1153
|
"location": {
|
|
1153
1154
|
"filePath": "lanes-model.ts",
|
|
1154
|
-
"line":
|
|
1155
|
+
"line": 348,
|
|
1155
1156
|
"character": 3
|
|
1156
1157
|
},
|
|
1157
1158
|
"type": "(viewedLaneId?: LaneId) => void"
|
|
@@ -1163,7 +1164,7 @@
|
|
|
1163
1164
|
"__schema": "VariableLikeSchema",
|
|
1164
1165
|
"location": {
|
|
1165
1166
|
"filePath": "lanes-model.ts",
|
|
1166
|
-
"line":
|
|
1167
|
+
"line": 352,
|
|
1167
1168
|
"character": 3
|
|
1168
1169
|
},
|
|
1169
1170
|
"signature": "(property) LanesModel.resolveComponentFromUrl: (idFromUrl: string, laneId?: LaneId) => ComponentID",
|
|
@@ -1172,7 +1173,7 @@
|
|
|
1172
1173
|
"__schema": "InferenceTypeSchema",
|
|
1173
1174
|
"location": {
|
|
1174
1175
|
"filePath": "lanes-model.ts",
|
|
1175
|
-
"line":
|
|
1176
|
+
"line": 352,
|
|
1176
1177
|
"character": 3
|
|
1177
1178
|
},
|
|
1178
1179
|
"type": "(idFromUrl: string, laneId?: LaneId) => ComponentID"
|
|
@@ -1184,7 +1185,7 @@
|
|
|
1184
1185
|
"__schema": "VariableLikeSchema",
|
|
1185
1186
|
"location": {
|
|
1186
1187
|
"filePath": "lanes-model.ts",
|
|
1187
|
-
"line":
|
|
1188
|
+
"line": 361,
|
|
1188
1189
|
"character": 3
|
|
1189
1190
|
},
|
|
1190
1191
|
"signature": "(property) LanesModel.getDefaultLane: () => LaneModel",
|
|
@@ -1193,7 +1194,7 @@
|
|
|
1193
1194
|
"__schema": "InferenceTypeSchema",
|
|
1194
1195
|
"location": {
|
|
1195
1196
|
"filePath": "lanes-model.ts",
|
|
1196
|
-
"line":
|
|
1197
|
+
"line": 361,
|
|
1197
1198
|
"character": 3
|
|
1198
1199
|
},
|
|
1199
1200
|
"type": "() => LaneModel"
|
|
@@ -1205,7 +1206,7 @@
|
|
|
1205
1206
|
"__schema": "VariableLikeSchema",
|
|
1206
1207
|
"location": {
|
|
1207
1208
|
"filePath": "lanes-model.ts",
|
|
1208
|
-
"line":
|
|
1209
|
+
"line": 363,
|
|
1209
1210
|
"character": 3
|
|
1210
1211
|
},
|
|
1211
1212
|
"signature": "(property) LanesModel.getNonMainLanes: () => LaneModel[]",
|
|
@@ -1214,7 +1215,7 @@
|
|
|
1214
1215
|
"__schema": "InferenceTypeSchema",
|
|
1215
1216
|
"location": {
|
|
1216
1217
|
"filePath": "lanes-model.ts",
|
|
1217
|
-
"line":
|
|
1218
|
+
"line": 363,
|
|
1218
1219
|
"character": 3
|
|
1219
1220
|
},
|
|
1220
1221
|
"type": "() => LaneModel[]"
|
|
@@ -1226,7 +1227,7 @@
|
|
|
1226
1227
|
"__schema": "VariableLikeSchema",
|
|
1227
1228
|
"location": {
|
|
1228
1229
|
"filePath": "lanes-model.ts",
|
|
1229
|
-
"line":
|
|
1230
|
+
"line": 365,
|
|
1230
1231
|
"character": 3
|
|
1231
1232
|
},
|
|
1232
1233
|
"signature": "(property) LanesModel.isInViewedLane: (componentId: ComponentID, includeVersion?: boolean) => boolean",
|
|
@@ -1235,7 +1236,7 @@
|
|
|
1235
1236
|
"__schema": "InferenceTypeSchema",
|
|
1236
1237
|
"location": {
|
|
1237
1238
|
"filePath": "lanes-model.ts",
|
|
1238
|
-
"line":
|
|
1239
|
+
"line": 365,
|
|
1239
1240
|
"character": 3
|
|
1240
1241
|
},
|
|
1241
1242
|
"type": "(componentId: ComponentID, includeVersion?: boolean) => boolean"
|
|
@@ -1247,7 +1248,7 @@
|
|
|
1247
1248
|
"__schema": "VariableLikeSchema",
|
|
1248
1249
|
"location": {
|
|
1249
1250
|
"filePath": "lanes-model.ts",
|
|
1250
|
-
"line":
|
|
1251
|
+
"line": 374,
|
|
1251
1252
|
"character": 3
|
|
1252
1253
|
},
|
|
1253
1254
|
"signature": "(property) LanesModel.isViewingCurrentLane: () => boolean",
|
|
@@ -1256,7 +1257,7 @@
|
|
|
1256
1257
|
"__schema": "InferenceTypeSchema",
|
|
1257
1258
|
"location": {
|
|
1258
1259
|
"filePath": "lanes-model.ts",
|
|
1259
|
-
"line":
|
|
1260
|
+
"line": 374,
|
|
1260
1261
|
"character": 3
|
|
1261
1262
|
},
|
|
1262
1263
|
"type": "() => boolean"
|
|
@@ -1268,7 +1269,7 @@
|
|
|
1268
1269
|
"__schema": "VariableLikeSchema",
|
|
1269
1270
|
"location": {
|
|
1270
1271
|
"filePath": "lanes-model.ts",
|
|
1271
|
-
"line":
|
|
1272
|
+
"line": 376,
|
|
1272
1273
|
"character": 3
|
|
1273
1274
|
},
|
|
1274
1275
|
"signature": "(property) LanesModel.isViewingDefaultLane: () => boolean",
|
|
@@ -1277,7 +1278,7 @@
|
|
|
1277
1278
|
"__schema": "InferenceTypeSchema",
|
|
1278
1279
|
"location": {
|
|
1279
1280
|
"filePath": "lanes-model.ts",
|
|
1280
|
-
"line":
|
|
1281
|
+
"line": 376,
|
|
1281
1282
|
"character": 3
|
|
1282
1283
|
},
|
|
1283
1284
|
"type": "() => boolean"
|
|
@@ -1289,7 +1290,7 @@
|
|
|
1289
1290
|
"__schema": "VariableLikeSchema",
|
|
1290
1291
|
"location": {
|
|
1291
1292
|
"filePath": "lanes-model.ts",
|
|
1292
|
-
"line":
|
|
1293
|
+
"line": 378,
|
|
1293
1294
|
"character": 3
|
|
1294
1295
|
},
|
|
1295
1296
|
"signature": "(property) LanesModel.isViewingNonDefaultLane: () => boolean",
|
|
@@ -1298,7 +1299,7 @@
|
|
|
1298
1299
|
"__schema": "InferenceTypeSchema",
|
|
1299
1300
|
"location": {
|
|
1300
1301
|
"filePath": "lanes-model.ts",
|
|
1301
|
-
"line":
|
|
1302
|
+
"line": 378,
|
|
1302
1303
|
"character": 3
|
|
1303
1304
|
},
|
|
1304
1305
|
"type": "() => boolean"
|
|
@@ -1310,7 +1311,7 @@
|
|
|
1310
1311
|
"__schema": "VariableLikeSchema",
|
|
1311
1312
|
"location": {
|
|
1312
1313
|
"filePath": "lanes-model.ts",
|
|
1313
|
-
"line":
|
|
1314
|
+
"line": 380,
|
|
1314
1315
|
"character": 3
|
|
1315
1316
|
},
|
|
1316
1317
|
"signature": "(property) LanesModel.getLanesByComponentName: (componentId: ComponentID) => LaneModel[]",
|
|
@@ -1319,7 +1320,7 @@
|
|
|
1319
1320
|
"__schema": "InferenceTypeSchema",
|
|
1320
1321
|
"location": {
|
|
1321
1322
|
"filePath": "lanes-model.ts",
|
|
1322
|
-
"line":
|
|
1323
|
+
"line": 380,
|
|
1323
1324
|
"character": 3
|
|
1324
1325
|
},
|
|
1325
1326
|
"type": "(componentId: ComponentID) => LaneModel[]"
|
|
@@ -1331,7 +1332,7 @@
|
|
|
1331
1332
|
"__schema": "VariableLikeSchema",
|
|
1332
1333
|
"location": {
|
|
1333
1334
|
"filePath": "lanes-model.ts",
|
|
1334
|
-
"line":
|
|
1335
|
+
"line": 382,
|
|
1335
1336
|
"character": 3
|
|
1336
1337
|
},
|
|
1337
1338
|
"signature": "(property) LanesModel.getLanesByComponentId: (componentId: ComponentID) => LaneModel[]",
|
|
@@ -1340,7 +1341,7 @@
|
|
|
1340
1341
|
"__schema": "InferenceTypeSchema",
|
|
1341
1342
|
"location": {
|
|
1342
1343
|
"filePath": "lanes-model.ts",
|
|
1343
|
-
"line":
|
|
1344
|
+
"line": 382,
|
|
1344
1345
|
"character": 3
|
|
1345
1346
|
},
|
|
1346
1347
|
"type": "(componentId: ComponentID) => LaneModel[]"
|
|
@@ -1352,7 +1353,7 @@
|
|
|
1352
1353
|
"__schema": "VariableLikeSchema",
|
|
1353
1354
|
"location": {
|
|
1354
1355
|
"filePath": "lanes-model.ts",
|
|
1355
|
-
"line":
|
|
1356
|
+
"line": 384,
|
|
1356
1357
|
"character": 3
|
|
1357
1358
|
},
|
|
1358
1359
|
"signature": "(property) LanesModel.isComponentOnMain: (componentId: ComponentID, includeVersion?: boolean) => boolean",
|
|
@@ -1361,7 +1362,7 @@
|
|
|
1361
1362
|
"__schema": "InferenceTypeSchema",
|
|
1362
1363
|
"location": {
|
|
1363
1364
|
"filePath": "lanes-model.ts",
|
|
1364
|
-
"line":
|
|
1365
|
+
"line": 384,
|
|
1365
1366
|
"character": 3
|
|
1366
1367
|
},
|
|
1367
1368
|
"type": "(componentId: ComponentID, includeVersion?: boolean) => boolean"
|
|
@@ -1373,7 +1374,7 @@
|
|
|
1373
1374
|
"__schema": "VariableLikeSchema",
|
|
1374
1375
|
"location": {
|
|
1375
1376
|
"filePath": "lanes-model.ts",
|
|
1376
|
-
"line":
|
|
1377
|
+
"line": 392,
|
|
1377
1378
|
"character": 3
|
|
1378
1379
|
},
|
|
1379
1380
|
"signature": "(property) LanesModel.isComponentOnMainButNotOnLane: (componentId: ComponentID, includeVersion?: boolean, laneId?: LaneId) => boolean",
|
|
@@ -1382,7 +1383,7 @@
|
|
|
1382
1383
|
"__schema": "InferenceTypeSchema",
|
|
1383
1384
|
"location": {
|
|
1384
1385
|
"filePath": "lanes-model.ts",
|
|
1385
|
-
"line":
|
|
1386
|
+
"line": 392,
|
|
1386
1387
|
"character": 3
|
|
1387
1388
|
},
|
|
1388
1389
|
"type": "(componentId: ComponentID, includeVersion?: boolean, laneId?: LaneId) => boolean"
|
|
@@ -1394,7 +1395,7 @@
|
|
|
1394
1395
|
"__schema": "VariableLikeSchema",
|
|
1395
1396
|
"location": {
|
|
1396
1397
|
"filePath": "lanes-model.ts",
|
|
1397
|
-
"line":
|
|
1398
|
+
"line": 399,
|
|
1398
1399
|
"character": 3
|
|
1399
1400
|
},
|
|
1400
1401
|
"signature": "(property) LanesModel.isComponentOnLaneButNotOnMain: (componentId: ComponentID, includeVersion?: boolean, laneId?: LaneId) => boolean",
|
|
@@ -1403,7 +1404,7 @@
|
|
|
1403
1404
|
"__schema": "InferenceTypeSchema",
|
|
1404
1405
|
"location": {
|
|
1405
1406
|
"filePath": "lanes-model.ts",
|
|
1406
|
-
"line":
|
|
1407
|
+
"line": 399,
|
|
1407
1408
|
"character": 3
|
|
1408
1409
|
},
|
|
1409
1410
|
"type": "(componentId: ComponentID, includeVersion?: boolean, laneId?: LaneId) => boolean"
|
|
@@ -1415,7 +1416,7 @@
|
|
|
1415
1416
|
"__schema": "VariableLikeSchema",
|
|
1416
1417
|
"location": {
|
|
1417
1418
|
"filePath": "lanes-model.ts",
|
|
1418
|
-
"line":
|
|
1419
|
+
"line": 406,
|
|
1419
1420
|
"character": 3
|
|
1420
1421
|
},
|
|
1421
1422
|
"signature": "(property) LanesModel.isComponentOnNonDefaultLanes: (componentId: ComponentID, includeVersion?: boolean, laneId?: LaneId) => boolean",
|
|
@@ -1424,7 +1425,7 @@
|
|
|
1424
1425
|
"__schema": "InferenceTypeSchema",
|
|
1425
1426
|
"location": {
|
|
1426
1427
|
"filePath": "lanes-model.ts",
|
|
1427
|
-
"line":
|
|
1428
|
+
"line": 406,
|
|
1428
1429
|
"character": 3
|
|
1429
1430
|
},
|
|
1430
1431
|
"type": "(componentId: ComponentID, includeVersion?: boolean, laneId?: LaneId) => boolean"
|
|
@@ -1432,11 +1433,32 @@
|
|
|
1432
1433
|
"isOptional": true,
|
|
1433
1434
|
"defaultValue": "(componentId: ComponentID, includeVersion?: boolean, laneId?: LaneId) => {\n if (includeVersion) {\n return !!this.getLanesByComponentId(componentId)?.some(\n (lane) => !lane.id.isDefault() && (!laneId || lane.id.isEqual(laneId))\n );\n }\n return !!this.getLanesByComponentName(componentId)?.some(\n (lane) => !lane.id.isDefault() && (!laneId || lane.id.isEqual(laneId))\n );\n }"
|
|
1434
1435
|
},
|
|
1436
|
+
{
|
|
1437
|
+
"__schema": "VariableLikeSchema",
|
|
1438
|
+
"location": {
|
|
1439
|
+
"filePath": "lanes-model.ts",
|
|
1440
|
+
"line": 417,
|
|
1441
|
+
"character": 3
|
|
1442
|
+
},
|
|
1443
|
+
"signature": "(property) LanesModel.isComponentDependent: (componentId: ComponentID, includeVersion?: boolean, laneId?: LaneId) => boolean",
|
|
1444
|
+
"name": "isComponentDependent",
|
|
1445
|
+
"type": {
|
|
1446
|
+
"__schema": "InferenceTypeSchema",
|
|
1447
|
+
"location": {
|
|
1448
|
+
"filePath": "lanes-model.ts",
|
|
1449
|
+
"line": 417,
|
|
1450
|
+
"character": 3
|
|
1451
|
+
},
|
|
1452
|
+
"type": "(componentId: ComponentID, includeVersion?: boolean, laneId?: LaneId) => boolean"
|
|
1453
|
+
},
|
|
1454
|
+
"isOptional": true,
|
|
1455
|
+
"defaultValue": "(componentId: ComponentID, includeVersion?: boolean, laneId?: LaneId) => {\n const lane = laneId ? this.lanes.find((l) => l.id.isEqual(laneId)) : this.viewedLane;\n if(!lane) return false;\n if (includeVersion) {\n return !!lane.dependents?.some((dep) => dep.isEqual(componentId));\n }\n return !!lane.dependents?.some((dep) => dep.isEqual(componentId, { ignoreVersion: true }));\n }"
|
|
1456
|
+
},
|
|
1435
1457
|
{
|
|
1436
1458
|
"__schema": "FunctionLikeSchema",
|
|
1437
1459
|
"location": {
|
|
1438
1460
|
"filePath": "lanes-model.ts",
|
|
1439
|
-
"line":
|
|
1461
|
+
"line": 426,
|
|
1440
1462
|
"character": 3
|
|
1441
1463
|
},
|
|
1442
1464
|
"signature": "(method) LanesModel.addLanes(newLanes?: LaneModel[]): void",
|
|
@@ -1446,7 +1468,7 @@
|
|
|
1446
1468
|
"__schema": "ParameterSchema",
|
|
1447
1469
|
"location": {
|
|
1448
1470
|
"filePath": "lanes-model.ts",
|
|
1449
|
-
"line":
|
|
1471
|
+
"line": 426,
|
|
1450
1472
|
"character": 12
|
|
1451
1473
|
},
|
|
1452
1474
|
"name": "newLanes",
|
|
@@ -1454,14 +1476,14 @@
|
|
|
1454
1476
|
"__schema": "TypeArraySchema",
|
|
1455
1477
|
"location": {
|
|
1456
1478
|
"filePath": "lanes-model.ts",
|
|
1457
|
-
"line":
|
|
1479
|
+
"line": 426,
|
|
1458
1480
|
"character": 22
|
|
1459
1481
|
},
|
|
1460
1482
|
"type": {
|
|
1461
1483
|
"__schema": "TypeRefSchema",
|
|
1462
1484
|
"location": {
|
|
1463
1485
|
"filePath": "lanes-model.ts",
|
|
1464
|
-
"line":
|
|
1486
|
+
"line": 426,
|
|
1465
1487
|
"character": 22
|
|
1466
1488
|
},
|
|
1467
1489
|
"name": "LaneModel"
|
|
@@ -1476,7 +1498,7 @@
|
|
|
1476
1498
|
"__schema": "InferenceTypeSchema",
|
|
1477
1499
|
"location": {
|
|
1478
1500
|
"filePath": "lanes-model.ts",
|
|
1479
|
-
"line":
|
|
1501
|
+
"line": 426,
|
|
1480
1502
|
"character": 3
|
|
1481
1503
|
},
|
|
1482
1504
|
"type": "void"
|
|
@@ -1487,7 +1509,7 @@
|
|
|
1487
1509
|
"__schema": "FunctionLikeSchema",
|
|
1488
1510
|
"location": {
|
|
1489
1511
|
"filePath": "lanes-model.ts",
|
|
1490
|
-
"line":
|
|
1512
|
+
"line": 434,
|
|
1491
1513
|
"character": 3
|
|
1492
1514
|
},
|
|
1493
1515
|
"signature": "(method) LanesModel.concatLanes(lanes?: LaneModel[], newLanes?: LaneModel[]): LaneModel[]",
|
|
@@ -1497,7 +1519,7 @@
|
|
|
1497
1519
|
"__schema": "ParameterSchema",
|
|
1498
1520
|
"location": {
|
|
1499
1521
|
"filePath": "lanes-model.ts",
|
|
1500
|
-
"line":
|
|
1522
|
+
"line": 434,
|
|
1501
1523
|
"character": 22
|
|
1502
1524
|
},
|
|
1503
1525
|
"name": "lanes",
|
|
@@ -1505,14 +1527,14 @@
|
|
|
1505
1527
|
"__schema": "TypeArraySchema",
|
|
1506
1528
|
"location": {
|
|
1507
1529
|
"filePath": "lanes-model.ts",
|
|
1508
|
-
"line":
|
|
1530
|
+
"line": 434,
|
|
1509
1531
|
"character": 29
|
|
1510
1532
|
},
|
|
1511
1533
|
"type": {
|
|
1512
1534
|
"__schema": "TypeRefSchema",
|
|
1513
1535
|
"location": {
|
|
1514
1536
|
"filePath": "lanes-model.ts",
|
|
1515
|
-
"line":
|
|
1537
|
+
"line": 434,
|
|
1516
1538
|
"character": 29
|
|
1517
1539
|
},
|
|
1518
1540
|
"name": "LaneModel"
|
|
@@ -1526,7 +1548,7 @@
|
|
|
1526
1548
|
"__schema": "ParameterSchema",
|
|
1527
1549
|
"location": {
|
|
1528
1550
|
"filePath": "lanes-model.ts",
|
|
1529
|
-
"line":
|
|
1551
|
+
"line": 434,
|
|
1530
1552
|
"character": 47
|
|
1531
1553
|
},
|
|
1532
1554
|
"name": "newLanes",
|
|
@@ -1534,14 +1556,14 @@
|
|
|
1534
1556
|
"__schema": "TypeArraySchema",
|
|
1535
1557
|
"location": {
|
|
1536
1558
|
"filePath": "lanes-model.ts",
|
|
1537
|
-
"line":
|
|
1559
|
+
"line": 434,
|
|
1538
1560
|
"character": 57
|
|
1539
1561
|
},
|
|
1540
1562
|
"type": {
|
|
1541
1563
|
"__schema": "TypeRefSchema",
|
|
1542
1564
|
"location": {
|
|
1543
1565
|
"filePath": "lanes-model.ts",
|
|
1544
|
-
"line":
|
|
1566
|
+
"line": 434,
|
|
1545
1567
|
"character": 57
|
|
1546
1568
|
},
|
|
1547
1569
|
"name": "LaneModel"
|
|
@@ -1556,14 +1578,14 @@
|
|
|
1556
1578
|
"__schema": "TypeArraySchema",
|
|
1557
1579
|
"location": {
|
|
1558
1580
|
"filePath": "lanes-model.ts",
|
|
1559
|
-
"line":
|
|
1581
|
+
"line": 434,
|
|
1560
1582
|
"character": 76
|
|
1561
1583
|
},
|
|
1562
1584
|
"type": {
|
|
1563
1585
|
"__schema": "TypeRefSchema",
|
|
1564
1586
|
"location": {
|
|
1565
1587
|
"filePath": "lanes-model.ts",
|
|
1566
|
-
"line":
|
|
1588
|
+
"line": 434,
|
|
1567
1589
|
"character": 76
|
|
1568
1590
|
},
|
|
1569
1591
|
"name": "LaneModel"
|
|
@@ -1590,26 +1612,27 @@
|
|
|
1590
1612
|
"__schema": "TypeSchema",
|
|
1591
1613
|
"location": {
|
|
1592
1614
|
"filePath": "lanes-model.ts",
|
|
1593
|
-
"line":
|
|
1615
|
+
"line": 68,
|
|
1594
1616
|
"character": 1
|
|
1595
1617
|
},
|
|
1596
1618
|
"doc": {
|
|
1597
1619
|
"__schema": "DocSchema",
|
|
1598
1620
|
"location": {
|
|
1599
1621
|
"filePath": "lanes-model.ts",
|
|
1600
|
-
"line":
|
|
1622
|
+
"line": 65,
|
|
1601
1623
|
"character": 1
|
|
1602
1624
|
},
|
|
1603
1625
|
"raw": "/**\n * Represents a single Lane in a Workspace/Scope\n */",
|
|
1604
|
-
"comment": "Represents a single Lane in a Workspace/Scope"
|
|
1626
|
+
"comment": "Represents a single Lane in a Workspace/Scope",
|
|
1627
|
+
"tags": []
|
|
1605
1628
|
},
|
|
1606
|
-
"signature": "type LaneModel = {\n id: LaneId;\n hash: string;\n components: ComponentID[];\n readmeComponent?: ComponentModel;\n displayName?: string;\n createdAt?: Date;\n createdBy?: LaneQueryLaneOwner;\n updatedAt?: Date;\n updatedBy?: LaneQueryLaneOwner;\n}",
|
|
1629
|
+
"signature": "type LaneModel = {\n id: LaneId;\n hash: string;\n components: ComponentID[];\n readmeComponent?: ComponentModel;\n displayName?: string;\n createdAt?: Date;\n createdBy?: LaneQueryLaneOwner;\n updatedAt?: Date;\n updatedBy?: LaneQueryLaneOwner;\n dependents?: ComponentID[];\n}",
|
|
1607
1630
|
"name": "LaneModel",
|
|
1608
1631
|
"type": {
|
|
1609
1632
|
"__schema": "TypeLiteralSchema",
|
|
1610
1633
|
"location": {
|
|
1611
1634
|
"filePath": "lanes-model.ts",
|
|
1612
|
-
"line":
|
|
1635
|
+
"line": 68,
|
|
1613
1636
|
"character": 25
|
|
1614
1637
|
},
|
|
1615
1638
|
"members": [
|
|
@@ -1617,7 +1640,7 @@
|
|
|
1617
1640
|
"__schema": "VariableLikeSchema",
|
|
1618
1641
|
"location": {
|
|
1619
1642
|
"filePath": "lanes-model.ts",
|
|
1620
|
-
"line":
|
|
1643
|
+
"line": 69,
|
|
1621
1644
|
"character": 3
|
|
1622
1645
|
},
|
|
1623
1646
|
"signature": "(property) id: LaneId",
|
|
@@ -1626,7 +1649,7 @@
|
|
|
1626
1649
|
"__schema": "TypeRefSchema",
|
|
1627
1650
|
"location": {
|
|
1628
1651
|
"filePath": "lanes-model.ts",
|
|
1629
|
-
"line":
|
|
1652
|
+
"line": 69,
|
|
1630
1653
|
"character": 3
|
|
1631
1654
|
},
|
|
1632
1655
|
"name": "LaneId",
|
|
@@ -1642,7 +1665,7 @@
|
|
|
1642
1665
|
"__schema": "VariableLikeSchema",
|
|
1643
1666
|
"location": {
|
|
1644
1667
|
"filePath": "lanes-model.ts",
|
|
1645
|
-
"line":
|
|
1668
|
+
"line": 70,
|
|
1646
1669
|
"character": 3
|
|
1647
1670
|
},
|
|
1648
1671
|
"signature": "(property) hash: string",
|
|
@@ -1651,7 +1674,7 @@
|
|
|
1651
1674
|
"__schema": "KeywordTypeSchema",
|
|
1652
1675
|
"location": {
|
|
1653
1676
|
"filePath": "lanes-model.ts",
|
|
1654
|
-
"line":
|
|
1677
|
+
"line": 70,
|
|
1655
1678
|
"character": 9
|
|
1656
1679
|
},
|
|
1657
1680
|
"name": "string"
|
|
@@ -1662,7 +1685,7 @@
|
|
|
1662
1685
|
"__schema": "VariableLikeSchema",
|
|
1663
1686
|
"location": {
|
|
1664
1687
|
"filePath": "lanes-model.ts",
|
|
1665
|
-
"line":
|
|
1688
|
+
"line": 71,
|
|
1666
1689
|
"character": 3
|
|
1667
1690
|
},
|
|
1668
1691
|
"signature": "(property) components: ComponentID[]",
|
|
@@ -1671,14 +1694,14 @@
|
|
|
1671
1694
|
"__schema": "TypeArraySchema",
|
|
1672
1695
|
"location": {
|
|
1673
1696
|
"filePath": "lanes-model.ts",
|
|
1674
|
-
"line":
|
|
1697
|
+
"line": 71,
|
|
1675
1698
|
"character": 15
|
|
1676
1699
|
},
|
|
1677
1700
|
"type": {
|
|
1678
1701
|
"__schema": "TypeRefSchema",
|
|
1679
1702
|
"location": {
|
|
1680
1703
|
"filePath": "lanes-model.ts",
|
|
1681
|
-
"line":
|
|
1704
|
+
"line": 71,
|
|
1682
1705
|
"character": 15
|
|
1683
1706
|
},
|
|
1684
1707
|
"name": "ComponentID",
|
|
@@ -1695,7 +1718,7 @@
|
|
|
1695
1718
|
"__schema": "VariableLikeSchema",
|
|
1696
1719
|
"location": {
|
|
1697
1720
|
"filePath": "lanes-model.ts",
|
|
1698
|
-
"line":
|
|
1721
|
+
"line": 72,
|
|
1699
1722
|
"character": 3
|
|
1700
1723
|
},
|
|
1701
1724
|
"signature": "(property) readmeComponent?: ComponentModel",
|
|
@@ -1704,7 +1727,7 @@
|
|
|
1704
1727
|
"__schema": "TypeRefSchema",
|
|
1705
1728
|
"location": {
|
|
1706
1729
|
"filePath": "lanes-model.ts",
|
|
1707
|
-
"line":
|
|
1730
|
+
"line": 72,
|
|
1708
1731
|
"character": 3
|
|
1709
1732
|
},
|
|
1710
1733
|
"name": "ComponentModel",
|
|
@@ -1719,7 +1742,7 @@
|
|
|
1719
1742
|
"__schema": "VariableLikeSchema",
|
|
1720
1743
|
"location": {
|
|
1721
1744
|
"filePath": "lanes-model.ts",
|
|
1722
|
-
"line":
|
|
1745
|
+
"line": 73,
|
|
1723
1746
|
"character": 3
|
|
1724
1747
|
},
|
|
1725
1748
|
"signature": "(property) displayName?: string",
|
|
@@ -1728,7 +1751,7 @@
|
|
|
1728
1751
|
"__schema": "KeywordTypeSchema",
|
|
1729
1752
|
"location": {
|
|
1730
1753
|
"filePath": "lanes-model.ts",
|
|
1731
|
-
"line":
|
|
1754
|
+
"line": 73,
|
|
1732
1755
|
"character": 17
|
|
1733
1756
|
},
|
|
1734
1757
|
"name": "string"
|
|
@@ -1739,7 +1762,7 @@
|
|
|
1739
1762
|
"__schema": "VariableLikeSchema",
|
|
1740
1763
|
"location": {
|
|
1741
1764
|
"filePath": "lanes-model.ts",
|
|
1742
|
-
"line":
|
|
1765
|
+
"line": 74,
|
|
1743
1766
|
"character": 3
|
|
1744
1767
|
},
|
|
1745
1768
|
"signature": "(property) createdAt?: Date",
|
|
@@ -1748,7 +1771,7 @@
|
|
|
1748
1771
|
"__schema": "TypeRefSchema",
|
|
1749
1772
|
"location": {
|
|
1750
1773
|
"filePath": "lanes-model.ts",
|
|
1751
|
-
"line":
|
|
1774
|
+
"line": 74,
|
|
1752
1775
|
"character": 15
|
|
1753
1776
|
},
|
|
1754
1777
|
"name": "Date"
|
|
@@ -1759,7 +1782,7 @@
|
|
|
1759
1782
|
"__schema": "VariableLikeSchema",
|
|
1760
1783
|
"location": {
|
|
1761
1784
|
"filePath": "lanes-model.ts",
|
|
1762
|
-
"line":
|
|
1785
|
+
"line": 75,
|
|
1763
1786
|
"character": 3
|
|
1764
1787
|
},
|
|
1765
1788
|
"signature": "(property) createdBy?: LaneQueryLaneOwner",
|
|
@@ -1768,7 +1791,7 @@
|
|
|
1768
1791
|
"__schema": "TypeRefSchema",
|
|
1769
1792
|
"location": {
|
|
1770
1793
|
"filePath": "lanes-model.ts",
|
|
1771
|
-
"line":
|
|
1794
|
+
"line": 75,
|
|
1772
1795
|
"character": 3
|
|
1773
1796
|
},
|
|
1774
1797
|
"name": "LaneQueryLaneOwner",
|
|
@@ -1780,7 +1803,7 @@
|
|
|
1780
1803
|
"__schema": "VariableLikeSchema",
|
|
1781
1804
|
"location": {
|
|
1782
1805
|
"filePath": "lanes-model.ts",
|
|
1783
|
-
"line":
|
|
1806
|
+
"line": 76,
|
|
1784
1807
|
"character": 3
|
|
1785
1808
|
},
|
|
1786
1809
|
"signature": "(property) updatedAt?: Date",
|
|
@@ -1789,7 +1812,7 @@
|
|
|
1789
1812
|
"__schema": "TypeRefSchema",
|
|
1790
1813
|
"location": {
|
|
1791
1814
|
"filePath": "lanes-model.ts",
|
|
1792
|
-
"line":
|
|
1815
|
+
"line": 76,
|
|
1793
1816
|
"character": 15
|
|
1794
1817
|
},
|
|
1795
1818
|
"name": "Date"
|
|
@@ -1800,7 +1823,7 @@
|
|
|
1800
1823
|
"__schema": "VariableLikeSchema",
|
|
1801
1824
|
"location": {
|
|
1802
1825
|
"filePath": "lanes-model.ts",
|
|
1803
|
-
"line":
|
|
1826
|
+
"line": 77,
|
|
1804
1827
|
"character": 3
|
|
1805
1828
|
},
|
|
1806
1829
|
"signature": "(property) updatedBy?: LaneQueryLaneOwner",
|
|
@@ -1809,13 +1832,46 @@
|
|
|
1809
1832
|
"__schema": "TypeRefSchema",
|
|
1810
1833
|
"location": {
|
|
1811
1834
|
"filePath": "lanes-model.ts",
|
|
1812
|
-
"line":
|
|
1835
|
+
"line": 77,
|
|
1813
1836
|
"character": 3
|
|
1814
1837
|
},
|
|
1815
1838
|
"name": "LaneQueryLaneOwner",
|
|
1816
1839
|
"internalFilePath": "lanes-model.ts"
|
|
1817
1840
|
},
|
|
1818
1841
|
"isOptional": true
|
|
1842
|
+
},
|
|
1843
|
+
{
|
|
1844
|
+
"__schema": "VariableLikeSchema",
|
|
1845
|
+
"location": {
|
|
1846
|
+
"filePath": "lanes-model.ts",
|
|
1847
|
+
"line": 78,
|
|
1848
|
+
"character": 3
|
|
1849
|
+
},
|
|
1850
|
+
"signature": "(property) dependents?: ComponentID[]",
|
|
1851
|
+
"name": "dependents",
|
|
1852
|
+
"type": {
|
|
1853
|
+
"__schema": "TypeArraySchema",
|
|
1854
|
+
"location": {
|
|
1855
|
+
"filePath": "lanes-model.ts",
|
|
1856
|
+
"line": 78,
|
|
1857
|
+
"character": 16
|
|
1858
|
+
},
|
|
1859
|
+
"type": {
|
|
1860
|
+
"__schema": "TypeRefSchema",
|
|
1861
|
+
"location": {
|
|
1862
|
+
"filePath": "lanes-model.ts",
|
|
1863
|
+
"line": 78,
|
|
1864
|
+
"character": 16
|
|
1865
|
+
},
|
|
1866
|
+
"name": "ComponentID",
|
|
1867
|
+
"componentId": {
|
|
1868
|
+
"scope": "teambit.component",
|
|
1869
|
+
"name": "component-id",
|
|
1870
|
+
"version": "1.2.0"
|
|
1871
|
+
}
|
|
1872
|
+
}
|
|
1873
|
+
},
|
|
1874
|
+
"isOptional": true
|
|
1819
1875
|
}
|
|
1820
1876
|
]
|
|
1821
1877
|
}
|
|
@@ -1844,7 +1900,8 @@
|
|
|
1844
1900
|
"character": 1
|
|
1845
1901
|
},
|
|
1846
1902
|
"raw": "/**\n * GQL (lanes/getLanes/components)\n * Return type of each Component in a Lane\n */",
|
|
1847
|
-
"comment": "GQL (lanes/getLanes/components)\nReturn type of each Component in a Lane"
|
|
1903
|
+
"comment": "GQL (lanes/getLanes/components)\nReturn type of each Component in a Lane",
|
|
1904
|
+
"tags": []
|
|
1848
1905
|
},
|
|
1849
1906
|
"signature": "type LaneComponentQueryResult = {\n id: ComponentIdObj;\n head: string;\n}",
|
|
1850
1907
|
"name": "LaneComponentQueryResult",
|
|
@@ -1928,9 +1985,10 @@
|
|
|
1928
1985
|
"character": 1
|
|
1929
1986
|
},
|
|
1930
1987
|
"raw": "/**\n * GQL\n * lanes/list\n * lanes/current\n * Return type of each Lane in a Scope/Workspace\n */",
|
|
1931
|
-
"comment": "GQL\n lanes/list\n lanes/current\nReturn type of each Lane in a Scope/Workspace"
|
|
1988
|
+
"comment": "GQL\n lanes/list\n lanes/current\nReturn type of each Lane in a Scope/Workspace",
|
|
1989
|
+
"tags": []
|
|
1932
1990
|
},
|
|
1933
|
-
"signature": "type LaneQueryResult = {\n id: {\n name: string;\n scope: string;\n };\n isMerged?: boolean;\n displayName?: string;\n laneComponentIds?: Array<ComponentIdObj>;\n readmeComponent?: ComponentModelProps;\n hash: string;\n createdAt?: string;\n createdBy?: LaneQueryLaneOwner;\n updatedAt?: Date;\n updatedBy?: LaneQueryLaneOwner;\n}",
|
|
1991
|
+
"signature": "type LaneQueryResult = {\n id: {\n name: string;\n scope: string;\n };\n isMerged?: boolean;\n displayName?: string;\n laneComponentIds?: Array<ComponentIdObj>;\n readmeComponent?: ComponentModelProps;\n hash: string;\n createdAt?: string;\n createdBy?: LaneQueryLaneOwner;\n updatedAt?: Date;\n updatedBy?: LaneQueryLaneOwner;\n dependents?: Array<ComponentIdObj>;\n}",
|
|
1934
1992
|
"name": "LaneQueryResult",
|
|
1935
1993
|
"type": {
|
|
1936
1994
|
"__schema": "TypeLiteralSchema",
|
|
@@ -2202,6 +2260,42 @@
|
|
|
2202
2260
|
"internalFilePath": "lanes-model.ts"
|
|
2203
2261
|
},
|
|
2204
2262
|
"isOptional": true
|
|
2263
|
+
},
|
|
2264
|
+
{
|
|
2265
|
+
"__schema": "VariableLikeSchema",
|
|
2266
|
+
"location": {
|
|
2267
|
+
"filePath": "lanes-model.ts",
|
|
2268
|
+
"line": 43,
|
|
2269
|
+
"character": 3
|
|
2270
|
+
},
|
|
2271
|
+
"signature": "(property) dependents?: ComponentIdObj[]",
|
|
2272
|
+
"name": "dependents",
|
|
2273
|
+
"type": {
|
|
2274
|
+
"__schema": "TypeRefSchema",
|
|
2275
|
+
"location": {
|
|
2276
|
+
"filePath": "lanes-model.ts",
|
|
2277
|
+
"line": 43,
|
|
2278
|
+
"character": 16
|
|
2279
|
+
},
|
|
2280
|
+
"name": "Array",
|
|
2281
|
+
"typeArgs": [
|
|
2282
|
+
{
|
|
2283
|
+
"__schema": "TypeRefSchema",
|
|
2284
|
+
"location": {
|
|
2285
|
+
"filePath": "lanes-model.ts",
|
|
2286
|
+
"line": 43,
|
|
2287
|
+
"character": 22
|
|
2288
|
+
},
|
|
2289
|
+
"name": "ComponentIdObj",
|
|
2290
|
+
"componentId": {
|
|
2291
|
+
"scope": "teambit.component",
|
|
2292
|
+
"name": "component-id",
|
|
2293
|
+
"version": "1.2.0"
|
|
2294
|
+
}
|
|
2295
|
+
}
|
|
2296
|
+
]
|
|
2297
|
+
},
|
|
2298
|
+
"isOptional": true
|
|
2205
2299
|
}
|
|
2206
2300
|
]
|
|
2207
2301
|
}
|
|
@@ -2219,18 +2313,19 @@
|
|
|
2219
2313
|
"__schema": "TypeSchema",
|
|
2220
2314
|
"location": {
|
|
2221
2315
|
"filePath": "lanes-model.ts",
|
|
2222
|
-
"line":
|
|
2316
|
+
"line": 49,
|
|
2223
2317
|
"character": 1
|
|
2224
2318
|
},
|
|
2225
2319
|
"doc": {
|
|
2226
2320
|
"__schema": "DocSchema",
|
|
2227
2321
|
"location": {
|
|
2228
2322
|
"filePath": "lanes-model.ts",
|
|
2229
|
-
"line":
|
|
2323
|
+
"line": 45,
|
|
2230
2324
|
"character": 1
|
|
2231
2325
|
},
|
|
2232
2326
|
"raw": "/**\n * GQL\n * Return type of the lanes query\n */",
|
|
2233
|
-
"comment": "GQL\nReturn type of the lanes query"
|
|
2327
|
+
"comment": "GQL\nReturn type of the lanes query",
|
|
2328
|
+
"tags": []
|
|
2234
2329
|
},
|
|
2235
2330
|
"signature": "type LanesQueryResult = {\n list?: LaneQueryResult[];\n current?: LaneQueryResult;\n default?: LaneQueryResult;\n viewedLane?: [LaneQueryResult];\n}",
|
|
2236
2331
|
"name": "LanesQueryResult",
|
|
@@ -2238,7 +2333,7 @@
|
|
|
2238
2333
|
"__schema": "TypeLiteralSchema",
|
|
2239
2334
|
"location": {
|
|
2240
2335
|
"filePath": "lanes-model.ts",
|
|
2241
|
-
"line":
|
|
2336
|
+
"line": 49,
|
|
2242
2337
|
"character": 32
|
|
2243
2338
|
},
|
|
2244
2339
|
"members": [
|
|
@@ -2246,7 +2341,7 @@
|
|
|
2246
2341
|
"__schema": "VariableLikeSchema",
|
|
2247
2342
|
"location": {
|
|
2248
2343
|
"filePath": "lanes-model.ts",
|
|
2249
|
-
"line":
|
|
2344
|
+
"line": 50,
|
|
2250
2345
|
"character": 3
|
|
2251
2346
|
},
|
|
2252
2347
|
"signature": "(property) list?: LaneQueryResult[]",
|
|
@@ -2255,14 +2350,14 @@
|
|
|
2255
2350
|
"__schema": "TypeArraySchema",
|
|
2256
2351
|
"location": {
|
|
2257
2352
|
"filePath": "lanes-model.ts",
|
|
2258
|
-
"line":
|
|
2353
|
+
"line": 50,
|
|
2259
2354
|
"character": 10
|
|
2260
2355
|
},
|
|
2261
2356
|
"type": {
|
|
2262
2357
|
"__schema": "TypeRefSchema",
|
|
2263
2358
|
"location": {
|
|
2264
2359
|
"filePath": "lanes-model.ts",
|
|
2265
|
-
"line":
|
|
2360
|
+
"line": 50,
|
|
2266
2361
|
"character": 10
|
|
2267
2362
|
},
|
|
2268
2363
|
"name": "LaneQueryResult"
|
|
@@ -2274,7 +2369,7 @@
|
|
|
2274
2369
|
"__schema": "VariableLikeSchema",
|
|
2275
2370
|
"location": {
|
|
2276
2371
|
"filePath": "lanes-model.ts",
|
|
2277
|
-
"line":
|
|
2372
|
+
"line": 51,
|
|
2278
2373
|
"character": 3
|
|
2279
2374
|
},
|
|
2280
2375
|
"signature": "(property) current?: LaneQueryResult",
|
|
@@ -2283,7 +2378,7 @@
|
|
|
2283
2378
|
"__schema": "TypeRefSchema",
|
|
2284
2379
|
"location": {
|
|
2285
2380
|
"filePath": "lanes-model.ts",
|
|
2286
|
-
"line":
|
|
2381
|
+
"line": 51,
|
|
2287
2382
|
"character": 3
|
|
2288
2383
|
},
|
|
2289
2384
|
"name": "LaneQueryResult"
|
|
@@ -2294,7 +2389,7 @@
|
|
|
2294
2389
|
"__schema": "VariableLikeSchema",
|
|
2295
2390
|
"location": {
|
|
2296
2391
|
"filePath": "lanes-model.ts",
|
|
2297
|
-
"line":
|
|
2392
|
+
"line": 52,
|
|
2298
2393
|
"character": 3
|
|
2299
2394
|
},
|
|
2300
2395
|
"signature": "(property) default?: LaneQueryResult",
|
|
@@ -2303,7 +2398,7 @@
|
|
|
2303
2398
|
"__schema": "TypeRefSchema",
|
|
2304
2399
|
"location": {
|
|
2305
2400
|
"filePath": "lanes-model.ts",
|
|
2306
|
-
"line":
|
|
2401
|
+
"line": 52,
|
|
2307
2402
|
"character": 3
|
|
2308
2403
|
},
|
|
2309
2404
|
"name": "LaneQueryResult"
|
|
@@ -2314,7 +2409,7 @@
|
|
|
2314
2409
|
"__schema": "VariableLikeSchema",
|
|
2315
2410
|
"location": {
|
|
2316
2411
|
"filePath": "lanes-model.ts",
|
|
2317
|
-
"line":
|
|
2412
|
+
"line": 53,
|
|
2318
2413
|
"character": 3
|
|
2319
2414
|
},
|
|
2320
2415
|
"signature": "(property) viewedLane?: [LaneQueryResult]",
|
|
@@ -2323,7 +2418,7 @@
|
|
|
2323
2418
|
"__schema": "TupleTypeSchema",
|
|
2324
2419
|
"location": {
|
|
2325
2420
|
"filePath": "lanes-model.ts",
|
|
2326
|
-
"line":
|
|
2421
|
+
"line": 53,
|
|
2327
2422
|
"character": 16
|
|
2328
2423
|
},
|
|
2329
2424
|
"elements": [
|
|
@@ -2331,7 +2426,7 @@
|
|
|
2331
2426
|
"__schema": "TypeRefSchema",
|
|
2332
2427
|
"location": {
|
|
2333
2428
|
"filePath": "lanes-model.ts",
|
|
2334
|
-
"line":
|
|
2429
|
+
"line": 53,
|
|
2335
2430
|
"character": 17
|
|
2336
2431
|
},
|
|
2337
2432
|
"name": "LaneQueryResult"
|
|
@@ -2356,7 +2451,7 @@
|
|
|
2356
2451
|
"__schema": "TypeSchema",
|
|
2357
2452
|
"location": {
|
|
2358
2453
|
"filePath": "lanes-model.ts",
|
|
2359
|
-
"line":
|
|
2454
|
+
"line": 64,
|
|
2360
2455
|
"character": 1
|
|
2361
2456
|
},
|
|
2362
2457
|
"signature": "type LanesHost = \"workspace\" | \"scope\"",
|
|
@@ -2365,7 +2460,7 @@
|
|
|
2365
2460
|
"__schema": "TypeUnionSchema",
|
|
2366
2461
|
"location": {
|
|
2367
2462
|
"filePath": "lanes-model.ts",
|
|
2368
|
-
"line":
|
|
2463
|
+
"line": 64,
|
|
2369
2464
|
"character": 25
|
|
2370
2465
|
},
|
|
2371
2466
|
"types": [
|
|
@@ -2373,7 +2468,7 @@
|
|
|
2373
2468
|
"__schema": "LiteralTypeSchema",
|
|
2374
2469
|
"location": {
|
|
2375
2470
|
"filePath": "lanes-model.ts",
|
|
2376
|
-
"line":
|
|
2471
|
+
"line": 64,
|
|
2377
2472
|
"character": 25
|
|
2378
2473
|
},
|
|
2379
2474
|
"name": "'workspace'"
|
|
@@ -2382,7 +2477,7 @@
|
|
|
2382
2477
|
"__schema": "LiteralTypeSchema",
|
|
2383
2478
|
"location": {
|
|
2384
2479
|
"filePath": "lanes-model.ts",
|
|
2385
|
-
"line":
|
|
2480
|
+
"line": 64,
|
|
2386
2481
|
"character": 39
|
|
2387
2482
|
},
|
|
2388
2483
|
"name": "'scope'"
|
|
@@ -2403,18 +2498,19 @@
|
|
|
2403
2498
|
"__schema": "TypeSchema",
|
|
2404
2499
|
"location": {
|
|
2405
2500
|
"filePath": "lanes-model.ts",
|
|
2406
|
-
"line":
|
|
2501
|
+
"line": 60,
|
|
2407
2502
|
"character": 1
|
|
2408
2503
|
},
|
|
2409
2504
|
"doc": {
|
|
2410
2505
|
"__schema": "DocSchema",
|
|
2411
2506
|
"location": {
|
|
2412
2507
|
"filePath": "lanes-model.ts",
|
|
2413
|
-
"line":
|
|
2508
|
+
"line": 55,
|
|
2414
2509
|
"character": 1
|
|
2415
2510
|
},
|
|
2416
2511
|
"raw": "/**\n * GQL (lanes)\n * Return type of the entire /lanes query.\n * Represents All Lanes and Current Lane in Scope/Workspace\n */",
|
|
2417
|
-
"comment": "GQL (lanes)\nReturn type of the entire /lanes query.\nRepresents All Lanes and Current Lane in Scope/Workspace"
|
|
2512
|
+
"comment": "GQL (lanes)\nReturn type of the entire /lanes query.\nRepresents All Lanes and Current Lane in Scope/Workspace",
|
|
2513
|
+
"tags": []
|
|
2418
2514
|
},
|
|
2419
2515
|
"signature": "type LanesQuery = {\n lanes?: LanesQueryResult;\n}",
|
|
2420
2516
|
"name": "LanesQuery",
|
|
@@ -2422,7 +2518,7 @@
|
|
|
2422
2518
|
"__schema": "TypeLiteralSchema",
|
|
2423
2519
|
"location": {
|
|
2424
2520
|
"filePath": "lanes-model.ts",
|
|
2425
|
-
"line":
|
|
2521
|
+
"line": 60,
|
|
2426
2522
|
"character": 26
|
|
2427
2523
|
},
|
|
2428
2524
|
"members": [
|
|
@@ -2430,7 +2526,7 @@
|
|
|
2430
2526
|
"__schema": "VariableLikeSchema",
|
|
2431
2527
|
"location": {
|
|
2432
2528
|
"filePath": "lanes-model.ts",
|
|
2433
|
-
"line":
|
|
2529
|
+
"line": 61,
|
|
2434
2530
|
"character": 3
|
|
2435
2531
|
},
|
|
2436
2532
|
"signature": "(property) lanes?: LanesQueryResult",
|
|
@@ -2439,7 +2535,7 @@
|
|
|
2439
2535
|
"__schema": "TypeRefSchema",
|
|
2440
2536
|
"location": {
|
|
2441
2537
|
"filePath": "lanes-model.ts",
|
|
2442
|
-
"line":
|
|
2538
|
+
"line": 61,
|
|
2443
2539
|
"character": 3
|
|
2444
2540
|
},
|
|
2445
2541
|
"name": "LanesQueryResult"
|
|
@@ -2477,7 +2573,8 @@
|
|
|
2477
2573
|
"character": 1
|
|
2478
2574
|
},
|
|
2479
2575
|
"raw": "/**\n * GQL (lanes/getLanes/components)\n * Return type of each Component in a Lane\n */",
|
|
2480
|
-
"comment": "GQL (lanes/getLanes/components)\nReturn type of each Component in a Lane"
|
|
2576
|
+
"comment": "GQL (lanes/getLanes/components)\nReturn type of each Component in a Lane",
|
|
2577
|
+
"tags": []
|
|
2481
2578
|
},
|
|
2482
2579
|
"signature": "type LaneComponentQueryResult = {\n id: ComponentIdObj;\n head: string;\n}",
|
|
2483
2580
|
"name": "LaneComponentQueryResult",
|
|
@@ -2552,7 +2649,8 @@
|
|
|
2552
2649
|
"character": 1
|
|
2553
2650
|
},
|
|
2554
2651
|
"raw": "/**\n * GQL\n * LaneOwner\n */",
|
|
2555
|
-
"comment": "GQL\nLaneOwner"
|
|
2652
|
+
"comment": "GQL\nLaneOwner",
|
|
2653
|
+
"tags": []
|
|
2556
2654
|
},
|
|
2557
2655
|
"signature": "type LaneQueryLaneOwner = {\n name: string;\n email: string;\n profileImage?: string;\n username?: string;\n displayName?: string;\n}",
|
|
2558
2656
|
"name": "LaneQueryLaneOwner",
|
|
@@ -2682,9 +2780,10 @@
|
|
|
2682
2780
|
"character": 1
|
|
2683
2781
|
},
|
|
2684
2782
|
"raw": "/**\n * GQL\n * lanes/list\n * lanes/current\n * Return type of each Lane in a Scope/Workspace\n */",
|
|
2685
|
-
"comment": "GQL\n lanes/list\n lanes/current\nReturn type of each Lane in a Scope/Workspace"
|
|
2783
|
+
"comment": "GQL\n lanes/list\n lanes/current\nReturn type of each Lane in a Scope/Workspace",
|
|
2784
|
+
"tags": []
|
|
2686
2785
|
},
|
|
2687
|
-
"signature": "type LaneQueryResult = {\n id: {\n name: string;\n scope: string;\n };\n isMerged?: boolean;\n displayName?: string;\n laneComponentIds?: Array<ComponentIdObj>;\n readmeComponent?: ComponentModelProps;\n hash: string;\n createdAt?: string;\n createdBy?: LaneQueryLaneOwner;\n updatedAt?: Date;\n updatedBy?: LaneQueryLaneOwner;\n}",
|
|
2786
|
+
"signature": "type LaneQueryResult = {\n id: {\n name: string;\n scope: string;\n };\n isMerged?: boolean;\n displayName?: string;\n laneComponentIds?: Array<ComponentIdObj>;\n readmeComponent?: ComponentModelProps;\n hash: string;\n createdAt?: string;\n createdBy?: LaneQueryLaneOwner;\n updatedAt?: Date;\n updatedBy?: LaneQueryLaneOwner;\n dependents?: Array<ComponentIdObj>;\n}",
|
|
2688
2787
|
"name": "LaneQueryResult",
|
|
2689
2788
|
"type": {
|
|
2690
2789
|
"__schema": "TypeLiteralSchema",
|
|
@@ -2956,6 +3055,42 @@
|
|
|
2956
3055
|
"internalFilePath": "lanes-model.ts"
|
|
2957
3056
|
},
|
|
2958
3057
|
"isOptional": true
|
|
3058
|
+
},
|
|
3059
|
+
{
|
|
3060
|
+
"__schema": "VariableLikeSchema",
|
|
3061
|
+
"location": {
|
|
3062
|
+
"filePath": "lanes-model.ts",
|
|
3063
|
+
"line": 43,
|
|
3064
|
+
"character": 3
|
|
3065
|
+
},
|
|
3066
|
+
"signature": "(property) dependents?: ComponentIdObj[]",
|
|
3067
|
+
"name": "dependents",
|
|
3068
|
+
"type": {
|
|
3069
|
+
"__schema": "TypeRefSchema",
|
|
3070
|
+
"location": {
|
|
3071
|
+
"filePath": "lanes-model.ts",
|
|
3072
|
+
"line": 43,
|
|
3073
|
+
"character": 16
|
|
3074
|
+
},
|
|
3075
|
+
"name": "Array",
|
|
3076
|
+
"typeArgs": [
|
|
3077
|
+
{
|
|
3078
|
+
"__schema": "TypeRefSchema",
|
|
3079
|
+
"location": {
|
|
3080
|
+
"filePath": "lanes-model.ts",
|
|
3081
|
+
"line": 43,
|
|
3082
|
+
"character": 22
|
|
3083
|
+
},
|
|
3084
|
+
"name": "ComponentIdObj",
|
|
3085
|
+
"componentId": {
|
|
3086
|
+
"scope": "teambit.component",
|
|
3087
|
+
"name": "component-id",
|
|
3088
|
+
"version": "1.2.0"
|
|
3089
|
+
}
|
|
3090
|
+
}
|
|
3091
|
+
]
|
|
3092
|
+
},
|
|
3093
|
+
"isOptional": true
|
|
2959
3094
|
}
|
|
2960
3095
|
]
|
|
2961
3096
|
}
|
|
@@ -2964,18 +3099,19 @@
|
|
|
2964
3099
|
"__schema": "TypeSchema",
|
|
2965
3100
|
"location": {
|
|
2966
3101
|
"filePath": "lanes-model.ts",
|
|
2967
|
-
"line":
|
|
3102
|
+
"line": 49,
|
|
2968
3103
|
"character": 1
|
|
2969
3104
|
},
|
|
2970
3105
|
"doc": {
|
|
2971
3106
|
"__schema": "DocSchema",
|
|
2972
3107
|
"location": {
|
|
2973
3108
|
"filePath": "lanes-model.ts",
|
|
2974
|
-
"line":
|
|
3109
|
+
"line": 45,
|
|
2975
3110
|
"character": 1
|
|
2976
3111
|
},
|
|
2977
3112
|
"raw": "/**\n * GQL\n * Return type of the lanes query\n */",
|
|
2978
|
-
"comment": "GQL\nReturn type of the lanes query"
|
|
3113
|
+
"comment": "GQL\nReturn type of the lanes query",
|
|
3114
|
+
"tags": []
|
|
2979
3115
|
},
|
|
2980
3116
|
"signature": "type LanesQueryResult = {\n list?: LaneQueryResult[];\n current?: LaneQueryResult;\n default?: LaneQueryResult;\n viewedLane?: [LaneQueryResult];\n}",
|
|
2981
3117
|
"name": "LanesQueryResult",
|
|
@@ -2983,7 +3119,7 @@
|
|
|
2983
3119
|
"__schema": "TypeLiteralSchema",
|
|
2984
3120
|
"location": {
|
|
2985
3121
|
"filePath": "lanes-model.ts",
|
|
2986
|
-
"line":
|
|
3122
|
+
"line": 49,
|
|
2987
3123
|
"character": 32
|
|
2988
3124
|
},
|
|
2989
3125
|
"members": [
|
|
@@ -2991,7 +3127,7 @@
|
|
|
2991
3127
|
"__schema": "VariableLikeSchema",
|
|
2992
3128
|
"location": {
|
|
2993
3129
|
"filePath": "lanes-model.ts",
|
|
2994
|
-
"line":
|
|
3130
|
+
"line": 50,
|
|
2995
3131
|
"character": 3
|
|
2996
3132
|
},
|
|
2997
3133
|
"signature": "(property) list?: LaneQueryResult[]",
|
|
@@ -3000,14 +3136,14 @@
|
|
|
3000
3136
|
"__schema": "TypeArraySchema",
|
|
3001
3137
|
"location": {
|
|
3002
3138
|
"filePath": "lanes-model.ts",
|
|
3003
|
-
"line":
|
|
3139
|
+
"line": 50,
|
|
3004
3140
|
"character": 10
|
|
3005
3141
|
},
|
|
3006
3142
|
"type": {
|
|
3007
3143
|
"__schema": "TypeRefSchema",
|
|
3008
3144
|
"location": {
|
|
3009
3145
|
"filePath": "lanes-model.ts",
|
|
3010
|
-
"line":
|
|
3146
|
+
"line": 50,
|
|
3011
3147
|
"character": 10
|
|
3012
3148
|
},
|
|
3013
3149
|
"name": "LaneQueryResult"
|
|
@@ -3019,7 +3155,7 @@
|
|
|
3019
3155
|
"__schema": "VariableLikeSchema",
|
|
3020
3156
|
"location": {
|
|
3021
3157
|
"filePath": "lanes-model.ts",
|
|
3022
|
-
"line":
|
|
3158
|
+
"line": 51,
|
|
3023
3159
|
"character": 3
|
|
3024
3160
|
},
|
|
3025
3161
|
"signature": "(property) current?: LaneQueryResult",
|
|
@@ -3028,7 +3164,7 @@
|
|
|
3028
3164
|
"__schema": "TypeRefSchema",
|
|
3029
3165
|
"location": {
|
|
3030
3166
|
"filePath": "lanes-model.ts",
|
|
3031
|
-
"line":
|
|
3167
|
+
"line": 51,
|
|
3032
3168
|
"character": 3
|
|
3033
3169
|
},
|
|
3034
3170
|
"name": "LaneQueryResult"
|
|
@@ -3039,7 +3175,7 @@
|
|
|
3039
3175
|
"__schema": "VariableLikeSchema",
|
|
3040
3176
|
"location": {
|
|
3041
3177
|
"filePath": "lanes-model.ts",
|
|
3042
|
-
"line":
|
|
3178
|
+
"line": 52,
|
|
3043
3179
|
"character": 3
|
|
3044
3180
|
},
|
|
3045
3181
|
"signature": "(property) default?: LaneQueryResult",
|
|
@@ -3048,7 +3184,7 @@
|
|
|
3048
3184
|
"__schema": "TypeRefSchema",
|
|
3049
3185
|
"location": {
|
|
3050
3186
|
"filePath": "lanes-model.ts",
|
|
3051
|
-
"line":
|
|
3187
|
+
"line": 52,
|
|
3052
3188
|
"character": 3
|
|
3053
3189
|
},
|
|
3054
3190
|
"name": "LaneQueryResult"
|
|
@@ -3059,7 +3195,7 @@
|
|
|
3059
3195
|
"__schema": "VariableLikeSchema",
|
|
3060
3196
|
"location": {
|
|
3061
3197
|
"filePath": "lanes-model.ts",
|
|
3062
|
-
"line":
|
|
3198
|
+
"line": 53,
|
|
3063
3199
|
"character": 3
|
|
3064
3200
|
},
|
|
3065
3201
|
"signature": "(property) viewedLane?: [LaneQueryResult]",
|
|
@@ -3068,7 +3204,7 @@
|
|
|
3068
3204
|
"__schema": "TupleTypeSchema",
|
|
3069
3205
|
"location": {
|
|
3070
3206
|
"filePath": "lanes-model.ts",
|
|
3071
|
-
"line":
|
|
3207
|
+
"line": 53,
|
|
3072
3208
|
"character": 16
|
|
3073
3209
|
},
|
|
3074
3210
|
"elements": [
|
|
@@ -3076,7 +3212,7 @@
|
|
|
3076
3212
|
"__schema": "TypeRefSchema",
|
|
3077
3213
|
"location": {
|
|
3078
3214
|
"filePath": "lanes-model.ts",
|
|
3079
|
-
"line":
|
|
3215
|
+
"line": 53,
|
|
3080
3216
|
"character": 17
|
|
3081
3217
|
},
|
|
3082
3218
|
"name": "LaneQueryResult"
|
|
@@ -3092,18 +3228,19 @@
|
|
|
3092
3228
|
"__schema": "TypeSchema",
|
|
3093
3229
|
"location": {
|
|
3094
3230
|
"filePath": "lanes-model.ts",
|
|
3095
|
-
"line":
|
|
3231
|
+
"line": 60,
|
|
3096
3232
|
"character": 1
|
|
3097
3233
|
},
|
|
3098
3234
|
"doc": {
|
|
3099
3235
|
"__schema": "DocSchema",
|
|
3100
3236
|
"location": {
|
|
3101
3237
|
"filePath": "lanes-model.ts",
|
|
3102
|
-
"line":
|
|
3238
|
+
"line": 55,
|
|
3103
3239
|
"character": 1
|
|
3104
3240
|
},
|
|
3105
3241
|
"raw": "/**\n * GQL (lanes)\n * Return type of the entire /lanes query.\n * Represents All Lanes and Current Lane in Scope/Workspace\n */",
|
|
3106
|
-
"comment": "GQL (lanes)\nReturn type of the entire /lanes query.\nRepresents All Lanes and Current Lane in Scope/Workspace"
|
|
3242
|
+
"comment": "GQL (lanes)\nReturn type of the entire /lanes query.\nRepresents All Lanes and Current Lane in Scope/Workspace",
|
|
3243
|
+
"tags": []
|
|
3107
3244
|
},
|
|
3108
3245
|
"signature": "type LanesQuery = {\n lanes?: LanesQueryResult;\n}",
|
|
3109
3246
|
"name": "LanesQuery",
|
|
@@ -3111,7 +3248,7 @@
|
|
|
3111
3248
|
"__schema": "TypeLiteralSchema",
|
|
3112
3249
|
"location": {
|
|
3113
3250
|
"filePath": "lanes-model.ts",
|
|
3114
|
-
"line":
|
|
3251
|
+
"line": 60,
|
|
3115
3252
|
"character": 26
|
|
3116
3253
|
},
|
|
3117
3254
|
"members": [
|
|
@@ -3119,7 +3256,7 @@
|
|
|
3119
3256
|
"__schema": "VariableLikeSchema",
|
|
3120
3257
|
"location": {
|
|
3121
3258
|
"filePath": "lanes-model.ts",
|
|
3122
|
-
"line":
|
|
3259
|
+
"line": 61,
|
|
3123
3260
|
"character": 3
|
|
3124
3261
|
},
|
|
3125
3262
|
"signature": "(property) lanes?: LanesQueryResult",
|
|
@@ -3128,7 +3265,7 @@
|
|
|
3128
3265
|
"__schema": "TypeRefSchema",
|
|
3129
3266
|
"location": {
|
|
3130
3267
|
"filePath": "lanes-model.ts",
|
|
3131
|
-
"line":
|
|
3268
|
+
"line": 61,
|
|
3132
3269
|
"character": 3
|
|
3133
3270
|
},
|
|
3134
3271
|
"name": "LanesQueryResult"
|
|
@@ -3142,7 +3279,7 @@
|
|
|
3142
3279
|
"__schema": "TypeSchema",
|
|
3143
3280
|
"location": {
|
|
3144
3281
|
"filePath": "lanes-model.ts",
|
|
3145
|
-
"line":
|
|
3282
|
+
"line": 64,
|
|
3146
3283
|
"character": 1
|
|
3147
3284
|
},
|
|
3148
3285
|
"signature": "type LanesHost = \"workspace\" | \"scope\"",
|
|
@@ -3151,7 +3288,7 @@
|
|
|
3151
3288
|
"__schema": "TypeUnionSchema",
|
|
3152
3289
|
"location": {
|
|
3153
3290
|
"filePath": "lanes-model.ts",
|
|
3154
|
-
"line":
|
|
3291
|
+
"line": 64,
|
|
3155
3292
|
"character": 25
|
|
3156
3293
|
},
|
|
3157
3294
|
"types": [
|
|
@@ -3159,7 +3296,7 @@
|
|
|
3159
3296
|
"__schema": "LiteralTypeSchema",
|
|
3160
3297
|
"location": {
|
|
3161
3298
|
"filePath": "lanes-model.ts",
|
|
3162
|
-
"line":
|
|
3299
|
+
"line": 64,
|
|
3163
3300
|
"character": 25
|
|
3164
3301
|
},
|
|
3165
3302
|
"name": "'workspace'"
|
|
@@ -3168,7 +3305,7 @@
|
|
|
3168
3305
|
"__schema": "LiteralTypeSchema",
|
|
3169
3306
|
"location": {
|
|
3170
3307
|
"filePath": "lanes-model.ts",
|
|
3171
|
-
"line":
|
|
3308
|
+
"line": 64,
|
|
3172
3309
|
"character": 39
|
|
3173
3310
|
},
|
|
3174
3311
|
"name": "'scope'"
|
|
@@ -3180,26 +3317,27 @@
|
|
|
3180
3317
|
"__schema": "TypeSchema",
|
|
3181
3318
|
"location": {
|
|
3182
3319
|
"filePath": "lanes-model.ts",
|
|
3183
|
-
"line":
|
|
3320
|
+
"line": 68,
|
|
3184
3321
|
"character": 1
|
|
3185
3322
|
},
|
|
3186
3323
|
"doc": {
|
|
3187
3324
|
"__schema": "DocSchema",
|
|
3188
3325
|
"location": {
|
|
3189
3326
|
"filePath": "lanes-model.ts",
|
|
3190
|
-
"line":
|
|
3327
|
+
"line": 65,
|
|
3191
3328
|
"character": 1
|
|
3192
3329
|
},
|
|
3193
3330
|
"raw": "/**\n * Represents a single Lane in a Workspace/Scope\n */",
|
|
3194
|
-
"comment": "Represents a single Lane in a Workspace/Scope"
|
|
3331
|
+
"comment": "Represents a single Lane in a Workspace/Scope",
|
|
3332
|
+
"tags": []
|
|
3195
3333
|
},
|
|
3196
|
-
"signature": "type LaneModel = {\n id: LaneId;\n hash: string;\n components: ComponentID[];\n readmeComponent?: ComponentModel;\n displayName?: string;\n createdAt?: Date;\n createdBy?: LaneQueryLaneOwner;\n updatedAt?: Date;\n updatedBy?: LaneQueryLaneOwner;\n}",
|
|
3334
|
+
"signature": "type LaneModel = {\n id: LaneId;\n hash: string;\n components: ComponentID[];\n readmeComponent?: ComponentModel;\n displayName?: string;\n createdAt?: Date;\n createdBy?: LaneQueryLaneOwner;\n updatedAt?: Date;\n updatedBy?: LaneQueryLaneOwner;\n dependents?: ComponentID[];\n}",
|
|
3197
3335
|
"name": "LaneModel",
|
|
3198
3336
|
"type": {
|
|
3199
3337
|
"__schema": "TypeLiteralSchema",
|
|
3200
3338
|
"location": {
|
|
3201
3339
|
"filePath": "lanes-model.ts",
|
|
3202
|
-
"line":
|
|
3340
|
+
"line": 68,
|
|
3203
3341
|
"character": 25
|
|
3204
3342
|
},
|
|
3205
3343
|
"members": [
|
|
@@ -3207,7 +3345,7 @@
|
|
|
3207
3345
|
"__schema": "VariableLikeSchema",
|
|
3208
3346
|
"location": {
|
|
3209
3347
|
"filePath": "lanes-model.ts",
|
|
3210
|
-
"line":
|
|
3348
|
+
"line": 69,
|
|
3211
3349
|
"character": 3
|
|
3212
3350
|
},
|
|
3213
3351
|
"signature": "(property) id: LaneId",
|
|
@@ -3216,7 +3354,7 @@
|
|
|
3216
3354
|
"__schema": "TypeRefSchema",
|
|
3217
3355
|
"location": {
|
|
3218
3356
|
"filePath": "lanes-model.ts",
|
|
3219
|
-
"line":
|
|
3357
|
+
"line": 69,
|
|
3220
3358
|
"character": 3
|
|
3221
3359
|
},
|
|
3222
3360
|
"name": "LaneId",
|
|
@@ -3232,7 +3370,7 @@
|
|
|
3232
3370
|
"__schema": "VariableLikeSchema",
|
|
3233
3371
|
"location": {
|
|
3234
3372
|
"filePath": "lanes-model.ts",
|
|
3235
|
-
"line":
|
|
3373
|
+
"line": 70,
|
|
3236
3374
|
"character": 3
|
|
3237
3375
|
},
|
|
3238
3376
|
"signature": "(property) hash: string",
|
|
@@ -3241,7 +3379,7 @@
|
|
|
3241
3379
|
"__schema": "KeywordTypeSchema",
|
|
3242
3380
|
"location": {
|
|
3243
3381
|
"filePath": "lanes-model.ts",
|
|
3244
|
-
"line":
|
|
3382
|
+
"line": 70,
|
|
3245
3383
|
"character": 9
|
|
3246
3384
|
},
|
|
3247
3385
|
"name": "string"
|
|
@@ -3252,7 +3390,7 @@
|
|
|
3252
3390
|
"__schema": "VariableLikeSchema",
|
|
3253
3391
|
"location": {
|
|
3254
3392
|
"filePath": "lanes-model.ts",
|
|
3255
|
-
"line":
|
|
3393
|
+
"line": 71,
|
|
3256
3394
|
"character": 3
|
|
3257
3395
|
},
|
|
3258
3396
|
"signature": "(property) components: ComponentID[]",
|
|
@@ -3261,14 +3399,14 @@
|
|
|
3261
3399
|
"__schema": "TypeArraySchema",
|
|
3262
3400
|
"location": {
|
|
3263
3401
|
"filePath": "lanes-model.ts",
|
|
3264
|
-
"line":
|
|
3402
|
+
"line": 71,
|
|
3265
3403
|
"character": 15
|
|
3266
3404
|
},
|
|
3267
3405
|
"type": {
|
|
3268
3406
|
"__schema": "TypeRefSchema",
|
|
3269
3407
|
"location": {
|
|
3270
3408
|
"filePath": "lanes-model.ts",
|
|
3271
|
-
"line":
|
|
3409
|
+
"line": 71,
|
|
3272
3410
|
"character": 15
|
|
3273
3411
|
},
|
|
3274
3412
|
"name": "ComponentID",
|
|
@@ -3285,7 +3423,7 @@
|
|
|
3285
3423
|
"__schema": "VariableLikeSchema",
|
|
3286
3424
|
"location": {
|
|
3287
3425
|
"filePath": "lanes-model.ts",
|
|
3288
|
-
"line":
|
|
3426
|
+
"line": 72,
|
|
3289
3427
|
"character": 3
|
|
3290
3428
|
},
|
|
3291
3429
|
"signature": "(property) readmeComponent?: ComponentModel",
|
|
@@ -3294,7 +3432,7 @@
|
|
|
3294
3432
|
"__schema": "TypeRefSchema",
|
|
3295
3433
|
"location": {
|
|
3296
3434
|
"filePath": "lanes-model.ts",
|
|
3297
|
-
"line":
|
|
3435
|
+
"line": 72,
|
|
3298
3436
|
"character": 3
|
|
3299
3437
|
},
|
|
3300
3438
|
"name": "ComponentModel",
|
|
@@ -3309,7 +3447,7 @@
|
|
|
3309
3447
|
"__schema": "VariableLikeSchema",
|
|
3310
3448
|
"location": {
|
|
3311
3449
|
"filePath": "lanes-model.ts",
|
|
3312
|
-
"line":
|
|
3450
|
+
"line": 73,
|
|
3313
3451
|
"character": 3
|
|
3314
3452
|
},
|
|
3315
3453
|
"signature": "(property) displayName?: string",
|
|
@@ -3318,7 +3456,7 @@
|
|
|
3318
3456
|
"__schema": "KeywordTypeSchema",
|
|
3319
3457
|
"location": {
|
|
3320
3458
|
"filePath": "lanes-model.ts",
|
|
3321
|
-
"line":
|
|
3459
|
+
"line": 73,
|
|
3322
3460
|
"character": 17
|
|
3323
3461
|
},
|
|
3324
3462
|
"name": "string"
|
|
@@ -3329,7 +3467,7 @@
|
|
|
3329
3467
|
"__schema": "VariableLikeSchema",
|
|
3330
3468
|
"location": {
|
|
3331
3469
|
"filePath": "lanes-model.ts",
|
|
3332
|
-
"line":
|
|
3470
|
+
"line": 74,
|
|
3333
3471
|
"character": 3
|
|
3334
3472
|
},
|
|
3335
3473
|
"signature": "(property) createdAt?: Date",
|
|
@@ -3338,7 +3476,7 @@
|
|
|
3338
3476
|
"__schema": "TypeRefSchema",
|
|
3339
3477
|
"location": {
|
|
3340
3478
|
"filePath": "lanes-model.ts",
|
|
3341
|
-
"line":
|
|
3479
|
+
"line": 74,
|
|
3342
3480
|
"character": 15
|
|
3343
3481
|
},
|
|
3344
3482
|
"name": "Date"
|
|
@@ -3349,7 +3487,7 @@
|
|
|
3349
3487
|
"__schema": "VariableLikeSchema",
|
|
3350
3488
|
"location": {
|
|
3351
3489
|
"filePath": "lanes-model.ts",
|
|
3352
|
-
"line":
|
|
3490
|
+
"line": 75,
|
|
3353
3491
|
"character": 3
|
|
3354
3492
|
},
|
|
3355
3493
|
"signature": "(property) createdBy?: LaneQueryLaneOwner",
|
|
@@ -3358,7 +3496,7 @@
|
|
|
3358
3496
|
"__schema": "TypeRefSchema",
|
|
3359
3497
|
"location": {
|
|
3360
3498
|
"filePath": "lanes-model.ts",
|
|
3361
|
-
"line":
|
|
3499
|
+
"line": 75,
|
|
3362
3500
|
"character": 3
|
|
3363
3501
|
},
|
|
3364
3502
|
"name": "LaneQueryLaneOwner",
|
|
@@ -3370,7 +3508,7 @@
|
|
|
3370
3508
|
"__schema": "VariableLikeSchema",
|
|
3371
3509
|
"location": {
|
|
3372
3510
|
"filePath": "lanes-model.ts",
|
|
3373
|
-
"line":
|
|
3511
|
+
"line": 76,
|
|
3374
3512
|
"character": 3
|
|
3375
3513
|
},
|
|
3376
3514
|
"signature": "(property) updatedAt?: Date",
|
|
@@ -3379,7 +3517,7 @@
|
|
|
3379
3517
|
"__schema": "TypeRefSchema",
|
|
3380
3518
|
"location": {
|
|
3381
3519
|
"filePath": "lanes-model.ts",
|
|
3382
|
-
"line":
|
|
3520
|
+
"line": 76,
|
|
3383
3521
|
"character": 15
|
|
3384
3522
|
},
|
|
3385
3523
|
"name": "Date"
|
|
@@ -3390,7 +3528,7 @@
|
|
|
3390
3528
|
"__schema": "VariableLikeSchema",
|
|
3391
3529
|
"location": {
|
|
3392
3530
|
"filePath": "lanes-model.ts",
|
|
3393
|
-
"line":
|
|
3531
|
+
"line": 77,
|
|
3394
3532
|
"character": 3
|
|
3395
3533
|
},
|
|
3396
3534
|
"signature": "(property) updatedBy?: LaneQueryLaneOwner",
|
|
@@ -3399,13 +3537,46 @@
|
|
|
3399
3537
|
"__schema": "TypeRefSchema",
|
|
3400
3538
|
"location": {
|
|
3401
3539
|
"filePath": "lanes-model.ts",
|
|
3402
|
-
"line":
|
|
3540
|
+
"line": 77,
|
|
3403
3541
|
"character": 3
|
|
3404
3542
|
},
|
|
3405
3543
|
"name": "LaneQueryLaneOwner",
|
|
3406
3544
|
"internalFilePath": "lanes-model.ts"
|
|
3407
3545
|
},
|
|
3408
3546
|
"isOptional": true
|
|
3547
|
+
},
|
|
3548
|
+
{
|
|
3549
|
+
"__schema": "VariableLikeSchema",
|
|
3550
|
+
"location": {
|
|
3551
|
+
"filePath": "lanes-model.ts",
|
|
3552
|
+
"line": 78,
|
|
3553
|
+
"character": 3
|
|
3554
|
+
},
|
|
3555
|
+
"signature": "(property) dependents?: ComponentID[]",
|
|
3556
|
+
"name": "dependents",
|
|
3557
|
+
"type": {
|
|
3558
|
+
"__schema": "TypeArraySchema",
|
|
3559
|
+
"location": {
|
|
3560
|
+
"filePath": "lanes-model.ts",
|
|
3561
|
+
"line": 78,
|
|
3562
|
+
"character": 16
|
|
3563
|
+
},
|
|
3564
|
+
"type": {
|
|
3565
|
+
"__schema": "TypeRefSchema",
|
|
3566
|
+
"location": {
|
|
3567
|
+
"filePath": "lanes-model.ts",
|
|
3568
|
+
"line": 78,
|
|
3569
|
+
"character": 16
|
|
3570
|
+
},
|
|
3571
|
+
"name": "ComponentID",
|
|
3572
|
+
"componentId": {
|
|
3573
|
+
"scope": "teambit.component",
|
|
3574
|
+
"name": "component-id",
|
|
3575
|
+
"version": "1.2.0"
|
|
3576
|
+
}
|
|
3577
|
+
}
|
|
3578
|
+
},
|
|
3579
|
+
"isOptional": true
|
|
3409
3580
|
}
|
|
3410
3581
|
]
|
|
3411
3582
|
}
|
|
@@ -3414,18 +3585,19 @@
|
|
|
3414
3585
|
"__schema": "TypeSchema",
|
|
3415
3586
|
"location": {
|
|
3416
3587
|
"filePath": "lanes-model.ts",
|
|
3417
|
-
"line":
|
|
3588
|
+
"line": 83,
|
|
3418
3589
|
"character": 1
|
|
3419
3590
|
},
|
|
3420
3591
|
"doc": {
|
|
3421
3592
|
"__schema": "DocSchema",
|
|
3422
3593
|
"location": {
|
|
3423
3594
|
"filePath": "lanes-model.ts",
|
|
3424
|
-
"line":
|
|
3595
|
+
"line": 80,
|
|
3425
3596
|
"character": 1
|
|
3426
3597
|
},
|
|
3427
3598
|
"raw": "/**\n * Props to instantiate a LanesModel\n */",
|
|
3428
|
-
"comment": "Props to instantiate a LanesModel"
|
|
3599
|
+
"comment": "Props to instantiate a LanesModel",
|
|
3600
|
+
"tags": []
|
|
3429
3601
|
},
|
|
3430
3602
|
"signature": "type LanesModelProps = {\n lanes?: LaneModel[];\n viewedLane?: LaneModel;\n currentLane?: LaneModel;\n defaultLane?: LaneModel;\n}",
|
|
3431
3603
|
"name": "LanesModelProps",
|
|
@@ -3433,7 +3605,7 @@
|
|
|
3433
3605
|
"__schema": "TypeLiteralSchema",
|
|
3434
3606
|
"location": {
|
|
3435
3607
|
"filePath": "lanes-model.ts",
|
|
3436
|
-
"line":
|
|
3608
|
+
"line": 83,
|
|
3437
3609
|
"character": 31
|
|
3438
3610
|
},
|
|
3439
3611
|
"members": [
|
|
@@ -3441,7 +3613,7 @@
|
|
|
3441
3613
|
"__schema": "VariableLikeSchema",
|
|
3442
3614
|
"location": {
|
|
3443
3615
|
"filePath": "lanes-model.ts",
|
|
3444
|
-
"line":
|
|
3616
|
+
"line": 84,
|
|
3445
3617
|
"character": 3
|
|
3446
3618
|
},
|
|
3447
3619
|
"signature": "(property) lanes?: LaneModel[]",
|
|
@@ -3450,14 +3622,14 @@
|
|
|
3450
3622
|
"__schema": "TypeArraySchema",
|
|
3451
3623
|
"location": {
|
|
3452
3624
|
"filePath": "lanes-model.ts",
|
|
3453
|
-
"line":
|
|
3625
|
+
"line": 84,
|
|
3454
3626
|
"character": 11
|
|
3455
3627
|
},
|
|
3456
3628
|
"type": {
|
|
3457
3629
|
"__schema": "TypeRefSchema",
|
|
3458
3630
|
"location": {
|
|
3459
3631
|
"filePath": "lanes-model.ts",
|
|
3460
|
-
"line":
|
|
3632
|
+
"line": 84,
|
|
3461
3633
|
"character": 11
|
|
3462
3634
|
},
|
|
3463
3635
|
"name": "LaneModel"
|
|
@@ -3469,7 +3641,7 @@
|
|
|
3469
3641
|
"__schema": "VariableLikeSchema",
|
|
3470
3642
|
"location": {
|
|
3471
3643
|
"filePath": "lanes-model.ts",
|
|
3472
|
-
"line":
|
|
3644
|
+
"line": 85,
|
|
3473
3645
|
"character": 3
|
|
3474
3646
|
},
|
|
3475
3647
|
"signature": "(property) viewedLane?: LaneModel",
|
|
@@ -3478,7 +3650,7 @@
|
|
|
3478
3650
|
"__schema": "TypeRefSchema",
|
|
3479
3651
|
"location": {
|
|
3480
3652
|
"filePath": "lanes-model.ts",
|
|
3481
|
-
"line":
|
|
3653
|
+
"line": 85,
|
|
3482
3654
|
"character": 3
|
|
3483
3655
|
},
|
|
3484
3656
|
"name": "LaneModel"
|
|
@@ -3489,7 +3661,7 @@
|
|
|
3489
3661
|
"__schema": "VariableLikeSchema",
|
|
3490
3662
|
"location": {
|
|
3491
3663
|
"filePath": "lanes-model.ts",
|
|
3492
|
-
"line":
|
|
3664
|
+
"line": 86,
|
|
3493
3665
|
"character": 3
|
|
3494
3666
|
},
|
|
3495
3667
|
"signature": "(property) currentLane?: LaneModel",
|
|
@@ -3498,7 +3670,7 @@
|
|
|
3498
3670
|
"__schema": "TypeRefSchema",
|
|
3499
3671
|
"location": {
|
|
3500
3672
|
"filePath": "lanes-model.ts",
|
|
3501
|
-
"line":
|
|
3673
|
+
"line": 86,
|
|
3502
3674
|
"character": 3
|
|
3503
3675
|
},
|
|
3504
3676
|
"name": "LaneModel"
|
|
@@ -3509,7 +3681,7 @@
|
|
|
3509
3681
|
"__schema": "VariableLikeSchema",
|
|
3510
3682
|
"location": {
|
|
3511
3683
|
"filePath": "lanes-model.ts",
|
|
3512
|
-
"line":
|
|
3684
|
+
"line": 87,
|
|
3513
3685
|
"character": 3
|
|
3514
3686
|
},
|
|
3515
3687
|
"signature": "(property) defaultLane?: LaneModel",
|
|
@@ -3518,7 +3690,7 @@
|
|
|
3518
3690
|
"__schema": "TypeRefSchema",
|
|
3519
3691
|
"location": {
|
|
3520
3692
|
"filePath": "lanes-model.ts",
|
|
3521
|
-
"line":
|
|
3693
|
+
"line": 87,
|
|
3522
3694
|
"character": 3
|
|
3523
3695
|
},
|
|
3524
3696
|
"name": "LaneModel"
|
|
@@ -3532,18 +3704,19 @@
|
|
|
3532
3704
|
"__schema": "ClassSchema",
|
|
3533
3705
|
"location": {
|
|
3534
3706
|
"filePath": "lanes-model.ts",
|
|
3535
|
-
"line":
|
|
3707
|
+
"line": 95,
|
|
3536
3708
|
"character": 1
|
|
3537
3709
|
},
|
|
3538
3710
|
"doc": {
|
|
3539
3711
|
"__schema": "DocSchema",
|
|
3540
3712
|
"location": {
|
|
3541
3713
|
"filePath": "lanes-model.ts",
|
|
3542
|
-
"line":
|
|
3714
|
+
"line": 90,
|
|
3543
3715
|
"character": 1
|
|
3544
3716
|
},
|
|
3545
3717
|
"raw": "/**\n * Represents the entire Lanes State in a Workspace/Scope\n * Provides helper methods to extract and map Lane information\n * Keeps track of all the lanes and the currently selected lane from the UI\n */",
|
|
3546
|
-
"comment": "Represents the entire Lanes State in a Workspace/Scope\nProvides helper methods to extract and map Lane information\nKeeps track of all the lanes and the currently selected lane from the UI"
|
|
3718
|
+
"comment": "Represents the entire Lanes State in a Workspace/Scope\nProvides helper methods to extract and map Lane information\nKeeps track of all the lanes and the currently selected lane from the UI",
|
|
3719
|
+
"tags": []
|
|
3547
3720
|
},
|
|
3548
3721
|
"signature": "class LanesModel",
|
|
3549
3722
|
"name": "LanesModel",
|
|
@@ -3552,7 +3725,7 @@
|
|
|
3552
3725
|
"__schema": "VariableLikeSchema",
|
|
3553
3726
|
"location": {
|
|
3554
3727
|
"filePath": "lanes-model.ts",
|
|
3555
|
-
"line":
|
|
3728
|
+
"line": 96,
|
|
3556
3729
|
"character": 3
|
|
3557
3730
|
},
|
|
3558
3731
|
"signature": "(property) LanesModel.lanesPrefix: string",
|
|
@@ -3561,7 +3734,7 @@
|
|
|
3561
3734
|
"__schema": "InferenceTypeSchema",
|
|
3562
3735
|
"location": {
|
|
3563
3736
|
"filePath": "lanes-model.ts",
|
|
3564
|
-
"line":
|
|
3737
|
+
"line": 96,
|
|
3565
3738
|
"character": 3
|
|
3566
3739
|
},
|
|
3567
3740
|
"type": "string"
|
|
@@ -3573,7 +3746,7 @@
|
|
|
3573
3746
|
"__schema": "VariableLikeSchema",
|
|
3574
3747
|
"location": {
|
|
3575
3748
|
"filePath": "lanes-model.ts",
|
|
3576
|
-
"line":
|
|
3749
|
+
"line": 98,
|
|
3577
3750
|
"character": 3
|
|
3578
3751
|
},
|
|
3579
3752
|
"signature": "(property) LanesModel.baseLaneComponentRoute: string",
|
|
@@ -3582,7 +3755,7 @@
|
|
|
3582
3755
|
"__schema": "InferenceTypeSchema",
|
|
3583
3756
|
"location": {
|
|
3584
3757
|
"filePath": "lanes-model.ts",
|
|
3585
|
-
"line":
|
|
3758
|
+
"line": 98,
|
|
3586
3759
|
"character": 3
|
|
3587
3760
|
},
|
|
3588
3761
|
"type": "string"
|
|
@@ -3594,7 +3767,7 @@
|
|
|
3594
3767
|
"__schema": "VariableLikeSchema",
|
|
3595
3768
|
"location": {
|
|
3596
3769
|
"filePath": "lanes-model.ts",
|
|
3597
|
-
"line":
|
|
3770
|
+
"line": 100,
|
|
3598
3771
|
"character": 3
|
|
3599
3772
|
},
|
|
3600
3773
|
"signature": "(property) LanesModel.lanePath: string",
|
|
@@ -3603,7 +3776,7 @@
|
|
|
3603
3776
|
"__schema": "InferenceTypeSchema",
|
|
3604
3777
|
"location": {
|
|
3605
3778
|
"filePath": "lanes-model.ts",
|
|
3606
|
-
"line":
|
|
3779
|
+
"line": 100,
|
|
3607
3780
|
"character": 3
|
|
3608
3781
|
},
|
|
3609
3782
|
"type": "string"
|
|
@@ -3615,7 +3788,7 @@
|
|
|
3615
3788
|
"__schema": "VariableLikeSchema",
|
|
3616
3789
|
"location": {
|
|
3617
3790
|
"filePath": "lanes-model.ts",
|
|
3618
|
-
"line":
|
|
3791
|
+
"line": 102,
|
|
3619
3792
|
"character": 3
|
|
3620
3793
|
},
|
|
3621
3794
|
"signature": "(property) LanesModel.laneUrlParamsKey: string",
|
|
@@ -3624,7 +3797,7 @@
|
|
|
3624
3797
|
"__schema": "InferenceTypeSchema",
|
|
3625
3798
|
"location": {
|
|
3626
3799
|
"filePath": "lanes-model.ts",
|
|
3627
|
-
"line":
|
|
3800
|
+
"line": 102,
|
|
3628
3801
|
"character": 3
|
|
3629
3802
|
},
|
|
3630
3803
|
"type": "string"
|
|
@@ -3636,7 +3809,7 @@
|
|
|
3636
3809
|
"__schema": "VariableLikeSchema",
|
|
3637
3810
|
"location": {
|
|
3638
3811
|
"filePath": "lanes-model.ts",
|
|
3639
|
-
"line":
|
|
3812
|
+
"line": 109,
|
|
3640
3813
|
"character": 3
|
|
3641
3814
|
},
|
|
3642
3815
|
"signature": "(property) LanesModel.getLaneIdFromPathname: (pathname: string, urlSearchParams?: URLSearchParams) => LaneId | undefined",
|
|
@@ -3645,7 +3818,7 @@
|
|
|
3645
3818
|
"__schema": "InferenceTypeSchema",
|
|
3646
3819
|
"location": {
|
|
3647
3820
|
"filePath": "lanes-model.ts",
|
|
3648
|
-
"line":
|
|
3821
|
+
"line": 109,
|
|
3649
3822
|
"character": 3
|
|
3650
3823
|
},
|
|
3651
3824
|
"type": "(pathname: string, urlSearchParams?: URLSearchParams) => LaneId | undefined"
|
|
@@ -3657,7 +3830,7 @@
|
|
|
3657
3830
|
"__schema": "VariableLikeSchema",
|
|
3658
3831
|
"location": {
|
|
3659
3832
|
"filePath": "lanes-model.ts",
|
|
3660
|
-
"line":
|
|
3833
|
+
"line": 123,
|
|
3661
3834
|
"character": 3
|
|
3662
3835
|
},
|
|
3663
3836
|
"signature": "(property) LanesModel.getLaneUrl: (laneId: LaneId, relative?: boolean) => string",
|
|
@@ -3666,7 +3839,7 @@
|
|
|
3666
3839
|
"__schema": "InferenceTypeSchema",
|
|
3667
3840
|
"location": {
|
|
3668
3841
|
"filePath": "lanes-model.ts",
|
|
3669
|
-
"line":
|
|
3842
|
+
"line": 123,
|
|
3670
3843
|
"character": 3
|
|
3671
3844
|
},
|
|
3672
3845
|
"type": "(laneId: LaneId, relative?: boolean) => string"
|
|
@@ -3678,7 +3851,7 @@
|
|
|
3678
3851
|
"__schema": "VariableLikeSchema",
|
|
3679
3852
|
"location": {
|
|
3680
3853
|
"filePath": "lanes-model.ts",
|
|
3681
|
-
"line":
|
|
3854
|
+
"line": 126,
|
|
3682
3855
|
"character": 3
|
|
3683
3856
|
},
|
|
3684
3857
|
"signature": "(property) LanesModel.getLaneComponentUrl: (componentId: ComponentID, laneId: LaneId, addScopeMetadataInUrl?: boolean) => string",
|
|
@@ -3687,7 +3860,7 @@
|
|
|
3687
3860
|
"__schema": "InferenceTypeSchema",
|
|
3688
3861
|
"location": {
|
|
3689
3862
|
"filePath": "lanes-model.ts",
|
|
3690
|
-
"line":
|
|
3863
|
+
"line": 126,
|
|
3691
3864
|
"character": 3
|
|
3692
3865
|
},
|
|
3693
3866
|
"type": "(componentId: ComponentID, laneId: LaneId, addScopeMetadataInUrl?: boolean) => string"
|
|
@@ -3699,7 +3872,7 @@
|
|
|
3699
3872
|
"__schema": "VariableLikeSchema",
|
|
3700
3873
|
"location": {
|
|
3701
3874
|
"filePath": "lanes-model.ts",
|
|
3702
|
-
"line":
|
|
3875
|
+
"line": 144,
|
|
3703
3876
|
"character": 3
|
|
3704
3877
|
},
|
|
3705
3878
|
"signature": "(property) LanesModel.getMainComponentUrl: (componentId: ComponentID, laneId?: LaneId, addScopeMetadataInUrl?: boolean) => string",
|
|
@@ -3708,7 +3881,7 @@
|
|
|
3708
3881
|
"__schema": "InferenceTypeSchema",
|
|
3709
3882
|
"location": {
|
|
3710
3883
|
"filePath": "lanes-model.ts",
|
|
3711
|
-
"line":
|
|
3884
|
+
"line": 144,
|
|
3712
3885
|
"character": 3
|
|
3713
3886
|
},
|
|
3714
3887
|
"type": "(componentId: ComponentID, laneId?: LaneId, addScopeMetadataInUrl?: boolean) => string"
|
|
@@ -3720,7 +3893,7 @@
|
|
|
3720
3893
|
"__schema": "FunctionLikeSchema",
|
|
3721
3894
|
"location": {
|
|
3722
3895
|
"filePath": "lanes-model.ts",
|
|
3723
|
-
"line":
|
|
3896
|
+
"line": 157,
|
|
3724
3897
|
"character": 3
|
|
3725
3898
|
},
|
|
3726
3899
|
"signature": "(method) LanesModel.mapToLaneModel(laneData: LaneQueryResult): LaneModel",
|
|
@@ -3730,7 +3903,7 @@
|
|
|
3730
3903
|
"__schema": "ParameterSchema",
|
|
3731
3904
|
"location": {
|
|
3732
3905
|
"filePath": "lanes-model.ts",
|
|
3733
|
-
"line":
|
|
3906
|
+
"line": 157,
|
|
3734
3907
|
"character": 25
|
|
3735
3908
|
},
|
|
3736
3909
|
"name": "laneData",
|
|
@@ -3738,7 +3911,7 @@
|
|
|
3738
3911
|
"__schema": "TypeRefSchema",
|
|
3739
3912
|
"location": {
|
|
3740
3913
|
"filePath": "lanes-model.ts",
|
|
3741
|
-
"line":
|
|
3914
|
+
"line": 157,
|
|
3742
3915
|
"character": 35
|
|
3743
3916
|
},
|
|
3744
3917
|
"name": "LaneQueryResult"
|
|
@@ -3751,7 +3924,7 @@
|
|
|
3751
3924
|
"__schema": "TypeRefSchema",
|
|
3752
3925
|
"location": {
|
|
3753
3926
|
"filePath": "lanes-model.ts",
|
|
3754
|
-
"line":
|
|
3927
|
+
"line": 157,
|
|
3755
3928
|
"character": 3
|
|
3756
3929
|
},
|
|
3757
3930
|
"name": "LaneModel"
|
|
@@ -3764,7 +3937,7 @@
|
|
|
3764
3937
|
"__schema": "FunctionLikeSchema",
|
|
3765
3938
|
"location": {
|
|
3766
3939
|
"filePath": "lanes-model.ts",
|
|
3767
|
-
"line":
|
|
3940
|
+
"line": 215,
|
|
3768
3941
|
"character": 3
|
|
3769
3942
|
},
|
|
3770
3943
|
"signature": "(method) LanesModel.groupLaneIdsByScope(laneIds: LaneId[]): Map<string, LaneId[]>",
|
|
@@ -3774,7 +3947,7 @@
|
|
|
3774
3947
|
"__schema": "ParameterSchema",
|
|
3775
3948
|
"location": {
|
|
3776
3949
|
"filePath": "lanes-model.ts",
|
|
3777
|
-
"line":
|
|
3950
|
+
"line": 215,
|
|
3778
3951
|
"character": 30
|
|
3779
3952
|
},
|
|
3780
3953
|
"name": "laneIds",
|
|
@@ -3782,14 +3955,14 @@
|
|
|
3782
3955
|
"__schema": "TypeArraySchema",
|
|
3783
3956
|
"location": {
|
|
3784
3957
|
"filePath": "lanes-model.ts",
|
|
3785
|
-
"line":
|
|
3958
|
+
"line": 215,
|
|
3786
3959
|
"character": 39
|
|
3787
3960
|
},
|
|
3788
3961
|
"type": {
|
|
3789
3962
|
"__schema": "TypeRefSchema",
|
|
3790
3963
|
"location": {
|
|
3791
3964
|
"filePath": "lanes-model.ts",
|
|
3792
|
-
"line":
|
|
3965
|
+
"line": 215,
|
|
3793
3966
|
"character": 39
|
|
3794
3967
|
},
|
|
3795
3968
|
"name": "LaneId",
|
|
@@ -3808,7 +3981,7 @@
|
|
|
3808
3981
|
"__schema": "TypeRefSchema",
|
|
3809
3982
|
"location": {
|
|
3810
3983
|
"filePath": "lanes-model.ts",
|
|
3811
|
-
"line":
|
|
3984
|
+
"line": 215,
|
|
3812
3985
|
"character": 50
|
|
3813
3986
|
},
|
|
3814
3987
|
"name": "Map",
|
|
@@ -3817,7 +3990,7 @@
|
|
|
3817
3990
|
"__schema": "KeywordTypeSchema",
|
|
3818
3991
|
"location": {
|
|
3819
3992
|
"filePath": "lanes-model.ts",
|
|
3820
|
-
"line":
|
|
3993
|
+
"line": 215,
|
|
3821
3994
|
"character": 54
|
|
3822
3995
|
},
|
|
3823
3996
|
"name": "string"
|
|
@@ -3826,14 +3999,14 @@
|
|
|
3826
3999
|
"__schema": "TypeArraySchema",
|
|
3827
4000
|
"location": {
|
|
3828
4001
|
"filePath": "lanes-model.ts",
|
|
3829
|
-
"line":
|
|
4002
|
+
"line": 215,
|
|
3830
4003
|
"character": 62
|
|
3831
4004
|
},
|
|
3832
4005
|
"type": {
|
|
3833
4006
|
"__schema": "TypeRefSchema",
|
|
3834
4007
|
"location": {
|
|
3835
4008
|
"filePath": "lanes-model.ts",
|
|
3836
|
-
"line":
|
|
4009
|
+
"line": 215,
|
|
3837
4010
|
"character": 62
|
|
3838
4011
|
},
|
|
3839
4012
|
"name": "LaneId",
|
|
@@ -3854,7 +4027,7 @@
|
|
|
3854
4027
|
"__schema": "FunctionLikeSchema",
|
|
3855
4028
|
"location": {
|
|
3856
4029
|
"filePath": "lanes-model.ts",
|
|
3857
|
-
"line":
|
|
4030
|
+
"line": 229,
|
|
3858
4031
|
"character": 3
|
|
3859
4032
|
},
|
|
3860
4033
|
"signature": "(method) LanesModel.groupLanesByScope(lanes: LaneModel[]): Map<string, LaneModel[]>",
|
|
@@ -3864,7 +4037,7 @@
|
|
|
3864
4037
|
"__schema": "ParameterSchema",
|
|
3865
4038
|
"location": {
|
|
3866
4039
|
"filePath": "lanes-model.ts",
|
|
3867
|
-
"line":
|
|
4040
|
+
"line": 229,
|
|
3868
4041
|
"character": 28
|
|
3869
4042
|
},
|
|
3870
4043
|
"name": "lanes",
|
|
@@ -3872,14 +4045,14 @@
|
|
|
3872
4045
|
"__schema": "TypeArraySchema",
|
|
3873
4046
|
"location": {
|
|
3874
4047
|
"filePath": "lanes-model.ts",
|
|
3875
|
-
"line":
|
|
4048
|
+
"line": 229,
|
|
3876
4049
|
"character": 35
|
|
3877
4050
|
},
|
|
3878
4051
|
"type": {
|
|
3879
4052
|
"__schema": "TypeRefSchema",
|
|
3880
4053
|
"location": {
|
|
3881
4054
|
"filePath": "lanes-model.ts",
|
|
3882
|
-
"line":
|
|
4055
|
+
"line": 229,
|
|
3883
4056
|
"character": 35
|
|
3884
4057
|
},
|
|
3885
4058
|
"name": "LaneModel"
|
|
@@ -3893,7 +4066,7 @@
|
|
|
3893
4066
|
"__schema": "TypeRefSchema",
|
|
3894
4067
|
"location": {
|
|
3895
4068
|
"filePath": "lanes-model.ts",
|
|
3896
|
-
"line":
|
|
4069
|
+
"line": 229,
|
|
3897
4070
|
"character": 49
|
|
3898
4071
|
},
|
|
3899
4072
|
"name": "Map",
|
|
@@ -3902,7 +4075,7 @@
|
|
|
3902
4075
|
"__schema": "KeywordTypeSchema",
|
|
3903
4076
|
"location": {
|
|
3904
4077
|
"filePath": "lanes-model.ts",
|
|
3905
|
-
"line":
|
|
4078
|
+
"line": 229,
|
|
3906
4079
|
"character": 53
|
|
3907
4080
|
},
|
|
3908
4081
|
"name": "string"
|
|
@@ -3911,14 +4084,14 @@
|
|
|
3911
4084
|
"__schema": "TypeArraySchema",
|
|
3912
4085
|
"location": {
|
|
3913
4086
|
"filePath": "lanes-model.ts",
|
|
3914
|
-
"line":
|
|
4087
|
+
"line": 229,
|
|
3915
4088
|
"character": 61
|
|
3916
4089
|
},
|
|
3917
4090
|
"type": {
|
|
3918
4091
|
"__schema": "TypeRefSchema",
|
|
3919
4092
|
"location": {
|
|
3920
4093
|
"filePath": "lanes-model.ts",
|
|
3921
|
-
"line":
|
|
4094
|
+
"line": 229,
|
|
3922
4095
|
"character": 61
|
|
3923
4096
|
},
|
|
3924
4097
|
"name": "LaneModel"
|
|
@@ -3934,7 +4107,7 @@
|
|
|
3934
4107
|
"__schema": "FunctionLikeSchema",
|
|
3935
4108
|
"location": {
|
|
3936
4109
|
"filePath": "lanes-model.ts",
|
|
3937
|
-
"line":
|
|
4110
|
+
"line": 243,
|
|
3938
4111
|
"character": 3
|
|
3939
4112
|
},
|
|
3940
4113
|
"signature": "(method) LanesModel.groupByComponentNameAndId(lanes: LaneModel[]): {\n byName: Map<string, LaneModel[]>;\n byId: Map<string, LaneModel[]>;\n}",
|
|
@@ -3944,7 +4117,7 @@
|
|
|
3944
4117
|
"__schema": "ParameterSchema",
|
|
3945
4118
|
"location": {
|
|
3946
4119
|
"filePath": "lanes-model.ts",
|
|
3947
|
-
"line":
|
|
4120
|
+
"line": 243,
|
|
3948
4121
|
"character": 36
|
|
3949
4122
|
},
|
|
3950
4123
|
"name": "lanes",
|
|
@@ -3952,14 +4125,14 @@
|
|
|
3952
4125
|
"__schema": "TypeArraySchema",
|
|
3953
4126
|
"location": {
|
|
3954
4127
|
"filePath": "lanes-model.ts",
|
|
3955
|
-
"line":
|
|
4128
|
+
"line": 243,
|
|
3956
4129
|
"character": 43
|
|
3957
4130
|
},
|
|
3958
4131
|
"type": {
|
|
3959
4132
|
"__schema": "TypeRefSchema",
|
|
3960
4133
|
"location": {
|
|
3961
4134
|
"filePath": "lanes-model.ts",
|
|
3962
|
-
"line":
|
|
4135
|
+
"line": 243,
|
|
3963
4136
|
"character": 43
|
|
3964
4137
|
},
|
|
3965
4138
|
"name": "LaneModel"
|
|
@@ -3973,7 +4146,7 @@
|
|
|
3973
4146
|
"__schema": "TypeLiteralSchema",
|
|
3974
4147
|
"location": {
|
|
3975
4148
|
"filePath": "lanes-model.ts",
|
|
3976
|
-
"line":
|
|
4149
|
+
"line": 243,
|
|
3977
4150
|
"character": 57
|
|
3978
4151
|
},
|
|
3979
4152
|
"members": [
|
|
@@ -3981,7 +4154,7 @@
|
|
|
3981
4154
|
"__schema": "VariableLikeSchema",
|
|
3982
4155
|
"location": {
|
|
3983
4156
|
"filePath": "lanes-model.ts",
|
|
3984
|
-
"line":
|
|
4157
|
+
"line": 244,
|
|
3985
4158
|
"character": 5
|
|
3986
4159
|
},
|
|
3987
4160
|
"signature": "(property) byName: Map<string, LaneModel[]>",
|
|
@@ -3990,7 +4163,7 @@
|
|
|
3990
4163
|
"__schema": "TypeRefSchema",
|
|
3991
4164
|
"location": {
|
|
3992
4165
|
"filePath": "lanes-model.ts",
|
|
3993
|
-
"line":
|
|
4166
|
+
"line": 244,
|
|
3994
4167
|
"character": 13
|
|
3995
4168
|
},
|
|
3996
4169
|
"name": "Map",
|
|
@@ -3999,7 +4172,7 @@
|
|
|
3999
4172
|
"__schema": "KeywordTypeSchema",
|
|
4000
4173
|
"location": {
|
|
4001
4174
|
"filePath": "lanes-model.ts",
|
|
4002
|
-
"line":
|
|
4175
|
+
"line": 244,
|
|
4003
4176
|
"character": 17
|
|
4004
4177
|
},
|
|
4005
4178
|
"name": "string"
|
|
@@ -4008,14 +4181,14 @@
|
|
|
4008
4181
|
"__schema": "TypeArraySchema",
|
|
4009
4182
|
"location": {
|
|
4010
4183
|
"filePath": "lanes-model.ts",
|
|
4011
|
-
"line":
|
|
4184
|
+
"line": 244,
|
|
4012
4185
|
"character": 25
|
|
4013
4186
|
},
|
|
4014
4187
|
"type": {
|
|
4015
4188
|
"__schema": "TypeRefSchema",
|
|
4016
4189
|
"location": {
|
|
4017
4190
|
"filePath": "lanes-model.ts",
|
|
4018
|
-
"line":
|
|
4191
|
+
"line": 244,
|
|
4019
4192
|
"character": 25
|
|
4020
4193
|
},
|
|
4021
4194
|
"name": "LaneModel"
|
|
@@ -4029,7 +4202,7 @@
|
|
|
4029
4202
|
"__schema": "VariableLikeSchema",
|
|
4030
4203
|
"location": {
|
|
4031
4204
|
"filePath": "lanes-model.ts",
|
|
4032
|
-
"line":
|
|
4205
|
+
"line": 245,
|
|
4033
4206
|
"character": 5
|
|
4034
4207
|
},
|
|
4035
4208
|
"signature": "(property) byId: Map<string, LaneModel[]>",
|
|
@@ -4038,7 +4211,7 @@
|
|
|
4038
4211
|
"__schema": "TypeRefSchema",
|
|
4039
4212
|
"location": {
|
|
4040
4213
|
"filePath": "lanes-model.ts",
|
|
4041
|
-
"line":
|
|
4214
|
+
"line": 245,
|
|
4042
4215
|
"character": 11
|
|
4043
4216
|
},
|
|
4044
4217
|
"name": "Map",
|
|
@@ -4047,7 +4220,7 @@
|
|
|
4047
4220
|
"__schema": "KeywordTypeSchema",
|
|
4048
4221
|
"location": {
|
|
4049
4222
|
"filePath": "lanes-model.ts",
|
|
4050
|
-
"line":
|
|
4223
|
+
"line": 245,
|
|
4051
4224
|
"character": 15
|
|
4052
4225
|
},
|
|
4053
4226
|
"name": "string"
|
|
@@ -4056,14 +4229,14 @@
|
|
|
4056
4229
|
"__schema": "TypeArraySchema",
|
|
4057
4230
|
"location": {
|
|
4058
4231
|
"filePath": "lanes-model.ts",
|
|
4059
|
-
"line":
|
|
4232
|
+
"line": 245,
|
|
4060
4233
|
"character": 23
|
|
4061
4234
|
},
|
|
4062
4235
|
"type": {
|
|
4063
4236
|
"__schema": "TypeRefSchema",
|
|
4064
4237
|
"location": {
|
|
4065
4238
|
"filePath": "lanes-model.ts",
|
|
4066
|
-
"line":
|
|
4239
|
+
"line": 245,
|
|
4067
4240
|
"character": 23
|
|
4068
4241
|
},
|
|
4069
4242
|
"name": "LaneModel"
|
|
@@ -4083,7 +4256,7 @@
|
|
|
4083
4256
|
"__schema": "FunctionLikeSchema",
|
|
4084
4257
|
"location": {
|
|
4085
4258
|
"filePath": "lanes-model.ts",
|
|
4086
|
-
"line":
|
|
4259
|
+
"line": 266,
|
|
4087
4260
|
"character": 3
|
|
4088
4261
|
},
|
|
4089
4262
|
"signature": "(method) LanesModel.from({ data, scope, viewedLaneId, }: {\n data: LanesQuery;\n scope?: string;\n host?: string;\n viewedLaneId?: LaneId;\n}): LanesModel",
|
|
@@ -4093,7 +4266,7 @@
|
|
|
4093
4266
|
"__schema": "ParameterSchema",
|
|
4094
4267
|
"location": {
|
|
4095
4268
|
"filePath": "lanes-model.ts",
|
|
4096
|
-
"line":
|
|
4269
|
+
"line": 266,
|
|
4097
4270
|
"character": 15
|
|
4098
4271
|
},
|
|
4099
4272
|
"name": "{ data, scope, viewedLaneId }",
|
|
@@ -4101,7 +4274,7 @@
|
|
|
4101
4274
|
"__schema": "TypeLiteralSchema",
|
|
4102
4275
|
"location": {
|
|
4103
4276
|
"filePath": "lanes-model.ts",
|
|
4104
|
-
"line":
|
|
4277
|
+
"line": 270,
|
|
4105
4278
|
"character": 6
|
|
4106
4279
|
},
|
|
4107
4280
|
"members": [
|
|
@@ -4109,7 +4282,7 @@
|
|
|
4109
4282
|
"__schema": "VariableLikeSchema",
|
|
4110
4283
|
"location": {
|
|
4111
4284
|
"filePath": "lanes-model.ts",
|
|
4112
|
-
"line":
|
|
4285
|
+
"line": 271,
|
|
4113
4286
|
"character": 5
|
|
4114
4287
|
},
|
|
4115
4288
|
"signature": "(property) data: LanesQuery",
|
|
@@ -4118,7 +4291,7 @@
|
|
|
4118
4291
|
"__schema": "TypeRefSchema",
|
|
4119
4292
|
"location": {
|
|
4120
4293
|
"filePath": "lanes-model.ts",
|
|
4121
|
-
"line":
|
|
4294
|
+
"line": 271,
|
|
4122
4295
|
"character": 5
|
|
4123
4296
|
},
|
|
4124
4297
|
"name": "LanesQuery"
|
|
@@ -4129,7 +4302,7 @@
|
|
|
4129
4302
|
"__schema": "VariableLikeSchema",
|
|
4130
4303
|
"location": {
|
|
4131
4304
|
"filePath": "lanes-model.ts",
|
|
4132
|
-
"line":
|
|
4305
|
+
"line": 272,
|
|
4133
4306
|
"character": 5
|
|
4134
4307
|
},
|
|
4135
4308
|
"signature": "(property) scope?: string",
|
|
@@ -4138,7 +4311,7 @@
|
|
|
4138
4311
|
"__schema": "KeywordTypeSchema",
|
|
4139
4312
|
"location": {
|
|
4140
4313
|
"filePath": "lanes-model.ts",
|
|
4141
|
-
"line":
|
|
4314
|
+
"line": 272,
|
|
4142
4315
|
"character": 13
|
|
4143
4316
|
},
|
|
4144
4317
|
"name": "string"
|
|
@@ -4149,7 +4322,7 @@
|
|
|
4149
4322
|
"__schema": "VariableLikeSchema",
|
|
4150
4323
|
"location": {
|
|
4151
4324
|
"filePath": "lanes-model.ts",
|
|
4152
|
-
"line":
|
|
4325
|
+
"line": 274,
|
|
4153
4326
|
"character": 5
|
|
4154
4327
|
},
|
|
4155
4328
|
"signature": "(property) host?: string",
|
|
@@ -4158,7 +4331,7 @@
|
|
|
4158
4331
|
"__schema": "KeywordTypeSchema",
|
|
4159
4332
|
"location": {
|
|
4160
4333
|
"filePath": "lanes-model.ts",
|
|
4161
|
-
"line":
|
|
4334
|
+
"line": 274,
|
|
4162
4335
|
"character": 12
|
|
4163
4336
|
},
|
|
4164
4337
|
"name": "string"
|
|
@@ -4169,7 +4342,7 @@
|
|
|
4169
4342
|
"__schema": "VariableLikeSchema",
|
|
4170
4343
|
"location": {
|
|
4171
4344
|
"filePath": "lanes-model.ts",
|
|
4172
|
-
"line":
|
|
4345
|
+
"line": 275,
|
|
4173
4346
|
"character": 5
|
|
4174
4347
|
},
|
|
4175
4348
|
"signature": "(property) viewedLaneId?: LaneId",
|
|
@@ -4178,7 +4351,7 @@
|
|
|
4178
4351
|
"__schema": "TypeRefSchema",
|
|
4179
4352
|
"location": {
|
|
4180
4353
|
"filePath": "lanes-model.ts",
|
|
4181
|
-
"line":
|
|
4354
|
+
"line": 275,
|
|
4182
4355
|
"character": 5
|
|
4183
4356
|
},
|
|
4184
4357
|
"name": "LaneId",
|
|
@@ -4198,7 +4371,7 @@
|
|
|
4198
4371
|
"__schema": "VariableLikeSchema",
|
|
4199
4372
|
"location": {
|
|
4200
4373
|
"filePath": "lanes-model.ts",
|
|
4201
|
-
"line":
|
|
4374
|
+
"line": 271,
|
|
4202
4375
|
"character": 5
|
|
4203
4376
|
},
|
|
4204
4377
|
"signature": "(property) data: LanesQuery",
|
|
@@ -4207,7 +4380,7 @@
|
|
|
4207
4380
|
"__schema": "TypeRefSchema",
|
|
4208
4381
|
"location": {
|
|
4209
4382
|
"filePath": "lanes-model.ts",
|
|
4210
|
-
"line":
|
|
4383
|
+
"line": 271,
|
|
4211
4384
|
"character": 5
|
|
4212
4385
|
},
|
|
4213
4386
|
"name": "LanesQuery"
|
|
@@ -4218,7 +4391,7 @@
|
|
|
4218
4391
|
"__schema": "VariableLikeSchema",
|
|
4219
4392
|
"location": {
|
|
4220
4393
|
"filePath": "lanes-model.ts",
|
|
4221
|
-
"line":
|
|
4394
|
+
"line": 272,
|
|
4222
4395
|
"character": 5
|
|
4223
4396
|
},
|
|
4224
4397
|
"signature": "(property) scope?: string",
|
|
@@ -4227,7 +4400,7 @@
|
|
|
4227
4400
|
"__schema": "KeywordTypeSchema",
|
|
4228
4401
|
"location": {
|
|
4229
4402
|
"filePath": "lanes-model.ts",
|
|
4230
|
-
"line":
|
|
4403
|
+
"line": 272,
|
|
4231
4404
|
"character": 13
|
|
4232
4405
|
},
|
|
4233
4406
|
"name": "string"
|
|
@@ -4238,7 +4411,7 @@
|
|
|
4238
4411
|
"__schema": "VariableLikeSchema",
|
|
4239
4412
|
"location": {
|
|
4240
4413
|
"filePath": "lanes-model.ts",
|
|
4241
|
-
"line":
|
|
4414
|
+
"line": 275,
|
|
4242
4415
|
"character": 5
|
|
4243
4416
|
},
|
|
4244
4417
|
"signature": "(property) viewedLaneId?: LaneId",
|
|
@@ -4247,7 +4420,7 @@
|
|
|
4247
4420
|
"__schema": "TypeRefSchema",
|
|
4248
4421
|
"location": {
|
|
4249
4422
|
"filePath": "lanes-model.ts",
|
|
4250
|
-
"line":
|
|
4423
|
+
"line": 275,
|
|
4251
4424
|
"character": 5
|
|
4252
4425
|
},
|
|
4253
4426
|
"name": "LaneId",
|
|
@@ -4267,7 +4440,7 @@
|
|
|
4267
4440
|
"__schema": "TypeRefSchema",
|
|
4268
4441
|
"location": {
|
|
4269
4442
|
"filePath": "lanes-model.ts",
|
|
4270
|
-
"line":
|
|
4443
|
+
"line": 266,
|
|
4271
4444
|
"character": 3
|
|
4272
4445
|
},
|
|
4273
4446
|
"name": "LanesModel"
|
|
@@ -4280,7 +4453,7 @@
|
|
|
4280
4453
|
"__schema": "ConstructorSchema",
|
|
4281
4454
|
"location": {
|
|
4282
4455
|
"filePath": "lanes-model.ts",
|
|
4283
|
-
"line":
|
|
4456
|
+
"line": 291,
|
|
4284
4457
|
"character": 3
|
|
4285
4458
|
},
|
|
4286
4459
|
"signature": "constructor LanesModel({ lanes, viewedLane, currentLane, defaultLane }: LanesModelProps): LanesModel",
|
|
@@ -4290,7 +4463,7 @@
|
|
|
4290
4463
|
"__schema": "ParameterSchema",
|
|
4291
4464
|
"location": {
|
|
4292
4465
|
"filePath": "lanes-model.ts",
|
|
4293
|
-
"line":
|
|
4466
|
+
"line": 291,
|
|
4294
4467
|
"character": 15
|
|
4295
4468
|
},
|
|
4296
4469
|
"name": "{ lanes = [], viewedLane, currentLane, defaultLane }",
|
|
@@ -4298,7 +4471,7 @@
|
|
|
4298
4471
|
"__schema": "TypeRefSchema",
|
|
4299
4472
|
"location": {
|
|
4300
4473
|
"filePath": "lanes-model.ts",
|
|
4301
|
-
"line":
|
|
4474
|
+
"line": 291,
|
|
4302
4475
|
"character": 69
|
|
4303
4476
|
},
|
|
4304
4477
|
"name": "LanesModelProps",
|
|
@@ -4310,7 +4483,7 @@
|
|
|
4310
4483
|
"__schema": "InferenceTypeSchema",
|
|
4311
4484
|
"location": {
|
|
4312
4485
|
"filePath": "lanes-model.ts",
|
|
4313
|
-
"line":
|
|
4486
|
+
"line": 291,
|
|
4314
4487
|
"character": 17
|
|
4315
4488
|
},
|
|
4316
4489
|
"name": "lanes",
|
|
@@ -4322,7 +4495,7 @@
|
|
|
4322
4495
|
"__schema": "InferenceTypeSchema",
|
|
4323
4496
|
"location": {
|
|
4324
4497
|
"filePath": "lanes-model.ts",
|
|
4325
|
-
"line":
|
|
4498
|
+
"line": 291,
|
|
4326
4499
|
"character": 29
|
|
4327
4500
|
},
|
|
4328
4501
|
"name": "viewedLane",
|
|
@@ -4333,7 +4506,7 @@
|
|
|
4333
4506
|
"__schema": "InferenceTypeSchema",
|
|
4334
4507
|
"location": {
|
|
4335
4508
|
"filePath": "lanes-model.ts",
|
|
4336
|
-
"line":
|
|
4509
|
+
"line": 291,
|
|
4337
4510
|
"character": 41
|
|
4338
4511
|
},
|
|
4339
4512
|
"name": "currentLane",
|
|
@@ -4344,7 +4517,7 @@
|
|
|
4344
4517
|
"__schema": "InferenceTypeSchema",
|
|
4345
4518
|
"location": {
|
|
4346
4519
|
"filePath": "lanes-model.ts",
|
|
4347
|
-
"line":
|
|
4520
|
+
"line": 291,
|
|
4348
4521
|
"character": 54
|
|
4349
4522
|
},
|
|
4350
4523
|
"name": "defaultLane",
|
|
@@ -4359,7 +4532,7 @@
|
|
|
4359
4532
|
"__schema": "ThisTypeSchema",
|
|
4360
4533
|
"location": {
|
|
4361
4534
|
"filePath": "lanes-model.ts",
|
|
4362
|
-
"line":
|
|
4535
|
+
"line": 95,
|
|
4363
4536
|
"character": 1
|
|
4364
4537
|
},
|
|
4365
4538
|
"name": "LanesModel"
|
|
@@ -4370,7 +4543,7 @@
|
|
|
4370
4543
|
"__schema": "VariableLikeSchema",
|
|
4371
4544
|
"location": {
|
|
4372
4545
|
"filePath": "lanes-model.ts",
|
|
4373
|
-
"line":
|
|
4546
|
+
"line": 305,
|
|
4374
4547
|
"character": 3
|
|
4375
4548
|
},
|
|
4376
4549
|
"signature": "(property) LanesModel.laneIdsByScope: Map<string, LaneId[]>",
|
|
@@ -4379,7 +4552,7 @@
|
|
|
4379
4552
|
"__schema": "TypeRefSchema",
|
|
4380
4553
|
"location": {
|
|
4381
4554
|
"filePath": "lanes-model.ts",
|
|
4382
|
-
"line":
|
|
4555
|
+
"line": 305,
|
|
4383
4556
|
"character": 19
|
|
4384
4557
|
},
|
|
4385
4558
|
"name": "Map",
|
|
@@ -4388,7 +4561,7 @@
|
|
|
4388
4561
|
"__schema": "KeywordTypeSchema",
|
|
4389
4562
|
"location": {
|
|
4390
4563
|
"filePath": "lanes-model.ts",
|
|
4391
|
-
"line":
|
|
4564
|
+
"line": 305,
|
|
4392
4565
|
"character": 23
|
|
4393
4566
|
},
|
|
4394
4567
|
"name": "string"
|
|
@@ -4397,14 +4570,14 @@
|
|
|
4397
4570
|
"__schema": "TypeArraySchema",
|
|
4398
4571
|
"location": {
|
|
4399
4572
|
"filePath": "lanes-model.ts",
|
|
4400
|
-
"line":
|
|
4573
|
+
"line": 305,
|
|
4401
4574
|
"character": 31
|
|
4402
4575
|
},
|
|
4403
4576
|
"type": {
|
|
4404
4577
|
"__schema": "TypeRefSchema",
|
|
4405
4578
|
"location": {
|
|
4406
4579
|
"filePath": "lanes-model.ts",
|
|
4407
|
-
"line":
|
|
4580
|
+
"line": 305,
|
|
4408
4581
|
"character": 31
|
|
4409
4582
|
},
|
|
4410
4583
|
"name": "LaneId",
|
|
@@ -4423,7 +4596,7 @@
|
|
|
4423
4596
|
"__schema": "VariableLikeSchema",
|
|
4424
4597
|
"location": {
|
|
4425
4598
|
"filePath": "lanes-model.ts",
|
|
4426
|
-
"line":
|
|
4599
|
+
"line": 307,
|
|
4427
4600
|
"character": 3
|
|
4428
4601
|
},
|
|
4429
4602
|
"signature": "(property) LanesModel.lanesByComponentName: Map<string, LaneModel[]>",
|
|
@@ -4432,7 +4605,7 @@
|
|
|
4432
4605
|
"__schema": "TypeRefSchema",
|
|
4433
4606
|
"location": {
|
|
4434
4607
|
"filePath": "lanes-model.ts",
|
|
4435
|
-
"line":
|
|
4608
|
+
"line": 307,
|
|
4436
4609
|
"character": 25
|
|
4437
4610
|
},
|
|
4438
4611
|
"name": "Map",
|
|
@@ -4441,7 +4614,7 @@
|
|
|
4441
4614
|
"__schema": "KeywordTypeSchema",
|
|
4442
4615
|
"location": {
|
|
4443
4616
|
"filePath": "lanes-model.ts",
|
|
4444
|
-
"line":
|
|
4617
|
+
"line": 307,
|
|
4445
4618
|
"character": 29
|
|
4446
4619
|
},
|
|
4447
4620
|
"name": "string"
|
|
@@ -4450,14 +4623,14 @@
|
|
|
4450
4623
|
"__schema": "TypeArraySchema",
|
|
4451
4624
|
"location": {
|
|
4452
4625
|
"filePath": "lanes-model.ts",
|
|
4453
|
-
"line":
|
|
4626
|
+
"line": 307,
|
|
4454
4627
|
"character": 37
|
|
4455
4628
|
},
|
|
4456
4629
|
"type": {
|
|
4457
4630
|
"__schema": "TypeRefSchema",
|
|
4458
4631
|
"location": {
|
|
4459
4632
|
"filePath": "lanes-model.ts",
|
|
4460
|
-
"line":
|
|
4633
|
+
"line": 307,
|
|
4461
4634
|
"character": 37
|
|
4462
4635
|
},
|
|
4463
4636
|
"name": "LaneModel"
|
|
@@ -4471,7 +4644,7 @@
|
|
|
4471
4644
|
"__schema": "VariableLikeSchema",
|
|
4472
4645
|
"location": {
|
|
4473
4646
|
"filePath": "lanes-model.ts",
|
|
4474
|
-
"line":
|
|
4647
|
+
"line": 309,
|
|
4475
4648
|
"character": 3
|
|
4476
4649
|
},
|
|
4477
4650
|
"signature": "(property) LanesModel.lanesByComponentId: Map<string, LaneModel[]>",
|
|
@@ -4480,7 +4653,7 @@
|
|
|
4480
4653
|
"__schema": "TypeRefSchema",
|
|
4481
4654
|
"location": {
|
|
4482
4655
|
"filePath": "lanes-model.ts",
|
|
4483
|
-
"line":
|
|
4656
|
+
"line": 309,
|
|
4484
4657
|
"character": 23
|
|
4485
4658
|
},
|
|
4486
4659
|
"name": "Map",
|
|
@@ -4489,7 +4662,7 @@
|
|
|
4489
4662
|
"__schema": "KeywordTypeSchema",
|
|
4490
4663
|
"location": {
|
|
4491
4664
|
"filePath": "lanes-model.ts",
|
|
4492
|
-
"line":
|
|
4665
|
+
"line": 309,
|
|
4493
4666
|
"character": 27
|
|
4494
4667
|
},
|
|
4495
4668
|
"name": "string"
|
|
@@ -4498,14 +4671,14 @@
|
|
|
4498
4671
|
"__schema": "TypeArraySchema",
|
|
4499
4672
|
"location": {
|
|
4500
4673
|
"filePath": "lanes-model.ts",
|
|
4501
|
-
"line":
|
|
4674
|
+
"line": 309,
|
|
4502
4675
|
"character": 35
|
|
4503
4676
|
},
|
|
4504
4677
|
"type": {
|
|
4505
4678
|
"__schema": "TypeRefSchema",
|
|
4506
4679
|
"location": {
|
|
4507
4680
|
"filePath": "lanes-model.ts",
|
|
4508
|
-
"line":
|
|
4681
|
+
"line": 309,
|
|
4509
4682
|
"character": 35
|
|
4510
4683
|
},
|
|
4511
4684
|
"name": "LaneModel"
|
|
@@ -4519,7 +4692,7 @@
|
|
|
4519
4692
|
"__schema": "VariableLikeSchema",
|
|
4520
4693
|
"location": {
|
|
4521
4694
|
"filePath": "lanes-model.ts",
|
|
4522
|
-
"line":
|
|
4695
|
+
"line": 311,
|
|
4523
4696
|
"character": 3
|
|
4524
4697
|
},
|
|
4525
4698
|
"signature": "(property) LanesModel.viewedLane?: LaneModel",
|
|
@@ -4528,7 +4701,7 @@
|
|
|
4528
4701
|
"__schema": "TypeRefSchema",
|
|
4529
4702
|
"location": {
|
|
4530
4703
|
"filePath": "lanes-model.ts",
|
|
4531
|
-
"line":
|
|
4704
|
+
"line": 311,
|
|
4532
4705
|
"character": 3
|
|
4533
4706
|
},
|
|
4534
4707
|
"name": "LaneModel"
|
|
@@ -4539,7 +4712,7 @@
|
|
|
4539
4712
|
"__schema": "VariableLikeSchema",
|
|
4540
4713
|
"location": {
|
|
4541
4714
|
"filePath": "lanes-model.ts",
|
|
4542
|
-
"line":
|
|
4715
|
+
"line": 313,
|
|
4543
4716
|
"character": 3
|
|
4544
4717
|
},
|
|
4545
4718
|
"signature": "(property) LanesModel.currentLane?: LaneModel",
|
|
@@ -4548,7 +4721,7 @@
|
|
|
4548
4721
|
"__schema": "TypeRefSchema",
|
|
4549
4722
|
"location": {
|
|
4550
4723
|
"filePath": "lanes-model.ts",
|
|
4551
|
-
"line":
|
|
4724
|
+
"line": 313,
|
|
4552
4725
|
"character": 3
|
|
4553
4726
|
},
|
|
4554
4727
|
"name": "LaneModel"
|
|
@@ -4559,7 +4732,7 @@
|
|
|
4559
4732
|
"__schema": "VariableLikeSchema",
|
|
4560
4733
|
"location": {
|
|
4561
4734
|
"filePath": "lanes-model.ts",
|
|
4562
|
-
"line":
|
|
4735
|
+
"line": 315,
|
|
4563
4736
|
"character": 3
|
|
4564
4737
|
},
|
|
4565
4738
|
"signature": "(property) LanesModel.defaultLane?: LaneModel",
|
|
@@ -4568,7 +4741,7 @@
|
|
|
4568
4741
|
"__schema": "TypeRefSchema",
|
|
4569
4742
|
"location": {
|
|
4570
4743
|
"filePath": "lanes-model.ts",
|
|
4571
|
-
"line":
|
|
4744
|
+
"line": 315,
|
|
4572
4745
|
"character": 3
|
|
4573
4746
|
},
|
|
4574
4747
|
"name": "LaneModel"
|
|
@@ -4579,7 +4752,7 @@
|
|
|
4579
4752
|
"__schema": "VariableLikeSchema",
|
|
4580
4753
|
"location": {
|
|
4581
4754
|
"filePath": "lanes-model.ts",
|
|
4582
|
-
"line":
|
|
4755
|
+
"line": 317,
|
|
4583
4756
|
"character": 3
|
|
4584
4757
|
},
|
|
4585
4758
|
"signature": "(property) LanesModel.lanes: LaneModel[]",
|
|
@@ -4588,14 +4761,14 @@
|
|
|
4588
4761
|
"__schema": "TypeArraySchema",
|
|
4589
4762
|
"location": {
|
|
4590
4763
|
"filePath": "lanes-model.ts",
|
|
4591
|
-
"line":
|
|
4764
|
+
"line": 317,
|
|
4592
4765
|
"character": 10
|
|
4593
4766
|
},
|
|
4594
4767
|
"type": {
|
|
4595
4768
|
"__schema": "TypeRefSchema",
|
|
4596
4769
|
"location": {
|
|
4597
4770
|
"filePath": "lanes-model.ts",
|
|
4598
|
-
"line":
|
|
4771
|
+
"line": 317,
|
|
4599
4772
|
"character": 10
|
|
4600
4773
|
},
|
|
4601
4774
|
"name": "LaneModel"
|
|
@@ -4607,7 +4780,7 @@
|
|
|
4607
4780
|
"__schema": "VariableLikeSchema",
|
|
4608
4781
|
"location": {
|
|
4609
4782
|
"filePath": "lanes-model.ts",
|
|
4610
|
-
"line":
|
|
4783
|
+
"line": 319,
|
|
4611
4784
|
"character": 3
|
|
4612
4785
|
},
|
|
4613
4786
|
"signature": "(property) LanesModel.getLaneComponentUrlByVersion: (componentId: ComponentID, laneId?: LaneId, addScopeMetadataInUrl?: boolean) => string",
|
|
@@ -4616,7 +4789,7 @@
|
|
|
4616
4789
|
"__schema": "InferenceTypeSchema",
|
|
4617
4790
|
"location": {
|
|
4618
4791
|
"filePath": "lanes-model.ts",
|
|
4619
|
-
"line":
|
|
4792
|
+
"line": 319,
|
|
4620
4793
|
"character": 3
|
|
4621
4794
|
},
|
|
4622
4795
|
"type": "(componentId: ComponentID, laneId?: LaneId, addScopeMetadataInUrl?: boolean) => string"
|
|
@@ -4628,7 +4801,7 @@
|
|
|
4628
4801
|
"__schema": "VariableLikeSchema",
|
|
4629
4802
|
"location": {
|
|
4630
4803
|
"filePath": "lanes-model.ts",
|
|
4631
|
-
"line":
|
|
4804
|
+
"line": 344,
|
|
4632
4805
|
"character": 3
|
|
4633
4806
|
},
|
|
4634
4807
|
"signature": "(property) LanesModel.setViewedLane: (viewedLaneId?: LaneId) => void",
|
|
@@ -4637,7 +4810,7 @@
|
|
|
4637
4810
|
"__schema": "InferenceTypeSchema",
|
|
4638
4811
|
"location": {
|
|
4639
4812
|
"filePath": "lanes-model.ts",
|
|
4640
|
-
"line":
|
|
4813
|
+
"line": 344,
|
|
4641
4814
|
"character": 3
|
|
4642
4815
|
},
|
|
4643
4816
|
"type": "(viewedLaneId?: LaneId) => void"
|
|
@@ -4649,7 +4822,7 @@
|
|
|
4649
4822
|
"__schema": "VariableLikeSchema",
|
|
4650
4823
|
"location": {
|
|
4651
4824
|
"filePath": "lanes-model.ts",
|
|
4652
|
-
"line":
|
|
4825
|
+
"line": 348,
|
|
4653
4826
|
"character": 3
|
|
4654
4827
|
},
|
|
4655
4828
|
"signature": "(property) LanesModel.setViewedOrDefaultLane: (viewedLaneId?: LaneId) => void",
|
|
@@ -4658,7 +4831,7 @@
|
|
|
4658
4831
|
"__schema": "InferenceTypeSchema",
|
|
4659
4832
|
"location": {
|
|
4660
4833
|
"filePath": "lanes-model.ts",
|
|
4661
|
-
"line":
|
|
4834
|
+
"line": 348,
|
|
4662
4835
|
"character": 3
|
|
4663
4836
|
},
|
|
4664
4837
|
"type": "(viewedLaneId?: LaneId) => void"
|
|
@@ -4670,7 +4843,7 @@
|
|
|
4670
4843
|
"__schema": "VariableLikeSchema",
|
|
4671
4844
|
"location": {
|
|
4672
4845
|
"filePath": "lanes-model.ts",
|
|
4673
|
-
"line":
|
|
4846
|
+
"line": 352,
|
|
4674
4847
|
"character": 3
|
|
4675
4848
|
},
|
|
4676
4849
|
"signature": "(property) LanesModel.resolveComponentFromUrl: (idFromUrl: string, laneId?: LaneId) => ComponentID",
|
|
@@ -4679,7 +4852,7 @@
|
|
|
4679
4852
|
"__schema": "InferenceTypeSchema",
|
|
4680
4853
|
"location": {
|
|
4681
4854
|
"filePath": "lanes-model.ts",
|
|
4682
|
-
"line":
|
|
4855
|
+
"line": 352,
|
|
4683
4856
|
"character": 3
|
|
4684
4857
|
},
|
|
4685
4858
|
"type": "(idFromUrl: string, laneId?: LaneId) => ComponentID"
|
|
@@ -4691,7 +4864,7 @@
|
|
|
4691
4864
|
"__schema": "VariableLikeSchema",
|
|
4692
4865
|
"location": {
|
|
4693
4866
|
"filePath": "lanes-model.ts",
|
|
4694
|
-
"line":
|
|
4867
|
+
"line": 361,
|
|
4695
4868
|
"character": 3
|
|
4696
4869
|
},
|
|
4697
4870
|
"signature": "(property) LanesModel.getDefaultLane: () => LaneModel",
|
|
@@ -4700,7 +4873,7 @@
|
|
|
4700
4873
|
"__schema": "InferenceTypeSchema",
|
|
4701
4874
|
"location": {
|
|
4702
4875
|
"filePath": "lanes-model.ts",
|
|
4703
|
-
"line":
|
|
4876
|
+
"line": 361,
|
|
4704
4877
|
"character": 3
|
|
4705
4878
|
},
|
|
4706
4879
|
"type": "() => LaneModel"
|
|
@@ -4712,7 +4885,7 @@
|
|
|
4712
4885
|
"__schema": "VariableLikeSchema",
|
|
4713
4886
|
"location": {
|
|
4714
4887
|
"filePath": "lanes-model.ts",
|
|
4715
|
-
"line":
|
|
4888
|
+
"line": 363,
|
|
4716
4889
|
"character": 3
|
|
4717
4890
|
},
|
|
4718
4891
|
"signature": "(property) LanesModel.getNonMainLanes: () => LaneModel[]",
|
|
@@ -4721,7 +4894,7 @@
|
|
|
4721
4894
|
"__schema": "InferenceTypeSchema",
|
|
4722
4895
|
"location": {
|
|
4723
4896
|
"filePath": "lanes-model.ts",
|
|
4724
|
-
"line":
|
|
4897
|
+
"line": 363,
|
|
4725
4898
|
"character": 3
|
|
4726
4899
|
},
|
|
4727
4900
|
"type": "() => LaneModel[]"
|
|
@@ -4733,7 +4906,7 @@
|
|
|
4733
4906
|
"__schema": "VariableLikeSchema",
|
|
4734
4907
|
"location": {
|
|
4735
4908
|
"filePath": "lanes-model.ts",
|
|
4736
|
-
"line":
|
|
4909
|
+
"line": 365,
|
|
4737
4910
|
"character": 3
|
|
4738
4911
|
},
|
|
4739
4912
|
"signature": "(property) LanesModel.isInViewedLane: (componentId: ComponentID, includeVersion?: boolean) => boolean",
|
|
@@ -4742,7 +4915,7 @@
|
|
|
4742
4915
|
"__schema": "InferenceTypeSchema",
|
|
4743
4916
|
"location": {
|
|
4744
4917
|
"filePath": "lanes-model.ts",
|
|
4745
|
-
"line":
|
|
4918
|
+
"line": 365,
|
|
4746
4919
|
"character": 3
|
|
4747
4920
|
},
|
|
4748
4921
|
"type": "(componentId: ComponentID, includeVersion?: boolean) => boolean"
|
|
@@ -4754,7 +4927,7 @@
|
|
|
4754
4927
|
"__schema": "VariableLikeSchema",
|
|
4755
4928
|
"location": {
|
|
4756
4929
|
"filePath": "lanes-model.ts",
|
|
4757
|
-
"line":
|
|
4930
|
+
"line": 374,
|
|
4758
4931
|
"character": 3
|
|
4759
4932
|
},
|
|
4760
4933
|
"signature": "(property) LanesModel.isViewingCurrentLane: () => boolean",
|
|
@@ -4763,7 +4936,7 @@
|
|
|
4763
4936
|
"__schema": "InferenceTypeSchema",
|
|
4764
4937
|
"location": {
|
|
4765
4938
|
"filePath": "lanes-model.ts",
|
|
4766
|
-
"line":
|
|
4939
|
+
"line": 374,
|
|
4767
4940
|
"character": 3
|
|
4768
4941
|
},
|
|
4769
4942
|
"type": "() => boolean"
|
|
@@ -4775,7 +4948,7 @@
|
|
|
4775
4948
|
"__schema": "VariableLikeSchema",
|
|
4776
4949
|
"location": {
|
|
4777
4950
|
"filePath": "lanes-model.ts",
|
|
4778
|
-
"line":
|
|
4951
|
+
"line": 376,
|
|
4779
4952
|
"character": 3
|
|
4780
4953
|
},
|
|
4781
4954
|
"signature": "(property) LanesModel.isViewingDefaultLane: () => boolean",
|
|
@@ -4784,7 +4957,7 @@
|
|
|
4784
4957
|
"__schema": "InferenceTypeSchema",
|
|
4785
4958
|
"location": {
|
|
4786
4959
|
"filePath": "lanes-model.ts",
|
|
4787
|
-
"line":
|
|
4960
|
+
"line": 376,
|
|
4788
4961
|
"character": 3
|
|
4789
4962
|
},
|
|
4790
4963
|
"type": "() => boolean"
|
|
@@ -4796,7 +4969,7 @@
|
|
|
4796
4969
|
"__schema": "VariableLikeSchema",
|
|
4797
4970
|
"location": {
|
|
4798
4971
|
"filePath": "lanes-model.ts",
|
|
4799
|
-
"line":
|
|
4972
|
+
"line": 378,
|
|
4800
4973
|
"character": 3
|
|
4801
4974
|
},
|
|
4802
4975
|
"signature": "(property) LanesModel.isViewingNonDefaultLane: () => boolean",
|
|
@@ -4805,7 +4978,7 @@
|
|
|
4805
4978
|
"__schema": "InferenceTypeSchema",
|
|
4806
4979
|
"location": {
|
|
4807
4980
|
"filePath": "lanes-model.ts",
|
|
4808
|
-
"line":
|
|
4981
|
+
"line": 378,
|
|
4809
4982
|
"character": 3
|
|
4810
4983
|
},
|
|
4811
4984
|
"type": "() => boolean"
|
|
@@ -4817,7 +4990,7 @@
|
|
|
4817
4990
|
"__schema": "VariableLikeSchema",
|
|
4818
4991
|
"location": {
|
|
4819
4992
|
"filePath": "lanes-model.ts",
|
|
4820
|
-
"line":
|
|
4993
|
+
"line": 380,
|
|
4821
4994
|
"character": 3
|
|
4822
4995
|
},
|
|
4823
4996
|
"signature": "(property) LanesModel.getLanesByComponentName: (componentId: ComponentID) => LaneModel[]",
|
|
@@ -4826,7 +4999,7 @@
|
|
|
4826
4999
|
"__schema": "InferenceTypeSchema",
|
|
4827
5000
|
"location": {
|
|
4828
5001
|
"filePath": "lanes-model.ts",
|
|
4829
|
-
"line":
|
|
5002
|
+
"line": 380,
|
|
4830
5003
|
"character": 3
|
|
4831
5004
|
},
|
|
4832
5005
|
"type": "(componentId: ComponentID) => LaneModel[]"
|
|
@@ -4838,7 +5011,7 @@
|
|
|
4838
5011
|
"__schema": "VariableLikeSchema",
|
|
4839
5012
|
"location": {
|
|
4840
5013
|
"filePath": "lanes-model.ts",
|
|
4841
|
-
"line":
|
|
5014
|
+
"line": 382,
|
|
4842
5015
|
"character": 3
|
|
4843
5016
|
},
|
|
4844
5017
|
"signature": "(property) LanesModel.getLanesByComponentId: (componentId: ComponentID) => LaneModel[]",
|
|
@@ -4847,7 +5020,7 @@
|
|
|
4847
5020
|
"__schema": "InferenceTypeSchema",
|
|
4848
5021
|
"location": {
|
|
4849
5022
|
"filePath": "lanes-model.ts",
|
|
4850
|
-
"line":
|
|
5023
|
+
"line": 382,
|
|
4851
5024
|
"character": 3
|
|
4852
5025
|
},
|
|
4853
5026
|
"type": "(componentId: ComponentID) => LaneModel[]"
|
|
@@ -4859,7 +5032,7 @@
|
|
|
4859
5032
|
"__schema": "VariableLikeSchema",
|
|
4860
5033
|
"location": {
|
|
4861
5034
|
"filePath": "lanes-model.ts",
|
|
4862
|
-
"line":
|
|
5035
|
+
"line": 384,
|
|
4863
5036
|
"character": 3
|
|
4864
5037
|
},
|
|
4865
5038
|
"signature": "(property) LanesModel.isComponentOnMain: (componentId: ComponentID, includeVersion?: boolean) => boolean",
|
|
@@ -4868,7 +5041,7 @@
|
|
|
4868
5041
|
"__schema": "InferenceTypeSchema",
|
|
4869
5042
|
"location": {
|
|
4870
5043
|
"filePath": "lanes-model.ts",
|
|
4871
|
-
"line":
|
|
5044
|
+
"line": 384,
|
|
4872
5045
|
"character": 3
|
|
4873
5046
|
},
|
|
4874
5047
|
"type": "(componentId: ComponentID, includeVersion?: boolean) => boolean"
|
|
@@ -4880,7 +5053,7 @@
|
|
|
4880
5053
|
"__schema": "VariableLikeSchema",
|
|
4881
5054
|
"location": {
|
|
4882
5055
|
"filePath": "lanes-model.ts",
|
|
4883
|
-
"line":
|
|
5056
|
+
"line": 392,
|
|
4884
5057
|
"character": 3
|
|
4885
5058
|
},
|
|
4886
5059
|
"signature": "(property) LanesModel.isComponentOnMainButNotOnLane: (componentId: ComponentID, includeVersion?: boolean, laneId?: LaneId) => boolean",
|
|
@@ -4889,7 +5062,7 @@
|
|
|
4889
5062
|
"__schema": "InferenceTypeSchema",
|
|
4890
5063
|
"location": {
|
|
4891
5064
|
"filePath": "lanes-model.ts",
|
|
4892
|
-
"line":
|
|
5065
|
+
"line": 392,
|
|
4893
5066
|
"character": 3
|
|
4894
5067
|
},
|
|
4895
5068
|
"type": "(componentId: ComponentID, includeVersion?: boolean, laneId?: LaneId) => boolean"
|
|
@@ -4901,7 +5074,7 @@
|
|
|
4901
5074
|
"__schema": "VariableLikeSchema",
|
|
4902
5075
|
"location": {
|
|
4903
5076
|
"filePath": "lanes-model.ts",
|
|
4904
|
-
"line":
|
|
5077
|
+
"line": 399,
|
|
4905
5078
|
"character": 3
|
|
4906
5079
|
},
|
|
4907
5080
|
"signature": "(property) LanesModel.isComponentOnLaneButNotOnMain: (componentId: ComponentID, includeVersion?: boolean, laneId?: LaneId) => boolean",
|
|
@@ -4910,7 +5083,7 @@
|
|
|
4910
5083
|
"__schema": "InferenceTypeSchema",
|
|
4911
5084
|
"location": {
|
|
4912
5085
|
"filePath": "lanes-model.ts",
|
|
4913
|
-
"line":
|
|
5086
|
+
"line": 399,
|
|
4914
5087
|
"character": 3
|
|
4915
5088
|
},
|
|
4916
5089
|
"type": "(componentId: ComponentID, includeVersion?: boolean, laneId?: LaneId) => boolean"
|
|
@@ -4922,7 +5095,7 @@
|
|
|
4922
5095
|
"__schema": "VariableLikeSchema",
|
|
4923
5096
|
"location": {
|
|
4924
5097
|
"filePath": "lanes-model.ts",
|
|
4925
|
-
"line":
|
|
5098
|
+
"line": 406,
|
|
4926
5099
|
"character": 3
|
|
4927
5100
|
},
|
|
4928
5101
|
"signature": "(property) LanesModel.isComponentOnNonDefaultLanes: (componentId: ComponentID, includeVersion?: boolean, laneId?: LaneId) => boolean",
|
|
@@ -4931,7 +5104,7 @@
|
|
|
4931
5104
|
"__schema": "InferenceTypeSchema",
|
|
4932
5105
|
"location": {
|
|
4933
5106
|
"filePath": "lanes-model.ts",
|
|
4934
|
-
"line":
|
|
5107
|
+
"line": 406,
|
|
4935
5108
|
"character": 3
|
|
4936
5109
|
},
|
|
4937
5110
|
"type": "(componentId: ComponentID, includeVersion?: boolean, laneId?: LaneId) => boolean"
|
|
@@ -4939,11 +5112,32 @@
|
|
|
4939
5112
|
"isOptional": true,
|
|
4940
5113
|
"defaultValue": "(componentId: ComponentID, includeVersion?: boolean, laneId?: LaneId) => {\n if (includeVersion) {\n return !!this.getLanesByComponentId(componentId)?.some(\n (lane) => !lane.id.isDefault() && (!laneId || lane.id.isEqual(laneId))\n );\n }\n return !!this.getLanesByComponentName(componentId)?.some(\n (lane) => !lane.id.isDefault() && (!laneId || lane.id.isEqual(laneId))\n );\n }"
|
|
4941
5114
|
},
|
|
5115
|
+
{
|
|
5116
|
+
"__schema": "VariableLikeSchema",
|
|
5117
|
+
"location": {
|
|
5118
|
+
"filePath": "lanes-model.ts",
|
|
5119
|
+
"line": 417,
|
|
5120
|
+
"character": 3
|
|
5121
|
+
},
|
|
5122
|
+
"signature": "(property) LanesModel.isComponentDependent: (componentId: ComponentID, includeVersion?: boolean, laneId?: LaneId) => boolean",
|
|
5123
|
+
"name": "isComponentDependent",
|
|
5124
|
+
"type": {
|
|
5125
|
+
"__schema": "InferenceTypeSchema",
|
|
5126
|
+
"location": {
|
|
5127
|
+
"filePath": "lanes-model.ts",
|
|
5128
|
+
"line": 417,
|
|
5129
|
+
"character": 3
|
|
5130
|
+
},
|
|
5131
|
+
"type": "(componentId: ComponentID, includeVersion?: boolean, laneId?: LaneId) => boolean"
|
|
5132
|
+
},
|
|
5133
|
+
"isOptional": true,
|
|
5134
|
+
"defaultValue": "(componentId: ComponentID, includeVersion?: boolean, laneId?: LaneId) => {\n const lane = laneId ? this.lanes.find((l) => l.id.isEqual(laneId)) : this.viewedLane;\n if(!lane) return false;\n if (includeVersion) {\n return !!lane.dependents?.some((dep) => dep.isEqual(componentId));\n }\n return !!lane.dependents?.some((dep) => dep.isEqual(componentId, { ignoreVersion: true }));\n }"
|
|
5135
|
+
},
|
|
4942
5136
|
{
|
|
4943
5137
|
"__schema": "FunctionLikeSchema",
|
|
4944
5138
|
"location": {
|
|
4945
5139
|
"filePath": "lanes-model.ts",
|
|
4946
|
-
"line":
|
|
5140
|
+
"line": 426,
|
|
4947
5141
|
"character": 3
|
|
4948
5142
|
},
|
|
4949
5143
|
"signature": "(method) LanesModel.addLanes(newLanes?: LaneModel[]): void",
|
|
@@ -4953,7 +5147,7 @@
|
|
|
4953
5147
|
"__schema": "ParameterSchema",
|
|
4954
5148
|
"location": {
|
|
4955
5149
|
"filePath": "lanes-model.ts",
|
|
4956
|
-
"line":
|
|
5150
|
+
"line": 426,
|
|
4957
5151
|
"character": 12
|
|
4958
5152
|
},
|
|
4959
5153
|
"name": "newLanes",
|
|
@@ -4961,14 +5155,14 @@
|
|
|
4961
5155
|
"__schema": "TypeArraySchema",
|
|
4962
5156
|
"location": {
|
|
4963
5157
|
"filePath": "lanes-model.ts",
|
|
4964
|
-
"line":
|
|
5158
|
+
"line": 426,
|
|
4965
5159
|
"character": 22
|
|
4966
5160
|
},
|
|
4967
5161
|
"type": {
|
|
4968
5162
|
"__schema": "TypeRefSchema",
|
|
4969
5163
|
"location": {
|
|
4970
5164
|
"filePath": "lanes-model.ts",
|
|
4971
|
-
"line":
|
|
5165
|
+
"line": 426,
|
|
4972
5166
|
"character": 22
|
|
4973
5167
|
},
|
|
4974
5168
|
"name": "LaneModel"
|
|
@@ -4983,7 +5177,7 @@
|
|
|
4983
5177
|
"__schema": "InferenceTypeSchema",
|
|
4984
5178
|
"location": {
|
|
4985
5179
|
"filePath": "lanes-model.ts",
|
|
4986
|
-
"line":
|
|
5180
|
+
"line": 426,
|
|
4987
5181
|
"character": 3
|
|
4988
5182
|
},
|
|
4989
5183
|
"type": "void"
|
|
@@ -4994,7 +5188,7 @@
|
|
|
4994
5188
|
"__schema": "FunctionLikeSchema",
|
|
4995
5189
|
"location": {
|
|
4996
5190
|
"filePath": "lanes-model.ts",
|
|
4997
|
-
"line":
|
|
5191
|
+
"line": 434,
|
|
4998
5192
|
"character": 3
|
|
4999
5193
|
},
|
|
5000
5194
|
"signature": "(method) LanesModel.concatLanes(lanes?: LaneModel[], newLanes?: LaneModel[]): LaneModel[]",
|
|
@@ -5004,7 +5198,7 @@
|
|
|
5004
5198
|
"__schema": "ParameterSchema",
|
|
5005
5199
|
"location": {
|
|
5006
5200
|
"filePath": "lanes-model.ts",
|
|
5007
|
-
"line":
|
|
5201
|
+
"line": 434,
|
|
5008
5202
|
"character": 22
|
|
5009
5203
|
},
|
|
5010
5204
|
"name": "lanes",
|
|
@@ -5012,14 +5206,14 @@
|
|
|
5012
5206
|
"__schema": "TypeArraySchema",
|
|
5013
5207
|
"location": {
|
|
5014
5208
|
"filePath": "lanes-model.ts",
|
|
5015
|
-
"line":
|
|
5209
|
+
"line": 434,
|
|
5016
5210
|
"character": 29
|
|
5017
5211
|
},
|
|
5018
5212
|
"type": {
|
|
5019
5213
|
"__schema": "TypeRefSchema",
|
|
5020
5214
|
"location": {
|
|
5021
5215
|
"filePath": "lanes-model.ts",
|
|
5022
|
-
"line":
|
|
5216
|
+
"line": 434,
|
|
5023
5217
|
"character": 29
|
|
5024
5218
|
},
|
|
5025
5219
|
"name": "LaneModel"
|
|
@@ -5033,7 +5227,7 @@
|
|
|
5033
5227
|
"__schema": "ParameterSchema",
|
|
5034
5228
|
"location": {
|
|
5035
5229
|
"filePath": "lanes-model.ts",
|
|
5036
|
-
"line":
|
|
5230
|
+
"line": 434,
|
|
5037
5231
|
"character": 47
|
|
5038
5232
|
},
|
|
5039
5233
|
"name": "newLanes",
|
|
@@ -5041,14 +5235,14 @@
|
|
|
5041
5235
|
"__schema": "TypeArraySchema",
|
|
5042
5236
|
"location": {
|
|
5043
5237
|
"filePath": "lanes-model.ts",
|
|
5044
|
-
"line":
|
|
5238
|
+
"line": 434,
|
|
5045
5239
|
"character": 57
|
|
5046
5240
|
},
|
|
5047
5241
|
"type": {
|
|
5048
5242
|
"__schema": "TypeRefSchema",
|
|
5049
5243
|
"location": {
|
|
5050
5244
|
"filePath": "lanes-model.ts",
|
|
5051
|
-
"line":
|
|
5245
|
+
"line": 434,
|
|
5052
5246
|
"character": 57
|
|
5053
5247
|
},
|
|
5054
5248
|
"name": "LaneModel"
|
|
@@ -5063,14 +5257,14 @@
|
|
|
5063
5257
|
"__schema": "TypeArraySchema",
|
|
5064
5258
|
"location": {
|
|
5065
5259
|
"filePath": "lanes-model.ts",
|
|
5066
|
-
"line":
|
|
5260
|
+
"line": 434,
|
|
5067
5261
|
"character": 76
|
|
5068
5262
|
},
|
|
5069
5263
|
"type": {
|
|
5070
5264
|
"__schema": "TypeRefSchema",
|
|
5071
5265
|
"location": {
|
|
5072
5266
|
"filePath": "lanes-model.ts",
|
|
5073
|
-
"line":
|
|
5267
|
+
"line": 434,
|
|
5074
5268
|
"character": 76
|
|
5075
5269
|
},
|
|
5076
5270
|
"name": "LaneModel"
|
|
@@ -5091,7 +5285,7 @@
|
|
|
5091
5285
|
"componentId": {
|
|
5092
5286
|
"scope": "teambit.lanes",
|
|
5093
5287
|
"name": "ui/models/lanes-model",
|
|
5094
|
-
"version": "
|
|
5288
|
+
"version": "198a3658cc3ecd47545fb78977cba6e524adf6a7"
|
|
5095
5289
|
},
|
|
5096
5290
|
"taggedModuleExports": []
|
|
5097
5291
|
}
|