@jiaozhiye/qm-design-react 1.12.21 → 1.12.23
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/lib/form/src/types.d.ts +1 -0
- package/lib/index.esm.js +1 -1
- package/lib/index.full.js +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/lang/en.js +6 -6
- package/lib/locale/lang/zh-cn.js +6 -6
- package/lib/style/index.css +6 -6
- package/lib/style/index.min.css +1 -1
- package/lib/table/style/body.less +2 -2
- package/lib/table/style/table.less +2 -2
- package/package.json +1 -1
package/lib/locale/lang/en.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* @Author: 焦质晔
|
|
3
|
-
* @Date: 2021-06-19 08:46:00
|
|
4
|
-
* @Last Modified by: 焦质晔
|
|
5
|
-
* @Last Modified time: 2025-06-13 15:26:45
|
|
1
|
+
/*
|
|
2
|
+
* @Author: 焦质晔
|
|
3
|
+
* @Date: 2021-06-19 08:46:00
|
|
4
|
+
* @Last Modified by: 焦质晔
|
|
5
|
+
* @Last Modified time: 2025-06-13 15:26:45
|
|
6
6
|
*/
|
|
7
7
|
export default {
|
|
8
8
|
name: 'en',
|
|
@@ -67,7 +67,7 @@ export default {
|
|
|
67
67
|
upload: {
|
|
68
68
|
tooltip: 'Can only upload {type} format',
|
|
69
69
|
notType: 'Unsupported file types {type}',
|
|
70
|
-
sizeLimit: 'Size cannot exceed {size}
|
|
70
|
+
sizeLimit: 'Size cannot exceed {size}',
|
|
71
71
|
countLimit: 'Quantity cannot exceed {count}',
|
|
72
72
|
uploadError: 'Failed to upload files!',
|
|
73
73
|
downError: 'File download failed!',
|
package/lib/locale/lang/zh-cn.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* @Author: 焦质晔
|
|
3
|
-
* @Date: 2021-06-19 08:45:54
|
|
4
|
-
* @Last Modified by: 焦质晔
|
|
5
|
-
* @Last Modified time: 2025-06-13 15:26:18
|
|
1
|
+
/*
|
|
2
|
+
* @Author: 焦质晔
|
|
3
|
+
* @Date: 2021-06-19 08:45:54
|
|
4
|
+
* @Last Modified by: 焦质晔
|
|
5
|
+
* @Last Modified time: 2025-06-13 15:26:18
|
|
6
6
|
*/
|
|
7
7
|
export default {
|
|
8
8
|
name: 'zh-cn',
|
|
@@ -67,7 +67,7 @@ export default {
|
|
|
67
67
|
upload: {
|
|
68
68
|
tooltip: '只能上传 {type} 格式',
|
|
69
69
|
notType: '不支持的文件类型 {type}',
|
|
70
|
-
sizeLimit: '大小不能超过 {size}
|
|
70
|
+
sizeLimit: '大小不能超过 {size}',
|
|
71
71
|
countLimit: '数量不能超过 {count} 个',
|
|
72
72
|
uploadError: '文件上传失败!',
|
|
73
73
|
downError: '文件下载失败!',
|
package/lib/style/index.css
CHANGED
|
@@ -29344,7 +29344,7 @@ table {
|
|
|
29344
29344
|
* @Author: 焦质晔
|
|
29345
29345
|
* @Date: 2021-07-23 19:05:57
|
|
29346
29346
|
* @Last Modified by: 焦质晔
|
|
29347
|
-
* @Last Modified time:
|
|
29347
|
+
* @Last Modified time: 2026-05-27 15:34:21
|
|
29348
29348
|
*/
|
|
29349
29349
|
.qm-table--wrapper {
|
|
29350
29350
|
box-sizing: border-box;
|
|
@@ -29512,9 +29512,9 @@ table {
|
|
|
29512
29512
|
height: 1px;
|
|
29513
29513
|
visibility: hidden;
|
|
29514
29514
|
}
|
|
29515
|
-
.qm-table .header--column .cell .
|
|
29516
|
-
.qm-table .body--column .cell .
|
|
29517
|
-
.qm-table .footer--column .cell .
|
|
29515
|
+
.qm-table .header--column .cell .edited--sign,
|
|
29516
|
+
.qm-table .body--column .cell .edited--sign,
|
|
29517
|
+
.qm-table .footer--column .cell .edited--sign {
|
|
29518
29518
|
content: ' ';
|
|
29519
29519
|
position: absolute;
|
|
29520
29520
|
z-index: 1;
|
|
@@ -29941,7 +29941,7 @@ table {
|
|
|
29941
29941
|
* @Author: 焦质晔
|
|
29942
29942
|
* @Date: 2020-02-28 22:13:54
|
|
29943
29943
|
* @Last Modified by: 焦质晔
|
|
29944
|
-
* @Last Modified time:
|
|
29944
|
+
* @Last Modified time: 2026-05-27 15:35:07
|
|
29945
29945
|
*/
|
|
29946
29946
|
.body--row-draggable {
|
|
29947
29947
|
position: relative;
|
|
@@ -30002,7 +30002,7 @@ table {
|
|
|
30002
30002
|
box-shadow: none;
|
|
30003
30003
|
z-index: 1;
|
|
30004
30004
|
}
|
|
30005
|
-
.body--column .cell--edit.is-error .
|
|
30005
|
+
.body--column .cell--edit.is-error .error--sign {
|
|
30006
30006
|
content: ' ';
|
|
30007
30007
|
position: absolute;
|
|
30008
30008
|
z-index: 2;
|