@myrtex-org/form 1.1.35 → 1.1.36

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.
@@ -24,6 +24,7 @@ export declare class InputDateComponent extends BaseFieldComponent<InputDateMode
24
24
  _transformOutputValue(): ComponentValueModel | ComponentValueModel[];
25
25
  _initSubscriptionForValue(): void;
26
26
  _customInit(): void;
27
+ _initModel(): void;
27
28
  private _getDaysDifference;
28
29
  private _changeDays;
29
30
  static ɵfac: i0.ɵɵFactoryDeclaration<InputDateComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myrtex-org/form",
3
- "version": "1.1.35",
3
+ "version": "1.1.36",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0"