survey-vue3-ui 2.0.0-rc.1 → 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 { QuestionFileModel } from "survey-core";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ type __VLS_Props = {
3
3
  question: QuestionFileModel;
4
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
- question: QuestionFileModel;
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,14 +1,12 @@
1
1
  import type { SurveyModel, Cover } from "survey-core";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ type __VLS_Props = {
3
3
  model: Cover;
4
4
  survey: SurveyModel;
5
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
6
- model: Cover;
7
- survey: SurveyModel;
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,12 +1,11 @@
1
1
  import type { CoverCell } from "survey-core";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ type __VLS_Props = {
3
3
  model: CoverCell;
4
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
- model: CoverCell;
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 { Cover } from "survey-core";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ type __VLS_Props = {
3
3
  model: Cover;
4
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
- model: Cover;
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 { ListModel } from "survey-core";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ type __VLS_Props = {
3
3
  model: ListModel;
4
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
- model: ListModel;
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,14 +1,12 @@
1
1
  import type { ListModel, Action } from "survey-core";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ type __VLS_Props = {
3
3
  model: ListModel;
4
4
  item: Action;
5
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
6
- model: ListModel;
7
- item: Action;
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 { ListModel, Action } from "survey-core";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ type __VLS_Props = {
3
3
  model: ListModel;
4
4
  item: Action;
5
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
6
- model: ListModel;
7
- item: Action;
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 { ListModel, Action } from "survey-core";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ type __VLS_Props = {
3
3
  model: ListModel;
4
4
  item: Action;
5
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
6
- model: ListModel;
7
- item: Action;
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,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 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 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,14 +1,14 @@
1
1
  import { type IPanelDynamicActionProps } from "./action";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IPanelDynamicActionProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<IPanelDynamicActionProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
3
3
  item: import("survey-core").Action;
4
4
  data?: any;
5
- }>>> | Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
+ }>>> | Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
6
6
  item?: import("survey-core").Action;
7
7
  data: any;
8
8
  }>>>, {} | {}, {}>;
9
9
  export default _default;
10
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
- declare type __VLS_TypePropsToRuntimeProps<T> = {
10
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
+ type __VLS_TypePropsToOption<T> = {
12
12
  [K in keyof T]-?: {} extends Pick<T, K> ? {
13
13
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
14
14
  } : {
@@ -1,14 +1,14 @@
1
1
  import { type IPanelDynamicActionProps } from "./action";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IPanelDynamicActionProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<IPanelDynamicActionProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
3
3
  item: import("survey-core").Action;
4
4
  data?: any;
5
- }>>> | Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
+ }>>> | Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
6
6
  item?: import("survey-core").Action;
7
7
  data: any;
8
8
  }>>>, {} | {}, {}>;
9
9
  export default _default;
10
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
- declare type __VLS_TypePropsToRuntimeProps<T> = {
10
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
+ type __VLS_TypePropsToOption<T> = {
12
12
  [K in keyof T]-?: {} extends Pick<T, K> ? {
13
13
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
14
14
  } : {
@@ -1,14 +1,14 @@
1
1
  import { type IPanelDynamicActionProps } from "./action";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IPanelDynamicActionProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<IPanelDynamicActionProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
3
3
  item: import("survey-core").Action;
4
4
  data?: any;
5
- }>>> | Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
+ }>>> | Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
6
6
  item?: import("survey-core").Action;
7
7
  data: any;
8
8
  }>>>, {} | {}, {}>;
9
9
  export default _default;
10
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
- declare type __VLS_TypePropsToRuntimeProps<T> = {
10
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
+ type __VLS_TypePropsToOption<T> = {
12
12
  [K in keyof T]-?: {} extends Pick<T, K> ? {
13
13
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
14
14
  } : {
@@ -1,14 +1,14 @@
1
1
  import { type IPanelDynamicActionProps } from "./action";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IPanelDynamicActionProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<IPanelDynamicActionProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
3
3
  item: import("survey-core").Action;
4
4
  data?: any;
5
- }>>> | Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
+ }>>> | Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
6
6
  item?: import("survey-core").Action;
7
7
  data: any;
8
8
  }>>>, {} | {}, {}>;
9
9
  export default _default;
10
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
- declare type __VLS_TypePropsToRuntimeProps<T> = {
10
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
+ type __VLS_TypePropsToOption<T> = {
12
12
  [K in keyof T]-?: {} extends Pick<T, K> ? {
13
13
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
14
14
  } : {
@@ -1,14 +1,14 @@
1
1
  import { type IPanelDynamicActionProps } from "./action";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IPanelDynamicActionProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<IPanelDynamicActionProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
3
3
  item: import("survey-core").Action;
4
4
  data?: any;
5
- }>>> | Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
+ }>>> | Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
6
6
  item?: import("survey-core").Action;
7
7
  data: any;
8
8
  }>>>, {} | {}, {}>;
9
9
  export default _default;
10
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
- declare type __VLS_TypePropsToRuntimeProps<T> = {
10
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
+ type __VLS_TypePropsToOption<T> = {
12
12
  [K in keyof T]-?: {} extends Pick<T, K> ? {
13
13
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
14
14
  } : {
@@ -1,5 +1,5 @@
1
1
  import type { Action, QuestionPanelDynamicModel } from "survey-core";
2
- export declare type IPanelDynamicActionProps = {
2
+ export type IPanelDynamicActionProps = {
3
3
  item: Action;
4
4
  data?: any;
5
5
  } | {
@@ -1,12 +1,11 @@
1
1
  import { PopupModel } from "survey-core";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ type __VLS_Props = {
3
3
  model: PopupModel;
4
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
- model: PopupModel;
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 { PopupBaseViewModel } from "survey-core";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ type __VLS_Props = {
3
3
  model: PopupBaseViewModel;
4
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
- model: PopupBaseViewModel;
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 { PopupDropdownViewModel } from "survey-core";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ type __VLS_Props = {
3
3
  model: PopupDropdownViewModel;
4
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
- model: PopupDropdownViewModel;
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 { 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
  css?: any;
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
- css?: any;
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,16 +1,13 @@
1
1
  import { type SurveyModel, ProgressButtons } from "survey-core";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ type __VLS_Props = {
3
3
  survey: SurveyModel;
4
4
  model: ProgressButtons;
5
5
  container: string;
6
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
7
- survey: SurveyModel;
8
- model: ProgressButtons;
9
- container: string;
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 SurveyModel, TOCModel } from "survey-core";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ type __VLS_Props = {
3
3
  survey: SurveyModel;
4
4
  model: TOCModel;
5
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
6
- survey: SurveyModel;
7
- model: TOCModel;
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,13 +1,11 @@
1
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
1
+ type __VLS_Props = {
2
2
  item: any;
3
3
  model: any;
4
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
- item: any;
6
- model: any;
7
- }>>>, {}, {}>;
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>>>, {}, {}>;
8
6
  export default _default;
9
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
10
- declare type __VLS_TypePropsToRuntimeProps<T> = {
7
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8
+ type __VLS_TypePropsToOption<T> = {
11
9
  [K in keyof T]-?: {} extends Pick<T, K> ? {
12
10
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
13
11
  } : {
@@ -1,8 +1,8 @@
1
1
  import type { IRatingItemProps } from "./rating";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IRatingItemProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IRatingItemProps>>>, {}, {}>;
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<IRatingItemProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<IRatingItemProps>>>, {}, {}>;
3
3
  export default _default;
4
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
5
- declare type __VLS_TypePropsToRuntimeProps<T> = {
4
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
5
+ type __VLS_TypePropsToOption<T> = {
6
6
  [K in keyof T]-?: {} extends Pick<T, K> ? {
7
7
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
8
8
  } : {
@@ -1,8 +1,8 @@
1
1
  import type { IRatingItemProps } from "./rating";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IRatingItemProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IRatingItemProps>>>, {}, {}>;
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<IRatingItemProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<IRatingItemProps>>>, {}, {}>;
3
3
  export default _default;
4
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
5
- declare type __VLS_TypePropsToRuntimeProps<T> = {
4
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
5
+ type __VLS_TypePropsToOption<T> = {
6
6
  [K in keyof T]-?: {} extends Pick<T, K> ? {
7
7
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
8
8
  } : {
@@ -1,8 +1,8 @@
1
1
  import type { IRatingItemProps } from "./rating";
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IRatingItemProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IRatingItemProps>>>, {}, {}>;
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<IRatingItemProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<IRatingItemProps>>>, {}, {}>;
3
3
  export default _default;
4
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
5
- declare type __VLS_TypePropsToRuntimeProps<T> = {
4
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
5
+ type __VLS_TypePropsToOption<T> = {
6
6
  [K in keyof T]-?: {} extends Pick<T, K> ? {
7
7
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
8
8
  } : {
@@ -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,19 +1,14 @@
1
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
1
+ type __VLS_Props = {
2
2
  size: string | number;
3
3
  width?: number;
4
4
  height?: number;
5
5
  iconName: string;
6
6
  title?: string;
7
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
8
- size: string | number;
9
- width?: number;
10
- height?: number;
11
- iconName: string;
12
- title?: string;
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,12 +1,11 @@
1
1
  import { 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
  } : {