@blofin/blofin-ui 0.7.57 → 0.7.58
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/Badge.es.js +23 -20
- package/dist/Button.es.js +126 -123
- package/dist/Calendar.d.ts +1 -0
- package/dist/Calendar.es.js +210 -0
- package/dist/Checkbox.d.ts +1 -0
- package/dist/Checkbox.es.js +138 -0
- package/dist/CssDropdown.d.ts +1 -0
- package/dist/CssDropdown.es.js +38 -0
- package/dist/DatePickerRange.d.ts +1 -0
- package/dist/DatePickerRange.es.js +410 -0
- package/dist/DateTimePicker.d.ts +1 -0
- package/dist/DateTimePicker.es.js +519 -0
- package/dist/Dialog.es.js +180 -9
- package/dist/Divider.es.js +11 -8
- package/dist/Drawer.es.js +43 -49
- package/dist/Dropdown.d.ts +1 -0
- package/dist/Dropdown.es.js +134 -0
- package/dist/Empty.d.ts +1 -0
- package/dist/Empty.es.js +11 -0
- package/dist/LabelTextField.d.ts +1 -0
- package/dist/LabelTextField.es.js +100 -0
- package/dist/MonthPicker.d.ts +1 -0
- package/dist/MonthPicker.es.js +16 -0
- package/dist/MultiSelect.d.ts +1 -0
- package/dist/MultiSelect.es.js +425 -0
- package/dist/Notification.d.ts +1 -0
- package/dist/Notification.es.js +12 -0
- package/dist/Pagination.d.ts +1 -0
- package/dist/Pagination.es.js +219 -0
- package/dist/Picker.d.ts +1 -0
- package/dist/Picker.es.js +224 -0
- package/dist/Popover.d.ts +1 -0
- package/dist/Popover.es.js +107 -0
- package/dist/Popup.d.ts +1 -0
- package/dist/Popup.es.js +62 -0
- package/dist/ProTable-7a07d8b6.js +565 -0
- package/dist/ProTable.es.js +9 -5
- package/dist/RadioButton.d.ts +1 -0
- package/dist/RadioButton.es.js +152 -0
- package/dist/Select.d.ts +1 -0
- package/dist/Select.es.js +316 -0
- package/dist/Slider.es.js +141 -139
- package/dist/Sort.d.ts +1 -0
- package/dist/Sort.es.js +146 -0
- package/dist/Sortable.d.ts +1 -0
- package/dist/Sortable.es.js +39 -0
- package/dist/Switch.d.ts +1 -0
- package/dist/Switch.es.js +64 -0
- package/dist/Tab.d.ts +1 -0
- package/dist/Tab.es.js +101 -0
- package/dist/Table.d.ts +1 -0
- package/dist/Table.es.js +359 -0
- package/dist/TextField.d.ts +1 -0
- package/dist/TextField.es.js +64 -0
- package/dist/TextSelect.d.ts +1 -0
- package/dist/TextSelect.es.js +17 -0
- package/dist/Textarea.d.ts +1 -0
- package/dist/Textarea.es.js +106 -0
- package/dist/Toast.d.ts +1 -0
- package/dist/Toast.es.js +12 -0
- package/dist/Tooltip.d.ts +1 -0
- package/dist/Tooltip.es.js +144 -0
- package/dist/Typography.d.ts +1 -0
- package/dist/Typography.es.js +74 -0
- package/dist/_commonjsHelpers-1d52fb73.js +9 -0
- package/dist/arrow-down-011b02c7.js +6 -0
- package/dist/arrow-down-l-line-97e4fe24.js +6 -0
- package/dist/arrow-fill-70becd96.js +6 -0
- package/dist/arrow-right-l-line-87881b4d.js +7 -0
- package/dist/blofin.css +1 -1
- package/dist/{close-c67ec245.js → close-0df24351.js} +1 -0
- package/dist/close-bg-6d2211ef.js +6 -0
- package/dist/clsx.m-e965ef18.js +22 -0
- package/dist/components/Alert/Alert.d.ts +3 -3
- package/dist/components/Alert/styles.d.ts +2 -2
- package/dist/components/Badge/Badge.d.ts +2 -2
- package/dist/components/Button/Button.d.ts +2 -2
- package/dist/components/Button/Loading/index.d.ts +2 -2
- package/dist/components/Button/index.d.ts +2 -0
- package/dist/components/Button/styles.d.ts +1 -1
- package/dist/components/Checkbox/styles.d.ts +1 -1
- package/dist/components/CssDropdown/CssDropdown.d.ts +3 -3
- package/dist/components/CssDropdown/index.d.ts +2 -0
- package/dist/components/DatePickerRange/index.d.ts +4 -0
- package/dist/components/DatePickerRange/styles.d.ts +0 -1
- package/dist/components/DateTimePicker/ScrollableList.d.ts +1 -1
- package/dist/components/DateTimePicker/index.d.ts +4 -0
- package/dist/components/Dialog/Dialog.d.ts +5 -2
- package/dist/components/Dialog/index.d.ts +4 -2
- package/dist/components/Dialog/styles.d.ts +2 -2
- package/dist/components/Drawer/Drawer.d.ts +1 -1
- package/dist/components/Dropdown/Dropdown.d.ts +2 -2
- package/dist/components/Dropdown/index.d.ts +2 -0
- package/dist/components/Empty/Empty.d.ts +5 -0
- package/dist/components/Empty/index.d.ts +2 -5
- package/dist/components/LabelTextField/LabelTextField.d.ts +6 -6
- package/dist/components/MonthPicker/MonthPicker.d.ts +17 -0
- package/dist/components/MonthPicker/index.d.ts +2 -17
- package/dist/components/MultiSelect/MultiSelect.d.ts +4 -4
- package/dist/components/MultiSelect/index.d.ts +2 -0
- package/dist/components/Notification/Notification.d.ts +1 -1
- package/dist/components/Notification/index.d.ts +2 -0
- package/dist/components/Pagination/PageOptions.d.ts +1 -1
- package/dist/components/Pagination/Pagination.d.ts +2 -2
- package/dist/components/Pagination/index.d.ts +3 -0
- package/dist/components/Picker/Picker.d.ts +10 -0
- package/dist/components/Picker/hooks/usePickerMethod.d.ts +1 -1
- package/dist/components/Picker/index.d.ts +2 -10
- package/dist/components/Popover/Popover.d.ts +1 -1
- package/dist/components/Popover/index.d.ts +5 -0
- package/dist/components/Popup/Popup.d.ts +15 -0
- package/dist/components/Popup/index.d.ts +4 -15
- package/dist/components/RadioButton/RadioButton.d.ts +4 -4
- package/dist/components/RadioButton/styles.d.ts +1 -1
- package/dist/components/Select/Select.d.ts +6 -9
- package/dist/components/Slider/Slider.d.ts +2 -2
- package/dist/components/Sort/SortButton.d.ts +5 -5
- package/dist/components/Sort/SortGroup.d.ts +4 -4
- package/dist/components/Sort/index.d.ts +5 -0
- package/dist/components/Sortable/SortItem.d.ts +4 -4
- package/dist/components/Sortable/Sortable.d.ts +11 -0
- package/dist/components/Sortable/index.d.ts +3 -11
- package/dist/components/Switch/Switch.d.ts +2 -2
- package/dist/components/Switch/index.d.ts +2 -0
- package/dist/components/Switch/styles.d.ts +3 -3
- package/dist/components/Tab/Tab.d.ts +2 -2
- package/dist/components/Tab/index.d.ts +4 -0
- package/dist/components/Tab/styles.d.ts +1 -1
- package/dist/components/Table/Pagination/index.d.ts +2 -2
- package/dist/components/Table/Table.d.ts +2 -2
- package/dist/components/Table/Tbody/index.d.ts +3 -3
- package/dist/components/Table/Thead/index.d.ts +3 -3
- package/dist/components/Table/context.d.ts +3 -3
- package/dist/components/Table/hooks/useStickyOffset.d.ts +2 -2
- package/dist/components/Table/index.d.ts +3 -3
- package/dist/components/Table/interface.d.ts +4 -4
- package/dist/components/TextField/TextField.d.ts +4 -4
- package/dist/components/TextField/index.d.ts +2 -0
- package/dist/components/TextSelect/TextSelect.d.ts +8 -8
- package/dist/components/TextSelect/index.d.ts +2 -0
- package/dist/components/Textarea/Textarea.d.ts +15 -0
- package/dist/components/Textarea/index.d.ts +2 -15
- package/dist/components/Toast/Toast.d.ts +2 -13
- package/dist/components/Toast/index.d.ts +2 -0
- package/dist/components/Toast/styles.d.ts +1 -1
- package/dist/components/Tooltip/Tooltip.d.ts +4 -5
- package/dist/components/Tooltip/index.d.ts +2 -0
- package/dist/components/Typography/Typography.d.ts +2 -2
- package/dist/components/Typography/index.d.ts +4 -0
- package/dist/components/Typography/styles.d.ts +1 -1
- package/dist/enum-0398044b.js +17 -0
- package/dist/helper-221987f8.js +7 -0
- package/dist/hooks/useLatest.d.ts +1 -1
- package/dist/hooks/useNotification.d.ts +5 -7
- package/dist/hooks/useToast.d.ts +1 -1
- package/dist/{index-0f855a91.js → index-0230b5a9.js} +5 -4
- package/dist/{index-c17e103a.js → index-02f669c4.js} +2 -1
- package/dist/{index-6fc4d1f4.js → index-03169373.js} +12 -25
- package/dist/{index-4ccb3e9c.js → index-03513979.js} +11 -24
- package/dist/{index-d5de8c20.js → index-03d6aef0.js} +13 -26
- package/dist/{index-a132ac63.js → index-06d0f2f7.js} +13 -26
- package/dist/{index-64f4d194.js → index-06ef2e10.js} +11 -24
- package/dist/{index-55a7fad3.js → index-08a64465.js} +11 -24
- package/dist/{index-659243c0.js → index-094d2a65.js} +19 -32
- package/dist/{index-e3570fb6.js → index-11268759.js} +18 -31
- package/dist/{index-0ab7162c.js → index-117d018c.js} +22 -35
- package/dist/{index-2e69928d.js → index-12d32536.js} +13 -26
- package/dist/{index-3c7614e3.js → index-141cec17.js} +14 -27
- package/dist/{index-207ff1e4.js → index-19d177fe.js} +16 -29
- package/dist/{index-cd93af19.js → index-1b2a64df.js} +26 -39
- package/dist/{index-b42b7f2a.js → index-2334248a.js} +9 -22
- package/dist/index-293f8244.js +49 -0
- package/dist/{index-d907bed0.js → index-29d37c73.js} +52 -65
- package/dist/{index-0228f85e.js → index-2ae0474b.js} +24 -37
- package/dist/{index-7f2a6d68.js → index-360aaaac.js} +28 -41
- package/dist/{index-789ea179.js → index-3ee2bafa.js} +15 -28
- package/dist/index-40023d52.js +5322 -0
- package/dist/{index-15cca5fd.js → index-40710f09.js} +17 -30
- package/dist/index-4528ba11.js +49 -0
- package/dist/{index-2ee3d9fd.js → index-4bc493f0.js} +4 -17
- package/dist/{index-2acdfe81.js → index-4c6ad36c.js} +32 -45
- package/dist/{index-f27785e7.js → index-4d780cf4.js} +22 -35
- package/dist/{index-87b93a08.js → index-4df0c3e4.js} +16 -29
- package/dist/{index-122d1ca2.js → index-4f94900a.js} +19 -32
- package/dist/{index-693a21bb.js → index-4f94d7fa.js} +22 -35
- package/dist/{index-1810cc68.js → index-57a163fd.js} +11 -24
- package/dist/index-596c785d.js +50 -0
- package/dist/{index-94ca2048.js → index-5beeed26.js} +23 -36
- package/dist/{index-54cbdaa4.js → index-5e6ffc2f.js} +2 -1
- package/dist/{index-9c669079.js → index-5fb7b3bc.js} +12 -25
- package/dist/{index-d914889d.js → index-60fe7f16.js} +13 -26
- package/dist/{index-7dfec241.js → index-63a66f13.js} +30 -43
- package/dist/index-67554651.js +49 -0
- package/dist/{index-b69e64e6.js → index-67678963.js} +22 -35
- package/dist/{index-523acf7a.js → index-6856be22.js} +21 -34
- package/dist/{index-0be486a6.js → index-6e969585.js} +27 -40
- package/dist/{index-cb3b96c6.js → index-6f728206.js} +9 -22
- package/dist/{index-2add17c1.js → index-6f963c6a.js} +20 -33
- package/dist/{index-a5251ade.js → index-73bfc020.js} +31 -44
- package/dist/{index-721120f3.js → index-75190b99.js} +7 -20
- package/dist/{index-70099dad.js → index-770e5f53.js} +12 -25
- package/dist/{index-f0b0c5fc.js → index-79e7317f.js} +12 -25
- package/dist/{index-312ee80f.js → index-7bb9ffdf.js} +3 -2
- package/dist/{index-013c5769.js → index-7cf9b111.js} +18 -31
- package/dist/{index-8d34dc76.js → index-7edb6aec.js} +19 -32
- package/dist/{index-0fa20e69.js → index-80cc70e4.js} +26 -39
- package/dist/{index-24112094.js → index-8585c2f3.js} +23 -36
- package/dist/{index-c1206eaf.js → index-898678dc.js} +21 -34
- package/dist/{index-fd4e070b.js → index-8aa9b1be.js} +24 -37
- package/dist/index-9349bf2d.js +345 -0
- package/dist/{index-dc3cd1ef.js → index-954d3973.js} +13 -26
- package/dist/{index-f5df4eec.js → index-956b36a6.js} +37 -50
- package/dist/{index-31004470.js → index-9c73c442.js} +45 -58
- package/dist/{index-887b08f6.js → index-9e5efc0a.js} +29 -42
- package/dist/{index-584c1de8.js → index-a6fa33ce.js} +13 -26
- package/dist/{index-2c3346b8.js → index-a89abb42.js} +4 -17
- package/dist/{index-0333ccf9.js → index-b0da3dfd.js} +14 -27
- package/dist/{index-fcb10f63.js → index-b103ed31.js} +12 -25
- package/dist/{index-9c3f8d80.js → index-b54ef52a.js} +16 -29
- package/dist/index-b7027a1d.js +1295 -0
- package/dist/{index-81a64a31.js → index-b7941b97.js} +8 -21
- package/dist/{index-b8e94395.js → index-c1381bca.js} +20 -33
- package/dist/index-c57db938.js +37 -0
- package/dist/{index-051b64c8.js → index-c6371af1.js} +10 -23
- package/dist/{index-a9c0f025.js → index-c69f6dfc.js} +19 -32
- package/dist/{index-e1f19bc5.js → index-cb1218d8.js} +10 -23
- package/dist/{index-c1b82aa9.js → index-cbc0d36b.js} +13 -26
- package/dist/{index-3b42042f.js → index-cc1cd309.js} +13 -26
- package/dist/{index-abb9f006.js → index-ceae4147.js} +12 -25
- package/dist/{index-b4116538.js → index-cfee583b.js} +21 -34
- package/dist/{index-7b28ddea.js → index-d2f2742e.js} +10 -23
- package/dist/{index-00d6276c.js → index-d3419554.js} +15 -28
- package/dist/{index-30f61bdc.js → index-d81e15f3.js} +19 -32
- package/dist/{index-40958da3.js → index-d86842c8.js} +17 -30
- package/dist/{index-46e4bfa3.js → index-e169373b.js} +10 -23
- package/dist/{index-aa5e48ef.js → index-e1a6a03d.js} +9 -22
- package/dist/{index-a45e1710.js → index-e2b960e4.js} +23 -36
- package/dist/{index-5648e9fa.js → index-e8fb69e0.js} +21 -34
- package/dist/{index-3b632a87.js → index-e98ef24f.js} +14 -27
- package/dist/{index-c6a5236d.js → index-e9a1ff7f.js} +4 -17
- package/dist/index-eea69add.js +71 -0
- package/dist/{index-9864c94e.js → index-ef31f5f8.js} +2 -1
- package/dist/{index-2e09190f.js → index-f1726c63.js} +11 -24
- package/dist/{index-d15a69b6.js → index-f40f45fb.js} +13 -26
- package/dist/{index-88d32101.js → index-f64eddcc.js} +16 -29
- package/dist/{index-44ed585d.js → index-f7c4ae83.js} +22 -35
- package/dist/{index-44b988bb.js → index-fda88eb4.js} +23 -36
- package/dist/{index-c58b598e.js → index-fdffd6e6.js} +14 -27
- package/dist/index.d.ts +36 -48
- package/dist/index.es.js +223 -53
- package/dist/index.esm-71578db5.js +1198 -0
- package/dist/index.module-1d7bbdf8.js +7 -0
- package/dist/index.module-86edc823.js +15 -0
- package/dist/index.module-b4239ff5.js +9 -0
- package/dist/index.module-fb41ba3b.js +39 -0
- package/dist/locales-776f0072.js +440 -0
- package/dist/provider/NoticeProvider.d.ts +1 -1
- package/dist/provider/ThemeProvider.d.ts +7 -3
- package/dist/provider/useTheme.d.ts +1 -1
- package/dist/search-b79a3be5.js +6 -0
- package/dist/sortable.esm-1c13d908.js +2896 -0
- package/dist/sortable.esm-8d31c120.js +1275 -0
- package/dist/styles-85a9fe64.js +136 -0
- package/dist/types/component.d.ts +1 -1
- package/dist/useAlign-916ed3be.js +44 -0
- package/dist/useDelayEvent-f577f6a3.js +1082 -0
- package/dist/useTheme-0688f238.js +16 -0
- package/dist/utils/helper.d.ts +1 -1
- package/dist/{utils-19b44377.js → utils-071abd68.js} +2 -1
- package/package.json +1 -1
- package/dist/Form.d.ts +0 -1
- package/dist/Form.es.js +0 -752
- package/dist/ProTable-079d6c86.js +0 -3443
- package/dist/components/Form/Control.d.ts +0 -13
- package/dist/components/Form/Form.d.ts +0 -4
- package/dist/components/Form/FormItem.d.ts +0 -4
- package/dist/components/Form/FormLabel.d.ts +0 -4
- package/dist/components/Form/context.d.ts +0 -6
- package/dist/components/Form/index.d.ts +0 -8
- package/dist/components/Form/interface.d.ts +0 -48
- package/dist/components/Form/store.d.ts +0 -16
- package/dist/components/Form/styles/item.d.ts +0 -5
- package/dist/components/Form/useForm.d.ts +0 -3
- package/dist/index-0b47cbae.js +0 -173
- package/dist/index-14c3a4d7.js +0 -62
- package/dist/index-6ffbeca8.js +0 -65
- package/dist/index-7be8731d.js +0 -62
- package/dist/index-b5974e22.js +0 -62
- package/dist/index-e102400f.js +0 -11706
- package/dist/index-fb1f3ef1.js +0 -63
- package/dist/isObjectLike-1b8bbac2.js +0 -44
- package/dist/jsx-runtime-82a9ddf6.js +0 -646
|
@@ -1,18 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
import "./
|
|
3
|
-
import "./jsx-runtime-82a9ddf6.js";
|
|
4
|
-
import "react";
|
|
5
|
-
import "./index-6ffbeca8.js";
|
|
6
|
-
import "./utils-19b44377.js";
|
|
7
|
-
import "./Button.es.js";
|
|
8
|
-
import "./isObjectLike-1b8bbac2.js";
|
|
9
|
-
import "./index-0b47cbae.js";
|
|
10
|
-
import "react-dom";
|
|
11
|
-
import "./close-c67ec245.js";
|
|
12
|
-
import "./Drawer.es.js";
|
|
13
|
-
import "./Slider.es.js";
|
|
14
|
-
import "./ProTable-079d6c86.js";
|
|
15
|
-
import "./Divider.es.js";
|
|
1
|
+
"use client";
|
|
2
|
+
import { a as s, b as r, c as u, d as n } from "./index-b7027a1d.js";
|
|
16
3
|
var d = {
|
|
17
4
|
lessThanXSeconds: {
|
|
18
5
|
one: "mai puțin de o secundă",
|
|
@@ -80,12 +67,12 @@ var d = {
|
|
|
80
67
|
return typeof m == "string" ? e = m : o === 1 ? e = m.one : e = m.other.replace("{{count}}", String(o)), i != null && i.addSuffix ? i.comparison && i.comparison > 0 ? "în " + e : e + " în urmă" : e;
|
|
81
68
|
};
|
|
82
69
|
const c = l;
|
|
83
|
-
var
|
|
70
|
+
var h = {
|
|
84
71
|
full: "EEEE, d MMMM yyyy",
|
|
85
72
|
long: "d MMMM yyyy",
|
|
86
73
|
medium: "d MMM yyyy",
|
|
87
74
|
short: "dd.MM.yyyy"
|
|
88
|
-
},
|
|
75
|
+
}, p = {
|
|
89
76
|
full: "HH:mm:ss zzzz",
|
|
90
77
|
long: "HH:mm:ss z",
|
|
91
78
|
medium: "HH:mm:ss",
|
|
@@ -97,11 +84,11 @@ var p = {
|
|
|
97
84
|
short: "{{date}}, {{time}}"
|
|
98
85
|
}, f = {
|
|
99
86
|
date: s({
|
|
100
|
-
formats:
|
|
87
|
+
formats: h,
|
|
101
88
|
defaultWidth: "full"
|
|
102
89
|
}),
|
|
103
90
|
time: s({
|
|
104
|
-
formats:
|
|
91
|
+
formats: p,
|
|
105
92
|
defaultWidth: "full"
|
|
106
93
|
}),
|
|
107
94
|
dateTime: s({
|
|
@@ -316,7 +303,7 @@ var F = /^(\d+)?/i, H = /\d+/i, T = {
|
|
|
316
303
|
})
|
|
317
304
|
};
|
|
318
305
|
const O = I;
|
|
319
|
-
var
|
|
306
|
+
var _ = {
|
|
320
307
|
code: "ro",
|
|
321
308
|
formatDistance: c,
|
|
322
309
|
formatLong: b,
|
|
@@ -329,5 +316,5 @@ var na = {
|
|
|
329
316
|
}
|
|
330
317
|
};
|
|
331
318
|
export {
|
|
332
|
-
|
|
319
|
+
_ as default
|
|
333
320
|
};
|
|
@@ -1,18 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
import "./
|
|
3
|
-
import "./jsx-runtime-82a9ddf6.js";
|
|
4
|
-
import "react";
|
|
5
|
-
import "./index-6ffbeca8.js";
|
|
6
|
-
import "./utils-19b44377.js";
|
|
7
|
-
import "./Button.es.js";
|
|
8
|
-
import "./isObjectLike-1b8bbac2.js";
|
|
9
|
-
import "./index-0b47cbae.js";
|
|
10
|
-
import "react-dom";
|
|
11
|
-
import "./close-c67ec245.js";
|
|
12
|
-
import "./Drawer.es.js";
|
|
13
|
-
import "./Slider.es.js";
|
|
14
|
-
import "./ProTable-079d6c86.js";
|
|
15
|
-
import "./Divider.es.js";
|
|
1
|
+
"use client";
|
|
2
|
+
import { a as s, b as n, c as d, d as o } from "./index-b7027a1d.js";
|
|
16
3
|
var l = {
|
|
17
4
|
lessThanXSeconds: {
|
|
18
5
|
one: "segundo bat baino gutxiago",
|
|
@@ -75,11 +62,11 @@ var l = {
|
|
|
75
62
|
one: "ia 1 urte",
|
|
76
63
|
other: "ia {{count}} urte"
|
|
77
64
|
}
|
|
78
|
-
},
|
|
65
|
+
}, g = function(a, i, e) {
|
|
79
66
|
var t, u = l[a];
|
|
80
67
|
return typeof u == "string" ? t = u : i === 1 ? t = u.one : t = u.other.replace("{{count}}", String(i)), e != null && e.addSuffix ? e.comparison && e.comparison > 0 ? "en " + t : "duela " + t : t;
|
|
81
68
|
};
|
|
82
|
-
const
|
|
69
|
+
const m = g;
|
|
83
70
|
var h = {
|
|
84
71
|
full: "EEEE, y'ko' MMMM'ren' d'a' y'ren'",
|
|
85
72
|
long: "y'ko' MMMM'ren' d'a'",
|
|
@@ -110,14 +97,14 @@ var h = {
|
|
|
110
97
|
})
|
|
111
98
|
};
|
|
112
99
|
const f = v;
|
|
113
|
-
var
|
|
100
|
+
var k = {
|
|
114
101
|
lastWeek: "'joan den' eeee, LT",
|
|
115
102
|
yesterday: "'atzo,' p",
|
|
116
103
|
today: "'gaur,' p",
|
|
117
104
|
tomorrow: "'bihar,' p",
|
|
118
105
|
nextWeek: "eeee, p",
|
|
119
106
|
other: "P"
|
|
120
|
-
},
|
|
107
|
+
}, p = {
|
|
121
108
|
lastWeek: "'joan den' eeee, p",
|
|
122
109
|
yesterday: "'atzo,' p",
|
|
123
110
|
today: "'gaur,' p",
|
|
@@ -125,7 +112,7 @@ var p = {
|
|
|
125
112
|
nextWeek: "eeee, p",
|
|
126
113
|
other: "P"
|
|
127
114
|
}, z = function(a, i) {
|
|
128
|
-
return i.getUTCHours() !== 1 ?
|
|
115
|
+
return i.getUTCHours() !== 1 ? p[a] : k[a];
|
|
129
116
|
};
|
|
130
117
|
const w = z;
|
|
131
118
|
var P = {
|
|
@@ -212,26 +199,26 @@ var P = {
|
|
|
212
199
|
return e + ".";
|
|
213
200
|
}, F = {
|
|
214
201
|
ordinalNumber: D,
|
|
215
|
-
era:
|
|
202
|
+
era: n({
|
|
216
203
|
values: P,
|
|
217
204
|
defaultWidth: "wide"
|
|
218
205
|
}),
|
|
219
|
-
quarter:
|
|
206
|
+
quarter: n({
|
|
220
207
|
values: y,
|
|
221
208
|
defaultWidth: "wide",
|
|
222
209
|
argumentCallback: function(a) {
|
|
223
210
|
return a - 1;
|
|
224
211
|
}
|
|
225
212
|
}),
|
|
226
|
-
month:
|
|
213
|
+
month: n({
|
|
227
214
|
values: M,
|
|
228
215
|
defaultWidth: "wide"
|
|
229
216
|
}),
|
|
230
|
-
day:
|
|
217
|
+
day: n({
|
|
231
218
|
values: W,
|
|
232
219
|
defaultWidth: "wide"
|
|
233
220
|
}),
|
|
234
|
-
dayPeriod:
|
|
221
|
+
dayPeriod: n({
|
|
235
222
|
values: x,
|
|
236
223
|
defaultWidth: "wide",
|
|
237
224
|
formattingValues: H,
|
|
@@ -302,13 +289,13 @@ var C = /^(\d+)(.)?/i, V = /\d+/i, X = {
|
|
|
302
289
|
return parseInt(a, 10);
|
|
303
290
|
}
|
|
304
291
|
}),
|
|
305
|
-
era:
|
|
292
|
+
era: o({
|
|
306
293
|
matchPatterns: X,
|
|
307
294
|
defaultMatchWidth: "wide",
|
|
308
295
|
parsePatterns: N,
|
|
309
296
|
defaultParseWidth: "wide"
|
|
310
297
|
}),
|
|
311
|
-
quarter:
|
|
298
|
+
quarter: o({
|
|
312
299
|
matchPatterns: E,
|
|
313
300
|
defaultMatchWidth: "wide",
|
|
314
301
|
parsePatterns: R,
|
|
@@ -317,19 +304,19 @@ var C = /^(\d+)(.)?/i, V = /\d+/i, X = {
|
|
|
317
304
|
return a + 1;
|
|
318
305
|
}
|
|
319
306
|
}),
|
|
320
|
-
month:
|
|
307
|
+
month: o({
|
|
321
308
|
matchPatterns: T,
|
|
322
309
|
defaultMatchWidth: "wide",
|
|
323
310
|
parsePatterns: S,
|
|
324
311
|
defaultParseWidth: "any"
|
|
325
312
|
}),
|
|
326
|
-
day:
|
|
313
|
+
day: o({
|
|
327
314
|
matchPatterns: $,
|
|
328
315
|
defaultMatchWidth: "wide",
|
|
329
316
|
parsePatterns: Y,
|
|
330
317
|
defaultParseWidth: "wide"
|
|
331
318
|
}),
|
|
332
|
-
dayPeriod:
|
|
319
|
+
dayPeriod: o({
|
|
333
320
|
matchPatterns: q,
|
|
334
321
|
defaultMatchWidth: "any",
|
|
335
322
|
parsePatterns: A,
|
|
@@ -337,9 +324,9 @@ var C = /^(\d+)(.)?/i, V = /\d+/i, X = {
|
|
|
337
324
|
})
|
|
338
325
|
};
|
|
339
326
|
const j = O;
|
|
340
|
-
var
|
|
327
|
+
var I = {
|
|
341
328
|
code: "eu",
|
|
342
|
-
formatDistance:
|
|
329
|
+
formatDistance: m,
|
|
343
330
|
formatLong: f,
|
|
344
331
|
formatRelative: w,
|
|
345
332
|
localize: L,
|
|
@@ -350,5 +337,5 @@ var na = {
|
|
|
350
337
|
}
|
|
351
338
|
};
|
|
352
339
|
export {
|
|
353
|
-
|
|
340
|
+
I as default
|
|
354
341
|
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { c as O } from "./clsx.m-e965ef18.js";
|
|
3
|
+
const m = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, y = O, j = (t, l) => (e) => {
|
|
4
|
+
var d;
|
|
5
|
+
if ((l == null ? void 0 : l.variants) == null)
|
|
6
|
+
return y(t, e == null ? void 0 : e.class, e == null ? void 0 : e.className);
|
|
7
|
+
const { variants: o, defaultVariants: s } = l, N = Object.keys(o).map((n) => {
|
|
8
|
+
const a = e == null ? void 0 : e[n], u = s == null ? void 0 : s[n];
|
|
9
|
+
if (a === null)
|
|
10
|
+
return null;
|
|
11
|
+
const i = m(a) || m(u);
|
|
12
|
+
return o[n][i];
|
|
13
|
+
}), v = e && Object.entries(e).reduce((n, a) => {
|
|
14
|
+
let [u, i] = a;
|
|
15
|
+
return i === void 0 || (n[u] = i), n;
|
|
16
|
+
}, {}), V = l == null || (d = l.compoundVariants) === null || d === void 0 ? void 0 : d.reduce((n, a) => {
|
|
17
|
+
let { class: u, className: i, ...f } = a;
|
|
18
|
+
return Object.entries(f).every((C) => {
|
|
19
|
+
let [c, r] = C;
|
|
20
|
+
return Array.isArray(r) ? r.includes({
|
|
21
|
+
...s,
|
|
22
|
+
...v
|
|
23
|
+
}[c]) : {
|
|
24
|
+
...s,
|
|
25
|
+
...v
|
|
26
|
+
}[c] === r;
|
|
27
|
+
}) ? [
|
|
28
|
+
...n,
|
|
29
|
+
u,
|
|
30
|
+
i
|
|
31
|
+
] : n;
|
|
32
|
+
}, []);
|
|
33
|
+
return y(t, N, V, e == null ? void 0 : e.class, e == null ? void 0 : e.className);
|
|
34
|
+
};
|
|
35
|
+
export {
|
|
36
|
+
j as c
|
|
37
|
+
};
|
|
@@ -1,23 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
import { i as
|
|
3
|
-
import "./
|
|
4
|
-
import "./jsx-runtime-82a9ddf6.js";
|
|
5
|
-
import "react";
|
|
6
|
-
import "./index-6ffbeca8.js";
|
|
7
|
-
import "./utils-19b44377.js";
|
|
8
|
-
import "./Button.es.js";
|
|
9
|
-
import "./isObjectLike-1b8bbac2.js";
|
|
10
|
-
import "./index-0b47cbae.js";
|
|
11
|
-
import "react-dom";
|
|
12
|
-
import "./close-c67ec245.js";
|
|
13
|
-
import "./Drawer.es.js";
|
|
14
|
-
import "./Slider.es.js";
|
|
15
|
-
import "./ProTable-079d6c86.js";
|
|
16
|
-
import "./Divider.es.js";
|
|
1
|
+
"use client";
|
|
2
|
+
import { a as d, b as i, c as h, d as u } from "./index-b7027a1d.js";
|
|
3
|
+
import { i as f } from "./index-5e6ffc2f.js";
|
|
17
4
|
function b(t, e) {
|
|
18
5
|
return e === 1 && t.one ? t.one : e >= 2 && e <= 4 && t.twoFour ? t.twoFour : t.other;
|
|
19
6
|
}
|
|
20
|
-
function
|
|
7
|
+
function m(t, e, n) {
|
|
21
8
|
var r = b(t, e), a = r[n];
|
|
22
9
|
return a.replace("{{count}}", String(e));
|
|
23
10
|
}
|
|
@@ -167,7 +154,7 @@ var w = {
|
|
|
167
154
|
}
|
|
168
155
|
}, y = function(e, n, r) {
|
|
169
156
|
var a = k(e) || "", o = g(e.substring(a.length)), s = w[o];
|
|
170
|
-
return r != null && r.addSuffix ? r.comparison && r.comparison > 0 ? p(a) + "o " + l(a) +
|
|
157
|
+
return r != null && r.addSuffix ? r.comparison && r.comparison > 0 ? p(a) + "o " + l(a) + m(s, n, "future") : p(a) + "pred " + l(a) + m(s, n, "past") : p(a) + l(a) + m(s, n, "present");
|
|
171
158
|
};
|
|
172
159
|
const P = y;
|
|
173
160
|
var j = {
|
|
@@ -186,15 +173,15 @@ var j = {
|
|
|
186
173
|
medium: "{{date}}, {{time}}",
|
|
187
174
|
short: "{{date}} {{time}}"
|
|
188
175
|
}, F = {
|
|
189
|
-
date:
|
|
176
|
+
date: d({
|
|
190
177
|
formats: j,
|
|
191
178
|
defaultWidth: "full"
|
|
192
179
|
}),
|
|
193
|
-
time:
|
|
180
|
+
time: d({
|
|
194
181
|
formats: M,
|
|
195
182
|
defaultWidth: "full"
|
|
196
183
|
}),
|
|
197
|
-
dateTime:
|
|
184
|
+
dateTime: d({
|
|
198
185
|
formats: W,
|
|
199
186
|
defaultWidth: "full"
|
|
200
187
|
})
|
|
@@ -447,7 +434,7 @@ var q = /^(\d+)\.?/i, O = /\d+/i, U = {
|
|
|
447
434
|
})
|
|
448
435
|
};
|
|
449
436
|
const ae = te;
|
|
450
|
-
var
|
|
437
|
+
var oe = {
|
|
451
438
|
code: "sk",
|
|
452
439
|
formatDistance: P,
|
|
453
440
|
formatLong: x,
|
|
@@ -460,5 +447,5 @@ var ge = {
|
|
|
460
447
|
}
|
|
461
448
|
};
|
|
462
449
|
export {
|
|
463
|
-
|
|
450
|
+
oe as default
|
|
464
451
|
};
|
|
@@ -1,18 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
import "./
|
|
3
|
-
import "./jsx-runtime-82a9ddf6.js";
|
|
4
|
-
import "react";
|
|
5
|
-
import "./index-6ffbeca8.js";
|
|
6
|
-
import "./utils-19b44377.js";
|
|
7
|
-
import "./Button.es.js";
|
|
8
|
-
import "./isObjectLike-1b8bbac2.js";
|
|
9
|
-
import "./index-0b47cbae.js";
|
|
10
|
-
import "react-dom";
|
|
11
|
-
import "./close-c67ec245.js";
|
|
12
|
-
import "./Drawer.es.js";
|
|
13
|
-
import "./Slider.es.js";
|
|
14
|
-
import "./ProTable-079d6c86.js";
|
|
15
|
-
import "./Divider.es.js";
|
|
1
|
+
"use client";
|
|
2
|
+
import { a as d, b as o, c as u, d as s } from "./index-b7027a1d.js";
|
|
16
3
|
var l = {
|
|
17
4
|
lessThanXSeconds: {
|
|
18
5
|
one: {
|
|
@@ -150,12 +137,12 @@ var l = {
|
|
|
150
137
|
dual: "готово {{count}} године",
|
|
151
138
|
other: "готово {{count}} година"
|
|
152
139
|
}
|
|
153
|
-
},
|
|
154
|
-
var
|
|
155
|
-
return typeof
|
|
156
|
-
String(a).substr(-2, 1) !== "1" ?
|
|
140
|
+
}, h = function(t, a, e) {
|
|
141
|
+
var i, n = l[t];
|
|
142
|
+
return typeof n == "string" ? i = n : a === 1 ? e != null && e.addSuffix ? e.comparison && e.comparison > 0 ? i = n.one.withPrepositionIn : i = n.one.withPrepositionAgo : i = n.one.standalone : a % 10 > 1 && a % 10 < 5 && // if last digit is between 2 and 4
|
|
143
|
+
String(a).substr(-2, 1) !== "1" ? i = n.dual.replace("{{count}}", String(a)) : i = n.other.replace("{{count}}", String(a)), e != null && e.addSuffix ? e.comparison && e.comparison > 0 ? "за " + i : "пре " + i : i;
|
|
157
144
|
};
|
|
158
|
-
const
|
|
145
|
+
const m = h;
|
|
159
146
|
var c = {
|
|
160
147
|
full: "EEEE, d. MMMM yyyy.",
|
|
161
148
|
long: "d. MMMM yyyy.",
|
|
@@ -166,12 +153,12 @@ var c = {
|
|
|
166
153
|
long: "HH:mm:ss z",
|
|
167
154
|
medium: "HH:mm:ss",
|
|
168
155
|
short: "HH:mm"
|
|
169
|
-
},
|
|
156
|
+
}, P = {
|
|
170
157
|
full: "{{date}} 'у' {{time}}",
|
|
171
158
|
long: "{{date}} 'у' {{time}}",
|
|
172
159
|
medium: "{{date}} {{time}}",
|
|
173
160
|
short: "{{date}} {{time}}"
|
|
174
|
-
},
|
|
161
|
+
}, v = {
|
|
175
162
|
date: d({
|
|
176
163
|
formats: c,
|
|
177
164
|
defaultWidth: "full"
|
|
@@ -181,12 +168,12 @@ var c = {
|
|
|
181
168
|
defaultWidth: "full"
|
|
182
169
|
}),
|
|
183
170
|
dateTime: d({
|
|
184
|
-
formats:
|
|
171
|
+
formats: P,
|
|
185
172
|
defaultWidth: "full"
|
|
186
173
|
})
|
|
187
174
|
};
|
|
188
|
-
const
|
|
189
|
-
var
|
|
175
|
+
const w = v;
|
|
176
|
+
var p = {
|
|
190
177
|
lastWeek: function(t) {
|
|
191
178
|
var a = t.getUTCDay();
|
|
192
179
|
switch (a) {
|
|
@@ -217,9 +204,9 @@ var w = {
|
|
|
217
204
|
}
|
|
218
205
|
},
|
|
219
206
|
other: "P"
|
|
220
|
-
}, g = function(t, a, e,
|
|
221
|
-
var
|
|
222
|
-
return typeof
|
|
207
|
+
}, g = function(t, a, e, i) {
|
|
208
|
+
var n = p[t];
|
|
209
|
+
return typeof n == "function" ? n(a) : n;
|
|
223
210
|
};
|
|
224
211
|
const b = g;
|
|
225
212
|
var y = {
|
|
@@ -422,10 +409,10 @@ var H = /^(\d+)\./i, V = /\d+/i, z = {
|
|
|
422
409
|
})
|
|
423
410
|
};
|
|
424
411
|
const O = q;
|
|
425
|
-
var
|
|
412
|
+
var Q = {
|
|
426
413
|
code: "sr",
|
|
427
|
-
formatDistance:
|
|
428
|
-
formatLong:
|
|
414
|
+
formatDistance: m,
|
|
415
|
+
formatLong: w,
|
|
429
416
|
formatRelative: b,
|
|
430
417
|
localize: F,
|
|
431
418
|
match: O,
|
|
@@ -435,5 +422,5 @@ var ot = {
|
|
|
435
422
|
}
|
|
436
423
|
};
|
|
437
424
|
export {
|
|
438
|
-
|
|
425
|
+
Q as default
|
|
439
426
|
};
|
|
@@ -1,18 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
import "./
|
|
3
|
-
import "./jsx-runtime-82a9ddf6.js";
|
|
4
|
-
import "react";
|
|
5
|
-
import "./index-6ffbeca8.js";
|
|
6
|
-
import "./utils-19b44377.js";
|
|
7
|
-
import "./Button.es.js";
|
|
8
|
-
import "./isObjectLike-1b8bbac2.js";
|
|
9
|
-
import "./index-0b47cbae.js";
|
|
10
|
-
import "react-dom";
|
|
11
|
-
import "./close-c67ec245.js";
|
|
12
|
-
import "./Drawer.es.js";
|
|
13
|
-
import "./Slider.es.js";
|
|
14
|
-
import "./ProTable-079d6c86.js";
|
|
15
|
-
import "./Divider.es.js";
|
|
1
|
+
"use client";
|
|
2
|
+
import { a as s, b as n, c as u, d as i } from "./index-b7027a1d.js";
|
|
16
3
|
var d = {
|
|
17
4
|
lessThanXSeconds: {
|
|
18
5
|
one: "malpli ol sekundo",
|
|
@@ -80,29 +67,29 @@ var d = {
|
|
|
80
67
|
return typeof m == "string" ? t = m : r === 1 ? t = m.one : t = m.other.replace("{{count}}", String(r)), e != null && e.addSuffix ? e != null && e.comparison && e.comparison > 0 ? "post " + t : "antaŭ " + t : t;
|
|
81
68
|
};
|
|
82
69
|
const h = l;
|
|
83
|
-
var
|
|
70
|
+
var v = {
|
|
84
71
|
full: "EEEE, do 'de' MMMM y",
|
|
85
72
|
long: "y-MMMM-dd",
|
|
86
73
|
medium: "y-MMM-dd",
|
|
87
74
|
short: "yyyy-MM-dd"
|
|
88
|
-
},
|
|
75
|
+
}, c = {
|
|
89
76
|
full: "Ho 'horo kaj' m:ss zzzz",
|
|
90
77
|
long: "HH:mm:ss z",
|
|
91
78
|
medium: "HH:mm:ss",
|
|
92
79
|
short: "HH:mm"
|
|
93
|
-
},
|
|
80
|
+
}, p = {
|
|
94
81
|
any: "{{date}} {{time}}"
|
|
95
82
|
}, j = {
|
|
96
83
|
date: s({
|
|
97
|
-
formats:
|
|
84
|
+
formats: v,
|
|
98
85
|
defaultWidth: "full"
|
|
99
86
|
}),
|
|
100
87
|
time: s({
|
|
101
|
-
formats:
|
|
88
|
+
formats: c,
|
|
102
89
|
defaultWidth: "full"
|
|
103
90
|
}),
|
|
104
91
|
dateTime: s({
|
|
105
|
-
formats:
|
|
92
|
+
formats: p,
|
|
106
93
|
defaultWidth: "any"
|
|
107
94
|
})
|
|
108
95
|
};
|
|
@@ -281,7 +268,7 @@ var E = /^(\d+)(-?a)?/i, K = /\d+/i, F = {
|
|
|
281
268
|
})
|
|
282
269
|
};
|
|
283
270
|
const T = O;
|
|
284
|
-
var
|
|
271
|
+
var q = {
|
|
285
272
|
code: "eo",
|
|
286
273
|
formatDistance: h,
|
|
287
274
|
formatLong: f,
|
|
@@ -294,5 +281,5 @@ var ra = {
|
|
|
294
281
|
}
|
|
295
282
|
};
|
|
296
283
|
export {
|
|
297
|
-
|
|
284
|
+
q as default
|
|
298
285
|
};
|
|
@@ -1,18 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
import "./
|
|
3
|
-
import "./jsx-runtime-82a9ddf6.js";
|
|
4
|
-
import "react";
|
|
5
|
-
import "./index-6ffbeca8.js";
|
|
6
|
-
import "./utils-19b44377.js";
|
|
7
|
-
import "./Button.es.js";
|
|
8
|
-
import "./isObjectLike-1b8bbac2.js";
|
|
9
|
-
import "./index-0b47cbae.js";
|
|
10
|
-
import "react-dom";
|
|
11
|
-
import "./close-c67ec245.js";
|
|
12
|
-
import "./Drawer.es.js";
|
|
13
|
-
import "./Slider.es.js";
|
|
14
|
-
import "./ProTable-079d6c86.js";
|
|
15
|
-
import "./Divider.es.js";
|
|
1
|
+
"use client";
|
|
2
|
+
import { a as h, b as o, c as m, d } from "./index-b7027a1d.js";
|
|
16
3
|
var s = {
|
|
17
4
|
lessThanXSeconds: {
|
|
18
5
|
one: "nas lugha na diog",
|
|
@@ -124,19 +111,19 @@ var w = {
|
|
|
124
111
|
tomorrow: "'a-màireach aig' p",
|
|
125
112
|
nextWeek: "eeee 'aig' p",
|
|
126
113
|
other: "P"
|
|
127
|
-
},
|
|
114
|
+
}, y = function(a, e, i, n) {
|
|
128
115
|
return w[a];
|
|
129
116
|
};
|
|
130
|
-
const
|
|
131
|
-
var
|
|
117
|
+
const P = y;
|
|
118
|
+
var D = {
|
|
132
119
|
narrow: ["R", "A"],
|
|
133
120
|
abbreviated: ["RC", "AD"],
|
|
134
121
|
wide: ["ro Chrìosta", "anno domini"]
|
|
135
|
-
},
|
|
122
|
+
}, M = {
|
|
136
123
|
narrow: ["1", "2", "3", "4"],
|
|
137
124
|
abbreviated: ["C1", "C2", "C3", "C4"],
|
|
138
125
|
wide: ["a' chiad chairteal", "an dàrna cairteal", "an treas cairteal", "an ceathramh cairteal"]
|
|
139
|
-
},
|
|
126
|
+
}, p = {
|
|
140
127
|
narrow: ["F", "G", "M", "G", "C", "Ò", "I", "L", "S", "D", "S", "D"],
|
|
141
128
|
abbreviated: ["Faoi", "Gear", "Màrt", "Gibl", "Cèit", "Ògmh", "Iuch", "Lùn", "Sult", "Dàmh", "Samh", "Dùbh"],
|
|
142
129
|
wide: ["Am Faoilleach", "An Gearran", "Am Màrt", "An Giblean", "An Cèitean", "An t-Ògmhios", "An t-Iuchar", "An Lùnastal", "An t-Sultain", "An Dàmhair", "An t-Samhain", "An Dùbhlachd"]
|
|
@@ -220,18 +207,18 @@ var P = {
|
|
|
220
207
|
}, F = {
|
|
221
208
|
ordinalNumber: S,
|
|
222
209
|
era: o({
|
|
223
|
-
values:
|
|
210
|
+
values: D,
|
|
224
211
|
defaultWidth: "wide"
|
|
225
212
|
}),
|
|
226
213
|
quarter: o({
|
|
227
|
-
values:
|
|
214
|
+
values: M,
|
|
228
215
|
defaultWidth: "wide",
|
|
229
216
|
argumentCallback: function(a) {
|
|
230
217
|
return a - 1;
|
|
231
218
|
}
|
|
232
219
|
}),
|
|
233
220
|
month: o({
|
|
234
|
-
values:
|
|
221
|
+
values: p,
|
|
235
222
|
defaultWidth: "wide"
|
|
236
223
|
}),
|
|
237
224
|
day: o({
|
|
@@ -330,11 +317,11 @@ var L = /^(\d+)(d|na|tr|mh)?/i, x = /\d+/i, z = {
|
|
|
330
317
|
})
|
|
331
318
|
};
|
|
332
319
|
const Y = T;
|
|
333
|
-
var
|
|
320
|
+
var O = {
|
|
334
321
|
code: "gd",
|
|
335
322
|
formatDistance: c,
|
|
336
323
|
formatLong: b,
|
|
337
|
-
formatRelative:
|
|
324
|
+
formatRelative: P,
|
|
338
325
|
localize: k,
|
|
339
326
|
match: Y,
|
|
340
327
|
options: {
|
|
@@ -343,5 +330,5 @@ var ra = {
|
|
|
343
330
|
}
|
|
344
331
|
};
|
|
345
332
|
export {
|
|
346
|
-
|
|
333
|
+
O as default
|
|
347
334
|
};
|
|
@@ -1,19 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
import "./
|
|
4
|
-
import "./jsx-runtime-82a9ddf6.js";
|
|
5
|
-
import "react";
|
|
6
|
-
import "./index-6ffbeca8.js";
|
|
7
|
-
import "./utils-19b44377.js";
|
|
8
|
-
import "./Button.es.js";
|
|
9
|
-
import "./isObjectLike-1b8bbac2.js";
|
|
10
|
-
import "./index-0b47cbae.js";
|
|
11
|
-
import "react-dom";
|
|
12
|
-
import "./close-c67ec245.js";
|
|
13
|
-
import "./Drawer.es.js";
|
|
14
|
-
import "./Slider.es.js";
|
|
15
|
-
import "./ProTable-079d6c86.js";
|
|
16
|
-
import "./Divider.es.js";
|
|
1
|
+
"use client";
|
|
2
|
+
import { a as v, t as d, b as o, c as f, d as l } from "./index-b7027a1d.js";
|
|
3
|
+
import { i as m } from "./index-5e6ffc2f.js";
|
|
17
4
|
function s(a, e) {
|
|
18
5
|
if (a.one !== void 0 && e === 1)
|
|
19
6
|
return a.one;
|
|
@@ -25,9 +12,9 @@ function n(a) {
|
|
|
25
12
|
return t && t.addSuffix ? t.comparison && t.comparison > 0 ? a.future ? s(a.future, e) : "праз " + s(a.regular, e) : a.past ? s(a.past, e) : s(a.regular, e) + " таму" : s(a.regular, e);
|
|
26
13
|
};
|
|
27
14
|
}
|
|
28
|
-
var
|
|
15
|
+
var h = function(e, t) {
|
|
29
16
|
return t && t.addSuffix ? t.comparison && t.comparison > 0 ? "праз паўхвіліны" : "паўхвіліны таму" : "паўхвіліны";
|
|
30
|
-
},
|
|
17
|
+
}, p = {
|
|
31
18
|
lessThanXSeconds: n({
|
|
32
19
|
regular: {
|
|
33
20
|
one: "менш за секунду",
|
|
@@ -59,7 +46,7 @@ var p = function(e, t) {
|
|
|
59
46
|
pluralGenitive: "праз {{count}} секунд"
|
|
60
47
|
}
|
|
61
48
|
}),
|
|
62
|
-
halfAMinute:
|
|
49
|
+
halfAMinute: h,
|
|
63
50
|
lessThanXMinutes: n({
|
|
64
51
|
regular: {
|
|
65
52
|
one: "менш за хвіліну",
|
|
@@ -215,7 +202,7 @@ var p = function(e, t) {
|
|
|
215
202
|
}
|
|
216
203
|
})
|
|
217
204
|
}, G = function(e, t, i) {
|
|
218
|
-
return i = i || {},
|
|
205
|
+
return i = i || {}, p[e](t, i);
|
|
219
206
|
};
|
|
220
207
|
const b = G;
|
|
221
208
|
var w = {
|
|
@@ -279,11 +266,11 @@ function k(a) {
|
|
|
279
266
|
}
|
|
280
267
|
}
|
|
281
268
|
var x = function(e, t, i) {
|
|
282
|
-
var u =
|
|
283
|
-
return
|
|
269
|
+
var u = d(e), r = u.getUTCDay();
|
|
270
|
+
return m(u, t, i) ? g(r) : M(r);
|
|
284
271
|
}, D = function(e, t, i) {
|
|
285
|
-
var u =
|
|
286
|
-
return
|
|
272
|
+
var u = d(e), r = u.getUTCDay();
|
|
273
|
+
return m(u, t, i) ? g(r) : k(r);
|
|
287
274
|
}, F = {
|
|
288
275
|
lastWeek: x,
|
|
289
276
|
yesterday: "'учора а' p",
|
|
@@ -498,7 +485,7 @@ var q = /^(\d+)(-?(е|я|га|і|ы|ае|ая|яя|шы|гі|ці|ты|мы))?/i
|
|
|
498
485
|
})
|
|
499
486
|
};
|
|
500
487
|
const ae = ee;
|
|
501
|
-
var
|
|
488
|
+
var ne = {
|
|
502
489
|
code: "be",
|
|
503
490
|
formatDistance: b,
|
|
504
491
|
formatLong: W,
|
|
@@ -511,5 +498,5 @@ var Ge = {
|
|
|
511
498
|
}
|
|
512
499
|
};
|
|
513
500
|
export {
|
|
514
|
-
|
|
501
|
+
ne as default
|
|
515
502
|
};
|