@skyux/list-builder 5.5.0 → 5.6.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 (98) hide show
  1. package/bundles/skyux-list-builder.umd.js +699 -699
  2. package/documentation.json +123 -123
  3. package/esm2015/lib/modules/list/list-data-request.model.js.map +1 -1
  4. package/esm2015/lib/modules/list/list-paging.component.js.map +1 -1
  5. package/esm2015/lib/modules/list/list-view.component.js.map +1 -1
  6. package/esm2015/lib/modules/list/list.component.js +17 -17
  7. package/esm2015/lib/modules/list/list.component.js.map +1 -1
  8. package/esm2015/lib/modules/list/list.module.js +1 -1
  9. package/esm2015/lib/modules/list/list.module.js.map +1 -1
  10. package/esm2015/lib/modules/list/state/filters/filters.orchestrator.js.map +1 -1
  11. package/esm2015/lib/modules/list/state/items/items.orchestrator.js +5 -5
  12. package/esm2015/lib/modules/list/state/items/items.orchestrator.js.map +1 -1
  13. package/esm2015/lib/modules/list/state/list-state-action.type.js.map +1 -1
  14. package/esm2015/lib/modules/list/state/list-state.model.js +1 -1
  15. package/esm2015/lib/modules/list/state/list-state.model.js.map +1 -1
  16. package/esm2015/lib/modules/list/state/list-state.rxstate.js +2 -2
  17. package/esm2015/lib/modules/list/state/list-state.rxstate.js.map +1 -1
  18. package/esm2015/lib/modules/list/state/list-state.state-node.js +4 -4
  19. package/esm2015/lib/modules/list/state/list-state.state-node.js.map +1 -1
  20. package/esm2015/lib/modules/list/state/paging/paging.orchestrator.js +1 -1
  21. package/esm2015/lib/modules/list/state/paging/paging.orchestrator.js.map +1 -1
  22. package/esm2015/lib/modules/list/state/search/search.model.js.map +1 -1
  23. package/esm2015/lib/modules/list/state/search/search.orchestrator.js +2 -2
  24. package/esm2015/lib/modules/list/state/search/search.orchestrator.js.map +1 -1
  25. package/esm2015/lib/modules/list/state/search/set-options.action.js.map +1 -1
  26. package/esm2015/lib/modules/list/state/selected/selected.orchestrator.js +3 -3
  27. package/esm2015/lib/modules/list/state/selected/selected.orchestrator.js.map +1 -1
  28. package/esm2015/lib/modules/list/state/sort/label.model.js.map +1 -1
  29. package/esm2015/lib/modules/list/state/sort/sort.orchestrator.js +2 -2
  30. package/esm2015/lib/modules/list/state/sort/sort.orchestrator.js.map +1 -1
  31. package/esm2015/lib/modules/list/state/toolbar/toolbar-item.model.js.map +1 -1
  32. package/esm2015/lib/modules/list/state/toolbar/toolbar.orchestrator.js +3 -3
  33. package/esm2015/lib/modules/list/state/toolbar/toolbar.orchestrator.js.map +1 -1
  34. package/esm2015/lib/modules/list/state/views/views.orchestrator.js +1 -1
  35. package/esm2015/lib/modules/list/state/views/views.orchestrator.js.map +1 -1
  36. package/esm2015/lib/modules/list-data-provider-in-memory/list-data-in-memory.provider.js +12 -12
  37. package/esm2015/lib/modules/list-data-provider-in-memory/list-data-in-memory.provider.js.map +1 -1
  38. package/esm2015/lib/modules/list-filters/filter.model.js.map +1 -1
  39. package/esm2015/lib/modules/list-filters/list-filter-button.component.js.map +1 -1
  40. package/esm2015/lib/modules/list-filters/list-filter-inline-item-renderer.component.js +1 -1
  41. package/esm2015/lib/modules/list-filters/list-filter-inline-item-renderer.component.js.map +1 -1
  42. package/esm2015/lib/modules/list-filters/list-filter-inline-item.component.js +1 -1
  43. package/esm2015/lib/modules/list-filters/list-filter-inline-item.component.js.map +1 -1
  44. package/esm2015/lib/modules/list-filters/list-filter-inline.component.js +3 -3
  45. package/esm2015/lib/modules/list-filters/list-filter-inline.component.js.map +1 -1
  46. package/esm2015/lib/modules/list-filters/list-filter-inline.model.js.map +1 -1
  47. package/esm2015/lib/modules/list-filters/list-filter-summary.component.js +1 -1
  48. package/esm2015/lib/modules/list-filters/list-filter-summary.component.js.map +1 -1
  49. package/esm2015/lib/modules/list-filters/list-filters.module.js +3 -3
  50. package/esm2015/lib/modules/list-filters/list-filters.module.js.map +1 -1
  51. package/esm2015/lib/modules/list-paging/list-paging.component.js +3 -3
  52. package/esm2015/lib/modules/list-paging/list-paging.component.js.map +1 -1
  53. package/esm2015/lib/modules/list-paging/list-paging.module.js +2 -2
  54. package/esm2015/lib/modules/list-paging/list-paging.module.js.map +1 -1
  55. package/esm2015/lib/modules/list-toolbar/list-multiselect-toolbar.component.js +3 -3
  56. package/esm2015/lib/modules/list-toolbar/list-multiselect-toolbar.component.js.map +1 -1
  57. package/esm2015/lib/modules/list-toolbar/list-secondary-actions/list-secondary-actions-host.component.js +1 -1
  58. package/esm2015/lib/modules/list-toolbar/list-secondary-actions/list-secondary-actions-host.component.js.map +1 -1
  59. package/esm2015/lib/modules/list-toolbar/list-secondary-actions/list-secondary-actions.component.js +1 -1
  60. package/esm2015/lib/modules/list-toolbar/list-secondary-actions/list-secondary-actions.component.js.map +1 -1
  61. package/esm2015/lib/modules/list-toolbar/list-secondary-actions/list-secondary-actions.module.js +2 -2
  62. package/esm2015/lib/modules/list-toolbar/list-secondary-actions/list-secondary-actions.module.js.map +1 -1
  63. package/esm2015/lib/modules/list-toolbar/list-toolbar-item-renderer.component.js +1 -1
  64. package/esm2015/lib/modules/list-toolbar/list-toolbar-item-renderer.component.js.map +1 -1
  65. package/esm2015/lib/modules/list-toolbar/list-toolbar-item.component.js +1 -1
  66. package/esm2015/lib/modules/list-toolbar/list-toolbar-item.component.js.map +1 -1
  67. package/esm2015/lib/modules/list-toolbar/list-toolbar.component.js +14 -14
  68. package/esm2015/lib/modules/list-toolbar/list-toolbar.component.js.map +1 -1
  69. package/esm2015/lib/modules/list-toolbar/list-toolbar.module.js +10 -10
  70. package/esm2015/lib/modules/list-toolbar/list-toolbar.module.js.map +1 -1
  71. package/esm2015/lib/modules/list-toolbar/state/config/config.model.js.map +1 -1
  72. package/esm2015/lib/modules/list-toolbar/state/config/config.orchestrator.js.map +1 -1
  73. package/esm2015/lib/modules/list-toolbar/state/toolbar-state-action.type.js.map +1 -1
  74. package/esm2015/lib/modules/list-toolbar/state/toolbar-state.rxstate.js.map +1 -1
  75. package/esm2015/lib/modules/list-toolbar/state/toolbar-state.state-node.js +1 -1
  76. package/esm2015/lib/modules/list-toolbar/state/toolbar-state.state-node.js.map +1 -1
  77. package/esm2015/lib/modules/shared/sky-list-builder-resources.module.js +1 -1
  78. package/esm2015/lib/modules/shared/sky-list-builder-resources.module.js.map +1 -1
  79. package/fesm2015/skyux-list-builder.js +643 -643
  80. package/fesm2015/skyux-list-builder.js.map +1 -1
  81. package/lib/modules/list/list-paging.component.d.ts +1 -1
  82. package/lib/modules/list/list-view.component.d.ts +1 -1
  83. package/lib/modules/list/list.component.d.ts +4 -4
  84. package/lib/modules/list/state/filters/filters.orchestrator.d.ts +1 -1
  85. package/lib/modules/list/state/list-state-action.type.d.ts +13 -13
  86. package/lib/modules/list/state/list-state.model.d.ts +1 -1
  87. package/lib/modules/list/state/search/set-options.action.d.ts +1 -1
  88. package/lib/modules/list-data-provider-in-memory/list-data-in-memory.provider.d.ts +2 -2
  89. package/lib/modules/list-filters/list-filter-inline-item-renderer.component.d.ts +1 -1
  90. package/lib/modules/list-filters/list-filter-inline-item.component.d.ts +1 -1
  91. package/lib/modules/list-filters/list-filter-inline.component.d.ts +1 -1
  92. package/lib/modules/list-filters/list-filter-inline.model.d.ts +1 -1
  93. package/lib/modules/list-filters/list-filter-summary.component.d.ts +1 -1
  94. package/lib/modules/list-paging/list-paging.component.d.ts +1 -1
  95. package/lib/modules/list-toolbar/list-multiselect-toolbar.component.d.ts +2 -2
  96. package/lib/modules/list-toolbar/list-toolbar-item-renderer.component.d.ts +1 -1
  97. package/lib/modules/list-toolbar/list-toolbar.component.d.ts +5 -5
  98. package/package.json +10 -10
