ketcher-react 2.8.0-rc.3 → 2.8.0-rc.3-dev.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/package.json +2 -2
- package/dist/Editor.d.ts +0 -29
- package/dist/constants.d.ts +0 -17
- package/dist/contexts/appContext.d.ts +0 -22
- package/dist/contexts/errorsContext.d.ts +0 -21
- package/dist/contexts/formContext.d.ts +0 -18
- package/dist/contexts/index.d.ts +0 -21
- package/dist/contexts/settingsContext.d.ts +0 -21
- package/dist/hooks/index.d.ts +0 -21
- package/dist/hooks/useAppContext.d.ts +0 -16
- package/dist/hooks/useFormContext.d.ts +0 -16
- package/dist/hooks/useInterval.d.ts +0 -16
- package/dist/hooks/useResizeObserver.d.ts +0 -26
- package/dist/hooks/useSettingsContext.d.ts +0 -16
- package/dist/hooks/useSubscribtionOnEvents.d.ts +0 -16
- package/dist/icons/index.d.ts +0 -16
- package/dist/index.css +0 -2
- package/dist/index.css.map +0 -1
- package/dist/index.d.ts +0 -18
- package/dist/index.js +0 -23769
- package/dist/index.js.map +0 -1
- package/dist/index.modern.js +0 -23706
- package/dist/index.modern.js.map +0 -1
- package/dist/script/api.d.ts +0 -19
- package/dist/script/builders/index.d.ts +0 -16
- package/dist/script/builders/ketcher/ButtonConfig.d.ts +0 -18
- package/dist/script/builders/ketcher/ButtonName.d.ts +0 -16
- package/dist/script/builders/ketcher/ButtonsConfig.d.ts +0 -20
- package/dist/script/builders/ketcher/KetcherBuilder.d.ts +0 -29
- package/dist/script/builders/ketcher/index.d.ts +0 -17
- package/dist/script/editor/Editor.d.ts +0 -96
- package/dist/script/editor/highlighter.d.ts +0 -32
- package/dist/script/editor/index.d.ts +0 -18
- package/dist/script/editor/shared/closest.d.ts +0 -25
- package/dist/script/editor/shared/utils.d.ts +0 -19
- package/dist/script/editor/tool/apoint.d.ts +0 -23
- package/dist/script/editor/tool/atom.d.ts +0 -31
- package/dist/script/editor/tool/attach.d.ts +0 -24
- package/dist/script/editor/tool/bond.d.ts +0 -32
- package/dist/script/editor/tool/chain.d.ts +0 -27
- package/dist/script/editor/tool/charge.d.ts +0 -24
- package/dist/script/editor/tool/enhanced-stereo.d.ts +0 -24
- package/dist/script/editor/tool/eraser.d.ts +0 -31
- package/dist/script/editor/tool/hand.d.ts +0 -30
- package/dist/script/editor/tool/helper/lasso.d.ts +0 -59
- package/dist/script/editor/tool/helper/locate.d.ts +0 -40
- package/dist/script/editor/tool/index.d.ts +0 -47
- package/dist/script/editor/tool/paste.d.ts +0 -29
- package/dist/script/editor/tool/reactionarrow.d.ts +0 -27
- package/dist/script/editor/tool/reactionmap.d.ts +0 -28
- package/dist/script/editor/tool/reactionplus.d.ts +0 -26
- package/dist/script/editor/tool/reactionunmap.d.ts +0 -23
- package/dist/script/editor/tool/rgroupatom.d.ts +0 -23
- package/dist/script/editor/tool/rgroupfragment.d.ts +0 -24
- package/dist/script/editor/tool/rotate.d.ts +0 -28
- package/dist/script/editor/tool/select.d.ts +0 -38
- package/dist/script/editor/tool/sgroup.d.ts +0 -31
- package/dist/script/editor/tool/simpleobject.d.ts +0 -26
- package/dist/script/editor/tool/template.d.ts +0 -30
- package/dist/script/editor/tool/text.d.ts +0 -26
- package/dist/script/editor/utils/customOnChangeHandler.d.ts +0 -16
- package/dist/script/editor/utils/elementOffset.d.ts +0 -17
- package/dist/script/editor/utils/index.d.ts +0 -17
- package/dist/script/index.d.ts +0 -27
- package/dist/script/ui/App/App.container.d.ts +0 -20
- package/dist/script/ui/App/App.d.ts +0 -23
- package/dist/script/ui/App/AppHidden/AppHidden.container.d.ts +0 -19
- package/dist/script/ui/App/AppHidden/AppHidden.d.ts +0 -23
- package/dist/script/ui/App/AppHidden/index.d.ts +0 -16
- package/dist/script/ui/App/index.d.ts +0 -16
- package/dist/script/ui/App/initApp.d.ts +0 -18
- package/dist/script/ui/Portal/Portal.d.ts +0 -37
- package/dist/script/ui/Portal/index.d.ts +0 -16
- package/dist/script/ui/action/action.types.d.ts +0 -44
- package/dist/script/ui/action/atoms.d.ts +0 -40
- package/dist/script/ui/action/copyAs.d.ts +0 -1
- package/dist/script/ui/action/copyImageToClipboard.d.ts +0 -2
- package/dist/script/ui/action/debug.d.ts +0 -13
- package/dist/script/ui/action/flips.d.ts +0 -1
- package/dist/script/ui/action/fullscreen.d.ts +0 -23
- package/dist/script/ui/action/functionalGroups.d.ts +0 -31
- package/dist/script/ui/action/help.d.ts +0 -8
- package/dist/script/ui/action/index.d.ts +0 -650
- package/dist/script/ui/action/isHidden.d.ts +0 -16
- package/dist/script/ui/action/server.d.ts +0 -117
- package/dist/script/ui/action/templates.d.ts +0 -13
- package/dist/script/ui/action/tools.d.ts +0 -358
- package/dist/script/ui/action/zoom.d.ts +0 -25
- package/dist/script/ui/component/ContextMenu/ContextMenu.d.ts +0 -3
- package/dist/script/ui/component/actionmenu.d.ts +0 -9
- package/dist/script/ui/component/cliparea/cliparea.d.ts +0 -20
- package/dist/script/ui/component/form/MeasureInput/measure-input.d.ts +0 -8
- package/dist/script/ui/component/form/Select/Select.d.ts +0 -30
- package/dist/script/ui/component/form/Select/Select.test.d.ts +0 -1
- package/dist/script/ui/component/form/Select/index.d.ts +0 -17
- package/dist/script/ui/component/form/buttonlist.d.ts +0 -9
- package/dist/script/ui/component/form/colorPicker/ColorPicker.d.ts +0 -28
- package/dist/script/ui/component/form/colorPicker/ColorPicker.test.d.ts +0 -1
- package/dist/script/ui/component/form/combobox/combobox.d.ts +0 -12
- package/dist/script/ui/component/form/form/errorPopover.d.ts +0 -5
- package/dist/script/ui/component/form/form/form.d.ts +0 -25
- package/dist/script/ui/component/form/input.d.ts +0 -43
- package/dist/script/ui/component/form/select-checkbox.d.ts +0 -5
- package/dist/script/ui/component/form/select-list.d.ts +0 -26
- package/dist/script/ui/component/form/systemfonts.d.ts +0 -2
- package/dist/script/ui/component/structrender.d.ts +0 -33
- package/dist/script/ui/component/view/Atom/Atom.d.ts +0 -7
- package/dist/script/ui/component/view/Atom/index.d.ts +0 -16
- package/dist/script/ui/component/view/Tabs/Tabs.d.ts +0 -9
- package/dist/script/ui/component/view/Tabs/index.d.ts +0 -16
- package/dist/script/ui/component/view/icon.d.ts +0 -5
- package/dist/script/ui/component/view/openbutton.d.ts +0 -9
- package/dist/script/ui/component/view/savebutton.d.ts +0 -32
- package/dist/script/ui/data/convert/keynorm.d.ts +0 -6
- package/dist/script/ui/data/convert/structConverter.d.ts +0 -17
- package/dist/script/ui/data/convert/structconv.d.ts +0 -24
- package/dist/script/ui/data/schema/options-schema.d.ts +0 -26
- package/dist/script/ui/data/schema/schema-helper.d.ts +0 -2
- package/dist/script/ui/data/schema/sdata-schema.d.ts +0 -58
- package/dist/script/ui/data/schema/struct-schema.d.ts +0 -301
- package/dist/script/ui/data/templates.d.ts +0 -2
- package/dist/script/ui/dialog/index.d.ts +0 -17
- package/dist/script/ui/dialog/template/EmptySearchResult.d.ts +0 -20
- package/dist/script/ui/dialog/template/TemplateDialog.d.ts +0 -43
- package/dist/script/ui/dialog/template/TemplateTable.d.ts +0 -39
- package/dist/script/ui/dialog/template/template-attach.d.ts +0 -28
- package/dist/script/ui/dialog/template/useSaltsAndSolvets.d.ts +0 -2
- package/dist/script/ui/dialog/toolbox/enhancedStereo/enhancedStereo.d.ts +0 -44
- package/dist/script/ui/dialog/toolbox/labeledit.d.ts +0 -3
- package/dist/script/ui/dialog/toolbox/rgroup/rgroup.d.ts +0 -15
- package/dist/script/ui/dialog/toolbox/sdata.d.ts +0 -19
- package/dist/script/ui/dialog/toolbox/sgroup.d.ts +0 -9
- package/dist/script/ui/index.d.ts +0 -16
- package/dist/script/ui/state/action/index.d.ts +0 -7
- package/dist/script/ui/state/constants.d.ts +0 -7
- package/dist/script/ui/state/editor/index.d.ts +0 -27
- package/dist/script/ui/state/functionalGroups/index.d.ts +0 -25
- package/dist/script/ui/state/functionalGroups/selectors/index.d.ts +0 -18
- package/dist/script/ui/state/handleHotkeysOverAtom.d.ts +0 -7
- package/dist/script/ui/state/hotkeys.d.ts +0 -23
- package/dist/script/ui/state/index.d.ts +0 -6
- package/dist/script/ui/state/modal/atoms.d.ts +0 -13
- package/dist/script/ui/state/modal/form.d.ts +0 -164
- package/dist/script/ui/state/modal/index.d.ts +0 -3
- package/dist/script/ui/state/modal/sdata.d.ts +0 -16
- package/dist/script/ui/state/options/index.d.ts +0 -68
- package/dist/script/ui/state/request/index.d.ts +0 -22
- package/dist/script/ui/state/request/reducer.test.d.ts +0 -16
- package/dist/script/ui/state/request/request.types.d.ts +0 -27
- package/dist/script/ui/state/saltsAndSolvents/index.d.ts +0 -23
- package/dist/script/ui/state/saltsAndSolvents/selectors/index.d.ts +0 -16
- package/dist/script/ui/state/server/index.d.ts +0 -7
- package/dist/script/ui/state/shared.d.ts +0 -19
- package/dist/script/ui/state/templates/index.d.ts +0 -77
- package/dist/script/ui/state/templates/init-lib.d.ts +0 -8
- package/dist/script/ui/state/toolbar/index.d.ts +0 -33
- package/dist/script/ui/storage-ext.d.ts +0 -9
- package/dist/script/ui/utils/fileOpener.d.ts +0 -16
- package/dist/script/ui/utils/index.d.ts +0 -7
- package/dist/script/ui/utils/renderStruct.d.ts +0 -9
- package/dist/script/ui/utils/settingsManager.d.ts +0 -25
- package/dist/script/ui/views/AppClipArea.d.ts +0 -18
- package/dist/script/ui/views/Editor.d.ts +0 -3
- package/dist/script/ui/views/components/ContextMenu/ContextMenu.d.ts +0 -20
- package/dist/script/ui/views/components/ContextMenu/ContextMenuTrigger.d.ts +0 -18
- package/dist/script/ui/views/components/ContextMenu/contextMenu.types.d.ts +0 -8
- package/dist/script/ui/views/components/ContextMenu/index.d.ts +0 -2
- 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
- package/dist/script/ui/views/components/ContextMenu/items/utils.d.ts +0 -27
- package/dist/script/ui/views/components/Cursor.d.ts +0 -6
- package/dist/script/ui/views/components/Dialog/Dialog.d.ts +0 -44
- package/dist/script/ui/views/components/Dialog/index.d.ts +0 -16
- package/dist/script/ui/views/components/Spinner/LoadingCircles.d.ts +0 -17
- package/dist/script/ui/views/components/Spinner/index.d.ts +0 -16
- package/dist/script/ui/views/components/StructEditor/InfoPanel.d.ts +0 -29
- package/dist/script/ui/views/components/StructEditor/StructEditor.d.ts +0 -19
- package/dist/script/ui/views/components/StructEditor/index.d.ts +0 -16
- package/dist/script/ui/views/components/index.d.ts +0 -19
- package/dist/script/ui/views/modal/Modal.container.d.ts +0 -19
- package/dist/script/ui/views/modal/Modal.d.ts +0 -28
- package/dist/script/ui/views/modal/components/Confirm/Confirm.d.ts +0 -7
- package/dist/script/ui/views/modal/components/Confirm/index.d.ts +0 -1
- package/dist/script/ui/views/modal/components/ExtendedTable/ExtendedTable.d.ts +0 -2
- package/dist/script/ui/views/modal/components/ExtendedTable/components/GenericGroups/BoxWithLines.d.ts +0 -18
- package/dist/script/ui/views/modal/components/ExtendedTable/components/GenericGroups/GenGroup.d.ts +0 -24
- package/dist/script/ui/views/modal/components/ExtendedTable/components/GenericGroups/GenSet.d.ts +0 -26
- package/dist/script/ui/views/modal/components/ExtendedTable/components/GenericGroups/GenericGroups.d.ts +0 -22
- package/dist/script/ui/views/modal/components/ExtendedTable/components/GenericGroups/index.d.ts +0 -27
- package/dist/script/ui/views/modal/components/ExtendedTable/helpers.d.ts +0 -1
- package/dist/script/ui/views/modal/components/ExtendedTable/index.d.ts +0 -1
- package/dist/script/ui/views/modal/components/PeriodTable/PeriodTable.d.ts +0 -37
- package/dist/script/ui/views/modal/components/PeriodTable/components/AtomInfo/AtomInfo.d.ts +0 -5
- package/dist/script/ui/views/modal/components/PeriodTable/components/AtomInfo/index.d.ts +0 -16
- package/dist/script/ui/views/modal/components/PeriodTable/components/ElementsTable/ElementsTable.d.ts +0 -9
- package/dist/script/ui/views/modal/components/PeriodTable/components/ElementsTable/components/Header.d.ts +0 -2
- package/dist/script/ui/views/modal/components/PeriodTable/components/ElementsTable/components/MainRow.d.ts +0 -11
- package/dist/script/ui/views/modal/components/PeriodTable/components/ElementsTable/components/OutinerRow.d.ts +0 -10
- package/dist/script/ui/views/modal/components/PeriodTable/components/ElementsTable/components/index.d.ts +0 -19
- package/dist/script/ui/views/modal/components/PeriodTable/components/ElementsTable/index.d.ts +0 -16
- package/dist/script/ui/views/modal/components/PeriodTable/components/TypeChoice/TypeChoice.d.ts +0 -6
- package/dist/script/ui/views/modal/components/PeriodTable/components/TypeChoice/index.d.ts +0 -16
- package/dist/script/ui/views/modal/components/PeriodTable/components/index.d.ts +0 -20
- package/dist/script/ui/views/modal/components/PeriodTable/index.d.ts +0 -16
- package/dist/script/ui/views/modal/components/Text/FontControl/FontControl.d.ts +0 -22
- package/dist/script/ui/views/modal/components/Text/FontControl/index.d.ts +0 -16
- package/dist/script/ui/views/modal/components/Text/SpecialSymbols/SpecialSymbolsButton.d.ts +0 -22
- package/dist/script/ui/views/modal/components/Text/SpecialSymbolsList/SpecialSymbolsList.d.ts +0 -20
- package/dist/script/ui/views/modal/components/Text/Text.d.ts +0 -26
- package/dist/script/ui/views/modal/components/Text/TextButton/TextButton.d.ts +0 -30
- package/dist/script/ui/views/modal/components/Text/TextButton/index.d.ts +0 -16
- package/dist/script/ui/views/modal/components/Text/index.d.ts +0 -16
- package/dist/script/ui/views/modal/components/document/Open/Open.container.d.ts +0 -26
- package/dist/script/ui/views/modal/components/document/Open/Open.d.ts +0 -29
- package/dist/script/ui/views/modal/components/document/Open/components/AnalyzingFile.d.ts +0 -20
- package/dist/script/ui/views/modal/components/document/Open/components/DialogActionButton.d.ts +0 -25
- package/dist/script/ui/views/modal/components/document/Open/components/FileDrop.d.ts +0 -26
- package/dist/script/ui/views/modal/components/document/Open/components/OpenOptions.d.ts +0 -24
- package/dist/script/ui/views/modal/components/document/Open/components/TextEditor.d.ts +0 -22
- package/dist/script/ui/views/modal/components/document/Open/components/ViewSwitcher.d.ts +0 -31
- package/dist/script/ui/views/modal/components/document/Open/index.d.ts +0 -16
- package/dist/script/ui/views/modal/components/document/Save/Save.d.ts +0 -44
- package/dist/script/ui/views/modal/components/document/Save/index.d.ts +0 -16
- package/dist/script/ui/views/modal/components/document/index.d.ts +0 -18
- package/dist/script/ui/views/modal/components/meta/About/About.d.ts +0 -3
- package/dist/script/ui/views/modal/components/meta/About/index.d.ts +0 -16
- package/dist/script/ui/views/modal/components/meta/Settings/Accordion/Accordion.d.ts +0 -22
- package/dist/script/ui/views/modal/components/meta/Settings/Accordion/index.d.ts +0 -16
- package/dist/script/ui/views/modal/components/meta/Settings/Settings.d.ts +0 -38
- package/dist/script/ui/views/modal/components/meta/Settings/fieldGroups.d.ts +0 -41
- package/dist/script/ui/views/modal/components/meta/Settings/index.d.ts +0 -16
- package/dist/script/ui/views/modal/components/meta/index.d.ts +0 -18
- package/dist/script/ui/views/modal/components/process/Analyse/Analyse.d.ts +0 -10
- package/dist/script/ui/views/modal/components/process/Analyse/components/FormulaInput/FormulaInput.d.ts +0 -5
- package/dist/script/ui/views/modal/components/process/Analyse/components/FormulaInput/index.d.ts +0 -16
- package/dist/script/ui/views/modal/components/process/Analyse/components/FrozenInput/FrozenInput.d.ts +0 -19
- package/dist/script/ui/views/modal/components/process/Analyse/components/FrozenInput/index.d.ts +0 -16
- package/dist/script/ui/views/modal/components/process/Analyse/components/index.d.ts +0 -18
- package/dist/script/ui/views/modal/components/process/Analyse/index.d.ts +0 -16
- package/dist/script/ui/views/modal/components/process/Check/Check.d.ts +0 -3
- package/dist/script/ui/views/modal/components/process/Check/components/ErrorsCheck.d.ts +0 -17
- package/dist/script/ui/views/modal/components/process/Check/components/index.d.ts +0 -16
- package/dist/script/ui/views/modal/components/process/Check/index.d.ts +0 -16
- package/dist/script/ui/views/modal/components/process/Miew/Miew.d.ts +0 -31
- package/dist/script/ui/views/modal/components/process/Miew/index.d.ts +0 -16
- package/dist/script/ui/views/modal/components/process/Recognize/Recognize.d.ts +0 -3
- package/dist/script/ui/views/modal/components/process/Recognize/index.d.ts +0 -16
- package/dist/script/ui/views/modal/components/process/index.d.ts +0 -20
- package/dist/script/ui/views/modal/components/toolbox/Atom/Atom.container.d.ts +0 -24
- package/dist/script/ui/views/modal/components/toolbox/Atom/Atom.d.ts +0 -38
- package/dist/script/ui/views/modal/components/toolbox/Atom/ElementNumber/ElementNumber.d.ts +0 -22
- package/dist/script/ui/views/modal/components/toolbox/Atom/ElementNumber/index.d.ts +0 -16
- package/dist/script/ui/views/modal/components/toolbox/Atom/index.d.ts +0 -16
- package/dist/script/ui/views/modal/components/toolbox/Attach/Attach.container.d.ts +0 -18
- package/dist/script/ui/views/modal/components/toolbox/Attach/Attach.d.ts +0 -25
- package/dist/script/ui/views/modal/components/toolbox/Attach/index.d.ts +0 -16
- package/dist/script/ui/views/modal/components/toolbox/Automap/Automap.container.d.ts +0 -19
- package/dist/script/ui/views/modal/components/toolbox/Automap/Automap.d.ts +0 -33
- package/dist/script/ui/views/modal/components/toolbox/Automap/index.d.ts +0 -16
- package/dist/script/ui/views/modal/components/toolbox/Bond/Bond.container.d.ts +0 -18
- package/dist/script/ui/views/modal/components/toolbox/Bond/Bond.d.ts +0 -26
- package/dist/script/ui/views/modal/components/toolbox/Bond/index.d.ts +0 -16
- package/dist/script/ui/views/modal/components/toolbox/FG/RemoveFG.d.ts +0 -24
- package/dist/script/ui/views/modal/components/toolbox/RgroupLogic/RgroupLogic.container.d.ts +0 -18
- package/dist/script/ui/views/modal/components/toolbox/RgroupLogic/RgroupLogic.d.ts +0 -30
- package/dist/script/ui/views/modal/components/toolbox/RgroupLogic/components/IfThenSelect/IfThenSelect.d.ts +0 -20
- package/dist/script/ui/views/modal/components/toolbox/RgroupLogic/components/IfThenSelect/index.d.ts +0 -16
- package/dist/script/ui/views/modal/components/toolbox/RgroupLogic/components/index.d.ts +0 -16
- package/dist/script/ui/views/modal/components/toolbox/RgroupLogic/index.d.ts +0 -16
- package/dist/script/ui/views/modal/components/toolbox/index.d.ts +0 -21
- package/dist/script/ui/views/modal/index.d.ts +0 -16
- package/dist/script/ui/views/modal/mediaSizes.d.ts +0 -20
- package/dist/script/ui/views/modal/modal.types.d.ts +0 -28
- package/dist/script/ui/views/toolbars/ArrowScroll/ArrowScroll.d.ts +0 -24
- package/dist/script/ui/views/toolbars/ArrowScroll/index.d.ts +0 -2
- package/dist/script/ui/views/toolbars/BottomToolbar/BottomToolbar.container.d.ts +0 -20
- package/dist/script/ui/views/toolbars/BottomToolbar/BottomToolbar.d.ts +0 -29
- package/dist/script/ui/views/toolbars/BottomToolbar/TemplatesList/TemplatesList.d.ts +0 -34
- package/dist/script/ui/views/toolbars/BottomToolbar/TemplatesList/index.d.ts +0 -16
- package/dist/script/ui/views/toolbars/BottomToolbar/index.d.ts +0 -16
- package/dist/script/ui/views/toolbars/LeftToolbar/Bond/Bond.d.ts +0 -25
- package/dist/script/ui/views/toolbars/LeftToolbar/Bond/index.d.ts +0 -16
- package/dist/script/ui/views/toolbars/LeftToolbar/Bond/options.d.ts +0 -24
- package/dist/script/ui/views/toolbars/LeftToolbar/LeftToolbar.container.d.ts +0 -19
- package/dist/script/ui/views/toolbars/LeftToolbar/LeftToolbar.d.ts +0 -25
- package/dist/script/ui/views/toolbars/LeftToolbar/RGroup/RGroup.d.ts +0 -25
- package/dist/script/ui/views/toolbars/LeftToolbar/RGroup/index.d.ts +0 -16
- package/dist/script/ui/views/toolbars/LeftToolbar/Shape/Shape.d.ts +0 -25
- package/dist/script/ui/views/toolbars/LeftToolbar/Shape/index.d.ts +0 -16
- package/dist/script/ui/views/toolbars/LeftToolbar/Transform/Transform.d.ts +0 -25
- package/dist/script/ui/views/toolbars/LeftToolbar/Transform/index.d.ts +0 -16
- package/dist/script/ui/views/toolbars/LeftToolbar/index.d.ts +0 -16
- package/dist/script/ui/views/toolbars/LeftToolbar/leftToolbarOptions.d.ts +0 -9
- package/dist/script/ui/views/toolbars/RightToolbar/AtomsList/AtomsList.d.ts +0 -32
- package/dist/script/ui/views/toolbars/RightToolbar/AtomsList/index.d.ts +0 -16
- package/dist/script/ui/views/toolbars/RightToolbar/RightToolbar.container.d.ts +0 -21
- package/dist/script/ui/views/toolbars/RightToolbar/RightToolbar.d.ts +0 -30
- package/dist/script/ui/views/toolbars/RightToolbar/index.d.ts +0 -16
- package/dist/script/ui/views/toolbars/ToolbarGroupItem/ActionButton/ActionButton.d.ts +0 -36
- package/dist/script/ui/views/toolbars/ToolbarGroupItem/ActionButton/index.d.ts +0 -16
- package/dist/script/ui/views/toolbars/ToolbarGroupItem/ToolbarGroupItem.d.ts +0 -36
- package/dist/script/ui/views/toolbars/ToolbarGroupItem/ToolbarMultiToolItem/ToolbarMultiToolItem.d.ts +0 -41
- package/dist/script/ui/views/toolbars/ToolbarGroupItem/ToolbarMultiToolItem/index.d.ts +0 -16
- package/dist/script/ui/views/toolbars/ToolbarGroupItem/ToolbarMultiToolItem/usePortalOpening.d.ts +0 -19
- package/dist/script/ui/views/toolbars/ToolbarGroupItem/ToolbarMultiToolItem/usePortalStyle.d.ts +0 -19
- package/dist/script/ui/views/toolbars/ToolbarGroupItem/ToolbarMultiToolItem/variants/DefaultMultiTool/DefaultMultiTool.d.ts +0 -23
- package/dist/script/ui/views/toolbars/ToolbarGroupItem/ToolbarMultiToolItem/variants/DefaultMultiTool/index.d.ts +0 -18
- package/dist/script/ui/views/toolbars/ToolbarGroupItem/ToolbarMultiToolItem/variants/GroupedMultiTool/GroupedMultiTool.d.ts +0 -23
- package/dist/script/ui/views/toolbars/ToolbarGroupItem/ToolbarMultiToolItem/variants/GroupedMultiTool/index.d.ts +0 -16
- package/dist/script/ui/views/toolbars/ToolbarGroupItem/ToolbarMultiToolItem/variants/chooseMultiTool.d.ts +0 -18
- package/dist/script/ui/views/toolbars/ToolbarGroupItem/ToolbarMultiToolItem/variants/variants.types.d.ts +0 -35
- package/dist/script/ui/views/toolbars/ToolbarGroupItem/index.d.ts +0 -16
- package/dist/script/ui/views/toolbars/ToolbarGroupItem/utils/index.d.ts +0 -16
- package/dist/script/ui/views/toolbars/ToolbarGroupItem/utils/makeItems.d.ts +0 -18
- package/dist/script/ui/views/toolbars/TopToolbar/ClipboardControls.d.ts +0 -31
- package/dist/script/ui/views/toolbars/TopToolbar/Divider.d.ts +0 -17
- package/dist/script/ui/views/toolbars/TopToolbar/ElementWithDropdown.d.ts +0 -23
- package/dist/script/ui/views/toolbars/TopToolbar/ExternalFuncControls.d.ts +0 -35
- package/dist/script/ui/views/toolbars/TopToolbar/FileControls.d.ts +0 -26
- package/dist/script/ui/views/toolbars/TopToolbar/IconButton.d.ts +0 -26
- package/dist/script/ui/views/toolbars/TopToolbar/ScaleTransformer.d.ts +0 -24
- package/dist/script/ui/views/toolbars/TopToolbar/SystemControls.d.ts +0 -28
- package/dist/script/ui/views/toolbars/TopToolbar/TopToolbar.container.d.ts +0 -18
- package/dist/script/ui/views/toolbars/TopToolbar/TopToolbar.d.ts +0 -55
- package/dist/script/ui/views/toolbars/TopToolbar/UndoRedo.d.ts +0 -27
- package/dist/script/ui/views/toolbars/TopToolbar/ZoomControls.d.ts +0 -29
- package/dist/script/ui/views/toolbars/TopToolbar/ZoomInput.d.ts +0 -26
- package/dist/script/ui/views/toolbars/TopToolbar/ZoomList.d.ts +0 -23
- package/dist/script/ui/views/toolbars/TopToolbar/ZoomSlider.d.ts +0 -22
- package/dist/script/ui/views/toolbars/TopToolbar/index.d.ts +0 -16
- package/dist/script/ui/views/toolbars/index.d.ts +0 -19
- package/dist/script/ui/views/toolbars/mediaSizes.d.ts +0 -23
- package/dist/script/ui/views/toolbars/shortcutStr.d.ts +0 -1
- package/dist/script/ui/views/toolbars/toolbar.types.d.ts +0 -32
|
@@ -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
|
-
export declare const CONTEXT_MENU_ID = "ketcherBondAndAtomContextMenu";
|
|
19
|
-
declare const ContextMenu: React.FC;
|
|
20
|
-
export default ContextMenu;
|
|
@@ -1,18 +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
|
-
declare const ContextMenuTrigger: React.FC;
|
|
18
|
-
export default ContextMenuTrigger;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { ItemProps, SubMenuProps } from 'react-contexify';
|
|
2
|
-
export declare type ContextMenuShowProps = {
|
|
3
|
-
selected: boolean;
|
|
4
|
-
closestItem: any;
|
|
5
|
-
};
|
|
6
|
-
export declare type ItemData = unknown;
|
|
7
|
-
export declare type CustomItemProps = Omit<ItemProps, 'children'>;
|
|
8
|
-
export declare type CustomSubMenuProps = Omit<SubMenuProps, 'children' | 'label'>;
|
|
@@ -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;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { PredicateParams } from 'react-contexify';
|
|
2
|
-
import { ContextMenuShowProps, ItemData } from '../contextMenu.types';
|
|
3
|
-
/**
|
|
4
|
-
* Remove the word `bond` out of the title
|
|
5
|
-
*
|
|
6
|
-
* @example
|
|
7
|
-
* formatTitle('Single Bond') === 'Single'
|
|
8
|
-
*/
|
|
9
|
-
export declare const formatTitle: (title: string) => string;
|
|
10
|
-
/**
|
|
11
|
-
* Get bond names from default export of `src/script/ui/action/tools.js`
|
|
12
|
-
*
|
|
13
|
-
* @returns `['bond-single', 'bond-up', 'bond-down', 'bond-updown', 'bond-double',
|
|
14
|
-
* 'bond-crossed', 'bond-triple', 'bond-aromatic', 'bond-any', 'bond-hydrogen',
|
|
15
|
-
* 'bond-singledouble', 'bond-singlearomatic', 'bond-doublearomatic', 'bond-dative']`
|
|
16
|
-
*/
|
|
17
|
-
export declare const getBondNames: (tools: any) => string[];
|
|
18
|
-
export declare const queryBondNames: string[];
|
|
19
|
-
/**
|
|
20
|
-
* Get bond names except for query bonds
|
|
21
|
-
*
|
|
22
|
-
* @returns `['bond-single', 'bond-up', 'bond-down', 'bond-updown', 'bond-double',
|
|
23
|
-
* 'bond-crossed', 'bond-triple', 'bond-aromatic', 'bond-hydrogen', 'bond-dative']`
|
|
24
|
-
*/
|
|
25
|
-
export declare const getNonQueryBondNames: (tools: any) => string[];
|
|
26
|
-
export declare const noOperation: () => null;
|
|
27
|
-
export declare const isBatchOperationHidden: ({ props }: PredicateParams<ContextMenuShowProps, ItemData>) => boolean;
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
/****************************************************************************
|
|
2
|
-
* Copyright 2021 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
|
-
import { FC, ReactElement } from 'react';
|
|
17
|
-
interface DialogParamsCallProps {
|
|
18
|
-
onCancel: () => void;
|
|
19
|
-
onOk: (result: any) => void;
|
|
20
|
-
}
|
|
21
|
-
export interface DialogParams extends DialogParamsCallProps {
|
|
22
|
-
className?: string;
|
|
23
|
-
}
|
|
24
|
-
interface DialogProps {
|
|
25
|
-
title?: string;
|
|
26
|
-
params: DialogParams;
|
|
27
|
-
buttons?: Array<string | ReactElement>;
|
|
28
|
-
className?: string;
|
|
29
|
-
needMargin?: boolean;
|
|
30
|
-
withDivider?: boolean;
|
|
31
|
-
headerContent?: ReactElement;
|
|
32
|
-
footerContent?: ReactElement;
|
|
33
|
-
buttonsNameMap?: {
|
|
34
|
-
[key in string]: string;
|
|
35
|
-
};
|
|
36
|
-
focusable?: boolean;
|
|
37
|
-
}
|
|
38
|
-
interface DialogCallProps {
|
|
39
|
-
result?: () => any;
|
|
40
|
-
valid?: () => boolean;
|
|
41
|
-
}
|
|
42
|
-
declare type Props = DialogProps & DialogCallProps;
|
|
43
|
-
declare const Dialog: FC<Props>;
|
|
44
|
-
export default Dialog;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/****************************************************************************
|
|
2
|
-
* Copyright 2021 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
|
-
export { default } from './Dialog';
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/****************************************************************************
|
|
2
|
-
* Copyright 2021 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
|
-
export declare const LoadingCircles: () => JSX.Element;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/****************************************************************************
|
|
2
|
-
* Copyright 2021 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
|
-
export * from './LoadingCircles';
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/****************************************************************************
|
|
2
|
-
* Copyright 2021 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
|
-
import { FC } from 'react';
|
|
17
|
-
import { Render, Struct, SGroup } from 'ketcher-core';
|
|
18
|
-
interface InfoPanelProps {
|
|
19
|
-
clientX: number;
|
|
20
|
-
clientY: number;
|
|
21
|
-
render: Render;
|
|
22
|
-
groupStruct: Struct;
|
|
23
|
-
sGroup: SGroup;
|
|
24
|
-
className?: string;
|
|
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">>;
|
|
29
|
-
export default _default;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
export default StructEditor;
|
|
2
|
-
declare class StructEditor extends Component<any, any, any> {
|
|
3
|
-
constructor(props: any);
|
|
4
|
-
state: {
|
|
5
|
-
enableCursor: boolean;
|
|
6
|
-
clientX: number;
|
|
7
|
-
clientY: number;
|
|
8
|
-
};
|
|
9
|
-
editorRef: import("react").RefObject<any>;
|
|
10
|
-
logRef: import("react").RefObject<any>;
|
|
11
|
-
shouldComponentUpdate(nextProps: any, nextState: any): boolean;
|
|
12
|
-
UNSAFE_componentWillReceiveProps(props: any): void;
|
|
13
|
-
componentDidMount(): void;
|
|
14
|
-
editor: Editor | undefined;
|
|
15
|
-
componentWillUnmount(): void;
|
|
16
|
-
render(): JSX.Element;
|
|
17
|
-
}
|
|
18
|
-
import { Component } from "react";
|
|
19
|
-
import Editor from "../../../../editor";
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/****************************************************************************
|
|
2
|
-
* Copyright 2021 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
|
-
export { default } from './StructEditor';
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/****************************************************************************
|
|
2
|
-
* Copyright 2021 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
|
-
import Dialog from './Dialog';
|
|
17
|
-
import { LoadingCircles } from './Spinner';
|
|
18
|
-
import StructEditor from './StructEditor';
|
|
19
|
-
export { Dialog, StructEditor, LoadingCircles };
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/****************************************************************************
|
|
2
|
-
* Copyright 2021 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
|
-
import { Modal, ModalProps } from './Modal';
|
|
17
|
-
import { BaseCallProps } from './modal.types';
|
|
18
|
-
declare const ModalContainer: import("react-redux").ConnectedComponent<typeof Modal, import("react-redux").Omit<ModalProps & BaseCallProps, "modal" | "onCancel" | "onOk">>;
|
|
19
|
-
export default ModalContainer;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/****************************************************************************
|
|
2
|
-
* Copyright 2021 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 { BaseCallProps } from './modal.types';
|
|
18
|
-
interface ModalProps extends BaseCallProps {
|
|
19
|
-
modal: {
|
|
20
|
-
name: string;
|
|
21
|
-
form: any;
|
|
22
|
-
prop: any;
|
|
23
|
-
};
|
|
24
|
-
}
|
|
25
|
-
declare type Props = ModalProps & BaseCallProps;
|
|
26
|
-
declare function Modal(props: Props): JSX.Element | null;
|
|
27
|
-
export type { ModalProps };
|
|
28
|
-
export { Modal };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './Confirm';
|
|
@@ -1,18 +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
|
-
export declare const HorizontalBoxWithLines: () => JSX.Element;
|
|
18
|
-
export declare const VerticalBoxWithLines: () => JSX.Element;
|
package/dist/script/ui/views/modal/components/ExtendedTable/components/GenericGroups/GenGroup.d.ts
DELETED
|
@@ -1,24 +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 type { GenGroup as GenGroupType } from 'ketcher-core';
|
|
18
|
-
declare type GenProps = {
|
|
19
|
-
selected: (label: string) => boolean;
|
|
20
|
-
onAtomSelect: (label: string, activateImmediately: boolean) => void;
|
|
21
|
-
group: GenGroupType;
|
|
22
|
-
};
|
|
23
|
-
declare const GenGroup: ({ group, onAtomSelect, selected }: GenProps) => JSX.Element;
|
|
24
|
-
export { GenGroup };
|
package/dist/script/ui/views/modal/components/ExtendedTable/components/GenericGroups/GenSet.d.ts
DELETED
|
@@ -1,26 +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 type { GenItemSet } from 'ketcher-core';
|
|
18
|
-
declare type GenSetProps = {
|
|
19
|
-
labels: GenItemSet[];
|
|
20
|
-
selected: (label: string) => boolean;
|
|
21
|
-
onAtomSelect: (label: string, activateImmediately: boolean) => void;
|
|
22
|
-
className?: string;
|
|
23
|
-
group: string;
|
|
24
|
-
};
|
|
25
|
-
declare function GenSet({ labels, selected, onAtomSelect, className, group }: GenSetProps): JSX.Element;
|
|
26
|
-
export { GenSet };
|
|
@@ -1,22 +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
|
-
declare type GenericGroupsProps = {
|
|
18
|
-
selected: (label: string) => boolean;
|
|
19
|
-
onAtomSelect: (label: string, activateImmediately: boolean) => void;
|
|
20
|
-
};
|
|
21
|
-
declare function GenericGroups({ selected, onAtomSelect }: GenericGroupsProps): JSX.Element;
|
|
22
|
-
export default GenericGroups;
|
package/dist/script/ui/views/modal/components/ExtendedTable/components/GenericGroups/index.d.ts
DELETED
|
@@ -1,27 +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
|
-
export { default } from './GenericGroups';
|
|
17
|
-
export declare enum groupNames {
|
|
18
|
-
atomsGen = "atoms-gen",
|
|
19
|
-
specialNodes = "special-nodes",
|
|
20
|
-
groupGen = "group-gen",
|
|
21
|
-
groupAcyclic = "group-acyclic",
|
|
22
|
-
acyclicCarbo = "acyclic-carbo",
|
|
23
|
-
acyclicHetero = "acyclic-hetero",
|
|
24
|
-
groupCyclic = "group-cyclic",
|
|
25
|
-
cyclicHetero = "cyclic-hetero",
|
|
26
|
-
cyclicCarbo = "cyclic-carbo"
|
|
27
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export function isGenericGroup(group: any): boolean;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "./ExtendedTable";
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
export default PeriodTable;
|
|
2
|
-
declare const PeriodTable: import("react-redux").ConnectedComponent<typeof Table, any>;
|
|
3
|
-
declare class Table extends Component<any, any, any> {
|
|
4
|
-
constructor(props: any);
|
|
5
|
-
state: {
|
|
6
|
-
type: any;
|
|
7
|
-
value: any;
|
|
8
|
-
current: import("ketcher-core").Element | undefined;
|
|
9
|
-
isInfo: boolean;
|
|
10
|
-
};
|
|
11
|
-
changeType: (type: any) => void;
|
|
12
|
-
headerContent: () => JSX.Element;
|
|
13
|
-
selected: (label: any) => any;
|
|
14
|
-
onAtomSelect: (label: any, activateImmediately?: boolean) => void;
|
|
15
|
-
result: () => {
|
|
16
|
-
label: any;
|
|
17
|
-
pseudo: null;
|
|
18
|
-
type?: undefined;
|
|
19
|
-
values?: undefined;
|
|
20
|
-
} | {
|
|
21
|
-
type: any;
|
|
22
|
-
label: any;
|
|
23
|
-
pseudo: any;
|
|
24
|
-
values?: undefined;
|
|
25
|
-
} | {
|
|
26
|
-
type: any;
|
|
27
|
-
values: any;
|
|
28
|
-
label?: undefined;
|
|
29
|
-
pseudo?: undefined;
|
|
30
|
-
} | null;
|
|
31
|
-
currentEvents: (element: any) => {
|
|
32
|
-
onMouseEnter: () => void;
|
|
33
|
-
onMouseLeave: () => void;
|
|
34
|
-
};
|
|
35
|
-
render(): JSX.Element;
|
|
36
|
-
}
|
|
37
|
-
import { Component } from "react";
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/****************************************************************************
|
|
2
|
-
* Copyright 2021 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
|
-
export { default } from './AtomInfo';
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export default ElementsTable;
|
|
2
|
-
declare class ElementsTable extends Component<any, any, any> {
|
|
3
|
-
constructor(props: any);
|
|
4
|
-
constructor(props: any, context: any);
|
|
5
|
-
shouldComponentUpdate(nextProps: any): boolean;
|
|
6
|
-
getAtomClassNames: (item: any) => string[];
|
|
7
|
-
render(): JSX.Element;
|
|
8
|
-
}
|
|
9
|
-
import { Component } from "react";
|