bitz-react-admin-ui 2.7.5 → 2.7.7
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/_virtual/index2.mjs +2 -2
- package/dist/_virtual/index3.mjs +2 -2
- package/dist/assets/iconfont/IconChenggong.mjs +25 -4
- package/dist/assets/iconfont/IconClose.mjs +24 -3
- package/dist/assets/iconfont/IconColumnCancelFixed.mjs +23 -2
- package/dist/assets/iconfont/IconColumnFixedLeft.mjs +27 -6
- package/dist/assets/iconfont/IconColumnFixedRight.mjs +27 -6
- package/dist/assets/iconfont/IconCuowu.mjs +23 -2
- package/dist/assets/iconfont/IconDragOrder.mjs +25 -4
- package/dist/assets/iconfont/IconDuigoux.mjs +25 -4
- package/dist/assets/iconfont/IconFabu.mjs +35 -5
- package/dist/assets/iconfont/IconFanhui.mjs +25 -4
- package/dist/assets/iconfont/IconGaojisousuo.mjs +26 -5
- package/dist/assets/iconfont/IconHangfengexian.mjs +41 -3
- package/dist/assets/iconfont/IconHangliefengexian.mjs +42 -4
- package/dist/assets/iconfont/IconIcFluentHomeRegular.mjs +26 -5
- package/dist/assets/iconfont/IconIcon21.mjs +25 -4
- package/dist/assets/iconfont/IconJincoude.mjs +25 -4
- package/dist/assets/iconfont/IconJinggao.mjs +25 -4
- package/dist/assets/iconfont/IconKuansongde.mjs +26 -5
- package/dist/assets/iconfont/IconLiefengexian.mjs +41 -3
- package/dist/assets/iconfont/IconMore.mjs +41 -4
- package/dist/assets/iconfont/IconShanchu.mjs +27 -6
- package/dist/assets/iconfont/IconShanchu1.mjs +35 -5
- package/dist/assets/iconfont/IconSousuo.mjs +27 -6
- package/dist/assets/iconfont/IconTejincou.mjs +25 -4
- package/dist/assets/iconfont/IconTekuansong.mjs +26 -5
- package/dist/assets/iconfont/IconTishi1.mjs +27 -6
- package/dist/assets/iconfont/IconTuodong.mjs +28 -7
- package/dist/assets/iconfont/IconWubanmawentianchong.mjs +35 -3
- package/dist/assets/iconfont/IconWufengexian.mjs +26 -4
- package/dist/assets/iconfont/IconXinxitishi.mjs +27 -6
- package/dist/assets/iconfont/IconYoubanmawentianchong.mjs +34 -3
- package/dist/assets/iconfont/IconZhongdengde.mjs +24 -3
- package/dist/assets/iconfont/IconZhongzhi.mjs +24 -3
- package/dist/assets/iconfont/index.mjs +33 -33
- package/dist/components/BitzAddTag/index.mjs +41 -8
- package/dist/components/BitzAddressBook/index.mjs +122 -35
- package/dist/components/BitzAppPage/index.mjs +18 -4
- package/dist/components/BitzAppRefresh/index.mjs +27 -15
- package/dist/components/BitzBetterScroll/index.mjs +5 -5
- package/dist/components/BitzButton/index.mjs +23 -9
- package/dist/components/BitzCalendar/index.mjs +52 -19
- package/dist/components/BitzCascader/BitzCascaderMobile.mjs +68 -30
- package/dist/components/BitzCascader/index.mjs +6 -2
- package/dist/components/BitzCollapse/index.mjs +4 -4
- package/dist/components/BitzConfigProvider/context.mjs +3 -1
- package/dist/components/BitzConfigProvider/index.mjs +12 -8
- package/dist/components/BitzConfirmModal/index.mjs +24 -1
- package/dist/components/BitzDescriptions/index.mjs +11 -1
- package/dist/components/BitzDrawer/index.mjs +17 -2
- package/dist/components/BitzEmpty/index.mjs +6 -2
- package/dist/components/BitzException/index.mjs +6 -1
- package/dist/components/BitzFloatLayout/index.mjs +10 -1
- package/dist/components/BitzFluentDatePicker/index.mjs +1 -1
- package/dist/components/BitzFluentRangePicker/index.mjs +1 -1
- package/dist/components/BitzFluentRangeTimePicker/index.mjs +1 -1
- package/dist/components/BitzFluentTimePicker/index.mjs +6 -6
- package/dist/components/BitzFuiCalendar/BitzFuiCalendarStore.mjs +13 -16
- package/dist/components/BitzFuiCalendar/CalendarAgendum.mjs +26 -20
- package/dist/components/BitzFuiCalendar/CalendarAgendumItem.mjs +21 -3
- package/dist/components/BitzFuiCalendar/CalendarBody.mjs +27 -4
- package/dist/components/BitzFuiCalendar/CalendarHead.mjs +5 -2
- package/dist/components/BitzFuiCalendar/CalendarHeadItem.mjs +12 -3
- package/dist/components/BitzFuiCalendar/CalendarToolbar.mjs +47 -15
- package/dist/components/BitzFuiCalendar/ColumnData.mjs +25 -9
- package/dist/components/BitzFuiCalendar/FuiCalendarItem.mjs +44 -8
- package/dist/components/BitzFuiCalendar/index.mjs +7 -1
- package/dist/components/BitzFullScreen/index.mjs +9 -6
- package/dist/components/BitzHighlight/Child.mjs +23 -9
- package/dist/components/BitzHighlight/Highlight.mjs +26 -5
- package/dist/components/BitzHighlight/chunks.mjs +20 -17
- package/dist/components/BitzHighlight/style.mjs +4 -1
- package/dist/components/BitzImage/index.mjs +1 -1
- package/dist/components/BitzImage/previewImage.mjs +12 -5
- package/dist/components/BitzLanguageTabs/index.mjs +14 -3
- package/dist/components/BitzLazyLoad/index.mjs +7 -1
- package/dist/components/BitzList/List.mjs +17 -3
- package/dist/components/BitzList/LoadMore.mjs +29 -20
- package/dist/components/BitzLoadMore/index.mjs +34 -14
- package/dist/components/BitzMeetingTime/BitzMeetingTimeItem.mjs +24 -11
- package/dist/components/BitzMeetingTime/index.mjs +10 -6
- package/dist/components/BitzMobileLoading/index.mjs +1 -1
- package/dist/components/BitzModal/index.mjs +24 -11
- package/dist/components/BitzNoData/index.mjs +4 -1
- package/dist/components/BitzNoMore/index.mjs +1 -1
- package/dist/components/BitzOrganizationSelection/index.mjs +43 -14
- package/dist/components/BitzPageContainer/index.mjs +107 -46
- package/dist/components/BitzPageHeader/index.mjs +89 -21
- package/dist/components/BitzPagination/index.mjs +71 -22
- package/dist/components/BitzPopover/index.mjs +4 -4
- package/dist/components/BitzPullRefresh/PullRefresh.mjs +47 -18
- package/dist/components/BitzQRCode/index.mjs +6 -1
- package/dist/components/BitzQueryFilter/QueryFilterContent.mjs +35 -17
- package/dist/components/BitzQueryFilter/QueryFilterDrawer.mjs +20 -13
- package/dist/components/BitzQueryFilter/QueryFilterMobile.mjs +4 -1
- package/dist/components/BitzQueryFilter/index.mjs +69 -20
- package/dist/components/BitzRefresh/index.mjs +5 -1
- package/dist/components/BitzRemark/index.mjs +4 -4
- package/dist/components/BitzScheduleCenter/index.mjs +24 -30
- package/dist/components/BitzSearch/index.mjs +1 -1
- package/dist/components/BitzSelect/component/BitzSelectMobile.mjs +123 -48
- package/dist/components/BitzSelect/index.mjs +1 -1
- package/dist/components/BitzSkeleton/index.mjs +31 -1
- package/dist/components/BitzSwitch/index.mjs +7 -2
- package/dist/components/BitzTabbar/BitzTabbar.mjs +25 -8
- package/dist/components/BitzTabbar/BitzTabbarItem.mjs +4 -1
- package/dist/components/BitzTable/ActionBar/ActionBar.mjs +80 -12
- package/dist/components/BitzTable/ActionBar/Button.mjs +20 -15
- package/dist/components/BitzTable/ActionBar/style.mjs +12 -9
- package/dist/components/BitzTable/ActionCol/index.mjs +184 -55
- package/dist/components/BitzTable/ActionCol/style.mjs +15 -12
- package/dist/components/BitzTable/Dropdown/index.mjs +8 -1
- package/dist/components/BitzTable/Dropdown/style.mjs +9 -6
- package/dist/components/BitzTable/SelectionBar/Button.mjs +19 -6
- package/dist/components/BitzTable/SelectionBar/SelectionBar.mjs +11 -4
- package/dist/components/BitzTable/SelectionBar/style.mjs +18 -8
- package/dist/components/BitzTable/Store/index.mjs +103 -62
- package/dist/components/BitzTable/Store/utils/index.mjs +5 -5
- package/dist/components/BitzTable/SubTable/index.mjs +122 -73
- package/dist/components/BitzTable/Table/ResizableTitle copy.mjs +43 -21
- package/dist/components/BitzTable/Table/SortTableContext.mjs +39 -17
- package/dist/components/BitzTable/Table/SortableRow.mjs +44 -20
- package/dist/components/BitzTable/Table/index.mjs +444 -211
- package/dist/components/BitzTable/Table/style.mjs +10 -1
- package/dist/components/BitzTable/Table/utils.mjs +11 -4
- package/dist/components/BitzTable/TextOverflow/index.mjs +12 -3
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnConfigModal.mjs +105 -31
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnsSort/DndItem.mjs +104 -23
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnsSort/DndList.mjs +68 -29
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnsSort/index.mjs +325 -159
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/ExportConfig/DndItem.mjs +50 -16
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/ExportConfig/DndList.mjs +42 -16
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/ExportConfig/index.mjs +135 -38
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/StylesConfig/RadioCard.mjs +9 -2
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/StylesConfig/ScopeSwitch.mjs +18 -5
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/StylesConfig/index.mjs +121 -49
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/index.mjs +62 -18
- package/dist/components/BitzTable/ToolBar/ExportIcon/ExportModal.mjs +59 -16
- package/dist/components/BitzTable/ToolBar/ExportIcon/index.mjs +42 -14
- package/dist/components/BitzTable/ToolBar/FullscreenIcon/index.mjs +17 -4
- package/dist/components/BitzTable/ToolBar/Modal/index.mjs +46 -14
- package/dist/components/BitzTable/ToolBar/RefreshIcon/index.mjs +20 -9
- package/dist/components/BitzTable/ToolBar/Wrapper/index.mjs +49 -2
- package/dist/components/BitzTable/ToolBar/style.mjs +6 -1
- package/dist/components/BitzTable/index.d.ts +2 -0
- package/dist/components/BitzTableOperations/index.mjs +13 -3
- package/dist/components/BitzTableSelect/Picker/index.mjs +43 -10
- package/dist/components/BitzTableSelect/Select/index.mjs +90 -21
- package/dist/components/BitzTableSelect/SelectPopup/getData.mjs +23 -13
- package/dist/components/BitzTableSelect/SelectPopup/index.mjs +219 -69
- package/dist/components/BitzTableSelect/SingleSelect/index.mjs +87 -22
- package/dist/components/BitzTableSelect/TableCell/index.mjs +52 -11
- package/dist/components/BitzTableSelect/TextBlock/index.mjs +30 -12
- package/dist/components/BitzTableSelect/index.mjs +65 -14
- package/dist/components/BitzTableSelect/utils.mjs +3 -3
- package/dist/components/BitzTag/index.mjs +1 -1
- package/dist/components/BitzText/index.mjs +41 -14
- package/dist/components/BitzText/utils.mjs +3 -3
- package/dist/components/BitzTheme/index.mjs +6 -6
- package/dist/components/BitzTimeline/index.mjs +11 -1
- package/dist/components/BitzTimer/Form.mjs +32 -11
- package/dist/components/BitzTimer/Timer.mjs +76 -38
- package/dist/components/BitzTimer/index.mjs +66 -43
- package/dist/components/BitzToast/Toast/index.mjs +28 -10
- package/dist/components/BitzToast/index.mjs +1 -1
- package/dist/components/BitzTooltip/index.mjs +59 -20
- package/dist/components/BitzTooltip/style.mjs +9 -6
- package/dist/components/BitzTooltip/utils.mjs +2 -2
- package/dist/components/BitzTree/index.mjs +4 -1
- package/dist/components/BitzUeEditor/index.mjs +5 -5
- package/dist/components/BitzUpload/index.mjs +81 -43
- package/dist/components/BitzWebAppDrawer/index.mjs +35 -4
- package/dist/components/BitzWebAppModal/index.mjs +6 -3
- package/dist/hooks/use-event-listener.mjs +11 -2
- package/dist/hooks/use-lock-fn.mjs +13 -10
- package/dist/hooks/use-scroll-parent.mjs +16 -14
- package/dist/hooks/useEvent.mjs +7 -4
- package/dist/hooks/useMergedState.mjs +11 -11
- package/dist/node_modules/classnames/index.mjs +1 -1
- package/dist/node_modules/react-is/index.mjs +1 -1
- package/dist/style.css +1 -1
- package/dist/utils/WithFluent.mjs +9 -3
- package/dist/utils/create.mjs +7 -1
- package/package.json +1 -1
|
@@ -16,25 +16,58 @@ const A = ({ fold: l = !1, ...g }) => {
|
|
|
16
16
|
l ? o.style.display = o === r ? "table-row" : "none" : o.style.display = "table-row";
|
|
17
17
|
});
|
|
18
18
|
}, 0);
|
|
19
|
-
}, [l]), n.jsx("div", { ref: f, children:
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
19
|
+
}, [l]), /* @__PURE__ */ n.jsx("div", { ref: f, children: /* @__PURE__ */ n.jsx(
|
|
20
|
+
k,
|
|
21
|
+
{
|
|
22
|
+
className: "BitzCalendarBlock",
|
|
23
|
+
fullscreen: !1,
|
|
24
|
+
headerRender: m.headerRender ? m.headerRender : ({ value: t, type: r, onChange: s, onTypeChange: u }) => {
|
|
25
|
+
const o = [];
|
|
26
|
+
let d = t.clone();
|
|
27
|
+
const z = t.localeData(), x = [];
|
|
28
|
+
for (let e = 0; e < 12; e++)
|
|
29
|
+
d = d.month(e), x.push(z.monthsShort(d));
|
|
30
|
+
for (let e = 0; e < 12; e++)
|
|
31
|
+
o.push(
|
|
32
|
+
/* @__PURE__ */ n.jsx(a.Option, { value: e, className: "month-item", children: x[e] }, e)
|
|
33
|
+
);
|
|
34
|
+
const h = t.year(), S = t.month(), j = [];
|
|
35
|
+
for (let e = h - 10; e < h + 10; e += 1)
|
|
36
|
+
j.push(
|
|
37
|
+
/* @__PURE__ */ n.jsx(a.Option, { value: e, className: "year-item", children: e }, e)
|
|
38
|
+
);
|
|
39
|
+
return /* @__PURE__ */ n.jsx("div", { style: { padding: 8 }, children: /* @__PURE__ */ n.jsxs(w, { gutter: 8, children: [
|
|
40
|
+
/* @__PURE__ */ n.jsx(y, { children: /* @__PURE__ */ n.jsx(
|
|
41
|
+
a,
|
|
42
|
+
{
|
|
43
|
+
size: "small",
|
|
44
|
+
popupMatchSelectWidth: !1,
|
|
45
|
+
className: "my-year-select",
|
|
46
|
+
value: h,
|
|
47
|
+
onChange: (e) => {
|
|
48
|
+
const p = t.clone().year(e);
|
|
49
|
+
s(p);
|
|
50
|
+
},
|
|
51
|
+
children: j
|
|
52
|
+
}
|
|
53
|
+
) }),
|
|
54
|
+
/* @__PURE__ */ n.jsx(y, { children: /* @__PURE__ */ n.jsx(
|
|
55
|
+
a,
|
|
56
|
+
{
|
|
57
|
+
size: "small",
|
|
58
|
+
popupMatchSelectWidth: !1,
|
|
59
|
+
value: S,
|
|
60
|
+
onChange: (e) => {
|
|
61
|
+
const p = t.clone().month(e);
|
|
62
|
+
s(p);
|
|
63
|
+
},
|
|
64
|
+
children: o
|
|
65
|
+
}
|
|
66
|
+
) })
|
|
67
|
+
] }) });
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
) });
|
|
38
71
|
};
|
|
39
72
|
export {
|
|
40
73
|
A as default
|
|
@@ -1,50 +1,88 @@
|
|
|
1
1
|
import { j as n } from "../../node_modules/react/jsx-runtime.mjs";
|
|
2
|
-
import { useState as
|
|
3
|
-
import { Input as
|
|
4
|
-
import { useImmer as
|
|
5
|
-
import { BitzPickDrawer as
|
|
6
|
-
import
|
|
2
|
+
import { useState as h } from "react";
|
|
3
|
+
import { Input as N, Tabs as g, Radio as z } from "antd";
|
|
4
|
+
import { useImmer as B } from "../../node_modules/use-immer/dist/use-immer.module.mjs";
|
|
5
|
+
import { BitzPickDrawer as K } from "../BitzDrawer/index.mjs";
|
|
6
|
+
import O from "../../node_modules/@ant-design/icons/es/icons/DownOutlined.mjs";
|
|
7
7
|
const d = { label: "请选择", key: "", value: "" }, V = (t) => {
|
|
8
8
|
var f;
|
|
9
|
-
const [v, x] =
|
|
9
|
+
const [v, x] = h(((f = t.defaultValue) == null ? void 0 : f.join(" / ")) || ""), [j, r] = h(!1), [o, b] = B([{ ...d, children: t.options }]), [u, i] = h(d.label), m = () => {
|
|
10
10
|
r(!1), b([{ ...d, children: t.options }]), i(d.label);
|
|
11
11
|
}, k = () => {
|
|
12
12
|
var s;
|
|
13
|
-
const
|
|
13
|
+
const l = o.slice(1), a = l.map((c) => ({
|
|
14
14
|
label: c.label,
|
|
15
15
|
value: c.value
|
|
16
|
-
})),
|
|
17
|
-
(s = t.onChange) == null || s.call(t,
|
|
18
|
-
}, C = (
|
|
16
|
+
})), e = l.map((c) => c.key);
|
|
17
|
+
(s = t.onChange) == null || s.call(t, e, a), r(!1), x(e.join(" / "));
|
|
18
|
+
}, C = (l) => {
|
|
19
19
|
b((a) => {
|
|
20
|
-
const
|
|
21
|
-
if (
|
|
22
|
-
const c =
|
|
20
|
+
const e = o.at(-1), s = a.at(-1);
|
|
21
|
+
if (e) {
|
|
22
|
+
const c = e.children, p = e.label;
|
|
23
23
|
if (c != null && c.find((I) => I.label === p)) {
|
|
24
|
-
s.label =
|
|
24
|
+
s.label = l.label, s.key = l.label, i(l.label);
|
|
25
25
|
return;
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
28
|
a.push({
|
|
29
|
-
key:
|
|
30
|
-
label:
|
|
31
|
-
value:
|
|
32
|
-
children:
|
|
33
|
-
}), i(
|
|
29
|
+
key: l.label,
|
|
30
|
+
label: l.label,
|
|
31
|
+
value: l.label,
|
|
32
|
+
children: l.children ? l.children : s.children
|
|
33
|
+
}), i(l.label);
|
|
34
34
|
});
|
|
35
|
-
}, y = (
|
|
36
|
-
i(
|
|
37
|
-
const a = o.slice(0, o.findIndex((
|
|
35
|
+
}, y = (l) => {
|
|
36
|
+
i(l);
|
|
37
|
+
const a = o.slice(0, o.findIndex((e) => e.label === l) + 1);
|
|
38
38
|
b(a);
|
|
39
39
|
};
|
|
40
|
-
return n.jsxs("div", { className: "bitzCascaderMobileBlock", children: [
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
40
|
+
return /* @__PURE__ */ n.jsxs("div", { className: "bitzCascaderMobileBlock", children: [
|
|
41
|
+
/* @__PURE__ */ n.jsx(
|
|
42
|
+
N,
|
|
43
|
+
{
|
|
44
|
+
placeholder: t.placeholder,
|
|
45
|
+
onClick: () => r(!0),
|
|
46
|
+
value: v,
|
|
47
|
+
suffix: /* @__PURE__ */ n.jsx(O, {})
|
|
48
|
+
}
|
|
49
|
+
),
|
|
50
|
+
/* @__PURE__ */ n.jsx(
|
|
51
|
+
K,
|
|
52
|
+
{
|
|
53
|
+
open: j,
|
|
54
|
+
handleCancel: m,
|
|
55
|
+
handleOk: k,
|
|
56
|
+
children: /* @__PURE__ */ n.jsx(
|
|
57
|
+
g,
|
|
58
|
+
{
|
|
59
|
+
defaultActiveKey: u,
|
|
60
|
+
activeKey: u,
|
|
61
|
+
items: o.map((l) => {
|
|
62
|
+
var a;
|
|
63
|
+
return {
|
|
64
|
+
key: l.label,
|
|
65
|
+
label: l.label,
|
|
66
|
+
children: (a = l.children) == null ? void 0 : a.map((e, s) => /* @__PURE__ */ n.jsxs(
|
|
67
|
+
"div",
|
|
68
|
+
{
|
|
69
|
+
className: "item",
|
|
70
|
+
onClick: () => C(e),
|
|
71
|
+
children: [
|
|
72
|
+
/* @__PURE__ */ n.jsx("span", { children: e.label }),
|
|
73
|
+
/* @__PURE__ */ n.jsx("span", { children: e.label === u ? /* @__PURE__ */ n.jsx(z, { checked: !0 }) : "" })
|
|
74
|
+
]
|
|
75
|
+
},
|
|
76
|
+
s
|
|
77
|
+
))
|
|
78
|
+
};
|
|
79
|
+
}),
|
|
80
|
+
onChange: y
|
|
81
|
+
}
|
|
82
|
+
)
|
|
83
|
+
}
|
|
84
|
+
)
|
|
85
|
+
] });
|
|
48
86
|
};
|
|
49
87
|
export {
|
|
50
88
|
V as default
|
|
@@ -2,9 +2,13 @@ import { j as o } from "../../node_modules/react/jsx-runtime.mjs";
|
|
|
2
2
|
import { Cascader as e } from "antd";
|
|
3
3
|
import { isMobile as a } from "../../node_modules/react-device-detect/dist/lib.mjs";
|
|
4
4
|
import m from "./BitzCascaderMobile.mjs";
|
|
5
|
-
const x = ({
|
|
5
|
+
const x = ({
|
|
6
|
+
placeholder: t = "",
|
|
7
|
+
options: s = [],
|
|
8
|
+
...i
|
|
9
|
+
}) => {
|
|
6
10
|
const r = { placeholder: t, options: s, ...i };
|
|
7
|
-
return a ? o.jsx(m, { ...r }) : o.jsx(e, { ...r });
|
|
11
|
+
return a ? /* @__PURE__ */ o.jsx(m, { ...r }) : /* @__PURE__ */ o.jsx(e, { ...r });
|
|
8
12
|
};
|
|
9
13
|
export {
|
|
10
14
|
x as default
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { j as o } from "../../node_modules/react/jsx-runtime.mjs";
|
|
2
2
|
import "./index.less.mjs";
|
|
3
|
-
import
|
|
3
|
+
import i from "../../node_modules/@ant-design/icons/es/icons/MenuUnfoldOutlined.mjs";
|
|
4
4
|
import e from "../../node_modules/@ant-design/icons/es/icons/MenuFoldOutlined.mjs";
|
|
5
|
-
const
|
|
6
|
-
} }) => o.jsx("div", { className: "bitzCollapseBlock", onClick:
|
|
5
|
+
const d = ({ isCollapse: l, onClick: s = () => {
|
|
6
|
+
} }) => /* @__PURE__ */ o.jsx("div", { className: "bitzCollapseBlock", onClick: s, children: l ? /* @__PURE__ */ o.jsx(i, { id: "isCollapse" }) : /* @__PURE__ */ o.jsx(e, { id: "isCollapse" }) });
|
|
7
7
|
export {
|
|
8
|
-
|
|
8
|
+
d as default
|
|
9
9
|
};
|
|
@@ -1,16 +1,20 @@
|
|
|
1
1
|
import { j as o } from "../../node_modules/react/jsx-runtime.mjs";
|
|
2
2
|
import { ConfigProvider as m } from "antd";
|
|
3
3
|
import { useState as f, useMemo as u } from "react";
|
|
4
|
-
import { BitzConfigContext as
|
|
5
|
-
import
|
|
6
|
-
const j = ({
|
|
7
|
-
|
|
4
|
+
import { BitzConfigContext as p } from "./context.mjs";
|
|
5
|
+
import a from "../../node_modules/lodash-es/merge.mjs";
|
|
6
|
+
const j = ({
|
|
7
|
+
children: r,
|
|
8
|
+
context: t,
|
|
9
|
+
...s
|
|
10
|
+
}) => {
|
|
11
|
+
const [e, i] = f("current"), n = u(() => a(t, {
|
|
8
12
|
Table: {
|
|
9
|
-
stylesScope:
|
|
10
|
-
setStylesScope:
|
|
13
|
+
stylesScope: e,
|
|
14
|
+
setStylesScope: i
|
|
11
15
|
}
|
|
12
|
-
}), [
|
|
13
|
-
return o.jsx(m, { ...
|
|
16
|
+
}), [t, e]);
|
|
17
|
+
return /* @__PURE__ */ o.jsx(m, { ...s, children: /* @__PURE__ */ o.jsx(p.Provider, { value: n, children: r }) });
|
|
14
18
|
};
|
|
15
19
|
export {
|
|
16
20
|
j as default
|
|
@@ -16,7 +16,30 @@ const _ = (m) => {
|
|
|
16
16
|
}, y = () => {
|
|
17
17
|
r == null || r(), o.resolve("cancel"), o.hide();
|
|
18
18
|
};
|
|
19
|
-
return
|
|
19
|
+
return /* @__PURE__ */ e.jsx(
|
|
20
|
+
g,
|
|
21
|
+
{
|
|
22
|
+
open: a.open,
|
|
23
|
+
afterClose: a.afterClose,
|
|
24
|
+
className: "bitzConfirmModalBlock",
|
|
25
|
+
title: f || s("System_Tip", "提示"),
|
|
26
|
+
width: 400,
|
|
27
|
+
closeIcon: /* @__PURE__ */ e.jsx(N, {}),
|
|
28
|
+
onOk: k,
|
|
29
|
+
onCancel: y,
|
|
30
|
+
confirmLoading: h,
|
|
31
|
+
okText: s("System_Deter", "确定"),
|
|
32
|
+
okType: p || "primary",
|
|
33
|
+
okButtonProps: { danger: !0, ...d },
|
|
34
|
+
cancelText: s("System_Cancel", "取消"),
|
|
35
|
+
...u,
|
|
36
|
+
style: { "--modalContent-colorBg": (i = n.Modal) == null ? void 0 : i.headerBg },
|
|
37
|
+
children: /* @__PURE__ */ e.jsxs("div", { className: "textBox", children: [
|
|
38
|
+
/* @__PURE__ */ e.jsx("div", { className: "warnIcon", children: /* @__PURE__ */ e.jsx(M, { className: "icon", color: n.colorError, size: 20 }) }),
|
|
39
|
+
/* @__PURE__ */ e.jsx("div", { className: "modalText", children: x || s("System_CanUSure", "您确定要删除吗?") })
|
|
40
|
+
] })
|
|
41
|
+
}
|
|
42
|
+
);
|
|
20
43
|
}, D = j(_);
|
|
21
44
|
export {
|
|
22
45
|
D as default
|
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
import { j as s } from "../../node_modules/react/jsx-runtime.mjs";
|
|
2
2
|
import { Descriptions as r } from "antd";
|
|
3
|
-
const e = (t) =>
|
|
3
|
+
const e = (t) => /* @__PURE__ */ s.jsx(
|
|
4
|
+
r,
|
|
5
|
+
{
|
|
6
|
+
...t
|
|
7
|
+
}
|
|
8
|
+
), o = (t) => /* @__PURE__ */ s.jsx(
|
|
9
|
+
r.Item,
|
|
10
|
+
{
|
|
11
|
+
...t
|
|
12
|
+
}
|
|
13
|
+
);
|
|
4
14
|
e.Item = o;
|
|
5
15
|
export {
|
|
6
16
|
e as default
|
|
@@ -4,8 +4,23 @@ import i from "../BitzButton/index.mjs";
|
|
|
4
4
|
import "./index.less.mjs";
|
|
5
5
|
const c = ({ open: e = !1, placement: a = "right", ...t }) => {
|
|
6
6
|
const l = { open: e, placement: a, ...t };
|
|
7
|
-
return r.jsx(n, { className: "bitzDrawerBlock", ...l, children: t.children });
|
|
8
|
-
}, h = (e) =>
|
|
7
|
+
return /* @__PURE__ */ r.jsx(n, { className: "bitzDrawerBlock", ...l, children: t.children });
|
|
8
|
+
}, h = (e) => /* @__PURE__ */ r.jsx(
|
|
9
|
+
c,
|
|
10
|
+
{
|
|
11
|
+
open: e.open,
|
|
12
|
+
placement: "bottom",
|
|
13
|
+
closable: !1,
|
|
14
|
+
className: "bitzPickDrawerheaderwrap",
|
|
15
|
+
destroyOnClose: !0,
|
|
16
|
+
title: /* @__PURE__ */ r.jsxs("div", { className: "bitzPickDrawerheader", children: [
|
|
17
|
+
/* @__PURE__ */ r.jsx(i, { type: "text", onClick: e.handleCancel, children: "取消" }),
|
|
18
|
+
/* @__PURE__ */ r.jsx(i, { type: "link", onClick: e.handleOk, children: "确认" })
|
|
19
|
+
] }),
|
|
20
|
+
...e,
|
|
21
|
+
children: /* @__PURE__ */ r.jsx("div", { className: "bitzPickDrawerContent", children: e.children })
|
|
22
|
+
}
|
|
23
|
+
);
|
|
9
24
|
export {
|
|
10
25
|
h as BitzPickDrawer,
|
|
11
26
|
c as default
|
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
import { j as n } from "../../node_modules/react/jsx-runtime.mjs";
|
|
2
2
|
import { Empty as e } from "antd";
|
|
3
|
-
const p = ({
|
|
3
|
+
const p = ({
|
|
4
|
+
description: o = "暂无数据",
|
|
5
|
+
image: m = "https://www.ailinkedlaw.com/Common/Images/nodata.png",
|
|
6
|
+
...t
|
|
7
|
+
}) => {
|
|
4
8
|
const r = { description: o, image: m, ...t };
|
|
5
|
-
return n.jsx(e, { ...r, children: t.children });
|
|
9
|
+
return /* @__PURE__ */ n.jsx(e, { ...r, children: t.children });
|
|
6
10
|
};
|
|
7
11
|
export {
|
|
8
12
|
p as default
|
|
@@ -13,7 +13,16 @@ const [_, a] = u("bitzFloatLayoutBlock"), b = (s) => {
|
|
|
13
13
|
l == null || l(!1);
|
|
14
14
|
}, 300);
|
|
15
15
|
};
|
|
16
|
-
return e.jsxs("div", { className: d(a({ active: n }), c), style: { zIndex: m }, children: [
|
|
16
|
+
return /* @__PURE__ */ e.jsxs("div", { className: d(a({ active: n }), c), style: { zIndex: m }, children: [
|
|
17
|
+
i ? /* @__PURE__ */ e.jsx("div", { onClick: o, className: a("overlay") }) : null,
|
|
18
|
+
/* @__PURE__ */ e.jsxs("div", { className: a("container"), children: [
|
|
19
|
+
t ? /* @__PURE__ */ e.jsxs("div", { className: a("header"), children: [
|
|
20
|
+
/* @__PURE__ */ e.jsx("div", { className: a("header__title"), children: t }),
|
|
21
|
+
/* @__PURE__ */ e.jsx("div", { onClick: o, className: a("header__close") })
|
|
22
|
+
] }) : null,
|
|
23
|
+
/* @__PURE__ */ e.jsx("div", { className: a("body"), children: s == null ? void 0 : s.children })
|
|
24
|
+
] })
|
|
25
|
+
] });
|
|
17
26
|
};
|
|
18
27
|
export {
|
|
19
28
|
b as default
|
|
@@ -2,7 +2,7 @@ import { j as e } from "../../node_modules/react/jsx-runtime.mjs";
|
|
|
2
2
|
import { DatePicker as r } from "antd";
|
|
3
3
|
import o from "../../utils/WithFluent.mjs";
|
|
4
4
|
function i({ placeholder: a, ...t }) {
|
|
5
|
-
return e.jsx(r, { ...t, placeholder: "" });
|
|
5
|
+
return /* @__PURE__ */ e.jsx(r, { ...t, placeholder: "" });
|
|
6
6
|
}
|
|
7
7
|
const n = o(i);
|
|
8
8
|
export {
|
|
@@ -2,7 +2,7 @@ import { j as r } from "../../node_modules/react/jsx-runtime.mjs";
|
|
|
2
2
|
import { DatePicker as t } from "antd";
|
|
3
3
|
import o from "../../utils/WithFluent.mjs";
|
|
4
4
|
function i({ placeholder: n, ...e }) {
|
|
5
|
-
return r.jsx(t.RangePicker, { ...e, placeholder: ["", ""] });
|
|
5
|
+
return /* @__PURE__ */ r.jsx(t.RangePicker, { ...e, placeholder: ["", ""] });
|
|
6
6
|
}
|
|
7
7
|
const m = o(i);
|
|
8
8
|
export {
|
|
@@ -2,7 +2,7 @@ import { j as r } from "../../node_modules/react/jsx-runtime.mjs";
|
|
|
2
2
|
import { TimePicker as t } from "antd";
|
|
3
3
|
import i from "../../utils/WithFluent.mjs";
|
|
4
4
|
function o({ placeholder: m, ...e }) {
|
|
5
|
-
return r.jsx(t.RangePicker, { ...e, placeholder: ["", ""] });
|
|
5
|
+
return /* @__PURE__ */ r.jsx(t.RangePicker, { ...e, placeholder: ["", ""] });
|
|
6
6
|
}
|
|
7
7
|
const l = i(o);
|
|
8
8
|
export {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import { TimePicker as
|
|
1
|
+
import { j as i } from "../../node_modules/react/jsx-runtime.mjs";
|
|
2
|
+
import { TimePicker as e } from "antd";
|
|
3
3
|
import o from "../../utils/WithFluent.mjs";
|
|
4
|
-
function m({ placeholder:
|
|
5
|
-
return
|
|
4
|
+
function m({ placeholder: t, ...r }) {
|
|
5
|
+
return /* @__PURE__ */ i.jsx(e, { ...r, placeholder: t });
|
|
6
6
|
}
|
|
7
|
-
const
|
|
7
|
+
const c = o(m);
|
|
8
8
|
export {
|
|
9
|
-
|
|
9
|
+
c as default
|
|
10
10
|
};
|
|
@@ -1,32 +1,29 @@
|
|
|
1
|
-
import { create as
|
|
2
|
-
import
|
|
3
|
-
var
|
|
4
|
-
(
|
|
5
|
-
e.day = "day", e.workWeek = "workWeek", e.week = "week", e.agendum = "agendum";
|
|
6
|
-
})(t || (t = {}));
|
|
7
|
-
const i = o((e, d) => ({
|
|
1
|
+
import { create as a } from "../../node_modules/zustand/esm/index.mjs";
|
|
2
|
+
import o from "../../node_modules/dayjs/dayjs.min.mjs";
|
|
3
|
+
var d = /* @__PURE__ */ ((e) => (e.day = "day", e.workWeek = "workWeek", e.week = "week", e.agendum = "agendum", e))(d || {});
|
|
4
|
+
const i = a((e, k) => ({
|
|
8
5
|
colHeight: 0,
|
|
9
|
-
currentDay:
|
|
10
|
-
CalendarType:
|
|
6
|
+
currentDay: o(),
|
|
7
|
+
CalendarType: "workWeek",
|
|
11
8
|
// 切换日历类型
|
|
12
|
-
toggleCalendarType: (r) => e((
|
|
13
|
-
...
|
|
9
|
+
toggleCalendarType: (r) => e((t) => ({
|
|
10
|
+
...t,
|
|
14
11
|
CalendarType: r
|
|
15
12
|
})),
|
|
16
13
|
// 设置时间
|
|
17
|
-
setCurrentDay: (r) => e((
|
|
18
|
-
...
|
|
14
|
+
setCurrentDay: (r) => e((t) => ({
|
|
15
|
+
...t,
|
|
19
16
|
currentDay: r
|
|
20
17
|
})),
|
|
21
|
-
setColHeight: (r) => e((
|
|
22
|
-
...
|
|
18
|
+
setColHeight: (r) => e((t) => ({
|
|
19
|
+
...t,
|
|
23
20
|
colHeight: r
|
|
24
21
|
})),
|
|
25
22
|
preCalendar: () => e({}),
|
|
26
23
|
nextCalendar: () => e({})
|
|
27
24
|
}));
|
|
28
25
|
export {
|
|
29
|
-
|
|
26
|
+
d as CalendarTypeEnum,
|
|
30
27
|
i as default,
|
|
31
28
|
i as useBitzFuiCalendarStore
|
|
32
29
|
};
|
|
@@ -2,18 +2,18 @@ import { j as d } from "../../node_modules/react/jsx-runtime.mjs";
|
|
|
2
2
|
import { useState as y, useEffect as g, useMemo as j } from "react";
|
|
3
3
|
import D from "../../node_modules/dayjs/plugin/isToday.mjs";
|
|
4
4
|
import n from "../../node_modules/dayjs/dayjs.min.mjs";
|
|
5
|
-
import { useBitzFuiCalendarStore as
|
|
6
|
-
import
|
|
5
|
+
import { useBitzFuiCalendarStore as M, CalendarTypeEnum as S } from "./BitzFuiCalendarStore.mjs";
|
|
6
|
+
import C from "./CalendarAgendumItem.mjs";
|
|
7
7
|
import x from "./CalendarAgendum.module.less.mjs";
|
|
8
8
|
import N from "../../node_modules/classnames/index.mjs";
|
|
9
|
-
import
|
|
9
|
+
import z from "../BitzNoData/index.mjs";
|
|
10
10
|
n.extend(D);
|
|
11
|
-
const
|
|
11
|
+
const A = (e) => e.reduce((s, r) => {
|
|
12
12
|
const c = n(r.startTime).format("YYYY-MM-DD");
|
|
13
13
|
let i = s.find((t) => t.date === c);
|
|
14
14
|
return i || (i = { date: c, list: [] }, s.push(i)), i.list.push(r), s;
|
|
15
15
|
}, []), L = (e) => {
|
|
16
|
-
const { CalendarType: u, currentDay: s } =
|
|
16
|
+
const { CalendarType: u, currentDay: s } = M((t) => t), [r, c] = y([]);
|
|
17
17
|
g(() => {
|
|
18
18
|
var t, f;
|
|
19
19
|
if ((t = e == null ? void 0 : e.list) != null && t.length) {
|
|
@@ -25,23 +25,29 @@ const E = (e) => e.reduce((s, r) => {
|
|
|
25
25
|
startTime: n(a.startTime).utc(),
|
|
26
26
|
endTime: n(a.endTime).utc()
|
|
27
27
|
}));
|
|
28
|
-
m.sort((a, o) => n(a.startTime).isAfter(n(o.startTime)) ? 1 : -1), c(
|
|
28
|
+
m.sort((a, o) => n(a.startTime).isAfter(n(o.startTime)) ? 1 : -1), c(A(m));
|
|
29
29
|
}
|
|
30
30
|
}, [e == null ? void 0 : e.list, s]);
|
|
31
|
-
const i = j(() => u ===
|
|
32
|
-
return d.jsxs("ul", { className: "calendarAgendumBlock", children: [
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
31
|
+
const i = j(() => u === S.agendum ? s.locale("zh-cn").format("MM月DD日dddd") : "", [s, u]);
|
|
32
|
+
return /* @__PURE__ */ d.jsxs("ul", { className: "calendarAgendumBlock", children: [
|
|
33
|
+
r == null ? void 0 : r.map((t, f) => {
|
|
34
|
+
var o;
|
|
35
|
+
const l = n(t == null ? void 0 : t.date), m = l.locale("zh-cn").format("DD日dddd"), a = n().isSame(l, "day");
|
|
36
|
+
return [
|
|
37
|
+
/* @__PURE__ */ d.jsxs("div", { className: N(x.timeContainer, {
|
|
38
|
+
[x.istoday]: a
|
|
39
|
+
}), children: [
|
|
40
|
+
/* @__PURE__ */ d.jsx("span", { children: m }),
|
|
41
|
+
a ? [
|
|
42
|
+
/* @__PURE__ */ d.jsx("span", { className: x.splitLine, children: " | " }, "1"),
|
|
43
|
+
/* @__PURE__ */ d.jsx("span", { children: "今天" }, "1")
|
|
44
|
+
] : null
|
|
45
|
+
] }, t == null ? void 0 : t.date),
|
|
46
|
+
(o = t == null ? void 0 : t.list) == null ? void 0 : o.map((T, h) => /* @__PURE__ */ d.jsx(C, { data: T }, h))
|
|
47
|
+
];
|
|
48
|
+
}),
|
|
49
|
+
r.length ? null : /* @__PURE__ */ d.jsx(z, { title: `你在 ${i} 没有任何会议。` })
|
|
50
|
+
] });
|
|
45
51
|
};
|
|
46
52
|
export {
|
|
47
53
|
L as default
|
|
@@ -13,10 +13,28 @@ const d = (_, s) => {
|
|
|
13
13
|
n > 0 ? m = `${l}小时 ${n}分钟` : m = `${l}小时`;
|
|
14
14
|
}
|
|
15
15
|
return m;
|
|
16
|
-
},
|
|
16
|
+
}, u = (_) => {
|
|
17
17
|
const { data: s } = _, t = c(() => d(r(s == null ? void 0 : s.startTime), r(s == null ? void 0 : s.endTime)), [s]);
|
|
18
|
-
return i.jsx("li", { className: e.CalendarAgendumItem, children: i.jsx("div", { className: e["ui-list__item__main"], children:
|
|
18
|
+
return /* @__PURE__ */ i.jsx("li", { className: e.CalendarAgendumItem, children: /* @__PURE__ */ i.jsx("div", { className: e["ui-list__item__main"], children: /* @__PURE__ */ i.jsx("div", { className: e["ui-list__item__contentWrapper"], children: /* @__PURE__ */ i.jsx("div", { className: e["ui-list__itemcontent"], children: /* @__PURE__ */ i.jsx("div", { className: e["ui-list__item__container"], children: /* @__PURE__ */ i.jsx("div", { className: e["ui-list__item__container__wrap"], children: /* @__PURE__ */ i.jsxs("div", { className: e["ui-list__item__container__item"], children: [
|
|
19
|
+
/* @__PURE__ */ i.jsxs("div", { className: e["ui-list__item__container__item_left"], children: [
|
|
20
|
+
/* @__PURE__ */ i.jsx("div", { className: e.item_left_1, children: /* @__PURE__ */ i.jsx("div", { className: e.item_left_1_1 }) }),
|
|
21
|
+
/* @__PURE__ */ i.jsxs("div", { className: e.item_left_2, children: [
|
|
22
|
+
/* @__PURE__ */ i.jsx("div", { className: e.item_left_2_1, children: r(s == null ? void 0 : s.startTime).format("HH:mm") }),
|
|
23
|
+
/* @__PURE__ */ i.jsx("div", { className: e.item_left_2_2, children: t })
|
|
24
|
+
] })
|
|
25
|
+
] }),
|
|
26
|
+
/* @__PURE__ */ i.jsxs("div", { className: e["ui-list__item__container__item_right"], children: [
|
|
27
|
+
/* @__PURE__ */ i.jsxs("div", { className: e.item_right_1, children: [
|
|
28
|
+
/* @__PURE__ */ i.jsxs("div", { children: [
|
|
29
|
+
/* @__PURE__ */ i.jsx("div", { className: e.item_right_1_1, children: /* @__PURE__ */ i.jsx("span", { children: "23423423423" }) }),
|
|
30
|
+
/* @__PURE__ */ i.jsx("div", { className: e.item_right_1_2, children: "Microsoft Teams Meeting" })
|
|
31
|
+
] }),
|
|
32
|
+
/* @__PURE__ */ i.jsx("div", { className: e.item_right_1_3, children: /* @__PURE__ */ i.jsx(a, { children: "聊天" }) })
|
|
33
|
+
] }),
|
|
34
|
+
/* @__PURE__ */ i.jsx("div", { className: e.item_right_2 })
|
|
35
|
+
] })
|
|
36
|
+
] }) }) }) }) }) }) });
|
|
19
37
|
};
|
|
20
38
|
export {
|
|
21
|
-
|
|
39
|
+
u as default
|
|
22
40
|
};
|