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

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 +452 -521
  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 +20 -15
  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 +268 -223
  15. package/fesm2015/skyux-data-manager.mjs.map +1 -1
  16. package/fesm2020/skyux-data-manager.mjs +262 -222
  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 +3 -6
  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": 238,
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": 239,
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": 240,
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
+ 239,
95
+ 240
96
96
  ]
97
97
  }
98
98
  ],
@@ -105,7 +105,7 @@
105
105
  ]
106
106
  },
107
107
  {
108
- "id": 227,
108
+ "id": 228,
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": 231,
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": 245,
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
+ 229
148
148
  ]
149
149
  },
150
150
  {
151
151
  "title": "Properties",
152
152
  "kind": 1024,
153
153
  "children": [
154
- 230
154
+ 231
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": 161,
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
+ 162
193
193
  ]
194
194
  }
195
195
  ],
@@ -202,7 +202,7 @@
202
202
  ]
203
203
  },
204
204
  {
205
- "id": 161,
205
+ "id": 164,
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": 165,
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": 166,
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": 167,
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": 164,
262
262
  "name": "SkyDataManagerService"
263
263
  }
264
264
  }
265
265
  ]
266
266
  },
267
267
  {
268
- "id": 165,
268
+ "id": 168,
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": 202,
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": 203,
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": 193,
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": 194,
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": 241,
396
379
  "name": "SkyDataManagerConfig"
397
380
  }
398
381
  }
399
382
  ]
400
383
  },
401
384
  {
402
- "id": 194,
385
+ "id": 195,
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": 196,
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": 241,
432
415
  "name": "SkyDataManagerConfig"
433
416
  }
434
417
  ],
@@ -440,7 +423,7 @@
440
423
  ]
441
424
  },
442
425
  {
443
- "id": 184,
426
+ "id": 185,
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": 186,
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": 187,
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": 188,
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": 286,
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": 258,
503
486
  "name": "SkyDataManagerState"
504
487
  }
505
488
  ],
@@ -511,7 +494,7 @@
511
494
  ]
512
495
  },
513
496
  {
514
- "id": 199,
497
+ "id": 200,
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": 201,
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": 292,
546
529
  "name": "SkyDataViewConfig"
547
530
  }
548
531
  }
@@ -555,7 +538,7 @@
555
538
  ]
556
539
  },
557
540
  {
558
- "id": 206,
541
+ "id": 207,
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": 208,
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": 209,
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": 292,
601
584
  "name": "SkyDataViewConfig"
602
585
  }
603
586
  }
604
587
  ]
605
588
  },
606
589
  {
607
- "id": 178,
590
+ "id": 179,
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": 180,
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": 181,
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": 248,
644
627
  "name": "SkyDataManagerInitArgs"
645
628
  }
646
629
  }
@@ -653,7 +636,7 @@
653
636
  ]
654
637
  },
655
638
  {
656
- "id": 181,
639
+ "id": 182,
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": 183,
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": 184,
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": 292,
693
676
  "name": "SkyDataViewConfig"
694
677
  }
695
678
  }
@@ -702,7 +685,7 @@
702
685
  ]
703
686
  },
704
687
  {
705
- "id": 176,
688
+ "id": 177,
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": 178,
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": 204,
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": 205,
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": 206,
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": 197,
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": 198,
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": 199,
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": 241,
827
810
  "name": "SkyDataManagerConfig"
828
811
  }
829
812
  }
@@ -836,7 +819,7 @@
836
819
  ]
837
820
  },
838
821
  {
839
- "id": 188,
822
+ "id": 189,
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": 190,
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": 191,
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": 258,
876
859
  "name": "SkyDataManagerState"
877
860
  }
878
861
  },
879
862
  {
880
- "id": 191,
863
+ "id": 192,
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": 210,
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": 211,
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": 212,
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": 292,
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
+ 165
957
940
  ]
958
941
  },
959
942
  {
960
943
  "title": "Properties",
961
944
  "kind": 1024,
962
945
  "children": [
963
- 165
946
+ 168
964
947
  ]
965
948
  },
966
949
  {
967
950
  "title": "Methods",
968
951
  "kind": 2048,
969
952
  "children": [
970
- 201,
971
- 192,
972
- 194,
973
- 184,
974
- 199,
975
- 206,
976
- 178,
977
- 181,
978
- 176,
979
- 203,
980
- 196,
981
- 188,
982
- 209
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
983
966
  ]
984
967
  }
985
968
  ],
@@ -1000,7 +983,7 @@
1000
983
  ]
1001
984
  },
1002
985
  {
1003
- "id": 257,
986
+ "id": 258,
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": 259,
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": 260,
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": 261,
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": 278,
1042
1025
  "name": "SkyDataManagerStateOptions"
1043
1026
  }
1044
1027
  }
1045
1028
  ],
1046
1029
  "type": {
1047
1030
  "type": "reference",
1048
- "id": 257,
1031
+ "id": 258,
1049
1032
  "name": "SkyDataManagerState"
1050
1033
  }
1051
1034
  }
1052
1035
  ]
1053
1036
  },
1054
1037
  {
1055
- "id": 261,
1038
+ "id": 262,
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": 253,
1075
1058
  "name": "SkyDataManagerSortOption"
1076
1059
  }
1077
1060
  },
1078
1061
  {
1079
- "id": 262,
1062
+ "id": 263,
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": 264,
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": 245,
1122
1105
  "name": "SkyDataManagerFilterData"
1123
1106
  }
1124
1107
  },
1125
1108
  {
1126
- "id": 264,
1109
+ "id": 265,
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": 266,
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": 267,
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": 268,
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": 312,
1220
1203
  "name": "SkyDataViewState"
1221
1204
  }
