valtech-components 4.0.1004 → 4.0.1006
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/esm2022/lib/components/organisms/field-schema-editor/field-schema-editor.component.mjs +1 -3
- package/esm2022/lib/components/organisms/survey-builder/survey-builder.component.mjs +21 -9
- package/esm2022/lib/components/organisms/survey-builder/survey-builder.i18n.mjs +9 -1
- package/esm2022/lib/version.mjs +2 -2
- package/fesm2022/valtech-components.mjs +29 -11
- package/fesm2022/valtech-components.mjs.map +1 -1
- package/lib/components/organisms/survey-builder/survey-builder.component.d.ts +2 -0
- package/lib/version.d.ts +1 -1
- package/package.json +1 -1
|
@@ -91,6 +91,8 @@ export declare class SurveyBuilderComponent implements OnInit {
|
|
|
91
91
|
save(): Promise<void>;
|
|
92
92
|
private hydrate;
|
|
93
93
|
private presentationPayload;
|
|
94
|
+
private defaultSuccessTitle;
|
|
95
|
+
private defaultSuccessMessage;
|
|
94
96
|
private validateWizardStep;
|
|
95
97
|
private rowFromField;
|
|
96
98
|
static ɵfac: i0.ɵɵFactoryDeclaration<SurveyBuilderComponent, never>;
|
package/lib/version.d.ts
CHANGED