mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix eslint warnigs for core project (#7506)
This commit is contained in:
@@ -33,6 +33,7 @@ export abstract class DynamicComponentMapper {
|
||||
|
||||
/**
|
||||
* Gets the currently active DynamicComponentResolveFunction for a field type.
|
||||
*
|
||||
* @param type The type whose resolver you want
|
||||
* @param defaultValue Default type returned for types that are not yet mapped
|
||||
* @returns Resolver function
|
||||
@@ -46,6 +47,7 @@ export abstract class DynamicComponentMapper {
|
||||
|
||||
/**
|
||||
* Sets or optionally replaces a DynamicComponentResolveFunction for a field type.
|
||||
*
|
||||
* @param type The type whose resolver you want to set
|
||||
* @param resolver The new resolver function
|
||||
* @param override The new resolver will only replace an existing one if this parameter is true
|
||||
@@ -80,6 +82,7 @@ export abstract class DynamicComponentMapper {
|
||||
|
||||
/**
|
||||
* Finds the component type that is needed to render a form field.
|
||||
*
|
||||
* @param model Form field model for the field to render
|
||||
* @param defaultValue Default type returned for field types that are not yet mapped.
|
||||
* @returns Component type
|
||||
|
Reference in New Issue
Block a user