@skyux/lists 5.0.0 → 5.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/skyux-lists-testing.umd.js +31 -46
- package/bundles/skyux-lists-testing.umd.js.map +1 -1
- package/bundles/skyux-lists.umd.js +283 -310
- package/bundles/skyux-lists.umd.js.map +1 -1
- package/documentation.json +524 -707
- package/esm2015/modules/filter/filter-button.component.js +11 -19
- package/esm2015/modules/filter/filter-inline-item.component.js +5 -5
- package/esm2015/modules/filter/filter-inline.component.js +5 -5
- package/esm2015/modules/filter/filter-summary-item.component.js +6 -6
- package/esm2015/modules/filter/filter-summary.component.js +5 -5
- package/esm2015/modules/filter/filter.module.js +10 -15
- package/esm2015/modules/infinite-scroll/infinite-scroll-dom-adapter.service.js +11 -12
- package/esm2015/modules/infinite-scroll/infinite-scroll.component.js +10 -12
- package/esm2015/modules/infinite-scroll/infinite-scroll.module.js +8 -22
- package/esm2015/modules/paging/paging.component.js +9 -10
- package/esm2015/modules/paging/paging.module.js +9 -13
- package/esm2015/modules/repeater/repeater-adapter.service.js +4 -4
- package/esm2015/modules/repeater/repeater-item-content.component.js +5 -5
- package/esm2015/modules/repeater/repeater-item-context-menu.component.js +5 -5
- package/esm2015/modules/repeater/repeater-item-title.component.js +5 -5
- package/esm2015/modules/repeater/repeater-item.component.js +12 -12
- package/esm2015/modules/repeater/repeater.component.js +24 -26
- package/esm2015/modules/repeater/repeater.module.js +10 -10
- package/esm2015/modules/repeater/repeater.service.js +5 -5
- package/esm2015/modules/shared/sky-lists-resources.module.js +45 -12
- package/esm2015/modules/sort/sort-item.component.js +10 -9
- package/esm2015/modules/sort/sort-menu-heading.component.js +5 -5
- package/esm2015/modules/sort/sort.component.js +14 -29
- package/esm2015/modules/sort/sort.module.js +10 -14
- package/esm2015/modules/sort/sort.service.js +4 -4
- package/esm2015/testing/filter/filter-fixture-button.js +2 -2
- package/esm2015/testing/filter/filter-fixture-summary.js +1 -1
- package/esm2015/testing/filter/filter-testing.module.js +6 -8
- package/esm2015/testing/infinite-scroll/infinite-scroll-fixture.js +1 -1
- package/esm2015/testing/infinite-scroll/infinite-scroll-testing.module.js +6 -8
- package/esm2015/testing/paging/paging-fixture.js +2 -2
- package/esm2015/testing/paging/paging-testing.module.js +6 -8
- package/esm2015/testing/sort/sort-fixture.js +5 -6
- package/esm2015/testing/sort/sort-testing.module.js +7 -13
- package/fesm2015/skyux-lists-testing.js +27 -40
- package/fesm2015/skyux-lists-testing.js.map +1 -1
- package/fesm2015/skyux-lists.js +212 -233
- package/fesm2015/skyux-lists.js.map +1 -1
- package/modules/filter/filter-button.component.d.ts +2 -7
- package/modules/sort/sort.component.d.ts +2 -8
- package/package.json +13 -12
package/package.json
CHANGED
|
@@ -1,22 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/lists",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.4",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^12.2.
|
|
6
|
-
"@angular/core": "^12.2.
|
|
7
|
-
"@angular/platform-browser": "^12.2.
|
|
8
|
-
"@skyux/animations": "^5.0.
|
|
9
|
-
"@skyux/core": "^5.
|
|
10
|
-
"@skyux/forms": "^5.0.
|
|
11
|
-
"@skyux/i18n": "^5.0.
|
|
12
|
-
"@skyux/indicators": "^5.0.
|
|
13
|
-
"@skyux/inline-form": "^5.0.
|
|
14
|
-
"@skyux/popovers": "^5.0.
|
|
5
|
+
"@angular/common": "^12.2.13",
|
|
6
|
+
"@angular/core": "^12.2.13",
|
|
7
|
+
"@angular/platform-browser": "^12.2.13",
|
|
8
|
+
"@skyux/animations": "^5.0.1",
|
|
9
|
+
"@skyux/core": "^5.1.1",
|
|
10
|
+
"@skyux/forms": "^5.0.1",
|
|
11
|
+
"@skyux/i18n": "^5.0.1",
|
|
12
|
+
"@skyux/indicators": "^5.0.2",
|
|
13
|
+
"@skyux/inline-form": "^5.0.1",
|
|
14
|
+
"@skyux/popovers": "^5.0.1",
|
|
15
|
+
"@skyux/theme": "^5.0.4"
|
|
15
16
|
},
|
|
16
17
|
"dependencies": {
|
|
17
18
|
"dragula": "3.7.3",
|
|
18
19
|
"ng2-dragula": "1.5.0",
|
|
19
|
-
"tslib": "^2.3.
|
|
20
|
+
"tslib": "^2.3.1"
|
|
20
21
|
},
|
|
21
22
|
"main": "bundles/skyux-lists.umd.js",
|
|
22
23
|
"module": "fesm2015/skyux-lists.js",
|