survey-creator-react 1.9.11-beta.1 → 1.9.12-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Type definition for Survey Creator library for React v1.9.
|
|
2
|
+
* Type definition for Survey Creator library for React v1.9.12-beta.1
|
|
3
3
|
* Copyright (c) 2015-2022 Devsoft Baltic OÜ - https://surveyjs.io/
|
|
4
4
|
* License: https://surveyjs.io/Licenses#SurveyCreator
|
|
5
5
|
*/
|
|
@@ -3430,78 +3430,7 @@ export declare var editorLocalization: {
|
|
|
3430
3430
|
getLocales: any,
|
|
3431
3431
|
};
|
|
3432
3432
|
export declare var defaultStrings: any;
|
|
3433
|
-
export declare var settings:
|
|
3434
|
-
translation: {
|
|
3435
|
-
sortByName: boolean,
|
|
3436
|
-
exportPrefix: string,
|
|
3437
|
-
/*
|
|
3438
|
-
* The maximum number of locales that user can select at once for translation
|
|
3439
|
-
*/
|
|
3440
|
-
maximumSelectedLocales: number,
|
|
3441
|
-
},
|
|
3442
|
-
operators: {
|
|
3443
|
-
empty: any,
|
|
3444
|
-
notempty: any,
|
|
3445
|
-
equal: any,
|
|
3446
|
-
notequal: any,
|
|
3447
|
-
contains: any,
|
|
3448
|
-
notcontains: any,
|
|
3449
|
-
anyof: any,
|
|
3450
|
-
allof: any,
|
|
3451
|
-
greater: any,
|
|
3452
|
-
less: any,
|
|
3453
|
-
greaterorequal: any,
|
|
3454
|
-
lessorequal: any,
|
|
3455
|
-
},
|
|
3456
|
-
defaultNewSurveyJSON: any,
|
|
3457
|
-
logic: {
|
|
3458
|
-
visibleActions: any,
|
|
3459
|
-
logicItemTitleMaxChars: number,
|
|
3460
|
-
},
|
|
3461
|
-
/*
|
|
3462
|
-
* Determines which types of questions the conversion will be available for.
|
|
3463
|
-
*/
|
|
3464
|
-
questionConvertMode: QuestionConvertMode,
|
|
3465
|
-
propertyGrid: {
|
|
3466
|
-
useButtonGroup: boolean,
|
|
3467
|
-
maxCharsInButtonGroup: number,
|
|
3468
|
-
showNavigationButtons: boolean,
|
|
3469
|
-
maximumColumnsCount: number,
|
|
3470
|
-
maximumChoicesCount: number,
|
|
3471
|
-
maximumRowsCount: number,
|
|
3472
|
-
maximumRateValues: number,
|
|
3473
|
-
generalTabName: string,
|
|
3474
|
-
},
|
|
3475
|
-
/*
|
|
3476
|
-
* Notification settings
|
|
3477
|
-
*/
|
|
3478
|
-
notifications: {
|
|
3479
|
-
lifetime: number,
|
|
3480
|
-
},
|
|
3481
|
-
/*
|
|
3482
|
-
* Auto save parameters
|
|
3483
|
-
*/
|
|
3484
|
-
autoSave: {
|
|
3485
|
-
delay: number,
|
|
3486
|
-
},
|
|
3487
|
-
/*
|
|
3488
|
-
* Drag Drop Settings
|
|
3489
|
-
*/
|
|
3490
|
-
dragDrop: {
|
|
3491
|
-
restrictDragQuestionBetweenPages: boolean,
|
|
3492
|
-
},
|
|
3493
|
-
/*
|
|
3494
|
-
* Creator layout settings
|
|
3495
|
-
*/
|
|
3496
|
-
layout: {
|
|
3497
|
-
showTabs: boolean,
|
|
3498
|
-
showToolbar: boolean,
|
|
3499
|
-
allowCollapseSidebar: boolean,
|
|
3500
|
-
},
|
|
3501
|
-
jsonEditor: {
|
|
3502
|
-
indentation: number,
|
|
3503
|
-
},
|
|
3504
|
-
};
|
|
3433
|
+
export declare var settings: any;
|
|
3505
3434
|
export declare var opositeValues: {
|
|
3506
3435
|
true: string,
|
|
3507
3436
|
True: string,
|
|
@@ -3986,25 +3915,7 @@ export declare var simulatorDevices: {
|
|
|
3986
3915
|
cssClass: string,
|
|
3987
3916
|
},
|
|
3988
3917
|
};
|
|
3989
|
-
export declare var PropertyGridEditorCollection:
|
|
3990
|
-
editors: any,
|
|
3991
|
-
fitHash: any,
|
|
3992
|
-
clearHash: any,
|
|
3993
|
-
register: any,
|
|
3994
|
-
getEditor: any,
|
|
3995
|
-
isEditorFit: any,
|
|
3996
|
-
getJSON: any,
|
|
3997
|
-
onCreated: any,
|
|
3998
|
-
onAfterRenderQuestion: any,
|
|
3999
|
-
onMatrixCellCreated: any,
|
|
4000
|
-
onMatrixCellValueChanged: any,
|
|
4001
|
-
onMatrixAllowRemoveRow: any,
|
|
4002
|
-
onGetMatrixRowAction: any,
|
|
4003
|
-
onUpdateQuestionCssClasses: any,
|
|
4004
|
-
onGetQuestionTitleActions: any,
|
|
4005
|
-
onValueChanged: any,
|
|
4006
|
-
onMasterValueChanged: any,
|
|
4007
|
-
};
|
|
3918
|
+
export declare var PropertyGridEditorCollection: any;
|
|
4008
3919
|
export declare var translationCss: {
|
|
4009
3920
|
root: string,
|
|
4010
3921
|
container: string,
|
|
@@ -4619,6 +4530,7 @@ export declare var logicCss: {
|
|
|
4619
4530
|
},
|
|
4620
4531
|
};
|
|
4621
4532
|
export declare var initialSettingsAllowShowEmptyTitleInDesignMode: boolean;
|
|
4622
|
-
export declare var svgBundle:
|
|
4533
|
+
export declare var svgBundle: any;
|
|
4623
4534
|
export declare var Version: string;
|
|
4624
|
-
export declare var editableStringRendererName: any;
|
|
4535
|
+
export declare var editableStringRendererName: any;
|
|
4536
|
+
export declare var localization: any;
|