@polyv/questionnaire-ui-launch 2.5.0-rc-20260604.5 → 2.6.0-rc-20260625.2

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/index.es.d.ts CHANGED
@@ -1662,6 +1662,7 @@ export declare const useQuestionnaireLaunch: () => {
1662
1662
  currentStep: Ref<QuestionnaireLaunchStep>;
1663
1663
  currentQuestionnaireId: Ref<string>;
1664
1664
  currentQuestionnaireType: Ref<QuestionnaireTypeValue>;
1665
+ currentStatisticsQuestionnaireType: Ref<QuestionnaireTypeValue | undefined>;
1665
1666
  previewQuestionnaire: Ref<QuestionnaireLaunchData | undefined>;
1666
1667
  openList: () => void;
1667
1668
  openCreate: (questionnaireType: QuestionnaireTypeValue) => void;