yd-admin 0.1.16 → 0.1.17

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.
Files changed (4) hide show
  1. package/README.md +14 -10
  2. package/dist/index.js +9222 -9267
  3. package/dist/style.css +2037 -2548
  4. package/package.json +22 -15
package/README.md CHANGED
@@ -115,10 +115,11 @@ export default {
115
115
 
116
116
  ### 表单组件 (Form)
117
117
 
118
- | 组件 | 说明 |
119
- | ------------ | -------- |
120
- | `YdForm` | 表单容器 |
121
- | `YdFormItem` | 表单项 |
118
+ | 组件 | 说明 |
119
+ | ------------------ | ------------ |
120
+ | `YdForm` | 表单容器 |
121
+ | `YdFormItem` | 表单项 |
122
+ | `YdFilterCriteria` | 筛选条件组件 |
122
123
 
123
124
  ### 布局组件 (Layout)
124
125
 
@@ -324,18 +325,23 @@ vp test
324
325
  - ✅ TypeScript 类型检查
325
326
  - ✅ ESLint 代码检查
326
327
  - ✅ 格式化检查
327
- - ✅ 100 个单元测试全部通过
328
+ - ✅ 128 个单元测试 127 通过 (1项因 @vue/test-utils 缺失损坏)
328
329
 
329
330
  ## 📊 Bundle 信息
330
331
 
331
332
  | 文件 | 大小 | Gzip |
332
333
  | -------------- | ----------- | ----------- |
333
- | dist/index.js | ~472 KB | ~89 KB |
334
- | dist/style.css | ~182 KB | ~23 KB |
335
- | **总计** | **~800 KB** | **~136 KB** |
334
+ | dist/index.js | ~1.4 MB | ~280 KB |
335
+ | dist/style.css | ~278 KB | ~35 KB |
336
+ | **总计** | **~1.7 MB** | **~315 KB** |
336
337
 
337
338
  ## 📋 更新日志
338
339
 
340
+ ### v0.1.17
341
+
342
+ - **版本更新**: 版本号更新至 v0.1.17
343
+ - **文档更新**: CHANGELOG、README、VitePress 首页版本记录更新
344
+
339
345
  ### v0.1.16
340
346
 
341
347
  - **版本更新**: 版本号更新至 v0.1.16
@@ -417,5 +423,3 @@ vp test
417
423
  ## 📄 License
418
424
 
419
425
  MIT
420
- test
421
- test