@corp-products/ui-components 3.9.4 → 3.9.6
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/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Button } from 'primeng/button';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
|
-
import { TemplateRef, OnInit, EventEmitter, PipeTransform, OnDestroy, Type, EnvironmentInjector, ApplicationRef, ViewContainerRef, ElementRef } from '@angular/core';
|
|
3
|
+
import { TemplateRef, OnInit, EventEmitter, PipeTransform, OnDestroy, SimpleChanges, Type, EnvironmentInjector, ApplicationRef, ViewContainerRef, ElementRef } from '@angular/core';
|
|
4
4
|
import { Params, Router, ActivatedRoute } from '@angular/router';
|
|
5
5
|
import { DynamicDialogRef, DialogService, DynamicDialogConfig } from 'primeng/dynamicdialog';
|
|
6
6
|
import { FormGroup, FormControl, ValidationErrors, AbstractControl, ValidatorFn } from '@angular/forms';
|
|
@@ -488,6 +488,8 @@ declare class DynamicFormComponent implements OnInit {
|
|
|
488
488
|
readonly fieldType: typeof FormFieldTypeEnum;
|
|
489
489
|
getFormControl: typeof FormUtils.getFormControl;
|
|
490
490
|
ngOnInit(): void;
|
|
491
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
492
|
+
private updateFormState;
|
|
491
493
|
getAcceptedTypes(): string;
|
|
492
494
|
onFilesUploaded(file: any): void;
|
|
493
495
|
onFileDeleted(file: any): void;
|