ps-toolkit-ui 1.17.4 → 1.17.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.
@@ -2816,6 +2816,7 @@
2816
2816
  }());
2817
2817
  var DayClass = /** @class */ (function () {
2818
2818
  function DayClass(day, today, selected, active) {
2819
+ this.class = null;
2819
2820
  this.day = day;
2820
2821
  this.today = today;
2821
2822
  this.selected = selected;
@@ -9478,13 +9479,13 @@
9478
9479
  });
9479
9480
  }
9480
9481
  }
9481
- if (_this.onLoad) {
9482
- _this.onLoad(null);
9483
- }
9484
9482
  if (changeRows) {
9485
9483
  changeRows.emit(data);
9486
9484
  }
9487
9485
  _this.form.clear(_this.insertAccess != null);
9486
+ if (_this.onLoad) {
9487
+ _this.onLoad(null);
9488
+ }
9488
9489
  } : null);
9489
9490
  if (this.hasChildren) {
9490
9491
  var level = new InputClass(this.environment, this.l, 'Level', null, exports.InputType.Hidden);