cd-vue-filter 2.4.4 → 2.4.5
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/cd-vue-filter.js +99 -104
- package/dist/cd-vue-filter.umd.cjs +3 -3
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cd-vue-filter.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { MessagePlugin as
|
|
1
|
+
import { defineComponent as ye, ref as _, watch as G, resolveComponent as F, openBlock as g, createBlock as J, withCtx as r, createElementVNode as s, createVNode as o, createTextVNode as T, createCommentVNode as X, computed as ee, createElementBlock as B, Fragment as W, renderList as Z, nextTick as ie, toDisplayString as se, normalizeStyle as de, normalizeClass as ue, renderSlot as we, withDirectives as $e, vShow as Ve } from "vue";
|
|
2
|
+
import { MessagePlugin as re } from "tdesign-vue-next";
|
|
3
3
|
const Se = [
|
|
4
4
|
{
|
|
5
5
|
name: "北京市",
|
|
@@ -5527,7 +5527,7 @@ const Se = [
|
|
|
5527
5527
|
}
|
|
5528
5528
|
]
|
|
5529
5529
|
}
|
|
5530
|
-
], xe = { class: "relation-select-dialog" }, De = { class: "search-bar" },
|
|
5530
|
+
], xe = { class: "relation-select-dialog" }, De = { class: "search-bar" }, fe = 20, Ae = /* @__PURE__ */ ye({
|
|
5531
5531
|
__name: "RelationSelectDialog",
|
|
5532
5532
|
props: {
|
|
5533
5533
|
visible: { type: Boolean },
|
|
@@ -5610,7 +5610,7 @@ const Se = [
|
|
|
5610
5610
|
if (d.releaseId) {
|
|
5611
5611
|
x.value = !0;
|
|
5612
5612
|
try {
|
|
5613
|
-
const l = { currentPage: j.value, pageSize:
|
|
5613
|
+
const l = { currentPage: j.value, pageSize: fe };
|
|
5614
5614
|
m.value.trim() && (l.keyword = m.value.trim());
|
|
5615
5615
|
const y = await (await fetch(`/api/visualdev/OnlineDev/list/${d.releaseId}`, {
|
|
5616
5616
|
method: "POST",
|
|
@@ -5622,8 +5622,8 @@ const Se = [
|
|
|
5622
5622
|
const L = { id: h.id };
|
|
5623
5623
|
if (h.data)
|
|
5624
5624
|
try {
|
|
5625
|
-
const
|
|
5626
|
-
Object.assign(L,
|
|
5625
|
+
const Q = typeof h.data == "string" ? JSON.parse(h.data) : h.data;
|
|
5626
|
+
Object.assign(L, Q);
|
|
5627
5627
|
} catch {
|
|
5628
5628
|
}
|
|
5629
5629
|
return Object.assign(L, h), L;
|
|
@@ -5695,12 +5695,12 @@ const Se = [
|
|
|
5695
5695
|
current: j.value,
|
|
5696
5696
|
"onUpdate:current": p[1] || (p[1] = (h) => j.value = h),
|
|
5697
5697
|
total: $.value,
|
|
5698
|
-
"page-size":
|
|
5698
|
+
"page-size": fe,
|
|
5699
5699
|
"show-jumper": !0,
|
|
5700
5700
|
size: "small",
|
|
5701
5701
|
style: { "margin-top": "12px", "text-align": "right" },
|
|
5702
5702
|
onCurrentChange: v
|
|
5703
|
-
}, null, 8, ["current", "total"])) :
|
|
5703
|
+
}, null, 8, ["current", "total"])) : X("", !0)
|
|
5704
5704
|
])
|
|
5705
5705
|
]),
|
|
5706
5706
|
_: 1
|
|
@@ -5712,7 +5712,7 @@ const Se = [
|
|
|
5712
5712
|
for (const [k, m] of Y)
|
|
5713
5713
|
d[k] = m;
|
|
5714
5714
|
return d;
|
|
5715
|
-
}, Ee = /* @__PURE__ */ ae(Ae, [["__scopeId", "data-v-de9d6482"]]), Ue = { class: "filter-component" }, qe = /* @__PURE__ */
|
|
5715
|
+
}, Ee = /* @__PURE__ */ ae(Ae, [["__scopeId", "data-v-de9d6482"]]), Ue = { class: "filter-component" }, qe = /* @__PURE__ */ ye({
|
|
5716
5716
|
__name: "FilterComponent",
|
|
5717
5717
|
props: {
|
|
5718
5718
|
fieldOptions: {},
|
|
@@ -5786,11 +5786,11 @@ const Se = [
|
|
|
5786
5786
|
const t = e.fieldOptions.find((y) => y.value === l);
|
|
5787
5787
|
return t ? t.type : "text";
|
|
5788
5788
|
}, q = () => {
|
|
5789
|
-
typeof e.filterCondition.value == "string" && (e.filterCondition.value = e.filterCondition.value.trim()),
|
|
5789
|
+
typeof e.filterCondition.value == "string" && (e.filterCondition.value = e.filterCondition.value.trim()), ie(() => {
|
|
5790
5790
|
$("search", { ...e.filterCondition });
|
|
5791
5791
|
});
|
|
5792
5792
|
}, R = () => {
|
|
5793
|
-
(e.filterCondition.operator === "is_empty" || e.filterCondition.operator === "is_not_empty") && (e.filterCondition.value = null),
|
|
5793
|
+
(e.filterCondition.operator === "is_empty" || e.filterCondition.operator === "is_not_empty") && (e.filterCondition.value = null), ie(() => {
|
|
5794
5794
|
$("search", { ...e.filterCondition });
|
|
5795
5795
|
});
|
|
5796
5796
|
}, w = (l) => {
|
|
@@ -5802,7 +5802,7 @@ const Se = [
|
|
|
5802
5802
|
const t = e.fieldOptions.find((y) => y.value === l);
|
|
5803
5803
|
t != null && t.relationConfig && (N.value = t.relationConfig, K.value = t.type === "billdata" ? "billdata" : "basedata", O.value = !0);
|
|
5804
5804
|
}, n = (l) => {
|
|
5805
|
-
e.filterCondition.value = l.displayName,
|
|
5805
|
+
e.filterCondition.value = l.displayName, ie(() => {
|
|
5806
5806
|
$("search", { ...e.filterCondition });
|
|
5807
5807
|
});
|
|
5808
5808
|
}, U = ee(() => {
|
|
@@ -5895,15 +5895,15 @@ const Se = [
|
|
|
5895
5895
|
];
|
|
5896
5896
|
}
|
|
5897
5897
|
}), v = () => {
|
|
5898
|
-
|
|
5898
|
+
ie(() => {
|
|
5899
5899
|
$("search", { ...e.filterCondition });
|
|
5900
5900
|
});
|
|
5901
5901
|
};
|
|
5902
5902
|
return G(() => e.filterCondition.field, (l, t) => {
|
|
5903
5903
|
l && t && (e.filterCondition.operator = "eq", e.filterCondition.value = null);
|
|
5904
5904
|
}), (l, t) => {
|
|
5905
|
-
var le, ne, oe
|
|
5906
|
-
const y = F("t-option"), z = F("t-select"), h = F("t-input"), L = F("t-date-picker"),
|
|
5905
|
+
var le, te, ne, oe;
|
|
5906
|
+
const y = F("t-option"), z = F("t-select"), h = F("t-input"), L = F("t-date-picker"), Q = F("t-cascader");
|
|
5907
5907
|
return g(), B("div", Ue, [
|
|
5908
5908
|
o(z, {
|
|
5909
5909
|
modelValue: e.filterCondition.field,
|
|
@@ -5916,7 +5916,7 @@ const Se = [
|
|
|
5916
5916
|
"popup-props": { attach: ".cd-form-select-modal" }
|
|
5917
5917
|
}, {
|
|
5918
5918
|
default: r(() => [
|
|
5919
|
-
(g(!0), B(
|
|
5919
|
+
(g(!0), B(W, null, Z(e.fieldOptions, (V) => (g(), J(y, {
|
|
5920
5920
|
key: V.key,
|
|
5921
5921
|
label: V.key,
|
|
5922
5922
|
value: V.value
|
|
@@ -5935,7 +5935,7 @@ const Se = [
|
|
|
5935
5935
|
"popup-props": { attach: ".cd-form-select-modal" }
|
|
5936
5936
|
}, {
|
|
5937
5937
|
default: r(() => [
|
|
5938
|
-
(g(!0), B(
|
|
5938
|
+
(g(!0), B(W, null, Z(U.value, (V) => (g(), J(y, {
|
|
5939
5939
|
key: V.key,
|
|
5940
5940
|
label: V.label,
|
|
5941
5941
|
value: V.value
|
|
@@ -5963,7 +5963,7 @@ const Se = [
|
|
|
5963
5963
|
style: { width: "80px" },
|
|
5964
5964
|
onChange: q,
|
|
5965
5965
|
clearable: ""
|
|
5966
|
-
}, null, 8, ["modelValue", "size"])) : P(e.filterCondition.field) === "date" ? (g(), B(
|
|
5966
|
+
}, null, 8, ["modelValue", "size"])) : P(e.filterCondition.field) === "date" ? (g(), B(W, { key: 2 }, [
|
|
5967
5967
|
m(e.filterCondition.operator) ? (g(), J(h, {
|
|
5968
5968
|
key: 1,
|
|
5969
5969
|
value: (le = U.value.find((V) => V.value === e.filterCondition.operator)) == null ? void 0 : le.label,
|
|
@@ -6004,7 +6004,7 @@ const Se = [
|
|
|
6004
6004
|
onChange: q,
|
|
6005
6005
|
clearable: "",
|
|
6006
6006
|
"popup-props": { attach: ".cd-form-select-modal" }
|
|
6007
|
-
}, null, 8, ["modelValue", "options", "size"])) : P(e.filterCondition.field) === "selectProvince" ? (g(), J(
|
|
6007
|
+
}, null, 8, ["modelValue", "options", "size"])) : P(e.filterCondition.field) === "selectProvince" ? (g(), J(Q, {
|
|
6008
6008
|
key: 5,
|
|
6009
6009
|
modelValue: e.filterCondition.value,
|
|
6010
6010
|
"onUpdate:modelValue": t[7] || (t[7] = (V) => e.filterCondition.value = V),
|
|
@@ -6016,8 +6016,8 @@ const Se = [
|
|
|
6016
6016
|
loading: !1,
|
|
6017
6017
|
onChange: w,
|
|
6018
6018
|
"popup-props": { attach: ".cd-form-select-modal" }
|
|
6019
|
-
}, null, 8, ["modelValue", "options", "size"])) : D(e.filterCondition.field) ? (g(), B(
|
|
6020
|
-
c(e.filterCondition.operator) ?
|
|
6019
|
+
}, null, 8, ["modelValue", "options", "size"])) : D(e.filterCondition.field) ? (g(), B(W, { key: 6 }, [
|
|
6020
|
+
c(e.filterCondition.operator) ? X("", !0) : (g(), J(h, {
|
|
6021
6021
|
key: 0,
|
|
6022
6022
|
modelValue: e.filterCondition.value,
|
|
6023
6023
|
"onUpdate:modelValue": t[9] || (t[9] = (V) => e.filterCondition.value = V),
|
|
@@ -6040,13 +6040,13 @@ const Se = [
|
|
|
6040
6040
|
o(Ee, {
|
|
6041
6041
|
visible: O.value,
|
|
6042
6042
|
"onUpdate:visible": t[10] || (t[10] = (V) => O.value = V),
|
|
6043
|
-
"release-id": ((
|
|
6043
|
+
"release-id": ((te = N.value) == null ? void 0 : te.releaseId) || "",
|
|
6044
6044
|
"field-type": K.value,
|
|
6045
|
-
"form-type": (
|
|
6046
|
-
"dialog-title": (
|
|
6045
|
+
"form-type": (ne = N.value) == null ? void 0 : ne.formType,
|
|
6046
|
+
"dialog-title": (oe = N.value) == null ? void 0 : oe.dialogTitle,
|
|
6047
6047
|
onSelect: n
|
|
6048
6048
|
}, null, 8, ["visible", "release-id", "field-type", "form-type", "dialog-title"])
|
|
6049
|
-
], 64)) : (g(), B(
|
|
6049
|
+
], 64)) : (g(), B(W, { key: 7 }, [
|
|
6050
6050
|
e.filterCondition.operator !== "is_empty" && e.filterCondition.operator !== "is_not_empty" ? (g(), J(h, {
|
|
6051
6051
|
key: 0,
|
|
6052
6052
|
modelValue: e.filterCondition.value,
|
|
@@ -6061,7 +6061,7 @@ const Se = [
|
|
|
6061
6061
|
s("i", { class: "ri-search-line" }, null, -1)
|
|
6062
6062
|
])]),
|
|
6063
6063
|
_: 1
|
|
6064
|
-
}, 8, ["modelValue", "size"])) :
|
|
6064
|
+
}, 8, ["modelValue", "size"])) : X("", !0)
|
|
6065
6065
|
], 64))
|
|
6066
6066
|
]);
|
|
6067
6067
|
};
|
|
@@ -6135,10 +6135,10 @@ const Se = [
|
|
|
6135
6135
|
}, j = (w, O) => {
|
|
6136
6136
|
if (w >= 0 && w < m.value.length) {
|
|
6137
6137
|
const N = m.value[w];
|
|
6138
|
-
N.conditions.length > 1 && O >= 0 && O < N.conditions.length ? N.conditions.splice(O, 1) : N.conditions.length <= 1 &&
|
|
6138
|
+
N.conditions.length > 1 && O >= 0 && O < N.conditions.length ? N.conditions.splice(O, 1) : N.conditions.length <= 1 && re.warning("每个卡片至少需要一个筛选条件");
|
|
6139
6139
|
}
|
|
6140
6140
|
}, P = (w) => {
|
|
6141
|
-
m.value.length > 1 ? m.value.splice(w, 1) :
|
|
6141
|
+
m.value.length > 1 ? m.value.splice(w, 1) : re.warning("至少需要保留一个筛选卡片");
|
|
6142
6142
|
}, q = () => {
|
|
6143
6143
|
k("submit", {
|
|
6144
6144
|
filterCards: m.value,
|
|
@@ -6190,16 +6190,16 @@ const Se = [
|
|
|
6190
6190
|
_: 1
|
|
6191
6191
|
}, 8, ["modelValue"])
|
|
6192
6192
|
])
|
|
6193
|
-
])) :
|
|
6193
|
+
])) : X("", !0),
|
|
6194
6194
|
s("div", Je, [
|
|
6195
6195
|
s("div", je, [
|
|
6196
|
-
(g(!0), B(
|
|
6196
|
+
(g(!0), B(W, null, Z(m.value, (n, U) => (g(), B("div", {
|
|
6197
6197
|
key: n.id,
|
|
6198
6198
|
class: "filter-card-item"
|
|
6199
6199
|
}, [
|
|
6200
6200
|
s("div", Me, [
|
|
6201
6201
|
s("div", Ie, [
|
|
6202
|
-
s("span", Ke, "筛选卡片 " +
|
|
6202
|
+
s("span", Ke, "筛选卡片 " + se(U + 1), 1),
|
|
6203
6203
|
o(K, {
|
|
6204
6204
|
size: "small",
|
|
6205
6205
|
modelValue: n.connector,
|
|
@@ -6237,7 +6237,7 @@ const Se = [
|
|
|
6237
6237
|
}, 8, ["onClick", "disabled"])
|
|
6238
6238
|
]),
|
|
6239
6239
|
s("div", He, [
|
|
6240
|
-
(g(!0), B(
|
|
6240
|
+
(g(!0), B(W, null, Z(n.conditions, (v, a) => (g(), B("div", {
|
|
6241
6241
|
key: a,
|
|
6242
6242
|
class: "filter-combination"
|
|
6243
6243
|
}, [
|
|
@@ -6322,7 +6322,7 @@ const Se = [
|
|
|
6322
6322
|
}, 8, ["visible"]);
|
|
6323
6323
|
};
|
|
6324
6324
|
}
|
|
6325
|
-
},
|
|
6325
|
+
}, pe = /* @__PURE__ */ ae(Qe, [["__scopeId", "data-v-92f16808"]]), Xe = { class: "filter-dialog-content" }, Ze = { class: "leader-line-container" }, ea = {
|
|
6326
6326
|
class: "filter-scroll-wrapper",
|
|
6327
6327
|
id: "filter-scroll-wrapper"
|
|
6328
6328
|
}, aa = {
|
|
@@ -6419,7 +6419,7 @@ const Se = [
|
|
|
6419
6419
|
conditions: [{ field: "", operator: "eq", value: "" }]
|
|
6420
6420
|
});
|
|
6421
6421
|
}, j = (v) => {
|
|
6422
|
-
m.value.length > 1 ? m.value.splice(v, 1) :
|
|
6422
|
+
m.value.length > 1 ? m.value.splice(v, 1) : re.warning("至少需要保留一个筛选卡片");
|
|
6423
6423
|
}, P = (v) => {
|
|
6424
6424
|
v >= 0 && v < m.value.length && m.value[v].conditions.push({
|
|
6425
6425
|
field: "",
|
|
@@ -6429,7 +6429,7 @@ const Se = [
|
|
|
6429
6429
|
}, q = (v, a) => {
|
|
6430
6430
|
if (v >= 0 && v < m.value.length) {
|
|
6431
6431
|
const p = m.value[v];
|
|
6432
|
-
p.conditions.length > 1 && a >= 0 && a < p.conditions.length ? p.conditions.splice(a, 1) : p.conditions.length <= 1 &&
|
|
6432
|
+
p.conditions.length > 1 && a >= 0 && a < p.conditions.length ? p.conditions.splice(a, 1) : p.conditions.length <= 1 && re.warning("每个卡片至少需要一个筛选条件");
|
|
6433
6433
|
}
|
|
6434
6434
|
}, R = (v) => v.map((a) => {
|
|
6435
6435
|
const p = a.conditions.filter((C) => C.field && C.field.trim() !== "").map((C) => {
|
|
@@ -6554,15 +6554,15 @@ const Se = [
|
|
|
6554
6554
|
_: 1
|
|
6555
6555
|
}, 8, ["size", "modelValue"])
|
|
6556
6556
|
])
|
|
6557
|
-
])) :
|
|
6557
|
+
])) : X("", !0),
|
|
6558
6558
|
s("div", oa, [
|
|
6559
|
-
(g(!0), B(
|
|
6559
|
+
(g(!0), B(W, null, Z(m.value, (z, h) => (g(), B("div", {
|
|
6560
6560
|
key: z.id,
|
|
6561
6561
|
class: "filter-card-item"
|
|
6562
6562
|
}, [
|
|
6563
6563
|
s("div", ia, [
|
|
6564
6564
|
s("div", ra, [
|
|
6565
|
-
s("span", sa, "筛选卡片 " +
|
|
6565
|
+
s("span", sa, "筛选卡片 " + se(h + 1), 1),
|
|
6566
6566
|
o(C, {
|
|
6567
6567
|
size: i.size,
|
|
6568
6568
|
modelValue: z.connector,
|
|
@@ -6600,13 +6600,13 @@ const Se = [
|
|
|
6600
6600
|
}, 8, ["size", "onClick", "disabled"])
|
|
6601
6601
|
]),
|
|
6602
6602
|
s("div", da, [
|
|
6603
|
-
(g(!0), B(
|
|
6604
|
-
key:
|
|
6603
|
+
(g(!0), B(W, null, Z(z.conditions, (L, Q) => (g(), B("div", {
|
|
6604
|
+
key: Q,
|
|
6605
6605
|
class: "filter-combination"
|
|
6606
6606
|
}, [
|
|
6607
6607
|
o(me, {
|
|
6608
6608
|
"field-options": i.fieldOptions,
|
|
6609
|
-
"filter-condition": z.conditions[
|
|
6609
|
+
"filter-condition": z.conditions[Q],
|
|
6610
6610
|
"select-options": i.selectOptions,
|
|
6611
6611
|
size: i.size
|
|
6612
6612
|
}, null, 8, ["field-options", "filter-condition", "select-options", "size"]),
|
|
@@ -6614,7 +6614,7 @@ const Se = [
|
|
|
6614
6614
|
theme: "default",
|
|
6615
6615
|
variant: "text",
|
|
6616
6616
|
size: i.size,
|
|
6617
|
-
onClick: (le) => q(h,
|
|
6617
|
+
onClick: (le) => q(h, Q),
|
|
6618
6618
|
disabled: z.conditions.length === 1
|
|
6619
6619
|
}, {
|
|
6620
6620
|
icon: r(() => [
|
|
@@ -6839,7 +6839,7 @@ const Se = [
|
|
|
6839
6839
|
body: r(() => [
|
|
6840
6840
|
s("div", ba, [
|
|
6841
6841
|
s("div", Ca, [
|
|
6842
|
-
(g(!0), B(
|
|
6842
|
+
(g(!0), B(W, null, Z($.value, (y, z) => (g(), B("div", {
|
|
6843
6843
|
key: z,
|
|
6844
6844
|
class: "color-rule-item"
|
|
6845
6845
|
}, [
|
|
@@ -6854,7 +6854,7 @@ const Se = [
|
|
|
6854
6854
|
content: r(() => [
|
|
6855
6855
|
s("div", za, [
|
|
6856
6856
|
s("div", Fa, [
|
|
6857
|
-
(g(), B(
|
|
6857
|
+
(g(), B(W, null, Z(x, (h) => s("div", {
|
|
6858
6858
|
key: h,
|
|
6859
6859
|
class: ue(["preset-color-item", { active: y.backgroundColor === h }]),
|
|
6860
6860
|
style: de({ backgroundColor: h }),
|
|
@@ -6880,7 +6880,7 @@ const Se = [
|
|
|
6880
6880
|
class: "color-block",
|
|
6881
6881
|
style: de({ backgroundColor: y.backgroundColor })
|
|
6882
6882
|
}, [
|
|
6883
|
-
y.isBold ? (g(), B("span", ka, "B")) :
|
|
6883
|
+
y.isBold ? (g(), B("span", ka, "B")) : X("", !0)
|
|
6884
6884
|
], 4)
|
|
6885
6885
|
])
|
|
6886
6886
|
]),
|
|
@@ -7014,7 +7014,7 @@ const Se = [
|
|
|
7014
7014
|
}, 8, ["visible"]);
|
|
7015
7015
|
};
|
|
7016
7016
|
}
|
|
7017
|
-
},
|
|
7017
|
+
}, be = /* @__PURE__ */ ae(xa, [["__scopeId", "data-v-822b291e"]]), Da = { class: "column-settings-panel" }, Aa = { class: "column-list" }, Ea = ["onDragstart", "onDragover", "onDrop"], Ua = { class: "column-name" }, qa = { class: "column-show" }, Ta = ["onClick"], Na = { class: "column-freeze" }, Ba = { class: "column-width" }, Pa = { class: "column-sort-buttons" }, Ra = {
|
|
7018
7018
|
__name: "ColumnSettingsDialog",
|
|
7019
7019
|
props: {
|
|
7020
7020
|
visible: { type: Boolean, default: !1 },
|
|
@@ -7099,7 +7099,7 @@ const Se = [
|
|
|
7099
7099
|
s("div", { class: "column-title column-title-sort" }, "排序")
|
|
7100
7100
|
], -1)),
|
|
7101
7101
|
s("div", Aa, [
|
|
7102
|
-
(g(!0), B(
|
|
7102
|
+
(g(!0), B(W, null, Z(e.value, (t, y) => (g(), B("div", {
|
|
7103
7103
|
key: t.value,
|
|
7104
7104
|
class: ue(["column-item-row", { dragging: $.value === y, "col-hidden": !m.value.includes(t.value) }]),
|
|
7105
7105
|
draggable: "true",
|
|
@@ -7113,7 +7113,7 @@ const Se = [
|
|
|
7113
7113
|
name: "move",
|
|
7114
7114
|
style: { cursor: "move", color: "#999", "margin-right": "8px" }
|
|
7115
7115
|
}),
|
|
7116
|
-
T(" " +
|
|
7116
|
+
T(" " + se(t.label), 1)
|
|
7117
7117
|
]),
|
|
7118
7118
|
s("div", qa, [
|
|
7119
7119
|
s("i", {
|
|
@@ -7221,13 +7221,10 @@ const Se = [
|
|
|
7221
7221
|
}, Ja = /* @__PURE__ */ ae(Ra, [["__scopeId", "data-v-0a02ab86"]]), ja = { class: "cd-filter-bar" }, Ma = {
|
|
7222
7222
|
key: 0,
|
|
7223
7223
|
class: "plan-radio-group"
|
|
7224
|
-
}, Ia = {
|
|
7225
|
-
key: 0,
|
|
7226
|
-
class: "plan-label"
|
|
7227
|
-
}, Ka = { class: "filter-toolbar-row" }, Ha = {
|
|
7224
|
+
}, Ia = { class: "filter-toolbar-row" }, Ka = {
|
|
7228
7225
|
key: 0,
|
|
7229
7226
|
class: "inline-filter-toolbar"
|
|
7230
|
-
},
|
|
7227
|
+
}, Ha = { class: "filter-action-buttons" }, La = { class: "save-plan-content" }, Ya = {
|
|
7231
7228
|
__name: "cd-filter-bar",
|
|
7232
7229
|
props: {
|
|
7233
7230
|
fieldOptions: { type: Array, required: !0 },
|
|
@@ -7409,27 +7406,27 @@ const Se = [
|
|
|
7409
7406
|
A && A.conditions && (m.value = Array.from({ length: d.filterCount }, (E, M) => A.conditions[M] ? JSON.parse(JSON.stringify(A.conditions[M])) : x()));
|
|
7410
7407
|
}
|
|
7411
7408
|
U();
|
|
7412
|
-
}, z = _(!1), h = _({ name: "" }), L = _(!1),
|
|
7409
|
+
}, z = _(!1), h = _({ name: "" }), L = _(!1), Q = _([]), le = () => {
|
|
7413
7410
|
L.value = !0;
|
|
7414
|
-
},
|
|
7415
|
-
|
|
7416
|
-
},
|
|
7417
|
-
|
|
7411
|
+
}, te = (b) => {
|
|
7412
|
+
Q.value = b, k("color-filter-change", b);
|
|
7413
|
+
}, ne = () => {
|
|
7414
|
+
Q.value = [], k("color-filter-clear");
|
|
7418
7415
|
};
|
|
7419
7416
|
_("");
|
|
7420
|
-
const
|
|
7417
|
+
const oe = (b) => {
|
|
7421
7418
|
k("smart-colors-change", b);
|
|
7422
|
-
}, V = ee(() =>
|
|
7419
|
+
}, V = ee(() => Q.value.filter((b) => b.field && b.operator && b.value).length), Ce = ee(() => m.value.some((u) => u.field && u.field.trim() !== "") ? !0 : R.value.some(
|
|
7423
7420
|
(u) => u.conditions.some((A) => A.field && A.field.trim() !== "")
|
|
7424
|
-
)),
|
|
7425
|
-
const b =
|
|
7421
|
+
)), ge = ee(() => {
|
|
7422
|
+
const b = Q.value.filter((A) => A.field && A.operator && A.value);
|
|
7426
7423
|
return b.length === 0 ? "颜色筛选" : `
|
|
7427
7424
|
${b.map((A) => {
|
|
7428
7425
|
const E = d.fieldOptions.find((H) => H.value === A.field);
|
|
7429
|
-
return `${E ? E.label : A.field} ${
|
|
7426
|
+
return `${E ? E.label : A.field} ${he(A.operator)} ${A.value}`;
|
|
7430
7427
|
}).join(`
|
|
7431
7428
|
`)}`;
|
|
7432
|
-
}),
|
|
7429
|
+
}), he = (b) => ({
|
|
7433
7430
|
eq: "等于",
|
|
7434
7431
|
ne: "不等于",
|
|
7435
7432
|
gt: "大于",
|
|
@@ -7440,34 +7437,33 @@ ${b.map((A) => {
|
|
|
7440
7437
|
notContains: "不包含"
|
|
7441
7438
|
})[b] || b;
|
|
7442
7439
|
return (b, u) => {
|
|
7443
|
-
const A = F("t-radio-button"), E = F("t-radio-group"), M = F("t-button"), H = F("t-icon"),
|
|
7440
|
+
const A = F("t-radio-button"), E = F("t-radio-group"), M = F("t-button"), H = F("t-icon"), _e = F("t-badge"), ce = F("t-tooltip"), ke = F("t-input"), ze = F("t-form-item"), Fe = F("t-form"), Oe = F("t-dialog");
|
|
7444
7441
|
return g(), B("div", ja, [
|
|
7445
7442
|
i.planFilterOptions.length > 0 || b.$slots["plan-row-right"] ? (g(), B("div", Ma, [
|
|
7446
|
-
i.planFilterOptions.length > 0 ? (g(), B("span", Ia, te($.value || "我的方案"), 1)) : W("", !0),
|
|
7447
7443
|
i.planFilterOptions.length > 0 ? (g(), J(E, {
|
|
7448
|
-
key:
|
|
7444
|
+
key: 0,
|
|
7449
7445
|
modelValue: O.value,
|
|
7450
7446
|
"onUpdate:modelValue": u[0] || (u[0] = (S) => O.value = S),
|
|
7451
7447
|
size: i.size,
|
|
7452
7448
|
onChange: N
|
|
7453
7449
|
}, {
|
|
7454
7450
|
default: r(() => [
|
|
7455
|
-
(g(!0), B(
|
|
7451
|
+
(g(!0), B(W, null, Z(i.planFilterOptions, (S) => (g(), J(A, {
|
|
7456
7452
|
key: S.value,
|
|
7457
7453
|
value: S.value,
|
|
7458
7454
|
disabled: S.disabled
|
|
7459
7455
|
}, {
|
|
7460
7456
|
default: r(() => [
|
|
7461
|
-
T(
|
|
7457
|
+
T(se(S.content), 1)
|
|
7462
7458
|
]),
|
|
7463
7459
|
_: 2
|
|
7464
7460
|
}, 1032, ["value", "disabled"]))), 128))
|
|
7465
7461
|
]),
|
|
7466
7462
|
_: 1
|
|
7467
|
-
}, 8, ["modelValue", "size"])) :
|
|
7468
|
-
|
|
7469
|
-
])) :
|
|
7470
|
-
s("div",
|
|
7463
|
+
}, 8, ["modelValue", "size"])) : X("", !0),
|
|
7464
|
+
we(b.$slots, "plan-row-right", {}, void 0, !0)
|
|
7465
|
+
])) : X("", !0),
|
|
7466
|
+
s("div", Ia, [
|
|
7471
7467
|
o(M, {
|
|
7472
7468
|
theme: "default",
|
|
7473
7469
|
variant: "outline",
|
|
@@ -7480,8 +7476,8 @@ ${b.map((A) => {
|
|
|
7480
7476
|
])]),
|
|
7481
7477
|
_: 1
|
|
7482
7478
|
}, 8, ["size"]),
|
|
7483
|
-
i.filterCount > 0 ? (g(), B("div",
|
|
7484
|
-
(g(!0), B(
|
|
7479
|
+
i.filterCount > 0 ? (g(), B("div", Ka, [
|
|
7480
|
+
(g(!0), B(W, null, Z(m.value, (S, ve) => (g(), J(me, {
|
|
7485
7481
|
key: ve,
|
|
7486
7482
|
"field-options": i.fieldOptions,
|
|
7487
7483
|
size: i.size,
|
|
@@ -7489,8 +7485,8 @@ ${b.map((A) => {
|
|
|
7489
7485
|
"select-options": i.selectOptions,
|
|
7490
7486
|
onSearch: D
|
|
7491
7487
|
}, null, 8, ["field-options", "size", "filter-condition", "select-options"]))), 128))
|
|
7492
|
-
])) :
|
|
7493
|
-
s("div",
|
|
7488
|
+
])) : X("", !0),
|
|
7489
|
+
s("div", Ha, [
|
|
7494
7490
|
i.filterCount > 0 ? (g(), J(M, {
|
|
7495
7491
|
key: 0,
|
|
7496
7492
|
theme: "primary",
|
|
@@ -7502,7 +7498,7 @@ ${b.map((A) => {
|
|
|
7502
7498
|
o(H, { name: "refresh" })
|
|
7503
7499
|
]),
|
|
7504
7500
|
_: 1
|
|
7505
|
-
}, 8, ["size"])) :
|
|
7501
|
+
}, 8, ["size"])) : X("", !0),
|
|
7506
7502
|
i.filterCount > 0 ? (g(), J(M, {
|
|
7507
7503
|
key: 1,
|
|
7508
7504
|
theme: "primary",
|
|
@@ -7514,14 +7510,14 @@ ${b.map((A) => {
|
|
|
7514
7510
|
o(H, { name: "filter" })
|
|
7515
7511
|
]),
|
|
7516
7512
|
_: 1
|
|
7517
|
-
}, 8, ["size"])) :
|
|
7513
|
+
}, 8, ["size"])) : X("", !0),
|
|
7518
7514
|
i.filterCount > 0 ? (g(), J(ce, {
|
|
7519
7515
|
key: 2,
|
|
7520
|
-
content:
|
|
7516
|
+
content: ge.value,
|
|
7521
7517
|
placement: "top"
|
|
7522
7518
|
}, {
|
|
7523
7519
|
default: r(() => [
|
|
7524
|
-
o(
|
|
7520
|
+
o(_e, {
|
|
7525
7521
|
count: V.value,
|
|
7526
7522
|
"max-count": 99
|
|
7527
7523
|
}, {
|
|
@@ -7541,7 +7537,7 @@ ${b.map((A) => {
|
|
|
7541
7537
|
}, 8, ["count"])
|
|
7542
7538
|
]),
|
|
7543
7539
|
_: 1
|
|
7544
|
-
}, 8, ["content"])) :
|
|
7540
|
+
}, 8, ["content"])) : X("", !0),
|
|
7545
7541
|
i.filterCount > 0 ? (g(), J(ce, {
|
|
7546
7542
|
key: 3,
|
|
7547
7543
|
content: "保存方案",
|
|
@@ -7558,13 +7554,12 @@ ${b.map((A) => {
|
|
|
7558
7554
|
]),
|
|
7559
7555
|
_: 1
|
|
7560
7556
|
}, 8, ["size"]), [
|
|
7561
|
-
[Ve,
|
|
7557
|
+
[Ve, Ce.value]
|
|
7562
7558
|
])
|
|
7563
7559
|
]),
|
|
7564
7560
|
_: 1
|
|
7565
|
-
})) :
|
|
7566
|
-
])
|
|
7567
|
-
fe(b.$slots, "toolbar-right", {}, void 0, !0)
|
|
7561
|
+
})) : X("", !0)
|
|
7562
|
+
])
|
|
7568
7563
|
]),
|
|
7569
7564
|
o(pa, {
|
|
7570
7565
|
visible: j.value,
|
|
@@ -7590,25 +7585,25 @@ ${b.map((A) => {
|
|
|
7590
7585
|
onDeptClick: u[9] || (u[9] = (S) => k("dept-click", S)),
|
|
7591
7586
|
onColumnChange: u[10] || (u[10] = (S) => k("column-change", S))
|
|
7592
7587
|
}, null, 8, ["visible", "field-options", "select-options", "plan-filter-options", "filter-cards", "top-op", "size", "person-tabs", "person-organizations", "visible-columns"]),
|
|
7593
|
-
o(
|
|
7588
|
+
o(Oe, {
|
|
7594
7589
|
header: $.value,
|
|
7595
7590
|
visible: z.value,
|
|
7596
7591
|
width: "600px",
|
|
7597
7592
|
onClose: C
|
|
7598
7593
|
}, {
|
|
7599
7594
|
body: r(() => [
|
|
7600
|
-
s("div",
|
|
7601
|
-
o(
|
|
7595
|
+
s("div", La, [
|
|
7596
|
+
o(Fe, {
|
|
7602
7597
|
data: h.value,
|
|
7603
7598
|
"label-width": "100px"
|
|
7604
7599
|
}, {
|
|
7605
7600
|
default: r(() => [
|
|
7606
|
-
o(
|
|
7601
|
+
o(ze, {
|
|
7607
7602
|
label: "方案名称",
|
|
7608
7603
|
required: ""
|
|
7609
7604
|
}, {
|
|
7610
7605
|
default: r(() => [
|
|
7611
|
-
o(
|
|
7606
|
+
o(ke, {
|
|
7612
7607
|
modelValue: h.value.name,
|
|
7613
7608
|
"onUpdate:modelValue": u[11] || (u[11] = (S) => h.value.name = S),
|
|
7614
7609
|
placeholder: "请输入筛选方案名称"
|
|
@@ -7650,28 +7645,28 @@ ${b.map((A) => {
|
|
|
7650
7645
|
"visible-columns": i.visibleColumns,
|
|
7651
7646
|
onColumnChange: u[13] || (u[13] = (S) => k("column-change", S))
|
|
7652
7647
|
}, null, 8, ["visible", "field-options", "visible-columns"]),
|
|
7653
|
-
o(
|
|
7648
|
+
o(be, {
|
|
7654
7649
|
visible: L.value,
|
|
7655
7650
|
"onUpdate:visible": u[14] || (u[14] = (S) => L.value = S),
|
|
7656
7651
|
"field-options": i.fieldOptions,
|
|
7657
7652
|
size: i.size,
|
|
7658
|
-
"initial-rules":
|
|
7659
|
-
onConfirm:
|
|
7660
|
-
onClear:
|
|
7661
|
-
onSmartColorsChange:
|
|
7653
|
+
"initial-rules": Q.value,
|
|
7654
|
+
onConfirm: te,
|
|
7655
|
+
onClear: ne,
|
|
7656
|
+
onSmartColorsChange: oe
|
|
7662
7657
|
}, null, 8, ["visible", "field-options", "size", "initial-rules"])
|
|
7663
7658
|
]);
|
|
7664
7659
|
};
|
|
7665
7660
|
}
|
|
7666
|
-
},
|
|
7667
|
-
i.component("FilterDialog",
|
|
7661
|
+
}, Ga = /* @__PURE__ */ ae(Ya, [["__scopeId", "data-v-833ea58a"]]), Xa = (i) => {
|
|
7662
|
+
i.component("FilterDialog", pe), i.component("FilterComponent", pe), i.component("CdFilterBar", Ga), i.component("ColorFilterDialog", be);
|
|
7668
7663
|
};
|
|
7669
7664
|
export {
|
|
7670
|
-
|
|
7671
|
-
|
|
7665
|
+
Ga as CdFilterBar,
|
|
7666
|
+
be as ColorFilterDialog,
|
|
7672
7667
|
Ja as ColumnSettingsDialog,
|
|
7673
|
-
|
|
7674
|
-
|
|
7675
|
-
|
|
7676
|
-
|
|
7668
|
+
pe as FilterComponent,
|
|
7669
|
+
pe as FilterDialog,
|
|
7670
|
+
pe as default,
|
|
7671
|
+
Xa as install
|
|
7677
7672
|
};
|