@skyux/data-manager 7.0.0-beta.12 → 7.0.0-beta.13

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.
Files changed (25) hide show
  1. package/documentation.json +473 -584
  2. package/esm2020/lib/modules/data-manager/data-manager-column-picker/data-manager-column-picker.component.mjs +51 -45
  3. package/esm2020/lib/modules/data-manager/data-manager-filter-context.mjs +2 -1
  4. package/esm2020/lib/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.mjs +95 -76
  5. package/esm2020/lib/modules/data-manager/data-manager.component.mjs +39 -31
  6. package/esm2020/lib/modules/data-manager/data-manager.service.mjs +66 -61
  7. package/esm2020/lib/modules/data-manager/data-view.component.mjs +18 -21
  8. package/esm2020/lib/modules/data-manager/models/data-manager-config.mjs +1 -1
  9. package/esm2020/lib/modules/data-manager/models/data-manager-filter-data.mjs +1 -1
  10. package/esm2020/lib/modules/data-manager/models/data-manager-state-options.mjs +1 -1
  11. package/esm2020/lib/modules/data-manager/models/data-manager-state.mjs +1 -1
  12. package/esm2020/lib/modules/data-manager/models/data-view-state-options.mjs +1 -1
  13. package/esm2020/lib/modules/data-manager/models/data-view-state.mjs +1 -1
  14. package/fesm2015/skyux-data-manager.mjs +265 -228
  15. package/fesm2015/skyux-data-manager.mjs.map +1 -1
  16. package/fesm2020/skyux-data-manager.mjs +259 -227
  17. package/fesm2020/skyux-data-manager.mjs.map +1 -1
  18. package/lib/modules/data-manager/data-manager-column-picker/data-manager-column-picker.component.d.ts +1 -3
  19. package/lib/modules/data-manager/data-manager-filter-context.d.ts +1 -1
  20. package/lib/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.d.ts +8 -18
  21. package/lib/modules/data-manager/data-manager.component.d.ts +2 -9
  22. package/lib/modules/data-manager/data-manager.service.d.ts +3 -14
  23. package/lib/modules/data-manager/data-view.component.d.ts +6 -10
  24. package/lib/modules/data-manager/models/data-manager-state.d.ts +6 -6
  25. package/package.json +9 -9
@@ -32,7 +32,7 @@
32
32
  "originalName": "",
33
33
  "children": [
34
34
  {
35
- "id": 237,
35
+ "id": 232,
36
36
  "name": "SkyDataManagerColumnPickerSortStrategy",
37
37
  "kind": 8,
38
38
  "kindString": "Enumeration",
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "children": [
44
44
  {
45
- "id": 238,
45
+ "id": 233,
46
46
  "name": "None",
47
47
  "kind": 16,
48
48
  "kindString": "Enumeration Member",
@@ -64,7 +64,7 @@
64
64
  "defaultValue": "\"none\""
65
65
  },
66
66
  {
67
- "id": 239,
67
+ "id": 234,
68
68
  "name": "SelectedThenAlphabetical",
69
69
  "kind": 16,
70
70
  "kindString": "Enumeration Member",
@@ -91,8 +91,8 @@
91
91
  "title": "Enumeration Members",
92
92
  "kind": 16,
93
93
  "children": [
94
- 238,
95
- 239
94
+ 233,
95
+ 234
96
96
  ]
97
97
  }
98
98
  ],
@@ -105,7 +105,7 @@
105
105
  ]
106
106
  },
107
107
  {
108
- "id": 227,
108
+ "id": 222,
109
109
  "name": "SkyDataManagerFilterModalContext",
110
110
  "kind": 128,
111
111
  "kindString": "Class",
@@ -115,7 +115,7 @@
115
115
  },
116
116
  "children": [
117
117
  {
118
- "id": 230,
118
+ "id": 225,
119
119
  "name": "filterData",
120
120
  "kind": 1024,
121
121
  "kindString": "Property",
@@ -128,13 +128,13 @@
128
128
  "sources": [
129
129
  {
130
130
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager-filter-context.ts",
131
- "line": 10,
131
+ "line": 11,
132
132
  "character": 9
133
133
  }
134
134
  ],
135
135
  "type": {
136
136
  "type": "reference",
137
- "id": 244,
137
+ "id": 239,
138
138
  "name": "SkyDataManagerFilterData"
139
139
  }
140
140
  }
@@ -144,27 +144,27 @@
144
144
  "title": "Constructors",
145
145
  "kind": 512,
146
146
  "children": [
147
- 228
147
+ 223
148
148
  ]
149
149
  },
150
150
  {
151
151
  "title": "Properties",
152
152
  "kind": 1024,
153
153
  "children": [
154
- 230
154
+ 225
155
155
  ]
156
156
  }
157
157
  ],
158
158
  "sources": [
159
159
  {
160
160
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager-filter-context.ts",
161
- "line": 6,
161
+ "line": 7,
162
162
  "character": 13
163
163
  }
164
164
  ]
165
165
  },
166
166
  {
167
- "id": 158,
167
+ "id": 155,
168
168
  "name": "SkyDataManagerModule",
169
169
  "kind": 128,
170
170
  "kindString": "Class",
@@ -189,7 +189,7 @@
189
189
  "title": "Constructors",
190
190
  "kind": 512,
191
191
  "children": [
192
- 159
192
+ 156
193
193
  ]
194
194
  }
195
195
  ],
@@ -202,7 +202,7 @@
202
202
  ]
203
203
  },
204
204
  {
205
- "id": 161,
205
+ "id": 158,
206
206
  "name": "SkyDataManagerService",
207
207
  "kind": 128,
208
208
  "kindString": "Class",
@@ -224,7 +224,7 @@
224
224
  ],
