@dignite-ng/expand.dynamic-form 3.1.9 → 3.1.11

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,5 +1,5 @@
1
1
  import { ElementRef, AfterViewChecked } from '@angular/core';
2
- import { FormArray, FormBuilder, FormGroup } from '@angular/forms';
2
+ import { AbstractControl, FormArray, FormBuilder, FormGroup } from '@angular/forms';
3
3
  import { ToPinyinService } from '@dignite-ng/expand.core';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class TreeConfigComponent implements AfterViewChecked {
@@ -61,6 +61,11 @@ export declare class TreeConfigComponent implements AfterViewChecked {
61
61
  nodeModalSubmit: ElementRef;
62
62
  /**生成GUID */
63
63
  private generateGuid;
64
+ get keyInput(): AbstractControl<any, any>;
65
+ private _LocalizationService;
66
+ SlugRegExValidator(): (control: AbstractControl) => {
67
+ [key: string]: any;
68
+ } | null;
64
69
  /**创建节点 */
65
70
  addNodeBtn(): void;
66
71
  /**编辑节点 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dignite-ng/expand.dynamic-form",
3
- "version": "3.1.9",
3
+ "version": "3.1.11",
4
4
  "homepage": "https://abp.io",
5
5
  "repository": {
6
6
  "type": "git",