amis-editor 5.2.0-beta.1 → 5.2.0-beta.2
Sign up to get free protection for your applications and to get access to all the features.
- package/esm/component/BaseControl.d.ts +1029 -0
- package/esm/component/BaseControl.js +319 -0
- package/esm/component/InputComponentName.d.ts +8 -0
- package/esm/component/InputComponentName.js +41 -0
- package/esm/component/TableViewEditor.d.ts +79 -0
- package/esm/component/TableViewEditor.js +588 -0
- package/esm/icons/btn/btn-group.svg.js +36 -0
- package/esm/icons/btn/btn-select.svg.js +32 -0
- package/esm/icons/btn/btn-toolbar.svg.js +32 -0
- package/esm/icons/btn/button.svg.js +32 -0
- package/esm/icons/btn/dropdown-btn.svg.js +30 -0
- package/esm/icons/container/anchor-nav.svg.js +30 -0
- package/esm/icons/container/collapse.svg.js +30 -0
- package/esm/icons/container/container.svg.js +26 -0
- package/esm/icons/container/flex-container.svg.js +30 -0
- package/esm/icons/container/form-group.svg.js +30 -0
- package/esm/icons/container/grid.svg.js +27 -0
- package/esm/icons/container/iframe.svg.js +29 -0
- package/esm/icons/container/panel.svg.js +30 -0
- package/esm/icons/container/table-view.svg.js +30 -0
- package/esm/icons/container/tabs.svg.js +30 -0
- package/esm/icons/container/tooltip-wrapper.svg.js +34 -0
- package/esm/icons/container/web-component.svg.js +26 -0
- package/esm/icons/feat/audio.svg.js +34 -0
- package/esm/icons/feat/custom.svg.js +28 -0
- package/esm/icons/feat/each.svg.js +30 -0
- package/esm/icons/feat/form.svg.js +30 -0
- package/esm/icons/feat/nav.svg.js +26 -0
- package/esm/icons/feat/qrcode.svg.js +30 -0
- package/esm/icons/feat/service.svg.js +30 -0
- package/esm/icons/feat/table.svg.js +34 -0
- package/esm/icons/feat/tasks.svg.js +37 -0
- package/esm/icons/feat/video.svg.js +29 -0
- package/esm/icons/feat/wizard.svg.js +40 -0
- package/esm/icons/form/chained-select.svg.js +35 -0
- package/esm/icons/form/checkbox.svg.js +32 -0
- package/esm/icons/form/checkboxes.svg.js +30 -0
- package/esm/icons/form/combo.svg.js +33 -0
- package/esm/icons/form/condition-builder.svg.js +29 -0
- package/esm/icons/form/diff-editor.svg.js +30 -0
- package/esm/icons/form/editor.svg.js +30 -0
- package/esm/icons/form/formula.svg.js +35 -0
- package/esm/icons/form/hidden.svg.js +34 -0
- package/esm/icons/form/input-city.svg.js +30 -0
- package/esm/icons/form/input-color.svg.js +39 -0
- package/esm/icons/form/input-date-range.svg.js +30 -0
- package/esm/icons/form/input-date.svg.js +36 -0
- package/esm/icons/form/input-datetime.svg.js +30 -0
- package/esm/icons/form/input-email.svg.js +30 -0
- package/esm/icons/form/input-excel.svg.js +30 -0
- package/esm/icons/form/input-file.svg.js +30 -0
- package/esm/icons/form/input-group.svg.js +33 -0
- package/esm/icons/form/input-image.svg.js +35 -0
- package/esm/icons/form/input-kv.svg.js +32 -0
- package/esm/icons/form/input-month-range.svg.js +30 -0
- package/esm/icons/form/input-number.svg.js +32 -0
- package/esm/icons/form/input-password.svg.js +30 -0
- package/esm/icons/form/input-quarter-range.svg.js +41 -0
- package/esm/icons/form/input-range.svg.js +41 -0
- package/esm/icons/form/input-rating.svg.js +26 -0
- package/esm/icons/form/input-repeat.svg.js +30 -0
- package/esm/icons/form/input-rich-text.svg.js +55 -0
- package/esm/icons/form/input-tag.svg.js +31 -0
- package/esm/icons/form/input-text.svg.js +34 -0
- package/esm/icons/form/input-time-range.svg.js +35 -0
- package/esm/icons/form/input-time.svg.js +34 -0
- package/esm/icons/form/input-tree.svg.js +30 -0
- package/esm/icons/form/input-url.svg.js +33 -0
- package/esm/icons/form/input-year.svg.js +36 -0
- package/esm/icons/form/inputArray.svg.js +32 -0
- package/esm/icons/form/list-select.svg.js +28 -0
- package/esm/icons/form/location-picker.svg.js +34 -0
- package/esm/icons/form/matrix-checkboxes.svg.js +27 -0
- package/esm/icons/form/month.svg.js +30 -0
- package/esm/icons/form/nested-select.svg.js +28 -0
- package/esm/icons/form/picker.svg.js +30 -0
- package/esm/icons/form/quarter.svg.js +36 -0
- package/esm/icons/form/radios.svg.js +34 -0
- package/esm/icons/form/select.svg.js +30 -0
- package/esm/icons/form/static.svg.js +32 -0
- package/esm/icons/form/sub-form.svg.js +30 -0
- package/esm/icons/form/switch.svg.js +35 -0
- package/esm/icons/form/tabs-transfer.svg.js +33 -0
- package/esm/icons/form/textarea.svg.js +38 -0
- package/esm/icons/form/transfer.svg.js +30 -0
- package/esm/icons/form/tree-select.svg.js +35 -0
- package/esm/icons/form/uuid.svg.js +32 -0
- package/esm/icons/index.d.ts +2 -0
- package/esm/icons/index.js +228 -0
- package/esm/icons/other/divider.svg.js +28 -0
- package/esm/icons/other/property-sheet.svg.js +30 -0
- package/esm/icons/other/tooltip.svg.js +32 -0
- package/esm/icons/show/URL.svg.js +33 -0
- package/esm/icons/show/avatar.svg.js +36 -0
- package/esm/icons/show/breadcrumb.svg.js +30 -0
- package/esm/icons/show/card.svg.js +30 -0
- package/esm/icons/show/cards.svg.js +27 -0
- package/esm/icons/show/carousel.svg.js +34 -0
- package/esm/icons/show/chart.svg.js +29 -0
- package/esm/icons/show/code.svg.js +34 -0
- package/esm/icons/show/date.svg.js +30 -0
- package/esm/icons/show/datetime.svg.js +30 -0
- package/esm/icons/show/image.svg.js +34 -0
- package/esm/icons/show/images.svg.js +37 -0
- package/esm/icons/show/json-view.svg.js +40 -0
- package/esm/icons/show/list.svg.js +30 -0
- package/esm/icons/show/log.svg.js +30 -0
- package/esm/icons/show/mapping.svg.js +30 -0
- package/esm/icons/show/markdown.svg.js +32 -0
- package/esm/icons/show/plain.svg.js +35 -0
- package/esm/icons/show/progress.svg.js +28 -0
- package/esm/icons/show/sparkline.svg.js +30 -0
- package/esm/icons/show/status.svg.js +33 -0
- package/esm/icons/show/steps.svg.js +30 -0
- package/esm/icons/show/time.svg.js +32 -0
- package/esm/index.d.ts +167 -0
- package/esm/index.js +177 -0
- package/esm/locale/en-US.d.ts +1 -0
- package/esm/locale/en-US.js +2669 -0
- package/esm/locale/index.d.ts +2 -0
- package/esm/locale/zh-CN.d.ts +1 -0
- package/esm/locale/zh-CN.js +2600 -0
- package/esm/plugin/Alert.d.ts +23 -0
- package/esm/plugin/Alert.js +107 -0
- package/esm/plugin/AnchorNav.d.ts +49 -0
- package/esm/plugin/AnchorNav.js +296 -0
- package/esm/plugin/Audio.d.ts +23 -0
- package/esm/plugin/Audio.js +131 -0
- package/esm/plugin/Avatar.d.ts +28 -0
- package/esm/plugin/Avatar.js +274 -0
- package/{lib/plugin/ButtonToolbar.d.ts → esm/plugin/Breadcrumb.d.ts} +13 -15
- package/esm/plugin/Breadcrumb.js +96 -0
- package/esm/plugin/Button.d.ts +30 -0
- package/esm/plugin/Button.js +262 -0
- package/esm/plugin/ButtonGroup.d.ts +40 -0
- package/esm/plugin/ButtonGroup.js +124 -0
- package/esm/plugin/CRUD.d.ts +128 -0
- package/esm/plugin/CRUD.js +1468 -0
- package/esm/plugin/CRUD2.d.ts +79 -0
- package/esm/plugin/CRUD2.js +1752 -0
- package/esm/plugin/Card.d.ts +55 -0
- package/esm/plugin/Card.js +238 -0
- package/esm/plugin/Card2.d.ts +22 -0
- package/esm/plugin/Card2.js +91 -0
- package/esm/plugin/Cards.d.ts +72 -0
- package/esm/plugin/Cards.js +271 -0
- package/esm/plugin/Carousel.d.ts +41 -0
- package/esm/plugin/Carousel.js +314 -0
- package/esm/plugin/Chart.d.ts +50 -0
- package/esm/plugin/Chart.js +193 -0
- package/esm/plugin/CodeView.d.ts +20 -0
- package/esm/plugin/CodeView.js +62 -0
- package/esm/plugin/Collapse.d.ts +34 -0
- package/esm/plugin/Collapse.js +119 -0
- package/esm/plugin/CollapseGroup.d.ts +66 -0
- package/esm/plugin/CollapseGroup.js +214 -0
- package/esm/plugin/ColumnToggler.d.ts +23 -0
- package/esm/plugin/ColumnToggler.js +114 -0
- package/esm/plugin/Container.d.ts +30 -0
- package/esm/plugin/Container.js +87 -0
- package/esm/plugin/Custom.d.ts +28 -0
- package/esm/plugin/Custom.js +102 -0
- package/esm/plugin/CustomRegion.d.ts +40 -0
- package/esm/plugin/CustomRegion.js +138 -0
- package/esm/plugin/Date.d.ts +22 -0
- package/esm/plugin/Date.js +79 -0
- package/esm/plugin/Datetime.d.ts +18 -0
- package/esm/plugin/Datetime.js +74 -0
- package/esm/plugin/Dialog.d.ts +41 -0
- package/esm/plugin/Dialog.js +211 -0
- package/esm/plugin/Divider.d.ts +16 -0
- package/esm/plugin/Divider.js +49 -0
- package/esm/plugin/Drawer.d.ts +29 -0
- package/esm/plugin/Drawer.js +219 -0
- package/esm/plugin/DropDownButton.d.ts +45 -0
- package/esm/plugin/DropDownButton.js +214 -0
- package/esm/plugin/Each.d.ts +36 -0
- package/esm/plugin/Each.js +146 -0
- package/esm/plugin/Flex.d.ts +31 -0
- package/esm/plugin/Flex.js +173 -0
- package/esm/plugin/Form/ButtonGroupSelect.d.ts +29 -0
- package/esm/plugin/Form/ButtonGroupSelect.js +149 -0
- package/esm/plugin/Form/ButtonToolbar.d.ts +31 -0
- package/esm/plugin/Form/ButtonToolbar.js +112 -0
- package/esm/plugin/Form/ChainedSelect.d.ts +25 -0
- package/esm/plugin/Form/ChainedSelect.js +153 -0
- package/esm/plugin/Form/Checkbox.d.ts +25 -0
- package/esm/plugin/Form/Checkbox.js +160 -0
- package/esm/plugin/Form/Checkboxes.d.ts +31 -0
- package/esm/plugin/Form/Checkboxes.js +177 -0
- package/esm/plugin/Form/CodeEditor.d.ts +27 -0
- package/esm/plugin/Form/CodeEditor.js +171 -0
- package/esm/plugin/Form/Combo.d.ts +42 -0
- package/esm/plugin/Form/Combo.js +499 -0
- package/esm/plugin/Form/ConditionBuilder.d.ts +37 -0
- package/esm/plugin/Form/ConditionBuilder.js +259 -0
- package/esm/plugin/Form/Control.d.ts +28 -0
- package/esm/plugin/Form/Control.js +87 -0
- package/esm/plugin/Form/DiffEditor.d.ts +27 -0
- package/esm/plugin/Form/DiffEditor.js +175 -0
- package/esm/plugin/Form/FieldSet.d.ts +26 -0
- package/esm/plugin/Form/FieldSet.js +133 -0
- package/esm/plugin/Form/Form.d.ts +43 -0
- package/esm/plugin/Form/Form.js +813 -0
- package/esm/plugin/Form/Formula.d.ts +28 -0
- package/esm/plugin/Form/Formula.js +79 -0
- package/esm/plugin/Form/Group.d.ts +27 -0
- package/esm/plugin/Form/Group.js +218 -0
- package/esm/plugin/Form/Hidden.d.ts +25 -0
- package/esm/plugin/Form/Hidden.js +60 -0
- package/esm/plugin/Form/InputArray.d.ts +29 -0
- package/esm/plugin/Form/InputArray.js +185 -0
- package/esm/plugin/Form/InputCity.d.ts +25 -0
- package/esm/plugin/Form/InputCity.js +127 -0
- package/esm/plugin/Form/InputColor.d.ts +42 -0
- package/esm/plugin/Form/InputColor.js +287 -0
- package/esm/plugin/Form/InputDate.d.ts +27 -0
- package/esm/plugin/Form/InputDate.js +304 -0
- package/esm/plugin/Form/InputDateRange.d.ts +27 -0
- package/esm/plugin/Form/InputDateRange.js +309 -0
- package/esm/plugin/Form/InputDateTime.d.ts +20 -0
- package/esm/plugin/Form/InputDateTime.js +51 -0
- package/esm/plugin/Form/InputDateTimeRange.d.ts +21 -0
- package/esm/plugin/Form/InputDateTimeRange.js +52 -0
- package/esm/plugin/Form/InputEmail.d.ts +28 -0
- package/esm/plugin/Form/InputEmail.js +48 -0
- package/esm/plugin/Form/InputExcel.d.ts +24 -0
- package/esm/plugin/Form/InputExcel.js +111 -0
- package/esm/plugin/Form/InputFile.d.ts +28 -0
- package/esm/plugin/Form/InputFile.js +304 -0
- package/esm/plugin/Form/InputGroup.d.ts +33 -0
- package/esm/plugin/Form/InputGroup.js +93 -0
- package/esm/plugin/Form/InputImage.d.ts +28 -0
- package/esm/plugin/Form/InputImage.js +335 -0
- package/esm/plugin/Form/InputKV.d.ts +36 -0
- package/esm/plugin/Form/InputKV.js +114 -0
- package/esm/plugin/Form/InputMonth.d.ts +19 -0
- package/esm/plugin/Form/InputMonth.js +49 -0
- package/esm/plugin/Form/InputMonthRange.d.ts +21 -0
- package/esm/plugin/Form/InputMonthRange.js +52 -0
- package/esm/plugin/Form/InputNumber.d.ts +26 -0
- package/esm/plugin/Form/InputNumber.js +226 -0
- package/esm/plugin/Form/InputPassword.d.ts +28 -0
- package/esm/plugin/Form/InputPassword.js +48 -0
- package/esm/plugin/Form/InputQuarter.d.ts +19 -0
- package/esm/plugin/Form/InputQuarter.js +49 -0
- package/esm/plugin/Form/InputQuarterRange.d.ts +21 -0
- package/esm/plugin/Form/InputQuarterRange.js +52 -0
- package/esm/plugin/Form/InputRange.d.ts +25 -0
- package/esm/plugin/Form/InputRange.js +268 -0
- package/esm/plugin/Form/InputRating.d.ts +26 -0
- package/esm/plugin/Form/InputRating.js +326 -0
- package/esm/plugin/Form/InputRepeat.d.ts +20 -0
- package/esm/plugin/Form/InputRepeat.js +62 -0
- package/esm/plugin/Form/InputRichText.d.ts +21 -0
- package/esm/plugin/Form/InputRichText.js +173 -0
- package/esm/plugin/Form/InputSubForm.d.ts +33 -0
- package/esm/plugin/Form/InputSubForm.js +201 -0
- package/esm/plugin/Form/InputTable.d.ts +40 -0
- package/esm/plugin/Form/InputTable.js +353 -0
- package/esm/plugin/Form/InputTag.d.ts +26 -0
- package/esm/plugin/Form/InputTag.js +141 -0
- package/esm/plugin/Form/InputText.d.ts +43 -0
- package/esm/plugin/Form/InputText.js +300 -0
- package/esm/plugin/Form/InputTime.d.ts +20 -0
- package/esm/plugin/Form/InputTime.js +51 -0
- package/esm/plugin/Form/InputTimeRange.d.ts +21 -0
- package/esm/plugin/Form/InputTimeRange.js +52 -0
- package/esm/plugin/Form/InputTree.d.ts +79 -0
- package/esm/plugin/Form/InputTree.js +403 -0
- package/esm/plugin/Form/InputURL.d.ts +29 -0
- package/esm/plugin/Form/InputURL.js +49 -0
- package/esm/plugin/Form/InputYear.d.ts +19 -0
- package/esm/plugin/Form/InputYear.js +49 -0
- package/esm/plugin/Form/InputYearRange.d.ts +21 -0
- package/esm/plugin/Form/InputYearRange.js +52 -0
- package/esm/plugin/Form/Item.d.ts +11 -0
- package/esm/plugin/Form/Item.js +231 -0
- package/esm/plugin/Form/ListSelect.d.ts +29 -0
- package/esm/plugin/Form/ListSelect.js +116 -0
- package/esm/plugin/Form/LocationPicker.d.ts +20 -0
- package/esm/plugin/Form/LocationPicker.js +77 -0
- package/esm/plugin/Form/MatrixCheckboxes.d.ts +32 -0
- package/esm/plugin/Form/MatrixCheckboxes.js +193 -0
- package/esm/plugin/Form/NestedSelect.d.ts +80 -0
- package/esm/plugin/Form/NestedSelect.js +279 -0
- package/esm/plugin/Form/Picker.d.ts +29 -0
- package/esm/plugin/Form/Picker.js +210 -0
- package/esm/plugin/Form/Radios.d.ts +30 -0
- package/esm/plugin/Form/Radios.js +159 -0
- package/esm/plugin/Form/Select.d.ts +30 -0
- package/esm/plugin/Form/Select.js +258 -0
- package/esm/plugin/Form/Static.d.ts +24 -0
- package/esm/plugin/Form/Static.js +311 -0
- package/esm/plugin/Form/Switch.d.ts +28 -0
- package/esm/plugin/Form/Switch.js +197 -0
- package/esm/plugin/Form/TabsTransfer.d.ts +80 -0
- package/esm/plugin/Form/TabsTransfer.js +278 -0
- package/esm/plugin/Form/Textarea.d.ts +27 -0
- package/esm/plugin/Form/Textarea.js +155 -0
- package/esm/plugin/Form/Transfer.d.ts +73 -0
- package/esm/plugin/Form/Transfer.js +291 -0
- package/esm/plugin/Form/TreeSelect.d.ts +79 -0
- package/esm/plugin/Form/TreeSelect.js +400 -0
- package/esm/plugin/Form/UUID.d.ts +24 -0
- package/esm/plugin/Form/UUID.js +60 -0
- package/esm/plugin/Grid.d.ts +49 -0
- package/esm/plugin/Grid.js +706 -0
- package/esm/plugin/HBox.d.ts +46 -0
- package/esm/plugin/HBox.js +633 -0
- package/esm/plugin/IFrame.d.ts +31 -0
- package/esm/plugin/IFrame.js +81 -0
- package/esm/plugin/Image.d.ts +34 -0
- package/esm/plugin/Image.js +248 -0
- package/esm/plugin/Images.d.ts +26 -0
- package/esm/plugin/Images.js +186 -0
- package/esm/plugin/Json.d.ts +27 -0
- package/esm/plugin/Json.js +75 -0
- package/esm/plugin/Link.d.ts +23 -0
- package/esm/plugin/Link.js +105 -0
- package/esm/plugin/List.d.ts +56 -0
- package/esm/plugin/List.js +245 -0
- package/esm/plugin/ListItem.d.ts +16 -0
- package/esm/plugin/ListItem.js +206 -0
- package/esm/plugin/Log.d.ts +19 -0
- package/esm/plugin/Log.js +61 -0
- package/esm/plugin/Mapping.d.ts +38 -0
- package/esm/plugin/Mapping.js +139 -0
- package/esm/plugin/Markdown.d.ts +22 -0
- package/esm/plugin/Markdown.js +57 -0
- package/esm/plugin/Nav.d.ts +49 -0
- package/esm/plugin/Nav.js +163 -0
- package/esm/plugin/Operation.d.ts +26 -0
- package/esm/plugin/Operation.js +80 -0
- package/esm/plugin/Others/Action.d.ts +9 -0
- package/esm/plugin/Others/Action.js +358 -0
- package/esm/plugin/Others/TableCell.d.ts +8 -0
- package/esm/plugin/Others/TableCell.js +367 -0
- package/esm/plugin/Page.d.ts +34 -0
- package/esm/plugin/Page.js +318 -0
- package/esm/plugin/Pagination.d.ts +48 -0
- package/esm/plugin/Pagination.js +242 -0
- package/esm/plugin/Panel.d.ts +32 -0
- package/esm/plugin/Panel.js +213 -0
- package/esm/plugin/Plain.d.ts +22 -0
- package/esm/plugin/Plain.js +82 -0
- package/esm/plugin/Progress.d.ts +26 -0
- package/esm/plugin/Progress.js +225 -0
- package/esm/plugin/Property.d.ts +28 -0
- package/esm/plugin/Property.js +126 -0
- package/esm/plugin/QRCode.d.ts +22 -0
- package/esm/plugin/QRCode.js +91 -0
- package/esm/plugin/Reset.d.ts +12 -0
- package/esm/plugin/Reset.js +41 -0
- package/esm/plugin/Service.d.ts +32 -0
- package/esm/plugin/Service.js +195 -0
- package/esm/plugin/Sparkline.d.ts +31 -0
- package/esm/plugin/Sparkline.js +52 -0
- package/esm/plugin/Status.d.ts +22 -0
- package/esm/plugin/Status.js +76 -0
- package/esm/plugin/Steps.d.ts +40 -0
- package/esm/plugin/Steps.js +115 -0
- package/esm/plugin/Submit.d.ts +11 -0
- package/esm/plugin/Submit.js +41 -0
- package/esm/plugin/Table-v2.d.ts +26 -0
- package/esm/plugin/Table-v2.js +819 -0
- package/esm/plugin/Table.d.ts +27 -0
- package/esm/plugin/Table.js +572 -0
- package/esm/plugin/TableCell-v2.d.ts +8 -0
- package/esm/plugin/TableCell-v2.js +499 -0
- package/esm/plugin/TableView.d.ts +135 -0
- package/esm/plugin/TableView.js +767 -0
- package/esm/plugin/Tabs.d.ts +77 -0
- package/esm/plugin/Tabs.js +416 -0
- package/esm/plugin/Tasks.d.ts +44 -0
- package/esm/plugin/Tasks.js +212 -0
- package/esm/plugin/Time.d.ts +18 -0
- package/esm/plugin/Time.js +74 -0
- package/esm/plugin/Timeline.d.ts +34 -0
- package/esm/plugin/Timeline.js +116 -0
- package/esm/plugin/TooltipWrapper.d.ts +42 -0
- package/esm/plugin/TooltipWrapper.js +230 -0
- package/esm/plugin/Tpl.d.ts +21 -0
- package/esm/plugin/Tpl.js +140 -0
- package/esm/plugin/Video.d.ts +27 -0
- package/esm/plugin/Video.js +123 -0
- package/esm/plugin/WebComponent.d.ts +25 -0
- package/esm/plugin/WebComponent.js +91 -0
- package/esm/plugin/Wizard.d.ts +56 -0
- package/esm/plugin/Wizard.js +772 -0
- package/esm/plugin/Wrapper.d.ts +23 -0
- package/esm/plugin/Wrapper.js +110 -0
- package/esm/renderer/APIControl.d.ts +5736 -0
- package/esm/renderer/APIControl.js +956 -0
- package/esm/renderer/ActionApiControl.d.ts +7454 -0
- package/esm/renderer/BadgeControl.d.ts +102 -0
- package/esm/renderer/BadgeControl.js +315 -0
- package/esm/renderer/ColumnControl.d.ts +19 -0
- package/esm/renderer/DataBindingControl.d.ts +42 -0
- package/esm/renderer/DataBindingControl.js +300 -0
- package/esm/renderer/DataMappingControl.d.ts +11 -0
- package/esm/renderer/DataMappingControl.js +65 -0
- package/esm/renderer/DataPickerControl.d.ts +13 -0
- package/esm/renderer/DataPickerControl.js +77 -0
- package/esm/renderer/DateShortCutControl.d.ts +83 -0
- package/esm/renderer/DateShortCutControl.js +348 -0
- package/esm/renderer/FeatureControl.d.ts +64 -0
- package/esm/renderer/FeatureControl.js +283 -0
- package/esm/renderer/FormulaControl.d.ts +104 -0
- package/esm/renderer/FormulaControl.js +437 -0
- package/esm/renderer/GoConfigControl.d.ts +17 -0
- package/esm/renderer/GoConfigControl.js +74 -0
- package/esm/renderer/OptionControl.d.ts +152 -0
- package/esm/renderer/OptionControl.js +844 -0
- package/esm/renderer/RangePartsControl.d.ts +91 -0
- package/esm/renderer/RangePartsControl.js +511 -0
- package/esm/renderer/StatusControl.d.ts +44 -0
- package/esm/renderer/StatusControl.js +203 -0
- package/esm/renderer/SwitchMoreControl.d.ts +238 -0
- package/esm/renderer/SwitchMoreControl.js +434 -0
- package/esm/renderer/TimelineItemControl.d.ts +220 -0
- package/esm/renderer/TimelineItemControl.js +555 -0
- package/esm/renderer/TransferTableControl.d.ts +201 -0
- package/esm/renderer/TransferTableControl.js +487 -0
- package/esm/renderer/TreeOptionControl.d.ts +71 -0
- package/esm/renderer/TreeOptionControl.js +700 -0
- package/esm/renderer/ValidationControl.d.ts +65 -0
- package/esm/renderer/ValidationControl.js +362 -0
- package/esm/renderer/ValidationItem.d.ts +46 -0
- package/esm/renderer/ValidationItem.js +189 -0
- package/esm/renderer/event-control/action-config-dialog.d.ts +73 -0
- package/esm/renderer/event-control/action-config-dialog.js +266 -0
- package/esm/renderer/event-control/action-config-panel.d.ts +8 -0
- package/esm/renderer/event-control/action-config-panel.js +71 -0
- package/esm/renderer/event-control/actions.d.ts +3 -0
- package/esm/renderer/event-control/actions.js +855 -0
- package/esm/renderer/event-control/comp-action-select.d.ts +11 -0
- package/esm/renderer/event-control/comp-action-select.js +56 -0
- package/esm/renderer/event-control/helper.d.ts +133 -0
- package/esm/renderer/event-control/helper.js +1014 -0
- package/esm/renderer/event-control/index.d.ts +90 -0
- package/esm/renderer/event-control/index.js +758 -0
- package/esm/renderer/event-control/types.d.ts +26 -0
- package/esm/renderer/style-control/Background.d.ts +17 -0
- package/esm/renderer/style-control/Background.js +536 -0
- package/esm/renderer/style-control/Border.d.ts +18 -0
- package/esm/renderer/style-control/Border.js +233 -0
- package/esm/renderer/style-control/BoxModel.d.ts +17 -0
- package/esm/renderer/style-control/BoxModel.js +65 -0
- package/esm/renderer/style-control/BoxShadow.d.ts +18 -0
- package/esm/renderer/style-control/BoxShadow.js +121 -0
- package/esm/renderer/style-control/Display.d.ts +14 -0
- package/esm/renderer/style-control/Display.js +193 -0
- package/esm/renderer/style-control/Font.d.ts +16 -0
- package/esm/renderer/style-control/Font.js +207 -0
- package/esm/renderer/style-control/font-family.d.ts +11 -0
- package/esm/renderer/style-control/font-family.js +146 -0
- package/esm/renderer/style-control/transformation.d.ts +29 -0
- package/esm/renderer/style-control/transformation.js +74 -0
- package/esm/renderer/style-control/types.d.ts +8 -0
- package/esm/tpl/api.d.ts +1 -0
- package/esm/tpl/api.js +494 -0
- package/esm/tpl/common.d.ts +1 -0
- package/esm/tpl/common.js +872 -0
- package/esm/tpl/horizontal.d.ts +1 -0
- package/esm/tpl/horizontal.js +243 -0
- package/esm/tpl/index.d.ts +7 -0
- package/esm/tpl/options.d.ts +1 -0
- package/esm/tpl/options.js +377 -0
- package/esm/tpl/style.d.ts +15 -0
- package/esm/tpl/style.js +354 -0
- package/esm/tpl/validations.d.ts +1 -0
- package/esm/tpl/validations.js +500 -0
- package/esm/validator.d.ts +63 -0
- package/esm/validator.js +326 -0
- package/lib/component/BaseControl.d.ts +9 -811
- package/lib/component/BaseControl.js +255 -291
- package/lib/component/InputComponentName.js +4 -3
- package/lib/component/TableViewEditor.js +560 -491
- package/lib/icons/btn/btn-group.svg.js +60 -0
- package/lib/icons/btn/btn-select.svg.js +56 -0
- package/lib/icons/btn/btn-toolbar.svg.js +56 -0
- package/lib/icons/btn/button.svg.js +56 -0
- package/lib/icons/btn/dropdown-btn.svg.js +54 -0
- package/lib/icons/container/anchor-nav.svg.js +54 -0
- package/lib/icons/container/collapse.svg.js +54 -0
- package/lib/icons/container/container.svg.js +50 -0
- package/lib/icons/container/flex-container.svg.js +54 -0
- package/lib/icons/container/form-group.svg.js +54 -0
- package/lib/icons/container/grid.svg.js +51 -0
- package/lib/icons/container/iframe.svg.js +53 -0
- package/lib/icons/container/panel.svg.js +54 -0
- package/lib/icons/container/table-view.svg.js +54 -0
- package/lib/icons/container/tabs.svg.js +54 -0
- package/lib/icons/container/tooltip-wrapper.svg.js +58 -0
- package/lib/icons/container/web-component.svg.js +50 -0
- package/lib/icons/feat/audio.svg.js +58 -0
- package/lib/icons/feat/custom.svg.js +52 -0
- package/lib/icons/feat/each.svg.js +54 -0
- package/lib/icons/feat/form.svg.js +54 -0
- package/lib/icons/feat/nav.svg.js +50 -0
- package/lib/icons/feat/qrcode.svg.js +54 -0
- package/lib/icons/feat/service.svg.js +54 -0
- package/lib/icons/feat/table.svg.js +58 -0
- package/lib/icons/feat/tasks.svg.js +61 -0
- package/lib/icons/feat/video.svg.js +53 -0
- package/lib/icons/feat/wizard.svg.js +64 -0
- package/lib/icons/form/chained-select.svg.js +59 -0
- package/lib/icons/form/checkbox.svg.js +56 -0
- package/lib/icons/form/checkboxes.svg.js +54 -0
- package/lib/icons/form/combo.svg.js +57 -0
- package/lib/icons/form/condition-builder.svg.js +53 -0
- package/lib/icons/form/diff-editor.svg.js +54 -0
- package/lib/icons/form/editor.svg.js +54 -0
- package/lib/icons/form/formula.svg.js +59 -0
- package/lib/icons/form/hidden.svg.js +58 -0
- package/lib/icons/form/input-city.svg.js +54 -0
- package/lib/icons/form/input-color.svg.js +63 -0
- package/lib/icons/form/input-date-range.svg.js +54 -0
- package/lib/icons/form/input-date.svg.js +60 -0
- package/lib/icons/form/input-datetime.svg.js +54 -0
- package/lib/icons/form/input-email.svg.js +54 -0
- package/lib/icons/form/input-excel.svg.js +54 -0
- package/lib/icons/form/input-file.svg.js +54 -0
- package/lib/icons/form/input-group.svg.js +57 -0
- package/lib/icons/form/input-image.svg.js +59 -0
- package/lib/icons/form/input-kv.svg.js +56 -0
- package/lib/icons/form/input-month-range.svg.js +54 -0
- package/lib/icons/form/input-number.svg.js +56 -0
- package/lib/icons/form/input-password.svg.js +54 -0
- package/lib/icons/form/input-quarter-range.svg.js +65 -0
- package/lib/icons/form/input-range.svg.js +65 -0
- package/lib/icons/form/input-rating.svg.js +50 -0
- package/lib/icons/form/input-repeat.svg.js +54 -0
- package/lib/icons/form/input-rich-text.svg.js +79 -0
- package/lib/icons/form/input-tag.svg.js +55 -0
- package/lib/icons/form/input-text.svg.js +58 -0
- package/lib/icons/form/input-time-range.svg.js +59 -0
- package/lib/icons/form/input-time.svg.js +58 -0
- package/lib/icons/form/input-tree.svg.js +54 -0
- package/lib/icons/form/input-url.svg.js +57 -0
- package/lib/icons/form/input-year.svg.js +60 -0
- package/lib/icons/form/inputArray.svg.js +56 -0
- package/lib/icons/form/list-select.svg.js +52 -0
- package/lib/icons/form/location-picker.svg.js +58 -0
- package/lib/icons/form/matrix-checkboxes.svg.js +51 -0
- package/lib/icons/form/month.svg.js +54 -0
- package/lib/icons/form/nested-select.svg.js +52 -0
- package/lib/icons/form/picker.svg.js +54 -0
- package/lib/icons/form/quarter.svg.js +60 -0
- package/lib/icons/form/radios.svg.js +58 -0
- package/lib/icons/form/select.svg.js +54 -0
- package/lib/icons/form/static.svg.js +56 -0
- package/lib/icons/form/sub-form.svg.js +54 -0
- package/lib/icons/form/switch.svg.js +59 -0
- package/lib/icons/form/tabs-transfer.svg.js +57 -0
- package/lib/icons/form/textarea.svg.js +62 -0
- package/lib/icons/form/transfer.svg.js +54 -0
- package/lib/icons/form/tree-select.svg.js +59 -0
- package/lib/icons/form/uuid.svg.js +56 -0
- package/lib/icons/index.d.ts +2 -0
- package/lib/icons/index.js +236 -0
- package/lib/icons/other/divider.svg.js +52 -0
- package/lib/icons/other/property-sheet.svg.js +54 -0
- package/lib/icons/other/tooltip.svg.js +56 -0
- package/lib/icons/show/URL.svg.js +57 -0
- package/lib/icons/show/avatar.svg.js +60 -0
- package/lib/icons/show/breadcrumb.svg.js +54 -0
- package/lib/icons/show/card.svg.js +54 -0
- package/lib/icons/show/cards.svg.js +51 -0
- package/lib/icons/show/carousel.svg.js +58 -0
- package/lib/icons/show/chart.svg.js +53 -0
- package/lib/icons/show/code.svg.js +58 -0
- package/lib/icons/show/date.svg.js +54 -0
- package/lib/icons/show/datetime.svg.js +54 -0
- package/lib/icons/show/image.svg.js +58 -0
- package/lib/icons/show/images.svg.js +61 -0
- package/lib/icons/show/json-view.svg.js +64 -0
- package/lib/icons/show/list.svg.js +54 -0
- package/lib/icons/show/log.svg.js +54 -0
- package/lib/icons/show/mapping.svg.js +54 -0
- package/lib/icons/show/markdown.svg.js +56 -0
- package/lib/icons/show/plain.svg.js +59 -0
- package/lib/icons/show/progress.svg.js +52 -0
- package/lib/icons/show/sparkline.svg.js +54 -0
- package/lib/icons/show/status.svg.js +57 -0
- package/lib/icons/show/steps.svg.js +54 -0
- package/lib/icons/show/time.svg.js +56 -0
- package/lib/index.d.ts +14 -1
- package/lib/index.js +23 -6
- package/lib/locale/en-US.d.ts +1 -0
- package/lib/locale/en-US.js +2671 -0
- package/lib/locale/index.d.ts +2 -0
- package/lib/locale/zh-CN.d.ts +1 -0
- package/lib/locale/zh-CN.js +2602 -0
- package/lib/plugin/Alert.d.ts +1 -0
- package/lib/plugin/Alert.js +99 -101
- package/lib/plugin/AnchorNav.d.ts +1 -0
- package/lib/plugin/AnchorNav.js +282 -274
- package/lib/plugin/Audio.d.ts +1 -0
- package/lib/plugin/Audio.js +123 -145
- package/lib/plugin/Avatar.d.ts +1 -0
- package/lib/plugin/Avatar.js +263 -290
- package/lib/plugin/Breadcrumb.d.ts +1 -0
- package/lib/plugin/Breadcrumb.js +88 -104
- package/lib/plugin/Button.d.ts +4 -3
- package/lib/plugin/Button.js +251 -282
- package/lib/plugin/ButtonGroup.d.ts +1 -0
- package/lib/plugin/ButtonGroup.js +114 -125
- package/lib/plugin/CRUD.d.ts +3 -2
- package/lib/plugin/CRUD.js +1438 -1488
- package/lib/plugin/CRUD2.d.ts +79 -0
- package/lib/plugin/CRUD2.js +1764 -0
- package/lib/plugin/Card.d.ts +1 -0
- package/lib/plugin/Card.js +223 -209
- package/lib/plugin/Card2.d.ts +22 -0
- package/lib/plugin/Card2.js +95 -0
- package/lib/plugin/Cards.d.ts +1 -0
- package/lib/plugin/Cards.js +259 -234
- package/lib/plugin/Carousel.d.ts +1 -0
- package/lib/plugin/Carousel.js +304 -344
- package/lib/plugin/Chart.d.ts +3 -3
- package/lib/plugin/Chart.js +180 -171
- package/lib/plugin/CodeView.d.ts +1 -0
- package/lib/plugin/CodeView.js +54 -56
- package/lib/plugin/Collapse.d.ts +1 -0
- package/lib/plugin/Collapse.js +110 -125
- package/lib/plugin/CollapseGroup.d.ts +1 -0
- package/lib/plugin/CollapseGroup.js +204 -223
- package/lib/plugin/ColumnToggler.d.ts +23 -0
- package/lib/plugin/ColumnToggler.js +118 -0
- package/lib/plugin/Container.d.ts +10 -2
- package/lib/plugin/Container.js +79 -88
- package/lib/plugin/Custom.d.ts +1 -0
- package/lib/plugin/Custom.js +90 -93
- package/lib/plugin/CustomRegion.js +125 -133
- package/lib/plugin/Date.d.ts +1 -0
- package/lib/plugin/Date.js +71 -70
- package/lib/plugin/Datetime.d.ts +1 -0
- package/lib/plugin/Datetime.js +65 -64
- package/lib/plugin/Dialog.d.ts +10 -0
- package/lib/plugin/Dialog.js +199 -193
- package/lib/plugin/Divider.d.ts +1 -0
- package/lib/plugin/Divider.js +42 -38
- package/lib/plugin/Drawer.d.ts +1 -0
- package/lib/plugin/Drawer.js +204 -221
- package/lib/plugin/DropDownButton.d.ts +1 -0
- package/lib/plugin/DropDownButton.js +201 -208
- package/lib/plugin/Each.d.ts +1 -0
- package/lib/plugin/Each.js +134 -111
- package/lib/plugin/Flex.d.ts +1 -0
- package/lib/plugin/Flex.js +164 -190
- package/lib/plugin/Form/ButtonGroupSelect.d.ts +6 -4
- package/lib/plugin/Form/ButtonGroupSelect.js +141 -149
- package/lib/plugin/Form/ButtonToolbar.d.ts +4 -1
- package/lib/plugin/Form/ButtonToolbar.js +102 -93
- package/lib/plugin/Form/ChainedSelect.d.ts +4 -4
- package/lib/plugin/Form/ChainedSelect.js +144 -170
- package/lib/plugin/Form/Checkbox.d.ts +4 -3
- package/lib/plugin/Form/Checkbox.js +147 -157
- package/lib/plugin/Form/Checkboxes.d.ts +4 -3
- package/lib/plugin/Form/Checkboxes.js +166 -198
- package/lib/plugin/Form/CodeEditor.d.ts +5 -3
- package/lib/plugin/Form/CodeEditor.js +161 -187
- package/lib/plugin/Form/Combo.d.ts +4 -3
- package/lib/plugin/Form/Combo.js +477 -516
- package/lib/plugin/Form/ConditionBuilder.d.ts +1 -0
- package/lib/plugin/Form/ConditionBuilder.js +247 -282
- package/lib/plugin/Form/Control.d.ts +1 -0
- package/lib/plugin/Form/Control.js +76 -69
- package/lib/plugin/Form/DiffEditor.d.ts +5 -3
- package/lib/plugin/Form/DiffEditor.js +165 -190
- package/lib/plugin/Form/FieldSet.d.ts +0 -1
- package/lib/plugin/Form/FieldSet.js +122 -133
- package/lib/plugin/Form/Form.d.ts +4 -3
- package/lib/plugin/Form/Form.js +798 -827
- package/lib/plugin/Form/Formula.d.ts +1 -0
- package/lib/plugin/Form/Formula.js +70 -69
- package/lib/plugin/Form/Group.d.ts +1 -0
- package/lib/plugin/Form/Group.js +206 -232
- package/lib/plugin/Form/Hidden.d.ts +1 -0
- package/lib/plugin/Form/Hidden.js +50 -40
- package/lib/plugin/Form/InputArray.d.ts +1 -0
- package/lib/plugin/Form/InputArray.js +172 -160
- package/lib/plugin/Form/InputCity.d.ts +6 -4
- package/lib/plugin/Form/InputCity.js +119 -127
- package/lib/plugin/Form/InputColor.d.ts +1 -0
- package/lib/plugin/Form/InputColor.js +263 -263
- package/lib/plugin/Form/InputDate.d.ts +4 -3
- package/lib/plugin/Form/InputDate.js +291 -340
- package/lib/plugin/Form/InputDateRange.d.ts +4 -3
- package/lib/plugin/Form/InputDateRange.js +294 -331
- package/lib/plugin/Form/InputDateTime.d.ts +1 -0
- package/lib/plugin/Form/InputDateTime.js +42 -37
- package/lib/plugin/Form/InputDateTimeRange.d.ts +1 -0
- package/lib/plugin/Form/InputDateTimeRange.js +43 -38
- package/lib/plugin/Form/InputEmail.d.ts +1 -0
- package/lib/plugin/Form/InputEmail.js +39 -32
- package/lib/plugin/Form/InputExcel.d.ts +4 -3
- package/lib/plugin/Form/InputExcel.js +102 -108
- package/lib/plugin/Form/InputFile.d.ts +8 -3
- package/lib/plugin/Form/InputFile.js +291 -337
- package/lib/plugin/Form/InputGroup.d.ts +1 -0
- package/lib/plugin/Form/InputGroup.js +83 -82
- package/lib/plugin/Form/InputImage.d.ts +10 -6
- package/lib/plugin/Form/InputImage.js +323 -255
- package/lib/plugin/Form/InputKV.d.ts +4 -3
- package/lib/plugin/Form/InputKV.js +106 -117
- package/lib/plugin/Form/InputMonth.d.ts +1 -0
- package/lib/plugin/Form/InputMonth.js +40 -35
- package/lib/plugin/Form/InputMonthRange.d.ts +1 -0
- package/lib/plugin/Form/InputMonthRange.js +43 -38
- package/lib/plugin/Form/InputNumber.d.ts +4 -3
- package/lib/plugin/Form/InputNumber.js +214 -247
- package/lib/plugin/Form/InputPassword.d.ts +1 -0
- package/lib/plugin/Form/InputPassword.js +39 -32
- package/lib/plugin/Form/InputQuarter.d.ts +1 -0
- package/lib/plugin/Form/InputQuarter.js +40 -35
- package/lib/plugin/Form/InputQuarterRange.d.ts +1 -0
- package/lib/plugin/Form/InputQuarterRange.js +43 -38
- package/lib/plugin/Form/InputRange.d.ts +4 -3
- package/lib/plugin/Form/InputRange.js +256 -276
- package/lib/plugin/Form/InputRating.d.ts +4 -3
- package/lib/plugin/Form/InputRating.js +312 -339
- package/lib/plugin/Form/InputRepeat.d.ts +1 -0
- package/lib/plugin/Form/InputRepeat.js +54 -53
- package/lib/plugin/Form/InputRichText.d.ts +3 -1
- package/lib/plugin/Form/InputRichText.js +163 -179
- package/lib/plugin/Form/InputSubForm.d.ts +3 -34
- package/lib/plugin/Form/InputSubForm.js +181 -132
- package/lib/plugin/Form/InputTable.d.ts +1 -0
- package/lib/plugin/Form/InputTable.js +338 -377
- package/lib/plugin/Form/InputTag.d.ts +4 -3
- package/lib/plugin/Form/InputTag.js +132 -142
- package/lib/plugin/Form/InputText.d.ts +1 -0
- package/lib/plugin/Form/InputText.js +285 -309
- package/lib/plugin/Form/InputTime.d.ts +1 -0
- package/lib/plugin/Form/InputTime.js +42 -35
- package/lib/plugin/Form/InputTimeRange.d.ts +1 -0
- package/lib/plugin/Form/InputTimeRange.js +43 -38
- package/lib/plugin/Form/InputTree.d.ts +5 -3
- package/lib/plugin/Form/InputTree.js +391 -355
- package/lib/plugin/Form/InputURL.d.ts +1 -0
- package/lib/plugin/Form/InputURL.js +40 -33
- package/lib/plugin/Form/InputYear.d.ts +1 -0
- package/lib/plugin/Form/InputYear.js +40 -35
- package/lib/plugin/Form/InputYearRange.d.ts +1 -0
- package/lib/plugin/Form/InputYearRange.js +43 -38
- package/lib/plugin/Form/Item.d.ts +1 -0
- package/lib/plugin/Form/Item.js +219 -245
- package/lib/plugin/Form/ListSelect.d.ts +4 -3
- package/lib/plugin/Form/ListSelect.js +107 -117
- package/lib/plugin/Form/LocationPicker.d.ts +1 -0
- package/lib/plugin/Form/LocationPicker.js +69 -62
- package/lib/plugin/Form/MatrixCheckboxes.d.ts +4 -3
- package/lib/plugin/Form/MatrixCheckboxes.js +180 -217
- package/lib/plugin/Form/NestedSelect.d.ts +4 -3
- package/lib/plugin/Form/NestedSelect.js +268 -313
- package/lib/plugin/Form/Picker.d.ts +4 -1
- package/lib/plugin/Form/Picker.js +196 -147
- package/lib/plugin/Form/Radios.d.ts +4 -3
- package/lib/plugin/Form/Radios.js +149 -175
- package/lib/plugin/Form/Select.d.ts +4 -3
- package/lib/plugin/Form/Select.js +247 -289
- package/lib/plugin/Form/Static.d.ts +1 -0
- package/lib/plugin/Form/Static.js +299 -292
- package/lib/plugin/Form/Switch.d.ts +4 -3
- package/lib/plugin/Form/Switch.js +186 -204
- package/lib/plugin/Form/TabsTransfer.d.ts +6 -3
- package/lib/plugin/Form/TabsTransfer.js +269 -331
- package/lib/plugin/Form/Textarea.d.ts +4 -3
- package/lib/plugin/Form/Textarea.js +146 -177
- package/lib/plugin/Form/Transfer.d.ts +9 -7
- package/lib/plugin/Form/Transfer.js +280 -399
- package/lib/plugin/Form/TreeSelect.d.ts +6 -4
- package/lib/plugin/Form/TreeSelect.js +387 -358
- package/lib/plugin/Form/UUID.d.ts +1 -0
- package/lib/plugin/Form/UUID.js +50 -37
- package/lib/plugin/Grid.d.ts +1 -0
- package/lib/plugin/Grid.js +666 -632
- package/lib/plugin/HBox.js +608 -561
- package/lib/plugin/IFrame.d.ts +1 -0
- package/lib/plugin/IFrame.js +72 -81
- package/lib/plugin/Image.d.ts +1 -0
- package/lib/plugin/Image.js +236 -248
- package/lib/plugin/Images.d.ts +1 -0
- package/lib/plugin/Images.js +178 -202
- package/lib/plugin/Json.d.ts +1 -0
- package/lib/plugin/Json.js +66 -65
- package/lib/plugin/Link.d.ts +1 -0
- package/lib/plugin/Link.js +97 -108
- package/lib/plugin/List.d.ts +1 -0
- package/lib/plugin/List.js +232 -199
- package/lib/plugin/ListItem.js +194 -175
- package/lib/plugin/Log.d.ts +1 -0
- package/lib/plugin/Log.js +54 -51
- package/lib/plugin/Mapping.d.ts +1 -0
- package/lib/plugin/Mapping.js +131 -137
- package/lib/plugin/Markdown.d.ts +1 -0
- package/lib/plugin/Markdown.js +50 -47
- package/lib/plugin/Nav.d.ts +1 -0
- package/lib/plugin/Nav.js +155 -169
- package/lib/plugin/Operation.js +69 -65
- package/lib/plugin/Others/Action.d.ts +2 -5
- package/lib/plugin/Others/Action.js +342 -326
- package/lib/plugin/Others/TableCell.js +355 -373
- package/lib/plugin/Page.d.ts +6 -3
- package/lib/plugin/Page.js +306 -347
- package/lib/plugin/Pagination.d.ts +6 -9
- package/lib/plugin/Pagination.js +231 -232
- package/lib/plugin/Panel.d.ts +2 -0
- package/lib/plugin/Panel.js +200 -201
- package/lib/plugin/Plain.d.ts +1 -0
- package/lib/plugin/Plain.js +74 -76
- package/lib/plugin/Progress.d.ts +1 -0
- package/lib/plugin/Progress.js +217 -246
- package/lib/plugin/Property.d.ts +1 -0
- package/lib/plugin/Property.js +118 -135
- package/lib/plugin/QRCode.d.ts +1 -0
- package/lib/plugin/QRCode.js +83 -95
- package/lib/plugin/Reset.js +32 -25
- package/lib/plugin/Service.d.ts +6 -3
- package/lib/plugin/Service.js +184 -198
- package/lib/plugin/Sparkline.d.ts +1 -0
- package/lib/plugin/Sparkline.js +41 -35
- package/lib/plugin/Status.d.ts +1 -0
- package/lib/plugin/Status.js +68 -74
- package/lib/plugin/Steps.d.ts +1 -0
- package/lib/plugin/Steps.js +107 -124
- package/lib/plugin/Submit.js +32 -25
- package/lib/plugin/Table-v2.d.ts +26 -0
- package/lib/plugin/Table-v2.js +823 -0
- package/lib/plugin/Table.d.ts +5 -3
- package/lib/plugin/Table.js +557 -575
- package/lib/plugin/TableCell-v2.d.ts +8 -0
- package/lib/plugin/TableCell-v2.js +507 -0
- package/lib/plugin/TableView.d.ts +1 -0
- package/lib/plugin/TableView.js +729 -698
- package/lib/plugin/Tabs.d.ts +3 -2
- package/lib/plugin/Tabs.js +397 -401
- package/lib/plugin/Tasks.d.ts +1 -0
- package/lib/plugin/Tasks.js +204 -251
- package/lib/plugin/Time.d.ts +1 -0
- package/lib/plugin/Time.js +65 -64
- package/lib/plugin/Timeline.d.ts +34 -0
- package/lib/plugin/Timeline.js +120 -0
- package/lib/plugin/TooltipWrapper.d.ts +1 -0
- package/lib/plugin/TooltipWrapper.js +219 -266
- package/lib/plugin/Tpl.d.ts +1 -0
- package/lib/plugin/Tpl.js +129 -168
- package/lib/plugin/Video.d.ts +1 -0
- package/lib/plugin/Video.js +114 -127
- package/lib/plugin/WebComponent.d.ts +5 -6
- package/lib/plugin/WebComponent.js +80 -55
- package/lib/plugin/Wizard.d.ts +6 -3
- package/lib/plugin/Wizard.js +753 -772
- package/lib/plugin/Wrapper.js +102 -124
- package/lib/renderer/APIControl.d.ts +2026 -3816
- package/lib/renderer/APIControl.js +929 -753
- package/lib/renderer/ActionApiControl.d.ts +7454 -0
- package/lib/renderer/BadgeControl.d.ts +6 -38
- package/lib/renderer/BadgeControl.js +297 -263
- package/lib/renderer/ColumnControl.d.ts +19 -0
- package/lib/renderer/DataBindingControl.d.ts +37 -9
- package/lib/renderer/DataBindingControl.js +288 -69
- package/lib/renderer/DataMappingControl.js +3 -3
- package/lib/renderer/DataPickerControl.js +5 -5
- package/lib/renderer/DateShortCutControl.js +325 -221
- package/lib/renderer/FeatureControl.d.ts +64 -0
- package/lib/renderer/FeatureControl.js +293 -0
- package/lib/renderer/FormulaControl.d.ts +10 -2
- package/lib/renderer/FormulaControl.js +406 -275
- package/lib/renderer/GoConfigControl.d.ts +17 -0
- package/lib/renderer/GoConfigControl.js +83 -0
- package/lib/renderer/OptionControl.d.ts +2 -2
- package/lib/renderer/OptionControl.js +813 -629
- package/lib/renderer/RangePartsControl.js +477 -348
- package/lib/renderer/StatusControl.d.ts +8 -3
- package/lib/renderer/StatusControl.js +186 -145
- package/lib/renderer/SwitchMoreControl.d.ts +56 -40
- package/lib/renderer/SwitchMoreControl.js +413 -272
- package/lib/renderer/TimelineItemControl.d.ts +220 -0
- package/lib/renderer/TimelineItemControl.js +566 -0
- package/lib/renderer/TransferTableControl.d.ts +201 -0
- package/lib/renderer/TransferTableControl.js +496 -0
- package/lib/renderer/TreeOptionControl.d.ts +71 -0
- package/lib/renderer/TreeOptionControl.js +713 -0
- package/lib/renderer/ValidationControl.js +339 -245
- package/lib/renderer/ValidationItem.js +174 -123
- package/lib/renderer/event-control/action-config-dialog.d.ts +73 -0
- package/lib/renderer/event-control/action-config-dialog.js +274 -0
- package/lib/renderer/event-control/action-config-panel.d.ts +8 -0
- package/lib/renderer/event-control/action-config-panel.js +80 -0
- package/lib/renderer/event-control/actions.d.ts +3 -0
- package/lib/renderer/event-control/actions.js +863 -0
- package/lib/renderer/event-control/comp-action-select.d.ts +11 -0
- package/lib/renderer/event-control/comp-action-select.js +65 -0
- package/lib/renderer/event-control/helper.d.ts +133 -0
- package/lib/renderer/event-control/helper.js +1041 -0
- package/lib/renderer/event-control/index.d.ts +90 -0
- package/lib/renderer/event-control/index.js +788 -0
- package/lib/renderer/event-control/types.d.ts +26 -0
- package/lib/renderer/style-control/Background.js +500 -446
- package/lib/renderer/style-control/Border.d.ts +3 -3
- package/lib/renderer/style-control/Border.js +214 -164
- package/lib/renderer/style-control/BoxModel.js +3 -3
- package/lib/renderer/style-control/BoxShadow.d.ts +3 -3
- package/lib/renderer/style-control/BoxShadow.js +97 -92
- package/lib/renderer/style-control/Display.js +176 -208
- package/lib/renderer/style-control/Font.js +188 -210
- package/lib/renderer/style-control/font-family.js +128 -127
- package/lib/renderer/style-control/transformation.js +1 -1
- package/lib/tpl/api.js +477 -355
- package/lib/tpl/common.js +821 -751
- package/lib/tpl/horizontal.js +224 -239
- package/lib/tpl/options.js +351 -232
- package/lib/tpl/style.js +338 -350
- package/lib/tpl/validations.js +482 -542
- package/lib/validator.d.ts +2 -1
- package/lib/validator.js +296 -381
- package/package.json +21 -11
- package/README.md +0 -74
- package/lib/event-action/actions.d.ts +0 -3
- package/lib/event-action/actions.js +0 -188
- package/lib/event-action/schema.d.ts +0 -13
- package/lib/event-action/schema.js +0 -134
- package/lib/plugin/ButtonToolbar.js +0 -89
- package/lib/renderer/PopoverEdit.d.ts +0 -57
- package/lib/util.d.ts +0 -24
- package/lib/util.js +0 -64
package/lib/plugin/TableView.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* amis-editor v5.2.0-beta.
|
2
|
+
* amis-editor v5.2.0-beta.2
|
3
3
|
* Copyright 2018-2022 @fex
|
4
4
|
*/
|
5
5
|
|
@@ -9,8 +9,9 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
9
9
|
|
10
10
|
var tslib = require('tslib');
|
11
11
|
var React = require('react');
|
12
|
-
var
|
12
|
+
var amisEditorCore = require('amis-editor-core');
|
13
13
|
var TableViewEditor = require('../component/TableViewEditor.js');
|
14
|
+
var i18nRuntime = require('i18n-runtime');
|
14
15
|
|
15
16
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
16
17
|
|
@@ -19,726 +20,756 @@ var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
19
20
|
/**
|
20
21
|
* @file table view 组件的可视化编辑
|
21
22
|
*/
|
22
|
-
/**
|
23
|
-
* 尚未实现的功能:
|
24
|
-
* * 按列删除,需要将一些 colspan 减一
|
25
|
-
* * 水平/垂直拆分单元格,增加周围节点的 colspan 和 rowspan
|
26
|
-
*/
|
27
|
-
// td 节点模板
|
28
23
|
var TD_TEMPLATE = {
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
24
|
+
body: {
|
25
|
+
type: 'tpl',
|
26
|
+
tpl: '---'
|
27
|
+
}
|
33
28
|
};
|
34
29
|
/**
|
35
30
|
* 遍历表格,算出每个单元格在最终渲染时的实际行和列,后续许多操作都需要以这个作为依据
|
36
31
|
* 比如插入列的时候,不能根据单元格在数组的位置,而是要根据单元格实际渲染时所属列
|
37
32
|
*/
|
33
|
+
|
38
34
|
function getCellRealPosition(table) {
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
35
|
+
if (!table) {
|
36
|
+
return {
|
37
|
+
trs: []
|
38
|
+
};
|
39
|
+
} // 记录有哪些行列被合并了,这样后续计算的时候就要跳过这些行列
|
40
|
+
|
41
|
+
|
42
|
+
var spannedCell = [];
|
43
|
+
var trs = table.trs || [];
|
44
|
+
var currentRow = 0; // 当前渲染的实际行
|
45
|
+
|
46
|
+
for (var _i = 0, trs_1 = trs; _i < trs_1.length; _i++) {
|
47
|
+
var tr = trs_1[_i];
|
48
|
+
var tds = tr.tds || [];
|
49
|
+
var currentCol = 0; // 当前渲染的实际列
|
50
|
+
|
51
|
+
for (var _a = 0, tds_1 = tds; _a < tds_1.length; _a++) {
|
52
|
+
var td = tds_1[_a]; // 跳过被合并的行
|
53
|
+
|
54
|
+
while (spannedCell[currentRow] && spannedCell[currentRow][currentCol]) {
|
55
|
+
currentCol = currentCol + 1;
|
56
|
+
}
|
57
|
+
|
58
|
+
var rowspan = td.rowspan || 1;
|
59
|
+
var colspan = td.colspan || 1; // 标记后续行合并情况
|
60
|
+
|
61
|
+
if (rowspan > 1 || colspan > 1) {
|
62
|
+
for (var i = 0; i < rowspan; i++) {
|
63
|
+
var spanRow = currentRow + i;
|
64
|
+
|
65
|
+
if (!spannedCell[spanRow]) {
|
66
|
+
spannedCell[spanRow] = [];
|
67
|
+
}
|
68
|
+
|
69
|
+
for (var j = 0; j < colspan; j++) {
|
70
|
+
var spanCol = currentCol + j;
|
71
|
+
spannedCell[spanRow][spanCol] = true;
|
72
|
+
}
|
76
73
|
}
|
77
|
-
|
74
|
+
}
|
75
|
+
|
76
|
+
td.$$row = currentRow;
|
77
|
+
td.$$col = currentCol;
|
78
|
+
currentCol = currentCol + 1;
|
78
79
|
}
|
79
|
-
|
80
|
+
|
81
|
+
currentRow = currentRow + 1;
|
82
|
+
}
|
83
|
+
|
84
|
+
return table;
|
80
85
|
}
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
{
|
153
|
-
body: {
|
154
|
-
type: 'tpl',
|
155
|
-
tpl: '${tianjing}'
|
156
|
-
}
|
157
|
-
}
|
158
|
-
]
|
159
|
-
}
|
160
|
-
]
|
161
|
-
};
|
162
|
-
_this.previewSchema = tslib.__assign({}, _this.scaffold);
|
163
|
-
_this.regions = [
|
164
|
-
{
|
165
|
-
key: 'body',
|
166
|
-
label: '内容区',
|
167
|
-
renderMethod: 'renderTdBody',
|
168
|
-
preferTag: '展示'
|
169
|
-
}
|
170
|
-
];
|
171
|
-
_this.panelTitle = '表格视图';
|
172
|
-
_this.panelBody = [
|
173
|
-
AMisCodeEditor.getSchemaTpl('tabs', [
|
174
|
-
{
|
175
|
-
title: '属性',
|
176
|
-
className: 'p-none',
|
177
|
-
body: [
|
178
|
-
AMisCodeEditor.getSchemaTpl('collapseGroup', [
|
179
|
-
{
|
180
|
-
title: '常用',
|
181
|
-
body: [
|
182
|
-
{
|
183
|
-
label: '标题',
|
184
|
-
name: 'caption',
|
185
|
-
type: 'input-text'
|
186
|
-
},
|
187
|
-
{
|
188
|
-
label: '标题位置',
|
189
|
-
name: 'captionSide',
|
190
|
-
type: 'button-group-select',
|
191
|
-
size: 'sm',
|
192
|
-
mode: 'row',
|
193
|
-
className: 'ae-buttonGroupSelect--justify',
|
194
|
-
visibleOn: 'this.caption',
|
195
|
-
options: [
|
196
|
-
{ label: '顶部', value: 'top' },
|
197
|
-
{ label: '底部', value: 'bottom' }
|
198
|
-
]
|
199
|
-
},
|
200
|
-
{
|
201
|
-
type: 'input-text',
|
202
|
-
label: '视图宽度',
|
203
|
-
name: 'width',
|
204
|
-
clearable: true
|
205
|
-
},
|
206
|
-
{
|
207
|
-
type: 'input-text',
|
208
|
-
label: '单元格默认内间距',
|
209
|
-
name: 'padding',
|
210
|
-
clearable: true
|
211
|
-
},
|
212
|
-
{
|
213
|
-
label: '显示边框',
|
214
|
-
name: 'border',
|
215
|
-
type: 'switch',
|
216
|
-
mode: 'row',
|
217
|
-
inputClassName: 'inline-flex justify-between flex-row-reverse'
|
218
|
-
},
|
219
|
-
{
|
220
|
-
label: '边框颜色',
|
221
|
-
type: 'input-color',
|
222
|
-
name: 'borderColor',
|
223
|
-
visibleOn: 'this.border',
|
224
|
-
pipeIn: AMisCodeEditor.defaultValue('#eceff8')
|
225
|
-
}
|
226
|
-
]
|
227
|
-
}
|
228
|
-
])
|
229
|
-
]
|
230
|
-
},
|
231
|
-
{
|
232
|
-
title: '外观',
|
233
|
-
className: 'p-none',
|
234
|
-
body: AMisCodeEditor.getSchemaTpl('collapseGroup', tslib.__spreadArray(tslib.__spreadArray([], AMisCodeEditor.getSchemaTpl('style:common'), true), [
|
235
|
-
{
|
236
|
-
title: 'CSS 类名',
|
237
|
-
body: [AMisCodeEditor.getSchemaTpl('className')]
|
238
|
-
}
|
239
|
-
], false))
|
240
|
-
},
|
241
|
-
{
|
242
|
-
title: '状态',
|
243
|
-
body: [AMisCodeEditor.getSchemaTpl('visible')]
|
244
|
-
}
|
245
|
-
])
|
246
|
-
];
|
247
|
-
_this.fieldWrapperResolve = function (dom) { return dom; };
|
248
|
-
_this.overrides = {
|
249
|
-
renderTd: function (td, colIndex, rowIndex) {
|
250
|
-
var dom = this.super(td, colIndex, rowIndex);
|
251
|
-
var info = this.props.$$editor;
|
252
|
-
if (!info || !td.$$id) {
|
253
|
-
return dom;
|
254
|
-
}
|
255
|
-
var plugin = info.plugin;
|
256
|
-
var id = td.$$id;
|
257
|
-
return (React__default["default"].createElement(AMisCodeEditor.VRenderer, { type: info.type, plugin: info.plugin, renderer: info.renderer, key: id, "$schema": "/schemas/TdObject.json", hostId: info.id, memberIndex: colIndex, name: "".concat("\u5355\u5143\u683C ".concat(rowIndex + 1, ",").concat(colIndex + 1)), id: id, draggable: false, wrapperResolve: plugin.fieldWrapperResolve, schemaPath: "".concat(info.schemaPath, "/td"), path: "".concat(this.props.$path, "/tr/").concat(rowIndex, "/td/").concat(colIndex), data: this.props.data, children: dom }));
|
258
|
-
},
|
259
|
-
renderTr: function (tr, rowIndex) {
|
260
|
-
var dom = this.super(tr, rowIndex);
|
261
|
-
var info = this.props.$$editor;
|
262
|
-
if (!info || !tr.$$id) {
|
263
|
-
return dom;
|
264
|
-
}
|
265
|
-
var plugin = info.plugin;
|
266
|
-
var id = tr.$$id;
|
267
|
-
return (React__default["default"].createElement(AMisCodeEditor.VRenderer, { type: info.type, plugin: info.plugin, renderer: info.renderer, key: id, "$schema": "/schemas/TrObject.json", hostId: info.id, memberIndex: rowIndex, name: "".concat("\u884C ".concat(rowIndex + 1)), id: id, draggable: false, wrapperResolve: plugin.fieldWrapperResolve, schemaPath: "".concat(info.schemaPath, "/tr"), path: "".concat(this.props.$path, "/tr/").concat(rowIndex), data: this.props.data, children: dom }));
|
268
|
-
}
|
269
|
-
};
|
270
|
-
_this.tdVRendererConfig = {
|
271
|
-
panelTitle: '单元格',
|
272
|
-
panelBodyCreator: function (context) {
|
273
|
-
return [
|
274
|
-
AMisCodeEditor.getSchemaTpl('tabs', [
|
275
|
-
{
|
276
|
-
title: '属性',
|
277
|
-
className: 'p-none',
|
278
|
-
body: [
|
279
|
-
AMisCodeEditor.getSchemaTpl('collapseGroup', [
|
280
|
-
{
|
281
|
-
title: '显示',
|
282
|
-
body: [
|
283
|
-
{
|
284
|
-
label: '背景色',
|
285
|
-
type: 'input-color',
|
286
|
-
name: 'background'
|
287
|
-
},
|
288
|
-
{
|
289
|
-
label: '文字颜色',
|
290
|
-
type: 'input-color',
|
291
|
-
name: 'color'
|
292
|
-
},
|
293
|
-
{
|
294
|
-
label: '文字加粗',
|
295
|
-
name: 'bold',
|
296
|
-
type: 'switch',
|
297
|
-
mode: 'row',
|
298
|
-
inputClassName: 'inline-flex justify-between flex-row-reverse'
|
299
|
-
}
|
300
|
-
]
|
301
|
-
},
|
302
|
-
{
|
303
|
-
title: '布局',
|
304
|
-
body: [
|
305
|
-
{
|
306
|
-
type: 'input-text',
|
307
|
-
label: '单元格宽度',
|
308
|
-
name: 'width',
|
309
|
-
clearable: true
|
310
|
-
},
|
311
|
-
{
|
312
|
-
type: 'input-number',
|
313
|
-
name: 'padding',
|
314
|
-
label: '单元格内边距'
|
315
|
-
},
|
316
|
-
{
|
317
|
-
label: '水平对齐',
|
318
|
-
name: 'align',
|
319
|
-
type: 'button-group-select',
|
320
|
-
size: 'sm',
|
321
|
-
mode: 'row',
|
322
|
-
className: 'ae-buttonGroupSelect--justify',
|
323
|
-
options: [
|
324
|
-
{
|
325
|
-
label: '',
|
326
|
-
value: 'left',
|
327
|
-
icon: 'fa fa-align-left'
|
328
|
-
},
|
329
|
-
{
|
330
|
-
label: '',
|
331
|
-
value: 'center',
|
332
|
-
icon: 'fa fa-align-center'
|
333
|
-
},
|
334
|
-
{
|
335
|
-
label: '',
|
336
|
-
value: 'right',
|
337
|
-
icon: 'fa fa-align-right'
|
338
|
-
},
|
339
|
-
{
|
340
|
-
label: '',
|
341
|
-
value: 'justify',
|
342
|
-
icon: 'fa fa-align-justify'
|
343
|
-
}
|
344
|
-
]
|
345
|
-
},
|
346
|
-
{
|
347
|
-
label: '垂直对齐',
|
348
|
-
name: 'valign',
|
349
|
-
type: 'button-group-select',
|
350
|
-
size: 'sm',
|
351
|
-
mode: 'row',
|
352
|
-
className: 'ae-buttonGroupSelect--justify',
|
353
|
-
options: [
|
354
|
-
{
|
355
|
-
label: '顶部',
|
356
|
-
value: 'top'
|
357
|
-
},
|
358
|
-
{
|
359
|
-
label: '居中',
|
360
|
-
value: 'middle'
|
361
|
-
},
|
362
|
-
{
|
363
|
-
label: '底部',
|
364
|
-
value: 'bottom'
|
365
|
-
},
|
366
|
-
{
|
367
|
-
label: '基线对齐',
|
368
|
-
value: 'baseline'
|
369
|
-
}
|
370
|
-
]
|
371
|
-
},
|
372
|
-
{
|
373
|
-
type: 'input-number',
|
374
|
-
name: 'colspan',
|
375
|
-
label: '水平合并列数'
|
376
|
-
},
|
377
|
-
{
|
378
|
-
type: 'input-number',
|
379
|
-
name: 'rowspan',
|
380
|
-
label: '垂直合并列数'
|
381
|
-
}
|
382
|
-
]
|
383
|
-
}
|
384
|
-
])
|
385
|
-
]
|
386
|
-
},
|
387
|
-
{
|
388
|
-
title: '外观',
|
389
|
-
className: 'p-none',
|
390
|
-
body: AMisCodeEditor.getSchemaTpl('collapseGroup', AMisCodeEditor.getSchemaTpl('style:common'))
|
391
|
-
}
|
392
|
-
])
|
393
|
-
];
|
394
|
-
}
|
395
|
-
};
|
396
|
-
_this.trVRendererConfig = {
|
397
|
-
panelTitle: ' 行',
|
398
|
-
panelBodyCreator: function (context) {
|
399
|
-
return [
|
400
|
-
AMisCodeEditor.getSchemaTpl('tabs', [
|
401
|
-
{
|
402
|
-
title: '属性',
|
403
|
-
body: [
|
404
|
-
{
|
405
|
-
label: '行高度',
|
406
|
-
type: 'input-number',
|
407
|
-
name: 'height'
|
408
|
-
},
|
409
|
-
{
|
410
|
-
label: '行背景色',
|
411
|
-
type: 'input-color',
|
412
|
-
name: 'background'
|
413
|
-
}
|
414
|
-
]
|
415
|
-
},
|
416
|
-
{
|
417
|
-
title: '外观',
|
418
|
-
className: 'p-none',
|
419
|
-
body: AMisCodeEditor.getSchemaTpl('collapseGroup', AMisCodeEditor.getSchemaTpl('style:common'))
|
420
|
-
}
|
421
|
-
])
|
422
|
-
];
|
423
|
-
}
|
424
|
-
};
|
425
|
-
return _this;
|
426
|
-
}
|
427
|
-
TableViewPlugin.prototype.renderRenderer = function (props) {
|
428
|
-
var $$editor = props.$$editor;
|
429
|
-
var renderer = $$editor.renderer;
|
430
|
-
var schema = props.$schema;
|
431
|
-
getCellRealPosition(schema);
|
432
|
-
return (React__default["default"].createElement(TableViewEditor.TableViewEditor, { schema: schema, manager: this.manager },
|
433
|
-
React__default["default"].createElement(renderer.component, tslib.__assign({}, props))));
|
86
|
+
|
87
|
+
var TableViewPlugin =
|
88
|
+
/** @class */
|
89
|
+
function (_super) {
|
90
|
+
tslib.__extends(TableViewPlugin, _super);
|
91
|
+
|
92
|
+
function TableViewPlugin() {
|
93
|
+
var _this = _super !== null && _super.apply(this, arguments) || this; // 关联渲染器名字
|
94
|
+
|
95
|
+
|
96
|
+
_this.rendererName = 'table-view';
|
97
|
+
_this.$schema = '/schemas/TableViewSchema.json'; // 组件名称
|
98
|
+
|
99
|
+
_this.name = i18nRuntime.i18n("175e01917d9d4891a40eab43f4487030");
|
100
|
+
_this.isBaseComponent = true;
|
101
|
+
_this.icon = 'fa fa-columns';
|
102
|
+
_this.pluginIcon = 'table-view-plugin';
|
103
|
+
_this.description = i18nRuntime.i18n("9fe8304dade75a37bc04f45515688325");
|
104
|
+
_this.docLink = '/amis/zh-CN/components/table-view';
|
105
|
+
_this.tags = [i18nRuntime.i18n("22c799040acdb2601b437ed5449de076")];
|
106
|
+
_this.scaffold = {
|
107
|
+
type: 'table-view',
|
108
|
+
trs: [{
|
109
|
+
background: '#F7F7F7',
|
110
|
+
tds: [{
|
111
|
+
body: {
|
112
|
+
type: 'tpl',
|
113
|
+
tpl: i18nRuntime.i18n("2560b304e691da78ee2e02f5af9b494d")
|
114
|
+
}
|
115
|
+
}, {
|
116
|
+
body: {
|
117
|
+
type: 'tpl',
|
118
|
+
tpl: i18nRuntime.i18n("f7d29dfae05b5d049b64b040b14d9a00")
|
119
|
+
}
|
120
|
+
}, {
|
121
|
+
body: {
|
122
|
+
type: 'tpl',
|
123
|
+
tpl: i18nRuntime.i18n("44e7ebb4007104495dcb7afbbb6778fb")
|
124
|
+
}
|
125
|
+
}]
|
126
|
+
}, {
|
127
|
+
tds: [{
|
128
|
+
rowspan: 2,
|
129
|
+
body: {
|
130
|
+
type: 'tpl',
|
131
|
+
tpl: i18nRuntime.i18n("3f0cb8b8c238c3b4e08898ce6d449c8d")
|
132
|
+
}
|
133
|
+
}, {
|
134
|
+
body: {
|
135
|
+
type: 'tpl',
|
136
|
+
tpl: i18nRuntime.i18n("692e92669c0ca340eff4fdcef32896ee")
|
137
|
+
}
|
138
|
+
}, {
|
139
|
+
body: {
|
140
|
+
type: 'tpl',
|
141
|
+
tpl: '${beijing}'
|
142
|
+
}
|
143
|
+
}]
|
144
|
+
}, {
|
145
|
+
tds: [{
|
146
|
+
body: {
|
147
|
+
type: 'tpl',
|
148
|
+
tpl: i18nRuntime.i18n("b8b75a5f9109919ff3f67b336b62afe9")
|
149
|
+
}
|
150
|
+
}, {
|
151
|
+
body: {
|
152
|
+
type: 'tpl',
|
153
|
+
tpl: '${tianjing}'
|
154
|
+
}
|
155
|
+
}]
|
156
|
+
}]
|
434
157
|
};
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
}
|
158
|
+
_this.previewSchema = tslib.__assign({}, _this.scaffold);
|
159
|
+
_this.regions = [{
|
160
|
+
key: 'body',
|
161
|
+
label: i18nRuntime.i18n("132a78bdf68d6d17bde00aa807bbf032"),
|
162
|
+
renderMethod: 'renderTdBody',
|
163
|
+
preferTag: i18nRuntime.i18n("027446c2f9070b0f5b16a18208bf5fc7")
|
164
|
+
}];
|
165
|
+
_this.panelTitle = i18nRuntime.i18n("175e01917d9d4891a40eab43f4487030");
|
166
|
+
_this.panelBody = [amisEditorCore.getSchemaTpl('tabs', [{
|
167
|
+
title: i18nRuntime.i18n("24d67862f87f439db7ca957aecb77cce"),
|
168
|
+
className: 'p-none',
|
169
|
+
body: [amisEditorCore.getSchemaTpl('collapseGroup', [{
|
170
|
+
title: i18nRuntime.i18n("4092ed98e9035652d4c9ca9441701ed7"),
|
171
|
+
body: [{
|
172
|
+
label: i18nRuntime.i18n("32c65d8d7431e76029678ec7bb73a5ab"),
|
173
|
+
name: 'caption',
|
174
|
+
type: 'input-text'
|
175
|
+
}, {
|
176
|
+
label: i18nRuntime.i18n("3a8647306ee6456517b7bf9c8bc7de23"),
|
177
|
+
name: 'captionSide',
|
178
|
+
type: 'button-group-select',
|
179
|
+
size: 'sm',
|
180
|
+
mode: 'row',
|
181
|
+
className: 'ae-buttonGroupSelect--justify',
|
182
|
+
visibleOn: 'this.caption',
|
183
|
+
options: [{
|
184
|
+
label: i18nRuntime.i18n("c949729cd1a1e425595c1a297649c7c6"),
|
185
|
+
value: 'top'
|
186
|
+
}, {
|
187
|
+
label: i18nRuntime.i18n("12c4c5e8abda77e1fdc93653d6414187"),
|
188
|
+
value: 'bottom'
|
189
|
+
}]
|
190
|
+
}, {
|
191
|
+
type: 'input-text',
|
192
|
+
label: i18nRuntime.i18n("d1c2b2d68063b4a57af61e3027861cd8"),
|
193
|
+
name: 'width',
|
194
|
+
clearable: true
|
195
|
+
}, {
|
196
|
+
type: 'input-text',
|
197
|
+
label: i18nRuntime.i18n("b32ec25f2bdf7b2eed5e947cf82a4fde"),
|
198
|
+
name: 'padding',
|
199
|
+
clearable: true
|
200
|
+
}, {
|
201
|
+
label: i18nRuntime.i18n("8a42ded5c9d58f3dd9e3a8968ec04b34"),
|
202
|
+
name: 'border',
|
203
|
+
type: 'switch',
|
204
|
+
mode: 'row',
|
205
|
+
inputClassName: 'inline-flex justify-between flex-row-reverse'
|
206
|
+
}, {
|
207
|
+
label: i18nRuntime.i18n("9b4bae5d8251de0b6f00b704936b00d3"),
|
208
|
+
type: 'input-color',
|
209
|
+
name: 'borderColor',
|
210
|
+
visibleOn: 'this.border',
|
211
|
+
pipeIn: amisEditorCore.defaultValue('#eceff8')
|
212
|
+
}]
|
213
|
+
}])]
|
214
|
+
}, {
|
215
|
+
title: i18nRuntime.i18n("afcde2611bdd13c1e65b4fb6a2f13425"),
|
216
|
+
className: 'p-none',
|
217
|
+
body: amisEditorCore.getSchemaTpl('collapseGroup', tslib.__spreadArray(tslib.__spreadArray([], amisEditorCore.getSchemaTpl('style:common'), true), [{
|
218
|
+
title: i18nRuntime.i18n("4434b33a8731a73613ba5fa1eb984efb"),
|
219
|
+
body: [amisEditorCore.getSchemaTpl('className')]
|
220
|
+
}], false))
|
221
|
+
}, {
|
222
|
+
title: i18nRuntime.i18n("3fea7ca76cdece641436d7ab0d02ab1b"),
|
223
|
+
body: [amisEditorCore.getSchemaTpl('visible')]
|
224
|
+
}])];
|
225
|
+
|
226
|
+
_this.fieldWrapperResolve = function (dom) {
|
227
|
+
return dom;
|
473
228
|
};
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
* | | f | g |
|
483
|
-
* +---+---+---+
|
484
|
-
*
|
485
|
-
* 比如在 d 位置的前面插入行,需要将 a 的 rowspan 加一,然后再插入两个单元格
|
486
|
-
*/
|
487
|
-
TableViewPlugin.prototype.insertRow = function (tdId, position) {
|
488
|
-
var store = this.manager.store;
|
489
|
-
var paths = store.getNodePathById(tdId);
|
490
|
-
var tableId = paths[paths.length - 3].id;
|
491
|
-
var table = store.getSchema(tableId);
|
492
|
-
getCellRealPosition(table);
|
493
|
-
var td = AMisCodeEditor.JSONGetById(table, tdId);
|
494
|
-
if (!td) {
|
495
|
-
console.warn('找不到对应的 td id');
|
496
|
-
return;
|
497
|
-
}
|
498
|
-
var insertRow = td.$$row;
|
499
|
-
if (position === 'below') {
|
500
|
-
insertRow = insertRow + 1;
|
501
|
-
}
|
502
|
-
// 通过第一行来确认表格一共多少列
|
503
|
-
var firstRow = table.trs[0];
|
504
|
-
var firstRowLastTd = firstRow.tds[firstRow.tds.length - 1];
|
505
|
-
if (!firstRowLastTd) {
|
506
|
-
console.warn('第一列没内容');
|
507
|
-
return;
|
508
|
-
}
|
509
|
-
var colSize = firstRowLastTd.$$col + (firstRowLastTd.colspan || 1);
|
510
|
-
var insertIndex = table.trs.length;
|
511
|
-
for (var trIndex = 0; trIndex < table.trs.length; trIndex++) {
|
512
|
-
for (var _i = 0, _a = table.trs[trIndex].tds || []; _i < _a.length; _i++) {
|
513
|
-
var td_1 = _a[_i];
|
514
|
-
var tdRow = td_1.$$row;
|
515
|
-
var rowspan = td_1.rowspan || 1;
|
516
|
-
var colspan = td_1.colspan || 1;
|
517
|
-
// 如果覆盖到要插入的行,则增加 rowspan,并在这个插入的行中减去对应
|
518
|
-
if (rowspan > 1) {
|
519
|
-
var isOverlapping = tdRow + rowspan > insertRow;
|
520
|
-
if (isOverlapping) {
|
521
|
-
td_1.rowspan = rowspan + 1;
|
522
|
-
colSize = colSize - colspan;
|
523
|
-
}
|
524
|
-
}
|
525
|
-
if (tdRow === insertRow) {
|
526
|
-
insertIndex = trIndex;
|
527
|
-
break;
|
528
|
-
}
|
529
|
-
}
|
229
|
+
|
230
|
+
_this.overrides = {
|
231
|
+
renderTd: function (td, colIndex, rowIndex) {
|
232
|
+
var dom = this.super(td, colIndex, rowIndex);
|
233
|
+
var info = this.props.$$editor;
|
234
|
+
|
235
|
+
if (!info || !td.$$id) {
|
236
|
+
return dom;
|
530
237
|
}
|
531
|
-
|
532
|
-
|
533
|
-
|
238
|
+
|
239
|
+
var plugin = info.plugin;
|
240
|
+
var id = td.$$id;
|
241
|
+
return React__default["default"].createElement(amisEditorCore.VRenderer, {
|
242
|
+
type: info.type,
|
243
|
+
plugin: info.plugin,
|
244
|
+
renderer: info.renderer,
|
245
|
+
key: id,
|
246
|
+
"$schema": "/schemas/TdObject.json",
|
247
|
+
hostId: info.id,
|
248
|
+
memberIndex: colIndex,
|
249
|
+
name: "".concat("\u5355\u5143\u683C ".concat(rowIndex + 1, ",").concat(colIndex + 1)),
|
250
|
+
id: id,
|
251
|
+
draggable: false,
|
252
|
+
wrapperResolve: plugin.fieldWrapperResolve,
|
253
|
+
schemaPath: "".concat(info.schemaPath, "/td"),
|
254
|
+
path: "".concat(this.props.$path, "/tr/").concat(rowIndex, "/td/").concat(colIndex),
|
255
|
+
data: this.props.data,
|
256
|
+
children: dom
|
257
|
+
});
|
258
|
+
},
|
259
|
+
renderTr: function (tr, rowIndex) {
|
260
|
+
var dom = this.super(tr, rowIndex);
|
261
|
+
var info = this.props.$$editor;
|
262
|
+
|
263
|
+
if (!info || !tr.$$id) {
|
264
|
+
return dom;
|
534
265
|
}
|
535
|
-
|
536
|
-
|
266
|
+
|
267
|
+
var plugin = info.plugin;
|
268
|
+
var id = tr.$$id;
|
269
|
+
return React__default["default"].createElement(amisEditorCore.VRenderer, {
|
270
|
+
type: info.type,
|
271
|
+
plugin: info.plugin,
|
272
|
+
renderer: info.renderer,
|
273
|
+
key: id,
|
274
|
+
"$schema": "/schemas/TrObject.json",
|
275
|
+
hostId: info.id,
|
276
|
+
memberIndex: rowIndex,
|
277
|
+
name: "".concat("\u884C ".concat(rowIndex + 1)),
|
278
|
+
id: id,
|
279
|
+
draggable: false,
|
280
|
+
wrapperResolve: plugin.fieldWrapperResolve,
|
281
|
+
schemaPath: "".concat(info.schemaPath, "/tr"),
|
282
|
+
path: "".concat(this.props.$path, "/tr/").concat(rowIndex),
|
283
|
+
data: this.props.data,
|
284
|
+
children: dom
|
285
|
+
});
|
286
|
+
}
|
537
287
|
};
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
288
|
+
_this.tdVRendererConfig = {
|
289
|
+
panelTitle: i18nRuntime.i18n("1ebd0cd417700f3f4a7ee5f64518fcd1"),
|
290
|
+
panelBodyCreator: function (context) {
|
291
|
+
return [amisEditorCore.getSchemaTpl('tabs', [{
|
292
|
+
title: i18nRuntime.i18n("24d67862f87f439db7ca957aecb77cce"),
|
293
|
+
className: 'p-none',
|
294
|
+
body: [amisEditorCore.getSchemaTpl('collapseGroup', [{
|
295
|
+
title: i18nRuntime.i18n("4d775d4cd79e2ed6a2fc66fd1e7139c8"),
|
296
|
+
body: [{
|
297
|
+
label: i18nRuntime.i18n("2f97db95d75280bfedc5afa72d2c717d"),
|
298
|
+
type: 'input-color',
|
299
|
+
name: 'background'
|
300
|
+
}, {
|
301
|
+
label: i18nRuntime.i18n("7ec907e7059b758ace2f3adb9bb803ff"),
|
302
|
+
type: 'input-color',
|
303
|
+
name: 'color'
|
304
|
+
}, {
|
305
|
+
label: i18nRuntime.i18n("104711e38d3cd9335dbd1f4301178edb"),
|
306
|
+
name: 'bold',
|
307
|
+
type: 'switch',
|
308
|
+
mode: 'row',
|
309
|
+
inputClassName: 'inline-flex justify-between flex-row-reverse'
|
310
|
+
}]
|
311
|
+
}, {
|
312
|
+
title: i18nRuntime.i18n("5aefca559c5a41d10078e21e6d616825"),
|
313
|
+
body: [{
|
314
|
+
type: 'input-text',
|
315
|
+
label: i18nRuntime.i18n("65194da33aa3aa1d0fd08b5690af6f26"),
|
316
|
+
name: 'width',
|
317
|
+
clearable: true
|
318
|
+
}, {
|
319
|
+
type: 'input-number',
|
320
|
+
name: 'padding',
|
321
|
+
label: i18nRuntime.i18n("fbd9998b10e690230b0f2fa9b24087ac")
|
322
|
+
}, {
|
323
|
+
label: i18nRuntime.i18n("98d695d6a6a48cfb4bc2f6396ee64787"),
|
324
|
+
name: 'align',
|
325
|
+
type: 'button-group-select',
|
326
|
+
size: 'sm',
|
327
|
+
mode: 'row',
|
328
|
+
className: 'ae-buttonGroupSelect--justify',
|
329
|
+
options: [{
|
330
|
+
label: '',
|
331
|
+
value: 'left',
|
332
|
+
icon: 'fa fa-align-left'
|
333
|
+
}, {
|
334
|
+
label: '',
|
335
|
+
value: 'center',
|
336
|
+
icon: 'fa fa-align-center'
|
337
|
+
}, {
|
338
|
+
label: '',
|
339
|
+
value: 'right',
|
340
|
+
icon: 'fa fa-align-right'
|
341
|
+
}, {
|
342
|
+
label: '',
|
343
|
+
value: 'justify',
|
344
|
+
icon: 'fa fa-align-justify'
|
345
|
+
}]
|
346
|
+
}, {
|
347
|
+
label: i18nRuntime.i18n("11b7fc50778c89572391ec4c6c4b55e1"),
|
348
|
+
name: 'valign',
|
349
|
+
type: 'button-group-select',
|
350
|
+
size: 'sm',
|
351
|
+
mode: 'row',
|
352
|
+
className: 'ae-buttonGroupSelect--justify',
|
353
|
+
options: [{
|
354
|
+
label: i18nRuntime.i18n("c949729cd1a1e425595c1a297649c7c6"),
|
355
|
+
value: 'top'
|
356
|
+
}, {
|
357
|
+
label: i18nRuntime.i18n("0bbc2ea4e1d1f23feb576de5dca1ce3b"),
|
358
|
+
value: 'middle'
|
359
|
+
}, {
|
360
|
+
label: i18nRuntime.i18n("12c4c5e8abda77e1fdc93653d6414187"),
|
361
|
+
value: 'bottom'
|
362
|
+
}, {
|
363
|
+
label: i18nRuntime.i18n("ed97c73866617b40a7b1215867e0f489"),
|
364
|
+
value: 'baseline'
|
365
|
+
}]
|
366
|
+
}, {
|
367
|
+
type: 'input-number',
|
368
|
+
name: 'colspan',
|
369
|
+
label: i18nRuntime.i18n("4745afe0f89f665e41adf819da5df1b6")
|
370
|
+
}, {
|
371
|
+
type: 'input-number',
|
372
|
+
name: 'rowspan',
|
373
|
+
label: i18nRuntime.i18n("7c2e1f863e86715e892f61a54e558b20")
|
374
|
+
}]
|
375
|
+
}])]
|
376
|
+
}, {
|
377
|
+
title: i18nRuntime.i18n("afcde2611bdd13c1e65b4fb6a2f13425"),
|
378
|
+
className: 'p-none',
|
379
|
+
body: amisEditorCore.getSchemaTpl('collapseGroup', amisEditorCore.getSchemaTpl('style:common'))
|
380
|
+
}])];
|
381
|
+
}
|
382
|
+
};
|
383
|
+
_this.trVRendererConfig = {
|
384
|
+
panelTitle: i18nRuntime.i18n("d17020cd3e6564f5154cf2251cd30f52"),
|
385
|
+
panelBodyCreator: function (context) {
|
386
|
+
return [amisEditorCore.getSchemaTpl('tabs', [{
|
387
|
+
title: i18nRuntime.i18n("24d67862f87f439db7ca957aecb77cce"),
|
388
|
+
body: [{
|
389
|
+
label: i18nRuntime.i18n("5a431ad16d8f7f23fac3be5650e51caa"),
|
390
|
+
type: 'input-number',
|
391
|
+
name: 'height'
|
392
|
+
}, {
|
393
|
+
label: i18nRuntime.i18n("db439b129f3143e14a7024f08ea3732d"),
|
394
|
+
type: 'input-color',
|
395
|
+
name: 'background'
|
396
|
+
}]
|
397
|
+
}, {
|
398
|
+
title: i18nRuntime.i18n("afcde2611bdd13c1e65b4fb6a2f13425"),
|
399
|
+
className: 'p-none',
|
400
|
+
body: amisEditorCore.getSchemaTpl('collapseGroup', amisEditorCore.getSchemaTpl('style:common'))
|
401
|
+
}])];
|
402
|
+
}
|
403
|
+
};
|
404
|
+
return _this;
|
405
|
+
}
|
406
|
+
|
407
|
+
TableViewPlugin.prototype.renderRenderer = function (props) {
|
408
|
+
var $$editor = props.$$editor;
|
409
|
+
var renderer = $$editor.renderer;
|
410
|
+
var schema = props.$schema;
|
411
|
+
getCellRealPosition(schema);
|
412
|
+
return React__default["default"].createElement(TableViewEditor.TableViewEditor, {
|
413
|
+
schema: schema,
|
414
|
+
manager: this.manager
|
415
|
+
}, React__default["default"].createElement(renderer.component, tslib.__assign({}, props)));
|
416
|
+
}; // 根据路径判断是选中单元格还是行
|
417
|
+
|
418
|
+
|
419
|
+
TableViewPlugin.prototype.buildEditorPanel = function (context, panels) {
|
420
|
+
_super.prototype.buildEditorPanel.call(this, context, panels);
|
421
|
+
|
422
|
+
var plugin = this;
|
423
|
+
var store = this.manager.store;
|
424
|
+
|
425
|
+
if (context.info.schemaPath.endsWith('/td')) {
|
426
|
+
panels.push({
|
427
|
+
key: 'td',
|
428
|
+
order: 100,
|
429
|
+
icon: this.tdVRendererConfig.panelIcon || 'fa fa-tablet',
|
430
|
+
pluginIcon: plugin.pluginIcon,
|
431
|
+
title: this.tdVRendererConfig.panelTitle || i18nRuntime.i18n("30d6ed36667cb98165f07c59702754ea"),
|
432
|
+
render: this.manager.makeSchemaFormRender({
|
433
|
+
controls: this.tdVRendererConfig.panelControlsCreator ? this.tdVRendererConfig.panelControlsCreator(context) : this.tdVRendererConfig.panelControls,
|
434
|
+
body: this.tdVRendererConfig.panelBodyCreator ? this.tdVRendererConfig.panelBodyCreator(context) : this.tdVRendererConfig.panelBody,
|
435
|
+
panelById: store.activeId
|
436
|
+
})
|
437
|
+
});
|
438
|
+
} else if (context.info.schemaPath.endsWith('/tr')) {
|
439
|
+
panels.push({
|
440
|
+
key: 'tr',
|
441
|
+
order: 100,
|
442
|
+
icon: this.trVRendererConfig.panelIcon || 'fa fa-tablet',
|
443
|
+
title: this.trVRendererConfig.panelTitle || i18nRuntime.i18n("30d6ed36667cb98165f07c59702754ea"),
|
444
|
+
render: this.manager.makeSchemaFormRender({
|
445
|
+
controls: this.trVRendererConfig.panelControlsCreator ? this.trVRendererConfig.panelControlsCreator(context) : this.trVRendererConfig.panelControls,
|
446
|
+
body: this.trVRendererConfig.panelBodyCreator ? this.trVRendererConfig.panelBodyCreator(context) : this.trVRendererConfig.panelBody,
|
447
|
+
panelById: store.activeId
|
448
|
+
})
|
449
|
+
});
|
450
|
+
}
|
451
|
+
};
|
452
|
+
/**
|
453
|
+
* 插入行,需要处理前面有 rowspan 的情况
|
454
|
+
*
|
455
|
+
* +---+---+---+
|
456
|
+
* | a | b | c |
|
457
|
+
* + +---+---+
|
458
|
+
* | | d | e |
|
459
|
+
* + +---+---+
|
460
|
+
* | | f | g |
|
461
|
+
* +---+---+---+
|
462
|
+
*
|
463
|
+
* 比如在 d 位置的前面插入行,需要将 a 的 rowspan 加一,然后再插入两个单元格
|
464
|
+
*/
|
465
|
+
|
466
|
+
|
467
|
+
TableViewPlugin.prototype.insertRow = function (tdId, position) {
|
468
|
+
var store = this.manager.store;
|
469
|
+
var paths = store.getNodePathById(tdId);
|
470
|
+
var tableId = paths[paths.length - 3].id;
|
471
|
+
var table = store.getSchema(tableId);
|
472
|
+
getCellRealPosition(table);
|
473
|
+
var td = amisEditorCore.JSONGetById(table, tdId);
|
474
|
+
|
475
|
+
if (!td) {
|
476
|
+
console.warn(i18nRuntime.i18n("49d45317662097180e27fa53235d9b13"));
|
477
|
+
return;
|
478
|
+
}
|
479
|
+
|
480
|
+
var insertRow = td.$$row;
|
481
|
+
|
482
|
+
if (position === 'below') {
|
483
|
+
insertRow = insertRow + 1;
|
484
|
+
} // 通过第一行来确认表格一共多少列
|
485
|
+
|
486
|
+
|
487
|
+
var firstRow = table.trs[0];
|
488
|
+
var firstRowLastTd = firstRow.tds[firstRow.tds.length - 1];
|
489
|
+
|
490
|
+
if (!firstRowLastTd) {
|
491
|
+
console.warn(i18nRuntime.i18n("013326241579b9b2735756f2204bf8bc"));
|
492
|
+
return;
|
493
|
+
}
|
494
|
+
|
495
|
+
var colSize = firstRowLastTd.$$col + (firstRowLastTd.colspan || 1);
|
496
|
+
var insertIndex = table.trs.length;
|
497
|
+
|
498
|
+
for (var trIndex = 0; trIndex < table.trs.length; trIndex++) {
|
499
|
+
for (var _i = 0, _a = table.trs[trIndex].tds || []; _i < _a.length; _i++) {
|
500
|
+
var td_1 = _a[_i];
|
501
|
+
var tdRow = td_1.$$row;
|
502
|
+
var rowspan = td_1.rowspan || 1;
|
503
|
+
var colspan = td_1.colspan || 1; // 如果覆盖到要插入的行,则增加 rowspan,并在这个插入的行中减去对应
|
504
|
+
|
505
|
+
if (rowspan > 1) {
|
506
|
+
var isOverlapping = tdRow + rowspan > insertRow;
|
507
|
+
|
508
|
+
if (isOverlapping) {
|
509
|
+
td_1.rowspan = rowspan + 1;
|
510
|
+
colSize = colSize - colspan;
|
511
|
+
}
|
561
512
|
}
|
562
|
-
|
563
|
-
if (
|
564
|
-
|
513
|
+
|
514
|
+
if (tdRow === insertRow) {
|
515
|
+
insertIndex = trIndex;
|
516
|
+
break;
|
565
517
|
}
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
518
|
+
}
|
519
|
+
}
|
520
|
+
|
521
|
+
var insertTds = [];
|
522
|
+
|
523
|
+
for (var i = 0; i < colSize; i++) {
|
524
|
+
insertTds.push(TD_TEMPLATE);
|
525
|
+
}
|
526
|
+
|
527
|
+
table.trs.splice(insertIndex, 0, {
|
528
|
+
tds: insertTds
|
529
|
+
});
|
530
|
+
this.manager.store.changeValueById(tableId, table);
|
531
|
+
};
|
532
|
+
/**
|
533
|
+
* 插入列
|
534
|
+
*
|
535
|
+
* +---+---+---+
|
536
|
+
* | a | b |
|
537
|
+
* + +---+
|
538
|
+
* | | c |
|
539
|
+
* +---+---+---+
|
540
|
+
* | d | e | f |
|
541
|
+
* +---+---+---+
|
542
|
+
*
|
543
|
+
* 比如在 c 位置左侧插入列,应该将 a 的 colspan 加一,然后在最后一行增加一个单元格
|
544
|
+
*/
|
545
|
+
|
546
|
+
|
547
|
+
TableViewPlugin.prototype.insertCol = function (tdId, position) {
|
548
|
+
var store = this.manager.store;
|
549
|
+
var paths = store.getNodePathById(tdId);
|
550
|
+
var tableId = paths[paths.length - 3].id;
|
551
|
+
var table = store.getSchema(tableId);
|
552
|
+
getCellRealPosition(table);
|
553
|
+
var td = amisEditorCore.JSONGetById(table, tdId);
|
554
|
+
|
555
|
+
if (!td) {
|
556
|
+
console.warn(i18nRuntime.i18n("49d45317662097180e27fa53235d9b13"));
|
557
|
+
return;
|
558
|
+
}
|
559
|
+
|
560
|
+
var insertCol = td.$$col;
|
561
|
+
|
562
|
+
if (position === 'right') {
|
563
|
+
insertCol = insertCol + 1;
|
564
|
+
}
|
565
|
+
|
566
|
+
for (var _i = 0, _a = table.trs || []; _i < _a.length; _i++) {
|
567
|
+
var tr = _a[_i];
|
568
|
+
var tds = tr.tds || [];
|
569
|
+
var isInserted = false;
|
570
|
+
|
571
|
+
for (var tdIndex = 0; tdIndex < tds.length; tdIndex++) {
|
572
|
+
var td_2 = tds[tdIndex];
|
573
|
+
var tdColspan = td_2.colspan || 1;
|
574
|
+
var tdCol = td_2.$$col; // 如果要插入的行被覆盖了,则对节点加一并跳过插入
|
575
|
+
|
576
|
+
if (tdColspan > 1) {
|
577
|
+
var isOverlapping = tdCol + tdColspan > insertCol;
|
578
|
+
|
579
|
+
if (isOverlapping) {
|
580
|
+
td_2.colspan = tdColspan + 1;
|
581
|
+
isInserted = true;
|
582
|
+
break;
|
583
|
+
}
|
593
584
|
}
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
* +---+---+---+
|
600
|
-
* | a | b |
|
601
|
-
* + +---+
|
602
|
-
* | | c |
|
603
|
-
* +---+---+---+
|
604
|
-
* | d | e | f |
|
605
|
-
* +---+---+---+
|
606
|
-
*
|
607
|
-
* 比如拆分 a,最后要变成
|
608
|
-
*
|
609
|
-
* +---+---+---+
|
610
|
-
* | a | g | b |
|
611
|
-
* +---+---+---+
|
612
|
-
* | h | i | c |
|
613
|
-
* +---+---+---+
|
614
|
-
* | d | e | f |
|
615
|
-
* +---+---+---+
|
616
|
-
*
|
617
|
-
* 因此要新增 g、h、i 三个单元格
|
618
|
-
*/
|
619
|
-
TableViewPlugin.prototype.splitCell = function (tdId) {
|
620
|
-
var store = this.manager.store;
|
621
|
-
var paths = store.getNodePathById(tdId);
|
622
|
-
var tableId = paths[paths.length - 3].id;
|
623
|
-
var table = store.getSchema(tableId);
|
624
|
-
getCellRealPosition(table);
|
625
|
-
var td = AMisCodeEditor.JSONGetById(table, tdId);
|
626
|
-
if (!td) {
|
627
|
-
console.warn('找不到对应的 td id');
|
628
|
-
return;
|
585
|
+
|
586
|
+
if (insertCol <= tdCol) {
|
587
|
+
tds.splice(tdIndex, 0, TD_TEMPLATE);
|
588
|
+
isInserted = true;
|
589
|
+
break;
|
629
590
|
}
|
630
|
-
|
631
|
-
|
632
|
-
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
591
|
+
} // 如果没找到对应的节点,那可能是插入到最后一条或者这一列节点数量不够,此时就要插入到最后
|
592
|
+
|
593
|
+
|
594
|
+
if (!isInserted) {
|
595
|
+
tds.push(TD_TEMPLATE);
|
596
|
+
}
|
597
|
+
}
|
598
|
+
|
599
|
+
this.manager.store.changeValueById(tableId, table);
|
600
|
+
};
|
601
|
+
/**
|
602
|
+
* 拆分有跨行或跨列的单元格
|
603
|
+
*
|
604
|
+
* +---+---+---+
|
605
|
+
* | a | b |
|
606
|
+
* + +---+
|
607
|
+
* | | c |
|
608
|
+
* +---+---+---+
|
609
|
+
* | d | e | f |
|
610
|
+
* +---+---+---+
|
611
|
+
*
|
612
|
+
* 比如拆分 a,最后要变成
|
613
|
+
*
|
614
|
+
* +---+---+---+
|
615
|
+
* | a | g | b |
|
616
|
+
* +---+---+---+
|
617
|
+
* | h | i | c |
|
618
|
+
* +---+---+---+
|
619
|
+
* | d | e | f |
|
620
|
+
* +---+---+---+
|
621
|
+
*
|
622
|
+
* 因此要新增 g、h、i 三个单元格
|
623
|
+
*/
|
624
|
+
|
625
|
+
|
626
|
+
TableViewPlugin.prototype.splitCell = function (tdId) {
|
627
|
+
var store = this.manager.store;
|
628
|
+
var paths = store.getNodePathById(tdId);
|
629
|
+
var tableId = paths[paths.length - 3].id;
|
630
|
+
var table = store.getSchema(tableId);
|
631
|
+
getCellRealPosition(table);
|
632
|
+
var td = amisEditorCore.JSONGetById(table, tdId);
|
633
|
+
|
634
|
+
if (!td) {
|
635
|
+
console.warn(i18nRuntime.i18n("49d45317662097180e27fa53235d9b13"));
|
636
|
+
return;
|
637
|
+
}
|
638
|
+
|
639
|
+
var rowspan = td.rowspan || 1;
|
640
|
+
var colspan = td.colspan || 1; // 将这个单元格的跨行和跨列都设置为 1
|
641
|
+
|
642
|
+
td.colspan = 1;
|
643
|
+
td.rowspan = 1; // 算出需要补充哪些单元格及位置
|
644
|
+
|
645
|
+
var tdRow = td.$$row;
|
646
|
+
var tdCol = td.$$col;
|
647
|
+
var insertTds = [];
|
648
|
+
|
649
|
+
for (var i = 0; i < rowspan; i++) {
|
650
|
+
for (var j = 0; j < colspan; j++) {
|
651
|
+
// 跳过第一个,也就是这个单元格自己的位置
|
652
|
+
if (i === 0 && j === 0) {
|
653
|
+
continue;
|
647
654
|
}
|
648
|
-
|
649
|
-
insertTds.
|
650
|
-
|
655
|
+
|
656
|
+
insertTds.push({
|
657
|
+
row: tdRow + i,
|
658
|
+
col: tdCol + j
|
651
659
|
});
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
|
660
|
+
}
|
661
|
+
} // 需要将列大的放前面,主要是因为后面需要反向遍历才能动态删数据
|
662
|
+
|
663
|
+
|
664
|
+
insertTds.sort(function (a, b) {
|
665
|
+
return b.col - a.col;
|
666
|
+
});
|
667
|
+
|
668
|
+
for (var _i = 0, _a = table.trs; _i < _a.length; _i++) {
|
669
|
+
var tr = _a[_i];
|
670
|
+
|
671
|
+
for (var tdIndex = 0; tdIndex < tr.tds.length; tdIndex++) {
|
672
|
+
var td_3 = tr.tds[tdIndex];
|
673
|
+
var currentRow = td_3.$$row;
|
674
|
+
var currentCol = td_3.$$col;
|
675
|
+
var insertIndex = insertTds.length;
|
676
|
+
|
677
|
+
while (insertIndex--) {
|
678
|
+
var insertTd = insertTds[insertIndex];
|
679
|
+
|
680
|
+
if (currentRow === insertTd.row) {
|
681
|
+
if (insertTd.col <= currentCol) {
|
682
|
+
tr.tds.splice(tdIndex, 0, TD_TEMPLATE);
|
683
|
+
} else {
|
684
|
+
tr.tds.push(TD_TEMPLATE);
|
671
685
|
}
|
686
|
+
|
687
|
+
insertTds.splice(insertIndex, 1);
|
688
|
+
}
|
672
689
|
}
|
673
|
-
|
674
|
-
|
675
|
-
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
|
681
|
-
|
682
|
-
|
683
|
-
|
684
|
-
|
685
|
-
|
690
|
+
}
|
691
|
+
} // 如果前面有单元格找不到位置,那意味着是下面这种情况,这个单元格跨两行且是最后一行
|
692
|
+
// 这时 table.tr 其实只有一行数据,需要在添加一行数据
|
693
|
+
// +---+---+
|
694
|
+
// | a |
|
695
|
+
// + +
|
696
|
+
// | |
|
697
|
+
// +---+---+
|
698
|
+
|
699
|
+
|
700
|
+
if (insertTds.length) {
|
701
|
+
var newTds = [];
|
702
|
+
|
703
|
+
for (var i = 0; i < insertTds.length; i++) {
|
704
|
+
newTds.push(TD_TEMPLATE);
|
705
|
+
}
|
706
|
+
|
707
|
+
table.trs.push({
|
708
|
+
tds: newTds
|
709
|
+
});
|
710
|
+
}
|
711
|
+
|
712
|
+
this.manager.store.changeValueById(tableId, table);
|
713
|
+
};
|
714
|
+
|
715
|
+
TableViewPlugin.prototype.buildEditorToolbar = function (_a, toolbars) {
|
716
|
+
var _this = this;
|
717
|
+
|
718
|
+
var schema = _a.schema,
|
719
|
+
info = _a.info;
|
720
|
+
|
721
|
+
if (info.schemaPath.endsWith('/td')) {
|
722
|
+
var tdId_1 = schema.$$id;
|
723
|
+
toolbars.push({
|
724
|
+
icon: 'fa fa-chevron-left',
|
725
|
+
order: 100,
|
726
|
+
tooltip: i18nRuntime.i18n("a896691b72032fe21a00b6487381a529"),
|
727
|
+
onClick: function () {
|
728
|
+
_this.insertCol(tdId_1, 'left');
|
686
729
|
}
|
687
|
-
|
688
|
-
|
689
|
-
|
690
|
-
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
toolbars.push({
|
695
|
-
icon: 'fa fa-chevron-left',
|
696
|
-
order: 100,
|
697
|
-
tooltip: '左侧新增列',
|
698
|
-
onClick: function () {
|
699
|
-
_this.insertCol(tdId_1, 'left');
|
700
|
-
}
|
701
|
-
});
|
702
|
-
toolbars.push({
|
703
|
-
icon: 'fa fa-chevron-down',
|
704
|
-
order: 100,
|
705
|
-
tooltip: '下方新增行',
|
706
|
-
onClick: function () {
|
707
|
-
_this.insertRow(tdId_1, 'below');
|
708
|
-
}
|
709
|
-
});
|
710
|
-
toolbars.push({
|
711
|
-
icon: 'fa fa-chevron-up',
|
712
|
-
order: 100,
|
713
|
-
tooltip: '上方新增行',
|
714
|
-
onClick: function () {
|
715
|
-
_this.insertRow(tdId_1, 'above');
|
716
|
-
}
|
717
|
-
});
|
718
|
-
toolbars.push({
|
719
|
-
icon: 'fa fa-chevron-right',
|
720
|
-
order: 100,
|
721
|
-
tooltip: '右侧新增列',
|
722
|
-
onClick: function () {
|
723
|
-
_this.insertCol(tdId_1, 'right');
|
724
|
-
}
|
725
|
-
});
|
726
|
-
var colspan = schema.colspan || 1;
|
727
|
-
var rowspan = schema.rowspan || 1;
|
728
|
-
if (colspan > 1 || rowspan > 1) {
|
729
|
-
toolbars.push({
|
730
|
-
icon: 'fa fa-columns',
|
731
|
-
order: 100,
|
732
|
-
tooltip: '拆分单元格',
|
733
|
-
onClick: function () {
|
734
|
-
_this.splitCell(tdId_1);
|
735
|
-
}
|
736
|
-
});
|
737
|
-
}
|
730
|
+
});
|
731
|
+
toolbars.push({
|
732
|
+
icon: 'fa fa-chevron-down',
|
733
|
+
order: 100,
|
734
|
+
tooltip: i18nRuntime.i18n("24e4bbbf29a8d31e711c8d9366bf1a6f"),
|
735
|
+
onClick: function () {
|
736
|
+
_this.insertRow(tdId_1, 'below');
|
738
737
|
}
|
739
|
-
|
740
|
-
|
741
|
-
|
742
|
-
|
738
|
+
});
|
739
|
+
toolbars.push({
|
740
|
+
icon: 'fa fa-chevron-up',
|
741
|
+
order: 100,
|
742
|
+
tooltip: i18nRuntime.i18n("aea2dd682bc9dc2974dd971581148459"),
|
743
|
+
onClick: function () {
|
744
|
+
_this.insertRow(tdId_1, 'above');
|
745
|
+
}
|
746
|
+
});
|
747
|
+
toolbars.push({
|
748
|
+
icon: 'fa fa-chevron-right',
|
749
|
+
order: 100,
|
750
|
+
tooltip: i18nRuntime.i18n("bac058b86f8fd4e8f5e2ef3807799aea"),
|
751
|
+
onClick: function () {
|
752
|
+
_this.insertCol(tdId_1, 'right');
|
753
|
+
}
|
754
|
+
});
|
755
|
+
var colspan = schema.colspan || 1;
|
756
|
+
var rowspan = schema.rowspan || 1;
|
757
|
+
|
758
|
+
if (colspan > 1 || rowspan > 1) {
|
759
|
+
toolbars.push({
|
760
|
+
icon: 'fa fa-columns',
|
761
|
+
order: 100,
|
762
|
+
tooltip: i18nRuntime.i18n("488d0742c010851e9c6ce3264df9542b"),
|
763
|
+
onClick: function () {
|
764
|
+
_this.splitCell(tdId_1);
|
765
|
+
}
|
766
|
+
});
|
767
|
+
}
|
768
|
+
}
|
769
|
+
};
|
770
|
+
|
771
|
+
return TableViewPlugin;
|
772
|
+
}(amisEditorCore.BasePlugin);
|
773
|
+
amisEditorCore.registerEditorPlugin(TableViewPlugin);
|
743
774
|
|
744
775
|
exports.TableViewPlugin = TableViewPlugin;
|