survey-knockout-ui
Advanced tools
Comparing version 1.9.46 to 1.9.47
{ | ||
"name": "survey-knockout-ui", | ||
"version": "1.9.46", | ||
"version": "1.9.47", | ||
"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.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
/* | ||
* Type definition for Survey JavaScript library for Knockout (without core) v1.9.46 | ||
* Type definition for Survey JavaScript library for Knockout (without core) v1.9.47 | ||
* Copyright (c) 2015-2022 Devsoft Baltic OÜ - https://surveyjs.io/ | ||
@@ -7,3 +7,3 @@ * License: MIT (http://www.opensource.org/licenses/mit-license.php) | ||
import { ButtonGroupItemModel, Base, PanelModel, PopupBaseViewModel, SurveyModel } from "survey-core"; | ||
import { SurveyProgressButtonsModel, Question, TooltipManager, PanelModelBase, SurveyWindowModel } from "survey-core"; | ||
import { SurveyProgressButtonsModel, Question, TooltipManager, PanelModelBase, PopupSurveyModel } from "survey-core"; | ||
import { MultipleTextItemModel, QuestionTextModel, QuestionMatrixDropdownModel, MatrixDropdownRowModelBase, QuestionRowModel } from "survey-core"; | ||
@@ -102,2 +102,6 @@ import { MatrixDynamicRowModel, PageModel, QuestionBooleanModel, QuestionEmptyModel, QuestionExpressionModel } from "survey-core"; | ||
} | ||
export declare class PopupSurveyImplementor extends ImplementorBase { | ||
constructor(window: PopupSurveyModel); | ||
window: PopupSurveyModel; | ||
} | ||
export declare class QuestionImplementor extends ImplementorBase { | ||
@@ -130,6 +134,2 @@ constructor(question: Question); | ||
} | ||
export declare class SurveyWindowImplementor extends ImplementorBase { | ||
constructor(window: SurveyWindowModel); | ||
window: SurveyWindowModel; | ||
} | ||
export declare class MultipleTextItem extends MultipleTextItemModel { | ||
@@ -139,2 +139,5 @@ constructor(name?: any, title?: string); | ||
} | ||
export declare class PopupSurvey extends PopupSurveyModel { | ||
constructor(jsonObj: any, initialModel?: SurveyModel); | ||
} | ||
export declare class QuestionFileImplementor extends QuestionImplementor { | ||
@@ -188,5 +191,2 @@ constructor(question: QuestionFile); | ||
} | ||
export declare class SurveyWindow extends SurveyWindowModel { | ||
constructor(jsonObj: any, initialModel?: SurveyModel); | ||
} | ||
export declare class QuestionCheckboxBaseImplementor extends QuestionSelectBaseImplementor { | ||
@@ -208,2 +208,5 @@ constructor(question: Question); | ||
} | ||
export declare class SurveyWindow extends PopupSurvey { | ||
constructor(jsonObj: any, initialModel?: SurveyModel); | ||
} | ||
export declare class QuestionCheckboxImplementor extends QuestionCheckboxBaseImplementor { | ||
@@ -210,0 +213,0 @@ constructor(question: Question); |
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
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
1084569
6387