@skyux/data-manager 6.0.0-beta.1 → 6.0.0-beta.10

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 (34) hide show
  1. package/documentation.json +546 -430
  2. package/esm2020/lib/modules/data-manager/data-manager-column-picker/data-manager-column-picker-impl.service.mjs +3 -3
  3. package/esm2020/lib/modules/data-manager/data-manager-column-picker/data-manager-column-picker.component.mjs +14 -23
  4. package/esm2020/lib/modules/data-manager/data-manager-column-picker/data-manager-column-picker.service.mjs +3 -3
  5. package/esm2020/lib/modules/data-manager/data-manager-filter-context.mjs +4 -1
  6. package/esm2020/lib/modules/data-manager/data-manager-toolbar/data-manager-toolbar-left-item.component.mjs +3 -3
  7. package/esm2020/lib/modules/data-manager/data-manager-toolbar/data-manager-toolbar-primary-item.component.mjs +3 -3
  8. package/esm2020/lib/modules/data-manager/data-manager-toolbar/data-manager-toolbar-right-item.component.mjs +3 -3
  9. package/esm2020/lib/modules/data-manager/data-manager-toolbar/data-manager-toolbar-section.component.mjs +3 -3
  10. package/esm2020/lib/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.mjs +4 -4
  11. package/esm2020/lib/modules/data-manager/data-manager.component.mjs +4 -4
  12. package/esm2020/lib/modules/data-manager/data-manager.module.mjs +4 -4
  13. package/esm2020/lib/modules/data-manager/data-manager.service.mjs +4 -4
  14. package/esm2020/lib/modules/data-manager/data-view.component.mjs +4 -4
  15. package/esm2020/lib/modules/data-manager/models/data-manager-column-picker-sort-strategy.mjs +11 -1
  16. package/esm2020/lib/modules/data-manager/models/data-manager-state-options.mjs +1 -1
  17. package/esm2020/lib/modules/data-manager/models/data-manager-state.mjs +22 -1
  18. package/esm2020/lib/modules/data-manager/models/data-view-config.mjs +1 -1
  19. package/esm2020/lib/modules/data-manager/models/data-view-state-options.mjs +1 -1
  20. package/esm2020/lib/modules/data-manager/models/data-view-state.mjs +14 -1
  21. package/esm2020/lib/modules/shared/sky-data-manager-resources.module.mjs +4 -4
  22. package/fesm2015/skyux-data-manager.mjs +96 -57
  23. package/fesm2015/skyux-data-manager.mjs.map +1 -1
  24. package/fesm2020/skyux-data-manager.mjs +96 -57
  25. package/fesm2020/skyux-data-manager.mjs.map +1 -1
  26. package/lib/modules/data-manager/data-manager-column-picker/data-manager-column-picker.component.d.ts +1 -4
  27. package/lib/modules/data-manager/data-manager-filter-context.d.ts +6 -0
  28. package/lib/modules/data-manager/models/data-manager-column-picker-sort-strategy.d.ts +10 -0
  29. package/lib/modules/data-manager/models/data-manager-state-options.d.ts +3 -3
  30. package/lib/modules/data-manager/models/data-manager-state.d.ts +41 -0
  31. package/lib/modules/data-manager/models/data-view-config.d.ts +4 -4
  32. package/lib/modules/data-manager/models/data-view-state-options.d.ts +2 -2
  33. package/lib/modules/data-manager/models/data-view-state.d.ts +20 -0
  34. package/package.json +27 -24
@@ -32,37 +32,46 @@
32
32
  "originalName": "",
33
33
  "children": [
34
34
  {
35
- "id": 234,
35
+ "id": 232,
36
36
  "name": "SkyDataManagerColumnPickerSortStrategy",
37
37
  "kind": 8,
38
38
  "kindString": "Enumeration",
39
39
  "flags": {},
40
+ "comment": {
41
+ "shortText": "These options specify the sorting strategy applied to columns when `columnPickerEnabled` is enabled."
42
+ },
40
43
  "children": [
41
44
  {
42
- "id": 235,
45
+ "id": 233,
43
46
  "name": "None",
44
47
  "kind": 16,
45
48
  "kindString": "Enumeration member",
46
49
  "flags": {},
50
+ "comment": {
51
+ "shortText": "No sorting is applied to the columns."
52
+ },
47
53
  "sources": [
48
54
  {
49
55
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-column-picker-sort-strategy.ts",
50
- "line": 2,
56
+ "line": 8,
51
57
  "character": 2
52
58
  }
53
59
  ],
54
60
  "defaultValue": "\"none\""
55
61
  },
56
62
  {
57
- "id": 236,
63
+ "id": 234,
58
64
  "name": "SelectedThenAlphabetical",
59
65
  "kind": 16,
60
66
  "kindString": "Enumeration member",
61
67
  "flags": {},
68
+ "comment": {
69
+ "shortText": "If `sortEnabled` is set to `true`, then the selected columns are displayed before the unselected columns. Unselected columns are sorted alphabetically.\nIf `sortEnabled` is set to `false`, then the columns are displayed in the order specified by `columnOptions`."
70
+ },
62
71
  "sources": [
63
72
  {
64
73
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-column-picker-sort-strategy.ts",
65
- "line": 3,
74
+ "line": 13,
66
75
  "character": 2
67
76
  }
68
77
  ],
@@ -74,44 +83,50 @@
74
83
  "title": "Enumeration members",
75
84
  "kind": 16,
76
85
  "children": [
77
- 235,
78
- 236
86
+ 233,
87
+ 234
79
88
  ]
80
89
  }
81
90
  ],
82
91
  "sources": [
83
92
  {
84
93
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-column-picker-sort-strategy.ts",
85
- "line": 1,
94
+ "line": 4,
86
95
  "character": 12
87
96
  }
88
97
  ]
89
98
  },
90
99
  {
91
- "id": 224,
100
+ "id": 222,
92
101
  "name": "SkyDataManagerFilterModalContext",
93
102
  "kind": 128,
94
103
  "kindString": "Class",
95
104
  "flags": {},
105
+ "comment": {
106
+ "shortText": "Sets the state of the filters."
107
+ },
96
108
  "children": [
97
109
  {
98
- "id": 227,
110
+ "id": 225,
99
111
  "name": "filterData",
100
112
  "kind": 1024,
101
113
  "kindString": "Property",
102
114
  "flags": {
103
115
  "isPublic": true
104
116
  },
117
+ "comment": {
118
+ "shortText": "Sets the state of the filters."
119
+ },
105
120
  "sources": [
106
121
  {
107
122
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager-filter-context.ts",
108
- "line": 4,
123
+ "line": 10,
109
124
  "character": 9
110
125
  }
111
126
  ],
112
127
  "type": {
113
128
  "type": "reference",
114
- "id": 241,
129
+ "id": 239,
115
130
  "name": "SkyDataManagerFilterData"
116
131
  }
117
132
  }
@@ -121,27 +136,27 @@
121
136
  "title": "Constructors",
122
137
  "kind": 512,
123
138
  "children": [
124
- 225
139
+ 223
125
140
  ]
126
141
  },
127
142
  {
128
143
  "title": "Properties",
129
144
  "kind": 1024,
130
145
  "children": [
131
- 227
146
+ 225
132
147
  ]
133
148
  }
134
149
  ],
135
150
  "sources": [
136
151
  {
137
152
  "fileName": "projects/data-manager/src/modules/data-manager/data-manager-filter-context.ts",
138
- "line": 3,
153
+ "line": 6,
139
154
  "character": 13
140
155
  }
141
156
  ]
142
157
  },
143
158
  {
144
- "id": 155,
159
+ "id": 153,
145
160
  "name": "SkyDataManagerModule",
146
161
  "kind": 128,
147
162
  "kindString": "Class",
@@ -166,7 +181,7 @@
166
181
  "title": "Constructors",
167
182
  "kind": 512,
168
183
  "children": [
169
- 156
184
+ 154
170
185
  ]
171
186
  }
172
187
  ],
@@ -179,7 +194,7 @@
179
194
  ]
180
195
  },
181
196
  {
182
- "id": 158,
197
+ "id": 156,
183
198
  "name": "SkyDataManagerService",
184
199
  "kind": 128,
185
200
  "kindString": "Class",
@@ -201,7 +216,7 @@
201
216
  ],
202
217
  "children": [
203
218
  {
204
- "id": 159,
219
+ "id": 157,
205
220
  "name": "constructor",
206
221
  "kind": 512,
207
222
  "kindString": "Constructor",
@@ -215,14 +230,14 @@
215
230
  ],
216
231
  "signatures": [
217
232
  {
218
- "id": 160,
233
+ "id": 158,
219
234
  "name": "new SkyDataManagerService",
220
235
  "kind": 16384,
221
236
  "kindString": "Constructor signature",
222
237
  "flags": {},
223
238
  "parameters": [
224
239
  {
225
- "id": 161,
240
+ "id": 159,
226
241
  "name": "uiConfigService",
227
242
  "kind": 32768,
228
243
  "kindString": "Parameter",
@@ -235,14 +250,14 @@
235
250
  ],
236
251
  "type": {
237
252
  "type": "reference",
238
- "id": 158,
253
+ "id": 156,
239
254
  "name": "SkyDataManagerService"
240
255
  }
241
256
  }
242
257
  ]
243
258
  },
244
259
  {
245
- "id": 162,
260
+ "id": 160,
246
261
  "name": "viewkeeperClasses",
247
262
  "kind": 1024,
248
263
  "kindString": "Property",
@@ -262,20 +277,20 @@
262
277
  {
263
278
  "type": "reflection",
264
279
  "declaration": {
265
- "id": 163,
280
+ "id": 161,
266
281
  "name": "__type",
267
282
  "kind": 65536,
268
283
  "kindString": "Type literal",
269
284
  "flags": {},
270
285
  "indexSignature": {
271
- "id": 164,
286
+ "id": 162,
272
287
  "name": "__index",
273
288
  "kind": 8192,
274
289
  "kindString": "Index signature",
275
290
  "flags": {},
276
291
  "parameters": [
277
292
  {
278
- "id": 165,
293
+ "id": 163,
279
294
  "name": "viewId",
280
295
  "kind": 32768,
281
296
  "flags": {},
@@ -303,7 +318,7 @@
303
318
  "defaultValue": "..."
304
319
  },
305
320
  {
306
- "id": 198,
321
+ "id": 196,
307
322
  "name": "getActiveViewIdUpdates",
308
323
  "kind": 2048,
309
324
  "kindString": "Method",
@@ -319,7 +334,7 @@
319
334
  ],
320
335
  "signatures": [
321
336
  {
322
- "id": 199,
337
+ "id": 197,
323
338
  "name": "getActiveViewIdUpdates",
324
339
  "kind": 4096,
325
340
  "kindString": "Call signature",
@@ -343,7 +358,7 @@
343
358
  ]
344
359
  },
345
360
  {
346
- "id": 189,
361
+ "id": 187,
347
362
  "name": "getCurrentDataManagerConfig",
348
363
  "kind": 2048,
349
364
  "kindString": "Method",
@@ -359,7 +374,7 @@
359
374
  ],
360
375
  "signatures": [
361
376
  {
362
- "id": 190,
377
+ "id": 188,
363
378
  "name": "getCurrentDataManagerConfig",
364
379
  "kind": 4096,
365
380
  "kindString": "Call signature",
@@ -369,14 +384,14 @@
369
384
  },
370
385
  "type": {
371
386
  "type": "reference",
372
- "id": 237,
387
+ "id": 235,
373
388
  "name": "SkyDataManagerConfig"
374
389
  }
375
390
  }
376
391
  ]
377
392
  },
378
393
  {
379
- "id": 191,
394
+ "id": 189,
380
395
  "name": "getDataManagerConfigUpdates",
381
396
  "kind": 2048,
382
397
  "kindString": "Method",
@@ -392,7 +407,7 @@
392
407
  ],
393
408
  "signatures": [
394
409
  {
395
- "id": 192,
410
+ "id": 190,
396
411
  "name": "getDataManagerConfigUpdates",
397
412
  "kind": 4096,
398
413
  "kindString": "Call signature",
@@ -405,7 +420,7 @@
405
420
  "typeArguments": [
406
421
  {
407
422
  "type": "reference",
408
- "id": 237,
423
+ "id": 235,
409
424
  "name": "SkyDataManagerConfig"
410
425
  }
411
426
  ],
@@ -417,7 +432,7 @@
417
432
  ]
418
433
  },
419
434
  {
420
- "id": 181,
435
+ "id": 179,
421
436
  "name": "getDataStateUpdates",
422
437
  "kind": 2048,
423
438
  "kindString": "Method",
@@ -433,7 +448,7 @@
433
448
  ],
434
449
  "signatures": [
435
450
  {
436
- "id": 182,
451
+ "id": 180,
437
452
  "name": "getDataStateUpdates",
438
453
  "kind": 4096,
439
454
  "kindString": "Call signature",
@@ -443,7 +458,7 @@
443
458
  },
444
459
  "parameters": [
445
460
  {
446
- "id": 183,
461
+ "id": 181,
447
462
  "name": "sourceId",
448
463
  "kind": 32768,
449
464
  "kindString": "Parameter",
@@ -457,7 +472,7 @@
457
472
  }
458
473
  },
459
474
  {
460
- "id": 184,
475
+ "id": 182,
461
476
  "name": "updateFilter",
462
477
  "kind": 32768,
463
478
  "kindString": "Parameter",
@@ -466,7 +481,7 @@
466
481
  },
467
482
  "type": {
468
483
  "type": "reference",
469
- "id": 282,
484
+ "id": 280,
470
485
  "name": "SkyDataManagerStateUpdateFilterArgs"
471
486
  }
472
487
  }
@@ -476,7 +491,7 @@
476
491
  "typeArguments": [
477
492
  {
478
493
  "type": "reference",
479
- "id": 254,
494
+ "id": 252,
480
495
  "name": "SkyDataManagerState"
481
496
  }
482
497
  ],
@@ -488,7 +503,7 @@
488
503
  ]
489
504
  },
490
505
  {
491
- "id": 196,
506
+ "id": 194,
492
507
  "name": "getDataViewsUpdates",
493
508
  "kind": 2048,
494
509
  "kindString": "Method",
@@ -504,7 +519,7 @@
504
519
  ],
505
520
  "signatures": [
506
521
  {
507
- "id": 197,
522
+ "id": 195,
508
523
  "name": "getDataViewsUpdates",
509
524
  "kind": 4096,
510
525
  "kindString": "Call signature",
@@ -519,7 +534,7 @@
519
534
  "type": "array",
520
535
  "elementType": {
521
536
  "type": "reference",
522
- "id": 288,
537
+ "id": 286,
523
538
  "name": "SkyDataViewConfig"
524
539
  }
525
540
  }
@@ -532,7 +547,7 @@
532
547
  ]
533
548
  },
534
549
  {
535
- "id": 203,
550
+ "id": 201,
536
551
  "name": "getViewById",
537
552
  "kind": 2048,
538
553
  "kindString": "Method",
@@ -548,7 +563,7 @@
548
563
  ],
549
564
  "signatures": [
550
565
  {
551
- "id": 204,
566
+ "id": 202,
552
567
  "name": "getViewById",
553
568
  "kind": 4096,
554
569
  "kindString": "Call signature",
@@ -558,7 +573,7 @@
558
573
  },
559
574
  "parameters": [
560
575
  {
561
- "id": 205,
576
+ "id": 203,
562
577
  "name": "viewId",
563
578
  "kind": 32768,
564
579
  "kindString": "Parameter",
@@ -574,14 +589,14 @@
574
589
  ],
575
590
  "type": {
576
591
  "type": "reference",
577
- "id": 288,
592
+ "id": 286,
578
593
  "name": "SkyDataViewConfig"
579
594
  }
580
595
  }
581
596
  ]
582
597
  },
