fat-design 0.0.1-beta.20250815054017 → 0.0.1-beta.20250831120355

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 (242) hide show
  1. package/README.md +1 -1
  2. package/index.browser.js +15 -15
  3. package/index.js +245 -221
  4. package/index.umd.cjs +14 -14
  5. package/index.umd.js +14 -14
  6. package/libs/config-16.js +7 -7
  7. package/libs/config-17.js +7 -7
  8. package/libs/config-18.js +9 -9
  9. package/libs/config-19.js +9 -9
  10. package/libs/theme/theme-blue1.css +58 -58
  11. package/libs/theme/theme-blue2.css +63 -63
  12. package/libs/theme/theme-blue3.css +73 -73
  13. package/libs/theme/theme-blue4.css +53 -53
  14. package/libs/theme/theme-default.css +60 -60
  15. package/libs/theme/theme-green.css +96 -96
  16. package/libs/theme/theme-orange.css +58 -58
  17. package/libs/theme/theme-pink.css +53 -53
  18. package/libs/theme/theme-purple.css +53 -53
  19. package/libs/theme/theme-red.css +55 -55
  20. package/package.json +2 -2
  21. package/style.css +1 -1
  22. package/types/0buildTypes/config-provider/constants.d.ts +3 -3
  23. package/types/0buildTypes/config-provider/index.d.ts +4 -4
  24. package/types/0buildTypes/config-provider/v2/consumer.d.ts +3 -3
  25. package/types/0buildTypes/config-provider/v2/context.d.ts +6 -6
  26. package/types/0buildTypes/config-provider/v2/error-boundary.d.ts +27 -26
  27. package/types/0buildTypes/config-provider/v2/functions.d.ts +66 -65
  28. package/types/0buildTypes/config-provider/v2/index.d.ts +36 -36
  29. package/types/0buildTypes/config-provider/v2/provider.d.ts +4 -4
  30. package/types/0buildTypes/config-provider/v2/types.d.ts +22 -22
  31. package/types/0buildTypes/dependencies.d.ts +2 -2
  32. package/types/0buildTypes/empty/empty.d.ts +22 -22
  33. package/types/0buildTypes/empty/index.d.ts +2 -2
  34. package/types/0buildTypes/filter/filter-types.d.ts +21 -21
  35. package/types/0buildTypes/filter/filter.d.ts +10 -10
  36. package/types/0buildTypes/filter/index.d.ts +9 -9
  37. package/types/0buildTypes/form2/deps.d.ts +10 -10
  38. package/types/0buildTypes/form2/form-actions.d.ts +36 -36
  39. package/types/0buildTypes/form2/form-buttons.d.ts +28 -28
  40. package/types/0buildTypes/form2/form-context.d.ts +4 -4
  41. package/types/0buildTypes/form2/form-error.d.ts +3 -3
  42. package/types/0buildTypes/form2/form-item-card.d.ts +4 -4
  43. package/types/0buildTypes/form2/form-item-comp.d.ts +4 -4
  44. package/types/0buildTypes/form2/form-item-label.d.ts +4 -4
  45. package/types/0buildTypes/form2/form-item-preview.d.ts +4 -4
  46. package/types/0buildTypes/form2/form-item.d.ts +7 -7
  47. package/types/0buildTypes/form2/form-layout.d.ts +3 -3
  48. package/types/0buildTypes/form2/form-rules.d.ts +3 -3
  49. package/types/0buildTypes/form2/form-section.d.ts +25 -25
  50. package/types/0buildTypes/form2/form-types.d.ts +390 -390
  51. package/types/0buildTypes/form2/form.d.ts +36 -36
  52. package/types/0buildTypes/form2/helper/buildParams.d.ts +5 -5
  53. package/types/0buildTypes/form2/helper/constants.d.ts +24 -24
  54. package/types/0buildTypes/form2/helper/fixItemProps.d.ts +16 -16
  55. package/types/0buildTypes/form2/helper/fnInheritProps.d.ts +2 -2
  56. package/types/0buildTypes/form2/helper/linkageFormState.d.ts +16 -16
  57. package/types/0buildTypes/form2/helper/useDataSource.d.ts +14 -14
  58. package/types/0buildTypes/form2/helper/useFormChildren.d.ts +5 -5
  59. package/types/0buildTypes/form2/helper/useFormItemState.d.ts +3 -3
  60. package/types/0buildTypes/form2/helper/useGetXProps.d.ts +3 -3
  61. package/types/0buildTypes/form2/index.d.ts +20 -20
  62. package/types/0buildTypes/form2/layout/from-float-layout.d.ts +3 -3
  63. package/types/0buildTypes/hooks/index.d.ts +16 -16
  64. package/types/0buildTypes/hooks/useCurrentState.d.ts +11 -11
  65. package/types/0buildTypes/hooks/useOnKeyPressSave.d.ts +12 -12
  66. package/types/0buildTypes/hooks/usePersistFn.d.ts +3 -3
  67. package/types/0buildTypes/hooks/usePreciseStore.d.ts +53 -53
  68. package/types/0buildTypes/hooks/useSize.d.ts +6 -6
  69. package/types/0buildTypes/hooks/useUniqueId.d.ts +2 -2
  70. package/types/0buildTypes/hooks/useValueOnChange.d.ts +2 -2
  71. package/types/0buildTypes/image/Image.d.ts +42 -42
  72. package/types/0buildTypes/image/Operations.d.ts +25 -25
  73. package/types/0buildTypes/image/Preview.d.ts +64 -64
  74. package/types/0buildTypes/image/PreviewGroup.d.ts +32 -32
  75. package/types/0buildTypes/image/common.d.ts +2 -2
  76. package/types/0buildTypes/image/context.d.ts +7 -7
  77. package/types/0buildTypes/image/getFixScaleEleTransPosition.d.ts +17 -17
  78. package/types/0buildTypes/image/hooks/useImageTransform.d.ts +28 -28
  79. package/types/0buildTypes/image/hooks/useMouseEvent.d.ts +9 -9
  80. package/types/0buildTypes/image/hooks/usePreviewItems.d.ts +7 -7
  81. package/types/0buildTypes/image/hooks/useRegisterImage.d.ts +2 -2
  82. package/types/0buildTypes/image/hooks/useStatus.d.ts +14 -14
  83. package/types/0buildTypes/image/hooks/useTouchEvent.d.ts +8 -8
  84. package/types/0buildTypes/image/index.d.ts +6 -6
  85. package/types/0buildTypes/image/interface.d.ts +14 -14
  86. package/types/0buildTypes/image/previewConfig.d.ts +4 -4
  87. package/types/0buildTypes/image/util.d.ts +1 -1
  88. package/types/0buildTypes/image/utils/KeyCode.d.ts +23 -23
  89. package/types/0buildTypes/image/utils/addEventListener.d.ts +4 -4
  90. package/types/0buildTypes/image/utils/buildIcons.d.ts +2 -2
  91. package/types/0buildTypes/image/utils/css.d.ts +8 -8
  92. package/types/0buildTypes/image/utils/isEqual.d.ts +8 -8
  93. package/types/0buildTypes/image/utils/raf.d.ts +6 -6
  94. package/types/0buildTypes/image/utils/useEvent.d.ts +1 -1
  95. package/types/0buildTypes/image/utils/useLayoutEffect.d.ts +4 -4
  96. package/types/0buildTypes/image/utils/useMergedState.d.ts +12 -12
  97. package/types/0buildTypes/image/utils/useSafeState.d.ts +14 -14
  98. package/types/0buildTypes/index.d.ts +4 -4
  99. package/types/0buildTypes/libs.d.ts +66 -66
  100. package/types/0buildTypes/nav/group.d.ts +30 -29
  101. package/types/0buildTypes/nav/index.d.ts +4 -4
  102. package/types/0buildTypes/nav/item.d.ts +30 -29
  103. package/types/0buildTypes/nav/nav.d.ts +2 -2
  104. package/types/0buildTypes/nav/popup-item.d.ts +24 -23
  105. package/types/0buildTypes/nav/sub-nav.d.ts +30 -29
  106. package/types/0buildTypes/nav/types.d.ts +375 -375
  107. package/types/0buildTypes/others.d.ts +10 -10
  108. package/types/0buildTypes/pages/deps.d.ts +5 -5
  109. package/types/0buildTypes/pages/detail-page/detail-page-card-form.d.ts +12 -12
  110. package/types/0buildTypes/pages/detail-page/detail-page-form-item.d.ts +9 -9
  111. package/types/0buildTypes/pages/detail-page/detail-page-section.d.ts +19 -19
  112. package/types/0buildTypes/pages/detail-page/detail-page-summary.d.ts +9 -9
  113. package/types/0buildTypes/pages/detail-page/detail-page.d.ts +14 -14
  114. package/types/0buildTypes/pages/detail-page/index.d.ts +2 -2
  115. package/types/0buildTypes/pages/detail-page/types.d.ts +29 -29
  116. package/types/0buildTypes/pages/page-card/types.d.ts +6 -6
  117. package/types/0buildTypes/previews/renderFileImage.d.ts +34 -34
  118. package/types/0buildTypes/query-form/index.d.ts +2 -2
  119. package/types/0buildTypes/query-form/query-form-items.d.ts +3 -3
  120. package/types/0buildTypes/query-form/query-form-layout.d.ts +2 -2
  121. package/types/0buildTypes/query-form/query-form.d.ts +17 -17
  122. package/types/0buildTypes/query-form/types.d.ts +5 -5
  123. package/types/0buildTypes/sortable-list/helpers.d.ts +8 -8
  124. package/types/0buildTypes/sortable-list/hooks.d.ts +24 -24
  125. package/types/0buildTypes/sortable-list/index.d.ts +14 -14
  126. package/types/0buildTypes/sortable-list/sortable-editable-table.d.ts +2 -2
  127. package/types/0buildTypes/sortable-list/sortable-list.d.ts +560 -560
  128. package/types/0buildTypes/sortable-list/sortable-table.d.ts +2 -2
  129. package/types/0buildTypes/sortable-list/types.d.ts +15 -15
  130. package/types/0buildTypes/table-pro/index.d.ts +26 -26
  131. package/types/0buildTypes/table-pro/table-pro.d.ts +17 -17
  132. package/types/0buildTypes/table-pro/types.d.ts +95 -95
  133. package/types/0buildTypes/table-pro/useTablePro.d.ts +10 -10
  134. package/types/0buildTypes/table-pro/utils/formatQueryRes.d.ts +1 -1
  135. package/types/0buildTypes/table-pro/widget/column-setting.d.ts +4 -4
  136. package/types/0buildTypes/table-pro/widget/deps.d.ts +2 -2
  137. package/types/0buildTypes/table-pro/widget/index.d.ts +25 -25
  138. package/types/0buildTypes/table-pro/widget/operations.d.ts +5 -5
  139. package/types/0buildTypes/table-pro/widget/operationsActions.d.ts +2 -2
  140. package/types/0buildTypes/table-pro/widget/renderFormats.d.ts +17 -17
  141. package/types/0buildTypes/table-pro/widget/renderMultiFieldCell.d.ts +4 -4
  142. package/types/0buildTypes/table-pro/widget/renderOperationCell.d.ts +4 -4
  143. package/types/0buildTypes/table-pro/widget/renderToolbar.d.ts +6 -6
  144. package/types/0buildTypes/table-pro/widget/table-utils-types.d.ts +40 -40
  145. package/types/0buildTypes/util/comp.d.ts +16 -16
  146. package/types/0buildTypes/util/component.d.ts +1 -1
  147. package/types/0buildTypes/util/constants.d.ts +4 -4
  148. package/types/0buildTypes/util/dom.d.ts +116 -116
  149. package/types/0buildTypes/util/env.d.ts +7 -7
  150. package/types/0buildTypes/util/func-wrapper.d.ts +1 -1
  151. package/types/0buildTypes/util/func.d.ts +73 -73
  152. package/types/0buildTypes/util/guid.d.ts +11 -11
  153. package/types/0buildTypes/util/isStateEquals.d.ts +4 -4
  154. package/types/0buildTypes/util/localforage.d.ts +11 -11
  155. package/types/0buildTypes/util/log.d.ts +18 -18
  156. package/types/0buildTypes/util/pick-res-data.d.ts +28 -28
  157. package/types/0buildTypes/util/react-dom.d.ts +27 -27
  158. package/types/0buildTypes/util/shallowEqual.d.ts +3 -3
  159. package/types/0buildTypes/util/string.d.ts +32 -32
  160. package/types/0buildTypes/util/tiny-emitter.d.ts +10 -10
  161. package/types/0buildTypes/util/toMap.d.ts +7 -7
  162. package/types/affix/index.d.ts +33 -33
  163. package/types/animate/index.d.ts +80 -80
  164. package/types/avatar/index.d.ts +41 -41
  165. package/types/badge/index.d.ts +38 -38
  166. package/types/balloon/index.d.ts +254 -254
  167. package/types/balloon-confirm/index.d.ts +78 -78
  168. package/types/batch-input/index.d.ts +152 -152
  169. package/types/box/index.d.ts +18 -18
  170. package/types/breadcrumb/index.d.ts +60 -60
  171. package/types/button/index.d.ts +179 -179
  172. package/types/calendar/index.d.ts +76 -76
  173. package/types/card/index.d.ts +147 -147
  174. package/types/cascader/index.d.ts +135 -135
  175. package/types/cascader-select/index.d.ts +230 -230
  176. package/types/checkbox/index.d.ts +175 -175
  177. package/types/collapse/index.d.ts +96 -96
  178. package/types/config-provider/index.d.ts +3 -3
  179. package/types/date-picker/index.d.ts +123 -123
  180. package/types/dialog/index.d.ts +328 -328
  181. package/types/divider/index.d.ts +21 -21
  182. package/types/drawer/index.d.ts +121 -121
  183. package/types/dropdown/index.d.ts +198 -198
  184. package/types/field/index.d.ts +33 -33
  185. package/types/filter/index.d.ts +2 -2
  186. package/types/form/index.d.ts +5 -5
  187. package/types/grid/index.d.ts +142 -142
  188. package/types/hooks/index.d.ts +2 -2
  189. package/types/icon/index.d.ts +29 -29
  190. package/types/image/index.d.ts +3 -3
  191. package/types/index.d.ts +67 -67
  192. package/types/input/index.d.ts +367 -367
  193. package/types/list/index.d.ts +69 -69
  194. package/types/loading/index.d.ts +100 -100
  195. package/types/locale/default.d.ts +143 -143
  196. package/types/locale/en-us.d.ts +1 -1
  197. package/types/locale/id-id.d.ts +1 -1
  198. package/types/locale/it-it.d.ts +1 -1
  199. package/types/locale/ja-jp.d.ts +1 -1
  200. package/types/locale/ko-kr.d.ts +1 -1
  201. package/types/locale/ms-my.d.ts +1 -1
  202. package/types/locale/pt-pt.d.ts +1 -1
  203. package/types/locale/th-th.d.ts +1 -1
  204. package/types/locale/vi-vn.d.ts +1 -1
  205. package/types/locale/zh-cn.d.ts +1 -1
  206. package/types/locale/zh-hk.d.ts +1 -1
  207. package/types/locale/zh-tw.d.ts +1 -1
  208. package/types/menu/index.d.ts +336 -336
  209. package/types/menu-button/index.d.ts +100 -100
  210. package/types/message/index.d.ts +164 -164
  211. package/types/nav/index.d.ts +313 -313
  212. package/types/notification/index.d.ts +35 -35
  213. package/types/number-picker/index.d.ts +161 -161
  214. package/types/overlay/index.d.ts +363 -363
  215. package/types/pagination/index.d.ts +115 -115
  216. package/types/paragraph/index.d.ts +23 -23
  217. package/types/progress/index.d.ts +53 -53
  218. package/types/query-form/index.d.ts +3 -3
  219. package/types/radio/index.d.ts +180 -180
  220. package/types/range/index.d.ts +120 -120
  221. package/types/rating/index.d.ts +84 -84
  222. package/types/responsive-grid/index.d.ts +30 -30
  223. package/types/search/index.d.ts +219 -219
  224. package/types/select/index.d.ts +479 -479
  225. package/types/shell/index.d.ts +53 -53
  226. package/types/slider/index.d.ts +172 -172
  227. package/types/split-button/index.d.ts +134 -134
  228. package/types/step/index.d.ts +108 -108
  229. package/types/switch/index.d.ts +85 -85
  230. package/types/tab/index.d.ts +170 -170
  231. package/types/table/index.d.ts +407 -407
  232. package/types/table-pro/index.d.ts +3 -3
  233. package/types/tag/index.d.ts +124 -124
  234. package/types/time-picker/index.d.ts +193 -193
  235. package/types/timeline/index.d.ts +95 -95
  236. package/types/transfer/index.d.ts +199 -199
  237. package/types/tree/index.d.ts +421 -421
  238. package/types/tree-select/index.d.ts +251 -251
  239. package/types/typography/index.d.ts +28 -28
  240. package/types/upload/index.d.ts +711 -707
  241. package/types/util.d.ts +50 -50
  242. package/types/virtual-list/index.d.ts +44 -44
