Commit 71a2810
committed
feat(vue3-ant): 更新初始化
feat(vue3-antdv): 适配 a-form
feat(vue3-ant): 更新a-form
fix(vue3-elementplus): 修复elementPlus popover 组件渲染异常问题
fix #27
fix(vue3): 修复vue3版本inline 设置无效问题
fix #27
feat(core): 优化core 配置项
feat(vue3-antdv): 支持 a-form validate
chore(vue3-antdv): 添加注释
feat(vue3-antdv): 完成 formItem 对子元素输入监听
feat(vue3-antdv): 完成 antdv基础组件
fix(vue3-antdv): 修复 formItem name参数需要数组的问题
feat(vue3-antdv): 适配checkbox radio select组件
feat(vue3-antdv): 更新样式
feat(vue3-antdv): 添加vue3-antdv 时间日期相关组件
feat(antdv): antdv 添加时间日期选择
feat(vue3-antdv): 添加upload 上传组件适配
feat(vue3-antdv): 优化图片上传逻辑
feat(vue3-antdv): 优化antdv适配体验
feat(vue3-antdv): 添加 on-form-mounted emit,支持获取form组件实例
re #27
chore(lib): 调整图标为统一内置svg,不再各ui框架单独配置
feat(vue3 antdv): 兼容ant vue v-model组件不使用moduleValue
feat(vue3-antdv): 适配vue3-antdv hack首元素不是输入组件时正常校验
re #40
build(lib): build lib
docs(docs): 更新文档
chore(playground): 优化地址跳转体验
chore(playground): 更新 vue ant到正式版本
chore(lib): 更新依赖版本1 parent 24f299a commit 71a2810
File tree
95 files changed
+27547
-808
lines changed- packages
- demo
- demo-common
- components
- Antdv
- iView
- schemaTypes/14.Number
- demo-v2
- src/pages
- index/views/Demo
- schema-generator/views/editor
- demo-v3
- src/pages/index
- views/Demo
- docs/docs/zh/guide
- lib
- utils
- icons
- style
- vue2
- vue2-core
- src
- components
- fields/ArrayField/components
- vue2-form-element
- dist
- src
- types
- vue2-form-iview3
- dist
- src
- types
- vue3
- vue3-core
- src
- components
- fields/ArrayField/components
- vue3-form-ant
- dist
- scripts
- src
- config
- widgets
- CheckboxesWidget
- DatePickerWidget
- DateTimePickerWidget
- RadioWidget
- SelectWidget
- TimePickerWidget
- UploadWidget
- types
- vue3-form-element
- dist
- src
- config/widgets/UploadWidget
- types
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
95 files changed
+27547
-808
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
5 | 24 | | |
6 | 25 | | |
7 | 26 | | |
| |||
48 | 67 | | |
49 | 68 | | |
50 | 69 | | |
51 | | - | |
| 70 | + | |
52 | 71 | | |
53 | 72 | | |
54 | | - | |
| 73 | + | |
55 | 74 | | |
56 | 75 | | |
57 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | | - | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
| |||
177 | 178 | | |
178 | 179 | | |
179 | 180 | | |
| 181 | + | |
180 | 182 | | |
181 | 183 | | |
182 | 184 | | |
| |||
377 | 379 | | |
378 | 380 | | |
379 | 381 | | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
380 | 385 | | |
381 | 386 | | |
382 | 387 | | |
| |||
405 | 410 | | |
406 | 411 | | |
407 | 412 | | |
| 413 | + | |
408 | 414 | | |
409 | 415 | | |
410 | 416 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
| 15 | + | |
14 | 16 | | |
15 | | - | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
0 commit comments