survey-knockout-ui
Advanced tools
Comparing version 1.9.105 to 1.9.106
{ | ||
"name": "survey-knockout-ui", | ||
"version": "1.9.105", | ||
"version": "1.9.106", | ||
"description": "survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.", | ||
@@ -31,5 +31,5 @@ "keywords": [ | ||
"dependencies": { | ||
"survey-core": "1.9.105", | ||
"survey-core": "1.9.106", | ||
"knockout": "^3.5.0" | ||
} | ||
} |
@@ -66,3 +66,2 @@ export { Survey, Survey as Model } from "../knockout/kosurvey"; | ||
export { ButtonGroupItemViewModel } from "../knockout/components/button-group/button-group-item"; | ||
export { TooltipErrorViewModel } from "../knockout/components/tooltip-error/tooltip-error"; | ||
export { SurveyNavigationButton } from "../knockout/components/survey-actions/survey-nav-button"; | ||
@@ -69,0 +68,0 @@ export * from "../knockout/components/paneldynamic-actions/paneldynamic-actions"; |
import { PopupBaseViewModel, IDialogOptions } from "survey-core"; | ||
export declare class PopupViewModel { | ||
popupViewModel: PopupBaseViewModel; | ||
private _popupImplementor; | ||
private _popupModelImplementor; | ||
constructor(popupViewModel: PopupBaseViewModel); | ||
@@ -5,0 +7,0 @@ dispose(): void; |
export declare class ProgressViewModel { | ||
model: any; | ||
constructor(model: any); | ||
private container; | ||
constructor(model: any, container?: string); | ||
getProgressTextInBarCss(css: any): string; | ||
getProgressTextUnderBarCss(css: any): string; | ||
getProgressCssClasses(): any; | ||
} |
@@ -5,2 +5,3 @@ import { QuestionMultipleTextModel, MultipleTextItemModel } from "survey-core"; | ||
import { MultipleTextEditorModel } from "survey-core"; | ||
import { MutlipleTextRow } from "survey-core"; | ||
export declare class koMultipleTextEditorModel extends MultipleTextEditorModel { | ||
@@ -25,5 +26,5 @@ private _implementor; | ||
protected onBaseCreating(): void; | ||
protected onColCountChanged(): void; | ||
protected onRowCreated(row: MutlipleTextRow): MutlipleTextRow; | ||
protected createTextItem(name: string, title: string): MultipleTextItemModel; | ||
dispose(): void; | ||
} |
@@ -18,3 +18,4 @@ import { Base, SurveyModel } from "survey-core"; | ||
makeReactive(obj: Base): void; | ||
dispose(): void; | ||
} | ||
export declare var registerTemplateEngine: (ko: any, platform: string) => void; |
@@ -66,3 +66,2 @@ export { Survey, Survey as Model } from "../knockout/kosurvey"; | ||
export { ButtonGroupItemViewModel } from "../knockout/components/button-group/button-group-item"; | ||
export { TooltipErrorViewModel } from "../knockout/components/tooltip-error/tooltip-error"; | ||
export { SurveyNavigationButton } from "../knockout/components/survey-actions/survey-nav-button"; | ||
@@ -69,0 +68,0 @@ export * from "../knockout/components/paneldynamic-actions/paneldynamic-actions"; |
import { PopupBaseViewModel, IDialogOptions } from "survey-core"; | ||
export declare class PopupViewModel { | ||
popupViewModel: PopupBaseViewModel; | ||
private _popupImplementor; | ||
private _popupModelImplementor; | ||
constructor(popupViewModel: PopupBaseViewModel); | ||
@@ -5,0 +7,0 @@ dispose(): void; |
export declare class ProgressViewModel { | ||
model: any; | ||
constructor(model: any); | ||
private container; | ||
constructor(model: any, container?: string); | ||
getProgressTextInBarCss(css: any): string; | ||
getProgressTextUnderBarCss(css: any): string; | ||
getProgressCssClasses(): any; | ||
} |
@@ -0,0 +0,0 @@ import { Question } from "survey-core"; |
@@ -5,2 +5,3 @@ import { QuestionMultipleTextModel, MultipleTextItemModel } from "survey-core"; | ||
import { MultipleTextEditorModel } from "survey-core"; | ||
import { MutlipleTextRow } from "survey-core"; | ||
export declare class koMultipleTextEditorModel extends MultipleTextEditorModel { | ||
@@ -25,5 +26,5 @@ private _implementor; | ||
protected onBaseCreating(): void; | ||
protected onColCountChanged(): void; | ||
protected onRowCreated(row: MutlipleTextRow): MutlipleTextRow; | ||
protected createTextItem(name: string, title: string): MultipleTextItemModel; | ||
dispose(): void; | ||
} |
@@ -18,3 +18,4 @@ import { Base, SurveyModel } from "survey-core"; | ||
makeReactive(obj: Base): void; | ||
dispose(): void; | ||
} | ||
export declare var registerTemplateEngine: (ko: any, platform: string) => void; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
5
9
1048627
5342
7057
+ Addedsurvey-core@1.9.106(transitive)
- Removedsurvey-core@1.9.105(transitive)
Updatedsurvey-core@1.9.106