bitz-react-admin-ui 2.2.7 → 2.2.8

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 (209) hide show
  1. package/dist/_virtual/Draggable.mjs +4 -0
  2. package/dist/_virtual/DraggableCore.mjs +4 -0
  3. package/dist/_virtual/Resizable.mjs +4 -0
  4. package/dist/_virtual/ResizableBox.mjs +4 -0
  5. package/dist/_virtual/_commonjsHelpers.mjs +26 -4
  6. package/dist/_virtual/cjs.mjs +4 -0
  7. package/dist/_virtual/clsx.m.mjs +6 -0
  8. package/dist/_virtual/domFns.mjs +4 -0
  9. package/dist/_virtual/getPrefix.mjs +4 -0
  10. package/dist/_virtual/index.mjs +2 -2
  11. package/dist/_virtual/index2.mjs +2 -2
  12. package/dist/_virtual/index6.mjs +4 -0
  13. package/dist/_virtual/log.mjs +4 -0
  14. package/dist/_virtual/positionFns.mjs +4 -0
  15. package/dist/_virtual/propTypes.mjs +4 -0
  16. package/dist/_virtual/shims.mjs +4 -0
  17. package/dist/_virtual/utils.mjs +4 -0
  18. package/dist/assets/iconfont/IconChenggong.mjs +4 -10
  19. package/dist/assets/iconfont/IconClose.mjs +1 -7
  20. package/dist/assets/iconfont/IconColumnCancelFixed.mjs +4 -25
  21. package/dist/assets/iconfont/IconColumnFixedLeft.mjs +8 -29
  22. package/dist/assets/iconfont/IconColumnFixedRight.mjs +7 -28
  23. package/dist/assets/iconfont/IconCuowu.mjs +2 -8
  24. package/dist/assets/iconfont/IconDragOrder.mjs +7 -28
  25. package/dist/assets/iconfont/IconDuigoux.mjs +2 -8
  26. package/dist/assets/iconfont/IconFabu.mjs +3 -18
  27. package/dist/assets/iconfont/IconFanhui.mjs +5 -11
  28. package/dist/assets/iconfont/IconGaojisousuo.mjs +4 -10
  29. package/dist/assets/iconfont/IconHangfengexian.mjs +4 -27
  30. package/dist/assets/iconfont/IconHangliefengexian.mjs +4 -27
  31. package/dist/assets/iconfont/IconIcFluentHomeRegular.mjs +5 -11
  32. package/dist/assets/iconfont/IconIcon21.mjs +2 -8
  33. package/dist/assets/iconfont/IconJincoude.mjs +3 -9
  34. package/dist/assets/iconfont/IconJinggao.mjs +2 -8
  35. package/dist/assets/iconfont/IconKuansongde.mjs +5 -11
  36. package/dist/assets/iconfont/IconLiefengexian.mjs +5 -28
  37. package/dist/assets/iconfont/IconMore.mjs +4 -26
  38. package/dist/assets/iconfont/IconShanchu.mjs +5 -11
  39. package/dist/assets/iconfont/IconShanchu1.mjs +3 -18
  40. package/dist/assets/iconfont/IconSousuo.mjs +4 -10
  41. package/dist/assets/iconfont/IconTejincou.mjs +1 -7
  42. package/dist/assets/iconfont/IconTekuansong.mjs +5 -11
  43. package/dist/assets/iconfont/IconTishi1.mjs +6 -12
  44. package/dist/assets/iconfont/IconTuodong.mjs +6 -12
  45. package/dist/assets/iconfont/IconWubanmawentianchong.mjs +5 -22
  46. package/dist/assets/iconfont/IconWufengexian.mjs +4 -11
  47. package/dist/assets/iconfont/IconXinxitishi.mjs +3 -9
  48. package/dist/assets/iconfont/IconYoubanmawentianchong.mjs +7 -23
  49. package/dist/assets/iconfont/IconZhongdengde.mjs +4 -10
  50. package/dist/assets/iconfont/IconZhongzhi.mjs +5 -11
  51. package/dist/assets/iconfont/index.mjs +33 -33
  52. package/dist/components/BitzAddTag/index.mjs +8 -41
  53. package/dist/components/BitzAddressBook/index.mjs +35 -122
  54. package/dist/components/BitzAppPage/index.mjs +4 -18
  55. package/dist/components/BitzAppRefresh/index.mjs +15 -27
  56. package/dist/components/BitzBetterScroll/index.mjs +5 -5
  57. package/dist/components/BitzButton/index.mjs +9 -23
  58. package/dist/components/BitzCalendar/index.mjs +19 -52
  59. package/dist/components/BitzCascader/BitzCascaderMobile.mjs +30 -68
  60. package/dist/components/BitzCascader/index.mjs +2 -6
  61. package/dist/components/BitzCollapse/index.mjs +4 -4
  62. package/dist/components/BitzConfigProvider/context.mjs +1 -3
  63. package/dist/components/BitzConfigProvider/index.mjs +8 -12
  64. package/dist/components/BitzConfirmModal/index.mjs +1 -24
  65. package/dist/components/BitzConvert/DropdownToButton/index.mjs +11 -14
  66. package/dist/components/BitzConvert/index.mjs +1 -1
  67. package/dist/components/BitzDescriptions/index.mjs +1 -11
  68. package/dist/components/BitzDrawer/index.mjs +2 -17
  69. package/dist/components/BitzEmpty/index.mjs +2 -6
  70. package/dist/components/BitzException/index.mjs +1 -6
  71. package/dist/components/BitzFloatLayout/index.mjs +1 -10
  72. package/dist/components/BitzFuiCalendar/BitzFuiCalendarStore.mjs +16 -13
  73. package/dist/components/BitzFuiCalendar/CalendarAgendum.mjs +20 -26
  74. package/dist/components/BitzFuiCalendar/CalendarAgendumItem.mjs +3 -21
  75. package/dist/components/BitzFuiCalendar/CalendarBody.mjs +4 -27
  76. package/dist/components/BitzFuiCalendar/CalendarHead.mjs +2 -5
  77. package/dist/components/BitzFuiCalendar/CalendarHeadItem.mjs +3 -12
  78. package/dist/components/BitzFuiCalendar/CalendarToolbar.mjs +19 -51
  79. package/dist/components/BitzFuiCalendar/ColumnData.mjs +14 -30
  80. package/dist/components/BitzFuiCalendar/FuiCalendarItem.mjs +5 -47
  81. package/dist/components/BitzFuiCalendar/index.mjs +1 -7
  82. package/dist/components/BitzFullScreen/index.mjs +6 -9
  83. package/dist/components/BitzHighlight/Child.mjs +9 -23
  84. package/dist/components/BitzHighlight/Highlight.mjs +5 -26
  85. package/dist/components/BitzHighlight/chunks.mjs +17 -20
  86. package/dist/components/BitzHighlight/style.mjs +1 -4
  87. package/dist/components/BitzImage/index.mjs +1 -1
  88. package/dist/components/BitzImage/previewImage.mjs +5 -12
  89. package/dist/components/BitzLanguageTabs/index.mjs +3 -14
  90. package/dist/components/BitzLazyLoad/index.mjs +1 -7
  91. package/dist/components/BitzList/List.mjs +3 -17
  92. package/dist/components/BitzList/LoadMore.mjs +20 -29
  93. package/dist/components/BitzLoadMore/index.mjs +14 -34
  94. package/dist/components/BitzMeetingTime/BitzMeetingTimeItem.mjs +11 -24
  95. package/dist/components/BitzMeetingTime/index.mjs +6 -10
  96. package/dist/components/BitzMobileLoading/index.mjs +1 -1
  97. package/dist/components/BitzModal/index.mjs +11 -24
  98. package/dist/components/BitzNoData/index.mjs +1 -4
  99. package/dist/components/BitzNoMore/index.mjs +1 -1
  100. package/dist/components/BitzOrganizationSelection/index.mjs +14 -43
  101. package/dist/components/BitzPageContainer/index.mjs +46 -107
  102. package/dist/components/BitzPageHeader/index.mjs +21 -89
  103. package/dist/components/BitzPagination/index.mjs +22 -71
  104. package/dist/components/BitzPopover/index.mjs +4 -4
  105. package/dist/components/BitzPullRefresh/PullRefresh.mjs +18 -47
  106. package/dist/components/BitzQRCode/index.mjs +1 -6
  107. package/dist/components/BitzQueryFilter/QueryFilterContent.mjs +17 -35
  108. package/dist/components/BitzQueryFilter/QueryFilterDrawer.mjs +13 -20
  109. package/dist/components/BitzQueryFilter/QueryFilterMobile.mjs +1 -4
  110. package/dist/components/BitzQueryFilter/index.mjs +20 -69
  111. package/dist/components/BitzRefresh/index.mjs +1 -5
  112. package/dist/components/BitzRemark/index.mjs +4 -4
  113. package/dist/components/BitzScheduleCenter/index.mjs +30 -24
  114. package/dist/components/BitzSearch/index.mjs +1 -1
  115. package/dist/components/BitzSelect/component/BitzSelectMobile.mjs +48 -123
  116. package/dist/components/BitzSelect/index.mjs +1 -1
  117. package/dist/components/BitzSkeleton/index.mjs +1 -31
  118. package/dist/components/BitzSwitch/index.mjs +2 -7
  119. package/dist/components/BitzTabbar/BitzTabbar.mjs +8 -25
  120. package/dist/components/BitzTabbar/BitzTabbarItem.mjs +1 -4
  121. package/dist/components/BitzTable/ActionBar/ActionBar.d.ts +21 -9
  122. package/dist/components/BitzTable/ActionBar/ActionBar.mjs +38 -66
  123. package/dist/components/BitzTable/ActionBar/Button.mjs +1 -1
  124. package/dist/components/BitzTable/ActionBar/style.mjs +9 -12
  125. package/dist/components/BitzTable/ActionCol/index.d.ts +1 -1
  126. package/dist/components/BitzTable/ActionCol/index.mjs +32 -98
  127. package/dist/components/BitzTable/ActionCol/style.mjs +12 -15
  128. package/dist/components/BitzTable/Dropdown/index.mjs +1 -8
  129. package/dist/components/BitzTable/Dropdown/style.mjs +6 -9
  130. package/dist/components/BitzTable/SelectionBar/Button.mjs +6 -19
  131. package/dist/components/BitzTable/SelectionBar/SelectionBar.mjs +2 -8
  132. package/dist/components/BitzTable/SelectionBar/style.mjs +8 -18
  133. package/dist/components/BitzTable/Store/index.mjs +89 -121
  134. package/dist/components/BitzTable/Store/utils/index.d.ts +1 -1
  135. package/dist/components/BitzTable/Store/utils/index.mjs +30 -30
  136. package/dist/components/BitzTable/SubTable/index.mjs +52 -94
  137. package/dist/components/BitzTable/Table/ResizableTitle.d.ts +8 -0
  138. package/dist/components/BitzTable/Table/ResizableTitle.mjs +14 -0
  139. package/dist/components/BitzTable/Table/SortTableContext.mjs +7 -20
  140. package/dist/components/BitzTable/Table/SortableRow.mjs +20 -44
  141. package/dist/components/BitzTable/Table/index.d.ts +1 -1
  142. package/dist/components/BitzTable/Table/index.mjs +248 -436
  143. package/dist/components/BitzTable/Table/style.mjs +1 -11
  144. package/dist/components/BitzTable/Table/utils.mjs +4 -11
  145. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnConfigModal.mjs +28 -92
  146. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnsSort/DndItem.mjs +22 -97
  147. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnsSort/DndList.mjs +29 -68
  148. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnsSort/index.mjs +145 -253
  149. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ExportConfig/DndItem.mjs +12 -38
  150. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ExportConfig/DndList.mjs +16 -42
  151. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ExportConfig/index.mjs +20 -96
  152. package/dist/components/BitzTable/ToolBar/ColConfigIcon/StylesConfig/RadioCard.mjs +2 -9
  153. package/dist/components/BitzTable/ToolBar/ColConfigIcon/StylesConfig/index.mjs +46 -100
  154. package/dist/components/BitzTable/ToolBar/ColConfigIcon/index.mjs +8 -30
  155. package/dist/components/BitzTable/ToolBar/ExportIcon/ExportModal.mjs +14 -44
  156. package/dist/components/BitzTable/ToolBar/ExportIcon/index.mjs +12 -44
  157. package/dist/components/BitzTable/ToolBar/FullscreenIcon/index.mjs +4 -17
  158. package/dist/components/BitzTable/ToolBar/Modal/index.mjs +12 -49
  159. package/dist/components/BitzTable/ToolBar/Modal/style.mjs +4 -0
  160. package/dist/components/BitzTable/ToolBar/RefreshIcon/index.mjs +9 -20
  161. package/dist/components/BitzTable/ToolBar/Wrapper/index.mjs +2 -48
  162. package/dist/components/BitzTable/ToolBar/style.mjs +1 -6
  163. package/dist/components/BitzTableOperations/index.mjs +3 -13
  164. package/dist/components/BitzTableSelect/Picker/index.mjs +10 -43
  165. package/dist/components/BitzTableSelect/Select/index.mjs +21 -87
  166. package/dist/components/BitzTableSelect/SelectPopup/getData.mjs +20 -30
  167. package/dist/components/BitzTableSelect/SelectPopup/index.mjs +61 -239
  168. package/dist/components/BitzTableSelect/TableCell/index.mjs +8 -49
  169. package/dist/components/BitzTableSelect/TextBlock/index.mjs +5 -23
  170. package/dist/components/BitzTableSelect/index.mjs +13 -61
  171. package/dist/components/BitzTag/index.mjs +1 -1
  172. package/dist/components/BitzTheme/index.mjs +6 -6
  173. package/dist/components/BitzTimeline/index.mjs +1 -11
  174. package/dist/components/BitzTimer/Form.mjs +11 -32
  175. package/dist/components/BitzTimer/Timer.mjs +38 -76
  176. package/dist/components/BitzTimer/index.mjs +43 -66
  177. package/dist/components/BitzToast/Toast/index.mjs +10 -28
  178. package/dist/components/BitzToast/index.mjs +1 -1
  179. package/dist/components/BitzTree/index.mjs +1 -4
  180. package/dist/components/BitzUeEditor/index.mjs +5 -5
  181. package/dist/components/BitzUpload/index.mjs +43 -81
  182. package/dist/components/BitzWebAppDrawer/index.mjs +4 -35
  183. package/dist/components/BitzWebAppModal/index.mjs +3 -6
  184. package/dist/hooks/use-event-listener.mjs +2 -11
  185. package/dist/hooks/use-lock-fn.mjs +10 -13
  186. package/dist/hooks/use-scroll-parent.mjs +14 -16
  187. package/dist/hooks/useEvent.mjs +4 -7
  188. package/dist/hooks/useMergedState.mjs +11 -11
  189. package/dist/node_modules/.store/classnames@2.5.1/node_modules/classnames/index.mjs +1 -1
  190. package/dist/node_modules/.store/clsx@1.2.1/node_modules/clsx/dist/clsx.m.mjs +22 -0
  191. package/dist/node_modules/.store/prop-types@15.8.1/node_modules/prop-types/index.mjs +9 -8
  192. package/dist/node_modules/.store/react-draggable@4.4.6/node_modules/react-draggable/build/cjs/Draggable.mjs +343 -0
  193. package/dist/node_modules/.store/react-draggable@4.4.6/node_modules/react-draggable/build/cjs/DraggableCore.mjs +324 -0
  194. package/dist/node_modules/.store/react-draggable@4.4.6/node_modules/react-draggable/build/cjs/cjs.mjs +14 -0
  195. package/dist/node_modules/.store/react-draggable@4.4.6/node_modules/react-draggable/build/cjs/utils/domFns.mjs +174 -0
  196. package/dist/node_modules/.store/react-draggable@4.4.6/node_modules/react-draggable/build/cjs/utils/getPrefix.mjs +35 -0
  197. package/dist/node_modules/.store/react-draggable@4.4.6/node_modules/react-draggable/build/cjs/utils/log.mjs +7 -0
  198. package/dist/node_modules/.store/react-draggable@4.4.6/node_modules/react-draggable/build/cjs/utils/positionFns.mjs +107 -0
  199. package/dist/node_modules/.store/react-draggable@4.4.6/node_modules/react-draggable/build/cjs/utils/shims.mjs +30 -0
  200. package/dist/node_modules/.store/react-resizable@3.0.5/node_modules/react-resizable/build/Resizable.mjs +201 -0
  201. package/dist/node_modules/.store/react-resizable@3.0.5/node_modules/react-resizable/build/ResizableBox.mjs +162 -0
  202. package/dist/node_modules/.store/react-resizable@3.0.5/node_modules/react-resizable/build/propTypes.mjs +118 -0
  203. package/dist/node_modules/.store/react-resizable@3.0.5/node_modules/react-resizable/build/utils.mjs +54 -0
  204. package/dist/node_modules/.store/react-resizable@3.0.5/node_modules/react-resizable/index.mjs +13 -0
  205. package/dist/node_modules/.store/use-sync-external-store@1.2.0/node_modules/use-sync-external-store/shim/index.mjs +1 -1
  206. package/dist/style.css +1 -1
  207. package/dist/utils/WithFluent.mjs +12 -27
  208. package/dist/utils/create.mjs +1 -7
  209. package/package.json +1 -1
