@blofin/blofin-ui 0.6.87
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/LICENSE +21 -0
- package/README.md +97 -0
- package/dist/Badge.d.ts +1 -0
- package/dist/Badge.es.js +56 -0
- package/dist/Button.d.ts +1 -0
- package/dist/Button.es.js +377 -0
- package/dist/Dialog.d.ts +1 -0
- package/dist/Dialog.es.js +159 -0
- package/dist/Divider.d.ts +1 -0
- package/dist/Divider.es.js +25 -0
- package/dist/Drawer.d.ts +1 -0
- package/dist/Drawer.es.js +90 -0
- package/dist/Form.d.ts +1 -0
- package/dist/Form.es.js +752 -0
- package/dist/Slider.d.ts +1 -0
- package/dist/Slider.es.js +242 -0
- package/dist/blofin.css +1 -0
- package/dist/close-c67ec245.js +5 -0
- package/dist/components/Alert/Alert.d.ts +12 -0
- package/dist/components/Alert/index.d.ts +2 -0
- package/dist/components/Alert/styles.d.ts +7 -0
- package/dist/components/Badge/Badge.d.ts +21 -0
- package/dist/components/Badge/index.d.ts +2 -0
- package/dist/components/Badge/styles.d.ts +7 -0
- package/dist/components/Button/Button.d.ts +35 -0
- package/dist/components/Button/Loading/index.d.ts +8 -0
- package/dist/components/Button/index.d.ts +2 -0
- package/dist/components/Button/styles.d.ts +13 -0
- package/dist/components/Button/types.d.ts +5 -0
- package/dist/components/Calendar/Calendar.d.ts +12 -0
- package/dist/components/Calendar/index.d.ts +2 -0
- package/dist/components/Calendar/styles.d.ts +39 -0
- package/dist/components/Checkbox/Checkbox.d.ts +8 -0
- package/dist/components/Checkbox/index.d.ts +2 -0
- package/dist/components/Checkbox/styles.d.ts +22 -0
- package/dist/components/CssDropdown/CssDropdown.d.ts +18 -0
- package/dist/components/CssDropdown/styles.d.ts +7 -0
- package/dist/components/DatePickerRange/DatePickerRange.d.ts +32 -0
- package/dist/components/DatePickerRange/styles.d.ts +6 -0
- package/dist/components/DateTimePicker/Calendar.d.ts +10 -0
- package/dist/components/DateTimePicker/DateTimePicker.d.ts +18 -0
- package/dist/components/DateTimePicker/ScrollableList.d.ts +12 -0
- package/dist/components/DateTimePicker/hooks/useDateTimePicker.d.ts +35 -0
- package/dist/components/DateTimePicker/styles.d.ts +48 -0
- package/dist/components/Dialog/Dialog.d.ts +30 -0
- package/dist/components/Dialog/index.d.ts +2 -0
- package/dist/components/Dialog/styles.d.ts +13 -0
- package/dist/components/Divider/Divider.d.ts +8 -0
- package/dist/components/Divider/index.d.ts +2 -0
- package/dist/components/Divider/styles.d.ts +7 -0
- package/dist/components/Drawer/Drawer.d.ts +13 -0
- package/dist/components/Drawer/index.d.ts +2 -0
- package/dist/components/Drawer/styles.d.ts +6 -0
- package/dist/components/Dropdown/Dropdown.d.ts +14 -0
- package/dist/components/Dropdown/style.d.ts +9 -0
- package/dist/components/Empty/index.d.ts +5 -0
- package/dist/components/Form/Control.d.ts +13 -0
- package/dist/components/Form/Form.d.ts +3 -0
- package/dist/components/Form/FormItem.d.ts +4 -0
- package/dist/components/Form/FormLabel.d.ts +4 -0
- package/dist/components/Form/context.d.ts +5 -0
- package/dist/components/Form/index.d.ts +8 -0
- package/dist/components/Form/interface.d.ts +48 -0
- package/dist/components/Form/store.d.ts +16 -0
- package/dist/components/Form/styles/item.d.ts +5 -0
- package/dist/components/Form/useForm.d.ts +3 -0
- package/dist/components/LabelTextField/LabelTextField.d.ts +17 -0
- package/dist/components/LabelTextField/index.d.ts +2 -0
- package/dist/components/LabelTextField/styles.d.ts +34 -0
- package/dist/components/MonthPicker/index.d.ts +17 -0
- package/dist/components/Notification/Notification.d.ts +2 -0
- package/dist/components/Notification/style.d.ts +15 -0
- package/dist/components/Pagination/PageOptions.d.ts +12 -0
- package/dist/components/Pagination/Pagination.d.ts +34 -0
- package/dist/components/Pagination/styles.d.ts +6 -0
- package/dist/components/Picker/hooks/usePickerMethod.d.ts +9 -0
- package/dist/components/Picker/index.d.ts +10 -0
- package/dist/components/Picker/styles.d.ts +4 -0
- package/dist/components/Popover/Popover.d.ts +17 -0
- package/dist/components/Popup/index.d.ts +15 -0
- package/dist/components/Popup/styles.d.ts +3 -0
- package/dist/components/RadioButton/RadioButton.d.ts +10 -0
- package/dist/components/RadioButton/index.d.ts +2 -0
- package/dist/components/RadioButton/styles.d.ts +12 -0
- package/dist/components/Select/Select.d.ts +38 -0
- package/dist/components/Select/index.d.ts +2 -0
- package/dist/components/Select/styles.d.ts +24 -0
- package/dist/components/Slider/Slider.d.ts +20 -0
- package/dist/components/Slider/index.d.ts +2 -0
- package/dist/components/Slider/styles.d.ts +31 -0
- package/dist/components/Sort/SortButton.d.ts +14 -0
- package/dist/components/Sort/SortGroup.d.ts +8 -0
- package/dist/components/Sort/reducer.d.ts +36 -0
- package/dist/components/Sortable/SortItem.d.ts +6 -0
- package/dist/components/Sortable/index.d.ts +10 -0
- package/dist/components/Switch/Switch.d.ts +9 -0
- package/dist/components/Switch/styles.d.ts +12 -0
- package/dist/components/Tab/Tab.d.ts +21 -0
- package/dist/components/Tab/styles.d.ts +20 -0
- package/dist/components/Table/Pagination/index.d.ts +8 -0
- package/dist/components/Table/Table.d.ts +5 -0
- package/dist/components/Table/Tbody/index.d.ts +14 -0
- package/dist/components/Table/Thead/index.d.ts +17 -0
- package/dist/components/Table/context.d.ts +17 -0
- package/dist/components/Table/css.d.ts +12 -0
- package/dist/components/Table/hooks/useStickyClassName.d.ts +3 -0
- package/dist/components/Table/hooks/useStickyOffset.d.ts +15 -0
- package/dist/components/Table/index.d.ts +3 -0
- package/dist/components/Table/interface.d.ts +48 -0
- package/dist/components/TextField/TextField.d.ts +15 -0
- package/dist/components/TextField/index.d.ts +2 -0
- package/dist/components/TextSelect/TextSelect.d.ts +50 -0
- package/dist/components/TextSelect/styles.d.ts +27 -0
- package/dist/components/Textarea/index.d.ts +15 -0
- package/dist/components/Textarea/style.d.ts +13 -0
- package/dist/components/Toast/Toast.d.ts +2 -0
- package/dist/components/Toast/styles.d.ts +13 -0
- package/dist/components/Tooltip/Tooltip.d.ts +22 -0
- package/dist/components/Tooltip/enum.d.ts +21 -0
- package/dist/components/Tooltip/styles.d.ts +10 -0
- package/dist/components/Tooltip/type.d.ts +1 -0
- package/dist/components/Typography/Typography.d.ts +35 -0
- package/dist/components/Typography/styles.d.ts +10 -0
- package/dist/config/tailwind.js +9 -0
- package/dist/config/theme.js +318 -0
- package/dist/hooks/useAlign.d.ts +20 -0
- package/dist/hooks/useClient.d.ts +4 -0
- package/dist/hooks/useDelayEvent.d.ts +2 -0
- package/dist/hooks/useLatest.d.ts +1 -0
- package/dist/hooks/useNotification.d.ts +10 -0
- package/dist/hooks/useOutsideClick.d.ts +2 -0
- package/dist/hooks/useToast.d.ts +9 -0
- package/dist/index-0055aace.js +338 -0
- package/dist/index-0171eaca.js +436 -0
- package/dist/index-03ecf4ec.js +400 -0
- package/dist/index-04d10294.js +298 -0
- package/dist/index-0a1520d4.js +287 -0
- package/dist/index-0f855a91.js +14 -0
- package/dist/index-114820db.js +354 -0
- package/dist/index-1388dfff.js +336 -0
- package/dist/index-15b50a21.js +298 -0
- package/dist/index-17308ac1.js +298 -0
- package/dist/index-17afe366.js +298 -0
- package/dist/index-1d78221c.js +339 -0
- package/dist/index-1dc85776.js +437 -0
- package/dist/index-20e881af.js +354 -0
- package/dist/index-20f2adc4.js +398 -0
- package/dist/index-21539629.js +478 -0
- package/dist/index-21f85e78.js +377 -0
- package/dist/index-236e0579.js +71 -0
- package/dist/index-250f50e2.js +502 -0
- package/dist/index-356291b2.js +450 -0
- package/dist/index-38216e9e.js +340 -0
- package/dist/index-3c058c26.js +606 -0
- package/dist/index-3c3ba437.js +341 -0
- package/dist/index-3cd72a27.js +61 -0
- package/dist/index-3dcefa10.js +328 -0
- package/dist/index-3f70b1d4.js +331 -0
- package/dist/index-40ad0dd1.js +287 -0
- package/dist/index-42fb4fd5.js +334 -0
- package/dist/index-45696efa.js +438 -0
- package/dist/index-4b6824f2.js +61 -0
- package/dist/index-4b7924c1.js +354 -0
- package/dist/index-4c8ef561.js +337 -0
- package/dist/index-4ced47cd.js +359 -0
- package/dist/index-4eb29fd9.js +313 -0
- package/dist/index-4f2d4e0d.js +342 -0
- package/dist/index-51847d07.js +363 -0
- package/dist/index-51c1e00d.js +9 -0
- package/dist/index-51cf15b2.js +11054 -0
- package/dist/index-5357c173.js +336 -0
- package/dist/index-572ed179.js +353 -0
- package/dist/index-580c6bf2.js +362 -0
- package/dist/index-6817d9c1.js +363 -0
- package/dist/index-682656f7.js +62 -0
- package/dist/index-6834d6cf.js +330 -0
- package/dist/index-6a5829bd.js +387 -0
- package/dist/index-739cb389.js +332 -0
- package/dist/index-7601ed24.js +332 -0
- package/dist/index-76c2d21a.js +362 -0
- package/dist/index-7871c2fa.js +397 -0
- package/dist/index-7a871a23.js +362 -0
- package/dist/index-7aae1d07.js +298 -0
- package/dist/index-80121226.js +443 -0
- package/dist/index-872a50e8.js +353 -0
- package/dist/index-88fdaa89.js +437 -0
- package/dist/index-8a4c6daa.js +302 -0
- package/dist/index-8fb7d88b.js +360 -0
- package/dist/index-9412ffa1.js +346 -0
- package/dist/index-95d62350.js +427 -0
- package/dist/index-96a8d125.js +65 -0
- package/dist/index-9d0a665d.js +298 -0
- package/dist/index-a8c0dd3b.js +500 -0
- package/dist/index-aa90be0a.js +146 -0
- package/dist/index-aac5376e.js +331 -0
- package/dist/index-ac48594f.js +364 -0
- package/dist/index-acc7a626.js +146 -0
- package/dist/index-af6965cc.js +332 -0
- package/dist/index-b523f554.js +61 -0
- package/dist/index-b5aa671f.js +463 -0
- package/dist/index-b7612310.js +333 -0
- package/dist/index-babf632c.js +332 -0
- package/dist/index-baf0849c.js +346 -0
- package/dist/index-bb65c72e.js +514 -0
- package/dist/index-bb84ad8c.js +514 -0
- package/dist/index-c1e6e7ba.js +340 -0
- package/dist/index-cb4b8e2c.js +341 -0
- package/dist/index-d9848a76.js +545 -0
- package/dist/index-dc4bbb59.js +332 -0
- package/dist/index-dfc0fb0e.js +364 -0
- package/dist/index-e27e30cc.js +345 -0
- package/dist/index-e8380fcb.js +335 -0
- package/dist/index-ea4a8872.js +311 -0
- package/dist/index-eb696d64.js +436 -0
- package/dist/index-ebd469fd.js +297 -0
- package/dist/index-ed48cf75.js +383 -0
- package/dist/index-f3092738.js +308 -0
- package/dist/index-f41bdf2a.js +238 -0
- package/dist/index-f5c25d06.js +458 -0
- package/dist/index-f7e0a67b.js +511 -0
- package/dist/index-fafae16f.js +337 -0
- package/dist/index-ffe656da.js +332 -0
- package/dist/index.d.ts +43 -0
- package/dist/index.es.js +51 -0
- package/dist/isObjectLike-1b8bbac2.js +44 -0
- package/dist/jsx-runtime-944c88e2.js +631 -0
- package/dist/provider/NoticeProvider.d.ts +41 -0
- package/dist/provider/ThemeProvider.d.ts +7 -0
- package/dist/provider/useTheme.d.ts +4 -0
- package/dist/types/component.d.ts +16 -0
- package/dist/types/svg.d.ts +4 -0
- package/dist/utils/format.d.ts +7 -0
- package/dist/utils/helper.d.ts +7 -0
- package/dist/utils/locales.d.ts +1 -0
- package/dist/utils/utils.d.ts +2 -0
- package/dist/utils-7e50508b.js +2304 -0
- package/dist/vite.svg +1 -0
- package/package.json +117 -0
|
@@ -0,0 +1,328 @@
|
|
|
1
|
+
import { a as d, b as r, c as s, d as i } from "./index-51cf15b2.js";
|
|
2
|
+
import "./Badge.es.js";
|
|
3
|
+
import "./jsx-runtime-944c88e2.js";
|
|
4
|
+
import "react";
|
|
5
|
+
import "./index-96a8d125.js";
|
|
6
|
+
import "./utils-7e50508b.js";
|
|
7
|
+
import "./Button.es.js";
|
|
8
|
+
import "./isObjectLike-1b8bbac2.js";
|
|
9
|
+
import "./Dialog.es.js";
|
|
10
|
+
import "react-dom";
|
|
11
|
+
import "./close-c67ec245.js";
|
|
12
|
+
import "./Drawer.es.js";
|
|
13
|
+
import "./Slider.es.js";
|
|
14
|
+
import "./Divider.es.js";
|
|
15
|
+
var h = {
|
|
16
|
+
lessThanXSeconds: {
|
|
17
|
+
one: "sekunddan kam",
|
|
18
|
+
other: "{{count}} sekunddan kam"
|
|
19
|
+
},
|
|
20
|
+
xSeconds: {
|
|
21
|
+
one: "1 sekund",
|
|
22
|
+
other: "{{count}} sekund"
|
|
23
|
+
},
|
|
24
|
+
halfAMinute: "yarim minut",
|
|
25
|
+
lessThanXMinutes: {
|
|
26
|
+
one: "bir minutdan kam",
|
|
27
|
+
other: "{{count}} minutdan kam"
|
|
28
|
+
},
|
|
29
|
+
xMinutes: {
|
|
30
|
+
one: "1 minut",
|
|
31
|
+
other: "{{count}} minut"
|
|
32
|
+
},
|
|
33
|
+
aboutXHours: {
|
|
34
|
+
one: "tahminan 1 soat",
|
|
35
|
+
other: "tahminan {{count}} soat"
|
|
36
|
+
},
|
|
37
|
+
xHours: {
|
|
38
|
+
one: "1 soat",
|
|
39
|
+
other: "{{count}} soat"
|
|
40
|
+
},
|
|
41
|
+
xDays: {
|
|
42
|
+
one: "1 kun",
|
|
43
|
+
other: "{{count}} kun"
|
|
44
|
+
},
|
|
45
|
+
aboutXWeeks: {
|
|
46
|
+
one: "tahminan 1 hafta",
|
|
47
|
+
other: "tahminan {{count}} hafta"
|
|
48
|
+
},
|
|
49
|
+
xWeeks: {
|
|
50
|
+
one: "1 hafta",
|
|
51
|
+
other: "{{count}} hafta"
|
|
52
|
+
},
|
|
53
|
+
aboutXMonths: {
|
|
54
|
+
one: "tahminan 1 oy",
|
|
55
|
+
other: "tahminan {{count}} oy"
|
|
56
|
+
},
|
|
57
|
+
xMonths: {
|
|
58
|
+
one: "1 oy",
|
|
59
|
+
other: "{{count}} oy"
|
|
60
|
+
},
|
|
61
|
+
aboutXYears: {
|
|
62
|
+
one: "tahminan 1 yil",
|
|
63
|
+
other: "tahminan {{count}} yil"
|
|
64
|
+
},
|
|
65
|
+
xYears: {
|
|
66
|
+
one: "1 yil",
|
|
67
|
+
other: "{{count}} yil"
|
|
68
|
+
},
|
|
69
|
+
overXYears: {
|
|
70
|
+
one: "1 yildan ko'p",
|
|
71
|
+
other: "{{count}} yildan ko'p"
|
|
72
|
+
},
|
|
73
|
+
almostXYears: {
|
|
74
|
+
one: "deyarli 1 yil",
|
|
75
|
+
other: "deyarli {{count}} yil"
|
|
76
|
+
}
|
|
77
|
+
}, m = function(a, o, e) {
|
|
78
|
+
var t, u = h[a];
|
|
79
|
+
return typeof u == "string" ? t = u : o === 1 ? t = u.one : t = u.other.replace("{{count}}", String(o)), e != null && e.addSuffix ? e.comparison && e.comparison > 0 ? t + " dan keyin" : t + " oldin" : t;
|
|
80
|
+
};
|
|
81
|
+
const l = m;
|
|
82
|
+
var y = {
|
|
83
|
+
full: "EEEE, do MMMM, y",
|
|
84
|
+
long: "do MMMM, y",
|
|
85
|
+
medium: "d MMM, y",
|
|
86
|
+
short: "dd/MM/yyyy"
|
|
87
|
+
}, c = {
|
|
88
|
+
full: "h:mm:ss zzzz",
|
|
89
|
+
long: "h:mm:ss z",
|
|
90
|
+
medium: "h:mm:ss",
|
|
91
|
+
short: "h:mm"
|
|
92
|
+
}, v = {
|
|
93
|
+
any: "{{date}}, {{time}}"
|
|
94
|
+
}, b = {
|
|
95
|
+
date: d({
|
|
96
|
+
formats: y,
|
|
97
|
+
defaultWidth: "full"
|
|
98
|
+
}),
|
|
99
|
+
time: d({
|
|
100
|
+
formats: c,
|
|
101
|
+
defaultWidth: "full"
|
|
102
|
+
}),
|
|
103
|
+
dateTime: d({
|
|
104
|
+
formats: v,
|
|
105
|
+
defaultWidth: "any"
|
|
106
|
+
})
|
|
107
|
+
};
|
|
108
|
+
const f = b;
|
|
109
|
+
var p = {
|
|
110
|
+
lastWeek: "'oldingi' eeee p 'da'",
|
|
111
|
+
yesterday: "'kecha' p 'da'",
|
|
112
|
+
today: "'bugun' p 'da'",
|
|
113
|
+
tomorrow: "'ertaga' p 'da'",
|
|
114
|
+
nextWeek: "eeee p 'da'",
|
|
115
|
+
other: "P"
|
|
116
|
+
}, k = function(a, o, e, t) {
|
|
117
|
+
return p[a];
|
|
118
|
+
};
|
|
119
|
+
const g = k;
|
|
120
|
+
var M = {
|
|
121
|
+
narrow: ["M.A", "M."],
|
|
122
|
+
abbreviated: ["M.A", "M."],
|
|
123
|
+
wide: ["Miloddan Avvalgi", "Milodiy"]
|
|
124
|
+
}, P = {
|
|
125
|
+
narrow: ["1", "2", "3", "4"],
|
|
126
|
+
abbreviated: ["CH.1", "CH.2", "CH.3", "CH.4"],
|
|
127
|
+
wide: ["1-chi chorak", "2-chi chorak", "3-chi chorak", "4-chi chorak"]
|
|
128
|
+
}, w = {
|
|
129
|
+
narrow: ["Y", "F", "M", "A", "M", "I", "I", "A", "S", "O", "N", "D"],
|
|
130
|
+
abbreviated: ["Yan", "Fev", "Mar", "Apr", "May", "Iyun", "Iyul", "Avg", "Sen", "Okt", "Noy", "Dek"],
|
|
131
|
+
wide: ["Yanvar", "Fevral", "Mart", "Aprel", "May", "Iyun", "Iyul", "Avgust", "Sentabr", "Oktabr", "Noyabr", "Dekabr"]
|
|
132
|
+
}, W = {
|
|
133
|
+
narrow: ["Y", "D", "S", "CH", "P", "J", "SH"],
|
|
134
|
+
short: ["Ya", "Du", "Se", "Cho", "Pa", "Ju", "Sha"],
|
|
135
|
+
abbreviated: ["Yak", "Dush", "Sesh", "Chor", "Pay", "Jum", "Shan"],
|
|
136
|
+
wide: ["Yakshanba", "Dushanba", "Seshanba", "Chorshanba", "Payshanba", "Juma", "Shanba"]
|
|
137
|
+
}, D = {
|
|
138
|
+
narrow: {
|
|
139
|
+
am: "a",
|
|
140
|
+
pm: "p",
|
|
141
|
+
midnight: "y.t",
|
|
142
|
+
noon: "p.",
|
|
143
|
+
morning: "ertalab",
|
|
144
|
+
afternoon: "tushdan keyin",
|
|
145
|
+
evening: "kechqurun",
|
|
146
|
+
night: "tun"
|
|
147
|
+
},
|
|
148
|
+
abbreviated: {
|
|
149
|
+
am: "AM",
|
|
150
|
+
pm: "PM",
|
|
151
|
+
midnight: "yarim tun",
|
|
152
|
+
noon: "peshin",
|
|
153
|
+
morning: "ertalab",
|
|
154
|
+
afternoon: "tushdan keyin",
|
|
155
|
+
evening: "kechqurun",
|
|
156
|
+
night: "tun"
|
|
157
|
+
},
|
|
158
|
+
wide: {
|
|
159
|
+
am: "a.m.",
|
|
160
|
+
pm: "p.m.",
|
|
161
|
+
midnight: "yarim tun",
|
|
162
|
+
noon: "peshin",
|
|
163
|
+
morning: "ertalab",
|
|
164
|
+
afternoon: "tushdan keyin",
|
|
165
|
+
evening: "kechqurun",
|
|
166
|
+
night: "tun"
|
|
167
|
+
}
|
|
168
|
+
}, S = {
|
|
169
|
+
narrow: {
|
|
170
|
+
am: "a",
|
|
171
|
+
pm: "p",
|
|
172
|
+
midnight: "y.t",
|
|
173
|
+
noon: "p.",
|
|
174
|
+
morning: "ertalab",
|
|
175
|
+
afternoon: "tushdan keyin",
|
|
176
|
+
evening: "kechqurun",
|
|
177
|
+
night: "tun"
|
|
178
|
+
},
|
|
179
|
+
abbreviated: {
|
|
180
|
+
am: "AM",
|
|
181
|
+
pm: "PM",
|
|
182
|
+
midnight: "yarim tun",
|
|
183
|
+
noon: "peshin",
|
|
184
|
+
morning: "ertalab",
|
|
185
|
+
afternoon: "tushdan keyin",
|
|
186
|
+
evening: "kechqurun",
|
|
187
|
+
night: "tun"
|
|
188
|
+
},
|
|
189
|
+
wide: {
|
|
190
|
+
am: "a.m.",
|
|
191
|
+
pm: "p.m.",
|
|
192
|
+
midnight: "yarim tun",
|
|
193
|
+
noon: "peshin",
|
|
194
|
+
morning: "ertalab",
|
|
195
|
+
afternoon: "tushdan keyin",
|
|
196
|
+
evening: "kechqurun",
|
|
197
|
+
night: "tun"
|
|
198
|
+
}
|
|
199
|
+
}, C = function(a, o) {
|
|
200
|
+
return String(a);
|
|
201
|
+
}, q = {
|
|
202
|
+
ordinalNumber: C,
|
|
203
|
+
era: r({
|
|
204
|
+
values: M,
|
|
205
|
+
defaultWidth: "wide"
|
|
206
|
+
}),
|
|
207
|
+
quarter: r({
|
|
208
|
+
values: P,
|
|
209
|
+
defaultWidth: "wide",
|
|
210
|
+
argumentCallback: function(a) {
|
|
211
|
+
return a - 1;
|
|
212
|
+
}
|
|
213
|
+
}),
|
|
214
|
+
month: r({
|
|
215
|
+
values: w,
|
|
216
|
+
defaultWidth: "wide"
|
|
217
|
+
}),
|
|
218
|
+
day: r({
|
|
219
|
+
values: W,
|
|
220
|
+
defaultWidth: "wide"
|
|
221
|
+
}),
|
|
222
|
+
dayPeriod: r({
|
|
223
|
+
values: D,
|
|
224
|
+
defaultWidth: "wide",
|
|
225
|
+
formattingValues: S,
|
|
226
|
+
defaultFormattingWidth: "wide"
|
|
227
|
+
})
|
|
228
|
+
};
|
|
229
|
+
const A = q;
|
|
230
|
+
var F = /^(\d+)(chi)?/i, Y = /\d+/i, x = {
|
|
231
|
+
narrow: /^(m\.a|m\.)/i,
|
|
232
|
+
abbreviated: /^(m\.a\.?\s?m\.?)/i,
|
|
233
|
+
wide: /^(miloddan avval|miloddan keyin)/i
|
|
234
|
+
}, z = {
|
|
235
|
+
any: [/^b/i, /^(a|c)/i]
|
|
236
|
+
}, N = {
|
|
237
|
+
narrow: /^[1234]/i,
|
|
238
|
+
abbreviated: /^q[1234]/i,
|
|
239
|
+
wide: /^[1234](chi)? chorak/i
|
|
240
|
+
}, H = {
|
|
241
|
+
any: [/1/i, /2/i, /3/i, /4/i]
|
|
242
|
+
}, V = {
|
|
243
|
+
narrow: /^[yfmasond]/i,
|
|
244
|
+
abbreviated: /^(yan|fev|mar|apr|may|iyun|iyul|avg|sen|okt|noy|dek)/i,
|
|
245
|
+
wide: /^(yanvar|fevral|mart|aprel|may|iyun|iyul|avgust|sentabr|oktabr|noyabr|dekabr)/i
|
|
246
|
+
}, X = {
|
|
247
|
+
narrow: [/^y/i, /^f/i, /^m/i, /^a/i, /^m/i, /^i/i, /^i/i, /^a/i, /^s/i, /^o/i, /^n/i, /^d/i],
|
|
248
|
+
any: [/^ya/i, /^f/i, /^mar/i, /^ap/i, /^may/i, /^iyun/i, /^iyul/i, /^av/i, /^s/i, /^o/i, /^n/i, /^d/i]
|
|
249
|
+
}, I = {
|
|
250
|
+
narrow: /^[ydschj]/i,
|
|
251
|
+
short: /^(ya|du|se|cho|pa|ju|sha)/i,
|
|
252
|
+
abbreviated: /^(yak|dush|sesh|chor|pay|jum|shan)/i,
|
|
253
|
+
wide: /^(yakshanba|dushanba|seshanba|chorshanba|payshanba|juma|shanba)/i
|
|
254
|
+
}, L = {
|
|
255
|
+
narrow: [/^y/i, /^d/i, /^s/i, /^ch/i, /^p/i, /^j/i, /^sh/i],
|
|
256
|
+
any: [/^ya/i, /^d/i, /^se/i, /^ch/i, /^p/i, /^j/i, /^sh/i]
|
|
257
|
+
}, j = {
|
|
258
|
+
narrow: /^(a|p|y\.t|p| (ertalab|tushdan keyin|kechqurun|tun))/i,
|
|
259
|
+
any: /^([ap]\.?\s?m\.?|yarim tun|peshin| (ertalab|tushdan keyin|kechqurun|tun))/i
|
|
260
|
+
}, E = {
|
|
261
|
+
any: {
|
|
262
|
+
am: /^a/i,
|
|
263
|
+
pm: /^p/i,
|
|
264
|
+
midnight: /^y\.t/i,
|
|
265
|
+
noon: /^pe/i,
|
|
266
|
+
morning: /ertalab/i,
|
|
267
|
+
afternoon: /tushdan keyin/i,
|
|
268
|
+
evening: /kechqurun/i,
|
|
269
|
+
night: /tun/i
|
|
270
|
+
}
|
|
271
|
+
}, O = {
|
|
272
|
+
ordinalNumber: s({
|
|
273
|
+
matchPattern: F,
|
|
274
|
+
parsePattern: Y,
|
|
275
|
+
valueCallback: function(a) {
|
|
276
|
+
return parseInt(a, 10);
|
|
277
|
+
}
|
|
278
|
+
}),
|
|
279
|
+
era: i({
|
|
280
|
+
matchPatterns: x,
|
|
281
|
+
defaultMatchWidth: "wide",
|
|
282
|
+
parsePatterns: z,
|
|
283
|
+
defaultParseWidth: "any"
|
|
284
|
+
}),
|
|
285
|
+
quarter: i({
|
|
286
|
+
matchPatterns: N,
|
|
287
|
+
defaultMatchWidth: "wide",
|
|
288
|
+
parsePatterns: H,
|
|
289
|
+
defaultParseWidth: "any",
|
|
290
|
+
valueCallback: function(a) {
|
|
291
|
+
return a + 1;
|
|
292
|
+
}
|
|
293
|
+
}),
|
|
294
|
+
month: i({
|
|
295
|
+
matchPatterns: V,
|
|
296
|
+
defaultMatchWidth: "wide",
|
|
297
|
+
parsePatterns: X,
|
|
298
|
+
defaultParseWidth: "any"
|
|
299
|
+
}),
|
|
300
|
+
day: i({
|
|
301
|
+
matchPatterns: I,
|
|
302
|
+
defaultMatchWidth: "wide",
|
|
303
|
+
parsePatterns: L,
|
|
304
|
+
defaultParseWidth: "any"
|
|
305
|
+
}),
|
|
306
|
+
dayPeriod: i({
|
|
307
|
+
matchPatterns: j,
|
|
308
|
+
defaultMatchWidth: "any",
|
|
309
|
+
parsePatterns: E,
|
|
310
|
+
defaultParseWidth: "any"
|
|
311
|
+
})
|
|
312
|
+
};
|
|
313
|
+
const R = O;
|
|
314
|
+
var ra = {
|
|
315
|
+
code: "uz",
|
|
316
|
+
formatDistance: l,
|
|
317
|
+
formatLong: f,
|
|
318
|
+
formatRelative: g,
|
|
319
|
+
localize: A,
|
|
320
|
+
match: R,
|
|
321
|
+
options: {
|
|
322
|
+
weekStartsOn: 1,
|
|
323
|
+
firstWeekContainsDate: 1
|
|
324
|
+
}
|
|
325
|
+
};
|
|
326
|
+
export {
|
|
327
|
+
ra as default
|
|
328
|
+
};
|
|
@@ -0,0 +1,331 @@
|
|
|
1
|
+
import { a as s, b as r, c as u, d as n } from "./index-51cf15b2.js";
|
|
2
|
+
import "./Badge.es.js";
|
|
3
|
+
import "./jsx-runtime-944c88e2.js";
|
|
4
|
+
import "react";
|
|
5
|
+
import "./index-96a8d125.js";
|
|
6
|
+
import "./utils-7e50508b.js";
|
|
7
|
+
import "./Button.es.js";
|
|
8
|
+
import "./isObjectLike-1b8bbac2.js";
|
|
9
|
+
import "./Dialog.es.js";
|
|
10
|
+
import "react-dom";
|
|
11
|
+
import "./close-c67ec245.js";
|
|
12
|
+
import "./Drawer.es.js";
|
|
13
|
+
import "./Slider.es.js";
|
|
14
|
+
import "./Divider.es.js";
|
|
15
|
+
var h = {
|
|
16
|
+
lessThanXSeconds: {
|
|
17
|
+
one: "kurang dari 1 saat",
|
|
18
|
+
other: "kurang dari {{count}} saat"
|
|
19
|
+
},
|
|
20
|
+
xSeconds: {
|
|
21
|
+
one: "1 saat",
|
|
22
|
+
other: "{{count}} saat"
|
|
23
|
+
},
|
|
24
|
+
halfAMinute: "setengah minit",
|
|
25
|
+
lessThanXMinutes: {
|
|
26
|
+
one: "kurang dari 1 minit",
|
|
27
|
+
other: "kurang dari {{count}} minit"
|
|
28
|
+
},
|
|
29
|
+
xMinutes: {
|
|
30
|
+
one: "1 minit",
|
|
31
|
+
other: "{{count}} minit"
|
|
32
|
+
},
|
|
33
|
+
aboutXHours: {
|
|
34
|
+
one: "sekitar 1 jam",
|
|
35
|
+
other: "sekitar {{count}} jam"
|
|
36
|
+
},
|
|
37
|
+
xHours: {
|
|
38
|
+
one: "1 jam",
|
|
39
|
+
other: "{{count}} jam"
|
|
40
|
+
},
|
|
41
|
+
xDays: {
|
|
42
|
+
one: "1 hari",
|
|
43
|
+
other: "{{count}} hari"
|
|
44
|
+
},
|
|
45
|
+
aboutXWeeks: {
|
|
46
|
+
one: "sekitar 1 minggu",
|
|
47
|
+
other: "sekitar {{count}} minggu"
|
|
48
|
+
},
|
|
49
|
+
xWeeks: {
|
|
50
|
+
one: "1 minggu",
|
|
51
|
+
other: "{{count}} minggu"
|
|
52
|
+
},
|
|
53
|
+
aboutXMonths: {
|
|
54
|
+
one: "sekitar 1 bulan",
|
|
55
|
+
other: "sekitar {{count}} bulan"
|
|
56
|
+
},
|
|
57
|
+
xMonths: {
|
|
58
|
+
one: "1 bulan",
|
|
59
|
+
other: "{{count}} bulan"
|
|
60
|
+
},
|
|
61
|
+
aboutXYears: {
|
|
62
|
+
one: "sekitar 1 tahun",
|
|
63
|
+
other: "sekitar {{count}} tahun"
|
|
64
|
+
},
|
|
65
|
+
xYears: {
|
|
66
|
+
one: "1 tahun",
|
|
67
|
+
other: "{{count}} tahun"
|
|
68
|
+
},
|
|
69
|
+
overXYears: {
|
|
70
|
+
one: "lebih dari 1 tahun",
|
|
71
|
+
other: "lebih dari {{count}} tahun"
|
|
72
|
+
},
|
|
73
|
+
almostXYears: {
|
|
74
|
+
one: "hampir 1 tahun",
|
|
75
|
+
other: "hampir {{count}} tahun"
|
|
76
|
+
}
|
|
77
|
+
}, d = function(a, m, t) {
|
|
78
|
+
var e, o = h[a];
|
|
79
|
+
return typeof o == "string" ? e = o : m === 1 ? e = o.one : e = o.other.replace("{{count}}", String(m)), t != null && t.addSuffix ? t.comparison && t.comparison > 0 ? "dalam masa " + e : e + " yang lalu" : e;
|
|
80
|
+
};
|
|
81
|
+
const l = d;
|
|
82
|
+
var g = {
|
|
83
|
+
full: "EEEE, d MMMM yyyy",
|
|
84
|
+
long: "d MMMM yyyy",
|
|
85
|
+
medium: "d MMM yyyy",
|
|
86
|
+
short: "d/M/yyyy"
|
|
87
|
+
}, p = {
|
|
88
|
+
full: "HH.mm.ss",
|
|
89
|
+
long: "HH.mm.ss",
|
|
90
|
+
medium: "HH.mm",
|
|
91
|
+
short: "HH.mm"
|
|
92
|
+
}, c = {
|
|
93
|
+
full: "{{date}} 'pukul' {{time}}",
|
|
94
|
+
long: "{{date}} 'pukul' {{time}}",
|
|
95
|
+
medium: "{{date}}, {{time}}",
|
|
96
|
+
short: "{{date}}, {{time}}"
|
|
97
|
+
}, b = {
|
|
98
|
+
date: s({
|
|
99
|
+
formats: g,
|
|
100
|
+
defaultWidth: "full"
|
|
101
|
+
}),
|
|
102
|
+
time: s({
|
|
103
|
+
formats: p,
|
|
104
|
+
defaultWidth: "full"
|
|
105
|
+
}),
|
|
106
|
+
dateTime: s({
|
|
107
|
+
formats: c,
|
|
108
|
+
defaultWidth: "full"
|
|
109
|
+
})
|
|
110
|
+
};
|
|
111
|
+
const f = b;
|
|
112
|
+
var v = {
|
|
113
|
+
lastWeek: "eeee 'lepas pada jam' p",
|
|
114
|
+
yesterday: "'Semalam pada jam' p",
|
|
115
|
+
today: "'Hari ini pada jam' p",
|
|
116
|
+
tomorrow: "'Esok pada jam' p",
|
|
117
|
+
nextWeek: "eeee 'pada jam' p",
|
|
118
|
+
other: "P"
|
|
119
|
+
}, k = function(a, m, t, e) {
|
|
120
|
+
return v[a];
|
|
121
|
+
};
|
|
122
|
+
const y = k;
|
|
123
|
+
var M = {
|
|
124
|
+
narrow: ["SM", "M"],
|
|
125
|
+
abbreviated: ["SM", "M"],
|
|
126
|
+
wide: ["Sebelum Masihi", "Masihi"]
|
|
127
|
+
}, P = {
|
|
128
|
+
narrow: ["1", "2", "3", "4"],
|
|
129
|
+
abbreviated: ["S1", "S2", "S3", "S4"],
|
|
130
|
+
wide: ["Suku pertama", "Suku kedua", "Suku ketiga", "Suku keempat"]
|
|
131
|
+
}, w = {
|
|
132
|
+
narrow: ["J", "F", "M", "A", "M", "J", "J", "O", "S", "O", "N", "D"],
|
|
133
|
+
abbreviated: ["Jan", "Feb", "Mac", "Apr", "Mei", "Jun", "Jul", "Ogo", "Sep", "Okt", "Nov", "Dis"],
|
|
134
|
+
wide: ["Januari", "Februari", "Mac", "April", "Mei", "Jun", "Julai", "Ogos", "September", "Oktober", "November", "Disember"]
|
|
135
|
+
}, S = {
|
|
136
|
+
narrow: ["A", "I", "S", "R", "K", "J", "S"],
|
|
137
|
+
short: ["Ahd", "Isn", "Sel", "Rab", "Kha", "Jum", "Sab"],
|
|
138
|
+
abbreviated: ["Ahd", "Isn", "Sel", "Rab", "Kha", "Jum", "Sab"],
|
|
139
|
+
wide: ["Ahad", "Isnin", "Selasa", "Rabu", "Khamis", "Jumaat", "Sabtu"]
|
|
140
|
+
}, j = {
|
|
141
|
+
narrow: {
|
|
142
|
+
am: "am",
|
|
143
|
+
pm: "pm",
|
|
144
|
+
midnight: "tgh malam",
|
|
145
|
+
noon: "tgh hari",
|
|
146
|
+
morning: "pagi",
|
|
147
|
+
afternoon: "tengah hari",
|
|
148
|
+
evening: "petang",
|
|
149
|
+
night: "malam"
|
|
150
|
+
},
|
|
151
|
+
abbreviated: {
|
|
152
|
+
am: "AM",
|
|
153
|
+
pm: "PM",
|
|
154
|
+
midnight: "tengah malam",
|
|
155
|
+
noon: "tengah hari",
|
|
156
|
+
morning: "pagi",
|
|
157
|
+
afternoon: "tengah hari",
|
|
158
|
+
evening: "petang",
|
|
159
|
+
night: "malam"
|
|
160
|
+
},
|
|
161
|
+
wide: {
|
|
162
|
+
am: "a.m.",
|
|
163
|
+
pm: "p.m.",
|
|
164
|
+
midnight: "tengah malam",
|
|
165
|
+
noon: "tengah hari",
|
|
166
|
+
morning: "pagi",
|
|
167
|
+
afternoon: "tengah hari",
|
|
168
|
+
evening: "petang",
|
|
169
|
+
night: "malam"
|
|
170
|
+
}
|
|
171
|
+
}, W = {
|
|
172
|
+
narrow: {
|
|
173
|
+
am: "am",
|
|
174
|
+
pm: "pm",
|
|
175
|
+
midnight: "tengah malam",
|
|
176
|
+
noon: "tengah hari",
|
|
177
|
+
morning: "pagi",
|
|
178
|
+
afternoon: "tengah hari",
|
|
179
|
+
evening: "petang",
|
|
180
|
+
night: "malam"
|
|
181
|
+
},
|
|
182
|
+
abbreviated: {
|
|
183
|
+
am: "AM",
|
|
184
|
+
pm: "PM",
|
|
185
|
+
midnight: "tengah malam",
|
|
186
|
+
noon: "tengah hari",
|
|
187
|
+
morning: "pagi",
|
|
188
|
+
afternoon: "tengah hari",
|
|
189
|
+
evening: "petang",
|
|
190
|
+
night: "malam"
|
|
191
|
+
},
|
|
192
|
+
wide: {
|
|
193
|
+
am: "a.m.",
|
|
194
|
+
pm: "p.m.",
|
|
195
|
+
midnight: "tengah malam",
|
|
196
|
+
noon: "tengah hari",
|
|
197
|
+
morning: "pagi",
|
|
198
|
+
afternoon: "tengah hari",
|
|
199
|
+
evening: "petang",
|
|
200
|
+
night: "malam"
|
|
201
|
+
}
|
|
202
|
+
}, D = function(a, m) {
|
|
203
|
+
return "ke-" + Number(a);
|
|
204
|
+
}, J = {
|
|
205
|
+
ordinalNumber: D,
|
|
206
|
+
era: r({
|
|
207
|
+
values: M,
|
|
208
|
+
defaultWidth: "wide"
|
|
209
|
+
}),
|
|
210
|
+
quarter: r({
|
|
211
|
+
values: P,
|
|
212
|
+
defaultWidth: "wide",
|
|
213
|
+
argumentCallback: function(a) {
|
|
214
|
+
return a - 1;
|
|
215
|
+
}
|
|
216
|
+
}),
|
|
217
|
+
month: r({
|
|
218
|
+
values: w,
|
|
219
|
+
defaultWidth: "wide"
|
|
220
|
+
}),
|
|
221
|
+
day: r({
|
|
222
|
+
values: S,
|
|
223
|
+
defaultWidth: "wide"
|
|
224
|
+
}),
|
|
225
|
+
dayPeriod: r({
|
|
226
|
+
values: j,
|
|
227
|
+
defaultWidth: "wide",
|
|
228
|
+
formattingValues: W,
|
|
229
|
+
defaultFormattingWidth: "wide"
|
|
230
|
+
})
|
|
231
|
+
};
|
|
232
|
+
const F = J;
|
|
233
|
+
var H = /^ke-(\d+)?/i, x = /petama|\d+/i, A = {
|
|
234
|
+
narrow: /^(sm|m)/i,
|
|
235
|
+
abbreviated: /^(s\.?\s?m\.?|m\.?)/i,
|
|
236
|
+
wide: /^(sebelum masihi|masihi)/i
|
|
237
|
+
}, N = {
|
|
238
|
+
any: [/^s/i, /^(m)/i]
|
|
239
|
+
}, O = {
|
|
240
|
+
narrow: /^[1234]/i,
|
|
241
|
+
abbreviated: /^S[1234]/i,
|
|
242
|
+
wide: /Suku (pertama|kedua|ketiga|keempat)/i
|
|
243
|
+
}, R = {
|
|
244
|
+
any: [/pertama|1/i, /kedua|2/i, /ketiga|3/i, /keempat|4/i]
|
|
245
|
+
}, V = {
|
|
246
|
+
narrow: /^[jfmasond]/i,
|
|
247
|
+
abbreviated: /^(jan|feb|mac|apr|mei|jun|jul|ogo|sep|okt|nov|dis)/i,
|
|
248
|
+
wide: /^(januari|februari|mac|april|mei|jun|julai|ogos|september|oktober|november|disember)/i
|
|
249
|
+
}, X = {
|
|
250
|
+
narrow: [/^j/i, /^f/i, /^m/i, /^a/i, /^m/i, /^j/i, /^j/i, /^o/i, /^s/i, /^o/i, /^n/i, /^d/i],
|
|
251
|
+
any: [/^ja/i, /^f/i, /^ma/i, /^ap/i, /^me/i, /^jun/i, /^jul/i, /^og/i, /^s/i, /^ok/i, /^n/i, /^d/i]
|
|
252
|
+
}, C = {
|
|
253
|
+
narrow: /^[aisrkj]/i,
|
|
254
|
+
short: /^(ahd|isn|sel|rab|kha|jum|sab)/i,
|
|
255
|
+
abbreviated: /^(ahd|isn|sel|rab|kha|jum|sab)/i,
|
|
256
|
+
wide: /^(ahad|isnin|selasa|rabu|khamis|jumaat|sabtu)/i
|
|
257
|
+
}, E = {
|
|
258
|
+
narrow: [/^a/i, /^i/i, /^s/i, /^r/i, /^k/i, /^j/i, /^s/i],
|
|
259
|
+
any: [/^a/i, /^i/i, /^se/i, /^r/i, /^k/i, /^j/i, /^sa/i]
|
|
260
|
+
}, L = {
|
|
261
|
+
narrow: /^(am|pm|tengah malam|tengah hari|pagi|petang|malam)/i,
|
|
262
|
+
any: /^([ap]\.?\s?m\.?|tengah malam|tengah hari|pagi|petang|malam)/i
|
|
263
|
+
}, I = {
|
|
264
|
+
any: {
|
|
265
|
+
am: /^a/i,
|
|
266
|
+
pm: /^pm/i,
|
|
267
|
+
midnight: /^tengah m/i,
|
|
268
|
+
noon: /^tengah h/i,
|
|
269
|
+
morning: /pa/i,
|
|
270
|
+
afternoon: /tengah h/i,
|
|
271
|
+
evening: /pe/i,
|
|
272
|
+
night: /m/i
|
|
273
|
+
}
|
|
274
|
+
}, $ = {
|
|
275
|
+
ordinalNumber: u({
|
|
276
|
+
matchPattern: H,
|
|
277
|
+
parsePattern: x,
|
|
278
|
+
valueCallback: function(a) {
|
|
279
|
+
return parseInt(a, 10);
|
|
280
|
+
}
|
|
281
|
+
}),
|
|
282
|
+
era: n({
|
|
283
|
+
matchPatterns: A,
|
|
284
|
+
defaultMatchWidth: "wide",
|
|
285
|
+
parsePatterns: N,
|
|
286
|
+
defaultParseWidth: "any"
|
|
287
|
+
}),
|
|
288
|
+
quarter: n({
|
|
289
|
+
matchPatterns: O,
|
|
290
|
+
defaultMatchWidth: "wide",
|
|
291
|
+
parsePatterns: R,
|
|
292
|
+
defaultParseWidth: "any",
|
|
293
|
+
valueCallback: function(a) {
|
|
294
|
+
return a + 1;
|
|
295
|
+
}
|
|
296
|
+
}),
|
|
297
|
+
month: n({
|
|
298
|
+
matchPatterns: V,
|
|
299
|
+
defaultMatchWidth: "wide",
|
|
300
|
+
parsePatterns: X,
|
|
301
|
+
defaultParseWidth: "any"
|
|
302
|
+
}),
|
|
303
|
+
day: n({
|
|
304
|
+
matchPatterns: C,
|
|
305
|
+
defaultMatchWidth: "wide",
|
|
306
|
+
parsePatterns: E,
|
|
307
|
+
defaultParseWidth: "any"
|
|
308
|
+
}),
|
|
309
|
+
dayPeriod: n({
|
|
310
|
+
matchPatterns: L,
|
|
311
|
+
defaultMatchWidth: "any",
|
|
312
|
+
parsePatterns: I,
|
|
313
|
+
defaultParseWidth: "any"
|
|
314
|
+
})
|
|
315
|
+
};
|
|
316
|
+
const z = $;
|
|
317
|
+
var ra = {
|
|
318
|
+
code: "ms",
|
|
319
|
+
formatDistance: l,
|
|
320
|
+
formatLong: f,
|
|
321
|
+
formatRelative: y,
|
|
322
|
+
localize: F,
|
|
323
|
+
match: z,
|
|
324
|
+
options: {
|
|
325
|
+
weekStartsOn: 1,
|
|
326
|
+
firstWeekContainsDate: 1
|
|
327
|
+
}
|
|
328
|
+
};
|
|
329
|
+
export {
|
|
330
|
+
ra as default
|
|
331
|
+
};
|