valtech-components 4.0.1021 → 4.0.1022

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.
@@ -128,6 +128,7 @@ export declare class SurveyBuilderComponent implements OnInit {
128
128
  private validateRows;
129
129
  private rowFromField;
130
130
  reviewQuestionsCount(): string;
131
+ sectionQuestionCountText(count: number): string;
131
132
  previewProps(): ButtonMetadata;
132
133
  openPreview(): Promise<void>;
133
134
  private sectionOrderFor;
@@ -21,11 +21,10 @@ import * as i0 from "@angular/core";
21
21
  * que pueden no tener cuenta). Encuestas AUTHENTICATED/ORG/INTERNAL están
22
22
  * fuera de alcance de este componente por ahora.
23
23
  *
24
- * Cada pregunta se renderiza según su `FieldSchemaDef.type`: `EMOJI_RATING`
25
- * usa `val-emoji-rating` (NUNCA pasa por `val-form`, no lo sabe rutear);
26
- * cualquier otro tipo (v1: solo `TEXTAREA`) usa `val-textarea-input`. No hay
27
- * `val-form` de por medio un FormGroup armado a mano, porque mezclar tipos
28
- * custom con el form genérico es más complicado que construir el propio.
24
+ * Cada pregunta se renderiza mediante `val-form`, que conoce el catálogo
25
+ * respondible de encuestas: texto, opciones, booleanos, fecha, rating y number
26
+ * picker. Este componente solo decide el flujo público, identidad opcional,
27
+ * pasos por sección y envío de respuestas.
29
28
  */
30
29
  export declare class SurveyResponseComponent implements OnInit {
31
30
  props: SurveyResponseMetadata;
package/lib/version.d.ts CHANGED
@@ -2,4 +2,4 @@
2
2
  * Current version of valtech-components.
3
3
  * This is automatically updated during the publish process.
4
4
  */
5
- export declare const VERSION = "4.0.1021";
5
+ export declare const VERSION = "4.0.1022";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "4.0.1021",
3
+ "version": "4.0.1022",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "valtech-firebase-config": "./src/lib/services/firebase/scripts/generate-sw-config.js"