@skyux/lists 8.0.0-alpha.9 → 8.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (27) hide show
  1. package/documentation.json +1970 -457
  2. package/esm2020/lib/modules/infinite-scroll/infinite-scroll.component.mjs +1 -1
  3. package/esm2020/lib/modules/repeater/repeater-auto-scroll-options.mjs +2 -0
  4. package/esm2020/lib/modules/repeater/repeater-auto-scroll.service.mjs +17 -0
  5. package/esm2020/lib/modules/repeater/repeater-auto-scroller.mjs +2 -0
  6. package/esm2020/lib/modules/repeater/repeater-item.component.mjs +13 -11
  7. package/esm2020/lib/modules/repeater/repeater.component.mjs +82 -37
  8. package/esm2020/lib/modules/shared/sky-lists-resources.module.mjs +5 -3
  9. package/esm2020/lib/modules/sort/sort-item.component.mjs +3 -3
  10. package/esm2020/testing/repeater/repeater-harness.mjs +1 -2
  11. package/esm2020/testing/repeater/repeater-item-harness.mjs +97 -10
  12. package/fesm2015/skyux-lists-testing.mjs +119 -12
  13. package/fesm2015/skyux-lists-testing.mjs.map +1 -1
  14. package/fesm2015/skyux-lists.mjs +123 -60
  15. package/fesm2015/skyux-lists.mjs.map +1 -1
  16. package/fesm2020/skyux-lists-testing.mjs +96 -10
  17. package/fesm2020/skyux-lists-testing.mjs.map +1 -1
  18. package/fesm2020/skyux-lists.mjs +122 -60
  19. package/fesm2020/skyux-lists.mjs.map +1 -1
  20. package/lib/modules/repeater/repeater-auto-scroll-options.d.ts +9 -0
  21. package/lib/modules/repeater/repeater-auto-scroll.service.d.ts +11 -0
  22. package/lib/modules/repeater/repeater-auto-scroller.d.ts +6 -0
  23. package/lib/modules/repeater/repeater-item.component.d.ts +2 -1
  24. package/lib/modules/repeater/repeater.component.d.ts +4 -6
  25. package/package.json +11 -10
  26. package/testing/repeater/repeater-harness.d.ts +0 -1
  27. package/testing/repeater/repeater-item-harness.d.ts +45 -6
@@ -19,7 +19,9 @@
19
19
  "SkyPagingComponent": "class-skypagingcomponent",
20
20
  "SkyRepeaterItemContentComponent": "class-skyrepeateritemcontentcomponent",
21
21
  "SkyRepeaterItemContextMenuComponent": "class-skyrepeateritemcontextmenucomponent",
22
- "SkyRepeaterExpandModeType": "type-alias-skyrepeaterexpandmodetype"
22
+ "SkyRepeaterExpandModeType": "type-alias-skyrepeaterexpandmodetype",
23
+ "SkyRepeaterHarness": "class-skyrepeaterharness",
24
+ "SkyRepeaterItemHarness": "class-skyrepeateritemharness"
23
25
  },
24
26
  "typedoc": {
25
27
  "id": 0,
@@ -29,7 +31,7 @@
29
31
  "originalName": "",
30
32
  "children": [
31
33
  {
32
- "id": 315,
34
+ "id": 325,
33
35
  "name": "SkyFilterModule",
34
36
  "kind": 128,
35
37
  "kindString": "Class",
@@ -39,7 +41,7 @@
39
41
  {
40
42
  "title": "Constructors",
41
43
  "children": [
42
- 316
44
+ 326
43
45
  ]
44
46
  }
45
47
  ],
@@ -48,12 +50,12 @@
48
50
  "fileName": "projects/lists/src/modules/filter/filter.module.ts",
49
51
  "line": 37,
50
52
  "character": 13,
51
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/filter/filter.module.ts#L37"
53
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/filter/filter.module.ts#L37"
52
54
  }
53
55
  ]
54
56
  },
55
57
  {
56
- "id": 318,
58
+ "id": 328,
57
59
  "name": "SkyInfiniteScrollModule",
58
60
  "kind": 128,
59
61
  "kindString": "Class",
@@ -63,7 +65,7 @@
63
65
  {
64
66
  "title": "Constructors",
65
67
  "children": [
66
- 319
68
+ 329
67
69
  ]
68
70
  }
69
71
  ],
@@ -72,12 +74,12 @@
72
74
  "fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.module.ts",
73
75
  "line": 14,
74
76
  "character": 13,
75
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.module.ts#L14"
77
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.module.ts#L14"
76
78
  }
77
79
  ]
78
80
  },
79
81
  {
80
- "id": 321,
82
+ "id": 331,
81
83
  "name": "SkyPagingModule",
82
84
  "kind": 128,
83
85
  "kindString": "Class",
@@ -87,7 +89,7 @@
87
89
  {
88
90
  "title": "Constructors",
89
91
  "children": [
90
- 322
92
+ 332
91
93
  ]
92
94
  }
93
95
  ],
@@ -96,12 +98,12 @@
96
98
  "fileName": "projects/lists/src/modules/paging/paging.module.ts",
97
99
  "line": 20,
98
100
  "character": 13,
99
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/paging/paging.module.ts#L20"
101
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/paging/paging.module.ts#L20"
100
102
  }
101
103
  ]
102
104
  },
103
105
  {
104
- "id": 325,
106
+ "id": 335,
105
107
  "name": "SkyRepeaterModule",
106
108
  "kind": 128,
107
109
  "kindString": "Class",
@@ -111,7 +113,7 @@
111
113
  {
112
114
  "title": "Constructors",
113
115
  "children": [
114
- 326
116
+ 336
115
117
  ]
116
118
  }
117
119
  ],
@@ -120,12 +122,12 @@
120
122
  "fileName": "projects/lists/src/modules/repeater/repeater.module.ts",
121
123
  "line": 45,
122
124
  "character": 13,
123
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater.module.ts#L45"
125
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater.module.ts#L45"
124
126
  }
125
127
  ]
126
128
  },
127
129
  {
128
- "id": 328,
130
+ "id": 338,
129
131
  "name": "SkySortModule",
130
132
  "kind": 128,
131
133
  "kindString": "Class",
@@ -135,7 +137,7 @@
135
137
  {
136
138
  "title": "Constructors",
137
139
  "children": [
138
- 329
140
+ 339
139
141
  ]
140
142
  }
141
143
  ],
@@ -144,7 +146,7 @@
144
146
  "fileName": "projects/lists/src/modules/sort/sort.module.ts",
145
147
  "line": 30,
146
148
  "character": 13,
147
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/sort/sort.module.ts#L30"
149
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/sort/sort.module.ts#L30"
148
150
  }
149
151
  ]
150
152
  },
@@ -166,7 +168,7 @@
166
168
  "fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
167
169
  "line": 74,
168
170
  "character": 2,
169
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L74"
171
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L74"
170
172
  }
171
173
  ],
172
174
  "signatures": [
@@ -221,7 +223,7 @@
221
223
  "fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
222
224
  "line": 54,
223
225
  "character": 9,
224
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L54"
226
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L54"
225
227
  }
226
228
  ],
227
229
  "type": {
@@ -267,7 +269,7 @@
267
269
  "fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
268
270
  "line": 37,
269
271
  "character": 9,
270
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L37"
272
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L37"
271
273
  }
272
274
  ],
273
275
  "type": {
@@ -312,7 +314,7 @@
312
314
  "fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
313
315
  "line": 46,
314
316
  "character": 9,
315
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L46"
317
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L46"
316
318
  }
317
319
  ],
318
320
  "type": {
@@ -342,7 +344,7 @@
342
344
  "fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
343
345
  "line": 60,
344
346
  "character": 9,
345
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L60"
347
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L60"
346
348
  }
347
349
  ],
348
350
  "type": {
@@ -372,7 +374,7 @@
372
374
  "fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
373
375
  "line": 72,
374
376
  "character": 9,
375
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L72"
377
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L72"
376
378
  }
377
379
  ],
378
380
  "type": {
@@ -410,7 +412,7 @@
410
412
  "fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
411
413
  "line": 66,
412
414
  "character": 9,
413
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L66"
415
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L66"
414
416
  }
415
417
  ],
416
418
  "type": {
@@ -432,13 +434,13 @@
432
434
  "fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
433
435
  "line": 22,
434
436
  "character": 13,
435
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L22"
437
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L22"
436
438
  },
437
439
  {
438
440
  "fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
439
441
  "line": 25,
440
442
  "character": 13,
441
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L25"
443
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L25"
442
444
  }
443
445
  ],
444
446
  "getSignature": {
@@ -498,7 +500,7 @@
498
500
  "fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
499
501
  "line": 82,
500
502
  "character": 9,
501
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L82"
503
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L82"
502
504
  }
503
505
  ],
504
506
  "signatures": [
@@ -552,7 +554,7 @@
552
554
  "fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
553
555
  "line": 17,
554
556
  "character": 13,
555
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L17"
557
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L17"
556
558
  }
557
559
  ]
558
560
  },
@@ -580,9 +582,9 @@
580
582
  "sources": [
581
583
  {
582
584
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
583
- "line": 272,
585
+ "line": 274,
584
586
  "character": 2,
585
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L272"
587
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L274"
586
588
  }
587
589
  ],
588
590
  "signatures": [
@@ -667,6 +669,28 @@
667
669
  }
668
670
  ]
669
671
  },
672
+ {
673
+ "id": 160,
674
+ "name": "animationDisabled",
675
+ "kind": 1024,
676
+ "kindString": "Property",
677
+ "flags": {
678
+ "isPublic": true
679
+ },
680
+ "sources": [
681
+ {
682
+ "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
683
+ "line": 231,
684
+ "character": 9,
685
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L231"
686
+ }
687
+ ],
688
+ "type": {
689
+ "type": "intrinsic",
690
+ "name": "boolean"
691
+ },
692
+ "defaultValue": "false"
693
+ },
670
694
  {
671
695
  "id": 144,
672
696
  "name": "collapse",
@@ -688,7 +712,7 @@
688
712
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
689
713
  "line": 176,
690
714
  "character": 9,
691
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L176"
715
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L176"
692
716
  }
693
717
  ],
694
718
  "type": {
@@ -718,7 +742,7 @@
718
742
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
719
743
  "line": 200,
720
744
  "character": 9,
721
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L200"
745
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L200"
722
746
  }
723
747
  ],
724
748
  "type": {
@@ -739,7 +763,7 @@
739
763
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
740
764
  "line": 198,
741
765
  "character": 9,
742
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L198"
766
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L198"
743
767
  }
744
768
  ],
745
769
  "type": {
@@ -776,7 +800,7 @@
776
800
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
777
801
  "line": 182,
778
802
  "character": 9,
779
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L182"
803
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L182"
780
804
  }
781
805
  ],
782
806
  "type": {
@@ -794,7 +818,7 @@
794
818
  "defaultValue": "..."
795
819
  },
796
820
  {
797
- "id": 162,
821
+ "id": 163,
798
822
  "name": "grabHandle",
799
823
  "kind": 1024,
800
824
  "kindString": "Property",
@@ -804,9 +828,9 @@
804
828
  "sources": [
805
829
  {
806
830
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
807
- "line": 237,
831
+ "line": 239,
808
832
  "character": 9,
809
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L237"
833
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L239"
810
834
  }
811
835
  ],
812
836
  "type": {
@@ -835,7 +859,7 @@
835
859
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
836
860
  "line": 202,
837
861
  "character": 9,
838
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L202"
862
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L202"
839
863
  }
840
864
  ],
841
865
  "type": {
@@ -873,7 +897,7 @@
873
897
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
874
898
  "line": 189,
875
899
  "character": 9,
876
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L189"
900
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L189"
877
901
  }
878
902
  ],
879
903
  "type": {
@@ -919,7 +943,7 @@
919
943
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
920
944
  "line": 105,
921
945
  "character": 9,
922
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L105"
946
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L105"
923
947
  }
924
948
  ],
925
949
  "type": {
@@ -956,7 +980,7 @@
956
980
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
957
981
  "line": 112,
958
982
  "character": 9,
959
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L112"
983
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L112"
960
984
  }
961
985
  ],
962
986
  "type": {
@@ -985,7 +1009,7 @@
985
1009
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
986
1010
  "line": 204,
987
1011
  "character": 9,
988
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L204"
1012
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L204"
989
1013
  }
990
1014
  ],
991
1015
  "type": {
@@ -1015,7 +1039,7 @@
1015
1039
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1016
1040
  "line": 195,
1017
1041
  "character": 9,
1018
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L195"
1042
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L195"
1019
1043
  }
1020
1044
  ],
1021
1045
  "type": {
@@ -1033,7 +1057,7 @@
1033
1057
  "defaultValue": "..."
1034
1058
  },
1035
1059
  {
1036
- "id": 163,
1060
+ "id": 164,
1037
1061
  "name": "itemContentRef",
1038
1062
  "kind": 1024,
1039
1063
  "kindString": "Property",
@@ -1043,9 +1067,9 @@
1043
1067
  "sources": [
1044
1068
  {
1045
1069
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1046
- "line": 240,
1070
+ "line": 242,
1047
1071
  "character": 9,
1048
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L240"
1072
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L242"
1049
1073
  }
1050
1074
  ],
1051
1075
  "type": {
@@ -1062,7 +1086,7 @@
1062
1086
  }
1063
1087
  },
1064
1088
  {
1065
- "id": 164,
1089
+ "id": 165,
1066
1090
  "name": "itemHeaderRef",
1067
1091
  "kind": 1024,
1068
1092
  "kindString": "Property",
@@ -1072,9 +1096,9 @@
1072
1096
  "sources": [
1073
1097
  {
1074
1098
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1075
- "line": 243,
1099
+ "line": 245,
1076
1100
  "character": 9,
1077
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L243"
1101
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L245"
1078
1102
  }
1079
1103
  ],
1080
1104
  "type": {
@@ -1119,7 +1143,7 @@
1119
1143
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1120
1144
  "line": 97,
1121
1145
  "character": 9,
1122
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L97"
1146
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L97"
1123
1147
  }
1124
1148
  ],
1125
1149
  "type": {
@@ -1128,7 +1152,7 @@
1128
1152
  }
1129
1153
  },
1130
1154
  {
1131
- "id": 165,
1155
+ "id": 166,
1132
1156
  "name": "itemRef",
1133
1157
  "kind": 1024,
1134
1158
  "kindString": "Property",
@@ -1138,9 +1162,9 @@
1138
1162
  "sources": [
1139
1163
  {
1140
1164
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1141
- "line": 246,
1165
+ "line": 248,
1142
1166
  "character": 9,
1143
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L246"
1167
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L248"
1144
1168
  }
1145
1169
  ],
1146
1170
  "type": {
@@ -1169,7 +1193,7 @@
1169
1193
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1170
1194
  "line": 223,
1171
1195
  "character": 9,
1172
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L223"
1196
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L223"
1173
1197
  }
1174
1198
  ],
1175
1199
  "type": {
@@ -1198,7 +1222,7 @@
1198
1222
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1199
1223
  "line": 225,
1200
1224
  "character": 9,
1201
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L225"
1225
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L225"
1202
1226
  }
1203
1227
  ],
1204
1228
  "type": {
@@ -1220,7 +1244,7 @@
1220
1244
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1221
1245
  "line": 227,
1222
1246
  "character": 9,
1223
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L227"
1247
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L227"
1224
1248
  }
1225
1249
  ],
1226
1250
  "type": {
@@ -1265,7 +1289,7 @@
1265
1289
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1266
1290
  "line": 149,
1267
1291
  "character": 9,
1268
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L149"
1292
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L149"
1269
1293
  }
1270
1294
  ],
1271
1295
  "type": {
@@ -1275,7 +1299,7 @@
1275
1299
  "defaultValue": "false"
1276
1300
  },
1277
1301
  {
1278
- "id": 166,
1302
+ "id": 167,
1279
1303
  "name": "repeaterItemContentComponents",
1280
1304
  "kind": 1024,
1281
1305
  "kindString": "Property",
@@ -1285,9 +1309,9 @@
1285
1309
  "sources": [
1286
1310
  {
1287
1311
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1288
- "line": 249,
1312
+ "line": 251,
1289
1313
  "character": 9,
1290
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L249"
1314
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L251"
1291
1315
  }
1292
1316
  ],
1293
1317
  "type": {
@@ -1325,7 +1349,7 @@
1325
1349
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1326
1350
  "line": 155,
1327
1351
  "character": 9,
1328
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L155"
1352
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L155"
1329
1353
  }
1330
1354
  ],
1331
1355
  "type": {
@@ -1355,7 +1379,7 @@
1355
1379
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1356
1380
  "line": 162,
1357
1381
  "character": 9,
1358
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L162"
1382
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L162"
1359
1383
  }
1360
1384
  ],
1361
1385
  "type": {
@@ -1377,7 +1401,7 @@
1377
1401
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1378
1402
  "line": 229,
1379
1403
  "character": 9,
1380
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L229"
1404
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L229"
1381
1405
  }
1382
1406
  ],
1383
1407
  "type": {
@@ -1430,7 +1454,7 @@
1430
1454
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1431
1455
  "line": 170,
1432
1456
  "character": 9,
1433
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L170"
1457
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L170"
1434
1458
  }
1435
1459
  ],
1436
1460
  "type": {
@@ -1451,13 +1475,13 @@
1451
1475
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1452
1476
  "line": 68,
1453
1477
  "character": 13,
1454
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L68"
1478
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L68"
1455
1479
  },
1456
1480
  {
1457
1481
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1458
1482
  "line": 85,
1459
1483
  "character": 13,
1460
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L85"
1484
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L85"
1461
1485
  }
1462
1486
  ],
1463
1487
  "getSignature": {
@@ -1517,13 +1541,13 @@
1517
1541
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1518
1542
  "line": 206,
1519
1543
  "character": 13,
1520
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L206"
1544
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L206"
1521
1545
  },
1522
1546
  {
1523
1547
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1524
1548
  "line": 219,
1525
1549
  "character": 13,
1526
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L219"
1550
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L219"
1527
1551
  }
1528
1552
  ],
1529
1553
  "getSignature": {
@@ -1575,13 +1599,13 @@
1575
1599
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1576
1600
  "line": 119,
1577
1601
  "character": 13,
1578
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L119"
1602
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L119"
1579
1603
  },
1580
1604
  {
1581
1605
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1582
1606
  "line": 123,
1583
1607
  "character": 13,
1584
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L123"
1608
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L123"
1585
1609
  }
1586
1610
  ],
1587
1611
  "getSignature": {
@@ -1652,13 +1676,13 @@
1652
1676
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1653
1677
  "line": 133,
1654
1678
  "character": 13,
1655
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L133"
1679
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L133"
1656
1680
  },
1657
1681
  {
1658
1682
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1659
1683
  "line": 140,
1660
1684
  "character": 13,
1661
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L140"
1685
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L140"
1662
1686
  }
1663
1687
  ],
1664
1688
  "getSignature": {
@@ -1717,21 +1741,23 @@
1717
1741
  }
1718
1742
  },
1719
1743
  {
1720
- "id": 160,
1744
+ "id": 161,
1721
1745
  "name": "repeaterGroupClass",
1722
1746
  "kind": 262144,
1723
1747
  "kindString": "Accessor",
1724
- "flags": {},
1748
+ "flags": {
1749
+ "isPublic": true
1750
+ },
1725
1751
  "sources": [
1726
1752
  {
1727
1753
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1728
- "line": 232,
1729
- "character": 6,
1730
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L232"
1754
+ "line": 234,
1755
+ "character": 13,
1756
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L234"
1731
1757
  }
1732
1758
  ],
1733
1759
  "getSignature": {
1734
- "id": 161,
1760
+ "id": 162,
1735
1761
  "name": "repeaterGroupClass",
1736
1762
  "kind": 524288,
1737
1763
  "kindString": "Get signature",
@@ -1755,7 +1781,7 @@
1755
1781
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1756
1782
  "line": 57,
1757
1783
  "character": 13,
1758
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L57"
1784
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L57"
1759
1785
  }
1760
1786
  ],
1761
1787
  "getSignature": {
@@ -1788,7 +1814,7 @@
1788
1814
  }
1789
1815
  },
