survey-react-ui 1.9.83 → 1.9.85

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.
Files changed (90) hide show
  1. package/package.json +2 -2
  2. package/survey-react-ui.d.ts +1 -1447
  3. package/survey-react-ui.js +12 -11
  4. package/survey-react-ui.js.map +1 -1
  5. package/survey-react-ui.min.js +2 -2
  6. package/typings/entries/react-ui-model.d.ts +75 -0
  7. package/typings/react/boolean-checkbox.d.ts +6 -0
  8. package/typings/react/boolean-radio.d.ts +8 -0
  9. package/typings/react/boolean.d.ts +17 -0
  10. package/typings/react/components/action-bar/action-bar-item-dropdown.d.ts +8 -0
  11. package/typings/react/components/action-bar/action-bar-item.d.ts +20 -0
  12. package/typings/react/components/action-bar/action-bar-separator.d.ts +5 -0
  13. package/typings/react/components/action-bar/action-bar.d.ts +20 -0
  14. package/typings/react/components/brand-info.d.ts +4 -0
  15. package/typings/react/components/character-counter.d.ts +11 -0
  16. package/typings/react/components/components-container.d.ts +4 -0
  17. package/typings/react/components/list/list-item.d.ts +16 -0
  18. package/typings/react/components/list/list.d.ts +21 -0
  19. package/typings/react/components/matrix/row.d.ts +16 -0
  20. package/typings/react/components/matrix-actions/detail-button/detail-button.d.ts +12 -0
  21. package/typings/react/components/matrix-actions/drag-drop-icon/drag-drop-icon.d.ts +6 -0
  22. package/typings/react/components/matrix-actions/remove-button/remove-button.d.ts +9 -0
  23. package/typings/react/components/notifier.d.ts +11 -0
  24. package/typings/react/components/paneldynamic-actions/paneldynamic-add-btn.d.ts +12 -0
  25. package/typings/react/components/paneldynamic-actions/paneldynamic-next-btn.d.ts +6 -0
  26. package/typings/react/components/paneldynamic-actions/paneldynamic-prev-btn.d.ts +6 -0
  27. package/typings/react/components/paneldynamic-actions/paneldynamic-progress-text.d.ts +5 -0
  28. package/typings/react/components/paneldynamic-actions/paneldynamic-remove-btn.d.ts +6 -0
  29. package/typings/react/components/popup/popup.d.ts +41 -0
  30. package/typings/react/components/rating/rating-item-smiley.d.ts +11 -0
  31. package/typings/react/components/rating/rating-item-star.d.ts +11 -0
  32. package/typings/react/components/rating/rating-item.d.ts +18 -0
  33. package/typings/react/components/skeleton.d.ts +4 -0
  34. package/typings/react/components/survey-actions/survey-nav-button.d.ts +8 -0
  35. package/typings/react/components/survey-header/logo-image.d.ts +11 -0
  36. package/typings/react/components/survey-header/survey-header.d.ts +16 -0
  37. package/typings/react/components/svg-icon/svg-icon.d.ts +9 -0
  38. package/typings/react/components/title/title-actions.d.ts +7 -0
  39. package/typings/react/components/title/title-content.d.ts +10 -0
  40. package/typings/react/components/title/title-element.d.ts +6 -0
  41. package/typings/react/custom-widget.d.ts +12 -0
  42. package/typings/react/dropdown-base.d.ts +22 -0
  43. package/typings/react/dropdown-item.d.ts +13 -0
  44. package/typings/react/dropdown-select.d.ts +6 -0
  45. package/typings/react/element-factory.d.ts +9 -0
  46. package/typings/react/element-header.d.ts +5 -0
  47. package/typings/react/flow-panel.d.ts +22 -0
  48. package/typings/react/image.d.ts +10 -0
  49. package/typings/react/imagepicker.d.ts +25 -0
  50. package/typings/react/page.d.ts +11 -0
  51. package/typings/react/panel-base.d.ts +25 -0
  52. package/typings/react/panel.d.ts +15 -0
  53. package/typings/react/rating-dropdown.d.ts +7 -0
  54. package/typings/react/react-popup-survey.d.ts +19 -0
  55. package/typings/react/reactSurvey.d.ts +41 -0
  56. package/typings/react/reactSurveyNavigationBase.d.ts +10 -0
  57. package/typings/react/reactSurveyProgress.d.ts +9 -0
  58. package/typings/react/reactSurveyProgressButtons.d.ts +19 -0
  59. package/typings/react/reactSurveyProgressToc.d.ts +5 -0
  60. package/typings/react/reactquestion.d.ts +75 -0
  61. package/typings/react/reactquestion_buttongroup.d.ts +23 -0
  62. package/typings/react/reactquestion_checkbox.d.ts +34 -0
  63. package/typings/react/reactquestion_comment.d.ts +23 -0
  64. package/typings/react/reactquestion_custom.d.ts +13 -0
  65. package/typings/react/reactquestion_dropdown.d.ts +7 -0
  66. package/typings/react/reactquestion_element.d.ts +63 -0
  67. package/typings/react/reactquestion_empty.d.ts +8 -0
  68. package/typings/react/reactquestion_expression.d.ts +8 -0
  69. package/typings/react/reactquestion_factory.d.ts +8 -0
  70. package/typings/react/reactquestion_file.d.ts +12 -0
  71. package/typings/react/reactquestion_html.d.ts +13 -0
  72. package/typings/react/reactquestion_matrix.d.ts +21 -0
  73. package/typings/react/reactquestion_matrixdropdown.d.ts +4 -0
  74. package/typings/react/reactquestion_matrixdropdownbase.d.ts +34 -0
  75. package/typings/react/reactquestion_matrixdynamic.d.ts +20 -0
  76. package/typings/react/reactquestion_multipletext.d.ts +22 -0
  77. package/typings/react/reactquestion_paneldynamic.d.ts +28 -0
  78. package/typings/react/reactquestion_radiogroup.d.ts +31 -0
  79. package/typings/react/reactquestion_ranking.d.ts +21 -0
  80. package/typings/react/reactquestion_rating.d.ts +10 -0
  81. package/typings/react/reactquestion_tagbox.d.ts +9 -0
  82. package/typings/react/reactquestion_text.d.ts +9 -0
  83. package/typings/react/reactsurveymodel.d.ts +9 -0
  84. package/typings/react/reacttimerpanel.d.ts +11 -0
  85. package/typings/react/row.d.ts +21 -0
  86. package/typings/react/signaturepad.d.ts +9 -0
  87. package/typings/react/string-editor.d.ts +11 -0
  88. package/typings/react/string-viewer.d.ts +15 -0
  89. package/typings/react/tagbox-filter.d.ts +23 -0
  90. package/typings/react/tagbox-item.d.ts +11 -0