225
225
  "children": [
226
226
  {
227
- "id": 162,
227
+ "id": 159,
228
228
  "name": "constructor",
229
229
  "kind": 512,
230
230
  "kindString": "Constructor",
@@ -232,20 +232,20 @@
232
232
  "sources": [
233
233
  {
234
234
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
235
- "line": 50,
235
+ "line": 44,
236
236
  "character": 2
237
237
  }
238
238
  ],
239
239
  "signatures": [
240
240
  {
241
- "id": 163,
241
+ "id": 160,
242
242
  "name": "new SkyDataManagerService",
243
243
  "kind": 16384,
244
244
  "kindString": "Constructor signature",
245
245
  "flags": {},
246
246
  "parameters": [
247
247
  {
248
- "id": 164,
248
+ "id": 161,
249
249
  "name": "uiConfigService",
250
250
  "kind": 32768,
251
251
  "kindString": "Parameter",
@@ -258,14 +258,14 @@
258
258
  ],
259
259
  "type": {
260
260
  "type": "reference",
261
- "id": 161,
261
+ "id": 158,
262
262
  "name": "SkyDataManagerService"
263
263
  }
264
264
  }
265
265
  ]
266
266
  },
267
267
  {
268
- "id": 165,
268
+ "id": 162,
269
269
  "name": "viewkeeperClasses",
270
270
  "kind": 1024,
271
271
  "kindString": "Property",
@@ -283,40 +283,23 @@
283
283
  "type": "reference",
284
284
  "typeArguments": [
285
285
  {
286
- "type": "reflection",
287
- "declaration": {
288
- "id": 166,
289
- "name": "__type",
290
- "kind": 65536,
291
- "kindString": "Type literal",
292
- "flags": {},
293
- "indexSignature": {
294
- "id": 167,
295
- "name": "__index",
296
- "kind": 8192,
297
- "kindString": "Index signature",
298
- "flags": {},
299
- "parameters": [
300
- {
301
- "id": 168,
302
- "name": "viewId",
303
- "kind": 32768,
304
- "flags": {},
305
- "type": {
306
- "type": "intrinsic",
307
- "name": "string"
308
- }
309
- }
310
- ],
311
- "type": {
312
- "type": "array",
313
- "elementType": {
314
- "type": "intrinsic",
315
- "name": "string"
316
- }
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"
317
297
  }
318
298
  }
319
- }
299
+ ],
300
+ "qualifiedName": "Record",
301
+ "package": "typescript",
302
+ "name": "Record"
320
303
  }
321
304
  ],
322
305
  "qualifiedName": "BehaviorSubject",
@@ -326,7 +309,7 @@
326
309
  "defaultValue": "..."
327
310
  },
328
311
  {
329
- "id": 201,
312
+ "id": 196,
330
313
  "name": "getActiveViewIdUpdates",
331
314
  "kind": 2048,
332
315
  "kindString": "Method",
@@ -336,13 +319,13 @@
336
319
  "sources": [
337
320
  {
338
321
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
339
- "line": 286,
322
+ "line": 285,
340
323
  "character": 9
341
324
  }
342
325
  ],
343
326
  "signatures": [
344
327
  {
345
- "id": 202,
328
+ "id": 197,
346
329
  "name": "getActiveViewIdUpdates",
347
330
  "kind": 4096,
348
331
  "kindString": "Call signature",
@@ -366,7 +349,7 @@
366
349
  ]
367
350
  },
368
351
  {
369
- "id": 192,
352
+ "id": 187,
370
353
  "name": "getCurrentDataManagerConfig",
371
354
  "kind": 2048,
372
355
  "kindString": "Method",
@@ -376,13 +359,13 @@
376
359
  "sources": [
377
360
  {
378
361
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
379
- "line": 257,
362
+ "line": 256,
380
363
  "character": 9
381
364
  }
382
365
  ],
383
366
  "signatures": [
384
367
  {
385
- "id": 193,
368
+ "id": 188,
386
369
  "name": "getCurrentDataManagerConfig",
387
370
  "kind": 4096,
388
371
  "kindString": "Call signature",
@@ -392,14 +375,14 @@
392
375
  },
393
376
  "type": {
394
377
  "type": "reference",
395
- "id": 240,
378
+ "id": 235,
396
379
  "name": "SkyDataManagerConfig"
397
380
  }
398
381
  }
399
382
  ]
400
383
  },
401
384
  {
402
- "id": 194,
385
+ "id": 189,
403
386
  "name": "getDataManagerConfigUpdates",
404
387
  "kind": 2048,
405
388
  "kindString": "Method",
@@ -409,13 +392,13 @@
409
392
  "sources": [
410
393
  {
411
394
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
412
- "line": 264,
395
+ "line": 263,
413
396
  "character": 9
414
397
  }
415
398
  ],
416
399
  "signatures": [
417
400
  {
418
- "id": 195,
401
+ "id": 190,
419
402
  "name": "getDataManagerConfigUpdates",
420
403
  "kind": 4096,
421
404
  "kindString": "Call signature",
@@ -428,7 +411,7 @@
428
411
  "typeArguments": [
429
412
  {
430
413
  "type": "reference",
431
- "id": 240,
414
+ "id": 235,
432
415
  "name": "SkyDataManagerConfig"
433
416
  }
434
417
  ],
@@ -440,7 +423,7 @@
440
423
  ]
441
424
  },
442
425
  {
443
- "id": 184,
426
+ "id": 179,
444
427
  "name": "getDataStateUpdates",
445
428
  "kind": 2048,
446
429
  "kindString": "Method",
@@ -450,13 +433,13 @@
450
433
  "sources": [
451
434
  {
452
435
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
453
- "line": 217,
436
+ "line": 214,
454
437
  "character": 9
455
438
  }
456
439
  ],
457
440
  "signatures": [
458
441
  {
459
- "id": 185,
442
+ "id": 180,
460
443
  "name": "getDataStateUpdates",
461
444
  "kind": 4096,
462
445
  "kindString": "Call signature",
@@ -466,7 +449,7 @@
466
449
  },
467
450
  "parameters": [
468
451
  {
469
- "id": 186,
452
+ "id": 181,
470
453
  "name": "sourceId",
471
454
  "kind": 32768,
472
455
  "kindString": "Parameter",
@@ -480,7 +463,7 @@
480
463
  }
481
464
  },
482
465
  {
483
- "id": 187,
466
+ "id": 182,
484
467
  "name": "updateFilter",
485
468
  "kind": 32768,
486
469
  "kindString": "Parameter",
@@ -489,7 +472,7 @@
489
472
  },
490
473
  "type": {
491
474
  "type": "reference",
492
- "id": 285,
475
+ "id": 280,
493
476
  "name": "SkyDataManagerStateUpdateFilterArgs"
494
477
  }
495
478
  }
@@ -499,7 +482,7 @@
499
482
  "typeArguments": [
500
483
  {
501
484
  "type": "reference",
502
- "id": 257,
485
+ "id": 252,
503
486
  "name": "SkyDataManagerState"
504
487
  }
505
488
  ],
@@ -511,7 +494,7 @@
511
494
  ]
512
495
  },
513
496
  {
514
- "id": 199,
497
+ "id": 194,
515
498
  "name": "getDataViewsUpdates",
516
499
  "kind": 2048,
517
500
  "kindString": "Method",
@@ -521,13 +504,13 @@
521
504
  "sources": [
522
505
  {
523
506
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
524
- "line": 279,
507
+ "line": 278,
525
508
  "character": 9
526
509
  }
527
510
  ],
528
511
  "signatures": [
529
512
  {
530
- "id": 200,
513
+ "id": 195,
531
514
  "name": "getDataViewsUpdates",
532
515
  "kind": 4096,
533
516
  "kindString": "Call signature",
@@ -542,7 +525,7 @@
542
525
  "type": "array",
543
526
  "elementType": {
544
527
  "type": "reference",
545
- "id": 291,
528
+ "id": 286,
546
529
  "name": "SkyDataViewConfig"
547
530
  }
548
531
  }
@@ -555,7 +538,7 @@
555
538
  ]
556
539
  },
557
540
  {
558
- "id": 206,
541
+ "id": 201,
559
542
  "name": "getViewById",
560
543
  "kind": 2048,
561
544
  "kindString": "Method",
@@ -565,13 +548,13 @@
565
548
  "sources": [
566
549
  {
567
550
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
568
- "line": 302,
551
+ "line": 301,
569
552
  "character": 9
570
553
  }
571
554
  ],
572
555
  "signatures": [
573
556
  {
574
- "id": 207,
557
+ "id": 202,
575
558
  "name": "getViewById",
576
559
  "kind": 4096,
577
560
  "kindString": "Call signature",
@@ -581,7 +564,7 @@
581
564
  },
582
565
  "parameters": [
583
566
  {
584
- "id": 208,
567
+ "id": 203,
585
568
  "name": "viewId",
586
569
  "kind": 32768,
587
570
  "kindString": "Parameter",
@@ -597,14 +580,14 @@
597
580
  ],
598
581
  "type": {
599
582
  "type": "reference",
600
- "id": 291,
583
+ "id": 286,
601
584
  "name": "SkyDataViewConfig"
602
585
  }
603
586
  }
604
587
  ]
605
588
  },
606
589
  {
607
- "id": 178,
590
+ "id": 173,
608
591
  "name": "initDataManager",
609
592
  "kind": 2048,
610
593
  "kindString": "Method",
@@ -614,13 +597,13 @@
614
597
  "sources": [
615
598
  {
616
599
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
617
- "line": 68,
600
+ "line": 64,
618
601
  "character": 9
619
602
  }
620
603
  ],
621
604
  "signatures": [
622
605
  {
623
- "id": 179,
606
+ "id": 174,
624
607
  "name": "initDataManager",
625
608
  "kind": 4096,
626
609
  "kindString": "Call signature",
@@ -630,7 +613,7 @@
630
613
  },
631
614
  "parameters": [
632
615
  {
633
- "id": 180,
616
+ "id": 175,
634
617
  "name": "args",
635
618
  "kind": 32768,
636
619
  "kindString": "Parameter",
@@ -640,7 +623,7 @@
640
623
  },
641
624
  "type": {
642
625
  "type": "reference",
643
- "id": 247,
626
+ "id": 242,
644
627
  "name": "SkyDataManagerInitArgs"
645
628
  }
646
629
  }
@@ -653,7 +636,7 @@
653
636
  ]
654
637
  },
655
638
  {
656
- "id": 181,
639
+ "id": 176,
657
640
  "name": "initDataView",
658
641
  "kind": 2048,
659
642
  "kindString": "Method",
@@ -663,13 +646,13 @@
663
646
  "sources": [
664
647
  {
665
648
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
666
- "line": 117,
649
+ "line": 115,
667
650
  "character": 9
668
651
  }
669
652
  ],
670
653
  "signatures": [
671
654
  {
672
- "id": 182,
655
+ "id": 177,
673
656
  "name": "initDataView",
674
657
  "kind": 4096,
675
658
  "kindString": "Call signature",
@@ -679,7 +662,7 @@
679
662
  },
680
663
  "parameters": [
681
664
  {
682
- "id": 183,
665
+ "id": 178,
683
666
  "name": "viewConfig",
684
667
  "kind": 32768,
685
668
  "kindString": "Parameter",
@@ -689,7 +672,7 @@
689
672
  },
690
673
  "type": {
691
674
  "type": "reference",
692
- "id": 291,
675
+ "id": 286,
693
676
  "name": "SkyDataViewConfig"
694
677
  }
695
678
  }
@@ -702,7 +685,7 @@
702
685
  ]
703
686
  },
704
687
  {
705
- "id": 176,
688
+ "id": 171,
706
689
  "name": "ngOnDestroy",
707
690
  "kind": 2048,
708
691
  "kindString": "Method",
@@ -712,13 +695,13 @@
712
695
  "sources": [
713
696
  {
714
697
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
715
- "line": 52,
698
+ "line": 48,
716
699
  "character": 9
717
700
  }
718
701
  ],
719
702
  "signatures": [
720
703
  {
721
- "id": 177,
704
+ "id": 172,
722
705
  "name": "ngOnDestroy",
723
706
  "kind": 4096,
724
707
  "kindString": "Call signature",
@@ -739,7 +722,7 @@
739
722
  }
740
723
  },
741
724
  {
742
- "id": 203,
725
+ "id": 198,
743
726
  "name": "updateActiveViewId",
744
727
  "kind": 2048,
745
728
  "kindString": "Method",
@@ -749,13 +732,13 @@
749
732
  "sources": [
750
733
  {
751
734
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
752
- "line": 294,
735
+ "line": 293,
753
736
  "character": 9
754
737
  }
755
738
  ],
756
739
  "signatures": [
757
740
  {
758
- "id": 204,
741
+ "id": 199,
759
742
  "name": "updateActiveViewId",
760
743
  "kind": 4096,
761
744
  "kindString": "Call signature",
@@ -765,7 +748,7 @@
765
748
  },
766
749
  "parameters": [
767
750
  {
768
- "id": 205,
751
+ "id": 200,
769
752
  "name": "id",
770
753
  "kind": 32768,
771
754
  "kindString": "Parameter",
@@ -787,7 +770,7 @@
787
770
  ]
788
771
  },
789
772
  {
790
- "id": 196,
773
+ "id": 191,
791
774
  "name": "updateDataManagerConfig",
792
775
  "kind": 2048,
793
776
  "kindString": "Method",
@@ -797,13 +780,13 @@
797
780
  "sources": [
798
781
  {
799
782
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
800
- "line": 272,
783
+ "line": 271,
801
784
  "character": 9
802
785
  }
803
786
  ],
804
787
  "signatures": [
805
788
  {
806
- "id": 197,
789
+ "id": 192,
807
790
  "name": "updateDataManagerConfig",
808
791
  "kind": 4096,
809
792
  "kindString": "Call signature",
@@ -813,7 +796,7 @@
813
796
  },
814
797
  "parameters": [
815
798
  {
816
- "id": 198,
799
+ "id": 193,
817
800
  "name": "value",
818
801
  "kind": 32768,
819
802
  "kindString": "Parameter",
@@ -823,7 +806,7 @@
823
806
  },
824
807
  "type": {
825
808
  "type": "reference",
826
- "id": 240,
809
+ "id": 235,
827
810
  "name": "SkyDataManagerConfig"
828
811
  }
829
812
  }
@@ -836,7 +819,7 @@
836
819
  ]
837
820
  },
838
821
  {
839
- "id": 188,
822
+ "id": 183,
840
823
  "name": "updateDataState",
841
824
  "kind": 2048,
842
825
  "kindString": "Method",
@@ -846,13 +829,13 @@
846
829
  "sources": [
847
830
  {
848
831
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
849
- "line": 247,
832
+ "line": 246,
850
833
  "character": 9
851
834
  }
852
835
  ],
853
836
  "signatures": [
854
837
  {
855
- "id": 189,
838
+ "id": 184,
856
839
  "name": "updateDataState",
857
840
  "kind": 4096,
858
841
  "kindString": "Call signature",
@@ -862,7 +845,7 @@
862
845
  },
863
846
  "parameters": [
864
847
  {
865
- "id": 190,
848
+ "id": 185,
866
849
  "name": "state",
867
850
  "kind": 32768,
868
851
  "kindString": "Parameter",
@@ -872,12 +855,12 @@
872
855
  },
873
856
  "type": {
874
857
  "type": "reference",
875
- "id": 257,
858
+ "id": 252,
876
859
  "name": "SkyDataManagerState"
877
860
  }
878
861
  },
879
862
  {
880
- "id": 191,
863
+ "id": 186,
881
864
  "name": "sourceId",
882
865
  "kind": 32768,
883
866
  "kindString": "Parameter",
@@ -899,7 +882,7 @@
899
882
  ]
900
883
  },
901
884
  {
902
- "id": 209,
885
+ "id": 204,
903
886
  "name": "updateViewConfig",
904
887
  "kind": 2048,
905
888
  "kindString": "Method",
@@ -909,13 +892,13 @@
909
892
  "sources": [
910
893
  {
911
894
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
912
- "line": 317,
895
+ "line": 316,
913
896
  "character": 9
914
897
  }
915
898
  ],
916
899
  "signatures": [
917
900
  {
918
- "id": 210,
901
+ "id": 205,
919
902
  "name": "updateViewConfig",
920
903
  "kind": 4096,
921
904
  "kindString": "Call signature",
@@ -925,7 +908,7 @@
925
908
  },
926
909
  "parameters": [
927
910
  {
928
- "id": 211,
911
+ "id": 206,
929
912
  "name": "view",
930
913
  "kind": 32768,
931
914
  "kindString": "Parameter",
@@ -935,7 +918,7 @@
935
918
  },
936
919
  "type": {
937
920
  "type": "reference",
938
- "id": 291,
921
+ "id": 286,
939
922
  "name": "SkyDataViewConfig"
940
923
  }
941
924
  }
@@ -953,33 +936,33 @@
953
936
  "title": "Constructors",
954
937
  "kind": 512,
955
938
  "children": [
956
- 162
939
+ 159
957
940
  ]
958
941
  },
959
942
  {
960
943
  "title": "Properties",
961
944
  "kind": 1024,
962
945
  "children": [
963
- 165
946
+ 162
964
947
  ]
965
948
  },
966
949
  {
967
950
  "title": "Methods",
968
951
  "kind": 2048,
969
952
  "children": [
970
- 201,
971
- 192,
953
+ 196,
954
+ 187,
955
+ 189,
956
+ 179,
972
957
  194,
973
- 184,
974
- 199,
975
- 206,
976
- 178,
977
- 181,
958
+ 201,
959
+ 173,
978
960
  176,
979
- 203,
980
- 196,
981
- 188,
982
- 209
961
+ 171,
962
+ 198,
963
+ 191,
964
+ 183,
965
+ 204
983
966
  ]
984
967
  }
985
968
  ],
@@ -1000,7 +983,7 @@
1000
983
  ]
1001
984
  },
1002
985
  {
1003
- "id": 257,
986
+ "id": 252,
1004
987
  "name": "SkyDataManagerState",
1005
988
  "kind": 128,
1006
989
  "kindString": "Class",
@@ -1010,7 +993,7 @@
1010
993
  },
1011
994
  "children": [
1012
995
  {
1013
- "id": 258,
996
+ "id": 253,
1014
997
  "name": "constructor",
1015
998
  "kind": 512,
1016
999
  "kindString": "Constructor",
@@ -1018,41 +1001,41 @@
1018
1001
  "sources": [
1019
1002
  {
1020
1003
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
1021
- "line": 42,
1004
+ "line": 43,
1022
1005
  "character": 2
1023
1006
  }
1024
1007
  ],
1025
1008
  "signatures": [
1026
1009
  {
1027
- "id": 259,
1010
+ "id": 254,
1028
1011
  "name": "new SkyDataManagerState",
1029
1012
  "kind": 16384,
1030
1013
  "kindString": "Constructor signature",
1031
1014
  "flags": {},
1032
1015
  "parameters": [
1033
1016
  {
1034
- "id": 260,
1017
+ "id": 255,
1035
1018
  "name": "data",
1036
1019
  "kind": 32768,
1037
1020
  "kindString": "Parameter",
1038
1021
  "flags": {},
1039
1022
  "type": {
1040
1023
  "type": "reference",
1041
- "id": 277,
1024
+ "id": 272,
1042
1025
  "name": "SkyDataManagerStateOptions"
1043
1026
  }
1044
1027
  }
1045
1028
  ],
1046
1029
  "type": {
1047
1030
  "type": "reference",
1048
- "id": 257,
1031
+ "id": 252,
1049
1032
  "name": "SkyDataManagerState"
1050
1033
  }
1051
1034
  }
1052
1035
  ]
1053
1036
  },
1054
1037
  {
1055
- "id": 261,
1038
+ "id": 256,
1056
1039
  "name": "activeSortOption",
1057
1040
  "kind": 1024,
1058
1041
  "kindString": "Property",
@@ -1071,12 +1054,12 @@
1071
1054
  ],
1072
1055
  "type": {
1073
1056
  "type": "reference",
1074
- "id": 252,
1057
+ "id": 247,
1075
1058
  "name": "SkyDataManagerSortOption"
1076
1059
  }
1077
1060
  },
1078
1061
  {
1079
- "id": 262,
1062
+ "id": 257,
1080
1063
  "name": "additionalData",
1081
1064
  "kind": 1024,
1082
1065
  "kindString": "Property",
@@ -1089,7 +1072,7 @@
1089
1072
  "sources": [
1090
1073
  {
1091
1074
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
1092
- "line": 19,
1075
+ "line": 20,
1093
1076
  "character": 9
1094
1077
  }
1095
1078
  ],
@@ -1099,7 +1082,7 @@
1099
1082
  }
1100
1083
  },
1101
1084
  {
1102
- "id": 263,
1085
+ "id": 258,
1103
1086
  "name": "filterData",
1104
1087
  "kind": 1024,
1105
1088
  "kindString": "Property",
@@ -1112,18 +1095,18 @@
1112
1095
  "sources": [
1113
1096
  {
1114
1097
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
1115
- "line": 23,
1098
+ "line": 24,
1116
1099
  "character": 9
1117
1100
  }
1118
1101
  ],
1119
1102
  "type": {
1120
1103
  "type": "reference",
1121
- "id": 244,
1104
+ "id": 239,
1122
1105
  "name": "SkyDataManagerFilterData"
1123
1106
  }
1124
1107
  },
1125
1108
  {
1126
- "id": 264,
1109
+ "id": 259,
1127
1110
  "name": "onlyShowSelected",
1128
1111
  "kind": 1024,
1129
1112
  "kindString": "Property",
@@ -1136,7 +1119,7 @@
1136
1119
  "sources": [
1137
1120
  {
1138
1121
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
1139
- "line": 28,
1122
+ "line": 29,
1140
1123
  "character": 9
1141
1124
  }
1142
1125
  ],
@@ -1146,7 +1129,7 @@
1146
1129
  }
1147
1130
  },
1148
1131
  {
1149
- "id": 265,
1132
+ "id": 260,
1150
1133
  "name": "searchText",
1151
1134
  "kind": 1024,
1152
1135
  "kindString": "Property",
@@ -1159,7 +1142,7 @@
1159
1142
  "sources": [
1160
1143
  {
1161
1144
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
1162
- "line": 32,
1145
+ "line": 33,
1163
1146
  "character": 9
1164
1147
  }
1165
1148
  ],
@@ -1169,7 +1152,7 @@
1169
1152
  }
1170
1153
  },