@@ -35,71 +35,71 @@ import Z from "./IconTuodong.mjs";
35
35
  const Io = ({ name: r, ...o }) => {
36
36
  switch (r) {
37
37
  case "drag-order":
38
- return /* @__PURE__ */ n.jsx(e, { ...o });
38
+ return n.jsx(e, { ...o });
39
39
  case "column-fixed-left":
40
- return /* @__PURE__ */ n.jsx(c, { ...o });
40
+ return n.jsx(c, { ...o });
41
41
  case "column-fixed-right":
42
- return /* @__PURE__ */ n.jsx(i, { ...o });
42
+ return n.jsx(i, { ...o });
43
43
  case "column-cancel-fixed":
44
- return /* @__PURE__ */ n.jsx(u, { ...o });
44
+ return n.jsx(u, { ...o });
45
45
  case "more":
46
- return /* @__PURE__ */ n.jsx(a, { ...o });
46
+ return n.jsx(a, { ...o });
47
47
  case "ic_fluent_home_regular":
48
- return /* @__PURE__ */ n.jsx(m, { ...o });
48
+ return n.jsx(m, { ...o });
49
49
  case "kuansongde":
50
- return /* @__PURE__ */ n.jsx(s, { ...o });
50
+ return n.jsx(s, { ...o });
51
51
  case "tekuansong":
52
- return /* @__PURE__ */ n.jsx(t, { ...o });
52
+ return n.jsx(t, { ...o });
53
53
  case "jincoude":
54
- return /* @__PURE__ */ n.jsx(x, { ...o });
54
+ return n.jsx(x, { ...o });
55
55
  case "zhongdengde":
56
- return /* @__PURE__ */ n.jsx(f, { ...o });
56
+ return n.jsx(f, { ...o });
57
57
  case "tejincou":
58
- return /* @__PURE__ */ n.jsx(g, { ...o });
58
+ return n.jsx(g, { ...o });
59
59
  case "wufengexian":
60
- return /* @__PURE__ */ n.jsx(j, { ...o });
60
+ return n.jsx(j, { ...o });
61
61
  case "hangliefengexian":
62
- return /* @__PURE__ */ n.jsx(p, { ...o });
62
+ return n.jsx(p, { ...o });
63
63
  case "hangfengexian":
64
- return /* @__PURE__ */ n.jsx(I, { ...o });
64
+ return n.jsx(I, { ...o });
65
65
  case "liefengexian":
66
- return /* @__PURE__ */ n.jsx(h, { ...o });
66
+ return n.jsx(h, { ...o });
67
67
  case "youbanmawentianchong":
68
- return /* @__PURE__ */ n.jsx(d, { ...o });
68
+ return n.jsx(d, { ...o });
69
69
  case "wubanmawentianchong":
70
- return /* @__PURE__ */ n.jsx(l, { ...o });
70
+ return n.jsx(l, { ...o });
71
71
  case "zhongzhi":
72
- return /* @__PURE__ */ n.jsx(w, { ...o });
72
+ return n.jsx(w, { ...o });
73
73
  case "gaojisousuo":
74
- return /* @__PURE__ */ n.jsx(C, { ...o });
74
+ return n.jsx(C, { ...o });
75
75
  case "sousuo":
76
- return /* @__PURE__ */ n.jsx(F, { ...o });
76
+ return n.jsx(F, { ...o });
77
77
  case "close":
78
- return /* @__PURE__ */ n.jsx(b, { ...o });
78
+ return n.jsx(b, { ...o });
79
79
  case "fanhui":
80
- return /* @__PURE__ */ n.jsx(z, { ...o });
80
+ return n.jsx(z, { ...o });
81
81
  case "jinggao":
82
- return /* @__PURE__ */ n.jsx(T, { ...o });
82
+ return n.jsx(T, { ...o });
83
83
  case "icon21":
84
- return /* @__PURE__ */ n.jsx(k, { ...o });
84
+ return n.jsx(k, { ...o });
85
85
  case "chenggong":
86
- return /* @__PURE__ */ n.jsx(H, { ...o });
86
+ return n.jsx(H, { ...o });
87
87
  case "tishi1":
88
- return /* @__PURE__ */ n.jsx(R, { ...o });
88
+ return n.jsx(R, { ...o });
89
89
  case "duigoux":
90
- return /* @__PURE__ */ n.jsx(S, { ...o });
90
+ return n.jsx(S, { ...o });
91
91
  case "cuowu":
92
- return /* @__PURE__ */ n.jsx(_, { ...o });
92
+ return n.jsx(_, { ...o });
93
93
  case "xinxitishi":
94
- return /* @__PURE__ */ n.jsx(D, { ...o });
94
+ return n.jsx(D, { ...o });
95
95
  case "fabu":
96
- return /* @__PURE__ */ n.jsx(J, { ...o });
96
+ return n.jsx(J, { ...o });
97
97
  case "shanchu1":
98
- return /* @__PURE__ */ n.jsx(L, { ...o });
98
+ return n.jsx(L, { ...o });
99
99
  case "shanchu":
100
- return /* @__PURE__ */ n.jsx(W, { ...o });
100
+ return n.jsx(W, { ...o });
101
101
  case "tuodong":
102
- return /* @__PURE__ */ n.jsx(Z, { ...o });
102
+ return n.jsx(Z, { ...o });
103
103
  }
104
104
  return null;
105
105
  };
