@bsgoal/common 1.8.7 → 1.8.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +64 -65
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/bsgoal-base-form/index.vue +1 -2
package/dist/index.mjs
CHANGED
|
@@ -9,7 +9,7 @@ var Ce = (e, s, a) => s in e ? Oe(e, s, { enumerable: !0, configurable: !0, writ
|
|
|
9
9
|
Ie.call(s, a) && Ce(e, a, s[a]);
|
|
10
10
|
return e;
|
|
11
11
|
};
|
|
12
|
-
import { computed as Z, resolveComponent as v, openBlock as n, createElementBlock as b, createVNode as $, withCtx as A, renderSlot as q, createTextVNode as
|
|
12
|
+
import { computed as Z, resolveComponent as v, openBlock as n, createElementBlock as b, createVNode as $, withCtx as A, renderSlot as q, createTextVNode as Y, toDisplayString as j, ref as N, watchEffect as pe, unref as c, createElementVNode as D, withDirectives as J, createBlock as y, Fragment as P, renderList as Q, createCommentVNode as C, nextTick as $e, inject as Me, watch as me, resolveDirective as Re, normalizeClass as ge, vShow as te, isProxy as Fe, toRaw as Ue, provide as Le, useSlots as Be, createSlots as Pe, normalizeStyle as ze } from "vue";
|
|
13
13
|
import { ElMessage as je } from "element-plus";
|
|
14
14
|
const l = {
|
|
15
15
|
INPUT: "text",
|
|
@@ -149,7 +149,7 @@ const Ge = { class: "bsgoal-base-tooltip" }, Ye = {
|
|
|
149
149
|
}, {
|
|
150
150
|
default: A(() => [
|
|
151
151
|
q(r.$slots, "default", {}, () => [
|
|
152
|
-
|
|
152
|
+
Y(j(a.value), 1)
|
|
153
153
|
])
|
|
154
154
|
]),
|
|
155
155
|
_: 3
|
|
@@ -297,8 +297,8 @@ const He = { class: "bsgoal-base-form" }, We = { class: "base_form" }, Xe = { ke
|
|
|
297
297
|
for (const B of T) {
|
|
298
298
|
const { type: m = "", range: I = [], prop: k = "" } = B;
|
|
299
299
|
if (m.endsWith("range") && I && I.length === 2) {
|
|
300
|
-
const { 0: L = "", 1: F = "" } = h[k], { 0:
|
|
301
|
-
h[
|
|
300
|
+
const { 0: L = "", 1: F = "" } = h[k], { 0: H = "", 1: R = "" } = I;
|
|
301
|
+
h[H] = L, h[R] = F;
|
|
302
302
|
}
|
|
303
303
|
}
|
|
304
304
|
return a("on-form", h), h;
|
|
@@ -345,7 +345,7 @@ const He = { class: "bsgoal-base-form" }, We = { class: "base_form" }, Xe = { ke
|
|
|
345
345
|
triggerOperationForm: M,
|
|
346
346
|
validateForm: U
|
|
347
347
|
}), (h, x) => {
|
|
348
|
-
const T = v("el-input"), B = v("el-input-number"), m = v("el-radio"), I = v("el-radio-group"), k = v("el-option"), L = v("el-select"), F = v("el-slider"),
|
|
348
|
+
const T = v("el-input"), B = v("el-input-number"), m = v("el-radio"), I = v("el-radio-group"), k = v("el-option"), L = v("el-select"), F = v("el-slider"), H = v("el-switch"), R = v("el-date-picker"), W = v("el-time-picker"), ee = v("el-checkbox"), ae = v("el-checkbox-group"), le = v("el-form-item"), re = v("el-col"), ie = v("el-row"), ue = v("el-form");
|
|
349
349
|
return n(), b("div", He, [
|
|
350
350
|
D("div", We, [
|
|
351
351
|
J((n(), y(ue, {
|
|
@@ -358,11 +358,11 @@ const He = { class: "bsgoal-base-form" }, We = { class: "base_form" }, Xe = { ke
|
|
|
358
358
|
$(ie, null, {
|
|
359
359
|
default: A(() => [
|
|
360
360
|
(n(!0), b(P, null, Q(d.value, ({
|
|
361
|
-
label:
|
|
361
|
+
label: X = "",
|
|
362
362
|
prop: g = "",
|
|
363
363
|
type: o = "text",
|
|
364
364
|
placeholder: f = "",
|
|
365
|
-
readonly:
|
|
365
|
+
readonly: G = e.readonlys,
|
|
366
366
|
clearable: fe = !0,
|
|
367
367
|
rows: ve = 2,
|
|
368
368
|
min: he = 1,
|
|
@@ -380,15 +380,15 @@ const He = { class: "bsgoal-base-form" }, We = { class: "base_form" }, Xe = { ke
|
|
|
380
380
|
}, {
|
|
381
381
|
default: A(() => [
|
|
382
382
|
$(le, {
|
|
383
|
-
label:
|
|
383
|
+
label: X,
|
|
384
384
|
prop: g,
|
|
385
385
|
rules: ne
|
|
386
386
|
}, {
|
|
387
387
|
default: A(() => [
|
|
388
388
|
q(h.$slots, [g], {
|
|
389
|
-
option: { readonly:
|
|
389
|
+
option: { readonly: G, value: t.value[g], values: t.value }
|
|
390
390
|
}, () => [
|
|
391
|
-
|
|
391
|
+
G ? (n(), b("div", Xe, [
|
|
392
392
|
$(Ne, {
|
|
393
393
|
content: t.value[g],
|
|
394
394
|
limit: ce,
|
|
@@ -399,7 +399,7 @@ const He = { class: "bsgoal-base-form" }, We = { class: "base_form" }, Xe = { ke
|
|
|
399
399
|
key: 0,
|
|
400
400
|
modelValue: t.value[g],
|
|
401
401
|
"onUpdate:modelValue": (E) => t.value[g] = E,
|
|
402
|
-
placeholder: _(o,
|
|
402
|
+
placeholder: _(o, X, f),
|
|
403
403
|
clearable: fe,
|
|
404
404
|
onChange: (E) => w(o, g)
|
|
405
405
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder", "clearable", "onChange"])) : C("", !0),
|
|
@@ -412,7 +412,7 @@ const He = { class: "bsgoal-base-form" }, We = { class: "base_form" }, Xe = { ke
|
|
|
412
412
|
autosize: { minRows: ve },
|
|
413
413
|
maxlength: p,
|
|
414
414
|
clearable: fe,
|
|
415
|
-
placeholder: _(o,
|
|
415
|
+
placeholder: _(o, X, f),
|
|
416
416
|
onChange: (E) => w(o, g)
|
|
417
417
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "autosize", "maxlength", "clearable", "placeholder", "onChange"])) : C("", !0),
|
|
418
418
|
o === c(l).INPUT_NUMBER ? (n(), y(B, {
|
|
@@ -436,7 +436,7 @@ const He = { class: "bsgoal-base-form" }, We = { class: "base_form" }, Xe = { ke
|
|
|
436
436
|
label: E.value
|
|
437
437
|
}, {
|
|
438
438
|
default: A(() => [
|
|
439
|
-
|
|
439
|
+
Y(j(E.label), 1)
|
|
440
440
|
]),
|
|
441
441
|
_: 2
|
|
442
442
|
}, 1032, ["label"]))), 128))
|
|
@@ -447,7 +447,7 @@ const He = { class: "bsgoal-base-form" }, We = { class: "base_form" }, Xe = { ke
|
|
|
447
447
|
key: 4,
|
|
448
448
|
modelValue: t.value[g],
|
|
449
449
|
"onUpdate:modelValue": (E) => t.value[g] = E,
|
|
450
|
-
placeholder: _(o,
|
|
450
|
+
placeholder: _(o, X, f),
|
|
451
451
|
onChange: (E) => w(o, g)
|
|
452
452
|
}, {
|
|
453
453
|
default: A(() => [
|
|
@@ -467,7 +467,7 @@ const He = { class: "bsgoal-base-form" }, We = { class: "base_form" }, Xe = { ke
|
|
|
467
467
|
max: de,
|
|
468
468
|
onChange: (E) => w(o, g)
|
|
469
469
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "min", "max", "onChange"])) : C("", !0),
|
|
470
|
-
o === c(l).SWITCH ? (n(), y(
|
|
470
|
+
o === c(l).SWITCH ? (n(), y(H, {
|
|
471
471
|
key: 6,
|
|
472
472
|
modelValue: t.value[g],
|
|
473
473
|
"onUpdate:modelValue": (E) => t.value[g] = E,
|
|
@@ -486,7 +486,7 @@ const He = { class: "bsgoal-base-form" }, We = { class: "base_form" }, Xe = { ke
|
|
|
486
486
|
format: V(o, K),
|
|
487
487
|
"value-format": V(o, K),
|
|
488
488
|
type: o,
|
|
489
|
-
placeholder: _(o,
|
|
489
|
+
placeholder: _(o, X, f),
|
|
490
490
|
onChange: (E) => w(o, g)
|
|
491
491
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "format", "value-format", "type", "placeholder", "onChange"])) : C("", !0),
|
|
492
492
|
[
|
|
@@ -499,27 +499,27 @@ const He = { class: "bsgoal-base-form" }, We = { class: "base_form" }, Xe = { ke
|
|
|
499
499
|
"onUpdate:modelValue": (E) => t.value[g] = E,
|
|
500
500
|
type: o,
|
|
501
501
|
"value-format": V(o, K),
|
|
502
|
-
"start-placeholder": _(o,
|
|
503
|
-
"end-placeholder": _(o,
|
|
502
|
+
"start-placeholder": _(o, X, f)[0],
|
|
503
|
+
"end-placeholder": _(o, X, f)[1],
|
|
504
504
|
onChange: (E) => w(o, g)
|
|
505
505
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "type", "value-format", "start-placeholder", "end-placeholder", "onChange"])) : C("", !0),
|
|
506
|
-
[c(l).TIME].includes(o) ? (n(), y(
|
|
506
|
+
[c(l).TIME].includes(o) ? (n(), y(W, {
|
|
507
507
|
key: 9,
|
|
508
508
|
modelValue: t.value[g],
|
|
509
509
|
"onUpdate:modelValue": (E) => t.value[g] = E,
|
|
510
510
|
"arrow-control": "",
|
|
511
511
|
"value-format": V(o, K),
|
|
512
|
-
placeholder: _(o,
|
|
512
|
+
placeholder: _(o, X, f),
|
|
513
513
|
onChange: (E) => w(o, g)
|
|
514
514
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "value-format", "placeholder", "onChange"])) : C("", !0),
|
|
515
|
-
[c(l).TIME_RANGE].includes(o) ? (n(), y(
|
|
515
|
+
[c(l).TIME_RANGE].includes(o) ? (n(), y(W, {
|
|
516
516
|
key: 10,
|
|
517
517
|
modelValue: t.value[g],
|
|
518
518
|
"onUpdate:modelValue": (E) => t.value[g] = E,
|
|
519
519
|
"is-range": "",
|
|
520
520
|
"value-format": V(o, K),
|
|
521
|
-
"start-placeholder": _(o,
|
|
522
|
-
"end-placeholder": _(o,
|
|
521
|
+
"start-placeholder": _(o, X, f)[0],
|
|
522
|
+
"end-placeholder": _(o, X, f)[1],
|
|
523
523
|
onChange: (E) => w(o, g)
|
|
524
524
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "value-format", "start-placeholder", "end-placeholder", "onChange"])) : C("", !0),
|
|
525
525
|
[c(l).CHECKBOX].includes(o) ? (n(), y(ae, {
|
|
@@ -534,7 +534,7 @@ const He = { class: "bsgoal-base-form" }, We = { class: "base_form" }, Xe = { ke
|
|
|
534
534
|
label: E.value
|
|
535
535
|
}, {
|
|
536
536
|
default: A(() => [
|
|
537
|
-
|
|
537
|
+
Y(j(E.label), 1)
|
|
538
538
|
]),
|
|
539
539
|
_: 2
|
|
540
540
|
}, 1032, ["label"]))), 128))
|
|
@@ -545,11 +545,10 @@ const He = { class: "bsgoal-base-form" }, We = { class: "base_form" }, Xe = { ke
|
|
|
545
545
|
key: 12,
|
|
546
546
|
modelValue: t.value[g],
|
|
547
547
|
"onUpdate:modelValue": (E) => t.value[g] = E,
|
|
548
|
-
label: G,
|
|
549
548
|
"true-label": z[0] ? z[0].value : "1",
|
|
550
549
|
"false-label": z[1] ? z[1].value : "0",
|
|
551
550
|
onChange: (E) => w(o, g)
|
|
552
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue", "
|
|
551
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "true-label", "false-label", "onChange"])) : C("", !0),
|
|
553
552
|
[].includes(o) ? (n(), b(P, { key: 13 }, [], 64)) : C("", !0)
|
|
554
553
|
], 64))
|
|
555
554
|
])
|
|
@@ -1007,8 +1006,8 @@ const ht = { class: "bsgoal-base-table" }, pt = { class: "base_table" }, Et = {
|
|
|
1007
1006
|
rows: "rows",
|
|
1008
1007
|
total: "total"
|
|
1009
1008
|
}, t), _ = N(1), V = N(10), M = N(0), S = N({}), w = N(a.loading), U = N(), O = N({}), h = () => {
|
|
1010
|
-
const { fetch: m, call: I, hasPage: k } = a, L = S.value, F = _.value,
|
|
1011
|
-
k && (R[d.currentPage] = F, R[d.pageSize] =
|
|
1009
|
+
const { fetch: m, call: I, hasPage: k } = a, L = S.value, F = _.value, H = V.value, R = Ee({}, L);
|
|
1010
|
+
k && (R[d.currentPage] = F, R[d.pageSize] = H), Ae(m(R), I, w, O);
|
|
1012
1011
|
};
|
|
1013
1012
|
pe(() => {
|
|
1014
1013
|
U.value = a.data;
|
|
@@ -1061,9 +1060,9 @@ const ht = { class: "bsgoal-base-table" }, pt = { class: "base_table" }, Et = {
|
|
|
1061
1060
|
width: "40"
|
|
1062
1061
|
})) : C("", !0),
|
|
1063
1062
|
(n(!0), b(P, null, Q(i.value, ({
|
|
1064
|
-
prop:
|
|
1063
|
+
prop: H = "",
|
|
1065
1064
|
label: R = "",
|
|
1066
|
-
align:
|
|
1065
|
+
align: W = "center",
|
|
1067
1066
|
width: ee = "",
|
|
1068
1067
|
fixed: ae = !1,
|
|
1069
1068
|
tooltip: le = !1,
|
|
@@ -1071,17 +1070,17 @@ const ht = { class: "bsgoal-base-table" }, pt = { class: "base_table" }, Et = {
|
|
|
1071
1070
|
} = {}, ie) => (n(), y(k, {
|
|
1072
1071
|
key: ie,
|
|
1073
1072
|
label: R,
|
|
1074
|
-
align:
|
|
1073
|
+
align: W,
|
|
1075
1074
|
width: ee,
|
|
1076
1075
|
fixed: ae,
|
|
1077
1076
|
"min-width": `${R.length * 14 + 24}px`
|
|
1078
1077
|
}, {
|
|
1079
1078
|
default: A(({ row: ue }) => [
|
|
1080
|
-
q(m.$slots,
|
|
1079
|
+
q(m.$slots, H, { row: ue }, () => [
|
|
1081
1080
|
$(tt, {
|
|
1082
1081
|
limit: re,
|
|
1083
1082
|
tooltip: le,
|
|
1084
|
-
data: ue[
|
|
1083
|
+
data: ue[H]
|
|
1085
1084
|
}, null, 8, ["limit", "tooltip", "data"])
|
|
1086
1085
|
])
|
|
1087
1086
|
]),
|
|
@@ -1299,7 +1298,7 @@ const ra = { class: "bsgoal-base-search-operation" }, ia = {
|
|
|
1299
1298
|
onClick: u[0] || (u[0] = (_) => r.$emit("on-search"))
|
|
1300
1299
|
}, {
|
|
1301
1300
|
default: A(() => [
|
|
1302
|
-
|
|
1301
|
+
Y("搜索")
|
|
1303
1302
|
]),
|
|
1304
1303
|
_: 1
|
|
1305
1304
|
}, 8, ["icon"]),
|
|
@@ -1308,7 +1307,7 @@ const ra = { class: "bsgoal-base-search-operation" }, ia = {
|
|
|
1308
1307
|
onClick: u[1] || (u[1] = (_) => r.$emit("on-clear"))
|
|
1309
1308
|
}, {
|
|
1310
1309
|
default: A(() => [
|
|
1311
|
-
|
|
1310
|
+
Y("清空")
|
|
1312
1311
|
]),
|
|
1313
1312
|
_: 1
|
|
1314
1313
|
}, 8, ["icon"]),
|
|
@@ -1318,7 +1317,7 @@ const ra = { class: "bsgoal-base-search-operation" }, ia = {
|
|
|
1318
1317
|
style: { color: "var(--el-color-primary)" },
|
|
1319
1318
|
onClick: i
|
|
1320
1319
|
}, [
|
|
1321
|
-
|
|
1320
|
+
Y(j(a.value ? "收起" : "展开"), 1),
|
|
1322
1321
|
$(d, { color: "#409EFC" }, {
|
|
1323
1322
|
default: A(() => [
|
|
1324
1323
|
J($(c(Yt), null, null, 512), [
|
|
@@ -1499,15 +1498,15 @@ const fa = { class: "bsgoal-base-search" }, va = { class: "base_search" }, ha =
|
|
|
1499
1498
|
}, M = () => {
|
|
1500
1499
|
const { configOptions: x } = i, T = c(t), B = c(x), m = {};
|
|
1501
1500
|
for (const I of B) {
|
|
1502
|
-
const { type: k = "", range: L = [], prop: F = "", single:
|
|
1503
|
-
if ([l.CASCADER].includes(k) && Array.isArray(R) &&
|
|
1504
|
-
const
|
|
1505
|
-
|
|
1501
|
+
const { type: k = "", range: L = [], prop: F = "", single: H = !1 } = I, R = T[F];
|
|
1502
|
+
if ([l.CASCADER].includes(k) && Array.isArray(R) && H) {
|
|
1503
|
+
const W = R.length;
|
|
1504
|
+
W ? m[F] = R[W - 1] : m[F] = R;
|
|
1506
1505
|
} else
|
|
1507
1506
|
Fe(R) ? m[F] = Ue(R) : m[F] = R;
|
|
1508
1507
|
if (k.endsWith("range") && L && L.length === 2) {
|
|
1509
|
-
const { 0:
|
|
1510
|
-
m[ae] =
|
|
1508
|
+
const { 0: W = "", 1: ee = "" } = R, { 0: ae = "", 1: le = "" } = L;
|
|
1509
|
+
m[ae] = W, m[le] = ee;
|
|
1511
1510
|
}
|
|
1512
1511
|
}
|
|
1513
1512
|
a("on-search", m), a("update:modelValue", m);
|
|
@@ -1531,10 +1530,10 @@ const fa = { class: "bsgoal-base-search" }, va = { class: "base_search" }, ha =
|
|
|
1531
1530
|
return s({
|
|
1532
1531
|
triggerOperationSearch: M
|
|
1533
1532
|
}), (x, T) => {
|
|
1534
|
-
const B = v("el-input"), m = v("el-input-number"), I = v("el-radio"), k = v("el-radio-group"), L = v("el-option"), F = v("el-select"),
|
|
1533
|
+
const B = v("el-input"), m = v("el-input-number"), I = v("el-radio"), k = v("el-radio-group"), L = v("el-option"), F = v("el-select"), H = v("el-slider"), R = v("el-switch"), W = v("el-date-picker"), ee = v("el-time-picker"), ae = v("el-checkbox"), le = v("el-checkbox-group"), re = v("el-form-item"), ie = v("el-col"), ue = v("el-row"), X = v("el-form");
|
|
1535
1534
|
return n(), b("div", fa, [
|
|
1536
1535
|
D("div", va, [
|
|
1537
|
-
J((n(), y(
|
|
1536
|
+
J((n(), y(X, {
|
|
1538
1537
|
ref_key: "EL_FORM_REF",
|
|
1539
1538
|
ref: r,
|
|
1540
1539
|
"label-suffix": ":",
|
|
@@ -1548,7 +1547,7 @@ const fa = { class: "bsgoal-base-search" }, va = { class: "base_search" }, ha =
|
|
|
1548
1547
|
label: g = "",
|
|
1549
1548
|
prop: o = "",
|
|
1550
1549
|
type: f = "text",
|
|
1551
|
-
placeholder:
|
|
1550
|
+
placeholder: G = "",
|
|
1552
1551
|
readonly: fe = !1,
|
|
1553
1552
|
clearable: ve = !0,
|
|
1554
1553
|
rows: he = 2,
|
|
@@ -1573,7 +1572,7 @@ const fa = { class: "bsgoal-base-search" }, va = { class: "base_search" }, ha =
|
|
|
1573
1572
|
key: 0,
|
|
1574
1573
|
modelValue: t.value[o],
|
|
1575
1574
|
"onUpdate:modelValue": (p) => t.value[o] = p,
|
|
1576
|
-
placeholder: _(f, g,
|
|
1575
|
+
placeholder: _(f, g, G),
|
|
1577
1576
|
clearable: ve
|
|
1578
1577
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder", "clearable"])) : C("", !0),
|
|
1579
1578
|
f === c(l).INPUT_TEXT_AREA ? (n(), y(B, {
|
|
@@ -1583,7 +1582,7 @@ const fa = { class: "bsgoal-base-search" }, va = { class: "base_search" }, ha =
|
|
|
1583
1582
|
type: "textarea",
|
|
1584
1583
|
rows: he,
|
|
1585
1584
|
clearable: ve,
|
|
1586
|
-
placeholder: _(f, g,
|
|
1585
|
+
placeholder: _(f, g, G),
|
|
1587
1586
|
onChange: (p) => h(f, o)
|
|
1588
1587
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "rows", "clearable", "placeholder", "onChange"])) : C("", !0),
|
|
1589
1588
|
f === c(l).INPUT_NUMBER ? (n(), y(m, {
|
|
@@ -1606,7 +1605,7 @@ const fa = { class: "bsgoal-base-search" }, va = { class: "base_search" }, ha =
|
|
|
1606
1605
|
label: p.value
|
|
1607
1606
|
}, {
|
|
1608
1607
|
default: A(() => [
|
|
1609
|
-
|
|
1608
|
+
Y(j(p.label), 1)
|
|
1610
1609
|
]),
|
|
1611
1610
|
_: 2
|
|
1612
1611
|
}, 1032, ["label"]))), 128))
|
|
@@ -1617,7 +1616,7 @@ const fa = { class: "bsgoal-base-search" }, va = { class: "base_search" }, ha =
|
|
|
1617
1616
|
key: 4,
|
|
1618
1617
|
modelValue: t.value[o],
|
|
1619
1618
|
"onUpdate:modelValue": (p) => t.value[o] = p,
|
|
1620
|
-
placeholder: _(f, g,
|
|
1619
|
+
placeholder: _(f, g, G),
|
|
1621
1620
|
onChange: (p) => h(f, o)
|
|
1622
1621
|
}, {
|
|
1623
1622
|
default: A(() => [
|
|
@@ -1629,7 +1628,7 @@ const fa = { class: "bsgoal-base-search" }, va = { class: "base_search" }, ha =
|
|
|
1629
1628
|
]),
|
|
1630
1629
|
_: 2
|
|
1631
1630
|
}, 1032, ["modelValue", "onUpdate:modelValue", "placeholder", "onChange"])) : C("", !0),
|
|
1632
|
-
f === c(l).SLIDER ? (n(), y(
|
|
1631
|
+
f === c(l).SLIDER ? (n(), y(H, {
|
|
1633
1632
|
key: 5,
|
|
1634
1633
|
modelValue: t.value[o],
|
|
1635
1634
|
"onUpdate:modelValue": (p) => t.value[o] = p,
|
|
@@ -1647,28 +1646,28 @@ const fa = { class: "bsgoal-base-search" }, va = { class: "base_search" }, ha =
|
|
|
1647
1646
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "active-value", "inactive-value", "onChange"])) : C("", !0),
|
|
1648
1647
|
[c(l).DATE, c(l).MONTH, c(l).YEAR, c(l).DATE_TIME].includes(
|
|
1649
1648
|
f
|
|
1650
|
-
) ? (n(), y(
|
|
1649
|
+
) ? (n(), y(W, {
|
|
1651
1650
|
key: 7,
|
|
1652
1651
|
modelValue: t.value[o],
|
|
1653
1652
|
"onUpdate:modelValue": (p) => t.value[o] = p,
|
|
1654
1653
|
format: V(f, ne),
|
|
1655
1654
|
"value-format": V(f, ne),
|
|
1656
1655
|
type: f,
|
|
1657
|
-
placeholder: _(f, g,
|
|
1656
|
+
placeholder: _(f, g, G),
|
|
1658
1657
|
onChange: (p) => h(f, o)
|
|
1659
1658
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "format", "value-format", "type", "placeholder", "onChange"])) : C("", !0),
|
|
1660
1659
|
[
|
|
1661
1660
|
c(l).DATE_RANGE,
|
|
1662
1661
|
c(l).MONTH_RANGE,
|
|
1663
1662
|
c(l).DATE_TIME_RANGE
|
|
1664
|
-
].includes(f) ? (n(), y(
|
|
1663
|
+
].includes(f) ? (n(), y(W, {
|
|
1665
1664
|
key: 8,
|
|
1666
1665
|
modelValue: t.value[o],
|
|
1667
1666
|
"onUpdate:modelValue": (p) => t.value[o] = p,
|
|
1668
1667
|
type: f,
|
|
1669
1668
|
"value-format": V(f, ne),
|
|
1670
|
-
"start-placeholder": _(f, g,
|
|
1671
|
-
"end-placeholder": _(f, g,
|
|
1669
|
+
"start-placeholder": _(f, g, G)[0],
|
|
1670
|
+
"end-placeholder": _(f, g, G)[1],
|
|
1672
1671
|
onChange: (p) => h(f, o)
|
|
1673
1672
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "type", "value-format", "start-placeholder", "end-placeholder", "onChange"])) : C("", !0),
|
|
1674
1673
|
[c(l).TIME].includes(f) ? (n(), y(ee, {
|
|
@@ -1677,7 +1676,7 @@ const fa = { class: "bsgoal-base-search" }, va = { class: "base_search" }, ha =
|
|
|
1677
1676
|
"onUpdate:modelValue": (p) => t.value[o] = p,
|
|
1678
1677
|
"arrow-control": "",
|
|
1679
1678
|
"value-format": V(f, ne),
|
|
1680
|
-
placeholder: _(f, g,
|
|
1679
|
+
placeholder: _(f, g, G),
|
|
1681
1680
|
onChange: (p) => h(f, o)
|
|
1682
1681
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "value-format", "placeholder", "onChange"])) : C("", !0),
|
|
1683
1682
|
[c(l).TIME_RANGE].includes(f) ? (n(), y(ee, {
|
|
@@ -1686,8 +1685,8 @@ const fa = { class: "bsgoal-base-search" }, va = { class: "base_search" }, ha =
|
|
|
1686
1685
|
"onUpdate:modelValue": (p) => t.value[o] = p,
|
|
1687
1686
|
"is-range": "",
|
|
1688
1687
|
"value-format": V(f, ne),
|
|
1689
|
-
"start-placeholder": _(f, g,
|
|
1690
|
-
"end-placeholder": _(f, g,
|
|
1688
|
+
"start-placeholder": _(f, g, G)[0],
|
|
1689
|
+
"end-placeholder": _(f, g, G)[1],
|
|
1691
1690
|
onChange: (p) => h(f, o)
|
|
1692
1691
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "value-format", "start-placeholder", "end-placeholder", "onChange"])) : C("", !0),
|
|
1693
1692
|
[c(l).CHECKBOX].includes(f) ? (n(), y(le, {
|
|
@@ -1702,7 +1701,7 @@ const fa = { class: "bsgoal-base-search" }, va = { class: "base_search" }, ha =
|
|
|
1702
1701
|
label: p.value
|
|
1703
1702
|
}, {
|
|
1704
1703
|
default: A(() => [
|
|
1705
|
-
|
|
1704
|
+
Y(j(p.label), 1)
|
|
1706
1705
|
]),
|
|
1707
1706
|
_: 2
|
|
1708
1707
|
}, 1032, ["label"]))), 128))
|
|
@@ -1714,7 +1713,7 @@ const fa = { class: "bsgoal-base-search" }, va = { class: "base_search" }, ha =
|
|
|
1714
1713
|
modelValue: t.value[o],
|
|
1715
1714
|
"onUpdate:modelValue": (p) => t.value[o] = p,
|
|
1716
1715
|
"data-options": K,
|
|
1717
|
-
placeholder: _(f, g,
|
|
1716
|
+
placeholder: _(f, g, G),
|
|
1718
1717
|
onOnChange: (p) => h(f, o)
|
|
1719
1718
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "data-options", "placeholder", "onOnChange"])) : C("", !0),
|
|
1720
1719
|
[].includes(f) ? (n(), b(P, { key: 13 }, [], 64)) : C("", !0),
|
|
@@ -2173,7 +2172,7 @@ const ka = { class: "bsgoal-base-dialog" }, Sa = { class: "base_dialog" }, Oa =
|
|
|
2173
2172
|
D("span", Da, [
|
|
2174
2173
|
$(V, { onClick: r }, {
|
|
2175
2174
|
default: A(() => [
|
|
2176
|
-
|
|
2175
|
+
Y(j(e.cancelTxt), 1)
|
|
2177
2176
|
]),
|
|
2178
2177
|
_: 1
|
|
2179
2178
|
}),
|
|
@@ -2182,7 +2181,7 @@ const ka = { class: "bsgoal-base-dialog" }, Sa = { class: "base_dialog" }, Oa =
|
|
|
2182
2181
|
onClick: u
|
|
2183
2182
|
}, {
|
|
2184
2183
|
default: A(() => [
|
|
2185
|
-
|
|
2184
|
+
Y(j(e.confirmTxt), 1)
|
|
2186
2185
|
]),
|
|
2187
2186
|
_: 1
|
|
2188
2187
|
})
|
|
@@ -2271,7 +2270,7 @@ const Fa = { class: "bsgoal-base-tabs" }, Ua = {
|
|
|
2271
2270
|
}, {
|
|
2272
2271
|
default: A(() => [
|
|
2273
2272
|
q(u.$slots, M, {}, () => [
|
|
2274
|
-
|
|
2273
|
+
Y(j(V), 1)
|
|
2275
2274
|
])
|
|
2276
2275
|
]),
|
|
2277
2276
|
_: 2
|
|
@@ -2326,7 +2325,7 @@ const Pa = { class: "bsgoal-base-link" }, za = {
|
|
|
2326
2325
|
}, {
|
|
2327
2326
|
default: A(() => [
|
|
2328
2327
|
q(i.$slots, "default", {}, () => [
|
|
2329
|
-
|
|
2328
|
+
Y(j(e.content), 1)
|
|
2330
2329
|
], !0)
|
|
2331
2330
|
]),
|
|
2332
2331
|
_: 3
|
|
@@ -2411,7 +2410,7 @@ const Ya = { class: "bsgoal-base-button" }, Ha = {
|
|
|
2411
2410
|
plain: e.plain
|
|
2412
2411
|
}, {
|
|
2413
2412
|
default: A(() => [
|
|
2414
|
-
|
|
2413
|
+
Y(j(e.content), 1)
|
|
2415
2414
|
]),
|
|
2416
2415
|
_: 1
|
|
2417
2416
|
}, 8, ["type", "icon", "loading", "plain"])
|