survey-react-ui 1.9.97 → 1.9.99
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.
|
@@ -37,5 +37,5 @@ export declare class PopupDropdownContainer extends PopupContainer {
|
|
|
37
37
|
protected renderHeaderPopup(popupModel: PopupBaseViewModel): JSX.Element | null;
|
|
38
38
|
}
|
|
39
39
|
export declare function showModal(componentName: string, data: any, onApply: () => boolean, onCancel?: () => void, cssClass?: string, title?: string, displayMode?: "popup" | "overlay"): PopupBaseViewModel;
|
|
40
|
-
export declare function showDialog(dialogOptions: IDialogOptions,
|
|
40
|
+
export declare function showDialog(dialogOptions: IDialogOptions, rootElement?: HTMLElement): PopupBaseViewModel;
|
|
41
41
|
export {};
|
|
@@ -7,6 +7,7 @@ export declare class SurveyHeader extends React.Component<ISurveyHeaderProps, an
|
|
|
7
7
|
constructor(props: ISurveyHeaderProps);
|
|
8
8
|
private get survey();
|
|
9
9
|
private get css();
|
|
10
|
+
private rootRef;
|
|
10
11
|
componentDidMount(): void;
|
|
11
12
|
componentWillUnmount(): void;
|
|
12
13
|
private renderTitle;
|