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/tpl/common.js
CHANGED
@@ -1,808 +1,878 @@
|
|
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
|
|
6
6
|
'use strict';
|
7
7
|
|
8
8
|
var tslib = require('tslib');
|
9
|
-
var
|
9
|
+
var amisEditorCore = require('amis-editor-core');
|
10
10
|
var BaseControl = require('../component/BaseControl.js');
|
11
11
|
var flatten = require('lodash/flatten');
|
12
12
|
var InputComponentName = require('../component/InputComponentName.js');
|
13
|
+
var i18nRuntime = require('i18n-runtime');
|
13
14
|
|
14
15
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
15
16
|
|
16
17
|
var flatten__default = /*#__PURE__*/_interopDefaultLegacy(flatten);
|
17
18
|
|
19
|
+
amisEditorCore.setSchemaTpl('switch', {
|
20
|
+
type: 'switch',
|
21
|
+
mode: 'horizontal',
|
22
|
+
horizontal: {
|
23
|
+
justify: true,
|
24
|
+
left: 8
|
25
|
+
},
|
26
|
+
inputClassName: 'is-inline '
|
27
|
+
});
|
18
28
|
/**
|
19
|
-
*
|
29
|
+
* 分割线
|
20
30
|
*/
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
31
|
+
|
32
|
+
amisEditorCore.setSchemaTpl('divider', {
|
33
|
+
type: 'divider',
|
34
|
+
className: 'mx-0'
|
35
|
+
});
|
36
|
+
/**
|
37
|
+
* 带单位的控件
|
38
|
+
*/
|
39
|
+
|
40
|
+
amisEditorCore.setSchemaTpl('withUnit', function (config) {
|
41
|
+
return {
|
42
|
+
type: 'input-group',
|
43
|
+
name: config.name,
|
44
|
+
label: config.label,
|
45
|
+
body: [config.control, {
|
46
|
+
type: 'tpl',
|
47
|
+
addOnclassName: 'border-0 bg-none',
|
48
|
+
tpl: config.unit
|
49
|
+
}]
|
50
|
+
};
|
29
51
|
});
|
30
52
|
/**
|
31
53
|
* 表单项字段name
|
32
54
|
*/
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
}
|
45
|
-
|
46
|
-
|
55
|
+
|
56
|
+
amisEditorCore.setSchemaTpl('formItemName', {
|
57
|
+
label: i18nRuntime.i18n("d314558953b3c76adb7e131aaec8bd86"),
|
58
|
+
name: 'name',
|
59
|
+
type: 'ae-DataBindingControl',
|
60
|
+
onBindingChange: function (field, onBulkChange) {
|
61
|
+
var _a;
|
62
|
+
|
63
|
+
onBulkChange(((_a = field.resolveEditSchema) === null || _a === void 0 ? void 0 : _a.call(field)) || {
|
64
|
+
label: field.label
|
65
|
+
});
|
66
|
+
} // validations: {
|
67
|
+
// matchRegexp: /^[a-z\$][a-z0-0\-_]*$/i
|
68
|
+
// },
|
69
|
+
// validationErrors: {
|
70
|
+
// "matchRegexp": "请输入合法的变量名"
|
71
|
+
// },
|
72
|
+
// validateOnChange: false
|
73
|
+
|
74
|
+
});
|
75
|
+
amisEditorCore.setSchemaTpl('formItemMode', function (config) {
|
76
|
+
return {
|
77
|
+
label: i18nRuntime.i18n("5aefca559c5a41d10078e21e6d616825"),
|
47
78
|
name: 'mode',
|
48
79
|
type: 'button-group-select',
|
49
|
-
option:
|
80
|
+
option: i18nRuntime.i18n("2dde3029c4170a1c8e961a90766e0194"),
|
50
81
|
horizontal: {
|
51
|
-
|
52
|
-
|
82
|
+
left: 2,
|
83
|
+
justify: true
|
53
84
|
},
|
54
85
|
// className: 'w-full',
|
55
|
-
pipeIn:
|
56
|
-
options: [
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
});
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
});
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
type: 'input-number',
|
121
|
-
label: '限制最小数量'
|
122
|
-
});
|
123
|
-
AMisCodeEditor.setSchemaTpl('maxLength', {
|
124
|
-
name: 'maxLength',
|
125
|
-
type: 'input-number',
|
126
|
-
label: '限制最大数量'
|
86
|
+
pipeIn: amisEditorCore.defaultValue(''),
|
87
|
+
options: [{
|
88
|
+
label: i18nRuntime.i18n("2dd25b8c21efbfee4a198787810d65d8"),
|
89
|
+
value: 'inline'
|
90
|
+
}, {
|
91
|
+
label: i18nRuntime.i18n("4cde06e6162ed66720e3133cb83bc059"),
|
92
|
+
value: 'horizontal'
|
93
|
+
}, {
|
94
|
+
label: i18nRuntime.i18n("75ac842f8e77305846f1d776f97dfaf8"),
|
95
|
+
value: 'normal'
|
96
|
+
}, (config === null || config === void 0 ? void 0 : config.isForm) ? null : {
|
97
|
+
label: i18nRuntime.i18n("2dde3029c4170a1c8e961a90766e0194"),
|
98
|
+
value: ''
|
99
|
+
}].filter(function (i) {
|
100
|
+
return i;
|
101
|
+
}),
|
102
|
+
pipeOut: function (v) {
|
103
|
+
return v ? v : undefined;
|
104
|
+
}
|
105
|
+
};
|
106
|
+
});
|
107
|
+
amisEditorCore.setSchemaTpl('formItemInline', {
|
108
|
+
type: 'switch',
|
109
|
+
label: i18nRuntime.i18n("66670400b1f3e4b6c94cff171d441585"),
|
110
|
+
name: 'inline',
|
111
|
+
visibleOn: 'data.mode != "inline"',
|
112
|
+
pipeIn: amisEditorCore.defaultValue(false) // onChange: (value:any, origin:any, item:any, form:any) => form.getValueByName('size') === "full" && form.setValueByName('')
|
113
|
+
|
114
|
+
});
|
115
|
+
amisEditorCore.setSchemaTpl('formItemSize', {
|
116
|
+
name: 'size',
|
117
|
+
label: i18nRuntime.i18n("21a1d138166d5d92276d126cf1d6ecac"),
|
118
|
+
type: 'select',
|
119
|
+
pipeIn: amisEditorCore.defaultValue(''),
|
120
|
+
// mode: 'inline',
|
121
|
+
// className: 'w-full',
|
122
|
+
options: [{
|
123
|
+
label: i18nRuntime.i18n("23ecf42cada8bf2715792d718544d107"),
|
124
|
+
value: 'xs'
|
125
|
+
}, {
|
126
|
+
label: i18nRuntime.i18n("391b8fa9c747a1799353ab856e666ad5"),
|
127
|
+
value: 'sm'
|
128
|
+
}, {
|
129
|
+
label: i18nRuntime.i18n("aed1dfbc31703955e64806b799b67645"),
|
130
|
+
value: 'md'
|
131
|
+
}, {
|
132
|
+
label: i18nRuntime.i18n("ab18e30c0dc4093ceeda8961fac3d1f4"),
|
133
|
+
value: 'lg'
|
134
|
+
}, {
|
135
|
+
label: i18nRuntime.i18n("ffaa96ef7232cb6d8ee4d7e673dbf4ac"),
|
136
|
+
value: 'full'
|
137
|
+
}, {
|
138
|
+
label: i18nRuntime.i18n("18c63459a2c069022c7790430f761214"),
|
139
|
+
value: ''
|
140
|
+
}]
|
141
|
+
});
|
142
|
+
amisEditorCore.setSchemaTpl('minLength', {
|
143
|
+
name: 'minLength',
|
144
|
+
type: 'input-number',
|
145
|
+
label: i18nRuntime.i18n("e9cbda74a1ffc06228fca68e4d16c4dd")
|
146
|
+
});
|
147
|
+
amisEditorCore.setSchemaTpl('maxLength', {
|
148
|
+
name: 'maxLength',
|
149
|
+
type: 'input-number',
|
150
|
+
label: i18nRuntime.i18n("3baaa61e619e32fc36eff14839b1a63f")
|
127
151
|
});
|
128
152
|
/**
|
129
153
|
* 表单项名称label
|
130
154
|
*/
|
131
|
-
|
132
|
-
|
155
|
+
|
156
|
+
amisEditorCore.setSchemaTpl('label', {
|
157
|
+
label: i18nRuntime.i18n("32c65d8d7431e76029678ec7bb73a5ab"),
|
158
|
+
name: 'label',
|
159
|
+
type: 'input-text',
|
160
|
+
pipeIn: function (v) {
|
161
|
+
return v === false ? '' : v;
|
162
|
+
}
|
163
|
+
});
|
164
|
+
amisEditorCore.setSchemaTpl('labelHide', function () {
|
165
|
+
return amisEditorCore.getSchemaTpl('switch', {
|
133
166
|
name: 'label',
|
134
|
-
|
135
|
-
pipeIn: function (
|
136
|
-
|
137
|
-
}
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
167
|
+
label: amisEditorCore.tipedLabel(i18nRuntime.i18n("4e9ce9dfe13d97031d228fc5ae229f0d"), i18nRuntime.i18n("e2773277c7765d4590f7128423c58cee")),
|
168
|
+
pipeIn: function (value) {
|
169
|
+
return value === false;
|
170
|
+
},
|
171
|
+
pipeOut: function (value) {
|
172
|
+
return value === true ? false : '';
|
173
|
+
},
|
174
|
+
visibleOn: 'this.__props__ && this.__props__.formMode === "horizontal" || data.mode === "horizontal" || data.label === false'
|
175
|
+
});
|
176
|
+
});
|
177
|
+
amisEditorCore.setSchemaTpl('placeholder', {
|
178
|
+
label: i18nRuntime.i18n("940b12c19fcf7aced0cdd164edc9acbc"),
|
179
|
+
name: 'placeholder',
|
180
|
+
type: 'input-text',
|
181
|
+
placeholder: i18nRuntime.i18n("cc572c07586f4ea0c5b9b1060eb777f2")
|
182
|
+
});
|
183
|
+
amisEditorCore.setSchemaTpl('tabs', function (config) {
|
184
|
+
return {
|
185
|
+
type: 'tabs',
|
186
|
+
tabsMode: 'line',
|
187
|
+
className: 'editor-prop-config-tabs',
|
188
|
+
linksClassName: 'editor-prop-config-tabs-links',
|
189
|
+
contentClassName: 'no-border editor-prop-config-tabs-cont hoverShowScrollBar',
|
190
|
+
tabs: config.filter(function (item) {
|
191
|
+
return item;
|
192
|
+
}).map(function (item) {
|
193
|
+
var _a;
|
194
|
+
|
195
|
+
var newSchema = tslib.__assign(tslib.__assign({}, item), {
|
196
|
+
body: Array.isArray(item.body) ? flatten__default["default"](item.body) : [item.body]
|
197
|
+
}); // 新版配置面板空隙在子组件中,兼容一下
|
198
|
+
|
199
|
+
|
200
|
+
if (((_a = newSchema.body[0]) === null || _a === void 0 ? void 0 : _a.type) === 'collapse-group') {
|
201
|
+
newSchema.className = (newSchema.className || '') + ' p-none';
|
202
|
+
}
|
203
|
+
|
204
|
+
return newSchema;
|
205
|
+
})
|
206
|
+
};
|
207
|
+
});
|
208
|
+
amisEditorCore.setSchemaTpl('collapse', function (config) {
|
209
|
+
return {
|
210
|
+
type: 'wrapper',
|
211
|
+
className: 'editor-prop-config-collapse',
|
212
|
+
body: config.filter(function (item) {
|
213
|
+
return item;
|
214
|
+
}).map(function (item) {
|
215
|
+
return tslib.__assign(tslib.__assign({
|
216
|
+
type: 'collapse',
|
217
|
+
headingClassName: 'editor-prop-config-head',
|
218
|
+
bodyClassName: 'editor-prop-config-body'
|
219
|
+
}, item), {
|
220
|
+
body: flatten__default["default"](item.body)
|
221
|
+
});
|
222
|
+
})
|
223
|
+
};
|
224
|
+
});
|
225
|
+
amisEditorCore.setSchemaTpl('fieldSet', function (config) {
|
226
|
+
return tslib.__assign(tslib.__assign({
|
227
|
+
collapsable: true,
|
228
|
+
collapsed: false
|
229
|
+
}, config), {
|
230
|
+
type: 'fieldset',
|
231
|
+
title: config.title,
|
232
|
+
body: flatten__default["default"](config.body.filter(function (item) {
|
233
|
+
return item;
|
234
|
+
}))
|
235
|
+
});
|
236
|
+
});
|
237
|
+
amisEditorCore.setSchemaTpl('collapseGroup', function (config) {
|
238
|
+
var collapseGroupBody = config.filter(function (item) {
|
239
|
+
return item && Array.isArray(item === null || item === void 0 ? void 0 : item.body) && (item === null || item === void 0 ? void 0 : item.body.length) > 0;
|
240
|
+
}).map(function (item) {
|
241
|
+
return tslib.__assign(tslib.__assign({
|
242
|
+
type: 'collapse',
|
243
|
+
collapsed: false,
|
244
|
+
headingClassName: 'ae-formItemControl-header',
|
245
|
+
bodyClassName: 'ae-formItemControl-body'
|
246
|
+
}, item), {
|
247
|
+
key: item.title,
|
248
|
+
body: flatten__default["default"](item.body)
|
146
249
|
});
|
147
|
-
});
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
});
|
174
|
-
|
250
|
+
});
|
251
|
+
return {
|
252
|
+
type: 'collapse-group',
|
253
|
+
activeKey: collapseGroupBody.map(function (panel) {
|
254
|
+
return panel.title;
|
255
|
+
}),
|
256
|
+
expandIconPosition: 'right',
|
257
|
+
expandIcon: {
|
258
|
+
type: 'icon',
|
259
|
+
icon: 'chevron-right'
|
260
|
+
},
|
261
|
+
className: 'ae-formItemControl ae-styleControl',
|
262
|
+
body: collapseGroupBody
|
263
|
+
};
|
264
|
+
});
|
265
|
+
amisEditorCore.setSchemaTpl('clearable', {
|
266
|
+
type: 'switch',
|
267
|
+
label: i18nRuntime.i18n("09bbfb387dce6201df1ccef2aab161a6"),
|
268
|
+
name: 'clearable',
|
269
|
+
inputClassName: 'is-inline'
|
270
|
+
});
|
271
|
+
amisEditorCore.setSchemaTpl('hint', {
|
272
|
+
label: i18nRuntime.i18n("8528426e54902956723f322bdbbcfafc"),
|
273
|
+
type: 'input-text',
|
274
|
+
name: 'hint',
|
275
|
+
description: i18nRuntime.i18n("dc5dbe7a1b1ff5cae22ffbb636bc6380")
|
276
|
+
});
|
277
|
+
amisEditorCore.setSchemaTpl('remark', BaseControl.remarkTpl({
|
278
|
+
name: 'remark',
|
279
|
+
label: i18nRuntime.i18n("ff255db9b108589abd5c649e2a02e3f1"),
|
280
|
+
labelRemark: i18nRuntime.i18n("9e783b34207fe24bc488136faba65442")
|
281
|
+
}));
|
282
|
+
amisEditorCore.setSchemaTpl('labelRemark', BaseControl.remarkTpl({
|
283
|
+
name: 'labelRemark',
|
284
|
+
label: i18nRuntime.i18n("3ba265c6b63bde0319822afd6b9a649d"),
|
285
|
+
labelRemark: i18nRuntime.i18n("7ad83bbe4646a0011ece7fd338d1e189")
|
286
|
+
}));
|
287
|
+
amisEditorCore.setSchemaTpl('valueFormula', function (config) {
|
288
|
+
var _a, _b, _c;
|
289
|
+
|
290
|
+
var curRendererSchema = config === null || config === void 0 ? void 0 : config.rendererSchema;
|
291
|
+
|
292
|
+
if ((config === null || config === void 0 ? void 0 : config.useSelectMode) && curRendererSchema && curRendererSchema.options) {
|
293
|
+
curRendererSchema = tslib.__assign(tslib.__assign({}, curRendererSchema), {
|
294
|
+
type: 'select'
|
295
|
+
});
|
296
|
+
}
|
297
|
+
|
298
|
+
if ((config === null || config === void 0 ? void 0 : config.mode) === 'vertical') {
|
299
|
+
// 上下展示,可避免 自定义渲染器 出现挤压
|
175
300
|
return {
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
301
|
+
type: 'group',
|
302
|
+
mode: 'vertical',
|
303
|
+
visibleOn: config === null || config === void 0 ? void 0 : config.visibleOn,
|
304
|
+
body: [{
|
305
|
+
type: 'ae-formulaControl',
|
306
|
+
label: (_a = config === null || config === void 0 ? void 0 : config.label) !== null && _a !== void 0 ? _a : i18nRuntime.i18n("225f3ed00750ae78ad1e6ea42c8f5087"),
|
307
|
+
name: (config === null || config === void 0 ? void 0 : config.name) || 'value',
|
308
|
+
rendererSchema: curRendererSchema,
|
309
|
+
rendererWrapper: config === null || config === void 0 ? void 0 : config.rendererWrapper,
|
310
|
+
needDeleteValue: config === null || config === void 0 ? void 0 : config.needDeleteValue,
|
311
|
+
valueType: config === null || config === void 0 ? void 0 : config.valueType,
|
312
|
+
evalMode: (_b = config === null || config === void 0 ? void 0 : config.evalMode) !== null && _b !== void 0 ? _b : false // 默认需要${}包裹变量
|
313
|
+
|
314
|
+
}]
|
181
315
|
};
|
182
|
-
}
|
183
|
-
|
184
|
-
return tslib.__assign(tslib.__assign({ collapsable: true, collapsed: false }, config), { type: 'fieldset', title: config.title, body: flatten__default["default"](config.body.filter(function (item) { return item; })) });
|
185
|
-
});
|
186
|
-
AMisCodeEditor.setSchemaTpl('collapseGroup', function (config, rendererSchema) {
|
187
|
-
var currentKey = rendererSchema
|
188
|
-
? "".concat(rendererSchema.$$id, "_").concat(rendererSchema.type, "_").concat(rendererSchema.configTitle, "_collapse")
|
189
|
-
: "config_collapse";
|
190
|
-
currentKey = currentKey.replace(/-/g, '__');
|
191
|
-
var collapseGroupBody = config
|
192
|
-
.filter(function (item) { return item && Array.isArray(item === null || item === void 0 ? void 0 : item.body) && (item === null || item === void 0 ? void 0 : item.body.length) > 0; })
|
193
|
-
.map(function (item, index) { return (tslib.__assign(tslib.__assign({ type: 'collapse', headingClassName: 'ae-formItemControl-header', bodyClassName: 'ae-formItemControl-body' }, item), { key: "".concat(currentKey, "_").concat(item.key || index.toString()), body: flatten__default["default"](item.body) })); });
|
316
|
+
} else {
|
317
|
+
// 默认左右展示
|
194
318
|
return {
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
319
|
+
type: 'ae-formulaControl',
|
320
|
+
label: (config === null || config === void 0 ? void 0 : config.label) || i18nRuntime.i18n("225f3ed00750ae78ad1e6ea42c8f5087"),
|
321
|
+
name: (config === null || config === void 0 ? void 0 : config.name) || 'value',
|
322
|
+
rendererSchema: curRendererSchema,
|
323
|
+
rendererWrapper: config === null || config === void 0 ? void 0 : config.rendererWrapper,
|
324
|
+
needDeleteValue: config === null || config === void 0 ? void 0 : config.needDeleteValue,
|
325
|
+
valueType: config === null || config === void 0 ? void 0 : config.valueType,
|
326
|
+
visibleOn: config === null || config === void 0 ? void 0 : config.visibleOn,
|
327
|
+
evalMode: (_c = config === null || config === void 0 ? void 0 : config.evalMode) !== null && _c !== void 0 ? _c : false // 默认需要${}包裹变量
|
328
|
+
|
205
329
|
};
|
206
|
-
}
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
label:
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
label:
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
label: '时间',
|
341
|
-
value: 'input-time-range'
|
342
|
-
},
|
343
|
-
{
|
344
|
-
label: '月份',
|
345
|
-
value: 'input-month-range'
|
346
|
-
},
|
347
|
-
{
|
348
|
-
label: '季度',
|
349
|
-
value: 'input-quarter-range'
|
350
|
-
},
|
351
|
-
{
|
352
|
-
label: '年份',
|
353
|
-
value: 'input-year-range'
|
354
|
-
}
|
355
|
-
]
|
356
|
-
});
|
357
|
-
AMisCodeEditor.setSchemaTpl('menuTpl', {
|
358
|
-
type: 'ae-formulaControl',
|
359
|
-
label: BaseControl.tipedLabel('模板', '选项渲染模板,支持JSX,变量使用\\${xx}'),
|
360
|
-
name: 'menuTpl'
|
361
|
-
});
|
362
|
-
AMisCodeEditor.setSchemaTpl('expression', {
|
363
|
-
type: 'input-text',
|
364
|
-
description: '支持 JS 表达式,如:`this.xxx == 1`'
|
365
|
-
});
|
366
|
-
AMisCodeEditor.setSchemaTpl('icon', {
|
367
|
-
label: '图标',
|
368
|
-
type: 'icon-picker',
|
369
|
-
name: 'icon',
|
370
|
-
className: 'fix-icon-picker-overflow',
|
371
|
-
placeholder: '点击选择图标',
|
372
|
-
clearable: true,
|
373
|
-
description: ''
|
374
|
-
});
|
375
|
-
AMisCodeEditor.setSchemaTpl('size', {
|
376
|
-
label: '控件尺寸',
|
377
|
-
type: 'button-group-select',
|
378
|
-
name: 'size',
|
379
|
-
clearable: true,
|
380
|
-
options: [
|
381
|
-
{
|
382
|
-
label: '极小',
|
383
|
-
value: 'xs'
|
384
|
-
},
|
385
|
-
{
|
386
|
-
label: '小',
|
387
|
-
value: 'sm'
|
388
|
-
},
|
389
|
-
{
|
390
|
-
label: '中',
|
391
|
-
value: 'md'
|
392
|
-
},
|
393
|
-
{
|
394
|
-
label: '大',
|
395
|
-
value: 'lg'
|
396
|
-
}
|
397
|
-
]
|
398
|
-
});
|
399
|
-
AMisCodeEditor.setSchemaTpl('name', {
|
400
|
-
label: '名字',
|
401
|
-
name: 'name',
|
402
|
-
type: 'input-text',
|
403
|
-
description: '需要联动时才需要,其他组件可以通过这个名字跟当前组件联动',
|
404
|
-
placeholder: '请输入字母或者数字'
|
405
|
-
});
|
406
|
-
AMisCodeEditor.setSchemaTpl('reload', {
|
407
|
-
label: '刷新目标组件',
|
408
|
-
name: 'reload',
|
409
|
-
asFormItem: true,
|
410
|
-
// type: 'input-text',
|
411
|
-
component: InputComponentName.InputComponentName,
|
412
|
-
description: '可以指定操作完成后刷新目标组件,请填写目标组件的 <code>name</code> 属性,多个组件请用<code>,</code>隔开,如果目标组件为表单项,请先填写表单的名字,再用<code>.</code>连接表单项的名字如:<code>xxForm.xxControl</code>。另外如果刷新目标对象设置为 <code>window</code>,则会刷新整个页面。',
|
413
|
-
labelRemark: {
|
414
|
-
trigger: 'click',
|
415
|
-
className: 'm-l-xs',
|
416
|
-
rootClose: true,
|
417
|
-
content: '设置名字后,当前组件操作完成会触发目标组件(根据设置的名字)的刷新。',
|
418
|
-
placement: 'left'
|
419
|
-
}
|
420
|
-
});
|
421
|
-
AMisCodeEditor.setSchemaTpl('className', function (schema) {
|
422
|
-
return tslib.__assign(tslib.__assign({ type: 'ae-classname', name: 'className' }, (schema || {})), { label: BaseControl.tipedLabel((schema === null || schema === void 0 ? void 0 : schema.label) || 'CSS 类名', '有哪些辅助类 CSS 类名?请前往 <a href="https://baidu.github.io/amis/docs/concepts/style" target="_blank">样式说明</a>,除此之外你可以添加自定义类名,然后在系统配置中添加自定义样式。') });
|
330
|
+
}
|
331
|
+
});
|
332
|
+
amisEditorCore.setSchemaTpl('inputType', {
|
333
|
+
label: i18nRuntime.i18n("b3e55578af5dd473bab62641bb2f5f8e"),
|
334
|
+
name: 'type',
|
335
|
+
type: 'select',
|
336
|
+
creatable: false,
|
337
|
+
options: [{
|
338
|
+
label: i18nRuntime.i18n("97d07614380da93d257f9fbf81aa56fb"),
|
339
|
+
value: 'input-text'
|
340
|
+
}, {
|
341
|
+
label: i18nRuntime.i18n("a8105204604a0b11e916f3879aae3b0b"),
|
342
|
+
value: 'input-password'
|
343
|
+
}, {
|
344
|
+
label: i18nRuntime.i18n("3bc5e602b2d4c7fffe79258e2ac6952e"),
|
345
|
+
value: 'input-email'
|
346
|
+
}, {
|
347
|
+
label: 'URL',
|
348
|
+
value: 'input-url'
|
349
|
+
}]
|
350
|
+
});
|
351
|
+
amisEditorCore.setSchemaTpl('selectDateType', {
|
352
|
+
label: i18nRuntime.i18n("16084784a0f126b501e96994c792d411"),
|
353
|
+
name: 'type',
|
354
|
+
type: 'select',
|
355
|
+
creatable: false,
|
356
|
+
options: [{
|
357
|
+
label: i18nRuntime.i18n("4ff1e74e43a3586339251494117185ad"),
|
358
|
+
value: 'input-date'
|
359
|
+
}, {
|
360
|
+
label: i18nRuntime.i18n("0c3bf4fce50589b1073baf15f8a00d36"),
|
361
|
+
value: 'input-datetime'
|
362
|
+
}, {
|
363
|
+
label: i18nRuntime.i18n("19fcb9eb2594059036dfede5f4ec53e8"),
|
364
|
+
value: 'input-time'
|
365
|
+
}, {
|
366
|
+
label: i18nRuntime.i18n("8190915888889ed18be44ea0351d0448"),
|
367
|
+
value: 'input-month'
|
368
|
+
}, {
|
369
|
+
label: i18nRuntime.i18n("a483bccf85587055ab31314ad1d2f82a"),
|
370
|
+
value: 'input-quarter'
|
371
|
+
}, {
|
372
|
+
label: i18nRuntime.i18n("8f30e9f8678c24496921bebae6ca2ac6"),
|
373
|
+
value: 'input-year'
|
374
|
+
}]
|
375
|
+
});
|
376
|
+
amisEditorCore.setSchemaTpl('selectDateRangeType', {
|
377
|
+
label: i18nRuntime.i18n("16084784a0f126b501e96994c792d411"),
|
378
|
+
name: 'type',
|
379
|
+
type: 'select',
|
380
|
+
creatable: false,
|
381
|
+
options: [{
|
382
|
+
label: i18nRuntime.i18n("4ff1e74e43a3586339251494117185ad"),
|
383
|
+
value: 'input-date-range'
|
384
|
+
}, {
|
385
|
+
label: i18nRuntime.i18n("0c3bf4fce50589b1073baf15f8a00d36"),
|
386
|
+
value: 'input-datetime-range'
|
387
|
+
}, {
|
388
|
+
label: i18nRuntime.i18n("19fcb9eb2594059036dfede5f4ec53e8"),
|
389
|
+
value: 'input-time-range'
|
390
|
+
}, {
|
391
|
+
label: i18nRuntime.i18n("8190915888889ed18be44ea0351d0448"),
|
392
|
+
value: 'input-month-range'
|
393
|
+
}, {
|
394
|
+
label: i18nRuntime.i18n("a483bccf85587055ab31314ad1d2f82a"),
|
395
|
+
value: 'input-quarter-range'
|
396
|
+
}, {
|
397
|
+
label: i18nRuntime.i18n("8f30e9f8678c24496921bebae6ca2ac6"),
|
398
|
+
value: 'input-year-range'
|
399
|
+
}]
|
400
|
+
});
|
401
|
+
amisEditorCore.setSchemaTpl('menuTpl', {
|
402
|
+
type: 'ae-formulaControl',
|
403
|
+
label: amisEditorCore.tipedLabel(i18nRuntime.i18n("59cf15fe6b8d659c9bd2f86143534a06"), i18nRuntime.i18n("dc46b7f19799047a26fee668d49be0f3")),
|
404
|
+
name: 'menuTpl'
|
405
|
+
});
|
406
|
+
amisEditorCore.setSchemaTpl('expression', {
|
407
|
+
type: 'input-text',
|
408
|
+
description: i18nRuntime.i18n("b18ec08df2e47313bcc93430e7a25fd3")
|
409
|
+
});
|
410
|
+
amisEditorCore.setSchemaTpl('icon', {
|
411
|
+
label: i18nRuntime.i18n("5ef69f62dc668c1a3e68b51c50a2530a"),
|
412
|
+
type: 'icon-picker',
|
413
|
+
name: 'icon',
|
414
|
+
className: 'fix-icon-picker-overflow',
|
415
|
+
placeholder: i18nRuntime.i18n("b7dee01f2d085d90c47bcb8b490d9055"),
|
416
|
+
clearable: true,
|
417
|
+
description: ''
|
418
|
+
});
|
419
|
+
amisEditorCore.setSchemaTpl('size', {
|
420
|
+
label: i18nRuntime.i18n("b3b97a293baac13db6367aba5539a09c"),
|
421
|
+
type: 'button-group-select',
|
422
|
+
name: 'size',
|
423
|
+
clearable: true,
|
424
|
+
options: [{
|
425
|
+
label: i18nRuntime.i18n("23ecf42cada8bf2715792d718544d107"),
|
426
|
+
value: 'xs'
|
427
|
+
}, {
|
428
|
+
label: i18nRuntime.i18n("391b8fa9c747a1799353ab856e666ad5"),
|
429
|
+
value: 'sm'
|
430
|
+
}, {
|
431
|
+
label: i18nRuntime.i18n("aed1dfbc31703955e64806b799b67645"),
|
432
|
+
value: 'md'
|
433
|
+
}, {
|
434
|
+
label: i18nRuntime.i18n("ab18e30c0dc4093ceeda8961fac3d1f4"),
|
435
|
+
value: 'lg'
|
436
|
+
}]
|
437
|
+
});
|
438
|
+
amisEditorCore.setSchemaTpl('name', {
|
439
|
+
label: amisEditorCore.tipedLabel(i18nRuntime.i18n("689fad203a167d542c12bdc46f27e921"), i18nRuntime.i18n("6c1e18fd4cb57288a9f43603d5167292")),
|
440
|
+
name: 'name',
|
441
|
+
type: 'input-text',
|
442
|
+
placeholder: i18nRuntime.i18n("ae344073ea6ca9ce742899cdf6d3e106")
|
443
|
+
});
|
444
|
+
amisEditorCore.setSchemaTpl('reload', {
|
445
|
+
name: 'reload',
|
446
|
+
asFormItem: true,
|
447
|
+
// type: 'input-text',
|
448
|
+
component: InputComponentName.InputComponentName,
|
449
|
+
label: amisEditorCore.tipedLabel(i18nRuntime.i18n("fa9a0a79f29fef72e3060ea1af93c305"), i18nRuntime.i18n("1a1ff1e1149a0cd1b39c0b231a334d04")),
|
450
|
+
placeholder: i18nRuntime.i18n("4fe2f10c6d5bedac03f40a4362e4f69b"),
|
451
|
+
mode: 'horizontal',
|
452
|
+
horizontal: {
|
453
|
+
left: 4,
|
454
|
+
justify: true
|
455
|
+
}
|
456
|
+
});
|
457
|
+
amisEditorCore.setSchemaTpl('className', function (schema) {
|
458
|
+
return tslib.__assign(tslib.__assign({
|
459
|
+
type: 'ae-classname',
|
460
|
+
name: 'className'
|
461
|
+
}, schema || {}), {
|
462
|
+
label: amisEditorCore.tipedLabel((schema === null || schema === void 0 ? void 0 : schema.label) || i18nRuntime.i18n("4434b33a8731a73613ba5fa1eb984efb"), i18nRuntime.i18n("7080fa6e0ca1d7e24f6f8cac05077a3a"))
|
463
|
+
});
|
423
464
|
});
|
424
465
|
/**
|
425
466
|
* combo 组件样式包装调整
|
426
467
|
*/
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
}
|
434
|
-
|
468
|
+
|
469
|
+
amisEditorCore.setSchemaTpl('combo-container', function (config) {
|
470
|
+
var _a;
|
471
|
+
|
472
|
+
if (amisEditorCore.isObject(config)) {
|
473
|
+
var itemsWrapperClassName = ['input-kv', 'combo'].includes(config.type) && 'ae-Combo-items ' + ((_a = config.itemsWrapperClassName) !== null && _a !== void 0 ? _a : '');
|
474
|
+
return tslib.__assign(tslib.__assign({}, config), itemsWrapperClassName ? {
|
475
|
+
itemsWrapperClassName: itemsWrapperClassName
|
476
|
+
} : {});
|
477
|
+
}
|
478
|
+
|
479
|
+
return config;
|
435
480
|
});
|
436
481
|
/**
|
437
482
|
* 所有组件的状态
|
438
483
|
*/
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
inputClassName: 'is-inline '
|
484
|
+
|
485
|
+
amisEditorCore.setSchemaTpl('status', function (config) {
|
486
|
+
return {
|
487
|
+
title: i18nRuntime.i18n("3fea7ca76cdece641436d7ab0d02ab1b"),
|
488
|
+
body: [amisEditorCore.getSchemaTpl('newVisible'), amisEditorCore.getSchemaTpl('hidden'), (config === null || config === void 0 ? void 0 : config.readonly) ? amisEditorCore.getSchemaTpl('readonly') : null, (config === null || config === void 0 ? void 0 : config.disabled) || (config === null || config === void 0 ? void 0 : config.isFormItem) ? amisEditorCore.getSchemaTpl('disabled') : null, (config === null || config === void 0 ? void 0 : config.isFormItem) ? amisEditorCore.getSchemaTpl('clearValueOnHidden') : null].filter(Boolean)
|
489
|
+
};
|
490
|
+
});
|
491
|
+
amisEditorCore.setSchemaTpl('autoFill', {
|
492
|
+
type: 'input-kv',
|
493
|
+
name: 'autoFill',
|
494
|
+
label: amisEditorCore.tipedLabel(i18nRuntime.i18n("3bce1a6217990c8dc087d254f1fe754a"), i18nRuntime.i18n("f01553e415ca33cc89d0bca84023f4b5"))
|
495
|
+
});
|
496
|
+
amisEditorCore.setSchemaTpl('autoFillApi', {
|
497
|
+
type: 'input-kv',
|
498
|
+
name: 'autoFill',
|
499
|
+
label: amisEditorCore.tipedLabel(i18nRuntime.i18n("89bc2a21c778b36d09c8d795aac8260e"), i18nRuntime.i18n("666352a09304cba42de24312f509c3b4"))
|
500
|
+
});
|
501
|
+
amisEditorCore.setSchemaTpl('required', {
|
502
|
+
type: 'switch',
|
503
|
+
name: 'required',
|
504
|
+
label: i18nRuntime.i18n("04d815a5d4b803d6bb956d2da5a82688"),
|
505
|
+
mode: 'horizontal',
|
506
|
+
horizontal: {
|
507
|
+
justify: true,
|
508
|
+
left: 8
|
509
|
+
},
|
510
|
+
inputClassName: 'is-inline '
|
467
511
|
});
|
468
512
|
/**
|
469
513
|
* 表单项描述description
|
470
514
|
*/
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
}
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
});
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
515
|
+
|
516
|
+
amisEditorCore.setSchemaTpl('description', {
|
517
|
+
name: 'description',
|
518
|
+
type: 'textarea',
|
519
|
+
label: amisEditorCore.tipedLabel(i18nRuntime.i18n("3bdd08adab6ea90b9164b20a0e4151ac"), i18nRuntime.i18n("a1b6281dc554ac84a3e6062f812fe50d")),
|
520
|
+
maxRows: 2,
|
521
|
+
pipeIn: function (value, data) {
|
522
|
+
return value || data.desc || '';
|
523
|
+
}
|
524
|
+
});
|
525
|
+
amisEditorCore.setSchemaTpl('disabled', {
|
526
|
+
type: 'ae-StatusControl',
|
527
|
+
label: i18nRuntime.i18n("710ad08b11419332713360d2750cd707"),
|
528
|
+
mode: 'normal',
|
529
|
+
name: 'disabled',
|
530
|
+
expressionName: 'disabledOn'
|
531
|
+
});
|
532
|
+
amisEditorCore.setSchemaTpl('readonly', {
|
533
|
+
type: 'ae-StatusControl',
|
534
|
+
label: i18nRuntime.i18n("85541bd9f7f39a6e6d9d26cbe09cbdd4"),
|
535
|
+
mode: 'normal',
|
536
|
+
name: 'readOnly',
|
537
|
+
expressionName: 'readOnlyOn'
|
538
|
+
});
|
539
|
+
amisEditorCore.setSchemaTpl('visible', {
|
540
|
+
type: 'ae-StatusControl',
|
541
|
+
label: i18nRuntime.i18n("4d681c4aa93c8d005ec2ca2370618d6e"),
|
542
|
+
mode: 'normal',
|
543
|
+
name: 'visible',
|
544
|
+
expressionName: 'visibleOn'
|
545
|
+
}); // 新版配置面板兼容 [可见] 状态
|
546
|
+
|
547
|
+
amisEditorCore.setSchemaTpl('newVisible', {
|
548
|
+
type: 'ae-StatusControl',
|
549
|
+
label: i18nRuntime.i18n("4d681c4aa93c8d005ec2ca2370618d6e"),
|
550
|
+
mode: 'normal',
|
551
|
+
name: 'visible',
|
552
|
+
expressionName: 'visibleOn',
|
553
|
+
visibleOn: "data.visible || data.visible === false || data.visibleOn !== undefined"
|
554
|
+
});
|
555
|
+
amisEditorCore.setSchemaTpl('hidden', {
|
556
|
+
type: 'ae-StatusControl',
|
557
|
+
label: i18nRuntime.i18n("dce5379cb978a8259ecfca8f08f00817"),
|
558
|
+
mode: 'normal',
|
559
|
+
name: 'hidden',
|
560
|
+
expressionName: 'hiddenOn'
|
561
|
+
});
|
562
|
+
amisEditorCore.setSchemaTpl('maximum', {
|
563
|
+
type: 'input-number',
|
564
|
+
label: i18nRuntime.i18n("5da893141114a59da868052b3a17a79a")
|
565
|
+
});
|
566
|
+
amisEditorCore.setSchemaTpl('minimum', {
|
567
|
+
type: 'input-number',
|
568
|
+
label: i18nRuntime.i18n("c322edb884724d04842fc35f4d29a24e")
|
569
|
+
});
|
570
|
+
amisEditorCore.setSchemaTpl('switchDefaultValue', {
|
571
|
+
type: 'switch',
|
572
|
+
label: i18nRuntime.i18n("5d0595edc3d14aec24efef85534e4314"),
|
573
|
+
name: 'value',
|
574
|
+
pipeIn: function (value) {
|
575
|
+
return typeof value !== 'undefined';
|
576
|
+
},
|
577
|
+
pipeOut: function (value, origin, data) {
|
578
|
+
return value ? '' : undefined;
|
579
|
+
},
|
580
|
+
labelRemark: {
|
581
|
+
trigger: ['hover', 'focus'],
|
582
|
+
setting: true,
|
583
|
+
title: '',
|
584
|
+
content: i18nRuntime.i18n("495333d64fc1efafd6c40bc9a3929fee")
|
585
|
+
}
|
586
|
+
});
|
587
|
+
amisEditorCore.setSchemaTpl('numberSwitchDefaultValue', {
|
588
|
+
type: 'switch',
|
589
|
+
label: amisEditorCore.tipedLabel(i18nRuntime.i18n("5d0595edc3d14aec24efef85534e4314"), i18nRuntime.i18n("495333d64fc1efafd6c40bc9a3929fee")),
|
590
|
+
name: 'value',
|
591
|
+
pipeIn: function (value) {
|
592
|
+
return typeof value !== 'undefined';
|
593
|
+
},
|
594
|
+
pipeOut: function (value, origin, data) {
|
595
|
+
return value ? '' : undefined;
|
596
|
+
}
|
597
|
+
});
|
598
|
+
amisEditorCore.setSchemaTpl('numberSwitchKeyboard', {
|
599
|
+
type: 'switch',
|
600
|
+
label: amisEditorCore.tipedLabel(i18nRuntime.i18n("32f13c9db34f638c2c5cf2bf19326ebf"), i18nRuntime.i18n("2882b15b04cb47d1497160b5061b9186")),
|
601
|
+
name: 'keyboard',
|
602
|
+
inputClassName: 'is-inline'
|
603
|
+
});
|
604
|
+
amisEditorCore.setSchemaTpl('kilobitSeparator', {
|
605
|
+
type: 'switch',
|
606
|
+
label: i18nRuntime.i18n("530c4483c7e52dc409509b755eabee11"),
|
607
|
+
name: 'kilobitSeparator',
|
608
|
+
inputClassName: 'is-inline'
|
609
|
+
});
|
610
|
+
amisEditorCore.setSchemaTpl('imageUrl', {
|
611
|
+
type: 'input-text',
|
612
|
+
label: i18nRuntime.i18n("20def7942674282277c3714ed7ea6ce0")
|
613
|
+
});
|
614
|
+
amisEditorCore.setSchemaTpl('backgroundImageUrl', {
|
615
|
+
type: 'input-text',
|
616
|
+
label: i18nRuntime.i18n("090dbd614a66a56a5eadec87f59ea15c")
|
617
|
+
});
|
618
|
+
amisEditorCore.setSchemaTpl('audioUrl', {
|
619
|
+
type: 'input-text',
|
620
|
+
label: i18nRuntime.i18n("f8f176147db276063e7ec15f076e39e0"),
|
621
|
+
name: 'src',
|
622
|
+
description: i18nRuntime.i18n("91d3cd46d6b6919749e56056d5acc9bc")
|
623
|
+
});
|
624
|
+
amisEditorCore.setSchemaTpl('fileUrl', {
|
625
|
+
type: 'input-text',
|
626
|
+
label: i18nRuntime.i18n("2a0c4740f156a9536049f4610da25400")
|
627
|
+
});
|
628
|
+
amisEditorCore.setSchemaTpl('markdownBody', {
|
629
|
+
name: 'value',
|
630
|
+
type: 'editor',
|
631
|
+
language: 'markdown',
|
632
|
+
size: 'xxl',
|
633
|
+
label: i18nRuntime.i18n("4fa2ae7d726dc395cfea70ff3d7256d2"),
|
634
|
+
options: {
|
635
|
+
lineNumbers: 'off'
|
636
|
+
}
|
637
|
+
});
|
638
|
+
amisEditorCore.setSchemaTpl('richText', {
|
639
|
+
label: i18nRuntime.i18n("e2591e971f4c28db7c80a5f546084a1d"),
|
640
|
+
type: 'input-rich-text',
|
641
|
+
buttons: ['paragraphFormat', 'quote', 'textColor', 'backgroundColor', '|', 'bold', 'italic', 'underline', 'strikeThrough', '|', 'formatOL', 'formatUL', 'align', '|', 'insertLink', 'insertImage', 'insertTable', '|', 'undo', 'redo', 'fullscreen'],
|
642
|
+
name: 'html',
|
643
|
+
description: i18nRuntime.i18n("0861915dbac25ccb573b3bb72ffeebd7"),
|
644
|
+
size: 'lg'
|
645
|
+
});
|
646
|
+
amisEditorCore.setSchemaTpl('showCounter', {
|
647
|
+
type: 'switch',
|
648
|
+
label: i18nRuntime.i18n("52f43ce846b2bf73f86195cf196fe578"),
|
649
|
+
name: 'showCounter',
|
650
|
+
inputClassName: 'is-inline'
|
651
|
+
});
|
652
|
+
amisEditorCore.setSchemaTpl('borderMode', {
|
653
|
+
name: 'borderMode',
|
654
|
+
label: i18nRuntime.i18n("961534b4ea37e4e88aada736b299d063"),
|
655
|
+
type: 'button-group-select',
|
656
|
+
inputClassName: 'is-inline',
|
657
|
+
horizontal: {
|
658
|
+
left: 2,
|
659
|
+
justify: true
|
660
|
+
},
|
661
|
+
options: [{
|
662
|
+
label: i18nRuntime.i18n("b9245d69d2d82b0081ced47a18c27f41"),
|
663
|
+
value: 'full'
|
664
|
+
}, {
|
665
|
+
label: i18nRuntime.i18n("8f9b1b7e38cd2ed16f22807417ab3573"),
|
666
|
+
value: 'half'
|
667
|
+
}, {
|
668
|
+
label: i18nRuntime.i18n("7fc7940b4f7f58b49c71bf9e237b633e"),
|
669
|
+
value: 'none'
|
670
|
+
}],
|
671
|
+
pipeIn: amisEditorCore.defaultValue('full')
|
672
|
+
});
|
673
|
+
amisEditorCore.setSchemaTpl('searchable', function () {
|
674
|
+
return amisEditorCore.getSchemaTpl('switch', {
|
675
|
+
label: i18nRuntime.i18n("dbdae74eb12668e2b9568b013bf27d45"),
|
676
|
+
name: 'searchable'
|
677
|
+
});
|
678
|
+
});
|
679
|
+
amisEditorCore.setSchemaTpl('sortable', {
|
680
|
+
type: 'switch',
|
681
|
+
label: i18nRuntime.i18n("b4521626a48dcb61001fc563d2433ed3"),
|
682
|
+
name: 'sortable'
|
683
|
+
});
|
684
|
+
amisEditorCore.setSchemaTpl('onlyLeaf', {
|
685
|
+
type: 'switch',
|
686
|
+
label: amisEditorCore.tipedLabel(i18nRuntime.i18n("6fdccea6068e0698c565acd92052a86e"), i18nRuntime.i18n("a80c61384a8459ef7bfb5082a2b54b5f")),
|
687
|
+
horizontal: {
|
688
|
+
left: 5,
|
689
|
+
justify: true
|
690
|
+
},
|
691
|
+
name: 'onlyLeaf',
|
692
|
+
value: false,
|
693
|
+
inputClassName: 'is-inline'
|
694
|
+
});
|
695
|
+
amisEditorCore.setSchemaTpl('clearValueOnHidden', function () {
|
696
|
+
return amisEditorCore.getSchemaTpl('switch', {
|
631
697
|
type: 'switch',
|
632
|
-
label: BaseControl.tipedLabel('必须选到末级', '必须选择到末级,不能选择中间层级'),
|
633
698
|
horizontal: {
|
634
|
-
|
635
|
-
|
699
|
+
left: 8,
|
700
|
+
justify: true
|
636
701
|
},
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
});
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
|
650
|
-
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
label:
|
658
|
-
name: 'embed'
|
659
|
-
});
|
660
|
-
AMisCodeEditor.setSchemaTpl('buttonLevel', {
|
661
|
-
label: '按钮样式',
|
662
|
-
type: 'select',
|
663
|
-
name: 'level',
|
664
|
-
options: [
|
665
|
-
{
|
666
|
-
label: '默认',
|
667
|
-
value: 'default',
|
668
|
-
level: 'default'
|
669
|
-
},
|
670
|
-
{
|
671
|
-
label: '链接',
|
672
|
-
value: 'link',
|
673
|
-
level: 'link'
|
674
|
-
},
|
675
|
-
{
|
676
|
-
label: '主色',
|
677
|
-
value: 'primary',
|
678
|
-
level: 'primary'
|
679
|
-
},
|
680
|
-
{
|
681
|
-
label: '淡色',
|
682
|
-
value: 'light',
|
683
|
-
level: 'light'
|
684
|
-
},
|
685
|
-
{
|
686
|
-
label: '深色',
|
687
|
-
value: 'dark',
|
688
|
-
level: 'dark'
|
689
|
-
},
|
690
|
-
{
|
691
|
-
label: '提示',
|
692
|
-
value: 'info',
|
693
|
-
level: 'info'
|
694
|
-
},
|
695
|
-
{
|
696
|
-
label: '成功',
|
697
|
-
value: 'success',
|
698
|
-
level: 'success'
|
699
|
-
},
|
700
|
-
{
|
701
|
-
label: '警告',
|
702
|
-
value: 'warning',
|
703
|
-
level: 'warning'
|
704
|
-
},
|
705
|
-
{
|
706
|
-
label: '严重',
|
707
|
-
value: 'danger',
|
708
|
-
level: 'danger'
|
709
|
-
},
|
710
|
-
{
|
711
|
-
label: '次要',
|
712
|
-
value: 'secondary',
|
713
|
-
level: 'secondary'
|
714
|
-
},
|
715
|
-
{
|
716
|
-
label: '加强',
|
717
|
-
value: 'enhance',
|
718
|
-
level: 'enhance'
|
719
|
-
}
|
720
|
-
],
|
721
|
-
pipeIn: AMisCodeEditor.defaultValue('default')
|
722
|
-
});
|
723
|
-
AMisCodeEditor.setSchemaTpl('uploadType', {
|
724
|
-
label: '上传方式',
|
725
|
-
name: 'uploadType',
|
726
|
-
type: 'select',
|
727
|
-
value: 'fileReceptor',
|
728
|
-
options: [
|
729
|
-
{
|
730
|
-
label: '文件接收器',
|
731
|
-
value: 'fileReceptor'
|
732
|
-
},
|
733
|
-
{
|
734
|
-
label: '对象存储',
|
735
|
-
value: 'bos'
|
736
|
-
}
|
737
|
-
]
|
738
|
-
});
|
739
|
-
AMisCodeEditor.setSchemaTpl('bos', {
|
740
|
-
label: '存储仓库',
|
741
|
-
type: 'select',
|
742
|
-
name: 'bos',
|
702
|
+
label: amisEditorCore.tipedLabel(i18nRuntime.i18n("71758057056e7f31d73e3f3ac8860b4f"), i18nRuntime.i18n("ce641d8297471a5d65c46cdfb023097c")),
|
703
|
+
name: 'clearValueOnHidden'
|
704
|
+
});
|
705
|
+
});
|
706
|
+
amisEditorCore.setSchemaTpl('utc', {
|
707
|
+
type: 'switch',
|
708
|
+
label: amisEditorCore.tipedLabel(i18nRuntime.i18n("3e719b87b9ee71d4613caefbf2fd1074"), i18nRuntime.i18n("d52e57147787797ae0153d43bf8be298")),
|
709
|
+
name: 'utc',
|
710
|
+
inputClassName: 'is-inline'
|
711
|
+
});
|
712
|
+
amisEditorCore.setSchemaTpl('embed', {
|
713
|
+
type: 'switch',
|
714
|
+
label: i18nRuntime.i18n("339b9ebd91070de050b4bfe483aa4474"),
|
715
|
+
name: 'embed'
|
716
|
+
});
|
717
|
+
amisEditorCore.setSchemaTpl('buttonLevel', {
|
718
|
+
label: i18nRuntime.i18n("ac3880323853de9adc4f66bc06d438ff"),
|
719
|
+
type: 'select',
|
720
|
+
name: 'level',
|
721
|
+
options: [{
|
722
|
+
label: i18nRuntime.i18n("18c63459a2c069022c7790430f761214"),
|
743
723
|
value: 'default',
|
744
|
-
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
|
724
|
+
level: 'default'
|
725
|
+
}, {
|
726
|
+
label: i18nRuntime.i18n("bfe68d5844f8e54602760e18f45954f7"),
|
727
|
+
value: 'link',
|
728
|
+
level: 'link'
|
729
|
+
}, {
|
730
|
+
label: i18nRuntime.i18n("fbae87bcc352f6933541fb77a07418ed"),
|
731
|
+
value: 'primary',
|
732
|
+
level: 'primary'
|
733
|
+
}, {
|
734
|
+
label: i18nRuntime.i18n("49a79f4047b81186c069ed1c9c151c66"),
|
735
|
+
value: 'light',
|
736
|
+
level: 'light'
|
737
|
+
}, {
|
738
|
+
label: i18nRuntime.i18n("41e8e8b9935c9ee4e88b06643a2d5b81"),
|
739
|
+
value: 'dark',
|
740
|
+
level: 'dark'
|
741
|
+
}, {
|
742
|
+
label: i18nRuntime.i18n("02d9819ddaaaeb1b7b22b12608c7e5ca"),
|
743
|
+
value: 'info',
|
744
|
+
level: 'info'
|
745
|
+
}, {
|
746
|
+
label: i18nRuntime.i18n("330363dfc524cff2488f2ebde0500896"),
|
747
|
+
value: 'success',
|
748
|
+
level: 'success'
|
749
|
+
}, {
|
750
|
+
label: i18nRuntime.i18n("900c70fa5f7dbc014e6f762d5e0e885c"),
|
751
|
+
value: 'warning',
|
752
|
+
level: 'warning'
|
753
|
+
}, {
|
754
|
+
label: i18nRuntime.i18n("e2e27a87257599f83c817c43e724b6aa"),
|
755
|
+
value: 'danger',
|
756
|
+
level: 'danger'
|
757
|
+
}, {
|
758
|
+
label: i18nRuntime.i18n("bde770827b9137ddb3eb676878af9709"),
|
759
|
+
value: 'secondary',
|
760
|
+
level: 'secondary'
|
761
|
+
}, {
|
762
|
+
label: i18nRuntime.i18n("3d7443aeba7c8eaf1cbb42ad5232fa10"),
|
763
|
+
value: 'enhance',
|
764
|
+
level: 'enhance'
|
765
|
+
}],
|
766
|
+
pipeIn: amisEditorCore.defaultValue('default')
|
767
|
+
});
|
768
|
+
amisEditorCore.setSchemaTpl('uploadType', {
|
769
|
+
label: i18nRuntime.i18n("b1ea078db7298ea7872d894283378507"),
|
770
|
+
name: 'uploadType',
|
771
|
+
type: 'select',
|
772
|
+
value: 'fileReceptor',
|
773
|
+
options: [{
|
774
|
+
label: i18nRuntime.i18n("1e4dc4d5f4a3a95ddc349147d4d8cd39"),
|
775
|
+
value: 'fileReceptor'
|
776
|
+
}, {
|
777
|
+
label: i18nRuntime.i18n("74cef1162781310e1503d2dc463a76fc"),
|
778
|
+
value: 'bos'
|
779
|
+
}]
|
780
|
+
});
|
781
|
+
amisEditorCore.setSchemaTpl('bos', {
|
782
|
+
label: i18nRuntime.i18n("38fbc7fb70b4399d7e4050d3cbcdf229"),
|
783
|
+
type: 'select',
|
784
|
+
name: 'bos',
|
785
|
+
value: 'default',
|
786
|
+
options: [{
|
787
|
+
label: i18nRuntime.i18n("e5d59ccec2caa64ca83b7cc740645928"),
|
788
|
+
value: 'default'
|
789
|
+
}]
|
790
|
+
});
|
791
|
+
amisEditorCore.setSchemaTpl('badge', {
|
792
|
+
label: i18nRuntime.i18n("b8c467fce096a649583c0bc9d9281a5c"),
|
793
|
+
name: 'badge',
|
794
|
+
type: 'ae-badge'
|
795
|
+
});
|
796
|
+
amisEditorCore.setSchemaTpl('formulaControl', function (schema) {
|
797
|
+
if (schema === void 0) {
|
798
|
+
schema = {};
|
799
|
+
}
|
800
|
+
|
801
|
+
return tslib.__assign({
|
802
|
+
type: 'ae-formulaControl'
|
803
|
+
}, schema);
|
759
804
|
});
|
760
805
|
/**
|
761
806
|
* 日期范围快捷键组件
|
762
807
|
*/
|
763
|
-
|
764
|
-
|
765
|
-
|
766
|
-
}
|
767
|
-
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
|
772
|
-
|
773
|
-
|
774
|
-
|
775
|
-
}
|
776
|
-
|
777
|
-
|
778
|
-
|
779
|
-
|
780
|
-
mode: '
|
781
|
-
|
782
|
-
|
783
|
-
|
784
|
-
|
785
|
-
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
|
790
|
-
|
791
|
-
|
792
|
-
|
793
|
-
|
794
|
-
|
795
|
-
|
796
|
-
|
797
|
-
|
798
|
-
|
799
|
-
|
800
|
-
|
801
|
-
|
802
|
-
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
+
|
809
|
+
amisEditorCore.setSchemaTpl('dateShortCutControl', function (schema) {
|
810
|
+
if (schema === void 0) {
|
811
|
+
schema = {};
|
812
|
+
}
|
813
|
+
|
814
|
+
return tslib.__assign({
|
815
|
+
type: 'ae-DateShortCutControl'
|
816
|
+
}, schema);
|
817
|
+
});
|
818
|
+
amisEditorCore.setSchemaTpl('eventControl', function (schema) {
|
819
|
+
if (schema === void 0) {
|
820
|
+
schema = {};
|
821
|
+
}
|
822
|
+
|
823
|
+
return tslib.__assign({
|
824
|
+
type: 'ae-eventControl',
|
825
|
+
mode: 'normal'
|
826
|
+
}, schema);
|
827
|
+
});
|
828
|
+
amisEditorCore.setSchemaTpl('data', {
|
829
|
+
type: 'input-kv',
|
830
|
+
name: 'data',
|
831
|
+
label: i18nRuntime.i18n("b6789c926cf3d23d13a6a3220bcb8e23")
|
832
|
+
});
|
833
|
+
amisEditorCore.setSchemaTpl('app-page', {
|
834
|
+
type: 'nested-select',
|
835
|
+
label: i18nRuntime.i18n("a4895ee2e87d1c47b734dbcf1a535aeb"),
|
836
|
+
name: 'link',
|
837
|
+
mode: 'horizontal',
|
838
|
+
size: 'lg',
|
839
|
+
required: true,
|
840
|
+
options: []
|
841
|
+
});
|
842
|
+
amisEditorCore.setSchemaTpl('app-page-args', {
|
843
|
+
type: 'ae-DataMappingControl',
|
844
|
+
name: 'params',
|
845
|
+
label: i18nRuntime.i18n("0b72392143e4038e98128cb0f6f679b3"),
|
846
|
+
schema: {
|
847
|
+
"type": "object",
|
848
|
+
"properties": {}
|
849
|
+
},
|
850
|
+
mode: 'horizontal'
|
851
|
+
});
|
852
|
+
amisEditorCore.setSchemaTpl('iconLink', function (schema) {
|
853
|
+
var name = schema.name,
|
854
|
+
visibleOn = schema.visibleOn;
|
855
|
+
return {
|
856
|
+
name: name,
|
857
|
+
visibleOn: visibleOn,
|
858
|
+
label: i18nRuntime.i18n("5ef69f62dc668c1a3e68b51c50a2530a"),
|
859
|
+
type: 'icon-picker',
|
860
|
+
className: 'fix-icon-picker-overflow',
|
861
|
+
placeholder: i18nRuntime.i18n("b7dee01f2d085d90c47bcb8b490d9055"),
|
862
|
+
clearable: true,
|
863
|
+
description: ''
|
864
|
+
};
|
865
|
+
});
|
866
|
+
amisEditorCore.setSchemaTpl('iconLink', function (schema) {
|
867
|
+
var name = schema.name,
|
868
|
+
visibleOn = schema.visibleOn;
|
869
|
+
return {
|
870
|
+
name: name,
|
871
|
+
visibleOn: visibleOn,
|
872
|
+
label: i18nRuntime.i18n("5ef69f62dc668c1a3e68b51c50a2530a"),
|
873
|
+
type: 'icon-picker',
|
874
|
+
placeholder: i18nRuntime.i18n("b7dee01f2d085d90c47bcb8b490d9055"),
|
875
|
+
clearable: true,
|
876
|
+
description: ''
|
877
|
+
};
|
808
878
|
});
|