1790
1816
  {
1791
- "id": 196,
1817
+ "id": 197,
1792
1818
  "name": "chevronDirectionChange",
1793
1819
  "kind": 2048,
1794
1820
  "kindString": "Method",
@@ -1798,21 +1824,21 @@
1798
1824
  "sources": [
1799
1825
  {
1800
1826
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1801
- "line": 435,
1827
+ "line": 437,
1802
1828
  "character": 9,
1803
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L435"
1829
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L437"
1804
1830
  }
1805
1831
  ],
1806
1832
  "signatures": [
1807
1833
  {
1808
- "id": 197,
1834
+ "id": 198,
1809
1835
  "name": "chevronDirectionChange",
1810
1836
  "kind": 4096,
1811
1837
  "kindString": "Call signature",
1812
1838
  "flags": {},
1813
1839
  "parameters": [
1814
1840
  {
1815
- "id": 198,
1841
+ "id": 199,
1816
1842
  "name": "direction",
1817
1843
  "kind": 32768,
1818
1844
  "kindString": "Parameter",
@@ -1831,7 +1857,7 @@
1831
1857
  ]
1832
1858
  },
1833
1859
  {
1834
- "id": 194,
1860
+ "id": 195,
1835
1861
  "name": "headerClick",
1836
1862
  "kind": 2048,
1837
1863
  "kindString": "Method",
@@ -1841,14 +1867,14 @@
1841
1867
  "sources": [
1842
1868
  {
1843
1869
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1844
- "line": 429,
1870
+ "line": 431,
1845
1871
  "character": 9,
1846
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L429"
1872
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L431"
1847
1873
  }
1848
1874
  ],
1849
1875
  "signatures": [
1850
1876
  {
1851
- "id": 195,
1877
+ "id": 196,
1852
1878
  "name": "headerClick",
1853
1879
  "kind": 4096,
1854
1880
  "kindString": "Call signature",
@@ -1861,7 +1887,7 @@
1861
1887
  ]
1862
1888
  },
1863
1889
  {
1864
- "id": 211,
1890
+ "id": 213,
1865
1891
  "name": "moveToTop",
1866
1892
  "kind": 2048,
1867
1893
  "kindString": "Method",
@@ -1871,21 +1897,21 @@
1871
1897
  "sources": [
1872
1898
  {
1873
1899
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1874
- "line": 481,
1900
+ "line": 483,
1875
1901
  "character": 9,
1876
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L481"
1902
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L483"
1877
1903
  }
1878
1904
  ],
1879
1905
  "signatures": [
1880
1906
  {
1881
- "id": 212,
1907
+ "id": 214,
1882
1908
  "name": "moveToTop",
1883
1909
  "kind": 4096,
1884
1910
  "kindString": "Call signature",
1885
1911
  "flags": {},
1886
1912
  "parameters": [
1887
1913
  {
1888
- "id": 213,
1914
+ "id": 215,
1889
1915
  "name": "event",
1890
1916
  "kind": 32768,
1891
1917
  "kindString": "Parameter",
@@ -1906,7 +1932,7 @@
1906
1932
  ]
1907
1933
  },
1908
1934
  {
1909
- "id": 187,
1935
+ "id": 188,
1910
1936
  "name": "ngAfterViewInit",
1911
1937
  "kind": 2048,
1912
1938
  "kindString": "Method",
@@ -1916,14 +1942,14 @@
1916
1942
  "sources": [
1917
1943
  {
1918
1944
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1919
- "line": 331,
1945
+ "line": 333,
1920
1946
  "character": 9,
1921
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L331"
1947
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L333"
1922
1948
  }
1923
1949
  ],
1924
1950
  "signatures": [
1925
1951
  {
1926
- "id": 188,
1952
+ "id": 189,
1927
1953
  "name": "ngAfterViewInit",
1928
1954
  "kind": 4096,
1929
1955
  "kindString": "Call signature",
@@ -1944,7 +1970,7 @@
1944
1970
  }
1945
1971
  },
1946
1972
  {
1947
- "id": 189,
1973
+ "id": 190,
1948
1974
  "name": "ngOnDestroy",
1949
1975
  "kind": 2048,
1950
1976
  "kindString": "Method",
@@ -1954,14 +1980,14 @@
1954
1980
  "sources": [
1955
1981
  {
1956
1982
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1957
- "line": 336,
1983
+ "line": 338,
1958
1984
  "character": 9,
1959
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L336"
1985
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L338"
1960
1986
  }
1961
1987
  ],
1962
1988
  "signatures": [
1963
1989
  {
1964
- "id": 190,
1990
+ "id": 191,
1965
1991
  "name": "ngOnDestroy",
1966
1992
  "kind": 4096,
1967
1993
  "kindString": "Call signature",
@@ -1982,7 +2008,7 @@
1982
2008
  }
1983
2009
  },
1984
2010
  {
1985
- "id": 185,
2011
+ "id": 186,
1986
2012
  "name": "ngOnInit",
1987
2013
  "kind": 2048,
1988
2014
  "kindString": "Method",
@@ -1992,14 +2018,14 @@
1992
2018
  "sources": [
1993
2019
  {
1994
2020
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1995
- "line": 318,
2021
+ "line": 320,
1996
2022
  "character": 9,
1997
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L318"
2023
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L320"
1998
2024
  }
1999
2025
  ],
2000
2026
  "signatures": [
2001
2027
  {
2002
- "id": 186,
2028
+ "id": 187,
2003
2029
  "name": "ngOnInit",
2004
2030
  "kind": 4096,
2005
2031
  "kindString": "Call signature",
@@ -2020,7 +2046,7 @@
2020
2046
  }
2021
2047
  },
2022
2048
  {
2023
- "id": 205,
2049
+ "id": 207,
2024
2050
  "name": "onCheckboxChange",
2025
2051
  "kind": 2048,
2026
2052
  "kindString": "Method",
@@ -2030,21 +2056,21 @@
2030
2056
  "sources": [
2031
2057
  {
2032
2058
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
2033
- "line": 473,
2059
+ "line": 475,
2034
2060
  "character": 9,
2035
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L473"
2061
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L475"
2036
2062
  }
2037
2063
  ],
2038
2064
  "signatures": [
2039
2065
  {
2040
- "id": 206,
2066
+ "id": 208,
2041
2067
  "name": "onCheckboxChange",
2042
2068
  "kind": 4096,
2043
2069
  "kindString": "Call signature",
2044
2070
  "flags": {},
2045
2071
  "parameters": [
2046
2072
  {
2047
- "id": 207,
2073
+ "id": 209,
2048
2074
  "name": "value",
2049
2075
  "kind": 32768,
2050
2076
  "kindString": "Parameter",
@@ -2063,7 +2089,7 @@
2063
2089
  ]
2064
2090
  },
2065
2091
  {
2066
- "id": 208,
2092
+ "id": 210,
2067
2093
  "name": "onInlineFormClose",
2068
2094
  "kind": 2048,
2069
2095
  "kindString": "Method",
@@ -2073,21 +2099,21 @@
2073
2099
  "sources": [
2074
2100
  {
2075
2101
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
2076
- "line": 477,
2102
+ "line": 479,
2077
2103
  "character": 9,
2078
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L477"
2104
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L479"
2079
2105
  }
2080
2106
  ],
2081
2107
  "signatures": [
2082
2108
  {
2083
- "id": 209,
2109
+ "id": 211,
2084
2110
  "name": "onInlineFormClose",
2085
2111
  "kind": 4096,
2086
2112
  "kindString": "Call signature",
2087
2113
  "flags": {},
2088
2114
  "parameters": [
2089
2115
  {
2090
- "id": 210,
2116
+ "id": 212,
2091
2117
  "name": "inlineFormCloseArgs",
2092
2118
  "kind": 32768,
2093
2119
  "kindString": "Parameter",
@@ -2106,7 +2132,7 @@
2106
2132
  ]
2107
2133
  },
2108
2134
  {
2109
- "id": 191,
2135
+ "id": 192,
2110
2136
  "name": "onKeydown",
2111
2137
  "kind": 2048,
2112
2138
  "kindString": "Method",
@@ -2116,21 +2142,21 @@
2116
2142
  "sources": [
2117
2143
  {
2118
2144
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
2119
- "line": 349,
2145
+ "line": 351,
2120
2146
  "character": 9,
2121
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L349"
2147
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L351"
2122
2148
  }
2123
2149
  ],
2124
2150
  "signatures": [
2125
2151
  {
2126
- "id": 192,
2152
+ "id": 193,
2127
2153
  "name": "onKeydown",
2128
2154
  "kind": 4096,
2129
2155
  "kindString": "Call signature",
2130
2156
  "flags": {},
2131
2157
  "parameters": [
2132
2158
  {
2133
- "id": 193,
2159
+ "id": 194,
2134
2160
  "name": "$event",
2135
2161
  "kind": 32768,
2136
2162
  "kindString": "Parameter",
@@ -2151,7 +2177,7 @@
2151
2177
  ]
2152
2178
  },
2153
2179
  {
2154
- "id": 217,
2180
+ "id": 219,
2155
2181
  "name": "onReorderHandleBlur",
2156
2182
  "kind": 2048,
2157
2183
  "kindString": "Method",
@@ -2161,21 +2187,21 @@
2161
2187
  "sources": [
2162
2188
  {
2163
2189
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
2164
- "line": 547,
2190
+ "line": 549,
2165
2191
  "character": 9,
2166
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L547"
2192
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L549"
2167
2193
  }
2168
2194
  ],
2169
2195
  "signatures": [
2170
2196
  {
2171
- "id": 218,
2197
+ "id": 220,
2172
2198
  "name": "onReorderHandleBlur",
2173
2199
  "kind": 4096,
2174
2200
  "kindString": "Call signature",
2175
2201
  "flags": {},
2176
2202
  "parameters": [
2177
2203
  {
2178
- "id": 219,
2204
+ "id": 221,
2179
2205
  "name": "event",
2180
2206
  "kind": 32768,
2181
2207
  "kindString": "Parameter",
@@ -2194,7 +2220,7 @@
2194
2220
  ]
2195
2221
  },
2196
2222
  {
2197
- "id": 214,
2223
+ "id": 216,
2198
2224
  "name": "onReorderHandleKeyDown",
2199
2225
  "kind": 2048,
2200
2226
  "kindString": "Method",
@@ -2204,21 +2230,21 @@
2204
2230
  "sources": [
2205
2231
  {
2206
2232
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
2207
- "line": 488,
2233
+ "line": 490,
2208
2234
  "character": 9,
2209
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L488"
2235
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L490"
2210
2236
  }
2211
2237
  ],
2212
2238
  "signatures": [
2213
2239
  {
2214
- "id": 215,
2240
+ "id": 217,
2215
2241
  "name": "onReorderHandleKeyDown",
2216
2242
  "kind": 4096,
2217
2243
  "kindString": "Call signature",
2218
2244
  "flags": {},
2219
2245
  "parameters": [
2220
2246
  {
2221
- "id": 216,
2247
+ "id": 218,
2222
2248
  "name": "event",
2223
2249
  "kind": 32768,
2224
2250
  "kindString": "Parameter",
@@ -2239,7 +2265,7 @@
2239
2265
  ]
2240
2266
  },
2241
2267
  {
2242
- "id": 199,
2268
+ "id": 200,
2243
2269
  "name": "onRepeaterItemClick",
2244
2270
  "kind": 2048,
2245
2271
  "kindString": "Method",
@@ -2249,21 +2275,21 @@
2249
2275
  "sources": [
2250
2276
  {
2251
2277
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
2252
- "line": 439,
2278
+ "line": 441,
2253
2279
  "character": 9,
2254
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L439"
2280
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L441"
2255
2281
  }
2256
2282
  ],
2257
2283
  "signatures": [
2258
2284
  {
2259
- "id": 200,
2285
+ "id": 201,
2260
2286
  "name": "onRepeaterItemClick",
2261
2287
  "kind": 4096,
2262
2288
  "kindString": "Call signature",
2263
2289
  "flags": {},
2264
2290
  "parameters": [
2265
2291
  {
2266
- "id": 201,
2292
+ "id": 202,
2267
2293
  "name": "event",
2268
2294
  "kind": 32768,
2269
2295
  "kindString": "Parameter",
@@ -2284,7 +2310,7 @@
2284
2310
  ]
2285
2311
  },
2286
2312
  {
2287
- "id": 202,
2313
+ "id": 203,
2288
2314
  "name": "updateForExpanded",
2289
2315
  "kind": 2048,
2290
2316
  "kindString": "Method",
@@ -2294,21 +2320,21 @@
2294
2320
  "sources": [
2295
2321
  {
2296
2322
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
2297
- "line": 452,
2323
+ "line": 454,
2298
2324
  "character": 9,
2299
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L452"
2325
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L454"
2300
2326
  }
2301
2327
  ],
2302
2328
  "signatures": [
2303
2329
  {
2304
- "id": 203,
2330
+ "id": 204,
2305
2331
  "name": "updateForExpanded",
2306
2332
  "kind": 4096,
2307
2333
  "kindString": "Call signature",
2308
2334
  "flags": {},
2309
2335
  "parameters": [
2310
2336
  {
2311
- "id": 204,
2337
+ "id": 205,
2312
2338
  "name": "value",
2313
2339
  "kind": 32768,
2314
2340
  "kindString": "Parameter",
@@ -2317,6 +2343,17 @@
2317
2343
  "type": "intrinsic",
2318
2344
  "name": "boolean"
2319
2345
  }
2346
+ },
2347
+ {
2348
+ "id": 206,
2349
+ "name": "animate",
2350
+ "kind": 32768,
2351
+ "kindString": "Parameter",
2352
+ "flags": {},
2353
+ "type": {
2354
+ "type": "intrinsic",
2355
+ "name": "boolean"
2356
+ }
2320
2357
  }
2321
2358
  ],
2322
2359
  "type": {
@@ -2337,26 +2374,27 @@
2337
2374
  {
2338
2375
  "title": "Properties",
2339
2376
  "children": [
2377
+ 160,
2340
2378
  144,
2341
2379
  149,
2342
2380
  148,
2343
2381
  145,
2344
- 162,
2382
+ 163,
2345
2383
  150,
2346
2384
  146,
2347
2385
  130,
2348
2386
  131,
2349
2387
  151,
2350
2388
  147,
2351
- 163,
2352
2389
  164,
2353
- 129,
2354
2390
  165,
2391
+ 129,
2392
+ 166,
2355
2393
  156,
2356
2394
  157,
2357
2395
  158,
2358
2396
  140,
2359
- 166,
2397
+ 167,
2360
2398
  141,
2361
2399
  142,
2362
2400
  159,
@@ -2370,26 +2408,26 @@
2370
2408
  152,
2371
2409
  132,
2372
2410
  136,
2373
- 160,
2411
+ 161,
2374
2412
  123
2375
2413
  ]
2376
2414
  },
2377
2415
  {
2378
2416
  "title": "Methods",
2379
2417
  "children": [
2380
- 196,
2381
- 194,
2382
- 211,
2383
- 187,
2384
- 189,
2385
- 185,
2386
- 205,
2387
- 208,
2388
- 191,
2389
- 217,
2390
- 214,
2391
- 199,
2392
- 202
2418
+ 197,
2419
+ 195,
2420
+ 213,
2421
+ 188,
2422
+ 190,
2423
+ 186,
2424
+ 207,
2425
+ 210,
2426
+ 192,
2427
+ 219,
2428
+ 216,
2429
+ 200,
2430
+ 203
2393
2431
  ]
2394
2432
  }
2395
2433
  ],
@@ -2398,7 +2436,7 @@
2398
2436
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
2399
2437
  "line": 49,
2400
2438
  "character": 13,
2401
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L49"
2439
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L49"
2402
2440
  }
2403
2441
  ],
2404
2442
  "implementedTypes": [
@@ -2423,7 +2461,7 @@
2423
2461
  ]
2424
2462
  },
2425
2463
  {
2426
- "id": 232,
2464
+ "id": 235,
2427
2465
  "name": "SkyRepeaterComponent",
2428
2466
  "kind": 128,
2429
2467
  "kindString": "Class",
@@ -2438,7 +2476,7 @@
2438
2476
  },
2439
2477
  "children": [
2440
2478
  {
2441
- "id": 233,
2479
+ "id": 236,
2442
2480
  "name": "constructor",
2443
2481
  "kind": 512,
2444
2482
  "kindString": "Constructor",
@@ -2446,110 +2484,28 @@
2446
2484
  "sources": [
2447
2485
  {
2448
2486
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
2449
- "line": 127,
2487
+ "line": 144,
2450
2488
  "character": 2,
2451
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L127"
2489
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L144"
2452
2490
  }
2453
2491
  ],
2454
2492
  "signatures": [
2455
2493
  {
2456
- "id": 234,
2494
+ "id": 237,
2457
2495
  "name": "SkyRepeaterComponent",
2458
2496
  "kind": 16384,
2459
2497
  "kindString": "Constructor signature",
2460
2498
  "flags": {},
2461
- "parameters": [
2462
- {
2463
- "id": 235,
2464
- "name": "changeDetector",
2465
- "kind": 32768,
2466
- "kindString": "Parameter",
2467
- "flags": {},
2468
- "type": {
2469
- "type": "reference",
2470
- "name": "ChangeDetectorRef",
2471
- "qualifiedName": "ChangeDetectorRef",
2472
- "package": "@angular/core"
2473
- }
2474
- },
2475
- {
2476
- "id": 236,
2477
- "name": "repeaterService",
2478
- "kind": 32768,
2479
- "kindString": "Parameter",
2480
- "flags": {},
2481
- "type": {
2482
- "type": "reference",
2483
- "name": "SkyRepeaterService"
2484
- }
2485
- },
2486
- {
2487
- "id": 237,
2488
- "name": "adapterService",
2489
- "kind": 32768,
2490
- "kindString": "Parameter",
2491
- "flags": {},
2492
- "type": {
2493
- "type": "reference",
2494
- "name": "SkyRepeaterAdapterService"
2495
- }
2496
- },
2497
- {
2498
- "id": 238,
2499
- "name": "dragulaService",
2500
- "kind": 32768,
2501
- "kindString": "Parameter",
2502
- "flags": {},
2503
- "type": {
2504
- "type": "reference",
2505
- "name": "DragulaService",
2506
- "qualifiedName": "DragulaService",
2507
- "package": "ng2-dragula"
2508
- }
2509
- },
2510
- {
2511
- "id": 239,
2512
- "name": "elementRef",
2513
- "kind": 32768,
2514
- "kindString": "Parameter",
2515
- "flags": {},
2516
- "type": {
2517
- "type": "reference",
2518
- "typeArguments": [
2519
- {
2520
- "type": "intrinsic",
2521
- "name": "any"
2522
- }
2523
- ],
2524
- "name": "ElementRef",
2525
- "qualifiedName": "ElementRef",
2526
- "package": "@angular/core"
2527
- }
2528
- },
2529
- {
2530
- "id": 240,
2531
- "name": "renderer",
2532
- "kind": 32768,
2533
- "kindString": "Parameter",
2534
- "flags": {},
2535
- "type": {
2536
- "type": "reference",
2537
- "name": "Renderer2",
2538
- "qualifiedName": "Renderer2",
2539
- "package": "@angular/core"
2540
- }
2541
- }
2542
- ],
2543
2499
  "type": {
2544
2500
  "type": "reference",
2545
- "id": 232,
2501
+ "id": 235,
2546
2502
  "name": "SkyRepeaterComponent"
2547
2503
  }
2548
2504
  }
2549
2505
  ]
2550
2506
  },
2551
2507
  {
2552
- "id": 241,
2508
+ "id": 238,
2553
2509
  "name": "activeIndex",
2554
2510
  "kind": 1024,
2555
2511
  "kindString": "Property",
@@ -2567,9 +2523,9 @@
2567
2523
  "sources": [
2568
2524
  {
2569
2525
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
2570
- "line": 50,
2526
+ "line": 60,
2571
2527
  "character": 9,
2572
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L50"
2528
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L60"
2573
2529
  }
2574
2530
  ],
2575
2531
  "type": {
@@ -2578,7 +2534,7 @@
2578
2534
  }
2579
2535
  },
2580
2536
  {
2581
- "id": 248,
2537
+ "id": 245,
2582
2538
  "name": "activeIndexChange",
2583
2539
  "kind": 1024,
2584
2540
  "kindString": "Property",
@@ -2596,9 +2552,9 @@
2596
2552
  "sources": [
2597
2553
  {
2598
2554
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
2599
- "line": 103,
2555
+ "line": 113,
2600
2556
  "character": 9,
2601
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L103"
2557
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L113"
2602
2558
  }
2603
2559
  ],
2604
2560
  "type": {
@@ -2616,7 +2572,7 @@
2616
2572
  "defaultValue": "..."
2617
2573
  },
2618
2574
  {
2619
- "id": 242,
2575
+ "id": 239,
2620
2576
  "name": "ariaLabel",
2621
2577
  "kind": 1024,
2622
2578
  "kindString": "Property",
@@ -2661,9 +2617,9 @@
2661
2617
  "sources": [
2662
2618
  {
2663
2619
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
2664
- "line": 60,
2620
+ "line": 70,
2665
2621
  "character": 9,
2666
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L60"
2622
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L70"
2667
2623
  }
2668
2624
  ],
2669
2625
  "type": {
@@ -2672,7 +2628,7 @@
2672
2628
  }
2673
2629
  },
2674
2630
  {
2675
- "id": 251,
2631
+ "id": 248,
2676
2632
  "name": "dragulaGroupName",
2677
2633
  "kind": 1024,
2678
2634
  "kindString": "Property",
@@ -2682,9 +2638,9 @@
2682
2638
  "sources": [
2683
2639
  {
2684
2640
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
2685
- "line": 115,
2641
+ "line": 126,
2686
2642
  "character": 9,
2687
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L115"
2643
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L126"
2688
2644
  }
2689
2645
  ],
2690
2646
  "type": {
@@ -2693,7 +2649,7 @@
2693
2649
  }
2694
2650
  },
2695
2651
  {
2696
- "id": 250,
2652
+ "id": 247,
2697
2653
  "name": "items",
2698
2654
  "kind": 1024,
2699
2655
  "kindString": "Property",
@@ -2703,9 +2659,9 @@
2703
2659
  "sources": [
2704
2660
  {
2705
2661
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
2706
- "line": 113,
2662
+ "line": 124,
2707
2663
  "character": 9,
2708
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L113"
2664
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L124"
2709
2665
  }
2710
2666
  ],
2711
2667
  "type": {
@@ -2723,7 +2679,7 @@
2723
2679
  }
2724
2680
  },
2725
2681
  {
2726
- "id": 249,
2682
+ "id": 246,
2727
2683
  "name": "orderChange",
2728
2684
  "kind": 1024,
2729
2685
  "kindString": "Property",
@@ -2749,9 +2705,9 @@
2749
2705
  "sources": [
2750
2706
  {
2751
2707
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
2752
- "line": 110,
2708
+ "line": 121,
2753
2709
  "character": 9,
2754
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L110"
2710
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L121"
2755
2711
  }
2756
2712
  ],
2757
2713
  "type": {
@@ -2772,7 +2728,7 @@
2772
2728
  "defaultValue": "..."
2773
2729
  },
2774
2730
  {
2775
- "id": 243,
2731
+ "id": 240,
2776
2732
  "name": "reorderable",
2777
2733
  "kind": 1024,
2778
2734
  "kindString": "Property",
@@ -2798,9 +2754,9 @@
2798
2754
  "sources": [
2799
2755
  {
2800
2756
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
2801
- "line": 68,
2757
+ "line": 78,
2802
2758
  "character": 9,
2803
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L68"
2759
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L78"
2804
2760
  }
2805
2761
  ],
2806
2762
  "type": {
@@ -2810,7 +2766,7 @@
2810
2766
  "defaultValue": "false"
2811
2767
  },
2812
2768
  {
2813
- "id": 252,
2769
+ "id": 249,
2814
2770
  "name": "role",
2815
2771
  "kind": 1024,
2816
2772
  "kindString": "Property",
@@ -2820,9 +2776,9 @@
2820
2776
  "sources": [
2821
2777
  {
2822
2778
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
2823
- "line": 117,
2779
+ "line": 128,
2824
2780
  "character": 9,
2825
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L117"
2781
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L128"
2826
2782
  }
2827
2783
  ],
2828
2784
  "type": {
@@ -2831,7 +2787,7 @@
2831
2787
  }
2832
2788
  },
2833
2789
  {
2834
- "id": 244,
2790
+ "id": 241,
2835
2791
  "name": "expandMode",
2836
2792
  "kind": 262144,
2837
2793
  "kindString": "Accessor",
@@ -2841,31 +2797,31 @@
2841
2797
  "sources": [
2842
2798
  {
2843
2799
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
2844
- "line": 90,
2800
+ "line": 100,
2845
2801
  "character": 13,
2846
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L90"
2802
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L100"
2847
2803
  },
2848
2804
  {
2849
2805
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
2850
- "line": 95,
2806
+ "line": 105,
2851
2807
  "character": 13,
2852
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L95"
2808
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L105"
2853
2809
  }
2854
2810
  ],
2855
2811
  "getSignature": {
2856
- "id": 245,
2812
+ "id": 242,
2857
2813
  "name": "expandMode",
2858
2814
  "kind": 524288,
2859
2815
  "kindString": "Get signature",
2860
2816
  "flags": {},
2861
2817
  "type": {
2862
2818
  "type": "reference",
2863
- "id": 324,
2819
+ "id": 334,
2864
2820
  "name": "SkyRepeaterExpandModeType"
2865
2821
  }
2866
2822
  },
2867
2823
  "setSignature": {
2868
- "id": 246,
2824
+ "id": 243,
2869
2825
  "name": "expandMode",
2870
2826
  "kind": 1048576,
2871
2827
  "kindString": "Set signature",
@@ -2971,14 +2927,14 @@
2971
2927
  },
2972
2928
  "parameters": [
2973
2929
  {
2974
- "id": 247,
2930
+ "id": 244,
2975
2931
  "name": "value",
2976
2932
  "kind": 32768,
2977
2933
  "kindString": "Parameter",
2978
2934
  "flags": {},
2979
2935
  "type": {
2980
2936
  "type": "reference",
2981
- "id": 324,
2937
+ "id": 334,
2982
2938
  "name": "SkyRepeaterExpandModeType"
2983
2939
  }
2984
2940
  }
@@ -2990,7 +2946,7 @@
2990
2946
  }
2991
2947
  },
2992
2948
  {
2993
- "id": 260,
2949
+ "id": 262,
2994
2950
  "name": "ngAfterContentInit",
2995
2951
  "kind": 2048,
2996
2952
  "kindString": "Method",
@@ -3000,14 +2956,14 @@
3000
2956
  "sources": [
3001
2957
  {
3002
2958
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
3003
- "line": 184,
2959
+ "line": 187,
3004
2960
  "character": 9,
3005
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L184"
2961
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L187"
3006
2962
  }
3007
2963
  ],
3008
2964
  "signatures": [
3009
2965
  {
3010
- "id": 261,
2966
+ "id": 263,
3011
2967
  "name": "ngAfterContentInit",
3012
2968
  "kind": 4096,
3013
2969
  "kindString": "Call signature",
@@ -3028,7 +2984,45 @@
3028
2984
  }
3029
2985
  },
3030
2986
  {
3031
- "id": 262,
2987
+ "id": 264,
2988
+ "name": "ngAfterViewChecked",
2989
+ "kind": 2048,
2990
+ "kindString": "Method",
2991
+ "flags": {
2992
+ "isPublic": true
2993
+ },
2994
+ "sources": [
2995
+ {
2996
+ "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
2997
+ "line": 230,
2998
+ "character": 9,
2999
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L230"
3000
+ }
3001
+ ],
3002
+ "signatures": [
3003
+ {
3004
+ "id": 265,
3005
+ "name": "ngAfterViewChecked",
3006
+ "kind": 4096,
3007
+ "kindString": "Call signature",
3008
+ "flags": {},
3009
+ "type": {
3010
+ "type": "intrinsic",
3011
+ "name": "void"
3012
+ },
3013
+ "implementationOf": {
3014
+ "type": "reference",
3015
+ "name": "AfterViewChecked.ngAfterViewChecked"
3016
+ }
3017
+ }
3018
+ ],
3019
+ "implementationOf": {
3020
+ "type": "reference",
3021
+ "name": "AfterViewChecked.ngAfterViewChecked"
3022
+ }
3023
+ },
3024
+ {
3025
+ "id": 266,
3032
3026
  "name": "ngOnChanges",
3033
3027
  "kind": 2048,
3034
3028
  "kindString": "Method",
@@ -3038,21 +3032,21 @@
3038
3032
  "sources": [
3039
3033
  {
3040
3034
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
3041
- "line": 226,
3035
+ "line": 241,
3042
3036
  "character": 9,
3043
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L226"
3037
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L241"
3044
3038
  }
3045
3039
  ],
3046
3040
  "signatures": [
3047
3041
  {
3048
- "id": 263,
3042
+ "id": 267,
3049
3043
  "name": "ngOnChanges",
3050
3044
  "kind": 4096,
3051
3045
  "kindString": "Call signature",
3052
3046
  "flags": {},
3053
3047
  "parameters": [
3054
3048
  {
3055
- "id": 264,
3049
+ "id": 268,
3056
3050
  "name": "changes",
3057
3051
  "kind": 32768,
3058
3052
  "kindString": "Parameter",
@@ -3081,7 +3075,7 @@
3081
3075
  }
3082
3076
  },
3083
3077
  {
3084
- "id": 265,
3078
+ "id": 269,
3085
3079
  "name": "ngOnDestroy",
3086
3080
  "kind": 2048,
3087
3081
  "kindString": "Method",
@@ -3091,14 +3085,14 @@
3091
3085
  "sources": [
3092
3086
  {
3093
3087
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
3094
- "line": 247,
3088
+ "line": 262,
3095
3089
  "character": 9,
3096
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L247"
3090
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L262"
3097
3091
  }
3098
3092
  ],
3099
3093
  "signatures": [
3100
3094
  {
3101
- "id": 266,
3095
+ "id": 270,
3102
3096
  "name": "ngOnDestroy",
3103
3097
  "kind": 4096,
3104
3098
  "kindString": "Call signature",
@@ -3119,7 +3113,7 @@
3119
3113
  }
3120
3114
  },
3121
3115
  {
3122
- "id": 267,
3116
+ "id": 271,
3123
3117
  "name": "ngOnInit",
3124
3118
  "kind": 2048,
3125
3119
  "kindString": "Method",
@@ -3129,14 +3123,14 @@
3129
3123
  "sources": [
3130
3124
  {
3131
3125
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
3132
- "line": 253,
3126
+ "line": 268,
3133
3127
  "character": 9,
3134
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L253"
3128
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L268"
3135
3129
  }
3136
3130
  ],
3137
3131
  "signatures": [
3138
3132
  {
3139
- "id": 268,
3133
+ "id": 272,
3140
3134
  "name": "ngOnInit",
3141
3135
  "kind": 4096,
3142
3136
  "kindString": "Call signature",
@@ -3157,7 +3151,7 @@
3157
3151
  }
3158
3152
  },
3159
3153
  {
3160
- "id": 269,
3154
+ "id": 273,
3161
3155
  "name": "onCdkObserveContent",
3162
3156
  "kind": 2048,
3163
3157
  "kindString": "Method",
@@ -3167,14 +3161,14 @@
3167
3161
  "sources": [
3168
3162
  {
3169
3163
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
3170
- "line": 257,
3164
+ "line": 272,
3171
3165
  "character": 9,
3172
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L257"
3166
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L272"
3173
3167
  }
3174
3168
  ],
3175
3169
  "signatures": [
3176
3170
  {
3177
- "id": 270,
3171
+ "id": 274,
3178
3172
  "name": "onCdkObserveContent",
3179
3173
  "kind": 4096,
3180
3174
  "kindString": "Call signature",
@@ -3191,45 +3185,46 @@
3191
3185
  {
3192
3186
  "title": "Constructors",
3193
3187
  "children": [
3194
- 233
3188
+ 236
3195
3189
  ]
3196
3190
  },
3197
3191
  {
3198
3192
  "title": "Properties",
3199
3193
  "children": [
3200
- 241,
3194
+ 238,
3195
+ 245,
3196
+ 239,
3201
3197
  248,
3202
- 242,
3203
- 251,
3204
- 250,
3205
- 249,
3206
- 243,
3207
- 252
3198
+ 247,
3199
+ 246,
3200
+ 240,
3201
+ 249
3208
3202
  ]
3209
3203
  },
3210
3204
  {
3211
3205
  "title": "Accessors",
3212
3206
  "children": [
3213
- 244
3207
+ 241
3214
3208
  ]
3215
3209
  },
3216
3210
  {
3217
3211
  "title": "Methods",
3218
3212
  "children": [
3219
- 260,
3220
3213
  262,
3221
- 265,
3222
- 267,
3223
- 269
3214
+ 264,
3215
+ 266,
3216
+ 269,
3217
+ 271,
3218
+ 273
3224
3219
  ]
3225
3220
  }
3226
3221
  ],
3227
3222
  "sources": [
3228
3223
  {
3229
3224
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
3230
- "line": 40,
3225
+ "line": 50,
3231
3226
  "character": 13,
3232
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L40"
3227
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L50"
3233
3228
  }
3234
3229
  ],
3235
3230
  "implementedTypes": [
@@ -3239,6 +3234,12 @@
3239
3234
  "qualifiedName": "AfterContentInit",
3240
3235
  "package": "@angular/core"
3241
3236
  },
3237
+ {
3238
+ "type": "reference",
3239
+ "name": "AfterViewChecked",
3240
+ "qualifiedName": "AfterViewChecked",
3241
+ "package": "@angular/core"
3242
+ },
3242
3243
  {
3243
3244
  "type": "reference",
3244
3245
  "name": "OnChanges",
@@ -3260,7 +3261,7 @@
3260
3261
  ]
3261
3262
  },
3262
3263
  {
3263
- "id": 284,
3264
+ "id": 294,
3264
3265
  "name": "SkyRepeaterItemTitleComponent",
3265
3266
  "kind": 128,
3266
3267
  "kindString": "Class",
@@ -3278,7 +3279,7 @@
3278
3279
  {
3279
3280
  "title": "Constructors",
3280
3281
  "children": [
3281
- 285
3282
+ 295
3282
3283
  ]
3283
3284
  }
3284
3285
  ],
@@ -3287,19 +3288,19 @@
3287
3288
  "fileName": "projects/lists/src/modules/repeater/repeater-item-title.component.ts",
3288
3289
  "line": 10,
3289
3290
  "character": 13,
3290
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item-title.component.ts#L10"
3291
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item-title.component.ts#L10"
3291
3292
  }
3292
3293
  ]
3293
3294
  },
3294
3295
  {
3295
- "id": 287,
3296
+ "id": 297,
3296
3297
  "name": "SkySortItemComponent",
3297
3298
  "kind": 128,
3298
3299
  "kindString": "Class",
3299
3300
  "flags": {},
3300
3301
  "children": [
3301
3302
  {
3302
- "id": 288,
3303
+ "id": 298,
3303
3304
  "name": "constructor",
3304
3305
  "kind": 512,
3305
3306
  "kindString": "Constructor",
@@ -3309,19 +3310,19 @@
3309
3310
  "fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
3310
3311
  "line": 52,
3311
3312
  "character": 2,
3312
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L52"
3313
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L52"
3313
3314
  }
3314
3315
  ],
3315
3316
  "signatures": [
3316
3317
  {
3317
- "id": 289,
3318
+ "id": 299,
3318
3319
  "name": "SkySortItemComponent",
3319
3320
  "kind": 16384,
3320
3321
  "kindString": "Constructor signature",
3321
3322
  "flags": {},
3322
3323
  "parameters": [
3323
3324
  {
3324
- "id": 290,
3325
+ "id": 300,
3325
3326
  "name": "sortService",
3326
3327
  "kind": 32768,
3327
3328
  "kindString": "Parameter",
@@ -3332,7 +3333,7 @@
3332
3333
  }
3333
3334
  },
3334
3335
  {
3335
- "id": 291,
3336
+ "id": 301,
3336
3337
  "name": "detector",
3337
3338
  "kind": 32768,
3338
3339
  "kindString": "Parameter",
@@ -3347,14 +3348,14 @@
3347
3348
  ],
3348
3349
  "type": {
3349
3350
  "type": "reference",
3350
- "id": 287,
3351
+ "id": 297,
3351
3352
  "name": "SkySortItemComponent"
3352
3353
  }
3353
3354
  }
3354
3355
  ]
3355
3356
  },
3356
3357
  {
3357
- "id": 292,
3358
+ "id": 302,
3358
3359
  "name": "active",
3359
3360
  "kind": 1024,
3360
3361
  "kindString": "Property",
@@ -3374,7 +3375,7 @@
3374
3375
  "fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
3375
3376
  "line": 33,
3376
3377
  "character": 9,
3377
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L33"
3378
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L33"
3378
3379
  }
3379
3380
  ],
3380
3381
  "type": {
@@ -3383,7 +3384,7 @@
3383
3384
  }
3384
3385
  },
3385
3386
  {
3386
- "id": 294,
3387
+ "id": 304,
3387
3388
  "name": "isSelected",
3388
3389
  "kind": 1024,
3389
3390
  "kindString": "Property",
@@ -3395,7 +3396,7 @@
3395
3396
  "fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
3396
3397
  "line": 41,
3397
3398
  "character": 9,
3398
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L41"
3399
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L41"
3399
3400
  }
3400
3401
  ],
3401
3402
  "type": {
@@ -3413,7 +3414,7 @@
3413
3414
  "defaultValue": "..."
3414
3415
  },
3415
3416
  {
3416
- "id": 293,
3417
+ "id": 303,
3417
3418
  "name": "itemSelect",
3418
3419
  "kind": 1024,
3419
3420
  "kindString": "Property",
@@ -3433,7 +3434,7 @@
3433
3434
  "fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
3434
3435
  "line": 39,
3435
3436
  "character": 9,
3436
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L39"
3437
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L39"
3437
3438
  }
3438
3439
  ],
3439
3440
  "type": {
@@ -3451,7 +3452,7 @@
3451
3452
  "defaultValue": "..."
3452
3453
  },
3453
3454
  {
3454
- "id": 304,
3455
+ "id": 314,
3455
3456
  "name": "itemClicked",
3456
3457
  "kind": 2048,
3457
3458
  "kindString": "Method",
@@ -3463,12 +3464,12 @@
3463
3464
  "fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
3464
3465
  "line": 84,
3465
3466
  "character": 9,
3466
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L84"
3467
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L84"
3467
3468
  }
3468
3469
  ],
3469
3470
  "signatures": [
3470
3471
  {
3471
- "id": 305,
3472
+ "id": 315,
3472
3473
  "name": "itemClicked",
3473
3474
  "kind": 4096,
3474
3475
  "kindString": "Call signature",
@@ -3481,7 +3482,7 @@
3481
3482
  ]
3482
3483
  },
3483
3484
  {
3484
- "id": 301,
3485
+ "id": 311,
3485
3486
  "name": "ngOnChanges",
3486
3487
  "kind": 2048,
3487
3488
  "kindString": "Method",
@@ -3493,19 +3494,19 @@
3493
3494
  "fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
3494
3495
  "line": 72,
3495
3496
  "character": 9,
3496
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L72"
3497
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L72"
3497
3498
  }
3498
3499
  ],
3499
3500
  "signatures": [
3500
3501
  {
3501
- "id": 302,
3502
+ "id": 312,
3502
3503
  "name": "ngOnChanges",
3503
3504
  "kind": 4096,
3504
3505
  "kindString": "Call signature",
3505
3506
  "flags": {},
3506
3507
  "parameters": [
3507
3508
  {
3508
- "id": 303,
3509
+ "id": 313,
3509
3510
  "name": "changes",
3510
3511
  "kind": 32768,
3511
3512
  "kindString": "Parameter",
@@ -3534,7 +3535,7 @@
3534
3535
  }
3535
3536
  },
3536
3537
  {
3537
- "id": 306,
3538
+ "id": 316,
3538
3539
  "name": "ngOnDestroy",
3539
3540
  "kind": 2048,
3540
3541
  "kindString": "Method",
@@ -3546,12 +3547,12 @@
3546
3547
  "fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
3547
3548
  "line": 91,
3548
3549
  "character": 9,
3549
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L91"
3550
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L91"
3550
3551
  }
3551
3552
  ],
3552
3553
  "signatures": [
3553
3554
  {
3554
- "id": 307,
3555
+ "id": 317,
3555
3556
  "name": "ngOnDestroy",
3556
3557
  "kind": 4096,
3557
3558
  "kindString": "Call signature",
@@ -3572,7 +3573,7 @@
3572
3573
  }
3573
3574
  },
3574
3575
  {
3575
- "id": 299,
3576
+ "id": 309,
3576
3577
  "name": "ngOnInit",
3577
3578
  "kind": 2048,
3578
3579
  "kindString": "Method",
@@ -3584,12 +3585,12 @@
3584
3585
  "fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
3585
3586
  "line": 57,
3586
3587
  "character": 9,
3587
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L57"
3588
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L57"
3588
3589
  }
3589
3590
  ],
3590
3591
  "signatures": [
3591
3592
  {
3592
- "id": 300,
3593
+ "id": 310,
3593
3594
  "name": "ngOnInit",
3594
3595
  "kind": 4096,
3595
3596
  "kindString": "Call signature",
@@ -3614,24 +3615,24 @@
3614
3615
  {
3615
3616
  "title": "Constructors",
3616
3617
  "children": [
3617
- 288
3618
+ 298
3618
3619
  ]
3619
3620
  },
3620
3621
  {
3621
3622
  "title": "Properties",
3622
3623
  "children": [
3623
- 292,
3624
- 294,
3625
- 293
3624
+ 302,
3625
+ 304,
3626
+ 303
3626
3627
  ]
3627
3628
  },
3628
3629
  {
3629
3630
  "title": "Methods",
3630
3631
  "children": [
3631
- 304,
3632
- 301,
3633
- 306,
3634
- 299
3632
+ 314,
3633
+ 311,
3634
+ 316,
3635
+ 309
3635
3636
  ]
3636
3637
  }
3637
3638
  ],
@@ -3640,7 +3641,7 @@
3640
3641
  "fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
3641
3642
  "line": 28,
3642
3643
  "character": 13,
3643
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L28"
3644
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L28"
3644
3645
  }
3645
3646
  ],
3646
3647
  "implementedTypes": [
@@ -3665,14 +3666,14 @@
3665
3666
  ]
3666
3667
  },
3667
3668
  {
3668
- "id": 308,
3669
+ "id": 318,
3669
3670
  "name": "SkySortComponent",
3670
3671
  "kind": 128,
3671
3672
  "kindString": "Class",
3672
3673
  "flags": {},
3673
3674
  "children": [
3674
3675
  {
3675
- "id": 312,
3676
+ "id": 322,
3676
3677
  "name": "dropdownController",
3677
3678
  "kind": 1024,
3678
3679
  "kindString": "Property",
@@ -3684,7 +3685,7 @@
3684
3685
  "fileName": "projects/lists/src/modules/sort/sort.component.ts",
3685
3686
  "line": 22,
3686
3687
  "character": 9,
3687
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/sort/sort.component.ts#L22"
3688
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/sort/sort.component.ts#L22"
3688
3689
  }
3689
3690
  ],
3690
3691
  "type": {
@@ -3702,7 +3703,7 @@
3702
3703
  "defaultValue": "..."
3703
3704
  },
3704
3705
  {
3705
- "id": 311,
3706
+ "id": 321,
3706
3707
  "name": "showButtonText",
3707
3708
  "kind": 1024,
3708
3709
  "kindString": "Property",
@@ -3722,7 +3723,7 @@
3722
3723
  "fileName": "projects/lists/src/modules/sort/sort.component.ts",
3723
3724
  "line": 20,
3724
3725
  "character": 9,
3725
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/sort/sort.component.ts#L20"
3726
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/sort/sort.component.ts#L20"
3726
3727
  }
3727
3728
  ],
3728
3729
  "type": {
@@ -3732,7 +3733,7 @@
3732
3733
  "defaultValue": "false"
3733
3734
  },
3734
3735
  {
3735
- "id": 313,
3736
+ "id": 323,
3736
3737
  "name": "dropdownClicked",
3737
3738
  "kind": 2048,
3738
3739
  "kindString": "Method",
@@ -3744,12 +3745,12 @@
3744
3745
  "fileName": "projects/lists/src/modules/sort/sort.component.ts",
3745
3746
  "line": 24,
3746
3747
  "character": 9,
3747
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/sort/sort.component.ts#L24"
3748
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/sort/sort.component.ts#L24"
3748
3749
  }
3749
3750
  ],
3750
3751
  "signatures": [
3751
3752
  {
3752
- "id": 314,
3753
+ "id": 324,
3753
3754
  "name": "dropdownClicked",
3754
3755
  "kind": 4096,
3755
3756
  "kindString": "Call signature",
@@ -3766,20 +3767,20 @@
3766
3767
  {
3767
3768
  "title": "Constructors",
3768
3769
  "children": [
3769
- 309
3770
+ 319
3770
3771
  ]
3771
3772
  },
3772
3773
  {
3773
3774
  "title": "Properties",
3774
3775
  "children": [
3775
- 312,
3776
- 311
3776
+ 322,
3777
+ 321
3777
3778
  ]
3778
3779
  },
3779
3780
  {
3780
3781
  "title": "Methods",
3781
3782
  "children": [
3782
- 313
3783
+ 323
3783
3784
  ]
3784
3785
  }
3785
3786
  ],
@@ -3788,7 +3789,7 @@
3788
3789
  "fileName": "projects/lists/src/modules/sort/sort.component.ts",
3789
3790
  "line": 15,
3790
3791
  "character": 13,
3791
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/sort/sort.component.ts#L15"
3792
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/sort/sort.component.ts#L15"
3792
3793
  }
3793
3794
  ]
3794
3795
  },
@@ -3820,7 +3821,7 @@
3820
3821
  "fileName": "projects/lists/src/modules/filter/filter-inline.component.ts",
3821
3822
  "line": 11,
3822
3823
  "character": 13,
3823
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/filter/filter-inline.component.ts#L11"
3824
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/filter/filter-inline.component.ts#L11"
3824
3825
  }
3825
3826
  ]
3826
3827
  },
@@ -3852,7 +3853,7 @@
3852
3853
  "fileName": "projects/lists/src/modules/filter/filter-inline-item.component.ts",
3853
3854
  "line": 11,
3854
3855
  "character": 13,
3855
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/filter/filter-inline-item.component.ts#L11"
3856
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/filter/filter-inline-item.component.ts#L11"
3856
3857
  }
3857
3858
  ]
3858
3859
  },
@@ -3892,7 +3893,7 @@
3892
3893
  "fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
3893
3894
  "line": 35,
3894
3895
  "character": 9,
3895
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L35"
3896
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L35"
3896
3897
  }
3897
3898
  ],
3898
3899
  "type": {
@@ -3930,7 +3931,7 @@
3930
3931
  "fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
3931
3932
  "line": 41,
3932
3933
  "character": 9,
3933
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L41"
3934
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L41"
3934
3935
  }
3935
3936
  ],
3936
3937
  "type": {
@@ -3960,13 +3961,13 @@
3960
3961
  "fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
3961
3962
  "line": 23,
3962
3963
  "character": 13,
3963
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L23"
3964
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L23"
3964
3965
  },
3965
3966
  {
3966
3967
  "fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
3967
3968
  "line": 27,
3968
3969
  "character": 13,
3969
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L27"
3970
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L27"
3970
3971
  }
3971
3972
  ],
3972
3973
  "getSignature": {
@@ -4026,7 +4027,7 @@
4026
4027
  "fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
4027
4028
  "line": 49,
4028
4029
  "character": 9,
4029
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L49"
4030
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L49"
4030
4031
  }
4031
4032
  ],
4032
4033
  "signatures": [
@@ -4056,7 +4057,7 @@
4056
4057
  "fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
4057
4058
  "line": 45,
4058
4059
  "character": 9,
4059
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L45"
4060
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L45"
4060
4061
  }
4061
4062
  ],
4062
4063
  "signatures": [
@@ -4086,7 +4087,7 @@
4086
4087
  "fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
4087
4088
  "line": 53,
4088
4089
  "character": 9,
4089
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L53"
4090
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L53"
4090
4091
  }
4091
4092
  ],
4092
4093
  "signatures": [
@@ -4138,7 +4139,7 @@
4138
4139
  "fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
4139
4140
  "line": 18,
4140
4141
  "character": 13,
4141
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L18"
4142
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L18"
4142
4143
  }
4143
4144
  ]
4144
4145
  },
@@ -4170,7 +4171,7 @@
4170
4171
  "fileName": "projects/lists/src/modules/filter/filter-summary.component.ts",
4171
4172
  "line": 12,
4172
4173
  "character": 13,
4173
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/filter/filter-summary.component.ts#L12"
4174
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/filter/filter-summary.component.ts#L12"
4174
4175
  }
4175
4176
  ]
4176
4177
  },
@@ -4192,7 +4193,7 @@
4192
4193
  "fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
4193
4194
  "line": 81,
4194
4195
  "character": 2,
4195
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L81"
4196
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L81"
4196
4197
  }
4197
4198
  ],
4198
4199
  "signatures": [
@@ -4268,7 +4269,7 @@
4268
4269
  "fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
4269
4270
  "line": 72,
4270
4271
  "character": 9,
4271
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L72"
4272
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L72"
4272
4273
  }
4273
4274
  ],
4274
4275
  "type": {
@@ -4314,7 +4315,7 @@
4314
4315
  "fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
4315
4316
  "line": 70,
4316
4317
  "character": 9,
4317
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L70"
4318
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L70"
4318
4319
  }
4319
4320
  ],
4320
4321
  "type": {
@@ -4344,13 +4345,13 @@
4344
4345
  "fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
4345
4346
  "line": 31,
4346
4347
  "character": 13,
4347
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L31"
4348
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L31"
4348
4349
  },
4349
4350
  {
4350
4351
  "fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
4351
4352
  "line": 34,
4352
4353
  "character": 13,
4353
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L34"
4354
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L34"
4354
4355
  }
4355
4356
  ],
4356
4357
  "getSignature": {
@@ -4421,13 +4422,13 @@
4421
4422
  "fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
4422
4423
  "line": 52,
4423
4424
  "character": 13,
4424
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L52"
4425
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L52"
4425
4426
  },
4426
4427
  {
4427
4428
  "fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
4428
4429
  "line": 56,
4429
4430
  "character": 13,
4430
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L56"
4431
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L56"
4431
4432
  }
4432
4433
  ],
