amis-ui 6.9.0-rc.3 → 6.9.0-rc.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/components/404.js +1 -1
- package/esm/components/Alert.d.ts +40 -40
- package/esm/components/Alert.js +1 -1
- package/esm/components/Alert2.js +1 -1
- package/esm/components/AnchorNav.d.ts +10 -10
- package/esm/components/AnchorNav.js +1 -1
- package/esm/components/AnchorNavSection.js +1 -1
- package/esm/components/ArrayInput.d.ts +40 -40
- package/esm/components/ArrayInput.js +1 -1
- package/esm/components/AsideNav.js +1 -1
- package/esm/components/AssociatedSelection.d.ts +80 -80
- package/esm/components/AssociatedSelection.js +1 -1
- package/esm/components/AutoSizer.js +1 -1
- package/esm/components/Avatar.d.ts +50 -50
- package/esm/components/Avatar.js +1 -1
- package/esm/components/Badge.d.ts +1 -1
- package/esm/components/Badge.js +1 -1
- package/esm/components/BaiduMapPicker.js +1 -1
- package/esm/components/BarCode.js +1 -1
- package/esm/components/Breadcrumb.js +1 -1
- package/esm/components/Button.d.ts +20 -20
- package/esm/components/Button.js +1 -1
- package/esm/components/CalendarMobile.d.ts +40 -40
- package/esm/components/CalendarMobile.js +7 -9
- package/esm/components/Card.d.ts +61 -50
- package/esm/components/Card.js +14 -13
- package/esm/components/Cascader.js +1 -1
- package/esm/components/ChainedDropdownSelection.d.ts +80 -80
- package/esm/components/ChainedDropdownSelection.js +1 -1
- package/esm/components/ChainedSelection.d.ts +80 -80
- package/esm/components/ChainedSelection.js +1 -1
- package/esm/components/Checkbox.d.ts +10 -10
- package/esm/components/Checkbox.js +1 -1
- package/esm/components/CityArea.js +1 -1
- package/esm/components/CityDB.js +1 -1
- package/esm/components/CodeMirror.js +1 -1
- package/esm/components/Collapse.d.ts +40 -40
- package/esm/components/Collapse.js +1 -1
- package/esm/components/CollapseGroup.d.ts +30 -30
- package/esm/components/CollapseGroup.js +1 -1
- package/esm/components/ColorPicker.d.ts +80 -80
- package/esm/components/ColorPicker.js +1 -1
- package/esm/components/Combo.js +1 -1
- package/esm/components/ConditionBuilder.js +1 -1
- package/esm/components/ConfirmBox.d.ts +40 -40
- package/esm/components/ConfirmBox.js +1 -1
- package/esm/components/ContextMenu.js +1 -1
- package/esm/components/DatePicker.d.ts +80 -80
- package/esm/components/DatePicker.js +1 -1
- package/esm/components/DateRangePicker.d.ts +240 -240
- package/esm/components/DateRangePicker.js +1 -1
- package/esm/components/DiffEditor.d.ts +20 -0
- package/esm/components/DiffEditor.js +99 -0
- package/esm/components/DndContainer.js +1 -1
- package/esm/components/Drawer.d.ts +30 -30
- package/esm/components/Drawer.js +1 -1
- package/esm/components/DropDownSelection.d.ts +80 -80
- package/esm/components/DropDownSelection.js +1 -1
- package/esm/components/Editor.d.ts +59 -61
- package/esm/components/Editor.js +12 -14
- package/esm/components/Form.js +1 -1
- package/esm/components/FormField.js +1 -1
- package/esm/components/FormulaPicker.js +1 -1
- package/esm/components/GaodeMapPicker.js +1 -1
- package/esm/components/GridNav.js +1 -1
- package/esm/components/GridNavItem.js +1 -1
- package/esm/components/GroupedSelection.d.ts +80 -80
- package/esm/components/GroupedSelection.js +1 -1
- package/esm/components/HeadCellDropDown.js +1 -1
- package/esm/components/Html.js +1 -1
- package/esm/components/Icon.js +1 -1
- package/esm/components/ImageGallery.d.ts +43 -43
- package/esm/components/ImageGallery.js +1 -1
- package/esm/components/Input.js +1 -1
- package/esm/components/InputBox.d.ts +20 -20
- package/esm/components/InputBox.js +1 -1
- package/esm/components/InputBoxWithSuggestion.js +1 -1
- package/esm/components/InputJSONSchema.js +1 -1
- package/esm/components/InputTable.js +1 -1
- package/esm/components/JSONSchemaEditor.js +1 -1
- package/esm/components/Layout.js +1 -1
- package/esm/components/Link.js +1 -1
- package/esm/components/ListGroup.d.ts +10 -10
- package/esm/components/ListGroup.js +1 -1
- package/esm/components/ListMenu.d.ts +40 -40
- package/esm/components/ListMenu.js +1 -1
- package/esm/components/LocationPicker.d.ts +80 -80
- package/esm/components/LocationPicker.js +1 -1
- package/esm/components/Markdown.js +1 -1
- package/esm/components/Menu.js +1 -1
- package/esm/components/MobileDevTool.d.ts +10 -0
- package/esm/components/MobileDevTool.js +300 -0
- package/esm/components/Modal.d.ts +120 -120
- package/esm/components/Modal.js +1 -1
- package/esm/components/ModalManager.js +1 -1
- package/esm/components/MonthRangePicker.d.ts +200 -200
- package/esm/components/MultilineText.d.ts +40 -40
- package/esm/components/MultilineText.js +1 -1
- package/esm/components/NumberInput.d.ts +26 -26
- package/esm/components/NumberInput.js +1 -1
- package/esm/components/OverflowTpl.d.ts +0 -1
- package/esm/components/OverflowTpl.js +1 -1
- package/esm/components/Pagination.d.ts +84 -161
- package/esm/components/Pagination.js +1 -1
- package/esm/components/PdfViewer.js +1 -1
- package/esm/components/Picker.js +1 -1
- package/esm/components/PickerColumn.js +1 -1
- package/esm/components/PickerContainer.js +1 -1
- package/esm/components/PopOverContainer.js +1 -1
- package/esm/components/PopUp.d.ts +80 -80
- package/esm/components/PopUp.js +1 -1
- package/esm/components/Progress.d.ts +50 -50
- package/esm/components/Progress.js +1 -1
- package/esm/components/PullRefresh.d.ts +4 -0
- package/esm/components/PullRefresh.js +47 -26
- package/esm/components/Radios.d.ts +30 -30
- package/esm/components/Radios.js +1 -1
- package/esm/components/Range.js +1 -1
- package/esm/components/Rating.d.ts +10 -10
- package/esm/components/Rating.js +1 -1
- package/esm/components/ResultBox.d.ts +120 -120
- package/esm/components/ResultBox.js +1 -1
- package/esm/components/ResultList.d.ts +40 -40
- package/esm/components/ResultList.js +1 -1
- package/esm/components/ResultTableList.d.ts +80 -80
- package/esm/components/ResultTableList.js +1 -1
- package/esm/components/ResultTreeList.d.ts +40 -40
- package/esm/components/ResultTreeList.js +1 -1
- package/esm/components/RichText.js +1 -1
- package/esm/components/SearchBox.d.ts +40 -40
- package/esm/components/SearchBox.js +1 -1
- package/esm/components/Select.d.ts +1887 -1886
- package/esm/components/Select.js +3 -3
- package/esm/components/SelectMobile.js +1 -1
- package/esm/components/Selection.d.ts +80 -80
- package/esm/components/Selection.js +1 -1
- package/esm/components/Signature.js +5 -1
- package/esm/components/SparkLine.d.ts +40 -40
- package/esm/components/SparkLine.js +1 -1
- package/esm/components/Spinner.d.ts +60 -60
- package/esm/components/Spinner.js +1 -1
- package/esm/components/Steps.js +1 -1
- package/esm/components/Switch.d.ts +10 -10
- package/esm/components/Switch.js +1 -1
- package/esm/components/Tab.js +1 -1
- package/esm/components/Table.js +1 -1
- package/esm/components/TableSelection.d.ts +80 -80
- package/esm/components/TableSelection.js +1 -1
- package/esm/components/Tabs.d.ts +40 -40
- package/esm/components/Tabs.js +1 -1
- package/esm/components/TabsTransfer.d.ts +40 -40
- package/esm/components/TabsTransfer.js +1 -1
- package/esm/components/TabsTransferPicker.js +1 -1
- package/esm/components/Tag.d.ts +40 -40
- package/esm/components/Tag.js +1 -1
- package/esm/components/Textarea.d.ts +40 -40
- package/esm/components/Textarea.js +1 -1
- package/esm/components/Timeline.js +1 -1
- package/esm/components/TimelineItem.js +1 -1
- package/esm/components/Tinymce.js +1 -1
- package/esm/components/TitleBar.js +1 -1
- package/esm/components/Toast.d.ts +40 -40
- package/esm/components/Toast.js +1 -1
- package/esm/components/Tooltip.js +1 -1
- package/esm/components/TooltipWrapper.d.ts +10 -10
- package/esm/components/TooltipWrapper.js +1 -1
- package/esm/components/Transfer.d.ts +108 -93
- package/esm/components/Transfer.js +1 -1
- package/esm/components/TransferDropDown.d.ts +80 -80
- package/esm/components/TransferDropDown.js +1 -1
- package/esm/components/TransferPicker.js +1 -1
- package/esm/components/TransferSearch.js +1 -1
- package/esm/components/Tree.d.ts +203 -201
- package/esm/components/Tree.js +1 -1
- package/esm/components/TreeSelection.d.ts +80 -80
- package/esm/components/TreeSelection.js +1 -1
- package/esm/components/UserSelect.d.ts +80 -80
- package/esm/components/UserSelect.js +1 -1
- package/esm/components/UserTabSelect.d.ts +40 -40
- package/esm/components/UserTabSelect.js +1 -1
- package/esm/components/VerificationCode.js +1 -1
- package/esm/components/VirtualList.js +1 -1
- package/esm/components/WithRemoteConfig.js +1 -1
- package/esm/components/WithStore.js +1 -1
- package/esm/components/calendar/Calendar.js +1 -1
- package/esm/components/calendar/CalendarContainer.js +1 -1
- package/esm/components/calendar/DaysView.js +1 -1
- package/esm/components/calendar/MonthsView.js +1 -1
- package/esm/components/calendar/QuartersView.js +1 -1
- package/esm/components/calendar/TimeView.d.ts +1 -0
- package/esm/components/calendar/TimeView.js +1 -1
- package/esm/components/calendar/YearsView.js +1 -1
- package/esm/components/condition-builder/Expression.js +1 -1
- package/esm/components/condition-builder/Field.js +1 -1
- package/esm/components/condition-builder/Func.js +1 -1
- package/esm/components/condition-builder/Group.js +1 -1
- package/esm/components/condition-builder/GroupOrItem.js +1 -1
- package/esm/components/condition-builder/InputSwitch.js +1 -1
- package/esm/components/condition-builder/Item.d.ts +1 -1
- package/esm/components/condition-builder/Item.js +1 -1
- package/esm/components/condition-builder/Value.js +1 -1
- package/esm/components/condition-builder/config.js +1 -1
- package/esm/components/condition-builder/index.js +1 -1
- package/esm/components/formula/CodeEditor.js +1 -1
- package/esm/components/formula/Editor.d.ts +82 -52
- package/esm/components/formula/Editor.js +1 -1
- package/esm/components/formula/FuncList.js +1 -1
- package/esm/components/formula/Input.d.ts +3 -0
- package/esm/components/formula/Input.js +1 -1
- package/esm/components/formula/Picker.d.ts +64 -59
- package/esm/components/formula/Picker.js +1 -1
- package/esm/components/formula/VariableList.js +1 -1
- package/esm/components/formula/plugin.js +1 -1
- package/esm/components/icons.js +3 -1
- package/esm/components/index.d.ts +3 -1
- package/esm/components/json-schema/Array.js +1 -1
- package/esm/components/json-schema/Item.js +1 -1
- package/esm/components/json-schema/Object.js +1 -1
- package/esm/components/json-schema/index.js +1 -1
- package/esm/components/menu/MenuContext.js +1 -1
- package/esm/components/menu/MenuItem.js +1 -1
- package/esm/components/menu/SubMenu.js +1 -1
- package/esm/components/menu/index.d.ts +24 -27
- package/esm/components/menu/index.js +1 -1
- package/esm/components/schema-editor/Array.js +3 -2
- package/esm/components/schema-editor/Common.d.ts +3 -0
- package/esm/components/schema-editor/Common.js +3 -2
- package/esm/components/schema-editor/Item.js +3 -13
- package/esm/components/schema-editor/Object.js +3 -2
- package/esm/components/schema-editor/SchemaVariableList.js +1 -1
- package/esm/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/esm/components/schema-editor/index.d.ts +51 -52
- package/esm/components/schema-editor/index.js +3 -1
- package/esm/components/table/Cell.js +1 -1
- package/esm/components/table/ColGroup.js +1 -1
- package/esm/components/table/Head.js +1 -1
- package/esm/components/table/HeadCellDropDown.js +1 -1
- package/esm/components/table/HeadCellFilter.d.ts +40 -40
- package/esm/components/table/HeadCellFilter.js +1 -1
- package/esm/components/table/HeadCellSelect.d.ts +40 -40
- package/esm/components/table/HeadCellSelect.js +1 -1
- package/esm/components/table/HeadCellSort.js +1 -1
- package/esm/components/table/ItemActionsWrapper.js +1 -1
- package/esm/components/table/Row.js +1 -1
- package/esm/components/table/SummaryRow.js +1 -1
- package/esm/components/table/index.d.ts +80 -80
- package/esm/components/table/index.js +1 -1
- package/esm/components/table/util.d.ts +5 -5
- package/esm/components/table/util.js +1 -1
- package/esm/components/virtual-list/AutoSizer.js +1 -1
- package/esm/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/esm/components/virtual-list/constants.js +1 -1
- package/esm/components/virtual-list/index.js +1 -1
- package/esm/components/withBadge.js +1 -1
- package/esm/hooks/index.d.ts +1 -0
- package/esm/hooks/use-on-screen.d.ts +2 -0
- package/esm/hooks/use-on-screen.js +28 -0
- package/esm/hooks/use-set-state.js +1 -1
- package/esm/hooks/use-sub-form.js +1 -1
- package/esm/hooks/use-touch.js +1 -1
- package/esm/hooks/use-update-effect.js +1 -1
- package/esm/hooks/use-validation-resolver.js +1 -1
- package/esm/icons/alert-danger.svg.js +1 -1
- package/esm/icons/alert-info.svg.js +1 -1
- package/esm/icons/alert-success.svg.js +1 -1
- package/esm/icons/alert-warning.svg.js +1 -1
- package/esm/icons/arrow-double-left.svg.js +1 -1
- package/esm/icons/arrow-double-right.svg.js +1 -1
- package/esm/icons/back.svg.js +1 -1
- package/esm/icons/calendar.svg.js +1 -1
- package/esm/icons/caret.svg.js +1 -1
- package/esm/icons/check.svg.js +1 -1
- package/esm/icons/clock.svg.js +1 -1
- package/esm/icons/close-small.svg.js +1 -1
- package/esm/icons/close.svg.js +1 -1
- package/esm/icons/cloud-upload.svg.js +1 -1
- package/esm/icons/column-filter.svg.js +1 -1
- package/esm/icons/columns.svg.js +1 -1
- package/esm/icons/compress-alt.svg.js +1 -1
- package/esm/icons/copy.svg.js +1 -1
- package/esm/icons/date.svg.js +1 -1
- package/esm/icons/department.svg.js +1 -1
- package/esm/icons/desk-empty.svg.js +1 -1
- package/esm/icons/dot.svg.js +1 -1
- package/esm/icons/down-arrow-bold.svg.js +1 -1
- package/esm/icons/down.svg.js +1 -1
- package/esm/icons/download.svg.js +1 -1
- package/esm/icons/drag-bar.svg.js +1 -1
- package/esm/icons/drag.svg.js +1 -1
- package/esm/icons/edit.svg.js +1 -1
- package/esm/icons/ellipsis-v.svg.js +1 -1
- package/esm/icons/enter.svg.js +1 -1
- package/esm/icons/exchange.svg.js +1 -1
- package/esm/icons/expand-alt.svg.js +1 -1
- package/esm/icons/fail.svg.js +1 -1
- package/esm/icons/file.svg.js +1 -1
- package/esm/icons/filter.svg.js +1 -1
- package/esm/icons/folder.svg.js +1 -1
- package/esm/icons/fullscreen.svg.js +1 -1
- package/esm/icons/function.svg.js +1 -1
- package/esm/icons/home.svg.js +1 -1
- package/esm/icons/if.svg.js +1 -1
- package/esm/icons/image.svg.js +1 -1
- package/esm/icons/info-circle.svg.js +1 -1
- package/esm/icons/info.svg.js +1 -1
- package/esm/icons/input-clear.svg.js +1 -1
- package/esm/icons/invisible.svg.js +1 -1
- package/esm/icons/left-arrow.svg.js +1 -1
- package/esm/icons/loading-outline.svg.js +1 -1
- package/esm/icons/location.svg.js +1 -1
- package/esm/icons/menu.svg.js +1 -1
- package/esm/icons/minus.svg.js +1 -1
- package/esm/icons/move.svg.js +1 -1
- package/esm/icons/mute.svg.js +1 -1
- package/esm/icons/new-edit.svg.js +1 -1
- package/esm/icons/pause.svg.js +1 -1
- package/esm/icons/pencil.svg.js +1 -1
- package/esm/icons/play.svg.js +1 -1
- package/esm/icons/plus-cicle.svg.js +1 -1
- package/esm/icons/plus-fine.svg.js +1 -1
- package/esm/icons/plus.svg.js +1 -1
- package/esm/icons/post.svg.js +1 -1
- package/esm/icons/question-mark.svg.js +1 -1
- package/esm/icons/question.svg.js +1 -1
- package/esm/icons/redo.svg.js +1 -1
- package/esm/icons/refresh.svg.js +1 -1
- package/esm/icons/reload.svg.js +1 -1
- package/esm/icons/remove.svg.js +1 -1
- package/esm/icons/retry.svg.js +1 -1
- package/esm/icons/right-arrow-bold.svg.js +1 -1
- package/esm/icons/right-arrow.svg.js +1 -1
- package/esm/icons/right-double-arrow.svg.js +1 -1
- package/esm/icons/role.svg.js +1 -1
- package/esm/icons/rotate-left.svg.js +1 -1
- package/esm/icons/rotate-right.svg.js +1 -1
- package/esm/icons/rotate-screen.svg.js +21 -0
- package/esm/icons/scale-origin.svg.js +1 -1
- package/esm/icons/schedule.svg.js +1 -1
- package/esm/icons/search.svg.js +1 -1
- package/esm/icons/setting.svg.js +1 -1
- package/esm/icons/slider-handle-icon.svg.js +1 -1
- package/esm/icons/sort-asc.svg.js +1 -1
- package/esm/icons/sort-default.svg.js +1 -1
- package/esm/icons/sort-desc.svg.js +1 -1
- package/esm/icons/star.svg.js +1 -1
- package/esm/icons/status-close.svg.js +1 -1
- package/esm/icons/steps-finsh.svg.js +1 -1
- package/esm/icons/sub-plus.svg.js +1 -1
- package/esm/icons/success.svg.js +1 -1
- package/esm/icons/transparent.svg.js +1 -1
- package/esm/icons/trash.svg.js +1 -1
- package/esm/icons/tree-down.svg.js +1 -1
- package/esm/icons/undo-normal.svg.js +1 -1
- package/esm/icons/undo.svg.js +1 -1
- package/esm/icons/unfullscreen.svg.js +1 -1
- package/esm/icons/upload.svg.js +1 -1
- package/esm/icons/user-remove.svg.js +1 -1
- package/esm/icons/view.svg.js +1 -1
- package/esm/icons/volume.svg.js +1 -1
- package/esm/icons/warning-mark.svg.js +1 -1
- package/esm/icons/warning.svg.js +1 -1
- package/esm/icons/window-restore.svg.js +1 -1
- package/esm/icons/zoom-in.svg.js +1 -1
- package/esm/icons/zoom-out.svg.js +1 -1
- package/esm/index.js +4 -1
- package/esm/locale/de-DE.js +6 -1
- package/esm/locale/en-US.js +6 -1
- package/esm/locale/zh-CN.js +6 -1
- package/esm/themes/ang.js +1 -1
- package/esm/themes/antd.js +1 -1
- package/esm/themes/cxd.js +1 -1
- package/esm/themes/dark.js +1 -1
- package/esm/withRemoteConfig.js +1 -1
- package/esm/withStore.js +1 -1
- package/lib/components/404.js +1 -1
- package/lib/components/Alert.d.ts +40 -40
- package/lib/components/Alert.js +1 -1
- package/lib/components/Alert2.d.ts +20 -20
- package/lib/components/Alert2.js +1 -1
- package/lib/components/AnchorNav.d.ts +20 -20
- package/lib/components/AnchorNav.js +1 -1
- package/lib/components/AnchorNavSection.js +1 -1
- package/lib/components/ArrayInput.d.ts +40 -40
- package/lib/components/ArrayInput.js +1 -1
- package/lib/components/AsideNav.js +1 -1
- package/lib/components/AssociatedSelection.d.ts +40 -40
- package/lib/components/AssociatedSelection.js +1 -1
- package/lib/components/AutoSizer.js +1 -1
- package/lib/components/Avatar.d.ts +90 -90
- package/lib/components/Avatar.js +1 -1
- package/lib/components/Badge.js +1 -1
- package/lib/components/BaiduMapPicker.js +1 -1
- package/lib/components/BarCode.js +1 -1
- package/lib/components/Breadcrumb.js +1 -1
- package/lib/components/Button.d.ts +20 -20
- package/lib/components/Button.js +1 -1
- package/lib/components/CalendarMobile.d.ts +40 -40
- package/lib/components/CalendarMobile.js +7 -9
- package/lib/components/Card.d.ts +81 -70
- package/lib/components/Card.js +14 -13
- package/lib/components/Cascader.js +1 -1
- package/lib/components/ChainedDropdownSelection.d.ts +40 -40
- package/lib/components/ChainedDropdownSelection.js +1 -1
- package/lib/components/ChainedSelection.d.ts +40 -40
- package/lib/components/ChainedSelection.js +1 -1
- package/lib/components/Checkbox.d.ts +10 -10
- package/lib/components/Checkbox.js +1 -1
- package/lib/components/CityArea.js +1 -1
- package/lib/components/CityDB.js +1 -1
- package/lib/components/CodeMirror.js +1 -1
- package/lib/components/Collapse.d.ts +70 -70
- package/lib/components/Collapse.js +1 -1
- package/lib/components/CollapseGroup.d.ts +30 -30
- package/lib/components/CollapseGroup.js +1 -1
- package/lib/components/ColorPicker.d.ts +80 -80
- package/lib/components/ColorPicker.js +1 -1
- package/lib/components/Combo.js +1 -1
- package/lib/components/ConditionBuilder.js +1 -1
- package/lib/components/ConfirmBox.d.ts +80 -80
- package/lib/components/ConfirmBox.js +1 -1
- package/lib/components/ContextMenu.js +1 -1
- package/lib/components/DatePicker.d.ts +121 -121
- package/lib/components/DatePicker.js +1 -1
- package/lib/components/DateRangePicker.d.ts +320 -320
- package/lib/components/DateRangePicker.js +1 -1
- package/lib/components/DiffEditor.d.ts +20 -0
- package/lib/components/DiffEditor.js +110 -0
- package/lib/components/DndContainer.js +1 -1
- package/lib/components/Drawer.d.ts +20 -20
- package/lib/components/Drawer.js +1 -1
- package/lib/components/DropDownSelection.d.ts +40 -40
- package/lib/components/DropDownSelection.js +1 -1
- package/lib/components/Editor.d.ts +59 -61
- package/lib/components/Editor.js +12 -14
- package/lib/components/Form.js +1 -1
- package/lib/components/FormField.js +1 -1
- package/lib/components/FormulaPicker.js +1 -1
- package/lib/components/GaodeMapPicker.js +1 -1
- package/lib/components/GridNav.js +1 -1
- package/lib/components/GridNavItem.js +1 -1
- package/lib/components/GroupedSelection.d.ts +40 -40
- package/lib/components/GroupedSelection.js +1 -1
- package/lib/components/HeadCellDropDown.js +1 -1
- package/lib/components/Html.js +1 -1
- package/lib/components/Icon.js +1 -1
- package/lib/components/ImageGallery.d.ts +43 -43
- package/lib/components/ImageGallery.js +1 -1
- package/lib/components/Input.js +1 -1
- package/lib/components/InputBox.d.ts +10 -10
- package/lib/components/InputBox.js +1 -1
- package/lib/components/InputBoxWithSuggestion.js +1 -1
- package/lib/components/InputJSONSchema.js +1 -1
- package/lib/components/InputTable.js +1 -1
- package/lib/components/JSONSchemaEditor.js +1 -1
- package/lib/components/Layout.js +1 -1
- package/lib/components/Link.js +1 -1
- package/lib/components/ListGroup.d.ts +10 -10
- package/lib/components/ListGroup.js +1 -1
- package/lib/components/ListMenu.d.ts +40 -40
- package/lib/components/ListMenu.js +1 -1
- package/lib/components/LocationPicker.d.ts +40 -40
- package/lib/components/LocationPicker.js +1 -1
- package/lib/components/Markdown.js +1 -1
- package/lib/components/Menu.js +1 -1
- package/lib/components/MobileDevTool.d.ts +10 -0
- package/lib/components/MobileDevTool.js +313 -0
- package/lib/components/Modal.d.ts +80 -80
- package/lib/components/Modal.js +1 -1
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MonthRangePicker.d.ts +200 -200
- package/lib/components/MultilineText.d.ts +40 -40
- package/lib/components/MultilineText.js +1 -1
- package/lib/components/NumberInput.d.ts +30 -30
- package/lib/components/NumberInput.js +1 -1
- package/lib/components/OverflowTpl.d.ts +0 -1
- package/lib/components/OverflowTpl.js +1 -1
- package/lib/components/Pagination.d.ts +124 -201
- package/lib/components/Pagination.js +1 -1
- package/lib/components/PdfViewer.js +1 -1
- package/lib/components/Picker.js +1 -1
- package/lib/components/PickerColumn.js +1 -1
- package/lib/components/PickerContainer.js +1 -1
- package/lib/components/PopOverContainer.js +1 -1
- package/lib/components/PopUp.d.ts +80 -80
- package/lib/components/PopUp.js +1 -1
- package/lib/components/Progress.d.ts +50 -50
- package/lib/components/Progress.js +1 -1
- package/lib/components/PullRefresh.d.ts +4 -0
- package/lib/components/PullRefresh.js +50 -25
- package/lib/components/Radios.d.ts +20 -20
- package/lib/components/Radios.js +1 -1
- package/lib/components/Range.js +1 -1
- package/lib/components/Rating.d.ts +20 -20
- package/lib/components/Rating.js +1 -1
- package/lib/components/ResultBox.d.ts +40 -40
- package/lib/components/ResultBox.js +1 -1
- package/lib/components/ResultList.d.ts +40 -40
- package/lib/components/ResultList.js +1 -1
- package/lib/components/ResultTableList.d.ts +40 -40
- package/lib/components/ResultTableList.js +1 -1
- package/lib/components/ResultTreeList.d.ts +40 -40
- package/lib/components/ResultTreeList.js +1 -1
- package/lib/components/RichText.js +1 -1
- package/lib/components/SearchBox.d.ts +80 -80
- package/lib/components/SearchBox.js +1 -1
- package/lib/components/Select.d.ts +749 -749
- package/lib/components/Select.js +3 -3
- package/lib/components/SelectMobile.js +1 -1
- package/lib/components/Selection.d.ts +40 -40
- package/lib/components/Selection.js +1 -1
- package/lib/components/Signature.js +3 -1
- package/lib/components/SparkLine.d.ts +40 -40
- package/lib/components/SparkLine.js +1 -1
- package/lib/components/Spinner.d.ts +70 -70
- package/lib/components/Spinner.js +1 -1
- package/lib/components/Steps.js +1 -1
- package/lib/components/Switch.d.ts +10 -10
- package/lib/components/Switch.js +1 -1
- package/lib/components/Tab.js +1 -1
- package/lib/components/Table.js +1 -1
- package/lib/components/TableSelection.d.ts +40 -40
- package/lib/components/TableSelection.js +1 -1
- package/lib/components/Tabs.d.ts +120 -120
- package/lib/components/Tabs.js +1 -1
- package/lib/components/TabsTransfer.d.ts +40 -40
- package/lib/components/TabsTransfer.js +1 -1
- package/lib/components/TabsTransferPicker.js +1 -1
- package/lib/components/Tag.d.ts +60 -60
- package/lib/components/Tag.js +1 -1
- package/lib/components/Textarea.d.ts +40 -40
- package/lib/components/Textarea.js +1 -1
- package/lib/components/Timeline.js +1 -1
- package/lib/components/TimelineItem.js +1 -1
- package/lib/components/Tinymce.js +1 -1
- package/lib/components/TitleBar.js +1 -1
- package/lib/components/Toast.d.ts +120 -120
- package/lib/components/Toast.js +1 -1
- package/lib/components/Tooltip.js +1 -1
- package/lib/components/TooltipWrapper.d.ts +30 -30
- package/lib/components/TooltipWrapper.js +1 -1
- package/lib/components/Transfer.d.ts +77 -62
- package/lib/components/Transfer.js +1 -1
- package/lib/components/TransferDropDown.d.ts +40 -40
- package/lib/components/TransferDropDown.js +1 -1
- package/lib/components/TransferPicker.js +1 -1
- package/lib/components/TransferSearch.js +1 -1
- package/lib/components/Tree.d.ts +123 -121
- package/lib/components/Tree.js +1 -1
- package/lib/components/TreeSelection.d.ts +80 -80
- package/lib/components/TreeSelection.js +1 -1
- package/lib/components/UserSelect.d.ts +40 -40
- package/lib/components/UserSelect.js +1 -1
- package/lib/components/UserTabSelect.d.ts +40 -40
- package/lib/components/UserTabSelect.js +1 -1
- package/lib/components/VerificationCode.js +1 -1
- package/lib/components/VirtualList.js +1 -1
- package/lib/components/WithRemoteConfig.d.ts +0 -1
- package/lib/components/WithRemoteConfig.js +1 -1
- package/lib/components/WithStore.js +1 -1
- package/lib/components/calendar/Calendar.js +1 -1
- package/lib/components/calendar/CalendarContainer.js +1 -1
- package/lib/components/calendar/DaysView.js +1 -1
- package/lib/components/calendar/MonthsView.js +1 -1
- package/lib/components/calendar/QuartersView.js +1 -1
- package/lib/components/calendar/TimeView.d.ts +1 -0
- package/lib/components/calendar/TimeView.js +1 -1
- package/lib/components/calendar/YearsView.js +1 -1
- package/lib/components/condition-builder/Expression.js +1 -1
- package/lib/components/condition-builder/Field.js +1 -1
- package/lib/components/condition-builder/Func.js +1 -1
- package/lib/components/condition-builder/Group.js +1 -1
- package/lib/components/condition-builder/GroupOrItem.js +1 -1
- package/lib/components/condition-builder/InputSwitch.js +1 -1
- package/lib/components/condition-builder/Item.d.ts +1 -1
- package/lib/components/condition-builder/Item.js +1 -1
- package/lib/components/condition-builder/Value.js +1 -1
- package/lib/components/condition-builder/config.js +1 -1
- package/lib/components/condition-builder/index.d.ts +1 -1
- package/lib/components/condition-builder/index.js +1 -1
- package/lib/components/formula/CodeEditor.js +1 -1
- package/lib/components/formula/Editor.d.ts +82 -52
- package/lib/components/formula/Editor.js +1 -1
- package/lib/components/formula/FuncList.js +1 -1
- package/lib/components/formula/Input.d.ts +3 -0
- package/lib/components/formula/Input.js +1 -1
- package/lib/components/formula/Picker.d.ts +64 -59
- package/lib/components/formula/Picker.js +1 -1
- package/lib/components/formula/VariableList.js +1 -1
- package/lib/components/formula/plugin.js +1 -1
- package/lib/components/icons.js +3 -1
- package/lib/components/index.d.ts +3 -1
- package/lib/components/json-schema/Array.js +1 -1
- package/lib/components/json-schema/Item.js +1 -1
- package/lib/components/json-schema/Object.js +1 -1
- package/lib/components/json-schema/index.js +1 -1
- package/lib/components/menu/MenuContext.js +1 -1
- package/lib/components/menu/MenuItem.js +1 -1
- package/lib/components/menu/SubMenu.js +1 -1
- package/lib/components/menu/index.d.ts +54 -57
- package/lib/components/menu/index.js +1 -1
- package/lib/components/schema-editor/Array.js +2 -1
- package/lib/components/schema-editor/Common.d.ts +3 -0
- package/lib/components/schema-editor/Common.js +3 -1
- package/lib/components/schema-editor/Item.js +2 -12
- package/lib/components/schema-editor/Object.js +2 -1
- package/lib/components/schema-editor/SchemaVariableList.js +1 -1
- package/lib/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/lib/components/schema-editor/index.d.ts +51 -52
- package/lib/components/schema-editor/index.js +3 -1
- package/lib/components/table/Cell.js +1 -1
- package/lib/components/table/ColGroup.js +1 -1
- package/lib/components/table/Head.js +1 -1
- package/lib/components/table/HeadCellDropDown.js +1 -1
- package/lib/components/table/HeadCellFilter.d.ts +40 -40
- package/lib/components/table/HeadCellFilter.js +1 -1
- package/lib/components/table/HeadCellSelect.d.ts +40 -40
- package/lib/components/table/HeadCellSelect.js +1 -1
- package/lib/components/table/HeadCellSort.js +1 -1
- package/lib/components/table/ItemActionsWrapper.js +1 -1
- package/lib/components/table/Row.js +1 -1
- package/lib/components/table/SummaryRow.js +1 -1
- package/lib/components/table/index.d.ts +80 -80
- package/lib/components/table/index.js +1 -1
- package/lib/components/table/util.d.ts +9 -9
- package/lib/components/table/util.js +1 -1
- package/lib/components/virtual-list/AutoSizer.js +1 -1
- package/lib/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/lib/components/virtual-list/constants.js +1 -1
- package/lib/components/virtual-list/index.js +1 -1
- package/lib/components/withBadge.js +1 -1
- package/lib/hooks/index.d.ts +1 -0
- package/lib/hooks/use-on-screen.d.ts +2 -0
- package/lib/hooks/use-on-screen.js +32 -0
- package/lib/hooks/use-set-state.js +1 -1
- package/lib/hooks/use-sub-form.js +1 -1
- package/lib/hooks/use-touch.js +1 -1
- package/lib/hooks/use-update-effect.js +1 -1
- package/lib/hooks/use-validation-resolver.js +1 -1
- package/lib/icons/alert-danger.svg.js +1 -1
- package/lib/icons/alert-info.svg.js +1 -1
- package/lib/icons/alert-success.svg.js +1 -1
- package/lib/icons/alert-warning.svg.js +1 -1
- package/lib/icons/arrow-double-left.svg.js +1 -1
- package/lib/icons/arrow-double-right.svg.js +1 -1
- package/lib/icons/back.svg.js +1 -1
- package/lib/icons/calendar.svg.js +1 -1
- package/lib/icons/caret.svg.js +1 -1
- package/lib/icons/check.svg.js +1 -1
- package/lib/icons/clock.svg.js +1 -1
- package/lib/icons/close-small.svg.js +1 -1
- package/lib/icons/close.svg.js +1 -1
- package/lib/icons/cloud-upload.svg.js +1 -1
- package/lib/icons/column-filter.svg.js +1 -1
- package/lib/icons/columns.svg.js +1 -1
- package/lib/icons/compress-alt.svg.js +1 -1
- package/lib/icons/copy.svg.js +1 -1
- package/lib/icons/date.svg.js +1 -1
- package/lib/icons/department.svg.js +1 -1
- package/lib/icons/desk-empty.svg.js +1 -1
- package/lib/icons/dot.svg.js +1 -1
- package/lib/icons/down-arrow-bold.svg.js +1 -1
- package/lib/icons/down.svg.js +1 -1
- package/lib/icons/download.svg.js +1 -1
- package/lib/icons/drag-bar.svg.js +1 -1
- package/lib/icons/drag.svg.js +1 -1
- package/lib/icons/edit.svg.js +1 -1
- package/lib/icons/ellipsis-v.svg.js +1 -1
- package/lib/icons/enter.svg.js +1 -1
- package/lib/icons/exchange.svg.js +1 -1
- package/lib/icons/expand-alt.svg.js +1 -1
- package/lib/icons/fail.svg.js +1 -1
- package/lib/icons/file.svg.js +1 -1
- package/lib/icons/filter.svg.js +1 -1
- package/lib/icons/folder.svg.js +1 -1
- package/lib/icons/fullscreen.svg.js +1 -1
- package/lib/icons/function.svg.js +1 -1
- package/lib/icons/home.svg.js +1 -1
- package/lib/icons/if.svg.js +1 -1
- package/lib/icons/image.svg.js +1 -1
- package/lib/icons/info-circle.svg.js +1 -1
- package/lib/icons/info.svg.js +1 -1
- package/lib/icons/input-clear.svg.js +1 -1
- package/lib/icons/invisible.svg.js +1 -1
- package/lib/icons/left-arrow.svg.js +1 -1
- package/lib/icons/loading-outline.svg.js +1 -1
- package/lib/icons/location.svg.js +1 -1
- package/lib/icons/menu.svg.js +1 -1
- package/lib/icons/minus.svg.js +1 -1
- package/lib/icons/move.svg.js +1 -1
- package/lib/icons/mute.svg.js +1 -1
- package/lib/icons/new-edit.svg.js +1 -1
- package/lib/icons/pause.svg.js +1 -1
- package/lib/icons/pencil.svg.js +1 -1
- package/lib/icons/play.svg.js +1 -1
- package/lib/icons/plus-cicle.svg.js +1 -1
- package/lib/icons/plus-fine.svg.js +1 -1
- package/lib/icons/plus.svg.js +1 -1
- package/lib/icons/post.svg.js +1 -1
- package/lib/icons/question-mark.svg.js +1 -1
- package/lib/icons/question.svg.js +1 -1
- package/lib/icons/redo.svg.js +1 -1
- package/lib/icons/refresh.svg.js +1 -1
- package/lib/icons/reload.svg.js +1 -1
- package/lib/icons/remove.svg.js +1 -1
- package/lib/icons/retry.svg.js +1 -1
- package/lib/icons/right-arrow-bold.svg.js +1 -1
- package/lib/icons/right-arrow.svg.js +1 -1
- package/lib/icons/right-double-arrow.svg.js +1 -1
- package/lib/icons/role.svg.js +1 -1
- package/lib/icons/rotate-left.svg.js +1 -1
- package/lib/icons/rotate-right.svg.js +1 -1
- package/lib/icons/rotate-screen.svg.js +28 -0
- package/lib/icons/scale-origin.svg.js +1 -1
- package/lib/icons/schedule.svg.js +1 -1
- package/lib/icons/search.svg.js +1 -1
- package/lib/icons/setting.svg.js +1 -1
- package/lib/icons/slider-handle-icon.svg.js +1 -1
- package/lib/icons/sort-asc.svg.js +1 -1
- package/lib/icons/sort-default.svg.js +1 -1
- package/lib/icons/sort-desc.svg.js +1 -1
- package/lib/icons/star.svg.js +1 -1
- package/lib/icons/status-close.svg.js +1 -1
- package/lib/icons/steps-finsh.svg.js +1 -1
- package/lib/icons/sub-plus.svg.js +1 -1
- package/lib/icons/success.svg.js +1 -1
- package/lib/icons/transparent.svg.js +1 -1
- package/lib/icons/trash.svg.js +1 -1
- package/lib/icons/tree-down.svg.js +1 -1
- package/lib/icons/undo-normal.svg.js +1 -1
- package/lib/icons/undo.svg.js +1 -1
- package/lib/icons/unfullscreen.svg.js +1 -1
- package/lib/icons/upload.svg.js +1 -1
- package/lib/icons/user-remove.svg.js +1 -1
- package/lib/icons/view.svg.js +1 -1
- package/lib/icons/volume.svg.js +1 -1
- package/lib/icons/warning-mark.svg.js +1 -1
- package/lib/icons/warning.svg.js +1 -1
- package/lib/icons/window-restore.svg.js +1 -1
- package/lib/icons/zoom-in.svg.js +1 -1
- package/lib/icons/zoom-out.svg.js +1 -1
- package/lib/index.js +7 -1
- package/lib/locale/de-DE.js +6 -1
- package/lib/locale/en-US.js +6 -1
- package/lib/locale/zh-CN.js +6 -1
- package/lib/scss/helper.scss.js +1 -1
- package/lib/scss/themes/ang.scss.js +1 -1
- package/lib/scss/themes/antd.scss.js +1 -1
- package/lib/scss/themes/cxd.scss.js +1 -1
- package/lib/scss/themes/dark.scss.js +1 -1
- package/lib/scss/themes/default.scss.js +1 -1
- package/lib/themes/ang.css +312 -15
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +312 -15
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +312 -15
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +312 -15
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +312 -15
- package/lib/withRemoteConfig.js +1 -1
- package/lib/withStore.js +1 -1
- package/package.json +3 -3
- package/scss/_properties.scss +4 -0
- package/scss/components/_card.scss +13 -0
- package/scss/components/_crud2.scss +119 -13
- package/scss/components/_mobile-dev-tool.scss +175 -0
- package/scss/components/_modal.scss +1 -0
- package/scss/components/_panel.scss +23 -9
- package/scss/components/_pull-refresh.scss +6 -1
- package/scss/components/_table.scss +6 -1
- package/scss/components/form/_form.scss +4 -5
- package/scss/themes/_common.scss +2 -0
|
@@ -5,35 +5,34 @@
|
|
|
5
5
|
*/
|
|
6
6
|
/// <reference types="hoist-non-react-statics" />
|
|
7
7
|
import React from 'react';
|
|
8
|
-
import {
|
|
8
|
+
import { ThemeProps } from 'amis-core';
|
|
9
9
|
import { LocaleProps } from 'amis-core';
|
|
10
10
|
export declare function monacoFactory(containerElement: HTMLElement, monaco: any, options: any): any;
|
|
11
|
-
export interface
|
|
11
|
+
export interface EditorBaseProps {
|
|
12
12
|
value?: string;
|
|
13
13
|
defaultValue?: string;
|
|
14
14
|
width?: number | string;
|
|
15
15
|
height?: number | string;
|
|
16
16
|
onChange?: (value: string, event: any) => void;
|
|
17
|
+
disabled?: boolean;
|
|
17
18
|
language?: string;
|
|
18
19
|
editorTheme?: string;
|
|
19
20
|
allowFullscreen?: boolean;
|
|
20
21
|
options: {
|
|
21
22
|
[propName: string]: any;
|
|
22
23
|
};
|
|
23
|
-
classPrefix: string;
|
|
24
|
-
className?: string;
|
|
25
|
-
classnames: ClassNamesFn;
|
|
26
24
|
context?: any;
|
|
27
|
-
style?: any;
|
|
28
25
|
isDiffEditor?: boolean;
|
|
29
26
|
placeholder?: string;
|
|
30
|
-
onFocus?: () => void;
|
|
31
|
-
onBlur?: () => void;
|
|
27
|
+
onFocus?: (e: any) => void;
|
|
28
|
+
onBlur?: (e: any) => void;
|
|
32
29
|
editorDidMount?: (editor: any, monaco: any) => void;
|
|
33
30
|
editorWillMount?: (monaco: any) => void;
|
|
34
31
|
editorWillUnmount?: (editor: any, monaco: any) => void;
|
|
35
32
|
editorFactory?: (conatainer: HTMLElement, monaco: any, options: any) => any;
|
|
36
33
|
}
|
|
34
|
+
export interface EditorProps extends EditorBaseProps, LocaleProps, ThemeProps {
|
|
35
|
+
}
|
|
37
36
|
export interface EditorState {
|
|
38
37
|
isFullscreen?: boolean;
|
|
39
38
|
innerWidth?: any;
|
|
@@ -57,13 +56,12 @@ export declare class Editor extends React.Component<EditorProps, EditorState> {
|
|
|
57
56
|
container: any;
|
|
58
57
|
currentValue: any;
|
|
59
58
|
preventTriggerChangeEvent: boolean;
|
|
60
|
-
disposes: Array<
|
|
61
|
-
dispose: () => void;
|
|
62
|
-
}>;
|
|
59
|
+
disposes: Array<() => void>;
|
|
63
60
|
constructor(props: EditorProps);
|
|
64
61
|
componentDidUpdate(prevProps: EditorProps): void;
|
|
65
62
|
componentWillUnmount(): void;
|
|
66
63
|
wrapperRef(ref: any): void;
|
|
64
|
+
getDom(): any;
|
|
67
65
|
loadMonaco(): void;
|
|
68
66
|
initMonaco(monaco: any): void;
|
|
69
67
|
editorWillMount(monaco: any): void;
|
|
@@ -72,7 +70,7 @@ export declare class Editor extends React.Component<EditorProps, EditorState> {
|
|
|
72
70
|
render(): React.JSX.Element;
|
|
73
71
|
}
|
|
74
72
|
declare const _default: {
|
|
75
|
-
new (props: Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
73
|
+
new (props: Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
76
74
|
width?: string | number | undefined;
|
|
77
75
|
height?: string | number | undefined;
|
|
78
76
|
options?: {
|
|
@@ -84,13 +82,13 @@ declare const _default: {
|
|
|
84
82
|
} & {} & {
|
|
85
83
|
locale?: string | undefined;
|
|
86
84
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
87
|
-
}, keyof
|
|
85
|
+
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps): {
|
|
88
86
|
ref: any;
|
|
89
87
|
childRef(ref: any): void;
|
|
90
88
|
getWrappedInstance(): any;
|
|
91
89
|
render(): React.JSX.Element;
|
|
92
90
|
context: unknown;
|
|
93
|
-
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
91
|
+
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
94
92
|
width?: string | number | undefined;
|
|
95
93
|
height?: string | number | undefined;
|
|
96
94
|
options?: {
|
|
@@ -102,9 +100,9 @@ declare const _default: {
|
|
|
102
100
|
} & {} & {
|
|
103
101
|
locale?: string | undefined;
|
|
104
102
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
105
|
-
}, keyof
|
|
103
|
+
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
106
104
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
107
|
-
readonly props: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
105
|
+
readonly props: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
108
106
|
width?: string | number | undefined;
|
|
109
107
|
height?: string | number | undefined;
|
|
110
108
|
options?: {
|
|
@@ -116,13 +114,13 @@ declare const _default: {
|
|
|
116
114
|
} & {} & {
|
|
117
115
|
locale?: string | undefined;
|
|
118
116
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
119
|
-
}, keyof
|
|
117
|
+
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>;
|
|
120
118
|
state: Readonly<{}>;
|
|
121
119
|
refs: {
|
|
122
120
|
[key: string]: React.ReactInstance;
|
|
123
121
|
};
|
|
124
122
|
componentDidMount?(): void;
|
|
125
|
-
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
123
|
+
shouldComponentUpdate?(nextProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
126
124
|
width?: string | number | undefined;
|
|
127
125
|
height?: string | number | undefined;
|
|
128
126
|
options?: {
|
|
@@ -134,10 +132,10 @@ declare const _default: {
|
|
|
134
132
|
} & {} & {
|
|
135
133
|
locale?: string | undefined;
|
|
136
134
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
137
|
-
}, keyof
|
|
135
|
+
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
138
136
|
componentWillUnmount?(): void;
|
|
139
137
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
140
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
138
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
141
139
|
width?: string | number | undefined;
|
|
142
140
|
height?: string | number | undefined;
|
|
143
141
|
options?: {
|
|
@@ -149,8 +147,8 @@ declare const _default: {
|
|
|
149
147
|
} & {} & {
|
|
150
148
|
locale?: string | undefined;
|
|
151
149
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
152
|
-
}, keyof
|
|
153
|
-
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
150
|
+
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>): any;
|
|
151
|
+
componentDidUpdate?(prevProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
154
152
|
width?: string | number | undefined;
|
|
155
153
|
height?: string | number | undefined;
|
|
156
154
|
options?: {
|
|
@@ -162,10 +160,10 @@ declare const _default: {
|
|
|
162
160
|
} & {} & {
|
|
163
161
|
locale?: string | undefined;
|
|
164
162
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
165
|
-
}, keyof
|
|
163
|
+
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
166
164
|
componentWillMount?(): void;
|
|
167
165
|
UNSAFE_componentWillMount?(): void;
|
|
168
|
-
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
166
|
+
componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
169
167
|
width?: string | number | undefined;
|
|
170
168
|
height?: string | number | undefined;
|
|
171
169
|
options?: {
|
|
@@ -177,8 +175,8 @@ declare const _default: {
|
|
|
177
175
|
} & {} & {
|
|
178
176
|
locale?: string | undefined;
|
|
179
177
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
180
|
-
}, keyof
|
|
181
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
178
|
+
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
179
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
182
180
|
width?: string | number | undefined;
|
|
183
181
|
height?: string | number | undefined;
|
|
184
182
|
options?: {
|
|
@@ -190,8 +188,8 @@ declare const _default: {
|
|
|
190
188
|
} & {} & {
|
|
191
189
|
locale?: string | undefined;
|
|
192
190
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
193
|
-
}, keyof
|
|
194
|
-
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
191
|
+
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextContext: any): void;
|
|
192
|
+
componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
195
193
|
width?: string | number | undefined;
|
|
196
194
|
height?: string | number | undefined;
|
|
197
195
|
options?: {
|
|
@@ -203,8 +201,8 @@ declare const _default: {
|
|
|
203
201
|
} & {} & {
|
|
204
202
|
locale?: string | undefined;
|
|
205
203
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
206
|
-
}, keyof
|
|
207
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
204
|
+
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
205
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Omit<Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
208
206
|
width?: string | number | undefined;
|
|
209
207
|
height?: string | number | undefined;
|
|
210
208
|
options?: {
|
|
@@ -216,12 +214,12 @@ declare const _default: {
|
|
|
216
214
|
} & {} & {
|
|
217
215
|
locale?: string | undefined;
|
|
218
216
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
219
|
-
}, keyof
|
|
217
|
+
}, keyof ThemeProps> & import("packages/amis-core/lib/theme").ThemeOuterProps>, nextState: Readonly<{}>, nextContext: any): void;
|
|
220
218
|
};
|
|
221
219
|
displayName: string;
|
|
222
220
|
contextType: React.Context<string>;
|
|
223
221
|
ComposedComponent: React.ComponentType<{
|
|
224
|
-
new (props: Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
222
|
+
new (props: Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
225
223
|
width?: string | number | undefined;
|
|
226
224
|
height?: string | number | undefined;
|
|
227
225
|
options?: {
|
|
@@ -239,7 +237,7 @@ declare const _default: {
|
|
|
239
237
|
getWrappedInstance(): any;
|
|
240
238
|
render(): React.JSX.Element;
|
|
241
239
|
context: unknown;
|
|
242
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
240
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
243
241
|
width?: string | number | undefined;
|
|
244
242
|
height?: string | number | undefined;
|
|
245
243
|
options?: {
|
|
@@ -253,7 +251,7 @@ declare const _default: {
|
|
|
253
251
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
254
252
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
255
253
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
256
|
-
readonly props: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
254
|
+
readonly props: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
257
255
|
width?: string | number | undefined;
|
|
258
256
|
height?: string | number | undefined;
|
|
259
257
|
options?: {
|
|
@@ -271,7 +269,7 @@ declare const _default: {
|
|
|
271
269
|
[key: string]: React.ReactInstance;
|
|
272
270
|
};
|
|
273
271
|
componentDidMount?(): void;
|
|
274
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
272
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
275
273
|
width?: string | number | undefined;
|
|
276
274
|
height?: string | number | undefined;
|
|
277
275
|
options?: {
|
|
@@ -286,7 +284,7 @@ declare const _default: {
|
|
|
286
284
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
287
285
|
componentWillUnmount?(): void;
|
|
288
286
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
289
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
287
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
290
288
|
width?: string | number | undefined;
|
|
291
289
|
height?: string | number | undefined;
|
|
292
290
|
options?: {
|
|
@@ -299,7 +297,7 @@ declare const _default: {
|
|
|
299
297
|
locale?: string | undefined;
|
|
300
298
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
301
299
|
}>, prevState: Readonly<{}>): any;
|
|
302
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
300
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
303
301
|
width?: string | number | undefined;
|
|
304
302
|
height?: string | number | undefined;
|
|
305
303
|
options?: {
|
|
@@ -314,7 +312,7 @@ declare const _default: {
|
|
|
314
312
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
315
313
|
componentWillMount?(): void;
|
|
316
314
|
UNSAFE_componentWillMount?(): void;
|
|
317
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
315
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
318
316
|
width?: string | number | undefined;
|
|
319
317
|
height?: string | number | undefined;
|
|
320
318
|
options?: {
|
|
@@ -327,7 +325,7 @@ declare const _default: {
|
|
|
327
325
|
locale?: string | undefined;
|
|
328
326
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
329
327
|
}>, nextContext: any): void;
|
|
330
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
328
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
331
329
|
width?: string | number | undefined;
|
|
332
330
|
height?: string | number | undefined;
|
|
333
331
|
options?: {
|
|
@@ -340,7 +338,7 @@ declare const _default: {
|
|
|
340
338
|
locale?: string | undefined;
|
|
341
339
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
342
340
|
}>, nextContext: any): void;
|
|
343
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
341
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
344
342
|
width?: string | number | undefined;
|
|
345
343
|
height?: string | number | undefined;
|
|
346
344
|
options?: {
|
|
@@ -353,7 +351,7 @@ declare const _default: {
|
|
|
353
351
|
locale?: string | undefined;
|
|
354
352
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
355
353
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
356
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
354
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
357
355
|
width?: string | number | undefined;
|
|
358
356
|
height?: string | number | undefined;
|
|
359
357
|
options?: {
|
|
@@ -374,7 +372,7 @@ declare const _default: {
|
|
|
374
372
|
ComposedComponent: typeof Editor;
|
|
375
373
|
}>;
|
|
376
374
|
} & import("hoist-non-react-statics").NonReactStatics<{
|
|
377
|
-
new (props: Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
375
|
+
new (props: Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
378
376
|
width?: string | number | undefined;
|
|
379
377
|
height?: string | number | undefined;
|
|
380
378
|
options?: {
|
|
@@ -392,7 +390,7 @@ declare const _default: {
|
|
|
392
390
|
getWrappedInstance(): any;
|
|
393
391
|
render(): React.JSX.Element;
|
|
394
392
|
context: unknown;
|
|
395
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
393
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
396
394
|
width?: string | number | undefined;
|
|
397
395
|
height?: string | number | undefined;
|
|
398
396
|
options?: {
|
|
@@ -406,7 +404,7 @@ declare const _default: {
|
|
|
406
404
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
407
405
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
408
406
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
409
|
-
readonly props: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
407
|
+
readonly props: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
410
408
|
width?: string | number | undefined;
|
|
411
409
|
height?: string | number | undefined;
|
|
412
410
|
options?: {
|
|
@@ -424,7 +422,7 @@ declare const _default: {
|
|
|
424
422
|
[key: string]: React.ReactInstance;
|
|
425
423
|
};
|
|
426
424
|
componentDidMount?(): void;
|
|
427
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
425
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
428
426
|
width?: string | number | undefined;
|
|
429
427
|
height?: string | number | undefined;
|
|
430
428
|
options?: {
|
|
@@ -439,7 +437,7 @@ declare const _default: {
|
|
|
439
437
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
440
438
|
componentWillUnmount?(): void;
|
|
441
439
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
442
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
440
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
443
441
|
width?: string | number | undefined;
|
|
444
442
|
height?: string | number | undefined;
|
|
445
443
|
options?: {
|
|
@@ -452,7 +450,7 @@ declare const _default: {
|
|
|
452
450
|
locale?: string | undefined;
|
|
453
451
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
454
452
|
}>, prevState: Readonly<{}>): any;
|
|
455
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
453
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
456
454
|
width?: string | number | undefined;
|
|
457
455
|
height?: string | number | undefined;
|
|
458
456
|
options?: {
|
|
@@ -467,7 +465,7 @@ declare const _default: {
|
|
|
467
465
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
468
466
|
componentWillMount?(): void;
|
|
469
467
|
UNSAFE_componentWillMount?(): void;
|
|
470
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
468
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
471
469
|
width?: string | number | undefined;
|
|
472
470
|
height?: string | number | undefined;
|
|
473
471
|
options?: {
|
|
@@ -480,7 +478,7 @@ declare const _default: {
|
|
|
480
478
|
locale?: string | undefined;
|
|
481
479
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
482
480
|
}>, nextContext: any): void;
|
|
483
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
481
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
484
482
|
width?: string | number | undefined;
|
|
485
483
|
height?: string | number | undefined;
|
|
486
484
|
options?: {
|
|
@@ -493,7 +491,7 @@ declare const _default: {
|
|
|
493
491
|
locale?: string | undefined;
|
|
494
492
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
495
493
|
}>, nextContext: any): void;
|
|
496
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
494
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
497
495
|
width?: string | number | undefined;
|
|
498
496
|
height?: string | number | undefined;
|
|
499
497
|
options?: {
|
|
@@ -506,7 +504,7 @@ declare const _default: {
|
|
|
506
504
|
locale?: string | undefined;
|
|
507
505
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
508
506
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
509
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
507
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
510
508
|
width?: string | number | undefined;
|
|
511
509
|
height?: string | number | undefined;
|
|
512
510
|
options?: {
|
|
@@ -527,7 +525,7 @@ declare const _default: {
|
|
|
527
525
|
ComposedComponent: typeof Editor;
|
|
528
526
|
}, {}> & {
|
|
529
527
|
ComposedComponent: {
|
|
530
|
-
new (props: Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
528
|
+
new (props: Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
531
529
|
width?: string | number | undefined;
|
|
532
530
|
height?: string | number | undefined;
|
|
533
531
|
options?: {
|
|
@@ -545,7 +543,7 @@ declare const _default: {
|
|
|
545
543
|
getWrappedInstance(): any;
|
|
546
544
|
render(): React.JSX.Element;
|
|
547
545
|
context: unknown;
|
|
548
|
-
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
546
|
+
setState<K_1 extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
549
547
|
width?: string | number | undefined;
|
|
550
548
|
height?: string | number | undefined;
|
|
551
549
|
options?: {
|
|
@@ -559,7 +557,7 @@ declare const _default: {
|
|
|
559
557
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
560
558
|
}>) => {} | Pick<{}, K_1> | null) | Pick<{}, K_1> | null, callback?: (() => void) | undefined): void;
|
|
561
559
|
forceUpdate(callback?: (() => void) | undefined): void;
|
|
562
|
-
readonly props: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
560
|
+
readonly props: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
563
561
|
width?: string | number | undefined;
|
|
564
562
|
height?: string | number | undefined;
|
|
565
563
|
options?: {
|
|
@@ -577,7 +575,7 @@ declare const _default: {
|
|
|
577
575
|
[key: string]: React.ReactInstance;
|
|
578
576
|
};
|
|
579
577
|
componentDidMount?(): void;
|
|
580
|
-
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
578
|
+
shouldComponentUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
581
579
|
width?: string | number | undefined;
|
|
582
580
|
height?: string | number | undefined;
|
|
583
581
|
options?: {
|
|
@@ -592,7 +590,7 @@ declare const _default: {
|
|
|
592
590
|
}>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
593
591
|
componentWillUnmount?(): void;
|
|
594
592
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
595
|
-
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
593
|
+
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
596
594
|
width?: string | number | undefined;
|
|
597
595
|
height?: string | number | undefined;
|
|
598
596
|
options?: {
|
|
@@ -605,7 +603,7 @@ declare const _default: {
|
|
|
605
603
|
locale?: string | undefined;
|
|
606
604
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
607
605
|
}>, prevState: Readonly<{}>): any;
|
|
608
|
-
componentDidUpdate?(prevProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
606
|
+
componentDidUpdate?(prevProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
609
607
|
width?: string | number | undefined;
|
|
610
608
|
height?: string | number | undefined;
|
|
611
609
|
options?: {
|
|
@@ -620,7 +618,7 @@ declare const _default: {
|
|
|
620
618
|
}>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
621
619
|
componentWillMount?(): void;
|
|
622
620
|
UNSAFE_componentWillMount?(): void;
|
|
623
|
-
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
621
|
+
componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
624
622
|
width?: string | number | undefined;
|
|
625
623
|
height?: string | number | undefined;
|
|
626
624
|
options?: {
|
|
@@ -633,7 +631,7 @@ declare const _default: {
|
|
|
633
631
|
locale?: string | undefined;
|
|
634
632
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
635
633
|
}>, nextContext: any): void;
|
|
636
|
-
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
634
|
+
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
637
635
|
width?: string | number | undefined;
|
|
638
636
|
height?: string | number | undefined;
|
|
639
637
|
options?: {
|
|
@@ -646,7 +644,7 @@ declare const _default: {
|
|
|
646
644
|
locale?: string | undefined;
|
|
647
645
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
648
646
|
}>, nextContext: any): void;
|
|
649
|
-
componentWillUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
647
|
+
componentWillUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
650
648
|
width?: string | number | undefined;
|
|
651
649
|
height?: string | number | undefined;
|
|
652
650
|
options?: {
|
|
@@ -659,7 +657,7 @@ declare const _default: {
|
|
|
659
657
|
locale?: string | undefined;
|
|
660
658
|
translate?: ((str: string, ...args: any[]) => string) | undefined;
|
|
661
659
|
}>, nextState: Readonly<{}>, nextContext: any): void;
|
|
662
|
-
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "
|
|
660
|
+
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<Omit<EditorProps, keyof LocaleProps>, "onFocus" | "onBlur" | "disabled" | "classnames" | "classPrefix" | "className" | "theme" | "mobileUI" | "style" | "placeholder" | "value" | "onChange" | "defaultValue" | "context" | "isDiffEditor" | "editorDidMount" | "editorWillMount" | "editorWillUnmount" | "editorFactory"> & {
|
|
663
661
|
width?: string | number | undefined;
|
|
664
662
|
height?: string | number | undefined;
|
|
665
663
|
options?: {
|
package/lib/components/Editor.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* amis-ui v6.9.0-rc.
|
|
2
|
+
* amis-ui v6.9.0-rc.4
|
|
3
3
|
* Copyright 2018-2024 fex
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -67,6 +67,7 @@ var Editor = /** @class */ (function (_super) {
|
|
|
67
67
|
};
|
|
68
68
|
_this.disposes = [];
|
|
69
69
|
_this.wrapperRef = _this.wrapperRef.bind(_this);
|
|
70
|
+
_this.getDom = _this.getDom.bind(_this);
|
|
70
71
|
_this.currentValue = props.value;
|
|
71
72
|
return _this;
|
|
72
73
|
}
|
|
@@ -111,10 +112,7 @@ var Editor = /** @class */ (function (_super) {
|
|
|
111
112
|
var editorWillUnmount = this.props.editorWillUnmount;
|
|
112
113
|
editorWillUnmount && editorWillUnmount(this.editor, monaco);
|
|
113
114
|
}
|
|
114
|
-
this.disposes.forEach(function (
|
|
115
|
-
var dispose = _a.dispose;
|
|
116
|
-
return dispose();
|
|
117
|
-
});
|
|
115
|
+
this.disposes.forEach(function (dispose) { return dispose(); });
|
|
118
116
|
this.disposes = [];
|
|
119
117
|
(_a = this.editor) === null || _a === void 0 ? void 0 : _a.dispose();
|
|
120
118
|
};
|
|
@@ -125,10 +123,7 @@ var Editor = /** @class */ (function (_super) {
|
|
|
125
123
|
}
|
|
126
124
|
else {
|
|
127
125
|
try {
|
|
128
|
-
this.disposes.forEach(function (
|
|
129
|
-
var dispose = _a.dispose;
|
|
130
|
-
return dispose();
|
|
131
|
-
});
|
|
126
|
+
this.disposes.forEach(function (dispose) { return dispose(); });
|
|
132
127
|
this.disposes = [];
|
|
133
128
|
if (this.editor) {
|
|
134
129
|
this.editor.getModel().dispose();
|
|
@@ -141,6 +136,9 @@ var Editor = /** @class */ (function (_super) {
|
|
|
141
136
|
}
|
|
142
137
|
}
|
|
143
138
|
};
|
|
139
|
+
Editor.prototype.getDom = function () {
|
|
140
|
+
return this.container;
|
|
141
|
+
};
|
|
144
142
|
Editor.prototype.loadMonaco = function () {
|
|
145
143
|
var _this = this;
|
|
146
144
|
// 由于 require.config({'vs/nls': { availableLanguages: { '*': 'xxxx' }}}) 只能在初始化之前设置有用,所以这里只能用全局变量的方式来设置。
|
|
@@ -167,7 +165,7 @@ var Editor = /** @class */ (function (_super) {
|
|
|
167
165
|
}
|
|
168
166
|
}
|
|
169
167
|
var factory = editorFactory || monacoFactory;
|
|
170
|
-
this.editor = factory(containerElement, monaco, tslib.__assign(tslib.__assign({}, options), { automaticLayout: true, value: value, language: language, editorTheme: editorTheme, theme: editorTheme }));
|
|
168
|
+
this.editor = factory(containerElement, monaco, tslib.__assign(tslib.__assign({}, options), { readOnly: this.props.disabled, automaticLayout: true, value: value, language: language, editorTheme: editorTheme, theme: editorTheme }));
|
|
171
169
|
// json 默认开启验证。
|
|
172
170
|
(_a = monaco.languages.json) === null || _a === void 0 ? void 0 : _a.jsonDefaults.setDiagnosticsOptions(tslib.__assign({ enableSchemaRequest: true, validate: true, allowComments: true }, (_b = monaco.languages.json) === null || _b === void 0 ? void 0 : _b.jsonDefaults.diagnosticsOptions));
|
|
173
171
|
// After initializing monaco editor
|
|
@@ -191,13 +189,13 @@ var Editor = /** @class */ (function (_super) {
|
|
|
191
189
|
if (!_this.preventTriggerChangeEvent && onChange) {
|
|
192
190
|
onChange(value, event);
|
|
193
191
|
}
|
|
194
|
-
}));
|
|
192
|
+
}).dispose);
|
|
195
193
|
onFocus &&
|
|
196
194
|
editor.onDidFocusEditorWidget &&
|
|
197
|
-
this.disposes.push(editor.onDidFocusEditorWidget(onFocus));
|
|
195
|
+
this.disposes.push(editor.onDidFocusEditorWidget(onFocus).dispose);
|
|
198
196
|
onBlur &&
|
|
199
197
|
editor.onDidBlurEditorWidget &&
|
|
200
|
-
this.disposes.push(editor.onDidBlurEditorWidget(onBlur));
|
|
198
|
+
this.disposes.push(editor.onDidBlurEditorWidget(onBlur).dispose);
|
|
201
199
|
var _e = (_c = (_b = (_a = this === null || this === void 0 ? void 0 : this.editor) === null || _a === void 0 ? void 0 : _a._configuration) === null || _b === void 0 ? void 0 : _b._elementSizeObserver) !== null && _c !== void 0 ? _c : {}, _f = _e.width, width = _f === void 0 ? 'auto' : _f, _g = _e.height, height = _g === void 0 ? 'auto' : _g;
|
|
202
200
|
this.setState({ innerHeight: height, innerWidth: width });
|
|
203
201
|
};
|
|
@@ -241,7 +239,7 @@ var Editor = /** @class */ (function (_super) {
|
|
|
241
239
|
], Editor.prototype, "handleFullscreenModeChange", null);
|
|
242
240
|
return Editor;
|
|
243
241
|
}(React__default["default"].Component));
|
|
244
|
-
var MonacoEditor = amisCore.themeable(amisCore.localeable(Editor));
|
|
242
|
+
var MonacoEditor = amisCore.themeable(amisCore.localeable(Editor, ['getDom']), ['getDom']);
|
|
245
243
|
|
|
246
244
|
exports.Editor = Editor;
|
|
247
245
|
exports["default"] = MonacoEditor;
|
package/lib/components/Form.js
CHANGED