@@ -59,7 +59,7 @@
59
59
  "sources": [
60
60
  {
61
61
  "fileName": "libs/components/list-builder/src/lib/modules/list/list-data-request.model.ts",
62
- "line": 36,
62
+ "line": 37,
63
63
  "character": 2
64
64
  }
65
65
  ],
@@ -107,7 +107,7 @@
107
107
  "sources": [
108
108
  {
109
109
  "fileName": "libs/components/list-builder/src/lib/modules/list/list-data-request.model.ts",
110
- "line": 10,
110
+ "line": 11,
111
111
  "character": 9
112
112
  }
113
113
  ],
@@ -140,7 +140,7 @@
140
140
  "sources": [
141
141
  {
142
142
  "fileName": "libs/components/list-builder/src/lib/modules/list/list-data-request.model.ts",
143
- "line": 34,
143
+ "line": 35,
144
144
  "character": 9
145
145
  }
146
146
  ],
@@ -164,7 +164,7 @@
164
164
  "sources": [
165
165
  {
166
166
  "fileName": "libs/components/list-builder/src/lib/modules/list/list-data-request.model.ts",
167
- "line": 18,
167
+ "line": 19,
168
168
  "character": 9
169
169
  }
170
170
  ],
@@ -187,7 +187,7 @@
187
187
  "sources": [
188
188
  {
189
189
  "fileName": "libs/components/list-builder/src/lib/modules/list/list-data-request.model.ts",
190
- "line": 14,
190
+ "line": 15,
191
191
  "character": 9
192
192
  }
193
193
  ],
@@ -210,7 +210,7 @@
210
210
  "sources": [
211
211
  {
212
212
  "fileName": "libs/components/list-builder/src/lib/modules/list/list-data-request.model.ts",
213
- "line": 25,
213
+ "line": 26,
214
214
  "character": 9
215
215
  }
216
216
  ],
@@ -234,7 +234,7 @@
234
234
  "sources": [
235
235
  {
236
236
  "fileName": "libs/components/list-builder/src/lib/modules/list/list-data-request.model.ts",
237
- "line": 29,
237
+ "line": 30,
238
238
  "character": 9
239
239
  }
240
240
  ],
@@ -269,7 +269,7 @@
269
269
  "sources": [
270
270
  {
271
271
  "fileName": "libs/components/list-builder/src/lib/modules/list/list-data-request.model.ts",
272
- "line": 5,
272
+ "line": 6,
273
273
  "character": 13
274
274
  }
275
275
  ]
@@ -1382,7 +1382,7 @@
1382
1382
  "sources": [
1383
1383
  {
1384
1384
  "fileName": "libs/components/list-builder/src/lib/modules/list/list.component.ts",
1385
- "line": 184,
1385
+ "line": 163,
1386
1386
  "character": 2
1387
1387
  }
1388
1388
  ],
@@ -1451,7 +1451,7 @@
1451
1451
  "sources": [
1452
1452
  {
1453
1453
  "fileName": "libs/components/list-builder/src/lib/modules/list/list.component.ts",
1454
- "line": 152,
1454
+ "line": 131,
1455
1455
  "character": 9
1456
1456
  }
1457
1457
  ],
@@ -1491,7 +1491,7 @@
1491
1491
  "sources": [
1492
1492
  {
1493
1493
  "fileName": "libs/components/list-builder/src/lib/modules/list/list.component.ts",
1494
- "line": 164,
1494
+ "line": 143,
1495
1495
  "character": 9
1496
1496
  }
1497
1497
  ],
@@ -1540,7 +1540,7 @@
1540
1540
  "sources": [
1541
1541
  {
1542
1542
  "fileName": "libs/components/list-builder/src/lib/modules/list/list.component.ts",
1543
- "line": 100,
1543
+ "line": 79,
1544
1544
  "character": 9
1545
1545
  }
1546
1546
  ],
@@ -1606,7 +1606,7 @@
1606
1606
  "sources": [
1607
1607
  {
1608
1608
  "fileName": "libs/components/list-builder/src/lib/modules/list/list.component.ts",
1609
- "line": 109,
1609
+ "line": 88,
1610
1610
  "character": 9
1611
1611
  }
1612
1612
  ],
@@ -1626,7 +1626,7 @@
1626
1626
  "sources": [
1627
1627
  {
1628
1628
  "fileName": "libs/components/list-builder/src/lib/modules/list/list.component.ts",
1629
- "line": 90,
1629
+ "line": 69,
1630
1630
  "character": 9
1631
1631
  }
1632
1632
  ],
@@ -1663,7 +1663,7 @@
1663
1663
  "sources": [
1664
1664
  {
1665
1665
  "fileName": "libs/components/list-builder/src/lib/modules/list/list.component.ts",
1666
- "line": 123,
1666
+ "line": 102,
1667
1667
  "character": 9
1668
1668
  }
1669
1669
  ],
@@ -1697,7 +1697,7 @@
1697
1697
  "sources": [
1698
1698
  {
1699
1699
  "fileName": "libs/components/list-builder/src/lib/modules/list/list.component.ts",
1700
- "line": 171,
1700
+ "line": 150,
1701
1701
  "character": 9
1702
1702
  }
1703
1703
  ],
@@ -1779,7 +1779,7 @@
1779
1779
  "sources": [
1780
1780
  {
1781
1781
  "fileName": "libs/components/list-builder/src/lib/modules/list/list.component.ts",
1782
- "line": 131,
1782
+ "line": 110,
1783
1783
  "character": 9
1784
1784
  }
1785
1785
  ],
@@ -1837,7 +1837,7 @@
1837
1837
  "sources": [
1838
1838
  {
1839
1839
  "fileName": "libs/components/list-builder/src/lib/modules/list/list.component.ts",
1840
- "line": 158,
1840
+ "line": 137,
1841
1841
  "character": 9
1842
1842
  }
1843
1843
  ],
@@ -1894,7 +1894,7 @@
1894
1894
  "sources": [
1895
1895
  {
1896
1896
  "fileName": "libs/components/list-builder/src/lib/modules/list/list.component.ts",
1897
- "line": 139,
1897
+ "line": 118,
1898
1898
  "character": 9
1899
1899
  }
1900
1900
  ],
@@ -1951,7 +1951,7 @@
1951
1951
  "sources": [
1952
1952
  {
1953
1953
  "fileName": "libs/components/list-builder/src/lib/modules/list/list.component.ts",
1954
- "line": 326,
1954
+ "line": 305,
1955
1955
  "character": 6
1956
1956
  }
1957
1957
  ],
@@ -1989,7 +1989,7 @@
1989
1989
  "sources": [
1990
1990
  {
1991
1991
  "fileName": "libs/components/list-builder/src/lib/modules/list/list.component.ts",
1992
- "line": 490,
1992
+ "line": 469,
1993
1993
  "character": 13
1994
1994
  }
1995
1995
  ],
@@ -2026,7 +2026,7 @@
2026
2026
  "sources": [
2027
2027
  {
2028
2028
  "fileName": "libs/components/list-builder/src/lib/modules/list/list.component.ts",
2029
- "line": 477,
2029
+ "line": 456,
2030
2030
  "character": 13
2031
2031
  }
2032
2032
  ],
@@ -2065,7 +2065,7 @@
2065
2065
  "sources": [
2066
2066
  {
2067
2067
  "fileName": "libs/components/list-builder/src/lib/modules/list/list.component.ts",
2068
- "line": 461,
2068
+ "line": 440,
2069
2069
  "character": 13
2070
2070
  }
2071
2071
  ],
@@ -2105,7 +2105,7 @@
2105
2105
  "sources": [
2106
2106
  {
2107
2107
  "fileName": "libs/components/list-builder/src/lib/modules/list/list.component.ts",
2108
- "line": 486,
2108
+ "line": 465,
2109
2109
  "character": 13
2110
2110
  }
2111
2111
  ],
@@ -2137,7 +2137,7 @@
2137
2137
  "sources": [
2138
2138
  {
2139
2139
  "fileName": "libs/components/list-builder/src/lib/modules/list/list.component.ts",
2140
- "line": 189,
2140
+ "line": 168,
2141
2141
  "character": 9
2142
2142
  }
2143
2143
  ],
@@ -2174,7 +2174,7 @@
2174
2174
  "sources": [
2175
2175
  {
2176
2176
  "fileName": "libs/components/list-builder/src/lib/modules/list/list.component.ts",
2177
- "line": 286,
2177
+ "line": 265,
2178
2178
  "character": 9
2179
2179
  }
2180
2180
  ],
