ps-toolkit-ui 0.0.123 → 0.0.124
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 -3
- 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 -4
- package/fesm2015/ps-toolkit-ui.js +1 -3
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -2629,12 +2629,10 @@
|
|
|
2629
2629
|
opt.urlNewTab = option.InputAction === exports.PermissionInputActionEnum.LinkNewTab;
|
|
2630
2630
|
}
|
|
2631
2631
|
else if (option.InputAction === exports.PermissionInputActionEnum.Modal) {
|
|
2632
|
-
console.log(this_1.table.modals);
|
|
2633
|
-
console.log(option.Action);
|
|
2634
|
-
console.log(this_1.table.modals.find(function (x) { return x.name === option.Action; }));
|
|
2635
2632
|
opt.modal = this_1.table.modals.find(function (x) { return x.name === option.Action; });
|
|
2636
2633
|
opt.onClick = function (btn) {
|
|
2637
2634
|
var e_2, _a;
|
|
2635
|
+
console.log(btn, 'btn btn btn');
|
|
2638
2636
|
if (opt.modal.table) {
|
|
2639
2637
|
var p = new PermissionClass();
|
|
2640
2638
|
p.RelatedId = btn.row.Id;
|