bitz-react-admin-ui 2.2.8 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (176) hide show
  1. package/dist/_virtual/dayjs.min.mjs +5 -2
  2. package/dist/_virtual/dayjs.min2.mjs +4 -0
  3. package/dist/assets/iconfont/IconChenggong.mjs +10 -4
  4. package/dist/assets/iconfont/IconClose.mjs +7 -1
  5. package/dist/assets/iconfont/IconColumnCancelFixed.mjs +25 -4
  6. package/dist/assets/iconfont/IconColumnFixedLeft.mjs +29 -8
  7. package/dist/assets/iconfont/IconColumnFixedRight.mjs +28 -7
  8. package/dist/assets/iconfont/IconCuowu.mjs +8 -2
  9. package/dist/assets/iconfont/IconDragOrder.mjs +28 -7
  10. package/dist/assets/iconfont/IconDuigoux.mjs +8 -2
  11. package/dist/assets/iconfont/IconFabu.mjs +18 -3
  12. package/dist/assets/iconfont/IconFanhui.mjs +11 -5
  13. package/dist/assets/iconfont/IconGaojisousuo.mjs +10 -4
  14. package/dist/assets/iconfont/IconHangfengexian.mjs +27 -4
  15. package/dist/assets/iconfont/IconHangliefengexian.mjs +27 -4
  16. package/dist/assets/iconfont/IconIcFluentHomeRegular.mjs +11 -5
  17. package/dist/assets/iconfont/IconIcon21.mjs +8 -2
  18. package/dist/assets/iconfont/IconJincoude.mjs +9 -3
  19. package/dist/assets/iconfont/IconJinggao.mjs +8 -2
  20. package/dist/assets/iconfont/IconKuansongde.mjs +11 -5
  21. package/dist/assets/iconfont/IconLiefengexian.mjs +28 -5
  22. package/dist/assets/iconfont/IconMore.mjs +26 -4
  23. package/dist/assets/iconfont/IconShanchu.mjs +11 -5
  24. package/dist/assets/iconfont/IconShanchu1.mjs +18 -3
  25. package/dist/assets/iconfont/IconSousuo.mjs +10 -4
  26. package/dist/assets/iconfont/IconTejincou.mjs +7 -1
  27. package/dist/assets/iconfont/IconTekuansong.mjs +11 -5
  28. package/dist/assets/iconfont/IconTishi1.mjs +12 -6
  29. package/dist/assets/iconfont/IconTuodong.mjs +12 -6
  30. package/dist/assets/iconfont/IconWubanmawentianchong.mjs +22 -5
  31. package/dist/assets/iconfont/IconWufengexian.mjs +11 -4
  32. package/dist/assets/iconfont/IconXinxitishi.mjs +9 -3
  33. package/dist/assets/iconfont/IconYoubanmawentianchong.mjs +23 -7
  34. package/dist/assets/iconfont/IconZhongdengde.mjs +10 -4
  35. package/dist/assets/iconfont/IconZhongzhi.mjs +11 -5
  36. package/dist/assets/iconfont/index.mjs +33 -33
  37. package/dist/components/BitzAddTag/index.mjs +41 -8
  38. package/dist/components/BitzAddressBook/index.mjs +122 -35
  39. package/dist/components/BitzAppPage/index.mjs +18 -4
  40. package/dist/components/BitzAppRefresh/index.mjs +27 -15
  41. package/dist/components/BitzBetterScroll/index.mjs +5 -5
  42. package/dist/components/BitzButton/index.mjs +23 -9
  43. package/dist/components/BitzCalendar/index.mjs +53 -20
  44. package/dist/components/BitzCascader/BitzCascaderMobile.mjs +68 -30
  45. package/dist/components/BitzCascader/index.mjs +6 -2
  46. package/dist/components/BitzCollapse/index.mjs +4 -4
  47. package/dist/components/BitzConfigProvider/context.mjs +3 -1
  48. package/dist/components/BitzConfigProvider/index.mjs +12 -8
  49. package/dist/components/BitzConfirmModal/index.mjs +24 -1
  50. package/dist/components/BitzConvert/DropdownToButton/index.mjs +14 -11
  51. package/dist/components/BitzConvert/index.mjs +1 -1
  52. package/dist/components/BitzDayJs/index.mjs +1 -1
  53. package/dist/components/BitzDescriptions/index.mjs +11 -1
  54. package/dist/components/BitzDrawer/index.mjs +17 -2
  55. package/dist/components/BitzEmpty/index.mjs +6 -2
  56. package/dist/components/BitzException/index.mjs +6 -1
  57. package/dist/components/BitzFloatLayout/index.mjs +10 -1
  58. package/dist/components/BitzFuiCalendar/BitzFuiCalendarStore.mjs +13 -16
  59. package/dist/components/BitzFuiCalendar/CalendarAgendum.mjs +27 -21
  60. package/dist/components/BitzFuiCalendar/CalendarAgendumItem.mjs +22 -4
  61. package/dist/components/BitzFuiCalendar/CalendarBody.mjs +28 -5
  62. package/dist/components/BitzFuiCalendar/CalendarHead.mjs +6 -3
  63. package/dist/components/BitzFuiCalendar/CalendarHeadItem.mjs +13 -4
  64. package/dist/components/BitzFuiCalendar/CalendarToolbar.mjs +52 -20
  65. package/dist/components/BitzFuiCalendar/ColumnData.mjs +31 -15
  66. package/dist/components/BitzFuiCalendar/FuiCalendarItem.mjs +47 -5
  67. package/dist/components/BitzFuiCalendar/index.mjs +7 -1
  68. package/dist/components/BitzFullScreen/index.mjs +9 -6
  69. package/dist/components/BitzHighlight/Child.mjs +23 -9
  70. package/dist/components/BitzHighlight/Highlight.mjs +26 -5
  71. package/dist/components/BitzHighlight/chunks.mjs +20 -17
  72. package/dist/components/BitzHighlight/style.mjs +4 -1
  73. package/dist/components/BitzImage/index.mjs +1 -1
  74. package/dist/components/BitzImage/previewImage.mjs +12 -5
  75. package/dist/components/BitzLanguageTabs/index.mjs +14 -3
  76. package/dist/components/BitzLazyLoad/index.mjs +7 -1
  77. package/dist/components/BitzList/List.mjs +17 -3
  78. package/dist/components/BitzList/LoadMore.mjs +29 -20
  79. package/dist/components/BitzLoadMore/index.mjs +34 -14
  80. package/dist/components/BitzMeetingTime/BitzMeetingTimeItem.mjs +25 -12
  81. package/dist/components/BitzMeetingTime/index.mjs +11 -7
  82. package/dist/components/BitzMobileLoading/index.mjs +1 -1
  83. package/dist/components/BitzModal/index.mjs +24 -11
  84. package/dist/components/BitzNoData/index.mjs +4 -1
  85. package/dist/components/BitzNoMore/index.mjs +1 -1
  86. package/dist/components/BitzOrganizationSelection/index.mjs +43 -14
  87. package/dist/components/BitzPageContainer/index.mjs +107 -46
  88. package/dist/components/BitzPageHeader/index.mjs +89 -21
  89. package/dist/components/BitzPagination/index.mjs +71 -22
  90. package/dist/components/BitzPopover/index.mjs +4 -4
  91. package/dist/components/BitzPullRefresh/PullRefresh.mjs +47 -18
  92. package/dist/components/BitzQRCode/index.mjs +6 -1
  93. package/dist/components/BitzQueryFilter/QueryFilterContent.mjs +35 -17
  94. package/dist/components/BitzQueryFilter/QueryFilterDrawer.mjs +20 -13
  95. package/dist/components/BitzQueryFilter/QueryFilterMobile.mjs +4 -1
  96. package/dist/components/BitzQueryFilter/index.mjs +69 -20
  97. package/dist/components/BitzRefresh/index.mjs +5 -1
  98. package/dist/components/BitzRemark/index.mjs +4 -4
  99. package/dist/components/BitzScheduleCenter/index.mjs +24 -30
  100. package/dist/components/BitzSearch/index.mjs +1 -1
  101. package/dist/components/BitzSelect/component/BitzSelectMobile.mjs +123 -48
  102. package/dist/components/BitzSelect/index.mjs +1 -1
  103. package/dist/components/BitzSkeleton/index.mjs +31 -1
  104. package/dist/components/BitzSwitch/index.mjs +7 -2
  105. package/dist/components/BitzTabbar/BitzTabbar.mjs +25 -8
  106. package/dist/components/BitzTabbar/BitzTabbarItem.mjs +4 -1
  107. package/dist/components/BitzTable/ActionBar/ActionBar.mjs +73 -12
  108. package/dist/components/BitzTable/ActionBar/Button.mjs +1 -1
  109. package/dist/components/BitzTable/ActionBar/style.mjs +12 -9
  110. package/dist/components/BitzTable/ActionCol/index.mjs +95 -21
  111. package/dist/components/BitzTable/ActionCol/style.mjs +15 -12
  112. package/dist/components/BitzTable/Dropdown/index.mjs +8 -1
  113. package/dist/components/BitzTable/Dropdown/style.mjs +9 -6
  114. package/dist/components/BitzTable/SelectionBar/Button.mjs +19 -6
  115. package/dist/components/BitzTable/SelectionBar/SelectionBar.mjs +8 -2
  116. package/dist/components/BitzTable/SelectionBar/style.mjs +18 -8
  117. package/dist/components/BitzTable/Store/index.d.ts +2 -2
  118. package/dist/components/BitzTable/Store/index.mjs +248 -212
  119. package/dist/components/BitzTable/Store/utils/index.mjs +25 -25
  120. package/dist/components/BitzTable/SubTable/index.mjs +121 -73
  121. package/dist/components/BitzTable/Table/ResizableTitle.mjs +23 -5
  122. package/dist/components/BitzTable/Table/SortTableContext.mjs +20 -7
  123. package/dist/components/BitzTable/Table/SortableRow.mjs +44 -20
  124. package/dist/components/BitzTable/Table/index.mjs +417 -207
  125. package/dist/components/BitzTable/Table/style.mjs +11 -1
  126. package/dist/components/BitzTable/Table/utils.mjs +11 -4
  127. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnConfigModal.mjs +92 -28
  128. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnsSort/DndItem.mjs +97 -22
  129. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnsSort/DndList.mjs +68 -29
  130. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnsSort/index.mjs +253 -145
  131. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ExportConfig/DndItem.mjs +38 -12
  132. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ExportConfig/DndList.mjs +42 -16
  133. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ExportConfig/index.mjs +96 -20
  134. package/dist/components/BitzTable/ToolBar/ColConfigIcon/StylesConfig/RadioCard.mjs +9 -2
  135. package/dist/components/BitzTable/ToolBar/ColConfigIcon/StylesConfig/index.mjs +100 -46
  136. package/dist/components/BitzTable/ToolBar/ColConfigIcon/index.mjs +30 -8
  137. package/dist/components/BitzTable/ToolBar/ExportIcon/ExportModal.mjs +44 -14
  138. package/dist/components/BitzTable/ToolBar/ExportIcon/index.mjs +44 -12
  139. package/dist/components/BitzTable/ToolBar/FullscreenIcon/index.mjs +17 -4
  140. package/dist/components/BitzTable/ToolBar/Modal/index.mjs +49 -12
  141. package/dist/components/BitzTable/ToolBar/RefreshIcon/index.mjs +20 -9
  142. package/dist/components/BitzTable/ToolBar/Wrapper/index.mjs +48 -2
  143. package/dist/components/BitzTable/ToolBar/style.mjs +6 -1
  144. package/dist/components/BitzTableOperations/index.mjs +13 -3
  145. package/dist/components/BitzTableSelect/Picker/index.mjs +43 -10
  146. package/dist/components/BitzTableSelect/Select/index.mjs +87 -21
  147. package/dist/components/BitzTableSelect/SelectPopup/getData.mjs +30 -20
  148. package/dist/components/BitzTableSelect/SelectPopup/index.mjs +239 -61
  149. package/dist/components/BitzTableSelect/TableCell/index.mjs +49 -8
  150. package/dist/components/BitzTableSelect/TextBlock/index.mjs +23 -5
  151. package/dist/components/BitzTableSelect/index.mjs +61 -13
  152. package/dist/components/BitzTag/index.mjs +1 -1
  153. package/dist/components/BitzTheme/index.mjs +6 -6
  154. package/dist/components/BitzTimeline/index.mjs +11 -1
  155. package/dist/components/BitzTimer/Form.mjs +32 -11
  156. package/dist/components/BitzTimer/Timer.mjs +76 -38
  157. package/dist/components/BitzTimer/index.mjs +66 -43
  158. package/dist/components/BitzToast/Toast/index.mjs +28 -10
  159. package/dist/components/BitzToast/index.mjs +1 -1
  160. package/dist/components/BitzTree/index.mjs +4 -1
  161. package/dist/components/BitzUeEditor/index.mjs +5 -5
  162. package/dist/components/BitzUpload/index.mjs +81 -43
  163. package/dist/components/BitzWebAppDrawer/index.mjs +35 -4
  164. package/dist/components/BitzWebAppModal/index.mjs +6 -3
  165. package/dist/hooks/use-event-listener.mjs +11 -2
  166. package/dist/hooks/use-lock-fn.mjs +13 -10
  167. package/dist/hooks/use-scroll-parent.mjs +16 -14
  168. package/dist/hooks/useEvent.mjs +7 -4
  169. package/dist/hooks/useMergedState.mjs +11 -11
  170. package/dist/node_modules/.store/dayjs@1.11.10/node_modules/dayjs/dayjs.min.mjs +292 -292
  171. package/dist/node_modules/.store/dayjs@1.11.10/node_modules/dayjs/locale/zh-cn.mjs +13 -13
  172. package/dist/style.css +1 -1
  173. package/dist/utils/WithFluent.mjs +27 -12
  174. package/dist/utils/create.mjs +7 -1
  175. package/dist/utils/time.mjs +1 -1
  176. package/package.json +1 -1
