amis-editor 5.2.0-beta.1 → 5.2.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/6dbcbb49b6fd405190a9.png +0 -0
- package/dist/cebfe0bc5a1dbde02da1.svg +10 -0
- package/dist/compat.d.ts +30 -0
- package/dist/component/Breadcrumb.d.ts +33 -0
- package/dist/component/ClassNameControl.d.ts +31 -0
- package/dist/component/CommonConfigWrapper.d.ts +6 -0
- package/dist/component/ContainerWrapper.d.ts +12 -0
- package/dist/component/Editor.d.ts +97 -0
- package/dist/component/HighlightBox.d.ts +29 -0
- package/dist/component/IFrameBridge.d.ts +32 -0
- package/dist/component/IFramePreview.d.ts +38 -0
- package/dist/component/MiniEditor.d.ts +9 -0
- package/dist/component/NodeWrapper.d.ts +20 -0
- package/dist/component/Panel/AMisCodeEditor.d.ts +37 -0
- package/dist/component/Panel/AvailableRenderersPanel.d.ts +10 -0
- package/dist/component/Panel/CodeEditorPanel.d.ts +6 -0
- package/dist/component/Panel/ContextMenuPanel.d.ts +8 -0
- package/dist/component/Panel/DrawerPanel.d.ts +15 -0
- package/dist/component/Panel/DrawerRendererPanel.d.ts +15 -0
- package/dist/component/Panel/InsertSubRendererPanel.d.ts +11 -0
- package/dist/component/Panel/LeftPanels.d.ts +20 -0
- package/dist/component/Panel/Outline.d.ts +18 -0
- package/dist/component/Panel/RenderersPanel.d.ts +31 -0
- package/dist/component/Panel/RightPanels.d.ts +21 -0
- package/dist/component/Panel/TargetNamePanel.d.ts +7 -0
- package/dist/component/PopOverForm.d.ts +22 -0
- package/dist/component/Preview.d.ts +67 -0
- package/dist/component/RegionHLBox.d.ts +20 -0
- package/dist/component/RegionWrapper.d.ts +206 -0
- package/dist/component/RendererThumb.d.ts +22 -0
- package/dist/component/ScaffoldModal.d.ts +24 -0
- package/dist/component/SubEditor.d.ts +67 -0
- package/{lib → dist}/component/TableViewEditor.d.ts +2 -2
- package/dist/component/VRenderer.d.ts +191 -0
- package/dist/component/base/BackTop.d.ts +26 -0
- package/dist/component/base/ErrorRenderer.d.ts +4 -0
- package/{lib/component → dist/component/base}/InputComponentName.d.ts +0 -0
- package/dist/component/base/SearchCustomRendererPanel.d.ts +15 -0
- package/dist/component/base/SearchPanel.d.ts +83 -0
- package/dist/component/base/SearchRendererPanel.d.ts +19 -0
- package/dist/component/base/ShortcutKey.d.ts +23 -0
- package/dist/component/base/WidthDraggableBtn.d.ts +16 -0
- package/dist/component/base/WidthDraggableContainer.d.ts +2 -0
- package/dist/component/control/APIControl.d.ts +1158 -0
- package/dist/component/control/ActionAPIControl.d.ts +1158 -0
- package/{lib/renderer → dist/component/control}/BadgeControl.d.ts +12 -13
- package/dist/component/control/BaseControl.d.ts +248 -0
- package/{lib/renderer → dist/component/control}/DataBindingControl.d.ts +0 -0
- package/{lib/renderer → dist/component/control}/DataPickerControl.d.ts +1 -1
- package/{lib/renderer → dist/component/control}/DateShortCutControl.d.ts +1 -1
- package/dist/component/control/FormulaControl.d.ts +51 -0
- package/{lib/renderer → dist/component/control}/OptionControl.d.ts +0 -0
- package/{lib/renderer → dist/component/control}/PopoverEdit.d.ts +1 -1
- package/{lib/renderer → dist/component/control}/StatusControl.d.ts +0 -0
- package/{lib/renderer → dist/component/control}/SwitchMoreControl.d.ts +70 -68
- package/{lib/renderer → dist/component/control}/ValidationControl.d.ts +0 -0
- package/{lib/renderer → dist/component/control}/ValidationItem.d.ts +0 -0
- package/{lib/renderer → dist/component/control}/style-control/Background.d.ts +0 -0
- package/{lib/renderer → dist/component/control}/style-control/Border.d.ts +0 -0
- package/{lib/renderer → dist/component/control}/style-control/BoxModel.d.ts +0 -0
- package/{lib/renderer → dist/component/control}/style-control/BoxShadow.d.ts +0 -0
- package/{lib/renderer → dist/component/control}/style-control/Display.d.ts +0 -0
- package/{lib/renderer → dist/component/control}/style-control/Font.d.ts +0 -0
- package/{lib/renderer → dist/component/control}/style-control/font-family.d.ts +0 -0
- package/{lib/renderer → dist/component/control}/style-control/transformation.d.ts +0 -0
- package/{lib/renderer → dist/component/control}/style-control/types.d.ts +0 -0
- package/dist/component/schemaTpl.d.ts +27 -0
- package/{lib → dist/component}/validator.d.ts +0 -0
- package/dist/dnd/default.d.ts +47 -0
- package/dist/dnd/index.d.ts +119 -0
- package/dist/dnd/interface.d.ts +14 -0
- package/dist/dnd/position-h.d.ts +7 -0
- package/dist/env.d.ts +5 -0
- package/dist/event-action/action-config-panel.d.ts +8 -0
- package/dist/event-action/actions.d.ts +3 -0
- package/dist/event-action/comp-action-select.d.ts +11 -0
- package/dist/event-action/config.d.ts +13 -0
- package/dist/event-action/index.d.ts +459 -0
- package/dist/event-action/schema.d.ts +32 -0
- package/dist/exports.d.ts +8 -0
- package/dist/exports.min.js +1 -0
- package/dist/icons/index.d.ts +2 -0
- package/{lib → dist}/index.d.ts +50 -24
- package/dist/index.min.js +1 -0
- package/dist/manager.d.ts +502 -0
- package/dist/mocker.d.ts +1 -0
- package/{lib → dist}/plugin/Alert.d.ts +1 -1
- package/dist/plugin/AnchorNav.d.ts +67 -0
- package/{lib → dist}/plugin/Audio.d.ts +1 -1
- package/dist/plugin/Avatar.d.ts +18 -0
- package/{lib → dist}/plugin/Breadcrumb.d.ts +1 -1
- package/{lib → dist}/plugin/Button.d.ts +2 -2
- package/{lib → dist}/plugin/ButtonGroup.d.ts +2 -2
- package/{lib → dist}/plugin/ButtonToolbar.d.ts +1 -1
- package/{lib → dist}/plugin/CRUD.d.ts +2 -2
- package/{lib → dist}/plugin/Card.d.ts +1 -1
- package/{lib → dist}/plugin/Cards.d.ts +1 -1
- package/{lib → dist}/plugin/Carousel.d.ts +1 -1
- package/{lib → dist}/plugin/Chart.d.ts +2 -2
- package/{lib → dist}/plugin/CodeView.d.ts +1 -1
- package/{lib → dist}/plugin/Collapse.d.ts +1 -1
- package/{lib → dist}/plugin/CollapseGroup.d.ts +1 -1
- package/{lib → dist}/plugin/Container.d.ts +1 -1
- package/{lib → dist}/plugin/Custom.d.ts +1 -1
- package/{lib → dist}/plugin/CustomRegion.d.ts +1 -1
- package/{lib → dist}/plugin/Date.d.ts +1 -1
- package/{lib → dist}/plugin/Datetime.d.ts +1 -1
- package/{lib → dist}/plugin/Dialog.d.ts +1 -1
- package/{lib → dist}/plugin/Divider.d.ts +1 -1
- package/{lib → dist}/plugin/Drawer.d.ts +1 -1
- package/{lib → dist}/plugin/DropDownButton.d.ts +2 -3
- package/{lib → dist}/plugin/Each.d.ts +1 -1
- package/dist/plugin/ErrorRenderer.d.ts +7 -0
- package/{lib → dist}/plugin/Flex.d.ts +1 -1
- package/{lib → dist}/plugin/Form/ButtonGroupSelect.d.ts +2 -2
- package/{lib → dist}/plugin/Form/ButtonToolbar.d.ts +1 -1
- package/{lib → dist}/plugin/Form/ChainedSelect.d.ts +3 -6
- package/{lib → dist}/plugin/Form/Checkbox.d.ts +2 -2
- package/{lib → dist}/plugin/Form/Checkboxes.d.ts +2 -2
- package/{lib → dist}/plugin/Form/CodeEditor.d.ts +3 -3
- package/{lib → dist}/plugin/Form/Combo.d.ts +2 -2
- package/{lib → dist}/plugin/Form/ConditionBuilder.d.ts +1 -1
- package/{lib → dist}/plugin/Form/Control.d.ts +1 -1
- package/{lib → dist}/plugin/Form/DiffEditor.d.ts +3 -3
- package/{lib → dist}/plugin/Form/FieldSet.d.ts +1 -1
- package/{lib → dist}/plugin/Form/Form.d.ts +3 -3
- package/{lib → dist}/plugin/Form/Formula.d.ts +1 -1
- package/{lib → dist}/plugin/Form/Group.d.ts +1 -1
- package/{lib → dist}/plugin/Form/Hidden.d.ts +1 -1
- package/{lib → dist}/plugin/Form/InputArray.d.ts +1 -1
- package/dist/plugin/Form/InputCity.d.ts +19 -0
- package/{lib → dist}/plugin/Form/InputColor.d.ts +18 -20
- package/{lib → dist}/plugin/Form/InputDate.d.ts +2 -2
- package/{lib → dist}/plugin/Form/InputDateRange.d.ts +2 -2
- package/{lib → dist}/plugin/Form/InputDateTime.d.ts +0 -0
- package/{lib → dist}/plugin/Form/InputDateTimeRange.d.ts +0 -0
- package/{lib → dist}/plugin/Form/InputEmail.d.ts +0 -0
- package/{lib → dist}/plugin/Form/InputExcel.d.ts +2 -2
- package/{lib → dist}/plugin/Form/InputFile.d.ts +2 -2
- package/{lib → dist}/plugin/Form/InputGroup.d.ts +1 -1
- package/dist/plugin/Form/InputImage.d.ts +20 -0
- package/{lib → dist}/plugin/Form/InputKV.d.ts +2 -2
- package/{lib → dist}/plugin/Form/InputMonth.d.ts +0 -0
- package/{lib → dist}/plugin/Form/InputMonthRange.d.ts +0 -0
- package/dist/plugin/Form/InputNumber.d.ts +20 -0
- package/{lib → dist}/plugin/Form/InputPassword.d.ts +0 -0
- package/{lib → dist}/plugin/Form/InputQuarter.d.ts +0 -0
- package/{lib → dist}/plugin/Form/InputQuarterRange.d.ts +0 -0
- package/{lib → dist}/plugin/Form/InputRange.d.ts +3 -5
- package/{lib → dist}/plugin/Form/InputRating.d.ts +2 -2
- package/{lib → dist}/plugin/Form/InputRepeat.d.ts +1 -1
- package/{lib → dist}/plugin/Form/InputRichText.d.ts +1 -1
- package/{lib → dist}/plugin/Form/InputSubForm.d.ts +1 -2
- package/{lib → dist}/plugin/Form/InputTable.d.ts +1 -1
- package/dist/plugin/Form/InputTag.d.ts +21 -0
- package/{lib → dist}/plugin/Form/InputText.d.ts +1 -1
- package/{lib → dist}/plugin/Form/InputTime.d.ts +0 -0
- package/{lib → dist}/plugin/Form/InputTimeRange.d.ts +0 -0
- package/{lib → dist}/plugin/Form/InputTree.d.ts +2 -2
- package/{lib → dist}/plugin/Form/InputURL.d.ts +0 -0
- package/{lib → dist}/plugin/Form/InputYear.d.ts +0 -0
- package/{lib → dist}/plugin/Form/InputYearRange.d.ts +0 -0
- package/{lib → dist}/plugin/Form/Item.d.ts +2 -2
- package/{lib → dist}/plugin/Form/ListSelect.d.ts +2 -2
- package/{lib → dist}/plugin/Form/LocationPicker.d.ts +2 -3
- package/{lib → dist}/plugin/Form/MatrixCheckboxes.d.ts +2 -7
- package/{lib → dist}/plugin/Form/NestedSelect.d.ts +2 -5
- package/{lib → dist}/plugin/Form/Picker.d.ts +1 -1
- package/{lib → dist}/plugin/Form/Radios.d.ts +2 -2
- package/{lib → dist}/plugin/Form/Select.d.ts +2 -2
- package/{lib → dist}/plugin/Form/Static.d.ts +3 -4
- package/{lib → dist}/plugin/Form/Switch.d.ts +2 -2
- package/{lib → dist}/plugin/Form/TabsTransfer.d.ts +2 -2
- package/{lib → dist}/plugin/Form/Textarea.d.ts +3 -3
- package/{lib → dist}/plugin/Form/Transfer.d.ts +2 -2
- package/{lib → dist}/plugin/Form/TreeSelect.d.ts +2 -2
- package/{lib → dist}/plugin/Form/UUID.d.ts +1 -1
- package/{lib → dist}/plugin/Grid.d.ts +2 -2
- package/{lib → dist}/plugin/HBox.d.ts +2 -2
- package/{lib → dist}/plugin/IFrame.d.ts +2 -3
- package/{lib → dist}/plugin/Image.d.ts +1 -1
- package/{lib → dist}/plugin/Images.d.ts +1 -1
- package/{lib → dist}/plugin/Json.d.ts +1 -1
- package/{lib → dist}/plugin/Link.d.ts +1 -2
- package/{lib → dist}/plugin/List.d.ts +1 -1
- package/{lib → dist}/plugin/ListItem.d.ts +1 -1
- package/{lib → dist}/plugin/Log.d.ts +1 -1
- package/{lib → dist}/plugin/Mapping.d.ts +1 -1
- package/{lib → dist}/plugin/Markdown.d.ts +1 -1
- package/{lib → dist}/plugin/Nav.d.ts +1 -1
- package/{lib → dist}/plugin/Operation.d.ts +1 -1
- package/{lib → dist}/plugin/Others/Action.d.ts +1 -1
- package/dist/plugin/Others/BasicToolbar.d.ts +11 -0
- package/dist/plugin/Others/DataDebug.d.ts +19 -0
- package/{lib → dist}/plugin/Others/TableCell.d.ts +1 -1
- package/dist/plugin/Others/Unknown.d.ts +5 -0
- package/{lib → dist}/plugin/Page.d.ts +3 -3
- package/dist/plugin/Panel/AvailableRenderers.d.ts +8 -0
- package/dist/plugin/Panel/Code.d.ts +9 -0
- package/dist/plugin/Panel/Name.d.ts +8 -0
- package/dist/plugin/Panel/Outline.d.ts +8 -0
- package/{lib → dist}/plugin/Panel.d.ts +1 -1
- package/{lib → dist}/plugin/Plain.d.ts +1 -1
- package/{lib → dist}/plugin/Progress.d.ts +1 -1
- package/{lib → dist}/plugin/Property.d.ts +1 -1
- package/{lib → dist}/plugin/QRCode.d.ts +1 -1
- package/{lib → dist}/plugin/Reset.d.ts +0 -0
- package/{lib → dist}/plugin/Service.d.ts +1 -4
- package/{lib → dist}/plugin/Sparkline.d.ts +1 -1
- package/{lib → dist}/plugin/Status.d.ts +1 -1
- package/{lib → dist}/plugin/Steps.d.ts +1 -1
- package/{lib → dist}/plugin/Submit.d.ts +0 -0
- package/{lib → dist}/plugin/Table.d.ts +2 -5
- package/{lib → dist}/plugin/TableView.d.ts +1 -1
- package/{lib → dist}/plugin/Tabs.d.ts +1 -2
- package/{lib → dist}/plugin/Tasks.d.ts +1 -1
- package/{lib → dist}/plugin/Time.d.ts +1 -1
- package/{lib → dist}/plugin/TooltipWrapper.d.ts +1 -1
- package/{lib → dist}/plugin/Tpl.d.ts +1 -1
- package/{lib → dist}/plugin/Video.d.ts +1 -1
- package/{lib → dist}/plugin/WebComponent.d.ts +1 -1
- package/{lib → dist}/plugin/Wizard.d.ts +2 -2
- package/{lib → dist}/plugin/Wrapper.d.ts +1 -1
- package/dist/plugin.d.ts +637 -0
- package/dist/store/editor.d.ts +1048 -0
- package/dist/store/node.d.ts +281 -0
- package/dist/style.css +1 -0
- package/dist/util.d.ts +105 -0
- package/package.json +32 -31
- package/src/component/schemaTpl.tsx +2881 -0
- package/src/plugin/Alert.tsx +108 -0
- package/src/plugin/AnchorNav.tsx +234 -0
- package/src/plugin/Audio.tsx +148 -0
- package/src/plugin/Avatar.tsx +78 -0
- package/src/plugin/Breadcrumb.tsx +108 -0
- package/src/plugin/Button.tsx +350 -0
- package/src/plugin/ButtonGroup.tsx +146 -0
- package/src/plugin/ButtonToolbar.tsx +81 -0
- package/src/plugin/CRUD.tsx +1777 -0
- package/src/plugin/Card.tsx +291 -0
- package/src/plugin/Cards.tsx +312 -0
- package/src/plugin/Carousel.tsx +377 -0
- package/src/plugin/Chart.tsx +230 -0
- package/src/plugin/CodeView.tsx +60 -0
- package/src/plugin/Collapse.tsx +136 -0
- package/src/plugin/CollapseGroup.tsx +249 -0
- package/src/plugin/Container.tsx +93 -0
- package/src/plugin/Custom.tsx +122 -0
- package/src/plugin/CustomRegion.tsx +157 -0
- package/src/plugin/Date.tsx +74 -0
- package/src/plugin/Datetime.tsx +68 -0
- package/src/plugin/Dialog.tsx +207 -0
- package/src/plugin/Divider.tsx +36 -0
- package/src/plugin/Drawer.tsx +244 -0
- package/src/plugin/DropDownButton.tsx +251 -0
- package/src/plugin/Each.tsx +150 -0
- package/src/plugin/ErrorRenderer.tsx +15 -0
- package/src/plugin/Flex.tsx +209 -0
- package/src/plugin/Form/ButtonGroupSelect.tsx +163 -0
- package/src/plugin/Form/ButtonToolbar.tsx +117 -0
- package/src/plugin/Form/ChainedSelect.tsx +115 -0
- package/src/plugin/Form/Checkbox.tsx +176 -0
- package/src/plugin/Form/Checkboxes.tsx +234 -0
- package/src/plugin/Form/CodeEditor.tsx +210 -0
- package/src/plugin/Form/Combo.tsx +621 -0
- package/src/plugin/Form/ConditionBuilder.tsx +315 -0
- package/src/plugin/Form/Control.tsx +85 -0
- package/src/plugin/Form/DiffEditor.tsx +215 -0
- package/src/plugin/Form/FieldSet.tsx +158 -0
- package/src/plugin/Form/Form.tsx +894 -0
- package/src/plugin/Form/Formula.tsx +73 -0
- package/src/plugin/Form/Group.tsx +295 -0
- package/src/plugin/Form/Hidden.tsx +44 -0
- package/src/plugin/Form/InputArray.tsx +219 -0
- package/src/plugin/Form/InputCity.tsx +93 -0
- package/src/plugin/Form/InputColor.tsx +123 -0
- package/src/plugin/Form/InputDate.tsx +398 -0
- package/src/plugin/Form/InputDateRange.tsx +367 -0
- package/src/plugin/Form/InputDateTime.tsx +39 -0
- package/src/plugin/Form/InputDateTimeRange.tsx +41 -0
- package/src/plugin/Form/InputEmail.tsx +34 -0
- package/src/plugin/Form/InputExcel.tsx +128 -0
- package/src/plugin/Form/InputFile.tsx +395 -0
- package/src/plugin/Form/InputGroup.tsx +96 -0
- package/src/plugin/Form/InputImage.tsx +266 -0
- package/src/plugin/Form/InputKV.tsx +133 -0
- package/src/plugin/Form/InputMonth.tsx +37 -0
- package/src/plugin/Form/InputMonthRange.tsx +41 -0
- package/src/plugin/Form/InputNumber.tsx +89 -0
- package/src/plugin/Form/InputPassword.tsx +35 -0
- package/src/plugin/Form/InputQuarter.tsx +37 -0
- package/src/plugin/Form/InputQuarterRange.tsx +41 -0
- package/src/plugin/Form/InputRange.tsx +191 -0
- package/src/plugin/Form/InputRating.tsx +390 -0
- package/src/plugin/Form/InputRepeat.tsx +57 -0
- package/src/plugin/Form/InputRichText.tsx +185 -0
- package/src/plugin/Form/InputSubForm.tsx +189 -0
- package/src/plugin/Form/InputTable.tsx +418 -0
- package/src/plugin/Form/InputTag.tsx +70 -0
- package/src/plugin/Form/InputText.tsx +364 -0
- package/src/plugin/Form/InputTime.tsx +36 -0
- package/src/plugin/Form/InputTimeRange.tsx +41 -0
- package/src/plugin/Form/InputTree.tsx +379 -0
- package/src/plugin/Form/InputURL.tsx +36 -0
- package/src/plugin/Form/InputYear.tsx +37 -0
- package/src/plugin/Form/InputYearRange.tsx +41 -0
- package/src/plugin/Form/Item.tsx +326 -0
- package/src/plugin/Form/ListSelect.tsx +128 -0
- package/src/plugin/Form/LocationPicker.tsx +57 -0
- package/src/plugin/Form/MatrixCheckboxes.tsx +136 -0
- package/src/plugin/Form/NestedSelect.tsx +278 -0
- package/src/plugin/Form/Picker.tsx +206 -0
- package/src/plugin/Form/Radios.tsx +189 -0
- package/src/plugin/Form/Select.tsx +304 -0
- package/src/plugin/Form/Static.tsx +322 -0
- package/src/plugin/Form/Switch.tsx +219 -0
- package/src/plugin/Form/TabsTransfer.tsx +355 -0
- package/src/plugin/Form/Textarea.tsx +193 -0
- package/src/plugin/Form/Transfer.tsx +430 -0
- package/src/plugin/Form/TreeSelect.tsx +404 -0
- package/src/plugin/Form/UUID.tsx +48 -0
- package/src/plugin/Grid.tsx +826 -0
- package/src/plugin/HBox.tsx +728 -0
- package/src/plugin/IFrame.tsx +79 -0
- package/src/plugin/Image.tsx +309 -0
- package/src/plugin/Images.tsx +226 -0
- package/src/plugin/Json.tsx +69 -0
- package/src/plugin/Link.tsx +87 -0
- package/src/plugin/List.tsx +274 -0
- package/src/plugin/ListItem.tsx +230 -0
- package/src/plugin/Log.tsx +52 -0
- package/src/plugin/Mapping.tsx +149 -0
- package/src/plugin/Markdown.tsx +47 -0
- package/src/plugin/Nav.tsx +182 -0
- package/src/plugin/Operation.tsx +95 -0
- package/src/plugin/Others/Action.tsx +432 -0
- package/src/plugin/Others/BasicToolbar.tsx +588 -0
- package/src/plugin/Others/DataDebug.tsx +134 -0
- package/src/plugin/Others/TableCell.tsx +460 -0
- package/src/plugin/Others/Unknown.tsx +37 -0
- package/src/plugin/Page.tsx +392 -0
- package/src/plugin/Panel/AvailableRenderers.tsx +41 -0
- package/src/plugin/Panel/Code.tsx +44 -0
- package/src/plugin/Panel/Name.tsx +26 -0
- package/src/plugin/Panel/Outline.tsx +40 -0
- package/src/plugin/Panel.tsx +242 -0
- package/src/plugin/Plain.tsx +81 -0
- package/src/plugin/Progress.tsx +265 -0
- package/src/plugin/Property.tsx +139 -0
- package/src/plugin/QRCode.tsx +96 -0
- package/src/plugin/Reset.tsx +23 -0
- package/src/plugin/Service.tsx +166 -0
- package/src/plugin/Sparkline.tsx +40 -0
- package/src/plugin/Status.tsx +76 -0
- package/src/plugin/Steps.tsx +128 -0
- package/src/plugin/Submit.tsx +23 -0
- package/src/plugin/Table.tsx +457 -0
- package/src/plugin/TableView.tsx +815 -0
- package/src/plugin/Tabs.tsx +522 -0
- package/src/plugin/Tasks.tsx +274 -0
- package/src/plugin/Time.tsx +68 -0
- package/src/plugin/TooltipWrapper.tsx +289 -0
- package/src/plugin/Tpl.tsx +174 -0
- package/src/plugin/Video.tsx +147 -0
- package/src/plugin/WebComponent.tsx +53 -0
- package/src/plugin/Wizard.tsx +941 -0
- package/src/plugin/Wrapper.tsx +128 -0
- package/src/plugin.ts +1112 -0
- package/static/Code-hover.png +0 -0
- package/static/Code.png +0 -0
- package/static/Outline-hover.png +0 -0
- package/static/Outline.png +0 -0
- package/static/Renderers-hover.png +0 -0
- package/static/Renderers.png +0 -0
- package/static/empty.png +0 -0
- package/static/side_hide_left.svg +10 -0
- package/lib/component/BaseControl.d.ts +0 -1831
- package/lib/component/BaseControl.js +0 -366
- package/lib/component/InputComponentName.js +0 -44
- package/lib/component/TableViewEditor.js +0 -528
- package/lib/event-action/actions.d.ts +0 -3
- package/lib/event-action/actions.js +0 -188
- package/lib/event-action/schema.d.ts +0 -13
- package/lib/event-action/schema.js +0 -134
- package/lib/index.js +0 -181
- package/lib/plugin/Alert.js +0 -113
- package/lib/plugin/AnchorNav.d.ts +0 -48
- package/lib/plugin/AnchorNav.js +0 -297
- package/lib/plugin/Audio.js +0 -157
- package/lib/plugin/Avatar.d.ts +0 -27
- package/lib/plugin/Avatar.js +0 -305
- package/lib/plugin/Breadcrumb.js +0 -116
- package/lib/plugin/Button.js +0 -297
- package/lib/plugin/ButtonGroup.js +0 -139
- package/lib/plugin/ButtonToolbar.js +0 -89
- package/lib/plugin/CRUD.js +0 -1528
- package/lib/plugin/Card.js +0 -233
- package/lib/plugin/Cards.js +0 -254
- package/lib/plugin/Carousel.js +0 -358
- package/lib/plugin/Chart.js +0 -192
- package/lib/plugin/CodeView.js +0 -68
- package/lib/plugin/Collapse.js +0 -138
- package/lib/plugin/CollapseGroup.js +0 -237
- package/lib/plugin/Container.js +0 -100
- package/lib/plugin/Custom.js +0 -109
- package/lib/plugin/CustomRegion.js +0 -154
- package/lib/plugin/Date.js +0 -82
- package/lib/plugin/Datetime.js +0 -77
- package/lib/plugin/Dialog.js +0 -214
- package/lib/plugin/Divider.js +0 -49
- package/lib/plugin/Drawer.js +0 -240
- package/lib/plugin/DropDownButton.js +0 -229
- package/lib/plugin/Each.js +0 -131
- package/lib/plugin/Flex.js +0 -203
- package/lib/plugin/Form/ButtonGroupSelect.js +0 -161
- package/lib/plugin/Form/ButtonToolbar.js +0 -107
- package/lib/plugin/Form/ChainedSelect.js +0 -183
- package/lib/plugin/Form/Checkbox.js +0 -174
- package/lib/plugin/Form/Checkboxes.js +0 -213
- package/lib/plugin/Form/CodeEditor.js +0 -201
- package/lib/plugin/Form/Combo.js +0 -546
- package/lib/plugin/Form/ConditionBuilder.js +0 -302
- package/lib/plugin/Form/Control.js +0 -88
- package/lib/plugin/Form/DiffEditor.js +0 -204
- package/lib/plugin/Form/FieldSet.js +0 -152
- package/lib/plugin/Form/Form.js +0 -846
- package/lib/plugin/Form/Formula.js +0 -82
- package/lib/plugin/Form/Group.js +0 -252
- package/lib/plugin/Form/Hidden.js +0 -58
- package/lib/plugin/Form/InputArray.js +0 -181
- package/lib/plugin/Form/InputCity.d.ts +0 -23
- package/lib/plugin/Form/InputCity.js +0 -139
- package/lib/plugin/Form/InputColor.js +0 -295
- package/lib/plugin/Form/InputDate.js +0 -357
- package/lib/plugin/Form/InputDateRange.js +0 -350
- package/lib/plugin/Form/InputDateTime.js +0 -50
- package/lib/plugin/Form/InputDateTimeRange.js +0 -51
- package/lib/plugin/Form/InputEmail.js +0 -45
- package/lib/plugin/Form/InputExcel.js +0 -121
- package/lib/plugin/Form/InputFile.js +0 -354
- package/lib/plugin/Form/InputGroup.js +0 -100
- package/lib/plugin/Form/InputImage.d.ts +0 -24
- package/lib/plugin/Form/InputImage.js +0 -271
- package/lib/plugin/Form/InputKV.js +0 -129
- package/lib/plugin/Form/InputMonth.js +0 -48
- package/lib/plugin/Form/InputMonthRange.js +0 -51
- package/lib/plugin/Form/InputNumber.d.ts +0 -25
- package/lib/plugin/Form/InputNumber.js +0 -263
- package/lib/plugin/Form/InputPassword.js +0 -45
- package/lib/plugin/Form/InputQuarter.js +0 -48
- package/lib/plugin/Form/InputQuarterRange.js +0 -51
- package/lib/plugin/Form/InputRange.js +0 -292
- package/lib/plugin/Form/InputRating.js +0 -357
- package/lib/plugin/Form/InputRepeat.js +0 -65
- package/lib/plugin/Form/InputRichText.js +0 -193
- package/lib/plugin/Form/InputSubForm.js +0 -160
- package/lib/plugin/Form/InputTable.js +0 -400
- package/lib/plugin/Form/InputTag.d.ts +0 -25
- package/lib/plugin/Form/InputTag.js +0 -155
- package/lib/plugin/Form/InputText.js +0 -328
- package/lib/plugin/Form/InputTime.js +0 -48
- package/lib/plugin/Form/InputTimeRange.js +0 -51
- package/lib/plugin/Form/InputTree.js +0 -375
- package/lib/plugin/Form/InputURL.js +0 -46
- package/lib/plugin/Form/InputYear.js +0 -48
- package/lib/plugin/Form/InputYearRange.js +0 -51
- package/lib/plugin/Form/Item.js +0 -265
- package/lib/plugin/Form/ListSelect.js +0 -130
- package/lib/plugin/Form/LocationPicker.js +0 -74
- package/lib/plugin/Form/MatrixCheckboxes.js +0 -234
- package/lib/plugin/Form/NestedSelect.js +0 -328
- package/lib/plugin/Form/Picker.js +0 -169
- package/lib/plugin/Form/Radios.js +0 -189
- package/lib/plugin/Form/Select.js +0 -304
- package/lib/plugin/Form/Static.js +0 -312
- package/lib/plugin/Form/Switch.js +0 -219
- package/lib/plugin/Form/TabsTransfer.js +0 -348
- package/lib/plugin/Form/Textarea.js +0 -190
- package/lib/plugin/Form/Transfer.js +0 -414
- package/lib/plugin/Form/TreeSelect.js +0 -375
- package/lib/plugin/Form/UUID.js +0 -55
- package/lib/plugin/Grid.js +0 -680
- package/lib/plugin/HBox.js +0 -594
- package/lib/plugin/IFrame.js +0 -94
- package/lib/plugin/Image.js +0 -264
- package/lib/plugin/Images.js +0 -214
- package/lib/plugin/Json.js +0 -82
- package/lib/plugin/Link.js +0 -120
- package/lib/plugin/List.js +0 -220
- package/lib/plugin/ListItem.js +0 -195
- package/lib/plugin/Log.js +0 -62
- package/lib/plugin/Mapping.js +0 -149
- package/lib/plugin/Markdown.js +0 -58
- package/lib/plugin/Nav.js +0 -181
- package/lib/plugin/Operation.js +0 -84
- package/lib/plugin/Others/Action.js +0 -350
- package/lib/plugin/Others/TableCell.js +0 -393
- package/lib/plugin/Page.js +0 -363
- package/lib/plugin/Pagination.d.ts +0 -51
- package/lib/plugin/Pagination.js +0 -247
- package/lib/plugin/Panel.js +0 -222
- package/lib/plugin/Plain.js +0 -88
- package/lib/plugin/Progress.js +0 -258
- package/lib/plugin/Property.js +0 -147
- package/lib/plugin/QRCode.js +0 -107
- package/lib/plugin/Reset.js +0 -38
- package/lib/plugin/Service.js +0 -217
- package/lib/plugin/Sparkline.js +0 -50
- package/lib/plugin/Status.js +0 -86
- package/lib/plugin/Steps.js +0 -136
- package/lib/plugin/Submit.js +0 -38
- package/lib/plugin/Table.js +0 -594
- package/lib/plugin/TableView.js +0 -744
- package/lib/plugin/Tabs.js +0 -429
- package/lib/plugin/Tasks.js +0 -263
- package/lib/plugin/Time.js +0 -77
- package/lib/plugin/TooltipWrapper.js +0 -281
- package/lib/plugin/Tpl.js +0 -183
- package/lib/plugin/Video.js +0 -140
- package/lib/plugin/WebComponent.js +0 -70
- package/lib/plugin/Wizard.js +0 -799
- package/lib/plugin/Wrapper.js +0 -136
- package/lib/renderer/APIControl.d.ts +0 -7526
- package/lib/renderer/APIControl.js +0 -791
- package/lib/renderer/BadgeControl.js +0 -290
- package/lib/renderer/DataBindingControl.js +0 -91
- package/lib/renderer/DataMappingControl.d.ts +0 -11
- package/lib/renderer/DataMappingControl.js +0 -73
- package/lib/renderer/DataPickerControl.js +0 -83
- package/lib/renderer/DateShortCutControl.js +0 -254
- package/lib/renderer/FormulaControl.d.ts +0 -96
- package/lib/renderer/FormulaControl.js +0 -324
- package/lib/renderer/OptionControl.js +0 -672
- package/lib/renderer/RangePartsControl.d.ts +0 -91
- package/lib/renderer/RangePartsControl.js +0 -392
- package/lib/renderer/StatusControl.js +0 -171
- package/lib/renderer/SwitchMoreControl.js +0 -302
- package/lib/renderer/ValidationControl.js +0 -279
- package/lib/renderer/ValidationItem.js +0 -147
- package/lib/renderer/style-control/Background.js +0 -493
- package/lib/renderer/style-control/Border.js +0 -191
- package/lib/renderer/style-control/BoxModel.js +0 -73
- package/lib/renderer/style-control/BoxShadow.js +0 -125
- package/lib/renderer/style-control/Display.js +0 -233
- package/lib/renderer/style-control/Font.js +0 -239
- package/lib/renderer/style-control/font-family.js +0 -149
- package/lib/renderer/style-control/transformation.js +0 -84
- package/lib/tpl/api.d.ts +0 -1
- package/lib/tpl/api.js +0 -378
- package/lib/tpl/common.d.ts +0 -1
- package/lib/tpl/common.js +0 -808
- package/lib/tpl/horizontal.d.ts +0 -1
- package/lib/tpl/horizontal.js +0 -260
- package/lib/tpl/index.d.ts +0 -7
- package/lib/tpl/options.d.ts +0 -1
- package/lib/tpl/options.js +0 -265
- package/lib/tpl/style.d.ts +0 -15
- package/lib/tpl/style.js +0 -372
- package/lib/tpl/validations.d.ts +0 -1
- package/lib/tpl/validations.js +0 -568
- package/lib/util.d.ts +0 -24
- package/lib/util.js +0 -64
- package/lib/validator.js +0 -417
@@ -0,0 +1,1048 @@
|
|
1
|
+
import { Instance } from 'mobx-state-tree';
|
2
|
+
import { InsertEventContext, PluginEvent, RendererInfo, SubRendererInfo, ToolbarItem, PanelItem, MoveEventContext, ScaffoldForm, PopOverForm } from '../plugin';
|
3
|
+
import { Schema } from 'amis/lib/types';
|
4
|
+
import { EditorNodeType } from './node';
|
5
|
+
export interface SchemaHistory {
|
6
|
+
versionId: number;
|
7
|
+
schema: any;
|
8
|
+
}
|
9
|
+
export declare type SubEditorContext = {
|
10
|
+
title: string;
|
11
|
+
value: any;
|
12
|
+
onChange: (value: any, diff: any) => void;
|
13
|
+
slot?: any;
|
14
|
+
data?: any;
|
15
|
+
validate?: (value: any) => void | string | Promise<void | string>;
|
16
|
+
canUndo?: boolean;
|
17
|
+
canRedo?: boolean;
|
18
|
+
typeMutable?: boolean;
|
19
|
+
memberImmutable?: boolean | Array<string>;
|
20
|
+
props?: any;
|
21
|
+
};
|
22
|
+
export declare type PatchItem = {
|
23
|
+
op: 'update' | 'replace';
|
24
|
+
target: string;
|
25
|
+
value: any;
|
26
|
+
} | {
|
27
|
+
op: 'delete';
|
28
|
+
target: string;
|
29
|
+
} | {
|
30
|
+
op: 'push';
|
31
|
+
target: string;
|
32
|
+
key: string;
|
33
|
+
value: any;
|
34
|
+
} | {
|
35
|
+
op: 'splice';
|
36
|
+
target: string;
|
37
|
+
key: string;
|
38
|
+
args: Array<any>;
|
39
|
+
};
|
40
|
+
export interface ScaffoldFormContext extends ScaffoldForm {
|
41
|
+
value: any;
|
42
|
+
callback: (value: any) => void;
|
43
|
+
}
|
44
|
+
export interface PopOverFormContext extends PopOverForm {
|
45
|
+
target: () => HTMLElement;
|
46
|
+
value: any;
|
47
|
+
callback: (value: any, diff: any) => void;
|
48
|
+
}
|
49
|
+
/**
|
50
|
+
* 搜集的 name 信息
|
51
|
+
*/
|
52
|
+
export interface TargetName {
|
53
|
+
type: string;
|
54
|
+
name: string;
|
55
|
+
editorId: string;
|
56
|
+
}
|
57
|
+
export declare const EditorStore: import("mobx-state-tree").IModelType<{
|
58
|
+
isMobile: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
59
|
+
isSubEditor: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
60
|
+
amisDocHost: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
61
|
+
root: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
62
|
+
parentId: import("mobx-state-tree").IType<string | undefined, string, string>;
|
63
|
+
parentRegion: import("mobx-state-tree").IType<string | undefined, string, string>;
|
64
|
+
isCommonConfig: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
65
|
+
id: import("mobx-state-tree").IType<string | undefined, string, string>;
|
66
|
+
type: import("mobx-state-tree").IType<string | undefined, string, string>;
|
67
|
+
label: import("mobx-state-tree").IType<string | undefined, string, string>;
|
68
|
+
regionInfo: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IType<import("../plugin").RegionConfig, import("../plugin").RegionConfig, import("../plugin").RegionConfig>>;
|
69
|
+
path: import("mobx-state-tree").IType<string | undefined, string, string>;
|
70
|
+
schemaPath: import("mobx-state-tree").IType<string | undefined, string, string>;
|
71
|
+
region: import("mobx-state-tree").IType<string | undefined, string, string>;
|
72
|
+
preferTag: import("mobx-state-tree").IType<string | undefined, string, string>;
|
73
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
74
|
+
widthMutable: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
75
|
+
heightMutable: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
76
|
+
memberIndex: import("mobx-state-tree").IType<number | undefined, number, number>;
|
77
|
+
folded: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
78
|
+
patched: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
79
|
+
x: import("mobx-state-tree").IType<number | undefined, number, number>;
|
80
|
+
y: import("mobx-state-tree").IType<number | undefined, number, number>;
|
81
|
+
w: import("mobx-state-tree").IType<number | undefined, number, number>;
|
82
|
+
h: import("mobx-state-tree").IType<number | undefined, number, number>;
|
83
|
+
children: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IAnyModelType>, [undefined]>;
|
84
|
+
}, {
|
85
|
+
getData: import("mobx-state-tree").IType<() => any, () => any, () => any>;
|
86
|
+
} & {
|
87
|
+
readonly info: RendererInfo;
|
88
|
+
setInfo(value: RendererInfo): void;
|
89
|
+
readonly rendererConfig: import("amis-core").RendererConfig | undefined;
|
90
|
+
setRendererConfig(value: import("amis-core").RendererConfig): void;
|
91
|
+
readonly isVitualRenderer: boolean;
|
92
|
+
readonly clickable: boolean;
|
93
|
+
readonly draggable: boolean;
|
94
|
+
readonly moveable: boolean;
|
95
|
+
readonly canMoveUp: boolean;
|
96
|
+
readonly canMoveDown: boolean;
|
97
|
+
readonly removable: boolean;
|
98
|
+
readonly duplicatable: boolean;
|
99
|
+
readonly replaceable: boolean;
|
100
|
+
memberImmutable(region: string): boolean;
|
101
|
+
readonly isRegion: boolean;
|
102
|
+
readonly childRegions: any[];
|
103
|
+
readonly uniqueChildren: any[];
|
104
|
+
readonly sameIdChild: any;
|
105
|
+
readonly singleRegion: boolean;
|
106
|
+
isExists(id: string): boolean;
|
107
|
+
getChildById(id: string): any;
|
108
|
+
readonly parent: any;
|
109
|
+
readonly ancestorField: any;
|
110
|
+
readonly host: any;
|
111
|
+
readonly firstChild: any;
|
112
|
+
readonly index: any;
|
113
|
+
readonly prevSibling: any;
|
114
|
+
readonly nextSibling: any;
|
115
|
+
readonly schema: any;
|
116
|
+
readonly schemaParent: any;
|
117
|
+
readonly isSecondFactor: boolean;
|
118
|
+
} & {
|
119
|
+
updateIsCommonConfig: (value: boolean) => void;
|
120
|
+
addChild(props: {
|
121
|
+
id: string;
|
122
|
+
type: string;
|
123
|
+
label: string;
|
124
|
+
path: string;
|
125
|
+
isCommonConfig?: boolean | undefined;
|
126
|
+
info?: RendererInfo | undefined;
|
127
|
+
region?: string | undefined;
|
128
|
+
getData?: (() => any) | undefined;
|
129
|
+
preferTag?: string | undefined;
|
130
|
+
schemaPath?: string | undefined;
|
131
|
+
regionInfo?: import("../plugin").RegionConfig | undefined;
|
132
|
+
widthMutable?: boolean | undefined;
|
133
|
+
memberIndex?: number | undefined;
|
134
|
+
}): any;
|
135
|
+
removeChild(child: any): void;
|
136
|
+
toggleFold(e: import("react").MouseEvent<HTMLAnchorElement, MouseEvent>): void;
|
137
|
+
patch(store: any, force?: boolean): void;
|
138
|
+
updateSchema(value: any): void;
|
139
|
+
setComponent(value: any): void;
|
140
|
+
getComponent(): any;
|
141
|
+
calculateHighlightBox(root?: any): void;
|
142
|
+
resetHighlightBox(root: any): void;
|
143
|
+
updateState(state: any, replace?: boolean): void;
|
144
|
+
setWidthMutable(value: any): void;
|
145
|
+
setHeightMutable(value: any): void;
|
146
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
147
|
+
theme: import("mobx-state-tree").IType<string | undefined, string, string>;
|
148
|
+
hoverId: import("mobx-state-tree").IType<string | undefined, string, string>;
|
149
|
+
hoverRegion: import("mobx-state-tree").IType<string | undefined, string, string>;
|
150
|
+
activeId: import("mobx-state-tree").IType<string | undefined, string, string>;
|
151
|
+
activeRegion: import("mobx-state-tree").IType<string | undefined, string, string>;
|
152
|
+
mouseMoveRegion: import("mobx-state-tree").IType<string | undefined, string, string>;
|
153
|
+
selections: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[], string[], string[]>, [undefined]>;
|
154
|
+
contextId: import("mobx-state-tree").IType<string | undefined, string, string>;
|
155
|
+
dragMode: import("mobx-state-tree").IType<string | undefined, string, string>;
|
156
|
+
dragId: import("mobx-state-tree").IType<string | undefined, string, string>;
|
157
|
+
dragType: import("mobx-state-tree").IType<string | undefined, string, string>;
|
158
|
+
dragSchema: import("mobx-state-tree").IType<any, any, any>;
|
159
|
+
dropId: import("mobx-state-tree").IType<string | undefined, string, string>;
|
160
|
+
dropRegion: import("mobx-state-tree").IType<string | undefined, string, string>;
|
161
|
+
planDropId: import("mobx-state-tree").IType<string | undefined, string, string>;
|
162
|
+
planDropRegion: import("mobx-state-tree").IType<string | undefined, string, string>;
|
163
|
+
insertId: import("mobx-state-tree").IType<string | undefined, string, string>;
|
164
|
+
insertRegion: import("mobx-state-tree").IType<string | undefined, string, string>;
|
165
|
+
insertRenderers: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<SubRendererInfo[], SubRendererInfo[], SubRendererInfo[]>, [undefined]>;
|
166
|
+
insertRenderersKeywords: import("mobx-state-tree").IType<string | undefined, string, string>;
|
167
|
+
insertTag: import("mobx-state-tree").IType<string | undefined, string, string>;
|
168
|
+
insertSelected: import("mobx-state-tree").IType<string | undefined, string, string>;
|
169
|
+
insertMode: import("mobx-state-tree").IType<string | undefined, string, string>;
|
170
|
+
insertOrigId: import("mobx-state-tree").IType<string | undefined, string, string>;
|
171
|
+
insertBeforeId: import("mobx-state-tree").IType<string | undefined, string, string>;
|
172
|
+
showInsertRenderer: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
173
|
+
schema: import("mobx-state-tree").IType<any, any, any>;
|
174
|
+
versionId: import("mobx-state-tree").IType<number | undefined, number, number>;
|
175
|
+
schemaHistory: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<SchemaHistory, SchemaHistory, SchemaHistory>>, [undefined]>;
|
176
|
+
toolbars: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<ToolbarItem[], ToolbarItem[], ToolbarItem[]>, [undefined]>;
|
177
|
+
panels: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<PanelItem[], PanelItem[], PanelItem[]>, [undefined]>;
|
178
|
+
showCustomRenderersPanel: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
179
|
+
renderersTabsKey: import("mobx-state-tree").IType<string | undefined, string, string>;
|
180
|
+
subRenderers: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<SubRendererInfo[], SubRendererInfo[], SubRendererInfo[]>, [undefined]>;
|
181
|
+
subRenderersKeywords: import("mobx-state-tree").IType<string | undefined, string, string>;
|
182
|
+
subRenderersTag: import("mobx-state-tree").IType<string | undefined, string, string>;
|
183
|
+
subRendererRegion: import("mobx-state-tree").IType<string | undefined, string, string>;
|
184
|
+
customRenderersKeywords: import("mobx-state-tree").IType<string | undefined, string, string>;
|
185
|
+
customRenderersTag: import("mobx-state-tree").IType<string | undefined, string, string>;
|
186
|
+
panelKey: import("mobx-state-tree").IType<string | undefined, string, string>;
|
187
|
+
leftPanelKey: import("mobx-state-tree").IType<string | undefined, string, string>;
|
188
|
+
leftPanelOpenStatus: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
189
|
+
jsonSchemaUri: import("mobx-state-tree").IType<string | undefined, string, string>;
|
190
|
+
scaffoldForm: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IType<ScaffoldFormContext, ScaffoldFormContext, ScaffoldFormContext>>;
|
191
|
+
scaffoldFormBuzy: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
192
|
+
scaffoldError: import("mobx-state-tree").IType<string | undefined, string, string>;
|
193
|
+
popOverForm: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IType<PopOverFormContext, PopOverFormContext, PopOverFormContext>>;
|
194
|
+
subEditorContext: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IType<SubEditorContext, SubEditorContext, SubEditorContext>>;
|
195
|
+
calculateStarted: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
196
|
+
targetNames: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<TargetName, TargetName, TargetName>>, [undefined]>;
|
197
|
+
ctx: import("mobx-state-tree").IType<any, any, any>;
|
198
|
+
}, {
|
199
|
+
readonly filteredSchema: any;
|
200
|
+
readonly filteredSchemaForPreview: any;
|
201
|
+
isRootSchema(id: string): boolean;
|
202
|
+
isHoved(id: string): boolean | "";
|
203
|
+
isActive(id: string): boolean | "";
|
204
|
+
isContextOn(id: string): boolean | "";
|
205
|
+
readonly activeContainerId: string;
|
206
|
+
isRegionHighlighted(id: string, region: string): boolean;
|
207
|
+
isRegionHighlightHover(id: string, region: string): boolean;
|
208
|
+
isRegionActive(id: string, region: string): boolean;
|
209
|
+
isRegionDragEnter(id: string, region: string): boolean;
|
210
|
+
readonly highlightNodes: ({
|
211
|
+
parentId: string;
|
212
|
+
parentRegion: string;
|
213
|
+
isCommonConfig: boolean;
|
214
|
+
id: string;
|
215
|
+
type: string;
|
216
|
+
label: string;
|
217
|
+
regionInfo: (import("../plugin").RegionConfig & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IMaybe<import("mobx-state-tree").IType<import("../plugin").RegionConfig, import("../plugin").RegionConfig, import("../plugin").RegionConfig>>>) | undefined;
|
218
|
+
path: string;
|
219
|
+
schemaPath: string;
|
220
|
+
region: string;
|
221
|
+
preferTag: string;
|
222
|
+
state: any;
|
223
|
+
widthMutable: boolean;
|
224
|
+
heightMutable: boolean;
|
225
|
+
memberIndex: number;
|
226
|
+
folded: boolean;
|
227
|
+
patched: boolean;
|
228
|
+
x: number;
|
229
|
+
y: number;
|
230
|
+
w: number;
|
231
|
+
h: number;
|
232
|
+
children: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IAnyModelType> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IAnyModelType>, [undefined]>>;
|
233
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
234
|
+
getData: import("mobx-state-tree").IType<() => any, () => any, () => any>;
|
235
|
+
} & {
|
236
|
+
readonly info: RendererInfo;
|
237
|
+
setInfo(value: RendererInfo): void;
|
238
|
+
readonly rendererConfig: import("amis-core").RendererConfig | undefined;
|
239
|
+
setRendererConfig(value: import("amis-core").RendererConfig): void;
|
240
|
+
readonly isVitualRenderer: boolean;
|
241
|
+
readonly clickable: boolean;
|
242
|
+
readonly draggable: boolean;
|
243
|
+
readonly moveable: boolean;
|
244
|
+
readonly canMoveUp: boolean;
|
245
|
+
readonly canMoveDown: boolean;
|
246
|
+
readonly removable: boolean;
|
247
|
+
readonly duplicatable: boolean;
|
248
|
+
readonly replaceable: boolean;
|
249
|
+
memberImmutable(region: string): boolean;
|
250
|
+
readonly isRegion: boolean;
|
251
|
+
readonly childRegions: any[];
|
252
|
+
readonly uniqueChildren: any[];
|
253
|
+
readonly sameIdChild: any;
|
254
|
+
readonly singleRegion: boolean;
|
255
|
+
isExists(id: string): boolean;
|
256
|
+
getChildById(id: string): any;
|
257
|
+
readonly parent: any;
|
258
|
+
readonly ancestorField: any;
|
259
|
+
readonly host: any;
|
260
|
+
readonly firstChild: any;
|
261
|
+
readonly index: any;
|
262
|
+
readonly prevSibling: any;
|
263
|
+
readonly nextSibling: any;
|
264
|
+
readonly schema: any;
|
265
|
+
readonly schemaParent: any;
|
266
|
+
readonly isSecondFactor: boolean;
|
267
|
+
} & {
|
268
|
+
updateIsCommonConfig: (value: boolean) => void;
|
269
|
+
addChild(props: {
|
270
|
+
id: string;
|
271
|
+
type: string;
|
272
|
+
label: string;
|
273
|
+
path: string;
|
274
|
+
isCommonConfig?: boolean | undefined;
|
275
|
+
info?: RendererInfo | undefined;
|
276
|
+
region?: string | undefined;
|
277
|
+
getData?: (() => any) | undefined;
|
278
|
+
preferTag?: string | undefined;
|
279
|
+
schemaPath?: string | undefined;
|
280
|
+
regionInfo?: import("../plugin").RegionConfig | undefined;
|
281
|
+
widthMutable?: boolean | undefined;
|
282
|
+
memberIndex?: number | undefined;
|
283
|
+
}): any;
|
284
|
+
removeChild(child: any): void;
|
285
|
+
toggleFold(e: import("react").MouseEvent<HTMLAnchorElement, MouseEvent>): void;
|
286
|
+
patch(store: any, force?: boolean): void;
|
287
|
+
updateSchema(value: any): void;
|
288
|
+
setComponent(value: any): void;
|
289
|
+
getComponent(): any;
|
290
|
+
calculateHighlightBox(root?: any): void;
|
291
|
+
resetHighlightBox(root: any): void;
|
292
|
+
updateState(state: any, replace?: boolean): void;
|
293
|
+
setWidthMutable(value: any): void;
|
294
|
+
setHeightMutable(value: any): void;
|
295
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
296
|
+
parentId: import("mobx-state-tree").IType<string | undefined, string, string>;
|
297
|
+
parentRegion: import("mobx-state-tree").IType<string | undefined, string, string>;
|
298
|
+
isCommonConfig: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
299
|
+
id: import("mobx-state-tree").IType<string | undefined, string, string>;
|
300
|
+
type: import("mobx-state-tree").IType<string | undefined, string, string>;
|
301
|
+
label: import("mobx-state-tree").IType<string | undefined, string, string>;
|
302
|
+
regionInfo: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IType<import("../plugin").RegionConfig, import("../plugin").RegionConfig, import("../plugin").RegionConfig>>;
|
303
|
+
path: import("mobx-state-tree").IType<string | undefined, string, string>;
|
304
|
+
schemaPath: import("mobx-state-tree").IType<string | undefined, string, string>;
|
305
|
+
region: import("mobx-state-tree").IType<string | undefined, string, string>;
|
306
|
+
preferTag: import("mobx-state-tree").IType<string | undefined, string, string>;
|
307
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
308
|
+
widthMutable: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
309
|
+
heightMutable: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
310
|
+
memberIndex: import("mobx-state-tree").IType<number | undefined, number, number>;
|
311
|
+
folded: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
312
|
+
patched: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
313
|
+
x: import("mobx-state-tree").IType<number | undefined, number, number>;
|
314
|
+
y: import("mobx-state-tree").IType<number | undefined, number, number>;
|
315
|
+
w: import("mobx-state-tree").IType<number | undefined, number, number>;
|
316
|
+
h: import("mobx-state-tree").IType<number | undefined, number, number>;
|
317
|
+
children: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IAnyModelType>, [undefined]>;
|
318
|
+
}, {
|
319
|
+
getData: import("mobx-state-tree").IType<() => any, () => any, () => any>;
|
320
|
+
} & {
|
321
|
+
readonly info: RendererInfo;
|
322
|
+
setInfo(value: RendererInfo): void;
|
323
|
+
readonly rendererConfig: import("amis-core").RendererConfig | undefined;
|
324
|
+
setRendererConfig(value: import("amis-core").RendererConfig): void;
|
325
|
+
readonly isVitualRenderer: boolean;
|
326
|
+
readonly clickable: boolean;
|
327
|
+
readonly draggable: boolean;
|
328
|
+
readonly moveable: boolean;
|
329
|
+
readonly canMoveUp: boolean;
|
330
|
+
readonly canMoveDown: boolean;
|
331
|
+
readonly removable: boolean;
|
332
|
+
readonly duplicatable: boolean;
|
333
|
+
readonly replaceable: boolean;
|
334
|
+
memberImmutable(region: string): boolean;
|
335
|
+
readonly isRegion: boolean;
|
336
|
+
readonly childRegions: any[];
|
337
|
+
readonly uniqueChildren: any[];
|
338
|
+
readonly sameIdChild: any;
|
339
|
+
readonly singleRegion: boolean;
|
340
|
+
isExists(id: string): boolean;
|
341
|
+
getChildById(id: string): any;
|
342
|
+
readonly parent: any;
|
343
|
+
readonly ancestorField: any;
|
344
|
+
readonly host: any;
|
345
|
+
readonly firstChild: any;
|
346
|
+
readonly index: any;
|
347
|
+
readonly prevSibling: any;
|
348
|
+
readonly nextSibling: any;
|
349
|
+
readonly schema: any;
|
350
|
+
readonly schemaParent: any;
|
351
|
+
readonly isSecondFactor: boolean;
|
352
|
+
} & {
|
353
|
+
updateIsCommonConfig: (value: boolean) => void;
|
354
|
+
addChild(props: {
|
355
|
+
id: string;
|
356
|
+
type: string;
|
357
|
+
label: string;
|
358
|
+
path: string;
|
359
|
+
isCommonConfig?: boolean | undefined;
|
360
|
+
info?: RendererInfo | undefined;
|
361
|
+
region?: string | undefined;
|
362
|
+
getData?: (() => any) | undefined;
|
363
|
+
preferTag?: string | undefined;
|
364
|
+
schemaPath?: string | undefined;
|
365
|
+
regionInfo?: import("../plugin").RegionConfig | undefined;
|
366
|
+
widthMutable?: boolean | undefined;
|
367
|
+
memberIndex?: number | undefined;
|
368
|
+
}): any;
|
369
|
+
removeChild(child: any): void;
|
370
|
+
toggleFold(e: import("react").MouseEvent<HTMLAnchorElement, MouseEvent>): void;
|
371
|
+
patch(store: any, force?: boolean): void;
|
372
|
+
updateSchema(value: any): void;
|
373
|
+
setComponent(value: any): void;
|
374
|
+
getComponent(): any;
|
375
|
+
calculateHighlightBox(root?: any): void;
|
376
|
+
resetHighlightBox(root: any): void;
|
377
|
+
updateState(state: any, replace?: boolean): void;
|
378
|
+
setWidthMutable(value: any): void;
|
379
|
+
setHeightMutable(value: any): void;
|
380
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
|
381
|
+
getNodeById(id: string, regionOrType?: string): EditorNodeType | undefined;
|
382
|
+
readonly activeNodeInfo: RendererInfo | null | undefined;
|
383
|
+
getSchema(id?: string): any;
|
384
|
+
getSchemaParentById(id: string): any;
|
385
|
+
getSchemaPath(id: string): string;
|
386
|
+
getSimpleSchema(curSchema: any): any;
|
387
|
+
getPanelKey(): string;
|
388
|
+
getLeftPanelKey(): string;
|
389
|
+
readonly leftPanels: PanelItem[];
|
390
|
+
readonly rightPanels: PanelItem[];
|
391
|
+
readonly contextMenuPanel: PanelItem | undefined;
|
392
|
+
getPanels(): Array<PanelItem>;
|
393
|
+
getLeftPanels(): Array<PanelItem>;
|
394
|
+
readonly sortedToolbars: ToolbarItem[];
|
395
|
+
readonly sortedSecondaryToolbars: ToolbarItem[];
|
396
|
+
readonly sortedSpecialToolbars: ToolbarItem[];
|
397
|
+
readonly value: any;
|
398
|
+
getValueOf(id: string): any;
|
399
|
+
readonly valueWithoutHiddenProps: any;
|
400
|
+
readonly outline: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IAnyModelType> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IAnyModelType>, [undefined]>>;
|
401
|
+
readonly bcn: ({
|
402
|
+
parentId: string;
|
403
|
+
parentRegion: string;
|
404
|
+
isCommonConfig: boolean;
|
405
|
+
id: string;
|
406
|
+
type: string;
|
407
|
+
label: string;
|
408
|
+
regionInfo: (import("../plugin").RegionConfig & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IMaybe<import("mobx-state-tree").IType<import("../plugin").RegionConfig, import("../plugin").RegionConfig, import("../plugin").RegionConfig>>>) | undefined;
|
409
|
+
path: string;
|
410
|
+
schemaPath: string;
|
411
|
+
region: string;
|
412
|
+
preferTag: string;
|
413
|
+
state: any;
|
414
|
+
widthMutable: boolean;
|
415
|
+
heightMutable: boolean;
|
416
|
+
memberIndex: number;
|
417
|
+
folded: boolean;
|
418
|
+
patched: boolean;
|
419
|
+
x: number;
|
420
|
+
y: number;
|
421
|
+
w: number;
|
422
|
+
h: number;
|
423
|
+
children: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IAnyModelType> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IAnyModelType>, [undefined]>>;
|
424
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
425
|
+
getData: import("mobx-state-tree").IType<() => any, () => any, () => any>;
|
426
|
+
} & {
|
427
|
+
readonly info: RendererInfo;
|
428
|
+
setInfo(value: RendererInfo): void;
|
429
|
+
readonly rendererConfig: import("amis-core").RendererConfig | undefined;
|
430
|
+
setRendererConfig(value: import("amis-core").RendererConfig): void;
|
431
|
+
readonly isVitualRenderer: boolean;
|
432
|
+
readonly clickable: boolean;
|
433
|
+
readonly draggable: boolean;
|
434
|
+
readonly moveable: boolean;
|
435
|
+
readonly canMoveUp: boolean;
|
436
|
+
readonly canMoveDown: boolean;
|
437
|
+
readonly removable: boolean;
|
438
|
+
readonly duplicatable: boolean;
|
439
|
+
readonly replaceable: boolean;
|
440
|
+
memberImmutable(region: string): boolean;
|
441
|
+
readonly isRegion: boolean;
|
442
|
+
readonly childRegions: any[];
|
443
|
+
readonly uniqueChildren: any[];
|
444
|
+
readonly sameIdChild: any;
|
445
|
+
readonly singleRegion: boolean;
|
446
|
+
isExists(id: string): boolean;
|
447
|
+
getChildById(id: string): any;
|
448
|
+
readonly parent: any;
|
449
|
+
readonly ancestorField: any;
|
450
|
+
readonly host: any;
|
451
|
+
readonly firstChild: any;
|
452
|
+
readonly index: any;
|
453
|
+
readonly prevSibling: any;
|
454
|
+
readonly nextSibling: any;
|
455
|
+
readonly schema: any;
|
456
|
+
readonly schemaParent: any;
|
457
|
+
readonly isSecondFactor: boolean;
|
458
|
+
} & {
|
459
|
+
updateIsCommonConfig: (value: boolean) => void;
|
460
|
+
addChild(props: {
|
461
|
+
id: string;
|
462
|
+
type: string;
|
463
|
+
label: string;
|
464
|
+
path: string;
|
465
|
+
isCommonConfig?: boolean | undefined;
|
466
|
+
info?: RendererInfo | undefined;
|
467
|
+
region?: string | undefined;
|
468
|
+
getData?: (() => any) | undefined;
|
469
|
+
preferTag?: string | undefined;
|
470
|
+
schemaPath?: string | undefined;
|
471
|
+
regionInfo?: import("../plugin").RegionConfig | undefined;
|
472
|
+
widthMutable?: boolean | undefined;
|
473
|
+
memberIndex?: number | undefined;
|
474
|
+
}): any;
|
475
|
+
removeChild(child: any): void;
|
476
|
+
toggleFold(e: import("react").MouseEvent<HTMLAnchorElement, MouseEvent>): void;
|
477
|
+
patch(store: any, force?: boolean): void;
|
478
|
+
updateSchema(value: any): void;
|
479
|
+
setComponent(value: any): void;
|
480
|
+
getComponent(): any;
|
481
|
+
calculateHighlightBox(root?: any): void;
|
482
|
+
resetHighlightBox(root: any): void;
|
483
|
+
updateState(state: any, replace?: boolean): void;
|
484
|
+
setWidthMutable(value: any): void;
|
485
|
+
setHeightMutable(value: any): void;
|
486
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
487
|
+
parentId: import("mobx-state-tree").IType<string | undefined, string, string>;
|
488
|
+
parentRegion: import("mobx-state-tree").IType<string | undefined, string, string>;
|
489
|
+
isCommonConfig: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
490
|
+
id: import("mobx-state-tree").IType<string | undefined, string, string>;
|
491
|
+
type: import("mobx-state-tree").IType<string | undefined, string, string>;
|
492
|
+
label: import("mobx-state-tree").IType<string | undefined, string, string>;
|
493
|
+
regionInfo: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IType<import("../plugin").RegionConfig, import("../plugin").RegionConfig, import("../plugin").RegionConfig>>;
|
494
|
+
path: import("mobx-state-tree").IType<string | undefined, string, string>;
|
495
|
+
schemaPath: import("mobx-state-tree").IType<string | undefined, string, string>;
|
496
|
+
region: import("mobx-state-tree").IType<string | undefined, string, string>;
|
497
|
+
preferTag: import("mobx-state-tree").IType<string | undefined, string, string>;
|
498
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
499
|
+
widthMutable: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
500
|
+
heightMutable: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
501
|
+
memberIndex: import("mobx-state-tree").IType<number | undefined, number, number>;
|
502
|
+
folded: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
503
|
+
patched: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
504
|
+
x: import("mobx-state-tree").IType<number | undefined, number, number>;
|
505
|
+
y: import("mobx-state-tree").IType<number | undefined, number, number>;
|
506
|
+
w: import("mobx-state-tree").IType<number | undefined, number, number>;
|
507
|
+
h: import("mobx-state-tree").IType<number | undefined, number, number>;
|
508
|
+
children: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IAnyModelType>, [undefined]>;
|
509
|
+
}, {
|
510
|
+
getData: import("mobx-state-tree").IType<() => any, () => any, () => any>;
|
511
|
+
} & {
|
512
|
+
readonly info: RendererInfo;
|
513
|
+
setInfo(value: RendererInfo): void;
|
514
|
+
readonly rendererConfig: import("amis-core").RendererConfig | undefined;
|
515
|
+
setRendererConfig(value: import("amis-core").RendererConfig): void;
|
516
|
+
readonly isVitualRenderer: boolean;
|
517
|
+
readonly clickable: boolean;
|
518
|
+
readonly draggable: boolean;
|
519
|
+
readonly moveable: boolean;
|
520
|
+
readonly canMoveUp: boolean;
|
521
|
+
readonly canMoveDown: boolean;
|
522
|
+
readonly removable: boolean;
|
523
|
+
readonly duplicatable: boolean;
|
524
|
+
readonly replaceable: boolean;
|
525
|
+
memberImmutable(region: string): boolean;
|
526
|
+
readonly isRegion: boolean;
|
527
|
+
readonly childRegions: any[];
|
528
|
+
readonly uniqueChildren: any[];
|
529
|
+
readonly sameIdChild: any;
|
530
|
+
readonly singleRegion: boolean;
|
531
|
+
isExists(id: string): boolean;
|
532
|
+
getChildById(id: string): any;
|
533
|
+
readonly parent: any;
|
534
|
+
readonly ancestorField: any;
|
535
|
+
readonly host: any;
|
536
|
+
readonly firstChild: any;
|
537
|
+
readonly index: any;
|
538
|
+
readonly prevSibling: any;
|
539
|
+
readonly nextSibling: any;
|
540
|
+
readonly schema: any;
|
541
|
+
readonly schemaParent: any;
|
542
|
+
readonly isSecondFactor: boolean;
|
543
|
+
} & {
|
544
|
+
updateIsCommonConfig: (value: boolean) => void;
|
545
|
+
addChild(props: {
|
546
|
+
id: string;
|
547
|
+
type: string;
|
548
|
+
label: string;
|
549
|
+
path: string;
|
550
|
+
isCommonConfig?: boolean | undefined;
|
551
|
+
info?: RendererInfo | undefined;
|
552
|
+
region?: string | undefined;
|
553
|
+
getData?: (() => any) | undefined;
|
554
|
+
preferTag?: string | undefined;
|
555
|
+
schemaPath?: string | undefined;
|
556
|
+
regionInfo?: import("../plugin").RegionConfig | undefined;
|
557
|
+
widthMutable?: boolean | undefined;
|
558
|
+
memberIndex?: number | undefined;
|
559
|
+
}): any;
|
560
|
+
removeChild(child: any): void;
|
561
|
+
toggleFold(e: import("react").MouseEvent<HTMLAnchorElement, MouseEvent>): void;
|
562
|
+
patch(store: any, force?: boolean): void;
|
563
|
+
updateSchema(value: any): void;
|
564
|
+
setComponent(value: any): void;
|
565
|
+
getComponent(): any;
|
566
|
+
calculateHighlightBox(root?: any): void;
|
567
|
+
resetHighlightBox(root: any): void;
|
568
|
+
updateState(state: any, replace?: boolean): void;
|
569
|
+
setWidthMutable(value: any): void;
|
570
|
+
setHeightMutable(value: any): void;
|
571
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
|
572
|
+
readonly activePath: ({
|
573
|
+
parentId: string;
|
574
|
+
parentRegion: string;
|
575
|
+
isCommonConfig: boolean;
|
576
|
+
id: string;
|
577
|
+
type: string;
|
578
|
+
label: string;
|
579
|
+
regionInfo: (import("../plugin").RegionConfig & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IMaybe<import("mobx-state-tree").IType<import("../plugin").RegionConfig, import("../plugin").RegionConfig, import("../plugin").RegionConfig>>>) | undefined;
|
580
|
+
path: string;
|
581
|
+
schemaPath: string;
|
582
|
+
region: string;
|
583
|
+
preferTag: string;
|
584
|
+
state: any;
|
585
|
+
widthMutable: boolean;
|
586
|
+
heightMutable: boolean;
|
587
|
+
memberIndex: number;
|
588
|
+
folded: boolean;
|
589
|
+
patched: boolean;
|
590
|
+
x: number;
|
591
|
+
y: number;
|
592
|
+
w: number;
|
593
|
+
h: number;
|
594
|
+
children: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IAnyModelType> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IAnyModelType>, [undefined]>>;
|
595
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
596
|
+
getData: import("mobx-state-tree").IType<() => any, () => any, () => any>;
|
597
|
+
} & {
|
598
|
+
readonly info: RendererInfo;
|
599
|
+
setInfo(value: RendererInfo): void;
|
600
|
+
readonly rendererConfig: import("amis-core").RendererConfig | undefined;
|
601
|
+
setRendererConfig(value: import("amis-core").RendererConfig): void;
|
602
|
+
readonly isVitualRenderer: boolean;
|
603
|
+
readonly clickable: boolean;
|
604
|
+
readonly draggable: boolean;
|
605
|
+
readonly moveable: boolean;
|
606
|
+
readonly canMoveUp: boolean;
|
607
|
+
readonly canMoveDown: boolean;
|
608
|
+
readonly removable: boolean;
|
609
|
+
readonly duplicatable: boolean;
|
610
|
+
readonly replaceable: boolean;
|
611
|
+
memberImmutable(region: string): boolean;
|
612
|
+
readonly isRegion: boolean;
|
613
|
+
readonly childRegions: any[];
|
614
|
+
readonly uniqueChildren: any[];
|
615
|
+
readonly sameIdChild: any;
|
616
|
+
readonly singleRegion: boolean;
|
617
|
+
isExists(id: string): boolean;
|
618
|
+
getChildById(id: string): any;
|
619
|
+
readonly parent: any;
|
620
|
+
readonly ancestorField: any;
|
621
|
+
readonly host: any;
|
622
|
+
readonly firstChild: any;
|
623
|
+
readonly index: any;
|
624
|
+
readonly prevSibling: any;
|
625
|
+
readonly nextSibling: any;
|
626
|
+
readonly schema: any;
|
627
|
+
readonly schemaParent: any;
|
628
|
+
readonly isSecondFactor: boolean;
|
629
|
+
} & {
|
630
|
+
updateIsCommonConfig: (value: boolean) => void;
|
631
|
+
addChild(props: {
|
632
|
+
id: string;
|
633
|
+
type: string;
|
634
|
+
label: string;
|
635
|
+
path: string;
|
636
|
+
isCommonConfig?: boolean | undefined;
|
637
|
+
info?: RendererInfo | undefined;
|
638
|
+
region?: string | undefined;
|
639
|
+
getData?: (() => any) | undefined;
|
640
|
+
preferTag?: string | undefined;
|
641
|
+
schemaPath?: string | undefined;
|
642
|
+
regionInfo?: import("../plugin").RegionConfig | undefined;
|
643
|
+
widthMutable?: boolean | undefined;
|
644
|
+
memberIndex?: number | undefined;
|
645
|
+
}): any;
|
646
|
+
removeChild(child: any): void;
|
647
|
+
toggleFold(e: import("react").MouseEvent<HTMLAnchorElement, MouseEvent>): void;
|
648
|
+
patch(store: any, force?: boolean): void;
|
649
|
+
updateSchema(value: any): void;
|
650
|
+
setComponent(value: any): void;
|
651
|
+
getComponent(): any;
|
652
|
+
calculateHighlightBox(root?: any): void;
|
653
|
+
resetHighlightBox(root: any): void;
|
654
|
+
updateState(state: any, replace?: boolean): void;
|
655
|
+
setWidthMutable(value: any): void;
|
656
|
+
setHeightMutable(value: any): void;
|
657
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
658
|
+
parentId: import("mobx-state-tree").IType<string | undefined, string, string>;
|
659
|
+
parentRegion: import("mobx-state-tree").IType<string | undefined, string, string>;
|
660
|
+
isCommonConfig: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
661
|
+
id: import("mobx-state-tree").IType<string | undefined, string, string>;
|
662
|
+
type: import("mobx-state-tree").IType<string | undefined, string, string>;
|
663
|
+
label: import("mobx-state-tree").IType<string | undefined, string, string>;
|
664
|
+
regionInfo: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IType<import("../plugin").RegionConfig, import("../plugin").RegionConfig, import("../plugin").RegionConfig>>;
|
665
|
+
path: import("mobx-state-tree").IType<string | undefined, string, string>;
|
666
|
+
schemaPath: import("mobx-state-tree").IType<string | undefined, string, string>;
|
667
|
+
region: import("mobx-state-tree").IType<string | undefined, string, string>;
|
668
|
+
preferTag: import("mobx-state-tree").IType<string | undefined, string, string>;
|
669
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
670
|
+
widthMutable: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
671
|
+
heightMutable: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
672
|
+
memberIndex: import("mobx-state-tree").IType<number | undefined, number, number>;
|
673
|
+
folded: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
674
|
+
patched: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
675
|
+
x: import("mobx-state-tree").IType<number | undefined, number, number>;
|
676
|
+
y: import("mobx-state-tree").IType<number | undefined, number, number>;
|
677
|
+
w: import("mobx-state-tree").IType<number | undefined, number, number>;
|
678
|
+
h: import("mobx-state-tree").IType<number | undefined, number, number>;
|
679
|
+
children: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IAnyModelType>, [undefined]>;
|
680
|
+
}, {
|
681
|
+
getData: import("mobx-state-tree").IType<() => any, () => any, () => any>;
|
682
|
+
} & {
|
683
|
+
readonly info: RendererInfo;
|
684
|
+
setInfo(value: RendererInfo): void;
|
685
|
+
readonly rendererConfig: import("amis-core").RendererConfig | undefined;
|
686
|
+
setRendererConfig(value: import("amis-core").RendererConfig): void;
|
687
|
+
readonly isVitualRenderer: boolean;
|
688
|
+
readonly clickable: boolean;
|
689
|
+
readonly draggable: boolean;
|
690
|
+
readonly moveable: boolean;
|
691
|
+
readonly canMoveUp: boolean;
|
692
|
+
readonly canMoveDown: boolean;
|
693
|
+
readonly removable: boolean;
|
694
|
+
readonly duplicatable: boolean;
|
695
|
+
readonly replaceable: boolean;
|
696
|
+
memberImmutable(region: string): boolean;
|
697
|
+
readonly isRegion: boolean;
|
698
|
+
readonly childRegions: any[];
|
699
|
+
readonly uniqueChildren: any[];
|
700
|
+
readonly sameIdChild: any;
|
701
|
+
readonly singleRegion: boolean;
|
702
|
+
isExists(id: string): boolean;
|
703
|
+
getChildById(id: string): any;
|
704
|
+
readonly parent: any;
|
705
|
+
readonly ancestorField: any;
|
706
|
+
readonly host: any;
|
707
|
+
readonly firstChild: any;
|
708
|
+
readonly index: any;
|
709
|
+
readonly prevSibling: any;
|
710
|
+
readonly nextSibling: any;
|
711
|
+
readonly schema: any;
|
712
|
+
readonly schemaParent: any;
|
713
|
+
readonly isSecondFactor: boolean;
|
714
|
+
} & {
|
715
|
+
updateIsCommonConfig: (value: boolean) => void;
|
716
|
+
addChild(props: {
|
717
|
+
id: string;
|
718
|
+
type: string;
|
719
|
+
label: string;
|
720
|
+
path: string;
|
721
|
+
isCommonConfig?: boolean | undefined;
|
722
|
+
info?: RendererInfo | undefined;
|
723
|
+
region?: string | undefined;
|
724
|
+
getData?: (() => any) | undefined;
|
725
|
+
preferTag?: string | undefined;
|
726
|
+
schemaPath?: string | undefined;
|
727
|
+
regionInfo?: import("../plugin").RegionConfig | undefined;
|
728
|
+
widthMutable?: boolean | undefined;
|
729
|
+
memberIndex?: number | undefined;
|
730
|
+
}): any;
|
731
|
+
removeChild(child: any): void;
|
732
|
+
toggleFold(e: import("react").MouseEvent<HTMLAnchorElement, MouseEvent>): void;
|
733
|
+
patch(store: any, force?: boolean): void;
|
734
|
+
updateSchema(value: any): void;
|
735
|
+
setComponent(value: any): void;
|
736
|
+
getComponent(): any;
|
737
|
+
calculateHighlightBox(root?: any): void;
|
738
|
+
resetHighlightBox(root: any): void;
|
739
|
+
updateState(state: any, replace?: boolean): void;
|
740
|
+
setWidthMutable(value: any): void;
|
741
|
+
setHeightMutable(value: any): void;
|
742
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
|
743
|
+
getNodePathById(id: string): ({
|
744
|
+
parentId: string;
|
745
|
+
parentRegion: string;
|
746
|
+
isCommonConfig: boolean;
|
747
|
+
id: string;
|
748
|
+
type: string;
|
749
|
+
label: string;
|
750
|
+
regionInfo: (import("../plugin").RegionConfig & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IMaybe<import("mobx-state-tree").IType<import("../plugin").RegionConfig, import("../plugin").RegionConfig, import("../plugin").RegionConfig>>>) | undefined;
|
751
|
+
path: string;
|
752
|
+
schemaPath: string;
|
753
|
+
region: string;
|
754
|
+
preferTag: string;
|
755
|
+
state: any;
|
756
|
+
widthMutable: boolean;
|
757
|
+
heightMutable: boolean;
|
758
|
+
memberIndex: number;
|
759
|
+
folded: boolean;
|
760
|
+
patched: boolean;
|
761
|
+
x: number;
|
762
|
+
y: number;
|
763
|
+
w: number;
|
764
|
+
h: number;
|
765
|
+
children: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IAnyModelType> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IAnyModelType>, [undefined]>>;
|
766
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
767
|
+
getData: import("mobx-state-tree").IType<() => any, () => any, () => any>;
|
768
|
+
} & {
|
769
|
+
readonly info: RendererInfo;
|
770
|
+
setInfo(value: RendererInfo): void;
|
771
|
+
readonly rendererConfig: import("amis-core").RendererConfig | undefined;
|
772
|
+
setRendererConfig(value: import("amis-core").RendererConfig): void;
|
773
|
+
readonly isVitualRenderer: boolean;
|
774
|
+
readonly clickable: boolean;
|
775
|
+
readonly draggable: boolean;
|
776
|
+
readonly moveable: boolean;
|
777
|
+
readonly canMoveUp: boolean;
|
778
|
+
readonly canMoveDown: boolean;
|
779
|
+
readonly removable: boolean;
|
780
|
+
readonly duplicatable: boolean;
|
781
|
+
readonly replaceable: boolean;
|
782
|
+
memberImmutable(region: string): boolean;
|
783
|
+
readonly isRegion: boolean;
|
784
|
+
readonly childRegions: any[];
|
785
|
+
readonly uniqueChildren: any[];
|
786
|
+
readonly sameIdChild: any;
|
787
|
+
readonly singleRegion: boolean;
|
788
|
+
isExists(id: string): boolean;
|
789
|
+
getChildById(id: string): any;
|
790
|
+
readonly parent: any;
|
791
|
+
readonly ancestorField: any;
|
792
|
+
readonly host: any;
|
793
|
+
readonly firstChild: any;
|
794
|
+
readonly index: any;
|
795
|
+
readonly prevSibling: any;
|
796
|
+
readonly nextSibling: any;
|
797
|
+
readonly schema: any;
|
798
|
+
readonly schemaParent: any;
|
799
|
+
readonly isSecondFactor: boolean;
|
800
|
+
} & {
|
801
|
+
updateIsCommonConfig: (value: boolean) => void;
|
802
|
+
addChild(props: {
|
803
|
+
id: string;
|
804
|
+
type: string;
|
805
|
+
label: string;
|
806
|
+
path: string;
|
807
|
+
isCommonConfig?: boolean | undefined;
|
808
|
+
info?: RendererInfo | undefined;
|
809
|
+
region?: string | undefined;
|
810
|
+
getData?: (() => any) | undefined;
|
811
|
+
preferTag?: string | undefined;
|
812
|
+
schemaPath?: string | undefined;
|
813
|
+
regionInfo?: import("../plugin").RegionConfig | undefined;
|
814
|
+
widthMutable?: boolean | undefined;
|
815
|
+
memberIndex?: number | undefined;
|
816
|
+
}): any;
|
817
|
+
removeChild(child: any): void;
|
818
|
+
toggleFold(e: import("react").MouseEvent<HTMLAnchorElement, MouseEvent>): void;
|
819
|
+
patch(store: any, force?: boolean): void;
|
820
|
+
updateSchema(value: any): void;
|
821
|
+
setComponent(value: any): void;
|
822
|
+
getComponent(): any;
|
823
|
+
calculateHighlightBox(root?: any): void;
|
824
|
+
resetHighlightBox(root: any): void;
|
825
|
+
updateState(state: any, replace?: boolean): void;
|
826
|
+
setWidthMutable(value: any): void;
|
827
|
+
setHeightMutable(value: any): void;
|
828
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
829
|
+
parentId: import("mobx-state-tree").IType<string | undefined, string, string>;
|
830
|
+
parentRegion: import("mobx-state-tree").IType<string | undefined, string, string>;
|
831
|
+
isCommonConfig: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
832
|
+
id: import("mobx-state-tree").IType<string | undefined, string, string>;
|
833
|
+
type: import("mobx-state-tree").IType<string | undefined, string, string>;
|
834
|
+
label: import("mobx-state-tree").IType<string | undefined, string, string>;
|
835
|
+
regionInfo: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IType<import("../plugin").RegionConfig, import("../plugin").RegionConfig, import("../plugin").RegionConfig>>;
|
836
|
+
path: import("mobx-state-tree").IType<string | undefined, string, string>;
|
837
|
+
schemaPath: import("mobx-state-tree").IType<string | undefined, string, string>;
|
838
|
+
region: import("mobx-state-tree").IType<string | undefined, string, string>;
|
839
|
+
preferTag: import("mobx-state-tree").IType<string | undefined, string, string>;
|
840
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
841
|
+
widthMutable: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
842
|
+
heightMutable: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
843
|
+
memberIndex: import("mobx-state-tree").IType<number | undefined, number, number>;
|
844
|
+
folded: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
845
|
+
patched: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
846
|
+
x: import("mobx-state-tree").IType<number | undefined, number, number>;
|
847
|
+
y: import("mobx-state-tree").IType<number | undefined, number, number>;
|
848
|
+
w: import("mobx-state-tree").IType<number | undefined, number, number>;
|
849
|
+
h: import("mobx-state-tree").IType<number | undefined, number, number>;
|
850
|
+
children: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IAnyModelType>, [undefined]>;
|
851
|
+
}, {
|
852
|
+
getData: import("mobx-state-tree").IType<() => any, () => any, () => any>;
|
853
|
+
} & {
|
854
|
+
readonly info: RendererInfo;
|
855
|
+
setInfo(value: RendererInfo): void;
|
856
|
+
readonly rendererConfig: import("amis-core").RendererConfig | undefined;
|
857
|
+
setRendererConfig(value: import("amis-core").RendererConfig): void;
|
858
|
+
readonly isVitualRenderer: boolean;
|
859
|
+
readonly clickable: boolean;
|
860
|
+
readonly draggable: boolean;
|
861
|
+
readonly moveable: boolean;
|
862
|
+
readonly canMoveUp: boolean;
|
863
|
+
readonly canMoveDown: boolean;
|
864
|
+
readonly removable: boolean;
|
865
|
+
readonly duplicatable: boolean;
|
866
|
+
readonly replaceable: boolean;
|
867
|
+
memberImmutable(region: string): boolean;
|
868
|
+
readonly isRegion: boolean;
|
869
|
+
readonly childRegions: any[];
|
870
|
+
readonly uniqueChildren: any[];
|
871
|
+
readonly sameIdChild: any;
|
872
|
+
readonly singleRegion: boolean;
|
873
|
+
isExists(id: string): boolean;
|
874
|
+
getChildById(id: string): any;
|
875
|
+
readonly parent: any;
|
876
|
+
readonly ancestorField: any;
|
877
|
+
readonly host: any;
|
878
|
+
readonly firstChild: any;
|
879
|
+
readonly index: any;
|
880
|
+
readonly prevSibling: any;
|
881
|
+
readonly nextSibling: any;
|
882
|
+
readonly schema: any;
|
883
|
+
readonly schemaParent: any;
|
884
|
+
readonly isSecondFactor: boolean;
|
885
|
+
} & {
|
886
|
+
updateIsCommonConfig: (value: boolean) => void;
|
887
|
+
addChild(props: {
|
888
|
+
id: string;
|
889
|
+
type: string;
|
890
|
+
label: string;
|
891
|
+
path: string;
|
892
|
+
isCommonConfig?: boolean | undefined;
|
893
|
+
info?: RendererInfo | undefined;
|
894
|
+
region?: string | undefined;
|
895
|
+
getData?: (() => any) | undefined;
|
896
|
+
preferTag?: string | undefined;
|
897
|
+
schemaPath?: string | undefined;
|
898
|
+
regionInfo?: import("../plugin").RegionConfig | undefined;
|
899
|
+
widthMutable?: boolean | undefined;
|
900
|
+
memberIndex?: number | undefined;
|
901
|
+
}): any;
|
902
|
+
removeChild(child: any): void;
|
903
|
+
toggleFold(e: import("react").MouseEvent<HTMLAnchorElement, MouseEvent>): void;
|
904
|
+
patch(store: any, force?: boolean): void;
|
905
|
+
updateSchema(value: any): void;
|
906
|
+
setComponent(value: any): void;
|
907
|
+
getComponent(): any;
|
908
|
+
calculateHighlightBox(root?: any): void;
|
909
|
+
resetHighlightBox(root: any): void;
|
910
|
+
updateState(state: any, replace?: boolean): void;
|
911
|
+
setWidthMutable(value: any): void;
|
912
|
+
setHeightMutable(value: any): void;
|
913
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
|
914
|
+
readonly dragging: boolean;
|
915
|
+
readonly needPatch: boolean;
|
916
|
+
readonly schemaRaw: any;
|
917
|
+
/** 获取平台预置组件(基础组件)
|
918
|
+
* 备注:disabledRendererPlugin 为 true 则不在面板中展示
|
919
|
+
*/
|
920
|
+
readonly subRenderersByOrder: SubRendererInfo[];
|
921
|
+
/** 获取自定义组件
|
922
|
+
* 备注:disabledRendererPlugin 为 true 则不在面板中展示
|
923
|
+
*/
|
924
|
+
readonly customRenderersByOrder: SubRendererInfo[];
|
925
|
+
/** 根据关键字过滤组件 */
|
926
|
+
groupedRenderersByKeyword(_subRenderers: Array<SubRendererInfo>, keywords?: string): {
|
927
|
+
[propName: string]: SubRendererInfo[];
|
928
|
+
};
|
929
|
+
/** 根据关键字过滤预置组件
|
930
|
+
* 备注:组件搜索中需要
|
931
|
+
*/
|
932
|
+
groupedSubRenderersByKeyword(_subRenderers?: Array<SubRendererInfo>, keywords?: string): {
|
933
|
+
[propName: string]: SubRendererInfo[];
|
934
|
+
};
|
935
|
+
/**
|
936
|
+
* 根据当前分类和关键字获取预置组件
|
937
|
+
* 备注:组件面板展示需要
|
938
|
+
*/
|
939
|
+
readonly groupedSubRenderers: {
|
940
|
+
[propName: string]: SubRendererInfo[];
|
941
|
+
};
|
942
|
+
/** 根据关键字过滤自定义组件 */
|
943
|
+
groupedCustomRenderersByKeyword(_subRenderers?: Array<SubRendererInfo>, keywords?: string): {
|
944
|
+
[propName: string]: SubRendererInfo[];
|
945
|
+
};
|
946
|
+
/**
|
947
|
+
* 根据当前分类和关键字获取自定义组件
|
948
|
+
*/
|
949
|
+
readonly groupedCustomRenderers: {
|
950
|
+
[propName: string]: SubRendererInfo[];
|
951
|
+
};
|
952
|
+
getSubRendererById(id: string): any;
|
953
|
+
readonly groupedInsertRenderers: {
|
954
|
+
[propName: string]: SubRendererInfo[];
|
955
|
+
};
|
956
|
+
readonly selectedInsertRendererInfo: SubRendererInfo | undefined;
|
957
|
+
readonly subEditorSlotPath: string;
|
958
|
+
readonly subEditorValue: any;
|
959
|
+
readonly canUndo: boolean;
|
960
|
+
readonly canRedo: boolean;
|
961
|
+
} & {
|
962
|
+
setLayer(value: any): void;
|
963
|
+
getLayer(): HTMLElement | undefined;
|
964
|
+
setDoc(value: any): void;
|
965
|
+
getDoc(): Document;
|
966
|
+
setIframe(value: any): void;
|
967
|
+
getIframe(): HTMLIFrameElement | undefined;
|
968
|
+
setIsMobile(value?: boolean): void;
|
969
|
+
setCtx(value: any): void;
|
970
|
+
setTheme(value: string): void;
|
971
|
+
setIsSubEditor(isSubEditor: boolean): void;
|
972
|
+
setShowCustomRenderersPanel(_showCustomRenderersPanel: boolean): void;
|
973
|
+
setSchema(json: any): void;
|
974
|
+
insertSchema(event: PluginEvent<InsertEventContext>): any;
|
975
|
+
moveSchema(event: PluginEvent<MoveEventContext>): void;
|
976
|
+
setActiveId(id: string, region?: string, selections?: Array<string>): void;
|
977
|
+
setSelections(ids: Array<string>): void;
|
978
|
+
clearSelection(): void;
|
979
|
+
setHoverId(id: string, region?: string): void;
|
980
|
+
setMouseMoveRegion(region: string): void;
|
981
|
+
setInsertId(id: string): void;
|
982
|
+
setContextId(id: string): void;
|
983
|
+
setDragId(id: string, mode?: 'move' | 'copy', type?: string, schema?: any): void;
|
984
|
+
setDropId(id: string, region?: string): void;
|
985
|
+
setPlanDropId(id: string, region: string): void;
|
986
|
+
setActiveToolbars(activeToolbars: Array<ToolbarItem>): void;
|
987
|
+
setPanels(panels: Array<PanelItem>): void;
|
988
|
+
setSubRenderers(renderers: Array<SubRendererInfo>): void;
|
989
|
+
changeSubRenderersKeywords(keywords: string): void;
|
990
|
+
changeSubRenderersTag(tag: string): void;
|
991
|
+
resetSubRenderersKeywords(): void;
|
992
|
+
changeCustomRenderersKeywords(keywords: string): void;
|
993
|
+
changeCustomRenderersTag(tag: string): void;
|
994
|
+
resetCustomRenderersKeywords(): void;
|
995
|
+
changeSubRendererRegion(region: string): void;
|
996
|
+
changePanelKey(key: string): void;
|
997
|
+
changeLeftPanelKey(key: string): void;
|
998
|
+
changeRenderersTabsKey(key: string): void;
|
999
|
+
changeLeftPanelOpenStatus(isOpenStatus: boolean): void;
|
1000
|
+
showRendererPanel(tag?: string, msg?: string): void;
|
1001
|
+
changeValue(value: Schema, diff?: any): void;
|
1002
|
+
changeValueById(id: string, value: Schema, diff?: any, replace?: boolean, noTrace?: boolean): void;
|
1003
|
+
moveUp(id: string): void;
|
1004
|
+
moveDown(id: string): void;
|
1005
|
+
del(id: string): void;
|
1006
|
+
delMulti(ids: Array<string>): void;
|
1007
|
+
duplicate(id: string | Array<string>): void;
|
1008
|
+
emptyRegion(id: string, region: string): void;
|
1009
|
+
replaceChild(id: string, json: any): void;
|
1010
|
+
setInsertRegion(region: string, id?: string, tag?: string, mode?: 'insert' | 'replace', originId?: string, beforeId?: string): void;
|
1011
|
+
closeInsertPanel(): void;
|
1012
|
+
showInsertRendererPanel(): void;
|
1013
|
+
closeInsertRendererPanel(): void;
|
1014
|
+
setInsertRenderers(renderers: Array<SubRendererInfo>): void;
|
1015
|
+
changeInsertRenderersKeywords(keywords: string): void;
|
1016
|
+
resetInsertRenderersKeywords(): void;
|
1017
|
+
setInsertTag(tag: string): void;
|
1018
|
+
setInsertSelected(id: string): void;
|
1019
|
+
setJSONSchemaUri(schemaUri: string): void;
|
1020
|
+
openSubEditor(context: SubEditorContext): void;
|
1021
|
+
confirmSubEditor([valueRaw]: any): void;
|
1022
|
+
closeSubEditor(): void;
|
1023
|
+
subEditorOnChange(): void;
|
1024
|
+
undoSubEditor(): void;
|
1025
|
+
redoSubEditor(): void;
|
1026
|
+
subEditorRef(ref: any): void;
|
1027
|
+
openScaffoldForm(context: ScaffoldFormContext): void;
|
1028
|
+
closeScaffoldForm(): void;
|
1029
|
+
setScaffoldBuzy(value: any): void;
|
1030
|
+
setScaffoldError(msg?: string): void;
|
1031
|
+
openPopOverForm(context: PopOverFormContext): void;
|
1032
|
+
closePopOverForm(): void;
|
1033
|
+
calculateHighlightBox(ids: Array<string>): void;
|
1034
|
+
resetHighlightBox(ids: Array<string>): void;
|
1035
|
+
/**
|
1036
|
+
* 更新可供 target 及 reload 使用的名称列表
|
1037
|
+
*/
|
1038
|
+
updateTargetName(): void;
|
1039
|
+
traceableSetSchema(schema: any, noTrace?: boolean): void;
|
1040
|
+
undo(): void;
|
1041
|
+
redo(): void;
|
1042
|
+
resetHistory(): void;
|
1043
|
+
/**
|
1044
|
+
* 原来 MiniEditor 里面的逻辑,目前是 pageEditor 中使用了
|
1045
|
+
*/
|
1046
|
+
applyPatches(patches: Array<PatchItem>): void;
|
1047
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
1048
|
+
export declare type EditorStoreType = Instance<typeof EditorStore>;
|