survey-react-ui 1.9.50 → 1.9.52
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 +1 -1
- package/survey-react-ui.d.ts +2 -1
- package/survey-react-ui.js +91 -35
- package/survey-react-ui.min.js +2 -2
package/package.json
CHANGED
package/survey-react-ui.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Type definition for Survey JavaScript library for React (without core) v1.9.
|
|
2
|
+
* Type definition for Survey JavaScript library for React (without core) v1.9.52
|
|
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
|
*/
|
|
@@ -867,6 +867,7 @@ export declare class SurveyQuestionDropdownBase<T> extends SurveyQuestionUncontr
|
|
|
867
867
|
protected setValueCore(newValue: any): void;
|
|
868
868
|
protected getValueCore(): any;
|
|
869
869
|
protected renderSelect(cssClasses: any): JSX.Element;
|
|
870
|
+
renderValueElement(dropdownListModel: DropdownListModel): JSX.Element;
|
|
870
871
|
protected renderInput(dropdownListModel: DropdownListModel): JSX.Element;
|
|
871
872
|
createClearButton(): JSX.Element;
|
|
872
873
|
protected renderOther(cssClasses: any): JSX.Element;
|