yd-admin 0.1.16 → 0.1.18
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 +19 -10
- package/dist/index.js +12461 -12679
- package/dist/style.css +4238 -4631
- 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,28 @@ vp test
|
|
|
324
325
|
- ✅ TypeScript 类型检查
|
|
325
326
|
- ✅ ESLint 代码检查
|
|
326
327
|
- ✅ 格式化检查
|
|
327
|
-
- ✅
|
|
328
|
+
- ✅ 128 个单元测试 127 通过 (1项因 @vue/test-utils 缺失损坏)
|
|
328
329
|
|
|
329
330
|
## 📊 Bundle 信息
|
|
330
331
|
|
|
331
332
|
| 文件 | 大小 | Gzip |
|
|
332
333
|
| -------------- | ----------- | ----------- |
|
|
333
|
-
| dist/index.js | ~
|
|
334
|
-
| dist/style.css | ~
|
|
335
|
-
| **总计** | **~
|
|
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.18
|
|
341
|
+
|
|
342
|
+
- **版本更新**: 版本号更新至 v0.1.18
|
|
343
|
+
- **文档更新**: CHANGELOG、README、VitePress 首页版本记录更新
|
|
344
|
+
|
|
345
|
+
### v0.1.17
|
|
346
|
+
|
|
347
|
+
- **版本更新**: 版本号更新至 v0.1.17
|
|
348
|
+
- **文档更新**: CHANGELOG、README、VitePress 首页版本记录更新
|
|
349
|
+
|
|
339
350
|
### v0.1.16
|
|
340
351
|
|
|
341
352
|
- **版本更新**: 版本号更新至 v0.1.16
|
|
@@ -417,5 +428,3 @@ vp test
|
|
|
417
428
|
## 📄 License
|
|
418
429
|
|
|
419
430
|
MIT
|
|
420
|
-
test
|
|
421
|
-
test
|