survey-creator-core 1.9.45 → 1.9.46

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.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Type definition for Survey Creatorlibrary. Platform independent (core) v1.9.45
2
+ * Type definition for Survey Creatorlibrary. Platform independent (core) v1.9.46
3
3
  * Copyright (c) 2015-2022 Devsoft Baltic OÜ - https://surveyjs.io/
4
4
  * License: https://surveyjs.io/Licenses#SurveyCreator
5
5
  */
@@ -275,7 +275,7 @@ export interface ICreatorOptions {
275
275
  *
276
276
  * Default value: `true`
277
277
  *
278
- * [View the "Switch Between Themes" demo](https://surveyjs.io/Examples/Creator?id=theme-switcher)
278
+ * [View the "Switch Between Themes" demo](https://surveyjs.io/Examples/Creator?id=theme-switcher (linkStyle))
279
279
  */
280
280
  allowChangeThemeInPreview?: boolean;
281
281
  /*
@@ -1190,7 +1190,7 @@ export declare class CreatorBase extends Base implements ISurveyCreatorOptions,
1190
1190
  *
1191
1191
  * Default value: `true`
1192
1192
  *
1193
- * [View the "Switch Between Themes" demo](https://surveyjs.io/Examples/Creator?id=theme-switcher)
1193
+ * [View the "Switch Between Themes" demo](https://surveyjs.io/Examples/Creator?id=theme-switcher (linkStyle))
1194
1194
  */
1195
1195
  allowChangeThemeInPreview: boolean;
1196
1196
  tabbedMenu: any;
@@ -1880,6 +1880,11 @@ export declare class QuestionToolbox extends AdaptiveActionContainer<QuestionToo
1880
1880
  allowExpandMultipleCategoriesValue: boolean;
1881
1881
  keepAllCategoriesExpandedValue: boolean;
1882
1882
  dragOrClickHelper: DragOrClickHelper;
1883
+ /*
1884
+ * Contains toolbox categories and allows you to modify them.
1885
+ *
1886
+ * [View example](https://surveyjs.io/Examples/Survey-Creator?id=toolboxcategories)
1887
+ */
1883
1888
  categories: any;
1884
1889
  /*
1885
1890
  * Set and get and active category. This property doesn't work if allowExpandMultipleCategories is true. Its default value is empty.
@@ -1988,7 +1993,7 @@ export declare class QuestionToolbox extends AdaptiveActionContainer<QuestionToo
1988
1993
  * Collapse all categories. If allowExpandMultipleCategories is false (default value) this function does nothing
1989
1994
  */
1990
1995
  collapseAllCategories(): void;
1991
- invisibleItemSelected(model: Action): void;
1996
+ hiddenItemSelected(model: Action): void;
1992
1997
  protected onItemsChanged(): void;
1993
1998
  protected createCategory(): QuestionToolboxCategory;
1994
1999
  dispose(): void;
@@ -3101,6 +3106,7 @@ export declare class ConditionEditor extends PropertyEditorSetupValue {
3101
3106
  set title(val: string);
3102
3107
  get isModal(): boolean;
3103
3108
  set isModal(val: boolean);
3109
+ protected updatePlaceholderVisibileIf(): void;
3104
3110
  protected getSurveyJSON(): any;
3105
3111
  protected getSurveyCreationReason(): string;
3106
3112
  get text(): string;
@@ -3113,6 +3119,8 @@ export declare class ConditionEditor extends PropertyEditorSetupValue {
3113
3119
  get panel(): QuestionPanelDynamicModel;
3114
3120
  get textEditor(): QuestionCommentModel;
3115
3121
  get isReady(): boolean;
3122
+ errorText: string;
3123
+ hasErrorInUI(): boolean;
3116
3124
  apply(): boolean;
3117
3125
  setIsFastEntry(showTextEdit: boolean): void;
3118
3126
  isSettingPanelValues: boolean;