583
598
  {
584
- "id": 175,
599
+ "id": 173,
585
600
  "name": "initDataManager",
586
601
  "kind": 2048,
587
602
  "kindString": "Method",
@@ -597,7 +612,7 @@
597
612
  ],
598
613
  "signatures": [
599
614
  {
600
- "id": 176,
615
+ "id": 174,
601
616
  "name": "initDataManager",
602
617
  "kind": 4096,
603
618
  "kindString": "Call signature",
@@ -607,7 +622,7 @@
607
622
  },
608
623
  "parameters": [
609
624
  {
610
- "id": 177,
625
+ "id": 175,
611
626
  "name": "args",
612
627
  "kind": 32768,
613
628
  "kindString": "Parameter",
@@ -617,7 +632,7 @@
617
632
  },
618
633
  "type": {
619
634
  "type": "reference",
620
- "id": 244,
635
+ "id": 242,
621
636
  "name": "SkyDataManagerInitArgs"
622
637
  }
623
638
  }
@@ -630,7 +645,7 @@
630
645
  ]
631
646
  },
632
647
  {
633
- "id": 178,
648
+ "id": 176,
634
649
  "name": "initDataView",
635
650
  "kind": 2048,
636
651
  "kindString": "Method",
@@ -646,7 +661,7 @@
646
661
  ],
647
662
  "signatures": [
648
663
  {
649
- "id": 179,
664
+ "id": 177,
650
665
  "name": "initDataView",
651
666
  "kind": 4096,
652
667
  "kindString": "Call signature",
@@ -656,7 +671,7 @@
656
671
  },
657
672
  "parameters": [
658
673
  {
659
- "id": 180,
674
+ "id": 178,
660
675
  "name": "viewConfig",
661
676
  "kind": 32768,
662
677
  "kindString": "Parameter",
@@ -666,7 +681,7 @@
666
681
  },
667
682
  "type": {
668
683
  "type": "reference",
669
- "id": 288,
684
+ "id": 286,
670
685
  "name": "SkyDataViewConfig"
671
686
  }
672
687
  }
@@ -679,7 +694,7 @@
679
694
  ]
680
695
  },
681
696
  {
682
- "id": 173,
697
+ "id": 171,
683
698
  "name": "ngOnDestroy",
684
699
  "kind": 2048,
685
700
  "kindString": "Method",
@@ -695,7 +710,7 @@
695
710
  ],
696
711
  "signatures": [
697
712
  {
698
- "id": 174,
713
+ "id": 172,
699
714
  "name": "ngOnDestroy",
700
715
  "kind": 4096,
701
716
  "kindString": "Call signature",
@@ -716,7 +731,7 @@
716
731
  }
717
732
  },
718
733
  {
719
- "id": 200,
734
+ "id": 198,
720
735
  "name": "updateActiveViewId",
721
736
  "kind": 2048,
722
737
  "kindString": "Method",
@@ -732,7 +747,7 @@
732
747
  ],
733
748
  "signatures": [
734
749
  {
735
- "id": 201,
750
+ "id": 199,
736
751
  "name": "updateActiveViewId",
737
752
  "kind": 4096,
738
753
  "kindString": "Call signature",
@@ -742,7 +757,7 @@
742
757
  },
743
758
  "parameters": [
744
759
  {
745
- "id": 202,
760
+ "id": 200,
746
761
  "name": "id",
747
762
  "kind": 32768,
748
763
  "kindString": "Parameter",
@@ -764,7 +779,7 @@
764
779
  ]
765
780
  },
766
781
  {
767
- "id": 193,
782
+ "id": 191,
768
783
  "name": "updateDataManagerConfig",
769
784
  "kind": 2048,
770
785
  "kindString": "Method",
@@ -780,7 +795,7 @@
780
795
  ],
781
796
  "signatures": [
782
797
  {
783
- "id": 194,
798
+ "id": 192,
784
799
  "name": "updateDataManagerConfig",
785
800
  "kind": 4096,
786
801
  "kindString": "Call signature",
@@ -790,7 +805,7 @@
790
805
  },
791
806
  "parameters": [
792
807
  {
793
- "id": 195,
808
+ "id": 193,
794
809
  "name": "value",
795
810
  "kind": 32768,
796
811
  "kindString": "Parameter",
@@ -800,7 +815,7 @@
800
815
  },
801
816
  "type": {
802
817
  "type": "reference",
803
- "id": 237,
818
+ "id": 235,
804
819
  "name": "SkyDataManagerConfig"
805
820
  }
806
821
  }
@@ -813,7 +828,7 @@
813
828
  ]
814
829
  },
815
830
  {
816
- "id": 185,
831
+ "id": 183,
817
832
  "name": "updateDataState",
818
833
  "kind": 2048,
819
834
  "kindString": "Method",
@@ -829,7 +844,7 @@
829
844
  ],
830
845
  "signatures": [
831
846
  {
832
- "id": 186,
847
+ "id": 184,
833
848
  "name": "updateDataState",
834
849
  "kind": 4096,
835
850
  "kindString": "Call signature",
@@ -839,7 +854,7 @@
839
854
  },
840
855
  "parameters": [
841
856
  {
842
- "id": 187,
857
+ "id": 185,
843
858
  "name": "state",
844
859
  "kind": 32768,
845
860
  "kindString": "Parameter",
@@ -849,12 +864,12 @@
849
864
  },
850
865
  "type": {
851
866
  "type": "reference",
852
- "id": 254,
867
+ "id": 252,
853
868
  "name": "SkyDataManagerState"
854
869
  }
855
870
  },
856
871
  {
857
- "id": 188,
872
+ "id": 186,
858
873
  "name": "sourceId",
859
874
  "kind": 32768,
860
875
  "kindString": "Parameter",
@@ -876,7 +891,7 @@
876
891
  ]
877
892
  },
878
893
  {
879
- "id": 206,
894
+ "id": 204,
880
895
  "name": "updateViewConfig",
881
896
  "kind": 2048,
882
897
  "kindString": "Method",
@@ -892,7 +907,7 @@
892
907
  ],
893
908
  "signatures": [
894
909
  {
895
- "id": 207,
910
+ "id": 205,
896
911
  "name": "updateViewConfig",
897
912
  "kind": 4096,
898
913
  "kindString": "Call signature",
@@ -902,7 +917,7 @@
902
917
  },
903
918
  "parameters": [
904
919
  {
905
- "id": 208,
920
+ "id": 206,
906
921
  "name": "view",
907
922
  "kind": 32768,
908
923
  "kindString": "Parameter",
@@ -912,7 +927,7 @@
912
927
  },
913
928
  "type": {
914
929
  "type": "reference",
915
- "id": 288,
930
+ "id": 286,
916
931
  "name": "SkyDataViewConfig"
917
932
  }
918
933
  }
@@ -930,33 +945,33 @@
930
945
  "title": "Constructors",
931
946
  "kind": 512,
932
947
  "children": [
933
- 159
948
+ 157
934
949
  ]
935
950
  },
936
951
  {
937
952
  "title": "Properties",
938
953
  "kind": 1024,
939
954
  "children": [
940
- 162
955
+ 160
941
956
  ]
942
957
  },
943
958
  {
944
959
  "title": "Methods",
945
960
  "kind": 2048,
946
961
  "children": [
947
- 198,
948
- 189,
949
- 191,
950
- 181,
951
962
  196,
952
- 203,
953
- 175,
954
- 178,
963
+ 187,
964
+ 189,
965
+ 179,
966
+ 194,
967
+ 201,
955
968
  173,
956
- 200,
957
- 193,
958
- 185,
959
- 206
969
+ 176,
970
+ 171,
971
+ 198,
972
+ 191,
973
+ 183,
974
+ 204
960
975
  ]
961
976
  }
962
977
  ],
@@ -977,14 +992,17 @@
977
992
  ]
978
993
  },
