@kuzntsv/uikit 0.21.29 → 0.21.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/types/kuzntsv-uikit.d.ts
CHANGED
|
@@ -232,7 +232,8 @@ interface IColumnOptions<T> {
|
|
|
232
232
|
* 'checkbox' - чекбокс |
|
|
233
233
|
* 'icon' - иконка |
|
|
234
234
|
* 'icons' - иконка по значению (отображаются из свойства icons по индексу) |
|
|
235
|
-
* 'actions' - действия
|
|
235
|
+
* 'actions' - действия |
|
|
236
|
+
* 'image' - изображение
|
|
236
237
|
* }. * */
|
|
237
238
|
format?: string;
|
|
238
239
|
/** Отключить сортировку по заголовку. */
|
|
@@ -253,6 +254,7 @@ interface IColumnOptions<T> {
|
|
|
253
254
|
tooltips?: string[];
|
|
254
255
|
classList?: string[];
|
|
255
256
|
actions?: IColumnActionOptions<T>[];
|
|
257
|
+
imageUrl?: string;
|
|
256
258
|
}
|
|
257
259
|
|
|
258
260
|
/** Настройки пункта меню. */
|