package/index.js CHANGED
@@ -2839,7 +2839,7 @@ class Fn extends ae {
2839
2839
  return n || (this._GENERATED_INSTANCE_MAP_[e] || (this._GENERATED_INSTANCE_MAP_[e] = oo("id")), this._GENERATED_INSTANCE_MAP_[e]);
2840
2840
  }
2841
2841
  }
2842
- const lc = St, rr = _t, xh = vT, de = Ch, Py = vh, ee = Nx, gs = Px, Ce = Rx, Q = JS, Me = ct, te = dx, es = px, Ot = rT, cc = uT, ro = gT, oe = Eo, kl = pT, EA = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2842
+ const lc = St, rr = _t, xh = vT, de = Ch, Py = vh, ee = Nx, gs = Px, Ce = Rx, Q = JS, Me = ct, te = dx, es = px, Ot = rT, cc = uT, ro = gT, oe = Eo, kl = pT, PA = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2843
2843
  __proto__: null,
2844
2844
  ComponentsStore: lc,
2845
2845
  KEYCODE: oe,
@@ -6102,7 +6102,7 @@ let cl = (As = class {
6102
6102
  });
6103
6103
  }
6104
6104
  }, g(As, "VIEWPORT", ya), g(As, "place", (t) => new As(t).setPosition()), As);
6105
- const { noop: wf, bindCtx: DA } = Q, { getStyle: xf } = ee, Hk = cl.place, Bk = 50;
6105
+ const { noop: wf, bindCtx: RA } = Q, { getStyle: xf } = ee, Hk = cl.place, Bk = 50;
6106
6106
  class Rs extends ae {
6107
6107
  constructor(e) {
6108
6108
  super(e);
@@ -36910,11 +36910,31 @@ function em(s, t) {
36910
36910
  typeof s == "function" && s(t);
36911
36911
  };
36912
36912
  }
36913
+ const NI = () => {
36914
+ };
36913
36915
  function tm(s) {
36914
- const t = Zt("Button"), e = Zt("Balloon"), n = e == null ? void 0 : e.Tooltip, l = s, { tooltip: o } = l, r = j(l, ["tooltip"]), a = /* @__PURE__ */ f(t, m({}, r));
36915
- return o && n ? /* @__PURE__ */ f(n, { v2: !0, trigger: a, align: "l", arrowPointToCenter: !0, children: o }) : a;
36916
+ const t = Zt("Button"), e = Zt("Balloon"), n = e == null ? void 0 : e.Tooltip, c = s, { tooltip: o, disabled: r } = c, a = j(c, ["tooltip", "disabled"]), l = r ? /* @__PURE__ */ f(
36917
+ t,
36918
+ S(m({}, a), {
36919
+ disabled: !1,
36920
+ onClick: NI,
36921
+ className: "TableProButtonWithTooltipDisabled"
36922
+ })
36923
+ ) : /* @__PURE__ */ f(t, m({}, a));
36924
+ return o && n ? /* @__PURE__ */ f(
36925
+ n,
36926
+ {
36927
+ v2: !0,
36928
+ trigger: l,
36929
+ align: "l",
36930
+ className: "TableProButtonWithTooltip",
36931
+ arrowPointToCenter: !0,
36932
+ triggerType: "click",
36933
+ children: o
36934
+ }
36935
+ ) : l;
36916
36936
  }
36917
- function NI(s) {
36937
+ function kI(s) {
36918
36938
  Zt("Box");
36919
36939
  const t = Zt("Button"), e = Zt("Menu"), n = Zt("Icon"), o = Zt("Overlay.Popup"), {
36920
36940
  prefix: r,
@@ -36981,7 +37001,7 @@ function NI(s) {
36981
37001
  ) }) : null
36982
37002
  ] });
36983
37003
  }
36984
- function kI(s, t) {
37004
+ function $I(s, t) {
36985
37005
  if (Array.isArray(s)) {
36986
37006
  if (s.length === 0)
36987
37007
  return null;
@@ -36990,15 +37010,15 @@ function kI(s, t) {
36990
37010
  };
36991
37011
  t && typeof t == "object" && Object.assign(e, t);
36992
37012
  const { prefix: n } = B.getContext();
36993
- return e.prefix = n, /* @__PURE__ */ f(NI, m({}, e));
37013
+ return e.prefix = n, /* @__PURE__ */ f(kI, m({}, e));
36994
37014
  }
36995
37015
  return JSON.stringify(s);
36996
37016
  }
36997
37017
  function yv(s) {
36998
37018
  return typeof s == "undefined" || s === null;
36999
37019
  }
37000
- const $I = (s) => yv(s.content) ? Yt.EMPTY_PLACEHOLDER : s.content, OI = (s) => !s || s.length === 0 ? [] : s.filter((t) => t === null || typeof t == "undefined" ? !1 : typeof t == "object" ? typeof t.display == "undefined" ? !0 : t.display : !0), EI = I.memo((s) => {
37001
- const { prefix: t } = s, e = OI(s.itemList);
37020
+ const OI = (s) => yv(s.content) ? Yt.EMPTY_PLACEHOLDER : s.content, EI = (s) => !s || s.length === 0 ? [] : s.filter((t) => t === null || typeof t == "undefined" ? !1 : typeof t == "object" ? typeof t.display == "undefined" ? !0 : t.display : !0), PI = I.memo((s) => {
37021
+ const { prefix: t } = s, e = EI(s.itemList);
37002
37022
  if (!e || e.length === 0)
37003
37023
  return /* @__PURE__ */ f("span", { children: Yt.EMPTY_PLACEHOLDER });
37004
37024
  const n = (o) => {
@@ -37010,13 +37030,13 @@ const $I = (s) => yv(s.content) ? Yt.EMPTY_PLACEHOLDER : s.content, OI = (s) =>
37010
37030
  /* @__PURE__ */ f("span", { className: n("title"), children: o.title }),
37011
37031
  /* @__PURE__ */ f("span", { className: n("split"), children: ":" })
37012
37032
  ] }) : null,
37013
- /* @__PURE__ */ f("span", { className: n("content"), children: $I(o) })
37033
+ /* @__PURE__ */ f("span", { className: n("content"), children: OI(o) })
37014
37034
  ] }, r)) });
37015
- }), PI = (s) => {
37035
+ }), DI = (s) => {
37016
37036
  const { prefix: t } = B.getContext();
37017
- return /* @__PURE__ */ f(EI, { itemList: s, prefix: t });
37037
+ return /* @__PURE__ */ f(PI, { itemList: s, prefix: t });
37018
37038
  };
