@skyux/lists 5.1.0 → 5.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (144) hide show
  1. package/README.md +6 -4
  2. package/bundles/skyux-lists-testing.umd.js +16 -16
  3. package/bundles/skyux-lists.umd.js +127 -88
  4. package/documentation.json +259 -20
  5. package/esm2015/index.js +22 -0
  6. package/esm2015/index.js.map +1 -0
  7. package/esm2015/{modules → lib/modules}/filter/filter-button.component.js +4 -4
  8. package/esm2015/lib/modules/filter/filter-button.component.js.map +1 -0
  9. package/esm2015/lib/modules/filter/filter-inline-item.component.js +18 -0
  10. package/esm2015/lib/modules/filter/filter-inline-item.component.js.map +1 -0
  11. package/esm2015/lib/modules/filter/filter-inline.component.js +18 -0
  12. package/esm2015/lib/modules/filter/filter-inline.component.js.map +1 -0
  13. package/esm2015/lib/modules/filter/filter-summary-item.component.js +50 -0
  14. package/esm2015/lib/modules/filter/filter-summary-item.component.js.map +1 -0
  15. package/esm2015/lib/modules/filter/filter-summary.component.js +20 -0
  16. package/esm2015/lib/modules/filter/filter-summary.component.js.map +1 -0
  17. package/esm2015/lib/modules/filter/filter.module.js +61 -0
  18. package/esm2015/lib/modules/filter/filter.module.js.map +1 -0
  19. package/esm2015/lib/modules/infinite-scroll/infinite-scroll-dom-adapter.service.js +93 -0
  20. package/esm2015/lib/modules/infinite-scroll/infinite-scroll-dom-adapter.service.js.map +1 -0
  21. package/esm2015/lib/modules/infinite-scroll/infinite-scroll.component.js +115 -0
  22. package/esm2015/lib/modules/infinite-scroll/infinite-scroll.component.js.map +1 -0
  23. package/esm2015/lib/modules/infinite-scroll/infinite-scroll.module.js +20 -0
  24. package/esm2015/lib/modules/infinite-scroll/infinite-scroll.module.js.map +1 -0
  25. package/esm2015/lib/modules/paging/paging.component.js +127 -0
  26. package/esm2015/lib/modules/paging/paging.component.js.map +1 -0
  27. package/esm2015/lib/modules/paging/paging.module.js +34 -0
  28. package/esm2015/lib/modules/paging/paging.module.js.map +1 -0
  29. package/esm2015/lib/modules/repeater/repeater-adapter.service.js +69 -0
  30. package/esm2015/lib/modules/repeater/repeater-adapter.service.js.map +1 -0
  31. package/esm2015/lib/modules/repeater/repeater-item-content.component.js +17 -0
  32. package/esm2015/lib/modules/repeater/repeater-item-content.component.js.map +1 -0
  33. package/esm2015/lib/modules/repeater/repeater-item-context-menu.component.js +20 -0
  34. package/esm2015/lib/modules/repeater/repeater-item-context-menu.component.js.map +1 -0
  35. package/esm2015/lib/modules/repeater/repeater-item-title.component.js +17 -0
  36. package/esm2015/lib/modules/repeater/repeater-item-title.component.js.map +1 -0
  37. package/esm2015/lib/modules/repeater/repeater-item.component.js +389 -0
  38. package/esm2015/lib/modules/repeater/repeater-item.component.js.map +1 -0
  39. package/esm2015/lib/modules/repeater/repeater.component.js +262 -0
  40. package/esm2015/lib/modules/repeater/repeater.component.js.map +1 -0
  41. package/esm2015/lib/modules/repeater/repeater.module.js +69 -0
  42. package/esm2015/lib/modules/repeater/repeater.module.js.map +1 -0
  43. package/esm2015/lib/modules/repeater/repeater.service.js +72 -0
  44. package/esm2015/lib/modules/repeater/repeater.service.js.map +1 -0
  45. package/esm2015/lib/modules/shared/sky-lists-resources.module.js +80 -0
  46. package/esm2015/lib/modules/shared/sky-lists-resources.module.js.map +1 -0
  47. package/esm2015/{modules → lib/modules}/sort/sort-item.component.js +6 -5
  48. package/esm2015/lib/modules/sort/sort-item.component.js.map +1 -0
  49. package/esm2015/{modules → lib/modules}/sort/sort-menu-heading.component.js +4 -4
  50. package/esm2015/lib/modules/sort/sort-menu-heading.component.js.map +1 -0
  51. package/esm2015/{modules → lib/modules}/sort/sort.component.js +4 -4
  52. package/esm2015/lib/modules/sort/sort.component.js.map +1 -0
  53. package/esm2015/lib/modules/sort/sort.module.js +50 -0
  54. package/esm2015/lib/modules/sort/sort.module.js.map +1 -0
  55. package/esm2015/lib/modules/sort/sort.service.js +20 -0
  56. package/esm2015/lib/modules/sort/sort.service.js.map +1 -0
  57. package/esm2015/skyux-lists.js +2 -2
  58. package/esm2015/skyux-lists.js.map +1 -0
  59. package/esm2015/testing/filter/filter-fixture-button.js +1 -1
  60. package/esm2015/testing/filter/filter-fixture-button.js.map +1 -0
  61. package/esm2015/testing/filter/filter-fixture-summary.js +1 -1
  62. package/esm2015/testing/filter/filter-fixture-summary.js.map +1 -0
  63. package/esm2015/testing/filter/filter-testing.module.js +5 -5
  64. package/esm2015/testing/filter/filter-testing.module.js.map +1 -0
  65. package/esm2015/testing/filter/lists-filter-fixture-button.js +1 -1
  66. package/esm2015/testing/filter/lists-filter-fixture-button.js.map +1 -0
  67. package/esm2015/testing/infinite-scroll/infinite-scroll-fixture.js +1 -1
  68. package/esm2015/testing/infinite-scroll/infinite-scroll-fixture.js.map +1 -0
  69. package/esm2015/testing/infinite-scroll/infinite-scroll-testing.module.js +5 -5
  70. package/esm2015/testing/infinite-scroll/infinite-scroll-testing.module.js.map +1 -0
  71. package/esm2015/testing/paging/paging-fixture-button.js +1 -1
  72. package/esm2015/testing/paging/paging-fixture-button.js.map +1 -0
  73. package/esm2015/testing/paging/paging-fixture.js +1 -1
  74. package/esm2015/testing/paging/paging-fixture.js.map +1 -0
  75. package/esm2015/testing/paging/paging-testing.module.js +5 -5
  76. package/esm2015/testing/paging/paging-testing.module.js.map +1 -0
  77. package/esm2015/testing/public-api.js +1 -1
  78. package/esm2015/testing/public-api.js.map +1 -0
  79. package/esm2015/testing/skyux-lists-testing.js +1 -1
  80. package/esm2015/testing/skyux-lists-testing.js.map +1 -0
  81. package/esm2015/testing/sort/sort-fixture-menu-item.js +1 -1
  82. package/esm2015/testing/sort/sort-fixture-menu-item.js.map +1 -0
  83. package/esm2015/testing/sort/sort-fixture-menu.js +1 -1
  84. package/esm2015/testing/sort/sort-fixture-menu.js.map +1 -0
  85. package/esm2015/testing/sort/sort-fixture.js +1 -1
  86. package/esm2015/testing/sort/sort-fixture.js.map +1 -0
  87. package/esm2015/testing/sort/sort-testing.module.js +5 -5
  88. package/esm2015/testing/sort/sort-testing.module.js.map +1 -0
  89. package/fesm2015/skyux-lists-testing.js +16 -16
  90. package/fesm2015/skyux-lists-testing.js.map +1 -1
  91. package/fesm2015/skyux-lists.js +154 -115
  92. package/fesm2015/skyux-lists.js.map +1 -1
  93. package/index.d.ts +19 -0
  94. package/{modules → lib/modules}/filter/filter-button.component.d.ts +0 -0
  95. package/{modules → lib/modules}/filter/filter-inline-item.component.d.ts +0 -0
  96. package/{modules → lib/modules}/filter/filter-inline.component.d.ts +0 -0
  97. package/{modules → lib/modules}/filter/filter-summary-item.component.d.ts +0 -0
  98. package/{modules → lib/modules}/filter/filter-summary.component.d.ts +0 -0
  99. package/{modules → lib/modules}/filter/filter.module.d.ts +0 -0
  100. package/{modules → lib/modules}/infinite-scroll/infinite-scroll-dom-adapter.service.d.ts +0 -0
  101. package/{modules → lib/modules}/infinite-scroll/infinite-scroll.component.d.ts +0 -0
  102. package/{modules → lib/modules}/infinite-scroll/infinite-scroll.module.d.ts +0 -0
  103. package/{modules → lib/modules}/paging/paging.component.d.ts +1 -1
  104. package/{modules → lib/modules}/paging/paging.module.d.ts +0 -0
  105. package/{modules → lib/modules}/repeater/repeater-adapter.service.d.ts +0 -0
  106. package/{modules → lib/modules}/repeater/repeater-item-content.component.d.ts +0 -0
  107. package/{modules → lib/modules}/repeater/repeater-item-context-menu.component.d.ts +0 -0
  108. package/{modules → lib/modules}/repeater/repeater-item-title.component.d.ts +0 -0
  109. package/{modules → lib/modules}/repeater/repeater-item.component.d.ts +0 -0
  110. package/{modules → lib/modules}/repeater/repeater.component.d.ts +2 -2
  111. package/{modules → lib/modules}/repeater/repeater.module.d.ts +0 -0
  112. package/{modules → lib/modules}/repeater/repeater.service.d.ts +0 -0
  113. package/{modules → lib/modules}/shared/sky-lists-resources.module.d.ts +0 -0
  114. package/{modules → lib/modules}/sort/sort-item.component.d.ts +0 -0
  115. package/{modules → lib/modules}/sort/sort-menu-heading.component.d.ts +0 -0
  116. package/{modules → lib/modules}/sort/sort.component.d.ts +0 -0
  117. package/{modules → lib/modules}/sort/sort.module.d.ts +0 -0
  118. package/{modules → lib/modules}/sort/sort.service.d.ts +0 -0
  119. package/package.json +26 -12
  120. package/skyux-lists.d.ts +1 -1
  121. package/LICENSE +0 -21
  122. package/esm2015/modules/filter/filter-inline-item.component.js +0 -18
  123. package/esm2015/modules/filter/filter-inline.component.js +0 -18
  124. package/esm2015/modules/filter/filter-summary-item.component.js +0 -50
  125. package/esm2015/modules/filter/filter-summary.component.js +0 -20
  126. package/esm2015/modules/filter/filter.module.js +0 -61
  127. package/esm2015/modules/infinite-scroll/infinite-scroll-dom-adapter.service.js +0 -92
  128. package/esm2015/modules/infinite-scroll/infinite-scroll.component.js +0 -115
  129. package/esm2015/modules/infinite-scroll/infinite-scroll.module.js +0 -20
  130. package/esm2015/modules/paging/paging.component.js +0 -127
  131. package/esm2015/modules/paging/paging.module.js +0 -34
  132. package/esm2015/modules/repeater/repeater-adapter.service.js +0 -68
  133. package/esm2015/modules/repeater/repeater-item-content.component.js +0 -17
  134. package/esm2015/modules/repeater/repeater-item-context-menu.component.js +0 -20
  135. package/esm2015/modules/repeater/repeater-item-title.component.js +0 -17
  136. package/esm2015/modules/repeater/repeater-item.component.js +0 -386
  137. package/esm2015/modules/repeater/repeater.component.js +0 -261
  138. package/esm2015/modules/repeater/repeater.module.js +0 -69
  139. package/esm2015/modules/repeater/repeater.service.js +0 -72
  140. package/esm2015/modules/shared/sky-lists-resources.module.js +0 -41
  141. package/esm2015/modules/sort/sort.module.js +0 -50
  142. package/esm2015/modules/sort/sort.service.js +0 -20
  143. package/esm2015/public-api.js +0 -22
  144. package/public-api.d.ts +0 -19
