amis-editor 4.1.0-beta.4 → 5.2.0-beta.1
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/component/BaseControl.d.ts +1831 -0
- package/lib/component/BaseControl.js +366 -0
- package/{dist/component/base → lib/component}/InputComponentName.d.ts +1 -1
- package/lib/component/InputComponentName.js +44 -0
- package/{dist → lib}/component/TableViewEditor.d.ts +2 -2
- package/lib/component/TableViewEditor.js +528 -0
- package/lib/event-action/actions.d.ts +3 -0
- package/lib/event-action/actions.js +188 -0
- package/lib/event-action/schema.d.ts +13 -0
- package/lib/event-action/schema.js +134 -0
- package/{dist → lib}/index.d.ts +27 -31
- package/lib/index.js +181 -0
- package/{dist → lib}/plugin/Alert.d.ts +5 -3
- package/lib/plugin/Alert.js +113 -0
- package/lib/plugin/AnchorNav.d.ts +48 -0
- package/lib/plugin/AnchorNav.js +297 -0
- package/{dist → lib}/plugin/Audio.d.ts +1 -1
- package/lib/plugin/Audio.js +157 -0
- package/{dist → lib}/plugin/Avatar.d.ts +11 -2
- package/lib/plugin/Avatar.js +305 -0
- package/{dist → lib}/plugin/Breadcrumb.d.ts +1 -1
- package/lib/plugin/Breadcrumb.js +116 -0
- package/{dist → lib}/plugin/Button.d.ts +7 -3
- package/lib/plugin/Button.js +297 -0
- package/lib/plugin/ButtonGroup.d.ts +39 -0
- package/lib/plugin/ButtonGroup.js +139 -0
- package/{dist → lib}/plugin/ButtonToolbar.d.ts +5 -11
- package/lib/plugin/ButtonToolbar.js +89 -0
- package/{dist → lib}/plugin/CRUD.d.ts +3 -1
- package/lib/plugin/CRUD.js +1528 -0
- package/{dist → lib}/plugin/Card.d.ts +2 -1
- package/lib/plugin/Card.js +233 -0
- package/{dist → lib}/plugin/Cards.d.ts +3 -2
- package/lib/plugin/Cards.js +254 -0
- package/{dist → lib}/plugin/Carousel.d.ts +2 -1
- package/lib/plugin/Carousel.js +358 -0
- package/{dist → lib}/plugin/Chart.d.ts +4 -1
- package/lib/plugin/Chart.js +192 -0
- package/{dist → lib}/plugin/CodeView.d.ts +1 -1
- package/lib/plugin/CodeView.js +68 -0
- package/{dist → lib}/plugin/Collapse.d.ts +3 -1
- package/lib/plugin/Collapse.js +138 -0
- package/{dist → lib}/plugin/CollapseGroup.d.ts +29 -5
- package/lib/plugin/CollapseGroup.js +237 -0
- package/{dist → lib}/plugin/Container.d.ts +3 -2
- package/lib/plugin/Container.js +100 -0
- package/{dist → lib}/plugin/Custom.d.ts +4 -1
- package/lib/plugin/Custom.js +109 -0
- package/lib/plugin/CustomRegion.d.ts +40 -0
- package/lib/plugin/CustomRegion.js +154 -0
- package/{dist → lib}/plugin/Date.d.ts +1 -1
- package/lib/plugin/Date.js +82 -0
- package/{dist → lib}/plugin/Datetime.d.ts +1 -1
- package/lib/plugin/Datetime.js +77 -0
- package/{dist → lib}/plugin/Dialog.d.ts +13 -3
- package/lib/plugin/Dialog.js +214 -0
- package/{dist → lib}/plugin/Divider.d.ts +1 -1
- package/lib/plugin/Divider.js +49 -0
- package/{dist → lib}/plugin/Drawer.d.ts +13 -3
- package/lib/plugin/Drawer.js +240 -0
- package/{dist → lib}/plugin/DropDownButton.d.ts +13 -12
- package/lib/plugin/DropDownButton.js +229 -0
- package/{dist → lib}/plugin/Each.d.ts +2 -2
- package/lib/plugin/Each.js +131 -0
- package/{dist → lib}/plugin/Flex.d.ts +2 -1
- package/lib/plugin/Flex.js +203 -0
- package/{dist → lib}/plugin/Form/ButtonGroupSelect.d.ts +7 -2
- package/lib/plugin/Form/ButtonGroupSelect.js +161 -0
- package/{dist → lib}/plugin/Form/ButtonToolbar.d.ts +8 -7
- package/lib/plugin/Form/ButtonToolbar.js +107 -0
- package/{dist → lib}/plugin/Form/ChainedSelect.d.ts +8 -2
- package/lib/plugin/Form/ChainedSelect.js +183 -0
- package/{dist → lib}/plugin/Form/Checkbox.d.ts +7 -2
- package/lib/plugin/Form/Checkbox.js +174 -0
- package/{dist → lib}/plugin/Form/Checkboxes.d.ts +8 -2
- package/lib/plugin/Form/Checkboxes.js +213 -0
- package/lib/plugin/Form/CodeEditor.d.ts +25 -0
- package/lib/plugin/Form/CodeEditor.js +201 -0
- package/{dist → lib}/plugin/Form/Combo.d.ts +4 -1
- package/lib/plugin/Form/Combo.js +546 -0
- package/{dist → lib}/plugin/Form/ConditionBuilder.d.ts +1 -1
- package/lib/plugin/Form/ConditionBuilder.js +302 -0
- package/{dist → lib}/plugin/Form/Control.d.ts +7 -2
- package/lib/plugin/Form/Control.js +88 -0
- package/{dist → lib}/plugin/Form/DiffEditor.d.ts +8 -2
- package/lib/plugin/Form/DiffEditor.js +204 -0
- package/{dist → lib}/plugin/Form/FieldSet.d.ts +1 -1
- package/lib/plugin/Form/FieldSet.js +152 -0
- package/lib/plugin/Form/Form.d.ts +42 -0
- package/lib/plugin/Form/Form.js +846 -0
- package/lib/plugin/Form/Formula.d.ts +27 -0
- package/lib/plugin/Form/Formula.js +82 -0
- package/{dist → lib}/plugin/Form/Group.d.ts +1 -1
- package/lib/plugin/Form/Group.js +252 -0
- package/{dist → lib}/plugin/Form/Hidden.d.ts +1 -1
- package/lib/plugin/Form/Hidden.js +58 -0
- package/{dist → lib}/plugin/Form/InputArray.d.ts +1 -1
- package/lib/plugin/Form/InputArray.js +181 -0
- package/{dist → lib}/plugin/Form/InputCity.d.ts +6 -2
- package/lib/plugin/Form/InputCity.js +139 -0
- package/{dist → lib}/plugin/Form/InputColor.d.ts +20 -18
- package/lib/plugin/Form/InputColor.js +295 -0
- package/lib/plugin/Form/InputDate.d.ts +26 -0
- package/lib/plugin/Form/InputDate.js +357 -0
- package/lib/plugin/Form/InputDateRange.d.ts +26 -0
- package/lib/plugin/Form/InputDateRange.js +350 -0
- package/{dist → lib}/plugin/Form/InputDateTime.d.ts +4 -4
- package/lib/plugin/Form/InputDateTime.js +50 -0
- package/lib/plugin/Form/InputDateTimeRange.d.ts +20 -0
- package/lib/plugin/Form/InputDateTimeRange.js +51 -0
- package/{dist → lib}/plugin/Form/InputEmail.d.ts +1 -0
- package/lib/plugin/Form/InputEmail.js +45 -0
- package/lib/plugin/Form/InputExcel.d.ts +23 -0
- package/lib/plugin/Form/InputExcel.js +121 -0
- package/{dist → lib}/plugin/Form/InputFile.d.ts +7 -3
- package/lib/plugin/Form/InputFile.js +354 -0
- package/{dist → lib}/plugin/Form/InputGroup.d.ts +1 -1
- package/lib/plugin/Form/InputGroup.js +100 -0
- package/{dist → lib}/plugin/Form/InputImage.d.ts +6 -2
- package/lib/plugin/Form/InputImage.js +271 -0
- package/{dist → lib}/plugin/Form/InputKV.d.ts +7 -1
- package/lib/plugin/Form/InputKV.js +129 -0
- package/{dist → lib}/plugin/Form/InputMonth.d.ts +1 -0
- package/lib/plugin/Form/InputMonth.js +48 -0
- package/{dist/plugin/Form/InputDate.d.ts → lib/plugin/Form/InputMonthRange.d.ts} +4 -4
- package/lib/plugin/Form/InputMonthRange.js +51 -0
- package/{dist → lib}/plugin/Form/InputNumber.d.ts +7 -2
- package/lib/plugin/Form/InputNumber.js +263 -0
- package/{dist → lib}/plugin/Form/InputPassword.d.ts +1 -0
- package/lib/plugin/Form/InputPassword.js +45 -0
- package/{dist → lib}/plugin/Form/InputQuarter.d.ts +1 -0
- package/lib/plugin/Form/InputQuarter.js +48 -0
- package/{dist → lib}/plugin/Form/InputQuarterRange.d.ts +4 -4
- package/lib/plugin/Form/InputQuarterRange.js +51 -0
- package/{dist → lib}/plugin/Form/InputRange.d.ts +7 -2
- package/lib/plugin/Form/InputRange.js +292 -0
- package/lib/plugin/Form/InputRating.d.ts +25 -0
- package/lib/plugin/Form/InputRating.js +357 -0
- package/{dist → lib}/plugin/Form/InputRepeat.d.ts +1 -1
- package/lib/plugin/Form/InputRepeat.js +65 -0
- package/{dist → lib}/plugin/Form/InputRichText.d.ts +1 -1
- package/lib/plugin/Form/InputRichText.js +193 -0
- package/{dist → lib}/plugin/Form/InputSubForm.d.ts +2 -1
- package/lib/plugin/Form/InputSubForm.js +160 -0
- package/{dist → lib}/plugin/Form/InputTable.d.ts +1 -1
- package/lib/plugin/Form/InputTable.js +400 -0
- package/{dist → lib}/plugin/Form/InputTag.d.ts +6 -2
- package/lib/plugin/Form/InputTag.js +155 -0
- package/lib/plugin/Form/InputText.d.ts +42 -0
- package/lib/plugin/Form/InputText.js +328 -0
- package/{dist → lib}/plugin/Form/InputTime.d.ts +3 -3
- package/lib/plugin/Form/InputTime.js +48 -0
- package/{dist/plugin/Form/InputDateTimeRange.d.ts → lib/plugin/Form/InputTimeRange.d.ts} +4 -4
- package/lib/plugin/Form/InputTimeRange.js +51 -0
- package/{dist → lib}/plugin/Form/InputTree.d.ts +6 -2
- package/lib/plugin/Form/InputTree.js +375 -0
- package/{dist → lib}/plugin/Form/InputURL.d.ts +2 -0
- package/lib/plugin/Form/InputURL.js +46 -0
- package/{dist → lib}/plugin/Form/InputYear.d.ts +1 -0
- package/lib/plugin/Form/InputYear.js +48 -0
- package/{dist/plugin/Form/InputMonthRange.d.ts → lib/plugin/Form/InputYearRange.d.ts} +4 -4
- package/lib/plugin/Form/InputYearRange.js +51 -0
- package/{dist → lib}/plugin/Form/Item.d.ts +2 -2
- package/lib/plugin/Form/Item.js +265 -0
- package/{dist → lib}/plugin/Form/ListSelect.d.ts +6 -2
- package/lib/plugin/Form/ListSelect.js +130 -0
- package/{dist/plugin/Form/InputDateRange.d.ts → lib/plugin/Form/LocationPicker.d.ts} +5 -6
- package/lib/plugin/Form/LocationPicker.js +74 -0
- package/{dist → lib}/plugin/Form/MatrixCheckboxes.d.ts +7 -2
- package/lib/plugin/Form/MatrixCheckboxes.js +234 -0
- package/{dist → lib}/plugin/Form/NestedSelect.d.ts +8 -2
- package/lib/plugin/Form/NestedSelect.js +328 -0
- package/{dist → lib}/plugin/Form/Picker.d.ts +1 -1
- package/lib/plugin/Form/Picker.js +169 -0
- package/{dist → lib}/plugin/Form/Radios.d.ts +7 -2
- package/lib/plugin/Form/Radios.js +189 -0
- package/{dist → lib}/plugin/Form/Select.d.ts +7 -2
- package/lib/plugin/Form/Select.js +304 -0
- package/{dist → lib}/plugin/Form/Static.d.ts +4 -3
- package/lib/plugin/Form/Static.js +312 -0
- package/{dist → lib}/plugin/Form/Switch.d.ts +9 -2
- package/lib/plugin/Form/Switch.js +219 -0
- package/{dist → lib}/plugin/Form/TabsTransfer.d.ts +5 -2
- package/lib/plugin/Form/TabsTransfer.js +348 -0
- package/{dist → lib}/plugin/Form/Textarea.d.ts +8 -2
- package/lib/plugin/Form/Textarea.js +190 -0
- package/{dist → lib}/plugin/Form/Transfer.d.ts +5 -2
- package/lib/plugin/Form/Transfer.js +414 -0
- package/{dist → lib}/plugin/Form/TreeSelect.d.ts +6 -2
- package/lib/plugin/Form/TreeSelect.js +375 -0
- package/{dist → lib}/plugin/Form/UUID.d.ts +1 -1
- package/lib/plugin/Form/UUID.js +55 -0
- package/{dist → lib}/plugin/Grid.d.ts +3 -2
- package/lib/plugin/Grid.js +680 -0
- package/{dist → lib}/plugin/HBox.d.ts +3 -2
- package/lib/plugin/HBox.js +594 -0
- package/{dist → lib}/plugin/IFrame.d.ts +6 -5
- package/lib/plugin/IFrame.js +94 -0
- package/{dist → lib}/plugin/Image.d.ts +1 -1
- package/lib/plugin/Image.js +264 -0
- package/{dist → lib}/plugin/Images.d.ts +1 -1
- package/lib/plugin/Images.js +214 -0
- package/{dist → lib}/plugin/Json.d.ts +2 -1
- package/lib/plugin/Json.js +82 -0
- package/{dist → lib}/plugin/Link.d.ts +2 -1
- package/lib/plugin/Link.js +120 -0
- package/{dist → lib}/plugin/List.d.ts +3 -2
- package/lib/plugin/List.js +220 -0
- package/{dist → lib}/plugin/ListItem.d.ts +1 -1
- package/lib/plugin/ListItem.js +195 -0
- package/{dist → lib}/plugin/Log.d.ts +1 -1
- package/lib/plugin/Log.js +62 -0
- package/{dist → lib}/plugin/Mapping.d.ts +2 -1
- package/lib/plugin/Mapping.js +149 -0
- package/{dist → lib}/plugin/Markdown.d.ts +2 -1
- package/lib/plugin/Markdown.js +58 -0
- package/lib/plugin/Nav.d.ts +48 -0
- package/lib/plugin/Nav.js +181 -0
- package/{dist → lib}/plugin/Operation.d.ts +1 -1
- package/lib/plugin/Operation.js +84 -0
- package/{dist → lib}/plugin/Others/Action.d.ts +6 -2
- package/lib/plugin/Others/Action.js +350 -0
- package/{dist → lib}/plugin/Others/TableCell.d.ts +1 -1
- package/lib/plugin/Others/TableCell.js +393 -0
- package/{dist → lib}/plugin/Page.d.ts +7 -4
- package/lib/plugin/Page.js +363 -0
- package/lib/plugin/Pagination.d.ts +51 -0
- package/lib/plugin/Pagination.js +247 -0
- package/{dist → lib}/plugin/Panel.d.ts +1 -1
- package/lib/plugin/Panel.js +222 -0
- package/{dist → lib}/plugin/Plain.d.ts +1 -1
- package/lib/plugin/Plain.js +88 -0
- package/{dist → lib}/plugin/Progress.d.ts +7 -2
- package/lib/plugin/Progress.js +258 -0
- package/{dist → lib}/plugin/Property.d.ts +1 -1
- package/lib/plugin/Property.js +147 -0
- package/{dist → lib}/plugin/QRCode.d.ts +2 -1
- package/lib/plugin/QRCode.js +107 -0
- package/{dist → lib}/plugin/Reset.d.ts +0 -1
- package/lib/plugin/Reset.js +38 -0
- package/{dist → lib}/plugin/Service.d.ts +5 -1
- package/lib/plugin/Service.js +217 -0
- package/{dist → lib}/plugin/Sparkline.d.ts +2 -1
- package/lib/plugin/Sparkline.js +50 -0
- package/{dist → lib}/plugin/Status.d.ts +2 -1
- package/lib/plugin/Status.js +86 -0
- package/{dist → lib}/plugin/Steps.d.ts +2 -1
- package/lib/plugin/Steps.js +136 -0
- package/{dist → lib}/plugin/Submit.d.ts +0 -1
- package/lib/plugin/Submit.js +38 -0
- package/{dist → lib}/plugin/Table.d.ts +7 -2
- package/lib/plugin/Table.js +594 -0
- package/{dist → lib}/plugin/TableView.d.ts +2 -1
- package/lib/plugin/TableView.js +744 -0
- package/{dist → lib}/plugin/Tabs.d.ts +34 -2
- package/lib/plugin/Tabs.js +429 -0
- package/{dist → lib}/plugin/Tasks.d.ts +2 -1
- package/lib/plugin/Tasks.js +263 -0
- package/{dist → lib}/plugin/Time.d.ts +1 -1
- package/lib/plugin/Time.js +77 -0
- package/{dist → lib}/plugin/TooltipWrapper.d.ts +12 -1
- package/lib/plugin/TooltipWrapper.js +281 -0
- package/{dist → lib}/plugin/Tpl.d.ts +3 -2
- package/lib/plugin/Tpl.js +183 -0
- package/{dist → lib}/plugin/Video.d.ts +2 -1
- package/lib/plugin/Video.js +140 -0
- package/{dist → lib}/plugin/WebComponent.d.ts +2 -1
- package/lib/plugin/WebComponent.js +70 -0
- package/{dist → lib}/plugin/Wizard.d.ts +16 -4
- package/lib/plugin/Wizard.js +799 -0
- package/{dist → lib}/plugin/Wrapper.d.ts +2 -1
- package/lib/plugin/Wrapper.js +136 -0
- package/lib/renderer/APIControl.d.ts +7526 -0
- package/lib/renderer/APIControl.js +791 -0
- package/lib/renderer/BadgeControl.d.ts +134 -0
- package/lib/renderer/BadgeControl.js +290 -0
- package/lib/renderer/DataBindingControl.d.ts +14 -0
- package/lib/renderer/DataBindingControl.js +91 -0
- package/lib/renderer/DataMappingControl.d.ts +11 -0
- package/lib/renderer/DataMappingControl.js +73 -0
- package/lib/renderer/DataPickerControl.d.ts +13 -0
- package/lib/renderer/DataPickerControl.js +83 -0
- package/lib/renderer/DateShortCutControl.d.ts +83 -0
- package/lib/renderer/DateShortCutControl.js +254 -0
- package/lib/renderer/FormulaControl.d.ts +96 -0
- package/lib/renderer/FormulaControl.js +324 -0
- package/{dist/component/Control → lib/renderer}/OptionControl.d.ts +25 -36
- package/lib/renderer/OptionControl.js +672 -0
- package/{dist/component/Control → lib/renderer}/PopoverEdit.d.ts +4 -4
- package/lib/renderer/RangePartsControl.d.ts +91 -0
- package/lib/renderer/RangePartsControl.js +392 -0
- package/lib/renderer/StatusControl.d.ts +39 -0
- package/lib/renderer/StatusControl.js +171 -0
- package/lib/renderer/SwitchMoreControl.d.ts +222 -0
- package/lib/renderer/SwitchMoreControl.js +302 -0
- package/lib/renderer/ValidationControl.d.ts +65 -0
- package/lib/renderer/ValidationControl.js +279 -0
- package/lib/renderer/ValidationItem.d.ts +46 -0
- package/lib/renderer/ValidationItem.js +147 -0
- package/lib/renderer/style-control/Background.d.ts +17 -0
- package/lib/renderer/style-control/Background.js +493 -0
- package/lib/renderer/style-control/Border.d.ts +18 -0
- package/lib/renderer/style-control/Border.js +191 -0
- package/lib/renderer/style-control/BoxModel.d.ts +17 -0
- package/lib/renderer/style-control/BoxModel.js +73 -0
- package/lib/renderer/style-control/BoxShadow.d.ts +18 -0
- package/lib/renderer/style-control/BoxShadow.js +125 -0
- package/lib/renderer/style-control/Display.d.ts +14 -0
- package/lib/renderer/style-control/Display.js +233 -0
- package/lib/renderer/style-control/Font.d.ts +16 -0
- package/lib/renderer/style-control/Font.js +239 -0
- package/lib/renderer/style-control/font-family.d.ts +11 -0
- package/lib/renderer/style-control/font-family.js +149 -0
- package/lib/renderer/style-control/transformation.d.ts +29 -0
- package/lib/renderer/style-control/transformation.js +84 -0
- package/lib/renderer/style-control/types.d.ts +8 -0
- package/lib/tpl/api.d.ts +1 -0
- package/lib/tpl/api.js +378 -0
- package/lib/tpl/common.d.ts +1 -0
- package/lib/tpl/common.js +808 -0
- package/lib/tpl/horizontal.d.ts +1 -0
- package/lib/tpl/horizontal.js +260 -0
- package/lib/tpl/index.d.ts +7 -0
- package/lib/tpl/options.d.ts +1 -0
- package/lib/tpl/options.js +265 -0
- package/{dist/component/schemaTpl.d.ts → lib/tpl/style.d.ts} +0 -4
- package/lib/tpl/style.js +372 -0
- package/lib/tpl/validations.d.ts +1 -0
- package/lib/tpl/validations.js +568 -0
- package/lib/util.d.ts +24 -0
- package/lib/util.js +64 -0
- package/lib/validator.d.ts +62 -0
- package/lib/validator.js +417 -0
- package/package.json +36 -25
- package/dist/150a58f3318ca7541ed9.png +0 -0
- package/dist/471adb97c322b226e589.png +0 -0
- package/dist/4de5f42360bc5946c3c2.png +0 -0
- package/dist/4e9968bba3855f088fed.png +0 -0
- package/dist/7f09c38ebc687fea847a.png +0 -0
- package/dist/c94073576487510314ea.png +0 -0
- package/dist/cebfe0bc5a1dbde02da1.svg +0 -10
- package/dist/compat.d.ts +0 -30
- package/dist/component/Breadcrumb.d.ts +0 -12
- package/dist/component/ClassNameControl.d.ts +0 -31
- package/dist/component/CommonConfigWrapper.d.ts +0 -6
- package/dist/component/ContainerWrapper.d.ts +0 -12
- package/dist/component/Control/APIControl.d.ts +0 -504
- package/dist/component/Control/ValidationControl.d.ts +0 -30
- package/dist/component/Editor.d.ts +0 -62
- package/dist/component/HighlightBox.d.ts +0 -29
- package/dist/component/IFrameBridge.d.ts +0 -32
- package/dist/component/IFramePreview.d.ts +0 -37
- package/dist/component/MiniEditor.d.ts +0 -9
- package/dist/component/NodeWrapper.d.ts +0 -20
- package/dist/component/Panel/AMisCodeEditor.d.ts +0 -37
- package/dist/component/Panel/AvailableRenderersPanel.d.ts +0 -10
- package/dist/component/Panel/CodeEditorPanel.d.ts +0 -6
- package/dist/component/Panel/ContextMenuPanel.d.ts +0 -8
- package/dist/component/Panel/DrawerPanel.d.ts +0 -15
- package/dist/component/Panel/DrawerRendererPanel.d.ts +0 -15
- package/dist/component/Panel/InsertSubRendererPanel.d.ts +0 -11
- package/dist/component/Panel/LeftPanels.d.ts +0 -20
- package/dist/component/Panel/Outline.d.ts +0 -18
- package/dist/component/Panel/RenderersPanel.d.ts +0 -32
- package/dist/component/Panel/RightPanels.d.ts +0 -21
- package/dist/component/Panel/TargetNamePanel.d.ts +0 -7
- package/dist/component/PopOverForm.d.ts +0 -22
- package/dist/component/Preview.d.ts +0 -65
- package/dist/component/RegionHLBox.d.ts +0 -20
- package/dist/component/RegionWrapper.d.ts +0 -192
- package/dist/component/RendererThumb.d.ts +0 -22
- package/dist/component/ScaffoldModal.d.ts +0 -24
- package/dist/component/SubEditor.d.ts +0 -67
- package/dist/component/VRenderer.d.ts +0 -177
- package/dist/component/base/BackTop.d.ts +0 -26
- package/dist/component/base/ErrorRenderer.d.ts +0 -4
- package/dist/component/base/SearchRendererPanel.d.ts +0 -59
- package/dist/component/base/WidthDraggableBtn.d.ts +0 -16
- package/dist/component/base/WidthDraggableContainer.d.ts +0 -2
- package/dist/component/remarkTpl.d.ts +0 -150
- package/dist/dnd/default.d.ts +0 -47
- package/dist/dnd/index.d.ts +0 -119
- package/dist/dnd/interface.d.ts +0 -14
- package/dist/dnd/position-h.d.ts +0 -7
- package/dist/env.d.ts +0 -5
- package/dist/exports.d.ts +0 -8
- package/dist/exports.min.js +0 -1
- package/dist/icons/index.d.ts +0 -2
- package/dist/index.min.js +0 -1
- package/dist/manager.d.ts +0 -445
- package/dist/mocker.d.ts +0 -1
- package/dist/plugin/AnchorNav.d.ts +0 -67
- package/dist/plugin/ButtonGroup.d.ts +0 -60
- package/dist/plugin/ErrorRenderer.d.ts +0 -7
- package/dist/plugin/Form/CodeEditor.d.ts +0 -40
- package/dist/plugin/Form/Form.d.ts +0 -20
- package/dist/plugin/Form/Formula.d.ts +0 -51
- package/dist/plugin/Form/InputExcel.d.ts +0 -58
- package/dist/plugin/Form/InputRating.d.ts +0 -19
- package/dist/plugin/Form/InputText.d.ts +0 -20
- package/dist/plugin/Form/LocationPicker.d.ts +0 -48
- package/dist/plugin/Nav.d.ts +0 -162
- package/dist/plugin/Others/BasicToolbar.d.ts +0 -11
- package/dist/plugin/Others/DataDebug.d.ts +0 -19
- package/dist/plugin/Others/Unknown.d.ts +0 -5
- package/dist/plugin/Panel/AvailableRenderers.d.ts +0 -8
- package/dist/plugin/Panel/Code.d.ts +0 -9
- package/dist/plugin/Panel/Name.d.ts +0 -8
- package/dist/plugin.d.ts +0 -600
- package/dist/store/editor.d.ts +0 -985
- package/dist/store/node.d.ts +0 -259
- package/dist/style.css +0 -1
- package/dist/util.d.ts +0 -72
- 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/side_hide_left.svg +0 -10
@@ -1,5 +1,5 @@
|
|
1
|
-
import { BaseEventContext, BasePlugin, ContextMenuEventContext, ContextMenuItem, PluginEvent, RendererJSONSchemaResolveEventContext, VRendererConfig, ResizeMoveEventContext } from '
|
2
|
-
import { EditorNodeType } from '
|
1
|
+
import { BaseEventContext, BasePlugin, ContextMenuEventContext, ContextMenuItem, PluginEvent, RendererJSONSchemaResolveEventContext, VRendererConfig, ResizeMoveEventContext } from 'amis-editor-core';
|
2
|
+
import { EditorNodeType } from 'amis-editor-core';
|
3
3
|
import { Schema } from 'amis/lib/types';
|
4
4
|
export declare class HBoxPlugin extends BasePlugin {
|
5
5
|
rendererName: string;
|
@@ -9,6 +9,7 @@ export declare class HBoxPlugin extends BasePlugin {
|
|
9
9
|
isBaseComponent: boolean;
|
10
10
|
icon: string;
|
11
11
|
description: string;
|
12
|
+
docLink: string;
|
12
13
|
tags: string[];
|
13
14
|
scaffold: {
|
14
15
|
type: string;
|
@@ -0,0 +1,594 @@
|
|
1
|
+
/**
|
2
|
+
* amis-editor v5.2.0-beta.1
|
3
|
+
* Copyright 2018-2022 @fex
|
4
|
+
*/
|
5
|
+
|
6
|
+
'use strict';
|
7
|
+
|
8
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
9
|
+
|
10
|
+
var tslib = require('tslib');
|
11
|
+
var amis = require('amis');
|
12
|
+
var React = require('react');
|
13
|
+
var AMisCodeEditor = require('amis-editor-core');
|
14
|
+
|
15
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
16
|
+
|
17
|
+
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
18
|
+
|
19
|
+
var HBoxPlugin = /** @class */ (function (_super) {
|
20
|
+
tslib.__extends(HBoxPlugin, _super);
|
21
|
+
function HBoxPlugin() {
|
22
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
23
|
+
// 关联渲染器名字
|
24
|
+
_this.rendererName = 'hbox';
|
25
|
+
_this.$schema = '/schemas/HBoxSchema.json';
|
26
|
+
_this.disabledRendererPlugin = true; // 组件面板不显示
|
27
|
+
// 组件名称
|
28
|
+
_this.name = 'HBox';
|
29
|
+
_this.isBaseComponent = true;
|
30
|
+
_this.icon = 'fa fa-columns';
|
31
|
+
_this.description = '用来实现左右排版布局,默认平均分配,可以通过 columnClassName 配置某列的宽度。';
|
32
|
+
_this.docLink = '/amis/zh-CN/components/hbox';
|
33
|
+
_this.tags = ['容器'];
|
34
|
+
_this.scaffold = {
|
35
|
+
type: 'hbox',
|
36
|
+
gap: 'base',
|
37
|
+
columns: [
|
38
|
+
{
|
39
|
+
body: []
|
40
|
+
},
|
41
|
+
{
|
42
|
+
body: []
|
43
|
+
}
|
44
|
+
]
|
45
|
+
};
|
46
|
+
_this.previewSchema = {
|
47
|
+
type: 'hbox',
|
48
|
+
columns: [
|
49
|
+
{
|
50
|
+
type: 'tpl',
|
51
|
+
tpl: '固定宽度<br />w-xs',
|
52
|
+
columnClassName: 'bg-primary w-xs'
|
53
|
+
},
|
54
|
+
{
|
55
|
+
type: 'tpl',
|
56
|
+
tpl: '自动填满',
|
57
|
+
columnClassName: 'bg-success'
|
58
|
+
}
|
59
|
+
]
|
60
|
+
};
|
61
|
+
_this.panelTitle = 'HBox';
|
62
|
+
_this.panelBodyCreator = function (context) { return [
|
63
|
+
AMisCodeEditor.getSchemaTpl('tabs', [
|
64
|
+
{
|
65
|
+
title: '常规',
|
66
|
+
body: [
|
67
|
+
AMisCodeEditor.getSchemaTpl('fieldSet', {
|
68
|
+
title: '插入',
|
69
|
+
collapsable: false,
|
70
|
+
body: [
|
71
|
+
{
|
72
|
+
type: 'wrapper',
|
73
|
+
size: 'none',
|
74
|
+
className: 'grid grid-cols-2 gap-4 mb-4',
|
75
|
+
body: [
|
76
|
+
{
|
77
|
+
children: (React__default["default"].createElement(amis.Button, { size: "sm", onClick: function () { return _this.insertRowAfter(context.node); } },
|
78
|
+
React__default["default"].createElement(AMisCodeEditor.Icon, { className: "icon", icon: "arrow-to-bottom" }),
|
79
|
+
React__default["default"].createElement("span", null, "\u4E0B\u65B9\u63D2\u5165\u65B0\u884C")))
|
80
|
+
},
|
81
|
+
{
|
82
|
+
children: (React__default["default"].createElement(amis.Button, { size: "sm", onClick: function () { return _this.insertRowBefore(context.node); } },
|
83
|
+
React__default["default"].createElement(AMisCodeEditor.Icon, { className: "icon", icon: "top-arrow-to-top" }),
|
84
|
+
React__default["default"].createElement("span", null, "\u4E0A\u65B9\u63D2\u5165\u65B0\u884C")))
|
85
|
+
}
|
86
|
+
]
|
87
|
+
},
|
88
|
+
{
|
89
|
+
label: '列数',
|
90
|
+
name: 'columns',
|
91
|
+
type: 'select',
|
92
|
+
pipeIn: function (value) {
|
93
|
+
return Array.isArray(value) ? value.length : undefined;
|
94
|
+
},
|
95
|
+
pipeOut: function (value, origin) {
|
96
|
+
if (Array.isArray(origin)) {
|
97
|
+
if (origin.length > value) {
|
98
|
+
origin = origin.concat();
|
99
|
+
origin.splice(value - 1, origin.length - value);
|
100
|
+
}
|
101
|
+
else {
|
102
|
+
origin = origin.concat(AMisCodeEditor.repeatArray({
|
103
|
+
body: []
|
104
|
+
}, value - origin.length));
|
105
|
+
}
|
106
|
+
}
|
107
|
+
return origin;
|
108
|
+
},
|
109
|
+
options: AMisCodeEditor.repeatArray(null, 12).map(function (_, index) { return ({
|
110
|
+
label: "".concat(index + 1),
|
111
|
+
value: index + 1
|
112
|
+
}); })
|
113
|
+
}
|
114
|
+
]
|
115
|
+
}),
|
116
|
+
{
|
117
|
+
type: 'list-select',
|
118
|
+
name: 'gap',
|
119
|
+
label: '列间距',
|
120
|
+
size: 'sm',
|
121
|
+
clearable: true,
|
122
|
+
tiled: true,
|
123
|
+
options: [
|
124
|
+
{
|
125
|
+
label: '极小',
|
126
|
+
value: 'xs'
|
127
|
+
},
|
128
|
+
{
|
129
|
+
label: '小',
|
130
|
+
value: 'sm'
|
131
|
+
},
|
132
|
+
{
|
133
|
+
label: '正常',
|
134
|
+
value: 'base'
|
135
|
+
},
|
136
|
+
{
|
137
|
+
label: '中',
|
138
|
+
value: 'md'
|
139
|
+
},
|
140
|
+
{
|
141
|
+
label: '大',
|
142
|
+
value: 'lg'
|
143
|
+
}
|
144
|
+
]
|
145
|
+
},
|
146
|
+
{
|
147
|
+
name: 'columns',
|
148
|
+
label: '列集合',
|
149
|
+
type: 'combo',
|
150
|
+
scaffold: {
|
151
|
+
body: []
|
152
|
+
},
|
153
|
+
minLength: 1,
|
154
|
+
multiple: true,
|
155
|
+
// draggable: true,
|
156
|
+
draggableTip: '',
|
157
|
+
items: [
|
158
|
+
{
|
159
|
+
type: 'tpl',
|
160
|
+
tpl: '<span class="label label-default">列${index | plus}</span>',
|
161
|
+
columnClassName: 'no-grow v-middle'
|
162
|
+
},
|
163
|
+
AMisCodeEditor.getSchemaTpl('className', {
|
164
|
+
name: 'columnClassName',
|
165
|
+
labelRemark: '',
|
166
|
+
label: ''
|
167
|
+
})
|
168
|
+
]
|
169
|
+
},
|
170
|
+
AMisCodeEditor.getSchemaTpl('fieldSet', {
|
171
|
+
title: '水平对齐',
|
172
|
+
collapsable: false,
|
173
|
+
body: [
|
174
|
+
{
|
175
|
+
type: 'button-group-select',
|
176
|
+
name: 'align',
|
177
|
+
size: 'sm',
|
178
|
+
label: false,
|
179
|
+
tiled: true,
|
180
|
+
pipeIn: AMisCodeEditor.defaultValue('left'),
|
181
|
+
options: [
|
182
|
+
{
|
183
|
+
value: 'left',
|
184
|
+
label: '左对齐'
|
185
|
+
},
|
186
|
+
{
|
187
|
+
value: 'center',
|
188
|
+
label: '中间对齐'
|
189
|
+
},
|
190
|
+
{
|
191
|
+
value: 'right',
|
192
|
+
label: '右对齐'
|
193
|
+
},
|
194
|
+
{
|
195
|
+
value: 'between',
|
196
|
+
label: '两端对齐'
|
197
|
+
}
|
198
|
+
]
|
199
|
+
}
|
200
|
+
]
|
201
|
+
}),
|
202
|
+
AMisCodeEditor.getSchemaTpl('fieldSet', {
|
203
|
+
title: '垂直对齐',
|
204
|
+
collapsable: false,
|
205
|
+
body: [
|
206
|
+
{
|
207
|
+
type: 'button-group-select',
|
208
|
+
name: 'valign',
|
209
|
+
size: 'sm',
|
210
|
+
label: false,
|
211
|
+
tiled: true,
|
212
|
+
pipeIn: AMisCodeEditor.defaultValue('top'),
|
213
|
+
options: [
|
214
|
+
{
|
215
|
+
value: 'top',
|
216
|
+
label: '顶部对齐'
|
217
|
+
},
|
218
|
+
{
|
219
|
+
value: 'middle',
|
220
|
+
label: '中间对齐'
|
221
|
+
},
|
222
|
+
{
|
223
|
+
value: 'bottom',
|
224
|
+
label: '底部对齐'
|
225
|
+
},
|
226
|
+
{
|
227
|
+
value: 'between',
|
228
|
+
label: '两端对齐'
|
229
|
+
}
|
230
|
+
]
|
231
|
+
}
|
232
|
+
]
|
233
|
+
})
|
234
|
+
]
|
235
|
+
},
|
236
|
+
{
|
237
|
+
title: '外观',
|
238
|
+
body: [
|
239
|
+
AMisCodeEditor.getSchemaTpl('className'),
|
240
|
+
AMisCodeEditor.getSchemaTpl('subFormItemMode'),
|
241
|
+
AMisCodeEditor.getSchemaTpl('subFormHorizontalMode'),
|
242
|
+
AMisCodeEditor.getSchemaTpl('subFormHorizontal')
|
243
|
+
]
|
244
|
+
},
|
245
|
+
{
|
246
|
+
title: '显隐',
|
247
|
+
body: [AMisCodeEditor.getSchemaTpl('visible')]
|
248
|
+
}
|
249
|
+
])
|
250
|
+
]; };
|
251
|
+
_this.vRendererConfig = {
|
252
|
+
regions: {
|
253
|
+
body: {
|
254
|
+
key: 'body',
|
255
|
+
label: '内容区',
|
256
|
+
placeholder: '列',
|
257
|
+
wrapperResolve: function (dom) { return dom; }
|
258
|
+
}
|
259
|
+
},
|
260
|
+
panelTitle: '列',
|
261
|
+
panelBodyCreator: function (context) {
|
262
|
+
return [
|
263
|
+
AMisCodeEditor.getSchemaTpl('tabs', [
|
264
|
+
{
|
265
|
+
title: '常规',
|
266
|
+
body: [
|
267
|
+
AMisCodeEditor.getSchemaTpl('fieldSet', {
|
268
|
+
title: '插入',
|
269
|
+
collapsable: false,
|
270
|
+
body: [
|
271
|
+
{
|
272
|
+
type: 'wrapper',
|
273
|
+
size: 'none',
|
274
|
+
className: 'grid grid-cols-2 gap-4',
|
275
|
+
body: [
|
276
|
+
{
|
277
|
+
children: (React__default["default"].createElement(amis.Button, { size: "sm", onClick: function () {
|
278
|
+
return _this.insertRowAfter(context.node.host);
|
279
|
+
} },
|
280
|
+
React__default["default"].createElement(AMisCodeEditor.Icon, { className: "icon", icon: "arrow-to-bottom" }),
|
281
|
+
React__default["default"].createElement("span", null, "\u4E0B\u65B9\u63D2\u5165\u65B0\u884C")))
|
282
|
+
},
|
283
|
+
{
|
284
|
+
children: (React__default["default"].createElement(amis.Button, { size: "sm", onClick: function () {
|
285
|
+
return _this.insertRowBefore(context.node.host);
|
286
|
+
} },
|
287
|
+
React__default["default"].createElement(AMisCodeEditor.Icon, { className: "icon", icon: "top-arrow-to-top" }),
|
288
|
+
React__default["default"].createElement("span", null, "\u4E0A\u65B9\u63D2\u5165\u65B0\u884C")))
|
289
|
+
},
|
290
|
+
{
|
291
|
+
children: (React__default["default"].createElement(amis.Button, { size: "sm", onClick: function () { return _this.insertColumnBefore(context); } },
|
292
|
+
React__default["default"].createElement(AMisCodeEditor.Icon, { className: "icon", icon: "left-arrow-to-left" }),
|
293
|
+
React__default["default"].createElement("span", null, "\u5DE6\u4FA7\u63D2\u5165\u65B0\u5217")))
|
294
|
+
},
|
295
|
+
{
|
296
|
+
children: (React__default["default"].createElement(amis.Button, { size: "sm", onClick: function () { return _this.insertColumnAfter(context); } },
|
297
|
+
React__default["default"].createElement(AMisCodeEditor.Icon, { className: "icon", icon: "arrow-to-right" }),
|
298
|
+
React__default["default"].createElement("span", null, "\u53F3\u4FA7\u63D2\u5165\u65B0\u5217")))
|
299
|
+
}
|
300
|
+
]
|
301
|
+
}
|
302
|
+
]
|
303
|
+
}),
|
304
|
+
AMisCodeEditor.getSchemaTpl('fieldSet', {
|
305
|
+
title: '宽度设置',
|
306
|
+
collapsable: false,
|
307
|
+
body: [
|
308
|
+
{
|
309
|
+
type: 'button-group-select',
|
310
|
+
name: 'width',
|
311
|
+
size: 'sm',
|
312
|
+
label: false,
|
313
|
+
pipeIn: function (value) {
|
314
|
+
return value && value !== 'auto' ? 'manual' : value || '';
|
315
|
+
},
|
316
|
+
pipeOut: function (value) {
|
317
|
+
return value === 'manual' ? '20%' : value;
|
318
|
+
},
|
319
|
+
options: [
|
320
|
+
{
|
321
|
+
value: '',
|
322
|
+
label: '适配宽度'
|
323
|
+
},
|
324
|
+
{
|
325
|
+
value: 'auto',
|
326
|
+
label: '适配内容'
|
327
|
+
},
|
328
|
+
{
|
329
|
+
value: 'manual',
|
330
|
+
label: '手动'
|
331
|
+
}
|
332
|
+
],
|
333
|
+
description: '<% if (this.width && this.width !== "auto") {%>请按住高亮框右侧方块拖动调整宽度<%}%>'
|
334
|
+
}
|
335
|
+
]
|
336
|
+
}),
|
337
|
+
AMisCodeEditor.getSchemaTpl('fieldSet', {
|
338
|
+
title: '垂直对齐',
|
339
|
+
collapsable: false,
|
340
|
+
body: [
|
341
|
+
{
|
342
|
+
type: 'button-group-select',
|
343
|
+
name: 'valign',
|
344
|
+
size: 'sm',
|
345
|
+
label: false,
|
346
|
+
tiled: true,
|
347
|
+
clearable: true,
|
348
|
+
options: [
|
349
|
+
{
|
350
|
+
value: 'top',
|
351
|
+
label: '顶部对齐'
|
352
|
+
},
|
353
|
+
{
|
354
|
+
value: 'middle',
|
355
|
+
label: '中间对齐'
|
356
|
+
},
|
357
|
+
{
|
358
|
+
value: 'bottom',
|
359
|
+
label: '底部对齐'
|
360
|
+
},
|
361
|
+
{
|
362
|
+
value: 'between',
|
363
|
+
label: '两端对齐'
|
364
|
+
}
|
365
|
+
]
|
366
|
+
}
|
367
|
+
]
|
368
|
+
})
|
369
|
+
]
|
370
|
+
},
|
371
|
+
{
|
372
|
+
title: '外观',
|
373
|
+
body: [
|
374
|
+
AMisCodeEditor.getSchemaTpl('className', {
|
375
|
+
name: 'columnClassName',
|
376
|
+
label: '列 CSS 类名',
|
377
|
+
description: '可以添加宽度类样式调整宽度,默认宽度为平均分配。'
|
378
|
+
})
|
379
|
+
]
|
380
|
+
}
|
381
|
+
])
|
382
|
+
];
|
383
|
+
}
|
384
|
+
};
|
385
|
+
_this.vWrapperResolve = function (dom) { return dom; };
|
386
|
+
_this.overrides = {
|
387
|
+
renderColumn: function (node, index) {
|
388
|
+
var _a, _b;
|
389
|
+
var dom = this.super(node, index);
|
390
|
+
var info = this.props.$$editor;
|
391
|
+
if (info && node.$$id) {
|
392
|
+
var plugin = info.plugin;
|
393
|
+
var region = (_b = (_a = plugin.vRendererConfig) === null || _a === void 0 ? void 0 : _a.regions) === null || _b === void 0 ? void 0 : _b.body;
|
394
|
+
if (!region) {
|
395
|
+
return dom;
|
396
|
+
}
|
397
|
+
return (React__default["default"].createElement(AMisCodeEditor.VRenderer, { key: node.$$id, type: info.type, plugin: info.plugin, renderer: info.renderer, "$schema": "" // /schemas/GridColumn.json
|
398
|
+
, hostId: info.id, memberIndex: index, name: "\u7B2C".concat(index + 1, "\u5217"), id: node.$$id, draggable: false, schemaPath: "".concat(info.schemaPath, "/hbox/").concat(index), wrapperResolve: plugin.vWrapperResolve, path: "".concat(this.props.$path, "/").concat(index), data: this.props.data, widthMutable: true }, region ? (React__default["default"].createElement(AMisCodeEditor.RegionWrapper, { key: region.key, preferTag: region.preferTag, name: region.key, label: region.label, regionConfig: region, placeholder: region.placeholder, editorStore: plugin.manager.store, manager: plugin.manager, children: dom, wrapperResolve: region.wrapperResolve, rendererName: info.renderer.name })) : (dom)));
|
399
|
+
}
|
400
|
+
return dom;
|
401
|
+
}
|
402
|
+
};
|
403
|
+
return _this;
|
404
|
+
}
|
405
|
+
// buildEditorPanel(context: BaseEventContext, panels: Array<BasicPanelItem>) {
|
406
|
+
// super.buildEditorPanel(context, panels);
|
407
|
+
// const parent = context.node.parent?.host as EditorNodeType;
|
408
|
+
// if (
|
409
|
+
// parent?.info?.plugin === this &&
|
410
|
+
// (this.vRendererConfig.panelControls ||
|
411
|
+
// this.vRendererConfig.panelControlsCreator)
|
412
|
+
// ) {
|
413
|
+
// panels.push({
|
414
|
+
// key: 'grid',
|
415
|
+
// order: 100,
|
416
|
+
// icon: this.vRendererConfig.panelIcon || 'fa fa-tablet',
|
417
|
+
// title: this.vRendererConfig.panelTitle || '格子',
|
418
|
+
// render: this.manager.makeSchemaFormRender({
|
419
|
+
// body: this.vRendererConfig.panelControlsCreator
|
420
|
+
// ? this.vRendererConfig.panelControlsCreator(context)
|
421
|
+
// : this.vRendererConfig.panelControls!
|
422
|
+
// })
|
423
|
+
// });
|
424
|
+
// }
|
425
|
+
// }
|
426
|
+
HBoxPlugin.prototype.afterResolveJsonSchema = function (event) {
|
427
|
+
var _a, _b;
|
428
|
+
var context = event.context;
|
429
|
+
var parent = (_a = context.node.parent) === null || _a === void 0 ? void 0 : _a.host;
|
430
|
+
if (((_b = parent === null || parent === void 0 ? void 0 : parent.info) === null || _b === void 0 ? void 0 : _b.plugin) === this) {
|
431
|
+
event.setData('/schemas/HBoxColumn.json');
|
432
|
+
}
|
433
|
+
};
|
434
|
+
HBoxPlugin.prototype.buildEditorContextMenu = function (context, menus) {
|
435
|
+
var _this = this;
|
436
|
+
var _a;
|
437
|
+
if (context.selections.length || ((_a = context.info) === null || _a === void 0 ? void 0 : _a.plugin) !== this) {
|
438
|
+
return;
|
439
|
+
}
|
440
|
+
if (context.node.isVitualRenderer) {
|
441
|
+
menus.push('|');
|
442
|
+
menus.push({
|
443
|
+
label: '左侧插入一列',
|
444
|
+
onSelect: function () { return _this.insertColumnBefore(context); }
|
445
|
+
});
|
446
|
+
menus.push({
|
447
|
+
label: '右侧插入一列',
|
448
|
+
onSelect: function () { return _this.insertColumnAfter(context); }
|
449
|
+
});
|
450
|
+
menus.push('|');
|
451
|
+
menus.push({
|
452
|
+
label: '上方插入一行',
|
453
|
+
onSelect: function () { return _this.insertRowBefore(context.node.host); }
|
454
|
+
});
|
455
|
+
menus.push({
|
456
|
+
label: '下方插入一行',
|
457
|
+
onSelect: function () { return _this.insertRowAfter(context.node.host); }
|
458
|
+
});
|
459
|
+
}
|
460
|
+
else {
|
461
|
+
menus.push('|');
|
462
|
+
menus.push({
|
463
|
+
label: '上方插入一行',
|
464
|
+
onSelect: function () { return _this.insertRowBefore(context.node); }
|
465
|
+
});
|
466
|
+
menus.push({
|
467
|
+
label: '下方插入一行',
|
468
|
+
onSelect: function () { return _this.insertRowAfter(context.node); }
|
469
|
+
});
|
470
|
+
}
|
471
|
+
};
|
472
|
+
HBoxPlugin.prototype.onWidthChangeStart = function (event) {
|
473
|
+
var _a, _b;
|
474
|
+
var context = event.context;
|
475
|
+
var node = context.node;
|
476
|
+
if (((_a = node.info) === null || _a === void 0 ? void 0 : _a.plugin) !== this) {
|
477
|
+
return;
|
478
|
+
}
|
479
|
+
var host = node.host;
|
480
|
+
if (!host || ((_b = host.info) === null || _b === void 0 ? void 0 : _b.plugin) !== this) {
|
481
|
+
return;
|
482
|
+
}
|
483
|
+
var dom = context.dom;
|
484
|
+
var parent = dom.parentElement;
|
485
|
+
if (!parent) {
|
486
|
+
return;
|
487
|
+
}
|
488
|
+
var resizer = context.resizer;
|
489
|
+
var frameRect = parent.getBoundingClientRect();
|
490
|
+
var columns = host.schema.columns;
|
491
|
+
var index = node.index;
|
492
|
+
var finalWidth = columns[index].width;
|
493
|
+
var rect = dom.getBoundingClientRect();
|
494
|
+
event.setData({
|
495
|
+
onMove: function (e) {
|
496
|
+
var width = e.pageX - rect.left;
|
497
|
+
var percent = (finalWidth = "".concat(Math.max(1, Math.min(99, Math.round((100 * width) / frameRect.width))), "%"));
|
498
|
+
columns = columns.concat();
|
499
|
+
columns[index] = tslib.__assign(tslib.__assign({}, columns[index]), { width: percent });
|
500
|
+
resizer.setAttribute('data-value', percent);
|
501
|
+
host.updateState({
|
502
|
+
columns: columns
|
503
|
+
});
|
504
|
+
requestAnimationFrame(function () {
|
505
|
+
node.calculateHighlightBox();
|
506
|
+
});
|
507
|
+
},
|
508
|
+
onEnd: function () {
|
509
|
+
host.updateState({}, true);
|
510
|
+
resizer.removeAttribute('data-value');
|
511
|
+
node.updateSchema({
|
512
|
+
width: finalWidth
|
513
|
+
});
|
514
|
+
requestAnimationFrame(function () {
|
515
|
+
node.calculateHighlightBox();
|
516
|
+
});
|
517
|
+
}
|
518
|
+
});
|
519
|
+
};
|
520
|
+
HBoxPlugin.prototype.insertRowAfter = function (node) {
|
521
|
+
var _a;
|
522
|
+
if (((_a = node.info) === null || _a === void 0 ? void 0 : _a.plugin) !== this) {
|
523
|
+
return;
|
524
|
+
}
|
525
|
+
var store = this.manager.store;
|
526
|
+
var schema = store.schema;
|
527
|
+
var id = node.id;
|
528
|
+
store.traceableSetSchema(AMisCodeEditor.JSONChangeInArray(schema, id, function (arr, node, index) {
|
529
|
+
arr.splice(index + 1, 0, AMisCodeEditor.JSONPipeIn({
|
530
|
+
type: 'hbox',
|
531
|
+
align: node.align,
|
532
|
+
valign: node.valign,
|
533
|
+
columns: node.columns.map(function (column) { return ({
|
534
|
+
body: [],
|
535
|
+
width: column === null || column === void 0 ? void 0 : column.width
|
536
|
+
}); })
|
537
|
+
}));
|
538
|
+
}));
|
539
|
+
};
|
540
|
+
HBoxPlugin.prototype.insertRowBefore = function (node) {
|
541
|
+
var _a;
|
542
|
+
if (((_a = node.info) === null || _a === void 0 ? void 0 : _a.plugin) !== this) {
|
543
|
+
return;
|
544
|
+
}
|
545
|
+
var store = this.manager.store;
|
546
|
+
var id = node.id;
|
547
|
+
var schema = store.schema;
|
548
|
+
store.traceableSetSchema(AMisCodeEditor.JSONChangeInArray(schema, id, function (arr, node, index) {
|
549
|
+
arr.splice(index, 0, AMisCodeEditor.JSONPipeIn({
|
550
|
+
type: 'hbox',
|
551
|
+
align: node.align,
|
552
|
+
valign: node.valign,
|
553
|
+
columns: node.columns.map(function (column) { return ({
|
554
|
+
body: [],
|
555
|
+
width: column === null || column === void 0 ? void 0 : column.width
|
556
|
+
}); })
|
557
|
+
}));
|
558
|
+
}));
|
559
|
+
};
|
560
|
+
HBoxPlugin.prototype.insertColumnBefore = function (context) {
|
561
|
+
var _a;
|
562
|
+
var node = context.node;
|
563
|
+
if (((_a = node.info) === null || _a === void 0 ? void 0 : _a.plugin) !== this) {
|
564
|
+
return;
|
565
|
+
}
|
566
|
+
var store = this.manager.store;
|
567
|
+
var schema = store.schema;
|
568
|
+
var id = context.id;
|
569
|
+
store.traceableSetSchema(AMisCodeEditor.JSONChangeInArray(schema, id, function (arr, node, index) {
|
570
|
+
arr.splice(index, 0, AMisCodeEditor.JSONPipeIn({
|
571
|
+
body: []
|
572
|
+
}));
|
573
|
+
}));
|
574
|
+
};
|
575
|
+
HBoxPlugin.prototype.insertColumnAfter = function (context) {
|
576
|
+
var _a;
|
577
|
+
var node = context.node;
|
578
|
+
if (((_a = node.info) === null || _a === void 0 ? void 0 : _a.plugin) !== this) {
|
579
|
+
return;
|
580
|
+
}
|
581
|
+
var id = context.id;
|
582
|
+
var store = this.manager.store;
|
583
|
+
var schema = store.schema;
|
584
|
+
store.traceableSetSchema(AMisCodeEditor.JSONChangeInArray(schema, id, function (arr, node, index) {
|
585
|
+
arr.splice(index + 1, 0, AMisCodeEditor.JSONPipeIn({
|
586
|
+
body: []
|
587
|
+
}));
|
588
|
+
}));
|
589
|
+
};
|
590
|
+
return HBoxPlugin;
|
591
|
+
}(AMisCodeEditor.BasePlugin));
|
592
|
+
AMisCodeEditor.registerEditorPlugin(HBoxPlugin);
|
593
|
+
|
594
|
+
exports.HBoxPlugin = HBoxPlugin;
|
@@ -1,5 +1,5 @@
|
|
1
|
-
|
2
|
-
import { BasePlugin } from '
|
1
|
+
/// <reference types="react" />
|
2
|
+
import { BasePlugin, BaseEventContext } from 'amis-editor-core';
|
3
3
|
export declare class IFramePlugin extends BasePlugin {
|
4
4
|
rendererName: string;
|
5
5
|
$schema: string;
|
@@ -17,11 +17,12 @@ export declare class IFramePlugin extends BasePlugin {
|
|
17
17
|
tpl: string;
|
18
18
|
};
|
19
19
|
panelTitle: string;
|
20
|
-
|
21
|
-
|
20
|
+
panelJustify: boolean;
|
21
|
+
panelBodyCreator: (context: BaseEventContext) => any;
|
22
|
+
renderRenderer(props: any): import("react").DetailedReactHTMLElement<{
|
22
23
|
key: any;
|
23
24
|
className: string;
|
24
|
-
children:
|
25
|
+
children: import("react").DetailedReactHTMLElement<{
|
25
26
|
className: string;
|
26
27
|
children: string;
|
27
28
|
}, HTMLElement>;
|