@ngx-smz/core 19.4.1 → 19.4.2

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.
@@ -48,7 +48,8 @@ export declare class FormGroupComponent implements OnInit, AfterViewInit, OnChan
48
48
  ngAfterViewInit(): void;
49
49
  private checkCustomFunctions;
50
50
  private fixRadioBug;
51
- onEnter(): void;
51
+ onEnter(event: any): void;
52
+ onSubmit(event: any): void;
52
53
  ngOnDestroy(): void;
53
54
  static ɵfac: i0.ɵɵFactoryDeclaration<FormGroupComponent, never>;
54
55
  static ɵcmp: i0.ɵɵComponentDeclaration<FormGroupComponent, "smz-form-group", never, { "config": { "alias": "config"; "required": false; }; }, { "statusChanges": "statusChanges"; "changed": "changed"; "onChange": "onChange"; "submit": "submit"; }, never, never, false, never>;
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@ngx-smz/core",
3
- "version": "19.4.1",
3
+ "version": "19.4.2",
4
4
  "peerDependencies": {
5
- "@angular/common": ">=19.2.0 <21.0.0",
6
- "@angular/core": ">=19.2.0 <21.0.0",
7
- "@angular/forms": ">=19.2.0 <21.0.0",
8
- "@angular/platform-browser": ">=19.2.0 <21.0.0",
9
- "@angular/router": ">=19.2.0 <21.0.0"
5
+ "@angular/common": ">=17.0.0 <21.0.0",
6
+ "@angular/core": ">=17.0.0 <21.0.0",
7
+ "@angular/forms": ">=17.0.0 <21.0.0",
8
+ "@angular/platform-browser": ">=17.0.0 <21.0.0",
9
+ "@angular/router": ">=17.0.0 <21.0.0"
10
10
  },
11
11
  "dependencies": {
12
12
  "tslib": "^2.3.0"