taxtank-core 0.28.92 → 0.28.93
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/taxtank-core.umd.js +3 -1
- package/bundles/taxtank-core.umd.js.map +1 -1
- package/esm2015/lib/models/property/property-forecast.js +5 -1
- package/fesm2015/taxtank-core.js +4 -0
- package/fesm2015/taxtank-core.js.map +1 -1
- package/lib/models/property/property-forecast.d.ts +1 -0
- package/package.json +1 -1
|
@@ -5809,7 +5809,9 @@
|
|
|
5809
5809
|
var PropertyForecast = /** @class */ (function (_super) {
|
|
5810
5810
|
__extends(PropertyForecast, _super);
|
|
5811
5811
|
function PropertyForecast() {
|
|
5812
|
-
|
|
5812
|
+
var _this = _super.apply(this, __spreadArray([], __read(arguments))) || this;
|
|
5813
|
+
_this.financialYear = new FinancialYear(new Date()).year;
|
|
5814
|
+
return _this;
|
|
5813
5815
|
}
|
|
5814
5816
|
Object.defineProperty(PropertyForecast.prototype, "cashPosition", {
|
|
5815
5817
|
/**
|