@varlet/ui 2.19.2-alpha.1700638874586 → 2.19.2-alpha.1700810223051
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/es/index.bundle.mjs +1 -1
- package/es/index.mjs +1 -1
- package/es/input/Input.mjs +1 -1
- package/es/loading/Loading.mjs +1 -1
- package/es/result/Empty.mjs +1 -1
- package/es/result/Error.mjs +1 -1
- package/es/result/Info.mjs +1 -1
- package/es/result/Question.mjs +1 -1
- package/es/result/Warning.mjs +1 -1
- package/es/switch/Switch.mjs +1 -1
- package/es/varlet.esm.js +52 -53
- package/highlight/web-types.en-US.json +1 -1
- package/highlight/web-types.zh-CN.json +1 -1
- package/lib/varlet.cjs.js +10 -10
- package/package.json +7 -7
- package/types/styleVars.d.ts +1375 -1374
- package/umd/varlet.js +4 -5
package/es/index.bundle.mjs
CHANGED
|
@@ -259,7 +259,7 @@ import './tooltip/style/index.mjs'
|
|
|
259
259
|
import './uploader/style/index.mjs'
|
|
260
260
|
import './watermark/style/index.mjs'
|
|
261
261
|
|
|
262
|
-
const version = '2.19.2-alpha.
|
|
262
|
+
const version = '2.19.2-alpha.1700810223051'
|
|
263
263
|
|
|
264
264
|
function install(app) {
|
|
265
265
|
ActionSheet.install && app.use(ActionSheet)
|
package/es/index.mjs
CHANGED
|
@@ -172,7 +172,7 @@ export * from './tooltip/index.mjs'
|
|
|
172
172
|
export * from './uploader/index.mjs'
|
|
173
173
|
export * from './watermark/index.mjs'
|
|
174
174
|
|
|
175
|
-
const version = '2.19.2-alpha.
|
|
175
|
+
const version = '2.19.2-alpha.1700810223051'
|
|
176
176
|
|
|
177
177
|
function install(app) {
|
|
178
178
|
ActionSheet.install && app.use(ActionSheet)
|
package/es/input/Input.mjs
CHANGED
|
@@ -95,7 +95,7 @@ function __render__(_ctx, _cache) {
|
|
|
95
95
|
onChange: _cache[3] || (_cache[3] = (...args) => _ctx.handleChange && _ctx.handleChange(...args)),
|
|
96
96
|
onCompositionstart: _cache[4] || (_cache[4] = (...args) => _ctx.handleCompositionStart && _ctx.handleCompositionStart(...args)),
|
|
97
97
|
onCompositionend: _cache[5] || (_cache[5] = (...args) => _ctx.handleCompositionEnd && _ctx.handleCompositionEnd(...args))
|
|
98
|
-
},
|
|
98
|
+
}, null, 46, _hoisted_2)) : (_openBlock(), _createElementBlock("input", {
|
|
99
99
|
key: 2,
|
|
100
100
|
class: _normalizeClass(
|
|
101
101
|
_ctx.classes(
|
package/es/loading/Loading.mjs
CHANGED
package/es/result/Empty.mjs
CHANGED
|
@@ -16,7 +16,7 @@ const _hoisted_3 = [
|
|
|
16
16
|
_hoisted_2
|
|
17
17
|
];
|
|
18
18
|
function __render__(_ctx, _cache) {
|
|
19
|
-
return _openBlock(), _createElementBlock("svg", _hoisted_1, _hoisted_3);
|
|
19
|
+
return _openBlock(), _createElementBlock("svg", _hoisted_1, [..._hoisted_3]);
|
|
20
20
|
}
|
|
21
21
|
const __sfc__ = defineComponent({});
|
|
22
22
|
__sfc__.render = __render__;
|
package/es/result/Error.mjs
CHANGED
|
@@ -16,7 +16,7 @@ const _hoisted_3 = [
|
|
|
16
16
|
_hoisted_2
|
|
17
17
|
];
|
|
18
18
|
function __render__(_ctx, _cache) {
|
|
19
|
-
return _openBlock(), _createElementBlock("svg", _hoisted_1, _hoisted_3);
|
|
19
|
+
return _openBlock(), _createElementBlock("svg", _hoisted_1, [..._hoisted_3]);
|
|
20
20
|
}
|
|
21
21
|
const __sfc__ = defineComponent({});
|
|
22
22
|
__sfc__.render = __render__;
|
package/es/result/Info.mjs
CHANGED
|
@@ -16,7 +16,7 @@ const _hoisted_3 = [
|
|
|
16
16
|
_hoisted_2
|
|
17
17
|
];
|
|
18
18
|
function __render__(_ctx, _cache) {
|
|
19
|
-
return _openBlock(), _createElementBlock("svg", _hoisted_1, _hoisted_3);
|
|
19
|
+
return _openBlock(), _createElementBlock("svg", _hoisted_1, [..._hoisted_3]);
|
|
20
20
|
}
|
|
21
21
|
const __sfc__ = defineComponent({});
|
|
22
22
|
__sfc__.render = __render__;
|
package/es/result/Question.mjs
CHANGED
|
@@ -16,7 +16,7 @@ const _hoisted_3 = [
|
|
|
16
16
|
_hoisted_2
|
|
17
17
|
];
|
|
18
18
|
function __render__(_ctx, _cache) {
|
|
19
|
-
return _openBlock(), _createElementBlock("svg", _hoisted_1, _hoisted_3);
|
|
19
|
+
return _openBlock(), _createElementBlock("svg", _hoisted_1, [..._hoisted_3]);
|
|
20
20
|
}
|
|
21
21
|
const __sfc__ = defineComponent({});
|
|
22
22
|
__sfc__.render = __render__;
|
package/es/result/Warning.mjs
CHANGED
|
@@ -16,7 +16,7 @@ const _hoisted_3 = [
|
|
|
16
16
|
_hoisted_2
|
|
17
17
|
];
|
|
18
18
|
function __render__(_ctx, _cache) {
|
|
19
|
-
return _openBlock(), _createElementBlock("svg", _hoisted_1, _hoisted_3);
|
|
19
|
+
return _openBlock(), _createElementBlock("svg", _hoisted_1, [..._hoisted_3]);
|
|
20
20
|
}
|
|
21
21
|
const __sfc__ = defineComponent({});
|
|
22
22
|
__sfc__.render = __render__;
|
package/es/switch/Switch.mjs
CHANGED
package/es/varlet.esm.js
CHANGED
|
@@ -11,7 +11,7 @@ var kn = je(Ud), Dp = Object.defineProperty, Mp = Object.defineProperties, Np =
|
|
|
11
11
|
for (var t of Ss(n))
|
|
12
12
|
Ap.call(n, t) && ks(e, t, n[t]);
|
|
13
13
|
return e;
|
|
14
|
-
}, Lp = (e, n) => Mp(e, Np(n)), un = (e) => typeof e == "string", ql = (e) => typeof e == "boolean", bn = (e) => typeof e == "number", Hd = (e) => bn(e) || un(e) &&
|
|
14
|
+
}, Lp = (e, n) => Mp(e, Np(n)), un = (e) => typeof e == "string", ql = (e) => typeof e == "boolean", bn = (e) => typeof e == "number", Hd = (e) => bn(e) || un(e) && /^[-+]?\d+$/.test(e), qt = (e) => Object.prototype.toString.call(e) === "[object Object]", Rp = (e) => typeof e == "object" && e !== null, ro = (e) => typeof e == "function", Re = (e) => Array.isArray(e), Up = (e) => e ? /^(http)|(\.*\/)/.test(e) : !1, Un = (e) => e == null || e === "" || Array.isArray(e) && !e.length, Fd = (e) => e === window, Hp = () => xn() && "ontouchstart" in window, xn = () => typeof window < "u", Ps = (e) => [...new Set(e)], ir = (e) => Re(e) ? e : [e], vr = (e, n) => {
|
|
15
15
|
if (e.length) {
|
|
16
16
|
const t = e.indexOf(n);
|
|
17
17
|
if (t > -1)
|
|
@@ -2086,7 +2086,7 @@ function qg(e, n) {
|
|
|
2086
2086
|
color: e.color
|
|
2087
2087
|
})
|
|
2088
2088
|
},
|
|
2089
|
-
Wg,
|
|
2089
|
+
[...Wg],
|
|
2090
2090
|
6
|
|
2091
2091
|
/* CLASS, STYLE */
|
|
2092
2092
|
)
|
|
@@ -11745,8 +11745,7 @@ function xC(e, n) {
|
|
|
11745
11745
|
onChange: n[3] || (n[3] = (...r) => e.handleChange && e.handleChange(...r)),
|
|
11746
11746
|
onCompositionstart: n[4] || (n[4] = (...r) => e.handleCompositionStart && e.handleCompositionStart(...r)),
|
|
11747
11747
|
onCompositionend: n[5] || (n[5] = (...r) => e.handleCompositionEnd && e.handleCompositionEnd(...r))
|
|
11748
|
-
},
|
|
11749
|
-
`, 46, QC)) : (h(), S("input", {
|
|
11748
|
+
}, null, 46, QC)) : (h(), S("input", {
|
|
11750
11749
|
key: 2,
|
|
11751
11750
|
class: v(
|
|
11752
11751
|
e.classes(
|
|
@@ -14853,7 +14852,7 @@ const Yk = (e) => (Ct(""), e = e(), St(), e), jk = {
|
|
|
14853
14852
|
Wk
|
|
14854
14853
|
];
|
|
14855
14854
|
function Gk(e, n) {
|
|
14856
|
-
return h(), S("svg", jk, qk);
|
|
14855
|
+
return h(), S("svg", jk, [...qk]);
|
|
14857
14856
|
}
|
|
14858
14857
|
const wm = ee({});
|
|
14859
14858
|
wm.render = Gk;
|
|
@@ -14871,7 +14870,7 @@ const Kk = (e) => (Ct(""), e = e(), St(), e), Zk = {
|
|
|
14871
14870
|
Jk
|
|
14872
14871
|
];
|
|
14873
14872
|
function _k(e, n) {
|
|
14874
|
-
return h(), S("svg", Zk, Qk);
|
|
14873
|
+
return h(), S("svg", Zk, [...Qk]);
|
|
14875
14874
|
}
|
|
14876
14875
|
const Cm = ee({});
|
|
14877
14876
|
Cm.render = _k;
|
|
@@ -14889,7 +14888,7 @@ const eP = (e) => (Ct(""), e = e(), St(), e), nP = {
|
|
|
14889
14888
|
tP
|
|
14890
14889
|
];
|
|
14891
14890
|
function rP(e, n) {
|
|
14892
|
-
return h(), S("svg", nP, oP);
|
|
14891
|
+
return h(), S("svg", nP, [...oP]);
|
|
14893
14892
|
}
|
|
14894
14893
|
const Sm = ee({});
|
|
14895
14894
|
Sm.render = rP;
|
|
@@ -15004,7 +15003,7 @@ const dP = (e) => (Ct(""), e = e(), St(), e), cP = {
|
|
|
15004
15003
|
fP
|
|
15005
15004
|
];
|
|
15006
15005
|
function mP(e, n) {
|
|
15007
|
-
return h(), S("svg", cP, vP);
|
|
15006
|
+
return h(), S("svg", cP, [...vP]);
|
|
15008
15007
|
}
|
|
15009
15008
|
const Pm = ee({});
|
|
15010
15009
|
Pm.render = mP;
|
|
@@ -15022,7 +15021,7 @@ const hP = (e) => (Ct(""), e = e(), St(), e), gP = { viewBox: "-4 -4 32 32" }, b
|
|
|
15022
15021
|
bP
|
|
15023
15022
|
];
|
|
15024
15023
|
function $P(e, n) {
|
|
15025
|
-
return h(), S("svg", gP, yP);
|
|
15024
|
+
return h(), S("svg", gP, [...yP]);
|
|
15026
15025
|
}
|
|
15027
15026
|
const Om = ee({});
|
|
15028
15027
|
Om.render = $P;
|
|
@@ -15154,7 +15153,7 @@ Em.render = PP;
|
|
|
15154
15153
|
var Ya = Em;
|
|
15155
15154
|
ie(Ya);
|
|
15156
15155
|
ue(Ya, Tm);
|
|
15157
|
-
const
|
|
15156
|
+
const e3 = Ya;
|
|
15158
15157
|
var kl = Ya;
|
|
15159
15158
|
const Im = {
|
|
15160
15159
|
gutter: {
|
|
@@ -15220,7 +15219,7 @@ Bm.render = IP;
|
|
|
15220
15219
|
var ja = Bm;
|
|
15221
15220
|
ie(ja);
|
|
15222
15221
|
ue(ja, Im);
|
|
15223
|
-
const
|
|
15222
|
+
const n3 = ja;
|
|
15224
15223
|
var Pl = ja, BP = Object.defineProperty, Sd = Object.getOwnPropertySymbols, DP = Object.prototype.hasOwnProperty, MP = Object.prototype.propertyIsEnumerable, kd = (e, n, t) => n in e ? BP(e, n, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[n] = t, NP = (e, n) => {
|
|
15225
15224
|
for (var t in n || (n = {}))
|
|
15226
15225
|
DP.call(n, t) && kd(e, t, n[t]);
|
|
@@ -15605,7 +15604,7 @@ Mm.render = RP;
|
|
|
15605
15604
|
var Wa = Mm;
|
|
15606
15605
|
ie(Wa);
|
|
15607
15606
|
ue(Wa, Dm);
|
|
15608
|
-
const
|
|
15607
|
+
const t3 = Wa;
|
|
15609
15608
|
var Ol = Wa;
|
|
15610
15609
|
const Nm = {
|
|
15611
15610
|
loading: {
|
|
@@ -15817,7 +15816,7 @@ Vm.render = YP;
|
|
|
15817
15816
|
var qa = Vm;
|
|
15818
15817
|
ie(qa);
|
|
15819
15818
|
ue(qa, Nm);
|
|
15820
|
-
const
|
|
15819
|
+
const o3 = qa;
|
|
15821
15820
|
var Tl = qa, Ze = /* @__PURE__ */ ((e) => (e.First = "1", e.Second = "2", e))(Ze || {});
|
|
15822
15821
|
const Am = {
|
|
15823
15822
|
modelValue: {
|
|
@@ -16202,7 +16201,7 @@ zm.render = GP;
|
|
|
16202
16201
|
var Ga = zm;
|
|
16203
16202
|
ie(Ga);
|
|
16204
16203
|
ue(Ga, Am);
|
|
16205
|
-
const
|
|
16204
|
+
const r3 = Ga;
|
|
16206
16205
|
var El = Ga, XP = Object.defineProperty, KP = Object.defineProperties, ZP = Object.getOwnPropertyDescriptors, Od = Object.getOwnPropertySymbols, JP = Object.prototype.hasOwnProperty, QP = Object.prototype.propertyIsEnumerable, Td = (e, n, t) => n in e ? XP(e, n, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[n] = t, _P = (e, n) => {
|
|
16207
16206
|
for (var t in n || (n = {}))
|
|
16208
16207
|
JP.call(n, t) && Td(e, t, n[t]);
|
|
@@ -16586,7 +16585,7 @@ Wn.Component = Xa;
|
|
|
16586
16585
|
ie(Xa);
|
|
16587
16586
|
ie(Xa, Wn);
|
|
16588
16587
|
ue(Wn, ys);
|
|
16589
|
-
const
|
|
16588
|
+
const a3 = Xa;
|
|
16590
16589
|
var Bl = Wn;
|
|
16591
16590
|
const jm = {
|
|
16592
16591
|
size: {
|
|
@@ -16671,7 +16670,7 @@ var Ka = ee({
|
|
|
16671
16670
|
});
|
|
16672
16671
|
ie(Ka);
|
|
16673
16672
|
ue(Ka, jm);
|
|
16674
|
-
const
|
|
16673
|
+
const i3 = Ka;
|
|
16675
16674
|
var Dl = Ka;
|
|
16676
16675
|
const Wm = {
|
|
16677
16676
|
activeIcon: {
|
|
@@ -16808,7 +16807,7 @@ Gm.render = IO;
|
|
|
16808
16807
|
var Za = Gm;
|
|
16809
16808
|
ie(Za);
|
|
16810
16809
|
ue(Za, Wm);
|
|
16811
|
-
const
|
|
16810
|
+
const l3 = Za;
|
|
16812
16811
|
var Ml = Za;
|
|
16813
16812
|
const Xm = {
|
|
16814
16813
|
active: {
|
|
@@ -16859,7 +16858,7 @@ Km.render = MO;
|
|
|
16859
16858
|
var Ja = Km;
|
|
16860
16859
|
ie(Ja);
|
|
16861
16860
|
ue(Ja, Xm);
|
|
16862
|
-
const
|
|
16861
|
+
const s3 = Ja;
|
|
16863
16862
|
var Nl = Ja;
|
|
16864
16863
|
const Zm = {
|
|
16865
16864
|
styleVars: {
|
|
@@ -16897,7 +16896,7 @@ _a.Component = Qa;
|
|
|
16897
16896
|
ie(Qa);
|
|
16898
16897
|
ie(Qa, _a);
|
|
16899
16898
|
ue(_a, Zm);
|
|
16900
|
-
const
|
|
16899
|
+
const u3 = Qa;
|
|
16901
16900
|
var Vl = _a;
|
|
16902
16901
|
const Jm = {
|
|
16903
16902
|
modelValue: {
|
|
@@ -16999,7 +16998,7 @@ function YO(e, n) {
|
|
|
16999
16998
|
height: e.radius
|
|
17000
16999
|
})
|
|
17001
17000
|
},
|
|
17002
|
-
FO,
|
|
17001
|
+
[...FO],
|
|
17003
17002
|
6
|
|
17004
17003
|
/* CLASS, STYLE */
|
|
17005
17004
|
)) : J("v-if", !0)
|
|
@@ -17118,7 +17117,7 @@ Qm.render = YO;
|
|
|
17118
17117
|
var xa = Qm;
|
|
17119
17118
|
ie(xa);
|
|
17120
17119
|
ue(xa, Jm);
|
|
17121
|
-
const
|
|
17120
|
+
const d3 = xa;
|
|
17122
17121
|
var Al = xa;
|
|
17123
17122
|
const _m = {
|
|
17124
17123
|
name: [String, Number],
|
|
@@ -17210,7 +17209,7 @@ ep.render = XO;
|
|
|
17210
17209
|
var ei = ep;
|
|
17211
17210
|
ie(ei);
|
|
17212
17211
|
ue(ei, _m);
|
|
17213
|
-
const
|
|
17212
|
+
const c3 = ei;
|
|
17214
17213
|
var zl = ei;
|
|
17215
17214
|
const np = {
|
|
17216
17215
|
name: [String, Number]
|
|
@@ -17254,7 +17253,7 @@ tp.render = QO;
|
|
|
17254
17253
|
var ni = tp;
|
|
17255
17254
|
ie(ni);
|
|
17256
17255
|
ue(ni, np);
|
|
17257
|
-
const
|
|
17256
|
+
const f3 = ni;
|
|
17258
17257
|
var Ll = ni;
|
|
17259
17258
|
const op = {
|
|
17260
17259
|
fullWidth: {
|
|
@@ -17326,7 +17325,7 @@ rp.render = nT;
|
|
|
17326
17325
|
var ti = rp;
|
|
17327
17326
|
ie(ti);
|
|
17328
17327
|
ue(ti, op);
|
|
17329
|
-
const
|
|
17328
|
+
const v3 = ti;
|
|
17330
17329
|
var Rl = ti;
|
|
17331
17330
|
const ap = {
|
|
17332
17331
|
active: {
|
|
@@ -17559,7 +17558,7 @@ ip.render = aT;
|
|
|
17559
17558
|
var oi = ip;
|
|
17560
17559
|
ie(oi);
|
|
17561
17560
|
ue(oi, ap);
|
|
17562
|
-
const
|
|
17561
|
+
const m3 = oi;
|
|
17563
17562
|
var Ul = oi;
|
|
17564
17563
|
const lp = {
|
|
17565
17564
|
active: {
|
|
@@ -17653,7 +17652,7 @@ sp.render = uT;
|
|
|
17653
17652
|
var ri = sp;
|
|
17654
17653
|
ie(ri);
|
|
17655
17654
|
ue(ri, lp);
|
|
17656
|
-
const
|
|
17655
|
+
const p3 = ri;
|
|
17657
17656
|
var Hl = ri, dT = {
|
|
17658
17657
|
"--action-sheet-background": "#1e1e1e",
|
|
17659
17658
|
"--action-sheet-title-color": "#aaa",
|
|
@@ -17817,7 +17816,7 @@ var Hl = ri, dT = {
|
|
|
17817
17816
|
"--color-disabled": "#404040",
|
|
17818
17817
|
"--color-text-disabled": "#757575"
|
|
17819
17818
|
}, fT), mT), vT), AT), bT), BT), LT), NT), PT), yT), dT), hT), cT), zT), gT), OT), MT), DT), ST), VT), CT), IT), TT), pT), $T), kT), RT), UT), HT), FT), ET), YT), jT), WT), qT), GT), XT), KT), ZT), JT), QT), wT);
|
|
17820
|
-
const tE = { dark: nE },
|
|
17819
|
+
const tE = { dark: nE }, h3 = null;
|
|
17821
17820
|
var Fl = tE;
|
|
17822
17821
|
const Tn = ["12", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11"], vn = ["00", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23"], Vd = ["00", "05", "10", "15", "20", "25", "30", "35", "40", "45", "50", "55"], up = {
|
|
17823
17822
|
modelValue: String,
|
|
@@ -18492,7 +18491,7 @@ mp.render = vE;
|
|
|
18492
18491
|
var ai = mp;
|
|
18493
18492
|
ie(ai);
|
|
18494
18493
|
ue(ai, up);
|
|
18495
|
-
const
|
|
18494
|
+
const g3 = ai;
|
|
18496
18495
|
var Yl = ai;
|
|
18497
18496
|
const pp = {
|
|
18498
18497
|
modelValue: {
|
|
@@ -18949,7 +18948,7 @@ hp.render = SE;
|
|
|
18949
18948
|
var ii = hp;
|
|
18950
18949
|
ie(ii);
|
|
18951
18950
|
ue(ii, pp);
|
|
18952
|
-
const
|
|
18951
|
+
const b3 = ii;
|
|
18953
18952
|
var jl = ii;
|
|
18954
18953
|
const gp = {
|
|
18955
18954
|
width: {
|
|
@@ -19194,13 +19193,13 @@ bp.render = RE;
|
|
|
19194
19193
|
var li = bp;
|
|
19195
19194
|
ie(li);
|
|
19196
19195
|
ue(li, gp);
|
|
19197
|
-
const
|
|
19196
|
+
const y3 = li;
|
|
19198
19197
|
var Wl = li;
|
|
19199
|
-
const UE = "2.19.2-alpha.
|
|
19198
|
+
const UE = "2.19.2-alpha.1700810223051";
|
|
19200
19199
|
function HE(e) {
|
|
19201
19200
|
Si.install && e.use(Si), ki.install && e.use(ki), Ti.install && e.use(Ti), Ei.install && e.use(Ei), Ii.install && e.use(Ii), gr.install && e.use(gr), Bi.install && e.use(Bi), Di.install && e.use(Di), Mi.install && e.use(Mi), Ni.install && e.use(Ni), pn.install && e.use(pn), Vi.install && e.use(Vi), Ai.install && e.use(Ai), br.install && e.use(br), Po.install && e.use(Po), zi.install && e.use(zi), yr.install && e.use(yr), Li.install && e.use(Li), Ri.install && e.use(Ri), Ui.install && e.use(Ui), kn.install && e.use(kn), ji.install && e.use(ji), Zi.install && e.use(Zi), Qi.install && e.use(Qi), _i.install && e.use(_i), xi.install && e.use(xi), Pr.install && e.use(Pr), tl.install && e.use(tl), ol.install && e.use(ol), Io.install && e.use(Io), rl.install && e.use(rl), al.install && e.use(al), $n.install && e.use($n), On.install && e.use(On), Bn.install && e.use(Bn), Fe.install && e.use(Fe), il.install && e.use(il), Mo.install && e.use(Mo), ll.install && e.use(ll), sl.install && e.use(sl), Tr.install && e.use(Tr), ko.install && e.use(ko), ul.install && e.use(ul), dl.install && e.use(dl), Xt.install && e.use(Xt), cl.install && e.use(cl), Ci.install && e.use(Ci), xt.install && e.use(xt), fl.install && e.use(fl), vl.install && e.use(vl), ml.install && e.use(ml), pl.install && e.use(pl), hl.install && e.use(hl), gl.install && e.use(gl), bl.install && e.use(bl), gt.install && e.use(gt), yl.install && e.use(yl), $l.install && e.use($l), wl.install && e.use(wl), Cl.install && e.use(Cl), Sl.install && e.use(Sl), kl.install && e.use(kl), Qe.install && e.use(Qe), Pl.install && e.use(Pl), Ol.install && e.use(Ol), Tl.install && e.use(Tl), El.install && e.use(El), Bl.install && e.use(Bl), Dl.install && e.use(Dl), Ml.install && e.use(Ml), Nl.install && e.use(Nl), Jt.install && e.use(Jt), Vl.install && e.use(Vl), Bo.install && e.use(Bo), Do.install && e.use(Do), Al.install && e.use(Al), zl.install && e.use(zl), Ll.install && e.use(Ll), Rl.install && e.use(Rl), Ul.install && e.use(Ul), Hl.install && e.use(Hl), Fl.install && e.use(Fl), Yl.install && e.use(Yl), Or.install && e.use(Or), jl.install && e.use(jl), Wl.install && e.use(Wl);
|
|
19202
19201
|
}
|
|
19203
|
-
const $
|
|
19202
|
+
const $3 = {
|
|
19204
19203
|
version: UE,
|
|
19205
19204
|
install: HE,
|
|
19206
19205
|
ActionSheet: Si,
|
|
@@ -19440,31 +19439,31 @@ export {
|
|
|
19440
19439
|
QI as _RadioComponent,
|
|
19441
19440
|
_I as _RadioGroupComponent,
|
|
19442
19441
|
xI as _RateComponent,
|
|
19443
|
-
|
|
19442
|
+
e3 as _ResultComponent,
|
|
19444
19443
|
jE as _RippleComponent,
|
|
19445
|
-
|
|
19446
|
-
|
|
19447
|
-
|
|
19448
|
-
|
|
19449
|
-
|
|
19450
|
-
|
|
19451
|
-
|
|
19452
|
-
|
|
19444
|
+
n3 as _RowComponent,
|
|
19445
|
+
t3 as _SelectComponent,
|
|
19446
|
+
o3 as _SkeletonComponent,
|
|
19447
|
+
r3 as _SliderComponent,
|
|
19448
|
+
a3 as _SnackbarComponent,
|
|
19449
|
+
i3 as _SpaceComponent,
|
|
19450
|
+
l3 as _StepComponent,
|
|
19451
|
+
s3 as _StepsComponent,
|
|
19453
19452
|
$I as _StickyComponent,
|
|
19454
|
-
|
|
19453
|
+
u3 as _StyleProviderComponent,
|
|
19455
19454
|
MI as _SwipeComponent,
|
|
19456
19455
|
NI as _SwipeItemComponent,
|
|
19457
|
-
|
|
19458
|
-
|
|
19459
|
-
|
|
19460
|
-
|
|
19461
|
-
|
|
19462
|
-
|
|
19463
|
-
|
|
19464
|
-
|
|
19456
|
+
d3 as _SwitchComponent,
|
|
19457
|
+
c3 as _TabComponent,
|
|
19458
|
+
f3 as _TabItemComponent,
|
|
19459
|
+
v3 as _TableComponent,
|
|
19460
|
+
m3 as _TabsComponent,
|
|
19461
|
+
p3 as _TabsItemsComponent,
|
|
19462
|
+
h3 as _ThemesComponent,
|
|
19463
|
+
g3 as _TimePickerComponent,
|
|
19465
19464
|
PI as _TooltipComponent,
|
|
19466
|
-
|
|
19467
|
-
|
|
19465
|
+
b3 as _UploaderComponent,
|
|
19466
|
+
y3 as _WatermarkComponent,
|
|
19468
19467
|
ac as actionSheetProps,
|
|
19469
19468
|
Ql as add,
|
|
19470
19469
|
cc as appBarProps,
|
|
@@ -19489,7 +19488,7 @@ export {
|
|
|
19489
19488
|
wf as countdownProps,
|
|
19490
19489
|
Vf as counterProps,
|
|
19491
19490
|
jf as datePickerProps,
|
|
19492
|
-
$
|
|
19491
|
+
$3 as default,
|
|
19493
19492
|
_e as defaultLazyOptions,
|
|
19494
19493
|
Jf as dialogProps,
|
|
19495
19494
|
_f as dividerProps,
|
package/lib/varlet.cjs.js
CHANGED
|
@@ -30,7 +30,7 @@ var __spreadProps$a = (a, b) => __defProps$a(a, __getOwnPropDescs$a(b));
|
|
|
30
30
|
var isString = (val) => typeof val === "string";
|
|
31
31
|
var isBoolean = (val) => typeof val === "boolean";
|
|
32
32
|
var isNumber = (val) => typeof val === "number";
|
|
33
|
-
var isNumeric = (val) => isNumber(val) || isString(val) &&
|
|
33
|
+
var isNumeric = (val) => isNumber(val) || isString(val) && /^[-+]?\d+$/.test(val);
|
|
34
34
|
var isPlainObject = (val) => Object.prototype.toString.call(val) === "[object Object]";
|
|
35
35
|
var isObject = (val) => typeof val === "object" && val !== null;
|
|
36
36
|
var isFunction = (val) => typeof val === "function";
|
|
@@ -2762,7 +2762,7 @@ function __render__$1g(_ctx, _cache) {
|
|
|
2762
2762
|
color: _ctx.color
|
|
2763
2763
|
})
|
|
2764
2764
|
},
|
|
2765
|
-
_hoisted_2$f,
|
|
2765
|
+
[..._hoisted_2$f],
|
|
2766
2766
|
6
|
|
2767
2767
|
/* CLASS, STYLE */
|
|
2768
2768
|
)
|
|
@@ -16002,7 +16002,7 @@ function __render__$D(_ctx, _cache) {
|
|
|
16002
16002
|
onChange: _cache[3] || (_cache[3] = (...args) => _ctx.handleChange && _ctx.handleChange(...args)),
|
|
16003
16003
|
onCompositionstart: _cache[4] || (_cache[4] = (...args) => _ctx.handleCompositionStart && _ctx.handleCompositionStart(...args)),
|
|
16004
16004
|
onCompositionend: _cache[5] || (_cache[5] = (...args) => _ctx.handleCompositionEnd && _ctx.handleCompositionEnd(...args))
|
|
16005
|
-
},
|
|
16005
|
+
}, null, 46, _hoisted_2$b)) : (vue.openBlock(), vue.createElementBlock("input", {
|
|
16006
16006
|
key: 2,
|
|
16007
16007
|
class: vue.normalizeClass(
|
|
16008
16008
|
_ctx.classes(
|
|
@@ -19727,7 +19727,7 @@ const _hoisted_3$6 = [
|
|
|
19727
19727
|
_hoisted_2$8
|
|
19728
19728
|
];
|
|
19729
19729
|
function __render__$o(_ctx, _cache) {
|
|
19730
|
-
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$b, _hoisted_3$6);
|
|
19730
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$b, [..._hoisted_3$6]);
|
|
19731
19731
|
}
|
|
19732
19732
|
const __sfc__$p = vue.defineComponent({});
|
|
19733
19733
|
__sfc__$p.render = __render__$o;
|
|
@@ -19748,7 +19748,7 @@ const _hoisted_3$5 = [
|
|
|
19748
19748
|
_hoisted_2$7
|
|
19749
19749
|
];
|
|
19750
19750
|
function __render__$n(_ctx, _cache) {
|
|
19751
|
-
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$a, _hoisted_3$5);
|
|
19751
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$a, [..._hoisted_3$5]);
|
|
19752
19752
|
}
|
|
19753
19753
|
const __sfc__$o = vue.defineComponent({});
|
|
19754
19754
|
__sfc__$o.render = __render__$n;
|
|
@@ -19769,7 +19769,7 @@ const _hoisted_3$4 = [
|
|
|
19769
19769
|
_hoisted_2$6
|
|
19770
19770
|
];
|
|
19771
19771
|
function __render__$m(_ctx, _cache) {
|
|
19772
|
-
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$9, _hoisted_3$4);
|
|
19772
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$9, [..._hoisted_3$4]);
|
|
19773
19773
|
}
|
|
19774
19774
|
const __sfc__$n = vue.defineComponent({});
|
|
19775
19775
|
__sfc__$n.render = __render__$m;
|
|
@@ -19887,7 +19887,7 @@ const _hoisted_3$3 = [
|
|
|
19887
19887
|
_hoisted_2$5
|
|
19888
19888
|
];
|
|
19889
19889
|
function __render__$k(_ctx, _cache) {
|
|
19890
|
-
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$8, _hoisted_3$3);
|
|
19890
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$8, [..._hoisted_3$3]);
|
|
19891
19891
|
}
|
|
19892
19892
|
const __sfc__$l = vue.defineComponent({});
|
|
19893
19893
|
__sfc__$l.render = __render__$k;
|
|
@@ -19908,7 +19908,7 @@ const _hoisted_3$2 = [
|
|
|
19908
19908
|
_hoisted_2$4
|
|
19909
19909
|
];
|
|
19910
19910
|
function __render__$j(_ctx, _cache) {
|
|
19911
|
-
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$7, _hoisted_3$2);
|
|
19911
|
+
return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$7, [..._hoisted_3$2]);
|
|
19912
19912
|
}
|
|
19913
19913
|
const __sfc__$k = vue.defineComponent({});
|
|
19914
19914
|
__sfc__$k.render = __render__$j;
|
|
@@ -22251,7 +22251,7 @@ function __render__$9(_ctx, _cache) {
|
|
|
22251
22251
|
height: _ctx.radius
|
|
22252
22252
|
})
|
|
22253
22253
|
},
|
|
22254
|
-
_hoisted_2$3,
|
|
22254
|
+
[..._hoisted_2$3],
|
|
22255
22255
|
6
|
|
22256
22256
|
/* CLASS, STYLE */
|
|
22257
22257
|
)) : vue.createCommentVNode("v-if", true)
|
|
@@ -25038,7 +25038,7 @@ const uploader = "";
|
|
|
25038
25038
|
const UploaderSfc = "";
|
|
25039
25039
|
const watermark = "";
|
|
25040
25040
|
const WatermarkSfc = "";
|
|
25041
|
-
const version = "2.19.2-alpha.
|
|
25041
|
+
const version = "2.19.2-alpha.1700810223051";
|
|
25042
25042
|
function install(app) {
|
|
25043
25043
|
stdin_default$3k.install && app.use(stdin_default$3k);
|
|
25044
25044
|
stdin_default$3i.install && app.use(stdin_default$3i);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@varlet/ui",
|
|
3
|
-
"version": "2.19.2-alpha.
|
|
3
|
+
"version": "2.19.2-alpha.1700810223051",
|
|
4
4
|
"description": "A material like components library",
|
|
5
5
|
"main": "lib/varlet.cjs.js",
|
|
6
6
|
"module": "es/index.mjs",
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
"@popperjs/core": "^2.11.6",
|
|
49
49
|
"dayjs": "^1.10.4",
|
|
50
50
|
"decimal.js": "^10.2.1",
|
|
51
|
-
"@varlet/
|
|
52
|
-
"@varlet/
|
|
53
|
-
"@varlet/use": "2.19.2-alpha.
|
|
51
|
+
"@varlet/shared": "2.19.2-alpha.1700810223051",
|
|
52
|
+
"@varlet/icons": "2.19.2-alpha.1700810223051",
|
|
53
|
+
"@varlet/use": "2.19.2-alpha.1700810223051"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@vue/runtime-core": "3.3.4",
|
|
@@ -66,9 +66,9 @@
|
|
|
66
66
|
"typescript": "^5.1.5",
|
|
67
67
|
"vue": "3.3.4",
|
|
68
68
|
"vue-router": "4.2.0",
|
|
69
|
-
"@varlet/ui": "2.19.2-alpha.
|
|
70
|
-
"@varlet/cli": "2.19.2-alpha.
|
|
71
|
-
"@varlet/touch-emulator": "2.19.2-alpha.
|
|
69
|
+
"@varlet/ui": "2.19.2-alpha.1700810223051",
|
|
70
|
+
"@varlet/cli": "2.19.2-alpha.1700810223051",
|
|
71
|
+
"@varlet/touch-emulator": "2.19.2-alpha.1700810223051"
|
|
72
72
|
},
|
|
73
73
|
"scripts": {
|
|
74
74
|
"dev": "varlet-cli dev",
|