979
994
  {
980
- "id": 254,
995
+ "id": 252,
981
996
  "name": "SkyDataManagerState",
982
997
  "kind": 128,
983
998
  "kindString": "Class",
984
999
  "flags": {},
1000
+ "comment": {
1001
+ "shortText": "Provides options that control which data to display."
1002
+ },
985
1003
  "children": [
986
1004
  {
987
- "id": 255,
1005
+ "id": 253,
988
1006
  "name": "constructor",
989
1007
  "kind": 512,
990
1008
  "kindString": "Constructor",
@@ -992,72 +1010,78 @@
992
1010
  "sources": [
993
1011
  {
994
1012
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
995
- "line": 16,
1013
+ "line": 42,
996
1014
  "character": 2
997
1015
  }
998
1016
  ],
999
1017
  "signatures": [
1000
1018
  {
1001
- "id": 256,
1019
+ "id": 254,
1002
1020
  "name": "new SkyDataManagerState",
1003
1021
  "kind": 16384,
1004
1022
  "kindString": "Constructor signature",
1005
1023
  "flags": {},
1006
1024
  "parameters": [
1007
1025
  {
1008
- "id": 257,
1026
+ "id": 255,
1009
1027
  "name": "data",
1010
1028
  "kind": 32768,
1011
1029
  "kindString": "Parameter",
1012
1030
  "flags": {},
1013
1031
  "type": {
1014
1032
  "type": "reference",
1015
- "id": 274,
1033
+ "id": 272,
1016
1034
  "name": "SkyDataManagerStateOptions"
1017
1035
  }
1018
1036
  }
1019
1037
  ],
1020
1038
  "type": {
1021
1039
  "type": "reference",
1022
- "id": 254,
1040
+ "id": 252,
1023
1041
  "name": "SkyDataManagerState"
1024
1042
  }
1025
1043
  }
1026
1044
  ]
1027
1045
  },
1028
1046
  {
1029
- "id": 258,
1047
+ "id": 256,
1030
1048
  "name": "activeSortOption",
1031
1049
  "kind": 1024,
1032
1050
  "kindString": "Property",
1033
1051
  "flags": {
1034
1052
  "isPublic": true
1035
1053
  },
1054
+ "comment": {
1055
+ "shortText": "The selected SkyDataManagerSortOption to apply."
1056
+ },
1036
1057
  "sources": [
1037
1058
  {
1038
1059
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
1039
- "line": 8,
1060
+ "line": 14,
1040
1061
  "character": 9
1041
1062
  }
1042
1063
  ],
1043
1064
  "type": {
1044
1065
  "type": "reference",
1045
- "id": 249,
1066
+ "id": 247,
1046
1067
  "name": "SkyDataManagerSortOption"
1047
1068
  }
1048
1069
  },
1049
1070
  {
1050
- "id": 259,
1071
+ "id": 257,
1051
1072
  "name": "additionalData",
1052
1073
  "kind": 1024,
1053
1074
  "kindString": "Property",
1054
1075
  "flags": {
1055
1076
  "isPublic": true
1056
1077
  },
1078
+ "comment": {
1079
+ "shortText": "An untyped property that tracks any state information that's relevant to a data\nmanager but that the existing properties do not cover."
1080
+ },
1057
1081
  "sources": [
1058
1082
  {
1059
1083
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
1060
- "line": 9,
1084
+ "line": 19,
1061
1085
  "character": 9
1062
1086
  }
1063
1087
  ],
@@ -1067,38 +1091,44 @@
1067
1091
  }
1068
1092
  },
1069
1093
  {
1070
- "id": 260,
1094
+ "id": 258,
1071
1095
  "name": "filterData",
1072
1096
  "kind": 1024,
1073
1097
  "kindString": "Property",
1074
1098
  "flags": {
1075
1099
  "isPublic": true
1076
1100
  },
1101
+ "comment": {
1102
+ "shortText": "The state of the filters."
1103
+ },
1077
1104
  "sources": [
1078
1105
  {
1079
1106
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
1080
- "line": 10,
1107
+ "line": 23,
1081
1108
  "character": 9
1082
1109
  }
1083
1110
  ],
1084
1111
  "type": {
1085
1112
  "type": "reference",
1086
- "id": 241,
1113
+ "id": 239,
1087
1114
  "name": "SkyDataManagerFilterData"
1088
1115
  }
1089
1116
  },
1090
1117
  {
1091
- "id": 261,
1118
+ "id": 259,
1092
1119
  "name": "onlyShowSelected",
1093
1120
  "kind": 1024,
1094
1121
  "kindString": "Property",
1095
1122
  "flags": {
1096
1123
  "isPublic": true
1097
1124
  },
1125
+ "comment": {
1126
+ "shortText": "Indicates whether to display only the selected rows or objects. The multiselect toolbar\nuses this property."
1127
+ },
1098
1128
  "sources": [
1099
1129
  {
1100
1130
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
1101
- "line": 11,
1131
+ "line": 28,
1102
1132
  "character": 9
1103
1133
  }
1104
1134
  ],
@@ -1108,17 +1138,20 @@
1108
1138
  }
1109
1139
  },
1110
1140
  {
1111
- "id": 262,
1141
+ "id": 260,
1112
1142
  "name": "searchText",
1113
1143
  "kind": 1024,
1114
1144
  "kindString": "Property",
1115
1145
  "flags": {
1116
1146
  "isPublic": true
1117
1147
  },
1148
+ "comment": {
1149
+ "shortText": "The search text to apply."
1150
+ },
1118
1151
  "sources": [
1119
1152
  {
1120
1153
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
1121
- "line": 12,
1154
+ "line": 32,
1122
1155
  "character": 9
1123
1156
  }
1124
1157
  ],
@@ -1128,17 +1161,20 @@
1128
1161
  }
1129
1162
  },
1130
1163
  {
1131
- "id": 263,
1164
+ "id": 261,
1132
1165
  "name": "selectedIds",
1133
1166
  "kind": 1024,
1134
1167
  "kindString": "Property",
1135
1168
  "flags": {
1136
1169
  "isPublic": true
1137
1170
  },
1171
+ "comment": {
1172
+ "shortText": "The currently selected rows or objects."
1173
+ },
1138
1174
  "sources": [
1139
1175
  {
1140
1176
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
1141
- "line": 13,
1177
+ "line": 36,
1142
1178
  "character": 9
1143
1179
  }
1144
1180
  ],
@@ -1151,17 +1187,20 @@
1151
1187
  }
1152
1188
  },
1153
1189
  {
1154
- "id": 264,
1190
+ "id": 262,
1155
1191
  "name": "views",
1156
1192
  "kind": 1024,
1157
1193
  "kindString": "Property",
1158
1194
  "flags": {
1159
1195
  "isPublic": true
1160
1196
  },
1197
+ "comment": {
1198
+ "shortText": "The states of the individual views."
1199
+ },
1161
1200
  "sources": [
1162
1201
  {
1163
1202
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
1164
- "line": 14,
1203
+ "line": 40,
1165
1204
  "character": 9
1166
1205
  }
1167
1206
  ],
@@ -1176,7 +1215,7 @@
1176
1215
  "defaultValue": "[]"
1177
1216
  },
