ps-toolkit-ui 1.19.36 → 1.19.38
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/bundles/ps-toolkit-ui.umd.js +1 -1
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/components/table/row/table.row.component.js +2 -2
- package/fesm2015/ps-toolkit-ui.js +1 -1
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -3448,6 +3448,7 @@
|
|
|
3448
3448
|
inp.tooltip = option.Name;
|
|
3449
3449
|
inp.onChange = function () {
|
|
3450
3450
|
_this.row.Data[option.Action] = !inp.data();
|
|
3451
|
+
console.log(_this.table.getOptionUrl(option.Url, _this.table.permissions.RelatedId, _this.row.Data.Id));
|
|
3451
3452
|
new RequestClass(_this.table.environment, _this.table.l).send(_this.table.getOptionUrl(option.Url, _this.table.permissions.RelatedId, _this.row.Data.Id), exports.Method.Post, null, null, function () {
|
|
3452
3453
|
_this.table.load();
|
|
3453
3454
|
}, function () { });
|
|
@@ -3834,7 +3835,6 @@
|
|
|
3834
3835
|
return this.row.Statuses && this.row.Statuses.includes(exports.TableRowStatus.Unread) ? 'unread ' : '';
|
|
3835
3836
|
};
|
|
3836
3837
|
TableRowComponent.prototype.selectRow = function (e) {
|
|
3837
|
-
console.log($__namespace(e.target));
|
|
3838
3838
|
if ($__namespace(e.target).closest('.handle-con').hasClass('handle-con') || $__namespace(e.target).closest('.options-cell').hasClass('options-cell')) {
|
|
3839
3839
|
return;
|
|
3840
3840
|
}
|