look-ui 1.1.29 → 1.1.31
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/CHANGELOG.md +125 -113
- package/dist/look-ui.common.js +1 -1
- package/dist/look-ui.css +1 -1
- package/dist/look-ui.umd.js +2 -2
- package/dist/look-ui.umd.min.js +2 -2
- package/jsconfig.json +19 -19
- package/package.json +38 -38
- package/src/App.vue +10 -0
- package/utils/api.js +4 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,128 +1,140 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
## [1.1.
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
### Bug Fixes
|
|
7
|
-
|
|
3
|
+
## [1.1.30](http://192.168.0.66/font-end/look-ui/compare/1.1.29...1.1.30) (2023-11-07)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* 修复监听任务状态变化时点击全选无效问题 ([e464178](http://192.168.0.66/font-end/look-ui/commits/e4641782cd59356d14a2f2483d424f2fa07efafe))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* 批量创建任务回调返回选中任务数组 ([caddb29](http://192.168.0.66/font-end/look-ui/commits/caddb29e3a097c9985ca715554f7fad0a86c1a6a))
|
|
14
|
+
|
|
15
|
+
## [1.1.29](http://192.168.0.66/font-end/look-ui/compare/1.1.28...1.1.29) (2023-11-06)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
8
20
|
* 修复任务重复出现在不同的列表中 ([c87959e](http://192.168.0.66/font-end/look-ui/commits/c87959efda64b14af9b68b4b7b49527f3b50daf3))
|
|
9
21
|
|
|
10
|
-
## [1.1.28](http://192.168.0.66/font-end/look-ui/compare/1.1.23...1.1.28) (2023-11-03)
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
### Bug Fixes
|
|
14
|
-
|
|
15
|
-
* 修复点击标题问题 ([fce11f8](http://192.168.0.66/font-end/look-ui/commits/fce11f8cfed110312f3349c144ac17d180e7927b))
|
|
16
|
-
* 修复点击查看详情没有返回当前任务信息问题 ([c357609](http://192.168.0.66/font-end/look-ui/commits/c357609d801b35425f148806039b441a33df2ba8))
|
|
17
|
-
* 修复任务列表变化时数据没更新 ([bf226fc](http://192.168.0.66/font-end/look-ui/commits/bf226fc4bd25a20cacfa0eb08c0bb84cbf5f8965))
|
|
18
|
-
* 修复任务状态为空时显示不正确的问题 ([8f6cfb1](http://192.168.0.66/font-end/look-ui/commits/8f6cfb1a284404fc7888272eb20ebcf1239e90c6))
|
|
19
|
-
* 修复webpack报错问题 ([4ad42a5](http://192.168.0.66/font-end/look-ui/commits/4ad42a5082e0d372dba375f740a3d8abae26e85a))
|
|
20
|
-
* 页面首次加载添加tenantId参数 ([63a1250](http://192.168.0.66/font-end/look-ui/commits/63a1250e0c250a5b6d285c89a887e889dfc8849f))
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
### Features
|
|
24
|
-
|
|
25
|
-
* 添加查重结果操作按钮自定义插槽 ([35ce733](http://192.168.0.66/font-end/look-ui/commits/35ce733081d4c471d58e154d441aae8a13e9f9b6))
|
|
26
|
-
* 添加查重结果详情回调 ([8214267](http://192.168.0.66/font-end/look-ui/commits/82142679185e4a35064c5871dabe3ac033bd8d15))
|
|
27
|
-
* 添加点击任务标题回调 ([8697c36](http://192.168.0.66/font-end/look-ui/commits/8697c36d08ee1bfb44df3b6ec9c1f0cfde83ace2))
|
|
28
|
-
* 添加取消关注、归并等按钮的回调 ([0049cea](http://192.168.0.66/font-end/look-ui/commits/0049cea09afda62d3229b30347ad91d65c0bfdae))
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
### Performance Improvements
|
|
32
|
-
|
|
22
|
+
## [1.1.28](http://192.168.0.66/font-end/look-ui/compare/1.1.23...1.1.28) (2023-11-03)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* 修复点击标题问题 ([fce11f8](http://192.168.0.66/font-end/look-ui/commits/fce11f8cfed110312f3349c144ac17d180e7927b))
|
|
28
|
+
* 修复点击查看详情没有返回当前任务信息问题 ([c357609](http://192.168.0.66/font-end/look-ui/commits/c357609d801b35425f148806039b441a33df2ba8))
|
|
29
|
+
* 修复任务列表变化时数据没更新 ([bf226fc](http://192.168.0.66/font-end/look-ui/commits/bf226fc4bd25a20cacfa0eb08c0bb84cbf5f8965))
|
|
30
|
+
* 修复任务状态为空时显示不正确的问题 ([8f6cfb1](http://192.168.0.66/font-end/look-ui/commits/8f6cfb1a284404fc7888272eb20ebcf1239e90c6))
|
|
31
|
+
* 修复webpack报错问题 ([4ad42a5](http://192.168.0.66/font-end/look-ui/commits/4ad42a5082e0d372dba375f740a3d8abae26e85a))
|
|
32
|
+
* 页面首次加载添加tenantId参数 ([63a1250](http://192.168.0.66/font-end/look-ui/commits/63a1250e0c250a5b6d285c89a887e889dfc8849f))
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
### Features
|
|
36
|
+
|
|
37
|
+
* 添加查重结果操作按钮自定义插槽 ([35ce733](http://192.168.0.66/font-end/look-ui/commits/35ce733081d4c471d58e154d441aae8a13e9f9b6))
|
|
38
|
+
* 添加查重结果详情回调 ([8214267](http://192.168.0.66/font-end/look-ui/commits/82142679185e4a35064c5871dabe3ac033bd8d15))
|
|
39
|
+
* 添加点击任务标题回调 ([8697c36](http://192.168.0.66/font-end/look-ui/commits/8697c36d08ee1bfb44df3b6ec9c1f0cfde83ace2))
|
|
40
|
+
* 添加取消关注、归并等按钮的回调 ([0049cea](http://192.168.0.66/font-end/look-ui/commits/0049cea09afda62d3229b30347ad91d65c0bfdae))
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Performance Improvements
|
|
44
|
+
|
|
33
45
|
* 优化数据太多时切换任务类型会造成卡顿效果 ([9d617dc](http://192.168.0.66/font-end/look-ui/commits/9d617dc5ff7a6a3a1d2b2e64e7f8283c90236579))
|
|
34
46
|
|
|
35
|
-
## [1.1.27](http://192.168.0.66/font-end/look-ui/compare/1.1.23...1.1.27) (2023-11-02)
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
### Bug Fixes
|
|
39
|
-
|
|
40
|
-
* 修复点击标题问题 ([fce11f8](http://192.168.0.66/font-end/look-ui/commits/fce11f8cfed110312f3349c144ac17d180e7927b))
|
|
41
|
-
* 修复点击查看详情没有返回当前任务信息问题 ([c357609](http://192.168.0.66/font-end/look-ui/commits/c357609d801b35425f148806039b441a33df2ba8))
|
|
42
|
-
* 修复任务列表变化时数据没更新 ([bf226fc](http://192.168.0.66/font-end/look-ui/commits/bf226fc4bd25a20cacfa0eb08c0bb84cbf5f8965))
|
|
43
|
-
* 修复任务状态为空时显示不正确的问题 ([8f6cfb1](http://192.168.0.66/font-end/look-ui/commits/8f6cfb1a284404fc7888272eb20ebcf1239e90c6))
|
|
44
|
-
* 修复webpack报错问题 ([4ad42a5](http://192.168.0.66/font-end/look-ui/commits/4ad42a5082e0d372dba375f740a3d8abae26e85a))
|
|
45
|
-
* 页面首次加载添加tenantId参数 ([63a1250](http://192.168.0.66/font-end/look-ui/commits/63a1250e0c250a5b6d285c89a887e889dfc8849f))
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
### Features
|
|
49
|
-
|
|
50
|
-
* 添加查重结果操作按钮自定义插槽 ([35ce733](http://192.168.0.66/font-end/look-ui/commits/35ce733081d4c471d58e154d441aae8a13e9f9b6))
|
|
51
|
-
* 添加查重结果详情回调 ([8214267](http://192.168.0.66/font-end/look-ui/commits/82142679185e4a35064c5871dabe3ac033bd8d15))
|
|
52
|
-
* 添加点击任务标题回调 ([8697c36](http://192.168.0.66/font-end/look-ui/commits/8697c36d08ee1bfb44df3b6ec9c1f0cfde83ace2))
|
|
53
|
-
* 添加取消关注、归并等按钮的回调 ([0049cea](http://192.168.0.66/font-end/look-ui/commits/0049cea09afda62d3229b30347ad91d65c0bfdae))
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
### Performance Improvements
|
|
57
|
-
|
|
47
|
+
## [1.1.27](http://192.168.0.66/font-end/look-ui/compare/1.1.23...1.1.27) (2023-11-02)
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
### Bug Fixes
|
|
51
|
+
|
|
52
|
+
* 修复点击标题问题 ([fce11f8](http://192.168.0.66/font-end/look-ui/commits/fce11f8cfed110312f3349c144ac17d180e7927b))
|
|
53
|
+
* 修复点击查看详情没有返回当前任务信息问题 ([c357609](http://192.168.0.66/font-end/look-ui/commits/c357609d801b35425f148806039b441a33df2ba8))
|
|
54
|
+
* 修复任务列表变化时数据没更新 ([bf226fc](http://192.168.0.66/font-end/look-ui/commits/bf226fc4bd25a20cacfa0eb08c0bb84cbf5f8965))
|
|
55
|
+
* 修复任务状态为空时显示不正确的问题 ([8f6cfb1](http://192.168.0.66/font-end/look-ui/commits/8f6cfb1a284404fc7888272eb20ebcf1239e90c6))
|
|
56
|
+
* 修复webpack报错问题 ([4ad42a5](http://192.168.0.66/font-end/look-ui/commits/4ad42a5082e0d372dba375f740a3d8abae26e85a))
|
|
57
|
+
* 页面首次加载添加tenantId参数 ([63a1250](http://192.168.0.66/font-end/look-ui/commits/63a1250e0c250a5b6d285c89a887e889dfc8849f))
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
### Features
|
|
61
|
+
|
|
62
|
+
* 添加查重结果操作按钮自定义插槽 ([35ce733](http://192.168.0.66/font-end/look-ui/commits/35ce733081d4c471d58e154d441aae8a13e9f9b6))
|
|
63
|
+
* 添加查重结果详情回调 ([8214267](http://192.168.0.66/font-end/look-ui/commits/82142679185e4a35064c5871dabe3ac033bd8d15))
|
|
64
|
+
* 添加点击任务标题回调 ([8697c36](http://192.168.0.66/font-end/look-ui/commits/8697c36d08ee1bfb44df3b6ec9c1f0cfde83ace2))
|
|
65
|
+
* 添加取消关注、归并等按钮的回调 ([0049cea](http://192.168.0.66/font-end/look-ui/commits/0049cea09afda62d3229b30347ad91d65c0bfdae))
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
### Performance Improvements
|
|
69
|
+
|
|
58
70
|
* 优化数据太多时切换任务类型会造成卡顿效果 ([9d617dc](http://192.168.0.66/font-end/look-ui/commits/9d617dc5ff7a6a3a1d2b2e64e7f8283c90236579))
|
|
59
71
|
|
|
60
|
-
## [1.1.26](http://192.168.0.66/font-end/look-ui/compare/1.1.23...1.1.26) (2023-11-02)
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
### Bug Fixes
|
|
64
|
-
|
|
65
|
-
* 修复任务列表变化时数据没更新 ([bf226fc](http://192.168.0.66/font-end/look-ui/commits/bf226fc4bd25a20cacfa0eb08c0bb84cbf5f8965))
|
|
66
|
-
* 修复任务状态为空时显示不正确的问题 ([8f6cfb1](http://192.168.0.66/font-end/look-ui/commits/8f6cfb1a284404fc7888272eb20ebcf1239e90c6))
|
|
67
|
-
* 修复webpack报错问题 ([4ad42a5](http://192.168.0.66/font-end/look-ui/commits/4ad42a5082e0d372dba375f740a3d8abae26e85a))
|
|
68
|
-
* 页面首次加载添加tenantId参数 ([63a1250](http://192.168.0.66/font-end/look-ui/commits/63a1250e0c250a5b6d285c89a887e889dfc8849f))
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
### Features
|
|
72
|
-
|
|
73
|
-
* 添加取消关注、归并等按钮的回调 ([0049cea](http://192.168.0.66/font-end/look-ui/commits/0049cea09afda62d3229b30347ad91d65c0bfdae))
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
### Performance Improvements
|
|
77
|
-
|
|
72
|
+
## [1.1.26](http://192.168.0.66/font-end/look-ui/compare/1.1.23...1.1.26) (2023-11-02)
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
### Bug Fixes
|
|
76
|
+
|
|
77
|
+
* 修复任务列表变化时数据没更新 ([bf226fc](http://192.168.0.66/font-end/look-ui/commits/bf226fc4bd25a20cacfa0eb08c0bb84cbf5f8965))
|
|
78
|
+
* 修复任务状态为空时显示不正确的问题 ([8f6cfb1](http://192.168.0.66/font-end/look-ui/commits/8f6cfb1a284404fc7888272eb20ebcf1239e90c6))
|
|
79
|
+
* 修复webpack报错问题 ([4ad42a5](http://192.168.0.66/font-end/look-ui/commits/4ad42a5082e0d372dba375f740a3d8abae26e85a))
|
|
80
|
+
* 页面首次加载添加tenantId参数 ([63a1250](http://192.168.0.66/font-end/look-ui/commits/63a1250e0c250a5b6d285c89a887e889dfc8849f))
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
### Features
|
|
84
|
+
|
|
85
|
+
* 添加取消关注、归并等按钮的回调 ([0049cea](http://192.168.0.66/font-end/look-ui/commits/0049cea09afda62d3229b30347ad91d65c0bfdae))
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
### Performance Improvements
|
|
89
|
+
|
|
78
90
|
* 优化数据太多时切换任务类型会造成卡顿效果 ([9d617dc](http://192.168.0.66/font-end/look-ui/commits/9d617dc5ff7a6a3a1d2b2e64e7f8283c90236579))
|
|
79
91
|
|
|
80
|
-
## [1.1.25](http://192.168.0.66/font-end/look-ui/compare/1.1.23...1.1.25) (2023-11-01)
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
### Bug Fixes
|
|
84
|
-
|
|
85
|
-
* 修复任务列表变化时数据没更新 ([bf226fc](http://192.168.0.66/font-end/look-ui/commits/bf226fc4bd25a20cacfa0eb08c0bb84cbf5f8965))
|
|
86
|
-
* 修复任务状态为空时显示不正确的问题 ([8f6cfb1](http://192.168.0.66/font-end/look-ui/commits/8f6cfb1a284404fc7888272eb20ebcf1239e90c6))
|
|
87
|
-
* 页面首次加载添加tenantId参数 ([63a1250](http://192.168.0.66/font-end/look-ui/commits/63a1250e0c250a5b6d285c89a887e889dfc8849f))
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
### Features
|
|
91
|
-
|
|
92
|
-
* 添加取消关注、归并等按钮的回调 ([0049cea](http://192.168.0.66/font-end/look-ui/commits/0049cea09afda62d3229b30347ad91d65c0bfdae))
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
### Performance Improvements
|
|
96
|
-
|
|
92
|
+
## [1.1.25](http://192.168.0.66/font-end/look-ui/compare/1.1.23...1.1.25) (2023-11-01)
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
### Bug Fixes
|
|
96
|
+
|
|
97
|
+
* 修复任务列表变化时数据没更新 ([bf226fc](http://192.168.0.66/font-end/look-ui/commits/bf226fc4bd25a20cacfa0eb08c0bb84cbf5f8965))
|
|
98
|
+
* 修复任务状态为空时显示不正确的问题 ([8f6cfb1](http://192.168.0.66/font-end/look-ui/commits/8f6cfb1a284404fc7888272eb20ebcf1239e90c6))
|
|
99
|
+
* 页面首次加载添加tenantId参数 ([63a1250](http://192.168.0.66/font-end/look-ui/commits/63a1250e0c250a5b6d285c89a887e889dfc8849f))
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
### Features
|
|
103
|
+
|
|
104
|
+
* 添加取消关注、归并等按钮的回调 ([0049cea](http://192.168.0.66/font-end/look-ui/commits/0049cea09afda62d3229b30347ad91d65c0bfdae))
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
### Performance Improvements
|
|
108
|
+
|
|
97
109
|
* 优化数据太多时切换任务类型会造成卡顿效果 ([9d617dc](http://192.168.0.66/font-end/look-ui/commits/9d617dc5ff7a6a3a1d2b2e64e7f8283c90236579))
|
|
98
110
|
|
|
99
|
-
## [1.1.24](http://192.168.0.66/font-end/look-ui/compare/1.1.23...1.1.24) (2023-10-31)
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
### Bug Fixes
|
|
103
|
-
|
|
104
|
-
* 修复任务列表变化时数据没更新 ([bf226fc](http://192.168.0.66/font-end/look-ui/commits/bf226fc4bd25a20cacfa0eb08c0bb84cbf5f8965))
|
|
105
|
-
* 修复任务状态为空时显示不正确的问题 ([8f6cfb1](http://192.168.0.66/font-end/look-ui/commits/8f6cfb1a284404fc7888272eb20ebcf1239e90c6))
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
### Features
|
|
109
|
-
|
|
111
|
+
## [1.1.24](http://192.168.0.66/font-end/look-ui/compare/1.1.23...1.1.24) (2023-10-31)
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
### Bug Fixes
|
|
115
|
+
|
|
116
|
+
* 修复任务列表变化时数据没更新 ([bf226fc](http://192.168.0.66/font-end/look-ui/commits/bf226fc4bd25a20cacfa0eb08c0bb84cbf5f8965))
|
|
117
|
+
* 修复任务状态为空时显示不正确的问题 ([8f6cfb1](http://192.168.0.66/font-end/look-ui/commits/8f6cfb1a284404fc7888272eb20ebcf1239e90c6))
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
### Features
|
|
121
|
+
|
|
110
122
|
* 添加取消关注、归并等按钮的回调 ([0049cea](http://192.168.0.66/font-end/look-ui/commits/0049cea09afda62d3229b30347ad91d65c0bfdae))
|
|
111
123
|
|
|
112
|
-
## 1.1.23 (2023-10-27)
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
### Bug Fixes
|
|
116
|
-
|
|
117
|
-
* 修复导入的任务不在对应的tab问题 ([5e44043](http://192.168.0.66/font-end/look-ui/commit/5e440438c305ba4b385158bdda558794051691a2))
|
|
118
|
-
* 修复导入的任务列表没有查重结果时报错问题 ([f91eecb](http://192.168.0.66/font-end/look-ui/commit/f91eecba195a6352c5e8cf1daee1c4507b245fe0))
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
### Features
|
|
122
|
-
|
|
123
|
-
* 发布时自动更新CHANGELOG ([86576d1](http://192.168.0.66/font-end/look-ui/commit/86576d128e3b15718e51b0a3a7851a5c4223897a))
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
### Performance Improvements
|
|
127
|
-
|
|
124
|
+
## 1.1.23 (2023-10-27)
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
### Bug Fixes
|
|
128
|
+
|
|
129
|
+
* 修复导入的任务不在对应的tab问题 ([5e44043](http://192.168.0.66/font-end/look-ui/commit/5e440438c305ba4b385158bdda558794051691a2))
|
|
130
|
+
* 修复导入的任务列表没有查重结果时报错问题 ([f91eecb](http://192.168.0.66/font-end/look-ui/commit/f91eecba195a6352c5e8cf1daee1c4507b245fe0))
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
### Features
|
|
134
|
+
|
|
135
|
+
* 发布时自动更新CHANGELOG ([86576d1](http://192.168.0.66/font-end/look-ui/commit/86576d128e3b15718e51b0a3a7851a5c4223897a))
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
### Performance Improvements
|
|
139
|
+
|
|
128
140
|
* 查重组件优化 ([5e604d9](http://192.168.0.66/font-end/look-ui/commit/5e604d92fd7c95ed1560630b577b493e54638031))
|