@myrtex-org/form 1.0.79 → 1.0.83

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.
@@ -8,11 +8,13 @@ import * as i0 from "@angular/core";
8
8
  export declare class InputDateComponent extends BaseFieldComponent<InputDateModel, InputDateTimeValueWithId> implements OnInit {
9
9
  type: ComponentType;
10
10
  private readonly _millisecondsInDay;
11
+ private _isDateCheckRequired;
11
12
  private _isInit;
12
13
  dateModel: string | string[] | null;
13
14
  modelStart: ComponentValueModel;
14
15
  modelEnd: ComponentValueModel;
15
16
  modelCounter: number;
17
+ get getInvalid(): boolean;
16
18
  get value(): string | string[];
17
19
  get getViewTypeTimepicker(): boolean;
18
20
  updateValue(event: InputDateTimeValueWithId): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myrtex-org/form",
3
- "version": "1.0.79",
3
+ "version": "1.0.83",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0"