survey-vue3-ui 2.0.0-rc.0 → 2.0.0-rc.10

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.
Files changed (128) hide show
  1. package/README.md +74 -94
  2. package/package.json +2 -2
  3. package/survey-vue3-ui.es.js +2675 -3102
  4. package/survey-vue3-ui.umd.js +5 -9
  5. package/types/BooleanCheckbox.vue.d.ts +4 -4
  6. package/types/BooleanRadio.vue.d.ts +3 -3
  7. package/types/BooleanRadioItem.vue.d.ts +5 -8
  8. package/types/BooleanSwitch.vue.d.ts +3 -3
  9. package/types/Checkbox.vue.d.ts +5 -6
  10. package/types/CheckboxItem.vue.d.ts +5 -8
  11. package/types/Comment.vue.d.ts +5 -6
  12. package/types/Composite.vue.d.ts +5 -7
  13. package/types/Custom.vue.d.ts +5 -7
  14. package/types/CustomWidget.vue.d.ts +5 -7
  15. package/types/Dropdown.vue.d.ts +5 -6
  16. package/types/DropdownSelect.vue.d.ts +4 -4
  17. package/types/Element.vue.d.ts +5 -8
  18. package/types/ElementHeader.vue.d.ts +5 -7
  19. package/types/Errors.vue.d.ts +5 -7
  20. package/types/Expression.vue.d.ts +5 -6
  21. package/types/File.vue.d.ts +5 -6
  22. package/types/FileCleanButton.vue.d.ts +5 -7
  23. package/types/FileVideo.vue.d.ts +5 -6
  24. package/types/Header.vue.d.ts +5 -6
  25. package/types/Html.vue.d.ts +5 -6
  26. package/types/Image.vue.d.ts +5 -6
  27. package/types/Imagepicker.vue.d.ts +5 -6
  28. package/types/ImagepickerItem.vue.d.ts +5 -7
  29. package/types/Logo.vue.d.ts +5 -6
  30. package/types/Matrix.vue.d.ts +5 -6
  31. package/types/MatrixCell.vue.d.ts +5 -9
  32. package/types/MatrixDropdown.vue.d.ts +5 -6
  33. package/types/MatrixDropdownCellComp.vue.d.ts +5 -7
  34. package/types/MatrixDynamic.vue.d.ts +5 -6
  35. package/types/MatrixHeaderRequired.vue.d.ts +5 -7
  36. package/types/MatrixRow.vue.d.ts +5 -7
  37. package/types/MatrixTable.vue.d.ts +5 -6
  38. package/types/Multipletext.vue.d.ts +5 -6
  39. package/types/MultipletextItem.vue.d.ts +5 -7
  40. package/types/Notifier.vue.d.ts +5 -6
  41. package/types/Page.vue.d.ts +5 -8
  42. package/types/Panel.vue.d.ts +4 -4
  43. package/types/PanelDynamic.vue.d.ts +5 -7
  44. package/types/PanelDynamicProgress.vue.d.ts +5 -6
  45. package/types/PanelDynamicProgressV2.vue.d.ts +5 -6
  46. package/types/PopupSurvey.vue.d.ts +5 -11
  47. package/types/Question.vue.d.ts +4 -4
  48. package/types/QuestionComment.vue.d.ts +5 -6
  49. package/types/QuestionOther.vue.d.ts +5 -6
  50. package/types/Radiogroup.vue.d.ts +5 -6
  51. package/types/RadiogroupItem.vue.d.ts +5 -8
  52. package/types/Ranking.vue.d.ts +5 -6
  53. package/types/RankingItem.vue.d.ts +5 -9
  54. package/types/RankingItemContent.vue.d.ts +5 -7
  55. package/types/Rating.vue.d.ts +5 -6
  56. package/types/RatingDropdown.vue.d.ts +4 -4
  57. package/types/Row.vue.d.ts +5 -8
  58. package/types/SelectBase.vue.d.ts +5 -7
  59. package/types/Signaturepad.vue.d.ts +5 -6
  60. package/types/String.vue.d.ts +5 -6
  61. package/types/StringEditor.vue.d.ts +5 -6
  62. package/types/StringViewer.vue.d.ts +5 -6
  63. package/types/Survey.vue.d.ts +5 -5
  64. package/types/SvComponent.vue.d.ts +16 -7
  65. package/types/Tagbox.vue.d.ts +5 -6
  66. package/types/TemplateRenderer.vue.d.ts +17 -9
  67. package/types/Text.vue.d.ts +5 -6
  68. package/types/TextInput.vue.d.ts +6 -8
  69. package/types/TimerPanel.vue.d.ts +5 -7
  70. package/types/base.d.ts +1 -0
  71. package/types/buttongroup/ButtonGroup.vue.d.ts +5 -6
  72. package/types/buttongroup/ButtonGroupItem.vue.d.ts +5 -8
  73. package/types/components/CharacterCounter.vue.d.ts +5 -7
  74. package/types/components/Container.vue.d.ts +5 -8
  75. package/types/components/QuestionError.vue.d.ts +5 -9
  76. package/types/components/Skeleton.vue.d.ts +5 -6
  77. package/types/components/TextArea.vue.d.ts +5 -6
  78. package/types/components/action-bar/Action.vue.d.ts +5 -6
  79. package/types/components/action-bar/ActionBar.vue.d.ts +12 -15
  80. package/types/components/action-bar/ActionBarItem.vue.d.ts +4 -4
  81. package/types/components/action-bar/ActionBarItemDropdown.vue.d.ts +4 -4
  82. package/types/components/action-bar/ActionBarSeparator.vue.d.ts +5 -6
  83. package/types/components/dropdown/Dropdown.vue.d.ts +5 -6
  84. package/types/components/dropdown/OptionItem.vue.d.ts +5 -6
  85. package/types/components/file/FileChooseButton.vue.d.ts +5 -10
  86. package/types/components/file/FileItem.vue.d.ts +5 -7
  87. package/types/components/file/FilePage.vue.d.ts +5 -7
  88. package/types/components/file/FilePreview.vue.d.ts +5 -6
  89. package/types/components/header/Header.vue.d.ts +5 -7
  90. package/types/components/header/HeaderCell.vue.d.ts +5 -6
  91. package/types/components/header/HeaderMobile.vue.d.ts +5 -6
  92. package/types/components/list/List.vue.d.ts +5 -6
  93. package/types/components/list/ListItem.vue.d.ts +5 -7
  94. package/types/components/list/ListItemContent.vue.d.ts +5 -7
  95. package/types/components/list/ListItemGroup.vue.d.ts +5 -7
  96. package/types/components/matrix-actions/detail-button/DetailButton.vue.d.ts +5 -6
  97. package/types/components/matrix-actions/drag-drop-icon/DragDropIcon.vue.d.ts +5 -6
  98. package/types/components/matrix-actions/remove-button/RemoveButton.vue.d.ts +5 -6
  99. package/types/components/paneldynamic-actions/PaneldynamicAddBtn.vue.d.ts +4 -4
  100. package/types/components/paneldynamic-actions/PaneldynamicNextBtn.vue.d.ts +4 -4
  101. package/types/components/paneldynamic-actions/PaneldynamicPrevBtn.vue.d.ts +4 -4
  102. package/types/components/paneldynamic-actions/PaneldynamicProgressText.vue.d.ts +4 -4
  103. package/types/components/paneldynamic-actions/PaneldynamicRemoveBtn.vue.d.ts +4 -4
  104. package/types/components/paneldynamic-actions/action.d.ts +1 -1
  105. package/types/components/popup/Popup.vue.d.ts +5 -6
  106. package/types/components/popup/PopupContainer.vue.d.ts +5 -6
  107. package/types/components/popup/PopupPointer.vue.d.ts +5 -6
  108. package/types/components/progress/Progress.vue.d.ts +5 -8
  109. package/types/components/progress/ProgressButtons.vue.d.ts +5 -8
  110. package/types/components/progress/ProgressToc.vue.d.ts +5 -7
  111. package/types/components/rating/RatingDropdownItem.vue.d.ts +5 -7
  112. package/types/components/rating/RatingItem.vue.d.ts +3 -3
  113. package/types/components/rating/RatingItemSmiley.vue.d.ts +3 -3
  114. package/types/components/rating/RatingItemStar.vue.d.ts +3 -3
  115. package/types/components/survey-actions/SurveyNavigationButton.vue.d.ts +5 -6
  116. package/types/components/svg-icon/SvgIcon.vue.d.ts +5 -10
  117. package/types/components/tagbox/Tagbox.vue.d.ts +5 -6
  118. package/types/components/tagbox/TagboxFilter.vue.d.ts +5 -7
  119. package/types/components/tagbox/TagboxItem.vue.d.ts +5 -7
  120. package/types/components/title/TitleActions.vue.d.ts +5 -7
  121. package/types/components/title/TitleContent.vue.d.ts +5 -7
  122. package/types/components/title/TitleElement.vue.d.ts +5 -7
  123. package/types/directives/key2click.d.ts +1 -1
  124. package/types/main.d.ts +1 -1
  125. package/types/FilePreview.vue.d.ts +0 -13
  126. package/types/components/cover/Cover.vue.d.ts +0 -21
  127. package/types/components/cover/CoverCell.vue.d.ts +0 -13
  128. package/types/components/file-actions/FileChooseButton.vue.d.ts +0 -21
