@alfresco/adf-core 8.1.0-15991325710 → 8.1.0-15993930410

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.
@@ -25,6 +25,8 @@ export declare class CommentsComponent implements OnChanges {
25
25
  readOnly: boolean;
26
26
  /** Emitted when an error occurs while displaying/adding a comment. */
27
27
  error: EventEmitter<any>;
28
+ /** Emits when a new comment is added */
29
+ commentAdded: EventEmitter<CommentModel>;
28
30
  comments: CommentModel[];
29
31
  beingAdded: boolean;
30
32
  private commentsService;
@@ -42,5 +44,5 @@ export declare class CommentsComponent implements OnChanges {
42
44
  private resetComments;
43
45
  private validateEmptyComment;
44
46
  static ɵfac: i0.ɵɵFactoryDeclaration<CommentsComponent, never>;
45
- static ɵcmp: i0.ɵɵComponentDeclaration<CommentsComponent, "adf-comments", never, { "id": { "alias": "id"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; }, { "error": "error"; }, never, never, true, never>;
47
+ static ɵcmp: i0.ɵɵComponentDeclaration<CommentsComponent, "adf-comments", never, { "id": { "alias": "id"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; }, { "error": "error"; "commentAdded": "commentAdded"; }, never, never, true, never>;
46
48
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@alfresco/adf-core",
3
3
  "description": "Alfresco ADF core",
4
- "version": "8.1.0-15991325710",
4
+ "version": "8.1.0-15993930410",
5
5
  "author": "Hyland Software, Inc. and its affiliates",
6
6
  "repository": {
7
7
  "type": "git",
@@ -75,8 +75,8 @@
75
75
  "@angular/router": ">=16.0.0",
76
76
  "@mat-datetimepicker/core": ">=12.0.1",
77
77
  "@ngx-translate/core": ">=16.0.0",
78
- "@alfresco/js-api": ">=9.1.0-15991325710",
79
- "@alfresco/adf-extensions": ">=8.1.0-15991325710",
78
+ "@alfresco/js-api": ">=9.1.0-15993930410",
79
+ "@alfresco/adf-extensions": ">=8.1.0-15993930410",
80
80
  "minimatch": ">=10.0.0",
81
81
  "pdfjs-dist": ">=3.3.122",
82
82
  "ts-morph": ">=20.0.0"