@ifsworld/granite-components 13.2.3 → 13.2.4
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.
|
@@ -7,6 +7,7 @@ import { GraniteCustomProfileDirective } from './custom-profile.directive';
|
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class GraniteContactsComponent extends ContactsTriggerDataComponent implements OnChanges, AfterContentChecked {
|
|
9
9
|
contacts: Contact[];
|
|
10
|
+
contactsClass: string;
|
|
10
11
|
profile: Profile | unknown;
|
|
11
12
|
profileClass: string;
|
|
12
13
|
defaultShow: boolean;
|
|
@@ -20,5 +21,5 @@ export declare class GraniteContactsComponent extends ContactsTriggerDataCompone
|
|
|
20
21
|
private setProperCustomStatusTemplates;
|
|
21
22
|
private applyTemplates;
|
|
22
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<GraniteContactsComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GraniteContactsComponent, "granite-contacts", ["graniteContacts"], { "contacts": { "alias": "contacts"; "required": false; }; "profile": { "alias": "profile"; "required": false; }; "profileClass": { "alias": "profileClass"; "required": false; }; "defaultShow": { "alias": "defaultShow"; "required": false; }; }, { "selectedContact": "selectedContact"; }, ["customProfileDirective", "_customStatuses"], never, false, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GraniteContactsComponent, "granite-contacts", ["graniteContacts"], { "contacts": { "alias": "contacts"; "required": false; }; "contactsClass": { "alias": "contactsClass"; "required": false; }; "profile": { "alias": "profile"; "required": false; }; "profileClass": { "alias": "profileClass"; "required": false; }; "defaultShow": { "alias": "defaultShow"; "required": false; }; }, { "selectedContact": "selectedContact"; }, ["customProfileDirective", "_customStatuses"], never, false, never>;
|
|
24
25
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ifsworld/granite-components",
|
|
3
|
-
"version": "13.2.
|
|
3
|
+
"version": "13.2.4",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/cdk": ">=17.3.4",
|
|
@@ -35,17 +35,17 @@
|
|
|
35
35
|
"esm": "./esm2022/date-picker/ifsworld-granite-components-date-picker.mjs",
|
|
36
36
|
"default": "./fesm2022/ifsworld-granite-components-date-picker.mjs"
|
|
37
37
|
},
|
|
38
|
-
"./tooltip": {
|
|
39
|
-
"types": "./tooltip/index.d.ts",
|
|
40
|
-
"esm2022": "./esm2022/tooltip/ifsworld-granite-components-tooltip.mjs",
|
|
41
|
-
"esm": "./esm2022/tooltip/ifsworld-granite-components-tooltip.mjs",
|
|
42
|
-
"default": "./fesm2022/ifsworld-granite-components-tooltip.mjs"
|
|
43
|
-
},
|
|
44
38
|
"./table": {
|
|
45
39
|
"types": "./table/index.d.ts",
|
|
46
40
|
"esm2022": "./esm2022/table/ifsworld-granite-components-table.mjs",
|
|
47
41
|
"esm": "./esm2022/table/ifsworld-granite-components-table.mjs",
|
|
48
42
|
"default": "./fesm2022/ifsworld-granite-components-table.mjs"
|
|
43
|
+
},
|
|
44
|
+
"./tooltip": {
|
|
45
|
+
"types": "./tooltip/index.d.ts",
|
|
46
|
+
"esm2022": "./esm2022/tooltip/ifsworld-granite-components-tooltip.mjs",
|
|
47
|
+
"esm": "./esm2022/tooltip/ifsworld-granite-components-tooltip.mjs",
|
|
48
|
+
"default": "./fesm2022/ifsworld-granite-components-tooltip.mjs"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
"sideEffects": false
|