@@ -1,12 +1,11 @@
1
1
  import type { LocalizableString } from "survey-core";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ type __VLS_Props = {
3
3
  locString: LocalizableString;
4
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
- locString: LocalizableString;
6
- }>>>, {}, {}>;
4
+ };
5
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
7
6
  export default _default;
8
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
- declare type __VLS_TypePropsToRuntimeProps<T> = {
7
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8
+ type __VLS_TypePropsToOption<T> = {
10
9
  [K in keyof T]-?: {} extends Pick<T, K> ? {
11
10
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
11
  } : {
@@ -1,20 +1,20 @@
1
1
  import { type SurveyModel } from "survey-core";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
3
3
  model: SurveyModel;
4
4
  survey?: SurveyModel;
5
5
  } | {
6
6
  model?: SurveyModel;
7
7
  survey: SurveyModel;
8
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
8
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
9
9
  model: SurveyModel;
10
10
  survey?: SurveyModel;
11
- }>>> | Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
11
+ }>>> | Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
12
12
  model?: SurveyModel;
13
13
  survey: SurveyModel;
14
14
  }>>>, {} | {}, {}>;
15
15
  export default _default;
16
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
17
- declare type __VLS_TypePropsToRuntimeProps<T> = {
16
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
17
+ type __VLS_TypePropsToOption<T> = {
18
18
  [K in keyof T]-?: {} extends Pick<T, K> ? {
19
19
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
20
20
  } : {
@@ -1,11 +1,20 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
1
+ type __VLS_Props = {
2
2
  is: string;
3
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
4
- is: string;
5
- }>>>, {}, {}>, Partial<Record<string | number, (_: any) => any>>>;
3
+ };
4
+ declare const registeredComponent: import("vue").ComputedRef<any>;
5
+ declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
6
+ declare var __VLS_7: string | number, __VLS_8: any;
7
+ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
8
+ [K in NonNullable<typeof __VLS_7>]?: (props: typeof __VLS_8) => any;
9
+ }>;
10
+ declare const __VLS_self: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {
11
+ registeredComponent: typeof registeredComponent;
12
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
13
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
14
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
6
15
  export default _default;
7
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8
- declare type __VLS_TypePropsToRuntimeProps<T> = {
16
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
17
+ type __VLS_TypePropsToOption<T> = {
9
18
  [K in keyof T]-?: {} extends Pick<T, K> ? {
10
19
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
11
20
  } : {
@@ -13,7 +22,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
13
22
  required: true;
14
23
  };
15
24
  };
16
- declare type __VLS_WithTemplateSlots<T, S> = T & {
25
+ type __VLS_WithSlots<T, S> = T & {
17
26
  new (): {
18
27
  $slots: S;
19
28
  };
@@ -1,12 +1,11 @@
1
1
  import type { QuestionTagboxModel } from "survey-core";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ type __VLS_Props = {
3
3
  question: QuestionTagboxModel;
4
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
- question: QuestionTagboxModel;
6
- }>>>, {}, {}>;
4
+ };
5
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
7
6
  export default _default;
8
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
- declare type __VLS_TypePropsToRuntimeProps<T> = {
7
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8
+ type __VLS_TypePropsToOption<T> = {
10
9
  [K in keyof T]-?: {} extends Pick<T, K> ? {
11
10
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
11
  } : {
@@ -1,15 +1,23 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
1
+ import SvComponent from "@/SvComponent.vue";
2
+ type __VLS_Props = {
2
3
  componentName?: string;
3
4
  componentData: any;
4
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
- componentName?: string;
6
- componentData: any;
7
- }>>>, {}, {}>, {
8
- default?(_: {}): any;
5
+ };
6
+ declare const hasContentComponent: import("vue").ComputedRef<boolean>;
7
+ declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
8
+ declare var __VLS_1: {};
9
+ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
10
+ default?: (props: typeof __VLS_1) => any;
9
11
  }>;
12
+ declare const __VLS_self: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {
13
+ SvComponent: typeof SvComponent;
14
+ hasContentComponent: typeof hasContentComponent;
15
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
16
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
17
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
10
18
  export default _default;
11
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
12
- declare type __VLS_TypePropsToRuntimeProps<T> = {
19
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
20
+ type __VLS_TypePropsToOption<T> = {
13
21
  [K in keyof T]-?: {} extends Pick<T, K> ? {
14
22
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
15
23
  } : {
@@ -17,7 +25,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
17
25
  required: true;
18
26
  };
19
27
  };
20
- declare type __VLS_WithTemplateSlots<T, S> = T & {
28
+ type __VLS_WithSlots<T, S> = T & {
21
29
  new (): {
22
30
  $slots: S;
23
31
  };
@@ -1,12 +1,11 @@
1
1
  import type { QuestionTextModel } from "survey-core";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ type __VLS_Props = {
3
3
  question: QuestionTextModel;
4
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
- question: QuestionTextModel;
6
- }>>>, {}, {}>;
4
+ };
5
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
7
6
  export default _default;
8
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
- declare type __VLS_TypePropsToRuntimeProps<T> = {
7
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8
+ type __VLS_TypePropsToOption<T> = {
10
9
  [K in keyof T]-?: {} extends Pick<T, K> ? {
11
10
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
11
  } : {
@@ -1,16 +1,14 @@
1
1
  import type { QuestionTextModel } from "survey-core";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ type __VLS_Props = {
3
3
  question: QuestionTextModel;
4
4
  getRef?: Function;
5
- }>, {
5
+ };
6
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {
6
7
  root: import("vue").Ref<any>;
7
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
8
- question: QuestionTextModel;
9
- getRef?: Function;
10
- }>>>, {}, {}>;
8
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
11
9
  export default _default;
12
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
13
- declare type __VLS_TypePropsToRuntimeProps<T> = {
10
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
+ type __VLS_TypePropsToOption<T> = {
14
12
  [K in keyof T]-?: {} extends Pick<T, K> ? {
15
13
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
16
14
  } : {
@@ -1,14 +1,12 @@
1
1
  import type { SurveyTimerModel } from "survey-core";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ type __VLS_Props = {
3
3
  model: SurveyTimerModel;
4
4
  css?: any;
5
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
6
- model: SurveyTimerModel;
7
- css?: any;
8
- }>>>, {}, {}>;
5
+ };
6
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
9
7
  export default _default;
10
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
- declare type __VLS_TypePropsToRuntimeProps<T> = {
8
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ type __VLS_TypePropsToOption<T> = {
12
10
  [K in keyof T]-?: {} extends Pick<T, K> ? {
13
11
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
14
12
  } : {
package/types/base.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  import { Base, Question, LocalizableString } from "survey-core";
2
2
  import { type Ref } from "vue";
3
3
  export declare function makeReactive(surveyElement: Base): void;
4
+ export declare function isBaseElementSubsribed(surveyElement: Base): boolean;
4
5
  export declare function unMakeReactive(surveyElement?: Base): void;
5
6
  export declare function useBase<T extends Base>(getModel: () => T, onModelChanged?: (newValue: T, oldValue?: T) => void, clean?: (model: T) => void): void;
6
7
  export declare function useQuestion<T extends Question>(props: {
@@ -1,12 +1,11 @@
1
1
  import type { QuestionButtonGroupModel } from "survey-core";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ type __VLS_Props = {
3
3
  question: QuestionButtonGroupModel;
4
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
- question: QuestionButtonGroupModel;
6
- }>>>, {}, {}>;
4
+ };
5
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
7
6
  export default _default;
8
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
- declare type __VLS_TypePropsToRuntimeProps<T> = {
7
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8
+ type __VLS_TypePropsToOption<T> = {
10
9
  [K in keyof T]-?: {} extends Pick<T, K> ? {
11
10
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
11
  } : {
@@ -1,16 +1,13 @@
1
1
  import { QuestionButtonGroupModel, type ItemValue } from "survey-core";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ type __VLS_Props = {
3
3
  item: ItemValue;
4
4
  question: QuestionButtonGroupModel;
5
5
  index: number;
6
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
7
- item: ItemValue;
8
- question: QuestionButtonGroupModel;
9
- index: number;
10
- }>>>, {}, {}>;
6
+ };
7
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
11
8
  export default _default;
12
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
13
- declare type __VLS_TypePropsToRuntimeProps<T> = {
9
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
10
+ type __VLS_TypePropsToOption<T> = {
14
11
  [K in keyof T]-?: {} extends Pick<T, K> ? {
15
12
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
16
13
  } : {
@@ -1,14 +1,12 @@
1
1
  import type { CharacterCounter } from "survey-core";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ type __VLS_Props = {
3
3
  counter: CharacterCounter;
4
4
  remainingCharacterCounter?: String;
5
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
6
- counter: CharacterCounter;
7
- remainingCharacterCounter?: String;
8
- }>>>, {}, {}>;
5
+ };
6
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
9
7
  export default _default;
10
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
- declare type __VLS_TypePropsToRuntimeProps<T> = {
8
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ type __VLS_TypePropsToOption<T> = {
12
10
  [K in keyof T]-?: {} extends Pick<T, K> ? {
13
11
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
14
12
  } : {
@@ -1,16 +1,13 @@
1
1
  import type { SurveyModel } from "survey-core";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ type __VLS_Props = {
3
3
  survey: SurveyModel;
4
4
  container: string;
5
5
  needRenderWrapper?: Boolean;
6
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
7
- survey: SurveyModel;
8
- container: string;
9
- needRenderWrapper?: Boolean;
10
- }>>>, {}, {}>;
6
+ };
7
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
11
8
  export default _default;
12
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
13
- declare type __VLS_TypePropsToRuntimeProps<T> = {
9
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
10
+ type __VLS_TypePropsToOption<T> = {
14
11
  [K in keyof T]-?: {} extends Pick<T, K> ? {
15
12
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
16
13
  } : {
@@ -1,18 +1,14 @@
1
1
  import { SurveyError } from "survey-core";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ type __VLS_Props = {
3
3
  errorKey: string;
4
4
  error: SurveyError;
5
5
  cssClasses: any;
6
6
  element: any;
7
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
8
- errorKey: string;
9
- error: SurveyError;
10
- cssClasses: any;
11
- element: any;
12
- }>>>, {}, {}>;
7
+ };
8
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
13
9
  export default _default;
14
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- declare type __VLS_TypePropsToRuntimeProps<T> = {
10
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
+ type __VLS_TypePropsToOption<T> = {
16
12
  [K in keyof T]-?: {} extends Pick<T, K> ? {
17
13
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
14
  } : {
@@ -1,11 +1,10 @@
1
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
1
+ type __VLS_Props = {
2
2
  element: any;
3
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
4
- element: any;
5
- }>>>, {}, {}>;
3
+ };
4
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
6
5
  export default _default;
7
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8
- declare type __VLS_TypePropsToRuntimeProps<T> = {
6
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
7
+ type __VLS_TypePropsToOption<T> = {
9
8
  [K in keyof T]-?: {} extends Pick<T, K> ? {
10
9
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
11
10
  } : {
@@ -1,12 +1,11 @@
1
1
  import type { TextAreaModel } from "survey-core";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ type __VLS_Props = {
3
3
  model: TextAreaModel;
4
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
- model: TextAreaModel;
6
- }>>>, {}, {}>;
4
+ };
5
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
7
6
  export default _default;
8
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
- declare type __VLS_TypePropsToRuntimeProps<T> = {
7
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8
+ type __VLS_TypePropsToOption<T> = {
10
9
  [K in keyof T]-?: {} extends Pick<T, K> ? {
11
10
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
11
  } : {
@@ -1,12 +1,11 @@
1
1
  import type { Action } from "survey-core";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ type __VLS_Props = {
3
3
  item: Action;
4
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
- item: Action;
6
- }>>>, {}, {}>;
4
+ };
5
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
7
6
  export default _default;
8
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
- declare type __VLS_TypePropsToRuntimeProps<T> = {
7
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8
+ type __VLS_TypePropsToOption<T> = {
10
9
  [K in keyof T]-?: {} extends Pick<T, K> ? {
11
10
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
11
  } : {
@@ -1,22 +1,24 @@
1
1
  import type { ActionContainer } from "survey-core";
2
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
+ type __VLS_Props = {
3
3
  model: ActionContainer;
4
4
  container?: string;
5
5
  handleClick?: boolean;
6
- }>, {
6
+ };
7
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {
7
8
  handleClick: boolean;
8
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
9
- model: ActionContainer;
10
- container?: string;
11
- handleClick?: boolean;
12
- }>, {
9
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {
13
10
  handleClick: boolean;
14
11
  }>>>, {
15
12
  handleClick: boolean;
16
13
  }, {}>;
17
14
  export default _default;
18
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
19
- declare type __VLS_TypePropsToRuntimeProps<T> = {
15
+ type __VLS_WithDefaults<P, D> = {
16
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
17
+ default: D[K];
18
+ }> : P[K];
19
+ };
20
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
21
+ type __VLS_TypePropsToOption<T> = {
20
22
  [K in keyof T]-?: {} extends Pick<T, K> ? {
21
23
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
22
24
  } : {
@@ -24,11 +26,6 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
24
26
  required: true;
25
27
  };
26
28
  };
27
- declare type __VLS_WithDefaults<P, D> = {
28
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
29
- default: D[K];
30
- }> : P[K];
31
- };
32
- declare type __VLS_Prettify<T> = {
29
+ type __VLS_PrettifyLocal<T> = {
33
30
  [K in keyof T]: T[K];
34
31
  } & {};
@@ -1,12 +1,12 @@
1
1
  import type { Action } from "survey-core";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
3
3
  item: Action;
4
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
4
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
5
5
  item: Action;
6
6
  }>>>, {}, {}>;
7
7
  export default _default;
8
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
- declare type __VLS_TypePropsToRuntimeProps<T> = {
8
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ type __VLS_TypePropsToOption<T> = {
10
10
  [K in keyof T]-?: {} extends Pick<T, K> ? {
11
11
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
12
  } : {
@@ -1,12 +1,12 @@
1
1
  import { type Action } from "survey-core";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
3
3
  item: Action;
4
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
4
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
5
5
  item: Action;
6
6
  }>>>, {}, {}>;
7
7
  export default _default;
8
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
- declare type __VLS_TypePropsToRuntimeProps<T> = {
8
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ type __VLS_TypePropsToOption<T> = {
10
10
  [K in keyof T]-?: {} extends Pick<T, K> ? {
11
11
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
12
  } : {
@@ -1,12 +1,11 @@
1
1
  import type { Action } from "survey-core";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ type __VLS_Props = {
3
3
  item?: Action;
4
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
- item?: Action;
6
- }>>>, {}, {}>;
4
+ };
5
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
7
6
  export default _default;
8
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
- declare type __VLS_TypePropsToRuntimeProps<T> = {
7
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8
+ type __VLS_TypePropsToOption<T> = {
10
9
  [K in keyof T]-?: {} extends Pick<T, K> ? {
11
10
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
11
  } : {
@@ -1,12 +1,11 @@
1
1
  import { Question } from "survey-core";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ type __VLS_Props = {
3
3
  question: Question;
4
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
- question: Question;
6
- }>>>, {}, {}>;
4
+ };
5
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
7
6
  export default _default;
8
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
- declare type __VLS_TypePropsToRuntimeProps<T> = {
7
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8
+ type __VLS_TypePropsToOption<T> = {
10
9
  [K in keyof T]-?: {} extends Pick<T, K> ? {
11
10
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
11
  } : {
@@ -1,12 +1,11 @@
1
1
  import type { ItemValue } from "survey-core";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ type __VLS_Props = {
3
3
  item: ItemValue;
4
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
- item: ItemValue;
6
- }>>>, {}, {}>;
4
+ };
5
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
7
6
  export default _default;
8
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
- declare type __VLS_TypePropsToRuntimeProps<T> = {
7
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8
+ type __VLS_TypePropsToOption<T> = {
10
9
  [K in keyof T]-?: {} extends Pick<T, K> ? {
11
10
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
11
  } : {
@@ -1,19 +1,14 @@
1
1
  import type { QuestionFileModel, Action } from "survey-core";
2
- declare const question: import("vue").ComputedRef<any>;
3
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ type __VLS_Props = {
4
3
  data?: {
5
4
  question: QuestionFileModel;
6
5
  };
7
6
  item?: Action;
8
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
9
- data?: {
10
- question: QuestionFileModel;
11
- };
12
- item?: Action;
13
- }>>>, {}, {}>;
7
+ };
8
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
14
9
  export default _default;
15
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
16
- declare type __VLS_TypePropsToRuntimeProps<T> = {
10
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
+ type __VLS_TypePropsToOption<T> = {
17
12
  [K in keyof T]-?: {} extends Pick<T, K> ? {
18
13
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
19
14
  } : {
@@ -1,14 +1,12 @@
1
1
  import type { QuestionFileModel } from "survey-core";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ type __VLS_Props = {
3
3
  item: any;
4
4
  question: QuestionFileModel;
5
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
6
- item: any;
7
- question: QuestionFileModel;
8
- }>>>, {}, {}>;
5
+ };
6
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
9
7
  export default _default;
10
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
- declare type __VLS_TypePropsToRuntimeProps<T> = {
8
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ type __VLS_TypePropsToOption<T> = {
12
10
  [K in keyof T]-?: {} extends Pick<T, K> ? {
13
11
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
14
12
  } : {
@@ -1,14 +1,12 @@
1
1
  import type { QuestionFileModel, QuestionFilePage } from "survey-core";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ type __VLS_Props = {
3
3
  page: QuestionFilePage;
4
4
  question: QuestionFileModel;
5
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
6
- page: QuestionFilePage;
7
- question: QuestionFileModel;
8
- }>>>, {}, {}>;
5
+ };
6
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
9
7
  export default _default;
10
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
- declare type __VLS_TypePropsToRuntimeProps<T> = {
8
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ type __VLS_TypePropsToOption<T> = {
12
10
  [K in keyof T]-?: {} extends Pick<T, K> ? {
13
11
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
14
12
  } : {