fx-form-builder-wrapper 2.0.41 → 2.0.43
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.
|
@@ -78,7 +78,7 @@ export class FxFormWrapperComponent {
|
|
|
78
78
|
#form
|
|
79
79
|
>
|
|
80
80
|
</fx-form>
|
|
81
|
-
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: FxFormComponent, selector: "fx-form", inputs: ["formGroup", "fxForm", "value", "mode"], outputs: ["onSubmit"] }] });
|
|
81
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: FxFormComponent, selector: "fx-form", inputs: ["formGroup", "fxForm", "value", "mode", "viewMode"], outputs: ["onSubmit"] }] });
|
|
82
82
|
}
|
|
83
83
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FxFormWrapperComponent, decorators: [{
|
|
84
84
|
type: Component,
|
|
@@ -68,7 +68,7 @@ export class FxBuilderWrapperComponent {
|
|
|
68
68
|
[scope]="FxScope.BUILDER"
|
|
69
69
|
>
|
|
70
70
|
</fx-component-builder>
|
|
71
|
-
`, isInline: true, styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: FxComponentBuilder, selector: "fx-component-builder", inputs: ["fx-form", "scope", "configuration"] }] });
|
|
71
|
+
`, isInline: true, styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: FxComponentBuilder, selector: "fx-component-builder", inputs: ["label", "fx-form", "scope", "configuration"] }] });
|
|
72
72
|
}
|
|
73
73
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FxBuilderWrapperComponent, decorators: [{
|
|
74
74
|
type: Component,
|
|
@@ -2114,7 +2114,7 @@ class FxBuilderWrapperComponent {
|
|
|
2114
2114
|
[scope]="FxScope.BUILDER"
|
|
2115
2115
|
>
|
|
2116
2116
|
</fx-component-builder>
|
|
2117
|
-
`, isInline: true, styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: FxComponentBuilder, selector: "fx-component-builder", inputs: ["fx-form", "scope", "configuration"] }] });
|
|
2117
|
+
`, isInline: true, styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: FxComponentBuilder, selector: "fx-component-builder", inputs: ["label", "fx-form", "scope", "configuration"] }] });
|
|
2118
2118
|
}
|
|
2119
2119
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FxBuilderWrapperComponent, decorators: [{
|
|
2120
2120
|
type: Component,
|
|
@@ -2202,7 +2202,7 @@ class FxFormWrapperComponent {
|
|
|
2202
2202
|
#form
|
|
2203
2203
|
>
|
|
2204
2204
|
</fx-form>
|
|
2205
|
-
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: FxFormComponent, selector: "fx-form", inputs: ["formGroup", "fxForm", "value", "mode"], outputs: ["onSubmit"] }] });
|
|
2205
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: FxFormComponent, selector: "fx-form", inputs: ["formGroup", "fxForm", "value", "mode", "viewMode"], outputs: ["onSubmit"] }] });
|
|
2206
2206
|
}
|
|
2207
2207
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: FxFormWrapperComponent, decorators: [{
|
|
2208
2208
|
type: Component,
|