ketcher-react 2.8.0-rc.6 → 2.9.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.
Files changed (70) hide show
  1. package/dist/hooks/useClickOutside.d.ts +2 -0
  2. package/dist/index.css +1 -1
  3. package/dist/index.css.map +1 -1
  4. package/dist/index.js +2355 -2031
  5. package/dist/index.js.map +1 -1
  6. package/dist/index.modern.js +2379 -2056
  7. package/dist/index.modern.js.map +1 -1
  8. package/dist/script/builders/ketcher/ButtonName.d.ts +1 -1
  9. package/dist/script/editor/Editor.d.ts +3 -1
  10. package/dist/script/editor/shared/utils.d.ts +29 -0
  11. package/dist/script/editor/tool/helper/dropAndMerge.d.ts +8 -0
  12. package/dist/script/editor/tool/helper/getGroupIdsFromItems.d.ts +12 -0
  13. package/dist/script/editor/tool/helper/getMergeItems.d.ts +2 -0
  14. package/dist/script/editor/tool/paste.d.ts +5 -0
  15. package/dist/script/editor/tool/select.d.ts +1 -1
  16. package/dist/script/editor/tool/sgroup.d.ts +2 -3
  17. package/dist/script/editor/tool/template.d.ts +8 -3
  18. package/dist/script/editor/utils/canvasExtension.d.ts +16 -0
  19. package/dist/script/ui/Portal/Portal.d.ts +2 -1
  20. package/dist/script/ui/action/action.types.d.ts +1 -1
  21. package/dist/script/ui/action/index.d.ts +21 -9
  22. package/dist/script/ui/action/server.d.ts +10 -2
  23. package/dist/script/ui/action/tools.d.ts +1 -9
  24. package/dist/script/ui/action/zoom.d.ts +2 -0
  25. package/dist/script/ui/data/convert/structconv.d.ts +16 -0
  26. package/dist/script/ui/data/schema/sdata-schema.d.ts +7 -5
  27. package/dist/script/ui/dialog/template/TemplateDialog.d.ts +1 -3
  28. package/dist/script/ui/dialog/template/template-attach.d.ts +1 -1
  29. package/dist/script/ui/dialog/toolbox/SDataFieldset.d.ts +4 -0
  30. package/dist/script/ui/dialog/toolbox/SGroupFieldset.d.ts +4 -0
  31. package/dist/script/ui/dialog/toolbox/enhancedStereo/enhancedStereo.d.ts +1 -3
  32. package/dist/script/ui/dialog/toolbox/sgroup.d.ts +1 -1
  33. package/dist/script/ui/state/constants.d.ts +0 -1
  34. package/dist/script/ui/state/editor/index.d.ts +0 -4
  35. package/dist/script/ui/state/handleHotkeysOverItem.d.ts +15 -0
  36. package/dist/script/ui/state/modal/form.d.ts +5 -16
  37. package/dist/script/ui/views/components/ContextMenu/ContextMenu.d.ts +0 -1
  38. package/dist/script/ui/views/components/ContextMenu/ContextMenuTrigger.d.ts +2 -2
  39. package/dist/script/ui/views/components/ContextMenu/contextMenu.types.d.ts +17 -6
  40. package/dist/script/ui/views/components/ContextMenu/hooks/useAtomEdit.d.ts +3 -0
  41. package/dist/script/ui/views/components/ContextMenu/hooks/useAtomStereo.d.ts +3 -0
  42. package/dist/script/ui/views/components/ContextMenu/hooks/useBondEdit.d.ts +3 -0
  43. package/dist/script/ui/views/components/ContextMenu/hooks/useBondSGroupAttach.d.ts +3 -0
  44. package/dist/script/ui/views/components/ContextMenu/hooks/useBondSGroupEdit.d.ts +3 -0
  45. package/dist/script/ui/views/components/ContextMenu/hooks/useBondTypeChange.d.ts +3 -0
  46. package/dist/script/ui/views/components/ContextMenu/hooks/useDelete.d.ts +3 -0
  47. package/dist/script/ui/views/components/ContextMenu/hooks/useFunctionalGroupEoc.d.ts +6 -0
  48. package/dist/script/ui/views/components/ContextMenu/hooks/useFunctionalGroupRemove.d.ts +3 -0
  49. package/dist/script/ui/views/components/ContextMenu/menuItems/AtomMenuItems.d.ts +3 -0
  50. package/dist/script/ui/views/components/ContextMenu/menuItems/BondMenuItems.d.ts +3 -0
  51. package/dist/script/ui/views/components/ContextMenu/menuItems/FunctionalGroupMenuItems.d.ts +3 -0
  52. package/dist/script/ui/views/components/ContextMenu/menuItems/SelectionMenuItems.d.ts +3 -0
  53. package/dist/script/ui/views/components/ContextMenu/{items/utils.d.ts → utils.d.ts} +1 -3
  54. package/dist/script/ui/views/components/Dialog/Dialog.d.ts +2 -2
  55. package/dist/script/ui/views/components/StructEditor/InfoPanel.d.ts +1 -3
  56. package/dist/script/ui/views/components/StructEditor/SGroupDataRender.d.ts +13 -0
  57. package/dist/script/ui/views/components/StructEditor/helpers.d.ts +4 -0
  58. package/dist/script/ui/views/modal/components/document/Open/Open.container.d.ts +0 -2
  59. package/dist/script/ui/views/modal/components/document/Save/Save.d.ts +1 -0
  60. package/dist/script/ui/views/modal/components/toolbox/Atom/Atom.container.d.ts +0 -2
  61. package/dist/script/ui/views/toolbars/toolbar.types.d.ts +1 -1
  62. package/package.json +8 -9
  63. package/dist/script/ui/component/ContextMenu/ContextMenu.d.ts +0 -3
  64. package/dist/script/ui/dialog/toolbox/sdata.d.ts +0 -19
  65. package/dist/script/ui/state/handleHotkeysOverAtom.d.ts +0 -7
  66. package/dist/script/ui/views/components/ContextMenu/items/AtomBatchOperations.d.ts +0 -20
  67. package/dist/script/ui/views/components/ContextMenu/items/AtomSingleOperations.d.ts +0 -19
  68. package/dist/script/ui/views/components/ContextMenu/items/BatchDelete.d.ts +0 -3
  69. package/dist/script/ui/views/components/ContextMenu/items/BondBatchOperations.d.ts +0 -20
  70. package/dist/script/ui/views/components/ContextMenu/items/BondSingleOperations.d.ts +0 -19
