survey-react-ui 1.9.43 → 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "survey-react-ui",
3
- "version": "1.9.43",
3
+ "version": "1.9.46",
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.43
2
+ * Type definition for Survey JavaScript library for React (without core) v1.9.46
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
  */
@@ -198,6 +198,7 @@ export declare class List extends SurveyElementBase<IListProps, any> {
198
198
  renderElement(): JSX.Element;
199
199
  renderItems(): any;
200
200
  searchElementContent(): JSX.Element;
201
+ emptyContent(): JSX.Element;
201
202
  }
202
203
  export declare class ListItem extends SurveyElementBase<IListItemProps, any> {
203
204
  constructor(props: any);