1222
1205
  },
1223
1206
  "defaultValue": "[]"
1224
1207
  },
1225
1208
  {
1226
- "id": 273,
1209
+ "id": 274,
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": 275,
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": 276,
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": 277,
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": 312,
1278
1261
  "name": "SkyDataViewState"
1279
1262
  }
1280
1263
  }
1281
1264
  ],
1282
1265
  "type": {
1283
1266
  "type": "reference",
1284
- "id": 257,
1267
+ "id": 258,
1285
1268
  "name": "SkyDataManagerState"
1286
1269
  }
1287
1270
  }
1288
1271
  ]
1289
1272
  },
1290
1273
  {
1291
- "id": 268,
1274
+ "id": 269,
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": 270,
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": 278,
1319
1302
  "name": "SkyDataManagerStateOptions"
1320
1303
  }
1321
1304
  }
1322
1305
  ]
1323
1306
  },
1324
1307
  {
1325
- "id": 270,
1308
+ "id": 271,
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": 272,
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": 273,
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": 312,
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
+ 259
1381
1364
  ]
1382
1365
  },
1383
1366
  {
1384
1367
  "title": "Properties",
1385
1368
  "kind": 1024,
1386
1369
  "children": [
1387
- 261,
1388
1370
  262,
1389
1371
  263,
1390
1372
  264,
1391
1373
  265,
1392
1374
  266,
1393
- 267
1375
+ 267,
1376
+ 268
1394
1377
  ]
1395
1378
  },
1396
1379
  {
1397
1380
  "title": "Methods",
1398
1381
  "kind": 2048,
1399
1382
  "children": [
1400
- 273,
1401
- 268,
1402
- 270
1383
+ 274,
1384
+ 269,
1385
+ 271
1403
1386
  ]
1404
1387
  }
1405
1388
  ],
@@ -1412,7 +1395,7 @@
1412
1395
  ]
1413
1396
  },
1414
1397
  {
1415
- "id": 311,
1398
+ "id": 312,
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": 313,
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": 314,
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": 315,
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": 322,
1454
1437
  "name": "SkyDataViewStateOptions"
1455
1438
  }
1456
1439
  }
1457
1440
  ],
1458
1441
  "type": {
1459
1442
  "type": "reference",
1460
- "id": 311,
1443
+ "id": 312,
1461
1444
  "name": "SkyDataViewState"
1462
1445
  }
1463
1446
  }
1464
1447
  ]
1465
1448
  },
1466
1449
  {
1467
- "id": 318,
1450
+ "id": 319,
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": 316,
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": 317,
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": 318,
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": 320,
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": 321,
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": 322,
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
+ 313
1607
1590
  ]
1608
1591
  },
1609
1592
  {
1610
1593
  "title": "Properties",
1611
1594
  "kind": 1024,
1612
1595
  "children": [
1613
- 318,
1614
- 315,
1596
+ 319,
1615
1597
  316,
1616
- 317
1598
+ 317,
1599
+ 318
1617
1600
  ]
1618
1601
  },
1619
1602
  {
1620
1603
  "title": "Methods",
1621
1604
  "kind": 2048,
1622
1605
  "children": [
1623
- 319
1606
+ 320
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": 164,
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": 164,
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": 292,
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": 292,
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": 241,
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": 241,
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": 258,
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": 258,
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": 292,
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": 292,
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": 253,
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,75 +3002,54 @@
3049
3002
  "sources": [
3050
3003
  {
3051
3004
  "fileName": "projects/data-manager/src/modules/data-manager/data-view.component.ts",
3052
- "line": 46,
3005
+ "line": 48,
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
3017
  {
3065
- "id": 145,
3066
- "name": "changeDetector",
3018
+ "id": 146,
3019
+ "name": "dataManagerService",
3067
3020
  "kind": 32768,
3068
3021
  "kindString": "Parameter",
3069
3022
  "flags": {},
3070
3023
  "type": {
3071
3024
  "type": "reference",
3072
- "qualifiedName": "ChangeDetectorRef",
3073
- "package": "@angular/core",
3074
- "name": "ChangeDetectorRef"
3025
+ "id": 164,
3026
+ "name": "SkyDataManagerService"
3075
3027
  }
3076
3028
  },
3077
3029
  {
3078
- "id": 146,
3079
- "name": "dataManagerService",
3030
+ "id": 147,
3031
+ "name": "changeDetector",
3080
3032
  "kind": 32768,
3081
3033
  "kindString": "Parameter",
3082
3034
  "flags": {},
3083
3035
  "type": {
3084
3036
  "type": "reference",
3085
- "id": 161,
3086
- "name": "SkyDataManagerService"
3037
+ "qualifiedName": "ChangeDetectorRef",
3038
+ "package": "@angular/core",
3039
+ "name": "ChangeDetectorRef"
3087
3040
  }
3088
3041
  }
3089
3042
  ],
3090
3043
  "type": {
3091
3044
  "type": "reference",
3092
- "id": 142,
3045
+ "id": 143,
3093
3046
  "name": "SkyDataViewComponent"
3094
3047
  }
3095
3048
  }
3096
3049
  ]
3097
3050
  },