1171
1154
  {
1172
- "id": 266,
1155
+ "id": 261,
1173
1156
  "name": "selectedIds",
1174
1157
  "kind": 1024,
1175
1158
  "kindString": "Property",
@@ -1182,7 +1165,7 @@
1182
1165
  "sources": [
1183
1166
  {
1184
1167
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
1185
- "line": 36,
1168
+ "line": 37,
1186
1169
  "character": 9
1187
1170
  }
1188
1171
  ],
@@ -1195,7 +1178,7 @@
1195
1178
  }
1196
1179
  },
1197
1180
  {
1198
- "id": 267,
1181
+ "id": 262,
1199
1182
  "name": "views",
1200
1183
  "kind": 1024,
1201
1184
  "kindString": "Property",
@@ -1208,7 +1191,7 @@
1208
1191
  "sources": [
1209
1192
  {
1210
1193
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
1211
- "line": 40,
1194
+ "line": 41,
1212
1195
  "character": 9
1213
1196
  }
1214
1197
  ],
@@ -1216,14 +1199,14 @@
1216
1199
  "type": "array",
1217
1200
  "elementType": {
1218
1201
  "type": "reference",
1219
- "id": 311,
1202
+ "id": 306,
1220
1203
  "name": "SkyDataViewState"
1221
1204
  }
1222
1205
  },
1223
1206
  "defaultValue": "[]"
1224
1207
  },
1225
1208
  {
1226
- "id": 273,
1209
+ "id": 268,
1227
1210
  "name": "addOrUpdateView",
1228
1211
  "kind": 2048,
1229
1212
  "kindString": "Method",
@@ -1233,13 +1216,13 @@
1233
1216
  "sources": [
1234
1217
  {
1235
1218
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
1236
- "line": 90,
1219
+ "line": 91,
1237
1220
  "character": 9
1238
1221
  }
1239
1222
  ],
1240
1223
  "signatures": [
1241
1224
  {
1242
- "id": 274,
1225
+ "id": 269,
1243
1226
  "name": "addOrUpdateView",
1244
1227
  "kind": 4096,
1245
1228
  "kindString": "Call signature",
@@ -1250,7 +1233,7 @@
1250
1233
  },
1251
1234
  "parameters": [
1252
1235
  {
1253
- "id": 275,
1236
+ "id": 270,
1254
1237
  "name": "viewId",
1255
1238
  "kind": 32768,
1256
1239
  "kindString": "Parameter",
@@ -1264,7 +1247,7 @@
1264
1247
  }
1265
1248
  },
1266
1249
  {
1267
- "id": 276,
1250
+ "id": 271,
1268
1251
  "name": "view",
1269
1252
  "kind": 32768,
1270
1253
  "kindString": "Parameter",
@@ -1274,21 +1257,21 @@
1274
1257
  },
1275
1258
  "type": {
1276
1259
  "type": "reference",
1277
- "id": 311,
1260
+ "id": 306,
1278
1261
  "name": "SkyDataViewState"
1279
1262
  }
1280
1263
  }
1281
1264
  ],
1282
1265
  "type": {
1283
1266
  "type": "reference",
1284
- "id": 257,
1267
+ "id": 252,
1285
1268
  "name": "SkyDataManagerState"
1286
1269
  }
1287
1270
  }
1288
1271
  ]
1289
1272
  },
1290
1273
  {
1291
- "id": 268,
1274
+ "id": 263,
1292
1275
  "name": "getStateOptions",
1293
1276
  "kind": 2048,
1294
1277
  "kindString": "Method",
@@ -1298,13 +1281,13 @@
1298
1281
  "sources": [
1299
1282
  {
1300
1283
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
1301
- "line": 59,
1284
+ "line": 60,
1302
1285
  "character": 9
1303
1286
  }
1304
1287
  ],
1305
1288
  "signatures": [
1306
1289
  {
1307
- "id": 269,
1290
+ "id": 264,
1308
1291
  "name": "getStateOptions",
1309
1292
  "kind": 4096,
1310
1293
  "kindString": "Call signature",
@@ -1315,14 +1298,14 @@
1315
1298
  },
1316
1299
  "type": {
1317
1300
  "type": "reference",
1318
- "id": 277,
1301
+ "id": 272,
1319
1302
  "name": "SkyDataManagerStateOptions"
1320
1303
  }
1321
1304
  }
1322
1305
  ]
1323
1306
  },
1324
1307
  {
1325
- "id": 270,
1308
+ "id": 265,
1326
1309
  "name": "getViewStateById",
1327
1310
  "kind": 2048,
1328
1311
  "kindString": "Method",
@@ -1332,13 +1315,13 @@
1332
1315
  "sources": [
1333
1316
  {
1334
1317
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
1335
- "line": 80,
1318
+ "line": 81,
1336
1319
  "character": 9
1337
1320
  }
1338
1321
  ],
1339
1322
  "signatures": [
1340
1323
  {
1341
- "id": 271,
1324
+ "id": 266,
1342
1325
  "name": "getViewStateById",
1343
1326
  "kind": 4096,
1344
1327
  "kindString": "Call signature",
@@ -1349,7 +1332,7 @@
1349
1332
  },
1350
1333
  "parameters": [
1351
1334
  {
1352
- "id": 272,
1335
+ "id": 267,
1353
1336
  "name": "viewId",
1354
1337
  "kind": 32768,
1355
1338
  "kindString": "Parameter",
@@ -1365,7 +1348,7 @@
1365
1348
  ],
1366
1349
  "type": {
1367
1350
  "type": "reference",
1368
- "id": 311,
1351
+ "id": 306,
1369
1352
  "name": "SkyDataViewState"
1370
1353
  }
1371
1354
  }
@@ -1377,29 +1360,29 @@
1377
1360
  "title": "Constructors",
1378
1361
  "kind": 512,
1379
1362
  "children": [
1380
- 258
1363
+ 253
1381
1364
  ]
1382
1365
  },
1383
1366
  {
1384
1367
  "title": "Properties",
1385
1368
  "kind": 1024,
1386
1369
  "children": [
1370
+ 256,
1371
+ 257,
1372
+ 258,
1373
+ 259,
1374
+ 260,
1387
1375
  261,
1388
- 262,
1389
- 263,
1390
- 264,
1391
- 265,
1392
- 266,
1393
- 267
1376
+ 262
1394
1377
  ]
1395
1378
  },
1396
1379
  {
1397
1380
  "title": "Methods",
1398
1381
  "kind": 2048,
1399
1382
  "children": [
1400
- 273,
1401
1383
  268,
1402
- 270
1384
+ 263,
1385
+ 265
1403
1386
  ]
1404
1387
  }
1405
1388
  ],
@@ -1412,7 +1395,7 @@
1412
1395
  ]
1413
1396
  },
1414
1397
  {
1415
- "id": 311,
1398
+ "id": 306,
1416
1399
  "name": "SkyDataViewState",
1417
1400
  "kind": 128,
1418
1401
  "kindString": "Class",
@@ -1422,7 +1405,7 @@
1422
1405
  },
1423
1406
  "children": [
1424
1407
  {
1425
- "id": 312,
1408
+ "id": 307,
1426
1409
  "name": "constructor",
1427
1410
  "kind": 512,
1428
1411
  "kindString": "Constructor",
@@ -1430,41 +1413,41 @@
1430
1413
  "sources": [
1431
1414
  {
1432
1415
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-view-state.ts",
1433
- "line": 25,
1416
+ "line": 26,
1434
1417
  "character": 2
1435
1418
  }
1436
1419
  ],
1437
1420
  "signatures": [
1438
1421
  {
1439
- "id": 313,
1422
+ "id": 308,
1440
1423
  "name": "new SkyDataViewState",
1441
1424
  "kind": 16384,
1442
1425
  "kindString": "Constructor signature",
1443
1426
  "flags": {},
1444
1427
  "parameters": [
1445
1428
  {
1446
- "id": 314,
1429
+ "id": 309,
1447
1430
  "name": "data",
1448
1431
  "kind": 32768,
1449
1432
  "kindString": "Parameter",
1450
1433
  "flags": {},
1451
1434
  "type": {
1452
1435
  "type": "reference",
1453
- "id": 321,
1436
+ "id": 316,
1454
1437
  "name": "SkyDataViewStateOptions"
1455
1438
  }
1456
1439
  }
1457
1440
  ],
1458
1441
  "type": {
1459
1442
  "type": "reference",
1460
- "id": 311,
1443
+ "id": 306,
1461
1444
  "name": "SkyDataViewState"
1462
1445
  }
1463
1446
  }
1464
1447
  ]
1465
1448
  },
1466
1449
  {
1467
- "id": 318,
1450
+ "id": 313,
1468
1451
  "name": "additionalData",
1469
1452
  "kind": 1024,
1470
1453
  "kindString": "Property",
@@ -1477,7 +1460,7 @@
1477
1460
  "sources": [
1478
1461
  {
1479
1462
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-view-state.ts",
1480
- "line": 23,
1463
+ "line": 24,
1481
1464
  "character": 9
1482
1465
  }
1483
1466
  ],
@@ -1487,7 +1470,7 @@
1487
1470
  }
1488
1471
  },
1489
1472
  {
1490
- "id": 315,
1473
+ "id": 310,
1491
1474
  "name": "columnIds",
1492
1475
  "kind": 1024,
1493
1476
  "kindString": "Property",
@@ -1514,7 +1497,7 @@
1514
1497
  "defaultValue": "[]"
1515
1498
  },
1516
1499
  {
1517
- "id": 316,
1500
+ "id": 311,
1518
1501
  "name": "displayedColumnIds",
1519
1502
  "kind": 1024,
1520
1503
  "kindString": "Property",
@@ -1541,7 +1524,7 @@
1541
1524
  "defaultValue": "[]"
1542
1525
  },
1543
1526
  {
1544
- "id": 317,
1527
+ "id": 312,
1545
1528
  "name": "viewId",
1546
1529
  "kind": 1024,
1547
1530
  "kindString": "Property",
@@ -1564,7 +1547,7 @@
1564
1547
  }
1565
1548
  },
1566
1549
  {
1567
- "id": 319,
1550
+ "id": 314,
1568
1551
  "name": "getViewStateOptions",
1569
1552
  "kind": 2048,
1570
1553
  "kindString": "Method",
@@ -1574,13 +1557,13 @@
1574
1557
  "sources": [
1575
1558
  {
1576
1559
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-view-state.ts",
1577
- "line": 36,
1560
+ "line": 37,
1578
1561
  "character": 9
1579
1562
  }
1580
1563
  ],
1581
1564
  "signatures": [
1582
1565
  {
1583
- "id": 320,
1566
+ "id": 315,
1584
1567
  "name": "getViewStateOptions",
1585
1568
  "kind": 4096,
1586
1569
  "kindString": "Call signature",
@@ -1591,7 +1574,7 @@
1591
1574
  },
1592
1575
  "type": {
1593
1576
  "type": "reference",
1594
- "id": 321,
1577
+ "id": 316,
1595
1578
  "name": "SkyDataViewStateOptions"
1596
1579
  }
1597
1580
  }
@@ -1603,24 +1586,24 @@
1603
1586
  "title": "Constructors",
1604
1587
  "kind": 512,
1605
1588
  "children": [
1606
- 312
1589
+ 307
1607
1590
  ]
1608
1591
  },
1609
1592
  {
1610
1593
  "title": "Properties",
1611
1594
  "kind": 1024,
1612
1595
  "children": [
1613
- 318,
1614
- 315,
1615
- 316,
1616
- 317
1596
+ 313,
1597
+ 310,
1598
+ 311,
1599
+ 312
1617
1600
  ]
1618
1601
  },
1619
1602
  {
1620
1603
  "title": "Methods",
1621
1604
  "kind": 2048,
1622
1605
  "children": [
1623
- 319
1606
+ 314
1624
1607
  ]
1625
1608
  }