4433
4434
  "getSignature": {
@@ -4541,7 +4542,7 @@
4541
4542
  "fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
4542
4543
  "line": 91,
4543
4544
  "character": 9,
4544
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L91"
4545
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L91"
4545
4546
  }
4546
4547
  ],
4547
4548
  "signatures": [
@@ -4579,7 +4580,7 @@
4579
4580
  "fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
4580
4581
  "line": 97,
4581
4582
  "character": 9,
4582
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L97"
4583
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L97"
4583
4584
  }
4584
4585
  ],
4585
4586
  "signatures": [
@@ -4631,7 +4632,7 @@
4631
4632
  "fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
4632
4633
  "line": 24,
4633
4634
  "character": 13,
4634
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L24"
4635
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L24"
4635
4636
  }
4636
4637
  ],
4637
4638
  "implementedTypes": [
@@ -4671,7 +4672,7 @@
4671
4672
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4672
4673
  "line": 22,
4673
4674
  "character": 9,
4674
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/paging/paging.component.ts#L22"
4675
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/paging/paging.component.ts#L22"
4675
4676
  }
4676
4677
  ],
4677
4678
  "type": {
@@ -4701,7 +4702,7 @@
4701
4702
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4702
4703
  "line": 56,
4703
4704
  "character": 9,
4704
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/paging/paging.component.ts#L56"
4705
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/paging/paging.component.ts#L56"
4705
4706
  }
