asterui 0.12.54 → 0.12.55
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/Button.js +25 -25
- package/dist/components/Button.js.map +1 -1
- package/dist/components/Card.d.ts +1 -3
- package/dist/components/Card.js +74 -75
- package/dist/components/Card.js.map +1 -1
- package/dist/components/Chart.js +57 -88
- package/dist/components/Chart.js.map +1 -1
- package/dist/components/CopyButton.js +76 -77
- package/dist/components/CopyButton.js.map +1 -1
- package/dist/components/Drawer.js +9 -9
- package/dist/components/Drawer.js.map +1 -1
- package/dist/components/ThemeProvider.d.ts +50 -0
- package/dist/components/ThemeProvider.js +128 -0
- package/dist/components/ThemeProvider.js.map +1 -0
- package/dist/components/Watermark.js +86 -94
- package/dist/components/Watermark.js.map +1 -1
- package/dist/contexts/SizeContext.d.ts +22 -0
- package/dist/contexts/SizeContext.js +15 -0
- package/dist/contexts/SizeContext.js.map +1 -0
- package/dist/hooks/useTheme.d.ts +26 -16
- package/dist/hooks/useTheme.js +101 -40
- package/dist/hooks/useTheme.js.map +1 -1
- package/dist/index.d.ts +4 -2
- package/dist/index.js +235 -229
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/contexts/IconSizeContext.d.ts +0 -2
- package/dist/contexts/IconSizeContext.js +0 -6
- package/dist/contexts/IconSizeContext.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -1,258 +1,264 @@
|
|
|
1
1
|
import { Affix as e } from "./components/Affix.js";
|
|
2
2
|
import { Anchor as p } from "./components/Anchor.js";
|
|
3
|
-
import { Alert as
|
|
3
|
+
import { Alert as f } from "./components/Alert.js";
|
|
4
4
|
import { Autocomplete as a } from "./components/Autocomplete.js";
|
|
5
5
|
import { Avatar as n, AvatarGroup as i } from "./components/Avatar.js";
|
|
6
|
-
import { Badge as
|
|
6
|
+
import { Badge as l } from "./components/Badge.js";
|
|
7
7
|
import { Breadcrumb as C } from "./components/Breadcrumb.js";
|
|
8
8
|
import { Button as g } from "./components/Button.js";
|
|
9
|
-
import {
|
|
10
|
-
import { CopyButton as
|
|
9
|
+
import { SizeContext as S, SizeProvider as P, useSize as h } from "./contexts/SizeContext.js";
|
|
10
|
+
import { CopyButton as v } from "./components/CopyButton.js";
|
|
11
11
|
import { Checkbox as b } from "./components/Checkbox.js";
|
|
12
|
-
import { Chat as
|
|
13
|
-
import { ColorPicker as
|
|
14
|
-
import { Card as
|
|
15
|
-
import { Carousel as
|
|
16
|
-
import { Cascader as
|
|
17
|
-
import { ConfigContext as G, ConfigProvider as
|
|
18
|
-
import { Collapse as
|
|
19
|
-
import { Command as
|
|
20
|
-
import { Container as
|
|
21
|
-
import { ContextMenu as
|
|
22
|
-
import { Countdown as
|
|
23
|
-
import { DatePicker as
|
|
24
|
-
import { MonthCalendar as
|
|
25
|
-
import { WeekCalendar as
|
|
26
|
-
import { Descriptions as
|
|
27
|
-
import { Diff as
|
|
28
|
-
import { Dock as
|
|
29
|
-
import { Divider as
|
|
30
|
-
import { Drawer as
|
|
31
|
-
import { ResponsiveDrawer as
|
|
32
|
-
import { Fieldset as
|
|
33
|
-
import { FileInput as
|
|
34
|
-
import { Filter as
|
|
12
|
+
import { Chat as w } from "./components/Chat.js";
|
|
13
|
+
import { ColorPicker as B } from "./components/ColorPicker.js";
|
|
14
|
+
import { Card as M } from "./components/Card.js";
|
|
15
|
+
import { Carousel as L } from "./components/Carousel.js";
|
|
16
|
+
import { Cascader as z } from "./components/Cascader.js";
|
|
17
|
+
import { ConfigContext as G, ConfigProvider as K, useComponentLocale as W, useConfig as E, useLocale as N } from "./components/ConfigProvider.js";
|
|
18
|
+
import { Collapse as O } from "./components/Collapse.js";
|
|
19
|
+
import { Command as j } from "./components/Command.js";
|
|
20
|
+
import { Container as Q } from "./components/Container.js";
|
|
21
|
+
import { ContextMenu as X } from "./components/ContextMenu.js";
|
|
22
|
+
import { Countdown as Z } from "./components/Countdown.js";
|
|
23
|
+
import { DatePicker as $ } from "./components/DatePicker.js";
|
|
24
|
+
import { MonthCalendar as ro } from "./components/MonthCalendar.js";
|
|
25
|
+
import { WeekCalendar as to } from "./components/WeekCalendar.js";
|
|
26
|
+
import { Descriptions as mo } from "./components/Descriptions.js";
|
|
27
|
+
import { Diff as xo } from "./components/Diff.js";
|
|
28
|
+
import { Dock as so } from "./components/Dock.js";
|
|
29
|
+
import { Divider as io } from "./components/Divider.js";
|
|
30
|
+
import { Drawer as lo } from "./components/Drawer.js";
|
|
31
|
+
import { ResponsiveDrawer as co } from "./components/ResponsiveDrawer.js";
|
|
32
|
+
import { Fieldset as To } from "./components/Fieldset.js";
|
|
33
|
+
import { FileInput as Po } from "./components/FileInput.js";
|
|
34
|
+
import { Filter as ko } from "./components/Filter.js";
|
|
35
35
|
import { Flex as Ro } from "./components/Flex.js";
|
|
36
|
-
import { FloatButton as
|
|
37
|
-
import { Footer as
|
|
38
|
-
import { Form as
|
|
39
|
-
import { Col as
|
|
36
|
+
import { FloatButton as Do } from "./components/FloatButton.js";
|
|
37
|
+
import { Footer as yo } from "./components/Footer.js";
|
|
38
|
+
import { Form as Fo, useFormInstance as Mo } from "./components/Form.js";
|
|
39
|
+
import { Col as Lo, Grid as Io, Row as zo } from "./components/Grid.js";
|
|
40
40
|
import { Hero as Go } from "./components/Hero.js";
|
|
41
|
-
import { HoverGallery as
|
|
42
|
-
import { Image as
|
|
43
|
-
import { Dropdown as
|
|
44
|
-
import { Empty as
|
|
45
|
-
import { Input as
|
|
46
|
-
import { InputNumber as
|
|
47
|
-
import { Join as
|
|
48
|
-
import { Kbd as
|
|
49
|
-
import { Layout as
|
|
50
|
-
import { List as
|
|
51
|
-
import { Loading as
|
|
52
|
-
import { Mask as
|
|
53
|
-
import { Masonry as
|
|
54
|
-
import { Mention as
|
|
55
|
-
import { Menu as
|
|
56
|
-
import { Browser as
|
|
57
|
-
import { Code as
|
|
58
|
-
import { Phone as
|
|
59
|
-
import { Window as
|
|
41
|
+
import { HoverGallery as Wo } from "./components/HoverGallery.js";
|
|
42
|
+
import { Image as No } from "./components/Image.js";
|
|
43
|
+
import { Dropdown as Oo } from "./components/Dropdown.js";
|
|
44
|
+
import { Empty as jo } from "./components/Empty.js";
|
|
45
|
+
import { Input as Qo } from "./components/Input.js";
|
|
46
|
+
import { InputNumber as Xo } from "./components/InputNumber.js";
|
|
47
|
+
import { Join as Zo } from "./components/Join.js";
|
|
48
|
+
import { Kbd as $o } from "./components/Kbd.js";
|
|
49
|
+
import { Layout as rr, useSiderContext as er } from "./components/Layout.js";
|
|
50
|
+
import { List as pr } from "./components/List.js";
|
|
51
|
+
import { Loading as fr } from "./components/Loading.js";
|
|
52
|
+
import { Mask as ar } from "./components/Mask.js";
|
|
53
|
+
import { Masonry as nr } from "./components/Masonry.js";
|
|
54
|
+
import { Mention as ur } from "./components/Mention.js";
|
|
55
|
+
import { Menu as dr } from "./components/Menu.js";
|
|
56
|
+
import { Browser as cr } from "./components/Browser.js";
|
|
57
|
+
import { Code as Tr } from "./components/Code.js";
|
|
58
|
+
import { Phone as Pr } from "./components/Phone.js";
|
|
59
|
+
import { Window as kr } from "./components/Window.js";
|
|
60
60
|
import { Modal as Rr } from "./components/Modal.js";
|
|
61
|
-
import { Navbar as
|
|
62
|
-
import { notification as
|
|
63
|
-
import { MessageManager as
|
|
64
|
-
import { OTPInput as
|
|
65
|
-
import { Pagination as
|
|
61
|
+
import { Navbar as Dr } from "./components/Navbar.js";
|
|
62
|
+
import { notification as yr } from "./components/Notification.js";
|
|
63
|
+
import { MessageManager as Fr, message as Mr } from "./components/Message.js";
|
|
64
|
+
import { OTPInput as Lr } from "./components/OTPInput.js";
|
|
65
|
+
import { Pagination as zr } from "./components/Pagination.js";
|
|
66
66
|
import { Popconfirm as Gr } from "./components/Popconfirm.js";
|
|
67
|
-
import { Popover as
|
|
68
|
-
import { Progress as
|
|
69
|
-
import { Radio as
|
|
70
|
-
import { RadialProgress as
|
|
71
|
-
import { Range as
|
|
72
|
-
import { Rating as
|
|
73
|
-
import { Result as
|
|
74
|
-
import { Select as
|
|
75
|
-
import { Segmented as
|
|
76
|
-
import { Skeleton as
|
|
77
|
-
import { Space as
|
|
78
|
-
import { Splitter as
|
|
79
|
-
import { Stats as
|
|
80
|
-
import { Status as
|
|
81
|
-
import { Steps as
|
|
82
|
-
import { Table as
|
|
83
|
-
import { Tabs as
|
|
84
|
-
import { Textarea as
|
|
85
|
-
import { TextRotate as
|
|
86
|
-
import { CheckableTag as
|
|
87
|
-
import { ThemeController as
|
|
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 { default as
|
|
113
|
-
import { default as
|
|
114
|
-
import { default as
|
|
115
|
-
import { default as
|
|
116
|
-
import { default as
|
|
117
|
-
import { default as
|
|
118
|
-
import { default as
|
|
119
|
-
import { default as
|
|
120
|
-
import { default as
|
|
67
|
+
import { Popover as Wr } from "./components/Popover.js";
|
|
68
|
+
import { Progress as Nr } from "./components/Progress.js";
|
|
69
|
+
import { Radio as Or } from "./components/Radio.js";
|
|
70
|
+
import { RadialProgress as jr } from "./components/RadialProgress.js";
|
|
71
|
+
import { Range as Qr } from "./components/Range.js";
|
|
72
|
+
import { Rating as Xr } from "./components/Rating.js";
|
|
73
|
+
import { Result as Zr } from "./components/Result.js";
|
|
74
|
+
import { Select as $r } from "./components/Select.js";
|
|
75
|
+
import { Segmented as re } from "./components/Segmented.js";
|
|
76
|
+
import { Skeleton as te } from "./components/Skeleton.js";
|
|
77
|
+
import { Space as me } from "./components/Space.js";
|
|
78
|
+
import { Splitter as xe } from "./components/Splitter.js";
|
|
79
|
+
import { Stats as se } from "./components/Stat.js";
|
|
80
|
+
import { Status as ie } from "./components/Status.js";
|
|
81
|
+
import { Steps as le } from "./components/Steps.js";
|
|
82
|
+
import { Table as Ce } from "./components/Table.js";
|
|
83
|
+
import { Tabs as ge } from "./components/Tabs.js";
|
|
84
|
+
import { Textarea as Se } from "./components/Textarea.js";
|
|
85
|
+
import { TextRotate as he } from "./components/TextRotate.js";
|
|
86
|
+
import { CheckableTag as ve, Tag as Re, TagLiveRegion as be } from "./components/Tag.js";
|
|
87
|
+
import { ThemeController as we } from "./components/ThemeController.js";
|
|
88
|
+
import { ThemeProvider as Be, useHasThemeProvider as Fe, useThemeContext as Me } from "./components/ThemeProvider.js";
|
|
89
|
+
import { TimePicker as Le } from "./components/TimePicker.js";
|
|
90
|
+
import { Timeline as ze } from "./components/Timeline.js";
|
|
91
|
+
import { Toggle as Ge } from "./components/Toggle.js";
|
|
92
|
+
import { Tour as We } from "./components/Tour.js";
|
|
93
|
+
import { Tooltip as Ne } from "./components/Tooltip.js";
|
|
94
|
+
import { Transfer as Oe } from "./components/Transfer.js";
|
|
95
|
+
import { Tree as je } from "./components/Tree.js";
|
|
96
|
+
import { TreeSelect as Qe, TreeSelectComponent as Ve } from "./components/TreeSelect.js";
|
|
97
|
+
import { Typography as Ye } from "./components/Typography.js";
|
|
98
|
+
import { Upload as _e } from "./components/Upload.js";
|
|
99
|
+
import { Watermark as ot } from "./components/Watermark.js";
|
|
100
|
+
import { Hide as et, Show as tt } from "./components/Responsive.js";
|
|
101
|
+
import { useBreakpoint as mt } from "./hooks/useBreakpoint.js";
|
|
102
|
+
import { useDisclosure as xt } from "./hooks/useDisclosure.js";
|
|
103
|
+
import { useClipboard as st } from "./hooks/useClipboard.js";
|
|
104
|
+
import { useLocalStorage as it } from "./hooks/useLocalStorage.js";
|
|
105
|
+
import { useDebounce as lt } from "./hooks/useDebounce.js";
|
|
106
|
+
import { useClickOutside as Ct } from "./hooks/useClickOutside.js";
|
|
107
|
+
import { usePrevious as gt } from "./hooks/usePrevious.js";
|
|
108
|
+
import { useHover as St } from "./hooks/useHover.js";
|
|
109
|
+
import { useKeyPress as ht, useKeyPressCallback as kt } from "./hooks/useKeyPress.js";
|
|
110
|
+
import { useWindowSize as Rt } from "./hooks/useWindowSize.js";
|
|
111
|
+
import { useTheme as Dt } from "./hooks/useTheme.js";
|
|
112
|
+
import { default as yt } from "./locale/en-US.js";
|
|
113
|
+
import { default as Ft } from "./locale/en-GB.js";
|
|
114
|
+
import { default as At } from "./locale/en-CA.js";
|
|
115
|
+
import { default as It } from "./locale/zh-CN.js";
|
|
116
|
+
import { default as Ht } from "./locale/es-ES.js";
|
|
117
|
+
import { default as Kt } from "./locale/ja-JP.js";
|
|
118
|
+
import { default as Et } from "./locale/pt-BR.js";
|
|
119
|
+
import { default as Jt } from "./locale/de-DE.js";
|
|
120
|
+
import { default as Ut } from "./locale/fr-FR.js";
|
|
121
|
+
import { default as qt } from "./locale/ko-KR.js";
|
|
121
122
|
export {
|
|
122
123
|
e as Affix,
|
|
123
|
-
|
|
124
|
+
f as Alert,
|
|
124
125
|
p as Anchor,
|
|
125
126
|
a as Autocomplete,
|
|
126
127
|
n as Avatar,
|
|
127
128
|
i as AvatarGroup,
|
|
128
|
-
|
|
129
|
+
l as Badge,
|
|
129
130
|
C as Breadcrumb,
|
|
130
|
-
|
|
131
|
+
cr as Browser,
|
|
131
132
|
g as Button,
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
133
|
+
M as Card,
|
|
134
|
+
L as Carousel,
|
|
135
|
+
z as Cascader,
|
|
136
|
+
w as Chat,
|
|
137
|
+
ve as CheckableTag,
|
|
137
138
|
b as Checkbox,
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
139
|
+
Tr as Code,
|
|
140
|
+
Lo as Col,
|
|
141
|
+
O as Collapse,
|
|
142
|
+
B as ColorPicker,
|
|
143
|
+
j as Command,
|
|
143
144
|
G as ConfigContext,
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
145
|
+
K as ConfigProvider,
|
|
146
|
+
Q as Container,
|
|
147
|
+
X as ContextMenu,
|
|
148
|
+
v as CopyButton,
|
|
149
|
+
Z as Countdown,
|
|
150
|
+
$ as DatePicker,
|
|
151
|
+
mo as Descriptions,
|
|
152
|
+
xo as Diff,
|
|
153
|
+
io as Divider,
|
|
154
|
+
so as Dock,
|
|
155
|
+
lo as Drawer,
|
|
156
|
+
Oo as Dropdown,
|
|
157
|
+
jo as Empty,
|
|
158
|
+
To as Fieldset,
|
|
159
|
+
Po as FileInput,
|
|
160
|
+
ko as Filter,
|
|
160
161
|
Ro as Flex,
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
162
|
+
Do as FloatButton,
|
|
163
|
+
yo as Footer,
|
|
164
|
+
Fo as Form,
|
|
165
|
+
Io as Grid,
|
|
165
166
|
Go as Hero,
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
yr as MessageManager,
|
|
167
|
+
et as Hide,
|
|
168
|
+
Wo as HoverGallery,
|
|
169
|
+
No as Image,
|
|
170
|
+
Qo as Input,
|
|
171
|
+
Xo as InputNumber,
|
|
172
|
+
Zo as Join,
|
|
173
|
+
$o as Kbd,
|
|
174
|
+
rr as Layout,
|
|
175
|
+
pr as List,
|
|
176
|
+
fr as Loading,
|
|
177
|
+
ar as Mask,
|
|
178
|
+
nr as Masonry,
|
|
179
|
+
ur as Mention,
|
|
180
|
+
dr as Menu,
|
|
181
|
+
Fr as MessageManager,
|
|
182
182
|
Rr as Modal,
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
183
|
+
ro as MonthCalendar,
|
|
184
|
+
Dr as Navbar,
|
|
185
|
+
Lr as OTPInput,
|
|
186
|
+
zr as Pagination,
|
|
187
|
+
Pr as Phone,
|
|
188
188
|
Gr as Popconfirm,
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
189
|
+
Wr as Popover,
|
|
190
|
+
Nr as Progress,
|
|
191
|
+
jr as RadialProgress,
|
|
192
|
+
Or as Radio,
|
|
193
|
+
Qr as Range,
|
|
194
|
+
Xr as Rating,
|
|
195
|
+
co as ResponsiveDrawer,
|
|
196
|
+
Zr as Result,
|
|
197
|
+
zo as Row,
|
|
198
|
+
re as Segmented,
|
|
199
|
+
$r as Select,
|
|
200
|
+
tt as Show,
|
|
201
|
+
S as SizeContext,
|
|
202
|
+
P as SizeProvider,
|
|
203
|
+
te as Skeleton,
|
|
204
|
+
me as Space,
|
|
205
|
+
xe as Splitter,
|
|
206
|
+
se as Stats,
|
|
207
|
+
ie as Status,
|
|
208
|
+
le as Steps,
|
|
209
|
+
Ce as Table,
|
|
210
|
+
ge as Tabs,
|
|
209
211
|
Re as Tag,
|
|
210
212
|
be as TagLiveRegion,
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
Ge as
|
|
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
|
-
W as
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
it as
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
213
|
+
he as TextRotate,
|
|
214
|
+
Se as Textarea,
|
|
215
|
+
we as ThemeController,
|
|
216
|
+
Be as ThemeProvider,
|
|
217
|
+
Le as TimePicker,
|
|
218
|
+
ze as Timeline,
|
|
219
|
+
Ge as Toggle,
|
|
220
|
+
Ne as Tooltip,
|
|
221
|
+
We as Tour,
|
|
222
|
+
Oe as Transfer,
|
|
223
|
+
je as Tree,
|
|
224
|
+
Qe as TreeSelect,
|
|
225
|
+
Ve as TreeSelectComponent,
|
|
226
|
+
Ye as Typography,
|
|
227
|
+
_e as Upload,
|
|
228
|
+
ot as Watermark,
|
|
229
|
+
to as WeekCalendar,
|
|
230
|
+
kr as Window,
|
|
231
|
+
Jt as deDE,
|
|
232
|
+
At as enCA,
|
|
233
|
+
Ft as enGB,
|
|
234
|
+
yt as enUS,
|
|
235
|
+
Ht as esES,
|
|
236
|
+
Ut as frFR,
|
|
237
|
+
Kt as jaJP,
|
|
238
|
+
qt as koKR,
|
|
239
|
+
Mr as message,
|
|
240
|
+
yr as notification,
|
|
241
|
+
Et as ptBR,
|
|
242
|
+
mt as useBreakpoint,
|
|
243
|
+
Ct as useClickOutside,
|
|
244
|
+
st as useClipboard,
|
|
245
|
+
W as useComponentLocale,
|
|
246
|
+
E as useConfig,
|
|
247
|
+
lt as useDebounce,
|
|
248
|
+
xt as useDisclosure,
|
|
249
|
+
Mo as useFormInstance,
|
|
250
|
+
Fe as useHasThemeProvider,
|
|
251
|
+
St as useHover,
|
|
252
|
+
ht as useKeyPress,
|
|
253
|
+
kt as useKeyPressCallback,
|
|
254
|
+
it as useLocalStorage,
|
|
255
|
+
N as useLocale,
|
|
256
|
+
gt as usePrevious,
|
|
257
|
+
er as useSiderContext,
|
|
258
|
+
h as useSize,
|
|
259
|
+
Dt as useTheme,
|
|
260
|
+
Me as useThemeContext,
|
|
261
|
+
Rt as useWindowSize,
|
|
262
|
+
It as zhCN
|
|
257
263
|
};
|
|
258
264
|
//# 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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IconSizeContext.js","sources":["../../src/contexts/IconSizeContext.ts"],"sourcesContent":["import { createContext } from 'react'\n\nexport type IconSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl'\n\nexport const IconSizeContext = createContext<IconSize | undefined>(undefined)\n"],"names":["IconSizeContext","createContext"],"mappings":";AAIO,MAAMA,IAAkBC,EAAoC,MAAS;"}
|