1626
1609
  ],
@@ -1665,7 +1648,7 @@
1665
1648
  "sources": [
1666
1649
  {
1667
1650
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager.component.ts",
1668
- "line": 62,
1651
+ "line": 63,
1669
1652
  "character": 2
1670
1653
  }
1671
1654
  ],
@@ -1698,7 +1681,7 @@
1698
1681
  "flags": {},
1699
1682
  "type": {
1700
1683
  "type": "reference",
1701
- "id": 161,
1684
+ "id": 158,
1702
1685
  "name": "SkyDataManagerService"
1703
1686
  }
1704
1687
  }
@@ -1722,7 +1705,7 @@
1722
1705
  "sources": [
1723
1706
  {
1724
1707
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager.component.ts",
1725
- "line": 49,
1708
+ "line": 47,
1726
1709
  "character": 9
1727
1710
  }
1728
1711
  ],
@@ -1751,7 +1734,7 @@
1751
1734
  "sources": [
1752
1735
  {
1753
1736
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager.component.ts",
1754
- "line": 51,
1737
+ "line": 49,
1755
1738
  "character": 9
1756
1739
  }
1757
1740
  ],
@@ -1773,7 +1756,7 @@
1773
1756
  "sources": [
1774
1757
  {
1775
1758
  "fileName": "lib/modules/data-manager/data-manager.component.ts",
1776
- "line": 52,
1759
+ "line": 50,
1777
1760
  "character": 4
1778
1761
  }
1779
1762
  ],
@@ -1808,7 +1791,7 @@
1808
1791
  "sources": [
1809
1792
  {
1810
1793
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager.component.ts",
1811
- "line": 24,
1794
+ "line": 26,
1812
1795
  "character": 13
1813
1796
  }
1814
1797
  ],
@@ -1869,7 +1852,7 @@
1869
1852
  "sources": [
1870
1853
  {
1871
1854
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager.component.ts",
1872
- "line": 40,
1855
+ "line": 38,
1873
1856
  "character": 13
1874
1857
  }
1875
1858
  ],
@@ -1914,7 +1897,7 @@
1914
1897
  ]
1915
1898
  },
1916
1899
  {
1917
- "id": 72,
1900
+ "id": 71,
1918
1901
  "name": "ngOnDestroy",
1919
1902
  "kind": 2048,
1920
1903
  "kindString": "Method",
@@ -1924,13 +1907,13 @@
1924
1907
  "sources": [
1925
1908
  {
1926
1909
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager.component.ts",
1927
- "line": 93,
1910
+ "line": 99,
1928
1911
  "character": 9
1929
1912
  }
1930
1913
  ],
1931
1914
  "signatures": [
1932
1915
  {
1933
- "id": 73,
1916
+ "id": 72,
1934
1917
  "name": "ngOnDestroy",
1935
1918
  "kind": 4096,
1936
1919
  "kindString": "Call signature",
@@ -1951,7 +1934,7 @@
1951
1934
  }
1952
1935
  },
1953
1936
  {
1954
- "id": 70,
1937
+ "id": 69,
1955
1938
  "name": "ngOnInit",
1956
1939
  "kind": 2048,
1957
1940
  "kindString": "Method",
@@ -1961,13 +1944,13 @@
1961
1944
  "sources": [
1962
1945
  {
1963
1946
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager.component.ts",
1964
- "line": 67,
1947
+ "line": 71,
1965
1948
  "character": 9
1966
1949
  }
1967
1950
  ],
1968
1951
  "signatures": [
1969
1952
  {
1970
- "id": 71,
1953
+ "id": 70,
1971
1954
  "name": "ngOnInit",
1972
1955
  "kind": 4096,
1973
1956
  "kindString": "Call signature",
@@ -2016,15 +1999,15 @@
2016
1999
  "title": "Methods",
2017
2000
  "kind": 2048,
2018
2001
  "children": [
2019
- 72,
2020
- 70
2002
+ 71,
2003
+ 69
2021
2004
  ]
2022
2005
  }
2023
2006
  ],
2024
2007
  "sources": [
2025
2008
  {
2026
2009
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager.component.ts",
2027
- "line": 23,
2010
+ "line": 25,
2028
2011
  "character": 13
2029
2012
  }
2030
2013
  ],
@@ -2044,7 +2027,7 @@
2044
2027
  ]
2045
2028
  },
2046
2029
  {
2047
- "id": 74,
2030
+ "id": 73,
2048
2031
  "name": "SkyDataManagerToolbarLeftItemComponent",
2049
2032
  "kind": 128,
2050
2033
  "kindString": "Class",
@@ -2072,7 +2055,7 @@
2072
2055
  "title": "Constructors",
2073
2056
  "kind": 512,
2074
2057
  "children": [
2075
- 75
2058
+ 74
2076
2059
  ]
2077
2060
  }
2078
2061
  ],
@@ -2085,7 +2068,7 @@
2085
2068
  ]
2086
2069
  },
2087
2070
  {
2088
- "id": 77,
2071
+ "id": 76,
2089
2072
  "name": "SkyDataManagerToolbarPrimaryItemComponent",
2090
2073
  "kind": 128,
2091
2074
  "kindString": "Class",
@@ -2113,7 +2096,7 @@
2113
2096
  "title": "Constructors",
2114
2097
  "kind": 512,
2115
2098
  "children": [
2116
- 78
2099
+ 77
2117
2100
  ]
2118
2101
  }
2119
2102
  ],
@@ -2126,7 +2109,7 @@
2126
2109
  ]
2127
2110
  },
2128
2111
  {
2129
- "id": 80,
2112
+ "id": 79,
2130
2113
  "name": "SkyDataManagerToolbarRightItemComponent",
2131
2114
  "kind": 128,
2132
2115
  "kindString": "Class",
@@ -2154,7 +2137,7 @@
2154
2137
  "title": "Constructors",
2155
2138
  "kind": 512,
2156
2139
  "children": [
2157
- 81
2140
+ 80
2158
2141
  ]
2159
2142
  }
2160
2143
  ],
@@ -2167,7 +2150,7 @@
2167
2150
  ]
2168
2151
  },
2169
2152
  {
2170
- "id": 83,
2153
+ "id": 82,
2171
2154
  "name": "SkyDataManagerToolbarSectionComponent",
2172
2155
  "kind": 128,
2173
2156
  "kindString": "Class",
@@ -2195,7 +2178,7 @@
2195
2178
  "title": "Constructors",
2196
2179
  "kind": 512,
2197
2180
  "children": [
2198
- 84
2181
+ 83
2199
2182
  ]
2200
2183
  }
2201
2184
  ],
@@ -2208,7 +2191,7 @@
2208
2191
  ]
2209
2192
  },
2210
2193
  {
2211
- "id": 86,
2194
+ "id": 85,
2212
2195
  "name": "SkyDataManagerToolbarComponent",
2213
2196
  "kind": 128,
2214
2197
  "kindString": "Class",
@@ -2232,7 +2215,7 @@
2232
2215
  ],
2233
2216
  "children": [
2234
2217
  {
2235
- "id": 87,
2218
+ "id": 86,
2236
2219
  "name": "constructor",
2237
2220
  "kind": 512,
2238
2221
  "kindString": "Constructor",
@@ -2240,20 +2223,20 @@
2240
2223
  "sources": [
2241
2224
  {
2242
2225
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
2243
- "line": 87,
2226
+ "line": 93,
2244
2227
  "character": 2
2245
2228
  }
2246
2229
  ],
2247
2230
  "signatures": [
2248
2231
  {
2249
- "id": 88,
2232
+ "id": 87,
2250
2233
  "name": "SkyDataManagerToolbarComponent",
2251
2234
  "kind": 16384,
2252
2235
  "kindString": "Constructor signature",
2253
2236
  "flags": {},
2254
2237
  "parameters": [
2255
2238
  {
2256
- "id": 89,
2239
+ "id": 88,
2257
2240
  "name": "changeDetector",
2258
2241
  "kind": 32768,
2259
2242
  "kindString": "Parameter",
@@ -2266,19 +2249,19 @@
2266
2249
  }
2267
2250
  },
2268
2251
  {
2269
- "id": 90,
2252
+ "id": 89,
2270
2253
  "name": "dataManagerService",
2271
2254
  "kind": 32768,
2272
2255
  "kindString": "Parameter",
2273
2256
  "flags": {},
2274
2257
  "type": {
2275
2258
  "type": "reference",
2276
- "id": 161,
2259
+ "id": 158,
2277
2260
  "name": "SkyDataManagerService"
2278
2261
  }
2279
2262
  },
2280
2263
  {
2281
- "id": 91,
2264
+ "id": 90,
2282
2265
  "name": "modalService",
2283
2266
  "kind": 32768,
2284
2267
  "kindString": "Parameter",
@@ -2289,7 +2272,7 @@
2289
2272
  }
2290
2273
  },
2291
2274
  {
2292
- "id": 92,
2275
+ "id": 91,
2293
2276
  "name": "columnPickerService",
2294
2277
  "kind": 32768,
2295
2278
  "kindString": "Parameter",
@@ -2302,14 +2285,14 @@
2302
2285
  ],
2303
2286
  "type": {
2304
2287
  "type": "reference",
2305
- "id": 86,
2288
+ "id": 85,
2306
2289
  "name": "SkyDataManagerToolbarComponent"
2307
2290
  }
2308
2291
  }
2309
2292
  ]
2310
2293
  },
2311
2294
  {
2312
- "id": 111,
2295
+ "id": 108,
2313
2296
  "name": "onlyShowSelected",
2314
2297
  "kind": 1024,
2315
2298
  "kindString": "Property",
@@ -2319,7 +2302,7 @@
2319
2302
  "sources": [
2320
2303
  {
2321
2304
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
2322
- "line": 77,
2305
+ "line": 78,
2323
2306
  "character": 9
2324
2307
  }
2325
2308
  ],
@@ -2329,36 +2312,7 @@
2329
2312
  }
2330
2313
  },