@@ -39,6 +39,8 @@
39
39
  "name": "NgModule",
40
40
  "type": {
41
41
  "type": "reference",
42
+ "qualifiedName": "NgModuleDecorator",
43
+ "package": "@angular/core",
42
44
  "name": "NgModule"
43
45
  },
44
46
  "arguments": {
@@ -97,6 +99,8 @@
97
99
  "name": "NgModule",
98
100
  "type": {
99
101
  "type": "reference",
102
+ "qualifiedName": "NgModuleDecorator",
103
+ "package": "@angular/core",
100
104
  "name": "NgModule"
101
105
  },
102
106
  "arguments": {
@@ -155,6 +159,8 @@
155
159
  "name": "NgModule",
156
160
  "type": {
157
161
  "type": "reference",
162
+ "qualifiedName": "NgModuleDecorator",
163
+ "package": "@angular/core",
158
164
  "name": "NgModule"
159
165
  },
160
166
  "arguments": {
@@ -213,6 +219,8 @@
213
219
  "name": "NgModule",
214
220
  "type": {
215
221
  "type": "reference",
222
+ "qualifiedName": "NgModuleDecorator",
223
+ "package": "@angular/core",
216
224
  "name": "NgModule"
217
225
  },
218
226
  "arguments": {
@@ -271,6 +279,8 @@
271
279
  "name": "NgModule",
272
280
  "type": {
273
281
  "type": "reference",
282
+ "qualifiedName": "NgModuleDecorator",
283
+ "package": "@angular/core",
274
284
  "name": "NgModule"
275
285
  },
276
286
  "arguments": {
@@ -329,6 +339,8 @@
329
339
  "name": "Component",
330
340
  "type": {
331
341
  "type": "reference",
342
+ "qualifiedName": "ComponentDecorator",
343
+ "package": "@angular/core",
332
344
  "name": "Component"
333
345
  },
334
346
  "arguments": {
@@ -374,6 +386,8 @@
374
386
  "name": "Input",
375
387
  "type": {
376
388
  "type": "reference",
389
+ "qualifiedName": "InputDecorator",
390
+ "package": "@angular/core",
377
391
  "name": "Input"
378
392
  },
379
393
  "arguments": {}
@@ -408,6 +422,8 @@
408
422
  "name": "Input",
409
423
  "type": {
410
424
  "type": "reference",
425
+ "qualifiedName": "InputDecorator",
426
+ "package": "@angular/core",
411
427
  "name": "Input"
412
428
  },
413
429
  "arguments": {}
@@ -441,6 +457,8 @@
441
457
  "name": "Input",
442
458
  "type": {
443
459
  "type": "reference",
460
+ "qualifiedName": "InputDecorator",
461
+ "package": "@angular/core",
444
462
  "name": "Input"
445
463
  },
446
464
  "arguments": {}
@@ -474,6 +492,8 @@
474
492
  "name": "Input",
475
493
  "type": {
476
494
  "type": "reference",
495
+ "qualifiedName": "InputDecorator",
496
+ "package": "@angular/core",
477
497
  "name": "Input"
478
498
  },
479
499
  "arguments": {}
@@ -508,6 +528,8 @@
508
528
  "name": "Output",
509
529
  "type": {
510
530
  "type": "reference",
531
+ "qualifiedName": "OutputDecorator",
532
+ "package": "@angular/core",
511
533
  "name": "Output"
512
534
  },
513
535
  "arguments": {}
@@ -528,6 +550,8 @@
528
550
  "name": "any"
529
551
  }
530
552
  ],
553
+ "qualifiedName": "EventEmitter",
554
+ "package": "@angular/core",
531
555
  "name": "EventEmitter"
532
556
  },
533
557
  "defaultValue": "..."
@@ -548,6 +572,8 @@
548
572
  "name": "Input",
549
573
  "type": {
550
574
  "type": "reference",
575
+ "qualifiedName": "InputDecorator",
576
+ "package": "@angular/core",
551
577
  "name": "Input"
552
578
  },
553
579
  "arguments": {}
@@ -579,6 +605,8 @@
579
605
  "name": "Input",
580
606
  "type": {
581
607
  "type": "reference",
608
+ "qualifiedName": "InputDecorator",
609
+ "package": "@angular/core",
582
610
  "name": "Input"
583
611
  },
584
612
  "arguments": {}
@@ -724,6 +752,8 @@
724
752
  "name": "Component",
725
753
  "type": {
726
754
  "type": "reference",
755
+ "qualifiedName": "ComponentDecorator",
756
+ "package": "@angular/core",
727
757
  "name": "Component"
728
758
  },
729
759
  "arguments": {
@@ -772,6 +802,8 @@
772
802
  "flags": {},
773
803
  "type": {
774
804
  "type": "reference",
805
+ "qualifiedName": "ChangeDetectorRef",
806
+ "package": "@angular/core",
775
807
  "name": "ChangeDetectorRef"
776
808
  }
777
809
  },
@@ -800,6 +832,8 @@
800
832
  "name": "any"
801
833
  }
802
834
  ],
835
+ "qualifiedName": "ElementRef",
836
+ "package": "@angular/core",
803
837
  "name": "ElementRef"
804
838
  }
