@stemy/ngx-dynamic-form 13.1.16 → 13.1.17

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.
@@ -1,5 +1,5 @@
1
1
  import { AfterViewInit, ChangeDetectorRef, EventEmitter, OnChanges, QueryList, SimpleChanges } from "@angular/core";
2
- import { FormArray, FormGroup, NgForm } from "@angular/forms";
2
+ import { FormArray, FormGroup } from "@angular/forms";
3
3
  import { Subscription } from "rxjs";
4
4
  import { DynamicFormComponent, DynamicFormComponentService, DynamicFormControlEvent, DynamicFormControlModel, DynamicFormLayout, DynamicFormModel, DynamicTemplateDirective } from "@ng-dynamic-forms/core";
5
5
  import { EventsService } from "@stemy/ngx-utils";
@@ -25,10 +25,10 @@ export declare class DynamicBaseFormComponent extends DynamicFormComponent imple
25
25
  readonly onStatusChange: EventEmitter<IDynamicForm>;
26
26
  readonly onSubmit: EventEmitter<IDynamicForm>;
27
27
  readonly onDetectChanges: EventEmitter<IDynamicForm>;
28
- protected ngForm: NgForm;
29
28
  protected subscription: Subscription;
30
29
  protected groupSubscription: Subscription;
31
30
  constructor(formService: DynamicFormService, events: EventsService, changeDetectorRef: ChangeDetectorRef, componentService: DynamicFormComponentService);
31
+ submit(): void;
32
32
  ngOnChanges(changes: SimpleChanges): void;
33
33
  ngAfterViewInit(): void;
34
34
  ngOnDestroy(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stemy/ngx-dynamic-form",
3
- "version": "13.1.16",
3
+ "version": "13.1.17",
4
4
  "license": "MIT",
5
5
  "public": true,
6
6
  "repository": "https://github.com/stemyke/ngx-dynamic-form.git",