1178
1217
  {
1179
- "id": 270,
1218
+ "id": 268,
1180
1219
  "name": "addOrUpdateView",
1181
1220
  "kind": 2048,
1182
1221
  "kindString": "Method",
@@ -1186,35 +1225,45 @@
1186
1225
  "sources": [
1187
1226
  {
1188
1227
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
1189
- "line": 49,
1228
+ "line": 90,
1190
1229
  "character": 9
1191
1230
  }
1192
1231
  ],
1193
1232
  "signatures": [
1194
1233
  {
1195
- "id": 271,
1234
+ "id": 269,
1196
1235
  "name": "addOrUpdateView",
1197
1236
  "kind": 4096,
1198
1237
  "kindString": "Call signature",
1199
1238
  "flags": {},
1239
+ "comment": {
1240
+ "shortText": "Adds a `SkyDataViewState` to a view or updates an existing view.",
1241
+ "returns": "The state of the data manager for the specified view.\n"
1242
+ },
1200
1243
  "parameters": [
1201
1244
  {
1202
- "id": 272,
1245
+ "id": 270,
1203
1246
  "name": "viewId",
1204
1247
  "kind": 32768,
1205
1248
  "kindString": "Parameter",
1206
1249
  "flags": {},
1250
+ "comment": {
1251
+ "shortText": "The ID for the view."
1252
+ },
1207
1253
  "type": {
1208
1254
  "type": "intrinsic",
1209
1255
  "name": "string"
1210
1256
  }
1211
1257
  },
1212
1258
  {
1213
- "id": 273,
1259
+ "id": 271,
1214
1260
  "name": "view",
1215
1261
  "kind": 32768,
1216
1262
  "kindString": "Parameter",
1217
1263
  "flags": {},
1264
+ "comment": {
1265
+ "shortText": "The `SkyDataViewState` option to add or update."
1266
+ },
1218
1267
  "type": {
1219
1268
  "type": "reference",
1220
1269
  "id": 306,
@@ -1224,14 +1273,14 @@
1224
1273
  ],
1225
1274
  "type": {
1226
1275
  "type": "reference",
1227
- "id": 254,
1276
+ "id": 252,
1228
1277
  "name": "SkyDataManagerState"
1229
1278
  }
1230
1279
  }
1231
1280
  ]
1232
1281
  },
1233
1282
  {
1234
- "id": 265,
1283
+ "id": 263,
1235
1284
  "name": "getStateOptions",
1236
1285
  "kind": 2048,
1237
1286
  "kindString": "Method",
@@ -1241,27 +1290,31 @@
1241
1290
  "sources": [
1242
1291
  {
1243
1292
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
1244
- "line": 29,
1293
+ "line": 59,
1245
1294
  "character": 9
1246
1295
  }
1247
1296
  ],
1248
1297
  "signatures": [
1249
1298
  {
1250
- "id": 266,
1299
+ "id": 264,
1251
1300
  "name": "getStateOptions",
1252
1301
  "kind": 4096,
1253
1302
  "kindString": "Call signature",
1254
1303
  "flags": {},
1304
+ "comment": {
1305
+ "shortText": "Returns the `SkyDataManagerStateOptions` for the data manager.",
1306
+ "returns": "The `SkyDataManagerStateOptions` for the data manager.\n"
1307
+ },
1255
1308
  "type": {
1256
1309
  "type": "reference",
1257
- "id": 274,
1310
+ "id": 272,
1258
1311
  "name": "SkyDataManagerStateOptions"
1259
1312
  }
1260
1313
  }
1261
1314
  ]
1262
1315
  },
1263
1316
  {
1264
- "id": 267,
1317
+ "id": 265,
1265
1318
  "name": "getViewStateById",
1266
1319
  "kind": 2048,
1267
1320
  "kindString": "Method",
@@ -1271,24 +1324,31 @@
1271
1324
  "sources": [
1272
1325
  {
1273
1326
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
1274
- "line": 45,
1327
+ "line": 80,
1275
1328
  "character": 9
1276
1329
  }
1277
1330
  ],
1278
1331
  "signatures": [
1279
1332
  {
1280
- "id": 268,
1333
+ "id": 266,
1281
1334
  "name": "getViewStateById",
1282
1335
  "kind": 4096,
1283
1336
  "kindString": "Call signature",
1284
1337
  "flags": {},
1338
+ "comment": {
1339
+ "shortText": "Returns the `SkyDataViewState` for the specified view.",
1340
+ "returns": "The `SkyDataViewState` for the specified view.\n"
1341
+ },
1285
1342
  "parameters": [
1286
1343
  {
1287
- "id": 269,
1344
+ "id": 267,
1288
1345
  "name": "viewId",
1289
1346
  "kind": 32768,
1290
1347
  "kindString": "Parameter",
1291
1348
  "flags": {},
1349
+ "comment": {
1350
+ "shortText": "The ID for the view."
1351
+ },
1292
1352
  "type": {
1293
1353
  "type": "intrinsic",
1294
1354
  "name": "string"
@@ -1309,36 +1369,36 @@
1309
1369
  "title": "Constructors",
1310
1370
  "kind": 512,
1311
1371
  "children": [
1312
- 255
1372
+ 253
1313
1373
  ]
1314
1374
  },
1315
1375
  {
1316
1376
  "title": "Properties",
1317
1377
  "kind": 1024,
1318
1378
  "children": [
1379
+ 256,
1380
+ 257,
1319
1381
  258,
1320
1382
  259,
1321
1383
  260,
1322
1384
  261,
1323
- 262,
1324
- 263,
1325
- 264
1385
+ 262
1326
1386
  ]
1327
1387
  },
1328
1388
  {
1329
1389
  "title": "Methods",
1330
1390
  "kind": 2048,
1331
1391
  "children": [
1332
- 270,
1333
- 265,
1334
- 267
1392
+ 268,
1393
+ 263,
1394
+ 265
1335
1395
  ]
1336
1396
  }
1337
1397
  ],
1338
1398
  "sources": [
1339
1399
  {
1340
1400
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
1341
- "line": 7,
1401
+ "line": 10,
1342
1402
  "character": 13
1343
1403
  }
1344
1404
  ]
@@ -1349,6 +1409,9 @@
1349
1409
  "kind": 128,
1350
1410
  "kindString": "Class",
1351
1411
  "flags": {},
1412
+ "comment": {
1413
+ "shortText": "Provides options for defining how data is displayed, such as which columns appear."
1414
+ },
1352
1415
  "children": [
1353
1416
  {
1354
1417
  "id": 307,
@@ -1359,7 +1422,7 @@
1359
1422
  "sources": [
1360
1423
  {
1361
1424
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-view-state.ts",
1362
- "line": 9,
1425
+ "line": 25,
1363
1426
  "character": 2
1364
1427
  }
1365
1428
  ],
@@ -1400,10 +1463,13 @@
1400
1463
  "flags": {
1401
1464
  "isPublic": true
1402
1465
  },
1466
+ "comment": {
1467
+ "shortText": "An untyped property that tracks any view-specific state information\nthat is relevant to a data manager but that existing properties do not cover."
1468
+ },
1403
1469
  "sources": [
1404
1470
  {
1405
1471
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-view-state.ts",
1406
- "line": 7,
1472
+ "line": 23,
1407
1473
  "character": 9
1408
1474
  }
1409
1475
  ],
@@ -1420,10 +1486,13 @@
1420
1486
  "flags": {
1421
1487
  "isPublic": true
1422
1488
  },
1489
+ "comment": {
1490
+ "shortText": "The IDs of the columns able to be displayed for column-based views. This property is required when utilizing a grid-based view, a column picker, or both."
1491
+ },
1423
1492
  "sources": [
1424
1493
  {
1425
1494
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-view-state.ts",
1426
- "line": 4,
1495
+ "line": 10,
1427
1496
  "character": 9
1428
1497
  }
1429
1498
  ],
@@ -1444,10 +1513,13 @@
1444
1513
  "flags": {
1445
1514
  "isPublic": true
1446
1515
  },
1516
+ "comment": {
1517
+ "shortText": "The IDs of the columns displayed for column-based views."
1518
+ },
1447
1519
  "sources": [
1448
1520
  {
1449
1521
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-view-state.ts",
1450
- "line": 5,
1522
+ "line": 14,
1451
1523
  "character": 9
1452
1524
  }
1453
1525
  ],
@@ -1468,10 +1540,13 @@
1468
1540
  "flags": {
1469
1541
  "isPublic": true
1470
1542
  },
1543
+ "comment": {
1544
+ "shortText": "The ID of this view."
1545
+ },
1471
1546
  "sources": [
1472
1547
  {
1473
1548
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-view-state.ts",
1474
- "line": 6,
1549
+ "line": 18,
1475
1550
  "character": 9
1476
1551
  }
1477
1552
  ],
@@ -1491,7 +1566,7 @@
1491
1566
  "sources": [
1492
1567
  {
1493
1568
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-view-state.ts",
1494
- "line": 16,
1569
+ "line": 36,
1495
1570
  "character": 9
1496
1571
  }
1497
1572
  ],
@@ -1502,6 +1577,10 @@
1502
1577
  "kind": 4096,
1503
1578
  "kindString": "Call signature",
1504
1579
  "flags": {},
1580
+ "comment": {
1581
+ "shortText": "Returns the `SkyDataViewStateOptions` for the current view.",
1582
+ "returns": "The `SkyDataViewStateOptions`.\n"
1583
+ },
1505
1584
  "type": {
1506
1585
  "type": "reference",
1507
1586
  "id": 316,
@@ -1540,13 +1619,13 @@
1540
1619
  "sources": [
1541
1620
  {
1542
1621
  "fileName": "projects/data-manager/src/modules/data-manager/models/data-view-state.ts",
1543
- "line": 3,
1622
+ "line": 6,
1544
1623
  "character": 13
1545
1624
  }
1546
1625
  ]
1547
1626
  },
1548
1627
  {
1549
- "id": 41,
1628
+ "id": 39,
1550
1629
  "name": "SkyDataManagerComponent",
1551
1630
  "kind": 128,
1552
1631
  "kindString": "Class",
@@ -1570,7 +1649,7 @@
1570
1649
  ],
1571
1650
  "children": [
1572
1651
  {
1573
- "id": 42,
1652
+ "id": 40,
1574
1653
  "name": "constructor",
1575
1654
  "kind": 512,
1576
1655
  "kindString": "Constructor",
@@ -1584,14 +1663,14 @@
1584
1663
  ],
1585
1664
  "signatures": [
1586
1665
  {
1587
- "id": 43,
1666
+ "id": 41,
1588
1667
  "name": "SkyDataManagerComponent",
1589
1668
  "kind": 16384,
1590
1669
  "kindString": "Constructor signature",
1591
1670
  "flags": {},
1592
1671
  "parameters": [
1593
1672
  {
1594
- "id": 44,
1673
+ "id": 42,
1595
1674
  "name": "changeDetection",
1596
1675
  "kind": 32768,
1597
1676
  "kindString": "Parameter",
@@ -1604,28 +1683,28 @@
1604
1683
  }
1605
1684
  },
1606
1685
  {
1607
- "id": 45,
1686
+ "id": 43,
1608
1687
  "name": "dataManagerService",
1609
1688
  "kind": 32768,
1610
1689
  "kindString": "Parameter",
1611
1690
  "flags": {},
1612
1691
  "type": {
1613
1692
  "type": "reference",
1614
- "id": 158,
1693
+ "id": 156,
1615
1694
  "name": "SkyDataManagerService"
1616
1695
  }
1617
1696
  }
1618
1697
  ],
1619
1698
  "type": {
1620
1699
  "type": "reference",
1621
- "id": 41,
1700
+ "id": 39,
1622
1701
  "name": "SkyDataManagerComponent"
1623
1702
  }
1624
1703
  }
1625
1704
  ]
1626
1705
  },
1627
1706
  {
1628
- "id": 54,
1707
+ "id": 52,
1629
1708
  "name": "backToTopController",
1630
1709
  "kind": 1024,
1631
1710
  "kindString": "Property",
@@ -1654,7 +1733,7 @@
1654
1733
  "defaultValue": "..."
1655
1734
  },
1656
1735
  {
1657
- "id": 55,
1736
+ "id": 53,
1658
1737
  "name": "backToTopOptions",
1659
1738
  "kind": 1024,
1660
1739
  "kindString": "Property",
@@ -1671,18 +1750,25 @@
1671
1750
  "type": {
1672
1751
  "type": "reflection",
1673
1752
  "declaration": {
1674
- "id": 56,
1753
+ "id": 54,
1675
1754
  "name": "__type",
1676
1755
  "kind": 65536,
1677
1756
  "kindString": "Type literal",
1678
1757
  "flags": {},
1679
1758
  "children": [
1680
1759
  {
1681
- "id": 57,
1760
+ "id": 55,
1682
1761
  "name": "buttonHidden",
1683
1762
  "kind": 1024,
1684
1763
  "kindString": "Property",
1685
1764
  "flags": {},
1765
+ "sources": [
1766
+ {
1767
+ "fileName": "lib/modules/data-manager/data-manager.component.ts",
1768
+ "line": 52,
1769
+ "character": 4
1770
+ }
1771
+ ],
1686
1772
  "type": {
1687
1773
  "type": "intrinsic",
1688
1774
  "name": "boolean"
@@ -1695,7 +1781,7 @@
1695
1781
  "title": "Properties",
1696
1782
  "kind": 1024,
1697
1783
  "children": [
1698
- 57
1784
+ 55
1699
1785
  ]
1700
1786
  }
1701
1787
  ]
@@ -1704,7 +1790,7 @@
1704
1790
  "defaultValue": "..."
1705
1791
  },
1706
1792
  {
1707
- "id": 46,
1793
+ "id": 44,
1708
1794
  "name": "currentViewkeeperClasses",
1709
1795
  "kind": 262144,
1710
1796
  "kindString": "Accessor",
@@ -1720,7 +1806,7 @@
1720
1806
  ],
1721
1807
  "getSignature": [
1722
1808
  {
1723
- "id": 47,
1809
+ "id": 45,
1724
1810
  "name": "currentViewkeeperClasses",
1725
1811
  "kind": 524288,
1726
1812
  "kindString": "Get signature",
@@ -1736,14 +1822,14 @@
1736
1822
  ],
1737
1823
  "setSignature": [
1738
1824
  {
1739
- "id": 48,
1825
+ "id": 46,
1740
1826
  "name": "currentViewkeeperClasses",
1741
1827
  "kind": 1048576,
1742
1828
  "kindString": "Set signature",
1743
1829
  "flags": {},
1744
1830
  "parameters": [
1745
1831
  {
1746
- "id": 49,
1832
+ "id": 47,
1747
1833
  "name": "value",
1748
1834
  "kind": 32768,
1749
1835
  "kindString": "Parameter",
@@ -1765,7 +1851,7 @@
1765
1851
  ]
1766
1852
  },
1767
1853
  {
1768
- "id": 50,
1854
+ "id": 48,
1769
1855
  "name": "isInitialized",
1770
1856
  "kind": 262144,
1771
1857
  "kindString": "Accessor",
@@ -1781,7 +1867,7 @@
1781
1867
  ],
1782
1868
  "getSignature": [
1783
1869
  {
1784
- "id": 51,
1870
+ "id": 49,
1785
1871
  "name": "isInitialized",
1786
1872
  "kind": 524288,
1787
1873
  "kindString": "Get signature",
@@ -1794,14 +1880,14 @@
1794
1880
  ],
1795
1881
  "setSignature": [
1796
1882
  {
1797
- "id": 52,
1883
+ "id": 50,
1798
1884
  "name": "isInitialized",
1799
1885
  "kind": 1048576,
1800
1886
  "kindString": "Set signature",
1801
1887
  "flags": {},
1802
1888
  "parameters": [
1803
1889
  {
1804
- "id": 53,
1890
+ "id": 51,
1805
1891
  "name": "value",
1806
1892
  "kind": 32768,
1807
1893
  "kindString": "Parameter",
@@ -1820,7 +1906,7 @@
1820
1906
  ]
1821
1907
  },
1822
1908
  {
1823
- "id": 69,
1909
+ "id": 67,
1824
1910
  "name": "ngOnDestroy",
1825
1911
  "kind": 2048,
1826
1912
  "kindString": "Method",
@@ -1836,7 +1922,7 @@
1836
1922
  ],
1837
1923
  "signatures": [
1838
1924
  {
1839
- "id": 70,
1925
+ "id": 68,
1840
1926
  "name": "ngOnDestroy",
1841
1927
  "kind": 4096,
1842
1928
  "kindString": "Call signature",
@@ -1857,7 +1943,7 @@
1857
1943
  }
1858
1944
  },
1859
1945
  {
1860
- "id": 67,
1946
+ "id": 65,
1861
1947
  "name": "ngOnInit",
1862
1948
  "kind": 2048,
1863
1949
  "kindString": "Method",
@@ -1873,7 +1959,7 @@
1873
1959
  ],
1874
1960
  "signatures": [
1875
1961
  {
1876
- "id": 68,
1962
+ "id": 66,
1877
1963
  "name": "ngOnInit",
1878
1964
  "kind": 4096,
1879
1965
  "kindString": "Call signature",
@@ -1899,31 +1985,31 @@
1899
1985
  "title": "Constructors",
1900
1986
  "kind": 512,
1901
1987
  "children": [
1902
- 42
1988
+ 40
1903
1989
  ]
1904
1990
  },
1905
1991
  {
1906
1992
  "title": "Properties",
1907
1993
  "kind": 1024,
1908
1994
  "children": [
1909
- 54,
1910
- 55
1995
+ 52,
1996
+ 53
1911
1997
  ]
1912
1998
  },
1913
1999
  {
1914
2000
  "title": "Accessors",
1915
2001
  "kind": 262144,
1916
2002
  "children": [
1917
- 46,
1918
- 50
2003
+ 44,
2004
+ 48
1919
2005
  ]
1920
2006
  },
1921
2007
  {
1922
2008
  "title": "Methods",
1923
2009
  "kind": 2048,
1924
2010
  "children": [
1925
- 69,
1926
- 67
2011
+ 67,
2012
+ 65
1927
2013
  ]
1928
2014
  }
1929
2015
  ],
@@ -1950,7 +2036,7 @@
1950
2036
  ]
1951
2037
  },
1952
2038
  {
1953
- "id": 71,
2039
+ "id": 69,
1954
2040
  "name": "SkyDataManagerToolbarLeftItemComponent",
1955
2041
  "kind": 128,
1956
2042
  "kindString": "Class",
@@ -1978,7 +2064,7 @@
1978
2064
  "title": "Constructors",
1979
2065
  "kind": 512,
1980
2066
  "children": [
1981
- 72
2067
+ 70
1982
2068
  ]
1983
2069
  }
1984
2070
  ],
@@ -1991,7 +2077,7 @@
1991
2077
  ]
1992
2078
  },
1993
2079
  {
1994
- "id": 74,
2080
+ "id": 72,
1995
2081
  "name": "SkyDataManagerToolbarPrimaryItemComponent",
1996
2082
  "kind": 128,
1997
2083
  "kindString": "Class",
@@ -2019,7 +2105,7 @@
2019
2105
  "title": "Constructors",
2020
2106
  "kind": 512,
2021
2107
  "children": [
2022
- 75
2108
+ 73
2023
2109
  ]
2024
2110
  }
2025
2111
  ],
@@ -2032,7 +2118,7 @@
2032
2118
  ]
2033
2119
  },
2034
2120
  {
2035
- "id": 77,
2121
+ "id": 75,
2036
2122
  "name": "SkyDataManagerToolbarRightItemComponent",
2037
2123
  "kind": 128,
2038
2124
  "kindString": "Class",
@@ -2060,7 +2146,7 @@
2060
2146
  "title": "Constructors",
2061
2147
  "kind": 512,
2062
2148
  "children": [
2063
- 78
2149
+ 76
2064
2150
  ]
2065
2151
  }
2066
2152
  ],
@@ -2073,7 +2159,7 @@
2073
2159
  ]
2074
2160
  },
2075
2161
  {
2076
- "id": 80,
2162
+ "id": 78,
2077
2163
  "name": "SkyDataManagerToolbarSectionComponent",
2078
2164
  "kind": 128,
2079
2165
  "kindString": "Class",
@@ -2101,7 +2187,7 @@
2101
2187
  "title": "Constructors",
2102
2188
  "kind": 512,
2103
2189
  "children": [
2104
- 81
2190
+ 79
2105
2191
  ]
2106
2192
  }
2107
2193
  ],
@@ -2114,7 +2200,7 @@
2114
2200
  ]
2115
2201
  },
2116
2202
  {
2117
- "id": 83,
2203
+ "id": 81,
2118
2204
  "name": "SkyDataManagerToolbarComponent",
2119
2205
  "kind": 128,
2120
2206
  "kindString": "Class",
@@ -2138,7 +2224,7 @@
2138
2224
  ],
2139
2225
  "children": [
2140
2226
  {
2141
- "id": 84,
2227
+ "id": 82,
2142
2228
  "name": "constructor",
2143
2229
  "kind": 512,
2144
2230
  "kindString": "Constructor",
@@ -2152,14 +2238,14 @@
2152
2238
  ],
2153
2239
  "signatures": [
2154
2240
  {
2155
- "id": 85,
2241
+ "id": 83,
2156
2242
  "name": "SkyDataManagerToolbarComponent",
2157
2243
  "kind": 16384,
2158
2244
  "kindString": "Constructor signature",
2159
2245
  "flags": {},
2160
2246
  "parameters": [
2161
2247
  {
2162
- "id": 86,
2248
+ "id": 84,
2163
2249
  "name": "changeDetector",
2164
2250
  "kind": 32768,
2165
2251
  "kindString": "Parameter",
@@ -2172,19 +2258,19 @@
2172
2258
  }
2173
2259
  },
2174
2260
  {
2175
- "id": 87,
2261
+ "id": 85,
2176
2262
  "name": "dataManagerService",
2177
2263
  "kind": 32768,
2178
2264
  "kindString": "Parameter",
2179
2265
  "flags": {},
2180
2266
  "type": {
2181
2267
  "type": "reference",
2182
- "id": 158,
2268
+ "id": 156,
2183
2269
  "name": "SkyDataManagerService"
2184
2270
  }
2185
2271
  },
2186
2272
  {
2187
- "id": 88,
2273
+ "id": 86,
2188
2274
  "name": "modalService",
2189
2275
  "kind": 32768,
2190
2276
  "kindString": "Parameter",
@@ -2195,7 +2281,7 @@
2195
2281
  }
2196
2282
  },
2197
2283
  {
2198
- "id": 89,
2284
+ "id": 87,
2199
2285
  "name": "columnPickerService",
2200
2286
  "kind": 32768,
2201
2287
  "kindString": "Parameter",
@@ -2208,14 +2294,14 @@
2208
2294
  ],
2209
2295
  "type": {
2210
2296
  "type": "reference",
2211
- "id": 83,
2297
+ "id": 81,
2212
2298
  "name": "SkyDataManagerToolbarComponent"
2213
2299
  }
2214
2300
  }
2215
2301
  ]
2216
2302
  },
2217
2303
  {
2218
- "id": 108,
2304
+ "id": 106,
2219
2305
  "name": "onlyShowSelected",
2220
2306
  "kind": 1024,
2221
2307
  "kindString": "Property",
@@ -2235,7 +2321,7 @@
2235
2321
  }
2236
2322
  },
