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,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;
|
|
@@ -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,9 @@
|
|
|
1
|
+
import type { Action, QuestionPanelDynamicModel } from "survey-core";
|
|
2
|
+
export declare type IPanelDynamicActionProps = {
|
|
3
|
+
item: Action;
|
|
4
|
+
data?: any;
|
|
5
|
+
} | {
|
|
6
|
+
item?: Action;
|
|
7
|
+
data: any;
|
|
8
|
+
};
|
|
9
|
+
export declare function usePanelDynamicAction(props: IPanelDynamicActionProps): import("vue").ComputedRef<QuestionPanelDynamicModel>;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { PopupModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
getTarget: {
|
|
4
|
+
type: import("vue").PropType<(el: HTMLElement) => HTMLElement>;
|
|
5
|
+
};
|
|
6
|
+
model: {
|
|
7
|
+
type: import("vue").PropType<PopupModel<any>>;
|
|
8
|
+
required: true;
|
|
9
|
+
};
|
|
10
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
+
getTarget: {
|
|
12
|
+
type: import("vue").PropType<(el: HTMLElement) => HTMLElement>;
|
|
13
|
+
};
|
|
14
|
+
model: {
|
|
15
|
+
type: import("vue").PropType<PopupModel<any>>;
|
|
16
|
+
required: true;
|
|
17
|
+
};
|
|
18
|
+
}>>, {}, {}>;
|
|
19
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { PopupBaseViewModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
model: {
|
|
4
|
+
type: import("vue").PropType<PopupBaseViewModel>;
|
|
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<PopupBaseViewModel>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>;
|
|
13
|
+
export default _default;
|
|
@@ -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,13 @@
|
|
|
1
|
+
import type { PopupDropdownViewModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
model: {
|
|
4
|
+
type: import("vue").PropType<PopupDropdownViewModel>;
|
|
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<PopupDropdownViewModel>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, {}>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { SurveyModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
survey: {
|
|
4
|
+
type: import("vue").PropType<SurveyModel>;
|
|
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
|
+
survey: {
|
|
12
|
+
type: import("vue").PropType<SurveyModel>;
|
|
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 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 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,28 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
question: {
|
|
3
|
+
type: import("vue").PropType<import("survey-core").QuestionRatingModel>;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
item: {
|
|
7
|
+
type: import("vue").PropType<import("survey-core").RenderedRatingItem>;
|
|
8
|
+
required: true;
|
|
9
|
+
};
|
|
10
|
+
index: {
|
|
11
|
+
type: import("vue").PropType<number>;
|
|
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
|
+
question: {
|
|
16
|
+
type: import("vue").PropType<import("survey-core").QuestionRatingModel>;
|
|
17
|
+
required: true;
|
|
18
|
+
};
|
|
19
|
+
item: {
|
|
20
|
+
type: import("vue").PropType<import("survey-core").RenderedRatingItem>;
|
|
21
|
+
required: true;
|
|
22
|
+
};
|
|
23
|
+
index: {
|
|
24
|
+
type: import("vue").PropType<number>;
|
|
25
|
+
required: true;
|
|
26
|
+
};
|
|
27
|
+
}>>, {}, {}>;
|
|
28
|
+
export default _default;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
question: {
|
|
3
|
+
type: import("vue").PropType<import("survey-core").QuestionRatingModel>;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
item: {
|
|
7
|
+
type: import("vue").PropType<import("survey-core").RenderedRatingItem>;
|
|
8
|
+
required: true;
|
|
9
|
+
};
|
|
10
|
+
index: {
|
|
11
|
+
type: import("vue").PropType<number>;
|
|
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
|
+
question: {
|
|
16
|
+
type: import("vue").PropType<import("survey-core").QuestionRatingModel>;
|
|
17
|
+
required: true;
|
|
18
|
+
};
|
|
19
|
+
item: {
|
|
20
|
+
type: import("vue").PropType<import("survey-core").RenderedRatingItem>;
|
|
21
|
+
required: true;
|
|
22
|
+
};
|
|
23
|
+
index: {
|
|
24
|
+
type: import("vue").PropType<number>;
|
|
25
|
+
required: true;
|
|
26
|
+
};
|
|
27
|
+
}>>, {}, {}>;
|
|
28
|
+
export default _default;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
question: {
|
|
3
|
+
type: import("vue").PropType<import("survey-core").QuestionRatingModel>;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
item: {
|
|
7
|
+
type: import("vue").PropType<import("survey-core").RenderedRatingItem>;
|
|
8
|
+
required: true;
|
|
9
|
+
};
|
|
10
|
+
index: {
|
|
11
|
+
type: import("vue").PropType<number>;
|
|
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
|
+
question: {
|
|
16
|
+
type: import("vue").PropType<import("survey-core").QuestionRatingModel>;
|
|
17
|
+
required: true;
|
|
18
|
+
};
|
|
19
|
+
item: {
|
|
20
|
+
type: import("vue").PropType<import("survey-core").RenderedRatingItem>;
|
|
21
|
+
required: true;
|
|
22
|
+
};
|
|
23
|
+
index: {
|
|
24
|
+
type: import("vue").PropType<number>;
|
|
25
|
+
required: true;
|
|
26
|
+
};
|
|
27
|
+
}>>, {}, {}>;
|
|
28
|
+
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,38 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
size: {
|
|
3
|
+
type: import("vue").PropType<string | number>;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
width: {
|
|
7
|
+
type: import("vue").PropType<number>;
|
|
8
|
+
};
|
|
9
|
+
height: {
|
|
10
|
+
type: import("vue").PropType<number>;
|
|
11
|
+
};
|
|
12
|
+
iconName: {
|
|
13
|
+
type: import("vue").PropType<string>;
|
|
14
|
+
required: true;
|
|
15
|
+
};
|
|
16
|
+
title: {
|
|
17
|
+
type: import("vue").PropType<string>;
|
|
18
|
+
};
|
|
19
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
|
+
size: {
|
|
21
|
+
type: import("vue").PropType<string | number>;
|
|
22
|
+
required: true;
|
|
23
|
+
};
|
|
24
|
+
width: {
|
|
25
|
+
type: import("vue").PropType<number>;
|
|
26
|
+
};
|
|
27
|
+
height: {
|
|
28
|
+
type: import("vue").PropType<number>;
|
|
29
|
+
};
|
|
30
|
+
iconName: {
|
|
31
|
+
type: import("vue").PropType<string>;
|
|
32
|
+
required: true;
|
|
33
|
+
};
|
|
34
|
+
title: {
|
|
35
|
+
type: import("vue").PropType<string>;
|
|
36
|
+
};
|
|
37
|
+
}>>, {}, {}>;
|
|
38
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { 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,21 @@
|
|
|
1
|
+
import type { DropdownMultiSelectListModel, QuestionTagboxModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
question: {
|
|
4
|
+
type: import("vue").PropType<QuestionTagboxModel>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
model: {
|
|
8
|
+
type: import("vue").PropType<DropdownMultiSelectListModel>;
|
|
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<QuestionTagboxModel>;
|
|
14
|
+
required: true;
|
|
15
|
+
};
|
|
16
|
+
model: {
|
|
17
|
+
type: import("vue").PropType<DropdownMultiSelectListModel>;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
}>>, {}, {}>;
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { ItemValue, QuestionTagboxModel } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
question: {
|
|
4
|
+
type: import("vue").PropType<QuestionTagboxModel>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
item: {
|
|
8
|
+
type: import("vue").PropType<ItemValue>;
|
|
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<QuestionTagboxModel>;
|
|
14
|
+
required: true;
|
|
15
|
+
};
|
|
16
|
+
item: {
|
|
17
|
+
type: import("vue").PropType<ItemValue>;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
}>>, {}, {}>;
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { PanelModel, 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
|
+
css: {
|
|
8
|
+
type: import("vue").PropType<any>;
|
|
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
|
+
element: {
|
|
13
|
+
type: import("vue").PropType<Question | PanelModel>;
|
|
14
|
+
required: true;
|
|
15
|
+
};
|
|
16
|
+
css: {
|
|
17
|
+
type: import("vue").PropType<any>;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
}>>, {}, {}>;
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { PanelModel, 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
|
+
css: {
|
|
8
|
+
type: import("vue").PropType<any>;
|
|
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
|
+
element: {
|
|
13
|
+
type: import("vue").PropType<Question | PanelModel>;
|
|
14
|
+
required: true;
|
|
15
|
+
};
|
|
16
|
+
css: {
|
|
17
|
+
type: import("vue").PropType<any>;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
}>>, {}, {}>;
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { type SurveyElementCore } from "survey-core";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
element: {
|
|
4
|
+
type: import("vue").PropType<SurveyElementCore>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
css: {
|
|
8
|
+
type: import("vue").PropType<any>;
|
|
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
|
+
element: {
|
|
13
|
+
type: import("vue").PropType<SurveyElementCore>;
|
|
14
|
+
required: true;
|
|
15
|
+
};
|
|
16
|
+
css: {
|
|
17
|
+
type: import("vue").PropType<any>;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
}>>, {}, {}>;
|
|
21
|
+
export default _default;
|
package/types/index.d.ts
ADDED
package/types/main.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "survey-core/defaultV2.css";
|