@skyux/lists 6.0.0-beta.6 → 6.0.0-beta.9

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.
@@ -31,7 +31,7 @@ export declare class SkyRepeaterItemComponent implements OnDestroy, OnInit, Afte
31
31
  * Specifies [an Angular `TemplateRef`](https://angular.io/api/core/TemplateRef) to use
32
32
  * as a template to instantiate an inline form within the repeater.
33
33
  */
34
- inlineFormTemplate: TemplateRef<any>;
34
+ inlineFormTemplate: TemplateRef<unknown>;
35
35
  /**
36
36
  * Indicates whether the repeater item is expanded.
37
37
  * @default true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/lists",
3
- "version": "6.0.0-beta.6",
3
+ "version": "6.0.0-beta.9",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -43,15 +43,15 @@
43
43
  "@angular/common": "^13.3.2",
44
44
  "@angular/core": "^13.3.2",
45
45
  "@angular/platform-browser": "^13.3.2",
46
- "@skyux-sdk/testing": "6.0.0-beta.6",
47
- "@skyux/animations": "6.0.0-beta.6",
48
- "@skyux/core": "6.0.0-beta.6",
49
- "@skyux/forms": "6.0.0-beta.6",
50
- "@skyux/i18n": "6.0.0-beta.6",
51
- "@skyux/indicators": "6.0.0-beta.6",
52
- "@skyux/inline-form": "6.0.0-beta.6",
53
- "@skyux/popovers": "6.0.0-beta.6",
54
- "@skyux/theme": "6.0.0-beta.6"
46
+ "@skyux-sdk/testing": "6.0.0-beta.9",
47
+ "@skyux/animations": "6.0.0-beta.9",
48
+ "@skyux/core": "6.0.0-beta.9",
49
+ "@skyux/forms": "6.0.0-beta.9",
50
+ "@skyux/i18n": "6.0.0-beta.9",
51
+ "@skyux/indicators": "6.0.0-beta.9",
52
+ "@skyux/inline-form": "6.0.0-beta.9",
53
+ "@skyux/popovers": "6.0.0-beta.9",
54
+ "@skyux/theme": "6.0.0-beta.9"
55
55
  },
56
56
  "dependencies": {
57
57
  "dragula": "3.7.3",