@sotoa-ui/dynamic-form 0.0.14 → 0.0.15
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
|
@@ -766,11 +766,15 @@ declare class MaterialDynamicFormStepperComponent implements OnInit, OnChanges {
|
|
|
766
766
|
}
|
|
767
767
|
|
|
768
768
|
declare class AcFieldCheckboxComponent extends AbstractControlFieldComponent<AcFieldCheckboxConfig> {
|
|
769
|
+
field: InputSignal<AcFieldCheckboxConfig>;
|
|
770
|
+
group: InputSignal<FormGroup>;
|
|
769
771
|
static ɵfac: i0.ɵɵFactoryDeclaration<AcFieldCheckboxComponent, never>;
|
|
770
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AcFieldCheckboxComponent, "sot-mat-field-checkbox", never, {}, {}, never, never, true, never>;
|
|
772
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AcFieldCheckboxComponent, "sot-mat-field-checkbox", never, { "field": { "alias": "field"; "required": true; "isSignal": true; }; "group": { "alias": "group"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
771
773
|
}
|
|
772
774
|
|
|
773
775
|
declare class MatFieldChipsComponent extends AbstractControlFieldComponent<MatFieldChipsConfig> implements OnInit {
|
|
776
|
+
field: InputSignal<MatFieldChipsConfig>;
|
|
777
|
+
group: InputSignal<FormGroup>;
|
|
774
778
|
inputType: string;
|
|
775
779
|
readonly separatorKeysCodes: number[];
|
|
776
780
|
readonly announcer: LiveAnnouncer;
|
|
@@ -785,15 +789,19 @@ declare class MatFieldChipsComponent extends AbstractControlFieldComponent<MatFi
|
|
|
785
789
|
remove(option: string): void;
|
|
786
790
|
selected(event: MatAutocompleteSelectedEvent): void;
|
|
787
791
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatFieldChipsComponent, never>;
|
|
788
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatFieldChipsComponent, "sot-mat-field-chips", never, { "currentOption": { "alias": "currentOption"; "required": false; "isSignal": true; }; }, { "currentOption": "currentOptionChange"; }, never, never, true, never>;
|
|
792
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatFieldChipsComponent, "sot-mat-field-chips", never, { "field": { "alias": "field"; "required": true; "isSignal": true; }; "group": { "alias": "group"; "required": true; "isSignal": true; }; "currentOption": { "alias": "currentOption"; "required": false; "isSignal": true; }; }, { "currentOption": "currentOptionChange"; }, never, never, true, never>;
|
|
789
793
|
}
|
|
790
794
|
|
|
791
795
|
declare class MatFieldCustomComponent extends AbstractControlFieldComponent<AcFieldCustomConfig<any>> {
|
|
796
|
+
field: InputSignal<AcFieldCustomConfig<any>>;
|
|
797
|
+
group: InputSignal<FormGroup>;
|
|
792
798
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatFieldCustomComponent, never>;
|
|
793
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatFieldCustomComponent, "ac-mat-field-custom", never, {}, {}, never, never, true, never>;
|
|
799
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatFieldCustomComponent, "ac-mat-field-custom", never, { "field": { "alias": "field"; "required": true; "isSignal": true; }; "group": { "alias": "group"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
794
800
|
}
|
|
795
801
|
|
|
796
802
|
declare class MatFieldDateComponent extends AbstractControlFieldComponent<MatFieldDateConfig> {
|
|
803
|
+
field: InputSignal<MatFieldDateConfig>;
|
|
804
|
+
group: InputSignal<FormGroup>;
|
|
797
805
|
private readonly _adapter;
|
|
798
806
|
private readonly _intl;
|
|
799
807
|
dateFormatString: string;
|
|
@@ -803,12 +811,14 @@ declare class MatFieldDateComponent extends AbstractControlFieldComponent<MatFie
|
|
|
803
811
|
filterDate: (d: Date | null) => boolean;
|
|
804
812
|
updateCloseButtonLabel(): void;
|
|
805
813
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatFieldDateComponent, never>;
|
|
806
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatFieldDateComponent, "sot-field-date", never, {}, {}, never, never, true, never>;
|
|
814
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatFieldDateComponent, "sot-field-date", never, { "field": { "alias": "field"; "required": true; "isSignal": true; }; "group": { "alias": "group"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
807
815
|
}
|
|
808
816
|
|
|
809
817
|
declare class MatFieldFileComponent extends AbstractControlFieldComponent<AcFieldFileConfig> {
|
|
818
|
+
field: InputSignal<AcFieldFileConfig>;
|
|
819
|
+
group: InputSignal<FormGroup>;
|
|
810
820
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatFieldFileComponent, never>;
|
|
811
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatFieldFileComponent, "sot-mat-field-file", never, {}, {}, never, never, true, never>;
|
|
821
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatFieldFileComponent, "sot-mat-field-file", never, { "field": { "alias": "field"; "required": true; "isSignal": true; }; "group": { "alias": "group"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
812
822
|
}
|
|
813
823
|
|
|
814
824
|
declare class MatFieldInputComponent extends AbstractControlFieldComponent<MatFieldInputConfig> implements OnInit {
|
|
@@ -822,6 +832,8 @@ declare class MatFieldInputComponent extends AbstractControlFieldComponent<MatFi
|
|
|
822
832
|
}
|
|
823
833
|
|
|
824
834
|
declare class MatFieldPasswordComponent extends AbstractControlFieldComponent<MatFieldPasswordConfig> implements OnInit {
|
|
835
|
+
field: InputSignal<MatFieldPasswordConfig>;
|
|
836
|
+
group: InputSignal<FormGroup>;
|
|
825
837
|
inputType: string;
|
|
826
838
|
showPasswordLabel?: string;
|
|
827
839
|
hidePasswordLabel?: string;
|
|
@@ -838,31 +850,39 @@ declare class MatFieldPasswordComponent extends AbstractControlFieldComponent<Ma
|
|
|
838
850
|
get requiresSpecialCharsValid(): any;
|
|
839
851
|
private setPasswordValidators;
|
|
840
852
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatFieldPasswordComponent, never>;
|
|
841
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatFieldPasswordComponent, "sot-mat-field-password", never, {}, {}, never, never, true, never>;
|
|
853
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatFieldPasswordComponent, "sot-mat-field-password", never, { "field": { "alias": "field"; "required": true; "isSignal": true; }; "group": { "alias": "group"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
842
854
|
}
|
|
843
855
|
|
|
844
856
|
declare class MatFieldRadioButtonComponent extends AbstractControlFieldComponent<AcFieldRadioButtonConfig> {
|
|
857
|
+
field: InputSignal<AcFieldRadioButtonConfig>;
|
|
858
|
+
group: InputSignal<FormGroup>;
|
|
845
859
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatFieldRadioButtonComponent, never>;
|
|
846
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatFieldRadioButtonComponent, "sot-mat-field-radio-button", never, {}, {}, never, never, true, never>;
|
|
860
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatFieldRadioButtonComponent, "sot-mat-field-radio-button", never, { "field": { "alias": "field"; "required": true; "isSignal": true; }; "group": { "alias": "group"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
847
861
|
}
|
|
848
862
|
|
|
849
863
|
declare class MatFieldSelectComponent extends AbstractControlFieldComponent<MatFieldSelectConfig> {
|
|
864
|
+
field: InputSignal<MatFieldSelectConfig>;
|
|
865
|
+
group: InputSignal<FormGroup>;
|
|
850
866
|
options: any[];
|
|
851
867
|
ngOnInit(): void;
|
|
852
868
|
buttonAction(b: AcAffix): void;
|
|
853
869
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatFieldSelectComponent, never>;
|
|
854
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatFieldSelectComponent, "sot-mat-field-select", never, {}, {}, never, never, true, never>;
|
|
870
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatFieldSelectComponent, "sot-mat-field-select", never, { "field": { "alias": "field"; "required": true; "isSignal": true; }; "group": { "alias": "group"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
855
871
|
}
|
|
856
872
|
|
|
857
873
|
declare class MatFieldTextareaComponent extends AbstractControlFieldComponent<MatFieldTextareaConfig> {
|
|
874
|
+
field: InputSignal<MatFieldTextareaConfig>;
|
|
875
|
+
group: InputSignal<FormGroup>;
|
|
858
876
|
buttonAction(b: AcAffix): void;
|
|
859
877
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatFieldTextareaComponent, never>;
|
|
860
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatFieldTextareaComponent, "sot-mat-field-textarea", never, {}, {}, never, never, true, never>;
|
|
878
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatFieldTextareaComponent, "sot-mat-field-textarea", never, { "field": { "alias": "field"; "required": true; "isSignal": true; }; "group": { "alias": "group"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
861
879
|
}
|
|
862
880
|
|
|
863
881
|
declare class MatFieldToggleComponent extends AbstractControlFieldComponent<AcFieldToggleConfig> {
|
|
882
|
+
field: InputSignal<AcFieldToggleConfig>;
|
|
883
|
+
group: InputSignal<FormGroup>;
|
|
864
884
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatFieldToggleComponent, never>;
|
|
865
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatFieldToggleComponent, "sot-mat-field-toggle", never, {}, {}, never, never, true, never>;
|
|
885
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatFieldToggleComponent, "sot-mat-field-toggle", never, { "field": { "alias": "field"; "required": true; "isSignal": true; }; "group": { "alias": "group"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
866
886
|
}
|
|
867
887
|
|
|
868
888
|
declare class DsfrDynamicFormComponent {
|