survey-creator-core 1.9.125 → 1.9.127
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 +1 -1
- package/i18n/bulgarian.js +1 -1
- package/i18n/bulgarian.min.js +2 -2
- package/i18n/croatian.js +1 -1
- package/i18n/croatian.min.js +1 -1
- package/i18n/czech.js +1 -1
- package/i18n/czech.min.js +1 -1
- package/i18n/danish.js +1 -1
- package/i18n/danish.min.js +1 -1
- package/i18n/dutch.js +1 -1
- package/i18n/dutch.min.js +1 -1
- package/i18n/english.js +12 -12
- package/i18n/english.js.map +1 -1
- package/i18n/english.min.js +2 -2
- package/i18n/finnish.js +1 -1
- package/i18n/finnish.min.js +1 -1
- package/i18n/french.js +1 -1
- package/i18n/french.min.js +1 -1
- package/i18n/german.js +18 -35
- package/i18n/german.js.map +1 -1
- package/i18n/german.min.js +2 -2
- package/i18n/hebrew.js +1209 -0
- package/i18n/hebrew.js.map +1 -0
- package/i18n/hebrew.min.js +7 -0
- package/i18n/hungarian.js +1 -1
- package/i18n/hungarian.min.js +2 -2
- package/i18n/index.js +1131 -55
- package/i18n/index.js.map +1 -1
- package/i18n/index.min.js +2 -2
- package/i18n/indonesian.js +1 -1
- package/i18n/indonesian.min.js +2 -2
- package/i18n/italian.js +1 -1
- package/i18n/italian.min.js +2 -2
- package/i18n/japanese.js +1 -1
- package/i18n/japanese.min.js +2 -2
- package/i18n/korean.js +1 -1
- package/i18n/korean.min.js +2 -2
- package/i18n/malay.js +1 -1
- package/i18n/malay.min.js +2 -2
- package/i18n/mongolian.js +1 -1
- package/i18n/mongolian.min.js +2 -2
- package/i18n/norwegian.js +1 -1
- package/i18n/norwegian.min.js +2 -2
- package/i18n/persian.js +1 -1
- package/i18n/persian.min.js +2 -2
- package/i18n/polish.js +1 -1
- package/i18n/polish.min.js +2 -2
- package/i18n/portuguese.js +1 -1
- package/i18n/portuguese.min.js +2 -2
- package/i18n/russian.js +1 -1
- package/i18n/russian.min.js +2 -2
- package/i18n/simplified-chinese.js +1 -1
- package/i18n/simplified-chinese.min.js +2 -2
- package/i18n/slovak.js +1 -1
- package/i18n/slovak.min.js +2 -2
- package/i18n/spanish.js +1 -1
- package/i18n/spanish.min.js +2 -2
- package/i18n/swedish.js +1 -1
- package/i18n/swedish.min.js +2 -2
- package/i18n/tajik.js +1 -1
- package/i18n/tajik.min.js +2 -2
- package/i18n/traditional-chinese.js +1 -1
- package/i18n/traditional-chinese.min.js +2 -2
- package/i18n/turkish.js +1 -1
- package/i18n/turkish.min.js +2 -2
- package/package.json +2 -2
- package/survey-creator-core.css +195 -20
- package/survey-creator-core.fontless.css +194 -19
- package/survey-creator-core.fontless.css.map +1 -1
- package/survey-creator-core.fontless.min.css +10 -9
- package/survey-creator-core.i18n.js +1131 -55
- package/survey-creator-core.i18n.js.map +1 -1
- package/survey-creator-core.i18n.min.js +2 -2
- package/survey-creator-core.js +676 -344
- package/survey-creator-core.js.map +1 -1
- package/survey-creator-core.min.css +11 -10
- package/survey-creator-core.min.js +6 -6
- package/typings/components/image-item-value.d.ts +1 -0
- package/typings/components/question.d.ts +2 -0
- package/typings/components/switcher/switcher.d.ts +6 -0
- package/typings/components/tabs/theme-builder.d.ts +2 -0
- package/typings/creator-base.d.ts +309 -153
- package/typings/creator-settings.d.ts +5 -4
- package/typings/custom-questions/question-file.d.ts +1 -1
- package/typings/editorLocalization.d.ts +8 -8
- package/typings/entries/index.d.ts +1 -0
- package/typings/localization/english.d.ts +8 -8
- package/typings/question-editor/properties.d.ts +7 -5
|
@@ -12,6 +12,7 @@ export declare class ImageItemValueWrapperViewModel extends ItemValueWrapperView
|
|
|
12
12
|
constructor(creator: CreatorBase, question: QuestionSelectBase, item: ImageItemValue, templateData: any, itemsRoot: HTMLElement);
|
|
13
13
|
getRootCss(): string;
|
|
14
14
|
getIsNewItemSingle(): boolean;
|
|
15
|
+
get canRenderControls(): boolean;
|
|
15
16
|
chooseFile(model: ImageItemValueWrapperViewModel): void;
|
|
16
17
|
uploadFiles(files: any): void;
|
|
17
18
|
chooseNewFile(model: ImageItemValueWrapperViewModel): void;
|
|
@@ -24,9 +24,11 @@ export declare class QuestionAdornerViewModel extends SurveyElementAdornerBase {
|
|
|
24
24
|
get isBannerShowing(): boolean;
|
|
25
25
|
private get isUsingCarryForward();
|
|
26
26
|
private get isUsingRestfull();
|
|
27
|
+
private get isMessagePanelVisible();
|
|
27
28
|
createBannerParams(): QuestionBannerParams;
|
|
28
29
|
private createCarryForwardParams;
|
|
29
30
|
private createUsingRestfulParams;
|
|
31
|
+
private createCustomMessagePanel;
|
|
30
32
|
dispose(): void;
|
|
31
33
|
get isDraggable(): boolean;
|
|
32
34
|
hover(event: MouseEvent, element: HTMLElement | any): void;
|
|
@@ -39,6 +39,7 @@ export declare class ThemeBuilder extends Base {
|
|
|
39
39
|
themeName: any;
|
|
40
40
|
themePalette: any;
|
|
41
41
|
themeMode: any;
|
|
42
|
+
groupAppearanceAdvancedMode: boolean;
|
|
42
43
|
getFullThemeName(_themeName?: string): any;
|
|
43
44
|
get survey(): SurveyModel;
|
|
44
45
|
get pageActions(): Array<Action>;
|
|
@@ -96,6 +97,7 @@ export declare class ThemeBuilder extends Base {
|
|
|
96
97
|
private updateDependentQuestionValues;
|
|
97
98
|
private setThemeCssVariablesChanges;
|
|
98
99
|
protected createThemeEditorSurvey(): SurveyModel;
|
|
100
|
+
private createAppearanceAdvancedModeAction;
|
|
99
101
|
findSuitableTheme(themeName: string): ITheme;
|
|
100
102
|
private patchFileEditors;
|
|
101
103
|
private getCoverJson;
|