@baishuyun/ui-business 2.0.4 → 2.0.6
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/DeptsMember/{DeptsMember-Ct8CJLvk.js → DeptsMember-pFjdAocd.js} +62 -62
- package/dist/DeptsMember/{TabGroup-LsBzSRvu.js → TabGroup-CznMwTOD.js} +35 -35
- package/dist/DeptsMember/index.js +2 -2
- package/dist/DeptsMember/subcomponents/Entity/Department/index.js +3 -3
- package/dist/DeptsMember/subcomponents/Entity/Member/index.js +3 -3
- package/dist/components/DeptsMember/subcomponents/TagIcon/TagIcon.d.ts +1 -0
- package/dist/index.css +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as e, jsxs as f, Fragment as K } from "react/jsx-runtime";
|
|
2
2
|
import { c as w } from "../vendors/clsx.js";
|
|
3
|
-
import { u as D, a as C, b as ne, E as p, M as ce, T as de, P as pe, G as $, c as me, D as ue } from "./TabGroup-
|
|
3
|
+
import { u as D, a as C, b as ne, E as p, M as ce, T as de, P as pe, G as $, c as me, D as ue } from "./TabGroup-CznMwTOD.js";
|
|
4
4
|
import { Avatar as G, Button as V, Spin as ae } from "antd";
|
|
5
5
|
import { forwardRef as he, useRef as T, useImperativeHandle as fe, useState as k, useEffect as A, useMemo as z, useCallback as be } from "react";
|
|
6
6
|
import { Icon as S, Tree as se } from "bsy-react-ui";
|
|
@@ -18,10 +18,10 @@ import { g as Se } from "../vendors/services/data/member_limit.service.js";
|
|
|
18
18
|
import { g as Re } from "../vendors/services/data/member.service.js";
|
|
19
19
|
import { produce as Te } from "immer";
|
|
20
20
|
const Q = he(
|
|
21
|
-
(a,
|
|
21
|
+
(a, i) => {
|
|
22
22
|
const {
|
|
23
23
|
isMeasure: n = !1,
|
|
24
|
-
showEllipsisButton:
|
|
24
|
+
showEllipsisButton: l = !1,
|
|
25
25
|
onToggle: u,
|
|
26
26
|
hiddenCount: t = 0,
|
|
27
27
|
previewCount: d = 0
|
|
@@ -29,7 +29,7 @@ const Q = he(
|
|
|
29
29
|
dockcorp: m("department.externalContactGroup"),
|
|
30
30
|
dockcorpdept: m("department.contact")
|
|
31
31
|
}, N = (c) => v?.(h.filter((E) => E._id !== c));
|
|
32
|
-
return fe(
|
|
32
|
+
return fe(i, () => ({
|
|
33
33
|
measureRef: x.current,
|
|
34
34
|
ellipsisButtonRef: y.current
|
|
35
35
|
})), /* @__PURE__ */ e(
|
|
@@ -86,7 +86,7 @@ const Q = he(
|
|
|
86
86
|
E
|
|
87
87
|
);
|
|
88
88
|
}),
|
|
89
|
-
|
|
89
|
+
l && !n && /* @__PURE__ */ e("li", { ref: y, className: "entity-list__more", "data-button": "ellipsis-button", children: /* @__PURE__ */ f(
|
|
90
90
|
"div",
|
|
91
91
|
{
|
|
92
92
|
role: "button",
|
|
@@ -105,7 +105,7 @@ const Q = he(
|
|
|
105
105
|
);
|
|
106
106
|
}
|
|
107
107
|
), De = () => {
|
|
108
|
-
const { value: a = [], type:
|
|
108
|
+
const { value: a = [], type: i } = C(), { t: n } = D(), [l, u] = k(0), [t, { toggle: d }] = ye(!1), [m, h] = k(!1), [v, o] = k(null), b = T(null), x = T(null), y = [p.DEPARMENT, p.USER].includes(i) ? ce : de;
|
|
109
109
|
A(() => {
|
|
110
110
|
t && h(!0);
|
|
111
111
|
}, [t]);
|
|
@@ -117,7 +117,7 @@ const Q = he(
|
|
|
117
117
|
const g = () => {
|
|
118
118
|
requestAnimationFrame(() => {
|
|
119
119
|
if (c(!1), !b.current || !x.current) return;
|
|
120
|
-
const O = b.current.clientWidth, R = x.current.querySelectorAll(".measure-list li"),
|
|
120
|
+
const O = b.current.clientWidth, R = x.current.querySelectorAll(".measure-list li"), ie = x.current.querySelector(
|
|
121
121
|
'[data-button="ellipsis-button"]'
|
|
122
122
|
);
|
|
123
123
|
if (R.length === 0) {
|
|
@@ -137,9 +137,9 @@ const Q = he(
|
|
|
137
137
|
break;
|
|
138
138
|
}
|
|
139
139
|
j = P, I = 0;
|
|
140
|
-
const
|
|
140
|
+
const le = ie?.offsetWidth || me;
|
|
141
141
|
for (let M = j; M < R.length; M++) {
|
|
142
|
-
const q = R[M].clientWidth + $, oe =
|
|
142
|
+
const q = R[M].clientWidth + $, oe = le;
|
|
143
143
|
if (I + q + oe < O)
|
|
144
144
|
I += q, U = M + 1;
|
|
145
145
|
else {
|
|
@@ -147,12 +147,12 @@ const Q = he(
|
|
|
147
147
|
break;
|
|
148
148
|
}
|
|
149
149
|
}
|
|
150
|
-
|
|
150
|
+
l !== U && u(U);
|
|
151
151
|
});
|
|
152
152
|
};
|
|
153
153
|
g();
|
|
154
154
|
}, [a]);
|
|
155
|
-
const E = a.length -
|
|
155
|
+
const E = a.length - l, r = N && !t, s = z(() => t && x?.current?.querySelector('[data-role="measure-list"]')?.clientHeight || y, [y, t]);
|
|
156
156
|
return /* @__PURE__ */ e(
|
|
157
157
|
"div",
|
|
158
158
|
{
|
|
@@ -188,7 +188,7 @@ const Q = he(
|
|
|
188
188
|
children: /* @__PURE__ */ e(
|
|
189
189
|
Q,
|
|
190
190
|
{
|
|
191
|
-
previewCount: t ? a.length :
|
|
191
|
+
previewCount: t ? a.length : l,
|
|
192
192
|
showEllipsisButton: r,
|
|
193
193
|
hiddenCount: E,
|
|
194
194
|
onToggle: () => {
|
|
@@ -236,9 +236,9 @@ const Q = he(
|
|
|
236
236
|
}
|
|
237
237
|
);
|
|
238
238
|
}, Ce = (a) => {
|
|
239
|
-
const [
|
|
239
|
+
const [i, n] = re(a, {
|
|
240
240
|
defaultValue: a.tabs.length ? a.tabs[0].value : void 0
|
|
241
|
-
}), [
|
|
241
|
+
}), [l, u] = k(""), t = T(/* @__PURE__ */ new Map()), [d, m] = k({
|
|
242
242
|
width: 0,
|
|
243
243
|
transform: "translateX(0)"
|
|
244
244
|
}), h = T(_e((o) => a.onSearch?.(o), 250)).current;
|
|
@@ -256,8 +256,8 @@ const Q = he(
|
|
|
256
256
|
}
|
|
257
257
|
};
|
|
258
258
|
return A(() => {
|
|
259
|
-
|
|
260
|
-
}, [
|
|
259
|
+
i && v(i);
|
|
260
|
+
}, [i]), A(() => {
|
|
261
261
|
const o = a.tabs.length ? a.tabs[0].value : void 0;
|
|
262
262
|
o && v(o);
|
|
263
263
|
}, [a.tabs]), /* @__PURE__ */ f("div", { className: "tab-bar flex justify-between px-[10px] border-b border-[#e0e0e0] relative", children: [
|
|
@@ -280,8 +280,8 @@ const Q = he(
|
|
|
280
280
|
},
|
|
281
281
|
onClick: () => n(o.value),
|
|
282
282
|
className: w("tab-bar__list-item cursor-pointer relative py-1", {
|
|
283
|
-
"text-[#0265ff]":
|
|
284
|
-
"hover:text-[#0265ff]":
|
|
283
|
+
"text-[#0265ff]": i === o.value,
|
|
284
|
+
"hover:text-[#0265ff]": i !== o.value
|
|
285
285
|
}),
|
|
286
286
|
children: o.label
|
|
287
287
|
},
|
|
@@ -293,7 +293,7 @@ const Q = he(
|
|
|
293
293
|
"input",
|
|
294
294
|
{
|
|
295
295
|
type: "text",
|
|
296
|
-
value:
|
|
296
|
+
value: l,
|
|
297
297
|
onChange: (o) => {
|
|
298
298
|
u(o.target.value), h(o.target.value);
|
|
299
299
|
},
|
|
@@ -314,25 +314,25 @@ const Q = he(
|
|
|
314
314
|
] }) })
|
|
315
315
|
] });
|
|
316
316
|
}, Ie = (a) => {
|
|
317
|
-
const { containerHeight:
|
|
317
|
+
const { containerHeight: i } = C();
|
|
318
318
|
return /* @__PURE__ */ e(
|
|
319
319
|
"div",
|
|
320
320
|
{
|
|
321
321
|
className: w("tab-panel"),
|
|
322
322
|
style: {
|
|
323
|
-
height:
|
|
323
|
+
height: i + "px"
|
|
324
324
|
},
|
|
325
325
|
children: a.children
|
|
326
326
|
}
|
|
327
327
|
);
|
|
328
328
|
}, Pe = {
|
|
329
329
|
"selection-tabs": "_selection-tabs_88491_1"
|
|
330
|
-
}, Z = ({ avatarurl: a, randomColor:
|
|
330
|
+
}, Z = ({ avatarurl: a, randomColor: i, name: n, extra: l }) => /* @__PURE__ */ f("div", { className: "flex flex-1 gap-[6px] items-center overflow-hidden ml-[-16px]", children: [
|
|
331
331
|
a ? /* @__PURE__ */ e(G, { src: a, size: 20, style: { flexShrink: 0 } }) : /* @__PURE__ */ e(
|
|
332
332
|
G,
|
|
333
333
|
{
|
|
334
334
|
style: {
|
|
335
|
-
backgroundColor:
|
|
335
|
+
backgroundColor: i,
|
|
336
336
|
fontSize: "12px",
|
|
337
337
|
lineHeight: "13px",
|
|
338
338
|
width: "20px",
|
|
@@ -343,9 +343,9 @@ const Q = he(
|
|
|
343
343
|
}
|
|
344
344
|
),
|
|
345
345
|
/* @__PURE__ */ e("span", { className: "text-sm select-none text-ellipsis whitespace-nowrap overflow-hidden", children: n }),
|
|
346
|
-
|
|
346
|
+
l
|
|
347
347
|
] }), ee = (a) => {
|
|
348
|
-
const { type:
|
|
348
|
+
const { type: i, dispatch: n, value: l, containerHeight: u } = C(), { t } = D(), { data: d, loading: m } = H(
|
|
349
349
|
() => Ee({
|
|
350
350
|
groupLimit: [],
|
|
351
351
|
memberLimit: [],
|
|
@@ -414,7 +414,7 @@ const Q = he(
|
|
|
414
414
|
})
|
|
415
415
|
}
|
|
416
416
|
].filter((r) => r.children.length), _ = y.map((r) => r.value), N = v || m, c = (r) => {
|
|
417
|
-
if (p.USER ===
|
|
417
|
+
if (p.USER === i) {
|
|
418
418
|
const s = J(r, y);
|
|
419
419
|
s && n({
|
|
420
420
|
type: "insertOnly",
|
|
@@ -423,7 +423,7 @@ const Q = he(
|
|
|
423
423
|
}
|
|
424
424
|
});
|
|
425
425
|
}
|
|
426
|
-
if (p.USER_GROUP ===
|
|
426
|
+
if (p.USER_GROUP === i) {
|
|
427
427
|
const s = J(r, y);
|
|
428
428
|
n({
|
|
429
429
|
type: "addOne",
|
|
@@ -433,7 +433,7 @@ const Q = he(
|
|
|
433
433
|
});
|
|
434
434
|
}
|
|
435
435
|
}, E = (r) => {
|
|
436
|
-
p.USER !==
|
|
436
|
+
p.USER !== i && n({
|
|
437
437
|
type: "deleteOne",
|
|
438
438
|
payload: r
|
|
439
439
|
});
|
|
@@ -443,8 +443,8 @@ const Q = he(
|
|
|
443
443
|
se,
|
|
444
444
|
{
|
|
445
445
|
data: y,
|
|
446
|
-
checkType:
|
|
447
|
-
defaultSelectedKeys:
|
|
446
|
+
checkType: i === p.USER ? "radio" : "checkbox",
|
|
447
|
+
defaultSelectedKeys: l?.map((r) => r._id),
|
|
448
448
|
defaultExpandedKeys: _,
|
|
449
449
|
switcherIcon: (r) => /* @__PURE__ */ e(
|
|
450
450
|
S,
|
|
@@ -465,7 +465,7 @@ const Q = he(
|
|
|
465
465
|
!y.length && !N && /* @__PURE__ */ e("div", { className: "absolute inset-0 flex items-center justify-center", children: /* @__PURE__ */ e("span", { className: "text-[#999]", children: t("member.noAvailable") }) })
|
|
466
466
|
] });
|
|
467
467
|
}, te = (a) => {
|
|
468
|
-
const { type:
|
|
468
|
+
const { type: i, value: n, dispatch: l, containerHeight: u } = C(), { t } = D(), { data: d, loading: m } = H(
|
|
469
469
|
() => Re({
|
|
470
470
|
departmentLimit: [],
|
|
471
471
|
key: a.wd
|
|
@@ -482,7 +482,7 @@ const Q = he(
|
|
|
482
482
|
children: o.filter((s) => s.status === 1 && s.name?.includes(a.wd)).map((s) => ({
|
|
483
483
|
...s,
|
|
484
484
|
title: /* @__PURE__ */ f(K, { children: [
|
|
485
|
-
/* @__PURE__ */ e(ne, { type: "group" }),
|
|
485
|
+
/* @__PURE__ */ e(ne, { type: "group", size: 16 }),
|
|
486
486
|
/* @__PURE__ */ e("span", { className: "text-sm select-none text-ellipsis whitespace-nowrap overflow-hidden", children: s.name })
|
|
487
487
|
] })
|
|
488
488
|
}))
|
|
@@ -506,8 +506,8 @@ const Q = he(
|
|
|
506
506
|
].filter((s) => s.children.length), N = _.map((s) => s._id), c = (s, g) => {
|
|
507
507
|
if (!g)
|
|
508
508
|
return;
|
|
509
|
-
if (
|
|
510
|
-
|
|
509
|
+
if (i === p.DEPARMENT) {
|
|
510
|
+
l({
|
|
511
511
|
type: "insertOnly",
|
|
512
512
|
payload: {
|
|
513
513
|
...g,
|
|
@@ -517,7 +517,7 @@ const Q = he(
|
|
|
517
517
|
return;
|
|
518
518
|
}
|
|
519
519
|
const L = o.some((O) => O._id === g._id);
|
|
520
|
-
|
|
520
|
+
l({
|
|
521
521
|
type: "addOne",
|
|
522
522
|
payload: {
|
|
523
523
|
...g,
|
|
@@ -526,7 +526,7 @@ const Q = he(
|
|
|
526
526
|
}
|
|
527
527
|
});
|
|
528
528
|
}, E = (s) => {
|
|
529
|
-
|
|
529
|
+
l({
|
|
530
530
|
type: "deleteOne",
|
|
531
531
|
payload: s
|
|
532
532
|
});
|
|
@@ -536,7 +536,7 @@ const Q = he(
|
|
|
536
536
|
se,
|
|
537
537
|
{
|
|
538
538
|
data: _,
|
|
539
|
-
checkType:
|
|
539
|
+
checkType: i === p.DEPARMENT ? "radio" : "checkbox",
|
|
540
540
|
selectedKeys: n?.map((s) => s._id),
|
|
541
541
|
fieldNames: {
|
|
542
542
|
title: "title",
|
|
@@ -563,22 +563,22 @@ const Q = he(
|
|
|
563
563
|
!_.length && !r && /* @__PURE__ */ e("div", { className: "absolute inset-0 flex items-center justify-center", children: /* @__PURE__ */ e("span", { className: "text-[#999]", children: t("department.noAvailable") }) })
|
|
564
564
|
] });
|
|
565
565
|
}, Me = () => {
|
|
566
|
-
const { type: a } = C(), { t:
|
|
566
|
+
const { type: a } = C(), { t: i } = D(), [n, l] = k(), u = Ne(), t = we(), d = {
|
|
567
567
|
[p.USER]: {
|
|
568
568
|
raw: /* @__PURE__ */ e(ee, { wd: n }),
|
|
569
|
-
placeholder:
|
|
569
|
+
placeholder: i("tabs.searchMember")
|
|
570
570
|
},
|
|
571
571
|
[p.USER_GROUP]: {
|
|
572
572
|
raw: /* @__PURE__ */ e(ee, { wd: n }),
|
|
573
|
-
placeholder:
|
|
573
|
+
placeholder: i("tabs.searchMember")
|
|
574
574
|
},
|
|
575
575
|
[p.DEPARMENT]: {
|
|
576
576
|
raw: /* @__PURE__ */ e(te, { wd: n }),
|
|
577
|
-
placeholder:
|
|
577
|
+
placeholder: i("tabs.searchDepartment")
|
|
578
578
|
},
|
|
579
579
|
[p.DEPARMENT_GROUP]: {
|
|
580
580
|
raw: /* @__PURE__ */ e(te, { wd: n }),
|
|
581
|
-
placeholder:
|
|
581
|
+
placeholder: i("tabs.searchDepartment")
|
|
582
582
|
}
|
|
583
583
|
}, h = z(() => ({
|
|
584
584
|
[p.USER]: u,
|
|
@@ -586,13 +586,13 @@ const Q = he(
|
|
|
586
586
|
[p.DEPARMENT]: t,
|
|
587
587
|
[p.DEPARMENT_GROUP]: t
|
|
588
588
|
}), [u, t])[a], [v, o] = k(h[0].value), b = (c) => {
|
|
589
|
-
o(c),
|
|
589
|
+
o(c), l(void 0);
|
|
590
590
|
}, x = h.find((c) => c.value === v)?.view, y = (c) => {
|
|
591
591
|
if (!c.trim().length) {
|
|
592
|
-
|
|
592
|
+
l(void 0);
|
|
593
593
|
return;
|
|
594
594
|
}
|
|
595
|
-
|
|
595
|
+
l(c);
|
|
596
596
|
}, _ = n ? d[a]?.raw : x, N = d[a]?.placeholder;
|
|
597
597
|
return /* @__PURE__ */ f("div", { className: w(Pe["selection-tabs"]), children: [
|
|
598
598
|
/* @__PURE__ */ e(
|
|
@@ -607,22 +607,22 @@ const Q = he(
|
|
|
607
607
|
),
|
|
608
608
|
/* @__PURE__ */ e(Ie, { children: _ })
|
|
609
609
|
] });
|
|
610
|
-
}, Ae = (a,
|
|
611
|
-
switch (
|
|
610
|
+
}, Ae = (a, i) => Te(a, (n) => {
|
|
611
|
+
switch (i.type) {
|
|
612
612
|
case "addOne": {
|
|
613
|
-
const
|
|
614
|
-
~n.findIndex((t) => t._id ===
|
|
613
|
+
const l = i.payload;
|
|
614
|
+
~n.findIndex((t) => t._id === l._id) || n.push(l);
|
|
615
615
|
break;
|
|
616
616
|
}
|
|
617
617
|
case "addMany": {
|
|
618
|
-
|
|
619
|
-
~n.findIndex((t) => t._id ===
|
|
618
|
+
i.payload.forEach((l) => {
|
|
619
|
+
~n.findIndex((t) => t._id === l._id) || n.push(l);
|
|
620
620
|
});
|
|
621
621
|
break;
|
|
622
622
|
}
|
|
623
623
|
case "removeMany": {
|
|
624
|
-
const
|
|
625
|
-
n.filter((t) =>
|
|
624
|
+
const l = i.payload;
|
|
625
|
+
n.filter((t) => l.includes(t._id)).forEach((t) => {
|
|
626
626
|
const d = n.findIndex((m) => m._id === t._id);
|
|
627
627
|
~d && n.splice(d, 1);
|
|
628
628
|
});
|
|
@@ -633,22 +633,22 @@ const Q = he(
|
|
|
633
633
|
break;
|
|
634
634
|
}
|
|
635
635
|
case "insertOnly": {
|
|
636
|
-
const
|
|
637
|
-
n.length && (n.length = 0), n.push(
|
|
636
|
+
const l = i.payload;
|
|
637
|
+
n.length && (n.length = 0), n.push(l);
|
|
638
638
|
break;
|
|
639
639
|
}
|
|
640
640
|
case "deleteOne": {
|
|
641
|
-
const
|
|
641
|
+
const l = i.payload, u = n.findIndex((t) => t._id === l);
|
|
642
642
|
~u && n.splice(u, 1);
|
|
643
643
|
break;
|
|
644
644
|
}
|
|
645
645
|
// 插入新元素 & 删除旧元素
|
|
646
646
|
case "deleteAndInsert": {
|
|
647
|
-
const { newItems:
|
|
647
|
+
const { newItems: l, oldIds: u } = i.payload;
|
|
648
648
|
u.forEach((t) => {
|
|
649
649
|
const d = n.findIndex((m) => m._id === t);
|
|
650
650
|
~d && n.splice(d, 1);
|
|
651
|
-
}),
|
|
651
|
+
}), l.forEach((t) => {
|
|
652
652
|
~n.findIndex((m) => m._id === t._id) || n.push(t);
|
|
653
653
|
});
|
|
654
654
|
}
|
|
@@ -656,14 +656,14 @@ const Q = he(
|
|
|
656
656
|
}), Oe = {
|
|
657
657
|
"depts-member-selector": "_depts-member-selector_d4xq4_1"
|
|
658
658
|
}, tt = (a) => {
|
|
659
|
-
const { onCancel:
|
|
659
|
+
const { onCancel: i, onConfirm: n, onChange: l, defaultValue: u, type: t = "user" } = a, { t: d } = D(), [m, h] = re(a, {
|
|
660
660
|
defaultValue: u || []
|
|
661
661
|
}), v = be(
|
|
662
662
|
(b) => {
|
|
663
663
|
const x = Ae(m, b);
|
|
664
|
-
h(x),
|
|
664
|
+
h(x), l?.(x);
|
|
665
665
|
},
|
|
666
|
-
[h, m,
|
|
666
|
+
[h, m, l]
|
|
667
667
|
), o = z(() => ({
|
|
668
668
|
type: t,
|
|
669
669
|
value: m,
|
|
@@ -691,7 +691,7 @@ const Q = he(
|
|
|
691
691
|
}
|
|
692
692
|
) }),
|
|
693
693
|
/* @__PURE__ */ f("div", { className: "flex-1 flex justify-end", children: [
|
|
694
|
-
/* @__PURE__ */ e(V, { onClick:
|
|
694
|
+
/* @__PURE__ */ e(V, { onClick: i, className: "btn-cancel", children: d("common.cancel") }),
|
|
695
695
|
/* @__PURE__ */ e(V, { type: "primary", className: "ml-3", onClick: () => n?.(m), children: d("common.confirm") })
|
|
696
696
|
] })
|
|
697
697
|
] })
|
|
@@ -2,7 +2,7 @@ import { createContext as v, useContext as f, useMemo as p, useCallback as E, us
|
|
|
2
2
|
import { n as d } from "../vendors/lodash-es.js";
|
|
3
3
|
import { C as G } from "../ConfigProvider/configContext-lDqg07Z3.js";
|
|
4
4
|
import { jsx as o, jsxs as N } from "react/jsx-runtime";
|
|
5
|
-
import { Icon as
|
|
5
|
+
import { Icon as l } from "bsy-react-ui";
|
|
6
6
|
import { c as S } from "../vendors/clsx.js";
|
|
7
7
|
const I = v({
|
|
8
8
|
type: "user",
|
|
@@ -26,7 +26,7 @@ const I = v({
|
|
|
26
26
|
* @description 表示多个部门组
|
|
27
27
|
*/
|
|
28
28
|
DEPARMENT_GROUP: "deptgroup"
|
|
29
|
-
}, nt = 110, at = 68, rt = 30, ot = 8,
|
|
29
|
+
}, nt = 110, at = 68, rt = 30, ot = 8, ct = 90, M = { loading: "加载中...", cancel: "取消", confirm: "确认", clearAll: "清空所选项", viewAll: "查看全部{count}个", selected: "已选 {selected}/{total}", collapseAll: "收起全部", noAvailable: "没有可选成员" }, y = { title: "部门", search: "搜索部门", noAvailable: "没有可选部门", contact: "对接部门", organizationalStructure: "组织架构", currentUserDepartment: "当前用户所处部门", internal: "内部组织", external: "外部组织", externalContactGroup: "对接人小组", externalContactDepartment: "对接部门" }, R = { title: "成员", search: "搜索成员", contact: "对接人", all: "全部成员", allContact: "全部对接人", internal: "内部成员", external: "外部成员", noAvailable: "没有可选成员" }, U = { title: "角色", internal: "内部角色", external: "互联角色" }, T = { title: "职位" }, P = { title: "当前用户" }, $ = { title: "外部联系人", defaultGroup: "默认分组", customGroup: "自定义分组", group: "外部联系人分组", noAvailableGroup: "没有可选分组" }, H = { searchMember: "搜索成员", searchDepartment: "搜索部门" }, b = {
|
|
30
30
|
common: M,
|
|
31
31
|
department: y,
|
|
32
32
|
member: R,
|
|
@@ -44,61 +44,61 @@ const I = v({
|
|
|
44
44
|
currentUser: B,
|
|
45
45
|
externalContact: W,
|
|
46
46
|
tabs: j
|
|
47
|
-
}, X = (
|
|
48
|
-
const s =
|
|
49
|
-
let
|
|
47
|
+
}, X = (a, t, e) => {
|
|
48
|
+
const s = t.split(".");
|
|
49
|
+
let n = a;
|
|
50
50
|
try {
|
|
51
51
|
for (const r of s)
|
|
52
|
-
|
|
53
|
-
return typeof
|
|
52
|
+
n = n[r];
|
|
53
|
+
return typeof n == "string" ? e ? n.replace(/\{(\w+)\}/g, (r, i) => e[i] !== void 0 ? String(e[i]) : r) : n : t;
|
|
54
54
|
} catch {
|
|
55
|
-
return
|
|
55
|
+
return t;
|
|
56
56
|
}
|
|
57
|
-
},
|
|
58
|
-
const
|
|
57
|
+
}, lt = () => {
|
|
58
|
+
const a = f(G), t = p(() => ({ "zh-CN": b, "en-US": V }), []), e = p(() => t[a.locale] || b, [a.locale, t]);
|
|
59
59
|
return {
|
|
60
60
|
t: E(
|
|
61
|
-
(
|
|
62
|
-
[
|
|
61
|
+
(n, r) => X(e, n, r),
|
|
62
|
+
[e]
|
|
63
63
|
)
|
|
64
64
|
};
|
|
65
|
-
}, st = ({ type:
|
|
66
|
-
switch (
|
|
65
|
+
}, st = ({ type: a, size: t }) => {
|
|
66
|
+
switch (a) {
|
|
67
67
|
case "label":
|
|
68
|
-
return /* @__PURE__ */ o(
|
|
68
|
+
return /* @__PURE__ */ o(l, { name: "Enterpriselabel", className: "text-[#0265ff]", size: t });
|
|
69
69
|
case "dockcorp":
|
|
70
70
|
case "dockcorpdept":
|
|
71
|
-
return /* @__PURE__ */ o(
|
|
71
|
+
return /* @__PURE__ */ o(l, { name: "company", className: "text-[#0265ff]", size: t });
|
|
72
72
|
case "dockdept":
|
|
73
73
|
case "member":
|
|
74
|
-
return /* @__PURE__ */ o(
|
|
74
|
+
return /* @__PURE__ */ o(l, { name: "dept-one", className: "text-[#0265ff]", size: t });
|
|
75
75
|
case "group":
|
|
76
|
-
return /* @__PURE__ */ o(
|
|
76
|
+
return /* @__PURE__ */ o(l, { name: "Outreach", className: "text-[#70c911]", size: t });
|
|
77
77
|
default:
|
|
78
|
-
return /* @__PURE__ */ o(
|
|
78
|
+
return /* @__PURE__ */ o(l, { name: "dept-one", className: "text-[#0265ff]", size: t });
|
|
79
79
|
}
|
|
80
80
|
}, q = "_active_1vd3c_15", u = {
|
|
81
81
|
"tabgroup-container": "_tabgroup-container_1vd3c_1",
|
|
82
82
|
"tabgroup-container__tab-item": "_tabgroup-container__tab-item_1vd3c_7",
|
|
83
83
|
active: q,
|
|
84
84
|
"tabgroup-container__indicator": "_tabgroup-container__indicator_1vd3c_18"
|
|
85
|
-
}, it = (
|
|
86
|
-
const { tabs:
|
|
85
|
+
}, it = (a) => {
|
|
86
|
+
const { tabs: t, value: e, onChange: s } = a, n = h(null), [r, i] = A({
|
|
87
87
|
width: 0,
|
|
88
88
|
transform: "translateX(0)"
|
|
89
|
-
}),
|
|
90
|
-
const m =
|
|
89
|
+
}), C = (c) => {
|
|
90
|
+
const m = n.current?.querySelector(`[data-key="${c}"]`);
|
|
91
91
|
if (m) {
|
|
92
|
-
const { width:
|
|
92
|
+
const { width: g, left: x } = m.getBoundingClientRect(), _ = m.parentElement?.parentElement?.getBoundingClientRect().left || 0;
|
|
93
93
|
i({
|
|
94
|
-
width:
|
|
95
|
-
transform: `translateX(${
|
|
94
|
+
width: g,
|
|
95
|
+
transform: `translateX(${x - _}px)`
|
|
96
96
|
});
|
|
97
97
|
}
|
|
98
98
|
};
|
|
99
99
|
return D(() => {
|
|
100
|
-
|
|
101
|
-
}, [
|
|
100
|
+
C(e);
|
|
101
|
+
}, [e]), /* @__PURE__ */ N("div", { className: u["tabgroup-container"], ref: n, children: [
|
|
102
102
|
/* @__PURE__ */ o(
|
|
103
103
|
"div",
|
|
104
104
|
{
|
|
@@ -109,16 +109,16 @@ const I = v({
|
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
),
|
|
112
|
-
|
|
112
|
+
t.map((c) => /* @__PURE__ */ o(
|
|
113
113
|
"div",
|
|
114
114
|
{
|
|
115
115
|
className: S(u["tabgroup-container__tab-item"], {
|
|
116
|
-
[u.active]:
|
|
116
|
+
[u.active]: e === c.value
|
|
117
117
|
}),
|
|
118
|
-
onClick: () => s(
|
|
119
|
-
children: /* @__PURE__ */ o("span", { "data-key":
|
|
118
|
+
onClick: () => s(c.value),
|
|
119
|
+
children: /* @__PURE__ */ o("span", { "data-key": c.value, children: c.label })
|
|
120
120
|
},
|
|
121
|
-
|
|
121
|
+
c.value
|
|
122
122
|
))
|
|
123
123
|
] });
|
|
124
124
|
};
|
|
@@ -127,11 +127,11 @@ export {
|
|
|
127
127
|
et as E,
|
|
128
128
|
ot as G,
|
|
129
129
|
rt as M,
|
|
130
|
-
|
|
130
|
+
ct as P,
|
|
131
131
|
at as T,
|
|
132
132
|
tt as a,
|
|
133
133
|
st as b,
|
|
134
134
|
nt as c,
|
|
135
135
|
it as d,
|
|
136
|
-
|
|
136
|
+
lt as u
|
|
137
137
|
};
|
|
@@ -4,7 +4,7 @@ import { useRequest as T } from "ahooks";
|
|
|
4
4
|
import { Spin as A, Radio as R } from "antd";
|
|
5
5
|
import { c as v } from "../../../../vendors/clsx.js";
|
|
6
6
|
import { useState as D, useMemo as G, useCallback as M } from "react";
|
|
7
|
-
import { a as N, u as k, E, d as L, b as H } from "../../../TabGroup-
|
|
7
|
+
import { a as N, u as k, E, d as L, b as H } from "../../../TabGroup-CznMwTOD.js";
|
|
8
8
|
import { buildDeptTree as B, buildTree as U, findNodeInTree as q } from "../../../utils/index.js";
|
|
9
9
|
import { S } from "../../../../vendors/simplebar-react.js";
|
|
10
10
|
import { Tree as w, Icon as C, Checkbox as O } from "bsy-react-ui";
|
|
@@ -150,7 +150,7 @@ const Q = (t) => {
|
|
|
150
150
|
const y = l.filter((h) => h.type === "dockcorp" || h.type === "dockdept" ? !0 : h.parentId === 0 ? !1 : l.some((z) => z.parentId === h.departmentId)), I = y.map((h) => ({
|
|
151
151
|
...h,
|
|
152
152
|
checkable: h.type !== "dockcorpdept" && h.type !== "label",
|
|
153
|
-
icon: /* @__PURE__ */ e(H, { type: h.type })
|
|
153
|
+
icon: /* @__PURE__ */ e(H, { type: h.type, size: 16 })
|
|
154
154
|
}));
|
|
155
155
|
return y.length > 0 ? U(I, {
|
|
156
156
|
parentId: "parentId",
|
|
@@ -290,7 +290,7 @@ const Q = (t) => {
|
|
|
290
290
|
className: v("rounded-[4px] cursor-pointer font-0 px-[10px]", {
|
|
291
291
|
"hover:bg-[#f3f3f3]": !0
|
|
292
292
|
}),
|
|
293
|
-
children: /* @__PURE__ */ e(O, { labelPosition: "left", value: n._id, children: /* @__PURE__ */ e("div", { className: "flex flex-1 gap-[6px] items-center py-[
|
|
293
|
+
children: /* @__PURE__ */ e(O, { labelPosition: "left", value: n._id, children: /* @__PURE__ */ e("div", { className: "flex flex-1 gap-[6px] items-center py-[7px]", children: /* @__PURE__ */ e("span", { className: "text-sm select-none", children: n.name }) }) })
|
|
294
294
|
},
|
|
295
295
|
n._id
|
|
296
296
|
)) }) })
|
|
@@ -6,7 +6,7 @@ import { g as Z, a as $, b as Q, c as W } from "../../../../vendors/services/dat
|
|
|
6
6
|
import { produce as O } from "immer";
|
|
7
7
|
import { getColorByName as j, buildDeptTree as q, findNodeInTree as X, buildTree as Y } from "../../../utils/index.js";
|
|
8
8
|
import { Radio as H, Avatar as A, Spin as E } from "antd";
|
|
9
|
-
import { u as I, a as M, E as T, d as ee, b as te } from "../../../TabGroup-
|
|
9
|
+
import { u as I, a as M, E as T, d as ee, b as te } from "../../../TabGroup-CznMwTOD.js";
|
|
10
10
|
import { Checkbox as R, Icon as S, Tree as U } from "bsy-react-ui";
|
|
11
11
|
import { S as w } from "../../../../vendors/simplebar-react.js";
|
|
12
12
|
import { g as le, a as ne } from "../../../../vendors/services/data/department.service.js";
|
|
@@ -127,7 +127,7 @@ const D = (t) => {
|
|
|
127
127
|
className: _("rounded-[4px] cursor-pointer font-0 px-[10px]", {
|
|
128
128
|
"hover:bg-[#f3f3f3]": !0
|
|
129
129
|
}),
|
|
130
|
-
children: /* @__PURE__ */ e(R, { labelPosition: "left", value: r._id, children: /* @__PURE__ */ C("div", { className: "flex flex-1 gap-[6px] items-center py-[
|
|
130
|
+
children: /* @__PURE__ */ e(R, { labelPosition: "left", value: r._id, children: /* @__PURE__ */ C("div", { className: "flex flex-1 gap-[6px] items-center py-[7px] overflow-hidden", children: [
|
|
131
131
|
r.avatarurl ? /* @__PURE__ */ e(A, { src: r.avatarurl, size: 20, style: { flexShrink: 0 } }) : /* @__PURE__ */ e(
|
|
132
132
|
A,
|
|
133
133
|
{
|
|
@@ -335,7 +335,7 @@ const D = (t) => {
|
|
|
335
335
|
const i = (k) => k.filter((x) => (x.children && (x.children = i(x.children)), !((x.type === "label" || x.type === "dockcorpdept") && (!x.children || x.children.length === 0)))).map((x) => ({
|
|
336
336
|
...x,
|
|
337
337
|
checkable: x.type !== "label" && x.type !== "dockcorpdept",
|
|
338
|
-
icon: /* @__PURE__ */ e(te, { type: x.type })
|
|
338
|
+
icon: /* @__PURE__ */ e(te, { type: x.type, size: 16 })
|
|
339
339
|
})), u = m.label_corp_list.length ? q(m.label_corp_list)[0].children : [];
|
|
340
340
|
return i(u);
|
|
341
341
|
}
|
package/dist/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._tabgroup-container_1vd3c_1{position:relative;display:flex;height:34px;border-bottom:1px solid #e0e0e0}._tabgroup-container__tab-item_1vd3c_7{flex:1;text-align:center;color:#121111;cursor:pointer;font-size:14px;line-height:34px}._tabgroup-container__tab-item_1vd3c_7._active_1vd3c_15,._tabgroup-container__tab-item_1vd3c_7:hover{color:#0265ff}._tabgroup-container__indicator_1vd3c_18{position:absolute;bottom:0;height:2px;background-color:#0265ff;transition:all .3s ease-in-out;width:70px}.memeber-list .ant-radio-wrapper{display:flex;justify-content:space-between;align-items:center}.memeber-list .ant-radio{order:101;flex-shrink:0}.memeber-list .ant-radio-label{padding-inline-start:0!important;order:100;flex:1;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._bsy-external-member__all-option_10zdq_1{cursor:pointer;display:flex;gap:6px;border-radius:4px;padding:4px;transition:background-color .2s ease}._bsy-external-member__all-option_10zdq_1:hover{background-color:#f3f3f3}._bsy-external-member__all-option--selected_10zdq_13{background-color:#f0f6ff;color:#0265ff}._bsy-external-member__all-option--selected_10zdq_13:hover{background-color:#f0f6ff}._bsy-external-member__icon_10zdq_20{color:#0265ff;font-size:18px}._bsy-external-member__switcher-icon_10zdq_24{transition:transform .3s ease-in-out;font-size:16px;color:#666}._bsy-external-member__switcher-icon--expanded_10zdq_29{transform:rotate(90deg)}._bsy-all-member__all-option_tutqe_1{cursor:pointer;display:flex;gap:6px;border-radius:4px;height:34px;padding:6px 10px;transition:background-color .2s ease;--icon-color: #6f829e}._bsy-all-member__all-option_tutqe_1:hover{background-color:#f3f3f3}._bsy-all-member__all-option--selected_tutqe_15{--icon-color: #0265ff;background-color:#f0f6ff}._bsy-all-member__all-option--selected_tutqe_15:hover{background-color:#f0f6ff}._bsy-all-member__all-option-icon_tutqe_22{color:var(--icon-color)}.internal-container__icon{font-size:20px;color:#0265ff}.internal-container__arrow-icon{transition:transform .3s ease-in-out;color:#666;font-size:16px}.internal-container__arrow-icon.rotate-90{transform:rotate(90deg)}.internal-container__empty{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#999}.external-container__tabs{position:relative;display:flex;height:34px;border-bottom:1px solid #e0e0e0}.external-container__tab-item{flex:1;text-align:center;color:#121111;cursor:pointer;font-size:14px;line-height:34px}.external-container__tab-item.active{color:#0265ff}.external-container__indicator{position:absolute;bottom:0;height:2px;background-color:#0265ff;transition:all .3s ease-in-out;width:70px}.entity-group-list .ant-radio-wrapper{display:flex;justify-content:space-between;align-items:center}.entity-group-list .ant-radio{order:101;flex-shrink:0}.entity-group-list .ant-radio-label{padding-inline-start:0!important;order:100;flex:1;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.depts-member-selection-preview{position:relative}.depts-member-selection-preview .depts-member-selection-preview-container{position:relative;background-color:#fff;z-index:11;transition:padding-bottom .35s ease-out;color:#121211}.depts-member-selection-preview .depts-member-selection-preview-container.expand{padding-bottom:50px}.depts-member-selection-preview .depts-member-selection-preview-container.enable-animation{position:absolute;left:0;right:0}.depts-member-selection-preview .depts-member-selection-preview-container .preview-container__body{position:relative;min-height:52px;border-radius:4px;border:1px dashed #e0e0e0;transition:all ease-out .35s}.depts-member-selection-preview .depts-member-selection-preview-container .preview-container__body.expand{border-color:#0265ff;max-height:400px;overflow:hidden}.depts-member-selection-preview .depts-member-selection-preview-container .preview-container__body:not(.expand):hover{border-color:#0265ff}.depts-member-selection-preview .depts-member-selection-preview-container .preview-container__scroll-gutter{padding:10px}.depts-member-selection-preview .depts-member-selection-preview-container .preview-container__scroll{overflow:hidden;transition:all .3s ease}.depts-member-selection-preview .depts-member-selection-preview-container .preview-container__button{position:absolute;left:0;right:0;bottom:0;height:50px;color:#0265ff;display:flex;align-items:center;justify-content:center;background-color:#fff}.depts-member-selection-preview .depts-member-selection-preview-container .measure-list{position:absolute;top:0;left:0;opacity:0;pointer-events:none;z-index:-1}.depts-member-selection-preview .depts-member-selection-preview-container .entity-list{font-size:0;display:flex;gap:8px;flex-wrap:wrap;transition:height .35s ease-out}.depts-member-selection-preview .depts-member-selection-preview-container .entity-list .entity-item{display:inline-flex;height:30px;padding-left:6px;padding-right:8px;background-color:#e6f8ff;border-radius:100px;gap:6px;align-items:center;line-height:normal}.depts-member-selection-preview .depts-member-selection-preview-container .entity-list .entity-item .entity-item__content{height:20px;flex-shrink:0;display:inline-flex;align-items:center}.depts-member-selection-preview .depts-member-selection-preview-container .entity-list .entity-item .entity-item__text{font-size:14px;display:inline-flex;align-items:center}.depts-member-selection-preview .depts-member-selection-preview-container .entity-list .entity-item .entity-item__text .entity-item__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:120px;display:inline-block}.depts-member-selection-preview .depts-member-selection-preview-container .entity-list .entity-item .entity-item__text .entity-item__badge{font-size:12px;color:#4d609f;display:inline-block}.depts-member-selection-preview .depts-member-selection-preview-container .entity-list .entity-item .entity-item__close{cursor:pointer;width:14px;height:14px;display:flex;align-items:center}.depts-member-selection-preview .depts-member-selection-preview-container .entity-list .entity-item .entity-item__close .anticon{color:#666;font-size:14px}.depts-member-selection-preview .depts-member-selection-preview-container .entity-list .entity-item .entity-item__close .anticon:hover{color:#0265ff}.depts-member-selection-preview .depts-member-selection-preview-container .entity-list .entity-item.entity-item--user{background-color:#eceff3}.depts-member-selection-preview .depts-member-selection-preview-container .entity-list .entity-item.entity-item--department{background-color:#ebf0ff}.depts-member-selection-preview .depts-member-selection-preview-container .entity-list .entity-list__more{color:#0265ff;display:inline-flex;font-size:14px;align-items:center}.depts-member-selection-preview .depts-member-selection-preview-container .entity-list .entity-list__more .entity-list__more-button{font-size:14px;display:inline-flex;gap:6px}.depts-member-selection-preview .depts-member-selection-preview-container .entity-list .entity-list__more .entity-list__more-button:hover{opacity:.8}.depts-member-selection-preview .measure-list{padding:10px}.depts-member-preview-container__mask{position:absolute;inset:0;background-color:#0000004d;z-index:10}._selection-tabs_88491_1{border-radius:6px;border:1px solid #e0e0e0}._depts-member-selector_d4xq4_1{display:flex;flex-direction:column;gap:10px;position:relative}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.bottom-\[-1px\]{bottom:-1px}.left-2\.5{left:.625rem}.top-1\/2{top:50%}.ml-3{margin-left:.75rem}.ml-\[-16px\]{margin-left:-16px}.flex{display:flex}.inline-flex{display:inline-flex}.h-5{height:1.25rem}.h-\[2px\]{height:2px}.h-\[30px\]{height:30px}.h-full{height:100%}.w-5{width:1.25rem}.w-\[280px\]{width:280px}.w-full{width:100%}.flex-1{flex:1 1 0%}.flex-\[0\]{flex:0}.flex-auto{flex:1 1 auto}.shrink-0{flex-shrink:0}.basis-\[192px\]{flex-basis:192px}.basis-\[200px\]{flex-basis:200px}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.select-none{user-select:none}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-10{gap:2.5rem}.gap-\[10px\]{gap:10px}.gap-\[6px\]{gap:6px}.overflow-hidden{overflow:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-\[100px\]{border-radius:100px}.rounded-\[4px\]{border-radius:4px}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-\[\#E0E0E0\],.border-\[\#e0e0e0\]{--tw-border-opacity: 1;border-color:rgb(224 224 224 / var(--tw-border-opacity, 1))}.bg-\[\#0265ff\]{--tw-bg-opacity: 1;background-color:rgb(2 101 255 / var(--tw-bg-opacity, 1))}.bg-\[\#F0F6FF\]{--tw-bg-opacity: 1;background-color:rgb(240 246 255 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.p-0{padding:0}.p-1{padding:.25rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-\[10px\]{padding-left:10px;padding-right:10px}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-\[14px\]{padding-top:14px;padding-bottom:14px}.py-\[5px\]{padding-top:5px;padding-bottom:5px}.py-\[6px\]{padding-top:6px;padding-bottom:6px}.py-\[7px\]{padding-top:7px;padding-bottom:7px}.pl-8{padding-left:2rem}.pr-3{padding-right:.75rem}.pt-5{padding-top:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.text-\[\#0265ff\]{--tw-text-opacity: 1;color:rgb(2 101 255 / var(--tw-text-opacity, 1))}.text-\[\#121211\]{--tw-text-opacity: 1;color:rgb(18 18 17 / var(--tw-text-opacity, 1))}.text-\[\#4d609f\]{--tw-text-opacity: 1;color:rgb(77 96 159 / var(--tw-text-opacity, 1))}.text-\[\#666\]{--tw-text-opacity: 1;color:rgb(102 102 102 / var(--tw-text-opacity, 1))}.text-\[\#70c911\]{--tw-text-opacity: 1;color:rgb(112 201 17 / var(--tw-text-opacity, 1))}.text-\[\#999\]{--tw-text-opacity: 1;color:rgb(153 153 153 / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.outline-none{outline:2px solid transparent;outline-offset:2px}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.placeholder\:text-\[\#999\]::placeholder{--tw-text-opacity: 1;color:rgb(153 153 153 / var(--tw-text-opacity, 1))}.hover\:border-\[\#0265ff\]:hover{--tw-border-opacity: 1;border-color:rgb(2 101 255 / var(--tw-border-opacity, 1))}.hover\:bg-\[\#f3f3f3\]:hover{--tw-bg-opacity: 1;background-color:rgb(243 243 243 / var(--tw-bg-opacity, 1))}.hover\:text-\[\#0265ff\]:hover{--tw-text-opacity: 1;color:rgb(2 101 255 / var(--tw-text-opacity, 1))}
|
|
1
|
+
._tabgroup-container_1vd3c_1{position:relative;display:flex;height:34px;border-bottom:1px solid #e0e0e0}._tabgroup-container__tab-item_1vd3c_7{flex:1;text-align:center;color:#121111;cursor:pointer;font-size:14px;line-height:34px}._tabgroup-container__tab-item_1vd3c_7._active_1vd3c_15,._tabgroup-container__tab-item_1vd3c_7:hover{color:#0265ff}._tabgroup-container__indicator_1vd3c_18{position:absolute;bottom:0;height:2px;background-color:#0265ff;transition:all .3s ease-in-out;width:70px}.memeber-list .ant-radio-wrapper{display:flex;justify-content:space-between;align-items:center}.memeber-list .ant-radio{order:101;flex-shrink:0}.memeber-list .ant-radio-label{padding-inline-start:0!important;order:100;flex:1;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._bsy-external-member__all-option_10zdq_1{cursor:pointer;display:flex;gap:6px;border-radius:4px;padding:4px;transition:background-color .2s ease}._bsy-external-member__all-option_10zdq_1:hover{background-color:#f3f3f3}._bsy-external-member__all-option--selected_10zdq_13{background-color:#f0f6ff;color:#0265ff}._bsy-external-member__all-option--selected_10zdq_13:hover{background-color:#f0f6ff}._bsy-external-member__icon_10zdq_20{color:#0265ff;font-size:18px}._bsy-external-member__switcher-icon_10zdq_24{transition:transform .3s ease-in-out;font-size:16px;color:#666}._bsy-external-member__switcher-icon--expanded_10zdq_29{transform:rotate(90deg)}._bsy-all-member__all-option_tutqe_1{cursor:pointer;display:flex;gap:6px;border-radius:4px;height:34px;padding:6px 10px;transition:background-color .2s ease;--icon-color: #6f829e}._bsy-all-member__all-option_tutqe_1:hover{background-color:#f3f3f3}._bsy-all-member__all-option--selected_tutqe_15{--icon-color: #0265ff;background-color:#f0f6ff}._bsy-all-member__all-option--selected_tutqe_15:hover{background-color:#f0f6ff}._bsy-all-member__all-option-icon_tutqe_22{color:var(--icon-color)}.internal-container__icon{font-size:20px;color:#0265ff}.internal-container__arrow-icon{transition:transform .3s ease-in-out;color:#666;font-size:16px}.internal-container__arrow-icon.rotate-90{transform:rotate(90deg)}.internal-container__empty{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#999}.external-container__tabs{position:relative;display:flex;height:34px;border-bottom:1px solid #e0e0e0}.external-container__tab-item{flex:1;text-align:center;color:#121111;cursor:pointer;font-size:14px;line-height:34px}.external-container__tab-item.active{color:#0265ff}.external-container__indicator{position:absolute;bottom:0;height:2px;background-color:#0265ff;transition:all .3s ease-in-out;width:70px}.entity-group-list .ant-radio-wrapper{display:flex;justify-content:space-between;align-items:center}.entity-group-list .ant-radio{order:101;flex-shrink:0}.entity-group-list .ant-radio-label{padding-inline-start:0!important;order:100;flex:1;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.depts-member-selection-preview{position:relative}.depts-member-selection-preview .depts-member-selection-preview-container{position:relative;background-color:#fff;z-index:11;transition:padding-bottom .35s ease-out;color:#121211}.depts-member-selection-preview .depts-member-selection-preview-container.expand{padding-bottom:50px}.depts-member-selection-preview .depts-member-selection-preview-container.enable-animation{position:absolute;left:0;right:0}.depts-member-selection-preview .depts-member-selection-preview-container .preview-container__body{position:relative;min-height:52px;border-radius:4px;border:1px dashed #e0e0e0;transition:all ease-out .35s}.depts-member-selection-preview .depts-member-selection-preview-container .preview-container__body.expand{border-color:#0265ff;max-height:400px;overflow:hidden}.depts-member-selection-preview .depts-member-selection-preview-container .preview-container__body:not(.expand):hover{border-color:#0265ff}.depts-member-selection-preview .depts-member-selection-preview-container .preview-container__scroll-gutter{padding:10px}.depts-member-selection-preview .depts-member-selection-preview-container .preview-container__scroll{overflow:hidden;transition:all .3s ease}.depts-member-selection-preview .depts-member-selection-preview-container .preview-container__button{position:absolute;left:0;right:0;bottom:0;height:50px;color:#0265ff;display:flex;align-items:center;justify-content:center;background-color:#fff}.depts-member-selection-preview .depts-member-selection-preview-container .measure-list{position:absolute;top:0;left:0;opacity:0;pointer-events:none;z-index:-1}.depts-member-selection-preview .depts-member-selection-preview-container .entity-list{font-size:0;display:flex;gap:8px;flex-wrap:wrap;transition:height .35s ease-out}.depts-member-selection-preview .depts-member-selection-preview-container .entity-list .entity-item{display:inline-flex;height:30px;padding-left:6px;padding-right:8px;background-color:#e6f8ff;border-radius:100px;gap:6px;align-items:center;line-height:normal}.depts-member-selection-preview .depts-member-selection-preview-container .entity-list .entity-item .entity-item__content{height:20px;flex-shrink:0;display:inline-flex;align-items:center}.depts-member-selection-preview .depts-member-selection-preview-container .entity-list .entity-item .entity-item__text{font-size:14px;display:inline-flex;align-items:center}.depts-member-selection-preview .depts-member-selection-preview-container .entity-list .entity-item .entity-item__text .entity-item__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:120px;display:inline-block}.depts-member-selection-preview .depts-member-selection-preview-container .entity-list .entity-item .entity-item__text .entity-item__badge{font-size:12px;color:#4d609f;display:inline-block}.depts-member-selection-preview .depts-member-selection-preview-container .entity-list .entity-item .entity-item__close{cursor:pointer;width:14px;height:14px;display:flex;align-items:center}.depts-member-selection-preview .depts-member-selection-preview-container .entity-list .entity-item .entity-item__close .anticon{color:#666;font-size:14px}.depts-member-selection-preview .depts-member-selection-preview-container .entity-list .entity-item .entity-item__close .anticon:hover{color:#0265ff}.depts-member-selection-preview .depts-member-selection-preview-container .entity-list .entity-item.entity-item--user{background-color:#eceff3}.depts-member-selection-preview .depts-member-selection-preview-container .entity-list .entity-item.entity-item--department{background-color:#ebf0ff}.depts-member-selection-preview .depts-member-selection-preview-container .entity-list .entity-list__more{color:#0265ff;display:inline-flex;font-size:14px;align-items:center}.depts-member-selection-preview .depts-member-selection-preview-container .entity-list .entity-list__more .entity-list__more-button{font-size:14px;display:inline-flex;gap:6px}.depts-member-selection-preview .depts-member-selection-preview-container .entity-list .entity-list__more .entity-list__more-button:hover{opacity:.8}.depts-member-selection-preview .measure-list{padding:10px}.depts-member-preview-container__mask{position:absolute;inset:0;background-color:#0000004d;z-index:10}._selection-tabs_88491_1{border-radius:6px;border:1px solid #e0e0e0}._depts-member-selector_d4xq4_1{display:flex;flex-direction:column;gap:10px;position:relative}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.bottom-\[-1px\]{bottom:-1px}.left-2\.5{left:.625rem}.top-1\/2{top:50%}.ml-3{margin-left:.75rem}.ml-\[-16px\]{margin-left:-16px}.flex{display:flex}.inline-flex{display:inline-flex}.h-5{height:1.25rem}.h-\[2px\]{height:2px}.h-\[30px\]{height:30px}.h-full{height:100%}.w-5{width:1.25rem}.w-\[280px\]{width:280px}.w-full{width:100%}.flex-1{flex:1 1 0%}.flex-\[0\]{flex:0}.flex-auto{flex:1 1 auto}.shrink-0{flex-shrink:0}.basis-\[192px\]{flex-basis:192px}.basis-\[200px\]{flex-basis:200px}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.select-none{user-select:none}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-10{gap:2.5rem}.gap-\[10px\]{gap:10px}.gap-\[6px\]{gap:6px}.overflow-hidden{overflow:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-\[100px\]{border-radius:100px}.rounded-\[4px\]{border-radius:4px}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-\[\#E0E0E0\],.border-\[\#e0e0e0\]{--tw-border-opacity: 1;border-color:rgb(224 224 224 / var(--tw-border-opacity, 1))}.bg-\[\#0265ff\]{--tw-bg-opacity: 1;background-color:rgb(2 101 255 / var(--tw-bg-opacity, 1))}.bg-\[\#F0F6FF\]{--tw-bg-opacity: 1;background-color:rgb(240 246 255 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.p-0{padding:0}.p-1{padding:.25rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-\[10px\]{padding-left:10px;padding-right:10px}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-\[14px\]{padding-top:14px;padding-bottom:14px}.py-\[5px\]{padding-top:5px;padding-bottom:5px}.py-\[6px\]{padding-top:6px;padding-bottom:6px}.py-\[7px\]{padding-top:7px;padding-bottom:7px}.pl-8{padding-left:2rem}.pr-3{padding-right:.75rem}.pt-5{padding-top:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.text-\[\#0265ff\]{--tw-text-opacity: 1;color:rgb(2 101 255 / var(--tw-text-opacity, 1))}.text-\[\#121211\]{--tw-text-opacity: 1;color:rgb(18 18 17 / var(--tw-text-opacity, 1))}.text-\[\#4d609f\]{--tw-text-opacity: 1;color:rgb(77 96 159 / var(--tw-text-opacity, 1))}.text-\[\#666\]{--tw-text-opacity: 1;color:rgb(102 102 102 / var(--tw-text-opacity, 1))}.text-\[\#70c911\]{--tw-text-opacity: 1;color:rgb(112 201 17 / var(--tw-text-opacity, 1))}.text-\[\#999\]{--tw-text-opacity: 1;color:rgb(153 153 153 / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.outline-none{outline:2px solid transparent;outline-offset:2px}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.placeholder\:text-\[\#999\]::placeholder{--tw-text-opacity: 1;color:rgb(153 153 153 / var(--tw-text-opacity, 1))}.hover\:border-\[\#0265ff\]:hover{--tw-border-opacity: 1;border-color:rgb(2 101 255 / var(--tw-border-opacity, 1))}.hover\:bg-\[\#f3f3f3\]:hover{--tw-bg-opacity: 1;background-color:rgb(243 243 243 / var(--tw-bg-opacity, 1))}.hover\:text-\[\#0265ff\]:hover{--tw-text-opacity: 1;color:rgb(2 101 255 / var(--tw-text-opacity, 1))}
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { D as r } from "./DeptsMember/DeptsMember-
|
|
1
|
+
import { D as r } from "./DeptsMember/DeptsMember-pFjdAocd.js";
|
|
2
2
|
import { C as i } from "./ConfigProvider/ConfigProvider-CE-neQMa.js";
|
|
3
3
|
import { c as t, g } from "./vendors/services/apiService.js";
|
|
4
4
|
export {
|