3098
3051
  {
3099
- "id": 152,
3100
- "name": "_isActive",
3101
- "kind": 1024,
3102
- "kindString": "Property",
3103
- "flags": {
3104
- "isPublic": true
3105
- },
3106
- "sources": [
3107
- {
3108
- "fileName": "projects/data-manager/src/modules/data-manager/data-view.component.ts",
3109
- "line": 43,
3110
- "character": 9
3111
- }
3112
- ],
3113
- "type": {
3114
- "type": "intrinsic",
3115
- "name": "boolean"
3116
- },
3117
- "defaultValue": "false"
3118
- },
3119
- {
3120
- "id": 147,
3052
+ "id": 148,
3121
3053
  "name": "viewId",
3122
3054
  "kind": 1024,
3123
3055
  "kindString": "Property",
@@ -3148,7 +3080,7 @@
3148
3080
  "sources": [
3149
3081
  {
3150
3082
  "fileName": "projects/data-manager/src/modules/data-manager/data-view.component.ts",
3151
- "line": 32,
3083
+ "line": 31,
3152
3084
  "character": 9
3153
3085
  }
3154
3086
  ],
@@ -3158,7 +3090,7 @@
3158
3090
  }
3159
3091
  },
3160
3092
  {
3161
- "id": 148,
3093
+ "id": 149,
3162
3094
  "name": "isActive",
3163
3095
  "kind": 262144,
3164
3096
  "kindString": "Accessor",
@@ -3168,13 +3100,13 @@
3168
3100
  "sources": [
3169
3101
  {
3170
3102
  "fileName": "projects/data-manager/src/modules/data-manager/data-view.component.ts",
3171
- "line": 34,
3103
+ "line": 33,
3172
3104
  "character": 13
3173
3105
  }
3174
3106
  ],
3175
3107
  "getSignature": [
3176
3108
  {
3177
- "id": 149,
3109
+ "id": 150,
3178
3110
  "name": "isActive",
3179
3111
  "kind": 524288,
3180
3112
  "kindString": "Get signature",
@@ -3187,14 +3119,14 @@
3187
3119
  ],
3188
3120
  "setSignature": [
3189
3121
  {
3190
- "id": 150,
3122
+ "id": 151,
3191
3123
  "name": "isActive",
3192
3124
  "kind": 1048576,
3193
3125
  "kindString": "Set signature",
3194
3126
  "flags": {},
3195
3127
  "parameters": [
3196
3128
  {
3197
- "id": 151,
3129
+ "id": 152,
3198
3130
  "name": "value",
3199
3131
  "kind": 32768,
3200
3132
  "kindString": "Parameter",
@@ -3213,7 +3145,7 @@
3213
3145
  ]
3214
3146
  },
3215
3147
  {
3216
- "id": 156,
3148
+ "id": 159,
3217
3149
  "name": "ngOnDestroy",
3218
3150
  "kind": 2048,
3219
3151
  "kindString": "Method",
@@ -3223,13 +3155,13 @@
3223
3155
  "sources": [
3224
3156
  {
3225
3157
  "fileName": "projects/data-manager/src/modules/data-manager/data-view.component.ts",
3226
- "line": 60,
3158
+ "line": 65,
3227
3159
  "character": 9
3228
3160
  }
3229
3161
  ],
3230
3162
  "signatures": [
3231
3163
  {
3232
- "id": 157,
3164
+ "id": 160,
3233
3165
  "name": "ngOnDestroy",
3234
3166
  "kind": 4096,
3235
3167
  "kindString": "Call signature",
@@ -3250,7 +3182,7 @@
3250
3182
  }
3251
3183
  },
3252
3184
  {
3253
- "id": 154,
3185
+ "id": 157,
3254
3186
  "name": "ngOnInit",
3255
3187
  "kind": 2048,
3256
3188
  "kindString": "Method",
@@ -3260,13 +3192,13 @@
3260
3192
  "sources": [
3261
3193
  {
3262
3194
  "fileName": "projects/data-manager/src/modules/data-manager/data-view.component.ts",
3263
- "line": 51,
3195
+ "line": 56,
3264
3196
  "character": 9
3265
3197
  }
3266
3198
  ],
3267
3199
  "signatures": [
3268
3200
  {
3269
- "id": 155,
3201
+ "id": 158,
3270
3202
  "name": "ngOnInit",
3271
3203
  "kind": 4096,
3272
3204
  "kindString": "Call signature",
@@ -3292,30 +3224,29 @@
3292
3224
  "title": "Constructors",
3293
3225
  "kind": 512,
3294
3226
  "children": [
3295
- 143
3227
+ 144
3296
3228
  ]
3297
3229
  },
3298
3230
  {
3299
3231
  "title": "Properties",
3300
3232
  "kind": 1024,
3301
3233
  "children": [
3302
- 152,
3303
- 147
3234
+ 148
3304
3235
  ]
3305
3236
  },
3306
3237
  {
3307
3238
  "title": "Accessors",
3308
3239
  "kind": 262144,
3309
3240
  "children": [
3310
- 148
3241
+ 149
3311
3242
  ]
3312
3243
  },
3313
3244
  {
3314
3245
  "title": "Methods",
3315
3246
  "kind": 2048,
3316
3247
  "children": [
3317
- 156,
3318
- 154
3248
+ 159,
3249
+ 157
3319
3250
  ]
3320
3251
  }
3321
3252
  ],
@@ -3342,7 +3273,7 @@
3342
3273
  ]
3343
3274
  },
3344
3275
  {
3345
- "id": 231,
3276
+ "id": 232,
3346
3277
  "name": "SkyDataManagerColumnPickerOption",
3347
3278
  "kind": 256,
3348
3279
  "kindString": "Interface",
@@ -3352,7 +3283,7 @@
3352
3283
  },
3353
3284
  "children": [
3354
3285
  {
3355
- "id": 232,
3286
+ "id": 233,
3356
3287
  "name": "alwaysDisplayed",
3357
3288
  "kind": 1024,
3358
3289
  "kindString": "Property",
@@ -3375,7 +3306,7 @@
3375
3306
  }
3376
3307
  },
3377
3308
  {
3378
- "id": 233,
3309
+ "id": 234,
3379
3310
  "name": "description",
3380
3311
  "kind": 1024,
3381
3312
  "kindString": "Property",
@@ -3398,7 +3329,7 @@
3398
3329
  }
3399
3330
  },
3400
3331
  {
3401
- "id": 235,
3332
+ "id": 236,
3402
3333
  "name": "id",
3403
3334
  "kind": 1024,
3404
3335
  "kindString": "Property",
@@ -3425,7 +3356,7 @@
3425
3356
  }
3426
3357
  },
3427
3358
  {
3428
- "id": 234,
3359
+ "id": 235,
3429
3360
  "name": "initialHide",
3430
3361
  "kind": 1024,
3431
3362
  "kindString": "Property",
@@ -3448,7 +3379,7 @@
3448
3379
  }
3449
3380
  },
3450
3381
  {
3451
- "id": 236,
3382
+ "id": 237,
3452
3383
  "name": "label",
3453
3384
  "kind": 1024,
3454
3385
  "kindString": "Property",
@@ -3480,11 +3411,11 @@
3480
3411
  "title": "Properties",
3481
3412
  "kind": 1024,
3482
3413
  "children": [
3483
- 232,
3484
3414
  233,
3485
- 235,
3486
3415
  234,
3487
- 236
3416
+ 236,
3417
+ 235,
3418
+ 237
3488
3419
  ]
3489
3420
  }
3490
3421
  ],
