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,65 @@
|
|
|
1
|
+
import type { ItemValue, LocalizableString, QuestionRankingModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
index: {
|
|
4
|
+
type: import("vue").PropType<number>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
indexText: {
|
|
8
|
+
type: import("vue").PropType<string>;
|
|
9
|
+
required: true;
|
|
10
|
+
};
|
|
11
|
+
text: {
|
|
12
|
+
type: import("vue").PropType<LocalizableString>;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
handleKeydown: {
|
|
16
|
+
type: import("vue").PropType<Function>;
|
|
17
|
+
};
|
|
18
|
+
cssClasses: {
|
|
19
|
+
type: import("vue").PropType<any>;
|
|
20
|
+
required: true;
|
|
21
|
+
};
|
|
22
|
+
question: {
|
|
23
|
+
type: import("vue").PropType<QuestionRankingModel>;
|
|
24
|
+
required: true;
|
|
25
|
+
};
|
|
26
|
+
item: {
|
|
27
|
+
type: import("vue").PropType<ItemValue>;
|
|
28
|
+
required: true;
|
|
29
|
+
};
|
|
30
|
+
unrankedItem: {
|
|
31
|
+
type: import("vue").PropType<boolean>;
|
|
32
|
+
};
|
|
33
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
34
|
+
index: {
|
|
35
|
+
type: import("vue").PropType<number>;
|
|
36
|
+
required: true;
|
|
37
|
+
};
|
|
38
|
+
indexText: {
|
|
39
|
+
type: import("vue").PropType<string>;
|
|
40
|
+
required: true;
|
|
41
|
+
};
|
|
42
|
+
text: {
|
|
43
|
+
type: import("vue").PropType<LocalizableString>;
|
|
44
|
+
required: true;
|
|
45
|
+
};
|
|
46
|
+
handleKeydown: {
|
|
47
|
+
type: import("vue").PropType<Function>;
|
|
48
|
+
};
|
|
49
|
+
cssClasses: {
|
|
50
|
+
type: import("vue").PropType<any>;
|
|
51
|
+
required: true;
|
|
52
|
+
};
|
|
53
|
+
question: {
|
|
54
|
+
type: import("vue").PropType<QuestionRankingModel>;
|
|
55
|
+
required: true;
|
|
56
|
+
};
|
|
57
|
+
item: {
|
|
58
|
+
type: import("vue").PropType<ItemValue>;
|
|
59
|
+
required: true;
|
|
60
|
+
};
|
|
61
|
+
unrankedItem: {
|
|
62
|
+
type: import("vue").PropType<boolean>;
|
|
63
|
+
};
|
|
64
|
+
}>>, {}, {}>;
|
|
65
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { QuestionRatingModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
question: {
|
|
4
|
+
type: import("vue").PropType<QuestionRatingModel>;
|
|
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<QuestionRatingModel>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { QuestionRatingModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
question: {
|
|
4
|
+
type: import("vue").PropType<QuestionRatingModel>;
|
|
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<QuestionRatingModel>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type { QuestionRowModel, SurveyModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
row: {
|
|
4
|
+
type: import("vue").PropType<QuestionRowModel>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
css: {
|
|
8
|
+
type: import("vue").PropType<any>;
|
|
9
|
+
};
|
|
10
|
+
survey: {
|
|
11
|
+
type: import("vue").PropType<SurveyModel>;
|
|
12
|
+
required: true;
|
|
13
|
+
};
|
|
14
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
|
+
row: {
|
|
16
|
+
type: import("vue").PropType<QuestionRowModel>;
|
|
17
|
+
required: true;
|
|
18
|
+
};
|
|
19
|
+
css: {
|
|
20
|
+
type: import("vue").PropType<any>;
|
|
21
|
+
};
|
|
22
|
+
survey: {
|
|
23
|
+
type: import("vue").PropType<SurveyModel>;
|
|
24
|
+
required: true;
|
|
25
|
+
};
|
|
26
|
+
}>>, {}, {}>;
|
|
27
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { QuestionSignaturePadModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
question: {
|
|
4
|
+
type: import("vue").PropType<QuestionSignaturePadModel>;
|
|
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<QuestionSignaturePadModel>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { LocalizableString } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
locString: {
|
|
4
|
+
type: import("vue").PropType<LocalizableString>;
|
|
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
|
+
locString: {
|
|
9
|
+
type: import("vue").PropType<LocalizableString>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { LocalizableString } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
locString: {
|
|
4
|
+
type: import("vue").PropType<LocalizableString>;
|
|
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
|
+
locString: {
|
|
9
|
+
type: import("vue").PropType<LocalizableString>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { LocalizableString } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
locString: {
|
|
4
|
+
type: import("vue").PropType<LocalizableString>;
|
|
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
|
+
locString: {
|
|
9
|
+
type: import("vue").PropType<LocalizableString>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { SurveyModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
model: {
|
|
4
|
+
type: import("vue").PropType<SurveyModel>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
survey: {
|
|
8
|
+
type: import("vue").PropType<SurveyModel>;
|
|
9
|
+
};
|
|
10
|
+
} | {
|
|
11
|
+
model: {
|
|
12
|
+
type: import("vue").PropType<SurveyModel>;
|
|
13
|
+
};
|
|
14
|
+
survey: {
|
|
15
|
+
type: import("vue").PropType<SurveyModel>;
|
|
16
|
+
required: true;
|
|
17
|
+
};
|
|
18
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
|
+
model: {
|
|
20
|
+
type: import("vue").PropType<SurveyModel>;
|
|
21
|
+
required: true;
|
|
22
|
+
};
|
|
23
|
+
survey: {
|
|
24
|
+
type: import("vue").PropType<SurveyModel>;
|
|
25
|
+
};
|
|
26
|
+
}>> | Readonly<import("vue").ExtractPropTypes<{
|
|
27
|
+
model: {
|
|
28
|
+
type: import("vue").PropType<SurveyModel>;
|
|
29
|
+
};
|
|
30
|
+
survey: {
|
|
31
|
+
type: import("vue").PropType<SurveyModel>;
|
|
32
|
+
required: true;
|
|
33
|
+
};
|
|
34
|
+
}>>, {} | {}, {}>;
|
|
35
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { QuestionTagboxModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
question: {
|
|
4
|
+
type: import("vue").PropType<QuestionTagboxModel>;
|
|
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<QuestionTagboxModel>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { QuestionTextModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
question: {
|
|
4
|
+
type: import("vue").PropType<QuestionTextModel>;
|
|
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<QuestionTextModel>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { QuestionTextModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
question: {
|
|
4
|
+
type: import("vue").PropType<QuestionTextModel>;
|
|
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<QuestionTextModel>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { SurveyTimerModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
model: {
|
|
4
|
+
type: import("vue").PropType<SurveyTimerModel>;
|
|
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
|
+
model: {
|
|
12
|
+
type: import("vue").PropType<SurveyTimerModel>;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
css: {
|
|
16
|
+
type: import("vue").PropType<any>;
|
|
17
|
+
};
|
|
18
|
+
}>>, {}, {}>;
|
|
19
|
+
export default _default;
|
package/types/base.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Base, Question, LocalizableString } from "survey-core";
|
|
2
|
+
import { type Ref } from "vue";
|
|
3
|
+
export declare function useBase<T extends Base>(getModel: () => T, onModelChanged?: (newValue: T) => void, clean?: (model: T) => void): void;
|
|
4
|
+
export declare function useQuestion<T extends Question>(props: {
|
|
5
|
+
question: T;
|
|
6
|
+
}, root: Ref, onQuestionChanged?: (newValue: T) => void, clean?: (question: T) => void): void;
|
|
7
|
+
export declare function useLocString(getLocString: () => LocalizableString): Ref<string>;
|
|
8
|
+
export declare function getComponentName(question: Question): string;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { CharacterCounter } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
counter: {
|
|
4
|
+
type: import("vue").PropType<CharacterCounter>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
remainingCharacterCounter: {
|
|
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
|
+
counter: {
|
|
12
|
+
type: import("vue").PropType<CharacterCounter>;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
remainingCharacterCounter: {
|
|
16
|
+
type: import("vue").PropType<String>;
|
|
17
|
+
};
|
|
18
|
+
}>>, {}, {}>;
|
|
19
|
+
export default _default;
|
|
@@ -0,0 +1,27 @@
|
|
|
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
|
+
container: {
|
|
8
|
+
type: import("vue").PropType<string>;
|
|
9
|
+
required: true;
|
|
10
|
+
};
|
|
11
|
+
needRenderWrapper: {
|
|
12
|
+
type: import("vue").PropType<Boolean>;
|
|
13
|
+
};
|
|
14
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
|
+
survey: {
|
|
16
|
+
type: import("vue").PropType<SurveyModel>;
|
|
17
|
+
required: true;
|
|
18
|
+
};
|
|
19
|
+
container: {
|
|
20
|
+
type: import("vue").PropType<string>;
|
|
21
|
+
required: true;
|
|
22
|
+
};
|
|
23
|
+
needRenderWrapper: {
|
|
24
|
+
type: import("vue").PropType<Boolean>;
|
|
25
|
+
};
|
|
26
|
+
}>>, {}, {}>;
|
|
27
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
element: {
|
|
3
|
+
type: import("vue").PropType<any>;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
+
element: {
|
|
8
|
+
type: import("vue").PropType<any>;
|
|
9
|
+
required: true;
|
|
10
|
+
};
|
|
11
|
+
}>>, {}, {}>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Action } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
item: {
|
|
4
|
+
type: import("vue").PropType<Action>;
|
|
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
|
+
item: {
|
|
9
|
+
type: import("vue").PropType<Action>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { ActionContainer } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
model: {
|
|
4
|
+
type: import("vue").PropType<ActionContainer<import("survey-core").Action>>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
handleClick: {
|
|
8
|
+
type: import("vue").PropType<boolean>;
|
|
9
|
+
};
|
|
10
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
+
model: {
|
|
12
|
+
type: import("vue").PropType<ActionContainer<import("survey-core").Action>>;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
handleClick: {
|
|
16
|
+
type: import("vue").PropType<boolean>;
|
|
17
|
+
};
|
|
18
|
+
}>>, {}, {}>;
|
|
19
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Action } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
item: {
|
|
4
|
+
type: import("vue").PropType<Action>;
|
|
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
|
+
item: {
|
|
9
|
+
type: import("vue").PropType<Action>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { type Action } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
item: {
|
|
4
|
+
type: import("vue").PropType<Action>;
|
|
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
|
+
item: {
|
|
9
|
+
type: import("vue").PropType<Action>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Action } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
item: {
|
|
4
|
+
type: import("vue").PropType<Action>;
|
|
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
|
+
item: {
|
|
9
|
+
type: import("vue").PropType<Action>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Question } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
question: {
|
|
4
|
+
type: import("vue").PropType<Question>;
|
|
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<Question>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { ItemValue } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
item: {
|
|
4
|
+
type: import("vue").PropType<ItemValue>;
|
|
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
|
+
item: {
|
|
9
|
+
type: import("vue").PropType<ItemValue>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { ListModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
model: {
|
|
4
|
+
type: import("vue").PropType<ListModel<import("survey-core").Action>>;
|
|
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<ListModel<import("survey-core").Action>>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { ListModel, Action } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
model: {
|
|
4
|
+
type: import("vue").PropType<ListModel<Action>>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
item: {
|
|
8
|
+
type: import("vue").PropType<Action>;
|
|
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
|
+
model: {
|
|
13
|
+
type: import("vue").PropType<ListModel<Action>>;
|
|
14
|
+
required: true;
|
|
15
|
+
};
|
|
16
|
+
item: {
|
|
17
|
+
type: import("vue").PropType<Action>;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
}>>, {}, {}>;
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Action } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
item: {
|
|
4
|
+
type: import("vue").PropType<Action>;
|
|
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
|
+
item: {
|
|
9
|
+
type: import("vue").PropType<Action>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Action } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
item: {
|
|
4
|
+
type: import("vue").PropType<Action>;
|
|
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
|
+
item: {
|
|
9
|
+
type: import("vue").PropType<Action>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Action } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
item: {
|
|
4
|
+
type: import("vue").PropType<Action>;
|
|
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
|
+
item: {
|
|
9
|
+
type: import("vue").PropType<Action>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
item: {
|
|
3
|
+
type: import("vue").PropType<import("survey-core").Action>;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
data: {
|
|
7
|
+
type: import("vue").PropType<any>;
|
|
8
|
+
};
|
|
9
|
+
} | {
|
|
10
|
+
item: {
|
|
11
|
+
type: import("vue").PropType<import("survey-core").Action>;
|
|
12
|
+
};
|
|
13
|
+
data: {
|
|
14
|
+
type: import("vue").PropType<any>;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
17
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
|
+
item: {
|
|
19
|
+
type: import("vue").PropType<import("survey-core").Action>;
|
|
20
|
+
required: true;
|
|
21
|
+
};
|
|
22
|
+
data: {
|
|
23
|
+
type: import("vue").PropType<any>;
|
|
24
|
+
};
|
|
25
|
+
}>> | Readonly<import("vue").ExtractPropTypes<{
|
|
26
|
+
item: {
|
|
27
|
+
type: import("vue").PropType<import("survey-core").Action>;
|
|
28
|
+
};
|
|
29
|
+
data: {
|
|
30
|
+
type: import("vue").PropType<any>;
|
|
31
|
+
required: true;
|
|
32
|
+
};
|
|
33
|
+
}>>, {} | {}, {}>;
|
|
34
|
+
export default _default;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
item: {
|
|
3
|
+
type: import("vue").PropType<import("survey-core").Action>;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
data: {
|
|
7
|
+
type: import("vue").PropType<any>;
|
|
8
|
+
};
|
|
9
|
+
} | {
|
|
10
|
+
item: {
|
|
11
|
+
type: import("vue").PropType<import("survey-core").Action>;
|
|
12
|
+
};
|
|
13
|
+
data: {
|
|
14
|
+
type: import("vue").PropType<any>;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
17
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
|
+
item: {
|
|
19
|
+
type: import("vue").PropType<import("survey-core").Action>;
|
|
20
|
+
required: true;
|
|
21
|
+
};
|
|
22
|
+
data: {
|
|
23
|
+
type: import("vue").PropType<any>;
|
|
24
|
+
};
|
|
25
|
+
}>> | Readonly<import("vue").ExtractPropTypes<{
|
|
26
|
+
item: {
|
|
27
|
+
type: import("vue").PropType<import("survey-core").Action>;
|
|
28
|
+
};
|
|
29
|
+
data: {
|
|
30
|
+
type: import("vue").PropType<any>;
|
|
31
|
+
required: true;
|
|
32
|
+
};
|
|
33
|
+
}>>, {} | {}, {}>;
|
|
34
|
+
export default _default;
|