805
839
  },
@@ -839,6 +873,8 @@
839
873
  "name": "Output",
840
874
  "type": {
841
875
  "type": "reference",
876
+ "qualifiedName": "OutputDecorator",
877
+ "package": "@angular/core",
842
878
  "name": "Output"
843
879
  },
844
880
  "arguments": {}
@@ -859,6 +895,8 @@
859
895
  "name": "void"
860
896
  }
861
897
  ],
898
+ "qualifiedName": "EventEmitter",
899
+ "package": "@angular/core",
862
900
  "name": "EventEmitter"
863
901
  },
864
902
  "defaultValue": "..."
@@ -897,6 +935,8 @@
897
935
  "name": "ContentChild",
898
936
  "type": {
899
937
  "type": "reference",
938
+ "qualifiedName": "ContentChildDecorator",
939
+ "package": "@angular/core",
900
940
  "name": "ContentChild"
901
941
  },
902
942
  "arguments": {
@@ -920,6 +960,8 @@
920
960
  "name": "any"
921
961
  }
922
962
  ],
963
+ "qualifiedName": "ElementRef",
964
+ "package": "@angular/core",
923
965
  "name": "ElementRef"
924
966
  }
925
967
  },
@@ -939,6 +981,8 @@
939
981
  "name": "Output",
940
982
  "type": {
941
983
  "type": "reference",
984
+ "qualifiedName": "OutputDecorator",
985
+ "package": "@angular/core",
942
986
  "name": "Output"
943
987
  },
944
988
  "arguments": {}
@@ -959,6 +1003,8 @@
959
1003
  "name": "void"
960
1004
  }
961
1005
  ],
1006
+ "qualifiedName": "EventEmitter",
1007
+ "package": "@angular/core",
962
1008
  "name": "EventEmitter"
963
1009
  },
964
1010
  "defaultValue": "..."
@@ -1000,6 +1046,8 @@
1000
1046
  "name": "Output",
1001
1047
  "type": {
1002
1048
  "type": "reference",
1049
+ "qualifiedName": "OutputDecorator",
1050
+ "package": "@angular/core",
1003
1051
  "name": "Output"
1004
1052
  },
1005
1053
  "arguments": {}
@@ -1020,6 +1068,8 @@
1020
1068
  "name": "SkyInlineFormCloseArgs"
1021
1069
  }
1022
1070
  ],
1071
+ "qualifiedName": "EventEmitter",
1072
+ "package": "@angular/core",
1023
1073
  "name": "EventEmitter"
1024
1074
  },
1025
1075
  "defaultValue": "..."
@@ -1040,6 +1090,8 @@
1040
1090
  "name": "Input",
1041
1091
  "type": {
1042
1092
  "type": "reference",
1093
+ "qualifiedName": "InputDecorator",
1094
+ "package": "@angular/core",
1043
1095
  "name": "Input"
1044
1096
  },
1045
1097
  "arguments": {}
@@ -1073,6 +1125,8 @@
1073
1125
  "name": "Input",
1074
1126
  "type": {
1075
1127
  "type": "reference",
1128
+ "qualifiedName": "InputDecorator",
1129
+ "package": "@angular/core",
1076
1130
  "name": "Input"
1077
1131
  },
1078
1132
  "arguments": {}
@@ -1093,6 +1147,8 @@
1093
1147
  "name": "any"
1094
1148
  }
1095
1149
  ],
1150
+ "qualifiedName": "TemplateRef",
1151
+ "package": "@angular/core",
1096
1152
  "name": "TemplateRef"
1097
1153
  }
1098
1154
  },
@@ -1133,6 +1189,8 @@
1133
1189
  "name": "Output",
1134
1190
  "type": {
1135
1191
  "type": "reference",
1192
+ "qualifiedName": "OutputDecorator",
1193
+ "package": "@angular/core",
1136
1194
  "name": "Output"
1137
1195
  },
1138
1196
  "arguments": {}
@@ -1153,6 +1211,8 @@
1153
1211
  "name": "boolean"
1154
1212
  }
1155
1213
  ],
1214
+ "qualifiedName": "EventEmitter",
1215
+ "package": "@angular/core",
1156
1216
  "name": "EventEmitter"
1157
1217
  },
1158
1218
  "defaultValue": "..."
@@ -1173,6 +1233,8 @@
1173
1233
  "name": "Input",
1174
1234
  "type": {
1175
1235
  "type": "reference",
1236
+ "qualifiedName": "InputDecorator",
1237
+ "package": "@angular/core",
1176
1238
  "name": "Input"
1177
1239
  },
1178
1240
  "arguments": {}
@@ -1267,6 +1329,8 @@
1267
1329
  "name": "Input",
1268
1330
  "type": {
1269
1331
  "type": "reference",
1332
+ "qualifiedName": "InputDecorator",
1333
+ "package": "@angular/core",
1270
1334
  "name": "Input"
1271
1335
  },
1272
1336
  "arguments": {}
@@ -1301,6 +1365,8 @@
1301
1365
  "name": "Input",
1302
1366
  "type": {
1303
1367
  "type": "reference",
1368
+ "qualifiedName": "InputDecorator",
1369
+ "package": "@angular/core",
1304
1370
  "name": "Input"
1305
1371
  },
1306
1372
  "arguments": {}
@@ -1335,6 +1401,8 @@
1335
1401
  "name": "Input",
1336
1402
  "type": {
1337
1403
  "type": "reference",
1404
+ "qualifiedName": "InputDecorator",
1405
+ "package": "@angular/core",
1338
1406
  "name": "Input"
1339
1407
  },
1340
1408
  "arguments": {}
@@ -1389,6 +1457,8 @@
1389
1457
  "name": "Input",
1390
1458
  "type": {
1391
1459
  "type": "reference",
1460
+ "qualifiedName": "InputDecorator",
1461
+ "package": "@angular/core",
1392
1462
  "name": "Input"
1393
1463
  },
1394
1464
  "arguments": {}
@@ -1474,6 +1544,8 @@
1474
1544
  "name": "Input",
1475
1545
  "type": {
1476
1546
  "type": "reference",
1547
+ "qualifiedName": "InputDecorator",
1548
+ "package": "@angular/core",
1477
1549
  "name": "Input"
1478
1550
  },
1479
1551
  "arguments": {}
@@ -1494,7 +1566,13 @@
1494
1566
  "kindString": "Get signature",
1495
1567
  "flags": {},
1496
1568
  "comment": {
1497
- "shortText": "Indicates whether the repeater item is expanded."
1569
+ "shortText": "Indicates whether the repeater item is expanded.",
1570
+ "tags": [
1571
+ {
1572
+ "tag": "default",
1573
+ "text": "true\n"
1574
+ }
1575
+ ]
1498
1576
  },
