@skyux/lists 5.0.2 → 5.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/bundles/skyux-lists-testing.umd.js +26 -39
  2. package/bundles/skyux-lists.umd.js +184 -205
  3. package/documentation.json +402 -363
  4. package/esm2015/modules/filter/filter-button.component.js +6 -6
  5. package/esm2015/modules/filter/filter-inline-item.component.js +5 -5
  6. package/esm2015/modules/filter/filter-inline.component.js +5 -5
  7. package/esm2015/modules/filter/filter-summary-item.component.js +6 -6
  8. package/esm2015/modules/filter/filter-summary.component.js +5 -5
  9. package/esm2015/modules/filter/filter.module.js +10 -10
  10. package/esm2015/modules/infinite-scroll/infinite-scroll-dom-adapter.service.js +11 -12
  11. package/esm2015/modules/infinite-scroll/infinite-scroll.component.js +10 -12
  12. package/esm2015/modules/infinite-scroll/infinite-scroll.module.js +8 -22
  13. package/esm2015/modules/paging/paging.component.js +9 -10
  14. package/esm2015/modules/paging/paging.module.js +9 -13
  15. package/esm2015/modules/repeater/repeater-adapter.service.js +4 -4
  16. package/esm2015/modules/repeater/repeater-item-content.component.js +5 -5
  17. package/esm2015/modules/repeater/repeater-item-context-menu.component.js +5 -5
  18. package/esm2015/modules/repeater/repeater-item-title.component.js +5 -5
  19. package/esm2015/modules/repeater/repeater-item.component.js +21 -14
  20. package/esm2015/modules/repeater/repeater.component.js +18 -17
  21. package/esm2015/modules/repeater/repeater.module.js +10 -10
  22. package/esm2015/modules/repeater/repeater.service.js +5 -5
  23. package/esm2015/modules/shared/sky-lists-resources.module.js +6 -6
  24. package/esm2015/modules/sort/sort-item.component.js +10 -9
  25. package/esm2015/modules/sort/sort-menu-heading.component.js +5 -5
  26. package/esm2015/modules/sort/sort.component.js +8 -12
  27. package/esm2015/modules/sort/sort.module.js +10 -14
  28. package/esm2015/modules/sort/sort.service.js +4 -4
  29. package/esm2015/testing/filter/filter-fixture-button.js +2 -2
  30. package/esm2015/testing/filter/filter-fixture-summary.js +1 -1
  31. package/esm2015/testing/filter/filter-testing.module.js +6 -8
  32. package/esm2015/testing/infinite-scroll/infinite-scroll-fixture.js +1 -1
  33. package/esm2015/testing/infinite-scroll/infinite-scroll-testing.module.js +6 -8
  34. package/esm2015/testing/paging/paging-fixture.js +2 -2
  35. package/esm2015/testing/paging/paging-testing.module.js +6 -8
  36. package/esm2015/testing/sort/sort-fixture.js +5 -6
  37. package/esm2015/testing/sort/sort-testing.module.js +7 -13
  38. package/fesm2015/skyux-lists-testing.js +27 -40
  39. package/fesm2015/skyux-lists-testing.js.map +1 -1
  40. package/fesm2015/skyux-lists.js +167 -188
  41. package/fesm2015/skyux-lists.js.map +1 -1
  42. package/modules/repeater/repeater-item.component.d.ts +8 -1
  43. package/package.json +12 -12
  44. package/bundles/skyux-lists-testing.umd.js.map +0 -1
  45. package/bundles/skyux-lists.umd.js.map +0 -1
@@ -29,7 +29,7 @@
29
29
  "originalName": "",
30
30
  "children": [
31
31
  {
32
- "id": 280,
32
+ "id": 281,
33
33
  "name": "SkyFilterModule",
34
34
  "kind": 128,
35
35
  "kindString": "Class",
@@ -42,27 +42,27 @@
42
42
  "name": "NgModule"
43
43
  },
44
44
  "arguments": {
45
- "obj": "{\n declarations: [\n SkyFilterButtonComponent,\n SkyFilterInlineComponent,\n SkyFilterInlineItemComponent,\n SkyFilterSummaryComponent,\n SkyFilterSummaryItemComponent\n ],\n imports: [\n CommonModule,\n SkyIconModule,\n SkyListsResourcesModule,\n SkyTokensModule,\n SkyThemeModule\n ],\n exports: [\n SkyFilterButtonComponent,\n SkyFilterInlineComponent,\n SkyFilterInlineItemComponent,\n SkyFilterSummaryComponent,\n SkyFilterSummaryItemComponent\n ]\n}"
45
+ "obj": "{\n declarations: [\n SkyFilterButtonComponent,\n SkyFilterInlineComponent,\n SkyFilterInlineItemComponent,\n SkyFilterSummaryComponent,\n SkyFilterSummaryItemComponent,\n ],\n imports: [\n CommonModule,\n SkyIconModule,\n SkyListsResourcesModule,\n SkyTokensModule,\n SkyThemeModule,\n ],\n exports: [\n SkyFilterButtonComponent,\n SkyFilterInlineComponent,\n SkyFilterInlineItemComponent,\n SkyFilterSummaryComponent,\n SkyFilterSummaryItemComponent,\n ],\n}"
46
46
  }
47
47
  }
48
48
  ],
49
49
  "children": [
50
50
  {
51
- "id": 281,
51
+ "id": 282,
52
52
  "name": "constructor",
53
53
  "kind": 512,
54
54
  "kindString": "Constructor",
55
55
  "flags": {},
56
56
  "signatures": [
57
57
  {
58
- "id": 282,
58
+ "id": 283,
59
59
  "name": "new SkyFilterModule",
60
60
  "kind": 16384,
61
61
  "kindString": "Constructor signature",
62
62
  "flags": {},
63
63
  "type": {
64
64
  "type": "reference",
65
- "id": 280,
65
+ "id": 281,
66
66
  "name": "SkyFilterModule"
67
67
  }
68
68
  }
@@ -74,20 +74,20 @@
74
74
  "title": "Constructors",
75
75
  "kind": 512,
76
76
  "children": [
77
- 281
77
+ 282
78
78
  ]
79
79
  }
80
80
  ],
81
81
  "sources": [
82
82
  {
83
83
  "fileName": "projects/lists/src/modules/filter/filter.module.ts",
84
- "line": 65,
84
+ "line": 44,
85
85
  "character": 13
86
86
  }
87
87
  ]
88
88
  },
89
89
  {
90
- "id": 283,
90
+ "id": 284,
91
91
  "name": "SkyInfiniteScrollModule",
92
92
  "kind": 128,
93
93
  "kindString": "Class",
@@ -100,27 +100,27 @@
100
100
  "name": "NgModule"
101
101
  },
102
102
  "arguments": {
103
- "obj": "{\n declarations: [\n SkyInfiniteScrollComponent\n ],\n imports: [\n CommonModule,\n SkyListsResourcesModule,\n SkyWaitModule\n ],\n exports: [\n SkyInfiniteScrollComponent\n ]\n}"
103
+ "obj": "{\n declarations: [SkyInfiniteScrollComponent],\n imports: [CommonModule, SkyListsResourcesModule, SkyWaitModule],\n exports: [SkyInfiniteScrollComponent],\n}"
104
104
  }
105
105
  }
106
106
  ],
107
107
  "children": [
108
108
  {
109
- "id": 284,
109
+ "id": 285,
110
110
  "name": "constructor",
111
111
  "kind": 512,
112
112
  "kindString": "Constructor",
113
113
  "flags": {},
114
114
  "signatures": [
115
115
  {
116
- "id": 285,
116
+ "id": 286,
117
117
  "name": "new SkyInfiniteScrollModule",
118
118
  "kind": 16384,
119
119
  "kindString": "Constructor signature",
120
120
  "flags": {},
121
121
  "type": {
122
122
  "type": "reference",
123
- "id": 283,
123
+ "id": 284,
124
124
  "name": "SkyInfiniteScrollModule"
125
125
  }
126
126
  }
@@ -132,20 +132,20 @@
132
132
  "title": "Constructors",
133
133
  "kind": 512,
134
134
  "children": [
135
- 284
135
+ 285
136
136
  ]
137
137
  }
138
138
  ],
139
139
  "sources": [
140
140
  {
141
141
  "fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.module.ts",
142
- "line": 34,
142
+ "line": 16,
143
143
  "character": 13
144
144
  }
145
145
  ]
146
146
  },
147
147
  {
148
- "id": 286,
148
+ "id": 287,
149
149
  "name": "SkyPagingModule",
150
150
  "kind": 128,
151
151
  "kindString": "Class",
@@ -158,27 +158,27 @@
158
158
  "name": "NgModule"
159
159
  },
160
160
  "arguments": {
161
- "obj": "{\n declarations: [\n SkyPagingComponent\n ],\n imports: [\n CommonModule,\n SkyIconModule,\n SkyListsResourcesModule,\n SkyThemeModule\n ],\n exports: [\n SkyPagingComponent\n ]\n}"
161
+ "obj": "{\n declarations: [SkyPagingComponent],\n imports: [\n CommonModule,\n SkyIconModule,\n SkyListsResourcesModule,\n SkyThemeModule,\n ],\n exports: [SkyPagingComponent],\n}"
162
162
  }
163
163
  }
164
164
  ],
165
165
  "children": [
166
166
  {
167
- "id": 287,
167
+ "id": 288,
168
168
  "name": "constructor",
169
169
  "kind": 512,
170
170
  "kindString": "Constructor",
171
171
  "flags": {},
172
172
  "signatures": [
173
173
  {
174
- "id": 288,
174
+ "id": 289,
175
175
  "name": "new SkyPagingModule",
176
176
  "kind": 16384,
177
177
  "kindString": "Constructor signature",
178
178
  "flags": {},
179
179
  "type": {
180
180
  "type": "reference",
181
- "id": 286,
181
+ "id": 287,
182
182
  "name": "SkyPagingModule"
183
183
  }
184
184
  }
@@ -190,20 +190,20 @@
190
190
  "title": "Constructors",
191
191
  "kind": 512,
192
192
  "children": [
193
- 287
193
+ 288
194
194
  ]
195
195
  }
196
196
  ],
197
197
  "sources": [
198
198
  {
199
199
  "fileName": "projects/lists/src/modules/paging/paging.module.ts",
200
- "line": 39,
200
+ "line": 23,
201
201
  "character": 13
202
202
  }
203
203
  ]
204
204
  },
205
205
  {
206
- "id": 289,
206
+ "id": 290,
207
207
  "name": "SkyRepeaterModule",
208
208
  "kind": 128,
209
209
  "kindString": "Class",
@@ -216,27 +216,27 @@
216
216
  "name": "NgModule"
217
217
  },
218
218
  "arguments": {
219
- "obj": "{\n declarations: [\n SkyRepeaterComponent,\n SkyRepeaterItemComponent,\n SkyRepeaterItemContentComponent,\n SkyRepeaterItemContextMenuComponent,\n SkyRepeaterItemTitleComponent\n ],\n imports: [\n CommonModule,\n DragulaModule,\n SkyChevronModule,\n SkyCheckboxModule,\n SkyIconModule,\n SkyInlineFormModule,\n SkyListsResourcesModule\n ],\n exports: [\n SkyRepeaterComponent,\n SkyRepeaterItemComponent,\n SkyRepeaterItemContentComponent,\n SkyRepeaterItemContextMenuComponent,\n SkyRepeaterItemTitleComponent\n ]\n}"
219
+ "obj": "{\n declarations: [\n SkyRepeaterComponent,\n SkyRepeaterItemComponent,\n SkyRepeaterItemContentComponent,\n SkyRepeaterItemContextMenuComponent,\n SkyRepeaterItemTitleComponent,\n ],\n imports: [\n CommonModule,\n DragulaModule,\n SkyChevronModule,\n SkyCheckboxModule,\n SkyIconModule,\n SkyInlineFormModule,\n SkyListsResourcesModule,\n ],\n exports: [\n SkyRepeaterComponent,\n SkyRepeaterItemComponent,\n SkyRepeaterItemContentComponent,\n SkyRepeaterItemContextMenuComponent,\n SkyRepeaterItemTitleComponent,\n ],\n}"
220
220
  }
221
221
  }
222
222
  ],
223
223
  "children": [
224
224
  {
225
- "id": 290,
225
+ "id": 291,
226
226
  "name": "constructor",
227
227
  "kind": 512,
228
228
  "kindString": "Constructor",
229
229
  "flags": {},
230
230
  "signatures": [
231
231
  {
232
- "id": 291,
232
+ "id": 292,
233
233
  "name": "new SkyRepeaterModule",
234
234
  "kind": 16384,
235
235
  "kindString": "Constructor signature",
236
236
  "flags": {},
237
237
  "type": {
238
238
  "type": "reference",
239
- "id": 289,
239
+ "id": 290,
240
240
  "name": "SkyRepeaterModule"
241
241
  }
242
242
  }
@@ -248,20 +248,20 @@
248
248
  "title": "Constructors",
249
249
  "kind": 512,
250
250
  "children": [
251
- 290
251
+ 291
252
252
  ]
253
253
  }
254
254
  ],
255
255
  "sources": [
256
256
  {
257
257
  "fileName": "projects/lists/src/modules/repeater/repeater.module.ts",
258
- "line": 75,
258
+ "line": 50,
259
259
  "character": 13
260
260
  }
261
261
  ]
262
262
  },
263
263
  {
264
- "id": 292,
264
+ "id": 293,
265
265
  "name": "SkySortModule",
266
266
  "kind": 128,
267
267
  "kindString": "Class",
@@ -274,27 +274,27 @@
274
274
  "name": "NgModule"
275
275
  },
276
276
  "arguments": {
277
- "obj": "{\n declarations: [\n SkySortComponent,\n SkySortItemComponent,\n SkySortMenuHeadingComponent\n ],\n imports: [\n CommonModule,\n SkyDropdownModule,\n SkyIconModule,\n SkyIdModule,\n SkyListsResourcesModule,\n SkyThemeModule\n ],\n exports: [\n SkySortComponent,\n SkySortItemComponent\n ]\n}"
277
+ "obj": "{\n declarations: [\n SkySortComponent,\n SkySortItemComponent,\n SkySortMenuHeadingComponent,\n ],\n imports: [\n CommonModule,\n SkyDropdownModule,\n SkyIconModule,\n SkyIdModule,\n SkyListsResourcesModule,\n SkyThemeModule,\n ],\n exports: [SkySortComponent, SkySortItemComponent],\n}"
278
278
  }
279
279
  }
280
280
  ],
281
281
  "children": [
282
282
  {
283
- "id": 293,
283
+ "id": 294,
284
284
  "name": "constructor",
285
285
  "kind": 512,
286
286
  "kindString": "Constructor",
287
287
  "flags": {},
288
288
  "signatures": [
289
289
  {
290
- "id": 294,
290
+ "id": 295,
291
291
  "name": "new SkySortModule",
292
292
  "kind": 16384,
293
293
  "kindString": "Constructor signature",
294
294
  "flags": {},
295
295
  "type": {
296
296
  "type": "reference",
297
- "id": 292,
297
+ "id": 293,
298
298
  "name": "SkySortModule"
299
299
  }
300
300
  }
@@ -306,14 +306,14 @@
306
306
  "title": "Constructors",
307
307
  "kind": 512,
308
308
  "children": [
309
- 293
309
+ 294
310
310
  ]
311
311
  }
312
312
  ],
313
313
  "sources": [
314
314
  {
315
315
  "fileName": "projects/lists/src/modules/sort/sort.module.ts",
316
- "line": 60,
316
+ "line": 37,
317
317
  "character": 13
318
318
  }
319
319
  ]
@@ -332,7 +332,7 @@
332
332
  "name": "Component"
333
333
  },
334
334
  "arguments": {
335
- "obj": "{\n selector: 'sky-filter-button',\n styleUrls: ['./filter-button.component.scss'],\n templateUrl: './filter-button.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush\n}"
335
+ "obj": "{\n selector: 'sky-filter-button',\n styleUrls: ['./filter-button.component.scss'],\n templateUrl: './filter-button.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
336
336
  }
337
337
  }
338
338
  ],
@@ -382,7 +382,7 @@
382
382
  "sources": [
383
383
  {
384
384
  "fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
385
- "line": 54,
385
+ "line": 53,
386
386
  "character": 9
387
387
  }
388
388
  ],
@@ -416,7 +416,7 @@
416
416
  "sources": [
417
417
  {
418
418
  "fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
419
- "line": 38,
419
+ "line": 37,
420
420
  "character": 9
421
421
  }
422
422
  ],
@@ -449,7 +449,7 @@
449
449
  "sources": [
450
450
  {
451
451
  "fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
452
- "line": 46,
452
+ "line": 45,
453
453
  "character": 9
454
454
  }
455
455
  ],
@@ -482,7 +482,7 @@
482
482
  "sources": [
483
483
  {
484
484
  "fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
485
- "line": 60,
485
+ "line": 59,
486
486
  "character": 9
487
487
  }
488
488
  ],
@@ -516,7 +516,7 @@
516
516
  "sources": [
517
517
  {
518
518
  "fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
519
- "line": 72,
519
+ "line": 71,
520
520
  "character": 9
521
521
  }
522
522
  ],
@@ -556,7 +556,7 @@
556
556
  "sources": [
557
557
  {
558
558
  "fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
559
- "line": 66,
559
+ "line": 65,
560
560
  "character": 9
561
561
  }
562
562
  ],
