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.
@@ -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();