ps-toolkit-ui 1.3.20 → 1.3.21
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
|
@@ -2636,6 +2636,7 @@
|
|
|
2636
2636
|
var _loop_1 = function (option) {
|
|
2637
2637
|
var inp = new InputClass(this_1.table.environment, this_1.table.l, null, null, exports.InputType.Check, 'h-25 without-border m-h-5 p-0 w-u', this_1.row.Data[option.Action] === true);
|
|
2638
2638
|
inp.row = this_1.row;
|
|
2639
|
+
inp.tooltip = option.Name;
|
|
2639
2640
|
inp.onChange = function () {
|
|
2640
2641
|
_this.row.Data[option.Action] = !inp.data();
|
|
2641
2642
|
var p = new PermissionClass();
|