amis-editor 5.2.0-beta.1 → 5.2.0-beta.2
Sign up to get free protection for your applications and to get access to all the features.
- package/esm/component/BaseControl.d.ts +1029 -0
- package/esm/component/BaseControl.js +319 -0
- package/esm/component/InputComponentName.d.ts +8 -0
- package/esm/component/InputComponentName.js +41 -0
- package/esm/component/TableViewEditor.d.ts +79 -0
- package/esm/component/TableViewEditor.js +588 -0
- package/esm/icons/btn/btn-group.svg.js +36 -0
- package/esm/icons/btn/btn-select.svg.js +32 -0
- package/esm/icons/btn/btn-toolbar.svg.js +32 -0
- package/esm/icons/btn/button.svg.js +32 -0
- package/esm/icons/btn/dropdown-btn.svg.js +30 -0
- package/esm/icons/container/anchor-nav.svg.js +30 -0
- package/esm/icons/container/collapse.svg.js +30 -0
- package/esm/icons/container/container.svg.js +26 -0
- package/esm/icons/container/flex-container.svg.js +30 -0
- package/esm/icons/container/form-group.svg.js +30 -0
- package/esm/icons/container/grid.svg.js +27 -0
- package/esm/icons/container/iframe.svg.js +29 -0
- package/esm/icons/container/panel.svg.js +30 -0
- package/esm/icons/container/table-view.svg.js +30 -0
- package/esm/icons/container/tabs.svg.js +30 -0
- package/esm/icons/container/tooltip-wrapper.svg.js +34 -0
- package/esm/icons/container/web-component.svg.js +26 -0
- package/esm/icons/feat/audio.svg.js +34 -0
- package/esm/icons/feat/custom.svg.js +28 -0
- package/esm/icons/feat/each.svg.js +30 -0
- package/esm/icons/feat/form.svg.js +30 -0
- package/esm/icons/feat/nav.svg.js +26 -0
- package/esm/icons/feat/qrcode.svg.js +30 -0
- package/esm/icons/feat/service.svg.js +30 -0
- package/esm/icons/feat/table.svg.js +34 -0
- package/esm/icons/feat/tasks.svg.js +37 -0
- package/esm/icons/feat/video.svg.js +29 -0
- package/esm/icons/feat/wizard.svg.js +40 -0
- package/esm/icons/form/chained-select.svg.js +35 -0
- package/esm/icons/form/checkbox.svg.js +32 -0
- package/esm/icons/form/checkboxes.svg.js +30 -0
- package/esm/icons/form/combo.svg.js +33 -0
- package/esm/icons/form/condition-builder.svg.js +29 -0
- package/esm/icons/form/diff-editor.svg.js +30 -0
- package/esm/icons/form/editor.svg.js +30 -0
- package/esm/icons/form/formula.svg.js +35 -0
- package/esm/icons/form/hidden.svg.js +34 -0
- package/esm/icons/form/input-city.svg.js +30 -0
- package/esm/icons/form/input-color.svg.js +39 -0
- package/esm/icons/form/input-date-range.svg.js +30 -0
- package/esm/icons/form/input-date.svg.js +36 -0
- package/esm/icons/form/input-datetime.svg.js +30 -0
- package/esm/icons/form/input-email.svg.js +30 -0
- package/esm/icons/form/input-excel.svg.js +30 -0
- package/esm/icons/form/input-file.svg.js +30 -0
- package/esm/icons/form/input-group.svg.js +33 -0
- package/esm/icons/form/input-image.svg.js +35 -0
- package/esm/icons/form/input-kv.svg.js +32 -0
- package/esm/icons/form/input-month-range.svg.js +30 -0
- package/esm/icons/form/input-number.svg.js +32 -0
- package/esm/icons/form/input-password.svg.js +30 -0
- package/esm/icons/form/input-quarter-range.svg.js +41 -0
- package/esm/icons/form/input-range.svg.js +41 -0
- package/esm/icons/form/input-rating.svg.js +26 -0
- package/esm/icons/form/input-repeat.svg.js +30 -0
- package/esm/icons/form/input-rich-text.svg.js +55 -0
- package/esm/icons/form/input-tag.svg.js +31 -0
- package/esm/icons/form/input-text.svg.js +34 -0
- package/esm/icons/form/input-time-range.svg.js +35 -0
- package/esm/icons/form/input-time.svg.js +34 -0
- package/esm/icons/form/input-tree.svg.js +30 -0
- package/esm/icons/form/input-url.svg.js +33 -0
- package/esm/icons/form/input-year.svg.js +36 -0
- package/esm/icons/form/inputArray.svg.js +32 -0
- package/esm/icons/form/list-select.svg.js +28 -0
- package/esm/icons/form/location-picker.svg.js +34 -0
- package/esm/icons/form/matrix-checkboxes.svg.js +27 -0
- package/esm/icons/form/month.svg.js +30 -0
- package/esm/icons/form/nested-select.svg.js +28 -0
- package/esm/icons/form/picker.svg.js +30 -0
- package/esm/icons/form/quarter.svg.js +36 -0
- package/esm/icons/form/radios.svg.js +34 -0
- package/esm/icons/form/select.svg.js +30 -0
- package/esm/icons/form/static.svg.js +32 -0
- package/esm/icons/form/sub-form.svg.js +30 -0
- package/esm/icons/form/switch.svg.js +35 -0
- package/esm/icons/form/tabs-transfer.svg.js +33 -0
- package/esm/icons/form/textarea.svg.js +38 -0
- package/esm/icons/form/transfer.svg.js +30 -0
- package/esm/icons/form/tree-select.svg.js +35 -0
- package/esm/icons/form/uuid.svg.js +32 -0
- package/esm/icons/index.d.ts +2 -0
- package/esm/icons/index.js +228 -0
- package/esm/icons/other/divider.svg.js +28 -0
- package/esm/icons/other/property-sheet.svg.js +30 -0
- package/esm/icons/other/tooltip.svg.js +32 -0
- package/esm/icons/show/URL.svg.js +33 -0
- package/esm/icons/show/avatar.svg.js +36 -0
- package/esm/icons/show/breadcrumb.svg.js +30 -0
- package/esm/icons/show/card.svg.js +30 -0
- package/esm/icons/show/cards.svg.js +27 -0
- package/esm/icons/show/carousel.svg.js +34 -0
- package/esm/icons/show/chart.svg.js +29 -0
- package/esm/icons/show/code.svg.js +34 -0
- package/esm/icons/show/date.svg.js +30 -0
- package/esm/icons/show/datetime.svg.js +30 -0
- package/esm/icons/show/image.svg.js +34 -0
- package/esm/icons/show/images.svg.js +37 -0
- package/esm/icons/show/json-view.svg.js +40 -0
- package/esm/icons/show/list.svg.js +30 -0
- package/esm/icons/show/log.svg.js +30 -0
- package/esm/icons/show/mapping.svg.js +30 -0
- package/esm/icons/show/markdown.svg.js +32 -0
- package/esm/icons/show/plain.svg.js +35 -0
- package/esm/icons/show/progress.svg.js +28 -0
- package/esm/icons/show/sparkline.svg.js +30 -0
- package/esm/icons/show/status.svg.js +33 -0
- package/esm/icons/show/steps.svg.js +30 -0
- package/esm/icons/show/time.svg.js +32 -0
- package/esm/index.d.ts +167 -0
- package/esm/index.js +177 -0
- package/esm/locale/en-US.d.ts +1 -0
- package/esm/locale/en-US.js +2669 -0
- package/esm/locale/index.d.ts +2 -0
- package/esm/locale/zh-CN.d.ts +1 -0
- package/esm/locale/zh-CN.js +2600 -0
- package/esm/plugin/Alert.d.ts +23 -0
- package/esm/plugin/Alert.js +107 -0
- package/esm/plugin/AnchorNav.d.ts +49 -0
- package/esm/plugin/AnchorNav.js +296 -0
- package/esm/plugin/Audio.d.ts +23 -0
- package/esm/plugin/Audio.js +131 -0
- package/esm/plugin/Avatar.d.ts +28 -0
- package/esm/plugin/Avatar.js +274 -0
- package/{lib/plugin/ButtonToolbar.d.ts → esm/plugin/Breadcrumb.d.ts} +13 -15
- package/esm/plugin/Breadcrumb.js +96 -0
- package/esm/plugin/Button.d.ts +30 -0
- package/esm/plugin/Button.js +262 -0
- package/esm/plugin/ButtonGroup.d.ts +40 -0
- package/esm/plugin/ButtonGroup.js +124 -0
- package/esm/plugin/CRUD.d.ts +128 -0
- package/esm/plugin/CRUD.js +1468 -0
- package/esm/plugin/CRUD2.d.ts +79 -0
- package/esm/plugin/CRUD2.js +1752 -0
- package/esm/plugin/Card.d.ts +55 -0
- package/esm/plugin/Card.js +238 -0
- package/esm/plugin/Card2.d.ts +22 -0
- package/esm/plugin/Card2.js +91 -0
- package/esm/plugin/Cards.d.ts +72 -0
- package/esm/plugin/Cards.js +271 -0
- package/esm/plugin/Carousel.d.ts +41 -0
- package/esm/plugin/Carousel.js +314 -0
- package/esm/plugin/Chart.d.ts +50 -0
- package/esm/plugin/Chart.js +193 -0
- package/esm/plugin/CodeView.d.ts +20 -0
- package/esm/plugin/CodeView.js +62 -0
- package/esm/plugin/Collapse.d.ts +34 -0
- package/esm/plugin/Collapse.js +119 -0
- package/esm/plugin/CollapseGroup.d.ts +66 -0
- package/esm/plugin/CollapseGroup.js +214 -0
- package/esm/plugin/ColumnToggler.d.ts +23 -0
- package/esm/plugin/ColumnToggler.js +114 -0
- package/esm/plugin/Container.d.ts +30 -0
- package/esm/plugin/Container.js +87 -0
- package/esm/plugin/Custom.d.ts +28 -0
- package/esm/plugin/Custom.js +102 -0
- package/esm/plugin/CustomRegion.d.ts +40 -0
- package/esm/plugin/CustomRegion.js +138 -0
- package/esm/plugin/Date.d.ts +22 -0
- package/esm/plugin/Date.js +79 -0
- package/esm/plugin/Datetime.d.ts +18 -0
- package/esm/plugin/Datetime.js +74 -0
- package/esm/plugin/Dialog.d.ts +41 -0
- package/esm/plugin/Dialog.js +211 -0
- package/esm/plugin/Divider.d.ts +16 -0
- package/esm/plugin/Divider.js +49 -0
- package/esm/plugin/Drawer.d.ts +29 -0
- package/esm/plugin/Drawer.js +219 -0
- package/esm/plugin/DropDownButton.d.ts +45 -0
- package/esm/plugin/DropDownButton.js +214 -0
- package/esm/plugin/Each.d.ts +36 -0
- package/esm/plugin/Each.js +146 -0
- package/esm/plugin/Flex.d.ts +31 -0
- package/esm/plugin/Flex.js +173 -0
- package/esm/plugin/Form/ButtonGroupSelect.d.ts +29 -0
- package/esm/plugin/Form/ButtonGroupSelect.js +149 -0
- package/esm/plugin/Form/ButtonToolbar.d.ts +31 -0
- package/esm/plugin/Form/ButtonToolbar.js +112 -0
- package/esm/plugin/Form/ChainedSelect.d.ts +25 -0
- package/esm/plugin/Form/ChainedSelect.js +153 -0
- package/esm/plugin/Form/Checkbox.d.ts +25 -0
- package/esm/plugin/Form/Checkbox.js +160 -0
- package/esm/plugin/Form/Checkboxes.d.ts +31 -0
- package/esm/plugin/Form/Checkboxes.js +177 -0
- package/esm/plugin/Form/CodeEditor.d.ts +27 -0
- package/esm/plugin/Form/CodeEditor.js +171 -0
- package/esm/plugin/Form/Combo.d.ts +42 -0
- package/esm/plugin/Form/Combo.js +499 -0
- package/esm/plugin/Form/ConditionBuilder.d.ts +37 -0
- package/esm/plugin/Form/ConditionBuilder.js +259 -0
- package/esm/plugin/Form/Control.d.ts +28 -0
- package/esm/plugin/Form/Control.js +87 -0
- package/esm/plugin/Form/DiffEditor.d.ts +27 -0
- package/esm/plugin/Form/DiffEditor.js +175 -0
- package/esm/plugin/Form/FieldSet.d.ts +26 -0
- package/esm/plugin/Form/FieldSet.js +133 -0
- package/esm/plugin/Form/Form.d.ts +43 -0
- package/esm/plugin/Form/Form.js +813 -0
- package/esm/plugin/Form/Formula.d.ts +28 -0
- package/esm/plugin/Form/Formula.js +79 -0
- package/esm/plugin/Form/Group.d.ts +27 -0
- package/esm/plugin/Form/Group.js +218 -0
- package/esm/plugin/Form/Hidden.d.ts +25 -0
- package/esm/plugin/Form/Hidden.js +60 -0
- package/esm/plugin/Form/InputArray.d.ts +29 -0
- package/esm/plugin/Form/InputArray.js +185 -0
- package/esm/plugin/Form/InputCity.d.ts +25 -0
- package/esm/plugin/Form/InputCity.js +127 -0
- package/esm/plugin/Form/InputColor.d.ts +42 -0
- package/esm/plugin/Form/InputColor.js +287 -0
- package/esm/plugin/Form/InputDate.d.ts +27 -0
- package/esm/plugin/Form/InputDate.js +304 -0
- package/esm/plugin/Form/InputDateRange.d.ts +27 -0
- package/esm/plugin/Form/InputDateRange.js +309 -0
- package/esm/plugin/Form/InputDateTime.d.ts +20 -0
- package/esm/plugin/Form/InputDateTime.js +51 -0
- package/esm/plugin/Form/InputDateTimeRange.d.ts +21 -0
- package/esm/plugin/Form/InputDateTimeRange.js +52 -0
- package/esm/plugin/Form/InputEmail.d.ts +28 -0
- package/esm/plugin/Form/InputEmail.js +48 -0
- package/esm/plugin/Form/InputExcel.d.ts +24 -0
- package/esm/plugin/Form/InputExcel.js +111 -0
- package/esm/plugin/Form/InputFile.d.ts +28 -0
- package/esm/plugin/Form/InputFile.js +304 -0
- package/esm/plugin/Form/InputGroup.d.ts +33 -0
- package/esm/plugin/Form/InputGroup.js +93 -0
- package/esm/plugin/Form/InputImage.d.ts +28 -0
- package/esm/plugin/Form/InputImage.js +335 -0
- package/esm/plugin/Form/InputKV.d.ts +36 -0
- package/esm/plugin/Form/InputKV.js +114 -0
- package/esm/plugin/Form/InputMonth.d.ts +19 -0
- package/esm/plugin/Form/InputMonth.js +49 -0
- package/esm/plugin/Form/InputMonthRange.d.ts +21 -0
- package/esm/plugin/Form/InputMonthRange.js +52 -0
- package/esm/plugin/Form/InputNumber.d.ts +26 -0
- package/esm/plugin/Form/InputNumber.js +226 -0
- package/esm/plugin/Form/InputPassword.d.ts +28 -0
- package/esm/plugin/Form/InputPassword.js +48 -0
- package/esm/plugin/Form/InputQuarter.d.ts +19 -0
- package/esm/plugin/Form/InputQuarter.js +49 -0
- package/esm/plugin/Form/InputQuarterRange.d.ts +21 -0
- package/esm/plugin/Form/InputQuarterRange.js +52 -0
- package/esm/plugin/Form/InputRange.d.ts +25 -0
- package/esm/plugin/Form/InputRange.js +268 -0
- package/esm/plugin/Form/InputRating.d.ts +26 -0
- package/esm/plugin/Form/InputRating.js +326 -0
- package/esm/plugin/Form/InputRepeat.d.ts +20 -0
- package/esm/plugin/Form/InputRepeat.js +62 -0
- package/esm/plugin/Form/InputRichText.d.ts +21 -0
- package/esm/plugin/Form/InputRichText.js +173 -0
- package/esm/plugin/Form/InputSubForm.d.ts +33 -0
- package/esm/plugin/Form/InputSubForm.js +201 -0
- package/esm/plugin/Form/InputTable.d.ts +40 -0
- package/esm/plugin/Form/InputTable.js +353 -0
- package/esm/plugin/Form/InputTag.d.ts +26 -0
- package/esm/plugin/Form/InputTag.js +141 -0
- package/esm/plugin/Form/InputText.d.ts +43 -0
- package/esm/plugin/Form/InputText.js +300 -0
- package/esm/plugin/Form/InputTime.d.ts +20 -0
- package/esm/plugin/Form/InputTime.js +51 -0
- package/esm/plugin/Form/InputTimeRange.d.ts +21 -0
- package/esm/plugin/Form/InputTimeRange.js +52 -0
- package/esm/plugin/Form/InputTree.d.ts +79 -0
- package/esm/plugin/Form/InputTree.js +403 -0
- package/esm/plugin/Form/InputURL.d.ts +29 -0
- package/esm/plugin/Form/InputURL.js +49 -0
- package/esm/plugin/Form/InputYear.d.ts +19 -0
- package/esm/plugin/Form/InputYear.js +49 -0
- package/esm/plugin/Form/InputYearRange.d.ts +21 -0
- package/esm/plugin/Form/InputYearRange.js +52 -0
- package/esm/plugin/Form/Item.d.ts +11 -0
- package/esm/plugin/Form/Item.js +231 -0
- package/esm/plugin/Form/ListSelect.d.ts +29 -0
- package/esm/plugin/Form/ListSelect.js +116 -0
- package/esm/plugin/Form/LocationPicker.d.ts +20 -0
- package/esm/plugin/Form/LocationPicker.js +77 -0
- package/esm/plugin/Form/MatrixCheckboxes.d.ts +32 -0
- package/esm/plugin/Form/MatrixCheckboxes.js +193 -0
- package/esm/plugin/Form/NestedSelect.d.ts +80 -0
- package/esm/plugin/Form/NestedSelect.js +279 -0
- package/esm/plugin/Form/Picker.d.ts +29 -0
- package/esm/plugin/Form/Picker.js +210 -0
- package/esm/plugin/Form/Radios.d.ts +30 -0
- package/esm/plugin/Form/Radios.js +159 -0
- package/esm/plugin/Form/Select.d.ts +30 -0
- package/esm/plugin/Form/Select.js +258 -0
- package/esm/plugin/Form/Static.d.ts +24 -0
- package/esm/plugin/Form/Static.js +311 -0
- package/esm/plugin/Form/Switch.d.ts +28 -0
- package/esm/plugin/Form/Switch.js +197 -0
- package/esm/plugin/Form/TabsTransfer.d.ts +80 -0
- package/esm/plugin/Form/TabsTransfer.js +278 -0
- package/esm/plugin/Form/Textarea.d.ts +27 -0
- package/esm/plugin/Form/Textarea.js +155 -0
- package/esm/plugin/Form/Transfer.d.ts +73 -0
- package/esm/plugin/Form/Transfer.js +291 -0
- package/esm/plugin/Form/TreeSelect.d.ts +79 -0
- package/esm/plugin/Form/TreeSelect.js +400 -0
- package/esm/plugin/Form/UUID.d.ts +24 -0
- package/esm/plugin/Form/UUID.js +60 -0
- package/esm/plugin/Grid.d.ts +49 -0
- package/esm/plugin/Grid.js +706 -0
- package/esm/plugin/HBox.d.ts +46 -0
- package/esm/plugin/HBox.js +633 -0
- package/esm/plugin/IFrame.d.ts +31 -0
- package/esm/plugin/IFrame.js +81 -0
- package/esm/plugin/Image.d.ts +34 -0
- package/esm/plugin/Image.js +248 -0
- package/esm/plugin/Images.d.ts +26 -0
- package/esm/plugin/Images.js +186 -0
- package/esm/plugin/Json.d.ts +27 -0
- package/esm/plugin/Json.js +75 -0
- package/esm/plugin/Link.d.ts +23 -0
- package/esm/plugin/Link.js +105 -0
- package/esm/plugin/List.d.ts +56 -0
- package/esm/plugin/List.js +245 -0
- package/esm/plugin/ListItem.d.ts +16 -0
- package/esm/plugin/ListItem.js +206 -0
- package/esm/plugin/Log.d.ts +19 -0
- package/esm/plugin/Log.js +61 -0
- package/esm/plugin/Mapping.d.ts +38 -0
- package/esm/plugin/Mapping.js +139 -0
- package/esm/plugin/Markdown.d.ts +22 -0
- package/esm/plugin/Markdown.js +57 -0
- package/esm/plugin/Nav.d.ts +49 -0
- package/esm/plugin/Nav.js +163 -0
- package/esm/plugin/Operation.d.ts +26 -0
- package/esm/plugin/Operation.js +80 -0
- package/esm/plugin/Others/Action.d.ts +9 -0
- package/esm/plugin/Others/Action.js +358 -0
- package/esm/plugin/Others/TableCell.d.ts +8 -0
- package/esm/plugin/Others/TableCell.js +367 -0
- package/esm/plugin/Page.d.ts +34 -0
- package/esm/plugin/Page.js +318 -0
- package/esm/plugin/Pagination.d.ts +48 -0
- package/esm/plugin/Pagination.js +242 -0
- package/esm/plugin/Panel.d.ts +32 -0
- package/esm/plugin/Panel.js +213 -0
- package/esm/plugin/Plain.d.ts +22 -0
- package/esm/plugin/Plain.js +82 -0
- package/esm/plugin/Progress.d.ts +26 -0
- package/esm/plugin/Progress.js +225 -0
- package/esm/plugin/Property.d.ts +28 -0
- package/esm/plugin/Property.js +126 -0
- package/esm/plugin/QRCode.d.ts +22 -0
- package/esm/plugin/QRCode.js +91 -0
- package/esm/plugin/Reset.d.ts +12 -0
- package/esm/plugin/Reset.js +41 -0
- package/esm/plugin/Service.d.ts +32 -0
- package/esm/plugin/Service.js +195 -0
- package/esm/plugin/Sparkline.d.ts +31 -0
- package/esm/plugin/Sparkline.js +52 -0
- package/esm/plugin/Status.d.ts +22 -0
- package/esm/plugin/Status.js +76 -0
- package/esm/plugin/Steps.d.ts +40 -0
- package/esm/plugin/Steps.js +115 -0
- package/esm/plugin/Submit.d.ts +11 -0
- package/esm/plugin/Submit.js +41 -0
- package/esm/plugin/Table-v2.d.ts +26 -0
- package/esm/plugin/Table-v2.js +819 -0
- package/esm/plugin/Table.d.ts +27 -0
- package/esm/plugin/Table.js +572 -0
- package/esm/plugin/TableCell-v2.d.ts +8 -0
- package/esm/plugin/TableCell-v2.js +499 -0
- package/esm/plugin/TableView.d.ts +135 -0
- package/esm/plugin/TableView.js +767 -0
- package/esm/plugin/Tabs.d.ts +77 -0
- package/esm/plugin/Tabs.js +416 -0
- package/esm/plugin/Tasks.d.ts +44 -0
- package/esm/plugin/Tasks.js +212 -0
- package/esm/plugin/Time.d.ts +18 -0
- package/esm/plugin/Time.js +74 -0
- package/esm/plugin/Timeline.d.ts +34 -0
- package/esm/plugin/Timeline.js +116 -0
- package/esm/plugin/TooltipWrapper.d.ts +42 -0
- package/esm/plugin/TooltipWrapper.js +230 -0
- package/esm/plugin/Tpl.d.ts +21 -0
- package/esm/plugin/Tpl.js +140 -0
- package/esm/plugin/Video.d.ts +27 -0
- package/esm/plugin/Video.js +123 -0
- package/esm/plugin/WebComponent.d.ts +25 -0
- package/esm/plugin/WebComponent.js +91 -0
- package/esm/plugin/Wizard.d.ts +56 -0
- package/esm/plugin/Wizard.js +772 -0
- package/esm/plugin/Wrapper.d.ts +23 -0
- package/esm/plugin/Wrapper.js +110 -0
- package/esm/renderer/APIControl.d.ts +5736 -0
- package/esm/renderer/APIControl.js +956 -0
- package/esm/renderer/ActionApiControl.d.ts +7454 -0
- package/esm/renderer/BadgeControl.d.ts +102 -0
- package/esm/renderer/BadgeControl.js +315 -0
- package/esm/renderer/ColumnControl.d.ts +19 -0
- package/esm/renderer/DataBindingControl.d.ts +42 -0
- package/esm/renderer/DataBindingControl.js +300 -0
- package/esm/renderer/DataMappingControl.d.ts +11 -0
- package/esm/renderer/DataMappingControl.js +65 -0
- package/esm/renderer/DataPickerControl.d.ts +13 -0
- package/esm/renderer/DataPickerControl.js +77 -0
- package/esm/renderer/DateShortCutControl.d.ts +83 -0
- package/esm/renderer/DateShortCutControl.js +348 -0
- package/esm/renderer/FeatureControl.d.ts +64 -0
- package/esm/renderer/FeatureControl.js +283 -0
- package/esm/renderer/FormulaControl.d.ts +104 -0
- package/esm/renderer/FormulaControl.js +437 -0
- package/esm/renderer/GoConfigControl.d.ts +17 -0
- package/esm/renderer/GoConfigControl.js +74 -0
- package/esm/renderer/OptionControl.d.ts +152 -0
- package/esm/renderer/OptionControl.js +844 -0
- package/esm/renderer/RangePartsControl.d.ts +91 -0
- package/esm/renderer/RangePartsControl.js +511 -0
- package/esm/renderer/StatusControl.d.ts +44 -0
- package/esm/renderer/StatusControl.js +203 -0
- package/esm/renderer/SwitchMoreControl.d.ts +238 -0
- package/esm/renderer/SwitchMoreControl.js +434 -0
- package/esm/renderer/TimelineItemControl.d.ts +220 -0
- package/esm/renderer/TimelineItemControl.js +555 -0
- package/esm/renderer/TransferTableControl.d.ts +201 -0
- package/esm/renderer/TransferTableControl.js +487 -0
- package/esm/renderer/TreeOptionControl.d.ts +71 -0
- package/esm/renderer/TreeOptionControl.js +700 -0
- package/esm/renderer/ValidationControl.d.ts +65 -0
- package/esm/renderer/ValidationControl.js +362 -0
- package/esm/renderer/ValidationItem.d.ts +46 -0
- package/esm/renderer/ValidationItem.js +189 -0
- package/esm/renderer/event-control/action-config-dialog.d.ts +73 -0
- package/esm/renderer/event-control/action-config-dialog.js +266 -0
- package/esm/renderer/event-control/action-config-panel.d.ts +8 -0
- package/esm/renderer/event-control/action-config-panel.js +71 -0
- package/esm/renderer/event-control/actions.d.ts +3 -0
- package/esm/renderer/event-control/actions.js +855 -0
- package/esm/renderer/event-control/comp-action-select.d.ts +11 -0
- package/esm/renderer/event-control/comp-action-select.js +56 -0
- package/esm/renderer/event-control/helper.d.ts +133 -0
- package/esm/renderer/event-control/helper.js +1014 -0
- package/esm/renderer/event-control/index.d.ts +90 -0
- package/esm/renderer/event-control/index.js +758 -0
- package/esm/renderer/event-control/types.d.ts +26 -0
- package/esm/renderer/style-control/Background.d.ts +17 -0
- package/esm/renderer/style-control/Background.js +536 -0
- package/esm/renderer/style-control/Border.d.ts +18 -0
- package/esm/renderer/style-control/Border.js +233 -0
- package/esm/renderer/style-control/BoxModel.d.ts +17 -0
- package/esm/renderer/style-control/BoxModel.js +65 -0
- package/esm/renderer/style-control/BoxShadow.d.ts +18 -0
- package/esm/renderer/style-control/BoxShadow.js +121 -0
- package/esm/renderer/style-control/Display.d.ts +14 -0
- package/esm/renderer/style-control/Display.js +193 -0
- package/esm/renderer/style-control/Font.d.ts +16 -0
- package/esm/renderer/style-control/Font.js +207 -0
- package/esm/renderer/style-control/font-family.d.ts +11 -0
- package/esm/renderer/style-control/font-family.js +146 -0
- package/esm/renderer/style-control/transformation.d.ts +29 -0
- package/esm/renderer/style-control/transformation.js +74 -0
- package/esm/renderer/style-control/types.d.ts +8 -0
- package/esm/tpl/api.d.ts +1 -0
- package/esm/tpl/api.js +494 -0
- package/esm/tpl/common.d.ts +1 -0
- package/esm/tpl/common.js +872 -0
- package/esm/tpl/horizontal.d.ts +1 -0
- package/esm/tpl/horizontal.js +243 -0
- package/esm/tpl/index.d.ts +7 -0
- package/esm/tpl/options.d.ts +1 -0
- package/esm/tpl/options.js +377 -0
- package/esm/tpl/style.d.ts +15 -0
- package/esm/tpl/style.js +354 -0
- package/esm/tpl/validations.d.ts +1 -0
- package/esm/tpl/validations.js +500 -0
- package/esm/validator.d.ts +63 -0
- package/esm/validator.js +326 -0
- package/lib/component/BaseControl.d.ts +9 -811
- package/lib/component/BaseControl.js +255 -291
- package/lib/component/InputComponentName.js +4 -3
- package/lib/component/TableViewEditor.js +560 -491
- package/lib/icons/btn/btn-group.svg.js +60 -0
- package/lib/icons/btn/btn-select.svg.js +56 -0
- package/lib/icons/btn/btn-toolbar.svg.js +56 -0
- package/lib/icons/btn/button.svg.js +56 -0
- package/lib/icons/btn/dropdown-btn.svg.js +54 -0
- package/lib/icons/container/anchor-nav.svg.js +54 -0
- package/lib/icons/container/collapse.svg.js +54 -0
- package/lib/icons/container/container.svg.js +50 -0
- package/lib/icons/container/flex-container.svg.js +54 -0
- package/lib/icons/container/form-group.svg.js +54 -0
- package/lib/icons/container/grid.svg.js +51 -0
- package/lib/icons/container/iframe.svg.js +53 -0
- package/lib/icons/container/panel.svg.js +54 -0
- package/lib/icons/container/table-view.svg.js +54 -0
- package/lib/icons/container/tabs.svg.js +54 -0
- package/lib/icons/container/tooltip-wrapper.svg.js +58 -0
- package/lib/icons/container/web-component.svg.js +50 -0
- package/lib/icons/feat/audio.svg.js +58 -0
- package/lib/icons/feat/custom.svg.js +52 -0
- package/lib/icons/feat/each.svg.js +54 -0
- package/lib/icons/feat/form.svg.js +54 -0
- package/lib/icons/feat/nav.svg.js +50 -0
- package/lib/icons/feat/qrcode.svg.js +54 -0
- package/lib/icons/feat/service.svg.js +54 -0
- package/lib/icons/feat/table.svg.js +58 -0
- package/lib/icons/feat/tasks.svg.js +61 -0
- package/lib/icons/feat/video.svg.js +53 -0
- package/lib/icons/feat/wizard.svg.js +64 -0
- package/lib/icons/form/chained-select.svg.js +59 -0
- package/lib/icons/form/checkbox.svg.js +56 -0
- package/lib/icons/form/checkboxes.svg.js +54 -0
- package/lib/icons/form/combo.svg.js +57 -0
- package/lib/icons/form/condition-builder.svg.js +53 -0
- package/lib/icons/form/diff-editor.svg.js +54 -0
- package/lib/icons/form/editor.svg.js +54 -0
- package/lib/icons/form/formula.svg.js +59 -0
- package/lib/icons/form/hidden.svg.js +58 -0
- package/lib/icons/form/input-city.svg.js +54 -0
- package/lib/icons/form/input-color.svg.js +63 -0
- package/lib/icons/form/input-date-range.svg.js +54 -0
- package/lib/icons/form/input-date.svg.js +60 -0
- package/lib/icons/form/input-datetime.svg.js +54 -0
- package/lib/icons/form/input-email.svg.js +54 -0
- package/lib/icons/form/input-excel.svg.js +54 -0
- package/lib/icons/form/input-file.svg.js +54 -0
- package/lib/icons/form/input-group.svg.js +57 -0
- package/lib/icons/form/input-image.svg.js +59 -0
- package/lib/icons/form/input-kv.svg.js +56 -0
- package/lib/icons/form/input-month-range.svg.js +54 -0
- package/lib/icons/form/input-number.svg.js +56 -0
- package/lib/icons/form/input-password.svg.js +54 -0
- package/lib/icons/form/input-quarter-range.svg.js +65 -0
- package/lib/icons/form/input-range.svg.js +65 -0
- package/lib/icons/form/input-rating.svg.js +50 -0
- package/lib/icons/form/input-repeat.svg.js +54 -0
- package/lib/icons/form/input-rich-text.svg.js +79 -0
- package/lib/icons/form/input-tag.svg.js +55 -0
- package/lib/icons/form/input-text.svg.js +58 -0
- package/lib/icons/form/input-time-range.svg.js +59 -0
- package/lib/icons/form/input-time.svg.js +58 -0
- package/lib/icons/form/input-tree.svg.js +54 -0
- package/lib/icons/form/input-url.svg.js +57 -0
- package/lib/icons/form/input-year.svg.js +60 -0
- package/lib/icons/form/inputArray.svg.js +56 -0
- package/lib/icons/form/list-select.svg.js +52 -0
- package/lib/icons/form/location-picker.svg.js +58 -0
- package/lib/icons/form/matrix-checkboxes.svg.js +51 -0
- package/lib/icons/form/month.svg.js +54 -0
- package/lib/icons/form/nested-select.svg.js +52 -0
- package/lib/icons/form/picker.svg.js +54 -0
- package/lib/icons/form/quarter.svg.js +60 -0
- package/lib/icons/form/radios.svg.js +58 -0
- package/lib/icons/form/select.svg.js +54 -0
- package/lib/icons/form/static.svg.js +56 -0
- package/lib/icons/form/sub-form.svg.js +54 -0
- package/lib/icons/form/switch.svg.js +59 -0
- package/lib/icons/form/tabs-transfer.svg.js +57 -0
- package/lib/icons/form/textarea.svg.js +62 -0
- package/lib/icons/form/transfer.svg.js +54 -0
- package/lib/icons/form/tree-select.svg.js +59 -0
- package/lib/icons/form/uuid.svg.js +56 -0
- package/lib/icons/index.d.ts +2 -0
- package/lib/icons/index.js +236 -0
- package/lib/icons/other/divider.svg.js +52 -0
- package/lib/icons/other/property-sheet.svg.js +54 -0
- package/lib/icons/other/tooltip.svg.js +56 -0
- package/lib/icons/show/URL.svg.js +57 -0
- package/lib/icons/show/avatar.svg.js +60 -0
- package/lib/icons/show/breadcrumb.svg.js +54 -0
- package/lib/icons/show/card.svg.js +54 -0
- package/lib/icons/show/cards.svg.js +51 -0
- package/lib/icons/show/carousel.svg.js +58 -0
- package/lib/icons/show/chart.svg.js +53 -0
- package/lib/icons/show/code.svg.js +58 -0
- package/lib/icons/show/date.svg.js +54 -0
- package/lib/icons/show/datetime.svg.js +54 -0
- package/lib/icons/show/image.svg.js +58 -0
- package/lib/icons/show/images.svg.js +61 -0
- package/lib/icons/show/json-view.svg.js +64 -0
- package/lib/icons/show/list.svg.js +54 -0
- package/lib/icons/show/log.svg.js +54 -0
- package/lib/icons/show/mapping.svg.js +54 -0
- package/lib/icons/show/markdown.svg.js +56 -0
- package/lib/icons/show/plain.svg.js +59 -0
- package/lib/icons/show/progress.svg.js +52 -0
- package/lib/icons/show/sparkline.svg.js +54 -0
- package/lib/icons/show/status.svg.js +57 -0
- package/lib/icons/show/steps.svg.js +54 -0
- package/lib/icons/show/time.svg.js +56 -0
- package/lib/index.d.ts +14 -1
- package/lib/index.js +23 -6
- package/lib/locale/en-US.d.ts +1 -0
- package/lib/locale/en-US.js +2671 -0
- package/lib/locale/index.d.ts +2 -0
- package/lib/locale/zh-CN.d.ts +1 -0
- package/lib/locale/zh-CN.js +2602 -0
- package/lib/plugin/Alert.d.ts +1 -0
- package/lib/plugin/Alert.js +99 -101
- package/lib/plugin/AnchorNav.d.ts +1 -0
- package/lib/plugin/AnchorNav.js +282 -274
- package/lib/plugin/Audio.d.ts +1 -0
- package/lib/plugin/Audio.js +123 -145
- package/lib/plugin/Avatar.d.ts +1 -0
- package/lib/plugin/Avatar.js +263 -290
- package/lib/plugin/Breadcrumb.d.ts +1 -0
- package/lib/plugin/Breadcrumb.js +88 -104
- package/lib/plugin/Button.d.ts +4 -3
- package/lib/plugin/Button.js +251 -282
- package/lib/plugin/ButtonGroup.d.ts +1 -0
- package/lib/plugin/ButtonGroup.js +114 -125
- package/lib/plugin/CRUD.d.ts +3 -2
- package/lib/plugin/CRUD.js +1438 -1488
- package/lib/plugin/CRUD2.d.ts +79 -0
- package/lib/plugin/CRUD2.js +1764 -0
- package/lib/plugin/Card.d.ts +1 -0
- package/lib/plugin/Card.js +223 -209
- package/lib/plugin/Card2.d.ts +22 -0
- package/lib/plugin/Card2.js +95 -0
- package/lib/plugin/Cards.d.ts +1 -0
- package/lib/plugin/Cards.js +259 -234
- package/lib/plugin/Carousel.d.ts +1 -0
- package/lib/plugin/Carousel.js +304 -344
- package/lib/plugin/Chart.d.ts +3 -3
- package/lib/plugin/Chart.js +180 -171
- package/lib/plugin/CodeView.d.ts +1 -0
- package/lib/plugin/CodeView.js +54 -56
- package/lib/plugin/Collapse.d.ts +1 -0
- package/lib/plugin/Collapse.js +110 -125
- package/lib/plugin/CollapseGroup.d.ts +1 -0
- package/lib/plugin/CollapseGroup.js +204 -223
- package/lib/plugin/ColumnToggler.d.ts +23 -0
- package/lib/plugin/ColumnToggler.js +118 -0
- package/lib/plugin/Container.d.ts +10 -2
- package/lib/plugin/Container.js +79 -88
- package/lib/plugin/Custom.d.ts +1 -0
- package/lib/plugin/Custom.js +90 -93
- package/lib/plugin/CustomRegion.js +125 -133
- package/lib/plugin/Date.d.ts +1 -0
- package/lib/plugin/Date.js +71 -70
- package/lib/plugin/Datetime.d.ts +1 -0
- package/lib/plugin/Datetime.js +65 -64
- package/lib/plugin/Dialog.d.ts +10 -0
- package/lib/plugin/Dialog.js +199 -193
- package/lib/plugin/Divider.d.ts +1 -0
- package/lib/plugin/Divider.js +42 -38
- package/lib/plugin/Drawer.d.ts +1 -0
- package/lib/plugin/Drawer.js +204 -221
- package/lib/plugin/DropDownButton.d.ts +1 -0
- package/lib/plugin/DropDownButton.js +201 -208
- package/lib/plugin/Each.d.ts +1 -0
- package/lib/plugin/Each.js +134 -111
- package/lib/plugin/Flex.d.ts +1 -0
- package/lib/plugin/Flex.js +164 -190
- package/lib/plugin/Form/ButtonGroupSelect.d.ts +6 -4
- package/lib/plugin/Form/ButtonGroupSelect.js +141 -149
- package/lib/plugin/Form/ButtonToolbar.d.ts +4 -1
- package/lib/plugin/Form/ButtonToolbar.js +102 -93
- package/lib/plugin/Form/ChainedSelect.d.ts +4 -4
- package/lib/plugin/Form/ChainedSelect.js +144 -170
- package/lib/plugin/Form/Checkbox.d.ts +4 -3
- package/lib/plugin/Form/Checkbox.js +147 -157
- package/lib/plugin/Form/Checkboxes.d.ts +4 -3
- package/lib/plugin/Form/Checkboxes.js +166 -198
- package/lib/plugin/Form/CodeEditor.d.ts +5 -3
- package/lib/plugin/Form/CodeEditor.js +161 -187
- package/lib/plugin/Form/Combo.d.ts +4 -3
- package/lib/plugin/Form/Combo.js +477 -516
- package/lib/plugin/Form/ConditionBuilder.d.ts +1 -0
- package/lib/plugin/Form/ConditionBuilder.js +247 -282
- package/lib/plugin/Form/Control.d.ts +1 -0
- package/lib/plugin/Form/Control.js +76 -69
- package/lib/plugin/Form/DiffEditor.d.ts +5 -3
- package/lib/plugin/Form/DiffEditor.js +165 -190
- package/lib/plugin/Form/FieldSet.d.ts +0 -1
- package/lib/plugin/Form/FieldSet.js +122 -133
- package/lib/plugin/Form/Form.d.ts +4 -3
- package/lib/plugin/Form/Form.js +798 -827
- package/lib/plugin/Form/Formula.d.ts +1 -0
- package/lib/plugin/Form/Formula.js +70 -69
- package/lib/plugin/Form/Group.d.ts +1 -0
- package/lib/plugin/Form/Group.js +206 -232
- package/lib/plugin/Form/Hidden.d.ts +1 -0
- package/lib/plugin/Form/Hidden.js +50 -40
- package/lib/plugin/Form/InputArray.d.ts +1 -0
- package/lib/plugin/Form/InputArray.js +172 -160
- package/lib/plugin/Form/InputCity.d.ts +6 -4
- package/lib/plugin/Form/InputCity.js +119 -127
- package/lib/plugin/Form/InputColor.d.ts +1 -0
- package/lib/plugin/Form/InputColor.js +263 -263
- package/lib/plugin/Form/InputDate.d.ts +4 -3
- package/lib/plugin/Form/InputDate.js +291 -340
- package/lib/plugin/Form/InputDateRange.d.ts +4 -3
- package/lib/plugin/Form/InputDateRange.js +294 -331
- package/lib/plugin/Form/InputDateTime.d.ts +1 -0
- package/lib/plugin/Form/InputDateTime.js +42 -37
- package/lib/plugin/Form/InputDateTimeRange.d.ts +1 -0
- package/lib/plugin/Form/InputDateTimeRange.js +43 -38
- package/lib/plugin/Form/InputEmail.d.ts +1 -0
- package/lib/plugin/Form/InputEmail.js +39 -32
- package/lib/plugin/Form/InputExcel.d.ts +4 -3
- package/lib/plugin/Form/InputExcel.js +102 -108
- package/lib/plugin/Form/InputFile.d.ts +8 -3
- package/lib/plugin/Form/InputFile.js +291 -337
- package/lib/plugin/Form/InputGroup.d.ts +1 -0
- package/lib/plugin/Form/InputGroup.js +83 -82
- package/lib/plugin/Form/InputImage.d.ts +10 -6
- package/lib/plugin/Form/InputImage.js +323 -255
- package/lib/plugin/Form/InputKV.d.ts +4 -3
- package/lib/plugin/Form/InputKV.js +106 -117
- package/lib/plugin/Form/InputMonth.d.ts +1 -0
- package/lib/plugin/Form/InputMonth.js +40 -35
- package/lib/plugin/Form/InputMonthRange.d.ts +1 -0
- package/lib/plugin/Form/InputMonthRange.js +43 -38
- package/lib/plugin/Form/InputNumber.d.ts +4 -3
- package/lib/plugin/Form/InputNumber.js +214 -247
- package/lib/plugin/Form/InputPassword.d.ts +1 -0
- package/lib/plugin/Form/InputPassword.js +39 -32
- package/lib/plugin/Form/InputQuarter.d.ts +1 -0
- package/lib/plugin/Form/InputQuarter.js +40 -35
- package/lib/plugin/Form/InputQuarterRange.d.ts +1 -0
- package/lib/plugin/Form/InputQuarterRange.js +43 -38
- package/lib/plugin/Form/InputRange.d.ts +4 -3
- package/lib/plugin/Form/InputRange.js +256 -276
- package/lib/plugin/Form/InputRating.d.ts +4 -3
- package/lib/plugin/Form/InputRating.js +312 -339
- package/lib/plugin/Form/InputRepeat.d.ts +1 -0
- package/lib/plugin/Form/InputRepeat.js +54 -53
- package/lib/plugin/Form/InputRichText.d.ts +3 -1
- package/lib/plugin/Form/InputRichText.js +163 -179
- package/lib/plugin/Form/InputSubForm.d.ts +3 -34
- package/lib/plugin/Form/InputSubForm.js +181 -132
- package/lib/plugin/Form/InputTable.d.ts +1 -0
- package/lib/plugin/Form/InputTable.js +338 -377
- package/lib/plugin/Form/InputTag.d.ts +4 -3
- package/lib/plugin/Form/InputTag.js +132 -142
- package/lib/plugin/Form/InputText.d.ts +1 -0
- package/lib/plugin/Form/InputText.js +285 -309
- package/lib/plugin/Form/InputTime.d.ts +1 -0
- package/lib/plugin/Form/InputTime.js +42 -35
- package/lib/plugin/Form/InputTimeRange.d.ts +1 -0
- package/lib/plugin/Form/InputTimeRange.js +43 -38
- package/lib/plugin/Form/InputTree.d.ts +5 -3
- package/lib/plugin/Form/InputTree.js +391 -355
- package/lib/plugin/Form/InputURL.d.ts +1 -0
- package/lib/plugin/Form/InputURL.js +40 -33
- package/lib/plugin/Form/InputYear.d.ts +1 -0
- package/lib/plugin/Form/InputYear.js +40 -35
- package/lib/plugin/Form/InputYearRange.d.ts +1 -0
- package/lib/plugin/Form/InputYearRange.js +43 -38
- package/lib/plugin/Form/Item.d.ts +1 -0
- package/lib/plugin/Form/Item.js +219 -245
- package/lib/plugin/Form/ListSelect.d.ts +4 -3
- package/lib/plugin/Form/ListSelect.js +107 -117
- package/lib/plugin/Form/LocationPicker.d.ts +1 -0
- package/lib/plugin/Form/LocationPicker.js +69 -62
- package/lib/plugin/Form/MatrixCheckboxes.d.ts +4 -3
- package/lib/plugin/Form/MatrixCheckboxes.js +180 -217
- package/lib/plugin/Form/NestedSelect.d.ts +4 -3
- package/lib/plugin/Form/NestedSelect.js +268 -313
- package/lib/plugin/Form/Picker.d.ts +4 -1
- package/lib/plugin/Form/Picker.js +196 -147
- package/lib/plugin/Form/Radios.d.ts +4 -3
- package/lib/plugin/Form/Radios.js +149 -175
- package/lib/plugin/Form/Select.d.ts +4 -3
- package/lib/plugin/Form/Select.js +247 -289
- package/lib/plugin/Form/Static.d.ts +1 -0
- package/lib/plugin/Form/Static.js +299 -292
- package/lib/plugin/Form/Switch.d.ts +4 -3
- package/lib/plugin/Form/Switch.js +186 -204
- package/lib/plugin/Form/TabsTransfer.d.ts +6 -3
- package/lib/plugin/Form/TabsTransfer.js +269 -331
- package/lib/plugin/Form/Textarea.d.ts +4 -3
- package/lib/plugin/Form/Textarea.js +146 -177
- package/lib/plugin/Form/Transfer.d.ts +9 -7
- package/lib/plugin/Form/Transfer.js +280 -399
- package/lib/plugin/Form/TreeSelect.d.ts +6 -4
- package/lib/plugin/Form/TreeSelect.js +387 -358
- package/lib/plugin/Form/UUID.d.ts +1 -0
- package/lib/plugin/Form/UUID.js +50 -37
- package/lib/plugin/Grid.d.ts +1 -0
- package/lib/plugin/Grid.js +666 -632
- package/lib/plugin/HBox.js +608 -561
- package/lib/plugin/IFrame.d.ts +1 -0
- package/lib/plugin/IFrame.js +72 -81
- package/lib/plugin/Image.d.ts +1 -0
- package/lib/plugin/Image.js +236 -248
- package/lib/plugin/Images.d.ts +1 -0
- package/lib/plugin/Images.js +178 -202
- package/lib/plugin/Json.d.ts +1 -0
- package/lib/plugin/Json.js +66 -65
- package/lib/plugin/Link.d.ts +1 -0
- package/lib/plugin/Link.js +97 -108
- package/lib/plugin/List.d.ts +1 -0
- package/lib/plugin/List.js +232 -199
- package/lib/plugin/ListItem.js +194 -175
- package/lib/plugin/Log.d.ts +1 -0
- package/lib/plugin/Log.js +54 -51
- package/lib/plugin/Mapping.d.ts +1 -0
- package/lib/plugin/Mapping.js +131 -137
- package/lib/plugin/Markdown.d.ts +1 -0
- package/lib/plugin/Markdown.js +50 -47
- package/lib/plugin/Nav.d.ts +1 -0
- package/lib/plugin/Nav.js +155 -169
- package/lib/plugin/Operation.js +69 -65
- package/lib/plugin/Others/Action.d.ts +2 -5
- package/lib/plugin/Others/Action.js +342 -326
- package/lib/plugin/Others/TableCell.js +355 -373
- package/lib/plugin/Page.d.ts +6 -3
- package/lib/plugin/Page.js +306 -347
- package/lib/plugin/Pagination.d.ts +6 -9
- package/lib/plugin/Pagination.js +231 -232
- package/lib/plugin/Panel.d.ts +2 -0
- package/lib/plugin/Panel.js +200 -201
- package/lib/plugin/Plain.d.ts +1 -0
- package/lib/plugin/Plain.js +74 -76
- package/lib/plugin/Progress.d.ts +1 -0
- package/lib/plugin/Progress.js +217 -246
- package/lib/plugin/Property.d.ts +1 -0
- package/lib/plugin/Property.js +118 -135
- package/lib/plugin/QRCode.d.ts +1 -0
- package/lib/plugin/QRCode.js +83 -95
- package/lib/plugin/Reset.js +32 -25
- package/lib/plugin/Service.d.ts +6 -3
- package/lib/plugin/Service.js +184 -198
- package/lib/plugin/Sparkline.d.ts +1 -0
- package/lib/plugin/Sparkline.js +41 -35
- package/lib/plugin/Status.d.ts +1 -0
- package/lib/plugin/Status.js +68 -74
- package/lib/plugin/Steps.d.ts +1 -0
- package/lib/plugin/Steps.js +107 -124
- package/lib/plugin/Submit.js +32 -25
- package/lib/plugin/Table-v2.d.ts +26 -0
- package/lib/plugin/Table-v2.js +823 -0
- package/lib/plugin/Table.d.ts +5 -3
- package/lib/plugin/Table.js +557 -575
- package/lib/plugin/TableCell-v2.d.ts +8 -0
- package/lib/plugin/TableCell-v2.js +507 -0
- package/lib/plugin/TableView.d.ts +1 -0
- package/lib/plugin/TableView.js +729 -698
- package/lib/plugin/Tabs.d.ts +3 -2
- package/lib/plugin/Tabs.js +397 -401
- package/lib/plugin/Tasks.d.ts +1 -0
- package/lib/plugin/Tasks.js +204 -251
- package/lib/plugin/Time.d.ts +1 -0
- package/lib/plugin/Time.js +65 -64
- package/lib/plugin/Timeline.d.ts +34 -0
- package/lib/plugin/Timeline.js +120 -0
- package/lib/plugin/TooltipWrapper.d.ts +1 -0
- package/lib/plugin/TooltipWrapper.js +219 -266
- package/lib/plugin/Tpl.d.ts +1 -0
- package/lib/plugin/Tpl.js +129 -168
- package/lib/plugin/Video.d.ts +1 -0
- package/lib/plugin/Video.js +114 -127
- package/lib/plugin/WebComponent.d.ts +5 -6
- package/lib/plugin/WebComponent.js +80 -55
- package/lib/plugin/Wizard.d.ts +6 -3
- package/lib/plugin/Wizard.js +753 -772
- package/lib/plugin/Wrapper.js +102 -124
- package/lib/renderer/APIControl.d.ts +2026 -3816
- package/lib/renderer/APIControl.js +929 -753
- package/lib/renderer/ActionApiControl.d.ts +7454 -0
- package/lib/renderer/BadgeControl.d.ts +6 -38
- package/lib/renderer/BadgeControl.js +297 -263
- package/lib/renderer/ColumnControl.d.ts +19 -0
- package/lib/renderer/DataBindingControl.d.ts +37 -9
- package/lib/renderer/DataBindingControl.js +288 -69
- package/lib/renderer/DataMappingControl.js +3 -3
- package/lib/renderer/DataPickerControl.js +5 -5
- package/lib/renderer/DateShortCutControl.js +325 -221
- package/lib/renderer/FeatureControl.d.ts +64 -0
- package/lib/renderer/FeatureControl.js +293 -0
- package/lib/renderer/FormulaControl.d.ts +10 -2
- package/lib/renderer/FormulaControl.js +406 -275
- package/lib/renderer/GoConfigControl.d.ts +17 -0
- package/lib/renderer/GoConfigControl.js +83 -0
- package/lib/renderer/OptionControl.d.ts +2 -2
- package/lib/renderer/OptionControl.js +813 -629
- package/lib/renderer/RangePartsControl.js +477 -348
- package/lib/renderer/StatusControl.d.ts +8 -3
- package/lib/renderer/StatusControl.js +186 -145
- package/lib/renderer/SwitchMoreControl.d.ts +56 -40
- package/lib/renderer/SwitchMoreControl.js +413 -272
- package/lib/renderer/TimelineItemControl.d.ts +220 -0
- package/lib/renderer/TimelineItemControl.js +566 -0
- package/lib/renderer/TransferTableControl.d.ts +201 -0
- package/lib/renderer/TransferTableControl.js +496 -0
- package/lib/renderer/TreeOptionControl.d.ts +71 -0
- package/lib/renderer/TreeOptionControl.js +713 -0
- package/lib/renderer/ValidationControl.js +339 -245
- package/lib/renderer/ValidationItem.js +174 -123
- package/lib/renderer/event-control/action-config-dialog.d.ts +73 -0
- package/lib/renderer/event-control/action-config-dialog.js +274 -0
- package/lib/renderer/event-control/action-config-panel.d.ts +8 -0
- package/lib/renderer/event-control/action-config-panel.js +80 -0
- package/lib/renderer/event-control/actions.d.ts +3 -0
- package/lib/renderer/event-control/actions.js +863 -0
- package/lib/renderer/event-control/comp-action-select.d.ts +11 -0
- package/lib/renderer/event-control/comp-action-select.js +65 -0
- package/lib/renderer/event-control/helper.d.ts +133 -0
- package/lib/renderer/event-control/helper.js +1041 -0
- package/lib/renderer/event-control/index.d.ts +90 -0
- package/lib/renderer/event-control/index.js +788 -0
- package/lib/renderer/event-control/types.d.ts +26 -0
- package/lib/renderer/style-control/Background.js +500 -446
- package/lib/renderer/style-control/Border.d.ts +3 -3
- package/lib/renderer/style-control/Border.js +214 -164
- package/lib/renderer/style-control/BoxModel.js +3 -3
- package/lib/renderer/style-control/BoxShadow.d.ts +3 -3
- package/lib/renderer/style-control/BoxShadow.js +97 -92
- package/lib/renderer/style-control/Display.js +176 -208
- package/lib/renderer/style-control/Font.js +188 -210
- package/lib/renderer/style-control/font-family.js +128 -127
- package/lib/renderer/style-control/transformation.js +1 -1
- package/lib/tpl/api.js +477 -355
- package/lib/tpl/common.js +821 -751
- package/lib/tpl/horizontal.js +224 -239
- package/lib/tpl/options.js +351 -232
- package/lib/tpl/style.js +338 -350
- package/lib/tpl/validations.js +482 -542
- package/lib/validator.d.ts +2 -1
- package/lib/validator.js +296 -381
- package/package.json +21 -11
- package/README.md +0 -74
- package/lib/event-action/actions.d.ts +0 -3
- package/lib/event-action/actions.js +0 -188
- package/lib/event-action/schema.d.ts +0 -13
- package/lib/event-action/schema.js +0 -134
- package/lib/plugin/ButtonToolbar.js +0 -89
- package/lib/renderer/PopoverEdit.d.ts +0 -57
- package/lib/util.d.ts +0 -24
- package/lib/util.js +0 -64
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* amis-editor v5.2.0-beta.
|
2
|
+
* amis-editor v5.2.0-beta.2
|
3
3
|
* Copyright 2018-2022 @fex
|
4
4
|
*/
|
5
5
|
|
@@ -13,10 +13,11 @@ var merge = require('lodash/merge');
|
|
13
13
|
var cloneDeep = require('lodash/cloneDeep');
|
14
14
|
var cx = require('classnames');
|
15
15
|
var amis = require('amis');
|
16
|
+
var amisUi = require('amis-ui');
|
16
17
|
var mobxStateTree = require('mobx-state-tree');
|
17
18
|
var amisCore = require('amis-core');
|
18
|
-
var
|
19
|
-
var
|
19
|
+
var amisEditorCore = require('amis-editor-core');
|
20
|
+
var i18nRuntime = require('i18n-runtime');
|
20
21
|
|
21
22
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
22
23
|
|
@@ -25,767 +26,942 @@ var merge__default = /*#__PURE__*/_interopDefaultLegacy(merge);
|
|
25
26
|
var cloneDeep__default = /*#__PURE__*/_interopDefaultLegacy(cloneDeep);
|
26
27
|
var cx__default = /*#__PURE__*/_interopDefaultLegacy(cx);
|
27
28
|
|
28
|
-
var APIControl =
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
29
|
+
var APIControl =
|
30
|
+
/** @class */
|
31
|
+
function (_super) {
|
32
|
+
tslib.__extends(APIControl, _super);
|
33
|
+
|
34
|
+
function APIControl(props) {
|
35
|
+
var _this = _super.call(this, props) || this;
|
36
|
+
|
37
|
+
_this.state = {
|
38
|
+
apiStr: _this.transformApi2Str(props.value),
|
39
|
+
selectedItem: [],
|
40
|
+
schema: props.pickerSchema,
|
41
|
+
loading: false
|
42
|
+
};
|
43
|
+
return _this;
|
44
|
+
}
|
45
|
+
|
46
|
+
APIControl.prototype.componentDidMount = function () {
|
47
|
+
this.updatePickerOptions();
|
48
|
+
};
|
49
|
+
|
50
|
+
APIControl.prototype.componentDidUpdate = function (prevProps) {
|
51
|
+
var props = this.props;
|
52
|
+
|
53
|
+
if (prevProps.value !== props.value) {
|
54
|
+
this.setState({
|
55
|
+
apiStr: this.transformApi2Str(props.value)
|
56
|
+
});
|
57
|
+
this.updatePickerOptions();
|
38
58
|
}
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
59
|
+
|
60
|
+
if (amisEditorCore.anyChanged(['enablePickerMode', 'pickerSchema'], prevProps, props)) {
|
61
|
+
this.setState({
|
62
|
+
schema: props.pickerSchema
|
63
|
+
});
|
64
|
+
}
|
65
|
+
|
66
|
+
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)) {
|
67
|
+
this.fetchOptions();
|
68
|
+
}
|
69
|
+
};
|
70
|
+
/**
|
71
|
+
* 已选API详情,因为list接口是分页的,所以需要单独调用一次
|
72
|
+
*/
|
73
|
+
|
74
|
+
|
75
|
+
APIControl.prototype.updatePickerOptions = function () {
|
76
|
+
var _a;
|
77
|
+
|
78
|
+
return tslib.__awaiter(this, void 0, void 0, function () {
|
79
|
+
var apiObj, keyword;
|
80
|
+
return tslib.__generator(this, function (_b) {
|
81
|
+
switch (_b.label) {
|
82
|
+
case 0:
|
83
|
+
apiObj = amisCore.normalizeApi(this.props.value);
|
84
|
+
if (!((_a = apiObj === null || apiObj === void 0 ? void 0 : apiObj.url) === null || _a === void 0 ? void 0 : _a.startsWith('api://'))) return [3
|
85
|
+
/*break*/
|
86
|
+
, 4];
|
87
|
+
this.setState({
|
88
|
+
loading: true
|
89
|
+
});
|
90
|
+
keyword = apiObj.url.replace('api://', '');
|
91
|
+
_b.label = 1;
|
92
|
+
|
93
|
+
case 1:
|
94
|
+
_b.trys.push([1, 3,, 4]);
|
95
|
+
|
96
|
+
return [4
|
97
|
+
/*yield*/
|
98
|
+
, this.fetchOptions(keyword)];
|
99
|
+
|
100
|
+
case 2:
|
101
|
+
_b.sent();
|
102
|
+
|
103
|
+
return [3
|
104
|
+
/*break*/
|
105
|
+
, 4];
|
106
|
+
|
107
|
+
case 3:
|
108
|
+
_b.sent();
|
109
|
+
return [3
|
110
|
+
/*break*/
|
111
|
+
, 4];
|
112
|
+
|
113
|
+
case 4:
|
114
|
+
this.setState({
|
115
|
+
loading: false
|
116
|
+
});
|
117
|
+
return [2
|
118
|
+
/*return*/
|
119
|
+
];
|
46
120
|
}
|
47
|
-
|
48
|
-
|
121
|
+
});
|
122
|
+
});
|
123
|
+
};
|
124
|
+
|
125
|
+
APIControl.prototype.transformApi2Str = function (value) {
|
126
|
+
var api = amisCore.normalizeApi(value);
|
127
|
+
return api.url ? "".concat(api.method && api.method.toLowerCase() !== 'get'
|
128
|
+
/** 默认为GET请求,直接隐藏掉前缀,为了呈现更多信息 */
|
129
|
+
? "".concat(api.method, ":") : '').concat(api.url) : '';
|
130
|
+
};
|
131
|
+
|
132
|
+
APIControl.prototype.fetchOptions = function (keyword) {
|
133
|
+
var _a, _b, _c, _d;
|
134
|
+
|
135
|
+
return tslib.__awaiter(this, void 0, void 0, function () {
|
136
|
+
var _e, value, data, env, searchField, searchType, pickerSource, apiObj, apiKey, ctx, schemaFilter, res, items, selectedItem;
|
137
|
+
|
138
|
+
var _f;
|
139
|
+
|
140
|
+
return tslib.__generator(this, function (_g) {
|
141
|
+
switch (_g.label) {
|
142
|
+
case 0:
|
143
|
+
_e = this.props, value = _e.value, data = _e.data, env = _e.env, searchField = _e.searchField, searchType = _e.searchType;
|
144
|
+
pickerSource = this.props.pickerSource;
|
145
|
+
apiObj = amisCore.normalizeApi(value);
|
146
|
+
|
147
|
+
if (!pickerSource || !(apiObj === null || apiObj === void 0 ? void 0 : apiObj.url)) {
|
148
|
+
return [2
|
149
|
+
/*return*/
|
150
|
+
];
|
151
|
+
}
|
152
|
+
|
153
|
+
apiKey = (_b = (_a = apiObj === null || apiObj === void 0 ? void 0 : apiObj.url) === null || _a === void 0 ? void 0 : _a.split('api://')) === null || _b === void 0 ? void 0 : _b[1];
|
154
|
+
ctx = amisEditorCore.createObject(data, tslib.__assign({
|
155
|
+
value: value,
|
156
|
+
op: 'loadOptions'
|
157
|
+
}, keyword && searchField ? (_f = {}, _f[searchField] = keyword, _f.searchType = searchType, _f) : {}));
|
158
|
+
schemaFilter = mobxStateTree.getEnv(window.editorStore).schemaFilter; // 基于爱速搭的规则转换一下
|
159
|
+
|
160
|
+
if (schemaFilter) {
|
161
|
+
pickerSource = schemaFilter({
|
162
|
+
api: pickerSource
|
163
|
+
}).api;
|
164
|
+
}
|
165
|
+
|
166
|
+
if (!amisCore.isEffectiveApi(pickerSource, ctx)) return [3
|
167
|
+
/*break*/
|
168
|
+
, 2];
|
169
|
+
return [4
|
170
|
+
/*yield*/
|
171
|
+
, env.fetcher(pickerSource, ctx)];
|
172
|
+
|
173
|
+
case 1:
|
174
|
+
res = _g.sent();
|
175
|
+
items = ((_c = res.data) === null || _c === void 0 ? void 0 : _c.items) || ((_d = res === null || res === void 0 ? void 0 : res.data) === null || _d === void 0 ? void 0 : _d.rows);
|
176
|
+
|
177
|
+
if (items.length) {
|
178
|
+
selectedItem = items.find(function (item) {
|
179
|
+
return item.key === apiKey;
|
180
|
+
});
|
181
|
+
this.setState({
|
182
|
+
selectedItem: selectedItem ? [selectedItem] : []
|
183
|
+
});
|
184
|
+
}
|
185
|
+
|
186
|
+
_g.label = 2;
|
187
|
+
|
188
|
+
case 2:
|
189
|
+
return [2
|
190
|
+
/*return*/
|
191
|
+
];
|
49
192
|
}
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
193
|
+
});
|
194
|
+
});
|
195
|
+
};
|
196
|
+
|
197
|
+
APIControl.prototype.inputRef = function (ref) {
|
198
|
+
this.input = ref;
|
199
|
+
};
|
200
|
+
|
201
|
+
APIControl.prototype.focus = function () {
|
202
|
+
if (!this.input) {
|
203
|
+
return;
|
204
|
+
}
|
205
|
+
|
206
|
+
this.input.focus();
|
207
|
+
};
|
208
|
+
|
209
|
+
APIControl.prototype.clearPickerValue = function () {
|
210
|
+
var _this = this;
|
211
|
+
|
212
|
+
var onChange = this.props.onChange;
|
213
|
+
this.setState({
|
214
|
+
apiStr: this.transformApi2Str(undefined),
|
215
|
+
selectedItem: []
|
216
|
+
}, function () {
|
217
|
+
onChange === null || onChange === void 0 ? void 0 : onChange(undefined);
|
218
|
+
|
219
|
+
_this.focus();
|
220
|
+
});
|
221
|
+
};
|
222
|
+
|
223
|
+
APIControl.prototype.handleSimpleInputChange = function (e) {
|
224
|
+
var value = e.currentTarget.value;
|
225
|
+
this.handleSubmit(value, 'input');
|
226
|
+
};
|
227
|
+
|
228
|
+
APIControl.prototype.handleSubmit = function (values, action) {
|
229
|
+
var _a = this.props,
|
230
|
+
onChange = _a.onChange,
|
231
|
+
value = _a.value;
|
232
|
+
var api = values; // Picker未做选择
|
233
|
+
|
234
|
+
if (!values && action === 'picker-submit') {
|
235
|
+
return;
|
236
|
+
}
|
237
|
+
|
238
|
+
if (typeof value !== 'string' || typeof values !== 'string') {
|
239
|
+
api = merge__default["default"]({}, amisCore.normalizeApi(values));
|
240
|
+
}
|
241
|
+
|
242
|
+
onChange === null || onChange === void 0 ? void 0 : onChange(api);
|
243
|
+
};
|
244
|
+
|
245
|
+
APIControl.prototype.handleAction = function (schema, e, action, data) {
|
246
|
+
var onAction = this.props.onAction;
|
247
|
+
onAction === null || onAction === void 0 ? void 0 : onAction(schema, e, action, data);
|
248
|
+
};
|
249
|
+
|
250
|
+
APIControl.prototype.normalizeValue = function (value, callback) {
|
251
|
+
var transformedValue = cloneDeep__default["default"](value);
|
252
|
+
|
253
|
+
if (typeof callback === 'function') {
|
254
|
+
transformedValue = callback(value);
|
255
|
+
}
|
256
|
+
|
257
|
+
return transformedValue;
|
258
|
+
};
|
259
|
+
|
260
|
+
APIControl.prototype.handlePickerConfirm = function (value) {
|
261
|
+
var onPickerConfirm = this.props.onPickerConfirm;
|
262
|
+
this.handleSubmit(this.normalizeValue(value, onPickerConfirm), 'picker-submit');
|
263
|
+
};
|
264
|
+
|
265
|
+
APIControl.prototype.handlePickerClose = function () {
|
266
|
+
var onPickerClose = this.props.onPickerClose;
|
267
|
+
onPickerClose === null || onPickerClose === void 0 ? void 0 : onPickerClose();
|
268
|
+
};
|
269
|
+
|
270
|
+
APIControl.prototype.renderHeader = function () {
|
271
|
+
var _a;
|
272
|
+
|
273
|
+
var _b = this.props,
|
274
|
+
render = _b.render,
|
275
|
+
labelRemark = _b.labelRemark,
|
276
|
+
useMobileUI = _b.useMobileUI,
|
277
|
+
popOverContainer = _b.popOverContainer,
|
278
|
+
env = _b.env;
|
279
|
+
var label = this.props.label;
|
280
|
+
var classPrefix = (_a = env === null || env === void 0 ? void 0 : env.theme) === null || _a === void 0 ? void 0 : _a.classPrefix; // const actionsDom =
|
281
|
+
// Array.isArray(actions) && actions.length > 0
|
282
|
+
// ? actions.map((action, index) => {
|
283
|
+
// return render(`action/${index}`, action, {
|
284
|
+
// key: index,
|
285
|
+
// onAction: this.handleAction.bind(this, action)
|
286
|
+
// });
|
287
|
+
// })
|
288
|
+
// : null;
|
289
|
+
|
290
|
+
return React__default["default"].createElement("header", {
|
291
|
+
className: "ApiControl-header",
|
292
|
+
key: "header"
|
293
|
+
}, React__default["default"].createElement("label", {
|
294
|
+
className: cx__default["default"]("".concat(classPrefix, "Form-label"))
|
295
|
+
}, (label === null || label === void 0 ? void 0 : label.type) ? render('label', label) : label || '', labelRemark ? render('label-remark', {
|
296
|
+
type: 'remark',
|
297
|
+
icon: labelRemark.icon || 'warning-mark',
|
298
|
+
tooltip: labelRemark,
|
299
|
+
className: cx__default["default"]("Form-lableRemark", labelRemark === null || labelRemark === void 0 ? void 0 : labelRemark.className),
|
300
|
+
useMobileUI: useMobileUI,
|
301
|
+
container: popOverContainer ? popOverContainer : env && env.getModalContainer ? env.getModalContainer : undefined
|
302
|
+
}) : null));
|
303
|
+
};
|
304
|
+
|
305
|
+
APIControl.prototype.renderPickerSchema = function () {
|
306
|
+
var _this = this;
|
307
|
+
|
308
|
+
var _a = this.props,
|
309
|
+
render = _a.render,
|
310
|
+
pickerTitle = _a.pickerTitle;
|
311
|
+
_a.pickerName;
|
312
|
+
var pickerSize = _a.pickerSize,
|
313
|
+
pickerHeaderClassName = _a.pickerHeaderClassName,
|
314
|
+
pickerBtnSchema = _a.pickerBtnSchema,
|
315
|
+
enablePickerMode = _a.enablePickerMode,
|
316
|
+
onPickerSelect = _a.onPickerSelect;
|
317
|
+
var _c = this.state,
|
318
|
+
selectedItem = _c.selectedItem,
|
319
|
+
schema = _c.schema;
|
320
|
+
|
321
|
+
if (!schema) {
|
322
|
+
return null;
|
323
|
+
}
|
324
|
+
|
325
|
+
return React__default["default"].createElement(amisUi.PickerContainer, {
|
326
|
+
title: pickerTitle,
|
327
|
+
headerClassName: cx__default["default"](pickerHeaderClassName, 'font-bold'),
|
328
|
+
onConfirm: this.handlePickerConfirm,
|
329
|
+
onCancel: this.handlePickerClose,
|
330
|
+
size: pickerSize,
|
331
|
+
bodyRender: function (_a) {
|
332
|
+
var onChange = _a.onChange,
|
333
|
+
setState = _a.setState;
|
334
|
+
return render('api-control-picker', schema, {
|
335
|
+
value: selectedItem,
|
336
|
+
onSelect: function (items) {
|
337
|
+
setState({
|
338
|
+
selectedItem: items
|
87
339
|
});
|
340
|
+
onChange(_this.normalizeValue(items, onPickerSelect));
|
341
|
+
}
|
88
342
|
});
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
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
|
-
}); }
|
343
|
+
}
|
344
|
+
}, function (_a) {
|
345
|
+
var onClick = _a.onClick,
|
346
|
+
isOpened = _a.isOpened;
|
347
|
+
return render('picker-action', tslib.__assign(tslib.__assign({
|
348
|
+
icon: React__default["default"].createElement(amis.Icon, {
|
349
|
+
icon: "picker-icon",
|
350
|
+
className: "icon ae-ApiControl-icon"
|
351
|
+
})
|
352
|
+
}, pickerBtnSchema), {
|
353
|
+
className: cx__default["default"]('ae-ApiControl-PickerBtn', pickerBtnSchema === null || pickerBtnSchema === void 0 ? void 0 : pickerBtnSchema.className)
|
354
|
+
}), {
|
355
|
+
onClick: function (e) {
|
356
|
+
return tslib.__awaiter(_this, void 0, void 0, function () {
|
357
|
+
|
358
|
+
return tslib.__generator(this, function (_b) {
|
359
|
+
switch (_b.label) {
|
360
|
+
case 0:
|
361
|
+
if (!(!isOpened && enablePickerMode)) return [3
|
362
|
+
/*break*/
|
363
|
+
, 4];
|
364
|
+
_b.label = 1;
|
365
|
+
|
366
|
+
case 1:
|
367
|
+
_b.trys.push([1, 3,, 4]);
|
368
|
+
|
369
|
+
return [4
|
370
|
+
/*yield*/
|
371
|
+
, this.fetchOptions()];
|
372
|
+
|
373
|
+
case 2:
|
374
|
+
_b.sent();
|
375
|
+
|
376
|
+
return [3
|
377
|
+
/*break*/
|
378
|
+
, 4];
|
379
|
+
|
380
|
+
case 3:
|
381
|
+
_b.sent();
|
382
|
+
return [3
|
383
|
+
/*break*/
|
384
|
+
, 4];
|
385
|
+
|
386
|
+
case 4:
|
387
|
+
onClick(e);
|
388
|
+
return [2
|
389
|
+
/*return*/
|
390
|
+
];
|
391
|
+
}
|
175
392
|
});
|
176
|
-
|
393
|
+
});
|
394
|
+
}
|
395
|
+
});
|
396
|
+
});
|
397
|
+
};
|
398
|
+
|
399
|
+
APIControl.prototype.renderApiDialog = function () {
|
400
|
+
return {
|
401
|
+
label: '',
|
402
|
+
type: 'action',
|
403
|
+
acitonType: 'dialog',
|
404
|
+
size: 'sm',
|
405
|
+
icon: React__default["default"].createElement(amis.Icon, {
|
406
|
+
icon: "setting",
|
407
|
+
className: "icon ae-ApiControl-icon"
|
408
|
+
}),
|
409
|
+
className: 'ae-ApiControl-setting-button',
|
410
|
+
actionType: 'dialog',
|
411
|
+
dialog: {
|
412
|
+
title: i18nRuntime.i18n("e370757f933a8ecd87bf0255c3ce45d0"),
|
413
|
+
size: 'md',
|
414
|
+
className: 'ae-ApiControl-dialog',
|
415
|
+
headerClassName: 'font-bold',
|
416
|
+
bodyClassName: 'ae-ApiControl-dialog-body',
|
417
|
+
closeOnEsc: true,
|
418
|
+
closeOnOutside: false,
|
419
|
+
showCloseButton: true,
|
420
|
+
body: [this.renderApiConfigTabs()]
|
421
|
+
}
|
177
422
|
};
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
423
|
+
};
|
424
|
+
|
425
|
+
APIControl.prototype.renderApiConfigTabs = function (submitOnChange) {
|
426
|
+
if (submitOnChange === void 0) {
|
427
|
+
submitOnChange = false;
|
428
|
+
}
|
429
|
+
|
430
|
+
var _a = this.props,
|
431
|
+
messageDesc = _a.messageDesc,
|
432
|
+
_b = _a.debug,
|
433
|
+
debug = _b === void 0 ? false : _b;
|
434
|
+
return {
|
435
|
+
type: 'form',
|
436
|
+
className: 'ae-ApiControl-form',
|
437
|
+
mode: 'horizontal',
|
438
|
+
submitOnChange: submitOnChange,
|
439
|
+
wrapWithPanel: false,
|
440
|
+
onSubmit: this.handleSubmit,
|
441
|
+
debug: debug,
|
442
|
+
body: [{
|
443
|
+
type: 'tabs',
|
444
|
+
className: 'ae-ApiControl-tabs',
|
445
|
+
contentClassName: 'ae-ApiControl-tabContent',
|
446
|
+
tabs: [{
|
447
|
+
title: i18nRuntime.i18n("7c57a563ab87bc6eb5edd8f5b953f499"),
|
448
|
+
tab: [{
|
449
|
+
label: i18nRuntime.i18n("6aa351f5dacd13d3d862d9c93e4a0241"),
|
450
|
+
name: 'method',
|
451
|
+
value: 'get',
|
452
|
+
type: 'button-group-select',
|
453
|
+
mode: 'horizontal',
|
454
|
+
options: [{
|
455
|
+
value: 'get',
|
456
|
+
label: 'GET'
|
457
|
+
}, {
|
458
|
+
value: 'post',
|
459
|
+
label: 'POST'
|
460
|
+
}, {
|
461
|
+
value: 'put',
|
462
|
+
label: 'PUT'
|
463
|
+
}, {
|
464
|
+
value: 'patch',
|
465
|
+
label: 'PATCH'
|
466
|
+
}, {
|
467
|
+
value: 'delete',
|
468
|
+
label: 'DELETE'
|
469
|
+
}]
|
470
|
+
}, {
|
471
|
+
label: i18nRuntime.i18n("85624c8e8b0fc98954eecbe508e8b59d"),
|
472
|
+
type: 'input-text',
|
473
|
+
name: 'url',
|
474
|
+
mode: 'horizontal',
|
475
|
+
size: 'lg',
|
476
|
+
placeholder: 'http://',
|
477
|
+
required: true
|
478
|
+
}, {
|
479
|
+
label: i18nRuntime.i18n("8dc91bca9bc83efea73150e3478657fc"),
|
480
|
+
type: 'input-text',
|
481
|
+
name: 'sendOn',
|
482
|
+
mode: 'horizontal',
|
483
|
+
size: 'lg',
|
484
|
+
placeholder: i18nRuntime.i18n("bf9e242338d2c26b182aa6b9c015d84c"),
|
485
|
+
description: i18nRuntime.i18n("91ee84292a5bf5e59d3b6309f948f2f1")
|
486
|
+
}, {
|
487
|
+
label: i18nRuntime.i18n("7c6722203327e8173be987f36fadf610"),
|
488
|
+
type: 'button-group-select',
|
489
|
+
name: 'dataType',
|
184
490
|
size: 'sm',
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
491
|
+
mode: 'horizontal',
|
492
|
+
description: "".concat(i18nRuntime.i18n("55409342e28d37db86fb23efbd84a025"), "\uFF1A<%= data.dataType === \"json\" ? \"application/json\" : (data.dataType === \"form-data\" ? \"multipart/form-data\" : (data.dataType === \"form\" ? \"application/x-www-form-urlencoded\" : \"\")) %>\uFF0C").concat(i18nRuntime.i18n("e06a14abe7ef66a8ead143db4ae9786e")),
|
493
|
+
options: [{
|
494
|
+
label: 'JSON',
|
495
|
+
value: 'json'
|
496
|
+
}, {
|
497
|
+
label: 'FormData',
|
498
|
+
value: 'form-data'
|
499
|
+
}, {
|
500
|
+
label: 'Form',
|
501
|
+
value: 'form'
|
502
|
+
}],
|
503
|
+
disabled: false
|
504
|
+
}, {
|
505
|
+
type: 'switch',
|
506
|
+
label: i18nRuntime.i18n("773a0e8384fd6f784088b829d7cc2f68"),
|
507
|
+
name: 'cache',
|
508
|
+
mode: 'horizontal',
|
509
|
+
pipeIn: function (value) {
|
510
|
+
return !!value;
|
511
|
+
},
|
512
|
+
pipeOut: function (value) {
|
513
|
+
return value ? 3000 : undefined;
|
197
514
|
}
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
515
|
+
}, {
|
516
|
+
label: '',
|
517
|
+
type: 'input-number',
|
518
|
+
name: 'cache',
|
519
|
+
mode: 'horizontal',
|
520
|
+
size: 'md',
|
521
|
+
min: 0,
|
522
|
+
step: 500,
|
523
|
+
visibleOn: 'this.cache',
|
524
|
+
description: i18nRuntime.i18n("c1b110f13431df9662299f26def71df1"),
|
525
|
+
pipeIn: function (value) {
|
526
|
+
return typeof value === 'number' ? value : 0;
|
527
|
+
}
|
528
|
+
}, {
|
529
|
+
label: i18nRuntime.i18n("a18ea11244325dd3d20c5988bc7f6e39"),
|
530
|
+
name: 'responseType',
|
531
|
+
type: 'switch',
|
532
|
+
mode: 'horizontal',
|
533
|
+
description: i18nRuntime.i18n("68caa6082eda1745aa3f6b6d12efe423"),
|
534
|
+
pipeIn: function (value) {
|
535
|
+
return value === 'blob';
|
536
|
+
},
|
537
|
+
pipeOut: function (value) {
|
538
|
+
return value ? 'blob' : undefined;
|
539
|
+
}
|
540
|
+
}, {
|
541
|
+
label: i18nRuntime.i18n("91831507074270c0da8a31ad9ff87495"),
|
542
|
+
name: 'replaceData',
|
543
|
+
type: 'switch',
|
205
544
|
mode: 'horizontal',
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
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
|
-
]
|
545
|
+
description: i18nRuntime.i18n("42be3061671b38468cc6ac84f6a0dd77")
|
546
|
+
}, {
|
547
|
+
label: '',
|
548
|
+
name: 'interval',
|
549
|
+
type: 'input-number',
|
550
|
+
mode: 'horizontal',
|
551
|
+
size: 'md',
|
552
|
+
visibleOn: 'typeof this.interval === "number"',
|
553
|
+
step: 500,
|
554
|
+
description: i18nRuntime.i18n("81fe75a5216d4f612f1809c122f5145a")
|
555
|
+
}, {
|
556
|
+
label: i18nRuntime.i18n("19c5410b23fba4bbfd1a58bbd5268c9b"),
|
557
|
+
name: 'silentPolling',
|
558
|
+
type: 'switch',
|
559
|
+
mode: 'horizontal',
|
560
|
+
visibleOn: '!!data.interval',
|
561
|
+
description: i18nRuntime.i18n("04f840b0772f4b5d59954a29a76f4e7b")
|
562
|
+
}, {
|
563
|
+
label: amisEditorCore.tipedLabel(i18nRuntime.i18n("83f16354dd1532422dc8b3581d096e7b"), i18nRuntime.i18n("620f826a77f079c5683a9d3c59461ea1")),
|
564
|
+
name: 'stopAutoRefreshWhen',
|
565
|
+
type: 'input-text',
|
566
|
+
mode: 'horizontal',
|
567
|
+
horizontal: {
|
568
|
+
leftFixed: 'md'
|
569
|
+
},
|
570
|
+
size: 'lg',
|
571
|
+
visibleOn: '!!data.interval',
|
572
|
+
placeholder: i18nRuntime.i18n("6037dae99e9446deaed45f7e408f47ab")
|
573
|
+
}]
|
574
|
+
}, {
|
575
|
+
title: i18nRuntime.i18n("90260d55567cfd97ec2f085963a60bcf"),
|
576
|
+
tab: [{
|
577
|
+
type: 'fieldSet',
|
578
|
+
title: 'Body',
|
579
|
+
headingClassName: 'ae-ApiControl-title',
|
580
|
+
body: [{
|
581
|
+
type: 'switch',
|
582
|
+
label: amisEditorCore.tipedLabel(i18nRuntime.i18n("9ae7a582479116d4cb41e828fbd59798"), i18nRuntime.i18n("0fcbf036057c6dd88b7b809daa0c5eb7")),
|
583
|
+
name: 'data',
|
584
|
+
mode: 'row',
|
585
|
+
pipeIn: function (value) {
|
586
|
+
return !!value;
|
587
|
+
},
|
588
|
+
pipeOut: function (value) {
|
589
|
+
return value ? {
|
590
|
+
'&': '$$'
|
591
|
+
} : null;
|
592
|
+
}
|
593
|
+
}, {
|
594
|
+
type: 'combo',
|
595
|
+
syncDefaultValue: false,
|
596
|
+
name: 'data',
|
597
|
+
mode: 'normal',
|
598
|
+
renderLabel: false,
|
599
|
+
visibleOn: 'this.data',
|
600
|
+
descriptionClassName: 'help-block text-xs m-b-none',
|
601
|
+
description: i18nRuntime.i18n("5414824fb8efdb7d59beae4bf95fdefd"),
|
602
|
+
multiple: true,
|
603
|
+
pipeIn: function (value) {
|
604
|
+
if (!amisEditorCore.isObject(value)) {
|
605
|
+
return value;
|
733
606
|
}
|
734
|
-
|
735
|
-
|
736
|
-
|
737
|
-
|
738
|
-
|
739
|
-
|
740
|
-
|
741
|
-
|
742
|
-
|
743
|
-
|
744
|
-
|
745
|
-
|
746
|
-
|
747
|
-
}
|
748
|
-
|
749
|
-
|
750
|
-
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
756
|
-
|
607
|
+
|
608
|
+
var arr = [];
|
609
|
+
Object.keys(value).forEach(function (key) {
|
610
|
+
arr.push({
|
611
|
+
key: key || '',
|
612
|
+
value: typeof value[key] === 'string' ? value[key] : JSON.stringify(value[key])
|
613
|
+
});
|
614
|
+
});
|
615
|
+
return arr;
|
616
|
+
},
|
617
|
+
pipeOut: function (value) {
|
618
|
+
if (!Array.isArray(value)) {
|
619
|
+
return value;
|
620
|
+
}
|
621
|
+
|
622
|
+
var obj = {};
|
623
|
+
value.forEach(function (item) {
|
624
|
+
var key = item.key || '';
|
625
|
+
var value = item.value;
|
626
|
+
|
627
|
+
try {
|
628
|
+
value = JSON.parse(value);
|
629
|
+
} catch (e) {}
|
630
|
+
|
631
|
+
obj[key] = value;
|
632
|
+
});
|
633
|
+
return obj;
|
634
|
+
},
|
635
|
+
items: [{
|
636
|
+
placeholder: 'Key',
|
637
|
+
type: 'input-text',
|
638
|
+
unique: true,
|
639
|
+
name: 'key',
|
640
|
+
required: true
|
641
|
+
}, {
|
642
|
+
placeholder: 'Value',
|
643
|
+
type: 'ae-DataPickerControl',
|
644
|
+
name: 'value'
|
645
|
+
}]
|
646
|
+
}, {
|
647
|
+
type: 'switch',
|
648
|
+
label: amisEditorCore.tipedLabel(i18nRuntime.i18n("7dd590a9d9e783e980d318bd52891905"), i18nRuntime.i18n("7e295b6ff39ec7356e06c4534bfc4fb3")),
|
649
|
+
name: 'responseData',
|
650
|
+
mode: 'row',
|
651
|
+
pipeIn: function (value) {
|
652
|
+
return !!value;
|
653
|
+
},
|
654
|
+
pipeOut: function (value) {
|
655
|
+
return value ? {
|
656
|
+
'&': '$$'
|
657
|
+
} : null;
|
658
|
+
}
|
659
|
+
}, {
|
660
|
+
type: 'combo',
|
661
|
+
syncDefaultValue: false,
|
662
|
+
name: 'responseData',
|
663
|
+
mode: 'normal',
|
664
|
+
renderLabel: false,
|
665
|
+
visibleOn: 'this.responseData',
|
666
|
+
descriptionClassName: 'help-block text-xs m-b-none',
|
667
|
+
multiple: true,
|
668
|
+
pipeIn: function (value) {
|
669
|
+
if (!amisEditorCore.isObject(value)) {
|
670
|
+
return value;
|
671
|
+
}
|
672
|
+
|
673
|
+
var arr = [];
|
674
|
+
Object.keys(value).forEach(function (key) {
|
675
|
+
arr.push({
|
676
|
+
key: key || '',
|
677
|
+
value: typeof value[key] === 'string' ? value[key] : JSON.stringify(value[key])
|
678
|
+
});
|
679
|
+
});
|
680
|
+
return arr;
|
681
|
+
},
|
682
|
+
pipeOut: function (value) {
|
683
|
+
if (!Array.isArray(value)) {
|
684
|
+
return value;
|
685
|
+
}
|
686
|
+
|
687
|
+
var obj = {};
|
688
|
+
value.forEach(function (item) {
|
689
|
+
var key = item.key || '';
|
690
|
+
var value = item.value;
|
691
|
+
|
692
|
+
try {
|
693
|
+
value = JSON.parse(value);
|
694
|
+
} catch (e) {}
|
695
|
+
|
696
|
+
obj[key] = value;
|
697
|
+
});
|
698
|
+
return obj;
|
699
|
+
},
|
700
|
+
items: [{
|
701
|
+
placeholder: 'Key',
|
702
|
+
type: 'input-text',
|
703
|
+
unique: true,
|
704
|
+
name: 'key',
|
705
|
+
required: true
|
706
|
+
}, {
|
707
|
+
placeholder: 'Value',
|
708
|
+
type: 'input-text',
|
709
|
+
name: 'value'
|
710
|
+
}]
|
711
|
+
}, {
|
712
|
+
label: i18nRuntime.i18n("417125a06b1d2bfff025e83a4e067bf0"),
|
713
|
+
name: 'requestAdaptor',
|
714
|
+
type: 'js-editor',
|
715
|
+
mode: 'horizontal',
|
716
|
+
horizontal: {
|
717
|
+
justify: true
|
718
|
+
},
|
719
|
+
clasName: 'm-t-sm',
|
720
|
+
allowFullscreen: true,
|
721
|
+
description: i18nRuntime.i18n("62efcb25e5b21da47c09780119da3458")
|
722
|
+
}, {
|
723
|
+
label: i18nRuntime.i18n("6eb8944029108ad3b6bb3572a648fafa"),
|
724
|
+
name: 'adaptor',
|
725
|
+
type: 'js-editor',
|
726
|
+
mode: 'horizontal',
|
727
|
+
horizontal: {
|
728
|
+
justify: true
|
729
|
+
},
|
730
|
+
clasName: 'm-t-sm',
|
731
|
+
allowFullscreen: true,
|
732
|
+
description: i18nRuntime.i18n("e83cbec70e17988749c4a02a3b73f55c")
|
733
|
+
}]
|
734
|
+
}, {
|
735
|
+
type: 'fieldSet',
|
736
|
+
title: 'Header',
|
737
|
+
headingClassName: 'ae-ApiControl-title',
|
738
|
+
body: [{
|
739
|
+
type: 'switch',
|
740
|
+
label: amisEditorCore.tipedLabel(i18nRuntime.i18n("be47bd270e7756d4233e59bbe4cd5b96"), i18nRuntime.i18n("f80cc88446cc10da4838556666f6b9f1")),
|
741
|
+
name: 'headers',
|
742
|
+
mode: 'row',
|
743
|
+
className: 'm-b-xs',
|
744
|
+
pipeIn: function (value) {
|
745
|
+
return !!value;
|
746
|
+
},
|
747
|
+
pipeOut: function (value) {
|
748
|
+
return value ? {
|
749
|
+
'': ''
|
750
|
+
} : null;
|
751
|
+
}
|
752
|
+
}, {
|
753
|
+
type: 'combo',
|
754
|
+
name: 'headers',
|
755
|
+
mode: 'row',
|
756
|
+
syncDefaultValue: false,
|
757
|
+
multiple: true,
|
758
|
+
visibleOn: 'this.headers',
|
759
|
+
items: [{
|
760
|
+
type: 'input-text',
|
761
|
+
name: 'key',
|
762
|
+
placeholder: 'Key',
|
763
|
+
unique: true,
|
764
|
+
required: true,
|
765
|
+
options: [{
|
766
|
+
label: 'Content-Encoding',
|
767
|
+
value: 'Content-Encoding'
|
768
|
+
}, {
|
769
|
+
label: 'Content-Type',
|
770
|
+
value: 'Content-Type'
|
771
|
+
}]
|
772
|
+
}, {
|
773
|
+
type: 'input-text',
|
774
|
+
name: 'value',
|
775
|
+
placeholder: 'Value',
|
776
|
+
disabled: false
|
777
|
+
}],
|
778
|
+
pipeIn: function (value) {
|
779
|
+
if (!amisEditorCore.isObject(value)) {
|
780
|
+
return value;
|
781
|
+
}
|
782
|
+
|
783
|
+
var arr = [];
|
784
|
+
Object.keys(value).forEach(function (key) {
|
785
|
+
arr.push({
|
786
|
+
key: key || '',
|
787
|
+
value: typeof value[key] === 'string' ? value[key] : JSON.stringify(value[key])
|
788
|
+
});
|
789
|
+
});
|
790
|
+
return arr;
|
791
|
+
},
|
792
|
+
pipeOut: function (value) {
|
793
|
+
if (!Array.isArray(value)) {
|
794
|
+
return value;
|
795
|
+
}
|
796
|
+
|
797
|
+
var obj = {};
|
798
|
+
value.forEach(function (item) {
|
799
|
+
var key = item.key || '';
|
800
|
+
var value = item.value;
|
801
|
+
|
802
|
+
try {
|
803
|
+
value = JSON.parse(value);
|
804
|
+
} catch (e) {}
|
805
|
+
|
806
|
+
obj[key] = value;
|
807
|
+
});
|
808
|
+
return obj;
|
809
|
+
}
|
810
|
+
}]
|
811
|
+
}]
|
812
|
+
}, {
|
813
|
+
title: i18nRuntime.i18n("0d98c74797e49d00bcc4c17c9d557a2b"),
|
814
|
+
tab: [{
|
815
|
+
label: i18nRuntime.i18n("522110866c19dace2ce38336617405c2"),
|
816
|
+
type: 'combo',
|
817
|
+
name: 'messages',
|
818
|
+
mode: 'normal',
|
819
|
+
multiLine: true,
|
820
|
+
description: messageDesc || i18nRuntime.i18n("9d191f6126f21da8222755c14f49707b"),
|
821
|
+
items: [{
|
822
|
+
label: i18nRuntime.i18n("fb24383a41f23196349548b5d0cb98ce"),
|
823
|
+
type: 'input-text',
|
824
|
+
name: 'fetchSuccess'
|
825
|
+
}, {
|
826
|
+
label: i18nRuntime.i18n("62e3e15c8fb9038f2780329bc26e8bab"),
|
827
|
+
type: 'input-text',
|
828
|
+
name: 'fetchFailed'
|
829
|
+
}, {
|
830
|
+
label: i18nRuntime.i18n("c62a1b7f314be10aead10475e7543f6a"),
|
831
|
+
type: 'input-text',
|
832
|
+
name: 'saveOrderSuccess'
|
833
|
+
}, {
|
834
|
+
label: i18nRuntime.i18n("c8035507b7a576d43e9f227c91c7a7b5"),
|
835
|
+
type: 'input-text',
|
836
|
+
name: 'saveOrderFailed'
|
837
|
+
}, {
|
838
|
+
label: i18nRuntime.i18n("7cb0932b806559be232d2a69453224e7"),
|
839
|
+
type: 'input-text',
|
840
|
+
name: 'quickSaveSuccess'
|
841
|
+
}, {
|
842
|
+
label: i18nRuntime.i18n("fd79a193a487b8c9d5a302d0d88c1c2c"),
|
843
|
+
type: 'input-text',
|
844
|
+
name: 'quickSaveFailed'
|
845
|
+
}]
|
846
|
+
}]
|
847
|
+
}]
|
848
|
+
}]
|
757
849
|
};
|
758
|
-
|
759
|
-
|
760
|
-
|
761
|
-
|
762
|
-
|
763
|
-
|
764
|
-
|
765
|
-
|
766
|
-
|
767
|
-
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
|
772
|
-
|
773
|
-
|
774
|
-
|
775
|
-
|
776
|
-
|
777
|
-
|
778
|
-
|
779
|
-
|
780
|
-
|
781
|
-
|
782
|
-
|
783
|
-
|
784
|
-
|
785
|
-
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
|
850
|
+
};
|
851
|
+
|
852
|
+
APIControl.prototype.render = function () {
|
853
|
+
var _a, _b;
|
854
|
+
|
855
|
+
var _c = this.props,
|
856
|
+
render = _c.render,
|
857
|
+
className = _c.className,
|
858
|
+
footerClassName = _c.footerClassName;
|
859
|
+
_c.classPrefix;
|
860
|
+
_c.label;
|
861
|
+
_c.labelRemark;
|
862
|
+
var value = _c.value,
|
863
|
+
footer = _c.footer,
|
864
|
+
_d = _c.border,
|
865
|
+
border = _d === void 0 ? false : _d,
|
866
|
+
_e = _c.onlyTabs,
|
867
|
+
onlyTabs = _e === void 0 ? false : _e;
|
868
|
+
_c.messageDesc;
|
869
|
+
var enablePickerMode = _c.enablePickerMode,
|
870
|
+
disabled = _c.disabled;
|
871
|
+
_c.mode;
|
872
|
+
var enableHighlight = _c.enableHighlight,
|
873
|
+
_f = _c.labelField,
|
874
|
+
labelField = _f === void 0 ? 'label' : _f;
|
875
|
+
_c.useMobileUI;
|
876
|
+
_c.popOverContainer;
|
877
|
+
_c.env;
|
878
|
+
var _g = this.state,
|
879
|
+
apiStr = _g.apiStr,
|
880
|
+
selectedItem = _g.selectedItem,
|
881
|
+
loading = _g.loading;
|
882
|
+
selectedItem = Array.isArray(selectedItem) && selectedItem.length !== 0 ? selectedItem : [];
|
883
|
+
var highlightLabel = (_b = (_a = selectedItem === null || selectedItem === void 0 ? void 0 : selectedItem[0]) === null || _a === void 0 ? void 0 : _a[labelField]) !== null && _b !== void 0 ? _b : '';
|
884
|
+
return React__default["default"].createElement(React__default["default"].Fragment, null, React__default["default"].createElement("div", {
|
885
|
+
className: cx__default["default"]('ae-ApiControl', className, {
|
886
|
+
border: border
|
887
|
+
})
|
888
|
+
}, onlyTabs ? render('api-control-tabs', this.renderApiConfigTabs(true), {
|
889
|
+
data: amisCore.normalizeApi(value)
|
890
|
+
}) : React__default["default"].createElement(React__default["default"].Fragment, null, this.renderHeader(), React__default["default"].createElement("div", {
|
891
|
+
className: "ae-ApiControl-content",
|
892
|
+
key: "content"
|
893
|
+
}, React__default["default"].createElement("div", {
|
894
|
+
className: cx__default["default"]('ae-ApiControl-input')
|
895
|
+
}, enableHighlight && highlightLabel ? React__default["default"].createElement("div", {
|
896
|
+
className: cx__default["default"]('ae-ApiControl-highlight')
|
897
|
+
}, loading ? React__default["default"].createElement(amisUi.Spinner, {
|
898
|
+
show: true,
|
899
|
+
icon: "reload",
|
900
|
+
size: "sm",
|
901
|
+
spinnerClassName: cx__default["default"]('Select-spinner')
|
902
|
+
}) : React__default["default"].createElement("span", {
|
903
|
+
className: cx__default["default"]('ae-ApiControl-highlight-tag')
|
904
|
+
}, React__default["default"].createElement("span", null, highlightLabel), React__default["default"].createElement("a", {
|
905
|
+
onClick: this.clearPickerValue,
|
906
|
+
className: cx__default["default"]('Modal-close')
|
907
|
+
}, React__default["default"].createElement(amis.Icon, {
|
908
|
+
icon: "close",
|
909
|
+
className: cx__default["default"]('icon', 'ae-ApiControl-highlight-close')
|
910
|
+
})))) : React__default["default"].createElement(amisUi.Input, {
|
911
|
+
ref: this.inputRef,
|
912
|
+
value: apiStr,
|
913
|
+
type: "text",
|
914
|
+
disabled: disabled,
|
915
|
+
placeholder: "http://",
|
916
|
+
onChange: this.handleSimpleInputChange
|
917
|
+
}), enablePickerMode ? this.renderPickerSchema() : null), render('api-control-dialog', this.renderApiDialog(), {
|
918
|
+
data: amisCore.normalizeApi(value)
|
919
|
+
})))), Array.isArray(footer) && footer.length !== 0 ? React__default["default"].createElement("footer", {
|
920
|
+
className: cx__default["default"]('mt-3', footerClassName),
|
921
|
+
key: "footer"
|
922
|
+
}, render('api-control-footer', footer)) : null);
|
923
|
+
};
|
924
|
+
|
925
|
+
APIControl.defaultProps = {
|
926
|
+
pickerBtnSchema: {
|
927
|
+
type: 'button',
|
928
|
+
level: 'link',
|
929
|
+
size: 'sm'
|
930
|
+
},
|
931
|
+
labelField: 'label',
|
932
|
+
searchType: 'key'
|
933
|
+
};
|
934
|
+
|
935
|
+
tslib.__decorate([amisEditorCore.autobind, tslib.__metadata("design:type", Function), tslib.__metadata("design:paramtypes", [Object]), tslib.__metadata("design:returntype", void 0)], APIControl.prototype, "inputRef", null);
|
936
|
+
|
937
|
+
tslib.__decorate([amisEditorCore.autobind, tslib.__metadata("design:type", Function), tslib.__metadata("design:paramtypes", []), tslib.__metadata("design:returntype", void 0)], APIControl.prototype, "clearPickerValue", null);
|
938
|
+
|
939
|
+
tslib.__decorate([amisEditorCore.autobind, tslib.__metadata("design:type", Function), tslib.__metadata("design:paramtypes", [Object]), tslib.__metadata("design:returntype", void 0)], APIControl.prototype, "handleSimpleInputChange", null);
|
940
|
+
|
941
|
+
tslib.__decorate([amisEditorCore.autobind, tslib.__metadata("design:type", Function), tslib.__metadata("design:paramtypes", [Object, String]), tslib.__metadata("design:returntype", void 0)], APIControl.prototype, "handleSubmit", null);
|
942
|
+
|
943
|
+
tslib.__decorate([amisEditorCore.autobind, tslib.__metadata("design:type", Function), tslib.__metadata("design:paramtypes", [Object]), tslib.__metadata("design:returntype", void 0)], APIControl.prototype, "handlePickerConfirm", null);
|
944
|
+
|
945
|
+
tslib.__decorate([amisEditorCore.autobind, tslib.__metadata("design:type", Function), tslib.__metadata("design:paramtypes", []), tslib.__metadata("design:returntype", void 0)], APIControl.prototype, "handlePickerClose", null);
|
946
|
+
|
947
|
+
tslib.__decorate([amisEditorCore.autobind, tslib.__metadata("design:type", Function), tslib.__metadata("design:paramtypes", []), tslib.__metadata("design:returntype", void 0)], APIControl.prototype, "renderHeader", null);
|
948
|
+
|
949
|
+
return APIControl;
|
950
|
+
}(React__default["default"].Component);
|
951
|
+
|
952
|
+
/** @class */
|
953
|
+
(function (_super) {
|
954
|
+
tslib.__extends(APIControlRenderer, _super);
|
955
|
+
|
956
|
+
function APIControlRenderer() {
|
957
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
958
|
+
}
|
959
|
+
|
960
|
+
APIControlRenderer = tslib.__decorate([amis.FormItem({
|
961
|
+
type: 'ae-apiControl',
|
962
|
+
renderLabel: false
|
963
|
+
})], APIControlRenderer);
|
964
|
+
return APIControlRenderer;
|
965
|
+
})(APIControl);
|
790
966
|
|
791
967
|
exports["default"] = APIControl;
|