@@ -3497,7 +3428,7 @@
3497
3428
  ]
3498
3429
  },
3499
3430
  {
3500
- "id": 240,
3431
+ "id": 241,
3501
3432
  "name": "SkyDataManagerConfig",
3502
3433
  "kind": 256,
3503
3434
  "kindString": "Interface",
@@ -3507,7 +3438,7 @@
3507
3438
  },
3508
3439
  "children": [
3509
3440
  {
3510
- "id": 241,
3441
+ "id": 242,
3511
3442
  "name": "additionalOptions",
3512
3443
  "kind": 1024,
3513
3444
  "kindString": "Property",
@@ -3520,7 +3451,7 @@
3520
3451
  "sources": [
3521
3452
  {
3522
3453
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-config.ts",
3523
- "line": 12,
3454
+ "line": 13,
3524
3455
  "character": 2
3525
3456
  }
3526
3457
  ],
@@ -3530,7 +3461,7 @@
3530
3461
  }
3531
3462
  },
3532
3463
  {
3533
- "id": 242,
3464
+ "id": 243,
3534
3465
  "name": "filterModalComponent",
3535
3466
  "kind": 1024,
3536
3467
  "kindString": "Property",
@@ -3543,7 +3474,7 @@
3543
3474
  "sources": [
3544
3475
  {
3545
3476
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-config.ts",
3546
- "line": 18,
3477
+ "line": 20,
3547
3478
  "character": 2
3548
3479
  }
3549
3480
  ],
@@ -3553,7 +3484,7 @@
3553
3484
  }
3554
3485
  },
3555
3486
  {
3556
- "id": 243,
3487
+ "id": 244,
3557
3488
  "name": "sortOptions",
3558
3489
  "kind": 1024,
3559
3490
  "kindString": "Property",
@@ -3566,7 +3497,7 @@
3566
3497
  "sources": [
3567
3498
  {
3568
3499
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-config.ts",
3569
- "line": 23,
3500
+ "line": 25,
3570
3501
  "character": 2
3571
3502
  }
3572
3503
  ],
@@ -3574,7 +3505,7 @@
3574
3505
  "type": "array",
3575
3506
  "elementType": {
3576
3507
  "type": "reference",
3577
- "id": 252,
3508
+ "id": 253,
3578
3509
  "name": "SkyDataManagerSortOption"
3579
3510
  }
3580
3511
  }
@@ -3585,9 +3516,9 @@
3585
3516
  "title": "Properties",
3586
3517
  "kind": 1024,
3587
3518
  "children": [
3588
- 241,
3589
3519
  242,
3590
- 243
3520
+ 243,
3521
+ 244
3591
3522
  ]
3592
3523
  }
3593
3524
  ],
@@ -3600,14 +3531,14 @@
3600
3531
  ]
3601
3532
  },
3602
3533
  {
3603
- "id": 244,
3534
+ "id": 245,
3604
3535
  "name": "SkyDataManagerFilterData",
3605
3536
  "kind": 256,
3606
3537
  "kindString": "Interface",
3607
3538
  "flags": {},
3608
3539
  "children": [
3609
3540
  {
3610
- "id": 246,
3541
+ "id": 247,
3611
3542
  "name": "filters",
3612
3543
  "kind": 1024,
3613
3544
  "kindString": "Property",
@@ -3620,7 +3551,7 @@
3620
3551
  "sources": [
3621
3552
  {
3622
3553
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-filter-data.ts",
3623
- "line": 10,
3554
+ "line": 11,
3624
3555
  "character": 2
3625
3556
  }
3626
3557
  ],
@@ -3630,7 +3561,7 @@
3630
3561
  }
3631
3562
  },
3632
3563
  {
3633
- "id": 245,
3564
+ "id": 246,
3634
3565
  "name": "filtersApplied",
3635
3566
  "kind": 1024,
3636
3567
  "kindString": "Property",
@@ -3658,8 +3589,8 @@
3658
3589
  "title": "Properties",
3659
3590
  "kind": 1024,
3660
3591
  "children": [
3661
- 246,
3662
- 245
3592
+ 247,
3593
+ 246
3663
3594
  ]
3664
3595
  }
3665
3596
  ],
@@ -3672,14 +3603,14 @@
3672
3603
  ]
3673
3604
  },
