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
207
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.41 to 1.9.42

2

package.json
{
"name": "survey-knockout-ui",
"version": "1.9.41",
"version": "1.9.42",
"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.41
* Type definition for Survey JavaScript library for Knockout (without core) v1.9.42
* Copyright (c) 2015-2022 Devsoft Baltic OÜ - https://surveyjs.io/

@@ -14,3 +14,3 @@ * License: MIT (http://www.opensource.org/licenses/mit-license.php)

import { QuestionButtonGroupModel, QuestionCheckboxModel, QuestionImagePickerModel, QuestionMatrixDynamicModel, QuestionRadiogroupModel } from "survey-core";
import { QuestionRankingModel, ItemValue, IArrayPropertyDecoratorOptions } from "survey-core";
import { QuestionRankingModel, ItemValue, QuestionTagboxModel, IArrayPropertyDecoratorOptions, IDialogOptions } from "survey-core";

@@ -400,5 +400,17 @@ export { SurveyModel as Model };

}
export declare class QuestionTagbox extends QuestionTagboxModel {
constructor(name: string);
koAllSelected: any;
isAllSelectedUpdating: boolean;
_implementor: QuestionCheckboxBaseImplementor;
protected onBaseCreating(): void;
onSurveyValueChanged(newValue: any): void;
protected onVisibleChoicesChanged(): void;
protected updateAllSelected(): void;
dispose(): void;
}
export declare function property(options?: any): (target: any, key: string) => void;
export declare function propertyArray(options?: IArrayPropertyDecoratorOptions): (target: any, key: string) => void;
export declare function showModal(componentName: string, data: any, onApply: any, onCancel?: any, cssClass?: string, title?: string, displayMode?: "popup" | "overlay"): void;
export declare function showDialog(dialogOptions: IDialogOptions): void;
export declare var registerFunction: (name: string, func: any) => any;

@@ -424,2 +436,3 @@ export declare var koTemplate: any;

export declare var DropdownSelectViewModel: any;
export declare var TagboxViewModel: any;
export declare var ListItemViewComponent: any;

@@ -426,0 +439,0 @@ export declare var ListViewComponent: any;

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