survey-react-ui 2.0.0-rc.4 → 2.0.0-rc.5
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/fesm/survey-react-ui.js +644 -649
- package/package.json +2 -2
- package/survey-react-ui.js +642 -647
- package/survey-react-ui.js.map +1 -1
- package/survey-react-ui.min.js +1 -1
- package/survey-react-ui.min.js.LICENSE.txt +1 -1
- package/typings/src/components/action-bar/action-bar-item-dropdown.d.ts +1 -1
- package/typings/src/components/action-bar/action-bar-item.d.ts +1 -1
- package/typings/src/components/action-bar/action-bar-separator.d.ts +1 -1
- package/typings/src/components/action-bar/action-bar.d.ts +1 -1
- package/typings/src/components/brand-info.d.ts +1 -1
- package/typings/src/components/character-counter.d.ts +1 -1
- package/typings/src/components/components-container.d.ts +1 -1
- package/typings/src/components/file/file-choose-button.d.ts +1 -1
- package/typings/src/components/file/file-item.d.ts +1 -1
- package/typings/src/components/file/file-page.d.ts +1 -1
- package/typings/src/components/file/file-preview.d.ts +1 -1
- package/typings/src/components/header.d.ts +1 -1
- package/typings/src/components/list/list-item-content.d.ts +1 -1
- package/typings/src/components/list/list-item-group.d.ts +1 -1
- package/typings/src/components/list/list-item.d.ts +1 -1
- package/typings/src/components/list/list.d.ts +1 -1
- package/typings/src/components/matrix/row.d.ts +1 -1
- package/typings/src/components/matrix-actions/detail-button/detail-button.d.ts +1 -1
- package/typings/src/components/matrix-actions/drag-drop-icon/drag-drop-icon.d.ts +1 -1
- package/typings/src/components/matrix-actions/remove-button/remove-button.d.ts +1 -1
- package/typings/src/components/notifier.d.ts +1 -1
- package/typings/src/components/paneldynamic-actions/paneldynamic-add-btn.d.ts +1 -1
- package/typings/src/components/paneldynamic-actions/paneldynamic-next-btn.d.ts +1 -1
- package/typings/src/components/paneldynamic-actions/paneldynamic-prev-btn.d.ts +1 -1
- package/typings/src/components/paneldynamic-actions/paneldynamic-progress-text.d.ts +1 -1
- package/typings/src/components/paneldynamic-actions/paneldynamic-remove-btn.d.ts +1 -1
- package/typings/src/components/popup/popup-modal.d.ts +1 -1
- package/typings/src/components/popup/popup.d.ts +1 -1
- package/typings/src/components/question-error.d.ts +1 -1
- package/typings/src/components/rating/rating-dropdown-item.d.ts +1 -1
- package/typings/src/components/rating/rating-item-smiley.d.ts +1 -1
- package/typings/src/components/rating/rating-item-star.d.ts +1 -1
- package/typings/src/components/rating/rating-item.d.ts +1 -1
- package/typings/src/components/skeleton.d.ts +1 -1
- package/typings/src/components/survey-actions/survey-nav-button.d.ts +1 -1
- package/typings/src/components/survey-header/logo-image.d.ts +1 -1
- package/typings/src/components/survey-header/survey-header.d.ts +1 -1
- package/typings/src/components/svg-icon/svg-icon.d.ts +1 -1
- package/typings/src/components/text-area.d.ts +1 -1
- package/typings/src/components/title/title-actions.d.ts +1 -1
- package/typings/src/components/title/title-content.d.ts +1 -1
- package/typings/src/components/title/title-element.d.ts +1 -1
- package/typings/src/element-header.d.ts +1 -1
- package/typings/src/reactquestion_buttongroup.d.ts +1 -1
- package/typings/src/string-editor.d.ts +1 -1
- package/typings/src/string-viewer.d.ts +1 -1
- package/typings/src/svgbundle.d.ts +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from "react";
|
|
1
|
+
import * as React from "react";
|
|
2
2
|
import { QuestionPanelDynamicModel } from "survey-core";
|
|
3
3
|
import { ReactSurveyElement } from "../../reactquestion_element";
|
|
4
4
|
export declare class SurveyQuestionPanelDynamicAction extends ReactSurveyElement {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from "react";
|
|
1
|
+
import * as React from "react";
|
|
2
2
|
import { SurveyQuestionPanelDynamicAction } from "./paneldynamic-add-btn";
|
|
3
3
|
export declare class SurveyQuestionPanelDynamicNextButton extends SurveyQuestionPanelDynamicAction {
|
|
4
4
|
protected handleClick: (event: any) => void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from "react";
|
|
1
|
+
import * as React from "react";
|
|
2
2
|
import { SurveyQuestionPanelDynamicAction } from "./paneldynamic-add-btn";
|
|
3
3
|
export declare class SurveyQuestionPanelDynamicPrevButton extends SurveyQuestionPanelDynamicAction {
|
|
4
4
|
protected handleClick: (event: any) => void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from "react";
|
|
1
|
+
import * as React from "react";
|
|
2
2
|
import { SurveyQuestionPanelDynamicAction } from "./paneldynamic-add-btn";
|
|
3
3
|
export declare class SurveyQuestionPanelDynamicProgressText extends SurveyQuestionPanelDynamicAction {
|
|
4
4
|
protected renderElement(): React.JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from "react";
|
|
1
|
+
import * as React from "react";
|
|
2
2
|
import { SurveyQuestionPanelDynamicAction } from "./paneldynamic-add-btn";
|
|
3
3
|
export declare class SurveyQuestionPanelDynamicRemoveButton extends SurveyQuestionPanelDynamicAction {
|
|
4
4
|
protected handleClick: (event: any) => void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SurveyQuestionElementBase } from "./reactquestion_element";
|
|
2
|
-
import React from "react";
|
|
2
|
+
import * as React from "react";
|
|
3
3
|
import { SurveyElementBase } from "./reactquestion_element";
|
|
4
4
|
import { QuestionButtonGroupModel, ButtonGroupItemValue, ButtonGroupItemModel } from "survey-core";
|
|
5
5
|
export declare class SurveyQuestionButtonGroup extends SurveyQuestionElementBase {
|