@@ -2226,7 +2226,7 @@
2226
2226
  "sources": [
2227
2227
  {
2228
2228
  "fileName": "libs/components/list-builder/src/lib/modules/list/list.component.ts",
2229
- "line": 312,
2229
+ "line": 291,
2230
2230
  "character": 9
2231
2231
  }
2232
2232
  ],
@@ -2263,7 +2263,7 @@
2263
2263
  "sources": [
2264
2264
  {
2265
2265
  "fileName": "libs/components/list-builder/src/lib/modules/list/list.component.ts",
2266
- "line": 317,
2266
+ "line": 296,
2267
2267
  "character": 9
2268
2268
  }
2269
2269
  ],
@@ -2331,7 +2331,7 @@
2331
2331
  "sources": [
2332
2332
  {
2333
2333
  "fileName": "libs/components/list-builder/src/lib/modules/list/list.component.ts",
2334
- "line": 87,
2334
+ "line": 66,
2335
2335
  "character": 13
2336
2336
  }
2337
2337
  ],
@@ -2411,7 +2411,7 @@
2411
2411
  "sources": [
2412
2412
  {
2413
2413
  "fileName": "libs/components/list-builder/src/lib/modules/list-filters/list-filters.module.ts",
2414
- "line": 28,
2414
+ "line": 27,
2415
2415
  "character": 13
2416
2416
  }
2417
2417
  ]
@@ -2432,7 +2432,7 @@
2432
2432
  "sources": [
2433
2433
  {
2434
2434
  "fileName": "libs/components/list-builder/src/lib/modules/list-data-provider-in-memory/list-data-in-memory.provider.ts",
2435
- "line": 28,
2435
+ "line": 27,
2436
2436
  "character": 2
2437
2437
  }
2438
2438
  ],
@@ -2552,7 +2552,7 @@
2552
2552
  "sources": [
2553
2553
  {
2554
2554
  "fileName": "libs/components/list-builder/src/lib/modules/list-data-provider-in-memory/list-data-in-memory.provider.ts",
2555
- "line": 16,
2555
+ "line": 15,
2556
2556
  "character": 9
2557
2557
  }
2558
2558
  ],
@@ -2584,7 +2584,7 @@
2584
2584
  "sources": [
2585
2585
  {
2586
2586
  "fileName": "libs/components/list-builder/src/lib/modules/list-data-provider-in-memory/list-data-in-memory.provider.ts",
2587
- "line": 51,
2587
+ "line": 50,
2588
2588
  "character": 9
2589
2589
  }
2590
2590
  ],
@@ -2629,7 +2629,7 @@
2629
2629
  "sources": [
2630
2630
  {
2631
2631
  "fileName": "libs/components/list-builder/src/lib/modules/list-data-provider-in-memory/list-data-in-memory.provider.ts",
2632
- "line": 55,
2632
+ "line": 54,
2633
2633
  "character": 9
2634
2634
  }
2635
2635
  ],
@@ -2706,7 +2706,7 @@
2706
2706
  "sources": [
2707
2707
  {
2708
2708
  "fileName": "libs/components/list-builder/src/lib/modules/list-data-provider-in-memory/list-data-in-memory.provider.ts",
2709
- "line": 15,
2709
+ "line": 14,
2710
2710
  "character": 13
2711
2711
  }
2712
2712
  ],
@@ -2772,7 +2772,7 @@
2772
2772
  "sources": [
2773
2773
  {
2774
2774
  "fileName": "libs/components/list-builder/src/lib/modules/list/list.module.ts",
2775
- "line": 10,
2775
+ "line": 11,
2776
2776
  "character": 13
2777
2777
  }
2778
2778
  ]
@@ -2832,7 +2832,7 @@
2832
2832
  "sources": [
2833
2833
  {
2834
2834
  "fileName": "libs/components/list-builder/src/lib/modules/list-paging/list-paging.module.ts",
2835
- "line": 11,
2835
+ "line": 12,
2836
2836
  "character": 13
2837
2837
  }
2838
2838
  ]
@@ -2892,7 +2892,7 @@
2892
2892
  "sources": [
2893
2893
  {
2894
2894
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-secondary-actions/list-secondary-actions.module.ts",
2895
- "line": 34,
2895
+ "line": 28,
2896
2896
  "character": 13
2897
2897
  }
2898
2898
  ]
@@ -2930,7 +2930,7 @@
2930
2930
  "sources": [
2931
2931
  {
2932
2932
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-toolbar.component.ts",
2933
- "line": 232,
2933
+ "line": 212,
2934
2934
  "character": 2
2935
2935
  }
2936
2936
  ],
@@ -3019,7 +3019,7 @@
3019
3019
  "sources": [
3020
3020
  {
3021
3021
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-toolbar.component.ts",
3022
- "line": 174,
3022
+ "line": 154,
3023
3023
  "character": 9
3024
3024
  }
3025
3025
  ],
@@ -3051,7 +3051,7 @@
3051
3051
  "sources": [
3052
3052
  {
3053
3053
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-toolbar.component.ts",
3054
- "line": 167,
3054
+ "line": 147,
3055
3055
  "character": 9
3056
3056
  }
3057
3057
  ],
@@ -3074,7 +3074,7 @@
3074
3074
  "sources": [
3075
3075
  {
3076
3076
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-toolbar.component.ts",
3077
- "line": 182,
3077
+ "line": 162,
3078
3078
  "character": 9
3079
3079
  }
3080
3080
  ],
@@ -3095,7 +3095,7 @@
3095
3095
  "sources": [
3096
3096
  {
3097
3097
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-toolbar.component.ts",
3098
- "line": 179,
3098
+ "line": 159,
3099
3099
  "character": 9
3100
3100
  }
3101
3101
  ],
@@ -3116,7 +3116,7 @@
3116
3116
  "sources": [
3117
3117
  {
3118
3118
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-toolbar.component.ts",
3119
- "line": 175,
3119
+ "line": 155,
3120
3120
  "character": 9
3121
3121
  }
3122
3122
  ],
@@ -3144,7 +3144,7 @@
3144
3144
  "sources": [
3145
3145
  {
3146
3146
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-toolbar.component.ts",
3147
- "line": 177,
3147
+ "line": 157,
3148
3148
  "character": 9
3149
3149
  }
3150
3150
  ],
@@ -3164,7 +3164,7 @@
3164
3164
  "sources": [
3165
3165
  {
3166
3166
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-toolbar.component.ts",
3167
- "line": 180,
3167
+ "line": 160,
3168
3168
  "character": 9
3169
3169
  }
3170
3170
  ],
@@ -3185,7 +3185,7 @@
3185
3185
  "sources": [
3186
3186
  {
3187
3187
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-toolbar.component.ts",
3188
- "line": 178,
3188
+ "line": 158,
3189
3189
  "character": 9
3190
3190
  }
3191
3191
  ],
@@ -3206,7 +3206,7 @@
3206
3206
  "sources": [
3207
3207
  {
3208
3208
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-toolbar.component.ts",
3209
- "line": 172,
3209
+ "line": 152,
3210
3210
  "character": 9
3211
3211
  }
3212
3212
  ],
@@ -3234,7 +3234,7 @@
3234
3234
  "sources": [
3235
3235
  {
3236
3236
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-toolbar.component.ts",
3237
- "line": 170,
3237
+ "line": 150,
3238
3238
  "character": 9
3239
3239
  }
3240
3240
  ],
@@ -3262,7 +3262,7 @@
3262
3262
  "sources": [
3263
3263
  {
3264
3264
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-toolbar.component.ts",
3265
- "line": 173,
3265
+ "line": 153,
3266
3266
  "character": 9
3267
3267
  }
3268
3268
  ],
@@ -3290,7 +3290,7 @@
3290
3290
  "sources": [
3291
3291
  {
3292
3292
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-toolbar.component.ts",
3293
- "line": 171,
3293
+ "line": 151,
3294
3294
  "character": 9
3295
3295
  }
3296
3296
  ],
@@ -3311,7 +3311,7 @@
3311
3311
  "sources": [
3312
3312
  {
3313
3313
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-toolbar.component.ts",
3314
- "line": 166,
3314
+ "line": 146,
3315
3315
  "character": 9
3316
3316
  }
3317
3317
  ],
@@ -3334,7 +3334,7 @@
3334
3334
  "sources": [
3335
3335
  {
3336
3336
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-toolbar.component.ts",
3337
- "line": 183,
3337
+ "line": 163,
3338
3338
  "character": 9
3339
3339
  }
3340
3340
  ],
@@ -3376,7 +3376,7 @@
3376
3376
  "sources": [
3377
3377
  {
3378
3378
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-toolbar.component.ts",
3379
- "line": 114,
3379
+ "line": 94,
3380
3380
  "character": 9
3381
3381
  }
3382
3382
  ],
@@ -3396,7 +3396,7 @@
3396
3396
  "sources": [
3397
3397
  {
3398
3398
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-toolbar.component.ts",
3399
- "line": 168,
3399
+ "line": 148,
3400
3400
  "character": 9
3401
3401
  }
3402
3402
  ],
