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,117 +0,0 @@
|
|
|
1
|
-
export default config;
|
|
2
|
-
declare namespace config {
|
|
3
|
-
namespace layout {
|
|
4
|
-
const shortcut: string;
|
|
5
|
-
const title: string;
|
|
6
|
-
namespace action {
|
|
7
|
-
const thunk: (dispatch: any, getState: any) => void;
|
|
8
|
-
}
|
|
9
|
-
function disabled(editor: any, server: any, options: any): boolean;
|
|
10
|
-
function hidden(options: any): boolean;
|
|
11
|
-
}
|
|
12
|
-
namespace clean {
|
|
13
|
-
const shortcut_1: string;
|
|
14
|
-
export { shortcut_1 as shortcut };
|
|
15
|
-
const title_1: string;
|
|
16
|
-
export { title_1 as title };
|
|
17
|
-
export namespace action_1 {
|
|
18
|
-
const thunk_1: (dispatch: any, getState: any) => void;
|
|
19
|
-
export { thunk_1 as thunk };
|
|
20
|
-
}
|
|
21
|
-
export { action_1 as action };
|
|
22
|
-
export function disabled_1(editor: any, server: any, options: any): boolean;
|
|
23
|
-
export { disabled_1 as disabled };
|
|
24
|
-
export function hidden_1(options: any): boolean;
|
|
25
|
-
export { hidden_1 as hidden };
|
|
26
|
-
}
|
|
27
|
-
namespace arom {
|
|
28
|
-
const title_2: string;
|
|
29
|
-
export { title_2 as title };
|
|
30
|
-
export namespace action_2 {
|
|
31
|
-
const thunk_2: (dispatch: any, getState: any) => void;
|
|
32
|
-
export { thunk_2 as thunk };
|
|
33
|
-
}
|
|
34
|
-
export { action_2 as action };
|
|
35
|
-
export function disabled_2(editor: any, server: any, options: any): boolean;
|
|
36
|
-
export { disabled_2 as disabled };
|
|
37
|
-
export function hidden_2(options: any): boolean;
|
|
38
|
-
export { hidden_2 as hidden };
|
|
39
|
-
}
|
|
40
|
-
namespace dearom {
|
|
41
|
-
const title_3: string;
|
|
42
|
-
export { title_3 as title };
|
|
43
|
-
export namespace action_3 {
|
|
44
|
-
const thunk_3: (dispatch: any, getState: any) => void;
|
|
45
|
-
export { thunk_3 as thunk };
|
|
46
|
-
}
|
|
47
|
-
export { action_3 as action };
|
|
48
|
-
export function disabled_3(editor: any, server: any, options: any): boolean;
|
|
49
|
-
export { disabled_3 as disabled };
|
|
50
|
-
export function hidden_3(options: any): boolean;
|
|
51
|
-
export { hidden_3 as hidden };
|
|
52
|
-
}
|
|
53
|
-
namespace cip {
|
|
54
|
-
const shortcut_2: string;
|
|
55
|
-
export { shortcut_2 as shortcut };
|
|
56
|
-
const title_4: string;
|
|
57
|
-
export { title_4 as title };
|
|
58
|
-
export namespace action_4 {
|
|
59
|
-
const thunk_4: (dispatch: any, getState: any) => void;
|
|
60
|
-
export { thunk_4 as thunk };
|
|
61
|
-
}
|
|
62
|
-
export { action_4 as action };
|
|
63
|
-
export function disabled_4(editor: any, server: any, options: any): boolean;
|
|
64
|
-
export { disabled_4 as disabled };
|
|
65
|
-
export function hidden_4(options: any): boolean;
|
|
66
|
-
export { hidden_4 as hidden };
|
|
67
|
-
}
|
|
68
|
-
namespace check {
|
|
69
|
-
const title_5: string;
|
|
70
|
-
export { title_5 as title };
|
|
71
|
-
export namespace action_5 {
|
|
72
|
-
const dialog: string;
|
|
73
|
-
}
|
|
74
|
-
export { action_5 as action };
|
|
75
|
-
export function disabled_5(editor: any, server: any, options: any): boolean;
|
|
76
|
-
export { disabled_5 as disabled };
|
|
77
|
-
export function hidden_5(options: any): boolean;
|
|
78
|
-
export { hidden_5 as hidden };
|
|
79
|
-
}
|
|
80
|
-
namespace analyse {
|
|
81
|
-
const title_6: string;
|
|
82
|
-
export { title_6 as title };
|
|
83
|
-
export namespace action_6 {
|
|
84
|
-
const dialog_1: string;
|
|
85
|
-
export { dialog_1 as dialog };
|
|
86
|
-
}
|
|
87
|
-
export { action_6 as action };
|
|
88
|
-
export function disabled_6(editor: any, server: any, options: any): boolean;
|
|
89
|
-
export { disabled_6 as disabled };
|
|
90
|
-
export function hidden_6(options: any): boolean;
|
|
91
|
-
export { hidden_6 as hidden };
|
|
92
|
-
}
|
|
93
|
-
namespace recognize {
|
|
94
|
-
const title_7: string;
|
|
95
|
-
export { title_7 as title };
|
|
96
|
-
export namespace action_7 {
|
|
97
|
-
const dialog_2: string;
|
|
98
|
-
export { dialog_2 as dialog };
|
|
99
|
-
}
|
|
100
|
-
export { action_7 as action };
|
|
101
|
-
export function disabled_7(editor: any, server: any, options: any): boolean;
|
|
102
|
-
export { disabled_7 as disabled };
|
|
103
|
-
export function hidden_7(options: any): boolean;
|
|
104
|
-
export { hidden_7 as hidden };
|
|
105
|
-
}
|
|
106
|
-
namespace miew {
|
|
107
|
-
const title_8: string;
|
|
108
|
-
export { title_8 as title };
|
|
109
|
-
export namespace action_8 {
|
|
110
|
-
const dialog_3: string;
|
|
111
|
-
export { dialog_3 as dialog };
|
|
112
|
-
}
|
|
113
|
-
export { action_8 as action };
|
|
114
|
-
export function hidden_8(options: any): boolean;
|
|
115
|
-
export { hidden_8 as hidden };
|
|
116
|
-
}
|
|
117
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
declare var _default: {
|
|
2
|
-
'template-lib': {
|
|
3
|
-
shortcut: string;
|
|
4
|
-
title: string;
|
|
5
|
-
action: {
|
|
6
|
-
dialog: string;
|
|
7
|
-
};
|
|
8
|
-
selected: (editor: any) => boolean;
|
|
9
|
-
disabled: (editor: any, server: any, options: any) => boolean;
|
|
10
|
-
hidden: (options: any) => boolean;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
export default _default;
|
|
@@ -1,355 +0,0 @@
|
|
|
1
|
-
declare var _default: {
|
|
2
|
-
hand: {
|
|
3
|
-
title: string;
|
|
4
|
-
shortcut: string;
|
|
5
|
-
action: {
|
|
6
|
-
tool: string;
|
|
7
|
-
};
|
|
8
|
-
hidden: (options: any) => boolean;
|
|
9
|
-
};
|
|
10
|
-
'select-lasso': {
|
|
11
|
-
title: string;
|
|
12
|
-
shortcut: string;
|
|
13
|
-
action: {
|
|
14
|
-
tool: string;
|
|
15
|
-
opts: string;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
'select-rectangle': {
|
|
19
|
-
title: string;
|
|
20
|
-
shortcut: string;
|
|
21
|
-
action: {
|
|
22
|
-
tool: string;
|
|
23
|
-
opts: string;
|
|
24
|
-
};
|
|
25
|
-
hidden: (options: any) => boolean;
|
|
26
|
-
};
|
|
27
|
-
'select-fragment': {
|
|
28
|
-
title: string;
|
|
29
|
-
shortcut: string;
|
|
30
|
-
action: {
|
|
31
|
-
tool: string;
|
|
32
|
-
opts: string;
|
|
33
|
-
};
|
|
34
|
-
hidden: (options: any) => boolean;
|
|
35
|
-
};
|
|
36
|
-
erase: {
|
|
37
|
-
title: string;
|
|
38
|
-
shortcut: string[];
|
|
39
|
-
action: {
|
|
40
|
-
tool: string;
|
|
41
|
-
opts: number;
|
|
42
|
-
};
|
|
43
|
-
hidden: (options: any) => boolean;
|
|
44
|
-
};
|
|
45
|
-
chain: {
|
|
46
|
-
title: string;
|
|
47
|
-
action: {
|
|
48
|
-
tool: string;
|
|
49
|
-
};
|
|
50
|
-
hidden: (options: any) => boolean;
|
|
51
|
-
};
|
|
52
|
-
'enhanced-stereo': {
|
|
53
|
-
shortcut: string;
|
|
54
|
-
title: string;
|
|
55
|
-
action: {
|
|
56
|
-
tool: string;
|
|
57
|
-
};
|
|
58
|
-
disabled: (editor: any) => boolean;
|
|
59
|
-
hidden: (options: any) => boolean;
|
|
60
|
-
};
|
|
61
|
-
'charge-plus': {
|
|
62
|
-
shortcut: string;
|
|
63
|
-
title: string;
|
|
64
|
-
action: {
|
|
65
|
-
tool: string;
|
|
66
|
-
opts: number;
|
|
67
|
-
};
|
|
68
|
-
hidden: (options: any) => boolean;
|
|
69
|
-
};
|
|
70
|
-
'charge-minus': {
|
|
71
|
-
shortcut: string;
|
|
72
|
-
title: string;
|
|
73
|
-
action: {
|
|
74
|
-
tool: string;
|
|
75
|
-
opts: number;
|
|
76
|
-
};
|
|
77
|
-
hidden: (options: any) => boolean;
|
|
78
|
-
};
|
|
79
|
-
transforms: {
|
|
80
|
-
hidden: (options: any) => boolean;
|
|
81
|
-
};
|
|
82
|
-
'transform-rotate': {
|
|
83
|
-
shortcut: string;
|
|
84
|
-
title: string;
|
|
85
|
-
action: {
|
|
86
|
-
tool: string;
|
|
87
|
-
};
|
|
88
|
-
hidden: (options: any) => boolean;
|
|
89
|
-
};
|
|
90
|
-
'transform-flip-h': {
|
|
91
|
-
shortcut: string;
|
|
92
|
-
title: string;
|
|
93
|
-
action: {
|
|
94
|
-
tool: string;
|
|
95
|
-
opts: string;
|
|
96
|
-
};
|
|
97
|
-
hidden: (options: any) => boolean;
|
|
98
|
-
};
|
|
99
|
-
'transform-flip-v': {
|
|
100
|
-
shortcut: string;
|
|
101
|
-
title: string;
|
|
102
|
-
action: {
|
|
103
|
-
tool: string;
|
|
104
|
-
opts: string;
|
|
105
|
-
};
|
|
106
|
-
hidden: (options: any) => boolean;
|
|
107
|
-
};
|
|
108
|
-
sgroup: {
|
|
109
|
-
shortcut: string;
|
|
110
|
-
title: string;
|
|
111
|
-
action: {
|
|
112
|
-
tool: string;
|
|
113
|
-
};
|
|
114
|
-
hidden: (options: any) => boolean;
|
|
115
|
-
};
|
|
116
|
-
'sgroup-data': {
|
|
117
|
-
shortcut: string;
|
|
118
|
-
title: string;
|
|
119
|
-
action: {
|
|
120
|
-
tool: string;
|
|
121
|
-
opts: string;
|
|
122
|
-
};
|
|
123
|
-
hidden: (options: any) => boolean;
|
|
124
|
-
};
|
|
125
|
-
arrows: {
|
|
126
|
-
hidden: (options: any) => boolean;
|
|
127
|
-
};
|
|
128
|
-
'reaction-arrow-open-angle': {
|
|
129
|
-
title: string;
|
|
130
|
-
action: {
|
|
131
|
-
tool: string;
|
|
132
|
-
opts: RxnArrowMode;
|
|
133
|
-
};
|
|
134
|
-
hidden: (options: any) => boolean;
|
|
135
|
-
};
|
|
136
|
-
'reaction-arrow-filled-triangle': {
|
|
137
|
-
title: string;
|
|
138
|
-
action: {
|
|
139
|
-
tool: string;
|
|
140
|
-
opts: RxnArrowMode;
|
|
141
|
-
};
|
|
142
|
-
hidden: (options: any) => boolean;
|
|
143
|
-
};
|
|
144
|
-
'reaction-arrow-filled-bow': {
|
|
145
|
-
title: string;
|
|
146
|
-
action: {
|
|
147
|
-
tool: string;
|
|
148
|
-
opts: RxnArrowMode;
|
|
149
|
-
};
|
|
150
|
-
hidden: (options: any) => boolean;
|
|
151
|
-
};
|
|
152
|
-
'reaction-arrow-dashed-open-angle': {
|
|
153
|
-
title: string;
|
|
154
|
-
action: {
|
|
155
|
-
tool: string;
|
|
156
|
-
opts: RxnArrowMode;
|
|
157
|
-
};
|
|
158
|
-
hidden: (options: any) => boolean;
|
|
159
|
-
};
|
|
160
|
-
'reaction-arrow-failed': {
|
|
161
|
-
title: string;
|
|
162
|
-
action: {
|
|
163
|
-
tool: string;
|
|
164
|
-
opts: RxnArrowMode;
|
|
165
|
-
};
|
|
166
|
-
hidden: (options: any) => boolean;
|
|
167
|
-
};
|
|
168
|
-
'reaction-arrow-both-ends-filled-triangle': {
|
|
169
|
-
title: string;
|
|
170
|
-
action: {
|
|
171
|
-
tool: string;
|
|
172
|
-
opts: RxnArrowMode;
|
|
173
|
-
};
|
|
174
|
-
hidden: (options: any) => boolean;
|
|
175
|
-
};
|
|
176
|
-
'reaction-arrow-equilibrium-filled-half-bow': {
|
|
177
|
-
title: string;
|
|
178
|
-
action: {
|
|
179
|
-
tool: string;
|
|
180
|
-
opts: RxnArrowMode;
|
|
181
|
-
};
|
|
182
|
-
hidden: (options: any) => boolean;
|
|
183
|
-
};
|
|
184
|
-
'reaction-arrow-equilibrium-filled-triangle': {
|
|
185
|
-
title: string;
|
|
186
|
-
action: {
|
|
187
|
-
tool: string;
|
|
188
|
-
opts: RxnArrowMode;
|
|
189
|
-
};
|
|
190
|
-
hidden: (options: any) => boolean;
|
|
191
|
-
};
|
|
192
|
-
'reaction-arrow-equilibrium-open-angle': {
|
|
193
|
-
title: string;
|
|
194
|
-
action: {
|
|
195
|
-
tool: string;
|
|
196
|
-
opts: RxnArrowMode;
|
|
197
|
-
};
|
|
198
|
-
hidden: (options: any) => boolean;
|
|
199
|
-
};
|
|
200
|
-
'reaction-arrow-unbalanced-equilibrium-filled-half-bow': {
|
|
201
|
-
title: string;
|
|
202
|
-
action: {
|
|
203
|
-
tool: string;
|
|
204
|
-
opts: RxnArrowMode;
|
|
205
|
-
};
|
|
206
|
-
hidden: (options: any) => boolean;
|
|
207
|
-
};
|
|
208
|
-
'reaction-arrow-unbalanced-equilibrium-open-half-angle': {
|
|
209
|
-
title: string;
|
|
210
|
-
action: {
|
|
211
|
-
tool: string;
|
|
212
|
-
opts: RxnArrowMode;
|
|
213
|
-
};
|
|
214
|
-
hidden: (options: any) => boolean;
|
|
215
|
-
};
|
|
216
|
-
'reaction-arrow-unbalanced-equilibrium-large-filled-half-bow': {
|
|
217
|
-
title: string;
|
|
218
|
-
action: {
|
|
219
|
-
tool: string;
|
|
220
|
-
opts: RxnArrowMode;
|
|
221
|
-
};
|
|
222
|
-
hidden: (options: any) => boolean;
|
|
223
|
-
};
|
|
224
|
-
'reaction-arrow-unbalanced-equilibrium-filled-half-triangle': {
|
|
225
|
-
title: string;
|
|
226
|
-
action: {
|
|
227
|
-
tool: string;
|
|
228
|
-
opts: RxnArrowMode;
|
|
229
|
-
};
|
|
230
|
-
hidden: (options: any) => boolean;
|
|
231
|
-
};
|
|
232
|
-
'reaction-arrow-elliptical-arc-arrow-filled-bow': {
|
|
233
|
-
title: string;
|
|
234
|
-
action: {
|
|
235
|
-
tool: string;
|
|
236
|
-
opts: RxnArrowMode;
|
|
237
|
-
};
|
|
238
|
-
hidden: (options: any) => boolean;
|
|
239
|
-
};
|
|
240
|
-
'reaction-arrow-elliptical-arc-arrow-filled-triangle': {
|
|
241
|
-
title: string;
|
|
242
|
-
action: {
|
|
243
|
-
tool: string;
|
|
244
|
-
opts: RxnArrowMode;
|
|
245
|
-
};
|
|
246
|
-
hidden: (options: any) => boolean;
|
|
247
|
-
};
|
|
248
|
-
'reaction-arrow-elliptical-arc-arrow-open-angle': {
|
|
249
|
-
title: string;
|
|
250
|
-
action: {
|
|
251
|
-
tool: string;
|
|
252
|
-
opts: RxnArrowMode;
|
|
253
|
-
};
|
|
254
|
-
hidden: (options: any) => boolean;
|
|
255
|
-
};
|
|
256
|
-
'reaction-arrow-elliptical-arc-arrow-open-half-angle': {
|
|
257
|
-
title: string;
|
|
258
|
-
action: {
|
|
259
|
-
tool: string;
|
|
260
|
-
opts: RxnArrowMode;
|
|
261
|
-
};
|
|
262
|
-
hidden: (options: any) => boolean;
|
|
263
|
-
};
|
|
264
|
-
'reaction-plus': {
|
|
265
|
-
title: string;
|
|
266
|
-
action: {
|
|
267
|
-
tool: string;
|
|
268
|
-
};
|
|
269
|
-
hidden: (options: any) => boolean;
|
|
270
|
-
};
|
|
271
|
-
'reaction-mapping-tools': {
|
|
272
|
-
hidden: (options: any) => boolean;
|
|
273
|
-
};
|
|
274
|
-
'reaction-map': {
|
|
275
|
-
title: string;
|
|
276
|
-
action: {
|
|
277
|
-
tool: string;
|
|
278
|
-
};
|
|
279
|
-
hidden: (options: any) => boolean;
|
|
280
|
-
};
|
|
281
|
-
'reaction-unmap': {
|
|
282
|
-
title: string;
|
|
283
|
-
action: {
|
|
284
|
-
tool: string;
|
|
285
|
-
};
|
|
286
|
-
hidden: (options: any) => boolean;
|
|
287
|
-
};
|
|
288
|
-
rgroup: {
|
|
289
|
-
hidden: (options: any) => boolean;
|
|
290
|
-
};
|
|
291
|
-
'rgroup-label': {
|
|
292
|
-
shortcut: string;
|
|
293
|
-
title: string;
|
|
294
|
-
action: {
|
|
295
|
-
tool: string;
|
|
296
|
-
};
|
|
297
|
-
hidden: (options: any) => boolean;
|
|
298
|
-
};
|
|
299
|
-
'rgroup-fragment': {
|
|
300
|
-
shortcut: string[];
|
|
301
|
-
title: string;
|
|
302
|
-
action: {
|
|
303
|
-
tool: string;
|
|
304
|
-
};
|
|
305
|
-
hidden: (options: any) => boolean;
|
|
306
|
-
};
|
|
307
|
-
'rgroup-attpoints': {
|
|
308
|
-
shortcut: string;
|
|
309
|
-
title: string;
|
|
310
|
-
action: {
|
|
311
|
-
tool: string;
|
|
312
|
-
};
|
|
313
|
-
hidden: (options: any) => boolean;
|
|
314
|
-
};
|
|
315
|
-
shapes: {
|
|
316
|
-
hidden: (options: any) => boolean;
|
|
317
|
-
};
|
|
318
|
-
'shape-ellipse': {
|
|
319
|
-
title: string;
|
|
320
|
-
action: {
|
|
321
|
-
tool: string;
|
|
322
|
-
opts: SimpleObjectMode;
|
|
323
|
-
};
|
|
324
|
-
hidden: (options: any) => boolean;
|
|
325
|
-
};
|
|
326
|
-
'shape-rectangle': {
|
|
327
|
-
title: string;
|
|
328
|
-
action: {
|
|
329
|
-
tool: string;
|
|
330
|
-
opts: SimpleObjectMode;
|
|
331
|
-
};
|
|
332
|
-
hidden: (options: any) => boolean;
|
|
333
|
-
};
|
|
334
|
-
'shape-line': {
|
|
335
|
-
title: string;
|
|
336
|
-
action: {
|
|
337
|
-
tool: string;
|
|
338
|
-
opts: SimpleObjectMode;
|
|
339
|
-
};
|
|
340
|
-
hidden: (options: any) => boolean;
|
|
341
|
-
};
|
|
342
|
-
text: {
|
|
343
|
-
title: string;
|
|
344
|
-
action: {
|
|
345
|
-
tool: string;
|
|
346
|
-
};
|
|
347
|
-
hidden: (options: any) => boolean;
|
|
348
|
-
};
|
|
349
|
-
bonds: {
|
|
350
|
-
hidden: (options: any) => boolean;
|
|
351
|
-
};
|
|
352
|
-
};
|
|
353
|
-
export default _default;
|
|
354
|
-
import { RxnArrowMode } from "ketcher-core/dist/domain/entities/rxnArrow";
|
|
355
|
-
import { SimpleObjectMode } from "ketcher-core/dist/domain/entities/simpleObject";
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
export const zoomList: number[];
|
|
2
|
-
declare var _default: {
|
|
3
|
-
zoom: {
|
|
4
|
-
selected: (editor: any) => any;
|
|
5
|
-
hidden: (options: any) => boolean;
|
|
6
|
-
};
|
|
7
|
-
'zoom-out': {
|
|
8
|
-
shortcut: string[];
|
|
9
|
-
title: string;
|
|
10
|
-
disabled: (editor: any) => boolean;
|
|
11
|
-
action: (editor: any) => void;
|
|
12
|
-
hidden: (options: any) => boolean;
|
|
13
|
-
};
|
|
14
|
-
'zoom-in': {
|
|
15
|
-
shortcut: string[];
|
|
16
|
-
title: string;
|
|
17
|
-
disabled: (editor: any) => boolean;
|
|
18
|
-
action: (editor: any) => void;
|
|
19
|
-
hidden: (options: any) => boolean;
|
|
20
|
-
};
|
|
21
|
-
'zoom-list': {
|
|
22
|
-
hidden: (options: any) => boolean;
|
|
23
|
-
};
|
|
24
|
-
};
|
|
25
|
-
export default _default;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export function shortcutStr(shortcut: any): any;
|
|
2
|
-
export function showMenuOrButton(action: any, item: any, status: any, props: any): any;
|
|
3
|
-
export default ActionMenu;
|
|
4
|
-
declare function ActionMenu({ name, menu, className, role, ...props }: {
|
|
5
|
-
[x: string]: any;
|
|
6
|
-
name: any;
|
|
7
|
-
menu: any;
|
|
8
|
-
className: any;
|
|
9
|
-
role: any;
|
|
10
|
-
}): JSX.Element;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
export function exec(action: any): boolean;
|
|
2
|
-
export const actions: string[];
|
|
3
|
-
export default ClipArea;
|
|
4
|
-
declare class ClipArea extends Component<any, any, any> {
|
|
5
|
-
constructor(props: any);
|
|
6
|
-
textAreaRef: import("react").RefObject<any>;
|
|
7
|
-
componentDidMount(): void;
|
|
8
|
-
target: any;
|
|
9
|
-
listeners: {
|
|
10
|
-
mouseup: (event: any) => void;
|
|
11
|
-
mousedown: (event: any) => void;
|
|
12
|
-
copy: (event: any) => void;
|
|
13
|
-
cut: (event: any) => void;
|
|
14
|
-
paste: (event: any) => void;
|
|
15
|
-
} | undefined;
|
|
16
|
-
shouldComponentUpdate(): boolean;
|
|
17
|
-
componentWillUnmount(): void;
|
|
18
|
-
render(): JSX.Element;
|
|
19
|
-
}
|
|
20
|
-
import { Component } from "react";
|
|
@@ -1,30 +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 interface Option {
|
|
18
|
-
value: string;
|
|
19
|
-
label: string;
|
|
20
|
-
}
|
|
21
|
-
interface Props {
|
|
22
|
-
options: Array<Option>;
|
|
23
|
-
onChange: (value: string) => void;
|
|
24
|
-
className?: string;
|
|
25
|
-
value?: string;
|
|
26
|
-
multiple?: boolean;
|
|
27
|
-
disabled?: boolean;
|
|
28
|
-
}
|
|
29
|
-
declare const Select: ({ className, value, onChange, multiple, disabled, options }: Props) => JSX.Element;
|
|
30
|
-
export default Select;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -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
|
-
export { default } from './Select';
|
|
17
|
-
export * from './Select';
|
|
@@ -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
|
-
interface ColorPickerProps {
|
|
18
|
-
value: string;
|
|
19
|
-
name: string;
|
|
20
|
-
schema: any;
|
|
21
|
-
type?: string;
|
|
22
|
-
}
|
|
23
|
-
interface ColorPickerCallProps {
|
|
24
|
-
onChange: (value: string) => void;
|
|
25
|
-
}
|
|
26
|
-
declare type Props = ColorPickerProps & ColorPickerCallProps;
|
|
27
|
-
declare const ColorPicker: (props: Props) => JSX.Element;
|
|
28
|
-
export default ColorPicker;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export default ComboBox;
|
|
2
|
-
declare class ComboBox extends Component<any, any, any> {
|
|
3
|
-
constructor(props: any);
|
|
4
|
-
state: {
|
|
5
|
-
suggestsHidden: boolean;
|
|
6
|
-
};
|
|
7
|
-
click(): void;
|
|
8
|
-
blur(): void;
|
|
9
|
-
updateInput(event: any): void;
|
|
10
|
-
render(): JSX.Element;
|
|
11
|
-
}
|
|
12
|
-
import { Component } from "react";
|