2237
2323
  {
2238
- "id": 90,
2324
+ "id": 88,
2239
2325
  "name": "activeSortOptionId",
2240
2326
  "kind": 262144,
2241
2327
  "kindString": "Accessor",
@@ -2251,7 +2337,7 @@
2251
2337
  ],
2252
2338
  "getSignature": [
2253
2339
  {
2254
- "id": 91,
2340
+ "id": 89,
2255
2341
  "name": "activeSortOptionId",
2256
2342
  "kind": 524288,
2257
2343
  "kindString": "Get signature",
@@ -2264,7 +2350,7 @@
2264
2350
  ]
2265
2351
  },
2266
2352
  {
2267
- "id": 92,
2353
+ "id": 90,
2268
2354
  "name": "activeView",
2269
2355
  "kind": 262144,
2270
2356
  "kindString": "Accessor",
@@ -2280,35 +2366,35 @@
2280
2366
  ],
2281
2367
  "getSignature": [
2282
2368
  {
2283
- "id": 93,
2369
+ "id": 91,
2284
2370
  "name": "activeView",
2285
2371
  "kind": 524288,
2286
2372
  "kindString": "Get signature",
2287
2373
  "flags": {},
2288
2374
  "type": {
2289
2375
  "type": "reference",
2290
- "id": 288,
2376
+ "id": 286,
2291
2377
  "name": "SkyDataViewConfig"
2292
2378
  }
2293
2379
  }
2294
2380
  ],