4706
4707
  ],
4707
4708
  "type": {
@@ -4731,7 +4732,7 @@
4731
4732
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4732
4733
  "line": 58,
4733
4734
  "character": 9,
4734
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/paging/paging.component.ts#L58"
4735
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/paging/paging.component.ts#L58"
4735
4736
  }
4736
4737
  ],
4737
4738
  "type": {
@@ -4764,7 +4765,7 @@
4764
4765
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4765
4766
  "line": 28,
4766
4767
  "character": 9,
4767
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/paging/paging.component.ts#L28"
4768
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/paging/paging.component.ts#L28"
4768
4769
  }
4769
4770
  ],
4770
4771
  "type": {
@@ -4794,7 +4795,7 @@
4794
4795
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4795
4796
  "line": 34,
4796
4797
  "character": 9,
4797
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/paging/paging.component.ts#L34"
4798
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/paging/paging.component.ts#L34"
4798
4799
  }
4799
4800
  ],
4800
4801
  "type": {
@@ -4816,7 +4817,7 @@
4816
4817
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4817
4818
  "line": 60,
4818
4819
  "character": 9,
4819
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/paging/paging.component.ts#L60"
4820
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/paging/paging.component.ts#L60"
4820
4821
  }
4821
4822
  ],
4822
4823
  "type": {
@@ -4846,7 +4847,7 @@
4846
4847
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4847
4848
  "line": 40,
4848
4849
  "character": 9,
4849
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/paging/paging.component.ts#L40"
4850
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/paging/paging.component.ts#L40"
4850
4851
  }
4851
4852
  ],
4852
4853
  "type": {
@@ -4887,7 +4888,7 @@
4887
4888
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4888
4889
  "line": 50,
4889
4890
  "character": 9,
4890
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/paging/paging.component.ts#L50"
4891
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/paging/paging.component.ts#L50"
4891
4892
  }
4892
4893
  ],
4893
4894
  "type": {
@@ -4908,7 +4909,7 @@
4908
4909
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4909
4910
  "line": 98,
4910
4911
  "character": 13,
4911
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/paging/paging.component.ts#L98"
4912
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/paging/paging.component.ts#L98"
4912
4913
  }
4913
4914
  ],
4914
4915
  "getSignature": {
@@ -4936,7 +4937,7 @@
4936
4937
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4937
4938
  "line": 94,
4938
4939
  "character": 13,
4939
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/paging/paging.component.ts#L94"
4940
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/paging/paging.component.ts#L94"
4940
4941
  }
4941
4942
  ],
4942
4943
  "getSignature": {
@@ -4964,7 +4965,7 @@
4964
4965
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4965
4966
  "line": 86,
4966
4967
  "character": 9,
4967
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/paging/paging.component.ts#L86"
4968
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/paging/paging.component.ts#L86"
4968
4969
  }
4969
4970
  ],
4970
4971
  "signatures": [
@@ -4994,7 +4995,7 @@
4994
4995
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4995
4996
  "line": 62,
4996
4997
  "character": 9,
4997
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/paging/paging.component.ts#L62"
4998
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/paging/paging.component.ts#L62"
4998
4999
  }
4999
5000
  ],
5000
5001
  "signatures": [
@@ -5047,7 +5048,7 @@
5047
5048
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
5048
5049
  "line": 90,
5049
5050
  "character": 9,
5050
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/paging/paging.component.ts#L90"
5051
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/paging/paging.component.ts#L90"
5051
5052
  }
5052
5053
  ],
5053
5054
  "signatures": [
@@ -5077,7 +5078,7 @@
5077
5078
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
5078
5079
  "line": 66,
5079
5080
  "character": 9,
5080
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/paging/paging.component.ts#L66"
5081
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/paging/paging.component.ts#L66"
5081
5082
  }
5082
5083
  ],
5083
5084
  "signatures": [
@@ -5150,7 +5151,7 @@
5150
5151
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
5151
5152
  "line": 17,
5152
5153
  "character": 13,
5153
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/paging/paging.component.ts#L17"
5154
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/paging/paging.component.ts#L17"
5154
5155
  }
5155
5156
  ],
5156
5157
  "implementedTypes": [
@@ -5190,7 +5191,7 @@
5190
5191
  "fileName": "projects/lists/src/modules/repeater/repeater-item-content.component.ts",
5191
5192
  "line": 10,
5192
5193
  "character": 13,
5193
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item-content.component.ts#L10"
5194
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item-content.component.ts#L10"
5194
5195
  }
5195
5196
  ]
5196
5197
  },
@@ -5230,12 +5231,12 @@
5230
5231
  "fileName": "projects/lists/src/modules/repeater/repeater-item-context-menu.component.ts",
5231
5232
  "line": 13,
5232
5233
  "character": 13,
5233
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-item-context-menu.component.ts#L13"
5234
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-item-context-menu.component.ts#L13"
5234
5235
  }
5235
5236
  ]
5236
5237
  },
5237
5238
  {
5238
- "id": 324,
5239
+ "id": 334,
5239
5240
  "name": "SkyRepeaterExpandModeType",
5240
5241
  "kind": 4194304,
5241
5242
  "kindString": "Type alias",
@@ -5245,7 +5246,7 @@
5245
5246
  "fileName": "projects/lists/src/modules/repeater/repeater-expand-mode-type.ts",
5246
5247
  "line": 1,
5247
5248
  "character": 12,
5248
- "url": "https://github.com/blackbaud/skyux/blob/edbfaae/libs/components/lists/src/lib/modules/repeater/repeater-expand-mode-type.ts#L1"
5249
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/src/lib/modules/repeater/repeater-expand-mode-type.ts#L1"
5249
5250
  }
5250
5251
  ],
5251
5252
  "type": {
@@ -5265,53 +5266,1530 @@
5265
5266
  }
5266
5267
  ]
5267
5268
  }
