@muraai/mnl-form 0.0.1-alpha-766df40 → 0.0.1-alpha-70e67fe

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@muraai/mnl-form",
3
- "version": "0.0.1-alpha-766df40",
3
+ "version": "0.0.1-alpha-70e67fe",
4
4
  "type": "module",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^21.0.4",
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { OnInit, EventEmitter, OnChanges, AfterViewInit, ChangeDetectorRef, SimpleChanges } from '@angular/core';
2
+ import { OnInit, OnChanges, EventEmitter, SimpleChanges, AfterViewInit, ChangeDetectorRef } from '@angular/core';
3
3
  import { NativeDateAdapter, DateAdapter } from '@angular/material/core';
4
4
  import { FormGroup, FormControl } from '@angular/forms';
5
5
  import { FormlyFieldConfig, FormlyFormOptions, FieldTypeConfig } from '@ngx-formly/core';
@@ -74,7 +74,7 @@ declare class ScoringService {
74
74
  static ɵprov: i0.ɵɵInjectableDeclaration<ScoringService>;
75
75
  }
76
76
 
77
- declare class MnlFormComponent implements OnInit {
77
+ declare class MnlFormComponent implements OnInit, OnChanges {
78
78
  private translateService;
79
79
  private scoring;
80
80
  readonly: boolean;
@@ -93,7 +93,9 @@ declare class MnlFormComponent implements OnInit {
93
93
  formPrepared: boolean;
94
94
  totalTabs: number;
95
95
  constructor(translateService: TranslateService, scoring: ScoringService);
96
+ ngOnChanges(changes: SimpleChanges): void;
96
97
  ngOnInit(): void;
98
+ private initForm;
97
99
  onModelChange(model: any): void;
98
100
  onHelperModelChange(helperModel: any): void;
99
101
  setAutocompleteSingleOptionByDefault(fields: any): void;