@skyux/data-manager 5.5.0-alpha.0 → 5.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/skyux-data-manager.umd.js +20 -20
- package/documentation.json +871 -258
- package/esm2015/index.js +4 -0
- package/esm2015/index.js.map +1 -1
- package/esm2015/lib/modules/data-manager/data-manager-column-picker/data-manager-column-picker-context.js.map +1 -1
- package/esm2015/lib/modules/data-manager/data-manager-column-picker/data-manager-column-picker.component.js +7 -7
- 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-toolbar/data-manager-toolbar.component.js +2 -2
- package/esm2015/lib/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.js.map +1 -1
- package/esm2015/lib/modules/data-manager/data-manager.component.js +1 -1
- package/esm2015/lib/modules/data-manager/data-manager.component.js.map +1 -1
- package/esm2015/lib/modules/data-manager/data-manager.module.js +5 -5
- package/esm2015/lib/modules/data-manager/data-manager.module.js.map +1 -1
- package/esm2015/lib/modules/data-manager/data-manager.service.js +5 -5
- package/esm2015/lib/modules/data-manager/data-manager.service.js.map +1 -1
- package/esm2015/lib/modules/data-manager/data-view.component.js +1 -1
- package/esm2015/lib/modules/data-manager/data-view.component.js.map +1 -1
- package/esm2015/lib/modules/data-manager/models/data-manager-init-args.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 +2 -2
- package/esm2015/lib/modules/data-manager/models/data-manager-state.js.map +1 -1
- package/esm2015/lib/modules/data-manager/models/data-view-config.js.map +1 -1
- package/esm2015/lib/modules/shared/sky-data-manager-resources.module.js +1 -1
- package/esm2015/lib/modules/shared/sky-data-manager-resources.module.js.map +1 -1
- package/fesm2015/skyux-data-manager.js +40 -40
- package/fesm2015/skyux-data-manager.js.map +1 -1
- package/index.d.ts +4 -0
- package/lib/modules/data-manager/data-manager-column-picker/data-manager-column-picker.component.d.ts +2 -2
- package/lib/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.d.ts +1 -1
- package/lib/modules/data-manager/data-manager.component.d.ts +1 -1
- package/lib/modules/data-manager/data-manager.service.d.ts +1 -1
- package/lib/modules/data-manager/models/data-manager-init-args.d.ts +2 -1
- package/lib/modules/data-manager/models/data-manager-state.d.ts +1 -1
- package/package.json +22 -8
package/documentation.json
CHANGED
@@ -13,11 +13,15 @@
|
|
13
13
|
"SkyDataManagerToolbarSectionComponent": "class-skydatamanagertoolbarsectioncomponent",
|
14
14
|
"SkyDataManagerToolbarComponent": "class-skydatamanagertoolbarcomponent",
|
15
15
|
"SkyDataViewComponent": "class-skydataviewcomponent",
|
16
|
+
"SkyDataManagerColumnPickerOption": "interface-skydatamanagercolumnpickeroption",
|
16
17
|
"SkyDataManagerConfig": "interface-skydatamanagerconfig",
|
17
18
|
"SkyDataManagerFilterData": "interface-skydatamanagerfilterdata",
|
18
19
|
"SkyDataManagerInitArgs": "interface-skydatamanagerinitargs",
|
19
20
|
"SkyDataManagerSortOption": "interface-skydatamanagersortoption",
|
20
|
-
"
|
21
|
+
"SkyDataManagerStateOptions": "interface-skydatamanagerstateoptions",
|
22
|
+
"SkyDataManagerStateUpdateFilterArgs": "interface-skydatamanagerstateupdatefilterargs",
|
23
|
+
"SkyDataViewConfig": "interface-skydataviewconfig",
|
24
|
+
"SkyDataViewStateOptions": "interface-skydataviewstateoptions"
|
21
25
|
},
|
22
26
|
"typedoc": {
|
23
27
|
"id": 0,
|
@@ -28,14 +32,14 @@
|
|
28
32
|
"originalName": "",
|
29
33
|
"children": [
|
30
34
|
{
|
31
|
-
"id":
|
35
|
+
"id": 234,
|
32
36
|
"name": "SkyDataManagerColumnPickerSortStrategy",
|
33
37
|
"kind": 8,
|
34
38
|
"kindString": "Enumeration",
|
35
39
|
"flags": {},
|
36
40
|
"children": [
|
37
41
|
{
|
38
|
-
"id":
|
42
|
+
"id": 235,
|
39
43
|
"name": "None",
|
40
44
|
"kind": 16,
|
41
45
|
"kindString": "Enumeration member",
|
@@ -50,7 +54,7 @@
|
|
50
54
|
"defaultValue": "\"none\""
|
51
55
|
},
|
52
56
|
{
|
53
|
-
"id":
|
57
|
+
"id": 236,
|
54
58
|
"name": "SelectedThenAlphabetical",
|
55
59
|
"kind": 16,
|
56
60
|
"kindString": "Enumeration member",
|
@@ -70,8 +74,8 @@
|
|
70
74
|
"title": "Enumeration members",
|
71
75
|
"kind": 16,
|
72
76
|
"children": [
|
73
|
-
|
74
|
-
|
77
|
+
235,
|
78
|
+
236
|
75
79
|
]
|
76
80
|
}
|
77
81
|
],
|
@@ -128,7 +132,7 @@
|
|
128
132
|
],
|
129
133
|
"type": {
|
130
134
|
"type": "reference",
|
131
|
-
"id":
|
135
|
+
"id": 241,
|
132
136
|
"name": "SkyDataManagerFilterData"
|
133
137
|
}
|
134
138
|
}
|
@@ -212,7 +216,7 @@
|
|
212
216
|
"sources": [
|
213
217
|
{
|
214
218
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.module.ts",
|
215
|
-
"line":
|
219
|
+
"line": 74,
|
216
220
|
"character": 13
|
217
221
|
}
|
218
222
|
]
|
@@ -248,7 +252,7 @@
|
|
248
252
|
"sources": [
|
249
253
|
{
|
250
254
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
251
|
-
"line":
|
255
|
+
"line": 50,
|
252
256
|
"character": 2
|
253
257
|
}
|
254
258
|
],
|
@@ -291,7 +295,7 @@
|
|
291
295
|
"sources": [
|
292
296
|
{
|
293
297
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
294
|
-
"line":
|
298
|
+
"line": 32,
|
295
299
|
"character": 9
|
296
300
|
}
|
297
301
|
],
|
@@ -352,7 +356,7 @@
|
|
352
356
|
"sources": [
|
353
357
|
{
|
354
358
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
355
|
-
"line":
|
359
|
+
"line": 285,
|
356
360
|
"character": 9
|
357
361
|
}
|
358
362
|
],
|
@@ -392,7 +396,7 @@
|
|
392
396
|
"sources": [
|
393
397
|
{
|
394
398
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
395
|
-
"line":
|
399
|
+
"line": 256,
|
396
400
|
"character": 9
|
397
401
|
}
|
398
402
|
],
|
@@ -408,7 +412,7 @@
|
|
408
412
|
},
|
409
413
|
"type": {
|
410
414
|
"type": "reference",
|
411
|
-
"id":
|
415
|
+
"id": 237,
|
412
416
|
"name": "SkyDataManagerConfig"
|
413
417
|
}
|
414
418
|
}
|
@@ -425,7 +429,7 @@
|
|
425
429
|
"sources": [
|
426
430
|
{
|
427
431
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
428
|
-
"line":
|
432
|
+
"line": 263,
|
429
433
|
"character": 9
|
430
434
|
}
|
431
435
|
],
|
@@ -444,7 +448,7 @@
|
|
444
448
|
"typeArguments": [
|
445
449
|
{
|
446
450
|
"type": "reference",
|
447
|
-
"id":
|
451
|
+
"id": 237,
|
448
452
|
"name": "SkyDataManagerConfig"
|
449
453
|
}
|
450
454
|
],
|
@@ -466,7 +470,7 @@
|
|
466
470
|
"sources": [
|
467
471
|
{
|
468
472
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
469
|
-
"line":
|
473
|
+
"line": 216,
|
470
474
|
"character": 9
|
471
475
|
}
|
472
476
|
],
|
@@ -505,6 +509,7 @@
|
|
505
509
|
},
|
506
510
|
"type": {
|
507
511
|
"type": "reference",
|
512
|
+
"id": 282,
|
508
513
|
"name": "SkyDataManagerStateUpdateFilterArgs"
|
509
514
|
}
|
510
515
|
}
|
@@ -514,7 +519,7 @@
|
|
514
519
|
"typeArguments": [
|
515
520
|
{
|
516
521
|
"type": "reference",
|
517
|
-
"id":
|
522
|
+
"id": 254,
|
518
523
|
"name": "SkyDataManagerState"
|
519
524
|
}
|
520
525
|
],
|
@@ -536,7 +541,7 @@
|
|
536
541
|
"sources": [
|
537
542
|
{
|
538
543
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
539
|
-
"line":
|
544
|
+
"line": 278,
|
540
545
|
"character": 9
|
541
546
|
}
|
542
547
|
],
|
@@ -557,7 +562,7 @@
|
|
557
562
|
"type": "array",
|
558
563
|
"elementType": {
|
559
564
|
"type": "reference",
|
560
|
-
"id":
|
565
|
+
"id": 288,
|
561
566
|
"name": "SkyDataViewConfig"
|
562
567
|
}
|
563
568
|
}
|
@@ -580,7 +585,7 @@
|
|
580
585
|
"sources": [
|
581
586
|
{
|
582
587
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
583
|
-
"line":
|
588
|
+
"line": 301,
|
584
589
|
"character": 9
|
585
590
|
}
|
586
591
|
],
|
@@ -612,7 +617,7 @@
|
|
612
617
|
],
|
613
618
|
"type": {
|
614
619
|
"type": "reference",
|
615
|
-
"id":
|
620
|
+
"id": 288,
|
616
621
|
"name": "SkyDataViewConfig"
|
617
622
|
}
|
618
623
|
}
|
@@ -629,7 +634,7 @@
|
|
629
634
|
"sources": [
|
630
635
|
{
|
631
636
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
632
|
-
"line":
|
637
|
+
"line": 68,
|
633
638
|
"character": 9
|
634
639
|
}
|
635
640
|
],
|
@@ -655,7 +660,7 @@
|
|
655
660
|
},
|
656
661
|
"type": {
|
657
662
|
"type": "reference",
|
658
|
-
"id":
|
663
|
+
"id": 244,
|
659
664
|
"name": "SkyDataManagerInitArgs"
|
660
665
|
}
|
661
666
|
}
|
@@ -678,7 +683,7 @@
|
|
678
683
|
"sources": [
|
679
684
|
{
|
680
685
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
681
|
-
"line":
|
686
|
+
"line": 116,
|
682
687
|
"character": 9
|
683
688
|
}
|
684
689
|
],
|
@@ -704,7 +709,7 @@
|
|
704
709
|
},
|
705
710
|
"type": {
|
706
711
|
"type": "reference",
|
707
|
-
"id":
|
712
|
+
"id": 288,
|
708
713
|
"name": "SkyDataViewConfig"
|
709
714
|
}
|
710
715
|
}
|
@@ -727,7 +732,7 @@
|
|
727
732
|
"sources": [
|
728
733
|
{
|
729
734
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
730
|
-
"line":
|
735
|
+
"line": 52,
|
731
736
|
"character": 9
|
732
737
|
}
|
733
738
|
],
|
@@ -764,7 +769,7 @@
|
|
764
769
|
"sources": [
|
765
770
|
{
|
766
771
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
767
|
-
"line":
|
772
|
+
"line": 293,
|
768
773
|
"character": 9
|
769
774
|
}
|
770
775
|
],
|
@@ -812,7 +817,7 @@
|
|
812
817
|
"sources": [
|
813
818
|
{
|
814
819
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
815
|
-
"line":
|
820
|
+
"line": 271,
|
816
821
|
"character": 9
|
817
822
|
}
|
818
823
|
],
|
@@ -838,7 +843,7 @@
|
|
838
843
|
},
|
839
844
|
"type": {
|
840
845
|
"type": "reference",
|
841
|
-
"id":
|
846
|
+
"id": 237,
|
842
847
|
"name": "SkyDataManagerConfig"
|
843
848
|
}
|
844
849
|
}
|
@@ -861,7 +866,7 @@
|
|
861
866
|
"sources": [
|
862
867
|
{
|
863
868
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
864
|
-
"line":
|
869
|
+
"line": 246,
|
865
870
|
"character": 9
|
866
871
|
}
|
867
872
|
],
|
@@ -887,7 +892,7 @@
|
|
887
892
|
},
|
888
893
|
"type": {
|
889
894
|
"type": "reference",
|
890
|
-
"id":
|
895
|
+
"id": 254,
|
891
896
|
"name": "SkyDataManagerState"
|
892
897
|
}
|
893
898
|
},
|
@@ -924,7 +929,7 @@
|
|
924
929
|
"sources": [
|
925
930
|
{
|
926
931
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
927
|
-
"line":
|
932
|
+
"line": 316,
|
928
933
|
"character": 9
|
929
934
|
}
|
930
935
|
],
|
@@ -950,7 +955,7 @@
|
|
950
955
|
},
|
951
956
|
"type": {
|
952
957
|
"type": "reference",
|
953
|
-
"id":
|
958
|
+
"id": 288,
|
954
959
|
"name": "SkyDataViewConfig"
|
955
960
|
}
|
956
961
|
}
|
@@ -1001,7 +1006,7 @@
|
|
1001
1006
|
"sources": [
|
1002
1007
|
{
|
1003
1008
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
1004
|
-
"line":
|
1009
|
+
"line": 31,
|
1005
1010
|
"character": 13
|
1006
1011
|
}
|
1007
1012
|
],
|
@@ -1015,14 +1020,14 @@
|
|
1015
1020
|
]
|
1016
1021
|
},
|
1017
1022
|
{
|
1018
|
-
"id":
|
1023
|
+
"id": 254,
|
1019
1024
|
"name": "SkyDataManagerState",
|
1020
1025
|
"kind": 128,
|
1021
1026
|
"kindString": "Class",
|
1022
1027
|
"flags": {},
|
1023
1028
|
"children": [
|
1024
1029
|
{
|
1025
|
-
"id":
|
1030
|
+
"id": 255,
|
1026
1031
|
"name": "constructor",
|
1027
1032
|
"kind": 512,
|
1028
1033
|
"kindString": "Constructor",
|
@@ -1030,40 +1035,41 @@
|
|
1030
1035
|
"sources": [
|
1031
1036
|
{
|
1032
1037
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
|
1033
|
-
"line":
|
1038
|
+
"line": 16,
|
1034
1039
|
"character": 2
|
1035
1040
|
}
|
1036
1041
|
],
|
1037
1042
|
"signatures": [
|
1038
1043
|
{
|
1039
|
-
"id":
|
1044
|
+
"id": 256,
|
1040
1045
|
"name": "new SkyDataManagerState",
|
1041
1046
|
"kind": 16384,
|
1042
1047
|
"kindString": "Constructor signature",
|
1043
1048
|
"flags": {},
|
1044
1049
|
"parameters": [
|
1045
1050
|
{
|
1046
|
-
"id":
|
1051
|
+
"id": 257,
|
1047
1052
|
"name": "data",
|
1048
1053
|
"kind": 32768,
|
1049
1054
|
"kindString": "Parameter",
|
1050
1055
|
"flags": {},
|
1051
1056
|
"type": {
|
1052
1057
|
"type": "reference",
|
1058
|
+
"id": 274,
|
1053
1059
|
"name": "SkyDataManagerStateOptions"
|
1054
1060
|
}
|
1055
1061
|
}
|
1056
1062
|
],
|
1057
1063
|
"type": {
|
1058
1064
|
"type": "reference",
|
1059
|
-
"id":
|
1065
|
+
"id": 254,
|
1060
1066
|
"name": "SkyDataManagerState"
|
1061
1067
|
}
|
1062
1068
|
}
|
1063
1069
|
]
|
1064
1070
|
},
|
1065
1071
|
{
|
1066
|
-
"id":
|
1072
|
+
"id": 258,
|
1067
1073
|
"name": "activeSortOption",
|
1068
1074
|
"kind": 1024,
|
1069
1075
|
"kindString": "Property",
|
@@ -1073,18 +1079,18 @@
|
|
1073
1079
|
"sources": [
|
1074
1080
|
{
|
1075
1081
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
|
1076
|
-
"line":
|
1082
|
+
"line": 8,
|
1077
1083
|
"character": 9
|
1078
1084
|
}
|
1079
1085
|
],
|
1080
1086
|
"type": {
|
1081
1087
|
"type": "reference",
|
1082
|
-
"id":
|
1088
|
+
"id": 249,
|
1083
1089
|
"name": "SkyDataManagerSortOption"
|
1084
1090
|
}
|
1085
1091
|
},
|
1086
1092
|
{
|
1087
|
-
"id":
|
1093
|
+
"id": 259,
|
1088
1094
|
"name": "additionalData",
|
1089
1095
|
"kind": 1024,
|
1090
1096
|
"kindString": "Property",
|
@@ -1094,7 +1100,7 @@
|
|
1094
1100
|
"sources": [
|
1095
1101
|
{
|
1096
1102
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
|
1097
|
-
"line":
|
1103
|
+
"line": 9,
|
1098
1104
|
"character": 9
|
1099
1105
|
}
|
1100
1106
|
],
|
@@ -1104,7 +1110,7 @@
|
|
1104
1110
|
}
|
1105
1111
|
},
|
1106
1112
|
{
|
1107
|
-
"id":
|
1113
|
+
"id": 260,
|
1108
1114
|
"name": "filterData",
|
1109
1115
|
"kind": 1024,
|
1110
1116
|
"kindString": "Property",
|
@@ -1114,18 +1120,18 @@
|
|
1114
1120
|
"sources": [
|
1115
1121
|
{
|
1116
1122
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
|
1117
|
-
"line":
|
1123
|
+
"line": 10,
|
1118
1124
|
"character": 9
|
1119
1125
|
}
|
1120
1126
|
],
|
1121
1127
|
"type": {
|
1122
1128
|
"type": "reference",
|
1123
|
-
"id":
|
1129
|
+
"id": 241,
|
1124
1130
|
"name": "SkyDataManagerFilterData"
|
1125
1131
|
}
|
1126
1132
|
},
|
1127
1133
|
{
|
1128
|
-
"id":
|
1134
|
+
"id": 261,
|
1129
1135
|
"name": "onlyShowSelected",
|
1130
1136
|
"kind": 1024,
|
1131
1137
|
"kindString": "Property",
|
@@ -1135,7 +1141,7 @@
|
|
1135
1141
|
"sources": [
|
1136
1142
|
{
|
1137
1143
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
|
1138
|
-
"line":
|
1144
|
+
"line": 11,
|
1139
1145
|
"character": 9
|
1140
1146
|
}
|
1141
1147
|
],
|
@@ -1145,7 +1151,7 @@
|
|
1145
1151
|
}
|
1146
1152
|
},
|
1147
1153
|
{
|
1148
|
-
"id":
|
1154
|
+
"id": 262,
|
1149
1155
|
"name": "searchText",
|
1150
1156
|
"kind": 1024,
|
1151
1157
|
"kindString": "Property",
|
@@ -1155,7 +1161,7 @@
|
|
1155
1161
|
"sources": [
|
1156
1162
|
{
|
1157
1163
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
|
1158
|
-
"line":
|
1164
|
+
"line": 12,
|
1159
1165
|
"character": 9
|
1160
1166
|
}
|
1161
1167
|
],
|
@@ -1165,7 +1171,7 @@
|
|
1165
1171
|
}
|
1166
1172
|
},
|
1167
1173
|
{
|
1168
|
-
"id":
|
1174
|
+
"id": 263,
|
1169
1175
|
"name": "selectedIds",
|
1170
1176
|
"kind": 1024,
|
1171
1177
|
"kindString": "Property",
|
@@ -1175,7 +1181,7 @@
|
|
1175
1181
|
"sources": [
|
1176
1182
|
{
|
1177
1183
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
|
1178
|
-
"line":
|
1184
|
+
"line": 13,
|
1179
1185
|
"character": 9
|
1180
1186
|
}
|
1181
1187
|
],
|
@@ -1188,7 +1194,7 @@
|
|
1188
1194
|
}
|
1189
1195
|
},
|
1190
1196
|
{
|
1191
|
-
"id":
|
1197
|
+
"id": 264,
|
1192
1198
|
"name": "views",
|
1193
1199
|
"kind": 1024,
|
1194
1200
|
"kindString": "Property",
|
@@ -1198,7 +1204,7 @@
|
|
1198
1204
|
"sources": [
|
1199
1205
|
{
|
1200
1206
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
|
1201
|
-
"line":
|
1207
|
+
"line": 14,
|
1202
1208
|
"character": 9
|
1203
1209
|
}
|
1204
1210
|
],
|
@@ -1206,14 +1212,14 @@
|
|
1206
1212
|
"type": "array",
|
1207
1213
|
"elementType": {
|
1208
1214
|
"type": "reference",
|
1209
|
-
"id":
|
1215
|
+
"id": 306,
|
1210
1216
|
"name": "SkyDataViewState"
|
1211
1217
|
}
|
1212
1218
|
},
|
1213
1219
|
"defaultValue": "[]"
|
1214
1220
|
},
|
1215
1221
|
{
|
1216
|
-
"id":
|
1222
|
+
"id": 270,
|
1217
1223
|
"name": "addOrUpdateView",
|
1218
1224
|
"kind": 2048,
|
1219
1225
|
"kindString": "Method",
|
@@ -1223,20 +1229,20 @@
|
|
1223
1229
|
"sources": [
|
1224
1230
|
{
|
1225
1231
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
|
1226
|
-
"line":
|
1232
|
+
"line": 49,
|
1227
1233
|
"character": 9
|
1228
1234
|
}
|
1229
1235
|
],
|
1230
1236
|
"signatures": [
|
1231
1237
|
{
|
1232
|
-
"id":
|
1238
|
+
"id": 271,
|
1233
1239
|
"name": "addOrUpdateView",
|
1234
1240
|
"kind": 4096,
|
1235
1241
|
"kindString": "Call signature",
|
1236
1242
|
"flags": {},
|
1237
1243
|
"parameters": [
|
1238
1244
|
{
|
1239
|
-
"id":
|
1245
|
+
"id": 272,
|
1240
1246
|
"name": "viewId",
|
1241
1247
|
"kind": 32768,
|
1242
1248
|
"kindString": "Parameter",
|
@@ -1247,28 +1253,28 @@
|
|
1247
1253
|
}
|
1248
1254
|
},
|
1249
1255
|
{
|
1250
|
-
"id":
|
1256
|
+
"id": 273,
|
1251
1257
|
"name": "view",
|
1252
1258
|
"kind": 32768,
|
1253
1259
|
"kindString": "Parameter",
|
1254
1260
|
"flags": {},
|
1255
1261
|
"type": {
|
1256
1262
|
"type": "reference",
|
1257
|
-
"id":
|
1263
|
+
"id": 306,
|
1258
1264
|
"name": "SkyDataViewState"
|
1259
1265
|
}
|
1260
1266
|
}
|
1261
1267
|
],
|
1262
1268
|
"type": {
|
1263
1269
|
"type": "reference",
|
1264
|
-
"id":
|
1270
|
+
"id": 254,
|
1265
1271
|
"name": "SkyDataManagerState"
|
1266
1272
|
}
|
1267
1273
|
}
|
1268
1274
|
]
|
1269
1275
|
},
|
1270
1276
|
{
|
1271
|
-
"id":
|
1277
|
+
"id": 265,
|
1272
1278
|
"name": "getStateOptions",
|
1273
1279
|
"kind": 2048,
|
1274
1280
|
"kindString": "Method",
|
@@ -1278,26 +1284,27 @@
|
|
1278
1284
|
"sources": [
|
1279
1285
|
{
|
1280
1286
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
|
1281
|
-
"line":
|
1287
|
+
"line": 29,
|
1282
1288
|
"character": 9
|
1283
1289
|
}
|
1284
1290
|
],
|
1285
1291
|
"signatures": [
|
1286
1292
|
{
|
1287
|
-
"id":
|
1293
|
+
"id": 266,
|
1288
1294
|
"name": "getStateOptions",
|
1289
1295
|
"kind": 4096,
|
1290
1296
|
"kindString": "Call signature",
|
1291
1297
|
"flags": {},
|
1292
1298
|
"type": {
|
1293
1299
|
"type": "reference",
|
1300
|
+
"id": 274,
|
1294
1301
|
"name": "SkyDataManagerStateOptions"
|
1295
1302
|
}
|
1296
1303
|
}
|
1297
1304
|
]
|
1298
1305
|
},
|
1299
1306
|
{
|
1300
|
-
"id":
|
1307
|
+
"id": 267,
|
1301
1308
|
"name": "getViewStateById",
|
1302
1309
|
"kind": 2048,
|
1303
1310
|
"kindString": "Method",
|
@@ -1307,20 +1314,20 @@
|
|
1307
1314
|
"sources": [
|
1308
1315
|
{
|
1309
1316
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
|
1310
|
-
"line":
|
1317
|
+
"line": 45,
|
1311
1318
|
"character": 9
|
1312
1319
|
}
|
1313
1320
|
],
|
1314
1321
|
"signatures": [
|
1315
1322
|
{
|
1316
|
-
"id":
|
1323
|
+
"id": 268,
|
1317
1324
|
"name": "getViewStateById",
|
1318
1325
|
"kind": 4096,
|
1319
1326
|
"kindString": "Call signature",
|
1320
1327
|
"flags": {},
|
1321
1328
|
"parameters": [
|
1322
1329
|
{
|
1323
|
-
"id":
|
1330
|
+
"id": 269,
|
1324
1331
|
"name": "viewId",
|
1325
1332
|
"kind": 32768,
|
1326
1333
|
"kindString": "Parameter",
|
@@ -1333,7 +1340,7 @@
|
|
1333
1340
|
],
|
1334
1341
|
"type": {
|
1335
1342
|
"type": "reference",
|
1336
|
-
"id":
|
1343
|
+
"id": 306,
|
1337
1344
|
"name": "SkyDataViewState"
|
1338
1345
|
}
|
1339
1346
|
}
|
@@ -1345,49 +1352,49 @@
|
|
1345
1352
|
"title": "Constructors",
|
1346
1353
|
"kind": 512,
|
1347
1354
|
"children": [
|
1348
|
-
|
1355
|
+
255
|
1349
1356
|
]
|
1350
1357
|
},
|
1351
1358
|
{
|
1352
1359
|
"title": "Properties",
|
1353
1360
|
"kind": 1024,
|
1354
1361
|
"children": [
|
1355
|
-
|
1356
|
-
|
1357
|
-
|
1358
|
-
|
1359
|
-
|
1360
|
-
|
1361
|
-
|
1362
|
+
258,
|
1363
|
+
259,
|
1364
|
+
260,
|
1365
|
+
261,
|
1366
|
+
262,
|
1367
|
+
263,
|
1368
|
+
264
|
1362
1369
|
]
|
1363
1370
|
},
|
1364
1371
|
{
|
1365
1372
|
"title": "Methods",
|
1366
1373
|
"kind": 2048,
|
1367
1374
|
"children": [
|
1368
|
-
|
1369
|
-
|
1370
|
-
|
1375
|
+
270,
|
1376
|
+
265,
|
1377
|
+
267
|
1371
1378
|
]
|
1372
1379
|
}
|
1373
1380
|
],
|
1374
1381
|
"sources": [
|
1375
1382
|
{
|
1376
1383
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
|
1377
|
-
"line":
|
1384
|
+
"line": 7,
|
1378
1385
|
"character": 13
|
1379
1386
|
}
|
1380
1387
|
]
|
1381
1388
|
},
|
1382
1389
|
{
|
1383
|
-
"id":
|
1390
|
+
"id": 306,
|
1384
1391
|
"name": "SkyDataViewState",
|
1385
1392
|
"kind": 128,
|
1386
1393
|
"kindString": "Class",
|
1387
1394
|
"flags": {},
|
1388
1395
|
"children": [
|
1389
1396
|
{
|
1390
|
-
"id":
|
1397
|
+
"id": 307,
|
1391
1398
|
"name": "constructor",
|
1392
1399
|
"kind": 512,
|
1393
1400
|
"kindString": "Constructor",
|
@@ -1401,34 +1408,35 @@
|
|
1401
1408
|
],
|
1402
1409
|
"signatures": [
|
1403
1410
|
{
|
1404
|
-
"id":
|
1411
|
+
"id": 308,
|
1405
1412
|
"name": "new SkyDataViewState",
|
1406
1413
|
"kind": 16384,
|
1407
1414
|
"kindString": "Constructor signature",
|
1408
1415
|
"flags": {},
|
1409
1416
|
"parameters": [
|
1410
1417
|
{
|
1411
|
-
"id":
|
1418
|
+
"id": 309,
|
1412
1419
|
"name": "data",
|
1413
1420
|
"kind": 32768,
|
1414
1421
|
"kindString": "Parameter",
|
1415
1422
|
"flags": {},
|
1416
1423
|
"type": {
|
1417
1424
|
"type": "reference",
|
1425
|
+
"id": 316,
|
1418
1426
|
"name": "SkyDataViewStateOptions"
|
1419
1427
|
}
|
1420
1428
|
}
|
1421
1429
|
],
|
1422
1430
|
"type": {
|
1423
1431
|
"type": "reference",
|
1424
|
-
"id":
|
1432
|
+
"id": 306,
|
1425
1433
|
"name": "SkyDataViewState"
|
1426
1434
|
}
|
1427
1435
|
}
|
1428
1436
|
]
|
1429
1437
|
},
|
1430
1438
|
{
|
1431
|
-
"id":
|
1439
|
+
"id": 313,
|
1432
1440
|
"name": "additionalData",
|
1433
1441
|
"kind": 1024,
|
1434
1442
|
"kindString": "Property",
|
@@ -1448,7 +1456,7 @@
|
|
1448
1456
|
}
|
1449
1457
|
},
|
1450
1458
|
{
|
1451
|
-
"id":
|
1459
|
+
"id": 310,
|
1452
1460
|
"name": "columnIds",
|
1453
1461
|
"kind": 1024,
|
1454
1462
|
"kindString": "Property",
|
@@ -1472,7 +1480,7 @@
|
|
1472
1480
|
"defaultValue": "[]"
|
1473
1481
|
},
|
1474
1482
|
{
|
1475
|
-
"id":
|
1483
|
+
"id": 311,
|
1476
1484
|
"name": "displayedColumnIds",
|
1477
1485
|
"kind": 1024,
|
1478
1486
|
"kindString": "Property",
|
@@ -1496,7 +1504,7 @@
|
|
1496
1504
|
"defaultValue": "[]"
|
1497
1505
|
},
|
1498
1506
|
{
|
1499
|
-
"id":
|
1507
|
+
"id": 312,
|
1500
1508
|
"name": "viewId",
|
1501
1509
|
"kind": 1024,
|
1502
1510
|
"kindString": "Property",
|
@@ -1516,7 +1524,7 @@
|
|
1516
1524
|
}
|
1517
1525
|
},
|
1518
1526
|
{
|
1519
|
-
"id":
|
1527
|
+
"id": 314,
|
1520
1528
|
"name": "getViewStateOptions",
|
1521
1529
|
"kind": 2048,
|
1522
1530
|
"kindString": "Method",
|
@@ -1532,13 +1540,14 @@
|
|
1532
1540
|
],
|
1533
1541
|
"signatures": [
|
1534
1542
|
{
|
1535
|
-
"id":
|
1543
|
+
"id": 315,
|
1536
1544
|
"name": "getViewStateOptions",
|
1537
1545
|
"kind": 4096,
|
1538
1546
|
"kindString": "Call signature",
|
1539
1547
|
"flags": {},
|
1540
1548
|
"type": {
|
1541
1549
|
"type": "reference",
|
1550
|
+
"id": 316,
|
1542
1551
|
"name": "SkyDataViewStateOptions"
|
1543
1552
|
}
|
1544
1553
|
}
|
@@ -1550,24 +1559,24 @@
|
|
1550
1559
|
"title": "Constructors",
|
1551
1560
|
"kind": 512,
|
1552
1561
|
"children": [
|
1553
|
-
|
1562
|
+
307
|
1554
1563
|
]
|
1555
1564
|
},
|
1556
1565
|
{
|
1557
1566
|
"title": "Properties",
|
1558
1567
|
"kind": 1024,
|
1559
1568
|
"children": [
|
1560
|
-
|
1561
|
-
|
1562
|
-
|
1563
|
-
|
1569
|
+
313,
|
1570
|
+
310,
|
1571
|
+
311,
|
1572
|
+
312
|
1564
1573
|
]
|
1565
1574
|
},
|
1566
1575
|
{
|
1567
1576
|
"title": "Methods",
|
1568
1577
|
"kind": 2048,
|
1569
1578
|
"children": [
|
1570
|
-
|
1579
|
+
314
|
1571
1580
|
]
|
1572
1581
|
}
|
1573
1582
|
],
|
@@ -1612,7 +1621,7 @@
|
|
1612
1621
|
"sources": [
|
1613
1622
|
{
|
1614
1623
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.component.ts",
|
1615
|
-
"line":
|
1624
|
+
"line": 62,
|
1616
1625
|
"character": 2
|
1617
1626
|
}
|
1618
1627
|
],
|
@@ -1669,7 +1678,7 @@
|
|
1669
1678
|
"sources": [
|
1670
1679
|
{
|
1671
1680
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.component.ts",
|
1672
|
-
"line":
|
1681
|
+
"line": 49,
|
1673
1682
|
"character": 9
|
1674
1683
|
}
|
1675
1684
|
],
|
@@ -1698,7 +1707,7 @@
|
|
1698
1707
|
"sources": [
|
1699
1708
|
{
|
1700
1709
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.component.ts",
|
1701
|
-
"line":
|
1710
|
+
"line": 51,
|
1702
1711
|
"character": 9
|
1703
1712
|
}
|
1704
1713
|
],
|
@@ -1748,7 +1757,7 @@
|
|
1748
1757
|
"sources": [
|
1749
1758
|
{
|
1750
1759
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.component.ts",
|
1751
|
-
"line":
|
1760
|
+
"line": 24,
|
1752
1761
|
"character": 13
|
1753
1762
|
}
|
1754
1763
|
],
|
@@ -1809,7 +1818,7 @@
|
|
1809
1818
|
"sources": [
|
1810
1819
|
{
|
1811
1820
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.component.ts",
|
1812
|
-
"line":
|
1821
|
+
"line": 40,
|
1813
1822
|
"character": 13
|
1814
1823
|
}
|
1815
1824
|
],
|
@@ -1864,7 +1873,7 @@
|
|
1864
1873
|
"sources": [
|
1865
1874
|
{
|
1866
1875
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.component.ts",
|
1867
|
-
"line":
|
1876
|
+
"line": 93,
|
1868
1877
|
"character": 9
|
1869
1878
|
}
|
1870
1879
|
],
|
@@ -1901,7 +1910,7 @@
|
|
1901
1910
|
"sources": [
|
1902
1911
|
{
|
1903
1912
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.component.ts",
|
1904
|
-
"line":
|
1913
|
+
"line": 67,
|
1905
1914
|
"character": 9
|
1906
1915
|
}
|
1907
1916
|
],
|
@@ -1964,7 +1973,7 @@
|
|
1964
1973
|
"sources": [
|
1965
1974
|
{
|
1966
1975
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.component.ts",
|
1967
|
-
"line":
|
1976
|
+
"line": 23,
|
1968
1977
|
"character": 13
|
1969
1978
|
}
|
1970
1979
|
],
|
@@ -2268,7 +2277,7 @@
|
|
2268
2277
|
"sources": [
|
2269
2278
|
{
|
2270
2279
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2271
|
-
"line":
|
2280
|
+
"line": 87,
|
2272
2281
|
"character": 2
|
2273
2282
|
}
|
2274
2283
|
],
|
@@ -2347,7 +2356,7 @@
|
|
2347
2356
|
"sources": [
|
2348
2357
|
{
|
2349
2358
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2350
|
-
"line":
|
2359
|
+
"line": 77,
|
2351
2360
|
"character": 9
|
2352
2361
|
}
|
2353
2362
|
],
|
@@ -2367,7 +2376,7 @@
|
|
2367
2376
|
"sources": [
|
2368
2377
|
{
|
2369
2378
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2370
|
-
"line":
|
2379
|
+
"line": 36,
|
2371
2380
|
"character": 13
|
2372
2381
|
}
|
2373
2382
|
],
|
@@ -2396,7 +2405,7 @@
|
|
2396
2405
|
"sources": [
|
2397
2406
|
{
|
2398
2407
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2399
|
-
"line":
|
2408
|
+
"line": 41,
|
2400
2409
|
"character": 13
|
2401
2410
|
}
|
2402
2411
|
],
|
@@ -2409,7 +2418,7 @@
|
|
2409
2418
|
"flags": {},
|
2410
2419
|
"type": {
|
2411
2420
|
"type": "reference",
|
2412
|
-
"id":
|
2421
|
+
"id": 288,
|
2413
2422
|
"name": "SkyDataViewConfig"
|
2414
2423
|
}
|
2415
2424
|
}
|
@@ -2430,7 +2439,7 @@
|
|
2430
2439
|
"flags": {},
|
2431
2440
|
"type": {
|
2432
2441
|
"type": "reference",
|
2433
|
-
"id":
|
2442
|
+
"id": 288,
|
2434
2443
|
"name": "SkyDataViewConfig"
|
2435
2444
|
}
|
2436
2445
|
}
|
@@ -2453,7 +2462,7 @@
|
|
2453
2462
|
"sources": [
|
2454
2463
|
{
|
2455
2464
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2456
|
-
"line":
|
2465
|
+
"line": 50,
|
2457
2466
|
"character": 13
|
2458
2467
|
}
|
2459
2468
|
],
|
@@ -2466,7 +2475,7 @@
|
|
2466
2475
|
"flags": {},
|
2467
2476
|
"type": {
|
2468
2477
|
"type": "reference",
|
2469
|
-
"id":
|
2478
|
+
"id": 237,
|
2470
2479
|
"name": "SkyDataManagerConfig"
|
2471
2480
|
}
|
2472
2481
|
}
|
@@ -2487,7 +2496,7 @@
|
|
2487
2496
|
"flags": {},
|
2488
2497
|
"type": {
|
2489
2498
|
"type": "reference",
|
2490
|
-
"id":
|
2499
|
+
"id": 237,
|
2491
2500
|
"name": "SkyDataManagerConfig"
|
2492
2501
|
}
|
2493
2502
|
}
|
@@ -2510,7 +2519,7 @@
|
|
2510
2519
|
"sources": [
|
2511
2520
|
{
|
2512
2521
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2513
|
-
"line":
|
2522
|
+
"line": 59,
|
2514
2523
|
"character": 13
|
2515
2524
|
}
|
2516
2525
|
],
|
@@ -2523,7 +2532,7 @@
|
|
2523
2532
|
"flags": {},
|
2524
2533
|
"type": {
|
2525
2534
|
"type": "reference",
|
2526
|
-
"id":
|
2535
|
+
"id": 254,
|
2527
2536
|
"name": "SkyDataManagerState"
|
2528
2537
|
}
|
2529
2538
|
}
|
@@ -2544,7 +2553,7 @@
|
|
2544
2553
|
"flags": {},
|
2545
2554
|
"type": {
|
2546
2555
|
"type": "reference",
|
2547
|
-
"id":
|
2556
|
+
"id": 254,
|
2548
2557
|
"name": "SkyDataManagerState"
|
2549
2558
|
}
|
2550
2559
|
}
|
@@ -2567,7 +2576,7 @@
|
|
2567
2576
|
"sources": [
|
2568
2577
|
{
|
2569
2578
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2570
|
-
"line":
|
2579
|
+
"line": 68,
|
2571
2580
|
"character": 13
|
2572
2581
|
}
|
2573
2582
|
],
|
@@ -2582,7 +2591,7 @@
|
|
2582
2591
|
"type": "array",
|
2583
2592
|
"elementType": {
|
2584
2593
|
"type": "reference",
|
2585
|
-
"id":
|
2594
|
+
"id": 288,
|
2586
2595
|
"name": "SkyDataViewConfig"
|
2587
2596
|
}
|
2588
2597
|
}
|
@@ -2606,7 +2615,7 @@
|
|
2606
2615
|
"type": "array",
|
2607
2616
|
"elementType": {
|
2608
2617
|
"type": "reference",
|
2609
|
-
"id":
|
2618
|
+
"id": 288,
|
2610
2619
|
"name": "SkyDataViewConfig"
|
2611
2620
|
}
|
2612
2621
|
}
|
@@ -2630,7 +2639,7 @@
|
|
2630
2639
|
"sources": [
|
2631
2640
|
{
|
2632
2641
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2633
|
-
"line":
|
2642
|
+
"line": 220,
|
2634
2643
|
"character": 9
|
2635
2644
|
}
|
2636
2645
|
],
|
@@ -2659,7 +2668,7 @@
|
|
2659
2668
|
"sources": [
|
2660
2669
|
{
|
2661
2670
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2662
|
-
"line":
|
2671
|
+
"line": 149,
|
2663
2672
|
"character": 9
|
2664
2673
|
}
|
2665
2674
|
],
|
@@ -2688,7 +2697,7 @@
|
|
2688
2697
|
"sources": [
|
2689
2698
|
{
|
2690
2699
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2691
|
-
"line":
|
2700
|
+
"line": 130,
|
2692
2701
|
"character": 9
|
2693
2702
|
}
|
2694
2703
|
],
|
@@ -2725,7 +2734,7 @@
|
|
2725
2734
|
"sources": [
|
2726
2735
|
{
|
2727
2736
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2728
|
-
"line":
|
2737
|
+
"line": 94,
|
2729
2738
|
"character": 9
|
2730
2739
|
}
|
2731
2740
|
],
|
@@ -2762,7 +2771,7 @@
|
|
2762
2771
|
"sources": [
|
2763
2772
|
{
|
2764
2773
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2765
|
-
"line":
|
2774
|
+
"line": 227,
|
2766
2775
|
"character": 9
|
2767
2776
|
}
|
2768
2777
|
],
|
@@ -2804,7 +2813,7 @@
|
|
2804
2813
|
"sources": [
|
2805
2814
|
{
|
2806
2815
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2807
|
-
"line":
|
2816
|
+
"line": 140,
|
2808
2817
|
"character": 9
|
2809
2818
|
}
|
2810
2819
|
],
|
@@ -2846,7 +2855,7 @@
|
|
2846
2855
|
"sources": [
|
2847
2856
|
{
|
2848
2857
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2849
|
-
"line":
|
2858
|
+
"line": 174,
|
2850
2859
|
"character": 9
|
2851
2860
|
}
|
2852
2861
|
],
|
@@ -2875,7 +2884,7 @@
|
|
2875
2884
|
"sources": [
|
2876
2885
|
{
|
2877
2886
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2878
|
-
"line":
|
2887
|
+
"line": 144,
|
2879
2888
|
"character": 9
|
2880
2889
|
}
|
2881
2890
|
],
|
@@ -2917,7 +2926,7 @@
|
|
2917
2926
|
"sources": [
|
2918
2927
|
{
|
2919
2928
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2920
|
-
"line":
|
2929
|
+
"line": 213,
|
2921
2930
|
"character": 9
|
2922
2931
|
}
|
2923
2932
|
],
|
@@ -2946,7 +2955,7 @@
|
|
2946
2955
|
"sources": [
|
2947
2956
|
{
|
2948
2957
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2949
|
-
"line":
|
2958
|
+
"line": 135,
|
2950
2959
|
"character": 9
|
2951
2960
|
}
|
2952
2961
|
],
|
@@ -2966,7 +2975,7 @@
|
|
2966
2975
|
"flags": {},
|
2967
2976
|
"type": {
|
2968
2977
|
"type": "reference",
|
2969
|
-
"id":
|
2978
|
+
"id": 249,
|
2970
2979
|
"name": "SkyDataManagerSortOption"
|
2971
2980
|
}
|
2972
2981
|
}
|
@@ -3025,7 +3034,7 @@
|
|
3025
3034
|
"sources": [
|
3026
3035
|
{
|
3027
3036
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
3028
|
-
"line":
|
3037
|
+
"line": 35,
|
3029
3038
|
"character": 13
|
3030
3039
|
}
|
3031
3040
|
],
|
@@ -3077,7 +3086,7 @@
|
|
3077
3086
|
"sources": [
|
3078
3087
|
{
|
3079
3088
|
"fileName": "projects/data-manager/src/modules/data-manager/data-view.component.ts",
|
3080
|
-
"line":
|
3089
|
+
"line": 46,
|
3081
3090
|
"character": 2
|
3082
3091
|
}
|
3083
3092
|
],
|
@@ -3134,7 +3143,7 @@
|
|
3134
3143
|
"sources": [
|
3135
3144
|
{
|
3136
3145
|
"fileName": "projects/data-manager/src/modules/data-manager/data-view.component.ts",
|
3137
|
-
"line":
|
3146
|
+
"line": 43,
|
3138
3147
|
"character": 9
|
3139
3148
|
}
|
3140
3149
|
],
|
@@ -3176,7 +3185,7 @@
|
|
3176
3185
|
"sources": [
|
3177
3186
|
{
|
3178
3187
|
"fileName": "projects/data-manager/src/modules/data-manager/data-view.component.ts",
|
3179
|
-
"line":
|
3188
|
+
"line": 32,
|
3180
3189
|
"character": 9
|
3181
3190
|
}
|
3182
3191
|
],
|
@@ -3196,7 +3205,7 @@
|
|
3196
3205
|
"sources": [
|
3197
3206
|
{
|
3198
3207
|
"fileName": "projects/data-manager/src/modules/data-manager/data-view.component.ts",
|
3199
|
-
"line":
|
3208
|
+
"line": 34,
|
3200
3209
|
"character": 13
|
3201
3210
|
}
|
3202
3211
|
],
|
@@ -3251,7 +3260,7 @@
|
|
3251
3260
|
"sources": [
|
3252
3261
|
{
|
3253
3262
|
"fileName": "projects/data-manager/src/modules/data-manager/data-view.component.ts",
|
3254
|
-
"line":
|
3263
|
+
"line": 60,
|
3255
3264
|
"character": 9
|
3256
3265
|
}
|
3257
3266
|
],
|
@@ -3288,7 +3297,7 @@
|
|
3288
3297
|
"sources": [
|
3289
3298
|
{
|
3290
3299
|
"fileName": "projects/data-manager/src/modules/data-manager/data-view.component.ts",
|
3291
|
-
"line":
|
3300
|
+
"line": 51,
|
3292
3301
|
"character": 9
|
3293
3302
|
}
|
3294
3303
|
],
|
@@ -3350,7 +3359,7 @@
|
|
3350
3359
|
"sources": [
|
3351
3360
|
{
|
3352
3361
|
"fileName": "projects/data-manager/src/modules/data-manager/data-view.component.ts",
|
3353
|
-
"line":
|
3362
|
+
"line": 25,
|
3354
3363
|
"character": 13
|
3355
3364
|
}
|
3356
3365
|
],
|
@@ -3370,7 +3379,162 @@
|
|
3370
3379
|
]
|
3371
3380
|
},
|
3372
3381
|
{
|
3373
|
-
"id":
|
3382
|
+
"id": 228,
|
3383
|
+
"name": "SkyDataManagerColumnPickerOption",
|
3384
|
+
"kind": 256,
|
3385
|
+
"kindString": "Interface",
|
3386
|
+
"flags": {},
|
3387
|
+
"comment": {
|
3388
|
+
"shortText": "The options to display in a view's column picker."
|
3389
|
+
},
|
3390
|
+
"children": [
|
3391
|
+
{
|
3392
|
+
"id": 229,
|
3393
|
+
"name": "alwaysDisplayed",
|
3394
|
+
"kind": 1024,
|
3395
|
+
"kindString": "Property",
|
3396
|
+
"flags": {
|
3397
|
+
"isOptional": true
|
3398
|
+
},
|
3399
|
+
"comment": {
|
3400
|
+
"shortText": "Indicates that a column is always visible and should not be listed as an option in the column\npicker. For example, a context menu column may always be visible."
|
3401
|
+
},
|
3402
|
+
"sources": [
|
3403
|
+
{
|
3404
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-column-picker-option.ts",
|
3405
|
+
"line": 9,
|
3406
|
+
"character": 2
|
3407
|
+
}
|
3408
|
+
],
|
3409
|
+
"type": {
|
3410
|
+
"type": "intrinsic",
|
3411
|
+
"name": "boolean"
|
3412
|
+
}
|
3413
|
+
},
|
3414
|
+
{
|
3415
|
+
"id": 230,
|
3416
|
+
"name": "description",
|
3417
|
+
"kind": 1024,
|
3418
|
+
"kindString": "Property",
|
3419
|
+
"flags": {
|
3420
|
+
"isOptional": true
|
3421
|
+
},
|
3422
|
+
"comment": {
|
3423
|
+
"shortText": "The description text rendered beneath the column label in the column picker."
|
3424
|
+
},
|
3425
|
+
"sources": [
|
3426
|
+
{
|
3427
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-column-picker-option.ts",
|
3428
|
+
"line": 13,
|
3429
|
+
"character": 2
|
3430
|
+
}
|
3431
|
+
],
|
3432
|
+
"type": {
|
3433
|
+
"type": "intrinsic",
|
3434
|
+
"name": "string"
|
3435
|
+
}
|
3436
|
+
},
|
3437
|
+
{
|
3438
|
+
"id": 232,
|
3439
|
+
"name": "id",
|
3440
|
+
"kind": 1024,
|
3441
|
+
"kindString": "Property",
|
3442
|
+
"flags": {},
|
3443
|
+
"comment": {
|
3444
|
+
"shortText": "The ID of the corresponding column.",
|
3445
|
+
"tags": [
|
3446
|
+
{
|
3447
|
+
"tag": "required",
|
3448
|
+
"text": "\n"
|
3449
|
+
}
|
3450
|
+
]
|
3451
|
+
},
|
3452
|
+
"sources": [
|
3453
|
+
{
|
3454
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-column-picker-option.ts",
|
3455
|
+
"line": 25,
|
3456
|
+
"character": 2
|
3457
|
+
}
|
3458
|
+
],
|
3459
|
+
"type": {
|
3460
|
+
"type": "intrinsic",
|
3461
|
+
"name": "string"
|
3462
|
+
}
|
3463
|
+
},
|
3464
|
+
{
|
3465
|
+
"id": 231,
|
3466
|
+
"name": "initialHide",
|
3467
|
+
"kind": 1024,
|
3468
|
+
"kindString": "Property",
|
3469
|
+
"flags": {
|
3470
|
+
"isOptional": true
|
3471
|
+
},
|
3472
|
+
"comment": {
|
3473
|
+
"shortText": "Initially hide the column when it is added to the grid unless given in the view state's\n`displayedColumnIds`. When enabled, this column will not be automatically added to a view's\nstate when this column is recognized as being missing from an initial data state or a data\nstate returned via the SKY UI config service."
|
3474
|
+
},
|
3475
|
+
"sources": [
|
3476
|
+
{
|
3477
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-column-picker-option.ts",
|
3478
|
+
"line": 20,
|
3479
|
+
"character": 2
|
3480
|
+
}
|
3481
|
+
],
|
3482
|
+
"type": {
|
3483
|
+
"type": "intrinsic",
|
3484
|
+
"name": "boolean"
|
3485
|
+
}
|
3486
|
+
},
|
3487
|
+
{
|
3488
|
+
"id": 233,
|
3489
|
+
"name": "label",
|
3490
|
+
"kind": 1024,
|
3491
|
+
"kindString": "Property",
|
3492
|
+
"flags": {},
|
3493
|
+
"comment": {
|
3494
|
+
"shortText": "The label to display in the column picker.",
|
3495
|
+
"tags": [
|
3496
|
+
{
|
3497
|
+
"tag": "required",
|
3498
|
+
"text": "\n"
|
3499
|
+
}
|
3500
|
+
]
|
3501
|
+
},
|
3502
|
+
"sources": [
|
3503
|
+
{
|
3504
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-column-picker-option.ts",
|
3505
|
+
"line": 30,
|
3506
|
+
"character": 2
|
3507
|
+
}
|
3508
|
+
],
|
3509
|
+
"type": {
|
3510
|
+
"type": "intrinsic",
|
3511
|
+
"name": "string"
|
3512
|
+
}
|
3513
|
+
}
|
3514
|
+
],
|
3515
|
+
"groups": [
|
3516
|
+
{
|
3517
|
+
"title": "Properties",
|
3518
|
+
"kind": 1024,
|
3519
|
+
"children": [
|
3520
|
+
229,
|
3521
|
+
230,
|
3522
|
+
232,
|
3523
|
+
231,
|
3524
|
+
233
|
3525
|
+
]
|
3526
|
+
}
|
3527
|
+
],
|
3528
|
+
"sources": [
|
3529
|
+
{
|
3530
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-column-picker-option.ts",
|
3531
|
+
"line": 4,
|
3532
|
+
"character": 17
|
3533
|
+
}
|
3534
|
+
]
|
3535
|
+
},
|
3536
|
+
{
|
3537
|
+
"id": 237,
|
3374
3538
|
"name": "SkyDataManagerConfig",
|
3375
3539
|
"kind": 256,
|
3376
3540
|
"kindString": "Interface",
|
@@ -3380,7 +3544,7 @@
|
|
3380
3544
|
},
|
3381
3545
|
"children": [
|
3382
3546
|
{
|
3383
|
-
"id":
|
3547
|
+
"id": 238,
|
3384
3548
|
"name": "additionalOptions",
|
3385
3549
|
"kind": 1024,
|
3386
3550
|
"kindString": "Property",
|
@@ -3403,7 +3567,7 @@
|
|
3403
3567
|
}
|
3404
3568
|
},
|
3405
3569
|
{
|
3406
|
-
"id":
|
3570
|
+
"id": 239,
|
3407
3571
|
"name": "filterModalComponent",
|
3408
3572
|
"kind": 1024,
|
3409
3573
|
"kindString": "Property",
|
@@ -3426,7 +3590,7 @@
|
|
3426
3590
|
}
|
3427
3591
|
},
|
3428
3592
|
{
|
3429
|
-
"id":
|
3593
|
+
"id": 240,
|
3430
3594
|
"name": "sortOptions",
|
3431
3595
|
"kind": 1024,
|
3432
3596
|
"kindString": "Property",
|
@@ -3447,7 +3611,7 @@
|
|
3447
3611
|
"type": "array",
|
3448
3612
|
"elementType": {
|
3449
3613
|
"type": "reference",
|
3450
|
-
"id":
|
3614
|
+
"id": 249,
|
3451
3615
|
"name": "SkyDataManagerSortOption"
|
3452
3616
|
}
|
3453
3617
|
}
|
@@ -3458,9 +3622,9 @@
|
|
3458
3622
|
"title": "Properties",
|
3459
3623
|
"kind": 1024,
|
3460
3624
|
"children": [
|
3461
|
-
|
3462
|
-
|
3463
|
-
|
3625
|
+
238,
|
3626
|
+
239,
|
3627
|
+
240
|
3464
3628
|
]
|
3465
3629
|
}
|
3466
3630
|
],
|
@@ -3473,14 +3637,14 @@
|
|
3473
3637
|
]
|
3474
3638
|
},
|
3475
3639
|
{
|
3476
|
-
"id":
|
3640
|
+
"id": 241,
|
3477
3641
|
"name": "SkyDataManagerFilterData",
|
3478
3642
|
"kind": 256,
|
3479
3643
|
"kindString": "Interface",
|
3480
3644
|
"flags": {},
|
3481
3645
|
"children": [
|
3482
3646
|
{
|
3483
|
-
"id":
|
3647
|
+
"id": 243,
|
3484
3648
|
"name": "filters",
|
3485
3649
|
"kind": 1024,
|
3486
3650
|
"kindString": "Property",
|
@@ -3503,7 +3667,7 @@
|
|
3503
3667
|
}
|
3504
3668
|
},
|
3505
3669
|
{
|
3506
|
-
"id":
|
3670
|
+
"id": 242,
|
3507
3671
|
"name": "filtersApplied",
|
3508
3672
|
"kind": 1024,
|
3509
3673
|
"kindString": "Property",
|
@@ -3531,8 +3695,8 @@
|
|
3531
3695
|
"title": "Properties",
|
3532
3696
|
"kind": 1024,
|
3533
3697
|
"children": [
|
3534
|
-
|
3535
|
-
|
3698
|
+
243,
|
3699
|
+
242
|
3536
3700
|
]
|
3537
3701
|
}
|
3538
3702
|
],
|
@@ -3545,14 +3709,14 @@
|
|
3545
3709
|
]
|
3546
3710
|
},
|
3547
3711
|
{
|
3548
|
-
"id":
|
3712
|
+
"id": 244,
|
3549
3713
|
"name": "SkyDataManagerInitArgs",
|
3550
3714
|
"kind": 256,
|
3551
3715
|
"kindString": "Interface",
|
3552
3716
|
"flags": {},
|
3553
3717
|
"children": [
|
3554
3718
|
{
|
3555
|
-
"id":
|
3719
|
+
"id": 245,
|
3556
3720
|
"name": "activeViewId",
|
3557
3721
|
"kind": 1024,
|
3558
3722
|
"kindString": "Property",
|
@@ -3569,7 +3733,7 @@
|
|
3569
3733
|
"sources": [
|
3570
3734
|
{
|
3571
3735
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-init-args.ts",
|
3572
|
-
"line":
|
3736
|
+
"line": 9,
|
3573
3737
|
"character": 2
|
3574
3738
|
}
|
3575
3739
|
],
|
@@ -3579,7 +3743,7 @@
|
|
3579
3743
|
}
|
3580
3744
|
},
|
3581
3745
|
{
|
3582
|
-
"id":
|
3746
|
+
"id": 246,
|
3583
3747
|
"name": "dataManagerConfig",
|
3584
3748
|
"kind": 1024,
|
3585
3749
|
"kindString": "Property",
|
@@ -3596,18 +3760,18 @@
|
|
3596
3760
|
"sources": [
|
3597
3761
|
{
|
3598
3762
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-init-args.ts",
|
3599
|
-
"line":
|
3763
|
+
"line": 14,
|
3600
3764
|
"character": 2
|
3601
3765
|
}
|
3602
3766
|
],
|
3603
3767
|
"type": {
|
3604
3768
|
"type": "reference",
|
3605
|
-
"id":
|
3769
|
+
"id": 237,
|
3606
3770
|
"name": "SkyDataManagerConfig"
|
3607
3771
|
}
|
3608
3772
|
},
|
3609
3773
|
{
|
3610
|
-
"id":
|
3774
|
+
"id": 247,
|
3611
3775
|
"name": "defaultDataState",
|
3612
3776
|
"kind": 1024,
|
3613
3777
|
"kindString": "Property",
|
@@ -3624,18 +3788,18 @@
|
|
3624
3788
|
"sources": [
|
3625
3789
|
{
|
3626
3790
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-init-args.ts",
|
3627
|
-
"line":
|
3791
|
+
"line": 20,
|
3628
3792
|
"character": 2
|
3629
3793
|
}
|
3630
3794
|
],
|
3631
3795
|
"type": {
|
3632
3796
|
"type": "reference",
|
3633
|
-
"id":
|
3797
|
+
"id": 254,
|
3634
3798
|
"name": "SkyDataManagerState"
|
3635
3799
|
}
|
3636
3800
|
},
|
3637
3801
|
{
|
3638
|
-
"id":
|
3802
|
+
"id": 248,
|
3639
3803
|
"name": "settingsKey",
|
3640
3804
|
"kind": 1024,
|
3641
3805
|
"kindString": "Property",
|
@@ -3643,7 +3807,7 @@
|
|
3643
3807
|
"isOptional": true
|
3644
3808
|
},
|
3645
3809
|
"comment": {
|
3646
|
-
"shortText": "
|
3810
|
+
"shortText": "Specifies a unique key for the UI Config Service to retrieve stored settings from a database.\nThe UI Config Service saves configuration settings for users to preserve the current data state. For more information about the UI Config Service, see [the sticky settings documentation](https://developer.blackbaud.com/skyux/learn/get-started/sticky-settings)."
|
3647
3811
|
},
|
3648
3812
|
"sources": [
|
3649
3813
|
{
|
@@ -3663,30 +3827,30 @@
|
|
3663
3827
|
"title": "Properties",
|
3664
3828
|
"kind": 1024,
|
3665
3829
|
"children": [
|
3666
|
-
|
3667
|
-
|
3668
|
-
|
3669
|
-
|
3830
|
+
245,
|
3831
|
+
246,
|
3832
|
+
247,
|
3833
|
+
248
|
3670
3834
|
]
|
3671
3835
|
}
|
3672
3836
|
],
|
3673
3837
|
"sources": [
|
3674
3838
|
{
|
3675
3839
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-init-args.ts",
|
3676
|
-
"line":
|
3840
|
+
"line": 4,
|
3677
3841
|
"character": 17
|
3678
3842
|
}
|
3679
3843
|
]
|
3680
3844
|
},
|
3681
3845
|
{
|
3682
|
-
"id":
|
3846
|
+
"id": 249,
|
3683
3847
|
"name": "SkyDataManagerSortOption",
|
3684
3848
|
"kind": 256,
|
3685
3849
|
"kindString": "Interface",
|
3686
3850
|
"flags": {},
|
3687
3851
|
"children": [
|
3688
3852
|
{
|
3689
|
-
"id":
|
3853
|
+
"id": 250,
|
3690
3854
|
"name": "descending",
|
3691
3855
|
"kind": 1024,
|
3692
3856
|
"kindString": "Property",
|
@@ -3713,7 +3877,7 @@
|
|
3713
3877
|
}
|
3714
3878
|
},
|
3715
3879
|
{
|
3716
|
-
"id":
|
3880
|
+
"id": 251,
|
3717
3881
|
"name": "id",
|
3718
3882
|
"kind": 1024,
|
3719
3883
|
"kindString": "Property",
|
@@ -3740,7 +3904,7 @@
|
|
3740
3904
|
}
|
3741
3905
|
},
|
3742
3906
|
{
|
3743
|
-
"id":
|
3907
|
+
"id": 252,
|
3744
3908
|
"name": "label",
|
3745
3909
|
"kind": 1024,
|
3746
3910
|
"kindString": "Property",
|
@@ -3767,7 +3931,7 @@
|
|
3767
3931
|
}
|
3768
3932
|
},
|
3769
3933
|
{
|
3770
|
-
"id":
|
3934
|
+
"id": 253,
|
3771
3935
|
"name": "propertyName",
|
3772
3936
|
"kind": 1024,
|
3773
3937
|
"kindString": "Property",
|
@@ -3799,10 +3963,10 @@
|
|
3799
3963
|
"title": "Properties",
|
3800
3964
|
"kind": 1024,
|
3801
3965
|
"children": [
|
3802
|
-
|
3803
|
-
|
3804
|
-
|
3805
|
-
|
3966
|
+
250,
|
3967
|
+
251,
|
3968
|
+
252,
|
3969
|
+
253
|
3806
3970
|
]
|
3807
3971
|
}
|
3808
3972
|
],
|
@@ -3815,42 +3979,362 @@
|
|
3815
3979
|
]
|
3816
3980
|
},
|
3817
3981
|
{
|
3818
|
-
"id":
|
3819
|
-
"name": "
|
3982
|
+
"id": 274,
|
3983
|
+
"name": "SkyDataManagerStateOptions",
|
3820
3984
|
"kind": 256,
|
3821
3985
|
"kindString": "Interface",
|
3822
3986
|
"flags": {},
|
3823
|
-
"comment": {
|
3824
|
-
"shortText": "The data view config contains settings that apply to the specific view, such as\ncolumn picker options and the buttons to display in the toolbar."
|
3825
|
-
},
|
3826
3987
|
"children": [
|
3827
3988
|
{
|
3828
|
-
"id":
|
3829
|
-
"name": "
|
3989
|
+
"id": 275,
|
3990
|
+
"name": "activeSortOption",
|
3830
3991
|
"kind": 1024,
|
3831
3992
|
"kindString": "Property",
|
3832
3993
|
"flags": {
|
3833
3994
|
"isOptional": true
|
3834
3995
|
},
|
3835
3996
|
"comment": {
|
3836
|
-
"shortText": "
|
3997
|
+
"shortText": "The selected SkyDataManagerSortOption to apply."
|
3837
3998
|
},
|
3838
3999
|
"sources": [
|
3839
4000
|
{
|
3840
|
-
"fileName": "projects/data-manager/src/modules/data-manager/models/data-
|
3841
|
-
"line":
|
4001
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-options.ts",
|
4002
|
+
"line": 9,
|
3842
4003
|
"character": 2
|
3843
4004
|
}
|
3844
4005
|
],
|
3845
4006
|
"type": {
|
3846
4007
|
"type": "reference",
|
3847
|
-
"
|
3848
|
-
"
|
3849
|
-
"name": "Object"
|
4008
|
+
"id": 249,
|
4009
|
+
"name": "SkyDataManagerSortOption"
|
3850
4010
|
}
|
3851
4011
|
},
|
3852
4012
|
{
|
3853
|
-
"id":
|
4013
|
+
"id": 276,
|
4014
|
+
"name": "additionalData",
|
4015
|
+
"kind": 1024,
|
4016
|
+
"kindString": "Property",
|
4017
|
+
"flags": {
|
4018
|
+
"isOptional": true
|
4019
|
+
},
|
4020
|
+
"comment": {
|
4021
|
+
"shortText": "An untyped property that can track any state information relevant to a data\nmanager that the existing properties do not cover."
|
4022
|
+
},
|
4023
|
+
"sources": [
|
4024
|
+
{
|
4025
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-options.ts",
|
4026
|
+
"line": 14,
|
4027
|
+
"character": 2
|
4028
|
+
}
|
4029
|
+
],
|
4030
|
+
"type": {
|
4031
|
+
"type": "intrinsic",
|
4032
|
+
"name": "any"
|
4033
|
+
}
|
4034
|
+
},
|
4035
|
+
{
|
4036
|
+
"id": 277,
|
4037
|
+
"name": "filterData",
|
4038
|
+
"kind": 1024,
|
4039
|
+
"kindString": "Property",
|
4040
|
+
"flags": {
|
4041
|
+
"isOptional": true
|
4042
|
+
},
|
4043
|
+
"comment": {
|
4044
|
+
"shortText": "The state of filters."
|
4045
|
+
},
|
4046
|
+
"sources": [
|
4047
|
+
{
|
4048
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-options.ts",
|
4049
|
+
"line": 18,
|
4050
|
+
"character": 2
|
4051
|
+
}
|
4052
|
+
],
|
4053
|
+
"type": {
|
4054
|
+
"type": "reference",
|
4055
|
+
"id": 241,
|
4056
|
+
"name": "SkyDataManagerFilterData"
|
4057
|
+
}
|
4058
|
+
},
|
4059
|
+
{
|
4060
|
+
"id": 278,
|
4061
|
+
"name": "onlyShowSelected",
|
4062
|
+
"kind": 1024,
|
4063
|
+
"kindString": "Property",
|
4064
|
+
"flags": {
|
4065
|
+
"isOptional": true
|
4066
|
+
},
|
4067
|
+
"comment": {
|
4068
|
+
"shortText": "Indicates whether to display only the selected rows or objects. The multiselect toolbar\nuses this property."
|
4069
|
+
},
|
4070
|
+
"sources": [
|
4071
|
+
{
|
4072
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-options.ts",
|
4073
|
+
"line": 23,
|
4074
|
+
"character": 2
|
4075
|
+
}
|
4076
|
+
],
|
4077
|
+
"type": {
|
4078
|
+
"type": "intrinsic",
|
4079
|
+
"name": "boolean"
|
4080
|
+
}
|
4081
|
+
},
|
4082
|
+
{
|
4083
|
+
"id": 279,
|
4084
|
+
"name": "searchText",
|
4085
|
+
"kind": 1024,
|
4086
|
+
"kindString": "Property",
|
4087
|
+
"flags": {
|
4088
|
+
"isOptional": true
|
4089
|
+
},
|
4090
|
+
"comment": {
|
4091
|
+
"shortText": "The search text to apply."
|
4092
|
+
},
|
4093
|
+
"sources": [
|
4094
|
+
{
|
4095
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-options.ts",
|
4096
|
+
"line": 27,
|
4097
|
+
"character": 2
|
4098
|
+
}
|
4099
|
+
],
|
4100
|
+
"type": {
|
4101
|
+
"type": "intrinsic",
|
4102
|
+
"name": "string"
|
4103
|
+
}
|
4104
|
+
},
|
4105
|
+
{
|
4106
|
+
"id": 280,
|
4107
|
+
"name": "selectedIds",
|
4108
|
+
"kind": 1024,
|
4109
|
+
"kindString": "Property",
|
4110
|
+
"flags": {
|
4111
|
+
"isOptional": true
|
4112
|
+
},
|
4113
|
+
"comment": {
|
4114
|
+
"shortText": "The currently selected rows or objects."
|
4115
|
+
},
|
4116
|
+
"sources": [
|
4117
|
+
{
|
4118
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-options.ts",
|
4119
|
+
"line": 31,
|
4120
|
+
"character": 2
|
4121
|
+
}
|
4122
|
+
],
|
4123
|
+
"type": {
|
4124
|
+
"type": "array",
|
4125
|
+
"elementType": {
|
4126
|
+
"type": "intrinsic",
|
4127
|
+
"name": "string"
|
4128
|
+
}
|
4129
|
+
}
|
4130
|
+
},
|
4131
|
+
{
|
4132
|
+
"id": 281,
|
4133
|
+
"name": "views",
|
4134
|
+
"kind": 1024,
|
4135
|
+
"kindString": "Property",
|
4136
|
+
"flags": {
|
4137
|
+
"isOptional": true
|
4138
|
+
},
|
4139
|
+
"comment": {
|
4140
|
+
"shortText": "The states of the individual views."
|
4141
|
+
},
|
4142
|
+
"sources": [
|
4143
|
+
{
|
4144
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-options.ts",
|
4145
|
+
"line": 35,
|
4146
|
+
"character": 2
|
4147
|
+
}
|
4148
|
+
],
|
4149
|
+
"type": {
|
4150
|
+
"type": "array",
|
4151
|
+
"elementType": {
|
4152
|
+
"type": "reference",
|
4153
|
+
"id": 316,
|
4154
|
+
"name": "SkyDataViewStateOptions"
|
4155
|
+
}
|
4156
|
+
}
|
4157
|
+
}
|
4158
|
+
],
|
4159
|
+
"groups": [
|
4160
|
+
{
|
4161
|
+
"title": "Properties",
|
4162
|
+
"kind": 1024,
|
4163
|
+
"children": [
|
4164
|
+
275,
|
4165
|
+
276,
|
4166
|
+
277,
|
4167
|
+
278,
|
4168
|
+
279,
|
4169
|
+
280,
|
4170
|
+
281
|
4171
|
+
]
|
4172
|
+
}
|
4173
|
+
],
|
4174
|
+
"sources": [
|
4175
|
+
{
|
4176
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-options.ts",
|
4177
|
+
"line": 5,
|
4178
|
+
"character": 17
|
4179
|
+
}
|
4180
|
+
]
|
4181
|
+
},
|
4182
|
+
{
|
4183
|
+
"id": 282,
|
4184
|
+
"name": "SkyDataManagerStateUpdateFilterArgs",
|
4185
|
+
"kind": 256,
|
4186
|
+
"kindString": "Interface",
|
4187
|
+
"flags": {},
|
4188
|
+
"comment": {
|
4189
|
+
"shortText": "Optional arguments to pass to `getDataStateUpdates`.\nProvide either a list of properties to filter on OR a custom comparator."
|
4190
|
+
},
|
4191
|
+
"children": [
|
4192
|
+
{
|
4193
|
+
"id": 283,
|
4194
|
+
"name": "properties",
|
4195
|
+
"kind": 1024,
|
4196
|
+
"kindString": "Property",
|
4197
|
+
"flags": {
|
4198
|
+
"isOptional": true
|
4199
|
+
},
|
4200
|
+
"comment": {
|
4201
|
+
"shortText": "A list of `SkyDataManagerState` properties to compare to test if the new `SkyDataManagerState` is distinct from the previous.\nThis allows you to subscribe to changes for only the provided properties."
|
4202
|
+
},
|
4203
|
+
"sources": [
|
4204
|
+
{
|
4205
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-update-filter-args.ts",
|
4206
|
+
"line": 12,
|
4207
|
+
"character": 2
|
4208
|
+
}
|
4209
|
+
],
|
4210
|
+
"type": {
|
4211
|
+
"type": "array",
|
4212
|
+
"elementType": {
|
4213
|
+
"type": "intrinsic",
|
4214
|
+
"name": "string"
|
4215
|
+
}
|
4216
|
+
}
|
4217
|
+
},
|
4218
|
+
{
|
4219
|
+
"id": 284,
|
4220
|
+
"name": "comparator",
|
4221
|
+
"kind": 2048,
|
4222
|
+
"kindString": "Method",
|
4223
|
+
"flags": {
|
4224
|
+
"isOptional": true
|
4225
|
+
},
|
4226
|
+
"sources": [
|
4227
|
+
{
|
4228
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-update-filter-args.ts",
|
4229
|
+
"line": 16,
|
4230
|
+
"character": 2
|
4231
|
+
}
|
4232
|
+
],
|
4233
|
+
"signatures": [
|
4234
|
+
{
|
4235
|
+
"id": 285,
|
4236
|
+
"name": "comparator",
|
4237
|
+
"kind": 4096,
|
4238
|
+
"kindString": "Call signature",
|
4239
|
+
"flags": {},
|
4240
|
+
"comment": {
|
4241
|
+
"shortText": "A comparator function called to test if the new `SkyDataManagerState` is distinct from the previous."
|
4242
|
+
},
|
4243
|
+
"parameters": [
|
4244
|
+
{
|
4245
|
+
"id": 286,
|
4246
|
+
"name": "state1",
|
4247
|
+
"kind": 32768,
|
4248
|
+
"kindString": "Parameter",
|
4249
|
+
"flags": {},
|
4250
|
+
"type": {
|
4251
|
+
"type": "reference",
|
4252
|
+
"id": 254,
|
4253
|
+
"name": "SkyDataManagerState"
|
4254
|
+
}
|
4255
|
+
},
|
4256
|
+
{
|
4257
|
+
"id": 287,
|
4258
|
+
"name": "state2",
|
4259
|
+
"kind": 32768,
|
4260
|
+
"kindString": "Parameter",
|
4261
|
+
"flags": {},
|
4262
|
+
"type": {
|
4263
|
+
"type": "reference",
|
4264
|
+
"id": 254,
|
4265
|
+
"name": "SkyDataManagerState"
|
4266
|
+
}
|
4267
|
+
}
|
4268
|
+
],
|
4269
|
+
"type": {
|
4270
|
+
"type": "intrinsic",
|
4271
|
+
"name": "boolean"
|
4272
|
+
}
|
4273
|
+
}
|
4274
|
+
]
|
4275
|
+
}
|
4276
|
+
],
|
4277
|
+
"groups": [
|
4278
|
+
{
|
4279
|
+
"title": "Properties",
|
4280
|
+
"kind": 1024,
|
4281
|
+
"children": [
|
4282
|
+
283
|
4283
|
+
]
|
4284
|
+
},
|
4285
|
+
{
|
4286
|
+
"title": "Methods",
|
4287
|
+
"kind": 2048,
|
4288
|
+
"children": [
|
4289
|
+
284
|
4290
|
+
]
|
4291
|
+
}
|
4292
|
+
],
|
4293
|
+
"sources": [
|
4294
|
+
{
|
4295
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-update-filter-args.ts",
|
4296
|
+
"line": 7,
|
4297
|
+
"character": 17
|
4298
|
+
}
|
4299
|
+
]
|
4300
|
+
},
|
4301
|
+
{
|
4302
|
+
"id": 288,
|
4303
|
+
"name": "SkyDataViewConfig",
|
4304
|
+
"kind": 256,
|
4305
|
+
"kindString": "Interface",
|
4306
|
+
"flags": {},
|
4307
|
+
"comment": {
|
4308
|
+
"shortText": "The data view config contains settings that apply to the specific view, such as\ncolumn picker options and the buttons to display in the toolbar."
|
4309
|
+
},
|
4310
|
+
"children": [
|
4311
|
+
{
|
4312
|
+
"id": 289,
|
4313
|
+
"name": "additionalOptions",
|
4314
|
+
"kind": 1024,
|
4315
|
+
"kindString": "Property",
|
4316
|
+
"flags": {
|
4317
|
+
"isOptional": true
|
4318
|
+
},
|
4319
|
+
"comment": {
|
4320
|
+
"shortText": "An untyped property that can track any view config information relevant to a\ndata view that the existing options do not include."
|
4321
|
+
},
|
4322
|
+
"sources": [
|
4323
|
+
{
|
4324
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
|
4325
|
+
"line": 13,
|
4326
|
+
"character": 2
|
4327
|
+
}
|
4328
|
+
],
|
4329
|
+
"type": {
|
4330
|
+
"type": "reference",
|
4331
|
+
"qualifiedName": "Object",
|
4332
|
+
"package": "typescript",
|
4333
|
+
"name": "Object"
|
4334
|
+
}
|
4335
|
+
},
|
4336
|
+
{
|
4337
|
+
"id": 290,
|
3854
4338
|
"name": "columnOptions",
|
3855
4339
|
"kind": 1024,
|
3856
4340
|
"kindString": "Property",
|
@@ -3863,7 +4347,7 @@
|
|
3863
4347
|
"sources": [
|
3864
4348
|
{
|
3865
4349
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
|
3866
|
-
"line":
|
4350
|
+
"line": 18,
|
3867
4351
|
"character": 2
|
3868
4352
|
}
|
3869
4353
|
],
|
@@ -3871,12 +4355,13 @@
|
|
3871
4355
|
"type": "array",
|
3872
4356
|
"elementType": {
|
3873
4357
|
"type": "reference",
|
4358
|
+
"id": 228,
|
3874
4359
|
"name": "SkyDataManagerColumnPickerOption"
|
3875
4360
|
}
|
3876
4361
|
}
|
3877
4362
|
},
|
3878
4363
|
{
|
3879
|
-
"id":
|
4364
|
+
"id": 291,
|
3880
4365
|
"name": "columnPickerEnabled",
|
3881
4366
|
"kind": 1024,
|
3882
4367
|
"kindString": "Property",
|
@@ -3889,7 +4374,7 @@
|
|
3889
4374
|
"sources": [
|
3890
4375
|
{
|
3891
4376
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
|
3892
|
-
"line":
|
4377
|
+
"line": 22,
|
3893
4378
|
"character": 2
|
3894
4379
|
}
|
3895
4380
|
],
|
@@ -3899,7 +4384,7 @@
|
|
3899
4384
|
}
|
3900
4385
|
},
|
3901
4386
|
{
|
3902
|
-
"id":
|
4387
|
+
"id": 292,
|
3903
4388
|
"name": "columnPickerSortStrategy",
|
3904
4389
|
"kind": 1024,
|
3905
4390
|
"kindString": "Property",
|
@@ -3912,18 +4397,18 @@
|
|
3912
4397
|
"sources": [
|
3913
4398
|
{
|
3914
4399
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
|
3915
|
-
"line":
|
4400
|
+
"line": 27,
|
3916
4401
|
"character": 2
|
3917
4402
|
}
|
3918
4403
|
],
|
3919
4404
|
"type": {
|
3920
4405
|
"type": "reference",
|
3921
|
-
"id":
|
4406
|
+
"id": 234,
|
3922
4407
|
"name": "SkyDataManagerColumnPickerSortStrategy"
|
3923
4408
|
}
|
3924
4409
|
},
|
3925
4410
|
{
|
3926
|
-
"id":
|
4411
|
+
"id": 293,
|
3927
4412
|
"name": "filterButtonEnabled",
|
3928
4413
|
"kind": 1024,
|
3929
4414
|
"kindString": "Property",
|
@@ -3936,7 +4421,7 @@
|
|
3936
4421
|
"sources": [
|
3937
4422
|
{
|
3938
4423
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
|
3939
|
-
"line":
|
4424
|
+
"line": 31,
|
3940
4425
|
"character": 2
|
3941
4426
|
}
|
3942
4427
|
],
|
@@ -3946,7 +4431,7 @@
|
|
3946
4431
|
}
|
3947
4432
|
},
|
3948
4433
|
{
|
3949
|
-
"id":
|
4434
|
+
"id": 294,
|
3950
4435
|
"name": "icon",
|
3951
4436
|
"kind": 1024,
|
3952
4437
|
"kindString": "Property",
|
@@ -3959,7 +4444,7 @@
|
|
3959
4444
|
"sources": [
|
3960
4445
|
{
|
3961
4446
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
|
3962
|
-
"line":
|
4447
|
+
"line": 36,
|
3963
4448
|
"character": 2
|
3964
4449
|
}
|
3965
4450
|
],
|
@@ -3969,7 +4454,7 @@
|
|
3969
4454
|
}
|
3970
4455
|
},
|
3971
4456
|
{
|
3972
|
-
"id":
|
4457
|
+
"id": 295,
|
3973
4458
|
"name": "id",
|
3974
4459
|
"kind": 1024,
|
3975
4460
|
"kindString": "Property",
|
@@ -3980,7 +4465,7 @@
|
|
3980
4465
|
"sources": [
|
3981
4466
|
{
|
3982
4467
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
|
3983
|
-
"line":
|
4468
|
+
"line": 40,
|
3984
4469
|
"character": 2
|
3985
4470
|
}
|
3986
4471
|
],
|
@@ -3990,7 +4475,7 @@
|
|
3990
4475
|
}
|
3991
4476
|
},
|
3992
4477
|
{
|
3993
|
-
"id":
|
4478
|
+
"id": 296,
|
3994
4479
|
"name": "multiselectToolbarEnabled",
|
3995
4480
|
"kind": 1024,
|
3996
4481
|
"kindString": "Property",
|
@@ -4003,7 +4488,7 @@
|
|
4003
4488
|
"sources": [
|
4004
4489
|
{
|
4005
4490
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
|
4006
|
-
"line":
|
4491
|
+
"line": 44,
|
4007
4492
|
"character": 2
|
4008
4493
|
}
|
4009
4494
|
],
|
@@ -4013,7 +4498,7 @@
|
|
4013
4498
|
}
|
4014
4499
|
},
|
4015
4500
|
{
|
4016
|
-
"id":
|
4501
|
+
"id": 297,
|
4017
4502
|
"name": "name",
|
4018
4503
|
"kind": 1024,
|
4019
4504
|
"kindString": "Property",
|
@@ -4024,7 +4509,7 @@
|
|
4024
4509
|
"sources": [
|
4025
4510
|
{
|
4026
4511
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
|
4027
|
-
"line":
|
4512
|
+
"line": 48,
|
4028
4513
|
"character": 2
|
4029
4514
|
}
|
4030
4515
|
],
|
@@ -4034,7 +4519,7 @@
|
|
4034
4519
|
}
|
4035
4520
|
},
|
4036
4521
|
{
|
4037
|
-
"id":
|
4522
|
+
"id": 298,
|
4038
4523
|
"name": "onClearAllClick",
|
4039
4524
|
"kind": 1024,
|
4040
4525
|
"kindString": "Property",
|
@@ -4047,7 +4532,7 @@
|
|
4047
4532
|
"sources": [
|
4048
4533
|
{
|
4049
4534
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
|
4050
|
-
"line":
|
4535
|
+
"line": 53,
|
4051
4536
|
"character": 2
|
4052
4537
|
}
|
4053
4538
|
],
|
@@ -4059,7 +4544,7 @@
|
|
4059
4544
|
}
|
4060
4545
|
},
|
4061
4546
|
{
|
4062
|
-
"id":
|
4547
|
+
"id": 299,
|
4063
4548
|
"name": "onSelectAllClick",
|
4064
4549
|
"kind": 1024,
|
4065
4550
|
"kindString": "Property",
|
@@ -4072,7 +4557,7 @@
|
|
4072
4557
|
"sources": [
|
4073
4558
|
{
|
4074
4559
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
|
4075
|
-
"line":
|
4560
|
+
"line": 58,
|
4076
4561
|
"character": 2
|
4077
4562
|
}
|
4078
4563
|
],
|
@@ -4084,7 +4569,7 @@
|
|
4084
4569
|
}
|
4085
4570
|
},
|
4086
4571
|
{
|
4087
|
-
"id":
|
4572
|
+
"id": 300,
|
4088
4573
|
"name": "searchEnabled",
|
4089
4574
|
"kind": 1024,
|
4090
4575
|
"kindString": "Property",
|
@@ -4097,7 +4582,7 @@
|
|
4097
4582
|
"sources": [
|
4098
4583
|
{
|
4099
4584
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
|
4100
|
-
"line":
|
4585
|
+
"line": 62,
|
4101
4586
|
"character": 2
|
4102
4587
|
}
|
4103
4588
|
],
|
@@ -4107,7 +4592,7 @@
|
|
4107
4592
|
}
|
4108
4593
|
},
|
4109
4594
|
{
|
4110
|
-
"id":
|
4595
|
+
"id": 302,
|
4111
4596
|
"name": "searchExpandMode",
|
4112
4597
|
"kind": 1024,
|
4113
4598
|
"kindString": "Property",
|
@@ -4120,7 +4605,7 @@
|
|
4120
4605
|
"sources": [
|
4121
4606
|
{
|
4122
4607
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
|
4123
|
-
"line":
|
4608
|
+
"line": 72,
|
4124
4609
|
"character": 2
|
4125
4610
|
}
|
4126
4611
|
],
|
@@ -4130,7 +4615,7 @@
|
|
4130
4615
|
}
|
4131
4616
|
},
|
4132
4617
|
{
|
4133
|
-
"id":
|
4618
|
+
"id": 301,
|
4134
4619
|
"name": "searchPlaceholderText",
|
4135
4620
|
"kind": 1024,
|
4136
4621
|
"kindString": "Property",
|
@@ -4143,7 +4628,7 @@
|
|
4143
4628
|
"sources": [
|
4144
4629
|
{
|
4145
4630
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
|
4146
|
-
"line":
|
4631
|
+
"line": 67,
|
4147
4632
|
"character": 2
|
4148
4633
|
}
|
4149
4634
|
],
|
@@ -4153,7 +4638,7 @@
|
|
4153
4638
|
}
|
4154
4639
|
},
|
4155
4640
|
{
|
4156
|
-
"id":
|
4641
|
+
"id": 303,
|
4157
4642
|
"name": "showFilterButtonText",
|
4158
4643
|
"kind": 1024,
|
4159
4644
|
"kindString": "Property",
|
@@ -4166,7 +4651,7 @@
|
|
4166
4651
|
"sources": [
|
4167
4652
|
{
|
4168
4653
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
|
4169
|
-
"line":
|
4654
|
+
"line": 77,
|
4170
4655
|
"character": 2
|
4171
4656
|
}
|
4172
4657
|
],
|
@@ -4176,7 +4661,7 @@
|
|
4176
4661
|
}
|
4177
4662
|
},
|
4178
4663
|
{
|
4179
|
-
"id":
|
4664
|
+
"id": 304,
|
4180
4665
|
"name": "showSortButtonText",
|
4181
4666
|
"kind": 1024,
|
4182
4667
|
"kindString": "Property",
|
@@ -4189,7 +4674,7 @@
|
|
4189
4674
|
"sources": [
|
4190
4675
|
{
|
4191
4676
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
|
4192
|
-
"line":
|
4677
|
+
"line": 82,
|
4193
4678
|
"character": 2
|
4194
4679
|
}
|
4195
4680
|
],
|
@@ -4199,7 +4684,7 @@
|
|
4199
4684
|
}
|
4200
4685
|
},
|
4201
4686
|
{
|
4202
|
-
"id":
|
4687
|
+
"id": 305,
|
4203
4688
|
"name": "sortEnabled",
|
4204
4689
|
"kind": 1024,
|
4205
4690
|
"kindString": "Property",
|
@@ -4212,7 +4697,7 @@
|
|
4212
4697
|
"sources": [
|
4213
4698
|
{
|
4214
4699
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
|
4215
|
-
"line":
|
4700
|
+
"line": 86,
|
4216
4701
|
"character": 2
|
4217
4702
|
}
|
4218
4703
|
],
|
@@ -4227,30 +4712,154 @@
|
|
4227
4712
|
"title": "Properties",
|
4228
4713
|
"kind": 1024,
|
4229
4714
|
"children": [
|
4230
|
-
|
4231
|
-
|
4232
|
-
|
4233
|
-
|
4234
|
-
|
4235
|
-
|
4236
|
-
|
4237
|
-
|
4238
|
-
|
4239
|
-
|
4240
|
-
|
4241
|
-
|
4242
|
-
|
4243
|
-
|
4244
|
-
|
4245
|
-
|
4246
|
-
|
4715
|
+
289,
|
4716
|
+
290,
|
4717
|
+
291,
|
4718
|
+
292,
|
4719
|
+
293,
|
4720
|
+
294,
|
4721
|
+
295,
|
4722
|
+
296,
|
4723
|
+
297,
|
4724
|
+
298,
|
4725
|
+
299,
|
4726
|
+
300,
|
4727
|
+
302,
|
4728
|
+
301,
|
4729
|
+
303,
|
4730
|
+
304,
|
4731
|
+
305
|
4247
4732
|
]
|
4248
4733
|
}
|
4249
4734
|
],
|
4250
4735
|
"sources": [
|
4251
4736
|
{
|
4252
4737
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
|
4253
|
-
"line":
|
4738
|
+
"line": 8,
|
4739
|
+
"character": 17
|
4740
|
+
}
|
4741
|
+
]
|
4742
|
+
},
|
4743
|
+
{
|
4744
|
+
"id": 316,
|
4745
|
+
"name": "SkyDataViewStateOptions",
|
4746
|
+
"kind": 256,
|
4747
|
+
"kindString": "Interface",
|
4748
|
+
"flags": {},
|
4749
|
+
"children": [
|
4750
|
+
{
|
4751
|
+
"id": 320,
|
4752
|
+
"name": "additionalData",
|
4753
|
+
"kind": 1024,
|
4754
|
+
"kindString": "Property",
|
4755
|
+
"flags": {
|
4756
|
+
"isOptional": true
|
4757
|
+
},
|
4758
|
+
"comment": {
|
4759
|
+
"shortText": "An untyped property that can track any view-specific state information\nrelevant to a data manager that existing properties do not cover."
|
4760
|
+
},
|
4761
|
+
"sources": [
|
4762
|
+
{
|
4763
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-state-options.ts",
|
4764
|
+
"line": 18,
|
4765
|
+
"character": 2
|
4766
|
+
}
|
4767
|
+
],
|
4768
|
+
"type": {
|
4769
|
+
"type": "intrinsic",
|
4770
|
+
"name": "any"
|
4771
|
+
}
|
4772
|
+
},
|
4773
|
+
{
|
4774
|
+
"id": 318,
|
4775
|
+
"name": "columnIds",
|
4776
|
+
"kind": 1024,
|
4777
|
+
"kindString": "Property",
|
4778
|
+
"flags": {
|
4779
|
+
"isOptional": true
|
4780
|
+
},
|
4781
|
+
"comment": {
|
4782
|
+
"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."
|
4783
|
+
},
|
4784
|
+
"sources": [
|
4785
|
+
{
|
4786
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-state-options.ts",
|
4787
|
+
"line": 9,
|
4788
|
+
"character": 2
|
4789
|
+
}
|
4790
|
+
],
|
4791
|
+
"type": {
|
4792
|
+
"type": "array",
|
4793
|
+
"elementType": {
|
4794
|
+
"type": "intrinsic",
|
4795
|
+
"name": "string"
|
4796
|
+
}
|
4797
|
+
}
|
4798
|
+
},
|
4799
|
+
{
|
4800
|
+
"id": 319,
|
4801
|
+
"name": "displayedColumnIds",
|
4802
|
+
"kind": 1024,
|
4803
|
+
"kindString": "Property",
|
4804
|
+
"flags": {
|
4805
|
+
"isOptional": true
|
4806
|
+
},
|
4807
|
+
"comment": {
|
4808
|
+
"shortText": "The IDs of the columns displayed for column-based views."
|
4809
|
+
},
|
4810
|
+
"sources": [
|
4811
|
+
{
|
4812
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-state-options.ts",
|
4813
|
+
"line": 13,
|
4814
|
+
"character": 2
|
4815
|
+
}
|
4816
|
+
],
|
4817
|
+
"type": {
|
4818
|
+
"type": "array",
|
4819
|
+
"elementType": {
|
4820
|
+
"type": "intrinsic",
|
4821
|
+
"name": "string"
|
4822
|
+
}
|
4823
|
+
}
|
4824
|
+
},
|
4825
|
+
{
|
4826
|
+
"id": 317,
|
4827
|
+
"name": "viewId",
|
4828
|
+
"kind": 1024,
|
4829
|
+
"kindString": "Property",
|
4830
|
+
"flags": {},
|
4831
|
+
"comment": {
|
4832
|
+
"shortText": "The ID of this view."
|
4833
|
+
},
|
4834
|
+
"sources": [
|
4835
|
+
{
|
4836
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-state-options.ts",
|
4837
|
+
"line": 5,
|
4838
|
+
"character": 2
|
4839
|
+
}
|
4840
|
+
],
|
4841
|
+
"type": {
|
4842
|
+
"type": "intrinsic",
|
4843
|
+
"name": "string"
|
4844
|
+
}
|
4845
|
+
}
|
4846
|
+
],
|
4847
|
+
"groups": [
|
4848
|
+
{
|
4849
|
+
"title": "Properties",
|
4850
|
+
"kind": 1024,
|
4851
|
+
"children": [
|
4852
|
+
320,
|
4853
|
+
318,
|
4854
|
+
319,
|
4855
|
+
317
|
4856
|
+
]
|
4857
|
+
}
|
4858
|
+
],
|
4859
|
+
"sources": [
|
4860
|
+
{
|
4861
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-state-options.ts",
|
4862
|
+
"line": 1,
|
4254
4863
|
"character": 17
|
4255
4864
|
}
|
4256
4865
|
]
|
@@ -4261,7 +4870,7 @@
|
|
4261
4870
|
"title": "Enumerations",
|
4262
4871
|
"kind": 8,
|
4263
4872
|
"children": [
|
4264
|
-
|
4873
|
+
234
|
4265
4874
|
]
|
4266
4875
|
},
|
4267
4876
|
{
|
@@ -4271,8 +4880,8 @@
|
|
4271
4880
|
224,
|
4272
4881
|
155,
|
4273
4882
|
158,
|
4274
|
-
|
4275
|
-
|
4883
|
+
254,
|
4884
|
+
306,
|
4276
4885
|
41,
|
4277
4886
|
71,
|
4278
4887
|
74,
|
@@ -4286,11 +4895,15 @@
|
|
4286
4895
|
"title": "Interfaces",
|
4287
4896
|
"kind": 256,
|
4288
4897
|
"children": [
|
4289
|
-
|
4290
|
-
|
4291
|
-
|
4292
|
-
|
4293
|
-
|
4898
|
+
228,
|
4899
|
+
237,
|
4900
|
+
241,
|
4901
|
+
244,
|
4902
|
+
249,
|
4903
|
+
274,
|
4904
|
+
282,
|
4905
|
+
288,
|
4906
|
+
316
|
4294
4907
|
]
|
4295
4908
|
}
|
4296
4909
|
],
|
@@ -4311,7 +4924,7 @@
|
|
4311
4924
|
{
|
4312
4925
|
"fileName": "data-filter-modal.component.ts",
|
4313
4926
|
"filePath": "/projects/data-manager/documentation/code-examples/data-manager/basic/data-filter-modal.component.ts",
|
4314
|
-
"rawContents": "import { Component } from '@angular/core';\
|
4927
|
+
"rawContents": "import { Component } from '@angular/core';\nimport {\n SkyDataManagerFilterData,\n SkyDataManagerFilterModalContext,\n} from '@skyux/data-manager';\nimport { SkyModalInstance } from '@skyux/modals';\n\n@Component({\n selector: 'app-data-filter-modal-form',\n templateUrl: './data-filter-modal.component.html',\n})\nexport class DataManagerFiltersModalDemoComponent {\n public fruitType: string;\n\n public hideOrange: boolean;\n\n constructor(\n public context: SkyDataManagerFilterModalContext,\n public instance: SkyModalInstance\n ) {\n if (this.context.filterData && this.context.filterData.filters) {\n const filters = this.context.filterData.filters;\n this.fruitType = filters.type || 'any';\n this.hideOrange = filters.hideOrange || false;\n }\n }\n\n public applyFilters() {\n const result: SkyDataManagerFilterData = {};\n\n result.filtersApplied = this.fruitType !== 'any' || this.hideOrange;\n result.filters = {\n type: this.fruitType,\n hideOrange: this.hideOrange,\n };\n\n this.instance.save(result);\n }\n\n public clearAllFilters() {\n this.hideOrange = false;\n this.fruitType = 'any';\n }\n\n public cancel() {\n this.instance.cancel();\n }\n}\n"
|
4315
4928
|
},
|
4316
4929
|
{
|
4317
4930
|
"fileName": "data-manager-demo.component.html",
|
@@ -4321,12 +4934,12 @@
|
|
4321
4934
|
{
|
4322
4935
|
"fileName": "data-manager-demo.component.ts",
|
4323
4936
|
"filePath": "/projects/data-manager/documentation/code-examples/data-manager/basic/data-manager-demo.component.ts",
|
4324
|
-
"rawContents": "import { ChangeDetectionStrategy, Component, OnInit } from '@angular/core';\
|
4937
|
+
"rawContents": "import { ChangeDetectionStrategy, Component, OnInit } from '@angular/core';\nimport { SkyUIConfigService } from '@skyux/core';\nimport {\n SkyDataManagerService,\n SkyDataManagerState,\n} from '@skyux/data-manager';\n\nimport { DataManagerFiltersModalDemoComponent } from './data-filter-modal.component';\n\n@Component({\n selector: 'app-data-manager-demo',\n templateUrl: './data-manager-demo.component.html',\n providers: [SkyDataManagerService, SkyUIConfigService],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class DataManagerDemoComponent implements OnInit {\n public dataManagerConfig = {\n filterModalComponent: DataManagerFiltersModalDemoComponent,\n sortOptions: [\n {\n id: 'az',\n label: 'Name (A - Z)',\n descending: false,\n propertyName: 'name',\n },\n {\n id: 'za',\n label: 'Name (Z - A)',\n descending: true,\n propertyName: 'name',\n },\n ],\n };\n\n public defaultDataState = new SkyDataManagerState({\n filterData: {\n filtersApplied: true,\n filters: {\n hideOrange: true,\n },\n },\n views: [\n {\n viewId: 'gridView',\n displayedColumnIds: ['selected', 'name', 'description'],\n },\n ],\n });\n\n public dataState: SkyDataManagerState;\n\n public items: any[] = [\n {\n id: '1',\n name: 'Orange',\n description: 'A round, orange fruit. A great source of vitamin C.',\n type: 'citrus',\n color: 'orange',\n },\n {\n id: '2',\n name: 'Mango',\n description:\n \"Very difficult to peel. Delicious in smoothies, but don't eat the skin.\",\n type: 'other',\n color: 'orange',\n },\n {\n id: '3',\n name: 'Lime',\n description:\n 'A sour, green fruit used in many drinks. It grows on trees.',\n type: 'citrus',\n color: 'green',\n },\n {\n id: '4',\n name: 'Strawberry',\n description:\n 'A red fruit that goes well with shortcake. It is the name of both the fruit and the plant!',\n type: 'berry',\n color: 'red',\n },\n {\n id: '5',\n name: 'Blueberry',\n description:\n 'A small, blue fruit often found in muffins. When not ripe, they can be sour.',\n type: 'berry',\n color: 'blue',\n },\n {\n id: '6',\n name: 'Banana',\n description:\n 'A yellow fruit with a thick skin. Monkeys love them, and in some countries it is customary to eat the peel.',\n type: 'other',\n color: 'yellow',\n },\n ];\n\n public activeViewId = 'repeaterView';\n\n constructor(private dataManagerService: SkyDataManagerService) {\n this.dataManagerService\n .getDataStateUpdates('dataManager')\n .subscribe((state) => (this.dataState = state));\n this.dataManagerService\n .getActiveViewIdUpdates()\n .subscribe((activeViewId) => (this.activeViewId = activeViewId));\n }\n\n public ngOnInit(): void {\n this.dataManagerService.initDataManager({\n activeViewId: this.activeViewId,\n dataManagerConfig: this.dataManagerConfig,\n defaultDataState: this.defaultDataState,\n });\n }\n\n public searchSo(): void {\n this.dataState.searchText = 'so';\n this.dataManagerService.updateDataState(this.dataState, 'dataManager');\n }\n}\n"
|
4325
4938
|
},
|
4326
4939
|
{
|
4327
4940
|
"fileName": "data-manager-demo.module.ts",
|
4328
4941
|
"filePath": "/projects/data-manager/documentation/code-examples/data-manager/basic/data-manager-demo.module.ts",
|
4329
|
-
"rawContents": "import { CommonModule } from '@angular/common';\
|
4942
|
+
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { FormsModule } from '@angular/forms';\nimport { SkyDataManagerModule } from '@skyux/data-manager';\nimport { SkyCheckboxModule } from '@skyux/forms';\nimport { SkyCardModule, SkyToolbarModule } from '@skyux/layout';\nimport { SkyRepeaterModule } from '@skyux/lists';\nimport { SkyModalModule } from '@skyux/modals';\n\nimport { DataManagerFiltersModalDemoComponent } from './data-filter-modal.component';\nimport { DataManagerDemoComponent } from './data-manager-demo.component';\nimport { DataViewCardsDemoComponent } from './data-view-cards.component';\nimport { DataViewRepeaterDemoComponent } from './data-view-repeater.component';\n\n@NgModule({\n declarations: [\n DataManagerDemoComponent,\n DataManagerFiltersModalDemoComponent,\n DataViewCardsDemoComponent,\n DataViewRepeaterDemoComponent,\n ],\n imports: [\n CommonModule,\n FormsModule,\n SkyCardModule,\n SkyCheckboxModule,\n SkyDataManagerModule,\n SkyModalModule,\n SkyRepeaterModule,\n SkyToolbarModule,\n ],\n exports: [DataManagerDemoComponent],\n entryComponents: [\n DataManagerDemoComponent,\n DataManagerFiltersModalDemoComponent,\n ],\n})\nexport class DataManagerDemoModule {}\n"
|
4330
4943
|
},
|
4331
4944
|
{
|
4332
4945
|
"fileName": "data-view-cards.component.html",
|
@@ -4336,7 +4949,7 @@
|
|
4336
4949
|
{
|
4337
4950
|
"fileName": "data-view-cards.component.ts",
|
4338
4951
|
"filePath": "/projects/data-manager/documentation/code-examples/data-manager/basic/data-view-cards.component.ts",
|
4339
|
-
"rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n Input,\n OnInit,\n} from '@angular/core';\
|
4952
|
+
"rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n Input,\n OnInit,\n} from '@angular/core';\nimport {\n SkyDataManagerService,\n SkyDataManagerState,\n SkyDataViewConfig,\n} from '@skyux/data-manager';\n\n@Component({\n selector: 'app-data-view-cards-demo',\n templateUrl: './data-view-cards.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class DataViewCardsDemoComponent implements OnInit {\n @Input()\n public items: any[];\n\n public dataState: SkyDataManagerState;\n public displayedItems: any[];\n public viewId = 'cardsView';\n public viewConfig: SkyDataViewConfig = {\n id: this.viewId,\n name: 'Cards View',\n icon: 'th-large',\n sortEnabled: true,\n searchEnabled: true,\n filterButtonEnabled: true,\n showSortButtonText: true,\n };\n\n constructor(\n private changeDetector: ChangeDetectorRef,\n private dataManagerService: SkyDataManagerService\n ) {}\n\n public ngOnInit(): void {\n this.displayedItems = this.items;\n\n this.dataManagerService.initDataView(this.viewConfig);\n\n this.dataManagerService\n .getDataStateUpdates(this.viewId)\n .subscribe((state) => {\n this.dataState = state;\n this.displayedItems = this.sortItems(\n this.filterItems(this.searchItems(this.items))\n );\n this.changeDetector.detectChanges();\n });\n }\n\n public sortItems(items: any[]): any[] {\n let result = items;\n const sortOption = this.dataState && this.dataState.activeSortOption;\n\n if (sortOption) {\n result = items.sort(function (a: any, b: any) {\n const descending = sortOption.descending ? -1 : 1,\n sortProperty = sortOption.propertyName;\n\n if (a[sortProperty] > b[sortProperty]) {\n return descending;\n } else if (a[sortProperty] < b[sortProperty]) {\n return -1 * descending;\n } else {\n return 0;\n }\n });\n }\n\n return result;\n }\n\n public searchItems(items: any[]): any[] {\n let searchedItems = items;\n const searchText =\n this.dataState && this.dataState.searchText?.toUpperCase();\n\n if (searchText) {\n searchedItems = items.filter(function (item: any) {\n let property: any;\n\n for (property in item) {\n if (\n item.hasOwnProperty(property) &&\n (property === 'name' || property === 'description')\n ) {\n const propertyText = item[property].toUpperCase();\n if (propertyText.indexOf(searchText) > -1) {\n return true;\n }\n }\n }\n\n return false;\n });\n }\n return searchedItems;\n }\n\n public filterItems(items: any[]): any[] {\n let filteredItems = items;\n const filterData = this.dataState && this.dataState.filterData;\n\n if (filterData && filterData.filters) {\n const filters = filterData.filters;\n filteredItems = items.filter((item: any) => {\n if (\n ((filters.hideOrange && item.color !== 'orange') ||\n !filters.hideOrange) &&\n ((filters.type !== 'any' && item.type === filters.type) ||\n !filters.type ||\n filters.type === 'any')\n ) {\n return true;\n }\n return false;\n });\n }\n\n return filteredItems;\n }\n\n public searchBe(): void {\n this.dataState.searchText = 'be';\n this.dataManagerService.updateDataState(this.dataState, 'searchButton');\n }\n}\n"
|
4340
4953
|
},
|
4341
4954
|
{
|
4342
4955
|
"fileName": "data-view-repeater.component.html",
|
@@ -4346,7 +4959,7 @@
|
|
4346
4959
|
{
|
4347
4960
|
"fileName": "data-view-repeater.component.ts",
|
4348
4961
|
"filePath": "/projects/data-manager/documentation/code-examples/data-manager/basic/data-view-repeater.component.ts",
|
4349
|
-
"rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n Input,\n OnInit,\n} from '@angular/core';\
|
4962
|
+
"rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n Input,\n OnInit,\n} from '@angular/core';\nimport {\n SkyDataManagerService,\n SkyDataManagerState,\n SkyDataViewConfig,\n} from '@skyux/data-manager';\n\n@Component({\n selector: 'app-data-view-repeater-demo',\n templateUrl: './data-view-repeater.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class DataViewRepeaterDemoComponent implements OnInit {\n @Input()\n public items: any[];\n\n public dataState = new SkyDataManagerState({});\n\n public displayedItems: any[];\n\n public isActive: boolean;\n\n public viewId = 'repeaterView';\n\n public viewConfig: SkyDataViewConfig = {\n id: this.viewId,\n name: 'Repeater View',\n icon: 'list',\n searchEnabled: true,\n filterButtonEnabled: true,\n multiselectToolbarEnabled: true,\n onClearAllClick: this.clearAll.bind(this),\n onSelectAllClick: this.selectAll.bind(this),\n };\n\n constructor(\n private changeDetector: ChangeDetectorRef,\n private dataManagerService: SkyDataManagerService\n ) {}\n\n public ngOnInit(): void {\n this.displayedItems = this.items;\n\n this.dataManagerService.initDataView(this.viewConfig);\n\n this.dataManagerService\n .getDataStateUpdates(this.viewId)\n .subscribe((state) => {\n this.dataState = state;\n this.updateData();\n });\n\n this.dataManagerService.getActiveViewIdUpdates().subscribe((id) => {\n this.isActive = id === this.viewId;\n });\n }\n\n public updateData(): void {\n const selectedIds = this.dataState.selectedIds || [];\n this.items.forEach((item) => {\n item.selected = selectedIds.indexOf(item.id) !== -1;\n });\n this.displayedItems = this.filterItems(this.searchItems(this.items));\n\n if (this.dataState.onlyShowSelected) {\n this.displayedItems = this.displayedItems.filter((item) => item.selected);\n }\n\n this.changeDetector.detectChanges();\n }\n\n public searchItems(items: any[]): any[] {\n let searchedItems = items;\n const searchText =\n this.dataState && this.dataState.searchText?.toUpperCase();\n\n if (searchText) {\n searchedItems = items.filter(function (item: any) {\n let property: any;\n\n for (property in item) {\n if (\n item.hasOwnProperty(property) &&\n (property === 'name' || property === 'description')\n ) {\n const propertyText = item[property].toUpperCase();\n if (propertyText.indexOf(searchText) > -1) {\n return true;\n }\n }\n }\n\n return false;\n });\n }\n return searchedItems;\n }\n\n public filterItems(items: any[]): any[] {\n let filteredItems = items;\n const filterData = this.dataState && this.dataState.filterData;\n\n if (filterData && filterData.filters) {\n const filters = filterData.filters;\n filteredItems = items.filter((item: any) => {\n if (\n ((filters.hideOrange && item.color !== 'orange') ||\n !filters.hideOrange) &&\n ((filters.type !== 'any' && item.type === filters.type) ||\n !filters.type ||\n filters.type === 'any')\n ) {\n return true;\n }\n return false;\n });\n }\n\n return filteredItems;\n }\n\n public selectAll(): void {\n const selectedIds = this.dataState.selectedIds || [];\n\n this.displayedItems.forEach((item) => {\n if (!item.selected) {\n item.selected = true;\n selectedIds.push(item.id);\n }\n });\n\n this.dataState.selectedIds = selectedIds;\n this.dataManagerService.updateDataState(this.dataState, this.viewId);\n this.changeDetector.markForCheck();\n }\n\n public clearAll(): void {\n const selectedIds = this.dataState.selectedIds || [];\n\n this.displayedItems.forEach((item) => {\n if (item.selected) {\n const itemIndex = selectedIds.indexOf(item.id);\n item.selected = false;\n selectedIds.splice(itemIndex, 1);\n }\n });\n\n if (this.dataState.onlyShowSelected) {\n this.displayedItems = [];\n }\n\n this.dataState.selectedIds = selectedIds;\n this.dataManagerService.updateDataState(this.dataState, this.viewId);\n this.changeDetector.markForCheck();\n }\n\n public onItemSelect(isSelected: boolean, item: any): void {\n const selectedItems = this.dataState.selectedIds || [];\n const itemIndex = selectedItems.indexOf(item.id);\n\n if (isSelected && itemIndex === -1) {\n selectedItems.push(item.id);\n } else if (!isSelected && itemIndex !== -1) {\n selectedItems.splice(itemIndex, 1);\n }\n\n this.dataState.selectedIds = selectedItems;\n this.dataManagerService.updateDataState(this.dataState, this.viewId);\n if (this.dataState.onlyShowSelected && this.displayedItems) {\n this.displayedItems = this.displayedItems.filter((itm) => itm.selected);\n this.changeDetector.markForCheck();\n }\n }\n}\n"
|
4350
4963
|
}
|
4351
4964
|
]
|
4352
4965
|
}
|