1499
1577
  "type": {
1500
1578
  "type": "intrinsic",
@@ -1551,6 +1629,8 @@
1551
1629
  "name": "Input",
1552
1630
  "type": {
1553
1631
  "type": "reference",
1632
+ "qualifiedName": "InputDecorator",
1633
+ "package": "@angular/core",
1554
1634
  "name": "Input"
1555
1635
  },
1556
1636
  "arguments": {}
@@ -1571,7 +1651,13 @@
1571
1651
  "kindString": "Get signature",
1572
1652
  "flags": {},
1573
1653
  "comment": {
1574
- "shortText": "Indicates whether the repeater item's checkbox is selected.\nWhen users select the repeater item, the specified property on your model is updated accordingly."
1654
+ "shortText": "Indicates whether the repeater item's checkbox is selected.\nWhen users select the repeater item, the specified property on your model is updated accordingly.",
1655
+ "tags": [
1656
+ {
1657
+ "tag": "default",
1658
+ "text": "false\n"
1659
+ }
1660
+ ]
1575
1661
  },
1576
1662
  "type": {
1577
1663
  "type": "intrinsic",
@@ -1626,6 +1712,8 @@
1626
1712
  "name": "HostBinding",
1627
1713
  "type": {
1628
1714
  "type": "reference",
1715
+ "qualifiedName": "HostBindingDecorator",
1716
+ "package": "@angular/core",
1629
1717
  "name": "HostBinding"
1630
1718
  },
1631
1719
  "arguments": {
@@ -1756,6 +1844,8 @@
1756
1844
  "flags": {},
1757
1845
  "type": {
1758
1846
  "type": "reference",
1847
+ "qualifiedName": "Event",
1848
+ "package": "typescript",
1759
1849
  "name": "Event"
1760
1850
  }
1761
1851
  }
@@ -1993,6 +2083,8 @@
1993
2083
  "flags": {},
1994
2084
  "type": {
1995
2085
  "type": "reference",
2086
+ "qualifiedName": "KeyboardEvent",
2087
+ "package": "typescript",
1996
2088
  "name": "KeyboardEvent"
1997
2089
  }
1998
2090
  }
@@ -2077,6 +2169,8 @@
2077
2169
  "flags": {},
2078
2170
  "type": {
2079
2171
  "type": "reference",
2172
+ "qualifiedName": "KeyboardEvent",
2173
+ "package": "typescript",
2080
2174
  "name": "KeyboardEvent"
2081
2175
  }
2082
2176
  }
@@ -2119,6 +2213,8 @@
2119
2213
  "flags": {},
2120
2214
  "type": {
2121
2215
  "type": "reference",
2216
+ "qualifiedName": "MouseEvent",
2217
+ "package": "typescript",
2122
2218
  "name": "MouseEvent"
2123
2219
  }
2124
2220
  }
@@ -2257,14 +2353,20 @@
2257
2353
  "implementedTypes": [
2258
2354
  {
2259
2355
  "type": "reference",
2356
+ "qualifiedName": "OnDestroy",
2357
+ "package": "@angular/core",
2260
2358
  "name": "OnDestroy"
2261
2359
  },
2262
2360
  {
2263
2361
  "type": "reference",
2362
+ "qualifiedName": "OnInit",
2363
+ "package": "@angular/core",
2264
2364
  "name": "OnInit"
2265
2365
  },
2266
2366
  {
2267
2367
  "type": "reference",
2368
+ "qualifiedName": "AfterViewInit",
2369
+ "package": "@angular/core",
2268
2370
  "name": "AfterViewInit"
2269
2371
  }
2270
2372
  ]
@@ -2283,6 +2385,8 @@
2283
2385
  "name": "Component",
2284
2386
  "type": {
2285
2387
  "type": "reference",
2388
+ "qualifiedName": "ComponentDecorator",
2389
+ "package": "@angular/core",
2286
2390
  "name": "Component"
2287
2391
  },
2288
2392
  "arguments": {
@@ -2320,6 +2424,8 @@
2320
2424
  "flags": {},
2321
2425
  "type": {
2322
2426
  "type": "reference",
2427
+ "qualifiedName": "ChangeDetectorRef",
2428
+ "package": "@angular/core",
2323
2429
  "name": "ChangeDetectorRef"
2324
2430
  }
2325
2431
  },
@@ -2353,6 +2459,8 @@
2353
2459
  "flags": {},
2354
2460
  "type": {
2355
2461
  "type": "reference",
2462
+ "qualifiedName": "DragulaService",
2463
+ "package": "ng2-dragula",
2356
2464
  "name": "DragulaService"
2357
2465
  }
2358
2466
  },
@@ -2370,6 +2478,8 @@
2370
2478
  "name": "any"
2371
2479
  }
2372
2480
  ],
2481
+ "qualifiedName": "ElementRef",
2482
+ "package": "@angular/core",
2373
2483
  "name": "ElementRef"
2374
2484
  }
2375
2485
  },
@@ -2381,6 +2491,8 @@
2381
2491
  "flags": {},
2382
2492
  "type": {
2383
2493
  "type": "reference",
2494
+ "qualifiedName": "Renderer2",
2495
+ "package": "@angular/core",
2384
2496
  "name": "Renderer2"
2385
2497
  }
2386
2498
  }
@@ -2409,6 +2521,8 @@
2409
2521
  "name": "Input",
2410
2522
  "type": {
2411
2523
  "type": "reference",
2524
+ "qualifiedName": "InputDecorator",
2525
+ "package": "@angular/core",
2412
2526
  "name": "Input"
2413
2527
  },
2414
2528
  "arguments": {}
@@ -2442,6 +2556,8 @@
2442
2556
  "name": "Output",
2443
2557
  "type": {
2444
2558
  "type": "reference",
2559
+ "qualifiedName": "OutputDecorator",
2560
+ "package": "@angular/core",
2445
2561
  "name": "Output"
2446
2562
  },
2447
2563
  "arguments": {}
@@ -2462,6 +2578,8 @@
2462
2578
  "name": "number"
2463
2579
  }
2464
2580
  ],
2581
+ "qualifiedName": "EventEmitter",
2582
+ "package": "@angular/core",
2465
2583
  "name": "EventEmitter"
2466
2584
  },
2467
2585
  "defaultValue": "..."
@@ -2479,7 +2597,7 @@
2479
2597
  "tags": [
2480
2598
  {
2481
2599
  "tag": "default",
2482
- "text": "'List of items'\n"
2600
+ "text": "\"List of items\"\n"
2483
2601
  }
2484
2602
  ]
2485
2603
  },
@@ -2488,6 +2606,8 @@
2488
2606
  "name": "Input",
2489
2607
  "type": {
2490
2608
  "type": "reference",
2609
+ "qualifiedName": "InputDecorator",
2610
+ "package": "@angular/core",
2491
2611
  "name": "Input"
2492
2612
  },
2493
2613
  "arguments": {}
@@ -2538,6 +2658,8 @@
2538
2658
  "name": "ContentChildren",
2539
2659
  "type": {
2540
2660
  "type": "reference",
2661
+ "qualifiedName": "ContentChildrenDecorator",
2662
+ "package": "@angular/core",
2541
2663
  "name": "ContentChildren"
2542
2664
  },
2543
2665
  "arguments": {
@@ -2561,6 +2683,8 @@
2561
2683
  "name": "SkyRepeaterItemComponent"
2562
2684
  }
2563
2685
  ],
2686
+ "qualifiedName": "QueryList",
2687
+ "package": "@angular/core",
2564
2688
  "name": "QueryList"
2565
2689
  }
2566
2690
  },
@@ -2580,6 +2704,8 @@
2580
2704
  "name": "Output",
2581
2705
  "type": {
2582
2706
  "type": "reference",
2707
+ "qualifiedName": "OutputDecorator",
2708
+ "package": "@angular/core",
2583
2709
  "name": "Output"
2584
2710
  },
2585
2711
  "arguments": {}
@@ -2603,6 +2729,8 @@
2603
2729
  }
2604
2730
  }
2605
2731
  ],
2732
+ "qualifiedName": "EventEmitter",
2733
+ "package": "@angular/core",
2606
2734
  "name": "EventEmitter"
2607
2735
  },
2608
2736
  "defaultValue": "..."
@@ -2623,6 +2751,8 @@
2623
2751
  "name": "Input",
2624
2752
  "type": {
2625
2753
  "type": "reference",
2754
+ "qualifiedName": "InputDecorator",
2755
+ "package": "@angular/core",
2626
2756
  "name": "Input"
2627
2757
  },
2628
2758
  "arguments": {}
@@ -2654,6 +2784,8 @@
2654
2784
  "name": "Input",
2655
2785
  "type": {
2656
2786
  "type": "reference",
2787
+ "qualifiedName": "InputDecorator",
2788
+ "package": "@angular/core",
2657
2789
  "name": "Input"
2658
2790
  },
2659
2791
  "arguments": {}
@@ -2674,7 +2806,13 @@
2674
2806
  "kindString": "Get signature",
2675
2807
  "flags": {},
