ps-toolkit-ui 0.2.81 → 0.2.82
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 +2 -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 +3 -1
- package/fesm2015/ps-toolkit-ui.js +2 -0
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -2633,6 +2633,7 @@
|
|
|
2633
2633
|
console.log('getInputs');
|
|
2634
2634
|
var inps = [];
|
|
2635
2635
|
var _loop_1 = function (option) {
|
|
2636
|
+
console.log(option, 'option');
|
|
2636
2637
|
var inp = new InputClass(this_1.table.environment, this_1.table.l, option.Name, option.Icon, exports.InputType.Check, 'h-25 m-h-5 d-ib va-m f-u');
|
|
2637
2638
|
inp.row = this_1.row;
|
|
2638
2639
|
inp.onChange = function () {
|
|
@@ -2644,6 +2645,7 @@
|
|
|
2644
2645
|
new RequestClass(_this.table.l).send(p.getUrl(), exports.Method.Post, null, null, function () {
|
|
2645
2646
|
});
|
|
2646
2647
|
};
|
|
2648
|
+
console.log(inp, 'inp');
|
|
2647
2649
|
inps.push(inp);
|
|
2648
2650
|
};
|
|
2649
2651
|
var this_1 = this;
|