ketcher-react 2.16.0-rc.4 → 2.17.0-rc.2
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/dist/Editor.d.ts +1 -2
- package/dist/components/Accordion/Accordion.d.ts +1 -2
- package/dist/components/Buttons/Button/Button.d.ts +1 -2
- package/dist/components/Buttons/IconButton/IconButton.d.ts +1 -2
- package/dist/{script/ui/views/components → components}/Dialog/Dialog.d.ts +4 -4
- package/dist/{script/ui/views/components → components}/Dialog/index.d.ts +1 -1
- package/dist/components/Icon/Icon.d.ts +1 -2
- package/dist/components/Icon/utils/iconNameToIcon.d.ts +4 -0
- package/dist/components/Input/Input.d.ts +1 -2
- package/dist/components/StructRender/StructRender.d.ts +1 -2
- package/dist/components/ToggleButtonGroup/ToggleButtonGroup.d.ts +1 -2
- package/dist/components/index.d.ts +1 -0
- package/dist/constants.d.ts +0 -2
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.js +2992 -2966
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3024 -2999
- package/dist/index.modern.js.map +1 -1
- package/dist/script/builders/ketcher/KetcherBuilder.d.ts +2 -1
- package/dist/script/editor/Editor.d.ts +5 -4
- package/dist/script/editor/HoverIcon.d.ts +1 -1
- package/dist/script/editor/tool/helper/dropAndMerge.d.ts +1 -1
- package/dist/script/editor/tool/select.d.ts +3 -1
- package/dist/script/editor/utils/structLayout.d.ts +1 -2
- package/dist/script/index.d.ts +4 -1
- package/dist/script/providers/index.d.ts +1 -0
- package/dist/script/providers/indigoProvider.d.ts +5 -0
- package/dist/script/ui/App/App.container.d.ts +3 -1
- package/dist/script/ui/App/App.d.ts +2 -1
- package/dist/script/ui/App/AppHidden/AppHidden.container.d.ts +1 -2
- package/dist/script/ui/App/AppHidden/AppHidden.d.ts +1 -2
- package/dist/script/ui/App/initApp.d.ts +2 -1
- package/dist/script/ui/action/atoms.d.ts +1 -1
- package/dist/script/ui/action/index.d.ts +3 -3
- package/dist/script/ui/action/templates.d.ts +1 -1
- package/dist/script/ui/action/tools.d.ts +1 -1
- package/dist/script/ui/action/zoom.d.ts +4 -4
- package/dist/script/ui/component/actionmenu.d.ts +1 -1
- package/dist/script/ui/component/cliparea/cliparea.d.ts +1 -1
- package/dist/script/ui/component/form/Input/Input.d.ts +1 -1
- package/dist/script/ui/component/form/MeasureInput/measure-input.d.ts +1 -1
- package/dist/script/ui/component/form/Select/Select.d.ts +2 -2
- package/dist/script/ui/component/form/buttonlist.d.ts +1 -1
- package/dist/script/ui/component/form/colorPicker/ColorPicker.d.ts +1 -2
- package/dist/script/ui/component/form/combobox/combobox.d.ts +1 -1
- package/dist/script/ui/component/form/form/errorPopover.d.ts +1 -1
- package/dist/script/ui/component/form/form/form.d.ts +6 -6
- package/dist/script/ui/component/form/select-checkbox.d.ts +1 -1
- package/dist/script/ui/component/form/select-list.d.ts +1 -1
- package/dist/script/ui/component/form/systemfonts.d.ts +1 -1
- package/dist/script/ui/component/view/Atom/Atom.d.ts +1 -1
- package/dist/script/ui/component/view/Tabs/Tabs.d.ts +1 -1
- package/dist/script/ui/component/view/openbutton.d.ts +1 -1
- package/dist/script/ui/component/view/savebutton.d.ts +1 -1
- package/dist/script/ui/data/templates.d.ts +1 -1
- package/dist/script/ui/dialog/AbbreviationLookup/AbbreviationLookup.container.d.ts +1 -2
- package/dist/script/ui/dialog/AbbreviationLookup/AbbreviationLookup.d.ts +1 -2
- package/dist/script/ui/dialog/AbbreviationLookup/AbbreviationLookup.test.utils.d.ts +3 -4
- package/dist/script/ui/dialog/AbbreviationLookup/AbbreviationLookup.utils.d.ts +2 -3
- package/dist/script/ui/dialog/template/EmptySearchResult.d.ts +1 -2
- package/dist/script/ui/dialog/template/template-attach.d.ts +2 -2
- package/dist/script/ui/dialog/toolbox/SDataFieldset.d.ts +1 -1
- package/dist/script/ui/dialog/toolbox/SGroupFieldset.d.ts +1 -1
- package/dist/script/ui/dialog/toolbox/labeledit.d.ts +2 -2
- package/dist/script/ui/dialog/toolbox/rgroup/rgroup.d.ts +2 -2
- package/dist/script/ui/dialog/toolbox/sgroup.d.ts +2 -2
- package/dist/script/ui/state/editor/index.d.ts +1 -0
- package/dist/script/ui/state/functionalGroups/index.d.ts +7 -0
- package/dist/script/ui/state/saltsAndSolvents/index.d.ts +7 -0
- package/dist/script/ui/state/shared.d.ts +9 -0
- package/dist/script/ui/views/components/Cursor.d.ts +1 -1
- package/dist/script/ui/views/components/Spinner/LoadingCircles.d.ts +1 -2
- package/dist/script/ui/views/components/StructEditor/StructEditor.d.ts +14 -2
- package/dist/script/ui/views/components/StructEditor/helpers.d.ts +2 -3
- package/dist/script/ui/views/components/index.d.ts +1 -1
- package/dist/script/ui/views/modal/Modal.d.ts +1 -2
- package/dist/script/ui/views/modal/components/Confirm/Confirm.d.ts +1 -2
- package/dist/script/ui/views/modal/components/ExtendedTable/ExtendedTable.d.ts +1 -1
- package/dist/script/ui/views/modal/components/ExtendedTable/components/GenericGroups/BoxWithLines.d.ts +2 -3
- package/dist/script/ui/views/modal/components/ExtendedTable/components/GenericGroups/GenGroup.d.ts +1 -2
- package/dist/script/ui/views/modal/components/ExtendedTable/components/GenericGroups/GenSet.d.ts +1 -2
- package/dist/script/ui/views/modal/components/ExtendedTable/components/GenericGroups/GenericGroups.d.ts +1 -2
- package/dist/script/ui/views/modal/components/ExtendedTable/components/GenericGroups/components/ButtonGenSet/ButtonGenSet.d.ts +1 -2
- package/dist/script/ui/views/modal/components/InfoModal/InfoModal.d.ts +1 -2
- package/dist/script/ui/views/modal/components/PeriodTable/PeriodTable.d.ts +2 -2
- package/dist/script/ui/views/modal/components/PeriodTable/components/AtomInfo/AtomInfo.d.ts +1 -1
- package/dist/script/ui/views/modal/components/PeriodTable/components/ElementsTable/ElementsTable.d.ts +1 -1
- package/dist/script/ui/views/modal/components/PeriodTable/components/ElementsTable/components/Header.d.ts +1 -1
- package/dist/script/ui/views/modal/components/PeriodTable/components/ElementsTable/components/MainRow.d.ts +1 -1
- package/dist/script/ui/views/modal/components/PeriodTable/components/ElementsTable/components/OutinerRow.d.ts +1 -1
- package/dist/script/ui/views/modal/components/PeriodTable/components/TypeChoice/TypeChoice.d.ts +1 -1
- package/dist/script/ui/views/modal/components/Text/FontControl/FontControl.d.ts +1 -2
- package/dist/script/ui/views/modal/components/Text/SpecialSymbols/SpecialSymbolsButton.d.ts +1 -2
- package/dist/script/ui/views/modal/components/Text/SpecialSymbolsList/SpecialSymbolsList.d.ts +1 -2
- package/dist/script/ui/views/modal/components/Text/Text.d.ts +2 -3
- package/dist/script/ui/views/modal/components/Text/TextButton/TextButton.d.ts +1 -2
- package/dist/script/ui/views/modal/components/document/Open/components/AnalyzingFile.d.ts +1 -2
- package/dist/script/ui/views/modal/components/document/Open/components/DialogActionButton.d.ts +1 -2
- package/dist/script/ui/views/modal/components/document/Open/components/FileDrop.d.ts +1 -2
- package/dist/script/ui/views/modal/components/document/Open/components/TextEditor.d.ts +1 -2
- package/dist/script/ui/views/modal/components/document/Save/Save.d.ts +5 -5
- package/dist/script/ui/views/modal/components/meta/About/About.d.ts +1 -1
- package/dist/script/ui/views/modal/components/meta/Settings/Settings.d.ts +1 -2
- package/dist/script/ui/views/modal/components/process/Analyse/Analyse.d.ts +1 -1
- package/dist/script/ui/views/modal/components/process/Analyse/components/FormulaInput/FormulaInput.d.ts +1 -1
- package/dist/script/ui/views/modal/components/process/Analyse/components/FrozenInput/FrozenInput.d.ts +1 -1
- package/dist/script/ui/views/modal/components/process/Check/Check.d.ts +1 -1
- package/dist/script/ui/views/modal/components/process/Check/components/ErrorsCheck.d.ts +1 -1
- package/dist/script/ui/views/modal/components/process/Miew/Miew.d.ts +1 -2
- package/dist/script/ui/views/modal/components/process/Recognize/Recognize.d.ts +1 -1
- package/dist/script/ui/views/modal/components/toolbox/Atom/AtomElement/AtomElement.d.ts +1 -2
- package/dist/script/ui/views/modal/components/toolbox/Atom/ElementNumber/ElementNumber.d.ts +1 -2
- package/dist/script/ui/views/modal/components/toolbox/Attach/Attach.container.d.ts +1 -2
- package/dist/script/ui/views/modal/components/toolbox/Attach/Attach.d.ts +1 -2
- package/dist/script/ui/views/modal/components/toolbox/Automap/Automap.container.d.ts +1 -2
- package/dist/script/ui/views/modal/components/toolbox/Automap/Automap.d.ts +1 -2
- package/dist/script/ui/views/modal/components/toolbox/Bond/Bond.container.d.ts +1 -2
- package/dist/script/ui/views/modal/components/toolbox/Bond/Bond.d.ts +1 -2
- package/dist/script/ui/views/modal/components/toolbox/FG/RemoveFG.d.ts +1 -2
- package/dist/script/ui/views/modal/components/toolbox/RgroupLogic/RgroupLogic.container.d.ts +1 -2
- package/dist/script/ui/views/modal/components/toolbox/RgroupLogic/RgroupLogic.d.ts +1 -2
- package/dist/script/ui/views/modal/components/toolbox/RgroupLogic/components/IfThenSelect/IfThenSelect.d.ts +1 -2
- package/dist/script/ui/views/toolbars/ArrowScroll/ArrowScroll.d.ts +1 -2
- package/dist/script/ui/views/toolbars/BottomToolbar/BottomToolbar.d.ts +1 -2
- package/dist/script/ui/views/toolbars/BottomToolbar/TemplatesList/TemplatesList.d.ts +1 -2
- package/dist/script/ui/views/toolbars/LeftToolbar/Bond/Bond.d.ts +1 -2
- package/dist/script/ui/views/toolbars/LeftToolbar/LeftToolbar.container.d.ts +1 -2
- package/dist/script/ui/views/toolbars/LeftToolbar/LeftToolbar.d.ts +1 -2
- package/dist/script/ui/views/toolbars/LeftToolbar/RGroup/RGroup.d.ts +1 -2
- package/dist/script/ui/views/toolbars/LeftToolbar/Shape/Shape.d.ts +1 -2
- package/dist/script/ui/views/toolbars/RightToolbar/RightToolbar.d.ts +1 -2
- package/dist/script/ui/views/toolbars/ToolbarGroupItem/ActionButton/ActionButton.d.ts +1 -2
- package/dist/script/ui/views/toolbars/ToolbarGroupItem/ToolbarGroupItem.d.ts +1 -2
- package/dist/script/ui/views/toolbars/ToolbarGroupItem/ToolbarMultiToolItem/ToolbarMultiToolItem.d.ts +1 -2
- package/dist/script/ui/views/toolbars/ToolbarGroupItem/ToolbarMultiToolItem/variants/DefaultMultiTool/DefaultMultiTool.d.ts +1 -2
- package/dist/script/ui/views/toolbars/ToolbarGroupItem/ToolbarMultiToolItem/variants/GroupedMultiTool/GroupedMultiTool.d.ts +1 -2
- package/dist/script/ui/views/toolbars/TopToolbar/ClipboardControls.d.ts +1 -2
- package/dist/script/ui/views/toolbars/TopToolbar/Divider.d.ts +2 -3
- package/dist/script/ui/views/toolbars/TopToolbar/ElementWithDropdown.d.ts +1 -1
- package/dist/script/ui/views/toolbars/TopToolbar/ExternalFuncControls.d.ts +1 -2
- package/dist/script/ui/views/toolbars/TopToolbar/FileControls.d.ts +1 -2
- package/dist/script/ui/views/toolbars/TopToolbar/SystemControls.d.ts +1 -2
- package/dist/script/ui/views/toolbars/TopToolbar/TopToolbar.container.d.ts +1 -2
- package/dist/script/ui/views/toolbars/TopToolbar/TopToolbar.d.ts +2 -1
- package/dist/script/ui/views/toolbars/TopToolbar/UndoRedo.d.ts +1 -2
- package/dist/script/ui/views/toolbars/TopToolbar/ZoomControls.d.ts +1 -2
- package/dist/script/ui/views/toolbars/TopToolbar/ZoomInput.d.ts +1 -1
- package/dist/script/ui/views/toolbars/TopToolbar/ZoomList.d.ts +1 -2
- package/dist/script/ui/views/toolbars/TopToolbar/ZoomSlider.d.ts +1 -2
- package/package.json +1 -1
- package/dist/script/ui/utils/optionsManager.d.ts +0 -10
- package/dist/script/ui/utils/settingsManager.d.ts +0 -25
|
@@ -13,5 +13,4 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
***************************************************************************/
|
|
16
|
-
|
|
17
|
-
export declare const LoadingCircles: () => JSX.Element;
|
|
16
|
+
export declare const LoadingCircles: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -8,14 +8,26 @@ declare class StructEditor extends Component<any, any, any> {
|
|
|
8
8
|
};
|
|
9
9
|
editorRef: import("react").RefObject<any>;
|
|
10
10
|
logRef: import("react").RefObject<any>;
|
|
11
|
-
updateFloatingToolsPositionOnScroll(): void;
|
|
12
11
|
handleWheel: (event: any) => void;
|
|
12
|
+
/**
|
|
13
|
+
* @param {WheelEvent} event
|
|
14
|
+
*/
|
|
15
|
+
scrollCanvas(event: WheelEvent): void;
|
|
16
|
+
/**
|
|
17
|
+
* @param {WheelEvent} event
|
|
18
|
+
*/
|
|
19
|
+
handleHorizontalScroll(event: WheelEvent): void;
|
|
20
|
+
/**
|
|
21
|
+
* For mouse wheel and touchpad
|
|
22
|
+
* @param {WheelEvent} event
|
|
23
|
+
*/
|
|
24
|
+
handleScroll(event: WheelEvent): void;
|
|
13
25
|
shouldComponentUpdate(nextProps: any, nextState: any): boolean;
|
|
14
26
|
UNSAFE_componentWillReceiveProps(props: any): void;
|
|
15
27
|
componentDidMount(): void;
|
|
16
28
|
editor: Editor | undefined;
|
|
17
29
|
componentWillUnmount(): void;
|
|
18
|
-
render(): JSX.Element;
|
|
30
|
+
render(): import("react/jsx-runtime").JSX.Element;
|
|
19
31
|
}
|
|
20
32
|
import { Component } from "react";
|
|
21
33
|
import Editor from "../../../../editor";
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Point } from 'ketcher-core';
|
|
2
2
|
export declare const calculateMiddleCoordsForRect: (rectCoords: Array<Array<number>>) => Array<Point> | [];
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const calculateScrollOffsetY: (render: Render) => number;
|
|
3
|
+
export declare const getSmoothScrollDelta: (delta: number, zoom: number) => number;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
***************************************************************************/
|
|
16
|
-
import Dialog from '
|
|
16
|
+
import { Dialog } from '../../../../components/Dialog';
|
|
17
17
|
import { LoadingCircles } from './Spinner';
|
|
18
18
|
import StructEditor from './StructEditor';
|
|
19
19
|
export { Dialog, StructEditor, LoadingCircles };
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
***************************************************************************/
|
|
16
|
-
/// <reference types="react" />
|
|
17
16
|
import { BaseCallProps } from './modal.types';
|
|
18
17
|
interface ModalProps extends BaseCallProps {
|
|
19
18
|
modal: {
|
|
@@ -23,6 +22,6 @@ interface ModalProps extends BaseCallProps {
|
|
|
23
22
|
};
|
|
24
23
|
}
|
|
25
24
|
declare type Props = ModalProps & BaseCallProps;
|
|
26
|
-
declare function Modal(props: Props): JSX.Element | null;
|
|
25
|
+
declare function Modal(props: Props): import("react/jsx-runtime").JSX.Element | null;
|
|
27
26
|
export type { ModalProps };
|
|
28
27
|
export { Modal };
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
declare type ConfirmProps = {
|
|
3
2
|
onOk: () => void;
|
|
4
3
|
onCancel: () => void;
|
|
5
4
|
};
|
|
6
|
-
export declare const Confirm: ({ onOk, onCancel }: ConfirmProps) => JSX.Element;
|
|
5
|
+
export declare const Confirm: ({ onOk, onCancel }: ConfirmProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
6
|
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export default ExtendedTable;
|
|
2
|
-
declare const ExtendedTable: import("react-redux").ConnectedComponent<(props: any) => JSX.Element, any>;
|
|
2
|
+
declare const ExtendedTable: import("react-redux").ConnectedComponent<(props: any) => import("react/jsx-runtime").JSX.Element, any>;
|
|
@@ -13,6 +13,5 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
***************************************************************************/
|
|
16
|
-
|
|
17
|
-
export declare const
|
|
18
|
-
export declare const VerticalBoxWithLines: () => JSX.Element;
|
|
16
|
+
export declare const HorizontalBoxWithLines: () => import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
export declare const VerticalBoxWithLines: () => import("react/jsx-runtime").JSX.Element;
|
package/dist/script/ui/views/modal/components/ExtendedTable/components/GenericGroups/GenGroup.d.ts
CHANGED
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
***************************************************************************/
|
|
16
|
-
/// <reference types="react" />
|
|
17
16
|
import type { GenGroup as GenGroupType } from 'ketcher-core';
|
|
18
17
|
declare type GenProps = {
|
|
19
18
|
selected: (label: string) => boolean;
|
|
@@ -21,5 +20,5 @@ declare type GenProps = {
|
|
|
21
20
|
group: GenGroupType;
|
|
22
21
|
disabledQueryElements: Array<string> | null;
|
|
23
22
|
};
|
|
24
|
-
declare const GenGroup: ({ group, onAtomSelect, selected, disabledQueryElements, }: GenProps) => JSX.Element;
|
|
23
|
+
declare const GenGroup: ({ group, onAtomSelect, selected, disabledQueryElements, }: GenProps) => import("react/jsx-runtime").JSX.Element;
|
|
25
24
|
export { GenGroup };
|
package/dist/script/ui/views/modal/components/ExtendedTable/components/GenericGroups/GenSet.d.ts
CHANGED
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
***************************************************************************/
|
|
16
|
-
/// <reference types="react" />
|
|
17
16
|
import type { GenItemSet } from 'ketcher-core';
|
|
18
17
|
declare type GenSetProps = {
|
|
19
18
|
labels: GenItemSet[];
|
|
@@ -23,5 +22,5 @@ declare type GenSetProps = {
|
|
|
23
22
|
group: string;
|
|
24
23
|
disabledQueryElements: Array<string> | null;
|
|
25
24
|
};
|
|
26
|
-
declare function GenSet({ labels, selected, onAtomSelect, className, group, disabledQueryElements, }: GenSetProps): JSX.Element;
|
|
25
|
+
declare function GenSet({ labels, selected, onAtomSelect, className, group, disabledQueryElements, }: GenSetProps): import("react/jsx-runtime").JSX.Element;
|
|
27
26
|
export { GenSet };
|
|
@@ -13,11 +13,10 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
***************************************************************************/
|
|
16
|
-
/// <reference types="react" />
|
|
17
16
|
declare type GenericGroupsProps = {
|
|
18
17
|
selected: (label: string) => boolean;
|
|
19
18
|
onAtomSelect: (label: string, activateImmediately: boolean) => void;
|
|
20
19
|
disabledQueryElements: Array<string> | null;
|
|
21
20
|
};
|
|
22
|
-
declare function GenericGroups({ selected, onAtomSelect, disabledQueryElements, }: GenericGroupsProps): JSX.Element;
|
|
21
|
+
declare function GenericGroups({ selected, onAtomSelect, disabledQueryElements, }: GenericGroupsProps): import("react/jsx-runtime").JSX.Element;
|
|
23
22
|
export default GenericGroups;
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
***************************************************************************/
|
|
16
|
-
/// <reference types="react" />
|
|
17
16
|
import { GenItem } from 'ketcher-core';
|
|
18
17
|
declare type ButtonGenSetProps = {
|
|
19
18
|
button: GenItem;
|
|
@@ -21,5 +20,5 @@ declare type ButtonGenSetProps = {
|
|
|
21
20
|
selected: (label: string) => boolean;
|
|
22
21
|
disabled: boolean;
|
|
23
22
|
};
|
|
24
|
-
declare const ButtonGenSet: ({ button, onAtomSelect, selected, disabled, }: ButtonGenSetProps) => JSX.Element;
|
|
23
|
+
declare const ButtonGenSet: ({ button, onAtomSelect, selected, disabled, }: ButtonGenSetProps) => import("react/jsx-runtime").JSX.Element;
|
|
25
24
|
export default ButtonGenSet;
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
***************************************************************************/
|
|
16
|
-
|
|
17
|
-
declare function ErrorInfoModal(props: any): JSX.Element;
|
|
16
|
+
declare function ErrorInfoModal(props: any): import("react/jsx-runtime").JSX.Element;
|
|
18
17
|
declare const InfoModal: import("react-redux").ConnectedComponent<typeof ErrorInfoModal, import("react-redux").Omit<any, "errorMessage" | "onOk">>;
|
|
19
18
|
export default InfoModal;
|
|
@@ -9,7 +9,7 @@ declare class Table extends Component<any, any, any> {
|
|
|
9
9
|
isInfo: boolean;
|
|
10
10
|
};
|
|
11
11
|
changeType: (type: any) => void;
|
|
12
|
-
headerContent: () => JSX.Element;
|
|
12
|
+
headerContent: () => import("react/jsx-runtime").JSX.Element;
|
|
13
13
|
selected: (label: any) => any;
|
|
14
14
|
onAtomSelect: (label: any, activateImmediately?: boolean) => void;
|
|
15
15
|
result: () => {
|
|
@@ -32,6 +32,6 @@ declare class Table extends Component<any, any, any> {
|
|
|
32
32
|
onMouseEnter: () => void;
|
|
33
33
|
onMouseLeave: () => void;
|
|
34
34
|
};
|
|
35
|
-
render(): JSX.Element;
|
|
35
|
+
render(): import("react/jsx-runtime").JSX.Element;
|
|
36
36
|
}
|
|
37
37
|
import { Component } from "react";
|
|
@@ -4,6 +4,6 @@ declare class ElementsTable extends Component<any, any, any> {
|
|
|
4
4
|
constructor(props: any, context: any);
|
|
5
5
|
shouldComponentUpdate(nextProps: any): boolean;
|
|
6
6
|
getAtomClassNames: (item: any) => string[];
|
|
7
|
-
render(): JSX.Element;
|
|
7
|
+
render(): import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
}
|
|
9
9
|
import { Component } from "react";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export default Header;
|
|
2
|
-
declare function Header(): JSX.Element;
|
|
2
|
+
declare function Header(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -13,10 +13,9 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
***************************************************************************/
|
|
16
|
-
/// <reference types="react" />
|
|
17
16
|
export declare const FontControl: ({ editorState, setEditorState, styles }: {
|
|
18
17
|
editorState: any;
|
|
19
18
|
setEditorState: any;
|
|
20
19
|
styles: any;
|
|
21
|
-
}) => JSX.Element;
|
|
20
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
22
21
|
export default FontControl;
|
|
@@ -13,10 +13,9 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
***************************************************************************/
|
|
16
|
-
/// <reference types="react" />
|
|
17
16
|
declare const SpecialSymbolsButton: ({ editorState, setEditorState, styles }: {
|
|
18
17
|
editorState: any;
|
|
19
18
|
setEditorState: any;
|
|
20
19
|
styles: any;
|
|
21
|
-
}) => JSX.Element;
|
|
20
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
22
21
|
export { SpecialSymbolsButton };
|
package/dist/script/ui/views/modal/components/Text/SpecialSymbolsList/SpecialSymbolsList.d.ts
CHANGED
|
@@ -13,8 +13,7 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
***************************************************************************/
|
|
16
|
-
/// <reference types="react" />
|
|
17
16
|
declare const SpecialSymbolsList: ({ select }: {
|
|
18
17
|
select: any;
|
|
19
|
-
}) => JSX.Element;
|
|
18
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
20
19
|
export { SpecialSymbolsList };
|
|
@@ -13,14 +13,13 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
***************************************************************************/
|
|
16
|
-
/// <reference types="react" />
|
|
17
16
|
import 'draft-js/dist/Draft.css';
|
|
18
|
-
import { DialogParams } from '
|
|
17
|
+
import { DialogParams } from '../../../../../../components/Dialog/Dialog';
|
|
19
18
|
interface TextProps extends DialogParams {
|
|
20
19
|
formState: any;
|
|
21
20
|
id?: any;
|
|
22
21
|
content: string;
|
|
23
22
|
position?: string;
|
|
24
23
|
}
|
|
25
|
-
declare const _default: import("react-redux").ConnectedComponent<(props: TextProps) => JSX.Element, import("react-redux").Omit<TextProps, "formState">>;
|
|
24
|
+
declare const _default: import("react-redux").ConnectedComponent<(props: TextProps) => import("react/jsx-runtime").JSX.Element, import("react-redux").Omit<TextProps, "formState">>;
|
|
26
25
|
export default _default;
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
***************************************************************************/
|
|
16
|
-
/// <reference types="react" />
|
|
17
16
|
import { TextCommand } from 'ketcher-core';
|
|
18
17
|
import { IconName } from 'components';
|
|
19
18
|
interface TextButtonProps {
|
|
@@ -27,5 +26,5 @@ interface TextButtonPropsCallProps {
|
|
|
27
26
|
toggleStyle: (command: TextCommand) => void;
|
|
28
27
|
}
|
|
29
28
|
declare type Props = TextButtonProps & TextButtonPropsCallProps;
|
|
30
|
-
export declare const TextButton: (props: Props) => JSX.Element;
|
|
29
|
+
export declare const TextButton: (props: Props) => import("react/jsx-runtime").JSX.Element;
|
|
31
30
|
export {};
|
|
@@ -13,8 +13,7 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
***************************************************************************/
|
|
16
|
-
/// <reference types="react" />
|
|
17
16
|
export declare type AnalyzingFileProps = {
|
|
18
17
|
fileName?: string;
|
|
19
18
|
};
|
|
20
|
-
export declare const AnalyzingFile: ({ fileName }: AnalyzingFileProps) => JSX.Element;
|
|
19
|
+
export declare const AnalyzingFile: ({ fileName }: AnalyzingFileProps) => import("react/jsx-runtime").JSX.Element;
|
package/dist/script/ui/views/modal/components/document/Open/components/DialogActionButton.d.ts
CHANGED
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
***************************************************************************/
|
|
16
|
-
/// <reference types="react" />
|
|
17
16
|
declare type Props = {
|
|
18
17
|
clickHandler: () => void;
|
|
19
18
|
disabled: boolean;
|
|
@@ -21,5 +20,5 @@ declare type Props = {
|
|
|
21
20
|
styles: string;
|
|
22
21
|
title?: string;
|
|
23
22
|
};
|
|
24
|
-
export declare const DialogActionButton: ({ clickHandler, label, title, styles, disabled, }: Props) => JSX.Element;
|
|
23
|
+
export declare const DialogActionButton: ({ clickHandler, label, title, styles, disabled, }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
25
24
|
export {};
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
***************************************************************************/
|
|
16
|
-
/// <reference types="react" />
|
|
17
16
|
import { DropzoneOptions } from 'react-dropzone';
|
|
18
17
|
import { IconName } from 'components';
|
|
19
18
|
declare type FileDropProps = {
|
|
@@ -23,5 +22,5 @@ declare type FileDropProps = {
|
|
|
23
22
|
disabled?: boolean;
|
|
24
23
|
disabledText?: string;
|
|
25
24
|
} & DropzoneOptions;
|
|
26
|
-
declare const FileDrop: ({ buttonLabel, textLabel, iconName, disabled, disabledText, ...rest }: FileDropProps) => JSX.Element;
|
|
25
|
+
declare const FileDrop: ({ buttonLabel, textLabel, iconName, disabled, disabledText, ...rest }: FileDropProps) => import("react/jsx-runtime").JSX.Element;
|
|
27
26
|
export { FileDrop };
|
|
@@ -13,10 +13,9 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
***************************************************************************/
|
|
16
|
-
/// <reference types="react" />
|
|
17
16
|
export declare type TextEditorProps = {
|
|
18
17
|
structStr: string;
|
|
19
18
|
inputHandler: (str: string) => void;
|
|
20
19
|
autoFocus?: boolean;
|
|
21
20
|
};
|
|
22
|
-
export declare const TextEditor: ({ structStr, inputHandler, autoFocus, }: TextEditorProps) => JSX.Element;
|
|
21
|
+
export declare const TextEditor: ({ structStr, inputHandler, autoFocus, }: TextEditorProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -36,10 +36,10 @@ declare class SaveDialog extends Component<any, any, any> {
|
|
|
36
36
|
changeType: (type: any) => any;
|
|
37
37
|
changeTab: (index: any) => void;
|
|
38
38
|
getWarnings: (format: any) => any[];
|
|
39
|
-
renderForm: () => JSX.Element;
|
|
40
|
-
renderSaveFile: () => JSX.Element;
|
|
41
|
-
renderWarnings: () => JSX.Element | null;
|
|
42
|
-
getButtons: () => JSX.Element[];
|
|
43
|
-
render(): JSX.Element;
|
|
39
|
+
renderForm: () => import("react/jsx-runtime").JSX.Element;
|
|
40
|
+
renderSaveFile: () => import("react/jsx-runtime").JSX.Element;
|
|
41
|
+
renderWarnings: () => import("react/jsx-runtime").JSX.Element | null;
|
|
42
|
+
getButtons: () => import("react/jsx-runtime").JSX.Element[];
|
|
43
|
+
render(): import("react/jsx-runtime").JSX.Element;
|
|
44
44
|
}
|
|
45
45
|
import { Component } from "react";
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export default About;
|
|
2
2
|
declare const About: import("react-redux").ConnectedComponent<typeof AboutDialog, import("react-redux").Omit<any, "date" | "onOk" | "indigoVersion" | "indigoMachine" | "feedbackLink" | "overviewLink" | "lifeScienciesLink" | "version">>;
|
|
3
|
-
declare function AboutDialog(props: any): JSX.Element;
|
|
3
|
+
declare function AboutDialog(props: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
***************************************************************************/
|
|
16
|
-
/// <reference types="react" />
|
|
17
16
|
import { BaseCallProps, BaseProps } from '../../../modal.types';
|
|
18
17
|
import { StructService } from 'ketcher-core';
|
|
19
18
|
interface SettingsProps extends BaseProps {
|
|
@@ -34,5 +33,5 @@ interface SettingsCallProps extends BaseCallProps {
|
|
|
34
33
|
onReset: () => void;
|
|
35
34
|
}
|
|
36
35
|
declare type Props = SettingsProps & SettingsCallProps;
|
|
37
|
-
declare const Settings: import("react-redux").ConnectedComponent<(props: Props) => JSX.Element, any>;
|
|
36
|
+
declare const Settings: import("react-redux").ConnectedComponent<(props: Props) => import("react/jsx-runtime").JSX.Element, any>;
|
|
38
37
|
export default Settings;
|
|
@@ -5,6 +5,6 @@ declare class AnalyseDialog extends Component<any, any, any> {
|
|
|
5
5
|
constructor(props: any);
|
|
6
6
|
constructor(props: any, context: any);
|
|
7
7
|
componentDidMount(): void;
|
|
8
|
-
render(): JSX.Element;
|
|
8
|
+
render(): import("react/jsx-runtime").JSX.Element;
|
|
9
9
|
}
|
|
10
10
|
import { Component } from "react";
|
|
@@ -14,4 +14,4 @@ export default ErrorsCheck;
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
***************************************************************************/
|
|
17
|
-
declare function ErrorsCheck(props: any): JSX.Element;
|
|
17
|
+
declare function ErrorsCheck(props: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
***************************************************************************/
|
|
16
|
-
/// <reference types="react" />
|
|
17
16
|
import { Struct, StructService } from 'ketcher-core';
|
|
18
17
|
declare type MiewDialogProps = {
|
|
19
18
|
miewOpts: any;
|
|
@@ -27,5 +26,5 @@ declare type MiewDialogCallProps = {
|
|
|
27
26
|
onExportCML: (cmlStruct: string) => void;
|
|
28
27
|
};
|
|
29
28
|
declare type Props = MiewDialogProps & MiewDialogCallProps;
|
|
30
|
-
declare const Miew: import("react-redux").ConnectedComponent<({ miewOpts, server, struct, onExportCML, miewTheme, ...prop }: Props) => JSX.Element, import("react-redux").Omit<MiewDialogProps & MiewDialogCallProps, "miewOpts" | "server" | "struct" | "onExportCML" | "miewTheme">>;
|
|
29
|
+
declare const Miew: import("react-redux").ConnectedComponent<({ miewOpts, server, struct, onExportCML, miewTheme, ...prop }: Props) => import("react/jsx-runtime").JSX.Element, import("react-redux").Omit<MiewDialogProps & MiewDialogCallProps, "miewOpts" | "server" | "struct" | "onExportCML" | "miewTheme">>;
|
|
31
30
|
export default Miew;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export default Recognize;
|
|
2
2
|
declare const Recognize: import("react-redux").ConnectedComponent<typeof RecognizeDialog, import("react-redux").Omit<any, "fragment" | "file" | "onOk" | "structStr" | "version" | "onImage" | "imagoVersions" | "onRecognize" | "isFragment" | "onChangeImago">>;
|
|
3
|
-
declare function RecognizeDialog(prop: any): JSX.Element;
|
|
3
|
+
declare function RecognizeDialog(prop: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { BaseProps } from '../../../../modal.types';
|
|
3
|
-
declare const AtomElement: ({ formState }: BaseProps) => JSX.Element;
|
|
2
|
+
declare const AtomElement: ({ formState }: BaseProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
export default AtomElement;
|
|
@@ -13,10 +13,9 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
***************************************************************************/
|
|
16
|
-
/// <reference types="react" />
|
|
17
16
|
interface ElementNumberProps {
|
|
18
17
|
label: string;
|
|
19
18
|
}
|
|
20
19
|
declare type Props = ElementNumberProps;
|
|
21
|
-
declare const ElementNumber: (props: Props) => JSX.Element;
|
|
20
|
+
declare const ElementNumber: (props: Props) => import("react/jsx-runtime").JSX.Element;
|
|
22
21
|
export default ElementNumber;
|
|
@@ -13,6 +13,5 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
***************************************************************************/
|
|
16
|
-
|
|
17
|
-
declare const AttachPointsContainer: import("react-redux").ConnectedComponent<(props: import("./Attach").AttachPointsProps & import("../../../modal.types").BaseCallProps) => JSX.Element, import("react-redux").Omit<import("./Attach").AttachPointsProps & import("../../../modal.types").BaseCallProps, "formState">>;
|
|
16
|
+
declare const AttachPointsContainer: import("react-redux").ConnectedComponent<(props: import("./Attach").AttachPointsProps & import("../../../modal.types").BaseCallProps) => import("react/jsx-runtime").JSX.Element, import("react-redux").Omit<import("./Attach").AttachPointsProps & import("../../../modal.types").BaseCallProps, "formState">>;
|
|
18
17
|
export default AttachPointsContainer;
|
|
@@ -13,13 +13,12 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
***************************************************************************/
|
|
16
|
-
/// <reference types="react" />
|
|
17
16
|
import { BaseCallProps, BaseProps } from '../../../modal.types';
|
|
18
17
|
interface AttachPointsProps extends BaseProps {
|
|
19
18
|
primary: boolean;
|
|
20
19
|
secondary: boolean;
|
|
21
20
|
}
|
|
22
21
|
declare type Props = AttachPointsProps & BaseCallProps;
|
|
23
|
-
declare const AttachPoints: (props: Props) => JSX.Element;
|
|
22
|
+
declare const AttachPoints: (props: Props) => import("react/jsx-runtime").JSX.Element;
|
|
24
23
|
export type { AttachPointsProps };
|
|
25
24
|
export default AttachPoints;
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
***************************************************************************/
|
|
16
|
-
/// <reference types="react" />
|
|
17
16
|
import { BaseCallProps, BaseProps } from '../../../modal.types';
|
|
18
|
-
declare const AutomapContainer: import("react-redux").ConnectedComponent<(props: BaseProps & BaseCallProps) => JSX.Element, any>;
|
|
17
|
+
declare const AutomapContainer: import("react-redux").ConnectedComponent<(props: BaseProps & BaseCallProps) => import("react/jsx-runtime").JSX.Element, any>;
|
|
19
18
|
export default AutomapContainer;
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
***************************************************************************/
|
|
16
|
-
/// <reference types="react" />
|
|
17
16
|
import { BaseCallProps, BaseProps } from '../../../modal.types';
|
|
18
17
|
declare type Props = BaseProps & BaseCallProps;
|
|
19
18
|
export declare const automapSchema: {
|
|
@@ -29,5 +28,5 @@ export declare const automapSchema: {
|
|
|
29
28
|
};
|
|
30
29
|
};
|
|
31
30
|
};
|
|
32
|
-
declare const Automap: (props: Props) => JSX.Element;
|
|
31
|
+
declare const Automap: (props: Props) => import("react/jsx-runtime").JSX.Element;
|
|
33
32
|
export default Automap;
|
|
@@ -13,6 +13,5 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
***************************************************************************/
|
|
16
|
-
|
|
17
|
-
declare const BondContainer: import("react-redux").ConnectedComponent<(props: import("./Bond").BondProps & import("../../../modal.types").BaseCallProps) => JSX.Element, import("react-redux").Omit<import("./Bond").BondProps & import("../../../modal.types").BaseCallProps, "formState">>;
|
|
16
|
+
declare const BondContainer: import("react-redux").ConnectedComponent<(props: import("./Bond").BondProps & import("../../../modal.types").BaseCallProps) => import("react/jsx-runtime").JSX.Element, import("react-redux").Omit<import("./Bond").BondProps & import("../../../modal.types").BaseCallProps, "formState">>;
|
|
18
17
|
export default BondContainer;
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
***************************************************************************/
|
|
16
|
-
/// <reference types="react" />
|
|
17
16
|
import { BaseCallProps, BaseProps } from '../../../modal.types';
|
|
18
17
|
interface BondSettings {
|
|
19
18
|
type: string;
|
|
@@ -24,6 +23,6 @@ interface BondSettings {
|
|
|
24
23
|
interface BondProps extends BaseProps, BondSettings {
|
|
25
24
|
}
|
|
26
25
|
declare type Props = BondProps & BaseCallProps;
|
|
27
|
-
declare const Bond: (props: Props) => JSX.Element;
|
|
26
|
+
declare const Bond: (props: Props) => import("react/jsx-runtime").JSX.Element;
|
|
28
27
|
export type { BondProps };
|
|
29
28
|
export default Bond;
|
|
@@ -13,12 +13,11 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
***************************************************************************/
|
|
16
|
-
/// <reference types="react" />
|
|
17
16
|
import { BaseCallProps, BaseProps } from '../../../modal.types';
|
|
18
17
|
interface RemoveFGProps extends BaseProps {
|
|
19
18
|
fgIds: any;
|
|
20
19
|
}
|
|
21
20
|
declare type Props = RemoveFGProps & BaseCallProps;
|
|
22
|
-
declare const RemoveFG: (props: Props) => JSX.Element;
|
|
21
|
+
declare const RemoveFG: (props: Props) => import("react/jsx-runtime").JSX.Element;
|
|
23
22
|
export type { RemoveFGProps };
|
|
24
23
|
export { RemoveFG };
|
package/dist/script/ui/views/modal/components/toolbox/RgroupLogic/RgroupLogic.container.d.ts
CHANGED
|
@@ -13,6 +13,5 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
***************************************************************************/
|
|
16
|
-
|
|
17
|
-
declare const RgroupLogicContainer: import("react-redux").ConnectedComponent<(props: import("./RgroupLogic").RgroupLogicProps & import("../../../modal.types").BaseCallProps) => JSX.Element, import("react-redux").Omit<import("./RgroupLogic").RgroupLogicProps & import("../../../modal.types").BaseCallProps, "formState">>;
|
|
16
|
+
declare const RgroupLogicContainer: import("react-redux").ConnectedComponent<(props: import("./RgroupLogic").RgroupLogicProps & import("../../../modal.types").BaseCallProps) => import("react/jsx-runtime").JSX.Element, import("react-redux").Omit<import("./RgroupLogic").RgroupLogicProps & import("../../../modal.types").BaseCallProps, "formState">>;
|
|
18
17
|
export default RgroupLogicContainer;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
/****************************************************************************
|
|
3
2
|
* Copyright 2021 EPAM Systems
|
|
4
3
|
*
|
|
@@ -25,6 +24,6 @@ interface RgroupLogicProps extends BaseProps {
|
|
|
25
24
|
name?: string;
|
|
26
25
|
}
|
|
27
26
|
declare type Props = RgroupLogicProps & BaseCallProps;
|
|
28
|
-
declare const RgroupLogic: (props: Props) => JSX.Element;
|
|
27
|
+
declare const RgroupLogic: (props: Props) => import("react/jsx-runtime").JSX.Element;
|
|
29
28
|
export type { RgroupLogicProps };
|
|
30
29
|
export default RgroupLogic;
|
|
@@ -13,8 +13,7 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
***************************************************************************/
|
|
16
|
-
/// <reference types="react" />
|
|
17
16
|
import { RgroupLogicProps } from '../../RgroupLogic';
|
|
18
17
|
declare type Props = Pick<RgroupLogicProps, 'label' | 'rgroupLabels' | 'name'>;
|
|
19
|
-
declare const IfThenSelect: (props: Props) => JSX.Element;
|
|
18
|
+
declare const IfThenSelect: (props: Props) => import("react/jsx-runtime").JSX.Element;
|
|
20
19
|
export default IfThenSelect;
|