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
@@ -0,0 +1,1752 @@
|
|
1
|
+
/**
|
2
|
+
* amis-editor v5.2.0-beta.2
|
3
|
+
* Copyright 2018-2022 @fex
|
4
|
+
*/
|
5
|
+
|
6
|
+
import { __extends, __awaiter, __generator, __spreadArray, __assign } from 'tslib';
|
7
|
+
import cloneDeep from 'lodash/cloneDeep';
|
8
|
+
import React__default from 'react';
|
9
|
+
import { generateNodeId, DSBuilderManager, getSchemaTpl, tipedLabel, defaultValue, BasePlugin, registerEditorPlugin, DSFeature } from 'amis-editor-core';
|
10
|
+
import { flattenDeep, fromPairs, isObject, remove } from 'lodash';
|
11
|
+
import { findTree } from 'amis';
|
12
|
+
import { getArgsWrapper } from '../renderer/event-control/helper.js';
|
13
|
+
import { i18n } from 'i18n-runtime';
|
14
|
+
|
15
|
+
var findObj = function (obj, predicate, stop) {
|
16
|
+
var waitProcess = [obj];
|
17
|
+
|
18
|
+
while (waitProcess.length) {
|
19
|
+
var item = waitProcess.pop();
|
20
|
+
|
21
|
+
if (Array.isArray(item)) {
|
22
|
+
waitProcess.push.apply(waitProcess, item);
|
23
|
+
continue;
|
24
|
+
}
|
25
|
+
|
26
|
+
if (!isObject(item) || stop && stop(item)) {
|
27
|
+
continue;
|
28
|
+
}
|
29
|
+
|
30
|
+
if (predicate(item)) {
|
31
|
+
return item;
|
32
|
+
}
|
33
|
+
|
34
|
+
waitProcess.push.apply(waitProcess, Object.values(item));
|
35
|
+
}
|
36
|
+
};
|
37
|
+
|
38
|
+
var deepRemove = function (obj, predicate) {
|
39
|
+
var waitProcess = [obj];
|
40
|
+
|
41
|
+
var _loop_1 = function () {
|
42
|
+
var item = waitProcess.pop();
|
43
|
+
|
44
|
+
if (Array.isArray(item)) {
|
45
|
+
remove(item, predicate);
|
46
|
+
waitProcess.push.apply(waitProcess, item);
|
47
|
+
return "continue";
|
48
|
+
}
|
49
|
+
|
50
|
+
if (!isObject(item)) {
|
51
|
+
return "continue";
|
52
|
+
}
|
53
|
+
|
54
|
+
Object.entries(item).forEach(function (_a) {
|
55
|
+
var key = _a[0],
|
56
|
+
value = _a[1];
|
57
|
+
|
58
|
+
if (isObject(value) && predicate(value)) {
|
59
|
+
delete item[key];
|
60
|
+
}
|
61
|
+
|
62
|
+
waitProcess.push(value);
|
63
|
+
});
|
64
|
+
};
|
65
|
+
|
66
|
+
while (waitProcess.length) {
|
67
|
+
_loop_1();
|
68
|
+
}
|
69
|
+
};
|
70
|
+
|
71
|
+
var Tools = [{
|
72
|
+
label: i18n("a4313469fd7361486fe47076629c76ac"),
|
73
|
+
value: 'Insert',
|
74
|
+
resolveSchema: function (setting, builder) {
|
75
|
+
if (setting === void 0) {
|
76
|
+
setting = {};
|
77
|
+
}
|
78
|
+
|
79
|
+
var form = {
|
80
|
+
type: 'form',
|
81
|
+
body: [],
|
82
|
+
onEvent: {
|
83
|
+
submitSucc: {
|
84
|
+
actions: [{
|
85
|
+
actionType: 'search',
|
86
|
+
componentId: setting.id
|
87
|
+
}]
|
88
|
+
}
|
89
|
+
}
|
90
|
+
};
|
91
|
+
builder.resolveCreateSchema({
|
92
|
+
schema: form,
|
93
|
+
setting: setting,
|
94
|
+
feat: 'Insert',
|
95
|
+
inCrud: true
|
96
|
+
});
|
97
|
+
return {
|
98
|
+
type: 'button',
|
99
|
+
behavior: 'Insert',
|
100
|
+
label: i18n("66ab5e9f24c8f46012a25c89919fb191"),
|
101
|
+
level: 'primary',
|
102
|
+
className: 'm-r-xs',
|
103
|
+
onEvent: {
|
104
|
+
click: {
|
105
|
+
actions: [{
|
106
|
+
actionType: 'dialog',
|
107
|
+
dialog: {
|
108
|
+
title: i18n("50abd0bf31e07dbee84e9e5b9a407840"),
|
109
|
+
body: form
|
110
|
+
}
|
111
|
+
}]
|
112
|
+
}
|
113
|
+
}
|
114
|
+
};
|
115
|
+
},
|
116
|
+
align: 'left'
|
117
|
+
}, {
|
118
|
+
label: i18n("e73cefac9d030927da1618c7b15c98c9"),
|
119
|
+
value: 'BulkEdit',
|
120
|
+
resolveSchema: function (setting, builder) {
|
121
|
+
if (setting === void 0) {
|
122
|
+
setting = {};
|
123
|
+
}
|
124
|
+
|
125
|
+
var form = {
|
126
|
+
type: 'form',
|
127
|
+
// @ts-ignore
|
128
|
+
behavior: 'BulkEdit',
|
129
|
+
body: [],
|
130
|
+
onEvent: {
|
131
|
+
submitSucc: {
|
132
|
+
actions: [{
|
133
|
+
actionType: 'search',
|
134
|
+
componentId: setting.id
|
135
|
+
}]
|
136
|
+
}
|
137
|
+
}
|
138
|
+
};
|
139
|
+
builder.resolveCreateSchema({
|
140
|
+
schema: form,
|
141
|
+
setting: setting,
|
142
|
+
feat: 'BulkEdit',
|
143
|
+
inCrud: true
|
144
|
+
});
|
145
|
+
return {
|
146
|
+
type: 'button',
|
147
|
+
behavior: 'BulkEdit',
|
148
|
+
label: i18n("e73cefac9d030927da1618c7b15c98c9"),
|
149
|
+
className: 'm-r-xs',
|
150
|
+
onEvent: {
|
151
|
+
click: {
|
152
|
+
actions: [{
|
153
|
+
actionType: 'dialog',
|
154
|
+
dialog: {
|
155
|
+
title: i18n("e73cefac9d030927da1618c7b15c98c9"),
|
156
|
+
body: form
|
157
|
+
}
|
158
|
+
}]
|
159
|
+
}
|
160
|
+
},
|
161
|
+
disabledOn: 'selectedItems != null && selectedItems.length < 1'
|
162
|
+
};
|
163
|
+
},
|
164
|
+
align: 'left'
|
165
|
+
}, {
|
166
|
+
label: i18n("7fb62b30119c3797a843a48368463314"),
|
167
|
+
value: 'BulkDelete',
|
168
|
+
resolveSchema: function (setting, builder) {
|
169
|
+
var _a, _b, _c;
|
170
|
+
|
171
|
+
if (setting === void 0) {
|
172
|
+
setting = {};
|
173
|
+
}
|
174
|
+
|
175
|
+
var button = {
|
176
|
+
type: 'button',
|
177
|
+
className: 'm-r-xs',
|
178
|
+
label: i18n("7fb62b30119c3797a843a48368463314"),
|
179
|
+
level: 'danger',
|
180
|
+
// @ts-ignore
|
181
|
+
behavior: 'BulkDelete',
|
182
|
+
disabledOn: 'selectedItems != null && selectedItems.length < 1'
|
183
|
+
};
|
184
|
+
builder.resolveDeleteSchema({
|
185
|
+
schema: button,
|
186
|
+
setting: setting,
|
187
|
+
feat: 'BulkDelete'
|
188
|
+
});
|
189
|
+
(_c = (_b = (_a = button.onEvent) === null || _a === void 0 ? void 0 : _a.click) === null || _b === void 0 ? void 0 : _b.actions) === null || _c === void 0 ? void 0 : _c.push({
|
190
|
+
actionType: 'search',
|
191
|
+
componentId: setting.id
|
192
|
+
});
|
193
|
+
return button;
|
194
|
+
},
|
195
|
+
align: 'left'
|
196
|
+
}, {
|
197
|
+
label: i18n("73f28ac83b623fb81d73f16fb3856fa0"),
|
198
|
+
value: 'Import',
|
199
|
+
resolveSchema: function (setting, builder) {
|
200
|
+
|
201
|
+
return {
|
202
|
+
type: 'button',
|
203
|
+
className: 'm-r-xs',
|
204
|
+
label: i18n("8d9a071ee2ef45e045968e117a205c07"),
|
205
|
+
// @ts-ignore
|
206
|
+
behavior: 'Import'
|
207
|
+
};
|
208
|
+
},
|
209
|
+
align: 'left'
|
210
|
+
}, {
|
211
|
+
label: i18n("09d44261d7883bf5141a462a790d2816"),
|
212
|
+
value: 'Export',
|
213
|
+
resolveSchema: function (setting, builder) {
|
214
|
+
|
215
|
+
return {
|
216
|
+
type: 'button',
|
217
|
+
className: 'm-r-xs',
|
218
|
+
label: i18n("55405ea6ff6fd823ffab7e6b10ddfa95"),
|
219
|
+
// @ts-ignore
|
220
|
+
behavior: 'Export'
|
221
|
+
};
|
222
|
+
},
|
223
|
+
align: 'left'
|
224
|
+
}];
|
225
|
+
var FilterTypes = [{
|
226
|
+
label: i18n("6ff4bf3d567e977aa4c90c27dff1e6db"),
|
227
|
+
value: 'FuzzyQuery',
|
228
|
+
resolveSchema: function (setting, builder) {
|
229
|
+
if (setting === void 0) {
|
230
|
+
setting = {};
|
231
|
+
}
|
232
|
+
|
233
|
+
var formId = generateNodeId();
|
234
|
+
return {
|
235
|
+
type: 'form',
|
236
|
+
behavior: 'FuzzyQuery',
|
237
|
+
id: formId,
|
238
|
+
submitOnChange: true,
|
239
|
+
wrapWithPanel: false,
|
240
|
+
onEvent: {
|
241
|
+
validateSucc: {
|
242
|
+
actions: [{
|
243
|
+
actionType: 'search',
|
244
|
+
componentId: setting.id,
|
245
|
+
args: {
|
246
|
+
query: '${event.data}'
|
247
|
+
}
|
248
|
+
}]
|
249
|
+
}
|
250
|
+
},
|
251
|
+
body: [{
|
252
|
+
name: 'keywords',
|
253
|
+
type: 'input-text',
|
254
|
+
label: false,
|
255
|
+
addOn: {
|
256
|
+
type: 'button',
|
257
|
+
label: i18n("e5f71fc31e7246dd6ccc5539570471b0"),
|
258
|
+
onEvent: {
|
259
|
+
click: {
|
260
|
+
actions: [{
|
261
|
+
actionType: 'submit',
|
262
|
+
componentId: formId
|
263
|
+
}]
|
264
|
+
}
|
265
|
+
}
|
266
|
+
}
|
267
|
+
}]
|
268
|
+
};
|
269
|
+
}
|
270
|
+
}, {
|
271
|
+
label: i18n("c26996a6506adf397f0668d376d0b40b"),
|
272
|
+
value: 'SimpleQuery',
|
273
|
+
resolveSchema: function (setting, builder) {
|
274
|
+
if (setting === void 0) {
|
275
|
+
setting = {};
|
276
|
+
}
|
277
|
+
|
278
|
+
return {
|
279
|
+
title: i18n("c26996a6506adf397f0668d376d0b40b"),
|
280
|
+
type: 'form',
|
281
|
+
mode: 'inline',
|
282
|
+
behavior: 'SimpleQuery',
|
283
|
+
body: builder.resolveSimpleFilterSchema({
|
284
|
+
setting: setting
|
285
|
+
}) || [],
|
286
|
+
actions: [{
|
287
|
+
type: 'submit',
|
288
|
+
label: i18n("bee912d79eefb7335988c4997aa9138d")
|
289
|
+
}, {
|
290
|
+
type: 'reset',
|
291
|
+
label: i18n("4b9c3271dc2f299dc3aeffb369187513")
|
292
|
+
}],
|
293
|
+
onEvent: {
|
294
|
+
validateSucc: {
|
295
|
+
actions: [{
|
296
|
+
actionType: 'search',
|
297
|
+
componentId: setting.id,
|
298
|
+
args: {
|
299
|
+
query: {
|
300
|
+
simpleFilters: '${event.data}'
|
301
|
+
}
|
302
|
+
}
|
303
|
+
}]
|
304
|
+
}
|
305
|
+
}
|
306
|
+
};
|
307
|
+
}
|
308
|
+
}, {
|
309
|
+
label: i18n("9c4666fd08c2738eb9611a3721cb5f0f"),
|
310
|
+
value: 'AdvancedQuery',
|
311
|
+
resolveSchema: function (setting, builder) {
|
312
|
+
if (setting === void 0) {
|
313
|
+
setting = {};
|
314
|
+
}
|
315
|
+
|
316
|
+
return {
|
317
|
+
title: i18n("9c4666fd08c2738eb9611a3721cb5f0f"),
|
318
|
+
type: 'form',
|
319
|
+
mode: 'inline',
|
320
|
+
behavior: 'AdvancedQuery',
|
321
|
+
body: builder.resolveAdvancedFilterSchema({
|
322
|
+
setting: setting
|
323
|
+
}) || [],
|
324
|
+
actions: [{
|
325
|
+
type: 'submit',
|
326
|
+
label: i18n("bee912d79eefb7335988c4997aa9138d")
|
327
|
+
}, {
|
328
|
+
type: 'reset',
|
329
|
+
label: i18n("4b9c3271dc2f299dc3aeffb369187513")
|
330
|
+
}],
|
331
|
+
onEvent: {
|
332
|
+
validateSucc: {
|
333
|
+
actions: [{
|
334
|
+
actionType: 'search',
|
335
|
+
componentId: setting.id,
|
336
|
+
args: {
|
337
|
+
query: {
|
338
|
+
customFilters: '${event.data}'
|
339
|
+
}
|
340
|
+
}
|
341
|
+
}]
|
342
|
+
}
|
343
|
+
}
|
344
|
+
};
|
345
|
+
}
|
346
|
+
}]; // 数据操作
|
347
|
+
|
348
|
+
var DataOperators = [{
|
349
|
+
label: i18n("5b48dbb8dc710cffe6313bb56a7f6d47"),
|
350
|
+
value: 'View',
|
351
|
+
resolveSchema: function (setting, builder) {
|
352
|
+
if (setting === void 0) {
|
353
|
+
setting = {};
|
354
|
+
}
|
355
|
+
|
356
|
+
return {
|
357
|
+
type: 'button',
|
358
|
+
label: i18n("607e7a4f377fa66b0b28ce318aab841f"),
|
359
|
+
level: 'link',
|
360
|
+
behavior: 'View',
|
361
|
+
onEvent: {
|
362
|
+
click: {
|
363
|
+
actions: [{
|
364
|
+
actionType: 'dialog',
|
365
|
+
dialog: {
|
366
|
+
type: 'form',
|
367
|
+
title: i18n("607e7a4f377fa66b0b28ce318aab841f"),
|
368
|
+
body: builder.resolveViewSchema({
|
369
|
+
setting: setting
|
370
|
+
})
|
371
|
+
}
|
372
|
+
}]
|
373
|
+
}
|
374
|
+
}
|
375
|
+
};
|
376
|
+
}
|
377
|
+
}, {
|
378
|
+
label: i18n("e22b59b6bda1cf9a58f8979fd0a0b43c"),
|
379
|
+
value: 'Edit',
|
380
|
+
resolveSchema: function (setting, builder) {
|
381
|
+
if (setting === void 0) {
|
382
|
+
setting = {};
|
383
|
+
}
|
384
|
+
|
385
|
+
var form = {
|
386
|
+
type: 'form',
|
387
|
+
body: [],
|
388
|
+
onEvent: {
|
389
|
+
submitSucc: {
|
390
|
+
actions: [{
|
391
|
+
actionType: 'search',
|
392
|
+
componentId: setting.id
|
393
|
+
}]
|
394
|
+
}
|
395
|
+
}
|
396
|
+
};
|
397
|
+
builder.resolveCreateSchema({
|
398
|
+
schema: form,
|
399
|
+
setting: setting,
|
400
|
+
feat: 'Edit',
|
401
|
+
inCrud: true
|
402
|
+
});
|
403
|
+
return {
|
404
|
+
type: 'button',
|
405
|
+
label: i18n("95b351c86267f3aedf89520959bce689"),
|
406
|
+
level: 'link',
|
407
|
+
behavior: 'Edit',
|
408
|
+
onEvent: {
|
409
|
+
click: {
|
410
|
+
actions: [{
|
411
|
+
actionType: 'dialog',
|
412
|
+
dialog: {
|
413
|
+
title: i18n("95b351c86267f3aedf89520959bce689"),
|
414
|
+
body: form
|
415
|
+
}
|
416
|
+
}]
|
417
|
+
}
|
418
|
+
}
|
419
|
+
};
|
420
|
+
}
|
421
|
+
}, {
|
422
|
+
label: i18n("a790208cafd5c95a18dd9a168319ecf8"),
|
423
|
+
value: 'Delete',
|
424
|
+
resolveSchema: function (setting, builder) {
|
425
|
+
var _a, _b, _c;
|
426
|
+
|
427
|
+
if (setting === void 0) {
|
428
|
+
setting = {};
|
429
|
+
}
|
430
|
+
|
431
|
+
var button = {
|
432
|
+
type: 'button',
|
433
|
+
className: 'm-r-xs',
|
434
|
+
label: i18n("2f4aaddde33c9b93c36fd2503f3d122b"),
|
435
|
+
level: 'link',
|
436
|
+
// @ts-ignore
|
437
|
+
behavior: 'Delete'
|
438
|
+
};
|
439
|
+
builder.resolveDeleteSchema({
|
440
|
+
schema: button,
|
441
|
+
setting: setting,
|
442
|
+
feat: 'Delete'
|
443
|
+
});
|
444
|
+
(_c = (_b = (_a = button.onEvent) === null || _a === void 0 ? void 0 : _a.click) === null || _b === void 0 ? void 0 : _b.actions) === null || _c === void 0 ? void 0 : _c.push({
|
445
|
+
actionType: 'search',
|
446
|
+
componentId: setting.id
|
447
|
+
});
|
448
|
+
return button;
|
449
|
+
}
|
450
|
+
}];
|
451
|
+
|
452
|
+
var CRUDPlugin =
|
453
|
+
/** @class */
|
454
|
+
function (_super) {
|
455
|
+
__extends(CRUDPlugin, _super);
|
456
|
+
|
457
|
+
function CRUDPlugin(manager) {
|
458
|
+
var _this = _super.call(this, manager) || this;
|
459
|
+
|
460
|
+
_this.disabledRendererPlugin = true; // 关联渲染器名字
|
461
|
+
|
462
|
+
_this.rendererName = 'crud2';
|
463
|
+
_this.multifactor = true;
|
464
|
+
_this.$schema = '/schemas/CRUD2Schema.json';
|
465
|
+
_this.order = -1000;
|
466
|
+
_this.docLink = '/amis/zh-CN/components/crud';
|
467
|
+
_this.tags = [i18n("73721e611daaafe5c34aa9f3f901d016")];
|
468
|
+
_this.events = [{
|
469
|
+
eventName: 'get-data',
|
470
|
+
eventLabel: i18n("1b79a4f49b7a21e62b8868f12189b0b0"),
|
471
|
+
description: i18n("5a28d015b7b3518f75bc4cc27d9f6c20")
|
472
|
+
}];
|
473
|
+
_this.actions = [{
|
474
|
+
actionType: 'search',
|
475
|
+
actionLabel: i18n("cfd84204d9476936c949d071cc2338cf"),
|
476
|
+
description: i18n("c6bd3393c21379d3f75d179abe36da3d"),
|
477
|
+
descDetail: function (info) {
|
478
|
+
return React__default.createElement("div", null, React__default.createElement("span", {
|
479
|
+
className: "variable-right"
|
480
|
+
}, info === null || info === void 0 ? void 0 : info.__rendererLabel), "\u89E6\u53D1\u6570\u636E\u67E5\u8BE2");
|
481
|
+
},
|
482
|
+
schema: getArgsWrapper({
|
483
|
+
type: 'input-formula',
|
484
|
+
variables: '${variables}',
|
485
|
+
evalMode: false,
|
486
|
+
variableMode: 'tabs',
|
487
|
+
label: i18n("cf12e55021998a8328201800ec356773"),
|
488
|
+
size: 'md',
|
489
|
+
name: 'query',
|
490
|
+
mode: 'horizontal'
|
491
|
+
})
|
492
|
+
}, // {
|
493
|
+
// actionType: 'resetQuery',
|
494
|
+
// actionLabel: '重置查询',
|
495
|
+
// description: '重新恢复查询条件为初始值',
|
496
|
+
// desc: (info: any) => {
|
497
|
+
// return (
|
498
|
+
// <div>
|
499
|
+
// <span className="variable-right">{info?.__rendererLabel}</span>
|
500
|
+
// 重置初始查询条件
|
501
|
+
// </div>
|
502
|
+
// );
|
503
|
+
// }
|
504
|
+
// },
|
505
|
+
{
|
506
|
+
actionType: 'loadMore',
|
507
|
+
actionLabel: i18n("77281549955309c49f5eef77838a85e5"),
|
508
|
+
description: i18n("b3a4d6a345372c5def1d5a1bf6077bce"),
|
509
|
+
descDetail: function (info) {
|
510
|
+
return React__default.createElement("div", null, React__default.createElement("span", {
|
511
|
+
className: "variable-right"
|
512
|
+
}, info === null || info === void 0 ? void 0 : info.__rendererLabel), "\u52A0\u8F7D\u66F4\u591A\u6570\u636E");
|
513
|
+
}
|
514
|
+
}];
|
515
|
+
_this.previewSchema = {
|
516
|
+
syncLocation: false,
|
517
|
+
type: 'crud2',
|
518
|
+
className: 'text-left',
|
519
|
+
bodyClassName: 'm-b-none',
|
520
|
+
affixHeader: false,
|
521
|
+
data: {
|
522
|
+
items: [{
|
523
|
+
a: 1,
|
524
|
+
b: 2
|
525
|
+
}, {
|
526
|
+
a: 3,
|
527
|
+
b: 4
|
528
|
+
}, {
|
529
|
+
a: 5,
|
530
|
+
b: 6
|
531
|
+
}]
|
532
|
+
},
|
533
|
+
source: '${items}',
|
534
|
+
columns: [{
|
535
|
+
title: 'A',
|
536
|
+
key: 'a'
|
537
|
+
}, {
|
538
|
+
title: 'B',
|
539
|
+
key: 'b'
|
540
|
+
}, {
|
541
|
+
key: 'operation',
|
542
|
+
title: i18n("2b6bc0f293f5ca01b006206c2535ccbc"),
|
543
|
+
buttons: [{
|
544
|
+
icon: 'fa fa-eye',
|
545
|
+
type: 'button'
|
546
|
+
}, {
|
547
|
+
icon: 'fa fa-edit',
|
548
|
+
type: 'button'
|
549
|
+
}]
|
550
|
+
}]
|
551
|
+
};
|
552
|
+
_this.dsBuilderMgr = new DSBuilderManager('crud2', 'api');
|
553
|
+
return _this;
|
554
|
+
}
|
555
|
+
|
556
|
+
CRUDPlugin.prototype.afterBuildPanelBody = function (event) {
|
557
|
+
var _a;
|
558
|
+
|
559
|
+
return __awaiter(this, void 0, void 0, function () {
|
560
|
+
var context;
|
561
|
+
return __generator(this, function (_b) {
|
562
|
+
switch (_b.label) {
|
563
|
+
case 0:
|
564
|
+
context = event.context.context;
|
565
|
+
if (!(((_a = context.info.renderer) === null || _a === void 0 ? void 0 : _a.isFormItem) && new RegExp('/crud2/filter/').test(context.path))) return [3
|
566
|
+
/*break*/
|
567
|
+
, 2];
|
568
|
+
return [4
|
569
|
+
/*yield*/
|
570
|
+
, this.addFilterPanelSetting(event.context)];
|
571
|
+
|
572
|
+
case 1:
|
573
|
+
_b.sent();
|
574
|
+
|
575
|
+
return [3
|
576
|
+
/*break*/
|
577
|
+
, 3];
|
578
|
+
|
579
|
+
case 2:
|
580
|
+
if (context.schema.type === 'crud2' && context.schema.mode === this.scaffold.mode) {
|
581
|
+
this.addListPanelSetting(event.context);
|
582
|
+
}
|
583
|
+
|
584
|
+
_b.label = 3;
|
585
|
+
|
586
|
+
case 3:
|
587
|
+
return [2
|
588
|
+
/*return*/
|
589
|
+
];
|
590
|
+
}
|
591
|
+
});
|
592
|
+
});
|
593
|
+
};
|
594
|
+
|
595
|
+
CRUDPlugin.prototype.addFilterPanelSetting = function (context) {
|
596
|
+
var _a;
|
597
|
+
|
598
|
+
return __awaiter(this, void 0, void 0, function () {
|
599
|
+
var _b, info, node, form, host, builder, body_1;
|
600
|
+
|
601
|
+
return __generator(this, function (_c) {
|
602
|
+
switch (_c.label) {
|
603
|
+
case 0:
|
604
|
+
_b = context.context, info = _b.info, node = _b.node;
|
605
|
+
if (!((_a = info.renderer) === null || _a === void 0 ? void 0 : _a.isFormItem)) return [3
|
606
|
+
/*break*/
|
607
|
+
, 2];
|
608
|
+
form = node.getClosestParentByType('form');
|
609
|
+
host = node.getClosestParentByType('crud2');
|
610
|
+
|
611
|
+
if (!host || !form || !form.schema.behavior || host.schema.mode !== this.scaffold.mode) {
|
612
|
+
return [2
|
613
|
+
/*return*/
|
614
|
+
];
|
615
|
+
}
|
616
|
+
|
617
|
+
builder = this.dsBuilderMgr.resolveBuilderBySchema(host.schema, 'api');
|
618
|
+
return [4
|
619
|
+
/*yield*/
|
620
|
+
, builder.makeFieldFilterSetting({
|
621
|
+
schema: host.schema,
|
622
|
+
sourceKey: 'api',
|
623
|
+
fieldName: node.schema.name
|
624
|
+
})];
|
625
|
+
|
626
|
+
case 1:
|
627
|
+
body_1 = _c.sent();
|
628
|
+
|
629
|
+
if (!body_1 || !body_1.length) {
|
630
|
+
return [2
|
631
|
+
/*return*/
|
632
|
+
];
|
633
|
+
} // 可能会出错,但是cards table-v2 list 配置面板结构统一,因此
|
634
|
+
|
635
|
+
|
636
|
+
context.data.tabs.forEach(function (tab) {
|
637
|
+
if (tab.title === i18n("24d67862f87f439db7ca957aecb77cce")) {
|
638
|
+
tab.body[0].body.forEach(function (collapse) {
|
639
|
+
var _a;
|
640
|
+
|
641
|
+
if (collapse.title === i18n("4092ed98e9035652d4c9ca9441701ed7")) {
|
642
|
+
// 在标题后面插入过滤条件
|
643
|
+
(_a = collapse.body).splice.apply(_a, __spreadArray([2, 0], body_1, false));
|
644
|
+
}
|
645
|
+
});
|
646
|
+
}
|
647
|
+
});
|
648
|
+
_c.label = 2;
|
649
|
+
|
650
|
+
case 2:
|
651
|
+
return [2
|
652
|
+
/*return*/
|
653
|
+
];
|
654
|
+
}
|
655
|
+
});
|
656
|
+
});
|
657
|
+
};
|
658
|
+
|
659
|
+
CRUDPlugin.prototype.addDataOperatorSchema = function (schema, content) {};
|
660
|
+
|
661
|
+
CRUDPlugin.prototype.addFeatToToolbar = function (schema, content, position, align) {
|
662
|
+
var region = "".concat(position, "Toolbar");
|
663
|
+
schema[region] = schema[region] || [{
|
664
|
+
type: 'grid',
|
665
|
+
columns: [{
|
666
|
+
body: []
|
667
|
+
}, {
|
668
|
+
columnClassName: 'text-right',
|
669
|
+
body: []
|
670
|
+
}]
|
671
|
+
}]; // 尝试放到左面第一个,否则只能放外头了
|
672
|
+
|
673
|
+
try {
|
674
|
+
schema[region][0].columns[align === 'left' ? 0 : 1].body.unshift(content);
|
675
|
+
} catch (e) {
|
676
|
+
schema[region].unshift(content);
|
677
|
+
}
|
678
|
+
};
|
679
|
+
|
680
|
+
CRUDPlugin.prototype.filterOperators = function (builder, context) {
|
681
|
+
var _this = this;
|
682
|
+
|
683
|
+
var operators = [];
|
684
|
+
Tools.forEach(function (tool) {
|
685
|
+
if (!builder.features.includes(tool.value)) {
|
686
|
+
return;
|
687
|
+
}
|
688
|
+
|
689
|
+
operators.push(__assign(__assign({}, tool), {
|
690
|
+
remove: function (schema) {
|
691
|
+
deepRemove(schema.headerToolbar, function (item) {
|
692
|
+
return item.behavior === tool.value;
|
693
|
+
});
|
694
|
+
deepRemove(schema.footerToolbar, function (item) {
|
695
|
+
return item.behavior === tool.value;
|
696
|
+
});
|
697
|
+
},
|
698
|
+
add: function (data) {
|
699
|
+
_this.addFeatToToolbar(data, tool.resolveSchema(data, builder), 'header', tool.align);
|
700
|
+
},
|
701
|
+
isActive: function (data) {
|
702
|
+
return _this.isFeatActive(data, tool.value, 'headerToolbar', 'footerToolbar');
|
703
|
+
}
|
704
|
+
}));
|
705
|
+
}); // 只有表格才能找到操作列放这个内容,卡片和列表不知道位置
|
706
|
+
|
707
|
+
if (context.schema.mode === 'table-v2') {
|
708
|
+
DataOperators.forEach(function (op) {
|
709
|
+
if (!builder.features.includes(op.value)) {
|
710
|
+
return;
|
711
|
+
}
|
712
|
+
|
713
|
+
operators.push(__assign(__assign({}, op), {
|
714
|
+
remove: function (schema) {
|
715
|
+
deepRemove(schema.columns, function (item) {
|
716
|
+
return item.behavior === op.value;
|
717
|
+
});
|
718
|
+
},
|
719
|
+
add: function (data) {
|
720
|
+
_this.addDataOperatorSchema(data, op.resolveSchema(data, builder));
|
721
|
+
},
|
722
|
+
isActive: function (data) {
|
723
|
+
return _this.isFeatActive(data, op.value, 'columns');
|
724
|
+
}
|
725
|
+
}));
|
726
|
+
});
|
727
|
+
}
|
728
|
+
|
729
|
+
return operators;
|
730
|
+
};
|
731
|
+
|
732
|
+
CRUDPlugin.prototype.makeFeatSetting = function (feat, builder, inScaffold) {
|
733
|
+
if (feat.makeSetting) {
|
734
|
+
return feat.makeSetting(builder);
|
735
|
+
}
|
736
|
+
|
737
|
+
return builder.makeFieldsSettingForm({
|
738
|
+
feat: feat.value,
|
739
|
+
inCrud: true,
|
740
|
+
inScaffold: inScaffold
|
741
|
+
});
|
742
|
+
};
|
743
|
+
|
744
|
+
CRUDPlugin.prototype.isFeatActive = function (schema, feat) {
|
745
|
+
var scope = [];
|
746
|
+
|
747
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
748
|
+
scope[_i - 2] = arguments[_i];
|
749
|
+
}
|
750
|
+
|
751
|
+
if (scope.length === 0) {
|
752
|
+
return findObj(schema, function (item) {
|
753
|
+
return item.behavior === feat;
|
754
|
+
});
|
755
|
+
}
|
756
|
+
|
757
|
+
var region = null;
|
758
|
+
|
759
|
+
while (region = scope.shift()) {
|
760
|
+
if (findObj(schema[region], function (item) {
|
761
|
+
return item.behavior === feat;
|
762
|
+
})) {
|
763
|
+
return true;
|
764
|
+
}
|
765
|
+
}
|
766
|
+
|
767
|
+
return false;
|
768
|
+
};
|
769
|
+
|
770
|
+
CRUDPlugin.prototype.removeFeatSchema = function (schema, feat) {
|
771
|
+
var scope = [];
|
772
|
+
|
773
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
774
|
+
scope[_i - 2] = arguments[_i];
|
775
|
+
}
|
776
|
+
|
777
|
+
if (scope.length === 0) {
|
778
|
+
return deepRemove(schema, function (item) {
|
779
|
+
return item.behavior === feat;
|
780
|
+
});
|
781
|
+
}
|
782
|
+
|
783
|
+
var region = null;
|
784
|
+
|
785
|
+
while (region = scope.shift()) {
|
786
|
+
deepRemove(schema[region], function (item) {
|
787
|
+
return item.behavior === feat;
|
788
|
+
});
|
789
|
+
}
|
790
|
+
|
791
|
+
return false;
|
792
|
+
};
|
793
|
+
|
794
|
+
CRUDPlugin.prototype.filterColumns = function (builder, context) {
|
795
|
+
var _a, _b, _c;
|
796
|
+
|
797
|
+
var existColsName = [];
|
798
|
+
var columns = []; // 实时获取,否则点击预览再回到编辑的时context中的node失效
|
799
|
+
|
800
|
+
var node = this.manager.store.getNodeById(context.id);
|
801
|
+
|
802
|
+
if (!node) {
|
803
|
+
return columns;
|
804
|
+
}
|
805
|
+
|
806
|
+
var existCols = ((_b = (_a = node.children.find(function (child) {
|
807
|
+
return child.type === 'table-v2';
|
808
|
+
})) === null || _a === void 0 ? void 0 : _a.children[0]) === null || _b === void 0 ? void 0 : _b.children) || [];
|
809
|
+
var hasOperatorCol = (_c = node.schema.columns) === null || _c === void 0 ? void 0 : _c.some(function (col) {
|
810
|
+
return col.type === 'operation';
|
811
|
+
});
|
812
|
+
existCols.some(function (col, index) {
|
813
|
+
var _a; // 严格来说是单元格的集合,因此要屏蔽掉
|
814
|
+
|
815
|
+
|
816
|
+
if (index !== 0 && col.id === existCols[0].id) {
|
817
|
+
return true;
|
818
|
+
}
|
819
|
+
|
820
|
+
col.schema && columns.push({
|
821
|
+
label: col.schema.title,
|
822
|
+
value: col.id
|
823
|
+
});
|
824
|
+
((_a = col.schema) === null || _a === void 0 ? void 0 : _a.key) && existColsName.push(col.schema.key);
|
825
|
+
return false;
|
826
|
+
});
|
827
|
+
|
828
|
+
if (node.schema.__fields) {
|
829
|
+
var appendCols = builder.makeTableColumnsByFields(node.schema.__fields);
|
830
|
+
|
831
|
+
if (appendCols === null || appendCols === void 0 ? void 0 : appendCols.length) {
|
832
|
+
appendCols.forEach(function (col) {
|
833
|
+
if (existColsName.includes(col.key)) {
|
834
|
+
return;
|
835
|
+
}
|
836
|
+
|
837
|
+
columns.push({
|
838
|
+
label: col.title,
|
839
|
+
value: null,
|
840
|
+
add: function (data) {
|
841
|
+
data.columns.push(col);
|
842
|
+
},
|
843
|
+
isActive: function () {
|
844
|
+
return false;
|
845
|
+
}
|
846
|
+
});
|
847
|
+
});
|
848
|
+
}
|
849
|
+
}
|
850
|
+
|
851
|
+
if (!hasOperatorCol) {
|
852
|
+
columns.push({
|
853
|
+
label: i18n("39ccc34fa3ee9be12d8bae7e6fecbac2"),
|
854
|
+
value: null,
|
855
|
+
isActive: function () {
|
856
|
+
return false;
|
857
|
+
},
|
858
|
+
add: function (data) {
|
859
|
+
data.columns.push({
|
860
|
+
type: 'operation',
|
861
|
+
title: i18n("2b6bc0f293f5ca01b006206c2535ccbc"),
|
862
|
+
buttons: []
|
863
|
+
});
|
864
|
+
}
|
865
|
+
});
|
866
|
+
} // context.node.
|
867
|
+
// // 只有表格才能找到操作列放这个内容,卡片和列表不知道位置
|
868
|
+
// if (context.schema.mode === 'table-v2') {
|
869
|
+
// DataOperators.forEach(op => {
|
870
|
+
// if (!builder.features.includes(op.value)) {
|
871
|
+
// return;
|
872
|
+
// }
|
873
|
+
// operators.push({
|
874
|
+
// ...op,
|
875
|
+
// remove: (schema: any) => {
|
876
|
+
// deepRemove(schema.columns, item => item.behavior === op.value);
|
877
|
+
// },
|
878
|
+
// add: (data: any) => {
|
879
|
+
// this.addDataOperatorSchema(data, op.resolveSchema(data, builder));
|
880
|
+
// },
|
881
|
+
// isActive:(data: any) => {
|
882
|
+
// return this.isFeatActive(data, op.value, 'columns');
|
883
|
+
// }
|
884
|
+
// });
|
885
|
+
// });
|
886
|
+
// }
|
887
|
+
|
888
|
+
|
889
|
+
return columns;
|
890
|
+
};
|
891
|
+
|
892
|
+
CRUDPlugin.prototype.addListPanelSetting = function (context) {
|
893
|
+
var _this = this;
|
894
|
+
|
895
|
+
var body = context.data;
|
896
|
+
var builder = this.dsBuilderMgr.resolveBuilderBySchema(context.context.schema, 'api');
|
897
|
+
body.tabs.forEach(function (tab) {
|
898
|
+
var _a, _b;
|
899
|
+
|
900
|
+
if (tab.title === i18n("24d67862f87f439db7ca957aecb77cce")) {
|
901
|
+
tab.body[0].body.forEach(function (collapse) {
|
902
|
+
var _a;
|
903
|
+
|
904
|
+
if (collapse.title === i18n("4092ed98e9035652d4c9ca9441701ed7")) {
|
905
|
+
(_a = collapse.body).unshift.apply(_a, __spreadArray(__spreadArray([], builder.makeSourceSettingForm({
|
906
|
+
name: 'api',
|
907
|
+
label: i18n("c11322c9cc43ce3c004cf03f5ac0acd0"),
|
908
|
+
feat: 'List',
|
909
|
+
inCrud: true
|
910
|
+
}), false), [getSchemaTpl('interval'), getSchemaTpl('switch', {
|
911
|
+
name: 'syncLocation',
|
912
|
+
label: tipedLabel(i18n("569343b4fe5e48131b78611c11eadbeb"), i18n("6dbee29a8c54eef9d042ef3280999ad9")),
|
913
|
+
pipeIn: defaultValue(true)
|
914
|
+
}), getSchemaTpl('switch', {
|
915
|
+
label: i18n("240145572215920ae06db1eeb85b29c0"),
|
916
|
+
name: 'selectable'
|
917
|
+
}), getSchemaTpl('switch', {
|
918
|
+
name: 'keepItemSelectionOnPageChange',
|
919
|
+
label: tipedLabel(i18n("099cf136d6a4b6ed4646af4a2ed066b2"), i18n("60011314ed92794f3d4f3e874c359279")),
|
920
|
+
visbileOn: 'this.selectable'
|
921
|
+
})], false));
|
922
|
+
}
|
923
|
+
|
924
|
+
if (collapse.title === i18n("949a8b7bd2c10070a2fae16f9c66afbb")) {
|
925
|
+
collapse.body.unshift(getSchemaTpl('switch', {
|
926
|
+
name: 'columnsTogglable',
|
927
|
+
label: tipedLabel(i18n("2816cea6c4887a53c417831deb5fbe00"), i18n("d3c5079f7e26b1a7374ff76341376de4")),
|
928
|
+
onChange: function (value, oldValue, model, form) {
|
929
|
+
var schema = cloneDeep(form.data);
|
930
|
+
|
931
|
+
if (value === true) {
|
932
|
+
_this.addFeatToToolbar(schema, {
|
933
|
+
type: 'column-toggler'
|
934
|
+
}, 'header', 'right');
|
935
|
+
} else {
|
936
|
+
deepRemove(schema.headerToolbar, function (item) {
|
937
|
+
return item.type === 'column-toggler';
|
938
|
+
});
|
939
|
+
}
|
940
|
+
|
941
|
+
form.setValues(schema);
|
942
|
+
return undefined;
|
943
|
+
}
|
944
|
+
}));
|
945
|
+
collapse.body.unshift({
|
946
|
+
type: 'ae-feature-control',
|
947
|
+
label: false,
|
948
|
+
features: function () {
|
949
|
+
return _this.filterColumns(builder, context.context);
|
950
|
+
},
|
951
|
+
goFeatureComp: function (feat) {
|
952
|
+
return feat.value;
|
953
|
+
},
|
954
|
+
removeFeature: function (feat) {
|
955
|
+
_this.manager.del(feat.value);
|
956
|
+
},
|
957
|
+
manager: _this.manager,
|
958
|
+
addable: true,
|
959
|
+
removeable: true
|
960
|
+
});
|
961
|
+
}
|
962
|
+
});
|
963
|
+
var moreCollapse = getSchemaTpl('collapseGroup', [{
|
964
|
+
title: i18n("4a3ebd0ef27212de3b0c39e6a9701b1d"),
|
965
|
+
order: 2,
|
966
|
+
body: FilterTypes.map(function (item) {
|
967
|
+
// 当前数据源可能不开启这个功能
|
968
|
+
if (!builder.features.includes(item.value)) {
|
969
|
+
return null;
|
970
|
+
}
|
971
|
+
|
972
|
+
var fields = []; // await builder.getContextFileds({
|
973
|
+
// schema: context.node.schema,
|
974
|
+
// feat: item.value,
|
975
|
+
// sourceKey: 'api'
|
976
|
+
// });
|
977
|
+
// 开关配置
|
978
|
+
// const moreConfig = builder.makeFieldsSettingForm({
|
979
|
+
// feat: item.value,
|
980
|
+
// inCrud: true,
|
981
|
+
// inScaffold: false
|
982
|
+
// });
|
983
|
+
|
984
|
+
var base = {
|
985
|
+
label: item.label,
|
986
|
+
name: "__".concat(item.value),
|
987
|
+
pipeIn: function (value, form) {
|
988
|
+
if (item.value === 'FuzzyQuery') {
|
989
|
+
return _this.isFeatActive(form.data, item.value, 'headerToolbar', 'footerToolvar');
|
990
|
+
}
|
991
|
+
|
992
|
+
return _this.isFeatActive(form.data, item.value, 'filter');
|
993
|
+
},
|
994
|
+
onChange: function (value, oldValue, model, form) {
|
995
|
+
var schema = cloneDeep(form.data);
|
996
|
+
|
997
|
+
if (value === true) {
|
998
|
+
if (item.value === 'FuzzyQuery') {
|
999
|
+
_this.addFeatToToolbar(schema, item.resolveSchema(schema, builder), 'header', 'right');
|
1000
|
+
} else {
|
1001
|
+
schema.filter.push(item.resolveSchema(schema, builder));
|
1002
|
+
}
|
1003
|
+
} else if (value === false) {
|
1004
|
+
_this.removeFeatSchema(schema, item.value);
|
1005
|
+
}
|
1006
|
+
|
1007
|
+
form.setValues(schema);
|
1008
|
+
return undefined;
|
1009
|
+
}
|
1010
|
+
};
|
1011
|
+
return fields && fields.length ? __assign(__assign({}, base), {
|
1012
|
+
type: 'ae-switch-more',
|
1013
|
+
formType: 'extend',
|
1014
|
+
mode: 'normal',
|
1015
|
+
form: {
|
1016
|
+
body: fields
|
1017
|
+
}
|
1018
|
+
}) : getSchemaTpl('switch', base);
|
1019
|
+
})
|
1020
|
+
}, {
|
1021
|
+
title: i18n("a9a3a4608d48214efbdfac99888f6e0f"),
|
1022
|
+
order: 3,
|
1023
|
+
body: [{
|
1024
|
+
type: 'ae-feature-control',
|
1025
|
+
label: false,
|
1026
|
+
features: _this.filterOperators(builder, context.context),
|
1027
|
+
goFeatureComp: function (feat) {
|
1028
|
+
var _a;
|
1029
|
+
|
1030
|
+
var node = context.context.node;
|
1031
|
+
|
1032
|
+
if (node.isSecondFactor) {
|
1033
|
+
node = node.parent;
|
1034
|
+
}
|
1035
|
+
|
1036
|
+
return (_a = findTree(node.children, function (item) {
|
1037
|
+
return item.schema.behavior === feat.value;
|
1038
|
+
})) === null || _a === void 0 ? void 0 : _a.id;
|
1039
|
+
},
|
1040
|
+
manager: _this.manager,
|
1041
|
+
addable: true,
|
1042
|
+
addText: i18n("84a2f40385427bbf2edc79e3368e4e0f"),
|
1043
|
+
removeable: true
|
1044
|
+
}]
|
1045
|
+
}, {
|
1046
|
+
title: i18n("cb43abed5ba14bf32fbb1058e12d2303"),
|
1047
|
+
order: 4,
|
1048
|
+
body: [{
|
1049
|
+
type: 'select',
|
1050
|
+
label: i18n("48b42e5c3ea447092eaf0a1a13195540"),
|
1051
|
+
name: '__pgType',
|
1052
|
+
options: [{
|
1053
|
+
label: i18n("d81bb206a889656035b929cd8bb1ef10"),
|
1054
|
+
value: 'none'
|
1055
|
+
}, {
|
1056
|
+
label: i18n("3862626c138ce5945e0e273a1bdfbad0"),
|
1057
|
+
value: 'Pagination'
|
1058
|
+
}, {
|
1059
|
+
label: i18n("77281549955309c49f5eef77838a85e5"),
|
1060
|
+
value: 'LoadMore'
|
1061
|
+
}].filter(function (i) {
|
1062
|
+
return i;
|
1063
|
+
}),
|
1064
|
+
pipeIn: function (value, form) {
|
1065
|
+
var pg = findObj([].concat(form.data.headerToolbar).concat(form.data.footerToolbar), function (item) {
|
1066
|
+
return item && ['Pagination', 'LoadMore'].includes(item.behavior);
|
1067
|
+
});
|
1068
|
+
return (pg === null || pg === void 0 ? void 0 : pg.behavior) || 'none';
|
1069
|
+
},
|
1070
|
+
onChange: function (value, oldValue, model, form) {
|
1071
|
+
var schema = cloneDeep(form.data);
|
1072
|
+
var region = [].concat(schema.headerToolbar).concat(schema.footerToolbar);
|
1073
|
+
|
1074
|
+
if (value === 'none') {
|
1075
|
+
deepRemove(region, function (item) {
|
1076
|
+
return item && ['Pagination', 'LoadMore'].includes(item.behavior);
|
1077
|
+
});
|
1078
|
+
} else {
|
1079
|
+
var remove_1;
|
1080
|
+
var content = void 0;
|
1081
|
+
|
1082
|
+
if (value === 'Pagination') {
|
1083
|
+
remove_1 = 'LoadMore';
|
1084
|
+
content = {
|
1085
|
+
type: 'pagination',
|
1086
|
+
behavior: value,
|
1087
|
+
layout: ['total', 'perPage', 'pager', 'go']
|
1088
|
+
};
|
1089
|
+
} else {
|
1090
|
+
remove_1 = 'Pagination';
|
1091
|
+
content = {
|
1092
|
+
type: 'button',
|
1093
|
+
behavior: value,
|
1094
|
+
label: i18n("77281549955309c49f5eef77838a85e5"),
|
1095
|
+
onEvent: {
|
1096
|
+
click: {
|
1097
|
+
actions: [{
|
1098
|
+
actionType: 'loadMore',
|
1099
|
+
componentId: schema.id
|
1100
|
+
}]
|
1101
|
+
}
|
1102
|
+
}
|
1103
|
+
};
|
1104
|
+
}
|
1105
|
+
|
1106
|
+
deepRemove(region, function (item) {
|
1107
|
+
return item && item.behavior === remove_1;
|
1108
|
+
});
|
1109
|
+
|
1110
|
+
_this.addFeatToToolbar(schema, content, 'footer', 'right');
|
1111
|
+
}
|
1112
|
+
|
1113
|
+
form.setValues(schema);
|
1114
|
+
return undefined;
|
1115
|
+
}
|
1116
|
+
}, getSchemaTpl('switch', {
|
1117
|
+
label: tipedLabel(i18n("16b8ff2b147382be4cf8654f829df904"), i18n("d2e20bb1e977f9571a9e2d1b39a7ff10")),
|
1118
|
+
name: ''
|
1119
|
+
})]
|
1120
|
+
}]);
|
1121
|
+
|
1122
|
+
(_a = tab.body[0].body).splice.apply(_a, __spreadArray([1, 0], moreCollapse.body, false)); // 让折叠器默认都展开
|
1123
|
+
|
1124
|
+
|
1125
|
+
(_b = tab.body[0].activeKey).push.apply(_b, moreCollapse.activeKey);
|
1126
|
+
}
|
1127
|
+
});
|
1128
|
+
};
|
1129
|
+
|
1130
|
+
CRUDPlugin.prototype.getScaffoldFeatureTab = function () {
|
1131
|
+
var _this = this;
|
1132
|
+
|
1133
|
+
var generator = function (feat, featGroup) {
|
1134
|
+
return _this.dsBuilderMgr.collectFromBuilders(function (builder, builderName) {
|
1135
|
+
if (!builder.features.includes(feat.value)) {
|
1136
|
+
return null;
|
1137
|
+
}
|
1138
|
+
|
1139
|
+
var content = _this.makeFeatSetting(feat, builder, true);
|
1140
|
+
|
1141
|
+
if (!content || content.length === 0) {
|
1142
|
+
return null;
|
1143
|
+
}
|
1144
|
+
|
1145
|
+
var isFeatOpened = featGroup ? "data['".concat(featGroup, "'] && ~data['").concat(featGroup, "'].indexOf('").concat(feat.value, "')") : true;
|
1146
|
+
return {
|
1147
|
+
title: feat.label,
|
1148
|
+
visibleOn: "(!data.dsType || data.dsType === '".concat(builderName, "') && ").concat(isFeatOpened),
|
1149
|
+
body: content.filter(function (i) {
|
1150
|
+
return i;
|
1151
|
+
}).map(function (formItem) {
|
1152
|
+
return __assign(__assign({}, formItem), {
|
1153
|
+
mode: 'normal'
|
1154
|
+
});
|
1155
|
+
})
|
1156
|
+
};
|
1157
|
+
});
|
1158
|
+
};
|
1159
|
+
|
1160
|
+
return flattenDeep([generator({
|
1161
|
+
label: i18n("46a0f3086dce242abe54e48bd86e0394"),
|
1162
|
+
value: 'List',
|
1163
|
+
resolveSchema: function () {}
|
1164
|
+
}), Tools.map(function (item) {
|
1165
|
+
return generator(item, 'tools');
|
1166
|
+
}), FilterTypes.map(function (item) {
|
1167
|
+
return generator(item, 'filters');
|
1168
|
+
}), DataOperators.map(function (item) {
|
1169
|
+
return generator(item, 'operators');
|
1170
|
+
})]).filter(function (i) {
|
1171
|
+
return i;
|
1172
|
+
});
|
1173
|
+
};
|
1174
|
+
/** 将数据资源和数据操作进行填充 */
|
1175
|
+
|
1176
|
+
|
1177
|
+
CRUDPlugin.prototype.resolveListField = function (setting, schema, builder) {};
|
1178
|
+
|
1179
|
+
Object.defineProperty(CRUDPlugin.prototype, "scaffoldForm", {
|
1180
|
+
get: function () {
|
1181
|
+
var _this = this;
|
1182
|
+
|
1183
|
+
return {
|
1184
|
+
title: "".concat(this.name, "\u521B\u5EFA\u5411\u5BFC"),
|
1185
|
+
mode: {
|
1186
|
+
mode: 'horizontal',
|
1187
|
+
horizontal: {
|
1188
|
+
leftFixed: 'sm'
|
1189
|
+
}
|
1190
|
+
},
|
1191
|
+
className: 'ae-Scaffold-Modal ae-formItemControl',
|
1192
|
+
stepsBody: true,
|
1193
|
+
body: [{
|
1194
|
+
title: i18n("d75a7984d3fa5b32f5d8312e899aeea8"),
|
1195
|
+
body: __spreadArray([this.dsBuilderMgr.getDSSwitch({
|
1196
|
+
onChange: function (value, oldValue, model, form) {
|
1197
|
+
if (value !== oldValue) {
|
1198
|
+
var data = form.data;
|
1199
|
+
Object.keys(data).forEach(function (key) {
|
1200
|
+
if (key.endsWith('Fields') || key.endsWith('api')) {
|
1201
|
+
form.deleteValueByName(key);
|
1202
|
+
}
|
1203
|
+
});
|
1204
|
+
form.deleteValueByName('__fields');
|
1205
|
+
}
|
1206
|
+
|
1207
|
+
return value;
|
1208
|
+
}
|
1209
|
+
})], this.dsBuilderMgr.collectFromBuilders(function (builder, builderFlag) {
|
1210
|
+
return {
|
1211
|
+
type: 'container',
|
1212
|
+
visibleOn: "dsType == null || dsType === '".concat(builderFlag, "'"),
|
1213
|
+
body: flattenDeep([builder.makeSourceSettingForm({
|
1214
|
+
feat: 'List',
|
1215
|
+
inScaffold: true,
|
1216
|
+
inCrud: true
|
1217
|
+
})])
|
1218
|
+
};
|
1219
|
+
}), true)
|
1220
|
+
}, {
|
1221
|
+
title: i18n("c2f1f9254c245976e346377515c2e578"),
|
1222
|
+
body: __spreadArray(__spreadArray([], this.dsBuilderMgr.collectFromBuilders(function (builder, builderName) {
|
1223
|
+
var check = function (item) {
|
1224
|
+
return DSFeature[item.value] == null || builder.features.includes(item.value);
|
1225
|
+
};
|
1226
|
+
|
1227
|
+
return {
|
1228
|
+
type: 'container',
|
1229
|
+
visibleOn: "dsType == null || dsType === '".concat(builderName, "'"),
|
1230
|
+
body: [{
|
1231
|
+
type: 'checkboxes',
|
1232
|
+
label: i18n("012f602372cd2dbd639cd966c63e1f90"),
|
1233
|
+
name: 'tools',
|
1234
|
+
joinValues: false,
|
1235
|
+
extractValue: true,
|
1236
|
+
multiple: true,
|
1237
|
+
options: Tools.filter(check)
|
1238
|
+
}, {
|
1239
|
+
type: 'checkboxes',
|
1240
|
+
label: i18n("0943d61befec4c6cf2d21d170c9b066e"),
|
1241
|
+
name: 'filters',
|
1242
|
+
multiple: true,
|
1243
|
+
joinValues: false,
|
1244
|
+
extractValue: true,
|
1245
|
+
options: FilterTypes.filter(check)
|
1246
|
+
}, {
|
1247
|
+
type: 'checkboxes',
|
1248
|
+
label: i18n("5246d2c81fa12b1f4f73635c257e232d"),
|
1249
|
+
name: 'operators',
|
1250
|
+
multiple: true,
|
1251
|
+
joinValues: false,
|
1252
|
+
extractValue: true,
|
1253
|
+
options: DataOperators.filter(check)
|
1254
|
+
}, // 占位,最后一个form item没有间距
|
1255
|
+
{
|
1256
|
+
type: 'container'
|
1257
|
+
}]
|
1258
|
+
};
|
1259
|
+
}), true), [{
|
1260
|
+
type: 'tabs',
|
1261
|
+
tabsMode: 'vertical',
|
1262
|
+
className: 'ae-Scaffold-Modal-Tabs',
|
1263
|
+
tabs: this.getScaffoldFeatureTab()
|
1264
|
+
}], false)
|
1265
|
+
}],
|
1266
|
+
pipeIn: function (value) {
|
1267
|
+
return (value === null || value === void 0 ? void 0 : value.$$m) || {
|
1268
|
+
dsType: _this.dsBuilderMgr.getDefaultBuilderName()
|
1269
|
+
};
|
1270
|
+
},
|
1271
|
+
pipeOut: function (value) {
|
1272
|
+
var _a; // 决定组件基础配置和所使用的模式
|
1273
|
+
|
1274
|
+
|
1275
|
+
var schema = cloneDeep(_this.scaffold);
|
1276
|
+
|
1277
|
+
var builder = _this.dsBuilderMgr.resolveBuilderBySetting(value);
|
1278
|
+
|
1279
|
+
if (!builder) {
|
1280
|
+
return schema;
|
1281
|
+
} // list功能
|
1282
|
+
|
1283
|
+
|
1284
|
+
builder.resolveSourceSchema({
|
1285
|
+
schema: schema,
|
1286
|
+
feat: 'List',
|
1287
|
+
setting: value,
|
1288
|
+
name: 'api',
|
1289
|
+
inCrud: true
|
1290
|
+
});
|
1291
|
+
schema.id = (_a = schema.id) !== null && _a !== void 0 ? _a : generateNodeId(); // 先生成一个,方便其他流程生成事件动作
|
1292
|
+
|
1293
|
+
value.id = schema.id; // 事件动作需要
|
1294
|
+
|
1295
|
+
schema.$$m = value;
|
1296
|
+
|
1297
|
+
if (value.filters) {
|
1298
|
+
schema.filter = [];
|
1299
|
+
FilterTypes.forEach(function (feat) {
|
1300
|
+
if (!value.filters.includes(feat.value)) {
|
1301
|
+
return;
|
1302
|
+
}
|
1303
|
+
|
1304
|
+
if (feat.value === 'FuzzyQuery') {
|
1305
|
+
_this.addFeatToToolbar(schema, feat.resolveSchema(value, builder), 'header', 'right');
|
1306
|
+
|
1307
|
+
return;
|
1308
|
+
}
|
1309
|
+
|
1310
|
+
schema.filter.push(feat.resolveSchema(value, builder));
|
1311
|
+
});
|
1312
|
+
}
|
1313
|
+
|
1314
|
+
if (value.tools) {
|
1315
|
+
Tools.concat().reverse().forEach(function (feat) {
|
1316
|
+
if (value.tools.includes(feat.value)) {
|
1317
|
+
_this.addFeatToToolbar(schema, feat.resolveSchema(value, builder), 'header', feat.align);
|
1318
|
+
}
|
1319
|
+
});
|
1320
|
+
|
1321
|
+
if (value.tools.find(function (obj) {
|
1322
|
+
return ['BulkEdit', 'BulkDelete'].includes(obj);
|
1323
|
+
})) {
|
1324
|
+
schema.multiple = true;
|
1325
|
+
schema.selectable = true;
|
1326
|
+
}
|
1327
|
+
}
|
1328
|
+
|
1329
|
+
_this.resolveListField(value, schema, builder);
|
1330
|
+
|
1331
|
+
_this.addFeatToToolbar(schema, {
|
1332
|
+
type: 'pagination',
|
1333
|
+
behavior: 'Pagination',
|
1334
|
+
layout: ['total', 'perPage', 'pager', 'go']
|
1335
|
+
}, 'footer', 'right');
|
1336
|
+
|
1337
|
+
return schema;
|
1338
|
+
},
|
1339
|
+
canRebuild: true
|
1340
|
+
};
|
1341
|
+
},
|
1342
|
+
enumerable: false,
|
1343
|
+
configurable: true
|
1344
|
+
});
|
1345
|
+
|
1346
|
+
CRUDPlugin.prototype.getRendererInfo = function (context) {
|
1347
|
+
var renderer = context.renderer,
|
1348
|
+
schema = context.schema;
|
1349
|
+
|
1350
|
+
if (this.scaffold && renderer.name === 'crud2' && schema.mode === this.scaffold.mode) {
|
1351
|
+
return _super.prototype.getRendererInfo.call(this, context);
|
1352
|
+
}
|
1353
|
+
};
|
1354
|
+
|
1355
|
+
CRUDPlugin.prototype.buildDataSchemas = function (node, region) {
|
1356
|
+
var _a, _b, _c;
|
1357
|
+
|
1358
|
+
return __awaiter(this, void 0, void 0, function () {
|
1359
|
+
var child, items, builder, fields, childDataSchema, schema;
|
1360
|
+
return __generator(this, function (_d) {
|
1361
|
+
switch (_d.label) {
|
1362
|
+
case 0:
|
1363
|
+
child = node.children.find(function (item) {
|
1364
|
+
return !!~['table-v2', 'cards', 'list'].indexOf(item.type);
|
1365
|
+
});
|
1366
|
+
builder = this.dsBuilderMgr.resolveBuilderBySchema(node.schema, 'api');
|
1367
|
+
if (!(builder && node.schema.api)) return [3
|
1368
|
+
/*break*/
|
1369
|
+
, 2];
|
1370
|
+
return [4
|
1371
|
+
/*yield*/
|
1372
|
+
, builder.getContextFileds({
|
1373
|
+
schema: node.schema,
|
1374
|
+
sourceKey: 'api',
|
1375
|
+
feat: 'List'
|
1376
|
+
})];
|
1377
|
+
|
1378
|
+
case 1:
|
1379
|
+
fields = _d.sent();
|
1380
|
+
|
1381
|
+
if (fields) {
|
1382
|
+
items = {
|
1383
|
+
type: 'object',
|
1384
|
+
properties: fromPairs(fields.map(function (field) {
|
1385
|
+
return [field.value, {
|
1386
|
+
type: field.valueType || 'string',
|
1387
|
+
title: field.label
|
1388
|
+
}];
|
1389
|
+
}))
|
1390
|
+
};
|
1391
|
+
}
|
1392
|
+
|
1393
|
+
_d.label = 2;
|
1394
|
+
|
1395
|
+
case 2:
|
1396
|
+
if (!(items == null)) return [3
|
1397
|
+
/*break*/
|
1398
|
+
, 4];
|
1399
|
+
return [4
|
1400
|
+
/*yield*/
|
1401
|
+
, (_b = child === null || child === void 0 ? void 0 : (_a = child.info.plugin).buildDataSchemas) === null || _b === void 0 ? void 0 : _b.call(_a, child, region)];
|
1402
|
+
|
1403
|
+
case 3:
|
1404
|
+
childDataSchema = _d.sent();
|
1405
|
+
items = (_c = childDataSchema === null || childDataSchema === void 0 ? void 0 : childDataSchema.properties) === null || _c === void 0 ? void 0 : _c.items;
|
1406
|
+
_d.label = 4;
|
1407
|
+
|
1408
|
+
case 4:
|
1409
|
+
schema = {
|
1410
|
+
$id: 'crud2',
|
1411
|
+
type: 'object',
|
1412
|
+
properties: __assign(__assign({}, items.properties), {
|
1413
|
+
items: __assign(__assign({}, items), {
|
1414
|
+
title: i18n("fe9e25f4e4b3aeefeb9b7a9c368ede7e")
|
1415
|
+
}),
|
1416
|
+
selectedItems: __assign(__assign({}, items), {
|
1417
|
+
title: i18n("2c77cfaef73ce2e81131861e9c6d670e")
|
1418
|
+
}),
|
1419
|
+
unSelectedItems: __assign(__assign({}, items), {
|
1420
|
+
title: i18n("9c9153c49491c381dc2adb2c36fccb04")
|
1421
|
+
}),
|
1422
|
+
page: {
|
1423
|
+
type: 'number',
|
1424
|
+
title: i18n("9a4fe969f1066e197fd2369a44d879ac")
|
1425
|
+
},
|
1426
|
+
total: {
|
1427
|
+
type: 'number',
|
1428
|
+
title: i18n("a7f33a2d99056edcdaced5c8841a9bcb")
|
1429
|
+
}
|
1430
|
+
})
|
1431
|
+
};
|
1432
|
+
return [2
|
1433
|
+
/*return*/
|
1434
|
+
, schema];
|
1435
|
+
}
|
1436
|
+
});
|
1437
|
+
});
|
1438
|
+
};
|
1439
|
+
|
1440
|
+
CRUDPlugin.prototype.getAvailableContextFields = function (scopeNode, node, region) {
|
1441
|
+
return __awaiter(this, void 0, void 0, function () {
|
1442
|
+
var builder;
|
1443
|
+
return __generator(this, function (_a) {
|
1444
|
+
builder = this.dsBuilderMgr.resolveBuilderBySchema(scopeNode.schema, 'api');
|
1445
|
+
|
1446
|
+
if (builder && scopeNode.schema.api) {
|
1447
|
+
return [2
|
1448
|
+
/*return*/
|
1449
|
+
, builder.getAvailableContextFileds({
|
1450
|
+
schema: scopeNode.schema,
|
1451
|
+
sourceKey: 'api',
|
1452
|
+
feat: 'List'
|
1453
|
+
}, node)];
|
1454
|
+
}
|
1455
|
+
|
1456
|
+
return [2
|
1457
|
+
/*return*/
|
1458
|
+
];
|
1459
|
+
});
|
1460
|
+
});
|
1461
|
+
};
|
1462
|
+
|
1463
|
+
return CRUDPlugin;
|
1464
|
+
}(BasePlugin);
|
1465
|
+
|
1466
|
+
var TableCRUDPlugin =
|
1467
|
+
/** @class */
|
1468
|
+
function (_super) {
|
1469
|
+
__extends(TableCRUDPlugin, _super);
|
1470
|
+
|
1471
|
+
function TableCRUDPlugin() {
|
1472
|
+
var _this = _super !== null && _super.apply(this, arguments) || this; // 组件名称
|
1473
|
+
|
1474
|
+
|
1475
|
+
_this.name = i18n("b339aa87104709397ba68e7ebbc6e5ba");
|
1476
|
+
_this.isBaseComponent = true;
|
1477
|
+
_this.description = i18n("7a9f1ec32752de8b69ef21138970f64d");
|
1478
|
+
_this.order = -1000;
|
1479
|
+
_this.icon = 'fa fa-table';
|
1480
|
+
_this.scaffold = {
|
1481
|
+
type: 'crud2',
|
1482
|
+
mode: 'table-v2',
|
1483
|
+
columns: [{
|
1484
|
+
key: 'id',
|
1485
|
+
title: 'ID',
|
1486
|
+
type: 'container',
|
1487
|
+
body: [{
|
1488
|
+
type: 'text'
|
1489
|
+
}]
|
1490
|
+
}, {
|
1491
|
+
key: 'engine',
|
1492
|
+
title: i18n("1a63ac23010e0573f7c0a8cd3314b8c6"),
|
1493
|
+
type: 'container',
|
1494
|
+
body: [{
|
1495
|
+
type: 'text'
|
1496
|
+
}]
|
1497
|
+
}]
|
1498
|
+
};
|
1499
|
+
return _this;
|
1500
|
+
}
|
1501
|
+
|
1502
|
+
TableCRUDPlugin.prototype.resolveListField = function (setting, schema, builder) {
|
1503
|
+
var _a;
|
1504
|
+
|
1505
|
+
builder.resolveTableSchema({
|
1506
|
+
schema: schema,
|
1507
|
+
setting: setting,
|
1508
|
+
inCrud: true
|
1509
|
+
});
|
1510
|
+
|
1511
|
+
if ((_a = setting.operators) === null || _a === void 0 ? void 0 : _a.length) {
|
1512
|
+
var operators_1 = [];
|
1513
|
+
DataOperators.forEach(function (feat) {
|
1514
|
+
var _a;
|
1515
|
+
|
1516
|
+
if ((_a = setting.operators) === null || _a === void 0 ? void 0 : _a.includes(feat.value)) {
|
1517
|
+
operators_1.push(feat.resolveSchema(setting, builder));
|
1518
|
+
}
|
1519
|
+
});
|
1520
|
+
schema.columns.push({
|
1521
|
+
type: 'operation',
|
1522
|
+
title: i18n("2b6bc0f293f5ca01b006206c2535ccbc"),
|
1523
|
+
buttons: operators_1
|
1524
|
+
});
|
1525
|
+
}
|
1526
|
+
};
|
1527
|
+
|
1528
|
+
return TableCRUDPlugin;
|
1529
|
+
}(CRUDPlugin);
|
1530
|
+
|
1531
|
+
var CardsCRUDPlugin =
|
1532
|
+
/** @class */
|
1533
|
+
function (_super) {
|
1534
|
+
__extends(CardsCRUDPlugin, _super);
|
1535
|
+
|
1536
|
+
function CardsCRUDPlugin() {
|
1537
|
+
var _this = _super !== null && _super.apply(this, arguments) || this; // 组件名称
|
1538
|
+
|
1539
|
+
|
1540
|
+
_this.name = i18n("093c340f7e1fbde1928ca56b5c7f9cc4");
|
1541
|
+
_this.isBaseComponent = true;
|
1542
|
+
_this.description = i18n("a0c35361a003527d123cb581f5c68f4b");
|
1543
|
+
_this.order = -1000;
|
1544
|
+
_this.icon = 'fa fa-table';
|
1545
|
+
_this.scaffold = {
|
1546
|
+
type: 'crud2',
|
1547
|
+
mode: 'cards',
|
1548
|
+
card: {
|
1549
|
+
type: 'card2',
|
1550
|
+
body: [{
|
1551
|
+
type: 'container',
|
1552
|
+
body: [{
|
1553
|
+
type: 'tpl',
|
1554
|
+
tpl: i18n("32c65d8d7431e76029678ec7bb73a5ab"),
|
1555
|
+
inline: false,
|
1556
|
+
style: {
|
1557
|
+
marginTop: '0',
|
1558
|
+
marginBottom: '0',
|
1559
|
+
paddingTop: '',
|
1560
|
+
paddingBottom: ''
|
1561
|
+
},
|
1562
|
+
wrapperComponent: 'h2'
|
1563
|
+
}, {
|
1564
|
+
type: 'form',
|
1565
|
+
body: [{
|
1566
|
+
type: 'static-tpl',
|
1567
|
+
label: i18n("9caecd931b956381e0763d05aa42835c"),
|
1568
|
+
tpl: i18n("2d711b09bd0db0ad240cc83b30dd8014")
|
1569
|
+
}]
|
1570
|
+
}, {
|
1571
|
+
type: 'divider'
|
1572
|
+
}, {
|
1573
|
+
type: 'button-group'
|
1574
|
+
} // {
|
1575
|
+
// type: 'tpl',
|
1576
|
+
// tpl: '副标题内容',
|
1577
|
+
// inline: false,
|
1578
|
+
// style: {
|
1579
|
+
// color: '#9b9b9b',
|
1580
|
+
// marginTop: '0',
|
1581
|
+
// marginBottom: '0'
|
1582
|
+
// }
|
1583
|
+
// }
|
1584
|
+
] // style: {
|
1585
|
+
// borderStyle: 'solid',
|
1586
|
+
// borderColor: '#ebebeb',
|
1587
|
+
// borderWidth: '1px',
|
1588
|
+
// 'borderRadius': '5px',
|
1589
|
+
// 'paddingTop': '10px',
|
1590
|
+
// 'paddingRight': '10px',
|
1591
|
+
// 'paddingBottom': '0',
|
1592
|
+
// 'paddingLeft': '10px'
|
1593
|
+
// }
|
1594
|
+
|
1595
|
+
}]
|
1596
|
+
}
|
1597
|
+
};
|
1598
|
+
return _this;
|
1599
|
+
}
|
1600
|
+
|
1601
|
+
CardsCRUDPlugin.prototype.resolveListField = function (setting, schema, builder) {
|
1602
|
+
var _a;
|
1603
|
+
|
1604
|
+
var fields = setting.listFields;
|
1605
|
+
|
1606
|
+
if (!fields || !fields.length) {
|
1607
|
+
return;
|
1608
|
+
}
|
1609
|
+
|
1610
|
+
schema.card.body[0].body = builder.resolveViewSchema({
|
1611
|
+
setting: setting,
|
1612
|
+
feat: 'List'
|
1613
|
+
});
|
1614
|
+
|
1615
|
+
if ((_a = setting.operators) === null || _a === void 0 ? void 0 : _a.length) {
|
1616
|
+
var operators_2 = [];
|
1617
|
+
DataOperators.forEach(function (feat) {
|
1618
|
+
var _a;
|
1619
|
+
|
1620
|
+
if ((_a = setting.operators) === null || _a === void 0 ? void 0 : _a.includes(feat.value)) {
|
1621
|
+
operators_2.push(feat.resolveSchema(setting, builder));
|
1622
|
+
}
|
1623
|
+
});
|
1624
|
+
schema.card.body.push({
|
1625
|
+
type: 'button-group',
|
1626
|
+
buttons: operators_2
|
1627
|
+
});
|
1628
|
+
}
|
1629
|
+
};
|
1630
|
+
/**填充一个数据操作 */
|
1631
|
+
|
1632
|
+
|
1633
|
+
CardsCRUDPlugin.prototype.fillOperatorSchema = function (schema, content) {
|
1634
|
+
var col = schema.columns.find(function (item) {
|
1635
|
+
return item.type === 'operators';
|
1636
|
+
});
|
1637
|
+
|
1638
|
+
if (!col) {
|
1639
|
+
schema.columns.push({
|
1640
|
+
type: 'operation',
|
1641
|
+
title: i18n("2b6bc0f293f5ca01b006206c2535ccbc"),
|
1642
|
+
buttons: [content]
|
1643
|
+
});
|
1644
|
+
return;
|
1645
|
+
}
|
1646
|
+
|
1647
|
+
col.buttons.push(content);
|
1648
|
+
};
|
1649
|
+
/** 判断内容区是否有填充数据操作 */
|
1650
|
+
|
1651
|
+
|
1652
|
+
CardsCRUDPlugin.prototype.existOperator = function (feat, schema) {
|
1653
|
+
return findObj(schema.card.body, function (item) {
|
1654
|
+
return item.behavior === feat;
|
1655
|
+
});
|
1656
|
+
};
|
1657
|
+
|
1658
|
+
return CardsCRUDPlugin;
|
1659
|
+
}(CRUDPlugin);
|
1660
|
+
|
1661
|
+
var ListCRUDPlugin =
|
1662
|
+
/** @class */
|
1663
|
+
function (_super) {
|
1664
|
+
__extends(ListCRUDPlugin, _super);
|
1665
|
+
|
1666
|
+
function ListCRUDPlugin() {
|
1667
|
+
var _this = _super !== null && _super.apply(this, arguments) || this; // 组件名称
|
1668
|
+
|
1669
|
+
|
1670
|
+
_this.name = i18n("3712972d84adf48acbd6ad24b4d75ad0");
|
1671
|
+
_this.isBaseComponent = true;
|
1672
|
+
_this.description = i18n("860827796ce2fa94e9ee39e53f011ec0");
|
1673
|
+
_this.order = -1000;
|
1674
|
+
_this.icon = 'fa fa-align-justify';
|
1675
|
+
_this.scaffold = {
|
1676
|
+
type: 'crud2',
|
1677
|
+
mode: 'list',
|
1678
|
+
listItem: {
|
1679
|
+
body: [{
|
1680
|
+
type: 'container',
|
1681
|
+
body: [{
|
1682
|
+
type: 'tpl',
|
1683
|
+
tpl: i18n("32c65d8d7431e76029678ec7bb73a5ab"),
|
1684
|
+
inline: false,
|
1685
|
+
style: {
|
1686
|
+
marginTop: '0',
|
1687
|
+
marginBottom: '0',
|
1688
|
+
paddingTop: '',
|
1689
|
+
paddingBottom: ''
|
1690
|
+
},
|
1691
|
+
wrapperComponent: 'h2'
|
1692
|
+
}, {
|
1693
|
+
type: 'tpl',
|
1694
|
+
tpl: i18n("629645f147f378869fe9d7ee2bbc2857"),
|
1695
|
+
inline: false,
|
1696
|
+
style: {
|
1697
|
+
color: '#9b9b9b',
|
1698
|
+
marginTop: '0',
|
1699
|
+
marginBottom: '0'
|
1700
|
+
}
|
1701
|
+
}]
|
1702
|
+
}]
|
1703
|
+
}
|
1704
|
+
};
|
1705
|
+
return _this;
|
1706
|
+
}
|
1707
|
+
|
1708
|
+
ListCRUDPlugin.prototype.resolveListField = function (setting, schema, builder) {
|
1709
|
+
var _a;
|
1710
|
+
|
1711
|
+
var fields = setting.listFields;
|
1712
|
+
|
1713
|
+
if (!fields || !fields.length) {
|
1714
|
+
return;
|
1715
|
+
}
|
1716
|
+
|
1717
|
+
schema.listItem.body = builder.resolveViewSchema({
|
1718
|
+
setting: setting,
|
1719
|
+
feat: 'List'
|
1720
|
+
});
|
1721
|
+
|
1722
|
+
if ((_a = setting.operators) === null || _a === void 0 ? void 0 : _a.length) {
|
1723
|
+
var operators_3 = [];
|
1724
|
+
DataOperators.forEach(function (feat) {
|
1725
|
+
var _a;
|
1726
|
+
|
1727
|
+
if ((_a = setting.operators) === null || _a === void 0 ? void 0 : _a.includes(feat.value)) {
|
1728
|
+
operators_3.push(feat.resolveSchema(setting, builder));
|
1729
|
+
}
|
1730
|
+
});
|
1731
|
+
schema.listItem.body.push({
|
1732
|
+
type: 'button-group',
|
1733
|
+
buttons: operators_3
|
1734
|
+
});
|
1735
|
+
}
|
1736
|
+
};
|
1737
|
+
/** 判断内容区是否有填充数据操作 */
|
1738
|
+
|
1739
|
+
|
1740
|
+
ListCRUDPlugin.prototype.existOperator = function (feat, schema) {
|
1741
|
+
return findObj(schema.listItem.body, function (item) {
|
1742
|
+
return item.behavior === feat;
|
1743
|
+
});
|
1744
|
+
};
|
1745
|
+
|
1746
|
+
return ListCRUDPlugin;
|
1747
|
+
}(CRUDPlugin);
|
1748
|
+
registerEditorPlugin(TableCRUDPlugin);
|
1749
|
+
registerEditorPlugin(CardsCRUDPlugin);
|
1750
|
+
registerEditorPlugin(ListCRUDPlugin);
|
1751
|
+
|
1752
|
+
export { CRUDPlugin, CardsCRUDPlugin, ListCRUDPlugin, TableCRUDPlugin };
|