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
@@ -0,0 +1,863 @@
|
|
1
|
+
/**
|
2
|
+
* amis-editor v5.2.0-beta.2
|
3
|
+
* Copyright 2018-2022 @fex
|
4
|
+
*/
|
5
|
+
|
6
|
+
'use strict';
|
7
|
+
|
8
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
9
|
+
|
10
|
+
var tslib = require('tslib');
|
11
|
+
var amis = require('amis');
|
12
|
+
var amisEditorCore = require('amis-editor-core');
|
13
|
+
var React = require('react');
|
14
|
+
var amisCore = require('amis-core');
|
15
|
+
var helper = require('./helper.js');
|
16
|
+
var i18nRuntime = require('i18n-runtime');
|
17
|
+
|
18
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
19
|
+
|
20
|
+
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
21
|
+
|
22
|
+
var MSG_TYPES = {
|
23
|
+
info: i18nRuntime.i18n("02d9819ddaaaeb1b7b22b12608c7e5ca"),
|
24
|
+
warning: i18nRuntime.i18n("900c70fa5f7dbc014e6f762d5e0e885c"),
|
25
|
+
success: i18nRuntime.i18n("330363dfc524cff2488f2ebde0500896"),
|
26
|
+
error: i18nRuntime.i18n("7030ff64701a938becbc5aa67ddb86e8")
|
27
|
+
};
|
28
|
+
|
29
|
+
var ACTION_TYPE_TREE = function (manager) {
|
30
|
+
return [{
|
31
|
+
actionLabel: i18nRuntime.i18n("59ceff465ad16932d8972191ad815dfb"),
|
32
|
+
actionType: 'page',
|
33
|
+
children: [{
|
34
|
+
actionLabel: i18nRuntime.i18n("dec2eb7145e149f281cb7e75fbe8972a"),
|
35
|
+
actionType: 'url',
|
36
|
+
description: i18nRuntime.i18n("ae10a948eca808b3dd77506b24f3fd0e"),
|
37
|
+
innerArgs: ['url', 'params', 'blank'],
|
38
|
+
descDetail: function (info) {
|
39
|
+
var _a;
|
40
|
+
|
41
|
+
return React__default["default"].createElement("div", null, "\u8DF3\u8F6C\u81F3", React__default["default"].createElement("span", {
|
42
|
+
className: "variable-left"
|
43
|
+
}, (_a = info === null || info === void 0 ? void 0 : info.args) === null || _a === void 0 ? void 0 : _a.url));
|
44
|
+
},
|
45
|
+
schema: helper.getArgsWrapper([{
|
46
|
+
type: 'wrapper',
|
47
|
+
className: 'p-none',
|
48
|
+
body: [{
|
49
|
+
label: i18nRuntime.i18n("8f1c078c6d42759e6ccb1a9bf35f1629"),
|
50
|
+
type: 'input-formula',
|
51
|
+
variables: '${variables}',
|
52
|
+
evalMode: false,
|
53
|
+
variableMode: 'tabs',
|
54
|
+
inputMode: 'input-group',
|
55
|
+
name: 'url',
|
56
|
+
placeholder: 'http://',
|
57
|
+
mode: 'horizontal',
|
58
|
+
size: 'lg',
|
59
|
+
required: true,
|
60
|
+
visibleOn: 'data.actionType === "url"'
|
61
|
+
}, {
|
62
|
+
type: 'combo',
|
63
|
+
name: 'params',
|
64
|
+
label: i18nRuntime.i18n("0b72392143e4038e98128cb0f6f679b3"),
|
65
|
+
multiple: true,
|
66
|
+
mode: 'horizontal',
|
67
|
+
items: [{
|
68
|
+
name: 'key',
|
69
|
+
placeholder: i18nRuntime.i18n("c068b579db3bf0a553bd0af4f81cc14f"),
|
70
|
+
type: 'input-text',
|
71
|
+
mode: 'inline',
|
72
|
+
size: 'xs'
|
73
|
+
}, {
|
74
|
+
name: 'val',
|
75
|
+
placeholder: i18nRuntime.i18n("bfed4943c5f487de1b63a82f7230cce2"),
|
76
|
+
type: 'input-formula',
|
77
|
+
variables: '${variables}',
|
78
|
+
evalMode: false,
|
79
|
+
variableMode: 'tabs',
|
80
|
+
inputMode: 'input-group',
|
81
|
+
size: 'xs'
|
82
|
+
}]
|
83
|
+
}, {
|
84
|
+
type: 'switch',
|
85
|
+
name: 'blank',
|
86
|
+
label: i18nRuntime.i18n("56aa76ab3c987377e855ae2c6c612050"),
|
87
|
+
onText: i18nRuntime.i18n("0a60ac8f02ccd2cf723f927284877851"),
|
88
|
+
offText: i18nRuntime.i18n("c9744f45e76d885ae1c74d4f4a934b2e"),
|
89
|
+
mode: 'horizontal',
|
90
|
+
pipeIn: amisEditorCore.defaultValue(true)
|
91
|
+
}]
|
92
|
+
}])
|
93
|
+
}, {
|
94
|
+
actionLabel: i18nRuntime.i18n("fd5fb471ecce1eea63a6a95b6707f815"),
|
95
|
+
actionType: 'link',
|
96
|
+
description: i18nRuntime.i18n("67e21dd387607ae3fb59846504fa2c4c"),
|
97
|
+
innerArgs: ['link', 'params', 'pageName', '__pageInputSchema'],
|
98
|
+
descDetail: function (info) {
|
99
|
+
var _a;
|
100
|
+
|
101
|
+
return React__default["default"].createElement("div", null, "\u6253\u5F00", React__default["default"].createElement("span", {
|
102
|
+
className: "variable-left variable-right"
|
103
|
+
}, (_a = info === null || info === void 0 ? void 0 : info.args) === null || _a === void 0 ? void 0 : _a.pageName), "\u9875\u9762");
|
104
|
+
},
|
105
|
+
schema: helper.getArgsWrapper([{
|
106
|
+
type: 'wrapper',
|
107
|
+
className: 'p-none',
|
108
|
+
body: [amisEditorCore.getSchemaTpl('app-page'), amisEditorCore.getSchemaTpl('app-page-args')]
|
109
|
+
}])
|
110
|
+
}, {
|
111
|
+
actionLabel: i18nRuntime.i18n("39e107b7c4aa580f913ccbebc00f7534"),
|
112
|
+
actionType: 'refresh',
|
113
|
+
description: i18nRuntime.i18n("261242fe62b18b620419802c7dd7da7f")
|
114
|
+
}, {
|
115
|
+
actionLabel: i18nRuntime.i18n("ca180138a862543561d3a2c4f08b2e1b"),
|
116
|
+
actionType: 'goBack',
|
117
|
+
description: i18nRuntime.i18n("5f6b9e7a050ae3f34b38191435e14b24"),
|
118
|
+
descDetail: function (info) {
|
119
|
+
return React__default["default"].createElement("div", null, "\u8FD4\u56DE\u4E0A\u4E00\u9875");
|
120
|
+
}
|
121
|
+
}]
|
122
|
+
}, {
|
123
|
+
actionLabel: i18nRuntime.i18n("f80d12dcd65429fd28841e768062d3c2"),
|
124
|
+
actionType: 'dialogs',
|
125
|
+
children: [{
|
126
|
+
actionLabel: i18nRuntime.i18n("0561589c26e732981f29709a9b574234"),
|
127
|
+
actionType: 'openDialog',
|
128
|
+
description: i18nRuntime.i18n("256dbc5161ae393ec8a0e83ae6cf9469"),
|
129
|
+
actions: [{
|
130
|
+
actionType: 'dialog'
|
131
|
+
}, {
|
132
|
+
actionType: 'drawer'
|
133
|
+
}],
|
134
|
+
schema: [{
|
135
|
+
type: 'radios',
|
136
|
+
label: i18nRuntime.i18n("226b0912184333c81babf2f1894ec0c1"),
|
137
|
+
name: 'groupType',
|
138
|
+
mode: 'horizontal',
|
139
|
+
value: 'dialog',
|
140
|
+
required: true,
|
141
|
+
pipeIn: amisEditorCore.defaultValue('dialog'),
|
142
|
+
inputClassName: 'event-action-radio',
|
143
|
+
options: [{
|
144
|
+
label: i18nRuntime.i18n("6cff4b6d794cc17f5d24dbe0d21e5732"),
|
145
|
+
value: 'dialog'
|
146
|
+
}, {
|
147
|
+
label: i18nRuntime.i18n("2a2924380dfcaea998bd8a49703545a9"),
|
148
|
+
value: 'drawer'
|
149
|
+
}],
|
150
|
+
visibleOn: 'data.actionType === "openDialog"'
|
151
|
+
}, {
|
152
|
+
name: 'dialog',
|
153
|
+
label: i18nRuntime.i18n("507c1d40c5d6b990cf8c832b0a91cadb"),
|
154
|
+
mode: 'horizontal',
|
155
|
+
required: true,
|
156
|
+
pipeIn: amisEditorCore.defaultValue({
|
157
|
+
title: i18nRuntime.i18n("8a089992349df754f182a5d02de8e8e0"),
|
158
|
+
body: i18nRuntime.i18n("b680997c50ca749acd4e6075cdca244e"),
|
159
|
+
showCloseButton: true,
|
160
|
+
showErrorMsg: true,
|
161
|
+
showLoading: true
|
162
|
+
}),
|
163
|
+
asFormItem: true,
|
164
|
+
visibleOn: 'data.groupType === "dialog"',
|
165
|
+
children: function (_a) {
|
166
|
+
var value = _a.value,
|
167
|
+
onChange = _a.onChange,
|
168
|
+
data = _a.data;
|
169
|
+
return React__default["default"].createElement(amis.Button, {
|
170
|
+
size: "sm",
|
171
|
+
className: "action-btn-width",
|
172
|
+
onClick: function () {
|
173
|
+
return manager.openSubEditor({
|
174
|
+
title: i18nRuntime.i18n("c3c8422fcecd8c1cc922cba15ab5cbc0"),
|
175
|
+
value: tslib.__assign({
|
176
|
+
type: 'dialog'
|
177
|
+
}, value),
|
178
|
+
data: data,
|
179
|
+
onChange: function (value) {
|
180
|
+
return onChange(value);
|
181
|
+
}
|
182
|
+
});
|
183
|
+
},
|
184
|
+
block: true
|
185
|
+
}, "\u53BB\u914D\u7F6E");
|
186
|
+
}
|
187
|
+
}, {
|
188
|
+
name: 'drawer',
|
189
|
+
label: i18nRuntime.i18n("b67cbb1ca7439053f06d59aac5e410dc"),
|
190
|
+
mode: 'horizontal',
|
191
|
+
required: true,
|
192
|
+
pipeIn: amisEditorCore.defaultValue({
|
193
|
+
title: i18nRuntime.i18n("8a089992349df754f182a5d02de8e8e0"),
|
194
|
+
body: i18nRuntime.i18n("b680997c50ca749acd4e6075cdca244e")
|
195
|
+
}),
|
196
|
+
asFormItem: true,
|
197
|
+
visibleOn: 'data.groupType === "drawer"',
|
198
|
+
children: function (_a) {
|
199
|
+
var value = _a.value,
|
200
|
+
onChange = _a.onChange;
|
201
|
+
_a.data;
|
202
|
+
return React__default["default"].createElement(amis.Button, {
|
203
|
+
size: "sm",
|
204
|
+
className: "action-btn-width",
|
205
|
+
onClick: function () {
|
206
|
+
return manager.openSubEditor({
|
207
|
+
title: i18nRuntime.i18n("262c7c7b9874ae5607fb51da468d0e8c"),
|
208
|
+
value: tslib.__assign({
|
209
|
+
type: 'drawer'
|
210
|
+
}, value),
|
211
|
+
onChange: function (value) {
|
212
|
+
return onChange(value);
|
213
|
+
}
|
214
|
+
});
|
215
|
+
},
|
216
|
+
block: true
|
217
|
+
}, "\u53BB\u914D\u7F6E");
|
218
|
+
}
|
219
|
+
}]
|
220
|
+
}, {
|
221
|
+
actionLabel: i18nRuntime.i18n("3b02248ca3790e356e47b6900c0e3931"),
|
222
|
+
actionType: 'closeDialog',
|
223
|
+
description: i18nRuntime.i18n("f33c2c6ff58bcec40d3e74e591bb3df2") // 或者关闭指定弹窗
|
224
|
+
// schema: getArgsWrapper({
|
225
|
+
// type: 'wrapper',
|
226
|
+
// className: 'p-none',
|
227
|
+
// body: [
|
228
|
+
// {
|
229
|
+
// type: 'radios',
|
230
|
+
// label: '类型',
|
231
|
+
// name: 'groupType',
|
232
|
+
// mode: 'horizontal',
|
233
|
+
// value: 'closeDialog',
|
234
|
+
// required: true,
|
235
|
+
// pipeIn: defaultValue('closeDialog'),
|
236
|
+
// options: [
|
237
|
+
// {
|
238
|
+
// label: '弹窗',
|
239
|
+
// value: 'closeDialog'
|
240
|
+
// },
|
241
|
+
// {
|
242
|
+
// label: '抽屉',
|
243
|
+
// value: 'closeDrawer'
|
244
|
+
// }
|
245
|
+
// ],
|
246
|
+
// visibleOn: 'data.actionType === "closeDialog"'
|
247
|
+
// }
|
248
|
+
// ]
|
249
|
+
// })
|
250
|
+
|
251
|
+
}, // 暂时下掉,看后面具体设计
|
252
|
+
// {
|
253
|
+
// actionLabel: '打开提示对话框',
|
254
|
+
// actionType: 'alert',
|
255
|
+
// description: '弹个提示对话框'
|
256
|
+
// },
|
257
|
+
// {
|
258
|
+
// actionLabel: '打开确认对话框',
|
259
|
+
// actionType: 'confirm',
|
260
|
+
// description: '弹个确认对话框'
|
261
|
+
// },
|
262
|
+
{
|
263
|
+
actionLabel: i18nRuntime.i18n("e495f416b83e4c7ff3c66ec3be96a76f"),
|
264
|
+
actionType: 'toast',
|
265
|
+
description: i18nRuntime.i18n("61d7aaa88181c527cfb936d4c686d267"),
|
266
|
+
innerArgs: ['title', 'msgType', 'msg', 'position', 'timeout', 'closeButton', 'showIcon'],
|
267
|
+
descDetail: function (info) {
|
268
|
+
var _a, _b;
|
269
|
+
|
270
|
+
return React__default["default"].createElement("div", null, MSG_TYPES[(_a = info === null || info === void 0 ? void 0 : info.args) === null || _a === void 0 ? void 0 : _a.msgType] || '', "\u6D88\u606F\uFF1A", React__default["default"].createElement("span", {
|
271
|
+
className: "variable-left"
|
272
|
+
}, (_b = info === null || info === void 0 ? void 0 : info.args) === null || _b === void 0 ? void 0 : _b.msg));
|
273
|
+
},
|
274
|
+
schema: helper.getArgsWrapper({
|
275
|
+
type: 'wrapper',
|
276
|
+
className: 'p-none',
|
277
|
+
body: [{
|
278
|
+
type: 'button-group-select',
|
279
|
+
name: 'msgType',
|
280
|
+
label: i18nRuntime.i18n("6d00710a2528332bfcac14b58e412042"),
|
281
|
+
value: 'info',
|
282
|
+
required: true,
|
283
|
+
mode: 'horizontal',
|
284
|
+
options: Object.keys(MSG_TYPES).map(function (key) {
|
285
|
+
return {
|
286
|
+
label: MSG_TYPES[key],
|
287
|
+
value: key,
|
288
|
+
level: 'default'
|
289
|
+
};
|
290
|
+
})
|
291
|
+
}, {
|
292
|
+
name: 'msg',
|
293
|
+
label: i18nRuntime.i18n("b87b77561e776367e6756e11ea652217"),
|
294
|
+
mode: 'horizontal',
|
295
|
+
type: 'input-formula',
|
296
|
+
variables: '${variables}',
|
297
|
+
evalMode: false,
|
298
|
+
variableMode: 'tabs',
|
299
|
+
inputMode: 'input-group',
|
300
|
+
size: 'lg',
|
301
|
+
required: true
|
302
|
+
}, {
|
303
|
+
name: 'title',
|
304
|
+
type: 'input-formula',
|
305
|
+
variables: '${variables}',
|
306
|
+
evalMode: false,
|
307
|
+
variableMode: 'tabs',
|
308
|
+
inputMode: 'input-group',
|
309
|
+
label: i18nRuntime.i18n("43ab9af06e1e0f0b2a8767b46cf8b1cf"),
|
310
|
+
size: 'lg',
|
311
|
+
mode: 'horizontal'
|
312
|
+
}, {
|
313
|
+
name: 'timeout',
|
314
|
+
type: 'input-formula',
|
315
|
+
variables: '${variables}',
|
316
|
+
evalMode: false,
|
317
|
+
variableMode: 'tabs',
|
318
|
+
inputMode: 'input-group',
|
319
|
+
label: i18nRuntime.i18n("f41a94bb85c5223181c4cdf83ea9021b"),
|
320
|
+
size: 'lg',
|
321
|
+
mode: 'horizontal'
|
322
|
+
}, {
|
323
|
+
type: 'button-group-select',
|
324
|
+
name: 'position',
|
325
|
+
value: 'top-right',
|
326
|
+
mode: 'horizontal',
|
327
|
+
label: i18nRuntime.i18n("a0a837f2873de80bc9ec353c30e73171"),
|
328
|
+
options: [{
|
329
|
+
label: i18nRuntime.i18n("f3296f64a8a1330d7a07f1d269a1db92"),
|
330
|
+
value: 'top-left'
|
331
|
+
}, {
|
332
|
+
label: i18nRuntime.i18n("b97a5adf068bee6c852db9dcea3a9799"),
|
333
|
+
value: 'top-center'
|
334
|
+
}, {
|
335
|
+
label: i18nRuntime.i18n("eafeba264b6338939f11f1b1adf40d2b"),
|
336
|
+
value: 'top-right'
|
337
|
+
}, {
|
338
|
+
label: i18nRuntime.i18n("d429ffb093e9aa3bf80da125f1be318c"),
|
339
|
+
value: 'bottom-left'
|
340
|
+
}, {
|
341
|
+
label: i18nRuntime.i18n("c241aa8f427118a719b94cbd8f2bb22d"),
|
342
|
+
value: 'bottom-center'
|
343
|
+
}, {
|
344
|
+
label: i18nRuntime.i18n("9cd707caffdfb314d939298f2f2c267c"),
|
345
|
+
value: 'bottom-right'
|
346
|
+
}]
|
347
|
+
}, {
|
348
|
+
type: 'switch',
|
349
|
+
name: 'closeButton',
|
350
|
+
value: true,
|
351
|
+
label: i18nRuntime.i18n("8c8fbec263e20f087555c9abcb6dd07a"),
|
352
|
+
mode: 'horizontal'
|
353
|
+
}, {
|
354
|
+
type: 'switch',
|
355
|
+
name: 'showIcon',
|
356
|
+
value: true,
|
357
|
+
label: i18nRuntime.i18n("3f3a016027e540ef10a16dbd49fffde9"),
|
358
|
+
mode: 'horizontal'
|
359
|
+
}]
|
360
|
+
})
|
361
|
+
}]
|
362
|
+
}, {
|
363
|
+
actionLabel: i18nRuntime.i18n("47d68cd0f4c3e91a86d23afe8afccfb8"),
|
364
|
+
actionType: 'service',
|
365
|
+
children: [{
|
366
|
+
actionLabel: i18nRuntime.i18n("4f02d2efe05a20232ab9da63c090595c"),
|
367
|
+
actionType: 'ajax',
|
368
|
+
description: i18nRuntime.i18n("0cd902f953656adb29985b68e6fc9754"),
|
369
|
+
innerArgs: ['api', 'options'],
|
370
|
+
descDetail: function (info) {
|
371
|
+
var _a;
|
372
|
+
|
373
|
+
var apiInfo = (_a = info === null || info === void 0 ? void 0 : info.args) === null || _a === void 0 ? void 0 : _a.api;
|
374
|
+
|
375
|
+
if (typeof apiInfo === 'string') {
|
376
|
+
apiInfo = amisCore.normalizeApi(apiInfo);
|
377
|
+
}
|
378
|
+
|
379
|
+
return React__default["default"].createElement("div", null, "\u53D1\u9001", React__default["default"].createElement("span", {
|
380
|
+
className: "variable-right variable-left"
|
381
|
+
}, apiInfo === null || apiInfo === void 0 ? void 0 : apiInfo.method), "\u8BF7\u6C42\uFF1A", React__default["default"].createElement("span", {
|
382
|
+
className: "variable-left"
|
383
|
+
}, apiInfo === null || apiInfo === void 0 ? void 0 : apiInfo.url));
|
384
|
+
},
|
385
|
+
schema: {
|
386
|
+
type: 'wrapper',
|
387
|
+
className: 'p-none',
|
388
|
+
body: [helper.getArgsWrapper([amisEditorCore.getSchemaTpl('apiControl', {
|
389
|
+
name: 'api',
|
390
|
+
label: i18nRuntime.i18n("88bdaf32c27ab169d3d686b86b3fae99"),
|
391
|
+
mode: 'horizontal',
|
392
|
+
size: 'lg',
|
393
|
+
inputClassName: 'm-b-none',
|
394
|
+
renderLabel: true,
|
395
|
+
required: true
|
396
|
+
}), {
|
397
|
+
name: 'options',
|
398
|
+
type: 'combo',
|
399
|
+
label: false,
|
400
|
+
mode: 'horizontal',
|
401
|
+
items: [{
|
402
|
+
type: 'checkbox',
|
403
|
+
name: 'silent',
|
404
|
+
option: i18nRuntime.i18n("c5dec2a8d2308c1c15ec2e5441fd721c"),
|
405
|
+
mode: 'inline',
|
406
|
+
className: 'm-r-none',
|
407
|
+
value: false,
|
408
|
+
remark: {
|
409
|
+
className: 'ae-BaseRemark',
|
410
|
+
icon: 'fa fa-question-circle',
|
411
|
+
shape: 'circle',
|
412
|
+
placement: 'left',
|
413
|
+
content: i18nRuntime.i18n("4abbdba4b6b06ce00702a255bd89c92c")
|
414
|
+
}
|
415
|
+
}]
|
416
|
+
}], false, {
|
417
|
+
className: 'action-apiControl'
|
418
|
+
}), {
|
419
|
+
name: 'outputVar',
|
420
|
+
type: 'input-text',
|
421
|
+
label: i18nRuntime.i18n("e3b49b5bbbdea05598525e91dbdfa638"),
|
422
|
+
placeholder: i18nRuntime.i18n("4dca05af026848011eedee1b53efa61c"),
|
423
|
+
description: i18nRuntime.i18n("4da82260041107e5780bcbb3a14ef791"),
|
424
|
+
mode: 'horizontal',
|
425
|
+
size: 'lg',
|
426
|
+
value: 'responseResult',
|
427
|
+
required: true
|
428
|
+
}]
|
429
|
+
},
|
430
|
+
outputVarDataSchema: [{
|
431
|
+
type: 'object',
|
432
|
+
properties: {
|
433
|
+
'event.data.${outputVar}.responseData': {
|
434
|
+
type: 'object',
|
435
|
+
title: i18nRuntime.i18n("0d83078816aa273f2941c9b55ec82bf3")
|
436
|
+
},
|
437
|
+
'event.data.${outputVar}.responseStatus': {
|
438
|
+
type: 'number',
|
439
|
+
title: i18nRuntime.i18n("3f9e257178738d5d180ddc2996809c10")
|
440
|
+
},
|
441
|
+
'event.data.${outputVar}.responseMsg': {
|
442
|
+
type: 'string',
|
443
|
+
title: i18nRuntime.i18n("99c74120cc62f4bf31d661e3212b7121")
|
444
|
+
}
|
445
|
+
}
|
446
|
+
}]
|
447
|
+
}, {
|
448
|
+
actionLabel: i18nRuntime.i18n("5dfd5a78e2ba1bc8afb482a8745454ea"),
|
449
|
+
actionType: 'download',
|
450
|
+
description: i18nRuntime.i18n("89049706952412d790b801def284629e"),
|
451
|
+
innerArgs: ['api'],
|
452
|
+
schema: {
|
453
|
+
type: 'wrapper',
|
454
|
+
style: {
|
455
|
+
padding: '0'
|
456
|
+
},
|
457
|
+
body: [helper.getArgsWrapper(amisEditorCore.getSchemaTpl('apiControl', {
|
458
|
+
name: 'api',
|
459
|
+
label: i18nRuntime.i18n("88bdaf32c27ab169d3d686b86b3fae99"),
|
460
|
+
mode: 'horizontal',
|
461
|
+
inputClassName: 'm-b-none',
|
462
|
+
size: 'lg',
|
463
|
+
renderLabel: true,
|
464
|
+
required: true
|
465
|
+
}), false, {
|
466
|
+
className: 'action-apiControl'
|
467
|
+
})]
|
468
|
+
}
|
469
|
+
}]
|
470
|
+
}, {
|
471
|
+
actionLabel: i18nRuntime.i18n("bb79667f37035e9562ec6bcffd6cf8ef"),
|
472
|
+
actionType: 'cmpt',
|
473
|
+
children: [{
|
474
|
+
actionLabel: i18nRuntime.i18n("c852fb60f1b8ce921c3def1eba000bc5"),
|
475
|
+
actionType: 'visibility',
|
476
|
+
description: i18nRuntime.i18n("1bd4cfded5e11a7a8ea4dcfd2fa17e15"),
|
477
|
+
actions: [{
|
478
|
+
actionType: 'show',
|
479
|
+
descDetail: function (info) {
|
480
|
+
return React__default["default"].createElement("div", null, "\u663E\u793A", React__default["default"].createElement("span", {
|
481
|
+
className: "variable-left variable-right"
|
482
|
+
}, info === null || info === void 0 ? void 0 : info.rendererLabel), "\u7EC4\u4EF6");
|
483
|
+
}
|
484
|
+
}, {
|
485
|
+
actionType: 'hidden',
|
486
|
+
descDetail: function (info) {
|
487
|
+
return React__default["default"].createElement("div", null, "\u9690\u85CF", React__default["default"].createElement("span", {
|
488
|
+
className: "variable-left variable-right"
|
489
|
+
}, info === null || info === void 0 ? void 0 : info.rendererLabel), "\u7EC4\u4EF6");
|
490
|
+
}
|
491
|
+
}],
|
492
|
+
supportComponents: '*',
|
493
|
+
schema: tslib.__spreadArray(tslib.__spreadArray([], helper.renderCmptSelect(i18nRuntime.i18n("d80bc0fcbfb250480320b683e48b1467"), true), true), [{
|
494
|
+
type: 'radios',
|
495
|
+
label: i18nRuntime.i18n("edf25860e3d457eb8ca9cb5dca06dfd7"),
|
496
|
+
name: 'groupType',
|
497
|
+
mode: 'horizontal',
|
498
|
+
value: 'show',
|
499
|
+
required: true,
|
500
|
+
pipeIn: amisEditorCore.defaultValue('show'),
|
501
|
+
inputClassName: 'event-action-radio',
|
502
|
+
options: [{
|
503
|
+
label: i18nRuntime.i18n("4d775d4cd79e2ed6a2fc66fd1e7139c8"),
|
504
|
+
value: 'show'
|
505
|
+
}, {
|
506
|
+
label: i18nRuntime.i18n("dce5379cb978a8259ecfca8f08f00817"),
|
507
|
+
value: 'hidden'
|
508
|
+
}]
|
509
|
+
}], false)
|
510
|
+
}, {
|
511
|
+
actionLabel: i18nRuntime.i18n("12c8d50c55eeec7059ddd5c303e34f77"),
|
512
|
+
actionType: 'usability',
|
513
|
+
description: i18nRuntime.i18n("5e75800641ec5c1198092bcf9d34f180"),
|
514
|
+
actions: [{
|
515
|
+
actionType: 'enabled',
|
516
|
+
descDetail: function (info) {
|
517
|
+
return React__default["default"].createElement("div", null, "\u542F\u7528", React__default["default"].createElement("span", {
|
518
|
+
className: "variable-left variable-right"
|
519
|
+
}, info === null || info === void 0 ? void 0 : info.rendererLabel), "\u7EC4\u4EF6");
|
520
|
+
}
|
521
|
+
}, {
|
522
|
+
actionType: 'disabled',
|
523
|
+
descDetail: function (info) {
|
524
|
+
return React__default["default"].createElement("div", null, "\u7981\u7528", React__default["default"].createElement("span", {
|
525
|
+
className: "variable-left variable-right"
|
526
|
+
}, info === null || info === void 0 ? void 0 : info.rendererLabel), "\u7EC4\u4EF6");
|
527
|
+
}
|
528
|
+
}],
|
529
|
+
supportComponents: tslib.__spreadArray(tslib.__spreadArray(['form'], helper.FORMITEM_CMPTS, true), helper.SUPPORT_DISABLED_CMPTS, true),
|
530
|
+
schema: tslib.__spreadArray(tslib.__spreadArray([], helper.renderCmptSelect(i18nRuntime.i18n("d80bc0fcbfb250480320b683e48b1467"), true), true), [{
|
531
|
+
type: 'radios',
|
532
|
+
label: i18nRuntime.i18n("d86d5919f595226b7a1e8264635ca23d"),
|
533
|
+
name: 'groupType',
|
534
|
+
mode: 'horizontal',
|
535
|
+
inputClassName: 'event-action-radio',
|
536
|
+
value: 'enabled',
|
537
|
+
required: true,
|
538
|
+
pipeIn: amisEditorCore.defaultValue('enabled'),
|
539
|
+
options: [{
|
540
|
+
label: i18nRuntime.i18n("7854b52a889b3ef0590d9f542efeb4c8"),
|
541
|
+
value: 'enabled'
|
542
|
+
}, {
|
543
|
+
label: i18nRuntime.i18n("710ad08b11419332713360d2750cd707"),
|
544
|
+
value: 'disabled'
|
545
|
+
}]
|
546
|
+
}], false)
|
547
|
+
}, {
|
548
|
+
actionLabel: i18nRuntime.i18n("c5a9b6e8c522de8a14ad7fab51c1a1e3"),
|
549
|
+
actionType: 'reload',
|
550
|
+
description: i18nRuntime.i18n("be4b778e7f5aa6aa5a811d7db4e1a8b3"),
|
551
|
+
descDetail: function (info) {
|
552
|
+
return React__default["default"].createElement("div", null, "\u5237\u65B0", React__default["default"].createElement("span", {
|
553
|
+
className: "variable-left variable-right"
|
554
|
+
}, info === null || info === void 0 ? void 0 : info.rendererLabel), "\u7EC4\u4EF6");
|
555
|
+
},
|
556
|
+
supportComponents: 'byComponent',
|
557
|
+
schema: helper.renderCmptSelect(i18nRuntime.i18n("d80bc0fcbfb250480320b683e48b1467"), true)
|
558
|
+
}, {
|
559
|
+
actionLabel: i18nRuntime.i18n("ea4d3723b350b2cb8f4c1a615e1b7df1"),
|
560
|
+
actionType: 'setValue',
|
561
|
+
description: i18nRuntime.i18n("cb7add16ba6f0cd65d5ddcad71359813"),
|
562
|
+
innerArgs: ['value', 'index', '__valueInput', '__comboType', '__containerType'],
|
563
|
+
descDetail: function (info) {
|
564
|
+
return React__default["default"].createElement("div", null, "\u8BBE\u7F6E", React__default["default"].createElement("span", {
|
565
|
+
className: "variable-left variable-right"
|
566
|
+
}, info === null || info === void 0 ? void 0 : info.rendererLabel), "\u7684\u6570\u636E");
|
567
|
+
},
|
568
|
+
supportComponents: 'byComponent',
|
569
|
+
schema: tslib.__spreadArray(tslib.__spreadArray([], helper.renderCmptActionSelect(i18nRuntime.i18n("d80bc0fcbfb250480320b683e48b1467")), true), [helper.getArgsWrapper({
|
570
|
+
type: 'wrapper',
|
571
|
+
className: 'p-none',
|
572
|
+
body: [{
|
573
|
+
type: 'radios',
|
574
|
+
required: true,
|
575
|
+
name: '__containerType',
|
576
|
+
mode: 'horizontal',
|
577
|
+
label: i18nRuntime.i18n("08ce6e74bb4a64753f1af2e5c836debb"),
|
578
|
+
visibleOn: "data.__rendererName && ".concat(helper.IS_DATA_CONTAINER),
|
579
|
+
options: [{
|
580
|
+
label: i18nRuntime.i18n("10cfe8897db8c032986138ba7b2f48da"),
|
581
|
+
value: 'all'
|
582
|
+
}, {
|
583
|
+
label: i18nRuntime.i18n("a6e2cf5b7fa625f571a3e6d0df3a7327"),
|
584
|
+
value: 'appoint'
|
585
|
+
}],
|
586
|
+
onChange: function (value, oldVal, data, form) {
|
587
|
+
form.setValueByName('value', []);
|
588
|
+
form.setValueByName('__valueInput', undefined);
|
589
|
+
}
|
590
|
+
}, {
|
591
|
+
type: 'radios',
|
592
|
+
required: true,
|
593
|
+
name: '__comboType',
|
594
|
+
inputClassName: 'event-action-radio',
|
595
|
+
mode: 'horizontal',
|
596
|
+
label: i18nRuntime.i18n("08ce6e74bb4a64753f1af2e5c836debb"),
|
597
|
+
visibleOn: "data.__rendererName && __rendererName === 'combo'",
|
598
|
+
options: [{
|
599
|
+
label: i18nRuntime.i18n("c60ad696dee4e1eeff6f0f2c2e9b9fc0"),
|
600
|
+
value: 'all'
|
601
|
+
}, {
|
602
|
+
label: i18nRuntime.i18n("139294edcce271bf483dda437c421c29"),
|
603
|
+
value: 'appoint'
|
604
|
+
}],
|
605
|
+
onChange: function (value, oldVal, data, form) {
|
606
|
+
form.setValueByName('index', undefined);
|
607
|
+
form.setValueByName('value', []);
|
608
|
+
form.setValueByName('__valueInput', undefined);
|
609
|
+
}
|
610
|
+
}, {
|
611
|
+
type: 'input-number',
|
612
|
+
required: true,
|
613
|
+
name: 'index',
|
614
|
+
mode: 'horizontal',
|
615
|
+
label: i18nRuntime.i18n("a7b0b80a7bea1e5e973967c179866ef0"),
|
616
|
+
placeholder: i18nRuntime.i18n("e887792fbbd65d21e43e832a5cd63aac"),
|
617
|
+
visibleOn: "data.__comboType && __comboType === 'appoint' && data.__rendererName && data.__rendererName === 'combo'"
|
618
|
+
}, {
|
619
|
+
type: 'combo',
|
620
|
+
name: 'value',
|
621
|
+
label: i18nRuntime.i18n("e3a6f648390842e0c7aa82d0f2c3f6e3"),
|
622
|
+
multiple: true,
|
623
|
+
removable: true,
|
624
|
+
required: true,
|
625
|
+
addable: true,
|
626
|
+
strictMode: false,
|
627
|
+
canAccessSuperData: true,
|
628
|
+
mode: 'horizontal',
|
629
|
+
items: [{
|
630
|
+
name: 'key',
|
631
|
+
type: 'input-text',
|
632
|
+
placeholder: i18nRuntime.i18n("a25657422b40023f2731619587940bc7"),
|
633
|
+
source: '${__setValueDs}',
|
634
|
+
labelField: 'label',
|
635
|
+
valueField: 'value',
|
636
|
+
required: true
|
637
|
+
}, {
|
638
|
+
name: 'val',
|
639
|
+
type: 'input-formula',
|
640
|
+
placeholder: i18nRuntime.i18n("a33903526e8fb3d1ac3066da70e7941e"),
|
641
|
+
variables: '${variables}',
|
642
|
+
evalMode: false,
|
643
|
+
variableMode: 'tabs',
|
644
|
+
inputMode: 'input-group'
|
645
|
+
}],
|
646
|
+
visibleOn: "data.__rendererName && ".concat(helper.IS_DATA_CONTAINER, " && data.__containerType && data.__containerType === 'appoint' || (data.__comboType && __comboType === 'appoint')")
|
647
|
+
}, {
|
648
|
+
type: 'combo',
|
649
|
+
name: 'value',
|
650
|
+
label: i18nRuntime.i18n("e3a6f648390842e0c7aa82d0f2c3f6e3"),
|
651
|
+
multiple: true,
|
652
|
+
removable: true,
|
653
|
+
required: true,
|
654
|
+
addable: true,
|
655
|
+
strictMode: false,
|
656
|
+
canAccessSuperData: true,
|
657
|
+
mode: 'horizontal',
|
658
|
+
items: [{
|
659
|
+
type: 'combo',
|
660
|
+
name: 'item',
|
661
|
+
label: false,
|
662
|
+
renderLabel: false,
|
663
|
+
multiple: true,
|
664
|
+
removable: true,
|
665
|
+
required: true,
|
666
|
+
addable: true,
|
667
|
+
strictMode: false,
|
668
|
+
canAccessSuperData: true,
|
669
|
+
className: 'm-l',
|
670
|
+
mode: 'horizontal',
|
671
|
+
items: [{
|
672
|
+
name: 'key',
|
673
|
+
type: 'input-text',
|
674
|
+
source: '${__setValueDs}',
|
675
|
+
labelField: 'label',
|
676
|
+
valueField: 'value',
|
677
|
+
required: true,
|
678
|
+
visibleOn: "data.__rendererName"
|
679
|
+
}, {
|
680
|
+
name: 'val',
|
681
|
+
type: 'input-formula',
|
682
|
+
variables: '${variables}',
|
683
|
+
evalMode: false,
|
684
|
+
variableMode: 'tabs',
|
685
|
+
inputMode: 'input-group'
|
686
|
+
}]
|
687
|
+
}],
|
688
|
+
visibleOn: "data.__rendererName && __rendererName === 'combo' && data.__comboType && __comboType === 'all'"
|
689
|
+
}, {
|
690
|
+
name: '__valueInput',
|
691
|
+
type: 'input-formula',
|
692
|
+
variables: '${variables}',
|
693
|
+
evalMode: false,
|
694
|
+
variableMode: 'tabs',
|
695
|
+
inputMode: 'input-group',
|
696
|
+
label: i18nRuntime.i18n("8f40db3b25528063f1b6a59602a05cd5"),
|
697
|
+
size: 'lg',
|
698
|
+
mode: 'horizontal',
|
699
|
+
visibleOn: "data.__rendererName && !".concat(helper.IS_DATA_CONTAINER, " && !").concat(helper.SHOW_SELECT_PROP, " && __rendererName !== 'combo' || (").concat(helper.IS_DATA_CONTAINER, " && data.__containerType && data.__containerType === 'all')"),
|
700
|
+
required: true
|
701
|
+
}]
|
702
|
+
})], false)
|
703
|
+
}, {
|
704
|
+
actionLabel: i18nRuntime.i18n("4e34003861eee3de1e0c9c1222249bbb"),
|
705
|
+
actionType: 'submit',
|
706
|
+
description: i18nRuntime.i18n("a360c5d4e723ad78a5e52eb1f5f3f2a2"),
|
707
|
+
descDetail: function (info) {
|
708
|
+
return React__default["default"].createElement("div", null, "\u63D0\u4EA4", React__default["default"].createElement("span", {
|
709
|
+
className: "variable-left variable-right"
|
710
|
+
}, info === null || info === void 0 ? void 0 : info.rendererLabel), "\u7684\u6570\u636E");
|
711
|
+
},
|
712
|
+
supportComponents: 'form',
|
713
|
+
schema: helper.renderCmptSelect(i18nRuntime.i18n("d80bc0fcbfb250480320b683e48b1467"), true)
|
714
|
+
}, {
|
715
|
+
actionLabel: i18nRuntime.i18n("4a3deab45c0a7218b8ae58a33fd24c28"),
|
716
|
+
actionType: 'clear',
|
717
|
+
description: i18nRuntime.i18n("82986a4cab1d0efdbc23b3ac5f0fd509"),
|
718
|
+
descDetail: function (info) {
|
719
|
+
return React__default["default"].createElement("div", null, "\u6E05\u7A7A", React__default["default"].createElement("span", {
|
720
|
+
className: "variable-left variable-right"
|
721
|
+
}, info === null || info === void 0 ? void 0 : info.rendererLabel), "\u7684\u6570\u636E");
|
722
|
+
},
|
723
|
+
supportComponents: 'form',
|
724
|
+
schema: helper.renderCmptSelect(i18nRuntime.i18n("d80bc0fcbfb250480320b683e48b1467"), true)
|
725
|
+
}, {
|
726
|
+
actionLabel: i18nRuntime.i18n("1b6f5cc49e71c90a5b85a796285e3135"),
|
727
|
+
actionType: 'reset',
|
728
|
+
description: i18nRuntime.i18n("f457845da8c119a8688e333a3554284f"),
|
729
|
+
descDetail: function (info) {
|
730
|
+
return React__default["default"].createElement("div", null, "\u91CD\u7F6E", React__default["default"].createElement("span", {
|
731
|
+
className: "variable-left variable-right"
|
732
|
+
}, info === null || info === void 0 ? void 0 : info.rendererLabel), "\u7684\u6570\u636E");
|
733
|
+
},
|
734
|
+
supportComponents: 'form',
|
735
|
+
schema: helper.renderCmptSelect(i18nRuntime.i18n("d80bc0fcbfb250480320b683e48b1467"), true)
|
736
|
+
}, {
|
737
|
+
actionLabel: i18nRuntime.i18n("17f2bf425eeb7d20d79c595344e9dc94"),
|
738
|
+
actionType: 'validate',
|
739
|
+
description: i18nRuntime.i18n("a84a1311bea7370f1749341ffa6f75e1"),
|
740
|
+
descDetail: function (info) {
|
741
|
+
return React__default["default"].createElement("div", null, "\u6821\u9A8C", React__default["default"].createElement("span", {
|
742
|
+
className: "variable-left variable-right"
|
743
|
+
}, info === null || info === void 0 ? void 0 : info.rendererLabel), "\u7684\u6570\u636E");
|
744
|
+
},
|
745
|
+
supportComponents: 'form',
|
746
|
+
schema: helper.renderCmptSelect(i18nRuntime.i18n("d80bc0fcbfb250480320b683e48b1467"), true)
|
747
|
+
}, {
|
748
|
+
actionLabel: i18nRuntime.i18n("51325230409d4b7c64aaeb3db9904801"),
|
749
|
+
actionType: 'component',
|
750
|
+
description: i18nRuntime.i18n("98d130cb9a360df782f6510abacbc022"),
|
751
|
+
supportComponents: '*',
|
752
|
+
schema: helper.renderCmptActionSelect(i18nRuntime.i18n("d80bc0fcbfb250480320b683e48b1467"))
|
753
|
+
}]
|
754
|
+
}, {
|
755
|
+
actionLabel: i18nRuntime.i18n("0d98c74797e49d00bcc4c17c9d557a2b"),
|
756
|
+
actionType: 'others',
|
757
|
+
children: [{
|
758
|
+
actionLabel: i18nRuntime.i18n("6a086902a84969a835423002718e86b4"),
|
759
|
+
actionType: 'copy',
|
760
|
+
description: i18nRuntime.i18n("557d01c07aa7c4450a414932e6c1ed2a"),
|
761
|
+
innerArgs: ['content', 'copyFormat'],
|
762
|
+
descDetail: function (info) {
|
763
|
+
var _a;
|
764
|
+
|
765
|
+
return React__default["default"].createElement("div", null, "\u590D\u5236\u5185\u5BB9\uFF1A", React__default["default"].createElement("span", {
|
766
|
+
className: "variable-left"
|
767
|
+
}, (_a = info === null || info === void 0 ? void 0 : info.args) === null || _a === void 0 ? void 0 : _a.content));
|
768
|
+
},
|
769
|
+
schema: helper.getArgsWrapper({
|
770
|
+
type: 'wrapper',
|
771
|
+
className: 'p-none',
|
772
|
+
body: [{
|
773
|
+
name: 'content',
|
774
|
+
type: 'input-formula',
|
775
|
+
variables: '${variables}',
|
776
|
+
evalMode: false,
|
777
|
+
variableMode: 'tabs',
|
778
|
+
inputMode: 'input-group',
|
779
|
+
label: i18nRuntime.i18n("ac04259507be8ba6b891dc9dc208f491"),
|
780
|
+
mode: 'horizontal',
|
781
|
+
size: 'lg',
|
782
|
+
visibleOn: 'data.actionType === "copy"',
|
783
|
+
required: true
|
784
|
+
}, {
|
785
|
+
type: 'select',
|
786
|
+
name: 'copyFormat',
|
787
|
+
mode: 'horizontal',
|
788
|
+
value: 'text/plain',
|
789
|
+
size: 'lg',
|
790
|
+
options: [{
|
791
|
+
label: i18nRuntime.i18n("ffb01e5bcf4c00447f5150d3cba81371"),
|
792
|
+
value: 'text/plain'
|
793
|
+
}, {
|
794
|
+
label: i18nRuntime.i18n("e2591e971f4c28db7c80a5f546084a1d"),
|
795
|
+
value: 'text/html'
|
796
|
+
}],
|
797
|
+
label: i18nRuntime.i18n("c28f4d63beabc4833b17aaa10ca550db")
|
798
|
+
}]
|
799
|
+
})
|
800
|
+
}, {
|
801
|
+
actionLabel: i18nRuntime.i18n("c7f16d729f3bca8f6936416884a74fb8"),
|
802
|
+
actionType: 'custom',
|
803
|
+
description: i18nRuntime.i18n("1b5a6299ef404c1f7b4292c290b80f55"),
|
804
|
+
schema: {
|
805
|
+
type: 'js-editor',
|
806
|
+
allowFullscreen: true,
|
807
|
+
required: true,
|
808
|
+
name: 'script',
|
809
|
+
label: i18nRuntime.i18n("c7f16d729f3bca8f6936416884a74fb8"),
|
810
|
+
mode: 'horizontal',
|
811
|
+
options: {
|
812
|
+
automaticLayout: true,
|
813
|
+
lineNumbers: 'off',
|
814
|
+
glyphMargin: false,
|
815
|
+
tabSize: 2,
|
816
|
+
wordWrap: 'on',
|
817
|
+
lineDecorationsWidth: 0,
|
818
|
+
lineNumbersMinChars: 0,
|
819
|
+
selectOnLineNumbers: true,
|
820
|
+
scrollBeyondLastLine: false,
|
821
|
+
folding: true
|
822
|
+
},
|
823
|
+
className: 'ae-event-control-action-js-editor',
|
824
|
+
value: "/* \u81EA\u5B9A\u4E49JS\u4F7F\u7528\u8BF4\u660E\uFF1A\n * 1.\u52A8\u4F5C\u6267\u884C\u51FD\u6570doAction\uFF0C\u53EF\u4EE5\u6267\u884C\u6240\u6709\u7C7B\u578B\u7684\u52A8\u4F5C\n * 2.\u901A\u8FC7\u4E0A\u4E0B\u6587\u5BF9\u8C61context\u53EF\u4EE5\u83B7\u53D6\u5F53\u524D\u7EC4\u4EF6\u5B9E\u4F8B\uFF0C\u4F8B\u5982context.props\u53EF\u4EE5\u83B7\u53D6\u8BE5\u7EC4\u4EF6\u76F8\u5173\u5C5E\u6027\n * 3.\u4E8B\u4EF6\u5BF9\u8C61event\uFF0C\u5728doAction\u4E4B\u540E\u6267\u884Cevent.stopPropagation = true;\u53EF\u4EE5\u963B\u6B62\u540E\u7EED\u52A8\u4F5C\u6267\u884C\n*/\nconst myMsg = '\u6211\u662F\u81EA\u5B9A\u4E49JS';\ndoAction({\n actionType: 'toast',\n args: {\n msg: myMsg\n }\n});\n"
|
825
|
+
}
|
826
|
+
} // {
|
827
|
+
// actionLabel: '广播',
|
828
|
+
// actionType: 'broadcast',
|
829
|
+
// description: '发送广播事件',
|
830
|
+
// schema: {
|
831
|
+
// type: 'wrapper',
|
832
|
+
// className: 'p-none',
|
833
|
+
// body: [
|
834
|
+
// {
|
835
|
+
// type: 'input-text',
|
836
|
+
// name: 'eventName',
|
837
|
+
// label: '广播标识',
|
838
|
+
// mode: 'horizontal',
|
839
|
+
// required: true,
|
840
|
+
// description: '广播事件标识派发出去后,其他组件可以进行监听并作出响应'
|
841
|
+
// },
|
842
|
+
// {
|
843
|
+
// type: 'input-text',
|
844
|
+
// label: '广播名称',
|
845
|
+
// name: 'eventLabel',
|
846
|
+
// mode: 'horizontal',
|
847
|
+
// required: true
|
848
|
+
// },
|
849
|
+
// {
|
850
|
+
// type: 'textarea',
|
851
|
+
// label: '描述',
|
852
|
+
// name: 'description',
|
853
|
+
// mode: 'horizontal',
|
854
|
+
// required: true
|
855
|
+
// }
|
856
|
+
// ]
|
857
|
+
// }
|
858
|
+
// }
|
859
|
+
]
|
860
|
+
}];
|
861
|
+
};
|
862
|
+
|
863
|
+
exports["default"] = ACTION_TYPE_TREE;
|