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.105 to 1.9.106

4

package.json
{
"name": "survey-knockout-ui",
"version": "1.9.105",
"version": "1.9.106",
"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.105",
"survey-core": "1.9.106",
"knockout": "^3.5.0"
}
}

@@ -66,3 +66,2 @@ export { Survey, Survey as Model } from "../knockout/kosurvey";

export { ButtonGroupItemViewModel } from "../knockout/components/button-group/button-group-item";
export { TooltipErrorViewModel } from "../knockout/components/tooltip-error/tooltip-error";
export { SurveyNavigationButton } from "../knockout/components/survey-actions/survey-nav-button";

@@ -69,0 +68,0 @@ export * from "../knockout/components/paneldynamic-actions/paneldynamic-actions";

import { PopupBaseViewModel, IDialogOptions } from "survey-core";
export declare class PopupViewModel {
popupViewModel: PopupBaseViewModel;
private _popupImplementor;
private _popupModelImplementor;
constructor(popupViewModel: PopupBaseViewModel);

@@ -5,0 +7,0 @@ dispose(): void;

export declare class ProgressViewModel {
model: any;
constructor(model: any);
private container;
constructor(model: any, container?: string);
getProgressTextInBarCss(css: any): string;
getProgressTextUnderBarCss(css: any): string;
getProgressCssClasses(): any;
}

@@ -5,2 +5,3 @@ import { QuestionMultipleTextModel, MultipleTextItemModel } from "survey-core";

import { MultipleTextEditorModel } from "survey-core";
import { MutlipleTextRow } from "survey-core";
export declare class koMultipleTextEditorModel extends MultipleTextEditorModel {

@@ -25,5 +26,5 @@ private _implementor;

protected onBaseCreating(): void;
protected onColCountChanged(): void;
protected onRowCreated(row: MutlipleTextRow): MutlipleTextRow;
protected createTextItem(name: string, title: string): MultipleTextItemModel;
dispose(): void;
}

@@ -18,3 +18,4 @@ import { Base, SurveyModel } from "survey-core";

makeReactive(obj: Base): void;
dispose(): void;
}
export declare var registerTemplateEngine: (ko: any, platform: string) => void;

@@ -66,3 +66,2 @@ export { Survey, Survey as Model } from "../knockout/kosurvey";

export { ButtonGroupItemViewModel } from "../knockout/components/button-group/button-group-item";
export { TooltipErrorViewModel } from "../knockout/components/tooltip-error/tooltip-error";
export { SurveyNavigationButton } from "../knockout/components/survey-actions/survey-nav-button";

@@ -69,0 +68,0 @@ export * from "../knockout/components/paneldynamic-actions/paneldynamic-actions";

import { PopupBaseViewModel, IDialogOptions } from "survey-core";
export declare class PopupViewModel {
popupViewModel: PopupBaseViewModel;
private _popupImplementor;
private _popupModelImplementor;
constructor(popupViewModel: PopupBaseViewModel);

@@ -5,0 +7,0 @@ dispose(): void;

export declare class ProgressViewModel {
model: any;
constructor(model: any);
private container;
constructor(model: any, container?: string);
getProgressTextInBarCss(css: any): string;
getProgressTextUnderBarCss(css: any): string;
getProgressCssClasses(): any;
}

@@ -0,0 +0,0 @@ import { Question } from "survey-core";

@@ -5,2 +5,3 @@ import { QuestionMultipleTextModel, MultipleTextItemModel } from "survey-core";

import { MultipleTextEditorModel } from "survey-core";
import { MutlipleTextRow } from "survey-core";
export declare class koMultipleTextEditorModel extends MultipleTextEditorModel {

@@ -25,5 +26,5 @@ private _implementor;

protected onBaseCreating(): void;
protected onColCountChanged(): void;
protected onRowCreated(row: MutlipleTextRow): MutlipleTextRow;
protected createTextItem(name: string, title: string): MultipleTextItemModel;
dispose(): void;
}

@@ -18,3 +18,4 @@ import { Base, SurveyModel } from "survey-core";

makeReactive(obj: Base): void;
dispose(): void;
}
export declare var registerTemplateEngine: (ko: any, platform: string) => 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

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