amis-editor 4.1.0-beta.4 → 5.2.0-beta.1
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/component/BaseControl.d.ts +1831 -0
- package/lib/component/BaseControl.js +366 -0
- package/{dist/component/base → lib/component}/InputComponentName.d.ts +1 -1
- package/lib/component/InputComponentName.js +44 -0
- package/{dist → lib}/component/TableViewEditor.d.ts +2 -2
- package/lib/component/TableViewEditor.js +528 -0
- package/lib/event-action/actions.d.ts +3 -0
- package/lib/event-action/actions.js +188 -0
- package/lib/event-action/schema.d.ts +13 -0
- package/lib/event-action/schema.js +134 -0
- package/{dist → lib}/index.d.ts +27 -31
- package/lib/index.js +181 -0
- package/{dist → lib}/plugin/Alert.d.ts +5 -3
- package/lib/plugin/Alert.js +113 -0
- package/lib/plugin/AnchorNav.d.ts +48 -0
- package/lib/plugin/AnchorNav.js +297 -0
- package/{dist → lib}/plugin/Audio.d.ts +1 -1
- package/lib/plugin/Audio.js +157 -0
- package/{dist → lib}/plugin/Avatar.d.ts +11 -2
- package/lib/plugin/Avatar.js +305 -0
- package/{dist → lib}/plugin/Breadcrumb.d.ts +1 -1
- package/lib/plugin/Breadcrumb.js +116 -0
- package/{dist → lib}/plugin/Button.d.ts +7 -3
- package/lib/plugin/Button.js +297 -0
- package/lib/plugin/ButtonGroup.d.ts +39 -0
- package/lib/plugin/ButtonGroup.js +139 -0
- package/{dist → lib}/plugin/ButtonToolbar.d.ts +5 -11
- package/lib/plugin/ButtonToolbar.js +89 -0
- package/{dist → lib}/plugin/CRUD.d.ts +3 -1
- package/lib/plugin/CRUD.js +1528 -0
- package/{dist → lib}/plugin/Card.d.ts +2 -1
- package/lib/plugin/Card.js +233 -0
- package/{dist → lib}/plugin/Cards.d.ts +3 -2
- package/lib/plugin/Cards.js +254 -0
- package/{dist → lib}/plugin/Carousel.d.ts +2 -1
- package/lib/plugin/Carousel.js +358 -0
- package/{dist → lib}/plugin/Chart.d.ts +4 -1
- package/lib/plugin/Chart.js +192 -0
- package/{dist → lib}/plugin/CodeView.d.ts +1 -1
- package/lib/plugin/CodeView.js +68 -0
- package/{dist → lib}/plugin/Collapse.d.ts +3 -1
- package/lib/plugin/Collapse.js +138 -0
- package/{dist → lib}/plugin/CollapseGroup.d.ts +29 -5
- package/lib/plugin/CollapseGroup.js +237 -0
- package/{dist → lib}/plugin/Container.d.ts +3 -2
- package/lib/plugin/Container.js +100 -0
- package/{dist → lib}/plugin/Custom.d.ts +4 -1
- package/lib/plugin/Custom.js +109 -0
- package/lib/plugin/CustomRegion.d.ts +40 -0
- package/lib/plugin/CustomRegion.js +154 -0
- package/{dist → lib}/plugin/Date.d.ts +1 -1
- package/lib/plugin/Date.js +82 -0
- package/{dist → lib}/plugin/Datetime.d.ts +1 -1
- package/lib/plugin/Datetime.js +77 -0
- package/{dist → lib}/plugin/Dialog.d.ts +13 -3
- package/lib/plugin/Dialog.js +214 -0
- package/{dist → lib}/plugin/Divider.d.ts +1 -1
- package/lib/plugin/Divider.js +49 -0
- package/{dist → lib}/plugin/Drawer.d.ts +13 -3
- package/lib/plugin/Drawer.js +240 -0
- package/{dist → lib}/plugin/DropDownButton.d.ts +13 -12
- package/lib/plugin/DropDownButton.js +229 -0
- package/{dist → lib}/plugin/Each.d.ts +2 -2
- package/lib/plugin/Each.js +131 -0
- package/{dist → lib}/plugin/Flex.d.ts +2 -1
- package/lib/plugin/Flex.js +203 -0
- package/{dist → lib}/plugin/Form/ButtonGroupSelect.d.ts +7 -2
- package/lib/plugin/Form/ButtonGroupSelect.js +161 -0
- package/{dist → lib}/plugin/Form/ButtonToolbar.d.ts +8 -7
- package/lib/plugin/Form/ButtonToolbar.js +107 -0
- package/{dist → lib}/plugin/Form/ChainedSelect.d.ts +8 -2
- package/lib/plugin/Form/ChainedSelect.js +183 -0
- package/{dist → lib}/plugin/Form/Checkbox.d.ts +7 -2
- package/lib/plugin/Form/Checkbox.js +174 -0
- package/{dist → lib}/plugin/Form/Checkboxes.d.ts +8 -2
- package/lib/plugin/Form/Checkboxes.js +213 -0
- package/lib/plugin/Form/CodeEditor.d.ts +25 -0
- package/lib/plugin/Form/CodeEditor.js +201 -0
- package/{dist → lib}/plugin/Form/Combo.d.ts +4 -1
- package/lib/plugin/Form/Combo.js +546 -0
- package/{dist → lib}/plugin/Form/ConditionBuilder.d.ts +1 -1
- package/lib/plugin/Form/ConditionBuilder.js +302 -0
- package/{dist → lib}/plugin/Form/Control.d.ts +7 -2
- package/lib/plugin/Form/Control.js +88 -0
- package/{dist → lib}/plugin/Form/DiffEditor.d.ts +8 -2
- package/lib/plugin/Form/DiffEditor.js +204 -0
- package/{dist → lib}/plugin/Form/FieldSet.d.ts +1 -1
- package/lib/plugin/Form/FieldSet.js +152 -0
- package/lib/plugin/Form/Form.d.ts +42 -0
- package/lib/plugin/Form/Form.js +846 -0
- package/lib/plugin/Form/Formula.d.ts +27 -0
- package/lib/plugin/Form/Formula.js +82 -0
- package/{dist → lib}/plugin/Form/Group.d.ts +1 -1
- package/lib/plugin/Form/Group.js +252 -0
- package/{dist → lib}/plugin/Form/Hidden.d.ts +1 -1
- package/lib/plugin/Form/Hidden.js +58 -0
- package/{dist → lib}/plugin/Form/InputArray.d.ts +1 -1
- package/lib/plugin/Form/InputArray.js +181 -0
- package/{dist → lib}/plugin/Form/InputCity.d.ts +6 -2
- package/lib/plugin/Form/InputCity.js +139 -0
- package/{dist → lib}/plugin/Form/InputColor.d.ts +20 -18
- package/lib/plugin/Form/InputColor.js +295 -0
- package/lib/plugin/Form/InputDate.d.ts +26 -0
- package/lib/plugin/Form/InputDate.js +357 -0
- package/lib/plugin/Form/InputDateRange.d.ts +26 -0
- package/lib/plugin/Form/InputDateRange.js +350 -0
- package/{dist → lib}/plugin/Form/InputDateTime.d.ts +4 -4
- package/lib/plugin/Form/InputDateTime.js +50 -0
- package/lib/plugin/Form/InputDateTimeRange.d.ts +20 -0
- package/lib/plugin/Form/InputDateTimeRange.js +51 -0
- package/{dist → lib}/plugin/Form/InputEmail.d.ts +1 -0
- package/lib/plugin/Form/InputEmail.js +45 -0
- package/lib/plugin/Form/InputExcel.d.ts +23 -0
- package/lib/plugin/Form/InputExcel.js +121 -0
- package/{dist → lib}/plugin/Form/InputFile.d.ts +7 -3
- package/lib/plugin/Form/InputFile.js +354 -0
- package/{dist → lib}/plugin/Form/InputGroup.d.ts +1 -1
- package/lib/plugin/Form/InputGroup.js +100 -0
- package/{dist → lib}/plugin/Form/InputImage.d.ts +6 -2
- package/lib/plugin/Form/InputImage.js +271 -0
- package/{dist → lib}/plugin/Form/InputKV.d.ts +7 -1
- package/lib/plugin/Form/InputKV.js +129 -0
- package/{dist → lib}/plugin/Form/InputMonth.d.ts +1 -0
- package/lib/plugin/Form/InputMonth.js +48 -0
- package/{dist/plugin/Form/InputDate.d.ts → lib/plugin/Form/InputMonthRange.d.ts} +4 -4
- package/lib/plugin/Form/InputMonthRange.js +51 -0
- package/{dist → lib}/plugin/Form/InputNumber.d.ts +7 -2
- package/lib/plugin/Form/InputNumber.js +263 -0
- package/{dist → lib}/plugin/Form/InputPassword.d.ts +1 -0
- package/lib/plugin/Form/InputPassword.js +45 -0
- package/{dist → lib}/plugin/Form/InputQuarter.d.ts +1 -0
- package/lib/plugin/Form/InputQuarter.js +48 -0
- package/{dist → lib}/plugin/Form/InputQuarterRange.d.ts +4 -4
- package/lib/plugin/Form/InputQuarterRange.js +51 -0
- package/{dist → lib}/plugin/Form/InputRange.d.ts +7 -2
- package/lib/plugin/Form/InputRange.js +292 -0
- package/lib/plugin/Form/InputRating.d.ts +25 -0
- package/lib/plugin/Form/InputRating.js +357 -0
- package/{dist → lib}/plugin/Form/InputRepeat.d.ts +1 -1
- package/lib/plugin/Form/InputRepeat.js +65 -0
- package/{dist → lib}/plugin/Form/InputRichText.d.ts +1 -1
- package/lib/plugin/Form/InputRichText.js +193 -0
- package/{dist → lib}/plugin/Form/InputSubForm.d.ts +2 -1
- package/lib/plugin/Form/InputSubForm.js +160 -0
- package/{dist → lib}/plugin/Form/InputTable.d.ts +1 -1
- package/lib/plugin/Form/InputTable.js +400 -0
- package/{dist → lib}/plugin/Form/InputTag.d.ts +6 -2
- package/lib/plugin/Form/InputTag.js +155 -0
- package/lib/plugin/Form/InputText.d.ts +42 -0
- package/lib/plugin/Form/InputText.js +328 -0
- package/{dist → lib}/plugin/Form/InputTime.d.ts +3 -3
- package/lib/plugin/Form/InputTime.js +48 -0
- package/{dist/plugin/Form/InputDateTimeRange.d.ts → lib/plugin/Form/InputTimeRange.d.ts} +4 -4
- package/lib/plugin/Form/InputTimeRange.js +51 -0
- package/{dist → lib}/plugin/Form/InputTree.d.ts +6 -2
- package/lib/plugin/Form/InputTree.js +375 -0
- package/{dist → lib}/plugin/Form/InputURL.d.ts +2 -0
- package/lib/plugin/Form/InputURL.js +46 -0
- package/{dist → lib}/plugin/Form/InputYear.d.ts +1 -0
- package/lib/plugin/Form/InputYear.js +48 -0
- package/{dist/plugin/Form/InputMonthRange.d.ts → lib/plugin/Form/InputYearRange.d.ts} +4 -4
- package/lib/plugin/Form/InputYearRange.js +51 -0
- package/{dist → lib}/plugin/Form/Item.d.ts +2 -2
- package/lib/plugin/Form/Item.js +265 -0
- package/{dist → lib}/plugin/Form/ListSelect.d.ts +6 -2
- package/lib/plugin/Form/ListSelect.js +130 -0
- package/{dist/plugin/Form/InputDateRange.d.ts → lib/plugin/Form/LocationPicker.d.ts} +5 -6
- package/lib/plugin/Form/LocationPicker.js +74 -0
- package/{dist → lib}/plugin/Form/MatrixCheckboxes.d.ts +7 -2
- package/lib/plugin/Form/MatrixCheckboxes.js +234 -0
- package/{dist → lib}/plugin/Form/NestedSelect.d.ts +8 -2
- package/lib/plugin/Form/NestedSelect.js +328 -0
- package/{dist → lib}/plugin/Form/Picker.d.ts +1 -1
- package/lib/plugin/Form/Picker.js +169 -0
- package/{dist → lib}/plugin/Form/Radios.d.ts +7 -2
- package/lib/plugin/Form/Radios.js +189 -0
- package/{dist → lib}/plugin/Form/Select.d.ts +7 -2
- package/lib/plugin/Form/Select.js +304 -0
- package/{dist → lib}/plugin/Form/Static.d.ts +4 -3
- package/lib/plugin/Form/Static.js +312 -0
- package/{dist → lib}/plugin/Form/Switch.d.ts +9 -2
- package/lib/plugin/Form/Switch.js +219 -0
- package/{dist → lib}/plugin/Form/TabsTransfer.d.ts +5 -2
- package/lib/plugin/Form/TabsTransfer.js +348 -0
- package/{dist → lib}/plugin/Form/Textarea.d.ts +8 -2
- package/lib/plugin/Form/Textarea.js +190 -0
- package/{dist → lib}/plugin/Form/Transfer.d.ts +5 -2
- package/lib/plugin/Form/Transfer.js +414 -0
- package/{dist → lib}/plugin/Form/TreeSelect.d.ts +6 -2
- package/lib/plugin/Form/TreeSelect.js +375 -0
- package/{dist → lib}/plugin/Form/UUID.d.ts +1 -1
- package/lib/plugin/Form/UUID.js +55 -0
- package/{dist → lib}/plugin/Grid.d.ts +3 -2
- package/lib/plugin/Grid.js +680 -0
- package/{dist → lib}/plugin/HBox.d.ts +3 -2
- package/lib/plugin/HBox.js +594 -0
- package/{dist → lib}/plugin/IFrame.d.ts +6 -5
- package/lib/plugin/IFrame.js +94 -0
- package/{dist → lib}/plugin/Image.d.ts +1 -1
- package/lib/plugin/Image.js +264 -0
- package/{dist → lib}/plugin/Images.d.ts +1 -1
- package/lib/plugin/Images.js +214 -0
- package/{dist → lib}/plugin/Json.d.ts +2 -1
- package/lib/plugin/Json.js +82 -0
- package/{dist → lib}/plugin/Link.d.ts +2 -1
- package/lib/plugin/Link.js +120 -0
- package/{dist → lib}/plugin/List.d.ts +3 -2
- package/lib/plugin/List.js +220 -0
- package/{dist → lib}/plugin/ListItem.d.ts +1 -1
- package/lib/plugin/ListItem.js +195 -0
- package/{dist → lib}/plugin/Log.d.ts +1 -1
- package/lib/plugin/Log.js +62 -0
- package/{dist → lib}/plugin/Mapping.d.ts +2 -1
- package/lib/plugin/Mapping.js +149 -0
- package/{dist → lib}/plugin/Markdown.d.ts +2 -1
- package/lib/plugin/Markdown.js +58 -0
- package/lib/plugin/Nav.d.ts +48 -0
- package/lib/plugin/Nav.js +181 -0
- package/{dist → lib}/plugin/Operation.d.ts +1 -1
- package/lib/plugin/Operation.js +84 -0
- package/{dist → lib}/plugin/Others/Action.d.ts +6 -2
- package/lib/plugin/Others/Action.js +350 -0
- package/{dist → lib}/plugin/Others/TableCell.d.ts +1 -1
- package/lib/plugin/Others/TableCell.js +393 -0
- package/{dist → lib}/plugin/Page.d.ts +7 -4
- package/lib/plugin/Page.js +363 -0
- package/lib/plugin/Pagination.d.ts +51 -0
- package/lib/plugin/Pagination.js +247 -0
- package/{dist → lib}/plugin/Panel.d.ts +1 -1
- package/lib/plugin/Panel.js +222 -0
- package/{dist → lib}/plugin/Plain.d.ts +1 -1
- package/lib/plugin/Plain.js +88 -0
- package/{dist → lib}/plugin/Progress.d.ts +7 -2
- package/lib/plugin/Progress.js +258 -0
- package/{dist → lib}/plugin/Property.d.ts +1 -1
- package/lib/plugin/Property.js +147 -0
- package/{dist → lib}/plugin/QRCode.d.ts +2 -1
- package/lib/plugin/QRCode.js +107 -0
- package/{dist → lib}/plugin/Reset.d.ts +0 -1
- package/lib/plugin/Reset.js +38 -0
- package/{dist → lib}/plugin/Service.d.ts +5 -1
- package/lib/plugin/Service.js +217 -0
- package/{dist → lib}/plugin/Sparkline.d.ts +2 -1
- package/lib/plugin/Sparkline.js +50 -0
- package/{dist → lib}/plugin/Status.d.ts +2 -1
- package/lib/plugin/Status.js +86 -0
- package/{dist → lib}/plugin/Steps.d.ts +2 -1
- package/lib/plugin/Steps.js +136 -0
- package/{dist → lib}/plugin/Submit.d.ts +0 -1
- package/lib/plugin/Submit.js +38 -0
- package/{dist → lib}/plugin/Table.d.ts +7 -2
- package/lib/plugin/Table.js +594 -0
- package/{dist → lib}/plugin/TableView.d.ts +2 -1
- package/lib/plugin/TableView.js +744 -0
- package/{dist → lib}/plugin/Tabs.d.ts +34 -2
- package/lib/plugin/Tabs.js +429 -0
- package/{dist → lib}/plugin/Tasks.d.ts +2 -1
- package/lib/plugin/Tasks.js +263 -0
- package/{dist → lib}/plugin/Time.d.ts +1 -1
- package/lib/plugin/Time.js +77 -0
- package/{dist → lib}/plugin/TooltipWrapper.d.ts +12 -1
- package/lib/plugin/TooltipWrapper.js +281 -0
- package/{dist → lib}/plugin/Tpl.d.ts +3 -2
- package/lib/plugin/Tpl.js +183 -0
- package/{dist → lib}/plugin/Video.d.ts +2 -1
- package/lib/plugin/Video.js +140 -0
- package/{dist → lib}/plugin/WebComponent.d.ts +2 -1
- package/lib/plugin/WebComponent.js +70 -0
- package/{dist → lib}/plugin/Wizard.d.ts +16 -4
- package/lib/plugin/Wizard.js +799 -0
- package/{dist → lib}/plugin/Wrapper.d.ts +2 -1
- package/lib/plugin/Wrapper.js +136 -0
- package/lib/renderer/APIControl.d.ts +7526 -0
- package/lib/renderer/APIControl.js +791 -0
- package/lib/renderer/BadgeControl.d.ts +134 -0
- package/lib/renderer/BadgeControl.js +290 -0
- package/lib/renderer/DataBindingControl.d.ts +14 -0
- package/lib/renderer/DataBindingControl.js +91 -0
- package/lib/renderer/DataMappingControl.d.ts +11 -0
- package/lib/renderer/DataMappingControl.js +73 -0
- package/lib/renderer/DataPickerControl.d.ts +13 -0
- package/lib/renderer/DataPickerControl.js +83 -0
- package/lib/renderer/DateShortCutControl.d.ts +83 -0
- package/lib/renderer/DateShortCutControl.js +254 -0
- package/lib/renderer/FormulaControl.d.ts +96 -0
- package/lib/renderer/FormulaControl.js +324 -0
- package/{dist/component/Control → lib/renderer}/OptionControl.d.ts +25 -36
- package/lib/renderer/OptionControl.js +672 -0
- package/{dist/component/Control → lib/renderer}/PopoverEdit.d.ts +4 -4
- package/lib/renderer/RangePartsControl.d.ts +91 -0
- package/lib/renderer/RangePartsControl.js +392 -0
- package/lib/renderer/StatusControl.d.ts +39 -0
- package/lib/renderer/StatusControl.js +171 -0
- package/lib/renderer/SwitchMoreControl.d.ts +222 -0
- package/lib/renderer/SwitchMoreControl.js +302 -0
- package/lib/renderer/ValidationControl.d.ts +65 -0
- package/lib/renderer/ValidationControl.js +279 -0
- package/lib/renderer/ValidationItem.d.ts +46 -0
- package/lib/renderer/ValidationItem.js +147 -0
- package/lib/renderer/style-control/Background.d.ts +17 -0
- package/lib/renderer/style-control/Background.js +493 -0
- package/lib/renderer/style-control/Border.d.ts +18 -0
- package/lib/renderer/style-control/Border.js +191 -0
- package/lib/renderer/style-control/BoxModel.d.ts +17 -0
- package/lib/renderer/style-control/BoxModel.js +73 -0
- package/lib/renderer/style-control/BoxShadow.d.ts +18 -0
- package/lib/renderer/style-control/BoxShadow.js +125 -0
- package/lib/renderer/style-control/Display.d.ts +14 -0
- package/lib/renderer/style-control/Display.js +233 -0
- package/lib/renderer/style-control/Font.d.ts +16 -0
- package/lib/renderer/style-control/Font.js +239 -0
- package/lib/renderer/style-control/font-family.d.ts +11 -0
- package/lib/renderer/style-control/font-family.js +149 -0
- package/lib/renderer/style-control/transformation.d.ts +29 -0
- package/lib/renderer/style-control/transformation.js +84 -0
- package/lib/renderer/style-control/types.d.ts +8 -0
- package/lib/tpl/api.d.ts +1 -0
- package/lib/tpl/api.js +378 -0
- package/lib/tpl/common.d.ts +1 -0
- package/lib/tpl/common.js +808 -0
- package/lib/tpl/horizontal.d.ts +1 -0
- package/lib/tpl/horizontal.js +260 -0
- package/lib/tpl/index.d.ts +7 -0
- package/lib/tpl/options.d.ts +1 -0
- package/lib/tpl/options.js +265 -0
- package/{dist/component/schemaTpl.d.ts → lib/tpl/style.d.ts} +0 -4
- package/lib/tpl/style.js +372 -0
- package/lib/tpl/validations.d.ts +1 -0
- package/lib/tpl/validations.js +568 -0
- package/lib/util.d.ts +24 -0
- package/lib/util.js +64 -0
- package/lib/validator.d.ts +62 -0
- package/lib/validator.js +417 -0
- package/package.json +36 -25
- package/dist/150a58f3318ca7541ed9.png +0 -0
- package/dist/471adb97c322b226e589.png +0 -0
- package/dist/4de5f42360bc5946c3c2.png +0 -0
- package/dist/4e9968bba3855f088fed.png +0 -0
- package/dist/7f09c38ebc687fea847a.png +0 -0
- package/dist/c94073576487510314ea.png +0 -0
- package/dist/cebfe0bc5a1dbde02da1.svg +0 -10
- package/dist/compat.d.ts +0 -30
- package/dist/component/Breadcrumb.d.ts +0 -12
- package/dist/component/ClassNameControl.d.ts +0 -31
- package/dist/component/CommonConfigWrapper.d.ts +0 -6
- package/dist/component/ContainerWrapper.d.ts +0 -12
- package/dist/component/Control/APIControl.d.ts +0 -504
- package/dist/component/Control/ValidationControl.d.ts +0 -30
- package/dist/component/Editor.d.ts +0 -62
- package/dist/component/HighlightBox.d.ts +0 -29
- package/dist/component/IFrameBridge.d.ts +0 -32
- package/dist/component/IFramePreview.d.ts +0 -37
- package/dist/component/MiniEditor.d.ts +0 -9
- package/dist/component/NodeWrapper.d.ts +0 -20
- package/dist/component/Panel/AMisCodeEditor.d.ts +0 -37
- package/dist/component/Panel/AvailableRenderersPanel.d.ts +0 -10
- package/dist/component/Panel/CodeEditorPanel.d.ts +0 -6
- package/dist/component/Panel/ContextMenuPanel.d.ts +0 -8
- package/dist/component/Panel/DrawerPanel.d.ts +0 -15
- package/dist/component/Panel/DrawerRendererPanel.d.ts +0 -15
- package/dist/component/Panel/InsertSubRendererPanel.d.ts +0 -11
- package/dist/component/Panel/LeftPanels.d.ts +0 -20
- package/dist/component/Panel/Outline.d.ts +0 -18
- package/dist/component/Panel/RenderersPanel.d.ts +0 -32
- package/dist/component/Panel/RightPanels.d.ts +0 -21
- package/dist/component/Panel/TargetNamePanel.d.ts +0 -7
- package/dist/component/PopOverForm.d.ts +0 -22
- package/dist/component/Preview.d.ts +0 -65
- package/dist/component/RegionHLBox.d.ts +0 -20
- package/dist/component/RegionWrapper.d.ts +0 -192
- package/dist/component/RendererThumb.d.ts +0 -22
- package/dist/component/ScaffoldModal.d.ts +0 -24
- package/dist/component/SubEditor.d.ts +0 -67
- package/dist/component/VRenderer.d.ts +0 -177
- package/dist/component/base/BackTop.d.ts +0 -26
- package/dist/component/base/ErrorRenderer.d.ts +0 -4
- package/dist/component/base/SearchRendererPanel.d.ts +0 -59
- package/dist/component/base/WidthDraggableBtn.d.ts +0 -16
- package/dist/component/base/WidthDraggableContainer.d.ts +0 -2
- package/dist/component/remarkTpl.d.ts +0 -150
- package/dist/dnd/default.d.ts +0 -47
- package/dist/dnd/index.d.ts +0 -119
- package/dist/dnd/interface.d.ts +0 -14
- package/dist/dnd/position-h.d.ts +0 -7
- package/dist/env.d.ts +0 -5
- package/dist/exports.d.ts +0 -8
- package/dist/exports.min.js +0 -1
- package/dist/icons/index.d.ts +0 -2
- package/dist/index.min.js +0 -1
- package/dist/manager.d.ts +0 -445
- package/dist/mocker.d.ts +0 -1
- package/dist/plugin/AnchorNav.d.ts +0 -67
- package/dist/plugin/ButtonGroup.d.ts +0 -60
- package/dist/plugin/ErrorRenderer.d.ts +0 -7
- package/dist/plugin/Form/CodeEditor.d.ts +0 -40
- package/dist/plugin/Form/Form.d.ts +0 -20
- package/dist/plugin/Form/Formula.d.ts +0 -51
- package/dist/plugin/Form/InputExcel.d.ts +0 -58
- package/dist/plugin/Form/InputRating.d.ts +0 -19
- package/dist/plugin/Form/InputText.d.ts +0 -20
- package/dist/plugin/Form/LocationPicker.d.ts +0 -48
- package/dist/plugin/Nav.d.ts +0 -162
- package/dist/plugin/Others/BasicToolbar.d.ts +0 -11
- package/dist/plugin/Others/DataDebug.d.ts +0 -19
- package/dist/plugin/Others/Unknown.d.ts +0 -5
- package/dist/plugin/Panel/AvailableRenderers.d.ts +0 -8
- package/dist/plugin/Panel/Code.d.ts +0 -9
- package/dist/plugin/Panel/Name.d.ts +0 -8
- package/dist/plugin.d.ts +0 -600
- package/dist/store/editor.d.ts +0 -985
- package/dist/store/node.d.ts +0 -259
- package/dist/style.css +0 -1
- package/dist/util.d.ts +0 -72
- package/static/Code-hover.png +0 -0
- package/static/Code.png +0 -0
- package/static/Outline-hover.png +0 -0
- package/static/Outline.png +0 -0
- package/static/Renderers-hover.png +0 -0
- package/static/Renderers.png +0 -0
- package/static/side_hide_left.svg +0 -10
@@ -0,0 +1,568 @@
|
|
1
|
+
/**
|
2
|
+
* amis-editor v5.2.0-beta.1
|
3
|
+
* Copyright 2018-2022 @fex
|
4
|
+
*/
|
5
|
+
|
6
|
+
'use strict';
|
7
|
+
|
8
|
+
var tslib = require('tslib');
|
9
|
+
var AMisCodeEditor = require('amis-editor-core');
|
10
|
+
var amis = require('amis');
|
11
|
+
var find = require('lodash/find');
|
12
|
+
var reduce = require('lodash/reduce');
|
13
|
+
var forEach = require('lodash/forEach');
|
14
|
+
|
15
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
16
|
+
|
17
|
+
var find__default = /*#__PURE__*/_interopDefaultLegacy(find);
|
18
|
+
var reduce__default = /*#__PURE__*/_interopDefaultLegacy(reduce);
|
19
|
+
var forEach__default = /*#__PURE__*/_interopDefaultLegacy(forEach);
|
20
|
+
|
21
|
+
AMisCodeEditor.setSchemaTpl('validations', function () {
|
22
|
+
var options = [
|
23
|
+
// {
|
24
|
+
// label: '必填',
|
25
|
+
// value: 'isRequired'
|
26
|
+
// },
|
27
|
+
{
|
28
|
+
label: '邮箱格式',
|
29
|
+
value: 'isEmail'
|
30
|
+
},
|
31
|
+
{
|
32
|
+
label: 'Url格式',
|
33
|
+
value: 'isUrl'
|
34
|
+
},
|
35
|
+
{
|
36
|
+
label: '数字',
|
37
|
+
value: 'isNumeric'
|
38
|
+
},
|
39
|
+
{
|
40
|
+
label: '字母',
|
41
|
+
value: 'isAlpha'
|
42
|
+
},
|
43
|
+
{
|
44
|
+
label: '字母和数字',
|
45
|
+
value: 'isAlphanumeric'
|
46
|
+
},
|
47
|
+
{
|
48
|
+
label: '整型数字',
|
49
|
+
value: 'isInt'
|
50
|
+
},
|
51
|
+
{
|
52
|
+
label: '浮点型数字',
|
53
|
+
value: 'isFloat'
|
54
|
+
},
|
55
|
+
{
|
56
|
+
label: '固定长度',
|
57
|
+
value: 'isLength'
|
58
|
+
},
|
59
|
+
{
|
60
|
+
label: '最大长度',
|
61
|
+
value: 'maxLength'
|
62
|
+
},
|
63
|
+
{
|
64
|
+
label: '最小长度',
|
65
|
+
value: 'minLength'
|
66
|
+
},
|
67
|
+
{
|
68
|
+
label: '最大值',
|
69
|
+
value: 'maximum'
|
70
|
+
},
|
71
|
+
{
|
72
|
+
label: '最小值',
|
73
|
+
value: 'minimum'
|
74
|
+
},
|
75
|
+
{
|
76
|
+
label: '手机号码',
|
77
|
+
value: 'isPhoneNumber'
|
78
|
+
},
|
79
|
+
{
|
80
|
+
label: '电话号码',
|
81
|
+
value: 'isTelNumber'
|
82
|
+
},
|
83
|
+
{
|
84
|
+
label: '邮编号码',
|
85
|
+
value: 'isZipcode'
|
86
|
+
},
|
87
|
+
{
|
88
|
+
label: '身份证号码',
|
89
|
+
value: 'isId'
|
90
|
+
},
|
91
|
+
{
|
92
|
+
label: 'JSON格式',
|
93
|
+
value: 'isJson'
|
94
|
+
},
|
95
|
+
{
|
96
|
+
label: '与指定值相同',
|
97
|
+
value: 'equals'
|
98
|
+
},
|
99
|
+
{
|
100
|
+
label: '与指定字段值相同',
|
101
|
+
value: 'equalsField'
|
102
|
+
},
|
103
|
+
{
|
104
|
+
label: '自定义正则',
|
105
|
+
value: 'matchRegexp'
|
106
|
+
},
|
107
|
+
{
|
108
|
+
label: '自定义正则2',
|
109
|
+
value: 'matchRegexp1'
|
110
|
+
},
|
111
|
+
{
|
112
|
+
label: '自定义正则3',
|
113
|
+
value: 'matchRegexp2'
|
114
|
+
},
|
115
|
+
{
|
116
|
+
label: '自定义正则4',
|
117
|
+
value: 'matchRegexp3'
|
118
|
+
},
|
119
|
+
{
|
120
|
+
label: '自定义正则5',
|
121
|
+
value: 'matchRegexp4'
|
122
|
+
}
|
123
|
+
];
|
124
|
+
var trueProps = [
|
125
|
+
'isEmail',
|
126
|
+
'isUrl',
|
127
|
+
'isNumeric',
|
128
|
+
'isAlpha',
|
129
|
+
'isAlphanumeric',
|
130
|
+
'isInt',
|
131
|
+
'isFloat',
|
132
|
+
'isJson',
|
133
|
+
'isPhoneNumber',
|
134
|
+
'isTelNumber',
|
135
|
+
'isZipcode',
|
136
|
+
'isId'
|
137
|
+
];
|
138
|
+
function firstValue(arr, iterator) {
|
139
|
+
var theone = find__default["default"](arr, iterator);
|
140
|
+
return theone ? theone.value : '';
|
141
|
+
}
|
142
|
+
return {
|
143
|
+
type: 'combo',
|
144
|
+
syncDefaultValue: false,
|
145
|
+
name: 'validations',
|
146
|
+
label: '验证规则',
|
147
|
+
addButtonText: '新增规则',
|
148
|
+
multiple: true,
|
149
|
+
pipeIn: function (value) {
|
150
|
+
if (typeof value === 'string' && value) {
|
151
|
+
value = amis.str2rules(value);
|
152
|
+
}
|
153
|
+
if (!AMisCodeEditor.isObject(value)) {
|
154
|
+
return value;
|
155
|
+
}
|
156
|
+
var arr = [];
|
157
|
+
Object.keys(value).forEach(function (key) {
|
158
|
+
var _a;
|
159
|
+
if (/^\$\$/.test(key)) {
|
160
|
+
return;
|
161
|
+
}
|
162
|
+
arr.push((_a = {
|
163
|
+
type: key
|
164
|
+
},
|
165
|
+
_a[key] = Array.isArray(value[key]) ? value[key][0] : value[key],
|
166
|
+
_a));
|
167
|
+
});
|
168
|
+
return arr;
|
169
|
+
},
|
170
|
+
pipeOut: function (value) {
|
171
|
+
if (!Array.isArray(value)) {
|
172
|
+
return value;
|
173
|
+
}
|
174
|
+
var obj = {};
|
175
|
+
value.forEach(function (item) {
|
176
|
+
var key = item.type ||
|
177
|
+
firstValue(options, function (item) { return !obj[item.value]; }) ||
|
178
|
+
options[0].value;
|
179
|
+
obj[key] = item[key] || (~trueProps.indexOf(key) ? true : '');
|
180
|
+
});
|
181
|
+
return obj;
|
182
|
+
},
|
183
|
+
items: [
|
184
|
+
{
|
185
|
+
type: 'select',
|
186
|
+
unique: true,
|
187
|
+
name: 'type',
|
188
|
+
options: options,
|
189
|
+
columnClassName: 'w-sm'
|
190
|
+
},
|
191
|
+
{
|
192
|
+
type: 'input-number',
|
193
|
+
name: 'isLength',
|
194
|
+
visibleOn: 'data.type == "isLength"',
|
195
|
+
placeholder: '设置长度',
|
196
|
+
value: '1'
|
197
|
+
},
|
198
|
+
{
|
199
|
+
type: 'input-number',
|
200
|
+
name: 'maximum',
|
201
|
+
visibleOn: 'data.type == "maximum"',
|
202
|
+
placeholder: '设置最大值'
|
203
|
+
},
|
204
|
+
{
|
205
|
+
type: 'input-number',
|
206
|
+
name: 'minimum',
|
207
|
+
visibleOn: 'data.type == "minimum"',
|
208
|
+
placeholder: '设置最小值'
|
209
|
+
},
|
210
|
+
{
|
211
|
+
type: 'input-number',
|
212
|
+
name: 'maxLength',
|
213
|
+
visibleOn: 'data.type == "maxLength"',
|
214
|
+
placeholder: '设置最大长度值'
|
215
|
+
},
|
216
|
+
{
|
217
|
+
type: 'input-number',
|
218
|
+
name: 'minLength',
|
219
|
+
visibleOn: 'data.type == "minLength"',
|
220
|
+
placeholder: '设置最小长度值'
|
221
|
+
},
|
222
|
+
{
|
223
|
+
type: 'input-text',
|
224
|
+
name: 'equals',
|
225
|
+
visibleOn: 'data.type == "equals"',
|
226
|
+
placeholder: '设置值',
|
227
|
+
value: ''
|
228
|
+
},
|
229
|
+
{
|
230
|
+
type: 'input-text',
|
231
|
+
name: 'equalsField',
|
232
|
+
visibleOn: 'data.type == "equalsField"',
|
233
|
+
placeholder: '设置字段名',
|
234
|
+
value: ''
|
235
|
+
},
|
236
|
+
{
|
237
|
+
type: 'input-text',
|
238
|
+
name: 'matchRegexp',
|
239
|
+
visibleOn: 'data.type == "matchRegexp"',
|
240
|
+
placeholder: '设置正则规则'
|
241
|
+
},
|
242
|
+
{
|
243
|
+
type: 'input-text',
|
244
|
+
name: 'matchRegexp1',
|
245
|
+
visibleOn: 'data.type == "matchRegexp1"',
|
246
|
+
placeholder: '设置正则规则'
|
247
|
+
},
|
248
|
+
{
|
249
|
+
type: 'input-text',
|
250
|
+
name: 'matchRegexp2',
|
251
|
+
visibleOn: 'data.type == "matchRegexp2"',
|
252
|
+
placeholder: '设置正则规则'
|
253
|
+
},
|
254
|
+
{
|
255
|
+
type: 'input-text',
|
256
|
+
name: 'matchRegexp3',
|
257
|
+
visibleOn: 'data.type == "matchRegexp3"',
|
258
|
+
placeholder: '设置正则规则'
|
259
|
+
},
|
260
|
+
{
|
261
|
+
type: 'input-text',
|
262
|
+
name: 'matchRegexp4',
|
263
|
+
visibleOn: 'data.type == "matchRegexp4"',
|
264
|
+
placeholder: '设置正则规则'
|
265
|
+
}
|
266
|
+
]
|
267
|
+
};
|
268
|
+
});
|
269
|
+
AMisCodeEditor.setSchemaTpl('validationErrors', function () {
|
270
|
+
var options = [
|
271
|
+
// {
|
272
|
+
// label: '必填',
|
273
|
+
// value: 'isRequired'
|
274
|
+
// },
|
275
|
+
{
|
276
|
+
label: '邮箱格式',
|
277
|
+
value: 'isEmail'
|
278
|
+
},
|
279
|
+
{
|
280
|
+
label: 'Url格式',
|
281
|
+
value: 'isUrl'
|
282
|
+
},
|
283
|
+
{
|
284
|
+
label: '数字',
|
285
|
+
value: 'isNumeric'
|
286
|
+
},
|
287
|
+
{
|
288
|
+
label: '字母',
|
289
|
+
value: 'isAlpha'
|
290
|
+
},
|
291
|
+
{
|
292
|
+
label: '字母和数字',
|
293
|
+
value: 'isAlphanumeric'
|
294
|
+
},
|
295
|
+
{
|
296
|
+
label: '整型数字',
|
297
|
+
value: 'isInt'
|
298
|
+
},
|
299
|
+
{
|
300
|
+
label: '浮点型数字',
|
301
|
+
value: 'isFloat'
|
302
|
+
},
|
303
|
+
{
|
304
|
+
label: '固定长度',
|
305
|
+
value: 'isLength'
|
306
|
+
},
|
307
|
+
{
|
308
|
+
label: '最大长度',
|
309
|
+
value: 'maxLength'
|
310
|
+
},
|
311
|
+
{
|
312
|
+
label: '最小长度',
|
313
|
+
value: 'minLength'
|
314
|
+
},
|
315
|
+
{
|
316
|
+
label: '最大值',
|
317
|
+
value: 'maximum'
|
318
|
+
},
|
319
|
+
{
|
320
|
+
label: '最小值',
|
321
|
+
value: 'minimum'
|
322
|
+
},
|
323
|
+
{
|
324
|
+
label: 'JSON格式',
|
325
|
+
value: 'isJson'
|
326
|
+
},
|
327
|
+
{
|
328
|
+
label: '手机号码',
|
329
|
+
value: 'isPhoneNumber'
|
330
|
+
},
|
331
|
+
{
|
332
|
+
label: '电话号码',
|
333
|
+
value: 'isTelNumber'
|
334
|
+
},
|
335
|
+
{
|
336
|
+
label: '邮编号码',
|
337
|
+
value: 'isZipcode'
|
338
|
+
},
|
339
|
+
{
|
340
|
+
label: '身份证号码',
|
341
|
+
value: 'isId'
|
342
|
+
},
|
343
|
+
{
|
344
|
+
label: '与指定值相同',
|
345
|
+
value: 'equals'
|
346
|
+
},
|
347
|
+
{
|
348
|
+
label: '与指定字段值相同',
|
349
|
+
value: 'equalsField'
|
350
|
+
},
|
351
|
+
{
|
352
|
+
label: '自定义正则',
|
353
|
+
value: 'matchRegexp'
|
354
|
+
},
|
355
|
+
{
|
356
|
+
label: '自定义正则2',
|
357
|
+
value: 'matchRegexp1'
|
358
|
+
},
|
359
|
+
{
|
360
|
+
label: '自定义正则3',
|
361
|
+
value: 'matchRegexp2'
|
362
|
+
},
|
363
|
+
{
|
364
|
+
label: '自定义正则4',
|
365
|
+
value: 'matchRegexp3'
|
366
|
+
},
|
367
|
+
{
|
368
|
+
label: '自定义正则5',
|
369
|
+
value: 'matchRegexp4'
|
370
|
+
}
|
371
|
+
];
|
372
|
+
var defaultMessages = {
|
373
|
+
isEmail: 'Email 格式不正确',
|
374
|
+
isRequired: '这是必填项',
|
375
|
+
isUrl: 'Url 格式不正确',
|
376
|
+
isInt: '请输入整形数字',
|
377
|
+
isAlpha: '请输入字母',
|
378
|
+
isNumeric: '请输入数字',
|
379
|
+
isAlphanumeric: '请输入字母或者数字',
|
380
|
+
isFloat: '请输入浮点型数值',
|
381
|
+
isWords: '请输入字母',
|
382
|
+
isUrlPath: '只能输入字母、数字、`-` 和 `_`.',
|
383
|
+
matchRegexp: '格式不正确, 请输入符合规则为 `$1` 的内容。',
|
384
|
+
minLength: '请输入更多的内容,至少输入 $1 个字符。',
|
385
|
+
maxLength: '请控制内容长度, 请不要输入 $1 个字符以上',
|
386
|
+
maximum: '当前输入值超出最大值 $1,请检查',
|
387
|
+
minimum: '当前输入值低于最小值 $1,请检查',
|
388
|
+
isJson: '请检查 Json 格式。',
|
389
|
+
isPhoneNumber: '请输入合法的手机号码',
|
390
|
+
isTelNumber: '请输入合法的电话号码',
|
391
|
+
isZipcode: '请输入合法的邮编地址',
|
392
|
+
isId: '请输入合法的身份证号',
|
393
|
+
isLength: '请输入长度为 $1 的内容',
|
394
|
+
notEmptyString: '请不要全输入空白字符',
|
395
|
+
equalsField: '输入的数据与 $1 值不一致',
|
396
|
+
equals: '输入的数据与 $1 不一致'
|
397
|
+
};
|
398
|
+
function firstValue(arr, iterator) {
|
399
|
+
var theone = find__default["default"](arr, iterator);
|
400
|
+
return theone ? theone.value : '';
|
401
|
+
}
|
402
|
+
return {
|
403
|
+
type: 'combo',
|
404
|
+
syncDefaultValue: false,
|
405
|
+
name: 'validationErrors',
|
406
|
+
label: '自定义验证提示',
|
407
|
+
description: '自带提示不满足时,可以自定义。',
|
408
|
+
addButtonText: '新增提示',
|
409
|
+
multiple: true,
|
410
|
+
pipeIn: function (value) {
|
411
|
+
if (!AMisCodeEditor.isObject(value)) {
|
412
|
+
return value;
|
413
|
+
}
|
414
|
+
var arr = [];
|
415
|
+
Object.keys(value).forEach(function (key) {
|
416
|
+
if (/^\$\$/.test(key)) {
|
417
|
+
return;
|
418
|
+
}
|
419
|
+
arr.push({
|
420
|
+
type: key,
|
421
|
+
msg: value[key]
|
422
|
+
});
|
423
|
+
});
|
424
|
+
return arr;
|
425
|
+
},
|
426
|
+
pipeOut: function (value) {
|
427
|
+
if (!Array.isArray(value)) {
|
428
|
+
return value;
|
429
|
+
}
|
430
|
+
var obj = {};
|
431
|
+
value.forEach(function (item) {
|
432
|
+
var key = item.type ||
|
433
|
+
firstValue(options, function (item) { return !obj[item.value]; }) ||
|
434
|
+
options[0].value;
|
435
|
+
obj[key] = item.msg || defaultMessages[key] || '';
|
436
|
+
});
|
437
|
+
return obj;
|
438
|
+
},
|
439
|
+
items: [
|
440
|
+
{
|
441
|
+
type: 'select',
|
442
|
+
unique: true,
|
443
|
+
name: 'type',
|
444
|
+
options: options,
|
445
|
+
columnClassName: 'w-sm'
|
446
|
+
},
|
447
|
+
{
|
448
|
+
type: 'input-text',
|
449
|
+
name: 'msg',
|
450
|
+
placeholder: '提示信息'
|
451
|
+
},
|
452
|
+
{
|
453
|
+
type: 'formula',
|
454
|
+
name: 'msg',
|
455
|
+
initSet: false,
|
456
|
+
formula: "({\n isEmail: 'Email \u683C\u5F0F\u4E0D\u6B63\u786E',\n isRequired: '\u8FD9\u662F\u5FC5\u586B\u9879',\n isUrl: 'Url \u683C\u5F0F\u4E0D\u6B63\u786E',\n isInt: '\u8BF7\u8F93\u5165\u6574\u5F62\u6570\u5B57',\n isAlpha: '\u8BF7\u8F93\u5165\u5B57\u6BCD',\n isNumeric: '\u8BF7\u8F93\u5165\u6570\u5B57',\n isAlphanumeric: '\u8BF7\u8F93\u5165\u5B57\u6BCD\u6216\u8005\u6570\u5B57',\n isFloat: '\u8BF7\u8F93\u5165\u6D6E\u70B9\u578B\u6570\u503C',\n isWords: '\u8BF7\u8F93\u5165\u5B57\u6BCD',\n isUrlPath: '\u53EA\u80FD\u8F93\u5165\u5B57\u6BCD\u3001\u6570\u5B57\u3001`-` \u548C `_`.',\n matchRegexp: '\u683C\u5F0F\u4E0D\u6B63\u786E, \u8BF7\u8F93\u5165\u7B26\u5408\u89C4\u5219\u4E3A `$1` \u7684\u5185\u5BB9\u3002',\n minLength: '\u8BF7\u8F93\u5165\u66F4\u591A\u7684\u5185\u5BB9\uFF0C\u81F3\u5C11\u8F93\u5165 $1 \u4E2A\u5B57\u7B26\u3002',\n maxLength: '\u8BF7\u63A7\u5236\u5185\u5BB9\u957F\u5EA6, \u8BF7\u4E0D\u8981\u8F93\u5165 $1 \u4E2A\u5B57\u7B26\u4EE5\u4E0A',\n maximum: '\u5F53\u524D\u8F93\u5165\u503C\u8D85\u51FA\u6700\u5927\u503C $1\uFF0C\u8BF7\u68C0\u67E5',\n minimum: '\u5F53\u524D\u8F93\u5165\u503C\u4F4E\u4E8E\u6700\u5C0F\u503C $1\uFF0C\u8BF7\u68C0\u67E5',\n isJson: '\u8BF7\u68C0\u67E5 Json \u683C\u5F0F\u3002',\n isLength: '\u8BF7\u8F93\u5165\u957F\u5EA6\u4E3A $1 \u7684\u5185\u5BB9',\n notEmptyString: '\u8BF7\u4E0D\u8981\u5168\u8F93\u5165\u7A7A\u767D\u5B57\u7B26',\n equalsField: '\u8F93\u5165\u7684\u6570\u636E\u4E0E $1 \u503C\u4E0D\u4E00\u81F4',\n equals: '\u8F93\u5165\u7684\u6570\u636E\u4E0E $1 \u4E0D\u4E00\u81F4',\n isPhoneNumber: '\u8BF7\u8F93\u5165\u5408\u6CD5\u7684\u624B\u673A\u53F7\u7801',\n isTelNumber: '\u8BF7\u8F93\u5165\u5408\u6CD5\u7684\u7535\u8BDD\u53F7\u7801',\n isZipcode: '\u8BF7\u8F93\u5165\u5408\u6CD5\u7684\u90AE\u7F16\u5730\u5740',\n isId: '\u8BF7\u8F93\u5165\u5408\u6CD5\u7684\u8EAB\u4EFD\u8BC1\u53F7',\n })[data.type] || ''"
|
457
|
+
}
|
458
|
+
]
|
459
|
+
};
|
460
|
+
});
|
461
|
+
AMisCodeEditor.setSchemaTpl('submitOnChange', {
|
462
|
+
type: 'switch',
|
463
|
+
label: '修改即提交',
|
464
|
+
name: 'submitOnChange',
|
465
|
+
labelRemark: {
|
466
|
+
trigger: 'click',
|
467
|
+
className: 'm-l-xs',
|
468
|
+
rootClose: true,
|
469
|
+
content: '设置后,表单中每次有修改都会触发提交',
|
470
|
+
placement: 'left'
|
471
|
+
}
|
472
|
+
});
|
473
|
+
AMisCodeEditor.setSchemaTpl('validateOnChange', {
|
474
|
+
type: 'select',
|
475
|
+
name: 'validateOnChange',
|
476
|
+
label: '校验触发',
|
477
|
+
options: [
|
478
|
+
{
|
479
|
+
label: '提交后每次修改即触发',
|
480
|
+
value: ''
|
481
|
+
},
|
482
|
+
{
|
483
|
+
label: '修改即触发',
|
484
|
+
value: true
|
485
|
+
},
|
486
|
+
{
|
487
|
+
label: '提交触发',
|
488
|
+
value: false
|
489
|
+
}
|
490
|
+
],
|
491
|
+
pipeIn: AMisCodeEditor.defaultValue(''),
|
492
|
+
pipeOut: function (value) { return (value === '' ? undefined : !!value); }
|
493
|
+
});
|
494
|
+
AMisCodeEditor.setSchemaTpl('validation', function (config) {
|
495
|
+
var a = {
|
496
|
+
title: '校验',
|
497
|
+
body: [
|
498
|
+
tslib.__assign({ type: 'ae-validationControl', mode: 'normal' }, config
|
499
|
+
// pipeIn: (value: any, data: any) => {
|
500
|
+
// // return reduce(value, (arr: any, item) => {
|
501
|
+
// // if (typeof item === 'string') {
|
502
|
+
// // arr.push(item);
|
503
|
+
// // }
|
504
|
+
// // else {
|
505
|
+
// // let isAdd = false;
|
506
|
+
// // // 优先判断是否具备可展示条件
|
507
|
+
// // forEach(item?.isShow, (val, key) => {
|
508
|
+
// // if ([...val].includes(data?.data[key])) {
|
509
|
+
// // isAdd = true;
|
510
|
+
// // return false;
|
511
|
+
// // }
|
512
|
+
// // })
|
513
|
+
// // !isAdd && forEach(item?.isHidden, (val, key) => {
|
514
|
+
// // const hasExist = [...val].includes(data?.data[key]);
|
515
|
+
// // isAdd = hasExist ? false : true;
|
516
|
+
// // if (hasExist) {
|
517
|
+
// // return false;
|
518
|
+
// // }
|
519
|
+
// // })
|
520
|
+
// // isAdd && arr.push(item.option);
|
521
|
+
// // }
|
522
|
+
// // return arr;
|
523
|
+
// // }, []);
|
524
|
+
// },
|
525
|
+
),
|
526
|
+
AMisCodeEditor.getSchemaTpl('validateOnChange')
|
527
|
+
]
|
528
|
+
};
|
529
|
+
return a;
|
530
|
+
});
|
531
|
+
AMisCodeEditor.setSchemaTpl('validationControl', function (value) {
|
532
|
+
if (value === void 0) { value = []; }
|
533
|
+
return ({
|
534
|
+
type: 'ae-validationControl',
|
535
|
+
label: '校验规则',
|
536
|
+
mode: 'normal',
|
537
|
+
pipeIn: function (value, data) {
|
538
|
+
return reduce__default["default"](value, function (arr, item) {
|
539
|
+
if (typeof item === 'string') {
|
540
|
+
arr.push(item);
|
541
|
+
}
|
542
|
+
else {
|
543
|
+
var isAdd_1 = false;
|
544
|
+
// 优先判断是否具备可展示条件
|
545
|
+
forEach__default["default"](item === null || item === void 0 ? void 0 : item.isShow, function (val, key) {
|
546
|
+
if (tslib.__spreadArray([], val, true).includes(data === null || data === void 0 ? void 0 : data.data[key])) {
|
547
|
+
isAdd_1 = true;
|
548
|
+
return false;
|
549
|
+
}
|
550
|
+
return true;
|
551
|
+
});
|
552
|
+
!isAdd_1 &&
|
553
|
+
forEach__default["default"](item === null || item === void 0 ? void 0 : item.isHidden, function (val, key) {
|
554
|
+
var hasExist = tslib.__spreadArray([], val, true).includes(data === null || data === void 0 ? void 0 : data.data[key]);
|
555
|
+
isAdd_1 = hasExist ? false : true;
|
556
|
+
if (hasExist) {
|
557
|
+
return false;
|
558
|
+
}
|
559
|
+
return true;
|
560
|
+
});
|
561
|
+
isAdd_1 && arr.push(item.option);
|
562
|
+
}
|
563
|
+
return arr;
|
564
|
+
}, []);
|
565
|
+
},
|
566
|
+
value: value
|
567
|
+
});
|
568
|
+
});
|
package/lib/util.d.ts
ADDED
@@ -0,0 +1,24 @@
|
|
1
|
+
/// <reference types="react" />
|
2
|
+
import { BaseEventContext, EditorManager } from 'amis-editor-core';
|
3
|
+
/**
|
4
|
+
* 获取事件动作面板所需属性配置
|
5
|
+
*/
|
6
|
+
export declare const getEventControlConfig: (manager: EditorManager, context: BaseEventContext) => {
|
7
|
+
actions: import("amis-editor-comp/dist/renderers/event-action").PluginActions;
|
8
|
+
events: import("amis-editor-comp/dist/renderers/event-action").PluginEvents;
|
9
|
+
getContextSchemas: (id?: string, withoutSuper?: boolean) => Promise<import("json-schema").JSONSchema7[] | import("amis").DataSchema>;
|
10
|
+
getComponents: () => any[];
|
11
|
+
actionTree: import("amis-editor-comp/dist/renderers/event-action").ActionTypeNode[];
|
12
|
+
actionConfigItemsMap: {
|
13
|
+
[x: string]: {
|
14
|
+
schema?: any;
|
15
|
+
config?: string[] | undefined;
|
16
|
+
desc?: ((info: any) => string | JSX.Element) | undefined;
|
17
|
+
withComponentId?: boolean | undefined;
|
18
|
+
supportComponents?: string[] | undefined;
|
19
|
+
};
|
20
|
+
};
|
21
|
+
owner: string;
|
22
|
+
addBroadcast: (event: import("amis-editor-comp/dist/renderers/event-action").RendererEvent) => void;
|
23
|
+
removeBroadcast: (id: string) => void;
|
24
|
+
};
|
package/lib/util.js
ADDED
@@ -0,0 +1,64 @@
|
|
1
|
+
/**
|
2
|
+
* amis-editor v5.2.0-beta.1
|
3
|
+
* Copyright 2018-2022 @fex
|
4
|
+
*/
|
5
|
+
|
6
|
+
'use strict';
|
7
|
+
|
8
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
9
|
+
|
10
|
+
var tslib = require('tslib');
|
11
|
+
var actions = require('./event-action/actions.js');
|
12
|
+
var schema = require('./event-action/schema.js');
|
13
|
+
var amis = require('amis');
|
14
|
+
|
15
|
+
/**
|
16
|
+
* 获取事件动作面板所需属性配置
|
17
|
+
*/
|
18
|
+
var getEventControlConfig = function (manager, context) {
|
19
|
+
var _a, _b, _c, _d;
|
20
|
+
return ({
|
21
|
+
actions: manager === null || manager === void 0 ? void 0 : manager.pluginActions,
|
22
|
+
events: manager === null || manager === void 0 ? void 0 : manager.pluginEvents,
|
23
|
+
getContextSchemas: function (id, withoutSuper) { return tslib.__awaiter(void 0, void 0, void 0, function () {
|
24
|
+
var dataSchema;
|
25
|
+
return tslib.__generator(this, function (_a) {
|
26
|
+
switch (_a.label) {
|
27
|
+
case 0: return [4 /*yield*/, manager.getContextSchemas(id !== null && id !== void 0 ? id : context.id, withoutSuper)];
|
28
|
+
case 1:
|
29
|
+
dataSchema = _a.sent();
|
30
|
+
// 存在指定id时,只需要当前层上下文
|
31
|
+
if (id) {
|
32
|
+
return [2 /*return*/, dataSchema];
|
33
|
+
}
|
34
|
+
return [2 /*return*/, manager.dataSchema];
|
35
|
+
}
|
36
|
+
});
|
37
|
+
}); },
|
38
|
+
getComponents: function () {
|
39
|
+
var _a, _b;
|
40
|
+
return amis.mapTree((_b = (_a = manager === null || manager === void 0 ? void 0 : manager.store) === null || _a === void 0 ? void 0 : _a.outline) !== null && _b !== void 0 ? _b : [], function (item) {
|
41
|
+
var _a;
|
42
|
+
var schema = (_a = manager === null || manager === void 0 ? void 0 : manager.store) === null || _a === void 0 ? void 0 : _a.getSchema(item.id);
|
43
|
+
return {
|
44
|
+
id: item.id,
|
45
|
+
label: item.label,
|
46
|
+
value: schema.id || item.id,
|
47
|
+
type: schema.type,
|
48
|
+
schema: schema,
|
49
|
+
disabled: !!item.region,
|
50
|
+
children: item === null || item === void 0 ? void 0 : item.children
|
51
|
+
};
|
52
|
+
}, 1, true);
|
53
|
+
},
|
54
|
+
actionTree: ((_a = manager === null || manager === void 0 ? void 0 : manager.config.actionOptions) === null || _a === void 0 ? void 0 : _a.actionTreeGetter)
|
55
|
+
? (_b = manager === null || manager === void 0 ? void 0 : manager.config.actionOptions) === null || _b === void 0 ? void 0 : _b.actionTreeGetter(actions["default"])
|
56
|
+
: actions["default"],
|
57
|
+
actionConfigItemsMap: tslib.__assign(tslib.__assign({}, schema.getActionConfigItemsMap(manager)), (_d = (_c = manager === null || manager === void 0 ? void 0 : manager.config.actionOptions) === null || _c === void 0 ? void 0 : _c.customActionGetter) === null || _d === void 0 ? void 0 : _d.call(_c, manager)),
|
58
|
+
owner: '',
|
59
|
+
addBroadcast: manager === null || manager === void 0 ? void 0 : manager.addBroadcast,
|
60
|
+
removeBroadcast: manager === null || manager === void 0 ? void 0 : manager.removeBroadcast
|
61
|
+
});
|
62
|
+
};
|
63
|
+
|
64
|
+
exports.getEventControlConfig = getEventControlConfig;
|