3674
3605
  {
3675
- "id": 247,
3606
+ "id": 248,
3676
3607
  "name": "SkyDataManagerInitArgs",
3677
3608
  "kind": 256,
3678
3609
  "kindString": "Interface",
3679
3610
  "flags": {},
3680
3611
  "children": [
3681
3612
  {
3682
- "id": 248,
3613
+ "id": 249,
3683
3614
  "name": "activeViewId",
3684
3615
  "kind": 1024,
3685
3616
  "kindString": "Property",
@@ -3706,7 +3637,7 @@
3706
3637
  }
3707
3638
  },
3708
3639
  {
3709
- "id": 249,
3640
+ "id": 250,
3710
3641
  "name": "dataManagerConfig",
3711
3642
  "kind": 1024,
3712
3643
  "kindString": "Property",
@@ -3729,12 +3660,12 @@
3729
3660
  ],
3730
3661
  "type": {
3731
3662
  "type": "reference",
3732
- "id": 240,
3663
+ "id": 241,
3733
3664
  "name": "SkyDataManagerConfig"
3734
3665
  }
3735
3666
  },
3736
3667
  {
3737
- "id": 250,
3668
+ "id": 251,
3738
3669
  "name": "defaultDataState",
3739
3670
  "kind": 1024,
3740
3671
  "kindString": "Property",
@@ -3757,12 +3688,12 @@
3757
3688
  ],
3758
3689
  "type": {
3759
3690
  "type": "reference",
3760
- "id": 257,
3691
+ "id": 258,
3761
3692
  "name": "SkyDataManagerState"
3762
3693
  }
3763
3694
  },
3764
3695
  {
3765
- "id": 251,
3696
+ "id": 252,
3766
3697
  "name": "settingsKey",
3767
3698
  "kind": 1024,
3768
3699
  "kindString": "Property",
@@ -3790,10 +3721,10 @@
3790
3721
  "title": "Properties",
3791
3722
  "kind": 1024,
3792
3723
  "children": [
3793
- 248,
3794
3724
  249,
3795
3725
  250,
3796
- 251
3726
+ 251,
3727
+ 252
3797
3728
  ]
3798
3729
  }
3799
3730
  ],
@@ -3806,14 +3737,14 @@
3806
3737
  ]
3807
3738
  },
3808
3739
  {
3809
- "id": 252,
3740
+ "id": 253,
3810
3741
  "name": "SkyDataManagerSortOption",
3811
3742
  "kind": 256,
3812
3743
  "kindString": "Interface",
3813
3744
  "flags": {},
3814
3745
  "children": [
3815
3746
  {
3816
- "id": 253,
3747
+ "id": 254,
3817
3748
  "name": "descending",
3818
3749
  "kind": 1024,
3819
3750
  "kindString": "Property",
@@ -3840,7 +3771,7 @@
3840
3771
  }
3841
3772
  },
3842
3773
  {
3843
- "id": 254,
3774
+ "id": 255,
3844
3775
  "name": "id",
3845
3776
  "kind": 1024,
3846
3777
  "kindString": "Property",
@@ -3867,7 +3798,7 @@
3867
3798
  }
3868
3799
  },
3869
3800
  {
3870
- "id": 255,
3801
+ "id": 256,
3871
3802
  "name": "label",
3872
3803
  "kind": 1024,
3873
3804
  "kindString": "Property",
@@ -3894,7 +3825,7 @@
3894
3825
  }
3895
3826
  },
3896
3827
  {
3897
- "id": 256,
3828
+ "id": 257,
3898
3829
  "name": "propertyName",
3899
3830
  "kind": 1024,
3900
3831
  "kindString": "Property",
@@ -3926,10 +3857,10 @@
3926
3857
  "title": "Properties",
3927
3858
  "kind": 1024,
3928
3859
  "children": [
3929
- 253,
3930
3860
  254,
3931
3861
  255,
3932
- 256
3862
+ 256,
3863
+ 257
3933
3864
  ]
3934
3865
  }
3935
3866
  ],
@@ -3942,14 +3873,14 @@
3942
3873
  ]
3943
3874
  },
3944
3875
  {
3945
- "id": 277,
3876
+ "id": 278,
3946
3877
  "name": "SkyDataManagerStateOptions",
3947
3878
  "kind": 256,
3948
3879
  "kindString": "Interface",
3949
3880
  "flags": {},
3950
3881
  "children": [
3951
3882
  {
3952
- "id": 278,
3883
+ "id": 279,
3953
3884
  "name": "activeSortOption",
3954
3885
  "kind": 1024,
3955
3886
  "kindString": "Property",
@@ -3968,12 +3899,12 @@
3968
3899
  ],
3969
3900
  "type": {
3970
3901
  "type": "reference",
3971
- "id": 252,
3902
+ "id": 253,
3972
3903
  "name": "SkyDataManagerSortOption"
3973
3904
  }
3974
3905
  },
3975
3906
  {
3976
- "id": 279,
3907
+ "id": 280,
3977
3908
  "name": "additionalData",
3978
3909
  "kind": 1024,
3979
3910
  "kindString": "Property",
@@ -3986,7 +3917,7 @@
3986
3917
  "sources": [
3987
3918
  {
3988
3919
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-options.ts",
3989
- "line": 14,
3920
+ "line": 15,
3990
3921
  "character": 2
3991
3922
  }
3992
3923
  ],
@@ -3996,7 +3927,7 @@
3996
3927
  }
3997
3928
  },
3998
3929
  {
3999
- "id": 280,
3930
+ "id": 281,
4000
3931
  "name": "filterData",
4001
3932
  "kind": 1024,
4002
3933
  "kindString": "Property",
@@ -4009,18 +3940,18 @@
4009
3940
  "sources": [
4010
3941
  {
4011
3942
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-options.ts",
4012
- "line": 18,
3943
+ "line": 19,
4013
3944
  "character": 2
4014
3945
  }
4015
3946
  ],
4016
3947
  "type": {
4017
3948
  "type": "reference",
4018
- "id": 244,
3949
+ "id": 245,
4019
3950
  "name": "SkyDataManagerFilterData"
4020
3951
  }
4021
3952
  },