@@ -42,47 +42,14 @@ const N = ({ tagData: h = [], changeEmit: c = () => {
42
42
  borderStyle: "border",
43
43
  cursor: "pointer"
44
44
  };
45
- return /* @__PURE__ */ t.jsxs(M, { size: [0, 8], wrap: !0, children: [
46
- (n == null ? void 0 : n.length) > 0 ? /* @__PURE__ */ t.jsx(t.Fragment, { children: n.map((e, o) => {
47
- if (x === o)
48
- return /* @__PURE__ */ t.jsx(
49
- T,
50
- {
51
- ref: g,
52
- size: "small",
53
- style: b,
54
- value: a,
55
- onChange: A,
56
- onBlur: E,
57
- onPressEnter: E
58
- },
59
- o
60
- );
61
- const i = (e == null ? void 0 : e.length) > 20, S = /* @__PURE__ */ t.jsx(V, { closable: !0, style: { userSelect: "none" }, onClose: () => B(e), children: /* @__PURE__ */ t.jsx(
62
- "span",
63
- {
64
- onDoubleClick: (F) => {
65
- o !== 0 && (j(o), d(e), F.preventDefault());
66
- },
67
- children: i ? `${e.slice(0, 20)}...` : e
68
- }
69
- ) }, e);
70
- return i ? /* @__PURE__ */ t.jsx(O, { title: e, children: S }, e) : S;
71
- }) }) : /* @__PURE__ */ t.jsx(t.Fragment, {}),
72
- p ? /* @__PURE__ */ t.jsx(
73
- T,
74
- {
75
- ref: C,
76
- type: "text",
77
- size: "small",
78
- style: b,
79
- value: r,
80
- onChange: R,
81
- onBlur: y,
82
- onPressEnter: y
83
- }
84
- ) : /* @__PURE__ */ t.jsx(V, { style: w, icon: /* @__PURE__ */ t.jsx($, {}), onClick: P, children: k("System_Add", "添加") })
85
- ] });
45
+ return t.jsxs(M, { size: [0, 8], wrap: !0, children: [(n == null ? void 0 : n.length) > 0 ? t.jsx(t.Fragment, { children: n.map((e, o) => {
46
+ if (x === o)
47
+ return t.jsx(T, { ref: g, size: "small", style: b, value: a, onChange: A, onBlur: E, onPressEnter: E }, o);
48
+ const i = (e == null ? void 0 : e.length) > 20, S = t.jsx(V, { closable: !0, style: { userSelect: "none" }, onClose: () => B(e), children: t.jsx("span", { onDoubleClick: (F) => {
49
+ o !== 0 && (j(o), d(e), F.preventDefault());
50
+ }, children: i ? `${e.slice(0, 20)}...` : e }) }, e);
51
+ return i ? t.jsx(O, { title: e, children: S }, e) : S;
52
+ }) }) : t.jsx(t.Fragment, {}), p ? t.jsx(T, { ref: C, type: "text", size: "small", style: b, value: r, onChange: R, onBlur: y, onPressEnter: y }) : t.jsx(V, { style: w, icon: t.jsx($, {}), onClick: P, children: k("System_Add", "添加") })] });
86
53
  };
87
54
  export {
88
55
  N as default
@@ -1,134 +1,47 @@
1
1
  import { j as s } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.mjs";
2
- import { useState as m, useRef as v } from "react";
2
+ import { useState as j, 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 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) {
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) {
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 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 = () => {
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 } });
64
19
  }
