@skyux/data-manager 5.8.1 → 5.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/skyux-data-manager.umd.js +47 -1
- package/documentation.json +495 -416
- package/esm2015/lib/modules/data-manager/data-manager-column-picker/data-manager-column-picker.component.js +0 -1
- package/esm2015/lib/modules/data-manager/data-manager-column-picker/data-manager-column-picker.component.js.map +1 -1
- package/esm2015/lib/modules/data-manager/data-manager-filter-context.js +3 -0
- package/esm2015/lib/modules/data-manager/data-manager-filter-context.js.map +1 -1
- package/esm2015/lib/modules/data-manager/models/data-manager-column-picker-sort-strategy.js +10 -0
- package/esm2015/lib/modules/data-manager/models/data-manager-column-picker-sort-strategy.js.map +1 -1
- package/esm2015/lib/modules/data-manager/models/data-manager-state-options.js.map +1 -1
- package/esm2015/lib/modules/data-manager/models/data-manager-state.js +21 -0
- package/esm2015/lib/modules/data-manager/models/data-manager-state.js.map +1 -1
- package/esm2015/lib/modules/data-manager/models/data-view-state-options.js.map +1 -1
- package/esm2015/lib/modules/data-manager/models/data-view-state.js +13 -0
- package/esm2015/lib/modules/data-manager/models/data-view-state.js.map +1 -1
- package/fesm2015/skyux-data-manager.js +47 -1
- package/fesm2015/skyux-data-manager.js.map +1 -1
- package/lib/modules/data-manager/data-manager-column-picker/data-manager-column-picker.component.d.ts +0 -1
- package/lib/modules/data-manager/data-manager-filter-context.d.ts +6 -0
- package/lib/modules/data-manager/models/data-manager-column-picker-sort-strategy.d.ts +10 -0
- package/lib/modules/data-manager/models/data-manager-state-options.d.ts +3 -3
- package/lib/modules/data-manager/models/data-manager-state.d.ts +41 -0
- package/lib/modules/data-manager/models/data-view-state-options.d.ts +2 -2
- package/lib/modules/data-manager/models/data-view-state.d.ts +20 -0
- package/package.json +9 -9
package/documentation.json
CHANGED
@@ -32,37 +32,46 @@
|
|
32
32
|
"originalName": "",
|
33
33
|
"children": [
|
34
34
|
{
|
35
|
-
"id":
|
35
|
+
"id": 233,
|
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":
|
45
|
+
"id": 234,
|
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":
|
56
|
+
"line": 8,
|
51
57
|
"character": 2
|
52
58
|
}
|
53
59
|
],
|
54
60
|
"defaultValue": "\"none\""
|
55
61
|
},
|
56
62
|
{
|
57
|
-
"id":
|
63
|
+
"id": 235,
|
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":
|
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
|
-
|
78
|
-
|
86
|
+
234,
|
87
|
+
235
|
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":
|
94
|
+
"line": 4,
|
86
95
|
"character": 12
|
87
96
|
}
|
88
97
|
]
|
89
98
|
},
|
90
99
|
{
|
91
|
-
"id":
|
100
|
+
"id": 223,
|
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":
|
110
|
+
"id": 226,
|
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":
|
123
|
+
"line": 10,
|
109
124
|
"character": 9
|
110
125
|
}
|
111
126
|
],
|
112
127
|
"type": {
|
113
128
|
"type": "reference",
|
114
|
-
"id":
|
129
|
+
"id": 240,
|
115
130
|
"name": "SkyDataManagerFilterData"
|
116
131
|
}
|
117
132
|
}
|
@@ -121,27 +136,27 @@
|
|
121
136
|
"title": "Constructors",
|
122
137
|
"kind": 512,
|
123
138
|
"children": [
|
124
|
-
|
139
|
+
224
|
125
140
|
]
|
126
141
|
},
|
127
142
|
{
|
128
143
|
"title": "Properties",
|
129
144
|
"kind": 1024,
|
130
145
|
"children": [
|
131
|
-
|
146
|
+
226
|
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":
|
153
|
+
"line": 6,
|
139
154
|
"character": 13
|
140
155
|
}
|
141
156
|
]
|
142
157
|
},
|
143
158
|
{
|
144
|
-
"id":
|
159
|
+
"id": 154,
|
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
|
-
|
184
|
+
155
|
170
185
|
]
|
171
186
|
}
|
172
187
|
],
|
@@ -179,7 +194,7 @@
|
|
179
194
|
]
|
180
195
|
},
|
181
196
|
{
|
182
|
-
"id":
|
197
|
+
"id": 157,
|
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":
|
219
|
+
"id": 158,
|
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":
|
233
|
+
"id": 159,
|
219
234
|
"name": "new SkyDataManagerService",
|
220
235
|
"kind": 16384,
|
221
236
|
"kindString": "Constructor signature",
|
222
237
|
"flags": {},
|
223
238
|
"parameters": [
|
224
239
|
{
|
225
|
-
"id":
|
240
|
+
"id": 160,
|
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":
|
253
|
+
"id": 157,
|
239
254
|
"name": "SkyDataManagerService"
|
240
255
|
}
|
241
256
|
}
|
242
257
|
]
|
243
258
|
},
|
244
259
|
{
|
245
|
-
"id":
|
260
|
+
"id": 161,
|
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":
|
280
|
+
"id": 162,
|
266
281
|
"name": "__type",
|
267
282
|
"kind": 65536,
|
268
283
|
"kindString": "Type literal",
|
269
284
|
"flags": {},
|
270
285
|
"indexSignature": {
|
271
|
-
"id":
|
286
|
+
"id": 163,
|
272
287
|
"name": "__index",
|
273
288
|
"kind": 8192,
|
274
289
|
"kindString": "Index signature",
|
275
290
|
"flags": {},
|
276
291
|
"parameters": [
|
277
292
|
{
|
278
|
-
"id":
|
293
|
+
"id": 164,
|
279
294
|
"name": "viewId",
|
280
295
|
"kind": 32768,
|
281
296
|
"flags": {},
|
@@ -303,7 +318,7 @@
|
|
303
318
|
"defaultValue": "..."
|
304
319
|
},
|
305
320
|
{
|
306
|
-
"id":
|
321
|
+
"id": 197,
|
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":
|
337
|
+
"id": 198,
|
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":
|
361
|
+
"id": 188,
|
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":
|
377
|
+
"id": 189,
|
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":
|
387
|
+
"id": 236,
|
373
388
|
"name": "SkyDataManagerConfig"
|
374
389
|
}
|
375
390
|
}
|
376
391
|
]
|
377
392
|
},
|
378
393
|
{
|
379
|
-
"id":
|
394
|
+
"id": 190,
|
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":
|
410
|
+
"id": 191,
|
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":
|
423
|
+
"id": 236,
|
409
424
|
"name": "SkyDataManagerConfig"
|
410
425
|
}
|
411
426
|
],
|
@@ -417,7 +432,7 @@
|
|
417
432
|
]
|
418
433
|
},
|
419
434
|
{
|
420
|
-
"id":
|
435
|
+
"id": 180,
|
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":
|
451
|
+
"id": 181,
|
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":
|
461
|
+
"id": 182,
|
447
462
|
"name": "sourceId",
|
448
463
|
"kind": 32768,
|
449
464
|
"kindString": "Parameter",
|
@@ -457,7 +472,7 @@
|
|
457
472
|
}
|
458
473
|
},
|
459
474
|
{
|
460
|
-
"id":
|
475
|
+
"id": 183,
|
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":
|
484
|
+
"id": 281,
|
470
485
|
"name": "SkyDataManagerStateUpdateFilterArgs"
|
471
486
|
}
|
472
487
|
}
|
@@ -476,7 +491,7 @@
|
|
476
491
|
"typeArguments": [
|
477
492
|
{
|
478
493
|
"type": "reference",
|
479
|
-
"id":
|
494
|
+
"id": 253,
|
480
495
|
"name": "SkyDataManagerState"
|
481
496
|
}
|
482
497
|
],
|
@@ -488,7 +503,7 @@
|
|
488
503
|
]
|
489
504
|
},
|
490
505
|
{
|
491
|
-
"id":
|
506
|
+
"id": 195,
|
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":
|
522
|
+
"id": 196,
|
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":
|
537
|
+
"id": 287,
|
523
538
|
"name": "SkyDataViewConfig"
|
524
539
|
}
|
525
540
|
}
|
@@ -532,7 +547,7 @@
|
|
532
547
|
]
|
533
548
|
},
|
534
549
|
{
|
535
|
-
"id":
|
550
|
+
"id": 202,
|
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":
|
566
|
+
"id": 203,
|
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":
|
576
|
+
"id": 204,
|
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":
|
592
|
+
"id": 287,
|
578
593
|
"name": "SkyDataViewConfig"
|
579
594
|
}
|
580
595
|
}
|
581
596
|
]
|
582
597
|
},
|
583
598
|
{
|
584
|
-
"id":
|
599
|
+
"id": 174,
|
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":
|
615
|
+
"id": 175,
|
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":
|
625
|
+
"id": 176,
|
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":
|
635
|
+
"id": 243,
|
621
636
|
"name": "SkyDataManagerInitArgs"
|
622
637
|
}
|
623
638
|
}
|
@@ -630,7 +645,7 @@
|
|
630
645
|
]
|
631
646
|
},
|
632
647
|
{
|
633
|
-
"id":
|
648
|
+
"id": 177,
|
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":
|
664
|
+
"id": 178,
|
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":
|
674
|
+
"id": 179,
|
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":
|
684
|
+
"id": 287,
|
670
685
|
"name": "SkyDataViewConfig"
|
671
686
|
}
|
672
687
|
}
|
@@ -679,7 +694,7 @@
|
|
679
694
|
]
|
680
695
|
},
|
681
696
|
{
|
682
|
-
"id":
|
697
|
+
"id": 172,
|
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":
|
713
|
+
"id": 173,
|
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":
|
734
|
+
"id": 199,
|
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":
|
750
|
+
"id": 200,
|
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":
|
760
|
+
"id": 201,
|
746
761
|
"name": "id",
|
747
762
|
"kind": 32768,
|
748
763
|
"kindString": "Parameter",
|
@@ -764,7 +779,7 @@
|
|
764
779
|
]
|
765
780
|
},
|
766
781
|
{
|
767
|
-
"id":
|
782
|
+
"id": 192,
|
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":
|
798
|
+
"id": 193,
|
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":
|
808
|
+
"id": 194,
|
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":
|
818
|
+
"id": 236,
|
804
819
|
"name": "SkyDataManagerConfig"
|
805
820
|
}
|
806
821
|
}
|
@@ -813,7 +828,7 @@
|
|
813
828
|
]
|
814
829
|
},
|
815
830
|
{
|
816
|
-
"id":
|
831
|
+
"id": 184,
|
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":
|
847
|
+
"id": 185,
|
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":
|
857
|
+
"id": 186,
|
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":
|
867
|
+
"id": 253,
|
853
868
|
"name": "SkyDataManagerState"
|
854
869
|
}
|
855
870
|
},
|
856
871
|
{
|
857
|
-
"id":
|
872
|
+
"id": 187,
|
858
873
|
"name": "sourceId",
|
859
874
|
"kind": 32768,
|
860
875
|
"kindString": "Parameter",
|
@@ -876,7 +891,7 @@
|
|
876
891
|
]
|
877
892
|
},
|
878
893
|
{
|
879
|
-
"id":
|
894
|
+
"id": 205,
|
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":
|
910
|
+
"id": 206,
|
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":
|
920
|
+
"id": 207,
|
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":
|
930
|
+
"id": 287,
|
916
931
|
"name": "SkyDataViewConfig"
|
917
932
|
}
|
918
933
|
}
|
@@ -930,33 +945,33 @@
|
|
930
945
|
"title": "Constructors",
|
931
946
|
"kind": 512,
|
932
947
|
"children": [
|
933
|
-
|
948
|
+
158
|
934
949
|
]
|
935
950
|
},
|
936
951
|
{
|
937
952
|
"title": "Properties",
|
938
953
|
"kind": 1024,
|
939
954
|
"children": [
|
940
|
-
|
955
|
+
161
|
941
956
|
]
|
942
957
|
},
|
943
958
|
{
|
944
959
|
"title": "Methods",
|
945
960
|
"kind": 2048,
|
946
961
|
"children": [
|
947
|
-
|
948
|
-
|
949
|
-
|
950
|
-
|
951
|
-
|
952
|
-
|
953
|
-
|
954
|
-
|
955
|
-
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
|
962
|
+
197,
|
963
|
+
188,
|
964
|
+
190,
|
965
|
+
180,
|
966
|
+
195,
|
967
|
+
202,
|
968
|
+
174,
|
969
|
+
177,
|
970
|
+
172,
|
971
|
+
199,
|
972
|
+
192,
|
973
|
+
184,
|
974
|
+
205
|
960
975
|
]
|
961
976
|
}
|
962
977
|
],
|
@@ -977,14 +992,17 @@
|
|
977
992
|
]
|
978
993
|
},
|
979
994
|
{
|
980
|
-
"id":
|
995
|
+
"id": 253,
|
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":
|
1005
|
+
"id": 254,
|
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":
|
1013
|
+
"line": 42,
|
996
1014
|
"character": 2
|
997
1015
|
}
|
998
1016
|
],
|
999
1017
|
"signatures": [
|
1000
1018
|
{
|
1001
|
-
"id":
|
1019
|
+
"id": 255,
|
1002
1020
|
"name": "new SkyDataManagerState",
|
1003
1021
|
"kind": 16384,
|
1004
1022
|
"kindString": "Constructor signature",
|
1005
1023
|
"flags": {},
|
1006
1024
|
"parameters": [
|
1007
1025
|
{
|
1008
|
-
"id":
|
1026
|
+
"id": 256,
|
1009
1027
|
"name": "data",
|
1010
1028
|
"kind": 32768,
|
1011
1029
|
"kindString": "Parameter",
|
1012
1030
|
"flags": {},
|
1013
1031
|
"type": {
|
1014
1032
|
"type": "reference",
|
1015
|
-
"id":
|
1033
|
+
"id": 273,
|
1016
1034
|
"name": "SkyDataManagerStateOptions"
|
1017
1035
|
}
|
1018
1036
|
}
|
1019
1037
|
],
|
1020
1038
|
"type": {
|
1021
1039
|
"type": "reference",
|
1022
|
-
"id":
|
1040
|
+
"id": 253,
|
1023
1041
|
"name": "SkyDataManagerState"
|
1024
1042
|
}
|
1025
1043
|
}
|
1026
1044
|
]
|
1027
1045
|
},
|
1028
1046
|
{
|
1029
|
-
"id":
|
1047
|
+
"id": 257,
|
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":
|
1060
|
+
"line": 14,
|
1040
1061
|
"character": 9
|
1041
1062
|
}
|
1042
1063
|
],
|
1043
1064
|
"type": {
|
1044
1065
|
"type": "reference",
|
1045
|
-
"id":
|
1066
|
+
"id": 248,
|
1046
1067
|
"name": "SkyDataManagerSortOption"
|
1047
1068
|
}
|
1048
1069
|
},
|
1049
1070
|
{
|
1050
|
-
"id":
|
1071
|
+
"id": 258,
|
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":
|
1084
|
+
"line": 19,
|
1061
1085
|
"character": 9
|
1062
1086
|
}
|
1063
1087
|
],
|
@@ -1067,38 +1091,44 @@
|
|
1067
1091
|
}
|
1068
1092
|
},
|
1069
1093
|
{
|
1070
|
-
"id":
|
1094
|
+
"id": 259,
|
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":
|
1107
|
+
"line": 23,
|
1081
1108
|
"character": 9
|
1082
1109
|
}
|
1083
1110
|
],
|
1084
1111
|
"type": {
|
1085
1112
|
"type": "reference",
|
1086
|
-
"id":
|
1113
|
+
"id": 240,
|
1087
1114
|
"name": "SkyDataManagerFilterData"
|
1088
1115
|
}
|
1089
1116
|
},
|
1090
1117
|
{
|
1091
|
-
"id":
|
1118
|
+
"id": 260,
|
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":
|
1131
|
+
"line": 28,
|
1102
1132
|
"character": 9
|
1103
1133
|
}
|
1104
1134
|
],
|
@@ -1108,17 +1138,20 @@
|
|
1108
1138
|
}
|
1109
1139
|
},
|
1110
1140
|
{
|
1111
|
-
"id":
|
1141
|
+
"id": 261,
|
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":
|
1154
|
+
"line": 32,
|
1122
1155
|
"character": 9
|
1123
1156
|
}
|
1124
1157
|
],
|
@@ -1128,17 +1161,20 @@
|
|
1128
1161
|
}
|
1129
1162
|
},
|
1130
1163
|
{
|
1131
|
-
"id":
|
1164
|
+
"id": 262,
|
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":
|
1177
|
+
"line": 36,
|
1142
1178
|
"character": 9
|
1143
1179
|
}
|
1144
1180
|
],
|
@@ -1151,17 +1187,20 @@
|
|
1151
1187
|
}
|
1152
1188
|
},
|
1153
1189
|
{
|
1154
|
-
"id":
|
1190
|
+
"id": 263,
|
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":
|
1203
|
+
"line": 40,
|
1165
1204
|
"character": 9
|
1166
1205
|
}
|
1167
1206
|
],
|
@@ -1169,14 +1208,14 @@
|
|
1169
1208
|
"type": "array",
|
1170
1209
|
"elementType": {
|
1171
1210
|
"type": "reference",
|
1172
|
-
"id":
|
1211
|
+
"id": 305,
|
1173
1212
|
"name": "SkyDataViewState"
|
1174
1213
|
}
|
1175
1214
|
},
|
1176
1215
|
"defaultValue": "[]"
|
1177
1216
|
},
|
1178
1217
|
{
|
1179
|
-
"id":
|
1218
|
+
"id": 269,
|
1180
1219
|
"name": "addOrUpdateView",
|
1181
1220
|
"kind": 2048,
|
1182
1221
|
"kindString": "Method",
|
@@ -1186,52 +1225,62 @@
|
|
1186
1225
|
"sources": [
|
1187
1226
|
{
|
1188
1227
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
|
1189
|
-
"line":
|
1228
|
+
"line": 90,
|
1190
1229
|
"character": 9
|
1191
1230
|
}
|
1192
1231
|
],
|
1193
1232
|
"signatures": [
|
1194
1233
|
{
|
1195
|
-
"id":
|
1234
|
+
"id": 270,
|
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":
|
1245
|
+
"id": 271,
|
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":
|
1259
|
+
"id": 272,
|
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
|
-
"id":
|
1269
|
+
"id": 305,
|
1221
1270
|
"name": "SkyDataViewState"
|
1222
1271
|
}
|
1223
1272
|
}
|
1224
1273
|
],
|
1225
1274
|
"type": {
|
1226
1275
|
"type": "reference",
|
1227
|
-
"id":
|
1276
|
+
"id": 253,
|
1228
1277
|
"name": "SkyDataManagerState"
|
1229
1278
|
}
|
1230
1279
|
}
|
1231
1280
|
]
|
1232
1281
|
},
|
1233
1282
|
{
|
1234
|
-
"id":
|
1283
|
+
"id": 264,
|
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":
|
1293
|
+
"line": 59,
|
1245
1294
|
"character": 9
|
1246
1295
|
}
|
1247
1296
|
],
|
1248
1297
|
"signatures": [
|
1249
1298
|
{
|
1250
|
-
"id":
|
1299
|
+
"id": 265,
|
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":
|
1310
|
+
"id": 273,
|
1258
1311
|
"name": "SkyDataManagerStateOptions"
|
1259
1312
|
}
|
1260
1313
|
}
|
1261
1314
|
]
|
1262
1315
|
},
|
1263
1316
|
{
|
1264
|
-
"id":
|
1317
|
+
"id": 266,
|
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":
|
1327
|
+
"line": 80,
|
1275
1328
|
"character": 9
|
1276
1329
|
}
|
1277
1330
|
],
|
1278
1331
|
"signatures": [
|
1279
1332
|
{
|
1280
|
-
"id":
|
1333
|
+
"id": 267,
|
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":
|
1344
|
+
"id": 268,
|
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"
|
@@ -1297,7 +1357,7 @@
|
|
1297
1357
|
],
|
1298
1358
|
"type": {
|
1299
1359
|
"type": "reference",
|
1300
|
-
"id":
|
1360
|
+
"id": 305,
|
1301
1361
|
"name": "SkyDataViewState"
|
1302
1362
|
}
|
1303
1363
|
}
|
@@ -1309,49 +1369,52 @@
|
|
1309
1369
|
"title": "Constructors",
|
1310
1370
|
"kind": 512,
|
1311
1371
|
"children": [
|
1312
|
-
|
1372
|
+
254
|
1313
1373
|
]
|
1314
1374
|
},
|
1315
1375
|
{
|
1316
1376
|
"title": "Properties",
|
1317
1377
|
"kind": 1024,
|
1318
1378
|
"children": [
|
1379
|
+
257,
|
1319
1380
|
258,
|
1320
1381
|
259,
|
1321
1382
|
260,
|
1322
1383
|
261,
|
1323
1384
|
262,
|
1324
|
-
263
|
1325
|
-
264
|
1385
|
+
263
|
1326
1386
|
]
|
1327
1387
|
},
|
1328
1388
|
{
|
1329
1389
|
"title": "Methods",
|
1330
1390
|
"kind": 2048,
|
1331
1391
|
"children": [
|
1332
|
-
|
1333
|
-
|
1334
|
-
|
1392
|
+
269,
|
1393
|
+
264,
|
1394
|
+
266
|
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":
|
1401
|
+
"line": 10,
|
1342
1402
|
"character": 13
|
1343
1403
|
}
|
1344
1404
|
]
|
1345
1405
|
},
|
1346
1406
|
{
|
1347
|
-
"id":
|
1407
|
+
"id": 305,
|
1348
1408
|
"name": "SkyDataViewState",
|
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
|
-
"id":
|
1417
|
+
"id": 306,
|
1355
1418
|
"name": "constructor",
|
1356
1419
|
"kind": 512,
|
1357
1420
|
"kindString": "Constructor",
|
@@ -1359,51 +1422,54 @@
|
|
1359
1422
|
"sources": [
|
1360
1423
|
{
|
1361
1424
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-state.ts",
|
1362
|
-
"line":
|
1425
|
+
"line": 25,
|
1363
1426
|
"character": 2
|
1364
1427
|
}
|
1365
1428
|
],
|
1366
1429
|
"signatures": [
|
1367
1430
|
{
|
1368
|
-
"id":
|
1431
|
+
"id": 307,
|
1369
1432
|
"name": "new SkyDataViewState",
|
1370
1433
|
"kind": 16384,
|
1371
1434
|
"kindString": "Constructor signature",
|
1372
1435
|
"flags": {},
|
1373
1436
|
"parameters": [
|
1374
1437
|
{
|
1375
|
-
"id":
|
1438
|
+
"id": 308,
|
1376
1439
|
"name": "data",
|
1377
1440
|
"kind": 32768,
|
1378
1441
|
"kindString": "Parameter",
|
1379
1442
|
"flags": {},
|
1380
1443
|
"type": {
|
1381
1444
|
"type": "reference",
|
1382
|
-
"id":
|
1445
|
+
"id": 315,
|
1383
1446
|
"name": "SkyDataViewStateOptions"
|
1384
1447
|
}
|
1385
1448
|
}
|
1386
1449
|
],
|
1387
1450
|
"type": {
|
1388
1451
|
"type": "reference",
|
1389
|
-
"id":
|
1452
|
+
"id": 305,
|
1390
1453
|
"name": "SkyDataViewState"
|
1391
1454
|
}
|
1392
1455
|
}
|
1393
1456
|
]
|
1394
1457
|
},
|
1395
1458
|
{
|
1396
|
-
"id":
|
1459
|
+
"id": 312,
|
1397
1460
|
"name": "additionalData",
|
1398
1461
|
"kind": 1024,
|
1399
1462
|
"kindString": "Property",
|
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":
|
1472
|
+
"line": 23,
|
1407
1473
|
"character": 9
|
1408
1474
|
}
|
1409
1475
|
],
|
@@ -1413,17 +1479,20 @@
|
|
1413
1479
|
}
|
1414
1480
|
},
|
1415
1481
|
{
|
1416
|
-
"id":
|
1482
|
+
"id": 309,
|
1417
1483
|
"name": "columnIds",
|
1418
1484
|
"kind": 1024,
|
1419
1485
|
"kindString": "Property",
|
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":
|
1495
|
+
"line": 10,
|
1427
1496
|
"character": 9
|
1428
1497
|
}
|
1429
1498
|
],
|
@@ -1437,17 +1506,20 @@
|
|
1437
1506
|
"defaultValue": "[]"
|
1438
1507
|
},
|
1439
1508
|
{
|
1440
|
-
"id":
|
1509
|
+
"id": 310,
|
1441
1510
|
"name": "displayedColumnIds",
|
1442
1511
|
"kind": 1024,
|
1443
1512
|
"kindString": "Property",
|
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":
|
1522
|
+
"line": 14,
|
1451
1523
|
"character": 9
|
1452
1524
|
}
|
1453
1525
|
],
|
@@ -1461,17 +1533,20 @@
|
|
1461
1533
|
"defaultValue": "[]"
|
1462
1534
|
},
|
1463
1535
|
{
|
1464
|
-
"id":
|
1536
|
+
"id": 311,
|
1465
1537
|
"name": "viewId",
|
1466
1538
|
"kind": 1024,
|
1467
1539
|
"kindString": "Property",
|
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":
|
1549
|
+
"line": 18,
|
1475
1550
|
"character": 9
|
1476
1551
|
}
|
1477
1552
|
],
|
@@ -1481,7 +1556,7 @@
|
|
1481
1556
|
}
|
1482
1557
|
},
|
1483
1558
|
{
|
1484
|
-
"id":
|
1559
|
+
"id": 313,
|
1485
1560
|
"name": "getViewStateOptions",
|
1486
1561
|
"kind": 2048,
|
1487
1562
|
"kindString": "Method",
|
@@ -1491,20 +1566,24 @@
|
|
1491
1566
|
"sources": [
|
1492
1567
|
{
|
1493
1568
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-state.ts",
|
1494
|
-
"line":
|
1569
|
+
"line": 36,
|
1495
1570
|
"character": 9
|
1496
1571
|
}
|
1497
1572
|
],
|
1498
1573
|
"signatures": [
|
1499
1574
|
{
|
1500
|
-
"id":
|
1575
|
+
"id": 314,
|
1501
1576
|
"name": "getViewStateOptions",
|
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
|
-
"id":
|
1586
|
+
"id": 315,
|
1508
1587
|
"name": "SkyDataViewStateOptions"
|
1509
1588
|
}
|
1510
1589
|
}
|
@@ -1516,37 +1595,37 @@
|
|
1516
1595
|
"title": "Constructors",
|
1517
1596
|
"kind": 512,
|
1518
1597
|
"children": [
|
1519
|
-
|
1598
|
+
306
|
1520
1599
|
]
|
1521
1600
|
},
|
1522
1601
|
{
|
1523
1602
|
"title": "Properties",
|
1524
1603
|
"kind": 1024,
|
1525
1604
|
"children": [
|
1526
|
-
|
1605
|
+
312,
|
1606
|
+
309,
|
1527
1607
|
310,
|
1528
|
-
311
|
1529
|
-
312
|
1608
|
+
311
|
1530
1609
|
]
|
1531
1610
|
},
|
1532
1611
|
{
|
1533
1612
|
"title": "Methods",
|
1534
1613
|
"kind": 2048,
|
1535
1614
|
"children": [
|
1536
|
-
|
1615
|
+
313
|
1537
1616
|
]
|
1538
1617
|
}
|
1539
1618
|
],
|
1540
1619
|
"sources": [
|
1541
1620
|
{
|
1542
1621
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-state.ts",
|
1543
|
-
"line":
|
1622
|
+
"line": 6,
|
1544
1623
|
"character": 13
|
1545
1624
|
}
|
1546
1625
|
]
|
1547
1626
|
},
|
1548
1627
|
{
|
1549
|
-
"id":
|
1628
|
+
"id": 40,
|
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":
|
1652
|
+
"id": 41,
|
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":
|
1666
|
+
"id": 42,
|
1588
1667
|
"name": "SkyDataManagerComponent",
|
1589
1668
|
"kind": 16384,
|
1590
1669
|
"kindString": "Constructor signature",
|
1591
1670
|
"flags": {},
|
1592
1671
|
"parameters": [
|
1593
1672
|
{
|
1594
|
-
"id":
|
1673
|
+
"id": 43,
|
1595
1674
|
"name": "changeDetection",
|
1596
1675
|
"kind": 32768,
|
1597
1676
|
"kindString": "Parameter",
|
@@ -1604,28 +1683,28 @@
|
|
1604
1683
|
}
|
1605
1684
|
},
|
1606
1685
|
{
|
1607
|
-
"id":
|
1686
|
+
"id": 44,
|
1608
1687
|
"name": "dataManagerService",
|
1609
1688
|
"kind": 32768,
|
1610
1689
|
"kindString": "Parameter",
|
1611
1690
|
"flags": {},
|
1612
1691
|
"type": {
|
1613
1692
|
"type": "reference",
|
1614
|
-
"id":
|
1693
|
+
"id": 157,
|
1615
1694
|
"name": "SkyDataManagerService"
|
1616
1695
|
}
|
1617
1696
|
}
|
1618
1697
|
],
|
1619
1698
|
"type": {
|
1620
1699
|
"type": "reference",
|
1621
|
-
"id":
|
1700
|
+
"id": 40,
|
1622
1701
|
"name": "SkyDataManagerComponent"
|
1623
1702
|
}
|
1624
1703
|
}
|
1625
1704
|
]
|
1626
1705
|
},
|
1627
1706
|
{
|
1628
|
-
"id":
|
1707
|
+
"id": 53,
|
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":
|
1736
|
+
"id": 54,
|
1658
1737
|
"name": "backToTopOptions",
|
1659
1738
|
"kind": 1024,
|
1660
1739
|
"kindString": "Property",
|
@@ -1671,14 +1750,14 @@
|
|
1671
1750
|
"type": {
|
1672
1751
|
"type": "reflection",
|
1673
1752
|
"declaration": {
|
1674
|
-
"id":
|
1753
|
+
"id": 55,
|
1675
1754
|
"name": "__type",
|
1676
1755
|
"kind": 65536,
|
1677
1756
|
"kindString": "Type literal",
|
1678
1757
|
"flags": {},
|
1679
1758
|
"children": [
|
1680
1759
|
{
|
1681
|
-
"id":
|
1760
|
+
"id": 56,
|
1682
1761
|
"name": "buttonHidden",
|
1683
1762
|
"kind": 1024,
|
1684
1763
|
"kindString": "Property",
|
@@ -1695,7 +1774,7 @@
|
|
1695
1774
|
"title": "Properties",
|
1696
1775
|
"kind": 1024,
|
1697
1776
|
"children": [
|
1698
|
-
|
1777
|
+
56
|
1699
1778
|
]
|
1700
1779
|
}
|
1701
1780
|
]
|
@@ -1704,7 +1783,7 @@
|
|
1704
1783
|
"defaultValue": "..."
|
1705
1784
|
},
|
1706
1785
|
{
|
1707
|
-
"id":
|
1786
|
+
"id": 45,
|
1708
1787
|
"name": "currentViewkeeperClasses",
|
1709
1788
|
"kind": 262144,
|
1710
1789
|
"kindString": "Accessor",
|
@@ -1720,7 +1799,7 @@
|
|
1720
1799
|
],
|
1721
1800
|
"getSignature": [
|
1722
1801
|
{
|
1723
|
-
"id":
|
1802
|
+
"id": 46,
|
1724
1803
|
"name": "currentViewkeeperClasses",
|
1725
1804
|
"kind": 524288,
|
1726
1805
|
"kindString": "Get signature",
|
@@ -1736,14 +1815,14 @@
|
|
1736
1815
|
],
|
1737
1816
|
"setSignature": [
|
1738
1817
|
{
|
1739
|
-
"id":
|
1818
|
+
"id": 47,
|
1740
1819
|
"name": "currentViewkeeperClasses",
|
1741
1820
|
"kind": 1048576,
|
1742
1821
|
"kindString": "Set signature",
|
1743
1822
|
"flags": {},
|
1744
1823
|
"parameters": [
|
1745
1824
|
{
|
1746
|
-
"id":
|
1825
|
+
"id": 48,
|
1747
1826
|
"name": "value",
|
1748
1827
|
"kind": 32768,
|
1749
1828
|
"kindString": "Parameter",
|
@@ -1765,7 +1844,7 @@
|
|
1765
1844
|
]
|
1766
1845
|
},
|
1767
1846
|
{
|
1768
|
-
"id":
|
1847
|
+
"id": 49,
|
1769
1848
|
"name": "isInitialized",
|
1770
1849
|
"kind": 262144,
|
1771
1850
|
"kindString": "Accessor",
|
@@ -1781,7 +1860,7 @@
|
|
1781
1860
|
],
|
1782
1861
|
"getSignature": [
|
1783
1862
|
{
|
1784
|
-
"id":
|
1863
|
+
"id": 50,
|
1785
1864
|
"name": "isInitialized",
|
1786
1865
|
"kind": 524288,
|
1787
1866
|
"kindString": "Get signature",
|
@@ -1794,14 +1873,14 @@
|
|
1794
1873
|
],
|
1795
1874
|
"setSignature": [
|
1796
1875
|
{
|
1797
|
-
"id":
|
1876
|
+
"id": 51,
|
1798
1877
|
"name": "isInitialized",
|
1799
1878
|
"kind": 1048576,
|
1800
1879
|
"kindString": "Set signature",
|
1801
1880
|
"flags": {},
|
1802
1881
|
"parameters": [
|
1803
1882
|
{
|
1804
|
-
"id":
|
1883
|
+
"id": 52,
|
1805
1884
|
"name": "value",
|
1806
1885
|
"kind": 32768,
|
1807
1886
|
"kindString": "Parameter",
|
@@ -1820,7 +1899,7 @@
|
|
1820
1899
|
]
|
1821
1900
|
},
|
1822
1901
|
{
|
1823
|
-
"id":
|
1902
|
+
"id": 68,
|
1824
1903
|
"name": "ngOnDestroy",
|
1825
1904
|
"kind": 2048,
|
1826
1905
|
"kindString": "Method",
|
@@ -1836,7 +1915,7 @@
|
|
1836
1915
|
],
|
1837
1916
|
"signatures": [
|
1838
1917
|
{
|
1839
|
-
"id":
|
1918
|
+
"id": 69,
|
1840
1919
|
"name": "ngOnDestroy",
|
1841
1920
|
"kind": 4096,
|
1842
1921
|
"kindString": "Call signature",
|
@@ -1857,7 +1936,7 @@
|
|
1857
1936
|
}
|
1858
1937
|
},
|
1859
1938
|
{
|
1860
|
-
"id":
|
1939
|
+
"id": 66,
|
1861
1940
|
"name": "ngOnInit",
|
1862
1941
|
"kind": 2048,
|
1863
1942
|
"kindString": "Method",
|
@@ -1873,7 +1952,7 @@
|
|
1873
1952
|
],
|
1874
1953
|
"signatures": [
|
1875
1954
|
{
|
1876
|
-
"id":
|
1955
|
+
"id": 67,
|
1877
1956
|
"name": "ngOnInit",
|
1878
1957
|
"kind": 4096,
|
1879
1958
|
"kindString": "Call signature",
|
@@ -1899,31 +1978,31 @@
|
|
1899
1978
|
"title": "Constructors",
|
1900
1979
|
"kind": 512,
|
1901
1980
|
"children": [
|
1902
|
-
|
1981
|
+
41
|
1903
1982
|
]
|
1904
1983
|
},
|
1905
1984
|
{
|
1906
1985
|
"title": "Properties",
|
1907
1986
|
"kind": 1024,
|
1908
1987
|
"children": [
|
1909
|
-
|
1910
|
-
|
1988
|
+
53,
|
1989
|
+
54
|
1911
1990
|
]
|
1912
1991
|
},
|
1913
1992
|
{
|
1914
1993
|
"title": "Accessors",
|
1915
1994
|
"kind": 262144,
|
1916
1995
|
"children": [
|
1917
|
-
|
1918
|
-
|
1996
|
+
45,
|
1997
|
+
49
|
1919
1998
|
]
|
1920
1999
|
},
|
1921
2000
|
{
|
1922
2001
|
"title": "Methods",
|
1923
2002
|
"kind": 2048,
|
1924
2003
|
"children": [
|
1925
|
-
|
1926
|
-
|
2004
|
+
68,
|
2005
|
+
66
|
1927
2006
|
]
|
1928
2007
|
}
|
1929
2008
|
],
|
@@ -1950,7 +2029,7 @@
|
|
1950
2029
|
]
|
1951
2030
|
},
|
1952
2031
|
{
|
1953
|
-
"id":
|
2032
|
+
"id": 70,
|
1954
2033
|
"name": "SkyDataManagerToolbarLeftItemComponent",
|
1955
2034
|
"kind": 128,
|
1956
2035
|
"kindString": "Class",
|
@@ -1978,7 +2057,7 @@
|
|
1978
2057
|
"title": "Constructors",
|
1979
2058
|
"kind": 512,
|
1980
2059
|
"children": [
|
1981
|
-
|
2060
|
+
71
|
1982
2061
|
]
|
1983
2062
|
}
|
1984
2063
|
],
|
@@ -1991,7 +2070,7 @@
|
|
1991
2070
|
]
|
1992
2071
|
},
|
1993
2072
|
{
|
1994
|
-
"id":
|
2073
|
+
"id": 73,
|
1995
2074
|
"name": "SkyDataManagerToolbarPrimaryItemComponent",
|
1996
2075
|
"kind": 128,
|
1997
2076
|
"kindString": "Class",
|
@@ -2019,7 +2098,7 @@
|
|
2019
2098
|
"title": "Constructors",
|
2020
2099
|
"kind": 512,
|
2021
2100
|
"children": [
|
2022
|
-
|
2101
|
+
74
|
2023
2102
|
]
|
2024
2103
|
}
|
2025
2104
|
],
|
@@ -2032,7 +2111,7 @@
|
|
2032
2111
|
]
|
2033
2112
|
},
|
2034
2113
|
{
|
2035
|
-
"id":
|
2114
|
+
"id": 76,
|
2036
2115
|
"name": "SkyDataManagerToolbarRightItemComponent",
|
2037
2116
|
"kind": 128,
|
2038
2117
|
"kindString": "Class",
|
@@ -2060,7 +2139,7 @@
|
|
2060
2139
|
"title": "Constructors",
|
2061
2140
|
"kind": 512,
|
2062
2141
|
"children": [
|
2063
|
-
|
2142
|
+
77
|
2064
2143
|
]
|
2065
2144
|
}
|
2066
2145
|
],
|
@@ -2073,7 +2152,7 @@
|
|
2073
2152
|
]
|
2074
2153
|
},
|
2075
2154
|
{
|
2076
|
-
"id":
|
2155
|
+
"id": 79,
|
2077
2156
|
"name": "SkyDataManagerToolbarSectionComponent",
|
2078
2157
|
"kind": 128,
|
2079
2158
|
"kindString": "Class",
|
@@ -2101,7 +2180,7 @@
|
|
2101
2180
|
"title": "Constructors",
|
2102
2181
|
"kind": 512,
|
2103
2182
|
"children": [
|
2104
|
-
|
2183
|
+
80
|
2105
2184
|
]
|
2106
2185
|
}
|
2107
2186
|
],
|
@@ -2114,7 +2193,7 @@
|
|
2114
2193
|
]
|
2115
2194
|
},
|
2116
2195
|
{
|
2117
|
-
"id":
|
2196
|
+
"id": 82,
|
2118
2197
|
"name": "SkyDataManagerToolbarComponent",
|
2119
2198
|
"kind": 128,
|
2120
2199
|
"kindString": "Class",
|
@@ -2138,7 +2217,7 @@
|
|
2138
2217
|
],
|
2139
2218
|
"children": [
|
2140
2219
|
{
|
2141
|
-
"id":
|
2220
|
+
"id": 83,
|
2142
2221
|
"name": "constructor",
|
2143
2222
|
"kind": 512,
|
2144
2223
|
"kindString": "Constructor",
|
@@ -2152,14 +2231,14 @@
|
|
2152
2231
|
],
|
2153
2232
|
"signatures": [
|
2154
2233
|
{
|
2155
|
-
"id":
|
2234
|
+
"id": 84,
|
2156
2235
|
"name": "SkyDataManagerToolbarComponent",
|
2157
2236
|
"kind": 16384,
|
2158
2237
|
"kindString": "Constructor signature",
|
2159
2238
|
"flags": {},
|
2160
2239
|
"parameters": [
|
2161
2240
|
{
|
2162
|
-
"id":
|
2241
|
+
"id": 85,
|
2163
2242
|
"name": "changeDetector",
|
2164
2243
|
"kind": 32768,
|
2165
2244
|
"kindString": "Parameter",
|
@@ -2172,19 +2251,19 @@
|
|
2172
2251
|
}
|
2173
2252
|
},
|
2174
2253
|
{
|
2175
|
-
"id":
|
2254
|
+
"id": 86,
|
2176
2255
|
"name": "dataManagerService",
|
2177
2256
|
"kind": 32768,
|
2178
2257
|
"kindString": "Parameter",
|
2179
2258
|
"flags": {},
|
2180
2259
|
"type": {
|
2181
2260
|
"type": "reference",
|
2182
|
-
"id":
|
2261
|
+
"id": 157,
|
2183
2262
|
"name": "SkyDataManagerService"
|
2184
2263
|
}
|
2185
2264
|
},
|
2186
2265
|
{
|
2187
|
-
"id":
|
2266
|
+
"id": 87,
|
2188
2267
|
"name": "modalService",
|
2189
2268
|
"kind": 32768,
|
2190
2269
|
"kindString": "Parameter",
|
@@ -2195,7 +2274,7 @@
|
|
2195
2274
|
}
|
2196
2275
|
},
|
2197
2276
|
{
|
2198
|
-
"id":
|
2277
|
+
"id": 88,
|
2199
2278
|
"name": "columnPickerService",
|
2200
2279
|
"kind": 32768,
|
2201
2280
|
"kindString": "Parameter",
|
@@ -2208,14 +2287,14 @@
|
|
2208
2287
|
],
|
2209
2288
|
"type": {
|
2210
2289
|
"type": "reference",
|
2211
|
-
"id":
|
2290
|
+
"id": 82,
|
2212
2291
|
"name": "SkyDataManagerToolbarComponent"
|
2213
2292
|
}
|
2214
2293
|
}
|
2215
2294
|
]
|
2216
2295
|
},
|
2217
2296
|
{
|
2218
|
-
"id":
|
2297
|
+
"id": 107,
|
2219
2298
|
"name": "onlyShowSelected",
|
2220
2299
|
"kind": 1024,
|
2221
2300
|
"kindString": "Property",
|
@@ -2235,7 +2314,7 @@
|
|
2235
2314
|
}
|
2236
2315
|
},
|
2237
2316
|
{
|
2238
|
-
"id":
|
2317
|
+
"id": 89,
|
2239
2318
|
"name": "activeSortOptionId",
|
2240
2319
|
"kind": 262144,
|
2241
2320
|
"kindString": "Accessor",
|
@@ -2251,7 +2330,7 @@
|
|
2251
2330
|
],
|
2252
2331
|
"getSignature": [
|
2253
2332
|
{
|
2254
|
-
"id":
|
2333
|
+
"id": 90,
|
2255
2334
|
"name": "activeSortOptionId",
|
2256
2335
|
"kind": 524288,
|
2257
2336
|
"kindString": "Get signature",
|
@@ -2264,7 +2343,7 @@
|
|
2264
2343
|
]
|
2265
2344
|
},
|
2266
2345
|
{
|
2267
|
-
"id":
|
2346
|
+
"id": 91,
|
2268
2347
|
"name": "activeView",
|
2269
2348
|
"kind": 262144,
|
2270
2349
|
"kindString": "Accessor",
|
@@ -2280,35 +2359,35 @@
|
|
2280
2359
|
],
|
2281
2360
|
"getSignature": [
|
2282
2361
|
{
|
2283
|
-
"id":
|
2362
|
+
"id": 92,
|
2284
2363
|
"name": "activeView",
|
2285
2364
|
"kind": 524288,
|
2286
2365
|
"kindString": "Get signature",
|
2287
2366
|
"flags": {},
|
2288
2367
|
"type": {
|
2289
2368
|
"type": "reference",
|
2290
|
-
"id":
|
2369
|
+
"id": 287,
|
2291
2370
|
"name": "SkyDataViewConfig"
|
2292
2371
|
}
|
2293
2372
|
}
|
2294
2373
|
],
|
2295
2374
|
"setSignature": [
|
2296
2375
|
{
|
2297
|
-
"id":
|
2376
|
+
"id": 93,
|
2298
2377
|
"name": "activeView",
|
2299
2378
|
"kind": 1048576,
|
2300
2379
|
"kindString": "Set signature",
|
2301
2380
|
"flags": {},
|
2302
2381
|
"parameters": [
|
2303
2382
|
{
|
2304
|
-
"id":
|
2383
|
+
"id": 94,
|
2305
2384
|
"name": "value",
|
2306
2385
|
"kind": 32768,
|
2307
2386
|
"kindString": "Parameter",
|
2308
2387
|
"flags": {},
|
2309
2388
|
"type": {
|
2310
2389
|
"type": "reference",
|
2311
|
-
"id":
|
2390
|
+
"id": 287,
|
2312
2391
|
"name": "SkyDataViewConfig"
|
2313
2392
|
}
|
2314
2393
|
}
|
@@ -2321,7 +2400,7 @@
|
|
2321
2400
|
]
|
2322
2401
|
},
|
2323
2402
|
{
|
2324
|
-
"id":
|
2403
|
+
"id": 95,
|
2325
2404
|
"name": "dataManagerConfig",
|
2326
2405
|
"kind": 262144,
|
2327
2406
|
"kindString": "Accessor",
|
@@ -2337,35 +2416,35 @@
|
|
2337
2416
|
],
|
2338
2417
|
"getSignature": [
|
2339
2418
|
{
|
2340
|
-
"id":
|
2419
|
+
"id": 96,
|
2341
2420
|
"name": "dataManagerConfig",
|
2342
2421
|
"kind": 524288,
|
2343
2422
|
"kindString": "Get signature",
|
2344
2423
|
"flags": {},
|
2345
2424
|
"type": {
|
2346
2425
|
"type": "reference",
|
2347
|
-
"id":
|
2426
|
+
"id": 236,
|
2348
2427
|
"name": "SkyDataManagerConfig"
|
2349
2428
|
}
|
2350
2429
|
}
|
2351
2430
|
],
|
2352
2431
|
"setSignature": [
|
2353
2432
|
{
|
2354
|
-
"id":
|
2433
|
+
"id": 97,
|
2355
2434
|
"name": "dataManagerConfig",
|
2356
2435
|
"kind": 1048576,
|
2357
2436
|
"kindString": "Set signature",
|
2358
2437
|
"flags": {},
|
2359
2438
|
"parameters": [
|
2360
2439
|
{
|
2361
|
-
"id":
|
2440
|
+
"id": 98,
|
2362
2441
|
"name": "value",
|
2363
2442
|
"kind": 32768,
|
2364
2443
|
"kindString": "Parameter",
|
2365
2444
|
"flags": {},
|
2366
2445
|
"type": {
|
2367
2446
|
"type": "reference",
|
2368
|
-
"id":
|
2447
|
+
"id": 236,
|
2369
2448
|
"name": "SkyDataManagerConfig"
|
2370
2449
|
}
|
2371
2450
|
}
|
@@ -2378,7 +2457,7 @@
|
|
2378
2457
|
]
|
2379
2458
|
},
|
2380
2459
|
{
|
2381
|
-
"id":
|
2460
|
+
"id": 99,
|
2382
2461
|
"name": "dataState",
|
2383
2462
|
"kind": 262144,
|
2384
2463
|
"kindString": "Accessor",
|
@@ -2394,35 +2473,35 @@
|
|
2394
2473
|
],
|
2395
2474
|
"getSignature": [
|
2396
2475
|
{
|
2397
|
-
"id":
|
2476
|
+
"id": 100,
|
2398
2477
|
"name": "dataState",
|
2399
2478
|
"kind": 524288,
|
2400
2479
|
"kindString": "Get signature",
|
2401
2480
|
"flags": {},
|
2402
2481
|
"type": {
|
2403
2482
|
"type": "reference",
|
2404
|
-
"id":
|
2483
|
+
"id": 253,
|
2405
2484
|
"name": "SkyDataManagerState"
|
2406
2485
|
}
|
2407
2486
|
}
|
2408
2487
|
],
|
2409
2488
|
"setSignature": [
|
2410
2489
|
{
|
2411
|
-
"id":
|
2490
|
+
"id": 101,
|
2412
2491
|
"name": "dataState",
|
2413
2492
|
"kind": 1048576,
|
2414
2493
|
"kindString": "Set signature",
|
2415
2494
|
"flags": {},
|
2416
2495
|
"parameters": [
|
2417
2496
|
{
|
2418
|
-
"id":
|
2497
|
+
"id": 102,
|
2419
2498
|
"name": "value",
|
2420
2499
|
"kind": 32768,
|
2421
2500
|
"kindString": "Parameter",
|
2422
2501
|
"flags": {},
|
2423
2502
|
"type": {
|
2424
2503
|
"type": "reference",
|
2425
|
-
"id":
|
2504
|
+
"id": 253,
|
2426
2505
|
"name": "SkyDataManagerState"
|
2427
2506
|
}
|
2428
2507
|
}
|
@@ -2435,7 +2514,7 @@
|
|
2435
2514
|
]
|
2436
2515
|
},
|
2437
2516
|
{
|
2438
|
-
"id":
|
2517
|
+
"id": 103,
|
2439
2518
|
"name": "views",
|
2440
2519
|
"kind": 262144,
|
2441
2520
|
"kindString": "Accessor",
|
@@ -2451,7 +2530,7 @@
|
|
2451
2530
|
],
|
2452
2531
|
"getSignature": [
|
2453
2532
|
{
|
2454
|
-
"id":
|
2533
|
+
"id": 104,
|
2455
2534
|
"name": "views",
|
2456
2535
|
"kind": 524288,
|
2457
2536
|
"kindString": "Get signature",
|
@@ -2460,7 +2539,7 @@
|
|
2460
2539
|
"type": "array",
|
2461
2540
|
"elementType": {
|
2462
2541
|
"type": "reference",
|
2463
|
-
"id":
|
2542
|
+
"id": 287,
|
2464
2543
|
"name": "SkyDataViewConfig"
|
2465
2544
|
}
|
2466
2545
|
}
|
@@ -2468,14 +2547,14 @@
|
|
2468
2547
|
],
|
2469
2548
|
"setSignature": [
|
2470
2549
|
{
|
2471
|
-
"id":
|
2550
|
+
"id": 105,
|
2472
2551
|
"name": "views",
|
2473
2552
|
"kind": 1048576,
|
2474
2553
|
"kindString": "Set signature",
|
2475
2554
|
"flags": {},
|
2476
2555
|
"parameters": [
|
2477
2556
|
{
|
2478
|
-
"id":
|
2557
|
+
"id": 106,
|
2479
2558
|
"name": "value",
|
2480
2559
|
"kind": 32768,
|
2481
2560
|
"kindString": "Parameter",
|
@@ -2484,7 +2563,7 @@
|
|
2484
2563
|
"type": "array",
|
2485
2564
|
"elementType": {
|
2486
2565
|
"type": "reference",
|
2487
|
-
"id":
|
2566
|
+
"id": 287,
|
2488
2567
|
"name": "SkyDataViewConfig"
|
2489
2568
|
}
|
2490
2569
|
}
|
@@ -2498,7 +2577,7 @@
|
|
2498
2577
|
]
|
2499
2578
|
},
|
2500
2579
|
{
|
2501
|
-
"id":
|
2580
|
+
"id": 133,
|
2502
2581
|
"name": "clearAll",
|
2503
2582
|
"kind": 2048,
|
2504
2583
|
"kindString": "Method",
|
@@ -2514,7 +2593,7 @@
|
|
2514
2593
|
],
|
2515
2594
|
"signatures": [
|
2516
2595
|
{
|
2517
|
-
"id":
|
2596
|
+
"id": 134,
|
2518
2597
|
"name": "clearAll",
|
2519
2598
|
"kind": 4096,
|
2520
2599
|
"kindString": "Call signature",
|
@@ -2527,7 +2606,7 @@
|
|
2527
2606
|
]
|
2528
2607
|
},
|
2529
2608
|
{
|
2530
|
-
"id":
|
2609
|
+
"id": 127,
|
2531
2610
|
"name": "filterButtonClicked",
|
2532
2611
|
"kind": 2048,
|
2533
2612
|
"kindString": "Method",
|
@@ -2543,7 +2622,7 @@
|
|
2543
2622
|
],
|
2544
2623
|
"signatures": [
|
2545
2624
|
{
|
2546
|
-
"id":
|
2625
|
+
"id": 128,
|
2547
2626
|
"name": "filterButtonClicked",
|
2548
2627
|
"kind": 4096,
|
2549
2628
|
"kindString": "Call signature",
|
@@ -2556,7 +2635,7 @@
|
|
2556
2635
|
]
|
2557
2636
|
},
|
2558
2637
|
{
|
2559
|
-
"id":
|
2638
|
+
"id": 116,
|
2560
2639
|
"name": "ngOnDestroy",
|
2561
2640
|
"kind": 2048,
|
2562
2641
|
"kindString": "Method",
|
@@ -2572,7 +2651,7 @@
|
|
2572
2651
|
],
|
2573
2652
|
"signatures": [
|
2574
2653
|
{
|
2575
|
-
"id":
|
2654
|
+
"id": 117,
|
2576
2655
|
"name": "ngOnDestroy",
|
2577
2656
|
"kind": 4096,
|
2578
2657
|
"kindString": "Call signature",
|
@@ -2593,7 +2672,7 @@
|
|
2593
2672
|
}
|
2594
2673
|
},
|
2595
2674
|
{
|
2596
|
-
"id":
|
2675
|
+
"id": 114,
|
2597
2676
|
"name": "ngOnInit",
|
2598
2677
|
"kind": 2048,
|
2599
2678
|
"kindString": "Method",
|
@@ -2609,7 +2688,7 @@
|
|
2609
2688
|
],
|
2610
2689
|
"signatures": [
|
2611
2690
|
{
|
2612
|
-
"id":
|
2691
|
+
"id": 115,
|
2613
2692
|
"name": "ngOnInit",
|
2614
2693
|
"kind": 4096,
|
2615
2694
|
"kindString": "Call signature",
|
@@ -2630,7 +2709,7 @@
|
|
2630
2709
|
}
|
2631
2710
|
},
|
2632
2711
|
{
|
2633
|
-
"id":
|
2712
|
+
"id": 135,
|
2634
2713
|
"name": "onOnlyShowSelected",
|
2635
2714
|
"kind": 2048,
|
2636
2715
|
"kindString": "Method",
|
@@ -2646,14 +2725,14 @@
|
|
2646
2725
|
],
|
2647
2726
|
"signatures": [
|
2648
2727
|
{
|
2649
|
-
"id":
|
2728
|
+
"id": 136,
|
2650
2729
|
"name": "onOnlyShowSelected",
|
2651
2730
|
"kind": 4096,
|
2652
2731
|
"kindString": "Call signature",
|
2653
2732
|
"flags": {},
|
2654
2733
|
"parameters": [
|
2655
2734
|
{
|
2656
|
-
"id":
|
2735
|
+
"id": 137,
|
2657
2736
|
"name": "event",
|
2658
2737
|
"kind": 32768,
|
2659
2738
|
"kindString": "Parameter",
|
@@ -2672,7 +2751,7 @@
|
|
2672
2751
|
]
|
2673
2752
|
},
|
2674
2753
|
{
|
2675
|
-
"id":
|
2754
|
+
"id": 121,
|
2676
2755
|
"name": "onViewChange",
|
2677
2756
|
"kind": 2048,
|
2678
2757
|
"kindString": "Method",
|
@@ -2688,14 +2767,14 @@
|
|
2688
2767
|
],
|
2689
2768
|
"signatures": [
|
2690
2769
|
{
|
2691
|
-
"id":
|
2770
|
+
"id": 122,
|
2692
2771
|
"name": "onViewChange",
|
2693
2772
|
"kind": 4096,
|
2694
2773
|
"kindString": "Call signature",
|
2695
2774
|
"flags": {},
|
2696
2775
|
"parameters": [
|
2697
2776
|
{
|
2698
|
-
"id":
|
2777
|
+
"id": 123,
|
2699
2778
|
"name": "viewId",
|
2700
2779
|
"kind": 32768,
|
2701
2780
|
"kindString": "Parameter",
|
@@ -2714,7 +2793,7 @@
|
|
2714
2793
|
]
|
2715
2794
|
},
|
2716
2795
|
{
|
2717
|
-
"id":
|
2796
|
+
"id": 129,
|
2718
2797
|
"name": "openColumnPicker",
|
2719
2798
|
"kind": 2048,
|
2720
2799
|
"kindString": "Method",
|
@@ -2730,7 +2809,7 @@
|
|
2730
2809
|
],
|
2731
2810
|
"signatures": [
|
2732
2811
|
{
|
2733
|
-
"id":
|
2812
|
+
"id": 130,
|
2734
2813
|
"name": "openColumnPicker",
|
2735
2814
|
"kind": 4096,
|
2736
2815
|
"kindString": "Call signature",
|
@@ -2743,7 +2822,7 @@
|
|
2743
2822
|
]
|
2744
2823
|
},
|
2745
2824
|
{
|
2746
|
-
"id":
|
2825
|
+
"id": 124,
|
2747
2826
|
"name": "searchApplied",
|
2748
2827
|
"kind": 2048,
|
2749
2828
|
"kindString": "Method",
|
@@ -2759,14 +2838,14 @@
|
|
2759
2838
|
],
|
2760
2839
|
"signatures": [
|
2761
2840
|
{
|
2762
|
-
"id":
|
2841
|
+
"id": 125,
|
2763
2842
|
"name": "searchApplied",
|
2764
2843
|
"kind": 4096,
|
2765
2844
|
"kindString": "Call signature",
|
2766
2845
|
"flags": {},
|
2767
2846
|
"parameters": [
|
2768
2847
|
{
|
2769
|
-
"id":
|
2848
|
+
"id": 126,
|
2770
2849
|
"name": "text",
|
2771
2850
|
"kind": 32768,
|
2772
2851
|
"kindString": "Parameter",
|
@@ -2785,7 +2864,7 @@
|
|
2785
2864
|
]
|
2786
2865
|
},
|
2787
2866
|
{
|
2788
|
-
"id":
|
2867
|
+
"id": 131,
|
2789
2868
|
"name": "selectAll",
|
2790
2869
|
"kind": 2048,
|
2791
2870
|
"kindString": "Method",
|
@@ -2801,7 +2880,7 @@
|
|
2801
2880
|
],
|
2802
2881
|
"signatures": [
|
2803
2882
|
{
|
2804
|
-
"id":
|
2883
|
+
"id": 132,
|
2805
2884
|
"name": "selectAll",
|
2806
2885
|
"kind": 4096,
|
2807
2886
|
"kindString": "Call signature",
|
@@ -2814,7 +2893,7 @@
|
|
2814
2893
|
]
|
2815
2894
|
},
|
2816
2895
|
{
|
2817
|
-
"id":
|
2896
|
+
"id": 118,
|
2818
2897
|
"name": "sortSelected",
|
2819
2898
|
"kind": 2048,
|
2820
2899
|
"kindString": "Method",
|
@@ -2830,21 +2909,21 @@
|
|
2830
2909
|
],
|
2831
2910
|
"signatures": [
|
2832
2911
|
{
|
2833
|
-
"id":
|
2912
|
+
"id": 119,
|
2834
2913
|
"name": "sortSelected",
|
2835
2914
|
"kind": 4096,
|
2836
2915
|
"kindString": "Call signature",
|
2837
2916
|
"flags": {},
|
2838
2917
|
"parameters": [
|
2839
2918
|
{
|
2840
|
-
"id":
|
2919
|
+
"id": 120,
|
2841
2920
|
"name": "sortOption",
|
2842
2921
|
"kind": 32768,
|
2843
2922
|
"kindString": "Parameter",
|
2844
2923
|
"flags": {},
|
2845
2924
|
"type": {
|
2846
2925
|
"type": "reference",
|
2847
|
-
"id":
|
2926
|
+
"id": 248,
|
2848
2927
|
"name": "SkyDataManagerSortOption"
|
2849
2928
|
}
|
2850
2929
|
}
|
@@ -2862,41 +2941,41 @@
|
|
2862
2941
|
"title": "Constructors",
|
2863
2942
|
"kind": 512,
|
2864
2943
|
"children": [
|
2865
|
-
|
2944
|
+
83
|
2866
2945
|
]
|
2867
2946
|
},
|
2868
2947
|
{
|
2869
2948
|
"title": "Properties",
|
2870
2949
|
"kind": 1024,
|
2871
2950
|
"children": [
|
2872
|
-
|
2951
|
+
107
|
2873
2952
|
]
|
2874
2953
|
},
|
2875
2954
|
{
|
2876
2955
|
"title": "Accessors",
|
2877
2956
|
"kind": 262144,
|
2878
2957
|
"children": [
|
2879
|
-
|
2880
|
-
|
2881
|
-
|
2882
|
-
|
2883
|
-
|
2958
|
+
89,
|
2959
|
+
91,
|
2960
|
+
95,
|
2961
|
+
99,
|
2962
|
+
103
|
2884
2963
|
]
|
2885
2964
|
},
|
2886
2965
|
{
|
2887
2966
|
"title": "Methods",
|
2888
2967
|
"kind": 2048,
|
2889
2968
|
"children": [
|
2890
|
-
|
2891
|
-
|
2892
|
-
|
2893
|
-
|
2894
|
-
|
2895
|
-
|
2896
|
-
|
2897
|
-
|
2898
|
-
|
2899
|
-
|
2969
|
+
133,
|
2970
|
+
127,
|
2971
|
+
116,
|
2972
|
+
114,
|
2973
|
+
135,
|
2974
|
+
121,
|
2975
|
+
129,
|
2976
|
+
124,
|
2977
|
+
131,
|
2978
|
+
118
|
2900
2979
|
]
|
2901
2980
|
}
|
2902
2981
|
],
|
@@ -2923,7 +3002,7 @@
|
|
2923
3002
|
]
|
2924
3003
|
},
|
2925
3004
|
{
|
2926
|
-
"id":
|
3005
|
+
"id": 138,
|
2927
3006
|
"name": "SkyDataViewComponent",
|
2928
3007
|
"kind": 128,
|
2929
3008
|
"kindString": "Class",
|
@@ -2947,7 +3026,7 @@
|
|
2947
3026
|
],
|
2948
3027
|
"children": [
|
2949
3028
|
{
|
2950
|
-
"id":
|
3029
|
+
"id": 139,
|
2951
3030
|
"name": "constructor",
|
2952
3031
|
"kind": 512,
|
2953
3032
|
"kindString": "Constructor",
|
@@ -2961,14 +3040,14 @@
|
|
2961
3040
|
],
|
2962
3041
|
"signatures": [
|
2963
3042
|
{
|
2964
|
-
"id":
|
3043
|
+
"id": 140,
|
2965
3044
|
"name": "SkyDataViewComponent",
|
2966
3045
|
"kind": 16384,
|
2967
3046
|
"kindString": "Constructor signature",
|
2968
3047
|
"flags": {},
|
2969
3048
|
"parameters": [
|
2970
3049
|
{
|
2971
|
-
"id":
|
3050
|
+
"id": 141,
|
2972
3051
|
"name": "changeDetector",
|
2973
3052
|
"kind": 32768,
|
2974
3053
|
"kindString": "Parameter",
|
@@ -2981,28 +3060,28 @@
|
|
2981
3060
|
}
|
2982
3061
|
},
|
2983
3062
|
{
|
2984
|
-
"id":
|
3063
|
+
"id": 142,
|
2985
3064
|
"name": "dataManagerService",
|
2986
3065
|
"kind": 32768,
|
2987
3066
|
"kindString": "Parameter",
|
2988
3067
|
"flags": {},
|
2989
3068
|
"type": {
|
2990
3069
|
"type": "reference",
|
2991
|
-
"id":
|
3070
|
+
"id": 157,
|
2992
3071
|
"name": "SkyDataManagerService"
|
2993
3072
|
}
|
2994
3073
|
}
|
2995
3074
|
],
|
2996
3075
|
"type": {
|
2997
3076
|
"type": "reference",
|
2998
|
-
"id":
|
3077
|
+
"id": 138,
|
2999
3078
|
"name": "SkyDataViewComponent"
|
3000
3079
|
}
|
3001
3080
|
}
|
3002
3081
|
]
|
3003
3082
|
},
|
3004
3083
|
{
|
3005
|
-
"id":
|
3084
|
+
"id": 148,
|
3006
3085
|
"name": "_isActive",
|
3007
3086
|
"kind": 1024,
|
3008
3087
|
"kindString": "Property",
|
@@ -3023,7 +3102,7 @@
|
|
3023
3102
|
"defaultValue": "false"
|
3024
3103
|
},
|
3025
3104
|
{
|
3026
|
-
"id":
|
3105
|
+
"id": 143,
|
3027
3106
|
"name": "viewId",
|
3028
3107
|
"kind": 1024,
|
3029
3108
|
"kindString": "Property",
|
@@ -3064,7 +3143,7 @@
|
|
3064
3143
|
}
|
3065
3144
|
},
|
3066
3145
|
{
|
3067
|
-
"id":
|
3146
|
+
"id": 144,
|
3068
3147
|
"name": "isActive",
|
3069
3148
|
"kind": 262144,
|
3070
3149
|
"kindString": "Accessor",
|
@@ -3080,7 +3159,7 @@
|
|
3080
3159
|
],
|
3081
3160
|
"getSignature": [
|
3082
3161
|
{
|
3083
|
-
"id":
|
3162
|
+
"id": 145,
|
3084
3163
|
"name": "isActive",
|
3085
3164
|
"kind": 524288,
|
3086
3165
|
"kindString": "Get signature",
|
@@ -3093,14 +3172,14 @@
|
|
3093
3172
|
],
|
3094
3173
|
"setSignature": [
|
3095
3174
|
{
|
3096
|
-
"id":
|
3175
|
+
"id": 146,
|
3097
3176
|
"name": "isActive",
|
3098
3177
|
"kind": 1048576,
|
3099
3178
|
"kindString": "Set signature",
|
3100
3179
|
"flags": {},
|
3101
3180
|
"parameters": [
|
3102
3181
|
{
|
3103
|
-
"id":
|
3182
|
+
"id": 147,
|
3104
3183
|
"name": "value",
|
3105
3184
|
"kind": 32768,
|
3106
3185
|
"kindString": "Parameter",
|
@@ -3119,7 +3198,7 @@
|
|
3119
3198
|
]
|
3120
3199
|
},
|
3121
3200
|
{
|
3122
|
-
"id":
|
3201
|
+
"id": 152,
|
3123
3202
|
"name": "ngOnDestroy",
|
3124
3203
|
"kind": 2048,
|
3125
3204
|
"kindString": "Method",
|
@@ -3135,7 +3214,7 @@
|
|
3135
3214
|
],
|
3136
3215
|
"signatures": [
|
3137
3216
|
{
|
3138
|
-
"id":
|
3217
|
+
"id": 153,
|
3139
3218
|
"name": "ngOnDestroy",
|
3140
3219
|
"kind": 4096,
|
3141
3220
|
"kindString": "Call signature",
|
@@ -3156,7 +3235,7 @@
|
|
3156
3235
|
}
|
3157
3236
|
},
|
3158
3237
|
{
|
3159
|
-
"id":
|
3238
|
+
"id": 150,
|
3160
3239
|
"name": "ngOnInit",
|
3161
3240
|
"kind": 2048,
|
3162
3241
|
"kindString": "Method",
|
@@ -3172,7 +3251,7 @@
|
|
3172
3251
|
],
|
3173
3252
|
"signatures": [
|
3174
3253
|
{
|
3175
|
-
"id":
|
3254
|
+
"id": 151,
|
3176
3255
|
"name": "ngOnInit",
|
3177
3256
|
"kind": 4096,
|
3178
3257
|
"kindString": "Call signature",
|
@@ -3198,30 +3277,30 @@
|
|
3198
3277
|
"title": "Constructors",
|
3199
3278
|
"kind": 512,
|
3200
3279
|
"children": [
|
3201
|
-
|
3280
|
+
139
|
3202
3281
|
]
|
3203
3282
|
},
|
3204
3283
|
{
|
3205
3284
|
"title": "Properties",
|
3206
3285
|
"kind": 1024,
|
3207
3286
|
"children": [
|
3208
|
-
|
3209
|
-
|
3287
|
+
148,
|
3288
|
+
143
|
3210
3289
|
]
|
3211
3290
|
},
|
3212
3291
|
{
|
3213
3292
|
"title": "Accessors",
|
3214
3293
|
"kind": 262144,
|
3215
3294
|
"children": [
|
3216
|
-
|
3295
|
+
144
|
3217
3296
|
]
|
3218
3297
|
},
|
3219
3298
|
{
|
3220
3299
|
"title": "Methods",
|
3221
3300
|
"kind": 2048,
|
3222
3301
|
"children": [
|
3223
|
-
|
3224
|
-
|
3302
|
+
152,
|
3303
|
+
150
|
3225
3304
|
]
|
3226
3305
|
}
|
3227
3306
|
],
|
@@ -3248,7 +3327,7 @@
|
|
3248
3327
|
]
|
3249
3328
|
},
|
3250
3329
|
{
|
3251
|
-
"id":
|
3330
|
+
"id": 227,
|
3252
3331
|
"name": "SkyDataManagerColumnPickerOption",
|
3253
3332
|
"kind": 256,
|
3254
3333
|
"kindString": "Interface",
|
@@ -3258,7 +3337,7 @@
|
|
3258
3337
|
},
|
3259
3338
|
"children": [
|
3260
3339
|
{
|
3261
|
-
"id":
|
3340
|
+
"id": 228,
|
3262
3341
|
"name": "alwaysDisplayed",
|
3263
3342
|
"kind": 1024,
|
3264
3343
|
"kindString": "Property",
|
@@ -3281,7 +3360,7 @@
|
|
3281
3360
|
}
|
3282
3361
|
},
|
3283
3362
|
{
|
3284
|
-
"id":
|
3363
|
+
"id": 229,
|
3285
3364
|
"name": "description",
|
3286
3365
|
"kind": 1024,
|
3287
3366
|
"kindString": "Property",
|
@@ -3304,7 +3383,7 @@
|
|
3304
3383
|
}
|
3305
3384
|
},
|
3306
3385
|
{
|
3307
|
-
"id":
|
3386
|
+
"id": 231,
|
3308
3387
|
"name": "id",
|
3309
3388
|
"kind": 1024,
|
3310
3389
|
"kindString": "Property",
|
@@ -3331,7 +3410,7 @@
|
|
3331
3410
|
}
|
3332
3411
|
},
|
3333
3412
|
{
|
3334
|
-
"id":
|
3413
|
+
"id": 230,
|
3335
3414
|
"name": "initialHide",
|
3336
3415
|
"kind": 1024,
|
3337
3416
|
"kindString": "Property",
|
@@ -3354,7 +3433,7 @@
|
|
3354
3433
|
}
|
3355
3434
|
},
|
3356
3435
|
{
|
3357
|
-
"id":
|
3436
|
+
"id": 232,
|
3358
3437
|
"name": "label",
|
3359
3438
|
"kind": 1024,
|
3360
3439
|
"kindString": "Property",
|
@@ -3386,11 +3465,11 @@
|
|
3386
3465
|
"title": "Properties",
|
3387
3466
|
"kind": 1024,
|
3388
3467
|
"children": [
|
3468
|
+
228,
|
3389
3469
|
229,
|
3390
|
-
230,
|
3391
|
-
232,
|
3392
3470
|
231,
|
3393
|
-
|
3471
|
+
230,
|
3472
|
+
232
|
3394
3473
|
]
|
3395
3474
|
}
|
3396
3475
|
],
|
@@ -3403,7 +3482,7 @@
|
|
3403
3482
|
]
|
3404
3483
|
},
|
3405
3484
|
{
|
3406
|
-
"id":
|
3485
|
+
"id": 236,
|
3407
3486
|
"name": "SkyDataManagerConfig",
|
3408
3487
|
"kind": 256,
|
3409
3488
|
"kindString": "Interface",
|
@@ -3413,7 +3492,7 @@
|
|
3413
3492
|
},
|
3414
3493
|
"children": [
|
3415
3494
|
{
|
3416
|
-
"id":
|
3495
|
+
"id": 237,
|
3417
3496
|
"name": "additionalOptions",
|
3418
3497
|
"kind": 1024,
|
3419
3498
|
"kindString": "Property",
|
@@ -3436,7 +3515,7 @@
|
|
3436
3515
|
}
|
3437
3516
|
},
|
3438
3517
|
{
|
3439
|
-
"id":
|
3518
|
+
"id": 238,
|
3440
3519
|
"name": "filterModalComponent",
|
3441
3520
|
"kind": 1024,
|
3442
3521
|
"kindString": "Property",
|
@@ -3459,7 +3538,7 @@
|
|
3459
3538
|
}
|
3460
3539
|
},
|
3461
3540
|
{
|
3462
|
-
"id":
|
3541
|
+
"id": 239,
|
3463
3542
|
"name": "sortOptions",
|
3464
3543
|
"kind": 1024,
|
3465
3544
|
"kindString": "Property",
|
@@ -3480,7 +3559,7 @@
|
|
3480
3559
|
"type": "array",
|
3481
3560
|
"elementType": {
|
3482
3561
|
"type": "reference",
|
3483
|
-
"id":
|
3562
|
+
"id": 248,
|
3484
3563
|
"name": "SkyDataManagerSortOption"
|
3485
3564
|
}
|
3486
3565
|
}
|
@@ -3491,9 +3570,9 @@
|
|
3491
3570
|
"title": "Properties",
|
3492
3571
|
"kind": 1024,
|
3493
3572
|
"children": [
|
3573
|
+
237,
|
3494
3574
|
238,
|
3495
|
-
239
|
3496
|
-
240
|
3575
|
+
239
|
3497
3576
|
]
|
3498
3577
|
}
|
3499
3578
|
],
|
@@ -3506,14 +3585,14 @@
|
|
3506
3585
|
]
|
3507
3586
|
},
|
3508
3587
|
{
|
3509
|
-
"id":
|
3588
|
+
"id": 240,
|
3510
3589
|
"name": "SkyDataManagerFilterData",
|
3511
3590
|
"kind": 256,
|
3512
3591
|
"kindString": "Interface",
|
3513
3592
|
"flags": {},
|
3514
3593
|
"children": [
|
3515
3594
|
{
|
3516
|
-
"id":
|
3595
|
+
"id": 242,
|
3517
3596
|
"name": "filters",
|
3518
3597
|
"kind": 1024,
|
3519
3598
|
"kindString": "Property",
|
@@ -3536,7 +3615,7 @@
|
|
3536
3615
|
}
|
3537
3616
|
},
|
3538
3617
|
{
|
3539
|
-
"id":
|
3618
|
+
"id": 241,
|
3540
3619
|
"name": "filtersApplied",
|
3541
3620
|
"kind": 1024,
|
3542
3621
|
"kindString": "Property",
|
@@ -3564,8 +3643,8 @@
|
|
3564
3643
|
"title": "Properties",
|
3565
3644
|
"kind": 1024,
|
3566
3645
|
"children": [
|
3567
|
-
|
3568
|
-
|
3646
|
+
242,
|
3647
|
+
241
|
3569
3648
|
]
|
3570
3649
|
}
|
3571
3650
|
],
|
@@ -3578,14 +3657,14 @@
|
|
3578
3657
|
]
|
3579
3658
|
},
|
3580
3659
|
{
|
3581
|
-
"id":
|
3660
|
+
"id": 243,
|
3582
3661
|
"name": "SkyDataManagerInitArgs",
|
3583
3662
|
"kind": 256,
|
3584
3663
|
"kindString": "Interface",
|
3585
3664
|
"flags": {},
|
3586
3665
|
"children": [
|
3587
3666
|
{
|
3588
|
-
"id":
|
3667
|
+
"id": 244,
|
3589
3668
|
"name": "activeViewId",
|
3590
3669
|
"kind": 1024,
|
3591
3670
|
"kindString": "Property",
|
@@ -3612,7 +3691,7 @@
|
|
3612
3691
|
}
|
3613
3692
|
},
|
3614
3693
|
{
|
3615
|
-
"id":
|
3694
|
+
"id": 245,
|
3616
3695
|
"name": "dataManagerConfig",
|
3617
3696
|
"kind": 1024,
|
3618
3697
|
"kindString": "Property",
|
@@ -3635,12 +3714,12 @@
|
|
3635
3714
|
],
|
3636
3715
|
"type": {
|
3637
3716
|
"type": "reference",
|
3638
|
-
"id":
|
3717
|
+
"id": 236,
|
3639
3718
|
"name": "SkyDataManagerConfig"
|
3640
3719
|
}
|
3641
3720
|
},
|
3642
3721
|
{
|
3643
|
-
"id":
|
3722
|
+
"id": 246,
|
3644
3723
|
"name": "defaultDataState",
|
3645
3724
|
"kind": 1024,
|
3646
3725
|
"kindString": "Property",
|
@@ -3663,12 +3742,12 @@
|
|
3663
3742
|
],
|
3664
3743
|
"type": {
|
3665
3744
|
"type": "reference",
|
3666
|
-
"id":
|
3745
|
+
"id": 253,
|
3667
3746
|
"name": "SkyDataManagerState"
|
3668
3747
|
}
|
3669
3748
|
},
|
3670
3749
|
{
|
3671
|
-
"id":
|
3750
|
+
"id": 247,
|
3672
3751
|
"name": "settingsKey",
|
3673
3752
|
"kind": 1024,
|
3674
3753
|
"kindString": "Property",
|
@@ -3696,10 +3775,10 @@
|
|
3696
3775
|
"title": "Properties",
|
3697
3776
|
"kind": 1024,
|
3698
3777
|
"children": [
|
3778
|
+
244,
|
3699
3779
|
245,
|
3700
3780
|
246,
|
3701
|
-
247
|
3702
|
-
248
|
3781
|
+
247
|
3703
3782
|
]
|
3704
3783
|
}
|
3705
3784
|
],
|
@@ -3712,14 +3791,14 @@
|
|
3712
3791
|
]
|
3713
3792
|
},
|
3714
3793
|
{
|
3715
|
-
"id":
|
3794
|
+
"id": 248,
|
3716
3795
|
"name": "SkyDataManagerSortOption",
|
3717
3796
|
"kind": 256,
|
3718
3797
|
"kindString": "Interface",
|
3719
3798
|
"flags": {},
|
3720
3799
|
"children": [
|
3721
3800
|
{
|
3722
|
-
"id":
|
3801
|
+
"id": 249,
|
3723
3802
|
"name": "descending",
|
3724
3803
|
"kind": 1024,
|
3725
3804
|
"kindString": "Property",
|
@@ -3746,7 +3825,7 @@
|
|
3746
3825
|
}
|
3747
3826
|
},
|
3748
3827
|
{
|
3749
|
-
"id":
|
3828
|
+
"id": 250,
|
3750
3829
|
"name": "id",
|
3751
3830
|
"kind": 1024,
|
3752
3831
|
"kindString": "Property",
|
@@ -3773,7 +3852,7 @@
|
|
3773
3852
|
}
|
3774
3853
|
},
|
3775
3854
|
{
|
3776
|
-
"id":
|
3855
|
+
"id": 251,
|
3777
3856
|
"name": "label",
|
3778
3857
|
"kind": 1024,
|
3779
3858
|
"kindString": "Property",
|
@@ -3800,7 +3879,7 @@
|
|
3800
3879
|
}
|
3801
3880
|
},
|
3802
3881
|
{
|
3803
|
-
"id":
|
3882
|
+
"id": 252,
|
3804
3883
|
"name": "propertyName",
|
3805
3884
|
"kind": 1024,
|
3806
3885
|
"kindString": "Property",
|
@@ -3832,10 +3911,10 @@
|
|
3832
3911
|
"title": "Properties",
|
3833
3912
|
"kind": 1024,
|
3834
3913
|
"children": [
|
3914
|
+
249,
|
3835
3915
|
250,
|
3836
3916
|
251,
|
3837
|
-
252
|
3838
|
-
253
|
3917
|
+
252
|
3839
3918
|
]
|
3840
3919
|
}
|
3841
3920
|
],
|
@@ -3848,14 +3927,14 @@
|
|
3848
3927
|
]
|
3849
3928
|
},
|
3850
3929
|
{
|
3851
|
-
"id":
|
3930
|
+
"id": 273,
|
3852
3931
|
"name": "SkyDataManagerStateOptions",
|
3853
3932
|
"kind": 256,
|
3854
3933
|
"kindString": "Interface",
|
3855
3934
|
"flags": {},
|
3856
3935
|
"children": [
|
3857
3936
|
{
|
3858
|
-
"id":
|
3937
|
+
"id": 274,
|
3859
3938
|
"name": "activeSortOption",
|
3860
3939
|
"kind": 1024,
|
3861
3940
|
"kindString": "Property",
|
@@ -3874,12 +3953,12 @@
|
|
3874
3953
|
],
|
3875
3954
|
"type": {
|
3876
3955
|
"type": "reference",
|
3877
|
-
"id":
|
3956
|
+
"id": 248,
|
3878
3957
|
"name": "SkyDataManagerSortOption"
|
3879
3958
|
}
|
3880
3959
|
},
|
3881
3960
|
{
|
3882
|
-
"id":
|
3961
|
+
"id": 275,
|
3883
3962
|
"name": "additionalData",
|
3884
3963
|
"kind": 1024,
|
3885
3964
|
"kindString": "Property",
|
@@ -3887,7 +3966,7 @@
|
|
3887
3966
|
"isOptional": true
|
3888
3967
|
},
|
3889
3968
|
"comment": {
|
3890
|
-
"shortText": "An untyped property that
|
3969
|
+
"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
3970
|
},
|
3892
3971
|
"sources": [
|
3893
3972
|
{
|
@@ -3902,7 +3981,7 @@
|
|
3902
3981
|
}
|
3903
3982
|
},
|
3904
3983
|
{
|
3905
|
-
"id":
|
3984
|
+
"id": 276,
|
3906
3985
|
"name": "filterData",
|
3907
3986
|
"kind": 1024,
|
3908
3987
|
"kindString": "Property",
|
@@ -3910,7 +3989,7 @@
|
|
3910
3989
|
"isOptional": true
|
3911
3990
|
},
|
3912
3991
|
"comment": {
|
3913
|
-
"shortText": "The state of filters."
|
3992
|
+
"shortText": "The state of the filters."
|
3914
3993
|
},
|
3915
3994
|
"sources": [
|
3916
3995
|
{
|
@@ -3921,12 +4000,12 @@
|
|
3921
4000
|
],
|
3922
4001
|
"type": {
|
3923
4002
|
"type": "reference",
|
3924
|
-
"id":
|
4003
|
+
"id": 240,
|
3925
4004
|
"name": "SkyDataManagerFilterData"
|
3926
4005
|
}
|
3927
4006
|
},
|
3928
4007
|
{
|
3929
|
-
"id":
|
4008
|
+
"id": 277,
|
3930
4009
|
"name": "onlyShowSelected",
|
3931
4010
|
"kind": 1024,
|
3932
4011
|
"kindString": "Property",
|
@@ -3949,7 +4028,7 @@
|
|
3949
4028
|
}
|
3950
4029
|
},
|
3951
4030
|
{
|
3952
|
-
"id":
|
4031
|
+
"id": 278,
|
3953
4032
|
"name": "searchText",
|
3954
4033
|
"kind": 1024,
|
3955
4034
|
"kindString": "Property",
|
@@ -3972,7 +4051,7 @@
|
|
3972
4051
|
}
|
3973
4052
|
},
|
3974
4053
|
{
|
3975
|
-
"id":
|
4054
|
+
"id": 279,
|
3976
4055
|
"name": "selectedIds",
|
3977
4056
|
"kind": 1024,
|
3978
4057
|
"kindString": "Property",
|
@@ -3998,7 +4077,7 @@
|
|
3998
4077
|
}
|
3999
4078
|
},
|
4000
4079
|
{
|
4001
|
-
"id":
|
4080
|
+
"id": 280,
|
4002
4081
|
"name": "views",
|
4003
4082
|
"kind": 1024,
|
4004
4083
|
"kindString": "Property",
|
@@ -4019,7 +4098,7 @@
|
|
4019
4098
|
"type": "array",
|
4020
4099
|
"elementType": {
|
4021
4100
|
"type": "reference",
|
4022
|
-
"id":
|
4101
|
+
"id": 315,
|
4023
4102
|
"name": "SkyDataViewStateOptions"
|
4024
4103
|
}
|
4025
4104
|
}
|
@@ -4030,13 +4109,13 @@
|
|
4030
4109
|
"title": "Properties",
|
4031
4110
|
"kind": 1024,
|
4032
4111
|
"children": [
|
4112
|
+
274,
|
4033
4113
|
275,
|
4034
4114
|
276,
|
4035
4115
|
277,
|
4036
4116
|
278,
|
4037
4117
|
279,
|
4038
|
-
280
|
4039
|
-
281
|
4118
|
+
280
|
4040
4119
|
]
|
4041
4120
|
}
|
4042
4121
|
],
|
@@ -4049,7 +4128,7 @@
|
|
4049
4128
|
]
|
4050
4129
|
},
|
4051
4130
|
{
|
4052
|
-
"id":
|
4131
|
+
"id": 281,
|
4053
4132
|
"name": "SkyDataManagerStateUpdateFilterArgs",
|
4054
4133
|
"kind": 256,
|
4055
4134
|
"kindString": "Interface",
|
@@ -4059,7 +4138,7 @@
|
|
4059
4138
|
},
|
4060
4139
|
"children": [
|
4061
4140
|
{
|
4062
|
-
"id":
|
4141
|
+
"id": 282,
|
4063
4142
|
"name": "properties",
|
4064
4143
|
"kind": 1024,
|
4065
4144
|
"kindString": "Property",
|
@@ -4085,7 +4164,7 @@
|
|
4085
4164
|
}
|
4086
4165
|
},
|
4087
4166
|
{
|
4088
|
-
"id":
|
4167
|
+
"id": 283,
|
4089
4168
|
"name": "comparator",
|
4090
4169
|
"kind": 2048,
|
4091
4170
|
"kindString": "Method",
|
@@ -4101,7 +4180,7 @@
|
|
4101
4180
|
],
|
4102
4181
|
"signatures": [
|
4103
4182
|
{
|
4104
|
-
"id":
|
4183
|
+
"id": 284,
|
4105
4184
|
"name": "comparator",
|
4106
4185
|
"kind": 4096,
|
4107
4186
|
"kindString": "Call signature",
|
@@ -4111,26 +4190,26 @@
|
|
4111
4190
|
},
|
4112
4191
|
"parameters": [
|
4113
4192
|
{
|
4114
|
-
"id":
|
4193
|
+
"id": 285,
|
4115
4194
|
"name": "state1",
|
4116
4195
|
"kind": 32768,
|
4117
4196
|
"kindString": "Parameter",
|
4118
4197
|
"flags": {},
|
4119
4198
|
"type": {
|
4120
4199
|
"type": "reference",
|
4121
|
-
"id":
|
4200
|
+
"id": 253,
|
4122
4201
|
"name": "SkyDataManagerState"
|
4123
4202
|
}
|
4124
4203
|
},
|
4125
4204
|
{
|
4126
|
-
"id":
|
4205
|
+
"id": 286,
|
4127
4206
|
"name": "state2",
|
4128
4207
|
"kind": 32768,
|
4129
4208
|
"kindString": "Parameter",
|
4130
4209
|
"flags": {},
|
4131
4210
|
"type": {
|
4132
4211
|
"type": "reference",
|
4133
|
-
"id":
|
4212
|
+
"id": 253,
|
4134
4213
|
"name": "SkyDataManagerState"
|
4135
4214
|
}
|
4136
4215
|
}
|
@@ -4148,14 +4227,14 @@
|
|
4148
4227
|
"title": "Properties",
|
4149
4228
|
"kind": 1024,
|
4150
4229
|
"children": [
|
4151
|
-
|
4230
|
+
282
|
4152
4231
|
]
|
4153
4232
|
},
|
4154
4233
|
{
|
4155
4234
|
"title": "Methods",
|
4156
4235
|
"kind": 2048,
|
4157
4236
|
"children": [
|
4158
|
-
|
4237
|
+
283
|
4159
4238
|
]
|
4160
4239
|
}
|
4161
4240
|
],
|
@@ -4168,7 +4247,7 @@
|
|
4168
4247
|
]
|
4169
4248
|
},
|
4170
4249
|
{
|
4171
|
-
"id":
|
4250
|
+
"id": 287,
|
4172
4251
|
"name": "SkyDataViewConfig",
|
4173
4252
|
"kind": 256,
|
4174
4253
|
"kindString": "Interface",
|
@@ -4178,7 +4257,7 @@
|
|
4178
4257
|
},
|
4179
4258
|
"children": [
|
4180
4259
|
{
|
4181
|
-
"id":
|
4260
|
+
"id": 288,
|
4182
4261
|
"name": "additionalOptions",
|
4183
4262
|
"kind": 1024,
|
4184
4263
|
"kindString": "Property",
|
@@ -4203,7 +4282,7 @@
|
|
4203
4282
|
}
|
4204
4283
|
},
|
4205
4284
|
{
|
4206
|
-
"id":
|
4285
|
+
"id": 289,
|
4207
4286
|
"name": "columnOptions",
|
4208
4287
|
"kind": 1024,
|
4209
4288
|
"kindString": "Property",
|
@@ -4224,13 +4303,13 @@
|
|
4224
4303
|
"type": "array",
|
4225
4304
|
"elementType": {
|
4226
4305
|
"type": "reference",
|
4227
|
-
"id":
|
4306
|
+
"id": 227,
|
4228
4307
|
"name": "SkyDataManagerColumnPickerOption"
|
4229
4308
|
}
|
4230
4309
|
}
|
4231
4310
|
},
|
4232
4311
|
{
|
4233
|
-
"id":
|
4312
|
+
"id": 290,
|
4234
4313
|
"name": "columnPickerEnabled",
|
4235
4314
|
"kind": 1024,
|
4236
4315
|
"kindString": "Property",
|
@@ -4253,7 +4332,7 @@
|
|
4253
4332
|
}
|
4254
4333
|
},
|
4255
4334
|
{
|
4256
|
-
"id":
|
4335
|
+
"id": 291,
|
4257
4336
|
"name": "columnPickerSortStrategy",
|
4258
4337
|
"kind": 1024,
|
4259
4338
|
"kindString": "Property",
|
@@ -4272,12 +4351,12 @@
|
|
4272
4351
|
],
|
4273
4352
|
"type": {
|
4274
4353
|
"type": "reference",
|
4275
|
-
"id":
|
4354
|
+
"id": 233,
|
4276
4355
|
"name": "SkyDataManagerColumnPickerSortStrategy"
|
4277
4356
|
}
|
4278
4357
|
},
|
4279
4358
|
{
|
4280
|
-
"id":
|
4359
|
+
"id": 292,
|
4281
4360
|
"name": "filterButtonEnabled",
|
4282
4361
|
"kind": 1024,
|
4283
4362
|
"kindString": "Property",
|
@@ -4300,7 +4379,7 @@
|
|
4300
4379
|
}
|
4301
4380
|
},
|
4302
4381
|
{
|
4303
|
-
"id":
|
4382
|
+
"id": 293,
|
4304
4383
|
"name": "icon",
|
4305
4384
|
"kind": 1024,
|
4306
4385
|
"kindString": "Property",
|
@@ -4323,7 +4402,7 @@
|
|
4323
4402
|
}
|
4324
4403
|
},
|
4325
4404
|
{
|
4326
|
-
"id":
|
4405
|
+
"id": 294,
|
4327
4406
|
"name": "id",
|
4328
4407
|
"kind": 1024,
|
4329
4408
|
"kindString": "Property",
|
@@ -4344,7 +4423,7 @@
|
|
4344
4423
|
}
|
4345
4424
|
},
|
4346
4425
|
{
|
4347
|
-
"id":
|
4426
|
+
"id": 295,
|
4348
4427
|
"name": "multiselectToolbarEnabled",
|
4349
4428
|
"kind": 1024,
|
4350
4429
|
"kindString": "Property",
|
@@ -4367,7 +4446,7 @@
|
|
4367
4446
|
}
|
4368
4447
|
},
|
4369
4448
|
{
|
4370
|
-
"id":
|
4449
|
+
"id": 296,
|
4371
4450
|
"name": "name",
|
4372
4451
|
"kind": 1024,
|
4373
4452
|
"kindString": "Property",
|
@@ -4388,7 +4467,7 @@
|
|
4388
4467
|
}
|
4389
4468
|
},
|
4390
4469
|
{
|
4391
|
-
"id":
|
4470
|
+
"id": 297,
|
4392
4471
|
"name": "onClearAllClick",
|
4393
4472
|
"kind": 1024,
|
4394
4473
|
"kindString": "Property",
|
@@ -4413,7 +4492,7 @@
|
|
4413
4492
|
}
|
4414
4493
|
},
|
4415
4494
|
{
|
4416
|
-
"id":
|
4495
|
+
"id": 298,
|
4417
4496
|
"name": "onSelectAllClick",
|
4418
4497
|
"kind": 1024,
|
4419
4498
|
"kindString": "Property",
|
@@ -4438,7 +4517,7 @@
|
|
4438
4517
|
}
|
4439
4518
|
},
|
4440
4519
|
{
|
4441
|
-
"id":
|
4520
|
+
"id": 299,
|
4442
4521
|
"name": "searchEnabled",
|
4443
4522
|
"kind": 1024,
|
4444
4523
|
"kindString": "Property",
|
@@ -4461,7 +4540,7 @@
|
|
4461
4540
|
}
|
4462
4541
|
},
|
4463
4542
|
{
|
4464
|
-
"id":
|
4543
|
+
"id": 301,
|
4465
4544
|
"name": "searchExpandMode",
|
4466
4545
|
"kind": 1024,
|
4467
4546
|
"kindString": "Property",
|
@@ -4484,7 +4563,7 @@
|
|
4484
4563
|
}
|
4485
4564
|
},
|
4486
4565
|
{
|
4487
|
-
"id":
|
4566
|
+
"id": 300,
|
4488
4567
|
"name": "searchPlaceholderText",
|
4489
4568
|
"kind": 1024,
|
4490
4569
|
"kindString": "Property",
|
@@ -4507,7 +4586,7 @@
|
|
4507
4586
|
}
|
4508
4587
|
},
|
4509
4588
|
{
|
4510
|
-
"id":
|
4589
|
+
"id": 302,
|
4511
4590
|
"name": "showFilterButtonText",
|
4512
4591
|
"kind": 1024,
|
4513
4592
|
"kindString": "Property",
|
@@ -4530,7 +4609,7 @@
|
|
4530
4609
|
}
|
4531
4610
|
},
|
4532
4611
|
{
|
4533
|
-
"id":
|
4612
|
+
"id": 303,
|
4534
4613
|
"name": "showSortButtonText",
|
4535
4614
|
"kind": 1024,
|
4536
4615
|
"kindString": "Property",
|
@@ -4553,7 +4632,7 @@
|
|
4553
4632
|
}
|
4554
4633
|
},
|
4555
4634
|
{
|
4556
|
-
"id":
|
4635
|
+
"id": 304,
|
4557
4636
|
"name": "sortEnabled",
|
4558
4637
|
"kind": 1024,
|
4559
4638
|
"kindString": "Property",
|
@@ -4581,6 +4660,7 @@
|
|
4581
4660
|
"title": "Properties",
|
4582
4661
|
"kind": 1024,
|
4583
4662
|
"children": [
|
4663
|
+
288,
|
4584
4664
|
289,
|
4585
4665
|
290,
|
4586
4666
|
291,
|
@@ -4592,12 +4672,11 @@
|
|
4592
4672
|
297,
|
4593
4673
|
298,
|
4594
4674
|
299,
|
4675
|
+
301,
|
4595
4676
|
300,
|
4596
4677
|
302,
|
4597
|
-
301,
|
4598
4678
|
303,
|
4599
|
-
304
|
4600
|
-
305
|
4679
|
+
304
|
4601
4680
|
]
|
4602
4681
|
}
|
4603
4682
|
],
|
@@ -4610,14 +4689,14 @@
|
|
4610
4689
|
]
|
4611
4690
|
},
|
4612
4691
|
{
|
4613
|
-
"id":
|
4692
|
+
"id": 315,
|
4614
4693
|
"name": "SkyDataViewStateOptions",
|
4615
4694
|
"kind": 256,
|
4616
4695
|
"kindString": "Interface",
|
4617
4696
|
"flags": {},
|
4618
4697
|
"children": [
|
4619
4698
|
{
|
4620
|
-
"id":
|
4699
|
+
"id": 319,
|
4621
4700
|
"name": "additionalData",
|
4622
4701
|
"kind": 1024,
|
4623
4702
|
"kindString": "Property",
|
@@ -4625,7 +4704,7 @@
|
|
4625
4704
|
"isOptional": true
|
4626
4705
|
},
|
4627
4706
|
"comment": {
|
4628
|
-
"shortText": "An untyped property that
|
4707
|
+
"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
4708
|
},
|
4630
4709
|
"sources": [
|
4631
4710
|
{
|
@@ -4640,7 +4719,7 @@
|
|
4640
4719
|
}
|
4641
4720
|
},
|
4642
4721
|
{
|
4643
|
-
"id":
|
4722
|
+
"id": 317,
|
4644
4723
|
"name": "columnIds",
|
4645
4724
|
"kind": 1024,
|
4646
4725
|
"kindString": "Property",
|
@@ -4666,7 +4745,7 @@
|
|
4666
4745
|
}
|
4667
4746
|
},
|
4668
4747
|
{
|
4669
|
-
"id":
|
4748
|
+
"id": 318,
|
4670
4749
|
"name": "displayedColumnIds",
|
4671
4750
|
"kind": 1024,
|
4672
4751
|
"kindString": "Property",
|
@@ -4692,7 +4771,7 @@
|
|
4692
4771
|
}
|
4693
4772
|
},
|
4694
4773
|
{
|
4695
|
-
"id":
|
4774
|
+
"id": 316,
|
4696
4775
|
"name": "viewId",
|
4697
4776
|
"kind": 1024,
|
4698
4777
|
"kindString": "Property",
|
@@ -4718,10 +4797,10 @@
|
|
4718
4797
|
"title": "Properties",
|
4719
4798
|
"kind": 1024,
|
4720
4799
|
"children": [
|
4721
|
-
320,
|
4722
|
-
318,
|
4723
4800
|
319,
|
4724
|
-
317
|
4801
|
+
317,
|
4802
|
+
318,
|
4803
|
+
316
|
4725
4804
|
]
|
4726
4805
|
}
|
4727
4806
|
],
|
@@ -4739,40 +4818,40 @@
|
|
4739
4818
|
"title": "Enumerations",
|
4740
4819
|
"kind": 8,
|
4741
4820
|
"children": [
|
4742
|
-
|
4821
|
+
233
|
4743
4822
|
]
|
4744
4823
|
},
|
4745
4824
|
{
|
4746
4825
|
"title": "Classes",
|
4747
4826
|
"kind": 128,
|
4748
4827
|
"children": [
|
4749
|
-
|
4750
|
-
|
4751
|
-
|
4752
|
-
|
4753
|
-
|
4754
|
-
|
4755
|
-
|
4756
|
-
|
4757
|
-
|
4758
|
-
|
4759
|
-
|
4760
|
-
|
4828
|
+
223,
|
4829
|
+
154,
|
4830
|
+
157,
|
4831
|
+
253,
|
4832
|
+
305,
|
4833
|
+
40,
|
4834
|
+
70,
|
4835
|
+
73,
|
4836
|
+
76,
|
4837
|
+
79,
|
4838
|
+
82,
|
4839
|
+
138
|
4761
4840
|
]
|
4762
4841
|
},
|
4763
4842
|
{
|
4764
4843
|
"title": "Interfaces",
|
4765
4844
|
"kind": 256,
|
4766
4845
|
"children": [
|
4767
|
-
|
4768
|
-
|
4769
|
-
|
4770
|
-
|
4771
|
-
|
4772
|
-
|
4773
|
-
|
4774
|
-
|
4775
|
-
|
4846
|
+
227,
|
4847
|
+
236,
|
4848
|
+
240,
|
4849
|
+
243,
|
4850
|
+
248,
|
4851
|
+
273,
|
4852
|
+
281,
|
4853
|
+
287,
|
4854
|
+
315
|
4776
4855
|
]
|
4777
4856
|
}
|
4778
4857
|
],
|