2295
2381
  "setSignature": [
2296
2382
  {
2297
- "id": 94,
2383
+ "id": 92,
2298
2384
  "name": "activeView",
2299
2385
  "kind": 1048576,
2300
2386
  "kindString": "Set signature",
2301
2387
  "flags": {},
2302
2388
  "parameters": [
2303
2389
  {
2304
- "id": 95,
2390
+ "id": 93,
2305
2391
  "name": "value",
2306
2392
  "kind": 32768,
2307
2393
  "kindString": "Parameter",
2308
2394
  "flags": {},
2309
2395
  "type": {
2310
2396
  "type": "reference",
2311
- "id": 288,
2397
+ "id": 286,
2312
2398
  "name": "SkyDataViewConfig"
2313
2399
  }
2314
2400
  }
@@ -2321,7 +2407,7 @@
2321
2407
  ]
2322
2408
  },
2323
2409
  {
2324
- "id": 96,
2410
+ "id": 94,
2325
2411
  "name": "dataManagerConfig",
2326
2412
  "kind": 262144,
2327
2413
  "kindString": "Accessor",
@@ -2337,35 +2423,35 @@
2337
2423
  ],
2338
2424
  "getSignature": [
2339
2425
  {
2340
- "id": 97,
2426
+ "id": 95,
2341
2427
  "name": "dataManagerConfig",
2342
2428
  "kind": 524288,
2343
2429
  "kindString": "Get signature",
2344
2430
  "flags": {},
2345
2431
  "type": {
2346
2432
  "type": "reference",
2347
- "id": 237,
2433
+ "id": 235,
2348
2434
  "name": "SkyDataManagerConfig"
2349
2435
  }
2350
2436
  }
2351
2437
  ],
2352
2438
  "setSignature": [
2353
2439
  {
2354
- "id": 98,
2440
+ "id": 96,
2355
2441
  "name": "dataManagerConfig",
2356
2442
  "kind": 1048576,
2357
2443
  "kindString": "Set signature",
2358
2444
  "flags": {},
2359
2445
  "parameters": [
2360
2446
  {
2361
- "id": 99,
2447
+ "id": 97,
2362
2448
  "name": "value",
2363
2449
  "kind": 32768,
2364
2450
  "kindString": "Parameter",
2365
2451
  "flags": {},
2366
2452
  "type": {
2367
2453
  "type": "reference",
2368
- "id": 237,
2454
+ "id": 235,
2369
2455
  "name": "SkyDataManagerConfig"
2370
2456
  }
2371
2457
  }
@@ -2378,7 +2464,7 @@
2378
2464
  ]
2379
2465
  },
2380
2466
  {
2381
- "id": 100,
2467
+ "id": 98,
2382
2468
  "name": "dataState",
2383
2469
  "kind": 262144,
2384
2470
  "kindString": "Accessor",
@@ -2394,35 +2480,35 @@
2394
2480
  ],
2395
2481
  "getSignature": [
2396
2482
  {
2397
- "id": 101,
2483
+ "id": 99,
2398
2484
  "name": "dataState",
2399
2485
  "kind": 524288,
2400
2486
  "kindString": "Get signature",
2401
2487
  "flags": {},
2402
2488
  "type": {
2403
2489
  "type": "reference",
2404
- "id": 254,
2490
+ "id": 252,
2405
2491
  "name": "SkyDataManagerState"
2406
2492
  }
2407
2493
  }
2408
2494
  ],
2409
2495
  "setSignature": [
2410
2496
  {
2411
- "id": 102,
2497
+ "id": 100,
2412
2498
  "name": "dataState",
2413
2499
  "kind": 1048576,
2414
2500
  "kindString": "Set signature",
2415
2501
  "flags": {},
2416
2502
  "parameters": [
2417
2503
  {
2418
- "id": 103,
2504
+ "id": 101,
2419
2505
  "name": "value",
2420
2506
  "kind": 32768,
2421
2507
  "kindString": "Parameter",
2422
2508
  "flags": {},
2423
2509
  "type": {
2424
2510
  "type": "reference",
2425
- "id": 254,
2511
+ "id": 252,
2426
2512
  "name": "SkyDataManagerState"
2427
2513
  }
2428
2514
  }
@@ -2435,7 +2521,7 @@
2435
2521
  ]
2436
2522
  },
2437
2523
  {
2438
- "id": 104,
2524
+ "id": 102,
2439
2525
  "name": "views",
2440
2526
  "kind": 262144,
2441
2527
  "kindString": "Accessor",
@@ -2451,7 +2537,7 @@
2451
2537
  ],
2452
2538
  "getSignature": [
2453
2539
  {
2454
- "id": 105,
2540
+ "id": 103,
2455
2541
  "name": "views",
2456
2542
  "kind": 524288,
2457
2543
  "kindString": "Get signature",
@@ -2460,7 +2546,7 @@
2460
2546
  "type": "array",
2461
2547
  "elementType": {
2462
2548
  "type": "reference",
2463
- "id": 288,
2549
+ "id": 286,
2464
2550
  "name": "SkyDataViewConfig"
2465
2551
  }
2466
2552
  }
@@ -2468,14 +2554,14 @@
2468
2554
  ],
2469
2555
  "setSignature": [
2470
2556
  {
2471
- "id": 106,
2557
+ "id": 104,
2472
2558
  "name": "views",
2473
2559
  "kind": 1048576,
2474
2560
  "kindString": "Set signature",
2475
2561
  "flags": {},
2476
2562
  "parameters": [
2477
2563
  {
2478
- "id": 107,
2564
+ "id": 105,
2479
2565
  "name": "value",
2480
2566
  "kind": 32768,
2481
2567
  "kindString": "Parameter",
@@ -2484,7 +2570,7 @@
2484
2570
  "type": "array",
2485
2571
  "elementType": {
2486
2572
  "type": "reference",
2487
- "id": 288,
2573
+ "id": 286,
2488
2574
  "name": "SkyDataViewConfig"
2489
2575
  }
2490
2576
  }
@@ -2498,7 +2584,7 @@
2498
2584
  ]
2499
2585
  },
2500
2586
  {
2501
- "id": 134,
2587
+ "id": 132,
2502
2588
  "name": "clearAll",
2503
2589
  "kind": 2048,
2504
2590
  "kindString": "Method",
@@ -2514,7 +2600,7 @@
2514
2600
  ],
2515
2601
  "signatures": [
2516
2602
  {
2517
- "id": 135,
2603
+ "id": 133,
2518
2604
  "name": "clearAll",
2519
2605
  "kind": 4096,
2520
2606
  "kindString": "Call signature",
@@ -2527,7 +2613,7 @@
2527
2613
  ]
2528
2614
  },
2529
2615
  {
2530
- "id": 128,
2616
+ "id": 126,
2531
2617
  "name": "filterButtonClicked",
2532
2618
  "kind": 2048,
2533
2619
  "kindString": "Method",
@@ -2543,7 +2629,7 @@
2543
2629
  ],
2544
2630
  "signatures": [
2545
2631
  {
2546
- "id": 129,
2632
+ "id": 127,
2547
2633
  "name": "filterButtonClicked",
2548
2634
  "kind": 4096,
2549
2635
  "kindString": "Call signature",
@@ -2556,7 +2642,7 @@
2556
2642
  ]
2557
2643
  },
2558
2644
  {
2559
- "id": 117,
2645
+ "id": 115,
2560
2646
  "name": "ngOnDestroy",
2561
2647
  "kind": 2048,
2562
2648
  "kindString": "Method",
@@ -2572,7 +2658,7 @@
2572
2658
  ],
2573
2659
  "signatures": [
2574
2660
  {
2575
- "id": 118,
2661
+ "id": 116,
2576
2662
  "name": "ngOnDestroy",
2577
2663
  "kind": 4096,
2578
2664
  "kindString": "Call signature",
@@ -2593,7 +2679,7 @@
2593
2679
  }
2594
2680
  },
2595
2681
  {
2596
- "id": 115,
2682
+ "id": 113,
2597
2683
  "name": "ngOnInit",
2598
2684
  "kind": 2048,
2599
2685
  "kindString": "Method",
@@ -2609,7 +2695,7 @@
2609
2695
  ],
2610
2696
  "signatures": [
2611
2697
  {
2612
- "id": 116,
2698
+ "id": 114,
2613
2699
  "name": "ngOnInit",
2614
2700
  "kind": 4096,
2615
2701
  "kindString": "Call signature",
@@ -2630,7 +2716,7 @@
2630
2716
  }
2631
2717
  },
2632
2718
  {
2633
- "id": 136,
2719
+ "id": 134,
2634
2720
  "name": "onOnlyShowSelected",
2635
2721
  "kind": 2048,
2636
2722
  "kindString": "Method",
@@ -2646,14 +2732,14 @@
2646
2732
  ],
2647
2733
  "signatures": [
2648
2734
  {
2649
- "id": 137,
2735
+ "id": 135,
2650
2736
  "name": "onOnlyShowSelected",
2651
2737
  "kind": 4096,
2652
2738
  "kindString": "Call signature",
2653
2739
  "flags": {},
2654
2740
  "parameters": [
2655
2741
  {
2656
- "id": 138,
2742
+ "id": 136,
2657
2743
  "name": "event",
2658
2744
  "kind": 32768,
2659
2745
  "kindString": "Parameter",
@@ -2672,7 +2758,7 @@
2672
2758
  ]
2673
2759
  },
2674
2760
  {
2675
- "id": 122,
2761
+ "id": 120,
2676
2762
  "name": "onViewChange",
2677
2763
  "kind": 2048,
2678
2764
  "kindString": "Method",
@@ -2688,14 +2774,14 @@
2688
2774
  ],
2689
2775
  "signatures": [
2690
2776
  {
2691
- "id": 123,
2777
+ "id": 121,
2692
2778
  "name": "onViewChange",
2693
2779
  "kind": 4096,
2694
2780
  "kindString": "Call signature",
2695
2781
  "flags": {},
2696
2782
  "parameters": [
2697
2783
  {
2698
- "id": 124,
2784
+ "id": 122,
2699
2785
  "name": "viewId",
2700
2786
  "kind": 32768,
2701
2787
  "kindString": "Parameter",
@@ -2714,7 +2800,7 @@
2714
2800
  ]
2715
2801
  },
2716
2802
  {
2717
- "id": 130,
2803
+ "id": 128,
2718
2804
  "name": "openColumnPicker",
2719
2805
  "kind": 2048,
2720
2806
  "kindString": "Method",
@@ -2730,7 +2816,7 @@
2730
2816
  ],
2731
2817
  "signatures": [
2732
2818
  {
2733
- "id": 131,
2819
+ "id": 129,
2734
2820
  "name": "openColumnPicker",
2735
2821
  "kind": 4096,
2736
2822
  "kindString": "Call signature",
@@ -2743,7 +2829,7 @@
2743
2829
  ]
2744
2830
  },
2745
2831
  {
2746
- "id": 125,
2832
+ "id": 123,
2747
2833
  "name": "searchApplied",
2748
2834
  "kind": 2048,
2749
2835
  "kindString": "Method",
@@ -2759,14 +2845,14 @@
2759
2845
  ],
2760
2846
  "signatures": [
2761
2847
  {
2762
- "id": 126,
2848
+ "id": 124,
2763
2849
  "name": "searchApplied",
2764
2850
  "kind": 4096,
2765
2851
  "kindString": "Call signature",
2766
2852
  "flags": {},
2767
2853
  "parameters": [
2768
2854
  {
2769
- "id": 127,
2855
+ "id": 125,
2770
2856
  "name": "text",
2771
2857
  "kind": 32768,
2772
2858
  "kindString": "Parameter",
@@ -2785,7 +2871,7 @@
2785
2871
  ]
2786
2872
  },
2787
2873
  {
2788
- "id": 132,
2874
+ "id": 130,
2789
2875
  "name": "selectAll",
2790
2876
  "kind": 2048,
2791
2877
  "kindString": "Method",
@@ -2801,7 +2887,7 @@
2801
2887
  ],
2802
2888
  "signatures": [
2803
2889
  {
2804
- "id": 133,
2890
+ "id": 131,
2805
2891
  "name": "selectAll",
2806
2892
  "kind": 4096,
2807
2893
  "kindString": "Call signature",
@@ -2814,7 +2900,7 @@
2814
2900
  ]
2815
2901
  },
2816
2902
  {
2817
- "id": 119,
2903
+ "id": 117,
2818
2904
  "name": "sortSelected",
2819
2905
  "kind": 2048,
2820
2906
  "kindString": "Method",
@@ -2830,21 +2916,21 @@
2830
2916
  ],
2831
2917
  "signatures": [
2832
2918
  {
2833
- "id": 120,
2919
+ "id": 118,
2834
2920
  "name": "sortSelected",
2835
2921
  "kind": 4096,
2836
2922
  "kindString": "Call signature",
2837
2923
  "flags": {},
2838
2924
  "parameters": [
2839
2925
  {
2840
- "id": 121,
2926
+ "id": 119,
2841
2927
  "name": "sortOption",
2842
2928
  "kind": 32768,
2843
2929
  "kindString": "Parameter",
2844
2930
  "flags": {},
2845
2931
  "type": {
2846
2932
  "type": "reference",
2847
- "id": 249,
2933
+ "id": 247,
2848
2934
  "name": "SkyDataManagerSortOption"
2849
2935
  }
2850
2936
  }
@@ -2862,41 +2948,41 @@
2862
2948
  "title": "Constructors",
2863
2949
  "kind": 512,
2864
2950
  "children": [
2865
- 84
2951
+ 82
2866
2952
  ]
2867
2953
  },
2868
2954
  {
2869
2955
  "title": "Properties",
2870
2956
  "kind": 1024,
2871
2957
  "children": [
2872
- 108
2958
+ 106
2873
2959
  ]
2874
2960
  },
2875
2961
  {
2876
2962
  "title": "Accessors",
2877
2963
  "kind": 262144,
2878
2964
  "children": [
2965
+ 88,
2879
2966
  90,
2880
- 92,
2881
- 96,
2882
- 100,
2883
- 104
2967
+ 94,
2968
+ 98,
2969
+ 102
2884
2970
  ]
2885
2971
  },
2886
2972
  {
2887
2973
  "title": "Methods",
2888
2974
  "kind": 2048,
2889
2975
  "children": [
2976
+ 132,
2977
+ 126,
2978
+ 115,
2979
+ 113,
2890
2980
  134,
2981
+ 120,
2891
2982
  128,
2892
- 117,
2893
- 115,
2894
- 136,
2895
- 122,
2983
+ 123,
2896
2984
  130,
2897
- 125,
2898
- 132,
2899
- 119
2985
+ 117
2900
2986
  ]
2901
2987
  }
2902
2988
  ],
@@ -2923,7 +3009,7 @@
2923
3009
  ]
2924
3010
  },
2925
3011
  {
2926
- "id": 139,
3012
+ "id": 137,
2927
3013
  "name": "SkyDataViewComponent",
2928
3014
  "kind": 128,
2929
3015
  "kindString": "Class",
@@ -2947,7 +3033,7 @@
2947
3033
  ],
2948
3034
  "children": [
2949
3035
  {
2950
- "id": 140,
3036
+ "id": 138,
2951
3037
  "name": "constructor",
2952
3038
  "kind": 512,
2953
3039
  "kindString": "Constructor",
@@ -2961,14 +3047,14 @@
2961
3047
  ],
2962
3048
  "signatures": [
2963
3049
  {
2964
- "id": 141,
3050
+ "id": 139,
2965
3051
  "name": "SkyDataViewComponent",
2966
3052
  "kind": 16384,
2967
3053
  "kindString": "Constructor signature",
2968
3054
  "flags": {},
2969
3055
  "parameters": [
2970
3056
  {
2971
- "id": 142,
3057
+ "id": 140,
2972
3058
  "name": "changeDetector",
2973
3059
  "kind": 32768,
2974
3060
  "kindString": "Parameter",
@@ -2981,28 +3067,28 @@
2981
3067
  }
2982
3068
  },
2983
3069
  {
2984
- "id": 143,
3070
+ "id": 141,
2985
3071
  "name": "dataManagerService",
2986
3072
  "kind": 32768,
2987
3073
  "kindString": "Parameter",
2988
3074
  "flags": {},
2989
3075
  "type": {
2990
3076
  "type": "reference",
2991
- "id": 158,
3077
+ "id": 156,
2992
3078
  "name": "SkyDataManagerService"
2993
3079
  }
2994
3080
  }
2995
3081
  ],
2996
3082
  "type": {
2997
3083
  "type": "reference",
2998
- "id": 139,
3084
+ "id": 137,
2999
3085
  "name": "SkyDataViewComponent"
3000
3086
  }
3001
3087
  }
3002
3088
  ]
3003
3089
  },
3004
3090
  {
3005
- "id": 149,
3091
+ "id": 147,
3006
3092
  "name": "_isActive",
3007
3093
  "kind": 1024,
3008
3094
  "kindString": "Property",
@@ -3023,7 +3109,7 @@
3023
3109
  "defaultValue": "false"
3024
3110
  },
3025
3111
  {
3026
- "id": 144,
3112
+ "id": 142,
3027
3113
  "name": "viewId",
3028
3114
  "kind": 1024,
3029
3115
  "kindString": "Property",
@@ -3064,7 +3150,7 @@
3064
3150
  }
3065
3151
  },
3066
3152
  {
3067
- "id": 145,
3153
+ "id": 143,
3068
3154
  "name": "isActive",
3069
3155
  "kind": 262144,
3070
3156
  "kindString": "Accessor",
@@ -3080,7 +3166,7 @@
3080
3166
  ],
3081
3167
  "getSignature": [
3082
3168
  {
3083
- "id": 146,
3169
+ "id": 144,
3084
3170
  "name": "isActive",
3085
3171
  "kind": 524288,
3086
3172
  "kindString": "Get signature",
@@ -3093,14 +3179,14 @@
3093
3179
  ],
3094
3180
  "setSignature": [
3095
3181
  {
3096
- "id": 147,
3182
+ "id": 145,
3097
3183
  "name": "isActive",
3098
3184
  "kind": 1048576,
3099
3185
  "kindString": "Set signature",
3100
3186
  "flags": {},
3101
3187
  "parameters": [
3102
3188
  {
3103
- "id": 148,
3189
+ "id": 146,
3104
3190
  "name": "value",
3105
3191
  "kind": 32768,
3106
3192
  "kindString": "Parameter",
@@ -3119,7 +3205,7 @@
3119
3205
  ]
3120
3206
  },
3121
3207
  {
3122
- "id": 153,
3208
+ "id": 151,
3123
3209
  "name": "ngOnDestroy",
3124
3210
  "kind": 2048,
3125
3211
  "kindString": "Method",
@@ -3135,7 +3221,7 @@
3135
3221
  ],
3136
3222
  "signatures": [
3137
3223
  {
3138
- "id": 154,
3224
+ "id": 152,
3139
3225
  "name": "ngOnDestroy",
3140
3226
  "kind": 4096,
3141
3227
  "kindString": "Call signature",
@@ -3156,7 +3242,7 @@
3156
3242
  }
3157
3243
  },
3158
3244
  {
3159
- "id": 151,
3245
+ "id": 149,
3160
3246
  "name": "ngOnInit",
3161
3247
  "kind": 2048,
3162
3248
  "kindString": "Method",
@@ -3172,7 +3258,7 @@
3172
3258
  ],
3173
3259
  "signatures": [
3174
3260
  {
3175
- "id": 152,
3261
+ "id": 150,
3176
3262
  "name": "ngOnInit",
3177
3263
  "kind": 4096,
3178
3264
  "kindString": "Call signature",
@@ -3198,30 +3284,30 @@
3198
3284
  "title": "Constructors",
3199
3285
  "kind": 512,
3200
3286
  "children": [
3201
- 140
3287
+ 138
3202
3288
  ]
3203
3289
  },
3204
3290
  {
3205
3291
  "title": "Properties",
3206
3292
  "kind": 1024,
3207
3293
  "children": [
3208
- 149,
3209
- 144
3294
+ 147,
3295
+ 142
3210
3296
  ]
3211
3297
  },
3212
3298
  {
3213
3299
  "title": "Accessors",
3214
3300
  "kind": 262144,
3215
3301
  "children": [
3216
- 145
3302
+ 143
3217
3303
  ]
3218
3304
  },
3219
3305
  {
3220
3306
  "title": "Methods",
3221
3307
  "kind": 2048,
3222
3308
  "children": [
3223
- 153,
3224
- 151
3309
+ 151,
3310
+ 149
3225
3311
  ]
3226
3312
  }
3227
3313
  ],
@@ -3248,7 +3334,7 @@
3248
3334
  ]
3249
3335
  },
3250
3336
  {
3251
- "id": 228,
3337
+ "id": 226,
3252
3338
  "name": "SkyDataManagerColumnPickerOption",
3253
3339
  "kind": 256,
3254
3340
  "kindString": "Interface",
@@ -3258,7 +3344,7 @@
3258
3344
  },
3259
3345
  "children": [
3260
3346
  {
3261
- "id": 229,
3347
+ "id": 227,
3262
3348
  "name": "alwaysDisplayed",
3263
3349
  "kind": 1024,
3264
3350
  "kindString": "Property",
@@ -3281,7 +3367,7 @@
3281
3367
  }
3282
3368
  },
3283
3369
  {
3284
- "id": 230,
3370
+ "id": 228,
3285
3371
  "name": "description",
3286
3372
  "kind": 1024,
3287
3373
  "kindString": "Property",
@@ -3304,7 +3390,7 @@
3304
3390
  }
3305
3391
  },
3306
3392
  {
3307
- "id": 232,
3393
+ "id": 230,
3308
3394
  "name": "id",
3309
3395
  "kind": 1024,
3310
3396
  "kindString": "Property",
@@ -3331,7 +3417,7 @@
3331
3417
  }
3332
3418
  },
3333
3419
  {
3334
- "id": 231,
3420
+ "id": 229,
3335
3421
  "name": "initialHide",
3336
3422
  "kind": 1024,
3337
3423
  "kindString": "Property",
@@ -3354,7 +3440,7 @@
3354
3440
  }
3355
3441
  },
3356
3442
  {
3357
- "id": 233,
3443
+ "id": 231,
3358
3444
  "name": "label",
3359
3445
  "kind": 1024,
3360
3446
  "kindString": "Property",
@@ -3386,11 +3472,11 @@
3386
3472
  "title": "Properties",
3387
3473
  "kind": 1024,
3388
3474
  "children": [
3389
- 229,
3475
+ 227,
3476
+ 228,
3390
3477
  230,
3391
- 232,
3392
- 231,
3393
- 233
3478
+ 229,
3479
+ 231
3394
3480
  ]
3395
3481
  }
3396
3482
  ],
@@ -3403,7 +3489,7 @@
3403
3489
  ]
3404
3490
  },
3405
3491
  {
3406
- "id": 237,
3492
+ "id": 235,
3407
3493
  "name": "SkyDataManagerConfig",
3408
3494
  "kind": 256,
3409
3495
  "kindString": "Interface",
@@ -3413,7 +3499,7 @@
3413
3499
  },
3414
3500
  "children": [
3415
3501
  {
3416
- "id": 238,
3502
+ "id": 236,
3417
3503
  "name": "additionalOptions",
3418
3504
  "kind": 1024,
3419
3505
  "kindString": "Property",
@@ -3436,7 +3522,7 @@
3436
3522
  }
3437
3523
  },
3438
3524
  {
3439
- "id": 239,
3525
+ "id": 237,
3440
3526
  "name": "filterModalComponent",
3441
3527
  "kind": 1024,
3442
3528
  "kindString": "Property",
@@ -3459,7 +3545,7 @@
3459
3545
  }
3460
3546
  },
3461
3547
  {
3462
- "id": 240,
3548
+ "id": 238,
3463
3549
  "name": "sortOptions",
3464
3550
  "kind": 1024,
3465
3551
  "kindString": "Property",
@@ -3480,7 +3566,7 @@
3480
3566
  "type": "array",
3481
3567
  "elementType": {
3482
3568
  "type": "reference",
3483
- "id": 249,
3569
+ "id": 247,
3484
3570
  "name": "SkyDataManagerSortOption"
3485
3571
  }
3486
3572
  }
@@ -3491,9 +3577,9 @@
3491
3577
  "title": "Properties",
3492
3578
  "kind": 1024,
3493
3579
  "children": [
3494
- 238,
3495
- 239,
3496
- 240
3580
+ 236,
3581
+ 237,
3582
+ 238
3497
3583
  ]
3498
3584
  }
