@stemy/ngx-dynamic-form 19.1.7 → 19.1.8
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.
|
@@ -6,7 +6,7 @@ import { DynamicBaseFormControlComponent } from "./components/base/dynamic-base-
|
|
|
6
6
|
import { DynamicBaseFormControlContainerComponent } from "./components/base/dynamic-base-form-control-container.component";
|
|
7
7
|
import { DynamicBaseFormGroupComponent } from "./components/base/dynamic-base-form-group.component";
|
|
8
8
|
import { DynamicBaseSelectComponent } from "./components/base/dynamic-base-select.component";
|
|
9
|
-
export declare const components: (typeof DynamicBaseFormComponent | typeof
|
|
9
|
+
export declare const components: (typeof DynamicBaseFormComponent | typeof DynamicBaseFormArrayComponent | typeof DynamicBaseFormControlComponent | typeof DynamicBaseFormControlContainerComponent | typeof DynamicBaseFormGroupComponent | typeof DynamicBaseSelectComponent)[];
|
|
10
10
|
export declare const directives: (typeof AsyncSubmitDirective)[];
|
|
11
11
|
export declare const pipes: any[];
|
|
12
12
|
export declare function defaultFormControlProvider(): DynamicFormControlMapFn;
|