5268
- }
5269
- ],
5270
- "groups": [
5269
+ },
5271
5270
  {
5272
- "title": "Modules",
5271
+ "id": 413,
5272
+ "name": "SkyRepeaterHarness",
5273
+ "kind": 128,
5274
+ "kindString": "Class",
5275
+ "flags": {},
5276
+ "comment": {
5277
+ "summary": [
5278
+ {
5279
+ "kind": "text",
5280
+ "text": "Harness for interacting with a repeater component in tests."
5281
+ }
5282
+ ]
5283
+ },
5273
5284
  "children": [
5274
- 1,
5275
- 2
5276
- ]
5277
- }
5278
- ]
5279
- },
5280
- "codeExamples": [
5281
- {
5282
- "fileName": "filter-demo.component.html",
5283
- "filePath": "/projects/lists/documentation/code-examples/filter/inline/filter-demo.component.html",
5284
- "rawContents": "<sky-toolbar>\n <sky-toolbar-section>\n <sky-toolbar-item>\n <sky-filter-button\n [active]=\"filtersActive\"\n [ariaControls]=\"inlineFilters.id\"\n [ariaExpanded]=\"showInlineFilters\"\n [showButtonText]=\"true\"\n (filterButtonClick)=\"filterButtonClicked()\"\n >\n </sky-filter-button>\n </sky-toolbar-item>\n </sky-toolbar-section>\n</sky-toolbar>\n\n<div skyId [hidden]=\"!showInlineFilters\" #inlineFilters>\n <sky-filter-inline>\n <sky-filter-inline-item>\n <label\n class=\"sky-control-label sky-margin-inline-lg\"\n [for]=\"fruitInput.id\"\n >\n Fruit type\n </label>\n <select\n skyId\n [ngModel]=\"fruitType\"\n (ngModelChange)=\"fruitTypeChange($event)\"\n #fruitInput\n >\n <option value=\"any\">Any fruit</option>\n <option value=\"citrus\">Citrus</option>\n <option value=\"berry\">Berry</option>\n </select>\n </sky-filter-inline-item>\n <sky-filter-inline-item>\n <sky-checkbox\n [ngModel]=\"hideOrange\"\n (ngModelChange)=\"hideOrangeChange($event)\"\n >\n <sky-checkbox-label> Hide orange fruits </sky-checkbox-label>\n </sky-checkbox>\n </sky-filter-inline-item>\n </sky-filter-inline>\n</div>\n\n<sky-repeater expandMode=\"none\">\n <sky-repeater-item *ngFor=\"let item of filteredItems\">\n <sky-repeater-item-title>\n {{ item.name }}\n </sky-repeater-item-title>\n </sky-repeater-item>\n</sky-repeater>\n"
5285
- },
5286
- {
5287
- "fileName": "filter-demo.component.ts",
5288
- "filePath": "/projects/lists/documentation/code-examples/filter/inline/filter-demo.component.ts",
5289
- "rawContents": "import { Component } from '@angular/core';\n\nimport { Filter } from './filter';\nimport { Fruit } from './fruit';\n\n@Component({\n selector: 'app-filter-demo',\n templateUrl: './filter-demo.component.html',\n})\nexport class FilterDemoComponent {\n public appliedFilters: Filter[] = [];\n\n public filteredItems: Fruit[];\n\n public filtersActive = false;\n\n public fruitType = 'any';\n\n public hideOrange = false;\n\n public items: Fruit[] = [\n {\n name: 'Orange',\n type: 'citrus',\n color: 'orange',\n },\n {\n name: 'Mango',\n type: 'other',\n color: 'orange',\n },\n {\n name: 'Lime',\n type: 'citrus',\n color: 'green',\n },\n {\n name: 'Strawberry',\n type: 'berry',\n color: 'red',\n },\n {\n name: 'Blueberry',\n type: 'berry',\n color: 'blue',\n },\n ];\n\n public showInlineFilters = false;\n\n constructor() {\n this.filteredItems = this.items.slice();\n }\n\n public filterButtonClicked(): void {\n this.showInlineFilters = !this.showInlineFilters;\n }\n\n public fruitTypeChange(newValue: string): void {\n this.fruitType = newValue;\n this.setFilterActiveState();\n }\n\n public hideOrangeChange(newValue: boolean): void {\n this.hideOrange = newValue;\n this.setFilterActiveState();\n }\n\n private setFilterActiveState(): void {\n this.appliedFilters = [];\n if (this.fruitType !== 'any') {\n this.appliedFilters.push({\n name: 'fruitType',\n value: this.fruitType,\n });\n }\n if (this.hideOrange) {\n this.appliedFilters.push({\n name: 'hideOrange',\n value: true,\n });\n }\n this.filtersActive = this.appliedFilters.length > 0;\n\n this.filteredItems = this.filterItems(this.items, this.appliedFilters);\n }\n\n private orangeFilterFailed(filter: Filter, item: Fruit): boolean {\n return (\n filter.name === 'hideOrange' && !!filter.value && item.color === 'orange'\n );\n }\n\n private fruitTypeFilterFailed(filter: Filter, item: Fruit): boolean {\n return (\n filter.name === 'fruitType' &&\n filter.value !== 'any' &&\n filter.value !== item.type\n );\n }\n\n private itemIsShown(filters: Filter[], item: Fruit): boolean {\n let passesFilter = true,\n j: number;\n\n for (j = 0; j < filters.length; j++) {\n if (this.orangeFilterFailed(filters[j], item)) {\n passesFilter = false;\n } else if (this.fruitTypeFilterFailed(filters[j], item)) {\n passesFilter = false;\n }\n }\n\n return passesFilter;\n }\n\n private filterItems(items: Fruit[], filters: Filter[]): Fruit[] {\n let i: number, passesFilter: boolean;\n const result: Fruit[] = [];\n\n for (i = 0; i < items.length; i++) {\n passesFilter = this.itemIsShown(filters, items[i]);\n if (passesFilter) {\n result.push(items[i]);\n }\n }\n\n return result;\n }\n}\n"
5290
- },
5291
- {
5292
- "fileName": "filter-demo.module.ts",
5293
- "filePath": "/projects/lists/documentation/code-examples/filter/inline/filter-demo.module.ts",
5294
- "rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { FormsModule } from '@angular/forms';\nimport { SkyIdModule } from '@skyux/core';\nimport { SkyCheckboxModule } from '@skyux/forms';\nimport { SkyToolbarModule } from '@skyux/layout';\nimport { SkyFilterModule, SkyRepeaterModule } from '@skyux/lists';\n\nimport { FilterDemoComponent } from './filter-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n SkyCheckboxModule,\n SkyIdModule,\n SkyFilterModule,\n SkyRepeaterModule,\n SkyToolbarModule,\n ],\n declarations: [FilterDemoComponent],\n exports: [FilterDemoComponent],\n})\nexport class FilterDemoModule {}\n"
5295
- },
5296
- {
5297
- "fileName": "filter.ts",
5298
- "filePath": "/projects/lists/documentation/code-examples/filter/inline/filter.ts",
5299
- "rawContents": "export interface Filter {\n name: string;\n value: string | boolean;\n}\n"
5300
- },
5301
- {
5302
- "fileName": "fruit.ts",
5303
- "filePath": "/projects/lists/documentation/code-examples/filter/inline/fruit.ts",
5304
- "rawContents": "export interface Fruit {\n name: string;\n type: string;\n color: string;\n}\n"
5305
- },
5306
- {
5307
- "fileName": "filter-demo-modal-context.ts",
5308
- "filePath": "/projects/lists/documentation/code-examples/filter/modal/filter-demo-modal-context.ts",
5309
- "rawContents": "import { Filter } from './filter';\n\nexport class FilterDemoModalContext {\n public appliedFilters: Filter[] = [];\n}\n"
5310
- },
5311
- {
5312
- "fileName": "filter-demo-modal.component.html",
5313
- "filePath": "/projects/lists/documentation/code-examples/filter/modal/filter-demo-modal.component.html",
5314
- "rawContents": "<sky-modal>\n <sky-modal-header> Filter food preferences </sky-modal-header>\n <sky-modal-content>\n <label class=\"sky-control-label\" [for]=\"fruitInput.id\"> Fruit type </label>\n <select class=\"sky-form-control\" skyId [(ngModel)]=\"fruitType\" #fruitInput>\n <option value=\"any\">Any fruit</option>\n <option value=\"citrus\">Citrus</option>\n <option value=\"berry\">Berry</option>\n </select>\n <div style=\"margin-top: 15px\">\n <sky-checkbox [(ngModel)]=\"hideOrange\">\n <sky-checkbox-label> Hide orange fruits </sky-checkbox-label>\n </sky-checkbox>\n </div>\n </sky-modal-content>\n <sky-modal-footer>\n <button\n class=\"sky-btn sky-btn-primary\"\n type=\"button\"\n (click)=\"applyFilters()\"\n >\n Apply\n </button>\n <button\n class=\"sky-btn sky-btn-link\"\n type=\"button\"\n (click)=\"clearAllFilters()\"\n >\n Clear\n </button>\n <button class=\"sky-btn sky-btn-link\" type=\"button\" (click)=\"cancel()\">\n Cancel\n </button>\n </sky-modal-footer>\n</sky-modal>\n"
5285
+ {
5286
+ "id": 423,
5287
+ "name": "constructor",
5288
+ "kind": 512,
5289
+ "kindString": "Constructor",
5290
+ "flags": {},
5291
+ "sources": [
5292
+ {
5293
+ "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
5294
+ "line": 38,
5295
+ "character": 4
5296
+ }
5297
+ ],
5298
+ "signatures": [
5299
+ {
5300
+ "id": 424,
5301
+ "name": "new SkyRepeaterHarness",
5302
+ "kind": 16384,
5303
+ "kindString": "Constructor signature",
5304
+ "flags": {},
5305
+ "parameters": [
5306
+ {
5307
+ "id": 425,
5308
+ "name": "locatorFactory",
5309
+ "kind": 32768,
5310
+ "kindString": "Parameter",
5311
+ "flags": {},
5312
+ "type": {
5313
+ "type": "reference",
5314
+ "name": "LocatorFactory",
5315
+ "qualifiedName": "LocatorFactory",
5316
+ "package": "@angular/cdk"
5317
+ }
5318
+ }
5319
+ ],
5320
+ "type": {
5321
+ "type": "reference",
5322
+ "id": 413,
5323
+ "name": "SkyRepeaterHarness"
5324
+ },
5325
+ "inheritedFrom": {
5326
+ "type": "reference",
5327
+ "name": "SkyComponentHarness.constructor"
5328
+ }
5329
+ }
5330
+ ],
5331
+ "inheritedFrom": {
5332
+ "type": "reference",
5333
+ "name": "SkyComponentHarness.constructor"
5334
+ }
5335
+ },
5336
+ {
5337
+ "id": 426,
5338
+ "name": "getRepeaterItems",
5339
+ "kind": 2048,
5340
+ "kindString": "Method",
5341
+ "flags": {
5342
+ "isPublic": true
5343
+ },
5344
+ "sources": [
5345
+ {
5346
+ "fileName": "projects/lists/src/testing/repeater/repeater-harness.ts",
5347
+ "line": 30,
5348
+ "character": 15,
5349
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/testing/src/repeater/repeater-harness.ts#L30"
5350
+ }
5351
+ ],
5352
+ "signatures": [
5353
+ {
5354
+ "id": 427,
5355
+ "name": "getRepeaterItems",
5356
+ "kind": 4096,
5357
+ "kindString": "Call signature",
5358
+ "flags": {},
5359
+ "comment": {
5360
+ "summary": [
5361
+ {
5362
+ "kind": "text",
5363
+ "text": "Gets a list of child repeater items."
5364
+ }
5365
+ ]
5366
+ },
5367
+ "parameters": [
5368
+ {
5369
+ "id": 428,
5370
+ "name": "filters",
5371
+ "kind": 32768,
5372
+ "kindString": "Parameter",
5373
+ "flags": {
5374
+ "isOptional": true
5375
+ },
5376
+ "type": {
5377
+ "type": "reference",
5378
+ "name": "SkyRepeaterItemHarnessFilters"
5379
+ }
5380
+ }
5381
+ ],
5382
+ "type": {
5383
+ "type": "reference",
5384
+ "typeArguments": [
5385
+ {
5386
+ "type": "array",
5387
+ "elementType": {
5388
+ "type": "reference",
5389
+ "id": 456,
5390
+ "name": "SkyRepeaterItemHarness"
5391
+ }
5392
+ }
5393
+ ],
5394
+ "name": "Promise",
5395
+ "qualifiedName": "Promise",
5396
+ "package": "typescript"
5397
+ }
5398
+ }
5399
+ ]
5400
+ },
5401
+ {
5402
+ "id": 432,
5403
+ "name": "host",
5404
+ "kind": 2048,
5405
+ "kindString": "Method",
5406
+ "flags": {},
5407
+ "sources": [
5408
+ {
5409
+ "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
5410
+ "line": 40,
5411
+ "character": 4
5412
+ }
5413
+ ],
5414
+ "signatures": [
5415
+ {
5416
+ "id": 433,
5417
+ "name": "host",
5418
+ "kind": 4096,
5419
+ "kindString": "Call signature",
5420
+ "flags": {},
5421
+ "comment": {
5422
+ "summary": [
5423
+ {
5424
+ "kind": "text",
5425
+ "text": "Gets a "
5426
+ },
5427
+ {
5428
+ "kind": "code",
5429
+ "text": "`Promise`"
5430
+ },
5431
+ {
5432
+ "kind": "text",
5433
+ "text": " for the "
5434
+ },
5435
+ {
5436
+ "kind": "code",
5437
+ "text": "`TestElement`"
5438
+ },
5439
+ {
5440
+ "kind": "text",
5441
+ "text": " representing the host element of the component."
5442
+ }
5443
+ ]
5444
+ },
5445
+ "type": {
5446
+ "type": "reference",
5447
+ "typeArguments": [
5448
+ {
5449
+ "type": "reference",
5450
+ "name": "TestElement",
5451
+ "qualifiedName": "TestElement",
5452
+ "package": "@angular/cdk"
5453
+ }
5454
+ ],
5455
+ "name": "Promise",
5456
+ "qualifiedName": "Promise",
5457
+ "package": "typescript"
5458
+ },
5459
+ "inheritedFrom": {
5460
+ "type": "reference",
5461
+ "name": "SkyComponentHarness.host"
5462
+ }
5463
+ }
5464
+ ],
5465
+ "inheritedFrom": {
5466
+ "type": "reference",
5467
+ "name": "SkyComponentHarness.host"
5468
+ }
5469
+ },
5470
+ {
5471
+ "id": 415,
5472
+ "name": "with",
5473
+ "kind": 2048,
5474
+ "kindString": "Method",
5475
+ "flags": {
5476
+ "isPublic": true,
5477
+ "isStatic": true
5478
+ },
5479
+ "sources": [
5480
+ {
5481
+ "fileName": "projects/lists/src/testing/repeater/repeater-harness.ts",
5482
+ "line": 21,
5483
+ "character": 16,
5484
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/testing/src/repeater/repeater-harness.ts#L21"
5485
+ }
5486
+ ],
5487
+ "signatures": [
5488
+ {
5489
+ "id": 416,
5490
+ "name": "with",
5491
+ "kind": 4096,
5492
+ "kindString": "Call signature",
5493
+ "flags": {},
5494
+ "comment": {
5495
+ "summary": [
5496
+ {
5497
+ "kind": "text",
5498
+ "text": "Gets a "
5499
+ },
5500
+ {
5501
+ "kind": "code",
5502
+ "text": "`HarnessPredicate`"
5503
+ },
5504
+ {
5505
+ "kind": "text",
5506
+ "text": " that can be used to search for a\n"
5507
+ },
5508
+ {
5509
+ "kind": "code",
5510
+ "text": "`SkyRepeaterHarness`"
5511
+ },
5512
+ {
5513
+ "kind": "text",
5514
+ "text": " that meets certain criteria."
5515
+ }
5516
+ ]
5517
+ },
5518
+ "parameters": [
5519
+ {
5520
+ "id": 417,
5521
+ "name": "filters",
5522
+ "kind": 32768,
5523
+ "kindString": "Parameter",
5524
+ "flags": {},
5525
+ "type": {
5526
+ "type": "reference",
5527
+ "name": "SkyRepeaterHarnessFilters"
5528
+ }
5529
+ }
5530
+ ],
5531
+ "type": {
5532
+ "type": "reference",
5533
+ "typeArguments": [
5534
+ {
5535
+ "type": "reference",
5536
+ "id": 413,
5537
+ "name": "SkyRepeaterHarness"
5538
+ }
5539
+ ],
5540
+ "name": "HarnessPredicate",
5541
+ "qualifiedName": "HarnessPredicate",
5542
+ "package": "@angular/cdk"
5543
+ }
5544
+ }
5545
+ ]
5546
+ }
5547
+ ],
5548
+ "groups": [
5549
+ {
5550
+ "title": "Constructors",
5551
+ "children": [
5552
+ 423
5553
+ ]
5554
+ },
5555
+ {
5556
+ "title": "Methods",
5557
+ "children": [
5558
+ 426,
5559
+ 432,
5560
+ 415
5561
+ ]
5562
+ }
5563
+ ],
5564
+ "sources": [
5565
+ {
5566
+ "fileName": "projects/lists/src/testing/repeater/repeater-harness.ts",
5567
+ "line": 11,
5568
+ "character": 13,
5569
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/testing/src/repeater/repeater-harness.ts#L11"
5570
+ }
5571
+ ],
5572
+ "extendedTypes": [
5573
+ {
5574
+ "type": "reference",
5575
+ "name": "SkyComponentHarness"
5576
+ }
5577
+ ]
5578
+ },
5579
+ {
5580
+ "id": 456,
5581
+ "name": "SkyRepeaterItemHarness",
5582
+ "kind": 128,
5583
+ "kindString": "Class",
5584
+ "flags": {},
5585
+ "comment": {
5586
+ "summary": [
5587
+ {
5588
+ "kind": "text",
5589
+ "text": "Harness for interacting with a repeater item component in tests."
5590
+ }
5591
+ ]
5592
+ },
5593
+ "children": [
5594
+ {
5595
+ "id": 466,
5596
+ "name": "constructor",
5597
+ "kind": 512,
5598
+ "kindString": "Constructor",
5599
+ "flags": {},
5600
+ "sources": [
5601
+ {
5602
+ "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
5603
+ "line": 38,
5604
+ "character": 4
5605
+ }
5606
+ ],
5607
+ "signatures": [
5608
+ {
5609
+ "id": 467,
5610
+ "name": "new SkyRepeaterItemHarness",
5611
+ "kind": 16384,
5612
+ "kindString": "Constructor signature",
5613
+ "flags": {},
5614
+ "parameters": [
5615
+ {
5616
+ "id": 468,
5617
+ "name": "locatorFactory",
5618
+ "kind": 32768,
5619
+ "kindString": "Parameter",
5620
+ "flags": {},
5621
+ "type": {
5622
+ "type": "reference",
5623
+ "name": "LocatorFactory",
5624
+ "qualifiedName": "LocatorFactory",
5625
+ "package": "@angular/cdk"
5626
+ }
5627
+ }
5628
+ ],
5629
+ "type": {
5630
+ "type": "reference",
5631
+ "id": 456,
5632
+ "name": "SkyRepeaterItemHarness"
5633
+ },
5634
+ "inheritedFrom": {
5635
+ "type": "reference",
5636
+ "name": "SkyComponentHarness.constructor"
5637
+ }
5638
+ }
5639
+ ],
5640
+ "inheritedFrom": {
5641
+ "type": "reference",
5642
+ "name": "SkyComponentHarness.constructor"
5643
+ }
5644
+ },
5645
+ {
5646
+ "id": 490,
5647
+ "name": "click",
5648
+ "kind": 2048,
5649
+ "kindString": "Method",
5650
+ "flags": {
5651
+ "isPublic": true
5652
+ },
5653
+ "sources": [
5654
+ {
5655
+ "fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
5656
+ "line": 91,
5657
+ "character": 15,
5658
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L91"
5659
+ }
5660
+ ],
5661
+ "signatures": [
5662
+ {
5663
+ "id": 491,
5664
+ "name": "click",
5665
+ "kind": 4096,
5666
+ "kindString": "Call signature",
5667
+ "flags": {},
5668
+ "comment": {
5669
+ "summary": [
5670
+ {
5671
+ "kind": "text",
5672
+ "text": "Clicks on the repeater item."
5673
+ }
5674
+ ]
5675
+ },
5676
+ "type": {
5677
+ "type": "reference",
5678
+ "typeArguments": [
5679
+ {
5680
+ "type": "intrinsic",
5681
+ "name": "void"
5682
+ }
5683
+ ],
5684
+ "name": "Promise",
5685
+ "qualifiedName": "Promise",
5686
+ "package": "typescript"
5687
+ }
5688
+ }
5689
+ ]
5690
+ },
5691
+ {
5692
+ "id": 510,
5693
+ "name": "collapse",
5694
+ "kind": 2048,
5695
+ "kindString": "Method",
5696
+ "flags": {
5697
+ "isPublic": true
5698
+ },
5699
+ "sources": [
5700
+ {
5701
+ "fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
5702
+ "line": 197,
5703
+ "character": 15,
5704
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L197"
5705
+ }
5706
+ ],
5707
+ "signatures": [
5708
+ {
5709
+ "id": 511,
5710
+ "name": "collapse",
5711
+ "kind": 4096,
5712
+ "kindString": "Call signature",
5713
+ "flags": {},
5714
+ "comment": {
5715
+ "summary": [
5716
+ {
5717
+ "kind": "text",
5718
+ "text": "Collapses the repeater item, or does nothing if already collapsed."
5719
+ }
5720
+ ]
5721
+ },
5722
+ "type": {
5723
+ "type": "reference",
5724
+ "typeArguments": [
5725
+ {
5726
+ "type": "intrinsic",
5727
+ "name": "void"
5728
+ }
5729
+ ],
5730
+ "name": "Promise",
5731
+ "qualifiedName": "Promise",
5732
+ "package": "typescript"
5733
+ }
5734
+ }
5735
+ ]
5736
+ },
5737
+ {
5738
+ "id": 498,
5739
+ "name": "deselect",
5740
+ "kind": 2048,
5741
+ "kindString": "Method",
5742
+ "flags": {
5743
+ "isPublic": true
5744
+ },
5745
+ "sources": [
5746
+ {
5747
+ "fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
5748
+ "line": 133,
5749
+ "character": 15,
5750
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L133"
5751
+ }
5752
+ ],
5753
+ "signatures": [
5754
+ {
5755
+ "id": 499,
5756
+ "name": "deselect",
5757
+ "kind": 4096,
5758
+ "kindString": "Call signature",
5759
+ "flags": {},
5760
+ "comment": {
5761
+ "summary": [
5762
+ {
5763
+ "kind": "text",
5764
+ "text": "Deselects the repeater item."
5765
+ }
5766
+ ]
5767
+ },
5768
+ "type": {
5769
+ "type": "reference",
5770
+ "typeArguments": [
5771
+ {
5772
+ "type": "intrinsic",
5773
+ "name": "void"
5774
+ }
5775
+ ],
5776
+ "name": "Promise",
5777
+ "qualifiedName": "Promise",
5778
+ "package": "typescript"
5779
+ }
5780
+ }
5781
+ ]
5782
+ },
5783
+ {
5784
+ "id": 508,
5785
+ "name": "expand",
5786
+ "kind": 2048,
5787
+ "kindString": "Method",
5788
+ "flags": {
5789
+ "isPublic": true
5790
+ },
5791
+ "sources": [
5792
+ {
5793
+ "fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
5794
+ "line": 181,
5795
+ "character": 15,
5796
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L181"
5797
+ }
5798
+ ],
5799
+ "signatures": [
5800
+ {
5801
+ "id": 509,
5802
+ "name": "expand",
5803
+ "kind": 4096,
5804
+ "kindString": "Call signature",
5805
+ "flags": {},
5806
+ "comment": {
5807
+ "summary": [
5808
+ {
5809
+ "kind": "text",
5810
+ "text": "Expands the repeater item, or does nothing if already expanded."
5811
+ }
5812
+ ]
5813
+ },
5814
+ "type": {
5815
+ "type": "reference",
5816
+ "typeArguments": [
5817
+ {
5818
+ "type": "intrinsic",
5819
+ "name": "void"
5820
+ }
5821
+ ],
5822
+ "name": "Promise",
5823
+ "qualifiedName": "Promise",
5824
+ "package": "typescript"
5825
+ }
5826
+ }
5827
+ ]
5828
+ },
5829
+ {
5830
+ "id": 500,
5831
+ "name": "getContentText",
5832
+ "kind": 2048,
5833
+ "kindString": "Method",
5834
+ "flags": {
5835
+ "isPublic": true
5836
+ },
5837
+ "sources": [
5838
+ {
5839
+ "fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
5840
+ "line": 147,
5841
+ "character": 15,
5842
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L147"
5843
+ }
5844
+ ],
5845
+ "signatures": [
5846
+ {
5847
+ "id": 501,
5848
+ "name": "getContentText",
5849
+ "kind": 4096,
5850
+ "kindString": "Call signature",
5851
+ "flags": {},
5852
+ "comment": {
5853
+ "summary": [
5854
+ {
5855
+ "kind": "text",
5856
+ "text": "Gets the text of the repeater item content."
5857
+ }
5858
+ ]
5859
+ },
5860
+ "type": {
5861
+ "type": "reference",
5862
+ "typeArguments": [
5863
+ {
5864
+ "type": "intrinsic",
5865
+ "name": "string"
5866
+ }
5867
+ ],
5868
+ "name": "Promise",
5869
+ "qualifiedName": "Promise",
5870
+ "package": "typescript"
5871
+ }
5872
+ }
5873
+ ]
5874
+ },
5875
+ {
5876
+ "id": 502,
5877
+ "name": "getTitleText",
5878
+ "kind": 2048,
5879
+ "kindString": "Method",
5880
+ "flags": {
5881
+ "isPublic": true
5882
+ },
5883
+ "sources": [
5884
+ {
5885
+ "fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
5886
+ "line": 154,
5887
+ "character": 15,
5888
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L154"
5889
+ }
5890
+ ],
5891
+ "signatures": [
5892
+ {
5893
+ "id": 503,
5894
+ "name": "getTitleText",
5895
+ "kind": 4096,
5896
+ "kindString": "Call signature",
5897
+ "flags": {},
5898
+ "comment": {
5899
+ "summary": [
5900
+ {
5901
+ "kind": "text",
5902
+ "text": "Gets the text of the repeater item title."
5903
+ }
5904
+ ]
5905
+ },
5906
+ "type": {
5907
+ "type": "reference",
5908
+ "typeArguments": [
5909
+ {
5910
+ "type": "intrinsic",
5911
+ "name": "string"
5912
+ }
5913
+ ],
5914
+ "name": "Promise",
5915
+ "qualifiedName": "Promise",
5916
+ "package": "typescript"
5917
+ }
5918
+ }
5919
+ ]
5920
+ },
5921
+ {
5922
+ "id": 519,
5923
+ "name": "host",
5924
+ "kind": 2048,
5925
+ "kindString": "Method",
5926
+ "flags": {},
5927
+ "sources": [
5928
+ {
5929
+ "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
5930
+ "line": 40,
5931
+ "character": 4
5932
+ }
5933
+ ],
5934
+ "signatures": [
5935
+ {
5936
+ "id": 520,
5937
+ "name": "host",
5938
+ "kind": 4096,
5939
+ "kindString": "Call signature",
5940
+ "flags": {},
5941
+ "comment": {
5942
+ "summary": [
5943
+ {
5944
+ "kind": "text",
5945
+ "text": "Gets a "
5946
+ },
5947
+ {
5948
+ "kind": "code",
5949
+ "text": "`Promise`"
5950
+ },
5951
+ {
5952
+ "kind": "text",
5953
+ "text": " for the "
5954
+ },
5955
+ {
5956
+ "kind": "code",
5957
+ "text": "`TestElement`"
5958
+ },
5959
+ {
5960
+ "kind": "text",
5961
+ "text": " representing the host element of the component."
5962
+ }
5963
+ ]
5964
+ },
5965
+ "type": {
5966
+ "type": "reference",
5967
+ "typeArguments": [
5968
+ {
5969
+ "type": "reference",
5970
+ "name": "TestElement",
5971
+ "qualifiedName": "TestElement",
5972
+ "package": "@angular/cdk"
5973
+ }
5974
+ ],
5975
+ "name": "Promise",
5976
+ "qualifiedName": "Promise",
5977
+ "package": "typescript"
5978
+ },
5979
+ "inheritedFrom": {
5980
+ "type": "reference",
5981
+ "name": "SkyComponentHarness.host"
5982
+ }
5983
+ }
5984
+ ],
5985
+ "inheritedFrom": {
5986
+ "type": "reference",
5987
+ "name": "SkyComponentHarness.host"
5988
+ }
5989
+ },
5990
+ {
5991
+ "id": 504,
5992
+ "name": "isCollapsible",
5993
+ "kind": 2048,
5994
+ "kindString": "Method",
5995
+ "flags": {
5996
+ "isPublic": true
5997
+ },
5998
+ "sources": [
5999
+ {
6000
+ "fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
6001
+ "line": 161,
6002
+ "character": 15,
6003
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L161"
6004
+ }
6005
+ ],
6006
+ "signatures": [
6007
+ {
6008
+ "id": 505,
6009
+ "name": "isCollapsible",
6010
+ "kind": 4096,
6011
+ "kindString": "Call signature",
6012
+ "flags": {},
6013
+ "comment": {
6014
+ "summary": [
6015
+ {
6016
+ "kind": "text",
6017
+ "text": "Whether the repeater item is collapsible."
6018
+ }
6019
+ ]
6020
+ },
6021
+ "type": {
6022
+ "type": "reference",
6023
+ "typeArguments": [
6024
+ {
6025
+ "type": "intrinsic",
6026
+ "name": "boolean"
6027
+ }
6028
+ ],
6029
+ "name": "Promise",
6030
+ "qualifiedName": "Promise",
6031
+ "package": "typescript"
6032
+ }
6033
+ }
6034
+ ]
6035
+ },
6036
+ {
6037
+ "id": 506,
6038
+ "name": "isExpanded",
6039
+ "kind": 2048,
6040
+ "kindString": "Method",
6041
+ "flags": {
6042
+ "isPublic": true
6043
+ },
6044
+ "sources": [
6045
+ {
6046
+ "fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
6047
+ "line": 168,
6048
+ "character": 15,
6049
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L168"
6050
+ }
6051
+ ],
6052
+ "signatures": [
6053
+ {
6054
+ "id": 507,
6055
+ "name": "isExpanded",
6056
+ "kind": 4096,
6057
+ "kindString": "Call signature",
6058
+ "flags": {},
6059
+ "comment": {
6060
+ "summary": [
6061
+ {
6062
+ "kind": "text",
6063
+ "text": "Whether the repeater item is expanded, or throws an error informing of the lack of collapsibility."
6064
+ }
6065
+ ]
6066
+ },
6067
+ "type": {
6068
+ "type": "reference",
6069
+ "typeArguments": [
6070
+ {
6071
+ "type": "intrinsic",
6072
+ "name": "boolean"
6073
+ }
6074
+ ],
6075
+ "name": "Promise",
6076
+ "qualifiedName": "Promise",
6077
+ "package": "typescript"
6078
+ }
6079
+ }
6080
+ ]
6081
+ },
6082
+ {
6083
+ "id": 512,
6084
+ "name": "isReorderable",
6085
+ "kind": 2048,
6086
+ "kindString": "Method",
6087
+ "flags": {
6088
+ "isPublic": true
6089
+ },
6090
+ "sources": [
6091
+ {
6092
+ "fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
6093
+ "line": 213,
6094
+ "character": 15,
6095
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L213"
6096
+ }
6097
+ ],
6098
+ "signatures": [
6099
+ {
6100
+ "id": 513,
6101
+ "name": "isReorderable",
6102
+ "kind": 4096,
6103
+ "kindString": "Call signature",
6104
+ "flags": {},
6105
+ "comment": {
6106
+ "summary": [
6107
+ {
6108
+ "kind": "text",
6109
+ "text": "Whether the repeater item is reorderable."
6110
+ }
6111
+ ]
6112
+ },
6113
+ "type": {
6114
+ "type": "reference",
6115
+ "typeArguments": [
6116
+ {
6117
+ "type": "intrinsic",
6118
+ "name": "boolean"
6119
+ }
6120
+ ],
6121
+ "name": "Promise",
6122
+ "qualifiedName": "Promise",
6123
+ "package": "typescript"
6124
+ }
6125
+ }
6126
+ ]
6127
+ },
6128
+ {
6129
+ "id": 492,
6130
+ "name": "isSelectable",
6131
+ "kind": 2048,
6132
+ "kindString": "Method",
6133
+ "flags": {
6134
+ "isPublic": true
6135
+ },
6136
+ "sources": [
6137
+ {
6138
+ "fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
6139
+ "line": 98,
6140
+ "character": 15,
6141
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L98"
6142
+ }
6143
+ ],
6144
+ "signatures": [
6145
+ {
6146
+ "id": 493,
6147
+ "name": "isSelectable",
6148
+ "kind": 4096,
6149
+ "kindString": "Call signature",
6150
+ "flags": {},
6151
+ "comment": {
6152
+ "summary": [
6153
+ {
6154
+ "kind": "text",
6155
+ "text": "Whether the repeater item is selectable."
6156
+ }
6157
+ ]
6158
+ },
6159
+ "type": {
6160
+ "type": "reference",
6161
+ "typeArguments": [
6162
+ {
6163
+ "type": "intrinsic",
6164
+ "name": "boolean"
6165
+ }
6166
+ ],
6167
+ "name": "Promise",
6168
+ "qualifiedName": "Promise",
6169
+ "package": "typescript"
6170
+ }
6171
+ }
6172
+ ]
6173
+ },
6174
+ {
6175
+ "id": 494,
6176
+ "name": "isSelected",
6177
+ "kind": 2048,
6178
+ "kindString": "Method",
6179
+ "flags": {
6180
+ "isPublic": true
6181
+ },
6182
+ "sources": [
6183
+ {
6184
+ "fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
6185
+ "line": 105,
6186
+ "character": 15,
6187
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L105"
6188
+ }
6189
+ ],
6190
+ "signatures": [
6191
+ {
6192
+ "id": 495,
6193
+ "name": "isSelected",
6194
+ "kind": 4096,
6195
+ "kindString": "Call signature",
6196
+ "flags": {},
6197
+ "comment": {
6198
+ "summary": [
6199
+ {
6200
+ "kind": "text",
6201
+ "text": "Whether the repeater item is selected."
6202
+ }
6203
+ ]
6204
+ },
6205
+ "type": {
6206
+ "type": "reference",
6207
+ "typeArguments": [
6208
+ {
6209
+ "type": "intrinsic",
6210
+ "name": "boolean"
6211
+ }
6212
+ ],
6213
+ "name": "Promise",
6214
+ "qualifiedName": "Promise",
6215
+ "package": "typescript"
6216
+ }
6217
+ }
6218
+ ]
6219
+ },
6220
+ {
6221
+ "id": 476,
6222
+ "name": "queryHarness",
6223
+ "kind": 2048,
6224
+ "kindString": "Method",
6225
+ "flags": {
6226
+ "isPublic": true
6227
+ },
6228
+ "sources": [
6229
+ {
6230
+ "fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
6231
+ "line": 59,
6232
+ "character": 15,
6233
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L59"
6234
+ }
6235
+ ],
6236
+ "signatures": [
6237
+ {
6238
+ "id": 477,
6239
+ "name": "queryHarness",
6240
+ "kind": 4096,
6241
+ "kindString": "Call signature",
6242
+ "flags": {},
6243
+ "comment": {
6244
+ "summary": [
6245
+ {
6246
+ "kind": "text",
6247
+ "text": "Returns a child harness."
6248
+ }
6249
+ ]
6250
+ },
6251
+ "typeParameter": [
6252
+ {
6253
+ "id": 478,
6254
+ "name": "T",
6255
+ "kind": 131072,
6256
+ "kindString": "Type parameter",
6257
+ "flags": {},
6258
+ "type": {
6259
+ "type": "reference",
6260
+ "typeArguments": [
6261
+ {
6262
+ "type": "reference",
6263
+ "id": 478,
6264
+ "name": "T"
6265
+ }
6266
+ ],
6267
+ "name": "ComponentHarness",
6268
+ "qualifiedName": "ComponentHarness",
6269
+ "package": "@angular/cdk"
6270
+ }
6271
+ }
6272
+ ],
6273
+ "parameters": [
6274
+ {
6275
+ "id": 479,
6276
+ "name": "query",
6277
+ "kind": 32768,
6278
+ "kindString": "Parameter",
6279
+ "flags": {},
6280
+ "type": {
6281
+ "type": "reference",
6282
+ "typeArguments": [
6283
+ {
6284
+ "type": "reference",
6285
+ "id": 478,
6286
+ "name": "T"
6287
+ }
6288
+ ],
6289
+ "name": "HarnessQuery",
6290
+ "qualifiedName": "HarnessQuery",
6291
+ "package": "@angular/cdk"
6292
+ }
6293
+ }
6294
+ ],
6295
+ "type": {
6296
+ "type": "reference",
6297
+ "typeArguments": [
6298
+ {
6299
+ "type": "reference",
6300
+ "id": 478,
6301
+ "name": "T"
6302
+ }
6303
+ ],
6304
+ "name": "Promise",
6305
+ "qualifiedName": "Promise",
6306
+ "package": "typescript"
6307
+ }
6308
+ }
6309
+ ]
6310
+ },
6311
+ {
6312
+ "id": 480,
6313
+ "name": "queryHarnesses",
6314
+ "kind": 2048,
6315
+ "kindString": "Method",
6316
+ "flags": {
6317
+ "isPublic": true
6318
+ },
6319
+ "sources": [
6320
+ {
6321
+ "fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
6322
+ "line": 68,
6323
+ "character": 15,
6324
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L68"
6325
+ }
6326
+ ],
6327
+ "signatures": [
6328
+ {
6329
+ "id": 481,
6330
+ "name": "queryHarnesses",
6331
+ "kind": 4096,
6332
+ "kindString": "Call signature",
6333
+ "flags": {},
6334
+ "comment": {
6335
+ "summary": [
6336
+ {
6337
+ "kind": "text",
6338
+ "text": "Returns child harnesses."
6339
+ }
6340
+ ]
6341
+ },
6342
+ "typeParameter": [
6343
+ {
6344
+ "id": 482,
6345
+ "name": "T",
6346
+ "kind": 131072,
6347
+ "kindString": "Type parameter",
6348
+ "flags": {},
6349
+ "type": {
6350
+ "type": "reference",
6351
+ "typeArguments": [
6352
+ {
6353
+ "type": "reference",
6354
+ "id": 482,
6355
+ "name": "T"
6356
+ }
6357
+ ],
6358
+ "name": "ComponentHarness",
6359
+ "qualifiedName": "ComponentHarness",
6360
+ "package": "@angular/cdk"
6361
+ }
6362
+ }
6363
+ ],
6364
+ "parameters": [
6365
+ {
6366
+ "id": 483,
6367
+ "name": "harness",
6368
+ "kind": 32768,
6369
+ "kindString": "Parameter",
6370
+ "flags": {},
6371
+ "type": {
6372
+ "type": "reference",
6373
+ "typeArguments": [
6374
+ {
6375
+ "type": "reference",
6376
+ "id": 482,
6377
+ "name": "T"
6378
+ }
6379
+ ],
6380
+ "name": "HarnessQuery",
6381
+ "qualifiedName": "HarnessQuery",
6382
+ "package": "@angular/cdk"
6383
+ }
6384
+ }
6385
+ ],
6386
+ "type": {
6387
+ "type": "reference",
6388
+ "typeArguments": [
6389
+ {
6390
+ "type": "array",
6391
+ "elementType": {
6392
+ "type": "reference",
6393
+ "id": 482,
6394
+ "name": "T"
6395
+ }
6396
+ }
6397
+ ],
6398
+ "name": "Promise",
6399
+ "qualifiedName": "Promise",
6400
+ "package": "typescript"
6401
+ }
6402
+ }
6403
+ ]
6404
+ },
6405
+ {
6406
+ "id": 484,
6407
+ "name": "querySelector",
6408
+ "kind": 2048,
6409
+ "kindString": "Method",
6410
+ "flags": {
6411
+ "isPublic": true
6412
+ },
6413
+ "sources": [
6414
+ {
6415
+ "fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
6416
+ "line": 77,
6417
+ "character": 15,
6418
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L77"
6419
+ }
6420
+ ],
6421
+ "signatures": [
6422
+ {
6423
+ "id": 485,
6424
+ "name": "querySelector",
6425
+ "kind": 4096,
6426
+ "kindString": "Call signature",
6427
+ "flags": {},
6428
+ "comment": {
6429
+ "summary": [
6430
+ {
6431
+ "kind": "text",
6432
+ "text": "Returns a child test element."
6433
+ }
6434
+ ]
6435
+ },
6436
+ "parameters": [
6437
+ {
6438
+ "id": 486,
6439
+ "name": "selector",
6440
+ "kind": 32768,
6441
+ "kindString": "Parameter",
6442
+ "flags": {},
6443
+ "type": {
6444
+ "type": "intrinsic",
6445
+ "name": "string"
6446
+ }
6447
+ }
6448
+ ],
6449
+ "type": {
6450
+ "type": "reference",
6451
+ "typeArguments": [
6452
+ {
6453
+ "type": "reference",
6454
+ "name": "TestElement",
6455
+ "qualifiedName": "TestElement",
6456
+ "package": "@angular/cdk"
6457
+ }
6458
+ ],
6459
+ "name": "Promise",
6460
+ "qualifiedName": "Promise",
6461
+ "package": "typescript"
6462
+ }
6463
+ }
6464
+ ]
6465
+ },
6466
+ {
6467
+ "id": 487,
6468
+ "name": "querySelectorAll",
6469
+ "kind": 2048,
6470
+ "kindString": "Method",
6471
+ "flags": {
6472
+ "isPublic": true
6473
+ },
6474
+ "sources": [
6475
+ {
6476
+ "fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
6477
+ "line": 84,
6478
+ "character": 15,
6479
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L84"
6480
+ }
6481
+ ],
6482
+ "signatures": [
6483
+ {
6484
+ "id": 488,
6485
+ "name": "querySelectorAll",
6486
+ "kind": 4096,
6487
+ "kindString": "Call signature",
6488
+ "flags": {},
6489
+ "comment": {
6490
+ "summary": [
6491
+ {
6492
+ "kind": "text",
6493
+ "text": "Returns child test elements."
6494
+ }
6495
+ ]
6496
+ },
6497
+ "parameters": [
6498
+ {
6499
+ "id": 489,
6500
+ "name": "selector",
6501
+ "kind": 32768,
6502
+ "kindString": "Parameter",
6503
+ "flags": {},
6504
+ "type": {
6505
+ "type": "intrinsic",
6506
+ "name": "string"
6507
+ }
6508
+ }
6509
+ ],
6510
+ "type": {
6511
+ "type": "reference",
6512
+ "typeArguments": [
6513
+ {
6514
+ "type": "array",
6515
+ "elementType": {
6516
+ "type": "reference",
6517
+ "name": "TestElement",
6518
+ "qualifiedName": "TestElement",
6519
+ "package": "@angular/cdk"
6520
+ }
6521
+ }
6522
+ ],
6523
+ "name": "Promise",
6524
+ "qualifiedName": "Promise",
6525
+ "package": "typescript"
6526
+ }
6527
+ }
6528
+ ]
6529
+ },
6530
+ {
6531
+ "id": 496,
6532
+ "name": "select",
6533
+ "kind": 2048,
6534
+ "kindString": "Method",
6535
+ "flags": {
6536
+ "isPublic": true
6537
+ },
6538
+ "sources": [
6539
+ {
6540
+ "fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
6541
+ "line": 119,
6542
+ "character": 15,
6543
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L119"
6544
+ }
6545
+ ],
6546
+ "signatures": [
6547
+ {
6548
+ "id": 497,
6549
+ "name": "select",
6550
+ "kind": 4096,
6551
+ "kindString": "Call signature",
6552
+ "flags": {},
6553
+ "comment": {
6554
+ "summary": [
6555
+ {
6556
+ "kind": "text",
6557
+ "text": "Selects the repeater item."
6558
+ }
6559
+ ]
6560
+ },
6561
+ "type": {
6562
+ "type": "reference",
6563
+ "typeArguments": [
6564
+ {
6565
+ "type": "intrinsic",
6566
+ "name": "void"
6567
+ }
6568
+ ],
6569
+ "name": "Promise",
6570
+ "qualifiedName": "Promise",
6571
+ "package": "typescript"
6572
+ }
6573
+ }
6574
+ ]
6575
+ },
6576
+ {
6577
+ "id": 514,
6578
+ "name": "sendToTop",
6579
+ "kind": 2048,
6580
+ "kindString": "Method",
6581
+ "flags": {
6582
+ "isPublic": true
6583
+ },
6584
+ "sources": [
6585
+ {
6586
+ "fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
6587
+ "line": 220,
6588
+ "character": 15,
6589
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L220"
6590
+ }
6591
+ ],
6592
+ "signatures": [
6593
+ {
6594
+ "id": 515,
6595
+ "name": "sendToTop",
6596
+ "kind": 4096,
6597
+ "kindString": "Call signature",
6598
+ "flags": {},
6599
+ "comment": {
6600
+ "summary": [
6601
+ {
6602
+ "kind": "text",
6603
+ "text": "Moves the repeater item to the top of the list"
6604
+ }
6605
+ ]
6606
+ },
6607
+ "type": {
6608
+ "type": "reference",
6609
+ "typeArguments": [
6610
+ {
6611
+ "type": "intrinsic",
6612
+ "name": "void"
6613
+ }
6614
+ ],
6615
+ "name": "Promise",
6616
+ "qualifiedName": "Promise",
6617
+ "package": "typescript"
6618
+ }
6619
+ }
6620
+ ]
6621
+ },
6622
+ {
6623
+ "id": 458,
6624
+ "name": "with",
6625
+ "kind": 2048,
6626
+ "kindString": "Method",
6627
+ "flags": {
6628
+ "isPublic": true,
6629
+ "isStatic": true
6630
+ },
6631
+ "sources": [
6632
+ {
6633
+ "fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
6634
+ "line": 44,
6635
+ "character": 16,
6636
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L44"
6637
+ }
6638
+ ],
6639
+ "signatures": [
6640
+ {
6641
+ "id": 459,
6642
+ "name": "with",
6643
+ "kind": 4096,
6644
+ "kindString": "Call signature",
6645
+ "flags": {},
6646
+ "comment": {
6647
+ "summary": [
6648
+ {
6649
+ "kind": "text",
6650
+ "text": "Gets a "
6651
+ },
6652
+ {
6653
+ "kind": "code",
6654
+ "text": "`HarnessPredicate`"
6655
+ },
6656
+ {
6657
+ "kind": "text",
6658
+ "text": " that can be used to search for a\n"
6659
+ },
6660
+ {
6661
+ "kind": "code",
6662
+ "text": "`SkyRepeaterItemHarness`"
6663
+ },
6664
+ {
6665
+ "kind": "text",
6666
+ "text": " that meets certain criteria."
6667
+ }
6668
+ ]
6669
+ },
6670
+ "parameters": [
6671
+ {
6672
+ "id": 460,
6673
+ "name": "filters",
6674
+ "kind": 32768,
6675
+ "kindString": "Parameter",
6676
+ "flags": {},
6677
+ "type": {
6678
+ "type": "reference",
6679
+ "name": "SkyRepeaterItemHarnessFilters"
6680
+ }
6681
+ }
6682
+ ],
6683
+ "type": {
6684
+ "type": "reference",
6685
+ "typeArguments": [
6686
+ {
6687
+ "type": "reference",
6688
+ "id": 456,
6689
+ "name": "SkyRepeaterItemHarness"
6690
+ }
6691
+ ],
6692
+ "name": "HarnessPredicate",
6693
+ "qualifiedName": "HarnessPredicate",
6694
+ "package": "@angular/cdk"
6695
+ }
6696
+ }
6697
+ ]
6698
+ }
6699
+ ],
6700
+ "groups": [
6701
+ {
6702
+ "title": "Constructors",
6703
+ "children": [
6704
+ 466
6705
+ ]
6706
+ },
6707
+ {
6708
+ "title": "Methods",
6709
+ "children": [
6710
+ 490,
6711
+ 510,
6712
+ 498,
6713
+ 508,
6714
+ 500,
6715
+ 502,
6716
+ 519,
6717
+ 504,
6718
+ 506,
6719
+ 512,
6720
+ 492,
6721
+ 494,
6722
+ 476,
6723
+ 480,
6724
+ 484,
6725
+ 487,
6726
+ 496,
6727
+ 514,
6728
+ 458
6729
+ ]
6730
+ }
6731
+ ],
6732
+ "sources": [
6733
+ {
6734
+ "fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
6735
+ "line": 16,
6736
+ "character": 13,
6737
+ "url": "https://github.com/blackbaud/skyux/blob/60a44ac/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L16"
6738
+ }
6739
+ ],
6740
+ "extendedTypes": [
6741
+ {
6742
+ "type": "reference",
6743
+ "name": "SkyComponentHarness"
6744
+ }
6745
+ ]
6746
+ }
6747
+ ],
6748
+ "groups": [
6749
+ {
6750
+ "title": "Modules",
6751
+ "children": [
6752
+ 1,
6753
+ 2
6754
+ ]
6755
+ }
6756
+ ]
6757
+ },
6758
+ "codeExamples": [
6759
+ {
6760
+ "fileName": "filter-demo.component.html",
6761
+ "filePath": "/projects/lists/documentation/code-examples/filter/inline/filter-demo.component.html",
6762
+ "rawContents": "<sky-toolbar>\n <sky-toolbar-section>\n <sky-toolbar-item>\n <sky-filter-button\n [active]=\"filtersActive\"\n [ariaControls]=\"inlineFilters.id\"\n [ariaExpanded]=\"showInlineFilters\"\n [showButtonText]=\"true\"\n (filterButtonClick)=\"filterButtonClicked()\"\n >\n </sky-filter-button>\n </sky-toolbar-item>\n </sky-toolbar-section>\n</sky-toolbar>\n\n<div skyId [hidden]=\"!showInlineFilters\" #inlineFilters>\n <sky-filter-inline>\n <sky-filter-inline-item>\n <label\n class=\"sky-control-label sky-margin-inline-lg\"\n [for]=\"fruitInput.id\"\n >\n Fruit type\n </label>\n <select\n skyId\n [ngModel]=\"fruitType\"\n (ngModelChange)=\"fruitTypeChange($event)\"\n #fruitInput\n >\n <option value=\"any\">Any fruit</option>\n <option value=\"citrus\">Citrus</option>\n <option value=\"berry\">Berry</option>\n </select>\n </sky-filter-inline-item>\n <sky-filter-inline-item>\n <sky-checkbox\n [ngModel]=\"hideOrange\"\n (ngModelChange)=\"hideOrangeChange($event)\"\n >\n <sky-checkbox-label> Hide orange fruits </sky-checkbox-label>\n </sky-checkbox>\n </sky-filter-inline-item>\n </sky-filter-inline>\n</div>\n\n<sky-repeater expandMode=\"none\">\n <sky-repeater-item *ngFor=\"let item of filteredItems\">\n <sky-repeater-item-title>\n {{ item.name }}\n </sky-repeater-item-title>\n </sky-repeater-item>\n</sky-repeater>\n"
6763
+ },
6764
+ {
6765
+ "fileName": "filter-demo.component.ts",
6766
+ "filePath": "/projects/lists/documentation/code-examples/filter/inline/filter-demo.component.ts",
6767
+ "rawContents": "import { Component } from '@angular/core';\n\nimport { Filter } from './filter';\nimport { Fruit } from './fruit';\n\n@Component({\n selector: 'app-filter-demo',\n templateUrl: './filter-demo.component.html',\n})\nexport class FilterDemoComponent {\n public appliedFilters: Filter[] = [];\n\n public filteredItems: Fruit[];\n\n public filtersActive = false;\n\n public fruitType = 'any';\n\n public hideOrange = false;\n\n public items: Fruit[] = [\n {\n name: 'Orange',\n type: 'citrus',\n color: 'orange',\n },\n {\n name: 'Mango',\n type: 'other',\n color: 'orange',\n },\n {\n name: 'Lime',\n type: 'citrus',\n color: 'green',\n },\n {\n name: 'Strawberry',\n type: 'berry',\n color: 'red',\n },\n {\n name: 'Blueberry',\n type: 'berry',\n color: 'blue',\n },\n ];\n\n public showInlineFilters = false;\n\n constructor() {\n this.filteredItems = this.items.slice();\n }\n\n public filterButtonClicked(): void {\n this.showInlineFilters = !this.showInlineFilters;\n }\n\n public fruitTypeChange(newValue: string): void {\n this.fruitType = newValue;\n this.setFilterActiveState();\n }\n\n public hideOrangeChange(newValue: boolean): void {\n this.hideOrange = newValue;\n this.setFilterActiveState();\n }\n\n private setFilterActiveState(): void {\n this.appliedFilters = [];\n if (this.fruitType !== 'any') {\n this.appliedFilters.push({\n name: 'fruitType',\n value: this.fruitType,\n });\n }\n if (this.hideOrange) {\n this.appliedFilters.push({\n name: 'hideOrange',\n value: true,\n });\n }\n this.filtersActive = this.appliedFilters.length > 0;\n\n this.filteredItems = this.filterItems(this.items, this.appliedFilters);\n }\n\n private orangeFilterFailed(filter: Filter, item: Fruit): boolean {\n return (\n filter.name === 'hideOrange' && !!filter.value && item.color === 'orange'\n );\n }\n\n private fruitTypeFilterFailed(filter: Filter, item: Fruit): boolean {\n return (\n filter.name === 'fruitType' &&\n filter.value !== 'any' &&\n filter.value !== item.type\n );\n }\n\n private itemIsShown(filters: Filter[], item: Fruit): boolean {\n let passesFilter = true,\n j: number;\n\n for (j = 0; j < filters.length; j++) {\n if (this.orangeFilterFailed(filters[j], item)) {\n passesFilter = false;\n } else if (this.fruitTypeFilterFailed(filters[j], item)) {\n passesFilter = false;\n }\n }\n\n return passesFilter;\n }\n\n private filterItems(items: Fruit[], filters: Filter[]): Fruit[] {\n let i: number, passesFilter: boolean;\n const result: Fruit[] = [];\n\n for (i = 0; i < items.length; i++) {\n passesFilter = this.itemIsShown(filters, items[i]);\n if (passesFilter) {\n result.push(items[i]);\n }\n }\n\n return result;\n }\n}\n"
6768
+ },
6769
+ {
6770
+ "fileName": "filter-demo.module.ts",
6771
+ "filePath": "/projects/lists/documentation/code-examples/filter/inline/filter-demo.module.ts",
6772
+ "rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { FormsModule } from '@angular/forms';\nimport { SkyIdModule } from '@skyux/core';\nimport { SkyCheckboxModule } from '@skyux/forms';\nimport { SkyToolbarModule } from '@skyux/layout';\nimport { SkyFilterModule, SkyRepeaterModule } from '@skyux/lists';\n\nimport { FilterDemoComponent } from './filter-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n SkyCheckboxModule,\n SkyIdModule,\n SkyFilterModule,\n SkyRepeaterModule,\n SkyToolbarModule,\n ],\n declarations: [FilterDemoComponent],\n exports: [FilterDemoComponent],\n})\nexport class FilterDemoModule {}\n"
6773
+ },
6774
+ {
6775
+ "fileName": "filter.ts",
6776
+ "filePath": "/projects/lists/documentation/code-examples/filter/inline/filter.ts",
6777
+ "rawContents": "export interface Filter {\n name: string;\n value: string | boolean;\n}\n"
6778
+ },
6779
+ {
6780
+ "fileName": "fruit.ts",
6781
+ "filePath": "/projects/lists/documentation/code-examples/filter/inline/fruit.ts",
6782
+ "rawContents": "export interface Fruit {\n name: string;\n type: string;\n color: string;\n}\n"
6783
+ },
6784
+ {
6785
+ "fileName": "filter-demo-modal-context.ts",
6786
+ "filePath": "/projects/lists/documentation/code-examples/filter/modal/filter-demo-modal-context.ts",
6787
+ "rawContents": "import { Filter } from './filter';\n\nexport class FilterDemoModalContext {\n public appliedFilters: Filter[] = [];\n}\n"
6788
+ },
6789
+ {
6790
+ "fileName": "filter-demo-modal.component.html",
6791
+ "filePath": "/projects/lists/documentation/code-examples/filter/modal/filter-demo-modal.component.html",
6792
+ "rawContents": "<sky-modal>\n <sky-modal-header> Filter food preferences </sky-modal-header>\n <sky-modal-content>\n <label class=\"sky-control-label\" [for]=\"fruitInput.id\"> Fruit type </label>\n <select class=\"sky-form-control\" skyId [(ngModel)]=\"fruitType\" #fruitInput>\n <option value=\"any\">Any fruit</option>\n <option value=\"citrus\">Citrus</option>\n <option value=\"berry\">Berry</option>\n </select>\n <div style=\"margin-top: 15px\">\n <sky-checkbox [(ngModel)]=\"hideOrange\">\n <sky-checkbox-label> Hide orange fruits </sky-checkbox-label>\n </sky-checkbox>\n </div>\n </sky-modal-content>\n <sky-modal-footer>\n <button\n class=\"sky-btn sky-btn-primary\"\n type=\"button\"\n (click)=\"applyFilters()\"\n >\n Apply\n </button>\n <button\n class=\"sky-btn sky-btn-link\"\n type=\"button\"\n (click)=\"clearAllFilters()\"\n >\n Clear\n </button>\n <button class=\"sky-btn sky-btn-link\" type=\"button\" (click)=\"cancel()\">\n Cancel\n </button>\n </sky-modal-footer>\n</sky-modal>\n"
5315
6793
  },
5316
6794
  {
5317
6795
  "fileName": "filter-demo-modal.component.ts",
@@ -5381,22 +6859,27 @@
5381
6859
  {
5382
6860
  "fileName": "repeater-demo-item.ts",
5383
6861
  "filePath": "/projects/lists/documentation/code-examples/repeater/add-remove/repeater-demo-item.ts",
5384
- "rawContents": "export interface RepeaterDemoItem {\n title: string;\n note: string;\n status: string;\n}\n"
6862
+ "rawContents": "export interface RepeaterDemoItem {\n title: string;\n note: string;\n status: string;\n isSelected: boolean;\n}\n"
5385
6863
  },
5386
6864
  {
5387
6865
  "fileName": "repeater-demo.component.html",
5388
6866
  "filePath": "/projects/lists/documentation/code-examples/repeater/add-remove/repeater-demo.component.html",
5389
- "rawContents": "<div class=\"sky-margin-stacked-lg\">\n <sky-repeater\n [reorderable]=\"true\"\n (orderChange)=\"changeItems($event)\"\n [expandMode]=\"'single'\"\n >\n <sky-repeater-item *ngFor=\"let item of items\" [tag]=\"item.note\">\n <sky-repeater-item-title class=\"demo-repeater-flex\">\n <div class=\"demo-repeater-item-title sky-font-emphasized\">\n {{ item.title }}\n </div>\n <div>\n {{ item.status }}\n </div>\n </sky-repeater-item-title>\n <sky-repeater-item-context-menu>\n <sky-dropdown buttonType=\"context-menu\">\n <sky-dropdown-menu>\n <sky-dropdown-item>\n <button type=\"button\" (click)=\"onActionClicked('Action 1')\">\n Action 1\n </button>\n </sky-dropdown-item>\n <sky-dropdown-item>\n <button type=\"button\" (click)=\"onActionClicked('Action 2')\">\n Action 2\n </button>\n </sky-dropdown-item>\n </sky-dropdown-menu>\n </sky-dropdown>\n </sky-repeater-item-context-menu>\n <sky-repeater-item-content>\n {{ item.note }}\n </sky-repeater-item-content>\n </sky-repeater-item>\n </sky-repeater>\n</div>\n\n<button\n class=\"sky-btn sky-btn-default sky-margin-inline-sm\"\n (click)=\"addItem()\"\n>\n Add item\n</button>\n\n<button\n class=\"sky-btn sky-btn-default sky-margin-inline-sm\"\n (click)=\"removeItem()\"\n>\n Remove item\n</button>\n"
6867
+ "rawContents": "<div class=\"sky-margin-stacked-lg\">\n <sky-repeater\n [reorderable]=\"true\"\n (orderChange)=\"changeItems($event)\"\n [expandMode]=\"'single'\"\n data-sky-id=\"repeater-demo\"\n >\n <sky-repeater-item\n *ngFor=\"let item of items\"\n [tag]=\"item.note\"\n [selectable]=\"true\"\n [(isSelected)]=\"item.isSelected\"\n >\n <sky-repeater-item-title class=\"demo-repeater-flex\">\n <div class=\"demo-repeater-item-title sky-font-emphasized\">\n {{ item.title }}\n </div>\n <div>\n {{ item.status }}\n </div>\n </sky-repeater-item-title>\n <sky-repeater-item-context-menu>\n <sky-dropdown buttonType=\"context-menu\">\n <sky-dropdown-menu>\n <sky-dropdown-item>\n <button type=\"button\" (click)=\"onActionClicked('Action 1')\">\n Action 1\n </button>\n </sky-dropdown-item>\n <sky-dropdown-item>\n <button type=\"button\" (click)=\"onActionClicked('Action 2')\">\n Action 2\n </button>\n </sky-dropdown-item>\n </sky-dropdown-menu>\n </sky-dropdown>\n </sky-repeater-item-context-menu>\n <sky-repeater-item-content>\n {{ item.note }}\n </sky-repeater-item-content>\n </sky-repeater-item>\n </sky-repeater>\n</div>\n\n<button\n data-sky-id=\"add-button\"\n class=\"sky-btn sky-btn-default sky-margin-inline-sm\"\n (click)=\"addItem()\"\n>\n Add item\n</button>\n\n<button\n data-sky-id=\"remove-button\"\n class=\"sky-btn sky-btn-default sky-margin-inline-sm\"\n (click)=\"removeItems()\"\n>\n Remove selected items\n</button>\n"
5390
6868
  },
5391
6869
  {
5392
6870
  "fileName": "repeater-demo.component.scss",
5393
6871
  "filePath": "/projects/lists/documentation/code-examples/repeater/add-remove/repeater-demo.component.scss",
5394
6872
  "rawContents": ".demo-repeater-flex {\n display: flex;\n flex-wrap: wrap;\n\n .demo-repeater-item-title {\n flex-grow: 1;\n }\n}\n"
5395
6873
  },
6874
+ {
6875
+ "fileName": "repeater-demo.component.spec.ts",
6876
+ "filePath": "/projects/lists/documentation/code-examples/repeater/add-remove/repeater-demo.component.spec.ts",
6877
+ "rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { ComponentFixture, TestBed } from '@angular/core/testing';\nimport { NoopAnimationsModule } from '@angular/platform-browser/animations';\nimport {\n SkyRepeaterHarness,\n SkyRepeaterItemHarness,\n} from '@skyux/lists/testing';\n\nimport { RepeaterDemoComponent } from './repeater-demo.component';\nimport { RepeaterDemoModule } from './repeater-demo.module';\n\ndescribe('Repeater add remove demo', () => {\n async function setupTest(): Promise<{\n repeaterHarness: SkyRepeaterHarness | null;\n repeaterItems: SkyRepeaterItemHarness[] | null;\n fixture: ComponentFixture<RepeaterDemoComponent>;\n }> {\n const fixture = TestBed.createComponent(RepeaterDemoComponent);\n const loader = TestbedHarnessEnvironment.loader(fixture);\n\n const repeaterHarness = await loader.getHarness(\n SkyRepeaterHarness.with({ dataSkyId: 'repeater-demo' })\n );\n\n const repeaterItems = await repeaterHarness.getRepeaterItems();\n\n return { repeaterHarness, repeaterItems, fixture };\n }\n\n beforeEach(() => {\n TestBed.configureTestingModule({\n imports: [RepeaterDemoModule, NoopAnimationsModule],\n });\n });\n\n it('should allow items to be expanded and collapsed', async () => {\n const { repeaterItems } = await setupTest();\n let first = true;\n\n for (const item of repeaterItems!) {\n await expectAsync(item.isCollapsible()).toBeResolvedTo(true);\n // in single expand mode, the first item is expanded by default\n await expectAsync(item.isExpanded()).toBeResolvedTo(first ? true : false);\n first = false;\n await item.collapse();\n await expectAsync(item.isExpanded()).toBeResolvedTo(false);\n await item.expand();\n await expectAsync(item.isExpanded()).toBeResolvedTo(true);\n }\n });\n\n it('should allow items to be reordered', async () => {\n const { repeaterHarness } = await setupTest();\n\n const expectedContent = [\n {\n title: 'Call Robert Hernandez Completed',\n body: 'Robert recently gave a very generous gift. We should call him to thank him.',\n },\n {\n title: 'Send invitation to Spring Ball Past due',\n body: \"The Spring Ball is coming up soon. Let's get those invitations out!\",\n },\n {\n title: 'Assign prospects Due tomorrow',\n body: 'There are 14 new prospects who are not assigned to fundraisers.',\n },\n {\n title: 'Process gift receipts Due next week',\n body: 'There are 28 recent gifts that are not receipted.',\n },\n ];\n\n let repeaterItems = await repeaterHarness?.getRepeaterItems();\n expect(repeaterItems).toBeDefined();\n expect(repeaterItems?.length).toBe(expectedContent.length);\n\n if (repeaterItems) {\n for (const item of repeaterItems) {\n await expectAsync(item.isReorderable()).toBeResolvedTo(true);\n }\n\n await expectAsync(repeaterItems?.[1].getTitleText()).toBeResolvedTo(\n expectedContent[1].title\n );\n await repeaterItems?.[1].sendToTop();\n\n repeaterItems = await repeaterHarness?.getRepeaterItems();\n await expectAsync(repeaterItems?.[1].getTitleText()).toBeResolvedTo(\n expectedContent[0].title\n );\n }\n });\n\n it('should allow items to be added and removed', async () => {\n const { repeaterHarness, fixture } = await setupTest();\n\n let repeaterItems = await repeaterHarness?.getRepeaterItems();\n expect(repeaterItems).toBeDefined();\n expect(repeaterItems?.length).toBe(4);\n\n if (repeaterItems) {\n for (const item of repeaterItems) {\n await expectAsync(item.isSelectable()).toBeResolvedTo(true);\n }\n\n const addButton = fixture.nativeElement.querySelector(\n '[data-sky-id=\"add-button\"]'\n );\n const removeButton = fixture.nativeElement.querySelector(\n '[data-sky-id=\"remove-button\"]'\n );\n\n addButton.click();\n fixture.detectChanges();\n\n repeaterItems = await repeaterHarness?.getRepeaterItems();\n expect(repeaterItems).toBeDefined();\n expect(repeaterItems?.length).toBe(5);\n\n await expectAsync(repeaterItems?.[0].isSelected()).toBeResolvedTo(false);\n await repeaterItems?.[0].select();\n await expectAsync(repeaterItems?.[0].isSelected()).toBeResolvedTo(true);\n await expectAsync(repeaterItems?.[1].isSelected()).toBeResolvedTo(false);\n await repeaterItems?.[1].select();\n await expectAsync(repeaterItems?.[1].isSelected()).toBeResolvedTo(true);\n\n removeButton.click();\n fixture.detectChanges();\n\n repeaterItems = await repeaterHarness?.getRepeaterItems();\n expect(repeaterItems).toBeDefined();\n expect(repeaterItems?.length).toBe(3);\n }\n });\n});\n"
6878
+ },
5396
6879
  {
5397
6880
  "fileName": "repeater-demo.component.ts",
5398
6881
  "filePath": "/projects/lists/documentation/code-examples/repeater/add-remove/repeater-demo.component.ts",
5399
- "rawContents": "import { Component } from '@angular/core';\n\nimport { RepeaterDemoItem } from './repeater-demo-item';\n\nlet nextId = 0;\n\n@Component({\n selector: 'app-repeater-demo',\n templateUrl: './repeater-demo.component.html',\n styleUrls: ['./repeater-demo.component.scss'],\n})\nexport class RepeaterDemoComponent {\n public items: RepeaterDemoItem[] = [\n {\n title: 'Call Robert Hernandez',\n note: 'Robert recently gave a very generous gift. We should call him to thank him.',\n status: 'Completed',\n },\n {\n title: 'Send invitation to Spring Ball',\n note: \"The Spring Ball is coming up soon. Let's get those invitations out!\",\n status: 'Past due',\n },\n ];\n\n public addItem(): void {\n this.items.push({\n title: 'New reminder ' + ++nextId,\n note: 'This is a new reminder',\n status: 'Active',\n });\n }\n\n public changeItems(tags: RepeaterDemoItem[]): void {\n console.log('Tags in order ', tags);\n }\n\n public onActionClicked(buttonText: string): void {\n alert(buttonText + ' was clicked!');\n }\n\n public removeItem(): void {\n this.items.pop();\n }\n}\n"
6882
+ "rawContents": "import { Component } from '@angular/core';\n\nimport { RepeaterDemoItem } from './repeater-demo-item';\n\nlet nextId = 0;\n\n@Component({\n selector: 'app-repeater-demo',\n templateUrl: './repeater-demo.component.html',\n styleUrls: ['./repeater-demo.component.scss'],\n})\nexport class RepeaterDemoComponent {\n public items: RepeaterDemoItem[] = [\n {\n title: 'Call Robert Hernandez',\n note: 'Robert recently gave a very generous gift. We should call him to thank him.',\n status: 'Completed',\n isSelected: false,\n },\n {\n title: 'Send invitation to Spring Ball',\n note: \"The Spring Ball is coming up soon. Let's get those invitations out!\",\n status: 'Past due',\n isSelected: false,\n },\n {\n title: 'Assign prospects',\n note: 'There are 14 new prospects who are not assigned to fundraisers.',\n status: 'Due tomorrow',\n isSelected: false,\n },\n {\n title: 'Process gift receipts',\n note: 'There are 28 recent gifts that are not receipted.',\n status: 'Due next week',\n isSelected: false,\n },\n ];\n\n public addItem(): void {\n this.items.push({\n title: 'New reminder ' + ++nextId,\n note: 'This is a new reminder',\n status: 'Active',\n isSelected: false,\n });\n }\n\n public changeItems(tags: RepeaterDemoItem[]): void {\n console.log('Tags in order ', tags);\n }\n\n public onActionClicked(buttonText: string): void {\n alert(buttonText + ' was clicked!');\n }\n\n public removeItems(): void {\n this.items = this.items.filter((item) => !item.isSelected);\n }\n}\n"
5400
6883
  },
5401
6884
  {
5402
6885
  "fileName": "repeater-demo.module.ts",
@@ -5406,23 +6889,53 @@
5406
6889
  {
5407
6890
  "fileName": "repeater-demo.component.html",
5408
6891
  "filePath": "/projects/lists/documentation/code-examples/repeater/basic/repeater-demo.component.html",
5409
- "rawContents": "<sky-repeater>\n <sky-repeater-item *ngFor=\"let item of items\">\n <sky-repeater-item-title class=\"demo-repeater-flex\">\n <div class=\"demo-repeater-item-title sky-font-emphasized\">\n {{ item.title }}\n </div>\n <div>\n {{ item.status }}\n </div>\n </sky-repeater-item-title>\n <sky-repeater-item-context-menu>\n <sky-dropdown buttonType=\"context-menu\">\n <sky-dropdown-menu>\n <sky-dropdown-item>\n <button type=\"button\" (click)=\"onActionClicked('Action 1')\">\n Action 1\n </button>\n </sky-dropdown-item>\n <sky-dropdown-item>\n <button type=\"button\" (click)=\"onActionClicked('Action 2')\">\n Action 2\n </button>\n </sky-dropdown-item>\n </sky-dropdown-menu>\n </sky-dropdown>\n </sky-repeater-item-context-menu>\n <sky-repeater-item-content>\n {{ item.note }}\n </sky-repeater-item-content>\n </sky-repeater-item>\n</sky-repeater>\n"
6892
+ "rawContents": "<sky-repeater data-sky-id=\"repeater-demo\">\n <sky-repeater-item *ngFor=\"let item of items\">\n <sky-repeater-item-title class=\"demo-repeater-flex\">\n <div class=\"demo-repeater-item-title sky-font-emphasized\">\n {{ item.title }}\n </div>\n <div>\n {{ item.status }}\n </div>\n </sky-repeater-item-title>\n <sky-repeater-item-context-menu>\n <sky-dropdown buttonType=\"context-menu\">\n <sky-dropdown-menu>\n <sky-dropdown-item>\n <button type=\"button\" (click)=\"onActionClicked('Action 1')\">\n Action 1\n </button>\n </sky-dropdown-item>\n <sky-dropdown-item>\n <button type=\"button\" (click)=\"onActionClicked('Action 2')\">\n Action 2\n </button>\n </sky-dropdown-item>\n </sky-dropdown-menu>\n </sky-dropdown>\n </sky-repeater-item-context-menu>\n <sky-repeater-item-content>\n {{ item.note }}\n </sky-repeater-item-content>\n </sky-repeater-item>\n</sky-repeater>\n"
5410
6893
  },
5411
6894
  {
5412
6895
  "fileName": "repeater-demo.component.scss",
5413
6896
  "filePath": "/projects/lists/documentation/code-examples/repeater/basic/repeater-demo.component.scss",
5414
6897
  "rawContents": ".demo-repeater-flex {\n display: flex;\n flex-wrap: wrap;\n\n .demo-repeater-item-title {\n flex-grow: 1;\n }\n}\n"
5415
6898
  },
6899
+ {
6900
+ "fileName": "repeater-demo.component.spec.ts",
6901
+ "filePath": "/projects/lists/documentation/code-examples/repeater/basic/repeater-demo.component.spec.ts",
6902
+ "rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { ComponentFixture, TestBed } from '@angular/core/testing';\nimport { NoopAnimationsModule } from '@angular/platform-browser/animations';\nimport {\n SkyRepeaterHarness,\n SkyRepeaterItemHarness,\n} from '@skyux/lists/testing';\n\nimport { RepeaterDemoComponent } from './repeater-demo.component';\nimport { RepeaterDemoModule } from './repeater-demo.module';\n\ndescribe('Repeater basic demo', () => {\n async function setupTest(): Promise<{\n repeaterHarness: SkyRepeaterHarness | null;\n repeaterItems: SkyRepeaterItemHarness[] | null;\n fixture: ComponentFixture<RepeaterDemoComponent>;\n }> {\n const fixture = TestBed.createComponent(RepeaterDemoComponent);\n const loader = TestbedHarnessEnvironment.loader(fixture);\n\n const repeaterHarness = await loader.getHarness(\n SkyRepeaterHarness.with({ dataSkyId: 'repeater-demo' })\n );\n\n const repeaterItems = await repeaterHarness.getRepeaterItems();\n\n return { repeaterHarness, repeaterItems, fixture };\n }\n\n beforeEach(() => {\n TestBed.configureTestingModule({\n imports: [RepeaterDemoModule, NoopAnimationsModule],\n });\n });\n\n it('should display the repeater item contents', async () => {\n const { repeaterItems } = await setupTest();\n\n const expectedContent = [\n {\n title: 'Call Robert Hernandez Completed',\n body: 'Robert recently gave a very generous gift. We should call him to thank him.',\n },\n {\n title: 'Send invitation to Spring Ball Past due',\n body: \"The Spring Ball is coming up soon. Let's get those invitations out!\",\n },\n {\n title: 'Assign prospects Due tomorrow',\n body: 'There are 14 new prospects who are not assigned to fundraisers.',\n },\n {\n title: 'Process gift receipts Due next week',\n body: 'There are 28 recent gifts that are not receipted.',\n },\n ];\n\n expect(repeaterItems?.length).toBe(expectedContent.length);\n\n if (repeaterItems) {\n for (let i = 0; i < repeaterItems.length; i++) {\n await expectAsync(repeaterItems[i].getTitleText()).toBeResolvedTo(\n expectedContent[i].title\n );\n await expectAsync(repeaterItems[i].getContentText()).toBeResolvedTo(\n expectedContent[i].body\n );\n }\n }\n });\n});\n"
6903
+ },
5416
6904
  {
5417
6905
  "fileName": "repeater-demo.component.ts",
5418
6906
  "filePath": "/projects/lists/documentation/code-examples/repeater/basic/repeater-demo.component.ts",
5419
- "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-repeater-demo',\n templateUrl: './repeater-demo.component.html',\n styleUrls: ['./repeater-demo.component.scss'],\n})\nexport class RepeaterDemoComponent {\n public items: any[] = [\n {\n title: 'Call Robert Hernandez',\n note: 'Robert recently gave a very generous gift. We should call him to thank him.',\n status: 'Completed',\n },\n {\n title: 'Send invitation to Spring Ball',\n note: \"The Spring Ball is coming up soon. Let's get those invitations out!\",\n status: 'Past due',\n },\n ];\n\n public onActionClicked(buttonText: string): void {\n alert(buttonText + ' was clicked!');\n }\n}\n"
6907
+ "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-repeater-demo',\n templateUrl: './repeater-demo.component.html',\n styleUrls: ['./repeater-demo.component.scss'],\n})\nexport class RepeaterDemoComponent {\n public items: any[] = [\n {\n title: 'Call Robert Hernandez',\n note: 'Robert recently gave a very generous gift. We should call him to thank him.',\n status: 'Completed',\n },\n {\n title: 'Send invitation to Spring Ball',\n note: \"The Spring Ball is coming up soon. Let's get those invitations out!\",\n status: 'Past due',\n },\n {\n title: 'Assign prospects',\n note: 'There are 14 new prospects who are not assigned to fundraisers.',\n status: 'Due tomorrow',\n },\n {\n title: 'Process gift receipts',\n note: 'There are 28 recent gifts that are not receipted.',\n status: 'Due next week',\n },\n ];\n\n public onActionClicked(buttonText: string): void {\n alert(buttonText + ' was clicked!');\n }\n}\n"
5420
6908
  },
5421
6909
  {
5422
6910
  "fileName": "repeater-demo.module.ts",
5423
6911
  "filePath": "/projects/lists/documentation/code-examples/repeater/basic/repeater-demo.module.ts",
5424
6912
  "rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkyRepeaterModule } from '@skyux/lists';\nimport { SkyDropdownModule } from '@skyux/popovers';\n\nimport { RepeaterDemoComponent } from './repeater-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyDropdownModule, SkyRepeaterModule],\n declarations: [RepeaterDemoComponent],\n exports: [RepeaterDemoComponent],\n})\nexport class RepeaterDemoModule {}\n"
5425
6913
  },
6914
+ {
6915
+ "fileName": "repeater-demo-item.ts",
6916
+ "filePath": "/projects/lists/documentation/code-examples/repeater/inline-form/repeater-demo-item.ts",
6917
+ "rawContents": "export interface RepeaterDemoItem {\n id: string;\n title: string | undefined;\n note: string | undefined;\n}\n"
6918
+ },
6919
+ {
6920
+ "fileName": "repeater-demo.component.html",
6921
+ "filePath": "/projects/lists/documentation/code-examples/repeater/inline-form/repeater-demo.component.html",
6922
+ "rawContents": "<sky-repeater>\n <sky-repeater-item\n *ngFor=\"let item of items\"\n [inlineFormConfig]=\"inlineFormConfig\"\n [inlineFormTemplate]=\"inlineFormTemplate\"\n [showInlineForm]=\"activeInlineFormId === item.id\"\n (inlineFormClose)=\"onInlineFormClose($event)\"\n >\n <sky-repeater-item-title>\n <div class=\"sky-font-emphasized\">\n {{ item.title }}\n </div>\n </sky-repeater-item-title>\n <sky-repeater-item-context-menu>\n <button\n aria-label=\"Edit\"\n class=\"sky-btn sky-btn-icon-borderless\"\n type=\"button\"\n (click)=\"showInlineForm(item)\"\n >\n <sky-icon *skyThemeIf=\"'default'\" icon=\"pencil\"></sky-icon>\n <sky-icon\n *skyThemeIf=\"'modern'\"\n icon=\"edit\"\n iconType=\"skyux\"\n ></sky-icon>\n </button>\n </sky-repeater-item-context-menu>\n\n <sky-repeater-item-content>\n {{ item.note }}\n </sky-repeater-item-content>\n </sky-repeater-item>\n</sky-repeater>\n\n<ng-template #inlineFormTemplate>\n <form novalidate [formGroup]=\"myForm\">\n <div class=\"sky-form-group\">\n <sky-input-box>\n <label class=\"sky-control-label\" [for]=\"myTitle.id\"> Title </label>\n <input\n class=\"sky-form-control\"\n formControlName=\"title\"\n skyId\n type=\"text\"\n #myTitle=\"skyId\"\n />\n </sky-input-box>\n </div>\n <div class=\"sky-form-group\">\n <sky-input-box>\n <label class=\"sky-control-label\" [for]=\"myNote.id\"> Note </label>\n <input\n class=\"sky-form-control\"\n formControlName=\"note\"\n skyId\n type=\"text\"\n #myNote=\"skyId\"\n />\n </sky-input-box>\n </div>\n </form>\n</ng-template>\n"
6923
+ },
6924
+ {
6925
+ "fileName": "repeater-demo.component.scss",
6926
+ "filePath": "/projects/lists/documentation/code-examples/repeater/inline-form/repeater-demo.component.scss",
6927
+ "rawContents": ".demo-repeater-flex {\n display: flex;\n align-items: center;\n}\n"
6928
+ },
6929
+ {
6930
+ "fileName": "repeater-demo.component.ts",
6931
+ "filePath": "/projects/lists/documentation/code-examples/repeater/inline-form/repeater-demo.component.ts",
6932
+ "rawContents": "import { Component } from '@angular/core';\nimport { FormBuilder, FormControl, FormGroup } from '@angular/forms';\nimport {\n SkyInlineFormButtonLayout,\n SkyInlineFormCloseArgs,\n SkyInlineFormConfig,\n} from '@skyux/inline-form';\n\nimport { RepeaterDemoItem } from './repeater-demo-item';\n\n@Component({\n selector: 'app-repeater-demo',\n templateUrl: './repeater-demo.component.html',\n styleUrls: ['./repeater-demo.component.scss'],\n})\nexport class RepeaterDemoComponent {\n public activeInlineFormId: string | undefined;\n\n public inlineFormConfig: SkyInlineFormConfig = {\n buttonLayout: SkyInlineFormButtonLayout.SaveCancel,\n };\n\n public items: RepeaterDemoItem[] = [\n {\n id: '1',\n title: '2019 Spring Gala',\n note: 'Gala for friends and family',\n },\n {\n id: '2',\n title: '2019 Special Winter Event',\n note: 'A special event',\n },\n {\n id: '3',\n title: '2019 Donor Appreciation Event',\n note: 'Event for all donors and families',\n },\n {\n id: '4',\n title: '2020 Spring Gala',\n note: 'Gala for friends and family',\n },\n ];\n\n public myForm: FormGroup;\n\n constructor(formBuilder: FormBuilder) {\n this.myForm = formBuilder.group({\n id: new FormControl(),\n title: new FormControl(),\n note: new FormControl(),\n });\n }\n\n public showInlineForm(item: RepeaterDemoItem): void {\n this.activeInlineFormId = item.id;\n this.myForm.patchValue({\n note: item.note,\n title: item.title,\n });\n }\n\n public onInlineFormClose(args: SkyInlineFormCloseArgs): void {\n if (args.reason === 'save') {\n const found = this.items.find(\n (item) => item.id === this.activeInlineFormId\n );\n if (found) {\n found.note = this.myForm.get('note')?.value;\n found.title = this.myForm.get('title')?.value;\n }\n }\n\n this.myForm.patchValue({\n note: undefined,\n title: undefined,\n });\n\n // Close the active form.\n this.activeInlineFormId = undefined;\n }\n}\n"
6933
+ },
6934
+ {
6935
+ "fileName": "repeater-demo.module.ts",
6936
+ "filePath": "/projects/lists/documentation/code-examples/repeater/inline-form/repeater-demo.module.ts",
6937
+ "rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { SkyIdModule } from '@skyux/core';\nimport { SkyInputBoxModule } from '@skyux/forms';\nimport { SkyIconModule } from '@skyux/indicators';\nimport { SkyInlineFormModule } from '@skyux/inline-form';\nimport { SkyRepeaterModule } from '@skyux/lists';\nimport { SkyThemeModule } from '@skyux/theme';\n\nimport { RepeaterDemoComponent } from './repeater-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ReactiveFormsModule,\n SkyIconModule,\n SkyIdModule,\n SkyInlineFormModule,\n SkyInputBoxModule,\n SkyRepeaterModule,\n SkyThemeModule,\n ],\n exports: [RepeaterDemoComponent],\n declarations: [RepeaterDemoComponent],\n})\nexport class RepeaterDemoModule {}\n"
6938
+ },
5426
6939
  {
5427
6940
  "fileName": "repeater-demo-item.ts",
5428
6941
  "filePath": "/projects/lists/documentation/code-examples/sort/basic/repeater-demo-item.ts",