@jctrans-materials/comps-vue2 1.0.37-beta.13 → 1.0.37-beta.15
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.cjs.js +1 -1
- package/dist/index.css +1 -1
- package/dist/index.esm.js +39 -43
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -143,9 +143,9 @@ function an(r, e, n) {
|
|
|
143
143
|
}
|
|
144
144
|
function on(r) {
|
|
145
145
|
const e = ke(r);
|
|
146
|
-
return [
|
|
146
|
+
return [Ue(r), e, Ue(e)];
|
|
147
147
|
}
|
|
148
|
-
function
|
|
148
|
+
function Ue(r) {
|
|
149
149
|
return r.replace(/start|end/g, (e) => rn[e]);
|
|
150
150
|
}
|
|
151
151
|
const yt = ["left", "right"], Bt = ["right", "left"], sn = ["top", "bottom"], cn = ["bottom", "top"];
|
|
@@ -164,7 +164,7 @@ function ln(r, e, n) {
|
|
|
164
164
|
function xn(r, e, n, t) {
|
|
165
165
|
const o = N0(r);
|
|
166
166
|
let l = ln(u0(r), n === "start", t);
|
|
167
|
-
return o && (l = l.map((c) => c + "-" + o), e && (l = l.concat(l.map(
|
|
167
|
+
return o && (l = l.map((c) => c + "-" + o), e && (l = l.concat(l.map(Ue)))), l;
|
|
168
168
|
}
|
|
169
169
|
function ke(r) {
|
|
170
170
|
return r.replace(/left|right|bottom|top/g, (e) => tn[e]);
|
|
@@ -976,7 +976,7 @@ const qn = async function(r) {
|
|
|
976
976
|
function Wn(r) {
|
|
977
977
|
return n0(r).direction === "rtl";
|
|
978
978
|
}
|
|
979
|
-
const
|
|
979
|
+
const Vn = {
|
|
980
980
|
convertOffsetParentRelativeRectToViewportRelativeRect: Rn,
|
|
981
981
|
getDocumentElement: i0,
|
|
982
982
|
getClippingRect: Ln,
|
|
@@ -991,7 +991,7 @@ const Un = {
|
|
|
991
991
|
function wr(r, e) {
|
|
992
992
|
return r.x === e.x && r.y === e.y && r.width === e.width && r.height === e.height;
|
|
993
993
|
}
|
|
994
|
-
function
|
|
994
|
+
function Un(r, e) {
|
|
995
995
|
let n = null, t;
|
|
996
996
|
const o = i0(r);
|
|
997
997
|
function l() {
|
|
@@ -1051,7 +1051,7 @@ function Mn(r, e, n, t) {
|
|
|
1051
1051
|
passive: !0
|
|
1052
1052
|
}), l && A.addEventListener("resize", n);
|
|
1053
1053
|
});
|
|
1054
|
-
const g = a && f ?
|
|
1054
|
+
const g = a && f ? Un(a, n) : null;
|
|
1055
1055
|
let s = -1, x = null;
|
|
1056
1056
|
c && (x = new ResizeObserver((A) => {
|
|
1057
1057
|
let [u] = A;
|
|
@@ -1075,7 +1075,7 @@ function Mn(r, e, n, t) {
|
|
|
1075
1075
|
}
|
|
1076
1076
|
const jn = gn, Gn = Cn, Qn = hn, Kn = mn, Xn = (r, e, n) => {
|
|
1077
1077
|
const t = /* @__PURE__ */ new Map(), o = {
|
|
1078
|
-
platform:
|
|
1078
|
+
platform: Vn,
|
|
1079
1079
|
...n
|
|
1080
1080
|
}, l = {
|
|
1081
1081
|
...o.platform,
|
|
@@ -1224,17 +1224,17 @@ const oa = w0({
|
|
|
1224
1224
|
);
|
|
1225
1225
|
if (H.length > 0)
|
|
1226
1226
|
try {
|
|
1227
|
-
const I = H.map((
|
|
1227
|
+
const I = H.map((V) => V.id), R = await qe(
|
|
1228
1228
|
I,
|
|
1229
1229
|
H[0].type
|
|
1230
1230
|
);
|
|
1231
1231
|
if (R && R.records) {
|
|
1232
|
-
let
|
|
1233
|
-
const
|
|
1232
|
+
let V = !1;
|
|
1233
|
+
const U = w.map((G) => {
|
|
1234
1234
|
const N = R.records.find((v0) => v0.id === G.id);
|
|
1235
|
-
return N && !G.display ? (
|
|
1235
|
+
return N && !G.display ? (V = !0, { ...G, ...N }) : G;
|
|
1236
1236
|
});
|
|
1237
|
-
|
|
1237
|
+
V && (e("input", U), e("update:value", U));
|
|
1238
1238
|
}
|
|
1239
1239
|
} catch (I) {
|
|
1240
1240
|
console.error("Batch fetch detail failed:", I);
|
|
@@ -2190,15 +2190,15 @@ var Wa = function() {
|
|
|
2190
2190
|
} } : null], null, !0), model: { value: e.carrierId, callback: function(t) {
|
|
2191
2191
|
e.carrierId = t;
|
|
2192
2192
|
}, expression: "carrierId" } }, [e.$slots.prefix ? n("template", { slot: "prefix" }, [e._t("prefix")], 2) : e._e()], 2);
|
|
2193
|
-
},
|
|
2193
|
+
}, Va = [], Ua = /* @__PURE__ */ l0(
|
|
2194
2194
|
qa,
|
|
2195
2195
|
Wa,
|
|
2196
|
-
|
|
2196
|
+
Va,
|
|
2197
2197
|
!1,
|
|
2198
2198
|
null,
|
|
2199
2199
|
"fd5ff0d4"
|
|
2200
2200
|
);
|
|
2201
|
-
const Ma =
|
|
2201
|
+
const Ma = Ua.exports, ja = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2202
2202
|
__proto__: null,
|
|
2203
2203
|
default: Ma
|
|
2204
2204
|
}, Symbol.toStringTag, { value: "Module" })), Ga = w0({
|
|
@@ -2291,7 +2291,7 @@ const Ja = Xa.exports, Ya = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object
|
|
|
2291
2291
|
__proto__: null,
|
|
2292
2292
|
default: Ja
|
|
2293
2293
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
2294
|
-
var
|
|
2294
|
+
var Ve = typeof globalThis != "undefined" ? globalThis : typeof window != "undefined" ? window : typeof global != "undefined" ? global : typeof self != "undefined" ? self : {};
|
|
2295
2295
|
function Za(r) {
|
|
2296
2296
|
return r && r.__esModule && Object.prototype.hasOwnProperty.call(r, "default") ? r.default : r;
|
|
2297
2297
|
}
|
|
@@ -2336,7 +2336,7 @@ function W() {
|
|
|
2336
2336
|
})(oo, function() {
|
|
2337
2337
|
var n = n || (function(t, o) {
|
|
2338
2338
|
var l;
|
|
2339
|
-
if (typeof window != "undefined" && window.crypto && (l = window.crypto), typeof self != "undefined" && self.crypto && (l = self.crypto), typeof globalThis != "undefined" && globalThis.crypto && (l = globalThis.crypto), !l && typeof window != "undefined" && window.msCrypto && (l = window.msCrypto), !l && typeof
|
|
2339
|
+
if (typeof window != "undefined" && window.crypto && (l = window.crypto), typeof self != "undefined" && self.crypto && (l = self.crypto), typeof globalThis != "undefined" && globalThis.crypto && (l = globalThis.crypto), !l && typeof window != "undefined" && window.msCrypto && (l = window.msCrypto), !l && typeof Ve != "undefined" && Ve.crypto && (l = Ve.crypto), !l && typeof to == "function")
|
|
2340
2340
|
try {
|
|
2341
2341
|
l = ao;
|
|
2342
2342
|
} catch {
|
|
@@ -3635,7 +3635,7 @@ function Ir() {
|
|
|
3635
3635
|
]);
|
|
3636
3636
|
},
|
|
3637
3637
|
_doProcessBlock: function(d, C) {
|
|
3638
|
-
for (var p = this._hash.words, A = p[0], u = p[1], v = p[2], m = p[3], E = p[4], y = p[5], _ = p[6], b = p[7], S = A.high, B = A.low, D = u.high, F = u.low, k = v.high, T = v.low, P = m.high, $ = m.low, q = E.high, O = E.low, z = y.high, L = y.low, w = _.high, H = _.low, I = b.high, R = b.low,
|
|
3638
|
+
for (var p = this._hash.words, A = p[0], u = p[1], v = p[2], m = p[3], E = p[4], y = p[5], _ = p[6], b = p[7], S = A.high, B = A.low, D = u.high, F = u.low, k = v.high, T = v.low, P = m.high, $ = m.low, q = E.high, O = E.low, z = y.high, L = y.low, w = _.high, H = _.low, I = b.high, R = b.low, V = S, U = B, G = D, N = F, v0 = k, B0 = T, Le = P, k0 = $, e0 = q, K = O, V0 = z, R0 = L, U0 = w, H0 = H, ze = I, I0 = R, t0 = 0; t0 < 80; t0++) {
|
|
3639
3639
|
var Z, x0, M0 = s[t0];
|
|
3640
3640
|
if (t0 < 16)
|
|
3641
3641
|
x0 = M0.high = d[C + t0 * 2] | 0, Z = M0.low = d[C + t0 * 2 + 1] | 0;
|
|
@@ -3643,10 +3643,10 @@ function Ir() {
|
|
|
3643
3643
|
var Ze = s[t0 - 15], E0 = Ze.high, O0 = Ze.low, Or = (E0 >>> 1 | O0 << 31) ^ (E0 >>> 8 | O0 << 24) ^ E0 >>> 7, et = (O0 >>> 1 | E0 << 31) ^ (O0 >>> 8 | E0 << 24) ^ (O0 >>> 7 | E0 << 25), tt = s[t0 - 2], _0 = tt.high, T0 = tt.low, Tr = (_0 >>> 19 | T0 << 13) ^ (_0 << 3 | T0 >>> 29) ^ _0 >>> 6, rt = (T0 >>> 19 | _0 << 13) ^ (T0 << 3 | _0 >>> 29) ^ (T0 >>> 6 | _0 << 26), nt = s[t0 - 7], Pr = nt.high, $r = nt.low, at = s[t0 - 16], Lr = at.high, ot = at.low;
|
|
3644
3644
|
Z = et + $r, x0 = Or + Pr + (Z >>> 0 < et >>> 0 ? 1 : 0), Z = Z + rt, x0 = x0 + Tr + (Z >>> 0 < rt >>> 0 ? 1 : 0), Z = Z + ot, x0 = x0 + Lr + (Z >>> 0 < ot >>> 0 ? 1 : 0), M0.high = x0, M0.low = Z;
|
|
3645
3645
|
}
|
|
3646
|
-
var zr = e0 &
|
|
3647
|
-
ze =
|
|
3646
|
+
var zr = e0 & V0 ^ ~e0 & U0, it = K & R0 ^ ~K & H0, Nr = V & G ^ V & v0 ^ G & v0, qr = U & N ^ U & B0 ^ N & B0, Wr = (V >>> 28 | U << 4) ^ (V << 30 | U >>> 2) ^ (V << 25 | U >>> 7), st = (U >>> 28 | V << 4) ^ (U << 30 | V >>> 2) ^ (U << 25 | V >>> 7), Vr = (e0 >>> 14 | K << 18) ^ (e0 >>> 18 | K << 14) ^ (e0 << 23 | K >>> 9), Ur = (K >>> 14 | e0 << 18) ^ (K >>> 18 | e0 << 14) ^ (K << 23 | e0 >>> 9), ct = g[t0], Mr = ct.high, lt = ct.low, X = I0 + Ur, f0 = ze + Vr + (X >>> 0 < I0 >>> 0 ? 1 : 0), X = X + it, f0 = f0 + zr + (X >>> 0 < it >>> 0 ? 1 : 0), X = X + lt, f0 = f0 + Mr + (X >>> 0 < lt >>> 0 ? 1 : 0), X = X + Z, f0 = f0 + x0 + (X >>> 0 < Z >>> 0 ? 1 : 0), xt = st + qr, jr = Wr + Nr + (xt >>> 0 < st >>> 0 ? 1 : 0);
|
|
3647
|
+
ze = U0, I0 = H0, U0 = V0, H0 = R0, V0 = e0, R0 = K, K = k0 + X | 0, e0 = Le + f0 + (K >>> 0 < k0 >>> 0 ? 1 : 0) | 0, Le = v0, k0 = B0, v0 = G, B0 = N, G = V, N = U, U = X + xt | 0, V = f0 + jr + (U >>> 0 < X >>> 0 ? 1 : 0) | 0;
|
|
3648
3648
|
}
|
|
3649
|
-
B = A.low = B +
|
|
3649
|
+
B = A.low = B + U, A.high = S + V + (B >>> 0 < U >>> 0 ? 1 : 0), F = u.low = F + N, u.high = D + G + (F >>> 0 < N >>> 0 ? 1 : 0), T = v.low = T + B0, v.high = k + v0 + (T >>> 0 < B0 >>> 0 ? 1 : 0), $ = m.low = $ + k0, m.high = P + Le + ($ >>> 0 < k0 >>> 0 ? 1 : 0), O = E.low = O + K, E.high = q + e0 + (O >>> 0 < K >>> 0 ? 1 : 0), L = y.low = L + R0, y.high = z + V0 + (L >>> 0 < R0 >>> 0 ? 1 : 0), H = _.low = H + H0, _.high = w + U0 + (H >>> 0 < H0 >>> 0 ? 1 : 0), R = b.low = R + I0, b.high = I + ze + (R >>> 0 < I0 >>> 0 ? 1 : 0);
|
|
3650
3650
|
},
|
|
3651
3651
|
_doFinalize: function() {
|
|
3652
3652
|
var d = this._data, C = d.words, p = this._nDataBytes * 8, A = d.sigBytes * 8;
|
|
@@ -3776,8 +3776,8 @@ function _o() {
|
|
|
3776
3776
|
I.high = R.high, I.low = R.low;
|
|
3777
3777
|
for (var S = 0; S < 5; S++)
|
|
3778
3778
|
for (var F = 0; F < 5; F++) {
|
|
3779
|
-
var O = S + 5 * F, _ = u[O],
|
|
3780
|
-
_.high =
|
|
3779
|
+
var O = S + 5 * F, _ = u[O], V = d[O], U = d[(S + 1) % 5 + 5 * F], G = d[(S + 2) % 5 + 5 * F];
|
|
3780
|
+
_.high = V.high ^ ~U.high & G.high, _.low = V.low ^ ~U.low & G.low;
|
|
3781
3781
|
}
|
|
3782
3782
|
var _ = u[0], N = x[b];
|
|
3783
3783
|
_.high ^= N.high, _.low ^= N.low;
|
|
@@ -4145,11 +4145,11 @@ function bo() {
|
|
|
4145
4145
|
var S = _ + b, B = y[S];
|
|
4146
4146
|
y[S] = (B << 8 | B >>> 24) & 16711935 | (B << 24 | B >>> 8) & 4278255360;
|
|
4147
4147
|
}
|
|
4148
|
-
var D = this._hash.words, F = x.words, k = d.words, T = a.words, P = i.words, $ = g.words, q = s.words, O, z, L, w, H, I, R,
|
|
4149
|
-
I = O = D[0], R = z = D[1],
|
|
4148
|
+
var D = this._hash.words, F = x.words, k = d.words, T = a.words, P = i.words, $ = g.words, q = s.words, O, z, L, w, H, I, R, V, U, G;
|
|
4149
|
+
I = O = D[0], R = z = D[1], V = L = D[2], U = w = D[3], G = H = D[4];
|
|
4150
4150
|
for (var N, b = 0; b < 80; b += 1)
|
|
4151
|
-
N = O + y[_ + T[b]] | 0, b < 16 ? N += p(z, L, w) + F[0] : b < 32 ? N += A(z, L, w) + F[1] : b < 48 ? N += u(z, L, w) + F[2] : b < 64 ? N += v(z, L, w) + F[3] : N += m(z, L, w) + F[4], N = N | 0, N = E(N, $[b]), N = N + H | 0, O = H, H = w, w = E(L, 10), L = z, z = N, N = I + y[_ + P[b]] | 0, b < 16 ? N += m(R,
|
|
4152
|
-
N = D[1] + L +
|
|
4151
|
+
N = O + y[_ + T[b]] | 0, b < 16 ? N += p(z, L, w) + F[0] : b < 32 ? N += A(z, L, w) + F[1] : b < 48 ? N += u(z, L, w) + F[2] : b < 64 ? N += v(z, L, w) + F[3] : N += m(z, L, w) + F[4], N = N | 0, N = E(N, $[b]), N = N + H | 0, O = H, H = w, w = E(L, 10), L = z, z = N, N = I + y[_ + P[b]] | 0, b < 16 ? N += m(R, V, U) + k[0] : b < 32 ? N += v(R, V, U) + k[1] : b < 48 ? N += u(R, V, U) + k[2] : b < 64 ? N += A(R, V, U) + k[3] : N += p(R, V, U) + k[4], N = N | 0, N = E(N, q[b]), N = N + G | 0, I = G, G = U, U = E(V, 10), V = R, R = N;
|
|
4152
|
+
N = D[1] + L + U | 0, D[1] = D[2] + w + G | 0, D[2] = D[3] + H + I | 0, D[3] = D[4] + O + R | 0, D[4] = D[0] + z + V | 0, D[0] = N;
|
|
4153
4153
|
},
|
|
4154
4154
|
_doFinalize: function() {
|
|
4155
4155
|
var y = this._data, _ = y.words, b = this._nDataBytes * 8, S = y.sigBytes * 8;
|
|
@@ -4266,9 +4266,9 @@ function Ye() {
|
|
|
4266
4266
|
});
|
|
4267
4267
|
})(ce)), ce.exports;
|
|
4268
4268
|
}
|
|
4269
|
-
var le = { exports: {} }, wo = le.exports,
|
|
4269
|
+
var le = { exports: {} }, wo = le.exports, Vt;
|
|
4270
4270
|
function So() {
|
|
4271
|
-
return
|
|
4271
|
+
return Vt || (Vt = 1, (function(r, e) {
|
|
4272
4272
|
(function(n, t, o) {
|
|
4273
4273
|
r.exports = t(W(), Je(), Ye());
|
|
4274
4274
|
})(wo, function(n) {
|
|
@@ -4333,9 +4333,9 @@ function So() {
|
|
|
4333
4333
|
});
|
|
4334
4334
|
})(le)), le.exports;
|
|
4335
4335
|
}
|
|
4336
|
-
var xe = { exports: {} }, ko = xe.exports,
|
|
4336
|
+
var xe = { exports: {} }, ko = xe.exports, Ut;
|
|
4337
4337
|
function h0() {
|
|
4338
|
-
return
|
|
4338
|
+
return Ut || (Ut = 1, (function(r, e) {
|
|
4339
4339
|
(function(n, t, o) {
|
|
4340
4340
|
r.exports = t(W(), Hr(), Ye());
|
|
4341
4341
|
})(ko, function(n) {
|
|
@@ -5062,7 +5062,7 @@ function qo() {
|
|
|
5062
5062
|
})(pe)), pe.exports;
|
|
5063
5063
|
}
|
|
5064
5064
|
var ge = { exports: {} }, Wo = ge.exports, Jt;
|
|
5065
|
-
function
|
|
5065
|
+
function Vo() {
|
|
5066
5066
|
return Jt || (Jt = 1, (function(r, e) {
|
|
5067
5067
|
(function(n, t, o) {
|
|
5068
5068
|
r.exports = t(W(), Q());
|
|
@@ -5080,12 +5080,12 @@ function Uo() {
|
|
|
5080
5080
|
});
|
|
5081
5081
|
})(ge)), ge.exports;
|
|
5082
5082
|
}
|
|
5083
|
-
var Ce = { exports: {} },
|
|
5083
|
+
var Ce = { exports: {} }, Uo = Ce.exports, Yt;
|
|
5084
5084
|
function Mo() {
|
|
5085
5085
|
return Yt || (Yt = 1, (function(r, e) {
|
|
5086
5086
|
(function(n, t, o) {
|
|
5087
5087
|
r.exports = t(W(), Q());
|
|
5088
|
-
})(
|
|
5088
|
+
})(Uo, function(n) {
|
|
5089
5089
|
return n.pad.Iso10126 = {
|
|
5090
5090
|
pad: function(t, o) {
|
|
5091
5091
|
var l = o * 4, c = l - t.sigBytes % l;
|
|
@@ -7290,7 +7290,7 @@ var ui = G0.exports, lr;
|
|
|
7290
7290
|
function di() {
|
|
7291
7291
|
return lr || (lr = 1, (function(r, e) {
|
|
7292
7292
|
(function(n, t, o) {
|
|
7293
|
-
r.exports = t(W(), $e(), co(), xo(), A0(), ho(), y0(), Hr(), Je(), mo(), Ir(), Bo(), _o(), bo(), Ye(), So(), h0(), Q(), Io(), To(), $o(), zo(), qo(),
|
|
7293
|
+
r.exports = t(W(), $e(), co(), xo(), A0(), ho(), y0(), Hr(), Je(), mo(), Ir(), Bo(), _o(), bo(), Ye(), So(), h0(), Q(), Io(), To(), $o(), zo(), qo(), Vo(), Mo(), Go(), Ko(), Jo(), Zo(), ti(), ni(), oi(), si(), li(), fi());
|
|
7294
7294
|
})(ui, function(n) {
|
|
7295
7295
|
return n;
|
|
7296
7296
|
});
|
|
@@ -7475,11 +7475,7 @@ const gi = {
|
|
|
7475
7475
|
clientUid: localStorage.getItem("slider"),
|
|
7476
7476
|
ts: Date.now()
|
|
7477
7477
|
}).then((r) => {
|
|
7478
|
-
r.data.code === 0 ? (this.backImgBase = r.data.data.originalImageBase64, this.blockBackImgBase = r.data.data.jigsawImageBase64, this.backToken = r.data.data.uuid, this.secretKey = r.data.data.secretKey
|
|
7479
|
-
uuid: r.data.data.uuid,
|
|
7480
|
-
clientUid: localStorage.getItem("slider"),
|
|
7481
|
-
registerEntry_var: sessionStorage.getItem("_GIO-registerEntry") || "-"
|
|
7482
|
-
})) : this.loading = !1;
|
|
7478
|
+
r.data.code === 0 ? (this.backImgBase = r.data.data.originalImageBase64, this.blockBackImgBase = r.data.data.jigsawImageBase64, this.backToken = r.data.data.uuid, this.secretKey = r.data.data.secretKey) : this.loading = !1;
|
|
7483
7479
|
}).catch(() => {
|
|
7484
7480
|
this.loading = !1;
|
|
7485
7481
|
});
|
|
@@ -7518,7 +7514,7 @@ var Ci = function() {
|
|
|
7518
7514
|
mi,
|
|
7519
7515
|
!1,
|
|
7520
7516
|
null,
|
|
7521
|
-
"
|
|
7517
|
+
"ce1b7e38"
|
|
7522
7518
|
);
|
|
7523
7519
|
const yi = Ai.exports, Bi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7524
7520
|
__proto__: null,
|
|
@@ -7718,7 +7714,7 @@ const {
|
|
|
7718
7714
|
SeaLineSearch: Wi
|
|
7719
7715
|
} = He;
|
|
7720
7716
|
let dr = !1;
|
|
7721
|
-
const
|
|
7717
|
+
const Vi = {
|
|
7722
7718
|
/**
|
|
7723
7719
|
* Vue 2 插件安装方法
|
|
7724
7720
|
*/
|
|
@@ -7740,7 +7736,7 @@ export {
|
|
|
7740
7736
|
Wi as SeaLineSearch,
|
|
7741
7737
|
wi as createGioTrackingPlugin,
|
|
7742
7738
|
Oi as createGlobalModalPlugin,
|
|
7743
|
-
|
|
7739
|
+
Vi as default,
|
|
7744
7740
|
Gi as emitter,
|
|
7745
7741
|
Qi as initSharedConfig
|
|
7746
7742
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jctrans-materials/comps-vue2",
|
|
3
|
-
"version": "1.0.37-beta.
|
|
3
|
+
"version": "1.0.37-beta.15",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "JCtrans Search Component compatible with Vue 2.6+ and Vue 3",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"jctrans-ui": "^2.15.15",
|
|
31
31
|
"nanoid": "^5.1.6",
|
|
32
32
|
"sass": "^1.94.2",
|
|
33
|
-
"@jctrans-materials/shared": "1.0.37-beta.
|
|
33
|
+
"@jctrans-materials/shared": "1.0.37-beta.15"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/crypto-js": "^4.2.2",
|