chrv-components 1.11.38 → 1.11.39
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
|
@@ -1452,6 +1452,8 @@ declare class ChrContextMenuComponent implements AfterViewInit {
|
|
|
1452
1452
|
click: _angular_core.OutputEmitterRef<any>;
|
|
1453
1453
|
trigger: (item: IContextMenuItem) => void;
|
|
1454
1454
|
ngAfterViewInit(): void;
|
|
1455
|
+
getHoverTextColor(item: any): string;
|
|
1456
|
+
getHoverBgColor(item: any): string;
|
|
1455
1457
|
private position;
|
|
1456
1458
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ChrContextMenuComponent, never>;
|
|
1457
1459
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ChrContextMenuComponent, "chr-context-menu", never, { "items": { "alias": "items"; "required": true; "isSignal": true; }; "origin": { "alias": "origin"; "required": true; "isSignal": true; }; }, { "click": "click"; }, never, never, true, never>;
|
package/package.json
CHANGED
|
Binary file
|