@dignite-ng/expand.dynamic-form 0.0.29 → 3.0.0-rc.2

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.
Files changed (25) hide show
  1. package/esm2022/lib/components/dynamic/dynamic.component.mjs +10 -8
  2. package/esm2022/lib/components/form/date-edit/date-edit-config.component.mjs +5 -3
  3. package/esm2022/lib/components/form/form-control-group.mjs +26 -14
  4. package/esm2022/lib/components/form/numeric-edit/numberic-edit-config.component.mjs +8 -6
  5. package/esm2022/lib/components/form/select/select-config.component.mjs +5 -3
  6. package/esm2022/lib/components/form/select/select-control.component.mjs +5 -3
  7. package/esm2022/lib/components/form/switch/switch-config.component.mjs +6 -4
  8. package/esm2022/lib/components/form/switch/switch-control.component.mjs +10 -4
  9. package/esm2022/lib/components/form/text-edit/text-edit-config.component.mjs +6 -4
  10. package/esm2022/lib/components/form/text-edit/text-edit.component.mjs +4 -2
  11. package/esm2022/lib/dynamic-form.module.mjs +6 -7
  12. package/fesm2022/dignite-ng-expand.dynamic-form.mjs +64 -32
  13. package/fesm2022/dignite-ng-expand.dynamic-form.mjs.map +1 -1
  14. package/lib/components/dynamic/dynamic.component.d.ts +4 -6
  15. package/lib/components/form/date-edit/date-edit-config.component.d.ts +1 -0
  16. package/lib/components/form/form-control-group.d.ts +2 -2
  17. package/lib/components/form/numeric-edit/numberic-edit-config.component.d.ts +2 -1
  18. package/lib/components/form/select/select-config.component.d.ts +1 -0
  19. package/lib/components/form/select/select-control.component.d.ts +1 -0
  20. package/lib/components/form/switch/switch-config.component.d.ts +1 -0
  21. package/lib/components/form/switch/switch-control.component.d.ts +1 -0
  22. package/lib/components/form/text-edit/text-edit-config.component.d.ts +1 -0
  23. package/lib/components/form/text-edit/text-edit.component.d.ts +1 -0
  24. package/lib/dynamic-form.module.d.ts +1 -2
  25. package/package.json +1 -1
