survey-vue3-ui 1.9.99
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/package.json +27 -0
- package/survey-vue3-ui.es.js +4745 -0
- package/survey-vue3-ui.umd.js +1 -0
- package/types/App.vue.d.ts +4 -0
- package/types/BooleanCheckbox.vue.d.ts +18 -0
- package/types/BooleanRadio.vue.d.ts +12 -0
- package/types/BooleanRadioItem.vue.d.ts +29 -0
- package/types/BooleanSwitch.vue.d.ts +12 -0
- package/types/Checkbox.vue.d.ts +13 -0
- package/types/CheckboxItem.vue.d.ts +35 -0
- package/types/Comment.vue.d.ts +19 -0
- package/types/Composite.vue.d.ts +19 -0
- package/types/Custom.vue.d.ts +19 -0
- package/types/CustomWidget.vue.d.ts +19 -0
- package/types/Dropdown.vue.d.ts +13 -0
- package/types/DropdownSelect.vue.d.ts +13 -0
- package/types/Element.vue.d.ts +35 -0
- package/types/ElementHeader.vue.d.ts +19 -0
- package/types/Errors.vue.d.ts +19 -0
- package/types/Expression.vue.d.ts +13 -0
- package/types/File.vue.d.ts +13 -0
- package/types/Header.vue.d.ts +13 -0
- package/types/Html.vue.d.ts +13 -0
- package/types/Image.vue.d.ts +13 -0
- package/types/Imagepicker.vue.d.ts +13 -0
- package/types/ImagepickerItem.vue.d.ts +21 -0
- package/types/Matrix.vue.d.ts +13 -0
- package/types/MatrixCell.vue.d.ts +21 -0
- package/types/MatrixDropdown.vue.d.ts +13 -0
- package/types/MatrixDynamic.vue.d.ts +13 -0
- package/types/MatrixHeaderRequired.vue.d.ts +21 -0
- package/types/MatrixTable.vue.d.ts +13 -0
- package/types/Multipletext.vue.d.ts +13 -0
- package/types/MultipletextItem.vue.d.ts +21 -0
- package/types/Notifier.vue.d.ts +13 -0
- package/types/Page.vue.d.ts +28 -0
- package/types/Panel.vue.d.ts +25 -0
- package/types/PanelDynamic.vue.d.ts +19 -0
- package/types/PanelDynamicProgress.vue.d.ts +13 -0
- package/types/PanelDynamicProgressV2.vue.d.ts +13 -0
- package/types/PopupSurvey.vue.d.ts +29 -0
- package/types/QuestionComment.vue.d.ts +19 -0
- package/types/QuestionOther.vue.d.ts +19 -0
- package/types/Radiogroup.vue.d.ts +13 -0
- package/types/RadiogroupItem.vue.d.ts +35 -0
- package/types/Ranking.vue.d.ts +13 -0
- package/types/RankingItem.vue.d.ts +65 -0
- package/types/Rating.vue.d.ts +13 -0
- package/types/RatingDropdown.vue.d.ts +13 -0
- package/types/Row.vue.d.ts +27 -0
- package/types/Signaturepad.vue.d.ts +13 -0
- package/types/String.vue.d.ts +13 -0
- package/types/StringEditor.vue.d.ts +13 -0
- package/types/StringViewer.vue.d.ts +13 -0
- package/types/Survey.vue.d.ts +35 -0
- package/types/Tagbox.vue.d.ts +13 -0
- package/types/Text.vue.d.ts +13 -0
- package/types/TextInput.vue.d.ts +13 -0
- package/types/TimerPanel.vue.d.ts +19 -0
- package/types/base.d.ts +8 -0
- package/types/boolean.d.ts +4 -0
- package/types/components/BrandInfo.vue.d.ts +2 -0
- package/types/components/CharacterCounter.vue.d.ts +19 -0
- package/types/components/Container.vue.d.ts +27 -0
- package/types/components/Skeleton.vue.d.ts +12 -0
- package/types/components/action-bar/Action.vue.d.ts +13 -0
- package/types/components/action-bar/ActionBar.vue.d.ts +19 -0
- package/types/components/action-bar/ActionBarItem.vue.d.ts +13 -0
- package/types/components/action-bar/ActionBarItemDropdown.vue.d.ts +13 -0
- package/types/components/action-bar/ActionBarSeparator.vue.d.ts +13 -0
- package/types/components/dropdown/Dropdown.vue.d.ts +13 -0
- package/types/components/dropdown/OptionItem.vue.d.ts +13 -0
- package/types/components/list/List.vue.d.ts +13 -0
- package/types/components/list/ListItem.vue.d.ts +21 -0
- package/types/components/matrix-actions/detail-button/DetailButton.vue.d.ts +13 -0
- package/types/components/matrix-actions/drag-drop-icon/DragDropIcon.vue.d.ts +13 -0
- package/types/components/matrix-actions/matrix-action.d.ts +7 -0
- package/types/components/matrix-actions/remove-button/RemoveButton.vue.d.ts +13 -0
- package/types/components/paneldynamic-actions/PaneldynamicAddBtn.vue.d.ts +34 -0
- package/types/components/paneldynamic-actions/PaneldynamicNextBtn.vue.d.ts +34 -0
- package/types/components/paneldynamic-actions/PaneldynamicPrevBtn.vue.d.ts +34 -0
- package/types/components/paneldynamic-actions/PaneldynamicProgressText.vue.d.ts +34 -0
- package/types/components/paneldynamic-actions/PaneldynamicRemoveBtn.vue.d.ts +34 -0
- package/types/components/paneldynamic-actions/action.d.ts +9 -0
- package/types/components/popup/Popup.vue.d.ts +19 -0
- package/types/components/popup/PopupContainer.vue.d.ts +13 -0
- package/types/components/popup/PopupModal.vue.d.ts +2 -0
- package/types/components/popup/PopupPointer.vue.d.ts +13 -0
- package/types/components/progress/Progress.vue.d.ts +19 -0
- package/types/components/progress/ProgressButtons.vue.d.ts +13 -0
- package/types/components/progress/ProgressToc.vue.d.ts +13 -0
- package/types/components/rating/RatingItem.vue.d.ts +28 -0
- package/types/components/rating/RatingItemSmiley.vue.d.ts +28 -0
- package/types/components/rating/RatingItemStar.vue.d.ts +28 -0
- package/types/components/rating/rating.d.ts +6 -0
- package/types/components/survey-actions/SurveyNavigationButton.vue.d.ts +13 -0
- package/types/components/svg-icon/SvgIcon.vue.d.ts +38 -0
- package/types/components/tagbox/Tagbox.vue.d.ts +13 -0
- package/types/components/tagbox/TagboxFilter.vue.d.ts +21 -0
- package/types/components/tagbox/TagboxItem.vue.d.ts +21 -0
- package/types/components/title/TitleActions.vue.d.ts +21 -0
- package/types/components/title/TitleContent.vue.d.ts +21 -0
- package/types/components/title/TitleElement.vue.d.ts +21 -0
- package/types/index.d.ts +4 -0
- package/types/main.d.ts +1 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { QuestionDropdownModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
question: {
|
|
4
|
+
type: import("vue").PropType<QuestionDropdownModel>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
+
question: {
|
|
9
|
+
type: import("vue").PropType<QuestionDropdownModel>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import type { SurveyModel, Question, QuestionRowModel, PanelModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
survey: {
|
|
4
|
+
type: import("vue").PropType<SurveyModel>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
element: {
|
|
8
|
+
type: import("vue").PropType<Question | PanelModel>;
|
|
9
|
+
required: true;
|
|
10
|
+
};
|
|
11
|
+
row: {
|
|
12
|
+
type: import("vue").PropType<QuestionRowModel>;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
css: {
|
|
16
|
+
type: import("vue").PropType<any>;
|
|
17
|
+
};
|
|
18
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
|
+
survey: {
|
|
20
|
+
type: import("vue").PropType<SurveyModel>;
|
|
21
|
+
required: true;
|
|
22
|
+
};
|
|
23
|
+
element: {
|
|
24
|
+
type: import("vue").PropType<Question | PanelModel>;
|
|
25
|
+
required: true;
|
|
26
|
+
};
|
|
27
|
+
row: {
|
|
28
|
+
type: import("vue").PropType<QuestionRowModel>;
|
|
29
|
+
required: true;
|
|
30
|
+
};
|
|
31
|
+
css: {
|
|
32
|
+
type: import("vue").PropType<any>;
|
|
33
|
+
};
|
|
34
|
+
}>>, {}, {}>;
|
|
35
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { Question, PanelModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
element: {
|
|
4
|
+
type: import("vue").PropType<Question | PanelModel>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
css: {
|
|
8
|
+
type: import("vue").PropType<any>;
|
|
9
|
+
};
|
|
10
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
+
element: {
|
|
12
|
+
type: import("vue").PropType<Question | PanelModel>;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
css: {
|
|
16
|
+
type: import("vue").PropType<any>;
|
|
17
|
+
};
|
|
18
|
+
}>>, {}, {}>;
|
|
19
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { type PanelModel, type Question } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
element: {
|
|
4
|
+
type: import("vue").PropType<Question | PanelModel>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
location: {
|
|
8
|
+
type: import("vue").PropType<string>;
|
|
9
|
+
};
|
|
10
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
+
element: {
|
|
12
|
+
type: import("vue").PropType<Question | PanelModel>;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
location: {
|
|
16
|
+
type: import("vue").PropType<string>;
|
|
17
|
+
};
|
|
18
|
+
}>>, {}, {}>;
|
|
19
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { QuestionExpressionModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
question: {
|
|
4
|
+
type: import("vue").PropType<QuestionExpressionModel>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
+
question: {
|
|
9
|
+
type: import("vue").PropType<QuestionExpressionModel>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { QuestionFileModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
question: {
|
|
4
|
+
type: import("vue").PropType<QuestionFileModel>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
+
question: {
|
|
9
|
+
type: import("vue").PropType<QuestionFileModel>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { SurveyModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
survey: {
|
|
4
|
+
type: import("vue").PropType<SurveyModel>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
+
survey: {
|
|
9
|
+
type: import("vue").PropType<SurveyModel>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { QuestionHtmlModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
question: {
|
|
4
|
+
type: import("vue").PropType<QuestionHtmlModel>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
+
question: {
|
|
9
|
+
type: import("vue").PropType<QuestionHtmlModel>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { QuestionImageModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
question: {
|
|
4
|
+
type: import("vue").PropType<QuestionImageModel>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
+
question: {
|
|
9
|
+
type: import("vue").PropType<QuestionImageModel>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { QuestionImagePickerModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
question: {
|
|
4
|
+
type: import("vue").PropType<QuestionImagePickerModel>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
+
question: {
|
|
9
|
+
type: import("vue").PropType<QuestionImagePickerModel>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { ImageItemValue, QuestionImagePickerModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
question: {
|
|
4
|
+
type: import("vue").PropType<QuestionImagePickerModel>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
item: {
|
|
8
|
+
type: import("vue").PropType<ImageItemValue>;
|
|
9
|
+
required: true;
|
|
10
|
+
};
|
|
11
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
+
question: {
|
|
13
|
+
type: import("vue").PropType<QuestionImagePickerModel>;
|
|
14
|
+
required: true;
|
|
15
|
+
};
|
|
16
|
+
item: {
|
|
17
|
+
type: import("vue").PropType<ImageItemValue>;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
}>>, {}, {}>;
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { QuestionMatrixModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
question: {
|
|
4
|
+
type: import("vue").PropType<QuestionMatrixModel>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
+
question: {
|
|
9
|
+
type: import("vue").PropType<QuestionMatrixModel>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { Question, QuestionMatrixDropdownRenderedCell } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
question: {
|
|
4
|
+
type: import("vue").PropType<Question>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
cell: {
|
|
8
|
+
type: import("vue").PropType<QuestionMatrixDropdownRenderedCell>;
|
|
9
|
+
required: true;
|
|
10
|
+
};
|
|
11
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
+
question: {
|
|
13
|
+
type: import("vue").PropType<Question>;
|
|
14
|
+
required: true;
|
|
15
|
+
};
|
|
16
|
+
cell: {
|
|
17
|
+
type: import("vue").PropType<QuestionMatrixDropdownRenderedCell>;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
}>>, {}, {}>;
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { QuestionMatrixDropdownModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
question: {
|
|
4
|
+
type: import("vue").PropType<QuestionMatrixDropdownModel>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
+
question: {
|
|
9
|
+
type: import("vue").PropType<QuestionMatrixDropdownModel>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { QuestionMatrixDynamicModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
question: {
|
|
4
|
+
type: import("vue").PropType<QuestionMatrixDynamicModel>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
+
question: {
|
|
9
|
+
type: import("vue").PropType<QuestionMatrixDynamicModel>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { Question, MatrixDropdownColumn } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
question: {
|
|
4
|
+
type: import("vue").PropType<Question>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
column: {
|
|
8
|
+
type: import("vue").PropType<MatrixDropdownColumn>;
|
|
9
|
+
required: true;
|
|
10
|
+
};
|
|
11
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
+
question: {
|
|
13
|
+
type: import("vue").PropType<Question>;
|
|
14
|
+
required: true;
|
|
15
|
+
};
|
|
16
|
+
column: {
|
|
17
|
+
type: import("vue").PropType<MatrixDropdownColumn>;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
}>>, {}, {}>;
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { QuestionMatrixDropdownModelBase } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
question: {
|
|
4
|
+
type: import("vue").PropType<QuestionMatrixDropdownModelBase>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
+
question: {
|
|
9
|
+
type: import("vue").PropType<QuestionMatrixDropdownModelBase>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { QuestionMultipleTextModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
question: {
|
|
4
|
+
type: import("vue").PropType<QuestionMultipleTextModel>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
+
question: {
|
|
9
|
+
type: import("vue").PropType<QuestionMultipleTextModel>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { MultipleTextItemModel, QuestionMultipleTextModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
question: {
|
|
4
|
+
type: import("vue").PropType<QuestionMultipleTextModel>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
item: {
|
|
8
|
+
type: import("vue").PropType<MultipleTextItemModel>;
|
|
9
|
+
required: true;
|
|
10
|
+
};
|
|
11
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
+
question: {
|
|
13
|
+
type: import("vue").PropType<QuestionMultipleTextModel>;
|
|
14
|
+
required: true;
|
|
15
|
+
};
|
|
16
|
+
item: {
|
|
17
|
+
type: import("vue").PropType<MultipleTextItemModel>;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
}>>, {}, {}>;
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Notifier } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
model: {
|
|
4
|
+
type: import("vue").PropType<Notifier>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
+
model: {
|
|
9
|
+
type: import("vue").PropType<Notifier>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { SurveyModel } from "survey-core";
|
|
2
|
+
import type { PageModel } from "survey-core";
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
survey: {
|
|
5
|
+
type: import("vue").PropType<SurveyModel>;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
page: {
|
|
9
|
+
type: import("vue").PropType<PageModel>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
css: {
|
|
13
|
+
type: import("vue").PropType<object>;
|
|
14
|
+
};
|
|
15
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
+
survey: {
|
|
17
|
+
type: import("vue").PropType<SurveyModel>;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
page: {
|
|
21
|
+
type: import("vue").PropType<PageModel>;
|
|
22
|
+
required: true;
|
|
23
|
+
};
|
|
24
|
+
css: {
|
|
25
|
+
type: import("vue").PropType<object>;
|
|
26
|
+
};
|
|
27
|
+
}>>, {}, {}>;
|
|
28
|
+
export default _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { PanelModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
question: {
|
|
4
|
+
type: import("vue").PropType<PanelModel>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
isEditMode: {
|
|
8
|
+
type: import("vue").PropType<boolean>;
|
|
9
|
+
};
|
|
10
|
+
css: {
|
|
11
|
+
type: import("vue").PropType<any>;
|
|
12
|
+
};
|
|
13
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14
|
+
question: {
|
|
15
|
+
type: import("vue").PropType<PanelModel>;
|
|
16
|
+
required: true;
|
|
17
|
+
};
|
|
18
|
+
isEditMode: {
|
|
19
|
+
type: import("vue").PropType<boolean>;
|
|
20
|
+
};
|
|
21
|
+
css: {
|
|
22
|
+
type: import("vue").PropType<any>;
|
|
23
|
+
};
|
|
24
|
+
}>>, {}, {}>;
|
|
25
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { QuestionPanelDynamicModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
question: {
|
|
4
|
+
type: import("vue").PropType<QuestionPanelDynamicModel>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
css: {
|
|
8
|
+
type: import("vue").PropType<any>;
|
|
9
|
+
};
|
|
10
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
+
question: {
|
|
12
|
+
type: import("vue").PropType<QuestionPanelDynamicModel>;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
css: {
|
|
16
|
+
type: import("vue").PropType<any>;
|
|
17
|
+
};
|
|
18
|
+
}>>, {}, {}>;
|
|
19
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { QuestionPanelDynamicModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
question: {
|
|
4
|
+
type: import("vue").PropType<QuestionPanelDynamicModel>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
+
question: {
|
|
9
|
+
type: import("vue").PropType<QuestionPanelDynamicModel>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { QuestionPanelDynamicModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
question: {
|
|
4
|
+
type: import("vue").PropType<QuestionPanelDynamicModel>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
+
question: {
|
|
9
|
+
type: import("vue").PropType<QuestionPanelDynamicModel>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { type SurveyModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
survey: {
|
|
4
|
+
type: import("vue").PropType<SurveyModel>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
isExpanded: {
|
|
8
|
+
type: import("vue").PropType<boolean>;
|
|
9
|
+
required: true;
|
|
10
|
+
};
|
|
11
|
+
closeOnCompleteTimeout: {
|
|
12
|
+
type: import("vue").PropType<number>;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
+
survey: {
|
|
17
|
+
type: import("vue").PropType<SurveyModel>;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
isExpanded: {
|
|
21
|
+
type: import("vue").PropType<boolean>;
|
|
22
|
+
required: true;
|
|
23
|
+
};
|
|
24
|
+
closeOnCompleteTimeout: {
|
|
25
|
+
type: import("vue").PropType<number>;
|
|
26
|
+
required: true;
|
|
27
|
+
};
|
|
28
|
+
}>>, {}, {}>;
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { Question } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
question: {
|
|
4
|
+
type: import("vue").PropType<Question>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
commentClass: {
|
|
8
|
+
type: import("vue").PropType<any>;
|
|
9
|
+
};
|
|
10
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
+
question: {
|
|
12
|
+
type: import("vue").PropType<Question>;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
commentClass: {
|
|
16
|
+
type: import("vue").PropType<any>;
|
|
17
|
+
};
|
|
18
|
+
}>>, {}, {}>;
|
|
19
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { Question } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
question: {
|
|
4
|
+
type: import("vue").PropType<Question>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
commentClass: {
|
|
8
|
+
type: import("vue").PropType<string>;
|
|
9
|
+
};
|
|
10
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
+
question: {
|
|
12
|
+
type: import("vue").PropType<Question>;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
commentClass: {
|
|
16
|
+
type: import("vue").PropType<string>;
|
|
17
|
+
};
|
|
18
|
+
}>>, {}, {}>;
|
|
19
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { QuestionRadiogroupModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
question: {
|
|
4
|
+
type: import("vue").PropType<QuestionRadiogroupModel>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
+
question: {
|
|
9
|
+
type: import("vue").PropType<QuestionRadiogroupModel>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import type { ItemValue, QuestionRadiogroupModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
question: {
|
|
4
|
+
type: import("vue").PropType<QuestionRadiogroupModel>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
item: {
|
|
8
|
+
type: import("vue").PropType<ItemValue>;
|
|
9
|
+
required: true;
|
|
10
|
+
};
|
|
11
|
+
index: {
|
|
12
|
+
type: import("vue").PropType<string | number>;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
hideLabel: {
|
|
16
|
+
type: import("vue").PropType<boolean>;
|
|
17
|
+
};
|
|
18
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
|
+
question: {
|
|
20
|
+
type: import("vue").PropType<QuestionRadiogroupModel>;
|
|
21
|
+
required: true;
|
|
22
|
+
};
|
|
23
|
+
item: {
|
|
24
|
+
type: import("vue").PropType<ItemValue>;
|
|
25
|
+
required: true;
|
|
26
|
+
};
|
|
27
|
+
index: {
|
|
28
|
+
type: import("vue").PropType<string | number>;
|
|
29
|
+
required: true;
|
|
30
|
+
};
|
|
31
|
+
hideLabel: {
|
|
32
|
+
type: import("vue").PropType<boolean>;
|
|
33
|
+
};
|
|
34
|
+
}>>, {}, {}>;
|
|
35
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { QuestionRankingModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
question: {
|
|
4
|
+
type: import("vue").PropType<QuestionRankingModel>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
+
question: {
|
|
9
|
+
type: import("vue").PropType<QuestionRankingModel>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>;
|
|
13
|
+
export default _default;
|