@yqg/permission 1.3.0-alpha.9 → 1.3.1-1.beta.0
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/{apply-modal-L-62MLld.js → apply-modal-B4niAWln.js} +3882 -4161
- package/dist/{category-selector-BY2CDs7z.js → category-selector-CJ2VLSr7.js} +81 -81
- package/dist/{index-BTczN9dE.js → index-CJ_Ktj6t.js} +1828 -1836
- package/dist/{index-C6YJSbYD.js → index-CZ6UV6_X.js} +4 -4
- package/dist/index.js +2 -2
- package/dist/permission-item-Bm9OiOSx.js +1252 -0
- package/dist/{yqg-permission-CQegf22C.js → yqg-permission-Cb-_sywm.js} +3739 -3695
- package/dist/yqg-permission.umd.js +65 -65
- package/package.json +9 -10
- package/src/App.vue +14 -28
- package/src/axios/index.ts +1 -1
- package/src/components/apply-modal.vue +162 -75
- package/src/components/approval-steps.vue +39 -40
- package/src/components/category-selector.vue +27 -12
- package/src/components/permission-item.vue +49 -37
- package/src/components/success-modal.vue +45 -45
- package/src/components/yqg-permission.vue +169 -141
- package/src/hooks/useAttributesCache.ts +23 -1
- package/src/hooks/useCategory.ts +2 -1
- package/src/hooks/useFormat.ts +20 -7
- package/src/i18n/en-US.ts +50 -50
- package/src/i18n/in-ID.ts +57 -0
- package/src/i18n/index.ts +5 -2
- package/src/i18n/zh-CH.ts +4 -10
- package/src/style/reset.css +3 -0
- package/src/typings/index.d.ts +8 -0
- package/src/utils/index.ts +16 -2
- package/src/yqg-permission/react.js +0 -0
- package/tsconfig.app.json +8 -8
- package/dist/permission-item-Q0DEMUdN.js +0 -1250
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { a as ht, p as pt, d as Ve, r as fe, c as y, w as be, q as mt, s as
|
|
2
|
-
import { a as X, _ as b, W as xt, X as Vt, ae as ut, aX as tt, Y as Ie, P as ve, N as It,
|
|
3
|
-
import { u as Ot, a as Ht, b as
|
|
4
|
-
import { K as de, T as zt, c as Xt, a as Xe, u as Yt, g as qt, b as Gt, d as
|
|
1
|
+
import { a as ht, p as pt, d as Ve, r as fe, c as y, w as be, q as mt, s as R, E as ae, e as U, b as Ge, y as oe, a0 as gt, G as yt, K as Ze, R as et, L as ie, M as Re, P as je, N as we, S as ye, u as W, F as bt, Y as Ct, j as St, z as wt } from "./index-CJ_Ktj6t.js";
|
|
2
|
+
import { a as X, _ as b, W as xt, X as Vt, ae as ut, aX as tt, Y as Ie, P as ve, N as It, Q as it, V as kt, aN as Be, a0 as Nt, ar as Tt, as as Lt, aY as Et, c as at, b as _t, ai as $e, ak as We, am as Pt, $ as Dt, aj as At, aV as Kt, aP as xe, aS as Ft } from "./yqg-permission-Cb-_sywm.js";
|
|
3
|
+
import { u as Ot, a as Ht, b as Mt, c as Rt, d as jt, t as lt, B as Bt, e as $t, f as Wt, g as Ut } from "./index-CZ6UV6_X.js";
|
|
4
|
+
import { K as de, T as zt, c as Xt, a as Xe, u as Yt, g as qt, b as Gt, d as Qt, F as Jt, e as Zt, f as ea, r as ta, h as aa, i as la } from "./apply-modal-B4niAWln.js";
|
|
5
5
|
function na(e) {
|
|
6
6
|
return Array.isArray(e) ? e : e !== void 0 ? [e] : [];
|
|
7
7
|
}
|
|
@@ -62,7 +62,7 @@ const ua = {
|
|
|
62
62
|
slots: l,
|
|
63
63
|
expose: t
|
|
64
64
|
} = s;
|
|
65
|
-
const a = Ot(), n = Ht(), o = ca(), r = fe(), d =
|
|
65
|
+
const a = Ot(), n = Ht(), o = ca(), r = fe(), d = Mt(() => o.treeData, [() => a.open, () => o.treeData], (v) => v[0]), c = y(() => {
|
|
66
66
|
const {
|
|
67
67
|
checkable: v,
|
|
68
68
|
halfCheckedKeys: V,
|
|
@@ -84,7 +84,7 @@ const ua = {
|
|
|
84
84
|
immediate: !0,
|
|
85
85
|
flush: "post"
|
|
86
86
|
});
|
|
87
|
-
const u = y(() => String(a.searchValue).toLowerCase()), f = (v) => u.value ? String(v[n.treeNodeFilterProp]).toLowerCase().includes(u.value) : !1, p =
|
|
87
|
+
const u = y(() => String(a.searchValue).toLowerCase()), f = (v) => u.value ? String(v[n.treeNodeFilterProp]).toLowerCase().includes(u.value) : !1, p = R(n.treeDefaultExpandedKeys), w = R(null);
|
|
88
88
|
be(() => a.searchValue, () => {
|
|
89
89
|
a.searchValue && (w.value = ra(ae(o.treeData), ae(o.fieldNames)));
|
|
90
90
|
}, {
|
|
@@ -159,7 +159,7 @@ const ua = {
|
|
|
159
159
|
notFoundContent: z = (v = l.notFoundContent) === null || v === void 0 ? void 0 : v.call(l)
|
|
160
160
|
} = a, {
|
|
161
161
|
listHeight: Y,
|
|
162
|
-
listItemHeight:
|
|
162
|
+
listItemHeight: j,
|
|
163
163
|
virtual: le,
|
|
164
164
|
dropdownMatchSelectWidth: q,
|
|
165
165
|
treeExpandAction: re
|
|
@@ -182,10 +182,10 @@ const ua = {
|
|
|
182
182
|
class: `${V}-empty`,
|
|
183
183
|
onMousedown: g
|
|
184
184
|
}, [z]);
|
|
185
|
-
const
|
|
185
|
+
const Q = {
|
|
186
186
|
fieldNames: o.fieldNames
|
|
187
187
|
};
|
|
188
|
-
return ue && (
|
|
188
|
+
return ue && (Q.loadedKeys = ue), x.value && (Q.expandedKeys = x.value), U("div", {
|
|
189
189
|
onMousedown: g
|
|
190
190
|
}, [K.value && T && U("span", {
|
|
191
191
|
style: ua,
|
|
@@ -196,7 +196,7 @@ const ua = {
|
|
|
196
196
|
prefixCls: `${V}-tree`,
|
|
197
197
|
treeData: d.value,
|
|
198
198
|
height: Y,
|
|
199
|
-
itemHeight:
|
|
199
|
+
itemHeight: j,
|
|
200
200
|
virtual: le !== !1 && q !== !1,
|
|
201
201
|
multiple: E,
|
|
202
202
|
icon: ne,
|
|
@@ -211,7 +211,7 @@ const ua = {
|
|
|
211
211
|
checkedKeys: c.value,
|
|
212
212
|
selectedKeys: se ? [] : H,
|
|
213
213
|
defaultExpandAll: ce
|
|
214
|
-
},
|
|
214
|
+
}, Q), {}, {
|
|
215
215
|
onActiveChange: O,
|
|
216
216
|
onSelect: F,
|
|
217
217
|
onCheck: F,
|
|
@@ -224,10 +224,10 @@ const ua = {
|
|
|
224
224
|
}))]);
|
|
225
225
|
};
|
|
226
226
|
}
|
|
227
|
-
}), da = "SHOW_ALL", vt = "SHOW_PARENT",
|
|
227
|
+
}), da = "SHOW_ALL", vt = "SHOW_PARENT", Qe = "SHOW_CHILD";
|
|
228
228
|
function ot(e, s, l, t) {
|
|
229
229
|
const a = new Set(e);
|
|
230
|
-
return s ===
|
|
230
|
+
return s === Qe ? e.filter((n) => {
|
|
231
231
|
const o = l[n];
|
|
232
232
|
return !(o && o.children && o.children.some((r) => {
|
|
233
233
|
let {
|
|
@@ -374,7 +374,7 @@ function ma(e, s) {
|
|
|
374
374
|
}), o;
|
|
375
375
|
}
|
|
376
376
|
function ga(e, s, l) {
|
|
377
|
-
const t =
|
|
377
|
+
const t = R();
|
|
378
378
|
return be([l, e, s], () => {
|
|
379
379
|
const a = l.value;
|
|
380
380
|
e.value ? t.value = l.value ? ma(ae(e.value), b({
|
|
@@ -388,9 +388,9 @@ function ga(e, s, l) {
|
|
|
388
388
|
}), t;
|
|
389
389
|
}
|
|
390
390
|
const ya = (e) => {
|
|
391
|
-
const s =
|
|
391
|
+
const s = R({
|
|
392
392
|
valueLabels: /* @__PURE__ */ new Map()
|
|
393
|
-
}), l =
|
|
393
|
+
}), l = R();
|
|
394
394
|
return be(e, () => {
|
|
395
395
|
l.value = ae(e.value);
|
|
396
396
|
}, {
|
|
@@ -410,7 +410,7 @@ const ya = (e) => {
|
|
|
410
410
|
return s.value.valueLabels = n, o;
|
|
411
411
|
})];
|
|
412
412
|
}, ba = (e, s) => {
|
|
413
|
-
const l =
|
|
413
|
+
const l = R(/* @__PURE__ */ new Map()), t = R({});
|
|
414
414
|
return Ge(() => {
|
|
415
415
|
const a = s.value, n = Xt(e.value, {
|
|
416
416
|
fieldNames: a,
|
|
@@ -428,7 +428,7 @@ const ya = (e) => {
|
|
|
428
428
|
keyEntities: t
|
|
429
429
|
};
|
|
430
430
|
}, Ca = (e, s, l, t, a, n) => {
|
|
431
|
-
const o =
|
|
431
|
+
const o = R([]), r = R([]);
|
|
432
432
|
return Ge(() => {
|
|
433
433
|
let d = e.value.map((f) => {
|
|
434
434
|
let {
|
|
@@ -484,7 +484,7 @@ const ya = (e) => {
|
|
|
484
484
|
});
|
|
485
485
|
};
|
|
486
486
|
function ft() {
|
|
487
|
-
return b(b({}, Ie(
|
|
487
|
+
return b(b({}, Ie($t(), ["mode"])), {
|
|
488
488
|
prefixCls: String,
|
|
489
489
|
id: String,
|
|
490
490
|
value: {
|
|
@@ -633,7 +633,7 @@ const xa = Ve({
|
|
|
633
633
|
props: ut(ft(), {
|
|
634
634
|
treeNodeFilterProp: "value",
|
|
635
635
|
autoClearSearchValue: !0,
|
|
636
|
-
showCheckedStrategy:
|
|
636
|
+
showCheckedStrategy: Qe,
|
|
637
637
|
listHeight: 200,
|
|
638
638
|
listItemHeight: 20,
|
|
639
639
|
prefixCls: "vc-tree-select"
|
|
@@ -644,7 +644,7 @@ const xa = Ve({
|
|
|
644
644
|
expose: t,
|
|
645
645
|
slots: a
|
|
646
646
|
} = s;
|
|
647
|
-
const n =
|
|
647
|
+
const n = Rt(oe(e, "id")), o = y(() => e.treeCheckable && !e.treeCheckStrictly), r = y(() => e.treeCheckable || e.treeCheckStrictly), d = y(() => e.treeCheckStrictly || e.labelInValue), c = y(() => r.value || e.multiple), u = y(() => oa(e.fieldNames)), [f, p] = tt("", {
|
|
648
648
|
value: y(() => e.searchValue !== void 0 ? e.searchValue : e.inputValue),
|
|
649
649
|
postState: (i) => i || ""
|
|
650
650
|
}), w = (i) => {
|
|
@@ -698,7 +698,7 @@ const xa = Ve({
|
|
|
698
698
|
};
|
|
699
699
|
}), [V, E] = tt(e.defaultValue, {
|
|
700
700
|
value: oe(e, "value")
|
|
701
|
-
}), D = y(() => O(V.value)), T =
|
|
701
|
+
}), D = y(() => O(V.value)), T = R([]), z = R([]);
|
|
702
702
|
Ge(() => {
|
|
703
703
|
const i = [], h = [];
|
|
704
704
|
D.value.forEach((m) => {
|
|
@@ -706,12 +706,12 @@ const xa = Ve({
|
|
|
706
706
|
}), T.value = i, z.value = h;
|
|
707
707
|
});
|
|
708
708
|
const Y = y(() => T.value.map((i) => i.value)), {
|
|
709
|
-
maxLevel:
|
|
709
|
+
maxLevel: j,
|
|
710
710
|
levelEntities: le
|
|
711
|
-
} = Yt(S), [q, re] = Ca(T, z, o, S,
|
|
711
|
+
} = Yt(S), [q, re] = Ca(T, z, o, S, j, le), se = y(() => {
|
|
712
712
|
const m = ot(q.value, e.showCheckedStrategy, S.value, u.value).map((L) => {
|
|
713
|
-
var I, N,
|
|
714
|
-
return (
|
|
713
|
+
var I, N, M;
|
|
714
|
+
return (M = (N = (I = S.value[L]) === null || I === void 0 ? void 0 : I.node) === null || N === void 0 ? void 0 : N[u.value.value]) !== null && M !== void 0 ? M : L;
|
|
715
715
|
}).map((L) => {
|
|
716
716
|
const I = T.value.find((N) => N.value === L);
|
|
717
717
|
return {
|
|
@@ -742,18 +742,18 @@ const xa = Ve({
|
|
|
742
742
|
};
|
|
743
743
|
let N = P;
|
|
744
744
|
if (e.treeCheckStrictly) {
|
|
745
|
-
const
|
|
746
|
-
N = [...N,
|
|
745
|
+
const $ = z.value.filter((te) => !P.includes(te.value));
|
|
746
|
+
N = [...N, ...$];
|
|
747
747
|
}
|
|
748
|
-
const
|
|
748
|
+
const M = v(N), Z = {
|
|
749
749
|
// [Legacy] Always return as array contains label & value
|
|
750
750
|
preValue: T.value,
|
|
751
751
|
triggerValue: L
|
|
752
752
|
};
|
|
753
753
|
let ee = !0;
|
|
754
754
|
(e.treeCheckStrictly || m === "selection" && !I) && (ee = !1), pa(Z, L, i, x.value, ee, u.value), r.value ? Z.checked = I : Z.selected = I;
|
|
755
|
-
const
|
|
756
|
-
e.onChange(c.value ?
|
|
755
|
+
const B = d.value ? M : M.map(($) => $.value);
|
|
756
|
+
e.onChange(c.value ? B : B[0], d.value ? null : M.map(($) => $.label), Z);
|
|
757
757
|
}
|
|
758
758
|
}, G = (i, h) => {
|
|
759
759
|
let {
|
|
@@ -761,35 +761,34 @@ const xa = Ve({
|
|
|
761
761
|
source: k
|
|
762
762
|
} = h;
|
|
763
763
|
var P, L, I;
|
|
764
|
-
const N = ae(S.value),
|
|
764
|
+
const N = ae(S.value), M = ae(g.value), Z = N[i], ee = Z == null ? void 0 : Z.node, B = (P = ee == null ? void 0 : ee[u.value.value]) !== null && P !== void 0 ? P : i;
|
|
765
765
|
if (!c.value)
|
|
766
|
-
ne([
|
|
766
|
+
ne([B], {
|
|
767
767
|
selected: !0,
|
|
768
|
-
triggerValue:
|
|
768
|
+
triggerValue: B
|
|
769
769
|
}, "option");
|
|
770
770
|
else {
|
|
771
|
-
let
|
|
771
|
+
let $ = m ? [...Y.value, B] : q.value.filter((te) => te !== B);
|
|
772
772
|
if (o.value) {
|
|
773
773
|
const {
|
|
774
774
|
missingRawValues: te,
|
|
775
775
|
existRawValues: Se
|
|
776
|
-
} = F(
|
|
776
|
+
} = F($), Je = Se.map((Me) => M.get(Me).key);
|
|
777
777
|
let He;
|
|
778
778
|
m ? {
|
|
779
779
|
checkedKeys: He
|
|
780
|
-
} = Xe(
|
|
780
|
+
} = Xe(Je, !0, N, j.value, le.value) : {
|
|
781
781
|
checkedKeys: He
|
|
782
|
-
} = Xe(
|
|
783
|
-
checked: !1,
|
|
782
|
+
} = Xe(Je, {
|
|
784
783
|
halfCheckedKeys: re.value
|
|
785
|
-
}, N,
|
|
784
|
+
}, N, j.value, le.value), $ = [...te, ...He.map((Me) => N[Me].node[u.value.value])];
|
|
786
785
|
}
|
|
787
|
-
ne(
|
|
786
|
+
ne($, {
|
|
788
787
|
selected: m,
|
|
789
|
-
triggerValue:
|
|
788
|
+
triggerValue: B
|
|
790
789
|
}, k || "option");
|
|
791
790
|
}
|
|
792
|
-
m || !c.value ? (L = e.onSelect) === null || L === void 0 || L.call(e,
|
|
791
|
+
m || !c.value ? (L = e.onSelect) === null || L === void 0 || L.call(e, B, qe(ee)) : (I = e.onDeselect) === null || I === void 0 || I.call(e, B, qe(ee));
|
|
793
792
|
}, pe = (i) => {
|
|
794
793
|
if (e.onDropdownVisibleChange) {
|
|
795
794
|
const h = {};
|
|
@@ -817,7 +816,7 @@ const xa = Ve({
|
|
|
817
816
|
onTreeLoad: _,
|
|
818
817
|
// Expanded
|
|
819
818
|
treeDefaultExpandAll: H,
|
|
820
|
-
treeExpandedKeys:
|
|
819
|
+
treeExpandedKeys: Q,
|
|
821
820
|
treeDefaultExpandedKeys: ke,
|
|
822
821
|
onTreeExpand: Ne,
|
|
823
822
|
// Options
|
|
@@ -834,7 +833,7 @@ const xa = Ve({
|
|
|
834
833
|
dropdownMatchSelectWidth: Fe,
|
|
835
834
|
treeExpandAction: Oe
|
|
836
835
|
} = gt(e);
|
|
837
|
-
|
|
836
|
+
jt(lt({
|
|
838
837
|
checkable: r,
|
|
839
838
|
loadData: ue,
|
|
840
839
|
treeLoadedKeys: C,
|
|
@@ -842,7 +841,7 @@ const xa = Ve({
|
|
|
842
841
|
checkedKeys: q,
|
|
843
842
|
halfCheckedKeys: re,
|
|
844
843
|
treeDefaultExpandAll: H,
|
|
845
|
-
treeExpandedKeys:
|
|
844
|
+
treeExpandedKeys: Q,
|
|
846
845
|
treeDefaultExpandedKeys: ke,
|
|
847
846
|
onTreeExpand: Ne,
|
|
848
847
|
treeIcon: Ce,
|
|
@@ -863,19 +862,19 @@ const xa = Ve({
|
|
|
863
862
|
dropdownMatchSelectWidth: Fe,
|
|
864
863
|
treeExpandAction: Oe
|
|
865
864
|
}));
|
|
866
|
-
const
|
|
865
|
+
const J = fe();
|
|
867
866
|
return t({
|
|
868
867
|
focus() {
|
|
869
868
|
var i;
|
|
870
|
-
(i =
|
|
869
|
+
(i = J.value) === null || i === void 0 || i.focus();
|
|
871
870
|
},
|
|
872
871
|
blur() {
|
|
873
872
|
var i;
|
|
874
|
-
(i =
|
|
873
|
+
(i = J.value) === null || i === void 0 || i.blur();
|
|
875
874
|
},
|
|
876
875
|
scrollTo(i) {
|
|
877
876
|
var h;
|
|
878
|
-
(h =
|
|
877
|
+
(h = J.value) === null || h === void 0 || h.scrollTo(i);
|
|
879
878
|
}
|
|
880
879
|
}), () => {
|
|
881
880
|
var i;
|
|
@@ -930,8 +929,8 @@ const xa = Ve({
|
|
|
930
929
|
"switcherIcon",
|
|
931
930
|
"treeMotion"
|
|
932
931
|
]);
|
|
933
|
-
return U(
|
|
934
|
-
ref:
|
|
932
|
+
return U(Bt, X(X(X({
|
|
933
|
+
ref: J
|
|
935
934
|
}, l), h), {}, {
|
|
936
935
|
id: n,
|
|
937
936
|
prefixCls: e.prefixCls,
|
|
@@ -1009,18 +1008,18 @@ const rt = (e, s, l) => l !== void 0 ? l : `${e}-${s}`;
|
|
|
1009
1008
|
function ka() {
|
|
1010
1009
|
return b(b({}, Ie(ft(), ["showTreeIcon", "treeMotion", "inputIcon", "getInputElement", "treeLine", "customSlots"])), {
|
|
1011
1010
|
suffixIcon: ve.any,
|
|
1012
|
-
size:
|
|
1013
|
-
bordered:
|
|
1011
|
+
size: We(),
|
|
1012
|
+
bordered: At(),
|
|
1014
1013
|
treeLine: Dt([Boolean, Object]),
|
|
1015
|
-
replaceFields:
|
|
1016
|
-
placement:
|
|
1017
|
-
status:
|
|
1014
|
+
replaceFields: Pt(),
|
|
1015
|
+
placement: We(),
|
|
1016
|
+
status: We(),
|
|
1018
1017
|
popupClassName: String,
|
|
1019
1018
|
/** @deprecated Please use `popupClassName` instead */
|
|
1020
1019
|
dropdownClassName: String,
|
|
1021
|
-
"onUpdate:value":
|
|
1022
|
-
"onUpdate:treeExpandedKeys":
|
|
1023
|
-
"onUpdate:searchValue":
|
|
1020
|
+
"onUpdate:value": $e(),
|
|
1021
|
+
"onUpdate:treeExpandedKeys": $e(),
|
|
1022
|
+
"onUpdate:searchValue": $e()
|
|
1024
1023
|
});
|
|
1025
1024
|
}
|
|
1026
1025
|
const Ue = Ve({
|
|
@@ -1044,8 +1043,8 @@ const Ue = Ve({
|
|
|
1044
1043
|
expose: a,
|
|
1045
1044
|
emit: n
|
|
1046
1045
|
} = s;
|
|
1047
|
-
kt(!(e.treeData === void 0 && t.default)),
|
|
1048
|
-
const o =
|
|
1046
|
+
kt(!(e.treeData === void 0 && t.default)), Be(e.multiple !== !1 || !e.treeCheckable, "TreeSelect", "`multiple` will always be `true` when `treeCheckable` is true"), Be(e.replaceFields === void 0, "TreeSelect", "`replaceFields` is deprecated, please use fieldNames instead"), Be(!e.dropdownClassName, "TreeSelect", "`dropdownClassName` is deprecated. Please use `popupClassName` instead.");
|
|
1047
|
+
const o = Qt(), r = Jt.useInject(), d = y(() => Zt(r.status, e.status)), {
|
|
1049
1048
|
prefixCls: c,
|
|
1050
1049
|
renderEmpty: u,
|
|
1051
1050
|
direction: f,
|
|
@@ -1061,8 +1060,8 @@ const Ue = Ve({
|
|
|
1061
1060
|
} = Tt(c, f), O = y(() => A.value || x.value), v = Lt(), V = y(() => {
|
|
1062
1061
|
var C;
|
|
1063
1062
|
return (C = F.value) !== null && C !== void 0 ? C : v.value;
|
|
1064
|
-
}), E = y(() => g()), D = y(() => e.placement !== void 0 ? e.placement : f.value === "rtl" ? "bottomRight" : "bottomLeft"), T = y(() => rt(E.value, Et(D.value), e.transitionName)), z = y(() => rt(E.value, "", e.choiceTransitionName)), Y = y(() => g("select-tree", e.prefixCls)),
|
|
1065
|
-
[`${
|
|
1063
|
+
}), E = y(() => g()), D = y(() => e.placement !== void 0 ? e.placement : f.value === "rtl" ? "bottomRight" : "bottomLeft"), T = y(() => rt(E.value, Et(D.value), e.transitionName)), z = y(() => rt(E.value, "", e.choiceTransitionName)), Y = y(() => g("select-tree", e.prefixCls)), j = y(() => g("tree-select", e.prefixCls)), [le, q] = Wt(c), [re] = Ia(j, Y), se = y(() => at(e.popupClassName || e.dropdownClassName, `${j.value}-dropdown`, {
|
|
1064
|
+
[`${j.value}-dropdown-rtl`]: f.value === "rtl"
|
|
1066
1065
|
}, q.value)), ce = y(() => !!(e.treeCheckable || e.multiple)), ne = y(() => e.showArrow !== void 0 ? e.showArrow : e.loading || !ce.value), G = fe();
|
|
1067
1066
|
a({
|
|
1068
1067
|
focus() {
|
|
@@ -1088,7 +1087,7 @@ const Ue = Ve({
|
|
|
1088
1087
|
return () => {
|
|
1089
1088
|
var C, _, H;
|
|
1090
1089
|
const {
|
|
1091
|
-
notFoundContent:
|
|
1090
|
+
notFoundContent: Q = (C = t.notFoundContent) === null || C === void 0 ? void 0 : C.call(t),
|
|
1092
1091
|
prefixCls: ke,
|
|
1093
1092
|
bordered: Ne,
|
|
1094
1093
|
listHeight: Te,
|
|
@@ -1103,7 +1102,7 @@ const Ue = Ve({
|
|
|
1103
1102
|
placeholder: Fe = (H = t.placeholder) === null || H === void 0 ? void 0 : H.call(t)
|
|
1104
1103
|
} = e, {
|
|
1105
1104
|
isFormItemInput: Oe,
|
|
1106
|
-
hasFeedback:
|
|
1105
|
+
hasFeedback: J,
|
|
1107
1106
|
feedbackIcon: i
|
|
1108
1107
|
} = r, {
|
|
1109
1108
|
suffixIcon: h,
|
|
@@ -1112,19 +1111,19 @@ const Ue = Ve({
|
|
|
1112
1111
|
} = Ut(b(b({}, e), {
|
|
1113
1112
|
multiple: ce.value,
|
|
1114
1113
|
showArrow: ne.value,
|
|
1115
|
-
hasFeedback:
|
|
1114
|
+
hasFeedback: J,
|
|
1116
1115
|
feedbackIcon: i,
|
|
1117
1116
|
prefixCls: c.value
|
|
1118
1117
|
}), t);
|
|
1119
1118
|
let P;
|
|
1120
|
-
|
|
1121
|
-
const L = Ie(e, ["suffixIcon", "itemIcon", "removeIcon", "clearIcon", "switcherIcon", "bordered", "status", "onUpdate:value", "onUpdate:treeExpandedKeys", "onUpdate:searchValue"]), I = at(!ke &&
|
|
1119
|
+
Q !== void 0 ? P = Q : P = u("Select");
|
|
1120
|
+
const L = Ie(e, ["suffixIcon", "itemIcon", "removeIcon", "clearIcon", "switcherIcon", "bordered", "status", "onUpdate:value", "onUpdate:treeExpandedKeys", "onUpdate:searchValue"]), I = at(!ke && j.value, {
|
|
1122
1121
|
[`${c.value}-lg`]: O.value === "large",
|
|
1123
1122
|
[`${c.value}-sm`]: O.value === "small",
|
|
1124
1123
|
[`${c.value}-rtl`]: f.value === "rtl",
|
|
1125
1124
|
[`${c.value}-borderless`]: !Ne,
|
|
1126
1125
|
[`${c.value}-in-form-item`]: Oe
|
|
1127
|
-
}, ea(c.value, d.value,
|
|
1126
|
+
}, ea(c.value, d.value, J), K.value, l.class, q.value), N = {};
|
|
1128
1127
|
return e.treeData === void 0 && t.default && (N.children = _t(t.default())), le(re(U(xa, X(X(X(X({}, l), L), {}, {
|
|
1129
1128
|
disabled: V.value,
|
|
1130
1129
|
virtual: p.value,
|
|
@@ -1141,7 +1140,7 @@ const Ue = Ve({
|
|
|
1141
1140
|
multiple: Ee,
|
|
1142
1141
|
removeIcon: m,
|
|
1143
1142
|
clearIcon: k,
|
|
1144
|
-
switcherIcon: (
|
|
1143
|
+
switcherIcon: (M) => ta(Y.value, De, M, t.leafIcon, Ce),
|
|
1145
1144
|
showTreeIcon: _e,
|
|
1146
1145
|
notFoundContent: P,
|
|
1147
1146
|
getPopupContainer: S == null ? void 0 : S.value,
|
|
@@ -1161,7 +1160,7 @@ const Ue = Ve({
|
|
|
1161
1160
|
}),
|
|
1162
1161
|
maxTagPlaceholder: e.maxTagPlaceholder || t.maxTagPlaceholder,
|
|
1163
1162
|
placement: D.value,
|
|
1164
|
-
showArrow:
|
|
1163
|
+
showArrow: J || Pe,
|
|
1165
1164
|
placeholder: Fe
|
|
1166
1165
|
}), b(b({}, t), {
|
|
1167
1166
|
treeCheckable: () => U("span", {
|
|
@@ -1174,7 +1173,7 @@ const Ue = Ve({
|
|
|
1174
1173
|
TreeNode: he,
|
|
1175
1174
|
SHOW_ALL: da,
|
|
1176
1175
|
SHOW_PARENT: vt,
|
|
1177
|
-
SHOW_CHILD:
|
|
1176
|
+
SHOW_CHILD: Qe,
|
|
1178
1177
|
install: (e) => (e.component(Ue.name, Ue), e.component(st.displayName, st), e)
|
|
1179
1178
|
}), ze = yt({});
|
|
1180
1179
|
function Na(e) {
|
|
@@ -1222,10 +1221,10 @@ const Ta = { class: "crane-required" }, La = { class: "crane-category-tips" }, E
|
|
|
1222
1221
|
ref_key: "formRef",
|
|
1223
1222
|
ref: o
|
|
1224
1223
|
}, {
|
|
1225
|
-
default:
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
f[1] || (f[1] =
|
|
1224
|
+
default: Re(() => [
|
|
1225
|
+
je("div", Ta, ye(W(xe)("category")), 1),
|
|
1226
|
+
je("div", La, ye(W(xe)("categotySelectTips")), 1),
|
|
1227
|
+
f[1] || (f[1] = je("div", { class: "crane-category-line" }, null, -1)),
|
|
1229
1228
|
(ie(!0), we(bt, null, Ct(a.value.categoryList, (p, w) => {
|
|
1230
1229
|
var x;
|
|
1231
1230
|
return St((ie(), Ze(W(aa), {
|
|
@@ -1234,7 +1233,7 @@ const Ta = { class: "crane-required" }, La = { class: "crane-category-tips" }, E
|
|
|
1234
1233
|
name: ["categoryList", w, "attributeValueIds_view"],
|
|
1235
1234
|
rules: [{ required: !0, message: W(xe)("pleaseChoose"), trigger: ["change", "blur"] }]
|
|
1236
1235
|
}, {
|
|
1237
|
-
default:
|
|
1236
|
+
default: Re(() => {
|
|
1238
1237
|
var S;
|
|
1239
1238
|
return [
|
|
1240
1239
|
U(W(ct), {
|
|
@@ -1252,7 +1251,7 @@ const Ta = { class: "crane-required" }, La = { class: "crane-category-tips" }, E
|
|
|
1252
1251
|
treeNodeLabelProp: "attributeName",
|
|
1253
1252
|
"show-checked-strategy": W(l)
|
|
1254
1253
|
}, {
|
|
1255
|
-
title:
|
|
1254
|
+
title: Re(({ attributeName: g }) => [
|
|
1256
1255
|
r.value.toLowerCase() && g.includes(r.value.toLowerCase()) ? (ie(), we("span", Ea, ye(g), 1)) : (ie(), we("span", _a, ye(g), 1))
|
|
1257
1256
|
]),
|
|
1258
1257
|
_: 2
|
|
@@ -1266,10 +1265,11 @@ const Ta = { class: "crane-required" }, La = { class: "crane-category-tips" }, E
|
|
|
1266
1265
|
]);
|
|
1267
1266
|
}), 128))
|
|
1268
1267
|
]),
|
|
1269
|
-
_: 1
|
|
1268
|
+
_: 1,
|
|
1269
|
+
__: [1]
|
|
1270
1270
|
}, 8, ["model"])) : et("", !0);
|
|
1271
1271
|
}
|
|
1272
|
-
}), Ha = /* @__PURE__ */ Ft(Da, [["__scopeId", "data-v-
|
|
1272
|
+
}), Ha = /* @__PURE__ */ Ft(Da, [["__scopeId", "data-v-21167b98"]]);
|
|
1273
1273
|
export {
|
|
1274
1274
|
Ha as default
|
|
1275
1275
|
};
|