eservices-core
Advanced tools
Comparing version 1.3.221 to 1.3.222
@@ -10,3 +10,3 @@ import { IExtendedMetadata } from '../../backend/src/types/metadata-type'; | ||
applicationName: 'BAP' | 'SCP'; | ||
arrayListCellHandlers: IListCellHandler[]; | ||
arrayListCellHandlers: IListCellHandler<any>[]; | ||
/** | ||
@@ -27,3 +27,3 @@ * @description Обработчик для дополнительной обработки параметров поля в widget-filed, которые будут замещать | ||
*/ | ||
listCellHandler?: IListCellHandler; | ||
listCellHandler?: IListCellHandler<any>; | ||
/** | ||
@@ -71,3 +71,3 @@ * @description Функция обработчик для ячейки конфигурации. При помощи неё можно изменить(добавить новые | ||
} | ||
export declare type IListCellHandler = (cell: Partial<IListCell>, rowValues: unknown, outputCellData: IOutputCellData) => any; | ||
export declare type IListCellHandler<T extends Partial<IListCell>> = (cell: T, rowValues: unknown, outputCellData: IOutputCellData) => any; | ||
export declare const configuration: Partial<ConfigurationInterface>; | ||
@@ -74,0 +74,0 @@ export declare function config(v: Partial<ConfigurationInterface>): void; |
{ | ||
"name": "eservices-core", | ||
"version": "1.3.221", | ||
"version": "1.3.222", | ||
"description": "Core library", | ||
@@ -5,0 +5,0 @@ "author": "", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
545539