survey-knockout
Advanced tools
Comparing version 0.10.3 to 0.10.4
@@ -1,5 +0,5 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
export declare function __assign(t: any): any; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ export interface HashTable<T> { |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { Base, ItemValue, SurveyError } from "./base"; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -26,2 +26,3 @@ import { HashTable } from './base'; | ||
private expressionValue; | ||
private processValue; | ||
private root; | ||
@@ -28,0 +29,0 @@ private values; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { ConditionNode } from "./conditions"; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ export declare var defaultBootstrapCss: { |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ export declare var surveyCss: { |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ export declare class dxSurveyService { |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import '../../localization/danish'; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -10,2 +10,3 @@ export { AnswerCountValidator, EmailValidator, NumericValidator, RegexValidator, SurveyValidator, TextValidator, ValidatorResult, ValidatorRunner } from "../../validator"; | ||
export { ConditionsParser } from "../../conditionsParser"; | ||
export { ProcessValue } from "../../conditionProcessValue"; | ||
export { CustomError, ExceedSizeError, RequreNumericError } from "../../error"; | ||
@@ -12,0 +13,0 @@ export { JsonError, JsonIncorrectTypeError, JsonMetadata, JsonMetadataClass, JsonMissingTypeError, JsonMissingTypeErrorBase, JsonObject, JsonObjectProperty, JsonRequiredPropertyError, JsonUnknownPropertyError } from "../../jsonobject"; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -8,3 +8,3 @@ export * from "./chunks/model"; | ||
export { defaultStandardCss } from "../defaultCss/cssstandard"; | ||
import './chunks/cssFrameworks'; | ||
export { defaultBootstrapCss } from "../defaultCss/cssbootstrap"; | ||
export { Survey } from "../knockout/kosurvey"; | ||
@@ -11,0 +11,0 @@ export { Survey as Model } from "../knockout/kosurvey"; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { SurveyError } from "./base"; |
@@ -1,5 +0,5 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
export declare function __extends(d: any, b: any): void; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ export declare class JsonObjectProperty { |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { PageModel, QuestionRowModel } from "../page"; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { QuestionImplementor } from "./koquestion"; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { QuestionCheckboxModel } from "../question_checkbox"; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { QuestionCommentModel } from "../question_comment"; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { QuestionDropdownModel } from "../question_dropdown"; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { QuestionFileModel } from "../question_file"; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { QuestionHtmlModel } from "../question_html"; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { QuestionMatrixModel, MatrixRowModel, IMatrixData } from "../question_matrix"; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { QuestionMatrixDropdownModel } from "../question_matrixdropdown"; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { QuestionImplementor } from "./koquestion"; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { QuestionMultipleTextModel, MultipleTextItemModel } from "../question_multipletext"; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { QuestionRadiogroupModel } from "../question_radiogroup"; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { QuestionRatingModel } from "../question_rating"; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { QuestionTextModel } from "../question_text"; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { QuestionImplementorBase } from "./koquestionbase"; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { QuestionBase } from "../questionbase"; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { SurveyModel } from "../survey"; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { SurveyWindowModel } from "../surveyWindow"; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ export declare var koTemplate: { |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ export declare var koTemplate: { |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ export declare class SurveyTemplateText { |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ export declare var danishSurveyStrings: { |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ export declare var dutchSurveyStrings: { |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ export declare var finnishSurveyStrings: { |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ export declare var frenchSurveyStrings: { |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ export declare var germanSurveyStrings: { |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ export declare var greekSurveyStrings: { |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ export declare var polishSurveyStrings: { |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ export declare var russianSurveyStrings: { |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ export declare var turkishSurveyStrings: { |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { Base, IPage, IConditionRunner, ISurvey, IQuestion, HashTable } from "./base"; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import QuestionDateModel from "../question_date"; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { Question } from "../question"; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { Question } from "./question"; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { QuestionCheckboxBase } from "./question_baseselect"; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { Question } from "./question"; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { QuestionSelectBase } from "./question_baseselect"; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { Question } from "./question"; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { QuestionBase } from "./questionbase"; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -34,4 +34,6 @@ import { Base } from "./base"; | ||
visibleRows: Array<MatrixRowModel>; | ||
supportGoNextPageAutomatic(): boolean; | ||
protected onCheckForErrors(errors: Array<SurveyError>): void; | ||
private hasErrorInRows(); | ||
private hasValuesInAllRows(); | ||
protected createMatrixRow(name: any, text: string, fullName: string, value: any): MatrixRowModel; | ||
@@ -38,0 +40,0 @@ protected onValueChanged(): void; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { QuestionMatrixDropdownModelBase, MatrixDropdownRowModelBase, IMatrixDropdownData } from "./question_matrixdropdownbase"; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -42,2 +42,4 @@ import { Question } from "./question"; | ||
export declare class MatrixDropdownRowModelBase implements ISurveyData { | ||
private static idCounter; | ||
private static getId(); | ||
protected data: IMatrixDropdownData; | ||
@@ -47,4 +49,6 @@ private rowValues; | ||
private isSettingValue; | ||
private idValue; | ||
cells: Array<MatrixDropdownCell>; | ||
constructor(data: IMatrixDropdownData, value: any); | ||
id: string; | ||
rowName: any; | ||
@@ -88,3 +92,5 @@ value: any; | ||
protected getRowValue(row: MatrixDropdownRowModelBase, questionValue: any, create?: boolean): any; | ||
protected onBeforeValueChanged(val: any): void; | ||
protected onValueChanged(): void; | ||
supportGoNextPageAutomatic(): boolean; | ||
hasErrors(fireCallback?: boolean): boolean; | ||
@@ -91,0 +97,0 @@ private hasErrorInColumns(fireCallback); |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -28,2 +28,3 @@ import { QuestionMatrixDropdownModelBase, MatrixDropdownRowModelBase, IMatrixDropdownData } from "./question_matrixdropdownbase"; | ||
removeRowText: string; | ||
supportGoNextPageAutomatic(): boolean; | ||
cachedVisibleRows: Array<MatrixDropdownRowModelBase>; | ||
@@ -34,2 +35,3 @@ protected onCheckForErrors(errors: Array<SurveyError>): void; | ||
protected createMatrixRow(value: any): MatrixDynamicRowModel; | ||
protected onBeforeValueChanged(val: any): void; | ||
protected createNewValue(curValue: any): any; | ||
@@ -36,0 +38,0 @@ protected deleteRowValue(newValue: any, row: MatrixDropdownRowModelBase): any; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -35,3 +35,5 @@ import { Base } from "./base"; | ||
items: Array<MultipleTextItemModel>; | ||
AddItem(name: string, title?: string): MultipleTextItemModel; | ||
addItem(name: string, title?: string): MultipleTextItemModel; | ||
private AddItem(name, title?); | ||
supportGoNextPageAutomatic(): boolean; | ||
colCount: number; | ||
@@ -38,0 +40,0 @@ getRows(): Array<any>; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { QuestionCheckboxBase } from "./question_baseselect"; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { ItemValue } from "./base"; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { Question } from "./question"; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { QuestionBase } from './questionbase'; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { Base, IQuestion, IConditionRunner, ISurveyData, ISurvey, HashTable } from './base'; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { QuestionBase } from './questionbase'; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -45,3 +45,6 @@ import { Base, ISurvey, IQuestion, IPage, SurveyError, Event } from "./base"; | ||
private isValidatingOnServerValue; | ||
private modeValue; | ||
private isDesignModeValue; | ||
onComplete: Event<(sender: SurveyModel) => any, any>; | ||
onPartialSend: Event<(sender: SurveyModel) => any, any>; | ||
onCurrentPageChanged: Event<(sender: SurveyModel, options: any) => any, any>; | ||
@@ -60,3 +63,2 @@ onValueChanged: Event<(sender: SurveyModel, options: any) => any, any>; | ||
jsonErrors: Array<JsonError>; | ||
mode: string; | ||
constructor(jsonObj?: any); | ||
@@ -73,2 +75,3 @@ getType(): string; | ||
questionTitleLocation: string; | ||
mode: string; | ||
data: any; | ||
@@ -84,7 +87,10 @@ comments: any; | ||
state: string; | ||
clear(): void; | ||
clear(clearData?: boolean, gotoFirstPage?: boolean): void; | ||
protected mergeValues(src: any, dest: any): void; | ||
protected currentPageChanged(newValue: PageModel, oldValue: PageModel): void; | ||
getProgress(): number; | ||
isEditMode: boolean; | ||
isDisplayMode: boolean; | ||
isDesignMode: boolean; | ||
setDesignMode(value: boolean): void; | ||
hasCookie: boolean; | ||
@@ -146,2 +152,3 @@ setCookie(): void; | ||
private addQuestionToProcessedTextValues(question); | ||
private hasProcessedTextValue(name); | ||
private getProcessedTextValue(name); | ||
@@ -148,0 +155,0 @@ private clearInvisibleQuestionValues(); |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ export declare var surveyLocalization: { |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { Base } from "./base"; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ export declare class TextPreProcessorItem { |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { Base, HashTable } from "./base"; |
@@ -1,4 +0,4 @@ | ||
// Type definitions for Survey JavaScript library v0.10.3 | ||
// Type definitions for Survey JavaScript library v0.10.4 | ||
// Project: http://surveyjs.org/ | ||
// Definitions by: Andrew Telnov <https://github.com/andrewtelnov/> | ||
// Definitions by: tdHeader <https://github.com/surveyjs/> | ||
@@ -5,0 +5,0 @@ import { Base, SurveyError } from "./base"; |
{ | ||
"name": "survey-knockout", | ||
"version": "0.10.3", | ||
"version": "0.10.4", | ||
"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.", | ||
@@ -12,3 +12,3 @@ "keywords": [ | ||
], | ||
"homepage": "https://surveyjs.org/", | ||
"homepage": "http://surveyjs.org/", | ||
"license": "MIT", | ||
@@ -23,3 +23,3 @@ "files": [ | ||
"type": "git", | ||
"url": "https://github.com/andrewtelnov/surveyjs.git" | ||
"url": "https://github.com/surveyjs/surveyjs.git" | ||
}, | ||
@@ -26,0 +26,0 @@ "engines": { |
**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. | ||
[![Build Status](https://travis-ci.org/andrewtelnov/surveyjs.svg?branch=master)](https://travis-ci.org/andrewtelnov/surveyjs) | ||
[![Build Status](https://travis-ci.org/surveyjs/surveyjs.svg?branch=master)](https://travis-ci.org/surveyjs/surveyjs) | ||
##Getting started | ||
[![Join the chat at https://gitter.im/andrewtelnov/surveyjs](https://badges.gitter.im/andrewtelnov/surveyjs.svg)](https://gitter.im/andrewtelnov/surveyjs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
[![Join the chat at https://gitter.im/surveyjs/surveyjs](https://badges.gitter.im/surveyjs/surveyjs.svg)](https://gitter.im/surveyjs/surveyjs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
@@ -18,2 +18,2 @@ To find our more about the library go | ||
Visual Editor sources are [here](https://github.com/andrewtelnov/surveyjs.editor) | ||
Visual Editor sources are [here](https://github.com/surveyjs/editor) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
1308841
80
11539