ketcher-react 2.7.0-rc.6 → 2.7.0-rc.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/dist/Editor.d.ts +0 -29
- package/dist/constants.d.ts +0 -16
- 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 -22455
- package/dist/index.js.map +0 -1
- package/dist/index.modern.js +0 -22393
- 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 -90
- 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 -30
- 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 -35
- 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/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 -648
- 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 -355
- 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 -10
- 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 -34
- 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 -2
- 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 -41
- package/dist/script/ui/dialog/template/TemplateTable.d.ts +0 -38
- 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/hotkeys.d.ts +0 -23
- package/dist/script/ui/state/index.d.ts +0 -6
- 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 -69
- 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/views/AppClipArea.d.ts +0 -18
- package/dist/script/ui/views/Editor.d.ts +0 -3
- 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 -20
- package/dist/script/ui/views/modal/components/toolbox/Atom/Atom.d.ts +0 -36
- 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 -36
- 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 -56
- 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 -16
- package/dist/script/ui/views/toolbars/toolbar.types.d.ts +0 -32
|
@@ -1,20 +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
|
-
declare const EmptySearchResult: ({ textInfo }: {
|
|
18
|
-
textInfo: any;
|
|
19
|
-
}) => JSX.Element;
|
|
20
|
-
export default EmptySearchResult;
|
|
@@ -1,41 +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 { Template } from './TemplateTable';
|
|
18
|
-
interface TemplateLibProps {
|
|
19
|
-
filter: string;
|
|
20
|
-
group: string;
|
|
21
|
-
lib: Array<Template>;
|
|
22
|
-
selected: Template | null;
|
|
23
|
-
mode: string;
|
|
24
|
-
initialTab: number;
|
|
25
|
-
saltsAndSolvents: Template[];
|
|
26
|
-
}
|
|
27
|
-
interface TemplateLibCallProps {
|
|
28
|
-
onAttach: (tmpl: Template) => void;
|
|
29
|
-
onCancel: () => void;
|
|
30
|
-
onChangeGroup: (group: string) => void;
|
|
31
|
-
onDelete: (tmpl: Template) => void;
|
|
32
|
-
onFilter: (filter: string) => void;
|
|
33
|
-
onOk: (res: any) => void;
|
|
34
|
-
onSelect: (res: any) => void;
|
|
35
|
-
functionalGroups: Template[];
|
|
36
|
-
}
|
|
37
|
-
declare type Props = TemplateLibProps & TemplateLibCallProps;
|
|
38
|
-
declare const _default: import("react-redux").ConnectedComponent<FC<Props>, import("react-redux").Omit<TemplateLibProps & TemplateLibCallProps & {
|
|
39
|
-
children?: import("react").ReactNode;
|
|
40
|
-
}, "onFilter" | "onSelect" | "onChangeGroup" | "onAttach" | "onDelete" | "initialTab" | "functionalGroups" | "saltsAndSolvents"> & TemplateLibProps & TemplateLibCallProps>;
|
|
41
|
-
export default _default;
|
|
@@ -1,38 +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 { Struct } from 'ketcher-core';
|
|
18
|
-
export interface Template {
|
|
19
|
-
struct: Struct;
|
|
20
|
-
props: {
|
|
21
|
-
atomid: number;
|
|
22
|
-
bondid: number;
|
|
23
|
-
group: string;
|
|
24
|
-
prerender?: string;
|
|
25
|
-
abbreviation: string;
|
|
26
|
-
name: string;
|
|
27
|
-
};
|
|
28
|
-
}
|
|
29
|
-
interface TemplateTableProps {
|
|
30
|
-
templates: Array<Template>;
|
|
31
|
-
selected: Template | null;
|
|
32
|
-
onSelect: (tmpl: Template) => void;
|
|
33
|
-
onDelete?: (tmpl: Template) => void;
|
|
34
|
-
onAttach?: (tmpl: Template) => void;
|
|
35
|
-
titleRows?: 1 | 2;
|
|
36
|
-
}
|
|
37
|
-
declare const TemplateTable: FC<TemplateTableProps>;
|
|
38
|
-
export default TemplateTable;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
declare var _default: import("react-redux").ConnectedComponent<typeof Attach, import("react-redux").Omit<{
|
|
2
|
-
[x: string]: any;
|
|
3
|
-
onInit: any;
|
|
4
|
-
}, string | number>>;
|
|
5
|
-
export default _default;
|
|
6
|
-
declare class Attach extends Component<any, any, any> {
|
|
7
|
-
constructor({ onInit, ...props }: {
|
|
8
|
-
[x: string]: any;
|
|
9
|
-
onInit: any;
|
|
10
|
-
});
|
|
11
|
-
tmpl: {
|
|
12
|
-
struct: any;
|
|
13
|
-
props: {
|
|
14
|
-
atomid: number;
|
|
15
|
-
bondid: number;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
onResult(): {
|
|
19
|
-
name: any;
|
|
20
|
-
attach: {
|
|
21
|
-
atomid: any;
|
|
22
|
-
bondid: any;
|
|
23
|
-
};
|
|
24
|
-
} | null;
|
|
25
|
-
checkIsValidName(name: any): boolean;
|
|
26
|
-
render(): JSX.Element;
|
|
27
|
-
}
|
|
28
|
-
import { Component } from "react";
|
|
@@ -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 { StereoLabel, Struct } from 'ketcher-core';
|
|
17
|
-
import { FC } from 'react';
|
|
18
|
-
interface EnhancedStereoResult {
|
|
19
|
-
andNumber: number;
|
|
20
|
-
orNumber: number;
|
|
21
|
-
type: StereoLabel;
|
|
22
|
-
}
|
|
23
|
-
interface EnhancedStereoFormState {
|
|
24
|
-
result: EnhancedStereoResult;
|
|
25
|
-
valid: boolean;
|
|
26
|
-
errors: string[];
|
|
27
|
-
}
|
|
28
|
-
interface EnhancedStereoProps {
|
|
29
|
-
className: string;
|
|
30
|
-
init: EnhancedStereoResult & {
|
|
31
|
-
init?: true;
|
|
32
|
-
};
|
|
33
|
-
formState: EnhancedStereoFormState;
|
|
34
|
-
struct: Struct;
|
|
35
|
-
}
|
|
36
|
-
interface EnhancedStereoCallProps {
|
|
37
|
-
onCancel: () => void;
|
|
38
|
-
onOk: (res: any) => void;
|
|
39
|
-
}
|
|
40
|
-
declare type Props = EnhancedStereoProps & EnhancedStereoCallProps;
|
|
41
|
-
declare const _default: import("react-redux").ConnectedComponent<FC<Props>, import("react-redux").Omit<EnhancedStereoProps & EnhancedStereoCallProps & {
|
|
42
|
-
children?: import("react").ReactNode;
|
|
43
|
-
}, "formState" | "struct">>;
|
|
44
|
-
export default _default;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
declare var _default: import("react-redux").ConnectedComponent<typeof RGroup, import("react-redux").Omit<{
|
|
2
|
-
[x: string]: any;
|
|
3
|
-
disabledIds: any;
|
|
4
|
-
values: any;
|
|
5
|
-
formState: any;
|
|
6
|
-
type: any;
|
|
7
|
-
}, "formState" | "dispatch">>;
|
|
8
|
-
export default _default;
|
|
9
|
-
declare function RGroup({ disabledIds, values, formState, type, ...props }: {
|
|
10
|
-
[x: string]: any;
|
|
11
|
-
disabledIds: any;
|
|
12
|
-
values: any;
|
|
13
|
-
formState: any;
|
|
14
|
-
type: any;
|
|
15
|
-
}): JSX.Element;
|
|
@@ -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,9 +0,0 @@
|
|
|
1
|
-
declare var _default: import("react-redux").ConnectedComponent<typeof Sgroup, import("react-redux").Omit<{
|
|
2
|
-
[x: string]: any;
|
|
3
|
-
formState: any;
|
|
4
|
-
}, "formState" | "dispatch">>;
|
|
5
|
-
export default _default;
|
|
6
|
-
declare function Sgroup({ formState, ...prop }: {
|
|
7
|
-
[x: string]: any;
|
|
8
|
-
formState: any;
|
|
9
|
-
}): 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 './App';
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
export default function initEditor(dispatch: any, getState: any): {
|
|
2
|
-
onInit: (editor: any) => void;
|
|
3
|
-
onChange: (action: any) => void;
|
|
4
|
-
onSelectionChange: () => void;
|
|
5
|
-
onElementEdit: (selem: any) => Promise<any>;
|
|
6
|
-
onEnhancedStereoEdit: ({ ...init }: {
|
|
7
|
-
[x: string]: any;
|
|
8
|
-
}) => Promise<any>;
|
|
9
|
-
onQuickEdit: (atom: any) => Promise<any>;
|
|
10
|
-
onBondEdit: (bond: any) => Promise<any>;
|
|
11
|
-
onRgroupEdit: (rgroup: any) => Promise<any>;
|
|
12
|
-
onSgroupEdit: (sgroup: any) => Promise<{
|
|
13
|
-
type: any;
|
|
14
|
-
attrs: any;
|
|
15
|
-
}>;
|
|
16
|
-
onRemoveFG: (result: any) => Promise<any>;
|
|
17
|
-
onSdataEdit: (sgroup: any) => Promise<{
|
|
18
|
-
type: any;
|
|
19
|
-
attrs: any;
|
|
20
|
-
}>;
|
|
21
|
-
onMessage: (msg: any) => void;
|
|
22
|
-
onAromatizeStruct: (struct: any) => any;
|
|
23
|
-
onDearomatizeStruct: (struct: any) => any;
|
|
24
|
-
onMouseDown: () => void;
|
|
25
|
-
onConfirm: () => Promise<any>;
|
|
26
|
-
onShowInfo: (payload: any) => void;
|
|
27
|
-
};
|
|
@@ -1,25 +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 { AnyAction } from 'redux';
|
|
17
|
-
interface FGState {
|
|
18
|
-
lib: [];
|
|
19
|
-
functionalGroupInfo: any;
|
|
20
|
-
mode: string;
|
|
21
|
-
}
|
|
22
|
-
declare const functionalGroupsReducer: (state: FGState | undefined, { type, payload }: AnyAction) => any;
|
|
23
|
-
export declare function highlightFG(dispatch: any, group: any): void;
|
|
24
|
-
export declare function initFGTemplates(): (dispatch: any) => Promise<void>;
|
|
25
|
-
export default functionalGroupsReducer;
|
|
@@ -1,18 +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 declare const functionalGroupsSelector: (state: any) => any;
|
|
17
|
-
export declare const functionGroupInfoSelector: (state: any) => any;
|
|
18
|
-
export declare const modeSelector: (state: any) => any;
|
|
@@ -1,23 +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 declare function initKeydownListener(element: any): (dispatch: any, getState: any) => void;
|
|
17
|
-
export declare function initClipboard(dispatch: any): {
|
|
18
|
-
formats: any[];
|
|
19
|
-
focused(): boolean;
|
|
20
|
-
onCut(): {} | null;
|
|
21
|
-
onCopy(): {} | null;
|
|
22
|
-
onPaste(data: any): void;
|
|
23
|
-
};
|
|
@@ -1,164 +0,0 @@
|
|
|
1
|
-
export function updateFormState(data: any): {
|
|
2
|
-
type: string;
|
|
3
|
-
data: any;
|
|
4
|
-
};
|
|
5
|
-
export function checkErrors(errors: any): {
|
|
6
|
-
type: string;
|
|
7
|
-
data: {
|
|
8
|
-
moleculeErrors: any;
|
|
9
|
-
};
|
|
10
|
-
};
|
|
11
|
-
export function setDefaultSettings(): {
|
|
12
|
-
type: string;
|
|
13
|
-
data: {
|
|
14
|
-
result: Record<string, any>;
|
|
15
|
-
valid: boolean;
|
|
16
|
-
errors: {};
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
export function formReducer(state: any, action: any, formName: any): any;
|
|
20
|
-
export namespace formsState {
|
|
21
|
-
namespace atomProps {
|
|
22
|
-
const errors: {};
|
|
23
|
-
const valid: boolean;
|
|
24
|
-
namespace result {
|
|
25
|
-
const label: string;
|
|
26
|
-
const charge: number;
|
|
27
|
-
const explicitValence: number;
|
|
28
|
-
const hCount: number;
|
|
29
|
-
const invRet: number;
|
|
30
|
-
const isotope: number;
|
|
31
|
-
const radical: number;
|
|
32
|
-
const ringBondCount: number;
|
|
33
|
-
const substitutionCount: number;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
namespace attachmentPoints {
|
|
37
|
-
const errors_1: {};
|
|
38
|
-
export { errors_1 as errors };
|
|
39
|
-
const valid_1: boolean;
|
|
40
|
-
export { valid_1 as valid };
|
|
41
|
-
export namespace result_1 {
|
|
42
|
-
const primary: boolean;
|
|
43
|
-
const secondary: boolean;
|
|
44
|
-
}
|
|
45
|
-
export { result_1 as result };
|
|
46
|
-
}
|
|
47
|
-
namespace automap {
|
|
48
|
-
const errors_2: {};
|
|
49
|
-
export { errors_2 as errors };
|
|
50
|
-
const valid_2: boolean;
|
|
51
|
-
export { valid_2 as valid };
|
|
52
|
-
export namespace result_2 {
|
|
53
|
-
const mode: string;
|
|
54
|
-
}
|
|
55
|
-
export { result_2 as result };
|
|
56
|
-
}
|
|
57
|
-
namespace bondProps {
|
|
58
|
-
const errors_3: {};
|
|
59
|
-
export { errors_3 as errors };
|
|
60
|
-
const valid_3: boolean;
|
|
61
|
-
export { valid_3 as valid };
|
|
62
|
-
export namespace result_3 {
|
|
63
|
-
const type: string;
|
|
64
|
-
const topology: number;
|
|
65
|
-
const center: number;
|
|
66
|
-
}
|
|
67
|
-
export { result_3 as result };
|
|
68
|
-
}
|
|
69
|
-
namespace check {
|
|
70
|
-
const errors_4: {};
|
|
71
|
-
export { errors_4 as errors };
|
|
72
|
-
export const moleculeErrors: {};
|
|
73
|
-
}
|
|
74
|
-
namespace labelEdit {
|
|
75
|
-
const errors_5: {};
|
|
76
|
-
export { errors_5 as errors };
|
|
77
|
-
const valid_4: boolean;
|
|
78
|
-
export { valid_4 as valid };
|
|
79
|
-
export namespace result_4 {
|
|
80
|
-
const label_1: string;
|
|
81
|
-
export { label_1 as label };
|
|
82
|
-
}
|
|
83
|
-
export { result_4 as result };
|
|
84
|
-
}
|
|
85
|
-
namespace rgroup {
|
|
86
|
-
const errors_6: {};
|
|
87
|
-
export { errors_6 as errors };
|
|
88
|
-
const valid_5: boolean;
|
|
89
|
-
export { valid_5 as valid };
|
|
90
|
-
export namespace result_5 {
|
|
91
|
-
const values: never[];
|
|
92
|
-
}
|
|
93
|
-
export { result_5 as result };
|
|
94
|
-
}
|
|
95
|
-
namespace rgroupLogic {
|
|
96
|
-
const errors_7: {};
|
|
97
|
-
export { errors_7 as errors };
|
|
98
|
-
const valid_6: boolean;
|
|
99
|
-
export { valid_6 as valid };
|
|
100
|
-
export namespace result_6 {
|
|
101
|
-
const ifthen: number;
|
|
102
|
-
const range: string;
|
|
103
|
-
const resth: boolean;
|
|
104
|
-
}
|
|
105
|
-
export { result_6 as result };
|
|
106
|
-
}
|
|
107
|
-
namespace save {
|
|
108
|
-
const errors_8: {};
|
|
109
|
-
export { errors_8 as errors };
|
|
110
|
-
const valid_7: boolean;
|
|
111
|
-
export { valid_7 as valid };
|
|
112
|
-
export namespace result_7 {
|
|
113
|
-
const filename: string;
|
|
114
|
-
const format: string;
|
|
115
|
-
}
|
|
116
|
-
export { result_7 as result };
|
|
117
|
-
}
|
|
118
|
-
namespace settings {
|
|
119
|
-
const errors_9: {};
|
|
120
|
-
export { errors_9 as errors };
|
|
121
|
-
const valid_8: boolean;
|
|
122
|
-
export { valid_8 as valid };
|
|
123
|
-
const result_8: Record<string, any>;
|
|
124
|
-
export { result_8 as result };
|
|
125
|
-
}
|
|
126
|
-
namespace sgroup {
|
|
127
|
-
const errors_10: {};
|
|
128
|
-
export { errors_10 as errors };
|
|
129
|
-
const valid_9: boolean;
|
|
130
|
-
export { valid_9 as valid };
|
|
131
|
-
export namespace result_9 {
|
|
132
|
-
const type_1: string;
|
|
133
|
-
export { type_1 as type };
|
|
134
|
-
}
|
|
135
|
-
export { result_9 as result };
|
|
136
|
-
}
|
|
137
|
-
namespace text {
|
|
138
|
-
const errors_11: {};
|
|
139
|
-
export { errors_11 as errors };
|
|
140
|
-
const valid_10: boolean;
|
|
141
|
-
export { valid_10 as valid };
|
|
142
|
-
const result_10: {};
|
|
143
|
-
export { result_10 as result };
|
|
144
|
-
}
|
|
145
|
-
namespace attach {
|
|
146
|
-
const errors_12: {};
|
|
147
|
-
export { errors_12 as errors };
|
|
148
|
-
const valid_11: boolean;
|
|
149
|
-
export { valid_11 as valid };
|
|
150
|
-
const result_11: {};
|
|
151
|
-
export { result_11 as result };
|
|
152
|
-
}
|
|
153
|
-
const sdata: {
|
|
154
|
-
errors: {};
|
|
155
|
-
valid: boolean;
|
|
156
|
-
result: {
|
|
157
|
-
context: string;
|
|
158
|
-
fieldName: string;
|
|
159
|
-
fieldValue: string;
|
|
160
|
-
radiobuttons: string;
|
|
161
|
-
type: string;
|
|
162
|
-
};
|
|
163
|
-
};
|
|
164
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export function sdataReducer(state: any, action: any): {
|
|
2
|
-
result: any;
|
|
3
|
-
valid: any;
|
|
4
|
-
errors: any;
|
|
5
|
-
};
|
|
6
|
-
export function initSdata(schema: any): {
|
|
7
|
-
errors: {};
|
|
8
|
-
valid: boolean;
|
|
9
|
-
result: {
|
|
10
|
-
context: string;
|
|
11
|
-
fieldName: string;
|
|
12
|
-
fieldValue: string;
|
|
13
|
-
radiobuttons: string;
|
|
14
|
-
type: string;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
export function appUpdate(data: any): (dispatch: any) => void;
|
|
2
|
-
export function saveSettings(newSettings: any): {
|
|
3
|
-
type: string;
|
|
4
|
-
data: any;
|
|
5
|
-
};
|
|
6
|
-
export function changeRound(roundName: any, value: any): {
|
|
7
|
-
type: string;
|
|
8
|
-
data: {
|
|
9
|
-
[x: number]: any;
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
export function setStruct(str: any): {
|
|
13
|
-
type: string;
|
|
14
|
-
data: {
|
|
15
|
-
structStr: any;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
export function changeVersion(version: any): {
|
|
19
|
-
type: string;
|
|
20
|
-
data: {
|
|
21
|
-
version: any;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
export function changeImage(file: any): {
|
|
25
|
-
type: string;
|
|
26
|
-
data: {
|
|
27
|
-
file: any;
|
|
28
|
-
structStr: null;
|
|
29
|
-
};
|
|
30
|
-
};
|
|
31
|
-
export function shouldFragment(isFrag: any): {
|
|
32
|
-
type: string;
|
|
33
|
-
data: {
|
|
34
|
-
fragment: any;
|
|
35
|
-
};
|
|
36
|
-
};
|
|
37
|
-
export function checkOpts(data: any): {
|
|
38
|
-
type: string;
|
|
39
|
-
data: any;
|
|
40
|
-
};
|
|
41
|
-
export namespace initOptionsState {
|
|
42
|
-
namespace app {
|
|
43
|
-
const server: boolean;
|
|
44
|
-
const templates: boolean;
|
|
45
|
-
const functionalGroups: boolean;
|
|
46
|
-
const saltsAndSolvents: boolean;
|
|
47
|
-
}
|
|
48
|
-
namespace analyse {
|
|
49
|
-
const values: null;
|
|
50
|
-
const roundWeight: number;
|
|
51
|
-
const roundMass: number;
|
|
52
|
-
const roundElAnalysis: number;
|
|
53
|
-
}
|
|
54
|
-
namespace check {
|
|
55
|
-
const checkOptions: string[];
|
|
56
|
-
}
|
|
57
|
-
namespace recognize {
|
|
58
|
-
const file: null;
|
|
59
|
-
const structStr: null;
|
|
60
|
-
const fragment: boolean;
|
|
61
|
-
const version: null;
|
|
62
|
-
}
|
|
63
|
-
const settings: Record<string, any> & Record<string, string>;
|
|
64
|
-
function getServerSettings(): Pick<Record<string, any> & Record<string, string>, string>;
|
|
65
|
-
function getServerSettings(): Pick<Record<string, any> & Record<string, string>, string>;
|
|
66
|
-
}
|
|
67
|
-
export default optionsReducer;
|
|
68
|
-
declare function optionsReducer(state: {} | undefined, action: any): {};
|
|
@@ -1,22 +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 { RequestActionTypes, RequestState } from './request.types';
|
|
17
|
-
export declare function indigoVerification(data: boolean): RequestActionTypes;
|
|
18
|
-
export declare function setAnalyzingFile(data: boolean): RequestActionTypes;
|
|
19
|
-
export default function (state: {
|
|
20
|
-
indigoVerification: boolean;
|
|
21
|
-
isAnalyzingFile: boolean;
|
|
22
|
-
} | undefined, action: RequestActionTypes): RequestState;
|
|
@@ -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 {};
|