@vtj/ui 0.10.5 → 0.10.7
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 +9 -8
- package/dist/index.umd.js +3 -3
- package/package.json +5 -5
- package/types/components/dialog/Dialog.d.ts +61 -61
- package/types/components/dialog-form/DialogForm.d.ts +301 -301
- package/types/components/dialog-grid/DialogGrid.d.ts +304 -304
- package/types/components/grid/Grid.d.ts +1 -1
- package/types/components/grid/renderers/components/PickerEdit.d.ts +1 -1
- package/types/components/picker/Dialog.d.ts +1 -1
- package/types/components/picker/Picker.d.ts +1 -1
- package/types/utils/auto-update.d.ts +1 -1
- package/types/version.d.ts +2 -2
package/dist/index.mjs
CHANGED
@@ -9,10 +9,10 @@ import { VXETable as jt, VxeTableFilterModule as yl, VxeTableEditModule as bl, 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.10.
|
12
|
+
* @version 0.10.7
|
13
13
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
14
14
|
*/
|
15
|
-
const t2 = "0.10.
|
15
|
+
const t2 = "0.10.7", Dl = {
|
16
16
|
default: 14,
|
17
17
|
small: 12,
|
18
18
|
large: 18
|
@@ -88,7 +88,7 @@ const Ml = {
|
|
88
88
|
});
|
89
89
|
let bt;
|
90
90
|
const ur = /\<script.*src=["'](?<src>[^"']+)/gm;
|
91
|
-
let Pl =
|
91
|
+
let Pl = 60 * 1e3;
|
92
92
|
async function Il() {
|
93
93
|
const o = await fetch("?t=" + Date.now()).then((e) => e.text());
|
94
94
|
ur.lastIndex = 0;
|
@@ -120,13 +120,13 @@ async function Al() {
|
|
120
120
|
}
|
121
121
|
).catch(() => !1) && (top || window).location.reload();
|
122
122
|
}
|
123
|
-
function xa() {
|
123
|
+
function xa(o) {
|
124
124
|
setTimeout(async () => {
|
125
125
|
await $l() && await Al(), xa();
|
126
|
-
}, Pl);
|
126
|
+
}, o || Pl);
|
127
127
|
}
|
128
|
-
function r2() {
|
129
|
-
xa();
|
128
|
+
function r2(o) {
|
129
|
+
xa(o);
|
130
130
|
}
|
131
131
|
const Bl = ["src"], Ue = /* @__PURE__ */ G({
|
132
132
|
name: "XIcon",
|
@@ -5200,7 +5200,8 @@ function Ga(o) {
|
|
5200
5200
|
columns: i.children,
|
5201
5201
|
cellRenders: n,
|
5202
5202
|
editRenders: r,
|
5203
|
-
filterRenders: e
|
5203
|
+
filterRenders: e,
|
5204
|
+
editable: a
|
5204
5205
|
}));
|
5205
5206
|
}
|
5206
5207
|
return l;
|