@skyux/list-builder 9.0.0-alpha.0 → 9.0.0-alpha.2
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/documentation.json +632 -639
- package/esm2022/index.mjs +62 -65
- package/fesm2022/skyux-list-builder.mjs +1 -1
- package/index.d.ts +63 -64
- package/package.json +10 -10
package/documentation.json
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"anchorIds": {
|
|
3
|
-
"SkyListSecondaryActionsComponent": "class-skylistsecondaryactionscomponent",
|
|
4
3
|
"ListDataRequestModel": "class-listdatarequestmodel",
|
|
5
4
|
"ListDataResponseModel": "class-listdataresponsemodel",
|
|
6
5
|
"ListFilterModel": "class-listfiltermodel",
|
|
@@ -13,6 +12,7 @@
|
|
|
13
12
|
"SkyListInMemoryDataProvider": "class-skylistinmemorydataprovider",
|
|
14
13
|
"SkyListModule": "class-skylistmodule",
|
|
15
14
|
"SkyListPagingModule": "class-skylistpagingmodule",
|
|
15
|
+
"SkyListSecondaryActionsComponent": "class-skylistsecondaryactionscomponent",
|
|
16
16
|
"SkyListSecondaryActionsModule": "class-skylistsecondaryactionsmodule",
|
|
17
17
|
"SkyListToolbarComponent": "class-skylisttoolbarcomponent",
|
|
18
18
|
"SkyListToolbarModule": "class-skylisttoolbarmodule",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"originalName": "",
|
|
37
37
|
"children": [
|
|
38
38
|
{
|
|
39
|
-
"id":
|
|
39
|
+
"id": 1,
|
|
40
40
|
"name": "ListDataRequestModel",
|
|
41
41
|
"kind": 128,
|
|
42
42
|
"kindString": "Class",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
"children": [
|
|
53
53
|
{
|
|
54
|
-
"id":
|
|
54
|
+
"id": 2,
|
|
55
55
|
"name": "constructor",
|
|
56
56
|
"kind": 512,
|
|
57
57
|
"kindString": "Constructor",
|
|
@@ -65,14 +65,14 @@
|
|
|
65
65
|
],
|
|
66
66
|
"signatures": [
|
|
67
67
|
{
|
|
68
|
-
"id":
|
|
68
|
+
"id": 3,
|
|
69
69
|
"name": "new ListDataRequestModel",
|
|
70
70
|
"kind": 16384,
|
|
71
71
|
"kindString": "Constructor signature",
|
|
72
72
|
"flags": {},
|
|
73
73
|
"parameters": [
|
|
74
74
|
{
|
|
75
|
-
"id":
|
|
75
|
+
"id": 4,
|
|
76
76
|
"name": "data",
|
|
77
77
|
"kind": 32768,
|
|
78
78
|
"kindString": "Parameter",
|
|
@@ -87,14 +87,14 @@
|
|
|
87
87
|
],
|
|
88
88
|
"type": {
|
|
89
89
|
"type": "reference",
|
|
90
|
-
"id":
|
|
90
|
+
"id": 1,
|
|
91
91
|
"name": "ListDataRequestModel"
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
94
|
]
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
|
-
"id":
|
|
97
|
+
"id": 5,
|
|
98
98
|
"name": "filters",
|
|
99
99
|
"kind": 1024,
|
|
100
100
|
"kindString": "Property",
|
|
@@ -115,13 +115,13 @@
|
|
|
115
115
|
"type": "array",
|
|
116
116
|
"elementType": {
|
|
117
117
|
"type": "reference",
|
|
118
|
-
"id":
|
|
118
|
+
"id": 1079,
|
|
119
119
|
"name": "ListFilterModel"
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
122
|
},
|
|
123
123
|
{
|
|
124
|
-
"id":
|
|
124
|
+
"id": 10,
|
|
125
125
|
"name": "isToolbarDisabled",
|
|
126
126
|
"kind": 1024,
|
|
127
127
|
"kindString": "Property",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"defaultValue": "false"
|
|
152
152
|
},
|
|
153
153
|
{
|
|
154
|
-
"id":
|
|
154
|
+
"id": 7,
|
|
155
155
|
"name": "pageNumber",
|
|
156
156
|
"kind": 1024,
|
|
157
157
|
"kindString": "Property",
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
}
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
|
-
"id":
|
|
177
|
+
"id": 6,
|
|
178
178
|
"name": "pageSize",
|
|
179
179
|
"kind": 1024,
|
|
180
180
|
"kindString": "Property",
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
}
|
|
198
198
|
},
|
|
199
199
|
{
|
|
200
|
-
"id":
|
|
200
|
+
"id": 8,
|
|
201
201
|
"name": "search",
|
|
202
202
|
"kind": 1024,
|
|
203
203
|
"kindString": "Property",
|
|
@@ -216,12 +216,12 @@
|
|
|
216
216
|
],
|
|
217
217
|
"type": {
|
|
218
218
|
"type": "reference",
|
|
219
|
-
"id":
|
|
219
|
+
"id": 714,
|
|
220
220
|
"name": "ListSearchModel"
|
|
221
221
|
}
|
|
222
222
|
},
|
|
223
223
|
{
|
|
224
|
-
"id":
|
|
224
|
+
"id": 9,
|
|
225
225
|
"name": "sort",
|
|
226
226
|
"kind": 1024,
|
|
227
227
|
"kindString": "Property",
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
],
|
|
241
241
|
"type": {
|
|
242
242
|
"type": "reference",
|
|
243
|
-
"id":
|
|
243
|
+
"id": 878,
|
|
244
244
|
"name": "ListSortModel"
|
|
245
245
|
}
|
|
246
246
|
}
|
|
@@ -250,19 +250,19 @@
|
|
|
250
250
|
"title": "Constructors",
|
|
251
251
|
"kind": 512,
|
|
252
252
|
"children": [
|
|
253
|
-
|
|
253
|
+
2
|
|
254
254
|
]
|
|
255
255
|
},
|
|
256
256
|
{
|
|
257
257
|
"title": "Properties",
|
|
258
258
|
"kind": 1024,
|
|
259
259
|
"children": [
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
260
|
+
5,
|
|
261
|
+
10,
|
|
262
|
+
7,
|
|
263
|
+
6,
|
|
264
|
+
8,
|
|
265
|
+
9
|
|
266
266
|
]
|
|
267
267
|
}
|
|
268
268
|
],
|
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
]
|
|
276
276
|
},
|
|
277
277
|
{
|
|
278
|
-
"id":
|
|
278
|
+
"id": 11,
|
|
279
279
|
"name": "ListDataResponseModel",
|
|
280
280
|
"kind": 128,
|
|
281
281
|
"kindString": "Class",
|
|
@@ -290,7 +290,7 @@
|
|
|
290
290
|
},
|
|
291
291
|
"children": [
|
|
292
292
|
{
|
|
293
|
-
"id":
|
|
293
|
+
"id": 12,
|
|
294
294
|
"name": "constructor",
|
|
295
295
|
"kind": 512,
|
|
296
296
|
"kindString": "Constructor",
|
|
@@ -304,14 +304,14 @@
|
|
|
304
304
|
],
|
|
305
305
|
"signatures": [
|
|
306
306
|
{
|
|
307
|
-
"id":
|
|
307
|
+
"id": 13,
|
|
308
308
|
"name": "new ListDataResponseModel",
|
|
309
309
|
"kind": 16384,
|
|
310
310
|
"kindString": "Constructor signature",
|
|
311
311
|
"flags": {},
|
|
312
312
|
"parameters": [
|
|
313
313
|
{
|
|
314
|
-
"id":
|
|
314
|
+
"id": 14,
|
|
315
315
|
"name": "data",
|
|
316
316
|
"kind": 32768,
|
|
317
317
|
"kindString": "Parameter",
|
|
@@ -326,14 +326,14 @@
|
|
|
326
326
|
],
|
|
327
327
|
"type": {
|
|
328
328
|
"type": "reference",
|
|
329
|
-
"id":
|
|
329
|
+
"id": 11,
|
|
330
330
|
"name": "ListDataResponseModel"
|
|
331
331
|
}
|
|
332
332
|
}
|
|
333
333
|
]
|
|
334
334
|
},
|
|
335
335
|
{
|
|
336
|
-
"id":
|
|
336
|
+
"id": 15,
|
|
337
337
|
"name": "count",
|
|
338
338
|
"kind": 1024,
|
|
339
339
|
"kindString": "Property",
|
|
@@ -356,7 +356,7 @@
|
|
|
356
356
|
}
|
|
357
357
|
},
|
|
358
358
|
{
|
|
359
|
-
"id":
|
|
359
|
+
"id": 16,
|
|
360
360
|
"name": "items",
|
|
361
361
|
"kind": 1024,
|
|
362
362
|
"kindString": "Property",
|
|
@@ -387,15 +387,15 @@
|
|
|
387
387
|
"title": "Constructors",
|
|
388
388
|
"kind": 512,
|
|
389
389
|
"children": [
|
|
390
|
-
|
|
390
|
+
12
|
|
391
391
|
]
|
|
392
392
|
},
|
|
393
393
|
{
|
|
394
394
|
"title": "Properties",
|
|
395
395
|
"kind": 1024,
|
|
396
396
|
"children": [
|
|
397
|
-
|
|
398
|
-
|
|
397
|
+
15,
|
|
398
|
+
16
|
|
399
399
|
]
|
|
400
400
|
}
|
|
401
401
|
],
|
|
@@ -408,14 +408,14 @@
|
|
|
408
408
|
]
|
|
409
409
|
},
|
|
410
410
|
{
|
|
411
|
-
"id":
|
|
411
|
+
"id": 1079,
|
|
412
412
|
"name": "ListFilterModel",
|
|
413
413
|
"kind": 128,
|
|
414
414
|
"kindString": "Class",
|
|
415
415
|
"flags": {},
|
|
416
416
|
"children": [
|
|
417
417
|
{
|
|
418
|
-
"id":
|
|
418
|
+
"id": 1080,
|
|
419
419
|
"name": "constructor",
|
|
420
420
|
"kind": 512,
|
|
421
421
|
"kindString": "Constructor",
|
|
@@ -429,14 +429,14 @@
|
|
|
429
429
|
],
|
|
430
430
|
"signatures": [
|
|
431
431
|
{
|
|
432
|
-
"id":
|
|
432
|
+
"id": 1081,
|
|
433
433
|
"name": "new ListFilterModel",
|
|
434
434
|
"kind": 16384,
|
|
435
435
|
"kindString": "Constructor signature",
|
|
436
436
|
"flags": {},
|
|
437
437
|
"parameters": [
|
|
438
438
|
{
|
|
439
|
-
"id":
|
|
439
|
+
"id": 1082,
|
|
440
440
|
"name": "data",
|
|
441
441
|
"kind": 32768,
|
|
442
442
|
"kindString": "Parameter",
|
|
@@ -451,14 +451,14 @@
|
|
|
451
451
|
],
|
|
452
452
|
"type": {
|
|
453
453
|
"type": "reference",
|
|
454
|
-
"id":
|
|
454
|
+
"id": 1079,
|
|
455
455
|
"name": "ListFilterModel"
|
|
456
456
|
}
|
|
457
457
|
}
|
|
458
458
|
]
|
|
459
459
|
},
|
|
460
460
|
{
|
|
461
|
-
"id":
|
|
461
|
+
"id": 1087,
|
|
462
462
|
"name": "defaultValue",
|
|
463
463
|
"kind": 1024,
|
|
464
464
|
"kindString": "Property",
|
|
@@ -481,7 +481,7 @@
|
|
|
481
481
|
}
|
|
482
482
|
},
|
|
483
483
|
{
|
|
484
|
-
"id":
|
|
484
|
+
"id": 1085,
|
|
485
485
|
"name": "dismissible",
|
|
486
486
|
"kind": 1024,
|
|
487
487
|
"kindString": "Property",
|
|
@@ -511,7 +511,7 @@
|
|
|
511
511
|
"defaultValue": "true"
|
|
512
512
|
},
|
|
513
513
|
{
|
|
514
|
-
"id":
|
|
514
|
+
"id": 1088,
|
|
515
515
|
"name": "filterFunction",
|
|
516
516
|
"kind": 1024,
|
|
517
517
|
"kindString": "Property",
|
|
@@ -528,14 +528,14 @@
|
|
|
528
528
|
"type": {
|
|
529
529
|
"type": "reflection",
|
|
530
530
|
"declaration": {
|
|
531
|
-
"id":
|
|
531
|
+
"id": 1089,
|
|
532
532
|
"name": "__type",
|
|
533
533
|
"kind": 65536,
|
|
534
534
|
"kindString": "Type literal",
|
|
535
535
|
"flags": {},
|
|
536
536
|
"signatures": [
|
|
537
537
|
{
|
|
538
|
-
"id":
|
|
538
|
+
"id": 1090,
|
|
539
539
|
"name": "__type",
|
|
540
540
|
"kind": 4096,
|
|
541
541
|
"kindString": "Call signature",
|
|
@@ -545,7 +545,7 @@
|
|
|
545
545
|
},
|
|
546
546
|
"parameters": [
|
|
547
547
|
{
|
|
548
|
-
"id":
|
|
548
|
+
"id": 1091,
|
|
549
549
|
"name": "item",
|
|
550
550
|
"kind": 32768,
|
|
551
551
|
"kindString": "Parameter",
|
|
@@ -556,7 +556,7 @@
|
|
|
556
556
|
}
|
|
557
557
|
},
|
|
558
558
|
{
|
|
559
|
-
"id":
|
|
559
|
+
"id": 1092,
|
|
560
560
|
"name": "filter",
|
|
561
561
|
"kind": 32768,
|
|
562
562
|
"kindString": "Parameter",
|
|
@@ -577,7 +577,7 @@
|
|
|
577
577
|
}
|
|
578
578
|
},
|
|
579
579
|
{
|
|
580
|
-
"id":
|
|
580
|
+
"id": 1084,
|
|
581
581
|
"name": "label",
|
|
582
582
|
"kind": 1024,
|
|
583
583
|
"kindString": "Property",
|
|
@@ -600,7 +600,7 @@
|
|
|
600
600
|
}
|
|
601
601
|
},
|
|
602
602
|
{
|
|
603
|
-
"id":
|
|
603
|
+
"id": 1083,
|
|
604
604
|
"name": "name",
|
|
605
605
|
"kind": 1024,
|
|
606
606
|
"kindString": "Property",
|
|
@@ -629,7 +629,7 @@
|
|
|
629
629
|
}
|
|
630
630
|
},
|
|
631
631
|
{
|
|
632
|
-
"id":
|
|
632
|
+
"id": 1086,
|
|
633
633
|
"name": "value",
|
|
634
634
|
"kind": 1024,
|
|
635
635
|
"kindString": "Property",
|
|
@@ -657,19 +657,19 @@
|
|
|
657
657
|
"title": "Constructors",
|
|
658
658
|
"kind": 512,
|
|
659
659
|
"children": [
|
|
660
|
-
|
|
660
|
+
1080
|
|
661
661
|
]
|
|
662
662
|
},
|
|
663
663
|
{
|
|
664
664
|
"title": "Properties",
|
|
665
665
|
"kind": 1024,
|
|
666
666
|
"children": [
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
667
|
+
1087,
|
|
668
|
+
1085,
|
|
669
|
+
1088,
|
|
670
|
+
1084,
|
|
671
|
+
1083,
|
|
672
|
+
1086
|
|
673
673
|
]
|
|
674
674
|
}
|
|
675
675
|
],
|
|
@@ -682,7 +682,7 @@
|
|
|
682
682
|
]
|
|
683
683
|
},
|
|
684
684
|
{
|
|
685
|
-
"id":
|
|
685
|
+
"id": 714,
|
|
686
686
|
"name": "ListSearchModel",
|
|
687
687
|
"kind": 128,
|
|
688
688
|
"kindString": "Class",
|
|
@@ -698,7 +698,7 @@
|
|
|
698
698
|
},
|
|
699
699
|
"children": [
|
|
700
700
|
{
|
|
701
|
-
"id":
|
|
701
|
+
"id": 715,
|
|
702
702
|
"name": "constructor",
|
|
703
703
|
"kind": 512,
|
|
704
704
|
"kindString": "Constructor",
|
|
@@ -712,14 +712,14 @@
|
|
|
712
712
|
],
|
|
713
713
|
"signatures": [
|
|
714
714
|
{
|
|
715
|
-
"id":
|
|
715
|
+
"id": 716,
|
|
716
716
|
"name": "new ListSearchModel",
|
|
717
717
|
"kind": 16384,
|
|
718
718
|
"kindString": "Constructor signature",
|
|
719
719
|
"flags": {},
|
|
720
720
|
"parameters": [
|
|
721
721
|
{
|
|
722
|
-
"id":
|
|
722
|
+
"id": 717,
|
|
723
723
|
"name": "data",
|
|
724
724
|
"kind": 32768,
|
|
725
725
|
"kindString": "Parameter",
|
|
@@ -734,14 +734,14 @@
|
|
|
734
734
|
],
|
|
735
735
|
"type": {
|
|
736
736
|
"type": "reference",
|
|
737
|
-
"id":
|
|
737
|
+
"id": 714,
|
|
738
738
|
"name": "ListSearchModel"
|
|
739
739
|
}
|
|
740
740
|
}
|
|
741
741
|
]
|
|
742
742
|
},
|
|
743
743
|
{
|
|
744
|
-
"id":
|
|
744
|
+
"id": 724,
|
|
745
745
|
"name": "fieldSelectors",
|
|
746
746
|
"kind": 1024,
|
|
747
747
|
"kindString": "Property",
|
|
@@ -768,7 +768,7 @@
|
|
|
768
768
|
"defaultValue": "[]"
|
|
769
769
|
},
|
|
770
770
|
{
|
|
771
|
-
"id":
|
|
771
|
+
"id": 719,
|
|
772
772
|
"name": "functions",
|
|
773
773
|
"kind": 1024,
|
|
774
774
|
"kindString": "Property",
|
|
@@ -790,21 +790,21 @@
|
|
|
790
790
|
"elementType": {
|
|
791
791
|
"type": "reflection",
|
|
792
792
|
"declaration": {
|
|
793
|
-
"id":
|
|
793
|
+
"id": 720,
|
|
794
794
|
"name": "__type",
|
|
795
795
|
"kind": 65536,
|
|
796
796
|
"kindString": "Type literal",
|
|
797
797
|
"flags": {},
|
|
798
798
|
"signatures": [
|
|
799
799
|
{
|
|
800
|
-
"id":
|
|
800
|
+
"id": 721,
|
|
801
801
|
"name": "__type",
|
|
802
802
|
"kind": 4096,
|
|
803
803
|
"kindString": "Call signature",
|
|
804
804
|
"flags": {},
|
|
805
805
|
"parameters": [
|
|
806
806
|
{
|
|
807
|
-
"id":
|
|
807
|
+
"id": 722,
|
|
808
808
|
"name": "data",
|
|
809
809
|
"kind": 32768,
|
|
810
810
|
"kindString": "Parameter",
|
|
@@ -815,7 +815,7 @@
|
|
|
815
815
|
}
|
|
816
816
|
},
|
|
817
817
|
{
|
|
818
|
-
"id":
|
|
818
|
+
"id": 723,
|
|
819
819
|
"name": "searchText",
|
|
820
820
|
"kind": 32768,
|
|
821
821
|
"kindString": "Parameter",
|
|
@@ -838,7 +838,7 @@
|
|
|
838
838
|
"defaultValue": "[]"
|
|
839
839
|
},
|
|
840
840
|
{
|
|
841
|
-
"id":
|
|
841
|
+
"id": 718,
|
|
842
842
|
"name": "searchText",
|
|
843
843
|
"kind": 1024,
|
|
844
844
|
"kindString": "Property",
|
|
@@ -873,16 +873,16 @@
|
|
|
873
873
|
"title": "Constructors",
|
|
874
874
|
"kind": 512,
|
|
875
875
|
"children": [
|
|
876
|
-
|
|
876
|
+
715
|
|
877
877
|
]
|
|
878
878
|
},
|
|
879
879
|
{
|
|
880
880
|
"title": "Properties",
|
|
881
881
|
"kind": 1024,
|
|
882
882
|
"children": [
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
883
|
+
724,
|
|
884
|
+
719,
|
|
885
|
+
718
|
|
886
886
|
]
|
|
887
887
|
}
|
|
888
888
|
],
|
|
@@ -895,7 +895,7 @@
|
|
|
895
895
|
]
|
|
896
896
|
},
|
|
897
897
|
{
|
|
898
|
-
"id":
|
|
898
|
+
"id": 794,
|
|
899
899
|
"name": "ListSelectedModel",
|
|
900
900
|
"kind": 128,
|
|
901
901
|
"kindString": "Class",
|
|
@@ -911,7 +911,7 @@
|
|
|
911
911
|
},
|
|
912
912
|
"children": [
|
|
913
913
|
{
|
|
914
|
-
"id":
|
|
914
|
+
"id": 795,
|
|
915
915
|
"name": "constructor",
|
|
916
916
|
"kind": 512,
|
|
917
917
|
"kindString": "Constructor",
|
|
@@ -925,21 +925,21 @@
|
|
|
925
925
|
],
|
|
926
926
|
"signatures": [
|
|
927
927
|
{
|
|
928
|
-
"id":
|
|
928
|
+
"id": 796,
|
|
929
929
|
"name": "new ListSelectedModel",
|
|
930
930
|
"kind": 16384,
|
|
931
931
|
"kindString": "Constructor signature",
|
|
932
932
|
"flags": {},
|
|
933
933
|
"type": {
|
|
934
934
|
"type": "reference",
|
|
935
|
-
"id":
|
|
935
|
+
"id": 794,
|
|
936
936
|
"name": "ListSelectedModel"
|
|
937
937
|
}
|
|
938
938
|
}
|
|
939
939
|
]
|
|
940
940
|
},
|
|
941
941
|
{
|
|
942
|
-
"id":
|
|
942
|
+
"id": 797,
|
|
943
943
|
"name": "selectedIdMap",
|
|
944
944
|
"kind": 1024,
|
|
945
945
|
"kindString": "Property",
|
|
@@ -979,14 +979,14 @@
|
|
|
979
979
|
"title": "Constructors",
|
|
980
980
|
"kind": 512,
|
|
981
981
|
"children": [
|
|
982
|
-
|
|
982
|
+
795
|
|
983
983
|
]
|
|
984
984
|
},
|
|
985
985
|
{
|
|
986
986
|
"title": "Properties",
|
|
987
987
|
"kind": 1024,
|
|
988
988
|
"children": [
|
|
989
|
-
|
|
989
|
+
797
|
|
990
990
|
]
|
|
991
991
|
}
|
|
992
992
|
],
|
|
@@ -999,7 +999,7 @@
|
|
|
999
999
|
]
|
|
1000
1000
|
},
|
|
1001
1001
|
{
|
|
1002
|
-
"id":
|
|
1002
|
+
"id": 854,
|
|
1003
1003
|
"name": "ListSortLabelModel",
|
|
1004
1004
|
"kind": 128,
|
|
1005
1005
|
"kindString": "Class",
|
|
@@ -1015,7 +1015,7 @@
|
|
|
1015
1015
|
},
|
|
1016
1016
|
"children": [
|
|
1017
1017
|
{
|
|
1018
|
-
"id":
|
|
1018
|
+
"id": 855,
|
|
1019
1019
|
"name": "constructor",
|
|
1020
1020
|
"kind": 512,
|
|
1021
1021
|
"kindString": "Constructor",
|
|
@@ -1029,14 +1029,14 @@
|
|
|
1029
1029
|
],
|
|
1030
1030
|
"signatures": [
|
|
1031
1031
|
{
|
|
1032
|
-
"id":
|
|
1032
|
+
"id": 856,
|
|
1033
1033
|
"name": "new ListSortLabelModel",
|
|
1034
1034
|
"kind": 16384,
|
|
1035
1035
|
"kindString": "Constructor signature",
|
|
1036
1036
|
"flags": {},
|
|
1037
1037
|
"parameters": [
|
|
1038
1038
|
{
|
|
1039
|
-
"id":
|
|
1039
|
+
"id": 857,
|
|
1040
1040
|
"name": "data",
|
|
1041
1041
|
"kind": 32768,
|
|
1042
1042
|
"kindString": "Parameter",
|
|
@@ -1051,14 +1051,14 @@
|
|
|
1051
1051
|
],
|
|
1052
1052
|
"type": {
|
|
1053
1053
|
"type": "reference",
|
|
1054
|
-
"id":
|
|
1054
|
+
"id": 854,
|
|
1055
1055
|
"name": "ListSortLabelModel"
|
|
1056
1056
|
}
|
|
1057
1057
|
}
|
|
1058
1058
|
]
|
|
1059
1059
|
},
|
|
1060
1060
|
{
|
|
1061
|
-
"id":
|
|
1061
|
+
"id": 862,
|
|
1062
1062
|
"name": "descending",
|
|
1063
1063
|
"kind": 1024,
|
|
1064
1064
|
"kindString": "Property",
|
|
@@ -1088,7 +1088,7 @@
|
|
|
1088
1088
|
"defaultValue": "false"
|
|
1089
1089
|
},
|
|
1090
1090
|
{
|
|
1091
|
-
"id":
|
|
1091
|
+
"id": 860,
|
|
1092
1092
|
"name": "fieldSelector",
|
|
1093
1093
|
"kind": 1024,
|
|
1094
1094
|
"kindString": "Property",
|
|
@@ -1111,7 +1111,7 @@
|
|
|
1111
1111
|
}
|
|
1112
1112
|
},
|
|
1113
1113
|
{
|
|
1114
|
-
"id":
|
|
1114
|
+
"id": 859,
|
|
1115
1115
|
"name": "fieldType",
|
|
1116
1116
|
"kind": 1024,
|
|
1117
1117
|
"kindString": "Property",
|
|
@@ -1134,7 +1134,7 @@
|
|
|
1134
1134
|
}
|
|
1135
1135
|
},
|
|
1136
1136
|
{
|
|
1137
|
-
"id":
|
|
1137
|
+
"id": 861,
|
|
1138
1138
|
"name": "global",
|
|
1139
1139
|
"kind": 1024,
|
|
1140
1140
|
"kindString": "Property",
|
|
@@ -1164,7 +1164,7 @@
|
|
|
1164
1164
|
"defaultValue": "false"
|
|
1165
1165
|
},
|
|
1166
1166
|
{
|
|
1167
|
-
"id":
|
|
1167
|
+
"id": 858,
|
|
1168
1168
|
"name": "text",
|
|
1169
1169
|
"kind": 1024,
|
|
1170
1170
|
"kindString": "Property",
|
|
@@ -1192,18 +1192,18 @@
|
|
|
1192
1192
|
"title": "Constructors",
|
|
1193
1193
|
"kind": 512,
|
|
1194
1194
|
"children": [
|
|
1195
|
-
|
|
1195
|
+
855
|
|
1196
1196
|
]
|
|
1197
1197
|
},
|
|
1198
1198
|
{
|
|
1199
1199
|
"title": "Properties",
|
|
1200
1200
|
"kind": 1024,
|
|
1201
1201
|
"children": [
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1202
|
+
862,
|
|
1203
|
+
860,
|
|
1204
|
+
859,
|
|
1205
|
+
861,
|
|
1206
|
+
858
|
|
1207
1207
|
]
|
|
1208
1208
|
}
|
|
1209
1209
|
],
|
|
@@ -1216,7 +1216,7 @@
|
|
|
1216
1216
|
]
|
|
1217
1217
|
},
|
|
1218
1218
|
{
|
|
1219
|
-
"id":
|
|
1219
|
+
"id": 878,
|
|
1220
1220
|
"name": "ListSortModel",
|
|
1221
1221
|
"kind": 128,
|
|
1222
1222
|
"kindString": "Class",
|
|
@@ -1232,7 +1232,7 @@
|
|
|
1232
1232
|
},
|
|
1233
1233
|
"children": [
|
|
1234
1234
|
{
|
|
1235
|
-
"id":
|
|
1235
|
+
"id": 879,
|
|
1236
1236
|
"name": "constructor",
|
|
1237
1237
|
"kind": 512,
|
|
1238
1238
|
"kindString": "Constructor",
|
|
@@ -1246,14 +1246,14 @@
|
|
|
1246
1246
|
],
|
|
1247
1247
|
"signatures": [
|
|
1248
1248
|
{
|
|
1249
|
-
"id":
|
|
1249
|
+
"id": 880,
|
|
1250
1250
|
"name": "new ListSortModel",
|
|
1251
1251
|
"kind": 16384,
|
|
1252
1252
|
"kindString": "Constructor signature",
|
|
1253
1253
|
"flags": {},
|
|
1254
1254
|
"parameters": [
|
|
1255
1255
|
{
|
|
1256
|
-
"id":
|
|
1256
|
+
"id": 881,
|
|
1257
1257
|
"name": "data",
|
|
1258
1258
|
"kind": 32768,
|
|
1259
1259
|
"kindString": "Parameter",
|
|
@@ -1268,14 +1268,14 @@
|
|
|
1268
1268
|
],
|
|
1269
1269
|
"type": {
|
|
1270
1270
|
"type": "reference",
|
|
1271
|
-
"id":
|
|
1271
|
+
"id": 878,
|
|
1272
1272
|
"name": "ListSortModel"
|
|
1273
1273
|
}
|
|
1274
1274
|
}
|
|
1275
1275
|
]
|
|
1276
1276
|
},
|
|
1277
1277
|
{
|
|
1278
|
-
"id":
|
|
1278
|
+
"id": 882,
|
|
1279
1279
|
"name": "available",
|
|
1280
1280
|
"kind": 1024,
|
|
1281
1281
|
"kindString": "Property",
|
|
@@ -1296,14 +1296,14 @@
|
|
|
1296
1296
|
"type": "array",
|
|
1297
1297
|
"elementType": {
|
|
1298
1298
|
"type": "reference",
|
|
1299
|
-
"id":
|
|
1299
|
+
"id": 854,
|
|
1300
1300
|
"name": "ListSortLabelModel"
|
|
1301
1301
|
}
|
|
1302
1302
|
},
|
|
1303
1303
|
"defaultValue": "[]"
|
|
1304
1304
|
},
|
|
1305
1305
|
{
|
|
1306
|
-
"id":
|
|
1306
|
+
"id": 884,
|
|
1307
1307
|
"name": "fieldSelectors",
|
|
1308
1308
|
"kind": 1024,
|
|
1309
1309
|
"kindString": "Property",
|
|
@@ -1330,7 +1330,7 @@
|
|
|
1330
1330
|
"defaultValue": "[]"
|
|
1331
1331
|
},
|
|
1332
1332
|
{
|
|
1333
|
-
"id":
|
|
1333
|
+
"id": 883,
|
|
1334
1334
|
"name": "global",
|
|
1335
1335
|
"kind": 1024,
|
|
1336
1336
|
"kindString": "Property",
|
|
@@ -1351,7 +1351,7 @@
|
|
|
1351
1351
|
"type": "array",
|
|
1352
1352
|
"elementType": {
|
|
1353
1353
|
"type": "reference",
|
|
1354
|
-
"id":
|
|
1354
|
+
"id": 854,
|
|
1355
1355
|
"name": "ListSortLabelModel"
|
|
1356
1356
|
}
|
|
1357
1357
|
},
|
|
@@ -1363,16 +1363,16 @@
|
|
|
1363
1363
|
"title": "Constructors",
|
|
1364
1364
|
"kind": 512,
|
|
1365
1365
|
"children": [
|
|
1366
|
-
|
|
1366
|
+
879
|
|
1367
1367
|
]
|
|
1368
1368
|
},
|
|
1369
1369
|
{
|
|
1370
1370
|
"title": "Properties",
|
|
1371
1371
|
"kind": 1024,
|
|
1372
1372
|
"children": [
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1373
|
+
882,
|
|
1374
|
+
884,
|
|
1375
|
+
883
|
|
1376
1376
|
]
|
|
1377
1377
|
}
|
|
1378
1378
|
],
|
|
@@ -1385,7 +1385,7 @@
|
|
|
1385
1385
|
]
|
|
1386
1386
|
},
|
|
1387
1387
|
{
|
|
1388
|
-
"id":
|
|
1388
|
+
"id": 1143,
|
|
1389
1389
|
"name": "SkyListComponent",
|
|
1390
1390
|
"kind": 128,
|
|
1391
1391
|
"kindString": "Class",
|
|
@@ -1414,7 +1414,7 @@
|
|
|
1414
1414
|
],
|
|
1415
1415
|
"children": [
|
|
1416
1416
|
{
|
|
1417
|
-
"id":
|
|
1417
|
+
"id": 1144,
|
|
1418
1418
|
"name": "constructor",
|
|
1419
1419
|
"kind": 512,
|
|
1420
1420
|
"kindString": "Constructor",
|
|
@@ -1428,14 +1428,14 @@
|
|
|
1428
1428
|
],
|
|
1429
1429
|
"signatures": [
|
|
1430
1430
|
{
|
|
1431
|
-
"id":
|
|
1431
|
+
"id": 1145,
|
|
1432
1432
|
"name": "new SkyListComponent",
|
|
1433
1433
|
"kind": 16384,
|
|
1434
1434
|
"kindString": "Constructor signature",
|
|
1435
1435
|
"flags": {},
|
|
1436
1436
|
"parameters": [
|
|
1437
1437
|
{
|
|
1438
|
-
"id":
|
|
1438
|
+
"id": 1146,
|
|
1439
1439
|
"name": "state",
|
|
1440
1440
|
"kind": 32768,
|
|
1441
1441
|
"kindString": "Parameter",
|
|
@@ -1446,7 +1446,7 @@
|
|
|
1446
1446
|
}
|
|
1447
1447
|
},
|
|
1448
1448
|
{
|
|
1449
|
-
"id":
|
|
1449
|
+
"id": 1147,
|
|
1450
1450
|
"name": "dispatcher",
|
|
1451
1451
|
"kind": 32768,
|
|
1452
1452
|
"kindString": "Parameter",
|
|
@@ -1457,7 +1457,7 @@
|
|
|
1457
1457
|
}
|
|
1458
1458
|
},
|
|
1459
1459
|
{
|
|
1460
|
-
"id":
|
|
1460
|
+
"id": 1148,
|
|
1461
1461
|
"name": "logger",
|
|
1462
1462
|
"kind": 32768,
|
|
1463
1463
|
"kindString": "Parameter",
|
|
@@ -1470,14 +1470,14 @@
|
|
|
1470
1470
|
],
|
|
1471
1471
|
"type": {
|
|
1472
1472
|
"type": "reference",
|
|
1473
|
-
"id":
|
|
1473
|
+
"id": 1143,
|
|
1474
1474
|
"name": "SkyListComponent"
|
|
1475
1475
|
}
|
|
1476
1476
|
}
|
|
1477
1477
|
]
|
|
1478
1478
|
},
|
|
1479
1479
|
{
|
|
1480
|
-
"id":
|
|
1480
|
+
"id": 1156,
|
|
1481
1481
|
"name": "appliedFilters",
|
|
1482
1482
|
"kind": 1024,
|
|
1483
1483
|
"kindString": "Property",
|
|
@@ -1510,14 +1510,14 @@
|
|
|
1510
1510
|
"type": "array",
|
|
1511
1511
|
"elementType": {
|
|
1512
1512
|
"type": "reference",
|
|
1513
|
-
"id":
|
|
1513
|
+
"id": 1079,
|
|
1514
1514
|
"name": "ListFilterModel"
|
|
1515
1515
|
}
|
|
1516
1516
|
},
|
|
1517
1517
|
"defaultValue": "[]"
|
|
1518
1518
|
},
|
|
1519
1519
|
{
|
|
1520
|
-
"id":
|
|
1520
|
+
"id": 1158,
|
|
1521
1521
|
"name": "appliedFiltersChange",
|
|
1522
1522
|
"kind": 1024,
|
|
1523
1523
|
"kindString": "Property",
|
|
@@ -1553,7 +1553,7 @@
|
|
|
1553
1553
|
"type": "array",
|
|
1554
1554
|
"elementType": {
|
|
1555
1555
|
"type": "reference",
|
|
1556
|
-
"id":
|
|
1556
|
+
"id": 1079,
|
|
1557
1557
|
"name": "ListFilterModel"
|
|
1558
1558
|
}
|
|
1559
1559
|
}
|
|
@@ -1565,7 +1565,7 @@
|
|
|
1565
1565
|
"defaultValue": "..."
|
|
1566
1566
|
},
|
|
1567
1567
|
{
|
|
1568
|
-
"id":
|
|
1568
|
+
"id": 1150,
|
|
1569
1569
|
"name": "data",
|
|
1570
1570
|
"kind": 1024,
|
|
1571
1571
|
"kindString": "Property",
|
|
@@ -1625,7 +1625,7 @@
|
|
|
1625
1625
|
"defaultValue": "[]"
|
|
1626
1626
|
},
|
|
1627
1627
|
{
|
|
1628
|
-
"id":
|
|
1628
|
+
"id": 1151,
|
|
1629
1629
|
"name": "dataProvider",
|
|
1630
1630
|
"kind": 1024,
|
|
1631
1631
|
"kindString": "Property",
|
|
@@ -1667,7 +1667,7 @@
|
|
|
1667
1667
|
}
|
|
1668
1668
|
},
|
|
1669
1669
|
{
|
|
1670
|
-
"id":
|
|
1670
|
+
"id": 1149,
|
|
1671
1671
|
"name": "id",
|
|
1672
1672
|
"kind": 1024,
|
|
1673
1673
|
"kindString": "Property",
|
|
@@ -1688,7 +1688,7 @@
|
|
|
1688
1688
|
"defaultValue": "..."
|
|
1689
1689
|
},
|
|
1690
1690
|
{
|
|
1691
|
-
"id":
|
|
1691
|
+
"id": 1153,
|
|
1692
1692
|
"name": "initialTotal",
|
|
1693
1693
|
"kind": 1024,
|
|
1694
1694
|
"kindString": "Property",
|
|
@@ -1724,7 +1724,7 @@
|
|
|
1724
1724
|
}
|
|
1725
1725
|
},
|
|
1726
1726
|
{
|
|
1727
|
-
"id":
|
|
1727
|
+
"id": 1159,
|
|
1728
1728
|
"name": "searchFunction",
|
|
1729
1729
|
"kind": 1024,
|
|
1730
1730
|
"kindString": "Property",
|
|
@@ -1755,14 +1755,14 @@
|
|
|
1755
1755
|
"type": {
|
|
1756
1756
|
"type": "reflection",
|
|
1757
1757
|
"declaration": {
|
|
1758
|
-
"id":
|
|
1758
|
+
"id": 1160,
|
|
1759
1759
|
"name": "__type",
|
|
1760
1760
|
"kind": 65536,
|
|
1761
1761
|
"kindString": "Type literal",
|
|
1762
1762
|
"flags": {},
|
|
1763
1763
|
"signatures": [
|
|
1764
1764
|
{
|
|
1765
|
-
"id":
|
|
1765
|
+
"id": 1161,
|
|
1766
1766
|
"name": "__type",
|
|
1767
1767
|
"kind": 4096,
|
|
1768
1768
|
"kindString": "Call signature",
|
|
@@ -1772,7 +1772,7 @@
|
|
|
1772
1772
|
},
|
|
1773
1773
|
"parameters": [
|
|
1774
1774
|
{
|
|
1775
|
-
"id":
|
|
1775
|
+
"id": 1162,
|
|
1776
1776
|
"name": "data",
|
|
1777
1777
|
"kind": 32768,
|
|
1778
1778
|
"kindString": "Parameter",
|
|
@@ -1783,7 +1783,7 @@
|
|
|
1783
1783
|
}
|
|
1784
1784
|
},
|
|
1785
1785
|
{
|
|
1786
|
-
"id":
|
|
1786
|
+
"id": 1163,
|
|
1787
1787
|
"name": "searchText",
|
|
1788
1788
|
"kind": 32768,
|
|
1789
1789
|
"kindString": "Parameter",
|
|
@@ -1804,7 +1804,7 @@
|
|
|
1804
1804
|
}
|
|
1805
1805
|
},
|
|
1806
1806
|
{
|
|
1807
|
-
"id":
|
|
1807
|
+
"id": 1154,
|
|
1808
1808
|
"name": "selectedIds",
|
|
1809
1809
|
"kind": 1024,
|
|
1810
1810
|
"kindString": "Property",
|
|
@@ -1863,7 +1863,7 @@
|
|
|
1863
1863
|
}
|
|
1864
1864
|
},
|
|
1865
1865
|
{
|
|
1866
|
-
"id":
|
|
1866
|
+
"id": 1157,
|
|
1867
1867
|
"name": "selectedIdsChange",
|
|
1868
1868
|
"kind": 1024,
|
|
1869
1869
|
"kindString": "Property",
|
|
@@ -1919,7 +1919,7 @@
|
|
|
1919
1919
|
"defaultValue": "..."
|
|
1920
1920
|
},
|
|
1921
1921
|
{
|
|
1922
|
-
"id":
|
|
1922
|
+
"id": 1155,
|
|
1923
1923
|
"name": "sortFields",
|
|
1924
1924
|
"kind": 1024,
|
|
1925
1925
|
"kindString": "Property",
|
|
@@ -1994,7 +1994,7 @@
|
|
|
1994
1994
|
}
|
|
1995
1995
|
},
|
|
1996
1996
|
{
|
|
1997
|
-
"id":
|
|
1997
|
+
"id": 1178,
|
|
1998
1998
|
"name": "displayedItems",
|
|
1999
1999
|
"kind": 262144,
|
|
2000
2000
|
"kindString": "Accessor",
|
|
@@ -2010,7 +2010,7 @@
|
|
|
2010
2010
|
],
|
|
2011
2011
|
"getSignature": [
|
|
2012
2012
|
{
|
|
2013
|
-
"id":
|
|
2013
|
+
"id": 1179,
|
|
2014
2014
|
"name": "displayedItems",
|
|
2015
2015
|
"kind": 524288,
|
|
2016
2016
|
"kindString": "Get signature",
|
|
@@ -2020,7 +2020,7 @@
|
|
|
2020
2020
|
"typeArguments": [
|
|
2021
2021
|
{
|
|
2022
2022
|
"type": "reference",
|
|
2023
|
-
"id":
|
|
2023
|
+
"id": 11,
|
|
2024
2024
|
"name": "ListDataResponseModel"
|
|
2025
2025
|
}
|
|
2026
2026
|
],
|
|
@@ -2032,7 +2032,7 @@
|
|
|
2032
2032
|
]
|
|
2033
2033
|
},
|
|
2034
2034
|
{
|
|
2035
|
-
"id":
|
|
2035
|
+
"id": 1186,
|
|
2036
2036
|
"name": "itemCount",
|
|
2037
2037
|
"kind": 262144,
|
|
2038
2038
|
"kindString": "Accessor",
|
|
@@ -2048,7 +2048,7 @@
|
|
|
2048
2048
|
],
|
|
2049
2049
|
"getSignature": [
|
|
2050
2050
|
{
|
|
2051
|
-
"id":
|
|
2051
|
+
"id": 1187,
|
|
2052
2052
|
"name": "itemCount",
|
|
2053
2053
|
"kind": 524288,
|
|
2054
2054
|
"kindString": "Get signature",
|
|
@@ -2069,7 +2069,7 @@
|
|
|
2069
2069
|
]
|
|
2070
2070
|
},
|
|
2071
2071
|
{
|
|
2072
|
-
"id":
|
|
2072
|
+
"id": 1182,
|
|
2073
2073
|
"name": "lastUpdate",
|
|
2074
2074
|
"kind": 262144,
|
|
2075
2075
|
"kindString": "Accessor",
|
|
@@ -2085,7 +2085,7 @@
|
|
|
2085
2085
|
],
|
|
2086
2086
|
"getSignature": [
|
|
2087
2087
|
{
|
|
2088
|
-
"id":
|
|
2088
|
+
"id": 1183,
|
|
2089
2089
|
"name": "lastUpdate",
|
|
2090
2090
|
"kind": 524288,
|
|
2091
2091
|
"kindString": "Get signature",
|
|
@@ -2108,7 +2108,7 @@
|
|
|
2108
2108
|
]
|
|
2109
2109
|
},
|
|
2110
2110
|
{
|
|
2111
|
-
"id":
|
|
2111
|
+
"id": 1180,
|
|
2112
2112
|
"name": "selectedItems",
|
|
2113
2113
|
"kind": 262144,
|
|
2114
2114
|
"kindString": "Accessor",
|
|
@@ -2124,7 +2124,7 @@
|
|
|
2124
2124
|
],
|
|
2125
2125
|
"getSignature": [
|
|
2126
2126
|
{
|
|
2127
|
-
"id":
|
|
2127
|
+
"id": 1181,
|
|
2128
2128
|
"name": "selectedItems",
|
|
2129
2129
|
"kind": 524288,
|
|
2130
2130
|
"kindString": "Get signature",
|
|
@@ -2148,7 +2148,7 @@
|
|
|
2148
2148
|
]
|
|
2149
2149
|
},
|
|
2150
2150
|
{
|
|
2151
|
-
"id":
|
|
2151
|
+
"id": 1184,
|
|
2152
2152
|
"name": "views",
|
|
2153
2153
|
"kind": 262144,
|
|
2154
2154
|
"kindString": "Accessor",
|
|
@@ -2164,7 +2164,7 @@
|
|
|
2164
2164
|
],
|
|
2165
2165
|
"getSignature": [
|
|
2166
2166
|
{
|
|
2167
|
-
"id":
|
|
2167
|
+
"id": 1185,
|
|
2168
2168
|
"name": "views",
|
|
2169
2169
|
"kind": 524288,
|
|
2170
2170
|
"kindString": "Get signature",
|
|
@@ -2180,7 +2180,7 @@
|
|
|
2180
2180
|
]
|
|
2181
2181
|
},
|
|
2182
2182
|
{
|
|
2183
|
-
"id":
|
|
2183
|
+
"id": 1169,
|
|
2184
2184
|
"name": "ngAfterContentInit",
|
|
2185
2185
|
"kind": 2048,
|
|
2186
2186
|
"kindString": "Method",
|
|
@@ -2196,7 +2196,7 @@
|
|
|
2196
2196
|
],
|
|
2197
2197
|
"signatures": [
|
|
2198
2198
|
{
|
|
2199
|
-
"id":
|
|
2199
|
+
"id": 1170,
|
|
2200
2200
|
"name": "ngAfterContentInit",
|
|
2201
2201
|
"kind": 4096,
|
|
2202
2202
|
"kindString": "Call signature",
|
|
@@ -2217,7 +2217,7 @@
|
|
|
2217
2217
|
}
|
|
2218
2218
|
},
|
|
2219
2219
|
{
|
|
2220
|
-
"id":
|
|
2220
|
+
"id": 1171,
|
|
2221
2221
|
"name": "ngOnChanges",
|
|
2222
2222
|
"kind": 2048,
|
|
2223
2223
|
"kindString": "Method",
|
|
@@ -2233,14 +2233,14 @@
|
|
|
2233
2233
|
],
|
|
2234
2234
|
"signatures": [
|
|
2235
2235
|
{
|
|
2236
|
-
"id":
|
|
2236
|
+
"id": 1172,
|
|
2237
2237
|
"name": "ngOnChanges",
|
|
2238
2238
|
"kind": 4096,
|
|
2239
2239
|
"kindString": "Call signature",
|
|
2240
2240
|
"flags": {},
|
|
2241
2241
|
"parameters": [
|
|
2242
2242
|
{
|
|
2243
|
-
"id":
|
|
2243
|
+
"id": 1173,
|
|
2244
2244
|
"name": "changes",
|
|
2245
2245
|
"kind": 32768,
|
|
2246
2246
|
"kindString": "Parameter",
|
|
@@ -2269,7 +2269,7 @@
|
|
|
2269
2269
|
}
|
|
2270
2270
|
},
|
|
2271
2271
|
{
|
|
2272
|
-
"id":
|
|
2272
|
+
"id": 1174,
|
|
2273
2273
|
"name": "ngOnDestroy",
|
|
2274
2274
|
"kind": 2048,
|
|
2275
2275
|
"kindString": "Method",
|
|
@@ -2285,7 +2285,7 @@
|
|
|
2285
2285
|
],
|
|
2286
2286
|
"signatures": [
|
|
2287
2287
|
{
|
|
2288
|
-
"id":
|
|
2288
|
+
"id": 1175,
|
|
2289
2289
|
"name": "ngOnDestroy",
|
|
2290
2290
|
"kind": 4096,
|
|
2291
2291
|
"kindString": "Call signature",
|
|
@@ -2306,7 +2306,7 @@
|
|
|
2306
2306
|
}
|
|
2307
2307
|
},
|
|
2308
2308
|
{
|
|
2309
|
-
"id":
|
|
2309
|
+
"id": 1176,
|
|
2310
2310
|
"name": "refreshDisplayedItems",
|
|
2311
2311
|
"kind": 2048,
|
|
2312
2312
|
"kindString": "Method",
|
|
@@ -2322,7 +2322,7 @@
|
|
|
2322
2322
|
],
|
|
2323
2323
|
"signatures": [
|
|
2324
2324
|
{
|
|
2325
|
-
"id":
|
|
2325
|
+
"id": 1177,
|
|
2326
2326
|
"name": "refreshDisplayedItems",
|
|
2327
2327
|
"kind": 4096,
|
|
2328
2328
|
"kindString": "Call signature",
|
|
@@ -2340,44 +2340,44 @@
|
|
|
2340
2340
|
"title": "Constructors",
|
|
2341
2341
|
"kind": 512,
|
|
2342
2342
|
"children": [
|
|
2343
|
-
|
|
2343
|
+
1144
|
|
2344
2344
|
]
|
|
2345
2345
|
},
|
|
2346
2346
|
{
|
|
2347
2347
|
"title": "Properties",
|
|
2348
2348
|
"kind": 1024,
|
|
2349
2349
|
"children": [
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2350
|
+
1156,
|
|
2351
|
+
1158,
|
|
2352
|
+
1150,
|
|
2353
|
+
1151,
|
|
2354
|
+
1149,
|
|
2355
|
+
1153,
|
|
2356
|
+
1159,
|
|
2357
|
+
1154,
|
|
2358
|
+
1157,
|
|
2359
|
+
1155
|
|
2360
2360
|
]
|
|
2361
2361
|
},
|
|
2362
2362
|
{
|
|
2363
2363
|
"title": "Accessors",
|
|
2364
2364
|
"kind": 262144,
|
|
2365
2365
|
"children": [
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2366
|
+
1178,
|
|
2367
|
+
1186,
|
|
2368
|
+
1182,
|
|
2369
|
+
1180,
|
|
2370
|
+
1184
|
|
2371
2371
|
]
|
|
2372
2372
|
},
|
|
2373
2373
|
{
|
|
2374
2374
|
"title": "Methods",
|
|
2375
2375
|
"kind": 2048,
|
|
2376
2376
|
"children": [
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2377
|
+
1169,
|
|
2378
|
+
1171,
|
|
2379
|
+
1174,
|
|
2380
|
+
1176
|
|
2381
2381
|
]
|
|
2382
2382
|
}
|
|
2383
2383
|
],
|
|
@@ -2410,7 +2410,7 @@
|
|
|
2410
2410
|
]
|
|
2411
2411
|
},
|
|
2412
2412
|
{
|
|
2413
|
-
"id":
|
|
2413
|
+
"id": 1110,
|
|
2414
2414
|
"name": "SkyListFiltersModule",
|
|
2415
2415
|
"kind": 128,
|
|
2416
2416
|
"kindString": "Class",
|
|
@@ -2443,7 +2443,7 @@
|
|
|
2443
2443
|
"title": "Constructors",
|
|
2444
2444
|
"kind": 512,
|
|
2445
2445
|
"children": [
|
|
2446
|
-
|
|
2446
|
+
1111
|
|
2447
2447
|
]
|
|
2448
2448
|
}
|
|
2449
2449
|
],
|
|
@@ -2456,7 +2456,7 @@
|
|
|
2456
2456
|
]
|
|
2457
2457
|
},
|
|
2458
2458
|
{
|
|
2459
|
-
"id":
|
|
2459
|
+
"id": 1050,
|
|
2460
2460
|
"name": "SkyListInMemoryDataProvider",
|
|
2461
2461
|
"kind": 128,
|
|
2462
2462
|
"kindString": "Class",
|
|
@@ -2471,7 +2471,7 @@
|
|
|
2471
2471
|
},
|
|
2472
2472
|
"children": [
|
|
2473
2473
|
{
|
|
2474
|
-
"id":
|
|
2474
|
+
"id": 1051,
|
|
2475
2475
|
"name": "constructor",
|
|
2476
2476
|
"kind": 512,
|
|
2477
2477
|
"kindString": "Constructor",
|
|
@@ -2485,14 +2485,14 @@
|
|
|
2485
2485
|
],
|
|
2486
2486
|
"signatures": [
|
|
2487
2487
|
{
|
|
2488
|
-
"id":
|
|
2488
|
+
"id": 1052,
|
|
2489
2489
|
"name": "new SkyListInMemoryDataProvider",
|
|
2490
2490
|
"kind": 16384,
|
|
2491
2491
|
"kindString": "Constructor signature",
|
|
2492
2492
|
"flags": {},
|
|
2493
2493
|
"parameters": [
|
|
2494
2494
|
{
|
|
2495
|
-
"id":
|
|
2495
|
+
"id": 1053,
|
|
2496
2496
|
"name": "data",
|
|
2497
2497
|
"kind": 32768,
|
|
2498
2498
|
"kindString": "Parameter",
|
|
@@ -2516,7 +2516,7 @@
|
|
|
2516
2516
|
}
|
|
2517
2517
|
},
|
|
2518
2518
|
{
|
|
2519
|
-
"id":
|
|
2519
|
+
"id": 1054,
|
|
2520
2520
|
"name": "searchFunction",
|
|
2521
2521
|
"kind": 32768,
|
|
2522
2522
|
"kindString": "Parameter",
|
|
@@ -2526,21 +2526,21 @@
|
|
|
2526
2526
|
"type": {
|
|
2527
2527
|
"type": "reflection",
|
|
2528
2528
|
"declaration": {
|
|
2529
|
-
"id":
|
|
2529
|
+
"id": 1055,
|
|
2530
2530
|
"name": "__type",
|
|
2531
2531
|
"kind": 65536,
|
|
2532
2532
|
"kindString": "Type literal",
|
|
2533
2533
|
"flags": {},
|
|
2534
2534
|
"signatures": [
|
|
2535
2535
|
{
|
|
2536
|
-
"id":
|
|
2536
|
+
"id": 1056,
|
|
2537
2537
|
"name": "__type",
|
|
2538
2538
|
"kind": 4096,
|
|
2539
2539
|
"kindString": "Call signature",
|
|
2540
2540
|
"flags": {},
|
|
2541
2541
|
"parameters": [
|
|
2542
2542
|
{
|
|
2543
|
-
"id":
|
|
2543
|
+
"id": 1057,
|
|
2544
2544
|
"name": "data",
|
|
2545
2545
|
"kind": 32768,
|
|
2546
2546
|
"kindString": "Parameter",
|
|
@@ -2551,7 +2551,7 @@
|
|
|
2551
2551
|
}
|
|
2552
2552
|
},
|
|
2553
2553
|
{
|
|
2554
|
-
"id":
|
|
2554
|
+
"id": 1058,
|
|
2555
2555
|
"name": "searchText",
|
|
2556
2556
|
"kind": 32768,
|
|
2557
2557
|
"kindString": "Parameter",
|
|
@@ -2574,7 +2574,7 @@
|
|
|
2574
2574
|
],
|
|
2575
2575
|
"type": {
|
|
2576
2576
|
"type": "reference",
|
|
2577
|
-
"id":
|
|
2577
|
+
"id": 1050,
|
|
2578
2578
|
"name": "SkyListInMemoryDataProvider"
|
|
2579
2579
|
},
|
|
2580
2580
|
"overwrites": {
|
|
@@ -2589,7 +2589,7 @@
|
|
|
2589
2589
|
}
|
|
2590
2590
|
},
|
|
2591
2591
|
{
|
|
2592
|
-
"id":
|
|
2592
|
+
"id": 1059,
|
|
2593
2593
|
"name": "items",
|
|
2594
2594
|
"kind": 1024,
|
|
2595
2595
|
"kindString": "Property",
|
|
@@ -2621,7 +2621,7 @@
|
|
|
2621
2621
|
"defaultValue": "..."
|
|
2622
2622
|
},
|
|
2623
2623
|
{
|
|
2624
|
-
"id":
|
|
2624
|
+
"id": 1070,
|
|
2625
2625
|
"name": "count",
|
|
2626
2626
|
"kind": 2048,
|
|
2627
2627
|
"kindString": "Method",
|
|
@@ -2637,7 +2637,7 @@
|
|
|
2637
2637
|
],
|
|
2638
2638
|
"signatures": [
|
|
2639
2639
|
{
|
|
2640
|
-
"id":
|
|
2640
|
+
"id": 1071,
|
|
2641
2641
|
"name": "count",
|
|
2642
2642
|
"kind": 4096,
|
|
2643
2643
|
"kindString": "Call signature",
|
|
@@ -2666,7 +2666,7 @@
|
|
|
2666
2666
|
}
|
|
2667
2667
|
},
|
|
2668
2668
|
{
|
|
2669
|
-
"id":
|
|
2669
|
+
"id": 1072,
|
|
2670
2670
|
"name": "get",
|
|
2671
2671
|
"kind": 2048,
|
|
2672
2672
|
"kindString": "Method",
|
|
@@ -2682,21 +2682,21 @@
|
|
|
2682
2682
|
],
|
|
2683
2683
|
"signatures": [
|
|
2684
2684
|
{
|
|
2685
|
-
"id":
|
|
2685
|
+
"id": 1073,
|
|
2686
2686
|
"name": "get",
|
|
2687
2687
|
"kind": 4096,
|
|
2688
2688
|
"kindString": "Call signature",
|
|
2689
2689
|
"flags": {},
|
|
2690
2690
|
"parameters": [
|
|
2691
2691
|
{
|
|
2692
|
-
"id":
|
|
2692
|
+
"id": 1074,
|
|
2693
2693
|
"name": "request",
|
|
2694
2694
|
"kind": 32768,
|
|
2695
2695
|
"kindString": "Parameter",
|
|
2696
2696
|
"flags": {},
|
|
2697
2697
|
"type": {
|
|
2698
2698
|
"type": "reference",
|
|
2699
|
-
"id":
|
|
2699
|
+
"id": 1,
|
|
2700
2700
|
"name": "ListDataRequestModel"
|
|
2701
2701
|
}
|
|
2702
2702
|
}
|
|
@@ -2706,7 +2706,7 @@
|
|
|
2706
2706
|
"typeArguments": [
|
|
2707
2707
|
{
|
|
2708
2708
|
"type": "reference",
|
|
2709
|
-
"id":
|
|
2709
|
+
"id": 11,
|
|
2710
2710
|
"name": "ListDataResponseModel"
|
|
2711
2711
|
}
|
|
2712
2712
|
],
|
|
@@ -2731,23 +2731,23 @@
|
|
|
2731
2731
|
"title": "Constructors",
|
|
2732
2732
|
"kind": 512,
|
|
2733
2733
|
"children": [
|
|
2734
|
-
|
|
2734
|
+
1051
|
|
2735
2735
|
]
|
|
2736
2736
|
},
|
|
2737
2737
|
{
|
|
2738
2738
|
"title": "Properties",
|
|
2739
2739
|
"kind": 1024,
|
|
2740
2740
|
"children": [
|
|
2741
|
-
|
|
2742
|
-
|
|
2741
|
+
1078,
|
|
2742
|
+
1059
|
|
2743
2743
|
]
|
|
2744
2744
|
},
|
|
2745
2745
|
{
|
|
2746
2746
|
"title": "Methods",
|
|
2747
2747
|
"kind": 2048,
|
|
2748
2748
|
"children": [
|
|
2749
|
-
|
|
2750
|
-
|
|
2749
|
+
1070,
|
|
2750
|
+
1072
|
|
2751
2751
|
]
|
|
2752
2752
|
}
|
|
2753
2753
|
],
|
|
@@ -2766,7 +2766,7 @@
|
|
|
2766
2766
|
]
|
|
2767
2767
|
},
|
|
2768
2768
|
{
|
|
2769
|
-
"id":
|
|
2769
|
+
"id": 27,
|
|
2770
2770
|
"name": "SkyListModule",
|
|
2771
2771
|
"kind": 128,
|
|
2772
2772
|
"kindString": "Class",
|
|
@@ -2799,7 +2799,7 @@
|
|
|
2799
2799
|
"title": "Constructors",
|
|
2800
2800
|
"kind": 512,
|
|
2801
2801
|
"children": [
|
|
2802
|
-
|
|
2802
|
+
28
|
|
2803
2803
|
]
|
|
2804
2804
|
}
|
|
2805
2805
|
],
|
|
@@ -2812,7 +2812,7 @@
|
|
|
2812
2812
|
]
|
|
2813
2813
|
},
|
|
2814
2814
|
{
|
|
2815
|
-
"id":
|
|
2815
|
+
"id": 1113,
|
|
2816
2816
|
"name": "SkyListPagingModule",
|
|
2817
2817
|
"kind": 128,
|
|
2818
2818
|
"kindString": "Class",
|
|
@@ -2845,7 +2845,7 @@
|
|
|
2845
2845
|
"title": "Constructors",
|
|
2846
2846
|
"kind": 512,
|
|
2847
2847
|
"children": [
|
|
2848
|
-
|
|
2848
|
+
1114
|
|
2849
2849
|
]
|
|
2850
2850
|
}
|
|
2851
2851
|
],
|
|
@@ -2858,7 +2858,179 @@
|
|
|
2858
2858
|
]
|
|
2859
2859
|
},
|
|
2860
2860
|
{
|
|
2861
|
-
"id":
|
|
2861
|
+
"id": 1196,
|
|
2862
|
+
"name": "SkyListSecondaryActionsComponent",
|
|
2863
|
+
"kind": 128,
|
|
2864
|
+
"kindString": "Class",
|
|
2865
|
+
"flags": {},
|
|
2866
|
+
"comment": {
|
|
2867
|
+
"shortText": "Adds a dropdown to the list toolbar for secondary actions. If the dropdown does not\ninclude actions, the secondary actions dropdown is hidden.",
|
|
2868
|
+
"tags": [
|
|
2869
|
+
{
|
|
2870
|
+
"tag": "deprecated",
|
|
2871
|
+
"text": "\n"
|
|
2872
|
+
}
|
|
2873
|
+
]
|
|
2874
|
+
},
|
|
2875
|
+
"decorators": [
|
|
2876
|
+
{
|
|
2877
|
+
"name": "Component",
|
|
2878
|
+
"type": {
|
|
2879
|
+
"type": "reference",
|
|
2880
|
+
"qualifiedName": "ComponentDecorator",
|
|
2881
|
+
"package": "@angular/core",
|
|
2882
|
+
"name": "Component"
|
|
2883
|
+
},
|
|
2884
|
+
"arguments": {
|
|
2885
|
+
"obj": "{\n selector: 'sky-list-secondary-actions',\n templateUrl: './list-secondary-actions.component.html',\n providers: [SkyListSecondaryActionsService],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
|
2886
|
+
}
|
|
2887
|
+
}
|
|
2888
|
+
],
|
|
2889
|
+
"children": [
|
|
2890
|
+
{
|
|
2891
|
+
"id": 1197,
|
|
2892
|
+
"name": "constructor",
|
|
2893
|
+
"kind": 512,
|
|
2894
|
+
"kindString": "Constructor",
|
|
2895
|
+
"flags": {},
|
|
2896
|
+
"sources": [
|
|
2897
|
+
{
|
|
2898
|
+
"fileName": "projects/list-builder/src/modules/list-toolbar/list-secondary-actions/list-secondary-actions.component.ts",
|
|
2899
|
+
"line": 36,
|
|
2900
|
+
"character": 2
|
|
2901
|
+
}
|
|
2902
|
+
],
|
|
2903
|
+
"signatures": [
|
|
2904
|
+
{
|
|
2905
|
+
"id": 1198,
|
|
2906
|
+
"name": "new SkyListSecondaryActionsComponent",
|
|
2907
|
+
"kind": 16384,
|
|
2908
|
+
"kindString": "Constructor signature",
|
|
2909
|
+
"flags": {},
|
|
2910
|
+
"parameters": [
|
|
2911
|
+
{
|
|
2912
|
+
"id": 1199,
|
|
2913
|
+
"name": "dispatcher",
|
|
2914
|
+
"kind": 32768,
|
|
2915
|
+
"kindString": "Parameter",
|
|
2916
|
+
"flags": {},
|
|
2917
|
+
"type": {
|
|
2918
|
+
"type": "reference",
|
|
2919
|
+
"name": "ListStateDispatcher"
|
|
2920
|
+
}
|
|
2921
|
+
}
|
|
2922
|
+
],
|
|
2923
|
+
"type": {
|
|
2924
|
+
"type": "reference",
|
|
2925
|
+
"id": 1196,
|
|
2926
|
+
"name": "SkyListSecondaryActionsComponent"
|
|
2927
|
+
}
|
|
2928
|
+
}
|
|
2929
|
+
]
|
|
2930
|
+
},
|
|
2931
|
+
{
|
|
2932
|
+
"id": 1200,
|
|
2933
|
+
"name": "actions",
|
|
2934
|
+
"kind": 1024,
|
|
2935
|
+
"kindString": "Property",
|
|
2936
|
+
"flags": {
|
|
2937
|
+
"isPublic": true
|
|
2938
|
+
},
|
|
2939
|
+
"sources": [
|
|
2940
|
+
{
|
|
2941
|
+
"fileName": "projects/list-builder/src/modules/list-toolbar/list-secondary-actions/list-secondary-actions.component.ts",
|
|
2942
|
+
"line": 26,
|
|
2943
|
+
"character": 9
|
|
2944
|
+
}
|
|
2945
|
+
],
|
|
2946
|
+
"type": {
|
|
2947
|
+
"type": "array",
|
|
2948
|
+
"elementType": {
|
|
2949
|
+
"type": "intrinsic",
|
|
2950
|
+
"name": "any"
|
|
2951
|
+
}
|
|
2952
|
+
},
|
|
2953
|
+
"defaultValue": "[]"
|
|
2954
|
+
},
|
|
2955
|
+
{
|
|
2956
|
+
"id": 1203,
|
|
2957
|
+
"name": "ngAfterViewInit",
|
|
2958
|
+
"kind": 2048,
|
|
2959
|
+
"kindString": "Method",
|
|
2960
|
+
"flags": {
|
|
2961
|
+
"isPublic": true
|
|
2962
|
+
},
|
|
2963
|
+
"sources": [
|
|
2964
|
+
{
|
|
2965
|
+
"fileName": "projects/list-builder/src/modules/list-toolbar/list-secondary-actions/list-secondary-actions.component.ts",
|
|
2966
|
+
"line": 38,
|
|
2967
|
+
"character": 9
|
|
2968
|
+
}
|
|
2969
|
+
],
|
|
2970
|
+
"signatures": [
|
|
2971
|
+
{
|
|
2972
|
+
"id": 1204,
|
|
2973
|
+
"name": "ngAfterViewInit",
|
|
2974
|
+
"kind": 4096,
|
|
2975
|
+
"kindString": "Call signature",
|
|
2976
|
+
"flags": {},
|
|
2977
|
+
"type": {
|
|
2978
|
+
"type": "intrinsic",
|
|
2979
|
+
"name": "void"
|
|
2980
|
+
},
|
|
2981
|
+
"implementationOf": {
|
|
2982
|
+
"type": "reference",
|
|
2983
|
+
"name": "AfterViewInit.ngAfterViewInit"
|
|
2984
|
+
}
|
|
2985
|
+
}
|
|
2986
|
+
],
|
|
2987
|
+
"implementationOf": {
|
|
2988
|
+
"type": "reference",
|
|
2989
|
+
"name": "AfterViewInit.ngAfterViewInit"
|
|
2990
|
+
}
|
|
2991
|
+
}
|
|
2992
|
+
],
|
|
2993
|
+
"groups": [
|
|
2994
|
+
{
|
|
2995
|
+
"title": "Constructors",
|
|
2996
|
+
"kind": 512,
|
|
2997
|
+
"children": [
|
|
2998
|
+
1197
|
|
2999
|
+
]
|
|
3000
|
+
},
|
|
3001
|
+
{
|
|
3002
|
+
"title": "Properties",
|
|
3003
|
+
"kind": 1024,
|
|
3004
|
+
"children": [
|
|
3005
|
+
1200
|
|
3006
|
+
]
|
|
3007
|
+
},
|
|
3008
|
+
{
|
|
3009
|
+
"title": "Methods",
|
|
3010
|
+
"kind": 2048,
|
|
3011
|
+
"children": [
|
|
3012
|
+
1203
|
|
3013
|
+
]
|
|
3014
|
+
}
|
|
3015
|
+
],
|
|
3016
|
+
"sources": [
|
|
3017
|
+
{
|
|
3018
|
+
"fileName": "projects/list-builder/src/modules/list-toolbar/list-secondary-actions/list-secondary-actions.component.ts",
|
|
3019
|
+
"line": 25,
|
|
3020
|
+
"character": 13
|
|
3021
|
+
}
|
|
3022
|
+
],
|
|
3023
|
+
"implementedTypes": [
|
|
3024
|
+
{
|
|
3025
|
+
"type": "reference",
|
|
3026
|
+
"qualifiedName": "AfterViewInit",
|
|
3027
|
+
"package": "@angular/core",
|
|
3028
|
+
"name": "AfterViewInit"
|
|
3029
|
+
}
|
|
3030
|
+
]
|
|
3031
|
+
},
|
|
3032
|
+
{
|
|
3033
|
+
"id": 1118,
|
|
2862
3034
|
"name": "SkyListSecondaryActionsModule",
|
|
2863
3035
|
"kind": 128,
|
|
2864
3036
|
"kindString": "Class",
|
|
@@ -2891,7 +3063,7 @@
|
|
|
2891
3063
|
"title": "Constructors",
|
|
2892
3064
|
"kind": 512,
|
|
2893
3065
|
"children": [
|
|
2894
|
-
|
|
3066
|
+
1119
|
|
2895
3067
|
]
|
|
2896
3068
|
}
|
|
2897
3069
|
],
|
|
@@ -2904,7 +3076,7 @@
|
|
|
2904
3076
|
]
|
|
2905
3077
|
},
|
|
2906
3078
|
{
|
|
2907
|
-
"id":
|
|
3079
|
+
"id": 1205,
|
|
2908
3080
|
"name": "SkyListToolbarComponent",
|
|
2909
3081
|
"kind": 128,
|
|
2910
3082
|
"kindString": "Class",
|
|
@@ -2934,7 +3106,7 @@
|
|
|
2934
3106
|
],
|
|
2935
3107
|
"children": [
|
|
2936
3108
|
{
|
|
2937
|
-
"id":
|
|
3109
|
+
"id": 1206,
|
|
2938
3110
|
"name": "constructor",
|
|
2939
3111
|
"kind": 512,
|
|
2940
3112
|
"kindString": "Constructor",
|
|
@@ -2948,14 +3120,14 @@
|
|
|
2948
3120
|
],
|
|
2949
3121
|
"signatures": [
|
|
2950
3122
|
{
|
|
2951
|
-
"id":
|
|
3123
|
+
"id": 1207,
|
|
2952
3124
|
"name": "new SkyListToolbarComponent",
|
|
2953
3125
|
"kind": 16384,
|
|
2954
3126
|
"kindString": "Constructor signature",
|
|
2955
3127
|
"flags": {},
|
|
2956
3128
|
"parameters": [
|
|
2957
3129
|
{
|
|
2958
|
-
"id":
|
|
3130
|
+
"id": 1208,
|
|
2959
3131
|
"name": "changeDetector",
|
|
2960
3132
|
"kind": 32768,
|
|
2961
3133
|
"kindString": "Parameter",
|
|
@@ -2968,7 +3140,7 @@
|
|
|
2968
3140
|
}
|
|
2969
3141
|
},
|
|
2970
3142
|
{
|
|
2971
|
-
"id":
|
|
3143
|
+
"id": 1209,
|
|
2972
3144
|
"name": "state",
|
|
2973
3145
|
"kind": 32768,
|
|
2974
3146
|
"kindString": "Parameter",
|
|
@@ -2979,7 +3151,7 @@
|
|
|
2979
3151
|
}
|
|
2980
3152
|
},
|
|
2981
3153
|
{
|
|
2982
|
-
"id":
|
|
3154
|
+
"id": 1210,
|
|
2983
3155
|
"name": "dispatcher",
|
|
2984
3156
|
"kind": 32768,
|
|
2985
3157
|
"kindString": "Parameter",
|
|
@@ -2990,7 +3162,7 @@
|
|
|
2990
3162
|
}
|
|
2991
3163
|
},
|
|
2992
3164
|
{
|
|
2993
|
-
"id":
|
|
3165
|
+
"id": 1211,
|
|
2994
3166
|
"name": "toolbarState",
|
|
2995
3167
|
"kind": 32768,
|
|
2996
3168
|
"kindString": "Parameter",
|
|
@@ -3001,7 +3173,7 @@
|
|
|
3001
3173
|
}
|
|
3002
3174
|
},
|
|
3003
3175
|
{
|
|
3004
|
-
"id":
|
|
3176
|
+
"id": 1212,
|
|
3005
3177
|
"name": "toolbarDispatcher",
|
|
3006
3178
|
"kind": 32768,
|
|
3007
3179
|
"kindString": "Parameter",
|
|
@@ -3012,7 +3184,7 @@
|
|
|
3012
3184
|
}
|
|
3013
3185
|
},
|
|
3014
3186
|
{
|
|
3015
|
-
"id":
|
|
3187
|
+
"id": 1213,
|
|
3016
3188
|
"name": "logger",
|
|
3017
3189
|
"kind": 32768,
|
|
3018
3190
|
"kindString": "Parameter",
|
|
@@ -3025,14 +3197,14 @@
|
|
|
3025
3197
|
],
|
|
3026
3198
|
"type": {
|
|
3027
3199
|
"type": "reference",
|
|
3028
|
-
"id":
|
|
3200
|
+
"id": 1205,
|
|
3029
3201
|
"name": "SkyListToolbarComponent"
|
|
3030
3202
|
}
|
|
3031
3203
|
}
|
|
3032
3204
|
]
|
|
3033
3205
|
},
|
|
3034
3206
|
{
|
|
3035
|
-
"id":
|
|
3207
|
+
"id": 1239,
|
|
3036
3208
|
"name": "appliedFilters",
|
|
3037
3209
|
"kind": 1024,
|
|
3038
3210
|
"kindString": "Property",
|
|
@@ -3053,7 +3225,7 @@
|
|
|
3053
3225
|
"type": "array",
|
|
3054
3226
|
"elementType": {
|
|
3055
3227
|
"type": "reference",
|
|
3056
|
-
"id":
|
|
3228
|
+
"id": 1079,
|
|
3057
3229
|
"name": "ListFilterModel"
|
|
3058
3230
|
}
|
|
3059
3231
|
}
|
|
@@ -3064,7 +3236,7 @@
|
|
|
3064
3236
|
}
|
|
3065
3237
|
},
|
|
3066
3238
|
{
|
|
3067
|
-
"id":
|
|
3239
|
+
"id": 1232,
|
|
3068
3240
|
"name": "centerTemplates",
|
|
3069
3241
|
"kind": 1024,
|
|
3070
3242
|
"kindString": "Property",
|
|
@@ -3087,7 +3259,7 @@
|
|
|
3087
3259
|
}
|
|
3088
3260
|
},
|
|
3089
3261
|
{
|
|
3090
|
-
"id":
|
|
3262
|
+
"id": 1246,
|
|
3091
3263
|
"name": "filterButtonId",
|
|
3092
3264
|
"kind": 1024,
|
|
3093
3265
|
"kindString": "Property",
|
|
@@ -3108,7 +3280,7 @@
|
|
|
3108
3280
|
"defaultValue": "..."
|
|
3109
3281
|
},
|
|
3110
3282
|
{
|
|
3111
|
-
"id":
|
|
3283
|
+
"id": 1244,
|
|
3112
3284
|
"name": "hasAdditionalToolbarSection",
|
|
3113
3285
|
"kind": 1024,
|
|
3114
3286
|
"kindString": "Property",
|
|
@@ -3129,7 +3301,7 @@
|
|
|
3129
3301
|
"defaultValue": "false"
|
|
3130
3302
|
},
|
|
3131
3303
|
{
|
|
3132
|
-
"id":
|
|
3304
|
+
"id": 1240,
|
|
3133
3305
|
"name": "hasAppliedFilters",
|
|
3134
3306
|
"kind": 1024,
|
|
3135
3307
|
"kindString": "Property",
|
|
@@ -3157,7 +3329,7 @@
|
|
|
3157
3329
|
}
|
|
3158
3330
|
},
|
|
3159
3331
|
{
|
|
3160
|
-
"id":
|
|
3332
|
+
"id": 1242,
|
|
3161
3333
|
"name": "hasInlineFilters",
|
|
3162
3334
|
"kind": 1024,
|
|
3163
3335
|
"kindString": "Property",
|
|
@@ -3177,7 +3349,7 @@
|
|
|
3177
3349
|
}
|
|
3178
3350
|
},
|
|
3179
3351
|
{
|
|
3180
|
-
"id":
|
|
3352
|
+
"id": 1245,
|
|
3181
3353
|
"name": "hasViewActions",
|
|
3182
3354
|
"kind": 1024,
|
|
3183
3355
|
"kindString": "Property",
|
|
@@ -3198,7 +3370,7 @@
|
|
|
3198
3370
|
"defaultValue": "false"
|
|
3199
3371
|
},
|
|
3200
3372
|
{
|
|
3201
|
-
"id":
|
|
3373
|
+
"id": 1243,
|
|
3202
3374
|
"name": "inlineFilterBarExpanded",
|
|
3203
3375
|
"kind": 1024,
|
|
3204
3376
|
"kindString": "Property",
|
|
@@ -3219,7 +3391,7 @@
|
|
|
3219
3391
|
"defaultValue": "false"
|
|
3220
3392
|
},
|
|
3221
3393
|
{
|
|
3222
|
-
"id":
|
|
3394
|
+
"id": 1237,
|
|
3223
3395
|
"name": "isMultiselectEnabled",
|
|
3224
3396
|
"kind": 1024,
|
|
3225
3397
|
"kindString": "Property",
|
|
@@ -3247,7 +3419,7 @@
|
|
|
3247
3419
|
}
|
|
3248
3420
|
},
|
|
3249
3421
|
{
|
|
3250
|
-
"id":
|
|
3422
|
+
"id": 1235,
|
|
3251
3423
|
"name": "isSearchEnabled",
|
|
3252
3424
|
"kind": 1024,
|
|
3253
3425
|
"kindString": "Property",
|
|
@@ -3275,7 +3447,7 @@
|
|
|
3275
3447
|
}
|
|
3276
3448
|
},
|
|
3277
3449
|
{
|
|
3278
|
-
"id":
|
|
3450
|
+
"id": 1238,
|
|
3279
3451
|
"name": "isSortSelectorEnabled",
|
|
3280
3452
|
"kind": 1024,
|
|
3281
3453
|
"kindString": "Property",
|
|
@@ -3303,7 +3475,7 @@
|
|
|
3303
3475
|
}
|
|
3304
3476
|
},
|
|
3305
3477
|
{
|
|
3306
|
-
"id":
|
|
3478
|
+
"id": 1236,
|
|
3307
3479
|
"name": "isToolbarDisabled",
|
|
3308
3480
|
"kind": 1024,
|
|
3309
3481
|
"kindString": "Property",
|
|
@@ -3324,7 +3496,7 @@
|
|
|
3324
3496
|
"defaultValue": "false"
|
|
3325
3497
|
},
|
|
3326
3498
|
{
|
|
3327
|
-
"id":
|
|
3499
|
+
"id": 1231,
|
|
3328
3500
|
"name": "leftTemplates",
|
|
3329
3501
|
"kind": 1024,
|
|
3330
3502
|
"kindString": "Property",
|
|
@@ -3347,7 +3519,7 @@
|
|
|
3347
3519
|
}
|
|
3348
3520
|
},
|
|
3349
3521
|
{
|
|
3350
|
-
"id":
|
|
3522
|
+
"id": 1247,
|
|
3351
3523
|
"name": "listFilterInlineId",
|
|
3352
3524
|
"kind": 1024,
|
|
3353
3525
|
"kindString": "Property",
|
|
@@ -3368,7 +3540,7 @@
|
|
|
3368
3540
|
"defaultValue": "..."
|
|
3369
3541
|
},
|
|
3370
3542
|
{
|
|
3371
|
-
"id":
|
|
3543
|
+
"id": 1218,
|
|
3372
3544
|
"name": "placeholder",
|
|
3373
3545
|
"kind": 1024,
|
|
3374
3546
|
"kindString": "Property",
|
|
@@ -3409,7 +3581,7 @@
|
|
|
3409
3581
|
}
|
|
3410
3582
|
},
|
|
3411
3583
|
{
|
|
3412
|
-
"id":
|
|
3584
|
+
"id": 1233,
|
|
3413
3585
|
"name": "rightTemplates",
|
|
3414
3586
|
"kind": 1024,
|
|
3415
3587
|
"kindString": "Property",
|
|
@@ -3432,7 +3604,7 @@
|
|
|
3432
3604
|
}
|
|
3433
3605
|
},
|
|
3434
3606
|
{
|
|
3435
|
-
"id":
|
|
3607
|
+
"id": 1220,
|
|
3436
3608
|
"name": "searchComponent",
|
|
3437
3609
|
"kind": 1024,
|
|
3438
3610
|
"kindString": "Property",
|
|
@@ -3467,7 +3639,7 @@
|
|
|
3467
3639
|
}
|
|
3468
3640
|
},
|
|
3469
3641
|
{
|
|
3470
|
-
"id":
|
|
3642
|
+
"id": 1219,
|
|
3471
3643
|
"name": "searchEnabled",
|
|
3472
3644
|
"kind": 1024,
|
|
3473
3645
|
"kindString": "Property",
|
|
@@ -3525,7 +3697,7 @@
|
|
|
3525
3697
|
}
|
|
3526
3698
|
},
|
|
3527
3699
|
{
|
|
3528
|
-
"id":
|
|
3700
|
+
"id": 1223,
|
|
3529
3701
|
"name": "searchText",
|
|
3530
3702
|
"kind": 1024,
|
|
3531
3703
|
"kindString": "Property",
|
|
@@ -3577,7 +3749,7 @@
|
|
|
3577
3749
|
}
|
|
3578
3750
|
},
|
|
3579
3751
|
{
|
|
3580
|
-
"id":
|
|
3752
|
+
"id": 1229,
|
|
3581
3753
|
"name": "searchTextInput",
|
|
3582
3754
|
"kind": 1024,
|
|
3583
3755
|
"kindString": "Property",
|
|
@@ -3605,7 +3777,7 @@
|
|
|
3605
3777
|
}
|
|
3606
3778
|
},
|
|
3607
3779
|
{
|
|
3608
|
-
"id":
|
|
3780
|
+
"id": 1241,
|
|
3609
3781
|
"name": "showFilterSummary",
|
|
3610
3782
|
"kind": 1024,
|
|
3611
3783
|
"kindString": "Property",
|
|
@@ -3625,7 +3797,7 @@
|
|
|
3625
3797
|
}
|
|
3626
3798
|
},
|
|
3627
3799
|
{
|
|
3628
|
-
"id":
|
|
3800
|
+
"id": 1221,
|
|
3629
3801
|
"name": "sortSelectorEnabled",
|
|
3630
3802
|
"kind": 1024,
|
|
3631
3803
|
"kindString": "Property",
|
|
@@ -3683,7 +3855,7 @@
|
|
|
3683
3855
|
}
|
|
3684
3856
|
},
|
|
3685
3857
|
{
|
|
3686
|
-
"id":
|
|
3858
|
+
"id": 1228,
|
|
3687
3859
|
"name": "sortSelectors",
|
|
3688
3860
|
"kind": 1024,
|
|
3689
3861
|
"kindString": "Property",
|
|
@@ -3714,7 +3886,7 @@
|
|
|
3714
3886
|
}
|
|
3715
3887
|
},
|
|
3716
3888
|
{
|
|
3717
|
-
"id":
|
|
3889
|
+
"id": 1222,
|
|
3718
3890
|
"name": "toolbarType",
|
|
3719
3891
|
"kind": 1024,
|
|
3720
3892
|
"kindString": "Property",
|
|
@@ -3756,7 +3928,7 @@
|
|
|
3756
3928
|
"defaultValue": "'standard'"
|
|
3757
3929
|
},
|
|
3758
3930
|
{
|
|
3759
|
-
"id":
|
|
3931
|
+
"id": 1234,
|
|
3760
3932
|
"name": "type",
|
|
3761
3933
|
"kind": 1024,
|
|
3762
3934
|
"kindString": "Property",
|
|
@@ -3784,7 +3956,7 @@
|
|
|
3784
3956
|
}
|
|
3785
3957
|
},
|
|
3786
3958
|
{
|
|
3787
|
-
"id":
|
|
3959
|
+
"id": 1230,
|
|
3788
3960
|
"name": "view",
|
|
3789
3961
|
"kind": 1024,
|
|
3790
3962
|
"kindString": "Property",
|
|
@@ -3812,7 +3984,7 @@
|
|
|
3812
3984
|
}
|
|
3813
3985
|
},
|
|
3814
3986
|
{
|
|
3815
|
-
"id":
|
|
3987
|
+
"id": 1226,
|
|
3816
3988
|
"name": "filterButtonAriaControls",
|
|
3817
3989
|
"kind": 262144,
|
|
3818
3990
|
"kindString": "Accessor",
|
|
@@ -3828,7 +4000,7 @@
|
|
|
3828
4000
|
],
|
|
3829
4001
|
"getSignature": [
|
|
3830
4002
|
{
|
|
3831
|
-
"id":
|
|
4003
|
+
"id": 1227,
|
|
3832
4004
|
"name": "filterButtonAriaControls",
|
|
3833
4005
|
"kind": 524288,
|
|
3834
4006
|
"kindString": "Get signature",
|
|
@@ -3841,7 +4013,7 @@
|
|
|
3841
4013
|
]
|
|
3842
4014
|
},
|
|
3843
4015
|
{
|
|
3844
|
-
"id":
|
|
4016
|
+
"id": 1224,
|
|
3845
4017
|
"name": "isFilterBarDisplayed",
|
|
3846
4018
|
"kind": 262144,
|
|
3847
4019
|
"kindString": "Accessor",
|
|
@@ -3857,7 +4029,7 @@
|
|
|
3857
4029
|
],
|
|
3858
4030
|
"getSignature": [
|
|
3859
4031
|
{
|
|
3860
|
-
"id":
|
|
4032
|
+
"id": 1225,
|
|
3861
4033
|
"name": "isFilterBarDisplayed",
|
|
3862
4034
|
"kind": 524288,
|
|
3863
4035
|
"kindString": "Get signature",
|
|
@@ -3870,7 +4042,7 @@
|
|
|
3870
4042
|
]
|
|
3871
4043
|
},
|
|
3872
4044
|
{
|
|
3873
|
-
"id":
|
|
4045
|
+
"id": 1273,
|
|
3874
4046
|
"name": "inlineFilterButtonClick",
|
|
3875
4047
|
"kind": 2048,
|
|
3876
4048
|
"kindString": "Method",
|
|
@@ -3886,7 +4058,7 @@
|
|
|
3886
4058
|
],
|
|
3887
4059
|
"signatures": [
|
|
3888
4060
|
{
|
|
3889
|
-
"id":
|
|
4061
|
+
"id": 1274,
|
|
3890
4062
|
"name": "inlineFilterButtonClick",
|
|
3891
4063
|
"kind": 4096,
|
|
3892
4064
|
"kindString": "Call signature",
|
|
@@ -3899,7 +4071,7 @@
|
|
|
3899
4071
|
]
|
|
3900
4072
|
},
|
|
3901
4073
|
{
|
|
3902
|
-
"id":
|
|
4074
|
+
"id": 1266,
|
|
3903
4075
|
"name": "ngAfterContentInit",
|
|
3904
4076
|
"kind": 2048,
|
|
3905
4077
|
"kindString": "Method",
|
|
@@ -3915,7 +4087,7 @@
|
|
|
3915
4087
|
],
|
|
3916
4088
|
"signatures": [
|
|
3917
4089
|
{
|
|
3918
|
-
"id":
|
|
4090
|
+
"id": 1267,
|
|
3919
4091
|
"name": "ngAfterContentInit",
|
|
3920
4092
|
"kind": 4096,
|
|
3921
4093
|
"kindString": "Call signature",
|
|
@@ -3936,7 +4108,7 @@
|
|
|
3936
4108
|
}
|
|
3937
4109
|
},
|
|
3938
4110
|
{
|
|
3939
|
-
"id":
|
|
4111
|
+
"id": 1268,
|
|
3940
4112
|
"name": "ngOnDestroy",
|
|
3941
4113
|
"kind": 2048,
|
|
3942
4114
|
"kindString": "Method",
|
|
@@ -3952,7 +4124,7 @@
|
|
|
3952
4124
|
],
|
|
3953
4125
|
"signatures": [
|
|
3954
4126
|
{
|
|
3955
|
-
"id":
|
|
4127
|
+
"id": 1269,
|
|
3956
4128
|
"name": "ngOnDestroy",
|
|
3957
4129
|
"kind": 4096,
|
|
3958
4130
|
"kindString": "Call signature",
|
|
@@ -3973,7 +4145,7 @@
|
|
|
3973
4145
|
}
|
|
3974
4146
|
},
|
|
3975
4147
|
{
|
|
3976
|
-
"id":
|
|
4148
|
+
"id": 1264,
|
|
3977
4149
|
"name": "ngOnInit",
|
|
3978
4150
|
"kind": 2048,
|
|
3979
4151
|
"kindString": "Method",
|
|
@@ -3989,7 +4161,7 @@
|
|
|
3989
4161
|
],
|
|
3990
4162
|
"signatures": [
|
|
3991
4163
|
{
|
|
3992
|
-
"id":
|
|
4164
|
+
"id": 1265,
|
|
3993
4165
|
"name": "ngOnInit",
|
|
3994
4166
|
"kind": 4096,
|
|
3995
4167
|
"kindString": "Call signature",
|
|
@@ -4010,7 +4182,7 @@
|
|
|
4010
4182
|
}
|
|
4011
4183
|
},
|
|
4012
4184
|
{
|
|
4013
|
-
"id":
|
|
4185
|
+
"id": 1270,
|
|
4014
4186
|
"name": "setSort",
|
|
4015
4187
|
"kind": 2048,
|
|
4016
4188
|
"kindString": "Method",
|
|
@@ -4026,21 +4198,21 @@
|
|
|
4026
4198
|
],
|
|
4027
4199
|
"signatures": [
|
|
4028
4200
|
{
|
|
4029
|
-
"id":
|
|
4201
|
+
"id": 1271,
|
|
4030
4202
|
"name": "setSort",
|
|
4031
4203
|
"kind": 4096,
|
|
4032
4204
|
"kindString": "Call signature",
|
|
4033
4205
|
"flags": {},
|
|
4034
4206
|
"parameters": [
|
|
4035
4207
|
{
|
|
4036
|
-
"id":
|
|
4208
|
+
"id": 1272,
|
|
4037
4209
|
"name": "sort",
|
|
4038
4210
|
"kind": 32768,
|
|
4039
4211
|
"kindString": "Parameter",
|
|
4040
4212
|
"flags": {},
|
|
4041
4213
|
"type": {
|
|
4042
4214
|
"type": "reference",
|
|
4043
|
-
"id":
|
|
4215
|
+
"id": 854,
|
|
4044
4216
|
"name": "ListSortLabelModel"
|
|
4045
4217
|
}
|
|
4046
4218
|
}
|
|
@@ -4053,7 +4225,7 @@
|
|
|
4053
4225
|
]
|
|
4054
4226
|
},
|
|
4055
4227
|
{
|
|
4056
|
-
"id":
|
|
4228
|
+
"id": 1275,
|
|
4057
4229
|
"name": "updateSearchText",
|
|
4058
4230
|
"kind": 2048,
|
|
4059
4231
|
"kindString": "Method",
|
|
@@ -4069,14 +4241,14 @@
|
|
|
4069
4241
|
],
|
|
4070
4242
|
"signatures": [
|
|
4071
4243
|
{
|
|
4072
|
-
"id":
|
|
4244
|
+
"id": 1276,
|
|
4073
4245
|
"name": "updateSearchText",
|
|
4074
4246
|
"kind": 4096,
|
|
4075
4247
|
"kindString": "Call signature",
|
|
4076
4248
|
"flags": {},
|
|
4077
4249
|
"parameters": [
|
|
4078
4250
|
{
|
|
4079
|
-
"id":
|
|
4251
|
+
"id": 1277,
|
|
4080
4252
|
"name": "searchText",
|
|
4081
4253
|
"kind": 32768,
|
|
4082
4254
|
"kindString": "Parameter",
|
|
@@ -4100,60 +4272,60 @@
|
|
|
4100
4272
|
"title": "Constructors",
|
|
4101
4273
|
"kind": 512,
|
|
4102
4274
|
"children": [
|
|
4103
|
-
|
|
4275
|
+
1206
|
|
4104
4276
|
]
|
|
4105
4277
|
},
|
|
4106
4278
|
{
|
|
4107
4279
|
"title": "Properties",
|
|
4108
4280
|
"kind": 1024,
|
|
4109
4281
|
"children": [
|
|
4110
|
-
|
|
4111
|
-
|
|
4112
|
-
|
|
4113
|
-
|
|
4114
|
-
|
|
4115
|
-
|
|
4116
|
-
|
|
4117
|
-
|
|
4118
|
-
|
|
4119
|
-
|
|
4120
|
-
|
|
4121
|
-
|
|
4122
|
-
|
|
4123
|
-
|
|
4124
|
-
|
|
4125
|
-
|
|
4126
|
-
|
|
4127
|
-
|
|
4128
|
-
|
|
4129
|
-
|
|
4130
|
-
|
|
4131
|
-
|
|
4132
|
-
|
|
4133
|
-
|
|
4134
|
-
|
|
4135
|
-
|
|
4136
|
-
|
|
4282
|
+
1239,
|
|
4283
|
+
1232,
|
|
4284
|
+
1246,
|
|
4285
|
+
1244,
|
|
4286
|
+
1240,
|
|
4287
|
+
1242,
|
|
4288
|
+
1245,
|
|
4289
|
+
1243,
|
|
4290
|
+
1237,
|
|
4291
|
+
1235,
|
|
4292
|
+
1238,
|
|
4293
|
+
1236,
|
|
4294
|
+
1231,
|
|
4295
|
+
1247,
|
|
4296
|
+
1218,
|
|
4297
|
+
1233,
|
|
4298
|
+
1220,
|
|
4299
|
+
1219,
|
|
4300
|
+
1223,
|
|
4301
|
+
1229,
|
|
4302
|
+
1241,
|
|
4303
|
+
1221,
|
|
4304
|
+
1228,
|
|
4305
|
+
1263,
|
|
4306
|
+
1222,
|
|
4307
|
+
1234,
|
|
4308
|
+
1230
|
|
4137
4309
|
]
|
|
4138
4310
|
},
|
|
4139
4311
|
{
|
|
4140
4312
|
"title": "Accessors",
|
|
4141
4313
|
"kind": 262144,
|
|
4142
4314
|
"children": [
|
|
4143
|
-
|
|
4144
|
-
|
|
4315
|
+
1226,
|
|
4316
|
+
1224
|
|
4145
4317
|
]
|
|
4146
4318
|
},
|
|
4147
4319
|
{
|
|
4148
4320
|
"title": "Methods",
|
|
4149
4321
|
"kind": 2048,
|
|
4150
4322
|
"children": [
|
|
4151
|
-
|
|
4152
|
-
|
|
4153
|
-
|
|
4154
|
-
|
|
4155
|
-
|
|
4156
|
-
|
|
4323
|
+
1273,
|
|
4324
|
+
1266,
|
|
4325
|
+
1268,
|
|
4326
|
+
1264,
|
|
4327
|
+
1270,
|
|
4328
|
+
1275
|
|
4157
4329
|
]
|
|
4158
4330
|
}
|
|
4159
4331
|
],
|
|
@@ -4186,7 +4358,7 @@
|
|
|
4186
4358
|
]
|
|
4187
4359
|
},
|
|
4188
4360
|
{
|
|
4189
|
-
"id":
|
|
4361
|
+
"id": 1121,
|
|
4190
4362
|
"name": "SkyListToolbarModule",
|
|
4191
4363
|
"kind": 128,
|
|
4192
4364
|
"kindString": "Class",
|
|
@@ -4219,7 +4391,7 @@
|
|
|
4219
4391
|
"title": "Constructors",
|
|
4220
4392
|
"kind": 512,
|
|
4221
4393
|
"children": [
|
|
4222
|
-
|
|
4394
|
+
1122
|
|
4223
4395
|
]
|
|
4224
4396
|
}
|
|
4225
4397
|
],
|
|
@@ -4232,7 +4404,7 @@
|
|
|
4232
4404
|
]
|
|
4233
4405
|
},
|
|
4234
4406
|
{
|
|
4235
|
-
"id":
|
|
4407
|
+
"id": 1289,
|
|
4236
4408
|
"name": "SkyListFilterButtonComponent",
|
|
4237
4409
|
"kind": 128,
|
|
4238
4410
|
"kindString": "Class",
|
|
@@ -4262,7 +4434,7 @@
|
|
|
4262
4434
|
],
|
|
4263
4435
|
"children": [
|
|
4264
4436
|
{
|
|
4265
|
-
"id":
|
|
4437
|
+
"id": 1290,
|
|
4266
4438
|
"name": "constructor",
|
|
4267
4439
|
"kind": 512,
|
|
4268
4440
|
"kindString": "Constructor",
|
|
@@ -4276,14 +4448,14 @@
|
|
|
4276
4448
|
],
|
|
4277
4449
|
"signatures": [
|
|
4278
4450
|
{
|
|
4279
|
-
"id":
|
|
4451
|
+
"id": 1291,
|
|
4280
4452
|
"name": "SkyListFilterButtonComponent",
|
|
4281
4453
|
"kind": 16384,
|
|
4282
4454
|
"kindString": "Constructor signature",
|
|
4283
4455
|
"flags": {},
|
|
4284
4456
|
"parameters": [
|
|
4285
4457
|
{
|
|
4286
|
-
"id":
|
|
4458
|
+
"id": 1292,
|
|
4287
4459
|
"name": "dispatcher",
|
|
4288
4460
|
"kind": 32768,
|
|
4289
4461
|
"kindString": "Parameter",
|
|
@@ -4296,14 +4468,14 @@
|
|
|
4296
4468
|
],
|
|
4297
4469
|
"type": {
|
|
4298
4470
|
"type": "reference",
|
|
4299
|
-
"id":
|
|
4471
|
+
"id": 1289,
|
|
4300
4472
|
"name": "SkyListFilterButtonComponent"
|
|
4301
4473
|
}
|
|
4302
4474
|
}
|
|
4303
4475
|
]
|
|
4304
4476
|
},
|
|
4305
4477
|
{
|
|
4306
|
-
"id":
|
|
4478
|
+
"id": 1295,
|
|
4307
4479
|
"name": "ngAfterViewInit",
|
|
4308
4480
|
"kind": 2048,
|
|
4309
4481
|
"kindString": "Method",
|
|
@@ -4319,7 +4491,7 @@
|
|
|
4319
4491
|
],
|
|
4320
4492
|
"signatures": [
|
|
4321
4493
|
{
|
|
4322
|
-
"id":
|
|
4494
|
+
"id": 1296,
|
|
4323
4495
|
"name": "ngAfterViewInit",
|
|
4324
4496
|
"kind": 4096,
|
|
4325
4497
|
"kindString": "Call signature",
|
|
@@ -4345,14 +4517,14 @@
|
|
|
4345
4517
|
"title": "Constructors",
|
|
4346
4518
|
"kind": 512,
|
|
4347
4519
|
"children": [
|
|
4348
|
-
|
|
4520
|
+
1290
|
|
4349
4521
|
]
|
|
4350
4522
|
},
|
|
4351
4523
|
{
|
|
4352
4524
|
"title": "Methods",
|
|
4353
4525
|
"kind": 2048,
|
|
4354
4526
|
"children": [
|
|
4355
|
-
|
|
4527
|
+
1295
|
|
4356
4528
|
]
|
|
4357
4529
|
}
|
|
4358
4530
|
],
|
|
@@ -4373,7 +4545,7 @@
|
|
|
4373
4545
|
]
|
|
4374
4546
|
},
|
|
4375
4547
|
{
|
|
4376
|
-
"id":
|
|
4548
|
+
"id": 1388,
|
|
4377
4549
|
"name": "SkyListToolbarViewActionsComponent",
|
|
4378
4550
|
"kind": 128,
|
|
4379
4551
|
"kindString": "Class",
|
|
@@ -4403,7 +4575,7 @@
|
|
|
4403
4575
|
],
|
|
4404
4576
|
"children": [
|
|
4405
4577
|
{
|
|
4406
|
-
"id":
|
|
4578
|
+
"id": 1389,
|
|
4407
4579
|
"name": "constructor",
|
|
4408
4580
|
"kind": 512,
|
|
4409
4581
|
"kindString": "Constructor",
|
|
@@ -4417,14 +4589,14 @@
|
|
|
4417
4589
|
],
|
|
4418
4590
|
"signatures": [
|
|
4419
4591
|
{
|
|
4420
|
-
"id":
|
|
4592
|
+
"id": 1390,
|
|
4421
4593
|
"name": "SkyListToolbarViewActionsComponent",
|
|
4422
4594
|
"kind": 16384,
|
|
4423
4595
|
"kindString": "Constructor signature",
|
|
4424
4596
|
"flags": {},
|
|
4425
4597
|
"parameters": [
|
|
4426
4598
|
{
|
|
4427
|
-
"id":
|
|
4599
|
+
"id": 1391,
|
|
4428
4600
|
"name": "logger",
|
|
4429
4601
|
"kind": 32768,
|
|
4430
4602
|
"kindString": "Parameter",
|
|
@@ -4437,7 +4609,7 @@
|
|
|
4437
4609
|
],
|
|
4438
4610
|
"type": {
|
|
4439
4611
|
"type": "reference",
|
|
4440
|
-
"id":
|
|
4612
|
+
"id": 1388,
|
|
4441
4613
|
"name": "SkyListToolbarViewActionsComponent"
|
|
4442
4614
|
}
|
|
4443
4615
|
}
|
|
@@ -4449,7 +4621,7 @@
|
|
|
4449
4621
|
"title": "Constructors",
|
|
4450
4622
|
"kind": 512,
|
|
4451
4623
|
"children": [
|
|
4452
|
-
|
|
4624
|
+
1389
|
|
4453
4625
|
]
|
|
4454
4626
|
}
|
|
4455
4627
|
],
|
|
@@ -4462,7 +4634,7 @@
|
|
|
4462
4634
|
]
|
|
4463
4635
|
},
|
|
4464
4636
|
{
|
|
4465
|
-
"id":
|
|
4637
|
+
"id": 1392,
|
|
4466
4638
|
"name": "SkyListToolbarSearchActionsComponent",
|
|
4467
4639
|
"kind": 128,
|
|
4468
4640
|
"kindString": "Class",
|
|
@@ -4496,7 +4668,7 @@
|
|
|
4496
4668
|
"title": "Constructors",
|
|
4497
4669
|
"kind": 512,
|
|
4498
4670
|
"children": [
|
|
4499
|
-
|
|
4671
|
+
1393
|
|
4500
4672
|
]
|
|
4501
4673
|
}
|
|
4502
4674
|
],
|
|
@@ -4509,7 +4681,7 @@
|
|
|
4509
4681
|
]
|
|
4510
4682
|
},
|
|
4511
4683
|
{
|
|
4512
|
-
"id":
|
|
4684
|
+
"id": 1297,
|
|
4513
4685
|
"name": "SkyListFilterSummaryComponent",
|
|
4514
4686
|
"kind": 128,
|
|
4515
4687
|
"kindString": "Class",
|
|
@@ -4539,7 +4711,7 @@
|
|
|
4539
4711
|
],
|
|
4540
4712
|
"children": [
|
|
4541
4713
|
{
|
|
4542
|
-
"id":
|
|
4714
|
+
"id": 1298,
|
|
4543
4715
|
"name": "constructor",
|
|
4544
4716
|
"kind": 512,
|
|
4545
4717
|
"kindString": "Constructor",
|
|
@@ -4553,14 +4725,14 @@
|
|
|
4553
4725
|
],
|
|
4554
4726
|
"signatures": [
|
|
4555
4727
|
{
|
|
4556
|
-
"id":
|
|
4728
|
+
"id": 1299,
|
|
4557
4729
|
"name": "SkyListFilterSummaryComponent",
|
|
4558
4730
|
"kind": 16384,
|
|
4559
4731
|
"kindString": "Constructor signature",
|
|
4560
4732
|
"flags": {},
|
|
4561
4733
|
"parameters": [
|
|
4562
4734
|
{
|
|
4563
|
-
"id":
|
|
4735
|
+
"id": 1300,
|
|
4564
4736
|
"name": "state",
|
|
4565
4737
|
"kind": 32768,
|
|
4566
4738
|
"kindString": "Parameter",
|
|
@@ -4571,7 +4743,7 @@
|
|
|
4571
4743
|
}
|
|
4572
4744
|
},
|
|
4573
4745
|
{
|
|
4574
|
-
"id":
|
|
4746
|
+
"id": 1301,
|
|
4575
4747
|
"name": "dispatcher",
|
|
4576
4748
|
"kind": 32768,
|
|
4577
4749
|
"kindString": "Parameter",
|
|
@@ -4584,14 +4756,14 @@
|
|
|
4584
4756
|
],
|
|
4585
4757
|
"type": {
|
|
4586
4758
|
"type": "reference",
|
|
4587
|
-
"id":
|
|
4759
|
+
"id": 1297,
|
|
4588
4760
|
"name": "SkyListFilterSummaryComponent"
|
|
4589
4761
|
}
|
|
4590
4762
|
}
|
|
4591
4763
|
]
|
|
4592
4764
|
},
|
|
4593
4765
|
{
|
|
4594
|
-
"id":
|
|
4766
|
+
"id": 1303,
|
|
4595
4767
|
"name": "appliedFilters",
|
|
4596
4768
|
"kind": 1024,
|
|
4597
4769
|
"kindString": "Property",
|
|
@@ -4612,7 +4784,7 @@
|
|
|
4612
4784
|
"type": "array",
|
|
4613
4785
|
"elementType": {
|
|
4614
4786
|
"type": "reference",
|
|
4615
|
-
"id":
|
|
4787
|
+
"id": 1079,
|
|
4616
4788
|
"name": "ListFilterModel"
|
|
4617
4789
|
}
|
|
4618
4790
|
}
|
|
@@ -4623,7 +4795,7 @@
|
|
|
4623
4795
|
}
|
|
4624
4796
|
},
|
|
4625
4797
|
{
|
|
4626
|
-
"id":
|
|
4798
|
+
"id": 1302,
|
|
4627
4799
|
"name": "summaryItemClick",
|
|
4628
4800
|
"kind": 1024,
|
|
4629
4801
|
"kindString": "Property",
|
|
@@ -4657,7 +4829,7 @@
|
|
|
4657
4829
|
"typeArguments": [
|
|
4658
4830
|
{
|
|
4659
4831
|
"type": "reference",
|
|
4660
|
-
"id":
|
|
4832
|
+
"id": 1079,
|
|
4661
4833
|
"name": "ListFilterModel"
|
|
4662
4834
|
}
|
|
4663
4835
|
],
|
|
@@ -4668,7 +4840,7 @@
|
|
|
4668
4840
|
"defaultValue": "..."
|
|
4669
4841
|
},
|
|
4670
4842
|
{
|
|
4671
|
-
"id":
|
|
4843
|
+
"id": 1309,
|
|
4672
4844
|
"name": "filterSummaryItemClick",
|
|
4673
4845
|
"kind": 2048,
|
|
4674
4846
|
"kindString": "Method",
|
|
@@ -4684,21 +4856,21 @@
|
|
|
4684
4856
|
],
|
|
4685
4857
|
"signatures": [
|
|
4686
4858
|
{
|
|
4687
|
-
"id":
|
|
4859
|
+
"id": 1310,
|
|
4688
4860
|
"name": "filterSummaryItemClick",
|
|
4689
4861
|
"kind": 4096,
|
|
4690
4862
|
"kindString": "Call signature",
|
|
4691
4863
|
"flags": {},
|
|
4692
4864
|
"parameters": [
|
|
4693
4865
|
{
|
|
4694
|
-
"id":
|
|
4866
|
+
"id": 1311,
|
|
4695
4867
|
"name": "item",
|
|
4696
4868
|
"kind": 32768,
|
|
4697
4869
|
"kindString": "Parameter",
|
|
4698
4870
|
"flags": {},
|
|
4699
4871
|
"type": {
|
|
4700
4872
|
"type": "reference",
|
|
4701
|
-
"id":
|
|
4873
|
+
"id": 1079,
|
|
4702
4874
|
"name": "ListFilterModel"
|
|
4703
4875
|
}
|
|
4704
4876
|
}
|
|
@@ -4711,7 +4883,7 @@
|
|
|
4711
4883
|
]
|
|
4712
4884
|
},
|
|
4713
4885
|
{
|
|
4714
|
-
"id":
|
|
4886
|
+
"id": 1306,
|
|
4715
4887
|
"name": "filterSummaryItemDismiss",
|
|
4716
4888
|
"kind": 2048,
|
|
4717
4889
|
"kindString": "Method",
|
|
@@ -4727,14 +4899,14 @@
|
|
|
4727
4899
|
],
|
|
4728
4900
|
"signatures": [
|
|
4729
4901
|
{
|
|
4730
|
-
"id":
|
|
4902
|
+
"id": 1307,
|
|
4731
4903
|
"name": "filterSummaryItemDismiss",
|
|
4732
4904
|
"kind": 4096,
|
|
4733
4905
|
"kindString": "Call signature",
|
|
4734
4906
|
"flags": {},
|
|
4735
4907
|
"parameters": [
|
|
4736
4908
|
{
|
|
4737
|
-
"id":
|
|
4909
|
+
"id": 1308,
|
|
4738
4910
|
"name": "index",
|
|
4739
4911
|
"kind": 32768,
|
|
4740
4912
|
"kindString": "Parameter",
|
|
@@ -4753,7 +4925,7 @@
|
|
|
4753
4925
|
]
|
|
4754
4926
|
},
|
|
4755
4927
|
{
|
|
4756
|
-
"id":
|
|
4928
|
+
"id": 1304,
|
|
4757
4929
|
"name": "ngAfterContentInit",
|
|
4758
4930
|
"kind": 2048,
|
|
4759
4931
|
"kindString": "Method",
|
|
@@ -4769,7 +4941,7 @@
|
|
|
4769
4941
|
],
|
|
4770
4942
|
"signatures": [
|
|
4771
4943
|
{
|
|
4772
|
-
"id":
|
|
4944
|
+
"id": 1305,
|
|
4773
4945
|
"name": "ngAfterContentInit",
|
|
4774
4946
|
"kind": 4096,
|
|
4775
4947
|
"kindString": "Call signature",
|
|
@@ -4795,24 +4967,24 @@
|
|
|
4795
4967
|
"title": "Constructors",
|
|
4796
4968
|
"kind": 512,
|
|
4797
4969
|
"children": [
|
|
4798
|
-
|
|
4970
|
+
1298
|
|
4799
4971
|
]
|
|
4800
4972
|
},
|
|
4801
4973
|
{
|
|
4802
4974
|
"title": "Properties",
|
|
4803
4975
|
"kind": 1024,
|
|
4804
4976
|
"children": [
|
|
4805
|
-
|
|
4806
|
-
|
|
4977
|
+
1303,
|
|
4978
|
+
1302
|
|
4807
4979
|
]
|
|
4808
4980
|
},
|
|
4809
4981
|
{
|
|
4810
4982
|
"title": "Methods",
|
|
4811
4983
|
"kind": 2048,
|
|
4812
4984
|
"children": [
|
|
4813
|
-
|
|
4814
|
-
|
|
4815
|
-
|
|
4985
|
+
1309,
|
|
4986
|
+
1306,
|
|
4987
|
+
1304
|
|
4816
4988
|
]
|
|
4817
4989
|
}
|
|
4818
4990
|
],
|
|
@@ -4833,7 +5005,7 @@
|
|
|
4833
5005
|
]
|
|
4834
5006
|
},
|
|
4835
5007
|
{
|
|
4836
|
-
"id":
|
|
5008
|
+
"id": 1312,
|
|
4837
5009
|
"name": "SkyListFilterInlineItemComponent",
|
|
4838
5010
|
"kind": 128,
|
|
4839
5011
|
"kindString": "Class",
|
|
@@ -4863,7 +5035,7 @@
|
|
|
4863
5035
|
],
|
|
4864
5036
|
"children": [
|
|
4865
5037
|
{
|
|
4866
|
-
"id":
|
|
5038
|
+
"id": 1317,
|
|
4867
5039
|
"name": "defaultValue",
|
|
4868
5040
|
"kind": 1024,
|
|
4869
5041
|
"kindString": "Property",
|
|
@@ -4898,7 +5070,7 @@
|
|
|
4898
5070
|
}
|
|
4899
5071
|
},
|
|
4900
5072
|
{
|
|
4901
|
-
"id":
|
|
5073
|
+
"id": 1318,
|
|
4902
5074
|
"name": "filterFunction",
|
|
4903
5075
|
"kind": 1024,
|
|
4904
5076
|
"kindString": "Property",
|
|
@@ -4929,14 +5101,14 @@
|
|
|
4929
5101
|
"type": {
|
|
4930
5102
|
"type": "reflection",
|
|
4931
5103
|
"declaration": {
|
|
4932
|
-
"id":
|
|
5104
|
+
"id": 1319,
|
|
4933
5105
|
"name": "__type",
|
|
4934
5106
|
"kind": 65536,
|
|
4935
5107
|
"kindString": "Type literal",
|
|
4936
5108
|
"flags": {},
|
|
4937
5109
|
"signatures": [
|
|
4938
5110
|
{
|
|
4939
|
-
"id":
|
|
5111
|
+
"id": 1320,
|
|
4940
5112
|
"name": "__type",
|
|
4941
5113
|
"kind": 4096,
|
|
4942
5114
|
"kindString": "Call signature",
|
|
@@ -4946,7 +5118,7 @@
|
|
|
4946
5118
|
},
|
|
4947
5119
|
"parameters": [
|
|
4948
5120
|
{
|
|
4949
|
-
"id":
|
|
5121
|
+
"id": 1321,
|
|
4950
5122
|
"name": "item",
|
|
4951
5123
|
"kind": 32768,
|
|
4952
5124
|
"kindString": "Parameter",
|
|
@@ -4957,7 +5129,7 @@
|
|
|
4957
5129
|
}
|
|
4958
5130
|
},
|
|
4959
5131
|
{
|
|
4960
|
-
"id":
|
|
5132
|
+
"id": 1322,
|
|
4961
5133
|
"name": "filter",
|
|
4962
5134
|
"kind": 32768,
|
|
4963
5135
|
"kindString": "Parameter",
|
|
@@ -4978,7 +5150,7 @@
|
|
|
4978
5150
|
}
|
|
4979
5151
|
},
|
|
4980
5152
|
{
|
|
4981
|
-
"id":
|
|
5153
|
+
"id": 1315,
|
|
4982
5154
|
"name": "name",
|
|
4983
5155
|
"kind": 1024,
|
|
4984
5156
|
"kindString": "Property",
|
|
@@ -5019,7 +5191,7 @@
|
|
|
5019
5191
|
}
|
|
5020
5192
|
},
|
|
5021
5193
|
{
|
|
5022
|
-
"id":
|
|
5194
|
+
"id": 1324,
|
|
5023
5195
|
"name": "onChange",
|
|
5024
5196
|
"kind": 1024,
|
|
5025
5197
|
"kindString": "Property",
|
|
@@ -5048,7 +5220,7 @@
|
|
|
5048
5220
|
"defaultValue": "..."
|
|
5049
5221
|
},
|
|
5050
5222
|
{
|
|
5051
|
-
"id":
|
|
5223
|
+
"id": 1323,
|
|
5052
5224
|
"name": "templateInput",
|
|
5053
5225
|
"kind": 1024,
|
|
5054
5226
|
"kindString": "Property",
|
|
@@ -5099,7 +5271,7 @@
|
|
|
5099
5271
|
}
|
|
5100
5272
|
},
|
|
5101
5273
|
{
|
|
5102
|
-
"id":
|
|
5274
|
+
"id": 1316,
|
|
5103
5275
|
"name": "value",
|
|
5104
5276
|
"kind": 1024,
|
|
5105
5277
|
"kindString": "Property",
|
|
@@ -5134,7 +5306,7 @@
|
|
|
5134
5306
|
}
|
|
5135
5307
|
},
|
|
5136
5308
|
{
|
|
5137
|
-
"id":
|
|
5309
|
+
"id": 1328,
|
|
5138
5310
|
"name": "template",
|
|
5139
5311
|
"kind": 262144,
|
|
5140
5312
|
"kindString": "Accessor",
|
|
@@ -5150,7 +5322,7 @@
|
|
|
5150
5322
|
],
|
|
5151
5323
|
"getSignature": [
|
|
5152
5324
|
{
|
|
5153
|
-
"id":
|
|
5325
|
+
"id": 1329,
|
|
5154
5326
|
"name": "template",
|
|
5155
5327
|
"kind": 524288,
|
|
5156
5328
|
"kindString": "Get signature",
|
|
@@ -5171,7 +5343,7 @@
|
|
|
5171
5343
|
]
|
|
5172
5344
|
},
|
|
5173
5345
|
{
|
|
5174
|
-
"id":
|
|
5346
|
+
"id": 1326,
|
|
5175
5347
|
"name": "ngOnInit",
|
|
5176
5348
|
"kind": 2048,
|
|
5177
5349
|
"kindString": "Method",
|
|
@@ -5187,7 +5359,7 @@
|
|
|
5187
5359
|
],
|
|
5188
5360
|
"signatures": [
|
|
5189
5361
|
{
|
|
5190
|
-
"id":
|
|
5362
|
+
"id": 1327,
|
|
5191
5363
|
"name": "ngOnInit",
|
|
5192
5364
|
"kind": 4096,
|
|
5193
5365
|
"kindString": "Call signature",
|
|
@@ -5213,33 +5385,33 @@
|
|
|
5213
5385
|
"title": "Constructors",
|
|
5214
5386
|
"kind": 512,
|
|
5215
5387
|
"children": [
|
|
5216
|
-
|
|
5388
|
+
1313
|
|
5217
5389
|
]
|
|
5218
5390
|
},
|
|
5219
5391
|
{
|
|
5220
5392
|
"title": "Properties",
|
|
5221
5393
|
"kind": 1024,
|
|
5222
5394
|
"children": [
|
|
5223
|
-
|
|
5224
|
-
|
|
5225
|
-
|
|
5226
|
-
|
|
5227
|
-
|
|
5228
|
-
|
|
5395
|
+
1317,
|
|
5396
|
+
1318,
|
|
5397
|
+
1315,
|
|
5398
|
+
1324,
|
|
5399
|
+
1323,
|
|
5400
|
+
1316
|
|
5229
5401
|
]
|
|
5230
5402
|
},
|
|
5231
5403
|
{
|
|
5232
5404
|
"title": "Accessors",
|
|
5233
5405
|
"kind": 262144,
|
|
5234
5406
|
"children": [
|
|
5235
|
-
|
|
5407
|
+
1328
|
|
5236
5408
|
]
|
|
5237
5409
|
},
|
|
5238
5410
|
{
|
|
5239
5411
|
"title": "Methods",
|
|
5240
5412
|
"kind": 2048,
|
|
5241
5413
|
"children": [
|
|
5242
|
-
|
|
5414
|
+
1326
|
|
5243
5415
|
]
|
|
5244
5416
|
}
|
|
5245
5417
|
],
|
|
@@ -5260,7 +5432,7 @@
|
|
|
5260
5432
|
]
|
|
5261
5433
|
},
|
|
5262
5434
|
{
|
|
5263
|
-
"id":
|
|
5435
|
+
"id": 1330,
|
|
5264
5436
|
"name": "SkyListFilterInlineComponent",
|
|
5265
5437
|
"kind": 128,
|
|
5266
5438
|
"kindString": "Class",
|
|
@@ -5290,7 +5462,7 @@
|
|
|
5290
5462
|
],
|
|
5291
5463
|
"children": [
|
|
5292
5464
|
{
|
|
5293
|
-
"id":
|
|
5465
|
+
"id": 1331,
|
|
5294
5466
|
"name": "constructor",
|
|
5295
5467
|
"kind": 512,
|
|
5296
5468
|
"kindString": "Constructor",
|
|
@@ -5304,14 +5476,14 @@
|
|
|
5304
5476
|
],
|
|
5305
5477
|
"signatures": [
|
|
5306
5478
|
{
|
|
5307
|
-
"id":
|
|
5479
|
+
"id": 1332,
|
|
5308
5480
|
"name": "SkyListFilterInlineComponent",
|
|
5309
5481
|
"kind": 16384,
|
|
5310
5482
|
"kindString": "Constructor signature",
|
|
5311
5483
|
"flags": {},
|
|
5312
5484
|
"parameters": [
|
|
5313
5485
|
{
|
|
5314
|
-
"id":
|
|
5486
|
+
"id": 1333,
|
|
5315
5487
|
"name": "dispatcher",
|
|
5316
5488
|
"kind": 32768,
|
|
5317
5489
|
"kindString": "Parameter",
|
|
@@ -5322,7 +5494,7 @@
|
|
|
5322
5494
|
}
|
|
5323
5495
|
},
|
|
5324
5496
|
{
|
|
5325
|
-
"id":
|
|
5497
|
+
"id": 1334,
|
|
5326
5498
|
"name": "state",
|
|
5327
5499
|
"kind": 32768,
|
|
5328
5500
|
"kindString": "Parameter",
|
|
@@ -5335,14 +5507,14 @@
|
|
|
5335
5507
|
],
|
|
5336
5508
|
"type": {
|
|
5337
5509
|
"type": "reference",
|
|
5338
|
-
"id":
|
|
5510
|
+
"id": 1330,
|
|
5339
5511
|
"name": "SkyListFilterInlineComponent"
|
|
5340
5512
|
}
|
|
5341
5513
|
}
|
|
5342
5514
|
]
|
|
5343
5515
|
},
|
|
5344
5516
|
{
|
|
5345
|
-
"id":
|
|
5517
|
+
"id": 1335,
|
|
5346
5518
|
"name": "inlineFilters",
|
|
5347
5519
|
"kind": 1024,
|
|
5348
5520
|
"kindString": "Property",
|
|
@@ -5366,7 +5538,7 @@
|
|
|
5366
5538
|
"defaultValue": "[]"
|
|
5367
5539
|
},
|
|
5368
5540
|
{
|
|
5369
|
-
"id":
|
|
5541
|
+
"id": 1339,
|
|
5370
5542
|
"name": "applyFilters",
|
|
5371
5543
|
"kind": 2048,
|
|
5372
5544
|
"kindString": "Method",
|
|
@@ -5382,7 +5554,7 @@
|
|
|
5382
5554
|
],
|
|
5383
5555
|
"signatures": [
|
|
5384
5556
|
{
|
|
5385
|
-
"id":
|
|
5557
|
+
"id": 1340,
|
|
5386
5558
|
"name": "applyFilters",
|
|
5387
5559
|
"kind": 4096,
|
|
5388
5560
|
"kindString": "Call signature",
|
|
@@ -5395,7 +5567,7 @@
|
|
|
5395
5567
|
]
|
|
5396
5568
|
},
|
|
5397
5569
|
{
|
|
5398
|
-
"id":
|
|
5570
|
+
"id": 1337,
|
|
5399
5571
|
"name": "ngAfterContentInit",
|
|
5400
5572
|
"kind": 2048,
|
|
5401
5573
|
"kindString": "Method",
|
|
@@ -5411,7 +5583,7 @@
|
|
|
5411
5583
|
],
|
|
5412
5584
|
"signatures": [
|
|
5413
5585
|
{
|
|
5414
|
-
"id":
|
|
5586
|
+
"id": 1338,
|
|
5415
5587
|
"name": "ngAfterContentInit",
|
|
5416
5588
|
"kind": 4096,
|
|
5417
5589
|
"kindString": "Call signature",
|
|
@@ -5437,22 +5609,22 @@
|
|
|
5437
5609
|
"title": "Constructors",
|
|
5438
5610
|
"kind": 512,
|
|
5439
5611
|
"children": [
|
|
5440
|
-
|
|
5612
|
+
1331
|
|
5441
5613
|
]
|
|
5442
5614
|
},
|
|
5443
5615
|
{
|
|
5444
5616
|
"title": "Properties",
|
|
5445
5617
|
"kind": 1024,
|
|
5446
5618
|
"children": [
|
|
5447
|
-
|
|
5619
|
+
1335
|
|
5448
5620
|
]
|
|
5449
5621
|
},
|
|
5450
5622
|
{
|
|
5451
5623
|
"title": "Methods",
|
|
5452
5624
|
"kind": 2048,
|
|
5453
5625
|
"children": [
|
|
5454
|
-
|
|
5455
|
-
|
|
5626
|
+
1339,
|
|
5627
|
+
1337
|
|
5456
5628
|
]
|
|
5457
5629
|
}
|
|
5458
5630
|
],
|
|
@@ -5473,7 +5645,7 @@
|
|
|
5473
5645
|
]
|
|
5474
5646
|
},
|
|
5475
5647
|
{
|
|
5476
|
-
"id":
|
|
5648
|
+
"id": 1344,
|
|
5477
5649
|
"name": "SkyListPagingComponent",
|
|
5478
5650
|
"kind": 128,
|
|
5479
5651
|
"kindString": "Class",
|
|
@@ -5503,7 +5675,7 @@
|
|
|
5503
5675
|
],
|
|
5504
5676
|
"children": [
|
|
5505
5677
|
{
|
|
5506
|
-
"id":
|
|
5678
|
+
"id": 1345,
|
|
5507
5679
|
"name": "constructor",
|
|
5508
5680
|
"kind": 512,
|
|
5509
5681
|
"kindString": "Constructor",
|
|
@@ -5517,14 +5689,14 @@
|
|
|
5517
5689
|
],
|
|
5518
5690
|
"signatures": [
|
|
5519
5691
|
{
|
|
5520
|
-
"id":
|
|
5692
|
+
"id": 1346,
|
|
5521
5693
|
"name": "SkyListPagingComponent",
|
|
5522
5694
|
"kind": 16384,
|
|
5523
5695
|
"kindString": "Constructor signature",
|
|
5524
5696
|
"flags": {},
|
|
5525
5697
|
"parameters": [
|
|
5526
5698
|
{
|
|
5527
|
-
"id":
|
|
5699
|
+
"id": 1347,
|
|
5528
5700
|
"name": "state",
|
|
5529
5701
|
"kind": 32768,
|
|
5530
5702
|
"kindString": "Parameter",
|
|
@@ -5535,7 +5707,7 @@
|
|
|
5535
5707
|
}
|
|
5536
5708
|
},
|
|
5537
5709
|
{
|
|
5538
|
-
"id":
|
|
5710
|
+
"id": 1348,
|
|
5539
5711
|
"name": "dispatcher",
|
|
5540
5712
|
"kind": 32768,
|
|
5541
5713
|
"kindString": "Parameter",
|
|
@@ -5546,7 +5718,7 @@
|
|
|
5546
5718
|
}
|
|
5547
5719
|
},
|
|
5548
5720
|
{
|
|
5549
|
-
"id":
|
|
5721
|
+
"id": 1349,
|
|
5550
5722
|
"name": "logger",
|
|
5551
5723
|
"kind": 32768,
|
|
5552
5724
|
"kindString": "Parameter",
|
|
@@ -5559,7 +5731,7 @@
|
|
|
5559
5731
|
],
|
|
5560
5732
|
"type": {
|
|
5561
5733
|
"type": "reference",
|
|
5562
|
-
"id":
|
|
5734
|
+
"id": 1344,
|
|
5563
5735
|
"name": "SkyListPagingComponent"
|
|
5564
5736
|
},
|
|
5565
5737
|
"overwrites": {
|
|
@@ -5574,7 +5746,7 @@
|
|
|
5574
5746
|
}
|
|
5575
5747
|
},
|
|
5576
5748
|
{
|
|
5577
|
-
"id":
|
|
5749
|
+
"id": 1353,
|
|
5578
5750
|
"name": "currentPageNumber",
|
|
5579
5751
|
"kind": 1024,
|
|
5580
5752
|
"kindString": "Property",
|
|
@@ -5602,7 +5774,7 @@
|
|
|
5602
5774
|
}
|
|
5603
5775
|
},
|
|
5604
5776
|
{
|
|
5605
|
-
"id":
|
|
5777
|
+
"id": 1356,
|
|
5606
5778
|
"name": "itemCount",
|
|
5607
5779
|
"kind": 1024,
|
|
5608
5780
|
"kindString": "Property",
|
|
@@ -5630,7 +5802,7 @@
|
|
|
5630
5802
|
}
|
|
5631
5803
|
},
|
|
5632
5804
|
{
|
|
5633
|
-
"id":
|
|
5805
|
+
"id": 1355,
|
|
5634
5806
|
"name": "itemsPerPage",
|
|
5635
5807
|
"kind": 1024,
|
|
5636
5808
|
"kindString": "Property",
|
|
@@ -5658,7 +5830,7 @@
|
|
|
5658
5830
|
}
|
|
5659
5831
|
},
|
|
5660
5832
|
{
|
|
5661
|
-
"id":
|
|
5833
|
+
"id": 1354,
|
|
5662
5834
|
"name": "maxDisplayedPages",
|
|
5663
5835
|
"kind": 1024,
|
|
5664
5836
|
"kindString": "Property",
|
|
@@ -5686,7 +5858,7 @@
|
|
|
5686
5858
|
}
|
|
5687
5859
|
},
|
|
5688
5860
|
{
|
|
5689
|
-
"id":
|
|
5861
|
+
"id": 1351,
|
|
5690
5862
|
"name": "maxPages",
|
|
5691
5863
|
"kind": 1024,
|
|
5692
5864
|
"kindString": "Property",
|
|
@@ -5745,7 +5917,7 @@
|
|
|
5745
5917
|
"defaultValue": "5"
|
|
5746
5918
|
},
|
|
5747
5919
|
{
|
|
5748
|
-
"id":
|
|
5920
|
+
"id": 1352,
|
|
5749
5921
|
"name": "pageNumber",
|
|
5750
5922
|
"kind": 1024,
|
|
5751
5923
|
"kindString": "Property",
|
|
@@ -5804,7 +5976,7 @@
|
|
|
5804
5976
|
"defaultValue": "1"
|
|
5805
5977
|
},
|
|
5806
5978
|
{
|
|
5807
|
-
"id":
|
|
5979
|
+
"id": 1350,
|
|
5808
5980
|
"name": "pageSize",
|
|
5809
5981
|
"kind": 1024,
|
|
5810
5982
|
"kindString": "Property",
|
|
@@ -5863,7 +6035,7 @@
|
|
|
5863
6035
|
"defaultValue": "10"
|
|
5864
6036
|
},
|
|
5865
6037
|
{
|
|
5866
|
-
"id":
|
|
6038
|
+
"id": 1357,
|
|
5867
6039
|
"name": "ngOnInit",
|
|
5868
6040
|
"kind": 2048,
|
|
5869
6041
|
"kindString": "Method",
|
|
@@ -5879,7 +6051,7 @@
|
|
|
5879
6051
|
],
|
|
5880
6052
|
"signatures": [
|
|
5881
6053
|
{
|
|
5882
|
-
"id":
|
|
6054
|
+
"id": 1358,
|
|
5883
6055
|
"name": "ngOnInit",
|
|
5884
6056
|
"kind": 4096,
|
|
5885
6057
|
"kindString": "Call signature",
|
|
@@ -5900,7 +6072,7 @@
|
|
|
5900
6072
|
}
|
|
5901
6073
|
},
|
|
5902
6074
|
{
|
|
5903
|
-
"id":
|
|
6075
|
+
"id": 1359,
|
|
5904
6076
|
"name": "pageChange",
|
|
5905
6077
|
"kind": 2048,
|
|
5906
6078
|
"kindString": "Method",
|
|
@@ -5916,14 +6088,14 @@
|
|
|
5916
6088
|
],
|
|
5917
6089
|
"signatures": [
|
|
5918
6090
|
{
|
|
5919
|
-
"id":
|
|
6091
|
+
"id": 1360,
|
|
5920
6092
|
"name": "pageChange",
|
|
5921
6093
|
"kind": 4096,
|
|
5922
6094
|
"kindString": "Call signature",
|
|
5923
6095
|
"flags": {},
|
|
5924
6096
|
"parameters": [
|
|
5925
6097
|
{
|
|
5926
|
-
"id":
|
|
6098
|
+
"id": 1361,
|
|
5927
6099
|
"name": "currentPage",
|
|
5928
6100
|
"kind": 32768,
|
|
5929
6101
|
"kindString": "Parameter",
|
|
@@ -5947,28 +6119,28 @@
|
|
|
5947
6119
|
"title": "Constructors",
|
|
5948
6120
|
"kind": 512,
|
|
5949
6121
|
"children": [
|
|
5950
|
-
|
|
6122
|
+
1345
|
|
5951
6123
|
]
|
|
5952
6124
|
},
|
|
5953
6125
|
{
|
|
5954
6126
|
"title": "Properties",
|
|
5955
6127
|
"kind": 1024,
|
|
5956
6128
|
"children": [
|
|
5957
|
-
|
|
5958
|
-
|
|
5959
|
-
|
|
5960
|
-
|
|
5961
|
-
|
|
5962
|
-
|
|
5963
|
-
|
|
6129
|
+
1353,
|
|
6130
|
+
1356,
|
|
6131
|
+
1355,
|
|
6132
|
+
1354,
|
|
6133
|
+
1351,
|
|
6134
|
+
1352,
|
|
6135
|
+
1350
|
|
5964
6136
|
]
|
|
5965
6137
|
},
|
|
5966
6138
|
{
|
|
5967
6139
|
"title": "Methods",
|
|
5968
6140
|
"kind": 2048,
|
|
5969
6141
|
"children": [
|
|
5970
|
-
|
|
5971
|
-
|
|
6142
|
+
1357,
|
|
6143
|
+
1359
|
|
5972
6144
|
]
|
|
5973
6145
|
}
|
|
5974
6146
|
],
|
|
@@ -5995,7 +6167,7 @@
|
|
|
5995
6167
|
]
|
|
5996
6168
|
},
|
|
5997
6169
|
{
|
|
5998
|
-
"id":
|
|
6170
|
+
"id": 1365,
|
|
5999
6171
|
"name": "SkyListSecondaryActionComponent",
|
|
6000
6172
|
"kind": 128,
|
|
6001
6173
|
"kindString": "Class",
|
|
@@ -6025,7 +6197,7 @@
|
|
|
6025
6197
|
],
|
|
6026
6198
|
"children": [
|
|
6027
6199
|
{
|
|
6028
|
-
"id":
|
|
6200
|
+
"id": 1366,
|
|
6029
6201
|
"name": "constructor",
|
|
6030
6202
|
"kind": 512,
|
|
6031
6203
|
"kindString": "Constructor",
|
|
@@ -6039,14 +6211,14 @@
|
|
|
6039
6211
|
],
|
|
6040
6212
|
"signatures": [
|
|
6041
6213
|
{
|
|
6042
|
-
"id":
|
|
6214
|
+
"id": 1367,
|
|
6043
6215
|
"name": "SkyListSecondaryActionComponent",
|
|
6044
6216
|
"kind": 16384,
|
|
6045
6217
|
"kindString": "Constructor signature",
|
|
6046
6218
|
"flags": {},
|
|
6047
6219
|
"parameters": [
|
|
6048
6220
|
{
|
|
6049
|
-
"id":
|
|
6221
|
+
"id": 1368,
|
|
6050
6222
|
"name": "actionService",
|
|
6051
6223
|
"kind": 32768,
|
|
6052
6224
|
"kindString": "Parameter",
|
|
@@ -6059,14 +6231,14 @@
|
|
|
6059
6231
|
],
|
|
6060
6232
|
"type": {
|
|
6061
6233
|
"type": "reference",
|
|
6062
|
-
"id":
|
|
6234
|
+
"id": 1365,
|
|
6063
6235
|
"name": "SkyListSecondaryActionComponent"
|
|
6064
6236
|
}
|
|
6065
6237
|
}
|
|
6066
6238
|
]
|
|
6067
6239
|
},
|
|
6068
6240
|
{
|
|
6069
|
-
"id":
|
|
6241
|
+
"id": 1370,
|
|
6070
6242
|
"name": "ngAfterContentInit",
|
|
6071
6243
|
"kind": 2048,
|
|
6072
6244
|
"kindString": "Method",
|
|
@@ -6082,7 +6254,7 @@
|
|
|
6082
6254
|
],
|
|
6083
6255
|
"signatures": [
|
|
6084
6256
|
{
|
|
6085
|
-
"id":
|
|
6257
|
+
"id": 1371,
|
|
6086
6258
|
"name": "ngAfterContentInit",
|
|
6087
6259
|
"kind": 4096,
|
|
6088
6260
|
"kindString": "Call signature",
|
|
@@ -6108,14 +6280,14 @@
|
|
|
6108
6280
|
"title": "Constructors",
|
|
6109
6281
|
"kind": 512,
|
|
6110
6282
|
"children": [
|
|
6111
|
-
|
|
6283
|
+
1366
|
|
6112
6284
|
]
|
|
6113
6285
|
},
|
|
6114
6286
|
{
|
|
6115
6287
|
"title": "Methods",
|
|
6116
6288
|
"kind": 2048,
|
|
6117
6289
|
"children": [
|
|
6118
|
-
|
|
6290
|
+
1370
|
|
6119
6291
|
]
|
|
6120
6292
|
}
|
|
6121
6293
|
],
|
|
@@ -6136,179 +6308,7 @@
|
|
|
6136
6308
|
]
|
|
6137
6309
|
},
|
|
6138
6310
|
{
|
|
6139
|
-
"id":
|
|
6140
|
-
"name": "SkyListSecondaryActionsComponent",
|
|
6141
|
-
"kind": 128,
|
|
6142
|
-
"kindString": "Class",
|
|
6143
|
-
"flags": {},
|
|
6144
|
-
"comment": {
|
|
6145
|
-
"shortText": "Adds a dropdown to the list toolbar for secondary actions. If the dropdown does not\ninclude actions, the secondary actions dropdown is hidden.",
|
|
6146
|
-
"tags": [
|
|
6147
|
-
{
|
|
6148
|
-
"tag": "deprecated",
|
|
6149
|
-
"text": "\n"
|
|
6150
|
-
}
|
|
6151
|
-
]
|
|
6152
|
-
},
|
|
6153
|
-
"decorators": [
|
|
6154
|
-
{
|
|
6155
|
-
"name": "Component",
|
|
6156
|
-
"type": {
|
|
6157
|
-
"type": "reference",
|
|
6158
|
-
"qualifiedName": "ComponentDecorator",
|
|
6159
|
-
"package": "@angular/core",
|
|
6160
|
-
"name": "Component"
|
|
6161
|
-
},
|
|
6162
|
-
"arguments": {
|
|
6163
|
-
"obj": "{\n selector: 'sky-list-secondary-actions',\n templateUrl: './list-secondary-actions.component.html',\n providers: [SkyListSecondaryActionsService],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
|
6164
|
-
}
|
|
6165
|
-
}
|
|
6166
|
-
],
|
|
6167
|
-
"children": [
|
|
6168
|
-
{
|
|
6169
|
-
"id": 85,
|
|
6170
|
-
"name": "constructor",
|
|
6171
|
-
"kind": 512,
|
|
6172
|
-
"kindString": "Constructor",
|
|
6173
|
-
"flags": {},
|
|
6174
|
-
"sources": [
|
|
6175
|
-
{
|
|
6176
|
-
"fileName": "projects/list-builder/src/modules/list-toolbar/list-secondary-actions/list-secondary-actions.component.ts",
|
|
6177
|
-
"line": 36,
|
|
6178
|
-
"character": 2
|
|
6179
|
-
}
|
|
6180
|
-
],
|
|
6181
|
-
"signatures": [
|
|
6182
|
-
{
|
|
6183
|
-
"id": 86,
|
|
6184
|
-
"name": "SkyListSecondaryActionsComponent",
|
|
6185
|
-
"kind": 16384,
|
|
6186
|
-
"kindString": "Constructor signature",
|
|
6187
|
-
"flags": {},
|
|
6188
|
-
"parameters": [
|
|
6189
|
-
{
|
|
6190
|
-
"id": 87,
|
|
6191
|
-
"name": "dispatcher",
|
|
6192
|
-
"kind": 32768,
|
|
6193
|
-
"kindString": "Parameter",
|
|
6194
|
-
"flags": {},
|
|
6195
|
-
"type": {
|
|
6196
|
-
"type": "reference",
|
|
6197
|
-
"name": "ListStateDispatcher"
|
|
6198
|
-
}
|
|
6199
|
-
}
|
|
6200
|
-
],
|
|
6201
|
-
"type": {
|
|
6202
|
-
"type": "reference",
|
|
6203
|
-
"id": 84,
|
|
6204
|
-
"name": "SkyListSecondaryActionsComponent"
|
|
6205
|
-
}
|
|
6206
|
-
}
|
|
6207
|
-
]
|
|
6208
|
-
},
|
|
6209
|
-
{
|
|
6210
|
-
"id": 88,
|
|
6211
|
-
"name": "actions",
|
|
6212
|
-
"kind": 1024,
|
|
6213
|
-
"kindString": "Property",
|
|
6214
|
-
"flags": {
|
|
6215
|
-
"isPublic": true
|
|
6216
|
-
},
|
|
6217
|
-
"sources": [
|
|
6218
|
-
{
|
|
6219
|
-
"fileName": "projects/list-builder/src/modules/list-toolbar/list-secondary-actions/list-secondary-actions.component.ts",
|
|
6220
|
-
"line": 26,
|
|
6221
|
-
"character": 9
|
|
6222
|
-
}
|
|
6223
|
-
],
|
|
6224
|
-
"type": {
|
|
6225
|
-
"type": "array",
|
|
6226
|
-
"elementType": {
|
|
6227
|
-
"type": "intrinsic",
|
|
6228
|
-
"name": "any"
|
|
6229
|
-
}
|
|
6230
|
-
},
|
|
6231
|
-
"defaultValue": "[]"
|
|
6232
|
-
},
|
|
6233
|
-
{
|
|
6234
|
-
"id": 91,
|
|
6235
|
-
"name": "ngAfterViewInit",
|
|
6236
|
-
"kind": 2048,
|
|
6237
|
-
"kindString": "Method",
|
|
6238
|
-
"flags": {
|
|
6239
|
-
"isPublic": true
|
|
6240
|
-
},
|
|
6241
|
-
"sources": [
|
|
6242
|
-
{
|
|
6243
|
-
"fileName": "projects/list-builder/src/modules/list-toolbar/list-secondary-actions/list-secondary-actions.component.ts",
|
|
6244
|
-
"line": 38,
|
|
6245
|
-
"character": 9
|
|
6246
|
-
}
|
|
6247
|
-
],
|
|
6248
|
-
"signatures": [
|
|
6249
|
-
{
|
|
6250
|
-
"id": 92,
|
|
6251
|
-
"name": "ngAfterViewInit",
|
|
6252
|
-
"kind": 4096,
|
|
6253
|
-
"kindString": "Call signature",
|
|
6254
|
-
"flags": {},
|
|
6255
|
-
"type": {
|
|
6256
|
-
"type": "intrinsic",
|
|
6257
|
-
"name": "void"
|
|
6258
|
-
},
|
|
6259
|
-
"implementationOf": {
|
|
6260
|
-
"type": "reference",
|
|
6261
|
-
"name": "AfterViewInit.ngAfterViewInit"
|
|
6262
|
-
}
|
|
6263
|
-
}
|
|
6264
|
-
],
|
|
6265
|
-
"implementationOf": {
|
|
6266
|
-
"type": "reference",
|
|
6267
|
-
"name": "AfterViewInit.ngAfterViewInit"
|
|
6268
|
-
}
|
|
6269
|
-
}
|
|
6270
|
-
],
|
|
6271
|
-
"groups": [
|
|
6272
|
-
{
|
|
6273
|
-
"title": "Constructors",
|
|
6274
|
-
"kind": 512,
|
|
6275
|
-
"children": [
|
|
6276
|
-
85
|
|
6277
|
-
]
|
|
6278
|
-
},
|
|
6279
|
-
{
|
|
6280
|
-
"title": "Properties",
|
|
6281
|
-
"kind": 1024,
|
|
6282
|
-
"children": [
|
|
6283
|
-
88
|
|
6284
|
-
]
|
|
6285
|
-
},
|
|
6286
|
-
{
|
|
6287
|
-
"title": "Methods",
|
|
6288
|
-
"kind": 2048,
|
|
6289
|
-
"children": [
|
|
6290
|
-
91
|
|
6291
|
-
]
|
|
6292
|
-
}
|
|
6293
|
-
],
|
|
6294
|
-
"sources": [
|
|
6295
|
-
{
|
|
6296
|
-
"fileName": "projects/list-builder/src/modules/list-toolbar/list-secondary-actions/list-secondary-actions.component.ts",
|
|
6297
|
-
"line": 25,
|
|
6298
|
-
"character": 13
|
|
6299
|
-
}
|
|
6300
|
-
],
|
|
6301
|
-
"implementedTypes": [
|
|
6302
|
-
{
|
|
6303
|
-
"type": "reference",
|
|
6304
|
-
"qualifiedName": "AfterViewInit",
|
|
6305
|
-
"package": "@angular/core",
|
|
6306
|
-
"name": "AfterViewInit"
|
|
6307
|
-
}
|
|
6308
|
-
]
|
|
6309
|
-
},
|
|
6310
|
-
{
|
|
6311
|
-
"id": 93,
|
|
6311
|
+
"id": 1372,
|
|
6312
6312
|
"name": "SkyListToolbarItemComponent",
|
|
6313
6313
|
"kind": 128,
|
|
6314
6314
|
"kindString": "Class",
|
|
@@ -6338,7 +6338,7 @@
|
|
|
6338
6338
|
],
|
|
6339
6339
|
"children": [
|
|
6340
6340
|
{
|
|
6341
|
-
"id":
|
|
6341
|
+
"id": 1375,
|
|
6342
6342
|
"name": "id",
|
|
6343
6343
|
"kind": 1024,
|
|
6344
6344
|
"kindString": "Property",
|
|
@@ -6374,7 +6374,7 @@
|
|
|
6374
6374
|
"defaultValue": "..."
|
|
6375
6375
|
},
|
|
6376
6376
|
{
|
|
6377
|
-
"id":
|
|
6377
|
+
"id": 1376,
|
|
6378
6378
|
"name": "index",
|
|
6379
6379
|
"kind": 1024,
|
|
6380
6380
|
"kindString": "Property",
|
|
@@ -6416,7 +6416,7 @@
|
|
|
6416
6416
|
"defaultValue": "-1"
|
|
6417
6417
|
},
|
|
6418
6418
|
{
|
|
6419
|
-
"id":
|
|
6419
|
+
"id": 1377,
|
|
6420
6420
|
"name": "location",
|
|
6421
6421
|
"kind": 1024,
|
|
6422
6422
|
"kindString": "Property",
|
|
@@ -6458,7 +6458,7 @@
|
|
|
6458
6458
|
"defaultValue": "'left'"
|
|
6459
6459
|
},
|
|
6460
6460
|
{
|
|
6461
|
-
"id":
|
|
6461
|
+
"id": 1379,
|
|
6462
6462
|
"name": "template",
|
|
6463
6463
|
"kind": 262144,
|
|
6464
6464
|
"kindString": "Accessor",
|
|
@@ -6474,7 +6474,7 @@
|
|
|
6474
6474
|
],
|
|
6475
6475
|
"getSignature": [
|
|
6476
6476
|
{
|
|
6477
|
-
"id":
|
|
6477
|
+
"id": 1380,
|
|
6478
6478
|
"name": "template",
|
|
6479
6479
|
"kind": 524288,
|
|
6480
6480
|
"kindString": "Get signature",
|
|
@@ -6500,23 +6500,23 @@
|
|
|
6500
6500
|
"title": "Constructors",
|
|
6501
6501
|
"kind": 512,
|
|
6502
6502
|
"children": [
|
|
6503
|
-
|
|
6503
|
+
1373
|
|
6504
6504
|
]
|
|
6505
6505
|
},
|
|
6506
6506
|
{
|
|
6507
6507
|
"title": "Properties",
|
|
6508
6508
|
"kind": 1024,
|
|
6509
6509
|
"children": [
|
|
6510
|
-
|
|
6511
|
-
|
|
6512
|
-
|
|
6510
|
+
1375,
|
|
6511
|
+
1376,
|
|
6512
|
+
1377
|
|
6513
6513
|
]
|
|
6514
6514
|
},
|
|
6515
6515
|
{
|
|
6516
6516
|
"title": "Accessors",
|
|
6517
6517
|
"kind": 262144,
|
|
6518
6518
|
"children": [
|
|
6519
|
-
|
|
6519
|
+
1379
|
|
6520
6520
|
]
|
|
6521
6521
|
}
|
|
6522
6522
|
],
|
|
@@ -6529,7 +6529,7 @@
|
|
|
6529
6529
|
]
|
|
6530
6530
|
},
|
|
6531
6531
|
{
|
|
6532
|
-
"id":
|
|
6532
|
+
"id": 1381,
|
|
6533
6533
|
"name": "SkyListToolbarSortComponent",
|
|
6534
6534
|
"kind": 128,
|
|
6535
6535
|
"kindString": "Class",
|
|
@@ -6559,7 +6559,7 @@
|
|
|
6559
6559
|
],
|
|
6560
6560
|
"children": [
|
|
6561
6561
|
{
|
|
6562
|
-
"id":
|
|
6562
|
+
"id": 1387,
|
|
6563
6563
|
"name": "descending",
|
|
6564
6564
|
"kind": 1024,
|
|
6565
6565
|
"kindString": "Property",
|
|
@@ -6600,7 +6600,7 @@
|
|
|
6600
6600
|
}
|
|
6601
6601
|
},
|
|
6602
6602
|
{
|
|
6603
|
-
"id":
|
|
6603
|
+
"id": 1385,
|
|
6604
6604
|
"name": "field",
|
|
6605
6605
|
"kind": 1024,
|
|
6606
6606
|
"kindString": "Property",
|
|
@@ -6641,7 +6641,7 @@
|
|
|
6641
6641
|
}
|
|
6642
6642
|
},
|
|
6643
6643
|
{
|
|
6644
|
-
"id":
|
|
6644
|
+
"id": 1384,
|
|
6645
6645
|
"name": "label",
|
|
6646
6646
|
"kind": 1024,
|
|
6647
6647
|
"kindString": "Property",
|
|
@@ -6682,7 +6682,7 @@
|
|
|
6682
6682
|
}
|
|
6683
6683
|
},
|
|
6684
6684
|
{
|
|
6685
|
-
"id":
|
|
6685
|
+
"id": 1386,
|
|
6686
6686
|
"name": "type",
|
|
6687
6687
|
"kind": 1024,
|
|
6688
6688
|
"kindString": "Property",
|
|
@@ -6728,17 +6728,17 @@
|
|
|
6728
6728
|
"title": "Constructors",
|
|
6729
6729
|
"kind": 512,
|
|
6730
6730
|
"children": [
|
|
6731
|
-
|
|
6731
|
+
1382
|
|
6732
6732
|
]
|
|
6733
6733
|
},
|
|
6734
6734
|
{
|
|
6735
6735
|
"title": "Properties",
|
|
6736
6736
|
"kind": 1024,
|
|
6737
6737
|
"children": [
|
|
6738
|
-
|
|
6739
|
-
|
|
6740
|
-
|
|
6741
|
-
|
|
6738
|
+
1387,
|
|
6739
|
+
1385,
|
|
6740
|
+
1384,
|
|
6741
|
+
1386
|
|
6742
6742
|
]
|
|
6743
6743
|
}
|
|
6744
6744
|
],
|
|
@@ -6752,43 +6752,36 @@
|
|
|
6752
6752
|
}
|
|
6753
6753
|
],
|
|
6754
6754
|
"groups": [
|
|
6755
|
-
{
|
|
6756
|
-
"title": "References",
|
|
6757
|
-
"kind": 16777216,
|
|
6758
|
-
"children": [
|
|
6759
|
-
1311
|
|
6760
|
-
]
|
|
6761
|
-
},
|
|
6762
6755
|
{
|
|
6763
6756
|
"title": "Classes",
|
|
6764
6757
|
"kind": 128,
|
|
6765
6758
|
"children": [
|
|
6766
|
-
116,
|
|
6767
|
-
126,
|
|
6768
|
-
1194,
|
|
6769
|
-
829,
|
|
6770
|
-
909,
|
|
6771
|
-
969,
|
|
6772
|
-
993,
|
|
6773
|
-
1258,
|
|
6774
|
-
1225,
|
|
6775
|
-
1165,
|
|
6776
|
-
142,
|
|
6777
|
-
1228,
|
|
6778
|
-
1233,
|
|
6779
|
-
1312,
|
|
6780
|
-
1236,
|
|
6781
6759
|
1,
|
|
6782
|
-
|
|
6783
|
-
|
|
6784
|
-
|
|
6785
|
-
|
|
6786
|
-
|
|
6787
|
-
|
|
6788
|
-
|
|
6789
|
-
|
|
6790
|
-
|
|
6791
|
-
|
|
6760
|
+
11,
|
|
6761
|
+
1079,
|
|
6762
|
+
714,
|
|
6763
|
+
794,
|
|
6764
|
+
854,
|
|
6765
|
+
878,
|
|
6766
|
+
1143,
|
|
6767
|
+
1110,
|
|
6768
|
+
1050,
|
|
6769
|
+
27,
|
|
6770
|
+
1113,
|
|
6771
|
+
1196,
|
|
6772
|
+
1118,
|
|
6773
|
+
1205,
|
|
6774
|
+
1121,
|
|
6775
|
+
1289,
|
|
6776
|
+
1388,
|
|
6777
|
+
1392,
|
|
6778
|
+
1297,
|
|
6779
|
+
1312,
|
|
6780
|
+
1330,
|
|
6781
|
+
1344,
|
|
6782
|
+
1365,
|
|
6783
|
+
1372,
|
|
6784
|
+
1381
|
|
6792
6785
|
]
|
|
6793
6786
|
}
|
|
6794
6787
|
],
|