survey-knockout-ui
Advanced tools
Comparing version 1.9.88 to 1.9.89
{ | ||
"name": "survey-knockout-ui", | ||
"version": "1.9.88", | ||
"version": "1.9.89", | ||
"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.88", | ||
"survey-core": "1.9.89", | ||
"knockout": "^3.5.0" | ||
} | ||
} |
import { QuestionMultipleTextModel, MultipleTextItemModel } from "survey-core"; | ||
import { QuestionTextModel } from "survey-core"; | ||
import { QuestionImplementor } from "./koquestion"; | ||
import { MultipleTextEditorModel } from "survey-core"; | ||
export declare class koMultipleTextEditorModel extends MultipleTextEditorModel { | ||
private _implementor; | ||
constructor(name: string); | ||
protected onBaseCreating(): void; | ||
dispose(): void; | ||
} | ||
export declare class MultipleTextItem extends MultipleTextItemModel { | ||
@@ -5,0 +12,0 @@ constructor(name?: any, title?: string); |
import { QuestionMultipleTextModel, MultipleTextItemModel } from "survey-core"; | ||
import { QuestionTextModel } from "survey-core"; | ||
import { QuestionImplementor } from "./koquestion"; | ||
import { MultipleTextEditorModel } from "survey-core"; | ||
export declare class koMultipleTextEditorModel extends MultipleTextEditorModel { | ||
private _implementor; | ||
constructor(name: string); | ||
protected onBaseCreating(): void; | ||
dispose(): void; | ||
} | ||
export declare class MultipleTextItem extends MultipleTextItemModel { | ||
@@ -5,0 +12,0 @@ constructor(name?: any, title?: string); |
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
1031227
7016
+ Addedsurvey-core@1.9.89(transitive)
- Removedsurvey-core@1.9.88(transitive)
Updatedsurvey-core@1.9.89