@skyux/lists 13.4.0 → 13.5.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/index.d.ts CHANGED
@@ -421,7 +421,7 @@ declare class SkyRepeaterItemComponent implements OnDestroy, OnInit, AfterViewIn
421
421
  */
422
422
  inlineFormConfig: SkyInlineFormConfig | undefined;
423
423
  /**
424
- * Specifies [an Angular `TemplateRef`](https://angular.io/api/core/TemplateRef) to use
424
+ * Specifies [an Angular `TemplateRef`](https://angular.dev/api/core/TemplateRef) to use
425
425
  * as a template to instantiate an inline form within the repeater.
426
426
  */
427
427
  inlineFormTemplate: TemplateRef<unknown> | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/lists",
3
- "version": "13.4.0",
3
+ "version": "13.5.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -20,16 +20,16 @@
20
20
  "@angular/common": "^20.3.0",
21
21
  "@angular/core": "^20.3.0",
22
22
  "@angular/platform-browser": "^20.3.0",
23
- "@skyux-sdk/testing": "13.4.0",
24
- "@skyux/animations": "13.4.0",
25
- "@skyux/core": "13.4.0",
26
- "@skyux/forms": "13.4.0",
27
- "@skyux/i18n": "13.4.0",
28
- "@skyux/icon": "13.4.0",
29
- "@skyux/indicators": "13.4.0",
30
- "@skyux/inline-form": "13.4.0",
31
- "@skyux/popovers": "13.4.0",
32
- "@skyux/theme": "13.4.0"
23
+ "@skyux-sdk/testing": "13.5.0",
24
+ "@skyux/animations": "13.5.0",
25
+ "@skyux/core": "13.5.0",
26
+ "@skyux/forms": "13.5.0",
27
+ "@skyux/i18n": "13.5.0",
28
+ "@skyux/icon": "13.5.0",
29
+ "@skyux/indicators": "13.5.0",
30
+ "@skyux/inline-form": "13.5.0",
31
+ "@skyux/popovers": "13.5.0",
32
+ "@skyux/theme": "13.5.0"
33
33
  },
34
34
  "dependencies": {
35
35
  "@types/dragula": "2.1.36",