survey-vue3-ui 2.0.0-rc.2 → 2.0.0-rc.4
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 +4145 -3636
- 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 +14 -7
- package/types/Tagbox.vue.d.ts +5 -6
- package/types/TemplateRenderer.vue.d.ts +16 -10
- 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/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
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import type { LocalizableString } from "survey-core";
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
locString: LocalizableString;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
}>>>, {}, {}>;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
|
|
7
6
|
export default _default;
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
8
|
+
type __VLS_TypePropsToOption<T> = {
|
|
10
9
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
11
10
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
12
11
|
} : {
|
package/types/Survey.vue.d.ts
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { type SurveyModel } from "survey-core";
|
|
2
|
-
declare const _default: import("vue").DefineComponent<
|
|
2
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
|
|
3
3
|
model: SurveyModel;
|
|
4
4
|
survey?: SurveyModel;
|
|
5
5
|
} | {
|
|
6
6
|
model?: SurveyModel;
|
|
7
7
|
survey: SurveyModel;
|
|
8
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<
|
|
8
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
|
|
9
9
|
model: SurveyModel;
|
|
10
10
|
survey?: SurveyModel;
|
|
11
|
-
}>>> | Readonly<import("vue").ExtractPropTypes<
|
|
11
|
+
}>>> | Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
|
|
12
12
|
model?: SurveyModel;
|
|
13
13
|
survey: SurveyModel;
|
|
14
14
|
}>>>, {} | {}, {}>;
|
|
15
15
|
export default _default;
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
17
|
+
type __VLS_TypePropsToOption<T> = {
|
|
18
18
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
19
19
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
20
20
|
} : {
|
|
@@ -1,11 +1,18 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
is: string;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
};
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
6
|
+
slots: any;
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: any;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: 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>>>, {}, {}>;
|
|
12
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
6
13
|
export default _default;
|
|
7
|
-
|
|
8
|
-
|
|
14
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
15
|
+
type __VLS_TypePropsToOption<T> = {
|
|
9
16
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
10
17
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
11
18
|
} : {
|
|
@@ -13,7 +20,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
13
20
|
required: true;
|
|
14
21
|
};
|
|
15
22
|
};
|
|
16
|
-
|
|
23
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
24
|
new (): {
|
|
18
25
|
$slots: S;
|
|
19
26
|
};
|
package/types/Tagbox.vue.d.ts
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import type { QuestionTagboxModel } from "survey-core";
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
question: QuestionTagboxModel;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
}>>>, {}, {}>;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
|
|
7
6
|
export default _default;
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
8
|
+
type __VLS_TypePropsToOption<T> = {
|
|
10
9
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
11
10
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
12
11
|
} : {
|
|
@@ -1,15 +1,21 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
componentName?: string;
|
|
3
3
|
componentData: any;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
4
|
+
};
|
|
5
|
+
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
slots: {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
};
|
|
10
|
+
refs: {};
|
|
11
|
+
rootEl: any;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
declare const __VLS_component: 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>>>, {}, {}>;
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
10
16
|
export default _default;
|
|
11
|
-
|
|
12
|
-
|
|
17
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
18
|
+
type __VLS_TypePropsToOption<T> = {
|
|
13
19
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
14
20
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
15
21
|
} : {
|
|
@@ -17,7 +23,7 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
17
23
|
required: true;
|
|
18
24
|
};
|
|
19
25
|
};
|
|
20
|
-
|
|
26
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
21
27
|
new (): {
|
|
22
28
|
$slots: S;
|
|
23
29
|
};
|
package/types/Text.vue.d.ts
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import type { QuestionTextModel } from "survey-core";
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
question: QuestionTextModel;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
}>>>, {}, {}>;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
|
|
7
6
|
export default _default;
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
8
|
+
type __VLS_TypePropsToOption<T> = {
|
|
10
9
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
11
10
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
12
11
|
} : {
|
package/types/TextInput.vue.d.ts
CHANGED
|
@@ -1,16 +1,14 @@
|
|
|
1
1
|
import type { QuestionTextModel } from "survey-core";
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
question: QuestionTextModel;
|
|
4
4
|
getRef?: Function;
|
|
5
|
-
}
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {
|
|
6
7
|
root: import("vue").Ref<any>;
|
|
7
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<
|
|
8
|
-
question: QuestionTextModel;
|
|
9
|
-
getRef?: Function;
|
|
10
|
-
}>>>, {}, {}>;
|
|
8
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
|
|
11
9
|
export default _default;
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
11
|
+
type __VLS_TypePropsToOption<T> = {
|
|
14
12
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
15
13
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
16
14
|
} : {
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import type { SurveyTimerModel } from "survey-core";
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
model: SurveyTimerModel;
|
|
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,12 +1,11 @@
|
|
|
1
1
|
import type { QuestionButtonGroupModel } from "survey-core";
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
question: QuestionButtonGroupModel;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
}>>>, {}, {}>;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
|
|
7
6
|
export default _default;
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
8
|
+
type __VLS_TypePropsToOption<T> = {
|
|
10
9
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
11
10
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
12
11
|
} : {
|
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
import { QuestionButtonGroupModel, type ItemValue } from "survey-core";
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
item: ItemValue;
|
|
4
4
|
question: QuestionButtonGroupModel;
|
|
5
5
|
index: number;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
question: QuestionButtonGroupModel;
|
|
9
|
-
index: number;
|
|
10
|
-
}>>>, {}, {}>;
|
|
6
|
+
};
|
|
7
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
|
|
11
8
|
export default _default;
|
|
12
|
-
|
|
13
|
-
|
|
9
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
|
+
type __VLS_TypePropsToOption<T> = {
|
|
14
11
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
15
12
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
16
13
|
} : {
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import type { CharacterCounter } from "survey-core";
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
counter: CharacterCounter;
|
|
4
4
|
remainingCharacterCounter?: String;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
remainingCharacterCounter?: String;
|
|
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,16 +1,13 @@
|
|
|
1
1
|
import type { SurveyModel } from "survey-core";
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
survey: SurveyModel;
|
|
4
4
|
container: string;
|
|
5
5
|
needRenderWrapper?: Boolean;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
container: string;
|
|
9
|
-
needRenderWrapper?: Boolean;
|
|
10
|
-
}>>>, {}, {}>;
|
|
6
|
+
};
|
|
7
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
|
|
11
8
|
export default _default;
|
|
12
|
-
|
|
13
|
-
|
|
9
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
|
+
type __VLS_TypePropsToOption<T> = {
|
|
14
11
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
15
12
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
16
13
|
} : {
|
|
@@ -1,18 +1,14 @@
|
|
|
1
1
|
import { SurveyError } from "survey-core";
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
errorKey: string;
|
|
4
4
|
error: SurveyError;
|
|
5
5
|
cssClasses: any;
|
|
6
6
|
element: any;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
error: SurveyError;
|
|
10
|
-
cssClasses: any;
|
|
11
|
-
element: any;
|
|
12
|
-
}>>>, {}, {}>;
|
|
7
|
+
};
|
|
8
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
|
|
13
9
|
export default _default;
|
|
14
|
-
|
|
15
|
-
|
|
10
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
11
|
+
type __VLS_TypePropsToOption<T> = {
|
|
16
12
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
17
13
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
18
14
|
} : {
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
element: any;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
}>>>, {}, {}>;
|
|
3
|
+
};
|
|
4
|
+
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>>>, {}, {}>;
|
|
6
5
|
export default _default;
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
7
|
+
type __VLS_TypePropsToOption<T> = {
|
|
9
8
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
10
9
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
11
10
|
} : {
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import type { TextAreaModel } from "survey-core";
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
model: TextAreaModel;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
}>>>, {}, {}>;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
|
|
7
6
|
export default _default;
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
8
|
+
type __VLS_TypePropsToOption<T> = {
|
|
10
9
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
11
10
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
12
11
|
} : {
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import type { Action } from "survey-core";
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
item: Action;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
}>>>, {}, {}>;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
|
|
7
6
|
export default _default;
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
8
|
+
type __VLS_TypePropsToOption<T> = {
|
|
10
9
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
11
10
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
12
11
|
} : {
|
|
@@ -1,22 +1,24 @@
|
|
|
1
1
|
import type { ActionContainer } from "survey-core";
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
model: ActionContainer;
|
|
4
4
|
container?: string;
|
|
5
5
|
handleClick?: boolean;
|
|
6
|
-
}
|
|
6
|
+
};
|
|
7
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {
|
|
7
8
|
handleClick: boolean;
|
|
8
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<
|
|
9
|
-
model: ActionContainer;
|
|
10
|
-
container?: string;
|
|
11
|
-
handleClick?: boolean;
|
|
12
|
-
}>, {
|
|
9
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {
|
|
13
10
|
handleClick: boolean;
|
|
14
11
|
}>>>, {
|
|
15
12
|
handleClick: boolean;
|
|
16
13
|
}, {}>;
|
|
17
14
|
export default _default;
|
|
18
|
-
|
|
19
|
-
|
|
15
|
+
type __VLS_WithDefaults<P, D> = {
|
|
16
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
17
|
+
default: D[K];
|
|
18
|
+
}> : P[K];
|
|
19
|
+
};
|
|
20
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
21
|
+
type __VLS_TypePropsToOption<T> = {
|
|
20
22
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
21
23
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
22
24
|
} : {
|
|
@@ -24,11 +26,6 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
24
26
|
required: true;
|
|
25
27
|
};
|
|
26
28
|
};
|
|
27
|
-
|
|
28
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
29
|
-
default: D[K];
|
|
30
|
-
}> : P[K];
|
|
31
|
-
};
|
|
32
|
-
declare type __VLS_Prettify<T> = {
|
|
29
|
+
type __VLS_PrettifyLocal<T> = {
|
|
33
30
|
[K in keyof T]: T[K];
|
|
34
31
|
} & {};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import type { Action } from "survey-core";
|
|
2
|
-
declare const _default: import("vue").DefineComponent<
|
|
2
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
|
|
3
3
|
item: Action;
|
|
4
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<
|
|
4
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
|
|
5
5
|
item: Action;
|
|
6
6
|
}>>>, {}, {}>;
|
|
7
7
|
export default _default;
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
9
|
+
type __VLS_TypePropsToOption<T> = {
|
|
10
10
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
11
11
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
12
12
|
} : {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { type Action } from "survey-core";
|
|
2
|
-
declare const _default: import("vue").DefineComponent<
|
|
2
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
|
|
3
3
|
item: Action;
|
|
4
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<
|
|
4
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
|
|
5
5
|
item: Action;
|
|
6
6
|
}>>>, {}, {}>;
|
|
7
7
|
export default _default;
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
9
|
+
type __VLS_TypePropsToOption<T> = {
|
|
10
10
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
11
11
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
12
12
|
} : {
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import type { Action } from "survey-core";
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
item?: Action;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
}>>>, {}, {}>;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
|
|
7
6
|
export default _default;
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
8
|
+
type __VLS_TypePropsToOption<T> = {
|
|
10
9
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
11
10
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
12
11
|
} : {
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { Question } from "survey-core";
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
question: Question;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
}>>>, {}, {}>;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
|
|
7
6
|
export default _default;
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
8
|
+
type __VLS_TypePropsToOption<T> = {
|
|
10
9
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
11
10
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
12
11
|
} : {
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import type { ItemValue } from "survey-core";
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
item: ItemValue;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
}>>>, {}, {}>;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
|
|
7
6
|
export default _default;
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
8
|
+
type __VLS_TypePropsToOption<T> = {
|
|
10
9
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
11
10
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
12
11
|
} : {
|
|
@@ -1,19 +1,14 @@
|
|
|
1
1
|
import type { QuestionFileModel, Action } from "survey-core";
|
|
2
|
-
|
|
3
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
type __VLS_Props = {
|
|
4
3
|
data?: {
|
|
5
4
|
question: QuestionFileModel;
|
|
6
5
|
};
|
|
7
6
|
item?: Action;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
question: QuestionFileModel;
|
|
11
|
-
};
|
|
12
|
-
item?: Action;
|
|
13
|
-
}>>>, {}, {}>;
|
|
7
|
+
};
|
|
8
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
|
|
14
9
|
export default _default;
|
|
15
|
-
|
|
16
|
-
|
|
10
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
11
|
+
type __VLS_TypePropsToOption<T> = {
|
|
17
12
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
18
13
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
19
14
|
} : {
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import type { QuestionFileModel } from "survey-core";
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
item: any;
|
|
4
4
|
question: QuestionFileModel;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
question: QuestionFileModel;
|
|
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 { QuestionFileModel, QuestionFilePage } from "survey-core";
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
page: QuestionFilePage;
|
|
4
4
|
question: QuestionFileModel;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
question: QuestionFileModel;
|
|
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,12 +1,11 @@
|
|
|
1
1
|
import type { QuestionFileModel } from "survey-core";
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
question: QuestionFileModel;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
}>>>, {}, {}>;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
|
|
7
6
|
export default _default;
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
8
|
+
type __VLS_TypePropsToOption<T> = {
|
|
10
9
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
11
10
|
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
12
11
|
} : {
|