@vtj/ui 0.13.31 → 0.13.32
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 +4 -4
- package/dist/index.umd.js +3 -3
- package/package.json +3 -3
- package/types/components/action/Action.d.ts +175 -19
- package/types/components/action/hooks.d.ts +30 -4
- package/types/components/action-bar/ActionBar.d.ts +117 -13
- package/types/components/data-item/DataItem.d.ts +117 -13
- package/types/components/grid/renderers/components/GridEdit.d.ts +43 -3
- package/types/components/grid-editor/GridEditor.d.ts +43 -3
- package/types/components/mask/Mask.d.ts +117 -13
- package/types/components/tabs/Tabs.d.ts +59 -7
- package/types/version.d.ts +2 -2
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.32
|
|
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.32", zl = {
|
|
16
16
|
default: 14,
|
|
17
17
|
small: 12,
|
|
18
18
|
large: 18
|
|
@@ -4978,7 +4978,7 @@ function j0(o = {}) {
|
|
|
4978
4978
|
kl,
|
|
4979
4979
|
Tl,
|
|
4980
4980
|
Dl
|
|
4981
|
-
], e = Ge()?.appContext.app, { vxeConfig: r, vxePlugin: a } = jo(), l = Ca();
|
|
4981
|
+
], e = Ge()?.appContext.app, { vxeConfig: r, vxePlugin: a } = jo(), l = Ca({ storageKey: "color-schema" });
|
|
4982
4982
|
return e && !e.__installVxe && (Lt.use(N0), a && Lt.use(a), Lt.setConfig({
|
|
4983
4983
|
...r,
|
|
4984
4984
|
...o
|
|
@@ -6458,7 +6458,7 @@ async function hu(o, t) {
|
|
|
6458
6458
|
function vu(o, t, n, e, r) {
|
|
6459
6459
|
const a = L([]), l = D(() => !e || !r ? {} : Fo(o.cascader).reduce((d, f) => (d[f] = kt(r, f), d), {}));
|
|
6460
6460
|
re(
|
|
6461
|
-
[l, () => o.options],
|
|
6461
|
+
[l, () => o.options, n],
|
|
6462
6462
|
async ([u, d]) => {
|
|
6463
6463
|
n.value && (a.value = await hu(o, u), e?.exposed?.reset && o.name);
|
|
6464
6464
|
},
|