mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
[AAE-7241] fix eslint warnings for Extensions project (#7491)
* fix eslint warnings for Extensions project * fix production mode compilation
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
|
||||
import { ExtensionElement } from './extension-element';
|
||||
|
||||
// eslint-disable-next-line no-shadow
|
||||
export enum ContentActionType {
|
||||
default = 'default',
|
||||
button = 'button',
|
||||
@@ -36,13 +37,13 @@ export interface ContentActionRef extends ExtensionElement {
|
||||
data?: any;
|
||||
color?: string;
|
||||
actions?: {
|
||||
click?: string;
|
||||
[key: string]: string;
|
||||
click?: string;
|
||||
};
|
||||
rules?: {
|
||||
[key: string]: string;
|
||||
enabled?: string;
|
||||
visible?: string;
|
||||
[key: string]: string;
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user