3499
3585
  ],
@@ -3506,14 +3592,14 @@
3506
3592
  ]
3507
3593
  },
3508
3594
  {
3509
- "id": 241,
3595
+ "id": 239,
3510
3596
  "name": "SkyDataManagerFilterData",
3511
3597
  "kind": 256,
3512
3598
  "kindString": "Interface",
3513
3599
  "flags": {},
3514
3600
  "children": [
3515
3601
  {
3516
- "id": 243,
3602
+ "id": 241,
3517
3603
  "name": "filters",
3518
3604
  "kind": 1024,
3519
3605
  "kindString": "Property",
@@ -3536,7 +3622,7 @@
3536
3622
  }
3537
3623
  },
3538
3624
  {
3539
- "id": 242,
3625
+ "id": 240,
3540
3626
  "name": "filtersApplied",
3541
3627
  "kind": 1024,
3542
3628
  "kindString": "Property",
@@ -3564,8 +3650,8 @@
3564
3650
  "title": "Properties",
3565
3651
  "kind": 1024,
3566
3652
  "children": [
3567
- 243,
3568
- 242
3653
+ 241,
3654
+ 240
3569
3655
  ]
3570
3656
  }
3571
3657
  ],
@@ -3578,14 +3664,14 @@
3578
3664
  ]
3579
3665
  },
3580
3666
  {
3581
- "id": 244,
3667
+ "id": 242,
3582
3668
  "name": "SkyDataManagerInitArgs",
3583
3669
  "kind": 256,
3584
3670
  "kindString": "Interface",
3585
3671
  "flags": {},
3586
3672
  "children": [
3587
3673
  {
3588
- "id": 245,
3674
+ "id": 243,
3589
3675
  "name": "activeViewId",
3590
3676
  "kind": 1024,
3591
3677
  "kindString": "Property",
@@ -3612,7 +3698,7 @@
3612
3698
  }
3613
3699
  },
3614
3700
  {
3615
- "id": 246,
3701
+ "id": 244,
3616
3702
  "name": "dataManagerConfig",
3617
3703
  "kind": 1024,
3618
3704
  "kindString": "Property",
@@ -3635,12 +3721,12 @@
3635
3721
  ],
3636
3722
  "type": {
3637
3723
  "type": "reference",
3638
- "id": 237,
3724
+ "id": 235,
3639
3725
  "name": "SkyDataManagerConfig"
3640
3726
  }
3641
3727
  },
3642
3728
  {
3643
- "id": 247,
3729
+ "id": 245,
3644
3730
  "name": "defaultDataState",
3645
3731
  "kind": 1024,
3646
3732
  "kindString": "Property",
@@ -3663,12 +3749,12 @@
3663
3749
  ],
3664
3750
  "type": {
3665
3751
  "type": "reference",
3666
- "id": 254,
3752
+ "id": 252,
3667
3753
  "name": "SkyDataManagerState"
3668
3754
  }
3669
3755
  },
3670
3756
  {
3671
- "id": 248,
3757
+ "id": 246,
3672
3758
  "name": "settingsKey",
3673
3759
  "kind": 1024,
3674
3760
  "kindString": "Property",
@@ -3696,10 +3782,10 @@
3696
3782
  "title": "Properties",
3697
3783
  "kind": 1024,
3698
3784
  "children": [
3785
+ 243,
3786
+ 244,
3699
3787
  245,
3700
- 246,
3701
- 247,
3702
- 248
3788
+ 246
3703
3789
  ]
3704
3790
  }
3705
3791
  ],
@@ -3712,14 +3798,14 @@
3712
3798
  ]
3713
3799
  },
3714
3800
  {
3715
- "id": 249,
3801
+ "id": 247,
3716
3802
  "name": "SkyDataManagerSortOption",
3717
3803
  "kind": 256,
3718
3804
  "kindString": "Interface",
3719
3805
  "flags": {},
3720
3806
  "children": [
3721
3807
  {
3722
- "id": 250,
3808
+ "id": 248,
3723
3809
  "name": "descending",
3724
3810
  "kind": 1024,
3725
3811
  "kindString": "Property",
@@ -3746,7 +3832,7 @@
3746
3832
  }
3747
3833
  },
3748
3834
  {
3749
- "id": 251,
3835
+ "id": 249,
3750
3836
  "name": "id",
3751
3837
  "kind": 1024,
3752
3838
  "kindString": "Property",
@@ -3773,7 +3859,7 @@
3773
3859
  }
3774
3860
  },
3775
3861
  {
3776
- "id": 252,
3862
+ "id": 250,
3777
3863
  "name": "label",
3778
3864
  "kind": 1024,
3779
3865
  "kindString": "Property",
@@ -3800,7 +3886,7 @@
3800
3886
  }
3801
3887
  },
3802
3888
  {
3803
- "id": 253,
3889
+ "id": 251,
3804
3890
  "name": "propertyName",
3805
3891
  "kind": 1024,
3806
3892
  "kindString": "Property",
@@ -3832,10 +3918,10 @@
3832
3918
  "title": "Properties",
3833
3919
  "kind": 1024,
3834
3920
  "children": [
3921
+ 248,
3922
+ 249,
3835
3923
  250,
3836
- 251,
3837
- 252,
3838
- 253
3924
+ 251
3839
3925
  ]
3840
3926
  }
3841
3927
  ],
@@ -3848,14 +3934,14 @@
3848
3934
  ]
3849
3935
  },
3850
3936
  {
3851
- "id": 274,
3937
+ "id": 272,
3852
3938
  "name": "SkyDataManagerStateOptions",
3853
3939
  "kind": 256,
3854
3940
  "kindString": "Interface",
3855
3941
  "flags": {},
3856
3942
  "children": [
3857
3943
  {
3858
- "id": 275,
3944
+ "id": 273,
3859
3945
  "name": "activeSortOption",
3860
3946
  "kind": 1024,
3861
3947
  "kindString": "Property",
@@ -3874,12 +3960,12 @@
3874
3960
  ],
3875
3961
  "type": {
3876
3962
  "type": "reference",
3877
- "id": 249,
3963
+ "id": 247,
3878
3964
  "name": "SkyDataManagerSortOption"
3879
3965
  }
3880
3966
  },
3881
3967
  {
3882
- "id": 276,
3968
+ "id": 274,
3883
3969
  "name": "additionalData",
3884
3970
  "kind": 1024,
3885
3971
  "kindString": "Property",
@@ -3887,7 +3973,7 @@
3887
3973
  "isOptional": true
3888
3974
  },
3889
3975
  "comment": {
3890
- "shortText": "An untyped property that can track any state information relevant to a data\nmanager that the existing properties do not cover."
3976
+ "shortText": "An untyped property that tracks any state information that's relevant to a data\nmanager but that the existing properties do not cover."
3891
3977
  },
3892
3978
  "sources": [
3893
3979
  {
@@ -3902,7 +3988,7 @@
3902
3988
  }
3903
3989
  },
3904
3990
  {
3905
- "id": 277,
3991
+ "id": 275,
3906
3992
  "name": "filterData",
3907
3993
  "kind": 1024,
3908
3994
  "kindString": "Property",
@@ -3910,7 +3996,7 @@
3910
3996
  "isOptional": true
3911
3997
  },
3912
3998
  "comment": {
3913
- "shortText": "The state of filters."
3999
+ "shortText": "The state of the filters."
3914
4000
  },
3915
4001
  "sources": [
3916
4002
  {
@@ -3921,12 +4007,12 @@
3921
4007
  ],
3922
4008
  "type": {
3923
4009
  "type": "reference",
3924
- "id": 241,
4010
+ "id": 239,
3925
4011
  "name": "SkyDataManagerFilterData"
3926
4012
  }
3927
4013
  },
3928
4014
  {
3929
- "id": 278,
4015
+ "id": 276,
3930
4016
  "name": "onlyShowSelected",
3931
4017
  "kind": 1024,
3932
4018
  "kindString": "Property",
@@ -3949,7 +4035,7 @@
3949
4035
  }
3950
4036
  },
3951
4037
  {
3952
- "id": 279,
4038
+ "id": 277,
3953
4039
  "name": "searchText",
3954
4040
  "kind": 1024,
3955
4041
  "kindString": "Property",
@@ -3972,7 +4058,7 @@
3972
4058
  }
3973
4059
  },
3974
4060
  {
3975
- "id": 280,
4061
+ "id": 278,
3976
4062
  "name": "selectedIds",
3977
4063
  "kind": 1024,
3978
4064
  "kindString": "Property",
@@ -3998,7 +4084,7 @@
3998
4084
  }
3999
4085
  },
4000
4086
  {
4001
- "id": 281,
4087
+ "id": 279,
4002
4088
  "name": "views",
4003
4089
  "kind": 1024,
4004
4090
  "kindString": "Property",
@@ -4030,13 +4116,13 @@
4030
4116
  "title": "Properties",
4031
4117
  "kind": 1024,
4032
4118
  "children": [
4119
+ 273,
4120
+ 274,
4033
4121
  275,
4034
4122
  276,
4035
4123
  277,
4036
4124
  278,
4037
- 279,
4038
- 280,
4039
- 281
4125
+ 279
4040
4126
  ]
4041
4127
  }
4042
4128
  ],
@@ -4049,7 +4135,7 @@
4049
4135
  ]
4050
4136
  },
4051
4137
  {
4052
- "id": 282,
4138
+ "id": 280,
4053
4139
  "name": "SkyDataManagerStateUpdateFilterArgs",
4054
4140
  "kind": 256,
4055
4141
  "kindString": "Interface",
@@ -4059,7 +4145,7 @@
4059
4145
  },
4060
4146
  "children": [
4061
4147
  {
4062
- "id": 283,
4148
+ "id": 281,
4063
4149
  "name": "properties",
4064
4150
  "kind": 1024,
4065
4151
  "kindString": "Property",
@@ -4085,7 +4171,7 @@
4085
4171
  }
4086
4172
  },
4087
4173
  {
4088
- "id": 284,
4174
+ "id": 282,
4089
4175
  "name": "comparator",
4090
4176
  "kind": 2048,
4091
4177
  "kindString": "Method",
@@ -4101,7 +4187,7 @@
4101
4187
  ],
