survey-vue3-ui 2.0.0-rc.1 → 2.0.0-rc.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +74 -94
- package/package.json +2 -2
- package/survey-vue3-ui.es.js +2675 -3102
- package/survey-vue3-ui.umd.js +5 -9
- package/types/BooleanCheckbox.vue.d.ts +4 -4
- package/types/BooleanRadio.vue.d.ts +3 -3
- package/types/BooleanRadioItem.vue.d.ts +5 -8
- package/types/BooleanSwitch.vue.d.ts +3 -3
- package/types/Checkbox.vue.d.ts +5 -6
- package/types/CheckboxItem.vue.d.ts +5 -8
- package/types/Comment.vue.d.ts +5 -6
- package/types/Composite.vue.d.ts +5 -7
- package/types/Custom.vue.d.ts +5 -7
- package/types/CustomWidget.vue.d.ts +5 -7
- package/types/Dropdown.vue.d.ts +5 -6
- package/types/DropdownSelect.vue.d.ts +4 -4
- package/types/Element.vue.d.ts +5 -8
- package/types/ElementHeader.vue.d.ts +5 -7
- package/types/Errors.vue.d.ts +5 -7
- package/types/Expression.vue.d.ts +5 -6
- package/types/File.vue.d.ts +5 -6
- package/types/FileCleanButton.vue.d.ts +5 -7
- package/types/FileVideo.vue.d.ts +5 -6
- package/types/Header.vue.d.ts +5 -6
- package/types/Html.vue.d.ts +5 -6
- package/types/Image.vue.d.ts +5 -6
- package/types/Imagepicker.vue.d.ts +5 -6
- package/types/ImagepickerItem.vue.d.ts +5 -7
- package/types/Logo.vue.d.ts +5 -6
- package/types/Matrix.vue.d.ts +5 -6
- package/types/MatrixCell.vue.d.ts +5 -9
- package/types/MatrixDropdown.vue.d.ts +5 -6
- package/types/MatrixDropdownCellComp.vue.d.ts +5 -7
- package/types/MatrixDynamic.vue.d.ts +5 -6
- package/types/MatrixHeaderRequired.vue.d.ts +5 -7
- package/types/MatrixRow.vue.d.ts +5 -7
- package/types/MatrixTable.vue.d.ts +5 -6
- package/types/Multipletext.vue.d.ts +5 -6
- package/types/MultipletextItem.vue.d.ts +5 -7
- package/types/Notifier.vue.d.ts +5 -6
- package/types/Page.vue.d.ts +5 -8
- package/types/Panel.vue.d.ts +4 -4
- package/types/PanelDynamic.vue.d.ts +5 -7
- package/types/PanelDynamicProgress.vue.d.ts +5 -6
- package/types/PanelDynamicProgressV2.vue.d.ts +5 -6
- package/types/PopupSurvey.vue.d.ts +5 -11
- package/types/Question.vue.d.ts +4 -4
- package/types/QuestionComment.vue.d.ts +5 -6
- package/types/QuestionOther.vue.d.ts +5 -6
- package/types/Radiogroup.vue.d.ts +5 -6
- package/types/RadiogroupItem.vue.d.ts +5 -8
- package/types/Ranking.vue.d.ts +5 -6
- package/types/RankingItem.vue.d.ts +5 -9
- package/types/RankingItemContent.vue.d.ts +5 -7
- package/types/Rating.vue.d.ts +5 -6
- package/types/RatingDropdown.vue.d.ts +4 -4
- package/types/Row.vue.d.ts +5 -8
- package/types/SelectBase.vue.d.ts +5 -7
- package/types/Signaturepad.vue.d.ts +5 -6
- package/types/String.vue.d.ts +5 -6
- package/types/StringEditor.vue.d.ts +5 -6
- package/types/StringViewer.vue.d.ts +5 -6
- package/types/Survey.vue.d.ts +5 -5
- package/types/SvComponent.vue.d.ts +16 -7
- package/types/Tagbox.vue.d.ts +5 -6
- package/types/TemplateRenderer.vue.d.ts +17 -9
- package/types/Text.vue.d.ts +5 -6
- package/types/TextInput.vue.d.ts +6 -8
- package/types/TimerPanel.vue.d.ts +5 -7
- package/types/base.d.ts +1 -0
- package/types/buttongroup/ButtonGroup.vue.d.ts +5 -6
- package/types/buttongroup/ButtonGroupItem.vue.d.ts +5 -8
- package/types/components/CharacterCounter.vue.d.ts +5 -7
- package/types/components/Container.vue.d.ts +5 -8
- package/types/components/QuestionError.vue.d.ts +5 -9
- package/types/components/Skeleton.vue.d.ts +5 -6
- package/types/components/TextArea.vue.d.ts +5 -6
- package/types/components/action-bar/Action.vue.d.ts +5 -6
- package/types/components/action-bar/ActionBar.vue.d.ts +12 -15
- package/types/components/action-bar/ActionBarItem.vue.d.ts +4 -4
- package/types/components/action-bar/ActionBarItemDropdown.vue.d.ts +4 -4
- package/types/components/action-bar/ActionBarSeparator.vue.d.ts +5 -6
- package/types/components/dropdown/Dropdown.vue.d.ts +5 -6
- package/types/components/dropdown/OptionItem.vue.d.ts +5 -6
- package/types/components/file/FileChooseButton.vue.d.ts +5 -10
- package/types/components/file/FileItem.vue.d.ts +5 -7
- package/types/components/file/FilePage.vue.d.ts +5 -7
- package/types/components/file/FilePreview.vue.d.ts +5 -6
- package/types/components/header/Header.vue.d.ts +5 -7
- package/types/components/header/HeaderCell.vue.d.ts +5 -6
- package/types/components/header/HeaderMobile.vue.d.ts +5 -6
- package/types/components/list/List.vue.d.ts +5 -6
- package/types/components/list/ListItem.vue.d.ts +5 -7
- package/types/components/list/ListItemContent.vue.d.ts +5 -7
- package/types/components/list/ListItemGroup.vue.d.ts +5 -7
- package/types/components/matrix-actions/detail-button/DetailButton.vue.d.ts +5 -6
- package/types/components/matrix-actions/drag-drop-icon/DragDropIcon.vue.d.ts +5 -6
- package/types/components/matrix-actions/remove-button/RemoveButton.vue.d.ts +5 -6
- package/types/components/paneldynamic-actions/PaneldynamicAddBtn.vue.d.ts +4 -4
- package/types/components/paneldynamic-actions/PaneldynamicNextBtn.vue.d.ts +4 -4
- package/types/components/paneldynamic-actions/PaneldynamicPrevBtn.vue.d.ts +4 -4
- package/types/components/paneldynamic-actions/PaneldynamicProgressText.vue.d.ts +4 -4
- package/types/components/paneldynamic-actions/PaneldynamicRemoveBtn.vue.d.ts +4 -4
- package/types/components/paneldynamic-actions/action.d.ts +1 -1
- package/types/components/popup/Popup.vue.d.ts +5 -6
- package/types/components/popup/PopupContainer.vue.d.ts +5 -6
- package/types/components/popup/PopupPointer.vue.d.ts +5 -6
- package/types/components/progress/Progress.vue.d.ts +5 -8
- package/types/components/progress/ProgressButtons.vue.d.ts +5 -8
- package/types/components/progress/ProgressToc.vue.d.ts +5 -7
- package/types/components/rating/RatingDropdownItem.vue.d.ts +5 -7
- package/types/components/rating/RatingItem.vue.d.ts +3 -3
- package/types/components/rating/RatingItemSmiley.vue.d.ts +3 -3
- package/types/components/rating/RatingItemStar.vue.d.ts +3 -3
- package/types/components/survey-actions/SurveyNavigationButton.vue.d.ts +5 -6
- package/types/components/svg-icon/SvgIcon.vue.d.ts +5 -10
- package/types/components/tagbox/Tagbox.vue.d.ts +5 -6
- package/types/components/tagbox/TagboxFilter.vue.d.ts +5 -7
- package/types/components/tagbox/TagboxItem.vue.d.ts +5 -7
- package/types/components/title/TitleActions.vue.d.ts +5 -7
- package/types/components/title/TitleContent.vue.d.ts +5 -7
- package/types/components/title/TitleElement.vue.d.ts +5 -7
- package/types/directives/key2click.d.ts +1 -1
- package/types/main.d.ts +1 -1
- package/types/FilePreview.vue.d.ts +0 -13
- package/types/components/cover/Cover.vue.d.ts +0 -21
- package/types/components/cover/CoverCell.vue.d.ts +0 -13
- package/types/components/file-actions/FileChooseButton.vue.d.ts +0 -21
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import type { DropdownMultiSelectListModel, QuestionTagboxModel } from "survey-core";
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
question: QuestionTagboxModel;
|
|
4
4
|
model: DropdownMultiSelectListModel;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
model: DropdownMultiSelectListModel;
|
|
8
|
-
}>>>, {}, {}>;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
|
|
9
7
|
export default _default;
|
|
10
|
-
|
|
11
|
-
|
|
8
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
9
|
+
type __VLS_TypePropsToOption<T> = {
|
|
12
10
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
13
11
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
14
12
|
} : {
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import type { ItemValue, QuestionTagboxModel } from "survey-core";
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
question: QuestionTagboxModel;
|
|
4
4
|
item: ItemValue;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
item: ItemValue;
|
|
8
|
-
}>>>, {}, {}>;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
|
|
9
7
|
export default _default;
|
|
10
|
-
|
|
11
|
-
|
|
8
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
9
|
+
type __VLS_TypePropsToOption<T> = {
|
|
12
10
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
13
11
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
14
12
|
} : {
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import type { PanelModel, Question } from "survey-core";
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
element: Question | PanelModel;
|
|
4
4
|
css: any;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
css: any;
|
|
8
|
-
}>>>, {}, {}>;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
|
|
9
7
|
export default _default;
|
|
10
|
-
|
|
11
|
-
|
|
8
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
9
|
+
type __VLS_TypePropsToOption<T> = {
|
|
12
10
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
13
11
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
14
12
|
} : {
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import type { PanelModel, Question } from "survey-core";
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
element: Question | PanelModel;
|
|
4
4
|
css: any;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
css: any;
|
|
8
|
-
}>>>, {}, {}>;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
|
|
9
7
|
export default _default;
|
|
10
|
-
|
|
11
|
-
|
|
8
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
9
|
+
type __VLS_TypePropsToOption<T> = {
|
|
12
10
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
13
11
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
14
12
|
} : {
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import { type SurveyElement } from "survey-core";
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
element: SurveyElement;
|
|
4
4
|
css: any;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
css: any;
|
|
8
|
-
}>>>, {}, {}>;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
|
|
9
7
|
export default _default;
|
|
10
|
-
|
|
11
|
-
|
|
8
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
9
|
+
type __VLS_TypePropsToOption<T> = {
|
|
12
10
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
13
11
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
14
12
|
} : {
|
package/types/main.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import "survey-core/
|
|
1
|
+
import "survey-core/survey-core.css";
|
|
@@ -1,13 +0,0 @@
|
|
|
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;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { SurveyModel, Cover } from "survey-core";
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
-
model: {
|
|
4
|
-
type: import("vue").PropType<Cover>;
|
|
5
|
-
required: true;
|
|
6
|
-
};
|
|
7
|
-
survey: {
|
|
8
|
-
type: import("vue").PropType<SurveyModel>;
|
|
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<Cover>;
|
|
14
|
-
required: true;
|
|
15
|
-
};
|
|
16
|
-
survey: {
|
|
17
|
-
type: import("vue").PropType<SurveyModel>;
|
|
18
|
-
required: true;
|
|
19
|
-
};
|
|
20
|
-
}>>, {}, {}>;
|
|
21
|
-
export default _default;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { CoverCell } from "survey-core";
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
-
model: {
|
|
4
|
-
type: import("vue").PropType<CoverCell>;
|
|
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<CoverCell>;
|
|
10
|
-
required: true;
|
|
11
|
-
};
|
|
12
|
-
}>>, {}, {}>;
|
|
13
|
-
export default _default;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import type { QuestionFileModel, Action } from "survey-core";
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
-
data: {
|
|
4
|
-
type: import("vue").PropType<{
|
|
5
|
-
question: QuestionFileModel;
|
|
6
|
-
}>;
|
|
7
|
-
};
|
|
8
|
-
item: {
|
|
9
|
-
type: import("vue").PropType<Action>;
|
|
10
|
-
};
|
|
11
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
-
data: {
|
|
13
|
-
type: import("vue").PropType<{
|
|
14
|
-
question: QuestionFileModel;
|
|
15
|
-
}>;
|
|
16
|
-
};
|
|
17
|
-
item: {
|
|
18
|
-
type: import("vue").PropType<Action>;
|
|
19
|
-
};
|
|
20
|
-
}>>, {}, {}>;
|
|
21
|
-
export default _default;
|