2676
2808
  "comment": {
2677
- "shortText": "Specifies a layout to determine which repeater items are expanded by default and whether\nrepeater items are expandable and collapsible. Collapsed items display titles only.\nThe valid options are `multiple`, `none`, and `single`.\n- `multiple` loads repeater items in an expanded state unless `isExpanded` is set to\n`false` for a repeater item. This layout allows users to expand and collapse\nas many repeater items as necessary. It is best-suited to repeater items where body\ncontent is important but users don't always need to see it.\n- `none` loads all repeater items in an expanded state and does not allow users to\ncollapse them. This default layout provides the quickest access to the details in the\nrepeater items. It is best-suited to repeater items with concise content\nthat users need to view frequently.\n- `single` loads one repeater item in an expanded state and collapses all others.\nThe expanded repeater item is the first one where `isExpanded` is set to `true`. This layout\nallows users to expand one item at a time. It provides the most compact view and is\nbest-suited to repeater items where the most important information is in the titles\nand users only occasionally need to view the body content."
2809
+ "shortText": "Specifies a layout to determine which repeater items are expanded by default and whether\nrepeater items are expandable and collapsible. Collapsed items display titles only.\nThe valid options are `multiple`, `none`, and `single`.\n- `multiple` loads repeater items in an expanded state unless `isExpanded` is set to\n`false` for a repeater item. This layout allows users to expand and collapse\nas many repeater items as necessary. It is best-suited to repeater items where body\ncontent is important but users don't always need to see it.\n- `none` loads all repeater items in an expanded state and does not allow users to\ncollapse them. This default layout provides the quickest access to the details in the\nrepeater items. It is best-suited to repeater items with concise content\nthat users need to view frequently.\n- `single` loads one repeater item in an expanded state and collapses all others.\nThe expanded repeater item is the first one where `isExpanded` is set to `true`. This layout\nallows users to expand one item at a time. It provides the most compact view and is\nbest-suited to repeater items where the most important information is in the titles\nand users only occasionally need to view the body content.",
2810
+ "tags": [
2811
+ {
2812
+ "tag": "default",
2813
+ "text": "\"none\"\n"
2814
+ }
2815
+ ]
2678
2816
  },
2679
2817
  "type": {
2680
2818
  "type": "intrinsic",
@@ -2694,7 +2832,7 @@
2694
2832
  "tags": [
2695
2833
  {
2696
2834
  "tag": "default",
2697
- "text": "none\n"
2835
+ "text": "\"none\"\n"
2698
2836
  }
2699
2837
  ]
2700
2838
  },
@@ -2786,6 +2924,8 @@
2786
2924
  "flags": {},
2787
2925
  "type": {
2788
2926
  "type": "reference",
2927
+ "qualifiedName": "SimpleChanges",
2928
+ "package": "@angular/core",
2789
2929
  "name": "SimpleChanges"
2790
2930
  }
2791
2931
  }
@@ -2891,14 +3031,20 @@
2891
3031
  "implementedTypes": [
2892
3032
  {
2893
3033
  "type": "reference",
3034
+ "qualifiedName": "AfterContentInit",
3035
+ "package": "@angular/core",
2894
3036
  "name": "AfterContentInit"
2895
3037
  },
2896
3038
  {
2897
3039
  "type": "reference",
3040
+ "qualifiedName": "OnChanges",
3041
+ "package": "@angular/core",
2898
3042
  "name": "OnChanges"
2899
3043
  },
2900
3044
  {
2901
3045
  "type": "reference",
3046
+ "qualifiedName": "OnDestroy",
3047
+ "package": "@angular/core",
2902
3048
  "name": "OnDestroy"
2903
3049
  }
2904
3050
  ]
@@ -2917,6 +3063,8 @@
2917
3063
  "name": "Component",
2918
3064
  "type": {
2919
3065
  "type": "reference",
3066
+ "qualifiedName": "ComponentDecorator",
3067
+ "package": "@angular/core",
2920
3068
  "name": "Component"
2921
3069
  },
2922
3070
  "arguments": {
@@ -2975,6 +3123,8 @@
2975
3123
  "name": "Component",
2976
3124
  "type": {
2977
3125
  "type": "reference",
3126
+ "qualifiedName": "ComponentDecorator",
3127
+ "package": "@angular/core",
2978
3128
  "name": "Component"
2979
3129
  },
2980
3130
  "arguments": {
@@ -3023,6 +3173,8 @@
3023
3173
  "flags": {},
3024
3174
  "type": {
3025
3175
  "type": "reference",
3176
+ "qualifiedName": "ChangeDetectorRef",
3177
+ "package": "@angular/core",
3026
3178
  "name": "ChangeDetectorRef"
3027
3179
  }
3028
3180
  }
@@ -3051,6 +3203,8 @@
3051
3203
  "name": "Input",
3052
3204
  "type": {
3053
3205
  "type": "reference",
3206
+ "qualifiedName": "InputDecorator",
3207
+ "package": "@angular/core",
3054
3208
  "name": "Input"
3055
3209
  },
3056
3210
  "arguments": {}
@@ -3091,6 +3245,8 @@
3091
3245
  "name": "boolean"
3092
3246
  }
3093
3247
  ],
3248
+ "qualifiedName": "BehaviorSubject",
3249
+ "package": "rxjs",
3094
3250
  "name": "BehaviorSubject"
3095
3251
  },
3096
3252
  "defaultValue": "..."
@@ -3111,6 +3267,8 @@
3111
3267
  "name": "Output",
3112
3268
  "type": {
3113
3269
  "type": "reference",
3270
+ "qualifiedName": "OutputDecorator",
3271
+ "package": "@angular/core",
3114
3272
  "name": "Output"
3115
3273
  },
3116
3274
  "arguments": {}
@@ -3131,6 +3289,8 @@
3131
3289
  "name": "any"
3132
3290
  }
3133
3291
  ],
3292
+ "qualifiedName": "EventEmitter",
3293
+ "package": "@angular/core",
3134
3294
  "name": "EventEmitter"
3135
3295
  },
3136
3296
  "defaultValue": "..."
@@ -3195,6 +3355,8 @@
3195
3355
  "flags": {},
3196
3356
  "type": {
3197
3357
  "type": "reference",
3358
+ "qualifiedName": "SimpleChanges",
3359
+ "package": "@angular/core",
3198
3360
  "name": "SimpleChanges"
3199
3361
  }
3200
3362
  }
@@ -3327,14 +3489,20 @@
3327
3489
  "implementedTypes": [
3328
3490
  {
3329
3491
  "type": "reference",
3492
+ "qualifiedName": "OnInit",
3493
+ "package": "@angular/core",
3330
3494
  "name": "OnInit"
3331
3495
  },
3332
3496
  {
3333
3497
  "type": "reference",
3498
+ "qualifiedName": "OnChanges",
3499
+ "package": "@angular/core",
3334
3500
  "name": "OnChanges"
3335
3501
  },
3336
3502
  {
3337
3503
  "type": "reference",
3504
+ "qualifiedName": "OnDestroy",
3505
+ "package": "@angular/core",
3338
3506
  "name": "OnDestroy"
3339
3507
  }
3340
3508
  ]
@@ -3350,6 +3518,8 @@
3350
3518
  "name": "Component",
3351
3519
  "type": {
3352
3520
  "type": "reference",
3521
+ "qualifiedName": "ComponentDecorator",
3522
+ "package": "@angular/core",
3353
3523
  "name": "Component"
3354
3524
  },
3355
3525
  "arguments": {
@@ -3402,6 +3572,8 @@
3402
3572
  "name": "SkyDropdownMessage"
3403
3573
  }
3404
3574
  ],
3575
+ "qualifiedName": "Subject",
3576
+ "package": "rxjs",
3405
3577
  "name": "Subject"
3406
3578
  },
3407
3579
  "defaultValue": "..."
@@ -3422,6 +3594,8 @@
3422
3594
  "name": "Input",
3423
3595
  "type": {
3424
3596
  "type": "reference",
3597
+ "qualifiedName": "InputDecorator",
3598
+ "package": "@angular/core",
3425
3599
  "name": "Input"
3426
3600
  },
3427
3601
  "arguments": {}
@@ -3516,6 +3690,8 @@
3516
3690
  "name": "Component",
3517
3691
  "type": {
3518
3692
  "type": "reference",
3693
+ "qualifiedName": "ComponentDecorator",
3694
+ "package": "@angular/core",
3519
3695
  "name": "Component"
3520
3696
  },