65
- }) => {
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
+ } }) => {
66
30
  const i = l.map((c) => ({
67
31
  ...c,
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
- ] });
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 })] });
130
43
  };
131
44
  export {
132
- R as AdressBook,
133
- P as default
45
+ z as AdressBook,
46
+ K as default
134
47
  };
@@ -1,23 +1,9 @@
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 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
- ] });
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 })] });
21
7
  export {
22
- p as default
8
+ d as default
23
9
  };
@@ -1,37 +1,25 @@
1
1
  import { j as i } from "../../node_modules/.store/react@18.2.0/node_modules/react/jsx-runtime.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";
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";
4
4
  import P from "../BitzRefresh/index.mjs";
5
5
  import "./index.less.mjs";
6
- const b = ({ children: c, pageRefeshEmit: r = () => {
6
+ const M = ({ children: c, pageRefeshEmit: r = () => {
7
7
  } }) => {
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(() => {
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(() => {
16
16
  r(), s(!1);
17
17
  }, 2e3)), e(0));
18
18
  };
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
- );
19
+ return i.jsxs("div", { className: "bitzPageBlock", onTouchStart: m, onTouchMove: l, onTouchEnd: () => {
20
+ T();
21
+ }, children: [i.jsx(P, { showRefresh: a }), c] });
34
22
  };
35
23
  export {
36
- b as default
24
+ M as default
37
25
  };
@@ -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(), 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]);
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]);
8
8
  return e(() => {
9
- const r = new x(f.current, {
10
- scrollX: i === "horizental",
11
- scrollY: i === "vertical",
9
+ const r = new x(i.current, {
10
+ scrollX: f === "horizental",
11
+ scrollY: f === "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
- })), /* @__PURE__ */ g.jsx("div", { className: "scroll_container", ref: f, children: u.children });
55
+ })), g.jsx("div", { className: "scroll_container", ref: i, children: u.children });
56
56
  });
57
57
  b.defaultProps = {
58
58
  direction: "vertical",
@@ -2,29 +2,15 @@ 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 ? /* @__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 });
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 });
28
14
  };
29
15
  export {
30
16
  c as default
@@ -16,58 +16,25 @@ 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]), /* @__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
- ) });
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
+ } }) });
71
38
  };
72
39
  export {
73
40
  A as default