survey-knockout-ui
Advanced tools
Comparing version 1.9.13 to 1.9.14
{ | ||
"name": "survey-knockout-ui", | ||
"version": "1.9.13", | ||
"version": "1.9.14", | ||
"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.13 | ||
* Type definition for Survey JavaScript library for Knockout (without core) v1.9.14 | ||
* 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 { QuestionCheckboxModel, QuestionImagePickerModel, QuestionMatrixDropdownModel, QuestionMatrixDynamicModel, QuestionRadiogroupModel } from "survey-core"; | ||
import { QuestionRankingModel, IArrayPropertyDecoratorOptions } from "survey-core"; | ||
import { QuestionRankingModel } from "survey-core"; | ||
@@ -396,8 +396,2 @@ export enum DragTypeOverMeEnum { | ||
} | ||
export declare function property(options?: any): any; | ||
export declare function propertyArray(options?: IArrayPropertyDecoratorOptions): any; | ||
export declare function createPopupModalViewModel(componentName: string, data: any, onApply: any, onCancel?: any, onHide?: any, onShow?: any, cssClass?: string, title?: string, displayMode?: "popup" | "overlay"): PopupBaseViewModel; | ||
export declare function unwrap<T>(value: any): T; | ||
export declare function getSize(value: any): any; | ||
export declare function getCurrecyCodes(): Array<any>; | ||
export declare function showModal(componentName: string, data: any, onApply: any, onCancel?: any, cssClass?: string, title?: string, displayMode?: "popup" | "overlay"): void; | ||
@@ -411,2 +405,4 @@ export declare var koTemplate: any; | ||
export declare var CheckboxViewModel: any; | ||
export declare var BooleanRadioItemViewModel: any; | ||
export declare var BooleanRadioViewModel: any; | ||
export declare var templateBridge: any; | ||
@@ -413,0 +409,0 @@ export declare var TitleElementViewModel: any; |
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
965694
5654
52