37019
- function DI(s) {
37039
+ function RI(s) {
37020
37040
  return Ue(St.buildInComponents, s);
37021
37041
  }
37022
37042
  function Ui(s, t, e) {
@@ -37036,7 +37056,7 @@ function Ui(s, t, e) {
37036
37056
  }
37037
37057
  return typeof s == "object" && s.downloadURL ? e(m(m({}, t), s)) : null;
37038
37058
  }
37039
- function RI(s) {
37059
+ function II(s) {
37040
37060
  const t = `${s.prefix}render-formats-filedownload`, e = s.name, n = ei(s.downloadURL);
37041
37061
  return n && n.length > 0 ? e ? /* @__PURE__ */ K(
37042
37062
  "a",
@@ -37064,7 +37084,7 @@ function RI(s) {
37064
37084
  ) : null;
37065
37085
  }
37066
37086
  function zu(s) {
37067
- const t = `${s.prefix}render-formats-image`, e = DI("Image"), n = (h) => {
37087
+ const t = `${s.prefix}render-formats-image`, e = RI("Image"), n = (h) => {
37068
37088
  if (!h || !Nd(h))
37069
37089
  return null;
37070
37090
  if (h.includes(".aliyuncs.com/") && h.includes(".oss-")) {
@@ -37108,12 +37128,12 @@ function zu(s) {
37108
37128
  return null;
37109
37129
  }
37110
37130
  function bv(s, t) {
37111
- return Ui(s, t, RI);
37131
+ return Ui(s, t, II);
37112
37132
  }
37113
37133
  function Cv(s, t) {
37114
37134
  return Ui(s, t, zu);
37115
37135
  }
37116
- function II(s, t) {
37136
+ function MI(s, t) {
37117
37137
  return Ui(s, t, (e) => {
37118
37138
  const n = zu(e);
37119
37139
  return n || zu(e);
@@ -37128,22 +37148,22 @@ function fp(s, t) {
37128
37148
  }
37129
37149
  fp(bv, "RenderFileDownload");
37130
37150
  fp(Cv, "RenderFileImage");
37131
- const MI = fp(II, "RenderFileAutoBySuffix"), AI = Date.now();
37132
- function LI(s) {
37151
+ const AI = fp(MI, "RenderFileAutoBySuffix"), LI = Date.now();
37152
+ function _I(s) {
37133
37153
  return dt(s) ? null : typeof s == "number" || typeof s == "string" ? s : typeof s == "object" && typeof s.label != "undefined" ? s.label : JSON.stringify(s);
37134
37154
  }
37135
- function _I(s) {
37136
- return dt(s) ? Yt.EMPTY_PLACEHOLDER : typeof s == "number" || typeof s == "string" ? s : Array.isArray(s) ? s.map((t) => LI(t)).filter((t) => !dt(t)).join(",") : JSON.stringify(s);
37155
+ function FI(s) {
37156
+ return dt(s) ? Yt.EMPTY_PLACEHOLDER : typeof s == "number" || typeof s == "string" ? s : Array.isArray(s) ? s.map((t) => _I(t)).filter((t) => !dt(t)).join(",") : JSON.stringify(s);
37137
37157
  }
37138
- const FI = (/* @__PURE__ */ new Date("2100-01-01")).getTime() / 1e3;
37139
- function VI(s) {
37140
- return s > 0 && s < FI;
37158
+ const VI = (/* @__PURE__ */ new Date("2100-01-01")).getTime() / 1e3;
37159
+ function jI(s) {
37160
+ return s > 0 && s < VI;
37141
37161
  }
37142
37162
  const Mc = (s, t, e) => {
37143
37163
  const n = (r) => {
37144
37164
  if (!r)
37145
37165
  return "";
37146
- if (e && typeof r == "number" && VI(s))
37166
+ if (e && typeof r == "number" && jI(s))
37147
37167
  try {
37148
37168
  return ve(r * 1e3).format(t);
37149
37169
  } catch (a) {
@@ -37171,19 +37191,19 @@ const Mc = (s, t, e) => {
37171
37191
  }
37172
37192
  return n(s);
37173
37193
  };
37174
- function jI(s) {
37194
+ function KI(s) {
37175
37195
  return Mc(s, "YYYY-MM-DD HH:mm:ss", !1);
37176
37196
  }
37177
- function KI(s) {
37197
+ function zI(s) {
37178
37198
  return Mc(s, "YYYY-MM-DD", !1);
37179
37199
  }
37180
- function zI(s) {
37200
+ function HI(s) {
37181
37201
  return Mc(s, "YYYY-MM-DD HH:mm:ss", !0);
37182
37202
  }
37183
- function HI(s) {
37203
+ function BI(s) {
37184
37204
  return Mc(s, "YYYY-MM-DD", !0);
37185
37205
  }
37186
- function BI(s) {
37206
+ function WI(s) {
37187
37207
  if (s === !0 || s === "Y" || s === 1)
37188
37208
  return "是";
37189
37209
  if (s === !1 || s === "N" || s === 0)
@@ -37195,10 +37215,10 @@ function BI(s) {
37195
37215
  }
37196
37216
  return s || Yt.EMPTY_PLACEHOLDER;
37197
37217
  }
37198
- function WI(s, t) {
37218
+ function UI(s, t) {
37199
37219
  return dt(s) ? Yt.EMPTY_PLACEHOLDER : /* @__PURE__ */ f("span", { dangerouslySetInnerHTML: { __html: s }, className: `${t.prefix}render-formats-html` });
37200
37220
  }
37201
- function UI(s) {
37221
+ function YI(s) {
37202
37222
  if (dt(s))
37203
37223
  return Yt.EMPTY_PLACEHOLDER;
37204
37224
  const t = 2;
@@ -37212,7 +37232,7 @@ function UI(s) {
37212
37232
  }
37213
37233
  return Yt.EMPTY_PLACEHOLDER;
37214
37234
  }
37215
- const YI = (s, t) => {
37235
+ const GI = (s, t) => {
37216
37236
  if (dt(s))
37217
37237
  return Yt.EMPTY_PLACEHOLDER;
37218
37238
  let e = "";
@@ -37228,11 +37248,11 @@ const YI = (s, t) => {
37228
37248
  e = JSON.stringify(n, null, 2);
37229
37249
  return /* @__PURE__ */ f("pre", { dangerouslySetInnerHTML: { __html: e }, className: `${t.prefix}render-formats-json` });
37230
37250
  };
37231
- function GI(s) {
37251
+ function qI(s) {
37232
37252
  if (dt(s))
37233
37253
  return Yt.EMPTY_PLACEHOLDER;
37234
37254
  try {
37235
- const t = ve(s).toDate().getTime(), e = AI - t, n = 1e3, o = 60 * n, r = 60 * o, a = 24 * r, l = 30 * a, c = 365 * a;
37255
+ const t = ve(s).toDate().getTime(), e = LI - t, n = 1e3, o = 60 * n, r = 60 * o, a = 24 * r, l = 30 * a, c = 365 * a;
37236
37256
  return e < o ? `${Math.floor(e / n)} 秒前` : e < r ? `${Math.floor(e / o)} 分钟前` : e < a ? `${Math.floor(e / r)} 小时前` : e < l ? `${Math.floor(e / a)} 天前` : e < c ? `${Math.floor(e / l)} 个月前` : `${Math.floor(e / c)} 年前`;
37237
37257
  } catch (t) {
37238
37258
  return "FORMAT ERROR : " + s;
@@ -37262,31 +37282,31 @@ function Hu(s, t) {
37262
37282
  }
37263
37283
  return typeof s == "string" ? s : null;
37264
37284
  }
37265
- const qI = I.memo((s) => {
37285
+ const XI = I.memo((s) => {
37266
37286
  const { value: t, render: e, prefix: n } = s;
37267
37287
  return e(t, { prefix: n, deep: 0 });
37268
37288
  });
37269
37289
  function Mt(s) {
37270
37290
  return (t) => {
37271
37291
  const { prefix: e } = B.getContext();
37272
- return /* @__PURE__ */ f(qI, { value: t, render: s, prefix: e });
37292
+ return /* @__PURE__ */ f(XI, { value: t, render: s, prefix: e });
37273
37293
  };
37274
37294
  }
37275
37295
  const At = {
37276
- renderString: Mt(_I),
37277
- renderJSON: Mt(YI),
37278
- renderDay: Mt(KI),
37296
+ renderString: Mt(FI),
37297
+ renderJSON: Mt(GI),
37298
+ renderDay: Mt(zI),
37279
37299
  // 支持单个、多个、JSON字符串
37280
- renderDayAuto: Mt(HI),
37300
+ renderDayAuto: Mt(BI),
37281
37301
  // 支持单个、多个、JSON字符串
37282
- renderTime: Mt(jI),
37302
+ renderTime: Mt(KI),
37283
37303
  // 支持单个、多个、JSON字符串
37284
- renderTimeAuto: Mt(zI),
37304
+ renderTimeAuto: Mt(HI),
37285
37305
  // 支持单个、多个、JSON字符串
37286
- renderThousands: Mt(UI),
37287
- renderHTML: Mt(WI),
37288
- renderBoolean: Mt(BI),
37289
- renderRelativeTime: Mt(GI),
37306
+ renderThousands: Mt(YI),
37307
+ renderHTML: Mt(UI),
37308
+ renderBoolean: Mt(WI),
37309
+ renderRelativeTime: Mt(qI),
37290
37310
  renderFileDownload: Mt(bv),
37291
37311
  // 支持单个、多个、JSON字符串
37292
37312
  renderFileImage: Mt(Cv),
@@ -37298,8 +37318,8 @@ const At = {
37298
37318
  TableOperations: gv,
37299
37319
  TableToolbar: mv,
37300
37320
  renderTableToolbar: SI,
37301
- renderOperationCell: kI,
37302
- renderMultiFieldCell: PI,
37321
+ renderOperationCell: $I,
37322
+ renderMultiFieldCell: DI,
37303
37323
  renderJSON: At.renderJSON,
37304
37324
  renderString: At.renderString,
37305
37325
  renderDay: At.renderDay,
@@ -37314,7 +37334,7 @@ const At = {
37314
37334
  renderFileImage: At.renderFileImage,
37315
37335
  renderEnumTag: At.renderEnumTag
37316
37336
  }, Ar = {};
37317
- function XI(s, t) {
37337
+ function QI(s, t) {
37318
37338
  return s && s.Table ? s.Table : t ? Vu.StickyLock : Vu;
37319
37339
  }
37320
37340
  class Bu extends I.Component {
@@ -37385,7 +37405,7 @@ class Bu extends I.Component {
37385
37405
  d.getSettingName = () => p, d.updateColumns = () => {
37386
37406
  this.updateColumns();
37387
37407
  };
37388
- const w = d.getInitialParams(), x = (L) => `${e}tablepro-${L}`, T = n && n.QueryForm || cp, N = XI(n, b), k = n && n.Pagination || jC;
37408
+ const w = d.getInitialParams(), x = (L) => `${e}tablepro-${L}`, T = n && n.QueryForm || cp, N = QI(n, b), k = n && n.Pagination || jC;
37389
37409
  o.totalRender === "default" && (o.totalRender = (L) => this.paginationTotalRender(L));
37390
37410
  const F = c, { title: $, showTotal: O } = F, R = j(F, ["title", "showTotal"]);
37391
37411
  if (ct.debug("TableProImpl render , columns = ", v), v === null)
@@ -37414,19 +37434,19 @@ class Bu extends I.Component {
37414
37434
  }
37415
37435
  }
37416
37436
  g(Bu, "defaultProps", {}), g(Bu, "displayName", "TableProImpl");
37417
- const QI = B.config(Bu, {});
37418
- function JI(s) {
37437
+ const JI = B.config(Bu, {});
37438
+ function ZI(s) {
37419
37439
  const t = $d(s, null);
37420
37440
  return Array.isArray(t) ? t : s && s.data ? $d(s.data, []) : [];
37421
37441
  }
37422
- function ZI(s) {
37442
+ function eM(s) {
37423
37443
  const t = qp(s, null);
37424
37444
  return typeof t == "number" ? t : s && s.data ? qp(s.data, 0) : 0;
37425
37445
  }
37426
- function eM(s) {
37427
- return !s || typeof s != "object" ? null : (s.tableProps || (s.tableProps = {}), s.paginationProps || (s.paginationProps = {}), s.tableProps.dataSource || (s.tableProps.dataSource = JI(s)), typeof s.paginationProps.total != "number" && (s.paginationProps.total = ZI(s)), s);
37428
- }
37429
37446
  function tM(s) {
37447
+ return !s || typeof s != "object" ? null : (s.tableProps || (s.tableProps = {}), s.paginationProps || (s.paginationProps = {}), s.tableProps.dataSource || (s.tableProps.dataSource = ZI(s)), typeof s.paginationProps.total != "number" && (s.paginationProps.total = eM(s)), s);
37448
+ }
37449
+ function nM(s) {
37430
37450
  return Ue(St.buildInComponents, s);
37431
37451
  }
37432
37452
  function To(s, t) {
@@ -37442,16 +37462,16 @@ const Lr = () => {
37442
37462
  PAGINATION_ON_CHANGE: "PAGINATION_ON_CHANGE",
37443
37463
  PAGINATION_ON_CHANGE_SIZE: "PAGINATION_ON_CHANGE_SIZE"
37444
37464
  };
37445
- class nM {
37465
+ class sM {
37446
37466
  constructor() {
37447
37467
  g(this, "name", "TableProActions");
37448
37468
  }
37449
37469
  }
37450
- function sM(s) {
37470
+ function oM(s) {
37451
37471
  var W;
37452
- const t = tM("Message"), { autoFirstQuery: e = !0, isEnableRowSelection: n = !0, isEnableCrossPageRowSelection: o = !1 } = s, a = be({
37472
+ const t = nM("Message"), { autoFirstQuery: e = !0, isEnableRowSelection: n = !0, isEnableCrossPageRowSelection: o = !1 } = s, a = be({
37453
37473
  didFirstQuery: !1,
37454
- actions: new nM(),
37474
+ actions: new sM(),
37455
37475
  currentQueryParams: {},
37456
37476
  currentQueryTrigger: "",
37457
37477
  entireDataSourceMap: {}
@@ -37512,7 +37532,7 @@ function sM(s) {
37512
37532
  Me.error("[useQueryFormTable] onQuery error ", se), t.error(mr(se));
37513
37533
  }
37514
37534
  c(!1);
37515
- const ne = eM(J);
37535
+ const ne = tM(J);
37516
37536
  return !ne || !ne.tableProps ? !1 : (N(ne.paginationProps), b(ne.formProps), w(ne.tableProps), O(ne.filterProps), E(ne.operationProps), H(), !0);
37517
37537
  }), F = (G) => Ae(this, null, function* () {
37518
37538
  if (!e || a.didFirstQuery)
@@ -37568,10 +37588,10 @@ function sM(s) {
37568
37588
  }
37569
37589
  class et extends I.Component {
37570
37590
  render() {
37571
- return /* @__PURE__ */ f(QI, m({}, this.props));
37591
+ return /* @__PURE__ */ f(JI, m({}, this.props));
37572
37592
  }
37573
37593
  }
37574
- g(et, "TableOperations", tt.TableOperations), g(et, "TableToolbar", tt.TableToolbar), g(et, "useTablePro", sM), g(et, "getTableColumnsBySetting", tt.getTableColumnsBySetting), g(et, "renderTableToolbar", tt.renderTableToolbar), g(et, "renderOperationCell", tt.renderOperationCell), g(et, "renderMultiFieldCell", tt.renderMultiFieldCell), g(et, "renderJSON", tt.renderJSON), g(et, "renderString", tt.renderString), g(et, "renderDay", tt.renderDay), g(et, "renderDayAuto", tt.renderDayAuto), g(et, "renderTime", tt.renderTime), g(et, "renderTimeAuto", tt.renderTimeAuto), g(et, "renderThousands", tt.renderThousands), g(et, "renderHTML", tt.renderHTML), g(et, "renderBoolean", tt.renderBoolean), g(et, "renderRelativeTime", tt.renderRelativeTime), g(et, "renderFileDownload", tt.renderFileDownload), g(et, "renderFileImage", tt.renderFileImage), g(et, "renderEnumTag", tt.renderEnumTag);
37594
+ g(et, "TableOperations", tt.TableOperations), g(et, "TableToolbar", tt.TableToolbar), g(et, "useTablePro", oM), g(et, "getTableColumnsBySetting", tt.getTableColumnsBySetting), g(et, "renderTableToolbar", tt.renderTableToolbar), g(et, "renderOperationCell", tt.renderOperationCell), g(et, "renderMultiFieldCell", tt.renderMultiFieldCell), g(et, "renderJSON", tt.renderJSON), g(et, "renderString", tt.renderString), g(et, "renderDay", tt.renderDay), g(et, "renderDayAuto", tt.renderDayAuto), g(et, "renderTime", tt.renderTime), g(et, "renderTimeAuto", tt.renderTimeAuto), g(et, "renderThousands", tt.renderThousands), g(et, "renderHTML", tt.renderHTML), g(et, "renderBoolean", tt.renderBoolean), g(et, "renderRelativeTime", tt.renderRelativeTime), g(et, "renderFileDownload", tt.renderFileDownload), g(et, "renderFileImage", tt.renderFileImage), g(et, "renderEnumTag", tt.renderEnumTag);
37575
37595
  const Ei = class Ei extends ae {
37576
37596
  constructor(t, e) {
37577
37597
  super(t, e), this.state = {
@@ -37657,7 +37677,7 @@ g(Ei, "propTypes", S(m({}, B.propTypes), {
37657
37677
  mode: "left"
37658
37678
  });
37659
37679
  let Wu = Ei;
37660
- const vv = B.config(fe(Wu)), { Expand: oM } = st, Pi = class Pi extends ae {
37680
+ const vv = B.config(fe(Wu)), { Expand: rM } = st, Pi = class Pi extends ae {
37661
37681
  constructor() {
37662
37682
  super(...arguments);
37663
37683
  g(this, "beforeEnter", () => {
@@ -37750,7 +37770,7 @@ const vv = B.config(fe(Wu)), { Expand: oM } = st, Pi = class Pi extends ae {
37750
37770
  ) : null;
37751
37771
  return /* @__PURE__ */ K("li", { tabIndex: "0", children: [
37752
37772
  v && y ? /* @__PURE__ */ f(
37753
- oM,
37773
+ rM,
37754
37774
  {
37755
37775
  animationAppear: !1,
37756
37776
  beforeEnter: this.beforeEnter,
@@ -38003,7 +38023,7 @@ g(Yu, "propTypes", {
38003
38023
  hasBorder: !0,
38004
38024
  size: "medium"
38005
38025
  });
38006
- const rM = fe(Yu), { Popup: iM } = Et, { noop: nm, checkDate: sm, checkRangeDate: om } = Q, aM = Te.TimePicker, rm = i.shape(m({
38026
+ const iM = fe(Yu), { Popup: aM } = Et, { noop: nm, checkDate: sm, checkRangeDate: om } = Q, lM = Te.TimePicker, rm = i.shape(m({
38007
38027
  label: i.string,
38008
38028
  value: i.oneOfType([i.func, JP])
38009
38029
  }, we.propTypes)), Qo = class Qo extends ae {
@@ -38291,7 +38311,7 @@ const rM = fe(Yu), { Popup: iM } = Et, { noop: nm, checkDate: sm, checkRangeDate
38291
38311
  onKeyDown: this.onKeyDown,
38292
38312
  ref: (ye) => this.dateInput = ye
38293
38313
  }), ce = /* @__PURE__ */ f("div", { className: se, children: /* @__PURE__ */ f(
38294
- rM,
38314
+ iM,
38295
38315
  S(m({}, ue), {
38296
38316
  label: n,
38297
38317
  state: o,
@@ -38325,7 +38345,7 @@ const rM = fe(Yu), { Popup: iM } = Et, { noop: nm, checkDate: sm, checkRangeDate
38325
38345
  [`${e}disabled`]: M
38326
38346
  },
38327
38347
  A
38328
- ), me = O || iM, xe = !!(J ? G && G[ne] : G);
38348
+ ), me = O || aM, xe = !!(J ? G && G[ne] : G);
38329
38349
  return /* @__PURE__ */ f("div", S(m({}, te.pickOthers(Qo.propTypes, L)), { className: Ne, children: /* @__PURE__ */ f(
38330
38350
  me,
38331
38351
  S(m({
@@ -38518,7 +38538,7 @@ g(Qo, "propTypes", S(m({}, B.propTypes), {
38518
38538
  })), g(Qo, "defaultProps", {
38519
38539
  prefix: B.defaultPrefix,
38520
38540
  rtl: !1,
38521
- locale: aM,
38541
+ locale: lM,
38522
38542
  size: "medium",
38523
38543
  format: "HH:mm:ss",
38524
38544
  hasClear: !0,
@@ -38531,14 +38551,14 @@ g(Qo, "propTypes", S(m({}, B.propTypes), {
38531
38551
  onVisibleChange: nm
38532
38552
  });
38533
38553
  let Gu = Qo;
38534
- const lM = fe(Gu), Xl = B.config(lM);
38554
+ const cM = fe(Gu), Xl = B.config(cM);
38535
38555
  Xl.RangePicker = I.forwardRef((s, t) => /* @__PURE__ */ f(Xl, S(m({ ref: t }, s), { type: "range" })));
38536
38556
  Xl.RangePicker.displayName = "RangePicker";
38537
- const { Item: cM, CheckboxItem: im } = Re, { bindCtx: dM } = Q, { pickOthers: uM } = te, { getOffset: hM } = ee, Di = class Di extends ae {
38557
+ const { Item: dM, CheckboxItem: im } = Re, { bindCtx: uM } = Q, { pickOthers: hM } = te, { getOffset: pM } = ee, Di = class Di extends ae {
38538
38558
  constructor(t) {
38539
38559
  super(t), this.state = {
38540
38560
  highlight: !1
38541
- }, dM(this, [
38561
+ }, uM(this, [
38542
38562
  "getItemDOM",
38543
38563
  "handleClick",
38544
38564
  "handleDragStart",
@@ -38574,7 +38594,7 @@ const { Item: cM, CheckboxItem: im } = Re, { bindCtx: dM } = Q, { pickOthers: uM
38574
38594
  e(n, o.value);
38575
38595
  }
38576
38596
  getDragGap(t) {
38577
- const e = hM(t.currentTarget).top, n = t.currentTarget.offsetHeight;
38597
+ const e = pM(t.currentTarget).top, n = t.currentTarget.offsetHeight;
38578
38598
  return t.pageY <= e + n / 2 ? "before" : "after";
38579
38599
  }
38580
38600
  handleDragOver(t) {
@@ -38607,7 +38627,7 @@ const { Item: cM, CheckboxItem: im } = Re, { bindCtx: dM } = Q, { pickOthers: uM
38607
38627
  dragOverValue: d,
38608
38628
  panelPosition: u,
38609
38629
  dragPosition: h
38610
- } = this.props, p = uM(
38630
+ } = this.props, p = hM(
38611
38631
  Object.keys(Di.propTypes),
38612
38632
  this.props
38613
38633
  ), { highlight: y } = this.state, b = e === "simple", C = D({
@@ -38627,7 +38647,7 @@ const { Item: cM, CheckboxItem: im } = Re, { bindCtx: dM } = Q, { pickOthers: uM
38627
38647
  onDrop: this.handleDrop
38628
38648
  }, p);
38629
38649
  let x;
38630
- return typeof v == "string" && (x = v), b ? (w.disabled || (w.onClick = this.handleClick), /* @__PURE__ */ f(cM, m({ title: x }, w))) : /* @__PURE__ */ f(
38650
+ return typeof v == "string" && (x = v), b ? (w.disabled || (w.onClick = this.handleClick), /* @__PURE__ */ f(dM, m({ title: x }, w))) : /* @__PURE__ */ f(
38631
38651
  im,
38632
38652
  m({
38633
38653
  checked: n,
@@ -38658,14 +38678,14 @@ g(Di, "menuChildType", im.menuChildType), g(Di, "propTypes", {
38658
38678
  panelPosition: i.oneOf(["left", "right"])
38659
38679
  });
38660
38680
  let qu = Di;
38661
- const { bindCtx: pM } = Q;
38681
+ const { bindCtx: fM } = Q;
38662
38682
  class Xu extends ae {
38663
38683
  constructor(t, e) {
38664
38684
  super(t, e), this.state = {
38665
38685
  searchedValue: "",
38666
38686
  dragValue: null,
38667
38687
  dragOverValue: null
38668
- }, this.footerId = t.baseId ? kl.escapeForId(`${t.baseId}-panel-footer-${t.position}`) : "", this.headerId = t.baseId ? kl.escapeForId(`${t.baseId}-panel-header-${t.position}`) : "", pM(this, [
38688
+ }, this.footerId = t.baseId ? kl.escapeForId(`${t.baseId}-panel-footer-${t.position}`) : "", this.headerId = t.baseId ? kl.escapeForId(`${t.baseId}-panel-header-${t.position}`) : "", fM(this, [
38669
38689
  "handleCheck",
38670
38690
  "handleAllCheck",
38671
38691
  "handleSearch",
@@ -38857,7 +38877,7 @@ g(Xu, "propTypes", {
38857
38877
  useVirtual: i.bool,
38858
38878
  showCheckAll: i.bool
38859
38879
  });
38860
- const { config: fM } = B, { bindCtx: gM } = Q, { pickOthers: mM } = te, am = (s, t) => s.map((e) => e.value).filter((e) => t.indexOf(e) === -1), lm = (s, t, e) => {
38880
+ const { config: gM } = B, { bindCtx: mM } = Q, { pickOthers: yM } = te, am = (s, t) => s.map((e) => e.value).filter((e) => t.indexOf(e) === -1), lm = (s, t, e) => {
38861
38881
  const n = {
38862
38882
  left: [],
38863
38883
  right: []
@@ -38906,7 +38926,7 @@ const { config: fM } = B, { bindCtx: gM } = Q, { pickOthers: mM } = te, am = (s,
38906
38926
  leftCheckedValue: u,
38907
38927
  rightCheckedValue: h,
38908
38928
  leftValue: am(l, p)
38909
- }, gM(this, [
38929
+ }, mM(this, [
38910
38930
  "handlePanelChange",
38911
38931
  "handlePanelSort",
38912
38932
  "handleMoveItem",
@@ -39052,7 +39072,7 @@ const { config: fM } = B, { bindCtx: gM } = Q, { pickOthers: mM } = te, am = (s,
39052
39072
  baseId: $,
39053
39073
  customerList: O,
39054
39074
  showCheckAll: R
39055
- }, z = mM(Object.keys(dn.propTypes), this.props);
39075
+ }, z = yM(Object.keys(dn.propTypes), this.props);
39056
39076
  k && (z.dir = "rtl");
39057
39077
  const W = Array.isArray(l) ? l : [l, l], G = Array.isArray(c) ? c : [c, c], U = Array.isArray(b) ? b : [b, b];
39058
39078
  return /* @__PURE__ */ K("div", S(m({ className: D(`${t}transfer`, o), id: $ }, z), { children: [
@@ -39263,7 +39283,7 @@ g(dn, "contextTypes", {
39263
39283
  locale: Te.Transfer
39264
39284
  });
39265
39285
  let Qu = dn;
39266
- const yM = fM(fe(Qu));
39286
+ const bM = gM(fe(Qu));
39267
39287
  class wv extends ae {
39268
39288
  componentDidMount() {
39269
39289
  const e = de(this).querySelector("input");
@@ -39307,9 +39327,9 @@ g(Ju, "propTypes", {
39307
39327
  }), g(Ju, "defaultProps", {
39308
39328
  isLastChild: []
39309
39329
  });
39310
- const { Expand: bM } = st, { bindCtx: CM } = Q, { isPromise: vM, pickOthers: wM, pickAttrsWith: xM } = te, cm = (s) => /^0-(\d)+$/.test(s);
39330
+ const { Expand: CM } = st, { bindCtx: vM } = Q, { isPromise: wM, pickOthers: xM, pickAttrsWith: SM } = te, cm = (s) => /^0-(\d)+$/.test(s);
39311
39331
  var Bs;
39312
- let SM = (Bs = class extends ae {
39332
+ let TM = (Bs = class extends ae {
39313
39333
  constructor(e) {
39314
39334
  super(e);
39315
39335
  g(this, "saveRef", (e) => {
@@ -39322,7 +39342,7 @@ let SM = (Bs = class extends ae {
39322
39342
  editing: !1,
39323
39343
  loading: !1,
39324
39344
  label: e.label
39325
- }, CM(this, [
39345
+ }, vM(this, [
39326
39346
  "handleExpand",
39327
39347
  "handleSelect",
39328
39348
  "handleCheck",
@@ -39368,7 +39388,7 @@ let SM = (Bs = class extends ae {
39368
39388
  if (a)
39369
39389
  return;
39370
39390
  const l = n.handleExpand(!o, r, this);
39371
- if (vM(l))
39391
+ if (wM(l))
39372
39392
  return this.setLoading(!0), l.then(
39373
39393
  () => {
39374
39394
  this.setLoading(!1);
@@ -39530,7 +39550,7 @@ let SM = (Bs = class extends ae {
39530
39550
  }
39531
39551
  addAnimationIfNeeded(e) {
39532
39552
  const { root: n } = this.props;
39533
- return n && n.props.animation ? /* @__PURE__ */ f(bM, { animationAppear: !1, children: e }) : e;
39553
+ return n && n.props.animation ? /* @__PURE__ */ f(CM, { animationAppear: !1, children: e }) : e;
39534
39554
  }
39535
39555
  render() {
39536
39556
  const {
@@ -39552,7 +39572,7 @@ let SM = (Bs = class extends ae {
39552
39572
  children: w,
39553
39573
  expanded: x,
39554
39574
  isLastChild: T
39555
- } = this.props, { isNodeBlock: N, showLine: k, draggable: $, filterTreeNode: O } = l.props, { label: R } = this.state, M = "aria-", E = xM(this.props, M), A = wM(
39575
+ } = this.props, { isNodeBlock: N, showLine: k, draggable: $, filterTreeNode: O } = l.props, { label: R } = this.state, M = "aria-", E = SM(this.props, M), A = xM(
39556
39576
  Object.keys(Bs.propTypes),
39557
39577
  this.props
39558
39578
  ), V = l && l.props.renderChildNodes, H = !N && k && !V, _ = l && l.props.useVirtual;
@@ -39680,7 +39700,7 @@ let SM = (Bs = class extends ae {
39680
39700
  size: 1,
39681
39701
  posinset: 1
39682
39702
  }), Bs);
39683
- const Ql = fe(SM);
39703
+ const Ql = fe(TM);
39684
39704
  function An(s) {
39685
39705
  return s != null ? Array.isArray(s) ? [...s] : [s] : [];
39686
39706
  }
@@ -39723,7 +39743,7 @@ function Zu(s, t) {
39723
39743
  const e = s.split("-"), n = t.split("-");
39724
39744
  return e.length <= n.length && e.every((o, r) => o === n[r]);
39725
39745
  }
39726
- function TM(s, t) {
39746
+ function NM(s, t) {
39727
39747
  const e = s.split("-").slice(0, -1), n = t.split("-").slice(0, -1);
39728
39748
  return e.length === n.length && e.every((o, r) => o === n[r]);
39729
39749
  }
@@ -39766,7 +39786,7 @@ function Nv(s, t, e) {
39766
39786
  });
39767
39787
  }), Array.from(c);
39768
39788
  }
39769
- function NM(s) {
39789
+ function kM(s) {
39770
39790
  function t(e) {
39771
39791
  return An(e).map((o) => {
39772
39792
  if (o.type && o.type !== Ql && o.type.target !== Ql)
@@ -39780,14 +39800,14 @@ function NM(s) {
39780
39800
  }
39781
39801
  return t(s);
39782
39802
  }
39783
- function kM(s, t) {
39803
+ function $M(s, t) {
39784
39804
  const e = s.pos.split("-"), n = [];
39785
39805
  let o = e[0];
39786
39806
  for (let r = 1; r < e.length - 1; r++)
39787
39807
  o = [o, e[r]].join("-"), n.push(t[o].key);
39788
39808
  return n;
39789
39809
  }
39790
- const { bindCtx: $M, noop: Lt } = Q, { getOffset: OM } = ee, { pickOthers: EM, pickProps: PM, isPlainObject: kv } = te, DM = [
39810
+ const { bindCtx: OM, noop: Lt } = Q, { getOffset: EM } = ee, { pickOthers: PM, pickProps: DM, isPlainObject: kv } = te, RM = [
39791
39811
  "key",
39792
39812
  "label",
39793
39813
  "selectable",
@@ -39857,7 +39877,7 @@ const { bindCtx: $M, noop: Lt } = Q, { getOffset: OM } = ee, { pickOthers: EM, p
39857
39877
  } else
39858
39878
  o = Nv(o, e, n), o = o.filter((l) => !!e[l]), r = eh(o, s.checkStrictly, e, n);
39859
39879
  return { checkedKeys: o, indeterminateKeys: r };
39860
- }, RM = (s, t) => {
39880
+ }, IM = (s, t) => {
39861
39881
  const e = {}, n = {}, o = [], r = (a = [], l = 1, c = "0", d) => a.map((u, h) => {
39862
39882
  if (u.illegalFlag)
39863
39883
  return u;
@@ -39866,7 +39886,7 @@ const { bindCtx: $M, noop: Lt } = Q, { getOffset: OM } = ee, { pickOthers: EM, p
39866
39886
  return u.pos = y, u.level = l, "isLeaf" in u || (u.isLeaf = !(p && p.length || t.loadData)), u.isLastChild = d ? [].concat(d.isLastChild || [], h === a.length - 1) : [], b == null && (u.key = b = y), o.push(b), !u.isLeaf && r(p, l + 1, y, u), e[b] = n[y] = m({}, u), u;
39867
39887
  });
39868
39888
  return { dataSource: r(s), k2n: e, p2n: n, keyList: o };
39869
- }, IM = (s) => {
39889
+ }, MM = (s) => {
39870
39890
  const t = {}, e = {}, n = [], o = (r, a = "0", l = 1) => Pe.map(r, (c, d) => {
39871
39891
  if (!I.isValidElement(c))
39872
39892
  return;
@@ -39880,9 +39900,9 @@ const { bindCtx: $M, noop: Lt } = Q, { getOffset: OM } = ee, { pickOthers: EM, p
39880
39900
  }, pm = (s) => {
39881
39901
  const { dataSource: t, renderChildNodes: e, children: n = [], useVirtual: o, immutable: r } = s;
39882
39902
  let a = r ? nc(t) : t;
39883
- if ((e || o) && !("dataSource" in s) && (a = NM(n)), a)
39903
+ if ((e || o) && !("dataSource" in s) && (a = kM(n)), a)
39884
39904
  try {
39885
- return RM(a, s);
39905
+ return IM(a, s);
39886
39906
  } catch (l) {
39887
39907
  if ((l.message || "").match("object is not extensible"))
39888
39908
  console.error(
@@ -39893,10 +39913,10 @@ const { bindCtx: $M, noop: Lt } = Q, { getOffset: OM } = ee, { pickOthers: EM, p
39893
39913
  throw l;
39894
39914
  }
39895
39915
  else
39896
- return IM(s);
39916
+ return MM(s);
39897
39917
  };
39898
39918
  var Ws;
39899
- let MM = (Ws = class extends ae {
39919
+ let AM = (Ws = class extends ae {
39900
39920
  constructor(t) {
39901
39921
  super(t), this.tabbableKey = null, this.dropPosition = 0, this.dragNode = null, this.dragNodesKeys = [], this.normalListRef = _p(), this.virtualListRef = _p();
39902
39922
  const {
@@ -39921,7 +39941,7 @@ let MM = (Ws = class extends ae {
39921
39941
  checkedKeys: u,
39922
39942
  indeterminateKeys: h,
39923
39943
  focusedKey: "focusedKey" in t ? c : a && l ? this.tabbableKey : null
39924
- }, a && (this.tabbableKey = this.getFirstAvaliablelChildKey("0")), $M(this, ["handleExpand", "handleSelect", "handleCheck", "handleBlur", "setListRef"]);
39944
+ }, a && (this.tabbableKey = this.getFirstAvaliablelChildKey("0")), OM(this, ["handleExpand", "handleSelect", "handleCheck", "handleBlur", "setListRef"]);
39925
39945
  }
39926
39946
  static getDerivedStateFromProps(t, e) {
39927
39947
  const {
@@ -40121,7 +40141,7 @@ let MM = (Ws = class extends ae {
40121
40141
  break;
40122
40142
  for (let k = 0; k < h.length; k++) {
40123
40143
  const $ = h[k], O = c[$];
40124
- if (TM(p, $) && !O.disabled && !O.checkboxDisabled) {
40144
+ if (NM(p, $) && !O.disabled && !O.checkboxDisabled) {
40125
40145
  const R = O.key;
40126
40146
  if (O.checkable === !1) {
40127
40147
  if (!O.children || O.children.length === 0)
@@ -40227,7 +40247,7 @@ let MM = (Ws = class extends ae {
40227
40247
  });
40228
40248
  }
40229
40249
  getDropPosition(t, e) {
40230
- const n = e.labelWrapperEl, o = OM(n).top, r = n.offsetHeight, a = t.pageY, l = 2;
40250
+ const n = e.labelWrapperEl, o = EM(n).top, r = n.offsetHeight, a = t.pageY, l = 2;
40231
40251
  return a > o + r - l ? 1 : a < o + l ? -1 : 0;
40232
40252
  }
40233
40253
  handleDragOver(t, e) {
@@ -40278,13 +40298,13 @@ let MM = (Ws = class extends ae {
40278
40298
  }
40279
40299
  shouldNodeShow(t) {
40280
40300
  const { expandedKeys: e, _p2n: n } = this.state;
40281
- return !(t.style && t.style.display === "none") && kM(t, n).every((o) => e.includes(o));
40301
+ return !(t.style && t.style.display === "none") && $M(t, n).every((o) => e.includes(o));
40282
40302
  }
40283
40303
  renderTreeNode(t, e) {
40284
40304
  const { rtl: n, labelRender: o } = this.props, { key: r } = t, a = m(m({
40285
40305
  _key: r
40286
40306
  }, t), this.getNodeProps(r));
40287
- return o && (a.label = o(PM(DM, t))), /* @__PURE__ */ f(Ql, S(m({ rtl: n }, a), { children: e }), r);
40307
+ return o && (a.label = o(DM(RM, t))), /* @__PURE__ */ f(Ql, S(m({ rtl: n }, a), { children: e }), r);
40288
40308
  }
40289
40309
  renderNodeList(t) {
40290
40310
  const e = [], { _k2n: n } = this.state, o = (r) => {
@@ -40354,7 +40374,7 @@ let MM = (Ws = class extends ae {
40354
40374
  useVirtual: c,
40355
40375
  renderChildNodes: d,
40356
40376
  virtualListProps: u
40357
- } = this.props, { dataSource: h } = this.state, w = EM(
40377
+ } = this.props, { dataSource: h } = this.state, w = PM(
40358
40378
  Object.keys(Ws.propTypes),
40359
40379
  this.props
40360
40380
  ), { style: p } = w, y = j(w, ["style"]);
@@ -40482,10 +40502,10 @@ let MM = (Ws = class extends ae {
40482
40502
  virtualListProps: {},
40483
40503
  clickToCheck: !1
40484
40504
  }), Ws);
40485
- const AM = fe(MM), LM = Ih(AM, { Node: Ql }), yp = B.config(LM, {
40505
+ const LM = fe(AM), _M = Ih(LM, { Node: Ql }), yp = B.config(_M, {
40486
40506
  exportNames: ["setFocusKey"]
40487
40507
  }), Ha = () => {
40488
- }, { Node: _M } = yp, { bindCtx: FM } = Q, VM = /^\d+(-\d+){1,}$/, fm = (s) => {
40508
+ }, { Node: FM } = yp, { bindCtx: VM } = Q, jM = /^\d+(-\d+){1,}$/, fm = (s) => {
40489
40509
  const t = {}, e = {}, n = {};
40490
40510
  if ("dataSource" in s) {
40491
40511
  const o = (r, a = "0") => r.map((l, c) => {
@@ -40503,7 +40523,7 @@ const AM = fe(MM), LM = Ih(AM, { Node: Ql }), yp = B.config(LM, {
40503
40523
  o(s.children);
40504
40524
  }
40505
40525
  return { _k2n: t, _p2n: e, _v2n: n };
40506
- }, jM = (s, t) => {
40526
+ }, KM = (s, t) => {
40507
40527
  let e = "";
40508
40528
  t = String(t);
40509
40529
  const n = (o) => {
@@ -40514,7 +40534,7 @@ const AM = fe(MM), LM = Ih(AM, { Node: Ql }), yp = B.config(LM, {
40514
40534
  const n = [], o = [];
40515
40535
  return Object.keys(t).forEach((r) => {
40516
40536
  const { label: a, pos: l } = t[r];
40517
- if (jM(a, s)) {
40537
+ if (KM(a, s)) {
40518
40538
  n.push(r);
40519
40539
  const c = l.split("-");
40520
40540
  c.forEach((d, u) => {
@@ -40545,7 +40565,7 @@ const AM = fe(MM), LM = Ih(AM, { Node: Ql }), yp = B.config(LM, {
40545
40565
  }, fm(e)), this.state.value !== void 0 && (this.state.mapValueDS = kn(
40546
40566
  this.state.value,
40547
40567
  this.state.mapValueDS
40548
- ).mapValueDS, this.state.value = this.state.value.map((c) => Vi(c))), FM(this, [
40568
+ ).mapValueDS, this.state.value = this.state.value.map((c) => Vi(c))), VM(this, [
40549
40569
  "handleSelect",
40550
40570
  "handleCheck",
40551
40571
  "handleSearch",
@@ -40591,7 +40611,7 @@ const AM = fe(MM), LM = Ih(AM, { Node: Ql }), yp = B.config(LM, {
40591
40611
  if (!e)
40592
40612
  return [];
40593
40613
  const n = e.pos;
40594
- if (typeof n == "string" && VM.test(n)) {
40614
+ if (typeof n == "string" && jM.test(n)) {
40595
40615
  const { _p2n: o } = this.state, r = n.split("-");
40596
40616
  return r.map((c, d) => r.slice(0, d + 1).join("-")).slice(1).map((c) => o[c]);
40597
40617
  }
@@ -40760,7 +40780,7 @@ const AM = fe(MM), LM = Ih(AM, { Node: Ql }), yp = B.config(LM, {
40760
40780
  return l.forEach((h, p) => {
40761
40781
  const x = h, { children: y } = x, b = j(x, ["children"]), C = `${d}-${p}`, v = this.state._p2n[C].key, w = (T, N) => {
40762
40782
  N && (b.style = { display: "none" }), u.push(
40763
- /* @__PURE__ */ Ct(_M, S(m({}, b), { key: v }), y && y.length ? a(y, T, C) : null)
40783
+ /* @__PURE__ */ Ct(FM, S(m({}, b), { key: v }), y && y.length ? a(y, T, C) : null)
40764
40784
  );
40765
40785
  };
40766
40786
  n ? o.indexOf(v) > -1 || c ? w(!0) : r.indexOf(v) > -1 ? w(!1) : w(!1, !0) : w();
@@ -40998,7 +41018,7 @@ g(Jo, "propTypes", {
40998
41018
  clickToCheck: !1
40999
41019
  }), g(Jo, "displayName", "TreeSelect");
41000
41020
  let th = Jo;
41001
- const KM = fe(th), zM = B.config(KM, {
41021
+ const zM = fe(th), HM = B.config(zM, {
41002
41022
  transform: (
41003
41023
  /* istanbul ignore next */
41004
41024
  (s, t) => {
@@ -41016,9 +41036,9 @@ const KM = fe(th), zM = B.config(KM, {
41016
41036
  }
41017
41037
  )
41018
41038
  });
41019
- let HM = +/* @__PURE__ */ new Date();
41039
+ let BM = +/* @__PURE__ */ new Date();
41020
41040
  function Yi() {
41021
- return (HM++).toString(36);
41041
+ return (BM++).toString(36);
41022
41042
  }
41023
41043
  function mm(s) {
41024
41044
  return s.uid || (s.uid = Yi()), {
@@ -41037,7 +41057,7 @@ function No(s, t) {
41037
41057
  const e = s.uid !== void 0 ? "uid" : "name";
41038
41058
  return t.filter((n) => n[e] === s[e])[0];
41039
41059
  }
41040
- function BM(s) {
41060
+ function WM(s) {
41041
41061
  if (s) {
41042
41062
  s = s.toLowerCase();
41043
41063
  const t = s.lastIndexOf(".");
@@ -41046,7 +41066,7 @@ function BM(s) {
41046
41066
  }
41047
41067
  return "";
41048
41068
  }
41049
- function WM(s) {
41069
+ function UM(s) {
41050
41070
  const t = s.toLowerCase(), e = [".jpg", ".jpeg", ".png", ".bmp", ".gif", ".webp", ".tiff"];
41051
41071
  for (let n = 0; n < e.length; n++) {
41052
41072
  const o = e[n];
@@ -41055,9 +41075,9 @@ function WM(s) {
41055
41075
  }
41056
41076
  return !1;
41057
41077
  }
41058
- function UM(s, t) {
41059
- if (!WM(s.name)) {
41060
- const n = BM(s.name);
41078
+ function YM(s, t) {
41079
+ if (!UM(s.name)) {
41080
+ const n = WM(s.name);
41061
41081
  t({ fileSuffix: n });
41062
41082
  return;
41063
41083
  }
@@ -41107,7 +41127,7 @@ function wd(s) {
41107
41127
  return t;
41108
41128
  }
41109
41129
  }
41110
- function YM(s) {
41130
+ function GM(s) {
41111
41131
  const t = new XMLHttpRequest();
41112
41132
  s.onProgress && t.upload && (t.upload.onprogress = function(a) {
41113
41133
  a.total > 0 && (a.percent = a.loaded / a.total * 100), s.onProgress(a);
@@ -41207,7 +41227,7 @@ let bp = class {
41207
41227
  } = n;
41208
41228
  let y = n.data;
41209
41229
  typeof y == "function" && (y = y(t));
41210
- const { uid: b } = t, C = typeof n.request == "function" ? n.request : YM;
41230
+ const { uid: b } = t, C = typeof n.request == "function" ? n.request : GM;
41211
41231
  this.reqs[b] = C({
41212
41232
  action: o,
41213
41233
  filename: r,
@@ -41532,7 +41552,7 @@ g(Gi, "propTypes", S(m({}, cs.propTypes), {
41532
41552
  onAbort: Q.noop,
41533
41553
  method: "post"
41534
41554
  }));
41535
- const GM = {
41555
+ const qM = {
41536
41556
  position: "absolute",
41537
41557
  top: 0,
41538
41558
  right: 0,
@@ -41679,7 +41699,7 @@ class nh extends I.Component {
41679
41699
  accept: r,
41680
41700
  name: a,
41681
41701
  onChange: this.onSelect,
41682
- style: GM
41702
+ style: qM
41683
41703
  }
41684
41704
  )
41685
41705
  ]
@@ -41716,7 +41736,7 @@ g(nh, "propTypes", {
41716
41736
  onError: Q.noop,
41717
41737
  onAbort: Q.noop
41718
41738
  });
41719
- class qM extends I.Component {
41739
+ class XM extends I.Component {
41720
41740
  constructor() {
41721
41741
  super(...arguments);
41722
41742
  g(this, "state", {
@@ -41810,7 +41830,7 @@ class sh extends ae {
41810
41830
  componentDidUpdate() {
41811
41831
  const { listType: e, useDataURL: n, value: o } = this.props;
41812
41832
  e !== "image" && e !== "card" || n && o.forEach((r) => {
41813
- typeof document == "undefined" || typeof window == "undefined" || !window.FileReader || !window.File || !(r.originFileObj instanceof File) || r.imgURL !== void 0 || (r.imgURL = "", UM(r.originFileObj, (a) => {
41833
+ typeof document == "undefined" || typeof window == "undefined" || !window.FileReader || !window.File || !(r.originFileObj instanceof File) || r.imgURL !== void 0 || (r.imgURL = "", YM(r.originFileObj, (a) => {
41814
41834
  r.imgURL = a, this.forceUpdate();
41815
41835
  }));
41816
41836
  });
@@ -42359,7 +42379,7 @@ class Sl extends $v {
42359
42379
  const W = d ? Q.prevent : b, G = te.pickAttrsWith(this.props, "data-");
42360
42380
  return /* @__PURE__ */ K("div", S(m({ className: _, style: l }, G), { children: [
42361
42381
  /* @__PURE__ */ f(
42362
- qM,
42382
+ XM,
42363
42383
  S(m({}, H), {
42364
42384
  name: R,
42365
42385
  beforeUpload: p,
@@ -42747,7 +42767,7 @@ g(Zo, "displayName", "Card"), g(Zo, "propTypes", {
42747
42767
  onProgress: Q.noop
42748
42768
  });
42749
42769
  let oh = Zo;
42750
- const Ov = fe(oh), XM = B.defaultPrefix, Cm = (s) => {
42770
+ const Ov = fe(oh), QM = B.defaultPrefix, Cm = (s) => {
42751
42771
  const t = s.state, e = s.name, n = s.size, o = il(s, [
42752
42772
  "downloadURL",
42753
42773
  "response.downloadURL",
@@ -42771,57 +42791,61 @@ const Ov = fe(oh), XM = B.defaultPrefix, Cm = (s) => {
42771
42791
  imgURL: r,
42772
42792
  url: a
42773
42793
  };
42774
- }, QM = I.memo((s) => {
42794
+ }, JM = I.memo((s) => {
42775
42795
  const { value: t } = s;
42776
- return !t || typeof t != "string" ? /* @__PURE__ */ f("span", {}) : /* @__PURE__ */ f(MI, { value: t });
42796
+ return !t || typeof t != "string" ? /* @__PURE__ */ f("span", {}) : /* @__PURE__ */ f(AI, { value: t });
42777
42797
  });
42778
42798
  function Cp(s) {
42779
- let p = s, {
42799
+ let b = s, {
42780
42800
  isPreview: t,
42781
42801
  isAutoStylePreview: e,
42782
42802
  prefix: n,
42783
42803
  value: o,
42784
42804
  onChange: r,
42785
- className: a,
42786
- uploadComponent: l
42787
- } = p, c = j(p, [
42805
+ onChange2: a,
42806
+ className: l,
42807
+ uploadComponent: c
42808
+ } = b, d = j(b, [
42788
42809
  "isPreview",
42789
42810
  "isAutoStylePreview",
42790
42811
  "prefix",
42791
42812
  "value",
42792
42813
  "onChange",
42814
+ "onChange2",
42793
42815
  "className",
42794
42816
  "uploadComponent"
42795
42817
  ]);
42796
- n || (n = XM);
42797
- const d = gt(() => typeof o == "string" ? so(o) || [] : o, [o]), u = (y) => {
42798
- if (!y) {
42799
- r([]);
42818
+ n || (n = QM);
42819
+ const u = gt(() => typeof o == "string" ? so(o) || [] : o, [o]), h = (C, v, w) => {
42820
+ typeof r == "function" && r(C, v), typeof a == "string" && a(C, { uploadFiles: v, originNextValue: w });
42821
+ }, p = (C, v) => {
42822
+ if (!C) {
42823
+ h([], v, C);
42800
42824
  return;
42801
42825
  }
42802
- if (Array.isArray(y)) {
42803
- const b = y.map((C) => Cm(C));
42804
- r(b);
42826
+ if (Array.isArray(C)) {
42827
+ const w = C.map((x) => Cm(x));
42828
+ h(w, v, C);
42805
42829
  return;
42806
42830
  }
42807
- if (typeof y == "object" && y.name && y.size) {
42808
- const b = Cm(y);
42809
- r(b);
42831
+ if (typeof C == "object" && C.name && C.size) {
42832
+ const w = Cm(C);
42833
+ h(w, v, C);
42810
42834
  return;
42811
42835
  }
42812
- console.error("SimpleJSONUpload unknown nextValue type ", y);
42836
+ console.error("SimpleJSONUpload unknown originNextValue type ", C);
42813
42837
  };
42814
42838
  if (t) {
42815
- const y = D(`${n}simple-json-upload-preview`, a);
42816
- return e ? /* @__PURE__ */ f(QM, { className: y, value: o }) : /* @__PURE__ */ f("div", { className: y, children: o });
42839
+ const C = D(`${n}simple-json-upload-preview`, l);
42840
+ return e ? /* @__PURE__ */ f(JM, { className: C, value: o }) : /* @__PURE__ */ f("div", { className: C, children: o });
42817
42841
  }
42818
42842
  return /* @__PURE__ */ f(
42819
- l || Rt,
42820
- S(m({}, c), {
42821
- className: a,
42843
+ c || Rt,
42844
+ S(m({}, d), {
42845
+ className: l,
42822
42846
  prefix: n,
42823
- value: d,
42824
- onChange: u
42847
+ value: u,
42848
+ onChange: p
42825
42849
  })
42826
42850
  );
42827
42851
  }
@@ -43015,7 +43039,7 @@ Rt.Core = class extends I.Component {
43015
43039
  }
43016
43040
  };
43017
43041
  Rt.List = sr;
43018
- const JM = B.config(Rt, {
43042
+ const ZM = B.config(Rt, {
43019
43043
  transform: ra
43020
43044
  });
43021
43045
  function Ev() {
@@ -43025,7 +43049,7 @@ function Ev() {
43025
43049
  height: t
43026
43050
  };
43027
43051
  }
43028
- function ZM(s) {
43052
+ function eA(s) {
43029
43053
  const t = s.getBoundingClientRect(), e = document.documentElement;
43030
43054
  return {
43031
43055
  left: t.left + (window.pageXOffset || e.scrollLeft) - (e.clientLeft || document.body.clientLeft || 0),
@@ -43042,13 +43066,13 @@ function vm(s) {
43042
43066
  []
43043
43067
  );
43044
43068
  }
43045
- const wm = wt.useLayoutEffect, eA = (s, t) => {
43069
+ const wm = wt.useLayoutEffect, tA = (s, t) => {
43046
43070
  const e = wt.useRef(!0);
43047
43071
  wm(() => s(e.current), t), wm(() => (e.current = !1, () => {
43048
43072
  e.current = !0;
43049
43073
  }), []);
43050
43074
  }, xm = (s, t) => {
43051
- eA((e) => {
43075
+ tA((e) => {
43052
43076
  if (!e)
43053
43077
  return s();
43054
43078
  }, t);
@@ -43091,7 +43115,7 @@ const ih = [
43091
43115
  "alt"
43092
43116
  ], ia = wt.createContext(null);
43093
43117
  let Tm = 0;
43094
- function tA(s, t) {
43118
+ function nA(s, t) {
43095
43119
  const [e] = wt.useState(() => (Tm += 1, String(Tm))), n = wt.useContext(ia), o = {
43096
43120
  data: t,
43097
43121
  canPreview: s
@@ -43103,7 +43127,7 @@ function tA(s, t) {
43103
43127
  n && n.register(e, o);
43104
43128
  }, [s, t]), e;
43105
43129
  }
43106
- function nA(s) {
43130
+ function sA(s) {
43107
43131
  return !s || typeof s != "string" ? Promise.resolve(!1) : new Promise((t) => {
43108
43132
  const e = document.createElement("img");
43109
43133
  e.onerror = () => t(!1), e.onload = () => t(!0), e.src = s;
@@ -43117,7 +43141,7 @@ function Pv({
43117
43141
  const [n, o] = Se(t ? "loading" : "normal"), r = be(!1), a = n === "error";
43118
43142
  $e(() => {
43119
43143
  let u = !0;
43120
- return nA(s).then((h) => {
43144
+ return sA(s).then((h) => {
43121
43145
  !h && u && o("error");
43122
43146
  }), () => {
43123
43147
  u = !1;
@@ -43140,7 +43164,7 @@ function Ao(s, t, e, n) {
43140
43164
  }
43141
43165
  };
43142
43166
  }
43143
- function sA(s, t, e = !1) {
43167
+ function oA(s, t, e = !1) {
43144
43168
  const n = /* @__PURE__ */ new Set();
43145
43169
  function o(r, a, l = 1) {
43146
43170
  if (n.has(r))
@@ -43202,9 +43226,9 @@ const Ua = {
43202
43226
  flipX: !1,
43203
43227
  flipY: !1
43204
43228
  };
43205
- function oA(s, t, e, n) {
43229
+ function rA(s, t, e, n) {
43206
43230
  const o = be(null), r = be([]), [a, l] = Se(Ua), c = (h) => {
43207
- l(Ua), n && !sA(Ua, a) && n({ transform: Ua, action: h });
43231
+ l(Ua), n && !oA(Ua, a) && n({ transform: Ua, action: h });
43208
43232
  }, d = (h, p) => {
43209
43233
  o.current === null && (r.current = [], o.current = vp(() => {
43210
43234
  l((y) => {
@@ -43265,11 +43289,11 @@ function Mv(s, t, e, n) {
43265
43289
  y: 0
43266
43290
  } : (s > o || t > r) && (a = m(m({}, km("x", e, s, o)), km("y", n, t, r))), a;
43267
43291
  }
43268
- const Lo = 1, rA = 1;
43269
- function iA(...s) {
43292
+ const Lo = 1, iA = 1;
43293
+ function aA(...s) {
43270
43294
  console.log("useMouseEvent warning", ...s);
43271
43295
  }
43272
- function aA(s, t, e, n, o, r, a) {
43296
+ function lA(s, t, e, n, o, r, a) {
43273
43297
  const { rotate: l, scale: c, x: d, y: u } = o, [h, p] = Se(!1), y = be({
43274
43298
  diffX: 0,
43275
43299
  diffY: 0,
@@ -43307,7 +43331,7 @@ function aA(s, t, e, n, o, r, a) {
43307
43331
  }, w = (x) => {
43308
43332
  if (!e || x.deltaY == 0)
43309
43333
  return;
43310
- const T = Math.abs(x.deltaY / 100), N = Math.min(T, rA);
43334
+ const T = Math.abs(x.deltaY / 100), N = Math.min(T, iA);
43311
43335
  let k = Lo + N * n;
43312
43336
  x.deltaY > 0 && (k = Lo / k), a(k, "wheel", x.clientX, x.clientY);
43313
43337
  };
@@ -43318,7 +43342,7 @@ function aA(s, t, e, n, o, r, a) {
43318
43342
  try {
43319
43343
  window.top !== window.self && (x = Ao(window.top, "mouseup", v, !1), T = Ao(window.top, "mousemove", C, !1));
43320
43344
  } catch ($) {
43321
- iA(!1, `[rc-image] ${$}`);
43345
+ aA(!1, `[rc-image] ${$}`);
43322
43346
  }
43323
43347
  }
43324
43348
  return () => {
@@ -43336,14 +43360,14 @@ function Zl(s, t) {
43336
43360
  const e = s.x - t.x, n = s.y - t.y;
43337
43361
  return Math.hypot(e, n);
43338
43362
  }
43339
- function lA(s, t, e, n) {
43363
+ function cA(s, t, e, n) {
43340
43364
  const o = Zl(s, e), r = Zl(t, n);
43341
43365
  if (o === 0 && r === 0)
43342
43366
  return [s.x, s.y];
43343
43367
  const a = o / (o + r), l = s.x + a * (t.x - s.x), c = s.y + a * (t.y - s.y);
43344
43368
  return [l, c];
43345
43369
  }
43346
- function cA(s, t, e, n, o, r, a) {
43370
+ function dA(s, t, e, n, o, r, a) {
43347
43371
  const { rotate: l, scale: c, x: d, y: u } = o, [h, p] = Se(!1), y = be({
43348
43372
  point1: { x: 0, y: 0 },
43349
43373
  point2: { x: 0, y: 0 },
@@ -43375,7 +43399,7 @@ function cA(s, t, e, n, o, r, a) {
43375
43399
  }, R = {
43376
43400
  x: T[1].clientX,
43377
43401
  y: T[1].clientY
43378
- }, [M, E] = lA(N, k, O, R), A = Zl(O, R) / Zl(N, k);
43402
+ }, [M, E] = cA(N, k, O, R), A = Zl(O, R) / Zl(N, k);
43379
43403
  a(A, "touchZoom", M, E, !0), b({
43380
43404
  point1: O,
43381
43405
  point2: R,
@@ -43414,7 +43438,7 @@ function cA(s, t, e, n, o, r, a) {
43414
43438
  onTouchEnd: w
43415
43439
  };
43416
43440
  }
43417
- function dA(s) {
43441
+ function uA(s) {
43418
43442
  const t = St.getBuildIn("Icon"), e = {
43419
43443
  // rotateLeft: <Icon type="rotate-left"/>,
43420
43444
  // rotateRight: <Icon type="rotate-right"/>,
@@ -43435,7 +43459,7 @@ function dA(s) {
43435
43459
  };
43436
43460
  return !s || typeof s != "object" ? e : Object.assign(e, s);
43437
43461
  }
43438
- const uA = (s) => {
43462
+ const hA = (s) => {
43439
43463
  const {
43440
43464
  visible: t,
43441
43465
  maskTransitionName: e,
@@ -43464,7 +43488,7 @@ const uA = (s) => {
43464
43488
  onFlipY: M,
43465
43489
  toolbarRender: E,
43466
43490
  zIndex: A
43467
- } = s, V = tn(ia), { rotateLeft: H, rotateRight: _, zoomIn: F, zoomOut: L, close: z, left: W, right: G, flipX: U, flipY: q } = dA(a), ie = `${o}-operations-operation`, ne = [
43491
+ } = s, V = tn(ia), { rotateLeft: H, rotateRight: _, zoomIn: F, zoomOut: L, close: z, left: W, right: G, flipX: U, flipY: q } = uA(a), ie = `${o}-operations-operation`, ne = [
43468
43492
  {
43469
43493
  icon: z,
43470
43494
  onClick: T,
@@ -43560,7 +43584,7 @@ const uA = (s) => {
43560
43584
  }, V ? { current: u, total: p } : {})) : se
43561
43585
  ] })
43562
43586
  ] });
43563
- }, hA = (o) => {
43587
+ }, pA = (o) => {
43564
43588
  var r = o, { fallback: s, src: t, imgRef: e } = r, n = j(r, ["fallback", "src", "imgRef"]);
43565
43589
  const [a, l] = Pv({
43566
43590
  src: t,
@@ -43574,7 +43598,7 @@ const uA = (s) => {
43574
43598
  }
43575
43599
  }, n), l)
43576
43600
  );
43577
- }, pA = (s) => {
43601
+ }, fA = (s) => {
43578
43602
  const ut = s, {
43579
43603
  prefixCls: t,
43580
43604
  src: e,
@@ -43625,12 +43649,12 @@ const uA = (s) => {
43625
43649
  "toolbarRender",
43626
43650
  "onTransform",
43627
43651
  "onChange"
43628
- ]), E = be(), A = tn(ia), V = A && y > 1, H = A && y >= 1, [_, F] = Se(!0), { transform: L, resetTransform: z, updateTransform: W, dispatchZoomChange: G } = oA(
43652
+ ]), E = be(), A = tn(ia), V = A && y > 1, H = A && y >= 1, [_, F] = Se(!0), { transform: L, resetTransform: z, updateTransform: W, dispatchZoomChange: G } = rA(
43629
43653
  E,
43630
43654
  v,
43631
43655
  w,
43632
43656
  O
43633
- ), { isMoving: U, onMouseDown: q, onWheel: ie } = aA(
43657
+ ), { isMoving: U, onMouseDown: q, onWheel: ie } = lA(
43634
43658
  E,
43635
43659
  r,
43636
43660
  l,
@@ -43638,7 +43662,7 @@ const uA = (s) => {
43638
43662
  L,
43639
43663
  W,
43640
43664
  G
43641
- ), { isTouching: J, onTouchStart: ne, onTouchMove: se, onTouchEnd: ue } = cA(
43665
+ ), { isTouching: J, onTouchStart: ne, onTouchMove: se, onTouchEnd: ue } = dA(
43642
43666
  E,
43643
43667
  r,
43644
43668
  l,
@@ -43695,7 +43719,7 @@ const uA = (s) => {
43695
43719
  }, ot = `${t}-img-wrapper`, yt = (Oe) => {
43696
43720
  Oe.target.className === ot && Oe.target.tagName === "DIV" && typeof a == "function" && a();
43697
43721
  }, qe = /* @__PURE__ */ f(
43698
- hA,
43722
+ pA,
43699
43723
  S(m({}, k), {
43700
43724
  width: s.width,
43701
43725
  height: s.height,
@@ -43734,7 +43758,7 @@ const uA = (s) => {
43734
43758
  children: /* @__PURE__ */ K("div", { className: `${t}-dialog-content ${Ne}`, children: [
43735
43759
  /* @__PURE__ */ f("div", { className: ot, onClick: yt, children: N ? N(qe, m({ transform: L }, A ? { current: p } : {})) : qe }),
43736
43760
  /* @__PURE__ */ f(
43737
- uA,
43761
+ hA,
43738
43762
  {
43739
43763
  visible: l,
43740
43764
  transform: L,
@@ -43770,9 +43794,9 @@ const uA = (s) => {
43770
43794
  );
43771
43795
  };
43772
43796
  function Av(s) {
43773
- return s.visible ? /* @__PURE__ */ f(pA, m({}, s)) : null;
43797
+ return s.visible ? /* @__PURE__ */ f(fA, m({}, s)) : null;
43774
43798
  }
43775
- function fA(s) {
43799
+ function gA(s) {
43776
43800
  const [t, e] = wt.useState({}), n = wt.useCallback((r, a) => (e((l) => S(m({}, l), {
43777
43801
  [r]: a
43778
43802
  })), () => {
@@ -43793,7 +43817,7 @@ function fA(s) {
43793
43817
  return l && r.push({ data: c, id: a }), r;
43794
43818
  }, []), [s, t]), n];
43795
43819
  }
43796
- const gA = ({
43820
+ const mA = ({
43797
43821
  prefix: s = pe,
43798
43822
  previewPrefixCls: t = `${s}image-preview`,
43799
43823
  children: e,
@@ -43831,7 +43855,7 @@ const gA = ({
43831
43855
  "onTransform",
43832
43856
  "toolbarRender",
43833
43857
  "imageRender"
43834
- ]), [k, $] = fA(o), [O, R] = rh(0, {
43858
+ ]), [k, $] = gA(o), [O, R] = rh(0, {
43835
43859
  value: u
43836
43860
  }), [M, E] = Se(!1), J = ((ie = k[O]) == null ? void 0 : ie.data) || {}, { src: A } = J, V = j(J, ["src"]), [H, _] = rh(!!l, {
43837
43861
  value: l,
@@ -43886,7 +43910,7 @@ const gA = ({
43886
43910
  )
43887
43911
  ] });
43888
43912
  };
43889
- function mA() {
43913
+ function yA() {
43890
43914
  return /* @__PURE__ */ f("span", { style: { display: "none" } });
43891
43915
  }
43892
43916
  const wp = (s) => {
@@ -43934,7 +43958,7 @@ const wp = (s) => {
43934
43958
  visible: $ = void 0,
43935
43959
  onVisibleChange: O = n,
43936
43960
  getContainer: R = void 0,
43937
- mask: M = mA(),
43961
+ mask: M = yA(),
43938
43962
  maskClassName: E,
43939
43963
  movable: A,
43940
43964
  icons: V,
@@ -43981,8 +44005,8 @@ const wp = (s) => {
43981
44005
  src: G
43982
44006
  }),
43983
44007
  [G, xe]
43984
- ), ye = tA(ge, Ee), De = (Fe) => {
43985
- const { left: je, top: _e } = ZM(Fe.target);
44008
+ ), ye = nA(ge, Ee), De = (Fe) => {
44009
+ const { left: je, top: _e } = eA(Fe.target);
43986
44010
  ce ? ce.onPreview(ye, je, _e) : (ue({
43987
44011
  x: je,
43988
44012
  y: _e
@@ -44058,9 +44082,9 @@ const wp = (s) => {
44058
44082
  )
44059
44083
  ] });
44060
44084
  };
44061
- wp.PreviewGroup = gA;
44085
+ wp.PreviewGroup = mA;
44062
44086
  wp.displayName = "Image";
44063
- const yA = (s) => {
44087
+ const bA = (s) => {
44064
44088
  const t = s.prefixCls || `${pe}empty-img-default`;
44065
44089
  return /* @__PURE__ */ f(
44066
44090
  "svg",
@@ -44126,7 +44150,7 @@ const yA = (s) => {
44126
44150
  ] })
44127
44151
  }
44128
44152
  );
44129
- }, bA = (s) => {
44153
+ }, CA = (s) => {
44130
44154
  const t = s.prefixCls || `${pe}empty-img-simple`;
44131
44155
  return /* @__PURE__ */ f(
44132
44156
  "svg",
@@ -44155,11 +44179,11 @@ const yA = (s) => {
44155
44179
  DEFAULT: "DEFAULT",
44156
44180
  SIMPLE: "SIMPLE"
44157
44181
  };
44158
- function CA(s) {
44182
+ function vA(s) {
44159
44183
  const { imageNode: t, image: e } = s;
44160
- return t || (e === ah.SIMPLE ? /* @__PURE__ */ f(bA, {}) : /* @__PURE__ */ f(yA, {}));
44184
+ return t || (e === ah.SIMPLE ? /* @__PURE__ */ f(CA, {}) : /* @__PURE__ */ f(bA, {}));
44161
44185
  }
44162
- function vA(s) {
44186
+ function wA(s) {
44163
44187
  return typeof s.description != "undefined" ? s.description : s.locale && s.locale.description ? s.locale.description : Te.Empty.description;
44164
44188
  }
44165
44189
  const Lv = (s) => {
@@ -44181,7 +44205,7 @@ const Lv = (s) => {
44181
44205
  "imageStyle",
44182
44206
  "rtl",
44183
44207
  "prefix"
44184
- ]), u = `${c}empty`, h = vA(s), p = CA(s);
44208
+ ]), u = `${c}empty`, h = wA(s), p = vA(s);
44185
44209
  return /* @__PURE__ */ K(
44186
44210
  "div",
44187
44211
  S(m({
@@ -44206,7 +44230,7 @@ Lv.defaultProps = {
44206
44230
  prefix: pe,
44207
44231
  locale: Te.Empty
44208
44232
  };
44209
- const wA = B.configFn(Lv, {}), xA = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
44233
+ const xA = B.configFn(Lv, {}), SA = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
44210
44234
  __proto__: null,
44211
44235
  Affix: Qy,
44212
44236
  Animate: st,
@@ -44232,7 +44256,7 @@ const wA = B.configFn(Lv, {}), xA = /* @__PURE__ */ Object.freeze(/* @__PURE__ *
44232
44256
  Drawer: yR,
44233
44257
  Dropdown: Kh,
44234
44258
  EditableTable: Dc,
44235
- Empty: wA,
44259
+ Empty: xA,
44236
44260
  Filter: MC,
44237
44261
  Form: xr,
44238
44262
  Grid: TD,
@@ -44268,13 +44292,13 @@ const wA = B.configFn(Lv, {}), xA = /* @__PURE__ */ Object.freeze(/* @__PURE__ *
44268
44292
  Tag: ps,
44269
44293
  TimePicker: Xl,
44270
44294
  Timeline: vv,
44271
- Transfer: yM,
44295
+ Transfer: bM,
44272
44296
  Tree: yp,
44273
- TreeSelect: zM,
44274
- Upload: JM,
44297
+ TreeSelect: HM,
44298
+ Upload: ZM,
44275
44299
  VirtualList: ea,
44276
44300
  hooks: NR
44277
- }, Symbol.toStringTag, { value: "Module" })), aL = {
44301
+ }, Symbol.toStringTag, { value: "Module" })), lL = {
44278
44302
  bigjs: $o,
44279
44303
  dayjs: sn,
44280
44304
  classnames: D,
@@ -44284,39 +44308,39 @@ const wA = B.configFn(Lv, {}), xA = /* @__PURE__ */ Object.freeze(/* @__PURE__ *
44284
44308
  clonedeep: nc
44285
44309
  }
44286
44310
  };
44287
- function SA(s, t) {
44311
+ function TA(s, t) {
44288
44312
  _t.configReactDOM18(s, t);
44289
44313
  }
44290
- function TA(s, t) {
44314
+ function NA(s, t) {
44291
44315
  _t.configReactDOM19(s, t);
44292
44316
  }
44293
- function NA(s) {
44317
+ function kA(s) {
44294
44318
  _t.configReactDOM(s);
44295
44319
  }
44296
- function kA() {
44320
+ function $A() {
44297
44321
  if (typeof window == "undefined")
44298
44322
  return;
44299
44323
  const s = window.ReactDOM;
44300
44324
  if (s) {
44301
44325
  const t = "" + s.version;
44302
44326
  if (t.startsWith("16.") || t.startsWith("17.")) {
44303
- NA(s);
44327
+ kA(s);
44304
44328
  return;
44305
44329
  }
44306
44330
  if (t.startsWith("18.")) {
44307
- SA(s, s);
44331
+ TA(s, s);
44308
44332
  return;
44309
44333
  }
44310
44334
  if (t.startsWith("19.")) {
44311
- TA(s, s);
44335
+ NA(s, s);
44312
44336
  return;
44313
44337
  }
44314
44338
  }
44315
44339
  }
44316
- kA();
44317
- const lL = new tc("others", "others");
44340
+ $A();
44341
+ const cL = new tc("others", "others");
44318
44342
  lc.configBuildIn({
44319
- components: xA
44343
+ components: SA
44320
44344
  });
44321
44345
  export {
44322
44346
  Qy as Affix,
@@ -44344,7 +44368,7 @@ export {
44344
44368
  yR as Drawer,
44345
44369
  Kh as Dropdown,
44346
44370
  Dc as EditableTable,
44347
- wA as Empty,
44371
+ xA as Empty,
44348
44372
  MC as Filter,
44349
44373
  xr as Form,
44350
44374
  TD as Grid,
@@ -44380,18 +44404,18 @@ export {
44380
44404
  ps as Tag,
44381
44405
  Xl as TimePicker,
44382
44406
  vv as Timeline,
44383
- yM as Transfer,
44407
+ bM as Transfer,
44384
44408
  yp as Tree,
44385
- zM as TreeSelect,
44386
- JM as Upload,
44409
+ HM as TreeSelect,
44410
+ ZM as Upload,
44387
44411
  ea as VirtualList,
44388
- NA as configReactDOM,
44389
- SA as configReactDOM18,
44390
- TA as configReactDOM19,
44412
+ kA as configReactDOM,
44413
+ TA as configReactDOM18,
44414
+ NA as configReactDOM19,
44391
44415
  Yt as constants,
44392
- aL as dependencies,
44416
+ lL as dependencies,
44393
44417
  NR as hooks,
44394
- lL as logger,
44418
+ cL as logger,
44395
44419
  xl as storageInstance,
44396
- EA as utils
44420
+ PA as utils
44397
44421
  };