@@ -3434,7 +3434,7 @@
3434
3434
  "sources": [
3435
3435
  {
3436
3436
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-toolbar.component.ts",
3437
- "line": 127,
3437
+ "line": 107,
3438
3438
  "character": 9
3439
3439
  }
3440
3440
  ],
@@ -3475,7 +3475,7 @@
3475
3475
  "sources": [
3476
3476
  {
3477
3477
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-toolbar.component.ts",
3478
- "line": 121,
3478
+ "line": 101,
3479
3479
  "character": 9
3480
3480
  }
3481
3481
  ],
@@ -3527,7 +3527,7 @@
3527
3527
  "sources": [
3528
3528
  {
3529
3529
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-toolbar.component.ts",
3530
- "line": 149,
3530
+ "line": 129,
3531
3531
  "character": 9
3532
3532
  }
3533
3533
  ],
@@ -3564,7 +3564,7 @@
3564
3564
  "sources": [
3565
3565
  {
3566
3566
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-toolbar.component.ts",
3567
- "line": 164,
3567
+ "line": 144,
3568
3568
  "character": 9
3569
3569
  }
3570
3570
  ],
@@ -3592,7 +3592,7 @@
3592
3592
  "sources": [
3593
3593
  {
3594
3594
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-toolbar.component.ts",
3595
- "line": 176,
3595
+ "line": 156,
3596
3596
  "character": 9
3597
3597
  }
3598
3598
  ],
@@ -3633,7 +3633,7 @@
3633
3633
  "sources": [
3634
3634
  {
3635
3635
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-toolbar.component.ts",
3636
- "line": 134,
3636
+ "line": 114,
3637
3637
  "character": 9
3638
3638
  }
3639
3639
  ],
@@ -3670,7 +3670,7 @@
3670
3670
  "sources": [
3671
3671
  {
3672
3672
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-toolbar.component.ts",
3673
- "line": 163,
3673
+ "line": 143,
3674
3674
  "character": 9
3675
3675
  }
3676
3676
  ],
@@ -3735,7 +3735,7 @@
3735
3735
  "sources": [
3736
3736
  {
3737
3737
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-toolbar.component.ts",
3738
- "line": 143,
3738
+ "line": 123,
3739
3739
  "character": 9
3740
3740
  }
3741
3741
  ],
@@ -3756,7 +3756,7 @@
3756
3756
  "sources": [
3757
3757
  {
3758
3758
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-toolbar.component.ts",
3759
- "line": 169,
3759
+ "line": 149,
3760
3760
  "character": 9
3761
3761
  }
3762
3762
  ],
@@ -3784,7 +3784,7 @@
3784
3784
  "sources": [
3785
3785
  {
3786
3786
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-toolbar.component.ts",
3787
- "line": 165,
3787
+ "line": 145,
3788
3788
  "character": 9
3789
3789
  }
3790
3790
  ],
@@ -3812,7 +3812,7 @@
3812
3812
  "sources": [
3813
3813
  {
3814
3814
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-toolbar.component.ts",
3815
- "line": 159,
3815
+ "line": 139,
3816
3816
  "character": 13
3817
3817
  }
3818
3818
  ],
@@ -3841,7 +3841,7 @@
3841
3841
  "sources": [
3842
3842
  {
3843
3843
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-toolbar.component.ts",
3844
- "line": 151,
3844
+ "line": 131,
3845
3845
  "character": 13
3846
3846
  }
3847
3847
  ],
@@ -3870,7 +3870,7 @@
3870
3870
  "sources": [
3871
3871
  {
3872
3872
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-toolbar.component.ts",
3873
- "line": 459,
3873
+ "line": 439,
3874
3874
  "character": 9
3875
3875
  }
3876
3876
  ],
@@ -3899,7 +3899,7 @@
3899
3899
  "sources": [
3900
3900
  {
3901
3901
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-toolbar.component.ts",
3902
- "line": 376,
3902
+ "line": 356,
3903
3903
  "character": 9
3904
3904
  }
3905
3905
  ],
@@ -3936,7 +3936,7 @@
3936
3936
  "sources": [
3937
3937
  {
3938
3938
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-toolbar.component.ts",
3939
- "line": 438,
3939
+ "line": 418,
3940
3940
  "character": 9
3941
3941
  }
3942
3942
  ],
@@ -3973,7 +3973,7 @@
3973
3973
  "sources": [
3974
3974
  {
3975
3975
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-toolbar.component.ts",
3976
- "line": 240,
3976
+ "line": 220,
3977
3977
  "character": 9
3978
3978
  }
3979
3979
  ],
@@ -4010,7 +4010,7 @@
4010
4010
  "sources": [
4011
4011
  {
4012
4012
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-toolbar.component.ts",
4013
- "line": 444,
4013
+ "line": 424,
4014
4014
  "character": 9
4015
4015
  }
4016
4016
  ],
@@ -4053,7 +4053,7 @@
4053
4053
  "sources": [
4054
4054
  {
4055
4055
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-toolbar.component.ts",
4056
- "line": 463,
4056
+ "line": 443,
4057
4057
  "character": 9
4058
4058
  }
4059
4059
  ],
@@ -4150,7 +4150,7 @@
4150
4150
  "sources": [
4151
4151
  {
4152
4152
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-toolbar.component.ts",
4153
- "line": 86,
4153
+ "line": 66,
4154
4154
  "character": 13
4155
4155
  }
4156
4156
  ],
@@ -4230,7 +4230,7 @@
4230
4230
  "sources": [
4231
4231
  {
4232
4232
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-toolbar.module.ts",
4233
- "line": 65,
4233
+ "line": 51,
4234
4234
  "character": 13
4235
4235
  }
4236
4236
  ]
@@ -4268,7 +4268,7 @@
4268
4268
  "sources": [
4269
4269
  {
4270
4270
  "fileName": "libs/components/list-builder/src/lib/modules/list-filters/list-filter-button.component.ts",
4271
- "line": 33,
4271
+ "line": 32,
4272
4272
  "character": 2
4273
4273
  }
4274
4274
  ],
@@ -4311,7 +4311,7 @@
4311
4311
  "sources": [
4312
4312
  {
4313
4313
  "fileName": "libs/components/list-builder/src/lib/modules/list-filters/list-filter-button.component.ts",
4314
- "line": 35,
4314
+ "line": 34,
4315
4315
  "character": 9
4316
4316
  }
4317
4317
  ],
@@ -4357,7 +4357,7 @@
4357
4357
  "sources": [
4358
4358
  {
4359
4359
  "fileName": "libs/components/list-builder/src/lib/modules/list-filters/list-filter-button.component.ts",
4360
- "line": 24,
4360
+ "line": 23,
4361
4361
  "character": 13
4362
4362
  }
4363
4363
  ],
@@ -4529,7 +4529,7 @@
4529
4529
  "sources": [
4530
4530
  {
4531
4531
  "fileName": "libs/components/list-builder/src/lib/modules/list-filters/list-filter-summary.component.ts",
4532
- "line": 38,
4532
+ "line": 36,
4533
4533
  "character": 2
4534
4534
  }
4535
4535
  ],
@@ -4583,7 +4583,7 @@
4583
4583
  "sources": [
4584
4584
  {
4585
4585
  "fileName": "libs/components/list-builder/src/lib/modules/list-filters/list-filter-summary.component.ts",
4586
- "line": 36,
4586
+ "line": 34,
4587
4587
  "character": 9
4588
4588
  }
4589
4589
  ],
@@ -4630,7 +4630,7 @@
4630
4630
  "sources": [
4631
4631
  {
4632
4632
  "fileName": "libs/components/list-builder/src/lib/modules/list-filters/list-filter-summary.component.ts",
4633
- "line": 34,
4633
+ "line": 32,
4634
4634
  "character": 9
4635
4635
  }
4636
4636
  ],
@@ -4660,7 +4660,7 @@
4660
4660
  "sources": [
4661
4661
  {
4662
4662
  "fileName": "libs/components/list-builder/src/lib/modules/list-filters/list-filter-summary.component.ts",
4663
- "line": 68,
4663
+ "line": 66,
4664
4664
  "character": 9
4665
4665
  }
4666
4666
  ],
@@ -4703,7 +4703,7 @@
4703
4703
  "sources": [
4704
4704
  {
4705
4705
  "fileName": "libs/components/list-builder/src/lib/modules/list-filters/list-filter-summary.component.ts",
4706
- "line": 61,
4706
+ "line": 59,
4707
4707
  "character": 9
4708
4708
  }
4709
4709
  ],
@@ -4745,7 +4745,7 @@
4745
4745
  "sources": [
4746
4746
  {
4747
4747
  "fileName": "libs/components/list-builder/src/lib/modules/list-filters/list-filter-summary.component.ts",
4748
- "line": 43,
4748
+ "line": 41,
4749
4749
  "character": 9
4750
4750
  }
4751
4751
  ],
