survey-knockout-ui
Advanced tools
Comparing version 1.9.127 to 1.9.128
{ | ||
"name": "survey-knockout-ui", | ||
"version": "1.9.127", | ||
"version": "1.9.128", | ||
"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.", | ||
@@ -31,5 +31,5 @@ "keywords": [ | ||
"dependencies": { | ||
"survey-core": "1.9.127", | ||
"survey-core": "1.9.128", | ||
"knockout": "^3.5.0" | ||
} | ||
} |
@@ -1,12 +0,16 @@ | ||
import { SurveyModel } from "survey-core"; | ||
export declare class ProgressButtonsViewModel { | ||
private survey; | ||
private progressButtonsModel; | ||
private scrollButtonCssKo; | ||
import * as ko from "knockout"; | ||
import { ProgressButtons, IProgressButtonsViewModel } from "survey-core"; | ||
export declare class ProgressButtonsViewModel implements IProgressButtonsViewModel { | ||
private model; | ||
private element; | ||
container: string; | ||
private respManager; | ||
private hasScroller; | ||
private updateScroller; | ||
constructor(survey: SurveyModel, element: any); | ||
isListElementClickable(index: any): boolean; | ||
getListElementCss(index: any): string; | ||
clickListElement(index: any): void; | ||
canShowHeader: ko.Observable<boolean>; | ||
canShowFooter: ko.Observable<boolean>; | ||
canShowItemTitles: ko.Observable<boolean>; | ||
constructor(model: ProgressButtons, element: HTMLElement, container?: string); | ||
onResize(canShowItemTitles: boolean): void; | ||
onUpdateScroller(hasScroller: boolean): void; | ||
onUpdateSettings(): void; | ||
getScrollButtonCss(isLeftScroll: boolean): any; | ||
@@ -13,0 +17,0 @@ clickScrollButton(listContainerElement: Element, isLeftScroll: boolean): void; |
@@ -1,12 +0,16 @@ | ||
import { SurveyModel } from "survey-core"; | ||
export declare class ProgressButtonsViewModel { | ||
private survey; | ||
private progressButtonsModel; | ||
private scrollButtonCssKo; | ||
import * as ko from "knockout"; | ||
import { ProgressButtons, IProgressButtonsViewModel } from "survey-core"; | ||
export declare class ProgressButtonsViewModel implements IProgressButtonsViewModel { | ||
private model; | ||
private element; | ||
container: string; | ||
private respManager; | ||
private hasScroller; | ||
private updateScroller; | ||
constructor(survey: SurveyModel, element: any); | ||
isListElementClickable(index: any): boolean; | ||
getListElementCss(index: any): string; | ||
clickListElement(index: any): void; | ||
canShowHeader: ko.Observable<boolean>; | ||
canShowFooter: ko.Observable<boolean>; | ||
canShowItemTitles: ko.Observable<boolean>; | ||
constructor(model: ProgressButtons, element: HTMLElement, container?: string); | ||
onResize(canShowItemTitles: boolean): void; | ||
onUpdateScroller(hasScroller: boolean): void; | ||
onUpdateSettings(): void; | ||
getScrollButtonCss(isLeftScroll: boolean): any; | ||
@@ -13,0 +17,0 @@ clickScrollButton(listContainerElement: Element, isLeftScroll: boolean): void; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
1100936
7360
+ Addedsurvey-core@1.9.128(transitive)
- Removedsurvey-core@1.9.127(transitive)
Updatedsurvey-core@1.9.128