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:
Vito Albano
2024-12-18 11:14:52 +00:00
committed by GitHub
parent dd44e492b7
commit 872fb16b62
144 changed files with 5267 additions and 6842 deletions

View File

@@ -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) {

View File

@@ -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
*/

View File

@@ -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 {