survey-creator-react 2.0.5 → 2.0.7
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-creator-react.mjs +25 -27
- package/fesm/survey-creator-react.mjs.map +1 -1
- package/package.json +4 -4
- package/survey-creator-react.js +343 -257
- package/survey-creator-react.js.map +1 -1
- package/survey-creator-react.min.js +1 -1
- package/survey-creator-react.min.js.LICENSE.txt +1 -1
- package/typings/ImageItemValueWrapper.d.ts +1 -0
- package/typings/entries/index-wc.d.ts +70 -0
- package/typings/entries/index.d.ts +2 -70
|
@@ -20,6 +20,7 @@ export declare class ImageItemValueAdornerComponent extends CreatorModelElement<
|
|
|
20
20
|
componentDidUpdate(prevProps: any, prevState: any): void;
|
|
21
21
|
preventDragHandler: (e: any) => void;
|
|
22
22
|
renderLoadingIndicator(): React.JSX.Element;
|
|
23
|
+
renderNewItemControls(): React.JSX.Element;
|
|
23
24
|
render(): React.JSX.Element;
|
|
24
25
|
}
|
|
25
26
|
export {};
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
export declare let Version: string;
|
|
2
|
+
export { SurveyCreatorComponent } from "../SurveyCreator";
|
|
3
|
+
export * from "../adorners/Row";
|
|
4
|
+
export * from "../adorners/Question";
|
|
5
|
+
export * from "../adorners/QuestionHeader";
|
|
6
|
+
export * from "../adorners/QuestionFooter";
|
|
7
|
+
export * from "../adorners/QuestionBanner";
|
|
8
|
+
export * from "../adorners/QuestionDropdown";
|
|
9
|
+
export * from "../adorners/QuestionImage";
|
|
10
|
+
export * from "../adorners/QuestionRating";
|
|
11
|
+
export * from "../adorners/QuestionWidget";
|
|
12
|
+
export * from "../adorners/CellQuestion";
|
|
13
|
+
export * from "../adorners/CellQuestionDropdown";
|
|
14
|
+
export * from "../adorners/Page";
|
|
15
|
+
export * from "../adorners/Panel";
|
|
16
|
+
export * from "../LogoImage";
|
|
17
|
+
export * from "../QuestionLinkValue";
|
|
18
|
+
export * from "../QuestionEmbeddedSurvey";
|
|
19
|
+
export * from "../QuestionEditorContent";
|
|
20
|
+
export * from "../ItemValueWrapper";
|
|
21
|
+
export * from "../ImageItemValueWrapper";
|
|
22
|
+
export * from "../MatrixCellWrapper";
|
|
23
|
+
export * from "../Results";
|
|
24
|
+
export * from "../toolbox/ToolboxItem";
|
|
25
|
+
export * from "../toolbox/ToolboxItemGroup";
|
|
26
|
+
export * from "../toolbox/ToolboxCategory";
|
|
27
|
+
export * from "../toolbox/ToolboxList";
|
|
28
|
+
export * from "../toolbox/AdaptiveToolbox";
|
|
29
|
+
export * from "../TabbedMenu";
|
|
30
|
+
export * from "../Navigation";
|
|
31
|
+
export * from "../side-bar/TabControl";
|
|
32
|
+
export * from "../side-bar/TabButton";
|
|
33
|
+
export * from "../side-bar/SideBarDefaultHeader";
|
|
34
|
+
export * from "../side-bar/SideBarPropertyGridHeader";
|
|
35
|
+
export * from "../side-bar/SideBarHeader";
|
|
36
|
+
export * from "../side-bar/SideBar";
|
|
37
|
+
export * from "../tabs/translation/TranslationLineSkeleton";
|
|
38
|
+
export * from "../tabs/translation/TranslateFromAction";
|
|
39
|
+
export * from "../ActionButton";
|
|
40
|
+
export * from "../StringEditor";
|
|
41
|
+
export * from "../QuestionError";
|
|
42
|
+
export * from "../tabs/logic-operator";
|
|
43
|
+
export * from "../tabs/Designer";
|
|
44
|
+
export * from "../tabs/JsonEditorAce";
|
|
45
|
+
export * from "../tabs/JsonEditorTextarea";
|
|
46
|
+
export * from "../tabs/Logic";
|
|
47
|
+
export * from "../tabs/Preview";
|
|
48
|
+
export * from "../side-bar/PropertyGridPlaceholder";
|
|
49
|
+
export * from "../tabs/Theme";
|
|
50
|
+
export * from "../tabs/translation/Translation";
|
|
51
|
+
export * from "../tabs/SurveySimulator";
|
|
52
|
+
export * from "../events";
|
|
53
|
+
export * from "../side-bar/ObjectSelector";
|
|
54
|
+
export * from "../side-bar/PropertyGrid";
|
|
55
|
+
export * from "../components/Search";
|
|
56
|
+
export * from "../Switcher";
|
|
57
|
+
export * from "../tabs/JsonErrorItem";
|
|
58
|
+
export * from "../custom-questions/SpinEditor";
|
|
59
|
+
export * from "../custom-questions/ColorItem";
|
|
60
|
+
export * from "../custom-questions/ColorQuestion";
|
|
61
|
+
export * from "../custom-questions/FileEditQuestion";
|
|
62
|
+
export * from "../custom-questions/TextWithResetQuestion";
|
|
63
|
+
export * from "../custom-questions/BooleanSwitch";
|
|
64
|
+
export { editorLocalization, localization } from "survey-creator-core";
|
|
65
|
+
export { settings } from "survey-creator-core";
|
|
66
|
+
export { svgBundle } from "survey-creator-core";
|
|
67
|
+
export { SurveyLogic, SurveyLogicUI } from "survey-creator-core";
|
|
68
|
+
export { SurveyQuestionEditorDefinition } from "survey-creator-core";
|
|
69
|
+
export { ISurveyCreatorOptions, IPropertyGridEditor } from "survey-creator-core";
|
|
70
|
+
export { ToolboxToolViewModel, PropertyGridEditorCollection } from "survey-creator-core";
|
|
@@ -1,70 +1,2 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export * from "../adorners/Row";
|
|
4
|
-
export * from "../adorners/Question";
|
|
5
|
-
export * from "../adorners/QuestionHeader";
|
|
6
|
-
export * from "../adorners/QuestionFooter";
|
|
7
|
-
export * from "../adorners/QuestionBanner";
|
|
8
|
-
export * from "../adorners/QuestionDropdown";
|
|
9
|
-
export * from "../adorners/QuestionImage";
|
|
10
|
-
export * from "../adorners/QuestionRating";
|
|
11
|
-
export * from "../adorners/QuestionWidget";
|
|
12
|
-
export * from "../adorners/CellQuestion";
|
|
13
|
-
export * from "../adorners/CellQuestionDropdown";
|
|
14
|
-
export * from "../adorners/Page";
|
|
15
|
-
export * from "../adorners/Panel";
|
|
16
|
-
export * from "../LogoImage";
|
|
17
|
-
export * from "../QuestionLinkValue";
|
|
18
|
-
export * from "../QuestionEmbeddedSurvey";
|
|
19
|
-
export * from "../QuestionEditorContent";
|
|
20
|
-
export * from "../ItemValueWrapper";
|
|
21
|
-
export * from "../ImageItemValueWrapper";
|
|
22
|
-
export * from "../MatrixCellWrapper";
|
|
23
|
-
export * from "../Results";
|
|
24
|
-
export * from "../toolbox/ToolboxItem";
|
|
25
|
-
export * from "../toolbox/ToolboxItemGroup";
|
|
26
|
-
export * from "../toolbox/ToolboxCategory";
|
|
27
|
-
export * from "../toolbox/ToolboxList";
|
|
28
|
-
export * from "../toolbox/AdaptiveToolbox";
|
|
29
|
-
export * from "../TabbedMenu";
|
|
30
|
-
export * from "../Navigation";
|
|
31
|
-
export * from "../side-bar/TabControl";
|
|
32
|
-
export * from "../side-bar/TabButton";
|
|
33
|
-
export * from "../side-bar/SideBarDefaultHeader";
|
|
34
|
-
export * from "../side-bar/SideBarPropertyGridHeader";
|
|
35
|
-
export * from "../side-bar/SideBarHeader";
|
|
36
|
-
export * from "../side-bar/SideBar";
|
|
37
|
-
export * from "../tabs/translation/TranslationLineSkeleton";
|
|
38
|
-
export * from "../tabs/translation/TranslateFromAction";
|
|
39
|
-
export * from "../ActionButton";
|
|
40
|
-
export * from "../StringEditor";
|
|
41
|
-
export * from "../QuestionError";
|
|
42
|
-
export * from "../tabs/logic-operator";
|
|
43
|
-
export * from "../tabs/Designer";
|
|
44
|
-
export * from "../tabs/JsonEditorAce";
|
|
45
|
-
export * from "../tabs/JsonEditorTextarea";
|
|
46
|
-
export * from "../tabs/Logic";
|
|
47
|
-
export * from "../tabs/Preview";
|
|
48
|
-
export * from "../side-bar/PropertyGridPlaceholder";
|
|
49
|
-
export * from "../tabs/Theme";
|
|
50
|
-
export * from "../tabs/translation/Translation";
|
|
51
|
-
export * from "../tabs/SurveySimulator";
|
|
52
|
-
export * from "../events";
|
|
53
|
-
export * from "../side-bar/ObjectSelector";
|
|
54
|
-
export * from "../side-bar/PropertyGrid";
|
|
55
|
-
export * from "../components/Search";
|
|
56
|
-
export * from "../Switcher";
|
|
57
|
-
export * from "../tabs/JsonErrorItem";
|
|
58
|
-
export * from "../custom-questions/SpinEditor";
|
|
59
|
-
export * from "../custom-questions/ColorItem";
|
|
60
|
-
export * from "../custom-questions/ColorQuestion";
|
|
61
|
-
export * from "../custom-questions/FileEditQuestion";
|
|
62
|
-
export * from "../custom-questions/TextWithResetQuestion";
|
|
63
|
-
export * from "../custom-questions/BooleanSwitch";
|
|
64
|
-
export { editorLocalization, localization } from "survey-creator-core";
|
|
65
|
-
export { settings } from "survey-creator-core";
|
|
66
|
-
export { svgBundle } from "survey-creator-core";
|
|
67
|
-
export { SurveyLogic, SurveyLogicUI } from "survey-creator-core";
|
|
68
|
-
export { SurveyQuestionEditorDefinition } from "survey-creator-core";
|
|
69
|
-
export { ISurveyCreatorOptions, IPropertyGridEditor } from "survey-creator-core";
|
|
70
|
-
export { ToolboxToolViewModel, PropertyGridEditorCollection } from "survey-creator-core";
|
|
1
|
+
export * from "./index-wc";
|
|
2
|
+
export { SurveyCreator } from "../SurveyCreator";
|