@3kles/kles-material-dynamicforms 17.3.4 → 17.3.5

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.
@@ -19,7 +19,6 @@ export declare class KlesDynamicFormComponent implements OnInit, OnChanges {
19
19
  ngOnInit(): void;
20
20
  ngOnChanges(changes: SimpleChanges): void;
21
21
  onSubmit(event: Event): void;
22
- reset(): void;
23
22
  private updateForm;
24
23
  private updateControl;
25
24
  private createControl;
@@ -22,10 +22,12 @@ export declare abstract class KlesButtonBase implements OnInit, ControlValueAcce
22
22
  icon: string;
23
23
  iconSvg: string;
24
24
  disabled: boolean;
25
- type: string;
25
+ get type(): any;
26
+ set type(value: any);
26
27
  classButton: string;
27
28
  value: IButton;
28
29
  tooltip?: string;
30
+ protected _type: string;
29
31
  onChange: any;
30
32
  onTouched: any;
31
33
  ngOnInit(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@3kles/kles-material-dynamicforms",
3
- "version": "17.3.4",
3
+ "version": "17.3.5",
4
4
  "peerDependencies": {
5
5
  "@3kles/kles-material-datepicker": "^16.0.0",
6
6
  "@angular/animations": "^17.0.2",