ps-toolkit-ui 0.3.0 → 1.3.6

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.
@@ -2635,6 +2635,7 @@
2635
2635
  var inp = new InputClass(this_1.table.environment, this_1.table.l, null, null, exports.InputType.Check, 'h-25 without-border m-h-5 d-ib va-m f-u', this_1.row.Data[option.Action] === true);
2636
2636
  inp.row = this_1.row;
2637
2637
  inp.onChange = function () {
2638
+ console.log(inp.data(), 'onChangeonChangeonChange');
2638
2639
  _this.row.Data[option.Action] = !inp.data();
2639
2640
  var p = new PermissionClass();
2640
2641
  p.RelatedId = _this.table.permissions.RelatedId;
@@ -3515,9 +3516,7 @@
3515
3516
  }
3516
3517
  FormCheckboxComponent.prototype.ngOnInit = function () {
3517
3518
  var _this = this;
3518
- if (this.inp.value === true) {
3519
- this.setValue(this.inp.value);
3520
- }
3519
+ console.log(this.inp.value, 'ngOnInitngOnInitngOnInit');
3521
3520
  this.inp.clear = function () {
3522
3521
  _this.inp.error = null;
3523
3522
  _this.setValue(_this.inp.default);
@@ -3546,6 +3545,7 @@
3546
3545
  };
3547
3546
  FormCheckboxComponent.prototype.onClick = function () {
3548
3547
  this.setValue(!this.inp.value);
3548
+ console.log(this.inp.value, 'onClickonClickonClick');
3549
3549
  this.onChange();
3550
3550
  };
3551
3551
  FormCheckboxComponent.prototype.setValue = function (v) {