@dignite-ng/expand.dynamic-form 0.0.7 → 0.0.10

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.
@@ -1,6 +1,6 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { FormGroup } from '@angular/forms';
3
- import { FieldControlGroupInterfaces } from '../../interfaces';
3
+ import type { FieldControlGroupInterfaces } from '../../interfaces';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class DynamicComponent {
6
6
  /**选择的表单信息 */
@@ -4,4 +4,4 @@ import { FieldControlGroupInterfaces } from "../../interfaces";
4
4
  */
5
5
  export declare const FieldControlGroup: FieldControlGroupInterfaces[];
6
6
  export declare function getExcludeAssignControl(typeName: any): FieldControlGroupInterfaces[];
7
- export declare function AddFieldControlGroup(array: any): void;
7
+ export declare function AddFieldControlGroup(array?: any[]): void;
@@ -0,0 +1,13 @@
1
+ import { FieldControlGroupInterfaces } from '../interfaces';
2
+ import * as i0 from "@angular/core";
3
+ export declare class CreateDynamicComponentsService {
4
+ constructor();
5
+ /**表单控件组 */
6
+ _fieldControlGroup: FieldControlGroupInterfaces[];
7
+ /**加载动态表单配置组件 */
8
+ loadfieldConfigComponent(input: any): void;
9
+ /**加载动态表单组件 */
10
+ loadfieldComponent(input: any): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<CreateDynamicComponentsService, never>;
12
+ static ɵprov: i0.ɵɵInjectableDeclaration<CreateDynamicComponentsService>;
13
+ }
@@ -1 +1,2 @@
1
1
  export * from './df-api.service';
2
+ export * from './create-dynamic-components.service';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dignite-ng/expand.dynamic-form",
3
- "version": "0.0.7",
3
+ "version": "0.0.10",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.2.0",
6
6
  "@angular/core": "^16.2.0",