@@ -1,1448 +1,2 @@
1
- /// <reference path="../survey-core/survey.core.d.ts" />
2
- /// <reference types="react" />
3
- declare module "react/element-factory" {
4
- export class ReactElementFactory {
5
- static Instance: ReactElementFactory;
6
- private creatorHash;
7
- registerElement(elementType: string, elementCreator: (props: any) => JSX.Element): void;
8
- getAllTypes(): Array<string>;
9
- isElementRegistered(elementType: string): boolean;
10
- createElement(elementType: string, params: any): JSX.Element | any;
11
- }
12
- }
13
- declare module "react/reactsurveymodel" {
14
- import { SurveyModel, QuestionMatrixDropdownRenderedCell, SurveyElement, QuestionRowModel, ItemValue, QuestionSelectBase } from "survey-core";
15
- export class ReactSurveyElementsWrapper {
16
- static wrapRow(survey: SurveyModel, element: JSX.Element, row: QuestionRowModel): JSX.Element;
17
- static wrapElement(survey: SurveyModel, element: JSX.Element, question: SurveyElement): JSX.Element;
18
- static wrapQuestionContent(survey: SurveyModel, element: JSX.Element, question: SurveyElement): JSX.Element;
19
- static wrapItemValue(survey: SurveyModel, element: JSX.Element, question: QuestionSelectBase, item: ItemValue): JSX.Element;
20
- static wrapMatrixCell(survey: SurveyModel, element: JSX.Element, cell: QuestionMatrixDropdownRenderedCell, reason?: string): JSX.Element;
21
- }
22
- }
23
- declare module "react/reactquestion_factory" {
24
- export class ReactQuestionFactory {
25
- static Instance: ReactQuestionFactory;
26
- private creatorHash;
27
- registerQuestion(questionType: string, questionCreator: (name: string) => JSX.Element): void;
28
- getAllTypes(): Array<string>;
29
- createQuestion(questionType: string, params: any): JSX.Element | null;
30
- }
31
- }
32
- declare module "react/components/character-counter" {
33
- import { Base, CharacterCounter } from "survey-core";
34
- import { SurveyElementBase } from "react/reactquestion_element";
35
- export interface ICharacterCounterComponentProps {
36
- counter: CharacterCounter;
37
- remainingCharacterCounter: string;
38
- }
39
- export class CharacterCounterComponent extends SurveyElementBase<ICharacterCounterComponentProps, any> {
40
- protected getStateElement(): Base;
41
- renderElement(): JSX.Element | null;
42
- }
43
- }
44
- declare module "react/reactquestion_comment" {
45
- import { ReactSurveyElement, SurveyQuestionUncontrolledElement } from "react/reactquestion_element";
46
- import { QuestionCommentModel } from "survey-core";
47
- export class SurveyQuestionComment extends SurveyQuestionUncontrolledElement<QuestionCommentModel> {
48
- constructor(props: any);
49
- protected renderElement(): JSX.Element;
50
- }
51
- export class SurveyQuestionCommentItem extends ReactSurveyElement {
52
- protected canRender(): boolean;
53
- protected onCommentChange(event: any): void;
54
- protected onCommentInput(event: any): void;
55
- protected getComment(): string;
56
- protected getId(): string;
57
- protected getPlaceholder(): string;
58
- protected renderElement(): JSX.Element;
59
- }
60
- export class SurveyQuestionOtherValueItem extends SurveyQuestionCommentItem {
61
- protected onCommentChange(event: any): void;
62
- protected onCommentInput(event: any): void;
63
- protected getComment(): string;
64
- protected getId(): string;
65
- protected getPlaceholder(): string;
66
- }
67
- }
68
- declare module "react/custom-widget" {
69
- import { SurveyQuestionElementBase } from "react/reactquestion_element";
70
- export class SurveyCustomWidget extends SurveyQuestionElementBase {
71
- private widgetRef;
72
- constructor(props: any);
73
- private _afterRender;
74
- componentDidMount(): void;
75
- componentDidUpdate(prevProps: any, prevState: any): void;
76
- componentWillUnmount(): void;
77
- protected canRender(): boolean;
78
- protected renderElement(): JSX.Element;
79
- }
80
- }
81
- declare module "react/components/svg-icon/svg-icon" {
82
- import React from "react";
83
- export class SvgIcon extends React.Component<any, any> {
84
- private svgIconRef;
85
- constructor(props: any);
86
- updateSvg(): void;
87
- componentDidUpdate(): void;
88
- render(): JSX.Element | null;
89
- componentDidMount(): void;
90
- }
91
- }
92
- declare module "react/components/action-bar/action-bar-separator" {
93
- import React from "react";
94
- export class SurveyActionBarSeparator extends React.Component<any, any> {
95
- constructor(props: any);
96
- render(): JSX.Element;
97
- }
98
- }
99
- declare module "react/components/action-bar/action-bar-item" {
100
- import { Base, Action } from "survey-core";
101
- import { SurveyElementBase } from "react/reactquestion_element";
102
- interface IActionBarItemProps {
103
- item: Action;
104
- }
105
- export class SurveyAction extends SurveyElementBase<IActionBarItemProps, any> {
106
- get item(): Action;
107
- protected getStateElement(): Base;
108
- renderElement(): JSX.Element;
109
- }
110
- export class SurveyActionBarItem extends SurveyElementBase<IActionBarItemProps, any> {
111
- get item(): Action;
112
- protected getStateElement(): Base;
113
- renderElement(): JSX.Element;
114
- renderText(): JSX.Element | null;
115
- renderButtonContent(): JSX.Element;
116
- renderInnerButton(): JSX.Element;
117
- }
118
- }
119
- declare module "react/components/popup/popup" {
120
- import { Base, PopupModel, PopupBaseViewModel, IDialogOptions } from "survey-core";
121
- import { SurveyElementBase } from "react/reactquestion_element";
122
- interface IPopupProps {
123
- model: PopupModel;
124
- }
125
- export class Popup extends SurveyElementBase<IPopupProps, any> {
126
- private popup;
127
- private containerRef;
128
- constructor(props: IPopupProps);
129
- get model(): PopupModel;
130
- protected getStateElement(): Base;
131
- private createModel;
132
- private setTargetElement;
133
- componentDidMount(): void;
134
- componentDidUpdate(prevProps: any, prevState: any): void;
135
- componentWillUnmount(): void;
136
- shouldComponentUpdate(nextProps: IPopupProps, nextState: any): boolean;
137
- render(): JSX.Element;
138
- }
139
- export class PopupContainer extends SurveyElementBase<any, any> {
140
- prevIsVisible: boolean;
141
- constructor(props: any);
142
- handleKeydown: (event: any) => void;
143
- get model(): PopupBaseViewModel;
144
- protected getStateElement(): Base;
145
- clickInside: (ev: any) => void;
146
- componentDidUpdate(prevProps: any, prevState: any): void;
147
- renderContainer(PopupBaseViewModel: PopupBaseViewModel): JSX.Element;
148
- renderHeaderContent(): JSX.Element;
149
- renderContent(): JSX.Element;
150
- protected renderHeaderPopup(popupModel: PopupBaseViewModel): JSX.Element | null;
151
- protected renderFooter(popuModel: PopupBaseViewModel): JSX.Element | null;
152
- render(): JSX.Element;
153
- }
154
- export class PopupDropdownContainer extends PopupContainer {
155
- protected renderHeaderPopup(popupModel: PopupBaseViewModel): JSX.Element | null;
156
- }
157
- export function showModal(componentName: string, data: any, onApply: () => boolean, onCancel?: () => void, cssClass?: string, title?: string, displayMode?: "popup" | "overlay"): PopupBaseViewModel;
158
- export function showDialog(dialogOptions: IDialogOptions): PopupBaseViewModel;
159
- }
160
- declare module "react/components/action-bar/action-bar-item-dropdown" {
161
- import { SurveyActionBarItem } from "react/components/action-bar/action-bar-item";
162
- export class SurveyActionBarItemDropdown extends SurveyActionBarItem {
163
- private viewModel;
164
- constructor(props: any);
165
- renderButtonContent(): JSX.Element;
166
- componentWillUnmount(): void;
167
- }
168
- }
169
- declare module "react/components/action-bar/action-bar" {
170
- import { Base, Action, ActionContainer } from "survey-core";
171
- import { SurveyElementBase } from "react/reactquestion_element";
172
- export * from "react/components/action-bar/action-bar-item-dropdown";
173
- export * from "react/components/action-bar/action-bar-separator";
174
- interface IActionBarProps {
175
- model: ActionContainer<Action>;
176
- handleClick?: boolean;
177
- }
178
- export class SurveyActionBar extends SurveyElementBase<IActionBarProps, any> {
179
- private rootRef;
180
- constructor(props: IActionBarProps);
181
- private get handleClick();
182
- get model(): ActionContainer<Action>;
183
- componentDidMount(): void;
184
- componentWillUnmount(): void;
185
- protected getStateElement(): Base;
186
- renderElement(): any;
187
- renderItems(): JSX.Element[];
188
- }
189
- }
190
- declare module "react/components/title/title-content" {
191
- import React from "react";
192
- import { ITitleOwner } from "survey-core";
193
- export class TitleContent extends React.Component<any, any> {
194
- constructor(props: any);
195
- private get cssClasses();
196
- private get element();
197
- render(): JSX.Element;
198
- protected renderTitleSpans(element: ITitleOwner, cssClasses: any): Array<JSX.Element>;
199
- private renderRequireText;
200
- }
201
- }
202
- declare module "react/components/title/title-actions" {
203
- import React from "react";
204
- import { SurveyElement } from "survey-core";
205
- export class TitleActions extends React.Component<any, any> {
206
- protected get cssClasses(): any;
207
- protected get element(): SurveyElement;
208
- render(): JSX.Element;
209
- }
210
- }
211
- declare module "react/components/title/title-element" {
212
- import React from "react";
213
- export class TitleElement extends React.Component<any, any> {
214
- constructor(props: any);
215
- private get element();
216
- render(): JSX.Element | any;
217
- }
218
- }
219
- declare module "react/element-header" {
220
- import React from "react";
221
- export class SurveyElementHeader extends React.Component<any, any> {
222
- private get element();
223
- render(): JSX.Element;
224
- }
225
- }
226
- declare module "react/reactquestion" {
227
- import * as React from "react";
228
- import { Base, SurveyElement, SurveyError, Question, QuestionMatrixDropdownRenderedCell } from "survey-core";
229
- import { SurveyElementBase, ReactSurveyElement } from "react/reactquestion_element";
230
- export interface ISurveyCreator {
231
- createQuestionElement(question: Question): JSX.Element | null;
232
- renderError(key: string, error: SurveyError, cssClasses: any): JSX.Element;
233
- questionTitleLocation(): string;
234
- questionErrorLocation(): string;
235
- }
236
- export class SurveyQuestion extends SurveyElementBase<any, any> {
237
- private isNeedFocus;
238
- static renderQuestionBody(creator: ISurveyCreator, question: Question): JSX.Element | any;
239
- private rootRef;
240
- constructor(props: any);
241
- protected getStateElement(): Base;
242
- protected get question(): Question;
243
- private get creator();
244
- componentDidMount(): void;
245
- componentWillUnmount(): void;
246
- componentDidUpdate(prevProps: any, prevState: any): void;
247
- private doAfterRender;
248
- protected canRender(): boolean;
249
- protected renderQuestionContent(): JSX.Element;
250
- protected renderElement(): JSX.Element;
251
- protected wrapElement(element: JSX.Element): JSX.Element;
252
- protected wrapQuestionContent(element: JSX.Element): JSX.Element;
253
- protected renderQuestion(): JSX.Element;
254
- protected renderDescription(): JSX.Element;
255
- protected renderComment(cssClasses: any): JSX.Element;
256
- protected renderHeader(question: Question): JSX.Element;
257
- protected renderErrors(cssClasses: any, location: string): JSX.Element;
258
- }
259
- export class SurveyElementErrors extends ReactSurveyElement {
260
- constructor(props: any);
261
- protected get id(): string;
262
- protected get element(): SurveyElement;
263
- private get creator();
264
- protected get location(): string;
265
- private getState;
266
- protected canRender(): boolean;
267
- private tooltipManager;
268
- private tooltipRef;
269
- componentDidUpdate(prevProps: any, prevState: any): void;
270
- componentWillUnmount(): void;
271
- private disposeTooltipManager;
272
- protected renderElement(): JSX.Element;
273
- }
274
- export abstract class SurveyQuestionAndErrorsWrapped extends ReactSurveyElement {
275
- [index: string]: any;
276
- constructor(props: any);
277
- protected getStateElement(): Base;
278
- protected get question(): Question;
279
- protected get creator(): ISurveyCreator;
280
- protected getQuestion(): Question;
281
- protected get itemCss(): string;
282
- componentDidMount(): void;
283
- componentDidUpdate(prevProps: any, prevState: any): void;
284
- protected doAfterRender(): void;
285
- protected canRender(): boolean;
286
- protected renderErrors(errorsLocation: string): JSX.Element | null;
287
- protected renderContent(): JSX.Element;
288
- protected abstract renderElement(): JSX.Element;
289
- protected getShowErrors(): boolean;
290
- protected renderQuestion(): JSX.Element;
291
- }
292
- export class SurveyQuestionAndErrorsCell extends SurveyQuestionAndErrorsWrapped {
293
- [index: string]: any;
294
- protected cellRef: React.RefObject<HTMLTableCellElement>;
295
- constructor(props: any);
296
- componentWillUnmount(): void;
297
- protected renderElement(): JSX.Element;
298
- protected getCellStyle(): any;
299
- protected getHeaderText(): string;
300
- protected wrapCell(cell: QuestionMatrixDropdownRenderedCell, element: JSX.Element): JSX.Element;
301
- }
302
- }
303
- declare module "react/reactquestion_element" {
304
- import * as React from "react";
305
- import { Base, PanelModel, LocalizableString, Question } from "survey-core";
306
- import { ISurveyCreator } from "react/reactquestion";
307
- export class SurveyElementBase<P, S> extends React.Component<P, S> {
308
- static renderLocString(locStr: LocalizableString, style?: any, key?: string): JSX.Element;
309
- static renderQuestionDescription(question: Question | PanelModel): JSX.Element;
310
- private changedStatePropNameValue;
311
- constructor(props: any);
312
- componentDidMount(): void;
313
- componentWillUnmount(): void;
314
- componentDidUpdate(prevProps: any, prevState: any): void;
315
- private _allowComponentUpdate;
316
- protected allowComponentUpdate(): void;
317
- protected denyComponentUpdate(): void;
318
- shouldComponentUpdate(nextProps: any, nextState: any): boolean;
319
- render(): JSX.Element | null;
320
- protected wrapElement(element: JSX.Element): JSX.Element;
321
- protected get isRendering(): boolean;
322
- protected getRenderedElements(): Base[];
323
- private startEndRendering;
324
- protected canRender(): boolean;
325
- protected renderElement(): JSX.Element | null;
326
- protected get changedStatePropName(): string | undefined;
327
- private makeBaseElementsReact;
328
- private unMakeBaseElementsReact;
329
- protected getStateElements(): Array<Base>;
330
- protected getStateElement(): Base | null;
331
- protected get isDisplayMode(): boolean;
332
- protected renderLocString(locStr: LocalizableString, style?: any, key?: string): JSX.Element;
333
- private canMakeReact;
334
- private makeBaseElementReact;
335
- protected canUsePropInState(key: string): boolean;
336
- private unMakeBaseElementReact;
337
- }
338
- export class ReactSurveyElement extends SurveyElementBase<any, any> {
339
- constructor(props: any);
340
- protected get cssClasses(): any;
341
- }
342
- export class SurveyQuestionElementBase extends SurveyElementBase<any, any> {
343
- control: HTMLElement;
344
- constructor(props: any);
345
- componentDidUpdate(prevProps: any, prevState: any): void;
346
- componentDidMount(): void;
347
- componentWillUnmount(): void;
348
- protected updateDomElement(): void;
349
- protected get questionBase(): Question;
350
- protected getRenderedElements(): Base[];
351
- protected get creator(): ISurveyCreator;
352
- protected canRender(): boolean;
353
- shouldComponentUpdate(nextProps: any, nextState: any): boolean;
354
- protected get isDisplayMode(): boolean;
355
- protected wrapCell(cell: any, element: JSX.Element, reason: string): JSX.Element;
356
- setControl(element: HTMLElement | null): void;
357
- }
358
- export class SurveyQuestionUncontrolledElement<T extends Question> extends SurveyQuestionElementBase {
359
- constructor(props: any);
360
- protected get question(): T;
361
- updateValueOnEvent: (event: any) => void;
362
- protected setValueCore(newValue: any): void;
363
- protected getValueCore(): any;
364
- protected updateDomElement(): void;
365
- private getValue;
366
- }
367
- }
368
- declare module "react/row" {
369
- import { IElement, Base } from "survey-core";
370
- import { SurveyElementBase } from "react/reactquestion_element";
371
- export class SurveyRow extends SurveyElementBase<any, any> {
372
- private rootRef;
373
- constructor(props: any);
374
- private recalculateCss;
375
- protected getStateElement(): Base;
376
- private get row();
377
- private get survey();
378
- private get creator();
379
- protected get css(): any;
380
- protected canRender(): boolean;
381
- protected renderElementContent(): JSX.Element;
382
- protected renderElement(): JSX.Element;
383
- componentDidMount(): void;
384
- shouldComponentUpdate(nextProps: any, nextState: any): boolean;
385
- private stopLazyRendering;
386
- componentWillUnmount(): void;
387
- protected createElement(element: IElement, elementIndex?: number): JSX.Element;
388
- }
389
- }
390
- declare module "react/panel-base" {
391
- import * as React from "react";
392
- import { ISurveyCreator } from "react/reactquestion";
393
- import { Base, SurveyModel, QuestionRowModel, PanelModelBase } from "survey-core";
394
- import { SurveyElementBase } from "react/reactquestion_element";
395
- export class SurveyPanelBase extends SurveyElementBase<any, any> {
396
- protected rootRef: React.RefObject<HTMLDivElement>;
397
- constructor(props: any);
398
- protected getStateElement(): Base;
399
- protected canUsePropInState(key: string): boolean;
400
- protected get survey(): SurveyModel | null;
401
- protected get creator(): ISurveyCreator;
402
- protected get css(): any;
403
- get panelBase(): PanelModelBase;
404
- protected getPanelBase(): PanelModelBase;
405
- protected getSurvey(): SurveyModel | null;
406
- protected getCss(): any;
407
- componentDidMount(): void;
408
- componentWillUnmount(): void;
409
- componentDidUpdate(prevProps: any, prevState: any): void;
410
- private doAfterRender;
411
- protected canRender(): boolean;
412
- private renderedRowsCache;
413
- protected renderRows(css: any): Array<JSX.Element>;
414
- protected createRow(row: QuestionRowModel, css: any): JSX.Element;
415
- }
416
- }
417
- declare module "react/page" {
418
- import { PageModel, PanelModelBase } from "survey-core";
419
- import { SurveyPanelBase } from "react/panel-base";
420
- export class SurveyPage extends SurveyPanelBase {
421
- constructor(props: any);
422
- protected getPanelBase(): PanelModelBase;
423
- get page(): PageModel;
424
- protected renderElement(): JSX.Element;
425
- protected renderTitle(): JSX.Element;
426
- protected renderDescription(): JSX.Element | null;
427
- }
428
- }
429
- declare module "react/string-viewer" {
430
- import React from "react";
431
- export class SurveyLocStringViewer extends React.Component<any, any> {
432
- constructor(props: any);
433
- private rootRef;
434
- private get locStr();
435
- private get style();
436
- componentDidMount(): void;
437
- componentWillUnmount(): void;
438
- componentDidUpdate(prevProps: any, prevState: any): void;
439
- private isRendering;
440
- private onChangedHandler;
441
- private reactOnStrChanged;
442
- render(): JSX.Element | null;
443
- protected renderString(): JSX.Element;
444
- }
445
- }
446
- declare module "react/components/survey-header/survey-header" {
447
- import React from "react";
448
- import { SurveyModel } from "survey-core";
449
- interface ISurveyHeaderProps {
450
- survey: SurveyModel;
451
- }
452
- export class SurveyHeader extends React.Component<ISurveyHeaderProps, any> {
453
- constructor(props: ISurveyHeaderProps);
454
- private get survey();
455
- private get css();
456
- componentDidMount(): void;
457
- componentWillUnmount(): void;
458
- private renderTitle;
459
- private renderLogoImage;
460
- render(): JSX.Element | null;
461
- }
462
- }
463
- declare module "react/reacttimerpanel" {
464
- import { Base, SurveyTimerModel } from "survey-core";
465
- import { ReactSurveyElement } from "react/reactquestion_element";
466
- export class SurveyTimerPanel extends ReactSurveyElement {
467
- constructor(props: any);
468
- protected getStateElement(): Base;
469
- protected get timerModel(): SurveyTimerModel;
470
- private readonly circleLength;
471
- private get progress();
472
- render(): JSX.Element | null;
473
- }
474
- }
475
- declare module "react/components/brand-info" {
476
- import React from "react";
477
- export class BrandInfo extends React.Component<any, any> {
478
- render(): JSX.Element;
479
- }
480
- }
481
- declare module "react/components/notifier" {
482
- import { Base, Notifier } from "survey-core";
483
- import { SurveyElementBase } from "react/reactquestion_element";
484
- export interface INotifierComponentProps {
485
- notifier: Notifier;
486
- }
487
- export class NotifierComponent extends SurveyElementBase<INotifierComponentProps, any> {
488
- get notifier(): Notifier;
489
- protected getStateElement(): Base;
490
- renderElement(): JSX.Element | null;
491
- }
492
- }
493
- declare module "react/components/components-container" {
494
- import React from "react";
495
- export class ComponentsContainer extends React.Component<any, any> {
496
- render(): JSX.Element | null;
497
- }
498
- }
499
- declare module "react/reactSurvey" {
500
- import { Base, Question, PageModel, SurveyError, SurveyModel, IAttachKey2clickOptions } from "survey-core";
501
- import { ISurveyCreator } from "react/reactquestion";
502
- import { SurveyElementBase } from "react/reactquestion_element";
503
- export class Survey extends SurveyElementBase<any, any> implements ISurveyCreator {
504
- private previousJSON;
505
- private rootRef;
506
- static get cssType(): string;
507
- static set cssType(value: string);
508
- protected survey: SurveyModel;
509
- private rootNodeId;
510
- private rootNodeClassName;
511
- constructor(props: any);
512
- protected getStateElement(): Base;
513
- private isSurveyUpdated;
514
- private onSurveyUpdated;
515
- shouldComponentUpdate(nextProps: any, nextState: any): boolean;
516
- componentDidUpdate(prevProps: any, prevState: any): void;
517
- componentDidMount(): void;
518
- destroySurvey(): void;
519
- componentWillUnmount(): void;
520
- doRender(): JSX.Element;
521
- protected renderElement(): JSX.Element;
522
- get css(): any;
523
- set css(value: any);
524
- protected renderCompleted(): JSX.Element | null;
525
- protected renderCompletedBefore(): JSX.Element;
526
- protected renderLoading(): JSX.Element;
527
- protected renderSurvey(): JSX.Element;
528
- protected renderPage(page: PageModel): JSX.Element;
529
- protected renderEmptySurvey(): JSX.Element;
530
- protected createSurvey(newProps: any): void;
531
- private isModelJSONChanged;
532
- protected updateSurvey(newProps: any, oldProps?: any): void;
533
- protected setSurveyEvents(): void;
534
- createQuestionElement(question: Question): JSX.Element | null;
535
- renderError(key: string, error: SurveyError, cssClasses: any): JSX.Element;
536
- questionTitleLocation(): string;
537
- questionErrorLocation(): string;
538
- }
539
- export function attachKey2click(element: JSX.Element, viewModel?: any, options?: IAttachKey2clickOptions): JSX.Element;
540
- }
541
- declare module "react/reactSurveyNavigationBase" {
542
- import * as React from "react";
543
- import { SurveyModel } from "survey-core";
544
- export class SurveyNavigationBase extends React.Component<any, any> {
545
- constructor(props: any);
546
- protected get survey(): SurveyModel;
547
- protected get css(): any;
548
- private updateStateFunction;
549
- componentDidMount(): void;
550
- componentWillUnmount(): void;
551
- }
552
- }
553
- declare module "react/panel" {
554
- import { SurveyPanelBase } from "react/panel-base";
555
- import { PanelModel } from "survey-core";
556
- export class SurveyPanel extends SurveyPanelBase {
557
- private hasBeenExpanded;
558
- constructor(props: any);
559
- get panel(): PanelModel;
560
- protected renderElement(): JSX.Element;
561
- protected renderHeader(): JSX.Element | null;
562
- protected wrapElement(element: JSX.Element): JSX.Element;
563
- protected renderContent(style: any, rows: JSX.Element[], className: string): JSX.Element;
564
- protected renderTitle(): JSX.Element | null;
565
- protected renderDescription(): JSX.Element | null;
566
- protected renderBottom(): JSX.Element | null;
567
- }
568
- }
569
- declare module "react/flow-panel" {
570
- import { FlowPanelModel, Question } from "survey-core";
571
- import { SurveyPanel } from "react/panel";
572
- export class SurveyFlowPanel extends SurveyPanel {
573
- constructor(props: any);
574
- get flowPanel(): FlowPanelModel;
575
- componentDidMount(): void;
576
- componentWillUnmount(): void;
577
- protected getQuestion(name: string): Question;
578
- protected renderQuestion(question: Question): string;
579
- protected renderRows(): Array<JSX.Element>;
580
- private renderedIndex;
581
- private getNodeIndex;
582
- protected renderHtml(): JSX.Element | null;
583
- protected renderNodes(domNodes: Array<Node>): Array<JSX.Element>;
584
- private getStyle;
585
- protected renderParentNode(node: Node): JSX.Element;
586
- protected renderNode(node: Node): JSX.Element | null;
587
- private getChildDomNodes;
588
- private hasTextChildNodesOnly;
589
- protected renderContent(style: any, rows: JSX.Element[]): JSX.Element;
590
- }
591
- }
592
- declare module "react/reactquestion_checkbox" {
593
- import { ReactSurveyElement, SurveyQuestionElementBase } from "react/reactquestion_element";
594
- import { Base, ItemValue, QuestionCheckboxModel } from "survey-core";
595
- export class SurveyQuestionCheckbox extends SurveyQuestionElementBase {
596
- constructor(props: any);
597
- protected get question(): QuestionCheckboxModel;
598
- protected renderElement(): JSX.Element;
599
- protected getHeader(): JSX.Element[] | undefined;
600
- protected getFooter(): JSX.Element[] | undefined;
601
- protected getColumnedBody(cssClasses: any): JSX.Element;
602
- protected getColumns(cssClasses: any): JSX.Element[];
603
- protected getBody(cssClasses: any): JSX.Element;
604
- protected getItems(cssClasses: any, choices: Array<ItemValue>): Array<any>;
605
- protected get textStyle(): any;
606
- protected renderOther(): JSX.Element;
607
- protected renderItem(key: string, item: any, isFirst: boolean, cssClasses: any, index?: string): JSX.Element;
608
- }
609
- export class SurveyQuestionCheckboxItem extends ReactSurveyElement {
610
- constructor(props: any);
611
- protected getStateElement(): Base;
612
- protected get question(): QuestionCheckboxModel;
613
- protected get item(): ItemValue;
614
- protected get textStyle(): any;
615
- protected get isFirst(): any;
616
- protected get index(): number;
617
- private get hideCaption();
618
- shouldComponentUpdate(nextProps: any, nextState: any): boolean;
619
- handleOnChange: (event: any) => void;
620
- selectAllChanged: (event: any) => void;
621
- protected canRender(): boolean;
622
- protected renderElement(): JSX.Element;
623
- protected get inputStyle(): any;
624
- protected renderCheckbox(isChecked: boolean, otherItem: JSX.Element | null): JSX.Element;
625
- }
626
- }
627
- declare module "react/reactquestion_ranking" {
628
- import { ReactSurveyElement, SurveyQuestionElementBase } from "react/reactquestion_element";
629
- import { QuestionRankingModel, ItemValue } from "survey-core";
630
- export class SurveyQuestionRanking extends SurveyQuestionElementBase {
631
- protected get question(): QuestionRankingModel;
632
- protected renderElement(): JSX.Element;
633
- protected getItems(): Array<any>;
634
- protected renderItem(item: ItemValue, i: number, handleKeydown: (event: any) => void, handlePointerDown: (event: PointerEvent) => void, cssClasses: any, itemClass: string, question: QuestionRankingModel): JSX.Element;
635
- }
636
- export class SurveyQuestionRankingItem extends ReactSurveyElement {
637
- protected get text(): string;
638
- protected get index(): string;
639
- protected get indexText(): string;
640
- protected get handleKeydown(): (event: any) => void;
641
- protected get handlePointerDown(): (event: any) => void;
642
- protected get cssClasses(): any;
643
- protected get itemClass(): string;
644
- protected get itemTabIndex(): number;
645
- protected get question(): any;
646
- protected renderElement(): JSX.Element;
647
- }
648
- }
649
- declare module "react/components/rating/rating-item" {
650
- import { QuestionRatingModel, RenderedRatingItem } from "survey-core";
651
- import { SurveyElementBase } from "react/reactquestion_element";
652
- export interface IRatingItemProps {
653
- question: QuestionRatingModel;
654
- item: RenderedRatingItem;
655
- index: any;
656
- handleOnClick: any;
657
- isDisplayMode: boolean;
658
- }
659
- export class RatingItem extends SurveyElementBase<IRatingItemProps, any> {
660
- get question(): QuestionRatingModel;
661
- get item(): RenderedRatingItem;
662
- get index(): any;
663
- getStateElement(): RenderedRatingItem;
664
- render(): JSX.Element | null;
665
- componentDidMount(): void;
666
- }
667
- }
668
- declare module "react/components/rating/rating-item-star" {
669
- import { QuestionRatingModel, RenderedRatingItem } from "survey-core";
670
- import { SurveyElementBase } from "react/reactquestion_element";
671
- import { IRatingItemProps } from "react/components/rating/rating-item";
672
- export class RatingItemStar extends SurveyElementBase<IRatingItemProps, any> {
673
- get question(): QuestionRatingModel;
674
- get item(): RenderedRatingItem;
675
- get index(): any;
676
- getStateElement(): RenderedRatingItem;
677
- render(): JSX.Element | null;
678
- }
679
- }
680
- declare module "react/components/rating/rating-item-smiley" {
681
- import { QuestionRatingModel, RenderedRatingItem } from "survey-core";
682
- import { SurveyElementBase } from "react/reactquestion_element";
683
- import { IRatingItemProps } from "react/components/rating/rating-item";
684
- export class RatingItemSmiley extends SurveyElementBase<IRatingItemProps, any> {
685
- get question(): QuestionRatingModel;
686
- get item(): RenderedRatingItem;
687
- get index(): any;
688
- getStateElement(): RenderedRatingItem;
689
- render(): JSX.Element | null;
690
- }
691
- }
692
- declare module "react/tagbox-filter" {
693
- import { DropdownMultiSelectListModel, QuestionTagboxModel } from "survey-core";
694
- import { SurveyElementBase } from "react/reactquestion_element";
695
- interface ITagboxFilterProps {
696
- model: DropdownMultiSelectListModel;
697
- question: QuestionTagboxModel;
698
- }
699
- export class TagboxFilterString extends SurveyElementBase<ITagboxFilterProps, any> {
700
- inputElement: HTMLInputElement | null;
701
- get model(): DropdownMultiSelectListModel;
702
- get question(): QuestionTagboxModel;
703
- componentDidUpdate(prevProps: any, prevState: any): void;
704
- componentDidMount(): void;
705
- updateDomElement(): void;
706
- onChange(e: any): void;
707
- keyhandler(e: any): void;
708
- onBlur(e: any): void;
709
- onFocus(e: any): void;
710
- constructor(props: any);
711
- getStateElement(): DropdownMultiSelectListModel;
712
- render(): JSX.Element;
713
- }
714
- }
715
- declare module "react/dropdown-item" {
716
- import { ReactSurveyElement } from "react/reactquestion_element";
717
- import { Base } from "survey-core";
718
- export class SurveyQuestionOptionItem extends ReactSurveyElement {
719
- constructor(props: any);
720
- componentDidUpdate(prevProps: any, prevState: any): void;
721
- componentWillUnmount(): void;
722
- private setupModel;
723
- protected getStateElement(): Base;
724
- private get item();
725
- protected canRender(): boolean;
726
- protected renderElement(): JSX.Element;
727
- }
728
- }
729
- declare module "react/dropdown-base" {
730
- import { Question, DropdownListModel } from "survey-core";
731
- import { SurveyQuestionUncontrolledElement } from "react/reactquestion_element";
732
- export class SurveyQuestionDropdownBase<T extends Question> extends SurveyQuestionUncontrolledElement<T> {
733
- inputElement: HTMLInputElement | null;
734
- click: (event: any) => void;
735
- clear: (event: any) => void;
736
- keyhandler: (event: any) => void;
737
- blur: (event: any) => void;
738
- focus: (event: any) => void;
739
- protected getStateElement(): any;
740
- protected setValueCore(newValue: any): void;
741
- protected getValueCore(): any;
742
- protected renderSelect(cssClasses: any): JSX.Element;
743
- renderValueElement(dropdownListModel: DropdownListModel): JSX.Element | null;
744
- protected renderInput(dropdownListModel: DropdownListModel): JSX.Element;
745
- createClearButton(): JSX.Element | null;
746
- protected renderOther(cssClasses: any): JSX.Element;
747
- componentDidUpdate(prevProps: any, prevState: any): void;
748
- componentDidMount(): void;
749
- updateInputDomElement(): void;
750
- }
751
- }
752
- declare module "react/reactquestion_dropdown" {
753
- import { Question } from "survey-core";
754
- import { SurveyQuestionDropdownBase } from "react/dropdown-base";
755
- export class SurveyQuestionDropdown extends SurveyQuestionDropdownBase<Question> {
756
- constructor(props: any);
757
- protected renderElement(): JSX.Element;
758
- }
759
- }
760
- declare module "react/tagbox-item" {
761
- import { ReactSurveyElement } from "react/reactquestion_element";
762
- import { Base, QuestionTagboxModel, ItemValue } from "survey-core";
763
- export class SurveyQuestionTagboxItem extends ReactSurveyElement {
764
- constructor(props: any);
765
- protected getStateElement(): Base;
766
- protected get question(): QuestionTagboxModel;
767
- protected get item(): ItemValue;
768
- protected canRender(): boolean;
769
- protected renderElement(): JSX.Element;
770
- }
771
- }
772
- declare module "react/reactquestion_tagbox" {
773
- import { QuestionTagboxModel, DropdownListModel } from "survey-core";
774
- import { SurveyQuestionDropdownBase } from "react/dropdown-base";
775
- export class SurveyQuestionTagbox extends SurveyQuestionDropdownBase<QuestionTagboxModel> {
776
- constructor(props: any);
777
- protected renderItem(key: string, item: any): JSX.Element;
778
- protected renderInput(dropdownListModel: DropdownListModel): JSX.Element;
779
- protected renderElement(): JSX.Element;
780
- }
781
- }
782
- declare module "react/dropdown-select" {
783
- import { SurveyQuestionDropdown } from "react/reactquestion_dropdown";
784
- export class SurveyQuestionDropdownSelect extends SurveyQuestionDropdown {
785
- constructor(props: any);
786
- protected renderSelect(cssClasses: any): JSX.Element;
787
- }
788
- }
789
- declare module "react/reactquestion_matrix" {
790
- import { ReactSurveyElement, SurveyQuestionElementBase } from "react/reactquestion_element";
791
- import { QuestionMatrixModel } from "survey-core";
792
- export class SurveyQuestionMatrix extends SurveyQuestionElementBase {
793
- constructor(props: any);
794
- protected get question(): QuestionMatrixModel;
795
- componentDidMount(): void;
796
- componentWillUnmount(): void;
797
- protected renderElement(): JSX.Element;
798
- }
799
- export class SurveyQuestionMatrixRow extends ReactSurveyElement {
800
- constructor(props: any);
801
- private get question();
802
- private get row();
803
- handleOnChange(event: any): void;
804
- protected wrapCell(cell: any, element: JSX.Element, reason: string): JSX.Element;
805
- protected canRender(): boolean;
806
- protected renderElement(): JSX.Element;
807
- generateTds(): JSX.Element[];
808
- cellClick(row: any, column: any): void;
809
- }
810
- }
811
- declare module "react/reactquestion_html" {
812
- import { SurveyQuestionElementBase } from "react/reactquestion_element";
813
- import { QuestionHtmlModel } from "survey-core";
814
- export class SurveyQuestionHtml extends SurveyQuestionElementBase {
815
- constructor(props: any);
816
- protected get question(): QuestionHtmlModel;
817
- componentDidMount(): void;
818
- componentWillUnmount(): void;
819
- componentDidUpdate(prevProps: any, prevState: any): void;
820
- private reactOnStrChanged;
821
- protected canRender(): boolean;
822
- protected renderElement(): JSX.Element;
823
- }
824
- }
825
- declare module "react/reactquestion_file" {
826
- import { QuestionFileModel } from "survey-core";
827
- import { SurveyQuestionElementBase } from "react/reactquestion_element";
828
- export class SurveyQuestionFile extends SurveyQuestionElementBase {
829
- constructor(props: any);
830
- protected get question(): QuestionFileModel;
831
- protected renderElement(): JSX.Element;
832
- protected renderFileDecorator(): JSX.Element;
833
- protected renderClearButton(className: string): JSX.Element | null;
834
- protected renderFileSign(className: string, val: any): JSX.Element | null;
835
- protected renderPreview(): JSX.Element | null;
836
- }
837
- }
838
- declare module "react/reactquestion_multipletext" {
839
- import { SurveyQuestionElementBase } from "react/reactquestion_element";
840
- import { SurveyQuestionAndErrorsWrapped } from "react/reactquestion";
841
- import { QuestionMultipleTextModel, MultipleTextItemModel } from "survey-core";
842
- import { ReactSurveyElement } from "react/reactquestion_element";
843
- export class SurveyQuestionMultipleText extends SurveyQuestionElementBase {
844
- constructor(props: any);
845
- protected get question(): QuestionMultipleTextModel;
846
- protected renderElement(): JSX.Element;
847
- protected renderRow(rowIndex: number, items: Array<MultipleTextItemModel>, cssClasses: any): JSX.Element;
848
- }
849
- export class SurveyMultipleTextItem extends ReactSurveyElement {
850
- private get question();
851
- private get item();
852
- protected getStateElements(): (MultipleTextItemModel | import("question_text").QuestionTextModel)[];
853
- private get creator();
854
- protected renderElement(): JSX.Element;
855
- protected renderItemTooltipError(item: MultipleTextItemModel, cssClasses: any): JSX.Element | null;
856
- }
857
- export class SurveyMultipleTextItemEditor extends SurveyQuestionAndErrorsWrapped {
858
- protected renderElement(): JSX.Element;
859
- }
860
- }
861
- declare module "react/reactquestion_radiogroup" {
862
- import { SurveyQuestionElementBase, ReactSurveyElement } from "react/reactquestion_element";
863
- import { QuestionRadiogroupModel, ItemValue, Base } from "survey-core";
864
- export class SurveyQuestionRadiogroup extends SurveyQuestionElementBase {
865
- constructor(props: any);
866
- protected get question(): QuestionRadiogroupModel;
867
- protected renderElement(): JSX.Element;
868
- protected getFooter(): JSX.Element[] | undefined;
869
- protected getColumnedBody(cssClasses: any): JSX.Element;
870
- protected getColumns(cssClasses: any): JSX.Element[];
871
- protected getBody(cssClasses: any): JSX.Element;
872
- protected getItems(cssClasses: any, choices: Array<ItemValue>): Array<any>;
873
- protected get textStyle(): any;
874
- protected renderOther(cssClasses: any): JSX.Element;
875
- private renderItem;
876
- private getStateValue;
877
- }
878
- export class SurveyQuestionRadioItem extends ReactSurveyElement {
879
- constructor(props: any);
880
- protected getStateElement(): Base;
881
- protected get question(): QuestionRadiogroupModel;
882
- protected get item(): ItemValue;
883
- protected get textStyle(): any;
884
- protected get index(): number;
885
- protected get isChecked(): boolean;
886
- private get hideCaption();
887
- shouldComponentUpdate(nextProps: any, nextState: any): boolean;
888
- handleOnChange(event: any): void;
889
- protected canRender(): boolean;
890
- protected renderElement(): JSX.Element;
891
- }
892
- }
893
- declare module "react/reactquestion_text" {
894
- import { SurveyQuestionUncontrolledElement } from "react/reactquestion_element";
895
- import { QuestionTextModel } from "survey-core";
896
- export class SurveyQuestionText extends SurveyQuestionUncontrolledElement<QuestionTextModel> {
897
- constructor(props: any);
898
- protected renderInput(): JSX.Element;
899
- protected renderElement(): JSX.Element;
900
- private renderDataList;
901
- }
902
- }
903
- declare module "react/boolean" {
904
- import * as React from "react";
905
- import { QuestionBooleanModel, Base } from "survey-core";
906
- import { SurveyQuestionElementBase } from "react/reactquestion_element";
907
- export class SurveyQuestionBoolean extends SurveyQuestionElementBase {
908
- protected checkRef: React.RefObject<HTMLInputElement>;
909
- constructor(props: any);
910
- protected getStateElement(): Base;
911
- protected get question(): QuestionBooleanModel;
912
- private doCheck;
913
- handleOnChange(event: any): void;
914
- handleOnClick(event: any): void;
915
- handleOnSwitchClick(event: any): void;
916
- handleOnLabelClick(event: any, value: boolean): void;
917
- handleOnKeyDown(event: any): void;
918
- protected updateDomElement(): void;
919
- protected renderElement(): JSX.Element;
920
- }
921
- }
922
- declare module "react/boolean-checkbox" {
923
- import { SurveyQuestionBoolean } from "react/boolean";
924
- export class SurveyQuestionBooleanCheckbox extends SurveyQuestionBoolean {
925
- constructor(props: any);
926
- protected renderElement(): JSX.Element;
927
- }
928
- }
929
- declare module "react/boolean-radio" {
930
- import { SurveyQuestionBoolean } from "react/boolean";
931
- export class SurveyQuestionBooleanRadio extends SurveyQuestionBoolean {
932
- constructor(props: any);
933
- private renderRadioItem;
934
- handleOnChange: (event: any) => void;
935
- protected renderElement(): JSX.Element;
936
- }
937
- }
938
- declare module "react/reactquestion_empty" {
939
- import { SurveyQuestionElementBase } from "react/reactquestion_element";
940
- import { QuestionEmptyModel } from "survey-core";
941
- export class SurveyQuestionEmpty extends SurveyQuestionElementBase {
942
- constructor(props: any);
943
- protected get question(): QuestionEmptyModel;
944
- protected renderElement(): JSX.Element;
945
- }
946
- }
947
- declare module "react/components/matrix/row" {
948
- import { QuestionMatrixDropdownRenderedRow, QuestionMatrixDropdownModelBase } from "survey-core";
949
- import { SurveyElementBase } from "react/reactquestion_element";
950
- interface IMatrixRowProps {
951
- model: QuestionMatrixDropdownRenderedRow;
952
- parentMatrix: QuestionMatrixDropdownModelBase;
953
- }
954
- export class MatrixRow extends SurveyElementBase<IMatrixRowProps, any> {
955
- constructor(props: IMatrixRowProps);
956
- get model(): QuestionMatrixDropdownRenderedRow;
957
- get parentMatrix(): QuestionMatrixDropdownModelBase;
958
- protected getStateElement(): QuestionMatrixDropdownRenderedRow;
959
- protected onPointerDownHandler: (event: any) => void;
960
- render(): JSX.Element;
961
- }
962
- }
963
- declare module "react/components/matrix-actions/drag-drop-icon/drag-drop-icon" {
964
- import { ReactSurveyElement } from "react/reactquestion_element";
965
- export class SurveyQuestionMatrixDynamicDragDropIcon extends ReactSurveyElement {
966
- private get question();
967
- protected renderElement(): JSX.Element;
968
- }
969
- }
970
- declare module "react/reactquestion_matrixdropdownbase" {
971
- import { SurveyQuestionElementBase } from "react/reactquestion_element";
972
- import { SurveyQuestionAndErrorsCell } from "react/reactquestion";
973
- import { QuestionMatrixDropdownModelBase, QuestionMatrixDropdownRenderedRow, QuestionMatrixDropdownRenderedCell, Question } from "survey-core";
974
- export class SurveyQuestionMatrixDropdownBase extends SurveyQuestionElementBase {
975
- constructor(props: any);
976
- protected get question(): QuestionMatrixDropdownModelBase;
977
- private getState;
978
- private updateStateOnCallback;
979
- componentDidMount(): void;
980
- componentWillUnmount(): void;
981
- protected renderElement(): JSX.Element;
982
- renderTableDiv(): JSX.Element;
983
- renderHeader(): JSX.Element | null;
984
- renderFooter(): JSX.Element | null;
985
- renderRows(): JSX.Element;
986
- renderRow(keyValue: any, row: QuestionMatrixDropdownRenderedRow, cssClasses: any, reason?: string): JSX.Element;
987
- renderCell(cell: QuestionMatrixDropdownRenderedCell, index: number, cssClasses: any, reason?: string): JSX.Element;
988
- private renderCellContent;
989
- }
990
- export class SurveyQuestionMatrixDropdownCell extends SurveyQuestionAndErrorsCell {
991
- constructor(props: any);
992
- private get cell();
993
- protected get itemCss(): string;
994
- protected getQuestion(): Question | any;
995
- protected doAfterRender(): void;
996
- protected getShowErrors(): boolean;
997
- protected getCellStyle(): any;
998
- protected getHeaderText(): string;
999
- protected renderQuestion(): JSX.Element;
1000
- private renderOtherComment;
1001
- private renderCellCheckboxButton;
1002
- private renderCellRadiogroupButton;
1003
- }
1004
- }
1005
- declare module "react/reactquestion_matrixdropdown" {
1006
- import { SurveyQuestionMatrixDropdownBase } from "react/reactquestion_matrixdropdownbase";
1007
- export class SurveyQuestionMatrixDropdown extends SurveyQuestionMatrixDropdownBase {
1008
- constructor(props: any);
1009
- }
1010
- }
1011
- declare module "react/reactquestion_matrixdynamic" {
1012
- import { SurveyQuestionMatrixDropdownBase } from "react/reactquestion_matrixdropdownbase";
1013
- import { QuestionMatrixDynamicModel } from "survey-core";
1014
- import { ReactSurveyElement } from "react/reactquestion_element";
1015
- export class SurveyQuestionMatrixDynamic extends SurveyQuestionMatrixDropdownBase {
1016
- constructor(props: any);
1017
- protected get matrix(): QuestionMatrixDynamicModel;
1018
- handleOnRowAddClick(event: any): void;
1019
- protected renderElement(): JSX.Element;
1020
- protected renderAddRowButtonOnTop(cssClasses: any): JSX.Element | null;
1021
- protected renderAddRowButtonOnBottom(cssClasses: any): JSX.Element | null;
1022
- protected renderNoRowsContent(cssClasses: any): JSX.Element;
1023
- protected renderAddRowButton(cssClasses: any, isEmptySection?: boolean): JSX.Element;
1024
- }
1025
- export class SurveyQuestionMatrixDynamicAddButton extends ReactSurveyElement {
1026
- constructor(props: any);
1027
- protected get matrix(): QuestionMatrixDynamicModel;
1028
- handleOnRowAddClick(event: any): void;
1029
- protected renderElement(): JSX.Element;
1030
- }
1031
- }
1032
- declare module "react/components/paneldynamic-actions/paneldynamic-add-btn" {
1033
- import { QuestionPanelDynamicModel } from "survey-core";
1034
- import { ReactSurveyElement } from "react/reactquestion_element";
1035
- export class SurveyQuestionPanelDynamicAction extends ReactSurveyElement {
1036
- constructor(props: any);
1037
- protected get data(): any;
1038
- protected get question(): QuestionPanelDynamicModel;
1039
- }
1040
- export class SurveyQuestionPanelDynamicAddButton extends SurveyQuestionPanelDynamicAction {
1041
- protected handleClick: (event: any) => void;
1042
- protected renderElement(): JSX.Element | null;
1043
- }
1044
- }
1045
- declare module "react/components/paneldynamic-actions/paneldynamic-next-btn" {
1046
- import { SurveyQuestionPanelDynamicAction } from "react/components/paneldynamic-actions/paneldynamic-add-btn";
1047
- export class SurveyQuestionPanelDynamicNextButton extends SurveyQuestionPanelDynamicAction {
1048
- protected handleClick: (event: any) => void;
1049
- protected renderElement(): JSX.Element;
1050
- }
1051
- }
1052
- declare module "react/components/paneldynamic-actions/paneldynamic-prev-btn" {
1053
- import { SurveyQuestionPanelDynamicAction } from "react/components/paneldynamic-actions/paneldynamic-add-btn";
1054
- export class SurveyQuestionPanelDynamicPrevButton extends SurveyQuestionPanelDynamicAction {
1055
- protected handleClick: (event: any) => void;
1056
- protected renderElement(): JSX.Element;
1057
- }
1058
- }
1059
- declare module "react/components/paneldynamic-actions/paneldynamic-progress-text" {
1060
- import { SurveyQuestionPanelDynamicAction } from "react/components/paneldynamic-actions/paneldynamic-add-btn";
1061
- export class SurveyQuestionPanelDynamicProgressText extends SurveyQuestionPanelDynamicAction {
1062
- protected renderElement(): JSX.Element;
1063
- }
1064
- }
1065
- declare module "react/components/paneldynamic-actions/paneldynamic-remove-btn" {
1066
- import { SurveyQuestionPanelDynamicAction } from "react/components/paneldynamic-actions/paneldynamic-add-btn";
1067
- export class SurveyQuestionPanelDynamicRemoveButton extends SurveyQuestionPanelDynamicAction {
1068
- protected handleClick: (event: any) => void;
1069
- protected renderElement(): JSX.Element;
1070
- }
1071
- }
1072
- declare module "react/reactquestion_paneldynamic" {
1073
- import { SurveyQuestionElementBase } from "react/reactquestion_element";
1074
- import { SurveyModel, QuestionPanelDynamicModel } from "survey-core";
1075
- import { SurveyPanel } from "react/panel";
1076
- export class SurveyQuestionPanelDynamic extends SurveyQuestionElementBase {
1077
- constructor(props: any);
1078
- protected get question(): QuestionPanelDynamicModel;
1079
- componentDidMount(): void;
1080
- componentWillUnmount(): void;
1081
- private updateQuestionRendering;
1082
- protected renderElement(): JSX.Element;
1083
- protected renderNavigator(): JSX.Element | null;
1084
- private renderProgressText;
1085
- protected rendrerPrevButton(): JSX.Element;
1086
- protected rendrerNextButton(): JSX.Element;
1087
- protected renderRange(): JSX.Element;
1088
- protected renderAddRowButton(): JSX.Element | null;
1089
- protected renderNavigatorV2(): JSX.Element | null;
1090
- protected renderPlaceholder(): JSX.Element | null;
1091
- }
1092
- export class SurveyQuestionPanelDynamicItem extends SurveyPanel {
1093
- private get question();
1094
- private get index();
1095
- protected getSurvey(): SurveyModel | null;
1096
- protected getCss(): any;
1097
- render(): JSX.Element;
1098
- protected renderButton(): JSX.Element | null;
1099
- }
1100
- }
1101
- declare module "react/reactSurveyProgress" {
1102
- import { SurveyNavigationBase } from "react/reactSurveyNavigationBase";
1103
- export class SurveyProgress extends SurveyNavigationBase {
1104
- constructor(props: any);
1105
- protected get isTop(): boolean;
1106
- protected get progress(): number;
1107
- protected get progressText(): string;
1108
- render(): JSX.Element;
1109
- }
1110
- }
1111
- declare module "react/reactSurveyProgressButtons" {
1112
- import { PageModel } from "survey-core";
1113
- import { SurveyNavigationBase } from "react/reactSurveyNavigationBase";
1114
- export class SurveyProgressButtons extends SurveyNavigationBase {
1115
- private progressButtonsModel;
1116
- private updateScroller;
1117
- private listContainerRef;
1118
- constructor(props: any);
1119
- render(): JSX.Element;
1120
- protected getListElements(): JSX.Element[];
1121
- protected renderListElement(page: PageModel, index: number): JSX.Element;
1122
- protected isListElementClickable(index: number): boolean;
1123
- protected getListElementCss(index: number): string;
1124
- protected clickListElement(index: number): void;
1125
- protected getScrollButtonCss(isLeftScroll: boolean): string;
1126
- protected clickScrollButton(listContainerElement: Element | null, isLeftScroll: boolean): void;
1127
- componentDidMount(): void;
1128
- componentWillUnmount(): void;
1129
- }
1130
- }
1131
- declare module "react/components/list/list-item" {
1132
- import { ListModel } from "survey-core";
1133
- import { SurveyElementBase } from "react/reactquestion_element";
1134
- interface IListItemProps {
1135
- model: ListModel;
1136
- item: any;
1137
- }
1138
- export class ListItem extends SurveyElementBase<IListItemProps, any> {
1139
- get model(): ListModel;
1140
- get item(): any;
1141
- handleKeydown: (event: any) => void;
1142
- getStateElement(): any;
1143
- render(): JSX.Element | null;
1144
- componentDidMount(): void;
1145
- }
1146
- }
1147
- declare module "react/components/list/list" {
1148
- import { ListModel } from "survey-core";
1149
- import { SurveyElementBase } from "react/reactquestion_element";
1150
- interface IListProps {
1151
- model: ListModel;
1152
- }
1153
- export class List extends SurveyElementBase<IListProps, any> {
1154
- private listContainerRef;
1155
- constructor(props: any);
1156
- get model(): ListModel;
1157
- handleKeydown: (event: any) => void;
1158
- handleMouseMove: (event: any) => void;
1159
- getStateElement(): ListModel<import("survey-core").Action>;
1160
- componentDidMount(): void;
1161
- renderElement(): JSX.Element;
1162
- renderList(): JSX.Element | null;
1163
- renderItems(): JSX.Element[] | null;
1164
- searchElementContent(): JSX.Element | null;
1165
- emptyContent(): JSX.Element;
1166
- }
1167
- }
1168
- declare module "react/reactSurveyProgressToc" {
1169
- import { SurveyNavigationBase } from "react/reactSurveyNavigationBase";
1170
- export class SurveyProgressToc extends SurveyNavigationBase {
1171
- render(): JSX.Element;
1172
- }
1173
- }
1174
- declare module "react/reactquestion_rating" {
1175
- import { SurveyQuestionElementBase } from "react/reactquestion_element";
1176
- import { QuestionRatingModel } from "survey-core";
1177
- export class SurveyQuestionRating extends SurveyQuestionElementBase {
1178
- constructor(props: any);
1179
- protected get question(): QuestionRatingModel;
1180
- handleOnClick(event: any): void;
1181
- protected renderItem(item: any, index: Number): JSX.Element;
1182
- protected renderElement(): JSX.Element;
1183
- }
1184
- }
1185
- declare module "react/rating-dropdown" {
1186
- import { QuestionRatingModel } from "survey-core";
1187
- import { SurveyQuestionDropdownBase } from "react/dropdown-base";
1188
- export class SurveyQuestionRatingDropdown extends SurveyQuestionDropdownBase<QuestionRatingModel> {
1189
- constructor(props: any);
1190
- protected renderElement(): JSX.Element;
1191
- }
1192
- }
1193
- declare module "react/reactquestion_expression" {
1194
- import { SurveyQuestionElementBase } from "react/reactquestion_element";
1195
- import { QuestionExpressionModel } from "survey-core";
1196
- export class SurveyQuestionExpression extends SurveyQuestionElementBase {
1197
- constructor(props: any);
1198
- protected get question(): QuestionExpressionModel;
1199
- protected renderElement(): JSX.Element;
1200
- }
1201
- }
1202
- declare module "react/react-popup-survey" {
1203
- import { Survey } from "react/reactSurvey";
1204
- import { Base, PopupSurveyModel } from "survey-core";
1205
- export class PopupSurvey extends Survey {
1206
- protected popup: PopupSurveyModel;
1207
- constructor(props: any);
1208
- protected getStateElements(): Array<Base>;
1209
- handleOnExpanded(event: any): void;
1210
- protected canRender(): boolean;
1211
- protected renderElement(): JSX.Element;
1212
- protected renderWindowHeader(): JSX.Element;
1213
- protected renderBody(): JSX.Element;
1214
- protected createSurvey(newProps: any): void;
1215
- }
1216
- /**
1217
- * Obsolete. Please use PopupSurvey
1218
- */
1219
- export class SurveyWindow extends PopupSurvey {
1220
- }
1221
- }
1222
- declare module "react/imagepicker" {
1223
- import { ReactSurveyElement, SurveyQuestionElementBase } from "react/reactquestion_element";
1224
- import { QuestionImagePickerModel, ImageItemValue } from "survey-core";
1225
- export class SurveyQuestionImagePicker extends SurveyQuestionElementBase {
1226
- constructor(props: any);
1227
- protected get question(): QuestionImagePickerModel;
1228
- protected renderElement(): JSX.Element;
1229
- protected getColumns(cssClasses: any): JSX.Element[];
1230
- protected getItems(cssClasses: any): Array<any>;
1231
- protected get textStyle(): any;
1232
- protected renderItem(key: string, item: ImageItemValue, cssClasses: any): JSX.Element;
1233
- }
1234
- export class SurveyQuestionImagePickerItem extends ReactSurveyElement {
1235
- constructor(props: any);
1236
- protected getStateElement(): any;
1237
- componentDidMount(): void;
1238
- componentWillUnmount(): void;
1239
- componentDidUpdate(prevProps: any, prevState: any): void;
1240
- private reactOnStrChanged;
1241
- protected get cssClasses(): any;
1242
- protected get item(): any;
1243
- protected get question(): any;
1244
- handleOnChange(event: any): void;
1245
- protected renderElement(): JSX.Element;
1246
- }
1247
- }
1248
- declare module "react/image" {
1249
- import { SurveyQuestionElementBase } from "react/reactquestion_element";
1250
- import { QuestionImageModel } from "survey-core";
1251
- export class SurveyQuestionImage extends SurveyQuestionElementBase {
1252
- constructor(props: any);
1253
- componentDidMount(): void;
1254
- componentWillUnmount(): void;
1255
- protected get question(): QuestionImageModel;
1256
- protected renderElement(): JSX.Element;
1257
- }
1258
- }
1259
- declare module "react/signaturepad" {
1260
- import { SurveyQuestionElementBase } from "react/reactquestion_element";
1261
- import { QuestionSignaturePadModel } from "survey-core";
1262
- export class SurveyQuestionSignaturePad extends SurveyQuestionElementBase {
1263
- constructor(props: any);
1264
- protected get question(): QuestionSignaturePadModel;
1265
- protected renderElement(): JSX.Element;
1266
- renderCleanButton(): JSX.Element | null;
1267
- }
1268
- }
1269
- declare module "react/reactquestion_buttongroup" {
1270
- import { SurveyQuestionElementBase } from "react/reactquestion_element";
1271
- import { SurveyElementBase } from "react/reactquestion_element";
1272
- import { QuestionButtonGroupModel, ButtonGroupItemValue, ButtonGroupItemModel } from "survey-core";
1273
- export class SurveyQuestionButtonGroup extends SurveyQuestionElementBase {
1274
- constructor(props: any);
1275
- protected get question(): QuestionButtonGroupModel;
1276
- getStateElement(): QuestionButtonGroupModel;
1277
- renderElement(): JSX.Element;
1278
- renderItems(): JSX.Element[];
1279
- }
1280
- export class SurveyButtonGroupItem extends SurveyElementBase<any, any> {
1281
- model: ButtonGroupItemModel;
1282
- constructor(props: any);
1283
- get index(): number;
1284
- get question(): QuestionButtonGroupModel;
1285
- get item(): ButtonGroupItemValue;
1286
- getStateElement(): ButtonGroupItemValue;
1287
- renderElement(): JSX.Element;
1288
- protected renderIcon(): JSX.Element | null;
1289
- protected renderInput(): JSX.Element;
1290
- protected renderCaption(): JSX.Element | null;
1291
- }
1292
- }
1293
- declare module "react/reactquestion_custom" {
1294
- import { SurveyQuestionUncontrolledElement } from "react/reactquestion_element";
1295
- import { Base, QuestionCustomModel, QuestionCompositeModel } from "survey-core";
1296
- export class SurveyQuestionCustom extends SurveyQuestionUncontrolledElement<QuestionCustomModel> {
1297
- constructor(props: any);
1298
- protected getStateElements(): Array<Base>;
1299
- protected renderElement(): JSX.Element;
1300
- }
1301
- export class SurveyQuestionComposite extends SurveyQuestionUncontrolledElement<QuestionCompositeModel> {
1302
- constructor(props: any);
1303
- protected canRender(): boolean;
1304
- protected renderElement(): JSX.Element;
1305
- }
1306
- }
1307
- declare module "react/components/survey-header/logo-image" {
1308
- import React from "react";
1309
- import { SurveyModel } from "survey-core";
1310
- interface ILogoImageProps {
1311
- data: SurveyModel;
1312
- }
1313
- export class LogoImage extends React.Component<ILogoImageProps, any> {
1314
- constructor(props: ILogoImageProps);
1315
- private get survey();
1316
- render(): JSX.Element;
1317
- }
1318
- }
1319
- declare module "react/components/matrix-actions/remove-button/remove-button" {
1320
- import { ReactSurveyElement } from "react/reactquestion_element";
1321
- export class SurveyQuestionMatrixDynamicRemoveButton extends ReactSurveyElement {
1322
- constructor(props: any);
1323
- private get question();
1324
- private get row();
1325
- handleOnRowRemoveClick(event: any): void;
1326
- protected renderElement(): JSX.Element;
1327
- }
1328
- }
1329
- declare module "react/components/matrix-actions/detail-button/detail-button" {
1330
- import { Action } from "survey-core";
1331
- import { ReactSurveyElement } from "react/reactquestion_element";
1332
- export class SurveyQuestionMatrixDetailButton extends ReactSurveyElement {
1333
- constructor(props: any);
1334
- protected getStateElement(): any;
1335
- get item(): Action;
1336
- private get question();
1337
- private get row();
1338
- handleOnShowHideClick(event: any): void;
1339
- protected renderElement(): JSX.Element;
1340
- }
1341
- }
1342
- declare module "react/components/survey-actions/survey-nav-button" {
1343
- import { Action } from "survey-core";
1344
- import { ReactSurveyElement } from "react/reactquestion_element";
1345
- export class SurveyNavigationButton extends ReactSurveyElement {
1346
- protected get item(): Action;
1347
- protected canRender(): boolean;
1348
- protected renderElement(): JSX.Element;
1349
- }
1350
- }
1351
- declare module "react/components/skeleton" {
1352
- import React from "react";
1353
- export class Skeleton extends React.Component<any, any> {
1354
- render(): JSX.Element;
1355
- }
1356
- }
1357
- declare module "react/string-editor" {
1358
- import React from "react";
1359
- export class SurveyLocStringEditor extends React.Component<any, any> {
1360
- constructor(props: any);
1361
- private get locStr();
1362
- private get style();
1363
- componentDidMount(): void;
1364
- componentWillUnmount(): void;
1365
- onInput: (event: any) => void;
1366
- onClick: (event: any) => void;
1367
- render(): JSX.Element | null;
1368
- }
1369
- }
1370
- declare module "entries/react-ui-model" {
1371
- export { Survey, attachKey2click } from "react/reactSurvey";
1372
- export { ReactSurveyElementsWrapper } from "react/reactsurveymodel";
1373
- export { SurveyNavigationBase } from "react/reactSurveyNavigationBase";
1374
- export { SurveyTimerPanel } from "react/reacttimerpanel";
1375
- export { SurveyPage } from "react/page";
1376
- export { SurveyRow } from "react/row";
1377
- export { SurveyPanel } from "react/panel";
1378
- export { SurveyFlowPanel } from "react/flow-panel";
1379
- export { SurveyQuestion, SurveyElementErrors, SurveyQuestionAndErrorsCell, ISurveyCreator } from "react/reactquestion";
1380
- export { ReactSurveyElement, SurveyElementBase, SurveyQuestionElementBase, } from "react/reactquestion_element";
1381
- export { SurveyQuestionCommentItem, SurveyQuestionComment, } from "react/reactquestion_comment";
1382
- export { SurveyQuestionCheckbox, SurveyQuestionCheckboxItem, } from "react/reactquestion_checkbox";
1383
- export { SurveyQuestionRanking, SurveyQuestionRankingItem, } from "react/reactquestion_ranking";
1384
- export { RatingItem } from "react/components/rating/rating-item";
1385
- export { RatingItemStar } from "react/components/rating/rating-item-star";
1386
- export { RatingItemSmiley } from "react/components/rating/rating-item-smiley";
1387
- export { TagboxFilterString } from "react/tagbox-filter";
1388
- export { SurveyQuestionOptionItem } from "react/dropdown-item";
1389
- export { SurveyQuestionDropdownBase } from "react/dropdown-base";
1390
- export { SurveyQuestionDropdown } from "react/reactquestion_dropdown";
1391
- export { SurveyQuestionTagboxItem } from "react/tagbox-item";
1392
- export { SurveyQuestionTagbox } from "react/reactquestion_tagbox";
1393
- export { SurveyQuestionDropdownSelect } from "react/dropdown-select";
1394
- export { SurveyQuestionMatrix, SurveyQuestionMatrixRow, } from "react/reactquestion_matrix";
1395
- export { SurveyQuestionHtml } from "react/reactquestion_html";
1396
- export { SurveyQuestionFile } from "react/reactquestion_file";
1397
- export { SurveyQuestionMultipleText } from "react/reactquestion_multipletext";
1398
- export { SurveyQuestionRadiogroup, SurveyQuestionRadioItem } from "react/reactquestion_radiogroup";
1399
- export { SurveyQuestionText } from "react/reactquestion_text";
1400
- export { SurveyQuestionBoolean } from "react/boolean";
1401
- export { SurveyQuestionBooleanCheckbox } from "react/boolean-checkbox";
1402
- export { SurveyQuestionBooleanRadio } from "react/boolean-radio";
1403
- export { SurveyQuestionEmpty } from "react/reactquestion_empty";
1404
- export { SurveyQuestionMatrixDropdownCell, SurveyQuestionMatrixDropdownBase } from "react/reactquestion_matrixdropdownbase";
1405
- export { SurveyQuestionMatrixDropdown } from "react/reactquestion_matrixdropdown";
1406
- export { SurveyQuestionMatrixDynamic, SurveyQuestionMatrixDynamicAddButton } from "react/reactquestion_matrixdynamic";
1407
- export { SurveyQuestionPanelDynamic } from "react/reactquestion_paneldynamic";
1408
- export { SurveyProgress } from "react/reactSurveyProgress";
1409
- export { SurveyProgressButtons } from "react/reactSurveyProgressButtons";
1410
- export { SurveyProgressToc } from "react/reactSurveyProgressToc";
1411
- export { SurveyQuestionRating } from "react/reactquestion_rating";
1412
- export { SurveyQuestionRatingDropdown } from "react/rating-dropdown";
1413
- export { SurveyQuestionExpression } from "react/reactquestion_expression";
1414
- export { PopupSurvey, SurveyWindow } from "react/react-popup-survey";
1415
- export { ReactQuestionFactory } from "react/reactquestion_factory";
1416
- export { ReactElementFactory } from "react/element-factory";
1417
- export { SurveyQuestionImagePicker } from "react/imagepicker";
1418
- export { SurveyQuestionImage } from "react/image";
1419
- export { SurveyQuestionSignaturePad } from "react/signaturepad";
1420
- export { SurveyQuestionButtonGroup } from "react/reactquestion_buttongroup";
1421
- export { SurveyQuestionCustom, SurveyQuestionComposite } from "react/reactquestion_custom";
1422
- export { Popup } from "react/components/popup/popup";
1423
- export { List } from "react/components/list/list";
1424
- export { TitleActions } from "react/components/title/title-actions";
1425
- export { TitleElement } from "react/components/title/title-element";
1426
- export { SurveyActionBar } from "react/components/action-bar/action-bar";
1427
- export { LogoImage } from "react/components/survey-header/logo-image";
1428
- export { SurveyHeader } from "react/components/survey-header/survey-header";
1429
- export { SvgIcon } from "react/components/svg-icon/svg-icon";
1430
- export { SurveyQuestionMatrixDynamicRemoveButton } from "react/components/matrix-actions/remove-button/remove-button";
1431
- export { SurveyQuestionMatrixDetailButton } from "react/components/matrix-actions/detail-button/detail-button";
1432
- export { SurveyQuestionMatrixDynamicDragDropIcon } from "react/components/matrix-actions/drag-drop-icon/drag-drop-icon";
1433
- export { SurveyQuestionPanelDynamicAddButton } from "react/components/paneldynamic-actions/paneldynamic-add-btn";
1434
- export { SurveyQuestionPanelDynamicRemoveButton } from "react/components/paneldynamic-actions/paneldynamic-remove-btn";
1435
- export { SurveyQuestionPanelDynamicPrevButton } from "react/components/paneldynamic-actions/paneldynamic-prev-btn";
1436
- export { SurveyQuestionPanelDynamicNextButton } from "react/components/paneldynamic-actions/paneldynamic-next-btn";
1437
- export { SurveyQuestionPanelDynamicProgressText } from "react/components/paneldynamic-actions/paneldynamic-progress-text";
1438
- export { SurveyNavigationButton } from "react/components/survey-actions/survey-nav-button";
1439
- export { MatrixRow } from "react/components/matrix/row";
1440
- export { Skeleton } from "react/components/skeleton";
1441
- export { NotifierComponent } from "react/components/notifier";
1442
- export { ComponentsContainer } from "react/components/components-container";
1443
- export { CharacterCounterComponent } from "react/components/character-counter";
1444
- export { SurveyLocStringViewer } from "react/string-viewer";
1445
- export { SurveyLocStringEditor } from "react/string-editor";
1446
- }
1447
1
 
1448
- declare module "survey-react-ui" { import main = require("entries/react-ui-model"); export = main; }
2
+ export * from "./typings/entries/react-ui-model";