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.
- package/bundles/ps-toolkit-ui.umd.js +4 -3
- 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/classes/form.class.js +2 -1
- package/esm2015/lib/classes/table.class.js +4 -4
- package/fesm2015/ps-toolkit-ui.js +4 -3
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/lib/classes/form.class.d.ts +1 -0
- package/package.json +1 -1
- package/ps-toolkit-ui.metadata.json +1 -1
|
@@ -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);
|