@skyux/data-manager 5.0.0 → 5.0.3
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 +171 -126
- package/bundles/skyux-data-manager.umd.js.map +1 -1
- package/documentation.json +902 -284
- package/esm2015/modules/data-manager/data-manager-column-picker/data-manager-column-picker-context.js +1 -1
- package/esm2015/modules/data-manager/data-manager-column-picker/data-manager-column-picker-impl.service.js +4 -4
- package/esm2015/modules/data-manager/data-manager-column-picker/data-manager-column-picker.component.js +27 -21
- package/esm2015/modules/data-manager/data-manager-column-picker/data-manager-column-picker.service.js +4 -4
- package/esm2015/modules/data-manager/data-manager-filter-context.js +1 -1
- package/esm2015/modules/data-manager/data-manager-toolbar/data-manager-toolbar-left-item.component.js +5 -5
- package/esm2015/modules/data-manager/data-manager-toolbar/data-manager-toolbar-primary-item.component.js +5 -5
- package/esm2015/modules/data-manager/data-manager-toolbar/data-manager-toolbar-right-item.component.js +5 -5
- package/esm2015/modules/data-manager/data-manager-toolbar/data-manager-toolbar-section.component.js +5 -5
- package/esm2015/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.js +26 -17
- package/esm2015/modules/data-manager/data-manager.component.js +15 -12
- package/esm2015/modules/data-manager/data-manager.module.js +16 -18
- package/esm2015/modules/data-manager/data-manager.service.js +38 -24
- package/esm2015/modules/data-manager/data-view.component.js +9 -8
- package/esm2015/modules/data-manager/models/data-manager-column-picker-sort-strategy.js +1 -1
- package/esm2015/modules/data-manager/models/data-manager-config.js +1 -1
- package/esm2015/modules/data-manager/models/data-manager-init-args.js +1 -1
- package/esm2015/modules/data-manager/models/data-manager-state-change.js +1 -1
- package/esm2015/modules/data-manager/models/data-manager-state-options.js +1 -1
- package/esm2015/modules/data-manager/models/data-manager-state-update-filter-args.js +1 -1
- package/esm2015/modules/data-manager/models/data-manager-state.js +7 -7
- package/esm2015/modules/data-manager/models/data-view-config.js +1 -1
- package/esm2015/modules/data-manager/models/data-view-state-options.js +1 -1
- package/esm2015/modules/data-manager/models/data-view-state.js +2 -2
- package/esm2015/modules/shared/sky-data-manager-resources.module.js +28 -12
- package/esm2015/public-api.js +5 -1
- package/fesm2015/skyux-data-manager.js +174 -127
- package/fesm2015/skyux-data-manager.js.map +1 -1
- package/modules/data-manager/models/data-view-state-options.d.ts +1 -1
- package/package.json +9 -9
- package/public-api.d.ts +4 -0
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
|
],
|
@@ -122,13 +126,13 @@
|
|
122
126
|
"sources": [
|
123
127
|
{
|
124
128
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-filter-context.ts",
|
125
|
-
"line":
|
129
|
+
"line": 4,
|
126
130
|
"character": 9
|
127
131
|
}
|
128
132
|
],
|
129
133
|
"type": {
|
130
134
|
"type": "reference",
|
131
|
-
"id":
|
135
|
+
"id": 241,
|
132
136
|
"name": "SkyDataManagerFilterData"
|
133
137
|
}
|
134
138
|
}
|
@@ -152,7 +156,7 @@
|
|
152
156
|
"sources": [
|
153
157
|
{
|
154
158
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-filter-context.ts",
|
155
|
-
"line":
|
159
|
+
"line": 3,
|
156
160
|
"character": 13
|
157
161
|
}
|
158
162
|
]
|
@@ -171,7 +175,7 @@
|
|
171
175
|
"name": "NgModule"
|
172
176
|
},
|
173
177
|
"arguments": {
|
174
|
-
"obj": "{\n declarations: [\n SkyDataManagerColumnPickerComponent,\n SkyDataManagerComponent,\n SkyDataManagerToolbarLeftItemComponent,\n SkyDataManagerToolbarPrimaryItemComponent,\n SkyDataManagerToolbarRightItemComponent,\n SkyDataManagerToolbarSectionComponent,\n SkyDataManagerToolbarComponent,\n SkyDataViewComponent
|
178
|
+
"obj": "{\n declarations: [\n SkyDataManagerColumnPickerComponent,\n SkyDataManagerComponent,\n SkyDataManagerToolbarLeftItemComponent,\n SkyDataManagerToolbarPrimaryItemComponent,\n SkyDataManagerToolbarRightItemComponent,\n SkyDataManagerToolbarSectionComponent,\n SkyDataManagerToolbarComponent,\n SkyDataViewComponent,\n ],\n imports: [\n CommonModule,\n FormsModule,\n SkyBackToTopModule,\n SkyCheckboxModule,\n SkyDataManagerResourcesModule,\n SkyFilterModule,\n SkyIconModule,\n SkyModalModule,\n SkyRadioModule,\n SkyRepeaterModule,\n SkySearchModule,\n SkySortModule,\n SkyToolbarModule,\n SkyViewkeeperModule,\n ],\n exports: [\n SkyDataManagerColumnPickerComponent,\n SkyDataManagerComponent,\n SkyDataManagerToolbarLeftItemComponent,\n SkyDataManagerToolbarPrimaryItemComponent,\n SkyDataManagerToolbarRightItemComponent,\n SkyDataManagerToolbarSectionComponent,\n SkyDataManagerToolbarComponent,\n SkyDataViewComponent,\n ],\n entryComponents: [SkyDataManagerColumnPickerComponent],\n providers: [\n {\n provide: SkyDataManagerColumnPickerService,\n useClass: SkyDataManagerColumnPickerImplService,\n },\n ],\n}"
|
175
179
|
}
|
176
180
|
}
|
177
181
|
],
|
@@ -210,7 +214,7 @@
|
|
210
214
|
"sources": [
|
211
215
|
{
|
212
216
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.module.ts",
|
213
|
-
"line":
|
217
|
+
"line": 92,
|
214
218
|
"character": 13
|
215
219
|
}
|
216
220
|
]
|
@@ -244,7 +248,7 @@
|
|
244
248
|
"sources": [
|
245
249
|
{
|
246
250
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
247
|
-
"line":
|
251
|
+
"line": 59,
|
248
252
|
"character": 2
|
249
253
|
}
|
250
254
|
],
|
@@ -287,7 +291,7 @@
|
|
287
291
|
"sources": [
|
288
292
|
{
|
289
293
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
290
|
-
"line":
|
294
|
+
"line": 41,
|
291
295
|
"character": 9
|
292
296
|
}
|
293
297
|
],
|
@@ -346,7 +350,7 @@
|
|
346
350
|
"sources": [
|
347
351
|
{
|
348
352
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
349
|
-
"line":
|
353
|
+
"line": 294,
|
350
354
|
"character": 9
|
351
355
|
}
|
352
356
|
],
|
@@ -384,7 +388,7 @@
|
|
384
388
|
"sources": [
|
385
389
|
{
|
386
390
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
387
|
-
"line":
|
391
|
+
"line": 265,
|
388
392
|
"character": 9
|
389
393
|
}
|
390
394
|
],
|
@@ -400,7 +404,7 @@
|
|
400
404
|
},
|
401
405
|
"type": {
|
402
406
|
"type": "reference",
|
403
|
-
"id":
|
407
|
+
"id": 237,
|
404
408
|
"name": "SkyDataManagerConfig"
|
405
409
|
}
|
406
410
|
}
|
@@ -417,7 +421,7 @@
|
|
417
421
|
"sources": [
|
418
422
|
{
|
419
423
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
420
|
-
"line":
|
424
|
+
"line": 272,
|
421
425
|
"character": 9
|
422
426
|
}
|
423
427
|
],
|
@@ -436,7 +440,7 @@
|
|
436
440
|
"typeArguments": [
|
437
441
|
{
|
438
442
|
"type": "reference",
|
439
|
-
"id":
|
443
|
+
"id": 237,
|
440
444
|
"name": "SkyDataManagerConfig"
|
441
445
|
}
|
442
446
|
],
|
@@ -456,7 +460,7 @@
|
|
456
460
|
"sources": [
|
457
461
|
{
|
458
462
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
459
|
-
"line":
|
463
|
+
"line": 225,
|
460
464
|
"character": 9
|
461
465
|
}
|
462
466
|
],
|
@@ -495,6 +499,7 @@
|
|
495
499
|
},
|
496
500
|
"type": {
|
497
501
|
"type": "reference",
|
502
|
+
"id": 282,
|
498
503
|
"name": "SkyDataManagerStateUpdateFilterArgs"
|
499
504
|
}
|
500
505
|
}
|
@@ -504,7 +509,7 @@
|
|
504
509
|
"typeArguments": [
|
505
510
|
{
|
506
511
|
"type": "reference",
|
507
|
-
"id":
|
512
|
+
"id": 254,
|
508
513
|
"name": "SkyDataManagerState"
|
509
514
|
}
|
510
515
|
],
|
@@ -524,7 +529,7 @@
|
|
524
529
|
"sources": [
|
525
530
|
{
|
526
531
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
527
|
-
"line":
|
532
|
+
"line": 287,
|
528
533
|
"character": 9
|
529
534
|
}
|
530
535
|
],
|
@@ -545,7 +550,7 @@
|
|
545
550
|
"type": "array",
|
546
551
|
"elementType": {
|
547
552
|
"type": "reference",
|
548
|
-
"id":
|
553
|
+
"id": 288,
|
549
554
|
"name": "SkyDataViewConfig"
|
550
555
|
}
|
551
556
|
}
|
@@ -566,7 +571,7 @@
|
|
566
571
|
"sources": [
|
567
572
|
{
|
568
573
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
569
|
-
"line":
|
574
|
+
"line": 310,
|
570
575
|
"character": 9
|
571
576
|
}
|
572
577
|
],
|
@@ -598,7 +603,7 @@
|
|
598
603
|
],
|
599
604
|
"type": {
|
600
605
|
"type": "reference",
|
601
|
-
"id":
|
606
|
+
"id": 288,
|
602
607
|
"name": "SkyDataViewConfig"
|
603
608
|
}
|
604
609
|
}
|
@@ -615,7 +620,7 @@
|
|
615
620
|
"sources": [
|
616
621
|
{
|
617
622
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
618
|
-
"line":
|
623
|
+
"line": 77,
|
619
624
|
"character": 9
|
620
625
|
}
|
621
626
|
],
|
@@ -641,7 +646,7 @@
|
|
641
646
|
},
|
642
647
|
"type": {
|
643
648
|
"type": "reference",
|
644
|
-
"id":
|
649
|
+
"id": 244,
|
645
650
|
"name": "SkyDataManagerInitArgs"
|
646
651
|
}
|
647
652
|
}
|
@@ -664,7 +669,7 @@
|
|
664
669
|
"sources": [
|
665
670
|
{
|
666
671
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
667
|
-
"line":
|
672
|
+
"line": 125,
|
668
673
|
"character": 9
|
669
674
|
}
|
670
675
|
],
|
@@ -690,7 +695,7 @@
|
|
690
695
|
},
|
691
696
|
"type": {
|
692
697
|
"type": "reference",
|
693
|
-
"id":
|
698
|
+
"id": 288,
|
694
699
|
"name": "SkyDataViewConfig"
|
695
700
|
}
|
696
701
|
}
|
@@ -713,7 +718,7 @@
|
|
713
718
|
"sources": [
|
714
719
|
{
|
715
720
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
716
|
-
"line":
|
721
|
+
"line": 61,
|
717
722
|
"character": 9
|
718
723
|
}
|
719
724
|
],
|
@@ -750,7 +755,7 @@
|
|
750
755
|
"sources": [
|
751
756
|
{
|
752
757
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
753
|
-
"line":
|
758
|
+
"line": 302,
|
754
759
|
"character": 9
|
755
760
|
}
|
756
761
|
],
|
@@ -798,7 +803,7 @@
|
|
798
803
|
"sources": [
|
799
804
|
{
|
800
805
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
801
|
-
"line":
|
806
|
+
"line": 280,
|
802
807
|
"character": 9
|
803
808
|
}
|
804
809
|
],
|
@@ -824,7 +829,7 @@
|
|
824
829
|
},
|
825
830
|
"type": {
|
826
831
|
"type": "reference",
|
827
|
-
"id":
|
832
|
+
"id": 237,
|
828
833
|
"name": "SkyDataManagerConfig"
|
829
834
|
}
|
830
835
|
}
|
@@ -847,7 +852,7 @@
|
|
847
852
|
"sources": [
|
848
853
|
{
|
849
854
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
850
|
-
"line":
|
855
|
+
"line": 255,
|
851
856
|
"character": 9
|
852
857
|
}
|
853
858
|
],
|
@@ -873,7 +878,7 @@
|
|
873
878
|
},
|
874
879
|
"type": {
|
875
880
|
"type": "reference",
|
876
|
-
"id":
|
881
|
+
"id": 254,
|
877
882
|
"name": "SkyDataManagerState"
|
878
883
|
}
|
879
884
|
},
|
@@ -910,7 +915,7 @@
|
|
910
915
|
"sources": [
|
911
916
|
{
|
912
917
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
913
|
-
"line":
|
918
|
+
"line": 325,
|
914
919
|
"character": 9
|
915
920
|
}
|
916
921
|
],
|
@@ -936,7 +941,7 @@
|
|
936
941
|
},
|
937
942
|
"type": {
|
938
943
|
"type": "reference",
|
939
|
-
"id":
|
944
|
+
"id": 288,
|
940
945
|
"name": "SkyDataViewConfig"
|
941
946
|
}
|
942
947
|
}
|
@@ -987,7 +992,7 @@
|
|
987
992
|
"sources": [
|
988
993
|
{
|
989
994
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.service.ts",
|
990
|
-
"line":
|
995
|
+
"line": 40,
|
991
996
|
"character": 13
|
992
997
|
}
|
993
998
|
],
|
@@ -999,14 +1004,14 @@
|
|
999
1004
|
]
|
1000
1005
|
},
|
1001
1006
|
{
|
1002
|
-
"id":
|
1007
|
+
"id": 254,
|
1003
1008
|
"name": "SkyDataManagerState",
|
1004
1009
|
"kind": 128,
|
1005
1010
|
"kindString": "Class",
|
1006
1011
|
"flags": {},
|
1007
1012
|
"children": [
|
1008
1013
|
{
|
1009
|
-
"id":
|
1014
|
+
"id": 255,
|
1010
1015
|
"name": "constructor",
|
1011
1016
|
"kind": 512,
|
1012
1017
|
"kindString": "Constructor",
|
@@ -1014,40 +1019,41 @@
|
|
1014
1019
|
"sources": [
|
1015
1020
|
{
|
1016
1021
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
|
1017
|
-
"line":
|
1022
|
+
"line": 20,
|
1018
1023
|
"character": 2
|
1019
1024
|
}
|
1020
1025
|
],
|
1021
1026
|
"signatures": [
|
1022
1027
|
{
|
1023
|
-
"id":
|
1028
|
+
"id": 256,
|
1024
1029
|
"name": "new SkyDataManagerState",
|
1025
1030
|
"kind": 16384,
|
1026
1031
|
"kindString": "Constructor signature",
|
1027
1032
|
"flags": {},
|
1028
1033
|
"parameters": [
|
1029
1034
|
{
|
1030
|
-
"id":
|
1035
|
+
"id": 257,
|
1031
1036
|
"name": "data",
|
1032
1037
|
"kind": 32768,
|
1033
1038
|
"kindString": "Parameter",
|
1034
1039
|
"flags": {},
|
1035
1040
|
"type": {
|
1036
1041
|
"type": "reference",
|
1042
|
+
"id": 274,
|
1037
1043
|
"name": "SkyDataManagerStateOptions"
|
1038
1044
|
}
|
1039
1045
|
}
|
1040
1046
|
],
|
1041
1047
|
"type": {
|
1042
1048
|
"type": "reference",
|
1043
|
-
"id":
|
1049
|
+
"id": 254,
|
1044
1050
|
"name": "SkyDataManagerState"
|
1045
1051
|
}
|
1046
1052
|
}
|
1047
1053
|
]
|
1048
1054
|
},
|
1049
1055
|
{
|
1050
|
-
"id":
|
1056
|
+
"id": 258,
|
1051
1057
|
"name": "activeSortOption",
|
1052
1058
|
"kind": 1024,
|
1053
1059
|
"kindString": "Property",
|
@@ -1057,18 +1063,18 @@
|
|
1057
1063
|
"sources": [
|
1058
1064
|
{
|
1059
1065
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
|
1060
|
-
"line":
|
1066
|
+
"line": 12,
|
1061
1067
|
"character": 9
|
1062
1068
|
}
|
1063
1069
|
],
|
1064
1070
|
"type": {
|
1065
1071
|
"type": "reference",
|
1066
|
-
"id":
|
1072
|
+
"id": 249,
|
1067
1073
|
"name": "SkyDataManagerSortOption"
|
1068
1074
|
}
|
1069
1075
|
},
|
1070
1076
|
{
|
1071
|
-
"id":
|
1077
|
+
"id": 259,
|
1072
1078
|
"name": "additionalData",
|
1073
1079
|
"kind": 1024,
|
1074
1080
|
"kindString": "Property",
|
@@ -1078,7 +1084,7 @@
|
|
1078
1084
|
"sources": [
|
1079
1085
|
{
|
1080
1086
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
|
1081
|
-
"line":
|
1087
|
+
"line": 13,
|
1082
1088
|
"character": 9
|
1083
1089
|
}
|
1084
1090
|
],
|
@@ -1088,7 +1094,7 @@
|
|
1088
1094
|
}
|
1089
1095
|
},
|
1090
1096
|
{
|
1091
|
-
"id":
|
1097
|
+
"id": 260,
|
1092
1098
|
"name": "filterData",
|
1093
1099
|
"kind": 1024,
|
1094
1100
|
"kindString": "Property",
|
@@ -1098,18 +1104,18 @@
|
|
1098
1104
|
"sources": [
|
1099
1105
|
{
|
1100
1106
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
|
1101
|
-
"line":
|
1107
|
+
"line": 14,
|
1102
1108
|
"character": 9
|
1103
1109
|
}
|
1104
1110
|
],
|
1105
1111
|
"type": {
|
1106
1112
|
"type": "reference",
|
1107
|
-
"id":
|
1113
|
+
"id": 241,
|
1108
1114
|
"name": "SkyDataManagerFilterData"
|
1109
1115
|
}
|
1110
1116
|
},
|
1111
1117
|
{
|
1112
|
-
"id":
|
1118
|
+
"id": 261,
|
1113
1119
|
"name": "onlyShowSelected",
|
1114
1120
|
"kind": 1024,
|
1115
1121
|
"kindString": "Property",
|
@@ -1119,7 +1125,7 @@
|
|
1119
1125
|
"sources": [
|
1120
1126
|
{
|
1121
1127
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
|
1122
|
-
"line":
|
1128
|
+
"line": 15,
|
1123
1129
|
"character": 9
|
1124
1130
|
}
|
1125
1131
|
],
|
@@ -1129,7 +1135,7 @@
|
|
1129
1135
|
}
|
1130
1136
|
},
|
1131
1137
|
{
|
1132
|
-
"id":
|
1138
|
+
"id": 262,
|
1133
1139
|
"name": "searchText",
|
1134
1140
|
"kind": 1024,
|
1135
1141
|
"kindString": "Property",
|
@@ -1139,7 +1145,7 @@
|
|
1139
1145
|
"sources": [
|
1140
1146
|
{
|
1141
1147
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
|
1142
|
-
"line":
|
1148
|
+
"line": 16,
|
1143
1149
|
"character": 9
|
1144
1150
|
}
|
1145
1151
|
],
|
@@ -1149,7 +1155,7 @@
|
|
1149
1155
|
}
|
1150
1156
|
},
|
1151
1157
|
{
|
1152
|
-
"id":
|
1158
|
+
"id": 263,
|
1153
1159
|
"name": "selectedIds",
|
1154
1160
|
"kind": 1024,
|
1155
1161
|
"kindString": "Property",
|
@@ -1159,7 +1165,7 @@
|
|
1159
1165
|
"sources": [
|
1160
1166
|
{
|
1161
1167
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
|
1162
|
-
"line":
|
1168
|
+
"line": 17,
|
1163
1169
|
"character": 9
|
1164
1170
|
}
|
1165
1171
|
],
|
@@ -1172,7 +1178,7 @@
|
|
1172
1178
|
}
|
1173
1179
|
},
|
1174
1180
|
{
|
1175
|
-
"id":
|
1181
|
+
"id": 264,
|
1176
1182
|
"name": "views",
|
1177
1183
|
"kind": 1024,
|
1178
1184
|
"kindString": "Property",
|
@@ -1182,7 +1188,7 @@
|
|
1182
1188
|
"sources": [
|
1183
1189
|
{
|
1184
1190
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
|
1185
|
-
"line":
|
1191
|
+
"line": 18,
|
1186
1192
|
"character": 9
|
1187
1193
|
}
|
1188
1194
|
],
|
@@ -1190,14 +1196,14 @@
|
|
1190
1196
|
"type": "array",
|
1191
1197
|
"elementType": {
|
1192
1198
|
"type": "reference",
|
1193
|
-
"id":
|
1199
|
+
"id": 306,
|
1194
1200
|
"name": "SkyDataViewState"
|
1195
1201
|
}
|
1196
1202
|
},
|
1197
1203
|
"defaultValue": "[]"
|
1198
1204
|
},
|
1199
1205
|
{
|
1200
|
-
"id":
|
1206
|
+
"id": 270,
|
1201
1207
|
"name": "addOrUpdateView",
|
1202
1208
|
"kind": 2048,
|
1203
1209
|
"kindString": "Method",
|
@@ -1207,20 +1213,20 @@
|
|
1207
1213
|
"sources": [
|
1208
1214
|
{
|
1209
1215
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
|
1210
|
-
"line":
|
1216
|
+
"line": 53,
|
1211
1217
|
"character": 9
|
1212
1218
|
}
|
1213
1219
|
],
|
1214
1220
|
"signatures": [
|
1215
1221
|
{
|
1216
|
-
"id":
|
1222
|
+
"id": 271,
|
1217
1223
|
"name": "addOrUpdateView",
|
1218
1224
|
"kind": 4096,
|
1219
1225
|
"kindString": "Call signature",
|
1220
1226
|
"flags": {},
|
1221
1227
|
"parameters": [
|
1222
1228
|
{
|
1223
|
-
"id":
|
1229
|
+
"id": 272,
|
1224
1230
|
"name": "viewId",
|
1225
1231
|
"kind": 32768,
|
1226
1232
|
"kindString": "Parameter",
|
@@ -1231,28 +1237,28 @@
|
|
1231
1237
|
}
|
1232
1238
|
},
|
1233
1239
|
{
|
1234
|
-
"id":
|
1240
|
+
"id": 273,
|
1235
1241
|
"name": "view",
|
1236
1242
|
"kind": 32768,
|
1237
1243
|
"kindString": "Parameter",
|
1238
1244
|
"flags": {},
|
1239
1245
|
"type": {
|
1240
1246
|
"type": "reference",
|
1241
|
-
"id":
|
1247
|
+
"id": 306,
|
1242
1248
|
"name": "SkyDataViewState"
|
1243
1249
|
}
|
1244
1250
|
}
|
1245
1251
|
],
|
1246
1252
|
"type": {
|
1247
1253
|
"type": "reference",
|
1248
|
-
"id":
|
1254
|
+
"id": 254,
|
1249
1255
|
"name": "SkyDataManagerState"
|
1250
1256
|
}
|
1251
1257
|
}
|
1252
1258
|
]
|
1253
1259
|
},
|
1254
1260
|
{
|
1255
|
-
"id":
|
1261
|
+
"id": 265,
|
1256
1262
|
"name": "getStateOptions",
|
1257
1263
|
"kind": 2048,
|
1258
1264
|
"kindString": "Method",
|
@@ -1262,26 +1268,27 @@
|
|
1262
1268
|
"sources": [
|
1263
1269
|
{
|
1264
1270
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
|
1265
|
-
"line":
|
1271
|
+
"line": 33,
|
1266
1272
|
"character": 9
|
1267
1273
|
}
|
1268
1274
|
],
|
1269
1275
|
"signatures": [
|
1270
1276
|
{
|
1271
|
-
"id":
|
1277
|
+
"id": 266,
|
1272
1278
|
"name": "getStateOptions",
|
1273
1279
|
"kind": 4096,
|
1274
1280
|
"kindString": "Call signature",
|
1275
1281
|
"flags": {},
|
1276
1282
|
"type": {
|
1277
1283
|
"type": "reference",
|
1284
|
+
"id": 274,
|
1278
1285
|
"name": "SkyDataManagerStateOptions"
|
1279
1286
|
}
|
1280
1287
|
}
|
1281
1288
|
]
|
1282
1289
|
},
|
1283
1290
|
{
|
1284
|
-
"id":
|
1291
|
+
"id": 267,
|
1285
1292
|
"name": "getViewStateById",
|
1286
1293
|
"kind": 2048,
|
1287
1294
|
"kindString": "Method",
|
@@ -1291,20 +1298,20 @@
|
|
1291
1298
|
"sources": [
|
1292
1299
|
{
|
1293
1300
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
|
1294
|
-
"line":
|
1301
|
+
"line": 49,
|
1295
1302
|
"character": 9
|
1296
1303
|
}
|
1297
1304
|
],
|
1298
1305
|
"signatures": [
|
1299
1306
|
{
|
1300
|
-
"id":
|
1307
|
+
"id": 268,
|
1301
1308
|
"name": "getViewStateById",
|
1302
1309
|
"kind": 4096,
|
1303
1310
|
"kindString": "Call signature",
|
1304
1311
|
"flags": {},
|
1305
1312
|
"parameters": [
|
1306
1313
|
{
|
1307
|
-
"id":
|
1314
|
+
"id": 269,
|
1308
1315
|
"name": "viewId",
|
1309
1316
|
"kind": 32768,
|
1310
1317
|
"kindString": "Parameter",
|
@@ -1317,7 +1324,7 @@
|
|
1317
1324
|
],
|
1318
1325
|
"type": {
|
1319
1326
|
"type": "reference",
|
1320
|
-
"id":
|
1327
|
+
"id": 306,
|
1321
1328
|
"name": "SkyDataViewState"
|
1322
1329
|
}
|
1323
1330
|
}
|
@@ -1329,49 +1336,49 @@
|
|
1329
1336
|
"title": "Constructors",
|
1330
1337
|
"kind": 512,
|
1331
1338
|
"children": [
|
1332
|
-
|
1339
|
+
255
|
1333
1340
|
]
|
1334
1341
|
},
|
1335
1342
|
{
|
1336
1343
|
"title": "Properties",
|
1337
1344
|
"kind": 1024,
|
1338
1345
|
"children": [
|
1339
|
-
|
1340
|
-
|
1341
|
-
|
1342
|
-
|
1343
|
-
|
1344
|
-
|
1345
|
-
|
1346
|
+
258,
|
1347
|
+
259,
|
1348
|
+
260,
|
1349
|
+
261,
|
1350
|
+
262,
|
1351
|
+
263,
|
1352
|
+
264
|
1346
1353
|
]
|
1347
1354
|
},
|
1348
1355
|
{
|
1349
1356
|
"title": "Methods",
|
1350
1357
|
"kind": 2048,
|
1351
1358
|
"children": [
|
1352
|
-
|
1353
|
-
|
1354
|
-
|
1359
|
+
270,
|
1360
|
+
265,
|
1361
|
+
267
|
1355
1362
|
]
|
1356
1363
|
}
|
1357
1364
|
],
|
1358
1365
|
"sources": [
|
1359
1366
|
{
|
1360
1367
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state.ts",
|
1361
|
-
"line":
|
1368
|
+
"line": 11,
|
1362
1369
|
"character": 13
|
1363
1370
|
}
|
1364
1371
|
]
|
1365
1372
|
},
|
1366
1373
|
{
|
1367
|
-
"id":
|
1374
|
+
"id": 306,
|
1368
1375
|
"name": "SkyDataViewState",
|
1369
1376
|
"kind": 128,
|
1370
1377
|
"kindString": "Class",
|
1371
1378
|
"flags": {},
|
1372
1379
|
"children": [
|
1373
1380
|
{
|
1374
|
-
"id":
|
1381
|
+
"id": 307,
|
1375
1382
|
"name": "constructor",
|
1376
1383
|
"kind": 512,
|
1377
1384
|
"kindString": "Constructor",
|
@@ -1379,40 +1386,41 @@
|
|
1379
1386
|
"sources": [
|
1380
1387
|
{
|
1381
1388
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-state.ts",
|
1382
|
-
"line":
|
1389
|
+
"line": 9,
|
1383
1390
|
"character": 2
|
1384
1391
|
}
|
1385
1392
|
],
|
1386
1393
|
"signatures": [
|
1387
1394
|
{
|
1388
|
-
"id":
|
1395
|
+
"id": 308,
|
1389
1396
|
"name": "new SkyDataViewState",
|
1390
1397
|
"kind": 16384,
|
1391
1398
|
"kindString": "Constructor signature",
|
1392
1399
|
"flags": {},
|
1393
1400
|
"parameters": [
|
1394
1401
|
{
|
1395
|
-
"id":
|
1402
|
+
"id": 309,
|
1396
1403
|
"name": "data",
|
1397
1404
|
"kind": 32768,
|
1398
1405
|
"kindString": "Parameter",
|
1399
1406
|
"flags": {},
|
1400
1407
|
"type": {
|
1401
1408
|
"type": "reference",
|
1409
|
+
"id": 316,
|
1402
1410
|
"name": "SkyDataViewStateOptions"
|
1403
1411
|
}
|
1404
1412
|
}
|
1405
1413
|
],
|
1406
1414
|
"type": {
|
1407
1415
|
"type": "reference",
|
1408
|
-
"id":
|
1416
|
+
"id": 306,
|
1409
1417
|
"name": "SkyDataViewState"
|
1410
1418
|
}
|
1411
1419
|
}
|
1412
1420
|
]
|
1413
1421
|
},
|
1414
1422
|
{
|
1415
|
-
"id":
|
1423
|
+
"id": 313,
|
1416
1424
|
"name": "additionalData",
|
1417
1425
|
"kind": 1024,
|
1418
1426
|
"kindString": "Property",
|
@@ -1422,7 +1430,7 @@
|
|
1422
1430
|
"sources": [
|
1423
1431
|
{
|
1424
1432
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-state.ts",
|
1425
|
-
"line":
|
1433
|
+
"line": 7,
|
1426
1434
|
"character": 9
|
1427
1435
|
}
|
1428
1436
|
],
|
@@ -1432,7 +1440,7 @@
|
|
1432
1440
|
}
|
1433
1441
|
},
|
1434
1442
|
{
|
1435
|
-
"id":
|
1443
|
+
"id": 310,
|
1436
1444
|
"name": "columnIds",
|
1437
1445
|
"kind": 1024,
|
1438
1446
|
"kindString": "Property",
|
@@ -1442,7 +1450,7 @@
|
|
1442
1450
|
"sources": [
|
1443
1451
|
{
|
1444
1452
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-state.ts",
|
1445
|
-
"line":
|
1453
|
+
"line": 4,
|
1446
1454
|
"character": 9
|
1447
1455
|
}
|
1448
1456
|
],
|
@@ -1456,7 +1464,7 @@
|
|
1456
1464
|
"defaultValue": "[]"
|
1457
1465
|
},
|
1458
1466
|
{
|
1459
|
-
"id":
|
1467
|
+
"id": 311,
|
1460
1468
|
"name": "displayedColumnIds",
|
1461
1469
|
"kind": 1024,
|
1462
1470
|
"kindString": "Property",
|
@@ -1466,7 +1474,7 @@
|
|
1466
1474
|
"sources": [
|
1467
1475
|
{
|
1468
1476
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-state.ts",
|
1469
|
-
"line":
|
1477
|
+
"line": 5,
|
1470
1478
|
"character": 9
|
1471
1479
|
}
|
1472
1480
|
],
|
@@ -1480,7 +1488,7 @@
|
|
1480
1488
|
"defaultValue": "[]"
|
1481
1489
|
},
|
1482
1490
|
{
|
1483
|
-
"id":
|
1491
|
+
"id": 312,
|
1484
1492
|
"name": "viewId",
|
1485
1493
|
"kind": 1024,
|
1486
1494
|
"kindString": "Property",
|
@@ -1490,7 +1498,7 @@
|
|
1490
1498
|
"sources": [
|
1491
1499
|
{
|
1492
1500
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-state.ts",
|
1493
|
-
"line":
|
1501
|
+
"line": 6,
|
1494
1502
|
"character": 9
|
1495
1503
|
}
|
1496
1504
|
],
|
@@ -1500,7 +1508,7 @@
|
|
1500
1508
|
}
|
1501
1509
|
},
|
1502
1510
|
{
|
1503
|
-
"id":
|
1511
|
+
"id": 314,
|
1504
1512
|
"name": "getViewStateOptions",
|
1505
1513
|
"kind": 2048,
|
1506
1514
|
"kindString": "Method",
|
@@ -1510,19 +1518,20 @@
|
|
1510
1518
|
"sources": [
|
1511
1519
|
{
|
1512
1520
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-state.ts",
|
1513
|
-
"line":
|
1521
|
+
"line": 16,
|
1514
1522
|
"character": 9
|
1515
1523
|
}
|
1516
1524
|
],
|
1517
1525
|
"signatures": [
|
1518
1526
|
{
|
1519
|
-
"id":
|
1527
|
+
"id": 315,
|
1520
1528
|
"name": "getViewStateOptions",
|
1521
1529
|
"kind": 4096,
|
1522
1530
|
"kindString": "Call signature",
|
1523
1531
|
"flags": {},
|
1524
1532
|
"type": {
|
1525
1533
|
"type": "reference",
|
1534
|
+
"id": 316,
|
1526
1535
|
"name": "SkyDataViewStateOptions"
|
1527
1536
|
}
|
1528
1537
|
}
|
@@ -1534,31 +1543,31 @@
|
|
1534
1543
|
"title": "Constructors",
|
1535
1544
|
"kind": 512,
|
1536
1545
|
"children": [
|
1537
|
-
|
1546
|
+
307
|
1538
1547
|
]
|
1539
1548
|
},
|
1540
1549
|
{
|
1541
1550
|
"title": "Properties",
|
1542
1551
|
"kind": 1024,
|
1543
1552
|
"children": [
|
1544
|
-
|
1545
|
-
|
1546
|
-
|
1547
|
-
|
1553
|
+
313,
|
1554
|
+
310,
|
1555
|
+
311,
|
1556
|
+
312
|
1548
1557
|
]
|
1549
1558
|
},
|
1550
1559
|
{
|
1551
1560
|
"title": "Methods",
|
1552
1561
|
"kind": 2048,
|
1553
1562
|
"children": [
|
1554
|
-
|
1563
|
+
314
|
1555
1564
|
]
|
1556
1565
|
}
|
1557
1566
|
],
|
1558
1567
|
"sources": [
|
1559
1568
|
{
|
1560
1569
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-state.ts",
|
1561
|
-
"line":
|
1570
|
+
"line": 3,
|
1562
1571
|
"character": 13
|
1563
1572
|
}
|
1564
1573
|
]
|
@@ -1580,7 +1589,7 @@
|
|
1580
1589
|
"name": "Component"
|
1581
1590
|
},
|
1582
1591
|
"arguments": {
|
1583
|
-
"obj": "{\n selector: 'sky-data-manager',\n templateUrl: './data-manager.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush
|
1592
|
+
"obj": "{\n selector: 'sky-data-manager',\n templateUrl: './data-manager.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
1584
1593
|
}
|
1585
1594
|
}
|
1586
1595
|
],
|
@@ -1594,7 +1603,7 @@
|
|
1594
1603
|
"sources": [
|
1595
1604
|
{
|
1596
1605
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.component.ts",
|
1597
|
-
"line":
|
1606
|
+
"line": 63,
|
1598
1607
|
"character": 2
|
1599
1608
|
}
|
1600
1609
|
],
|
@@ -1649,7 +1658,7 @@
|
|
1649
1658
|
"sources": [
|
1650
1659
|
{
|
1651
1660
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.component.ts",
|
1652
|
-
"line":
|
1661
|
+
"line": 50,
|
1653
1662
|
"character": 9
|
1654
1663
|
}
|
1655
1664
|
],
|
@@ -1676,7 +1685,7 @@
|
|
1676
1685
|
"sources": [
|
1677
1686
|
{
|
1678
1687
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.component.ts",
|
1679
|
-
"line":
|
1688
|
+
"line": 52,
|
1680
1689
|
"character": 9
|
1681
1690
|
}
|
1682
1691
|
],
|
@@ -1726,7 +1735,7 @@
|
|
1726
1735
|
"sources": [
|
1727
1736
|
{
|
1728
1737
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.component.ts",
|
1729
|
-
"line":
|
1738
|
+
"line": 25,
|
1730
1739
|
"character": 13
|
1731
1740
|
}
|
1732
1741
|
],
|
@@ -1787,7 +1796,7 @@
|
|
1787
1796
|
"sources": [
|
1788
1797
|
{
|
1789
1798
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.component.ts",
|
1790
|
-
"line":
|
1799
|
+
"line": 41,
|
1791
1800
|
"character": 13
|
1792
1801
|
}
|
1793
1802
|
],
|
@@ -1842,7 +1851,7 @@
|
|
1842
1851
|
"sources": [
|
1843
1852
|
{
|
1844
1853
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.component.ts",
|
1845
|
-
"line":
|
1854
|
+
"line": 94,
|
1846
1855
|
"character": 9
|
1847
1856
|
}
|
1848
1857
|
],
|
@@ -1879,7 +1888,7 @@
|
|
1879
1888
|
"sources": [
|
1880
1889
|
{
|
1881
1890
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.component.ts",
|
1882
|
-
"line":
|
1891
|
+
"line": 68,
|
1883
1892
|
"character": 9
|
1884
1893
|
}
|
1885
1894
|
],
|
@@ -1942,7 +1951,7 @@
|
|
1942
1951
|
"sources": [
|
1943
1952
|
{
|
1944
1953
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager.component.ts",
|
1945
|
-
"line":
|
1954
|
+
"line": 24,
|
1946
1955
|
"character": 13
|
1947
1956
|
}
|
1948
1957
|
],
|
@@ -1974,7 +1983,7 @@
|
|
1974
1983
|
"name": "Component"
|
1975
1984
|
},
|
1976
1985
|
"arguments": {
|
1977
|
-
"obj": "{\n selector: 'sky-data-manager-toolbar-left-item',\n templateUrl: './data-manager-toolbar-left-item.component.html'
|
1986
|
+
"obj": "{\n selector: 'sky-data-manager-toolbar-left-item',\n templateUrl: './data-manager-toolbar-left-item.component.html',\n}"
|
1978
1987
|
}
|
1979
1988
|
}
|
1980
1989
|
],
|
@@ -2013,7 +2022,7 @@
|
|
2013
2022
|
"sources": [
|
2014
2023
|
{
|
2015
2024
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar-left-item.component.ts",
|
2016
|
-
"line":
|
2025
|
+
"line": 12,
|
2017
2026
|
"character": 13
|
2018
2027
|
}
|
2019
2028
|
]
|
@@ -2035,7 +2044,7 @@
|
|
2035
2044
|
"name": "Component"
|
2036
2045
|
},
|
2037
2046
|
"arguments": {
|
2038
|
-
"obj": "{\n selector: 'sky-data-manager-toolbar-primary-item',\n templateUrl: './data-manager-toolbar-primary-item.component.html'
|
2047
|
+
"obj": "{\n selector: 'sky-data-manager-toolbar-primary-item',\n templateUrl: './data-manager-toolbar-primary-item.component.html',\n}"
|
2039
2048
|
}
|
2040
2049
|
}
|
2041
2050
|
],
|
@@ -2074,7 +2083,7 @@
|
|
2074
2083
|
"sources": [
|
2075
2084
|
{
|
2076
2085
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar-primary-item.component.ts",
|
2077
|
-
"line":
|
2086
|
+
"line": 12,
|
2078
2087
|
"character": 13
|
2079
2088
|
}
|
2080
2089
|
]
|
@@ -2096,7 +2105,7 @@
|
|
2096
2105
|
"name": "Component"
|
2097
2106
|
},
|
2098
2107
|
"arguments": {
|
2099
|
-
"obj": "{\n selector: 'sky-data-manager-toolbar-right-item',\n templateUrl: './data-manager-toolbar-right-item.component.html'
|
2108
|
+
"obj": "{\n selector: 'sky-data-manager-toolbar-right-item',\n templateUrl: './data-manager-toolbar-right-item.component.html',\n}"
|
2100
2109
|
}
|
2101
2110
|
}
|
2102
2111
|
],
|
@@ -2135,7 +2144,7 @@
|
|
2135
2144
|
"sources": [
|
2136
2145
|
{
|
2137
2146
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar-right-item.component.ts",
|
2138
|
-
"line":
|
2147
|
+
"line": 13,
|
2139
2148
|
"character": 13
|
2140
2149
|
}
|
2141
2150
|
]
|
@@ -2157,7 +2166,7 @@
|
|
2157
2166
|
"name": "Component"
|
2158
2167
|
},
|
2159
2168
|
"arguments": {
|
2160
|
-
"obj": "{\n selector: 'sky-data-manager-toolbar-section',\n templateUrl: './data-manager-toolbar-section.component.html'
|
2169
|
+
"obj": "{\n selector: 'sky-data-manager-toolbar-section',\n templateUrl: './data-manager-toolbar-section.component.html',\n}"
|
2161
2170
|
}
|
2162
2171
|
}
|
2163
2172
|
],
|
@@ -2196,7 +2205,7 @@
|
|
2196
2205
|
"sources": [
|
2197
2206
|
{
|
2198
2207
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar-section.component.ts",
|
2199
|
-
"line":
|
2208
|
+
"line": 12,
|
2200
2209
|
"character": 13
|
2201
2210
|
}
|
2202
2211
|
]
|
@@ -2218,7 +2227,7 @@
|
|
2218
2227
|
"name": "Component"
|
2219
2228
|
},
|
2220
2229
|
"arguments": {
|
2221
|
-
"obj": "{\n selector: 'sky-data-manager-toolbar',\n templateUrl: './data-manager-toolbar.component.html',\n styleUrls: ['./data-manager-toolbar.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush
|
2230
|
+
"obj": "{\n selector: 'sky-data-manager-toolbar',\n templateUrl: './data-manager-toolbar.component.html',\n styleUrls: ['./data-manager-toolbar.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
2222
2231
|
}
|
2223
2232
|
}
|
2224
2233
|
],
|
@@ -2232,7 +2241,7 @@
|
|
2232
2241
|
"sources": [
|
2233
2242
|
{
|
2234
2243
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2235
|
-
"line":
|
2244
|
+
"line": 98,
|
2236
2245
|
"character": 2
|
2237
2246
|
}
|
2238
2247
|
],
|
@@ -2309,7 +2318,7 @@
|
|
2309
2318
|
"sources": [
|
2310
2319
|
{
|
2311
2320
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2312
|
-
"line":
|
2321
|
+
"line": 88,
|
2313
2322
|
"character": 9
|
2314
2323
|
}
|
2315
2324
|
],
|
@@ -2329,7 +2338,7 @@
|
|
2329
2338
|
"sources": [
|
2330
2339
|
{
|
2331
2340
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2332
|
-
"line":
|
2341
|
+
"line": 47,
|
2333
2342
|
"character": 13
|
2334
2343
|
}
|
2335
2344
|
],
|
@@ -2358,7 +2367,7 @@
|
|
2358
2367
|
"sources": [
|
2359
2368
|
{
|
2360
2369
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2361
|
-
"line":
|
2370
|
+
"line": 52,
|
2362
2371
|
"character": 13
|
2363
2372
|
}
|
2364
2373
|
],
|
@@ -2371,7 +2380,7 @@
|
|
2371
2380
|
"flags": {},
|
2372
2381
|
"type": {
|
2373
2382
|
"type": "reference",
|
2374
|
-
"id":
|
2383
|
+
"id": 288,
|
2375
2384
|
"name": "SkyDataViewConfig"
|
2376
2385
|
}
|
2377
2386
|
}
|
@@ -2392,7 +2401,7 @@
|
|
2392
2401
|
"flags": {},
|
2393
2402
|
"type": {
|
2394
2403
|
"type": "reference",
|
2395
|
-
"id":
|
2404
|
+
"id": 288,
|
2396
2405
|
"name": "SkyDataViewConfig"
|
2397
2406
|
}
|
2398
2407
|
}
|
@@ -2415,7 +2424,7 @@
|
|
2415
2424
|
"sources": [
|
2416
2425
|
{
|
2417
2426
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2418
|
-
"line":
|
2427
|
+
"line": 61,
|
2419
2428
|
"character": 13
|
2420
2429
|
}
|
2421
2430
|
],
|
@@ -2428,7 +2437,7 @@
|
|
2428
2437
|
"flags": {},
|
2429
2438
|
"type": {
|
2430
2439
|
"type": "reference",
|
2431
|
-
"id":
|
2440
|
+
"id": 237,
|
2432
2441
|
"name": "SkyDataManagerConfig"
|
2433
2442
|
}
|
2434
2443
|
}
|
@@ -2449,7 +2458,7 @@
|
|
2449
2458
|
"flags": {},
|
2450
2459
|
"type": {
|
2451
2460
|
"type": "reference",
|
2452
|
-
"id":
|
2461
|
+
"id": 237,
|
2453
2462
|
"name": "SkyDataManagerConfig"
|
2454
2463
|
}
|
2455
2464
|
}
|
@@ -2472,7 +2481,7 @@
|
|
2472
2481
|
"sources": [
|
2473
2482
|
{
|
2474
2483
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2475
|
-
"line":
|
2484
|
+
"line": 70,
|
2476
2485
|
"character": 13
|
2477
2486
|
}
|
2478
2487
|
],
|
@@ -2485,7 +2494,7 @@
|
|
2485
2494
|
"flags": {},
|
2486
2495
|
"type": {
|
2487
2496
|
"type": "reference",
|
2488
|
-
"id":
|
2497
|
+
"id": 254,
|
2489
2498
|
"name": "SkyDataManagerState"
|
2490
2499
|
}
|
2491
2500
|
}
|
@@ -2506,7 +2515,7 @@
|
|
2506
2515
|
"flags": {},
|
2507
2516
|
"type": {
|
2508
2517
|
"type": "reference",
|
2509
|
-
"id":
|
2518
|
+
"id": 254,
|
2510
2519
|
"name": "SkyDataManagerState"
|
2511
2520
|
}
|
2512
2521
|
}
|
@@ -2529,7 +2538,7 @@
|
|
2529
2538
|
"sources": [
|
2530
2539
|
{
|
2531
2540
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2532
|
-
"line":
|
2541
|
+
"line": 79,
|
2533
2542
|
"character": 13
|
2534
2543
|
}
|
2535
2544
|
],
|
@@ -2544,7 +2553,7 @@
|
|
2544
2553
|
"type": "array",
|
2545
2554
|
"elementType": {
|
2546
2555
|
"type": "reference",
|
2547
|
-
"id":
|
2556
|
+
"id": 288,
|
2548
2557
|
"name": "SkyDataViewConfig"
|
2549
2558
|
}
|
2550
2559
|
}
|
@@ -2568,7 +2577,7 @@
|
|
2568
2577
|
"type": "array",
|
2569
2578
|
"elementType": {
|
2570
2579
|
"type": "reference",
|
2571
|
-
"id":
|
2580
|
+
"id": 288,
|
2572
2581
|
"name": "SkyDataViewConfig"
|
2573
2582
|
}
|
2574
2583
|
}
|
@@ -2592,7 +2601,7 @@
|
|
2592
2601
|
"sources": [
|
2593
2602
|
{
|
2594
2603
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2595
|
-
"line":
|
2604
|
+
"line": 231,
|
2596
2605
|
"character": 9
|
2597
2606
|
}
|
2598
2607
|
],
|
@@ -2621,7 +2630,7 @@
|
|
2621
2630
|
"sources": [
|
2622
2631
|
{
|
2623
2632
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2624
|
-
"line":
|
2633
|
+
"line": 160,
|
2625
2634
|
"character": 9
|
2626
2635
|
}
|
2627
2636
|
],
|
@@ -2650,7 +2659,7 @@
|
|
2650
2659
|
"sources": [
|
2651
2660
|
{
|
2652
2661
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2653
|
-
"line":
|
2662
|
+
"line": 141,
|
2654
2663
|
"character": 9
|
2655
2664
|
}
|
2656
2665
|
],
|
@@ -2687,7 +2696,7 @@
|
|
2687
2696
|
"sources": [
|
2688
2697
|
{
|
2689
2698
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2690
|
-
"line":
|
2699
|
+
"line": 105,
|
2691
2700
|
"character": 9
|
2692
2701
|
}
|
2693
2702
|
],
|
@@ -2724,7 +2733,7 @@
|
|
2724
2733
|
"sources": [
|
2725
2734
|
{
|
2726
2735
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2727
|
-
"line":
|
2736
|
+
"line": 238,
|
2728
2737
|
"character": 9
|
2729
2738
|
}
|
2730
2739
|
],
|
@@ -2766,7 +2775,7 @@
|
|
2766
2775
|
"sources": [
|
2767
2776
|
{
|
2768
2777
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2769
|
-
"line":
|
2778
|
+
"line": 151,
|
2770
2779
|
"character": 9
|
2771
2780
|
}
|
2772
2781
|
],
|
@@ -2808,7 +2817,7 @@
|
|
2808
2817
|
"sources": [
|
2809
2818
|
{
|
2810
2819
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2811
|
-
"line":
|
2820
|
+
"line": 185,
|
2812
2821
|
"character": 9
|
2813
2822
|
}
|
2814
2823
|
],
|
@@ -2837,7 +2846,7 @@
|
|
2837
2846
|
"sources": [
|
2838
2847
|
{
|
2839
2848
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2840
|
-
"line":
|
2849
|
+
"line": 155,
|
2841
2850
|
"character": 9
|
2842
2851
|
}
|
2843
2852
|
],
|
@@ -2879,7 +2888,7 @@
|
|
2879
2888
|
"sources": [
|
2880
2889
|
{
|
2881
2890
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2882
|
-
"line":
|
2891
|
+
"line": 224,
|
2883
2892
|
"character": 9
|
2884
2893
|
}
|
2885
2894
|
],
|
@@ -2908,7 +2917,7 @@
|
|
2908
2917
|
"sources": [
|
2909
2918
|
{
|
2910
2919
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2911
|
-
"line":
|
2920
|
+
"line": 146,
|
2912
2921
|
"character": 9
|
2913
2922
|
}
|
2914
2923
|
],
|
@@ -2928,7 +2937,7 @@
|
|
2928
2937
|
"flags": {},
|
2929
2938
|
"type": {
|
2930
2939
|
"type": "reference",
|
2931
|
-
"id":
|
2940
|
+
"id": 249,
|
2932
2941
|
"name": "SkyDataManagerSortOption"
|
2933
2942
|
}
|
2934
2943
|
}
|
@@ -2987,7 +2996,7 @@
|
|
2987
2996
|
"sources": [
|
2988
2997
|
{
|
2989
2998
|
"fileName": "projects/data-manager/src/modules/data-manager/data-manager-toolbar/data-manager-toolbar.component.ts",
|
2990
|
-
"line":
|
2999
|
+
"line": 46,
|
2991
3000
|
"character": 13
|
2992
3001
|
}
|
2993
3002
|
],
|
@@ -3019,7 +3028,7 @@
|
|
3019
3028
|
"name": "Component"
|
3020
3029
|
},
|
3021
3030
|
"arguments": {
|
3022
|
-
"obj": "{\n selector: 'sky-data-view',\n templateUrl: './data-view.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush
|
3031
|
+
"obj": "{\n selector: 'sky-data-view',\n templateUrl: './data-view.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
3023
3032
|
}
|
3024
3033
|
}
|
3025
3034
|
],
|
@@ -3033,7 +3042,7 @@
|
|
3033
3042
|
"sources": [
|
3034
3043
|
{
|
3035
3044
|
"fileName": "projects/data-manager/src/modules/data-manager/data-view.component.ts",
|
3036
|
-
"line":
|
3045
|
+
"line": 47,
|
3037
3046
|
"character": 2
|
3038
3047
|
}
|
3039
3048
|
],
|
@@ -3088,7 +3097,7 @@
|
|
3088
3097
|
"sources": [
|
3089
3098
|
{
|
3090
3099
|
"fileName": "projects/data-manager/src/modules/data-manager/data-view.component.ts",
|
3091
|
-
"line":
|
3100
|
+
"line": 44,
|
3092
3101
|
"character": 9
|
3093
3102
|
}
|
3094
3103
|
],
|
@@ -3128,7 +3137,7 @@
|
|
3128
3137
|
"sources": [
|
3129
3138
|
{
|
3130
3139
|
"fileName": "projects/data-manager/src/modules/data-manager/data-view.component.ts",
|
3131
|
-
"line":
|
3140
|
+
"line": 33,
|
3132
3141
|
"character": 9
|
3133
3142
|
}
|
3134
3143
|
],
|
@@ -3148,7 +3157,7 @@
|
|
3148
3157
|
"sources": [
|
3149
3158
|
{
|
3150
3159
|
"fileName": "projects/data-manager/src/modules/data-manager/data-view.component.ts",
|
3151
|
-
"line":
|
3160
|
+
"line": 35,
|
3152
3161
|
"character": 13
|
3153
3162
|
}
|
3154
3163
|
],
|
@@ -3203,7 +3212,7 @@
|
|
3203
3212
|
"sources": [
|
3204
3213
|
{
|
3205
3214
|
"fileName": "projects/data-manager/src/modules/data-manager/data-view.component.ts",
|
3206
|
-
"line":
|
3215
|
+
"line": 61,
|
3207
3216
|
"character": 9
|
3208
3217
|
}
|
3209
3218
|
],
|
@@ -3240,7 +3249,7 @@
|
|
3240
3249
|
"sources": [
|
3241
3250
|
{
|
3242
3251
|
"fileName": "projects/data-manager/src/modules/data-manager/data-view.component.ts",
|
3243
|
-
"line":
|
3252
|
+
"line": 52,
|
3244
3253
|
"character": 9
|
3245
3254
|
}
|
3246
3255
|
],
|
@@ -3302,7 +3311,7 @@
|
|
3302
3311
|
"sources": [
|
3303
3312
|
{
|
3304
3313
|
"fileName": "projects/data-manager/src/modules/data-manager/data-view.component.ts",
|
3305
|
-
"line":
|
3314
|
+
"line": 26,
|
3306
3315
|
"character": 13
|
3307
3316
|
}
|
3308
3317
|
],
|
@@ -3318,7 +3327,162 @@
|
|
3318
3327
|
]
|
3319
3328
|
},
|
3320
3329
|
{
|
3321
|
-
"id":
|
3330
|
+
"id": 228,
|
3331
|
+
"name": "SkyDataManagerColumnPickerOption",
|
3332
|
+
"kind": 256,
|
3333
|
+
"kindString": "Interface",
|
3334
|
+
"flags": {},
|
3335
|
+
"comment": {
|
3336
|
+
"shortText": "The options to display in a view's column picker."
|
3337
|
+
},
|
3338
|
+
"children": [
|
3339
|
+
{
|
3340
|
+
"id": 229,
|
3341
|
+
"name": "alwaysDisplayed",
|
3342
|
+
"kind": 1024,
|
3343
|
+
"kindString": "Property",
|
3344
|
+
"flags": {
|
3345
|
+
"isOptional": true
|
3346
|
+
},
|
3347
|
+
"comment": {
|
3348
|
+
"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."
|
3349
|
+
},
|
3350
|
+
"sources": [
|
3351
|
+
{
|
3352
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-column-picker-option.ts",
|
3353
|
+
"line": 9,
|
3354
|
+
"character": 2
|
3355
|
+
}
|
3356
|
+
],
|
3357
|
+
"type": {
|
3358
|
+
"type": "intrinsic",
|
3359
|
+
"name": "boolean"
|
3360
|
+
}
|
3361
|
+
},
|
3362
|
+
{
|
3363
|
+
"id": 230,
|
3364
|
+
"name": "description",
|
3365
|
+
"kind": 1024,
|
3366
|
+
"kindString": "Property",
|
3367
|
+
"flags": {
|
3368
|
+
"isOptional": true
|
3369
|
+
},
|
3370
|
+
"comment": {
|
3371
|
+
"shortText": "The description text rendered beneath the column label in the column picker."
|
3372
|
+
},
|
3373
|
+
"sources": [
|
3374
|
+
{
|
3375
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-column-picker-option.ts",
|
3376
|
+
"line": 13,
|
3377
|
+
"character": 2
|
3378
|
+
}
|
3379
|
+
],
|
3380
|
+
"type": {
|
3381
|
+
"type": "intrinsic",
|
3382
|
+
"name": "string"
|
3383
|
+
}
|
3384
|
+
},
|
3385
|
+
{
|
3386
|
+
"id": 232,
|
3387
|
+
"name": "id",
|
3388
|
+
"kind": 1024,
|
3389
|
+
"kindString": "Property",
|
3390
|
+
"flags": {},
|
3391
|
+
"comment": {
|
3392
|
+
"shortText": "The ID of the corresponding column.",
|
3393
|
+
"tags": [
|
3394
|
+
{
|
3395
|
+
"tag": "required",
|
3396
|
+
"text": "\n"
|
3397
|
+
}
|
3398
|
+
]
|
3399
|
+
},
|
3400
|
+
"sources": [
|
3401
|
+
{
|
3402
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-column-picker-option.ts",
|
3403
|
+
"line": 25,
|
3404
|
+
"character": 2
|
3405
|
+
}
|
3406
|
+
],
|
3407
|
+
"type": {
|
3408
|
+
"type": "intrinsic",
|
3409
|
+
"name": "string"
|
3410
|
+
}
|
3411
|
+
},
|
3412
|
+
{
|
3413
|
+
"id": 231,
|
3414
|
+
"name": "initialHide",
|
3415
|
+
"kind": 1024,
|
3416
|
+
"kindString": "Property",
|
3417
|
+
"flags": {
|
3418
|
+
"isOptional": true
|
3419
|
+
},
|
3420
|
+
"comment": {
|
3421
|
+
"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."
|
3422
|
+
},
|
3423
|
+
"sources": [
|
3424
|
+
{
|
3425
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-column-picker-option.ts",
|
3426
|
+
"line": 20,
|
3427
|
+
"character": 2
|
3428
|
+
}
|
3429
|
+
],
|
3430
|
+
"type": {
|
3431
|
+
"type": "intrinsic",
|
3432
|
+
"name": "boolean"
|
3433
|
+
}
|
3434
|
+
},
|
3435
|
+
{
|
3436
|
+
"id": 233,
|
3437
|
+
"name": "label",
|
3438
|
+
"kind": 1024,
|
3439
|
+
"kindString": "Property",
|
3440
|
+
"flags": {},
|
3441
|
+
"comment": {
|
3442
|
+
"shortText": "The label to display in the column picker.",
|
3443
|
+
"tags": [
|
3444
|
+
{
|
3445
|
+
"tag": "required",
|
3446
|
+
"text": "\n"
|
3447
|
+
}
|
3448
|
+
]
|
3449
|
+
},
|
3450
|
+
"sources": [
|
3451
|
+
{
|
3452
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-column-picker-option.ts",
|
3453
|
+
"line": 30,
|
3454
|
+
"character": 2
|
3455
|
+
}
|
3456
|
+
],
|
3457
|
+
"type": {
|
3458
|
+
"type": "intrinsic",
|
3459
|
+
"name": "string"
|
3460
|
+
}
|
3461
|
+
}
|
3462
|
+
],
|
3463
|
+
"groups": [
|
3464
|
+
{
|
3465
|
+
"title": "Properties",
|
3466
|
+
"kind": 1024,
|
3467
|
+
"children": [
|
3468
|
+
229,
|
3469
|
+
230,
|
3470
|
+
232,
|
3471
|
+
231,
|
3472
|
+
233
|
3473
|
+
]
|
3474
|
+
}
|
3475
|
+
],
|
3476
|
+
"sources": [
|
3477
|
+
{
|
3478
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-column-picker-option.ts",
|
3479
|
+
"line": 4,
|
3480
|
+
"character": 17
|
3481
|
+
}
|
3482
|
+
]
|
3483
|
+
},
|
3484
|
+
{
|
3485
|
+
"id": 237,
|
3322
3486
|
"name": "SkyDataManagerConfig",
|
3323
3487
|
"kind": 256,
|
3324
3488
|
"kindString": "Interface",
|
@@ -3328,7 +3492,7 @@
|
|
3328
3492
|
},
|
3329
3493
|
"children": [
|
3330
3494
|
{
|
3331
|
-
"id":
|
3495
|
+
"id": 238,
|
3332
3496
|
"name": "additionalOptions",
|
3333
3497
|
"kind": 1024,
|
3334
3498
|
"kindString": "Property",
|
@@ -3341,7 +3505,7 @@
|
|
3341
3505
|
"sources": [
|
3342
3506
|
{
|
3343
3507
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-config.ts",
|
3344
|
-
"line":
|
3508
|
+
"line": 12,
|
3345
3509
|
"character": 2
|
3346
3510
|
}
|
3347
3511
|
],
|
@@ -3351,7 +3515,7 @@
|
|
3351
3515
|
}
|
3352
3516
|
},
|
3353
3517
|
{
|
3354
|
-
"id":
|
3518
|
+
"id": 239,
|
3355
3519
|
"name": "filterModalComponent",
|
3356
3520
|
"kind": 1024,
|
3357
3521
|
"kindString": "Property",
|
@@ -3364,7 +3528,7 @@
|
|
3364
3528
|
"sources": [
|
3365
3529
|
{
|
3366
3530
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-config.ts",
|
3367
|
-
"line":
|
3531
|
+
"line": 18,
|
3368
3532
|
"character": 2
|
3369
3533
|
}
|
3370
3534
|
],
|
@@ -3374,7 +3538,7 @@
|
|
3374
3538
|
}
|
3375
3539
|
},
|
3376
3540
|
{
|
3377
|
-
"id":
|
3541
|
+
"id": 240,
|
3378
3542
|
"name": "sortOptions",
|
3379
3543
|
"kind": 1024,
|
3380
3544
|
"kindString": "Property",
|
@@ -3387,7 +3551,7 @@
|
|
3387
3551
|
"sources": [
|
3388
3552
|
{
|
3389
3553
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-config.ts",
|
3390
|
-
"line":
|
3554
|
+
"line": 23,
|
3391
3555
|
"character": 2
|
3392
3556
|
}
|
3393
3557
|
],
|
@@ -3395,7 +3559,7 @@
|
|
3395
3559
|
"type": "array",
|
3396
3560
|
"elementType": {
|
3397
3561
|
"type": "reference",
|
3398
|
-
"id":
|
3562
|
+
"id": 249,
|
3399
3563
|
"name": "SkyDataManagerSortOption"
|
3400
3564
|
}
|
3401
3565
|
}
|
@@ -3406,29 +3570,29 @@
|
|
3406
3570
|
"title": "Properties",
|
3407
3571
|
"kind": 1024,
|
3408
3572
|
"children": [
|
3409
|
-
|
3410
|
-
|
3411
|
-
|
3573
|
+
238,
|
3574
|
+
239,
|
3575
|
+
240
|
3412
3576
|
]
|
3413
3577
|
}
|
3414
3578
|
],
|
3415
3579
|
"sources": [
|
3416
3580
|
{
|
3417
3581
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-config.ts",
|
3418
|
-
"line":
|
3582
|
+
"line": 7,
|
3419
3583
|
"character": 17
|
3420
3584
|
}
|
3421
3585
|
]
|
3422
3586
|
},
|
3423
3587
|
{
|
3424
|
-
"id":
|
3588
|
+
"id": 241,
|
3425
3589
|
"name": "SkyDataManagerFilterData",
|
3426
3590
|
"kind": 256,
|
3427
3591
|
"kindString": "Interface",
|
3428
3592
|
"flags": {},
|
3429
3593
|
"children": [
|
3430
3594
|
{
|
3431
|
-
"id":
|
3595
|
+
"id": 243,
|
3432
3596
|
"name": "filters",
|
3433
3597
|
"kind": 1024,
|
3434
3598
|
"kindString": "Property",
|
@@ -3451,7 +3615,7 @@
|
|
3451
3615
|
}
|
3452
3616
|
},
|
3453
3617
|
{
|
3454
|
-
"id":
|
3618
|
+
"id": 242,
|
3455
3619
|
"name": "filtersApplied",
|
3456
3620
|
"kind": 1024,
|
3457
3621
|
"kindString": "Property",
|
@@ -3479,8 +3643,8 @@
|
|
3479
3643
|
"title": "Properties",
|
3480
3644
|
"kind": 1024,
|
3481
3645
|
"children": [
|
3482
|
-
|
3483
|
-
|
3646
|
+
243,
|
3647
|
+
242
|
3484
3648
|
]
|
3485
3649
|
}
|
3486
3650
|
],
|
@@ -3493,14 +3657,14 @@
|
|
3493
3657
|
]
|
3494
3658
|
},
|
3495
3659
|
{
|
3496
|
-
"id":
|
3660
|
+
"id": 244,
|
3497
3661
|
"name": "SkyDataManagerInitArgs",
|
3498
3662
|
"kind": 256,
|
3499
3663
|
"kindString": "Interface",
|
3500
3664
|
"flags": {},
|
3501
3665
|
"children": [
|
3502
3666
|
{
|
3503
|
-
"id":
|
3667
|
+
"id": 245,
|
3504
3668
|
"name": "activeViewId",
|
3505
3669
|
"kind": 1024,
|
3506
3670
|
"kindString": "Property",
|
@@ -3517,7 +3681,7 @@
|
|
3517
3681
|
"sources": [
|
3518
3682
|
{
|
3519
3683
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-init-args.ts",
|
3520
|
-
"line":
|
3684
|
+
"line": 10,
|
3521
3685
|
"character": 2
|
3522
3686
|
}
|
3523
3687
|
],
|
@@ -3527,7 +3691,7 @@
|
|
3527
3691
|
}
|
3528
3692
|
},
|
3529
3693
|
{
|
3530
|
-
"id":
|
3694
|
+
"id": 246,
|
3531
3695
|
"name": "dataManagerConfig",
|
3532
3696
|
"kind": 1024,
|
3533
3697
|
"kindString": "Property",
|
@@ -3544,18 +3708,18 @@
|
|
3544
3708
|
"sources": [
|
3545
3709
|
{
|
3546
3710
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-init-args.ts",
|
3547
|
-
"line":
|
3711
|
+
"line": 15,
|
3548
3712
|
"character": 2
|
3549
3713
|
}
|
3550
3714
|
],
|
3551
3715
|
"type": {
|
3552
3716
|
"type": "reference",
|
3553
|
-
"id":
|
3717
|
+
"id": 237,
|
3554
3718
|
"name": "SkyDataManagerConfig"
|
3555
3719
|
}
|
3556
3720
|
},
|
3557
3721
|
{
|
3558
|
-
"id":
|
3722
|
+
"id": 247,
|
3559
3723
|
"name": "defaultDataState",
|
3560
3724
|
"kind": 1024,
|
3561
3725
|
"kindString": "Property",
|
@@ -3572,18 +3736,18 @@
|
|
3572
3736
|
"sources": [
|
3573
3737
|
{
|
3574
3738
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-init-args.ts",
|
3575
|
-
"line":
|
3739
|
+
"line": 21,
|
3576
3740
|
"character": 2
|
3577
3741
|
}
|
3578
3742
|
],
|
3579
3743
|
"type": {
|
3580
3744
|
"type": "reference",
|
3581
|
-
"id":
|
3745
|
+
"id": 254,
|
3582
3746
|
"name": "SkyDataManagerState"
|
3583
3747
|
}
|
3584
3748
|
},
|
3585
3749
|
{
|
3586
|
-
"id":
|
3750
|
+
"id": 248,
|
3587
3751
|
"name": "settingsKey",
|
3588
3752
|
"kind": 1024,
|
3589
3753
|
"kindString": "Property",
|
@@ -3596,7 +3760,7 @@
|
|
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": 25,
|
3600
3764
|
"character": 2
|
3601
3765
|
}
|
3602
3766
|
],
|
@@ -3611,30 +3775,30 @@
|
|
3611
3775
|
"title": "Properties",
|
3612
3776
|
"kind": 1024,
|
3613
3777
|
"children": [
|
3614
|
-
|
3615
|
-
|
3616
|
-
|
3617
|
-
|
3778
|
+
245,
|
3779
|
+
246,
|
3780
|
+
247,
|
3781
|
+
248
|
3618
3782
|
]
|
3619
3783
|
}
|
3620
3784
|
],
|
3621
3785
|
"sources": [
|
3622
3786
|
{
|
3623
3787
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-init-args.ts",
|
3624
|
-
"line":
|
3788
|
+
"line": 5,
|
3625
3789
|
"character": 17
|
3626
3790
|
}
|
3627
3791
|
]
|
3628
3792
|
},
|
3629
3793
|
{
|
3630
|
-
"id":
|
3794
|
+
"id": 249,
|
3631
3795
|
"name": "SkyDataManagerSortOption",
|
3632
3796
|
"kind": 256,
|
3633
3797
|
"kindString": "Interface",
|
3634
3798
|
"flags": {},
|
3635
3799
|
"children": [
|
3636
3800
|
{
|
3637
|
-
"id":
|
3801
|
+
"id": 250,
|
3638
3802
|
"name": "descending",
|
3639
3803
|
"kind": 1024,
|
3640
3804
|
"kindString": "Property",
|
@@ -3661,7 +3825,7 @@
|
|
3661
3825
|
}
|
3662
3826
|
},
|
3663
3827
|
{
|
3664
|
-
"id":
|
3828
|
+
"id": 251,
|
3665
3829
|
"name": "id",
|
3666
3830
|
"kind": 1024,
|
3667
3831
|
"kindString": "Property",
|
@@ -3688,7 +3852,7 @@
|
|
3688
3852
|
}
|
3689
3853
|
},
|
3690
3854
|
{
|
3691
|
-
"id":
|
3855
|
+
"id": 252,
|
3692
3856
|
"name": "label",
|
3693
3857
|
"kind": 1024,
|
3694
3858
|
"kindString": "Property",
|
@@ -3715,7 +3879,7 @@
|
|
3715
3879
|
}
|
3716
3880
|
},
|
3717
3881
|
{
|
3718
|
-
"id":
|
3882
|
+
"id": 253,
|
3719
3883
|
"name": "propertyName",
|
3720
3884
|
"kind": 1024,
|
3721
3885
|
"kindString": "Property",
|
@@ -3747,10 +3911,10 @@
|
|
3747
3911
|
"title": "Properties",
|
3748
3912
|
"kind": 1024,
|
3749
3913
|
"children": [
|
3750
|
-
|
3751
|
-
|
3752
|
-
|
3753
|
-
|
3914
|
+
250,
|
3915
|
+
251,
|
3916
|
+
252,
|
3917
|
+
253
|
3754
3918
|
]
|
3755
3919
|
}
|
3756
3920
|
],
|
@@ -3763,30 +3927,350 @@
|
|
3763
3927
|
]
|
3764
3928
|
},
|
3765
3929
|
{
|
3766
|
-
"id":
|
3767
|
-
"name": "
|
3930
|
+
"id": 274,
|
3931
|
+
"name": "SkyDataManagerStateOptions",
|
3768
3932
|
"kind": 256,
|
3769
3933
|
"kindString": "Interface",
|
3770
3934
|
"flags": {},
|
3771
|
-
"comment": {
|
3772
|
-
"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."
|
3773
|
-
},
|
3774
3935
|
"children": [
|
3775
3936
|
{
|
3776
|
-
"id":
|
3777
|
-
"name": "
|
3937
|
+
"id": 275,
|
3938
|
+
"name": "activeSortOption",
|
3778
3939
|
"kind": 1024,
|
3779
3940
|
"kindString": "Property",
|
3780
3941
|
"flags": {
|
3781
3942
|
"isOptional": true
|
3782
3943
|
},
|
3783
3944
|
"comment": {
|
3784
|
-
"shortText": "
|
3945
|
+
"shortText": "The selected SkyDataManagerSortOption to apply."
|
3785
3946
|
},
|
3786
3947
|
"sources": [
|
3787
3948
|
{
|
3788
|
-
"fileName": "projects/data-manager/src/modules/data-manager/models/data-
|
3789
|
-
"line":
|
3949
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-options.ts",
|
3950
|
+
"line": 11,
|
3951
|
+
"character": 2
|
3952
|
+
}
|
3953
|
+
],
|
3954
|
+
"type": {
|
3955
|
+
"type": "reference",
|
3956
|
+
"id": 249,
|
3957
|
+
"name": "SkyDataManagerSortOption"
|
3958
|
+
}
|
3959
|
+
},
|
3960
|
+
{
|
3961
|
+
"id": 276,
|
3962
|
+
"name": "additionalData",
|
3963
|
+
"kind": 1024,
|
3964
|
+
"kindString": "Property",
|
3965
|
+
"flags": {
|
3966
|
+
"isOptional": true
|
3967
|
+
},
|
3968
|
+
"comment": {
|
3969
|
+
"shortText": "An untyped property that can track any state information relevant to a data\nmanager that the existing properties do not cover."
|
3970
|
+
},
|
3971
|
+
"sources": [
|
3972
|
+
{
|
3973
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-options.ts",
|
3974
|
+
"line": 16,
|
3975
|
+
"character": 2
|
3976
|
+
}
|
3977
|
+
],
|
3978
|
+
"type": {
|
3979
|
+
"type": "intrinsic",
|
3980
|
+
"name": "any"
|
3981
|
+
}
|
3982
|
+
},
|
3983
|
+
{
|
3984
|
+
"id": 277,
|
3985
|
+
"name": "filterData",
|
3986
|
+
"kind": 1024,
|
3987
|
+
"kindString": "Property",
|
3988
|
+
"flags": {
|
3989
|
+
"isOptional": true
|
3990
|
+
},
|
3991
|
+
"comment": {
|
3992
|
+
"shortText": "The state of filters."
|
3993
|
+
},
|
3994
|
+
"sources": [
|
3995
|
+
{
|
3996
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-options.ts",
|
3997
|
+
"line": 20,
|
3998
|
+
"character": 2
|
3999
|
+
}
|
4000
|
+
],
|
4001
|
+
"type": {
|
4002
|
+
"type": "reference",
|
4003
|
+
"id": 241,
|
4004
|
+
"name": "SkyDataManagerFilterData"
|
4005
|
+
}
|
4006
|
+
},
|
4007
|
+
{
|
4008
|
+
"id": 278,
|
4009
|
+
"name": "onlyShowSelected",
|
4010
|
+
"kind": 1024,
|
4011
|
+
"kindString": "Property",
|
4012
|
+
"flags": {
|
4013
|
+
"isOptional": true
|
4014
|
+
},
|
4015
|
+
"comment": {
|
4016
|
+
"shortText": "Indicates whether to display only the selected rows or objects. The multiselect toolbar\nuses this property."
|
4017
|
+
},
|
4018
|
+
"sources": [
|
4019
|
+
{
|
4020
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-options.ts",
|
4021
|
+
"line": 25,
|
4022
|
+
"character": 2
|
4023
|
+
}
|
4024
|
+
],
|
4025
|
+
"type": {
|
4026
|
+
"type": "intrinsic",
|
4027
|
+
"name": "boolean"
|
4028
|
+
}
|
4029
|
+
},
|
4030
|
+
{
|
4031
|
+
"id": 279,
|
4032
|
+
"name": "searchText",
|
4033
|
+
"kind": 1024,
|
4034
|
+
"kindString": "Property",
|
4035
|
+
"flags": {
|
4036
|
+
"isOptional": true
|
4037
|
+
},
|
4038
|
+
"comment": {
|
4039
|
+
"shortText": "The search text to apply."
|
4040
|
+
},
|
4041
|
+
"sources": [
|
4042
|
+
{
|
4043
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-options.ts",
|
4044
|
+
"line": 29,
|
4045
|
+
"character": 2
|
4046
|
+
}
|
4047
|
+
],
|
4048
|
+
"type": {
|
4049
|
+
"type": "intrinsic",
|
4050
|
+
"name": "string"
|
4051
|
+
}
|
4052
|
+
},
|
4053
|
+
{
|
4054
|
+
"id": 280,
|
4055
|
+
"name": "selectedIds",
|
4056
|
+
"kind": 1024,
|
4057
|
+
"kindString": "Property",
|
4058
|
+
"flags": {
|
4059
|
+
"isOptional": true
|
4060
|
+
},
|
4061
|
+
"comment": {
|
4062
|
+
"shortText": "The currently selected rows or objects."
|
4063
|
+
},
|
4064
|
+
"sources": [
|
4065
|
+
{
|
4066
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-options.ts",
|
4067
|
+
"line": 33,
|
4068
|
+
"character": 2
|
4069
|
+
}
|
4070
|
+
],
|
4071
|
+
"type": {
|
4072
|
+
"type": "array",
|
4073
|
+
"elementType": {
|
4074
|
+
"type": "intrinsic",
|
4075
|
+
"name": "string"
|
4076
|
+
}
|
4077
|
+
}
|
4078
|
+
},
|
4079
|
+
{
|
4080
|
+
"id": 281,
|
4081
|
+
"name": "views",
|
4082
|
+
"kind": 1024,
|
4083
|
+
"kindString": "Property",
|
4084
|
+
"flags": {
|
4085
|
+
"isOptional": true
|
4086
|
+
},
|
4087
|
+
"comment": {
|
4088
|
+
"shortText": "The states of the individual views."
|
4089
|
+
},
|
4090
|
+
"sources": [
|
4091
|
+
{
|
4092
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-options.ts",
|
4093
|
+
"line": 37,
|
4094
|
+
"character": 2
|
4095
|
+
}
|
4096
|
+
],
|
4097
|
+
"type": {
|
4098
|
+
"type": "array",
|
4099
|
+
"elementType": {
|
4100
|
+
"type": "reference",
|
4101
|
+
"id": 316,
|
4102
|
+
"name": "SkyDataViewStateOptions"
|
4103
|
+
}
|
4104
|
+
}
|
4105
|
+
}
|
4106
|
+
],
|
4107
|
+
"groups": [
|
4108
|
+
{
|
4109
|
+
"title": "Properties",
|
4110
|
+
"kind": 1024,
|
4111
|
+
"children": [
|
4112
|
+
275,
|
4113
|
+
276,
|
4114
|
+
277,
|
4115
|
+
278,
|
4116
|
+
279,
|
4117
|
+
280,
|
4118
|
+
281
|
4119
|
+
]
|
4120
|
+
}
|
4121
|
+
],
|
4122
|
+
"sources": [
|
4123
|
+
{
|
4124
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-options.ts",
|
4125
|
+
"line": 7,
|
4126
|
+
"character": 17
|
4127
|
+
}
|
4128
|
+
]
|
4129
|
+
},
|
4130
|
+
{
|
4131
|
+
"id": 282,
|
4132
|
+
"name": "SkyDataManagerStateUpdateFilterArgs",
|
4133
|
+
"kind": 256,
|
4134
|
+
"kindString": "Interface",
|
4135
|
+
"flags": {},
|
4136
|
+
"comment": {
|
4137
|
+
"shortText": "Optional arguments to pass to `getDataStateUpdates`.\nProvide either a list of properties to filter on OR a custom comparator."
|
4138
|
+
},
|
4139
|
+
"children": [
|
4140
|
+
{
|
4141
|
+
"id": 283,
|
4142
|
+
"name": "properties",
|
4143
|
+
"kind": 1024,
|
4144
|
+
"kindString": "Property",
|
4145
|
+
"flags": {
|
4146
|
+
"isOptional": true
|
4147
|
+
},
|
4148
|
+
"comment": {
|
4149
|
+
"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."
|
4150
|
+
},
|
4151
|
+
"sources": [
|
4152
|
+
{
|
4153
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-update-filter-args.ts",
|
4154
|
+
"line": 12,
|
4155
|
+
"character": 2
|
4156
|
+
}
|
4157
|
+
],
|
4158
|
+
"type": {
|
4159
|
+
"type": "array",
|
4160
|
+
"elementType": {
|
4161
|
+
"type": "intrinsic",
|
4162
|
+
"name": "string"
|
4163
|
+
}
|
4164
|
+
}
|
4165
|
+
},
|
4166
|
+
{
|
4167
|
+
"id": 284,
|
4168
|
+
"name": "comparator",
|
4169
|
+
"kind": 2048,
|
4170
|
+
"kindString": "Method",
|
4171
|
+
"flags": {
|
4172
|
+
"isOptional": true
|
4173
|
+
},
|
4174
|
+
"sources": [
|
4175
|
+
{
|
4176
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-update-filter-args.ts",
|
4177
|
+
"line": 16,
|
4178
|
+
"character": 2
|
4179
|
+
}
|
4180
|
+
],
|
4181
|
+
"signatures": [
|
4182
|
+
{
|
4183
|
+
"id": 285,
|
4184
|
+
"name": "comparator",
|
4185
|
+
"kind": 4096,
|
4186
|
+
"kindString": "Call signature",
|
4187
|
+
"flags": {},
|
4188
|
+
"comment": {
|
4189
|
+
"shortText": "A comparator function called to test if the new `SkyDataManagerState` is distinct from the previous."
|
4190
|
+
},
|
4191
|
+
"parameters": [
|
4192
|
+
{
|
4193
|
+
"id": 286,
|
4194
|
+
"name": "state1",
|
4195
|
+
"kind": 32768,
|
4196
|
+
"kindString": "Parameter",
|
4197
|
+
"flags": {},
|
4198
|
+
"type": {
|
4199
|
+
"type": "reference",
|
4200
|
+
"id": 254,
|
4201
|
+
"name": "SkyDataManagerState"
|
4202
|
+
}
|
4203
|
+
},
|
4204
|
+
{
|
4205
|
+
"id": 287,
|
4206
|
+
"name": "state2",
|
4207
|
+
"kind": 32768,
|
4208
|
+
"kindString": "Parameter",
|
4209
|
+
"flags": {},
|
4210
|
+
"type": {
|
4211
|
+
"type": "reference",
|
4212
|
+
"id": 254,
|
4213
|
+
"name": "SkyDataManagerState"
|
4214
|
+
}
|
4215
|
+
}
|
4216
|
+
],
|
4217
|
+
"type": {
|
4218
|
+
"type": "intrinsic",
|
4219
|
+
"name": "boolean"
|
4220
|
+
}
|
4221
|
+
}
|
4222
|
+
]
|
4223
|
+
}
|
4224
|
+
],
|
4225
|
+
"groups": [
|
4226
|
+
{
|
4227
|
+
"title": "Properties",
|
4228
|
+
"kind": 1024,
|
4229
|
+
"children": [
|
4230
|
+
283
|
4231
|
+
]
|
4232
|
+
},
|
4233
|
+
{
|
4234
|
+
"title": "Methods",
|
4235
|
+
"kind": 2048,
|
4236
|
+
"children": [
|
4237
|
+
284
|
4238
|
+
]
|
4239
|
+
}
|
4240
|
+
],
|
4241
|
+
"sources": [
|
4242
|
+
{
|
4243
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-manager-state-update-filter-args.ts",
|
4244
|
+
"line": 7,
|
4245
|
+
"character": 17
|
4246
|
+
}
|
4247
|
+
]
|
4248
|
+
},
|
4249
|
+
{
|
4250
|
+
"id": 288,
|
4251
|
+
"name": "SkyDataViewConfig",
|
4252
|
+
"kind": 256,
|
4253
|
+
"kindString": "Interface",
|
4254
|
+
"flags": {},
|
4255
|
+
"comment": {
|
4256
|
+
"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."
|
4257
|
+
},
|
4258
|
+
"children": [
|
4259
|
+
{
|
4260
|
+
"id": 289,
|
4261
|
+
"name": "additionalOptions",
|
4262
|
+
"kind": 1024,
|
4263
|
+
"kindString": "Property",
|
4264
|
+
"flags": {
|
4265
|
+
"isOptional": true
|
4266
|
+
},
|
4267
|
+
"comment": {
|
4268
|
+
"shortText": "An untyped property that can track any view config information relevant to a\ndata view that the existing options do not include."
|
4269
|
+
},
|
4270
|
+
"sources": [
|
4271
|
+
{
|
4272
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
|
4273
|
+
"line": 14,
|
3790
4274
|
"character": 2
|
3791
4275
|
}
|
3792
4276
|
],
|
@@ -3796,7 +4280,7 @@
|
|
3796
4280
|
}
|
3797
4281
|
},
|
3798
4282
|
{
|
3799
|
-
"id":
|
4283
|
+
"id": 290,
|
3800
4284
|
"name": "columnOptions",
|
3801
4285
|
"kind": 1024,
|
3802
4286
|
"kindString": "Property",
|
@@ -3809,7 +4293,7 @@
|
|
3809
4293
|
"sources": [
|
3810
4294
|
{
|
3811
4295
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
|
3812
|
-
"line":
|
4296
|
+
"line": 19,
|
3813
4297
|
"character": 2
|
3814
4298
|
}
|
3815
4299
|
],
|
@@ -3817,12 +4301,13 @@
|
|
3817
4301
|
"type": "array",
|
3818
4302
|
"elementType": {
|
3819
4303
|
"type": "reference",
|
4304
|
+
"id": 228,
|
3820
4305
|
"name": "SkyDataManagerColumnPickerOption"
|
3821
4306
|
}
|
3822
4307
|
}
|
3823
4308
|
},
|
3824
4309
|
{
|
3825
|
-
"id":
|
4310
|
+
"id": 291,
|
3826
4311
|
"name": "columnPickerEnabled",
|
3827
4312
|
"kind": 1024,
|
3828
4313
|
"kindString": "Property",
|
@@ -3835,7 +4320,7 @@
|
|
3835
4320
|
"sources": [
|
3836
4321
|
{
|
3837
4322
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
|
3838
|
-
"line":
|
4323
|
+
"line": 23,
|
3839
4324
|
"character": 2
|
3840
4325
|
}
|
3841
4326
|
],
|
@@ -3845,7 +4330,7 @@
|
|
3845
4330
|
}
|
3846
4331
|
},
|
3847
4332
|
{
|
3848
|
-
"id":
|
4333
|
+
"id": 292,
|
3849
4334
|
"name": "columnPickerSortStrategy",
|
3850
4335
|
"kind": 1024,
|
3851
4336
|
"kindString": "Property",
|
@@ -3858,18 +4343,18 @@
|
|
3858
4343
|
"sources": [
|
3859
4344
|
{
|
3860
4345
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
|
3861
|
-
"line":
|
4346
|
+
"line": 28,
|
3862
4347
|
"character": 2
|
3863
4348
|
}
|
3864
4349
|
],
|
3865
4350
|
"type": {
|
3866
4351
|
"type": "reference",
|
3867
|
-
"id":
|
4352
|
+
"id": 234,
|
3868
4353
|
"name": "SkyDataManagerColumnPickerSortStrategy"
|
3869
4354
|
}
|
3870
4355
|
},
|
3871
4356
|
{
|
3872
|
-
"id":
|
4357
|
+
"id": 293,
|
3873
4358
|
"name": "filterButtonEnabled",
|
3874
4359
|
"kind": 1024,
|
3875
4360
|
"kindString": "Property",
|
@@ -3882,7 +4367,7 @@
|
|
3882
4367
|
"sources": [
|
3883
4368
|
{
|
3884
4369
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
|
3885
|
-
"line":
|
4370
|
+
"line": 32,
|
3886
4371
|
"character": 2
|
3887
4372
|
}
|
3888
4373
|
],
|
@@ -3892,7 +4377,7 @@
|
|
3892
4377
|
}
|
3893
4378
|
},
|
3894
4379
|
{
|
3895
|
-
"id":
|
4380
|
+
"id": 294,
|
3896
4381
|
"name": "icon",
|
3897
4382
|
"kind": 1024,
|
3898
4383
|
"kindString": "Property",
|
@@ -3905,7 +4390,7 @@
|
|
3905
4390
|
"sources": [
|
3906
4391
|
{
|
3907
4392
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
|
3908
|
-
"line":
|
4393
|
+
"line": 37,
|
3909
4394
|
"character": 2
|
3910
4395
|
}
|
3911
4396
|
],
|
@@ -3915,7 +4400,7 @@
|
|
3915
4400
|
}
|
3916
4401
|
},
|
3917
4402
|
{
|
3918
|
-
"id":
|
4403
|
+
"id": 295,
|
3919
4404
|
"name": "id",
|
3920
4405
|
"kind": 1024,
|
3921
4406
|
"kindString": "Property",
|
@@ -3926,7 +4411,7 @@
|
|
3926
4411
|
"sources": [
|
3927
4412
|
{
|
3928
4413
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
|
3929
|
-
"line":
|
4414
|
+
"line": 41,
|
3930
4415
|
"character": 2
|
3931
4416
|
}
|
3932
4417
|
],
|
@@ -3936,7 +4421,7 @@
|
|
3936
4421
|
}
|
3937
4422
|
},
|
3938
4423
|
{
|
3939
|
-
"id":
|
4424
|
+
"id": 296,
|
3940
4425
|
"name": "multiselectToolbarEnabled",
|
3941
4426
|
"kind": 1024,
|
3942
4427
|
"kindString": "Property",
|
@@ -3949,7 +4434,7 @@
|
|
3949
4434
|
"sources": [
|
3950
4435
|
{
|
3951
4436
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
|
3952
|
-
"line":
|
4437
|
+
"line": 45,
|
3953
4438
|
"character": 2
|
3954
4439
|
}
|
3955
4440
|
],
|
@@ -3959,7 +4444,7 @@
|
|
3959
4444
|
}
|
3960
4445
|
},
|
3961
4446
|
{
|
3962
|
-
"id":
|
4447
|
+
"id": 297,
|
3963
4448
|
"name": "name",
|
3964
4449
|
"kind": 1024,
|
3965
4450
|
"kindString": "Property",
|
@@ -3970,7 +4455,7 @@
|
|
3970
4455
|
"sources": [
|
3971
4456
|
{
|
3972
4457
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
|
3973
|
-
"line":
|
4458
|
+
"line": 49,
|
3974
4459
|
"character": 2
|
3975
4460
|
}
|
3976
4461
|
],
|
@@ -3980,7 +4465,7 @@
|
|
3980
4465
|
}
|
3981
4466
|
},
|
3982
4467
|
{
|
3983
|
-
"id":
|
4468
|
+
"id": 298,
|
3984
4469
|
"name": "onClearAllClick",
|
3985
4470
|
"kind": 1024,
|
3986
4471
|
"kindString": "Property",
|
@@ -3993,7 +4478,7 @@
|
|
3993
4478
|
"sources": [
|
3994
4479
|
{
|
3995
4480
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
|
3996
|
-
"line":
|
4481
|
+
"line": 54,
|
3997
4482
|
"character": 2
|
3998
4483
|
}
|
3999
4484
|
],
|
@@ -4003,7 +4488,7 @@
|
|
4003
4488
|
}
|
4004
4489
|
},
|
4005
4490
|
{
|
4006
|
-
"id":
|
4491
|
+
"id": 299,
|
4007
4492
|
"name": "onSelectAllClick",
|
4008
4493
|
"kind": 1024,
|
4009
4494
|
"kindString": "Property",
|
@@ -4016,7 +4501,7 @@
|
|
4016
4501
|
"sources": [
|
4017
4502
|
{
|
4018
4503
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
|
4019
|
-
"line":
|
4504
|
+
"line": 59,
|
4020
4505
|
"character": 2
|
4021
4506
|
}
|
4022
4507
|
],
|
@@ -4026,7 +4511,7 @@
|
|
4026
4511
|
}
|
4027
4512
|
},
|
4028
4513
|
{
|
4029
|
-
"id":
|
4514
|
+
"id": 300,
|
4030
4515
|
"name": "searchEnabled",
|
4031
4516
|
"kind": 1024,
|
4032
4517
|
"kindString": "Property",
|
@@ -4039,7 +4524,7 @@
|
|
4039
4524
|
"sources": [
|
4040
4525
|
{
|
4041
4526
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
|
4042
|
-
"line":
|
4527
|
+
"line": 63,
|
4043
4528
|
"character": 2
|
4044
4529
|
}
|
4045
4530
|
],
|
@@ -4049,7 +4534,7 @@
|
|
4049
4534
|
}
|
4050
4535
|
},
|
4051
4536
|
{
|
4052
|
-
"id":
|
4537
|
+
"id": 302,
|
4053
4538
|
"name": "searchExpandMode",
|
4054
4539
|
"kind": 1024,
|
4055
4540
|
"kindString": "Property",
|
@@ -4062,7 +4547,7 @@
|
|
4062
4547
|
"sources": [
|
4063
4548
|
{
|
4064
4549
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
|
4065
|
-
"line":
|
4550
|
+
"line": 73,
|
4066
4551
|
"character": 2
|
4067
4552
|
}
|
4068
4553
|
],
|
@@ -4072,7 +4557,7 @@
|
|
4072
4557
|
}
|
4073
4558
|
},
|
4074
4559
|
{
|
4075
|
-
"id":
|
4560
|
+
"id": 301,
|
4076
4561
|
"name": "searchPlaceholderText",
|
4077
4562
|
"kind": 1024,
|
4078
4563
|
"kindString": "Property",
|
@@ -4085,7 +4570,7 @@
|
|
4085
4570
|
"sources": [
|
4086
4571
|
{
|
4087
4572
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
|
4088
|
-
"line":
|
4573
|
+
"line": 68,
|
4089
4574
|
"character": 2
|
4090
4575
|
}
|
4091
4576
|
],
|
@@ -4095,7 +4580,7 @@
|
|
4095
4580
|
}
|
4096
4581
|
},
|
4097
4582
|
{
|
4098
|
-
"id":
|
4583
|
+
"id": 303,
|
4099
4584
|
"name": "showFilterButtonText",
|
4100
4585
|
"kind": 1024,
|
4101
4586
|
"kindString": "Property",
|
@@ -4108,7 +4593,7 @@
|
|
4108
4593
|
"sources": [
|
4109
4594
|
{
|
4110
4595
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
|
4111
|
-
"line":
|
4596
|
+
"line": 78,
|
4112
4597
|
"character": 2
|
4113
4598
|
}
|
4114
4599
|
],
|
@@ -4118,7 +4603,7 @@
|
|
4118
4603
|
}
|
4119
4604
|
},
|
4120
4605
|
{
|
4121
|
-
"id":
|
4606
|
+
"id": 304,
|
4122
4607
|
"name": "showSortButtonText",
|
4123
4608
|
"kind": 1024,
|
4124
4609
|
"kindString": "Property",
|
@@ -4131,7 +4616,7 @@
|
|
4131
4616
|
"sources": [
|
4132
4617
|
{
|
4133
4618
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
|
4134
|
-
"line":
|
4619
|
+
"line": 83,
|
4135
4620
|
"character": 2
|
4136
4621
|
}
|
4137
4622
|
],
|
@@ -4141,7 +4626,7 @@
|
|
4141
4626
|
}
|
4142
4627
|
},
|
4143
4628
|
{
|
4144
|
-
"id":
|
4629
|
+
"id": 305,
|
4145
4630
|
"name": "sortEnabled",
|
4146
4631
|
"kind": 1024,
|
4147
4632
|
"kindString": "Property",
|
@@ -4154,7 +4639,7 @@
|
|
4154
4639
|
"sources": [
|
4155
4640
|
{
|
4156
4641
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
|
4157
|
-
"line":
|
4642
|
+
"line": 87,
|
4158
4643
|
"character": 2
|
4159
4644
|
}
|
4160
4645
|
],
|
@@ -4169,30 +4654,154 @@
|
|
4169
4654
|
"title": "Properties",
|
4170
4655
|
"kind": 1024,
|
4171
4656
|
"children": [
|
4172
|
-
|
4173
|
-
|
4174
|
-
|
4175
|
-
|
4176
|
-
|
4177
|
-
|
4178
|
-
|
4179
|
-
|
4180
|
-
|
4181
|
-
|
4182
|
-
|
4183
|
-
|
4184
|
-
|
4185
|
-
|
4186
|
-
|
4187
|
-
|
4188
|
-
|
4657
|
+
289,
|
4658
|
+
290,
|
4659
|
+
291,
|
4660
|
+
292,
|
4661
|
+
293,
|
4662
|
+
294,
|
4663
|
+
295,
|
4664
|
+
296,
|
4665
|
+
297,
|
4666
|
+
298,
|
4667
|
+
299,
|
4668
|
+
300,
|
4669
|
+
302,
|
4670
|
+
301,
|
4671
|
+
303,
|
4672
|
+
304,
|
4673
|
+
305
|
4189
4674
|
]
|
4190
4675
|
}
|
4191
4676
|
],
|
4192
4677
|
"sources": [
|
4193
4678
|
{
|
4194
4679
|
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-config.ts",
|
4195
|
-
"line":
|
4680
|
+
"line": 9,
|
4681
|
+
"character": 17
|
4682
|
+
}
|
4683
|
+
]
|
4684
|
+
},
|
4685
|
+
{
|
4686
|
+
"id": 316,
|
4687
|
+
"name": "SkyDataViewStateOptions",
|
4688
|
+
"kind": 256,
|
4689
|
+
"kindString": "Interface",
|
4690
|
+
"flags": {},
|
4691
|
+
"children": [
|
4692
|
+
{
|
4693
|
+
"id": 320,
|
4694
|
+
"name": "additionalData",
|
4695
|
+
"kind": 1024,
|
4696
|
+
"kindString": "Property",
|
4697
|
+
"flags": {
|
4698
|
+
"isOptional": true
|
4699
|
+
},
|
4700
|
+
"comment": {
|
4701
|
+
"shortText": "An untyped property that can track any view-specific state information\nrelevant to a data manager that existing properties do not cover."
|
4702
|
+
},
|
4703
|
+
"sources": [
|
4704
|
+
{
|
4705
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-state-options.ts",
|
4706
|
+
"line": 18,
|
4707
|
+
"character": 2
|
4708
|
+
}
|
4709
|
+
],
|
4710
|
+
"type": {
|
4711
|
+
"type": "intrinsic",
|
4712
|
+
"name": "any"
|
4713
|
+
}
|
4714
|
+
},
|
4715
|
+
{
|
4716
|
+
"id": 318,
|
4717
|
+
"name": "columnIds",
|
4718
|
+
"kind": 1024,
|
4719
|
+
"kindString": "Property",
|
4720
|
+
"flags": {
|
4721
|
+
"isOptional": true
|
4722
|
+
},
|
4723
|
+
"comment": {
|
4724
|
+
"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."
|
4725
|
+
},
|
4726
|
+
"sources": [
|
4727
|
+
{
|
4728
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-state-options.ts",
|
4729
|
+
"line": 9,
|
4730
|
+
"character": 2
|
4731
|
+
}
|
4732
|
+
],
|
4733
|
+
"type": {
|
4734
|
+
"type": "array",
|
4735
|
+
"elementType": {
|
4736
|
+
"type": "intrinsic",
|
4737
|
+
"name": "string"
|
4738
|
+
}
|
4739
|
+
}
|
4740
|
+
},
|
4741
|
+
{
|
4742
|
+
"id": 319,
|
4743
|
+
"name": "displayedColumnIds",
|
4744
|
+
"kind": 1024,
|
4745
|
+
"kindString": "Property",
|
4746
|
+
"flags": {
|
4747
|
+
"isOptional": true
|
4748
|
+
},
|
4749
|
+
"comment": {
|
4750
|
+
"shortText": "The IDs of the columns displayed for column-based views."
|
4751
|
+
},
|
4752
|
+
"sources": [
|
4753
|
+
{
|
4754
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-state-options.ts",
|
4755
|
+
"line": 13,
|
4756
|
+
"character": 2
|
4757
|
+
}
|
4758
|
+
],
|
4759
|
+
"type": {
|
4760
|
+
"type": "array",
|
4761
|
+
"elementType": {
|
4762
|
+
"type": "intrinsic",
|
4763
|
+
"name": "string"
|
4764
|
+
}
|
4765
|
+
}
|
4766
|
+
},
|
4767
|
+
{
|
4768
|
+
"id": 317,
|
4769
|
+
"name": "viewId",
|
4770
|
+
"kind": 1024,
|
4771
|
+
"kindString": "Property",
|
4772
|
+
"flags": {},
|
4773
|
+
"comment": {
|
4774
|
+
"shortText": "The ID of this view."
|
4775
|
+
},
|
4776
|
+
"sources": [
|
4777
|
+
{
|
4778
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-state-options.ts",
|
4779
|
+
"line": 5,
|
4780
|
+
"character": 2
|
4781
|
+
}
|
4782
|
+
],
|
4783
|
+
"type": {
|
4784
|
+
"type": "intrinsic",
|
4785
|
+
"name": "string"
|
4786
|
+
}
|
4787
|
+
}
|
4788
|
+
],
|
4789
|
+
"groups": [
|
4790
|
+
{
|
4791
|
+
"title": "Properties",
|
4792
|
+
"kind": 1024,
|
4793
|
+
"children": [
|
4794
|
+
320,
|
4795
|
+
318,
|
4796
|
+
319,
|
4797
|
+
317
|
4798
|
+
]
|
4799
|
+
}
|
4800
|
+
],
|
4801
|
+
"sources": [
|
4802
|
+
{
|
4803
|
+
"fileName": "projects/data-manager/src/modules/data-manager/models/data-view-state-options.ts",
|
4804
|
+
"line": 1,
|
4196
4805
|
"character": 17
|
4197
4806
|
}
|
4198
4807
|
]
|
@@ -4203,7 +4812,7 @@
|
|
4203
4812
|
"title": "Enumerations",
|
4204
4813
|
"kind": 8,
|
4205
4814
|
"children": [
|
4206
|
-
|
4815
|
+
234
|
4207
4816
|
]
|
4208
4817
|
},
|
4209
4818
|
{
|
@@ -4213,8 +4822,8 @@
|
|
4213
4822
|
224,
|
4214
4823
|
155,
|
4215
4824
|
158,
|
4216
|
-
|
4217
|
-
|
4825
|
+
254,
|
4826
|
+
306,
|
4218
4827
|
41,
|
4219
4828
|
71,
|
4220
4829
|
74,
|
@@ -4228,11 +4837,15 @@
|
|
4228
4837
|
"title": "Interfaces",
|
4229
4838
|
"kind": 256,
|
4230
4839
|
"children": [
|
4231
|
-
|
4232
|
-
|
4233
|
-
|
4234
|
-
|
4235
|
-
|
4840
|
+
228,
|
4841
|
+
237,
|
4842
|
+
241,
|
4843
|
+
244,
|
4844
|
+
249,
|
4845
|
+
274,
|
4846
|
+
282,
|
4847
|
+
288,
|
4848
|
+
316
|
4236
4849
|
]
|
4237
4850
|
}
|
4238
4851
|
],
|
@@ -4245,50 +4858,55 @@
|
|
4245
4858
|
]
|
4246
4859
|
},
|
4247
4860
|
"codeExamples": [
|
4861
|
+
{
|
4862
|
+
"fileName": ".eslintrc.json",
|
4863
|
+
"filePath": "/projects/data-manager/documentation/code-examples/.eslintrc.json",
|
4864
|
+
"rawContents": "{\n \"extends\": [\"../../.eslintrc.json\"],\n \"overrides\": [\n {\n \"files\": [\"*.ts\"],\n \"rules\": {\n \"@angular-eslint/directive-selector\": [\n \"error\",\n {\n \"type\": \"attribute\",\n \"prefix\": \"app\",\n \"style\": \"camelCase\"\n }\n ],\n \"@angular-eslint/component-selector\": [\n \"error\",\n {\n \"type\": \"element\",\n \"prefix\": \"app\",\n \"style\": \"kebab-case\"\n }\n ]\n }\n }\n ]\n}\n"
|
4865
|
+
},
|
4248
4866
|
{
|
4249
4867
|
"fileName": "data-filter-modal.component.html",
|
4250
4868
|
"filePath": "/projects/data-manager/documentation/code-examples/data-manager/basic/data-filter-modal.component.html",
|
4251
|
-
"rawContents": "<sky-modal>\n <sky-modal-header
|
4869
|
+
"rawContents": "<sky-modal>\n <sky-modal-header> Filter your fruit </sky-modal-header>\n <sky-modal-content>\n <label for=\"sky-demo-select-type\">Fruit type</label>\n <select\n id=\"sky-demo-select-type\"\n [(ngModel)]=\"fruitType\"\n class=\"sky-form-control\"\n >\n <option value=\"any\">Any fruit</option>\n <option value=\"citrus\">Citrus</option>\n <option value=\"berry\">Berry</option>\n </select>\n <div style=\"margin-top: 15px\">\n <sky-checkbox [(ngModel)]=\"hideOrange\">\n <sky-checkbox-label> Hide orange fruits </sky-checkbox-label>\n </sky-checkbox>\n </div>\n </sky-modal-content>\n <sky-modal-footer>\n <button\n type=\"button\"\n class=\"sky-btn sky-btn-primary\"\n (click)=\"applyFilters()\"\n >\n Apply filters\n </button>\n <button\n type=\"button\"\n class=\"sky-btn sky-btn-link\"\n (click)=\"clearAllFilters()\"\n >\n Clear all filters\n </button>\n <button type=\"button\" class=\"sky-btn sky-btn-link\" (click)=\"cancel()\">\n Cancel\n </button>\n </sky-modal-footer>\n</sky-modal>\n"
|
4252
4870
|
},
|
4253
4871
|
{
|
4254
4872
|
"fileName": "data-filter-modal.component.ts",
|
4255
4873
|
"filePath": "/projects/data-manager/documentation/code-examples/data-manager/basic/data-filter-modal.component.ts",
|
4256
|
-
"rawContents": "import {
|
4874
|
+
"rawContents": "import { Component } from '@angular/core';\n\nimport {\n SkyDataManagerFilterData,\n SkyDataManagerFilterModalContext,\n} from '@skyux/data-manager';\n\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 let filters = this.context.filterData.filters;\n this.fruitType = filters.type || 'any';\n this.hideOrange = filters.hideOrange || false;\n }\n }\n\n public applyFilters() {\n let 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"
|
4257
4875
|
},
|
4258
4876
|
{
|
4259
4877
|
"fileName": "data-manager-demo.component.html",
|
4260
4878
|
"filePath": "/projects/data-manager/documentation/code-examples/data-manager/basic/data-manager-demo.component.html",
|
4261
|
-
"rawContents": "<sky-data-manager>\n <sky-data-manager-toolbar>\n <!-- <sky-data-manager-toolbar-primary-item *ngIf=\"activeViewId === 'repeaterView'\">\n <button\n type=\"button\"\n class=\"sky-btn sky-btn-primary\"\n (click)=\"searchSo()\"\n >\n Set search text to \"so\"\n </button>\n </sky-data-manager-toolbar-primary-item> -->\n </sky-data-manager-toolbar>\n\n <app-data-view-repeater-demo
|
4879
|
+
"rawContents": "<sky-data-manager>\n <sky-data-manager-toolbar>\n <!-- <sky-data-manager-toolbar-primary-item *ngIf=\"activeViewId === 'repeaterView'\">\n <button\n type=\"button\"\n class=\"sky-btn sky-btn-primary\"\n (click)=\"searchSo()\"\n >\n Set search text to \"so\"\n </button>\n </sky-data-manager-toolbar-primary-item> -->\n </sky-data-manager-toolbar>\n\n <app-data-view-repeater-demo [items]=\"items\"> </app-data-view-repeater-demo>\n <app-data-view-cards-demo [items]=\"items\"> </app-data-view-cards-demo>\n</sky-data-manager>\n"
|
4262
4880
|
},
|
4263
4881
|
{
|
4264
4882
|
"fileName": "data-manager-demo.component.ts",
|
4265
4883
|
"filePath": "/projects/data-manager/documentation/code-examples/data-manager/basic/data-manager-demo.component.ts",
|
4266
|
-
"rawContents": "import {
|
4884
|
+
"rawContents": "import { ChangeDetectionStrategy, Component, OnInit } from '@angular/core';\n\nimport { SkyUIConfigService } from '@skyux/core';\n\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"
|
4267
4885
|
},
|
4268
4886
|
{
|
4269
4887
|
"fileName": "data-manager-demo.module.ts",
|
4270
4888
|
"filePath": "/projects/data-manager/documentation/code-examples/data-manager/basic/data-manager-demo.module.ts",
|
4271
|
-
"rawContents": "import {
|
4889
|
+
"rawContents": "import { CommonModule } from '@angular/common';\n\nimport { NgModule } from '@angular/core';\n\nimport { FormsModule } from '@angular/forms';\n\nimport { SkyCardModule, SkyToolbarModule } from '@skyux/layout';\n\nimport { SkyCheckboxModule } from '@skyux/forms';\n\nimport { SkyDataManagerModule } from '@skyux/data-manager';\n\nimport { SkyModalModule } from '@skyux/modals';\n\nimport { SkyRepeaterModule } from '@skyux/lists';\n\nimport { DataManagerDemoComponent } from './data-manager-demo.component';\n\nimport { DataManagerFiltersModalDemoComponent } from './data-filter-modal.component';\n\nimport { DataViewCardsDemoComponent } from './data-view-cards.component';\n\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"
|
4272
4890
|
},
|
4273
4891
|
{
|
4274
4892
|
"fileName": "data-view-cards.component.html",
|
4275
4893
|
"filePath": "/projects/data-manager/documentation/code-examples/data-manager/basic/data-view-cards.component.html",
|
4276
|
-
"rawContents": "<sky-data-view
|
4894
|
+
"rawContents": "<sky-data-view [viewId]=\"viewConfig.id\">\n <div style=\"margin: 10px\">\n <sky-card size=\"small\" *ngFor=\"let item of displayedItems\">\n <sky-card-title>{{ item.name }}</sky-card-title>\n <sky-card-content>{{ item.description }}</sky-card-content>\n </sky-card>\n </div>\n\n <button type=\"button\" class=\"sky-btn sky-btn-primary\" (click)=\"searchBe()\">\n Set search text to \"be\"\n </button>\n</sky-data-view>\n"
|
4277
4895
|
},
|
4278
4896
|
{
|
4279
4897
|
"fileName": "data-view-cards.component.ts",
|
4280
4898
|
"filePath": "/projects/data-manager/documentation/code-examples/data-manager/basic/data-view-cards.component.ts",
|
4281
|
-
"rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n Input,\n OnInit
|
4899
|
+
"rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n Input,\n OnInit,\n} from '@angular/core';\n\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 let sortOption = this.dataState && this.dataState.activeSortOption;\n\n if (sortOption) {\n result = items.sort(function (a: any, b: any) {\n let 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 let searchText = 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 let filterData = this.dataState && this.dataState.filterData;\n\n if (filterData && filterData.filters) {\n let 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"
|
4282
4900
|
},
|
4283
4901
|
{
|
4284
4902
|
"fileName": "data-view-repeater.component.html",
|
4285
4903
|
"filePath": "/projects/data-manager/documentation/code-examples/data-manager/basic/data-view-repeater.component.html",
|
4286
|
-
"rawContents": "<sky-data-view
|
4904
|
+
"rawContents": "<sky-data-view [viewId]=\"viewConfig.id\">\n <sky-repeater *ngIf=\"isActive\" expandMode=\"none\">\n <sky-repeater-item\n *ngFor=\"let item of displayedItems\"\n selectable=\"true\"\n [(isSelected)]=\"item.selected\"\n (isSelectedChange)=\"onItemSelect($event, item)\"\n >\n <sky-repeater-item-title>\n {{ item.name }}\n </sky-repeater-item-title>\n <sky-repeater-item-content>\n <div>\n {{ item.description }}\n </div>\n </sky-repeater-item-content>\n </sky-repeater-item>\n </sky-repeater>\n</sky-data-view>\n"
|
4287
4905
|
},
|
4288
4906
|
{
|
4289
4907
|
"fileName": "data-view-repeater.component.ts",
|
4290
4908
|
"filePath": "/projects/data-manager/documentation/code-examples/data-manager/basic/data-view-repeater.component.ts",
|
4291
|
-
"rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n Input,\n OnInit
|
4909
|
+
"rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n Input,\n OnInit,\n} from '@angular/core';\n\nimport {\n SkyDataManagerState,\n SkyDataViewConfig,\n SkyDataManagerService,\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 let 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 let searchText = 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 let filterData = this.dataState && this.dataState.filterData;\n\n if (filterData && filterData.filters) {\n let 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 let 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 let selectedIds = this.dataState.selectedIds || [];\n\n this.displayedItems.forEach((item) => {\n if (item.selected) {\n let 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 let selectedItems = this.dataState.selectedIds || [];\n let 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"
|
4292
4910
|
}
|
4293
4911
|
]
|
4294
4912
|
}
|