3521
3697
  "arguments": {
@@ -3577,6 +3753,8 @@
3577
3753
  "name": "Component",
3578
3754
  "type": {
3579
3755
  "type": "reference",
3756
+ "qualifiedName": "ComponentDecorator",
3757
+ "package": "@angular/core",
3580
3758
  "name": "Component"
3581
3759
  },
3582
3760
  "arguments": {
@@ -3638,6 +3816,8 @@
3638
3816
  "name": "Component",
3639
3817
  "type": {
3640
3818
  "type": "reference",
3819
+ "qualifiedName": "ComponentDecorator",
3820
+ "package": "@angular/core",
3641
3821
  "name": "Component"
3642
3822
  },
3643
3823
  "arguments": {
@@ -3683,6 +3863,8 @@
3683
3863
  "name": "Output",
3684
3864
  "type": {
3685
3865
  "type": "reference",
3866
+ "qualifiedName": "OutputDecorator",
3867
+ "package": "@angular/core",
3686
3868
  "name": "Output"
3687
3869
  },
3688
3870
  "arguments": {}
@@ -3703,6 +3885,8 @@
3703
3885
  "name": "void"
3704
3886
  }
3705
3887
  ],
3888
+ "qualifiedName": "EventEmitter",
3889
+ "package": "@angular/core",
3706
3890
  "name": "EventEmitter"
3707
3891
  },
3708
3892
  "defaultValue": "..."
@@ -3723,6 +3907,8 @@
3723
3907
  "name": "Input",
3724
3908
  "type": {
3725
3909
  "type": "reference",
3910
+ "qualifiedName": "InputDecorator",
3911
+ "package": "@angular/core",
3726
3912
  "name": "Input"
3727
3913
  },
3728
3914
  "arguments": {}
@@ -3757,6 +3943,8 @@
3757
3943
  "name": "Output",
3758
3944
  "type": {
3759
3945
  "type": "reference",
3946
+ "qualifiedName": "OutputDecorator",
3947
+ "package": "@angular/core",
3760
3948
  "name": "Output"
3761
3949
  },
3762
3950
  "arguments": {}
@@ -3777,6 +3965,8 @@
3777
3965
  "name": "void"
3778
3966
  }
3779
3967
  ],
3968
+ "qualifiedName": "EventEmitter",
3969
+ "package": "@angular/core",
3780
3970
  "name": "EventEmitter"
3781
3971
  },
3782
3972
  "defaultValue": "..."
@@ -3918,6 +4108,8 @@
3918
4108
  "name": "Component",
3919
4109
  "type": {
3920
4110
  "type": "reference",
4111
+ "qualifiedName": "ComponentDecorator",
4112
+ "package": "@angular/core",
3921
4113
  "name": "Component"
3922
4114
  },
3923
4115
  "arguments": {
@@ -3976,6 +4168,8 @@
3976
4168
  "name": "Component",
3977
4169
  "type": {
3978
4170
  "type": "reference",
4171
+ "qualifiedName": "ComponentDecorator",
4172
+ "package": "@angular/core",
3979
4173
  "name": "Component"
3980
4174
  },
3981
4175
  "arguments": {
@@ -4013,6 +4207,8 @@
4013
4207
  "flags": {},
4014
4208
  "type": {
4015
4209
  "type": "reference",
4210
+ "qualifiedName": "ChangeDetectorRef",
4211
+ "package": "@angular/core",
4016
4212
  "name": "ChangeDetectorRef"
4017
4213
  }
4018
4214
  },
@@ -4030,6 +4226,8 @@
4030
4226
  "name": "any"
4031
4227
  }
4032
4228
  ],
4229
+ "qualifiedName": "ElementRef",
4230
+ "package": "@angular/core",
4033
4231
  "name": "ElementRef"
4034
4232
  }
4035
4233
  },
@@ -4090,6 +4288,8 @@
4090
4288
  "name": "Output",
4091
4289
  "type": {
4092
4290
  "type": "reference",
4291
+ "qualifiedName": "OutputDecorator",
4292
+ "package": "@angular/core",
4093
4293
  "name": "Output"
4094
4294
  },
4095
4295
  "arguments": {}
@@ -4110,6 +4310,8 @@
4110
4310
  "name": "void"
4111
4311
  }
4112
4312
  ],
4313
+ "qualifiedName": "EventEmitter",
4314
+ "package": "@angular/core",
4113
4315
  "name": "EventEmitter"
4114
4316
  },
4115
4317
  "defaultValue": "..."
@@ -4127,6 +4329,8 @@
4127
4329
  "name": "Input",
4128
4330
  "type": {
4129
4331
  "type": "reference",
4332
+ "qualifiedName": "InputDecorator",
4333
+ "package": "@angular/core",
4130
4334
  "name": "Input"
4131
4335
  },
4132
4336
  "arguments": {}
@@ -4169,7 +4373,13 @@
4169
4373
  "kindString": "Set signature",
4170
4374
  "flags": {},
4171
4375
  "comment": {
4172
- "shortText": "Indicates whether to make the infinite scroll component active when more data is available\nto load. By default, infinite scroll is inactive and does not call the load function."
4376
+ "shortText": "Indicates whether to make the infinite scroll component active when more data is available\nto load. By default, infinite scroll is inactive and does not call the load function.",
4377
+ "tags": [
4378
+ {
4379
+ "tag": "default",
4380
+ "text": "false\n"
4381
+ }
4382
+ ]
4173
4383
  },
4174
4384
  "parameters": [
4175
4385
  {
@@ -4204,6 +4414,8 @@
4204
4414
  "name": "Input",
4205
4415
  "type": {
4206
4416
  "type": "reference",
4417
+ "qualifiedName": "InputDecorator",
4418
+ "package": "@angular/core",
4207
4419
  "name": "Input"
4208
4420
  },
4209
4421
  "arguments": {}
@@ -4246,7 +4458,13 @@
4246
4458
  "kindString": "Set signature",
4247
4459
  "flags": {},
4248
4460
  "comment": {
4249
- "shortText": "Indicates whether data is loading because of a `scrollEnd` event. Setting the property\nto `true` disables new `scrollEnd` events from firing until it changes to `false`. If this\nproperty is not specified, the infinite scroll component watches the DOM for changes\nand fires `scrollEnd` events when changes occur on its parent DOM element. Relying\non this default behavior could fire an excessive number of `scrollEnd` events\nif the DOM changes are not related to loading data, so we strongly recommend using this\nproperty to explicitly set the infinite scroll's loading state."
4461
+ "shortText": "Indicates whether data is loading because of a `scrollEnd` event. Setting the property\nto `true` disables new `scrollEnd` events from firing until it changes to `false`. If this\nproperty is not specified, the infinite scroll component watches the DOM for changes\nand fires `scrollEnd` events when changes occur on its parent DOM element. Relying\non this default behavior could fire an excessive number of `scrollEnd` events\nif the DOM changes are not related to loading data, so we strongly recommend using this\nproperty to explicitly set the infinite scroll's loading state.",
4462
+ "tags": [
4463
+ {
4464
+ "tag": "required",
4465
+ "text": "\n"
4466
+ }
4467
+ ]
4250
4468
  },
4251
4469
  "parameters": [
4252
4470
  {
@@ -4378,6 +4596,8 @@
4378
4596
  "implementedTypes": [
4379
4597
  {
4380
4598
  "type": "reference",
4599
+ "qualifiedName": "OnDestroy",
4600
+ "package": "@angular/core",
4381
4601
  "name": "OnDestroy"
4382
4602
  }
4383
4603
  ]
@@ -4393,6 +4613,8 @@
4393
4613
  "name": "Component",
4394
4614
  "type": {
4395
4615
  "type": "reference",
4616
+ "qualifiedName": "ComponentDecorator",
4617
+ "package": "@angular/core",
4396
4618
  "name": "Component"
4397
4619
  },
4398
4620
  "arguments": {
@@ -4438,6 +4660,8 @@
4438
4660
  "name": "Input",
4439
4661
  "type": {
4440
4662
  "type": "reference",
4663
+ "qualifiedName": "InputDecorator",
4664
+ "package": "@angular/core",
4441
4665
  "name": "Input"
4442
4666
  },
4443
4667
  "arguments": {}
@@ -4472,6 +4696,8 @@
4472
4696
  "name": "Output",
4473
4697
  "type": {
4474
4698
  "type": "reference",
4699
+ "qualifiedName": "OutputDecorator",
4700
+ "package": "@angular/core",
4475
4701
  "name": "Output"
4476
4702
  },
4477
4703
  "arguments": {}
@@ -4492,6 +4718,8 @@
4492
4718
  "name": "number"
4493
4719
  }
4494
4720
  ],
4721
+ "qualifiedName": "EventEmitter",
4722
+ "package": "@angular/core",
4495
4723
  "name": "EventEmitter"
4496
4724
  },
4497
4725
  "defaultValue": "..."
@@ -4536,6 +4764,8 @@
4536
4764
  "name": "Input",
4537
4765
  "type": {
4538
4766
  "type": "reference",
4767
+ "qualifiedName": "InputDecorator",
4768
+ "package": "@angular/core",
4539
4769
  "name": "Input"
4540
4770
  },
4541
4771
  "arguments": {}
@@ -4570,6 +4800,8 @@
4570
4800
  "name": "Input",
4571
4801
  "type": {
4572
4802
  "type": "reference",
4803
+ "qualifiedName": "InputDecorator",
4804
+ "package": "@angular/core",
4573
4805
  "name": "Input"
4574
4806
  },
4575
4807
  "arguments": {}
@@ -4625,6 +4857,8 @@
4625
4857
  "name": "Input",
4626
4858
  "type": {
4627
4859
  "type": "reference",
4860
+ "qualifiedName": "InputDecorator",
4861
+ "package": "@angular/core",
4628
4862
  "name": "Input"
4629
4863
  },
4630
4864
  "arguments": {}
@@ -4656,7 +4890,7 @@
4656
4890
  "tags": [
4657
4891
  {
4658
4892
  "tag": "default",
4659
- "text": "Pagination\n"
4893
+ "text": "\"Pagination\"\n"
4660
4894
  }
4661
4895
  ]
4662
4896
  },
@@ -4665,6 +4899,8 @@
4665
4899
  "name": "Input",
4666
4900
  "type": {
4667
4901
  "type": "reference",
4902
+ "qualifiedName": "InputDecorator",
4903
+ "package": "@angular/core",
4668
4904
  "name": "Input"
4669
4905
  },
4670
4906
  "arguments": {}
@@ -4800,6 +5036,8 @@
4800
5036
  "flags": {},
4801
5037
  "type": {
4802
5038
  "type": "reference",
5039
+ "qualifiedName": "SimpleChanges",
5040
+ "package": "@angular/core",
4803
5041
  "name": "SimpleChanges"
4804
5042
  }
4805
5043
  }
