@vtj/ui 0.8.128 → 0.8.129

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vtj/ui",
3
3
  "private": false,
4
- "version": "0.8.128",
4
+ "version": "0.8.129",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "node": ">=16.0.0"
@@ -12,8 +12,8 @@
12
12
  "sortablejs": "~1.15.2",
13
13
  "vxe-table": "~4.6.17",
14
14
  "vxe-table-plugin-menus": "~4.0.3",
15
- "@vtj/icons": "~0.8.128",
16
- "@vtj/utils": "~0.8.128"
15
+ "@vtj/icons": "~0.8.129",
16
+ "@vtj/utils": "~0.8.129"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@types/qrcode": "^1.5.5",
@@ -77,7 +77,7 @@ export declare const pickerProps: {
77
77
  type: StringConstructor;
78
78
  };
79
79
  /**
80
- * 单选模式,回车时自动检测取回有且计有唯一数据
80
+ * 回车时自动检测取回有且计有唯一数据
81
81
  */
82
82
  preload: {
83
83
  type: BooleanConstructor;
@@ -2,7 +2,7 @@
2
2
  * Copyright (c) 2024, VTJ.PRO All rights reserved.
3
3
  * @name @vtj/ui
4
4
  * @author CHC chenhuachun1549@dingtalk.com
5
- * @version 0.8.127
5
+ * @version 0.8.128
6
6
  * @license <a href="https://vtj.pro/license.html">MIT License</a>
7
7
  */
8
- export declare const version = "0.8.127";
8
+ export declare const version = "0.8.128";