@@ -4801,7 +4801,7 @@
4801
4801
  "sources": [
4802
4802
  {
4803
4803
  "fileName": "libs/components/list-builder/src/lib/modules/list-filters/list-filter-summary.component.ts",
4804
- "line": 28,
4804
+ "line": 26,
4805
4805
  "character": 13
4806
4806
  }
4807
4807
  ],
@@ -4885,7 +4885,7 @@
4885
4885
  "sources": [
4886
4886
  {
4887
4887
  "fileName": "libs/components/list-builder/src/lib/modules/list-filters/list-filter-inline-item.component.ts",
4888
- "line": 39,
4888
+ "line": 38,
4889
4889
  "character": 9
4890
4890
  }
4891
4891
  ],
@@ -4919,7 +4919,7 @@
4919
4919
  "sources": [
4920
4920
  {
4921
4921
  "fileName": "libs/components/list-builder/src/lib/modules/list-filters/list-filter-inline-item.component.ts",
4922
- "line": 49,
4922
+ "line": 48,
4923
4923
  "character": 9
4924
4924
  }
4925
4925
  ],
@@ -5006,7 +5006,7 @@
5006
5006
  "sources": [
5007
5007
  {
5008
5008
  "fileName": "libs/components/list-builder/src/lib/modules/list-filters/list-filter-inline-item.component.ts",
5009
- "line": 26,
5009
+ "line": 25,
5010
5010
  "character": 9
5011
5011
  }
5012
5012
  ],
@@ -5026,7 +5026,7 @@
5026
5026
  "sources": [
5027
5027
  {
5028
5028
  "fileName": "libs/components/list-builder/src/lib/modules/list-filters/list-filter-inline-item.component.ts",
5029
- "line": 61,
5029
+ "line": 60,
5030
5030
  "character": 9
5031
5031
  }
5032
5032
  ],
@@ -5078,7 +5078,7 @@
5078
5078
  "sources": [
5079
5079
  {
5080
5080
  "fileName": "libs/components/list-builder/src/lib/modules/list-filters/list-filter-inline-item.component.ts",
5081
- "line": 59,
5081
+ "line": 58,
5082
5082
  "character": 9
5083
5083
  }
5084
5084
  ],
@@ -5121,7 +5121,7 @@
5121
5121
  "sources": [
5122
5122
  {
5123
5123
  "fileName": "libs/components/list-builder/src/lib/modules/list-filters/list-filter-inline-item.component.ts",
5124
- "line": 32,
5124
+ "line": 31,
5125
5125
  "character": 9
5126
5126
  }
5127
5127
  ],
@@ -5141,7 +5141,7 @@
5141
5141
  "sources": [
5142
5142
  {
5143
5143
  "fileName": "libs/components/list-builder/src/lib/modules/list-filters/list-filter-inline-item.component.ts",
5144
- "line": 72,
5144
+ "line": 71,
5145
5145
  "character": 13
5146
5146
  }
5147
5147
  ],
@@ -5178,7 +5178,7 @@
5178
5178
  "sources": [
5179
5179
  {
5180
5180
  "fileName": "libs/components/list-builder/src/lib/modules/list-filters/list-filter-inline-item.component.ts",
5181
- "line": 66,
5181
+ "line": 65,
5182
5182
  "character": 9
5183
5183
  }
5184
5184
  ],
@@ -5243,7 +5243,7 @@
5243
5243
  "sources": [
5244
5244
  {
5245
5245
  "fileName": "libs/components/list-builder/src/lib/modules/list-filters/list-filter-inline-item.component.ts",
5246
- "line": 20,
5246
+ "line": 19,
5247
5247
  "character": 13
5248
5248
  }
5249
5249
  ],
@@ -5289,7 +5289,7 @@
5289
5289
  "sources": [
5290
5290
  {
5291
5291
  "fileName": "libs/components/list-builder/src/lib/modules/list-filters/list-filter-inline.component.ts",
5292
- "line": 36,
5292
+ "line": 32,
5293
5293
  "character": 2
5294
5294
  }
5295
5295
  ],
@@ -5343,7 +5343,7 @@
5343
5343
  "sources": [
5344
5344
  {
5345
5345
  "fileName": "libs/components/list-builder/src/lib/modules/list-filters/list-filter-inline.component.ts",
5346
- "line": 31,
5346
+ "line": 27,
5347
5347
  "character": 9
5348
5348
  }
5349
5349
  ],
@@ -5367,7 +5367,7 @@
5367
5367
  "sources": [
5368
5368
  {
5369
5369
  "fileName": "libs/components/list-builder/src/lib/modules/list-filters/list-filter-inline.component.ts",
5370
- "line": 63,
5370
+ "line": 59,
5371
5371
  "character": 9
5372
5372
  }
5373
5373
  ],
@@ -5396,7 +5396,7 @@
5396
5396
  "sources": [
5397
5397
  {
5398
5398
  "fileName": "libs/components/list-builder/src/lib/modules/list-filters/list-filter-inline.component.ts",
5399
- "line": 41,
5399
+ "line": 37,
5400
5400
  "character": 9
5401
5401
  }
5402
5402
  ],
@@ -5450,7 +5450,7 @@
5450
5450
  "sources": [
5451
5451
  {
5452
5452
  "fileName": "libs/components/list-builder/src/lib/modules/list-filters/list-filter-inline.component.ts",
5453
- "line": 30,
5453
+ "line": 26,
5454
5454
  "character": 13
5455
5455
  }
5456
5456
  ],
@@ -5496,7 +5496,7 @@
5496
5496
  "sources": [
5497
5497
  {
5498
5498
  "fileName": "libs/components/list-builder/src/lib/modules/list-paging/list-paging.component.ts",
5499
- "line": 75,
5499
+ "line": 71,
5500
5500
  "character": 2
5501
5501
  }
5502
5502
  ],
@@ -5558,7 +5558,7 @@
5558
5558
  "sources": [
5559
5559
  {
5560
5560
  "fileName": "libs/components/list-builder/src/lib/modules/list-paging/list-paging.component.ts",
5561
- "line": 67,
5561
+ "line": 63,
5562
5562
  "character": 9
5563
5563
  }
5564
5564
  ],
@@ -5586,7 +5586,7 @@
5586
5586
  "sources": [
5587
5587
  {
5588
5588
  "fileName": "libs/components/list-builder/src/lib/modules/list-paging/list-paging.component.ts",
5589
- "line": 73,
5589
+ "line": 69,
5590
5590
  "character": 9
5591
5591
  }
5592
5592
  ],
@@ -5614,7 +5614,7 @@
5614
5614
  "sources": [
5615
5615
  {
5616
5616
  "fileName": "libs/components/list-builder/src/lib/modules/list-paging/list-paging.component.ts",
5617
- "line": 71,
5617
+ "line": 67,
5618
5618
  "character": 9
5619
5619
  }
5620
5620
  ],
@@ -5642,7 +5642,7 @@
5642
5642
  "sources": [
5643
5643
  {
5644
5644
  "fileName": "libs/components/list-builder/src/lib/modules/list-paging/list-paging.component.ts",
5645
- "line": 69,
5645
+ "line": 65,
5646
5646
  "character": 9
5647
5647
  }
5648
5648
  ],
@@ -5691,7 +5691,7 @@
5691
5691
  "sources": [
5692
5692
  {
5693
5693
  "fileName": "libs/components/list-builder/src/lib/modules/list-paging/list-paging.component.ts",
5694
- "line": 58,
5694
+ "line": 54,
5695
5695
  "character": 9
5696
5696
  }
5697
5697
  ],
@@ -5750,7 +5750,7 @@
5750
5750
  "sources": [
5751
5751
  {
5752
5752
  "fileName": "libs/components/list-builder/src/lib/modules/list-paging/list-paging.component.ts",
5753
- "line": 65,
5753
+ "line": 61,
5754
5754
  "character": 9
5755
5755
  }
5756
5756
  ],
@@ -5809,7 +5809,7 @@
5809
5809
  "sources": [
5810
5810
  {
5811
5811
  "fileName": "libs/components/list-builder/src/lib/modules/list-paging/list-paging.component.ts",
5812
- "line": 51,
5812
+ "line": 47,
5813
5813
  "character": 9
5814
5814
  }
5815
5815
  ],
@@ -5847,7 +5847,7 @@
5847
5847
  "sources": [
5848
5848
  {
5849
5849
  "fileName": "libs/components/list-builder/src/lib/modules/list-paging/list-paging.component.ts",
5850
- "line": 79,
5850
+ "line": 75,
5851
5851
  "character": 9
5852
5852
  }
5853
5853
  ],
@@ -5884,7 +5884,7 @@
5884
5884
  "sources": [
5885
5885
  {
5886
5886
  "fileName": "libs/components/list-builder/src/lib/modules/list-paging/list-paging.component.ts",
5887
- "line": 130,
5887
+ "line": 126,
5888
5888
  "character": 9
5889
5889
  }
5890
5890
  ],
