@vtj/ui 0.13.16 → 0.13.17
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/dist/index.mjs +5 -5
- package/dist/index.umd.js +4 -4
- package/dist/style.css +1 -1
- package/package.json +6 -6
- package/types/components/dialog-form/DialogForm.d.ts +2 -2
- package/types/components/dialog-grid/DialogGrid.d.ts +2 -2
- package/types/components/grid/renderers/components/DateEdit.d.ts +82 -14
- package/types/components/grid/renderers/components/GridEdit.d.ts +13 -0
- package/types/components/grid-editor/GridEditor.d.ts +13 -0
- package/types/version.d.ts +2 -2
- package/types/components/grid/renderers/components/PickerEdit.d.ts +0 -2358
- package/types/components/picker/Picker.d.ts +0 -2316
package/dist/index.mjs
CHANGED
@@ -9,10 +9,10 @@ import { VXETable as Lt, VxeTableFilterModule as bl, VxeTableEditModule as wl, V
|
|
9
9
|
* Copyright (c) 2025, VTJ.PRO All rights reserved.
|
10
10
|
* @name @vtj/ui
|
11
11
|
* @author CHC chenhuachun1549@dingtalk.com
|
12
|
-
* @version 0.13.
|
12
|
+
* @version 0.13.17
|
13
13
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
14
14
|
*/
|
15
|
-
const n2 = "0.13.
|
15
|
+
const n2 = "0.13.17", zl = {
|
16
16
|
default: 14,
|
17
17
|
small: 12,
|
18
18
|
large: 18
|
@@ -6591,8 +6591,8 @@ const yu = {
|
|
6591
6591
|
size: p.value
|
6592
6592
|
}, null, 8, ["icon", "size"])
|
6593
6593
|
]),
|
6594
|
-
_:
|
6595
|
-
},
|
6594
|
+
_: 1
|
6595
|
+
}, 16, ["content"])
|
6596
6596
|
], 4)) : (v(), F("div", yu, ee(y(M)), 1))
|
6597
6597
|
])
|
6598
6598
|
]),
|
@@ -9676,7 +9676,7 @@ const Ec = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!
|
|
9676
9676
|
const j = z.file;
|
9677
9677
|
if (!C(j)) {
|
9678
9678
|
P(j), Qe.error({
|
9679
|
-
message:
|
9679
|
+
message: `上传文件不可超过${r.limitSize}`
|
9680
9680
|
});
|
9681
9681
|
return;
|
9682
9682
|
}
|