asterui 0.12.45 → 0.12.48
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.d.ts +0 -1
- package/dist/components/Button.js +8 -9
- package/dist/components/Button.js.map +1 -1
- package/dist/components/Checkbox.d.ts +4 -1
- package/dist/components/Checkbox.js +106 -77
- package/dist/components/Checkbox.js.map +1 -1
- package/dist/components/ConfigProvider.d.ts +59 -0
- package/dist/components/ConfigProvider.js +46 -0
- package/dist/components/ConfigProvider.js.map +1 -0
- package/dist/components/CopyButton.d.ts +3 -0
- package/dist/components/CopyButton.js +90 -64
- package/dist/components/CopyButton.js.map +1 -1
- package/dist/components/Descriptions.d.ts +24 -6
- package/dist/components/Descriptions.js +203 -116
- package/dist/components/Descriptions.js.map +1 -1
- package/dist/components/Notification.js +6 -6
- package/dist/components/Notification.js.map +1 -1
- package/dist/components/QRCode.js +48 -50
- package/dist/components/QRCode.js.map +1 -1
- package/dist/contexts/IconSizeContext.d.ts +2 -0
- package/dist/contexts/IconSizeContext.js +6 -0
- package/dist/contexts/IconSizeContext.js.map +1 -0
- package/dist/index.d.ts +10 -4
- package/dist/index.js +235 -208
- package/dist/index.js.map +1 -1
- package/dist/locale/de-DE.d.ts +3 -0
- package/dist/locale/de-DE.js +100 -0
- package/dist/locale/de-DE.js.map +1 -0
- package/dist/locale/en-CA.d.ts +3 -0
- package/dist/locale/en-CA.js +11 -0
- package/dist/locale/en-CA.js.map +1 -0
- package/dist/locale/en-GB.d.ts +3 -0
- package/dist/locale/en-GB.js +11 -0
- package/dist/locale/en-GB.js.map +1 -0
- package/dist/locale/en-US.d.ts +3 -0
- package/dist/locale/en-US.js +100 -0
- package/dist/locale/en-US.js.map +1 -0
- package/dist/locale/es-ES.d.ts +3 -0
- package/dist/locale/es-ES.js +100 -0
- package/dist/locale/es-ES.js.map +1 -0
- package/dist/locale/fr-FR.d.ts +3 -0
- package/dist/locale/fr-FR.js +100 -0
- package/dist/locale/fr-FR.js.map +1 -0
- package/dist/locale/index.d.ts +107 -0
- package/dist/locale/ja-JP.d.ts +3 -0
- package/dist/locale/ja-JP.js +100 -0
- package/dist/locale/ja-JP.js.map +1 -0
- package/dist/locale/ko-KR.d.ts +3 -0
- package/dist/locale/ko-KR.js +100 -0
- package/dist/locale/ko-KR.js.map +1 -0
- package/dist/locale/pt-BR.d.ts +3 -0
- package/dist/locale/pt-BR.js +100 -0
- package/dist/locale/pt-BR.js.map +1 -0
- package/dist/locale/zh-CN.d.ts +3 -0
- package/dist/locale/zh-CN.js +100 -0
- package/dist/locale/zh-CN.js.map +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,223 +1,250 @@
|
|
|
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 m } from "./components/Alert.js";
|
|
4
4
|
import { Autocomplete as a } from "./components/Autocomplete.js";
|
|
5
|
-
import { Avatar as
|
|
6
|
-
import { Badge as
|
|
7
|
-
import { Breadcrumb as
|
|
8
|
-
import { Button as g
|
|
9
|
-
import {
|
|
5
|
+
import { Avatar as n, AvatarGroup as i } from "./components/Avatar.js";
|
|
6
|
+
import { Badge as l } from "./components/Badge.js";
|
|
7
|
+
import { Breadcrumb as C } from "./components/Breadcrumb.js";
|
|
8
|
+
import { Button as g } from "./components/Button.js";
|
|
9
|
+
import { IconSizeContext as S } from "./contexts/IconSizeContext.js";
|
|
10
|
+
import { CopyButton as k } from "./components/CopyButton.js";
|
|
10
11
|
import { Checkbox as b } from "./components/Checkbox.js";
|
|
11
12
|
import { Chat as D } from "./components/Chat.js";
|
|
12
|
-
import { ColorPicker as
|
|
13
|
-
import { Card as
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
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 {
|
|
13
|
+
import { ColorPicker as w } from "./components/ColorPicker.js";
|
|
14
|
+
import { Card as B } from "./components/Card.js";
|
|
15
|
+
import { Carousel as M } from "./components/Carousel.js";
|
|
16
|
+
import { Cascader as I } from "./components/Cascader.js";
|
|
17
|
+
import { ConfigContext as G, ConfigProvider as H, useComponentLocale as K, useConfig as z, useLocale as E } from "./components/ConfigProvider.js";
|
|
18
|
+
import { Collapse as W } from "./components/Collapse.js";
|
|
19
|
+
import { Container as O } from "./components/Container.js";
|
|
20
|
+
import { ContextMenu as j } from "./components/ContextMenu.js";
|
|
21
|
+
import { Countdown as Q } from "./components/Countdown.js";
|
|
22
|
+
import { DatePicker as X } from "./components/DatePicker.js";
|
|
23
|
+
import { Descriptions as Z } from "./components/Descriptions.js";
|
|
24
|
+
import { Diff as $ } from "./components/Diff.js";
|
|
25
|
+
import { Dock as ro } from "./components/Dock.js";
|
|
26
|
+
import { Divider as to } from "./components/Divider.js";
|
|
27
|
+
import { Drawer as fo } from "./components/Drawer.js";
|
|
28
|
+
import { ResponsiveDrawer as xo } from "./components/ResponsiveDrawer.js";
|
|
29
|
+
import { Fieldset as so } from "./components/Fieldset.js";
|
|
30
|
+
import { FileInput as io } from "./components/FileInput.js";
|
|
31
|
+
import { Filter as lo } from "./components/Filter.js";
|
|
32
|
+
import { Flex as co } from "./components/Flex.js";
|
|
33
|
+
import { FloatButton as To } from "./components/FloatButton.js";
|
|
34
|
+
import { Footer as Po } from "./components/Footer.js";
|
|
35
|
+
import { Form as Ro, useFormInstance as bo } from "./components/Form.js";
|
|
36
|
+
import { Col as Do, Grid as ho, Row as wo } from "./components/Grid.js";
|
|
37
|
+
import { Hero as Bo } from "./components/Hero.js";
|
|
38
|
+
import { HoverGallery as Mo } from "./components/HoverGallery.js";
|
|
39
|
+
import { Image as Io } from "./components/Image.js";
|
|
40
|
+
import { Dropdown as Go } from "./components/Dropdown.js";
|
|
41
|
+
import { Empty as Ko } from "./components/Empty.js";
|
|
42
|
+
import { Input as Eo } from "./components/Input.js";
|
|
43
|
+
import { InputNumber as Wo } from "./components/InputNumber.js";
|
|
44
|
+
import { Join as Oo } from "./components/Join.js";
|
|
45
|
+
import { Kbd as jo } from "./components/Kbd.js";
|
|
46
|
+
import { Layout as Qo, useSiderContext as Vo } from "./components/Layout.js";
|
|
47
|
+
import { List as Yo } from "./components/List.js";
|
|
48
|
+
import { Loading as _o } from "./components/Loading.js";
|
|
49
|
+
import { Mask as or } from "./components/Mask.js";
|
|
50
|
+
import { Masonry as er } from "./components/Masonry.js";
|
|
51
|
+
import { Mention as pr } from "./components/Mention.js";
|
|
52
|
+
import { Menu as mr } from "./components/Menu.js";
|
|
53
|
+
import { Browser as ar } from "./components/Browser.js";
|
|
54
|
+
import { Code as nr } from "./components/Code.js";
|
|
55
|
+
import { Phone as ur } from "./components/Phone.js";
|
|
56
|
+
import { Window as dr } from "./components/Window.js";
|
|
57
|
+
import { Modal as cr } from "./components/Modal.js";
|
|
58
|
+
import { Navbar as Tr } from "./components/Navbar.js";
|
|
59
|
+
import { notification as Pr } from "./components/Notification.js";
|
|
60
|
+
import { MessageManager as Rr, message as br } from "./components/Message.js";
|
|
61
|
+
import { OTPInput as Dr } from "./components/OTPInput.js";
|
|
62
|
+
import { Pagination as wr } from "./components/Pagination.js";
|
|
63
|
+
import { Popconfirm as Br } from "./components/Popconfirm.js";
|
|
64
|
+
import { Popover as Mr } from "./components/Popover.js";
|
|
65
|
+
import { Progress as Ir } from "./components/Progress.js";
|
|
66
|
+
import { Radio as Gr } from "./components/Radio.js";
|
|
67
|
+
import { RadialProgress as Kr } from "./components/RadialProgress.js";
|
|
68
|
+
import { Range as Er } from "./components/Range.js";
|
|
69
|
+
import { Rating as Wr } from "./components/Rating.js";
|
|
70
|
+
import { Result as Or } from "./components/Result.js";
|
|
71
|
+
import { Select as jr } from "./components/Select.js";
|
|
72
|
+
import { Segmented as Qr } from "./components/Segmented.js";
|
|
73
|
+
import { Skeleton as Xr } from "./components/Skeleton.js";
|
|
74
|
+
import { Space as Zr } from "./components/Space.js";
|
|
75
|
+
import { Splitter as $r } from "./components/Splitter.js";
|
|
76
|
+
import { Stats as re } from "./components/Stat.js";
|
|
77
|
+
import { Status as te } from "./components/Status.js";
|
|
78
|
+
import { Steps as fe } from "./components/Steps.js";
|
|
79
|
+
import { Table as xe } from "./components/Table.js";
|
|
80
|
+
import { Tabs as se } from "./components/Tabs.js";
|
|
81
|
+
import { Textarea as ie } from "./components/Textarea.js";
|
|
82
|
+
import { TextRotate as le } from "./components/TextRotate.js";
|
|
83
|
+
import { CheckableTag as Ce, Tag as ce, TagLiveRegion as ge } from "./components/Tag.js";
|
|
84
|
+
import { ThemeController as Se } from "./components/ThemeController.js";
|
|
85
|
+
import { TimePicker as ke } from "./components/TimePicker.js";
|
|
86
|
+
import { Timeline as be } from "./components/Timeline.js";
|
|
87
|
+
import { Toggle as De } from "./components/Toggle.js";
|
|
88
|
+
import { Tour as we } from "./components/Tour.js";
|
|
89
|
+
import { Tooltip as Be } from "./components/Tooltip.js";
|
|
90
|
+
import { Transfer as Me } from "./components/Transfer.js";
|
|
91
|
+
import { Tree as Ie } from "./components/Tree.js";
|
|
92
|
+
import { TreeSelect as Ge, TreeSelectComponent as He } from "./components/TreeSelect.js";
|
|
93
|
+
import { Typography as ze } from "./components/Typography.js";
|
|
94
|
+
import { Upload as Ne } from "./components/Upload.js";
|
|
95
|
+
import { Watermark as Je } from "./components/Watermark.js";
|
|
96
|
+
import { Hide as Ue, Show as je } from "./components/Responsive.js";
|
|
97
|
+
import { useBreakpoint as Qe } from "./hooks/useBreakpoint.js";
|
|
98
|
+
import { useDisclosure as Xe } from "./hooks/useDisclosure.js";
|
|
99
|
+
import { useClipboard as Ze } from "./hooks/useClipboard.js";
|
|
100
|
+
import { useLocalStorage as $e } from "./hooks/useLocalStorage.js";
|
|
101
|
+
import { useDebounce as rt } from "./hooks/useDebounce.js";
|
|
102
|
+
import { useClickOutside as tt } from "./hooks/useClickOutside.js";
|
|
103
|
+
import { usePrevious as ft } from "./hooks/usePrevious.js";
|
|
104
|
+
import { useHover as xt } from "./hooks/useHover.js";
|
|
105
|
+
import { useKeyPress as st, useKeyPressCallback as nt } from "./hooks/useKeyPress.js";
|
|
106
|
+
import { useWindowSize as ut } from "./hooks/useWindowSize.js";
|
|
107
|
+
import { default as dt } from "./locale/en-US.js";
|
|
108
|
+
import { default as ct } from "./locale/en-GB.js";
|
|
109
|
+
import { default as Tt } from "./locale/en-CA.js";
|
|
110
|
+
import { default as Pt } from "./locale/zh-CN.js";
|
|
111
|
+
import { default as Rt } from "./locale/es-ES.js";
|
|
112
|
+
import { default as vt } from "./locale/ja-JP.js";
|
|
113
|
+
import { default as ht } from "./locale/pt-BR.js";
|
|
114
|
+
import { default as yt } from "./locale/de-DE.js";
|
|
115
|
+
import { default as Ft } from "./locale/fr-FR.js";
|
|
116
|
+
import { default as At } from "./locale/ko-KR.js";
|
|
105
117
|
export {
|
|
106
118
|
e as Affix,
|
|
107
|
-
|
|
119
|
+
m as Alert,
|
|
108
120
|
p as Anchor,
|
|
109
121
|
a as Autocomplete,
|
|
110
|
-
|
|
122
|
+
n as Avatar,
|
|
111
123
|
i as AvatarGroup,
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
124
|
+
l as Badge,
|
|
125
|
+
C as Breadcrumb,
|
|
126
|
+
ar as Browser,
|
|
115
127
|
g as Button,
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
128
|
+
B as Card,
|
|
129
|
+
M as Carousel,
|
|
130
|
+
I as Cascader,
|
|
119
131
|
D as Chat,
|
|
120
|
-
|
|
132
|
+
Ce as CheckableTag,
|
|
121
133
|
b as Checkbox,
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
G as
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
Wo as
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
Mr as
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
se as
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
le as
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
be as
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
134
|
+
nr as Code,
|
|
135
|
+
Do as Col,
|
|
136
|
+
W as Collapse,
|
|
137
|
+
w as ColorPicker,
|
|
138
|
+
G as ConfigContext,
|
|
139
|
+
H as ConfigProvider,
|
|
140
|
+
O as Container,
|
|
141
|
+
j as ContextMenu,
|
|
142
|
+
k as CopyButton,
|
|
143
|
+
Q as Countdown,
|
|
144
|
+
X as DatePicker,
|
|
145
|
+
Z as Descriptions,
|
|
146
|
+
$ as Diff,
|
|
147
|
+
to as Divider,
|
|
148
|
+
ro as Dock,
|
|
149
|
+
fo as Drawer,
|
|
150
|
+
Go as Dropdown,
|
|
151
|
+
Ko as Empty,
|
|
152
|
+
so as Fieldset,
|
|
153
|
+
io as FileInput,
|
|
154
|
+
lo as Filter,
|
|
155
|
+
co as Flex,
|
|
156
|
+
To as FloatButton,
|
|
157
|
+
Po as Footer,
|
|
158
|
+
Ro as Form,
|
|
159
|
+
ho as Grid,
|
|
160
|
+
Bo as Hero,
|
|
161
|
+
Ue as Hide,
|
|
162
|
+
Mo as HoverGallery,
|
|
163
|
+
S as IconSizeContext,
|
|
164
|
+
Io as Image,
|
|
165
|
+
Eo as Input,
|
|
166
|
+
Wo as InputNumber,
|
|
167
|
+
Oo as Join,
|
|
168
|
+
jo as Kbd,
|
|
169
|
+
Qo as Layout,
|
|
170
|
+
Yo as List,
|
|
171
|
+
_o as Loading,
|
|
172
|
+
or as Mask,
|
|
173
|
+
er as Masonry,
|
|
174
|
+
pr as Mention,
|
|
175
|
+
mr as Menu,
|
|
176
|
+
Rr as MessageManager,
|
|
177
|
+
cr as Modal,
|
|
178
|
+
Tr as Navbar,
|
|
179
|
+
Dr as OTPInput,
|
|
180
|
+
wr as Pagination,
|
|
181
|
+
ur as Phone,
|
|
182
|
+
Br as Popconfirm,
|
|
183
|
+
Mr as Popover,
|
|
184
|
+
Ir as Progress,
|
|
185
|
+
Kr as RadialProgress,
|
|
186
|
+
Gr as Radio,
|
|
187
|
+
Er as Range,
|
|
188
|
+
Wr as Rating,
|
|
189
|
+
xo as ResponsiveDrawer,
|
|
190
|
+
Or as Result,
|
|
191
|
+
wo as Row,
|
|
192
|
+
Qr as Segmented,
|
|
193
|
+
jr as Select,
|
|
194
|
+
je as Show,
|
|
195
|
+
Xr as Skeleton,
|
|
196
|
+
Zr as Space,
|
|
197
|
+
$r as Splitter,
|
|
198
|
+
re as Stats,
|
|
199
|
+
te as Status,
|
|
200
|
+
fe as Steps,
|
|
201
|
+
xe as Table,
|
|
202
|
+
se as Tabs,
|
|
203
|
+
ce as Tag,
|
|
204
|
+
ge as TagLiveRegion,
|
|
205
|
+
le as TextRotate,
|
|
206
|
+
ie as Textarea,
|
|
207
|
+
Se as ThemeController,
|
|
208
|
+
ke as TimePicker,
|
|
209
|
+
be as Timeline,
|
|
210
|
+
De as Toggle,
|
|
211
|
+
Be as Tooltip,
|
|
212
|
+
we as Tour,
|
|
213
|
+
Me as Transfer,
|
|
214
|
+
Ie as Tree,
|
|
215
|
+
Ge as TreeSelect,
|
|
216
|
+
He as TreeSelectComponent,
|
|
217
|
+
ze as Typography,
|
|
218
|
+
Ne as Upload,
|
|
219
|
+
Je as Watermark,
|
|
220
|
+
dr as Window,
|
|
221
|
+
yt as deDE,
|
|
222
|
+
Tt as enCA,
|
|
223
|
+
ct as enGB,
|
|
224
|
+
dt as enUS,
|
|
225
|
+
Rt as esES,
|
|
226
|
+
Ft as frFR,
|
|
227
|
+
vt as jaJP,
|
|
228
|
+
At as koKR,
|
|
229
|
+
br as message,
|
|
230
|
+
Pr as notification,
|
|
231
|
+
ht as ptBR,
|
|
232
|
+
Qe as useBreakpoint,
|
|
233
|
+
tt as useClickOutside,
|
|
234
|
+
Ze as useClipboard,
|
|
235
|
+
K as useComponentLocale,
|
|
236
|
+
z as useConfig,
|
|
237
|
+
rt as useDebounce,
|
|
238
|
+
Xe as useDisclosure,
|
|
239
|
+
bo as useFormInstance,
|
|
240
|
+
xt as useHover,
|
|
241
|
+
st as useKeyPress,
|
|
242
|
+
nt as useKeyPressCallback,
|
|
243
|
+
$e as useLocalStorage,
|
|
244
|
+
E as useLocale,
|
|
245
|
+
ft as usePrevious,
|
|
246
|
+
Vo as useSiderContext,
|
|
247
|
+
ut as useWindowSize,
|
|
248
|
+
Pt as zhCN
|
|
222
249
|
};
|
|
223
250
|
//# 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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
locale: "de-DE",
|
|
3
|
+
Common: {
|
|
4
|
+
ok: "OK",
|
|
5
|
+
cancel: "Abbrechen",
|
|
6
|
+
confirm: "Bestätigen",
|
|
7
|
+
close: "Schließen",
|
|
8
|
+
loading: "Wird geladen...",
|
|
9
|
+
search: "Suchen",
|
|
10
|
+
reset: "Zurücksetzen",
|
|
11
|
+
clear: "Löschen",
|
|
12
|
+
selectAll: "Alle auswählen",
|
|
13
|
+
noData: "Keine Daten",
|
|
14
|
+
notFound: "Nicht gefunden"
|
|
15
|
+
},
|
|
16
|
+
Modal: {
|
|
17
|
+
okText: "OK",
|
|
18
|
+
cancelText: "Abbrechen"
|
|
19
|
+
},
|
|
20
|
+
Popconfirm: {
|
|
21
|
+
okText: "OK",
|
|
22
|
+
cancelText: "Abbrechen"
|
|
23
|
+
},
|
|
24
|
+
Tour: {
|
|
25
|
+
prevText: "Zurück",
|
|
26
|
+
nextText: "Weiter",
|
|
27
|
+
finishText: "Fertig",
|
|
28
|
+
skipText: "Überspringen"
|
|
29
|
+
},
|
|
30
|
+
Empty: {
|
|
31
|
+
description: "Keine Daten"
|
|
32
|
+
},
|
|
33
|
+
Pagination: {
|
|
34
|
+
page: "Seite",
|
|
35
|
+
of: "von",
|
|
36
|
+
items: "Einträge",
|
|
37
|
+
itemsPerPage: "Einträge pro Seite",
|
|
38
|
+
goTo: "Gehe zu",
|
|
39
|
+
prev: "Zurück",
|
|
40
|
+
next: "Weiter"
|
|
41
|
+
},
|
|
42
|
+
Table: {
|
|
43
|
+
emptyText: "Keine Daten",
|
|
44
|
+
filterConfirm: "OK",
|
|
45
|
+
filterReset: "Zurücksetzen",
|
|
46
|
+
sortAscending: "Aufsteigend sortieren",
|
|
47
|
+
sortDescending: "Absteigend sortieren",
|
|
48
|
+
selectAll: "Alle auswählen",
|
|
49
|
+
selectInvert: "Auswahl umkehren",
|
|
50
|
+
selectNone: "Auswahl aufheben",
|
|
51
|
+
triggerAsc: "Klicken für aufsteigende Sortierung",
|
|
52
|
+
triggerDesc: "Klicken für absteigende Sortierung",
|
|
53
|
+
cancelSort: "Klicken zum Aufheben der Sortierung"
|
|
54
|
+
},
|
|
55
|
+
Transfer: {
|
|
56
|
+
titles: ["Quelle", "Ziel"],
|
|
57
|
+
searchPlaceholder: "Suchen",
|
|
58
|
+
itemUnit: "Eintrag",
|
|
59
|
+
itemsUnit: "Einträge",
|
|
60
|
+
notFoundContent: "Nicht gefunden",
|
|
61
|
+
selectAll: "Alle auswählen",
|
|
62
|
+
deselectAll: "Alle abwählen"
|
|
63
|
+
},
|
|
64
|
+
Upload: {
|
|
65
|
+
uploadText: "Klicken zum Hochladen",
|
|
66
|
+
removeText: "Entfernen",
|
|
67
|
+
uploadingText: "Wird hochgeladen...",
|
|
68
|
+
previewText: "Vorschau",
|
|
69
|
+
downloadText: "Herunterladen"
|
|
70
|
+
},
|
|
71
|
+
Select: {
|
|
72
|
+
placeholder: "Auswählen...",
|
|
73
|
+
noOptions: "Keine Optionen",
|
|
74
|
+
loading: "Wird geladen..."
|
|
75
|
+
},
|
|
76
|
+
Image: {
|
|
77
|
+
previewText: "Vorschau"
|
|
78
|
+
},
|
|
79
|
+
DatePicker: {
|
|
80
|
+
placeholder: "Datum auswählen",
|
|
81
|
+
rangePlaceholder: ["Startdatum", "Enddatum"],
|
|
82
|
+
today: "Heute",
|
|
83
|
+
now: "Jetzt",
|
|
84
|
+
ok: "OK"
|
|
85
|
+
},
|
|
86
|
+
TimePicker: {
|
|
87
|
+
placeholder: "Zeit auswählen",
|
|
88
|
+
now: "Jetzt",
|
|
89
|
+
ok: "OK"
|
|
90
|
+
},
|
|
91
|
+
Calendar: {
|
|
92
|
+
today: "Heute",
|
|
93
|
+
month: "Monat",
|
|
94
|
+
year: "Jahr"
|
|
95
|
+
}
|
|
96
|
+
};
|
|
97
|
+
export {
|
|
98
|
+
e as default
|
|
99
|
+
};
|
|
100
|
+
//# sourceMappingURL=de-DE.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"de-DE.js","sources":["../../src/locale/de-DE.ts"],"sourcesContent":["import type { Locale } from './index'\n\nconst deDE: Locale = {\n locale: 'de-DE',\n\n Common: {\n ok: 'OK',\n cancel: 'Abbrechen',\n confirm: 'Bestätigen',\n close: 'Schließen',\n loading: 'Wird geladen...',\n search: 'Suchen',\n reset: 'Zurücksetzen',\n clear: 'Löschen',\n selectAll: 'Alle auswählen',\n noData: 'Keine Daten',\n notFound: 'Nicht gefunden',\n },\n\n Modal: {\n okText: 'OK',\n cancelText: 'Abbrechen',\n },\n\n Popconfirm: {\n okText: 'OK',\n cancelText: 'Abbrechen',\n },\n\n Tour: {\n prevText: 'Zurück',\n nextText: 'Weiter',\n finishText: 'Fertig',\n skipText: 'Überspringen',\n },\n\n Empty: {\n description: 'Keine Daten',\n },\n\n Pagination: {\n page: 'Seite',\n of: 'von',\n items: 'Einträge',\n itemsPerPage: 'Einträge pro Seite',\n goTo: 'Gehe zu',\n prev: 'Zurück',\n next: 'Weiter',\n },\n\n Table: {\n emptyText: 'Keine Daten',\n filterConfirm: 'OK',\n filterReset: 'Zurücksetzen',\n sortAscending: 'Aufsteigend sortieren',\n sortDescending: 'Absteigend sortieren',\n selectAll: 'Alle auswählen',\n selectInvert: 'Auswahl umkehren',\n selectNone: 'Auswahl aufheben',\n triggerAsc: 'Klicken für aufsteigende Sortierung',\n triggerDesc: 'Klicken für absteigende Sortierung',\n cancelSort: 'Klicken zum Aufheben der Sortierung',\n },\n\n Transfer: {\n titles: ['Quelle', 'Ziel'],\n searchPlaceholder: 'Suchen',\n itemUnit: 'Eintrag',\n itemsUnit: 'Einträge',\n notFoundContent: 'Nicht gefunden',\n selectAll: 'Alle auswählen',\n deselectAll: 'Alle abwählen',\n },\n\n Upload: {\n uploadText: 'Klicken zum Hochladen',\n removeText: 'Entfernen',\n uploadingText: 'Wird hochgeladen...',\n previewText: 'Vorschau',\n downloadText: 'Herunterladen',\n },\n\n Select: {\n placeholder: 'Auswählen...',\n noOptions: 'Keine Optionen',\n loading: 'Wird geladen...',\n },\n\n Image: {\n previewText: 'Vorschau',\n },\n\n DatePicker: {\n placeholder: 'Datum auswählen',\n rangePlaceholder: ['Startdatum', 'Enddatum'],\n today: 'Heute',\n now: 'Jetzt',\n ok: 'OK',\n },\n\n TimePicker: {\n placeholder: 'Zeit auswählen',\n now: 'Jetzt',\n ok: 'OK',\n },\n\n Calendar: {\n today: 'Heute',\n month: 'Monat',\n year: 'Jahr',\n },\n}\n\nexport default deDE\n"],"names":["deDE"],"mappings":"AAEA,MAAMA,IAAe;AAAA,EACnB,QAAQ;AAAA,EAER,QAAQ;AAAA,IACN,IAAI;AAAA,IACJ,QAAQ;AAAA,IACR,SAAS;AAAA,IACT,OAAO;AAAA,IACP,SAAS;AAAA,IACT,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,OAAO;AAAA,IACP,WAAW;AAAA,IACX,QAAQ;AAAA,IACR,UAAU;AAAA,EAAA;AAAA,EAGZ,OAAO;AAAA,IACL,QAAQ;AAAA,IACR,YAAY;AAAA,EAAA;AAAA,EAGd,YAAY;AAAA,IACV,QAAQ;AAAA,IACR,YAAY;AAAA,EAAA;AAAA,EAGd,MAAM;AAAA,IACJ,UAAU;AAAA,IACV,UAAU;AAAA,IACV,YAAY;AAAA,IACZ,UAAU;AAAA,EAAA;AAAA,EAGZ,OAAO;AAAA,IACL,aAAa;AAAA,EAAA;AAAA,EAGf,YAAY;AAAA,IACV,MAAM;AAAA,IACN,IAAI;AAAA,IACJ,OAAO;AAAA,IACP,cAAc;AAAA,IACd,MAAM;AAAA,IACN,MAAM;AAAA,IACN,MAAM;AAAA,EAAA;AAAA,EAGR,OAAO;AAAA,IACL,WAAW;AAAA,IACX,eAAe;AAAA,IACf,aAAa;AAAA,IACb,eAAe;AAAA,IACf,gBAAgB;AAAA,IAChB,WAAW;AAAA,IACX,cAAc;AAAA,IACd,YAAY;AAAA,IACZ,YAAY;AAAA,IACZ,aAAa;AAAA,IACb,YAAY;AAAA,EAAA;AAAA,EAGd,UAAU;AAAA,IACR,QAAQ,CAAC,UAAU,MAAM;AAAA,IACzB,mBAAmB;AAAA,IACnB,UAAU;AAAA,IACV,WAAW;AAAA,IACX,iBAAiB;AAAA,IACjB,WAAW;AAAA,IACX,aAAa;AAAA,EAAA;AAAA,EAGf,QAAQ;AAAA,IACN,YAAY;AAAA,IACZ,YAAY;AAAA,IACZ,eAAe;AAAA,IACf,aAAa;AAAA,IACb,cAAc;AAAA,EAAA;AAAA,EAGhB,QAAQ;AAAA,IACN,aAAa;AAAA,IACb,WAAW;AAAA,IACX,SAAS;AAAA,EAAA;AAAA,EAGX,OAAO;AAAA,IACL,aAAa;AAAA,EAAA;AAAA,EAGf,YAAY;AAAA,IACV,aAAa;AAAA,IACb,kBAAkB,CAAC,cAAc,UAAU;AAAA,IAC3C,OAAO;AAAA,IACP,KAAK;AAAA,IACL,IAAI;AAAA,EAAA;AAAA,EAGN,YAAY;AAAA,IACV,aAAa;AAAA,IACb,KAAK;AAAA,IACL,IAAI;AAAA,EAAA;AAAA,EAGN,UAAU;AAAA,IACR,OAAO;AAAA,IACP,OAAO;AAAA,IACP,MAAM;AAAA,EAAA;AAEV;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"en-CA.js","sources":["../../src/locale/en-CA.ts"],"sourcesContent":["import type { Locale } from './index'\nimport enGB from './en-GB'\n\nconst enCA: Locale = {\n ...enGB,\n locale: 'en-CA',\n\n // Canadian English overrides (inherits British spelling)\n // Override here if needed\n}\n\nexport default enCA\n"],"names":["enCA","enGB"],"mappings":";AAGA,MAAMA,IAAe;AAAA,EACnB,GAAGC;AAAA,EACH,QAAQ;AAAA;AAAA;AAIV;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"en-GB.js","sources":["../../src/locale/en-GB.ts"],"sourcesContent":["import type { Locale } from './index'\nimport enUS from './en-US'\n\nconst enGB: Locale = {\n ...enUS,\n locale: 'en-GB',\n\n // British English overrides\n // Most UI strings are identical, but override here if needed\n}\n\nexport default enGB\n"],"names":["enGB","enUS"],"mappings":";AAGA,MAAMA,IAAe;AAAA,EACnB,GAAGC;AAAA,EACH,QAAQ;AAAA;AAAA;AAIV;"}
|