survey-creator-vue
Advanced tools
Comparing version 1.9.127 to 1.9.128
{ | ||
"name": "survey-creator-vue", | ||
"version": "1.9.127", | ||
"version": "1.9.128", | ||
"description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
import type { ImageItemValue, QuestionImagePickerModel } from "survey-core"; | ||
import { CreatorBase } from "survey-creator-core"; | ||
declare const creator: import("vue").ComputedRef<CreatorBase>; | ||
import { SurveyCreatorModel } from "survey-creator-core"; | ||
declare const creator: import("vue").ComputedRef<SurveyCreatorModel>; | ||
declare const question: import("vue").ComputedRef<QuestionImagePickerModel>; | ||
@@ -10,3 +10,3 @@ declare const item: import("vue").ComputedRef<ImageItemValue>; | ||
data: { | ||
creator: CreatorBase; | ||
creator: SurveyCreatorModel; | ||
}; | ||
@@ -20,3 +20,3 @@ question: QuestionImagePickerModel; | ||
data: { | ||
creator: CreatorBase; | ||
creator: SurveyCreatorModel; | ||
}; | ||
@@ -23,0 +23,0 @@ question: QuestionImagePickerModel; |
import type { ItemValue, QuestionSelectBase } from "survey-core"; | ||
import { type CreatorBase } from "survey-creator-core"; | ||
declare const creator: import("vue").ComputedRef<CreatorBase>; | ||
import { type SurveyCreatorModel } from "survey-creator-core"; | ||
declare const creator: import("vue").ComputedRef<SurveyCreatorModel>; | ||
declare const question: import("vue").ComputedRef<QuestionSelectBase>; | ||
@@ -10,3 +10,3 @@ declare const item: import("vue").ComputedRef<ItemValue>; | ||
data: { | ||
creator: CreatorBase; | ||
creator: SurveyCreatorModel; | ||
}; | ||
@@ -20,3 +20,3 @@ question: QuestionSelectBase; | ||
data: { | ||
creator: CreatorBase; | ||
creator: SurveyCreatorModel; | ||
}; | ||
@@ -23,0 +23,0 @@ question: QuestionSelectBase; |
import type { QuestionRatingModel } from "survey-core"; | ||
import { CreatorBase } from "survey-creator-core"; | ||
import { SurveyCreatorModel } from "survey-creator-core"; | ||
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{ | ||
componentData: { | ||
data: CreatorBase; | ||
data: SurveyCreatorModel; | ||
question: QuestionRatingModel; | ||
@@ -11,3 +11,3 @@ }; | ||
componentData: { | ||
data: CreatorBase; | ||
data: SurveyCreatorModel; | ||
question: QuestionRatingModel; | ||
@@ -14,0 +14,0 @@ }; |
@@ -1,6 +0,6 @@ | ||
import type { CreatorBase } from "survey-creator-core"; | ||
import type { SurveyCreatorModel } from "survey-creator-core"; | ||
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{ | ||
model: CreatorBase; | ||
model: SurveyCreatorModel; | ||
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{ | ||
model: CreatorBase; | ||
model: SurveyCreatorModel; | ||
}>>>, {}, {}>; | ||
@@ -7,0 +7,0 @@ export default _default; |
@@ -1,6 +0,6 @@ | ||
import { CreatorBase } from "survey-creator-core"; | ||
import { SurveyCreatorModel } from "survey-creator-core"; | ||
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{ | ||
data: CreatorBase; | ||
data: SurveyCreatorModel; | ||
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{ | ||
data: CreatorBase; | ||
data: SurveyCreatorModel; | ||
}>>>, {}, {}>; | ||
@@ -7,0 +7,0 @@ export default _default; |
import type { SurveyModel, PageModel } from "survey-core"; | ||
import type { CreatorBase } from "survey-creator-core"; | ||
import type { SurveyCreatorModel } from "survey-creator-core"; | ||
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{ | ||
creator: CreatorBase; | ||
creator: SurveyCreatorModel; | ||
survey: SurveyModel; | ||
page: PageModel; | ||
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{ | ||
creator: CreatorBase; | ||
creator: SurveyCreatorModel; | ||
survey: SurveyModel; | ||
@@ -10,0 +10,0 @@ page: PageModel; |
import type { QuestionRowModel } from "survey-core"; | ||
import { CreatorBase } from "survey-creator-core"; | ||
import { SurveyCreatorModel } from "survey-creator-core"; | ||
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{ | ||
componentData: { | ||
creator: CreatorBase; | ||
creator: SurveyCreatorModel; | ||
row: QuestionRowModel; | ||
@@ -10,3 +10,3 @@ }; | ||
componentData: { | ||
creator: CreatorBase; | ||
creator: SurveyCreatorModel; | ||
row: QuestionRowModel; | ||
@@ -13,0 +13,0 @@ }; |
@@ -1,6 +0,6 @@ | ||
import type { CreatorBase } from "survey-creator-core"; | ||
import type { SurveyCreatorModel } from "survey-creator-core"; | ||
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{ | ||
creator: CreatorBase; | ||
creator: SurveyCreatorModel; | ||
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{ | ||
creator: CreatorBase; | ||
creator: SurveyCreatorModel; | ||
}>>>, {}, {}>; | ||
@@ -7,0 +7,0 @@ export default _default; |
@@ -1,6 +0,6 @@ | ||
import type { CreatorBase } from "survey-creator-core"; | ||
import type { SurveyCreatorModel } from "survey-creator-core"; | ||
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{ | ||
model: CreatorBase; | ||
model: SurveyCreatorModel; | ||
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{ | ||
model: CreatorBase; | ||
model: SurveyCreatorModel; | ||
}>>>, {}, {}>; | ||
@@ -7,0 +7,0 @@ export default _default; |
@@ -1,4 +0,4 @@ | ||
import type { CreatorBase, IQuestionToolboxItem, ToolboxToolViewModel } from "survey-creator-core"; | ||
import type { SurveyCreatorModel, IQuestionToolboxItem, ToolboxToolViewModel } from "survey-creator-core"; | ||
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{ | ||
creator: CreatorBase; | ||
creator: SurveyCreatorModel; | ||
item: IQuestionToolboxItem; | ||
@@ -8,3 +8,3 @@ isCompact: boolean; | ||
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{ | ||
creator: CreatorBase; | ||
creator: SurveyCreatorModel; | ||
item: IQuestionToolboxItem; | ||
@@ -11,0 +11,0 @@ isCompact: boolean; |
@@ -1,9 +0,9 @@ | ||
import { type CreatorBase } from "survey-creator-core"; | ||
import { type SurveyCreatorModel } from "survey-creator-core"; | ||
import type { Action } from "survey-core"; | ||
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{ | ||
creator: CreatorBase; | ||
creator: SurveyCreatorModel; | ||
item: Action; | ||
isCompact: boolean; | ||
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{ | ||
creator: CreatorBase; | ||
creator: SurveyCreatorModel; | ||
item: Action; | ||
@@ -10,0 +10,0 @@ isCompact: boolean; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
248911
4493