4022
3953
  {
4023
- "id": 281,
3954
+ "id": 282,
4024
3955
  "name": "onlyShowSelected",
4025
3956
  "kind": 1024,
4026
3957
  "kindString": "Property",
@@ -4033,7 +3964,7 @@
4033
3964
  "sources": [
4034
3965
  {
4035
3966
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-options.ts",
4036
- "line": 23,
3967
+ "line": 24,
4037
3968
  "character": 2
4038
3969
  }
4039
3970
  ],
@@ -4043,7 +3974,7 @@
4043
3974
  }
4044
3975
  },
4045
3976
  {
4046
- "id": 282,
3977
+ "id": 283,
4047
3978
  "name": "searchText",
4048
3979
  "kind": 1024,
4049
3980
  "kindString": "Property",
@@ -4056,7 +3987,7 @@
4056
3987
  "sources": [
4057
3988
  {
4058
3989
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-options.ts",
4059
- "line": 27,
3990
+ "line": 28,
4060
3991
  "character": 2
4061
3992
  }
4062
3993
  ],
@@ -4066,7 +3997,7 @@
4066
3997
  }
4067
3998
  },
4068
3999
  {
4069
- "id": 283,
4000
+ "id": 284,
4070
4001
  "name": "selectedIds",
4071
4002
  "kind": 1024,
4072
4003
  "kindString": "Property",
@@ -4079,7 +4010,7 @@
4079
4010
  "sources": [
4080
4011
  {
4081
4012
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-options.ts",
4082
- "line": 31,
4013
+ "line": 32,
4083
4014
  "character": 2
4084
4015
  }
4085
4016
  ],
@@ -4092,7 +4023,7 @@
4092
4023
  }
4093
4024
  },
4094
4025
  {
4095
- "id": 284,
4026
+ "id": 285,
4096
4027
  "name": "views",
4097
4028
  "kind": 1024,
4098
4029
  "kindString": "Property",
@@ -4105,7 +4036,7 @@
4105
4036
  "sources": [
4106
4037
  {
4107
4038
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-options.ts",
4108
- "line": 35,
4039
+ "line": 36,
4109
4040
  "character": 2
4110
4041
  }
4111
4042
  ],
@@ -4113,7 +4044,7 @@
4113
4044
  "type": "array",
4114
4045
  "elementType": {
4115
4046
  "type": "reference",
4116
- "id": 321,
4047
+ "id": 322,
4117
4048
  "name": "SkyDataViewStateOptions"
4118
4049
  }
4119
4050
  }
@@ -4124,13 +4055,13 @@
4124
4055
  "title": "Properties",
4125
4056
  "kind": 1024,
4126
4057
  "children": [
4127
- 278,
4128
4058
  279,
4129
4059
  280,
4130
4060
  281,
4131
4061
  282,
4132
4062
  283,
4133
- 284
4063
+ 284,
4064
+ 285
4134
4065
  ]
4135
4066
  }
4136
4067
  ],
@@ -4143,7 +4074,7 @@
4143
4074
  ]
4144
4075
  },
4145
4076
  {
4146
- "id": 285,
4077
+ "id": 286,
4147
4078
  "name": "SkyDataManagerStateUpdateFilterArgs",
4148
4079
  "kind": 256,
4149
4080
  "kindString": "Interface",
@@ -4153,7 +4084,7 @@
4153
4084
  },
4154
4085
  "children": [
4155
4086
  {
4156
- "id": 286,
4087
+ "id": 287,
4157
4088
  "name": "properties",
4158
4089
  "kind": 1024,
4159
4090
  "kindString": "Property",
@@ -4179,7 +4110,7 @@
4179
4110
  }
4180
4111
  },
4181
4112
  {
4182
- "id": 287,
4113
+ "id": 288,
4183
4114
  "name": "comparator",
4184
4115
  "kind": 2048,
4185
4116
  "kindString": "Method",
@@ -4195,7 +4126,7 @@
4195
4126
  ],
4196
4127
  "signatures": [
4197
4128
  {
4198
- "id": 288,
4129
+ "id": 289,
4199
4130
  "name": "comparator",
4200
4131
  "kind": 4096,
4201
4132
  "kindString": "Call signature",
@@ -4205,26 +4136,26 @@
4205
4136
  },
4206
4137
  "parameters": [
4207
4138
  {
4208
- "id": 289,
4139
+ "id": 290,
4209
4140
  "name": "state1",
4210
4141
  "kind": 32768,
4211
4142
  "kindString": "Parameter",
4212
4143
  "flags": {},
4213
4144
  "type": {
4214
4145
  "type": "reference",
4215
- "id": 257,
4146
+ "id": 258,
4216
4147
  "name": "SkyDataManagerState"
4217
4148
  }
4218
4149
  },
4219
4150
  {
4220
- "id": 290,
4151
+ "id": 291,
4221
4152
  "name": "state2",
4222
4153
  "kind": 32768,
4223
4154
  "kindString": "Parameter",
4224
4155
  "flags": {},
4225
4156
  "type": {
4226
4157
  "type": "reference",
4227
- "id": 257,
4158
+ "id": 258,
4228
4159
  "name": "SkyDataManagerState"
4229
4160
  }
4230
4161
  }
@@ -4242,14 +4173,14 @@
4242
4173
  "title": "Properties",
4243
4174
  "kind": 1024,
4244
4175
  "children": [
4245
- 286
4176
+ 287
4246
4177
  ]
4247
4178
  },
4248
4179
  {
4249
4180
  "title": "Methods",
4250
4181
  "kind": 2048,
4251
4182
  "children": [
4252
- 287
4183
+ 288
4253
4184
  ]
4254
4185
  }
4255
4186
  ],
