fantasy-ngzorro 1.0.45 → 1.0.46

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.
@@ -2436,6 +2436,14 @@
2436
2436
  totalOption: [{ type: core.Input }],
2437
2437
  columnsNumber: [{ type: core.Input }]
2438
2438
  };
2439
+ __decorate([
2440
+ ngZorroAntd.InputBoolean(),
2441
+ __metadata("design:type", Boolean)
2442
+ ], HdFormLinesComponent.prototype, "tableLoading", void 0);
2443
+ __decorate([
2444
+ ngZorroAntd.InputBoolean(),
2445
+ __metadata("design:type", Boolean)
2446
+ ], HdFormLinesComponent.prototype, "showSearch", void 0);
2439
2447
  __decorate([
2440
2448
  ngZorroAntd.InputBoolean(),
2441
2449
  __metadata("design:type", Boolean)