@alfresco/adf-content-services 8.1.0-15991166790 → 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.
|
@@ -1,9 +1,29 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
|
|
4
|
+
*
|
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
* you may not use this file except in compliance with the License.
|
|
7
|
+
* You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
+
* See the License for the specific language governing permissions and
|
|
15
|
+
* limitations under the License.
|
|
16
|
+
*/
|
|
17
|
+
import { EventEmitter } from '@angular/core';
|
|
18
|
+
import { CommentModel } from '@alfresco/adf-core';
|
|
1
19
|
import * as i0 from "@angular/core";
|
|
2
20
|
export declare class NodeCommentsComponent {
|
|
3
21
|
/** nodeId of the document that has comments */
|
|
4
22
|
nodeId: string;
|
|
5
23
|
/** make the comments component readOnly */
|
|
6
24
|
readOnly: boolean;
|
|
25
|
+
/** Emits when a new comment is added */
|
|
26
|
+
commentAdded: EventEmitter<CommentModel>;
|
|
7
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<NodeCommentsComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NodeCommentsComponent, "adf-node-comments", never, { "nodeId": { "alias": "nodeId"; "required": true; }; "readOnly": { "alias": "readOnly"; "required": false; }; }, {}, never, never, true, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NodeCommentsComponent, "adf-node-comments", never, { "nodeId": { "alias": "nodeId"; "required": true; }; "readOnly": { "alias": "readOnly"; "required": false; }; }, { "commentAdded": "commentAdded"; }, never, never, true, never>;
|
|
9
29
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfresco/adf-content-services",
|
|
3
3
|
"description": "Alfresco ADF content services",
|
|
4
|
-
"version": "8.1.0-
|
|
4
|
+
"version": "8.1.0-15993930410",
|
|
5
5
|
"author": "Hyland Software, Inc. and its affiliates",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"@angular/platform-browser": ">=14.1.3",
|
|
22
22
|
"@angular/platform-browser-dynamic": ">=14.1.3",
|
|
23
23
|
"@angular/router": ">=14.1.3",
|
|
24
|
-
"@alfresco/js-api": ">=9.1.0-
|
|
24
|
+
"@alfresco/js-api": ">=9.1.0-15993930410",
|
|
25
25
|
"@ngx-translate/core": ">=16.0.0",
|
|
26
|
-
"@alfresco/adf-core": ">=8.1.0-
|
|
26
|
+
"@alfresco/adf-core": ">=8.1.0-15993930410"
|
|
27
27
|
},
|
|
28
28
|
"keywords": [
|
|
29
29
|
"content-services",
|