2331
2314
  {
2332
- "id": 93,
2333
- "name": "activeSortOptionId",
2334
- "kind": 262144,
2335
- "kindString": "Accessor",
2336
- "flags": {
2337
- "isPublic": true
2338
- },
2339
- "sources": [
2340
- {
2341
- "fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
2342
- "line": 36,
2343
- "character": 13
2344
- }
2345
- ],
2346
- "getSignature": [
2347
- {
2348
- "id": 94,
2349
- "name": "activeSortOptionId",
2350
- "kind": 524288,
2351
- "kindString": "Get signature",
2352
- "flags": {},
2353
- "type": {
2354
- "type": "intrinsic",
2355
- "name": "string"
2356
- }
2357
- }
2358
- ]
2359
- },
2360
- {
2361
- "id": 95,
2315
+ "id": 92,
2362
2316
  "name": "activeView",
2363
2317
  "kind": 262144,
2364
2318
  "kindString": "Accessor",
@@ -2368,41 +2322,41 @@
2368
2322
  "sources": [
2369
2323
  {
2370
2324
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
2371
- "line": 41,
2325
+ "line": 40,
2372
2326
  "character": 13
2373
2327
  }
2374
2328
  ],
2375
2329
  "getSignature": [
2376
2330
  {
2377
- "id": 96,
2331
+ "id": 93,
2378
2332
  "name": "activeView",
2379
2333
  "kind": 524288,
2380
2334
  "kindString": "Get signature",
2381
2335
  "flags": {},
2382
2336
  "type": {
2383
2337
  "type": "reference",
2384
- "id": 291,
2338
+ "id": 286,
2385
2339
  "name": "SkyDataViewConfig"
2386
2340
  }
2387
2341
  }
2388
2342
  ],
2389
2343
  "setSignature": [
2390
2344
  {
2391
- "id": 97,
2345
+ "id": 94,
2392
2346
  "name": "activeView",
2393
2347
  "kind": 1048576,
2394
2348
  "kindString": "Set signature",
2395
2349
  "flags": {},
2396
2350
  "parameters": [
2397
2351
  {
2398
- "id": 98,
2352
+ "id": 95,
2399
2353
  "name": "value",
2400
2354
  "kind": 32768,
2401
2355
  "kindString": "Parameter",
2402
2356
  "flags": {},
2403
2357
  "type": {
2404
2358
  "type": "reference",
2405
- "id": 291,
2359
+ "id": 286,
2406
2360
  "name": "SkyDataViewConfig"
2407
2361
  }
2408
2362
  }
@@ -2415,7 +2369,7 @@
2415
2369
  ]
2416
2370
  },
2417
2371
  {
2418
- "id": 99,
2372
+ "id": 96,
2419
2373
  "name": "dataManagerConfig",
2420
2374
  "kind": 262144,
2421
2375
  "kindString": "Accessor",
@@ -2425,41 +2379,41 @@
2425
2379
  "sources": [
2426
2380
  {
2427
2381
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
2428
- "line": 50,
2382
+ "line": 49,
2429
2383
  "character": 13
2430
2384
  }
2431
2385
  ],
2432
2386
  "getSignature": [
2433
2387
  {
2434
- "id": 100,
2388
+ "id": 97,
2435
2389
  "name": "dataManagerConfig",
2436
2390
  "kind": 524288,
2437
2391
  "kindString": "Get signature",
2438
2392
  "flags": {},
2439
2393
  "type": {
2440
2394
  "type": "reference",
2441
- "id": 240,
2395
+ "id": 235,
2442
2396
  "name": "SkyDataManagerConfig"
2443
2397
  }
2444
2398
  }
2445
2399
  ],
2446
2400
  "setSignature": [
2447
2401
  {
2448
- "id": 101,
2402
+ "id": 98,
2449
2403
  "name": "dataManagerConfig",
2450
2404
  "kind": 1048576,
2451
2405
  "kindString": "Set signature",
2452
2406
  "flags": {},
2453
2407
  "parameters": [
2454
2408
  {
2455
- "id": 102,
2409
+ "id": 99,
2456
2410
  "name": "value",
2457
2411
  "kind": 32768,
2458
2412
  "kindString": "Parameter",
2459
2413
  "flags": {},
2460
2414
  "type": {
2461
2415
  "type": "reference",
2462
- "id": 240,
2416
+ "id": 235,
2463
2417
  "name": "SkyDataManagerConfig"
2464
2418
  }
2465
2419
  }
@@ -2472,7 +2426,7 @@
2472
2426
  ]
2473
2427
  },
2474
2428
  {
2475
- "id": 103,
2429
+ "id": 100,
2476
2430
  "name": "dataState",
2477
2431
  "kind": 262144,
2478
2432
  "kindString": "Accessor",
@@ -2482,41 +2436,41 @@
2482
2436
  "sources": [
2483
2437
  {
2484
2438
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
2485
- "line": 59,
2439
+ "line": 58,
2486
2440
  "character": 13
2487
2441
  }
2488
2442
  ],
2489
2443
  "getSignature": [
2490
2444
  {
2491
- "id": 104,
2445
+ "id": 101,
2492
2446
  "name": "dataState",
2493
2447
  "kind": 524288,
2494
2448
  "kindString": "Get signature",
2495
2449
  "flags": {},
2496
2450
  "type": {
2497
2451
  "type": "reference",
2498
- "id": 257,
2452
+ "id": 252,
2499
2453
  "name": "SkyDataManagerState"
2500
2454
  }
2501
2455
  }
2502
2456
  ],
2503
2457
  "setSignature": [
2504
2458
  {
2505
- "id": 105,
2459
+ "id": 102,
2506
2460
  "name": "dataState",
2507
2461
  "kind": 1048576,
2508
2462
  "kindString": "Set signature",
2509
2463
  "flags": {},
2510
2464
  "parameters": [
2511
2465
  {
2512
- "id": 106,
2466
+ "id": 103,
2513
2467
  "name": "value",
2514
2468
  "kind": 32768,
2515
2469
  "kindString": "Parameter",
2516
2470
  "flags": {},
2517
2471
  "type": {
2518
2472
  "type": "reference",
2519
- "id": 257,
2473
+ "id": 252,
2520
2474
  "name": "SkyDataManagerState"
2521
2475
  }
2522
2476
  }
@@ -2529,7 +2483,7 @@
2529
2483
  ]
2530
2484
  },
2531
2485
  {
2532
- "id": 107,
2486
+ "id": 104,
2533
2487
  "name": "views",
2534
2488
  "kind": 262144,
2535
2489
  "kindString": "Accessor",
@@ -2539,13 +2493,13 @@
2539
2493
  "sources": [
2540
2494
  {
2541
2495
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
2542
- "line": 68,
2496
+ "line": 69,
2543
2497
  "character": 13
2544
2498
  }
2545
2499
  ],
2546
2500
  "getSignature": [
2547
2501
  {
2548
- "id": 108,
2502
+ "id": 105,
2549
2503
  "name": "views",
2550
2504
  "kind": 524288,
2551
2505
  "kindString": "Get signature",
@@ -2554,7 +2508,7 @@
2554
2508
  "type": "array",
2555
2509
  "elementType": {
2556
2510
  "type": "reference",
2557
- "id": 291,
2511
+ "id": 286,
2558
2512
  "name": "SkyDataViewConfig"
2559
2513
  }
2560
2514
  }
@@ -2562,14 +2516,14 @@
2562
2516
  ],
2563
2517
  "setSignature": [
2564
2518
  {
2565
- "id": 109,
2519
+ "id": 106,
2566
2520
  "name": "views",
2567
2521
  "kind": 1048576,
2568
2522
  "kindString": "Set signature",
2569
2523
  "flags": {},
2570
2524
  "parameters": [
2571
2525
  {
2572
- "id": 110,
2526
+ "id": 107,
2573
2527
  "name": "value",
2574
2528
  "kind": 32768,
2575
2529
  "kindString": "Parameter",
@@ -2578,7 +2532,7 @@
2578
2532
  "type": "array",
2579
2533
  "elementType": {
2580
2534
  "type": "reference",
2581
- "id": 291,
2535
+ "id": 286,
2582
2536
  "name": "SkyDataViewConfig"
2583
2537
  }
2584
2538
  }
@@ -2592,7 +2546,7 @@
2592
2546
  ]
2593
2547
  },
2594
2548
  {
2595
- "id": 137,
2549
+ "id": 138,
2596
2550
  "name": "clearAll",
2597
2551
  "kind": 2048,
2598
2552
  "kindString": "Method",
@@ -2602,13 +2556,13 @@
2602
2556
  "sources": [
2603
2557
  {
2604
2558
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
2605
- "line": 227,
2559
+ "line": 250,
2606
2560
  "character": 9
2607
2561
  }
2608
2562
  ],
2609
2563
  "signatures": [
2610
2564
  {
2611
- "id": 138,
2565
+ "id": 139,
2612
2566
  "name": "clearAll",
2613
2567
  "kind": 4096,
2614
2568
  "kindString": "Call signature",
@@ -2621,7 +2575,7 @@
2621
2575
  ]
2622
2576
  },
2623
2577
  {
2624
- "id": 131,
2578
+ "id": 132,
2625
2579
  "name": "filterButtonClicked",
2626
2580
  "kind": 2048,
2627
2581
  "kindString": "Method",
@@ -2631,13 +2585,13 @@
2631
2585
  "sources": [
2632
2586
  {
2633
2587
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
2634
- "line": 155,
2588
+ "line": 170,
2635
2589
  "character": 9
2636
2590
  }
2637
2591
  ],
2638
2592
  "signatures": [
2639
2593
  {
2640
- "id": 132,
2594
+ "id": 133,
2641
2595
  "name": "filterButtonClicked",
2642
2596
  "kind": 4096,
2643
2597
  "kindString": "Call signature",
@@ -2650,7 +2604,7 @@
2650
2604
  ]
2651
2605
  },
2652
2606
  {
2653
- "id": 120,
2607
+ "id": 121,
2654
2608
  "name": "ngOnDestroy",
2655
2609
  "kind": 2048,
2656
2610
  "kindString": "Method",
@@ -2660,13 +2614,13 @@
2660
2614
  "sources": [
2661
2615
  {
2662
2616
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
2663
- "line": 136,
2617
+ "line": 147,
2664
2618
  "character": 9
2665
2619
  }
2666
2620
  ],
2667
2621
  "signatures": [
2668
2622
  {
2669
- "id": 121,
2623
+ "id": 122,
2670
2624
  "name": "ngOnDestroy",
2671
2625
  "kind": 4096,
2672
2626
  "kindString": "Call signature",
@@ -2687,7 +2641,7 @@
2687
2641
  }
2688
2642
  },
2689
2643
  {
2690
- "id": 118,
2644
+ "id": 119,
2691
2645
  "name": "ngOnInit",
2692
2646
  "kind": 2048,
2693
2647
  "kindString": "Method",
@@ -2697,13 +2651,13 @@
2697
2651
  "sources": [
2698
2652
  {
2699
2653
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
2700
- "line": 94,
2654
+ "line": 105,
2701
2655
  "character": 9
2702
2656
  }
2703
2657
  ],
2704
2658
  "signatures": [
2705
2659
  {
2706
- "id": 119,
2660
+ "id": 120,
2707
2661
  "name": "ngOnInit",
2708
2662
  "kind": 4096,
2709
2663
  "kindString": "Call signature",
@@ -2724,7 +2678,7 @@
2724
2678
  }
2725
2679
  },
2726
2680
  {
2727
- "id": 139,
2681
+ "id": 140,
2728
2682
  "name": "onOnlyShowSelected",
2729
2683
  "kind": 2048,
2730
2684
  "kindString": "Method",
@@ -2734,20 +2688,20 @@
2734
2688
  "sources": [
2735
2689
  {
2736
2690
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
2737
- "line": 234,
2691
+ "line": 257,
2738
2692
  "character": 9
2739
2693
  }
2740
2694
  ],
2741
2695
  "signatures": [
2742
2696
  {
2743
- "id": 140,
2697
+ "id": 141,
2744
2698
  "name": "onOnlyShowSelected",
2745
2699
  "kind": 4096,
2746
2700
  "kindString": "Call signature",
2747
2701
  "flags": {},
2748
2702
  "parameters": [
2749
2703
  {
2750
- "id": 141,
2704
+ "id": 142,
2751
2705
  "name": "event",
2752
2706
  "kind": 32768,
2753
2707
  "kindString": "Parameter",
@@ -2766,7 +2720,7 @@
2766
2720
  ]
2767
2721
  },
2768
2722
  {
2769
- "id": 125,
2723
+ "id": 126,
2770
2724
  "name": "onViewChange",
2771
2725
  "kind": 2048,
2772
2726
  "kindString": "Method",
@@ -2776,20 +2730,20 @@
2776
2730
  "sources": [
2777
2731
  {
2778
2732
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
2779
- "line": 146,
2733
+ "line": 159,
2780
2734
  "character": 9
2781
2735
  }
2782
2736
  ],
2783
2737
  "signatures": [
2784
2738
  {
2785
- "id": 126,
2739
+ "id": 127,
2786
2740
  "name": "onViewChange",
2787
2741
  "kind": 4096,
2788
2742
  "kindString": "Call signature",
2789
2743
  "flags": {},
2790
2744
  "parameters": [
2791
2745
  {
2792
- "id": 127,
2746
+ "id": 128,
2793
2747
  "name": "viewId",
2794
2748
  "kind": 32768,
2795
2749
  "kindString": "Parameter",
@@ -2808,7 +2762,7 @@
2808
2762
  ]
2809
2763
  },
2810
2764
  {
2811
- "id": 133,
2765
+ "id": 134,
2812
2766
  "name": "openColumnPicker",
2813
2767
  "kind": 2048,
2814
2768
  "kindString": "Method",
@@ -2818,13 +2772,13 @@
2818
2772
  "sources": [
2819
2773
  {
2820
2774
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
2821
- "line": 181,
2775
+ "line": 199,
2822
2776
  "character": 9
2823
2777
  }
2824
2778
  ],
2825
2779
  "signatures": [
2826
2780
  {
2827
- "id": 134,
2781
+ "id": 135,
2828
2782
  "name": "openColumnPicker",
2829
2783
  "kind": 4096,
2830
2784
  "kindString": "Call signature",
@@ -2837,7 +2791,7 @@
2837
2791
  ]
2838
2792
  },
2839
2793
  {
2840
- "id": 128,
2794
+ "id": 129,
2841
2795
  "name": "searchApplied",
2842
2796
  "kind": 2048,
2843
2797
  "kindString": "Method",
@@ -2847,20 +2801,20 @@
2847
2801
  "sources": [
2848
2802
  {
2849
2803
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
2850
- "line": 150,
2804
+ "line": 163,
2851
2805
  "character": 9
2852
2806
  }
2853
2807
  ],
2854
2808
  "signatures": [
2855
2809
  {
2856
- "id": 129,
2810
+ "id": 130,
2857
2811
  "name": "searchApplied",
2858
2812
  "kind": 4096,
2859
2813
  "kindString": "Call signature",
2860
2814
  "flags": {},
2861
2815
  "parameters": [
2862
2816
  {
2863
- "id": 130,
2817
+ "id": 131,
2864
2818
  "name": "text",
2865
2819
  "kind": 32768,
2866
2820
  "kindString": "Parameter",
@@ -2879,7 +2833,7 @@
2879
2833
  ]
2880
2834
  },
2881
2835
  {
2882
- "id": 135,
2836
+ "id": 136,
2883
2837
  "name": "selectAll",
2884
2838
  "kind": 2048,
2885
2839
  "kindString": "Method",
@@ -2889,13 +2843,13 @@
2889
2843
  "sources": [
2890
2844
  {
2891
2845
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
2892
- "line": 220,
2846
+ "line": 243,
2893
2847
  "character": 9
2894
2848
  }
2895
2849
  ],
2896
2850
  "signatures": [
2897
2851
  {
2898
- "id": 136,
2852
+ "id": 137,
2899
2853
  "name": "selectAll",
2900
2854
  "kind": 4096,
2901
2855
  "kindString": "Call signature",
@@ -2908,7 +2862,7 @@
2908
2862
  ]
2909
2863
  },
2910
2864
  {
2911
- "id": 122,
2865
+ "id": 123,
2912
2866
  "name": "sortSelected",
2913
2867
  "kind": 2048,
2914
2868
  "kindString": "Method",
@@ -2918,27 +2872,27 @@
2918
2872
  "sources": [
2919
2873
  {
2920
2874
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
2921
- "line": 141,
2875
+ "line": 152,
2922
2876
  "character": 9
2923
2877
  }
2924
2878
  ],
2925
2879
  "signatures": [
2926
2880
  {
2927
- "id": 123,
2881
+ "id": 124,
2928
2882
  "name": "sortSelected",
2929
2883
  "kind": 4096,
2930
2884
  "kindString": "Call signature",
2931
2885
  "flags": {},
2932
2886
  "parameters": [
2933
2887
  {
2934
- "id": 124,
2888
+ "id": 125,
2935
2889
  "name": "sortOption",
2936
2890
  "kind": 32768,
2937
2891
  "kindString": "Parameter",
2938
2892
  "flags": {},
2939
2893
  "type": {
2940
2894
  "type": "reference",
2941
- "id": 252,
2895
+ "id": 247,
2942
2896
  "name": "SkyDataManagerSortOption"
2943
2897
  }
2944
2898
  }
@@ -2956,48 +2910,47 @@
2956
2910
  "title": "Constructors",
2957
2911
  "kind": 512,
2958
2912
  "children": [
2959
- 87
2913
+ 86
2960
2914
  ]
2961
2915
  },
2962
2916
  {
2963
2917
  "title": "Properties",
2964
2918
  "kind": 1024,
2965
2919
  "children": [
2966
- 111
2920
+ 108
2967
2921
  ]
2968
2922
  },
2969
2923
  {
2970
2924
  "title": "Accessors",
2971
2925
  "kind": 262144,
2972
2926
  "children": [
2973
- 93,
2974
- 95,
2975
- 99,
2976
- 103,
2977
- 107
2927
+ 92,
2928
+ 96,
2929
+ 100,
2930
+ 104
2978
2931
  ]
2979
2932
  },
2980
2933
  {
2981
2934
  "title": "Methods",
2982
2935
  "kind": 2048,
2983
2936
  "children": [
2984
- 137,
2985
- 131,
2986
- 120,
2987
- 118,
2988
- 139,
2989
- 125,
2990
- 133,
2991
- 128,
2992
- 135,
2993
- 122
2937
+ 138,
2938
+ 132,
2939
+ 121,
2940
+ 119,
2941
+ 140,
2942
+ 126,
2943
+ 134,
2944
+ 129,
2945
+ 136,
2946
+ 123
2994
2947
  ]
2995
2948
  }
2996
2949
  ],
2997
2950
  "sources": [
2998
2951
  {
2999
2952
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
3000
- "line": 35,
2953
+ "line": 39,
3001
2954
  "character": 13
3002
2955
  }
3003
2956
  ],
@@ -3017,7 +2970,7 @@
3017
2970
  ]
3018
2971
  },
3019
2972
  {
3020
- "id": 142,
2973
+ "id": 143,
3021
2974
  "name": "SkyDataViewComponent",
3022
2975
  "kind": 128,
3023
2976
  "kindString": "Class",
@@ -3041,7 +2994,7 @@
3041
2994
  ],
3042
2995
  "children": [
3043
2996
  {
3044
- "id": 143,
2997
+ "id": 144,
3045
2998
  "name": "constructor",
3046
2999
  "kind": 512,
3047
3000
  "kindString": "Constructor",
@@ -3049,31 +3002,18 @@
3049
3002
  "sources": [
3050
3003
  {
3051
3004
  "fileName": "projects/data-manager/src/modules/data-manager/data-view.component.ts",
3052
- "line": 46,
3005
+ "line": 39,
3053
3006
  "character": 2
3054
3007
  }
3055
3008
  ],
3056
3009
  "signatures": [
3057
3010
  {
3058
- "id": 144,
3011
+ "id": 145,
3059
3012
  "name": "SkyDataViewComponent",
3060
3013
  "kind": 16384,
3061
3014
  "kindString": "Constructor signature",
3062
3015
  "flags": {},
3063
3016
  "parameters": [
3064
- {
3065
- "id": 145,
3066
- "name": "changeDetector",
3067
- "kind": 32768,
3068
- "kindString": "Parameter",
3069
- "flags": {},
3070
- "type": {
3071
- "type": "reference",
3072
- "qualifiedName": "ChangeDetectorRef",
3073
- "package": "@angular/core",
3074
- "name": "ChangeDetectorRef"
3075
- }
3076
- },
3077
3017
  {
3078
3018
  "id": 146,
3079
3019
  "name": "dataManagerService",
@@ -3082,39 +3022,50 @@
3082
3022
  "flags": {},
3083
3023
  "type": {
3084
3024
  "type": "reference",
3085
- "id": 161,
3025
+ "id": 158,
3086
3026
  "name": "SkyDataManagerService"
3087
3027
  }
3088
3028
  }
3089
3029
  ],
3090
3030
  "type": {
3091
3031
  "type": "reference",
3092
- "id": 142,
3032
+ "id": 143,
3093
3033
  "name": "SkyDataViewComponent"
3094
3034
  }
3095
3035
  }
3096
3036
  ]
3097
3037
  },
3098
3038
  {
3099
- "id": 152,
3100
- "name": "_isActive",
3039
+ "id": 148,
3040
+ "name": "isActive",
3101
3041
  "kind": 1024,
3102
3042
  "kindString": "Property",
3103
3043
  "flags": {
3104
3044
  "isPublic": true
3105
3045
  },
3046
+ "decorators": [
3047
+ {
3048
+ "name": "Input",
3049
+ "type": {
3050
+ "type": "reference",
3051
+ "qualifiedName": "InputDecorator",
3052
+ "package": "@angular/core",
3053
+ "name": "Input"
3054
+ },
3055
+ "arguments": {}
3056
+ }
3057
+ ],
3106
3058
  "sources": [
3107
3059
  {
3108
3060
  "fileName": "projects/data-manager/src/modules/data-manager/data-view.component.ts",
3109
- "line": 43,
3061
+ "line": 34,
3110
3062
  "character": 9
3111
3063
  }
3112
3064
  ],
3113
3065
  "type": {
3114
3066
  "type": "intrinsic",
3115
3067
  "name": "boolean"
3116
- },
3117
- "defaultValue": "false"
3068
+ }
3118
3069
  },
3119
3070
  {
3120
3071
  "id": 147,
@@ -3148,7 +3099,7 @@
3148
3099
  "sources": [
3149
3100
  {
3150
3101
  "fileName": "projects/data-manager/src/modules/data-manager/data-view.component.ts",
3151
- "line": 32,
3102
+ "line": 31,
3152
3103
  "character": 9
3153
3104
  }
3154
3105
  ],
@@ -3158,62 +3109,7 @@
3158
3109
  }
3159
3110
  },
3160
3111
  {
3161
- "id": 148,
3162
- "name": "isActive",
3163
- "kind": 262144,
3164
- "kindString": "Accessor",
3165
- "flags": {
3166
- "isPublic": true
3167
- },
3168
- "sources": [
3169
- {
3170
- "fileName": "projects/data-manager/src/modules/data-manager/data-view.component.ts",
3171
- "line": 34,
3172
- "character": 13
3173
- }
3174
- ],
3175
- "getSignature": [
3176
- {
3177
- "id": 149,
3178
- "name": "isActive",
3179
- "kind": 524288,
3180
- "kindString": "Get signature",
3181
- "flags": {},
3182
- "type": {
3183
- "type": "intrinsic",
3184
- "name": "boolean"
3185
- }
3186
- }
3187
- ],
3188
- "setSignature": [
3189
- {
3190
- "id": 150,
3191
- "name": "isActive",
3192
- "kind": 1048576,
3193
- "kindString": "Set signature",
3194
- "flags": {},
3195
- "parameters": [
3196
- {
3197
- "id": 151,
3198
- "name": "value",
3199
- "kind": 32768,
3200
- "kindString": "Parameter",
3201
- "flags": {},
3202
- "type": {
3203
- "type": "intrinsic",
3204
- "name": "boolean"
3205
- }
3206
- }
3207
- ],
3208
- "type": {
3209
- "type": "intrinsic",
3210
- "name": "void"
3211
- }
3212
- }
3213
- ]
3214
- },
3215
- {
3216
- "id": 156,
3112
+ "id": 153,
3217
3113
  "name": "ngOnDestroy",
3218
3114
  "kind": 2048,
3219
3115
  "kindString": "Method",
@@ -3223,13 +3119,13 @@
3223
3119
  "sources": [
3224
3120
  {
3225
3121
  "fileName": "projects/data-manager/src/modules/data-manager/data-view.component.ts",
3226
- "line": 60,
3122
+ "line": 52,
3227
3123
  "character": 9
3228
3124
  }
3229
3125
  ],
3230
3126
  "signatures": [
3231
3127
  {
3232
- "id": 157,
3128
+ "id": 154,
3233
3129
  "name": "ngOnDestroy",
3234
3130
  "kind": 4096,
3235
3131
  "kindString": "Call signature",
@@ -3250,7 +3146,7 @@
3250
3146
  }
3251
3147
  },
3252
3148
  {
3253
- "id": 154,
3149
+ "id": 151,
3254
3150
  "name": "ngOnInit",
3255
3151
  "kind": 2048,
3256
3152
  "kindString": "Method",
@@ -3260,13 +3156,13 @@
3260
3156
  "sources": [
3261
3157
  {
3262
3158
  "fileName": "projects/data-manager/src/modules/data-manager/data-view.component.ts",
3263
- "line": 51,
3159
+ "line": 43,
3264
3160
  "character": 9
3265
3161
  }
3266
3162
  ],
3267
3163
  "signatures": [
3268
3164
  {
3269
- "id": 155,
3165
+ "id": 152,
3270
3166
  "name": "ngOnInit",
3271
3167
  "kind": 4096,
3272
3168
  "kindString": "Call signature",
@@ -3292,37 +3188,30 @@
3292
3188
  "title": "Constructors",
3293
3189
  "kind": 512,
3294
3190
  "children": [
3295
- 143
3191
+ 144
3296
3192
  ]
3297
3193
  },
3298
3194
  {
3299
3195
  "title": "Properties",
3300
3196
  "kind": 1024,
3301
3197
  "children": [
3302
- 152,
3198
+ 148,
3303
3199
  147
3304
3200
  ]
3305
3201
  },
3306
- {
3307
- "title": "Accessors",
3308
- "kind": 262144,
3309
- "children": [
3310
- 148
3311
- ]
3312
- },
3313
3202
  {
3314
3203
  "title": "Methods",
3315
3204
  "kind": 2048,
3316
3205
  "children": [
3317
- 156,
3318
- 154
3206
+ 153,
3207
+ 151
3319
3208
  ]
3320
3209
  }
3321
3210
  ],
3322
3211
  "sources": [
3323
3212
  {
3324
3213
  "fileName": "projects/data-manager/src/modules/data-manager/data-view.component.ts",
3325
- "line": 25,
3214
+ "line": 24,
3326
3215
  "character": 13
3327
3216
  }
3328
3217
  ],
@@ -3342,7 +3231,7 @@
3342
3231
  ]
3343
3232
  },
3344
3233
  {
3345
- "id": 231,
3234
+ "id": 226,
3346
3235
  "name": "SkyDataManagerColumnPickerOption",
3347
3236
  "kind": 256,
3348
3237
  "kindString": "Interface",
@@ -3352,7 +3241,7 @@
3352
3241
  },
3353
3242
  "children": [
3354
3243
  {
3355
- "id": 232,
3244
+ "id": 227,
3356
3245
  "name": "alwaysDisplayed",
3357
3246
  "kind": 1024,
3358
3247
  "kindString": "Property",
@@ -3375,7 +3264,7 @@
3375
3264
  }
3376
3265
  },
3377
3266
  {
3378
- "id": 233,
3267
+ "id": 228,
3379
3268
  "name": "description",
3380
3269
  "kind": 1024,
3381
3270
  "kindString": "Property",
@@ -3398,7 +3287,7 @@
3398
3287
  }
3399
3288
  },
3400
3289
  {
3401
- "id": 235,
3290
+ "id": 230,
3402
3291
  "name": "id",
3403
3292
  "kind": 1024,
3404
3293
  "kindString": "Property",
@@ -3425,7 +3314,7 @@
3425
3314
  }
3426
3315
  },
3427
3316
  {
3428
- "id": 234,
3317
+ "id": 229,
3429
3318
  "name": "initialHide",
3430
3319
  "kind": 1024,
3431
3320
  "kindString": "Property",
@@ -3448,7 +3337,7 @@
3448
3337
  }
3449
3338
  },
3450
3339
  {
3451
- "id": 236,
3340
+ "id": 231,
3452
3341
  "name": "label",
3453
3342
  "kind": 1024,
3454
3343
  "kindString": "Property",
@@ -3480,11 +3369,11 @@
3480
3369
  "title": "Properties",
3481
3370
  "kind": 1024,
3482
3371
  "children": [
3483
- 232,
3484
- 233,
3485
- 235,
3486
- 234,
3487
- 236
3372
+ 227,
3373
+ 228,
3374
+ 230,
3375
+ 229,
3376
+ 231
3488
3377
  ]
3489
3378
  }
3490
3379
  ],
@@ -3497,7 +3386,7 @@
3497
3386
  ]
3498
3387
  },
3499
3388
  {
3500
- "id": 240,
3389
+ "id": 235,
3501
3390
  "name": "SkyDataManagerConfig",
3502
3391
  "kind": 256,
3503
3392
  "kindString": "Interface",
@@ -3507,7 +3396,7 @@
3507
3396
  },
3508
3397
  "children": [
3509
3398
  {
3510
- "id": 241,
3399
+ "id": 236,
3511
3400
  "name": "additionalOptions",
3512
3401
  "kind": 1024,
3513
3402
  "kindString": "Property",
@@ -3520,7 +3409,7 @@
3520
3409
  "sources": [
3521
3410
  {
3522
3411
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-config.ts",
3523
- "line": 12,
3412
+ "line": 13,
3524
3413
  "character": 2
3525
3414
  }
3526
3415
  ],
@@ -3530,7 +3419,7 @@
3530
3419
  }
3531
3420
  },
3532
3421
  {
3533
- "id": 242,
3422
+ "id": 237,
3534
3423
  "name": "filterModalComponent",
3535
3424
  "kind": 1024,
3536
3425
  "kindString": "Property",
@@ -3543,7 +3432,7 @@
3543
3432
  "sources": [
3544
3433
  {
3545
3434
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-config.ts",
3546
- "line": 18,
3435
+ "line": 20,
3547
3436
  "character": 2
3548
3437
  }
3549
3438
  ],
@@ -3553,7 +3442,7 @@
3553
3442
  }
3554
3443
  },
3555
3444
  {
3556
- "id": 243,
3445
+ "id": 238,
3557
3446
  "name": "sortOptions",
3558
3447
  "kind": 1024,
3559
3448
  "kindString": "Property",
@@ -3566,7 +3455,7 @@
3566
3455
  "sources": [
3567
3456
  {
3568
3457
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-config.ts",
3569
- "line": 23,
3458
+ "line": 25,
3570
3459
  "character": 2
3571
3460
  }
3572
3461
  ],
@@ -3574,7 +3463,7 @@
3574
3463
  "type": "array",
3575
3464
  "elementType": {
3576
3465
  "type": "reference",
3577
- "id": 252,
3466
+ "id": 247,
3578
3467
  "name": "SkyDataManagerSortOption"
3579
3468
  }
3580
3469
  }
@@ -3585,9 +3474,9 @@
3585
3474
  "title": "Properties",
3586
3475
  "kind": 1024,
3587
3476
  "children": [
3588
- 241,
3589
- 242,
3590
- 243
3477
+ 236,
3478
+ 237,
3479
+ 238
3591
3480
  ]
3592
3481
  }
3593
3482
  ],
@@ -3600,14 +3489,14 @@
3600
3489
  ]
3601
3490
  },
3602
3491
  {
3603
- "id": 244,
3492
+ "id": 239,
3604
3493
  "name": "SkyDataManagerFilterData",
3605
3494
  "kind": 256,
3606
3495
  "kindString": "Interface",
3607
3496
  "flags": {},
3608
3497
  "children": [
3609
3498
  {
3610
- "id": 246,
3499
+ "id": 241,
3611
3500
  "name": "filters",
3612
3501
  "kind": 1024,
3613
3502
  "kindString": "Property",
@@ -3620,7 +3509,7 @@
3620
3509
  "sources": [
3621
3510
  {
3622
3511
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-filter-data.ts",
3623
- "line": 10,
3512
+ "line": 11,
3624
3513
  "character": 2
3625
3514
  }
3626
3515
  ],
@@ -3630,7 +3519,7 @@
3630
3519
  }
3631
3520
  },
3632
3521
  {
3633
- "id": 245,
3522
+ "id": 240,
3634
3523
  "name": "filtersApplied",
3635
3524
  "kind": 1024,
3636
3525
  "kindString": "Property",
@@ -3658,8 +3547,8 @@
3658
3547
  "title": "Properties",
3659
3548
  "kind": 1024,
3660
3549
  "children": [
3661
- 246,
3662
- 245
3550
+ 241,
3551
+ 240
3663
3552
  ]
3664
3553
  }
3665
3554
  ],
@@ -3672,14 +3561,14 @@
3672
3561
  ]
3673
3562
  },
3674
3563
  {
3675
- "id": 247,
3564
+ "id": 242,
3676
3565
  "name": "SkyDataManagerInitArgs",
3677
3566
  "kind": 256,
3678
3567
  "kindString": "Interface",
3679
3568
  "flags": {},
3680
3569
  "children": [
3681
3570
  {
3682
- "id": 248,
3571
+ "id": 243,
3683
3572
  "name": "activeViewId",
3684
3573
  "kind": 1024,
3685
3574
  "kindString": "Property",
@@ -3706,7 +3595,7 @@
3706
3595
  }
3707
3596
  },
3708
3597
  {
3709
- "id": 249,
3598
+ "id": 244,
3710
3599
  "name": "dataManagerConfig",
3711
3600
  "kind": 1024,
3712
3601
  "kindString": "Property",
@@ -3729,12 +3618,12 @@
3729
3618
  ],
3730
3619
  "type": {
3731
3620
  "type": "reference",
3732
- "id": 240,
3621
+ "id": 235,
3733
3622
  "name": "SkyDataManagerConfig"
3734
3623
  }
3735
3624
  },
3736
3625
  {
3737
- "id": 250,
3626
+ "id": 245,
3738
3627
  "name": "defaultDataState",
3739
3628
  "kind": 1024,
3740
3629
  "kindString": "Property",
@@ -3757,12 +3646,12 @@
3757
3646
  ],
3758
3647
  "type": {
3759
3648
  "type": "reference",
3760
- "id": 257,
3649
+ "id": 252,
3761
3650
  "name": "SkyDataManagerState"
3762
3651
  }
3763
3652
  },
3764
3653
  {
3765
- "id": 251,
3654
+ "id": 246,
3766
3655
  "name": "settingsKey",
3767
3656
  "kind": 1024,
3768
3657
  "kindString": "Property",
@@ -3790,10 +3679,10 @@
3790
3679
  "title": "Properties",
3791
3680
  "kind": 1024,
3792
3681
  "children": [
3793
- 248,
3794
- 249,
3795
- 250,
3796
- 251
3682
+ 243,
3683
+ 244,
3684
+ 245,
3685
+ 246
3797
3686
  ]
3798
3687
  }
3799
3688
  ],
@@ -3806,14 +3695,14 @@
3806
3695
  ]
3807
3696
  },
3808
3697
  {
3809
- "id": 252,
3698
+ "id": 247,
3810
3699
  "name": "SkyDataManagerSortOption",
3811
3700
  "kind": 256,
3812
3701
  "kindString": "Interface",
3813
3702
  "flags": {},
3814
3703
  "children": [
3815
3704
  {
3816
- "id": 253,
3705
+ "id": 248,
3817
3706
  "name": "descending",
3818
3707
  "kind": 1024,
3819
3708
  "kindString": "Property",
@@ -3840,7 +3729,7 @@
3840
3729
  }
3841
3730
  },
3842
3731
  {
3843
- "id": 254,
3732
+ "id": 249,
3844
3733
  "name": "id",
3845
3734
  "kind": 1024,
3846
3735
  "kindString": "Property",
@@ -3867,7 +3756,7 @@
3867
3756
  }
3868
3757
  },
3869
3758
  {
3870
- "id": 255,
3759
+ "id": 250,
3871
3760
  "name": "label",
3872
3761
  "kind": 1024,
3873
3762
  "kindString": "Property",
@@ -3894,7 +3783,7 @@
3894
3783
  }
3895
3784
  },
3896
3785
  {
3897
- "id": 256,
3786
+ "id": 251,
3898
3787
  "name": "propertyName",
3899
3788
  "kind": 1024,
3900
3789
  "kindString": "Property",
@@ -3926,10 +3815,10 @@
3926
3815
  "title": "Properties",
3927
3816
  "kind": 1024,
3928
3817
  "children": [
3929
- 253,
3930
- 254,
3931
- 255,
3932
- 256
3818
+ 248,
3819
+ 249,
3820
+ 250,
3821
+ 251
3933
3822
  ]
3934
3823
  }
3935
3824
  ],
@@ -3942,14 +3831,14 @@
3942
3831
  ]
3943
3832
  },
3944
3833
  {
3945
- "id": 277,
3834
+ "id": 272,
3946
3835
  "name": "SkyDataManagerStateOptions",
3947
3836
  "kind": 256,
3948
3837
  "kindString": "Interface",
3949
3838
  "flags": {},
3950
3839
  "children": [
3951
3840
  {
3952
- "id": 278,
3841
+ "id": 273,
3953
3842
  "name": "activeSortOption",
3954
3843
  "kind": 1024,
3955
3844
  "kindString": "Property",
@@ -3968,12 +3857,12 @@
3968
3857
  ],
3969
3858
  "type": {
3970
3859
  "type": "reference",
3971
- "id": 252,
3860
+ "id": 247,
3972
3861
  "name": "SkyDataManagerSortOption"
3973
3862
  }
3974
3863
  },
3975
3864
  {
3976
- "id": 279,
3865
+ "id": 274,
3977
3866
  "name": "additionalData",
3978
3867
  "kind": 1024,
3979
3868
  "kindString": "Property",
@@ -3986,7 +3875,7 @@
3986
3875
  "sources": [
3987
3876
  {
3988
3877
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-options.ts",
3989
- "line": 14,
3878
+ "line": 15,
3990
3879
  "character": 2
3991
3880
  }
3992
3881
  ],
@@ -3996,7 +3885,7 @@
3996
3885
  }
3997
3886
  },
3998
3887
  {
3999
- "id": 280,
3888
+ "id": 275,
4000
3889
  "name": "filterData",
4001
3890
  "kind": 1024,
4002
3891
  "kindString": "Property",
@@ -4009,18 +3898,18 @@
4009
3898
  "sources": [
4010
3899
  {
4011
3900
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-options.ts",
4012
- "line": 18,
3901
+ "line": 19,
4013
3902
  "character": 2
4014
3903
  }
4015
3904
  ],
4016
3905
  "type": {
4017
3906
  "type": "reference",
4018
- "id": 244,
3907
+ "id": 239,
4019
3908
  "name": "SkyDataManagerFilterData"
4020
3909
  }
4021
3910
  },
4022
3911
  {
4023
- "id": 281,
3912
+ "id": 276,
4024
3913
  "name": "onlyShowSelected",
4025
3914
  "kind": 1024,
4026
3915
  "kindString": "Property",
@@ -4033,7 +3922,7 @@
4033
3922
  "sources": [
4034
3923
  {
4035
3924
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-options.ts",
4036
- "line": 23,
3925
+ "line": 24,
4037
3926
  "character": 2
4038
3927
  }
4039
3928
  ],
@@ -4043,7 +3932,7 @@
4043
3932
  }
4044
3933
  },
