ketcher-react 2.8.0-rc.6 → 2.9.0-rc.1
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/hooks/useClickOutside.d.ts +2 -0
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.js +2355 -2031
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2379 -2056
- package/dist/index.modern.js.map +1 -1
- package/dist/script/builders/ketcher/ButtonName.d.ts +1 -1
- package/dist/script/editor/Editor.d.ts +3 -1
- package/dist/script/editor/shared/utils.d.ts +29 -0
- package/dist/script/editor/tool/helper/dropAndMerge.d.ts +8 -0
- package/dist/script/editor/tool/helper/getGroupIdsFromItems.d.ts +12 -0
- package/dist/script/editor/tool/helper/getMergeItems.d.ts +2 -0
- package/dist/script/editor/tool/paste.d.ts +5 -0
- package/dist/script/editor/tool/select.d.ts +1 -1
- package/dist/script/editor/tool/sgroup.d.ts +2 -3
- package/dist/script/editor/tool/template.d.ts +8 -3
- package/dist/script/editor/utils/canvasExtension.d.ts +16 -0
- package/dist/script/ui/Portal/Portal.d.ts +2 -1
- package/dist/script/ui/action/action.types.d.ts +1 -1
- package/dist/script/ui/action/index.d.ts +21 -9
- package/dist/script/ui/action/server.d.ts +10 -2
- package/dist/script/ui/action/tools.d.ts +1 -9
- package/dist/script/ui/action/zoom.d.ts +2 -0
- package/dist/script/ui/data/convert/structconv.d.ts +16 -0
- package/dist/script/ui/data/schema/sdata-schema.d.ts +7 -5
- package/dist/script/ui/dialog/template/TemplateDialog.d.ts +1 -3
- package/dist/script/ui/dialog/template/template-attach.d.ts +1 -1
- package/dist/script/ui/dialog/toolbox/SDataFieldset.d.ts +4 -0
- package/dist/script/ui/dialog/toolbox/SGroupFieldset.d.ts +4 -0
- package/dist/script/ui/dialog/toolbox/enhancedStereo/enhancedStereo.d.ts +1 -3
- package/dist/script/ui/dialog/toolbox/sgroup.d.ts +1 -1
- package/dist/script/ui/state/constants.d.ts +0 -1
- package/dist/script/ui/state/editor/index.d.ts +0 -4
- package/dist/script/ui/state/handleHotkeysOverItem.d.ts +15 -0
- package/dist/script/ui/state/modal/form.d.ts +5 -16
- package/dist/script/ui/views/components/ContextMenu/ContextMenu.d.ts +0 -1
- package/dist/script/ui/views/components/ContextMenu/ContextMenuTrigger.d.ts +2 -2
- package/dist/script/ui/views/components/ContextMenu/contextMenu.types.d.ts +17 -6
- package/dist/script/ui/views/components/ContextMenu/hooks/useAtomEdit.d.ts +3 -0
- package/dist/script/ui/views/components/ContextMenu/hooks/useAtomStereo.d.ts +3 -0
- package/dist/script/ui/views/components/ContextMenu/hooks/useBondEdit.d.ts +3 -0
- package/dist/script/ui/views/components/ContextMenu/hooks/useBondSGroupAttach.d.ts +3 -0
- package/dist/script/ui/views/components/ContextMenu/hooks/useBondSGroupEdit.d.ts +3 -0
- package/dist/script/ui/views/components/ContextMenu/hooks/useBondTypeChange.d.ts +3 -0
- package/dist/script/ui/views/components/ContextMenu/hooks/useDelete.d.ts +3 -0
- package/dist/script/ui/views/components/ContextMenu/hooks/useFunctionalGroupEoc.d.ts +6 -0
- package/dist/script/ui/views/components/ContextMenu/hooks/useFunctionalGroupRemove.d.ts +3 -0
- package/dist/script/ui/views/components/ContextMenu/menuItems/AtomMenuItems.d.ts +3 -0
- package/dist/script/ui/views/components/ContextMenu/menuItems/BondMenuItems.d.ts +3 -0
- package/dist/script/ui/views/components/ContextMenu/menuItems/FunctionalGroupMenuItems.d.ts +3 -0
- package/dist/script/ui/views/components/ContextMenu/menuItems/SelectionMenuItems.d.ts +3 -0
- package/dist/script/ui/views/components/ContextMenu/{items/utils.d.ts → utils.d.ts} +1 -3
- package/dist/script/ui/views/components/Dialog/Dialog.d.ts +2 -2
- package/dist/script/ui/views/components/StructEditor/InfoPanel.d.ts +1 -3
- package/dist/script/ui/views/components/StructEditor/SGroupDataRender.d.ts +13 -0
- package/dist/script/ui/views/components/StructEditor/helpers.d.ts +4 -0
- package/dist/script/ui/views/modal/components/document/Open/Open.container.d.ts +0 -2
- package/dist/script/ui/views/modal/components/document/Save/Save.d.ts +1 -0
- package/dist/script/ui/views/modal/components/toolbox/Atom/Atom.container.d.ts +0 -2
- package/dist/script/ui/views/toolbars/toolbar.types.d.ts +1 -1
- package/package.json +8 -9
- package/dist/script/ui/component/ContextMenu/ContextMenu.d.ts +0 -3
- package/dist/script/ui/dialog/toolbox/sdata.d.ts +0 -19
- package/dist/script/ui/state/handleHotkeysOverAtom.d.ts +0 -7
- package/dist/script/ui/views/components/ContextMenu/items/AtomBatchOperations.d.ts +0 -20
- package/dist/script/ui/views/components/ContextMenu/items/AtomSingleOperations.d.ts +0 -19
- package/dist/script/ui/views/components/ContextMenu/items/BatchDelete.d.ts +0 -3
- package/dist/script/ui/views/components/ContextMenu/items/BondBatchOperations.d.ts +0 -20
- package/dist/script/ui/views/components/ContextMenu/items/BondSingleOperations.d.ts +0 -19
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ItemEventParams } from '../contextMenu.types';
|
|
2
|
+
/**
|
|
3
|
+
* Fullname: useFunctionalGroupExpandOrContract
|
|
4
|
+
*/
|
|
5
|
+
declare const useFunctionalGroupEoc: () => readonly [({ props }: ItemEventParams, toExpand: boolean) => void, ({ props }: ItemEventParams, toExpand: boolean) => boolean];
|
|
6
|
+
export default useFunctionalGroupEoc;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import { PredicateParams } from 'react-contexify';
|
|
2
|
-
import { ContextMenuShowProps, ItemData } from '../contextMenu.types';
|
|
3
1
|
/**
|
|
4
2
|
* Remove the word `bond` out of the title
|
|
5
3
|
*
|
|
@@ -24,4 +22,4 @@ export declare const queryBondNames: string[];
|
|
|
24
22
|
*/
|
|
25
23
|
export declare const getNonQueryBondNames: (tools: any) => string[];
|
|
26
24
|
export declare const noOperation: () => null;
|
|
27
|
-
export declare
|
|
25
|
+
export declare function onlyHasProperty<T extends object>(checkedObject: T, key: keyof T): boolean;
|
|
@@ -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 { FC, ReactElement } from 'react';
|
|
16
|
+
import { FC, PropsWithChildren, ReactElement } from 'react';
|
|
17
17
|
interface DialogParamsCallProps {
|
|
18
18
|
onCancel: () => void;
|
|
19
19
|
onOk: (result: any) => void;
|
|
@@ -40,5 +40,5 @@ interface DialogCallProps {
|
|
|
40
40
|
valid?: () => boolean;
|
|
41
41
|
}
|
|
42
42
|
declare type Props = DialogProps & DialogCallProps;
|
|
43
|
-
declare const Dialog: FC<Props>;
|
|
43
|
+
declare const Dialog: FC<PropsWithChildren & Props>;
|
|
44
44
|
export default Dialog;
|
|
@@ -23,7 +23,5 @@ interface InfoPanelProps {
|
|
|
23
23
|
sGroup: SGroup;
|
|
24
24
|
className?: string;
|
|
25
25
|
}
|
|
26
|
-
declare const _default: import("react-redux").ConnectedComponent<FC<InfoPanelProps>, import("react-redux").Omit<InfoPanelProps
|
|
27
|
-
children?: import("react").ReactNode;
|
|
28
|
-
}, "render" | "clientX" | "clientY" | "groupStruct" | "sGroup">>;
|
|
26
|
+
declare const _default: import("react-redux").ConnectedComponent<FC<InfoPanelProps>, import("react-redux").Omit<InfoPanelProps, "render" | "clientX" | "clientY" | "groupStruct" | "sGroup">>;
|
|
29
27
|
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { Render, SGroup, Struct } from 'ketcher-core';
|
|
3
|
+
interface SGroupDataRenderProps {
|
|
4
|
+
clientX: number;
|
|
5
|
+
clientY: number;
|
|
6
|
+
render: Render;
|
|
7
|
+
groupStruct: Struct;
|
|
8
|
+
sGroup: SGroup;
|
|
9
|
+
sGroupData: string | null;
|
|
10
|
+
className?: string;
|
|
11
|
+
}
|
|
12
|
+
declare const SGroupDataRender: FC<SGroupDataRenderProps>;
|
|
13
|
+
export default SGroupDataRender;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Render, Point } from 'ketcher-core';
|
|
2
|
+
export declare const calculateMiddleCoordsForRect: (rectCoords: Array<Array<number>>) => Array<Point> | [];
|
|
3
|
+
export declare const calculateScrollOffsetX: (render: Render) => number;
|
|
4
|
+
export declare const calculateScrollOffsetY: (render: Render) => number;
|
|
@@ -20,7 +20,5 @@ declare const OpenContainer: import("react-redux").ConnectedComponent<import("re
|
|
|
20
20
|
onImageUpload: (file: File) => void;
|
|
21
21
|
}>, import("react-redux").Omit<OpenProps & Pick<import("../../../modal.types").BaseProps, "className"> & BaseCallProps & {
|
|
22
22
|
onImageUpload: (file: File) => void;
|
|
23
|
-
} & {
|
|
24
|
-
children?: import("react").ReactNode;
|
|
25
23
|
}, "onOk" | "server" | "errorHandler" | "isRecognizeDisabled" | "isAnalyzingFile" | "onImageUpload">>;
|
|
26
24
|
export default OpenContainer;
|
|
@@ -31,6 +31,7 @@ declare class SaveDialog extends Component<any, any, any> {
|
|
|
31
31
|
};
|
|
32
32
|
componentDidMount(): void;
|
|
33
33
|
isImageFormat: (format: any) => boolean;
|
|
34
|
+
isBinaryCdxFormat: (format: any) => boolean;
|
|
34
35
|
showStructWarningMessage: (format: any) => boolean;
|
|
35
36
|
changeType: (type: any) => any;
|
|
36
37
|
changeTab: (index: any) => void;
|
|
@@ -18,7 +18,5 @@ declare const AtomContainer: import("react-redux").ConnectedComponent<import("re
|
|
|
18
18
|
isMultipleAtoms?: boolean | undefined;
|
|
19
19
|
}>, import("react-redux").Omit<import("./Atom").AtomProps & {
|
|
20
20
|
isMultipleAtoms?: boolean | undefined;
|
|
21
|
-
} & {
|
|
22
|
-
children?: import("react").ReactNode;
|
|
23
21
|
}, "formState">>;
|
|
24
22
|
export default AtomContainer;
|
|
@@ -19,7 +19,7 @@ declare type BottomGroup = 'template-common' | 'template-lib';
|
|
|
19
19
|
declare type RightGroup = 'atom' | 'period-table';
|
|
20
20
|
declare type ToolbarGroupVariant = TopGroup | LeftGroup | BottomGroup | RightGroup;
|
|
21
21
|
declare type TopToolbarItemVariant = 'clear' | 'open' | 'save' | 'undo' | 'redo' | 'cut' | 'copies' | 'copy' | 'copy-image' | 'copy-mol' | 'copy-ket' | 'paste' | 'zoom-in' | 'zoom-out' | 'zoom-list' | 'layout' | 'clean' | 'arom' | 'dearom' | 'cip' | 'check' | 'analyse' | 'recognize' | 'miew' | 'settings' | 'help' | 'about';
|
|
22
|
-
declare type LeftToolbarItemVariant = 'hand' | 'select' | 'select-lasso' | 'select-rectangle' | 'select-fragment' | 'erase' | 'bonds' | 'bond-common' | 'bond-single' | 'bond-double' | 'bond-triple' | 'bond-dative' | 'bond-stereo' | 'bond-up' | 'bond-down' | 'bond-updown' | 'bond-crossed' | 'bond-query' | 'bond-special' | 'bond-any' | 'bond-hydrogen' | 'bond-aromatic' | 'bond-singledouble' | 'bond-singlearomatic' | 'bond-doublearomatic' | 'chain' | 'charge-plus' | 'charge-minus' | 'transforms' | 'transform-rotate' | 'transform-flip-h' | 'transform-flip-v' | 'sgroup' | '
|
|
22
|
+
declare type LeftToolbarItemVariant = 'hand' | 'select' | 'select-lasso' | 'select-rectangle' | 'select-fragment' | 'erase' | 'bonds' | 'bond-common' | 'bond-single' | 'bond-double' | 'bond-triple' | 'bond-dative' | 'bond-stereo' | 'bond-up' | 'bond-down' | 'bond-updown' | 'bond-crossed' | 'bond-query' | 'bond-special' | 'bond-any' | 'bond-hydrogen' | 'bond-aromatic' | 'bond-singledouble' | 'bond-singlearomatic' | 'bond-doublearomatic' | 'chain' | 'charge-plus' | 'charge-minus' | 'transforms' | 'transform-rotate' | 'transform-flip-h' | 'transform-flip-v' | 'sgroup' | 'reaction-plus' | 'arrows' | 'reaction-arrow-open-angle' | 'reaction-arrow-filled-triangle' | 'reaction-arrow-filled-bow' | 'reaction-arrow-dashed-open-angle' | 'reaction-arrow-failed' | 'reaction-arrow-both-ends-filled-triangle' | 'reaction-arrow-equilibrium-filled-half-bow' | 'reaction-arrow-equilibrium-filled-triangle' | 'reaction-arrow-equilibrium-open-angle' | 'reaction-arrow-unbalanced-equilibrium-filled-half-bow' | 'reaction-arrow-unbalanced-equilibrium-open-half-angle' | 'reaction-arrow-unbalanced-equilibrium-large-filled-half-bow' | 'reaction-arrow-unbalanced-equilibrium-filled-half-triangle' | 'reaction-arrow-elliptical-arc-arrow-filled-bow' | 'reaction-arrow-elliptical-arc-arrow-filled-triangle' | 'reaction-arrow-elliptical-arc-arrow-open-angle' | 'reaction-arrow-elliptical-arc-arrow-open-half-angle' | 'reaction-mapping-tools' | 'reaction-automap' | 'reaction-map' | 'reaction-unmap' | 'rgroup' | 'rgroup-label' | 'rgroup-fragment' | 'rgroup-attpoints' | 'shapes' | 'shape-ellipse' | 'shape-rectangle' | 'shape-line' | 'text';
|
|
23
23
|
declare type BottomToolbarItemVariant = 'template-common' | 'template-lib' | 'enhanced-stereo' | 'fullscreen';
|
|
24
24
|
declare type RightToolbarItemVariant = 'atom' | 'freq-atoms' | 'period-table' | 'extended-table' | 'any-atom';
|
|
25
25
|
declare type ToolbarItemVariant = TopToolbarItemVariant | LeftToolbarItemVariant | BottomToolbarItemVariant | RightToolbarItemVariant;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ketcher-react",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.9.0-rc.1",
|
|
4
4
|
"description": "Web-based molecule sketcher",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "http://lifescience.opensource.epam.com/ketcher",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"stylelint:fix": "stylelint \"./**/*.{css,less}\" --formatter verbose --fix"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
|
-
"react": "^
|
|
45
|
-
"react-dom": "^
|
|
44
|
+
"react": "^18.2.0",
|
|
45
|
+
"react-dom": "^18.2.0"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@babel/runtime": "^7.17.9",
|
|
@@ -63,7 +63,6 @@
|
|
|
63
63
|
"miew-react": "^1.0.0",
|
|
64
64
|
"react-colorful": "^5.4.0",
|
|
65
65
|
"react-contexify": "^6.0.0",
|
|
66
|
-
"react-contextmenu": "^2.14.0",
|
|
67
66
|
"react-device-detect": "^2.2.2",
|
|
68
67
|
"react-dropzone": "^11.7.1",
|
|
69
68
|
"react-intersection-observer": "^8.32.1",
|
|
@@ -95,15 +94,15 @@
|
|
|
95
94
|
"@rollup/plugin-replace": "^2.3.4",
|
|
96
95
|
"@rollup/plugin-strip": "^2.0.0",
|
|
97
96
|
"@svgr/rollup": "^5.4.0",
|
|
98
|
-
"@testing-library/jest-dom": "
|
|
99
|
-
"@testing-library/react": "
|
|
100
|
-
"@testing-library/user-event": "
|
|
97
|
+
"@testing-library/jest-dom": "5.16.5",
|
|
98
|
+
"@testing-library/react": "13.4.0",
|
|
99
|
+
"@testing-library/user-event": "14.4.3",
|
|
101
100
|
"@types/draft-js": "^0.11.7",
|
|
102
101
|
"@types/jest": "^27.0.3",
|
|
103
102
|
"@types/lodash": "^4.14.178",
|
|
104
103
|
"@types/node": "^16.11.12",
|
|
105
|
-
"@types/react": "^
|
|
106
|
-
"@types/react-dom": "^
|
|
104
|
+
"@types/react": "^18.0.25",
|
|
105
|
+
"@types/react-dom": "^18.0.8",
|
|
107
106
|
"@typescript-eslint/eslint-plugin": "^5.6.0",
|
|
108
107
|
"@typescript-eslint/parser": "^5.6.0",
|
|
109
108
|
"autoprefixer": "^10.2.5",
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
declare var _default: import("react-redux").ConnectedComponent<typeof SData, import("react-redux").Omit<{
|
|
2
|
-
[x: string]: any;
|
|
3
|
-
context: any;
|
|
4
|
-
fieldName: any;
|
|
5
|
-
fieldValue: any;
|
|
6
|
-
type: any;
|
|
7
|
-
radiobuttons: any;
|
|
8
|
-
formState: any;
|
|
9
|
-
}, "formState" | "dispatch">>;
|
|
10
|
-
export default _default;
|
|
11
|
-
declare function SData({ context, fieldName, fieldValue, type, radiobuttons, formState, ...prop }: {
|
|
12
|
-
[x: string]: any;
|
|
13
|
-
context: any;
|
|
14
|
-
fieldName: any;
|
|
15
|
-
fieldValue: any;
|
|
16
|
-
type: any;
|
|
17
|
-
radiobuttons: any;
|
|
18
|
-
formState: any;
|
|
19
|
-
}): JSX.Element;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/****************************************************************************
|
|
2
|
-
* Copyright 2022 EPAM Systems
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
***************************************************************************/
|
|
16
|
-
/// <reference types="react" />
|
|
17
|
-
import 'react-contexify/ReactContexify.css';
|
|
18
|
-
import type { CustomItemProps } from '../contextMenu.types';
|
|
19
|
-
export declare const AtomBatchEdit: React.FC<CustomItemProps>;
|
|
20
|
-
export declare const AtomStereoBatchEdit: React.FC<CustomItemProps>;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/****************************************************************************
|
|
2
|
-
* Copyright 2022 EPAM Systems
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
***************************************************************************/
|
|
16
|
-
/// <reference types="react" />
|
|
17
|
-
import 'react-contexify/ReactContexify.css';
|
|
18
|
-
declare const AtomSingleOperations: React.FC;
|
|
19
|
-
export default AtomSingleOperations;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/****************************************************************************
|
|
2
|
-
* Copyright 2022 EPAM Systems
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
***************************************************************************/
|
|
16
|
-
/// <reference types="react" />
|
|
17
|
-
import 'react-contexify/ReactContexify.css';
|
|
18
|
-
import type { CustomItemProps, CustomSubMenuProps } from '../contextMenu.types';
|
|
19
|
-
export declare const BondBatchEdit: React.FC<CustomItemProps>;
|
|
20
|
-
export declare const BondTypeBatchChange: React.FC<CustomSubMenuProps>;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/****************************************************************************
|
|
2
|
-
* Copyright 2022 EPAM Systems
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
***************************************************************************/
|
|
16
|
-
/// <reference types="react" />
|
|
17
|
-
import 'react-contexify/ReactContexify.css';
|
|
18
|
-
declare const BondSingleOperations: React.FC;
|
|
19
|
-
export default BondSingleOperations;
|