Comparing version 1.1.22 to 1.1.23
{ | ||
"name": "radweb", | ||
"version": "1.1.22", | ||
"version": "1.1.23", | ||
"description": "radweb", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -102,3 +102,3 @@ "use strict"; | ||
if (_this.settings.setCurrentRow && _this.settings.settings.confirmDelete) { | ||
_this.settings.settings.confirmDelete(function () { return _this.catchErrors(r.delete(), r); }); | ||
_this.settings.settings.confirmDelete(r, function () { return _this.catchErrors(r.delete(), r); }); | ||
} | ||
@@ -105,0 +105,0 @@ else |
@@ -105,3 +105,3 @@ import { DataColumnSettings, FilterBase, ColumnValueProvider, FindOptionsPerEntity, RowEvents, DataProvider, DataProviderFactory, FilterConsumer, ColumnStorage, EntitySourceFindOptions } from './dataInterfaces1'; | ||
hideDataArea?: boolean; | ||
confirmDelete?: (yes: () => void) => void; | ||
confirmDelete?: (r: rowType, yes: () => void) => void; | ||
columnSettings?: (row: rowType) => ColumnSetting<rowType>[]; | ||
@@ -108,0 +108,0 @@ areas?: { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
622333