@skyux/lists 5.0.0 → 5.0.4

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 (46) hide show
  1. package/bundles/skyux-lists-testing.umd.js +31 -46
  2. package/bundles/skyux-lists-testing.umd.js.map +1 -1
  3. package/bundles/skyux-lists.umd.js +283 -310
  4. package/bundles/skyux-lists.umd.js.map +1 -1
  5. package/documentation.json +524 -707
  6. package/esm2015/modules/filter/filter-button.component.js +11 -19
  7. package/esm2015/modules/filter/filter-inline-item.component.js +5 -5
  8. package/esm2015/modules/filter/filter-inline.component.js +5 -5
  9. package/esm2015/modules/filter/filter-summary-item.component.js +6 -6
  10. package/esm2015/modules/filter/filter-summary.component.js +5 -5
  11. package/esm2015/modules/filter/filter.module.js +10 -15
  12. package/esm2015/modules/infinite-scroll/infinite-scroll-dom-adapter.service.js +11 -12
  13. package/esm2015/modules/infinite-scroll/infinite-scroll.component.js +10 -12
  14. package/esm2015/modules/infinite-scroll/infinite-scroll.module.js +8 -22
  15. package/esm2015/modules/paging/paging.component.js +9 -10
  16. package/esm2015/modules/paging/paging.module.js +9 -13
  17. package/esm2015/modules/repeater/repeater-adapter.service.js +4 -4
  18. package/esm2015/modules/repeater/repeater-item-content.component.js +5 -5
  19. package/esm2015/modules/repeater/repeater-item-context-menu.component.js +5 -5
  20. package/esm2015/modules/repeater/repeater-item-title.component.js +5 -5
  21. package/esm2015/modules/repeater/repeater-item.component.js +12 -12
  22. package/esm2015/modules/repeater/repeater.component.js +24 -26
  23. package/esm2015/modules/repeater/repeater.module.js +10 -10
  24. package/esm2015/modules/repeater/repeater.service.js +5 -5
  25. package/esm2015/modules/shared/sky-lists-resources.module.js +45 -12
  26. package/esm2015/modules/sort/sort-item.component.js +10 -9
  27. package/esm2015/modules/sort/sort-menu-heading.component.js +5 -5
  28. package/esm2015/modules/sort/sort.component.js +14 -29
  29. package/esm2015/modules/sort/sort.module.js +10 -14
  30. package/esm2015/modules/sort/sort.service.js +4 -4
  31. package/esm2015/testing/filter/filter-fixture-button.js +2 -2
  32. package/esm2015/testing/filter/filter-fixture-summary.js +1 -1
  33. package/esm2015/testing/filter/filter-testing.module.js +6 -8
  34. package/esm2015/testing/infinite-scroll/infinite-scroll-fixture.js +1 -1
  35. package/esm2015/testing/infinite-scroll/infinite-scroll-testing.module.js +6 -8
  36. package/esm2015/testing/paging/paging-fixture.js +2 -2
  37. package/esm2015/testing/paging/paging-testing.module.js +6 -8
  38. package/esm2015/testing/sort/sort-fixture.js +5 -6
  39. package/esm2015/testing/sort/sort-testing.module.js +7 -13
  40. package/fesm2015/skyux-lists-testing.js +27 -40
  41. package/fesm2015/skyux-lists-testing.js.map +1 -1
  42. package/fesm2015/skyux-lists.js +212 -233
  43. package/fesm2015/skyux-lists.js.map +1 -1
  44. package/modules/filter/filter-button.component.d.ts +2 -7
  45. package/modules/sort/sort.component.d.ts +2 -8
  46. package/package.json +13 -12
@@ -23,13 +23,13 @@
23
23
  "typedoc": {
24
24
  "id": 0,
25
25
  "name": "@skyux/lists",
26
- "kind": 0,
26
+ "kind": 1,
27
27
  "kindString": "Project",
28
28
  "flags": {},
29
29
  "originalName": "",
30
30
  "children": [
31
31
  {
32
- "id": 290,
32
+ "id": 280,
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 providers: [\n SkyThemeService\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": 291,
51
+ "id": 281,
52
52
  "name": "constructor",
53
53
  "kind": 512,
54
54
  "kindString": "Constructor",
55
55
  "flags": {},
56
56
  "signatures": [
57
57
  {
58
- "id": 292,
58
+ "id": 282,
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": 290,
65
+ "id": 280,
66
66
  "name": "SkyFilterModule"
67
67
  }
68
68
  }
@@ -74,20 +74,20 @@
74
74
  "title": "Constructors",
75
75
  "kind": 512,
76
76
  "children": [
77
- 291
77
+ 281
78
78
  ]
79
79
  }
80
80
  ],
81
81
  "sources": [
82
82
  {
83
83
  "fileName": "projects/lists/src/modules/filter/filter.module.ts",
84
- "line": 69,
84
+ "line": 44,
85
85
  "character": 13
86
86
  }
87
87
  ]
88
88
  },
89
89
  {
90
- "id": 293,
90
+ "id": 283,
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": 294,
109
+ "id": 284,
110
110
  "name": "constructor",
111
111
  "kind": 512,
112
112
  "kindString": "Constructor",
113
113
  "flags": {},
114
114
  "signatures": [
115
115
  {
116
- "id": 295,
116
+ "id": 285,
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": 293,
123
+ "id": 283,
124
124
  "name": "SkyInfiniteScrollModule"
125
125
  }
126
126
  }
@@ -132,20 +132,20 @@
132
132
  "title": "Constructors",
133
133
  "kind": 512,
134
134
  "children": [
135
- 294
135
+ 284
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": 296,
148
+ "id": 286,
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": 297,
167
+ "id": 287,
168
168
  "name": "constructor",
169
169
  "kind": 512,
170
170
  "kindString": "Constructor",
171
171
  "flags": {},
172
172
  "signatures": [
173
173
  {
174
- "id": 298,
174
+ "id": 288,
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": 296,
181
+ "id": 286,
182
182
  "name": "SkyPagingModule"
183
183
  }
184
184
  }
@@ -190,20 +190,20 @@
190
190
  "title": "Constructors",
191
191
  "kind": 512,
192
192
  "children": [
193
- 297
193
+ 287
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": 299,
206
+ "id": 289,
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": 300,
225
+ "id": 290,
226
226
  "name": "constructor",
227
227
  "kind": 512,
228
228
  "kindString": "Constructor",
229
229
  "flags": {},
230
230
  "signatures": [
231
231
  {
232
- "id": 301,
232
+ "id": 291,
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": 299,
239
+ "id": 289,
240
240
  "name": "SkyRepeaterModule"
241
241
  }
242
242
  }
@@ -248,20 +248,20 @@
248
248
  "title": "Constructors",
249
249
  "kind": 512,
250
250
  "children": [
251
- 300
251
+ 290
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": 302,
264
+ "id": 292,
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": 303,
283
+ "id": 293,
284
284
  "name": "constructor",
285
285
  "kind": 512,
286
286
  "kindString": "Constructor",
287
287
  "flags": {},
288
288
  "signatures": [
289
289
  {
290
- "id": 304,
290
+ "id": 294,
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": 302,
297
+ "id": 292,
298
298
  "name": "SkySortModule"
299
299
  }
300
300
  }
@@ -306,14 +306,14 @@
306
306
  "title": "Constructors",
307
307
  "kind": 512,
308
308
  "children": [
309
- 303
309
+ 293
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
  ],
@@ -343,13 +343,6 @@
343
343
  "kind": 512,
344
344
  "kindString": "Constructor",
345
345
  "flags": {},
346
- "sources": [
347
- {
348
- "fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
349
- "line": 81,
350
- "character": 2
351
- }
352
- ],
353
346
  "signatures": [
354
347
  {
355
348
  "id": 3,
@@ -357,30 +350,6 @@
357
350
  "kind": 16384,
358
351
  "kindString": "Constructor signature",
359
352
  "flags": {},
360
- "parameters": [
361
- {
362
- "id": 4,
363
- "name": "themeSvc",
364
- "kind": 32768,
365
- "kindString": "Parameter",
366
- "flags": {},
367
- "type": {
368
- "type": "reference",
369
- "name": "SkyThemeService"
370
- }
371
- },
372
- {
373
- "id": 5,
374
- "name": "changeDetector",
375
- "kind": 32768,
376
- "kindString": "Parameter",
377
- "flags": {},
378
- "type": {
379
- "type": "reference",
380
- "name": "ChangeDetectorRef"
381
- }
382
- }
383
- ],
384
353
  "type": {
385
354
  "type": "reference",
386
355
  "id": 1,
@@ -390,7 +359,7 @@
390
359
  ]
391
360
  },
392
361
  {
393
- "id": 12,
362
+ "id": 10,
394
363
  "name": "active",
395
364
  "kind": 1024,
396
365
  "kindString": "Property",
@@ -413,7 +382,7 @@
413
382
  "sources": [
414
383
  {
415
384
  "fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
416
- "line": 59,
385
+ "line": 53,
417
386
  "character": 9
418
387
  }
419
388
  ],
@@ -424,7 +393,7 @@
424
393
  "defaultValue": "false"
425
394
  },
426
395
  {
427
- "id": 10,
396
+ "id": 8,
428
397
  "name": "ariaControls",
429
398
  "kind": 1024,
430
399
  "kindString": "Property",
@@ -447,7 +416,7 @@
447
416
  "sources": [
448
417
  {
449
418
  "fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
450
- "line": 43,
419
+ "line": 37,
451
420
  "character": 9
452
421
  }
453
422
  ],
@@ -457,7 +426,7 @@
457
426
  }
458
427
  },
459
428
  {
460
- "id": 11,
429
+ "id": 9,
461
430
  "name": "ariaExpanded",
462
431
  "kind": 1024,
463
432
  "kindString": "Property",
@@ -480,7 +449,7 @@
480
449
  "sources": [
481
450
  {
482
451
  "fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
483
- "line": 51,
452
+ "line": 45,
484
453
  "character": 9
485
454
  }
486
455
  ],
@@ -490,7 +459,7 @@
490
459
  }
491
460
  },
492
461
  {
493
- "id": 13,
462
+ "id": 11,
494
463
  "name": "disabled",
495
464
  "kind": 1024,
496
465
  "kindString": "Property",
@@ -513,7 +482,7 @@
513
482
  "sources": [
514
483
  {
515
484
  "fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
516
- "line": 65,
485
+ "line": 59,
517
486
  "character": 9
518
487
  }
519
488
  ],
@@ -524,7 +493,7 @@
524
493
  "defaultValue": "false"
525
494
  },
526
495
  {
527
- "id": 15,
496
+ "id": 13,
528
497
  "name": "filterButtonClick",
529
498
  "kind": 1024,
530
499
  "kindString": "Property",
@@ -547,7 +516,7 @@
547
516
  "sources": [
548
517
  {
549
518
  "fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
550
- "line": 77,
519
+ "line": 71,
551
520
  "character": 9
552
521
  }
553
522
  ],
@@ -564,7 +533,7 @@
564
533
  "defaultValue": "..."
565
534
  },
566
535
  {
567
- "id": 14,
536
+ "id": 12,
568
537
  "name": "showButtonText",
569
538
  "kind": 1024,
570
539
  "kindString": "Property",
@@ -587,7 +556,7 @@
587
556
  "sources": [
588
557
  {
589
558
  "fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
590
- "line": 71,
559
+ "line": 65,
591
560
  "character": 9
592
561
  }
593
562
  ],
@@ -598,20 +567,7 @@
598
567
  "defaultValue": "false"
599
568
  },
600
569
  {
601
- "id": 17,
602
- "name": "themeSvc",
603
- "kind": 1024,
604
- "kindString": "Property",
605
- "flags": {
606
- "isPublic": true
607
- },
608
- "type": {
609
- "type": "reference",
610
- "name": "SkyThemeService"
611
- }
612
- },
613
- {
614
- "id": 6,
570
+ "id": 4,
615
571
  "name": "filterButtonId",
616
572
  "kind": 262144,
617
573
  "kindString": "Accessor",
@@ -631,13 +587,13 @@
631
587
  "sources": [
632
588
  {
633
589
  "fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
634
- "line": 29,
590
+ "line": 23,
635
591
  "character": 13
636
592
  }
637
593
  ],
638
594
  "getSignature": [
639
595
  {
640
- "id": 7,
596
+ "id": 5,
641
597
  "name": "filterButtonId",
642
598
  "kind": 524288,
643
599
  "kindString": "Get signature",
@@ -653,7 +609,7 @@
653
609
  ],
654
610
  "setSignature": [
655
611
  {
656
- "id": 8,
612
+ "id": 6,
657
613
  "name": "filterButtonId",
658
614
  "kind": 1048576,
659
615
  "kindString": "Set signature",
@@ -663,7 +619,7 @@
663
619
  },
664
620
  "parameters": [
665
621
  {
666
- "id": 9,
622
+ "id": 7,
667
623
  "name": "value",
668
624
  "kind": 32768,
669
625
  "kindString": "Parameter",
@@ -682,7 +638,7 @@
682
638
  ]
683
639
  },
684
640
  {
685
- "id": 20,
641
+ "id": 15,
686
642
  "name": "filterButtonOnClick",
687
643
  "kind": 2048,
688
644
  "kindString": "Method",
@@ -692,13 +648,13 @@
692
648
  "sources": [
693
649
  {
694
650
  "fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
695
- "line": 94,
651
+ "line": 75,
696
652
  "character": 9
697
653
  }
698
654
  ],
699
655
  "signatures": [
700
656
  {
701
- "id": 21,
657
+ "id": 16,
702
658
  "name": "filterButtonOnClick",
703
659
  "kind": 4096,
704
660
  "kindString": "Call signature",
@@ -709,43 +665,6 @@
709
665
  }
710
666
  }
711
667
  ]
712
- },
713
- {
714
- "id": 18,
715
- "name": "ngOnInit",
716
- "kind": 2048,
717
- "kindString": "Method",
718
- "flags": {
719
- "isPublic": true
720
- },
721
- "sources": [
722
- {
723
- "fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
724
- "line": 87,
725
- "character": 9
726
- }
727
- ],
728
- "signatures": [
729
- {
730
- "id": 19,
731
- "name": "ngOnInit",
732
- "kind": 4096,
733
- "kindString": "Call signature",
734
- "flags": {},
735
- "type": {
736
- "type": "intrinsic",
737
- "name": "void"
738
- },
739
- "implementationOf": {
740
- "type": "reference",
741
- "name": "OnInit.ngOnInit"
742
- }
743
- }
744
- ],
745
- "implementationOf": {
746
- "type": "reference",
747
- "name": "OnInit.ngOnInit"
748
- }
749
668
  }
750
669
  ],
751
670
  "groups": [
@@ -760,47 +679,39 @@
760
679
  "title": "Properties",
761
680
  "kind": 1024,
762
681
  "children": [
763
- 12,
764
682
  10,
683
+ 8,
684
+ 9,
765
685
  11,
766
686
  13,
767
- 15,
768
- 14,
769
- 17
687
+ 12
770
688
  ]
771
689
  },
772
690
  {
773
691
  "title": "Accessors",
774
692
  "kind": 262144,
775
693
  "children": [
776
- 6
694
+ 4
777
695
  ]
778
696
  },
779
697
  {
780
698
  "title": "Methods",
781
699
  "kind": 2048,
782
700
  "children": [
783
- 20,
784
- 18
701
+ 15
785
702
  ]
786
703
  }
787
704
  ],
788
705
  "sources": [
789
706
  {
790
707
  "fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
791
- "line": 23,
708
+ "line": 18,
792
709
  "character": 13
793
710
  }
794
- ],
795
- "implementedTypes": [
796
- {
797
- "type": "reference",
798
- "name": "OnInit"
799
- }
800
711
  ]
801
712
  },
802
713
  {
803
- "id": 110,
714
+ "id": 105,
804
715
  "name": "SkyRepeaterItemComponent",
805
716
  "kind": 128,
806
717
  "kindString": "Class",
@@ -816,13 +727,13 @@
816
727
  "name": "Component"
817
728
  },
818
729
  "arguments": {
819
- "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}"
820
731
  }
821
732
  }
822
733
  ],
823
734
  "children": [
824
735
  {
825
- "id": 111,
736
+ "id": 106,
826
737
  "name": "constructor",
827
738
  "kind": 512,
828
739
  "kindString": "Constructor",
@@ -830,20 +741,20 @@
830
741
  "sources": [
831
742
  {
832
743
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
833
- "line": 250,
744
+ "line": 232,
834
745
  "character": 2
835
746
  }
836
747
  ],
837
748
  "signatures": [
838
749
  {
839
- "id": 112,
750
+ "id": 107,
840
751
  "name": "SkyRepeaterItemComponent",
841
752
  "kind": 16384,
842
753
  "kindString": "Constructor signature",
843
754
  "flags": {},
844
755
  "parameters": [
845
756
  {
846
- "id": 113,
757
+ "id": 108,
847
758
  "name": "repeaterService",
848
759
  "kind": 32768,
849
760
  "kindString": "Parameter",
@@ -854,7 +765,7 @@
854
765
  }
855
766
  },
856
767
  {
857
- "id": 114,
768
+ "id": 109,
858
769
  "name": "changeDetector",
859
770
  "kind": 32768,
860
771
  "kindString": "Parameter",
@@ -865,7 +776,7 @@
865
776
  }
866
777
  },
867
778
  {
868
- "id": 115,
779
+ "id": 110,
869
780
  "name": "adapterService",
870
781
  "kind": 32768,
871
782
  "kindString": "Parameter",
@@ -876,7 +787,7 @@
876
787
  }
877
788
  },
878
789
  {
879
- "id": 116,
790
+ "id": 111,
880
791
  "name": "elementRef",
881
792
  "kind": 32768,
882
793
  "kindString": "Parameter",
@@ -893,7 +804,7 @@
893
804
  }
894
805
  },
895
806
  {
896
- "id": 117,
807
+ "id": 112,
897
808
  "name": "resourceService",
898
809
  "kind": 32768,
899
810
  "kindString": "Parameter",
@@ -906,14 +817,14 @@
906
817
  ],
907
818
  "type": {
908
819
  "type": "reference",
909
- "id": 110,
820
+ "id": 105,
910
821
  "name": "SkyRepeaterItemComponent"
911
822
  }
912
823
  }
913
824
  ]
