@3kles/kles-material-dynamicforms 1.1.10 → 1.1.13
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/3kles-kles-material-dynamicforms.metadata.json +1 -1
- package/bundles/3kles-kles-material-dynamicforms.umd.js +94 -27
- package/bundles/3kles-kles-material-dynamicforms.umd.js.map +1 -1
- package/bundles/3kles-kles-material-dynamicforms.umd.min.js +2 -2
- package/bundles/3kles-kles-material-dynamicforms.umd.min.js.map +1 -1
- package/esm2015/lib/directive/dynamic-field.directive.js +1 -2
- package/esm2015/lib/fields/array.component.js +4 -4
- package/esm2015/lib/fields/badge.component.js +7 -4
- package/esm2015/lib/fields/button-form.component.js +5 -2
- package/esm2015/lib/fields/button-submit.component.js +4 -1
- package/esm2015/lib/fields/button-toogle-group.component.js +4 -6
- package/esm2015/lib/fields/buttonchecker-form.component.js +6 -3
- package/esm2015/lib/fields/buttonfile-form.component.js +4 -1
- package/esm2015/lib/fields/checkbox.component.js +4 -1
- package/esm2015/lib/fields/chip.component.js +4 -1
- package/esm2015/lib/fields/color.component.js +4 -1
- package/esm2015/lib/fields/date.component.js +4 -1
- package/esm2015/lib/fields/field.abstract.js +11 -2
- package/esm2015/lib/fields/group.component.js +4 -1
- package/esm2015/lib/fields/icon.component.js +4 -1
- package/esm2015/lib/fields/input.clearable.component.js +5 -2
- package/esm2015/lib/fields/input.component.js +4 -1
- package/esm2015/lib/fields/label.component.js +4 -1
- package/esm2015/lib/fields/line-break.component.js +4 -1
- package/esm2015/lib/fields/link.component.js +4 -1
- package/esm2015/lib/fields/list-field.component.js +4 -1
- package/esm2015/lib/fields/radio.component.js +6 -3
- package/esm2015/lib/fields/select.component.js +8 -5
- package/esm2015/lib/fields/select.search.component.js +10 -10
- package/esm2015/lib/fields/selection-list.component.js +4 -1
- package/esm2015/lib/fields/slide-toggle.component.js +6 -3
- package/esm2015/lib/fields/text.component.js +4 -1
- package/esm2015/lib/fields/textarea.component.js +6 -3
- package/esm2015/lib/forms/buttonfile-control.component.js +1 -5
- package/esm5/lib/directive/dynamic-field.directive.js +1 -2
- package/esm5/lib/fields/array.component.js +4 -4
- package/esm5/lib/fields/badge.component.js +7 -4
- package/esm5/lib/fields/button-form.component.js +5 -2
- package/esm5/lib/fields/button-submit.component.js +4 -1
- package/esm5/lib/fields/button-toogle-group.component.js +4 -6
- package/esm5/lib/fields/buttonchecker-form.component.js +5 -2
- package/esm5/lib/fields/buttonfile-form.component.js +4 -1
- package/esm5/lib/fields/checkbox.component.js +4 -1
- package/esm5/lib/fields/chip.component.js +4 -1
- package/esm5/lib/fields/color.component.js +4 -1
- package/esm5/lib/fields/date.component.js +4 -1
- package/esm5/lib/fields/field.abstract.js +9 -2
- package/esm5/lib/fields/group.component.js +4 -1
- package/esm5/lib/fields/icon.component.js +4 -1
- package/esm5/lib/fields/input.clearable.component.js +5 -2
- package/esm5/lib/fields/input.component.js +4 -1
- package/esm5/lib/fields/label.component.js +4 -1
- package/esm5/lib/fields/line-break.component.js +4 -1
- package/esm5/lib/fields/link.component.js +4 -1
- package/esm5/lib/fields/list-field.component.js +4 -1
- package/esm5/lib/fields/radio.component.js +6 -3
- package/esm5/lib/fields/select.component.js +5 -2
- package/esm5/lib/fields/select.search.component.js +7 -7
- package/esm5/lib/fields/selection-list.component.js +4 -1
- package/esm5/lib/fields/slide-toggle.component.js +6 -3
- package/esm5/lib/fields/text.component.js +4 -1
- package/esm5/lib/fields/textarea.component.js +6 -3
- package/esm5/lib/forms/buttonfile-control.component.js +1 -5
- package/fesm2015/3kles-kles-material-dynamicforms.js +105 -36
- package/fesm2015/3kles-kles-material-dynamicforms.js.map +1 -1
- package/fesm5/3kles-kles-material-dynamicforms.js +96 -29
- package/fesm5/3kles-kles-material-dynamicforms.js.map +1 -1
- package/lib/fields/array.component.d.ts +3 -2
- package/lib/fields/badge.component.d.ts +4 -3
- package/lib/fields/button-form.component.d.ts +3 -2
- package/lib/fields/button-submit.component.d.ts +3 -2
- package/lib/fields/button-toogle-group.component.d.ts +3 -2
- package/lib/fields/buttonchecker-form.component.d.ts +3 -2
- package/lib/fields/buttonfile-form.component.d.ts +3 -2
- package/lib/fields/checkbox.component.d.ts +3 -2
- package/lib/fields/chip.component.d.ts +3 -2
- package/lib/fields/color.component.d.ts +3 -2
- package/lib/fields/date.component.d.ts +3 -2
- package/lib/fields/field.abstract.d.ts +5 -2
- package/lib/fields/group.component.d.ts +3 -2
- package/lib/fields/icon.component.d.ts +3 -2
- package/lib/fields/input.clearable.component.d.ts +3 -2
- package/lib/fields/input.component.d.ts +3 -2
- package/lib/fields/label.component.d.ts +3 -2
- package/lib/fields/line-break.component.d.ts +3 -2
- package/lib/fields/link.component.d.ts +3 -2
- package/lib/fields/list-field.component.d.ts +3 -2
- package/lib/fields/radio.component.d.ts +3 -2
- package/lib/fields/select.component.d.ts +3 -2
- package/lib/fields/select.search.component.d.ts +0 -1
- package/lib/fields/selection-list.component.d.ts +3 -2
- package/lib/fields/slide-toggle.component.d.ts +3 -2
- package/lib/fields/text.component.d.ts +3 -2
- package/lib/fields/textarea.component.d.ts +4 -3
- package/package.json +1 -1
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { FormArray } from '@angular/forms';
|
|
3
3
|
import { KlesFieldAbstract } from './field.abstract';
|
|
4
|
-
export declare class KlesFormArrayComponent extends KlesFieldAbstract implements OnInit {
|
|
4
|
+
export declare class KlesFormArrayComponent extends KlesFieldAbstract implements OnInit, OnDestroy {
|
|
5
5
|
formArray: FormArray;
|
|
6
6
|
ngOnInit(): void;
|
|
7
|
+
ngOnDestroy(): void;
|
|
7
8
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { OnInit } from
|
|
2
|
-
import { KlesFieldAbstract } from
|
|
3
|
-
export declare class KlesFormBadgeComponent extends KlesFieldAbstract implements OnInit {
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { KlesFieldAbstract } from './field.abstract';
|
|
3
|
+
export declare class KlesFormBadgeComponent extends KlesFieldAbstract implements OnInit, OnDestroy {
|
|
4
4
|
ngOnInit(): void;
|
|
5
|
+
ngOnDestroy(): void;
|
|
5
6
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
1
|
+
import { OnInit, OnDestroy } from '@angular/core';
|
|
2
2
|
import { KlesFieldAbstract } from './field.abstract';
|
|
3
|
-
export declare class KlesFormButtonComponent extends KlesFieldAbstract implements OnInit {
|
|
3
|
+
export declare class KlesFormButtonComponent extends KlesFieldAbstract implements OnInit, OnDestroy {
|
|
4
4
|
ngOnInit(): void;
|
|
5
|
+
ngOnDestroy(): void;
|
|
5
6
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { KlesFieldAbstract } from './field.abstract';
|
|
2
|
-
import { OnInit } from '@angular/core';
|
|
3
|
-
export declare class KlesFormSubmitButtonComponent extends KlesFieldAbstract implements OnInit {
|
|
2
|
+
import { OnInit, OnDestroy } from '@angular/core';
|
|
3
|
+
export declare class KlesFormSubmitButtonComponent extends KlesFieldAbstract implements OnInit, OnDestroy {
|
|
4
4
|
ngOnInit(): void;
|
|
5
|
+
ngOnDestroy(): void;
|
|
5
6
|
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import { KlesFieldAbstract } from './field.abstract';
|
|
4
|
-
export declare class KlesFormButtonToogleGroupComponent extends KlesFieldAbstract implements OnInit {
|
|
4
|
+
export declare class KlesFormButtonToogleGroupComponent extends KlesFieldAbstract implements OnInit, OnDestroy {
|
|
5
5
|
options$: Observable<any[]>;
|
|
6
6
|
ngOnInit(): void;
|
|
7
|
+
ngOnDestroy(): void;
|
|
7
8
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
1
|
+
import { OnInit, OnDestroy } from '@angular/core';
|
|
2
2
|
import { KlesFieldAbstract } from './field.abstract';
|
|
3
|
-
export declare class KlesFormButtonCheckerComponent extends KlesFieldAbstract implements OnInit {
|
|
3
|
+
export declare class KlesFormButtonCheckerComponent extends KlesFieldAbstract implements OnInit, OnDestroy {
|
|
4
4
|
ngOnInit(): void;
|
|
5
|
+
ngOnDestroy(): void;
|
|
5
6
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
1
|
+
import { OnInit, OnDestroy } from '@angular/core';
|
|
2
2
|
import { KlesFieldAbstract } from './field.abstract';
|
|
3
|
-
export declare class KlesFormButtonFileComponent extends KlesFieldAbstract implements OnInit {
|
|
3
|
+
export declare class KlesFormButtonFileComponent extends KlesFieldAbstract implements OnInit, OnDestroy {
|
|
4
4
|
ngOnInit(): void;
|
|
5
|
+
ngOnDestroy(): void;
|
|
5
6
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { OnInit } from "@angular/core";
|
|
1
|
+
import { OnDestroy, OnInit } from "@angular/core";
|
|
2
2
|
import { KlesFieldAbstract } from './field.abstract';
|
|
3
|
-
export declare class KlesFormCheckboxComponent extends KlesFieldAbstract implements OnInit {
|
|
3
|
+
export declare class KlesFormCheckboxComponent extends KlesFieldAbstract implements OnInit, OnDestroy {
|
|
4
4
|
ngOnInit(): void;
|
|
5
|
+
ngOnDestroy(): void;
|
|
5
6
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { OnInit } from "@angular/core";
|
|
1
|
+
import { OnDestroy, OnInit } from "@angular/core";
|
|
2
2
|
import { KlesFieldAbstract } from "./field.abstract";
|
|
3
|
-
export declare class KlesFormChipComponent extends KlesFieldAbstract implements OnInit {
|
|
3
|
+
export declare class KlesFormChipComponent extends KlesFieldAbstract implements OnInit, OnDestroy {
|
|
4
4
|
ngOnInit(): void;
|
|
5
|
+
ngOnDestroy(): void;
|
|
5
6
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { KlesFieldAbstract } from './field.abstract';
|
|
2
|
-
import { OnInit } from '@angular/core';
|
|
3
|
-
export declare class KlesFormColorComponent extends KlesFieldAbstract implements OnInit {
|
|
2
|
+
import { OnInit, OnDestroy } from '@angular/core';
|
|
3
|
+
export declare class KlesFormColorComponent extends KlesFieldAbstract implements OnInit, OnDestroy {
|
|
4
4
|
ngOnInit(): void;
|
|
5
5
|
invertColor(hex: any, bw: any): string;
|
|
6
|
+
ngOnDestroy(): void;
|
|
6
7
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { OnInit } from "@angular/core";
|
|
1
|
+
import { OnDestroy, OnInit } from "@angular/core";
|
|
2
2
|
import { KlesFieldAbstract } from './field.abstract';
|
|
3
|
-
export declare class KlesFormDateComponent extends KlesFieldAbstract implements OnInit {
|
|
3
|
+
export declare class KlesFormDateComponent extends KlesFieldAbstract implements OnInit, OnDestroy {
|
|
4
4
|
ngOnInit(): void;
|
|
5
|
+
ngOnDestroy(): void;
|
|
5
6
|
}
|
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
import { IKlesField } from '../interfaces/field.interface';
|
|
2
2
|
import { IKlesFieldConfig } from '../interfaces/field.config.interface';
|
|
3
3
|
import { FormGroup } from '@angular/forms';
|
|
4
|
-
import { AfterViewInit, OnInit } from '@angular/core';
|
|
5
|
-
|
|
4
|
+
import { AfterViewInit, OnDestroy, OnInit } from '@angular/core';
|
|
5
|
+
import { Subject } from 'rxjs';
|
|
6
|
+
export declare abstract class KlesFieldAbstract implements IKlesField, OnInit, AfterViewInit, OnDestroy {
|
|
6
7
|
field: IKlesFieldConfig;
|
|
7
8
|
group: FormGroup;
|
|
8
9
|
siblingFields: IKlesFieldConfig[];
|
|
10
|
+
protected _onDestroy: Subject<void>;
|
|
9
11
|
ngOnInit(): void;
|
|
10
12
|
ngAfterViewInit(): void;
|
|
13
|
+
ngOnDestroy(): void;
|
|
11
14
|
applyPipeTransform(): void;
|
|
12
15
|
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { FormGroup } from '@angular/forms';
|
|
3
3
|
import { KlesFieldAbstract } from './field.abstract';
|
|
4
|
-
export declare class KlesFormGroupComponent extends KlesFieldAbstract implements OnInit {
|
|
4
|
+
export declare class KlesFormGroupComponent extends KlesFieldAbstract implements OnInit, OnDestroy {
|
|
5
5
|
subGroup: FormGroup;
|
|
6
6
|
ngOnInit(): void;
|
|
7
|
+
ngOnDestroy(): void;
|
|
7
8
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { OnInit } from "@angular/core";
|
|
1
|
+
import { OnDestroy, OnInit } from "@angular/core";
|
|
2
2
|
import { KlesFieldAbstract } from './field.abstract';
|
|
3
|
-
export declare class KlesFormIconComponent extends KlesFieldAbstract implements OnInit {
|
|
3
|
+
export declare class KlesFormIconComponent extends KlesFieldAbstract implements OnInit, OnDestroy {
|
|
4
4
|
ngOnInit(): void;
|
|
5
|
+
ngOnDestroy(): void;
|
|
5
6
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
1
|
+
import { OnInit, OnDestroy } from '@angular/core';
|
|
2
2
|
import { KlesFormInputComponent } from './input.component';
|
|
3
|
-
export declare class KlesFormInputClearableComponent extends KlesFormInputComponent implements OnInit {
|
|
3
|
+
export declare class KlesFormInputClearableComponent extends KlesFormInputComponent implements OnInit, OnDestroy {
|
|
4
|
+
ngOnDestroy(): void;
|
|
4
5
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { KlesFieldAbstract } from './field.abstract';
|
|
2
|
-
import { OnInit } from '@angular/core';
|
|
2
|
+
import { OnInit, OnDestroy } from '@angular/core';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
|
-
export declare class KlesFormInputComponent extends KlesFieldAbstract implements OnInit {
|
|
4
|
+
export declare class KlesFormInputComponent extends KlesFieldAbstract implements OnInit, OnDestroy {
|
|
5
5
|
filteredOption: Observable<any[]>;
|
|
6
6
|
options$: Observable<any[]>;
|
|
7
7
|
ngOnInit(): void;
|
|
8
8
|
isPending(): boolean;
|
|
9
9
|
private filterData;
|
|
10
10
|
displayFn(value: any): any;
|
|
11
|
+
ngOnDestroy(): void;
|
|
11
12
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { OnInit } from "@angular/core";
|
|
1
|
+
import { OnDestroy, OnInit } from "@angular/core";
|
|
2
2
|
import { KlesFieldAbstract } from './field.abstract';
|
|
3
|
-
export declare class KlesFormLabelComponent extends KlesFieldAbstract implements OnInit {
|
|
3
|
+
export declare class KlesFormLabelComponent extends KlesFieldAbstract implements OnInit, OnDestroy {
|
|
4
4
|
ngOnInit(): void;
|
|
5
|
+
ngOnDestroy(): void;
|
|
5
6
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { OnInit } from "@angular/core";
|
|
1
|
+
import { OnDestroy, OnInit } from "@angular/core";
|
|
2
2
|
import { KlesFieldAbstract } from "./field.abstract";
|
|
3
|
-
export declare class KlesFormLineBreakComponent extends KlesFieldAbstract implements OnInit {
|
|
3
|
+
export declare class KlesFormLineBreakComponent extends KlesFieldAbstract implements OnInit, OnDestroy {
|
|
4
4
|
ngOnInit(): void;
|
|
5
|
+
ngOnDestroy(): void;
|
|
5
6
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { OnInit } from "@angular/core";
|
|
1
|
+
import { OnDestroy, OnInit } from "@angular/core";
|
|
2
2
|
import { KlesFieldAbstract } from "./field.abstract";
|
|
3
|
-
export declare class KlesFormLinkComponent extends KlesFieldAbstract implements OnInit {
|
|
3
|
+
export declare class KlesFormLinkComponent extends KlesFieldAbstract implements OnInit, OnDestroy {
|
|
4
4
|
ngOnInit(): void;
|
|
5
|
+
ngOnDestroy(): void;
|
|
5
6
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { KlesFieldAbstract } from './field.abstract';
|
|
3
3
|
import { FormArray, FormBuilder } from '@angular/forms';
|
|
4
|
-
export declare class KlesFormListFieldComponent extends KlesFieldAbstract implements OnInit {
|
|
4
|
+
export declare class KlesFormListFieldComponent extends KlesFieldAbstract implements OnInit, OnDestroy {
|
|
5
5
|
private fb;
|
|
6
6
|
formArray: FormArray;
|
|
7
7
|
constructor(fb: FormBuilder);
|
|
@@ -11,4 +11,5 @@ export declare class KlesFormListFieldComponent extends KlesFieldAbstract implem
|
|
|
11
11
|
addField(): void;
|
|
12
12
|
private bindValidations;
|
|
13
13
|
private bindAsyncValidations;
|
|
14
|
+
ngOnDestroy(): void;
|
|
14
15
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { OnInit } from
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { KlesFieldAbstract } from './field.abstract';
|
|
3
|
-
export declare class KlesFormRadioComponent extends KlesFieldAbstract implements OnInit {
|
|
3
|
+
export declare class KlesFormRadioComponent extends KlesFieldAbstract implements OnInit, OnDestroy {
|
|
4
4
|
ngOnInit(): void;
|
|
5
|
+
ngOnDestroy(): void;
|
|
5
6
|
}
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { CdkVirtualScrollViewport } from '@angular/cdk/scrolling';
|
|
2
|
-
import { OnInit, QueryList } from '@angular/core';
|
|
2
|
+
import { OnDestroy, OnInit, QueryList } from '@angular/core';
|
|
3
3
|
import { MatOption } from '@angular/material/core';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
5
5
|
import { KlesFieldAbstract } from './field.abstract';
|
|
6
|
-
export declare class KlesFormSelectComponent extends KlesFieldAbstract implements OnInit {
|
|
6
|
+
export declare class KlesFormSelectComponent extends KlesFieldAbstract implements OnInit, OnDestroy {
|
|
7
7
|
cdkVirtualScrollViewport: CdkVirtualScrollViewport;
|
|
8
8
|
options: QueryList<MatOption>;
|
|
9
9
|
options$: Observable<any[]>;
|
|
10
10
|
constructor();
|
|
11
11
|
ngOnInit(): void;
|
|
12
|
+
ngOnDestroy(): void;
|
|
12
13
|
openChange($event: boolean): void;
|
|
13
14
|
compareFn: (o1: any, o2: any) => boolean;
|
|
14
15
|
}
|
|
@@ -9,7 +9,6 @@ export declare class KlesFormSelectSearchComponent extends KlesFieldAbstract imp
|
|
|
9
9
|
selectAllControl: FormControl;
|
|
10
10
|
options$: Observable<any[]>;
|
|
11
11
|
optionsFiltered$: ReplaySubject<any[]>;
|
|
12
|
-
private _onDestroy;
|
|
13
12
|
cdkVirtualScrollViewport: CdkVirtualScrollViewport;
|
|
14
13
|
options: QueryList<MatOption>;
|
|
15
14
|
ngOnInit(): void;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import { KlesFieldAbstract } from './field.abstract';
|
|
4
|
-
export declare class KlesFormSelectionListComponent extends KlesFieldAbstract implements OnInit {
|
|
4
|
+
export declare class KlesFormSelectionListComponent extends KlesFieldAbstract implements OnInit, OnDestroy {
|
|
5
5
|
options$: Observable<any[]>;
|
|
6
6
|
ngOnInit(): void;
|
|
7
|
+
ngOnDestroy(): void;
|
|
7
8
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { OnInit } from "@angular/core";
|
|
1
|
+
import { OnDestroy, OnInit } from "@angular/core";
|
|
2
2
|
import { KlesFieldAbstract } from './field.abstract';
|
|
3
|
-
export declare class KlesFormSlideToggleComponent extends KlesFieldAbstract implements OnInit {
|
|
3
|
+
export declare class KlesFormSlideToggleComponent extends KlesFieldAbstract implements OnInit, OnDestroy {
|
|
4
4
|
ngOnInit(): void;
|
|
5
|
+
ngOnDestroy(): void;
|
|
5
6
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { OnInit } from "@angular/core";
|
|
1
|
+
import { OnDestroy, OnInit } from "@angular/core";
|
|
2
2
|
import { KlesFieldAbstract } from "./field.abstract";
|
|
3
|
-
export declare class KlesFormTextComponent extends KlesFieldAbstract implements OnInit {
|
|
3
|
+
export declare class KlesFormTextComponent extends KlesFieldAbstract implements OnInit, OnDestroy {
|
|
4
4
|
ngOnInit(): void;
|
|
5
|
+
ngOnDestroy(): void;
|
|
5
6
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { OnInit } from
|
|
2
|
-
import { KlesFieldAbstract } from
|
|
3
|
-
export declare class KlesFormTextareaComponent extends KlesFieldAbstract implements OnInit {
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { KlesFieldAbstract } from './field.abstract';
|
|
3
|
+
export declare class KlesFormTextareaComponent extends KlesFieldAbstract implements OnInit, OnDestroy {
|
|
4
4
|
ngOnInit(): void;
|
|
5
|
+
ngOnDestroy(): void;
|
|
5
6
|
}
|