@alfresco/adf-core 8.4.0-20231887566 → 8.4.0-20233595538
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,8 +1,26 @@
|
|
|
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 { AfterContentInit } from '@angular/core';
|
|
1
18
|
import { ThemePalette } from '@angular/material/core';
|
|
2
19
|
import * as i0 from "@angular/core";
|
|
3
20
|
export declare const DEFAULT_ICON_VALUE = "settings";
|
|
4
|
-
export declare class IconComponent {
|
|
21
|
+
export declare class IconComponent implements AfterContentInit {
|
|
5
22
|
private readonly ALIAS_MAP;
|
|
23
|
+
private readonly elementRef;
|
|
6
24
|
private _value;
|
|
7
25
|
private _isSvg;
|
|
8
26
|
/** Theme color palette for the component. */
|
|
@@ -15,8 +33,10 @@ export declare class IconComponent {
|
|
|
15
33
|
get isSvg(): boolean;
|
|
16
34
|
/** Is icon of svg type */
|
|
17
35
|
set isSvg(isSvg: boolean);
|
|
36
|
+
ngAfterContentInit(): void;
|
|
18
37
|
private hasMappedAlias;
|
|
19
38
|
private isCustom;
|
|
39
|
+
private getTextNode;
|
|
20
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "adf-icon", never, { "color": { "alias": "color"; "required": false; }; "fontSet": { "alias": "fontSet"; "required": false; }; "value": { "alias": "value"; "required": false; }; "isSvg": { "alias": "isSvg"; "required": false; }; }, {}, never,
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "adf-icon", never, { "color": { "alias": "color"; "required": false; }; "fontSet": { "alias": "fontSet"; "required": false; }; "value": { "alias": "value"; "required": false; }; "isSvg": { "alias": "isSvg"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
22
42
|
}
|
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.4.0-
|
|
4
|
+
"version": "8.4.0-20233595538",
|
|
5
5
|
"author": "Hyland Software, Inc. and its affiliates",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"@angular/router": ">=16.0.0",
|
|
64
64
|
"@mat-datetimepicker/core": ">=12.0.1",
|
|
65
65
|
"@ngx-translate/core": ">=16.0.0",
|
|
66
|
-
"@alfresco/js-api": ">=9.4.0-
|
|
67
|
-
"@alfresco/adf-extensions": ">=8.4.0-
|
|
66
|
+
"@alfresco/js-api": ">=9.4.0-20233595538",
|
|
67
|
+
"@alfresco/adf-extensions": ">=8.4.0-20233595538",
|
|
68
68
|
"minimatch": ">=10.0.0",
|
|
69
69
|
"pdfjs-dist": ">=3.3.122"
|
|
70
70
|
},
|