survey-creator-core 1.9.41 → 1.9.42

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.41
2
+ * Type definition for Survey Creatorlibrary. Platform independent (core) v1.9.42
3
3
  * Copyright (c) 2015-2022 Devsoft Baltic OÜ - https://surveyjs.io/
4
4
  * License: https://surveyjs.io/Licenses#SurveyCreator
5
5
  */
@@ -221,11 +221,11 @@ export interface ICreatorOptions {
221
221
  */
222
222
  showObjectTitles?: boolean;
223
223
  /*
224
- * Limits the number of visible choices. Users can click "Show more..." to view hidden choices.
224
+ * Limits the number of visible choices. Users can click "Show more" to view hidden choices.
225
225
  *
226
- * Specify this property if questions with many choices occupy much vertical space on the design surface.
226
+ * Set this property to -1 if you do not want any choices to hide.
227
227
  *
228
- * Default value: -1 (unlimited)
228
+ * Default value: 10
229
229
  */
230
230
  maxVisibleChoices?: number;
231
231
  /*
@@ -1061,11 +1061,11 @@ export declare class CreatorBase extends Base implements ISurveyCreatorOptions,
1061
1061
  */
1062
1062
  showObjectTitles: boolean;
1063
1063
  /*
1064
- * Limits the number of visible choices. Users can click "Show more..." to view hidden choices.
1064
+ * Limits the number of visible choices. Users can click "Show more" to view hidden choices.
1065
1065
  *
1066
- * Specify this property if questions with many choices occupy much vertical space on the design surface.
1066
+ * Set this property to -1 if you do not want any choices to hide.
1067
1067
  *
1068
- * Default value: -1 (unlimited)
1068
+ * Default value: 10
1069
1069
  */
1070
1070
  maxVisibleChoices: number;
1071
1071
  /*
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.41
2
+ * SurveyJS Creator v1.9.42
3
3
  * (c) 2015-2022 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v1.9.41
2
+ * SurveyJS Creator v1.9.42
3
3
  * (c) 2015-2022 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator