@dignite-ng/expand.dynamic-form 3.0.0-rc.39 → 3.0.0-rc.40

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.
@@ -25,6 +25,7 @@ export declare class NumbericEditControlComponent {
25
25
  get fieldInput(): AbstractControl<any, any>;
26
26
  /**数据加载完成 */
27
27
  dataLoaded(): Promise<void>;
28
+ formConfiguration: any;
28
29
  AfterInit(): Promise<unknown>;
29
30
  ngOnDestroy(): void;
30
31
  /**数字框输入 */
@@ -1,5 +1,6 @@
1
+ import { AfterContentInit } from '@angular/core';
1
2
  import * as i0 from "@angular/core";
2
- export declare class NumericEditViewComponent {
3
+ export declare class NumericEditViewComponent implements AfterContentInit {
3
4
  /**展示则内容 */
4
5
  showValue: any;
5
6
  /**是否显示再列表 */
@@ -1,7 +1,7 @@
1
- import { ElementRef } from '@angular/core';
1
+ import { ElementRef, OnDestroy } from '@angular/core';
2
2
  import { FormBuilder, FormGroup } from '@angular/forms';
3
3
  import * as i0 from "@angular/core";
4
- export declare class SelectControlComponent {
4
+ export declare class SelectControlComponent implements OnDestroy {
5
5
  private fb;
6
6
  constructor(fb: FormBuilder);
7
7
  /**字段配置列表 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dignite-ng/expand.dynamic-form",
3
- "version": "3.0.0-rc.39",
3
+ "version": "3.0.0-rc.40",
4
4
  "homepage": "https://abp.io",
5
5
  "repository": {
6
6
  "type": "git",