survey-knockout-ui
Advanced tools
Comparing version 1.9.41 to 1.9.42
{ | ||
"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
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
1069661
6292
58