@@ -5949,7 +5949,7 @@
5949
5949
  "sources": [
5950
5950
  {
5951
5951
  "fileName": "libs/components/list-builder/src/lib/modules/list-paging/list-paging.component.ts",
5952
- "line": 42,
5952
+ "line": 38,
5953
5953
  "character": 13
5954
5954
  }
5955
5955
  ],
@@ -6136,7 +6136,7 @@
6136
6136
  "sources": [
6137
6137
  {
6138
6138
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-secondary-actions/list-secondary-actions.component.ts",
6139
- "line": 36,
6139
+ "line": 35,
6140
6140
  "character": 2
6141
6141
  }
6142
6142
  ],
@@ -6179,7 +6179,7 @@
6179
6179
  "sources": [
6180
6180
  {
6181
6181
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-secondary-actions/list-secondary-actions.component.ts",
6182
- "line": 26,
6182
+ "line": 25,
6183
6183
  "character": 9
6184
6184
  }
6185
6185
  ],
@@ -6203,7 +6203,7 @@
6203
6203
  "sources": [
6204
6204
  {
6205
6205
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-secondary-actions/list-secondary-actions.component.ts",
6206
- "line": 38,
6206
+ "line": 37,
6207
6207
  "character": 9
6208
6208
  }
6209
6209
  ],
@@ -6256,7 +6256,7 @@
6256
6256
  "sources": [
6257
6257
  {
6258
6258
  "fileName": "libs/components/list-builder/src/lib/modules/list-toolbar/list-secondary-actions/list-secondary-actions.component.ts",
6259
- "line": 25,
6259
+ "line": 24,
6260
6260
  "character": 13
6261
6261
  }
6262
6262
  ],
@@ -6801,12 +6801,12 @@
6801
6801
  {
6802
6802
  "fileName": "list-filters-demo.component.ts",
6803
6803
  "filePath": "/projects/list-builder/documentation/code-examples/list-filters/inline-filters/list-filters-demo.component.ts",
6804
- "rawContents": "import { Component } from '@angular/core';\n\nimport { ListItemModel } from '@skyux/list-builder-common';\n\nimport { Observable, of } from 'rxjs';\n\n@Component({\n selector: 'app-list-filters-demo',\n templateUrl: './list-filters-demo.component.html',\n})\nexport class ListFiltersDemoComponent {\n public items: Observable<any> = of([\n {\n id: 0,\n name: 'Orange',\n description: 'A round, orange fruit.',\n type: 'citrus',\n color: 'orange',\n },\n {\n id: 1,\n name: 'Mango',\n description: \"Delicious in smoothies, but don't eat the skin.\",\n type: 'other',\n color: 'orange',\n },\n {\n id: 2,\n name: 'Lime',\n description: 'A sour, green fruit used in many drinks.',\n type: 'citrus',\n color: 'green',\n },\n {\n id: 3,\n name: 'Strawberry',\n description: 'A red fruit that goes well with shortcake.',\n type: 'berry',\n color: 'red',\n },\n {\n id: 4,\n name: 'Blueberry',\n description: 'A small, blue fruit often found in muffins.',\n type: 'berry',\n color: 'blue',\n },\n ]);\n\n public fruitTypeFilterFunction(\n item: ListItemModel,\n filterValue: any\n ): boolean {\n return filterValue === 'any' || filterValue === item.data.type;\n }\n\n public hideOrangeFilterFunction(\n item: ListItemModel,\n filterValue: any\n ): boolean {\n return !filterValue || (filterValue && item.data.color !== 'orange');\n }\n}\n"
6804
+ "rawContents": "import { Component } from '@angular/core';\nimport { ListItemModel } from '@skyux/list-builder-common';\n\nimport { Observable, of } from 'rxjs';\n\n@Component({\n selector: 'app-list-filters-demo',\n templateUrl: './list-filters-demo.component.html',\n})\nexport class ListFiltersDemoComponent {\n public items: Observable<any> = of([\n {\n id: 0,\n name: 'Orange',\n description: 'A round, orange fruit.',\n type: 'citrus',\n color: 'orange',\n },\n {\n id: 1,\n name: 'Mango',\n description: \"Delicious in smoothies, but don't eat the skin.\",\n type: 'other',\n color: 'orange',\n },\n {\n id: 2,\n name: 'Lime',\n description: 'A sour, green fruit used in many drinks.',\n type: 'citrus',\n color: 'green',\n },\n {\n id: 3,\n name: 'Strawberry',\n description: 'A red fruit that goes well with shortcake.',\n type: 'berry',\n color: 'red',\n },\n {\n id: 4,\n name: 'Blueberry',\n description: 'A small, blue fruit often found in muffins.',\n type: 'berry',\n color: 'blue',\n },\n ]);\n\n public fruitTypeFilterFunction(\n item: ListItemModel,\n filterValue: any\n ): boolean {\n return filterValue === 'any' || filterValue === item.data.type;\n }\n\n public hideOrangeFilterFunction(\n item: ListItemModel,\n filterValue: any\n ): boolean {\n return !filterValue || (filterValue && item.data.color !== 'orange');\n }\n}\n"
6805
6805
  },
6806
6806
  {
6807
6807
  "fileName": "list-filters-demo.module.ts",
6808
6808
  "filePath": "/projects/list-builder/documentation/code-examples/list-filters/inline-filters/list-filters-demo.module.ts",
6809
- "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 {\n SkyListFiltersModule,\n SkyListModule,\n SkyListToolbarModule,\n} from '@skyux/list-builder';\n\nimport { SkyFilterModule } from '@skyux/lists';\n\nimport { ListFiltersDemoComponent } from './list-filters-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n SkyCheckboxModule,\n SkyFilterModule,\n SkyIdModule,\n SkyListFiltersModule,\n SkyListModule,\n SkyListToolbarModule,\n ],\n declarations: [ListFiltersDemoComponent],\n exports: [ListFiltersDemoComponent],\n})\nexport class ListFiltersDemoModule {}\n"
6809
+ "rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { FormsModule } from '@angular/forms';\nimport { SkyIdModule } from '@skyux/core';\nimport { SkyCheckboxModule } from '@skyux/forms';\nimport {\n SkyListFiltersModule,\n SkyListModule,\n SkyListToolbarModule,\n} from '@skyux/list-builder';\nimport { SkyFilterModule } from '@skyux/lists';\n\nimport { ListFiltersDemoComponent } from './list-filters-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n SkyCheckboxModule,\n SkyFilterModule,\n SkyIdModule,\n SkyListFiltersModule,\n SkyListModule,\n SkyListToolbarModule,\n ],\n declarations: [ListFiltersDemoComponent],\n exports: [ListFiltersDemoComponent],\n})\nexport class ListFiltersDemoModule {}\n"
6810
6810
  },
