@skyux/data-manager 7.0.0-beta.8 → 7.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/documentation.json +463 -524
- package/esm2020/lib/modules/data-manager/data-manager-column-picker/data-manager-column-picker-impl.service.mjs +4 -4
- package/esm2020/lib/modules/data-manager/data-manager-column-picker/data-manager-column-picker.component.mjs +53 -49
- package/esm2020/lib/modules/data-manager/data-manager-column-picker/data-manager-column-picker.service.mjs +4 -4
- package/esm2020/lib/modules/data-manager/data-manager-filter-context.mjs +2 -1
- package/esm2020/lib/modules/data-manager/data-manager-toolbar/data-manager-toolbar-left-item.component.mjs +4 -4
- package/esm2020/lib/modules/data-manager/data-manager-toolbar/data-manager-toolbar-primary-item.component.mjs +4 -4
- package/esm2020/lib/modules/data-manager/data-manager-toolbar/data-manager-toolbar-right-item.component.mjs +4 -4
- package/esm2020/lib/modules/data-manager/data-manager-toolbar/data-manager-toolbar-section.component.mjs +4 -4
- package/esm2020/lib/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.mjs +97 -81
- package/esm2020/lib/modules/data-manager/data-manager.component.mjs +43 -36
- package/esm2020/lib/modules/data-manager/data-manager.module.mjs +5 -5
- package/esm2020/lib/modules/data-manager/data-manager.service.mjs +69 -65
- package/esm2020/lib/modules/data-manager/data-view.component.mjs +23 -19
- package/esm2020/lib/modules/data-manager/models/data-manager-config.mjs +1 -1
- package/esm2020/lib/modules/data-manager/models/data-manager-filter-data.mjs +1 -1
- package/esm2020/lib/modules/data-manager/models/data-manager-state-options.mjs +1 -1
- package/esm2020/lib/modules/data-manager/models/data-manager-state.mjs +1 -1
- package/esm2020/lib/modules/data-manager/models/data-view-state-options.mjs +1 -1
- package/esm2020/lib/modules/data-manager/models/data-view-state.mjs +1 -1
- package/esm2020/lib/modules/shared/sky-data-manager-resources.module.mjs +5 -5
- package/fesm2015/skyux-data-manager.mjs +306 -261
- package/fesm2015/skyux-data-manager.mjs.map +1 -1
- package/fesm2020/skyux-data-manager.mjs +306 -266
- package/fesm2020/skyux-data-manager.mjs.map +1 -1
- package/lib/modules/data-manager/data-manager-column-picker/data-manager-column-picker.component.d.ts +1 -3
- package/lib/modules/data-manager/data-manager-filter-context.d.ts +1 -1
- package/lib/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.d.ts +8 -18
- package/lib/modules/data-manager/data-manager.component.d.ts +2 -9
- package/lib/modules/data-manager/data-manager.service.d.ts +3 -14
- package/lib/modules/data-manager/data-view.component.d.ts +3 -6
- package/lib/modules/data-manager/models/data-manager-state.d.ts +6 -6
- package/package.json +12 -12
package/documentation.json
CHANGED
@@ -32,7 +32,7 @@
|
|
32
32
|
"originalName": "",
|
33
33
|
"children": [
|
34
34
|
{
|
35
|
-
"id":
|
35
|
+
"id": 238,
|
36
36
|
"name": "SkyDataManagerColumnPickerSortStrategy",
|
37
37
|
"kind": 8,
|
38
38
|
"kindString": "Enumeration",
|
@@ -42,10 +42,10 @@
|
|
42
42
|
},
|
43
43
|
"children": [
|
44
44
|
{
|
45
|
-
"id":
|
45
|
+
"id": 239,
|
46
46
|
"name": "None",
|
47
47
|
"kind": 16,
|
48
|
-
"kindString": "Enumeration
|
48
|
+
"kindString": "Enumeration Member",
|
49
49
|
"flags": {},
|
50
50
|
"comment": {
|
51
51
|
"shortText": "No sorting is applied to the columns."
|
@@ -57,13 +57,17 @@
|
|
57
57
|
"character": 2
|
58
58
|
}
|
59
59
|
],
|
60
|
+
"type": {
|
61
|
+
"type": "literal",
|
62
|
+
"value": "none"
|
63
|
+
},
|
60
64
|
"defaultValue": "\"none\""
|
61
65
|
},
|
62
66
|
{
|
63
|
-
"id":
|
67
|
+
"id": 240,
|
64
68
|
"name": "SelectedThenAlphabetical",
|
65
69
|
"kind": 16,
|
66
|
-
"kindString": "Enumeration
|
70
|
+
"kindString": "Enumeration Member",
|
67
71
|
"flags": {},
|
68
72
|
"comment": {
|
69
73
|
"shortText": "If `sortEnabled` is set to `true`, then the selected columns are displayed before the unselected columns. Unselected columns are sorted alphabetically.\nIf `sortEnabled` is set to `false`, then the columns are displayed in the order specified by `columnOptions`."
|
@@ -75,16 +79,20 @@
|
|
75
79
|
"character": 2
|
76
80
|
}
|
77
81
|
],
|
82
|
+
"type": {
|
83
|
+
"type": "literal",
|
84
|
+
"value": "selectedThenAlphabetical"
|
85
|
+
},
|
78
86
|
"defaultValue": "\"selectedThenAlphabetical\""
|
79
87
|
}
|
80
88
|
],
|
81
89
|
"groups": [
|
82
90
|
{
|
83
|
-
"title": "Enumeration
|
91
|
+
"title": "Enumeration Members",
|
84
92
|
"kind": 16,
|
85
93
|
"children": [
|
86
|
-
|
87
|
-
|
94
|
+
239,
|
95
|
+
240
|
88
96
|
]
|
89
97
|
}
|
90
98
|
],
|
@@ -97,7 +105,7 @@
|
|
97
105
|
]
|
98
106
|
},
|
99
107
|
{
|
100
|
-
"id":
|
108
|
+
"id": 228,
|
101
109
|
"name": "SkyDataManagerFilterModalContext",
|
102
110
|
"kind": 128,
|
103
111
|
"kindString": "Class",
|
@@ -107,7 +115,7 @@
|
|
107
115
|
},
|
108
116
|
"children": [
|
109
117
|
{
|
110
|
-
"id":
|
118
|
+
"id": 231,
|
111
119
|
"name": "filterData",
|
112
120
|
"kind": 1024,
|
113
121
|
"kindString": "Property",
|
@@ -120,13 +128,13 @@
|
|
120
128
|
"sources": [
|
121
129
|
{
|
122
130
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-filter-context.ts",
|
123
|
-
"line":
|
131
|
+
"line": 11,
|
124
132
|
"character": 9
|
125
133
|
}
|
126
134
|
],
|
127
135
|
"type": {
|
128
136
|
"type": "reference",
|
129
|
-
"id":
|
137
|
+
"id": 245,
|
130
138
|
"name": "SkyDataManagerFilterData"
|
131
139
|
}
|
132
140
|
}
|
@@ -136,27 +144,27 @@
|
|
136
144
|
"title": "Constructors",
|
137
145
|
"kind": 512,
|
138
146
|
"children": [
|
139
|
-
|
147
|
+
229
|
140
148
|
]
|
141
149
|
},
|
142
150
|
{
|
143
151
|
"title": "Properties",
|
144
152
|
"kind": 1024,
|
145
153
|
"children": [
|
146
|
-
|
154
|
+
231
|
147
155
|
]
|
148
156
|
}
|
149
157
|
],
|
150
158
|
"sources": [
|
151
159
|
{
|
152
160
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-filter-context.ts",
|
153
|
-
"line":
|
161
|
+
"line": 7,
|
154
162
|
"character": 13
|
155
163
|
}
|
156
164
|
]
|
157
165
|
},
|
158
166
|
{
|
159
|
-
"id":
|
167
|
+
"id": 161,
|
160
168
|
"name": "SkyDataManagerModule",
|
161
169
|
"kind": 128,
|
162
170
|
"kindString": "Class",
|
@@ -181,7 +189,7 @@
|
|
181
189
|
"title": "Constructors",
|
182
190
|
"kind": 512,
|
183
191
|
"children": [
|
184
|
-
|
192
|
+
162
|
185
193
|
]
|
186
194
|
}
|
187
195
|
],
|
@@ -194,7 +202,7 @@
|
|
194
202
|
]
|
195
203
|
},
|
196
204
|
{
|
197
|
-
"id":
|
205
|
+
"id": 164,
|
198
206
|
"name": "SkyDataManagerService",
|
199
207
|
"kind": 128,
|
200
208
|
"kindString": "Class",
|
@@ -216,7 +224,7 @@
|
|
216
224
|
],
|
217
225
|
"children": [
|
218
226
|
{
|
219
|
-
"id":
|
227
|
+
"id": 165,
|
220
228
|
"name": "constructor",
|
221
229
|
"kind": 512,
|
222
230
|
"kindString": "Constructor",
|
@@ -224,20 +232,20 @@
|
|
224
232
|
"sources": [
|
225
233
|
{
|
226
234
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
227
|
-
"line":
|
235
|
+
"line": 44,
|
228
236
|
"character": 2
|
229
237
|
}
|
230
238
|
],
|
231
239
|
"signatures": [
|
232
240
|
{
|
233
|
-
"id":
|
241
|
+
"id": 166,
|
234
242
|
"name": "new SkyDataManagerService",
|
235
243
|
"kind": 16384,
|
236
244
|
"kindString": "Constructor signature",
|
237
245
|
"flags": {},
|
238
246
|
"parameters": [
|
239
247
|
{
|
240
|
-
"id":
|
248
|
+
"id": 167,
|
241
249
|
"name": "uiConfigService",
|
242
250
|
"kind": 32768,
|
243
251
|
"kindString": "Parameter",
|
@@ -250,14 +258,14 @@
|
|
250
258
|
],
|
251
259
|
"type": {
|
252
260
|
"type": "reference",
|
253
|
-
"id":
|
261
|
+
"id": 164,
|
254
262
|
"name": "SkyDataManagerService"
|
255
263
|
}
|
256
264
|
}
|
257
265
|
]
|
258
266
|
},
|
259
267
|
{
|
260
|
-
"id":
|
268
|
+
"id": 168,
|
261
269
|
"name": "viewkeeperClasses",
|
262
270
|
"kind": 1024,
|
263
271
|
"kindString": "Property",
|
@@ -275,40 +283,23 @@
|
|
275
283
|
"type": "reference",
|
276
284
|
"typeArguments": [
|
277
285
|
{
|
278
|
-
"type": "
|
279
|
-
"
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
"
|
287
|
-
|
288
|
-
|
289
|
-
"kindString": "Index signature",
|
290
|
-
"flags": {},
|
291
|
-
"parameters": [
|
292
|
-
{
|
293
|
-
"id": 168,
|
294
|
-
"name": "viewId",
|
295
|
-
"kind": 32768,
|
296
|
-
"flags": {},
|
297
|
-
"type": {
|
298
|
-
"type": "intrinsic",
|
299
|
-
"name": "string"
|
300
|
-
}
|
301
|
-
}
|
302
|
-
],
|
303
|
-
"type": {
|
304
|
-
"type": "array",
|
305
|
-
"elementType": {
|
306
|
-
"type": "intrinsic",
|
307
|
-
"name": "string"
|
308
|
-
}
|
286
|
+
"type": "reference",
|
287
|
+
"typeArguments": [
|
288
|
+
{
|
289
|
+
"type": "intrinsic",
|
290
|
+
"name": "string"
|
291
|
+
},
|
292
|
+
{
|
293
|
+
"type": "array",
|
294
|
+
"elementType": {
|
295
|
+
"type": "intrinsic",
|
296
|
+
"name": "string"
|
309
297
|
}
|
310
298
|
}
|
311
|
-
|
299
|
+
],
|
300
|
+
"qualifiedName": "Record",
|
301
|
+
"package": "typescript",
|
302
|
+
"name": "Record"
|
312
303
|
}
|
313
304
|
],
|
314
305
|
"qualifiedName": "BehaviorSubject",
|
@@ -318,7 +309,7 @@
|
|
318
309
|
"defaultValue": "..."
|
319
310
|
},
|
320
311
|
{
|
321
|
-
"id":
|
312
|
+
"id": 202,
|
322
313
|
"name": "getActiveViewIdUpdates",
|
323
314
|
"kind": 2048,
|
324
315
|
"kindString": "Method",
|
@@ -328,13 +319,13 @@
|
|
328
319
|
"sources": [
|
329
320
|
{
|
330
321
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
331
|
-
"line":
|
322
|
+
"line": 285,
|
332
323
|
"character": 9
|
333
324
|
}
|
334
325
|
],
|
335
326
|
"signatures": [
|
336
327
|
{
|
337
|
-
"id":
|
328
|
+
"id": 203,
|
338
329
|
"name": "getActiveViewIdUpdates",
|
339
330
|
"kind": 4096,
|
340
331
|
"kindString": "Call signature",
|
@@ -358,7 +349,7 @@
|
|
358
349
|
]
|
359
350
|
},
|
360
351
|
{
|
361
|
-
"id":
|
352
|
+
"id": 193,
|
362
353
|
"name": "getCurrentDataManagerConfig",
|
363
354
|
"kind": 2048,
|
364
355
|
"kindString": "Method",
|
@@ -368,13 +359,13 @@
|
|
368
359
|
"sources": [
|
369
360
|
{
|
370
361
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
371
|
-
"line":
|
362
|
+
"line": 256,
|
372
363
|
"character": 9
|
373
364
|
}
|
374
365
|
],
|
375
366
|
"signatures": [
|
376
367
|
{
|
377
|
-
"id":
|
368
|
+
"id": 194,
|
378
369
|
"name": "getCurrentDataManagerConfig",
|
379
370
|
"kind": 4096,
|
380
371
|
"kindString": "Call signature",
|
@@ -384,14 +375,14 @@
|
|
384
375
|
},
|
385
376
|
"type": {
|
386
377
|
"type": "reference",
|
387
|
-
"id":
|
378
|
+
"id": 241,
|
388
379
|
"name": "SkyDataManagerConfig"
|
389
380
|
}
|
390
381
|
}
|
391
382
|
]
|
392
383
|
},
|
393
384
|
{
|
394
|
-
"id":
|
385
|
+
"id": 195,
|
395
386
|
"name": "getDataManagerConfigUpdates",
|
396
387
|
"kind": 2048,
|
397
388
|
"kindString": "Method",
|
@@ -401,13 +392,13 @@
|
|
401
392
|
"sources": [
|
402
393
|
{
|
403
394
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
404
|
-
"line":
|
395
|
+
"line": 263,
|
405
396
|
"character": 9
|
406
397
|
}
|
407
398
|
],
|
408
399
|
"signatures": [
|
409
400
|
{
|
410
|
-
"id":
|
401
|
+
"id": 196,
|
411
402
|
"name": "getDataManagerConfigUpdates",
|
412
403
|
"kind": 4096,
|
413
404
|
"kindString": "Call signature",
|
@@ -420,7 +411,7 @@
|
|
420
411
|
"typeArguments": [
|
421
412
|
{
|
422
413
|
"type": "reference",
|
423
|
-
"id":
|
414
|
+
"id": 241,
|
424
415
|
"name": "SkyDataManagerConfig"
|
425
416
|
}
|
426
417
|
],
|
@@ -432,7 +423,7 @@
|
|
432
423
|
]
|
433
424
|
},
|
434
425
|
{
|
435
|
-
"id":
|
426
|
+
"id": 185,
|
436
427
|
"name": "getDataStateUpdates",
|
437
428
|
"kind": 2048,
|
438
429
|
"kindString": "Method",
|
@@ -442,13 +433,13 @@
|
|
442
433
|
"sources": [
|
443
434
|
{
|
444
435
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
445
|
-
"line":
|
436
|
+
"line": 214,
|
446
437
|
"character": 9
|
447
438
|
}
|
448
439
|
],
|
449
440
|
"signatures": [
|
450
441
|
{
|
451
|
-
"id":
|
442
|
+
"id": 186,
|
452
443
|
"name": "getDataStateUpdates",
|
453
444
|
"kind": 4096,
|
454
445
|
"kindString": "Call signature",
|
@@ -458,7 +449,7 @@
|
|
458
449
|
},
|
459
450
|
"parameters": [
|
460
451
|
{
|
461
|
-
"id":
|
452
|
+
"id": 187,
|
462
453
|
"name": "sourceId",
|
463
454
|
"kind": 32768,
|
464
455
|
"kindString": "Parameter",
|
@@ -472,7 +463,7 @@
|
|
472
463
|
}
|
473
464
|
},
|
474
465
|
{
|
475
|
-
"id":
|
466
|
+
"id": 188,
|
476
467
|
"name": "updateFilter",
|
477
468
|
"kind": 32768,
|
478
469
|
"kindString": "Parameter",
|
@@ -481,7 +472,7 @@
|
|
481
472
|
},
|
482
473
|
"type": {
|
483
474
|
"type": "reference",
|
484
|
-
"id":
|
475
|
+
"id": 286,
|
485
476
|
"name": "SkyDataManagerStateUpdateFilterArgs"
|
486
477
|
}
|
487
478
|
}
|
@@ -491,7 +482,7 @@
|
|
491
482
|
"typeArguments": [
|
492
483
|
{
|
493
484
|
"type": "reference",
|
494
|
-
"id":
|
485
|
+
"id": 258,
|
495
486
|
"name": "SkyDataManagerState"
|
496
487
|
}
|
497
488
|
],
|
@@ -503,7 +494,7 @@
|
|
503
494
|
]
|
504
495
|
},
|
505
496
|
{
|
506
|
-
"id":
|
497
|
+
"id": 200,
|
507
498
|
"name": "getDataViewsUpdates",
|
508
499
|
"kind": 2048,
|
509
500
|
"kindString": "Method",
|
@@ -513,13 +504,13 @@
|
|
513
504
|
"sources": [
|
514
505
|
{
|
515
506
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
516
|
-
"line":
|
507
|
+
"line": 278,
|
517
508
|
"character": 9
|
518
509
|
}
|
519
510
|
],
|
520
511
|
"signatures": [
|
521
512
|
{
|
522
|
-
"id":
|
513
|
+
"id": 201,
|
523
514
|
"name": "getDataViewsUpdates",
|
524
515
|
"kind": 4096,
|
525
516
|
"kindString": "Call signature",
|
@@ -534,7 +525,7 @@
|
|
534
525
|
"type": "array",
|
535
526
|
"elementType": {
|
536
527
|
"type": "reference",
|
537
|
-
"id":
|
528
|
+
"id": 292,
|
538
529
|
"name": "SkyDataViewConfig"
|
539
530
|
}
|
540
531
|
}
|
@@ -547,7 +538,7 @@
|
|
547
538
|
]
|
548
539
|
},
|
549
540
|
{
|
550
|
-
"id":
|
541
|
+
"id": 207,
|
551
542
|
"name": "getViewById",
|
552
543
|
"kind": 2048,
|
553
544
|
"kindString": "Method",
|
@@ -557,13 +548,13 @@
|
|
557
548
|
"sources": [
|
558
549
|
{
|
559
550
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
560
|
-
"line":
|
551
|
+
"line": 301,
|
561
552
|
"character": 9
|
562
553
|
}
|
563
554
|
],
|
564
555
|
"signatures": [
|
565
556
|
{
|
566
|
-
"id":
|
557
|
+
"id": 208,
|
567
558
|
"name": "getViewById",
|
568
559
|
"kind": 4096,
|
569
560
|
"kindString": "Call signature",
|
@@ -573,7 +564,7 @@
|
|
573
564
|
},
|
574
565
|
"parameters": [
|
575
566
|
{
|
576
|
-
"id":
|
567
|
+
"id": 209,
|
577
568
|
"name": "viewId",
|
578
569
|
"kind": 32768,
|
579
570
|
"kindString": "Parameter",
|
@@ -589,14 +580,14 @@
|
|
589
580
|
],
|
590
581
|
"type": {
|
591
582
|
"type": "reference",
|
592
|
-
"id":
|
583
|
+
"id": 292,
|
593
584
|
"name": "SkyDataViewConfig"
|
594
585
|
}
|
595
586
|
}
|
596
587
|
]
|
597
588
|
},
|
598
589
|
{
|
599
|
-
"id":
|
590
|
+
"id": 179,
|
600
591
|
"name": "initDataManager",
|
601
592
|
"kind": 2048,
|
602
593
|
"kindString": "Method",
|
@@ -606,13 +597,13 @@
|
|
606
597
|
"sources": [
|
607
598
|
{
|
608
599
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
609
|
-
"line":
|
600
|
+
"line": 64,
|
610
601
|
"character": 9
|
611
602
|
}
|
612
603
|
],
|
613
604
|
"signatures": [
|
614
605
|
{
|
615
|
-
"id":
|
606
|
+
"id": 180,
|
616
607
|
"name": "initDataManager",
|
617
608
|
"kind": 4096,
|
618
609
|
"kindString": "Call signature",
|
@@ -622,7 +613,7 @@
|
|
622
613
|
},
|
623
614
|
"parameters": [
|
624
615
|
{
|
625
|
-
"id":
|
616
|
+
"id": 181,
|
626
617
|
"name": "args",
|
627
618
|
"kind": 32768,
|
628
619
|
"kindString": "Parameter",
|
@@ -632,7 +623,7 @@
|
|
632
623
|
},
|
633
624
|
"type": {
|
634
625
|
"type": "reference",
|
635
|
-
"id":
|
626
|
+
"id": 248,
|
636
627
|
"name": "SkyDataManagerInitArgs"
|
637
628
|
}
|
638
629
|
}
|
@@ -645,7 +636,7 @@
|
|
645
636
|
]
|
646
637
|
},
|
647
638
|
{
|
648
|
-
"id":
|
639
|
+
"id": 182,
|
649
640
|
"name": "initDataView",
|
650
641
|
"kind": 2048,
|
651
642
|
"kindString": "Method",
|
@@ -655,13 +646,13 @@
|
|
655
646
|
"sources": [
|
656
647
|
{
|
657
648
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
658
|
-
"line":
|
649
|
+
"line": 115,
|
659
650
|
"character": 9
|
660
651
|
}
|
661
652
|
],
|
662
653
|
"signatures": [
|
663
654
|
{
|
664
|
-
"id":
|
655
|
+
"id": 183,
|
665
656
|
"name": "initDataView",
|
666
657
|
"kind": 4096,
|
667
658
|
"kindString": "Call signature",
|
@@ -671,7 +662,7 @@
|
|
671
662
|
},
|
672
663
|
"parameters": [
|
673
664
|
{
|
674
|
-
"id":
|
665
|
+
"id": 184,
|
675
666
|
"name": "viewConfig",
|
676
667
|
"kind": 32768,
|
677
668
|
"kindString": "Parameter",
|
@@ -681,7 +672,7 @@
|
|
681
672
|
},
|
682
673
|
"type": {
|
683
674
|
"type": "reference",
|
684
|
-
"id":
|
675
|
+
"id": 292,
|
685
676
|
"name": "SkyDataViewConfig"
|
686
677
|
}
|
687
678
|
}
|
@@ -694,7 +685,7 @@
|
|
694
685
|
]
|
695
686
|
},
|
696
687
|
{
|
697
|
-
"id":
|
688
|
+
"id": 177,
|
698
689
|
"name": "ngOnDestroy",
|
699
690
|
"kind": 2048,
|
700
691
|
"kindString": "Method",
|
@@ -704,13 +695,13 @@
|
|
704
695
|
"sources": [
|
705
696
|
{
|
706
697
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
707
|
-
"line":
|
698
|
+
"line": 48,
|
708
699
|
"character": 9
|
709
700
|
}
|
710
701
|
],
|
711
702
|
"signatures": [
|
712
703
|
{
|
713
|
-
"id":
|
704
|
+
"id": 178,
|
714
705
|
"name": "ngOnDestroy",
|
715
706
|
"kind": 4096,
|
716
707
|
"kindString": "Call signature",
|
@@ -731,7 +722,7 @@
|
|
731
722
|
}
|
732
723
|
},
|
733
724
|
{
|
734
|
-
"id":
|
725
|
+
"id": 204,
|
735
726
|
"name": "updateActiveViewId",
|
736
727
|
"kind": 2048,
|
737
728
|
"kindString": "Method",
|
@@ -741,13 +732,13 @@
|
|
741
732
|
"sources": [
|
742
733
|
{
|
743
734
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
744
|
-
"line":
|
735
|
+
"line": 293,
|
745
736
|
"character": 9
|
746
737
|
}
|
747
738
|
],
|
748
739
|
"signatures": [
|
749
740
|
{
|
750
|
-
"id":
|
741
|
+
"id": 205,
|
751
742
|
"name": "updateActiveViewId",
|
752
743
|
"kind": 4096,
|
753
744
|
"kindString": "Call signature",
|
@@ -757,7 +748,7 @@
|
|
757
748
|
},
|
758
749
|
"parameters": [
|
759
750
|
{
|
760
|
-
"id":
|
751
|
+
"id": 206,
|
761
752
|
"name": "id",
|
762
753
|
"kind": 32768,
|
763
754
|
"kindString": "Parameter",
|
@@ -779,7 +770,7 @@
|
|
779
770
|
]
|
780
771
|
},
|
781
772
|
{
|
782
|
-
"id":
|
773
|
+
"id": 197,
|
783
774
|
"name": "updateDataManagerConfig",
|
784
775
|
"kind": 2048,
|
785
776
|
"kindString": "Method",
|
@@ -789,13 +780,13 @@
|
|
789
780
|
"sources": [
|
790
781
|
{
|
791
782
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
792
|
-
"line":
|
783
|
+
"line": 271,
|
793
784
|
"character": 9
|
794
785
|
}
|
795
786
|
],
|
796
787
|
"signatures": [
|
797
788
|
{
|
798
|
-
"id":
|
789
|
+
"id": 198,
|
799
790
|
"name": "updateDataManagerConfig",
|
800
791
|
"kind": 4096,
|
801
792
|
"kindString": "Call signature",
|
@@ -805,7 +796,7 @@
|
|
805
796
|
},
|
806
797
|
"parameters": [
|
807
798
|
{
|
808
|
-
"id":
|
799
|
+
"id": 199,
|
809
800
|
"name": "value",
|
810
801
|
"kind": 32768,
|
811
802
|
"kindString": "Parameter",
|
@@ -815,7 +806,7 @@
|
|
815
806
|
},
|
816
807
|
"type": {
|
817
808
|
"type": "reference",
|
818
|
-
"id":
|
809
|
+
"id": 241,
|
819
810
|
"name": "SkyDataManagerConfig"
|
820
811
|
}
|
821
812
|
}
|
@@ -828,7 +819,7 @@
|
|
828
819
|
]
|
829
820
|
},
|
830
821
|
{
|
831
|
-
"id":
|
822
|
+
"id": 189,
|
832
823
|
"name": "updateDataState",
|
833
824
|
"kind": 2048,
|
834
825
|
"kindString": "Method",
|
@@ -838,13 +829,13 @@
|
|
838
829
|
"sources": [
|
839
830
|
{
|
840
831
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
841
|
-
"line":
|
832
|
+
"line": 246,
|
842
833
|
"character": 9
|
843
834
|
}
|
844
835
|
],
|
845
836
|
"signatures": [
|
846
837
|
{
|
847
|
-
"id":
|
838
|
+
"id": 190,
|
848
839
|
"name": "updateDataState",
|
849
840
|
"kind": 4096,
|
850
841
|
"kindString": "Call signature",
|
@@ -854,7 +845,7 @@
|
|
854
845
|
},
|
855
846
|
"parameters": [
|
856
847
|
{
|
857
|
-
"id":
|
848
|
+
"id": 191,
|
858
849
|
"name": "state",
|
859
850
|
"kind": 32768,
|
860
851
|
"kindString": "Parameter",
|
@@ -864,12 +855,12 @@
|
|
864
855
|
},
|
865
856
|
"type": {
|
866
857
|
"type": "reference",
|
867
|
-
"id":
|
858
|
+
"id": 258,
|
868
859
|
"name": "SkyDataManagerState"
|
869
860
|
}
|
870
861
|
},
|
871
862
|
{
|
872
|
-
"id":
|
863
|
+
"id": 192,
|
873
864
|
"name": "sourceId",
|
874
865
|
"kind": 32768,
|
875
866
|
"kindString": "Parameter",
|
@@ -891,7 +882,7 @@
|
|
891
882
|
]
|
892
883
|
},
|
893
884
|
{
|
894
|
-
"id":
|
885
|
+
"id": 210,
|
895
886
|
"name": "updateViewConfig",
|
896
887
|
"kind": 2048,
|
897
888
|
"kindString": "Method",
|
@@ -901,13 +892,13 @@
|
|
901
892
|
"sources": [
|
902
893
|
{
|
903
894
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
904
|
-
"line":
|
895
|
+
"line": 316,
|
905
896
|
"character": 9
|
906
897
|
}
|
907
898
|
],
|
908
899
|
"signatures": [
|
909
900
|
{
|
910
|
-
"id":
|
901
|
+
"id": 211,
|
911
902
|
"name": "updateViewConfig",
|
912
903
|
"kind": 4096,
|
913
904
|
"kindString": "Call signature",
|
@@ -917,7 +908,7 @@
|
|
917
908
|
},
|
918
909
|
"parameters": [
|
919
910
|
{
|
920
|
-
"id":
|
911
|
+
"id": 212,
|
921
912
|
"name": "view",
|
922
913
|
"kind": 32768,
|
923
914
|
"kindString": "Parameter",
|
@@ -927,7 +918,7 @@
|
|
927
918
|
},
|
928
919
|
"type": {
|
929
920
|
"type": "reference",
|
930
|
-
"id":
|
921
|
+
"id": 292,
|
931
922
|
"name": "SkyDataViewConfig"
|
932
923
|
}
|
933
924
|
}
|
@@ -945,33 +936,33 @@
|
|
945
936
|
"title": "Constructors",
|
946
937
|
"kind": 512,
|
947
938
|
"children": [
|
948
|
-
|
939
|
+
165
|
949
940
|
]
|
950
941
|
},
|
951
942
|
{
|
952
943
|
"title": "Properties",
|
953
944
|
"kind": 1024,
|
954
945
|
"children": [
|
955
|
-
|
946
|
+
168
|
956
947
|
]
|
957
948
|
},
|
958
949
|
{
|
959
950
|
"title": "Methods",
|
960
951
|
"kind": 2048,
|
961
952
|
"children": [
|
962
|
-
|
963
|
-
|
964
|
-
|
965
|
-
|
966
|
-
|
967
|
-
|
968
|
-
|
969
|
-
|
970
|
-
|
971
|
-
|
972
|
-
|
973
|
-
|
974
|
-
|
953
|
+
202,
|
954
|
+
193,
|
955
|
+
195,
|
956
|
+
185,
|
957
|
+
200,
|
958
|
+
207,
|
959
|
+
179,
|
960
|
+
182,
|
961
|
+
177,
|
962
|
+
204,
|
963
|
+
197,
|
964
|
+
189,
|
965
|
+
210
|
975
966
|
]
|
976
967
|
}
|
977
968
|
],
|
@@ -992,7 +983,7 @@
|
|
992
983
|
]
|
993
984
|
},
|
994
985
|
{
|
995
|
-
"id":
|
986
|
+
"id": 258,
|
996
987
|
"name": "SkyDataManagerState",
|
997
988
|
"kind": 128,
|
998
989
|
"kindString": "Class",
|
@@ -1002,7 +993,7 @@
|
|
1002
993
|
},
|
1003
994
|
"children": [
|
1004
995
|
{
|
1005
|
-
"id":
|
996
|
+
"id": 259,
|
1006
997
|
"name": "constructor",
|
1007
998
|
"kind": 512,
|
1008
999
|
"kindString": "Constructor",
|
@@ -1010,41 +1001,41 @@
|
|
1010
1001
|
"sources": [
|
1011
1002
|
{
|
1012
1003
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
|
1013
|
-
"line":
|
1004
|
+
"line": 43,
|
1014
1005
|
"character": 2
|
1015
1006
|
}
|
1016
1007
|
],
|
1017
1008
|
"signatures": [
|
1018
1009
|
{
|
1019
|
-
"id":
|
1010
|
+
"id": 260,
|
1020
1011
|
"name": "new SkyDataManagerState",
|
1021
1012
|
"kind": 16384,
|
1022
1013
|
"kindString": "Constructor signature",
|
1023
1014
|
"flags": {},
|
1024
1015
|
"parameters": [
|
1025
1016
|
{
|
1026
|
-
"id":
|
1017
|
+
"id": 261,
|
1027
1018
|
"name": "data",
|
1028
1019
|
"kind": 32768,
|
1029
1020
|
"kindString": "Parameter",
|
1030
1021
|
"flags": {},
|
1031
1022
|
"type": {
|
1032
1023
|
"type": "reference",
|
1033
|
-
"id":
|
1024
|
+
"id": 278,
|
1034
1025
|
"name": "SkyDataManagerStateOptions"
|
1035
1026
|
}
|
1036
1027
|
}
|
1037
1028
|
],
|
1038
1029
|
"type": {
|
1039
1030
|
"type": "reference",
|
1040
|
-
"id":
|
1031
|
+
"id": 258,
|
1041
1032
|
"name": "SkyDataManagerState"
|
1042
1033
|
}
|
1043
1034
|
}
|
1044
1035
|
]
|
1045
1036
|
},
|
1046
1037
|
{
|
1047
|
-
"id":
|
1038
|
+
"id": 262,
|
1048
1039
|
"name": "activeSortOption",
|
1049
1040
|
"kind": 1024,
|
1050
1041
|
"kindString": "Property",
|
@@ -1063,12 +1054,12 @@
|
|
1063
1054
|
],
|
1064
1055
|
"type": {
|
1065
1056
|
"type": "reference",
|
1066
|
-
"id":
|
1057
|
+
"id": 253,
|
1067
1058
|
"name": "SkyDataManagerSortOption"
|
1068
1059
|
}
|
1069
1060
|
},
|
1070
1061
|
{
|
1071
|
-
"id":
|
1062
|
+
"id": 263,
|
1072
1063
|
"name": "additionalData",
|
1073
1064
|
"kind": 1024,
|
1074
1065
|
"kindString": "Property",
|
@@ -1081,7 +1072,7 @@
|
|
1081
1072
|
"sources": [
|
1082
1073
|
{
|
1083
1074
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
|
1084
|
-
"line":
|
1075
|
+
"line": 20,
|
1085
1076
|
"character": 9
|
1086
1077
|
}
|
1087
1078
|
],
|
@@ -1091,7 +1082,7 @@
|
|
1091
1082
|
}
|
1092
1083
|
},
|
1093
1084
|
{
|
1094
|
-
"id":
|
1085
|
+
"id": 264,
|
1095
1086
|
"name": "filterData",
|
1096
1087
|
"kind": 1024,
|
1097
1088
|
"kindString": "Property",
|
@@ -1104,18 +1095,18 @@
|
|
1104
1095
|
"sources": [
|
1105
1096
|
{
|
1106
1097
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
|
1107
|
-
"line":
|
1098
|
+
"line": 24,
|
1108
1099
|
"character": 9
|
1109
1100
|
}
|
1110
1101
|
],
|
1111
1102
|
"type": {
|
1112
1103
|
"type": "reference",
|
1113
|
-
"id":
|
1104
|
+
"id": 245,
|
1114
1105
|
"name": "SkyDataManagerFilterData"
|
1115
1106
|
}
|
1116
1107
|
},
|
1117
1108
|
{
|
1118
|
-
"id":
|
1109
|
+
"id": 265,
|
1119
1110
|
"name": "onlyShowSelected",
|
1120
1111
|
"kind": 1024,
|
1121
1112
|
"kindString": "Property",
|
@@ -1128,7 +1119,7 @@
|
|
1128
1119
|
"sources": [
|
1129
1120
|
{
|
1130
1121
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
|
1131
|
-
"line":
|
1122
|
+
"line": 29,
|
1132
1123
|
"character": 9
|
1133
1124
|
}
|
1134
1125
|
],
|
@@ -1138,7 +1129,7 @@
|
|
1138
1129
|
}
|
1139
1130
|
},
|
1140
1131
|
{
|
1141
|
-
"id":
|
1132
|
+
"id": 266,
|
1142
1133
|
"name": "searchText",
|
1143
1134
|
"kind": 1024,
|
1144
1135
|
"kindString": "Property",
|
@@ -1151,7 +1142,7 @@
|
|
1151
1142
|
"sources": [
|
1152
1143
|
{
|
1153
1144
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
|
1154
|
-
"line":
|
1145
|
+
"line": 33,
|
1155
1146
|
"character": 9
|
1156
1147
|
}
|
1157
1148
|
],
|
@@ -1161,7 +1152,7 @@
|
|
1161
1152
|
}
|
1162
1153
|
},
|
1163
1154
|
{
|
1164
|
-
"id":
|
1155
|
+
"id": 267,
|
1165
1156
|
"name": "selectedIds",
|
1166
1157
|
"kind": 1024,
|
1167
1158
|
"kindString": "Property",
|
@@ -1174,7 +1165,7 @@
|
|
1174
1165
|
"sources": [
|
1175
1166
|
{
|
1176
1167
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
|
1177
|
-
"line":
|
1168
|
+
"line": 37,
|
1178
1169
|
"character": 9
|
1179
1170
|
}
|
1180
1171
|
],
|
@@ -1187,7 +1178,7 @@
|
|
1187
1178
|
}
|
1188
1179
|
},
|
1189
1180
|
{
|
1190
|
-
"id":
|
1181
|
+
"id": 268,
|
1191
1182
|
"name": "views",
|
1192
1183
|
"kind": 1024,
|
1193
1184
|
"kindString": "Property",
|
@@ -1200,7 +1191,7 @@
|
|
1200
1191
|
"sources": [
|
1201
1192
|
{
|
1202
1193
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
|
1203
|
-
"line":
|
1194
|
+
"line": 41,
|
1204
1195
|
"character": 9
|
1205
1196
|
}
|
1206
1197
|
],
|
@@ -1208,14 +1199,14 @@
|
|
1208
1199
|
"type": "array",
|
1209
1200
|
"elementType": {
|
1210
1201
|
"type": "reference",
|
1211
|
-
"id":
|
1202
|
+
"id": 312,
|
1212
1203
|
"name": "SkyDataViewState"
|
1213
1204
|
}
|
1214
1205
|
},
|
1215
1206
|
"defaultValue": "[]"
|
1216
1207
|
},
|
1217
1208
|
{
|
1218
|
-
"id":
|
1209
|
+
"id": 274,
|
1219
1210
|
"name": "addOrUpdateView",
|
1220
1211
|
"kind": 2048,
|
1221
1212
|
"kindString": "Method",
|
@@ -1225,13 +1216,13 @@
|
|
1225
1216
|
"sources": [
|
1226
1217
|
{
|
1227
1218
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
|
1228
|
-
"line":
|
1219
|
+
"line": 91,
|
1229
1220
|
"character": 9
|
1230
1221
|
}
|
1231
1222
|
],
|
1232
1223
|
"signatures": [
|
1233
1224
|
{
|
1234
|
-
"id":
|
1225
|
+
"id": 275,
|
1235
1226
|
"name": "addOrUpdateView",
|
1236
1227
|
"kind": 4096,
|
1237
1228
|
"kindString": "Call signature",
|
@@ -1242,7 +1233,7 @@
|
|
1242
1233
|
},
|
1243
1234
|
"parameters": [
|
1244
1235
|
{
|
1245
|
-
"id":
|
1236
|
+
"id": 276,
|
1246
1237
|
"name": "viewId",
|
1247
1238
|
"kind": 32768,
|
1248
1239
|
"kindString": "Parameter",
|
@@ -1256,7 +1247,7 @@
|
|
1256
1247
|
}
|
1257
1248
|
},
|
1258
1249
|
{
|
1259
|
-
"id":
|
1250
|
+
"id": 277,
|
1260
1251
|
"name": "view",
|
1261
1252
|
"kind": 32768,
|
1262
1253
|
"kindString": "Parameter",
|
@@ -1266,21 +1257,21 @@
|
|
1266
1257
|
},
|
1267
1258
|
"type": {
|
1268
1259
|
"type": "reference",
|
1269
|
-
"id":
|
1260
|
+
"id": 312,
|
1270
1261
|
"name": "SkyDataViewState"
|
1271
1262
|
}
|
1272
1263
|
}
|
1273
1264
|
],
|
1274
1265
|
"type": {
|
1275
1266
|
"type": "reference",
|
1276
|
-
"id":
|
1267
|
+
"id": 258,
|
1277
1268
|
"name": "SkyDataManagerState"
|
1278
1269
|
}
|
1279
1270
|
}
|
1280
1271
|
]
|
1281
1272
|
},
|
1282
1273
|
{
|
1283
|
-
"id":
|
1274
|
+
"id": 269,
|
1284
1275
|
"name": "getStateOptions",
|
1285
1276
|
"kind": 2048,
|
1286
1277
|
"kindString": "Method",
|
@@ -1290,13 +1281,13 @@
|
|
1290
1281
|
"sources": [
|
1291
1282
|
{
|
1292
1283
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
|
1293
|
-
"line":
|
1284
|
+
"line": 60,
|
1294
1285
|
"character": 9
|
1295
1286
|
}
|
1296
1287
|
],
|
1297
1288
|
"signatures": [
|
1298
1289
|
{
|
1299
|
-
"id":
|
1290
|
+
"id": 270,
|
1300
1291
|
"name": "getStateOptions",
|
1301
1292
|
"kind": 4096,
|
1302
1293
|
"kindString": "Call signature",
|
@@ -1307,14 +1298,14 @@
|
|
1307
1298
|
},
|
1308
1299
|
"type": {
|
1309
1300
|
"type": "reference",
|
1310
|
-
"id":
|
1301
|
+
"id": 278,
|
1311
1302
|
"name": "SkyDataManagerStateOptions"
|
1312
1303
|
}
|
1313
1304
|
}
|
1314
1305
|
]
|
1315
1306
|
},
|
1316
1307
|
{
|
1317
|
-
"id":
|
1308
|
+
"id": 271,
|
1318
1309
|
"name": "getViewStateById",
|
1319
1310
|
"kind": 2048,
|
1320
1311
|
"kindString": "Method",
|
@@ -1324,13 +1315,13 @@
|
|
1324
1315
|
"sources": [
|
1325
1316
|
{
|
1326
1317
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
|
1327
|
-
"line":
|
1318
|
+
"line": 81,
|
1328
1319
|
"character": 9
|
1329
1320
|
}
|
1330
1321
|
],
|
1331
1322
|
"signatures": [
|
1332
1323
|
{
|
1333
|
-
"id":
|
1324
|
+
"id": 272,
|
1334
1325
|
"name": "getViewStateById",
|
1335
1326
|
"kind": 4096,
|
1336
1327
|
"kindString": "Call signature",
|
@@ -1341,7 +1332,7 @@
|
|
1341
1332
|
},
|
1342
1333
|
"parameters": [
|
1343
1334
|
{
|
1344
|
-
"id":
|
1335
|
+
"id": 273,
|
1345
1336
|
"name": "viewId",
|
1346
1337
|
"kind": 32768,
|
1347
1338
|
"kindString": "Parameter",
|
@@ -1357,7 +1348,7 @@
|
|
1357
1348
|
],
|
1358
1349
|
"type": {
|
1359
1350
|
"type": "reference",
|
1360
|
-
"id":
|
1351
|
+
"id": 312,
|
1361
1352
|
"name": "SkyDataViewState"
|
1362
1353
|
}
|
1363
1354
|
}
|
@@ -1369,29 +1360,29 @@
|
|
1369
1360
|
"title": "Constructors",
|
1370
1361
|
"kind": 512,
|
1371
1362
|
"children": [
|
1372
|
-
|
1363
|
+
259
|
1373
1364
|
]
|
1374
1365
|
},
|
1375
1366
|
{
|
1376
1367
|
"title": "Properties",
|
1377
1368
|
"kind": 1024,
|
1378
1369
|
"children": [
|
1379
|
-
261,
|
1380
1370
|
262,
|
1381
1371
|
263,
|
1382
1372
|
264,
|
1383
1373
|
265,
|
1384
1374
|
266,
|
1385
|
-
267
|
1375
|
+
267,
|
1376
|
+
268
|
1386
1377
|
]
|
1387
1378
|
},
|
1388
1379
|
{
|
1389
1380
|
"title": "Methods",
|
1390
1381
|
"kind": 2048,
|
1391
1382
|
"children": [
|
1392
|
-
|
1393
|
-
|
1394
|
-
|
1383
|
+
274,
|
1384
|
+
269,
|
1385
|
+
271
|
1395
1386
|
]
|
1396
1387
|
}
|
1397
1388
|
],
|
@@ -1404,7 +1395,7 @@
|
|
1404
1395
|
]
|
1405
1396
|
},
|
1406
1397
|
{
|
1407
|
-
"id":
|
1398
|
+
"id": 312,
|
1408
1399
|
"name": "SkyDataViewState",
|
1409
1400
|
"kind": 128,
|
1410
1401
|
"kindString": "Class",
|
@@ -1414,7 +1405,7 @@
|
|
1414
1405
|
},
|
1415
1406
|
"children": [
|
1416
1407
|
{
|
1417
|
-
"id":
|
1408
|
+
"id": 313,
|
1418
1409
|
"name": "constructor",
|
1419
1410
|
"kind": 512,
|
1420
1411
|
"kindString": "Constructor",
|
@@ -1422,41 +1413,41 @@
|
|
1422
1413
|
"sources": [
|
1423
1414
|
{
|
1424
1415
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-state.ts",
|
1425
|
-
"line":
|
1416
|
+
"line": 26,
|
1426
1417
|
"character": 2
|
1427
1418
|
}
|
1428
1419
|
],
|
1429
1420
|
"signatures": [
|
1430
1421
|
{
|
1431
|
-
"id":
|
1422
|
+
"id": 314,
|
1432
1423
|
"name": "new SkyDataViewState",
|
1433
1424
|
"kind": 16384,
|
1434
1425
|
"kindString": "Constructor signature",
|
1435
1426
|
"flags": {},
|
1436
1427
|
"parameters": [
|
1437
1428
|
{
|
1438
|
-
"id":
|
1429
|
+
"id": 315,
|
1439
1430
|
"name": "data",
|
1440
1431
|
"kind": 32768,
|
1441
1432
|
"kindString": "Parameter",
|
1442
1433
|
"flags": {},
|
1443
1434
|
"type": {
|
1444
1435
|
"type": "reference",
|
1445
|
-
"id":
|
1436
|
+
"id": 322,
|
1446
1437
|
"name": "SkyDataViewStateOptions"
|
1447
1438
|
}
|
1448
1439
|
}
|
1449
1440
|
],
|
1450
1441
|
"type": {
|
1451
1442
|
"type": "reference",
|
1452
|
-
"id":
|
1443
|
+
"id": 312,
|
1453
1444
|
"name": "SkyDataViewState"
|
1454
1445
|
}
|
1455
1446
|
}
|
1456
1447
|
]
|
1457
1448
|
},
|
1458
1449
|
{
|
1459
|
-
"id":
|
1450
|
+
"id": 319,
|
1460
1451
|
"name": "additionalData",
|
1461
1452
|
"kind": 1024,
|
1462
1453
|
"kindString": "Property",
|
@@ -1469,7 +1460,7 @@
|
|
1469
1460
|
"sources": [
|
1470
1461
|
{
|
1471
1462
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-state.ts",
|
1472
|
-
"line":
|
1463
|
+
"line": 24,
|
1473
1464
|
"character": 9
|
1474
1465
|
}
|
1475
1466
|
],
|
@@ -1479,7 +1470,7 @@
|
|
1479
1470
|
}
|
1480
1471
|
},
|
1481
1472
|
{
|
1482
|
-
"id":
|
1473
|
+
"id": 316,
|
1483
1474
|
"name": "columnIds",
|
1484
1475
|
"kind": 1024,
|
1485
1476
|
"kindString": "Property",
|
@@ -1506,7 +1497,7 @@
|
|
1506
1497
|
"defaultValue": "[]"
|
1507
1498
|
},
|
1508
1499
|
{
|
1509
|
-
"id":
|
1500
|
+
"id": 317,
|
1510
1501
|
"name": "displayedColumnIds",
|
1511
1502
|
"kind": 1024,
|
1512
1503
|
"kindString": "Property",
|
@@ -1533,7 +1524,7 @@
|
|
1533
1524
|
"defaultValue": "[]"
|
1534
1525
|
},
|
1535
1526
|
{
|
1536
|
-
"id":
|
1527
|
+
"id": 318,
|
1537
1528
|
"name": "viewId",
|
1538
1529
|
"kind": 1024,
|
1539
1530
|
"kindString": "Property",
|
@@ -1556,7 +1547,7 @@
|
|
1556
1547
|
}
|
1557
1548
|
},
|
1558
1549
|
{
|
1559
|
-
"id":
|
1550
|
+
"id": 320,
|
1560
1551
|
"name": "getViewStateOptions",
|
1561
1552
|
"kind": 2048,
|
1562
1553
|
"kindString": "Method",
|
@@ -1566,13 +1557,13 @@
|
|
1566
1557
|
"sources": [
|
1567
1558
|
{
|
1568
1559
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-state.ts",
|
1569
|
-
"line":
|
1560
|
+
"line": 37,
|
1570
1561
|
"character": 9
|
1571
1562
|
}
|
1572
1563
|
],
|
1573
1564
|
"signatures": [
|
1574
1565
|
{
|
1575
|
-
"id":
|
1566
|
+
"id": 321,
|
1576
1567
|
"name": "getViewStateOptions",
|
1577
1568
|
"kind": 4096,
|
1578
1569
|
"kindString": "Call signature",
|
@@ -1583,7 +1574,7 @@
|
|
1583
1574
|
},
|
1584
1575
|
"type": {
|
1585
1576
|
"type": "reference",
|
1586
|
-
"id":
|
1577
|
+
"id": 322,
|
1587
1578
|
"name": "SkyDataViewStateOptions"
|
1588
1579
|
}
|
1589
1580
|
}
|
@@ -1595,24 +1586,24 @@
|
|
1595
1586
|
"title": "Constructors",
|
1596
1587
|
"kind": 512,
|
1597
1588
|
"children": [
|
1598
|
-
|
1589
|
+
313
|
1599
1590
|
]
|
1600
1591
|
},
|
1601
1592
|
{
|
1602
1593
|
"title": "Properties",
|
1603
1594
|
"kind": 1024,
|
1604
1595
|
"children": [
|
1605
|
-
|
1606
|
-
315,
|
1596
|
+
319,
|
1607
1597
|
316,
|
1608
|
-
317
|
1598
|
+
317,
|
1599
|
+
318
|
1609
1600
|
]
|
1610
1601
|
},
|
1611
1602
|
{
|
1612
1603
|
"title": "Methods",
|
1613
1604
|
"kind": 2048,
|
1614
1605
|
"children": [
|
1615
|
-
|
1606
|
+
320
|
1616
1607
|
]
|
1617
1608
|
}
|
1618
1609
|
],
|
@@ -1657,7 +1648,7 @@
|
|
1657
1648
|
"sources": [
|
1658
1649
|
{
|
1659
1650
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.component.ts",
|
1660
|
-
"line":
|
1651
|
+
"line": 63,
|
1661
1652
|
"character": 2
|
1662
1653
|
}
|
1663
1654
|
],
|
@@ -1690,7 +1681,7 @@
|
|
1690
1681
|
"flags": {},
|
1691
1682
|
"type": {
|
1692
1683
|
"type": "reference",
|
1693
|
-
"id":
|
1684
|
+
"id": 164,
|
1694
1685
|
"name": "SkyDataManagerService"
|
1695
1686
|
}
|
1696
1687
|
}
|
@@ -1714,7 +1705,7 @@
|
|
1714
1705
|
"sources": [
|
1715
1706
|
{
|
1716
1707
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.component.ts",
|
1717
|
-
"line":
|
1708
|
+
"line": 47,
|
1718
1709
|
"character": 9
|
1719
1710
|
}
|
1720
1711
|
],
|
@@ -1743,7 +1734,7 @@
|
|
1743
1734
|
"sources": [
|
1744
1735
|
{
|
1745
1736
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.component.ts",
|
1746
|
-
"line":
|
1737
|
+
"line": 49,
|
1747
1738
|
"character": 9
|
1748
1739
|
}
|
1749
1740
|
],
|
@@ -1765,7 +1756,7 @@
|
|
1765
1756
|
"sources": [
|
1766
1757
|
{
|
1767
1758
|
"fileName": "lib/modules/data-manager/data-manager.component.ts",
|
1768
|
-
"line":
|
1759
|
+
"line": 50,
|
1769
1760
|
"character": 4
|
1770
1761
|
}
|
1771
1762
|
],
|
@@ -1800,7 +1791,7 @@
|
|
1800
1791
|
"sources": [
|
1801
1792
|
{
|
1802
1793
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.component.ts",
|
1803
|
-
"line":
|
1794
|
+
"line": 26,
|
1804
1795
|
"character": 13
|
1805
1796
|
}
|
1806
1797
|
],
|
@@ -1861,7 +1852,7 @@
|
|
1861
1852
|
"sources": [
|
1862
1853
|
{
|
1863
1854
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.component.ts",
|
1864
|
-
"line":
|
1855
|
+
"line": 38,
|
1865
1856
|
"character": 13
|
1866
1857
|
}
|
1867
1858
|
],
|
@@ -1906,7 +1897,7 @@
|
|
1906
1897
|
]
|
1907
1898
|
},
|
1908
1899
|
{
|
1909
|
-
"id":
|
1900
|
+
"id": 71,
|
1910
1901
|
"name": "ngOnDestroy",
|
1911
1902
|
"kind": 2048,
|
1912
1903
|
"kindString": "Method",
|
@@ -1916,13 +1907,13 @@
|
|
1916
1907
|
"sources": [
|
1917
1908
|
{
|
1918
1909
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.component.ts",
|
1919
|
-
"line":
|
1910
|
+
"line": 99,
|
1920
1911
|
"character": 9
|
1921
1912
|
}
|
1922
1913
|
],
|
1923
1914
|
"signatures": [
|
1924
1915
|
{
|
1925
|
-
"id":
|
1916
|
+
"id": 72,
|
1926
1917
|
"name": "ngOnDestroy",
|
1927
1918
|
"kind": 4096,
|
1928
1919
|
"kindString": "Call signature",
|
@@ -1943,7 +1934,7 @@
|
|
1943
1934
|
}
|
1944
1935
|
},
|
1945
1936
|
{
|
1946
|
-
"id":
|
1937
|
+
"id": 69,
|
1947
1938
|
"name": "ngOnInit",
|
1948
1939
|
"kind": 2048,
|
1949
1940
|
"kindString": "Method",
|
@@ -1953,13 +1944,13 @@
|
|
1953
1944
|
"sources": [
|
1954
1945
|
{
|
1955
1946
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.component.ts",
|
1956
|
-
"line":
|
1947
|
+
"line": 71,
|
1957
1948
|
"character": 9
|
1958
1949
|
}
|
1959
1950
|
],
|
1960
1951
|
"signatures": [
|
1961
1952
|
{
|
1962
|
-
"id":
|
1953
|
+
"id": 70,
|
1963
1954
|
"name": "ngOnInit",
|
1964
1955
|
"kind": 4096,
|
1965
1956
|
"kindString": "Call signature",
|
@@ -2008,15 +1999,15 @@
|
|
2008
1999
|
"title": "Methods",
|
2009
2000
|
"kind": 2048,
|
2010
2001
|
"children": [
|
2011
|
-
|
2012
|
-
|
2002
|
+
71,
|
2003
|
+
69
|
2013
2004
|
]
|
2014
2005
|
}
|
2015
2006
|
],
|
2016
2007
|
"sources": [
|
2017
2008
|
{
|
2018
2009
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.component.ts",
|
2019
|
-
"line":
|
2010
|
+
"line": 25,
|
2020
2011
|
"character": 13
|
2021
2012
|
}
|
2022
2013
|
],
|
@@ -2036,7 +2027,7 @@
|
|
2036
2027
|
]
|
2037
2028
|
},
|
2038
2029
|
{
|
2039
|
-
"id":
|
2030
|
+
"id": 73,
|
2040
2031
|
"name": "SkyDataManagerToolbarLeftItemComponent",
|
2041
2032
|
"kind": 128,
|
2042
2033
|
"kindString": "Class",
|
@@ -2064,7 +2055,7 @@
|
|
2064
2055
|
"title": "Constructors",
|
2065
2056
|
"kind": 512,
|
2066
2057
|
"children": [
|
2067
|
-
|
2058
|
+
74
|
2068
2059
|
]
|
2069
2060
|
}
|
2070
2061
|
],
|
@@ -2077,7 +2068,7 @@
|
|
2077
2068
|
]
|
2078
2069
|
},
|
2079
2070
|
{
|
2080
|
-
"id":
|
2071
|
+
"id": 76,
|
2081
2072
|
"name": "SkyDataManagerToolbarPrimaryItemComponent",
|
2082
2073
|
"kind": 128,
|
2083
2074
|
"kindString": "Class",
|
@@ -2105,7 +2096,7 @@
|
|
2105
2096
|
"title": "Constructors",
|
2106
2097
|
"kind": 512,
|
2107
2098
|
"children": [
|
2108
|
-
|
2099
|
+
77
|
2109
2100
|
]
|
2110
2101
|
}
|
2111
2102
|
],
|
@@ -2118,7 +2109,7 @@
|
|
2118
2109
|
]
|
2119
2110
|
},
|
2120
2111
|
{
|
2121
|
-
"id":
|
2112
|
+
"id": 79,
|
2122
2113
|
"name": "SkyDataManagerToolbarRightItemComponent",
|
2123
2114
|
"kind": 128,
|
2124
2115
|
"kindString": "Class",
|
@@ -2146,7 +2137,7 @@
|
|
2146
2137
|
"title": "Constructors",
|
2147
2138
|
"kind": 512,
|
2148
2139
|
"children": [
|
2149
|
-
|
2140
|
+
80
|
2150
2141
|
]
|
2151
2142
|
}
|
2152
2143
|
],
|
@@ -2159,7 +2150,7 @@
|
|
2159
2150
|
]
|
2160
2151
|
},
|
2161
2152
|
{
|
2162
|
-
"id":
|
2153
|
+
"id": 82,
|
2163
2154
|
"name": "SkyDataManagerToolbarSectionComponent",
|
2164
2155
|
"kind": 128,
|
2165
2156
|
"kindString": "Class",
|
@@ -2187,7 +2178,7 @@
|
|
2187
2178
|
"title": "Constructors",
|
2188
2179
|
"kind": 512,
|
2189
2180
|
"children": [
|
2190
|
-
|
2181
|
+
83
|
2191
2182
|
]
|
2192
2183
|
}
|
2193
2184
|
],
|
@@ -2200,7 +2191,7 @@
|
|
2200
2191
|
]
|
2201
2192
|
},
|
2202
2193
|
{
|
2203
|
-
"id":
|
2194
|
+
"id": 85,
|
2204
2195
|
"name": "SkyDataManagerToolbarComponent",
|
2205
2196
|
"kind": 128,
|
2206
2197
|
"kindString": "Class",
|
@@ -2224,7 +2215,7 @@
|
|
2224
2215
|
],
|
2225
2216
|
"children": [
|
2226
2217
|
{
|
2227
|
-
"id":
|
2218
|
+
"id": 86,
|
2228
2219
|
"name": "constructor",
|
2229
2220
|
"kind": 512,
|
2230
2221
|
"kindString": "Constructor",
|
@@ -2232,20 +2223,20 @@
|
|
2232
2223
|
"sources": [
|
2233
2224
|
{
|
2234
2225
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2235
|
-
"line":
|
2226
|
+
"line": 93,
|
2236
2227
|
"character": 2
|
2237
2228
|
}
|
2238
2229
|
],
|
2239
2230
|
"signatures": [
|
2240
2231
|
{
|
2241
|
-
"id":
|
2232
|
+
"id": 87,
|
2242
2233
|
"name": "SkyDataManagerToolbarComponent",
|
2243
2234
|
"kind": 16384,
|
2244
2235
|
"kindString": "Constructor signature",
|
2245
2236
|
"flags": {},
|
2246
2237
|
"parameters": [
|
2247
2238
|
{
|
2248
|
-
"id":
|
2239
|
+
"id": 88,
|
2249
2240
|
"name": "changeDetector",
|
2250
2241
|
"kind": 32768,
|
2251
2242
|
"kindString": "Parameter",
|
@@ -2258,19 +2249,19 @@
|
|
2258
2249
|
}
|
2259
2250
|
},
|
2260
2251
|
{
|
2261
|
-
"id":
|
2252
|
+
"id": 89,
|
2262
2253
|
"name": "dataManagerService",
|
2263
2254
|
"kind": 32768,
|
2264
2255
|
"kindString": "Parameter",
|
2265
2256
|
"flags": {},
|
2266
2257
|
"type": {
|
2267
2258
|
"type": "reference",
|
2268
|
-
"id":
|
2259
|
+
"id": 164,
|
2269
2260
|
"name": "SkyDataManagerService"
|
2270
2261
|
}
|
2271
2262
|
},
|
2272
2263
|
{
|
2273
|
-
"id":
|
2264
|
+
"id": 90,
|
2274
2265
|
"name": "modalService",
|
2275
2266
|
"kind": 32768,
|
2276
2267
|
"kindString": "Parameter",
|
@@ -2281,7 +2272,7 @@
|
|
2281
2272
|
}
|
2282
2273
|
},
|
2283
2274
|
{
|
2284
|
-
"id":
|
2275
|
+
"id": 91,
|
2285
2276
|
"name": "columnPickerService",
|
2286
2277
|
"kind": 32768,
|
2287
2278
|
"kindString": "Parameter",
|
@@ -2294,14 +2285,14 @@
|
|
2294
2285
|
],
|
2295
2286
|
"type": {
|
2296
2287
|
"type": "reference",
|
2297
|
-
"id":
|
2288
|
+
"id": 85,
|
2298
2289
|
"name": "SkyDataManagerToolbarComponent"
|
2299
2290
|
}
|
2300
2291
|
}
|
2301
2292
|
]
|
2302
2293
|
},
|
2303
2294
|
{
|
2304
|
-
"id":
|
2295
|
+
"id": 108,
|
2305
2296
|
"name": "onlyShowSelected",
|
2306
2297
|
"kind": 1024,
|
2307
2298
|
"kindString": "Property",
|
@@ -2311,7 +2302,7 @@
|
|
2311
2302
|
"sources": [
|
2312
2303
|
{
|
2313
2304
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2314
|
-
"line":
|
2305
|
+
"line": 78,
|
2315
2306
|
"character": 9
|
2316
2307
|
}
|
2317
2308
|
],
|
@@ -2321,36 +2312,7 @@
|
|
2321
2312
|
}
|
2322
2313
|
},
|
2323
2314
|
{
|
2324
|
-
"id":
|
2325
|
-
"name": "activeSortOptionId",
|
2326
|
-
"kind": 262144,
|
2327
|
-
"kindString": "Accessor",
|
2328
|
-
"flags": {
|
2329
|
-
"isPublic": true
|
2330
|
-
},
|
2331
|
-
"sources": [
|
2332
|
-
{
|
2333
|
-
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2334
|
-
"line": 36,
|
2335
|
-
"character": 13
|
2336
|
-
}
|
2337
|
-
],
|
2338
|
-
"getSignature": [
|
2339
|
-
{
|
2340
|
-
"id": 94,
|
2341
|
-
"name": "activeSortOptionId",
|
2342
|
-
"kind": 524288,
|
2343
|
-
"kindString": "Get signature",
|
2344
|
-
"flags": {},
|
2345
|
-
"type": {
|
2346
|
-
"type": "intrinsic",
|
2347
|
-
"name": "string"
|
2348
|
-
}
|
2349
|
-
}
|
2350
|
-
]
|
2351
|
-
},
|
2352
|
-
{
|
2353
|
-
"id": 95,
|
2315
|
+
"id": 92,
|
2354
2316
|
"name": "activeView",
|
2355
2317
|
"kind": 262144,
|
2356
2318
|
"kindString": "Accessor",
|
@@ -2360,41 +2322,41 @@
|
|
2360
2322
|
"sources": [
|
2361
2323
|
{
|
2362
2324
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2363
|
-
"line":
|
2325
|
+
"line": 40,
|
2364
2326
|
"character": 13
|
2365
2327
|
}
|
2366
2328
|
],
|
2367
2329
|
"getSignature": [
|
2368
2330
|
{
|
2369
|
-
"id":
|
2331
|
+
"id": 93,
|
2370
2332
|
"name": "activeView",
|
2371
2333
|
"kind": 524288,
|
2372
2334
|
"kindString": "Get signature",
|
2373
2335
|
"flags": {},
|
2374
2336
|
"type": {
|
2375
2337
|
"type": "reference",
|
2376
|
-
"id":
|
2338
|
+
"id": 292,
|
2377
2339
|
"name": "SkyDataViewConfig"
|
2378
2340
|
}
|
2379
2341
|
}
|
2380
2342
|
],
|
2381
2343
|
"setSignature": [
|
2382
2344
|
{
|
2383
|
-
"id":
|
2345
|
+
"id": 94,
|
2384
2346
|
"name": "activeView",
|
2385
2347
|
"kind": 1048576,
|
2386
2348
|
"kindString": "Set signature",
|
2387
2349
|
"flags": {},
|
2388
2350
|
"parameters": [
|
2389
2351
|
{
|
2390
|
-
"id":
|
2352
|
+
"id": 95,
|
2391
2353
|
"name": "value",
|
2392
2354
|
"kind": 32768,
|
2393
2355
|
"kindString": "Parameter",
|
2394
2356
|
"flags": {},
|
2395
2357
|
"type": {
|
2396
2358
|
"type": "reference",
|
2397
|
-
"id":
|
2359
|
+
"id": 292,
|
2398
2360
|
"name": "SkyDataViewConfig"
|
2399
2361
|
}
|
2400
2362
|
}
|
@@ -2407,7 +2369,7 @@
|
|
2407
2369
|
]
|
2408
2370
|
},
|
2409
2371
|
{
|
2410
|
-
"id":
|
2372
|
+
"id": 96,
|
2411
2373
|
"name": "dataManagerConfig",
|
2412
2374
|
"kind": 262144,
|
2413
2375
|
"kindString": "Accessor",
|
@@ -2417,41 +2379,41 @@
|
|
2417
2379
|
"sources": [
|
2418
2380
|
{
|
2419
2381
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2420
|
-
"line":
|
2382
|
+
"line": 49,
|
2421
2383
|
"character": 13
|
2422
2384
|
}
|
2423
2385
|
],
|
2424
2386
|
"getSignature": [
|
2425
2387
|
{
|
2426
|
-
"id":
|
2388
|
+
"id": 97,
|
2427
2389
|
"name": "dataManagerConfig",
|
2428
2390
|
"kind": 524288,
|
2429
2391
|
"kindString": "Get signature",
|
2430
2392
|
"flags": {},
|
2431
2393
|
"type": {
|
2432
2394
|
"type": "reference",
|
2433
|
-
"id":
|
2395
|
+
"id": 241,
|
2434
2396
|
"name": "SkyDataManagerConfig"
|
2435
2397
|
}
|
2436
2398
|
}
|
2437
2399
|
],
|
2438
2400
|
"setSignature": [
|
2439
2401
|
{
|
2440
|
-
"id":
|
2402
|
+
"id": 98,
|
2441
2403
|
"name": "dataManagerConfig",
|
2442
2404
|
"kind": 1048576,
|
2443
2405
|
"kindString": "Set signature",
|
2444
2406
|
"flags": {},
|
2445
2407
|
"parameters": [
|
2446
2408
|
{
|
2447
|
-
"id":
|
2409
|
+
"id": 99,
|
2448
2410
|
"name": "value",
|
2449
2411
|
"kind": 32768,
|
2450
2412
|
"kindString": "Parameter",
|
2451
2413
|
"flags": {},
|
2452
2414
|
"type": {
|
2453
2415
|
"type": "reference",
|
2454
|
-
"id":
|
2416
|
+
"id": 241,
|
2455
2417
|
"name": "SkyDataManagerConfig"
|
2456
2418
|
}
|
2457
2419
|
}
|
@@ -2464,7 +2426,7 @@
|
|
2464
2426
|
]
|
2465
2427
|
},
|
2466
2428
|
{
|
2467
|
-
"id":
|
2429
|
+
"id": 100,
|
2468
2430
|
"name": "dataState",
|
2469
2431
|
"kind": 262144,
|
2470
2432
|
"kindString": "Accessor",
|
@@ -2474,41 +2436,41 @@
|
|
2474
2436
|
"sources": [
|
2475
2437
|
{
|
2476
2438
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2477
|
-
"line":
|
2439
|
+
"line": 58,
|
2478
2440
|
"character": 13
|
2479
2441
|
}
|
2480
2442
|
],
|
2481
2443
|
"getSignature": [
|
2482
2444
|
{
|
2483
|
-
"id":
|
2445
|
+
"id": 101,
|
2484
2446
|
"name": "dataState",
|
2485
2447
|
"kind": 524288,
|
2486
2448
|
"kindString": "Get signature",
|
2487
2449
|
"flags": {},
|
2488
2450
|
"type": {
|
2489
2451
|
"type": "reference",
|
2490
|
-
"id":
|
2452
|
+
"id": 258,
|
2491
2453
|
"name": "SkyDataManagerState"
|
2492
2454
|
}
|
2493
2455
|
}
|
2494
2456
|
],
|
2495
2457
|
"setSignature": [
|
2496
2458
|
{
|
2497
|
-
"id":
|
2459
|
+
"id": 102,
|
2498
2460
|
"name": "dataState",
|
2499
2461
|
"kind": 1048576,
|
2500
2462
|
"kindString": "Set signature",
|
2501
2463
|
"flags": {},
|
2502
2464
|
"parameters": [
|
2503
2465
|
{
|
2504
|
-
"id":
|
2466
|
+
"id": 103,
|
2505
2467
|
"name": "value",
|
2506
2468
|
"kind": 32768,
|
2507
2469
|
"kindString": "Parameter",
|
2508
2470
|
"flags": {},
|
2509
2471
|
"type": {
|
2510
2472
|
"type": "reference",
|
2511
|
-
"id":
|
2473
|
+
"id": 258,
|
2512
2474
|
"name": "SkyDataManagerState"
|
2513
2475
|
}
|
2514
2476
|
}
|
@@ -2521,7 +2483,7 @@
|
|
2521
2483
|
]
|
2522
2484
|
},
|
2523
2485
|
{
|
2524
|
-
"id":
|
2486
|
+
"id": 104,
|
2525
2487
|
"name": "views",
|
2526
2488
|
"kind": 262144,
|
2527
2489
|
"kindString": "Accessor",
|
@@ -2531,13 +2493,13 @@
|
|
2531
2493
|
"sources": [
|
2532
2494
|
{
|
2533
2495
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2534
|
-
"line":
|
2496
|
+
"line": 69,
|
2535
2497
|
"character": 13
|
2536
2498
|
}
|
2537
2499
|
],
|
2538
2500
|
"getSignature": [
|
2539
2501
|
{
|
2540
|
-
"id":
|
2502
|
+
"id": 105,
|
2541
2503
|
"name": "views",
|
2542
2504
|
"kind": 524288,
|
2543
2505
|
"kindString": "Get signature",
|
@@ -2546,7 +2508,7 @@
|
|
2546
2508
|
"type": "array",
|
2547
2509
|
"elementType": {
|
2548
2510
|
"type": "reference",
|
2549
|
-
"id":
|
2511
|
+
"id": 292,
|
2550
2512
|
"name": "SkyDataViewConfig"
|
2551
2513
|
}
|
2552
2514
|
}
|
@@ -2554,14 +2516,14 @@
|
|
2554
2516
|
],
|
2555
2517
|
"setSignature": [
|
2556
2518
|
{
|
2557
|
-
"id":
|
2519
|
+
"id": 106,
|
2558
2520
|
"name": "views",
|
2559
2521
|
"kind": 1048576,
|
2560
2522
|
"kindString": "Set signature",
|
2561
2523
|
"flags": {},
|
2562
2524
|
"parameters": [
|
2563
2525
|
{
|
2564
|
-
"id":
|
2526
|
+
"id": 107,
|
2565
2527
|
"name": "value",
|
2566
2528
|
"kind": 32768,
|
2567
2529
|
"kindString": "Parameter",
|
@@ -2570,7 +2532,7 @@
|
|
2570
2532
|
"type": "array",
|
2571
2533
|
"elementType": {
|
2572
2534
|
"type": "reference",
|
2573
|
-
"id":
|
2535
|
+
"id": 292,
|
2574
2536
|
"name": "SkyDataViewConfig"
|
2575
2537
|
}
|
2576
2538
|
}
|
@@ -2584,7 +2546,7 @@
|
|
2584
2546
|
]
|
2585
2547
|
},
|
2586
2548
|
{
|
2587
|
-
"id":
|
2549
|
+
"id": 138,
|
2588
2550
|
"name": "clearAll",
|
2589
2551
|
"kind": 2048,
|
2590
2552
|
"kindString": "Method",
|
@@ -2594,13 +2556,13 @@
|
|
2594
2556
|
"sources": [
|
2595
2557
|
{
|
2596
2558
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2597
|
-
"line":
|
2559
|
+
"line": 250,
|
2598
2560
|
"character": 9
|
2599
2561
|
}
|
2600
2562
|
],
|
2601
2563
|
"signatures": [
|
2602
2564
|
{
|
2603
|
-
"id":
|
2565
|
+
"id": 139,
|
2604
2566
|
"name": "clearAll",
|
2605
2567
|
"kind": 4096,
|
2606
2568
|
"kindString": "Call signature",
|
@@ -2613,7 +2575,7 @@
|
|
2613
2575
|
]
|
2614
2576
|
},
|
2615
2577
|
{
|
2616
|
-
"id":
|
2578
|
+
"id": 132,
|
2617
2579
|
"name": "filterButtonClicked",
|
2618
2580
|
"kind": 2048,
|
2619
2581
|
"kindString": "Method",
|
@@ -2623,13 +2585,13 @@
|
|
2623
2585
|
"sources": [
|
2624
2586
|
{
|
2625
2587
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2626
|
-
"line":
|
2588
|
+
"line": 170,
|
2627
2589
|
"character": 9
|
2628
2590
|
}
|
2629
2591
|
],
|
2630
2592
|
"signatures": [
|
2631
2593
|
{
|
2632
|
-
"id":
|
2594
|
+
"id": 133,
|
2633
2595
|
"name": "filterButtonClicked",
|
2634
2596
|
"kind": 4096,
|
2635
2597
|
"kindString": "Call signature",
|
@@ -2642,7 +2604,7 @@
|
|
2642
2604
|
]
|
2643
2605
|
},
|
2644
2606
|
{
|
2645
|
-
"id":
|
2607
|
+
"id": 121,
|
2646
2608
|
"name": "ngOnDestroy",
|
2647
2609
|
"kind": 2048,
|
2648
2610
|
"kindString": "Method",
|
@@ -2652,13 +2614,13 @@
|
|
2652
2614
|
"sources": [
|
2653
2615
|
{
|
2654
2616
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2655
|
-
"line":
|
2617
|
+
"line": 147,
|
2656
2618
|
"character": 9
|
2657
2619
|
}
|
2658
2620
|
],
|
2659
2621
|
"signatures": [
|
2660
2622
|
{
|
2661
|
-
"id":
|
2623
|
+
"id": 122,
|
2662
2624
|
"name": "ngOnDestroy",
|
2663
2625
|
"kind": 4096,
|
2664
2626
|
"kindString": "Call signature",
|
@@ -2679,7 +2641,7 @@
|
|
2679
2641
|
}
|
2680
2642
|
},
|
2681
2643
|
{
|
2682
|
-
"id":
|
2644
|
+
"id": 119,
|
2683
2645
|
"name": "ngOnInit",
|
2684
2646
|
"kind": 2048,
|
2685
2647
|
"kindString": "Method",
|
@@ -2689,13 +2651,13 @@
|
|
2689
2651
|
"sources": [
|
2690
2652
|
{
|
2691
2653
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2692
|
-
"line":
|
2654
|
+
"line": 105,
|
2693
2655
|
"character": 9
|
2694
2656
|
}
|
2695
2657
|
],
|
2696
2658
|
"signatures": [
|
2697
2659
|
{
|
2698
|
-
"id":
|
2660
|
+
"id": 120,
|
2699
2661
|
"name": "ngOnInit",
|
2700
2662
|
"kind": 4096,
|
2701
2663
|
"kindString": "Call signature",
|
@@ -2716,7 +2678,7 @@
|
|
2716
2678
|
}
|
2717
2679
|
},
|
2718
2680
|
{
|
2719
|
-
"id":
|
2681
|
+
"id": 140,
|
2720
2682
|
"name": "onOnlyShowSelected",
|
2721
2683
|
"kind": 2048,
|
2722
2684
|
"kindString": "Method",
|
@@ -2726,20 +2688,20 @@
|
|
2726
2688
|
"sources": [
|
2727
2689
|
{
|
2728
2690
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2729
|
-
"line":
|
2691
|
+
"line": 257,
|
2730
2692
|
"character": 9
|
2731
2693
|
}
|
2732
2694
|
],
|
2733
2695
|
"signatures": [
|
2734
2696
|
{
|
2735
|
-
"id":
|
2697
|
+
"id": 141,
|
2736
2698
|
"name": "onOnlyShowSelected",
|
2737
2699
|
"kind": 4096,
|
2738
2700
|
"kindString": "Call signature",
|
2739
2701
|
"flags": {},
|
2740
2702
|
"parameters": [
|
2741
2703
|
{
|
2742
|
-
"id":
|
2704
|
+
"id": 142,
|
2743
2705
|
"name": "event",
|
2744
2706
|
"kind": 32768,
|
2745
2707
|
"kindString": "Parameter",
|
@@ -2758,7 +2720,7 @@
|
|
2758
2720
|
]
|
2759
2721
|
},
|
2760
2722
|
{
|
2761
|
-
"id":
|
2723
|
+
"id": 126,
|
2762
2724
|
"name": "onViewChange",
|
2763
2725
|
"kind": 2048,
|
2764
2726
|
"kindString": "Method",
|
@@ -2768,20 +2730,20 @@
|
|
2768
2730
|
"sources": [
|
2769
2731
|
{
|
2770
2732
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2771
|
-
"line":
|
2733
|
+
"line": 159,
|
2772
2734
|
"character": 9
|
2773
2735
|
}
|
2774
2736
|
],
|
2775
2737
|
"signatures": [
|
2776
2738
|
{
|
2777
|
-
"id":
|
2739
|
+
"id": 127,
|
2778
2740
|
"name": "onViewChange",
|
2779
2741
|
"kind": 4096,
|
2780
2742
|
"kindString": "Call signature",
|
2781
2743
|
"flags": {},
|
2782
2744
|
"parameters": [
|
2783
2745
|
{
|
2784
|
-
"id":
|
2746
|
+
"id": 128,
|
2785
2747
|
"name": "viewId",
|
2786
2748
|
"kind": 32768,
|
2787
2749
|
"kindString": "Parameter",
|
@@ -2800,7 +2762,7 @@
|
|
2800
2762
|
]
|
2801
2763
|
},
|
2802
2764
|
{
|
2803
|
-
"id":
|
2765
|
+
"id": 134,
|
2804
2766
|
"name": "openColumnPicker",
|
2805
2767
|
"kind": 2048,
|
2806
2768
|
"kindString": "Method",
|
@@ -2810,13 +2772,13 @@
|
|
2810
2772
|
"sources": [
|
2811
2773
|
{
|
2812
2774
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2813
|
-
"line":
|
2775
|
+
"line": 199,
|
2814
2776
|
"character": 9
|
2815
2777
|
}
|
2816
2778
|
],
|
2817
2779
|
"signatures": [
|
2818
2780
|
{
|
2819
|
-
"id":
|
2781
|
+
"id": 135,
|
2820
2782
|
"name": "openColumnPicker",
|
2821
2783
|
"kind": 4096,
|
2822
2784
|
"kindString": "Call signature",
|
@@ -2829,7 +2791,7 @@
|
|
2829
2791
|
]
|
2830
2792
|
},
|
2831
2793
|
{
|
2832
|
-
"id":
|
2794
|
+
"id": 129,
|
2833
2795
|
"name": "searchApplied",
|
2834
2796
|
"kind": 2048,
|
2835
2797
|
"kindString": "Method",
|
@@ -2839,20 +2801,20 @@
|
|
2839
2801
|
"sources": [
|
2840
2802
|
{
|
2841
2803
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2842
|
-
"line":
|
2804
|
+
"line": 163,
|
2843
2805
|
"character": 9
|
2844
2806
|
}
|
2845
2807
|
],
|
2846
2808
|
"signatures": [
|
2847
2809
|
{
|
2848
|
-
"id":
|
2810
|
+
"id": 130,
|
2849
2811
|
"name": "searchApplied",
|
2850
2812
|
"kind": 4096,
|
2851
2813
|
"kindString": "Call signature",
|
2852
2814
|
"flags": {},
|
2853
2815
|
"parameters": [
|
2854
2816
|
{
|
2855
|
-
"id":
|
2817
|
+
"id": 131,
|
2856
2818
|
"name": "text",
|
2857
2819
|
"kind": 32768,
|
2858
2820
|
"kindString": "Parameter",
|
@@ -2871,7 +2833,7 @@
|
|
2871
2833
|
]
|
2872
2834
|
},
|
2873
2835
|
{
|
2874
|
-
"id":
|
2836
|
+
"id": 136,
|
2875
2837
|
"name": "selectAll",
|
2876
2838
|
"kind": 2048,
|
2877
2839
|
"kindString": "Method",
|
@@ -2881,13 +2843,13 @@
|
|
2881
2843
|
"sources": [
|
2882
2844
|
{
|
2883
2845
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2884
|
-
"line":
|
2846
|
+
"line": 243,
|
2885
2847
|
"character": 9
|
2886
2848
|
}
|
2887
2849
|
],
|
2888
2850
|
"signatures": [
|
2889
2851
|
{
|
2890
|
-
"id":
|
2852
|
+
"id": 137,
|
2891
2853
|
"name": "selectAll",
|
2892
2854
|
"kind": 4096,
|
2893
2855
|
"kindString": "Call signature",
|
@@ -2900,7 +2862,7 @@
|
|
2900
2862
|
]
|
2901
2863
|
},
|
2902
2864
|
{
|
2903
|
-
"id":
|
2865
|
+
"id": 123,
|
2904
2866
|
"name": "sortSelected",
|
2905
2867
|
"kind": 2048,
|
2906
2868
|
"kindString": "Method",
|
@@ -2910,27 +2872,27 @@
|
|
2910
2872
|
"sources": [
|
2911
2873
|
{
|
2912
2874
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2913
|
-
"line":
|
2875
|
+
"line": 152,
|
2914
2876
|
"character": 9
|
2915
2877
|
}
|
2916
2878
|
],
|
2917
2879
|
"signatures": [
|
2918
2880
|
{
|
2919
|
-
"id":
|
2881
|
+
"id": 124,
|
2920
2882
|
"name": "sortSelected",
|
2921
2883
|
"kind": 4096,
|
2922
2884
|
"kindString": "Call signature",
|
2923
2885
|
"flags": {},
|
2924
2886
|
"parameters": [
|
2925
2887
|
{
|
2926
|
-
"id":
|
2888
|
+
"id": 125,
|
2927
2889
|
"name": "sortOption",
|
2928
2890
|
"kind": 32768,
|
2929
2891
|
"kindString": "Parameter",
|
2930
2892
|
"flags": {},
|
2931
2893
|
"type": {
|
2932
2894
|
"type": "reference",
|
2933
|
-
"id":
|
2895
|
+
"id": 253,
|
2934
2896
|
"name": "SkyDataManagerSortOption"
|
2935
2897
|
}
|
2936
2898
|
}
|
@@ -2948,48 +2910,47 @@
|
|
2948
2910
|
"title": "Constructors",
|
2949
2911
|
"kind": 512,
|
2950
2912
|
"children": [
|
2951
|
-
|
2913
|
+
86
|
2952
2914
|
]
|
2953
2915
|
},
|
2954
2916
|
{
|
2955
2917
|
"title": "Properties",
|
2956
2918
|
"kind": 1024,
|
2957
2919
|
"children": [
|
2958
|
-
|
2920
|
+
108
|
2959
2921
|
]
|
2960
2922
|
},
|
2961
2923
|
{
|
2962
2924
|
"title": "Accessors",
|
2963
2925
|
"kind": 262144,
|
2964
2926
|
"children": [
|
2965
|
-
|
2966
|
-
|
2967
|
-
|
2968
|
-
|
2969
|
-
107
|
2927
|
+
92,
|
2928
|
+
96,
|
2929
|
+
100,
|
2930
|
+
104
|
2970
2931
|
]
|
2971
2932
|
},
|
2972
2933
|
{
|
2973
2934
|
"title": "Methods",
|
2974
2935
|
"kind": 2048,
|
2975
2936
|
"children": [
|
2976
|
-
|
2977
|
-
|
2978
|
-
|
2979
|
-
|
2980
|
-
|
2981
|
-
|
2982
|
-
|
2983
|
-
|
2984
|
-
|
2985
|
-
|
2937
|
+
138,
|
2938
|
+
132,
|
2939
|
+
121,
|
2940
|
+
119,
|
2941
|
+
140,
|
2942
|
+
126,
|
2943
|
+
134,
|
2944
|
+
129,
|
2945
|
+
136,
|
2946
|
+
123
|
2986
2947
|
]
|
2987
2948
|
}
|
2988
2949
|
],
|
2989
2950
|
"sources": [
|
2990
2951
|
{
|
2991
2952
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2992
|
-
"line":
|
2953
|
+
"line": 39,
|
2993
2954
|
"character": 13
|
2994
2955
|
}
|
2995
2956
|
],
|
@@ -3009,7 +2970,7 @@
|
|
3009
2970
|
]
|
3010
2971
|
},
|
3011
2972
|
{
|
3012
|
-
"id":
|
2973
|
+
"id": 143,
|
3013
2974
|
"name": "SkyDataViewComponent",
|
3014
2975
|
"kind": 128,
|
3015
2976
|
"kindString": "Class",
|
@@ -3033,7 +2994,7 @@
|
|
3033
2994
|
],
|
3034
2995
|
"children": [
|
3035
2996
|
{
|
3036
|
-
"id":
|
2997
|
+
"id": 144,
|
3037
2998
|
"name": "constructor",
|
3038
2999
|
"kind": 512,
|
3039
3000
|
"kindString": "Constructor",
|
@@ -3041,75 +3002,54 @@
|
|
3041
3002
|
"sources": [
|
3042
3003
|
{
|
3043
3004
|
"fileName": "projects/data-manager/src/modules/data-manager/data-view.component.ts",
|
3044
|
-
"line":
|
3005
|
+
"line": 48,
|
3045
3006
|
"character": 2
|
3046
3007
|
}
|
3047
3008
|
],
|
3048
3009
|
"signatures": [
|
3049
3010
|
{
|
3050
|
-
"id":
|
3011
|
+
"id": 145,
|
3051
3012
|
"name": "SkyDataViewComponent",
|
3052
3013
|
"kind": 16384,
|
3053
3014
|
"kindString": "Constructor signature",
|
3054
3015
|
"flags": {},
|
3055
3016
|
"parameters": [
|
3056
3017
|
{
|
3057
|
-
"id":
|
3058
|
-
"name": "
|
3018
|
+
"id": 146,
|
3019
|
+
"name": "dataManagerService",
|
3059
3020
|
"kind": 32768,
|
3060
3021
|
"kindString": "Parameter",
|
3061
3022
|
"flags": {},
|
3062
3023
|
"type": {
|
3063
3024
|
"type": "reference",
|
3064
|
-
"
|
3065
|
-
"
|
3066
|
-
"name": "ChangeDetectorRef"
|
3025
|
+
"id": 164,
|
3026
|
+
"name": "SkyDataManagerService"
|
3067
3027
|
}
|
3068
3028
|
},
|
3069
3029
|
{
|
3070
|
-
"id":
|
3071
|
-
"name": "
|
3030
|
+
"id": 147,
|
3031
|
+
"name": "changeDetector",
|
3072
3032
|
"kind": 32768,
|
3073
3033
|
"kindString": "Parameter",
|
3074
3034
|
"flags": {},
|
3075
3035
|
"type": {
|
3076
3036
|
"type": "reference",
|
3077
|
-
"
|
3078
|
-
"
|
3037
|
+
"qualifiedName": "ChangeDetectorRef",
|
3038
|
+
"package": "@angular/core",
|
3039
|
+
"name": "ChangeDetectorRef"
|
3079
3040
|
}
|
3080
3041
|
}
|
3081
3042
|
],
|
3082
3043
|
"type": {
|
3083
3044
|
"type": "reference",
|
3084
|
-
"id":
|
3045
|
+
"id": 143,
|
3085
3046
|
"name": "SkyDataViewComponent"
|
3086
3047
|
}
|
3087
3048
|
}
|
3088
3049
|
]
|
3089
3050
|
},
|
3090
3051
|
{
|
3091
|
-
"id":
|
3092
|
-
"name": "_isActive",
|
3093
|
-
"kind": 1024,
|
3094
|
-
"kindString": "Property",
|
3095
|
-
"flags": {
|
3096
|
-
"isPublic": true
|
3097
|
-
},
|
3098
|
-
"sources": [
|
3099
|
-
{
|
3100
|
-
"fileName": "projects/data-manager/src/modules/data-manager/data-view.component.ts",
|
3101
|
-
"line": 43,
|
3102
|
-
"character": 9
|
3103
|
-
}
|
3104
|
-
],
|
3105
|
-
"type": {
|
3106
|
-
"type": "intrinsic",
|
3107
|
-
"name": "boolean"
|
3108
|
-
},
|
3109
|
-
"defaultValue": "false"
|
3110
|
-
},
|
3111
|
-
{
|
3112
|
-
"id": 147,
|
3052
|
+
"id": 148,
|
3113
3053
|
"name": "viewId",
|
3114
3054
|
"kind": 1024,
|
3115
3055
|
"kindString": "Property",
|
@@ -3140,7 +3080,7 @@
|
|
3140
3080
|
"sources": [
|
3141
3081
|
{
|
3142
3082
|
"fileName": "projects/data-manager/src/modules/data-manager/data-view.component.ts",
|
3143
|
-
"line":
|
3083
|
+
"line": 31,
|
3144
3084
|
"character": 9
|
3145
3085
|
}
|
3146
3086
|
],
|
@@ -3150,7 +3090,7 @@
|
|
3150
3090
|
}
|
3151
3091
|
},
|
3152
3092
|
{
|
3153
|
-
"id":
|
3093
|
+
"id": 149,
|
3154
3094
|
"name": "isActive",
|
3155
3095
|
"kind": 262144,
|
3156
3096
|
"kindString": "Accessor",
|
@@ -3160,13 +3100,13 @@
|
|
3160
3100
|
"sources": [
|
3161
3101
|
{
|
3162
3102
|
"fileName": "projects/data-manager/src/modules/data-manager/data-view.component.ts",
|
3163
|
-
"line":
|
3103
|
+
"line": 33,
|
3164
3104
|
"character": 13
|
3165
3105
|
}
|
3166
3106
|
],
|
3167
3107
|
"getSignature": [
|
3168
3108
|
{
|
3169
|
-
"id":
|
3109
|
+
"id": 150,
|
3170
3110
|
"name": "isActive",
|
3171
3111
|
"kind": 524288,
|
3172
3112
|
"kindString": "Get signature",
|
@@ -3179,14 +3119,14 @@
|
|
3179
3119
|
],
|
3180
3120
|
"setSignature": [
|
3181
3121
|
{
|
3182
|
-
"id":
|
3122
|
+
"id": 151,
|
3183
3123
|
"name": "isActive",
|
3184
3124
|
"kind": 1048576,
|
3185
3125
|
"kindString": "Set signature",
|
3186
3126
|
"flags": {},
|
3187
3127
|
"parameters": [
|
3188
3128
|
{
|
3189
|
-
"id":
|
3129
|
+
"id": 152,
|
3190
3130
|
"name": "value",
|
3191
3131
|
"kind": 32768,
|
3192
3132
|
"kindString": "Parameter",
|
@@ -3205,7 +3145,7 @@
|
|
3205
3145
|
]
|
3206
3146
|
},
|
3207
3147
|
{
|
3208
|
-
"id":
|
3148
|
+
"id": 159,
|
3209
3149
|
"name": "ngOnDestroy",
|
3210
3150
|
"kind": 2048,
|
3211
3151
|
"kindString": "Method",
|
@@ -3215,13 +3155,13 @@
|
|
3215
3155
|
"sources": [
|
3216
3156
|
{
|
3217
3157
|
"fileName": "projects/data-manager/src/modules/data-manager/data-view.component.ts",
|
3218
|
-
"line":
|
3158
|
+
"line": 65,
|
3219
3159
|
"character": 9
|
3220
3160
|
}
|
3221
3161
|
],
|
3222
3162
|
"signatures": [
|
3223
3163
|
{
|
3224
|
-
"id":
|
3164
|
+
"id": 160,
|
3225
3165
|
"name": "ngOnDestroy",
|
3226
3166
|
"kind": 4096,
|
3227
3167
|
"kindString": "Call signature",
|
@@ -3242,7 +3182,7 @@
|
|
3242
3182
|
}
|
3243
3183
|
},
|
3244
3184
|
{
|
3245
|
-
"id":
|
3185
|
+
"id": 157,
|
3246
3186
|
"name": "ngOnInit",
|
3247
3187
|
"kind": 2048,
|
3248
3188
|
"kindString": "Method",
|
@@ -3252,13 +3192,13 @@
|
|
3252
3192
|
"sources": [
|
3253
3193
|
{
|
3254
3194
|
"fileName": "projects/data-manager/src/modules/data-manager/data-view.component.ts",
|
3255
|
-
"line":
|
3195
|
+
"line": 56,
|
3256
3196
|
"character": 9
|
3257
3197
|
}
|
3258
3198
|
],
|
3259
3199
|
"signatures": [
|
3260
3200
|
{
|
3261
|
-
"id":
|
3201
|
+
"id": 158,
|
3262
3202
|
"name": "ngOnInit",
|
3263
3203
|
"kind": 4096,
|
3264
3204
|
"kindString": "Call signature",
|
@@ -3284,30 +3224,29 @@
|
|
3284
3224
|
"title": "Constructors",
|
3285
3225
|
"kind": 512,
|
3286
3226
|
"children": [
|
3287
|
-
|
3227
|
+
144
|
3288
3228
|
]
|
3289
3229
|
},
|
3290
3230
|
{
|
3291
3231
|
"title": "Properties",
|
3292
3232
|
"kind": 1024,
|
3293
3233
|
"children": [
|
3294
|
-
|
3295
|
-
147
|
3234
|
+
148
|
3296
3235
|
]
|
3297
3236
|
},
|
3298
3237
|
{
|
3299
3238
|
"title": "Accessors",
|
3300
3239
|
"kind": 262144,
|
3301
3240
|
"children": [
|
3302
|
-
|
3241
|
+
149
|
3303
3242
|
]
|
3304
3243
|
},
|
3305
3244
|
{
|
3306
3245
|
"title": "Methods",
|
3307
3246
|
"kind": 2048,
|
3308
3247
|
"children": [
|
3309
|
-
|
3310
|
-
|
3248
|
+
159,
|
3249
|
+
157
|
3311
3250
|
]
|
3312
3251
|
}
|
3313
3252
|
],
|
@@ -3334,7 +3273,7 @@
|
|
3334
3273
|
]
|
3335
3274
|
},
|
3336
3275
|
{
|
3337
|
-
"id":
|
3276
|
+
"id": 232,
|
3338
3277
|
"name": "SkyDataManagerColumnPickerOption",
|
3339
3278
|
"kind": 256,
|
3340
3279
|
"kindString": "Interface",
|
@@ -3344,7 +3283,7 @@
|
|
3344
3283
|
},
|
3345
3284
|
"children": [
|
3346
3285
|
{
|
3347
|
-
"id":
|
3286
|
+
"id": 233,
|
3348
3287
|
"name": "alwaysDisplayed",
|
3349
3288
|
"kind": 1024,
|
3350
3289
|
"kindString": "Property",
|
@@ -3367,7 +3306,7 @@
|
|
3367
3306
|
}
|
3368
3307
|
},
|
3369
3308
|
{
|
3370
|
-
"id":
|
3309
|
+
"id": 234,
|
3371
3310
|
"name": "description",
|
3372
3311
|
"kind": 1024,
|
3373
3312
|
"kindString": "Property",
|
@@ -3390,7 +3329,7 @@
|
|
3390
3329
|
}
|
3391
3330
|
},
|
3392
3331
|
{
|
3393
|
-
"id":
|
3332
|
+
"id": 236,
|
3394
3333
|
"name": "id",
|
3395
3334
|
"kind": 1024,
|
3396
3335
|
"kindString": "Property",
|
@@ -3417,7 +3356,7 @@
|
|
3417
3356
|
}
|
3418
3357
|
},
|
3419
3358
|
{
|
3420
|
-
"id":
|
3359
|
+
"id": 235,
|
3421
3360
|
"name": "initialHide",
|
3422
3361
|
"kind": 1024,
|
3423
3362
|
"kindString": "Property",
|
@@ -3440,7 +3379,7 @@
|
|
3440
3379
|
}
|
3441
3380
|
},
|
3442
3381
|
{
|
3443
|
-
"id":
|
3382
|
+
"id": 237,
|
3444
3383
|
"name": "label",
|
3445
3384
|
"kind": 1024,
|
3446
3385
|
"kindString": "Property",
|
@@ -3472,11 +3411,11 @@
|
|
3472
3411
|
"title": "Properties",
|
3473
3412
|
"kind": 1024,
|
3474
3413
|
"children": [
|
3475
|
-
232,
|
3476
3414
|
233,
|
3477
|
-
235,
|
3478
3415
|
234,
|
3479
|
-
236
|
3416
|
+
236,
|
3417
|
+
235,
|
3418
|
+
237
|
3480
3419
|
]
|
3481
3420
|
}
|
3482
3421
|
],
|
@@ -3489,7 +3428,7 @@
|
|
3489
3428
|
]
|
3490
3429
|
},
|
3491
3430
|
{
|
3492
|
-
"id":
|
3431
|
+
"id": 241,
|
3493
3432
|
"name": "SkyDataManagerConfig",
|
3494
3433
|
"kind": 256,
|
3495
3434
|
"kindString": "Interface",
|
@@ -3499,7 +3438,7 @@
|
|
3499
3438
|
},
|
3500
3439
|
"children": [
|
3501
3440
|
{
|
3502
|
-
"id":
|
3441
|
+
"id": 242,
|
3503
3442
|
"name": "additionalOptions",
|
3504
3443
|
"kind": 1024,
|
3505
3444
|
"kindString": "Property",
|
@@ -3512,7 +3451,7 @@
|
|
3512
3451
|
"sources": [
|
3513
3452
|
{
|
3514
3453
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-config.ts",
|
3515
|
-
"line":
|
3454
|
+
"line": 13,
|
3516
3455
|
"character": 2
|
3517
3456
|
}
|
3518
3457
|
],
|
@@ -3522,7 +3461,7 @@
|
|
3522
3461
|
}
|
3523
3462
|
},
|
3524
3463
|
{
|
3525
|
-
"id":
|
3464
|
+
"id": 243,
|
3526
3465
|
"name": "filterModalComponent",
|
3527
3466
|
"kind": 1024,
|
3528
3467
|
"kindString": "Property",
|
@@ -3535,7 +3474,7 @@
|
|
3535
3474
|
"sources": [
|
3536
3475
|
{
|
3537
3476
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-config.ts",
|
3538
|
-
"line":
|
3477
|
+
"line": 20,
|
3539
3478
|
"character": 2
|
3540
3479
|
}
|
3541
3480
|
],
|
@@ -3545,7 +3484,7 @@
|
|
3545
3484
|
}
|
3546
3485
|
},
|
3547
3486
|
{
|
3548
|
-
"id":
|
3487
|
+
"id": 244,
|
3549
3488
|
"name": "sortOptions",
|
3550
3489
|
"kind": 1024,
|
3551
3490
|
"kindString": "Property",
|
@@ -3558,7 +3497,7 @@
|
|
3558
3497
|
"sources": [
|
3559
3498
|
{
|
3560
3499
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-config.ts",
|
3561
|
-
"line":
|
3500
|
+
"line": 25,
|
3562
3501
|
"character": 2
|
3563
3502
|
}
|
3564
3503
|
],
|
@@ -3566,7 +3505,7 @@
|
|
3566
3505
|
"type": "array",
|
3567
3506
|
"elementType": {
|
3568
3507
|
"type": "reference",
|
3569
|
-
"id":
|
3508
|
+
"id": 253,
|
3570
3509
|
"name": "SkyDataManagerSortOption"
|
3571
3510
|
}
|
3572
3511
|
}
|
@@ -3577,9 +3516,9 @@
|
|
3577
3516
|
"title": "Properties",
|
3578
3517
|
"kind": 1024,
|
3579
3518
|
"children": [
|
3580
|
-
241,
|
3581
3519
|
242,
|
3582
|
-
243
|
3520
|
+
243,
|
3521
|
+
244
|
3583
3522
|
]
|
3584
3523
|
}
|
3585
3524
|
],
|
@@ -3592,14 +3531,14 @@
|
|
3592
3531
|
]
|
3593
3532
|
},
|
3594
3533
|
{
|
3595
|
-
"id":
|
3534
|
+
"id": 245,
|
3596
3535
|
"name": "SkyDataManagerFilterData",
|
3597
3536
|
"kind": 256,
|
3598
3537
|
"kindString": "Interface",
|
3599
3538
|
"flags": {},
|
3600
3539
|
"children": [
|
3601
3540
|
{
|
3602
|
-
"id":
|
3541
|
+
"id": 247,
|
3603
3542
|
"name": "filters",
|
3604
3543
|
"kind": 1024,
|
3605
3544
|
"kindString": "Property",
|
@@ -3612,7 +3551,7 @@
|
|
3612
3551
|
"sources": [
|
3613
3552
|
{
|
3614
3553
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-filter-data.ts",
|
3615
|
-
"line":
|
3554
|
+
"line": 11,
|
3616
3555
|
"character": 2
|
3617
3556
|
}
|
3618
3557
|
],
|
@@ -3622,7 +3561,7 @@
|
|
3622
3561
|
}
|
3623
3562
|
},
|
3624
3563
|
{
|
3625
|
-
"id":
|
3564
|
+
"id": 246,
|
3626
3565
|
"name": "filtersApplied",
|
3627
3566
|
"kind": 1024,
|
3628
3567
|
"kindString": "Property",
|
@@ -3650,8 +3589,8 @@
|
|
3650
3589
|
"title": "Properties",
|
3651
3590
|
"kind": 1024,
|
3652
3591
|
"children": [
|
3653
|
-
|
3654
|
-
|
3592
|
+
247,
|
3593
|
+
246
|
3655
3594
|
]
|
3656
3595
|
}
|
3657
3596
|
],
|
@@ -3664,14 +3603,14 @@
|
|
3664
3603
|
]
|
3665
3604
|
},
|
3666
3605
|
{
|
3667
|
-
"id":
|
3606
|
+
"id": 248,
|
3668
3607
|
"name": "SkyDataManagerInitArgs",
|
3669
3608
|
"kind": 256,
|
3670
3609
|
"kindString": "Interface",
|
3671
3610
|
"flags": {},
|
3672
3611
|
"children": [
|
3673
3612
|
{
|
3674
|
-
"id":
|
3613
|
+
"id": 249,
|
3675
3614
|
"name": "activeViewId",
|
3676
3615
|
"kind": 1024,
|
3677
3616
|
"kindString": "Property",
|
@@ -3698,7 +3637,7 @@
|
|
3698
3637
|
}
|
3699
3638
|
},
|
3700
3639
|
{
|
3701
|
-
"id":
|
3640
|
+
"id": 250,
|
3702
3641
|
"name": "dataManagerConfig",
|
3703
3642
|
"kind": 1024,
|
3704
3643
|
"kindString": "Property",
|
@@ -3721,12 +3660,12 @@
|
|
3721
3660
|
],
|
3722
3661
|
"type": {
|
3723
3662
|
"type": "reference",
|
3724
|
-
"id":
|
3663
|
+
"id": 241,
|
3725
3664
|
"name": "SkyDataManagerConfig"
|
3726
3665
|
}
|
3727
3666
|
},
|
3728
3667
|
{
|
3729
|
-
"id":
|
3668
|
+
"id": 251,
|
3730
3669
|
"name": "defaultDataState",
|
3731
3670
|
"kind": 1024,
|
3732
3671
|
"kindString": "Property",
|
@@ -3749,12 +3688,12 @@
|
|
3749
3688
|
],
|
3750
3689
|
"type": {
|
3751
3690
|
"type": "reference",
|
3752
|
-
"id":
|
3691
|
+
"id": 258,
|
3753
3692
|
"name": "SkyDataManagerState"
|
3754
3693
|
}
|
3755
3694
|
},
|
3756
3695
|
{
|
3757
|
-
"id":
|
3696
|
+
"id": 252,
|
3758
3697
|
"name": "settingsKey",
|
3759
3698
|
"kind": 1024,
|
3760
3699
|
"kindString": "Property",
|
@@ -3782,10 +3721,10 @@
|
|
3782
3721
|
"title": "Properties",
|
3783
3722
|
"kind": 1024,
|
3784
3723
|
"children": [
|
3785
|
-
248,
|
3786
3724
|
249,
|
3787
3725
|
250,
|
3788
|
-
251
|
3726
|
+
251,
|
3727
|
+
252
|
3789
3728
|
]
|
3790
3729
|
}
|
3791
3730
|
],
|
@@ -3798,14 +3737,14 @@
|
|
3798
3737
|
]
|
3799
3738
|
},
|
3800
3739
|
{
|
3801
|
-
"id":
|
3740
|
+
"id": 253,
|
3802
3741
|
"name": "SkyDataManagerSortOption",
|
3803
3742
|
"kind": 256,
|
3804
3743
|
"kindString": "Interface",
|
3805
3744
|
"flags": {},
|
3806
3745
|
"children": [
|
3807
3746
|
{
|
3808
|
-
"id":
|
3747
|
+
"id": 254,
|
3809
3748
|
"name": "descending",
|
3810
3749
|
"kind": 1024,
|
3811
3750
|
"kindString": "Property",
|
@@ -3832,7 +3771,7 @@
|
|
3832
3771
|
}
|
3833
3772
|
},
|
3834
3773
|
{
|
3835
|
-
"id":
|
3774
|
+
"id": 255,
|
3836
3775
|
"name": "id",
|
3837
3776
|
"kind": 1024,
|
3838
3777
|
"kindString": "Property",
|
@@ -3859,7 +3798,7 @@
|
|
3859
3798
|
}
|
3860
3799
|
},
|
3861
3800
|
{
|
3862
|
-
"id":
|
3801
|
+
"id": 256,
|
3863
3802
|
"name": "label",
|
3864
3803
|
"kind": 1024,
|
3865
3804
|
"kindString": "Property",
|
@@ -3886,7 +3825,7 @@
|
|
3886
3825
|
}
|
3887
3826
|
},
|
3888
3827
|
{
|
3889
|
-
"id":
|
3828
|
+
"id": 257,
|
3890
3829
|
"name": "propertyName",
|
3891
3830
|
"kind": 1024,
|
3892
3831
|
"kindString": "Property",
|
@@ -3918,10 +3857,10 @@
|
|
3918
3857
|
"title": "Properties",
|
3919
3858
|
"kind": 1024,
|
3920
3859
|
"children": [
|
3921
|
-
253,
|
3922
3860
|
254,
|
3923
3861
|
255,
|
3924
|
-
256
|
3862
|
+
256,
|
3863
|
+
257
|
3925
3864
|
]
|
3926
3865
|
}
|
3927
3866
|
],
|
@@ -3934,14 +3873,14 @@
|
|
3934
3873
|
]
|
3935
3874
|
},
|
3936
3875
|
{
|
3937
|
-
"id":
|
3876
|
+
"id": 278,
|
3938
3877
|
"name": "SkyDataManagerStateOptions",
|
3939
3878
|
"kind": 256,
|
3940
3879
|
"kindString": "Interface",
|
3941
3880
|
"flags": {},
|
3942
3881
|
"children": [
|
3943
3882
|
{
|
3944
|
-
"id":
|
3883
|
+
"id": 279,
|
3945
3884
|
"name": "activeSortOption",
|
3946
3885
|
"kind": 1024,
|
3947
3886
|
"kindString": "Property",
|
@@ -3960,12 +3899,12 @@
|
|
3960
3899
|
],
|
3961
3900
|
"type": {
|
3962
3901
|
"type": "reference",
|
3963
|
-
"id":
|
3902
|
+
"id": 253,
|
3964
3903
|
"name": "SkyDataManagerSortOption"
|
3965
3904
|
}
|
3966
3905
|
},
|
3967
3906
|
{
|
3968
|
-
"id":
|
3907
|
+
"id": 280,
|
3969
3908
|
"name": "additionalData",
|
3970
3909
|
"kind": 1024,
|
3971
3910
|
"kindString": "Property",
|
@@ -3978,7 +3917,7 @@
|
|
3978
3917
|
"sources": [
|
3979
3918
|
{
|
3980
3919
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-options.ts",
|
3981
|
-
"line":
|
3920
|
+
"line": 15,
|
3982
3921
|
"character": 2
|
3983
3922
|
}
|
3984
3923
|
],
|
@@ -3988,7 +3927,7 @@
|
|
3988
3927
|
}
|
3989
3928
|
},
|
3990
3929
|
{
|
3991
|
-
"id":
|
3930
|
+
"id": 281,
|
3992
3931
|
"name": "filterData",
|
3993
3932
|
"kind": 1024,
|
3994
3933
|
"kindString": "Property",
|
@@ -4001,18 +3940,18 @@
|
|
4001
3940
|
"sources": [
|
4002
3941
|
{
|
4003
3942
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-options.ts",
|
4004
|
-
"line":
|
3943
|
+
"line": 19,
|
4005
3944
|
"character": 2
|
4006
3945
|
}
|
4007
3946
|
],
|
4008
3947
|
"type": {
|
4009
3948
|
"type": "reference",
|
4010
|
-
"id":
|
3949
|
+
"id": 245,
|
4011
3950
|
"name": "SkyDataManagerFilterData"
|
4012
3951
|
}
|
4013
3952
|
},
|
4014
3953
|
{
|
4015
|
-
"id":
|
3954
|
+
"id": 282,
|
4016
3955
|
"name": "onlyShowSelected",
|
4017
3956
|
"kind": 1024,
|
4018
3957
|
"kindString": "Property",
|
@@ -4025,7 +3964,7 @@
|
|
4025
3964
|
"sources": [
|
4026
3965
|
{
|
4027
3966
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-options.ts",
|
4028
|
-
"line":
|
3967
|
+
"line": 24,
|
4029
3968
|
"character": 2
|
4030
3969
|
}
|
4031
3970
|
],
|
@@ -4035,7 +3974,7 @@
|
|
4035
3974
|
}
|
4036
3975
|
},
|
4037
3976
|
{
|
4038
|
-
"id":
|
3977
|
+
"id": 283,
|
4039
3978
|
"name": "searchText",
|
4040
3979
|
"kind": 1024,
|
4041
3980
|
"kindString": "Property",
|
@@ -4048,7 +3987,7 @@
|
|
4048
3987
|
"sources": [
|
4049
3988
|
{
|
4050
3989
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-options.ts",
|
4051
|
-
"line":
|
3990
|
+
"line": 28,
|
4052
3991
|
"character": 2
|
4053
3992
|
}
|
4054
3993
|
],
|
@@ -4058,7 +3997,7 @@
|
|
4058
3997
|
}
|
4059
3998
|
},
|
4060
3999
|
{
|
4061
|
-
"id":
|
4000
|
+
"id": 284,
|
4062
4001
|
"name": "selectedIds",
|
4063
4002
|
"kind": 1024,
|
4064
4003
|
"kindString": "Property",
|
@@ -4071,7 +4010,7 @@
|
|
4071
4010
|
"sources": [
|
4072
4011
|
{
|
4073
4012
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-options.ts",
|
4074
|
-
"line":
|
4013
|
+
"line": 32,
|
4075
4014
|
"character": 2
|
4076
4015
|
}
|
4077
4016
|
],
|
@@ -4084,7 +4023,7 @@
|
|
4084
4023
|
}
|
4085
4024
|
},
|
4086
4025
|
{
|
4087
|
-
"id":
|
4026
|
+
"id": 285,
|
4088
4027
|
"name": "views",
|
4089
4028
|
"kind": 1024,
|
4090
4029
|
"kindString": "Property",
|
@@ -4097,7 +4036,7 @@
|
|
4097
4036
|
"sources": [
|
4098
4037
|
{
|
4099
4038
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-options.ts",
|
4100
|
-
"line":
|
4039
|
+
"line": 36,
|
4101
4040
|
"character": 2
|
4102
4041
|
}
|
4103
4042
|
],
|
@@ -4105,7 +4044,7 @@
|
|
4105
4044
|
"type": "array",
|
4106
4045
|
"elementType": {
|
4107
4046
|
"type": "reference",
|
4108
|
-
"id":
|
4047
|
+
"id": 322,
|
4109
4048
|
"name": "SkyDataViewStateOptions"
|
4110
4049
|
}
|
4111
4050
|
}
|
@@ -4116,13 +4055,13 @@
|
|
4116
4055
|
"title": "Properties",
|
4117
4056
|
"kind": 1024,
|
4118
4057
|
"children": [
|
4119
|
-
278,
|
4120
4058
|
279,
|
4121
4059
|
280,
|
4122
4060
|
281,
|
4123
4061
|
282,
|
4124
4062
|
283,
|
4125
|
-
284
|
4063
|
+
284,
|
4064
|
+
285
|
4126
4065
|
]
|
4127
4066
|
}
|
4128
4067
|
],
|
@@ -4135,7 +4074,7 @@
|
|
4135
4074
|
]
|
4136
4075
|
},
|
4137
4076
|
{
|
4138
|
-
"id":
|
4077
|
+
"id": 286,
|
4139
4078
|
"name": "SkyDataManagerStateUpdateFilterArgs",
|
4140
4079
|
"kind": 256,
|
4141
4080
|
"kindString": "Interface",
|
@@ -4145,7 +4084,7 @@
|
|
4145
4084
|
},
|
4146
4085
|
"children": [
|
4147
4086
|
{
|
4148
|
-
"id":
|
4087
|
+
"id": 287,
|
4149
4088
|
"name": "properties",
|
4150
4089
|
"kind": 1024,
|
4151
4090
|
"kindString": "Property",
|
@@ -4171,7 +4110,7 @@
|
|
4171
4110
|
}
|
4172
4111
|
},
|
4173
4112
|
{
|
4174
|
-
"id":
|
4113
|
+
"id": 288,
|
4175
4114
|
"name": "comparator",
|
4176
4115
|
"kind": 2048,
|
4177
4116
|
"kindString": "Method",
|
@@ -4187,7 +4126,7 @@
|
|
4187
4126
|
],
|
4188
4127
|
"signatures": [
|
4189
4128
|
{
|
4190
|
-
"id":
|
4129
|
+
"id": 289,
|
4191
4130
|
"name": "comparator",
|
4192
4131
|
"kind": 4096,
|
4193
4132
|
"kindString": "Call signature",
|
@@ -4197,26 +4136,26 @@
|
|
4197
4136
|
},
|
4198
4137
|
"parameters": [
|
4199
4138
|
{
|
4200
|
-
"id":
|
4139
|
+
"id": 290,
|
4201
4140
|
"name": "state1",
|
4202
4141
|
"kind": 32768,
|
4203
4142
|
"kindString": "Parameter",
|
4204
4143
|
"flags": {},
|
4205
4144
|
"type": {
|
4206
4145
|
"type": "reference",
|
4207
|
-
"id":
|
4146
|
+
"id": 258,
|
4208
4147
|
"name": "SkyDataManagerState"
|
4209
4148
|
}
|
4210
4149
|
},
|
4211
4150
|
{
|
4212
|
-
"id":
|
4151
|
+
"id": 291,
|
4213
4152
|
"name": "state2",
|
4214
4153
|
"kind": 32768,
|
4215
4154
|
"kindString": "Parameter",
|
4216
4155
|
"flags": {},
|
4217
4156
|
"type": {
|
4218
4157
|
"type": "reference",
|
4219
|
-
"id":
|
4158
|
+
"id": 258,
|
4220
4159
|
"name": "SkyDataManagerState"
|
4221
4160
|
}
|
4222
4161
|
}
|
@@ -4234,14 +4173,14 @@
|
|
4234
4173
|
"title": "Properties",
|
4235
4174
|
"kind": 1024,
|
4236
4175
|
"children": [
|
4237
|
-
|
4176
|
+
287
|
4238
4177
|
]
|
4239
4178
|
},
|
4240
4179
|
{
|
4241
4180
|
"title": "Methods",
|
4242
4181
|
"kind": 2048,
|
4243
4182
|
"children": [
|
4244
|
-
|
4183
|
+
288
|
4245
4184
|
]
|
4246
4185
|
}
|
4247
4186
|
],
|
@@ -4254,7 +4193,7 @@
|
|
4254
4193
|
]
|
4255
4194
|
},
|
4256
4195
|
{
|
4257
|
-
"id":
|
4196
|
+
"id": 292,
|
4258
4197
|
"name": "SkyDataViewConfig",
|
4259
4198
|
"kind": 256,
|
4260
4199
|
"kindString": "Interface",
|
@@ -4264,7 +4203,7 @@
|
|
4264
4203
|
},
|
4265
4204
|
"children": [
|
4266
4205
|
{
|
4267
|
-
"id":
|
4206
|
+
"id": 293,
|
4268
4207
|
"name": "additionalOptions",
|
4269
4208
|
"kind": 1024,
|
4270
4209
|
"kindString": "Property",
|
@@ -4299,7 +4238,7 @@
|
|
4299
4238
|
}
|
4300
4239
|
},
|
4301
4240
|
{
|
4302
|
-
"id":
|
4241
|
+
"id": 294,
|
4303
4242
|
"name": "columnOptions",
|
4304
4243
|
"kind": 1024,
|
4305
4244
|
"kindString": "Property",
|
@@ -4320,13 +4259,13 @@
|
|
4320
4259
|
"type": "array",
|
4321
4260
|
"elementType": {
|
4322
4261
|
"type": "reference",
|
4323
|
-
"id":
|
4262
|
+
"id": 232,
|
4324
4263
|
"name": "SkyDataManagerColumnPickerOption"
|
4325
4264
|
}
|
4326
4265
|
}
|
4327
4266
|
},
|
4328
4267
|
{
|
4329
|
-
"id":
|
4268
|
+
"id": 295,
|
4330
4269
|
"name": "columnPickerEnabled",
|
4331
4270
|
"kind": 1024,
|
4332
4271
|
"kindString": "Property",
|
@@ -4349,7 +4288,7 @@
|
|
4349
4288
|
}
|
4350
4289
|
},
|
4351
4290
|
{
|
4352
|
-
"id":
|
4291
|
+
"id": 296,
|
4353
4292
|
"name": "columnPickerSortStrategy",
|
4354
4293
|
"kind": 1024,
|
4355
4294
|
"kindString": "Property",
|
@@ -4368,12 +4307,12 @@
|
|
4368
4307
|
],
|
4369
4308
|
"type": {
|
4370
4309
|
"type": "reference",
|
4371
|
-
"id":
|
4310
|
+
"id": 238,
|
4372
4311
|
"name": "SkyDataManagerColumnPickerSortStrategy"
|
4373
4312
|
}
|
4374
4313
|
},
|
4375
4314
|
{
|
4376
|
-
"id":
|
4315
|
+
"id": 297,
|
4377
4316
|
"name": "filterButtonEnabled",
|
4378
4317
|
"kind": 1024,
|
4379
4318
|
"kindString": "Property",
|
@@ -4396,7 +4335,7 @@
|
|
4396
4335
|
}
|
4397
4336
|
},
|
4398
4337
|
{
|
4399
|
-
"id":
|
4338
|
+
"id": 298,
|
4400
4339
|
"name": "icon",
|
4401
4340
|
"kind": 1024,
|
4402
4341
|
"kindString": "Property",
|
@@ -4419,7 +4358,7 @@
|
|
4419
4358
|
}
|
4420
4359
|
},
|
4421
4360
|
{
|
4422
|
-
"id":
|
4361
|
+
"id": 299,
|
4423
4362
|
"name": "id",
|
4424
4363
|
"kind": 1024,
|
4425
4364
|
"kindString": "Property",
|
@@ -4440,7 +4379,7 @@
|
|
4440
4379
|
}
|
4441
4380
|
},
|
4442
4381
|
{
|
4443
|
-
"id":
|
4382
|
+
"id": 300,
|
4444
4383
|
"name": "multiselectToolbarEnabled",
|
4445
4384
|
"kind": 1024,
|
4446
4385
|
"kindString": "Property",
|
@@ -4463,7 +4402,7 @@
|
|
4463
4402
|
}
|
4464
4403
|
},
|
4465
4404
|
{
|
4466
|
-
"id":
|
4405
|
+
"id": 301,
|
4467
4406
|
"name": "name",
|
4468
4407
|
"kind": 1024,
|
4469
4408
|
"kindString": "Property",
|
@@ -4484,7 +4423,7 @@
|
|
4484
4423
|
}
|
4485
4424
|
},
|
4486
4425
|
{
|
4487
|
-
"id":
|
4426
|
+
"id": 306,
|
4488
4427
|
"name": "searchEnabled",
|
4489
4428
|
"kind": 1024,
|
4490
4429
|
"kindString": "Property",
|
@@ -4507,7 +4446,7 @@
|
|
4507
4446
|
}
|
4508
4447
|
},
|
4509
4448
|
{
|
4510
|
-
"id":
|
4449
|
+
"id": 308,
|
4511
4450
|
"name": "searchExpandMode",
|
4512
4451
|
"kind": 1024,
|
4513
4452
|
"kindString": "Property",
|
@@ -4530,7 +4469,7 @@
|
|
4530
4469
|
}
|
4531
4470
|
},
|
4532
4471
|
{
|
4533
|
-
"id":
|
4472
|
+
"id": 307,
|
4534
4473
|
"name": "searchPlaceholderText",
|
4535
4474
|
"kind": 1024,
|
4536
4475
|
"kindString": "Property",
|
@@ -4553,7 +4492,7 @@
|
|
4553
4492
|
}
|
4554
4493
|
},
|
4555
4494
|
{
|
4556
|
-
"id":
|
4495
|
+
"id": 309,
|
4557
4496
|
"name": "showFilterButtonText",
|
4558
4497
|
"kind": 1024,
|
4559
4498
|
"kindString": "Property",
|
@@ -4576,7 +4515,7 @@
|
|
4576
4515
|
}
|
4577
4516
|
},
|
4578
4517
|
{
|
4579
|
-
"id":
|
4518
|
+
"id": 310,
|
4580
4519
|
"name": "showSortButtonText",
|
4581
4520
|
"kind": 1024,
|
4582
4521
|
"kindString": "Property",
|
@@ -4599,7 +4538,7 @@
|
|
4599
4538
|
}
|
4600
4539
|
},
|
4601
4540
|
{
|
4602
|
-
"id":
|
4541
|
+
"id": 311,
|
4603
4542
|
"name": "sortEnabled",
|
4604
4543
|
"kind": 1024,
|
4605
4544
|
"kindString": "Property",
|
@@ -4622,7 +4561,7 @@
|
|
4622
4561
|
}
|
4623
4562
|
},
|
4624
4563
|
{
|
4625
|
-
"id":
|
4564
|
+
"id": 302,
|
4626
4565
|
"name": "onClearAllClick",
|
4627
4566
|
"kind": 2048,
|
4628
4567
|
"kindString": "Method",
|
@@ -4638,7 +4577,7 @@
|
|
4638
4577
|
],
|
4639
4578
|
"signatures": [
|
4640
4579
|
{
|
4641
|
-
"id":
|
4580
|
+
"id": 303,
|
4642
4581
|
"name": "onClearAllClick",
|
4643
4582
|
"kind": 4096,
|
4644
4583
|
"kindString": "Call signature",
|
@@ -4654,7 +4593,7 @@
|
|
4654
4593
|
]
|
4655
4594
|
},
|
4656
4595
|
{
|
4657
|
-
"id":
|
4596
|
+
"id": 304,
|
4658
4597
|
"name": "onSelectAllClick",
|
4659
4598
|
"kind": 2048,
|
4660
4599
|
"kindString": "Method",
|
@@ -4670,7 +4609,7 @@
|
|
4670
4609
|
],
|
4671
4610
|
"signatures": [
|
4672
4611
|
{
|
4673
|
-
"id":
|
4612
|
+
"id": 305,
|
4674
4613
|
"name": "onSelectAllClick",
|
4675
4614
|
"kind": 4096,
|
4676
4615
|
"kindString": "Call signature",
|
@@ -4691,7 +4630,6 @@
|
|
4691
4630
|
"title": "Properties",
|
4692
4631
|
"kind": 1024,
|
4693
4632
|
"children": [
|
4694
|
-
292,
|
4695
4633
|
293,
|
4696
4634
|
294,
|
4697
4635
|
295,
|
@@ -4700,20 +4638,21 @@
|
|
4700
4638
|
298,
|
4701
4639
|
299,
|
4702
4640
|
300,
|
4703
|
-
|
4704
|
-
307,
|
4641
|
+
301,
|
4705
4642
|
306,
|
4706
4643
|
308,
|
4644
|
+
307,
|
4707
4645
|
309,
|
4708
|
-
310
|
4646
|
+
310,
|
4647
|
+
311
|
4709
4648
|
]
|
4710
4649
|
},
|
4711
4650
|
{
|
4712
4651
|
"title": "Methods",
|
4713
4652
|
"kind": 2048,
|
4714
4653
|
"children": [
|
4715
|
-
|
4716
|
-
|
4654
|
+
302,
|
4655
|
+
304
|
4717
4656
|
]
|
4718
4657
|
}
|
4719
4658
|
],
|
@@ -4726,14 +4665,14 @@
|
|
4726
4665
|
]
|
4727
4666
|
},
|
4728
4667
|
{
|
4729
|
-
"id":
|
4668
|
+
"id": 322,
|
4730
4669
|
"name": "SkyDataViewStateOptions",
|
4731
4670
|
"kind": 256,
|
4732
4671
|
"kindString": "Interface",
|
4733
4672
|
"flags": {},
|
4734
4673
|
"children": [
|
4735
4674
|
{
|
4736
|
-
"id":
|
4675
|
+
"id": 326,
|
4737
4676
|
"name": "additionalData",
|
4738
4677
|
"kind": 1024,
|
4739
4678
|
"kindString": "Property",
|
@@ -4746,7 +4685,7 @@
|
|
4746
4685
|
"sources": [
|
4747
4686
|
{
|
4748
4687
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-state-options.ts",
|
4749
|
-
"line":
|
4688
|
+
"line": 19,
|
4750
4689
|
"character": 2
|
4751
4690
|
}
|
4752
4691
|
],
|
@@ -4756,7 +4695,7 @@
|
|
4756
4695
|
}
|
4757
4696
|
},
|
4758
4697
|
{
|
4759
|
-
"id":
|
4698
|
+
"id": 324,
|
4760
4699
|
"name": "columnIds",
|
4761
4700
|
"kind": 1024,
|
4762
4701
|
"kindString": "Property",
|
@@ -4782,7 +4721,7 @@
|
|
4782
4721
|
}
|
4783
4722
|
},
|
4784
4723
|
{
|
4785
|
-
"id":
|
4724
|
+
"id": 325,
|
4786
4725
|
"name": "displayedColumnIds",
|
4787
4726
|
"kind": 1024,
|
4788
4727
|
"kindString": "Property",
|
@@ -4808,7 +4747,7 @@
|
|
4808
4747
|
}
|
4809
4748
|
},
|
4810
4749
|
{
|
4811
|
-
"id":
|
4750
|
+
"id": 323,
|
4812
4751
|
"name": "viewId",
|
4813
4752
|
"kind": 1024,
|
4814
4753
|
"kindString": "Property",
|
@@ -4834,10 +4773,10 @@
|
|
4834
4773
|
"title": "Properties",
|
4835
4774
|
"kind": 1024,
|
4836
4775
|
"children": [
|
4837
|
-
|
4838
|
-
323,
|
4776
|
+
326,
|
4839
4777
|
324,
|
4840
|
-
|
4778
|
+
325,
|
4779
|
+
323
|
4841
4780
|
]
|
4842
4781
|
}
|
4843
4782
|
],
|
@@ -4855,40 +4794,40 @@
|
|
4855
4794
|
"title": "Enumerations",
|
4856
4795
|
"kind": 8,
|
4857
4796
|
"children": [
|
4858
|
-
|
4797
|
+
238
|
4859
4798
|
]
|
4860
4799
|
},
|
4861
4800
|
{
|
4862
4801
|
"title": "Classes",
|
4863
4802
|
"kind": 128,
|
4864
4803
|
"children": [
|
4865
|
-
|
4866
|
-
158,
|
4804
|
+
228,
|
4867
4805
|
161,
|
4868
|
-
|
4869
|
-
|
4806
|
+
164,
|
4807
|
+
258,
|
4808
|
+
312,
|
4870
4809
|
44,
|
4871
|
-
|
4872
|
-
|
4873
|
-
|
4874
|
-
|
4875
|
-
|
4876
|
-
|
4810
|
+
73,
|
4811
|
+
76,
|
4812
|
+
79,
|
4813
|
+
82,
|
4814
|
+
85,
|
4815
|
+
143
|
4877
4816
|
]
|
4878
4817
|
},
|
4879
4818
|
{
|
4880
4819
|
"title": "Interfaces",
|
4881
4820
|
"kind": 256,
|
4882
4821
|
"children": [
|
4883
|
-
|
4884
|
-
|
4885
|
-
|
4886
|
-
|
4887
|
-
|
4888
|
-
|
4889
|
-
|
4890
|
-
|
4891
|
-
|
4822
|
+
232,
|
4823
|
+
241,
|
4824
|
+
245,
|
4825
|
+
248,
|
4826
|
+
253,
|
4827
|
+
278,
|
4828
|
+
286,
|
4829
|
+
292,
|
4830
|
+
322
|
4892
4831
|
]
|
4893
4832
|
}
|
4894
4833
|
],
|