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,791 @@
|
|
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 merge = require('lodash/merge');
|
13
|
+
var cloneDeep = require('lodash/cloneDeep');
|
14
|
+
var cx = require('classnames');
|
15
|
+
var amis = require('amis');
|
16
|
+
var mobxStateTree = require('mobx-state-tree');
|
17
|
+
var amisCore = require('amis-core');
|
18
|
+
var AMisCodeEditor = require('amis-editor-core');
|
19
|
+
var BaseControl = require('../component/BaseControl.js');
|
20
|
+
|
21
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
22
|
+
|
23
|
+
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
24
|
+
var merge__default = /*#__PURE__*/_interopDefaultLegacy(merge);
|
25
|
+
var cloneDeep__default = /*#__PURE__*/_interopDefaultLegacy(cloneDeep);
|
26
|
+
var cx__default = /*#__PURE__*/_interopDefaultLegacy(cx);
|
27
|
+
|
28
|
+
var APIControl = /** @class */ (function (_super) {
|
29
|
+
tslib.__extends(APIControl, _super);
|
30
|
+
function APIControl(props) {
|
31
|
+
var _this = _super.call(this, props) || this;
|
32
|
+
_this.state = {
|
33
|
+
apiStr: _this.transformApi2Str(props.value),
|
34
|
+
selectedItem: [],
|
35
|
+
schema: props.pickerSchema
|
36
|
+
};
|
37
|
+
return _this;
|
38
|
+
}
|
39
|
+
APIControl.prototype.componentDidUpdate = function (prevProps) {
|
40
|
+
var props = this.props;
|
41
|
+
if (prevProps.value !== props.value) {
|
42
|
+
this.setState({ apiStr: this.transformApi2Str(props.value) });
|
43
|
+
}
|
44
|
+
if (AMisCodeEditor.anyChanged(['enablePickerMode', 'pickerSchema'], prevProps, props)) {
|
45
|
+
this.setState({ schema: props.pickerSchema });
|
46
|
+
}
|
47
|
+
if (amisCore.isApiOutdated(prevProps === null || prevProps === void 0 ? void 0 : prevProps.pickerSource, props === null || props === void 0 ? void 0 : props.pickerSource, prevProps.data, props.data)) {
|
48
|
+
this.fetchOptions();
|
49
|
+
}
|
50
|
+
};
|
51
|
+
APIControl.prototype.transformApi2Str = function (value) {
|
52
|
+
var api = amisCore.normalizeApi(value);
|
53
|
+
return api.url ? "".concat(api.method ? "".concat(api.method, ":") : '').concat(api.url) : '';
|
54
|
+
};
|
55
|
+
APIControl.prototype.fetchOptions = function () {
|
56
|
+
var _a, _b, _c;
|
57
|
+
return tslib.__awaiter(this, void 0, void 0, function () {
|
58
|
+
var _d, value, data, env, pickerSource, apiObj, apiKey, ctx, schemaFilter, res, items, selectedItem;
|
59
|
+
return tslib.__generator(this, function (_e) {
|
60
|
+
switch (_e.label) {
|
61
|
+
case 0:
|
62
|
+
_d = this.props, value = _d.value, data = _d.data, env = _d.env;
|
63
|
+
pickerSource = this.props.pickerSource;
|
64
|
+
apiObj = amisCore.normalizeApi(value);
|
65
|
+
apiKey = (_a = apiObj === null || apiObj === void 0 ? void 0 : apiObj.url.split('api://')) === null || _a === void 0 ? void 0 : _a[1];
|
66
|
+
if (!pickerSource) {
|
67
|
+
return [2 /*return*/];
|
68
|
+
}
|
69
|
+
ctx = AMisCodeEditor.createObject(data, { value: value, op: 'loadOptions' });
|
70
|
+
schemaFilter = mobxStateTree.getEnv(window.editorStore).schemaFilter;
|
71
|
+
// 基于爱速搭的规则转换一下
|
72
|
+
if (schemaFilter) {
|
73
|
+
pickerSource = schemaFilter({ api: pickerSource }).api;
|
74
|
+
}
|
75
|
+
if (!amisCore.isEffectiveApi(pickerSource, ctx)) return [3 /*break*/, 2];
|
76
|
+
return [4 /*yield*/, env.fetcher(pickerSource, ctx)];
|
77
|
+
case 1:
|
78
|
+
res = _e.sent();
|
79
|
+
items = ((_b = res.data) === null || _b === void 0 ? void 0 : _b.items) || ((_c = res === null || res === void 0 ? void 0 : res.data) === null || _c === void 0 ? void 0 : _c.rows);
|
80
|
+
if (items.length) {
|
81
|
+
selectedItem = items.find(function (item) { return item.key === apiKey; });
|
82
|
+
this.setState({ selectedItem: selectedItem ? [selectedItem] : [] });
|
83
|
+
}
|
84
|
+
_e.label = 2;
|
85
|
+
case 2: return [2 /*return*/];
|
86
|
+
}
|
87
|
+
});
|
88
|
+
});
|
89
|
+
};
|
90
|
+
APIControl.prototype.handleSubmit = function (values, action) {
|
91
|
+
var _a = this.props, onChange = _a.onChange, value = _a.value;
|
92
|
+
var api = values;
|
93
|
+
// Picker未做选择
|
94
|
+
if (!values && action === 'picker-submit') {
|
95
|
+
return;
|
96
|
+
}
|
97
|
+
if (typeof value !== 'string' || typeof values !== 'string') {
|
98
|
+
api = merge__default["default"]({}, amisCore.normalizeApi(value), amisCore.normalizeApi(values));
|
99
|
+
}
|
100
|
+
onChange === null || onChange === void 0 ? void 0 : onChange(api);
|
101
|
+
};
|
102
|
+
APIControl.prototype.handleAction = function (schema, e, action, data) {
|
103
|
+
var onAction = this.props.onAction;
|
104
|
+
onAction === null || onAction === void 0 ? void 0 : onAction(schema, e, action, data);
|
105
|
+
};
|
106
|
+
APIControl.prototype.normalizeValue = function (value, callback) {
|
107
|
+
var transformedValue = cloneDeep__default["default"](value);
|
108
|
+
if (typeof callback === 'function') {
|
109
|
+
transformedValue = callback(value);
|
110
|
+
}
|
111
|
+
return transformedValue;
|
112
|
+
};
|
113
|
+
APIControl.prototype.handlePickerConfirm = function (value) {
|
114
|
+
var onPickerConfirm = this.props.onPickerConfirm;
|
115
|
+
this.handleSubmit(this.normalizeValue(value, onPickerConfirm), 'picker-submit');
|
116
|
+
};
|
117
|
+
APIControl.prototype.handlePickerClose = function () {
|
118
|
+
var onPickerClose = this.props.onPickerClose;
|
119
|
+
onPickerClose === null || onPickerClose === void 0 ? void 0 : onPickerClose();
|
120
|
+
};
|
121
|
+
APIControl.prototype.renderHeader = function () {
|
122
|
+
var _this = this;
|
123
|
+
var _a = this.props, render = _a.render, actions = _a.actions, enablePickerMode = _a.enablePickerMode;
|
124
|
+
var actionsDom = Array.isArray(actions) && actions.length > 0
|
125
|
+
? actions.map(function (action, index) {
|
126
|
+
return render("action/".concat(index), action, {
|
127
|
+
key: index,
|
128
|
+
onAction: _this.handleAction.bind(_this, action)
|
129
|
+
});
|
130
|
+
})
|
131
|
+
: null;
|
132
|
+
return actionsDom || enablePickerMode ? (React__default["default"].createElement("header", { className: "ae-ApiControl-header", key: "header" }, enablePickerMode ? this.renderPickerSchema() : actionsDom)) : null;
|
133
|
+
};
|
134
|
+
APIControl.prototype.renderPickerSchema = function () {
|
135
|
+
var _this = this;
|
136
|
+
var _a = this.props, render = _a.render, pickerTitle = _a.pickerTitle, _b = _a.pickerName, pickerName = _b === void 0 ? 'apiPicker' : _b, pickerSize = _a.pickerSize, pickerHeaderClassName = _a.pickerHeaderClassName, pickerBtnSchema = _a.pickerBtnSchema, enablePickerMode = _a.enablePickerMode, onPickerSelect = _a.onPickerSelect;
|
137
|
+
var _c = this.state, selectedItem = _c.selectedItem, schema = _c.schema;
|
138
|
+
if (!schema) {
|
139
|
+
return null;
|
140
|
+
}
|
141
|
+
return (React__default["default"].createElement(amis.PickerContainer, { title: pickerTitle, value: selectedItem, headerClassName: cx__default["default"](pickerHeaderClassName, 'font-bold'), onConfirm: this.handlePickerConfirm, onCancel: this.handlePickerClose, size: pickerSize, bodyRender: function (_a) {
|
142
|
+
var _b;
|
143
|
+
_a.value; _a.onClose; var onChange = _a.onChange, setState = _a.setState; tslib.__rest(_a, ["value", "onClose", "onChange", "setState"]);
|
144
|
+
return render('api-control-picker', schema, {
|
145
|
+
data: (_b = {}, _b[pickerName] = selectedItem, _b),
|
146
|
+
onSelect: function (items) {
|
147
|
+
setState({ selectedItem: items });
|
148
|
+
onChange(_this.normalizeValue(items, onPickerSelect));
|
149
|
+
}
|
150
|
+
});
|
151
|
+
} }, function (_a) {
|
152
|
+
var onClick = _a.onClick, isOpened = _a.isOpened;
|
153
|
+
return render('picker-action', pickerBtnSchema, {
|
154
|
+
onClick: function (e) { return tslib.__awaiter(_this, void 0, void 0, function () {
|
155
|
+
return tslib.__generator(this, function (_b) {
|
156
|
+
switch (_b.label) {
|
157
|
+
case 0:
|
158
|
+
if (!(!isOpened && enablePickerMode)) return [3 /*break*/, 4];
|
159
|
+
_b.label = 1;
|
160
|
+
case 1:
|
161
|
+
_b.trys.push([1, 3, , 4]);
|
162
|
+
return [4 /*yield*/, this.fetchOptions()];
|
163
|
+
case 2:
|
164
|
+
_b.sent();
|
165
|
+
return [3 /*break*/, 4];
|
166
|
+
case 3:
|
167
|
+
_b.sent();
|
168
|
+
return [3 /*break*/, 4];
|
169
|
+
case 4:
|
170
|
+
onClick(e);
|
171
|
+
return [2 /*return*/];
|
172
|
+
}
|
173
|
+
});
|
174
|
+
}); }
|
175
|
+
});
|
176
|
+
}));
|
177
|
+
};
|
178
|
+
APIControl.prototype.renderApiDialog = function () {
|
179
|
+
var messageDesc = this.props.messageDesc;
|
180
|
+
return {
|
181
|
+
label: '',
|
182
|
+
type: 'action',
|
183
|
+
acitonType: 'dialog',
|
184
|
+
size: 'sm',
|
185
|
+
icon: React__default["default"].createElement(amis.Icon, { icon: "api" }),
|
186
|
+
actionType: 'dialog',
|
187
|
+
dialog: {
|
188
|
+
title: '高级设置',
|
189
|
+
size: 'md',
|
190
|
+
className: 'ae-ApiControl-dialog',
|
191
|
+
headerClassName: 'font-bold',
|
192
|
+
bodyClassName: 'ae-ApiControl-dialog-body',
|
193
|
+
closeOnEsc: true,
|
194
|
+
closeOnOutside: false,
|
195
|
+
showCloseButton: true,
|
196
|
+
body: [this.renderApiConfigTabs(messageDesc)]
|
197
|
+
}
|
198
|
+
};
|
199
|
+
};
|
200
|
+
APIControl.prototype.renderApiConfigTabs = function (messageDesc, submitOnChange) {
|
201
|
+
if (submitOnChange === void 0) { submitOnChange = false; }
|
202
|
+
return {
|
203
|
+
type: 'form',
|
204
|
+
className: 'ae-ApiControl-form',
|
205
|
+
mode: 'horizontal',
|
206
|
+
submitOnChange: submitOnChange,
|
207
|
+
wrapWithPanel: false,
|
208
|
+
onSubmit: this.handleSubmit,
|
209
|
+
body: [
|
210
|
+
{
|
211
|
+
type: 'tabs',
|
212
|
+
className: 'ae-ApiControl-tabs',
|
213
|
+
contentClassName: 'ae-ApiControl-tabContent',
|
214
|
+
tabs: [
|
215
|
+
{
|
216
|
+
title: '接口设置',
|
217
|
+
tab: [
|
218
|
+
{
|
219
|
+
label: '发送方式',
|
220
|
+
name: 'method',
|
221
|
+
value: 'get',
|
222
|
+
type: 'button-group-select',
|
223
|
+
mode: 'horizontal',
|
224
|
+
options: [
|
225
|
+
{
|
226
|
+
value: 'get',
|
227
|
+
label: 'GET'
|
228
|
+
},
|
229
|
+
{
|
230
|
+
value: 'post',
|
231
|
+
label: 'POST'
|
232
|
+
},
|
233
|
+
{
|
234
|
+
value: 'put',
|
235
|
+
label: 'PUT'
|
236
|
+
},
|
237
|
+
{
|
238
|
+
value: 'patch',
|
239
|
+
label: 'PATCH'
|
240
|
+
},
|
241
|
+
{
|
242
|
+
value: 'delete',
|
243
|
+
label: 'DELETE'
|
244
|
+
}
|
245
|
+
]
|
246
|
+
},
|
247
|
+
{
|
248
|
+
label: '接口地址',
|
249
|
+
type: 'input-text',
|
250
|
+
name: 'url',
|
251
|
+
mode: 'horizontal',
|
252
|
+
size: 'lg',
|
253
|
+
placeholder: 'http://',
|
254
|
+
required: true
|
255
|
+
},
|
256
|
+
{
|
257
|
+
label: '发送条件',
|
258
|
+
type: 'input-text',
|
259
|
+
name: 'sendOn',
|
260
|
+
mode: 'horizontal',
|
261
|
+
size: 'lg',
|
262
|
+
placeholder: '如:this.type == "123"',
|
263
|
+
description: '用表达式来设置该请求的发送条件'
|
264
|
+
},
|
265
|
+
{
|
266
|
+
label: '数据格式',
|
267
|
+
type: 'button-group-select',
|
268
|
+
name: 'dataType',
|
269
|
+
size: 'sm',
|
270
|
+
mode: 'horizontal',
|
271
|
+
description: '发送体格式为:<%= data.dataType === "json" ? "application/json" : data.dataType === "form-data" ? "multipart/form-data" : data.dataType === "form" ? "application/x-www-form-urlencoded" : "" %>,当发送内容中存在文件时会自动使用 form-data 格式。',
|
272
|
+
options: [
|
273
|
+
{
|
274
|
+
label: 'JSON',
|
275
|
+
value: 'json'
|
276
|
+
},
|
277
|
+
{
|
278
|
+
label: 'FormData',
|
279
|
+
value: 'form-data'
|
280
|
+
},
|
281
|
+
{
|
282
|
+
label: 'Form',
|
283
|
+
value: 'form'
|
284
|
+
}
|
285
|
+
],
|
286
|
+
disabled: false
|
287
|
+
},
|
288
|
+
{
|
289
|
+
type: 'switch',
|
290
|
+
label: '是否设置缓存',
|
291
|
+
name: 'cache',
|
292
|
+
mode: 'horizontal',
|
293
|
+
pipeIn: function (value) { return !!value; },
|
294
|
+
pipeOut: function (value) { return (value ? 3000 : undefined); }
|
295
|
+
},
|
296
|
+
{
|
297
|
+
label: '',
|
298
|
+
type: 'input-number',
|
299
|
+
name: 'cache',
|
300
|
+
mode: 'horizontal',
|
301
|
+
size: 'md',
|
302
|
+
min: 0,
|
303
|
+
step: 500,
|
304
|
+
visibleOn: 'this.cache',
|
305
|
+
description: '设置该请求缓存有效时间,单位 ms',
|
306
|
+
pipeIn: function (value) {
|
307
|
+
return typeof value === 'number' ? value : 0;
|
308
|
+
}
|
309
|
+
},
|
310
|
+
{
|
311
|
+
label: '文件下载',
|
312
|
+
name: 'responseType',
|
313
|
+
type: 'switch',
|
314
|
+
mode: 'horizontal',
|
315
|
+
description: '当接口为二进制文件下载时请勾选,否则会文件乱码。',
|
316
|
+
pipeIn: function (value) { return value === 'blob'; },
|
317
|
+
pipeOut: function (value) { return (value ? 'blob' : undefined); }
|
318
|
+
},
|
319
|
+
{
|
320
|
+
label: '数据替换',
|
321
|
+
name: 'replaceData',
|
322
|
+
type: 'switch',
|
323
|
+
mode: 'horizontal',
|
324
|
+
description: '默认数据为追加方式,开启后完全替换当前数据'
|
325
|
+
},
|
326
|
+
{
|
327
|
+
label: BaseControl.tipedLabel('初始加载', '当配置初始化接口后,组件初始就会拉取接口数据,可以通过以下配置修改'),
|
328
|
+
type: 'group',
|
329
|
+
visibleOn: 'this.initApi',
|
330
|
+
mode: 'horizontal',
|
331
|
+
direction: 'vertical',
|
332
|
+
// labelRemark: {
|
333
|
+
// trigger: 'hover',
|
334
|
+
// rootClose: true,
|
335
|
+
// content:
|
336
|
+
// '当配置初始化接口后,组件初始就会拉取接口数据,可以通过以下配置修改',
|
337
|
+
// placement: 'top'
|
338
|
+
// },
|
339
|
+
body: [
|
340
|
+
{
|
341
|
+
name: 'initFetch',
|
342
|
+
type: 'radios',
|
343
|
+
inline: true,
|
344
|
+
mode: 'normal',
|
345
|
+
renderLabel: false,
|
346
|
+
onChange: function () {
|
347
|
+
document.getElementsByClassName('ae-Settings-content')[0].scrollTop = 0;
|
348
|
+
},
|
349
|
+
// pipeIn: (value:any) => typeof value === 'boolean' ? value : '1'
|
350
|
+
options: [
|
351
|
+
{
|
352
|
+
label: '是',
|
353
|
+
value: true
|
354
|
+
},
|
355
|
+
{
|
356
|
+
label: '否',
|
357
|
+
value: false
|
358
|
+
},
|
359
|
+
{
|
360
|
+
label: '表达式',
|
361
|
+
value: ''
|
362
|
+
}
|
363
|
+
]
|
364
|
+
},
|
365
|
+
{
|
366
|
+
name: 'initFetchOn',
|
367
|
+
autoComplete: false,
|
368
|
+
visibleOn: 'typeof this.initFetch !== "boolean"',
|
369
|
+
type: 'input-text',
|
370
|
+
mode: 'normal',
|
371
|
+
size: 'lg',
|
372
|
+
renderLabel: false,
|
373
|
+
placeholder: '如:this.id 表示有 id 值时初始加载',
|
374
|
+
className: 'm-t-n-sm'
|
375
|
+
}
|
376
|
+
]
|
377
|
+
},
|
378
|
+
{
|
379
|
+
label: '定时刷新',
|
380
|
+
name: 'interval',
|
381
|
+
type: 'switch',
|
382
|
+
mode: 'horizontal',
|
383
|
+
visibleOn: 'data.initApi',
|
384
|
+
pipeIn: function (value) { return !!value; },
|
385
|
+
pipeOut: function (value) { return (value ? 3000 : undefined); }
|
386
|
+
},
|
387
|
+
{
|
388
|
+
label: '',
|
389
|
+
name: 'interval',
|
390
|
+
type: 'input-number',
|
391
|
+
mode: 'horizontal',
|
392
|
+
size: 'md',
|
393
|
+
visibleOn: 'typeof this.interval === "number"',
|
394
|
+
step: 500,
|
395
|
+
description: '定时刷新间隔,单位 ms'
|
396
|
+
},
|
397
|
+
{
|
398
|
+
label: '静默刷新',
|
399
|
+
name: 'silentPolling',
|
400
|
+
type: 'switch',
|
401
|
+
mode: 'horizontal',
|
402
|
+
visibleOn: '!!data.interval',
|
403
|
+
description: '设置自动定时刷新时是否显示loading'
|
404
|
+
},
|
405
|
+
{
|
406
|
+
label: BaseControl.tipedLabel('定时刷新停止', '定时刷新一旦设置会一直刷新,除非给出表达式,条件满足后则停止刷新'),
|
407
|
+
name: 'stopAutoRefreshWhen',
|
408
|
+
type: 'input-text',
|
409
|
+
mode: 'horizontal',
|
410
|
+
horizontal: {
|
411
|
+
leftFixed: 'md'
|
412
|
+
},
|
413
|
+
size: 'lg',
|
414
|
+
visibleOn: '!!data.interval',
|
415
|
+
placeholder: '停止定时刷新检测表达式'
|
416
|
+
// labelRemark: {
|
417
|
+
// trigger: 'hover',
|
418
|
+
// rootClose: true,
|
419
|
+
// content:
|
420
|
+
// '定时刷新一旦设置会一直刷新,除非给出表达式,条件满足后则停止刷新',
|
421
|
+
// placement: 'top'
|
422
|
+
// }
|
423
|
+
}
|
424
|
+
]
|
425
|
+
},
|
426
|
+
{
|
427
|
+
title: 'HTTP配置',
|
428
|
+
tab: [
|
429
|
+
{
|
430
|
+
type: 'fieldSet',
|
431
|
+
title: 'Body',
|
432
|
+
headingClassName: 'ae-ApiControl-title',
|
433
|
+
body: [
|
434
|
+
{
|
435
|
+
type: 'switch',
|
436
|
+
label: BaseControl.tipedLabel('发送数据映射', '当没开启数据映射时,发送 API 的时候会发送尽可能多的数据,如果你想自己控制发送的数据,或者需要额外的数据处理,请开启此选项'),
|
437
|
+
name: 'data',
|
438
|
+
mode: 'row',
|
439
|
+
// labelRemark: {
|
440
|
+
// trigger: 'hover',
|
441
|
+
// rootClose: true,
|
442
|
+
// content:
|
443
|
+
// '当没开启数据映射时,发送 API 的时候会发送尽可能多的数据,如果你想自己控制发送的数据,或者需要额外的数据处理,请开启此选项',
|
444
|
+
// placement: 'top'
|
445
|
+
// },
|
446
|
+
pipeIn: function (value) { return !!value; },
|
447
|
+
pipeOut: function (value) { return (value ? { '&': '$$' } : null); }
|
448
|
+
},
|
449
|
+
{
|
450
|
+
type: 'combo',
|
451
|
+
syncDefaultValue: false,
|
452
|
+
name: 'data',
|
453
|
+
mode: 'normal',
|
454
|
+
renderLabel: false,
|
455
|
+
visibleOn: 'this.data',
|
456
|
+
descriptionClassName: 'help-block text-xs m-b-none',
|
457
|
+
description: '<p>当没开启数据映射时,发送数据自动切成白名单模式,配置啥发送啥,请绑定数据。如:<code>{"a": "\\${a}", "b": 2}</code></p><p>如果希望在默认的基础上定制,请先添加一个 Key 为 `&` Value 为 `\\$$` 作为第一行。</p><div>当值为 <code>__undefined</code>时,表示删除对应的字段,可以结合<code>{"&": "\\$$"}</code>来达到黑名单效果。</div>',
|
458
|
+
multiple: true,
|
459
|
+
pipeIn: function (value) {
|
460
|
+
if (!AMisCodeEditor.isObject(value)) {
|
461
|
+
return value;
|
462
|
+
}
|
463
|
+
var arr = [];
|
464
|
+
Object.keys(value).forEach(function (key) {
|
465
|
+
arr.push({
|
466
|
+
key: key || '',
|
467
|
+
value: typeof value[key] === 'string'
|
468
|
+
? value[key]
|
469
|
+
: JSON.stringify(value[key])
|
470
|
+
});
|
471
|
+
});
|
472
|
+
return arr;
|
473
|
+
},
|
474
|
+
pipeOut: function (value) {
|
475
|
+
if (!Array.isArray(value)) {
|
476
|
+
return value;
|
477
|
+
}
|
478
|
+
var obj = {};
|
479
|
+
value.forEach(function (item) {
|
480
|
+
var key = item.key || '';
|
481
|
+
var value = item.value;
|
482
|
+
try {
|
483
|
+
value = JSON.parse(value);
|
484
|
+
}
|
485
|
+
catch (e) { }
|
486
|
+
obj[key] = value;
|
487
|
+
});
|
488
|
+
return obj;
|
489
|
+
},
|
490
|
+
items: [
|
491
|
+
{
|
492
|
+
placeholder: 'Key',
|
493
|
+
type: 'input-text',
|
494
|
+
unique: true,
|
495
|
+
name: 'key',
|
496
|
+
required: true
|
497
|
+
},
|
498
|
+
{
|
499
|
+
placeholder: 'Value',
|
500
|
+
type: 'input-text',
|
501
|
+
name: 'value'
|
502
|
+
}
|
503
|
+
]
|
504
|
+
},
|
505
|
+
{
|
506
|
+
type: 'switch',
|
507
|
+
label: BaseControl.tipedLabel('返回结果映射', '如果需要对返回结果做额外的数据处理,请开启此选项'),
|
508
|
+
name: 'responseData',
|
509
|
+
mode: 'row',
|
510
|
+
// labelRemark: {
|
511
|
+
// trigger: 'hover',
|
512
|
+
// rootClose: true,
|
513
|
+
// content:
|
514
|
+
// '如果需要对返回结果做额外的数据处理,请开启此选项',
|
515
|
+
// placement: 'top'
|
516
|
+
// },
|
517
|
+
pipeIn: function (value) { return !!value; },
|
518
|
+
pipeOut: function (value) { return (value ? { '&': '$$' } : null); }
|
519
|
+
},
|
520
|
+
{
|
521
|
+
type: 'combo',
|
522
|
+
syncDefaultValue: false,
|
523
|
+
name: 'responseData',
|
524
|
+
mode: 'normal',
|
525
|
+
renderLabel: false,
|
526
|
+
visibleOn: 'this.responseData',
|
527
|
+
descriptionClassName: 'help-block text-xs m-b-none',
|
528
|
+
multiple: true,
|
529
|
+
pipeIn: function (value) {
|
530
|
+
if (!AMisCodeEditor.isObject(value)) {
|
531
|
+
return value;
|
532
|
+
}
|
533
|
+
var arr = [];
|
534
|
+
Object.keys(value).forEach(function (key) {
|
535
|
+
arr.push({
|
536
|
+
key: key || '',
|
537
|
+
value: typeof value[key] === 'string'
|
538
|
+
? value[key]
|
539
|
+
: JSON.stringify(value[key])
|
540
|
+
});
|
541
|
+
});
|
542
|
+
return arr;
|
543
|
+
},
|
544
|
+
pipeOut: function (value) {
|
545
|
+
if (!Array.isArray(value)) {
|
546
|
+
return value;
|
547
|
+
}
|
548
|
+
var obj = {};
|
549
|
+
value.forEach(function (item) {
|
550
|
+
var key = item.key || '';
|
551
|
+
var value = item.value;
|
552
|
+
try {
|
553
|
+
value = JSON.parse(value);
|
554
|
+
}
|
555
|
+
catch (e) { }
|
556
|
+
obj[key] = value;
|
557
|
+
});
|
558
|
+
return obj;
|
559
|
+
},
|
560
|
+
items: [
|
561
|
+
{
|
562
|
+
placeholder: 'Key',
|
563
|
+
type: 'input-text',
|
564
|
+
unique: true,
|
565
|
+
name: 'key',
|
566
|
+
required: true
|
567
|
+
},
|
568
|
+
{
|
569
|
+
placeholder: 'Value',
|
570
|
+
type: 'input-text',
|
571
|
+
name: 'value'
|
572
|
+
}
|
573
|
+
]
|
574
|
+
},
|
575
|
+
{
|
576
|
+
label: '发送适配器',
|
577
|
+
name: 'requestAdaptor',
|
578
|
+
type: 'js-editor',
|
579
|
+
mode: 'horizontal',
|
580
|
+
horizontal: { justify: true },
|
581
|
+
clasName: 'm-t-sm',
|
582
|
+
allowFullscreen: true,
|
583
|
+
description: '函数签名:(api) => api, 数据在 api.data 中,修改后返回 api 对象。'
|
584
|
+
},
|
585
|
+
{
|
586
|
+
label: '接收适配器',
|
587
|
+
name: 'adaptor',
|
588
|
+
type: 'js-editor',
|
589
|
+
mode: 'horizontal',
|
590
|
+
horizontal: { justify: true },
|
591
|
+
clasName: 'm-t-sm',
|
592
|
+
allowFullscreen: true,
|
593
|
+
description: '函数签名: (payload, response, api) => payload'
|
594
|
+
}
|
595
|
+
]
|
596
|
+
},
|
597
|
+
{
|
598
|
+
type: 'fieldSet',
|
599
|
+
title: 'Header',
|
600
|
+
headingClassName: 'ae-ApiControl-title',
|
601
|
+
body: [
|
602
|
+
{
|
603
|
+
type: 'switch',
|
604
|
+
label: BaseControl.tipedLabel('请求头', '可以配置headers对象,添加自定义请求头'),
|
605
|
+
name: 'headers',
|
606
|
+
mode: 'row',
|
607
|
+
className: 'm-b-xs',
|
608
|
+
// labelRemark: {
|
609
|
+
// trigger: 'hover',
|
610
|
+
// rootClose: true,
|
611
|
+
// content:
|
612
|
+
// '可以配置<code>headers</code>对象,添加自定义请求头',
|
613
|
+
// placement: 'top'
|
614
|
+
// },
|
615
|
+
pipeIn: function (value) { return !!value; },
|
616
|
+
pipeOut: function (value) { return (value ? { '': '' } : null); }
|
617
|
+
},
|
618
|
+
{
|
619
|
+
type: 'combo',
|
620
|
+
name: 'headers',
|
621
|
+
mode: 'row',
|
622
|
+
syncDefaultValue: false,
|
623
|
+
multiple: true,
|
624
|
+
visibleOn: 'this.headers',
|
625
|
+
items: [
|
626
|
+
{
|
627
|
+
type: 'input-text',
|
628
|
+
name: 'key',
|
629
|
+
placeholder: 'Key',
|
630
|
+
unique: true,
|
631
|
+
required: true,
|
632
|
+
options: [
|
633
|
+
{
|
634
|
+
label: 'Content-Encoding',
|
635
|
+
value: 'Content-Encoding'
|
636
|
+
},
|
637
|
+
{
|
638
|
+
label: 'Content-Type',
|
639
|
+
value: 'Content-Type'
|
640
|
+
}
|
641
|
+
]
|
642
|
+
},
|
643
|
+
{
|
644
|
+
type: 'input-text',
|
645
|
+
name: 'value',
|
646
|
+
placeholder: 'Value',
|
647
|
+
disabled: false
|
648
|
+
}
|
649
|
+
],
|
650
|
+
pipeIn: function (value) {
|
651
|
+
if (!AMisCodeEditor.isObject(value)) {
|
652
|
+
return value;
|
653
|
+
}
|
654
|
+
var arr = [];
|
655
|
+
Object.keys(value).forEach(function (key) {
|
656
|
+
arr.push({
|
657
|
+
key: key || '',
|
658
|
+
value: typeof value[key] === 'string'
|
659
|
+
? value[key]
|
660
|
+
: JSON.stringify(value[key])
|
661
|
+
});
|
662
|
+
});
|
663
|
+
return arr;
|
664
|
+
},
|
665
|
+
pipeOut: function (value) {
|
666
|
+
if (!Array.isArray(value)) {
|
667
|
+
return value;
|
668
|
+
}
|
669
|
+
var obj = {};
|
670
|
+
value.forEach(function (item) {
|
671
|
+
var key = item.key || '';
|
672
|
+
var value = item.value;
|
673
|
+
try {
|
674
|
+
value = JSON.parse(value);
|
675
|
+
}
|
676
|
+
catch (e) { }
|
677
|
+
obj[key] = value;
|
678
|
+
});
|
679
|
+
return obj;
|
680
|
+
}
|
681
|
+
}
|
682
|
+
]
|
683
|
+
}
|
684
|
+
]
|
685
|
+
},
|
686
|
+
{
|
687
|
+
title: '其他',
|
688
|
+
tab: [
|
689
|
+
{
|
690
|
+
label: '默认消息提示',
|
691
|
+
type: 'combo',
|
692
|
+
name: 'messages',
|
693
|
+
mode: 'normal',
|
694
|
+
multiLine: true,
|
695
|
+
description: messageDesc ||
|
696
|
+
'设置 ajax 默认提示信息,当 ajax 没有返回 msg 信息时有用,如果 ajax 返回携带了 msg 值,则还是以 ajax 返回为主',
|
697
|
+
items: [
|
698
|
+
{
|
699
|
+
label: '获取成功提示',
|
700
|
+
type: 'input-text',
|
701
|
+
name: 'fetchSuccess'
|
702
|
+
},
|
703
|
+
{
|
704
|
+
label: '获取失败提示',
|
705
|
+
type: 'input-text',
|
706
|
+
name: 'fetchFailed'
|
707
|
+
},
|
708
|
+
{
|
709
|
+
label: '保存顺序成功提示',
|
710
|
+
type: 'input-text',
|
711
|
+
name: 'saveOrderSuccess'
|
712
|
+
},
|
713
|
+
{
|
714
|
+
label: '保存顺序失败提示',
|
715
|
+
type: 'input-text',
|
716
|
+
name: 'saveOrderFailed'
|
717
|
+
},
|
718
|
+
{
|
719
|
+
label: '快速保存成功提示',
|
720
|
+
type: 'input-text',
|
721
|
+
name: 'quickSaveSuccess'
|
722
|
+
},
|
723
|
+
{
|
724
|
+
label: '快速保存失败提示',
|
725
|
+
type: 'input-text',
|
726
|
+
name: 'quickSaveFailed'
|
727
|
+
}
|
728
|
+
]
|
729
|
+
}
|
730
|
+
]
|
731
|
+
}
|
732
|
+
]
|
733
|
+
}
|
734
|
+
]
|
735
|
+
};
|
736
|
+
// return
|
737
|
+
};
|
738
|
+
APIControl.prototype.render = function () {
|
739
|
+
var _this = this;
|
740
|
+
var _a = this.props, render = _a.render, className = _a.className, value = _a.value, footer = _a.footer, _b = _a.border, border = _b === void 0 ? false : _b; _a.messageDesc;
|
741
|
+
return (React__default["default"].createElement("div", { className: cx__default["default"]('ae-ApiControl', className, { border: border }) },
|
742
|
+
this.renderHeader(),
|
743
|
+
React__default["default"].createElement("div", { className: "ae-ApiControl-content", key: "content" },
|
744
|
+
React__default["default"].createElement(amis.InputBox, { className: "ae-ApiControl-input m-b-none", value: this.state.apiStr, clearable: false, placeholder: "http://", onChange: function (value) { return _this.handleSubmit(value, 'input'); } }),
|
745
|
+
render('api-control-dialog', this.renderApiDialog(), {
|
746
|
+
data: amisCore.normalizeApi(value)
|
747
|
+
})),
|
748
|
+
Array.isArray(footer) && footer.length !== 0 ? (React__default["default"].createElement("footer", { className: "mt-3", key: "footer" }, render('api-control-footer', footer))) : null));
|
749
|
+
};
|
750
|
+
APIControl.defaultProps = {
|
751
|
+
pickerBtnSchema: {
|
752
|
+
type: 'button',
|
753
|
+
level: 'link',
|
754
|
+
size: 'sm',
|
755
|
+
label: '点击选择'
|
756
|
+
}
|
757
|
+
};
|
758
|
+
tslib.__decorate([
|
759
|
+
AMisCodeEditor.autobind,
|
760
|
+
tslib.__metadata("design:type", Function),
|
761
|
+
tslib.__metadata("design:paramtypes", [Object, Object]),
|
762
|
+
tslib.__metadata("design:returntype", void 0)
|
763
|
+
], APIControl.prototype, "handleSubmit", null);
|
764
|
+
tslib.__decorate([
|
765
|
+
AMisCodeEditor.autobind,
|
766
|
+
tslib.__metadata("design:type", Function),
|
767
|
+
tslib.__metadata("design:paramtypes", [Object]),
|
768
|
+
tslib.__metadata("design:returntype", void 0)
|
769
|
+
], APIControl.prototype, "handlePickerConfirm", null);
|
770
|
+
tslib.__decorate([
|
771
|
+
AMisCodeEditor.autobind,
|
772
|
+
tslib.__metadata("design:type", Function),
|
773
|
+
tslib.__metadata("design:paramtypes", []),
|
774
|
+
tslib.__metadata("design:returntype", void 0)
|
775
|
+
], APIControl.prototype, "handlePickerClose", null);
|
776
|
+
return APIControl;
|
777
|
+
}(React__default["default"].Component));
|
778
|
+
/** @class */ ((function (_super) {
|
779
|
+
tslib.__extends(APIControlRenderer, _super);
|
780
|
+
function APIControlRenderer() {
|
781
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
782
|
+
}
|
783
|
+
APIControlRenderer = tslib.__decorate([
|
784
|
+
amis.FormItem({
|
785
|
+
type: 'ae-apiControl'
|
786
|
+
})
|
787
|
+
], APIControlRenderer);
|
788
|
+
return APIControlRenderer;
|
789
|
+
})(APIControl));
|
790
|
+
|
791
|
+
exports["default"] = APIControl;
|