amis-editor 4.2.0-beta.0 → 5.2.0-beta.0
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 +0 -0
- 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 +26 -33
- package/lib/index.js +181 -0
- package/{dist → lib}/plugin/Alert.d.ts +4 -2
- 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 +6 -2
- 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 +1 -1
- package/lib/plugin/Card.js +233 -0
- package/{dist → lib}/plugin/Cards.d.ts +1 -1
- package/lib/plugin/Cards.js +254 -0
- package/{dist → lib}/plugin/Carousel.d.ts +1 -1
- package/lib/plugin/Carousel.js +358 -0
- package/{dist → lib}/plugin/Chart.d.ts +3 -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 +2 -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 +1 -1
- package/lib/plugin/Custom.js +109 -0
- package/{dist → lib}/plugin/CustomRegion.d.ts +1 -1
- 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 +12 -2
- 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 +12 -2
- package/lib/plugin/Drawer.js +240 -0
- package/{dist → lib}/plugin/DropDownButton.d.ts +12 -11
- package/lib/plugin/DropDownButton.js +229 -0
- package/{dist → lib}/plugin/Each.d.ts +1 -1
- package/lib/plugin/Each.js +131 -0
- package/{dist → lib}/plugin/Flex.d.ts +1 -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 +6 -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/{dist → lib}/plugin/Form/Form.d.ts +7 -1
- package/lib/plugin/Form/Form.js +846 -0
- package/{dist → lib}/plugin/Form/Formula.d.ts +2 -26
- 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 → 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 +1 -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 +1 -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/InputDate.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 +7 -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 +2 -2
- package/lib/plugin/Grid.js +680 -0
- package/{dist → lib}/plugin/HBox.d.ts +2 -2
- package/lib/plugin/HBox.js +594 -0
- package/{dist → lib}/plugin/IFrame.d.ts +3 -2
- 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 +1 -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 +1 -1
- 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 +1 -1
- package/lib/plugin/Mapping.js +149 -0
- package/{dist → lib}/plugin/Markdown.d.ts +1 -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 +6 -3
- 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 +6 -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 +1 -1
- package/lib/plugin/QRCode.js +107 -0
- package/{dist → lib}/plugin/Reset.d.ts +0 -0
- package/lib/plugin/Reset.js +38 -0
- package/{dist → lib}/plugin/Service.d.ts +4 -1
- package/lib/plugin/Service.js +217 -0
- package/{dist → lib}/plugin/Sparkline.d.ts +1 -1
- package/lib/plugin/Sparkline.js +50 -0
- package/{dist → lib}/plugin/Status.d.ts +1 -1
- package/lib/plugin/Status.js +86 -0
- package/{dist → lib}/plugin/Steps.d.ts +1 -1
- package/lib/plugin/Steps.js +136 -0
- package/{dist → lib}/plugin/Submit.d.ts +0 -0
- package/lib/plugin/Submit.js +38 -0
- package/{dist → lib}/plugin/Table.d.ts +6 -1
- package/lib/plugin/Table.js +594 -0
- package/{dist → lib}/plugin/TableView.d.ts +1 -1
- package/lib/plugin/TableView.js +744 -0
- package/{dist → lib}/plugin/Tabs.d.ts +33 -2
- package/lib/plugin/Tabs.js +429 -0
- package/{dist → lib}/plugin/Tasks.d.ts +1 -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 +11 -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 +1 -1
- package/lib/plugin/Video.js +140 -0
- package/{dist → lib}/plugin/WebComponent.d.ts +1 -1
- package/lib/plugin/WebComponent.js +70 -0
- package/{dist → lib}/plugin/Wizard.d.ts +5 -2
- package/lib/plugin/Wizard.js +799 -0
- package/{dist → lib}/plugin/Wrapper.d.ts +1 -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 +133 -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 +23 -34
- package/lib/renderer/OptionControl.js +672 -0
- package/{dist/component/Control → lib/renderer}/PopoverEdit.d.ts +0 -0
- 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 +23 -0
- package/lib/util.js +64 -0
- package/lib/validator.d.ts +62 -0
- package/lib/validator.js +417 -0
- package/package.json +36 -32
- package/dist/cebfe0bc5a1dbde02da1.svg +0 -10
- package/dist/compat.d.ts +0 -30
- package/dist/component/Breadcrumb.d.ts +0 -33
- 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 -81
- package/dist/component/HighlightBox.d.ts +0 -29
- package/dist/component/IFrameBridge.d.ts +0 -32
- package/dist/component/IFramePreview.d.ts +0 -38
- 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 -31
- 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 -67
- package/dist/component/RegionHLBox.d.ts +0 -20
- package/dist/component/RegionWrapper.d.ts +0 -196
- 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 -181
- package/dist/component/base/BackTop.d.ts +0 -26
- package/dist/component/base/ErrorRenderer.d.ts +0 -4
- package/dist/component/base/SearchCustomRendererPanel.d.ts +0 -15
- package/dist/component/base/SearchPanel.d.ts +0 -83
- package/dist/component/base/SearchRendererPanel.d.ts +0 -19
- 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 -457
- 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/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 -163
- 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/Panel/Outline.d.ts +0 -8
- package/dist/plugin.d.ts +0 -601
- package/dist/store/editor.d.ts +0 -1021
- package/dist/store/node.d.ts +0 -265
- package/dist/style.css +0 -1
- package/dist/util.d.ts +0 -72
- package/src/component/schemaTpl.tsx +0 -2157
- package/src/plugin/Alert.tsx +0 -87
- package/src/plugin/AnchorNav.tsx +0 -233
- package/src/plugin/Audio.tsx +0 -154
- package/src/plugin/Avatar.tsx +0 -77
- package/src/plugin/Breadcrumb.tsx +0 -107
- package/src/plugin/Button.tsx +0 -281
- package/src/plugin/ButtonGroup.tsx +0 -85
- package/src/plugin/ButtonToolbar.tsx +0 -87
- package/src/plugin/CRUD.tsx +0 -1835
- package/src/plugin/Card.tsx +0 -290
- package/src/plugin/Cards.tsx +0 -318
- package/src/plugin/Carousel.tsx +0 -377
- package/src/plugin/Chart.tsx +0 -218
- package/src/plugin/CodeView.tsx +0 -60
- package/src/plugin/Collapse.tsx +0 -136
- package/src/plugin/CollapseGroup.tsx +0 -167
- package/src/plugin/Container.tsx +0 -40
- package/src/plugin/Custom.tsx +0 -128
- package/src/plugin/CustomRegion.tsx +0 -156
- package/src/plugin/Date.tsx +0 -74
- package/src/plugin/Datetime.tsx +0 -68
- package/src/plugin/Dialog.tsx +0 -176
- package/src/plugin/Divider.tsx +0 -36
- package/src/plugin/Drawer.tsx +0 -214
- package/src/plugin/DropDownButton.tsx +0 -235
- package/src/plugin/Each.tsx +0 -150
- package/src/plugin/ErrorRenderer.tsx +0 -15
- package/src/plugin/Flex.tsx +0 -151
- package/src/plugin/Form/ButtonGroupSelect.tsx +0 -75
- package/src/plugin/Form/ButtonToolbar.tsx +0 -110
- package/src/plugin/Form/ChainedSelect.tsx +0 -70
- package/src/plugin/Form/Checkbox.tsx +0 -87
- package/src/plugin/Form/Checkboxes.tsx +0 -167
- package/src/plugin/Form/CodeEditor.tsx +0 -81
- package/src/plugin/Form/Combo.tsx +0 -582
- package/src/plugin/Form/ConditionBuilder.tsx +0 -315
- package/src/plugin/Form/Control.tsx +0 -139
- package/src/plugin/Form/DiffEditor.tsx +0 -111
- package/src/plugin/Form/FieldSet.tsx +0 -163
- package/src/plugin/Form/Form.tsx +0 -687
- package/src/plugin/Form/Formula.tsx +0 -79
- package/src/plugin/Form/Group.tsx +0 -295
- package/src/plugin/Form/Hidden.tsx +0 -44
- package/src/plugin/Form/InputArray.tsx +0 -228
- package/src/plugin/Form/InputCity.tsx +0 -93
- package/src/plugin/Form/InputColor.tsx +0 -123
- package/src/plugin/Form/InputDate.tsx +0 -175
- package/src/plugin/Form/InputDateRange.tsx +0 -225
- package/src/plugin/Form/InputDateTime.tsx +0 -183
- package/src/plugin/Form/InputDateTimeRange.tsx +0 -221
- package/src/plugin/Form/InputEmail.tsx +0 -33
- package/src/plugin/Form/InputExcel.tsx +0 -85
- package/src/plugin/Form/InputFile.tsx +0 -221
- package/src/plugin/Form/InputGroup.tsx +0 -96
- package/src/plugin/Form/InputImage.tsx +0 -266
- package/src/plugin/Form/InputKV.tsx +0 -72
- package/src/plugin/Form/InputMonth.tsx +0 -35
- package/src/plugin/Form/InputMonthRange.tsx +0 -195
- package/src/plugin/Form/InputNumber.tsx +0 -89
- package/src/plugin/Form/InputPassword.tsx +0 -33
- package/src/plugin/Form/InputQuarter.tsx +0 -35
- package/src/plugin/Form/InputQuarterRange.tsx +0 -195
- package/src/plugin/Form/InputRange.tsx +0 -121
- package/src/plugin/Form/InputRating.tsx +0 -78
- package/src/plugin/Form/InputRepeat.tsx +0 -57
- package/src/plugin/Form/InputRichText.tsx +0 -186
- package/src/plugin/Form/InputSubForm.tsx +0 -189
- package/src/plugin/Form/InputTable.tsx +0 -434
- package/src/plugin/Form/InputTag.tsx +0 -70
- package/src/plugin/Form/InputText.tsx +0 -186
- package/src/plugin/Form/InputTime.tsx +0 -85
- package/src/plugin/Form/InputTree.tsx +0 -229
- package/src/plugin/Form/InputURL.tsx +0 -34
- package/src/plugin/Form/InputYear.tsx +0 -35
- package/src/plugin/Form/Item.tsx +0 -327
- package/src/plugin/Form/ListSelect.tsx +0 -73
- package/src/plugin/Form/LocationPicker.tsx +0 -62
- package/src/plugin/Form/MatrixCheckboxes.tsx +0 -136
- package/src/plugin/Form/NestedSelect.tsx +0 -211
- package/src/plugin/Form/Picker.tsx +0 -209
- package/src/plugin/Form/Radios.tsx +0 -119
- package/src/plugin/Form/Select.tsx +0 -233
- package/src/plugin/Form/Static.tsx +0 -322
- package/src/plugin/Form/Switch.tsx +0 -107
- package/src/plugin/Form/TabsTransfer.tsx +0 -259
- package/src/plugin/Form/Textarea.tsx +0 -83
- package/src/plugin/Form/Transfer.tsx +0 -368
- package/src/plugin/Form/TreeSelect.tsx +0 -263
- package/src/plugin/Form/UUID.tsx +0 -48
- package/src/plugin/Grid.tsx +0 -798
- package/src/plugin/HBox.tsx +0 -727
- package/src/plugin/IFrame.tsx +0 -70
- package/src/plugin/Image.tsx +0 -314
- package/src/plugin/Images.tsx +0 -231
- package/src/plugin/Json.tsx +0 -69
- package/src/plugin/Link.tsx +0 -93
- package/src/plugin/List.tsx +0 -278
- package/src/plugin/ListItem.tsx +0 -229
- package/src/plugin/Log.tsx +0 -52
- package/src/plugin/Mapping.tsx +0 -149
- package/src/plugin/Markdown.tsx +0 -47
- package/src/plugin/Nav.tsx +0 -184
- package/src/plugin/Operation.tsx +0 -95
- package/src/plugin/Others/Action.tsx +0 -426
- package/src/plugin/Others/BasicToolbar.tsx +0 -585
- package/src/plugin/Others/DataDebug.tsx +0 -134
- package/src/plugin/Others/TableCell.tsx +0 -480
- package/src/plugin/Others/Unknown.tsx +0 -37
- package/src/plugin/Page.tsx +0 -306
- package/src/plugin/Panel/AvailableRenderers.tsx +0 -41
- package/src/plugin/Panel/Code.tsx +0 -44
- package/src/plugin/Panel/Name.tsx +0 -26
- package/src/plugin/Panel/Outline.tsx +0 -40
- package/src/plugin/Panel.tsx +0 -243
- package/src/plugin/Plain.tsx +0 -84
- package/src/plugin/Progress.tsx +0 -125
- package/src/plugin/Property.tsx +0 -139
- package/src/plugin/QRCode.tsx +0 -96
- package/src/plugin/Reset.tsx +0 -23
- package/src/plugin/Service.tsx +0 -162
- package/src/plugin/Sparkline.tsx +0 -40
- package/src/plugin/Status.tsx +0 -76
- package/src/plugin/Steps.tsx +0 -128
- package/src/plugin/Submit.tsx +0 -23
- package/src/plugin/Table.tsx +0 -428
- package/src/plugin/TableView.tsx +0 -709
- package/src/plugin/Tabs.tsx +0 -362
- package/src/plugin/Tasks.tsx +0 -274
- package/src/plugin/Time.tsx +0 -68
- package/src/plugin/TooltipWrapper.tsx +0 -193
- package/src/plugin/Tpl.tsx +0 -158
- package/src/plugin/Video.tsx +0 -158
- package/src/plugin/WebComponent.tsx +0 -53
- package/src/plugin/Wizard.tsx +0 -740
- package/src/plugin/Wrapper.tsx +0 -107
- package/src/plugin.ts +0 -1050
- 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
@@ -0,0 +1,528 @@
|
|
1
|
+
/**
|
2
|
+
* amis-editor v5.2.0-beta.0
|
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 React = require('react');
|
12
|
+
var isEqual = require('lodash/isEqual');
|
13
|
+
var amis = require('amis');
|
14
|
+
var AMisCodeEditor = require('amis-editor-core');
|
15
|
+
|
16
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
17
|
+
|
18
|
+
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
19
|
+
var isEqual__default = /*#__PURE__*/_interopDefaultLegacy(isEqual);
|
20
|
+
|
21
|
+
/**
|
22
|
+
* @file tableview 相关的可视化编辑,拖动行高等
|
23
|
+
*/
|
24
|
+
var ROW_HEIGHT = 42;
|
25
|
+
// 找到 td 最多的那一行,将这一行作为列线
|
26
|
+
function findMaxTrChildren(trs) {
|
27
|
+
var maxSize = 0;
|
28
|
+
var maxIndex = 0;
|
29
|
+
for (var trIndex = 0; trIndex < trs.length; trIndex++) {
|
30
|
+
var childSize = (trs[trIndex].tds || []).length;
|
31
|
+
if (childSize > maxSize) {
|
32
|
+
maxIndex = trIndex;
|
33
|
+
maxSize = childSize;
|
34
|
+
}
|
35
|
+
}
|
36
|
+
return maxIndex;
|
37
|
+
}
|
38
|
+
var TableViewEditor = /** @class */ (function (_super) {
|
39
|
+
tslib.__extends(TableViewEditor, _super);
|
40
|
+
function TableViewEditor(props) {
|
41
|
+
var _this = _super.call(this, props) || this;
|
42
|
+
_this.preventTableClick = false;
|
43
|
+
_this.tableViewWrapperRef = React__default["default"].createRef();
|
44
|
+
_this.store = _this.props.manager.store;
|
45
|
+
var trs = _this.props.schema.trs || [];
|
46
|
+
if (trs.length) {
|
47
|
+
var trsIds = trs.map(function (tr) { return tr.$$id; });
|
48
|
+
var maxChildTrIndex = findMaxTrChildren(trs);
|
49
|
+
_this.maxChildTrIndex = maxChildTrIndex;
|
50
|
+
var tds = trs[maxChildTrIndex].tds || [];
|
51
|
+
var tdsIds = tds.map(function (td) { return td.$$id; });
|
52
|
+
_this.state = {
|
53
|
+
trIds: trsIds,
|
54
|
+
tdIds: tdsIds,
|
55
|
+
displayMergeCell: false
|
56
|
+
};
|
57
|
+
}
|
58
|
+
else {
|
59
|
+
_this.state = {
|
60
|
+
trIds: [],
|
61
|
+
tdIds: [],
|
62
|
+
displayMergeCell: false
|
63
|
+
};
|
64
|
+
}
|
65
|
+
_this.listenTdSelection();
|
66
|
+
return _this;
|
67
|
+
}
|
68
|
+
TableViewEditor.prototype.componentDidMount = function () {
|
69
|
+
this.syncLinePos();
|
70
|
+
this.listenTdSelection();
|
71
|
+
};
|
72
|
+
TableViewEditor.prototype.componentWillUnmount = function () {
|
73
|
+
this.removeListenTdSelection();
|
74
|
+
};
|
75
|
+
// 同步线数量,主要用于新增行或列
|
76
|
+
TableViewEditor.prototype.syncLineState = function () {
|
77
|
+
var _this = this;
|
78
|
+
var trs = this.props.schema.trs || [];
|
79
|
+
if (!trs.length) {
|
80
|
+
return;
|
81
|
+
}
|
82
|
+
var trsIds = trs.map(function (tr) { return tr.$$id; });
|
83
|
+
var maxChildTrIndex = findMaxTrChildren(trs);
|
84
|
+
this.maxChildTrIndex = maxChildTrIndex;
|
85
|
+
var tds = trs[maxChildTrIndex].tds || [];
|
86
|
+
var tdsIds = tds.map(function (td) { return td.$$id; });
|
87
|
+
this.setState({
|
88
|
+
trIds: trsIds,
|
89
|
+
tdIds: tdsIds
|
90
|
+
}, function () {
|
91
|
+
_this.syncLinePos();
|
92
|
+
});
|
93
|
+
};
|
94
|
+
TableViewEditor.prototype.removeListenTdSelection = function () {
|
95
|
+
var dom = this.tableViewWrapperRef.current;
|
96
|
+
if (dom) {
|
97
|
+
var tbody = dom.querySelector('tbody');
|
98
|
+
tbody.removeEventListener('mousedown', this.handleCellMouseDown);
|
99
|
+
tbody.removeEventListener('mousemove', this.handleCellMouseMove);
|
100
|
+
tbody.removeEventListener('mouseup', this.handleCellMouseUp);
|
101
|
+
tbody.removeEventListener('click', this.handleCellMouseClick);
|
102
|
+
}
|
103
|
+
};
|
104
|
+
// 监听 td 的拖拽事件,用于实现单元格合并
|
105
|
+
TableViewEditor.prototype.listenTdSelection = function () {
|
106
|
+
var dom = this.tableViewWrapperRef.current;
|
107
|
+
if (dom) {
|
108
|
+
var tbody = dom.querySelector('tbody');
|
109
|
+
tbody.addEventListener('mousedown', this.handleCellMouseDown);
|
110
|
+
tbody.addEventListener('mousemove', this.handleCellMouseMove);
|
111
|
+
tbody.addEventListener('mouseup', this.handleCellMouseUp);
|
112
|
+
tbody.addEventListener('click', this.handleCellMouseClick);
|
113
|
+
}
|
114
|
+
};
|
115
|
+
// 用于单元格合并的点击
|
116
|
+
TableViewEditor.prototype.handleCellMouseDown = function (e) {
|
117
|
+
var _a;
|
118
|
+
var td = e.target;
|
119
|
+
if (td && td.tagName !== 'TD') {
|
120
|
+
return;
|
121
|
+
}
|
122
|
+
this.removeAllSelectionMark();
|
123
|
+
this.setState({
|
124
|
+
displayMergeCell: false
|
125
|
+
});
|
126
|
+
var tdId = td.getAttribute('data-editor-id');
|
127
|
+
this.isSelectionCell = true;
|
128
|
+
this.selectedCell = (_a = {},
|
129
|
+
_a[tdId] = AMisCodeEditor.JSONGetById(this.props.schema, tdId),
|
130
|
+
_a);
|
131
|
+
};
|
132
|
+
// 用于单元格合并的移动
|
133
|
+
TableViewEditor.prototype.handleCellMouseMove = function (e) {
|
134
|
+
if (this.isSelectionCell) {
|
135
|
+
this.preventTableClick = true; //如果有移动就禁止一次表格 click 事件
|
136
|
+
var td = e.target;
|
137
|
+
if (td && td.tagName !== 'TD') {
|
138
|
+
return;
|
139
|
+
}
|
140
|
+
var tdId = td.getAttribute('data-editor-id');
|
141
|
+
if (!(tdId in this.selectedCell)) {
|
142
|
+
this.selectedCell[tdId] = AMisCodeEditor.JSONGetById(this.props.schema, tdId);
|
143
|
+
this.markSelectingCell();
|
144
|
+
this.setState({
|
145
|
+
displayMergeCell: true
|
146
|
+
});
|
147
|
+
}
|
148
|
+
}
|
149
|
+
};
|
150
|
+
// 查找最大和最小行列位置,考虑跨行的情况,用于单元格合并
|
151
|
+
TableViewEditor.prototype.findFirstAndLastCell = function () {
|
152
|
+
var tds = [];
|
153
|
+
for (var tdId in this.selectedCell) {
|
154
|
+
tds.push(this.selectedCell[tdId]);
|
155
|
+
}
|
156
|
+
if (!tds.length) {
|
157
|
+
console.warn('必须有 td');
|
158
|
+
}
|
159
|
+
var minCol = tds[0].$$col;
|
160
|
+
var minRow = tds[0].$$row;
|
161
|
+
var maxCol = 0;
|
162
|
+
var maxRow = 0;
|
163
|
+
var firstCell = null;
|
164
|
+
var lastCell = null;
|
165
|
+
for (var _i = 0, tds_1 = tds; _i < tds_1.length; _i++) {
|
166
|
+
var td = tds_1[_i];
|
167
|
+
var col = td.$$col + (td.colspan || 1) - 1; // 这里直接减一不然后面还得弄
|
168
|
+
var row = td.$$row + (td.rowspan || 1) - 1;
|
169
|
+
if (col >= maxCol) {
|
170
|
+
maxCol = col;
|
171
|
+
}
|
172
|
+
if (row >= maxRow) {
|
173
|
+
maxRow = row;
|
174
|
+
}
|
175
|
+
if (td.$$col <= minCol) {
|
176
|
+
minCol = td.$$col;
|
177
|
+
}
|
178
|
+
if (td.$$row <= minRow) {
|
179
|
+
minRow = td.$$row;
|
180
|
+
}
|
181
|
+
if (td.$$col === minCol && td.$$row === minRow) {
|
182
|
+
firstCell = td;
|
183
|
+
}
|
184
|
+
}
|
185
|
+
return {
|
186
|
+
minRow: minRow,
|
187
|
+
minCol: minCol,
|
188
|
+
maxRow: maxRow,
|
189
|
+
maxCol: maxCol,
|
190
|
+
firstCell: firstCell,
|
191
|
+
lastCell: lastCell
|
192
|
+
};
|
193
|
+
};
|
194
|
+
/**
|
195
|
+
* 选择 td 主要是为了单元格合并,它要求是必须是矩形,比如下面的例子
|
196
|
+
* ┌───┬───┬───┬───┐
|
197
|
+
* │ a │ b │ c │ d │
|
198
|
+
* ├───┴───┼───┤ │
|
199
|
+
* │ e │ f │ │
|
200
|
+
* │ ├───┼───┤
|
201
|
+
* │ │ g │ h │
|
202
|
+
* └───────┴───┴───┘
|
203
|
+
* 直接选 a 和 c 是不行的,无法进行单元格合并,所以需要补上 b
|
204
|
+
* 如果选择了 e 和 f,需要自动选择 g 来让整体变成矩形
|
205
|
+
* 这个函数的主要作用就是将矩形补充完整
|
206
|
+
*/
|
207
|
+
TableViewEditor.prototype.markSelectingCell = function () {
|
208
|
+
var _this = this;
|
209
|
+
// 首先,查找最小和最大的行和列
|
210
|
+
var _a = this.findFirstAndLastCell(), minRow = _a.minRow, minCol = _a.minCol, maxRow = _a.maxRow, maxCol = _a.maxCol;
|
211
|
+
// 变量一遍找出所有在这个范围内的节点,如果不在就添加
|
212
|
+
for (var _i = 0, _b = this.props.schema.trs; _i < _b.length; _i++) {
|
213
|
+
var tr = _b[_i];
|
214
|
+
for (var _c = 0, _d = tr.tds; _c < _d.length; _c++) {
|
215
|
+
var td = _d[_c];
|
216
|
+
var internalTd = td;
|
217
|
+
if (internalTd.$$col >= minCol &&
|
218
|
+
internalTd.$$col <= maxCol &&
|
219
|
+
internalTd.$$row >= minRow &&
|
220
|
+
internalTd.$$row <= maxRow) {
|
221
|
+
if (!(internalTd.$$id in this.selectedCell)) {
|
222
|
+
this.selectedCell[internalTd.$$id] = td;
|
223
|
+
}
|
224
|
+
}
|
225
|
+
}
|
226
|
+
}
|
227
|
+
var dom = this.tableViewWrapperRef.current;
|
228
|
+
if (dom) {
|
229
|
+
var tds = dom.querySelectorAll('td');
|
230
|
+
tds.forEach(function (td) {
|
231
|
+
var tdId = td.getAttribute('data-editor-id');
|
232
|
+
if (tdId in _this.selectedCell) {
|
233
|
+
td.setAttribute('data-selected', '1');
|
234
|
+
}
|
235
|
+
});
|
236
|
+
}
|
237
|
+
};
|
238
|
+
// 清除之前的单元格选择
|
239
|
+
TableViewEditor.prototype.removeAllSelectionMark = function () {
|
240
|
+
var dom = this.tableViewWrapperRef.current;
|
241
|
+
if (dom) {
|
242
|
+
var tds = dom.querySelectorAll('td');
|
243
|
+
tds.forEach(function (td) {
|
244
|
+
td.removeAttribute('data-selected');
|
245
|
+
});
|
246
|
+
}
|
247
|
+
};
|
248
|
+
TableViewEditor.prototype.handleCellMouseUp = function (e) {
|
249
|
+
this.isSelectionCell = false;
|
250
|
+
};
|
251
|
+
// 如果有拖拽的时候就避免选中表格导致状态切换
|
252
|
+
TableViewEditor.prototype.handleCellMouseClick = function (e) {
|
253
|
+
if (this.preventTableClick) {
|
254
|
+
e.stopPropagation();
|
255
|
+
e.preventDefault();
|
256
|
+
this.preventTableClick = false;
|
257
|
+
}
|
258
|
+
};
|
259
|
+
// 合并单元格操作
|
260
|
+
TableViewEditor.prototype.handleMergeCell = function () {
|
261
|
+
var _a = this.findFirstAndLastCell(), firstCell = _a.firstCell, minRow = _a.minRow, minCol = _a.minCol, maxRow = _a.maxRow, maxCol = _a.maxCol;
|
262
|
+
if (!firstCell) {
|
263
|
+
console.warn('找不到第一个 cell');
|
264
|
+
return;
|
265
|
+
}
|
266
|
+
var firstCellId = firstCell.$$id;
|
267
|
+
var colspan = maxCol - minCol + 1;
|
268
|
+
var rowspan = maxRow - minRow + 1;
|
269
|
+
firstCell.colspan = colspan;
|
270
|
+
firstCell.rowspan = rowspan;
|
271
|
+
var tds = [];
|
272
|
+
for (var tdId in this.selectedCell) {
|
273
|
+
tds.push(this.selectedCell[tdId]);
|
274
|
+
}
|
275
|
+
// 其它单元格,这些单元格会被删掉
|
276
|
+
var otherCellIds = tds
|
277
|
+
.filter(function (td) { return td.$$id !== firstCellId; })
|
278
|
+
.map(function (td) { return td.$$id; });
|
279
|
+
var trs = this.props.schema.trs;
|
280
|
+
var trIndex = trs.length;
|
281
|
+
while (trIndex--) {
|
282
|
+
var tr = trs[trIndex];
|
283
|
+
tr.tds = tr.tds.filter(function (td) {
|
284
|
+
return !otherCellIds.includes(td.$$id);
|
285
|
+
});
|
286
|
+
if (!tr.tds.length) {
|
287
|
+
trs.splice(trIndex, 1);
|
288
|
+
}
|
289
|
+
}
|
290
|
+
var tableId = this.props.schema.$$id;
|
291
|
+
this.store.changeValueById(tableId, this.props.schema);
|
292
|
+
this.setState({ displayMergeCell: false });
|
293
|
+
};
|
294
|
+
// 同步线的位置
|
295
|
+
TableViewEditor.prototype.syncLinePos = function () {
|
296
|
+
var dom = this.tableViewWrapperRef.current;
|
297
|
+
if (dom) {
|
298
|
+
var table = dom.querySelector('table');
|
299
|
+
var tableRect = table.getBoundingClientRect();
|
300
|
+
var trs = dom.querySelectorAll('tr');
|
301
|
+
if (!trs.length || typeof this.maxChildTrIndex === 'undefined') {
|
302
|
+
return;
|
303
|
+
}
|
304
|
+
var rowLines = Array.from(dom.querySelectorAll('.ae-TableViewEditor-rowLine'));
|
305
|
+
for (var trIndex = 0; trIndex < trs.length; trIndex++) {
|
306
|
+
if (!trs[trIndex]) {
|
307
|
+
continue;
|
308
|
+
}
|
309
|
+
var trRect = trs[trIndex].getBoundingClientRect();
|
310
|
+
if (rowLines[trIndex]) {
|
311
|
+
// 线的宽度是 7,所以要减去 3.5
|
312
|
+
rowLines[trIndex].style.top =
|
313
|
+
trRect.top + trRect.height - tableRect.top - 3.5 + 'px';
|
314
|
+
}
|
315
|
+
else {
|
316
|
+
console.warn('行线数量不对');
|
317
|
+
}
|
318
|
+
}
|
319
|
+
var tds = trs[this.maxChildTrIndex].querySelectorAll('td');
|
320
|
+
var colLines = Array.from(dom.querySelectorAll('.ae-TableViewEditor-colLine'));
|
321
|
+
for (var tdIndex = 0; tdIndex < tds.length; tdIndex++) {
|
322
|
+
var td = tds[tdIndex];
|
323
|
+
if (!td) {
|
324
|
+
continue;
|
325
|
+
}
|
326
|
+
var tdRect = td.getBoundingClientRect();
|
327
|
+
if (colLines[tdIndex]) {
|
328
|
+
colLines[tdIndex].style.left =
|
329
|
+
tdRect.left + tdRect.width - tableRect.left - 3.5 + 'px';
|
330
|
+
}
|
331
|
+
else {
|
332
|
+
console.warn('列线数量不对');
|
333
|
+
}
|
334
|
+
}
|
335
|
+
}
|
336
|
+
};
|
337
|
+
TableViewEditor.prototype.componentDidUpdate = function (prevProps) {
|
338
|
+
var prevSchema = prevProps.schema;
|
339
|
+
var thisSchema = this.props.schema;
|
340
|
+
if (!isEqual__default["default"](prevSchema, thisSchema)) {
|
341
|
+
this.syncLineState();
|
342
|
+
}
|
343
|
+
};
|
344
|
+
// 水平或垂直线在鼠标按下去时的通用处理
|
345
|
+
TableViewEditor.prototype.lineMouseDownCommon = function (e) {
|
346
|
+
this.startY = e.clientY;
|
347
|
+
this.startX = e.clientX;
|
348
|
+
var currentTarget = e.currentTarget;
|
349
|
+
this.draggingElement = currentTarget;
|
350
|
+
this.draggingElementTop = parseInt(this.draggingElement.style.top, 10);
|
351
|
+
this.draggingElementLeft = parseInt(this.draggingElement.style.left, 10);
|
352
|
+
currentTarget.style.background = '#4285f4';
|
353
|
+
this.draggingId = currentTarget.getAttribute('data-id');
|
354
|
+
currentTarget.addEventListener('click', this.handleLineClick, { once: true });
|
355
|
+
};
|
356
|
+
// 水平线的拖拽
|
357
|
+
TableViewEditor.prototype.handleRowMouseDown = function (e) {
|
358
|
+
this.lineMouseDownCommon(e);
|
359
|
+
document.addEventListener('mousemove', this.handleRowMouseMove);
|
360
|
+
document.addEventListener('mouseup', this.handleRowMouseUp);
|
361
|
+
};
|
362
|
+
// 水平线移动
|
363
|
+
TableViewEditor.prototype.handleRowMouseMove = function (e) {
|
364
|
+
var moveY = e.clientY - this.startY;
|
365
|
+
this.draggingElement.style.top = this.draggingElementTop + moveY + 'px';
|
366
|
+
};
|
367
|
+
// 水平线结束
|
368
|
+
TableViewEditor.prototype.handleRowMouseUp = function (e) {
|
369
|
+
document.removeEventListener('mousemove', this.handleRowMouseMove);
|
370
|
+
document.removeEventListener('mouseup', this.handleRowMouseUp);
|
371
|
+
var moveY = e.clientY - this.startY;
|
372
|
+
var store = this.store;
|
373
|
+
var draggingId = this.draggingId;
|
374
|
+
var value = store.getValueOf(draggingId);
|
375
|
+
var rowElement = this.tableViewWrapperRef.current.querySelector("tr[data-editor-id=\"".concat(draggingId, "\"]"));
|
376
|
+
this.draggingElement.style.background = 'none';
|
377
|
+
if (!value || !rowElement) {
|
378
|
+
console.warn('找不到对应的 id', draggingId);
|
379
|
+
}
|
380
|
+
else {
|
381
|
+
var height = rowElement.getBoundingClientRect().height;
|
382
|
+
var targetHeight = height + moveY;
|
383
|
+
store.changeValueById(draggingId, tslib.__assign(tslib.__assign({}, value), { height: targetHeight }));
|
384
|
+
if (ROW_HEIGHT - targetHeight > 20) {
|
385
|
+
amis.toast.warning('由于内边距限制,太小的高度设置会不生效,可以调小默认内边距');
|
386
|
+
}
|
387
|
+
}
|
388
|
+
};
|
389
|
+
// 垂直线的拖拽
|
390
|
+
TableViewEditor.prototype.handleColMouseDown = function (e) {
|
391
|
+
this.lineMouseDownCommon(e);
|
392
|
+
document.addEventListener('mousemove', this.handleColMouseMove);
|
393
|
+
document.addEventListener('mouseup', this.handleColMouseUp);
|
394
|
+
};
|
395
|
+
// 垂直线移动
|
396
|
+
TableViewEditor.prototype.handleColMouseMove = function (e) {
|
397
|
+
var moveX = e.clientX - this.startX;
|
398
|
+
this.draggingElement.style.left = this.draggingElementLeft + moveX + 'px';
|
399
|
+
};
|
400
|
+
// 垂直线结束
|
401
|
+
TableViewEditor.prototype.handleColMouseUp = function (e) {
|
402
|
+
document.removeEventListener('mousemove', this.handleColMouseMove);
|
403
|
+
document.removeEventListener('mouseup', this.handleColMouseUp);
|
404
|
+
var moveX = e.clientX - this.startX;
|
405
|
+
var store = this.store;
|
406
|
+
var draggingId = this.draggingId;
|
407
|
+
var value = store.getValueOf(draggingId);
|
408
|
+
var tdElement = this.tableViewWrapperRef.current.querySelector("td[data-editor-id=\"".concat(draggingId, "\"]"));
|
409
|
+
this.draggingElement.style.background = 'none';
|
410
|
+
if (!value || !tdElement) {
|
411
|
+
console.warn('找不到对应的 id', draggingId);
|
412
|
+
}
|
413
|
+
else {
|
414
|
+
var width = tdElement.getBoundingClientRect().width;
|
415
|
+
var targetWidth = width + moveX;
|
416
|
+
store.changeValueById(draggingId, tslib.__assign(tslib.__assign({}, value), { width: targetWidth }));
|
417
|
+
}
|
418
|
+
};
|
419
|
+
// 阻止冒泡防止切换到表格选中
|
420
|
+
TableViewEditor.prototype.handleLineClick = function (e) {
|
421
|
+
e.stopPropagation();
|
422
|
+
e.preventDefault();
|
423
|
+
};
|
424
|
+
// 单元格合并的按钮
|
425
|
+
TableViewEditor.prototype.renderMergeIcon = function () {
|
426
|
+
if (this.state.displayMergeCell) {
|
427
|
+
return (React__default["default"].createElement("div", { className: "ae-TableViewEditor-mergeIcon", onMouseDown: this.handleMergeCell }, "\u5408\u5E76\u5355\u5143\u683C"));
|
428
|
+
}
|
429
|
+
return null;
|
430
|
+
};
|
431
|
+
TableViewEditor.prototype.render = function () {
|
432
|
+
var _this = this;
|
433
|
+
var rowLines = this.state.trIds.map(function (id) { return (React__default["default"].createElement("div", { className: "ae-TableViewEditor-rowLine", key: "row-".concat(id), "data-id": id, onMouseDown: _this.handleRowMouseDown })); });
|
434
|
+
var colLines = this.state.tdIds.map(function (id) { return (React__default["default"].createElement("div", { className: "ae-TableViewEditor-colLine", key: "row-".concat(id), "data-id": id, onMouseDown: _this.handleColMouseDown })); });
|
435
|
+
return (React__default["default"].createElement("div", { className: "ae-TableViewEditor", ref: this.tableViewWrapperRef },
|
436
|
+
this.props.children,
|
437
|
+
this.renderMergeIcon(),
|
438
|
+
rowLines,
|
439
|
+
colLines));
|
440
|
+
};
|
441
|
+
tslib.__decorate([
|
442
|
+
AMisCodeEditor.autobind,
|
443
|
+
tslib.__metadata("design:type", Function),
|
444
|
+
tslib.__metadata("design:paramtypes", []),
|
445
|
+
tslib.__metadata("design:returntype", void 0)
|
446
|
+
], TableViewEditor.prototype, "removeListenTdSelection", null);
|
447
|
+
tslib.__decorate([
|
448
|
+
AMisCodeEditor.autobind,
|
449
|
+
tslib.__metadata("design:type", Function),
|
450
|
+
tslib.__metadata("design:paramtypes", []),
|
451
|
+
tslib.__metadata("design:returntype", void 0)
|
452
|
+
], TableViewEditor.prototype, "listenTdSelection", null);
|
453
|
+
tslib.__decorate([
|
454
|
+
AMisCodeEditor.autobind,
|
455
|
+
tslib.__metadata("design:type", Function),
|
456
|
+
tslib.__metadata("design:paramtypes", [MouseEvent]),
|
457
|
+
tslib.__metadata("design:returntype", void 0)
|
458
|
+
], TableViewEditor.prototype, "handleCellMouseDown", null);
|
459
|
+
tslib.__decorate([
|
460
|
+
AMisCodeEditor.autobind,
|
461
|
+
tslib.__metadata("design:type", Function),
|
462
|
+
tslib.__metadata("design:paramtypes", [MouseEvent]),
|
463
|
+
tslib.__metadata("design:returntype", void 0)
|
464
|
+
], TableViewEditor.prototype, "handleCellMouseMove", null);
|
465
|
+
tslib.__decorate([
|
466
|
+
AMisCodeEditor.autobind,
|
467
|
+
tslib.__metadata("design:type", Function),
|
468
|
+
tslib.__metadata("design:paramtypes", [MouseEvent]),
|
469
|
+
tslib.__metadata("design:returntype", void 0)
|
470
|
+
], TableViewEditor.prototype, "handleCellMouseUp", null);
|
471
|
+
tslib.__decorate([
|
472
|
+
AMisCodeEditor.autobind,
|
473
|
+
tslib.__metadata("design:type", Function),
|
474
|
+
tslib.__metadata("design:paramtypes", [MouseEvent]),
|
475
|
+
tslib.__metadata("design:returntype", void 0)
|
476
|
+
], TableViewEditor.prototype, "handleCellMouseClick", null);
|
477
|
+
tslib.__decorate([
|
478
|
+
AMisCodeEditor.autobind,
|
479
|
+
tslib.__metadata("design:type", Function),
|
480
|
+
tslib.__metadata("design:paramtypes", []),
|
481
|
+
tslib.__metadata("design:returntype", void 0)
|
482
|
+
], TableViewEditor.prototype, "handleMergeCell", null);
|
483
|
+
tslib.__decorate([
|
484
|
+
AMisCodeEditor.autobind,
|
485
|
+
tslib.__metadata("design:type", Function),
|
486
|
+
tslib.__metadata("design:paramtypes", [Object]),
|
487
|
+
tslib.__metadata("design:returntype", void 0)
|
488
|
+
], TableViewEditor.prototype, "handleRowMouseDown", null);
|
489
|
+
tslib.__decorate([
|
490
|
+
AMisCodeEditor.autobind,
|
491
|
+
tslib.__metadata("design:type", Function),
|
492
|
+
tslib.__metadata("design:paramtypes", [MouseEvent]),
|
493
|
+
tslib.__metadata("design:returntype", void 0)
|
494
|
+
], TableViewEditor.prototype, "handleRowMouseMove", null);
|
495
|
+
tslib.__decorate([
|
496
|
+
AMisCodeEditor.autobind,
|
497
|
+
tslib.__metadata("design:type", Function),
|
498
|
+
tslib.__metadata("design:paramtypes", [MouseEvent]),
|
499
|
+
tslib.__metadata("design:returntype", void 0)
|
500
|
+
], TableViewEditor.prototype, "handleRowMouseUp", null);
|
501
|
+
tslib.__decorate([
|
502
|
+
AMisCodeEditor.autobind,
|
503
|
+
tslib.__metadata("design:type", Function),
|
504
|
+
tslib.__metadata("design:paramtypes", [Object]),
|
505
|
+
tslib.__metadata("design:returntype", void 0)
|
506
|
+
], TableViewEditor.prototype, "handleColMouseDown", null);
|
507
|
+
tslib.__decorate([
|
508
|
+
AMisCodeEditor.autobind,
|
509
|
+
tslib.__metadata("design:type", Function),
|
510
|
+
tslib.__metadata("design:paramtypes", [MouseEvent]),
|
511
|
+
tslib.__metadata("design:returntype", void 0)
|
512
|
+
], TableViewEditor.prototype, "handleColMouseMove", null);
|
513
|
+
tslib.__decorate([
|
514
|
+
AMisCodeEditor.autobind,
|
515
|
+
tslib.__metadata("design:type", Function),
|
516
|
+
tslib.__metadata("design:paramtypes", [MouseEvent]),
|
517
|
+
tslib.__metadata("design:returntype", void 0)
|
518
|
+
], TableViewEditor.prototype, "handleColMouseUp", null);
|
519
|
+
tslib.__decorate([
|
520
|
+
AMisCodeEditor.autobind,
|
521
|
+
tslib.__metadata("design:type", Function),
|
522
|
+
tslib.__metadata("design:paramtypes", [MouseEvent]),
|
523
|
+
tslib.__metadata("design:returntype", void 0)
|
524
|
+
], TableViewEditor.prototype, "handleLineClick", null);
|
525
|
+
return TableViewEditor;
|
526
|
+
}(React__default["default"].Component));
|
527
|
+
|
528
|
+
exports.TableViewEditor = TableViewEditor;
|