@@ -14,7 +14,8 @@ export declare class NumbericEditConfigComponent {
14
14
  _Entity: FormGroup | undefined;
15
15
  set Entity(v: FormGroup);
16
16
  get formConfiguration(): FormGroup;
17
- submitclick: ElementRef;
17
+ submitclick?: ElementRef;
18
+ private cdr;
18
19
  dataLoaded(): Promise<void>;
19
20
  AfterInit(): Promise<unknown>;
20
21
  static ɵfac: i0.ɵɵFactoryDeclaration<NumbericEditConfigComponent, never>;
@@ -18,6 +18,7 @@ export declare class SelectConfigComponent {
18
18
  get formConfiguration(): FormGroup;
19
19
  get SelectOptions(): FormArray;
20
20
  submitclick: ElementRef;
21
+ private cdr;
21
22
  dataLoaded(): Promise<void>;
22
23
  /**增加选项 */
23
24
  addSelectOptions(): void;
@@ -18,6 +18,7 @@ export declare class SelectControlComponent {
18
18
  set entity(v: any);
19
19
  submitclick: ElementRef;
20
20
  get extraProperties(): FormGroup;
21
+ private cdr;
21
22
  /**数据加载完成 */
22
23
  dataLoaded(): Promise<void>;
23
24
  formConfiguration: any;
@@ -15,6 +15,7 @@ export declare class SwitchConfigComponent {
15
15
  set selected(v: any);
16
16
  get formConfiguration(): FormGroup;
17
17
  submitclick: ElementRef;
18
+ private cdr;
18
19
  dataLoaded(): Promise<void>;
19
20
  AfterInit(): Promise<unknown>;
20
21
  static ɵfac: i0.ɵɵFactoryDeclaration<SwitchConfigComponent, never>;
@@ -18,6 +18,7 @@ export declare class SwitchControlComponent {
18
18
  set selected(v: any);
19
19
  submitclick: ElementRef;
20
20
  get extraProperties(): FormGroup;
21
+ private cdr;
21
22
  /**数据加载完成 */
22
23
  dataLoaded(): Promise<void>;
23
24
  AfterInit(): Promise<unknown>;
@@ -17,6 +17,7 @@ export declare class TextEditConfigComponent {
17
17
  set selected(v: any);
18
18
  get formConfiguration(): FormGroup;
19
19
  submitclick: ElementRef;
20
+ private cdr;
20
21
  dataLoaded(): Promise<void>;
21
22
  AfterInit(): Promise<unknown>;
22
23
  static ɵfac: i0.ɵɵFactoryDeclaration<TextEditConfigComponent, never>;
@@ -20,6 +20,7 @@ export declare class TextEditComponent {
20
20
  set selected(v: any);
21
21
  submitclick: ElementRef;
22
22
  extraProperties: FormGroup | undefined;
23
+ private cdr;
23
24
  dataLoaded(): Promise<void>;
24
25
  AfterInit(): Promise<unknown>;
25
26
  ngOnDestroy(): void;
@@ -15,10 +15,9 @@ import * as i12 from "@angular/forms";
15
15
  import * as i13 from "@abp/ng.core";
16
16
  import * as i14 from "@abp/ng.theme.shared";
17
17
  import * as i15 from "@ng-bootstrap/ng-bootstrap";
18
- import * as i16 from "ng-zorro-antd/tree";
19
18
  export declare class DynamicFormModule {
20
19
  static forRoot(config?: any): ModuleWithProviders<DynamicFormModule>;
21
20
  static ɵfac: i0.ɵɵFactoryDeclaration<DynamicFormModule, never>;
22
- static ɵmod: i0.ɵɵNgModuleDeclaration<DynamicFormModule, [typeof i1.TextEditConfigComponent, typeof i2.TextEditComponent, typeof i3.SwitchConfigComponent, typeof i4.SwitchControlComponent, typeof i5.NumbericEditConfigComponent, typeof i6.NumbericEditControlComponent, typeof i7.DateEditConfigComponent, typeof i8.DateEditControlComponent, typeof i9.SelectConfigComponent, typeof i10.SelectControlComponent, typeof i11.DynamicComponent], [typeof i12.FormsModule, typeof i13.CoreModule, typeof i14.ThemeSharedModule, typeof i12.ReactiveFormsModule, typeof i15.NgbDropdownModule, typeof i16.NzTreeModule], [typeof i1.TextEditConfigComponent, typeof i2.TextEditComponent, typeof i3.SwitchConfigComponent, typeof i4.SwitchControlComponent, typeof i5.NumbericEditConfigComponent, typeof i6.NumbericEditControlComponent, typeof i7.DateEditConfigComponent, typeof i8.DateEditControlComponent, typeof i9.SelectConfigComponent, typeof i10.SelectControlComponent, typeof i11.DynamicComponent]>;
21
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DynamicFormModule, [typeof i1.TextEditConfigComponent, typeof i2.TextEditComponent, typeof i3.SwitchConfigComponent, typeof i4.SwitchControlComponent, typeof i5.NumbericEditConfigComponent, typeof i6.NumbericEditControlComponent, typeof i7.DateEditConfigComponent, typeof i8.DateEditControlComponent, typeof i9.SelectConfigComponent, typeof i10.SelectControlComponent, typeof i11.DynamicComponent], [typeof i12.FormsModule, typeof i13.CoreModule, typeof i14.ThemeSharedModule, typeof i12.ReactiveFormsModule, typeof i15.NgbDropdownModule], [typeof i1.TextEditConfigComponent, typeof i2.TextEditComponent, typeof i3.SwitchConfigComponent, typeof i4.SwitchControlComponent, typeof i5.NumbericEditConfigComponent, typeof i6.NumbericEditControlComponent, typeof i7.DateEditConfigComponent, typeof i8.DateEditControlComponent, typeof i9.SelectConfigComponent, typeof i10.SelectControlComponent, typeof i11.DynamicComponent]>;
23
22
  static ɵinj: i0.ɵɵInjectorDeclaration<DynamicFormModule>;
24
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dignite-ng/expand.dynamic-form",
3
- "version": "0.0.29",
3
+ "version": "3.0.0-rc.02",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "~18.1.0",
6
6
  "@angular/core": "~18.1.0"