@@ -1,47 +1,134 @@
1
1
  import { j as s } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
- import { useState as j, useRef as v } from "react";
2
+ import { useState as m, useRef as v } from "react";
3
3
  import { Tabs as N, Row as B, Space as y } from "antd";
4
4
  import r from "./index.module.less.mjs";
5
5
  import C from "../BitzEmpty/index.mjs";
6
- import A from "../BitzDrawer/index.mjs";
7
- import m from "../BitzButton/index.mjs";
8
- import g from "../../node_modules/.store/@ant-design_icons@5.3.6/node_modules/@ant-design/icons/es/icons/SearchOutlined.mjs";
9
- import k from "../../node_modules/.store/@ant-design_icons@5.3.6/node_modules/@ant-design/icons/es/icons/AlignCenterOutlined.mjs";
10
- const z = ({ list: l, onSelect: t, onClickItem: n }) => {
11
- const d = ["全部", "0-9", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"], a = v(null), [u, p] = j("全部");
12
- function x(e) {
6
+ import g from "../BitzDrawer/index.mjs";
7
+ import u from "../BitzButton/index.mjs";
8
+ import A from "../../node_modules/.store/@ant-design_icons@5.3.6/node_modules/@ant-design/icons/es/icons/SearchOutlined.mjs";
9
+ import z from "../../node_modules/.store/@ant-design_icons@5.3.6/node_modules/@ant-design/icons/es/icons/AlignCenterOutlined.mjs";
10
+ const R = ({ list: l, onSelect: t, onClickItem: n }) => {
11
+ const d = ["全部", "0-9", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"], a = v(null), [p, x] = m("全部");
12
+ function f(e) {
13
13
  return /[\u4e00-\u9fa5]/.test(e) ? e == null ? void 0 : e.slice(1) : e == null ? void 0 : e.slice(0, 4);
14
14
  }
15
- function f(e) {
16
- return e.length ? e == null ? void 0 : e.map((i) => s.jsxs("div", { className: r.item, onClick: () => {
17
- n == null || n(i);
18
- }, children: [s.jsx("div", { className: r.avatar, children: x(i.name) }), s.jsxs("div", { className: r.info, children: [s.jsx("div", { className: r.name, children: i.name }), s.jsx("div", { className: r.phone, children: i.phone })] })] }, i.id)) : s.jsx(C, { style: { marginTop: 100 } });
15
+ function j(e) {
16
+ return e.length ? e == null ? void 0 : e.map((i) => /* @__PURE__ */ s.jsxs(
17
+ "div",
18
+ {
19
+ className: r.item,
20
+ onClick: () => {
21
+ n == null || n(i);
22
+ },
23
+ children: [
24
+ /* @__PURE__ */ s.jsx("div", { className: r.avatar, children: f(i.name) }),
25
+ /* @__PURE__ */ s.jsxs("div", { className: r.info, children: [
26
+ /* @__PURE__ */ s.jsx("div", { className: r.name, children: i.name }),
27
+ /* @__PURE__ */ s.jsx("div", { className: r.phone, children: i.phone })
28
+ ] })
29
+ ]
30
+ },
31
+ i.id
32
+ )) : /* @__PURE__ */ s.jsx(C, { style: { marginTop: 100 } });
33
+ }
34
+ return /* @__PURE__ */ s.jsxs("div", { ref: a, className: r.container, children: [
35
+ /* @__PURE__ */ s.jsx("div", { className: r.main, children: j(l) }),
36
+ /* @__PURE__ */ s.jsx("div", { className: r.sidebar, children: d.map((e) => /* @__PURE__ */ s.jsx(
37
+ "div",
38
+ {
39
+ className: `${r.item} ${p === e ? r.active : ""}`,
40
+ onClick: () => {
41
+ x(e), t == null || t(e);
42
+ },
43
+ children: e
44
+ },
45
+ e
46
+ )) })
47
+ ] });
48
+ }, P = ({
49
+ tabs: l = [],
50
+ list: t = [],
51
+ filterChildren: n,
52
+ filterHeight: d = 240,
53
+ onSearch: a = () => {
54
+ },
55
+ onSelect: p = () => {
56
+ },
57
+ tabChange: x = () => {
58
+ },
59
+ onClickItem: f = () => {
60
+ },
61
+ onReset: j = () => {
62
+ },
63
+ onOk: e = () => {
19
64
  }
20
- return s.jsxs("div", { ref: a, className: r.container, children: [s.jsx("div", { className: r.main, children: f(l) }), s.jsx("div", { className: r.sidebar, children: d.map((e) => s.jsx("div", { className: `${r.item} ${u === e ? r.active : ""}`, onClick: () => {
21
- p(e), t == null || t(e);
22
- }, children: e }, e)) })] });
23
- }, K = ({ tabs: l = [], list: t = [], filterChildren: n, filterHeight: d = 240, onSearch: a = () => {
24
- }, onSelect: u = () => {
25
- }, tabChange: p = () => {
26
- }, onClickItem: x = () => {
27
- }, onReset: f = () => {
28
- }, onOk: e = () => {
29
- } }) => {
65
+ }) => {
30
66
  const i = l.map((c) => ({
31
67
  ...c,
32
- children: s.jsx(z, { list: t, onSelect: u, onClickItem: x })
33
- })), [h, o] = j(!1);
34
- return s.jsxs("div", { className: r.BitzAdressBook, children: [s.jsxs("div", { className: r.filter, children: [s.jsxs("div", { className: r.input, children: [s.jsx(g, { className: r.icon }), s.jsx("input", { placeholder: "姓名", type: "text", onKeyUp: (c) => {
35
- c.code.toLowerCase() === "enter" && (a == null || a(c.currentTarget.value));
36
- } })] }), s.jsx("div", { className: r.filterIcon, onClick: () => {
37
- o(!0);
38
- }, children: s.jsx(k, {}) })] }), s.jsx(N, { items: i, onChange: p, destroyInactiveTabPane: !0 }), s.jsx(A, { title: "筛选", height: d, open: h, placement: "bottom", onClose: () => o(!1), footer: s.jsx(B, { justify: "center", children: s.jsxs(y, { children: [s.jsx(m, { onClick: () => {
39
- f(), o(!1);
40
- }, children: "重置" }), s.jsx(m, { type: "primary", onClick: () => {
41
- e(), o(!1);
42
- }, children: "确认" })] }) }), children: n })] });
68
+ children: /* @__PURE__ */ s.jsx(R, { list: t, onSelect: p, onClickItem: f })
69
+ })), [h, o] = m(!1);
70
+ return /* @__PURE__ */ s.jsxs("div", { className: r.BitzAdressBook, children: [
71
+ /* @__PURE__ */ s.jsxs("div", { className: r.filter, children: [
72
+ /* @__PURE__ */ s.jsxs("div", { className: r.input, children: [
73
+ /* @__PURE__ */ s.jsx(A, { className: r.icon }),
74
+ /* @__PURE__ */ s.jsx(
75
+ "input",
76
+ {
77
+ placeholder: "姓名",
78
+ type: "text",
79
+ onKeyUp: (c) => {
80
+ c.code.toLowerCase() === "enter" && (a == null || a(c.currentTarget.value));
81
+ }
82
+ }
83
+ )
84
+ ] }),
85
+ /* @__PURE__ */ s.jsx(
86
+ "div",
87
+ {
88
+ className: r.filterIcon,
89
+ onClick: () => {
90
+ o(!0);
91
+ },
92
+ children: /* @__PURE__ */ s.jsx(z, {})
93
+ }
94
+ )
95
+ ] }),
96
+ /* @__PURE__ */ s.jsx(N, { items: i, onChange: x, destroyInactiveTabPane: !0 }),
97
+ /* @__PURE__ */ s.jsx(
98
+ g,
99
+ {
100
+ title: "筛选",
101
+ height: d,
102
+ open: h,
103
+ placement: "bottom",
104
+ onClose: () => o(!1),
105
+ footer: /* @__PURE__ */ s.jsx(B, { justify: "center", children: /* @__PURE__ */ s.jsxs(y, { children: [
106
+ /* @__PURE__ */ s.jsx(
107
+ u,
108
+ {
109
+ onClick: () => {
110
+ j(), o(!1);
111
+ },
112
+ children: "重置"
113
+ }
114
+ ),
115
+ /* @__PURE__ */ s.jsx(
116
+ u,
117
+ {
118
+ type: "primary",
119
+ onClick: () => {
120
+ e(), o(!1);
121
+ },
122
+ children: "确认"
123
+ }
124
+ )
125
+ ] }) }),
126
+ children: n
127
+ }
128
+ )
129
+ ] });
43
130
  };
44
131
  export {
45
- z as AdressBook,
46
- K as default
132
+ R as AdressBook,
133
+ P as default
47
134
  };
@@ -1,9 +1,23 @@
1
1
  import { j as s } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
2
  import a from "../../assets/iconfont/index.mjs";
3
3
  import "./index.less.mjs";
4
- const d = ({ children: e, title: i = "律智荟", backIcon: c = "fanhui", mainIcon: r = "ic_fluent_home_regular", onClickBack: n = () => {
5
- }, onClickMain: o = () => {
6
- } }) => s.jsxs("div", { className: "bitzAppPage", children: [s.jsxs("div", { className: "pageNavBar", children: [s.jsx("div", { className: "barLeft", onClick: n, children: s.jsx(a, { className: "icon", color: "#333", size: 24, name: c }) }), i, s.jsx("div", { className: "barRight", onClick: o, children: s.jsx(a, { className: "icon", color: "#333", size: 24, name: r }) })] }), s.jsx("div", { className: "pageContent", children: e })] });
4
+ const p = ({
5
+ children: e,
6
+ title: i = "律智荟",
7
+ backIcon: c = "fanhui",
8
+ mainIcon: o = "ic_fluent_home_regular",
9
+ onClickBack: r = () => {
10
+ },
11
+ onClickMain: n = () => {
12
+ }
13
+ }) => /* @__PURE__ */ s.jsxs("div", { className: "bitzAppPage", children: [
14
+ /* @__PURE__ */ s.jsxs("div", { className: "pageNavBar", children: [
15
+ /* @__PURE__ */ s.jsx("div", { className: "barLeft", onClick: r, children: /* @__PURE__ */ s.jsx(a, { className: "icon", color: "#333", size: 24, name: c }) }),
16
+ i,
17
+ /* @__PURE__ */ s.jsx("div", { className: "barRight", onClick: n, children: /* @__PURE__ */ s.jsx(a, { className: "icon", color: "#333", size: 24, name: o }) })
18
+ ] }),
19
+ /* @__PURE__ */ s.jsx("div", { className: "pageContent", children: e })
20
+ ] });
7
21
  export {
8
- d as default
22
+ p as default
9
23
  };
@@ -1,25 +1,37 @@
1
1
  import { j as i } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
- import { useState as t } from "react";
3
- import { isMobile as p } from "../../node_modules/.store/react-device-detect@2.2.3/node_modules/react-device-detect/dist/lib.mjs";
2
+ import { useState as o } from "react";
3
+ import { isMobile as T } from "../../node_modules/.store/react-device-detect@2.2.3/node_modules/react-device-detect/dist/lib.mjs";
4
4
  import P from "../BitzRefresh/index.mjs";
5
5
  import "./index.less.mjs";
6
- const M = ({ children: c, pageRefeshEmit: r = () => {
6
+ const b = ({ children: c, pageRefeshEmit: r = () => {
7
7
  } }) => {
8
- const [a, s] = t(!1), [h, u] = t(0), [f, e] = t(0), m = (o) => {
9
- const n = o.changedTouches[0].clientY;
10
- u(n);
11
- }, l = (o) => {
12
- const d = o.changedTouches[0].clientY - h;
13
- e(d);
14
- }, T = () => {
15
- p && (f > 400 && (s(!0), setTimeout(() => {
8
+ const [a, s] = o(!1), [u, h] = o(0), [f, e] = o(0), m = (t) => {
9
+ const n = t.changedTouches[0].clientY;
10
+ h(n);
11
+ }, l = (t) => {
12
+ const p = t.changedTouches[0].clientY - u;
13
+ e(p);
14
+ }, d = () => {
15
+ T && (f > 400 && (s(!0), setTimeout(() => {
16
16
  r(), s(!1);
17
17
  }, 2e3)), e(0));
18
18
  };
19
- return i.jsxs("div", { className: "bitzPageBlock", onTouchStart: m, onTouchMove: l, onTouchEnd: () => {
20
- T();
21
- }, children: [i.jsx(P, { showRefresh: a }), c] });
19
+ return /* @__PURE__ */ i.jsxs(
20
+ "div",
21
+ {
22
+ className: "bitzPageBlock",
23
+ onTouchStart: m,
24
+ onTouchMove: l,
25
+ onTouchEnd: () => {
26
+ d();
27
+ },
28
+ children: [
29
+ /* @__PURE__ */ i.jsx(P, { showRefresh: a }),
30
+ c
31
+ ]
32
+ }
33
+ );
22
34
  };
23
35
  export {
24
- M as default
36
+ b as default
25
37
  };
@@ -4,11 +4,11 @@ import l from "../../node_modules/.store/prop-types@15.8.1/node_modules/prop-typ
4
4
  import x from "../../node_modules/.store/better-scroll@2.5.1/node_modules/better-scroll/dist/better-scroll.esm.mjs";
5
5
  import { debounce as m } from "../../node_modules/.store/throttle-debounce@5.0.0/node_modules/throttle-debounce/esm/index.mjs";
6
6
  const b = T((u, h) => {
7
- const [o, s] = E(), i = L(), { direction: f, click: w, refresh: D, pullUpLoading: y, pullDownLoading: P, bounceTop: S, bounceBottom: B } = u, { pullUp: n, pullDown: t, onScroll: c } = u, p = d(() => m(500, n), [n]), a = d(() => m(500, t), [t]);
7
+ const [o, s] = E(), f = L(), { direction: i, click: w, refresh: D, pullUpLoading: y, pullDownLoading: P, bounceTop: S, bounceBottom: B } = u, { pullUp: n, pullDown: t, onScroll: c } = u, p = d(() => m(500, n), [n]), a = d(() => m(500, t), [t]);
8
8
  return e(() => {
9
- const r = new x(i.current, {
10
- scrollX: f === "horizental",
11
- scrollY: f === "vertical",
9
+ const r = new x(f.current, {
10
+ scrollX: i === "horizental",
11
+ scrollY: i === "vertical",
12
12
  probeType: 3,
13
13
  click: w,
14
14
  bounce: {
@@ -52,7 +52,7 @@ const b = T((u, h) => {
52
52
  if (o)
53
53
  return o;
54
54
  }
55
- })), g.jsx("div", { className: "scroll_container", ref: i, children: u.children });
55
+ })), /* @__PURE__ */ g.jsx("div", { className: "scroll_container", ref: f, children: u.children });
56
56
  });
57
57
  b.defaultProps = {
58
58
  direction: "vertical",
@@ -2,15 +2,29 @@ import { j as e } from "../../node_modules/.store/react@18.2.0/node_modules/reac
2
2
  import { Button as l } from "antd";
3
3
  const c = ({ type: d = "default", warning: f = !1, success: n = !1, ...o }) => {
4
4
  const r = { type: d, ...o };
5
- return o.danger ? e.jsx(l, { danger: !0, ...r, children: r.children }) : f ? d === "default" ? e.jsx(l, { style: { borderColor: "#ff8f1f", color: "#ff8f1f" }, ...r, children: r.children }) : d === "dashed" ? e.jsx(l, { style: {
6
- borderColor: "#ff8f1f",
7
- borderWidth: "dashed",
8
- color: "#ff8f1f"
9
- }, ...r, children: r.children }) : d === "text" || d === "link" ? e.jsx(l, { style: { color: "#ff8f1f" }, ...r, children: r.children }) : e.jsx(l, { style: { backgroundColor: "#ff8f1f" }, ...r, children: r.children }) : n ? d === "default" ? e.jsx(l, { style: { borderColor: "#00b578", color: "#00b578" }, ...r, children: r.children }) : d === "dashed" ? e.jsx(l, { style: {
10
- borderColor: "#00b578",
11
- borderWidth: "dashed",
12
- color: "#00b578"
13
- }, ...r, children: r.children }) : d === "text" || d === "link" ? e.jsx(l, { style: { color: "#00b578" }, ...r, children: r.children }) : e.jsx(l, { style: { backgroundColor: "#00b578" }, ...r, children: r.children }) : e.jsx(l, { ...r, children: r.children });
5
+ return o.danger ? /* @__PURE__ */ e.jsx(l, { danger: !0, ...r, children: r.children }) : f ? d === "default" ? /* @__PURE__ */ e.jsx(l, { style: { borderColor: "#ff8f1f", color: "#ff8f1f" }, ...r, children: r.children }) : d === "dashed" ? /* @__PURE__ */ e.jsx(
6
+ l,
7
+ {
8
+ style: {
9
+ borderColor: "#ff8f1f",
10
+ borderWidth: "dashed",
11
+ color: "#ff8f1f"
12
+ },
13
+ ...r,
14
+ children: r.children
15
+ }
16
+ ) : d === "text" || d === "link" ? /* @__PURE__ */ e.jsx(l, { style: { color: "#ff8f1f" }, ...r, children: r.children }) : /* @__PURE__ */ e.jsx(l, { style: { backgroundColor: "#ff8f1f" }, ...r, children: r.children }) : n ? d === "default" ? /* @__PURE__ */ e.jsx(l, { style: { borderColor: "#00b578", color: "#00b578" }, ...r, children: r.children }) : d === "dashed" ? /* @__PURE__ */ e.jsx(
17
+ l,
18
+ {
19
+ style: {
20
+ borderColor: "#00b578",
21
+ borderWidth: "dashed",
22
+ color: "#00b578"
23
+ },
24
+ ...r,
25
+ children: r.children
26
+ }
27
+ ) : d === "text" || d === "link" ? /* @__PURE__ */ e.jsx(l, { style: { color: "#00b578" }, ...r, children: r.children }) : /* @__PURE__ */ e.jsx(l, { style: { backgroundColor: "#00b578" }, ...r, children: r.children }) : /* @__PURE__ */ e.jsx(l, { ...r, children: r.children });
14
28
  };
15
29
  export {
16
30
  c as default
@@ -1,7 +1,7 @@
1
1
  import { j as n } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
2
  import { useRef as O, useEffect as R } from "react";
3
3
  import { Calendar as k, Select as a, Row as w, Col as y } from "antd";
4
- import N from "../../node_modules/.store/dayjs@1.11.10/node_modules/dayjs/dayjs.min.mjs";
4
+ import N from "../../_virtual/dayjs.min.mjs";
5
5
  import B from "../../node_modules/.store/dayjs@1.11.10/node_modules/dayjs/plugin/weekOfYear.mjs";
6
6
  import "../../node_modules/.store/dayjs@1.11.10/node_modules/dayjs/locale/zh-cn.mjs";
7
7
  N.extend(B);
@@ -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: n.jsx(k, { className: "BitzCalendarBlock", fullscreen: !1, headerRender: m.headerRender ? m.headerRender : ({ value: t, type: r, onChange: s, onTypeChange: u }) => {
20
- const o = [];
21
- let d = t.clone();
22
- const z = t.localeData(), x = [];
23
- for (let e = 0; e < 12; e++)
24
- d = d.month(e), x.push(z.monthsShort(d));
25
- for (let e = 0; e < 12; e++)
26
- o.push(n.jsx(a.Option, { value: e, className: "month-item", children: x[e] }, e));
27
- const h = t.year(), S = t.month(), j = [];
28
- for (let e = h - 10; e < h + 10; e += 1)
29
- j.push(n.jsx(a.Option, { value: e, className: "year-item", children: e }, e));
30
- return n.jsx("div", { style: { padding: 8 }, children: n.jsxs(w, { gutter: 8, children: [n.jsx(y, { children: n.jsx(a, { size: "small", popupMatchSelectWidth: !1, className: "my-year-select", value: h, onChange: (e) => {
31
- const p = t.clone().year(e);
32
- s(p);
33
- }, children: j }) }), n.jsx(y, { children: n.jsx(a, { size: "small", popupMatchSelectWidth: !1, value: S, onChange: (e) => {
34
- const p = t.clone().month(e);
35
- s(p);
36
- }, children: o }) })] }) });
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/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
- import { useState as u } from "react";
3
- import { Input as K, Tabs as N, Radio as O } from "antd";
4
- import { useImmer as g } from "../../node_modules/.store/use-immer@0.9.0/node_modules/use-immer/dist/use-immer.module.mjs";
5
- import { BitzPickDrawer as z } from "../BitzDrawer/index.mjs";
6
- import B from "../../node_modules/.store/@ant-design_icons@5.3.6/node_modules/@ant-design/icons/es/icons/DownOutlined.mjs";
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/.store/use-immer@0.9.0/node_modules/use-immer/dist/use-immer.module.mjs";
5
+ import { BitzPickDrawer as K } from "../BitzDrawer/index.mjs";
6
+ import O from "../../node_modules/.store/@ant-design_icons@5.3.6/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] = u(((f = t.defaultValue) == null ? void 0 : f.join(" / ")) || ""), [j, r] = u(!1), [o, b] = g([{ ...d, children: t.options }]), [h, i] = u(d.label), m = () => {
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 e = o.slice(1), a = e.map((c) => ({
13
+ const l = o.slice(1), a = l.map((c) => ({
14
14
  label: c.label,
15
15
  value: c.value
16
- })), l = e.map((c) => c.key);
17
- (s = t.onChange) == null || s.call(t, l, a), r(!1), x(l.join(" / "));
18
- }, C = (e) => {
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 l = o.at(-1), s = a.at(-1);
21
- if (l) {
22
- const c = l.children, p = l.label;
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 = e.label, s.key = e.label, i(e.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: e.label,
30
- label: e.label,
31
- value: e.label,
32
- children: e.children ? e.children : s.children
33
- }), i(e.label);
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 = (e) => {
36
- i(e);
37
- const a = o.slice(0, o.findIndex((l) => l.label === e) + 1);
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: [n.jsx(K, { placeholder: t.placeholder, onClick: () => r(!0), value: v, suffix: n.jsx(B, {}) }), n.jsx(z, { open: j, handleCancel: m, handleOk: k, children: n.jsx(N, { defaultActiveKey: h, activeKey: h, items: o.map((e) => {
41
- var a;
42
- return {
43
- key: e.label,
44
- label: e.label,
45
- children: (a = e.children) == null ? void 0 : a.map((l, s) => n.jsxs("div", { className: "item", onClick: () => C(l), children: [n.jsx("span", { children: l.label }), n.jsx("span", { children: l.label === h ? n.jsx(O, { checked: !0 }) : "" })] }, s))
46
- };
47
- }), onChange: y }) })] });
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/.store/react@18.2.0/node_modules/reac
2
2
  import { Cascader as e } from "antd";
3
3
  import { isMobile as a } from "../../node_modules/.store/react-device-detect@2.2.3/node_modules/react-device-detect/dist/lib.mjs";
4
4
  import m from "./BitzCascaderMobile.mjs";
5
- const x = ({ placeholder: t = "", options: s = [], ...i }) => {
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/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
2
  import "./index.less.mjs";
3
- import s from "../../node_modules/.store/@ant-design_icons@5.3.6/node_modules/@ant-design/icons/es/icons/MenuUnfoldOutlined.mjs";
3
+ import i from "../../node_modules/.store/@ant-design_icons@5.3.6/node_modules/@ant-design/icons/es/icons/MenuUnfoldOutlined.mjs";
4
4
  import e from "../../node_modules/.store/@ant-design_icons@5.3.6/node_modules/@ant-design/icons/es/icons/MenuFoldOutlined.mjs";
5
- const a = ({ isCollapse: l, onClick: i = () => {
6
- } }) => o.jsx("div", { className: "bitzCollapseBlock", onClick: i, children: l ? o.jsx(s, { id: "isCollapse" }) : o.jsx(e, { id: "isCollapse" }) });
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
- a as default
8
+ d as default
9
9
  };
@@ -1,5 +1,7 @@
1
1
  import { createContext as t } from "react";
2
- const e = t({});
2
+ const e = t(
3
+ {}
4
+ );
3
5
  export {
4
6
  e as BitzConfigContext
5
7
  };
@@ -1,16 +1,20 @@
1
1
  import { j as o } from "../../node_modules/.store/react@18.2.0/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 l } from "./context.mjs";
5
- import p from "../../node_modules/.store/lodash-es@4.17.21/node_modules/lodash-es/merge.mjs";
6
- const j = ({ children: r, context: e, ...i }) => {
7
- const [t, n] = f("current"), s = u(() => p(e, {
4
+ import { BitzConfigContext as p } from "./context.mjs";
5
+ import a from "../../node_modules/.store/lodash-es@4.17.21/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: t,
10
- setStylesScope: n
13
+ stylesScope: e,
14
+ setStylesScope: i
11
15
  }
12
- }), [e, t]);
13
- return o.jsx(m, { ...i, children: o.jsx(l.Provider, { value: s, children: r }) });
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 e.jsx(g, { open: a.open, afterClose: a.afterClose, className: "bitzConfirmModalBlock", title: f || s("System_Tip", "提示"), width: 400, closeIcon: e.jsx(N, {}), onOk: k, onCancel: y, confirmLoading: h, okText: s("System_Deter", "确定"), okType: p || "primary", okButtonProps: { danger: !0, ...d }, cancelText: s("System_Cancel", "取消"), ...u, style: { "--modalContent-colorBg": (i = n.Modal) == null ? void 0 : i.headerBg }, children: e.jsxs("div", { className: "textBox", children: [e.jsx("div", { className: "warnIcon", children: e.jsx(M, { className: "icon", color: n.colorError, size: 20 }) }), e.jsx("div", { className: "modalText", children: x || s("System_CanUSure", "您确定要删除吗?") })] }) });
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