@skyux/lists 5.5.0 → 5.6.2

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 (41) hide show
  1. package/bundles/skyux-lists.umd.js +551 -551
  2. package/documentation.json +86 -412
  3. package/esm2015/lib/modules/filter/filter-button.component.js.map +1 -1
  4. package/esm2015/lib/modules/filter/filter.module.js +1 -1
  5. package/esm2015/lib/modules/filter/filter.module.js.map +1 -1
  6. package/esm2015/lib/modules/infinite-scroll/infinite-scroll-dom-adapter.service.js +1 -1
  7. package/esm2015/lib/modules/infinite-scroll/infinite-scroll-dom-adapter.service.js.map +1 -1
  8. package/esm2015/lib/modules/infinite-scroll/infinite-scroll.component.js.map +1 -1
  9. package/esm2015/lib/modules/infinite-scroll/infinite-scroll.module.js.map +1 -1
  10. package/esm2015/lib/modules/paging/paging.component.js +4 -4
  11. package/esm2015/lib/modules/paging/paging.component.js.map +1 -1
  12. package/esm2015/lib/modules/paging/paging.module.js.map +1 -1
  13. package/esm2015/lib/modules/repeater/repeater-adapter.service.js +1 -1
  14. package/esm2015/lib/modules/repeater/repeater-adapter.service.js.map +1 -1
  15. package/esm2015/lib/modules/repeater/repeater-item.component.js +1 -1
  16. package/esm2015/lib/modules/repeater/repeater-item.component.js.map +1 -1
  17. package/esm2015/lib/modules/repeater/repeater.component.js +5 -5
  18. package/esm2015/lib/modules/repeater/repeater.component.js.map +1 -1
  19. package/esm2015/lib/modules/repeater/repeater.module.js +3 -3
  20. package/esm2015/lib/modules/repeater/repeater.module.js.map +1 -1
  21. package/esm2015/lib/modules/shared/sky-lists-resources.module.js +1 -1
  22. package/esm2015/lib/modules/shared/sky-lists-resources.module.js.map +1 -1
  23. package/esm2015/lib/modules/sort/sort-item.component.js.map +1 -1
  24. package/esm2015/lib/modules/sort/sort.component.js +1 -1
  25. package/esm2015/lib/modules/sort/sort.component.js.map +1 -1
  26. package/esm2015/lib/modules/sort/sort.module.js.map +1 -1
  27. package/esm2015/testing/filter/filter-fixture-button.js.map +1 -1
  28. package/esm2015/testing/filter/filter-fixture-summary.js.map +1 -1
  29. package/esm2015/testing/filter/filter-testing.module.js.map +1 -1
  30. package/esm2015/testing/infinite-scroll/infinite-scroll-fixture.js.map +1 -1
  31. package/esm2015/testing/infinite-scroll/infinite-scroll-testing.module.js.map +1 -1
  32. package/esm2015/testing/paging/paging-fixture.js.map +1 -1
  33. package/esm2015/testing/paging/paging-testing.module.js.map +1 -1
  34. package/esm2015/testing/sort/sort-fixture.js.map +1 -1
  35. package/esm2015/testing/sort/sort-testing.module.js.map +1 -1
  36. package/fesm2015/skyux-lists-testing.js.map +1 -1
  37. package/fesm2015/skyux-lists.js +73 -73
  38. package/fesm2015/skyux-lists.js.map +1 -1
  39. package/lib/modules/repeater/repeater.component.d.ts +1 -1
  40. package/lib/modules/sort/sort.component.d.ts +1 -1
  41. package/package.json +20 -19
package/package.json CHANGED
@@ -1,24 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/lists",
3
- "version": "5.5.0",
4
- "peerDependencies": {
5
- "@angular/common": "^12.2.16",
6
- "@angular/core": "^12.2.16",
7
- "@angular/platform-browser": "^12.2.16",
8
- "@skyux/animations": "5.5.0",
9
- "@skyux/core": "5.5.0",
10
- "@skyux/forms": "5.5.0",
11
- "@skyux/i18n": "5.5.0",
12
- "@skyux/indicators": "5.5.0",
13
- "@skyux/inline-form": "5.5.0",
14
- "@skyux/popovers": "5.5.0",
15
- "@skyux/theme": "5.5.0"
16
- },
17
- "dependencies": {
18
- "dragula": "3.7.3",
19
- "ng2-dragula": "1.5.0",
20
- "tslib": "^2.3.1"
21
- },
3
+ "version": "5.6.2",
22
4
  "author": "Blackbaud, Inc.",
23
5
  "keywords": [
24
6
  "blackbaud",
@@ -33,6 +15,25 @@
33
15
  "url": "https://github.com/blackbaud/skyux/issues"
34
16
  },
35
17
  "homepage": "https://github.com/blackbaud/skyux#readme",
18
+ "peerDependencies": {
19
+ "@angular/common": "^12.2.16",
20
+ "@angular/core": "^12.2.16",
21
+ "@angular/platform-browser": "^12.2.16",
22
+ "@skyux-sdk/testing": "5.6.2",
23
+ "@skyux/animations": "5.6.2",
24
+ "@skyux/core": "5.6.2",
25
+ "@skyux/forms": "5.6.2",
26
+ "@skyux/i18n": "5.6.2",
27
+ "@skyux/indicators": "5.6.2",
28
+ "@skyux/inline-form": "5.6.2",
29
+ "@skyux/popovers": "5.6.2",
30
+ "@skyux/theme": "5.6.2"
31
+ },
32
+ "dependencies": {
33
+ "dragula": "3.7.3",
34
+ "ng2-dragula": "1.5.0",
35
+ "tslib": "^2.3.1"
36
+ },
36
37
  "main": "bundles/skyux-lists.umd.js",
37
38
  "module": "fesm2015/skyux-lists.js",
38
39
  "es2015": "fesm2015/skyux-lists.js",