@since2006/pages 2026.4.5 → 2026.4.6
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/es/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/actualApply.js +5 -5
- package/dist/es/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionCall.js +2 -5
- package/dist/es/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/index.js +7 -7
- package/dist/es/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/implementation.js +38 -44
- package/dist/es/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/index.js +3 -9
- package/dist/es/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic/index.js +62 -62
- package/dist/es/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown/index.js +8 -8
- package/package.json +3 -10
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { f as r } from "../../../function-bind@1.1.2/node_modules/function-bind/index.js";
|
|
2
2
|
import { __require as a } from "./functionApply.js";
|
|
3
|
-
import {
|
|
4
|
-
import { r as
|
|
5
|
-
var
|
|
3
|
+
import { f as p } from "./functionCall.js";
|
|
4
|
+
import { r as l } from "./reflectApply.js";
|
|
5
|
+
var o = r, i = a(), t = p, f = l, u = f || o.call(t, i);
|
|
6
6
|
export {
|
|
7
|
-
|
|
7
|
+
u as a
|
|
8
8
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { t
|
|
3
|
-
import {
|
|
4
|
-
import { a as
|
|
5
|
-
var
|
|
1
|
+
import { f as a } from "../../../function-bind@1.1.2/node_modules/function-bind/index.js";
|
|
2
|
+
import { t } from "../../../es-errors@1.3.0/node_modules/es-errors/type.js";
|
|
3
|
+
import { f as i } from "./functionCall.js";
|
|
4
|
+
import { a as n } from "./actualApply.js";
|
|
5
|
+
var o = a, l = t, p = i, f = n, y = function(r) {
|
|
6
6
|
if (r.length < 1 || typeof r[0] != "function")
|
|
7
|
-
throw new
|
|
8
|
-
return
|
|
7
|
+
throw new l("a function is required");
|
|
8
|
+
return f(o, p, r);
|
|
9
9
|
};
|
|
10
10
|
export {
|
|
11
11
|
y as c
|
package/dist/es/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/implementation.js
CHANGED
|
@@ -1,48 +1,42 @@
|
|
|
1
|
-
var
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
for (var t = m(arguments, 1), n, o = function() {
|
|
25
|
-
if (this instanceof n) {
|
|
26
|
-
var i = r.apply(
|
|
27
|
-
this,
|
|
28
|
-
v(t, arguments)
|
|
29
|
-
);
|
|
30
|
-
return Object(i) === i ? i : this;
|
|
31
|
-
}
|
|
32
|
-
return r.apply(
|
|
33
|
-
e,
|
|
34
|
-
v(t, arguments)
|
|
1
|
+
var l = "Function.prototype.bind called on incompatible ", y = Object.prototype.toString, g = Math.max, h = "[object Function]", v = function(o, t) {
|
|
2
|
+
for (var r = [], n = 0; n < o.length; n += 1)
|
|
3
|
+
r[n] = o[n];
|
|
4
|
+
for (var e = 0; e < t.length; e += 1)
|
|
5
|
+
r[e + o.length] = t[e];
|
|
6
|
+
return r;
|
|
7
|
+
}, s = function(o, t) {
|
|
8
|
+
for (var r = [], n = t, e = 0; n < o.length; n += 1, e += 1)
|
|
9
|
+
r[e] = o[n];
|
|
10
|
+
return r;
|
|
11
|
+
}, b = function(a, o) {
|
|
12
|
+
for (var t = "", r = 0; r < a.length; r += 1)
|
|
13
|
+
t += a[r], r + 1 < a.length && (t += o);
|
|
14
|
+
return t;
|
|
15
|
+
}, d = function(o) {
|
|
16
|
+
var t = this;
|
|
17
|
+
if (typeof t != "function" || y.apply(t) !== h)
|
|
18
|
+
throw new TypeError(l + t);
|
|
19
|
+
for (var r = s(arguments, 1), n, e = function() {
|
|
20
|
+
if (this instanceof n) {
|
|
21
|
+
var u = t.apply(
|
|
22
|
+
this,
|
|
23
|
+
v(r, arguments)
|
|
35
24
|
);
|
|
36
|
-
|
|
37
|
-
f[u] = "$" + u;
|
|
38
|
-
if (n = Function("binder", "return function (" + b(f, ",") + "){ return binder.apply(this,arguments); }")(o), r.prototype) {
|
|
39
|
-
var p = function() {
|
|
40
|
-
};
|
|
41
|
-
p.prototype = r.prototype, n.prototype = new p(), p.prototype = null;
|
|
25
|
+
return Object(u) === u ? u : this;
|
|
42
26
|
}
|
|
43
|
-
return
|
|
44
|
-
|
|
45
|
-
|
|
27
|
+
return t.apply(
|
|
28
|
+
o,
|
|
29
|
+
v(r, arguments)
|
|
30
|
+
);
|
|
31
|
+
}, f = g(0, t.length - r.length), i = [], p = 0; p < f; p++)
|
|
32
|
+
i[p] = "$" + p;
|
|
33
|
+
if (n = Function("binder", "return function (" + b(i, ",") + "){ return binder.apply(this,arguments); }")(e), t.prototype) {
|
|
34
|
+
var c = function() {
|
|
35
|
+
};
|
|
36
|
+
c.prototype = t.prototype, n.prototype = new c(), c.prototype = null;
|
|
37
|
+
}
|
|
38
|
+
return n;
|
|
39
|
+
};
|
|
46
40
|
export {
|
|
47
|
-
|
|
41
|
+
d as i
|
|
48
42
|
};
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
var n,
|
|
3
|
-
function o() {
|
|
4
|
-
if (r) return n;
|
|
5
|
-
r = 1;
|
|
6
|
-
var i = e();
|
|
7
|
-
return n = Function.prototype.bind || i, n;
|
|
8
|
-
}
|
|
1
|
+
import { i } from "./implementation.js";
|
|
2
|
+
var n = i, o = Function.prototype.bind || n;
|
|
9
3
|
export {
|
|
10
|
-
o as
|
|
4
|
+
o as f
|
|
11
5
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { e as G } from "../../../es-object-atoms@1.1.1/node_modules/es-object-atoms/index.js";
|
|
2
2
|
import { e as M } from "../../../es-errors@1.3.0/node_modules/es-errors/index.js";
|
|
3
3
|
import { _ as N } from "../../../es-errors@1.3.0/node_modules/es-errors/eval.js";
|
|
4
|
-
import { r as
|
|
5
|
-
import { r as
|
|
6
|
-
import { s as
|
|
7
|
-
import { t as
|
|
8
|
-
import { u as
|
|
4
|
+
import { r as j } from "../../../es-errors@1.3.0/node_modules/es-errors/range.js";
|
|
5
|
+
import { r as T } from "../../../es-errors@1.3.0/node_modules/es-errors/ref.js";
|
|
6
|
+
import { s as k } from "../../../es-errors@1.3.0/node_modules/es-errors/syntax.js";
|
|
7
|
+
import { t as C } from "../../../es-errors@1.3.0/node_modules/es-errors/type.js";
|
|
8
|
+
import { u as q } from "../../../es-errors@1.3.0/node_modules/es-errors/uri.js";
|
|
9
9
|
import { a as D } from "../../../math-intrinsics@1.1.0/node_modules/math-intrinsics/abs.js";
|
|
10
10
|
import { f as W } from "../../../math-intrinsics@1.1.0/node_modules/math-intrinsics/floor.js";
|
|
11
11
|
import { m as J } from "../../../math-intrinsics@1.1.0/node_modules/math-intrinsics/max.js";
|
|
@@ -19,38 +19,38 @@ import { __require as Q } from "../../../has-symbols@1.1.0/node_modules/has-symb
|
|
|
19
19
|
import { __require as X } from "../../../get-proto@1.0.1/node_modules/get-proto/index.js";
|
|
20
20
|
import { __require as Z } from "../../../get-proto@1.0.1/node_modules/get-proto/Object.getPrototypeOf.js";
|
|
21
21
|
import { __require as rr } from "../../../get-proto@1.0.1/node_modules/get-proto/Reflect.getPrototypeOf.js";
|
|
22
|
-
import { __require as
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
22
|
+
import { __require as tr } from "../../../call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionApply.js";
|
|
23
|
+
import { f as er } from "../../../call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionCall.js";
|
|
24
|
+
import { f as or } from "../../../function-bind@1.1.2/node_modules/function-bind/index.js";
|
|
25
25
|
import { __require as ar } from "../../../hasown@2.0.2/node_modules/hasown/index.js";
|
|
26
|
-
var r, nr = G, ir = M, yr = N, pr =
|
|
26
|
+
var r, nr = G, ir = M, yr = N, pr = j, fr = T, d = k, A = C, sr = q, cr = D, lr = W, ur = J, Ar = V, dr = z, mr = H, vr = L, B = Function, w = function(y) {
|
|
27
27
|
try {
|
|
28
28
|
return B('"use strict"; return (' + y + ").constructor;")();
|
|
29
29
|
} catch {
|
|
30
30
|
}
|
|
31
|
-
}, v = Y, Pr = K,
|
|
31
|
+
}, v = Y, Pr = K, _ = function() {
|
|
32
32
|
throw new A();
|
|
33
33
|
}, gr = v ? function() {
|
|
34
34
|
try {
|
|
35
|
-
return arguments.callee,
|
|
35
|
+
return arguments.callee, _;
|
|
36
36
|
} catch {
|
|
37
37
|
try {
|
|
38
38
|
return v(arguments, "callee").get;
|
|
39
39
|
} catch {
|
|
40
|
-
return
|
|
40
|
+
return _;
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
|
-
}() :
|
|
43
|
+
}() : _, l = Q()(), o = X(), hr = Z(), Sr = rr(), x = tr(), P = er, u = {}, Er = typeof Uint8Array > "u" || !o ? r : o(Uint8Array), s = {
|
|
44
44
|
__proto__: null,
|
|
45
45
|
"%AggregateError%": typeof AggregateError > "u" ? r : AggregateError,
|
|
46
46
|
"%Array%": Array,
|
|
47
47
|
"%ArrayBuffer%": typeof ArrayBuffer > "u" ? r : ArrayBuffer,
|
|
48
|
-
"%ArrayIteratorPrototype%":
|
|
48
|
+
"%ArrayIteratorPrototype%": l && o ? o([][Symbol.iterator]()) : r,
|
|
49
49
|
"%AsyncFromSyncIteratorPrototype%": r,
|
|
50
|
-
"%AsyncFunction%":
|
|
51
|
-
"%AsyncGenerator%":
|
|
52
|
-
"%AsyncGeneratorFunction%":
|
|
53
|
-
"%AsyncIteratorPrototype%":
|
|
50
|
+
"%AsyncFunction%": u,
|
|
51
|
+
"%AsyncGenerator%": u,
|
|
52
|
+
"%AsyncGeneratorFunction%": u,
|
|
53
|
+
"%AsyncIteratorPrototype%": u,
|
|
54
54
|
"%Atomics%": typeof Atomics > "u" ? r : Atomics,
|
|
55
55
|
"%BigInt%": typeof BigInt > "u" ? r : BigInt,
|
|
56
56
|
"%BigInt64Array%": typeof BigInt64Array > "u" ? r : BigInt64Array,
|
|
@@ -71,16 +71,16 @@ var r, nr = G, ir = M, yr = N, pr = q, fr = j, d = T, A = k, sr = C, cr = D, ur
|
|
|
71
71
|
"%Float64Array%": typeof Float64Array > "u" ? r : Float64Array,
|
|
72
72
|
"%FinalizationRegistry%": typeof FinalizationRegistry > "u" ? r : FinalizationRegistry,
|
|
73
73
|
"%Function%": B,
|
|
74
|
-
"%GeneratorFunction%":
|
|
74
|
+
"%GeneratorFunction%": u,
|
|
75
75
|
"%Int8Array%": typeof Int8Array > "u" ? r : Int8Array,
|
|
76
76
|
"%Int16Array%": typeof Int16Array > "u" ? r : Int16Array,
|
|
77
77
|
"%Int32Array%": typeof Int32Array > "u" ? r : Int32Array,
|
|
78
78
|
"%isFinite%": isFinite,
|
|
79
79
|
"%isNaN%": isNaN,
|
|
80
|
-
"%IteratorPrototype%":
|
|
80
|
+
"%IteratorPrototype%": l && o ? o(o([][Symbol.iterator]())) : r,
|
|
81
81
|
"%JSON%": typeof JSON == "object" ? JSON : r,
|
|
82
82
|
"%Map%": typeof Map > "u" ? r : Map,
|
|
83
|
-
"%MapIteratorPrototype%": typeof Map > "u" || !
|
|
83
|
+
"%MapIteratorPrototype%": typeof Map > "u" || !l || !o ? r : o((/* @__PURE__ */ new Map())[Symbol.iterator]()),
|
|
84
84
|
"%Math%": Math,
|
|
85
85
|
"%Number%": Number,
|
|
86
86
|
"%Object%": nr,
|
|
@@ -94,11 +94,11 @@ var r, nr = G, ir = M, yr = N, pr = q, fr = j, d = T, A = k, sr = C, cr = D, ur
|
|
|
94
94
|
"%Reflect%": typeof Reflect > "u" ? r : Reflect,
|
|
95
95
|
"%RegExp%": RegExp,
|
|
96
96
|
"%Set%": typeof Set > "u" ? r : Set,
|
|
97
|
-
"%SetIteratorPrototype%": typeof Set > "u" || !
|
|
97
|
+
"%SetIteratorPrototype%": typeof Set > "u" || !l || !o ? r : o((/* @__PURE__ */ new Set())[Symbol.iterator]()),
|
|
98
98
|
"%SharedArrayBuffer%": typeof SharedArrayBuffer > "u" ? r : SharedArrayBuffer,
|
|
99
99
|
"%String%": String,
|
|
100
|
-
"%StringIteratorPrototype%":
|
|
101
|
-
"%Symbol%":
|
|
100
|
+
"%StringIteratorPrototype%": l && o ? o(""[Symbol.iterator]()) : r,
|
|
101
|
+
"%Symbol%": l ? Symbol : r,
|
|
102
102
|
"%SyntaxError%": d,
|
|
103
103
|
"%ThrowTypeError%": gr,
|
|
104
104
|
"%TypedArray%": Er,
|
|
@@ -116,8 +116,8 @@ var r, nr = G, ir = M, yr = N, pr = q, fr = j, d = T, A = k, sr = C, cr = D, ur
|
|
|
116
116
|
"%Object.defineProperty%": Pr,
|
|
117
117
|
"%Object.getPrototypeOf%": hr,
|
|
118
118
|
"%Math.abs%": cr,
|
|
119
|
-
"%Math.floor%":
|
|
120
|
-
"%Math.max%":
|
|
119
|
+
"%Math.floor%": lr,
|
|
120
|
+
"%Math.max%": ur,
|
|
121
121
|
"%Math.min%": Ar,
|
|
122
122
|
"%Math.pow%": dr,
|
|
123
123
|
"%Math.round%": mr,
|
|
@@ -131,22 +131,22 @@ if (o)
|
|
|
131
131
|
var Ir = o(o(y));
|
|
132
132
|
s["%Error.prototype%"] = Ir;
|
|
133
133
|
}
|
|
134
|
-
var br = function y(
|
|
134
|
+
var br = function y(t) {
|
|
135
135
|
var a;
|
|
136
|
-
if (
|
|
137
|
-
a =
|
|
138
|
-
else if (
|
|
139
|
-
a =
|
|
140
|
-
else if (
|
|
141
|
-
a =
|
|
142
|
-
else if (
|
|
143
|
-
var
|
|
144
|
-
|
|
145
|
-
} else if (
|
|
136
|
+
if (t === "%AsyncFunction%")
|
|
137
|
+
a = w("async function () {}");
|
|
138
|
+
else if (t === "%GeneratorFunction%")
|
|
139
|
+
a = w("function* () {}");
|
|
140
|
+
else if (t === "%AsyncGeneratorFunction%")
|
|
141
|
+
a = w("async function* () {}");
|
|
142
|
+
else if (t === "%AsyncGenerator%") {
|
|
143
|
+
var e = y("%AsyncGeneratorFunction%");
|
|
144
|
+
e && (a = e.prototype);
|
|
145
|
+
} else if (t === "%AsyncIteratorPrototype%") {
|
|
146
146
|
var n = y("%AsyncGenerator%");
|
|
147
147
|
n && o && (a = o(n.prototype));
|
|
148
148
|
}
|
|
149
|
-
return s[
|
|
149
|
+
return s[t] = a, a;
|
|
150
150
|
}, $ = {
|
|
151
151
|
__proto__: null,
|
|
152
152
|
"%ArrayBufferPrototype%": ["ArrayBuffer", "prototype"],
|
|
@@ -200,40 +200,40 @@ var br = function y(e) {
|
|
|
200
200
|
"%URIErrorPrototype%": ["URIError", "prototype"],
|
|
201
201
|
"%WeakMapPrototype%": ["WeakMap", "prototype"],
|
|
202
202
|
"%WeakSetPrototype%": ["WeakSet", "prototype"]
|
|
203
|
-
}, g = or
|
|
204
|
-
var a = R(
|
|
205
|
-
if (a === "%" &&
|
|
203
|
+
}, g = or, F = ar(), Fr = g.call(P, Array.prototype.concat), Rr = g.call(x, Array.prototype.splice), O = g.call(P, String.prototype.replace), R = g.call(P, String.prototype.slice), Ur = g.call(P, RegExp.prototype.exec), wr = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g, _r = /\\(\\)?/g, $r = function(t) {
|
|
204
|
+
var a = R(t, 0, 1), e = R(t, -1);
|
|
205
|
+
if (a === "%" && e !== "%")
|
|
206
206
|
throw new d("invalid intrinsic syntax, expected closing `%`");
|
|
207
|
-
if (
|
|
207
|
+
if (e === "%" && a !== "%")
|
|
208
208
|
throw new d("invalid intrinsic syntax, expected opening `%`");
|
|
209
209
|
var n = [];
|
|
210
|
-
return O(
|
|
211
|
-
n[n.length] = i ? O(h,
|
|
210
|
+
return O(t, wr, function(p, c, i, h) {
|
|
211
|
+
n[n.length] = i ? O(h, _r, "$1") : c || p;
|
|
212
212
|
}), n;
|
|
213
|
-
}, Or = function(
|
|
214
|
-
var
|
|
215
|
-
if (F($,
|
|
216
|
-
var p = s[
|
|
217
|
-
if (p ===
|
|
218
|
-
throw new A("intrinsic " +
|
|
213
|
+
}, Or = function(t, a) {
|
|
214
|
+
var e = t, n;
|
|
215
|
+
if (F($, e) && (n = $[e], e = "%" + n[0] + "%"), F(s, e)) {
|
|
216
|
+
var p = s[e];
|
|
217
|
+
if (p === u && (p = br(e)), typeof p > "u" && !a)
|
|
218
|
+
throw new A("intrinsic " + t + " exists, but is not available. Please file an issue!");
|
|
219
219
|
return {
|
|
220
220
|
alias: n,
|
|
221
|
-
name:
|
|
221
|
+
name: e,
|
|
222
222
|
value: p
|
|
223
223
|
};
|
|
224
224
|
}
|
|
225
|
-
throw new d("intrinsic " +
|
|
226
|
-
},
|
|
227
|
-
if (typeof
|
|
225
|
+
throw new d("intrinsic " + t + " does not exist!");
|
|
226
|
+
}, ot = function(t, a) {
|
|
227
|
+
if (typeof t != "string" || t.length === 0)
|
|
228
228
|
throw new A("intrinsic name must be a non-empty string");
|
|
229
229
|
if (arguments.length > 1 && typeof a != "boolean")
|
|
230
230
|
throw new A('"allowMissing" argument must be a boolean');
|
|
231
|
-
if (
|
|
231
|
+
if (Ur(/^%?[^%]*%?$/, t) === null)
|
|
232
232
|
throw new d("`%` may not be present anywhere but at the beginning and end of the intrinsic name");
|
|
233
|
-
var
|
|
234
|
-
|
|
235
|
-
for (var S = 1, m = !0; S <
|
|
236
|
-
var f =
|
|
233
|
+
var e = $r(t), n = e.length > 0 ? e[0] : "", p = Or("%" + n + "%", a), c = p.name, i = p.value, h = !1, U = p.alias;
|
|
234
|
+
U && (n = U[0], Rr(e, Fr([0, 1], U)));
|
|
235
|
+
for (var S = 1, m = !0; S < e.length; S += 1) {
|
|
236
|
+
var f = e[S], E = R(f, 0, 1), I = R(f, -1);
|
|
237
237
|
if ((E === '"' || E === "'" || E === "`" || I === '"' || I === "'" || I === "`") && E !== I)
|
|
238
238
|
throw new d("property names with quotes must have matching quotes");
|
|
239
239
|
if ((f === "constructor" || !m) && (h = !0), n += "." + f, c = "%" + n + "%", F(s, c))
|
|
@@ -241,10 +241,10 @@ var br = function y(e) {
|
|
|
241
241
|
else if (i != null) {
|
|
242
242
|
if (!(f in i)) {
|
|
243
243
|
if (!a)
|
|
244
|
-
throw new A("base intrinsic for " +
|
|
244
|
+
throw new A("base intrinsic for " + t + " exists, but the property is not available.");
|
|
245
245
|
return;
|
|
246
246
|
}
|
|
247
|
-
if (v && S + 1 >=
|
|
247
|
+
if (v && S + 1 >= e.length) {
|
|
248
248
|
var b = v(i, f);
|
|
249
249
|
m = !!b, m && "get" in b && !("originalValue" in b.get) ? i = b.get : i = i[f];
|
|
250
250
|
} else
|
|
@@ -255,5 +255,5 @@ var br = function y(e) {
|
|
|
255
255
|
return i;
|
|
256
256
|
};
|
|
257
257
|
export {
|
|
258
|
-
|
|
258
|
+
ot as g
|
|
259
259
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
var r,
|
|
3
|
-
function
|
|
4
|
-
if (
|
|
5
|
-
|
|
6
|
-
var
|
|
7
|
-
return r =
|
|
1
|
+
import { f as t } from "../../../function-bind@1.1.2/node_modules/function-bind/index.js";
|
|
2
|
+
var r, a;
|
|
3
|
+
function s() {
|
|
4
|
+
if (a) return r;
|
|
5
|
+
a = 1;
|
|
6
|
+
var n = Function.prototype.call, o = Object.prototype.hasOwnProperty, e = t;
|
|
7
|
+
return r = e.call(n, o), r;
|
|
8
8
|
}
|
|
9
9
|
export {
|
|
10
|
-
|
|
10
|
+
s as __require
|
|
11
11
|
};
|
package/package.json
CHANGED
|
@@ -1,20 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@since2006/pages",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "2026.4.
|
|
4
|
+
"version": "2026.4.6",
|
|
5
5
|
"description": "基于 Ant Design Vue 的页面库",
|
|
6
6
|
"type": "module",
|
|
7
|
-
"main": "dist/lib/index.js",
|
|
8
7
|
"module": "dist/es/index.js",
|
|
9
8
|
"exports": {
|
|
10
|
-
".":
|
|
11
|
-
|
|
12
|
-
"require": "./dist/lib/index.js"
|
|
13
|
-
},
|
|
14
|
-
"./dist/style.css": {
|
|
15
|
-
"import": "./dist/es/style.css",
|
|
16
|
-
"require": "./dist/lib/style.css"
|
|
17
|
-
}
|
|
9
|
+
".": "./dist/es/index.js",
|
|
10
|
+
"./style.css": "./dist/es/style.css"
|
|
18
11
|
},
|
|
19
12
|
"scripts": {
|
|
20
13
|
"build": "vite build",
|