amis-editor 5.2.0-beta.0 → 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 -33
- 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 +4 -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 -37
- 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 -23
- package/lib/util.js +0 -64
package/lib/plugin/Form/Combo.js
CHANGED
@@ -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
|
|
@@ -9,538 +9,499 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
9
9
|
|
10
10
|
var tslib = require('tslib');
|
11
11
|
var amis = require('amis');
|
12
|
-
var
|
12
|
+
var amisEditorCore = require('amis-editor-core');
|
13
13
|
var React = require('react');
|
14
14
|
var amisCore = require('amis-core');
|
15
|
+
var i18nRuntime = require('i18n-runtime');
|
15
16
|
|
16
17
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
17
18
|
|
18
19
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
19
20
|
|
20
|
-
var ComboControlPlugin =
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
]
|
61
|
-
};
|
62
|
-
_this.previewSchema = {
|
63
|
-
type: 'form',
|
64
|
-
className: 'text-left',
|
65
|
-
mode: 'horizontal',
|
66
|
-
wrapWithPanel: false,
|
67
|
-
body: [
|
68
|
-
tslib.__assign(tslib.__assign({}, _this.scaffold), { value: [{ text: 'Row 1', select: 'a' }, {}] })
|
69
|
-
]
|
70
|
-
};
|
71
|
-
// 事件定义
|
72
|
-
_this.events = [
|
73
|
-
{
|
74
|
-
eventName: 'add',
|
75
|
-
eventLabel: '添加',
|
76
|
-
description: '添加组合项时触发',
|
77
|
-
dataSchema: [
|
78
|
-
{
|
79
|
-
type: 'object',
|
80
|
-
properties: {
|
81
|
-
'event.data.value': {
|
82
|
-
type: 'object',
|
83
|
-
title: '当前组合项的值'
|
84
|
-
}
|
85
|
-
}
|
86
|
-
}
|
87
|
-
]
|
88
|
-
},
|
89
|
-
{
|
90
|
-
eventName: 'delete',
|
91
|
-
eventLabel: '删除',
|
92
|
-
description: '删除组合项',
|
93
|
-
dataSchema: [
|
94
|
-
{
|
95
|
-
type: 'object',
|
96
|
-
properties: {
|
97
|
-
'event.data.key': {
|
98
|
-
type: 'string',
|
99
|
-
title: '删除项的索引'
|
100
|
-
},
|
101
|
-
'event.data.value': {
|
102
|
-
type: 'string',
|
103
|
-
title: '现有组合项的值'
|
104
|
-
}
|
105
|
-
}
|
106
|
-
}
|
107
|
-
]
|
108
|
-
},
|
109
|
-
{
|
110
|
-
eventName: 'tabsChange',
|
111
|
-
eventLabel: '切换tab',
|
112
|
-
description: '当设置 tabsMode 为 true 时,切换选项卡时触发',
|
113
|
-
dataSchema: [
|
114
|
-
{
|
115
|
-
type: 'object',
|
116
|
-
properties: {
|
117
|
-
'event.data.key': {
|
118
|
-
type: 'string',
|
119
|
-
title: '选项卡索引'
|
120
|
-
}
|
121
|
-
}
|
122
|
-
}
|
123
|
-
]
|
124
|
-
}
|
125
|
-
];
|
126
|
-
// 动作定义
|
127
|
-
_this.actions = [
|
128
|
-
{
|
129
|
-
actionType: 'clear',
|
130
|
-
actionLabel: '清空',
|
131
|
-
description: '清除选中值'
|
132
|
-
},
|
133
|
-
{
|
134
|
-
actionType: 'reset',
|
135
|
-
actionLabel: '重置',
|
136
|
-
description: '将值重置为resetValue,若没有配置resetValue,则清空'
|
137
|
-
},
|
138
|
-
{
|
139
|
-
actionType: 'setValue',
|
140
|
-
actionLabel: '赋值',
|
141
|
-
description: '触发组件数据更新'
|
142
|
-
}
|
143
|
-
];
|
144
|
-
_this.panelTitle = '组合输入';
|
145
|
-
_this.panelBodyCreator = function (context) {
|
146
|
-
return [
|
147
|
-
{
|
148
|
-
name: 'conditions',
|
149
|
-
type: 'button-group-select',
|
150
|
-
size: 'sm',
|
151
|
-
mode: 'inline',
|
152
|
-
className: 'block',
|
153
|
-
options: [
|
154
|
-
{
|
155
|
-
label: '固定成员类型',
|
156
|
-
value: '1'
|
157
|
-
},
|
158
|
-
{
|
159
|
-
label: '多分支',
|
160
|
-
value: '2'
|
161
|
-
}
|
162
|
-
],
|
163
|
-
pipeIn: function (value) { return (value ? '2' : '1'); },
|
164
|
-
pipeOut: function (value) {
|
165
|
-
return value == 2
|
166
|
-
? [
|
167
|
-
{
|
168
|
-
label: '类型名称',
|
169
|
-
test: '',
|
170
|
-
items: [
|
171
|
-
{
|
172
|
-
type: 'input-text',
|
173
|
-
label: '文本',
|
174
|
-
name: 'text'
|
175
|
-
}
|
176
|
-
],
|
177
|
-
scaffold: {}
|
178
|
-
}
|
179
|
-
]
|
180
|
-
: undefined;
|
181
|
-
}
|
182
|
-
},
|
183
|
-
{
|
184
|
-
name: 'conditions',
|
185
|
-
visibleOn: 'this.conditions',
|
186
|
-
type: 'combo',
|
187
|
-
label: '分支管理',
|
188
|
-
multiple: true,
|
189
|
-
multiLine: true,
|
190
|
-
minLength: 1,
|
191
|
-
items: [
|
192
|
-
{
|
193
|
-
label: '名称',
|
194
|
-
name: 'label',
|
195
|
-
type: 'input-text',
|
196
|
-
required: true
|
197
|
-
},
|
198
|
-
{
|
199
|
-
label: '命中条件',
|
200
|
-
name: 'test',
|
201
|
-
required: true,
|
202
|
-
type: 'input-text',
|
203
|
-
placeholder: '比如: this.type === "text"',
|
204
|
-
description: '根据成员数据判断是否使用此分支'
|
205
|
-
},
|
206
|
-
{
|
207
|
-
name: 'items',
|
208
|
-
asFormItem: true,
|
209
|
-
children: function (_a) {
|
210
|
-
var value = _a.value, onChange = _a.onChange;
|
211
|
-
return (React__default["default"].createElement(amis.Button, { size: "sm", level: "danger", className: "m-b", block: true, onClick: function () {
|
212
|
-
return _this.manager.openSubEditor({
|
213
|
-
title: '配置子表单项',
|
214
|
-
value: value,
|
215
|
-
slot: {
|
216
|
-
type: 'form',
|
217
|
-
mode: 'normal',
|
218
|
-
body: '$$',
|
219
|
-
wrapWithPanel: false,
|
220
|
-
className: 'wrapper'
|
221
|
-
},
|
222
|
-
onChange: onChange
|
223
|
-
});
|
224
|
-
} }, "\u914D\u7F6E\u5B50\u8868\u5355\u96C6\u5408"));
|
225
|
-
}
|
226
|
-
},
|
227
|
-
{
|
228
|
-
type: 'textarea',
|
229
|
-
name: 'scaffold',
|
230
|
-
required: true,
|
231
|
-
label: '新增初始值',
|
232
|
-
pipeOut: AMisCodeEditor.valuePipeOut
|
233
|
-
}
|
234
|
-
],
|
235
|
-
scaffold: {
|
236
|
-
label: '类型名称',
|
237
|
-
test: '',
|
238
|
-
items: [
|
239
|
-
{
|
240
|
-
type: 'input-text',
|
241
|
-
label: '文本',
|
242
|
-
name: 'text'
|
243
|
-
}
|
244
|
-
],
|
245
|
-
scaffold: {}
|
246
|
-
}
|
247
|
-
},
|
248
|
-
AMisCodeEditor.getSchemaTpl('switch', {
|
249
|
-
name: 'typeSwitchable',
|
250
|
-
visibleOn: 'this.conditions',
|
251
|
-
label: '是否可切换类型',
|
252
|
-
pipeIn: AMisCodeEditor.defaultValue(true)
|
253
|
-
}),
|
254
|
-
{
|
255
|
-
name: 'items',
|
256
|
-
visibleOn: '!this.conditions',
|
257
|
-
asFormItem: true,
|
258
|
-
children: function (_a) {
|
259
|
-
var value = _a.value, onChange = _a.onChange;
|
260
|
-
return (React__default["default"].createElement(amis.Button, { size: "sm", level: "danger", className: "m-b", block: true, onClick: function () {
|
261
|
-
_this.manager.openSubEditor({
|
262
|
-
title: '配置子表单集合',
|
263
|
-
value: value,
|
264
|
-
slot: {
|
265
|
-
type: 'form',
|
266
|
-
mode: 'normal',
|
267
|
-
body: '$$',
|
268
|
-
wrapWithPanel: false,
|
269
|
-
className: 'wrapper'
|
270
|
-
},
|
271
|
-
onChange: function (value) { return onChange(value); }
|
272
|
-
});
|
273
|
-
} }, "\u914D\u7F6E\u5B50\u8868\u5355\u96C6\u5408"));
|
274
|
-
}
|
275
|
-
},
|
276
|
-
AMisCodeEditor.getSchemaTpl('switchDefaultValue', {
|
277
|
-
visibleOn: '!this.defaultCheckAll'
|
278
|
-
}),
|
279
|
-
{
|
280
|
-
type: 'textarea',
|
281
|
-
name: 'value',
|
282
|
-
label: '默认值',
|
283
|
-
pipeOut: AMisCodeEditor.valuePipeOut,
|
284
|
-
visibleOn: 'typeof this.value !== "undefined"'
|
285
|
-
},
|
286
|
-
AMisCodeEditor.getSchemaTpl('switch', {
|
287
|
-
label: '多行模式',
|
288
|
-
name: 'multiLine',
|
289
|
-
value: false,
|
290
|
-
description: '即是否要换行'
|
291
|
-
}),
|
292
|
-
AMisCodeEditor.getSchemaTpl('multiple'),
|
293
|
-
AMisCodeEditor.getSchemaTpl('joinValues'),
|
294
|
-
AMisCodeEditor.getSchemaTpl('delimiter'),
|
295
|
-
AMisCodeEditor.getSchemaTpl('switch', {
|
296
|
-
name: 'flat',
|
297
|
-
label: '是否将值打平',
|
298
|
-
visibleOn: 'Array.isArray(data.items) && data.items.length === 1 && data.multiple',
|
299
|
-
description: '默认数组内的数据结构为对象,如果只有一个表单项,可以配置将值打平,那么数组内放置的就是那个表单项的值'
|
300
|
-
}),
|
301
|
-
AMisCodeEditor.getSchemaTpl('switch', {
|
302
|
-
label: '是否可新增',
|
303
|
-
name: 'addable',
|
304
|
-
visibleOn: 'this.multiple',
|
305
|
-
pipeIn: AMisCodeEditor.defaultValue(true)
|
306
|
-
}),
|
307
|
-
{
|
308
|
-
type: 'textarea',
|
309
|
-
name: 'scaffold',
|
310
|
-
label: '新增初始值',
|
311
|
-
visibleOn: 'this.multiple && this.addable !== false',
|
312
|
-
pipeOut: AMisCodeEditor.valuePipeOut,
|
313
|
-
pipeIn: AMisCodeEditor.defaultValue({})
|
314
|
-
},
|
315
|
-
{
|
316
|
-
label: '新增按钮文字',
|
317
|
-
name: 'addButtonText',
|
318
|
-
type: 'input-text',
|
319
|
-
visibleOn: 'data.addable',
|
320
|
-
pipeIn: AMisCodeEditor.defaultValue('新增')
|
321
|
-
},
|
322
|
-
AMisCodeEditor.getSchemaTpl('switch', {
|
323
|
-
label: '是否可删除',
|
324
|
-
name: 'removable',
|
325
|
-
visibleOn: 'this.multiple',
|
326
|
-
pipeIn: AMisCodeEditor.defaultValue(true)
|
327
|
-
}),
|
328
|
-
AMisCodeEditor.getSchemaTpl('api', {
|
329
|
-
name: 'deleteApi',
|
330
|
-
label: '删除前的请求',
|
331
|
-
hiddenOn: '!data.removable'
|
332
|
-
}),
|
333
|
-
{
|
334
|
-
label: '删除确认提示',
|
335
|
-
name: 'deleteConfirmText',
|
336
|
-
type: 'input-text',
|
337
|
-
visibleOn: 'data.deleteApi',
|
338
|
-
pipeIn: AMisCodeEditor.defaultValue('确认要删除')
|
339
|
-
},
|
340
|
-
AMisCodeEditor.getSchemaTpl('switch', {
|
341
|
-
name: 'draggable',
|
342
|
-
label: '是否可拖拽排序',
|
343
|
-
visibleOn: 'this.multiple'
|
344
|
-
}),
|
345
|
-
{
|
346
|
-
label: '拖拽排序的提示文字',
|
347
|
-
name: 'draggableTip',
|
348
|
-
type: 'input-text',
|
349
|
-
visibleOn: 'data.draggable',
|
350
|
-
pipeIn: AMisCodeEditor.defaultValue('可通过拖动每行中的【交换】按钮进行顺序调整')
|
351
|
-
},
|
352
|
-
AMisCodeEditor.getSchemaTpl('switch', {
|
353
|
-
name: 'noBorder',
|
354
|
-
label: '去掉边框',
|
355
|
-
visibleOn: 'this.multiLine'
|
356
|
-
}),
|
357
|
-
{
|
358
|
-
name: 'minLength',
|
359
|
-
type: 'input-number',
|
360
|
-
label: '限制最小数量'
|
361
|
-
},
|
362
|
-
{
|
363
|
-
name: 'maxLength',
|
364
|
-
type: 'input-number',
|
365
|
-
label: '限制最大数量'
|
366
|
-
},
|
367
|
-
{
|
368
|
-
label: '默认消息提示',
|
369
|
-
type: 'combo',
|
370
|
-
name: 'messages',
|
371
|
-
multiLine: true,
|
372
|
-
description: '',
|
373
|
-
items: [
|
374
|
-
{
|
375
|
-
label: '有子表单项限制失败时提示',
|
376
|
-
type: 'input-text',
|
377
|
-
name: 'validateFailed'
|
378
|
-
},
|
379
|
-
{
|
380
|
-
label: '最小长度验证失败时提示',
|
381
|
-
type: 'input-text',
|
382
|
-
name: 'minLengthValidateFailed'
|
383
|
-
},
|
384
|
-
{
|
385
|
-
label: '最大长度验证失败时提示',
|
386
|
-
type: 'input-text',
|
387
|
-
name: 'maxLengthValidateFailed'
|
388
|
-
}
|
389
|
-
]
|
390
|
-
},
|
391
|
-
AMisCodeEditor.getSchemaTpl('switch', {
|
392
|
-
name: 'canAccessSuperData',
|
393
|
-
label: '是否自动填充父级同名变量',
|
394
|
-
pipeIn: AMisCodeEditor.defaultValue(false)
|
395
|
-
}),
|
396
|
-
AMisCodeEditor.getSchemaTpl('switch', {
|
397
|
-
name: 'tabsMode',
|
398
|
-
label: '采用 Tabs 展示方式',
|
399
|
-
pipeIn: AMisCodeEditor.defaultValue(false)
|
400
|
-
}),
|
401
|
-
{
|
402
|
-
name: 'tabsStyle',
|
403
|
-
label: 'Tabs 的展示模式',
|
404
|
-
visibleOn: 'data.tabsMode',
|
405
|
-
type: 'list-select',
|
406
|
-
options: [
|
407
|
-
{
|
408
|
-
label: '正常',
|
409
|
-
value: 'normal'
|
410
|
-
},
|
411
|
-
{
|
412
|
-
label: '水平',
|
413
|
-
value: 'horizontal'
|
414
|
-
},
|
415
|
-
{
|
416
|
-
label: '内联',
|
417
|
-
value: 'inline'
|
418
|
-
}
|
419
|
-
],
|
420
|
-
mode: 'inline',
|
421
|
-
className: 'w-full'
|
422
|
-
},
|
423
|
-
{
|
424
|
-
name: 'tabsLabelTpl',
|
425
|
-
label: '选项卡标题的生成模板',
|
426
|
-
visibleOn: 'data.tabsMode',
|
427
|
-
type: 'input-text',
|
428
|
-
mode: 'inline',
|
429
|
-
className: 'w-full'
|
430
|
-
},
|
431
|
-
AMisCodeEditor.getSchemaTpl('switch', {
|
432
|
-
name: 'lazyLoad',
|
433
|
-
label: '懒加载',
|
434
|
-
pipeIn: AMisCodeEditor.defaultValue(false),
|
435
|
-
description: '如果数据比较多,比较卡顿时,可开启此配置项'
|
436
|
-
}),
|
437
|
-
AMisCodeEditor.getSchemaTpl('switch', {
|
438
|
-
name: 'strictMode',
|
439
|
-
label: '严格模式',
|
440
|
-
pipeIn: AMisCodeEditor.defaultValue(true),
|
441
|
-
description: '如果你希望环境变量的值实时透传到 Combo 中,请关闭此选项。'
|
442
|
-
}),
|
443
|
-
{
|
444
|
-
name: 'syncFields',
|
445
|
-
visibleOn: '!data.strictMode',
|
446
|
-
label: '配置同步字段',
|
447
|
-
type: 'input-text',
|
448
|
-
multiple: true,
|
449
|
-
joinValues: false,
|
450
|
-
extractValue: true,
|
451
|
-
description: '如果 Combo 层级比较深,底层的获取外层的数据可能不同步。但是给 combo 配置这个属性就能同步下来。'
|
452
|
-
},
|
453
|
-
AMisCodeEditor.getSchemaTpl('switch', {
|
454
|
-
name: 'nullable',
|
455
|
-
label: '允许为空',
|
456
|
-
pipeIn: AMisCodeEditor.defaultValue(false),
|
457
|
-
description: '如果子表单项里面配置验证器,且又是单条模式。可以允许用户选择清空(不填)。'
|
458
|
-
}),
|
459
|
-
{
|
460
|
-
name: 'items',
|
461
|
-
label: '各列 CSS 配置',
|
462
|
-
hiddenOn: 'this.multiLine',
|
463
|
-
type: 'combo',
|
464
|
-
addable: false,
|
465
|
-
removable: false,
|
466
|
-
multiple: true,
|
467
|
-
items: [
|
468
|
-
{
|
469
|
-
name: 'columnClassName',
|
470
|
-
placeholder: 'CSS 类名',
|
471
|
-
type: 'input-text'
|
472
|
-
}
|
473
|
-
]
|
474
|
-
},
|
475
|
-
AMisCodeEditor.getSchemaTpl('subFormItemMode', {
|
476
|
-
visibleOn: 'this.multiLine'
|
477
|
-
}),
|
478
|
-
AMisCodeEditor.getSchemaTpl('subFormHorizontalMode'),
|
479
|
-
AMisCodeEditor.getSchemaTpl('subFormHorizontal')
|
480
|
-
];
|
481
|
-
};
|
482
|
-
return _this;
|
483
|
-
}
|
484
|
-
ComboControlPlugin.prototype.filterProps = function (props) {
|
485
|
-
props = AMisCodeEditor.JSONPipeOut(props);
|
486
|
-
// 至少显示一个成员,否则啥都不显示。
|
487
|
-
if (props.multiple && !props.value && !props.$ref) {
|
488
|
-
var mockedData_1 = {};
|
489
|
-
if (Array.isArray(props.items)) {
|
490
|
-
props.items.forEach(function (control) {
|
491
|
-
control.name &&
|
492
|
-
amisCore.setVariable(mockedData_1, control.name, AMisCodeEditor.mockValue(control));
|
493
|
-
});
|
494
|
-
}
|
495
|
-
props.value = [mockedData_1];
|
496
|
-
}
|
497
|
-
return props;
|
21
|
+
var ComboControlPlugin =
|
22
|
+
/** @class */
|
23
|
+
function (_super) {
|
24
|
+
tslib.__extends(ComboControlPlugin, _super);
|
25
|
+
|
26
|
+
function ComboControlPlugin() {
|
27
|
+
var _this = _super !== null && _super.apply(this, arguments) || this; // 关联渲染器名字
|
28
|
+
|
29
|
+
|
30
|
+
_this.rendererName = 'combo';
|
31
|
+
_this.$schema = '/schemas/ComboControlSchema.json'; // 组件名称
|
32
|
+
|
33
|
+
_this.name = i18nRuntime.i18n("254bb8aa6b92d588d957a383df24db1e");
|
34
|
+
_this.isBaseComponent = true;
|
35
|
+
_this.icon = 'fa fa-group';
|
36
|
+
_this.pluginIcon = 'combo-plugin';
|
37
|
+
_this.description = i18nRuntime.i18n("4db731c7d73988e40a01b4bf1a7f00d7");
|
38
|
+
_this.docLink = '/amis/zh-CN/components/form/combo';
|
39
|
+
_this.tags = [i18nRuntime.i18n("55b45c73ae417c4dead67905b1550e85")];
|
40
|
+
_this.scaffold = {
|
41
|
+
type: 'combo',
|
42
|
+
label: i18nRuntime.i18n("254bb8aa6b92d588d957a383df24db1e"),
|
43
|
+
name: 'combo',
|
44
|
+
multiple: true,
|
45
|
+
items: [{
|
46
|
+
type: 'input-text',
|
47
|
+
name: 'input-text',
|
48
|
+
placeholder: i18nRuntime.i18n("97d07614380da93d257f9fbf81aa56fb")
|
49
|
+
}, {
|
50
|
+
type: 'select',
|
51
|
+
name: 'select',
|
52
|
+
placeholder: i18nRuntime.i18n("ea15ae2b7fba76c83eec6d0986d15197"),
|
53
|
+
options: [{
|
54
|
+
label: 'A',
|
55
|
+
value: 'a'
|
56
|
+
}, {
|
57
|
+
label: 'B',
|
58
|
+
value: 'b'
|
59
|
+
}]
|
60
|
+
}]
|
498
61
|
};
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
62
|
+
_this.previewSchema = {
|
63
|
+
type: 'form',
|
64
|
+
className: 'text-left',
|
65
|
+
mode: 'horizontal',
|
66
|
+
wrapWithPanel: false,
|
67
|
+
body: [tslib.__assign(tslib.__assign({}, _this.scaffold), {
|
68
|
+
value: [{
|
69
|
+
text: 'Row 1',
|
70
|
+
select: 'a'
|
71
|
+
}, {}]
|
72
|
+
})]
|
73
|
+
}; // 事件定义
|
74
|
+
|
75
|
+
_this.events = [{
|
76
|
+
eventName: 'add',
|
77
|
+
eventLabel: i18nRuntime.i18n("b58c7549c0246c55b9cac96383200338"),
|
78
|
+
description: i18nRuntime.i18n("8575b828c7320de82b9f99058aa1f55f"),
|
79
|
+
dataSchema: [{
|
80
|
+
type: 'object',
|
81
|
+
properties: {
|
82
|
+
'event.data.value': {
|
83
|
+
type: 'object',
|
84
|
+
title: i18nRuntime.i18n("aacd80d2c978abae7b955510a938788c")
|
85
|
+
}
|
508
86
|
}
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
87
|
+
}]
|
88
|
+
}, {
|
89
|
+
eventName: 'delete',
|
90
|
+
eventLabel: i18nRuntime.i18n("2f4aaddde33c9b93c36fd2503f3d122b"),
|
91
|
+
description: i18nRuntime.i18n("4933bd64bb23de03ca8ed246fa5509c5"),
|
92
|
+
dataSchema: [{
|
93
|
+
type: 'object',
|
94
|
+
properties: {
|
95
|
+
'event.data.key': {
|
96
|
+
type: 'string',
|
97
|
+
title: i18nRuntime.i18n("0410242a74850f010a9a8061bc0cd891")
|
98
|
+
},
|
99
|
+
'event.data.value': {
|
100
|
+
type: 'string',
|
101
|
+
title: i18nRuntime.i18n("74333901ae9ad27a93487dc850e45609")
|
102
|
+
}
|
517
103
|
}
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
104
|
+
}]
|
105
|
+
}, {
|
106
|
+
eventName: 'tabsChange',
|
107
|
+
eventLabel: i18nRuntime.i18n("95e09290c4e0f01323bb5abf301c950b"),
|
108
|
+
description: i18nRuntime.i18n("ba2bd765f6c2e2b717139c5453884e14"),
|
109
|
+
dataSchema: [{
|
110
|
+
type: 'object',
|
111
|
+
properties: {
|
112
|
+
'event.data.key': {
|
113
|
+
type: 'string',
|
114
|
+
title: i18nRuntime.i18n("b04c6cf9cb1212b9c173ddfeec129028")
|
115
|
+
}
|
116
|
+
}
|
117
|
+
}]
|
118
|
+
}]; // 动作定义
|
119
|
+
|
120
|
+
_this.actions = [{
|
121
|
+
actionType: 'clear',
|
122
|
+
actionLabel: i18nRuntime.i18n("288f0c404c4e546aa3683ff5054e85e2"),
|
123
|
+
description: i18nRuntime.i18n("c374a44713fa5ff5da2565beb398c7d3")
|
124
|
+
}, {
|
125
|
+
actionType: 'reset',
|
126
|
+
actionLabel: i18nRuntime.i18n("4b9c3271dc2f299dc3aeffb369187513"),
|
127
|
+
description: i18nRuntime.i18n("8db57ba01ffb9bf29c1656de5f0208f5")
|
128
|
+
}, {
|
129
|
+
actionType: 'setValue',
|
130
|
+
actionLabel: i18nRuntime.i18n("8f40db3b25528063f1b6a59602a05cd5"),
|
131
|
+
description: i18nRuntime.i18n("0310aa5a05fe07147d8b7ef20616f659")
|
132
|
+
}];
|
133
|
+
_this.panelTitle = i18nRuntime.i18n("254bb8aa6b92d588d957a383df24db1e");
|
134
|
+
|
135
|
+
_this.panelBodyCreator = function (context) {
|
136
|
+
return [{
|
137
|
+
name: 'conditions',
|
138
|
+
type: 'button-group-select',
|
139
|
+
size: 'sm',
|
140
|
+
mode: 'inline',
|
141
|
+
className: 'block',
|
142
|
+
options: [{
|
143
|
+
label: i18nRuntime.i18n("055f2f284d2bdb15bd9e542ea9f93285"),
|
144
|
+
value: '1'
|
145
|
+
}, {
|
146
|
+
label: i18nRuntime.i18n("e3b9236d585eb9c93a074f264737cb65"),
|
147
|
+
value: '2'
|
148
|
+
}],
|
149
|
+
pipeIn: function (value) {
|
150
|
+
return value ? '2' : '1';
|
151
|
+
},
|
152
|
+
pipeOut: function (value) {
|
153
|
+
return value == 2 ? [{
|
154
|
+
label: i18nRuntime.i18n("66e867eb73a118649800c0a064d0b5aa"),
|
155
|
+
test: '',
|
156
|
+
items: [{
|
157
|
+
type: 'input-text',
|
158
|
+
label: i18nRuntime.i18n("97d07614380da93d257f9fbf81aa56fb"),
|
159
|
+
name: 'text'
|
160
|
+
}],
|
161
|
+
scaffold: {}
|
162
|
+
}] : undefined;
|
163
|
+
}
|
164
|
+
}, {
|
165
|
+
name: 'conditions',
|
166
|
+
visibleOn: 'this.conditions',
|
167
|
+
type: 'combo',
|
168
|
+
label: i18nRuntime.i18n("5aa528690fd771f89683a7f00868f39e"),
|
169
|
+
multiple: true,
|
170
|
+
multiLine: true,
|
171
|
+
minLength: 1,
|
172
|
+
items: [{
|
173
|
+
label: i18nRuntime.i18n("d7ec2d3fea4756bc1642e0f10c180cf5"),
|
174
|
+
name: 'label',
|
175
|
+
type: 'input-text',
|
176
|
+
required: true
|
177
|
+
}, {
|
178
|
+
label: i18nRuntime.i18n("35b65a5a3f8d721e12cae310463d69d6"),
|
179
|
+
name: 'test',
|
180
|
+
required: true,
|
181
|
+
type: 'input-text',
|
182
|
+
placeholder: i18nRuntime.i18n("7341e991c8e8cfec68d31ffe0e06e429"),
|
183
|
+
description: i18nRuntime.i18n("85485d70be6b380294428018e54fc9b9")
|
184
|
+
}, {
|
185
|
+
name: 'items',
|
186
|
+
asFormItem: true,
|
187
|
+
children: function (_a) {
|
188
|
+
var value = _a.value,
|
189
|
+
onChange = _a.onChange;
|
190
|
+
return React__default["default"].createElement(amis.Button, {
|
191
|
+
size: "sm",
|
192
|
+
level: "danger",
|
193
|
+
className: "m-b",
|
194
|
+
block: true,
|
195
|
+
onClick: function () {
|
196
|
+
return _this.manager.openSubEditor({
|
197
|
+
title: i18nRuntime.i18n("50bfed6ada3e7d0ef4d20eb727b3d7df"),
|
198
|
+
value: value,
|
199
|
+
slot: {
|
530
200
|
type: 'form',
|
531
201
|
mode: 'normal',
|
532
202
|
body: '$$',
|
533
203
|
wrapWithPanel: false,
|
534
204
|
className: 'wrapper'
|
205
|
+
},
|
206
|
+
onChange: onChange
|
207
|
+
});
|
208
|
+
}
|
209
|
+
}, "\u914D\u7F6E\u5B50\u8868\u5355\u96C6\u5408");
|
210
|
+
}
|
211
|
+
}, {
|
212
|
+
type: 'textarea',
|
213
|
+
name: 'scaffold',
|
214
|
+
required: true,
|
215
|
+
label: i18nRuntime.i18n("aab09f676645f2651655a711d5e3327c"),
|
216
|
+
pipeOut: amisEditorCore.valuePipeOut
|
217
|
+
}],
|
218
|
+
scaffold: {
|
219
|
+
label: i18nRuntime.i18n("66e867eb73a118649800c0a064d0b5aa"),
|
220
|
+
test: '',
|
221
|
+
items: [{
|
222
|
+
type: 'input-text',
|
223
|
+
label: i18nRuntime.i18n("97d07614380da93d257f9fbf81aa56fb"),
|
224
|
+
name: 'text'
|
225
|
+
}],
|
226
|
+
scaffold: {}
|
227
|
+
}
|
228
|
+
}, amisEditorCore.getSchemaTpl('switch', {
|
229
|
+
name: 'typeSwitchable',
|
230
|
+
visibleOn: 'this.conditions',
|
231
|
+
label: i18nRuntime.i18n("dda5ffc9ecbad13d424346890bacca6a"),
|
232
|
+
pipeIn: amisEditorCore.defaultValue(true)
|
233
|
+
}), {
|
234
|
+
name: 'items',
|
235
|
+
visibleOn: '!this.conditions',
|
236
|
+
asFormItem: true,
|
237
|
+
children: function (_a) {
|
238
|
+
var value = _a.value,
|
239
|
+
onChange = _a.onChange;
|
240
|
+
return React__default["default"].createElement(amis.Button, {
|
241
|
+
size: "sm",
|
242
|
+
level: "danger",
|
243
|
+
className: "m-b",
|
244
|
+
block: true,
|
245
|
+
onClick: function () {
|
246
|
+
_this.manager.openSubEditor({
|
247
|
+
title: i18nRuntime.i18n("d68162ea1904f627b033fe3953da295d"),
|
248
|
+
value: value,
|
249
|
+
slot: {
|
250
|
+
type: 'form',
|
251
|
+
mode: 'normal',
|
252
|
+
body: '$$',
|
253
|
+
wrapWithPanel: false,
|
254
|
+
className: 'wrapper'
|
535
255
|
},
|
536
|
-
onChange: function (
|
537
|
-
|
538
|
-
manager.panelChangeValue(newValue, AMisCodeEditor.diff(value, newValue));
|
256
|
+
onChange: function (value) {
|
257
|
+
return onChange(value);
|
539
258
|
}
|
540
|
-
|
259
|
+
});
|
260
|
+
}
|
261
|
+
}, "\u914D\u7F6E\u5B50\u8868\u5355\u96C6\u5408");
|
262
|
+
}
|
263
|
+
}, amisEditorCore.getSchemaTpl('switchDefaultValue', {
|
264
|
+
visibleOn: '!this.defaultCheckAll'
|
265
|
+
}), {
|
266
|
+
type: 'textarea',
|
267
|
+
name: 'value',
|
268
|
+
label: i18nRuntime.i18n("225f3ed00750ae78ad1e6ea42c8f5087"),
|
269
|
+
pipeOut: amisEditorCore.valuePipeOut,
|
270
|
+
visibleOn: 'typeof this.value !== "undefined"'
|
271
|
+
}, amisEditorCore.getSchemaTpl('switch', {
|
272
|
+
label: i18nRuntime.i18n("8a0c77e91392d70df522b55eb4d403e2"),
|
273
|
+
name: 'multiLine',
|
274
|
+
value: false,
|
275
|
+
description: i18nRuntime.i18n("26343b8bcb694fa5e333b47d8b663d1c")
|
276
|
+
}), amisEditorCore.getSchemaTpl('multiple'), amisEditorCore.getSchemaTpl('joinValues'), amisEditorCore.getSchemaTpl('delimiter'), amisEditorCore.getSchemaTpl('switch', {
|
277
|
+
name: 'flat',
|
278
|
+
label: i18nRuntime.i18n("86032735a191d117b02111e447494380"),
|
279
|
+
visibleOn: 'Array.isArray(data.items) && data.items.length === 1 && data.multiple',
|
280
|
+
description: i18nRuntime.i18n("28a59fee1a4714493a8d6cec05c1417b")
|
281
|
+
}), amisEditorCore.getSchemaTpl('switch', {
|
282
|
+
label: i18nRuntime.i18n("7f2579cabd4d654458a720eed517a37d"),
|
283
|
+
name: 'addable',
|
284
|
+
visibleOn: 'this.multiple',
|
285
|
+
pipeIn: amisEditorCore.defaultValue(true)
|
286
|
+
}), {
|
287
|
+
type: 'textarea',
|
288
|
+
name: 'scaffold',
|
289
|
+
label: i18nRuntime.i18n("aab09f676645f2651655a711d5e3327c"),
|
290
|
+
visibleOn: 'this.multiple && this.addable !== false',
|
291
|
+
pipeOut: amisEditorCore.valuePipeOut,
|
292
|
+
pipeIn: amisEditorCore.defaultValue({})
|
293
|
+
}, {
|
294
|
+
label: i18nRuntime.i18n("ea1e5695bf682ea3b31aba0c35198ae3"),
|
295
|
+
name: 'addButtonText',
|
296
|
+
type: 'input-text',
|
297
|
+
visibleOn: 'data.addable',
|
298
|
+
pipeIn: amisEditorCore.defaultValue(i18nRuntime.i18n("66ab5e9f24c8f46012a25c89919fb191"))
|
299
|
+
}, amisEditorCore.getSchemaTpl('switch', {
|
300
|
+
label: i18nRuntime.i18n("1ab31449faaaeeeb7200d724eab9a7ab"),
|
301
|
+
name: 'removable',
|
302
|
+
visibleOn: 'this.multiple',
|
303
|
+
pipeIn: amisEditorCore.defaultValue(true)
|
304
|
+
}), amisEditorCore.getSchemaTpl('api', {
|
305
|
+
name: 'deleteApi',
|
306
|
+
label: i18nRuntime.i18n("fa3e9f9e49f5a81c998f949155f86b50"),
|
307
|
+
hiddenOn: '!data.removable'
|
308
|
+
}), {
|
309
|
+
label: i18nRuntime.i18n("f962922d46ef18e68127642e5c00165a"),
|
310
|
+
name: 'deleteConfirmText',
|
311
|
+
type: 'input-text',
|
312
|
+
visibleOn: 'data.deleteApi',
|
313
|
+
pipeIn: amisEditorCore.defaultValue(i18nRuntime.i18n("fc763fd5ddf637fe4ba1ac59e10b8d3a"))
|
314
|
+
}, amisEditorCore.getSchemaTpl('switch', {
|
315
|
+
name: 'draggable',
|
316
|
+
label: i18nRuntime.i18n("d8905a70e93a33c7a86240f467c653d4"),
|
317
|
+
visibleOn: 'this.multiple'
|
318
|
+
}), {
|
319
|
+
label: i18nRuntime.i18n("f41a714bc8b26dc27a93a07c44e329a8"),
|
320
|
+
name: 'draggableTip',
|
321
|
+
type: 'input-text',
|
322
|
+
visibleOn: 'data.draggable',
|
323
|
+
pipeIn: amisEditorCore.defaultValue(i18nRuntime.i18n("91396e9bc25c9e8b63907fe22408e2bb"))
|
324
|
+
}, amisEditorCore.getSchemaTpl('switch', {
|
325
|
+
name: 'noBorder',
|
326
|
+
label: i18nRuntime.i18n("8ee004bdd55b578acdb10b1bcd3fa4f7"),
|
327
|
+
visibleOn: 'this.multiLine'
|
328
|
+
}), {
|
329
|
+
name: 'minLength',
|
330
|
+
type: 'input-number',
|
331
|
+
label: i18nRuntime.i18n("e9cbda74a1ffc06228fca68e4d16c4dd")
|
332
|
+
}, {
|
333
|
+
name: 'maxLength',
|
334
|
+
type: 'input-number',
|
335
|
+
label: i18nRuntime.i18n("3baaa61e619e32fc36eff14839b1a63f")
|
336
|
+
}, {
|
337
|
+
label: i18nRuntime.i18n("522110866c19dace2ce38336617405c2"),
|
338
|
+
type: 'combo',
|
339
|
+
name: 'messages',
|
340
|
+
multiLine: true,
|
341
|
+
description: '',
|
342
|
+
items: [{
|
343
|
+
label: i18nRuntime.i18n("b8ccbc166c72b2eb54aac1332c99fb49"),
|
344
|
+
type: 'input-text',
|
345
|
+
name: 'validateFailed'
|
346
|
+
}, {
|
347
|
+
label: i18nRuntime.i18n("b34cbe877b2c8464c625858fcf19f4eb"),
|
348
|
+
type: 'input-text',
|
349
|
+
name: 'minLengthValidateFailed'
|
350
|
+
}, {
|
351
|
+
label: i18nRuntime.i18n("ea2474ff679195d9b54bd5ff3384fdfd"),
|
352
|
+
type: 'input-text',
|
353
|
+
name: 'maxLengthValidateFailed'
|
354
|
+
}]
|
355
|
+
}, amisEditorCore.getSchemaTpl('switch', {
|
356
|
+
name: 'canAccessSuperData',
|
357
|
+
label: i18nRuntime.i18n("1c5b9cb245f04413a2d888bd59442097"),
|
358
|
+
pipeIn: amisEditorCore.defaultValue(false)
|
359
|
+
}), amisEditorCore.getSchemaTpl('switch', {
|
360
|
+
name: 'tabsMode',
|
361
|
+
label: i18nRuntime.i18n("e673084b4261d10104d27ae9e4d014a4"),
|
362
|
+
pipeIn: amisEditorCore.defaultValue(false)
|
363
|
+
}), {
|
364
|
+
name: 'tabsStyle',
|
365
|
+
label: i18nRuntime.i18n("6e7bd650f763085de3bddd51a8d6aa88"),
|
366
|
+
visibleOn: 'data.tabsMode',
|
367
|
+
type: 'list-select',
|
368
|
+
options: [{
|
369
|
+
label: i18nRuntime.i18n("fd6e80f1e0199d6ecc3ee81ae04aa9ef"),
|
370
|
+
value: 'normal'
|
371
|
+
}, {
|
372
|
+
label: i18nRuntime.i18n("4cde06e6162ed66720e3133cb83bc059"),
|
373
|
+
value: 'horizontal'
|
374
|
+
}, {
|
375
|
+
label: i18nRuntime.i18n("2dd25b8c21efbfee4a198787810d65d8"),
|
376
|
+
value: 'inline'
|
377
|
+
}],
|
378
|
+
mode: 'inline',
|
379
|
+
className: 'w-full'
|
380
|
+
}, {
|
381
|
+
name: 'tabsLabelTpl',
|
382
|
+
label: i18nRuntime.i18n("fc6c9fa3af230165c39fb314c086be22"),
|
383
|
+
visibleOn: 'data.tabsMode',
|
384
|
+
type: 'input-text',
|
385
|
+
mode: 'inline',
|
386
|
+
className: 'w-full'
|
387
|
+
}, amisEditorCore.getSchemaTpl('switch', {
|
388
|
+
name: 'lazyLoad',
|
389
|
+
label: i18nRuntime.i18n("9ff4713f6b17e96e9cd76650fd5892be"),
|
390
|
+
pipeIn: amisEditorCore.defaultValue(false),
|
391
|
+
description: i18nRuntime.i18n("93dc24d4ad01981d5994ba7f8ffaf345")
|
392
|
+
}), amisEditorCore.getSchemaTpl('switch', {
|
393
|
+
name: 'strictMode',
|
394
|
+
label: i18nRuntime.i18n("98d52b737d6bc171b6d5bad9a42f6e23"),
|
395
|
+
pipeIn: amisEditorCore.defaultValue(true),
|
396
|
+
description: i18nRuntime.i18n("cb5ca128b6c78a90f26673e21b0b3f28")
|
397
|
+
}), {
|
398
|
+
name: 'syncFields',
|
399
|
+
visibleOn: '!data.strictMode',
|
400
|
+
label: i18nRuntime.i18n("bc91f4844843d6c8ec1acb78a1f1aba4"),
|
401
|
+
type: 'input-text',
|
402
|
+
multiple: true,
|
403
|
+
joinValues: false,
|
404
|
+
extractValue: true,
|
405
|
+
description: i18nRuntime.i18n("07bf6c08bb5f0bdb32dbfecc7d3fe290")
|
406
|
+
}, amisEditorCore.getSchemaTpl('switch', {
|
407
|
+
name: 'nullable',
|
408
|
+
label: i18nRuntime.i18n("3f2176cdae8a4ed6a4c4eaff002a3b24"),
|
409
|
+
pipeIn: amisEditorCore.defaultValue(false),
|
410
|
+
description: i18nRuntime.i18n("ead7156521ca11acb7ca7bdf4c9c87f6")
|
411
|
+
}), {
|
412
|
+
name: 'items',
|
413
|
+
label: i18nRuntime.i18n("7ab968b8219f6c348478da255ebcbcb9"),
|
414
|
+
hiddenOn: 'this.multiLine',
|
415
|
+
type: 'combo',
|
416
|
+
addable: false,
|
417
|
+
removable: false,
|
418
|
+
multiple: true,
|
419
|
+
items: [{
|
420
|
+
name: 'columnClassName',
|
421
|
+
placeholder: i18nRuntime.i18n("4434b33a8731a73613ba5fa1eb984efb"),
|
422
|
+
type: 'input-text'
|
423
|
+
}]
|
424
|
+
}, amisEditorCore.getSchemaTpl('subFormItemMode', {
|
425
|
+
visibleOn: 'this.multiLine'
|
426
|
+
}), amisEditorCore.getSchemaTpl('subFormHorizontalMode'), amisEditorCore.getSchemaTpl('subFormHorizontal')];
|
541
427
|
};
|
542
|
-
|
543
|
-
|
544
|
-
|
428
|
+
|
429
|
+
return _this;
|
430
|
+
}
|
431
|
+
|
432
|
+
ComboControlPlugin.prototype.filterProps = function (props) {
|
433
|
+
props = amisEditorCore.JSONPipeOut(props); // 至少显示一个成员,否则啥都不显示。
|
434
|
+
|
435
|
+
if (props.multiple && !props.value && !props.$ref) {
|
436
|
+
var mockedData_1 = {};
|
437
|
+
|
438
|
+
if (Array.isArray(props.items)) {
|
439
|
+
props.items.forEach(function (control) {
|
440
|
+
control.name && amisCore.setVariable(mockedData_1, control.name, amisEditorCore.mockValue(control));
|
441
|
+
});
|
442
|
+
}
|
443
|
+
|
444
|
+
props.value = [mockedData_1];
|
445
|
+
}
|
446
|
+
|
447
|
+
return props;
|
448
|
+
};
|
449
|
+
|
450
|
+
ComboControlPlugin.prototype.buildEditorToolbar = function (_a, toolbars) {
|
451
|
+
var id = _a.id,
|
452
|
+
info = _a.info,
|
453
|
+
schema = _a.schema;
|
454
|
+
|
455
|
+
if (info.renderer.name === 'combo' && !Array.isArray(schema.conditions)) {
|
456
|
+
toolbars.push({
|
457
|
+
icon: 'fa fa-expand',
|
458
|
+
order: 100,
|
459
|
+
tooltip: i18nRuntime.i18n("50bfed6ada3e7d0ef4d20eb727b3d7df"),
|
460
|
+
onClick: this.editDetail.bind(this, id)
|
461
|
+
});
|
462
|
+
}
|
463
|
+
};
|
464
|
+
|
465
|
+
ComboControlPlugin.prototype.buildEditorContextMenu = function (_a, menus) {
|
466
|
+
var id = _a.id,
|
467
|
+
schema = _a.schema;
|
468
|
+
_a.region;
|
469
|
+
var info = _a.info;
|
470
|
+
|
471
|
+
if (info.renderer.name === 'combo' && !Array.isArray(schema.conditions)) {
|
472
|
+
menus.push('|', {
|
473
|
+
label: i18nRuntime.i18n("39a6853b109ae98f1aabca90283d7edc"),
|
474
|
+
onSelect: this.editDetail.bind(this, id)
|
475
|
+
});
|
476
|
+
}
|
477
|
+
};
|
478
|
+
|
479
|
+
ComboControlPlugin.prototype.editDetail = function (id) {
|
480
|
+
var manager = this.manager;
|
481
|
+
var store = manager.store;
|
482
|
+
var node = store.getNodeById(id);
|
483
|
+
var value = store.getValueOf(id);
|
484
|
+
node && value && this.manager.openSubEditor({
|
485
|
+
title: i18nRuntime.i18n("50bfed6ada3e7d0ef4d20eb727b3d7df"),
|
486
|
+
value: value.items,
|
487
|
+
slot: {
|
488
|
+
type: 'form',
|
489
|
+
mode: 'normal',
|
490
|
+
body: '$$',
|
491
|
+
wrapWithPanel: false,
|
492
|
+
className: 'wrapper'
|
493
|
+
},
|
494
|
+
onChange: function (newValue) {
|
495
|
+
newValue = tslib.__assign(tslib.__assign({}, value), {
|
496
|
+
items: newValue
|
497
|
+
});
|
498
|
+
manager.panelChangeValue(newValue, amisEditorCore.diff(value, newValue));
|
499
|
+
}
|
500
|
+
});
|
501
|
+
};
|
502
|
+
|
503
|
+
return ComboControlPlugin;
|
504
|
+
}(amisEditorCore.BasePlugin);
|
505
|
+
amisEditorCore.registerEditorPlugin(ComboControlPlugin);
|
545
506
|
|
546
507
|
exports.ComboControlPlugin = ComboControlPlugin;
|