@blofin/blofin-ui 0.7.58 → 0.7.60
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 +8 -10
- package/dist/Button.es.js +125 -127
- package/dist/Dialog.es.js +10 -180
- package/dist/Divider.es.js +10 -12
- package/dist/Drawer.es.js +51 -44
- package/dist/Form.d.ts +1 -0
- package/dist/Form.es.js +752 -0
- package/dist/ProTable-63e2c020.js +3444 -0
- package/dist/ProTable.es.js +6 -9
- package/dist/Slider.es.js +140 -141
- package/dist/Sort.es.js +10 -144
- package/dist/blofin.css +1 -1
- package/dist/{close-0df24351.js → close-c67ec245.js} +0 -1
- package/dist/clsx.m-b14a941b.js +32 -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 +0 -2
- 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/DatePickerRange/styles.d.ts +1 -0
- package/dist/components/DateTimePicker/DateTimePicker.d.ts +1 -0
- package/dist/components/DateTimePicker/ScrollableList.d.ts +1 -1
- package/dist/components/Dialog/Dialog.d.ts +2 -5
- package/dist/components/Dialog/index.d.ts +2 -4
- 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/Empty/index.d.ts +5 -2
- package/dist/components/Form/Control.d.ts +13 -0
- package/dist/components/Form/Form.d.ts +4 -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 +6 -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 +6 -6
- package/dist/components/MonthPicker/index.d.ts +17 -2
- package/dist/components/MultiSelect/MultiSelect.d.ts +4 -4
- package/dist/components/Notification/Notification.d.ts +1 -1
- package/dist/components/Pagination/PageOptions.d.ts +1 -1
- package/dist/components/Pagination/Pagination.d.ts +2 -2
- package/dist/components/Picker/hooks/usePickerMethod.d.ts +1 -1
- package/dist/components/Picker/index.d.ts +10 -2
- package/dist/components/Popover/Popover.d.ts +1 -1
- package/dist/components/Popup/index.d.ts +15 -4
- 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 +9 -6
- 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 +6 -5
- package/dist/components/Sortable/SortItem.d.ts +4 -4
- package/dist/components/Sortable/index.d.ts +11 -3
- package/dist/components/Switch/Switch.d.ts +2 -2
- package/dist/components/Switch/styles.d.ts +3 -3
- package/dist/components/Tab/Tab.d.ts +2 -2
- 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 +3 -3
- 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 +0 -2
- package/dist/components/TextSelect/TextSelect.d.ts +8 -8
- package/dist/components/Textarea/index.d.ts +15 -2
- package/dist/components/Toast/Toast.d.ts +13 -2
- package/dist/components/Toast/styles.d.ts +1 -1
- package/dist/components/Tooltip/Tooltip.d.ts +5 -4
- package/dist/components/Typography/Typography.d.ts +2 -2
- package/dist/components/Typography/styles.d.ts +1 -1
- package/dist/hooks/useLatest.d.ts +1 -1
- package/dist/hooks/useNotification.d.ts +7 -5
- package/dist/hooks/useToast.d.ts +1 -1
- package/dist/{index-11268759.js → index-000dc001.js} +33 -18
- package/dist/{index-03d6aef0.js → index-00de98c8.js} +33 -18
- package/dist/{index-9c73c442.js → index-014f0ec1.js} +60 -45
- package/dist/{index-c6371af1.js → index-0a6abd3c.js} +25 -10
- package/dist/{index-2ae0474b.js → index-0f613d53.js} +39 -24
- package/dist/{index-0230b5a9.js → index-0f855a91.js} +4 -5
- package/dist/{index-f64eddcc.js → index-156b7cd4.js} +31 -16
- package/dist/{index-06ef2e10.js → index-1b19695e.js} +28 -13
- package/dist/{index-73bfc020.js → index-1fed0e48.js} +47 -32
- package/dist/{index-06d0f2f7.js → index-21539182.js} +28 -13
- package/dist/{index-6e969585.js → index-250d3f95.js} +52 -37
- package/dist/{index-1b2a64df.js → index-2a446b59.js} +46 -31
- package/dist/{index-c1381bca.js → index-337b1e0b.js} +35 -20
- package/dist/{index-8aa9b1be.js → index-340ee150.js} +39 -24
- package/dist/{index-898678dc.js → index-345260fc.js} +45 -30
- package/dist/index-368582b8.js +64 -0
- package/dist/{index-08a64465.js → index-378b35b1.js} +31 -16
- package/dist/{index-57a163fd.js → index-38570835.js} +28 -13
- package/dist/index-3a133920.js +64 -0
- package/dist/{index-b103ed31.js → index-3c8644eb.js} +27 -12
- package/dist/{index-12d32536.js → index-3f79b35f.js} +28 -13
- package/dist/index-40626e62.js +174 -0
- package/dist/{index-4bc493f0.js → index-479a3d12.js} +19 -4
- package/dist/{index-fdffd6e6.js → index-48c1dad4.js} +29 -14
- package/dist/{index-cfee583b.js → index-49465137.js} +36 -21
- package/dist/{index-75190b99.js → index-4a29ef31.js} +22 -7
- package/dist/{index-3ee2bafa.js → index-4aa73537.js} +30 -15
- package/dist/{index-4df0c3e4.js → index-4bea9ceb.js} +31 -16
- package/dist/{index-03169373.js → index-4d663847.js} +37 -22
- package/dist/index-4e021bb2.js +65 -0
- package/dist/{index-cc1cd309.js → index-4e2b888a.js} +28 -13
- package/dist/{index-d86842c8.js → index-55bacefc.js} +34 -19
- package/dist/{index-e1a6a03d.js → index-5eaf9fd0.js} +24 -9
- package/dist/{index-7edb6aec.js → index-5f5a69d3.js} +34 -19
- package/dist/{index-094d2a65.js → index-61af02ba.js} +34 -19
- package/dist/{index-5e6ffc2f.js → index-66d800fe.js} +1 -2
- package/dist/{index-80cc70e4.js → index-6ad4db73.js} +41 -26
- package/dist/{index-a89abb42.js → index-6b45d241.js} +19 -4
- package/dist/{index-d81e15f3.js → index-6b5e8efd.js} +34 -19
- package/dist/{index-79e7317f.js → index-6c40ce21.js} +27 -12
- package/dist/{index-141cec17.js → index-6f2e444c.js} +29 -14
- package/dist/{index-7cf9b111.js → index-722dea32.js} +33 -18
- package/dist/index-7272669e.js +36 -0
- package/dist/{index-c69f6dfc.js → index-752470b7.js} +36 -21
- package/dist/{index-cbc0d36b.js → index-775d9482.js} +30 -15
- package/dist/{index-67678963.js → index-841c19af.js} +48 -33
- package/dist/{index-cb1218d8.js → index-8476d3e0.js} +25 -10
- package/dist/{index-d2f2742e.js → index-8a13a50e.js} +30 -15
- package/dist/index-95c68eda.js +152 -0
- package/dist/{index-b54ef52a.js → index-97ea2514.js} +31 -16
- package/dist/{index-360aaaac.js → index-9aec70e5.js} +46 -31
- package/dist/{index-60fe7f16.js → index-9d4af95d.js} +32 -17
- package/dist/{index-8585c2f3.js → index-a1f0ee32.js} +38 -23
- package/dist/{index-e98ef24f.js → index-a4a83087.js} +32 -17
- package/dist/{index-9e5efc0a.js → index-a58b15ca.js} +45 -30
- package/dist/{index-f1726c63.js → index-a5be4aaa.js} +29 -14
- package/dist/{index-6856be22.js → index-a885ed63.js} +38 -23
- package/dist/{index-40710f09.js → index-a8995b25.js} +41 -26
- package/dist/{index-117d018c.js → index-b13a89bd.js} +37 -22
- package/dist/{index-f40f45fb.js → index-b53a2c97.js} +30 -15
- package/dist/{index-4f94900a.js → index-b5c8f9ce.js} +34 -19
- package/dist/{index-a6fa33ce.js → index-b6ac5cff.js} +28 -13
- package/dist/{index-5beeed26.js → index-b7272ef5.js} +38 -23
- package/dist/{index-63a66f13.js → index-b77bf47e.js} +45 -30
- package/dist/{index-19d177fe.js → index-b7ec6041.js} +31 -16
- package/dist/{index-fda88eb4.js → index-ba723d9d.js} +45 -30
- package/dist/{index-e169373b.js → index-bc16213b.js} +25 -10
- package/dist/{index-2334248a.js → index-bfdde380.js} +24 -9
- package/dist/{index-b7941b97.js → index-c0101070.js} +23 -8
- package/dist/{index-ef31f5f8.js → index-c34b059e.js} +1 -2
- package/dist/{index-956b36a6.js → index-c5e273c8.js} +45 -30
- package/dist/{index-954d3973.js → index-c7476f69.js} +28 -13
- package/dist/{index-4f94d7fa.js → index-c90d76b1.js} +39 -24
- package/dist/index-cb0f058d.js +11570 -0
- package/dist/{index-d3419554.js → index-cd3a96b7.js} +30 -15
- package/dist/{index-7bb9ffdf.js → index-d1ed98b2.js} +2 -3
- package/dist/{index-e9a1ff7f.js → index-d2079dd6.js} +19 -4
- package/dist/{index-e2b960e4.js → index-d4eda35e.js} +38 -23
- package/dist/{index-770e5f53.js → index-d72523e5.js} +27 -12
- package/dist/{index-5fb7b3bc.js → index-d7e1c70a.js} +27 -12
- package/dist/{index-ceae4147.js → index-dda1a5c0.js} +27 -12
- package/dist/index-e318ba1a.js +64 -0
- package/dist/{index-e8fb69e0.js → index-e989a33d.js} +37 -22
- package/dist/{index-02f669c4.js → index-e9fc837c.js} +1 -2
- package/dist/{index-b0da3dfd.js → index-ecb26def.js} +39 -24
- package/dist/{index-4d780cf4.js → index-edc31623.js} +37 -22
- package/dist/{index-6f728206.js → index-f485bd51.js} +24 -9
- package/dist/{index-03513979.js → index-f5f7af48.js} +26 -11
- package/dist/{index-f7c4ae83.js → index-faedf548.js} +48 -33
- package/dist/{index-29d37c73.js → index-fbcaec88.js} +67 -52
- package/dist/{index-6f963c6a.js → index-fc234f8b.js} +35 -20
- package/dist/{index-4c6ad36c.js → index-ff40f7fc.js} +47 -32
- package/dist/index.d.ts +48 -36
- package/dist/index.es.js +56 -223
- package/dist/isObjectLike-1b8bbac2.js +44 -0
- package/dist/jsx-runtime-82a9ddf6.js +646 -0
- package/dist/provider/NoticeProvider.d.ts +1 -1
- package/dist/provider/ThemeProvider.d.ts +3 -7
- package/dist/provider/useTheme.d.ts +1 -1
- package/dist/types/component.d.ts +1 -1
- package/dist/utils/helper.d.ts +1 -1
- package/dist/{utils-071abd68.js → utils-cacf528c.js} +1 -2
- package/package.json +3 -2
- package/dist/Calendar.d.ts +0 -1
- package/dist/Calendar.es.js +0 -210
- package/dist/Checkbox.d.ts +0 -1
- package/dist/Checkbox.es.js +0 -138
- package/dist/CssDropdown.d.ts +0 -1
- package/dist/CssDropdown.es.js +0 -38
- package/dist/DatePickerRange.d.ts +0 -1
- package/dist/DatePickerRange.es.js +0 -410
- package/dist/DateTimePicker.d.ts +0 -1
- package/dist/DateTimePicker.es.js +0 -519
- package/dist/Dropdown.d.ts +0 -1
- package/dist/Dropdown.es.js +0 -134
- package/dist/Empty.d.ts +0 -1
- package/dist/Empty.es.js +0 -11
- package/dist/LabelTextField.d.ts +0 -1
- package/dist/LabelTextField.es.js +0 -100
- package/dist/MonthPicker.d.ts +0 -1
- package/dist/MonthPicker.es.js +0 -16
- package/dist/MultiSelect.d.ts +0 -1
- package/dist/MultiSelect.es.js +0 -425
- package/dist/Notification.d.ts +0 -1
- package/dist/Notification.es.js +0 -12
- package/dist/Pagination.d.ts +0 -1
- package/dist/Pagination.es.js +0 -219
- package/dist/Picker.d.ts +0 -1
- package/dist/Picker.es.js +0 -224
- package/dist/Popover.d.ts +0 -1
- package/dist/Popover.es.js +0 -107
- package/dist/Popup.d.ts +0 -1
- package/dist/Popup.es.js +0 -62
- package/dist/ProTable-7a07d8b6.js +0 -565
- package/dist/RadioButton.d.ts +0 -1
- package/dist/RadioButton.es.js +0 -152
- package/dist/Select.d.ts +0 -1
- package/dist/Select.es.js +0 -316
- package/dist/Sortable.d.ts +0 -1
- package/dist/Sortable.es.js +0 -39
- package/dist/Switch.d.ts +0 -1
- package/dist/Switch.es.js +0 -64
- package/dist/Tab.d.ts +0 -1
- package/dist/Tab.es.js +0 -101
- package/dist/Table.d.ts +0 -1
- package/dist/Table.es.js +0 -359
- package/dist/TextField.d.ts +0 -1
- package/dist/TextField.es.js +0 -64
- package/dist/TextSelect.d.ts +0 -1
- package/dist/TextSelect.es.js +0 -17
- package/dist/Textarea.d.ts +0 -1
- package/dist/Textarea.es.js +0 -106
- package/dist/Toast.d.ts +0 -1
- package/dist/Toast.es.js +0 -12
- package/dist/Tooltip.d.ts +0 -1
- package/dist/Tooltip.es.js +0 -144
- package/dist/Typography.d.ts +0 -1
- package/dist/Typography.es.js +0 -74
- package/dist/_commonjsHelpers-1d52fb73.js +0 -9
- package/dist/arrow-down-011b02c7.js +0 -6
- package/dist/arrow-down-l-line-97e4fe24.js +0 -6
- package/dist/arrow-fill-70becd96.js +0 -6
- package/dist/arrow-right-l-line-87881b4d.js +0 -7
- package/dist/close-bg-6d2211ef.js +0 -6
- package/dist/clsx.m-e965ef18.js +0 -22
- package/dist/components/CssDropdown/index.d.ts +0 -2
- package/dist/components/DatePickerRange/index.d.ts +0 -4
- package/dist/components/DateTimePicker/index.d.ts +0 -4
- package/dist/components/Dropdown/index.d.ts +0 -2
- package/dist/components/Empty/Empty.d.ts +0 -5
- package/dist/components/MonthPicker/MonthPicker.d.ts +0 -17
- package/dist/components/MultiSelect/index.d.ts +0 -2
- package/dist/components/Notification/index.d.ts +0 -2
- package/dist/components/Pagination/index.d.ts +0 -3
- package/dist/components/Picker/Picker.d.ts +0 -10
- package/dist/components/Popover/index.d.ts +0 -5
- package/dist/components/Popup/Popup.d.ts +0 -15
- package/dist/components/Sortable/Sortable.d.ts +0 -11
- package/dist/components/Switch/index.d.ts +0 -2
- package/dist/components/Tab/index.d.ts +0 -4
- package/dist/components/TextSelect/index.d.ts +0 -2
- package/dist/components/Textarea/Textarea.d.ts +0 -15
- package/dist/components/Toast/index.d.ts +0 -2
- package/dist/components/Tooltip/index.d.ts +0 -2
- package/dist/components/Typography/index.d.ts +0 -4
- package/dist/enum-0398044b.js +0 -17
- package/dist/helper-221987f8.js +0 -7
- package/dist/index-293f8244.js +0 -49
- package/dist/index-40023d52.js +0 -5322
- package/dist/index-4528ba11.js +0 -49
- package/dist/index-596c785d.js +0 -50
- package/dist/index-67554651.js +0 -49
- package/dist/index-9349bf2d.js +0 -345
- package/dist/index-b7027a1d.js +0 -1295
- package/dist/index-c57db938.js +0 -37
- package/dist/index-eea69add.js +0 -71
- package/dist/index.esm-71578db5.js +0 -1198
- package/dist/index.module-1d7bbdf8.js +0 -7
- package/dist/index.module-86edc823.js +0 -15
- package/dist/index.module-b4239ff5.js +0 -9
- package/dist/index.module-fb41ba3b.js +0 -39
- package/dist/locales-776f0072.js +0 -440
- package/dist/search-b79a3be5.js +0 -6
- package/dist/sortable.esm-1c13d908.js +0 -2896
- package/dist/sortable.esm-8d31c120.js +0 -1275
- package/dist/styles-85a9fe64.js +0 -136
- package/dist/useAlign-916ed3be.js +0 -44
- package/dist/useDelayEvent-f577f6a3.js +0 -1082
- package/dist/useTheme-0688f238.js +0 -16
|
@@ -1,6 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
3
|
-
|
|
1
|
+
import { a as m, b as i, c as s, d } from "./index-cb0f058d.js";
|
|
2
|
+
import "./Badge.es.js";
|
|
3
|
+
import "./jsx-runtime-82a9ddf6.js";
|
|
4
|
+
import "react";
|
|
5
|
+
import "./clsx.m-b14a941b.js";
|
|
6
|
+
import "./utils-cacf528c.js";
|
|
7
|
+
import "./index-7272669e.js";
|
|
8
|
+
import "./Button.es.js";
|
|
9
|
+
import "./isObjectLike-1b8bbac2.js";
|
|
10
|
+
import "./index-40626e62.js";
|
|
11
|
+
import "react-dom";
|
|
12
|
+
import "./close-c67ec245.js";
|
|
13
|
+
import "./Drawer.es.js";
|
|
14
|
+
import "./Slider.es.js";
|
|
15
|
+
import "./index-95c68eda.js";
|
|
16
|
+
import "./ProTable-63e2c020.js";
|
|
17
|
+
import "./Divider.es.js";
|
|
18
|
+
var u = {
|
|
4
19
|
lessThanXSeconds: {
|
|
5
20
|
one: "أقل من ثانية واحدة",
|
|
6
21
|
two: "أقل من ثانتين",
|
|
@@ -92,11 +107,11 @@ var h = {
|
|
|
92
107
|
threeToTen: "{{count}} أعوام تقريباً",
|
|
93
108
|
other: "{{count}} عام تقريباً"
|
|
94
109
|
}
|
|
95
|
-
},
|
|
96
|
-
var
|
|
97
|
-
return typeof r == "string" ?
|
|
110
|
+
}, h = function(t, a, n) {
|
|
111
|
+
var e, r = u[t];
|
|
112
|
+
return typeof r == "string" ? e = r : a === 1 ? e = r.one : a === 2 ? e = r.two : a <= 10 ? e = r.threeToTen.replace("{{count}}", String(a)) : e = r.other.replace("{{count}}", String(a)), n != null && n.addSuffix ? n.comparison && n.comparison > 0 ? "في خلال " + e : "منذ " + e : e;
|
|
98
113
|
};
|
|
99
|
-
const l =
|
|
114
|
+
const l = h;
|
|
100
115
|
var c = {
|
|
101
116
|
full: "EEEE, MMMM do, y",
|
|
102
117
|
long: "MMMM do, y",
|
|
@@ -113,36 +128,36 @@ var c = {
|
|
|
113
128
|
medium: "{{date}}, {{time}}",
|
|
114
129
|
short: "{{date}}, {{time}}"
|
|
115
130
|
}, g = {
|
|
116
|
-
date:
|
|
131
|
+
date: m({
|
|
117
132
|
formats: c,
|
|
118
133
|
defaultWidth: "full"
|
|
119
134
|
}),
|
|
120
|
-
time:
|
|
135
|
+
time: m({
|
|
121
136
|
formats: f,
|
|
122
137
|
defaultWidth: "full"
|
|
123
138
|
}),
|
|
124
|
-
dateTime:
|
|
139
|
+
dateTime: m({
|
|
125
140
|
formats: v,
|
|
126
141
|
defaultWidth: "full"
|
|
127
142
|
})
|
|
128
143
|
};
|
|
129
144
|
const w = g;
|
|
130
|
-
var
|
|
145
|
+
var p = {
|
|
131
146
|
lastWeek: "'أخر' eeee 'عند' p",
|
|
132
147
|
yesterday: "'أمس عند' p",
|
|
133
148
|
today: "'اليوم عند' p",
|
|
134
149
|
tomorrow: "'غداً عند' p",
|
|
135
150
|
nextWeek: "eeee 'عند' p",
|
|
136
151
|
other: "P"
|
|
137
|
-
},
|
|
138
|
-
return
|
|
152
|
+
}, b = function(t, a, n, e) {
|
|
153
|
+
return p[t];
|
|
139
154
|
};
|
|
140
|
-
const
|
|
141
|
-
var
|
|
155
|
+
const P = b;
|
|
156
|
+
var T = {
|
|
142
157
|
narrow: ["ق", "ب"],
|
|
143
158
|
abbreviated: ["ق.م.", "ب.م."],
|
|
144
159
|
wide: ["قبل الميلاد", "بعد الميلاد"]
|
|
145
|
-
},
|
|
160
|
+
}, y = {
|
|
146
161
|
narrow: ["1", "2", "3", "4"],
|
|
147
162
|
abbreviated: ["ر1", "ر2", "ر3", "ر4"],
|
|
148
163
|
wide: ["الربع الأول", "الربع الثاني", "الربع الثالث", "الربع الرابع"]
|
|
@@ -217,19 +232,19 @@ var y = {
|
|
|
217
232
|
evening: "في المساء",
|
|
218
233
|
night: "في الليل"
|
|
219
234
|
}
|
|
220
|
-
}, x = function(
|
|
221
|
-
return String(
|
|
235
|
+
}, x = function(t) {
|
|
236
|
+
return String(t);
|
|
222
237
|
}, z = {
|
|
223
238
|
ordinalNumber: x,
|
|
224
239
|
era: i({
|
|
225
|
-
values:
|
|
240
|
+
values: T,
|
|
226
241
|
defaultWidth: "wide"
|
|
227
242
|
}),
|
|
228
243
|
quarter: i({
|
|
229
|
-
values:
|
|
244
|
+
values: y,
|
|
230
245
|
defaultWidth: "wide",
|
|
231
|
-
argumentCallback: function(
|
|
232
|
-
return
|
|
246
|
+
argumentCallback: function(t) {
|
|
247
|
+
return t - 1;
|
|
233
248
|
}
|
|
234
249
|
}),
|
|
235
250
|
month: i({
|
|
@@ -291,11 +306,11 @@ var S = /^(\d+)(th|st|nd|rd)?/i, V = /\d+/i, X = {
|
|
|
291
306
|
night: /night/i
|
|
292
307
|
}
|
|
293
308
|
}, _ = {
|
|
294
|
-
ordinalNumber:
|
|
309
|
+
ordinalNumber: s({
|
|
295
310
|
matchPattern: S,
|
|
296
311
|
parsePattern: V,
|
|
297
|
-
valueCallback: function(
|
|
298
|
-
return parseInt(
|
|
312
|
+
valueCallback: function(t) {
|
|
313
|
+
return parseInt(t, 10);
|
|
299
314
|
}
|
|
300
315
|
}),
|
|
301
316
|
era: d({
|
|
@@ -309,8 +324,8 @@ var S = /^(\d+)(th|st|nd|rd)?/i, V = /\d+/i, X = {
|
|
|
309
324
|
defaultMatchWidth: "wide",
|
|
310
325
|
parsePatterns: E,
|
|
311
326
|
defaultParseWidth: "any",
|
|
312
|
-
valueCallback: function(
|
|
313
|
-
return
|
|
327
|
+
valueCallback: function(t) {
|
|
328
|
+
return t + 1;
|
|
314
329
|
}
|
|
315
330
|
}),
|
|
316
331
|
month: d({
|
|
@@ -333,11 +348,11 @@ var S = /^(\d+)(th|st|nd|rd)?/i, V = /\d+/i, X = {
|
|
|
333
348
|
})
|
|
334
349
|
};
|
|
335
350
|
const A = _;
|
|
336
|
-
var
|
|
351
|
+
var dt = {
|
|
337
352
|
code: "ar-SA",
|
|
338
353
|
formatDistance: l,
|
|
339
354
|
formatLong: w,
|
|
340
|
-
formatRelative:
|
|
355
|
+
formatRelative: P,
|
|
341
356
|
localize: F,
|
|
342
357
|
match: A,
|
|
343
358
|
options: {
|
|
@@ -346,5 +361,5 @@ var Q = {
|
|
|
346
361
|
}
|
|
347
362
|
};
|
|
348
363
|
export {
|
|
349
|
-
|
|
364
|
+
dt as default
|
|
350
365
|
};
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { f as m, l as o, m as a } from "./index-e9fc837c.js";
|
|
2
|
+
import { a as t } from "./index-cb0f058d.js";
|
|
3
|
+
import { f as r } from "./index-0f855a91.js";
|
|
4
|
+
import "./Badge.es.js";
|
|
5
|
+
import "./jsx-runtime-82a9ddf6.js";
|
|
6
|
+
import "react";
|
|
7
|
+
import "./clsx.m-b14a941b.js";
|
|
8
|
+
import "./utils-cacf528c.js";
|
|
9
|
+
import "./index-7272669e.js";
|
|
10
|
+
import "./Button.es.js";
|
|
11
|
+
import "./isObjectLike-1b8bbac2.js";
|
|
12
|
+
import "./index-40626e62.js";
|
|
13
|
+
import "react-dom";
|
|
14
|
+
import "./close-c67ec245.js";
|
|
15
|
+
import "./Drawer.es.js";
|
|
16
|
+
import "./Slider.es.js";
|
|
17
|
+
import "./index-95c68eda.js";
|
|
18
|
+
import "./ProTable-63e2c020.js";
|
|
19
|
+
import "./Divider.es.js";
|
|
20
|
+
var i = {
|
|
21
|
+
full: "EEEE d MMMM y",
|
|
22
|
+
long: "d MMMM y",
|
|
23
|
+
medium: "d MMM y",
|
|
24
|
+
short: "dd/MM/y"
|
|
25
|
+
}, e = {
|
|
26
|
+
full: "HH:mm:ss zzzz",
|
|
27
|
+
long: "HH:mm:ss z",
|
|
28
|
+
medium: "HH:mm:ss",
|
|
29
|
+
short: "HH:mm"
|
|
30
|
+
}, l = {
|
|
31
|
+
full: "{{date}} 'à' {{time}}",
|
|
32
|
+
long: "{{date}} 'à' {{time}}",
|
|
33
|
+
medium: "{{date}}, {{time}}",
|
|
34
|
+
short: "{{date}}, {{time}}"
|
|
35
|
+
}, s = {
|
|
36
|
+
date: t({
|
|
37
|
+
formats: i,
|
|
38
|
+
defaultWidth: "full"
|
|
39
|
+
}),
|
|
40
|
+
time: t({
|
|
41
|
+
formats: e,
|
|
42
|
+
defaultWidth: "full"
|
|
43
|
+
}),
|
|
44
|
+
dateTime: t({
|
|
45
|
+
formats: l,
|
|
46
|
+
defaultWidth: "full"
|
|
47
|
+
})
|
|
48
|
+
};
|
|
49
|
+
const f = s;
|
|
50
|
+
var T = {
|
|
51
|
+
code: "fr",
|
|
52
|
+
formatDistance: m,
|
|
53
|
+
formatLong: f,
|
|
54
|
+
formatRelative: r,
|
|
55
|
+
localize: o,
|
|
56
|
+
match: a,
|
|
57
|
+
options: {
|
|
58
|
+
weekStartsOn: 1,
|
|
59
|
+
firstWeekContainsDate: 4
|
|
60
|
+
}
|
|
61
|
+
};
|
|
62
|
+
export {
|
|
63
|
+
T as default
|
|
64
|
+
};
|
|
@@ -1,5 +1,20 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
1
|
+
import { a as m, b as n, c as s, d } from "./index-cb0f058d.js";
|
|
2
|
+
import "./Badge.es.js";
|
|
3
|
+
import "./jsx-runtime-82a9ddf6.js";
|
|
4
|
+
import "react";
|
|
5
|
+
import "./clsx.m-b14a941b.js";
|
|
6
|
+
import "./utils-cacf528c.js";
|
|
7
|
+
import "./index-7272669e.js";
|
|
8
|
+
import "./Button.es.js";
|
|
9
|
+
import "./isObjectLike-1b8bbac2.js";
|
|
10
|
+
import "./index-40626e62.js";
|
|
11
|
+
import "react-dom";
|
|
12
|
+
import "./close-c67ec245.js";
|
|
13
|
+
import "./Drawer.es.js";
|
|
14
|
+
import "./Slider.es.js";
|
|
15
|
+
import "./index-95c68eda.js";
|
|
16
|
+
import "./ProTable-63e2c020.js";
|
|
17
|
+
import "./Divider.es.js";
|
|
3
18
|
var u = {
|
|
4
19
|
lessThanXSeconds: {
|
|
5
20
|
one: "menos de um segundo",
|
|
@@ -63,8 +78,8 @@ var u = {
|
|
|
63
78
|
other: "quase {{count}} anos"
|
|
64
79
|
}
|
|
65
80
|
}, l = function(a, e, t) {
|
|
66
|
-
var
|
|
67
|
-
return typeof r == "string" ?
|
|
81
|
+
var i, r = u[a];
|
|
82
|
+
return typeof r == "string" ? i = r : e === 1 ? i = r.one : i = r.other.replace("{{count}}", String(e)), t != null && t.addSuffix ? t.comparison && t.comparison > 0 ? "em " + i : "há " + i : i;
|
|
68
83
|
};
|
|
69
84
|
const h = l;
|
|
70
85
|
var c = {
|
|
@@ -83,15 +98,15 @@ var c = {
|
|
|
83
98
|
medium: "{{date}}, {{time}}",
|
|
84
99
|
short: "{{date}}, {{time}}"
|
|
85
100
|
}, b = {
|
|
86
|
-
date:
|
|
101
|
+
date: m({
|
|
87
102
|
formats: c,
|
|
88
103
|
defaultWidth: "full"
|
|
89
104
|
}),
|
|
90
|
-
time:
|
|
105
|
+
time: m({
|
|
91
106
|
formats: f,
|
|
92
107
|
defaultWidth: "full"
|
|
93
108
|
}),
|
|
94
|
-
dateTime:
|
|
109
|
+
dateTime: m({
|
|
95
110
|
formats: v,
|
|
96
111
|
defaultWidth: "full"
|
|
97
112
|
})
|
|
@@ -107,7 +122,7 @@ var p = {
|
|
|
107
122
|
tomorrow: "'amanhã às' p",
|
|
108
123
|
nextWeek: "eeee 'às' p",
|
|
109
124
|
other: "P"
|
|
110
|
-
}, P = function(a, e, t,
|
|
125
|
+
}, P = function(a, e, t, i) {
|
|
111
126
|
var r = p[a];
|
|
112
127
|
return typeof r == "function" ? r(e) : r;
|
|
113
128
|
};
|
|
@@ -196,26 +211,26 @@ var y = {
|
|
|
196
211
|
return (e == null ? void 0 : e.unit) === "week" ? t + "ª" : t + "º";
|
|
197
212
|
}, x = {
|
|
198
213
|
ordinalNumber: k,
|
|
199
|
-
era:
|
|
214
|
+
era: n({
|
|
200
215
|
values: y,
|
|
201
216
|
defaultWidth: "wide"
|
|
202
217
|
}),
|
|
203
|
-
quarter:
|
|
218
|
+
quarter: n({
|
|
204
219
|
values: M,
|
|
205
220
|
defaultWidth: "wide",
|
|
206
221
|
argumentCallback: function(a) {
|
|
207
222
|
return a - 1;
|
|
208
223
|
}
|
|
209
224
|
}),
|
|
210
|
-
month:
|
|
225
|
+
month: n({
|
|
211
226
|
values: W,
|
|
212
227
|
defaultWidth: "wide"
|
|
213
228
|
}),
|
|
214
|
-
day:
|
|
229
|
+
day: n({
|
|
215
230
|
values: j,
|
|
216
231
|
defaultWidth: "wide"
|
|
217
232
|
}),
|
|
218
|
-
dayPeriod:
|
|
233
|
+
dayPeriod: n({
|
|
219
234
|
values: q,
|
|
220
235
|
defaultWidth: "wide",
|
|
221
236
|
formattingValues: D,
|
|
@@ -267,7 +282,7 @@ var C = /^(\d+)[ºªo]?/i, T = /\d+/i, H = {
|
|
|
267
282
|
night: /noite/i
|
|
268
283
|
}
|
|
269
284
|
}, $ = {
|
|
270
|
-
ordinalNumber:
|
|
285
|
+
ordinalNumber: s({
|
|
271
286
|
matchPattern: C,
|
|
272
287
|
parsePattern: T,
|
|
273
288
|
valueCallback: function(a) {
|
|
@@ -309,7 +324,7 @@ var C = /^(\d+)[ºªo]?/i, T = /\d+/i, H = {
|
|
|
309
324
|
})
|
|
310
325
|
};
|
|
311
326
|
const Q = $;
|
|
312
|
-
var
|
|
327
|
+
var da = {
|
|
313
328
|
code: "pt-BR",
|
|
314
329
|
formatDistance: h,
|
|
315
330
|
formatLong: g,
|
|
@@ -322,5 +337,5 @@ var O = {
|
|
|
322
337
|
}
|
|
323
338
|
};
|
|
324
339
|
export {
|
|
325
|
-
|
|
340
|
+
da as default
|
|
326
341
|
};
|
|
@@ -1,6 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
1
|
+
import { f as i, a as o, b as m, m as g } from "./index-c34b059e.js";
|
|
2
|
+
import { b as a } from "./index-cb0f058d.js";
|
|
3
|
+
import "./Badge.es.js";
|
|
4
|
+
import "./jsx-runtime-82a9ddf6.js";
|
|
5
|
+
import "react";
|
|
6
|
+
import "./clsx.m-b14a941b.js";
|
|
7
|
+
import "./utils-cacf528c.js";
|
|
8
|
+
import "./index-7272669e.js";
|
|
9
|
+
import "./Button.es.js";
|
|
10
|
+
import "./isObjectLike-1b8bbac2.js";
|
|
11
|
+
import "./index-40626e62.js";
|
|
12
|
+
import "react-dom";
|
|
13
|
+
import "./close-c67ec245.js";
|
|
14
|
+
import "./Drawer.es.js";
|
|
15
|
+
import "./Slider.es.js";
|
|
16
|
+
import "./index-95c68eda.js";
|
|
17
|
+
import "./ProTable-63e2c020.js";
|
|
18
|
+
import "./Divider.es.js";
|
|
4
19
|
var d = {
|
|
5
20
|
narrow: ["v.Chr.", "n.Chr."],
|
|
6
21
|
abbreviated: ["v.Chr.", "n.Chr."],
|
|
@@ -9,14 +24,14 @@ var d = {
|
|
|
9
24
|
narrow: ["1", "2", "3", "4"],
|
|
10
25
|
abbreviated: ["Q1", "Q2", "Q3", "Q4"],
|
|
11
26
|
wide: ["1. Quartal", "2. Quartal", "3. Quartal", "4. Quartal"]
|
|
12
|
-
},
|
|
27
|
+
}, r = {
|
|
13
28
|
narrow: ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
|
|
14
29
|
abbreviated: ["Jan", "Feb", "Mär", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dez"],
|
|
15
30
|
wide: ["Januar", "Februar", "März", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember"]
|
|
16
31
|
}, u = {
|
|
17
|
-
narrow:
|
|
32
|
+
narrow: r.narrow,
|
|
18
33
|
abbreviated: ["Jan.", "Feb.", "März", "Apr.", "Mai", "Juni", "Juli", "Aug.", "Sep.", "Okt.", "Nov.", "Dez."],
|
|
19
|
-
wide:
|
|
34
|
+
wide: r.wide
|
|
20
35
|
}, s = {
|
|
21
36
|
narrow: ["S", "M", "D", "M", "D", "F", "S"],
|
|
22
37
|
short: ["So", "Mo", "Di", "Mi", "Do", "Fr", "Sa"],
|
|
@@ -85,8 +100,8 @@ var d = {
|
|
|
85
100
|
night: "nachts"
|
|
86
101
|
}
|
|
87
102
|
}, c = function(t) {
|
|
88
|
-
var
|
|
89
|
-
return
|
|
103
|
+
var e = Number(t);
|
|
104
|
+
return e + ".";
|
|
90
105
|
}, b = {
|
|
91
106
|
ordinalNumber: c,
|
|
92
107
|
era: a({
|
|
@@ -101,7 +116,7 @@ var d = {
|
|
|
101
116
|
}
|
|
102
117
|
}),
|
|
103
118
|
month: a({
|
|
104
|
-
values:
|
|
119
|
+
values: r,
|
|
105
120
|
formattingValues: u,
|
|
106
121
|
defaultWidth: "wide"
|
|
107
122
|
}),
|
|
@@ -116,13 +131,13 @@ var d = {
|
|
|
116
131
|
defaultFormattingWidth: "wide"
|
|
117
132
|
})
|
|
118
133
|
};
|
|
119
|
-
const
|
|
120
|
-
var
|
|
134
|
+
const p = b;
|
|
135
|
+
var P = {
|
|
121
136
|
code: "de",
|
|
122
137
|
formatDistance: i,
|
|
123
138
|
formatLong: o,
|
|
124
139
|
formatRelative: m,
|
|
125
|
-
localize:
|
|
140
|
+
localize: p,
|
|
126
141
|
match: g,
|
|
127
142
|
options: {
|
|
128
143
|
weekStartsOn: 1,
|
|
@@ -130,5 +145,5 @@ var p = {
|
|
|
130
145
|
}
|
|
131
146
|
};
|
|
132
147
|
export {
|
|
133
|
-
|
|
148
|
+
P as default
|
|
134
149
|
};
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { f as m, a as o, l as a, m as r } from "./index-d1ed98b2.js";
|
|
2
|
+
import { a as t } from "./index-cb0f058d.js";
|
|
3
|
+
import "./index-66d800fe.js";
|
|
4
|
+
import "./Badge.es.js";
|
|
5
|
+
import "./jsx-runtime-82a9ddf6.js";
|
|
6
|
+
import "react";
|
|
7
|
+
import "./clsx.m-b14a941b.js";
|
|
8
|
+
import "./utils-cacf528c.js";
|
|
9
|
+
import "./index-7272669e.js";
|
|
10
|
+
import "./Button.es.js";
|
|
11
|
+
import "./isObjectLike-1b8bbac2.js";
|
|
12
|
+
import "./index-40626e62.js";
|
|
13
|
+
import "react-dom";
|
|
14
|
+
import "./close-c67ec245.js";
|
|
15
|
+
import "./Drawer.es.js";
|
|
16
|
+
import "./Slider.es.js";
|
|
17
|
+
import "./index-95c68eda.js";
|
|
18
|
+
import "./ProTable-63e2c020.js";
|
|
19
|
+
import "./Divider.es.js";
|
|
20
|
+
var i = {
|
|
21
|
+
full: "EEEE d MMMM y",
|
|
22
|
+
long: "d MMMM y",
|
|
23
|
+
medium: "d MMM y",
|
|
24
|
+
short: "dd/MM/y"
|
|
25
|
+
}, e = {
|
|
26
|
+
full: "HH:mm:ss zzzz",
|
|
27
|
+
long: "HH:mm:ss z",
|
|
28
|
+
medium: "HH:mm:ss",
|
|
29
|
+
short: "HH:mm"
|
|
30
|
+
}, l = {
|
|
31
|
+
full: "{{date}} {{time}}",
|
|
32
|
+
long: "{{date}} {{time}}",
|
|
33
|
+
medium: "{{date}} {{time}}",
|
|
34
|
+
short: "{{date}} {{time}}"
|
|
35
|
+
}, s = {
|
|
36
|
+
date: t({
|
|
37
|
+
formats: i,
|
|
38
|
+
defaultWidth: "full"
|
|
39
|
+
}),
|
|
40
|
+
time: t({
|
|
41
|
+
formats: e,
|
|
42
|
+
defaultWidth: "full"
|
|
43
|
+
}),
|
|
44
|
+
dateTime: t({
|
|
45
|
+
formats: l,
|
|
46
|
+
defaultWidth: "full"
|
|
47
|
+
})
|
|
48
|
+
};
|
|
49
|
+
const d = s;
|
|
50
|
+
var T = {
|
|
51
|
+
code: "it",
|
|
52
|
+
formatDistance: m,
|
|
53
|
+
formatLong: d,
|
|
54
|
+
formatRelative: o,
|
|
55
|
+
localize: a,
|
|
56
|
+
match: r,
|
|
57
|
+
options: {
|
|
58
|
+
weekStartsOn: 1,
|
|
59
|
+
firstWeekContainsDate: 4
|
|
60
|
+
}
|
|
61
|
+
};
|
|
62
|
+
export {
|
|
63
|
+
T as default
|
|
64
|
+
};
|
|
@@ -1,5 +1,20 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
1
|
+
import { a as d, b as n, c as s, d as i } from "./index-cb0f058d.js";
|
|
2
|
+
import "./Badge.es.js";
|
|
3
|
+
import "./jsx-runtime-82a9ddf6.js";
|
|
4
|
+
import "react";
|
|
5
|
+
import "./clsx.m-b14a941b.js";
|
|
6
|
+
import "./utils-cacf528c.js";
|
|
7
|
+
import "./index-7272669e.js";
|
|
8
|
+
import "./Button.es.js";
|
|
9
|
+
import "./isObjectLike-1b8bbac2.js";
|
|
10
|
+
import "./index-40626e62.js";
|
|
11
|
+
import "react-dom";
|
|
12
|
+
import "./close-c67ec245.js";
|
|
13
|
+
import "./Drawer.es.js";
|
|
14
|
+
import "./Slider.es.js";
|
|
15
|
+
import "./index-95c68eda.js";
|
|
16
|
+
import "./ProTable-63e2c020.js";
|
|
17
|
+
import "./Divider.es.js";
|
|
3
18
|
var u = {
|
|
4
19
|
lessThanXSeconds: {
|
|
5
20
|
one: "mindre enn ett sekund",
|
|
@@ -63,8 +78,8 @@ var u = {
|
|
|
63
78
|
other: "nesten {{count}} år"
|
|
64
79
|
}
|
|
65
80
|
}, l = function(e, o, t) {
|
|
66
|
-
var a,
|
|
67
|
-
return typeof
|
|
81
|
+
var a, m = u[e];
|
|
82
|
+
return typeof m == "string" ? a = m : o === 1 ? a = m.one : a = m.other.replace("{{count}}", String(o)), t != null && t.addSuffix ? t.comparison && t.comparison > 0 ? "om " + a : a + " siden" : a;
|
|
68
83
|
};
|
|
69
84
|
const f = l;
|
|
70
85
|
var v = {
|
|
@@ -82,21 +97,21 @@ var v = {
|
|
|
82
97
|
long: "{{date}} 'kl.' {{time}}",
|
|
83
98
|
medium: "{{date}} {{time}}",
|
|
84
99
|
short: "{{date}} {{time}}"
|
|
85
|
-
},
|
|
86
|
-
date:
|
|
100
|
+
}, p = {
|
|
101
|
+
date: d({
|
|
87
102
|
formats: v,
|
|
88
103
|
defaultWidth: "full"
|
|
89
104
|
}),
|
|
90
|
-
time:
|
|
105
|
+
time: d({
|
|
91
106
|
formats: h,
|
|
92
107
|
defaultWidth: "full"
|
|
93
108
|
}),
|
|
94
|
-
dateTime:
|
|
109
|
+
dateTime: d({
|
|
95
110
|
formats: c,
|
|
96
111
|
defaultWidth: "full"
|
|
97
112
|
})
|
|
98
113
|
};
|
|
99
|
-
const
|
|
114
|
+
const g = p;
|
|
100
115
|
var b = {
|
|
101
116
|
lastWeek: "'forrige' eeee 'kl.' p",
|
|
102
117
|
yesterday: "'i går kl.' p",
|
|
@@ -269,10 +284,10 @@ var E = /^(\d+)\.?/i, F = /\d+/i, H = {
|
|
|
269
284
|
})
|
|
270
285
|
};
|
|
271
286
|
const O = V;
|
|
272
|
-
var
|
|
287
|
+
var oe = {
|
|
273
288
|
code: "nb",
|
|
274
289
|
formatDistance: f,
|
|
275
|
-
formatLong:
|
|
290
|
+
formatLong: g,
|
|
276
291
|
formatRelative: P,
|
|
277
292
|
localize: x,
|
|
278
293
|
match: O,
|
|
@@ -282,5 +297,5 @@ var q = {
|
|
|
282
297
|
}
|
|
283
298
|
};
|
|
284
299
|
export {
|
|
285
|
-
|
|
300
|
+
oe as default
|
|
286
301
|
};
|
|
@@ -1,6 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
1
|
+
import { a as v, t as m, b as o, c as f, d as l } from "./index-cb0f058d.js";
|
|
2
|
+
import { i as d } from "./index-66d800fe.js";
|
|
3
|
+
import "./Badge.es.js";
|
|
4
|
+
import "./jsx-runtime-82a9ddf6.js";
|
|
5
|
+
import "react";
|
|
6
|
+
import "./clsx.m-b14a941b.js";
|
|
7
|
+
import "./utils-cacf528c.js";
|
|
8
|
+
import "./index-7272669e.js";
|
|
9
|
+
import "./Button.es.js";
|
|
10
|
+
import "./isObjectLike-1b8bbac2.js";
|
|
11
|
+
import "./index-40626e62.js";
|
|
12
|
+
import "react-dom";
|
|
13
|
+
import "./close-c67ec245.js";
|
|
14
|
+
import "./Drawer.es.js";
|
|
15
|
+
import "./Slider.es.js";
|
|
16
|
+
import "./index-95c68eda.js";
|
|
17
|
+
import "./ProTable-63e2c020.js";
|
|
18
|
+
import "./Divider.es.js";
|
|
4
19
|
function s(a, e) {
|
|
5
20
|
if (a.one !== void 0 && e === 1)
|
|
6
21
|
return a.one;
|
|
@@ -12,9 +27,9 @@ function n(a) {
|
|
|
12
27
|
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);
|
|
13
28
|
};
|
|
14
29
|
}
|
|
15
|
-
var
|
|
30
|
+
var p = function(e, t) {
|
|
16
31
|
return t && t.addSuffix ? t.comparison && t.comparison > 0 ? "праз паўхвіліны" : "паўхвіліны таму" : "паўхвіліны";
|
|
17
|
-
},
|
|
32
|
+
}, h = {
|
|
18
33
|
lessThanXSeconds: n({
|
|
19
34
|
regular: {
|
|
20
35
|
one: "менш за секунду",
|
|
@@ -46,7 +61,7 @@ var h = function(e, t) {
|
|
|
46
61
|
pluralGenitive: "праз {{count}} секунд"
|
|
47
62
|
}
|
|
48
63
|
}),
|
|
49
|
-
halfAMinute:
|
|
64
|
+
halfAMinute: p,
|
|
50
65
|
lessThanXMinutes: n({
|
|
51
66
|
regular: {
|
|
52
67
|
one: "менш за хвіліну",
|
|
@@ -202,7 +217,7 @@ var h = function(e, t) {
|
|
|
202
217
|
}
|
|
203
218
|
})
|
|
204
219
|
}, G = function(e, t, i) {
|
|
205
|
-
return i = i || {},
|
|
220
|
+
return i = i || {}, h[e](t, i);
|
|
206
221
|
};
|
|
207
222
|
const b = G;
|
|
208
223
|
var w = {
|
|
@@ -266,11 +281,11 @@ function k(a) {
|
|
|
266
281
|
}
|
|
267
282
|
}
|
|
268
283
|
var x = function(e, t, i) {
|
|
269
|
-
var u =
|
|
270
|
-
return
|
|
284
|
+
var u = m(e), r = u.getUTCDay();
|
|
285
|
+
return d(u, t, i) ? g(r) : M(r);
|
|
271
286
|
}, D = function(e, t, i) {
|
|
272
|
-
var u =
|
|
273
|
-
return
|
|
287
|
+
var u = m(e), r = u.getUTCDay();
|
|
288
|
+
return d(u, t, i) ? g(r) : k(r);
|
|
274
289
|
}, F = {
|
|
275
290
|
lastWeek: x,
|
|
276
291
|
yesterday: "'учора а' p",
|
|
@@ -485,7 +500,7 @@ var q = /^(\d+)(-?(е|я|га|і|ы|ае|ая|яя|шы|гі|ці|ты|мы))?/i
|
|
|
485
500
|
})
|
|
486
501
|
};
|
|
487
502
|
const ae = ee;
|
|
488
|
-
var
|
|
503
|
+
var we = {
|
|
489
504
|
code: "be-tarask",
|
|
490
505
|
formatDistance: b,
|
|
491
506
|
formatLong: W,
|
|
@@ -498,5 +513,5 @@ var ne = {
|
|
|
498
513
|
}
|
|
499
514
|
};
|
|
500
515
|
export {
|
|
501
|
-
|
|
516
|
+
we as default
|
|
502
517
|
};
|