@@ -4942,6 +5180,8 @@
4942
5180
  "implementedTypes": [
4943
5181
  {
4944
5182
  "type": "reference",
5183
+ "qualifiedName": "OnChanges",
5184
+ "package": "@angular/core",
4945
5185
  "name": "OnChanges"
4946
5186
  }
4947
5187
  ]
@@ -4960,6 +5200,8 @@
4960
5200
  "name": "Component",
4961
5201
  "type": {
4962
5202
  "type": "reference",
5203
+ "qualifiedName": "ComponentDecorator",
5204
+ "package": "@angular/core",
4963
5205
  "name": "Component"
4964
5206
  },
4965
5207
  "arguments": {
@@ -5021,6 +5263,8 @@
5021
5263
  "name": "Component",
5022
5264
  "type": {
5023
5265
  "type": "reference",
5266
+ "qualifiedName": "ComponentDecorator",
5267
+ "package": "@angular/core",
5024
5268
  "name": "Component"
5025
5269
  },
5026
5270
  "arguments": {
@@ -5098,18 +5342,13 @@
5098
5342
  ],
5099
5343
  "sources": [
5100
5344
  {
5101
- "fileName": "projects/lists/src/public-api.ts",
5345
+ "fileName": "index.ts",
5102
5346
  "line": 1,
5103
5347
  "character": 0
5104
5348
  }
5105
5349
  ]
5106
5350
  },
