survey-knockout-ui
Advanced tools
Comparing version 1.8.65 to 1.8.66
{ | ||
"name": "survey-knockout-ui", | ||
"version": "1.8.65", | ||
"version": "1.8.66", | ||
"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": [ |
@@ -1,2 +0,2 @@ | ||
/*Type definitions for Survey JavaScript library v1.8.65 | ||
/*Type definitions for Survey JavaScript library v1.8.66 | ||
Copyright (c) 2015-2021 Devsoft Baltic OÜ - http://surveyjs.io/ | ||
@@ -40,3 +40,3 @@ Definitions by: Devsoft Baltic OÜ <https://github.com/surveyjs/> | ||
import { QuestionButtonGroupModel } from "survey-core"; | ||
import { AdaptiveActionContainer, IAction } from "survey-core"; | ||
import { ActionContainer } from "survey-core"; | ||
import { PanelModel } from "survey-core"; | ||
@@ -113,3 +113,2 @@ import { PopupBaseViewModel } from "survey-core"; | ||
koErrorClass: any; | ||
toggleStateByKeyUp: any; | ||
constructor(name?: string); | ||
@@ -143,4 +142,2 @@ protected onBaseCreating(): void; | ||
koElementType: any; | ||
toggleStateByClick: any; | ||
toggleStateByKeyUp: any; | ||
constructor(question: Question); | ||
@@ -394,10 +391,10 @@ protected setObservaleObj(name: string, obj: any, addToQuestion?: boolean): any; | ||
export declare class ActionBarViewModel extends AdaptiveActionContainer { | ||
export declare class ActionBarViewModel extends ActionContainer { | ||
model: ActionContainer; | ||
handleClick: boolean; | ||
itemsSubscription: any; | ||
constructor(_items: Array<IAction>, handleClick?: boolean); | ||
constructor(model: ActionContainer, handleClick?: boolean); | ||
dispose(): void; | ||
} | ||
export declare class AdaptiveElementImplementor extends ImplementorBase { | ||
constructor(model: AdaptiveActionContainer); | ||
constructor(model: ActionContainer); | ||
dispose(): void; | ||
@@ -408,8 +405,2 @@ } | ||
export declare class DefaultTitleViewModel { | ||
element: Question | Panel; | ||
constructor(element: Question | Panel); | ||
getIconCss(): string; | ||
} | ||
export declare class PanelViewModel { | ||
@@ -447,2 +438,12 @@ question: PanelModel; | ||
export declare var TitleElementViewModel: any; | ||
export declare var TitleContentViewModel: any; | ||
export declare class DefaultTitleViewModel { | ||
element: Question | Panel; | ||
constructor(element: Question | Panel); | ||
getIconCss(): string; | ||
} | ||
export declare var TitleActionViewModel: any; | ||
@@ -449,0 +450,0 @@ |
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
42
914156
5537