hfutsora
hfutsora
### 这个功能解决了什么问题? 通过 `display-formatter` 只用于展示,不影响原始数据。 同时: - 配置了 `display-formatter` 时,原有的 `formatter` 将作为 `value-formatter` 只用于转化值的格式 - 未配置 `formatter` 时,绑定值应保留原始状态 ### 你期望的 API 是什么样子的? ```ts ``` 此时 `date-picker` 的展示日期应为 `MM-dd` 格式, 但是存储的值格式为...
```ts type IsUnion = (T extends any ? (U extends T ? false : true) : never) extends false ? false : true type IsNegativeNumber = IsUnion extends true ?...
only render valid content closed #5428 closed #10537 related https://github.com/vuejs/core/pull/2485
Similar to VS Code's terminal console, used for editing event properties of elements. - Collapsable: expand or collapse through dragging - Editor: implements using the [monaco-editor](https://github.com/microsoft/monaco-editor)
Implement a floating panel around the selected multiple elements that provides convenient operations. - [ ] show floating panel - [ ] move the panel in real-time, ensuring that it...
- [ ] minimap - [x] #99 - [ ] support dragging on minimap - [ ] zoom - [ ] responsive zooming
## Plugins - [ ] Snapline - [ ] Grid - [ ] Clipboard - [ ] Selection - [ ] etc... ## Example ```ts import { Snapline } from...