survey-react-ui 1.9.23 → 1.9.24

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "survey-react-ui",
3
- "version": "1.9.23",
3
+ "version": "1.9.24",
4
4
  "description": "survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.",
5
5
  "keywords": [
6
6
  "Survey",
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Type definition for Survey JavaScript library for React (without core) v1.9.23
2
+ * Type definition for Survey JavaScript library for React (without core) v1.9.24
3
3
  * Copyright (c) 2015-2022 Devsoft Baltic OÜ - https://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -312,18 +312,6 @@ export declare class SurveyButtonGroupItem extends SurveyElementBase<any, any> {
312
312
  protected renderInput(): any;
313
313
  protected renderCaption(): any;
314
314
  }
315
- export declare class SurveyNavigation extends SurveyNavigationBase {
316
- constructor(props: any);
317
- handlePrevClick(event: any): void;
318
- handleNextClick(event: any): void;
319
- handleNextMouseDown(event: any): boolean;
320
- handleMouseDown(event: any): boolean;
321
- handleCompleteClick(event: any): void;
322
- handlePreviewClick(event: any): void;
323
- handleStartClick(event: any): void;
324
- render(): any;
325
- protected renderButton(click: any, mouseDown: any, text: string, btnClassName: string): any;
326
- }
327
315
  export declare class SurveyPanelBase extends SurveyElementBase<any, any> {
328
316
  constructor(props: any);
329
317
  protected rootRef: any;
@@ -443,6 +431,12 @@ export declare class SurveyElementErrors extends ReactSurveyElement {
443
431
  componentWillUnmount(): void;
444
432
  protected renderElement(): any;
445
433
  }
434
+ export declare class SurveyNavigationButton extends ReactSurveyElement {
435
+ constructor(props: any);
436
+ protected get item(): Action;
437
+ protected canRender(): boolean;
438
+ protected renderElement(): any;
439
+ }
446
440
  export declare class SurveyPage extends SurveyPanelBase {
447
441
  constructor(props: any);
448
442
  protected getPanelBase(): PanelModelBase;