@mparticle/aquarium 1.3.7 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/dist/aquarium.mjs +533 -762
  2. package/dist/index.d.ts +486 -1
  3. package/package.json +7 -6
  4. package/dist/components/data-display/Avatar/Avatar.d.ts +0 -4
  5. package/dist/components/data-display/Badge/Badge.d.ts +0 -4
  6. package/dist/components/data-display/Calendar/Calendar.d.ts +0 -4
  7. package/dist/components/data-display/Card/Card.d.ts +0 -4
  8. package/dist/components/data-display/Carousel/Carousel.d.ts +0 -4
  9. package/dist/components/data-display/Collapse/Collapse.d.ts +0 -4
  10. package/dist/components/data-display/Descriptions/Descriptions.d.ts +0 -4
  11. package/dist/components/data-display/Empty/Empty.d.ts +0 -9
  12. package/dist/components/data-display/Image/Image.d.ts +0 -4
  13. package/dist/components/data-display/List/List.d.ts +0 -7
  14. package/dist/components/data-display/Popover/Popover.d.ts +0 -4
  15. package/dist/components/data-display/QRCode/QRCode.d.ts +0 -4
  16. package/dist/components/data-display/Segmented/Segmented.d.ts +0 -6
  17. package/dist/components/data-display/Statistic/Statistic.d.ts +0 -4
  18. package/dist/components/data-display/Table/Table.d.ts +0 -4
  19. package/dist/components/data-display/Tabs/Tabs.d.ts +0 -4
  20. package/dist/components/data-display/Tag/Tag.d.ts +0 -4
  21. package/dist/components/data-display/Timeline/Timeline.d.ts +0 -4
  22. package/dist/components/data-display/Tooltip/Tooltip.d.ts +0 -4
  23. package/dist/components/data-display/Tour/Tour.d.ts +0 -4
  24. package/dist/components/data-display/Tree/Tree.d.ts +0 -4
  25. package/dist/components/data-entry/AutoComplete/AutoComplete.d.ts +0 -4
  26. package/dist/components/data-entry/Cascader/Cascader.d.ts +0 -10
  27. package/dist/components/data-entry/Checkbox/Checkbox.d.ts +0 -8
  28. package/dist/components/data-entry/ColorPicker/ColorPicker.d.ts +0 -4
  29. package/dist/components/data-entry/DatePicker/DatePicker.d.ts +0 -7
  30. package/dist/components/data-entry/Form/Form.d.ts +0 -6
  31. package/dist/components/data-entry/Input/Input.d.ts +0 -11
  32. package/dist/components/data-entry/InputNumber/InputNumber.d.ts +0 -4
  33. package/dist/components/data-entry/Mentions/Mentions.d.ts +0 -4
  34. package/dist/components/data-entry/Radio/Radio.d.ts +0 -9
  35. package/dist/components/data-entry/Rate/Rate.d.ts +0 -4
  36. package/dist/components/data-entry/Select/Select.d.ts +0 -5
  37. package/dist/components/data-entry/Slider/Slider.d.ts +0 -4
  38. package/dist/components/data-entry/Switch/Switch.d.ts +0 -4
  39. package/dist/components/data-entry/TimePicker/TimePicker.d.ts +0 -4
  40. package/dist/components/data-entry/Transfer/Transfer.d.ts +0 -4
  41. package/dist/components/data-entry/TreeSelect/TreeSelect.d.ts +0 -4
  42. package/dist/components/data-entry/Upload/Upload.d.ts +0 -4
  43. package/dist/components/feedback/Alert/Alert.d.ts +0 -7
  44. package/dist/components/feedback/Drawer/Drawer.d.ts +0 -4
  45. package/dist/components/feedback/LoadingModal/LoadingModal.d.ts +0 -7
  46. package/dist/components/feedback/Message/Message.d.ts +0 -6
  47. package/dist/components/feedback/Modal/Modal.d.ts +0 -4
  48. package/dist/components/feedback/Notification/Notification.d.ts +0 -6
  49. package/dist/components/feedback/Popconfirm/Popconfirm.d.ts +0 -4
  50. package/dist/components/feedback/Progress/Progress.d.ts +0 -4
  51. package/dist/components/feedback/Result/Result.d.ts +0 -4
  52. package/dist/components/feedback/Skeleton/Skeleton.d.ts +0 -4
  53. package/dist/components/feedback/Spin/Spin.d.ts +0 -4
  54. package/dist/components/feedback/Watermark/Watermark.d.ts +0 -4
  55. package/dist/components/general/Button/Button.d.ts +0 -4
  56. package/dist/components/general/FloatButton/FloatButton.d.ts +0 -4
  57. package/dist/components/general/Icon/Icon.d.ts +0 -5
  58. package/dist/components/index.d.ts +0 -67
  59. package/dist/components/layout/Divider/Divider.d.ts +0 -4
  60. package/dist/components/layout/Flex/Flex.d.ts +0 -4
  61. package/dist/components/layout/Grid/Grid.d.ts +0 -2
  62. package/dist/components/layout/Layout/Layout.d.ts +0 -11
  63. package/dist/components/layout/Space/Space.d.ts +0 -4
  64. package/dist/components/navigation/Anchor/Anchor.d.ts +0 -4
  65. package/dist/components/navigation/Breadcrumb/Breadcrumb.d.ts +0 -4
  66. package/dist/components/navigation/Dropdown/Dropdown.d.ts +0 -8
  67. package/dist/components/navigation/Menu/Menu.d.ts +0 -7
  68. package/dist/components/navigation/Pagination/Pagination.d.ts +0 -4
  69. package/dist/components/navigation/Steps/Steps.d.ts +0 -4
  70. package/dist/components/other/Affix/Affix.d.ts +0 -4
  71. package/dist/components/other/App/App.d.ts +0 -4
  72. package/dist/components/other/ConfigProvider/ConfigProvider.d.ts +0 -4
