asterui 0.12.70 → 0.12.71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/DateOfBirth.d.ts +29 -0
- package/dist/components/DateOfBirth.js +157 -0
- package/dist/components/DateOfBirth.js.map +1 -0
- package/dist/components/DatePicker.js +183 -173
- package/dist/components/DatePicker.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +222 -220
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8,119 +8,120 @@ import { Badge as C } from "./components/Badge.js";
|
|
|
8
8
|
import { Breadcrumb as g } from "./components/Breadcrumb.js";
|
|
9
9
|
import { Button as S } from "./components/Button.js";
|
|
10
10
|
import { SizeContext as h, SizeProvider as k, useSize as v } from "./contexts/SizeContext.js";
|
|
11
|
-
import { CopyButton as
|
|
12
|
-
import { Checkbox as
|
|
13
|
-
import { Chat as
|
|
11
|
+
import { CopyButton as D } from "./components/CopyButton.js";
|
|
12
|
+
import { Checkbox as B } from "./components/Checkbox.js";
|
|
13
|
+
import { Chat as w } from "./components/Chat.js";
|
|
14
14
|
import { ColorPicker as M } from "./components/ColorPicker.js";
|
|
15
15
|
import { Card as L } from "./components/Card.js";
|
|
16
16
|
import { Carousel as z } from "./components/Carousel.js";
|
|
17
17
|
import { Cascader as W } from "./components/Cascader.js";
|
|
18
|
-
import { ConfigContext as K, ConfigProvider as E, useComponentLocale as N, useConfig as
|
|
18
|
+
import { ConfigContext as K, ConfigProvider as E, useComponentLocale as N, useConfig as O, useLocale as J } from "./providers/ConfigProvider.js";
|
|
19
19
|
import { Collapse as j } from "./components/Collapse.js";
|
|
20
20
|
import { Command as Q } from "./components/Command.js";
|
|
21
21
|
import { Container as X } from "./components/Container.js";
|
|
22
22
|
import { ContextMenu as Z } from "./components/ContextMenu.js";
|
|
23
23
|
import { Countdown as $ } from "./components/Countdown.js";
|
|
24
24
|
import { DatePicker as ro } from "./components/DatePicker.js";
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import { default as Lt } from "./locale/en-
|
|
115
|
-
import { default as zt } from "./locale/en-
|
|
116
|
-
import { default as Wt } from "./locale/
|
|
117
|
-
import { default as Kt } from "./locale/
|
|
118
|
-
import { default as Nt } from "./locale/
|
|
119
|
-
import { default as
|
|
120
|
-
import { default as jt } from "./locale/
|
|
121
|
-
import { default as Qt } from "./locale/
|
|
122
|
-
import { default as Xt } from "./locale/
|
|
123
|
-
import {
|
|
25
|
+
import { DateOfBirth as to } from "./components/DateOfBirth.js";
|
|
26
|
+
import { MonthCalendar as mo } from "./components/MonthCalendar.js";
|
|
27
|
+
import { WeekCalendar as xo } from "./components/WeekCalendar.js";
|
|
28
|
+
import { Descriptions as so } from "./components/Descriptions.js";
|
|
29
|
+
import { Diff as io } from "./components/Diff.js";
|
|
30
|
+
import { Dock as lo } from "./components/Dock.js";
|
|
31
|
+
import { Divider as co } from "./components/Divider.js";
|
|
32
|
+
import { Drawer as To } from "./components/Drawer.js";
|
|
33
|
+
import { ResponsiveDrawer as Po } from "./components/ResponsiveDrawer.js";
|
|
34
|
+
import { Fieldset as ko } from "./components/Fieldset.js";
|
|
35
|
+
import { FileInput as Ro } from "./components/FileInput.js";
|
|
36
|
+
import { Filter as bo } from "./components/Filter.js";
|
|
37
|
+
import { Flex as Fo } from "./components/Flex.js";
|
|
38
|
+
import { FloatButton as yo } from "./components/FloatButton.js";
|
|
39
|
+
import { Footer as Ao } from "./components/Footer.js";
|
|
40
|
+
import { Form as Io, useForm as zo, useFormInstance as Ho } from "./components/Form.js";
|
|
41
|
+
import { Col as Go, Grid as Ko, Row as Eo } from "./components/Grid.js";
|
|
42
|
+
import { Hero as Oo } from "./components/Hero.js";
|
|
43
|
+
import { HoverGallery as Uo } from "./components/HoverGallery.js";
|
|
44
|
+
import { Image as qo } from "./components/Image.js";
|
|
45
|
+
import { Dropdown as Vo } from "./components/Dropdown.js";
|
|
46
|
+
import { Empty as Yo } from "./components/Empty.js";
|
|
47
|
+
import { Input as _o } from "./components/Input.js";
|
|
48
|
+
import { InputNumber as or } from "./components/InputNumber.js";
|
|
49
|
+
import { Join as er } from "./components/Join.js";
|
|
50
|
+
import { Kbd as pr } from "./components/Kbd.js";
|
|
51
|
+
import { Layout as fr, useSiderContext as xr } from "./components/Layout.js";
|
|
52
|
+
import { List as sr } from "./components/List.js";
|
|
53
|
+
import { Loading as ir } from "./components/Loading.js";
|
|
54
|
+
import { Mask as lr } from "./components/Mask.js";
|
|
55
|
+
import { Masonry as Cr } from "./components/Masonry.js";
|
|
56
|
+
import { Mention as gr } from "./components/Mention.js";
|
|
57
|
+
import { Menu as Sr } from "./components/Menu.js";
|
|
58
|
+
import { Browser as hr } from "./components/Browser.js";
|
|
59
|
+
import { Code as vr } from "./components/Code.js";
|
|
60
|
+
import { Phone as Dr } from "./components/Phone.js";
|
|
61
|
+
import { Window as Br } from "./components/Window.js";
|
|
62
|
+
import { Modal as wr } from "./components/Modal.js";
|
|
63
|
+
import { Navbar as Mr } from "./components/Navbar.js";
|
|
64
|
+
import { notification as Lr } from "./components/Notification.js";
|
|
65
|
+
import { MessageManager as zr, message as Hr } from "./components/Message.js";
|
|
66
|
+
import { OTPInput as Gr } from "./components/OTPInput.js";
|
|
67
|
+
import { Pagination as Er } from "./components/Pagination.js";
|
|
68
|
+
import { Popconfirm as Or } from "./components/Popconfirm.js";
|
|
69
|
+
import { Popover as Ur } from "./components/Popover.js";
|
|
70
|
+
import { Progress as qr } from "./components/Progress.js";
|
|
71
|
+
import { Radio as Vr } from "./components/Radio.js";
|
|
72
|
+
import { RadialProgress as Yr } from "./components/RadialProgress.js";
|
|
73
|
+
import { Range as _r } from "./components/Range.js";
|
|
74
|
+
import { Rating as oe } from "./components/Rating.js";
|
|
75
|
+
import { Result as ee } from "./components/Result.js";
|
|
76
|
+
import { Select as pe } from "./components/Select.js";
|
|
77
|
+
import { Segmented as fe } from "./components/Segmented.js";
|
|
78
|
+
import { Skeleton as ae } from "./components/Skeleton.js";
|
|
79
|
+
import { Space as ne } from "./components/Space.js";
|
|
80
|
+
import { Splitter as ue } from "./components/Splitter.js";
|
|
81
|
+
import { Stats as de } from "./components/Stat.js";
|
|
82
|
+
import { Status as ce } from "./components/Status.js";
|
|
83
|
+
import { Steps as Te } from "./components/Steps.js";
|
|
84
|
+
import { Table as Pe } from "./components/Table.js";
|
|
85
|
+
import { Tabs as ke } from "./components/Tabs.js";
|
|
86
|
+
import { Textarea as Re } from "./components/Textarea.js";
|
|
87
|
+
import { TextRotate as be } from "./components/TextRotate.js";
|
|
88
|
+
import { CheckableTag as Fe, Tag as we, TagLiveRegion as ye } from "./components/Tag.js";
|
|
89
|
+
import { ThemeController as Ae } from "./components/ThemeController.js";
|
|
90
|
+
import { ThemeProvider as Ie, useHasThemeProvider as ze, useThemeContext as He } from "./providers/ThemeProvider.js";
|
|
91
|
+
import { TimePicker as Ge } from "./components/TimePicker.js";
|
|
92
|
+
import { Timeline as Ee } from "./components/Timeline.js";
|
|
93
|
+
import { Toggle as Oe } from "./components/Toggle.js";
|
|
94
|
+
import { Tour as Ue } from "./components/Tour.js";
|
|
95
|
+
import { Tooltip as qe } from "./components/Tooltip.js";
|
|
96
|
+
import { Transfer as Ve } from "./components/Transfer.js";
|
|
97
|
+
import { Tree as Ye } from "./components/Tree.js";
|
|
98
|
+
import { TreeSelect as _e, TreeSelectComponent as $e } from "./components/TreeSelect.js";
|
|
99
|
+
import { Typography as rt } from "./components/Typography.js";
|
|
100
|
+
import { Upload as tt } from "./components/Upload.js";
|
|
101
|
+
import { Watermark as mt } from "./components/Watermark.js";
|
|
102
|
+
import { Hide as xt, Show as at } from "./components/Responsive.js";
|
|
103
|
+
import { useBreakpoint as nt } from "./hooks/useBreakpoint.js";
|
|
104
|
+
import { useDisclosure as ut } from "./hooks/useDisclosure.js";
|
|
105
|
+
import { useClipboard as dt } from "./hooks/useClipboard.js";
|
|
106
|
+
import { useLocalStorage as ct } from "./hooks/useLocalStorage.js";
|
|
107
|
+
import { useDebounce as Tt } from "./hooks/useDebounce.js";
|
|
108
|
+
import { useClickOutside as Pt } from "./hooks/useClickOutside.js";
|
|
109
|
+
import { usePrevious as kt } from "./hooks/usePrevious.js";
|
|
110
|
+
import { useHover as Rt } from "./hooks/useHover.js";
|
|
111
|
+
import { useKeyPress as bt, useKeyPressCallback as Bt } from "./hooks/useKeyPress.js";
|
|
112
|
+
import { useWindowSize as wt } from "./hooks/useWindowSize.js";
|
|
113
|
+
import { useTheme as Mt } from "./hooks/useTheme.js";
|
|
114
|
+
import { default as Lt } from "./locale/en-US.js";
|
|
115
|
+
import { default as zt } from "./locale/en-GB.js";
|
|
116
|
+
import { default as Wt } from "./locale/en-CA.js";
|
|
117
|
+
import { default as Kt } from "./locale/zh-CN.js";
|
|
118
|
+
import { default as Nt } from "./locale/es-ES.js";
|
|
119
|
+
import { default as Jt } from "./locale/ja-JP.js";
|
|
120
|
+
import { default as jt } from "./locale/pt-BR.js";
|
|
121
|
+
import { default as Qt } from "./locale/de-DE.js";
|
|
122
|
+
import { default as Xt } from "./locale/fr-FR.js";
|
|
123
|
+
import { default as Zt } from "./locale/ko-KR.js";
|
|
124
|
+
import { useWatch as $t } from "react-hook-form";
|
|
124
125
|
export {
|
|
125
126
|
e as Affix,
|
|
126
127
|
a as Alert,
|
|
@@ -131,16 +132,16 @@ export {
|
|
|
131
132
|
l as AvatarGroup,
|
|
132
133
|
C as Badge,
|
|
133
134
|
g as Breadcrumb,
|
|
134
|
-
|
|
135
|
+
hr as Browser,
|
|
135
136
|
S as Button,
|
|
136
137
|
L as Card,
|
|
137
138
|
z as Carousel,
|
|
138
139
|
W as Cascader,
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
140
|
+
w as Chat,
|
|
141
|
+
Fe as CheckableTag,
|
|
142
|
+
B as Checkbox,
|
|
143
|
+
vr as Code,
|
|
144
|
+
Go as Col,
|
|
144
145
|
j as Collapse,
|
|
145
146
|
M as ColorPicker,
|
|
146
147
|
Q as Command,
|
|
@@ -148,122 +149,123 @@ export {
|
|
|
148
149
|
E as ConfigProvider,
|
|
149
150
|
X as Container,
|
|
150
151
|
Z as ContextMenu,
|
|
151
|
-
|
|
152
|
+
D as CopyButton,
|
|
152
153
|
$ as Countdown,
|
|
154
|
+
to as DateOfBirth,
|
|
153
155
|
ro as DatePicker,
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
156
|
+
so as Descriptions,
|
|
157
|
+
io as Diff,
|
|
158
|
+
co as Divider,
|
|
159
|
+
lo as Dock,
|
|
160
|
+
To as Drawer,
|
|
161
|
+
Vo as Dropdown,
|
|
162
|
+
Yo as Empty,
|
|
163
|
+
ko as Fieldset,
|
|
164
|
+
Ro as FileInput,
|
|
165
|
+
bo as Filter,
|
|
166
|
+
Fo as Flex,
|
|
167
|
+
yo as FloatButton,
|
|
168
|
+
Ao as Footer,
|
|
169
|
+
Io as Form,
|
|
170
|
+
Ko as Grid,
|
|
171
|
+
Oo as Hero,
|
|
172
|
+
xt as Hide,
|
|
173
|
+
Uo as HoverGallery,
|
|
174
|
+
qo as Image,
|
|
175
|
+
_o as Input,
|
|
176
|
+
or as InputNumber,
|
|
177
|
+
er as Join,
|
|
178
|
+
pr as Kbd,
|
|
179
|
+
fr as Layout,
|
|
180
|
+
sr as List,
|
|
181
|
+
ir as Loading,
|
|
182
|
+
lr as Mask,
|
|
183
|
+
Cr as Masonry,
|
|
184
|
+
gr as Mention,
|
|
185
|
+
Sr as Menu,
|
|
186
|
+
zr as MessageManager,
|
|
187
|
+
wr as Modal,
|
|
188
|
+
mo as MonthCalendar,
|
|
189
|
+
Mr as Navbar,
|
|
190
|
+
Gr as OTPInput,
|
|
191
|
+
Er as Pagination,
|
|
192
|
+
Dr as Phone,
|
|
193
|
+
Or as Popconfirm,
|
|
194
|
+
Ur as Popover,
|
|
195
|
+
qr as Progress,
|
|
196
|
+
Yr as RadialProgress,
|
|
197
|
+
Vr as Radio,
|
|
198
|
+
_r as Range,
|
|
199
|
+
oe as Rating,
|
|
200
|
+
Po as ResponsiveDrawer,
|
|
201
|
+
ee as Result,
|
|
202
|
+
Eo as Row,
|
|
203
|
+
fe as Segmented,
|
|
204
|
+
pe as Select,
|
|
205
|
+
at as Show,
|
|
204
206
|
h as SizeContext,
|
|
205
207
|
k as SizeProvider,
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
208
|
+
ae as Skeleton,
|
|
209
|
+
ne as Space,
|
|
210
|
+
ue as Splitter,
|
|
211
|
+
de as Stats,
|
|
212
|
+
ce as Status,
|
|
213
|
+
Te as Steps,
|
|
214
|
+
Pe as Table,
|
|
215
|
+
ke as Tabs,
|
|
216
|
+
we as Tag,
|
|
217
|
+
ye as TagLiveRegion,
|
|
218
|
+
be as TextRotate,
|
|
219
|
+
Re as Textarea,
|
|
220
|
+
Ae as ThemeController,
|
|
221
|
+
Ie as ThemeProvider,
|
|
222
|
+
Ge as TimePicker,
|
|
223
|
+
Ee as Timeline,
|
|
224
|
+
Oe as Toggle,
|
|
225
|
+
qe as Tooltip,
|
|
226
|
+
Ue as Tour,
|
|
227
|
+
Ve as Transfer,
|
|
228
|
+
Ye as Tree,
|
|
229
|
+
_e as TreeSelect,
|
|
230
|
+
$e as TreeSelectComponent,
|
|
231
|
+
rt as Typography,
|
|
232
|
+
tt as Upload,
|
|
233
|
+
mt as Watermark,
|
|
234
|
+
xo as WeekCalendar,
|
|
235
|
+
Br as Window,
|
|
236
|
+
Qt as deDE,
|
|
237
|
+
Wt as enCA,
|
|
238
|
+
zt as enGB,
|
|
239
|
+
Lt as enUS,
|
|
240
|
+
Nt as esES,
|
|
241
|
+
Xt as frFR,
|
|
242
|
+
Jt as jaJP,
|
|
243
|
+
Zt as koKR,
|
|
244
|
+
Hr as message,
|
|
245
|
+
Lr as notification,
|
|
246
|
+
jt as ptBR,
|
|
247
|
+
nt as useBreakpoint,
|
|
248
|
+
Pt as useClickOutside,
|
|
249
|
+
dt as useClipboard,
|
|
248
250
|
N as useComponentLocale,
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
251
|
+
O as useConfig,
|
|
252
|
+
Tt as useDebounce,
|
|
253
|
+
ut as useDisclosure,
|
|
254
|
+
zo as useForm,
|
|
255
|
+
Ho as useFormInstance,
|
|
256
|
+
ze as useHasThemeProvider,
|
|
257
|
+
Rt as useHover,
|
|
258
|
+
bt as useKeyPress,
|
|
259
|
+
Bt as useKeyPressCallback,
|
|
260
|
+
ct as useLocalStorage,
|
|
261
|
+
J as useLocale,
|
|
262
|
+
kt as usePrevious,
|
|
263
|
+
xr as useSiderContext,
|
|
262
264
|
v as useSize,
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
265
|
+
Mt as useTheme,
|
|
266
|
+
He as useThemeContext,
|
|
267
|
+
$t as useWatch,
|
|
268
|
+
wt as useWindowSize,
|
|
269
|
+
Kt as zhCN
|
|
268
270
|
};
|
|
269
271
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|