Showing 671 of 671 total issues
Avoid too many return
statements within this function. Open
Open
return {
type: CellType.Number,
data: cellValue as number,
displayData: field.cellValue2String(cellValue),
contentAlign: 'left',
Avoid too many return
statements within this function. Open
Open
return {
...baseCellProps,
type: CellType.Image,
data,
displayData,
Avoid too many return
statements within this function. Open
Open
return CellValueType.String;
Avoid too many return
statements within this function. Open
Open
return filter;
Avoid too many return
statements within this function. Open
Open
return new TypedValue(field.cellValue2String(typedValue.value), CellValueType.String);
Avoid too many return
statements within this function. Open
Open
return this.originQueryBuilder.select(column).groupBy(groupByColumn);
Avoid too many return
statements within this function. Open
Open
return JSON.stringify(value);
Avoid too many return
statements within this function. Open
Open
return baseField;
Avoid too many return
statements within this function. Open
Open
return this.defaultTzFormat(value);
Avoid too many return
statements within this function. Open
Open
return typedValue;
Avoid too many return
statements within this function. Open
Open
return this.originQueryBuilder.select(dbFieldName).groupBy(groupByColumn);
Avoid too many return
statements within this function. Open
Open
return session;
Avoid too many return
statements within this function. Open
Open
return typedValue;
Avoid too many return
statements within this function. Open
Open
return formatValue.toISOString();
Avoid too many return
statements within this function. Open
Open
return this.originQueryBuilder.select(column).groupBy(dbFieldName);
Avoid too many return
statements within this function. Open
Open
return this.string(field);
Avoid too many return
statements within this function. Open
Open
return this.basalConvert(tableId, newField, oldField);
Avoid too many return
statements within this function. Open
Open
return { type: CellValueType.String };
Avoid too many return
statements within this function. Open
Open
return this.originQueryBuilder.select(column).groupBy(dbFieldName);
Avoid too many return
statements within this function. Open
Open
return dependencies[0].fields[fieldId] ?? null;