survey-creator-core 1.11.8 → 1.11.9
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/fonts.fontless.css +1 -1
- package/fonts.fontless.min.css +1 -1
- package/i18n/arabic.js +1 -1
- package/i18n/arabic.min.js.LICENSE.txt +1 -1
- package/i18n/bulgarian.js +1 -1
- package/i18n/bulgarian.min.js.LICENSE.txt +1 -1
- package/i18n/croatian.js +1 -1
- package/i18n/croatian.min.js.LICENSE.txt +1 -1
- package/i18n/czech.js +1 -1
- package/i18n/czech.min.js.LICENSE.txt +1 -1
- package/i18n/danish.js +1 -1
- package/i18n/danish.min.js.LICENSE.txt +1 -1
- package/i18n/dutch.js +1 -1
- package/i18n/dutch.min.js.LICENSE.txt +1 -1
- package/i18n/english.js +1 -1
- package/i18n/english.min.js.LICENSE.txt +1 -1
- package/i18n/finnish.js +1 -1
- package/i18n/finnish.min.js.LICENSE.txt +1 -1
- package/i18n/french.js +1 -1
- package/i18n/french.min.js.LICENSE.txt +1 -1
- package/i18n/german.js +1 -1
- package/i18n/german.min.js.LICENSE.txt +1 -1
- package/i18n/hebrew.js +1 -1
- package/i18n/hebrew.min.js.LICENSE.txt +1 -1
- package/i18n/hungarian.js +1 -1
- package/i18n/hungarian.min.js.LICENSE.txt +1 -1
- package/i18n/index.js +1 -1
- package/i18n/index.min.js.LICENSE.txt +1 -1
- package/i18n/indonesian.js +1 -1
- package/i18n/indonesian.min.js.LICENSE.txt +1 -1
- package/i18n/italian.js +1 -1
- package/i18n/italian.min.js.LICENSE.txt +1 -1
- package/i18n/japanese.js +1 -1
- package/i18n/japanese.min.js.LICENSE.txt +1 -1
- package/i18n/korean.js +1 -1
- package/i18n/korean.min.js.LICENSE.txt +1 -1
- package/i18n/malay.js +1 -1
- package/i18n/malay.min.js.LICENSE.txt +1 -1
- package/i18n/mongolian.js +1 -1
- package/i18n/mongolian.min.js.LICENSE.txt +1 -1
- package/i18n/norwegian.js +1 -1
- package/i18n/norwegian.min.js.LICENSE.txt +1 -1
- package/i18n/persian.js +1 -1
- package/i18n/persian.min.js.LICENSE.txt +1 -1
- package/i18n/polish.js +1 -1
- package/i18n/polish.min.js.LICENSE.txt +1 -1
- package/i18n/portuguese.js +1 -1
- package/i18n/portuguese.min.js.LICENSE.txt +1 -1
- package/i18n/russian.js +1 -1
- package/i18n/russian.min.js.LICENSE.txt +1 -1
- package/i18n/simplified-chinese.js +1 -1
- package/i18n/simplified-chinese.min.js.LICENSE.txt +1 -1
- package/i18n/slovak.js +1 -1
- package/i18n/slovak.min.js.LICENSE.txt +1 -1
- package/i18n/spanish.js +1 -1
- package/i18n/spanish.min.js.LICENSE.txt +1 -1
- package/i18n/swedish.js +1 -1
- package/i18n/swedish.min.js.LICENSE.txt +1 -1
- package/i18n/tajik.js +1 -1
- package/i18n/tajik.min.js.LICENSE.txt +1 -1
- package/i18n/traditional-chinese.js +1 -1
- package/i18n/traditional-chinese.min.js.LICENSE.txt +1 -1
- package/i18n/turkish.js +1 -1
- package/i18n/turkish.min.js.LICENSE.txt +1 -1
- package/package.json +2 -2
- package/survey-creator-core.css +3 -2
- package/survey-creator-core.fontless.css +2 -1
- package/survey-creator-core.fontless.css.map +1 -1
- package/survey-creator-core.fontless.min.css +2 -2
- package/survey-creator-core.i18n.js +1 -1
- package/survey-creator-core.i18n.min.js.LICENSE.txt +1 -1
- package/survey-creator-core.js +32 -17
- package/survey-creator-core.js.map +1 -1
- package/survey-creator-core.min.css +3 -3
- package/survey-creator-core.min.js +1 -1
- package/survey-creator-core.min.js.LICENSE.txt +2 -2
- package/typings/components/string-editor.d.ts +1 -0
- package/typings/components/tabs/translation.d.ts +2 -2
- package/typings/creator-base.d.ts +1 -1
- package/typings/creator-events-api.d.ts +4 -1
|
@@ -6,14 +6,14 @@ License: MIT
|
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
/*!
|
|
9
|
-
* SurveyJS Creator v1.11.
|
|
9
|
+
* SurveyJS Creator v1.11.9
|
|
10
10
|
* (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
11
11
|
* Github: https://github.com/surveyjs/survey-creator
|
|
12
12
|
* License: https://surveyjs.io/Licenses#SurveyCreator
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
/*!
|
|
16
|
-
* surveyjs - Survey JavaScript library v1.11.
|
|
16
|
+
* surveyjs - Survey JavaScript library v1.11.9
|
|
17
17
|
* Copyright (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
18
18
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
|
19
19
|
*/
|
|
@@ -18,6 +18,7 @@ export declare class StringEditorConnector {
|
|
|
18
18
|
static get(locString: LocalizableString): StringEditorConnector;
|
|
19
19
|
setAutoFocus(): void;
|
|
20
20
|
hasEditCompleteHandler: boolean;
|
|
21
|
+
allowLineBreaksOnEdit: boolean;
|
|
21
22
|
focusOnEditor: boolean;
|
|
22
23
|
activateEditor(): void;
|
|
23
24
|
onDoActivate: EventBase<LocalizableString, any>;
|
|
@@ -65,7 +65,7 @@ export interface ITranslationLocales {
|
|
|
65
65
|
translateItemAfterRender(item: TranslationItem, el: any, locale: string): any;
|
|
66
66
|
fireOnObjCreating(obj: Base): any;
|
|
67
67
|
removeLocale(loc: string): void;
|
|
68
|
-
canShowProperty(obj: Base, prop: JsonObjectProperty, isEmpty: boolean): boolean;
|
|
68
|
+
canShowProperty(obj: Base, prop: JsonObjectProperty, isEmpty: boolean, isShowing: boolean): boolean;
|
|
69
69
|
getEditLocale(): string;
|
|
70
70
|
getProcessedTranslationItemText(locale: string, name: ILocalizableString, newValue: string, context: any): string;
|
|
71
71
|
}
|
|
@@ -198,7 +198,7 @@ export declare class Translation extends Base implements ITranslationLocales {
|
|
|
198
198
|
set survey(val: SurveyModel);
|
|
199
199
|
reset(alwaysReset?: boolean): void;
|
|
200
200
|
private updateReadOnly;
|
|
201
|
-
canShowProperty(obj: Base, prop: JsonObjectProperty, isEmpty: boolean): boolean;
|
|
201
|
+
canShowProperty(obj: Base, prop: JsonObjectProperty, isEmpty: boolean, isShowing?: boolean): boolean;
|
|
202
202
|
get defaultLocale(): string;
|
|
203
203
|
getLocaleName(loc: string): string;
|
|
204
204
|
removeLocale(locale: string): void;
|
|
@@ -364,7 +364,7 @@ export declare class SurveyCreatorModel extends Base implements ISurveyCreatorOp
|
|
|
364
364
|
*/
|
|
365
365
|
onSurveyPropertyValueChanged: EventBase<SurveyCreatorModel, PropertyValueChangedEvent>;
|
|
366
366
|
/**
|
|
367
|
-
* An event that is raised when a condition editor renders a list of questions available for selection. Use this event to modify this list.
|
|
367
|
+
* An event that is raised when a condition editor renders a list of questions and variables available for selection. Use this event to modify this list.
|
|
368
368
|
*/
|
|
369
369
|
onConditionQuestionsGetList: EventBase<SurveyCreatorModel, ConditionGetQuestionListEvent>;
|
|
370
370
|
onConditionGetTitle: EventBase<SurveyCreatorModel, any>;
|
|
@@ -384,9 +384,12 @@ export interface ConditionGetQuestionListEvent {
|
|
|
384
384
|
* A list of questions available for selection.
|
|
385
385
|
*/
|
|
386
386
|
list: any[];
|
|
387
|
+
/**
|
|
388
|
+
* A list of [calculated values](https://surveyjs.io/form-library/documentation/design-survey/conditional-logic#calculated-values) and [variables](https://surveyjs.io/form-library/documentation/design-survey/conditional-logic#variables) available for selection.
|
|
389
|
+
*/
|
|
387
390
|
variables: string[];
|
|
388
391
|
/**
|
|
389
|
-
* The sort order of questions within
|
|
392
|
+
* The sort order of questions within both list: `"asc"` (default) or `"none"`. Set this property to `"none"` to disable sorting.
|
|
390
393
|
*/
|
|
391
394
|
sortOrder: string;
|
|
392
395
|
}
|