jobsys-explore 4.0.21 → 4.0.22
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/.changeset/flat-kiwis-switch.md +5 -0
- package/CHANGELOG.md +25 -0
- package/components/form/ExDate.jsx +11 -12
- package/components/form/utils.js +2 -1
- package/dist/jobsys-explore.cjs +6 -6
- package/dist/jobsys-explore.cjs.map +1 -1
- package/dist/jobsys-explore.js +74 -74
- package/dist/jobsys-explore.js.map +1 -1
- package/package.json +1 -1
- package/playground/TestForm.vue +5 -0
package/dist/jobsys-explore.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { defineComponent as P, createVNode as r, mergeProps as S, watch as T, getCurrentInstance as Xn, reactive as ae, computed as U, isVNode as
|
|
1
|
+
import { defineComponent as P, createVNode as r, mergeProps as S, watch as T, getCurrentInstance as Xn, reactive as ae, computed as U, isVNode as ve, ref as k, provide as me, inject as G, createTextVNode as z, onMounted as qe, nextTick as Ye, onBeforeUpdate as Zn } from "vue";
|
|
2
2
|
import { Button as Y, Field as ea, Popover as na, Icon as ie, Popup as yn, Cascader as bn, Search as pn, CheckboxGroup as aa, Checkbox as oa, DatePicker as da, Collapse as xn, CollapseItem as Re, Calendar as ca, TimePicker as En, Stepper as ma, RadioGroup as ta, Radio as la, Picker as ra, Switch as ia, Rate as ua, Slider as sa, Uploader as fa, showToast as ha, Divider as ga, Form as ya, CellGroup as ba, showConfirmDialog as pa, showSuccessToast as xa, Skeleton as Ea, Empty as wa, List as Va, Sticky as va } from "vant";
|
|
3
|
-
import { isFunction as N, cloneDeep as q, isString as Q, pick as F, omit as wn, last as J, isArray as R, isUndefined as ue, find as
|
|
4
|
-
import { u as
|
|
5
|
-
import { isDayjs as
|
|
3
|
+
import { isFunction as N, cloneDeep as q, isString as Q, pick as F, omit as wn, last as J, isArray as R, isUndefined as ue, find as xe, random as ln, findIndex as Ca, isDate as Sa, merge as ka, isBoolean as Pa, isObject as Le, every as _a, isEqual as Ta, isNull as Ba } from "lodash-es";
|
|
4
|
+
import { u as Ae, a as W, b as Je, S as Ia, c as rn, d as Aa, e as Na, _ as Fa } from "./index-cca5d7f7.js";
|
|
5
|
+
import { isDayjs as pe } from "dayjs";
|
|
6
6
|
import "axios";
|
|
7
7
|
const Ge = /* @__PURE__ */ P({
|
|
8
8
|
name: "ExButton",
|
|
@@ -203,7 +203,7 @@ const B = {
|
|
|
203
203
|
W().get(e.url).then((c) => {
|
|
204
204
|
e.afterFetched && (c = e.afterFetched(c)), n(c);
|
|
205
205
|
});
|
|
206
|
-
}),
|
|
206
|
+
}), Ce = async (e, n, c) => {
|
|
207
207
|
e.value = Oe(n.options);
|
|
208
208
|
const d = async (a) => {
|
|
209
209
|
if (te[a.url])
|
|
@@ -219,12 +219,12 @@ const B = {
|
|
|
219
219
|
() => {
|
|
220
220
|
e.value = Oe(n.options);
|
|
221
221
|
}
|
|
222
|
-
), e.value.length || (n.url ? n.urlCache &&
|
|
223
|
-
e.value = a, n.urlCache &&
|
|
222
|
+
), e.value.length || (n.url ? n.urlCache && Ae(n.url).get() ? e.value = Ae(n.url).get() : d(n).then((a) => {
|
|
223
|
+
e.value = a, n.urlCache && Ae(n.url).set(a);
|
|
224
224
|
}) : c && (e.value = c));
|
|
225
225
|
};
|
|
226
226
|
function La(e) {
|
|
227
|
-
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !
|
|
227
|
+
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !ve(e);
|
|
228
228
|
}
|
|
229
229
|
const D = /* @__PURE__ */ P({
|
|
230
230
|
name: "ExField",
|
|
@@ -14813,7 +14813,7 @@ const D = /* @__PURE__ */ P({
|
|
|
14813
14813
|
}
|
|
14814
14814
|
];
|
|
14815
14815
|
function Oa(e) {
|
|
14816
|
-
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !
|
|
14816
|
+
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !ve(e);
|
|
14817
14817
|
}
|
|
14818
14818
|
const oe = /* @__PURE__ */ P({
|
|
14819
14819
|
name: "PickerWrapper",
|
|
@@ -14907,7 +14907,7 @@ const oe = /* @__PURE__ */ P({
|
|
|
14907
14907
|
return {
|
|
14908
14908
|
trigger: () => c
|
|
14909
14909
|
};
|
|
14910
|
-
},
|
|
14910
|
+
}, Se = Symbol("EX_UPLOADER"), vn = Symbol("EX_ADDRESS"), Cn = Symbol("EX_FORM"), $a = Symbol("EX_SEARCH"), Sn = Symbol("EX_PAGINATION"), ja = /* @__PURE__ */ P({
|
|
14911
14911
|
name: "ExProvider",
|
|
14912
14912
|
/**
|
|
14913
14913
|
* @typedef {Object} ProviderProps
|
|
@@ -15025,7 +15025,7 @@ const oe = /* @__PURE__ */ P({
|
|
|
15025
15025
|
slots: n
|
|
15026
15026
|
}) {
|
|
15027
15027
|
var c, d, a, o, m, l, t, f;
|
|
15028
|
-
return me(
|
|
15028
|
+
return me(Se, {
|
|
15029
15029
|
uploadUrl: ((c = e.uploader) == null ? void 0 : c.uploadUrl) || "",
|
|
15030
15030
|
defaultFileItem: {
|
|
15031
15031
|
id: "id",
|
|
@@ -15134,7 +15134,7 @@ const oe = /* @__PURE__ */ P({
|
|
|
15134
15134
|
}), y = q(e);
|
|
15135
15135
|
!y.url && o && (y.url = o), !y.afterFetched && l && (y.afterFetched = l);
|
|
15136
15136
|
const V = () => {
|
|
15137
|
-
|
|
15137
|
+
Ce(u, y, Qe);
|
|
15138
15138
|
};
|
|
15139
15139
|
V(), T(() => e.options, () => {
|
|
15140
15140
|
V();
|
|
@@ -15235,7 +15235,7 @@ const Ka = Qe, Xe = /* @__PURE__ */ P({
|
|
|
15235
15235
|
};
|
|
15236
15236
|
o(), T(() => e.modelValue, () => o());
|
|
15237
15237
|
const m = k(null), l = k([]), t = k([]), f = k(""), i = () => {
|
|
15238
|
-
|
|
15238
|
+
Ce(l, e), t.value = l.value;
|
|
15239
15239
|
};
|
|
15240
15240
|
i(), T(() => e.options, () => {
|
|
15241
15241
|
i();
|
|
@@ -15317,7 +15317,7 @@ const Ka = Qe, Xe = /* @__PURE__ */ P({
|
|
|
15317
15317
|
const d = k(e.modelValue);
|
|
15318
15318
|
T(() => e.modelValue, () => d.value = e.modelValue);
|
|
15319
15319
|
const a = k([]);
|
|
15320
|
-
|
|
15320
|
+
Ce(a, e);
|
|
15321
15321
|
const o = (l) => {
|
|
15322
15322
|
n("update:modelValue", l);
|
|
15323
15323
|
}, m = F(e, Object.keys(B));
|
|
@@ -15339,7 +15339,7 @@ const Ka = Qe, Xe = /* @__PURE__ */ P({
|
|
|
15339
15339
|
});
|
|
15340
15340
|
}
|
|
15341
15341
|
});
|
|
15342
|
-
function
|
|
15342
|
+
function Ee(e, n = 2) {
|
|
15343
15343
|
let c = e + "";
|
|
15344
15344
|
for (; c.length < n; )
|
|
15345
15345
|
c = "0" + c;
|
|
@@ -15350,7 +15350,7 @@ const Ze = /* @__PURE__ */ P({
|
|
|
15350
15350
|
props: {
|
|
15351
15351
|
...B,
|
|
15352
15352
|
modelValue: {
|
|
15353
|
-
type: [Date, String],
|
|
15353
|
+
type: [Date, String, Object],
|
|
15354
15354
|
default: () => null
|
|
15355
15355
|
},
|
|
15356
15356
|
/**
|
|
@@ -15368,23 +15368,23 @@ const Ze = /* @__PURE__ */ P({
|
|
|
15368
15368
|
expose: d
|
|
15369
15369
|
}) {
|
|
15370
15370
|
var u;
|
|
15371
|
-
const a = ((u = e.defaultProps) == null ? void 0 : u.columnsType) || ["year", "month", "day"], o = (h, y, V) => (h.forEach((v) => {
|
|
15372
|
-
v === "year" ? y.push(
|
|
15373
|
-
}), y),
|
|
15371
|
+
const a = ((u = e.defaultProps) == null ? void 0 : u.columnsType) || ["year", "month", "day"], o = (h) => pe(h) ? h.year() : h.getFullYear(), m = (h) => pe(h) ? h.month() + 1 : h.getMonth() + 1, l = (h) => pe(h) ? h.date() : h.getDate(), t = (h, y, V) => (h.forEach((v) => {
|
|
15372
|
+
v === "year" ? y.push(o(V)) : v === "month" ? y.push(m(V)) : v === "day" && y.push(l(V));
|
|
15373
|
+
}), y), f = (h) => {
|
|
15374
15374
|
const y = [];
|
|
15375
|
-
return h ?
|
|
15375
|
+
return h ? t(a, y, h) : y;
|
|
15376
15376
|
};
|
|
15377
|
-
let
|
|
15378
|
-
|
|
15379
|
-
const
|
|
15377
|
+
let i = f(e.modelValue);
|
|
15378
|
+
i.length || (i = t(a, i, /* @__PURE__ */ new Date()));
|
|
15379
|
+
const w = k(i);
|
|
15380
15380
|
T(() => e.modelValue, () => {
|
|
15381
|
-
|
|
15381
|
+
w.value = f(e.modelValue);
|
|
15382
15382
|
});
|
|
15383
|
-
const
|
|
15383
|
+
const E = k(null), p = U(() => {
|
|
15384
15384
|
if (e.modelValue) {
|
|
15385
15385
|
let h = "";
|
|
15386
15386
|
return a.forEach((y) => {
|
|
15387
|
-
y === "year" ? h +=
|
|
15387
|
+
y === "year" ? h += o(e.modelValue) : y === "month" ? (h && (h += "/"), h += Ee(m(e.modelValue), 2)) : y === "day" && (h && (h += "/"), h += Ee(l(e.modelValue), 2));
|
|
15388
15388
|
}), h;
|
|
15389
15389
|
}
|
|
15390
15390
|
return "";
|
|
@@ -15395,7 +15395,7 @@ const Ze = /* @__PURE__ */ P({
|
|
|
15395
15395
|
const g = ({
|
|
15396
15396
|
selectedValues: h
|
|
15397
15397
|
}) => {
|
|
15398
|
-
|
|
15398
|
+
E.value.close();
|
|
15399
15399
|
const y = /* @__PURE__ */ new Date();
|
|
15400
15400
|
let V = {};
|
|
15401
15401
|
a.forEach((v, s) => {
|
|
@@ -15403,16 +15403,16 @@ const Ze = /* @__PURE__ */ P({
|
|
|
15403
15403
|
}), n("update:modelValue", new Date(V.year || y.getFullYear(), ue(V.month) ? y.getMonth() : V.month, V.date || y.getDate()));
|
|
15404
15404
|
};
|
|
15405
15405
|
return () => r(oe, {
|
|
15406
|
-
ref:
|
|
15406
|
+
ref: E,
|
|
15407
15407
|
closeable: !1,
|
|
15408
15408
|
disabled: e.disabled || e.readonly
|
|
15409
15409
|
}, {
|
|
15410
15410
|
...de(c, e),
|
|
15411
15411
|
default: () => r(da, S({
|
|
15412
|
-
modelValue:
|
|
15413
|
-
"onUpdate:modelValue": (h) =>
|
|
15412
|
+
modelValue: w.value,
|
|
15413
|
+
"onUpdate:modelValue": (h) => w.value = h,
|
|
15414
15414
|
onConfirm: g,
|
|
15415
|
-
onCancel: () =>
|
|
15415
|
+
onCancel: () => E.value.close(),
|
|
15416
15416
|
title: e.title
|
|
15417
15417
|
}, e.defaultProps), null)
|
|
15418
15418
|
});
|
|
@@ -15433,7 +15433,7 @@ const Ze = /* @__PURE__ */ P({
|
|
|
15433
15433
|
expose: d
|
|
15434
15434
|
}) {
|
|
15435
15435
|
const a = k(null), o = k(null), m = (V) => {
|
|
15436
|
-
V && (a.value = V, o.value = `${
|
|
15436
|
+
V && (a.value = V, o.value = `${Ee(V.getHours(), 2)}:${Ee(V.getMinutes(), 2)}`);
|
|
15437
15437
|
};
|
|
15438
15438
|
m(e.modelValue), T(() => e.modelValue, () => m(e.modelValue));
|
|
15439
15439
|
const l = k(), t = k("date"), f = new Date(2010, 0, 1), i = new Date(2045, 11, 31), w = ["日", "一", "二", "三", "四", "五", "六"], E = U(() => a.value ? `${a.value.getFullYear()}/${a.value.getMonth() + 1}/${a.value.getDate()} 星期${w[a.value.getDay()]}` : "请选择日期"), p = U(() => o.value ? o.value : "请选择时间"), g = U(() => a.value && o.value ? `${E.value} ${p.value}` : "");
|
|
@@ -15635,7 +15635,7 @@ const Ze = /* @__PURE__ */ P({
|
|
|
15635
15635
|
const d = k(e.modelValue);
|
|
15636
15636
|
T(() => e.modelValue, () => d.value = e.modelValue);
|
|
15637
15637
|
const a = k([]);
|
|
15638
|
-
|
|
15638
|
+
Ce(a, e);
|
|
15639
15639
|
const o = (l) => {
|
|
15640
15640
|
n("update:modelValue", l);
|
|
15641
15641
|
}, m = F(e, Object.keys(B));
|
|
@@ -15656,7 +15656,7 @@ const Ze = /* @__PURE__ */ P({
|
|
|
15656
15656
|
})
|
|
15657
15657
|
});
|
|
15658
15658
|
}
|
|
15659
|
-
}),
|
|
15659
|
+
}), ke = /* @__PURE__ */ P({
|
|
15660
15660
|
name: "ExSelect",
|
|
15661
15661
|
props: {
|
|
15662
15662
|
...fe,
|
|
@@ -15704,9 +15704,9 @@ const Ze = /* @__PURE__ */ P({
|
|
|
15704
15704
|
var h;
|
|
15705
15705
|
return e.modelValue.length === 0 ? "" : (h = (R(e.modelValue) ? e.modelValue : [e.modelValue]).map((y, V) => {
|
|
15706
15706
|
var v, s;
|
|
15707
|
-
return e.textInValue && (y = y.value), m === 1 ? (v =
|
|
15707
|
+
return e.textInValue && (y = y.value), m === 1 ? (v = xe(o.value, {
|
|
15708
15708
|
value: y
|
|
15709
|
-
})) == null ? void 0 : v.text : (s =
|
|
15709
|
+
})) == null ? void 0 : v.text : (s = xe(o.value[V], {
|
|
15710
15710
|
value: y
|
|
15711
15711
|
})) == null ? void 0 : s.text;
|
|
15712
15712
|
})) == null ? void 0 : h.join("/");
|
|
@@ -15871,7 +15871,7 @@ const Ze = /* @__PURE__ */ P({
|
|
|
15871
15871
|
}
|
|
15872
15872
|
});
|
|
15873
15873
|
function Ha(e) {
|
|
15874
|
-
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !
|
|
15874
|
+
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !ve(e);
|
|
15875
15875
|
}
|
|
15876
15876
|
const Nn = /* @__PURE__ */ P({
|
|
15877
15877
|
name: "ExUploader",
|
|
@@ -15993,7 +15993,7 @@ const Nn = /* @__PURE__ */ P({
|
|
|
15993
15993
|
emit: n,
|
|
15994
15994
|
slots: c
|
|
15995
15995
|
}) {
|
|
15996
|
-
const d = G(
|
|
15996
|
+
const d = G(Se, () => ({})), a = d.uploadUrl || "", o = d.defaultFileItem || {}, {
|
|
15997
15997
|
url: m,
|
|
15998
15998
|
path: l,
|
|
15999
15999
|
name: t
|
|
@@ -16119,17 +16119,17 @@ const Nn = /* @__PURE__ */ P({
|
|
|
16119
16119
|
}), qa = (e, n, c, d) => {
|
|
16120
16120
|
let a = "";
|
|
16121
16121
|
const { uploaderProvider: o } = d;
|
|
16122
|
-
return n && !ue(n[e.key]) ? a = n[e.key] : ue(e.defaultValue) || (a = N(e.defaultValue) ? e.defaultValue(c) : e.defaultValue), e.init && N(e.init) && (a = e.init({ submitForm: c, value: a, existingData: n })), e.type === "number" || e.type === "rate" ? a = a ? Number(a) : 0 : e.type === "slider" ? a = e.defaultProps && e.defaultProps.range ? a || [0, 100] : a ? Number(a) : 0 : e.type === "switch" ? a = a === "true" || a === 1 || a === "1" || a === !0 : e.type === "date" || e.type === "datetime" ? a = Sa(a) ? a : null : e.type === "checkbox" || e.type === "group" || e.type === "cascade" ? a = a || [] : e.type === "address" ? (a = a || [], R(a) || (a = We(a))) : e.type === "uploader" && (e.defaultProps && e.defaultProps.maxNum && e.defaultProps.maxNum > 1 ? a = a || [] : a = a || { [o.path]: "", [o.url]: "" }), a;
|
|
16122
|
+
return n && !ue(n[e.key]) ? a = n[e.key] : ue(e.defaultValue) || (a = N(e.defaultValue) ? e.defaultValue(c) : e.defaultValue), e.init && N(e.init) && (a = e.init({ submitForm: c, value: a, existingData: n })), e.type === "number" || e.type === "rate" ? a = a ? Number(a) : 0 : e.type === "slider" ? a = e.defaultProps && e.defaultProps.range ? a || [0, 100] : a ? Number(a) : 0 : e.type === "switch" ? a = a === "true" || a === 1 || a === "1" || a === !0 : e.type === "date" || e.type === "datetime" ? a = Sa(a) || pe(a) ? a : null : e.type === "checkbox" || e.type === "group" || e.type === "cascade" ? a = a || [] : e.type === "address" ? (a = a || [], R(a) || (a = We(a))) : e.type === "uploader" && (e.defaultProps && e.defaultProps.maxNum && e.defaultProps.maxNum > 1 ? a = a || [] : a = a || { [o.path]: "", [o.url]: "" }), a;
|
|
16123
16123
|
};
|
|
16124
16124
|
function A(e) {
|
|
16125
|
-
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !
|
|
16125
|
+
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !ve(e);
|
|
16126
16126
|
}
|
|
16127
16127
|
const Un = (e, n, {
|
|
16128
16128
|
props: c,
|
|
16129
16129
|
slots: d
|
|
16130
16130
|
}) => {
|
|
16131
16131
|
var p;
|
|
16132
|
-
const a = G(
|
|
16132
|
+
const a = G(Se, () => ({})), m = ["select", "date", "datetime", "time", "address", "cascade"].includes(e.type);
|
|
16133
16133
|
let t = F(e, ["placeholder", "help", "append", "required", "disabled", "rules", "readonly", "isLink", "fieldProps"]);
|
|
16134
16134
|
t.required = N(t.required) ? t.required(n) : t.required, t.disabled = N(t.disabled) ? t.disabled(n) : t.disabled, t = {
|
|
16135
16135
|
readonly: c.readonly,
|
|
@@ -16174,7 +16174,7 @@ const Un = (e, n, {
|
|
|
16174
16174
|
} else
|
|
16175
16175
|
switch (e.type) {
|
|
16176
16176
|
case "select":
|
|
16177
|
-
w = r(
|
|
16177
|
+
w = r(ke, S({
|
|
16178
16178
|
modelValue: n[e.key],
|
|
16179
16179
|
"onUpdate:modelValue": (g) => n[e.key] = g
|
|
16180
16180
|
}, f, t), A(i) ? i : {
|
|
@@ -16523,7 +16523,7 @@ const Un = (e, n, {
|
|
|
16523
16523
|
//提交表单,初始化数据后会生成
|
|
16524
16524
|
submitFormBackup: {}
|
|
16525
16525
|
//初始化后的表单数据备份,用于重置表单以及脏数据判断
|
|
16526
|
-
}), m = U(() => e.form), l = G(
|
|
16526
|
+
}), m = U(() => e.form), l = G(Se, () => ({})), t = G(Cn, () => ({}));
|
|
16527
16527
|
T(() => e.data, (x) => {
|
|
16528
16528
|
i(x || "");
|
|
16529
16529
|
});
|
|
@@ -16650,7 +16650,7 @@ const Un = (e, n, {
|
|
|
16650
16650
|
}), s(), b()]
|
|
16651
16651
|
});
|
|
16652
16652
|
}
|
|
16653
|
-
}), Ja = We, Ga = za, Qa = Ka, Wa = _(kn), Xa = _(D), Za = _(Xe), eo = _(Pn), no = _(Ze), ao = _(en), oo = _(_n), co = _(nn), mo = _(Tn), to = _(
|
|
16653
|
+
}), Ja = We, Ga = za, Qa = Ka, Wa = _(kn), Xa = _(D), Za = _(Xe), eo = _(Pn), no = _(Ze), ao = _(en), oo = _(_n), co = _(nn), mo = _(Tn), to = _(ke), lo = _(Bn), ro = _(In), io = _(An), uo = _(Fn), so = _(Ya), fo = _(ja);
|
|
16654
16654
|
const ho = /* @__PURE__ */ P({
|
|
16655
16655
|
name: "ExResult",
|
|
16656
16656
|
props: {
|
|
@@ -16840,7 +16840,7 @@ M.isKanjiModeEnabled = function() {
|
|
|
16840
16840
|
M.toSJIS = function(n) {
|
|
16841
16841
|
return an(n);
|
|
16842
16842
|
};
|
|
16843
|
-
var
|
|
16843
|
+
var Pe = {};
|
|
16844
16844
|
(function(e) {
|
|
16845
16845
|
e.L = { bit: 1 }, e.M = { bit: 0 }, e.Q = { bit: 3 }, e.H = { bit: 2 };
|
|
16846
16846
|
function n(c) {
|
|
@@ -16874,7 +16874,7 @@ var ke = {};
|
|
|
16874
16874
|
return a;
|
|
16875
16875
|
}
|
|
16876
16876
|
};
|
|
16877
|
-
})(
|
|
16877
|
+
})(Pe);
|
|
16878
16878
|
function Mn() {
|
|
16879
16879
|
this.buffer = [], this.length = 0;
|
|
16880
16880
|
}
|
|
@@ -17044,8 +17044,8 @@ var On = {};
|
|
|
17044
17044
|
return l;
|
|
17045
17045
|
};
|
|
17046
17046
|
})(On);
|
|
17047
|
-
var
|
|
17048
|
-
const K =
|
|
17047
|
+
var _e = {};
|
|
17048
|
+
const K = Pe, ye = [
|
|
17049
17049
|
// L M Q H
|
|
17050
17050
|
1,
|
|
17051
17051
|
1,
|
|
@@ -17370,7 +17370,7 @@ const K = ke, ye = [
|
|
|
17370
17370
|
2040,
|
|
17371
17371
|
2430
|
|
17372
17372
|
];
|
|
17373
|
-
|
|
17373
|
+
_e.getBlocksCount = function(n, c) {
|
|
17374
17374
|
switch (c) {
|
|
17375
17375
|
case K.L:
|
|
17376
17376
|
return ye[(n - 1) * 4 + 0];
|
|
@@ -17384,7 +17384,7 @@ Pe.getBlocksCount = function(n, c) {
|
|
|
17384
17384
|
return;
|
|
17385
17385
|
}
|
|
17386
17386
|
};
|
|
17387
|
-
|
|
17387
|
+
_e.getTotalCodewordsCount = function(n, c) {
|
|
17388
17388
|
switch (c) {
|
|
17389
17389
|
case K.L:
|
|
17390
17390
|
return be[(n - 1) * 4 + 0];
|
|
@@ -17398,28 +17398,28 @@ Pe.getTotalCodewordsCount = function(n, c) {
|
|
|
17398
17398
|
return;
|
|
17399
17399
|
}
|
|
17400
17400
|
};
|
|
17401
|
-
var $n = {},
|
|
17402
|
-
const le = new Uint8Array(512),
|
|
17401
|
+
var $n = {}, Te = {};
|
|
17402
|
+
const le = new Uint8Array(512), we = new Uint8Array(256);
|
|
17403
17403
|
(function() {
|
|
17404
17404
|
let n = 1;
|
|
17405
17405
|
for (let c = 0; c < 255; c++)
|
|
17406
|
-
le[c] = n,
|
|
17406
|
+
le[c] = n, we[n] = c, n <<= 1, n & 256 && (n ^= 285);
|
|
17407
17407
|
for (let c = 255; c < 512; c++)
|
|
17408
17408
|
le[c] = le[c - 255];
|
|
17409
17409
|
})();
|
|
17410
|
-
|
|
17410
|
+
Te.log = function(n) {
|
|
17411
17411
|
if (n < 1)
|
|
17412
17412
|
throw new Error("log(" + n + ")");
|
|
17413
|
-
return
|
|
17413
|
+
return we[n];
|
|
17414
17414
|
};
|
|
17415
|
-
|
|
17415
|
+
Te.exp = function(n) {
|
|
17416
17416
|
return le[n];
|
|
17417
17417
|
};
|
|
17418
|
-
|
|
17419
|
-
return n === 0 || c === 0 ? 0 : le[
|
|
17418
|
+
Te.mul = function(n, c) {
|
|
17419
|
+
return n === 0 || c === 0 ? 0 : le[we[n] + we[c]];
|
|
17420
17420
|
};
|
|
17421
17421
|
(function(e) {
|
|
17422
|
-
const n =
|
|
17422
|
+
const n = Te;
|
|
17423
17423
|
e.mul = function(d, a) {
|
|
17424
17424
|
const o = new Uint8Array(d.length + a.length - 1);
|
|
17425
17425
|
for (let m = 0; m < d.length; m++)
|
|
@@ -17551,7 +17551,7 @@ $.testAlphanumeric = function(n) {
|
|
|
17551
17551
|
};
|
|
17552
17552
|
})(H);
|
|
17553
17553
|
(function(e) {
|
|
17554
|
-
const n = M, c =
|
|
17554
|
+
const n = M, c = _e, d = Pe, a = H, o = dn, m = 7973, l = n.getBCHDigit(m);
|
|
17555
17555
|
function t(E, p, g) {
|
|
17556
17556
|
for (let u = 1; u <= 40; u++)
|
|
17557
17557
|
if (p <= e.getCapacity(u, g, E))
|
|
@@ -17941,8 +17941,8 @@ var Lo = Jn.exports;
|
|
|
17941
17941
|
for (let L = 0; L < C.length; L++) {
|
|
17942
17942
|
const O = C[L], ce = "" + x + L;
|
|
17943
17943
|
I.push(ce), v[ce] = { node: O, lastCount: 0 }, s[ce] = {};
|
|
17944
|
-
for (let
|
|
17945
|
-
const j = b[
|
|
17944
|
+
for (let Ie = 0; Ie < b.length; Ie++) {
|
|
17945
|
+
const j = b[Ie];
|
|
17946
17946
|
v[j] && v[j].node.mode === O.mode ? (s[j][ce] = E(v[j].lastCount + O.length, O.mode) - E(v[j].lastCount, O.mode), v[j].lastCount += O.length) : (v[j] && (v[j].lastCount = O.length), s[j][ce] = E(O.length, O.mode) + 4 + n.getCharCountIndicator(O.mode, V));
|
|
17947
17947
|
}
|
|
17948
17948
|
}
|
|
@@ -17984,7 +17984,7 @@ var Lo = Jn.exports;
|
|
|
17984
17984
|
);
|
|
17985
17985
|
};
|
|
17986
17986
|
})(Yn);
|
|
17987
|
-
const
|
|
17987
|
+
const Be = M, Fe = Pe, Oo = po, $o = xo, jo = Rn, zo = Ln, je = On, ze = _e, Ko = wo, Ve = zn, Ho = Hn, qo = H, Ue = Yn;
|
|
17988
17988
|
function Yo(e, n) {
|
|
17989
17989
|
const c = e.size, d = zo.getPositions(n);
|
|
17990
17990
|
for (let a = 0; a < d.length; a++) {
|
|
@@ -18012,7 +18012,7 @@ function Go(e, n) {
|
|
|
18012
18012
|
}
|
|
18013
18013
|
}
|
|
18014
18014
|
function Qo(e, n) {
|
|
18015
|
-
const c = e.size, d =
|
|
18015
|
+
const c = e.size, d = Ve.getEncodedBits(n);
|
|
18016
18016
|
let a, o, m;
|
|
18017
18017
|
for (let l = 0; l < 18; l++)
|
|
18018
18018
|
a = Math.floor(l / 3), o = l % 3 + c - 8 - 3, m = (d >> l & 1) === 1, e.set(a, o, m, !0), e.set(o, a, m, !0);
|
|
@@ -18045,7 +18045,7 @@ function Xo(e, n, c) {
|
|
|
18045
18045
|
c.forEach(function(t) {
|
|
18046
18046
|
d.put(t.mode.bit, 4), d.put(t.getLength(), qo.getCharCountIndicator(t.mode, e)), t.write(d);
|
|
18047
18047
|
});
|
|
18048
|
-
const a =
|
|
18048
|
+
const a = Be.getSymbolTotalCodewords(e), o = ze.getTotalCodewordsCount(e, n), m = (a - o) * 8;
|
|
18049
18049
|
for (d.getLengthInBits() + 4 <= m && d.put(0, 4); d.getLengthInBits() % 8 !== 0; )
|
|
18050
18050
|
d.putBit(0);
|
|
18051
18051
|
const l = (m - d.getLengthInBits()) / 8;
|
|
@@ -18054,7 +18054,7 @@ function Xo(e, n, c) {
|
|
|
18054
18054
|
return Zo(d, e, n);
|
|
18055
18055
|
}
|
|
18056
18056
|
function Zo(e, n, c) {
|
|
18057
|
-
const d =
|
|
18057
|
+
const d = Be.getSymbolTotalCodewords(n), a = ze.getTotalCodewordsCount(n, c), o = d - a, m = ze.getBlocksCount(n, c), l = d % m, t = m - l, f = Math.floor(d / m), i = Math.floor(o / m), w = i + 1, E = f - i, p = new Ko(E);
|
|
18058
18058
|
let g = 0;
|
|
18059
18059
|
const u = new Array(m), h = new Array(m);
|
|
18060
18060
|
let y = 0;
|
|
@@ -18081,12 +18081,12 @@ function ed(e, n, c, d) {
|
|
|
18081
18081
|
let f = n;
|
|
18082
18082
|
if (!f) {
|
|
18083
18083
|
const i = Ue.rawSplit(e);
|
|
18084
|
-
f =
|
|
18084
|
+
f = Ve.getBestVersionForData(i, c);
|
|
18085
18085
|
}
|
|
18086
18086
|
a = Ue.fromString(e, f || 40);
|
|
18087
18087
|
} else
|
|
18088
18088
|
throw new Error("Invalid data");
|
|
18089
|
-
const o =
|
|
18089
|
+
const o = Ve.getBestVersionForData(a, c);
|
|
18090
18090
|
if (!o)
|
|
18091
18091
|
throw new Error("The amount of data is too big to be stored in a QR Code");
|
|
18092
18092
|
if (!n)
|
|
@@ -18098,7 +18098,7 @@ The chosen QR Code version cannot contain this amount of data.
|
|
|
18098
18098
|
Minimum version required to store current data is: ` + o + `.
|
|
18099
18099
|
`
|
|
18100
18100
|
);
|
|
18101
|
-
const m = Xo(n, c, a), l =
|
|
18101
|
+
const m = Xo(n, c, a), l = Be.getSymbolSize(n), t = new $o(l);
|
|
18102
18102
|
return Yo(t, n), Jo(t), Go(t, n), De(t, c, 0), n >= 7 && Qo(t, n), Wo(t, m), isNaN(d) && (d = je.getBestMask(
|
|
18103
18103
|
t,
|
|
18104
18104
|
De.bind(null, t, c)
|
|
@@ -18114,7 +18114,7 @@ Dn.create = function(n, c) {
|
|
|
18114
18114
|
if (typeof n > "u" || n === "")
|
|
18115
18115
|
throw new Error("No input text");
|
|
18116
18116
|
let d = Fe.M, a, o;
|
|
18117
|
-
return typeof c < "u" && (d = Fe.from(c.errorCorrectionLevel, Fe.M), a =
|
|
18117
|
+
return typeof c < "u" && (d = Fe.from(c.errorCorrectionLevel, Fe.M), a = Ve.from(c.version), o = je.from(c.maskPattern), c.toSJISFunc && Be.setToSJISFunction(c.toSJISFunc)), ed(n, a, d, o);
|
|
18118
18118
|
};
|
|
18119
18119
|
var Gn = {}, cn = {};
|
|
18120
18120
|
(function(e) {
|
|
@@ -18433,7 +18433,7 @@ const re = (e) => Ba(e) || ue(e) ? "auto" : isNaN(e) ? e : `${e}px`, tn = /* @__
|
|
|
18433
18433
|
}, ld = (e, n, c) => {
|
|
18434
18434
|
const d = k(), a = k();
|
|
18435
18435
|
let o;
|
|
18436
|
-
return e.type === "select" ? o = r(
|
|
18436
|
+
return e.type === "select" ? o = r(ke, {
|
|
18437
18437
|
ref: d,
|
|
18438
18438
|
modelValue: n[e.key],
|
|
18439
18439
|
"onUpdate:modelValue": (m) => n[e.key] = m,
|
|
@@ -18485,7 +18485,7 @@ const re = (e) => Ba(e) || ue(e) ? "auto" : isNaN(e) ? e : `${e}px`, tn = /* @__
|
|
|
18485
18485
|
name: e.key,
|
|
18486
18486
|
placeholder: `搜索${e.title}`
|
|
18487
18487
|
};
|
|
18488
|
-
return e.type === "select" ? r(
|
|
18488
|
+
return e.type === "select" ? r(ke, S({
|
|
18489
18489
|
modelValue: n[e.key],
|
|
18490
18490
|
"onUpdate:modelValue": (a) => n[e.key] = a,
|
|
18491
18491
|
clearable: !0,
|
|
@@ -18608,7 +18608,7 @@ const He = /* @__PURE__ */ P({
|
|
|
18608
18608
|
const s = {};
|
|
18609
18609
|
e.columns.forEach((b) => {
|
|
18610
18610
|
const x = o(b);
|
|
18611
|
-
if (b.quick && !
|
|
18611
|
+
if (b.quick && !xe(a.quickColumns, {
|
|
18612
18612
|
key: b.key
|
|
18613
18613
|
}))
|
|
18614
18614
|
a.quickColumns.push(b);
|
|
@@ -18617,7 +18617,7 @@ const He = /* @__PURE__ */ P({
|
|
|
18617
18617
|
console.error("expandable 为 true 时,必须提供 options 属性");
|
|
18618
18618
|
return;
|
|
18619
18619
|
}
|
|
18620
|
-
|
|
18620
|
+
xe(a.fieldColumns, {
|
|
18621
18621
|
key: b.key
|
|
18622
18622
|
}) || a.fieldColumns.push(b);
|
|
18623
18623
|
}
|