@@ -0,0 +1,3 @@
1
+ import { ItemEventParams } from '../contextMenu.types';
2
+ declare const useBondTypeChange: () => readonly [({ id, props }: ItemEventParams) => void, ({ props }: ItemEventParams) => boolean];
3
+ export default useBondTypeChange;
@@ -0,0 +1,3 @@
1
+ import { ItemEventParams } from '../contextMenu.types';
2
+ declare const useDelete: () => ({ props }: ItemEventParams) => Promise<void>;
3
+ export default useDelete;
@@ -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;
@@ -0,0 +1,3 @@
1
+ import { ItemEventParams } from '../contextMenu.types';
2
+ declare const useFunctionalGroupRemove: () => ({ props }: ItemEventParams) => void;
3
+ export default useFunctionalGroupRemove;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const AtomMenuItems: React.FC;
3
+ export default AtomMenuItems;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const BondMenuItems: React.FC;
3
+ export default BondMenuItems;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const FunctionalGroupMenuItems: React.FC;
3
+ export default FunctionalGroupMenuItems;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const SelectionMenuItems: React.FC;
3
+ export default SelectionMenuItems;
@@ -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 const isBatchOperationHidden: ({ props }: PredicateParams<ContextMenuShowProps, ItemData>) => boolean;
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' | 'sgroup-data' | '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';
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.8.0-rc.6",
3
+ "version": "2.9.0-rc.2",
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": "^17.0.2",
45
- "react-dom": "^17.0.2"
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": "^4.2.4",
99
- "@testing-library/react": "^9.5.0",
100
- "@testing-library/user-event": "^7.2.1",
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": "^17.0.37",
106
- "@types/react-dom": "^17.0.11",
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,3 +0,0 @@
1
- /// <reference types="react" />
2
- declare const FGContextMenu: () => JSX.Element;
3
- export { FGContextMenu };
@@ -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,7 +0,0 @@
1
- export declare function handleHotkeyOverAtom({ hoveredItemId, newAction, render, editor, dispatch }: {
2
- hoveredItemId: any;
3
- newAction: any;
4
- render: any;
5
- editor: any;
6
- dispatch: any;
7
- }): Promise<void>;
@@ -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,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { CustomItemProps } from '../contextMenu.types';
3
- export declare const BatchDelete: React.FC<CustomItemProps>;
@@ -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;