🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

complex-data

Package Overview
Dependencies
Maintainers
1
Versions
321
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

complex-data - npm Package Compare versions

Comparing version
4.10.2
to
4.10.3
+8
-0
history.md

@@ -21,5 +21,13 @@

### ToDo
- 优化全局类型
- 实现List表单
- SearchMenu实现完成后联动刷新机制
- 简化整体代码
- 优化代码结构
### Doing
### `4.10.3`
- feat(menu): `MenuValue` 添加modifiers事件修饰符。
### `4.10.2`

@@ -26,0 +34,0 @@ - feat(force): `ForceValue` 在 `ing=true` 时,若 `data` 不存在则默认为 `true`,确保 `ing` 判断逻辑在 `data` 为空时依然有效。

+3
-2
{
"name": "complex-data",
"version": "4.10.2",
"version": "4.10.3",
"description": "a complex data",

@@ -14,3 +14,4 @@ "type": "module",

"test": "vitest",
"coverage": "vitest run --coverage"
"coverage": "vitest run --coverage",
"release": "npm publish --registry=https://registry.npmjs.org"
},

@@ -17,0 +18,0 @@ "dependencies": {

+1
-0

@@ -61,2 +61,3 @@

hidden?: boolean | ((...args: A) => boolean)
modifiers?: string // 事件修饰符,链式传递,理论上存在.stop.self,实际上.self因为判断问题暂不实现
click?: (e: E) => void | Promise<unknown> // 返回Promise则根据状态切换loading

@@ -63,0 +64,0 @@ render?: renderType