@@ -4262,7 +4193,7 @@
4262
4193
  ]
4263
4194
  },
4264
4195
  {
4265
- "id": 291,
4196
+ "id": 292,
4266
4197
  "name": "SkyDataViewConfig",
4267
4198
  "kind": 256,
4268
4199
  "kindString": "Interface",
@@ -4272,7 +4203,7 @@
4272
4203
  },
4273
4204
  "children": [
4274
4205
  {
4275
- "id": 292,
4206
+ "id": 293,
4276
4207
  "name": "additionalOptions",
4277
4208
  "kind": 1024,
4278
4209
  "kindString": "Property",
@@ -4307,7 +4238,7 @@
4307
4238
  }
4308
4239
  },
4309
4240
  {
4310
- "id": 293,
4241
+ "id": 294,
4311
4242
  "name": "columnOptions",
4312
4243
  "kind": 1024,
4313
4244
  "kindString": "Property",
@@ -4328,13 +4259,13 @@
4328
4259
  "type": "array",
4329
4260
  "elementType": {
4330
4261
  "type": "reference",
4331
- "id": 231,
4262
+ "id": 232,
4332
4263
  "name": "SkyDataManagerColumnPickerOption"
4333
4264
  }
4334
4265
  }
4335
4266
  },
4336
4267
  {
4337
- "id": 294,
4268
+ "id": 295,
4338
4269
  "name": "columnPickerEnabled",
4339
4270
  "kind": 1024,
4340
4271
  "kindString": "Property",
@@ -4357,7 +4288,7 @@
4357
4288
  }
4358
4289
  },
4359
4290
  {
4360
- "id": 295,
4291
+ "id": 296,
4361
4292
  "name": "columnPickerSortStrategy",
4362
4293
  "kind": 1024,
4363
4294
  "kindString": "Property",
@@ -4376,12 +4307,12 @@
4376
4307
  ],
4377
4308
  "type": {
4378
4309
  "type": "reference",
4379
- "id": 237,
4310
+ "id": 238,
4380
4311
  "name": "SkyDataManagerColumnPickerSortStrategy"
4381
4312
  }
4382
4313
  },
4383
4314
  {
4384
- "id": 296,
4315
+ "id": 297,
4385
4316
  "name": "filterButtonEnabled",
4386
4317
  "kind": 1024,
4387
4318
  "kindString": "Property",
@@ -4404,7 +4335,7 @@
4404
4335
  }
4405
4336
  },
4406
4337
  {
4407
- "id": 297,
4338
+ "id": 298,
4408
4339
  "name": "icon",
4409
4340
  "kind": 1024,
4410
4341
  "kindString": "Property",
@@ -4427,7 +4358,7 @@
4427
4358
  }
4428
4359
  },
4429
4360
  {
4430
- "id": 298,
4361
+ "id": 299,
4431
4362
  "name": "id",
4432
4363
  "kind": 1024,
4433
4364
  "kindString": "Property",
@@ -4448,7 +4379,7 @@
4448
4379
  }
4449
4380
  },
4450
4381
  {
4451
- "id": 299,
4382
+ "id": 300,
4452
4383
  "name": "multiselectToolbarEnabled",
4453
4384
  "kind": 1024,
4454
4385
  "kindString": "Property",
@@ -4471,7 +4402,7 @@
4471
4402
  }
4472
4403
  },
4473
4404
  {
4474
- "id": 300,
4405
+ "id": 301,
4475
4406
  "name": "name",
4476
4407
  "kind": 1024,
4477
4408
  "kindString": "Property",
@@ -4492,7 +4423,7 @@
4492
4423
  }
4493
4424
  },
4494
4425
  {
4495
- "id": 305,
4426
+ "id": 306,
4496
4427
  "name": "searchEnabled",
4497
4428
  "kind": 1024,
4498
4429
  "kindString": "Property",
@@ -4515,7 +4446,7 @@
4515
4446
  }
4516
4447
  },
4517
4448
  {
4518
- "id": 307,
4449
+ "id": 308,
4519
4450
  "name": "searchExpandMode",
4520
4451
  "kind": 1024,
4521
4452
  "kindString": "Property",
@@ -4538,7 +4469,7 @@
4538
4469
  }
4539
4470
  },
4540
4471
  {
4541
- "id": 306,
4472
+ "id": 307,
4542
4473
  "name": "searchPlaceholderText",
4543
4474
  "kind": 1024,
4544
4475
  "kindString": "Property",
@@ -4561,7 +4492,7 @@
4561
4492
  }
4562
4493
  },
4563
4494
  {
4564
- "id": 308,
4495
+ "id": 309,
4565
4496
  "name": "showFilterButtonText",
4566
4497
  "kind": 1024,
4567
4498
  "kindString": "Property",
@@ -4584,7 +4515,7 @@
4584
4515
  }
4585
4516
  },
4586
4517
  {
4587
- "id": 309,
4518
+ "id": 310,
4588
4519
  "name": "showSortButtonText",
4589
4520
  "kind": 1024,
4590
4521
  "kindString": "Property",
@@ -4607,7 +4538,7 @@
4607
4538
  }
4608
4539
  },
4609
4540
  {
4610
- "id": 310,
4541
+ "id": 311,
4611
4542
  "name": "sortEnabled",
4612
4543
  "kind": 1024,
4613
4544
  "kindString": "Property",
@@ -4630,7 +4561,7 @@
4630
4561
  }
4631
4562
  },