@@ -587,7 +587,7 @@
587
587
  "sources": [
588
588
  {
589
589
  "fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
590
- "line": 24,
590
+ "line": 23,
591
591
  "character": 13
592
592
  }
593
593
  ],
@@ -648,7 +648,7 @@
648
648
  "sources": [
649
649
  {
650
650
  "fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
651
- "line": 76,
651
+ "line": 75,
652
652
  "character": 9
653
653
  }
654
654
  ],
@@ -727,7 +727,7 @@
727
727
  "name": "Component"
728
728
  },
729
729
  "arguments": {
730
- "obj": "{\n selector: 'sky-repeater-item',\n styleUrls: ['./repeater-item.component.scss'],\n templateUrl: './repeater-item.component.html',\n animations: [skyAnimationSlide],\n encapsulation: ViewEncapsulation.None\n}"
730
+ "obj": "{\n selector: 'sky-repeater-item',\n styleUrls: ['./repeater-item.component.scss'],\n templateUrl: './repeater-item.component.html',\n animations: [skyAnimationSlide],\n encapsulation: ViewEncapsulation.None,\n}"
731
731
  }
732
732
  }
733
733
  ],
@@ -741,7 +741,7 @@
741
741
  "sources": [
742
742
  {
743
743
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
744
- "line": 250,
744
+ "line": 241,
745
745
  "character": 2
746
746
  }
747
747
  ],
@@ -824,7 +824,7 @@
824
824
  ]
825
825
  },
826
826
  {
827
- "id": 127,
827
+ "id": 128,
828
828
  "name": "collapse",
829
829
  "kind": 1024,
830
830
  "kindString": "Property",
@@ -847,7 +847,7 @@
847
847
  "sources": [
848
848
  {
849
849
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
850
- "line": 153,
850
+ "line": 144,
851
851
  "character": 9
852
852
  }
853
853
  ],
@@ -864,7 +864,7 @@
864
864
  "defaultValue": "..."
865
865
  },
866
866
  {
867
- "id": 132,
867
+ "id": 133,
868
868
  "name": "contentId",
869
869
  "kind": 1024,
870
870
  "kindString": "Property",
@@ -874,7 +874,7 @@
874
874
  "sources": [
875
875
  {
876
876
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
877
- "line": 177,
877
+ "line": 168,
878
878
  "character": 9
879
879
  }
880
880
  ],
@@ -885,7 +885,7 @@
885
885
  "defaultValue": "..."
886
886
  },
887
887
  {
888
- "id": 131,
888
+ "id": 132,
889
889
  "name": "contextMenu",
890
890
  "kind": 1024,
891
891
  "kindString": "Property",
@@ -908,7 +908,7 @@
908
908
  "sources": [
909
909
  {
910
910
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
911
- "line": 175,
911
+ "line": 166,
912
912
  "character": 9
913
913
  }
914
914
  ],
@@ -924,7 +924,7 @@
924
924
  }
925
925
  },
926
926
  {
927
- "id": 128,
927
+ "id": 129,
928
928
  "name": "expand",
929
929
  "kind": 1024,
930
930
  "kindString": "Property",
@@ -947,7 +947,7 @@
947
947
  "sources": [
948
948
  {
949
949
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
950
- "line": 159,
950
+ "line": 150,
951
951
  "character": 9
952
952
  }
953
953
  ],
@@ -964,7 +964,7 @@
964
964
  "defaultValue": "..."
965
965
  },
966
966
  {
967
- "id": 133,
967
+ "id": 134,
968
968
  "name": "hasItemContent",
969
969
  "kind": 1024,
970
970
  "kindString": "Property",
@@ -974,7 +974,7 @@
974
974
  "sources": [
975
975
  {
976
976
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
977
- "line": 179,
977
+ "line": 170,
978
978
  "character": 9
979
979
  }
980
980
  ],
@@ -985,7 +985,7 @@
985
985
  "defaultValue": "false"
986
986
  },
987
987
  {
988
- "id": 129,
988
+ "id": 130,
989
989
  "name": "inlineFormClose",
990
990
  "kind": 1024,
991
991
  "kindString": "Property",
@@ -1008,7 +1008,7 @@
1008
1008
  "sources": [
1009
1009
  {
1010
1010
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1011
- "line": 166,
1011
+ "line": 157,
1012
1012
  "character": 9
1013
1013
  }
1014
1014
  ],
@@ -1025,7 +1025,7 @@
1025
1025
  "defaultValue": "..."
1026
1026
  },
1027
1027
  {
1028
- "id": 113,
1028
+ "id": 114,
1029
1029
  "name": "inlineFormConfig",
1030
1030
  "kind": 1024,
1031
1031
  "kindString": "Property",
@@ -1048,7 +1048,7 @@
1048
1048
  "sources": [
1049
1049
  {
1050
1050
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1051
- "line": 82,
1051
+ "line": 73,
1052
1052
  "character": 9
1053
1053
  }
1054
1054
  ],
@@ -1058,7 +1058,7 @@
1058
1058
  }
1059
1059
  },
1060
1060
  {
1061
- "id": 114,
1061
+ "id": 115,
1062
1062
  "name": "inlineFormTemplate",
1063
1063
  "kind": 1024,
1064
1064
  "kindString": "Property",
@@ -1081,7 +1081,7 @@
1081
1081
  "sources": [
1082
1082
  {
1083
1083
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1084
- "line": 89,
1084
+ "line": 80,
1085
1085
  "character": 9
1086
1086
  }
1087
1087
  ],
@@ -1097,7 +1097,7 @@
1097
1097
  }
1098
1098
  },
1099
1099
  {
1100
- "id": 134,
1100
+ "id": 135,
1101
1101
  "name": "isActive",
1102
1102
  "kind": 1024,
1103
1103
  "kindString": "Property",
@@ -1107,7 +1107,7 @@
1107
1107
  "sources": [
1108
1108
  {
1109
1109
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1110
- "line": 181,
1110
+ "line": 172,
1111
1111
  "character": 9
1112
1112
  }
1113
1113
  ],
@@ -1118,7 +1118,7 @@
1118
1118
  "defaultValue": "false"
1119
1119
  },
1120
1120
  {
1121
- "id": 130,
1121
+ "id": 131,
1122
1122
  "name": "isSelectedChange",
1123
1123
  "kind": 1024,
1124
1124
  "kindString": "Property",
@@ -1141,7 +1141,7 @@
1141
1141
  "sources": [
1142
1142
  {
1143
1143
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1144
- "line": 172,
1144
+ "line": 163,
1145
1145
  "character": 9
1146
1146
  }
1147
1147
  ],
@@ -1158,7 +1158,40 @@
1158
1158
  "defaultValue": "..."
1159
1159
  },
1160
1160
  {
1161
- "id": 139,
1161
+ "id": 113,
1162
+ "name": "itemName",
1163
+ "kind": 1024,
1164
+ "kindString": "Property",
1165
+ "flags": {
1166
+ "isPublic": true
1167
+ },
1168
+ "comment": {
1169
+ "shortText": "Specifies a human-readable name for the repeater item that is available for multiple purposes,\nsuch as accessibility and instrumentation. For example, the component uses the name to\nconstruct ARIA labels for the repeater item controls\nto [support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility)."
1170
+ },
1171
+ "decorators": [
1172
+ {
1173
+ "name": "Input",
1174
+ "type": {
1175
+ "type": "reference",
1176
+ "name": "Input"
1177
+ },
1178
+ "arguments": {}
1179
+ }
1180
+ ],
1181
+ "sources": [
1182
+ {
1183
+ "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1184
+ "line": 65,
1185
+ "character": 9
1186
+ }
1187
+ ],
1188
+ "type": {
1189
+ "type": "intrinsic",
1190
+ "name": "string"
1191
+ }
1192
+ },
1193
+ {
1194
+ "id": 140,
1162
1195
  "name": "keyboardReorderingEnabled",
1163
1196
  "kind": 1024,
1164
1197
  "kindString": "Property",
@@ -1168,7 +1201,7 @@
1168
1201
  "sources": [
1169
1202
  {
1170
1203
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1171
- "line": 200,
1204
+ "line": 191,
1172
1205
  "character": 9
1173
1206
  }
1174
1207
  ],
@@ -1179,7 +1212,7 @@
1179
1212
  "defaultValue": "false"
1180
1213
  },
1181
1214
  {
1182
- "id": 140,
1215
+ "id": 141,
1183
1216
  "name": "reorderButtonLabel",
1184
1217
  "kind": 1024,
1185
1218
  "kindString": "Property",
@@ -1189,7 +1222,7 @@
1189
1222
  "sources": [
1190
1223
  {
1191
1224
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1192
- "line": 202,
1225
+ "line": 193,
1193
1226
  "character": 9
1194
1227
  }
1195
1228
  ],
@@ -1199,7 +1232,7 @@
1199
1232
  }
1200
1233
  },
1201
1234
  {
1202
- "id": 141,
1235
+ "id": 142,
1203
1236
  "name": "reorderState",
1204
1237
  "kind": 1024,
1205
1238
  "kindString": "Property",
@@ -1209,7 +1242,7 @@
1209
1242
  "sources": [
1210
1243
  {
1211
1244
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1212
- "line": 204,
1245
+ "line": 195,
1213
1246
  "character": 9
1214
1247
  }
1215
1248
  ],
@@ -1219,7 +1252,7 @@
1219
1252
  }
1220
1253
  },
1221
1254
  {
1222
- "id": 123,
1255
+ "id": 124,
1223
1256
  "name": "reorderable",
1224
1257
  "kind": 1024,
1225
1258
  "kindString": "Property",
@@ -1242,7 +1275,7 @@
1242
1275
  "sources": [
1243
1276
  {
1244
1277
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1245
- "line": 126,
1278
+ "line": 117,
1246
1279
  "character": 9
1247
1280
  }
1248
1281
  ],
@@ -1253,7 +1286,7 @@
1253
1286
  "defaultValue": "false"
1254
1287
  },
1255
1288
  {
1256
- "id": 124,
1289
+ "id": 125,
1257
1290
  "name": "selectable",
1258
1291
  "kind": 1024,
1259
1292
  "kindString": "Property",
@@ -1276,7 +1309,7 @@
1276
1309
  "sources": [
1277
1310
  {
1278
1311
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1279
- "line": 132,
1312
+ "line": 123,
1280
1313
  "character": 9
1281
1314
  }
1282
1315
  ],
@@ -1287,7 +1320,7 @@
1287
1320
  "defaultValue": "false"
1288
1321
  },
1289
1322
  {
1290
- "id": 125,
1323
+ "id": 126,
1291
1324
  "name": "showInlineForm",
1292
1325
  "kind": 1024,
1293
1326
  "kindString": "Property",
@@ -1310,7 +1343,7 @@
1310
1343
  "sources": [
1311
1344
  {
1312
1345
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1313
- "line": 139,
1346
+ "line": 130,
1314
1347
  "character": 9
1315
1348
  }
1316
1349
  ],
@@ -1321,7 +1354,7 @@
1321
1354
  "defaultValue": "false"
1322
1355
  },
1323
1356
  {
1324
- "id": 142,
1357
+ "id": 143,
1325
1358
  "name": "slideDirection",
1326
1359
  "kind": 1024,
1327
1360
  "kindString": "Property",
@@ -1331,7 +1364,7 @@
1331
1364
  "sources": [
1332
1365
  {
1333
1366
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1334
- "line": 206,
1367
+ "line": 197,
1335
1368
  "character": 9
1336
1369
  }
1337
1370
  ],
@@ -1341,7 +1374,7 @@
1341
1374
  }
1342
1375
  },
1343
1376
  {
1344
- "id": 126,
1377
+ "id": 127,
1345
1378
  "name": "tag",
1346
1379
  "kind": 1024,
1347
1380
  "kindString": "Property",
@@ -1364,7 +1397,7 @@
1364
1397
  "sources": [
1365
1398
  {
1366
1399
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1367
- "line": 147,
1400
+ "line": 138,
1368
1401
  "character": 9
1369
1402
  }
1370
1403
  ],
@@ -1374,7 +1407,7 @@
1374
1407
  }
1375
1408
  },
