taxtank-core 2.0.84 → 2.0.85

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/index.d.ts CHANGED
@@ -10596,8 +10596,7 @@ declare class TransactionBaseFilter {
10596
10596
  tankType: TankTypeEnum;
10597
10597
  business: SoleBusiness;
10598
10598
  properties: Property$1[];
10599
- dateFrom: Date;
10600
- dateTo: Date;
10599
+ dateRange: Date[];
10601
10600
  chartAccounts: string;
10602
10601
  }
10603
10602
 
@@ -10605,8 +10604,7 @@ interface ITransactionBaseFilterControls extends ControlsInterface {
10605
10604
  tankType: FormControl<TankTypeEnum>;
10606
10605
  business: FormControl<SoleBusiness>;
10607
10606
  properties: FormControl<Property$1[]>;
10608
- dateFrom: FormControl<Date>;
10609
- dateTo: FormControl<Date>;
10607
+ dateRange: FormControl<Date[]>;
10610
10608
  chartAccounts: FormControl<string>;
10611
10609
  }
10612
10610
  declare class TransactionBaseFilterForm extends FormGroup<ITransactionBaseFilterControls> implements IEventListener {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "2.0.84",
3
+ "version": "2.0.85",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.1.3",