dtable-utils 5.0.5-beta.4 → 5.0.6-alpha1

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/README.md CHANGED
@@ -15,6 +15,7 @@ common utils
15
15
  ```bash
16
16
  .
17
17
  ├── src
18
+ │ ├── archive # 归档视图相关工具函数
18
19
  │ ├── cell-value-get # 数据格式化相关工具函数
19
20
  │ ├── cell-value-set # 数据解析相关工具函数
20
21
  │ ├── color # 颜色工具函数
@@ -32,6 +33,7 @@ common utils
32
33
  │ ├── common.js # 通用工具函数
33
34
  │ ├── date.js # 日期工具函数
34
35
  │ ├── number.js # 数字工具函数
36
+ │ ├── search.js # 搜索工具函数
35
37
  │ └── index.js # 入口文件
36
38
  ├── tests # 单元测试
37
39
  ├── README.md