1376
1409
  {
1377
- "id": 135,
1410
+ "id": 136,
1378
1411
  "name": "isCollapsible",
1379
1412
  "kind": 262144,
1380
1413
  "kindString": "Accessor",
@@ -1384,13 +1417,13 @@
1384
1417
  "sources": [
1385
1418
  {
1386
1419
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1387
- "line": 183,
1420
+ "line": 174,
1388
1421
  "character": 13
1389
1422
  }
1390
1423
  ],
1391
1424
  "getSignature": [
1392
1425
  {
1393
- "id": 136,
1426
+ "id": 137,
1394
1427
  "name": "isCollapsible",
1395
1428
  "kind": 524288,
1396
1429
  "kindString": "Get signature",
@@ -1403,14 +1436,14 @@
1403
1436
  ],
1404
1437
  "setSignature": [
1405
1438
  {
1406
- "id": 137,
1439
+ "id": 138,
1407
1440
  "name": "isCollapsible",
1408
1441
  "kind": 1048576,
1409
1442
  "kindString": "Set signature",
1410
1443
  "flags": {},
1411
1444
  "parameters": [
1412
1445
  {
1413
- "id": 138,
1446
+ "id": 139,
1414
1447
  "name": "value",
1415
1448
  "kind": 32768,
1416
1449
  "kindString": "Parameter",
@@ -1429,7 +1462,7 @@
1429
1462
  ]
1430
1463
  },
1431
1464
  {
1432
- "id": 115,
1465
+ "id": 116,
1433
1466
  "name": "isExpanded",
1434
1467
  "kind": 262144,
1435
1468
  "kindString": "Accessor",
@@ -1449,13 +1482,13 @@
1449
1482
  "sources": [
1450
1483
  {
1451
1484
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1452
- "line": 96,
1485
+ "line": 87,
1453
1486
  "character": 13
1454
1487
  }
1455
1488
  ],
1456
1489
  "getSignature": [
1457
1490
  {
1458
- "id": 116,
1491
+ "id": 117,
1459
1492
  "name": "isExpanded",
1460
1493
  "kind": 524288,
1461
1494
  "kindString": "Get signature",
@@ -1471,7 +1504,7 @@
1471
1504
  ],
1472
1505
  "setSignature": [
1473
1506
  {
1474
- "id": 117,
1507
+ "id": 118,
1475
1508
  "name": "isExpanded",
1476
1509
  "kind": 1048576,
1477
1510
  "kindString": "Set signature",
@@ -1487,7 +1520,7 @@
1487
1520
  },
1488
1521
  "parameters": [
1489
1522
  {
1490
- "id": 118,
1523
+ "id": 119,
1491
1524
  "name": "value",
1492
1525
  "kind": 32768,
1493
1526
  "kindString": "Parameter",
@@ -1506,7 +1539,7 @@
1506
1539
  ]
1507
1540
  },
1508
1541
  {
1509
- "id": 119,
1542
+ "id": 120,
1510
1543
  "name": "isSelected",
1511
1544
  "kind": 262144,
1512
1545
  "kindString": "Accessor",
@@ -1526,13 +1559,13 @@
1526
1559
  "sources": [
1527
1560
  {
1528
1561
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1529
- "line": 110,
1562
+ "line": 101,
1530
1563
  "character": 13
1531
1564
  }
1532
1565
  ],
1533
1566
  "getSignature": [
1534
1567
  {
1535
- "id": 120,
1568
+ "id": 121,
1536
1569
  "name": "isSelected",
1537
1570
  "kind": 524288,
1538
1571
  "kindString": "Get signature",
@@ -1548,7 +1581,7 @@
1548
1581
  ],
1549
1582
  "setSignature": [
1550
1583
  {
1551
- "id": 121,
1584
+ "id": 122,
1552
1585
  "name": "isSelected",
1553
1586
  "kind": 1048576,
1554
1587
  "kindString": "Set signature",
@@ -1564,7 +1597,7 @@
1564
1597
  },
1565
1598
  "parameters": [
1566
1599
  {
1567
- "id": 122,
1600
+ "id": 123,
1568
1601
  "name": "value",
1569
1602
  "kind": 32768,
1570
1603
  "kindString": "Parameter",
@@ -1583,7 +1616,7 @@
1583
1616
  ]
1584
1617
  },
1585
1618
  {
1586
- "id": 143,
1619
+ "id": 144,
1587
1620
  "name": "repeaterGroupClass",
1588
1621
  "kind": 262144,
1589
1622
  "kindString": "Accessor",
@@ -1603,13 +1636,13 @@
1603
1636
  "sources": [
1604
1637
  {
1605
1638
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1606
- "line": 209,
1639
+ "line": 200,
1607
1640
  "character": 6
1608
1641
  }
1609
1642
  ],
1610
1643
  "getSignature": [
1611
1644
  {
1612
- "id": 144,
1645
+ "id": 145,
1613
1646
  "name": "repeaterGroupClass",
1614
1647
  "kind": 524288,
1615
1648
  "kindString": "Get signature",
@@ -1622,7 +1655,7 @@
1622
1655
  ]
1623
1656
  },
1624
1657
  {
1625
- "id": 169,
1658
+ "id": 170,
1626
1659
  "name": "chevronDirectionChange",
1627
1660
  "kind": 2048,
1628
1661
  "kindString": "Method",
@@ -1632,20 +1665,20 @@
1632
1665
  "sources": [
1633
1666
  {
1634
1667
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1635
- "line": 314,
1668
+ "line": 304,
1636
1669
  "character": 9
1637
1670
  }
1638
1671
  ],
1639
1672
  "signatures": [
1640
1673
  {
1641
- "id": 170,
1674
+ "id": 171,
1642
1675
  "name": "chevronDirectionChange",
1643
1676
  "kind": 4096,
1644
1677
  "kindString": "Call signature",
1645
1678
  "flags": {},
1646
1679
  "parameters": [
1647
1680
  {
1648
- "id": 171,
1681
+ "id": 172,
1649
1682
  "name": "direction",
1650
1683
  "kind": 32768,
1651
1684
  "kindString": "Parameter",
@@ -1664,7 +1697,7 @@
1664
1697
  ]
1665
1698
  },
1666
1699
  {
1667
- "id": 167,
1700
+ "id": 168,
1668
1701
  "name": "headerClick",
1669
1702
  "kind": 2048,
1670
1703
  "kindString": "Method",
@@ -1674,13 +1707,13 @@
1674
1707
  "sources": [
1675
1708
  {
1676
1709
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1677
- "line": 308,
1710
+ "line": 298,
1678
1711
  "character": 9
1679
1712
  }
1680
1713
  ],
1681
1714
  "signatures": [
1682
1715
  {
1683
- "id": 168,
1716
+ "id": 169,
1684
1717
  "name": "headerClick",
1685
1718
  "kind": 4096,
1686
1719
  "kindString": "Call signature",
@@ -1693,7 +1726,7 @@
1693
1726
  ]
1694
1727
  },
1695
1728
  {
1696
- "id": 185,
1729
+ "id": 186,
1697
1730
  "name": "moveToTop",
1698
1731
  "kind": 2048,
1699
1732
  "kindString": "Method",
@@ -1703,20 +1736,20 @@
1703
1736
  "sources": [
1704
1737
  {
1705
1738
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1706
- "line": 358,
1739
+ "line": 350,
1707
1740
  "character": 9
1708
1741
  }
1709
1742
  ],
1710
1743
  "signatures": [
1711
1744
  {
1712
- "id": 186,
1745
+ "id": 187,
1713
1746
  "name": "moveToTop",
1714
1747
  "kind": 4096,
1715
1748
  "kindString": "Call signature",
1716
1749
  "flags": {},
1717
1750
  "parameters": [
1718
1751
  {
1719
- "id": 187,
1752
+ "id": 188,
1720
1753
  "name": "event",
1721
1754
  "kind": 32768,
1722
1755
  "kindString": "Parameter",
@@ -1735,7 +1768,7 @@
1735
1768
  ]
1736
1769
  },
1737
1770
  {
1738
- "id": 163,
1771
+ "id": 164,
1739
1772
  "name": "ngAfterViewInit",
1740
1773
  "kind": 2048,
1741
1774
  "kindString": "Method",
@@ -1745,13 +1778,13 @@
1745
1778
  "sources": [
1746
1779
  {
1747
1780
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1748
- "line": 291,
1781
+ "line": 281,
1749
1782
  "character": 9
1750
1783
  }
1751
1784
  ],
1752
1785
  "signatures": [
1753
1786
  {
1754
- "id": 164,
1787
+ "id": 165,
1755
1788
  "name": "ngAfterViewInit",
1756
1789
  "kind": 4096,
1757
1790
  "kindString": "Call signature",
@@ -1772,7 +1805,7 @@
1772
1805
  }
1773
1806
  },
1774
1807
  {
1775
- "id": 165,
1808
+ "id": 166,
1776
1809
  "name": "ngOnDestroy",
1777
1810
  "kind": 2048,
1778
1811
  "kindString": "Method",
@@ -1782,13 +1815,13 @@
1782
1815
  "sources": [
1783
1816
  {
1784
1817
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1785
- "line": 296,
1818
+ "line": 286,
1786
1819
  "character": 9
1787
1820
  }
1788
1821
  ],
1789
1822
  "signatures": [
1790
1823
  {
1791
- "id": 166,
1824
+ "id": 167,
1792
1825
  "name": "ngOnDestroy",
1793
1826
  "kind": 4096,
1794
1827
  "kindString": "Call signature",
@@ -1809,7 +1842,7 @@
1809
1842
  }
1810
1843
  },
1811
1844
  {
1812
- "id": 161,
1845
+ "id": 162,
1813
1846
  "name": "ngOnInit",
1814
1847
  "kind": 2048,
1815
1848
  "kindString": "Method",
@@ -1819,13 +1852,13 @@
1819
1852
  "sources": [
1820
1853
  {
1821
1854
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1822
- "line": 278,
1855
+ "line": 268,
1823
1856
  "character": 9
1824
1857
  }
1825
1858
  ],
1826
1859
  "signatures": [
1827
1860
  {
1828
- "id": 162,
1861
+ "id": 163,
1829
1862
  "name": "ngOnInit",
1830
1863
  "kind": 4096,
1831
1864
  "kindString": "Call signature",
@@ -1846,7 +1879,7 @@
1846
1879
  }
1847
1880
  },
1848
1881
  {
1849
- "id": 179,
1882
+ "id": 180,
1850
1883
  "name": "onCheckboxChange",
1851
1884
  "kind": 2048,
1852
1885
  "kindString": "Method",
@@ -1856,20 +1889,20 @@
1856
1889
  "sources": [
1857
1890
  {
1858
1891
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1859
- "line": 350,
1892
+ "line": 342,
1860
1893
  "character": 9
1861
1894
  }
1862
1895
  ],
1863
1896
  "signatures": [
1864
1897
  {
1865
- "id": 180,
1898
+ "id": 181,
1866
1899
  "name": "onCheckboxChange",
1867
1900
  "kind": 4096,
1868
1901
  "kindString": "Call signature",
1869
1902
  "flags": {},
1870
1903
  "parameters": [
1871
1904
  {
1872
- "id": 181,
1905
+ "id": 182,
1873
1906
  "name": "value",
1874
1907
  "kind": 32768,
1875
1908
  "kindString": "Parameter",
@@ -1888,7 +1921,7 @@
1888
1921
  ]
1889
1922
  },
1890
1923
  {
1891
- "id": 182,
1924
+ "id": 183,
1892
1925
  "name": "onInlineFormClose",
1893
1926
  "kind": 2048,
1894
1927
  "kindString": "Method",
@@ -1898,20 +1931,20 @@
1898
1931
  "sources": [
1899
1932
  {
1900
1933
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1901
- "line": 354,
1934
+ "line": 346,
1902
1935
  "character": 9
1903
1936
  }
1904
1937
  ],
1905
1938
  "signatures": [
1906
1939
  {
1907
- "id": 183,
1940
+ "id": 184,
1908
1941
  "name": "onInlineFormClose",
1909
1942
  "kind": 4096,
1910
1943
  "kindString": "Call signature",
1911
1944
  "flags": {},
1912
1945
  "parameters": [
1913
1946
  {
1914
- "id": 184,
1947
+ "id": 185,
1915
1948
  "name": "inlineFormCloseArgs",
1916
1949
  "kind": 32768,
1917
1950
  "kindString": "Parameter",
@@ -1930,7 +1963,7 @@
1930
1963
  ]
1931
1964
  },
1932
1965
  {
1933
- "id": 194,
1966
+ "id": 195,
1934
1967
  "name": "onItemKeyDown",
1935
1968
  "kind": 2048,
1936
1969
  "kindString": "Method",
@@ -1940,20 +1973,20 @@
1940
1973
  "sources": [
1941
1974
  {
1942
1975
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1943
- "line": 430,
1976
+ "line": 423,
1944
1977
  "character": 9
1945
1978
  }
1946
1979
  ],
1947
1980
  "signatures": [
1948
1981
  {
1949
- "id": 195,
1982
+ "id": 196,
1950
1983
  "name": "onItemKeyDown",
1951
1984
  "kind": 4096,
1952
1985
  "kindString": "Call signature",
1953
1986
  "flags": {},
1954
1987
  "parameters": [
1955
1988
  {
1956
- "id": 196,
1989
+ "id": 197,
1957
1990
  "name": "event",
1958
1991
  "kind": 32768,
1959
1992
  "kindString": "Parameter",
@@ -1972,7 +2005,7 @@
1972
2005
  ]
1973
2006
  },
1974
2007
  {
1975
- "id": 191,
2008
+ "id": 192,
1976
2009
  "name": "onReorderHandleBlur",
1977
2010
  "kind": 2048,
1978
2011
  "kindString": "Method",
@@ -1982,20 +2015,20 @@
1982
2015
  "sources": [
1983
2016
  {
1984
2017
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1985
- "line": 423,
2018
+ "line": 416,
1986
2019
  "character": 9
1987
2020
  }
1988
2021
  ],
1989
2022
  "signatures": [
1990
2023
  {
1991
- "id": 192,
2024
+ "id": 193,
1992
2025
  "name": "onReorderHandleBlur",
1993
2026
  "kind": 4096,
1994
2027
  "kindString": "Call signature",
1995
2028
  "flags": {},
1996
2029
  "parameters": [
1997
2030
  {
1998
- "id": 193,
2031
+ "id": 194,
1999
2032
  "name": "event",
2000
2033
  "kind": 32768,
2001
2034
  "kindString": "Parameter",
@@ -2014,7 +2047,7 @@
2014
2047
  ]
2015
2048
  },
2016
2049
  {
2017
- "id": 188,
2050
+ "id": 189,
2018
2051
  "name": "onReorderHandleKeyDown",
2019
2052
  "kind": 2048,
2020
2053
  "kindString": "Method",
@@ -2024,20 +2057,20 @@
2024
2057
  "sources": [
2025
2058
  {
2026
2059
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
2027
- "line": 365,
2060
+ "line": 357,
2028
2061
  "character": 9
2029
2062
  }
2030
2063
  ],
2031
2064
  "signatures": [
2032
2065
  {
2033
- "id": 189,
2066
+ "id": 190,
2034
2067
  "name": "onReorderHandleKeyDown",
2035
2068
  "kind": 4096,
2036
2069
  "kindString": "Call signature",
2037
2070
  "flags": {},
2038
2071
  "parameters": [
2039
2072
  {
2040
- "id": 190,
2073
+ "id": 191,
2041
2074
  "name": "event",
2042
2075
  "kind": 32768,
2043
2076
  "kindString": "Parameter",
@@ -2056,7 +2089,7 @@
2056
2089
  ]
2057
2090
  },
2058
2091
  {
2059
- "id": 172,
2092
+ "id": 173,
2060
2093
  "name": "onRepeaterItemClick",
2061
2094
  "kind": 2048,
2062
2095
  "kindString": "Method",
@@ -2066,20 +2099,20 @@
2066
2099
  "sources": [
2067
2100
  {
2068
2101
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
2069
- "line": 318,
2102
+ "line": 308,
2070
2103
  "character": 9
2071
2104
  }
2072
2105
  ],
2073
2106
  "signatures": [
2074
2107
  {
2075
- "id": 173,
2108
+ "id": 174,
2076
2109
  "name": "onRepeaterItemClick",
2077
2110
  "kind": 4096,
2078
2111
  "kindString": "Call signature",
2079
2112
  "flags": {},
2080
2113
  "parameters": [
2081
2114
  {
2082
- "id": 174,
2115
+ "id": 175,
2083
2116
  "name": "event",
2084
2117
  "kind": 32768,
2085
2118
  "kindString": "Parameter",
@@ -2098,7 +2131,7 @@
2098
2131
  ]
2099
2132
  },
2100
2133
  {
2101
- "id": 175,
2134
+ "id": 176,
2102
2135
  "name": "updateForExpanded",
2103
2136
  "kind": 2048,
2104
2137
  "kindString": "Method",
@@ -2108,20 +2141,20 @@
2108
2141
  "sources": [
2109
2142
  {
2110
2143
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
2111
- "line": 329,
2144
+ "line": 321,
2112
2145
  "character": 9
2113
2146
  }
2114
2147
  ],
2115
2148
  "signatures": [
2116
2149
  {
2117
- "id": 176,
2150
+ "id": 177,
2118
2151
  "name": "updateForExpanded",
2119
2152
  "kind": 4096,
2120
2153
  "kindString": "Call signature",
2121
2154
  "flags": {},
2122
2155
  "parameters": [
2123
2156
  {
2124
- "id": 177,
2157
+ "id": 178,
2125
2158
  "name": "value",
2126
2159
  "kind": 32768,
2127
2160
  "kindString": "Parameter",
@@ -2132,7 +2165,7 @@
2132
2165
  }
2133
2166
  },
2134
2167
  {
2135
- "id": 178,
2168
+ "id": 179,
2136
2169
  "name": "animate",
2137
2170
  "kind": 32768,
2138
2171
  "kindString": "Parameter",
@@ -2163,60 +2196,61 @@
2163
2196
  "title": "Properties",
2164
2197
  "kind": 1024,
2165
2198
  "children": [
2166
- 127,
2167
- 132,
2168
- 131,
2169
2199
  128,
2170
2200
  133,
2201
+ 132,
2171
2202
  129,
2172
- 113,
2173
- 114,
2174
2203
  134,
2175
2204
  130,
2176
- 139,
2205
+ 114,
2206
+ 115,
2207
+ 135,
2208
+ 131,
2209
+ 113,
2177
2210
  140,
2178
2211
  141,
2179
- 123,
2212
+ 142,
2180
2213
  124,
2181
2214
  125,
2182
- 142,
2183
- 126
2215
+ 126,
2216
+ 143,
2217
+ 127
2184
2218
  ]
2185
2219
  },
2186
2220
  {
2187
2221
  "title": "Accessors",
2188
2222
  "kind": 262144,
2189
2223
  "children": [
2190
- 135,
2191
- 115,
2192
- 119,
2193
- 143
2224
+ 136,
2225
+ 116,
2226
+ 120,
2227
+ 144
2194
2228
  ]
2195
2229
  },
2196
2230
  {
2197
2231
  "title": "Methods",
2198
2232
  "kind": 2048,
2199
2233
  "children": [
2200
- 169,
2201
- 167,
2202
- 185,
2203
- 163,
2204
- 165,
2205
- 161,
2206
- 179,
2207
- 182,
2208
- 194,
2209
- 191,
2210
- 188,
2211
- 172,
2212
- 175
2234
+ 170,
2235
+ 168,
2236
+ 186,
2237
+ 164,
2238
+ 166,
2239
+ 162,
2240
+ 180,
2241
+ 183,
2242
+ 195,
2243
+ 192,
2244
+ 189,
2245
+ 173,
2246
+ 176
2213
2247
  ]
2214
2248
  }
2215
2249
  ],
2216
2250
  "sources": [
2217
2251
  {
2218
2252
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
2219
- "line": 74,
2253
+ "line": 55,
2220
2254
  "character": 13
2221
2255
  }
2222
2256
  ],
@@ -2236,7 +2270,7 @@
2236
2270
  ]
2237
2271
  },
2238
2272
  {
2239
- "id": 210,
2273
+ "id": 211,
2240
2274
  "name": "SkyRepeaterComponent",
2241
2275
  "kind": 128,
2242
2276
  "kindString": "Class",
@@ -2252,13 +2286,13 @@
2252
2286
  "name": "Component"
2253
2287
  },
2254
2288
  "arguments": {
2255
- "obj": "{\n selector: 'sky-repeater',\n styleUrls: ['./repeater.component.scss'],\n templateUrl: './repeater.component.html',\n providers: [SkyRepeaterService, SkyRepeaterAdapterService],\n changeDetection: ChangeDetectionStrategy.OnPush\n}"
2289
+ "obj": "{\n selector: 'sky-repeater',\n styleUrls: ['./repeater.component.scss'],\n templateUrl: './repeater.component.html',\n providers: [SkyRepeaterService, SkyRepeaterAdapterService],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
2256
2290
  }
2257
2291
  }
2258
2292
  ],
2259
2293
  "children": [
2260
2294
  {
2261
- "id": 211,
2295
+ "id": 212,
2262
2296
  "name": "constructor",
2263
2297
  "kind": 512,
2264
2298
  "kindString": "Constructor",
@@ -2266,20 +2300,20 @@
2266
2300
  "sources": [
2267
2301
  {
2268
2302
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
2269
- "line": 136,
2303
+ "line": 125,
2270
2304
  "character": 2
2271
2305
  }
2272
2306
  ],
2273
2307
  "signatures": [
2274
2308
  {
2275
- "id": 212,
2309
+ "id": 213,
2276
2310
  "name": "SkyRepeaterComponent",
2277
2311
  "kind": 16384,
2278
2312
  "kindString": "Constructor signature",
2279
2313
  "flags": {},
2280
2314
  "parameters": [
2281
2315
  {
2282
- "id": 213,
2316
+ "id": 214,
2283
2317
  "name": "changeDetector",
2284
2318
  "kind": 32768,
2285
2319
  "kindString": "Parameter",
@@ -2290,7 +2324,7 @@
2290
2324
  }
2291
2325
  },
2292
2326
  {
2293
- "id": 214,
2327
+ "id": 215,
2294
2328
  "name": "repeaterService",
2295
2329
  "kind": 32768,
2296
2330
  "kindString": "Parameter",
@@ -2301,7 +2335,7 @@
2301
2335
  }
2302
2336
  },
2303
2337
  {
2304
- "id": 215,
2338
+ "id": 216,
2305
2339
  "name": "adapterService",
2306
2340
  "kind": 32768,
2307
2341
  "kindString": "Parameter",
@@ -2312,7 +2346,7 @@
2312
2346
  }
2313
2347
  },
2314
2348
  {
2315
- "id": 216,
2349
+ "id": 217,
2316
2350
  "name": "dragulaService",
2317
2351
  "kind": 32768,
2318
2352
  "kindString": "Parameter",
@@ -2323,7 +2357,7 @@
2323
2357
  }
2324
2358
  },
2325
2359
  {
2326
- "id": 217,
2360
+ "id": 218,
2327
2361
  "name": "elementRef",
2328
2362
  "kind": 32768,
2329
2363
  "kindString": "Parameter",
@@ -2340,7 +2374,7 @@
2340
2374
  }
2341
2375
  },
2342
2376
  {
2343
- "id": 218,
2377
+ "id": 219,
2344
2378
  "name": "renderer",
2345
2379
  "kind": 32768,
2346
2380
  "kindString": "Parameter",
@@ -2353,14 +2387,14 @@
2353
2387
  ],
2354
2388
  "type": {
2355
2389
  "type": "reference",
2356
- "id": 210,
2390
+ "id": 211,
2357
2391
  "name": "SkyRepeaterComponent"
2358
2392
  }
2359
2393
  }
2360
2394
  ]
2361
2395
  },
2362
2396
  {
2363
- "id": 219,
2397
+ "id": 220,
2364
2398
  "name": "activeIndex",
2365
2399
  "kind": 1024,
2366
2400
  "kindString": "Property",
@@ -2383,7 +2417,7 @@
2383
2417
  "sources": [
2384
2418
  {
2385
2419
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
2386
- "line": 63,
2420
+ "line": 52,
2387
2421
  "character": 9
2388
2422
  }
2389
2423
  ],
@@ -2393,7 +2427,7 @@
2393
2427
  }
2394
2428
  },
2395
2429
  {
2396
- "id": 226,
2430
+ "id": 227,
2397
2431
  "name": "activeIndexChange",
2398
2432
  "kind": 1024,
2399
2433
  "kindString": "Property",
@@ -2416,7 +2450,7 @@
2416
2450
  "sources": [
2417
2451
  {
2418
2452
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
2419
- "line": 116,
2453
+ "line": 105,
2420
2454
  "character": 9
2421
2455
  }
2422
2456
  ],
@@ -2433,7 +2467,7 @@
2433
2467
  "defaultValue": "..."
2434
2468
  },
2435
2469
  {
2436
- "id": 220,
2470
+ "id": 221,
2437
2471
  "name": "ariaLabel",
2438
2472
  "kind": 1024,
2439
2473
  "kindString": "Property",
@@ -2462,7 +2496,7 @@
2462
2496
  "sources": [
2463
2497
  {
2464
2498
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
2465
- "line": 72,
2499
+ "line": 61,
2466
2500
  "character": 9
2467
2501
  }
2468
2502
  ],
@@ -2472,7 +2506,7 @@
2472
2506
  }
2473
2507
  },
2474
2508
  {
2475
- "id": 229,
2509
+ "id": 230,
2476
2510
  "name": "dragulaGroupName",
2477
2511
  "kind": 1024,
2478
2512
  "kindString": "Property",
@@ -2482,7 +2516,7 @@
2482
2516
  "sources": [
2483
2517
  {
2484
2518
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
2485
- "line": 128,
2519
+ "line": 117,
2486
2520
  "character": 9
2487
2521
  }
2488
2522
  ],
@@ -2492,7 +2526,7 @@
2492
2526
  }
2493
2527
  },
2494
2528
  {
2495
- "id": 228,
2529
+ "id": 229,
2496
2530
  "name": "items",
2497
2531
  "kind": 1024,
2498
2532
  "kindString": "Property",
@@ -2514,7 +2548,7 @@
2514
2548
  "sources": [
2515
2549
  {
2516
2550
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
2517
- "line": 126,
2551
+ "line": 115,
2518
2552
  "character": 9
2519
2553
  }
2520
2554
  ],
@@ -2531,7 +2565,7 @@
2531
2565
  }
2532
2566
  },
2533
2567
  {
2534
- "id": 227,
2568
+ "id": 228,
2535
2569
  "name": "orderChange",
2536
2570
  "kind": 1024,
2537
2571
  "kindString": "Property",
@@ -2554,7 +2588,7 @@
2554
2588
  "sources": [
2555
2589
  {
2556
2590
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
2557
- "line": 123,
2591
+ "line": 112,
2558
2592
  "character": 9
2559
2593
  }
2560
2594
  ],
@@ -2574,7 +2608,7 @@
2574
2608
  "defaultValue": "..."
2575
2609
  },
2576
2610
  {
2577
- "id": 221,
2611
+ "id": 222,
2578
2612
  "name": "reorderable",
2579
2613
  "kind": 1024,
2580
2614
  "kindString": "Property",
@@ -2597,7 +2631,7 @@
2597
2631
  "sources": [
2598
2632
  {
2599
2633
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
2600
- "line": 80,
2634
+ "line": 69,
2601
2635
  "character": 9
2602
2636
  }
2603
2637
  ],
@@ -2608,7 +2642,7 @@
2608
2642
  "defaultValue": "false"
2609
2643
  },
2610
2644
  {
2611
- "id": 222,
2645
+ "id": 223,
2612
2646
  "name": "expandMode",
2613
2647
  "kind": 262144,
2614
2648
  "kindString": "Accessor",
@@ -2628,13 +2662,13 @@
2628
2662
  "sources": [
2629
2663
  {
2630
2664
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
2631
- "line": 102,
2665
+ "line": 91,
2632
2666
  "character": 13
2633
2667
  }
2634
2668
  ],
2635
2669
  "getSignature": [
2636
2670
  {
2637
- "id": 223,
2671
+ "id": 224,
2638
2672
  "name": "expandMode",
2639
2673
  "kind": 524288,
2640
2674
  "kindString": "Get signature",
@@ -2650,7 +2684,7 @@
2650
2684
  ],
2651
2685
  "setSignature": [
2652
2686
  {
2653
- "id": 224,
2687
+ "id": 225,
2654
2688
  "name": "expandMode",
2655
2689
  "kind": 1048576,
2656
2690
  "kindString": "Set signature",
@@ -2666,7 +2700,7 @@
2666
2700
  },
2667
2701
  "parameters": [
2668
2702
  {
2669
- "id": 225,
2703
+ "id": 226,
2670
2704
  "name": "value",
2671
2705
  "kind": 32768,
2672
2706
  "kindString": "Parameter",
@@ -2685,7 +2719,7 @@
2685
2719
  ]
2686
2720
  },
2687
2721
  {
2688
- "id": 233,
2722
+ "id": 234,
2689
2723
  "name": "ngAfterContentInit",
2690
2724
  "kind": 2048,
2691
2725
  "kindString": "Method",
@@ -2695,13 +2729,13 @@
2695
2729
  "sources": [
2696
2730
  {
2697
2731
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
2698
- "line": 182,
2732
+ "line": 175,
2699
2733
  "character": 9
2700
2734
  }
2701
2735
  ],
2702
2736
  "signatures": [
2703
2737
  {
2704
- "id": 234,
2738
+ "id": 235,
2705
2739
  "name": "ngAfterContentInit",
2706
2740
  "kind": 4096,
2707
2741
  "kindString": "Call signature",
@@ -2722,7 +2756,7 @@
2722
2756
  }
2723
2757
  },
2724
2758
  {
2725
- "id": 235,
2759
+ "id": 236,
2726
2760
  "name": "ngOnChanges",
2727
2761
  "kind": 2048,
2728
2762
  "kindString": "Method",
@@ -2732,20 +2766,20 @@
2732
2766
  "sources": [
2733
2767
  {
2734
2768
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
2735
- "line": 220,
2769
+ "line": 213,
2736
2770
  "character": 9
2737
2771
  }
2738
2772
  ],
2739
2773
  "signatures": [
2740
2774
  {
2741
- "id": 236,
2775
+ "id": 237,
2742
2776
  "name": "ngOnChanges",
2743
2777
  "kind": 4096,
2744
2778
  "kindString": "Call signature",
2745
2779
  "flags": {},
2746
2780
  "parameters": [
2747
2781
  {
2748
- "id": 237,
2782
+ "id": 238,
2749
2783
  "name": "changes",
2750
2784
  "kind": 32768,
2751
2785
  "kindString": "Parameter",
@@ -2772,7 +2806,7 @@
2772
2806
  }
2773
2807
  },
2774
2808
  {
2775
- "id": 238,
2809
+ "id": 239,
2776
2810
  "name": "ngOnDestroy",
2777
2811
  "kind": 2048,
2778
2812
  "kindString": "Method",
@@ -2782,13 +2816,13 @@
2782
2816
  "sources": [
2783
2817
  {
2784
2818
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
2785
- "line": 237,
2819
+ "line": 233,
2786
2820
  "character": 9
2787
2821
  }
2788
2822
  ],
2789
2823
  "signatures": [
2790
2824
  {
2791
- "id": 239,
2825
+ "id": 240,
2792
2826
  "name": "ngOnDestroy",
2793
2827
  "kind": 4096,
2794
2828
  "kindString": "Call signature",
@@ -2814,43 +2848,43 @@
2814
2848
  "title": "Constructors",
2815
2849
  "kind": 512,
2816
2850
  "children": [
2817
- 211
2851
+ 212
2818
2852
  ]
2819
2853
  },
2820
2854
  {
2821
2855
  "title": "Properties",
2822
2856
  "kind": 1024,
2823
2857
  "children": [
2824
- 219,
2825
- 226,
2826
2858
  220,
2859
+ 227,
2860
+ 221,
2861
+ 230,
2827
2862
  229,
2828
2863
  228,
2829
- 227,
2830
- 221
2864
+ 222
2831
2865
  ]
2832
2866
  },
2833
2867
  {
2834
2868
  "title": "Accessors",
2835
2869
  "kind": 262144,
2836
2870
  "children": [
2837
- 222
2871
+ 223
2838
2872
  ]
2839
2873
  },
2840
2874
  {
2841
2875
  "title": "Methods",
2842
2876
  "kind": 2048,
2843
2877
  "children": [
2844
- 233,
2845
- 235,
2846
- 238
2878
+ 234,
2879
+ 236,
2880
+ 239
2847
2881
  ]
2848
2882
  }
2849
2883
  ],
2850
2884
  "sources": [
2851
2885
  {
2852
2886
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
2853
- "line": 54,
2887
+ "line": 42,
2854
2888
  "character": 13
2855
2889
  }
2856
2890
  ],
@@ -2870,7 +2904,7 @@
2870
2904
  ]
2871
2905
  },
2872
2906
  {
2873
- "id": 251,
2907
+ "id": 252,
2874
2908
  "name": "SkyRepeaterItemTitleComponent",
2875
2909
  "kind": 128,
2876
2910
  "kindString": "Class",
@@ -2886,27 +2920,27 @@
2886
2920
  "name": "Component"
2887
2921
  },
2888
2922
  "arguments": {
2889
- "obj": "{\n selector: 'sky-repeater-item-title',\n templateUrl: './repeater-item-title.component.html'\n}"
2923
+ "obj": "{\n selector: 'sky-repeater-item-title',\n templateUrl: './repeater-item-title.component.html',\n}"
2890
2924
  }
2891
2925
  }
2892
2926
  ],
2893
2927
  "children": [
2894
2928
  {
2895
- "id": 252,
2929
+ "id": 253,
2896
2930
  "name": "constructor",
2897
2931
  "kind": 512,
2898
2932
  "kindString": "Constructor",
2899
2933
  "flags": {},
2900
2934
  "signatures": [
2901
2935
  {
2902
- "id": 253,
2936
+ "id": 254,
2903
2937
  "name": "SkyRepeaterItemTitleComponent",
2904
2938
  "kind": 16384,
2905
2939
  "kindString": "Constructor signature",
2906
2940
  "flags": {},
2907
2941
  "type": {
2908
2942
  "type": "reference",
2909
- "id": 251,
2943
+ "id": 252,
2910
2944
  "name": "SkyRepeaterItemTitleComponent"
2911
2945
  }
2912
2946
  }
@@ -2918,20 +2952,20 @@
2918
2952
  "title": "Constructors",
2919
2953
  "kind": 512,
2920
2954
  "children": [
2921
- 252
2955
+ 253
2922
2956
  ]
2923
2957
  }
2924
2958
  ],
2925
2959
  "sources": [
2926
2960
  {
2927
2961
  "fileName": "projects/lists/src/modules/repeater/repeater-item-title.component.ts",
2928
- "line": 12,
2962
+ "line": 10,
2929
2963
  "character": 13
2930
2964
  }
2931
2965
  ]
2932
2966
  },
2933
2967
  {
2934
- "id": 254,
2968
+ "id": 255,
2935
2969
  "name": "SkySortItemComponent",
2936
2970
  "kind": 128,
2937
2971
  "kindString": "Class",
@@ -2944,13 +2978,13 @@
2944
2978
  "name": "Component"
2945
2979
  },
2946
2980
  "arguments": {
2947
- "obj": "{\n selector: 'sky-sort-item',\n styleUrls: ['./sort-item.component.scss'],\n templateUrl: './sort-item.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush\n}"
2981
+ "obj": "{\n selector: 'sky-sort-item',\n styleUrls: ['./sort-item.component.scss'],\n templateUrl: './sort-item.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
2948
2982
  }
2949
2983
  }
2950
2984
  ],
2951
2985
  "children": [
2952
2986
  {
2953
- "id": 255,
2987
+ "id": 256,
2954
2988
  "name": "constructor",
2955
2989
  "kind": 512,
2956
2990
  "kindString": "Constructor",
@@ -2958,20 +2992,20 @@
2958
2992
  "sources": [
2959
2993
  {
2960
2994
  "fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
2961
- "line": 53,
2995
+ "line": 49,
2962
2996
  "character": 2
2963
2997
  }
2964
2998
  ],
2965
2999
  "signatures": [
2966
3000
  {
2967
- "id": 256,
3001
+ "id": 257,
2968
3002
  "name": "SkySortItemComponent",
2969
3003
  "kind": 16384,
2970
3004
  "kindString": "Constructor signature",
2971
3005
  "flags": {},
2972
3006
  "parameters": [
2973
3007
  {
2974
- "id": 257,
3008
+ "id": 258,
2975
3009
  "name": "sortService",
2976
3010
  "kind": 32768,
2977
3011
  "kindString": "Parameter",
@@ -2982,7 +3016,7 @@
2982
3016
  }
2983
3017
  },
2984
3018
  {
2985
- "id": 258,
3019
+ "id": 259,
2986
3020
  "name": "detector",
2987
3021
  "kind": 32768,
2988
3022
  "kindString": "Parameter",
@@ -2995,14 +3029,14 @@
2995
3029
  ],
2996
3030
  "type": {
2997
3031
  "type": "reference",
2998
- "id": 254,
3032
+ "id": 255,
2999
3033
  "name": "SkySortItemComponent"
3000
3034
  }
3001
3035
  }
3002
3036
  ]
3003
3037
  },
3004
3038
  {
3005
- "id": 259,
3039
+ "id": 260,
3006
3040
  "name": "active",
3007
3041
  "kind": 1024,
3008
3042
  "kindString": "Property",
@@ -3025,7 +3059,7 @@
3025
3059
  "sources": [
3026
3060
  {
3027
3061
  "fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
3028
- "line": 39,
3062
+ "line": 33,
3029
3063
  "character": 9
3030
3064
  }
3031
3065
  ],
@@ -3035,7 +3069,7 @@
3035
3069
  }
3036
3070
  },
3037
3071
  {
3038
- "id": 261,
3072
+ "id": 262,
3039
3073
  "name": "isSelected",
3040
3074
  "kind": 1024,
3041
3075
  "kindString": "Property",
@@ -3045,7 +3079,7 @@
3045
3079
  "sources": [
3046
3080
  {
3047
3081
  "fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
3048
- "line": 47,
3082
+ "line": 41,
3049
3083
  "character": 9
3050
3084
  }
3051
3085
  ],
@@ -3062,7 +3096,7 @@
3062
3096
  "defaultValue": "..."
3063
3097
  },
3064
3098
  {
3065
- "id": 260,
3099
+ "id": 261,
3066
3100
  "name": "itemSelect",
3067
3101
  "kind": 1024,
3068
3102
  "kindString": "Property",
@@ -3085,7 +3119,7 @@
3085
3119
  "sources": [
3086
3120
  {
3087
3121
  "fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
3088
- "line": 45,
3122
+ "line": 39,
3089
3123
  "character": 9
3090
3124
  }
3091
3125
  ],
@@ -3102,7 +3136,7 @@
3102
3136
  "defaultValue": "..."
3103
3137
  },
3104
3138
  {
3105
- "id": 269,
3139
+ "id": 270,
3106
3140
  "name": "itemClicked",
3107
3141
  "kind": 2048,
3108
3142
  "kindString": "Method",
@@ -3112,13 +3146,13 @@
3112
3146
  "sources": [
3113
3147
  {
3114
3148
  "fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
3115
- "line": 77,
3149
+ "line": 80,
3116
3150
  "character": 9
3117
3151
  }
3118
3152
  ],
3119
3153
  "signatures": [
3120
3154
  {
3121
- "id": 270,
3155
+ "id": 271,
3122
3156
  "name": "itemClicked",
3123
3157
  "kind": 4096,
3124
3158
  "kindString": "Call signature",
@@ -3131,7 +3165,7 @@
3131
3165
  ]
3132
3166
  },
3133
3167
  {
3134
- "id": 266,
3168
+ "id": 267,
3135
3169
  "name": "ngOnChanges",
3136
3170
  "kind": 2048,
3137
3171
  "kindString": "Method",
@@ -3147,14 +3181,14 @@
3147
3181
  ],
3148
3182
  "signatures": [
3149
3183
  {
3150
- "id": 267,
3184
+ "id": 268,
3151
3185
  "name": "ngOnChanges",
3152
3186
  "kind": 4096,
3153
3187
  "kindString": "Call signature",
3154
3188
  "flags": {},
3155
3189
  "parameters": [
3156
3190
  {
3157
- "id": 268,
3191
+ "id": 269,
3158
3192
  "name": "changes",
3159
3193
  "kind": 32768,
3160
3194
  "kindString": "Parameter",
@@ -3181,7 +3215,7 @@
3181
3215
  }
3182
3216
  },
3183
3217
  {
3184
- "id": 271,
3218
+ "id": 272,
3185
3219
  "name": "ngOnDestroy",
3186
3220
  "kind": 2048,
3187
3221
  "kindString": "Method",
@@ -3191,13 +3225,13 @@
3191
3225
  "sources": [
3192
3226
  {
3193
3227
  "fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
3194
- "line": 82,
3228
+ "line": 85,
3195
3229
  "character": 9
3196
3230
  }
3197
3231
  ],
3198
3232
  "signatures": [
3199
3233
  {
3200
- "id": 272,
3234
+ "id": 273,
3201
3235
  "name": "ngOnDestroy",
3202
3236
  "kind": 4096,
3203
3237
  "kindString": "Call signature",
@@ -3218,7 +3252,7 @@
3218
3252
  }
3219
3253
  },
3220
3254
  {
3221
- "id": 264,
3255
+ "id": 265,
3222
3256
  "name": "ngOnInit",
3223
3257
  "kind": 2048,
3224
3258
  "kindString": "Method",
@@ -3228,13 +3262,13 @@
3228
3262
  "sources": [
3229
3263
  {
3230
3264
  "fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
3231
- "line": 55,
3265
+ "line": 54,
3232
3266
  "character": 9
3233
3267
  }
3234
3268
  ],
3235
3269
  "signatures": [
3236
3270
  {
3237
- "id": 265,
3271
+ "id": 266,
3238
3272
  "name": "ngOnInit",
3239
3273
  "kind": 4096,
3240
3274
  "kindString": "Call signature",
@@ -3260,33 +3294,33 @@
3260
3294
  "title": "Constructors",
3261
3295
  "kind": 512,
3262
3296
  "children": [
3263
- 255
3297
+ 256
3264
3298
  ]
3265
3299
  },
3266
3300
  {
3267
3301
  "title": "Properties",
3268
3302
  "kind": 1024,
3269
3303
  "children": [
3270
- 259,
3271
- 261,
3272
- 260
3304
+ 260,
3305
+ 262,
3306
+ 261
3273
3307
  ]
3274
3308
  },
3275
3309
  {
3276
3310
  "title": "Methods",
3277
3311
  "kind": 2048,
3278
3312
  "children": [
3279
- 269,
3280
- 266,
3281
- 271,
3282
- 264
3313
+ 270,
3314
+ 267,
3315
+ 272,
3316
+ 265
3283
3317
  ]
3284
3318
  }
3285
3319
  ],
3286
3320
  "sources": [
3287
3321
  {
3288
3322
  "fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
3289
- "line": 33,
3323
+ "line": 28,
3290
3324
  "character": 13
3291
3325
  }
3292
3326
  ],
@@ -3306,7 +3340,7 @@
3306
3340
  ]
3307
3341
  },
3308
3342
  {
3309
- "id": 273,
3343
+ "id": 274,
3310
3344
  "name": "SkySortComponent",
3311
3345
  "kind": 128,
3312
3346
  "kindString": "Class",
@@ -3319,34 +3353,34 @@
3319
3353
  "name": "Component"
3320
3354
  },
3321
3355
  "arguments": {
3322
- "obj": "{\n selector: 'sky-sort',\n styleUrls: ['./sort.component.scss'],\n templateUrl: './sort.component.html',\n providers: [\n SkySortService\n ],\n changeDetection: ChangeDetectionStrategy.OnPush\n}"
3356
+ "obj": "{\n selector: 'sky-sort',\n styleUrls: ['./sort.component.scss'],\n templateUrl: './sort.component.html',\n providers: [SkySortService],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
3323
3357
  }
3324
3358
  }
3325
3359
  ],
3326
3360
  "children": [
3327
3361
  {
3328
- "id": 274,
3362
+ "id": 275,
3329
3363
  "name": "constructor",
3330
3364
  "kind": 512,
3331
3365
  "kindString": "Constructor",
3332
3366
  "flags": {},
3333
3367
  "signatures": [
3334
3368
  {
3335
- "id": 275,
3369
+ "id": 276,
3336
3370
  "name": "SkySortComponent",
3337
3371
  "kind": 16384,
3338
3372
  "kindString": "Constructor signature",
3339
3373
  "flags": {},
3340
3374
  "type": {
3341
3375
  "type": "reference",
3342
- "id": 273,
3376
+ "id": 274,
3343
3377
  "name": "SkySortComponent"
3344
3378
  }
3345
3379
  }
3346
3380
  ]
3347
3381
  },
3348
3382
  {
3349
- "id": 277,
3383
+ "id": 278,
3350
3384
  "name": "dropdownController",
3351
3385
  "kind": 1024,
3352
3386
  "kindString": "Property",
@@ -3356,7 +3390,7 @@
3356
3390
  "sources": [
3357
3391
  {
3358
3392
  "fileName": "projects/lists/src/modules/sort/sort.component.ts",
3359
- "line": 37,
3393
+ "line": 27,
3360
3394
  "character": 9
3361
3395
  }
3362
3396
  ],
@@ -3373,7 +3407,7 @@
3373
3407
  "defaultValue": "..."
3374
3408
  },
3375
3409
  {
3376
- "id": 276,
3410
+ "id": 277,
3377
3411
  "name": "showButtonText",
3378
3412
  "kind": 1024,
3379
3413
  "kindString": "Property",
@@ -3396,7 +3430,7 @@
3396
3430
  "sources": [
3397
3431
  {
3398
3432
  "fileName": "projects/lists/src/modules/sort/sort.component.ts",
3399
- "line": 35,
3433
+ "line": 25,
3400
3434
  "character": 9
3401
3435
  }
3402
3436
  ],
@@ -3407,7 +3441,7 @@
3407
3441
  "defaultValue": "false"
3408
3442
  },
3409
3443
  {
3410
- "id": 278,
3444
+ "id": 279,
3411
3445
  "name": "dropdownClicked",
3412
3446
  "kind": 2048,
3413
3447
  "kindString": "Method",
@@ -3417,13 +3451,13 @@
3417
3451
  "sources": [
3418
3452
  {
3419
3453
  "fileName": "projects/lists/src/modules/sort/sort.component.ts",
3420
- "line": 39,
3454
+ "line": 29,
3421
3455
  "character": 9
3422
3456
  }
3423
3457
  ],
3424
3458
  "signatures": [
3425
3459
  {
3426
- "id": 279,
3460
+ "id": 280,
3427
3461
  "name": "dropdownClicked",
3428
3462
  "kind": 4096,
3429
3463
  "kindString": "Call signature",
@@ -3441,29 +3475,29 @@
3441
3475
  "title": "Constructors",
3442
3476
  "kind": 512,
3443
3477
  "children": [
3444
- 274
3478
+ 275
3445
3479
  ]
3446
3480
  },
3447
3481
  {
3448
3482
  "title": "Properties",
3449
3483
  "kind": 1024,
3450
3484
  "children": [
3451
- 277,
3452
- 276
3485
+ 278,
3486
+ 277
3453
3487
  ]
3454
3488
  },
3455
3489
  {
3456
3490
  "title": "Methods",
3457
3491
  "kind": 2048,
3458
3492
  "children": [
3459
- 278
3493
+ 279
3460
3494
  ]
3461
3495
  }
3462
3496
  ],
3463
3497
  "sources": [
3464
3498
  {
3465
3499
  "fileName": "projects/lists/src/modules/sort/sort.component.ts",
3466
- "line": 29,
3500
+ "line": 20,
3467
3501
  "character": 13
3468
3502
  }
3469
3503
  ]
@@ -3485,7 +3519,7 @@
3485
3519
  "name": "Component"
3486
3520
  },
3487
3521
  "arguments": {
3488
- "obj": "{\n selector: 'sky-filter-inline',\n styleUrls: ['./filter-inline.component.scss'],\n templateUrl: './filter-inline.component.html'\n}"
3522
+ "obj": "{\n selector: 'sky-filter-inline',\n styleUrls: ['./filter-inline.component.scss'],\n templateUrl: './filter-inline.component.html',\n}"
3489
3523
  }
3490
3524
  }
3491
3525
  ],
@@ -3524,7 +3558,7 @@
3524
3558
  "sources": [
3525
3559
  {
3526
3560
  "fileName": "projects/lists/src/modules/filter/filter-inline.component.ts",
3527
- "line": 13,
3561
+ "line": 11,
3528
3562
  "character": 13
3529
3563
  }
3530
3564
  ]
@@ -3546,7 +3580,7 @@
3546
3580
  "name": "Component"
3547
3581
  },
3548
3582
  "arguments": {
3549
- "obj": "{\n selector: 'sky-filter-inline-item',\n styleUrls: ['./filter-inline-item.component.scss'],\n templateUrl: './filter-inline-item.component.html'\n}"
3583
+ "obj": "{\n selector: 'sky-filter-inline-item',\n styleUrls: ['./filter-inline-item.component.scss'],\n templateUrl: './filter-inline-item.component.html',\n}"
3550
3584
  }
3551
3585
  }
3552
3586
  ],
@@ -3585,7 +3619,7 @@
3585
3619
  "sources": [
3586
3620
  {
3587
3621
  "fileName": "projects/lists/src/modules/filter/filter-inline-item.component.ts",
3588
- "line": 13,
3622
+ "line": 11,
3589
3623
  "character": 13
3590
3624
  }
3591
3625
  ]
@@ -3607,7 +3641,7 @@
3607
3641
  "name": "Component"
3608
3642
  },
3609
3643
  "arguments": {
3610
- "obj": "{\n selector: 'sky-filter-summary-item',\n styleUrls: ['./filter-summary-item.component.scss'],\n templateUrl: './filter-summary-item.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush\n}"
3644
+ "obj": "{\n selector: 'sky-filter-summary-item',\n styleUrls: ['./filter-summary-item.component.scss'],\n templateUrl: './filter-summary-item.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
3611
3645
  }
3612
3646
  }
3613
3647
  ],
@@ -3657,7 +3691,7 @@
3657
3691
  "sources": [
3658
3692
  {
3659
3693
  "fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
3660
- "line": 30,
3694
+ "line": 29,
3661
3695
  "character": 9
3662
3696
  }
3663
3697
  ],
@@ -3697,7 +3731,7 @@
3697
3731
  "sources": [
3698
3732
  {
3699
3733
  "fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
3700
- "line": 24,
3734
+ "line": 23,
3701
3735
  "character": 9
3702
3736
  }
3703
3737
  ],
@@ -3731,7 +3765,7 @@
3731
3765
  "sources": [
3732
3766
  {
3733
3767
  "fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
3734
- "line": 36,
3768
+ "line": 35,
3735
3769
  "character": 9
3736
3770
  }
3737
3771
  ],
@@ -3758,7 +3792,7 @@
3758
3792
  "sources": [
3759
3793
  {
3760
3794
  "fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
3761
- "line": 42,
3795
+ "line": 41,
3762
3796
  "character": 9
3763
3797
  }
3764
3798
  ],
@@ -3787,7 +3821,7 @@
3787
3821
  "sources": [
3788
3822
  {
3789
3823
  "fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
3790
- "line": 38,
3824
+ "line": 37,
3791
3825
  "character": 9
3792
3826
  }
3793
3827
  ],
@@ -3816,7 +3850,7 @@
3816
3850
  "sources": [
3817
3851
  {
3818
3852
  "fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
3819
- "line": 46,
3853
+ "line": 45,
3820
3854
  "character": 9
3821
3855
  }
3822
3856
  ],
@@ -3887,7 +3921,7 @@
3887
3921
  "name": "Component"
3888
3922
  },
3889
3923
  "arguments": {
3890
- "obj": "{\n selector: 'sky-filter-summary',\n styleUrls: ['./filter-summary.component.scss'],\n templateUrl: './filter-summary.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush\n}"
3924
+ "obj": "{\n selector: 'sky-filter-summary',\n styleUrls: ['./filter-summary.component.scss'],\n templateUrl: './filter-summary.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
3891
3925
  }
3892
3926
  }
3893
3927
  ],
@@ -3926,7 +3960,7 @@
3926
3960
  "sources": [
3927
3961
  {
3928
3962
  "fileName": "projects/lists/src/modules/filter/filter-summary.component.ts",
3929
- "line": 15,
3963
+ "line": 12,
3930
3964
  "character": 13
3931
3965
  }
3932
3966
  ]
@@ -3945,7 +3979,7 @@
3945
3979
  "name": "Component"
3946
3980
  },
3947
3981
  "arguments": {
3948
- "obj": "{\n selector: 'sky-infinite-scroll',\n templateUrl: './infinite-scroll.component.html',\n styleUrls: ['./infinite-scroll.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n SkyInfiniteScrollDomAdapterService\n ]\n}"
3982
+ "obj": "{\n selector: 'sky-infinite-scroll',\n templateUrl: './infinite-scroll.component.html',\n styleUrls: ['./infinite-scroll.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [SkyInfiniteScrollDomAdapterService],\n}"
3949
3983
  }
3950
3984
  }
3951
3985
  ],
@@ -3959,7 +3993,7 @@
3959
3993
  "sources": [
3960
3994
  {
3961
3995
  "fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
3962
- "line": 90,
3996
+ "line": 81,
3963
3997
  "character": 2
3964
3998
  }
3965
3999
  ],
@@ -4030,7 +4064,7 @@
4030
4064
  "sources": [
4031
4065
  {
4032
4066
  "fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
4033
- "line": 82,
4067
+ "line": 73,
4034
4068
  "character": 9
4035
4069
  }
4036
4070
  ],
@@ -4064,7 +4098,7 @@
4064
4098
  "sources": [
4065
4099
  {
4066
4100
  "fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
4067
- "line": 80,
4101
+ "line": 71,
4068
4102
  "character": 9
4069
4103
  }
4070
4104
  ],
@@ -4101,7 +4135,7 @@
4101
4135
  "sources": [
4102
4136
  {
4103
4137
  "fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
4104
- "line": 41,
4138
+ "line": 32,
4105
4139
  "character": 13
4106
4140
  }
4107
4141
  ],
@@ -4178,7 +4212,7 @@
4178
4212
  "sources": [
4179
4213
  {
4180
4214
  "fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
4181
- "line": 62,
4215
+ "line": 53,
4182
4216
  "character": 13
4183
4217
  }
4184
4218
  ],
@@ -4245,7 +4279,7 @@
4245
4279
  "sources": [
4246
4280
  {
4247
4281
  "fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
4248
- "line": 96,
4282
+ "line": 87,
4249
4283
  "character": 9
4250
4284
  }
4251
4285
  ],
@@ -4282,7 +4316,7 @@
4282
4316
  "sources": [
4283
4317
  {
4284
4318
  "fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
4285
- "line": 102,
4319
+ "line": 93,
4286
4320
  "character": 9
4287
4321
  }
4288
4322
  ],
@@ -4337,7 +4371,7 @@
4337
4371
  "sources": [
4338
4372
  {
4339
4373
  "fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
4340
- "line": 33,
4374
+ "line": 25,
4341
4375
  "character": 13
4342
4376
  }
4343
4377
  ],
@@ -4362,7 +4396,7 @@
4362
4396
  "name": "Component"
4363
4397
  },
4364
4398
  "arguments": {
4365
- "obj": "{\n selector: 'sky-paging',\n templateUrl: './paging.component.html',\n styleUrls: ['./paging.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n}"
4399
+ "obj": "{\n selector: 'sky-paging',\n templateUrl: './paging.component.html',\n styleUrls: ['./paging.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
4366
4400
  }
4367
4401
  }
4368
4402
  ],
@@ -4412,7 +4446,7 @@
4412
4446
  "sources": [
4413
4447
  {
4414
4448
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4415
- "line": 23,
4449
+ "line": 22,
4416
4450
  "character": 9
4417
4451
  }
4418
4452
  ],
@@ -4446,7 +4480,7 @@
4446
4480
  "sources": [
4447
4481
  {
4448
4482
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4449
- "line": 57,
4483
+ "line": 56,
4450
4484
  "character": 9
4451
4485
  }
4452
4486
  ],
@@ -4473,7 +4507,7 @@
4473
4507
  "sources": [
4474
4508
  {
4475
4509
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4476
- "line": 59,
4510
+ "line": 58,
4477
4511
  "character": 9
4478
4512
  }
4479
4513
  ],
@@ -4510,7 +4544,7 @@
4510
4544
  "sources": [
4511
4545
  {
4512
4546
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4513
- "line": 29,
4547
+ "line": 28,
4514
4548
  "character": 9
4515
4549
  }
4516
4550
  ],
@@ -4544,7 +4578,7 @@
4544
4578
  "sources": [
4545
4579
  {
4546
4580
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4547
- "line": 35,
4581
+ "line": 34,
4548
4582
  "character": 9
4549
4583
  }
4550
4584
  ],
@@ -4565,7 +4599,7 @@
4565
4599
  "sources": [
4566
4600
  {
4567
4601
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4568
- "line": 61,
4602
+ "line": 60,
4569
4603
  "character": 9
4570
4604
  }
4571
4605
  ],
@@ -4599,7 +4633,7 @@
4599
4633
  "sources": [
4600
4634
  {
4601
4635
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4602
- "line": 41,
4636
+ "line": 40,
4603
4637
  "character": 9
4604
4638
  }
4605
4639
  ],
@@ -4639,7 +4673,7 @@
4639
4673
  "sources": [
4640
4674
  {
4641
4675
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4642
- "line": 51,
4676
+ "line": 50,
4643
4677
  "character": 9
4644
4678
  }
4645
4679
  ],
@@ -4659,7 +4693,7 @@
4659
4693
  "sources": [
4660
4694
  {
4661
4695
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4662
- "line": 100,
4696
+ "line": 98,
4663
4697
  "character": 13
4664
4698
  }
4665
4699
  ],
@@ -4688,7 +4722,7 @@
4688
4722
  "sources": [
4689
4723
  {
4690
4724
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4691
- "line": 96,
4725
+ "line": 94,
4692
4726
  "character": 13
4693
4727
  }
4694
4728
  ],
@@ -4717,7 +4751,7 @@
4717
4751
  "sources": [
4718
4752
  {
4719
4753
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4720
- "line": 88,
4754
+ "line": 86,
4721
4755
  "character": 9
4722
4756
  }
4723
4757
  ],
@@ -4746,7 +4780,7 @@
4746
4780
  "sources": [
4747
4781
  {
4748
4782
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4749
- "line": 63,
4783
+ "line": 62,
4750
4784
  "character": 9
4751
4785
  }
4752
4786
  ],
@@ -4796,7 +4830,7 @@
4796
4830
  "sources": [
4797
4831
  {
4798
4832
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4799
- "line": 92,
4833
+ "line": 90,
4800
4834
  "character": 9
4801
4835
  }
4802
4836
  ],
@@ -4825,7 +4859,7 @@
4825
4859
  "sources": [
4826
4860
  {
4827
4861
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4828
- "line": 67,
4862
+ "line": 66,
4829
4863
  "character": 9
4830
4864
  }
4831
4865
  ],
@@ -4929,7 +4963,7 @@
4929
4963
  "name": "Component"
4930
4964
  },
4931
4965
  "arguments": {
4932
- "obj": "{\n selector: 'sky-repeater-item-content',\n templateUrl: './repeater-item-content.component.html'\n}"
4966
+ "obj": "{\n selector: 'sky-repeater-item-content',\n templateUrl: './repeater-item-content.component.html',\n}"
4933
4967
  }
4934
4968
  }
4935
4969
  ],
@@ -4968,7 +5002,7 @@
4968
5002
  "sources": [
4969
5003
  {
4970
5004
  "fileName": "projects/lists/src/modules/repeater/repeater-item-content.component.ts",
4971
- "line": 12,
5005
+ "line": 10,
4972
5006
  "character": 13
4973
5007
  }
4974
5008
  ]
@@ -4990,7 +5024,7 @@
4990
5024
  "name": "Component"
4991
5025
  },
4992
5026
  "arguments": {
4993
- "obj": "{\n selector: 'sky-repeater-item-context-menu',\n templateUrl: './repeater-item-context-menu.component.html'\n}"
5027
+ "obj": "{\n selector: 'sky-repeater-item-context-menu',\n templateUrl: './repeater-item-context-menu.component.html',\n}"
4994
5028
  }
4995
5029
  }
4996
5030
  ],
@@ -5029,7 +5063,7 @@
5029
5063
  "sources": [
5030
5064
  {
5031
5065
  "fileName": "projects/lists/src/modules/repeater/repeater-item-context-menu.component.ts",
5032
- "line": 15,
5066
+ "line": 13,
5033
5067
  "character": 13
5034
5068
  }
5035
5069
  ]
@@ -5040,17 +5074,17 @@
5040
5074
  "title": "Classes",
5041
5075
  "kind": 128,
5042
5076
  "children": [
5043
- 280,
5044
- 283,
5045
- 286,
5046
- 289,
5047
- 292,
5077
+ 281,
5078
+ 284,
5079
+ 287,
5080
+ 290,
5081
+ 293,
5048
5082
  1,
5049
5083
  105,
5050
- 210,
5051
- 251,
5052
- 254,
5053
- 273,
5084
+ 211,
5085
+ 252,
5086
+ 255,
5087
+ 274,
5054
5088
  17,
5055
5089
  20,
5056
5090
  23,
@@ -5071,100 +5105,105 @@
5071
5105
  ]
5072
5106
  },
5073
5107
  "codeExamples": [
5108
+ {
5109
+ "fileName": ".eslintrc.json",
5110
+ "filePath": "/projects/lists/documentation/code-examples/.eslintrc.json",
5111
+ "rawContents": "{\n \"extends\": [\"../../.eslintrc.json\"],\n \"overrides\": [\n {\n \"files\": [\"*.ts\"],\n \"rules\": {\n \"@angular-eslint/directive-selector\": [\n \"error\",\n {\n \"type\": \"attribute\",\n \"prefix\": \"app\",\n \"style\": \"camelCase\"\n }\n ],\n \"@angular-eslint/component-selector\": [\n \"error\",\n {\n \"type\": \"element\",\n \"prefix\": \"app\",\n \"style\": \"kebab-case\"\n }\n ]\n }\n }\n ]\n}\n"
5112
+ },
5074
5113
  {
5075
5114
  "fileName": "filter-demo.component.html",
5076
5115
  "filePath": "/projects/lists/documentation/code-examples/filter/inline/filter-demo.component.html",
5077
- "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\n skyId\n [hidden]=\"!showInlineFilters\"\n #inlineFilters\n>\n <sky-filter-inline>\n <sky-filter-inline-item>\n <label\n class=\"sky-control-label sky-margin-inline-default\"\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\n value=\"any\"\n >\n Any fruit\n </option>\n <option\n value=\"citrus\"\n >\n Citrus\n </option>\n <option\n value=\"berry\"\n >\n Berry\n </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>\n Hide orange fruits\n </sky-checkbox-label>\n </sky-checkbox>\n </sky-filter-inline-item>\n </sky-filter-inline>\n</div>\n\n<sky-repeater\n expandMode=\"none\"\n>\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"
5116
+ "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-default\"\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"
5078
5117
  },
5079
5118
  {
5080
5119
  "fileName": "filter-demo.component.ts",
5081
5120
  "filePath": "/projects/lists/documentation/code-examples/filter/inline/filter-demo.component.ts",
5082
- "rawContents": "import {\n Component\n} from '@angular/core';\n\n@Component({\n selector: 'app-filter-demo',\n templateUrl: './filter-demo.component.html'\n})\nexport class FilterDemoComponent {\n\n public appliedFilters: any[] = [];\n\n public filteredItems: any[];\n\n public filtersActive: boolean = false;\n\n public fruitType: string = 'any';\n\n public hideOrange: boolean = false;\n\n public items: any[] = [\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: boolean = 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: any, item: any): any {\n return filter.name === 'hideOrange' && filter.value && item.color === 'orange';\n }\n\n private fruitTypeFilterFailed(filter: any, item: any): any {\n return filter.name === 'fruitType' && filter.value !== 'any' && filter.value !== item.type;\n }\n\n private itemIsShown(filters: any[], item: any[]): 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: any[], filters: any[]): any[] {\n let i: number,\n passesFilter: boolean,\n result: any[] = [];\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}\n"
5121
+ "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-filter-demo',\n templateUrl: './filter-demo.component.html',\n})\nexport class FilterDemoComponent {\n public appliedFilters: any[] = [];\n\n public filteredItems: any[];\n\n public filtersActive: boolean = false;\n\n public fruitType: string = 'any';\n\n public hideOrange: boolean = false;\n\n public items: any[] = [\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: boolean = 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: any, item: any): any {\n return (\n filter.name === 'hideOrange' && filter.value && item.color === 'orange'\n );\n }\n\n private fruitTypeFilterFailed(filter: any, item: any): any {\n return (\n filter.name === 'fruitType' &&\n filter.value !== 'any' &&\n filter.value !== item.type\n );\n }\n\n private itemIsShown(filters: any[], item: any[]): 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: any[], filters: any[]): any[] {\n let i: number,\n passesFilter: boolean,\n result: any[] = [];\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"
5083
5122
  },
5084
5123
  {
5085
5124
  "fileName": "filter-demo.module.ts",
5086
5125
  "filePath": "/projects/lists/documentation/code-examples/filter/inline/filter-demo.module.ts",
5087
- "rawContents": "import {\n NgModule\n} from '@angular/core';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n FormsModule\n} from '@angular/forms';\n\nimport {\n SkyIdModule\n} from '@skyux/core';\n\nimport {\n SkyCheckboxModule\n} from '@skyux/forms';\n\nimport {\n SkyToolbarModule\n} from '@skyux/layout';\n\nimport {\n SkyFilterModule,\n SkyRepeaterModule\n} from '@skyux/lists';\n\nimport {\n FilterDemoComponent\n} 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: [\n FilterDemoComponent\n ],\n exports: [\n FilterDemoComponent\n ]\n})\nexport class FilterDemoModule { }\n"
5126
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { FormsModule } from '@angular/forms';\n\nimport { SkyIdModule } from '@skyux/core';\n\nimport { SkyCheckboxModule } from '@skyux/forms';\n\nimport { SkyToolbarModule } from '@skyux/layout';\n\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"
5088
5127
  },
5089
5128
  {
5090
5129
  "fileName": "filter-demo-modal-context.ts",
5091
5130
  "filePath": "/projects/lists/documentation/code-examples/filter/modal/filter-demo-modal-context.ts",
5092
- "rawContents": "export class FilterDemoModalContext {\n\n public appliedFilters: any[];\n\n}\n"
5131
+ "rawContents": "export class FilterDemoModalContext {\n public appliedFilters: any[];\n}\n"
5093
5132
  },
5094
5133
  {
5095
5134
  "fileName": "filter-demo-modal.component.html",
5096
5135
  "filePath": "/projects/lists/documentation/code-examples/filter/modal/filter-demo-modal.component.html",
5097
- "rawContents": "<sky-modal>\n <sky-modal-header>\n Food preferences\n </sky-modal-header>\n <sky-modal-content>\n <label\n class=\"sky-control-label\"\n [for]=\"fruitInput.id\"\n >\n Fruit type\n </label>\n <select\n class=\"sky-form-control\"\n skyId\n [(ngModel)]=\"fruitType\"\n #fruitInput\n >\n <option value=\"any\">\n Any fruit\n </option>\n <option value=\"citrus\">\n Citrus\n </option>\n <option value=\"berry\">\n Berry\n </option>\n </select>\n <div\n style=\"margin-top: 15px;\"\n >\n <sky-checkbox\n [(ngModel)]=\"hideOrange\"\n >\n <sky-checkbox-label>\n Hide orange fruits\n </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 filters\n </button>\n <button\n class=\"sky-btn sky-btn-link\"\n type=\"button\"\n (click)=\"clearAllFilters()\"\n >\n Clear filters\n </button>\n <button\n class=\"sky-btn sky-btn-link\"\n type=\"button\"\n (click)=\"cancel()\"\n >\n Cancel\n </button>\n </sky-modal-footer>\n</sky-modal>\n"
5136
+ "rawContents": "<sky-modal>\n <sky-modal-header> 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 filters\n </button>\n <button\n class=\"sky-btn sky-btn-link\"\n type=\"button\"\n (click)=\"clearAllFilters()\"\n >\n Clear filters\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"
5098
5137
  },
5099
5138
  {
5100
5139
  "fileName": "filter-demo-modal.component.ts",
5101
5140
  "filePath": "/projects/lists/documentation/code-examples/filter/modal/filter-demo-modal.component.ts",
5102
- "rawContents": "import {\n Component\n} from '@angular/core';\n\nimport {\n SkyModalInstance\n} from '@skyux/modals';\n\nimport {\n FilterDemoModalContext\n} from './filter-demo-modal-context';\n\n@Component({\n selector: 'app-filter-demo-modal',\n templateUrl: './filter-demo-modal.component.html'\n})\nexport class FilterDemoModalComponent {\n\n public hideOrange: boolean;\n\n public fruitType = 'any';\n\n constructor(\n public context: FilterDemoModalContext,\n public instance: SkyModalInstance\n ) {\n if (\n this.context &&\n this.context.appliedFilters &&\n this.context.appliedFilters.length > 0\n ) {\n this.setFormFilters(this.context.appliedFilters);\n } else {\n this.clearAllFilters();\n }\n }\n\n public applyFilters(): void {\n let result = this.getAppliedFiltersArray();\n this.instance.save(result);\n }\n\n public cancel(): void {\n this.instance.cancel();\n }\n\n public clearAllFilters(): void {\n this.hideOrange = false;\n this.fruitType = 'any';\n }\n\n private getAppliedFiltersArray(): any[] {\n let appliedFilters: any[] = [];\n if (this.fruitType !== 'any') {\n appliedFilters.push({\n name: 'fruitType',\n value: this.fruitType,\n label: this.fruitType\n });\n }\n\n if (this.hideOrange) {\n appliedFilters.push({\n name: 'hideOrange',\n value: true,\n label: 'hide orange fruits'\n });\n }\n\n return appliedFilters;\n }\n\n private setFormFilters(appliedFilters: any[]): void {\n for (let i = 0; i < appliedFilters.length; i++) {\n if (appliedFilters[i].name === 'fruitType') {\n this.fruitType = appliedFilters[i].value;\n }\n\n if (appliedFilters[i].name === 'hideOrange') {\n this.hideOrange = appliedFilters[i].value;\n }\n }\n }\n}\n"
5141
+ "rawContents": "import { Component } from '@angular/core';\n\nimport { SkyModalInstance } from '@skyux/modals';\n\nimport { FilterDemoModalContext } from './filter-demo-modal-context';\n\n@Component({\n selector: 'app-filter-demo-modal',\n templateUrl: './filter-demo-modal.component.html',\n})\nexport class FilterDemoModalComponent {\n public hideOrange: boolean;\n\n public fruitType = 'any';\n\n constructor(\n public context: FilterDemoModalContext,\n public instance: SkyModalInstance\n ) {\n if (\n this.context &&\n this.context.appliedFilters &&\n this.context.appliedFilters.length > 0\n ) {\n this.setFormFilters(this.context.appliedFilters);\n } else {\n this.clearAllFilters();\n }\n }\n\n public applyFilters(): void {\n let result = this.getAppliedFiltersArray();\n this.instance.save(result);\n }\n\n public cancel(): void {\n this.instance.cancel();\n }\n\n public clearAllFilters(): void {\n this.hideOrange = false;\n this.fruitType = 'any';\n }\n\n private getAppliedFiltersArray(): any[] {\n let appliedFilters: any[] = [];\n if (this.fruitType !== 'any') {\n appliedFilters.push({\n name: 'fruitType',\n value: this.fruitType,\n label: this.fruitType,\n });\n }\n\n if (this.hideOrange) {\n appliedFilters.push({\n name: 'hideOrange',\n value: true,\n label: 'hide orange fruits',\n });\n }\n\n return appliedFilters;\n }\n\n private setFormFilters(appliedFilters: any[]): void {\n for (let i = 0; i < appliedFilters.length; i++) {\n if (appliedFilters[i].name === 'fruitType') {\n this.fruitType = appliedFilters[i].value;\n }\n\n if (appliedFilters[i].name === 'hideOrange') {\n this.hideOrange = appliedFilters[i].value;\n }\n }\n }\n}\n"
5103
5142
  },
5104
5143
  {
5105
5144
  "fileName": "filter-demo.component.html",
5106
5145
  "filePath": "/projects/lists/documentation/code-examples/filter/modal/filter-demo.component.html",
5107
- "rawContents": "<sky-toolbar>\n <sky-toolbar-section>\n <sky-toolbar-item>\n <sky-filter-button\n [showButtonText]=\"true\"\n (filterButtonClick)=\"onModalFilterButtonClick()\"\n >\n </sky-filter-button>\n </sky-toolbar-item>\n </sky-toolbar-section>\n <sky-toolbar-section *ngIf=\"appliedFilters && appliedFilters.length > 0\">\n <sky-filter-summary>\n <sky-filter-summary-item *ngFor=\"let item of appliedFilters; let i = index\"\n (dismiss)=\"onDismiss(i)\"\n >\n {{item.label}}\n </sky-filter-summary-item>\n </sky-filter-summary>\n </sky-toolbar-section>\n</sky-toolbar>\n<sky-repeater\n expandMode=\"none\"\n>\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"
5146
+ "rawContents": "<sky-toolbar>\n <sky-toolbar-section>\n <sky-toolbar-item>\n <sky-filter-button\n [showButtonText]=\"true\"\n (filterButtonClick)=\"onModalFilterButtonClick()\"\n >\n </sky-filter-button>\n </sky-toolbar-item>\n </sky-toolbar-section>\n <sky-toolbar-section *ngIf=\"appliedFilters && appliedFilters.length > 0\">\n <sky-filter-summary>\n <sky-filter-summary-item\n *ngFor=\"let item of appliedFilters; let i = index\"\n (dismiss)=\"onDismiss(i)\"\n >\n {{ item.label }}\n </sky-filter-summary-item>\n </sky-filter-summary>\n </sky-toolbar-section>\n</sky-toolbar>\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"
5108
5147
  },
5109
5148
  {
5110
5149
  "fileName": "filter-demo.component.ts",
5111
5150
  "filePath": "/projects/lists/documentation/code-examples/filter/modal/filter-demo.component.ts",
5112
- "rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component\n} from '@angular/core';\n\nimport {\n SkyModalCloseArgs,\n SkyModalService\n} from '@skyux/modals';\n\nimport {\n FilterDemoModalContext\n} from './filter-demo-modal-context';\n\nimport {\n FilterDemoModalComponent\n} from './filter-demo-modal.component';\n\n@Component({\n selector: 'app-filter-demo',\n templateUrl: './filter-demo.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class FilterDemoComponent {\n\n public appliedFilters: any[] = [];\n\n public filteredItems: any[];\n\n public items: any[] = [\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: boolean = false;\n\n constructor(\n private modal: SkyModalService,\n private changeRef: ChangeDetectorRef\n ) {\n this.filteredItems = this.items.slice();\n }\n\n public onDismiss(index: number): void {\n this.appliedFilters.splice(index, 1);\n this.filteredItems = this.filterItems(this.items, this.appliedFilters);\n }\n\n public onInlineFilterButtonClicked(): void {\n this.showInlineFilters = !this.showInlineFilters;\n }\n\n public onModalFilterButtonClick(): void {\n let modalInstance = this.modal.open(\n FilterDemoModalComponent,\n [{\n provide: FilterDemoModalContext,\n useValue: {\n appliedFilters: this.appliedFilters\n }\n }]\n );\n\n modalInstance.closed.subscribe((result: SkyModalCloseArgs) => {\n if (result.reason === 'save') {\n this.appliedFilters = result.data.slice();\n this.filteredItems = this.filterItems(this.items, this.appliedFilters);\n this.changeRef.markForCheck();\n }\n });\n }\n\n private fruitTypeFilterFailed(filter: any, item: any): boolean {\n return filter.name === 'fruitType' && filter.value !== 'any' && filter.value !== item.type;\n }\n\n private itemIsShown(filters: any[], item: any[]): 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: any[], filters: any[]): any[] {\n let i: number,\n passesFilter: boolean,\n result: any[] = [];\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 private orangeFilterFailed(filter: any, item: any): boolean {\n return filter.name === 'hideOrange' && filter.value && item.color === 'orange';\n }\n}\n"
5151
+ "rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n} from '@angular/core';\n\nimport { SkyModalCloseArgs, SkyModalService } from '@skyux/modals';\n\nimport { FilterDemoModalContext } from './filter-demo-modal-context';\n\nimport { FilterDemoModalComponent } from './filter-demo-modal.component';\n\n@Component({\n selector: 'app-filter-demo',\n templateUrl: './filter-demo.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class FilterDemoComponent {\n public appliedFilters: any[] = [];\n\n public filteredItems: any[];\n\n public items: any[] = [\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: boolean = false;\n\n constructor(\n private modal: SkyModalService,\n private changeRef: ChangeDetectorRef\n ) {\n this.filteredItems = this.items.slice();\n }\n\n public onDismiss(index: number): void {\n this.appliedFilters.splice(index, 1);\n this.filteredItems = this.filterItems(this.items, this.appliedFilters);\n }\n\n public onInlineFilterButtonClicked(): void {\n this.showInlineFilters = !this.showInlineFilters;\n }\n\n public onModalFilterButtonClick(): void {\n let modalInstance = this.modal.open(FilterDemoModalComponent, [\n {\n provide: FilterDemoModalContext,\n useValue: {\n appliedFilters: this.appliedFilters,\n },\n },\n ]);\n\n modalInstance.closed.subscribe((result: SkyModalCloseArgs) => {\n if (result.reason === 'save') {\n this.appliedFilters = result.data.slice();\n this.filteredItems = this.filterItems(this.items, this.appliedFilters);\n this.changeRef.markForCheck();\n }\n });\n }\n\n private fruitTypeFilterFailed(filter: any, item: any): boolean {\n return (\n filter.name === 'fruitType' &&\n filter.value !== 'any' &&\n filter.value !== item.type\n );\n }\n\n private itemIsShown(filters: any[], item: any[]): 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: any[], filters: any[]): any[] {\n let i: number,\n passesFilter: boolean,\n result: any[] = [];\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 private orangeFilterFailed(filter: any, item: any): boolean {\n return (\n filter.name === 'hideOrange' && filter.value && item.color === 'orange'\n );\n }\n}\n"
5113
5152
  },
5114
5153
  {
5115
5154
  "fileName": "filter-demo.module.ts",
5116
5155
  "filePath": "/projects/lists/documentation/code-examples/filter/modal/filter-demo.module.ts",
5117
- "rawContents": "import {\n NgModule\n} from '@angular/core';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n FormsModule\n} from '@angular/forms';\n\nimport {\n SkyIdModule\n} from '@skyux/core';\n\nimport {\n SkyCheckboxModule\n} from '@skyux/forms';\n\nimport {\n SkyToolbarModule\n} from '@skyux/layout';\n\nimport {\n SkyFilterModule,\n SkyRepeaterModule\n} from '@skyux/lists';\n\nimport {\n SkyModalModule\n} from '@skyux/modals';\n\nimport {\n FilterDemoComponent\n} from './filter-demo.component';\n\nimport {\n FilterDemoModalComponent\n} from './filter-demo-modal.component';\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n SkyIdModule,\n SkyCheckboxModule,\n SkyFilterModule,\n SkyModalModule,\n SkyRepeaterModule,\n SkyToolbarModule\n ],\n declarations: [\n FilterDemoComponent,\n FilterDemoModalComponent\n ],\n entryComponents: [\n FilterDemoModalComponent\n ],\n exports: [\n FilterDemoComponent\n ]\n})\nexport class FilterDemoModule { }\n"
5156
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { FormsModule } from '@angular/forms';\n\nimport { SkyIdModule } from '@skyux/core';\n\nimport { SkyCheckboxModule } from '@skyux/forms';\n\nimport { SkyToolbarModule } from '@skyux/layout';\n\nimport { SkyFilterModule, SkyRepeaterModule } from '@skyux/lists';\n\nimport { SkyModalModule } from '@skyux/modals';\n\nimport { FilterDemoComponent } from './filter-demo.component';\n\nimport { FilterDemoModalComponent } from './filter-demo-modal.component';\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n SkyIdModule,\n SkyCheckboxModule,\n SkyFilterModule,\n SkyModalModule,\n SkyRepeaterModule,\n SkyToolbarModule,\n ],\n declarations: [FilterDemoComponent, FilterDemoModalComponent],\n entryComponents: [FilterDemoModalComponent],\n exports: [FilterDemoComponent],\n})\nexport class FilterDemoModule {}\n"
5118
5157
  },
5119
5158
  {
5120
5159
  "fileName": "infinite-scroll-demo.component.html",
5121
5160
  "filePath": "/projects/lists/documentation/code-examples/infinite-scroll/list/infinite-scroll-demo.component.html",
5122
- "rawContents": "<div\n style=\"overflow-y: auto; max-height: 400px; position: relative;\"\n>\n <sky-list\n [data]=\"items\"\n >\n <sky-list-view-grid\n fit=\"scroll\"\n >\n <sky-grid-column\n field=\"name\"\n heading=\"Name\"\n ></sky-grid-column>\n </sky-list-view-grid>\n </sky-list>\n <sky-infinite-scroll\n [enabled]=\"itemsHaveMore\"\n (scrollEnd)=\"onScrollEnd()\"\n >\n </sky-infinite-scroll>\n</div>\n<br>\n<br>\n"
5161
+ "rawContents": "<div style=\"overflow-y: auto; max-height: 400px; position: relative\">\n <sky-list [data]=\"items\">\n <sky-list-view-grid fit=\"scroll\">\n <sky-grid-column field=\"name\" heading=\"Name\"></sky-grid-column>\n </sky-list-view-grid>\n </sky-list>\n <sky-infinite-scroll [enabled]=\"itemsHaveMore\" (scrollEnd)=\"onScrollEnd()\">\n </sky-infinite-scroll>\n</div>\n<br />\n<br />\n"
5123
5162
  },
5124
5163
  {
5125
5164
  "fileName": "infinite-scroll-demo.component.ts",
5126
5165
  "filePath": "/projects/lists/documentation/code-examples/infinite-scroll/list/infinite-scroll-demo.component.ts",
5127
- "rawContents": "import {\n Component,\n OnInit\n} from '@angular/core';\n\nimport {\n BehaviorSubject\n} from 'rxjs';\n\nlet nextId = 0;\n\n@Component({\n selector: 'app-infinite-scroll-demo',\n templateUrl: './infinite-scroll-demo.component.html'\n})\nexport class InfiniteScrollDemoComponent implements OnInit {\n\n public itemsHaveMore = true;\n\n public items = new BehaviorSubject<any[]>([]);\n\n private _items: any[] = [];\n\n public ngOnInit(): void {\n this.addData();\n }\n\n public onScrollEnd(): void {\n if (this.itemsHaveMore) {\n this.addData();\n }\n }\n\n private addData(): void {\n this.mockRemote().then((result: any) => {\n this._items = this._items.concat(result.data);\n this.items.next(this._items);\n this.itemsHaveMore = result.hasMore;\n });\n }\n\n private mockRemote(): Promise<any> {\n const data: any[] = [];\n\n for (let i = 0; i < 8; i++) {\n data.push({\n name: `List item #${++nextId}`\n });\n }\n\n // Simulate async request.\n return new Promise((resolve: any) => {\n setTimeout(() => {\n resolve({\n data,\n hasMore: (nextId < 50)\n });\n }, 1000);\n });\n }\n}\n"
5166
+ "rawContents": "import { Component, OnInit } from '@angular/core';\n\nimport { BehaviorSubject } from 'rxjs';\n\nlet nextId = 0;\n\n@Component({\n selector: 'app-infinite-scroll-demo',\n templateUrl: './infinite-scroll-demo.component.html',\n})\nexport class InfiniteScrollDemoComponent implements OnInit {\n public itemsHaveMore = true;\n\n public items = new BehaviorSubject<any[]>([]);\n\n private _items: any[] = [];\n\n public ngOnInit(): void {\n this.addData();\n }\n\n public onScrollEnd(): void {\n if (this.itemsHaveMore) {\n this.addData();\n }\n }\n\n private addData(): void {\n this.mockRemote().then((result: any) => {\n this._items = this._items.concat(result.data);\n this.items.next(this._items);\n this.itemsHaveMore = result.hasMore;\n });\n }\n\n private mockRemote(): Promise<any> {\n const data: any[] = [];\n\n for (let i = 0; i < 8; i++) {\n data.push({\n name: `List item #${++nextId}`,\n });\n }\n\n // Simulate async request.\n return new Promise((resolve: any) => {\n setTimeout(() => {\n resolve({\n data,\n hasMore: nextId < 50,\n });\n }, 1000);\n });\n }\n}\n"
5128
5167
  },
5129
5168
  {
5130
5169
  "fileName": "infinite-scroll-demo.module.ts",
5131
5170
  "filePath": "/projects/lists/documentation/code-examples/infinite-scroll/list/infinite-scroll-demo.module.ts",
5132
- "rawContents": "import {\n NgModule\n} from '@angular/core';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n SkyBackToTopModule\n} from '@skyux/layout';\n\nimport {\n SkyListModule\n} from '@skyux/list-builder';\n\nimport {\n SkyListViewGridModule\n} from '@skyux/list-builder-view-grids';\n\nimport {\n SkyInfiniteScrollModule\n} from '@skyux/lists';\n\nimport {\n InfiniteScrollDemoComponent\n} from './infinite-scroll-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyBackToTopModule,\n SkyInfiniteScrollModule,\n SkyListModule,\n SkyListViewGridModule\n ],\n declarations: [\n InfiniteScrollDemoComponent\n ],\n exports: [\n InfiniteScrollDemoComponent\n ]\n})\nexport class InfiniteScrollDemoModule { }\n"
5171
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyBackToTopModule } from '@skyux/layout';\n\nimport { SkyListModule } from '@skyux/list-builder';\n\nimport { SkyListViewGridModule } from '@skyux/list-builder-view-grids';\n\nimport { SkyInfiniteScrollModule } from '@skyux/lists';\n\nimport { InfiniteScrollDemoComponent } from './infinite-scroll-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyBackToTopModule,\n SkyInfiniteScrollModule,\n SkyListModule,\n SkyListViewGridModule,\n ],\n declarations: [InfiniteScrollDemoComponent],\n exports: [InfiniteScrollDemoComponent],\n})\nexport class InfiniteScrollDemoModule {}\n"
5133
5172
  },
5134
5173
  {
5135
5174
  "fileName": "infinite-scroll-demo.component.html",
5136
5175
  "filePath": "/projects/lists/documentation/code-examples/infinite-scroll/repeater/infinite-scroll-demo.component.html",
5137
- "rawContents": "<div\n style=\"overflow-y: auto; max-height: 400px; position: relative;\"\n>\n <sky-repeater>\n <sky-repeater-item *ngFor=\"let item of items\">\n <sky-repeater-item-title>\n {{ item.name }}\n </sky-repeater-item-title>\n </sky-repeater-item>\n </sky-repeater>\n <sky-infinite-scroll\n [enabled]=\"itemsHaveMore\"\n (scrollEnd)=\"onScrollEnd()\"\n >\n </sky-infinite-scroll>\n</div>\n<br>\n<br>\n"
5176
+ "rawContents": "<div style=\"overflow-y: auto; max-height: 400px; position: relative\">\n <sky-repeater>\n <sky-repeater-item *ngFor=\"let item of items\">\n <sky-repeater-item-title>\n {{ item.name }}\n </sky-repeater-item-title>\n </sky-repeater-item>\n </sky-repeater>\n <sky-infinite-scroll [enabled]=\"itemsHaveMore\" (scrollEnd)=\"onScrollEnd()\">\n </sky-infinite-scroll>\n</div>\n<br />\n<br />\n"
5138
5177
  },
5139
5178
  {
5140
5179
  "fileName": "infinite-scroll-demo.component.ts",
5141
5180
  "filePath": "/projects/lists/documentation/code-examples/infinite-scroll/repeater/infinite-scroll-demo.component.ts",
5142
- "rawContents": "import {\n Component,\n OnInit\n} from '@angular/core';\n\nlet nextId = 0;\n\n@Component({\n selector: 'app-infinite-scroll-demo',\n templateUrl: './infinite-scroll-demo.component.html'\n})\nexport class InfiniteScrollDemoComponent implements OnInit {\n\n public items: any[] = [];\n\n public itemsHaveMore = true;\n\n public ngOnInit(): void {\n this.addData();\n }\n\n public onScrollEnd(): void {\n if (this.itemsHaveMore) {\n this.addData();\n }\n }\n\n private addData(): void {\n this.mockRemote().then((result: any) => {\n this.items = this.items.concat(result.data);\n this.itemsHaveMore = result.hasMore;\n });\n }\n\n private mockRemote(): Promise<any> {\n const data: any[] = [];\n\n for (let i = 0; i < 8; i++) {\n data.push({\n name: `Item #${++nextId}`\n });\n }\n\n // Simulate async request.\n return new Promise((resolve: any) => {\n setTimeout(() => {\n resolve({\n data,\n hasMore: (nextId < 50)\n });\n }, 1000);\n });\n }\n}\n"
5181
+ "rawContents": "import { Component, OnInit } from '@angular/core';\n\nlet nextId = 0;\n\n@Component({\n selector: 'app-infinite-scroll-demo',\n templateUrl: './infinite-scroll-demo.component.html',\n})\nexport class InfiniteScrollDemoComponent implements OnInit {\n public items: any[] = [];\n\n public itemsHaveMore = true;\n\n public ngOnInit(): void {\n this.addData();\n }\n\n public onScrollEnd(): void {\n if (this.itemsHaveMore) {\n this.addData();\n }\n }\n\n private addData(): void {\n this.mockRemote().then((result: any) => {\n this.items = this.items.concat(result.data);\n this.itemsHaveMore = result.hasMore;\n });\n }\n\n private mockRemote(): Promise<any> {\n const data: any[] = [];\n\n for (let i = 0; i < 8; i++) {\n data.push({\n name: `Item #${++nextId}`,\n });\n }\n\n // Simulate async request.\n return new Promise((resolve: any) => {\n setTimeout(() => {\n resolve({\n data,\n hasMore: nextId < 50,\n });\n }, 1000);\n });\n }\n}\n"
5143
5182
  },
5144
5183
  {
5145
5184
  "fileName": "infinite-scroll-demo.module.ts",
5146
5185
  "filePath": "/projects/lists/documentation/code-examples/infinite-scroll/repeater/infinite-scroll-demo.module.ts",
5147
- "rawContents": "import {\n NgModule\n} from '@angular/core';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n SkyBackToTopModule\n} from '@skyux/layout';\n\nimport {\n SkyInfiniteScrollModule,\n SkyRepeaterModule\n} from '@skyux/lists';\n\nimport {\n InfiniteScrollDemoComponent\n} from './infinite-scroll-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyBackToTopModule,\n SkyInfiniteScrollModule,\n SkyRepeaterModule\n ],\n declarations: [\n InfiniteScrollDemoComponent\n ],\n exports: [\n InfiniteScrollDemoComponent\n ]\n})\nexport class InfiniteScrollDemoModule { }\n"
5186
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyBackToTopModule } from '@skyux/layout';\n\nimport { SkyInfiniteScrollModule, SkyRepeaterModule } from '@skyux/lists';\n\nimport { InfiniteScrollDemoComponent } from './infinite-scroll-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyBackToTopModule,\n SkyInfiniteScrollModule,\n SkyRepeaterModule,\n ],\n declarations: [InfiniteScrollDemoComponent],\n exports: [InfiniteScrollDemoComponent],\n})\nexport class InfiniteScrollDemoModule {}\n"
5148
5187
  },
5149
5188
  {
5150
5189
  "fileName": "paging-demo.component.html",
5151
5190
  "filePath": "/projects/lists/documentation/code-examples/paging/basic/paging-demo.component.html",
5152
- "rawContents": "<sky-paging\n [itemCount]=\"8\"\n [maxPages]=\"3\"\n [pageSize]=\"2\"\n [(currentPage)]=\"currentPage\"\n>\n</sky-paging>\n<p>\n The current page is {{currentPage}}.\n</p>\n"
5191
+ "rawContents": "<sky-paging\n [itemCount]=\"8\"\n [maxPages]=\"3\"\n [pageSize]=\"2\"\n [(currentPage)]=\"currentPage\"\n>\n</sky-paging>\n<p>The current page is {{ currentPage }}.</p>\n"
5153
5192
  },
5154
5193
  {
5155
5194
  "fileName": "paging-demo.component.ts",
5156
5195
  "filePath": "/projects/lists/documentation/code-examples/paging/basic/paging-demo.component.ts",
5157
- "rawContents": "import {\n Component\n} from '@angular/core';\n\n@Component({\n selector: 'app-paging-demo',\n templateUrl: './paging-demo.component.html'\n})\nexport class PagingDemoComponent {\n\n public currentPage: number = 1;\n\n}\n"
5196
+ "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-paging-demo',\n templateUrl: './paging-demo.component.html',\n})\nexport class PagingDemoComponent {\n public currentPage: number = 1;\n}\n"
5158
5197
  },
5159
5198
  {
5160
5199
  "fileName": "paging-demo.module.ts",
5161
5200
  "filePath": "/projects/lists/documentation/code-examples/paging/basic/paging-demo.module.ts",
5162
- "rawContents": "import {\n NgModule\n} from '@angular/core';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n SkyPagingModule\n} from '@skyux/lists';\n\nimport {\n PagingDemoComponent\n} from './paging-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyPagingModule\n ],\n declarations: [\n PagingDemoComponent\n ],\n exports: [\n PagingDemoComponent\n ]\n})\nexport class PagingDemoModule { }\n"
5201
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyPagingModule } from '@skyux/lists';\n\nimport { PagingDemoComponent } from './paging-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyPagingModule],\n declarations: [PagingDemoComponent],\n exports: [PagingDemoComponent],\n})\nexport class PagingDemoModule {}\n"
5163
5202
  },
5164
5203
  {
5165
5204
  "fileName": "repeater-demo.component.html",
5166
5205
  "filePath": "/projects/lists/documentation/code-examples/repeater/add-remove/repeater-demo.component.html",
5167
- "rawContents": "<div\n class=\"sky-margin-stacked-default\"\n>\n <sky-repeater\n [reorderable]=\"true\"\n (orderChange)=\"changeItems($event)\"\n >\n <sky-repeater-item\n *ngFor=\"let item of items\"\n [tag]=\"item\"\n >\n <sky-repeater-item-title\n class=\"demo-repeater-flex\"\n >\n <div\n class=\"sky-emphasized\"\n >\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\n buttonType=\"context-menu\"\n >\n <sky-dropdown-menu>\n <sky-dropdown-item>\n <button\n type=\"button\"\n >\n Action 1\n </button>\n </sky-dropdown-item>\n <sky-dropdown-item>\n <button\n type=\"button\"\n >\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-margin-inline-default\"\n (click)=\"addItem()\"\n>\n Add item\n</button>\n\n<button\n class=\"sky-btn sky-margin-inline-default\"\n (click)=\"removeItem()\"\n>\n Remove item\n</button>\n"
5206
+ "rawContents": "<div class=\"sky-margin-stacked-default\">\n <sky-repeater [reorderable]=\"true\" (orderChange)=\"changeItems($event)\">\n <sky-repeater-item *ngFor=\"let item of items\" [tag]=\"item\">\n <sky-repeater-item-title class=\"demo-repeater-flex\">\n <div class=\"sky-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\">Action 1</button>\n </sky-dropdown-item>\n <sky-dropdown-item>\n <button type=\"button\">Action 2</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 class=\"sky-btn sky-margin-inline-default\" (click)=\"addItem()\">\n Add item\n</button>\n\n<button class=\"sky-btn sky-margin-inline-default\" (click)=\"removeItem()\">\n Remove item\n</button>\n"
5168
5207
  },
5169
5208
  {
5170
5209
  "fileName": "repeater-demo.component.scss",
@@ -5174,17 +5213,17 @@
5174
5213
  {
5175
5214
  "fileName": "repeater-demo.component.ts",
5176
5215
  "filePath": "/projects/lists/documentation/code-examples/repeater/add-remove/repeater-demo.component.ts",
5177
- "rawContents": "import {\n Component\n} from '@angular/core';\n\nlet nextId: number = 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\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 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: any): void {\n this.items = tags;\n }\n\n public removeItem(): void {\n this.items.pop();\n }\n}\n"
5216
+ "rawContents": "import { Component } from '@angular/core';\n\nlet nextId: number = 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: 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 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: any): void {\n this.items = tags;\n }\n\n public removeItem(): void {\n this.items.pop();\n }\n}\n"
5178
5217
  },
5179
5218
  {
5180
5219
  "fileName": "repeater-demo.module.ts",
5181
5220
  "filePath": "/projects/lists/documentation/code-examples/repeater/add-remove/repeater-demo.module.ts",
5182
- "rawContents": "import {\n NgModule\n} from '@angular/core';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n SkyRepeaterModule\n} from '@skyux/lists';\n\nimport {\n SkyDropdownModule\n} from '@skyux/popovers';\n\nimport {\n RepeaterDemoComponent\n} from './repeater-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyDropdownModule,\n SkyRepeaterModule\n ],\n declarations: [\n RepeaterDemoComponent\n ],\n exports: [\n RepeaterDemoComponent\n ]\n})\nexport class RepeaterDemoModule { }\n"
5221
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyRepeaterModule } from '@skyux/lists';\n\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"
5183
5222
  },
5184
5223
  {
5185
5224
  "fileName": "repeater-demo.component.html",
5186
5225
  "filePath": "/projects/lists/documentation/code-examples/repeater/basic/repeater-demo.component.html",
5187
- "rawContents": "<sky-repeater>\n <sky-repeater-item\n *ngFor=\"let item of items\"\n >\n <sky-repeater-item-title\n class=\"demo-repeater-flex\"\n >\n <div\n class=\"sky-emphasized\"\n >\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\n buttonType=\"context-menu\"\n >\n <sky-dropdown-menu>\n <sky-dropdown-item>\n <button\n type=\"button\"\n >\n Action 1\n </button>\n </sky-dropdown-item>\n <sky-dropdown-item>\n <button\n type=\"button\"\n >\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"
5226
+ "rawContents": "<sky-repeater>\n <sky-repeater-item *ngFor=\"let item of items\">\n <sky-repeater-item-title class=\"demo-repeater-flex\">\n <div class=\"sky-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\">Action 1</button>\n </sky-dropdown-item>\n <sky-dropdown-item>\n <button type=\"button\">Action 2</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"
5188
5227
  },
5189
5228
  {
5190
5229
  "fileName": "repeater-demo.component.scss",
@@ -5194,27 +5233,27 @@
5194
5233
  {
5195
5234
  "fileName": "repeater-demo.component.ts",
5196
5235
  "filePath": "/projects/lists/documentation/code-examples/repeater/basic/repeater-demo.component.ts",
5197
- "rawContents": "import {\n Component\n} 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\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"
5236
+ "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"
5198
5237
  },
5199
5238
  {
5200
5239
  "fileName": "repeater-demo.module.ts",
5201
5240
  "filePath": "/projects/lists/documentation/code-examples/repeater/basic/repeater-demo.module.ts",
5202
- "rawContents": "import {\n NgModule\n} from '@angular/core';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n SkyRepeaterModule\n} from '@skyux/lists';\n\nimport {\n SkyDropdownModule\n} from '@skyux/popovers';\n\nimport {\n RepeaterDemoComponent\n} from './repeater-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyDropdownModule,\n SkyRepeaterModule\n ],\n declarations: [\n RepeaterDemoComponent\n ],\n exports: [\n RepeaterDemoComponent\n ]\n})\nexport class RepeaterDemoModule { }\n"
5241
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyRepeaterModule } from '@skyux/lists';\n\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"
5203
5242
  },
5204
5243
  {
5205
5244
  "fileName": "sort-demo.component.html",
5206
5245
  "filePath": "/projects/lists/documentation/code-examples/sort/basic/sort-demo.component.html",
5207
- "rawContents": "<sky-toolbar>\n <sky-toolbar-item>\n <sky-sort\n [showButtonText]=\"true\"\n >\n <sky-sort-item *ngFor=\"let item of sortOptions\"\n [active]=\"initialState === item.id\"\n (itemSelect)=\"sortItems(item)\"\n >\n {{item.label}}\n </sky-sort-item>\n </sky-sort>\n </sky-toolbar-item>\n</sky-toolbar>\n<sky-repeater\n expandMode=\"none\"\n>\n <sky-repeater-item *ngFor=\"let item of sortedItems\">\n <sky-repeater-item-title>\n {{item.title}}\n </sky-repeater-item-title>\n <sky-repeater-item-content>\n <div\n style=\"display: flex; justify-content: space-between\"\n >\n <div>\n Assigned to {{item.assignee}}\n </div>\n <div>\n Created {{item.date | date}}\n </div>\n </div>\n <div>\n {{item.note}}\n </div>\n </sky-repeater-item-content>\n </sky-repeater-item>\n</sky-repeater>\n"
5246
+ "rawContents": "<sky-toolbar>\n <sky-toolbar-item>\n <sky-sort [showButtonText]=\"true\">\n <sky-sort-item\n *ngFor=\"let item of sortOptions\"\n [active]=\"initialState === item.id\"\n (itemSelect)=\"sortItems(item)\"\n >\n {{ item.label }}\n </sky-sort-item>\n </sky-sort>\n </sky-toolbar-item>\n</sky-toolbar>\n<sky-repeater expandMode=\"none\">\n <sky-repeater-item *ngFor=\"let item of sortedItems\">\n <sky-repeater-item-title>\n {{ item.title }}\n </sky-repeater-item-title>\n <sky-repeater-item-content>\n <div style=\"display: flex; justify-content: space-between\">\n <div>Assigned to {{ item.assignee }}</div>\n <div>Created {{ item.date | date }}</div>\n </div>\n <div>\n {{ item.note }}\n </div>\n </sky-repeater-item-content>\n </sky-repeater-item>\n</sky-repeater>\n"
5208
5247
  },
5209
5248
  {
5210
5249
  "fileName": "sort-demo.component.ts",
5211
5250
  "filePath": "/projects/lists/documentation/code-examples/sort/basic/sort-demo.component.ts",
5212
- "rawContents": "import {\n Component,\n OnInit\n} from '@angular/core';\n\n@Component({\n selector: 'app-sort-demo',\n templateUrl: './sort-demo.component.html'\n})\nexport class SortDemoComponent implements OnInit {\n\n public initialState: number;\n\n public sortedItems: any[] = [\n {\n title: 'Call Robert Hernandez',\n note: 'Robert recently gave a very generous gift. We should call to thank him.',\n assignee: 'Debby Fowler',\n date: new Date('12/22/2015')\n },\n {\n title: 'Send invitation to ball',\n note: 'The Spring Ball is coming up soon. Let\\'s get those invitations out!',\n assignee: 'Debby Fowler',\n date: new Date('1/1/2016')\n },\n {\n title: 'Clean up desk',\n note: 'File and organize papers.',\n assignee: 'Tim Howard',\n date: new Date('2/2/2016')\n },\n {\n title: 'Investigate leads',\n note: 'Check out leads for important charity event funding.',\n assignee: 'Larry Williams',\n date: new Date('4/5/2016')\n },\n {\n title: 'Send thank you note',\n note: 'Send a thank you note to Timothy for his donation.',\n assignee: 'Catherine Hooper',\n date: new Date('11/11/2015')\n }\n ];\n\n public sortOptions: any[] = [\n {\n id: 1,\n label: 'Assigned to (A - Z)',\n name: 'assignee',\n descending: false\n },\n {\n id: 2,\n label: 'Assigned to (Z - A)',\n name: 'assignee',\n descending: true\n },\n {\n id: 3,\n label: 'Date created (newest first)',\n name: 'date',\n descending: true\n },\n {\n id: 4,\n label: 'Date created (oldest first)',\n name: 'date',\n descending: false\n },\n {\n id: 5,\n label: 'Note title (A - Z)',\n name: 'title',\n descending: false\n },\n {\n id: 6,\n label: 'Note title (Z - A)',\n name: 'title',\n descending: true\n }\n ];\n\n public ngOnInit(): void {\n this.initialState = 3;\n this.sortItems(this.sortOptions[2]);\n }\n\n public sortItems(item: any): void {\n this.sortedItems = this.sortedItems.sort(function (a: any, b: any) {\n const descending = item.descending ? -1 : 1;\n const sortProperty = item.name;\n\n if (a[sortProperty] > b[sortProperty]) {\n return (descending);\n } else if (a[sortProperty] < b[sortProperty]) {\n return (-1 * descending);\n } else {\n return 0;\n }\n });\n }\n}\n"
5251
+ "rawContents": "import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'app-sort-demo',\n templateUrl: './sort-demo.component.html',\n})\nexport class SortDemoComponent implements OnInit {\n public initialState: number;\n\n public sortedItems: any[] = [\n {\n title: 'Call Robert Hernandez',\n note: 'Robert recently gave a very generous gift. We should call to thank him.',\n assignee: 'Debby Fowler',\n date: new Date('12/22/2015'),\n },\n {\n title: 'Send invitation to ball',\n note: \"The Spring Ball is coming up soon. Let's get those invitations out!\",\n assignee: 'Debby Fowler',\n date: new Date('1/1/2016'),\n },\n {\n title: 'Clean up desk',\n note: 'File and organize papers.',\n assignee: 'Tim Howard',\n date: new Date('2/2/2016'),\n },\n {\n title: 'Investigate leads',\n note: 'Check out leads for important charity event funding.',\n assignee: 'Larry Williams',\n date: new Date('4/5/2016'),\n },\n {\n title: 'Send thank you note',\n note: 'Send a thank you note to Timothy for his donation.',\n assignee: 'Catherine Hooper',\n date: new Date('11/11/2015'),\n },\n ];\n\n public sortOptions: any[] = [\n {\n id: 1,\n label: 'Assigned to (A - Z)',\n name: 'assignee',\n descending: false,\n },\n {\n id: 2,\n label: 'Assigned to (Z - A)',\n name: 'assignee',\n descending: true,\n },\n {\n id: 3,\n label: 'Date created (newest first)',\n name: 'date',\n descending: true,\n },\n {\n id: 4,\n label: 'Date created (oldest first)',\n name: 'date',\n descending: false,\n },\n {\n id: 5,\n label: 'Note title (A - Z)',\n name: 'title',\n descending: false,\n },\n {\n id: 6,\n label: 'Note title (Z - A)',\n name: 'title',\n descending: true,\n },\n ];\n\n public ngOnInit(): void {\n this.initialState = 3;\n this.sortItems(this.sortOptions[2]);\n }\n\n public sortItems(item: any): void {\n this.sortedItems = this.sortedItems.sort(function (a: any, b: any) {\n const descending = item.descending ? -1 : 1;\n const sortProperty = item.name;\n\n if (a[sortProperty] > b[sortProperty]) {\n return descending;\n } else if (a[sortProperty] < b[sortProperty]) {\n return -1 * descending;\n } else {\n return 0;\n }\n });\n }\n}\n"
5213
5252
  },
5214
5253
  {
5215
5254
  "fileName": "sort-demo.module.ts",
5216
5255
  "filePath": "/projects/lists/documentation/code-examples/sort/basic/sort-demo.module.ts",
5217
- "rawContents": "import {\n NgModule\n} from '@angular/core';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n SkyToolbarModule\n} from '@skyux/layout';\n\nimport {\n SkyRepeaterModule,\n SkySortModule\n} from '@skyux/lists';\n\nimport {\n SortDemoComponent\n} from './sort-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyRepeaterModule,\n SkySortModule,\n SkyToolbarModule\n ],\n declarations: [\n SortDemoComponent\n ],\n exports: [\n SortDemoComponent\n ]\n})\nexport class SortDemoModule { }\n"
5256
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyToolbarModule } from '@skyux/layout';\n\nimport { SkyRepeaterModule, SkySortModule } from '@skyux/lists';\n\nimport { SortDemoComponent } from './sort-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyRepeaterModule, SkySortModule, SkyToolbarModule],\n declarations: [SortDemoComponent],\n exports: [SortDemoComponent],\n})\nexport class SortDemoModule {}\n"
5218
5257
  }
5219
5258
  ]
5220
5259
  }