mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
AAE-29442 moving to node 20.18.1 (#10500)
* AAE-0000 - moving to node 20.18.1 * AAE-29442 Adjusted to the new eslint rule
This commit is contained in:
@@ -85,7 +85,6 @@ export class AnalyticsReportListComponent implements OnInit {
|
||||
|
||||
/**
|
||||
* Reload the component
|
||||
*
|
||||
* @param reportId report id
|
||||
*/
|
||||
reload(reportId?: number) {
|
||||
@@ -95,7 +94,6 @@ export class AnalyticsReportListComponent implements OnInit {
|
||||
|
||||
/**
|
||||
* Get the report list
|
||||
*
|
||||
* @param appId application id
|
||||
* @param reportId report id
|
||||
*/
|
||||
@@ -139,7 +137,6 @@ export class AnalyticsReportListComponent implements OnInit {
|
||||
|
||||
/**
|
||||
* Check if the report list is empty
|
||||
*
|
||||
* @returns `true` if report list is empty, otherwise `false`
|
||||
*/
|
||||
isReportsEmpty(): boolean {
|
||||
@@ -148,7 +145,6 @@ export class AnalyticsReportListComponent implements OnInit {
|
||||
|
||||
/**
|
||||
* Select the current report
|
||||
*
|
||||
* @param report report model
|
||||
*/
|
||||
selectReport(report: ReportParametersModel) {
|
||||
|
@@ -50,7 +50,6 @@ export class AnalyticsService {
|
||||
|
||||
/**
|
||||
* Retrieve all the Deployed app
|
||||
*
|
||||
* @param appId application id
|
||||
* @returns list or report parameter models
|
||||
*/
|
||||
@@ -71,7 +70,6 @@ export class AnalyticsService {
|
||||
|
||||
/**
|
||||
* Retrieve Report by name
|
||||
*
|
||||
* @param reportName - The name of report
|
||||
* @returns report model
|
||||
*/
|
||||
|
@@ -98,7 +98,6 @@ export class DiagramTooltipComponent implements AfterViewInit, OnDestroy {
|
||||
|
||||
/**
|
||||
* Calculates the tooltip position and displays it
|
||||
*
|
||||
* @param event mouseenter/touchend event
|
||||
*/
|
||||
private handleMouseEnter(event): void {
|
||||
|
Reference in New Issue
Block a user