@skyux/lists 11.2.0 → 11.4.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/documentation.json +495 -495
- package/esm2022/lib/modules/filter/filter-button.component.mjs +3 -3
- package/esm2022/lib/modules/filter/filter-inline-item.component.mjs +3 -3
- package/esm2022/lib/modules/filter/filter-inline.component.mjs +3 -3
- package/esm2022/lib/modules/filter/filter-summary-item.component.mjs +3 -3
- package/esm2022/lib/modules/filter/filter-summary.component.mjs +3 -3
- package/esm2022/lib/modules/filter/filter.module.mjs +4 -4
- package/esm2022/lib/modules/infinite-scroll/infinite-scroll-dom-adapter.service.mjs +3 -3
- package/esm2022/lib/modules/infinite-scroll/infinite-scroll.component.mjs +3 -3
- package/esm2022/lib/modules/infinite-scroll/infinite-scroll.module.mjs +4 -4
- package/esm2022/lib/modules/paging/paging-content.component.mjs +3 -3
- package/esm2022/lib/modules/paging/paging.component.mjs +3 -3
- package/esm2022/lib/modules/paging/paging.module.mjs +4 -4
- package/esm2022/lib/modules/repeater/repeater-adapter.service.mjs +3 -3
- package/esm2022/lib/modules/repeater/repeater-auto-scroll.service.mjs +3 -3
- package/esm2022/lib/modules/repeater/repeater-item-content.component.mjs +3 -3
- package/esm2022/lib/modules/repeater/repeater-item-context-menu.component.mjs +3 -3
- package/esm2022/lib/modules/repeater/repeater-item-title.component.mjs +3 -3
- package/esm2022/lib/modules/repeater/repeater-item.component.mjs +3 -3
- package/esm2022/lib/modules/repeater/repeater.component.mjs +3 -3
- package/esm2022/lib/modules/repeater/repeater.module.mjs +4 -4
- package/esm2022/lib/modules/repeater/repeater.service.mjs +3 -3
- package/esm2022/lib/modules/shared/sky-lists-resources.module.mjs +4 -4
- package/esm2022/lib/modules/sort/sort-item.component.mjs +3 -3
- package/esm2022/lib/modules/sort/sort-menu-heading.component.mjs +3 -3
- package/esm2022/lib/modules/sort/sort.component.mjs +3 -3
- package/esm2022/lib/modules/sort/sort.module.mjs +4 -4
- package/esm2022/lib/modules/sort/sort.service.mjs +3 -3
- package/esm2022/testing/filter/filter-testing.module.mjs +4 -4
- package/esm2022/testing/infinite-scroll/infinite-scroll-testing.module.mjs +4 -4
- package/esm2022/testing/paging/paging-testing.module.mjs +4 -4
- package/esm2022/testing/sort/sort-testing.module.mjs +4 -4
- package/fesm2022/skyux-lists-testing.mjs +16 -16
- package/fesm2022/skyux-lists.mjs +87 -87
- package/package.json +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/lists",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.4.0",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -36,20 +36,20 @@
|
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"@angular/cdk": "^18.2.
|
|
40
|
-
"@angular/common": "^18.2.
|
|
41
|
-
"@angular/core": "^18.2.
|
|
42
|
-
"@angular/platform-browser": "^18.2.
|
|
43
|
-
"@skyux-sdk/testing": "11.
|
|
44
|
-
"@skyux/animations": "11.
|
|
45
|
-
"@skyux/core": "11.
|
|
46
|
-
"@skyux/forms": "11.
|
|
47
|
-
"@skyux/i18n": "11.
|
|
48
|
-
"@skyux/icon": "11.
|
|
49
|
-
"@skyux/indicators": "11.
|
|
50
|
-
"@skyux/inline-form": "11.
|
|
51
|
-
"@skyux/popovers": "11.
|
|
52
|
-
"@skyux/theme": "11.
|
|
39
|
+
"@angular/cdk": "^18.2.4",
|
|
40
|
+
"@angular/common": "^18.2.5",
|
|
41
|
+
"@angular/core": "^18.2.5",
|
|
42
|
+
"@angular/platform-browser": "^18.2.5",
|
|
43
|
+
"@skyux-sdk/testing": "11.4.0",
|
|
44
|
+
"@skyux/animations": "11.4.0",
|
|
45
|
+
"@skyux/core": "11.4.0",
|
|
46
|
+
"@skyux/forms": "11.4.0",
|
|
47
|
+
"@skyux/i18n": "11.4.0",
|
|
48
|
+
"@skyux/icon": "11.4.0",
|
|
49
|
+
"@skyux/indicators": "11.4.0",
|
|
50
|
+
"@skyux/inline-form": "11.4.0",
|
|
51
|
+
"@skyux/popovers": "11.4.0",
|
|
52
|
+
"@skyux/theme": "11.4.0"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@types/dragula": "2.1.36",
|