4045
3934
  {
4046
- "id": 282,
3935
+ "id": 277,
4047
3936
  "name": "searchText",
4048
3937
  "kind": 1024,
4049
3938
  "kindString": "Property",
@@ -4056,7 +3945,7 @@
4056
3945
  "sources": [
4057
3946
  {
4058
3947
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-options.ts",
4059
- "line": 27,
3948
+ "line": 28,
4060
3949
  "character": 2
4061
3950
  }
4062
3951
  ],
@@ -4066,7 +3955,7 @@
4066
3955
  }
4067
3956
  },
4068
3957
  {
4069
- "id": 283,
3958
+ "id": 278,
4070
3959
  "name": "selectedIds",
4071
3960
  "kind": 1024,
4072
3961
  "kindString": "Property",
@@ -4079,7 +3968,7 @@
4079
3968
  "sources": [
4080
3969
  {
4081
3970
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-options.ts",
4082
- "line": 31,
3971
+ "line": 32,
4083
3972
  "character": 2
4084
3973
  }
4085
3974
  ],
@@ -4092,7 +3981,7 @@
4092
3981
  }
4093
3982
  },
4094
3983
  {
4095
- "id": 284,
3984
+ "id": 279,
4096
3985
  "name": "views",
4097
3986
  "kind": 1024,
4098
3987
  "kindString": "Property",
@@ -4105,7 +3994,7 @@
4105
3994
  "sources": [
4106
3995
  {
4107
3996
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-options.ts",
4108
- "line": 35,
3997
+ "line": 36,
4109
3998
  "character": 2
4110
3999
  }
4111
4000
  ],
@@ -4113,7 +4002,7 @@
4113
4002
  "type": "array",
4114
4003
  "elementType": {
4115
4004
  "type": "reference",
4116
- "id": 321,
4005
+ "id": 316,
4117
4006
  "name": "SkyDataViewStateOptions"
4118
4007
  }
4119
4008
  }
