survey-creator-vue 2.0.5 → 2.0.6
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "survey-creator-vue",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.6",
|
|
4
4
|
"description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Survey",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"url": "https://github.com/surveyjs/survey-creator.git"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"survey-core": "2.0.
|
|
25
|
-
"survey-creator-core": "2.0.
|
|
26
|
-
"survey-vue3-ui": "2.0.
|
|
24
|
+
"survey-core": "2.0.6",
|
|
25
|
+
"survey-creator-core": "2.0.6",
|
|
26
|
+
"survey-vue3-ui": "2.0.6",
|
|
27
27
|
"vue": "^3.2.41"
|
|
28
28
|
}
|
|
29
29
|
}
|
|
@@ -1,20 +1,10 @@
|
|
|
1
|
-
import { key2ClickDirective as vKey2click } from "survey-vue3-ui";
|
|
2
|
-
import { SvComponent } from "survey-vue3-ui";
|
|
3
|
-
import { MatrixCellWrapperViewModel } from "survey-creator-core";
|
|
4
1
|
type __VLS_Props = {
|
|
5
2
|
componentData: any;
|
|
6
3
|
};
|
|
7
|
-
declare const adorner: import("vue").ShallowRef<MatrixCellWrapperViewModel>;
|
|
8
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
9
4
|
declare var __VLS_1: {};
|
|
10
|
-
type __VLS_Slots =
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
11
6
|
default?: (props: typeof __VLS_1) => any;
|
|
12
|
-
}
|
|
13
|
-
declare const __VLS_self: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {
|
|
14
|
-
vKey2click: typeof vKey2click;
|
|
15
|
-
SvComponent: typeof SvComponent;
|
|
16
|
-
adorner: typeof adorner;
|
|
17
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
|
|
7
|
+
};
|
|
18
8
|
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>>>, {}, {}>;
|
|
19
9
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
20
10
|
export default _default;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
import { key2ClickDirective as vKey2click } from "survey-vue3-ui";
|
|
2
|
-
import { SvComponent } from "survey-vue3-ui";
|
|
3
1
|
import type { QuestionRatingModel } from "survey-core";
|
|
4
|
-
import { SurveyCreatorModel
|
|
2
|
+
import { SurveyCreatorModel } from "survey-creator-core";
|
|
5
3
|
type __VLS_Props = {
|
|
6
4
|
componentData: {
|
|
7
5
|
data: SurveyCreatorModel;
|
|
@@ -9,17 +7,10 @@ type __VLS_Props = {
|
|
|
9
7
|
};
|
|
10
8
|
componentName: string;
|
|
11
9
|
};
|
|
12
|
-
declare const model: import("vue").ShallowRef<QuestionRatingAdornerViewModel>;
|
|
13
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
14
10
|
declare var __VLS_17: {};
|
|
15
|
-
type __VLS_Slots =
|
|
11
|
+
type __VLS_Slots = {} & {
|
|
16
12
|
default?: (props: typeof __VLS_17) => any;
|
|
17
|
-
}
|
|
18
|
-
declare const __VLS_self: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {
|
|
19
|
-
vKey2click: typeof vKey2click;
|
|
20
|
-
SvComponent: typeof SvComponent;
|
|
21
|
-
model: typeof model;
|
|
22
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
|
|
13
|
+
};
|
|
23
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>>>, {}, {}>;
|
|
24
15
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
25
16
|
export default _default;
|
|
@@ -1,20 +1,15 @@
|
|
|
1
1
|
import type { QuestionRowModel } from "survey-core";
|
|
2
|
-
import { SurveyCreatorModel
|
|
2
|
+
import { SurveyCreatorModel } from "survey-creator-core";
|
|
3
3
|
type __VLS_Props = {
|
|
4
4
|
componentData: {
|
|
5
5
|
creator: SurveyCreatorModel;
|
|
6
6
|
row: QuestionRowModel;
|
|
7
7
|
};
|
|
8
8
|
};
|
|
9
|
-
declare const model: import("vue").ShallowRef<RowViewModel>;
|
|
10
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
11
9
|
declare var __VLS_1: {};
|
|
12
|
-
type __VLS_Slots =
|
|
10
|
+
type __VLS_Slots = {} & {
|
|
13
11
|
default?: (props: typeof __VLS_1) => any;
|
|
14
|
-
}
|
|
15
|
-
declare const __VLS_self: import("vue").DefineComponent<__VLS_TypePropsToOption<__VLS_Props>, {
|
|
16
|
-
model: typeof model;
|
|
17
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>>, {}, {}>;
|
|
12
|
+
};
|
|
18
13
|
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>>>, {}, {}>;
|
|
19
14
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
20
15
|
export default _default;
|