5107
5351
  "codeExamples": [
5108
- {
5109
- "fileName": ".eslintrc.json",
5110
- "filePath": "/projects/lists/documentation/code-examples/.eslintrc.json",
5111
- "rawContents": "{\n \"extends\": [\"../../.eslintrc.json\"],\n \"overrides\": [\n {\n \"files\": [\"*.ts\"],\n \"rules\": {\n \"@angular-eslint/directive-selector\": [\n \"error\",\n {\n \"type\": \"attribute\",\n \"prefix\": \"app\",\n \"style\": \"camelCase\"\n }\n ],\n \"@angular-eslint/component-selector\": [\n \"error\",\n {\n \"type\": \"element\",\n \"prefix\": \"app\",\n \"style\": \"kebab-case\"\n }\n ]\n }\n }\n ]\n}\n"
5112
- },
5113
5352
  {
5114
5353
  "fileName": "filter-demo.component.html",
5115
5354
  "filePath": "/projects/lists/documentation/code-examples/filter/inline/filter-demo.component.html",
@@ -5118,7 +5357,7 @@
5118
5357
  {
5119
5358
  "fileName": "filter-demo.component.ts",
5120
5359
  "filePath": "/projects/lists/documentation/code-examples/filter/inline/filter-demo.component.ts",
5121
- "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-filter-demo',\n templateUrl: './filter-demo.component.html',\n})\nexport class FilterDemoComponent {\n public appliedFilters: any[] = [];\n\n public filteredItems: any[];\n\n public filtersActive: boolean = false;\n\n public fruitType: string = 'any';\n\n public hideOrange: boolean = false;\n\n public items: any[] = [\n {\n name: 'Orange',\n type: 'citrus',\n color: 'orange',\n },\n {\n name: 'Mango',\n type: 'other',\n color: 'orange',\n },\n {\n name: 'Lime',\n type: 'citrus',\n color: 'green',\n },\n {\n name: 'Strawberry',\n type: 'berry',\n color: 'red',\n },\n {\n name: 'Blueberry',\n type: 'berry',\n color: 'blue',\n },\n ];\n\n public showInlineFilters: boolean = false;\n\n constructor() {\n this.filteredItems = this.items.slice();\n }\n\n public filterButtonClicked(): void {\n this.showInlineFilters = !this.showInlineFilters;\n }\n\n public fruitTypeChange(newValue: string): void {\n this.fruitType = newValue;\n this.setFilterActiveState();\n }\n\n public hideOrangeChange(newValue: boolean): void {\n this.hideOrange = newValue;\n this.setFilterActiveState();\n }\n\n private setFilterActiveState(): void {\n this.appliedFilters = [];\n if (this.fruitType !== 'any') {\n this.appliedFilters.push({\n name: 'fruitType',\n value: this.fruitType,\n });\n }\n if (this.hideOrange) {\n this.appliedFilters.push({\n name: 'hideOrange',\n value: true,\n });\n }\n this.filtersActive = this.appliedFilters.length > 0;\n\n this.filteredItems = this.filterItems(this.items, this.appliedFilters);\n }\n\n private orangeFilterFailed(filter: any, item: any): any {\n return (\n filter.name === 'hideOrange' && filter.value && item.color === 'orange'\n );\n }\n\n private fruitTypeFilterFailed(filter: any, item: any): any {\n return (\n filter.name === 'fruitType' &&\n filter.value !== 'any' &&\n filter.value !== item.type\n );\n }\n\n private itemIsShown(filters: any[], item: any[]): boolean {\n let passesFilter = true,\n j: number;\n\n for (j = 0; j < filters.length; j++) {\n if (this.orangeFilterFailed(filters[j], item)) {\n passesFilter = false;\n } else if (this.fruitTypeFilterFailed(filters[j], item)) {\n passesFilter = false;\n }\n }\n\n return passesFilter;\n }\n\n private filterItems(items: any[], filters: any[]): any[] {\n let i: number,\n passesFilter: boolean,\n result: any[] = [];\n\n for (i = 0; i < items.length; i++) {\n passesFilter = this.itemIsShown(filters, items[i]);\n if (passesFilter) {\n result.push(items[i]);\n }\n }\n\n return result;\n }\n}\n"
5360
+ "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 = false;\n\n public fruitType = 'any';\n\n public hideOrange = 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 = 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"
5122
5361
  },
5123
5362
  {
5124
5363
  "fileName": "filter-demo.module.ts",
@@ -5138,7 +5377,7 @@
5138
5377
  {
5139
5378
  "fileName": "filter-demo-modal.component.ts",
5140
5379
  "filePath": "/projects/lists/documentation/code-examples/filter/modal/filter-demo-modal.component.ts",
5141
- "rawContents": "import { Component } from '@angular/core';\n\nimport { SkyModalInstance } from '@skyux/modals';\n\nimport { FilterDemoModalContext } from './filter-demo-modal-context';\n\n@Component({\n selector: 'app-filter-demo-modal',\n templateUrl: './filter-demo-modal.component.html',\n})\nexport class FilterDemoModalComponent {\n public hideOrange: boolean;\n\n public fruitType = 'any';\n\n constructor(\n public context: FilterDemoModalContext,\n public instance: SkyModalInstance\n ) {\n if (\n this.context &&\n this.context.appliedFilters &&\n this.context.appliedFilters.length > 0\n ) {\n this.setFormFilters(this.context.appliedFilters);\n } else {\n this.clearAllFilters();\n }\n }\n\n public applyFilters(): void {\n let result = this.getAppliedFiltersArray();\n this.instance.save(result);\n }\n\n public cancel(): void {\n this.instance.cancel();\n }\n\n public clearAllFilters(): void {\n this.hideOrange = false;\n this.fruitType = 'any';\n }\n\n private getAppliedFiltersArray(): any[] {\n let appliedFilters: any[] = [];\n if (this.fruitType !== 'any') {\n appliedFilters.push({\n name: 'fruitType',\n value: this.fruitType,\n label: this.fruitType,\n });\n }\n\n if (this.hideOrange) {\n appliedFilters.push({\n name: 'hideOrange',\n value: true,\n label: 'hide orange fruits',\n });\n }\n\n return appliedFilters;\n }\n\n private setFormFilters(appliedFilters: any[]): void {\n for (let i = 0; i < appliedFilters.length; i++) {\n if (appliedFilters[i].name === 'fruitType') {\n this.fruitType = appliedFilters[i].value;\n }\n\n if (appliedFilters[i].name === 'hideOrange') {\n this.hideOrange = appliedFilters[i].value;\n }\n }\n }\n}\n"
5380
+ "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 const 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 const 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"
5142
5381
  },
5143
5382
  {
5144
5383
  "fileName": "filter-demo.component.html",
@@ -5148,7 +5387,7 @@
5148
5387
  {
5149
5388
  "fileName": "filter-demo.component.ts",
5150
5389
  "filePath": "/projects/lists/documentation/code-examples/filter/modal/filter-demo.component.ts",
5151
- "rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n} from '@angular/core';\n\nimport { SkyModalCloseArgs, SkyModalService } from '@skyux/modals';\n\nimport { FilterDemoModalContext } from './filter-demo-modal-context';\n\nimport { FilterDemoModalComponent } from './filter-demo-modal.component';\n\n@Component({\n selector: 'app-filter-demo',\n templateUrl: './filter-demo.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class FilterDemoComponent {\n public appliedFilters: any[] = [];\n\n public filteredItems: any[];\n\n public items: any[] = [\n {\n name: 'Orange',\n type: 'citrus',\n color: 'orange',\n },\n {\n name: 'Mango',\n type: 'other',\n color: 'orange',\n },\n {\n name: 'Lime',\n type: 'citrus',\n color: 'green',\n },\n {\n name: 'Strawberry',\n type: 'berry',\n color: 'red',\n },\n {\n name: 'Blueberry',\n type: 'berry',\n color: 'blue',\n },\n ];\n\n public showInlineFilters: boolean = false;\n\n constructor(\n private modal: SkyModalService,\n private changeRef: ChangeDetectorRef\n ) {\n this.filteredItems = this.items.slice();\n }\n\n public onDismiss(index: number): void {\n this.appliedFilters.splice(index, 1);\n this.filteredItems = this.filterItems(this.items, this.appliedFilters);\n }\n\n public onInlineFilterButtonClicked(): void {\n this.showInlineFilters = !this.showInlineFilters;\n }\n\n public onModalFilterButtonClick(): void {\n let modalInstance = this.modal.open(FilterDemoModalComponent, [\n {\n provide: FilterDemoModalContext,\n useValue: {\n appliedFilters: this.appliedFilters,\n },\n },\n ]);\n\n modalInstance.closed.subscribe((result: SkyModalCloseArgs) => {\n if (result.reason === 'save') {\n this.appliedFilters = result.data.slice();\n this.filteredItems = this.filterItems(this.items, this.appliedFilters);\n this.changeRef.markForCheck();\n }\n });\n }\n\n private fruitTypeFilterFailed(filter: any, item: any): boolean {\n return (\n filter.name === 'fruitType' &&\n filter.value !== 'any' &&\n filter.value !== item.type\n );\n }\n\n private itemIsShown(filters: any[], item: any[]): boolean {\n let passesFilter = true,\n j: number;\n\n for (j = 0; j < filters.length; j++) {\n if (this.orangeFilterFailed(filters[j], item)) {\n passesFilter = false;\n } else if (this.fruitTypeFilterFailed(filters[j], item)) {\n passesFilter = false;\n }\n }\n\n return passesFilter;\n }\n\n private filterItems(items: any[], filters: any[]): any[] {\n let i: number,\n passesFilter: boolean,\n result: any[] = [];\n\n for (i = 0; i < items.length; i++) {\n passesFilter = this.itemIsShown(filters, items[i]);\n if (passesFilter) {\n result.push(items[i]);\n }\n }\n\n return result;\n }\n\n private orangeFilterFailed(filter: any, item: any): boolean {\n return (\n filter.name === 'hideOrange' && filter.value && item.color === 'orange'\n );\n }\n}\n"
5390
+ "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 = 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 const 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"
5152
5391
  },
5153
5392
  {
5154
5393
  "fileName": "filter-demo.module.ts",
@@ -5193,7 +5432,7 @@
5193
5432
  {
5194
5433
  "fileName": "paging-demo.component.ts",
5195
5434
  "filePath": "/projects/lists/documentation/code-examples/paging/basic/paging-demo.component.ts",
5196
- "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-paging-demo',\n templateUrl: './paging-demo.component.html',\n})\nexport class PagingDemoComponent {\n public currentPage: number = 1;\n}\n"
5435
+ "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 = 1;\n}\n"
5197
5436
  },
5198
5437
  {
5199
5438
  "fileName": "paging-demo.module.ts",
@@ -5213,7 +5452,7 @@
5213
5452
  {
5214
5453
  "fileName": "repeater-demo.component.ts",
5215
5454
  "filePath": "/projects/lists/documentation/code-examples/repeater/add-remove/repeater-demo.component.ts",
5216
- "rawContents": "import { Component } from '@angular/core';\n\nlet nextId: number = 0;\n\n@Component({\n selector: 'app-repeater-demo',\n templateUrl: './repeater-demo.component.html',\n styleUrls: ['./repeater-demo.component.scss'],\n})\nexport class RepeaterDemoComponent {\n public items: any[] = [\n {\n title: 'Call Robert Hernandez',\n note: 'Robert recently gave a very generous gift. We should call him to thank him.',\n status: 'Completed',\n },\n {\n title: 'Send invitation to Spring Ball',\n note: \"The Spring Ball is coming up soon. Let's get those invitations out!\",\n status: 'Past due',\n },\n ];\n\n public addItem(): void {\n this.items.push({\n title: 'New reminder ' + ++nextId,\n note: 'This is a new reminder',\n status: 'Active',\n });\n }\n\n public changeItems(tags: any): void {\n this.items = tags;\n }\n\n public removeItem(): void {\n this.items.pop();\n }\n}\n"
5455
+ "rawContents": "import { Component } from '@angular/core';\n\nlet nextId = 0;\n\n@Component({\n selector: 'app-repeater-demo',\n templateUrl: './repeater-demo.component.html',\n styleUrls: ['./repeater-demo.component.scss'],\n})\nexport class RepeaterDemoComponent {\n public items: 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"
5217
5456
  },
5218
5457
  {
5219
5458
  "fileName": "repeater-demo.module.ts",
@@ -5256,4 +5495,4 @@
5256
5495
  "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"
5257
5496
  }
5258
5497
  ]
5259
- }
5498
+ }