4632
4563
  {
4633
- "id": 301,
4564
+ "id": 302,
4634
4565
  "name": "onClearAllClick",
4635
4566
  "kind": 2048,
4636
4567
  "kindString": "Method",
@@ -4646,7 +4577,7 @@
4646
4577
  ],
4647
4578
  "signatures": [
4648
4579
  {
4649
- "id": 302,
4580
+ "id": 303,
4650
4581
  "name": "onClearAllClick",
4651
4582
  "kind": 4096,
4652
4583
  "kindString": "Call signature",
@@ -4662,7 +4593,7 @@
4662
4593
  ]
4663
4594
  },
4664
4595
  {
4665
- "id": 303,
4596
+ "id": 304,
4666
4597
  "name": "onSelectAllClick",
4667
4598
  "kind": 2048,
4668
4599
  "kindString": "Method",
@@ -4678,7 +4609,7 @@
4678
4609
  ],
4679
4610
  "signatures": [
4680
4611
  {
4681
- "id": 304,
4612
+ "id": 305,
4682
4613
  "name": "onSelectAllClick",
4683
4614
  "kind": 4096,
4684
4615
  "kindString": "Call signature",
@@ -4699,7 +4630,6 @@
4699
4630
  "title": "Properties",
4700
4631
  "kind": 1024,
4701
4632
  "children": [
4702
- 292,
4703
4633
  293,
4704
4634
  294,
4705
4635
  295,
@@ -4708,20 +4638,21 @@
4708
4638
  298,
4709
4639
  299,
4710
4640
  300,
4711
- 305,
4712
- 307,
4641
+ 301,
4713
4642
  306,
4714
4643
  308,
4644
+ 307,
4715
4645
  309,
4716
- 310
4646
+ 310,
4647
+ 311
4717
4648
  ]
4718
4649
  },
4719
4650
  {
4720
4651
  "title": "Methods",
4721
4652
  "kind": 2048,
4722
4653
  "children": [
4723
- 301,
4724
- 303
4654
+ 302,
4655
+ 304
4725
4656
  ]
4726
4657
  }
4727
4658
  ],
@@ -4734,14 +4665,14 @@
4734
4665
  ]
4735
4666
  },
4736
4667
  {
4737
- "id": 321,
4668
+ "id": 322,
4738
4669
  "name": "SkyDataViewStateOptions",
4739
4670
  "kind": 256,
4740
4671
  "kindString": "Interface",
4741
4672
  "flags": {},
4742
4673
  "children": [
4743
4674
  {
4744
- "id": 325,
4675
+ "id": 326,
4745
4676
  "name": "additionalData",
4746
4677
  "kind": 1024,
4747
4678
  "kindString": "Property",
@@ -4754,7 +4685,7 @@
4754
4685
  "sources": [
4755
4686
  {
4756
4687
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-view-state-options.ts",
4757
- "line": 18,
4688
+ "line": 19,
4758
4689
  "character": 2
4759
4690
  }
4760
4691
  ],
@@ -4764,7 +4695,7 @@
4764
4695
  }
4765
4696
  },
4766
4697
  {
4767
- "id": 323,
4698
+ "id": 324,
4768
4699
  "name": "columnIds",
4769
4700
  "kind": 1024,
4770
4701
  "kindString": "Property",
@@ -4790,7 +4721,7 @@
4790
4721
  }
4791
4722
  },
4792
4723
  {
4793
- "id": 324,
4724
+ "id": 325,
4794
4725
  "name": "displayedColumnIds",
4795
4726
  "kind": 1024,
4796
4727
  "kindString": "Property",
@@ -4816,7 +4747,7 @@
4816
4747
  }
4817
4748
  },
4818
4749
  {
4819
- "id": 322,
4750
+ "id": 323,
4820
4751
  "name": "viewId",
4821
4752
  "kind": 1024,
4822
4753
  "kindString": "Property",
@@ -4842,10 +4773,10 @@
4842
4773
  "title": "Properties",
4843
4774
  "kind": 1024,
4844
4775
  "children": [
4845
- 325,
4846
- 323,
4776
+ 326,
4847
4777
  324,
4848
- 322
4778
+ 325,
4779
+ 323
4849
4780
  ]
4850
4781
  }
4851
4782
  ],
@@ -4863,40 +4794,40 @@
4863
4794
  "title": "Enumerations",
4864
4795
  "kind": 8,
4865
4796
  "children": [
4866
- 237
4797
+ 238
4867
4798
  ]
4868
4799
  },
4869
4800
  {
4870
4801
  "title": "Classes",
4871
4802
  "kind": 128,
4872
4803
  "children": [
4873
- 227,
4874
- 158,
4804
+ 228,
4875
4805
  161,
4876
- 257,
4877
- 311,
4806
+ 164,
4807
+ 258,
4808
+ 312,
4878
4809
  44,
4879
- 74,
4880
- 77,
4881
- 80,
4882
- 83,
4883
- 86,
4884
- 142
4810
+ 73,
4811
+ 76,
4812
+ 79,
4813
+ 82,
4814
+ 85,
4815
+ 143
4885
4816
  ]
4886
4817
  },
4887
4818
  {
4888
4819
  "title": "Interfaces",
4889
4820
  "kind": 256,
4890
4821
  "children": [
4891
- 231,
4892
- 240,
4893
- 244,
4894
- 247,
4895
- 252,
4896
- 277,
4897
- 285,
4898
- 291,
4899
- 321
4822
+ 232,
4823
+ 241,
4824
+ 245,
4825
+ 248,
4826
+ 253,
4827
+ 278,
4828
+ 286,
4829
+ 292,
4830
+ 322
4900
4831
  ]
4901
4832
  }
4902
4833
  ],