4102
4188
  "signatures": [
4103
4189
  {
4104
- "id": 285,
4190
+ "id": 283,
4105
4191
  "name": "comparator",
4106
4192
  "kind": 4096,
4107
4193
  "kindString": "Call signature",
@@ -4111,26 +4197,26 @@
4111
4197
  },
4112
4198
  "parameters": [
4113
4199
  {
4114
- "id": 286,
4200
+ "id": 284,
4115
4201
  "name": "state1",
4116
4202
  "kind": 32768,
4117
4203
  "kindString": "Parameter",
4118
4204
  "flags": {},
4119
4205
  "type": {
4120
4206
  "type": "reference",
4121
- "id": 254,
4207
+ "id": 252,
4122
4208
  "name": "SkyDataManagerState"
4123
4209
  }
4124
4210
  },
4125
4211
  {
4126
- "id": 287,
4212
+ "id": 285,
4127
4213
  "name": "state2",
4128
4214
  "kind": 32768,
4129
4215
  "kindString": "Parameter",
4130
4216
  "flags": {},
4131
4217
  "type": {
4132
4218
  "type": "reference",
4133
- "id": 254,
4219
+ "id": 252,
4134
4220
  "name": "SkyDataManagerState"
4135
4221
  }
4136
4222
  }
@@ -4148,14 +4234,14 @@
4148
4234
  "title": "Properties",
4149
4235
  "kind": 1024,
4150
4236
  "children": [
4151
- 283
4237
+ 281
4152
4238
  ]
4153
4239
  },
4154
4240
  {
4155
4241
  "title": "Methods",
4156
4242
  "kind": 2048,
4157
4243
  "children": [
4158
- 284
4244
+ 282
4159
4245
  ]
4160
4246
  }
4161
4247
  ],
@@ -4168,7 +4254,7 @@
4168
4254
  ]
4169
4255
  },
4170
4256
  {
4171
- "id": 288,
4257
+ "id": 286,
4172
4258
  "name": "SkyDataViewConfig",
4173
4259
  "kind": 256,
4174
4260
  "kindString": "Interface",
@@ -4178,7 +4264,7 @@
4178
4264
  },
4179
4265
  "children": [
4180
4266
  {
4181
- "id": 289,
4267
+ "id": 287,
4182
4268
  "name": "additionalOptions",
4183
4269
  "kind": 1024,
4184
4270
  "kindString": "Property",
@@ -4197,13 +4283,23 @@
4197
4283
  ],
4198
4284
  "type": {
4199
4285
  "type": "reference",
4200
- "qualifiedName": "Object",
4286
+ "typeArguments": [
4287
+ {
4288
+ "type": "intrinsic",
4289
+ "name": "string"
4290
+ },
4291
+ {
4292
+ "type": "intrinsic",
4293
+ "name": "unknown"
4294
+ }
4295
+ ],
4296
+ "qualifiedName": "Record",
4201
4297
  "package": "typescript",
4202
- "name": "Object"
4298
+ "name": "Record"
4203
4299
  }
4204
4300
  },
4205
4301
  {
4206
- "id": 290,
4302
+ "id": 288,
4207
4303
  "name": "columnOptions",
4208
4304
  "kind": 1024,
4209
4305
  "kindString": "Property",
@@ -4224,13 +4320,13 @@
4224
4320
  "type": "array",
4225
4321
  "elementType": {
4226
4322
  "type": "reference",
4227
- "id": 228,
4323
+ "id": 226,
4228
4324
  "name": "SkyDataManagerColumnPickerOption"
4229
4325
  }
4230
4326
  }
4231
4327
  },
4232
4328
  {
4233
- "id": 291,
4329
+ "id": 289,
4234
4330
  "name": "columnPickerEnabled",
4235
4331
  "kind": 1024,
4236
4332
  "kindString": "Property",
@@ -4253,7 +4349,7 @@
4253
4349
  }
4254
4350
  },
4255
4351
  {
4256
- "id": 292,
4352
+ "id": 290,
4257
4353
  "name": "columnPickerSortStrategy",
4258
4354
  "kind": 1024,
4259
4355
  "kindString": "Property",
@@ -4272,12 +4368,12 @@
4272
4368
  ],
4273
4369
  "type": {
4274
4370
  "type": "reference",
4275
- "id": 234,
4371
+ "id": 232,
4276
4372
  "name": "SkyDataManagerColumnPickerSortStrategy"
4277
4373
  }
4278
4374
  },
4279
4375
  {
4280
- "id": 293,
4376
+ "id": 291,
4281
4377
  "name": "filterButtonEnabled",
4282
4378
  "kind": 1024,
4283
4379
  "kindString": "Property",
@@ -4285,7 +4381,7 @@
4285
4381
  "isOptional": true
4286
4382
  },
4287
4383
  "comment": {
4288
- "shortText": "Inidicates whether to display the filter button for this view."
4384
+ "shortText": "Indicates whether to display the filter button for this view."
4289
4385
  },
4290
4386
  "sources": [
4291
4387
  {
@@ -4300,7 +4396,7 @@
4300
4396
  }
4301
4397
  },
4302
4398
  {
4303
- "id": 294,
4399
+ "id": 292,
4304
4400
  "name": "icon",
4305
4401
  "kind": 1024,
4306
4402
  "kindString": "Property",
@@ -4323,7 +4419,7 @@
4323
4419
  }
4324
4420
  },
4325
4421
  {
4326
- "id": 295,
4422
+ "id": 293,
4327
4423
  "name": "id",
4328
4424
  "kind": 1024,
4329
4425
  "kindString": "Property",
@@ -4344,7 +4440,7 @@
4344
4440
  }
4345
4441
  },
4346
4442
  {
4347
- "id": 296,
4443
+ "id": 294,
4348
4444
  "name": "multiselectToolbarEnabled",
4349
4445
  "kind": 1024,
4350
4446
  "kindString": "Property",
@@ -4367,7 +4463,7 @@
4367
4463
  }
4368
4464
  },
4369
4465
  {
4370
- "id": 297,
4466
+ "id": 295,
4371
4467
  "name": "name",
4372
4468
  "kind": 1024,
4373
4469
  "kindString": "Property",
@@ -4387,56 +4483,6 @@
4387
4483
  "name": "string"
4388
4484
  }
4389
4485
  },
4390
- {
4391
- "id": 298,
4392
- "name": "onClearAllClick",
4393
- "kind": 1024,
4394
- "kindString": "Property",
4395
- "flags": {
4396
- "isOptional": true
4397
- },
4398
- "comment": {
4399
- "shortText": "The function called when a user selects the \"Clear all\" button on the multi-select toolbar.\nUpdate your displayed data to indicate it is not selected in this function."
4400
- },
4401
- "sources": [
4402
- {
4403
- "fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
4404
- "line": 53,
4405
- "character": 2
4406
- }
4407
- ],
4408
- "type": {
4409
- "type": "reference",
4410
- "qualifiedName": "Function",
4411
- "package": "typescript",
4412
- "name": "Function"
4413
- }
4414
- },
4415
- {
4416
- "id": 299,
4417
- "name": "onSelectAllClick",
4418
- "kind": 1024,
4419
- "kindString": "Property",
4420
- "flags": {
4421
- "isOptional": true
4422
- },
4423
- "comment": {
4424
- "shortText": "The function called when a user selects the \"Select all\" button on the multi-select toolbar.\nUpdate your displayed data to indicate it is selected in this function."
4425
- },
4426
- "sources": [
4427
- {
4428
- "fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
4429
- "line": 58,
4430
- "character": 2
4431
- }
4432
- ],
4433
- "type": {
4434
- "type": "reference",
4435
- "qualifiedName": "Function",
4436
- "package": "typescript",
4437
- "name": "Function"
4438
- }
4439
- },
4440
4486
  {
4441
4487
  "id": 300,
4442
4488
  "name": "searchEnabled",
@@ -4574,6 +4620,70 @@
4574
4620
  "type": "intrinsic",
4575
4621
  "name": "boolean"
4576
4622
  }
4623
+ },
4624
+ {
4625
+ "id": 296,
4626
+ "name": "onClearAllClick",
4627
+ "kind": 2048,
4628
+ "kindString": "Method",
4629
+ "flags": {
4630
+ "isOptional": true
4631
+ },
4632
+ "sources": [
4633
+ {
4634
+ "fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
4635
+ "line": 53,
4636
+ "character": 2
4637
+ }
4638
+ ],
4639
+ "signatures": [
4640
+ {
4641
+ "id": 297,
4642
+ "name": "onClearAllClick",
4643
+ "kind": 4096,
4644
+ "kindString": "Call signature",
4645
+ "flags": {},
4646
+ "comment": {
4647
+ "shortText": "The function called when a user selects the \"Clear all\" button on the multi-select toolbar.\nUpdate your displayed data to indicate it is not selected in this function."
4648
+ },
4649
+ "type": {
4650
+ "type": "intrinsic",
4651
+ "name": "void"
4652
+ }
4653
+ }
4654
+ ]
4655
+ },
4656
+ {
4657
+ "id": 298,
4658
+ "name": "onSelectAllClick",
4659
+ "kind": 2048,
4660
+ "kindString": "Method",
4661
+ "flags": {
4662
+ "isOptional": true
4663
+ },
4664
+ "sources": [
4665
+ {
4666
+ "fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
4667
+ "line": 58,
4668
+ "character": 2
4669
+ }
4670
+ ],
4671
+ "signatures": [
4672
+ {
4673
+ "id": 299,
4674
+ "name": "onSelectAllClick",
4675
+ "kind": 4096,
4676
+ "kindString": "Call signature",
4677
+ "flags": {},
4678
+ "comment": {
4679
+ "shortText": "The function called when a user selects the \"Select all\" button on the multi-select toolbar.\nUpdate your displayed data to indicate it is selected in this function."
4680
+ },
4681
+ "type": {
4682
+ "type": "intrinsic",
4683
+ "name": "void"
4684
+ }
4685
+ }
4686
+ ]
4577
4687
  }
4578
4688
  ],
4579
4689
  "groups": [
@@ -4581,6 +4691,8 @@
4581
4691
  "title": "Properties",
4582
4692
  "kind": 1024,
4583
4693
  "children": [
4694
+ 287,
4695
+ 288,
4584
4696
  289,
4585
4697
  290,
4586
4698
  291,
@@ -4588,10 +4700,6 @@
4588
4700
  293,
4589
4701
  294,
4590
4702
  295,
4591
- 296,
4592
- 297,
4593
- 298,
4594
- 299,
4595
4703
  300,
4596
4704
  302,
4597
4705
  301,
@@ -4599,6 +4707,14 @@
4599
4707
  304,
4600
4708
  305
4601
4709
  ]
4710
+ },
4711
+ {
4712
+ "title": "Methods",
4713
+ "kind": 2048,
4714
+ "children": [
4715
+ 296,
4716
+ 298
4717
+ ]
4602
4718
  }
4603
4719
  ],
4604
4720
  "sources": [
@@ -4625,7 +4741,7 @@
4625
4741
  "isOptional": true
4626
4742
  },
4627
4743
  "comment": {
4628
- "shortText": "An untyped property that can track any view-specific state information\nrelevant to a data manager that existing properties do not cover."
4744
+ "shortText": "An untyped property that tracks any view-specific state information\nthat is relevant to a data manager but that existing properties do not cover."
4629
4745
  },
4630
4746
  "sources": [
4631
4747
  {
@@ -4739,39 +4855,39 @@
4739
4855
  "title": "Enumerations",
4740
4856
  "kind": 8,
4741
4857
  "children": [
4742
- 234
4858
+ 232
4743
4859
  ]
4744
4860
  },
4745
4861
  {
4746
4862
  "title": "Classes",
4747
4863
  "kind": 128,
4748
4864
  "children": [
4749
- 224,
4750
- 155,
4751
- 158,
4752
- 254,
4865
+ 222,
4866
+ 153,
4867
+ 156,
4868
+ 252,
4753
4869
  306,
4754
- 41,
4755
- 71,
4756
- 74,
4757
- 77,
4758
- 80,
4759
- 83,
4760
- 139
4870
+ 39,
4871
+ 69,
4872
+ 72,
4873
+ 75,
4874
+ 78,
4875
+ 81,
4876
+ 137
4761
4877
  ]
4762
4878
  },
4763
4879
  {
4764
4880
  "title": "Interfaces",
4765
4881
  "kind": 256,
4766
4882
  "children": [
4767
- 228,
4768
- 237,
4769
- 241,
4770
- 244,
4771
- 249,
4772
- 274,
4773
- 282,
4774
- 288,
4883
+ 226,
4884
+ 235,
4885
+ 239,
4886
+ 242,
4887
+ 247,
4888
+ 272,
4889
+ 280,
4890
+ 286,
4775
4891
  316
4776
4892
  ]
4777
4893
  }