@sotoa-ui/dynamic-form 0.0.3 → 0.0.4
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.
package/package.json
CHANGED
|
@@ -555,7 +555,7 @@ declare class ConditionsService {
|
|
|
555
555
|
static ɵprov: i0.ɵɵInjectableDeclaration<ConditionsService>;
|
|
556
556
|
}
|
|
557
557
|
|
|
558
|
-
declare class
|
|
558
|
+
declare class MaterialDynamicFormComponent {
|
|
559
559
|
private readonly dynamicFormService;
|
|
560
560
|
private readonly destroyRef;
|
|
561
561
|
config: InputSignal<AcDynamicForm | null>;
|
|
@@ -579,11 +579,11 @@ declare class AcMaterialDynamicFormComponent {
|
|
|
579
579
|
reset(): void;
|
|
580
580
|
handleSubmit(event?: Event): void;
|
|
581
581
|
focusFirstInvalidControl(): void;
|
|
582
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
583
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
582
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialDynamicFormComponent, never>;
|
|
583
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MaterialDynamicFormComponent, "sot-material-dynamic-form", ["dynamicForm"], { "config": { "alias": "config"; "required": true; "isSignal": true; }; "initialValues": { "alias": "initialValues"; "required": false; "isSignal": true; }; }, { "formCancel": "formCancel"; "formSubmit": "formSubmit"; "formChange": "formChange"; }, never, never, true, never>;
|
|
584
584
|
}
|
|
585
585
|
|
|
586
|
-
declare class
|
|
586
|
+
declare class MaterialDynamicFormModalComponent implements OnInit {
|
|
587
587
|
private dialogRef;
|
|
588
588
|
private dynamicFormService;
|
|
589
589
|
data: AcDynamicFormModal;
|
|
@@ -593,11 +593,11 @@ declare class AcMaterialDynamicFormModalComponent implements OnInit {
|
|
|
593
593
|
constructor();
|
|
594
594
|
ngOnInit(): void;
|
|
595
595
|
onClickButton(button: AcModalFormButton): void;
|
|
596
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
597
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
596
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialDynamicFormModalComponent, never>;
|
|
597
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MaterialDynamicFormModalComponent, "ac-dynamic-form-modal", never, {}, {}, never, never, true, never>;
|
|
598
598
|
}
|
|
599
599
|
|
|
600
|
-
declare class
|
|
600
|
+
declare class DsfrDynamicFormComponent {
|
|
601
601
|
private readonly dynamicFormService;
|
|
602
602
|
private readonly destroyRef;
|
|
603
603
|
config: InputSignal<AcDynamicForm | null>;
|
|
@@ -621,11 +621,11 @@ declare class AcDsfrDynamicFormComponent {
|
|
|
621
621
|
reset(): void;
|
|
622
622
|
handleSubmit(event?: Event): void;
|
|
623
623
|
focusFirstInvalidControl(): void;
|
|
624
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
625
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
624
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DsfrDynamicFormComponent, never>;
|
|
625
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DsfrDynamicFormComponent, "sot-dsfr-dynamic-form", ["dynamicForm"], { "config": { "alias": "config"; "required": true; "isSignal": true; }; "initialValues": { "alias": "initialValues"; "required": false; "isSignal": true; }; }, { "formCancel": "formCancel"; "formSubmit": "formSubmit"; "formChange": "formChange"; }, never, never, true, never>;
|
|
626
626
|
}
|
|
627
627
|
|
|
628
|
-
declare class
|
|
628
|
+
declare class ClassicDynamicFormComponent {
|
|
629
629
|
private readonly dynamicFormService;
|
|
630
630
|
private readonly destroyRef;
|
|
631
631
|
config: InputSignal<AcDynamicForm | null>;
|
|
@@ -649,9 +649,9 @@ declare class AcClassicDynamicFormComponent {
|
|
|
649
649
|
reset(): void;
|
|
650
650
|
handleSubmit(event?: Event): void;
|
|
651
651
|
focusFirstInvalidControl(): void;
|
|
652
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
653
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
652
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClassicDynamicFormComponent, never>;
|
|
653
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ClassicDynamicFormComponent, "sot-classic-dynamic-form", ["dynamicForm"], { "config": { "alias": "config"; "required": true; "isSignal": true; }; "initialValues": { "alias": "initialValues"; "required": false; "isSignal": true; }; }, { "formCancel": "formCancel"; "formSubmit": "formSubmit"; "formChange": "formChange"; }, never, never, true, never>;
|
|
654
654
|
}
|
|
655
655
|
|
|
656
|
-
export { AbstractControlFieldComponent, AbstractFieldComponent,
|
|
656
|
+
export { AbstractControlFieldComponent, AbstractFieldComponent, AutocompleteAttribute, ClassicDynamicFormComponent, ConditionsService, DsfrDynamicFormComponent, DynamicFormService, MaterialDynamicFormComponent, MaterialDynamicFormModalComponent };
|
|
657
657
|
export type { AbstractControlConfig, AbstractFieldConfig, AcAffix, AcArrayConfig, AcBadgeOptions, AcButton, AcButtonType, AcControlConfig, AcDynamicForm, AcDynamicFormModal, AcField, AcFieldCheckboxConfig, AcFieldConfig, AcFieldCustomConfig, AcFieldInputConfig, AcFieldPasswordConfig, AcFieldRadioButtonConfig, AcFieldSelectConfig, AcFieldTextareaConfig, AcFieldToggleConfig, AcGroupConfig, AcMaterialButtonType, AcModalFormButton, AcModalFormResponse, AcRowConfig, AcTextConfig, AcValidator, DynamicFormData, MatIconConfig, PathArrayInstance, UpdateOnType };
|