@mc-markets/ui 1.1.44 → 1.1.46
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/components/Picker/Picker.vue.d.ts +1 -0
- package/dist/components/Picker/Picker.vue.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +171 -168
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/packages/components/Picker/Picker.vue +5 -1
package/dist/index.mjs
CHANGED
|
@@ -37,7 +37,7 @@ var Ne = (e, t, n) => new Promise((o, a) => {
|
|
|
37
37
|
});
|
|
38
38
|
import * as pt from "element-plus";
|
|
39
39
|
import { ElForm as nn } from "element-plus";
|
|
40
|
-
import { computed as R, createElementBlock as m, openBlock as d, mergeProps as S, renderSlot as
|
|
40
|
+
import { computed as R, createElementBlock as m, openBlock as d, mergeProps as S, renderSlot as h, ref as _, createBlock as E, createSlots as O, renderList as M, withCtx as $, unref as j, useAttrs as Ie, createCommentVNode as N, createElementVNode as C, Fragment as H, normalizeClass as U, mergeModels as Re, useModel as je, createVNode as x, normalizeProps as vt, guardReactiveProps as gt, Teleport as Te, TransitionGroup as _t, resolveDynamicComponent as ht, toDisplayString as K, useSlots as on, watch as V, normalizeStyle as bt, createTextVNode as Ue, provide as Oe, onMounted as ke, nextTick as le, onUnmounted as Ye, withDirectives as xe, vShow as Pe, inject as He, onDeactivated as Ae, isRef as sn, onActivated as Ke, reactive as an, getCurrentInstance as yt, defineComponent as ge, onBeforeUnmount as Ct, watchEffect as rn, Transition as $t } from "vue";
|
|
41
41
|
import { ElButton as ln, ElInput as cn, ElFormItem as un, ElTooltip as dn, ElSelect as fn, ElOption as mn, ElOptionGroup as pn, ElPagination as vn, ElRadio as gn, ElRadioGroup as _n, ElRadioButton as hn, ElSwitch as bn, ElTag as yn, ElAlert as Cn, ElDialog as $n, ElNotification as Sn, ElDatePicker as En, ElEmpty as Mn, ElTable as Rn, ElTableColumn as wn } from "element-plus/es";
|
|
42
42
|
import "element-plus/es/components/base/style/index";
|
|
43
43
|
import "element-plus/es/components/button/style/index";
|
|
@@ -118,10 +118,10 @@ const G = (e, t) => {
|
|
|
118
118
|
class: a.value,
|
|
119
119
|
style: l.value
|
|
120
120
|
}, r.$attrs, { onClick: s }), [
|
|
121
|
-
|
|
121
|
+
h(r.$slots, "default", {}, void 0, !0)
|
|
122
122
|
], 16));
|
|
123
123
|
}
|
|
124
|
-
}),
|
|
124
|
+
}), ze = /* @__PURE__ */ G(In, [["__scopeId", "data-v-74564eea"]]);
|
|
125
125
|
function L(e = "innerRef", t = {}) {
|
|
126
126
|
const { compatibilityKeys: n = {} } = t, o = _(), a = new Proxy({}, {
|
|
127
127
|
get(l, s) {
|
|
@@ -136,8 +136,8 @@ function L(e = "innerRef", t = {}) {
|
|
|
136
136
|
return () => o.value;
|
|
137
137
|
if (s === "call")
|
|
138
138
|
return (u, ...v) => {
|
|
139
|
-
var
|
|
140
|
-
return (k = (
|
|
139
|
+
var b, k;
|
|
140
|
+
return (k = (b = o.value) == null ? void 0 : b[u]) == null ? void 0 : k.call(b, ...v);
|
|
141
141
|
};
|
|
142
142
|
const i = o.value;
|
|
143
143
|
if (!i) return;
|
|
@@ -191,7 +191,7 @@ const Tn = /* @__PURE__ */ Object.assign({
|
|
|
191
191
|
M(a.$slots, (r, i) => ({
|
|
192
192
|
name: i,
|
|
193
193
|
fn: $(() => [
|
|
194
|
-
|
|
194
|
+
h(a.$slots, i, {}, void 0, !0)
|
|
195
195
|
])
|
|
196
196
|
}))
|
|
197
197
|
]), 1040);
|
|
@@ -214,7 +214,7 @@ const Tn = /* @__PURE__ */ Object.assign({
|
|
|
214
214
|
M(a.$slots, (r, i) => ({
|
|
215
215
|
name: i,
|
|
216
216
|
fn: $(() => [
|
|
217
|
-
|
|
217
|
+
h(a.$slots, i)
|
|
218
218
|
])
|
|
219
219
|
}))
|
|
220
220
|
]), 1040, ["class"]);
|
|
@@ -226,19 +226,19 @@ const Tn = /* @__PURE__ */ Object.assign({
|
|
|
226
226
|
__name: "Form",
|
|
227
227
|
setup(e, { expose: t }) {
|
|
228
228
|
const { innerRef: n, exposedProxy: o } = L("formRef");
|
|
229
|
-
return t(o), (a, l) => (d(), E(
|
|
229
|
+
return t(o), (a, l) => (d(), E(j(nn), S({
|
|
230
230
|
ref_key: "formRef",
|
|
231
231
|
ref: n
|
|
232
232
|
}, a.$attrs, { class: "m-form" }), O({ _: 2 }, [
|
|
233
233
|
M(a.$slots, (s, r) => ({
|
|
234
234
|
name: r,
|
|
235
235
|
fn: $(() => [
|
|
236
|
-
|
|
236
|
+
h(a.$slots, r)
|
|
237
237
|
])
|
|
238
238
|
}))
|
|
239
239
|
]), 1040));
|
|
240
240
|
}
|
|
241
|
-
}),
|
|
241
|
+
}), Pn = /* @__PURE__ */ Object.assign({
|
|
242
242
|
name: "MFormItem"
|
|
243
243
|
}, {
|
|
244
244
|
__name: "FormItem",
|
|
@@ -254,20 +254,20 @@ const Tn = /* @__PURE__ */ Object.assign({
|
|
|
254
254
|
M(a.$slots, (r, i) => ({
|
|
255
255
|
name: i,
|
|
256
256
|
fn: $(() => [
|
|
257
|
-
|
|
257
|
+
h(a.$slots, i)
|
|
258
258
|
])
|
|
259
259
|
}))
|
|
260
260
|
]), 1040);
|
|
261
261
|
};
|
|
262
262
|
}
|
|
263
|
-
}),
|
|
263
|
+
}), An = (...e) => e.filter(Boolean).join(" "), Ln = (e, ...t) => {
|
|
264
264
|
const n = W({}, e);
|
|
265
265
|
return t.forEach((o) => {
|
|
266
266
|
delete n[o];
|
|
267
267
|
}), n;
|
|
268
268
|
};
|
|
269
269
|
function ce(e, t = "popperClass") {
|
|
270
|
-
const n = Ie(), o = R(() => Ln(n, t)), a = R(() =>
|
|
270
|
+
const n = Ie(), o = R(() => Ln(n, t)), a = R(() => An(e, n[t]));
|
|
271
271
|
return {
|
|
272
272
|
mergedAttrs: o,
|
|
273
273
|
className: a
|
|
@@ -290,11 +290,11 @@ const Bn = /* @__PURE__ */ Object.assign({
|
|
|
290
290
|
return d(), E(i, S({
|
|
291
291
|
ref_key: "tooltipRef",
|
|
292
292
|
ref: a
|
|
293
|
-
},
|
|
293
|
+
}, j(n), { "popper-class": j(o) }), O({ _: 2 }, [
|
|
294
294
|
M(s.$slots, (c, u) => ({
|
|
295
295
|
name: u,
|
|
296
296
|
fn: $(() => [
|
|
297
|
-
|
|
297
|
+
h(s.$slots, u)
|
|
298
298
|
])
|
|
299
299
|
}))
|
|
300
300
|
]), 1040, ["popper-class"]);
|
|
@@ -317,7 +317,7 @@ const Bn = /* @__PURE__ */ Object.assign({
|
|
|
317
317
|
M(a.$slots, (r, i) => ({
|
|
318
318
|
name: i,
|
|
319
319
|
fn: $(() => [
|
|
320
|
-
|
|
320
|
+
h(a.$slots, i)
|
|
321
321
|
])
|
|
322
322
|
}))
|
|
323
323
|
]), 1040, ["class"]);
|
|
@@ -338,7 +338,7 @@ const Bn = /* @__PURE__ */ Object.assign({
|
|
|
338
338
|
M(a.$slots, (r, i) => ({
|
|
339
339
|
name: i,
|
|
340
340
|
fn: $(() => [
|
|
341
|
-
|
|
341
|
+
h(a.$slots, i)
|
|
342
342
|
])
|
|
343
343
|
}))
|
|
344
344
|
]), 1040);
|
|
@@ -359,13 +359,13 @@ const Bn = /* @__PURE__ */ Object.assign({
|
|
|
359
359
|
M(a.$slots, (r, i) => ({
|
|
360
360
|
name: i,
|
|
361
361
|
fn: $(() => [
|
|
362
|
-
|
|
362
|
+
h(a.$slots, i)
|
|
363
363
|
])
|
|
364
364
|
}))
|
|
365
365
|
]), 1040);
|
|
366
366
|
};
|
|
367
367
|
}
|
|
368
|
-
}),
|
|
368
|
+
}), jn = /* @__PURE__ */ Object.assign({
|
|
369
369
|
name: "MPagination"
|
|
370
370
|
}, {
|
|
371
371
|
__name: "Pagination",
|
|
@@ -380,13 +380,13 @@ const Bn = /* @__PURE__ */ Object.assign({
|
|
|
380
380
|
M(a.$slots, (r, i) => ({
|
|
381
381
|
name: i,
|
|
382
382
|
fn: $(() => [
|
|
383
|
-
|
|
383
|
+
h(a.$slots, i)
|
|
384
384
|
])
|
|
385
385
|
}))
|
|
386
386
|
]), 1040);
|
|
387
387
|
};
|
|
388
388
|
}
|
|
389
|
-
}),
|
|
389
|
+
}), zn = /* @__PURE__ */ Object.assign({
|
|
390
390
|
name: "MRadio"
|
|
391
391
|
}, {
|
|
392
392
|
__name: "Radio",
|
|
@@ -403,11 +403,11 @@ const Bn = /* @__PURE__ */ Object.assign({
|
|
|
403
403
|
return d(), E(r, S({
|
|
404
404
|
ref_key: "radioRef",
|
|
405
405
|
ref: o
|
|
406
|
-
},
|
|
406
|
+
}, j(n), { class: "m-radio" }), O({ _: 2 }, [
|
|
407
407
|
M(l.$slots, (i, c) => ({
|
|
408
408
|
name: c,
|
|
409
409
|
fn: $(() => [
|
|
410
|
-
|
|
410
|
+
h(l.$slots, c)
|
|
411
411
|
])
|
|
412
412
|
}))
|
|
413
413
|
]), 1040);
|
|
@@ -443,7 +443,7 @@ const Bn = /* @__PURE__ */ Object.assign({
|
|
|
443
443
|
M(r.$slots, (u, v) => ({
|
|
444
444
|
name: v,
|
|
445
445
|
fn: $(() => [
|
|
446
|
-
|
|
446
|
+
h(r.$slots, v)
|
|
447
447
|
])
|
|
448
448
|
}))
|
|
449
449
|
]), 1040, ["popper-class"]);
|
|
@@ -466,11 +466,11 @@ const Bn = /* @__PURE__ */ Object.assign({
|
|
|
466
466
|
return d(), E(r, S({
|
|
467
467
|
ref_key: "radioButtonRef",
|
|
468
468
|
ref: o
|
|
469
|
-
},
|
|
469
|
+
}, j(n), { class: "m-radio-button" }), O({ _: 2 }, [
|
|
470
470
|
M(l.$slots, (i, c) => ({
|
|
471
471
|
name: c,
|
|
472
472
|
fn: $(() => [
|
|
473
|
-
|
|
473
|
+
h(l.$slots, c)
|
|
474
474
|
])
|
|
475
475
|
}))
|
|
476
476
|
]), 1040);
|
|
@@ -493,14 +493,14 @@ const Bn = /* @__PURE__ */ Object.assign({
|
|
|
493
493
|
return d(), E(i, S({
|
|
494
494
|
ref_key: "switchRef",
|
|
495
495
|
ref: a
|
|
496
|
-
},
|
|
497
|
-
"popper-class":
|
|
496
|
+
}, j(n), {
|
|
497
|
+
"popper-class": j(o),
|
|
498
498
|
class: "m-switch"
|
|
499
499
|
}), O({ _: 2 }, [
|
|
500
500
|
M(s.$slots, (c, u) => ({
|
|
501
501
|
name: u,
|
|
502
502
|
fn: $(() => [
|
|
503
|
-
|
|
503
|
+
h(s.$slots, u)
|
|
504
504
|
])
|
|
505
505
|
}))
|
|
506
506
|
]), 1040, ["popper-class"]);
|
|
@@ -545,7 +545,7 @@ const Bn = /* @__PURE__ */ Object.assign({
|
|
|
545
545
|
type: o.value,
|
|
546
546
|
class: ["m-tag", { "is-loading": a.value }]
|
|
547
547
|
}), O({ _: 2 }, [
|
|
548
|
-
M(c.$slots, (
|
|
548
|
+
M(c.$slots, (b, k) => ({
|
|
549
549
|
name: k,
|
|
550
550
|
fn: $(() => [
|
|
551
551
|
a.value && !l.value ? (d(), m("div", Un, [
|
|
@@ -557,7 +557,7 @@ const Bn = /* @__PURE__ */ Object.assign({
|
|
|
557
557
|
class: U(["prefixIcon", ["iconfont", l.value]])
|
|
558
558
|
}, null, 2)) : N("", !0),
|
|
559
559
|
C("div", null, [
|
|
560
|
-
|
|
560
|
+
h(c.$slots, k)
|
|
561
561
|
]),
|
|
562
562
|
s.value ? (d(), m("i", {
|
|
563
563
|
key: 2,
|
|
@@ -607,7 +607,7 @@ const Bn = /* @__PURE__ */ Object.assign({
|
|
|
607
607
|
M(l.$slots, (i, c) => ({
|
|
608
608
|
name: c,
|
|
609
609
|
fn: $(() => [
|
|
610
|
-
|
|
610
|
+
h(l.$slots, c)
|
|
611
611
|
])
|
|
612
612
|
}))
|
|
613
613
|
]), 1040);
|
|
@@ -647,7 +647,7 @@ const Bn = /* @__PURE__ */ Object.assign({
|
|
|
647
647
|
}),
|
|
648
648
|
emits: /* @__PURE__ */ Re(["close"], ["update:modelValue"]),
|
|
649
649
|
setup(e, { expose: t, emit: n }) {
|
|
650
|
-
const o =
|
|
650
|
+
const o = je(e, "modelValue"), { innerRef: a, exposedProxy: l } = L("dialogRef");
|
|
651
651
|
return t(l), (s, r) => {
|
|
652
652
|
const i = $n;
|
|
653
653
|
return d(), m("div", null, [
|
|
@@ -667,21 +667,21 @@ const Bn = /* @__PURE__ */ Object.assign({
|
|
|
667
667
|
"header-class": "m-header"
|
|
668
668
|
}), O({
|
|
669
669
|
default: $(() => [
|
|
670
|
-
|
|
670
|
+
h(s.$slots, "default")
|
|
671
671
|
]),
|
|
672
672
|
_: 2
|
|
673
673
|
}, [
|
|
674
674
|
s.$slots.header ? {
|
|
675
675
|
name: "header",
|
|
676
676
|
fn: $(({ close: c, titleId: u, titleClass: v }) => [
|
|
677
|
-
|
|
677
|
+
h(s.$slots, "header", vt(gt({ close: c, titleId: u, titleClass: v })))
|
|
678
678
|
]),
|
|
679
679
|
key: "0"
|
|
680
680
|
} : void 0,
|
|
681
681
|
s.$slots.footer ? {
|
|
682
682
|
name: "footer",
|
|
683
683
|
fn: $(() => [
|
|
684
|
-
|
|
684
|
+
h(s.$slots, "footer")
|
|
685
685
|
]),
|
|
686
686
|
key: "1"
|
|
687
687
|
} : void 0
|
|
@@ -698,7 +698,7 @@ function eo(e, t, n, o, a, l) {
|
|
|
698
698
|
M(e.$slots, (r, i) => ({
|
|
699
699
|
name: i,
|
|
700
700
|
fn: $(() => [
|
|
701
|
-
|
|
701
|
+
h(e.$slots, i)
|
|
702
702
|
])
|
|
703
703
|
}))
|
|
704
704
|
]), 1040);
|
|
@@ -959,14 +959,14 @@ const Et = /* @__PURE__ */ G(yo, [["render", Ro]]), wo = /* @__PURE__ */ Object.
|
|
|
959
959
|
return d(), E(i, S({
|
|
960
960
|
ref_key: "datePickerRef",
|
|
961
961
|
ref: a
|
|
962
|
-
},
|
|
962
|
+
}, j(n), {
|
|
963
963
|
class: ["m-datepicker", { "style-type-solid": e.styleType === "solid" }],
|
|
964
|
-
"popper-class":
|
|
964
|
+
"popper-class": j(o)
|
|
965
965
|
}), O({ _: 2 }, [
|
|
966
966
|
M(s.$slots, (c, u) => ({
|
|
967
967
|
name: u,
|
|
968
968
|
fn: $(() => [
|
|
969
|
-
|
|
969
|
+
h(s.$slots, u)
|
|
970
970
|
])
|
|
971
971
|
}))
|
|
972
972
|
]), 1040, ["popper-class", "class"]);
|
|
@@ -1013,10 +1013,10 @@ const Et = /* @__PURE__ */ G(yo, [["render", Ro]]), wo = /* @__PURE__ */ Object.
|
|
|
1013
1013
|
ref_key: "emptyRef",
|
|
1014
1014
|
ref: s
|
|
1015
1015
|
}, a.value, { image: l.value }), O({ _: 2 }, [
|
|
1016
|
-
M(i.$slots, (v,
|
|
1017
|
-
name:
|
|
1016
|
+
M(i.$slots, (v, b) => ({
|
|
1017
|
+
name: b,
|
|
1018
1018
|
fn: $(() => [
|
|
1019
|
-
|
|
1019
|
+
h(i.$slots, b)
|
|
1020
1020
|
])
|
|
1021
1021
|
}))
|
|
1022
1022
|
]), 1040, ["image"]);
|
|
@@ -1037,7 +1037,7 @@ const Et = /* @__PURE__ */ G(yo, [["render", Ro]]), wo = /* @__PURE__ */ Object.
|
|
|
1037
1037
|
M(a.$slots, (r, i) => ({
|
|
1038
1038
|
name: i,
|
|
1039
1039
|
fn: $(() => [
|
|
1040
|
-
|
|
1040
|
+
h(a.$slots, i)
|
|
1041
1041
|
])
|
|
1042
1042
|
}))
|
|
1043
1043
|
]), 1040);
|
|
@@ -1054,13 +1054,13 @@ const Et = /* @__PURE__ */ G(yo, [["render", Ro]]), wo = /* @__PURE__ */ Object.
|
|
|
1054
1054
|
M(t.$slots, (a, l) => ({
|
|
1055
1055
|
name: l,
|
|
1056
1056
|
fn: $((s) => [
|
|
1057
|
-
|
|
1057
|
+
h(t.$slots, l, vt(gt(s || {})))
|
|
1058
1058
|
])
|
|
1059
1059
|
}))
|
|
1060
1060
|
]), 1040);
|
|
1061
1061
|
};
|
|
1062
1062
|
}
|
|
1063
|
-
}),
|
|
1063
|
+
}), Po = { class: "m-banner__content" }, Ao = {
|
|
1064
1064
|
key: 0,
|
|
1065
1065
|
class: "m-banner__icon"
|
|
1066
1066
|
}, Lo = { class: "m-banner__text" }, Bo = /* @__PURE__ */ Object.assign({
|
|
@@ -1156,22 +1156,22 @@ const Et = /* @__PURE__ */ G(yo, [["render", Ro]]), wo = /* @__PURE__ */ Object.
|
|
|
1156
1156
|
`m-banner--${e.type}`,
|
|
1157
1157
|
{
|
|
1158
1158
|
"m-banner--closable": e.closable,
|
|
1159
|
-
"m-banner--with-icon": e.icon ||
|
|
1159
|
+
"m-banner--with-icon": e.icon || j(o).icon
|
|
1160
1160
|
}
|
|
1161
1161
|
]]),
|
|
1162
1162
|
style: bt(r.value)
|
|
1163
1163
|
}, [
|
|
1164
|
-
C("div",
|
|
1165
|
-
e.icon ||
|
|
1166
|
-
|
|
1167
|
-
x(
|
|
1164
|
+
C("div", Po, [
|
|
1165
|
+
e.icon || j(o).icon ? (d(), m("div", Ao, [
|
|
1166
|
+
h(u.$slots, "icon", {}, () => [
|
|
1167
|
+
x(ze, {
|
|
1168
1168
|
name: e.icon,
|
|
1169
1169
|
size: e.iconSize
|
|
1170
1170
|
}, null, 8, ["name", "size"])
|
|
1171
1171
|
], !0)
|
|
1172
1172
|
])) : N("", !0),
|
|
1173
1173
|
C("div", Lo, [
|
|
1174
|
-
|
|
1174
|
+
h(u.$slots, "default", {}, () => [
|
|
1175
1175
|
Ue(K(e.content), 1)
|
|
1176
1176
|
], !0)
|
|
1177
1177
|
]),
|
|
@@ -1180,7 +1180,7 @@ const Et = /* @__PURE__ */ G(yo, [["render", Ro]]), wo = /* @__PURE__ */ Object.
|
|
|
1180
1180
|
class: "m-banner__close",
|
|
1181
1181
|
onClick: c
|
|
1182
1182
|
}, [
|
|
1183
|
-
x(
|
|
1183
|
+
x(ze, {
|
|
1184
1184
|
name: "lucide-x",
|
|
1185
1185
|
size: e.closeIconSize
|
|
1186
1186
|
}, null, 8, ["size"])
|
|
@@ -1216,7 +1216,7 @@ function Fo() {
|
|
|
1216
1216
|
subtree: !0
|
|
1217
1217
|
}));
|
|
1218
1218
|
}
|
|
1219
|
-
function
|
|
1219
|
+
function jo(e = {}) {
|
|
1220
1220
|
if (typeof window == "undefined" || typeof document == "undefined") return () => {
|
|
1221
1221
|
};
|
|
1222
1222
|
const {
|
|
@@ -1239,7 +1239,7 @@ function zo(e = {}) {
|
|
|
1239
1239
|
window.removeEventListener("resize", i);
|
|
1240
1240
|
};
|
|
1241
1241
|
}
|
|
1242
|
-
function
|
|
1242
|
+
function zo(e = '[class*="el-"]') {
|
|
1243
1243
|
typeof document != "undefined" && document.querySelectorAll(e).forEach((n) => {
|
|
1244
1244
|
const o = n.closest(".mc-ui-override") || n.parentElement;
|
|
1245
1245
|
o && !o.classList.contains("mc-ui-override") && o.classList.add("mc-ui-override");
|
|
@@ -1269,8 +1269,8 @@ const Go = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1269
1269
|
addOverrideClass: we,
|
|
1270
1270
|
applyGlobalOverride: Fo,
|
|
1271
1271
|
createOverrideComponent: Vo,
|
|
1272
|
-
enableH5Override:
|
|
1273
|
-
forceRefreshStyles:
|
|
1272
|
+
enableH5Override: jo,
|
|
1273
|
+
forceRefreshStyles: zo,
|
|
1274
1274
|
isH5: Ve
|
|
1275
1275
|
}, Symbol.toStringTag, { value: "Module" })), D = {
|
|
1276
1276
|
// 滚动相关
|
|
@@ -1321,69 +1321,69 @@ const Go = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1321
1321
|
},
|
|
1322
1322
|
emits: ["update:modelValue", "tab-click", "tab-remove", "tab-change", "tab-add", "edit"],
|
|
1323
1323
|
setup(e, { emit: t, slots: n }) {
|
|
1324
|
-
const o = _(null), a = _(null), l = _(null), s = _([]), r = _(e.modelValue), i = _(0), c = _(0), u = _([]), v = _(!1),
|
|
1325
|
-
let B = null,
|
|
1324
|
+
const o = _(null), a = _(null), l = _(null), s = _([]), r = _(e.modelValue), i = _(0), c = _(0), u = _([]), v = _(!1), b = _(!1), k = _({ width: "0px", left: "0px" });
|
|
1325
|
+
let B = null, z = null, F = null, te = !1, ue = !1, X = null;
|
|
1326
1326
|
const de = () => {
|
|
1327
1327
|
k.value = { width: "0px", left: "0px" };
|
|
1328
1328
|
}, be = (f) => {
|
|
1329
1329
|
let p = f.offsetLeft;
|
|
1330
1330
|
if (Ve()) {
|
|
1331
|
-
const w = window.getComputedStyle(o.value),
|
|
1332
|
-
if (Math.abs(p -
|
|
1331
|
+
const w = window.getComputedStyle(o.value), P = parseFloat(w.paddingLeft) || 0;
|
|
1332
|
+
if (Math.abs(p - P) > D.H5_POSITION_TOLERANCE) {
|
|
1333
1333
|
const I = o.value.getBoundingClientRect();
|
|
1334
1334
|
p = f.getBoundingClientRect().left - I.left;
|
|
1335
1335
|
}
|
|
1336
1336
|
}
|
|
1337
1337
|
return p;
|
|
1338
|
-
},
|
|
1338
|
+
}, y = (f = !0) => {
|
|
1339
1339
|
le(() => {
|
|
1340
1340
|
if (!o.value || s.value.length === 0 || !r.value) {
|
|
1341
1341
|
de();
|
|
1342
1342
|
return;
|
|
1343
1343
|
}
|
|
1344
|
-
const p = s.value.findIndex((
|
|
1344
|
+
const p = s.value.findIndex((A) => A.name === r.value);
|
|
1345
1345
|
if (p === -1) {
|
|
1346
1346
|
de();
|
|
1347
1347
|
return;
|
|
1348
1348
|
}
|
|
1349
|
-
const
|
|
1350
|
-
if (!
|
|
1349
|
+
const P = o.value.querySelectorAll(".m-tabs__item")[p];
|
|
1350
|
+
if (!P) {
|
|
1351
1351
|
de();
|
|
1352
1352
|
return;
|
|
1353
1353
|
}
|
|
1354
|
-
const T = be(
|
|
1354
|
+
const T = be(P) + P.offsetWidth / 2 - D.ACTIVE_BAR_OFFSET;
|
|
1355
1355
|
k.value = {
|
|
1356
1356
|
width: `${D.ACTIVE_BAR_WIDTH}px`,
|
|
1357
1357
|
left: `${T}px`
|
|
1358
|
-
}, f && Y(
|
|
1358
|
+
}, f && Y(P);
|
|
1359
1359
|
});
|
|
1360
1360
|
}, Y = (f) => {
|
|
1361
1361
|
if (!a.value || !f) return;
|
|
1362
|
-
const p = a.value, w = p.clientWidth,
|
|
1362
|
+
const p = a.value, w = p.clientWidth, P = p.scrollLeft, I = f.offsetLeft, T = f.offsetWidth, A = I + T;
|
|
1363
1363
|
if (Ve()) {
|
|
1364
1364
|
const re = I + T / 2, Yt = o.value.scrollWidth, Ht = Math.max(0, Yt - w);
|
|
1365
1365
|
let Ce = re - w / 2;
|
|
1366
1366
|
Ce = Math.max(0, Math.min(Ce, Ht));
|
|
1367
|
-
const Be = I -
|
|
1367
|
+
const Be = I - P, De = A - P, Kt = Be >= 0 && De <= w, tt = w * D.EDGE_THRESHOLD_RATIO, qt = Be >= 0 && Be < tt, Zt = De > w - tt && De <= w, Xt = !Kt || qt || Zt, Jt = Math.abs(P - Ce);
|
|
1368
1368
|
Xt && Jt > D.SCROLL_MIN_DIFF && p.scrollTo({ left: Ce, behavior: "smooth" });
|
|
1369
1369
|
} else
|
|
1370
|
-
I <
|
|
1370
|
+
I < P ? p.scrollTo({
|
|
1371
1371
|
left: I - D.SCROLL_MARGIN,
|
|
1372
1372
|
behavior: "smooth"
|
|
1373
|
-
}) :
|
|
1374
|
-
left:
|
|
1373
|
+
}) : A > P + w && p.scrollTo({
|
|
1374
|
+
left: A - w + D.SCROLL_MARGIN,
|
|
1375
1375
|
behavior: "smooth"
|
|
1376
1376
|
});
|
|
1377
1377
|
}, fe = (f) => {
|
|
1378
1378
|
if (f === r.value) return;
|
|
1379
1379
|
const p = r.value;
|
|
1380
|
-
r.value = f, t("update:modelValue", f), t("tab-click", f), t("tab-change", f, p),
|
|
1380
|
+
r.value = f, t("update:modelValue", f), t("tab-click", f), t("tab-change", f, p), y();
|
|
1381
1381
|
}, ne = (f) => {
|
|
1382
1382
|
t("tab-remove", f), t("edit", f, "remove");
|
|
1383
1383
|
}, ye = () => {
|
|
1384
1384
|
t("tab-add"), t("edit", null, "add");
|
|
1385
1385
|
}, me = () => {
|
|
1386
|
-
s.value.length > 0 && (r.value &&
|
|
1386
|
+
s.value.length > 0 && (r.value && y(), J());
|
|
1387
1387
|
}, pe = (f) => {
|
|
1388
1388
|
const p = s.value.findIndex((w) => w.name === f.name);
|
|
1389
1389
|
p === -1 ? s.value.push(f) : s.value[p] = f, B && clearTimeout(B), B = setTimeout(() => {
|
|
@@ -1402,13 +1402,13 @@ const Go = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1402
1402
|
}), p.length === 0 || p.length !== s.value.length) return;
|
|
1403
1403
|
const w = s.value.map((I) => String(I.name));
|
|
1404
1404
|
if (!(w.length === p.length && w.every((I, T) => I === String(p[T])))) {
|
|
1405
|
-
const I = new Map(s.value.map((
|
|
1406
|
-
p.forEach((
|
|
1407
|
-
const re = I.get(String(
|
|
1405
|
+
const I = new Map(s.value.map((A) => [String(A.name), A])), T = [];
|
|
1406
|
+
p.forEach((A) => {
|
|
1407
|
+
const re = I.get(String(A));
|
|
1408
1408
|
re && T.push(re);
|
|
1409
|
-
}), s.value.forEach((
|
|
1410
|
-
T.find((re) => re.name ===
|
|
1411
|
-
}), T.length === s.value.length && (s.value.splice(0, s.value.length, ...T),
|
|
1409
|
+
}), s.value.forEach((A) => {
|
|
1410
|
+
T.find((re) => re.name === A.name) || T.push(A);
|
|
1411
|
+
}), T.length === s.value.length && (s.value.splice(0, s.value.length, ...T), y());
|
|
1412
1412
|
}
|
|
1413
1413
|
}, Je = (f) => {
|
|
1414
1414
|
const p = s.value.findIndex((w) => w.name === f);
|
|
@@ -1421,13 +1421,13 @@ const Go = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1421
1421
|
handleTabRemove: ne,
|
|
1422
1422
|
handleTabAdd: ye
|
|
1423
1423
|
}), V(() => e.modelValue, (f, p) => {
|
|
1424
|
-
f !== r.value && (r.value = f, t("tab-change", f, p),
|
|
1424
|
+
f !== r.value && (r.value = f, t("tab-change", f, p), y());
|
|
1425
1425
|
});
|
|
1426
|
-
const
|
|
1426
|
+
const jt = (f) => {
|
|
1427
1427
|
if (c.value === 0) return !1;
|
|
1428
|
-
const p = f.length, w = f.map((T) => String(T.name)),
|
|
1429
|
-
return
|
|
1430
|
-
},
|
|
1428
|
+
const p = f.length, w = f.map((T) => String(T.name)), P = p !== c.value, I = p === c.value && w.some((T, A) => A >= u.value.length || T !== u.value[A]);
|
|
1429
|
+
return P || I;
|
|
1430
|
+
}, zt = () => {
|
|
1431
1431
|
i.value++, ue = !0, le(() => {
|
|
1432
1432
|
setTimeout(() => {
|
|
1433
1433
|
Xe(), s.value.length > 0 && (c.value = s.value.length, u.value = s.value.map((f) => String(f.name)), me()), ue = !1;
|
|
@@ -1436,8 +1436,8 @@ const Go = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1436
1436
|
};
|
|
1437
1437
|
V(s, (f) => {
|
|
1438
1438
|
if (!(ue || f.length === 0)) {
|
|
1439
|
-
if (
|
|
1440
|
-
|
|
1439
|
+
if (jt(f)) {
|
|
1440
|
+
zt();
|
|
1441
1441
|
return;
|
|
1442
1442
|
}
|
|
1443
1443
|
c.value = f.length, u.value = f.map((p) => String(p.name)), me();
|
|
@@ -1445,18 +1445,18 @@ const Go = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1445
1445
|
}, { deep: !0 });
|
|
1446
1446
|
const J = () => {
|
|
1447
1447
|
if (!a.value || !o.value) return;
|
|
1448
|
-
const f = a.value, p = o.value, w = f.scrollLeft,
|
|
1449
|
-
if (!(
|
|
1450
|
-
v.value = !1,
|
|
1448
|
+
const f = a.value, p = o.value, w = f.scrollLeft, P = p.scrollWidth, I = f.clientWidth;
|
|
1449
|
+
if (!(P > I)) {
|
|
1450
|
+
v.value = !1, b.value = !1;
|
|
1451
1451
|
return;
|
|
1452
1452
|
}
|
|
1453
|
-
const
|
|
1454
|
-
v.value = w > D.SCROLL_PRECISION,
|
|
1453
|
+
const A = Math.max(0, P - I);
|
|
1454
|
+
v.value = w > D.SCROLL_PRECISION, b.value = w < A - D.SCROLL_PRECISION;
|
|
1455
1455
|
}, Qe = () => {
|
|
1456
|
-
|
|
1456
|
+
z && (cancelAnimationFrame(z), z = null), F && (clearTimeout(F), F = null);
|
|
1457
1457
|
}, Vt = () => {
|
|
1458
|
-
J(), te ||
|
|
1459
|
-
J(),
|
|
1458
|
+
J(), te || y(!1), Qe(), z = requestAnimationFrame(() => {
|
|
1459
|
+
J(), z = null;
|
|
1460
1460
|
}), F = setTimeout(() => {
|
|
1461
1461
|
J(), te && (te = !1), F = null;
|
|
1462
1462
|
}, D.SCROLL_DEBOUNCE);
|
|
@@ -1481,16 +1481,16 @@ const Go = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1481
1481
|
}
|
|
1482
1482
|
};
|
|
1483
1483
|
return ke(() => {
|
|
1484
|
-
c.value = s.value.length, u.value = s.value.map((f) => String(f.name)), Ut(),
|
|
1485
|
-
|
|
1484
|
+
c.value = s.value.length, u.value = s.value.map((f) => String(f.name)), Ut(), y(), setTimeout(() => {
|
|
1485
|
+
y();
|
|
1486
1486
|
}, D.INIT_DELAY), requestAnimationFrame(() => {
|
|
1487
1487
|
setTimeout(() => {
|
|
1488
|
-
|
|
1488
|
+
y();
|
|
1489
1489
|
}, D.INIT_DELAY);
|
|
1490
1490
|
}), le(() => {
|
|
1491
1491
|
J();
|
|
1492
1492
|
}), a.value && o.value && (X = new ResizeObserver(() => {
|
|
1493
|
-
J(),
|
|
1493
|
+
J(), y(!1);
|
|
1494
1494
|
}), X.observe(a.value), X.observe(o.value));
|
|
1495
1495
|
}), Ye(() => {
|
|
1496
1496
|
B && (clearTimeout(B), B = null), Qe(), X && (X.disconnect(), X = null);
|
|
@@ -1502,14 +1502,14 @@ const Go = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1502
1502
|
activeTab: r,
|
|
1503
1503
|
activeBarStyle: k,
|
|
1504
1504
|
showLeftArrow: v,
|
|
1505
|
-
showRightArrow:
|
|
1505
|
+
showRightArrow: b,
|
|
1506
1506
|
internalKey: i,
|
|
1507
1507
|
handleTabClick: fe,
|
|
1508
1508
|
handleTabRemove: ne,
|
|
1509
1509
|
handleTabAdd: ye,
|
|
1510
1510
|
registerTab: pe,
|
|
1511
1511
|
unregisterTab: Je,
|
|
1512
|
-
updateActiveBarPosition:
|
|
1512
|
+
updateActiveBarPosition: y,
|
|
1513
1513
|
updateArrowVisibility: J,
|
|
1514
1514
|
handleScroll: Vt,
|
|
1515
1515
|
handleScrollLeft: Gt,
|
|
@@ -1562,7 +1562,7 @@ function Ko(e, t, n, o, a, l) {
|
|
|
1562
1562
|
ref: "contentRef",
|
|
1563
1563
|
key: o.internalKey
|
|
1564
1564
|
}, [
|
|
1565
|
-
|
|
1565
|
+
h(e.$slots, "default", {}, void 0, !0)
|
|
1566
1566
|
]))
|
|
1567
1567
|
], 2);
|
|
1568
1568
|
}
|
|
@@ -1613,9 +1613,9 @@ function Jo(e, t, n, o, a, l) {
|
|
|
1613
1613
|
class: U(["m-tab-pane", { "is-active": o.isActive }]),
|
|
1614
1614
|
"data-tab-name": o.tabName
|
|
1615
1615
|
}, [
|
|
1616
|
-
|
|
1616
|
+
h(e.$slots, "default", {}, void 0, !0)
|
|
1617
1617
|
], 10, Xo)), [
|
|
1618
|
-
[
|
|
1618
|
+
[Pe, o.isActive]
|
|
1619
1619
|
]);
|
|
1620
1620
|
}
|
|
1621
1621
|
const Qo = /* @__PURE__ */ G(Zo, [["render", Jo], ["__scopeId", "data-v-f1c56283"]]), es = { class: "m-tab-card-item__text" }, ts = /* @__PURE__ */ Object.assign({
|
|
@@ -1652,7 +1652,7 @@ const Qo = /* @__PURE__ */ G(Zo, [["render", Jo], ["__scopeId", "data-v-f1c56283
|
|
|
1652
1652
|
onClick: s
|
|
1653
1653
|
}, [
|
|
1654
1654
|
C("span", es, [
|
|
1655
|
-
|
|
1655
|
+
h(r.$slots, "default", {}, () => [
|
|
1656
1656
|
Ue(K(e.label), 1)
|
|
1657
1657
|
], !0)
|
|
1658
1658
|
])
|
|
@@ -1808,21 +1808,21 @@ function Ot(e, t, n = {}) {
|
|
|
1808
1808
|
const i = (v) => {
|
|
1809
1809
|
if (s)
|
|
1810
1810
|
return;
|
|
1811
|
-
const
|
|
1812
|
-
|
|
1811
|
+
const b = j(v);
|
|
1812
|
+
b && !r && (b.addEventListener(e, t, {
|
|
1813
1813
|
capture: l,
|
|
1814
1814
|
passive: a
|
|
1815
1815
|
}), r = !0);
|
|
1816
1816
|
}, c = (v) => {
|
|
1817
1817
|
if (s)
|
|
1818
1818
|
return;
|
|
1819
|
-
const
|
|
1820
|
-
|
|
1819
|
+
const b = j(v);
|
|
1820
|
+
b && r && (b.removeEventListener(e, t, l), r = !1);
|
|
1821
1821
|
};
|
|
1822
|
-
Ye(() => c(o)),
|
|
1822
|
+
Ye(() => c(o)), Ae(() => c(o)), Tt(() => i(o));
|
|
1823
1823
|
let u;
|
|
1824
|
-
return sn(o) && (u = V(o, (v,
|
|
1825
|
-
c(
|
|
1824
|
+
return sn(o) && (u = V(o, (v, b) => {
|
|
1825
|
+
c(b), i(v);
|
|
1826
1826
|
})), () => {
|
|
1827
1827
|
u == null || u(), c(o), s = !0;
|
|
1828
1828
|
};
|
|
@@ -1868,9 +1868,9 @@ function Cs(e) {
|
|
|
1868
1868
|
const $s = /-(\w)/g, xt = (e) => e.replace($s, (t, n) => n.toUpperCase()), Ss = (e) => e.replace(/([A-Z])/g, "-$1").toLowerCase().replace(/^-/, ""), { hasOwnProperty: Es } = Object.prototype;
|
|
1869
1869
|
function Ms(e, t, n) {
|
|
1870
1870
|
const o = t[n];
|
|
1871
|
-
ie(o) && (!Es.call(e, n) || !qe(o) ? e[n] = o : e[n] =
|
|
1871
|
+
ie(o) && (!Es.call(e, n) || !qe(o) ? e[n] = o : e[n] = Pt(Object(e[n]), o));
|
|
1872
1872
|
}
|
|
1873
|
-
function
|
|
1873
|
+
function Pt(e, t) {
|
|
1874
1874
|
return Object.keys(t).forEach((n) => {
|
|
1875
1875
|
Ms(e, t, n);
|
|
1876
1876
|
}), e;
|
|
@@ -1947,7 +1947,7 @@ const rt = _("zh-CN"), lt = an({
|
|
|
1947
1947
|
rt.value = e, this.add({ [e]: t });
|
|
1948
1948
|
},
|
|
1949
1949
|
add(e = {}) {
|
|
1950
|
-
|
|
1950
|
+
Pt(lt, e);
|
|
1951
1951
|
}
|
|
1952
1952
|
};
|
|
1953
1953
|
var Is = ws;
|
|
@@ -1999,8 +1999,8 @@ function Le(e) {
|
|
|
1999
1999
|
n && (t.component(n, e), t.component(xt(`-${n}`), e));
|
|
2000
2000
|
}, e;
|
|
2001
2001
|
}
|
|
2002
|
-
const
|
|
2003
|
-
function
|
|
2002
|
+
const Ps = Symbol();
|
|
2003
|
+
function As(e) {
|
|
2004
2004
|
const t = yt();
|
|
2005
2005
|
t && _e(t.proxy, e);
|
|
2006
2006
|
}
|
|
@@ -2043,8 +2043,8 @@ var Ds = ge({
|
|
|
2043
2043
|
if (e.offset) {
|
|
2044
2044
|
const [i, c] = e.offset, {
|
|
2045
2045
|
position: u
|
|
2046
|
-
} = e, [v,
|
|
2047
|
-
t.default ? (typeof c == "number" ? r[v] = oe(v === "top" ? c : -c) : r[v] = v === "top" ? oe(c) : a(c), typeof i == "number" ? r[
|
|
2046
|
+
} = e, [v, b] = u.split("-");
|
|
2047
|
+
t.default ? (typeof c == "number" ? r[v] = oe(v === "top" ? c : -c) : r[v] = v === "top" ? oe(c) : a(c), typeof i == "number" ? r[b] = oe(b === "left" ? i : -i) : r[b] = b === "left" ? oe(i) : a(i)) : (r.marginTop = oe(c), r.marginLeft = oe(i));
|
|
2048
2048
|
}
|
|
2049
2049
|
return r;
|
|
2050
2050
|
}), s = () => {
|
|
@@ -2073,10 +2073,10 @@ var Ds = ge({
|
|
|
2073
2073
|
}
|
|
2074
2074
|
});
|
|
2075
2075
|
const Ns = Le(Ds);
|
|
2076
|
-
let
|
|
2077
|
-
const Fs = () => ++
|
|
2078
|
-
|
|
2079
|
-
}, [Lt,
|
|
2076
|
+
let At = 2e3;
|
|
2077
|
+
const Fs = () => ++At, js = (e) => {
|
|
2078
|
+
At = e;
|
|
2079
|
+
}, [Lt, zs] = he("config-provider"), Bt = Symbol(Lt), Vs = {
|
|
2080
2080
|
tag: Z("div"),
|
|
2081
2081
|
theme: Z("light"),
|
|
2082
2082
|
zIndex: Number,
|
|
@@ -2120,16 +2120,16 @@ ge({
|
|
|
2120
2120
|
s && a(s), o();
|
|
2121
2121
|
}, {
|
|
2122
2122
|
immediate: !0
|
|
2123
|
-
}), Ke(o),
|
|
2123
|
+
}), Ke(o), Ae(a), Ct(a), V(n, (l, s) => {
|
|
2124
2124
|
e.themeVarsScope === "global" && Me(l, s);
|
|
2125
2125
|
}), V(() => e.themeVarsScope, (l, s) => {
|
|
2126
2126
|
s === "global" && Me({}, n.value), l === "global" && Me(n.value, {});
|
|
2127
2127
|
}), e.themeVarsScope === "global" && Me(n.value, {});
|
|
2128
2128
|
}
|
|
2129
2129
|
return Oe(Bt, e), rn(() => {
|
|
2130
|
-
e.zIndex !== void 0 &&
|
|
2130
|
+
e.zIndex !== void 0 && js(e.zIndex);
|
|
2131
2131
|
}), () => x(e.tag, {
|
|
2132
|
-
class:
|
|
2132
|
+
class: zs(),
|
|
2133
2133
|
style: e.themeVarsScope === "local" ? n.value : void 0
|
|
2134
2134
|
}, {
|
|
2135
2135
|
default: () => {
|
|
@@ -2225,8 +2225,8 @@ function Js() {
|
|
|
2225
2225
|
move: (k) => {
|
|
2226
2226
|
const B = k.touches[0];
|
|
2227
2227
|
n.value = (B.clientX < 0 ? 0 : B.clientX) - e.value, o.value = B.clientY - t.value, a.value = Math.abs(n.value), l.value = Math.abs(o.value);
|
|
2228
|
-
const
|
|
2229
|
-
(!s.value || a.value <
|
|
2228
|
+
const z = 10;
|
|
2229
|
+
(!s.value || a.value < z && l.value < z) && (s.value = Xs(a.value, l.value)), r.value && (a.value > it || l.value > it) && (r.value = !1);
|
|
2230
2230
|
},
|
|
2231
2231
|
start: (k) => {
|
|
2232
2232
|
u(), e.value = k.touches[0].clientX, t.value = k.touches[0].clientY;
|
|
@@ -2249,18 +2249,18 @@ const dt = "van-overflow-hidden";
|
|
|
2249
2249
|
function Qs(e, t) {
|
|
2250
2250
|
const n = Js(), o = "01", a = "10", l = (u) => {
|
|
2251
2251
|
n.move(u);
|
|
2252
|
-
const v = n.deltaY.value > 0 ? a : o,
|
|
2252
|
+
const v = n.deltaY.value > 0 ? a : o, b = bs(
|
|
2253
2253
|
u.target,
|
|
2254
2254
|
e.value
|
|
2255
|
-
), { scrollHeight: k, offsetHeight: B, scrollTop:
|
|
2255
|
+
), { scrollHeight: k, offsetHeight: B, scrollTop: z } = b;
|
|
2256
2256
|
let F = "11";
|
|
2257
|
-
|
|
2257
|
+
z === 0 ? F = B >= k ? "00" : "01" : z + B >= k && (F = "10"), F !== "11" && n.isVertical() && !(parseInt(F, 2) & parseInt(v, 2)) && kt(u);
|
|
2258
2258
|
}, s = () => {
|
|
2259
2259
|
document.addEventListener("touchstart", n.start), document.addEventListener("touchmove", l, { passive: !1 }), ve || document.body.classList.add(dt), ve++;
|
|
2260
2260
|
}, r = () => {
|
|
2261
2261
|
ve && (document.removeEventListener("touchstart", n.start), document.removeEventListener("touchmove", l), ve--, ve || document.body.classList.remove(dt));
|
|
2262
2262
|
}, i = () => t() && s(), c = () => t() && r();
|
|
2263
|
-
Tt(i),
|
|
2263
|
+
Tt(i), Ae(c), Ct(c), V(t, (u) => {
|
|
2264
2264
|
u ? s() : r();
|
|
2265
2265
|
});
|
|
2266
2266
|
}
|
|
@@ -2305,7 +2305,7 @@ var oa = ge({
|
|
|
2305
2305
|
ref: o,
|
|
2306
2306
|
style: i,
|
|
2307
2307
|
class: [ta(), e.className]
|
|
2308
|
-
}, t), [(r = n.default) == null ? void 0 : r.call(n)]), [[
|
|
2308
|
+
}, t), [(r = n.default) == null ? void 0 : r.call(n)]), [[Pe, e.show]]);
|
|
2309
2309
|
});
|
|
2310
2310
|
return Ot("touchmove", l, {
|
|
2311
2311
|
target: o
|
|
@@ -2349,14 +2349,14 @@ var la = ge({
|
|
|
2349
2349
|
}) {
|
|
2350
2350
|
let a, l;
|
|
2351
2351
|
const s = _(), r = _(), i = Dt(() => e.show || !e.lazyRender), c = R(() => {
|
|
2352
|
-
const
|
|
2352
|
+
const y = {
|
|
2353
2353
|
zIndex: s.value
|
|
2354
2354
|
};
|
|
2355
2355
|
if (ie(e.duration)) {
|
|
2356
2356
|
const Y = e.position === "center" ? "animationDuration" : "transitionDuration";
|
|
2357
|
-
|
|
2357
|
+
y[Y] = `${e.duration}s`;
|
|
2358
2358
|
}
|
|
2359
|
-
return
|
|
2359
|
+
return y;
|
|
2360
2360
|
}), u = () => {
|
|
2361
2361
|
a || (a = !0, s.value = e.zIndex !== void 0 ? +e.zIndex : Fs(), t("open"));
|
|
2362
2362
|
}, v = () => {
|
|
@@ -2365,11 +2365,11 @@ var la = ge({
|
|
|
2365
2365
|
a = !1, t("close"), t("update:show", !1);
|
|
2366
2366
|
}
|
|
2367
2367
|
});
|
|
2368
|
-
},
|
|
2369
|
-
t("clickOverlay",
|
|
2368
|
+
}, b = (y) => {
|
|
2369
|
+
t("clickOverlay", y), e.closeOnClickOverlay && v();
|
|
2370
2370
|
}, k = () => {
|
|
2371
2371
|
if (e.overlay) {
|
|
2372
|
-
const
|
|
2372
|
+
const y = _e({
|
|
2373
2373
|
show: e.show,
|
|
2374
2374
|
class: e.overlayClass,
|
|
2375
2375
|
zIndex: s.value,
|
|
@@ -2378,15 +2378,15 @@ var la = ge({
|
|
|
2378
2378
|
role: e.closeOnClickOverlay ? "button" : void 0,
|
|
2379
2379
|
tabindex: e.closeOnClickOverlay ? 0 : void 0
|
|
2380
2380
|
}, e.overlayProps);
|
|
2381
|
-
return x(sa, S(
|
|
2382
|
-
onClick:
|
|
2381
|
+
return x(sa, S(y, ft(), {
|
|
2382
|
+
onClick: b
|
|
2383
2383
|
}), {
|
|
2384
2384
|
default: o["overlay-content"]
|
|
2385
2385
|
});
|
|
2386
2386
|
}
|
|
2387
|
-
}, B = (
|
|
2388
|
-
t("clickCloseIcon",
|
|
2389
|
-
},
|
|
2387
|
+
}, B = (y) => {
|
|
2388
|
+
t("clickCloseIcon", y), v();
|
|
2389
|
+
}, z = () => {
|
|
2390
2390
|
if (e.closeable)
|
|
2391
2391
|
return x(qs, {
|
|
2392
2392
|
role: "button",
|
|
@@ -2402,8 +2402,8 @@ var la = ge({
|
|
|
2402
2402
|
F && clearTimeout(F), F = setTimeout(() => {
|
|
2403
2403
|
t("opened");
|
|
2404
2404
|
});
|
|
2405
|
-
}, ue = () => t("closed"), X = (
|
|
2406
|
-
var
|
|
2405
|
+
}, ue = () => t("closed"), X = (y) => t("keydown", y), de = i(() => {
|
|
2406
|
+
var y;
|
|
2407
2407
|
const {
|
|
2408
2408
|
destroyOnClose: Y,
|
|
2409
2409
|
round: fe,
|
|
@@ -2426,13 +2426,13 @@ var la = ge({
|
|
|
2426
2426
|
"van-safe-area-bottom": me
|
|
2427
2427
|
}],
|
|
2428
2428
|
onKeydown: X
|
|
2429
|
-
}, n, ft()), [(
|
|
2429
|
+
}, n, ft()), [(y = o.default) == null ? void 0 : y.call(o), z()]), [[Pe, pe]]);
|
|
2430
2430
|
}), be = () => {
|
|
2431
2431
|
const {
|
|
2432
|
-
position:
|
|
2432
|
+
position: y,
|
|
2433
2433
|
transition: Y,
|
|
2434
2434
|
transitionAppear: fe
|
|
2435
|
-
} = e, ne =
|
|
2435
|
+
} = e, ne = y === "center" ? "van-fade" : `van-popup-slide-${y}`;
|
|
2436
2436
|
return x($t, {
|
|
2437
2437
|
name: Y || ne,
|
|
2438
2438
|
appear: fe,
|
|
@@ -2442,12 +2442,12 @@ var la = ge({
|
|
|
2442
2442
|
default: de
|
|
2443
2443
|
});
|
|
2444
2444
|
};
|
|
2445
|
-
return V(() => e.show, (
|
|
2446
|
-
|
|
2445
|
+
return V(() => e.show, (y) => {
|
|
2446
|
+
y && !a && (u(), n.tabindex === 0 && le(() => {
|
|
2447
2447
|
var Y;
|
|
2448
2448
|
(Y = r.value) == null || Y.focus();
|
|
2449
|
-
})), !
|
|
2450
|
-
}),
|
|
2449
|
+
})), !y && a && (a = !1, t("close"));
|
|
2450
|
+
}), As({
|
|
2451
2451
|
popupRef: r
|
|
2452
2452
|
}), Qs(r, () => e.show && e.lockScroll), Ot("popstate", () => {
|
|
2453
2453
|
e.closeOnPopstate && (v(), l = !1);
|
|
@@ -2455,16 +2455,18 @@ var la = ge({
|
|
|
2455
2455
|
e.show && u();
|
|
2456
2456
|
}), Ke(() => {
|
|
2457
2457
|
l && (t("update:show", !0), l = !1);
|
|
2458
|
-
}),
|
|
2458
|
+
}), Ae(() => {
|
|
2459
2459
|
e.show && e.teleport && (v(), l = !0);
|
|
2460
|
-
}), Oe(
|
|
2460
|
+
}), Oe(Ps, () => e.show), () => e.teleport ? x(Te, {
|
|
2461
2461
|
to: e.teleport
|
|
2462
2462
|
}, {
|
|
2463
2463
|
default: () => [k(), be()]
|
|
2464
2464
|
}) : x(H, null, [k(), be()]);
|
|
2465
2465
|
}
|
|
2466
2466
|
});
|
|
2467
|
-
const ia = Le(la), ca = { class: "header" }, ua = { class: "title" }, da = { class: "list-container" }, fa = ["onClick"], ma = { class: "label" }, pa = { class: "active-icon" }, va = {
|
|
2467
|
+
const ia = Le(la), ca = { class: "header" }, ua = { class: "title" }, da = { class: "list-container" }, fa = ["onClick"], ma = { class: "label" }, pa = { class: "active-icon" }, va = /* @__PURE__ */ Object.assign({
|
|
2468
|
+
name: "MPicker"
|
|
2469
|
+
}, {
|
|
2468
2470
|
__name: "Picker",
|
|
2469
2471
|
props: /* @__PURE__ */ Re({
|
|
2470
2472
|
title: {
|
|
@@ -2490,12 +2492,12 @@ const ia = Le(la), ca = { class: "header" }, ua = { class: "title" }, da = { cla
|
|
|
2490
2492
|
}),
|
|
2491
2493
|
emits: /* @__PURE__ */ Re(["confirm"], ["update:modelValue", "update:show"]),
|
|
2492
2494
|
setup(e, { emit: t }) {
|
|
2493
|
-
const n = t, o = e, a =
|
|
2495
|
+
const n = t, o = e, a = je(e, "modelValue"), l = je(e, "show"), s = (i) => {
|
|
2494
2496
|
a.value = i[o.columnsFieldNames.value], n("confirm", i), r();
|
|
2495
2497
|
}, r = () => {
|
|
2496
2498
|
l.value = !1;
|
|
2497
2499
|
};
|
|
2498
|
-
return (i, c) => (d(), E(
|
|
2500
|
+
return (i, c) => (d(), E(j(ia), S({
|
|
2499
2501
|
show: l.value,
|
|
2500
2502
|
"onUpdate:show": c[0] || (c[0] = (u) => l.value = u),
|
|
2501
2503
|
round: "",
|
|
@@ -2518,7 +2520,7 @@ const ia = Le(la), ca = { class: "header" }, ua = { class: "title" }, da = { cla
|
|
|
2518
2520
|
onClick: (v) => s(u)
|
|
2519
2521
|
}, [
|
|
2520
2522
|
C("div", ma, [
|
|
2521
|
-
i.$slots.label ?
|
|
2523
|
+
i.$slots.label ? h(i.$slots, "label", {
|
|
2522
2524
|
key: 0,
|
|
2523
2525
|
item: u
|
|
2524
2526
|
}, void 0, !0) : (d(), m(H, { key: 1 }, [
|
|
@@ -2528,15 +2530,16 @@ const ia = Le(la), ca = { class: "header" }, ua = { class: "title" }, da = { cla
|
|
|
2528
2530
|
xe(C("div", pa, [...c[2] || (c[2] = [
|
|
2529
2531
|
C("i", { class: "iconfont icon-check" }, null, -1)
|
|
2530
2532
|
])], 512), [
|
|
2531
|
-
[
|
|
2533
|
+
[Pe, a.value === u[e.columnsFieldNames.value]]
|
|
2532
2534
|
])
|
|
2533
|
-
], 10, fa))), 128))
|
|
2535
|
+
], 10, fa))), 128)),
|
|
2536
|
+
h(i.$slots, "default", {}, void 0, !0)
|
|
2534
2537
|
])
|
|
2535
2538
|
]),
|
|
2536
2539
|
_: 3
|
|
2537
2540
|
}, 16, ["show"]));
|
|
2538
2541
|
}
|
|
2539
|
-
}, ga = /* @__PURE__ */ G(va, [["__scopeId", "data-v-
|
|
2542
|
+
}), ga = /* @__PURE__ */ G(va, [["__scopeId", "data-v-f74a44c9"]]), Nt = [ze, On, kn, xn, Pn, Bn, Dn, Nn, Fn, jn, zn, Vn, Gn, Wn, Hn, Xn, Jn, to, St, Et, wo, Oo, ko, xo, Do, qo, Qo, ss, Mt, ds, ga];
|
|
2540
2543
|
function Ft(e) {
|
|
2541
2544
|
return !e || typeof e != "string" || !e.startsWith("M") ? null : "m-" + e.slice(1).replace(/([A-Z])/g, "-$1").toLowerCase().replace(/^-/, "");
|
|
2542
2545
|
}
|
|
@@ -2606,8 +2609,8 @@ export {
|
|
|
2606
2609
|
Jn as MDialog,
|
|
2607
2610
|
Oo as MEmpty,
|
|
2608
2611
|
xn as MForm,
|
|
2609
|
-
|
|
2610
|
-
|
|
2612
|
+
Pn as MFormItem,
|
|
2613
|
+
ze as MIcon,
|
|
2611
2614
|
dr as MImage,
|
|
2612
2615
|
Er as MImagePreview,
|
|
2613
2616
|
fr as MImageViewer,
|
|
@@ -2620,10 +2623,10 @@ export {
|
|
|
2620
2623
|
to as MNotification,
|
|
2621
2624
|
Nn as MOption,
|
|
2622
2625
|
Fn as MOptionGroup,
|
|
2623
|
-
|
|
2626
|
+
jn as MPagination,
|
|
2624
2627
|
ga as MPicker,
|
|
2625
2628
|
Cr as MProgress,
|
|
2626
|
-
|
|
2629
|
+
zn as MRadio,
|
|
2627
2630
|
Gn as MRadioButton,
|
|
2628
2631
|
Vn as MRadioGroup,
|
|
2629
2632
|
_r as MResult,
|
|
@@ -2653,8 +2656,8 @@ export {
|
|
|
2653
2656
|
Fo as applyGlobalOverride,
|
|
2654
2657
|
Vo as createOverrideComponent,
|
|
2655
2658
|
Ka as default,
|
|
2656
|
-
|
|
2657
|
-
|
|
2659
|
+
jo as enableH5Override,
|
|
2660
|
+
zo as forceRefreshStyles,
|
|
2658
2661
|
Ve as isH5,
|
|
2659
2662
|
Za as mComponents
|
|
2660
2663
|
};
|