package/dist/aquarium.mjs CHANGED
@@ -1,782 +1,553 @@
1
- import ke, { useEffect as _r, useState as te } from "react";
2
- import { ConfigProvider as Ae, Button as yr, FloatButton as Fr, Rate as Tr, Form as Sr, TreeSelect as Cr, Select as Pr, Mentions as $r, Radio as ae, ColorPicker as wr, Slider as Or, Cascader as V, DatePicker as Dr, Checkbox as Ie, Input as L, InputNumber as kr, Switch as Ar, Upload as Ir, AutoComplete as Lr, TimePicker as Mr, Transfer as Wr, Collapse as Nr, Timeline as Br, Calendar as Yr, Segmented as Ur, Tabs as Gr, Tag as Vr, Tour as Hr, Carousel as qr, Tooltip as Jr, Statistic as zr, Tree as Kr, Image as Qr, QRCode as Xr, Badge as Zr, Card as et, Avatar as rt, Descriptions as tt, Table as nt, Empty as se, Popover as at, List as Le, Progress as st, Result as ot, Spin as it, Skeleton as ct, Watermark as ut, Popconfirm as lt, Drawer as ft, Modal as dt, notification as vt, Alert as Me, message as mt, Flex as gt, Divider as ht, Space as xt, Layout as M, Steps as pt, Anchor as jt, Dropdown as We, Breadcrumb as Et, Pagination as Rt, Menu as bt, Affix as _t, App as yt } from "antd";
3
- import { Col as Bn, Grid as Yn, Row as Un } from "antd";
4
- var ne = { exports: {} }, A = {};
5
- /**
6
- * @license React
7
- * react-jsx-runtime.development.js
8
- *
9
- * Copyright (c) Facebook, Inc. and its affiliates.
10
- *
11
- * This source code is licensed under the MIT license found in the
12
- * LICENSE file in the root directory of this source tree.
13
- */
14
- var Oe;
15
- function Ft() {
16
- return Oe || (Oe = 1, process.env.NODE_ENV !== "production" && function() {
17
- var t = ke, d = Symbol.for("react.element"), p = Symbol.for("react.portal"), v = Symbol.for("react.fragment"), S = Symbol.for("react.strict_mode"), C = Symbol.for("react.profiler"), y = Symbol.for("react.provider"), E = Symbol.for("react.context"), m = Symbol.for("react.forward_ref"), P = Symbol.for("react.suspense"), x = Symbol.for("react.suspense_list"), R = Symbol.for("react.memo"), F = Symbol.for("react.lazy"), W = Symbol.for("react.offscreen"), ie = Symbol.iterator, Ye = "@@iterator";
18
- function Ue(e) {
19
- if (e === null || typeof e != "object")
20
- return null;
21
- var n = ie && e[ie] || e[Ye];
22
- return typeof n == "function" ? n : null;
1
+ import { jsx as r, Fragment as f, jsxs as h } from "react/jsx-runtime";
2
+ import { ConfigProvider as H, Button as P, FloatButton as E, Rate as M, Form as k, TreeSelect as x, Select as D, Mentions as L, Radio as u, ColorPicker as w, Slider as R, Cascader as c, DatePicker as F, Checkbox as S, Input as a, InputNumber as G, Switch as W, Upload as N, AutoComplete as z, TimePicker as _, Transfer as U, Collapse as O, Timeline as Q, Calendar as X, Segmented as j, Tabs as q, Tag as J, Tour as K, Carousel as V, Tooltip as Y, Statistic as Z, Tree as ee, Image as re, QRCode as oe, Badge as ne, Card as te, Avatar as ie, Descriptions as ae, Table as le, Empty as p, Popover as ce, List as m, Progress as de, Result as se, Spin as ge, Skeleton as fe, Watermark as he, Popconfirm as ue, Drawer as pe, Modal as be, notification as He, Alert as T, message as Se, Flex as me, Divider as Te, Space as Ae, Layout as l, Steps as $e, Anchor as ye, Dropdown as A, Breadcrumb as Be, Pagination as Ce, Menu as Ie, Affix as ve, App as Pe } from "antd";
3
+ import { Col as Ur, Grid as Or, Row as Qr } from "antd";
4
+ import { useEffect as Ee, useState as g } from "react";
5
+ const o = (e) => /* @__PURE__ */ r(f, { children: /* @__PURE__ */ r(H, { ...e, theme: {
6
+ token: {
7
+ colorLinkHover: "#5f29f8",
8
+ controlOutline: "rgba(0.21176470816135406, 0, 0.8196078538894653, 0.10000000149011612)",
9
+ colorWarningOutline: "#fff0e8",
10
+ colorErrorOutline: "#feeeef",
11
+ controlItemBgHover: "#ebe8f8",
12
+ colorTextSecondary: "rgba(0, 0, 0, 0.6399999856948853)",
13
+ colorTextTertiary: "rgba(0, 0, 0, 0.47999998927116394)",
14
+ colorTextQuaternary: "rgba(0, 0, 0, 0.23999999463558197)",
15
+ colorFill: "rgba(0, 0, 0, 0.1599999964237213)",
16
+ colorFillSecondary: "rgba(0, 0, 0, 0.07999999821186066)",
17
+ colorFillTertiary: "rgba(0, 0, 0, 0.07999999821186066)",
18
+ colorFillQuaternary: "rgba(0, 0, 0, 0)",
19
+ colorBgLayout: "#fff",
20
+ colorBgSpotlight: "rgba(0, 0, 0, 0.6399999856948853)",
21
+ colorBorder: "#c3aeff",
22
+ colorBorderSecondary: "#dbceff",
23
+ colorSplit: "#dbceff",
24
+ colorPrimaryBg: "#f8f6fb",
25
+ colorPrimaryBgHover: "#ebe8f8",
26
+ colorPrimaryBorder: "#dbceff",
27
+ colorPrimaryBorderHover: "#c3aeff",
28
+ colorPrimaryHover: "#5f29f8",
29
+ colorPrimaryActive: "#2c00aa",
30
+ colorPrimaryTextHover: "#3600d1",
31
+ colorPrimaryText: "#2c00aa",
32
+ colorPrimaryTextActive: "#20007a",
33
+ colorSuccessBg: "#eeffef",
34
+ colorSuccessBgHover: "#cffad8",
35
+ colorSuccessBorder: "#a7ecb6",
36
+ colorSuccessBorderHover: "#8bdb9c",
37
+ colorSuccessHover: "#6fc281",
38
+ colorSuccessActive: "#40874f",
39
+ colorSuccessTextHover: "#2f683b",
40
+ colorSuccessText: "#204829",
41
+ colorSuccessTextActive: "#122816",
42
+ colorWarningBg: "#fff0e8",
43
+ colorWarningBgHover: "#ffe6d9",
44
+ colorWarningBorder: "#fad2bd",
45
+ colorWarningBorderHover: "#ffc8aa",
46
+ colorWarningHover: "#fdb087",
47
+ colorWarningActive: "#da7743",
48
+ colorWarningTextHover: "#c66634",
49
+ colorWarningText: "#a74d1d",
50
+ colorWarningTextActive: "#78330e",
51
+ colorErrorBg: "#feeeef",
52
+ colorErrorBgHover: "#ffcfdc",
53
+ colorErrorBorder: "#ffafc4",
54
+ colorErrorBorderHover: "#fa94ae",
55
+ colorErrorHover: "#ee7998",
56
+ colorErrorActive: "#c34465",
57
+ colorErrorTextHover: "#b03757",
58
+ colorErrorText: "#972a47",
59
+ colorErrorTextActive: "#721c33",
60
+ colorInfoBg: "#f4f8ff",
61
+ colorInfoBgHover: "#d5e3ff",
62
+ colorInfoBorder: "#adc5f3",
63
+ colorInfoBorderHover: "#7fa1e1",
64
+ colorInfoHover: "#6486c7",
65
+ colorInfoActive: "#2e436d",
66
+ colorInfoTextHover: "#253657",
67
+ colorInfoText: "#182338",
68
+ colorInfoTextActive: "#111928",
69
+ colorBgMask: "rgba(0, 0, 0, 0.23999999463558197)",
70
+ colorTextBase: "#0f0e0e",
71
+ colorPrimary: "#3600d1",
72
+ colorError: "#d95b7c",
73
+ colorWarning: "#f09362",
74
+ colorSuccess: "#5aac6b",
75
+ colorInfo: "#456095",
76
+ paddingMD: 18,
77
+ paddingLG: 20,
78
+ paddingXL: 24,
79
+ marginLG: 20,
80
+ marginXL: 24,
81
+ marginXXL: 28,
82
+ paddingContentHorizontalLG: 20,
83
+ paddingContentHorizontalSM: 18,
84
+ marginMD: 16,
85
+ "blue.1": "#f4f8ff",
86
+ "yellow.1": "#fefae3",
87
+ "red.1": "#feeeef",
88
+ "teal.1": "#effffe",
89
+ fontFamily: "'GT America', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'",
90
+ fontSizeMD: 14,
91
+ lineHeightMD: 1.5700000524520874,
92
+ "whiteAlpha.1": "rgba(1, 1, 1, 0)",
93
+ "blackAlpha.1": "rgba(0, 0, 0, 0)",
94
+ controlHeightMD: 32,
95
+ xXS: 4,
96
+ "orange.1": "#fff0e8",
97
+ "purple.1": "#fef5ff",
98
+ "teal.2": "#ccf8f5",
99
+ "teal.3": "#b2e6e2",
100
+ "teal.4": "#9edad5",
101
+ "teal.5": "#89cbc6",
102
+ "teal.6": "#76bbb6",
103
+ "blackAlpha.3": "rgba(0, 0, 0, 0.07999999821186066)",
104
+ "blackAlpha.4": "rgba(0, 0, 0, 0.11999999731779099)",
105
+ "blackAlpha.5": "rgba(0, 0, 0, 0.1599999964237213)",
106
+ "blackAlpha.6": "rgba(0, 0, 0, 0.23999999463558197)",
107
+ "blackAlpha.7": "rgba(0, 0, 0, 0.3199999928474426)",
108
+ "blackAlpha.8": "rgba(0, 0, 0, 0.47999998927116394)",
109
+ "blackAlpha.9": "rgba(0, 0, 0, 0.6399999856948853)",
110
+ "blackAlpha.10": "rgba(0, 0, 0, 0.7200000286102295)",
111
+ "blackAlpha.11": "rgba(0, 0, 0, 0.8799999952316284)",
112
+ "whiteAlpha.3": "rgba(1, 1, 1, 0.07999999821186066)",
113
+ "whiteAlpha.4": "rgba(1, 1, 1, 0.11999999731779099)",
114
+ "whiteAlpha.5": "rgba(1, 1, 1, 0.1599999964237213)",
115
+ "whiteAlpha.6": "rgba(1, 1, 1, 0.23999999463558197)",
116
+ "whiteAlpha.7": "rgba(1, 1, 1, 0.3199999928474426)",
117
+ "whiteAlpha.8": "rgba(1, 1, 1, 0.47999998927116394)",
118
+ "whiteAlpha.9": "rgba(1, 1, 1, 0.6399999856948853)",
119
+ "whiteAlpha.10": "rgba(1, 1, 1, 0.7200000286102295)",
120
+ "whiteAlpha.11": "rgba(1, 1, 1, 0.8799999952316284)",
121
+ "blue.2": "#d5e3ff",
122
+ "blue.3": "#adc5f3",
123
+ "blue.4": "#7fa1e1",
124
+ "blue.5": "#6486c7",
125
+ "blue.6": "#456095",
126
+ "blue.7": "#2e436d",
127
+ "blue.8": "#253657",
128
+ "yellow.2": "#fdf6cb",
129
+ "orange.2": "#ffe6d9",
130
+ "orange.3": "#fad2bd",
131
+ "orange.4": "#ffc8aa",
132
+ "red.2": "#ffcfdc",
133
+ "red.3": "#ffafc4",
134
+ "red.4": "#fa94ae",
135
+ "purple.2": "#fce0ff",
136
+ "purple.3": "#f9b7ff",
137
+ "purple.4": "#e995f1",
138
+ "blue.9": "#182338",
139
+ "blue.10": "#111928",
140
+ "teal.7": "#498d88",
141
+ "teal.8": "#3b746f",
142
+ "teal.9": "#28504d",
143
+ "teal.10": "#1b3634",
144
+ "yellow.3": "#f7eca3",
145
+ "yellow.4": "#f3e58b",
146
+ "yellow.5": "#e2d272",
147
+ "yellow.6": "#cebe59",
148
+ "yellow.7": "#bdac43",
149
+ "yellow.8": "#a79730",
150
+ "yellow.9": "#786c1e",
151
+ "yellow.10": "#514811",
152
+ "orange.5": "#fdb087",
153
+ "orange.6": "#f09362",
154
+ "orange.7": "#da7743",
155
+ "orange.8": "#c66634",
156
+ "orange.9": "#a74d1d",
157
+ "orange.10": "#78330e",
158
+ "red.5": "#ee7998",
159
+ "red.6": "#d95b7c",
160
+ "red.7": "#c34465",
161
+ "red.8": "#b03757",
162
+ "red.9": "#972a47",
163
+ "red.10": "#721c33",
164
+ "purple.5": "#d278da",
165
+ "purple.6": "#b85fc0",
166
+ "purple.7": "#9842a0",
167
+ "purple.8": "#782c7f",
168
+ "purple.9": "#521d57",
169
+ "purple.10": "#351138",
170
+ xS: 8,
171
+ sM: 12,
172
+ mS: 16,
173
+ lG: 20,
174
+ xL: 24,
175
+ xXL: 28,
176
+ "fontSize-H1": 38,
177
+ "fontSize-H2": 30,
178
+ "fontSize-H3": 24,
179
+ "fontSize-H4": 20,
180
+ "fontSize-H5": 16,
181
+ "fontSize-Icon": 12,
182
+ lineHeightSM: 1.6699999570846558,
183
+ lineHeightH1: 1.2100000381469727,
184
+ lineHeightH2: 1.2699999809265137,
185
+ lineHeightH3: 1.3300000429153442,
186
+ lineHeightH4: 1.399999976158142,
187
+ lineHeightH5: 1.5,
188
+ borderRadiusMD: 6,
189
+ fontFamilyCode: "'RobotoMono', Consolas, 'Liberation Mono', Menlo, Courier, monospace",
190
+ "gray.1": "#fff",
191
+ "gray.2": "#faf9f8",
192
+ "gray.3": "#eceae9",
193
+ "gray.4": "#dcdcd8",
194
+ "gray.5": "#babbb5",
195
+ "gray.6": "#717368",
196
+ "gray.7": "#505249",
197
+ "gray.8": "#2c2d2b",
198
+ "gray.9": "#212020",
199
+ "gray.10": "#0f0e0e",
200
+ "green.1": "#eeffef",
201
+ "green.2": "#cffad8",
202
+ "green.3": "#a7ecb6",
203
+ "green.4": "#8bdb9c",
204
+ "green.5": "#6fc281",
205
+ "green.6": "#5aac6b",
206
+ "green.7": "#40874f",
207
+ "green.8": "#2f683b",
208
+ "green.9": "#204829",
209
+ "green.10": "#122816",
210
+ mD: 18,
211
+ "blurple.1": "#f8f6fb",
212
+ "blurple.2": "#ebe8f8",
213
+ "blurple.3": "#dbceff",
214
+ "blurple.4": "#c3aeff",
215
+ "blurple.5": "#ab8eff",
216
+ "blurple.6": "#8255ff",
217
+ "blurple.7": "#5f29f8",
218
+ "blurple.8": "#3600d1",
219
+ "blurple.9": "#2c00aa",
220
+ "blurple.10": "#20007a",
221
+ "whiteAlpha.2": "rgba(1, 1, 1, 0.03999999910593033)",
222
+ "whiteAlpha.12": "#fff",
223
+ "blackAlpha.2": "rgba(0, 0, 0, 0.03999999910593033)",
224
+ "blackAlpha.12": "#000000"
225
+ },
226
+ components: {
227
+ Menu: {
228
+ controlHeightSM: 32,
229
+ lineHeight: 1.5700000524520874
230
+ },
231
+ Button: {
232
+ onlyIconSizeLG: 20,
233
+ onlyIconSizeSM: 12,
234
+ paddingInline: 16,
235
+ paddingInlineLG: 16,
236
+ paddingInlineSM: 8,
237
+ lineHeight: 1.5700000524520874
238
+ },
239
+ Spin: {
240
+ lineHeight: 1.5700000524520874
241
+ },
242
+ Result: {
243
+ lineHeight: 1.5700000524520874,
244
+ lineHeightHeading3: 1.3300000429153442
245
+ },
246
+ Progress: {
247
+ lineHeight: 1.5700000524520874,
248
+ defaultColor: "#3600d1"
249
+ },
250
+ Notification: {
251
+ lineHeight: 1.5700000524520874
252
+ },
253
+ Modal: {
254
+ lineHeight: 1.5700000524520874
255
+ },
256
+ Message: {
257
+ lineHeight: 1.5700000524520874
258
+ },
259
+ Alert: {
260
+ lineHeight: 1.5700000524520874
261
+ },
262
+ Typography: {
263
+ lineHeight: 1.5700000524520874,
264
+ lineHeightHeading1: 1.2100000381469727,
265
+ lineHeightHeading2: 1.2699999809265137,
266
+ lineHeightHeading3: 1.3300000429153442
267
+ },
268
+ Anchor: {
269
+ lineHeight: 1.5700000524520874
270
+ },
271
+ Breadcrumb: {
272
+ lineHeight: 1.5700000524520874
273
+ },
274
+ Dropdown: {
275
+ lineHeight: 1.5700000524520874
276
+ },
277
+ Pagination: {
278
+ lineHeight: 1.5700000524520874
279
+ },
280
+ Steps: {
281
+ lineHeight: 1.5700000524520874
282
+ },
283
+ Cascader: {
284
+ lineHeight: 1.5700000524520874
285
+ },
286
+ Checkbox: {
287
+ lineHeight: 1.5700000524520874
288
+ },
289
+ DatePicker: {
290
+ lineHeight: 1.5700000524520874
291
+ },
292
+ Form: {
293
+ lineHeight: 1.5700000524520874
294
+ },
295
+ Input: {
296
+ lineHeight: 1.5700000524520874,
297
+ paddingBlockLG: 8,
298
+ paddingInline: 12,
299
+ paddingInlineLG: 12,
300
+ paddingInlineSM: 8
301
+ },
302
+ InputNumber: {
303
+ paddingBlockLG: 8,
304
+ paddingInline: 12,
305
+ paddingInlineLG: 12,
306
+ paddingInlineSM: 8,
307
+ lineHeight: 1.5700000524520874
308
+ },
309
+ Radio: {
310
+ lineHeight: 1.5700000524520874
311
+ },
312
+ Rate: {
313
+ lineHeight: 1.5700000524520874
314
+ },
315
+ Upload: {
316
+ lineHeight: 1.5700000524520874
317
+ },
318
+ TreeSelect: {
319
+ lineHeight: 1.5700000524520874
320
+ },
321
+ Transfer: {
322
+ lineHeight: 1.5700000524520874,
323
+ listWidth: 200
324
+ },
325
+ Select: {
326
+ lineHeight: 1.5700000524520874,
327
+ optionLineHeight: 1.5700000524520874
328
+ },
329
+ Slider: {
330
+ lineHeight: 1.5700000524520874
331
+ },
332
+ Switch: {
333
+ lineHeight: 1.5700000524520874
334
+ },
335
+ TimePicker: {
336
+ lineHeight: 1.5700000524520874
337
+ },
338
+ Avatar: {
339
+ lineHeight: 1.5700000524520874
340
+ },
341
+ Badge: {
342
+ dotSize: 8,
343
+ indicatorHeight: 18,
344
+ indicatorHeightSM: 12,
345
+ statusSize: 8
346
+ },
347
+ Calendar: {
348
+ lineHeight: 1.5700000524520874
349
+ },
350
+ Card: {
351
+ lineHeight: 1.5700000524520874
352
+ },
353
+ Carousel: {
354
+ lineHeight: 1.5700000524520874
355
+ },
356
+ Collapse: {
357
+ lineHeight: 1.5700000524520874
358
+ },
359
+ Descriptions: {
360
+ lineHeight: 1.5700000524520874
361
+ },
362
+ List: {
363
+ lineHeight: 1.5700000524520874
364
+ },
365
+ Popover: {
366
+ lineHeight: 1.5700000524520874
367
+ },
368
+ QRCode: {
369
+ lineHeight: 1.5700000524520874
370
+ },
371
+ Segmented: {
372
+ lineHeight: 1.5700000524520874
373
+ },
374
+ Statistic: {
375
+ lineHeight: 1.5700000524520874
376
+ },
377
+ Table: {
378
+ lineHeight: 1.5700000524520874,
379
+ footerBg: "#fafafa",
380
+ headerBg: "#fafafa"
381
+ },
382
+ Tabs: {
383
+ lineHeight: 1.5700000524520874
384
+ },
385
+ Tag: {
386
+ lineHeight: 1.5700000524520874
387
+ },
388
+ Timeline: {
389
+ lineHeight: 1.5700000524520874
390
+ },
391
+ Tooltip: {
392
+ lineHeight: 1.5700000524520874
393
+ },
394
+ Tour: {
395
+ lineHeight: 1.5700000524520874
396
+ },
397
+ Tree: {
398
+ lineHeight: 1.5700000524520874
399
+ },
400
+ AutoComplete: {
401
+ lineHeight: 1.5700000524520874
23
402
  }
24
- var $ = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
25
- function g(e) {
26
- {
27
- for (var n = arguments.length, a = new Array(n > 1 ? n - 1 : 0), s = 1; s < n; s++)
28
- a[s - 1] = arguments[s];
29
- Ge("error", e, a);
30
- }
31
- }
32
- function Ge(e, n, a) {
33
- {
34
- var s = $.ReactDebugCurrentFrame, c = s.getStackAddendum();
35
- c !== "" && (n += "%s", a = a.concat([c]));
36
- var u = a.map(function(i) {
37
- return String(i);
38
- });
39
- u.unshift("Warning: " + n), Function.prototype.apply.call(console[e], console, u);
40
- }
41
- }
42
- var Ve = !1, He = !1, qe = !1, Je = !1, ze = !1, ce;
43
- ce = Symbol.for("react.module.reference");
44
- function Ke(e) {
45
- return !!(typeof e == "string" || typeof e == "function" || e === v || e === C || ze || e === S || e === P || e === x || Je || e === W || Ve || He || qe || typeof e == "object" && e !== null && (e.$$typeof === F || e.$$typeof === R || e.$$typeof === y || e.$$typeof === E || e.$$typeof === m || // This needs to include all possible module reference object
46
- // types supported by any Flight configuration anywhere since
47
- // we don't know which Flight build this will end up being used
48
- // with.
49
- e.$$typeof === ce || e.getModuleId !== void 0));
50
- }
51
- function Qe(e, n, a) {
52
- var s = e.displayName;
53
- if (s)
54
- return s;
55
- var c = n.displayName || n.name || "";
56
- return c !== "" ? a + "(" + c + ")" : a;
57
- }
58
- function ue(e) {
59
- return e.displayName || "Context";
60
- }
61
- function b(e) {
62
- if (e == null)
63
- return null;
64
- if (typeof e.tag == "number" && g("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
65
- return e.displayName || e.name || null;
66
- if (typeof e == "string")
67
- return e;
68
- switch (e) {
69
- case v:
70
- return "Fragment";
71
- case p:
72
- return "Portal";
73
- case C:
74
- return "Profiler";
75
- case S:
76
- return "StrictMode";
77
- case P:
78
- return "Suspense";
79
- case x:
80
- return "SuspenseList";
81
- }
82
- if (typeof e == "object")
83
- switch (e.$$typeof) {
84
- case E:
85
- var n = e;
86
- return ue(n) + ".Consumer";
87
- case y:
88
- var a = e;
89
- return ue(a._context) + ".Provider";
90
- case m:
91
- return Qe(e, e.render, "ForwardRef");
92
- case R:
93
- var s = e.displayName || null;
94
- return s !== null ? s : b(e.type) || "Memo";
95
- case F: {
96
- var c = e, u = c._payload, i = c._init;
97
- try {
98
- return b(i(u));
99
- } catch {
100
- return null;
101
- }
102
- }
103
- }
104
- return null;
105
- }
106
- var T = Object.assign, D = 0, le, fe, de, ve, me, ge, he;
107
- function xe() {
108
- }
109
- xe.__reactDisabledLog = !0;
110
- function Xe() {
111
- {
112
- if (D === 0) {
113
- le = console.log, fe = console.info, de = console.warn, ve = console.error, me = console.group, ge = console.groupCollapsed, he = console.groupEnd;
114
- var e = {
115
- configurable: !0,
116
- enumerable: !0,
117
- value: xe,
118
- writable: !0
119
- };
120
- Object.defineProperties(console, {
121
- info: e,
122
- log: e,
123
- warn: e,
124
- error: e,
125
- group: e,
126
- groupCollapsed: e,
127
- groupEnd: e
128
- });
129
- }
130
- D++;
131
- }
132
- }
133
- function Ze() {
134
- {
135
- if (D--, D === 0) {
136
- var e = {
137
- configurable: !0,
138
- enumerable: !0,
139
- writable: !0
140
- };
141
- Object.defineProperties(console, {
142
- log: T({}, e, {
143
- value: le
144
- }),
145
- info: T({}, e, {
146
- value: fe
147
- }),
148
- warn: T({}, e, {
149
- value: de
150
- }),
151
- error: T({}, e, {
152
- value: ve
153
- }),
154
- group: T({}, e, {
155
- value: me
156
- }),
157
- groupCollapsed: T({}, e, {
158
- value: ge
159
- }),
160
- groupEnd: T({}, e, {
161
- value: he
162
- })
163
- });
164
- }
165
- D < 0 && g("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
166
- }
167
- }
168
- var J = $.ReactCurrentDispatcher, z;
169
- function N(e, n, a) {
170
- {
171
- if (z === void 0)
172
- try {
173
- throw Error();
174
- } catch (c) {
175
- var s = c.stack.trim().match(/\n( *(at )?)/);
176
- z = s && s[1] || "";
177
- }
178
- return `
179
- ` + z + e;
180
- }
181
- }
182
- var K = !1, B;
183
- {
184
- var er = typeof WeakMap == "function" ? WeakMap : Map;
185
- B = new er();
186
- }
187
- function pe(e, n) {
188
- if (!e || K)
189
- return "";
190
- {
191
- var a = B.get(e);
192
- if (a !== void 0)
193
- return a;
194
- }
195
- var s;
196
- K = !0;
197
- var c = Error.prepareStackTrace;
198
- Error.prepareStackTrace = void 0;
199
- var u;
200
- u = J.current, J.current = null, Xe();
201
- try {
202
- if (n) {
203
- var i = function() {
204
- throw Error();
205
- };
206
- if (Object.defineProperty(i.prototype, "props", {
207
- set: function() {
208
- throw Error();
209
- }
210
- }), typeof Reflect == "object" && Reflect.construct) {
211
- try {
212
- Reflect.construct(i, []);
213
- } catch (_) {
214
- s = _;
215
- }
216
- Reflect.construct(e, [], i);
217
- } else {
218
- try {
219
- i.call();
220
- } catch (_) {
221
- s = _;
222
- }
223
- e.call(i.prototype);
224
- }
225
- } else {
226
- try {
227
- throw Error();
228
- } catch (_) {
229
- s = _;
230
- }
231
- e();
232
- }
233
- } catch (_) {
234
- if (_ && s && typeof _.stack == "string") {
235
- for (var o = _.stack.split(`
236
- `), h = s.stack.split(`
237
- `), l = o.length - 1, f = h.length - 1; l >= 1 && f >= 0 && o[l] !== h[f]; )
238
- f--;
239
- for (; l >= 1 && f >= 0; l--, f--)
240
- if (o[l] !== h[f]) {
241
- if (l !== 1 || f !== 1)
242
- do
243
- if (l--, f--, f < 0 || o[l] !== h[f]) {
244
- var j = `
245
- ` + o[l].replace(" at new ", " at ");
246
- return e.displayName && j.includes("<anonymous>") && (j = j.replace("<anonymous>", e.displayName)), typeof e == "function" && B.set(e, j), j;
247
- }
248
- while (l >= 1 && f >= 0);
249
- break;
250
- }
251
- }
252
- } finally {
253
- K = !1, J.current = u, Ze(), Error.prepareStackTrace = c;
254
- }
255
- var O = e ? e.displayName || e.name : "", we = O ? N(O) : "";
256
- return typeof e == "function" && B.set(e, we), we;
257
- }
258
- function rr(e, n, a) {
259
- return pe(e, !1);
260
- }
261
- function tr(e) {
262
- var n = e.prototype;
263
- return !!(n && n.isReactComponent);
264
- }
265
- function Y(e, n, a) {
266
- if (e == null)
267
- return "";
268
- if (typeof e == "function")
269
- return pe(e, tr(e));
270
- if (typeof e == "string")
271
- return N(e);
272
- switch (e) {
273
- case P:
274
- return N("Suspense");
275
- case x:
276
- return N("SuspenseList");
277
- }
278
- if (typeof e == "object")
279
- switch (e.$$typeof) {
280
- case m:
281
- return rr(e.render);
282
- case R:
283
- return Y(e.type, n, a);
284
- case F: {
285
- var s = e, c = s._payload, u = s._init;
286
- try {
287
- return Y(u(c), n, a);
288
- } catch {
289
- }
290
- }
291
- }
292
- return "";
293
- }
294
- var U = Object.prototype.hasOwnProperty, je = {}, Ee = $.ReactDebugCurrentFrame;
295
- function G(e) {
296
- if (e) {
297
- var n = e._owner, a = Y(e.type, e._source, n ? n.type : null);
298
- Ee.setExtraStackFrame(a);
299
- } else
300
- Ee.setExtraStackFrame(null);
301
- }
302
- function nr(e, n, a, s, c) {
303
- {
304
- var u = Function.call.bind(U);
305
- for (var i in e)
306
- if (u(e, i)) {
307
- var o = void 0;
308
- try {
309
- if (typeof e[i] != "function") {
310
- var h = Error((s || "React class") + ": " + a + " type `" + i + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[i] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
311
- throw h.name = "Invariant Violation", h;
312
- }
313
- o = e[i](n, i, s, a, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
314
- } catch (l) {
315
- o = l;
316
- }
317
- o && !(o instanceof Error) && (G(c), g("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", s || "React class", a, i, typeof o), G(null)), o instanceof Error && !(o.message in je) && (je[o.message] = !0, G(c), g("Failed %s type: %s", a, o.message), G(null));
318
- }
319
- }
320
- }
321
- var ar = Array.isArray;
322
- function Q(e) {
323
- return ar(e);
324
- }
325
- function sr(e) {
326
- {
327
- var n = typeof Symbol == "function" && Symbol.toStringTag, a = n && e[Symbol.toStringTag] || e.constructor.name || "Object";
328
- return a;
329
- }
330
- }
331
- function or(e) {
332
- try {
333
- return Re(e), !1;
334
- } catch {
335
- return !0;
336
- }
337
- }
338
- function Re(e) {
339
- return "" + e;
340
- }
341
- function be(e) {
342
- if (or(e))
343
- return g("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", sr(e)), Re(e);
344
- }
345
- var k = $.ReactCurrentOwner, ir = {
346
- key: !0,
347
- ref: !0,
348
- __self: !0,
349
- __source: !0
350
- }, _e, ye, X;
351
- X = {};
352
- function cr(e) {
353
- if (U.call(e, "ref")) {
354
- var n = Object.getOwnPropertyDescriptor(e, "ref").get;
355
- if (n && n.isReactWarning)
356
- return !1;
357
- }
358
- return e.ref !== void 0;
359
- }
360
- function ur(e) {
361
- if (U.call(e, "key")) {
362
- var n = Object.getOwnPropertyDescriptor(e, "key").get;
363
- if (n && n.isReactWarning)
364
- return !1;
365
- }
366
- return e.key !== void 0;
367
- }
368
- function lr(e, n) {
369
- if (typeof e.ref == "string" && k.current && n && k.current.stateNode !== n) {
370
- var a = b(k.current.type);
371
- X[a] || (g('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', b(k.current.type), e.ref), X[a] = !0);
372
- }
373
- }
374
- function fr(e, n) {
375
- {
376
- var a = function() {
377
- _e || (_e = !0, g("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", n));
378
- };
379
- a.isReactWarning = !0, Object.defineProperty(e, "key", {
380
- get: a,
381
- configurable: !0
382
- });
383
- }
384
- }
385
- function dr(e, n) {
386
- {
387
- var a = function() {
388
- ye || (ye = !0, g("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", n));
389
- };
390
- a.isReactWarning = !0, Object.defineProperty(e, "ref", {
391
- get: a,
392
- configurable: !0
393
- });
394
- }
395
- }
396
- var vr = function(e, n, a, s, c, u, i) {
397
- var o = {
398
- // This tag allows us to uniquely identify this as a React Element
399
- $$typeof: d,
400
- // Built-in properties that belong on the element
401
- type: e,
402
- key: n,
403
- ref: a,
404
- props: i,
405
- // Record the component responsible for creating this element.
406
- _owner: u
407
- };
408
- return o._store = {}, Object.defineProperty(o._store, "validated", {
409
- configurable: !1,
410
- enumerable: !1,
411
- writable: !0,
412
- value: !1
413
- }), Object.defineProperty(o, "_self", {
414
- configurable: !1,
415
- enumerable: !1,
416
- writable: !1,
417
- value: s
418
- }), Object.defineProperty(o, "_source", {
419
- configurable: !1,
420
- enumerable: !1,
421
- writable: !1,
422
- value: c
423
- }), Object.freeze && (Object.freeze(o.props), Object.freeze(o)), o;
424
- };
425
- function mr(e, n, a, s, c) {
426
- {
427
- var u, i = {}, o = null, h = null;
428
- a !== void 0 && (be(a), o = "" + a), ur(n) && (be(n.key), o = "" + n.key), cr(n) && (h = n.ref, lr(n, c));
429
- for (u in n)
430
- U.call(n, u) && !ir.hasOwnProperty(u) && (i[u] = n[u]);
431
- if (e && e.defaultProps) {
432
- var l = e.defaultProps;
433
- for (u in l)
434
- i[u] === void 0 && (i[u] = l[u]);
435
- }
436
- if (o || h) {
437
- var f = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
438
- o && fr(i, f), h && dr(i, f);
439
- }
440
- return vr(e, o, h, c, s, k.current, i);
441
- }
442
- }
443
- var Z = $.ReactCurrentOwner, Fe = $.ReactDebugCurrentFrame;
444
- function w(e) {
445
- if (e) {
446
- var n = e._owner, a = Y(e.type, e._source, n ? n.type : null);
447
- Fe.setExtraStackFrame(a);
448
- } else
449
- Fe.setExtraStackFrame(null);
450
- }
451
- var ee;
452
- ee = !1;
453
- function re(e) {
454
- return typeof e == "object" && e !== null && e.$$typeof === d;
455
- }
456
- function Te() {
457
- {
458
- if (Z.current) {
459
- var e = b(Z.current.type);
460
- if (e)
461
- return `
462
-
463
- Check the render method of \`` + e + "`.";
464
- }
465
- return "";
466
- }
467
- }
468
- function gr(e) {
469
- {
470
- if (e !== void 0) {
471
- var n = e.fileName.replace(/^.*[\\\/]/, ""), a = e.lineNumber;
472
- return `
473
-
474
- Check your code at ` + n + ":" + a + ".";
475
- }
476
- return "";
477
- }
478
- }
479
- var Se = {};
480
- function hr(e) {
481
- {
482
- var n = Te();
483
- if (!n) {
484
- var a = typeof e == "string" ? e : e.displayName || e.name;
485
- a && (n = `
486
-
487
- Check the top-level render call using <` + a + ">.");
488
- }
489
- return n;
490
- }
491
- }
492
- function Ce(e, n) {
493
- {
494
- if (!e._store || e._store.validated || e.key != null)
495
- return;
496
- e._store.validated = !0;
497
- var a = hr(n);
498
- if (Se[a])
499
- return;
500
- Se[a] = !0;
501
- var s = "";
502
- e && e._owner && e._owner !== Z.current && (s = " It was passed a child from " + b(e._owner.type) + "."), w(e), g('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', a, s), w(null);
503
- }
504
- }
505
- function Pe(e, n) {
506
- {
507
- if (typeof e != "object")
508
- return;
509
- if (Q(e))
510
- for (var a = 0; a < e.length; a++) {
511
- var s = e[a];
512
- re(s) && Ce(s, n);
513
- }
514
- else if (re(e))
515
- e._store && (e._store.validated = !0);
516
- else if (e) {
517
- var c = Ue(e);
518
- if (typeof c == "function" && c !== e.entries)
519
- for (var u = c.call(e), i; !(i = u.next()).done; )
520
- re(i.value) && Ce(i.value, n);
521
- }
522
- }
523
- }
524
- function xr(e) {
525
- {
526
- var n = e.type;
527
- if (n == null || typeof n == "string")
528
- return;
529
- var a;
530
- if (typeof n == "function")
531
- a = n.propTypes;
532
- else if (typeof n == "object" && (n.$$typeof === m || // Note: Memo only checks outer props here.
533
- // Inner props are checked in the reconciler.
534
- n.$$typeof === R))
535
- a = n.propTypes;
536
- else
537
- return;
538
- if (a) {
539
- var s = b(n);
540
- nr(a, e.props, "prop", s, e);
541
- } else if (n.PropTypes !== void 0 && !ee) {
542
- ee = !0;
543
- var c = b(n);
544
- g("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", c || "Unknown");
545
- }
546
- typeof n.getDefaultProps == "function" && !n.getDefaultProps.isReactClassApproved && g("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
547
- }
548
- }
549
- function pr(e) {
550
- {
551
- for (var n = Object.keys(e.props), a = 0; a < n.length; a++) {
552
- var s = n[a];
553
- if (s !== "children" && s !== "key") {
554
- w(e), g("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", s), w(null);
555
- break;
556
- }
557
- }
558
- e.ref !== null && (w(e), g("Invalid attribute `ref` supplied to `React.Fragment`."), w(null));
559
- }
560
- }
561
- function $e(e, n, a, s, c, u) {
562
- {
563
- var i = Ke(e);
564
- if (!i) {
565
- var o = "";
566
- (e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (o += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
567
- var h = gr(c);
568
- h ? o += h : o += Te();
569
- var l;
570
- e === null ? l = "null" : Q(e) ? l = "array" : e !== void 0 && e.$$typeof === d ? (l = "<" + (b(e.type) || "Unknown") + " />", o = " Did you accidentally export a JSX literal instead of a component?") : l = typeof e, g("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", l, o);
571
- }
572
- var f = mr(e, n, a, c, u);
573
- if (f == null)
574
- return f;
575
- if (i) {
576
- var j = n.children;
577
- if (j !== void 0)
578
- if (s)
579
- if (Q(j)) {
580
- for (var O = 0; O < j.length; O++)
581
- Pe(j[O], e);
582
- Object.freeze && Object.freeze(j);
583
- } else
584
- g("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
585
- else
586
- Pe(j, e);
587
- }
588
- return e === v ? pr(f) : xr(f), f;
589
- }
590
- }
591
- function jr(e, n, a) {
592
- return $e(e, n, a, !0);
593
- }
594
- function Er(e, n, a) {
595
- return $e(e, n, a, !1);
596
- }
597
- var Rr = Er, br = jr;
598
- A.Fragment = v, A.jsx = Rr, A.jsxs = br;
599
- }()), A;
600
- }
601
- var I = {};
602
- /**
603
- * @license React
604
- * react-jsx-runtime.production.min.js
605
- *
606
- * Copyright (c) Facebook, Inc. and its affiliates.
607
- *
608
- * This source code is licensed under the MIT license found in the
609
- * LICENSE file in the root directory of this source tree.
610
- */
611
- var De;
612
- function Tt() {
613
- if (De)
614
- return I;
615
- De = 1;
616
- var t = ke, d = Symbol.for("react.element"), p = Symbol.for("react.fragment"), v = Object.prototype.hasOwnProperty, S = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, C = { key: !0, ref: !0, __self: !0, __source: !0 };
617
- function y(E, m, P) {
618
- var x, R = {}, F = null, W = null;
619
- P !== void 0 && (F = "" + P), m.key !== void 0 && (F = "" + m.key), m.ref !== void 0 && (W = m.ref);
620
- for (x in m)
621
- v.call(m, x) && !C.hasOwnProperty(x) && (R[x] = m[x]);
622
- if (E && E.defaultProps)
623
- for (x in m = E.defaultProps, m)
624
- R[x] === void 0 && (R[x] = m[x]);
625
- return { $$typeof: d, type: E, key: F, ref: W, props: R, _owner: S.current };
626
403
  }
627
- return I.Fragment = p, I.jsx = y, I.jsxs = y, I;
628
- }
629
- process.env.NODE_ENV === "production" ? ne.exports = Tt() : ne.exports = Ft();
630
- var r = ne.exports;
631
- const Mt = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(Ae, { children: /* @__PURE__ */ r.jsx(yr, { ...t, children: t.children }) }) }), Wt = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(Fr, { ...t }) }), Nt = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(Tr, { ...t }) }), Bt = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(Sr, { ...t, children: t.children }) }), Yt = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(Cr, { ...t }) }), Ut = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(Pr, { ...t }) }), Gt = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx($r, { ...t }) }), Ne = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(ae, { ...t }) });
632
- Ne.Group = ae.Group;
633
- Ne.Button = ae.Button;
634
- const Vt = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(wr, { ...t }) }), Ht = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(Or, { ...t }) }), oe = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(V, { ...t }) });
635
- oe.Panel = V.Panel;
636
- oe.SHOW_PARENT = V.SHOW_PARENT;
637
- oe.SHOW_CHILD = V.SHOW_CHILD;
638
- const qt = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(Dr, { ...t }) }), St = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(Ie, { ...t }) });
639
- St.Group = Ie.Group;
640
- const H = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(L, { ...t }) });
641
- H.Group = L.Group;
642
- H.Password = L.Password;
643
- H.Search = L.Search;
644
- H.TextArea = L.TextArea;
645
- const Jt = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(kr, { ...t }) }), zt = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(Ar, { ...t }) }), Kt = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(Ir, { ...t }) }), Qt = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(Lr, { ...t }) }), Xt = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(Mr, { ...t }) }), Zt = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(Wr, { ...t }) }), en = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(Nr, { ...t }) }), rn = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(Br, { ...t }) }), tn = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(Yr, { ...t }) }), nn = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(Ur, { ...t }) }), an = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(Gr, { ...t }) }), sn = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(Vr, { ...t }) }), on = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(Hr, { ...t }) }), cn = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(qr, { ...t }) }), un = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(Jr, { ...t }) }), ln = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(zr, { ...t }) }), fn = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(Kr, { ...t }) }), dn = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(Qr, { ...t }) }), vn = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(Xr, { ...t }) }), mn = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(Zr, { ...t }) }), gn = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(et, { ...t }) }), hn = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(rt, { ...t }) }), xn = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(tt, { ...t }) }), pn = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(nt, { ...t }) }), Be = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(se, { ...t }) });
646
- Be.PRESENTED_IMAGE_DEFAULT = se.PRESENTED_IMAGE_DEFAULT;
647
- Be.PRESENTED_IMAGE_SIMPLE = se.PRESENTED_IMAGE_SIMPLE;
648
- const jn = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(at, { ...t }) }), Ct = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(Le, { ...t }) });
649
- Ct.Item = Le.Item;
650
- const En = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(st, { ...t }) }), Pt = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(ot, { ...t }) }), Rn = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(it, { ...t }) }), $t = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(
651
- ct,
404
+ } }) }), _e = (e) => /* @__PURE__ */ r(f, { children: /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(P, { ...e, children: e.children }) }) }), Ue = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(E, { ...e }) }), Oe = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(M, { ...e }) }), Qe = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(k, { ...e, children: e.children }) }), Xe = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(x, { ...e }) }), je = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(D, { ...e }) }), qe = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(L, { ...e }) }), $ = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(u, { ...e }) });
405
+ $.Group = u.Group;
406
+ $.Button = u.Button;
407
+ const Je = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(w, { ...e }) }), Ke = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(R, { ...e }) }), b = (e) => /* @__PURE__ */ r(H, { children: /* @__PURE__ */ r(c, { ...e }) });
408
+ b.Panel = c.Panel;
409
+ b.SHOW_PARENT = c.SHOW_PARENT;
410
+ b.SHOW_CHILD = c.SHOW_CHILD;
411
+ const Ve = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(F, { ...e }) }), Me = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(S, { ...e }) });
412
+ Me.Group = S.Group;
413
+ const d = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(a, { ...e }) });
414
+ d.Group = a.Group;
415
+ d.Password = a.Password;
416
+ d.Search = a.Search;
417
+ d.TextArea = a.TextArea;
418
+ const Ye = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(G, { ...e }) }), Ze = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(W, { ...e }) }), er = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(N, { ...e }) }), rr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(z, { ...e }) }), or = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(_, { ...e }) }), nr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(U, { ...e }) }), tr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(O, { ...e }) }), ir = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(Q, { ...e }) }), ar = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(X, { ...e }) }), lr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(j, { ...e }) }), cr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(q, { ...e }) }), dr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(J, { ...e }) }), sr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(K, { ...e }) }), gr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(V, { ...e }) }), fr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(Y, { ...e }) }), hr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(Z, { ...e }) }), ur = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(ee, { ...e }) }), pr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(re, { ...e }) }), br = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(oe, { ...e }) }), Hr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(ne, { ...e }) }), Sr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(te, { ...e }) }), mr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(ie, { ...e }) }), Tr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(ae, { ...e }) }), Ar = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(le, { ...e }) }), y = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(p, { ...e }) });
419
+ y.PRESENTED_IMAGE_DEFAULT = p.PRESENTED_IMAGE_DEFAULT;
420
+ y.PRESENTED_IMAGE_SIMPLE = p.PRESENTED_IMAGE_SIMPLE;
421
+ const $r = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(ce, { ...e }) }), ke = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(m, { ...e }) });
422
+ ke.Item = m.Item;
423
+ const yr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(de, { ...e }) }), xe = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(se, { ...e }) }), Br = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(ge, { ...e }) }), De = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(
424
+ fe,
652
425
  {
653
- ...t,
426
+ ...e,
654
427
  active: !0,
655
- style: { width: "100%", ...t.style }
428
+ style: { width: "100%", ...e.style }
656
429
  }
657
- ) }), bn = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(ut, { ...t }) }), _n = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(lt, { ...t }) }), yn = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(ft, { ...t }) }), wt = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(dt, { ...t }) }), Fn = (t) => {
658
- const [d, p] = vt.useNotification(), v = () => {
659
- d.open({ ...t });
660
- };
661
- return /* @__PURE__ */ r.jsxs(r.Fragment, { children: [
662
- p,
663
- /* @__PURE__ */ r.jsx("span", { onClick: v, children: t.children })
430
+ ) }), Cr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(he, { ...e }) }), Ir = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(ue, { ...e }) }), vr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(pe, { ...e }) }), Le = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(be, { ...e }) }), Pr = (e) => {
431
+ const [n, t] = He.useNotification();
432
+ return /* @__PURE__ */ h(o, { children: [
433
+ t,
434
+ /* @__PURE__ */ r("span", { onClick: () => {
435
+ n.open({ ...e });
436
+ }, children: e.children })
664
437
  ] });
665
- }, Ot = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(Me, { ...t }) });
666
- Ot.ErrorBoundary = Me.ErrorBoundary;
667
- const Tn = (t) => {
668
- const [d, p] = mt.useMessage(), v = () => {
669
- d.open({ ...t });
670
- };
671
- return /* @__PURE__ */ r.jsxs(r.Fragment, { children: [
672
- p,
673
- /* @__PURE__ */ r.jsx("span", { onClick: v, children: t.children })
438
+ }, we = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(T, { ...e }) });
439
+ we.ErrorBoundary = T.ErrorBoundary;
440
+ const Er = (e) => {
441
+ const [n, t] = Se.useMessage();
442
+ return /* @__PURE__ */ h(o, { children: [
443
+ t,
444
+ /* @__PURE__ */ r("span", { onClick: () => {
445
+ n.open({ ...e });
446
+ }, children: e.children })
674
447
  ] });
675
- }, Dt = (t) => _r(t, []);
676
- function kt(t) {
677
- const [d, p] = te(!0), [v, S] = te(!1), [C, y] = te(void 0);
678
- return Dt(() => {
679
- t().then((E) => {
680
- y(E);
448
+ }, Re = (e) => Ee(e, []);
449
+ function Fe(e) {
450
+ const [n, t] = g(!0), [i, B] = g(!1), [C, I] = g(void 0);
451
+ return Re(() => {
452
+ e().then((v) => {
453
+ I(v);
681
454
  }).catch(() => {
682
- S(!0);
455
+ B(!0);
683
456
  }).finally(() => {
684
- p(!1);
457
+ t(!1);
685
458
  });
686
- }), [d, v, C];
459
+ }), [n, i, C];
687
460
  }
688
- function Sn(t) {
689
- const [d, p, v] = kt(t.fetchData);
690
- if (v)
691
- debugger;
692
- return /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsxs(wt, { ...t, children: [
693
- d && /* @__PURE__ */ r.jsx($t, {}),
694
- p && /* @__PURE__ */ r.jsx(
695
- Pt,
461
+ function Mr(e) {
462
+ const [n, t, i] = Fe(e.fetchData);
463
+ return /* @__PURE__ */ r(f, { children: /* @__PURE__ */ h(Le, { ...e, children: [
464
+ n && /* @__PURE__ */ r(De, {}),
465
+ t && /* @__PURE__ */ r(
466
+ xe,
696
467
  {
697
468
  status: "error",
698
469
  title: "Error Loading"
699
470
  }
700
471
  ),
701
- !d && !p && t.children(v)
472
+ !n && !t && e.children(i)
702
473
  ] }) });
703
474
  }
704
- const Cn = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(gt, { ...t }) }), Pn = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(ht, { ...t }) }), $n = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(xt, { ...t }) }), q = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(M, { ...t }) });
705
- q.Sider = M.Sider;
706
- q.Footer = M.Footer;
707
- q.Content = M.Content;
708
- q.Header = M.Header;
709
- const wn = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(pt, { ...t }) }), On = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(jt, { ...t }) }), At = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(We, { ...t, children: t.children }) });
710
- At.Button = We.Button;
711
- const Dn = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(Et, { ...t }) }), kn = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(Rt, { ...t }) }), An = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(bt, { ...t }) }), In = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(Ae, { ...t }) }), Ln = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(_t, { ...t }) }), Mn = (t) => /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(yt, { ...t }) });
475
+ const kr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(me, { ...e }) }), xr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(Te, { ...e }) }), Dr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(Ae, { ...e }) }), s = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(l, { ...e }) });
476
+ s.Sider = l.Sider;
477
+ s.Footer = l.Footer;
478
+ s.Content = l.Content;
479
+ s.Header = l.Header;
480
+ const Lr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r($e, { ...e }) }), wr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(ye, { ...e }) }), Ge = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(A, { ...e, children: e.children }) });
481
+ Ge.Button = A.Button;
482
+ const Rr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(Be, { ...e }) }), Fr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(Ce, { ...e }) }), Gr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(Ie, { ...e }) }), Wr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(ve, { ...e }) }), Nr = (e) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(Pe, { ...e }) });
712
483
  export {
713
- Ln as Affix,
714
- Ot as Alert,
715
- On as Anchor,
716
- Mn as App,
717
- Qt as AutoComplete,
718
- hn as Avatar,
719
- mn as Badge,
720
- Dn as Breadcrumb,
721
- Mt as Button,
722
- tn as Calendar,
723
- gn as Card,
724
- cn as Carousel,
725
- oe as Cascader,
726
- St as Checkbox,
727
- Bn as Col,
728
- en as Collapse,
729
- Vt as ColorPicker,
730
- In as ConfigProvider,
731
- qt as DatePicker,
732
- xn as Descriptions,
733
- Pn as Divider,
734
- yn as Drawer,
735
- At as Dropdown,
736
- Be as Empty,
737
- Cn as Flex,
738
- Wt as FloatButton,
739
- Bt as Form,
740
- Yn as Grid,
741
- dn as Image,
742
- H as Input,
743
- Jt as InputNumber,
744
- q as Layout,
745
- Ct as List,
746
- Sn as LoadingModal,
747
- Gt as Mentions,
748
- An as Menu,
749
- Tn as Message,
750
- wt as Modal,
751
- Fn as Notification,
752
- kn as Pagination,
753
- _n as Popconfirm,
754
- jn as Popover,
755
- En as Progress,
756
- vn as QRCode,
757
- Ne as Radio,
758
- Nt as Rate,
759
- Pt as Result,
760
- Un as Row,
761
- nn as Segmented,
762
- Ut as Select,
763
- $t as Skeleton,
764
- Ht as Slider,
765
- $n as Space,
766
- Rn as Spin,
767
- ln as Statistic,
768
- wn as Steps,
769
- zt as Switch,
770
- pn as Table,
771
- an as Tabs,
772
- sn as Tag,
773
- Xt as TimePicker,
774
- rn as Timeline,
775
- un as Tooltip,
776
- on as Tour,
777
- Zt as Transfer,
778
- fn as Tree,
779
- Yt as TreeSelect,
780
- Kt as Upload,
781
- bn as Watermark
484
+ Wr as Affix,
485
+ we as Alert,
486
+ wr as Anchor,
487
+ Nr as App,
488
+ rr as AutoComplete,
489
+ mr as Avatar,
490
+ Hr as Badge,
491
+ Rr as Breadcrumb,
492
+ _e as Button,
493
+ ar as Calendar,
494
+ Sr as Card,
495
+ gr as Carousel,
496
+ b as Cascader,
497
+ Me as Checkbox,
498
+ Ur as Col,
499
+ tr as Collapse,
500
+ Je as ColorPicker,
501
+ o as ConfigProvider,
502
+ Ve as DatePicker,
503
+ Tr as Descriptions,
504
+ xr as Divider,
505
+ vr as Drawer,
506
+ Ge as Dropdown,
507
+ y as Empty,
508
+ kr as Flex,
509
+ Ue as FloatButton,
510
+ Qe as Form,
511
+ Or as Grid,
512
+ pr as Image,
513
+ d as Input,
514
+ Ye as InputNumber,
515
+ s as Layout,
516
+ ke as List,
517
+ Mr as LoadingModal,
518
+ qe as Mentions,
519
+ Gr as Menu,
520
+ Er as Message,
521
+ Le as Modal,
522
+ Pr as Notification,
523
+ Fr as Pagination,
524
+ Ir as Popconfirm,
525
+ $r as Popover,
526
+ yr as Progress,
527
+ br as QRCode,
528
+ $ as Radio,
529
+ Oe as Rate,
530
+ xe as Result,
531
+ Qr as Row,
532
+ lr as Segmented,
533
+ je as Select,
534
+ De as Skeleton,
535
+ Ke as Slider,
536
+ Dr as Space,
537
+ Br as Spin,
538
+ hr as Statistic,
539
+ Lr as Steps,
540
+ Ze as Switch,
541
+ Ar as Table,
542
+ cr as Tabs,
543
+ dr as Tag,
544
+ or as TimePicker,
545
+ ir as Timeline,
546
+ fr as Tooltip,
547
+ sr as Tour,
548
+ nr as Transfer,
549
+ ur as Tree,
550
+ Xe as TreeSelect,
551
+ er as Upload,
552
+ Cr as Watermark
782
553
  };