y-admin-ui 0.5.6 → 0.5.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/lib/y-admin-ui.js +18 -13
- package/lib/y-admin-ui.js.gz +0 -0
- package/lib/y-admin-ui.umd.cjs +11 -11
- package/package.json +1 -1
package/lib/y-admin-ui.js
CHANGED
@@ -1032,8 +1032,8 @@ const Oo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1032
1032
|
default: Cs
|
1033
1033
|
}, Symbol.toStringTag, { value: "Module" }));
|
1034
1034
|
/*!
|
1035
|
-
* shared v9.14.
|
1036
|
-
* (c)
|
1035
|
+
* shared v9.14.3
|
1036
|
+
* (c) 2025 kazuya kawaguchi
|
1037
1037
|
* Released under the MIT License.
|
1038
1038
|
*/
|
1039
1039
|
const Gl = typeof window < "u";
|
@@ -1139,8 +1139,8 @@ function gt(e, a) {
|
|
1139
1139
|
}
|
1140
1140
|
}
|
1141
1141
|
/*!
|
1142
|
-
* message-compiler v9.14.
|
1143
|
-
* (c)
|
1142
|
+
* message-compiler v9.14.3
|
1143
|
+
* (c) 2025 kazuya kawaguchi
|
1144
1144
|
* Released under the MIT License.
|
1145
1145
|
*/
|
1146
1146
|
function Fs(e, a, l) {
|
@@ -2013,8 +2013,8 @@ function vc(e, a = {}) {
|
|
2013
2013
|
return n ? (o && ac(u), r && Da(u), { ast: u, code: "" }) : (lc(u, l), cc(u, l));
|
2014
2014
|
}
|
2015
2015
|
/*!
|
2016
|
-
* core-base v9.14.
|
2017
|
-
* (c)
|
2016
|
+
* core-base v9.14.3
|
2017
|
+
* (c) 2025 kazuya kawaguchi
|
2018
2018
|
* Released under the MIT License.
|
2019
2019
|
*/
|
2020
2020
|
function dc() {
|
@@ -2319,7 +2319,7 @@ function kc(e, a, l) {
|
|
2319
2319
|
}
|
2320
2320
|
return n;
|
2321
2321
|
}
|
2322
|
-
const Bc = "9.14.
|
2322
|
+
const Bc = "9.14.3", Mt = -1, Ra = "en-US", It = "", Ir = (e) => `${e.charAt(0).toLocaleUpperCase()}${e.substr(1)}`;
|
2323
2323
|
function Uc() {
|
2324
2324
|
return {
|
2325
2325
|
upper: (e, a) => a === "text" && Q(e) ? e.toUpperCase() : a === "vnode" && Ue(e) && "__v_isVNode" in e ? e.children.toUpperCase() : e,
|
@@ -3033,11 +3033,11 @@ function Cv(e, a) {
|
|
3033
3033
|
}
|
3034
3034
|
}
|
3035
3035
|
/*!
|
3036
|
-
* vue-i18n v9.14.
|
3037
|
-
* (c)
|
3036
|
+
* vue-i18n v9.14.3
|
3037
|
+
* (c) 2025 kazuya kawaguchi
|
3038
3038
|
* Released under the MIT License.
|
3039
3039
|
*/
|
3040
|
-
const Sv = "9.14.
|
3040
|
+
const Sv = "9.14.3";
|
3041
3041
|
function Ov() {
|
3042
3042
|
typeof __VUE_I18N_FULL_INSTALL__ != "boolean" && (ql().__VUE_I18N_FULL_INSTALL__ = !0), typeof __VUE_I18N_LEGACY_API__ != "boolean" && (ql().__VUE_I18N_LEGACY_API__ = !0), typeof __INTLIFY_JIT_COMPILATION__ != "boolean" && (ql().__INTLIFY_JIT_COMPILATION__ = !1), typeof __INTLIFY_DROP_MESSAGE_COMPILER__ != "boolean" && (ql().__INTLIFY_DROP_MESSAGE_COMPILER__ = !1), typeof __INTLIFY_PROD_DEVTOOLS__ != "boolean" && (ql().__INTLIFY_PROD_DEVTOOLS__ = !1);
|
3043
3043
|
}
|
@@ -3116,6 +3116,8 @@ function nt(e) {
|
|
3116
3116
|
const l = a.split("."), n = l.length - 1;
|
3117
3117
|
let r = e, o = !1;
|
3118
3118
|
for (let t = 0; t < n; t++) {
|
3119
|
+
if (l[t] === "__proto__")
|
3120
|
+
throw new Error(`unsafe key: ${l[t]}`);
|
3119
3121
|
if (l[t] in r || (r[l[t]] = We()), !Ue(r[l[t]])) {
|
3120
3122
|
process.env.NODE_ENV !== "production" && vl(Nl(Qe.IGNORE_OBJ_FLATTEN, {
|
3121
3123
|
key: l[t]
|
@@ -25568,6 +25570,9 @@ const $f = {
|
|
25568
25570
|
o.data = n.datasource;
|
25569
25571
|
}
|
25570
25572
|
c();
|
25573
|
+
},
|
25574
|
+
{
|
25575
|
+
deep: !0
|
25571
25576
|
}
|
25572
25577
|
), nl(
|
25573
25578
|
() => n.pageSize,
|
@@ -26135,7 +26140,7 @@ const ab = {
|
|
26135
26140
|
default: ib
|
26136
26141
|
}, Symbol.toStringTag, { value: "Module" }));
|
26137
26142
|
var Uu = { exports: {} };
|
26138
|
-
/*! Element Plus v2.9.
|
26143
|
+
/*! Element Plus v2.9.7 */
|
26139
26144
|
(function(e, a) {
|
26140
26145
|
(function(l, n) {
|
26141
26146
|
e.exports = n();
|
@@ -26364,7 +26369,7 @@ const cb = Uu.exports, Vu = {
|
|
26364
26369
|
default: Vu
|
26365
26370
|
}, Symbol.toStringTag, { value: "Module" }));
|
26366
26371
|
var ju = { exports: {} };
|
26367
|
-
/*! Element Plus v2.9.
|
26372
|
+
/*! Element Plus v2.9.7 */
|
26368
26373
|
(function(e, a) {
|
26369
26374
|
(function(l, n) {
|
26370
26375
|
e.exports = n();
|
@@ -26592,7 +26597,7 @@ const db = ju.exports, Kn = {
|
|
26592
26597
|
default: Kn
|
26593
26598
|
}, Symbol.toStringTag, { value: "Module" }));
|
26594
26599
|
var zu = { exports: {} };
|
26595
|
-
/*! Element Plus v2.9.
|
26600
|
+
/*! Element Plus v2.9.7 */
|
26596
26601
|
(function(e, a) {
|
26597
26602
|
(function(l, n) {
|
26598
26603
|
e.exports = n();
|
package/lib/y-admin-ui.js.gz
CHANGED
Binary file
|