914
825
  },
915
826
  {
916
- "id": 132,
827
+ "id": 127,
917
828
  "name": "collapse",
918
829
  "kind": 1024,
919
830
  "kindString": "Property",
@@ -936,7 +847,7 @@
936
847
  "sources": [
937
848
  {
938
849
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
939
- "line": 153,
850
+ "line": 135,
940
851
  "character": 9
941
852
  }
942
853
  ],
@@ -953,7 +864,7 @@
953
864
  "defaultValue": "..."
954
865
  },
955
866
  {
956
- "id": 137,
867
+ "id": 132,
957
868
  "name": "contentId",
958
869
  "kind": 1024,
959
870
  "kindString": "Property",
@@ -963,7 +874,7 @@
963
874
  "sources": [
964
875
  {
965
876
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
966
- "line": 177,
877
+ "line": 159,
967
878
  "character": 9
968
879
  }
969
880
  ],
@@ -974,7 +885,7 @@
974
885
  "defaultValue": "..."
975
886
  },
976
887
  {
977
- "id": 136,
888
+ "id": 131,
978
889
  "name": "contextMenu",
979
890
  "kind": 1024,
980
891
  "kindString": "Property",
@@ -997,7 +908,7 @@
997
908
  "sources": [
998
909
  {
999
910
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1000
- "line": 175,
911
+ "line": 157,
1001
912
  "character": 9
1002
913
  }
1003
914
  ],
@@ -1013,7 +924,7 @@
1013
924
  }
1014
925
  },
1015
926
  {
1016
- "id": 133,
927
+ "id": 128,
1017
928
  "name": "expand",
1018
929
  "kind": 1024,
1019
930
  "kindString": "Property",
@@ -1036,7 +947,7 @@
1036
947
  "sources": [
1037
948
  {
1038
949
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1039
- "line": 159,
950
+ "line": 141,
1040
951
  "character": 9
1041
952
  }
1042
953
  ],
@@ -1053,7 +964,7 @@
1053
964
  "defaultValue": "..."
1054
965
  },
1055
966
  {
1056
- "id": 138,
967
+ "id": 133,
1057
968
  "name": "hasItemContent",
1058
969
  "kind": 1024,
1059
970
  "kindString": "Property",
@@ -1063,7 +974,7 @@
1063
974
  "sources": [
1064
975
  {
1065
976
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1066
- "line": 179,
977
+ "line": 161,
1067
978
  "character": 9
1068
979
  }
1069
980
  ],
@@ -1074,7 +985,7 @@
1074
985
  "defaultValue": "false"
1075
986
  },
1076
987
  {
1077
- "id": 134,
988
+ "id": 129,
1078
989
  "name": "inlineFormClose",
1079
990
  "kind": 1024,
1080
991
  "kindString": "Property",
@@ -1097,7 +1008,7 @@
1097
1008
  "sources": [
1098
1009
  {
1099
1010
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1100
- "line": 166,
1011
+ "line": 148,
1101
1012
  "character": 9
1102
1013
  }
1103
1014
  ],
@@ -1114,7 +1025,7 @@
1114
1025
  "defaultValue": "..."
1115
1026
  },
1116
1027
  {
1117
- "id": 118,
1028
+ "id": 113,
1118
1029
  "name": "inlineFormConfig",
1119
1030
  "kind": 1024,
1120
1031
  "kindString": "Property",
@@ -1137,7 +1048,7 @@
1137
1048
  "sources": [
1138
1049
  {
1139
1050
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1140
- "line": 82,
1051
+ "line": 64,
1141
1052
  "character": 9
1142
1053
  }
1143
1054
  ],
@@ -1147,7 +1058,7 @@
1147
1058
  }
1148
1059
  },
1149
1060
  {
1150
- "id": 119,
1061
+ "id": 114,
1151
1062
  "name": "inlineFormTemplate",
1152
1063
  "kind": 1024,
1153
1064
  "kindString": "Property",
@@ -1170,7 +1081,7 @@
1170
1081
  "sources": [
1171
1082
  {
1172
1083
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1173
- "line": 89,
1084
+ "line": 71,
1174
1085
  "character": 9
1175
1086
  }
1176
1087
  ],
@@ -1186,7 +1097,7 @@
1186
1097
  }
1187
1098
  },
1188
1099
  {
1189
- "id": 139,
1100
+ "id": 134,
1190
1101
  "name": "isActive",
1191
1102
  "kind": 1024,
1192
1103
  "kindString": "Property",
@@ -1196,7 +1107,7 @@
1196
1107
  "sources": [
1197
1108
  {
1198
1109
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1199
- "line": 181,
1110
+ "line": 163,
1200
1111
  "character": 9
1201
1112
  }
1202
1113
  ],
@@ -1207,7 +1118,7 @@
1207
1118
  "defaultValue": "false"
1208
1119
  },
1209
1120
  {
1210
- "id": 135,
1121
+ "id": 130,
1211
1122
  "name": "isSelectedChange",
1212
1123
  "kind": 1024,
1213
1124
  "kindString": "Property",
@@ -1230,7 +1141,7 @@
1230
1141
  "sources": [
1231
1142
  {
1232
1143
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1233
- "line": 172,
1144
+ "line": 154,
1234
1145
  "character": 9
1235
1146
  }
1236
1147
  ],
@@ -1247,7 +1158,7 @@
1247
1158
  "defaultValue": "..."
1248
1159
  },
1249
1160
  {
1250
- "id": 144,
1161
+ "id": 139,
1251
1162
  "name": "keyboardReorderingEnabled",
1252
1163
  "kind": 1024,
1253
1164
  "kindString": "Property",
@@ -1257,7 +1168,7 @@
1257
1168
  "sources": [
1258
1169
  {
1259
1170
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1260
- "line": 200,
1171
+ "line": 182,
1261
1172
  "character": 9
1262
1173
  }
1263
1174
  ],
@@ -1268,7 +1179,7 @@
1268
1179
  "defaultValue": "false"
1269
1180
  },
1270
1181
  {
1271
- "id": 145,
1182
+ "id": 140,
1272
1183
  "name": "reorderButtonLabel",
1273
1184
  "kind": 1024,
1274
1185
  "kindString": "Property",
@@ -1278,7 +1189,7 @@
1278
1189
  "sources": [
1279
1190
  {
1280
1191
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1281
- "line": 202,
1192
+ "line": 184,
1282
1193
  "character": 9
1283
1194
  }
1284
1195
  ],
@@ -1288,7 +1199,7 @@
1288
1199
  }
1289
1200
  },
1290
1201
  {
1291
- "id": 146,
1202
+ "id": 141,
1292
1203
  "name": "reorderState",
1293
1204
  "kind": 1024,
1294
1205
  "kindString": "Property",
@@ -1298,7 +1209,7 @@
1298
1209
  "sources": [
1299
1210
  {
1300
1211
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1301
- "line": 204,
1212
+ "line": 186,
1302
1213
  "character": 9
1303
1214
  }
1304
1215
  ],
@@ -1308,7 +1219,7 @@
1308
1219
  }
1309
1220
  },
1310
1221
  {
1311
- "id": 128,
1222
+ "id": 123,
1312
1223
  "name": "reorderable",
1313
1224
  "kind": 1024,
1314
1225
  "kindString": "Property",
@@ -1331,7 +1242,7 @@
1331
1242
  "sources": [
1332
1243
  {
1333
1244
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1334
- "line": 126,
1245
+ "line": 108,
1335
1246
  "character": 9
1336
1247
  }
1337
1248
  ],
@@ -1342,7 +1253,7 @@
1342
1253
  "defaultValue": "false"
1343
1254
  },
1344
1255
  {
1345
- "id": 129,
1256
+ "id": 124,
1346
1257
  "name": "selectable",
1347
1258
  "kind": 1024,
1348
1259
  "kindString": "Property",
@@ -1365,7 +1276,7 @@
1365
1276
  "sources": [
1366
1277
  {
1367
1278
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1368
- "line": 132,
1279
+ "line": 114,
1369
1280
  "character": 9
1370
1281
  }
1371
1282
  ],
@@ -1376,7 +1287,7 @@
1376
1287
  "defaultValue": "false"
1377
1288
  },
1378
1289
  {
1379
- "id": 130,
1290
+ "id": 125,
1380
1291
  "name": "showInlineForm",
1381
1292
  "kind": 1024,
1382
1293
  "kindString": "Property",
@@ -1399,7 +1310,7 @@
1399
1310
  "sources": [
1400
1311
  {
1401
1312
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1402
- "line": 139,
1313
+ "line": 121,
1403
1314
  "character": 9
1404
1315
  }
1405
1316
  ],
@@ -1410,7 +1321,7 @@
1410
1321
  "defaultValue": "false"
1411
1322
  },
1412
1323
  {
1413
- "id": 147,
1324
+ "id": 142,
1414
1325
  "name": "slideDirection",
1415
1326
  "kind": 1024,
1416
1327
  "kindString": "Property",
@@ -1420,7 +1331,7 @@
1420
1331
  "sources": [
1421
1332
  {
1422
1333
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1423
- "line": 206,
1334
+ "line": 188,
1424
1335
  "character": 9
1425
1336
  }
1426
1337
  ],
@@ -1430,7 +1341,7 @@
1430
1341
  }
1431
1342
  },
1432
1343
  {
1433
- "id": 131,
1344
+ "id": 126,
1434
1345
  "name": "tag",
1435
1346
  "kind": 1024,
1436
1347
  "kindString": "Property",
@@ -1453,7 +1364,7 @@
1453
1364
  "sources": [
1454
1365
  {
1455
1366
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1456
- "line": 147,
1367
+ "line": 129,
1457
1368
  "character": 9
1458
1369
  }
1459
1370
  ],
@@ -1463,7 +1374,7 @@
1463
1374
  }
1464
1375
  },
