Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

survey-knockout-ui

Package Overview
Dependencies
Maintainers
1
Versions
209
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

survey-knockout-ui - npm Package Compare versions

Comparing version 1.9.46 to 1.9.47

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc