hs-admin-ui 15.1.7 → 15.1.9
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/{element-plus-BDPBrlGs.js → element-plus-DVCZMNhg.js} +1 -1
- package/dist/{element-plus-DsYvsms7.js → element-plus-Dqn0sdzX.js} +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +8 -8
- package/dist/{mathjs-DriWWyuQ.js → mathjs-Bt0DVrAM.js} +1 -1
- package/dist/{mathjs-DUElwFnu.js → mathjs-CbgVu5-w.js} +1 -1
- package/dist/{vender-DsdbGbik.js → vender-CrSDNwn5.js} +4361 -4375
- package/dist/{vender-CW460RJ7.js → vender-X9Q6FOoL.js} +23 -23
- package/dist/{vxe-pc-ui-yKZybkNt.js → vxe-pc-ui-CXckX-cA.js} +1 -1
- package/dist/{vxe-pc-ui-D9AWriGd.js → vxe-pc-ui-Cnsq9mLa.js} +1 -1
- package/dist/{vxe-table-AZLI7TZY.js → vxe-table-D1cejnIT.js} +1 -1
- package/dist/{vxe-table-CDtN4_hB.js → vxe-table-DG2CqzEI.js} +1 -1
- package/package.json +4 -7
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { watch as Dt, reactive as wl, nextTick as fe, h as g, defineComponent as Ko, ref as je, inject as Lo, createCommentVNode as lt, onMounted as Jl, onUnmounted as en, provide as Ql, TransitionGroup as Bn, computed as Pe, Teleport as qi, onActivated as ic, onDeactivated as ac, onBeforeUnmount as cc, resolveComponent as dc } from "vue";
|
|
2
|
-
import { b7 as ge, bb as i, bh as Xi } from "./vender-
|
|
2
|
+
import { b7 as ge, bb as i, bh as Xi } from "./vender-CrSDNwn5.js";
|
|
3
3
|
function vt(e) {
|
|
4
4
|
return e && e.enabled !== !1;
|
|
5
5
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hs-admin-ui",
|
|
3
|
-
"version": "15.1.
|
|
3
|
+
"version": "15.1.9",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -20,16 +20,13 @@
|
|
|
20
20
|
},
|
|
21
21
|
"./*": "./*"
|
|
22
22
|
},
|
|
23
|
-
"engines": {
|
|
24
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
25
|
-
},
|
|
26
|
-
"dependencies": {
|
|
27
|
-
"@hs/components": "1.0.0"
|
|
28
|
-
},
|
|
29
23
|
"scripts": {
|
|
30
24
|
"build:pub": "node pub.js",
|
|
31
25
|
"build": "run-p type-doc \"build-only {@}\" --",
|
|
32
26
|
"build-only": "vite build",
|
|
33
27
|
"type-doc": "vue-tsc --emitDeclarationOnly --project tsconfig.types.json"
|
|
28
|
+
},
|
|
29
|
+
"engines": {
|
|
30
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
34
31
|
}
|
|
35
32
|
}
|