ps-toolkit-ui 0.2.82 → 0.2.83
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 -0
- 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 -1
- package/fesm2015/ps-toolkit-ui.js +1 -0
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -2631,6 +2631,7 @@
|
|
|
2631
2631
|
var e_1, _a;
|
|
2632
2632
|
var _this = this;
|
|
2633
2633
|
console.log('getInputs');
|
|
2634
|
+
console.log(this.row.Options.filter(function (x) { return x.Type === exports.PermissionTypeEnum.Option && x.InputAction === exports.PermissionInputActionEnum.Input; }), 'options');
|
|
2634
2635
|
var inps = [];
|
|
2635
2636
|
var _loop_1 = function (option) {
|
|
2636
2637
|
console.log(option, 'option');
|