@skyux/lists 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.
- package/bundles/skyux-lists.umd.js +551 -551
- package/documentation.json +74 -74
- package/esm2015/lib/modules/filter/filter-button.component.js.map +1 -1
- package/esm2015/lib/modules/filter/filter.module.js +1 -1
- package/esm2015/lib/modules/filter/filter.module.js.map +1 -1
- package/esm2015/lib/modules/infinite-scroll/infinite-scroll-dom-adapter.service.js +1 -1
- package/esm2015/lib/modules/infinite-scroll/infinite-scroll-dom-adapter.service.js.map +1 -1
- package/esm2015/lib/modules/infinite-scroll/infinite-scroll.component.js.map +1 -1
- package/esm2015/lib/modules/infinite-scroll/infinite-scroll.module.js.map +1 -1
- package/esm2015/lib/modules/paging/paging.component.js +4 -4
- package/esm2015/lib/modules/paging/paging.component.js.map +1 -1
- package/esm2015/lib/modules/paging/paging.module.js.map +1 -1
- package/esm2015/lib/modules/repeater/repeater-adapter.service.js +1 -1
- package/esm2015/lib/modules/repeater/repeater-adapter.service.js.map +1 -1
- package/esm2015/lib/modules/repeater/repeater-item.component.js +1 -1
- package/esm2015/lib/modules/repeater/repeater-item.component.js.map +1 -1
- package/esm2015/lib/modules/repeater/repeater.component.js +5 -5
- package/esm2015/lib/modules/repeater/repeater.component.js.map +1 -1
- package/esm2015/lib/modules/repeater/repeater.module.js +3 -3
- package/esm2015/lib/modules/repeater/repeater.module.js.map +1 -1
- package/esm2015/lib/modules/shared/sky-lists-resources.module.js +1 -1
- package/esm2015/lib/modules/shared/sky-lists-resources.module.js.map +1 -1
- package/esm2015/lib/modules/sort/sort-item.component.js.map +1 -1
- package/esm2015/lib/modules/sort/sort.component.js +1 -1
- package/esm2015/lib/modules/sort/sort.component.js.map +1 -1
- package/esm2015/lib/modules/sort/sort.module.js.map +1 -1
- package/esm2015/testing/filter/filter-fixture-button.js.map +1 -1
- package/esm2015/testing/filter/filter-fixture-summary.js.map +1 -1
- package/esm2015/testing/filter/filter-testing.module.js.map +1 -1
- package/esm2015/testing/infinite-scroll/infinite-scroll-fixture.js.map +1 -1
- package/esm2015/testing/infinite-scroll/infinite-scroll-testing.module.js.map +1 -1
- package/esm2015/testing/paging/paging-fixture.js.map +1 -1
- package/esm2015/testing/paging/paging-testing.module.js.map +1 -1
- package/esm2015/testing/sort/sort-fixture.js.map +1 -1
- package/esm2015/testing/sort/sort-testing.module.js.map +1 -1
- package/fesm2015/skyux-lists-testing.js.map +1 -1
- package/fesm2015/skyux-lists.js +73 -73
- package/fesm2015/skyux-lists.js.map +1 -1
- package/lib/modules/repeater/repeater.component.d.ts +1 -1
- package/lib/modules/sort/sort.component.d.ts +1 -1
- package/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/lists",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.6.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^12.2.16",
|
|
6
6
|
"@angular/core": "^12.2.16",
|
|
7
7
|
"@angular/platform-browser": "^12.2.16",
|
|
8
|
-
"@skyux/animations": "5.
|
|
9
|
-
"@skyux/core": "5.
|
|
10
|
-
"@skyux/forms": "5.
|
|
11
|
-
"@skyux/i18n": "5.
|
|
12
|
-
"@skyux/indicators": "5.
|
|
13
|
-
"@skyux/inline-form": "5.
|
|
14
|
-
"@skyux/popovers": "5.
|
|
15
|
-
"@skyux/theme": "5.
|
|
8
|
+
"@skyux/animations": "5.6.0",
|
|
9
|
+
"@skyux/core": "5.6.0",
|
|
10
|
+
"@skyux/forms": "5.6.0",
|
|
11
|
+
"@skyux/i18n": "5.6.0",
|
|
12
|
+
"@skyux/indicators": "5.6.0",
|
|
13
|
+
"@skyux/inline-form": "5.6.0",
|
|
14
|
+
"@skyux/popovers": "5.6.0",
|
|
15
|
+
"@skyux/theme": "5.6.0"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"dragula": "3.7.3",
|