6811
6811
  {
6812
6812
  "fileName": "list-filters-demo-modal-context.ts",
@@ -6821,7 +6821,7 @@
6821
6821
  {
6822
6822
  "fileName": "list-filters-demo-modal.component.ts",
6823
6823
  "filePath": "/projects/list-builder/documentation/code-examples/list-filters/modal-filters/list-filters-demo-modal.component.ts",
6824
- "rawContents": "import { Component } from '@angular/core';\n\nimport { ListItemModel } from '@skyux/list-builder-common';\n\nimport { ListFilterModel } from '@skyux/list-builder';\n\nimport { SkyModalInstance } from '@skyux/modals';\n\nimport { ListFiltersDemoModalContext } from './list-filters-demo-modal-context';\n\n@Component({\n selector: 'app-demo-filter-modal-form',\n templateUrl: './list-filters-demo-modal.component.html',\n})\nexport class ListFilterDemoModalComponent {\n public fruitType = 'any';\n\n public hideOrange: boolean;\n\n public headerText = 'Filters';\n\n constructor(\n public context: ListFiltersDemoModalContext,\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 fruitTypeFilterFunction(\n item: ListItemModel,\n filterValue: any\n ): boolean {\n return filterValue === item.data.type;\n }\n\n private getAppliedFiltersArray(): ListFilterModel[] {\n const appliedFilters: ListFilterModel[] = [];\n if (this.fruitType !== 'any') {\n appliedFilters.push(\n new ListFilterModel({\n name: 'fruitType',\n value: this.fruitType,\n label: this.fruitType,\n filterFunction: this.fruitTypeFilterFunction,\n })\n );\n }\n\n if (this.hideOrange) {\n appliedFilters.push(\n new ListFilterModel({\n name: 'hideOrange',\n value: true,\n label: 'hide orange fruits',\n filterFunction: this.hideOrangeFilterFunction,\n })\n );\n }\n\n return appliedFilters;\n }\n\n private hideOrangeFilterFunction(\n item: ListItemModel,\n filterValue: any\n ): boolean {\n return !filterValue || (filterValue && item.data.color !== 'orange');\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"
6824
+ "rawContents": "import { Component } from '@angular/core';\nimport { ListFilterModel } from '@skyux/list-builder';\nimport { ListItemModel } from '@skyux/list-builder-common';\nimport { SkyModalInstance } from '@skyux/modals';\n\nimport { ListFiltersDemoModalContext } from './list-filters-demo-modal-context';\n\n@Component({\n selector: 'app-demo-filter-modal-form',\n templateUrl: './list-filters-demo-modal.component.html',\n})\nexport class ListFilterDemoModalComponent {\n public fruitType = 'any';\n\n public hideOrange: boolean;\n\n public headerText = 'Filters';\n\n constructor(\n public context: ListFiltersDemoModalContext,\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 fruitTypeFilterFunction(\n item: ListItemModel,\n filterValue: any\n ): boolean {\n return filterValue === item.data.type;\n }\n\n private getAppliedFiltersArray(): ListFilterModel[] {\n const appliedFilters: ListFilterModel[] = [];\n if (this.fruitType !== 'any') {\n appliedFilters.push(\n new ListFilterModel({\n name: 'fruitType',\n value: this.fruitType,\n label: this.fruitType,\n filterFunction: this.fruitTypeFilterFunction,\n })\n );\n }\n\n if (this.hideOrange) {\n appliedFilters.push(\n new ListFilterModel({\n name: 'hideOrange',\n value: true,\n label: 'hide orange fruits',\n filterFunction: this.hideOrangeFilterFunction,\n })\n );\n }\n\n return appliedFilters;\n }\n\n private hideOrangeFilterFunction(\n item: ListItemModel,\n filterValue: any\n ): boolean {\n return !filterValue || (filterValue && item.data.color !== 'orange');\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"
6825
6825
  },
6826
6826
  {
6827
6827
  "fileName": "list-filters-demo.component.html",
@@ -6831,12 +6831,12 @@
6831
6831
  {
6832
6832
  "fileName": "list-filters-demo.component.ts",
6833
6833
  "filePath": "/projects/list-builder/documentation/code-examples/list-filters/modal-filters/list-filters-demo.component.ts",
6834
- "rawContents": "import { Component } from '@angular/core';\n\nimport { ListFilterModel } from '@skyux/list-builder';\n\nimport { SkyModalCloseArgs, SkyModalService } from '@skyux/modals';\n\nimport { of } from 'rxjs';\n\nimport { ListFilterDemoModalComponent } from './list-filters-demo-modal.component';\n\nimport { ListFiltersDemoModalContext } from './list-filters-demo-modal-context';\n\n@Component({\n selector: 'app-list-filters-demo',\n templateUrl: './list-filters-demo.component.html',\n})\nexport class ListFiltersDemoComponent {\n public items = of([\n {\n id: 0,\n name: 'Orange',\n description: 'A round, orange fruit.',\n type: 'citrus',\n color: 'orange',\n },\n {\n id: 1,\n name: 'Mango',\n description: \"Delicious in smoothies, but don't eat the skin.\",\n type: 'other',\n color: 'orange',\n },\n {\n id: 2,\n name: 'Lime',\n description: 'A sour, green fruit used in many drinks.',\n type: 'citrus',\n color: 'green',\n },\n {\n id: 3,\n name: 'Strawberry',\n description: 'A red fruit that goes well with shortcake.',\n type: 'berry',\n color: 'red',\n },\n {\n id: 4,\n name: 'Blueberry',\n description: 'A small, blue fruit often found in muffins.',\n type: 'berry',\n color: 'blue',\n },\n ]);\n\n public listFilters: ListFilterModel[] = [];\n\n public modalFilters: ListFilterModel[] = [];\n\n constructor(private modalService: SkyModalService) {}\n\n public openFilterModal(): void {\n const instance = this.modalService.open(ListFilterDemoModalComponent, [\n {\n provide: ListFiltersDemoModalContext,\n useValue: {\n appliedFilters: this.modalFilters,\n },\n },\n ]);\n\n instance.closed.subscribe((result: SkyModalCloseArgs) => {\n if (result.reason === 'save') {\n this.listFilters = result.data.slice();\n }\n });\n }\n}\n"
6834
+ "rawContents": "import { Component } from '@angular/core';\nimport { ListFilterModel } from '@skyux/list-builder';\nimport { SkyModalCloseArgs, SkyModalService } from '@skyux/modals';\n\nimport { of } from 'rxjs';\n\nimport { ListFiltersDemoModalContext } from './list-filters-demo-modal-context';\nimport { ListFilterDemoModalComponent } from './list-filters-demo-modal.component';\n\n@Component({\n selector: 'app-list-filters-demo',\n templateUrl: './list-filters-demo.component.html',\n})\nexport class ListFiltersDemoComponent {\n public items = of([\n {\n id: 0,\n name: 'Orange',\n description: 'A round, orange fruit.',\n type: 'citrus',\n color: 'orange',\n },\n {\n id: 1,\n name: 'Mango',\n description: \"Delicious in smoothies, but don't eat the skin.\",\n type: 'other',\n color: 'orange',\n },\n {\n id: 2,\n name: 'Lime',\n description: 'A sour, green fruit used in many drinks.',\n type: 'citrus',\n color: 'green',\n },\n {\n id: 3,\n name: 'Strawberry',\n description: 'A red fruit that goes well with shortcake.',\n type: 'berry',\n color: 'red',\n },\n {\n id: 4,\n name: 'Blueberry',\n description: 'A small, blue fruit often found in muffins.',\n type: 'berry',\n color: 'blue',\n },\n ]);\n\n public listFilters: ListFilterModel[] = [];\n\n public modalFilters: ListFilterModel[] = [];\n\n constructor(private modalService: SkyModalService) {}\n\n public openFilterModal(): void {\n const instance = this.modalService.open(ListFilterDemoModalComponent, [\n {\n provide: ListFiltersDemoModalContext,\n useValue: {\n appliedFilters: this.modalFilters,\n },\n },\n ]);\n\n instance.closed.subscribe((result: SkyModalCloseArgs) => {\n if (result.reason === 'save') {\n this.listFilters = result.data.slice();\n }\n });\n }\n}\n"
6835
6835
  },
6836
6836
  {
6837
6837
  "fileName": "list-filters-demo.module.ts",
6838
6838
  "filePath": "/projects/list-builder/documentation/code-examples/list-filters/modal-filters/list-filters-demo.module.ts",
6839
- "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 {\n SkyListFiltersModule,\n SkyListModule,\n SkyListToolbarModule,\n} from '@skyux/list-builder';\n\nimport { SkyFilterModule } from '@skyux/lists';\n\nimport { SkyModalModule } from '@skyux/modals';\n\nimport { ListFiltersDemoComponent } from './list-filters-demo.component';\n\nimport { ListFilterDemoModalComponent } from './list-filters-demo-modal.component';\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n SkyCheckboxModule,\n SkyFilterModule,\n SkyIdModule,\n SkyListFiltersModule,\n SkyListModule,\n SkyListToolbarModule,\n SkyModalModule,\n ],\n declarations: [ListFiltersDemoComponent, ListFilterDemoModalComponent],\n entryComponents: [ListFilterDemoModalComponent],\n exports: [ListFiltersDemoComponent],\n})\nexport class ListFiltersDemoModule {}\n"
6839
+ "rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { FormsModule } from '@angular/forms';\nimport { SkyIdModule } from '@skyux/core';\nimport { SkyCheckboxModule } from '@skyux/forms';\nimport {\n SkyListFiltersModule,\n SkyListModule,\n SkyListToolbarModule,\n} from '@skyux/list-builder';\nimport { SkyFilterModule } from '@skyux/lists';\nimport { SkyModalModule } from '@skyux/modals';\n\nimport { ListFilterDemoModalComponent } from './list-filters-demo-modal.component';\nimport { ListFiltersDemoComponent } from './list-filters-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n SkyCheckboxModule,\n SkyFilterModule,\n SkyIdModule,\n SkyListFiltersModule,\n SkyListModule,\n SkyListToolbarModule,\n SkyModalModule,\n ],\n declarations: [ListFiltersDemoComponent, ListFilterDemoModalComponent],\n entryComponents: [ListFilterDemoModalComponent],\n exports: [ListFiltersDemoComponent],\n})\nexport class ListFiltersDemoModule {}\n"
6840
6840
  },
6841
6841
  {
6842
6842
  "fileName": "list-paging-demo.component.html",
@@ -6856,7 +6856,7 @@
6856
6856
  {
6857
6857
  "fileName": "list-paging-demo.module.ts",
6858
6858
  "filePath": "/projects/list-builder/documentation/code-examples/list-paging/basic/list-paging-demo.module.ts",
6859
- "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyListModule, SkyListPagingModule } from '@skyux/list-builder';\n\nimport { ListPagingDemoComponent } from './list-paging-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyListModule, SkyListPagingModule],\n declarations: [ListPagingDemoComponent],\n exports: [ListPagingDemoComponent],\n})\nexport class ListPagingDemoModule {}\n"
6859
+ "rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkyListModule, SkyListPagingModule } from '@skyux/list-builder';\n\nimport { ListPagingDemoComponent } from './list-paging-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyListModule, SkyListPagingModule],\n declarations: [ListPagingDemoComponent],\n exports: [ListPagingDemoComponent],\n})\nexport class ListPagingDemoModule {}\n"
6860
6860
  },
6861
6861
  {
6862
6862
  "fileName": "list-toolbar-demo.component.html",
@@ -6866,12 +6866,12 @@
6866
6866
  {
6867
6867
  "fileName": "list-toolbar-demo.component.ts",
6868
6868
  "filePath": "/projects/list-builder/documentation/code-examples/list-toolbar/basic/list-toolbar-demo.component.ts",
6869
- "rawContents": "import { Component, OnInit } from '@angular/core';\n\nimport { FormBuilder, FormGroup } from '@angular/forms';\n\n@Component({\n selector: 'app-list-toolbar-demo',\n templateUrl: './list-toolbar-demo.component.html',\n})\nexport class ListToolbarDemoComponent implements OnInit {\n public data: any[] = [\n {\n id: '1',\n name: 'Niels Bohr',\n email: 'niels.bohr@example.com',\n amount: 170.75,\n status: 'Paid',\n },\n {\n id: '2',\n name: 'Ada Lovelace',\n email: 'ada.lovelace@example.com',\n amount: 114.13,\n status: 'Paid',\n },\n {\n id: '3',\n name: 'Marie Curie',\n email: 'marie.curie@example.com',\n amount: 111,\n status: 'Past due',\n },\n {\n id: '4',\n name: 'Barbara McClintock',\n email: 'barbara.mcclintock@example.com',\n amount: 84.63,\n status: 'Paid',\n },\n {\n id: '5',\n name: 'Michael Faraday',\n email: 'michael.faraday@example.com',\n amount: 83.97,\n status: 'Paid',\n },\n {\n id: '6',\n name: 'Enrico Fermi',\n email: 'enrico.fermi@example.com',\n amount: 74.5,\n status: 'Past due',\n },\n {\n id: '7',\n name: 'Mae C. Jemison',\n email: 'mae.jemison@example.com',\n amount: 70.86,\n status: 'Paid',\n },\n {\n id: '8',\n name: 'Nikola Tesla',\n email: 'nikola.tesla@example.com',\n amount: 15.0,\n status: 'Paid',\n },\n {\n id: '9',\n name: 'Hubert J. Farnsworth',\n email: 'hubert.j.farnsworth@example.com',\n amount: 999.99,\n status: 'Past Due',\n },\n ];\n\n public myForm: FormGroup;\n\n public views: any[] = [\n { icon: 'table', label: 'Table', name: 'table' },\n { icon: 'list', label: 'List', name: 'list' },\n { icon: 'th-large', label: 'Cards', name: 'cards' },\n { icon: 'map-marker', label: 'Map', name: 'map' },\n ];\n\n constructor(private formBuilder: FormBuilder) {}\n\n public ngOnInit(): void {\n this.myForm = this.formBuilder.group({\n myView: this.views[0].name,\n });\n }\n\n public onFilterButtonClicked(): void {\n alert('Filter button clicked');\n }\n\n public onSummaryItemClick(): void {\n alert('Filter summary item clicked');\n }\n}\n"
6869
+ "rawContents": "import { Component, OnInit } from '@angular/core';\nimport { FormBuilder, FormGroup } from '@angular/forms';\n\n@Component({\n selector: 'app-list-toolbar-demo',\n templateUrl: './list-toolbar-demo.component.html',\n})\nexport class ListToolbarDemoComponent implements OnInit {\n public data: any[] = [\n {\n id: '1',\n name: 'Niels Bohr',\n email: 'niels.bohr@example.com',\n amount: 170.75,\n status: 'Paid',\n },\n {\n id: '2',\n name: 'Ada Lovelace',\n email: 'ada.lovelace@example.com',\n amount: 114.13,\n status: 'Paid',\n },\n {\n id: '3',\n name: 'Marie Curie',\n email: 'marie.curie@example.com',\n amount: 111,\n status: 'Past due',\n },\n {\n id: '4',\n name: 'Barbara McClintock',\n email: 'barbara.mcclintock@example.com',\n amount: 84.63,\n status: 'Paid',\n },\n {\n id: '5',\n name: 'Michael Faraday',\n email: 'michael.faraday@example.com',\n amount: 83.97,\n status: 'Paid',\n },\n {\n id: '6',\n name: 'Enrico Fermi',\n email: 'enrico.fermi@example.com',\n amount: 74.5,\n status: 'Past due',\n },\n {\n id: '7',\n name: 'Mae C. Jemison',\n email: 'mae.jemison@example.com',\n amount: 70.86,\n status: 'Paid',\n },\n {\n id: '8',\n name: 'Nikola Tesla',\n email: 'nikola.tesla@example.com',\n amount: 15.0,\n status: 'Paid',\n },\n {\n id: '9',\n name: 'Hubert J. Farnsworth',\n email: 'hubert.j.farnsworth@example.com',\n amount: 999.99,\n status: 'Past Due',\n },\n ];\n\n public myForm: FormGroup;\n\n public views: any[] = [\n { icon: 'table', label: 'Table', name: 'table' },\n { icon: 'list', label: 'List', name: 'list' },\n { icon: 'th-large', label: 'Cards', name: 'cards' },\n { icon: 'map-marker', label: 'Map', name: 'map' },\n ];\n\n constructor(private formBuilder: FormBuilder) {}\n\n public ngOnInit(): void {\n this.myForm = this.formBuilder.group({\n myView: this.views[0].name,\n });\n }\n\n public onFilterButtonClicked(): void {\n alert('Filter button clicked');\n }\n\n public onSummaryItemClick(): void {\n alert('Filter summary item clicked');\n }\n}\n"
6870
6870
  },
6871
6871
  {
6872
6872
  "fileName": "list-toolbar-demo.module.ts",
6873
6873
  "filePath": "/projects/list-builder/documentation/code-examples/list-toolbar/basic/list-toolbar-demo.module.ts",
6874
- "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\n\nimport { SkyRadioModule } from '@skyux/forms';\n\nimport { SkyIconModule } from '@skyux/indicators';\n\nimport {\n SkyListFiltersModule,\n SkyListModule,\n SkyListSecondaryActionsModule,\n SkyListToolbarModule,\n} from '@skyux/list-builder';\n\nimport { SkyFilterModule } from '@skyux/lists';\n\nimport { SkyDropdownModule } from '@skyux/popovers';\n\nimport { ListToolbarDemoComponent } from './list-toolbar-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n SkyDropdownModule,\n SkyFilterModule,\n SkyIconModule,\n SkyListFiltersModule,\n SkyListModule,\n SkyListSecondaryActionsModule,\n SkyListToolbarModule,\n SkyRadioModule,\n ReactiveFormsModule,\n ],\n declarations: [ListToolbarDemoComponent],\n exports: [ListToolbarDemoComponent],\n})\nexport class ListToolbarDemoModule {}\n"
6874
+ "rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { SkyRadioModule } from '@skyux/forms';\nimport { SkyIconModule } from '@skyux/indicators';\nimport {\n SkyListFiltersModule,\n SkyListModule,\n SkyListSecondaryActionsModule,\n SkyListToolbarModule,\n} from '@skyux/list-builder';\nimport { SkyFilterModule } from '@skyux/lists';\nimport { SkyDropdownModule } from '@skyux/popovers';\n\nimport { ListToolbarDemoComponent } from './list-toolbar-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n SkyDropdownModule,\n SkyFilterModule,\n SkyIconModule,\n SkyListFiltersModule,\n SkyListModule,\n SkyListSecondaryActionsModule,\n SkyListToolbarModule,\n SkyRadioModule,\n ReactiveFormsModule,\n ],\n declarations: [ListToolbarDemoComponent],\n exports: [ListToolbarDemoComponent],\n})\nexport class ListToolbarDemoModule {}\n"
6875
6875
  },
6876
6876
  {
6877
6877
  "fileName": "list-toolbar-demo.component.html",
@@ -6886,7 +6886,7 @@
6886
6886
  {
6887
6887
  "fileName": "list-toolbar-demo.module.ts",
6888
6888
  "filePath": "/projects/list-builder/documentation/code-examples/list-toolbar/custom/list-toolbar-demo.module.ts",
6889
- "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyListModule, SkyListToolbarModule } from '@skyux/list-builder';\n\nimport { ListToolbarDemoComponent } from './list-toolbar-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyListModule, SkyListToolbarModule],\n declarations: [ListToolbarDemoComponent],\n exports: [ListToolbarDemoComponent],\n})\nexport class ListToolbarDemoModule {}\n"
6889
+ "rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkyListModule, SkyListToolbarModule } from '@skyux/list-builder';\n\nimport { ListToolbarDemoComponent } from './list-toolbar-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyListModule, SkyListToolbarModule],\n declarations: [ListToolbarDemoComponent],\n exports: [ListToolbarDemoComponent],\n})\nexport class ListToolbarDemoModule {}\n"
6890
6890
  }
6891
6891
  ]
6892
6892
  }