1465
1376
  {
1466
- "id": 140,
1377
+ "id": 135,
1467
1378
  "name": "isCollapsible",
1468
1379
  "kind": 262144,
1469
1380
  "kindString": "Accessor",
@@ -1473,13 +1384,13 @@
1473
1384
  "sources": [
1474
1385
  {
1475
1386
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1476
- "line": 183,
1387
+ "line": 165,
1477
1388
  "character": 13
1478
1389
  }
1479
1390
  ],
1480
1391
  "getSignature": [
1481
1392
  {
1482
- "id": 141,
1393
+ "id": 136,
1483
1394
  "name": "isCollapsible",
1484
1395
  "kind": 524288,
1485
1396
  "kindString": "Get signature",
@@ -1492,14 +1403,14 @@
1492
1403
  ],
1493
1404
  "setSignature": [
1494
1405
  {
1495
- "id": 142,
1406
+ "id": 137,
1496
1407
  "name": "isCollapsible",
1497
1408
  "kind": 1048576,
1498
1409
  "kindString": "Set signature",
1499
1410
  "flags": {},
1500
1411
  "parameters": [
1501
1412
  {
1502
- "id": 143,
1413
+ "id": 138,
1503
1414
  "name": "value",
1504
1415
  "kind": 32768,
1505
1416
  "kindString": "Parameter",
@@ -1518,7 +1429,7 @@
1518
1429
  ]
1519
1430
  },
1520
1431
  {
1521
- "id": 120,
1432
+ "id": 115,
1522
1433
  "name": "isExpanded",
1523
1434
  "kind": 262144,
1524
1435
  "kindString": "Accessor",
@@ -1538,13 +1449,13 @@
1538
1449
  "sources": [
1539
1450
  {
1540
1451
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1541
- "line": 96,
1452
+ "line": 78,
1542
1453
  "character": 13
1543
1454
  }
1544
1455
  ],
1545
1456
  "getSignature": [
1546
1457
  {
1547
- "id": 121,
1458
+ "id": 116,
1548
1459
  "name": "isExpanded",
1549
1460
  "kind": 524288,
1550
1461
  "kindString": "Get signature",
@@ -1560,7 +1471,7 @@
1560
1471
  ],
1561
1472
  "setSignature": [
1562
1473
  {
1563
- "id": 122,
1474
+ "id": 117,
1564
1475
  "name": "isExpanded",
1565
1476
  "kind": 1048576,
1566
1477
  "kindString": "Set signature",
@@ -1576,7 +1487,7 @@
1576
1487
  },
1577
1488
  "parameters": [
1578
1489
  {
1579
- "id": 123,
1490
+ "id": 118,
1580
1491
  "name": "value",
1581
1492
  "kind": 32768,
1582
1493
  "kindString": "Parameter",
@@ -1595,7 +1506,7 @@
1595
1506
  ]
1596
1507
  },
1597
1508
  {
1598
- "id": 124,
1509
+ "id": 119,
1599
1510
  "name": "isSelected",
1600
1511
  "kind": 262144,
1601
1512
  "kindString": "Accessor",
@@ -1615,13 +1526,13 @@
1615
1526
  "sources": [
1616
1527
  {
1617
1528
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1618
- "line": 110,
1529
+ "line": 92,
1619
1530
  "character": 13
1620
1531
  }
1621
1532
  ],
1622
1533
  "getSignature": [
1623
1534
  {
1624
- "id": 125,
1535
+ "id": 120,
1625
1536
  "name": "isSelected",
1626
1537
  "kind": 524288,
1627
1538
  "kindString": "Get signature",
@@ -1637,7 +1548,7 @@
1637
1548
  ],
1638
1549
  "setSignature": [
1639
1550
  {
1640
- "id": 126,
1551
+ "id": 121,
1641
1552
  "name": "isSelected",
1642
1553
  "kind": 1048576,
1643
1554
  "kindString": "Set signature",
@@ -1653,7 +1564,7 @@
1653
1564
  },
1654
1565
  "parameters": [
1655
1566
  {
1656
- "id": 127,
1567
+ "id": 122,
1657
1568
  "name": "value",
1658
1569
  "kind": 32768,
1659
1570
  "kindString": "Parameter",
@@ -1672,7 +1583,7 @@
1672
1583
  ]
1673
1584
  },
1674
1585
  {
1675
- "id": 148,
1586
+ "id": 143,
1676
1587
  "name": "repeaterGroupClass",
1677
1588
  "kind": 262144,
1678
1589
  "kindString": "Accessor",
@@ -1692,13 +1603,13 @@
1692
1603
  "sources": [
1693
1604
  {
1694
1605
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1695
- "line": 209,
1606
+ "line": 191,
1696
1607
  "character": 6
1697
1608
  }
1698
1609
  ],
1699
1610
  "getSignature": [
1700
1611
  {
1701
- "id": 149,
1612
+ "id": 144,
1702
1613
  "name": "repeaterGroupClass",
1703
1614
  "kind": 524288,
1704
1615
  "kindString": "Get signature",
@@ -1711,7 +1622,7 @@
1711
1622
  ]
1712
1623
  },
1713
1624
  {
1714
- "id": 174,
1625
+ "id": 169,
1715
1626
  "name": "chevronDirectionChange",
1716
1627
  "kind": 2048,
1717
1628
  "kindString": "Method",
@@ -1721,20 +1632,20 @@
1721
1632
  "sources": [
1722
1633
  {
1723
1634
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1724
- "line": 314,
1635
+ "line": 297,
1725
1636
  "character": 9
1726
1637
  }
1727
1638
  ],
1728
1639
  "signatures": [
1729
1640
  {
1730
- "id": 175,
1641
+ "id": 170,
1731
1642
  "name": "chevronDirectionChange",
1732
1643
  "kind": 4096,
1733
1644
  "kindString": "Call signature",
1734
1645
  "flags": {},
1735
1646
  "parameters": [
1736
1647
  {
1737
- "id": 176,
1648
+ "id": 171,
1738
1649
  "name": "direction",
1739
1650
  "kind": 32768,
1740
1651
  "kindString": "Parameter",
@@ -1753,7 +1664,7 @@
1753
1664
  ]
1754
1665
  },
1755
1666
  {
1756
- "id": 172,
1667
+ "id": 167,
1757
1668
  "name": "headerClick",
1758
1669
  "kind": 2048,
1759
1670
  "kindString": "Method",
@@ -1763,13 +1674,13 @@
1763
1674
  "sources": [
1764
1675
  {
1765
1676
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1766
- "line": 308,
1677
+ "line": 291,
1767
1678
  "character": 9
1768
1679
  }
1769
1680
  ],
1770
1681
  "signatures": [
1771
1682
  {
1772
- "id": 173,
1683
+ "id": 168,
1773
1684
  "name": "headerClick",
1774
1685
  "kind": 4096,
1775
1686
  "kindString": "Call signature",
@@ -1782,7 +1693,7 @@
1782
1693
  ]
1783
1694
  },
1784
1695
  {
1785
- "id": 190,
1696
+ "id": 185,
1786
1697
  "name": "moveToTop",
1787
1698
  "kind": 2048,
1788
1699
  "kindString": "Method",
@@ -1792,20 +1703,20 @@
1792
1703
  "sources": [
1793
1704
  {
1794
1705
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1795
- "line": 358,
1706
+ "line": 343,
1796
1707
  "character": 9
1797
1708
  }
1798
1709
  ],
1799
1710
  "signatures": [
1800
1711
  {
1801
- "id": 191,
1712
+ "id": 186,
1802
1713
  "name": "moveToTop",
1803
1714
  "kind": 4096,
1804
1715
  "kindString": "Call signature",
1805
1716
  "flags": {},
1806
1717
  "parameters": [
1807
1718
  {
1808
- "id": 192,
1719
+ "id": 187,
1809
1720
  "name": "event",
1810
1721
  "kind": 32768,
1811
1722
  "kindString": "Parameter",
@@ -1824,7 +1735,7 @@
1824
1735
  ]
1825
1736
  },
1826
1737
  {
1827
- "id": 168,
1738
+ "id": 163,
1828
1739
  "name": "ngAfterViewInit",
1829
1740
  "kind": 2048,
1830
1741
  "kindString": "Method",
@@ -1834,13 +1745,13 @@
1834
1745
  "sources": [
1835
1746
  {
1836
1747
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1837
- "line": 291,
1748
+ "line": 274,
1838
1749
  "character": 9
1839
1750
  }
1840
1751
  ],
1841
1752
  "signatures": [
1842
1753
  {
1843
- "id": 169,
1754
+ "id": 164,
1844
1755
  "name": "ngAfterViewInit",
1845
1756
  "kind": 4096,
1846
1757
  "kindString": "Call signature",
@@ -1861,7 +1772,7 @@
1861
1772
  }
1862
1773
  },
1863
1774
  {
1864
- "id": 170,
1775
+ "id": 165,
1865
1776
  "name": "ngOnDestroy",
1866
1777
  "kind": 2048,
1867
1778
  "kindString": "Method",
@@ -1871,13 +1782,13 @@
1871
1782
  "sources": [
1872
1783
  {
1873
1784
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1874
- "line": 296,
1785
+ "line": 279,
1875
1786
  "character": 9
1876
1787
  }
1877
1788
  ],
1878
1789
  "signatures": [
1879
1790
  {
1880
- "id": 171,
1791
+ "id": 166,
1881
1792
  "name": "ngOnDestroy",
1882
1793
  "kind": 4096,
1883
1794
  "kindString": "Call signature",
@@ -1898,7 +1809,7 @@
1898
1809
  }
1899
1810
  },
1900
1811
  {
1901
- "id": 166,
1812
+ "id": 161,
1902
1813
  "name": "ngOnInit",
1903
1814
  "kind": 2048,
1904
1815
  "kindString": "Method",
@@ -1908,13 +1819,13 @@
1908
1819
  "sources": [
1909
1820
  {
1910
1821
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1911
- "line": 278,
1822
+ "line": 261,
1912
1823
  "character": 9
1913
1824
  }
1914
1825
  ],
1915
1826
  "signatures": [
1916
1827
  {
1917
- "id": 167,
1828
+ "id": 162,
1918
1829
  "name": "ngOnInit",
1919
1830
  "kind": 4096,
1920
1831
  "kindString": "Call signature",
@@ -1935,7 +1846,7 @@
1935
1846
  }
1936
1847
  },
1937
1848
  {
1938
- "id": 184,
1849
+ "id": 179,
1939
1850
  "name": "onCheckboxChange",
1940
1851
  "kind": 2048,
1941
1852
  "kindString": "Method",
@@ -1945,20 +1856,20 @@
1945
1856
  "sources": [
1946
1857
  {
1947
1858
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1948
- "line": 350,
1859
+ "line": 335,
1949
1860
  "character": 9
1950
1861
  }
1951
1862
  ],
1952
1863
  "signatures": [
1953
1864
  {
1954
- "id": 185,
1865
+ "id": 180,
1955
1866
  "name": "onCheckboxChange",
1956
1867
  "kind": 4096,
1957
1868
  "kindString": "Call signature",
1958
1869
  "flags": {},
1959
1870
  "parameters": [
1960
1871
  {
1961
- "id": 186,
1872
+ "id": 181,
1962
1873
  "name": "value",
1963
1874
  "kind": 32768,
1964
1875
  "kindString": "Parameter",
@@ -1977,7 +1888,7 @@
1977
1888
  ]
1978
1889
  },
1979
1890
  {
1980
- "id": 187,
1891
+ "id": 182,
1981
1892
  "name": "onInlineFormClose",
1982
1893
  "kind": 2048,
1983
1894
  "kindString": "Method",
@@ -1987,20 +1898,20 @@
1987
1898
  "sources": [
1988
1899
  {
1989
1900
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
1990
- "line": 354,
1901
+ "line": 339,
1991
1902
  "character": 9
1992
1903
  }
1993
1904
  ],
1994
1905
  "signatures": [
1995
1906
  {
1996
- "id": 188,
1907
+ "id": 183,
1997
1908
  "name": "onInlineFormClose",
1998
1909
  "kind": 4096,
1999
1910
  "kindString": "Call signature",
2000
1911
  "flags": {},
2001
1912
  "parameters": [
2002
1913
  {
2003
- "id": 189,
1914
+ "id": 184,
2004
1915
  "name": "inlineFormCloseArgs",
2005
1916
  "kind": 32768,
2006
1917
  "kindString": "Parameter",
@@ -2019,7 +1930,7 @@
2019
1930
  ]
2020
1931
  },
2021
1932
  {
2022
- "id": 199,
1933
+ "id": 194,
2023
1934
  "name": "onItemKeyDown",
2024
1935
  "kind": 2048,
2025
1936
  "kindString": "Method",
@@ -2029,20 +1940,20 @@
2029
1940
  "sources": [
2030
1941
  {
2031
1942
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
2032
- "line": 430,
1943
+ "line": 416,
2033
1944
  "character": 9
2034
1945
  }
2035
1946
  ],
2036
1947
  "signatures": [
2037
1948
  {
2038
- "id": 200,
1949
+ "id": 195,
2039
1950
  "name": "onItemKeyDown",
2040
1951
  "kind": 4096,
2041
1952
  "kindString": "Call signature",
2042
1953
  "flags": {},
2043
1954
  "parameters": [
2044
1955
  {
2045
- "id": 201,
1956
+ "id": 196,
2046
1957
  "name": "event",
2047
1958
  "kind": 32768,
2048
1959
  "kindString": "Parameter",
@@ -2061,7 +1972,7 @@
2061
1972
  ]
2062
1973
  },
2063
1974
  {
2064
- "id": 196,
1975
+ "id": 191,
2065
1976
  "name": "onReorderHandleBlur",
2066
1977
  "kind": 2048,
2067
1978
  "kindString": "Method",
@@ -2071,20 +1982,20 @@
2071
1982
  "sources": [
2072
1983
  {
2073
1984
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
2074
- "line": 423,
1985
+ "line": 409,
2075
1986
  "character": 9
2076
1987
  }
2077
1988
  ],
2078
1989
  "signatures": [
2079
1990
  {
2080
- "id": 197,
1991
+ "id": 192,
2081
1992
  "name": "onReorderHandleBlur",
2082
1993
  "kind": 4096,
2083
1994
  "kindString": "Call signature",
2084
1995
  "flags": {},
2085
1996
  "parameters": [
2086
1997
  {
2087
- "id": 198,
1998
+ "id": 193,
2088
1999
  "name": "event",
2089
2000
  "kind": 32768,
2090
2001
  "kindString": "Parameter",
@@ -2103,7 +2014,7 @@
2103
2014
  ]
2104
2015
  },
2105
2016
  {
2106
- "id": 193,
2017
+ "id": 188,
2107
2018
  "name": "onReorderHandleKeyDown",
2108
2019
  "kind": 2048,
2109
2020
  "kindString": "Method",
@@ -2113,20 +2024,20 @@
2113
2024
  "sources": [
2114
2025
  {
2115
2026
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
2116
- "line": 365,
2027
+ "line": 350,
2117
2028
  "character": 9
2118
2029
  }
2119
2030
  ],
2120
2031
  "signatures": [
2121
2032
  {
2122
- "id": 194,
2033
+ "id": 189,
2123
2034
  "name": "onReorderHandleKeyDown",
2124
2035
  "kind": 4096,
2125
2036
  "kindString": "Call signature",
2126
2037
  "flags": {},
2127
2038
  "parameters": [
2128
2039
  {
2129
- "id": 195,
2040
+ "id": 190,
2130
2041
  "name": "event",
2131
2042
  "kind": 32768,
2132
2043
  "kindString": "Parameter",
@@ -2145,7 +2056,7 @@
2145
2056
  ]
2146
2057
  },
2147
2058
  {
2148
- "id": 177,
2059
+ "id": 172,
2149
2060
  "name": "onRepeaterItemClick",
2150
2061
  "kind": 2048,
2151
2062
  "kindString": "Method",
@@ -2155,20 +2066,20 @@
2155
2066
  "sources": [
2156
2067
  {
2157
2068
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
2158
- "line": 318,
2069
+ "line": 301,
2159
2070
  "character": 9
2160
2071
  }
2161
2072
  ],
2162
2073
  "signatures": [
2163
2074
  {
2164
- "id": 178,
2075
+ "id": 173,
2165
2076
  "name": "onRepeaterItemClick",
2166
2077
  "kind": 4096,
2167
2078
  "kindString": "Call signature",
2168
2079
  "flags": {},
2169
2080
  "parameters": [
2170
2081
  {
2171
- "id": 179,
2082
+ "id": 174,
2172
2083
  "name": "event",
2173
2084
  "kind": 32768,
2174
2085
  "kindString": "Parameter",
@@ -2187,7 +2098,7 @@
2187
2098
  ]
2188
2099
  },
2189
2100
  {
2190
- "id": 180,
2101
+ "id": 175,
2191
2102
  "name": "updateForExpanded",
2192
2103
  "kind": 2048,
2193
2104
  "kindString": "Method",
@@ -2197,20 +2108,20 @@
2197
2108
  "sources": [
2198
2109
  {
2199
2110
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
2200
- "line": 329,
2111
+ "line": 314,
2201
2112
  "character": 9
2202
2113
  }
2203
2114
  ],
2204
2115
  "signatures": [
2205
2116
  {
2206
- "id": 181,
2117
+ "id": 176,
2207
2118
  "name": "updateForExpanded",
2208
2119
  "kind": 4096,
2209
2120
  "kindString": "Call signature",
2210
2121
  "flags": {},
2211
2122
  "parameters": [
2212
2123
  {
2213
- "id": 182,
2124
+ "id": 177,
2214
2125
  "name": "value",
2215
2126
  "kind": 32768,
2216
2127
  "kindString": "Parameter",
@@ -2221,7 +2132,7 @@
2221
2132
  }
2222
2133
  },
2223
2134
  {
2224
- "id": 183,
2135
+ "id": 178,
2225
2136
  "name": "animate",
2226
2137
  "kind": 32768,
2227
2138
  "kindString": "Parameter",
@@ -2245,67 +2156,67 @@
2245
2156
  "title": "Constructors",
2246
2157
  "kind": 512,
2247
2158
  "children": [
2248
- 111
2159
+ 106
2249
2160
  ]
2250
2161
  },
2251
2162
  {
2252
2163
  "title": "Properties",
2253
2164
  "kind": 1024,
2254
2165
  "children": [
2166
+ 127,
2255
2167
  132,
2256
- 137,
2257
- 136,
2258
- 133,
2259
- 138,
2260
- 134,
2261
- 118,
2262
- 119,
2263
- 139,
2264
- 135,
2265
- 144,
2266
- 145,
2267
- 146,
2168
+ 131,
2268
2169
  128,
2170
+ 133,
2269
2171
  129,
2172
+ 113,
2173
+ 114,
2174
+ 134,
2270
2175
  130,
2271
- 147,
2272
- 131
2176
+ 139,
2177
+ 140,
2178
+ 141,
2179
+ 123,
2180
+ 124,
2181
+ 125,
2182
+ 142,
2183
+ 126
2273
2184
  ]
2274
2185
  },
2275
2186
  {
2276
2187
  "title": "Accessors",
2277
2188
  "kind": 262144,
2278
2189
  "children": [
2279
- 140,
2280
- 120,
2281
- 124,
2282
- 148
2190
+ 135,
2191
+ 115,
2192
+ 119,
2193
+ 143
2283
2194
  ]
2284
2195
  },
2285
2196
  {
2286
2197
  "title": "Methods",
2287
2198
  "kind": 2048,
2288
2199
  "children": [
2289
- 174,
2200
+ 169,
2201
+ 167,
2202
+ 185,
2203
+ 163,
2204
+ 165,
2205
+ 161,
2206
+ 179,
2207
+ 182,
2208
+ 194,
2209
+ 191,
2210
+ 188,
2290
2211
  172,
2291
- 190,
2292
- 168,
2293
- 170,
2294
- 166,
2295
- 184,
2296
- 187,
2297
- 199,
2298
- 196,
2299
- 193,
2300
- 177,
2301
- 180
2212
+ 175
2302
2213
  ]
2303
2214
  }
2304
2215
  ],
2305
2216
  "sources": [
2306
2217
  {
2307
2218
  "fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
2308
- "line": 74,
2219
+ "line": 55,
2309
2220
  "character": 13
2310
2221
  }
2311
2222
  ],
@@ -2325,7 +2236,7 @@
2325
2236
  ]
2326
2237
  },
2327
2238
  {
2328
- "id": 215,
2239
+ "id": 210,
2329
2240
  "name": "SkyRepeaterComponent",
2330
2241
  "kind": 128,
2331
2242
  "kindString": "Class",
@@ -2341,13 +2252,13 @@
2341
2252
  "name": "Component"
2342
2253
  },
2343
2254
  "arguments": {
2344
- "obj": "{\n selector: 'sky-repeater',\n styleUrls: ['./repeater.component.scss'],\n templateUrl: './repeater.component.html',\n providers: [SkyRepeaterService, SkyRepeaterAdapterService],\n changeDetection: ChangeDetectionStrategy.OnPush\n}"
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}"
2345
2256
  }
2346
2257
  }
2347
2258
  ],
2348
2259
  "children": [
2349
2260
  {
2350
- "id": 216,
2261
+ "id": 211,
2351
2262
  "name": "constructor",
2352
2263
  "kind": 512,
2353
2264
  "kindString": "Constructor",
@@ -2355,20 +2266,20 @@
2355
2266
  "sources": [
2356
2267
  {
2357
2268
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
2358
- "line": 136,
2269
+ "line": 125,
2359
2270
  "character": 2
2360
2271
  }
2361
2272
  ],
2362
2273
  "signatures": [
2363
2274
  {
2364
- "id": 217,
2275
+ "id": 212,
2365
2276
  "name": "SkyRepeaterComponent",
2366
2277
  "kind": 16384,
2367
2278
  "kindString": "Constructor signature",
2368
2279
  "flags": {},
2369
2280
  "parameters": [
2370
2281
  {
2371
- "id": 218,
2282
+ "id": 213,
2372
2283
  "name": "changeDetector",
2373
2284
  "kind": 32768,
2374
2285
  "kindString": "Parameter",
@@ -2379,7 +2290,7 @@
2379
2290
  }
2380
2291
  },
2381
2292
  {
2382
- "id": 219,
2293
+ "id": 214,
2383
2294
  "name": "repeaterService",
2384
2295
  "kind": 32768,
2385
2296
  "kindString": "Parameter",
@@ -2390,7 +2301,7 @@
2390
2301
  }
2391
2302
  },
2392
2303
  {
2393
- "id": 220,
2304
+ "id": 215,
2394
2305
  "name": "adapterService",
2395
2306
  "kind": 32768,
2396
2307
  "kindString": "Parameter",
@@ -2401,7 +2312,7 @@
2401
2312
  }
2402
2313
  },
2403
2314
  {
2404
- "id": 221,
2315
+ "id": 216,
2405
2316
  "name": "dragulaService",
2406
2317
  "kind": 32768,
2407
2318
  "kindString": "Parameter",
@@ -2412,7 +2323,7 @@
2412
2323
  }
2413
2324
  },
2414
2325
  {
2415
- "id": 222,
2326
+ "id": 217,
2416
2327
  "name": "elementRef",
2417
2328
  "kind": 32768,
2418
2329
  "kindString": "Parameter",
@@ -2429,7 +2340,7 @@
2429
2340
  }
2430
2341
  },
2431
2342
  {
2432
- "id": 223,
2343
+ "id": 218,
2433
2344
  "name": "renderer",
2434
2345
  "kind": 32768,
2435
2346
  "kindString": "Parameter",
@@ -2442,14 +2353,14 @@
2442
2353
  ],
2443
2354
  "type": {
2444
2355
  "type": "reference",
2445
- "id": 215,
2356
+ "id": 210,
2446
2357
  "name": "SkyRepeaterComponent"
2447
2358
  }
2448
2359
  }
2449
2360
  ]
2450
2361
  },
2451
2362
  {
2452
- "id": 224,
2363
+ "id": 219,
2453
2364
  "name": "activeIndex",
2454
2365
  "kind": 1024,
2455
2366
  "kindString": "Property",
@@ -2472,7 +2383,7 @@
2472
2383
  "sources": [
2473
2384
  {
2474
2385
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
2475
- "line": 63,
2386
+ "line": 52,
2476
2387
  "character": 9
2477
2388
  }
2478
2389
  ],
@@ -2482,7 +2393,7 @@
2482
2393
  }
2483
2394
  },
2484
2395
  {
2485
- "id": 231,
2396
+ "id": 226,
2486
2397
  "name": "activeIndexChange",
2487
2398
  "kind": 1024,
2488
2399
  "kindString": "Property",
@@ -2505,7 +2416,7 @@
2505
2416
  "sources": [
2506
2417
  {
2507
2418
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
2508
- "line": 116,
2419
+ "line": 105,
2509
2420
  "character": 9
2510
2421
  }
2511
2422
  ],
@@ -2522,7 +2433,7 @@
2522
2433
  "defaultValue": "..."
2523
2434
  },
2524
2435
  {
2525
- "id": 225,
2436
+ "id": 220,
2526
2437
  "name": "ariaLabel",
2527
2438
  "kind": 1024,
2528
2439
  "kindString": "Property",
@@ -2551,7 +2462,7 @@
2551
2462
  "sources": [
2552
2463
  {
2553
2464
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
2554
- "line": 72,
2465
+ "line": 61,
2555
2466
  "character": 9
2556
2467
  }
2557
2468
  ],
@@ -2561,7 +2472,7 @@
2561
2472
  }
2562
2473
  },
2563
2474
  {
2564
- "id": 234,
2475
+ "id": 229,
2565
2476
  "name": "dragulaGroupName",
2566
2477
  "kind": 1024,
2567
2478
  "kindString": "Property",
@@ -2571,7 +2482,7 @@
2571
2482
  "sources": [
2572
2483
  {
2573
2484
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
2574
- "line": 128,
2485
+ "line": 117,
2575
2486
  "character": 9
2576
2487
  }
2577
2488
  ],
@@ -2581,7 +2492,7 @@
2581
2492
  }
2582
2493
  },
2583
2494
  {
2584
- "id": 233,
2495
+ "id": 228,
2585
2496
  "name": "items",
2586
2497
  "kind": 1024,
2587
2498
  "kindString": "Property",
@@ -2603,7 +2514,7 @@
2603
2514
  "sources": [
2604
2515
  {
2605
2516
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
2606
- "line": 126,
2517
+ "line": 115,
2607
2518
  "character": 9
2608
2519
  }
2609
2520
  ],
@@ -2612,7 +2523,7 @@
2612
2523
  "typeArguments": [
2613
2524
  {
2614
2525
  "type": "reference",
2615
- "id": 110,
2526
+ "id": 105,
2616
2527
  "name": "SkyRepeaterItemComponent"
2617
2528
  }
2618
2529
  ],
@@ -2620,7 +2531,7 @@
2620
2531
  }
2621
2532
  },
2622
2533
  {
2623
- "id": 232,
2534
+ "id": 227,
2624
2535
  "name": "orderChange",
2625
2536
  "kind": 1024,
2626
2537
  "kindString": "Property",
@@ -2643,7 +2554,7 @@
2643
2554
  "sources": [
2644
2555
  {
2645
2556
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
2646
- "line": 123,
2557
+ "line": 112,
2647
2558
  "character": 9
2648
2559
  }
2649
2560
  ],
@@ -2663,7 +2574,7 @@
2663
2574
  "defaultValue": "..."
2664
2575
  },
2665
2576
  {
2666
- "id": 226,
2577
+ "id": 221,
2667
2578
  "name": "reorderable",
2668
2579
  "kind": 1024,
2669
2580
  "kindString": "Property",
@@ -2686,7 +2597,7 @@
2686
2597
  "sources": [
2687
2598
  {
2688
2599
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
2689
- "line": 80,
2600
+ "line": 69,
2690
2601
  "character": 9
2691
2602
  }
2692
2603
  ],
@@ -2697,7 +2608,7 @@
2697
2608
  "defaultValue": "false"
2698
2609
  },
2699
2610
  {
2700
- "id": 227,
2611
+ "id": 222,
2701
2612
  "name": "expandMode",
2702
2613
  "kind": 262144,
2703
2614
  "kindString": "Accessor",
@@ -2717,13 +2628,13 @@
2717
2628
  "sources": [
2718
2629
  {
2719
2630
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
2720
- "line": 102,
2631
+ "line": 91,
2721
2632
  "character": 13
2722
2633
  }
2723
2634
  ],
2724
2635
  "getSignature": [
2725
2636
  {
2726
- "id": 228,
2637
+ "id": 223,
2727
2638
  "name": "expandMode",
2728
2639
  "kind": 524288,
2729
2640
  "kindString": "Get signature",
@@ -2739,7 +2650,7 @@
2739
2650
  ],
2740
2651
  "setSignature": [
2741
2652
  {
2742
- "id": 229,
2653
+ "id": 224,
2743
2654
  "name": "expandMode",
2744
2655
  "kind": 1048576,
2745
2656
  "kindString": "Set signature",
@@ -2755,7 +2666,7 @@
2755
2666
  },
2756
2667
  "parameters": [
2757
2668
  {
2758
- "id": 230,
2669
+ "id": 225,
2759
2670
  "name": "value",
2760
2671
  "kind": 32768,
2761
2672
  "kindString": "Parameter",
@@ -2774,7 +2685,7 @@
2774
2685
  ]
2775
2686
  },
2776
2687
  {
2777
- "id": 238,
2688
+ "id": 233,
2778
2689
  "name": "ngAfterContentInit",
2779
2690
  "kind": 2048,
2780
2691
  "kindString": "Method",
@@ -2784,13 +2695,13 @@
2784
2695
  "sources": [
2785
2696
  {
2786
2697
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
2787
- "line": 180,
2698
+ "line": 175,
2788
2699
  "character": 9
2789
2700
  }
2790
2701
  ],
2791
2702
  "signatures": [
2792
2703
  {
2793
- "id": 239,
2704
+ "id": 234,
2794
2705
  "name": "ngAfterContentInit",
2795
2706
  "kind": 4096,
2796
2707
  "kindString": "Call signature",
@@ -2811,7 +2722,7 @@
2811
2722
  }
2812
2723
  },
2813
2724
  {
2814
- "id": 240,
2725
+ "id": 235,
2815
2726
  "name": "ngOnChanges",
2816
2727
  "kind": 2048,
2817
2728
  "kindString": "Method",
@@ -2821,20 +2732,20 @@
2821
2732
  "sources": [
2822
2733
  {
2823
2734
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
2824
- "line": 218,
2735
+ "line": 213,
2825
2736
  "character": 9
2826
2737
  }
2827
2738
  ],
2828
2739
  "signatures": [
2829
2740
  {
2830
- "id": 241,
2741
+ "id": 236,
2831
2742
  "name": "ngOnChanges",
2832
2743
  "kind": 4096,
2833
2744
  "kindString": "Call signature",
2834
2745
  "flags": {},
2835
2746
  "parameters": [
2836
2747
  {
2837
- "id": 242,
2748
+ "id": 237,
2838
2749
  "name": "changes",
2839
2750
  "kind": 32768,
2840
2751
  "kindString": "Parameter",
@@ -2861,7 +2772,7 @@
2861
2772
  }
2862
2773
  },
2863
2774
  {
2864
- "id": 243,
2775
+ "id": 238,
2865
2776
  "name": "ngOnDestroy",
2866
2777
  "kind": 2048,
2867
2778
  "kindString": "Method",
@@ -2871,13 +2782,13 @@
2871
2782
  "sources": [
2872
2783
  {
2873
2784
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
2874
- "line": 239,
2785
+ "line": 233,
2875
2786
  "character": 9
2876
2787
  }
2877
2788
  ],
2878
2789
  "signatures": [
2879
2790
  {
2880
- "id": 244,
2791
+ "id": 239,
2881
2792
  "name": "ngOnDestroy",
2882
2793
  "kind": 4096,
2883
2794
  "kindString": "Call signature",
@@ -2903,43 +2814,43 @@
2903
2814
  "title": "Constructors",
2904
2815
  "kind": 512,
2905
2816
  "children": [
2906
- 216
2817
+ 211
2907
2818
  ]
2908
2819
  },
2909
2820
  {
2910
2821
  "title": "Properties",
2911
2822
  "kind": 1024,
2912
2823
  "children": [
2913
- 224,
2914
- 231,
2915
- 225,
2916
- 234,
2917
- 233,
2918
- 232,
2919
- 226
2824
+ 219,
2825
+ 226,
2826
+ 220,
2827
+ 229,
2828
+ 228,
2829
+ 227,
2830
+ 221
2920
2831
  ]
2921
2832
  },
2922
2833
  {
2923
2834
  "title": "Accessors",
2924
2835
  "kind": 262144,
2925
2836
  "children": [
2926
- 227
2837
+ 222
2927
2838
  ]
2928
2839
  },
2929
2840
  {
2930
2841
  "title": "Methods",
2931
2842
  "kind": 2048,
2932
2843
  "children": [
2933
- 238,
2934
- 240,
2935
- 243
2844
+ 233,
2845
+ 235,
2846
+ 238
2936
2847
  ]
2937
2848
  }
2938
2849
  ],
2939
2850
  "sources": [
2940
2851
  {
2941
2852
  "fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
2942
- "line": 54,
2853
+ "line": 42,
2943
2854
  "character": 13
2944
2855
  }
2945
2856
  ],
@@ -2959,7 +2870,7 @@
2959
2870
  ]
2960
2871
  },
2961
2872
  {
2962
- "id": 256,
2873
+ "id": 251,
2963
2874
  "name": "SkyRepeaterItemTitleComponent",
2964
2875
  "kind": 128,
2965
2876
  "kindString": "Class",
@@ -2975,27 +2886,27 @@
2975
2886
  "name": "Component"
2976
2887
  },
2977
2888
  "arguments": {
2978
- "obj": "{\n selector: 'sky-repeater-item-title',\n templateUrl: './repeater-item-title.component.html'\n}"
2889
+ "obj": "{\n selector: 'sky-repeater-item-title',\n templateUrl: './repeater-item-title.component.html',\n}"
2979
2890
  }
2980
2891
  }
2981
2892
  ],
2982
2893
  "children": [
2983
2894
  {
2984
- "id": 257,
2895
+ "id": 252,
2985
2896
  "name": "constructor",
2986
2897
  "kind": 512,
2987
2898
  "kindString": "Constructor",
2988
2899
  "flags": {},
2989
2900
  "signatures": [
2990
2901
  {
2991
- "id": 258,
2902
+ "id": 253,
2992
2903
  "name": "SkyRepeaterItemTitleComponent",
2993
2904
  "kind": 16384,
2994
2905
  "kindString": "Constructor signature",
2995
2906
  "flags": {},
2996
2907
  "type": {
2997
2908
  "type": "reference",
2998
- "id": 256,
2909
+ "id": 251,
2999
2910
  "name": "SkyRepeaterItemTitleComponent"
3000
2911
  }
3001
2912
  }
@@ -3007,20 +2918,20 @@
3007
2918
  "title": "Constructors",
3008
2919
  "kind": 512,
3009
2920
  "children": [
3010
- 257
2921
+ 252
3011
2922
  ]
3012
2923
  }
3013
2924
  ],
3014
2925
  "sources": [
3015
2926
  {
3016
2927
  "fileName": "projects/lists/src/modules/repeater/repeater-item-title.component.ts",
3017
- "line": 12,
2928
+ "line": 10,
3018
2929
  "character": 13
3019
2930
  }
3020
2931
  ]
3021
2932
  },
3022
2933
  {
3023
- "id": 259,
2934
+ "id": 254,
3024
2935
  "name": "SkySortItemComponent",
3025
2936
  "kind": 128,
3026
2937
  "kindString": "Class",
@@ -3033,13 +2944,13 @@
3033
2944
  "name": "Component"
3034
2945
  },
3035
2946
  "arguments": {
3036
- "obj": "{\n selector: 'sky-sort-item',\n styleUrls: ['./sort-item.component.scss'],\n templateUrl: './sort-item.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush\n}"
2947
+ "obj": "{\n selector: 'sky-sort-item',\n styleUrls: ['./sort-item.component.scss'],\n templateUrl: './sort-item.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
3037
2948
  }
3038
2949
  }
3039
2950
  ],
3040
2951
  "children": [
3041
2952
  {
3042
- "id": 260,
2953
+ "id": 255,
3043
2954
  "name": "constructor",
3044
2955
  "kind": 512,
3045
2956
  "kindString": "Constructor",
@@ -3047,20 +2958,20 @@
3047
2958
  "sources": [
3048
2959
  {
3049
2960
  "fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
3050
- "line": 53,
2961
+ "line": 49,
3051
2962
  "character": 2
3052
2963
  }
3053
2964
  ],
3054
2965
  "signatures": [
3055
2966
  {
3056
- "id": 261,
2967
+ "id": 256,
3057
2968
  "name": "SkySortItemComponent",
3058
2969
  "kind": 16384,
3059
2970
  "kindString": "Constructor signature",
3060
2971
  "flags": {},
3061
2972
  "parameters": [
3062
2973
  {
3063
- "id": 262,
2974
+ "id": 257,
3064
2975
  "name": "sortService",
3065
2976
  "kind": 32768,
3066
2977
  "kindString": "Parameter",
@@ -3071,7 +2982,7 @@
3071
2982
  }
3072
2983
  },
3073
2984
  {
3074
- "id": 263,
2985
+ "id": 258,
3075
2986
  "name": "detector",
3076
2987
  "kind": 32768,
3077
2988
  "kindString": "Parameter",
@@ -3084,14 +2995,14 @@
3084
2995
  ],
3085
2996
  "type": {
3086
2997
  "type": "reference",
3087
- "id": 259,
2998
+ "id": 254,
3088
2999
  "name": "SkySortItemComponent"
3089
3000
  }
3090
3001
  }
3091
3002
  ]
3092
3003
  },
3093
3004
  {
3094
- "id": 264,
3005
+ "id": 259,
3095
3006
  "name": "active",
3096
3007
  "kind": 1024,
3097
3008
  "kindString": "Property",
@@ -3114,7 +3025,7 @@
3114
3025
  "sources": [
3115
3026
  {
3116
3027
  "fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
3117
- "line": 39,
3028
+ "line": 33,
3118
3029
  "character": 9
3119
3030
  }
3120
3031
  ],
@@ -3124,7 +3035,7 @@
3124
3035
  }
3125
3036
  },
3126
3037
  {
3127
- "id": 266,
3038
+ "id": 261,
3128
3039
  "name": "isSelected",
3129
3040
  "kind": 1024,
3130
3041
  "kindString": "Property",
@@ -3134,7 +3045,7 @@
3134
3045
  "sources": [
3135
3046
  {
3136
3047
  "fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
3137
- "line": 47,
3048
+ "line": 41,
3138
3049
  "character": 9
3139
3050
  }
3140
3051
  ],
@@ -3151,7 +3062,7 @@
3151
3062
  "defaultValue": "..."
3152
3063
  },
3153
3064
  {
3154
- "id": 265,
3065
+ "id": 260,
3155
3066
  "name": "itemSelect",
3156
3067
  "kind": 1024,
3157
3068
  "kindString": "Property",
@@ -3174,7 +3085,7 @@
3174
3085
  "sources": [
3175
3086
  {
3176
3087
  "fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
3177
- "line": 45,
3088
+ "line": 39,
3178
3089
  "character": 9
3179
3090
  }
3180
3091
  ],
@@ -3191,7 +3102,7 @@
3191
3102
  "defaultValue": "..."
3192
3103
  },
3193
3104
  {
3194
- "id": 274,
3105
+ "id": 269,
3195
3106
  "name": "itemClicked",
3196
3107
  "kind": 2048,
3197
3108
  "kindString": "Method",
@@ -3201,13 +3112,13 @@
3201
3112
  "sources": [
3202
3113
  {
3203
3114
  "fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
3204
- "line": 77,
3115
+ "line": 80,
3205
3116
  "character": 9
3206
3117
  }
3207
3118
  ],
3208
3119
  "signatures": [
3209
3120
  {
3210
- "id": 275,
3121
+ "id": 270,
3211
3122
  "name": "itemClicked",
3212
3123
  "kind": 4096,
3213
3124
  "kindString": "Call signature",
@@ -3220,7 +3131,7 @@
3220
3131
  ]
3221
3132
  },
3222
3133
  {
3223
- "id": 271,
3134
+ "id": 266,
3224
3135
  "name": "ngOnChanges",
3225
3136
  "kind": 2048,
3226
3137
  "kindString": "Method",
@@ -3236,14 +3147,14 @@
3236
3147
  ],
3237
3148
  "signatures": [
3238
3149
  {
3239
- "id": 272,
3150
+ "id": 267,
3240
3151
  "name": "ngOnChanges",
3241
3152
  "kind": 4096,
3242
3153
  "kindString": "Call signature",
3243
3154
  "flags": {},
3244
3155
  "parameters": [
3245
3156
  {
3246
- "id": 273,
3157
+ "id": 268,
3247
3158
  "name": "changes",
3248
3159
  "kind": 32768,
3249
3160
  "kindString": "Parameter",
@@ -3270,7 +3181,7 @@
3270
3181
  }
3271
3182
  },
3272
3183
  {
3273
- "id": 276,
3184
+ "id": 271,
3274
3185
  "name": "ngOnDestroy",
3275
3186
  "kind": 2048,
3276
3187
  "kindString": "Method",
@@ -3280,13 +3191,13 @@
3280
3191
  "sources": [
3281
3192
  {
3282
3193
  "fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
3283
- "line": 82,
3194
+ "line": 85,
3284
3195
  "character": 9
3285
3196
  }
3286
3197
  ],
3287
3198
  "signatures": [
3288
3199
  {
3289
- "id": 277,
3200
+ "id": 272,
3290
3201
  "name": "ngOnDestroy",
3291
3202
  "kind": 4096,
3292
3203
  "kindString": "Call signature",
@@ -3307,7 +3218,7 @@
3307
3218
  }
3308
3219
  },
3309
3220
  {
3310
- "id": 269,
3221
+ "id": 264,
3311
3222
  "name": "ngOnInit",
3312
3223
  "kind": 2048,
3313
3224
  "kindString": "Method",
@@ -3317,13 +3228,13 @@
3317
3228
  "sources": [
3318
3229
  {
3319
3230
  "fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
3320
- "line": 55,
3231
+ "line": 54,
3321
3232
  "character": 9
3322
3233
  }
3323
3234
  ],
3324
3235
  "signatures": [
3325
3236
  {
3326
- "id": 270,
3237
+ "id": 265,
3327
3238
  "name": "ngOnInit",
3328
3239
  "kind": 4096,
3329
3240
  "kindString": "Call signature",
@@ -3349,33 +3260,33 @@
3349
3260
  "title": "Constructors",
3350
3261
  "kind": 512,
3351
3262
  "children": [
3352
- 260
3263
+ 255
3353
3264
  ]
3354
3265
  },
3355
3266
  {
3356
3267
  "title": "Properties",
3357
3268
  "kind": 1024,
3358
3269
  "children": [
3359
- 264,
3360
- 266,
3361
- 265
3270
+ 259,
3271
+ 261,
3272
+ 260
3362
3273
  ]
3363
3274
  },
3364
3275
  {
3365
3276
  "title": "Methods",
3366
3277
  "kind": 2048,
3367
3278
  "children": [
3368
- 274,
3279
+ 269,
3280
+ 266,
3369
3281
  271,
3370
- 276,
3371
- 269
3282
+ 264
3372
3283
  ]
3373
3284
  }
3374
3285
  ],
3375
3286
  "sources": [
3376
3287
  {
3377
3288
  "fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
3378
- "line": 33,
3289
+ "line": 28,
3379
3290
  "character": 13
3380
3291
  }
3381
3292
  ],
@@ -3395,7 +3306,7 @@
3395
3306
  ]
3396
3307
  },
3397
3308
  {
3398
- "id": 278,
3309
+ "id": 273,
3399
3310
  "name": "SkySortComponent",
3400
3311
  "kind": 128,
3401
3312
  "kindString": "Class",
@@ -3408,75 +3319,34 @@
3408
3319
  "name": "Component"
3409
3320
  },
3410
3321
  "arguments": {
3411
- "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}"
3322
+ "obj": "{\n selector: 'sky-sort',\n styleUrls: ['./sort.component.scss'],\n templateUrl: './sort.component.html',\n providers: [SkySortService],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
3412
3323
  }
3413
3324
  }
3414
3325
  ],
3415
3326
  "children": [
3416
3327
  {
3417
- "id": 279,
3328
+ "id": 274,
3418
3329
  "name": "constructor",
3419
3330
  "kind": 512,
3420
3331
  "kindString": "Constructor",
3421
3332
  "flags": {},
3422
- "sources": [
3423
- {
3424
- "fileName": "projects/lists/src/modules/sort/sort.component.ts",
3425
- "line": 45,
3426
- "character": 2
3427
- }
3428
- ],
3429
3333
  "signatures": [
3430
3334
  {
3431
- "id": 280,
3335
+ "id": 275,
3432
3336
  "name": "SkySortComponent",
3433
3337
  "kind": 16384,
3434
3338
  "kindString": "Constructor signature",
3435
3339
  "flags": {},
3436
- "parameters": [
3437
- {
3438
- "id": 281,
3439
- "name": "themeSvc",
3440
- "kind": 32768,
3441
- "kindString": "Parameter",
3442
- "flags": {},
3443
- "decorators": [
3444
- {
3445
- "name": "Optional",
3446
- "type": {
3447
- "type": "reference",
3448
- "name": "Optional"
3449
- },
3450
- "arguments": {}
3451
- }
3452
- ],
3453
- "type": {
3454
- "type": "reference",
3455
- "name": "SkyThemeService"
3456
- }
3457
- },
3458
- {
3459
- "id": 282,
3460
- "name": "changeDetector",
3461
- "kind": 32768,
3462
- "kindString": "Parameter",
3463
- "flags": {},
3464
- "type": {
3465
- "type": "reference",
3466
- "name": "ChangeDetectorRef"
3467
- }
3468
- }
3469
- ],
3470
3340
  "type": {
3471
3341
  "type": "reference",
3472
- "id": 278,
3342
+ "id": 273,
3473
3343
  "name": "SkySortComponent"
3474
3344
  }
3475
3345
  }
3476
3346
  ]
3477
3347
  },
3478
3348
  {
3479
- "id": 284,
3349
+ "id": 277,
3480
3350
  "name": "dropdownController",
3481
3351
  "kind": 1024,
3482
3352
  "kindString": "Property",
@@ -3486,7 +3356,7 @@
3486
3356
  "sources": [
3487
3357
  {
3488
3358
  "fileName": "projects/lists/src/modules/sort/sort.component.ts",
3489
- "line": 43,
3359
+ "line": 27,
3490
3360
  "character": 9
3491
3361
  }
3492
3362
  ],
@@ -3503,7 +3373,7 @@
3503
3373
  "defaultValue": "..."
3504
3374
  },
3505
3375
  {
3506
- "id": 283,
3376
+ "id": 276,
3507
3377
  "name": "showButtonText",
3508
3378
  "kind": 1024,
3509
3379
  "kindString": "Property",
@@ -3526,7 +3396,7 @@
3526
3396
  "sources": [
3527
3397
  {
3528
3398
  "fileName": "projects/lists/src/modules/sort/sort.component.ts",
3529
- "line": 41,
3399
+ "line": 25,
3530
3400
  "character": 9
3531
3401
  }
3532
3402
  ],
@@ -3537,20 +3407,7 @@
3537
3407
  "defaultValue": "false"
3538
3408
  },
3539
3409
  {
3540
- "id": 285,
3541
- "name": "themeSvc",
3542
- "kind": 1024,
3543
- "kindString": "Property",
3544
- "flags": {
3545
- "isPublic": true
3546
- },
3547
- "type": {
3548
- "type": "reference",
3549
- "name": "SkyThemeService"
3550
- }
3551
- },
3552
- {
3553
- "id": 288,
3410
+ "id": 278,
3554
3411
  "name": "dropdownClicked",
3555
3412
  "kind": 2048,
3556
3413
  "kindString": "Method",
@@ -3560,13 +3417,13 @@
3560
3417
  "sources": [
3561
3418
  {
3562
3419
  "fileName": "projects/lists/src/modules/sort/sort.component.ts",
3563
- "line": 58,
3420
+ "line": 29,
3564
3421
  "character": 9
3565
3422
  }
3566
3423
  ],
3567
3424
  "signatures": [
3568
3425
  {
3569
- "id": 289,
3426
+ "id": 279,
3570
3427
  "name": "dropdownClicked",
3571
3428
  "kind": 4096,
3572
3429
  "kindString": "Call signature",
@@ -3577,43 +3434,6 @@
3577
3434
  }
3578
3435
  }
3579
3436
  ]
3580
- },
3581
- {
3582
- "id": 286,
3583
- "name": "ngOnInit",
3584
- "kind": 2048,
3585
- "kindString": "Method",
3586
- "flags": {
3587
- "isPublic": true
3588
- },
3589
- "sources": [
3590
- {
3591
- "fileName": "projects/lists/src/modules/sort/sort.component.ts",
3592
- "line": 51,
3593
- "character": 9
3594
- }
3595
- ],
3596
- "signatures": [
3597
- {
3598
- "id": 287,
3599
- "name": "ngOnInit",
3600
- "kind": 4096,
3601
- "kindString": "Call signature",
3602
- "flags": {},
3603
- "type": {
3604
- "type": "intrinsic",
3605
- "name": "void"
3606
- },
3607
- "implementationOf": {
3608
- "type": "reference",
3609
- "name": "OnInit.ngOnInit"
3610
- }
3611
- }
3612
- ],
3613
- "implementationOf": {
3614
- "type": "reference",
3615
- "name": "OnInit.ngOnInit"
3616
- }
3617
3437
  }
3618
3438
  ],
3619
3439
  "groups": [
@@ -3621,43 +3441,35 @@
3621
3441
  "title": "Constructors",
3622
3442
  "kind": 512,
3623
3443
  "children": [
3624
- 279
3444
+ 274
3625
3445
  ]
3626
3446
  },
3627
3447
  {
3628
3448
  "title": "Properties",
3629
3449
  "kind": 1024,
3630
3450
  "children": [
3631
- 284,
3632
- 283,
3633
- 285
3451
+ 277,
3452
+ 276
3634
3453
  ]
3635
3454
  },
3636
3455
  {
3637
3456
  "title": "Methods",
3638
3457
  "kind": 2048,
3639
3458
  "children": [
3640
- 288,
3641
- 286
3459
+ 278
3642
3460
  ]
3643
3461
  }
3644
3462
  ],
3645
3463
  "sources": [
3646
3464
  {
3647
3465
  "fileName": "projects/lists/src/modules/sort/sort.component.ts",
3648
- "line": 35,
3466
+ "line": 20,
3649
3467
  "character": 13
3650
3468
  }
3651
- ],
3652
- "implementedTypes": [
3653
- {
3654
- "type": "reference",
3655
- "name": "OnInit"
3656
- }
3657
3469
  ]
3658
3470
  },
3659
3471
  {
3660
- "id": 22,
3472
+ "id": 17,
3661
3473
  "name": "SkyFilterInlineComponent",
3662
3474
  "kind": 128,
3663
3475
  "kindString": "Class",
@@ -3673,27 +3485,27 @@
3673
3485
  "name": "Component"
3674
3486
  },
3675
3487
  "arguments": {
3676
- "obj": "{\n selector: 'sky-filter-inline',\n styleUrls: ['./filter-inline.component.scss'],\n templateUrl: './filter-inline.component.html'\n}"
3488
+ "obj": "{\n selector: 'sky-filter-inline',\n styleUrls: ['./filter-inline.component.scss'],\n templateUrl: './filter-inline.component.html',\n}"
3677
3489
  }
3678
3490
  }
3679
3491
  ],
3680
3492
  "children": [
3681
3493
  {
3682
- "id": 23,
3494
+ "id": 18,
3683
3495
  "name": "constructor",
3684
3496
  "kind": 512,
3685
3497
  "kindString": "Constructor",
3686
3498
  "flags": {},
3687
3499
  "signatures": [
3688
3500
  {
3689
- "id": 24,
3501
+ "id": 19,
3690
3502
  "name": "SkyFilterInlineComponent",
3691
3503
  "kind": 16384,
3692
3504
  "kindString": "Constructor signature",
3693
3505
  "flags": {},
3694
3506
  "type": {
3695
3507
  "type": "reference",
3696
- "id": 22,
3508
+ "id": 17,
3697
3509
  "name": "SkyFilterInlineComponent"
3698
3510
  }
3699
3511
  }
@@ -3705,20 +3517,20 @@
3705
3517
  "title": "Constructors",
3706
3518
  "kind": 512,
3707
3519
  "children": [
3708
- 23
3520
+ 18
3709
3521
  ]
3710
3522
  }
3711
3523
  ],
3712
3524
  "sources": [
3713
3525
  {
3714
3526
  "fileName": "projects/lists/src/modules/filter/filter-inline.component.ts",
3715
- "line": 13,
3527
+ "line": 11,
3716
3528
  "character": 13
3717
3529
  }
3718
3530
  ]
3719
3531
  },
3720
3532
  {
3721
- "id": 25,
3533
+ "id": 20,
3722
3534
  "name": "SkyFilterInlineItemComponent",
3723
3535
  "kind": 128,
3724
3536
  "kindString": "Class",
@@ -3734,27 +3546,27 @@
3734
3546
  "name": "Component"
3735
3547
  },
3736
3548
  "arguments": {
3737
- "obj": "{\n selector: 'sky-filter-inline-item',\n styleUrls: ['./filter-inline-item.component.scss'],\n templateUrl: './filter-inline-item.component.html'\n}"
3549
+ "obj": "{\n selector: 'sky-filter-inline-item',\n styleUrls: ['./filter-inline-item.component.scss'],\n templateUrl: './filter-inline-item.component.html',\n}"
3738
3550
  }
3739
3551
  }
3740
3552
  ],
3741
3553
  "children": [
3742
3554
  {
3743
- "id": 26,
3555
+ "id": 21,
3744
3556
  "name": "constructor",
3745
3557
  "kind": 512,
3746
3558
  "kindString": "Constructor",
3747
3559
  "flags": {},
3748
3560
  "signatures": [
3749
3561
  {
3750
- "id": 27,
3562
+ "id": 22,
3751
3563
  "name": "SkyFilterInlineItemComponent",
3752
3564
  "kind": 16384,
3753
3565
  "kindString": "Constructor signature",
3754
3566
  "flags": {},
3755
3567
  "type": {
3756
3568
  "type": "reference",
3757
- "id": 25,
3569
+ "id": 20,
3758
3570
  "name": "SkyFilterInlineItemComponent"
3759
3571
  }
3760
3572
  }
@@ -3766,20 +3578,20 @@
3766
3578
  "title": "Constructors",
3767
3579
  "kind": 512,
3768
3580
  "children": [
3769
- 26
3581
+ 21
3770
3582
  ]
3771
3583
  }
3772
3584
  ],
3773
3585
  "sources": [
3774
3586
  {
3775
3587
  "fileName": "projects/lists/src/modules/filter/filter-inline-item.component.ts",
3776
- "line": 13,
3588
+ "line": 11,
3777
3589
  "character": 13
3778
3590
  }
3779
3591
  ]
3780
3592
  },
3781
3593
  {
3782
- "id": 28,
3594
+ "id": 23,
3783
3595
  "name": "SkyFilterSummaryItemComponent",
3784
3596
  "kind": 128,
3785
3597
  "kindString": "Class",
@@ -3795,34 +3607,34 @@
3795
3607
  "name": "Component"
3796
3608
  },
3797
3609
  "arguments": {
3798
- "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}"
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}"
3799
3611
  }
3800
3612
  }
3801
3613
  ],
3802
3614
  "children": [
3803
3615
  {
3804
- "id": 29,
3616
+ "id": 24,
3805
3617
  "name": "constructor",
3806
3618
  "kind": 512,
3807
3619
  "kindString": "Constructor",
3808
3620
  "flags": {},
3809
3621
  "signatures": [
3810
3622
  {
3811
- "id": 30,
3623
+ "id": 25,
3812
3624
  "name": "SkyFilterSummaryItemComponent",
3813
3625
  "kind": 16384,
3814
3626
  "kindString": "Constructor signature",
3815
3627
  "flags": {},
3816
3628
  "type": {
3817
3629
  "type": "reference",
3818
- "id": 28,
3630
+ "id": 23,
3819
3631
  "name": "SkyFilterSummaryItemComponent"
3820
3632
  }
3821
3633
  }
3822
3634
  ]
3823
3635
  },
3824
3636
  {
3825
- "id": 32,
3637
+ "id": 27,
3826
3638
  "name": "dismiss",
3827
3639
  "kind": 1024,
3828
3640
  "kindString": "Property",
@@ -3845,7 +3657,7 @@
3845
3657
  "sources": [
3846
3658
  {
3847
3659
  "fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
3848
- "line": 30,
3660
+ "line": 29,
3849
3661
  "character": 9
3850
3662
  }
3851
3663
  ],
@@ -3862,7 +3674,7 @@
3862
3674
  "defaultValue": "..."
3863
3675
  },
3864
3676
  {
3865
- "id": 31,
3677
+ "id": 26,
3866
3678
  "name": "dismissible",
3867
3679
  "kind": 1024,
3868
3680
  "kindString": "Property",
@@ -3885,7 +3697,7 @@
3885
3697
  "sources": [
3886
3698
  {
3887
3699
  "fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
3888
- "line": 24,
3700
+ "line": 23,
3889
3701
  "character": 9
3890
3702
  }
3891
3703
  ],
@@ -3896,7 +3708,7 @@
3896
3708
  "defaultValue": "true"
3897
3709
  },
3898
3710
  {
3899
- "id": 33,
3711
+ "id": 28,
3900
3712
  "name": "itemClick",
3901
3713
  "kind": 1024,
3902
3714
  "kindString": "Property",
@@ -3919,7 +3731,7 @@
3919
3731
  "sources": [
3920
3732
  {
3921
3733
  "fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
3922
- "line": 36,
3734
+ "line": 35,
3923
3735
  "character": 9
3924
3736
  }
3925
3737
  ],
@@ -3936,7 +3748,7 @@
3936
3748
  "defaultValue": "..."
3937
3749
  },
3938
3750
  {
3939
- "id": 36,
3751
+ "id": 31,
3940
3752
  "name": "onItemClick",
3941
3753
  "kind": 2048,
3942
3754
  "kindString": "Method",
@@ -3946,13 +3758,13 @@
3946
3758
  "sources": [
3947
3759
  {
3948
3760
  "fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
3949
- "line": 42,
3761
+ "line": 41,
3950
3762
  "character": 9
3951
3763
  }
3952
3764
  ],
3953
3765
  "signatures": [
3954
3766
  {
3955
- "id": 37,
3767
+ "id": 32,
3956
3768
  "name": "onItemClick",
3957
3769
  "kind": 4096,
3958
3770
  "kindString": "Call signature",
@@ -3965,7 +3777,7 @@
3965
3777
  ]
3966
3778
  },
3967
3779
  {
3968
- "id": 34,
3780
+ "id": 29,
3969
3781
  "name": "onItemDismiss",
3970
3782
  "kind": 2048,
3971
3783
  "kindString": "Method",
@@ -3975,13 +3787,13 @@
3975
3787
  "sources": [
3976
3788
  {
3977
3789
  "fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
3978
- "line": 38,
3790
+ "line": 37,
3979
3791
  "character": 9
3980
3792
  }
3981
3793
  ],
3982
3794
  "signatures": [
3983
3795
  {
3984
- "id": 35,
3796
+ "id": 30,
3985
3797
  "name": "onItemDismiss",
3986
3798
  "kind": 4096,
3987
3799
  "kindString": "Call signature",
@@ -3994,7 +3806,7 @@
3994
3806
  ]
3995
3807
  },
3996
3808
  {
3997
- "id": 38,
3809
+ "id": 33,
3998
3810
  "name": "onItemKeypress",
3999
3811
  "kind": 2048,
4000
3812
  "kindString": "Method",
@@ -4004,13 +3816,13 @@
4004
3816
  "sources": [
4005
3817
  {
4006
3818
  "fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
4007
- "line": 46,
3819
+ "line": 45,
4008
3820
  "character": 9
4009
3821
  }
4010
3822
  ],
4011
3823
  "signatures": [
4012
3824
  {
4013
- "id": 39,
3825
+ "id": 34,
4014
3826
  "name": "onItemKeypress",
4015
3827
  "kind": 4096,
4016
3828
  "kindString": "Call signature",
@@ -4028,25 +3840,25 @@
4028
3840
  "title": "Constructors",
4029
3841
  "kind": 512,
4030
3842
  "children": [
4031
- 29
3843
+ 24
4032
3844
  ]
4033
3845
  },
4034
3846
  {
4035
3847
  "title": "Properties",
4036
3848
  "kind": 1024,
4037
3849
  "children": [
4038
- 32,
4039
- 31,
4040
- 33
3850
+ 27,
3851
+ 26,
3852
+ 28
4041
3853
  ]
4042
3854
  },
4043
3855
  {
4044
3856
  "title": "Methods",
4045
3857
  "kind": 2048,
4046
3858
  "children": [
4047
- 36,
4048
- 34,
4049
- 38
3859
+ 31,
3860
+ 29,
3861
+ 33
4050
3862
  ]
4051
3863
  }
4052
3864
  ],
@@ -4059,7 +3871,7 @@
4059
3871
  ]
4060
3872
  },
4061
3873
  {
4062
- "id": 40,
3874
+ "id": 35,
4063
3875
  "name": "SkyFilterSummaryComponent",
4064
3876
  "kind": 128,
4065
3877
  "kindString": "Class",
@@ -4075,27 +3887,27 @@
4075
3887
  "name": "Component"
4076
3888
  },
4077
3889
  "arguments": {
4078
- "obj": "{\n selector: 'sky-filter-summary',\n styleUrls: ['./filter-summary.component.scss'],\n templateUrl: './filter-summary.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush\n}"
3890
+ "obj": "{\n selector: 'sky-filter-summary',\n styleUrls: ['./filter-summary.component.scss'],\n templateUrl: './filter-summary.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
4079
3891
  }
4080
3892
  }
4081
3893
  ],
4082
3894
  "children": [
4083
3895
  {
4084
- "id": 41,
3896
+ "id": 36,
4085
3897
  "name": "constructor",
4086
3898
  "kind": 512,
4087
3899
  "kindString": "Constructor",
4088
3900
  "flags": {},
4089
3901
  "signatures": [
4090
3902
  {
4091
- "id": 42,
3903
+ "id": 37,
4092
3904
  "name": "SkyFilterSummaryComponent",
4093
3905
  "kind": 16384,
4094
3906
  "kindString": "Constructor signature",
4095
3907
  "flags": {},
4096
3908
  "type": {
4097
3909
  "type": "reference",
4098
- "id": 40,
3910
+ "id": 35,
4099
3911
  "name": "SkyFilterSummaryComponent"
4100
3912
  }
4101
3913
  }
@@ -4107,20 +3919,20 @@
4107
3919
  "title": "Constructors",
4108
3920
  "kind": 512,
4109
3921
  "children": [
4110
- 41
3922
+ 36
4111
3923
  ]
4112
3924
  }
4113
3925
  ],
4114
3926
  "sources": [
4115
3927
  {
4116
3928
  "fileName": "projects/lists/src/modules/filter/filter-summary.component.ts",
4117
- "line": 15,
3929
+ "line": 12,
4118
3930
  "character": 13
4119
3931
  }
4120
3932
  ]
4121
3933
  },
4122
3934
  {
4123
- "id": 43,
3935
+ "id": 38,
4124
3936
  "name": "SkyInfiniteScrollComponent",
4125
3937
  "kind": 128,
4126
3938
  "kindString": "Class",
@@ -4133,13 +3945,13 @@
4133
3945
  "name": "Component"
4134
3946
  },
4135
3947
  "arguments": {
4136
- "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}"
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: [SkyInfiniteScrollDomAdapterService],\n}"
4137
3949
  }
4138
3950
  }
4139
3951
  ],
4140
3952
  "children": [
4141
3953
  {
4142
- "id": 44,
3954
+ "id": 39,
4143
3955
  "name": "constructor",
4144
3956
  "kind": 512,
4145
3957
  "kindString": "Constructor",
@@ -4147,20 +3959,20 @@
4147
3959
  "sources": [
4148
3960
  {
4149
3961
  "fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
4150
- "line": 90,
3962
+ "line": 81,
4151
3963
  "character": 2
4152
3964
  }
4153
3965
  ],
4154
3966
  "signatures": [
4155
3967
  {
4156
- "id": 45,
3968
+ "id": 40,
4157
3969
  "name": "SkyInfiniteScrollComponent",
4158
3970
  "kind": 16384,
4159
3971
  "kindString": "Constructor signature",
4160
3972
  "flags": {},
4161
3973
  "parameters": [
4162
3974
  {
4163
- "id": 46,
3975
+ "id": 41,
4164
3976
  "name": "changeDetector",
4165
3977
  "kind": 32768,
4166
3978
  "kindString": "Parameter",
@@ -4171,7 +3983,7 @@
4171
3983
  }
4172
3984
  },
4173
3985
  {
4174
- "id": 47,
3986
+ "id": 42,
4175
3987
  "name": "elementRef",
4176
3988
  "kind": 32768,
4177
3989
  "kindString": "Parameter",
@@ -4188,7 +4000,7 @@
4188
4000
  }
4189
4001
  },
4190
4002
  {
4191
- "id": 48,
4003
+ "id": 43,
4192
4004
  "name": "domAdapter",
4193
4005
  "kind": 32768,
4194
4006
  "kindString": "Parameter",
@@ -4201,14 +4013,14 @@
4201
4013
  ],
4202
4014
  "type": {
4203
4015
  "type": "reference",
4204
- "id": 43,
4016
+ "id": 38,
4205
4017
  "name": "SkyInfiniteScrollComponent"
4206
4018
  }
4207
4019
  }
4208
4020
  ]
4209
4021
  },
4210
4022
  {
4211
- "id": 58,
4023
+ "id": 53,
4212
4024
  "name": "isWaiting",
4213
4025
  "kind": 1024,
4214
4026
  "kindString": "Property",
@@ -4218,7 +4030,7 @@
4218
4030
  "sources": [
4219
4031
  {
4220
4032
  "fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
4221
- "line": 82,
4033
+ "line": 73,
4222
4034
  "character": 9
4223
4035
  }
4224
4036
  ],
@@ -4229,7 +4041,7 @@
4229
4041
  "defaultValue": "false"
4230
4042
  },
4231
4043
  {
4232
- "id": 57,
4044
+ "id": 52,
4233
4045
  "name": "scrollEnd",
4234
4046
  "kind": 1024,
4235
4047
  "kindString": "Property",
@@ -4252,7 +4064,7 @@
4252
4064
  "sources": [
4253
4065
  {
4254
4066
  "fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
4255
- "line": 80,
4067
+ "line": 71,
4256
4068
  "character": 9
4257
4069
  }
4258
4070
  ],
@@ -4269,7 +4081,7 @@
4269
4081
  "defaultValue": "..."
4270
4082
  },
4271
4083
  {
4272
- "id": 49,
4084
+ "id": 44,
4273
4085
  "name": "enabled",
4274
4086
  "kind": 262144,
4275
4087
  "kindString": "Accessor",
@@ -4289,13 +4101,13 @@
4289
4101
  "sources": [
4290
4102
  {
4291
4103
  "fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
4292
- "line": 41,
4104
+ "line": 32,
4293
4105
  "character": 13
4294
4106
  }
4295
4107
  ],
4296
4108
  "getSignature": [
4297
4109
  {
4298
- "id": 50,
4110
+ "id": 45,
4299
4111
  "name": "enabled",
4300
4112
  "kind": 524288,
4301
4113
  "kindString": "Get signature",
@@ -4317,7 +4129,7 @@
4317
4129
  ],
4318
4130
  "setSignature": [
4319
4131
  {
4320
- "id": 51,
4132
+ "id": 46,
4321
4133
  "name": "enabled",
4322
4134
  "kind": 1048576,
4323
4135
  "kindString": "Set signature",
@@ -4327,7 +4139,7 @@
4327
4139
  },
4328
4140
  "parameters": [
4329
4141
  {
4330
- "id": 52,
4142
+ "id": 47,
4331
4143
  "name": "value",
4332
4144
  "kind": 32768,
4333
4145
  "kindString": "Parameter",
@@ -4346,7 +4158,7 @@
4346
4158
  ]
4347
4159
  },
4348
4160
  {
4349
- "id": 53,
4161
+ "id": 48,
4350
4162
  "name": "loading",
4351
4163
  "kind": 262144,
4352
4164
  "kindString": "Accessor",
@@ -4366,13 +4178,13 @@
4366
4178
  "sources": [
4367
4179
  {
4368
4180
  "fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
4369
- "line": 62,
4181
+ "line": 53,
4370
4182
  "character": 13
4371
4183
  }
4372
4184
  ],
4373
4185
  "getSignature": [
4374
4186
  {
4375
- "id": 54,
4187
+ "id": 49,
4376
4188
  "name": "loading",
4377
4189
  "kind": 524288,
4378
4190
  "kindString": "Get signature",
@@ -4394,7 +4206,7 @@
4394
4206
  ],
4395
4207
  "setSignature": [
4396
4208
  {
4397
- "id": 55,
4209
+ "id": 50,
4398
4210
  "name": "loading",
4399
4211
  "kind": 1048576,
4400
4212
  "kindString": "Set signature",
@@ -4404,7 +4216,7 @@
4404
4216
  },
4405
4217
  "parameters": [
4406
4218
  {
4407
- "id": 56,
4219
+ "id": 51,
4408
4220
  "name": "value",
4409
4221
  "kind": 32768,
4410
4222
  "kindString": "Parameter",
@@ -4423,7 +4235,7 @@
4423
4235
  ]
4424
4236
  },
4425
4237
  {
4426
- "id": 62,
4238
+ "id": 57,
4427
4239
  "name": "ngOnDestroy",
4428
4240
  "kind": 2048,
4429
4241
  "kindString": "Method",
@@ -4433,13 +4245,13 @@
4433
4245
  "sources": [
4434
4246
  {
4435
4247
  "fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
4436
- "line": 96,
4248
+ "line": 87,
4437
4249
  "character": 9
4438
4250
  }
4439
4251
  ],
4440
4252
  "signatures": [
4441
4253
  {
4442
- "id": 63,
4254
+ "id": 58,
4443
4255
  "name": "ngOnDestroy",
4444
4256
  "kind": 4096,
4445
4257
  "kindString": "Call signature",
@@ -4460,7 +4272,7 @@
4460
4272
  }
4461
4273
  },
4462
4274
  {
4463
- "id": 64,
4275
+ "id": 59,
4464
4276
  "name": "startInfiniteScrollLoad",
4465
4277
  "kind": 2048,
4466
4278
  "kindString": "Method",
@@ -4470,13 +4282,13 @@
4470
4282
  "sources": [
4471
4283
  {
4472
4284
  "fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
4473
- "line": 102,
4285
+ "line": 93,
4474
4286
  "character": 9
4475
4287
  }
4476
4288
  ],
4477
4289
  "signatures": [
4478
4290
  {
4479
- "id": 65,
4291
+ "id": 60,
4480
4292
  "name": "startInfiniteScrollLoad",
4481
4293
  "kind": 4096,
4482
4294
  "kindString": "Call signature",
@@ -4494,38 +4306,38 @@
4494
4306
  "title": "Constructors",
4495
4307
  "kind": 512,
4496
4308
  "children": [
4497
- 44
4309
+ 39
4498
4310
  ]
4499
4311
  },
4500
4312
  {
4501
4313
  "title": "Properties",
4502
4314
  "kind": 1024,
4503
4315
  "children": [
4504
- 58,
4505
- 57
4316
+ 53,
4317
+ 52
4506
4318
  ]
4507
4319
  },
4508
4320
  {
4509
4321
  "title": "Accessors",
4510
4322
  "kind": 262144,
4511
4323
  "children": [
4512
- 49,
4513
- 53
4324
+ 44,
4325
+ 48
4514
4326
  ]
4515
4327
  },
4516
4328
  {
4517
4329
  "title": "Methods",
4518
4330
  "kind": 2048,
4519
4331
  "children": [
4520
- 62,
4521
- 64
4332
+ 57,
4333
+ 59
4522
4334
  ]
4523
4335
  }
4524
4336
  ],
4525
4337
  "sources": [
4526
4338
  {
4527
4339
  "fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
4528
- "line": 33,
4340
+ "line": 25,
4529
4341
  "character": 13
4530
4342
  }
4531
4343
  ],
@@ -4537,7 +4349,7 @@
4537
4349
  ]
4538
4350
  },
4539
4351
  {
4540
- "id": 70,
4352
+ "id": 65,
4541
4353
  "name": "SkyPagingComponent",
4542
4354
  "kind": 128,
4543
4355
  "kindString": "Class",
@@ -4550,34 +4362,34 @@
4550
4362
  "name": "Component"
4551
4363
  },
4552
4364
  "arguments": {
4553
- "obj": "{\n selector: 'sky-paging',\n templateUrl: './paging.component.html',\n styleUrls: ['./paging.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n}"
4365
+ "obj": "{\n selector: 'sky-paging',\n templateUrl: './paging.component.html',\n styleUrls: ['./paging.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
4554
4366
  }
4555
4367
  }
4556
4368
  ],
4557
4369
  "children": [
4558
4370
  {
4559
- "id": 71,
4371
+ "id": 66,
4560
4372
  "name": "constructor",
4561
4373
  "kind": 512,
4562
4374
  "kindString": "Constructor",
4563
4375
  "flags": {},
4564
4376
  "signatures": [
4565
4377
  {
4566
- "id": 72,
4378
+ "id": 67,
4567
4379
  "name": "SkyPagingComponent",
4568
4380
  "kind": 16384,
4569
4381
  "kindString": "Constructor signature",
4570
4382
  "flags": {},
4571
4383
  "type": {
4572
4384
  "type": "reference",
4573
- "id": 70,
4385
+ "id": 65,
4574
4386
  "name": "SkyPagingComponent"
4575
4387
  }
4576
4388
  }
4577
4389
  ]
4578
4390
  },
4579
4391
  {
4580
- "id": 73,
4392
+ "id": 68,
4581
4393
  "name": "currentPage",
4582
4394
  "kind": 1024,
4583
4395
  "kindString": "Property",
@@ -4600,7 +4412,7 @@
4600
4412
  "sources": [
4601
4413
  {
4602
4414
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4603
- "line": 23,
4415
+ "line": 22,
4604
4416
  "character": 9
4605
4417
  }
4606
4418
  ],
@@ -4611,7 +4423,7 @@
4611
4423
  "defaultValue": "1"
4612
4424
  },
4613
4425
  {
4614
- "id": 78,
4426
+ "id": 73,
4615
4427
  "name": "currentPageChange",
4616
4428
  "kind": 1024,
4617
4429
  "kindString": "Property",
@@ -4634,7 +4446,7 @@
4634
4446
  "sources": [
4635
4447
  {
4636
4448
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4637
- "line": 57,
4449
+ "line": 56,
4638
4450
  "character": 9
4639
4451
  }
4640
4452
  ],
@@ -4651,7 +4463,7 @@
4651
4463
  "defaultValue": "..."
4652
4464
  },
4653
4465
  {
4654
- "id": 79,
4466
+ "id": 74,
4655
4467
  "name": "displayedPages",
4656
4468
  "kind": 1024,
4657
4469
  "kindString": "Property",
@@ -4661,7 +4473,7 @@
4661
4473
  "sources": [
4662
4474
  {
4663
4475
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4664
- "line": 59,
4476
+ "line": 58,
4665
4477
  "character": 9
4666
4478
  }
4667
4479
  ],
@@ -4675,7 +4487,7 @@
4675
4487
  "defaultValue": "[]"
4676
4488
  },
4677
4489
  {
4678
- "id": 74,
4490
+ "id": 69,
4679
4491
  "name": "itemCount",
4680
4492
  "kind": 1024,
4681
4493
  "kindString": "Property",
@@ -4698,7 +4510,7 @@
4698
4510
  "sources": [
4699
4511
  {
4700
4512
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4701
- "line": 29,
4513
+ "line": 28,
4702
4514
  "character": 9
4703
4515
  }
4704
4516
  ],
@@ -4709,7 +4521,7 @@
4709
4521
  "defaultValue": "0"
4710
4522
  },
4711
4523
  {
4712
- "id": 75,
4524
+ "id": 70,
4713
4525
  "name": "maxPages",
4714
4526
  "kind": 1024,
4715
4527
  "kindString": "Property",
@@ -4732,7 +4544,7 @@
4732
4544
  "sources": [
4733
4545
  {
4734
4546
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4735
- "line": 35,
4547
+ "line": 34,
4736
4548
  "character": 9
4737
4549
  }
4738
4550
  ],
@@ -4743,7 +4555,7 @@
4743
4555
  "defaultValue": "5"
4744
4556
  },
4745
4557
  {
4746
- "id": 80,
4558
+ "id": 75,
4747
4559
  "name": "pageCount",
4748
4560
  "kind": 1024,
4749
4561
  "kindString": "Property",
@@ -4753,7 +4565,7 @@
4753
4565
  "sources": [
4754
4566
  {
4755
4567
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4756
- "line": 61,
4568
+ "line": 60,
4757
4569
  "character": 9
4758
4570
  }
4759
4571
  ],
@@ -4764,7 +4576,7 @@
4764
4576
  "defaultValue": "0"
4765
4577
  },
4766
4578
  {
4767
- "id": 76,
4579
+ "id": 71,
4768
4580
  "name": "pageSize",
4769
4581
  "kind": 1024,
4770
4582
  "kindString": "Property",
@@ -4787,7 +4599,7 @@
4787
4599
  "sources": [
4788
4600
  {
4789
4601
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4790
- "line": 41,
4602
+ "line": 40,
4791
4603
  "character": 9
4792
4604
  }
4793
4605
  ],
@@ -4798,7 +4610,7 @@
4798
4610
  "defaultValue": "10"
4799
4611
  },
4800
4612
  {
4801
- "id": 77,
4613
+ "id": 72,
4802
4614
  "name": "pagingLabel",
4803
4615
  "kind": 1024,
4804
4616
  "kindString": "Property",
@@ -4827,7 +4639,7 @@
4827
4639
  "sources": [
4828
4640
  {
4829
4641
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4830
- "line": 51,
4642
+ "line": 50,
4831
4643
  "character": 9
4832
4644
  }
4833
4645
  ],
@@ -4837,7 +4649,7 @@
4837
4649
  }
4838
4650
  },
4839
4651
  {
4840
- "id": 93,
4652
+ "id": 88,
4841
4653
  "name": "isNextButtonDisabled",
4842
4654
  "kind": 262144,
4843
4655
  "kindString": "Accessor",
@@ -4847,13 +4659,13 @@
4847
4659
  "sources": [
4848
4660
  {
4849
4661
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4850
- "line": 100,
4662
+ "line": 98,
4851
4663
  "character": 13
4852
4664
  }
4853
4665
  ],
4854
4666
  "getSignature": [
4855
4667
  {
4856
- "id": 94,
4668
+ "id": 89,
4857
4669
  "name": "isNextButtonDisabled",
4858
4670
  "kind": 524288,
4859
4671
  "kindString": "Get signature",
@@ -4866,7 +4678,7 @@
4866
4678
  ]
4867
4679
  },
4868
4680
  {
4869
- "id": 91,
4681
+ "id": 86,
4870
4682
  "name": "isPreviousButtonDisabled",
4871
4683
  "kind": 262144,
4872
4684
  "kindString": "Accessor",
@@ -4876,13 +4688,13 @@
4876
4688
  "sources": [
4877
4689
  {
4878
4690
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4879
- "line": 96,
4691
+ "line": 94,
4880
4692
  "character": 13
4881
4693
  }
4882
4694
  ],
4883
4695
  "getSignature": [
4884
4696
  {
4885
- "id": 92,
4697
+ "id": 87,
4886
4698
  "name": "isPreviousButtonDisabled",
4887
4699
  "kind": 524288,
4888
4700
  "kindString": "Get signature",
@@ -4895,7 +4707,7 @@
4895
4707
  ]
4896
4708
  },
4897
4709
  {
4898
- "id": 87,
4710
+ "id": 82,
4899
4711
  "name": "nextPage",
4900
4712
  "kind": 2048,
4901
4713
  "kindString": "Method",
@@ -4905,13 +4717,13 @@
4905
4717
  "sources": [
4906
4718
  {
4907
4719
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4908
- "line": 88,
4720
+ "line": 86,
4909
4721
  "character": 9
4910
4722
  }
4911
4723
  ],
4912
4724
  "signatures": [
4913
4725
  {
4914
- "id": 88,
4726
+ "id": 83,
4915
4727
  "name": "nextPage",
4916
4728
  "kind": 4096,
4917
4729
  "kindString": "Call signature",
@@ -4924,7 +4736,7 @@
4924
4736
  ]
4925
4737
  },
4926
4738
  {
4927
- "id": 81,
4739
+ "id": 76,
4928
4740
  "name": "ngOnChanges",
4929
4741
  "kind": 2048,
4930
4742
  "kindString": "Method",
@@ -4934,20 +4746,20 @@
4934
4746
  "sources": [
4935
4747
  {
4936
4748
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4937
- "line": 63,
4749
+ "line": 62,
4938
4750
  "character": 9
4939
4751
  }
4940
4752
  ],
4941
4753
  "signatures": [
4942
4754
  {
4943
- "id": 82,
4755
+ "id": 77,
4944
4756
  "name": "ngOnChanges",
4945
4757
  "kind": 4096,
4946
4758
  "kindString": "Call signature",
4947
4759
  "flags": {},
4948
4760
  "parameters": [
4949
4761
  {
4950
- "id": 83,
4762
+ "id": 78,
4951
4763
  "name": "changes",
4952
4764
  "kind": 32768,
4953
4765
  "kindString": "Parameter",
@@ -4974,7 +4786,7 @@
4974
4786
  }
4975
4787
  },
4976
4788
  {
4977
- "id": 89,
4789
+ "id": 84,
4978
4790
  "name": "previousPage",
4979
4791
  "kind": 2048,
4980
4792
  "kindString": "Method",
@@ -4984,13 +4796,13 @@
4984
4796
  "sources": [
4985
4797
  {
4986
4798
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
4987
- "line": 92,
4799
+ "line": 90,
4988
4800
  "character": 9
4989
4801
  }
4990
4802
  ],
4991
4803
  "signatures": [
4992
4804
  {
4993
- "id": 90,
4805
+ "id": 85,
4994
4806
  "name": "previousPage",
4995
4807
  "kind": 4096,
4996
4808
  "kindString": "Call signature",
@@ -5003,7 +4815,7 @@
5003
4815
  ]
5004
4816
  },
5005
4817
  {
5006
- "id": 84,
4818
+ "id": 79,
5007
4819
  "name": "setPage",
5008
4820
  "kind": 2048,
5009
4821
  "kindString": "Method",
@@ -5013,20 +4825,20 @@
5013
4825
  "sources": [
5014
4826
  {
5015
4827
  "fileName": "projects/lists/src/modules/paging/paging.component.ts",
5016
- "line": 67,
4828
+ "line": 66,
5017
4829
  "character": 9
5018
4830
  }
5019
4831
  ],
5020
4832
  "signatures": [
5021
4833
  {
5022
- "id": 85,
4834
+ "id": 80,
5023
4835
  "name": "setPage",
5024
4836
  "kind": 4096,
5025
4837
  "kindString": "Call signature",
5026
4838
  "flags": {},
5027
4839
  "parameters": [
5028
4840
  {
5029
- "id": 86,
4841
+ "id": 81,
5030
4842
  "name": "pageNumber",
5031
4843
  "kind": 32768,
5032
4844
  "kindString": "Parameter",
@@ -5050,39 +4862,39 @@
5050
4862
  "title": "Constructors",
5051
4863
  "kind": 512,
5052
4864
  "children": [
5053
- 71
4865
+ 66
5054
4866
  ]
5055
4867
  },
5056
4868
  {
5057
4869
  "title": "Properties",
5058
4870
  "kind": 1024,
5059
4871
  "children": [
4872
+ 68,
5060
4873
  73,
5061
- 78,
5062
- 79,
5063
4874
  74,
4875
+ 69,
4876
+ 70,
5064
4877
  75,
5065
- 80,
5066
- 76,
5067
- 77
4878
+ 71,
4879
+ 72
5068
4880
  ]
5069
4881
  },
5070
4882
  {
5071
4883
  "title": "Accessors",
5072
4884
  "kind": 262144,
5073
4885
  "children": [
5074
- 93,
5075
- 91
4886
+ 88,
4887
+ 86
5076
4888
  ]
5077
4889
  },
5078
4890
  {
5079
4891
  "title": "Methods",
5080
4892
  "kind": 2048,
5081
4893
  "children": [
5082
- 87,
5083
- 81,
5084
- 89,
5085
- 84
4894
+ 82,
4895
+ 76,
4896
+ 84,
4897
+ 79
5086
4898
  ]
5087
4899
  }
5088
4900
  ],
@@ -5101,7 +4913,7 @@
5101
4913
  ]
5102
4914
  },
5103
4915
  {
5104
- "id": 104,
4916
+ "id": 99,
5105
4917
  "name": "SkyRepeaterItemContentComponent",
5106
4918
  "kind": 128,
5107
4919
  "kindString": "Class",
@@ -5117,27 +4929,27 @@
5117
4929
  "name": "Component"
5118
4930
  },
5119
4931
  "arguments": {
5120
- "obj": "{\n selector: 'sky-repeater-item-content',\n templateUrl: './repeater-item-content.component.html'\n}"
4932
+ "obj": "{\n selector: 'sky-repeater-item-content',\n templateUrl: './repeater-item-content.component.html',\n}"
5121
4933
  }
5122
4934
  }
5123
4935
  ],
5124
4936
  "children": [
5125
4937
  {
5126
- "id": 105,
4938
+ "id": 100,
5127
4939
  "name": "constructor",
5128
4940
  "kind": 512,
5129
4941
  "kindString": "Constructor",
5130
4942
  "flags": {},
5131
4943
  "signatures": [
5132
4944
  {
5133
- "id": 106,
4945
+ "id": 101,
5134
4946
  "name": "SkyRepeaterItemContentComponent",
5135
4947
  "kind": 16384,
5136
4948
  "kindString": "Constructor signature",
5137
4949
  "flags": {},
5138
4950
  "type": {
5139
4951
  "type": "reference",
5140
- "id": 104,
4952
+ "id": 99,
5141
4953
  "name": "SkyRepeaterItemContentComponent"
5142
4954
  }
5143
4955
  }
@@ -5149,20 +4961,20 @@
5149
4961
  "title": "Constructors",
5150
4962
  "kind": 512,
5151
4963
  "children": [
5152
- 105
4964
+ 100
5153
4965
  ]
5154
4966
  }
5155
4967
  ],
5156
4968
  "sources": [
5157
4969
  {
5158
4970
  "fileName": "projects/lists/src/modules/repeater/repeater-item-content.component.ts",
5159
- "line": 12,
4971
+ "line": 10,
5160
4972
  "character": 13
5161
4973
  }
5162
4974
  ]
5163
4975
  },
5164
4976
  {
5165
- "id": 107,
4977
+ "id": 102,
5166
4978
  "name": "SkyRepeaterItemContextMenuComponent",
5167
4979
  "kind": 128,
5168
4980
  "kindString": "Class",
@@ -5178,27 +4990,27 @@
5178
4990
  "name": "Component"
5179
4991
  },
5180
4992
  "arguments": {
5181
- "obj": "{\n selector: 'sky-repeater-item-context-menu',\n templateUrl: './repeater-item-context-menu.component.html'\n}"
4993
+ "obj": "{\n selector: 'sky-repeater-item-context-menu',\n templateUrl: './repeater-item-context-menu.component.html',\n}"
5182
4994
  }
5183
4995
  }
5184
4996
  ],
5185
4997
  "children": [
5186
4998
  {
5187
- "id": 108,
4999
+ "id": 103,
5188
5000
  "name": "constructor",
5189
5001
  "kind": 512,
5190
5002
  "kindString": "Constructor",
5191
5003
  "flags": {},
5192
5004
  "signatures": [
5193
5005
  {
5194
- "id": 109,
5006
+ "id": 104,
5195
5007
  "name": "SkyRepeaterItemContextMenuComponent",
5196
5008
  "kind": 16384,
5197
5009
  "kindString": "Constructor signature",
5198
5010
  "flags": {},
5199
5011
  "type": {
5200
5012
  "type": "reference",
5201
- "id": 107,
5013
+ "id": 102,
5202
5014
  "name": "SkyRepeaterItemContextMenuComponent"
5203
5015
  }
5204
5016
  }
@@ -5210,14 +5022,14 @@
5210
5022
  "title": "Constructors",
5211
5023
  "kind": 512,
5212
5024
  "children": [
5213
- 108
5025
+ 103
5214
5026
  ]
5215
5027
  }
5216
5028
  ],
5217
5029
  "sources": [
5218
5030
  {
5219
5031
  "fileName": "projects/lists/src/modules/repeater/repeater-item-context-menu.component.ts",
5220
- "line": 15,
5032
+ "line": 13,
5221
5033
  "character": 13
5222
5034
  }
5223
5035
  ]
@@ -5228,25 +5040,25 @@
5228
5040
  "title": "Classes",
5229
5041
  "kind": 128,
5230
5042
  "children": [
5231
- 290,
5232
- 293,
5233
- 296,
5234
- 299,
5235
- 302,
5043
+ 280,
5044
+ 283,
5045
+ 286,
5046
+ 289,
5047
+ 292,
5236
5048
  1,
5237
- 110,
5238
- 215,
5239
- 256,
5240
- 259,
5241
- 278,
5242
- 22,
5243
- 25,
5244
- 28,
5245
- 40,
5246
- 43,
5247
- 70,
5248
- 104,
5249
- 107
5049
+ 105,
5050
+ 210,
5051
+ 251,
5052
+ 254,
5053
+ 273,
5054
+ 17,
5055
+ 20,
5056
+ 23,
5057
+ 35,
5058
+ 38,
5059
+ 65,
5060
+ 99,
5061
+ 102
5250
5062
  ]
5251
5063
  }
5252
5064
  ],
@@ -5259,100 +5071,105 @@
5259
5071
  ]
5260
5072
  },
5261
5073
  "codeExamples": [
5074
+ {
5075
+ "fileName": ".eslintrc.json",
5076
+ "filePath": "/projects/lists/documentation/code-examples/.eslintrc.json",
5077
+ "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"
5078
+ },
5262
5079
  {
5263
5080
  "fileName": "filter-demo.component.html",
5264
5081
  "filePath": "/projects/lists/documentation/code-examples/filter/inline/filter-demo.component.html",
5265
- "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"
5082
+ "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"
5266
5083
  },
5267
5084
  {
5268
5085
  "fileName": "filter-demo.component.ts",
5269
5086
  "filePath": "/projects/lists/documentation/code-examples/filter/inline/filter-demo.component.ts",
5270
- "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"
5087
+ "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"
5271
5088
  },
5272
5089
  {
5273
5090
  "fileName": "filter-demo.module.ts",
5274
5091
  "filePath": "/projects/lists/documentation/code-examples/filter/inline/filter-demo.module.ts",
5275
- "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"
5092
+ "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"
5276
5093
  },
5277
5094
  {
5278
5095
  "fileName": "filter-demo-modal-context.ts",
5279
5096
  "filePath": "/projects/lists/documentation/code-examples/filter/modal/filter-demo-modal-context.ts",
5280
- "rawContents": "export class FilterDemoModalContext {\n\n public appliedFilters: any[];\n\n}\n"
5097
+ "rawContents": "export class FilterDemoModalContext {\n public appliedFilters: any[];\n}\n"
5281
5098
  },
5282
5099
  {
5283
5100
  "fileName": "filter-demo-modal.component.html",
5284
5101
  "filePath": "/projects/lists/documentation/code-examples/filter/modal/filter-demo-modal.component.html",
5285
- "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"
5102
+ "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"
5286
5103
  },
5287
5104
  {
5288
5105
  "fileName": "filter-demo-modal.component.ts",
5289
5106
  "filePath": "/projects/lists/documentation/code-examples/filter/modal/filter-demo-modal.component.ts",
5290
- "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"
5107
+ "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"
5291
5108
  },
5292
5109
  {
5293
5110
  "fileName": "filter-demo.component.html",
5294
5111
  "filePath": "/projects/lists/documentation/code-examples/filter/modal/filter-demo.component.html",
5295
- "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"
5112
+ "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"
5296
5113
  },
5297
5114
  {
5298
5115
  "fileName": "filter-demo.component.ts",
5299
5116
  "filePath": "/projects/lists/documentation/code-examples/filter/modal/filter-demo.component.ts",
5300
- "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"
5117
+ "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"
5301
5118
  },
5302
5119
  {
5303
5120
  "fileName": "filter-demo.module.ts",
5304
5121
  "filePath": "/projects/lists/documentation/code-examples/filter/modal/filter-demo.module.ts",
5305
- "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"
5122
+ "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"
5306
5123
  },
5307
5124
  {
5308
5125
  "fileName": "infinite-scroll-demo.component.html",
5309
5126
  "filePath": "/projects/lists/documentation/code-examples/infinite-scroll/list/infinite-scroll-demo.component.html",
5310
- "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"
5127
+ "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"
5311
5128
  },
5312
5129
  {
5313
5130
  "fileName": "infinite-scroll-demo.component.ts",
5314
5131
  "filePath": "/projects/lists/documentation/code-examples/infinite-scroll/list/infinite-scroll-demo.component.ts",
5315
- "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"
5132
+ "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"
5316
5133
  },
5317
5134
  {
5318
5135
  "fileName": "infinite-scroll-demo.module.ts",
5319
5136
  "filePath": "/projects/lists/documentation/code-examples/infinite-scroll/list/infinite-scroll-demo.module.ts",
5320
- "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"
5137
+ "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"
5321
5138
  },
5322
5139
  {
5323
5140
  "fileName": "infinite-scroll-demo.component.html",
5324
5141
  "filePath": "/projects/lists/documentation/code-examples/infinite-scroll/repeater/infinite-scroll-demo.component.html",
5325
- "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"
5142
+ "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"
5326
5143
  },
5327
5144
  {
5328
5145
  "fileName": "infinite-scroll-demo.component.ts",
5329
5146
  "filePath": "/projects/lists/documentation/code-examples/infinite-scroll/repeater/infinite-scroll-demo.component.ts",
5330
- "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"
5147
+ "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"
5331
5148
  },
5332
5149
  {
5333
5150
  "fileName": "infinite-scroll-demo.module.ts",
5334
5151
  "filePath": "/projects/lists/documentation/code-examples/infinite-scroll/repeater/infinite-scroll-demo.module.ts",
5335
- "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"
5152
+ "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"
5336
5153
  },
5337
5154
  {
5338
5155
  "fileName": "paging-demo.component.html",
5339
5156
  "filePath": "/projects/lists/documentation/code-examples/paging/basic/paging-demo.component.html",
5340
- "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"
5157
+ "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"
5341
5158
  },
5342
5159
  {
5343
5160
  "fileName": "paging-demo.component.ts",
5344
5161
  "filePath": "/projects/lists/documentation/code-examples/paging/basic/paging-demo.component.ts",
5345
- "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"
5162
+ "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"
5346
5163
  },
5347
5164
  {
5348
5165
  "fileName": "paging-demo.module.ts",
5349
5166
  "filePath": "/projects/lists/documentation/code-examples/paging/basic/paging-demo.module.ts",
5350
- "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"
5167
+ "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"
5351
5168
  },
5352
5169
  {
5353
5170
  "fileName": "repeater-demo.component.html",
5354
5171
  "filePath": "/projects/lists/documentation/code-examples/repeater/add-remove/repeater-demo.component.html",
5355
- "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"
5172
+ "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"
5356
5173
  },
5357
5174
  {
5358
5175
  "fileName": "repeater-demo.component.scss",
@@ -5362,17 +5179,17 @@
5362
5179
  {
5363
5180
  "fileName": "repeater-demo.component.ts",
5364
5181
  "filePath": "/projects/lists/documentation/code-examples/repeater/add-remove/repeater-demo.component.ts",
5365
- "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"
5182
+ "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"
5366
5183
  },
5367
5184
  {
5368
5185
  "fileName": "repeater-demo.module.ts",
5369
5186
  "filePath": "/projects/lists/documentation/code-examples/repeater/add-remove/repeater-demo.module.ts",
5370
- "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"
5187
+ "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"
5371
5188
  },
5372
5189
  {
5373
5190
  "fileName": "repeater-demo.component.html",
5374
5191
  "filePath": "/projects/lists/documentation/code-examples/repeater/basic/repeater-demo.component.html",
5375
- "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"
5192
+ "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"
5376
5193
  },
5377
5194
  {
5378
5195
  "fileName": "repeater-demo.component.scss",
@@ -5382,27 +5199,27 @@
5382
5199
  {
5383
5200
  "fileName": "repeater-demo.component.ts",
5384
5201
  "filePath": "/projects/lists/documentation/code-examples/repeater/basic/repeater-demo.component.ts",
5385
- "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"
5202
+ "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"
5386
5203
  },
5387
5204
  {
5388
5205
  "fileName": "repeater-demo.module.ts",
5389
5206
  "filePath": "/projects/lists/documentation/code-examples/repeater/basic/repeater-demo.module.ts",
5390
- "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"
5207
+ "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"
5391
5208
  },
5392
5209
  {
5393
5210
  "fileName": "sort-demo.component.html",
5394
5211
  "filePath": "/projects/lists/documentation/code-examples/sort/basic/sort-demo.component.html",
5395
- "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"
5212
+ "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"
5396
5213
  },
5397
5214
  {
5398
5215
  "fileName": "sort-demo.component.ts",
5399
5216
  "filePath": "/projects/lists/documentation/code-examples/sort/basic/sort-demo.component.ts",
5400
- "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"
5217
+ "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"
5401
5218
  },
5402
5219
  {
5403
5220
  "fileName": "sort-demo.module.ts",
5404
5221
  "filePath": "/projects/lists/documentation/code-examples/sort/basic/sort-demo.module.ts",
5405
- "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"
5222
+ "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"
5406
5223
  }
5407
5224
  ]
5408
5225
  }