@messaia/cdk-cms 20.0.9 → 20.1.1

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
@@ -271,7 +271,7 @@ declare class ContentFormComponent extends GenericReactiveFormComponent<Content,
271
271
  /**
272
272
  * Gets the aliases control
273
273
  */
274
- get aliasesControl(): _angular_forms.AbstractControl<any, any>;
274
+ get aliasesControl(): _angular_forms.AbstractControl<any, any, any>;
275
275
  /**
276
276
  * A ref to form html element
277
277
  */
@@ -592,7 +592,7 @@ declare class TemplateFormComponent extends GenericReactiveFormComponent<Templat
592
592
  /**
593
593
  * Retrieves the attachments form control.
594
594
  */
595
- get attachmentsControl(): _angular_forms.AbstractControl<any, any>;
595
+ get attachmentsControl(): _angular_forms.AbstractControl<any, any, any>;
596
596
  /**
597
597
  * Configuration options for the HTML editor.
598
598
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@messaia/cdk-cms",
3
- "version": "20.0.9",
3
+ "version": "20.1.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0"