survey-creator-core 1.9.86 → 1.9.87

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.
@@ -1349,7 +1349,25 @@ export declare class CreatorBase extends Base implements ISurveyCreatorOptions,
1349
1349
  showToolbar: any;
1350
1350
  allowCollapseSidebar: any;
1351
1351
  isMobileView: any;
1352
+ /**
1353
+ * Specifies Toolbox location.
1354
+ *
1355
+ * Possible values:
1356
+ *
1357
+ * - `"left"` (default) - Displays Toolbox on the left side of the design surface.
1358
+ * - `"right"` - Displays Toolbox on the right side of the design surface.
1359
+ * - `"sidebar"` - Displays Toolbox as an overlay on top of Property Grid. Use the [`sidebarLocation`](https://surveyjs.io/survey-creator/documentation/api-reference/survey-creator#sidebarLocation) property to specify Property Grid position.
1360
+ */
1352
1361
  toolboxLocation: toolboxLocationType;
1362
+ /**
1363
+ * Specifies the position of the sidebar that displays Property Grid.
1364
+ *
1365
+ * Possible values:
1366
+ *
1367
+ * - `"right"` (default) - Displays the sidebar on the right side of the design surface.
1368
+ * - `"left"` - Displays the sidebar on the left side of the design surface.
1369
+ * @see toolboxLocation
1370
+ */
1353
1371
  sidebarLocation: "left" | "right";
1354
1372
  selectFromStringEditor: boolean;
1355
1373
  isCreatorDisposed: boolean;
@@ -8,5 +8,6 @@ export declare class QuestionConverter {
8
8
  private static updateJSONFromQuestionDefaultSettings;
9
9
  private static updateJSONForMatrices;
10
10
  private static updateJSONForRating;
11
+ private static updateJSONForBarrating;
11
12
  private static updateJSONForPanels;
12
13
  }