@@ -4124,13 +4013,13 @@
4124
4013
  "title": "Properties",
4125
4014
  "kind": 1024,
4126
4015
  "children": [
4016
+ 273,
4017
+ 274,
4018
+ 275,
4019
+ 276,
4020
+ 277,
4127
4021
  278,
4128
- 279,
4129
- 280,
4130
- 281,
4131
- 282,
4132
- 283,
4133
- 284
4022
+ 279
4134
4023
  ]
4135
4024
  }
4136
4025
  ],
@@ -4143,7 +4032,7 @@
4143
4032
  ]
4144
4033
  },
4145
4034
  {
4146
- "id": 285,
4035
+ "id": 280,
4147
4036
  "name": "SkyDataManagerStateUpdateFilterArgs",
4148
4037
  "kind": 256,
4149
4038
  "kindString": "Interface",
@@ -4153,7 +4042,7 @@
4153
4042
  },
4154
4043
  "children": [
4155
4044
  {
4156
- "id": 286,
4045
+ "id": 281,
4157
4046
  "name": "properties",
4158
4047
  "kind": 1024,
4159
4048
  "kindString": "Property",
@@ -4179,7 +4068,7 @@
4179
4068
  }
4180
4069
  },
4181
4070
  {
4182
- "id": 287,
4071
+ "id": 282,
4183
4072
  "name": "comparator",
4184
4073
  "kind": 2048,
4185
4074
  "kindString": "Method",
@@ -4195,7 +4084,7 @@
4195
4084
  ],
4196
4085
  "signatures": [
4197
4086
  {
4198
- "id": 288,
4087
+ "id": 283,
4199
4088
  "name": "comparator",
4200
4089
  "kind": 4096,
4201
4090
  "kindString": "Call signature",
@@ -4205,26 +4094,26 @@
4205
4094
  },
4206
4095
  "parameters": [
4207
4096
  {
4208
- "id": 289,
4097
+ "id": 284,
4209
4098
  "name": "state1",
4210
4099
  "kind": 32768,
4211
4100
  "kindString": "Parameter",
4212
4101
  "flags": {},
4213
4102
  "type": {
4214
4103
  "type": "reference",
4215
- "id": 257,
4104
+ "id": 252,
4216
4105
  "name": "SkyDataManagerState"
4217
4106
  }
4218
4107
  },
4219
4108
  {
4220
- "id": 290,
4109
+ "id": 285,
4221
4110
  "name": "state2",
4222
4111
  "kind": 32768,
4223
4112
  "kindString": "Parameter",
4224
4113
  "flags": {},
4225
4114
  "type": {
4226
4115
  "type": "reference",
4227
- "id": 257,
4116
+ "id": 252,
4228
4117
  "name": "SkyDataManagerState"
4229
4118
  }
4230
4119
  }
@@ -4242,14 +4131,14 @@
4242
4131
  "title": "Properties",
4243
4132
  "kind": 1024,
4244
4133
  "children": [
4245
- 286
4134
+ 281
4246
4135
  ]
4247
4136
  },
4248
4137
  {
4249
4138
  "title": "Methods",
4250
4139
  "kind": 2048,
4251
4140
  "children": [
4252
- 287
4141
+ 282
4253
4142
  ]
4254
4143
  }
4255
4144
  ],
@@ -4262,7 +4151,7 @@
4262
4151
  ]
4263
4152
  },
4264
4153
  {
4265
- "id": 291,
4154
+ "id": 286,
4266
4155
  "name": "SkyDataViewConfig",
4267
4156
  "kind": 256,
4268
4157
  "kindString": "Interface",
@@ -4272,7 +4161,7 @@
4272
4161
  },
4273
4162
  "children": [
4274
4163
  {
4275
- "id": 292,
4164
+ "id": 287,
4276
4165
  "name": "additionalOptions",
4277
4166
  "kind": 1024,
4278
4167
  "kindString": "Property",
@@ -4307,7 +4196,7 @@
4307
4196
  }
4308
4197
  },
4309
4198
  {
4310
- "id": 293,
4199
+ "id": 288,
4311
4200
  "name": "columnOptions",
4312
4201
  "kind": 1024,
4313
4202
  "kindString": "Property",
@@ -4328,13 +4217,13 @@
4328
4217
  "type": "array",
4329
4218
  "elementType": {
4330
4219
  "type": "reference",
4331
- "id": 231,
4220
+ "id": 226,
4332
4221
  "name": "SkyDataManagerColumnPickerOption"
4333
4222
  }
4334
4223
  }
4335
4224
  },
4336
4225
  {
4337
- "id": 294,
4226
+ "id": 289,
4338
4227
  "name": "columnPickerEnabled",
4339
4228
  "kind": 1024,
4340
4229
  "kindString": "Property",
@@ -4357,7 +4246,7 @@
4357
4246
  }
4358
4247
  },
4359
4248
  {
4360
- "id": 295,
4249
+ "id": 290,
4361
4250
  "name": "columnPickerSortStrategy",
4362
4251
  "kind": 1024,
4363
4252
  "kindString": "Property",
@@ -4376,12 +4265,12 @@
4376
4265
  ],
4377
4266
  "type": {
4378
4267
  "type": "reference",
4379
- "id": 237,
4268
+ "id": 232,
4380
4269
  "name": "SkyDataManagerColumnPickerSortStrategy"
4381
4270
  }
4382
4271
  },
4383
4272
  {
4384
- "id": 296,
4273
+ "id": 291,
4385
4274
  "name": "filterButtonEnabled",
4386
4275
  "kind": 1024,
4387
4276
  "kindString": "Property",
@@ -4404,7 +4293,7 @@
4404
4293
  }
4405
4294
  },
4406
4295
  {
4407
- "id": 297,
4296
+ "id": 292,
4408
4297
  "name": "icon",
4409
4298
  "kind": 1024,
4410
4299
  "kindString": "Property",
@@ -4427,7 +4316,7 @@
4427
4316
  }
4428
4317
  },
4429
4318
  {
4430
- "id": 298,
4319
+ "id": 293,
4431
4320
  "name": "id",
4432
4321
  "kind": 1024,
4433
4322
  "kindString": "Property",
@@ -4448,7 +4337,7 @@
4448
4337
  }
4449
4338
  },
4450
4339
  {
4451
- "id": 299,
4340
+ "id": 294,
4452
4341
  "name": "multiselectToolbarEnabled",
4453
4342
  "kind": 1024,
4454
4343
  "kindString": "Property",
@@ -4471,7 +4360,7 @@
4471
4360
  }
4472
4361
  },
4473
4362
  {
4474
- "id": 300,
4363
+ "id": 295,
4475
4364
  "name": "name",
4476
4365
  "kind": 1024,
4477
4366
  "kindString": "Property",
@@ -4492,7 +4381,7 @@
4492
4381
  }
4493
4382
  },
4494
4383
  {
4495
- "id": 305,
4384
+ "id": 300,
4496
4385
  "name": "searchEnabled",
4497
4386
  "kind": 1024,
4498
4387
  "kindString": "Property",
@@ -4515,7 +4404,7 @@
4515
4404
  }
4516
4405
  },
4517
4406
  {
4518
- "id": 307,
4407
+ "id": 302,
4519
4408
  "name": "searchExpandMode",
4520
4409
  "kind": 1024,
4521
4410
  "kindString": "Property",
@@ -4538,7 +4427,7 @@
4538
4427
  }
4539
4428
  },
4540
4429
  {
4541
- "id": 306,
4430
+ "id": 301,
4542
4431
  "name": "searchPlaceholderText",
4543
4432
  "kind": 1024,
4544
4433
  "kindString": "Property",
@@ -4561,7 +4450,7 @@
4561
4450
  }
4562
4451
  },
4563
4452
  {
4564
- "id": 308,
4453
+ "id": 303,
4565
4454
  "name": "showFilterButtonText",
4566
4455
  "kind": 1024,
4567
4456
  "kindString": "Property",
@@ -4584,7 +4473,7 @@
4584
4473
  }
4585
4474
  },
4586
4475
  {
4587
- "id": 309,
4476
+ "id": 304,
4588
4477
  "name": "showSortButtonText",
4589
4478
  "kind": 1024,
4590
4479
  "kindString": "Property",
@@ -4607,7 +4496,7 @@
4607
4496
  }
4608
4497
  },
4609
4498
  {
4610
- "id": 310,
4499
+ "id": 305,
4611
4500
  "name": "sortEnabled",
4612
4501
  "kind": 1024,
4613
4502
  "kindString": "Property",
@@ -4630,7 +4519,7 @@
4630
4519
  }
4631
4520
  },
4632
4521
  {
4633
- "id": 301,
4522
+ "id": 296,
4634
4523
  "name": "onClearAllClick",
4635
4524
  "kind": 2048,
4636
4525
  "kindString": "Method",
@@ -4646,7 +4535,7 @@
4646
4535
  ],
4647
4536
  "signatures": [
4648
4537
  {
4649
- "id": 302,
4538
+ "id": 297,
4650
4539
  "name": "onClearAllClick",
4651
4540
  "kind": 4096,
4652
4541
  "kindString": "Call signature",
@@ -4662,7 +4551,7 @@
4662
4551
  ]
4663
4552
  },
4664
4553
  {
4665
- "id": 303,
4554
+ "id": 298,
4666
4555
  "name": "onSelectAllClick",
4667
4556
  "kind": 2048,
4668
4557
  "kindString": "Method",
@@ -4678,7 +4567,7 @@
4678
4567
  ],
4679
4568
  "signatures": [
4680
4569
  {
4681
- "id": 304,
4570
+ "id": 299,
4682
4571
  "name": "onSelectAllClick",
4683
4572
  "kind": 4096,
4684
4573
  "kindString": "Call signature",
@@ -4699,29 +4588,29 @@
4699
4588
  "title": "Properties",
4700
4589
  "kind": 1024,
4701
4590
  "children": [
4591
+ 287,
4592
+ 288,
4593
+ 289,
4594
+ 290,
4595
+ 291,
4702
4596
  292,
4703
4597
  293,
4704
4598
  294,
4705
4599
  295,
4706
- 296,
4707
- 297,
4708
- 298,
4709
- 299,
4710
4600
  300,
4711
- 305,
4712
- 307,
4713
- 306,
4714
- 308,
4715
- 309,
4716
- 310
4601
+ 302,
4602
+ 301,
4603
+ 303,
4604
+ 304,
4605
+ 305
4717
4606
  ]
4718
4607
  },
4719
4608
  {
4720
4609
  "title": "Methods",
4721
4610
  "kind": 2048,
4722
4611
  "children": [
4723
- 301,
4724
- 303
4612
+ 296,
4613
+ 298
4725
4614
  ]
4726
4615
  }
4727
4616
  ],
@@ -4734,14 +4623,14 @@
4734
4623
  ]
4735
4624
  },
4736
4625
  {
4737
- "id": 321,
4626
+ "id": 316,
4738
4627
  "name": "SkyDataViewStateOptions",
4739
4628
  "kind": 256,
4740
4629
  "kindString": "Interface",
4741
4630
  "flags": {},
4742
4631
  "children": [
4743
4632
  {
4744
- "id": 325,
4633
+ "id": 320,
4745
4634
  "name": "additionalData",
4746
4635
  "kind": 1024,
4747
4636
  "kindString": "Property",
@@ -4754,7 +4643,7 @@
4754
4643
  "sources": [
4755
4644
  {
4756
4645
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-view-state-options.ts",
4757
- "line": 18,
4646
+ "line": 19,
4758
4647
  "character": 2
4759
4648
  }
4760
4649
  ],
@@ -4764,7 +4653,7 @@
4764
4653
  }
4765
4654
  },
4766
4655
  {
4767
- "id": 323,
4656
+ "id": 318,
4768
4657
  "name": "columnIds",
4769
4658
  "kind": 1024,
4770
4659
  "kindString": "Property",
@@ -4790,7 +4679,7 @@
4790
4679
  }
4791
4680
  },
4792
4681
  {
4793
- "id": 324,
4682
+ "id": 319,
4794
4683
  "name": "displayedColumnIds",
4795
4684
  "kind": 1024,
4796
4685
  "kindString": "Property",
@@ -4816,7 +4705,7 @@
4816
4705
  }
4817
4706
  },
4818
4707
  {
4819
- "id": 322,
4708
+ "id": 317,
4820
4709
  "name": "viewId",
4821
4710
  "kind": 1024,
4822
4711
  "kindString": "Property",
@@ -4842,10 +4731,10 @@
4842
4731
  "title": "Properties",
4843
4732
  "kind": 1024,
4844
4733
  "children": [
4845
- 325,
4846
- 323,
4847
- 324,
4848
- 322
4734
+ 320,
4735
+ 318,
4736
+ 319,
4737
+ 317
4849
4738
  ]
4850
4739
  }
4851
4740
  ],
@@ -4863,40 +4752,40 @@
4863
4752
  "title": "Enumerations",
4864
4753
  "kind": 8,
4865
4754
  "children": [
4866
- 237
4755
+ 232
4867
4756
  ]
4868
4757
  },
4869
4758
  {
4870
4759
  "title": "Classes",
4871
4760
  "kind": 128,
4872
4761
  "children": [
4873
- 227,
4762
+ 222,
4763
+ 155,
4874
4764
  158,
4875
- 161,
4876
- 257,
4877
- 311,
4765
+ 252,
4766
+ 306,
4878
4767
  44,
4879
- 74,
4880
- 77,
4881
- 80,
4882
- 83,
4883
- 86,
4884
- 142
4768
+ 73,
4769
+ 76,
4770
+ 79,
4771
+ 82,
4772
+ 85,
4773
+ 143
4885
4774
  ]
4886
4775
  },
4887
4776
  {
4888
4777
  "title": "Interfaces",
4889
4778
  "kind": 256,
4890
4779
  "children": [
4891
- 231,
4892
- 240,
4893
- 244,
4780
+ 226,
4781
+ 235,
4782
+ 239,
4783
+ 242,
4894
4784
  247,
4895
- 252,
4896
- 277,
4897
- 285,
4898
- 291,
4899
- 321
4785
+ 272,
4786
+ 280,
4787
+ 286,
4788
+ 316
4900
4789
  ]
4901
4790
  }
4902
4791
  ],