@blofin/blofin-ui 0.7.58 → 0.7.59
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/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-4f94d7fa.js → index-001dd0f7.js} +39 -24
- package/dist/{index-29d37c73.js → index-003572ca.js} +67 -52
- package/dist/{index-57a163fd.js → index-0330bc93.js} +28 -13
- package/dist/{index-d81e15f3.js → index-05bf2879.js} +34 -19
- package/dist/{index-b54ef52a.js → index-0773f9b5.js} +31 -16
- package/dist/{index-6856be22.js → index-0c50dcda.js} +38 -23
- package/dist/{index-7cf9b111.js → index-0e6d56f6.js} +33 -18
- package/dist/{index-a89abb42.js → index-0eb53476.js} +19 -4
- package/dist/{index-0230b5a9.js → index-0f855a91.js} +4 -5
- package/dist/{index-cbc0d36b.js → index-10144af4.js} +30 -15
- package/dist/{index-06d0f2f7.js → index-11dc8e91.js} +28 -13
- package/dist/{index-c6371af1.js → index-14eba896.js} +25 -10
- package/dist/{index-c1381bca.js → index-18869ac6.js} +35 -20
- package/dist/{index-1b2a64df.js → index-189196e6.js} +46 -31
- package/dist/{index-898678dc.js → index-198ccc85.js} +45 -30
- package/dist/{index-e2b960e4.js → index-1b087231.js} +38 -23
- package/dist/{index-f40f45fb.js → index-204cbb23.js} +30 -15
- package/dist/{index-4df0c3e4.js → index-220ed10a.js} +31 -16
- package/dist/{index-67678963.js → index-28a6835c.js} +48 -33
- package/dist/{index-e98ef24f.js → index-2d400fe1.js} +32 -17
- package/dist/{index-e8fb69e0.js → index-2e0c8d16.js} +37 -22
- package/dist/{index-cc1cd309.js → index-2e784550.js} +28 -13
- package/dist/index-304d7874.js +64 -0
- package/dist/{index-12d32536.js → index-3375e2e3.js} +28 -13
- package/dist/{index-954d3973.js → index-36521981.js} +28 -13
- package/dist/{index-cfee583b.js → index-377dc190.js} +36 -21
- package/dist/{index-4f94900a.js → index-390505ce.js} +34 -19
- package/dist/index-40626e62.js +174 -0
- package/dist/{index-b0da3dfd.js → index-41bebee7.js} +39 -24
- package/dist/{index-5fb7b3bc.js → index-45cfa2f3.js} +27 -12
- package/dist/{index-80cc70e4.js → index-47408940.js} +41 -26
- package/dist/{index-141cec17.js → index-4b9249fc.js} +29 -14
- package/dist/index-543e2f77.js +65 -0
- package/dist/index-563cafee.js +64 -0
- package/dist/index-5956ed9f.js +11569 -0
- package/dist/{index-b103ed31.js → index-59c7d611.js} +27 -12
- package/dist/{index-d2f2742e.js → index-5bc791c5.js} +30 -15
- package/dist/{index-03513979.js → index-5f3da225.js} +26 -11
- package/dist/{index-8aa9b1be.js → index-603f0f2a.js} +39 -24
- package/dist/{index-4bc493f0.js → index-636a6216.js} +19 -4
- package/dist/{index-2334248a.js → index-640dc4ab.js} +24 -9
- package/dist/{index-73bfc020.js → index-64ba8d88.js} +47 -32
- package/dist/{index-2ae0474b.js → index-65986673.js} +39 -24
- package/dist/{index-6f728206.js → index-65df0a7b.js} +24 -9
- package/dist/{index-02f669c4.js → index-6e4d9a19.js} +1 -2
- package/dist/{index-360aaaac.js → index-7241c703.js} +46 -31
- package/dist/index-7272669e.js +36 -0
- package/dist/{index-9c73c442.js → index-73673cf3.js} +60 -45
- package/dist/{index-08a64465.js → index-74676234.js} +31 -16
- package/dist/{index-7edb6aec.js → index-770fe605.js} +34 -19
- package/dist/{index-5beeed26.js → index-772d6529.js} +38 -23
- package/dist/{index-6e969585.js → index-797b8f6c.js} +52 -37
- package/dist/{index-a6fa33ce.js → index-7c12aa98.js} +28 -13
- package/dist/{index-5e6ffc2f.js → index-7e7cdd81.js} +1 -2
- package/dist/{index-03169373.js → index-81072b24.js} +37 -22
- package/dist/{index-75190b99.js → index-8684e896.js} +22 -7
- package/dist/{index-7bb9ffdf.js → index-89f184f3.js} +2 -3
- package/dist/{index-40710f09.js → index-8a7c46ae.js} +41 -26
- package/dist/{index-117d018c.js → index-8cec0e82.js} +37 -22
- package/dist/{index-094d2a65.js → index-91062be2.js} +34 -19
- package/dist/{index-d3419554.js → index-9253a5ce.js} +30 -15
- package/dist/index-95c68eda.js +152 -0
- package/dist/{index-956b36a6.js → index-9eaebb69.js} +45 -30
- package/dist/{index-63a66f13.js → index-a4077786.js} +45 -30
- package/dist/{index-e9a1ff7f.js → index-ad2acfd2.js} +19 -4
- package/dist/{index-fdffd6e6.js → index-af60bed6.js} +29 -14
- package/dist/{index-fda88eb4.js → index-b5ff5e93.js} +45 -30
- package/dist/{index-11268759.js → index-bba889fc.js} +33 -18
- package/dist/{index-b7941b97.js → index-c002eb57.js} +23 -8
- package/dist/{index-4c6ad36c.js → index-c73b6cc3.js} +47 -32
- package/dist/{index-60fe7f16.js → index-c81a4a2a.js} +32 -17
- package/dist/{index-f7c4ae83.js → index-c8690f0a.js} +48 -33
- package/dist/{index-79e7317f.js → index-cdaffd70.js} +27 -12
- package/dist/{index-4d780cf4.js → index-cf872561.js} +37 -22
- package/dist/{index-cb1218d8.js → index-dafac81d.js} +25 -10
- package/dist/{index-19d177fe.js → index-db7c7495.js} +31 -16
- package/dist/{index-f1726c63.js → index-dbd4bd27.js} +29 -14
- package/dist/{index-ceae4147.js → index-dc23eb8b.js} +27 -12
- package/dist/{index-9e5efc0a.js → index-dc69cdd8.js} +45 -30
- package/dist/{index-c69f6dfc.js → index-e6091315.js} +36 -21
- package/dist/{index-06ef2e10.js → index-e869e999.js} +28 -13
- package/dist/{index-03d6aef0.js → index-f0c42ec9.js} +33 -18
- package/dist/{index-f64eddcc.js → index-f16b36a5.js} +31 -16
- package/dist/{index-e1a6a03d.js → index-f4d65525.js} +24 -9
- package/dist/index-f53123c7.js +64 -0
- package/dist/{index-770e5f53.js → index-f753119c.js} +27 -12
- package/dist/{index-8585c2f3.js → index-f83dab77.js} +38 -23
- package/dist/{index-6f963c6a.js → index-f852d9b6.js} +35 -20
- package/dist/{index-3ee2bafa.js → index-fa51b278.js} +30 -15
- package/dist/{index-e169373b.js → index-fc135912.js} +25 -10
- package/dist/{index-ef31f5f8.js → index-fcb1ec65.js} +1 -2
- package/dist/{index-d86842c8.js → index-ff943066.js} +34 -19
- 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,5 +1,20 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
1
|
+
import { a as m, b as n, c as s, d as i } from "./index-5956ed9f.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 l = {
|
|
4
19
|
lessThanXSeconds: {
|
|
5
20
|
one: "menos de un segundo",
|
|
@@ -62,9 +77,9 @@ var l = {
|
|
|
62
77
|
one: "casi 1 año",
|
|
63
78
|
other: "casi {{count}} años"
|
|
64
79
|
}
|
|
65
|
-
}, u = function(e,
|
|
80
|
+
}, u = function(e, o, a) {
|
|
66
81
|
var t, d = l[e];
|
|
67
|
-
return typeof d == "string" ? t = d :
|
|
82
|
+
return typeof d == "string" ? t = d : o === 1 ? t = d.one : t = d.other.replace("{{count}}", o.toString()), a != null && a.addSuffix ? a.comparison && a.comparison > 0 ? "en " + t : "hace " + t : t;
|
|
68
83
|
};
|
|
69
84
|
const c = u;
|
|
70
85
|
var h = {
|
|
@@ -82,22 +97,22 @@ var h = {
|
|
|
82
97
|
long: "{{date}} 'a las' {{time}}",
|
|
83
98
|
medium: "{{date}}, {{time}}",
|
|
84
99
|
short: "{{date}}, {{time}}"
|
|
85
|
-
},
|
|
86
|
-
date:
|
|
100
|
+
}, p = {
|
|
101
|
+
date: m({
|
|
87
102
|
formats: h,
|
|
88
103
|
defaultWidth: "full"
|
|
89
104
|
}),
|
|
90
|
-
time:
|
|
105
|
+
time: m({
|
|
91
106
|
formats: v,
|
|
92
107
|
defaultWidth: "full"
|
|
93
108
|
}),
|
|
94
|
-
dateTime:
|
|
109
|
+
dateTime: m({
|
|
95
110
|
formats: f,
|
|
96
111
|
defaultWidth: "full"
|
|
97
112
|
})
|
|
98
113
|
};
|
|
99
|
-
const
|
|
100
|
-
var
|
|
114
|
+
const b = p;
|
|
115
|
+
var g = {
|
|
101
116
|
lastWeek: "'el' eeee 'pasado a la' p",
|
|
102
117
|
yesterday: "'ayer a la' p",
|
|
103
118
|
today: "'hoy a la' p",
|
|
@@ -111,8 +126,8 @@ var p = {
|
|
|
111
126
|
tomorrow: "'mañana a las' p",
|
|
112
127
|
nextWeek: "eeee 'a las' p",
|
|
113
128
|
other: "P"
|
|
114
|
-
}, P = function(e,
|
|
115
|
-
return
|
|
129
|
+
}, P = function(e, o, a, t) {
|
|
130
|
+
return o.getUTCHours() !== 1 ? y[e] : g[e];
|
|
116
131
|
};
|
|
117
132
|
const w = P;
|
|
118
133
|
var M = {
|
|
@@ -194,31 +209,31 @@ var M = {
|
|
|
194
209
|
evening: "de la tarde",
|
|
195
210
|
night: "de la noche"
|
|
196
211
|
}
|
|
197
|
-
}, x = function(e,
|
|
212
|
+
}, x = function(e, o) {
|
|
198
213
|
var a = Number(e);
|
|
199
214
|
return a + "º";
|
|
200
215
|
}, z = {
|
|
201
216
|
ordinalNumber: x,
|
|
202
|
-
era:
|
|
217
|
+
era: n({
|
|
203
218
|
values: M,
|
|
204
219
|
defaultWidth: "wide"
|
|
205
220
|
}),
|
|
206
|
-
quarter:
|
|
221
|
+
quarter: n({
|
|
207
222
|
values: W,
|
|
208
223
|
defaultWidth: "wide",
|
|
209
224
|
argumentCallback: function(e) {
|
|
210
225
|
return Number(e) - 1;
|
|
211
226
|
}
|
|
212
227
|
}),
|
|
213
|
-
month:
|
|
228
|
+
month: n({
|
|
214
229
|
values: j,
|
|
215
230
|
defaultWidth: "wide"
|
|
216
231
|
}),
|
|
217
|
-
day:
|
|
232
|
+
day: n({
|
|
218
233
|
values: D,
|
|
219
234
|
defaultWidth: "wide"
|
|
220
235
|
}),
|
|
221
|
-
dayPeriod:
|
|
236
|
+
dayPeriod: n({
|
|
222
237
|
values: k,
|
|
223
238
|
defaultWidth: "wide",
|
|
224
239
|
formattingValues: C,
|
|
@@ -269,7 +284,7 @@ var T = /^(\d+)(º)?/i, F = /\d+/i, L = {
|
|
|
269
284
|
night: /noche/i
|
|
270
285
|
}
|
|
271
286
|
}, q = {
|
|
272
|
-
ordinalNumber:
|
|
287
|
+
ordinalNumber: s({
|
|
273
288
|
matchPattern: T,
|
|
274
289
|
parsePattern: F,
|
|
275
290
|
valueCallback: function(e) {
|
|
@@ -311,10 +326,10 @@ var T = /^(\d+)(º)?/i, F = /\d+/i, L = {
|
|
|
311
326
|
})
|
|
312
327
|
};
|
|
313
328
|
const O = q;
|
|
314
|
-
var
|
|
329
|
+
var me = {
|
|
315
330
|
code: "es",
|
|
316
331
|
formatDistance: c,
|
|
317
|
-
formatLong:
|
|
332
|
+
formatLong: b,
|
|
318
333
|
formatRelative: w,
|
|
319
334
|
localize: H,
|
|
320
335
|
match: O,
|
|
@@ -324,5 +339,5 @@ var Q = {
|
|
|
324
339
|
}
|
|
325
340
|
};
|
|
326
341
|
export {
|
|
327
|
-
|
|
342
|
+
me as default
|
|
328
343
|
};
|
|
@@ -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-5956ed9f.js";
|
|
2
|
+
import { i as d } from "./index-7e7cdd81.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",
|
|
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
|
};
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { f as m, a as o, l as a, m as r } from "./index-89f184f3.js";
|
|
2
|
+
import { a as t } from "./index-5956ed9f.js";
|
|
3
|
+
import "./index-7e7cdd81.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 R = {
|
|
51
|
+
code: "it-CH",
|
|
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
|
+
R as default
|
|
64
|
+
};
|
|
@@ -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-5956ed9f.js";
|
|
2
|
+
import { i as d } from "./index-7e7cdd81.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
|
};
|
|
@@ -1,6 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
3
|
-
|
|
1
|
+
import { a as s, b as o, c as m, d as u } from "./index-5956ed9f.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 d = {
|
|
4
19
|
lessThanXSeconds: {
|
|
5
20
|
past: "{{count}} წამზე ნაკლები ხნის წინ",
|
|
6
21
|
present: "{{count}} წამზე ნაკლები",
|
|
@@ -82,8 +97,8 @@ var m = {
|
|
|
82
97
|
future: "თითქმის {{count}} წელში"
|
|
83
98
|
}
|
|
84
99
|
}, c = function(t, e, a) {
|
|
85
|
-
var
|
|
86
|
-
return typeof i == "string" ?
|
|
100
|
+
var r, i = d[t];
|
|
101
|
+
return typeof i == "string" ? r = i : a != null && a.addSuffix && a.comparison && a.comparison > 0 ? r = i.future.replace("{{count}}", String(e)) : a != null && a.addSuffix ? r = i.past.replace("{{count}}", String(e)) : r = i.present.replace("{{count}}", String(e)), r;
|
|
87
102
|
};
|
|
88
103
|
const l = c;
|
|
89
104
|
var f = {
|
|
@@ -91,12 +106,12 @@ var f = {
|
|
|
91
106
|
long: "do, MMMM, y",
|
|
92
107
|
medium: "d, MMM, y",
|
|
93
108
|
short: "dd/MM/yyyy"
|
|
94
|
-
},
|
|
109
|
+
}, p = {
|
|
95
110
|
full: "h:mm:ss a zzzz",
|
|
96
111
|
long: "h:mm:ss a z",
|
|
97
112
|
medium: "h:mm:ss a",
|
|
98
113
|
short: "h:mm a"
|
|
99
|
-
},
|
|
114
|
+
}, h = {
|
|
100
115
|
full: "{{date}} {{time}}'-ზე'",
|
|
101
116
|
long: "{{date}} {{time}}'-ზე'",
|
|
102
117
|
medium: "{{date}}, {{time}}",
|
|
@@ -107,11 +122,11 @@ var f = {
|
|
|
107
122
|
defaultWidth: "full"
|
|
108
123
|
}),
|
|
109
124
|
time: s({
|
|
110
|
-
formats:
|
|
125
|
+
formats: p,
|
|
111
126
|
defaultWidth: "full"
|
|
112
127
|
}),
|
|
113
128
|
dateTime: s({
|
|
114
|
-
formats:
|
|
129
|
+
formats: h,
|
|
115
130
|
defaultWidth: "full"
|
|
116
131
|
})
|
|
117
132
|
};
|
|
@@ -123,7 +138,7 @@ var b = {
|
|
|
123
138
|
tomorrow: "'ხვალ' p'-ზე'",
|
|
124
139
|
nextWeek: "'შემდეგი' eeee p'-ზე'",
|
|
125
140
|
other: "P"
|
|
126
|
-
}, P = function(t, e, a,
|
|
141
|
+
}, P = function(t, e, a, r) {
|
|
127
142
|
return b[t];
|
|
128
143
|
};
|
|
129
144
|
const y = P;
|
|
@@ -274,7 +289,7 @@ var V = /^(\d+)(-ლი|-ე)?/i, X = /\d+/i, C = {
|
|
|
274
289
|
night: /ღამ/i
|
|
275
290
|
}
|
|
276
291
|
}, O = {
|
|
277
|
-
ordinalNumber:
|
|
292
|
+
ordinalNumber: m({
|
|
278
293
|
matchPattern: V,
|
|
279
294
|
parsePattern: X,
|
|
280
295
|
valueCallback: function(t) {
|
|
@@ -316,7 +331,7 @@ var V = /^(\d+)(-ლი|-ე)?/i, X = /\d+/i, C = {
|
|
|
316
331
|
})
|
|
317
332
|
};
|
|
318
333
|
const _ = O;
|
|
319
|
-
var
|
|
334
|
+
var ut = {
|
|
320
335
|
code: "ka",
|
|
321
336
|
formatDistance: l,
|
|
322
337
|
formatLong: g,
|
|
@@ -329,5 +344,5 @@ var Q = {
|
|
|
329
344
|
}
|
|
330
345
|
};
|
|
331
346
|
export {
|
|
332
|
-
|
|
347
|
+
ut as default
|
|
333
348
|
};
|
|
@@ -1,5 +1,20 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
1
|
+
import { a as s, b as i, c as u, d as n } from "./index-5956ed9f.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 l = {
|
|
4
19
|
lessThanXSeconds: {
|
|
5
20
|
one: "kurang dari 1 detik",
|
|
@@ -77,12 +92,12 @@ var g = {
|
|
|
77
92
|
long: "HH.mm.ss",
|
|
78
93
|
medium: "HH.mm",
|
|
79
94
|
short: "HH.mm"
|
|
80
|
-
},
|
|
95
|
+
}, p = {
|
|
81
96
|
full: "{{date}} 'pukul' {{time}}",
|
|
82
97
|
long: "{{date}} 'pukul' {{time}}",
|
|
83
98
|
medium: "{{date}}, {{time}}",
|
|
84
99
|
short: "{{date}}, {{time}}"
|
|
85
|
-
},
|
|
100
|
+
}, c = {
|
|
86
101
|
date: s({
|
|
87
102
|
formats: g,
|
|
88
103
|
defaultWidth: "full"
|
|
@@ -92,12 +107,12 @@ var g = {
|
|
|
92
107
|
defaultWidth: "full"
|
|
93
108
|
}),
|
|
94
109
|
dateTime: s({
|
|
95
|
-
formats:
|
|
110
|
+
formats: p,
|
|
96
111
|
defaultWidth: "full"
|
|
97
112
|
})
|
|
98
113
|
};
|
|
99
|
-
const
|
|
100
|
-
var
|
|
114
|
+
const f = c;
|
|
115
|
+
var v = {
|
|
101
116
|
lastWeek: "eeee 'lalu pukul' p",
|
|
102
117
|
yesterday: "'Kemarin pukul' p",
|
|
103
118
|
today: "'Hari ini pukul' p",
|
|
@@ -105,7 +120,7 @@ var p = {
|
|
|
105
120
|
nextWeek: "eeee 'pukul' p",
|
|
106
121
|
other: "P"
|
|
107
122
|
}, k = function(a, o, e, t) {
|
|
108
|
-
return
|
|
123
|
+
return v[a];
|
|
109
124
|
};
|
|
110
125
|
const M = k;
|
|
111
126
|
var y = {
|
|
@@ -192,26 +207,26 @@ var y = {
|
|
|
192
207
|
return "ke-" + e;
|
|
193
208
|
}, K = {
|
|
194
209
|
ordinalNumber: D,
|
|
195
|
-
era:
|
|
210
|
+
era: i({
|
|
196
211
|
values: y,
|
|
197
212
|
defaultWidth: "wide"
|
|
198
213
|
}),
|
|
199
|
-
quarter:
|
|
214
|
+
quarter: i({
|
|
200
215
|
values: P,
|
|
201
216
|
defaultWidth: "wide",
|
|
202
217
|
argumentCallback: function(a) {
|
|
203
218
|
return a - 1;
|
|
204
219
|
}
|
|
205
220
|
}),
|
|
206
|
-
month:
|
|
221
|
+
month: i({
|
|
207
222
|
values: w,
|
|
208
223
|
defaultWidth: "wide"
|
|
209
224
|
}),
|
|
210
|
-
day:
|
|
225
|
+
day: i({
|
|
211
226
|
values: W,
|
|
212
227
|
defaultWidth: "wide"
|
|
213
228
|
}),
|
|
214
|
-
dayPeriod:
|
|
229
|
+
dayPeriod: i({
|
|
215
230
|
values: j,
|
|
216
231
|
defaultWidth: "wide",
|
|
217
232
|
formattingValues: S,
|
|
@@ -268,13 +283,13 @@ var J = /^ke-(\d+)?/i, F = /\d+/i, H = {
|
|
|
268
283
|
return parseInt(a, 10);
|
|
269
284
|
}
|
|
270
285
|
}),
|
|
271
|
-
era:
|
|
286
|
+
era: n({
|
|
272
287
|
matchPatterns: H,
|
|
273
288
|
defaultMatchWidth: "wide",
|
|
274
289
|
parsePatterns: x,
|
|
275
290
|
defaultParseWidth: "any"
|
|
276
291
|
}),
|
|
277
|
-
quarter:
|
|
292
|
+
quarter: n({
|
|
278
293
|
matchPatterns: N,
|
|
279
294
|
defaultMatchWidth: "wide",
|
|
280
295
|
parsePatterns: R,
|
|
@@ -283,19 +298,19 @@ var J = /^ke-(\d+)?/i, F = /\d+/i, H = {
|
|
|
283
298
|
return a + 1;
|
|
284
299
|
}
|
|
285
300
|
}),
|
|
286
|
-
month:
|
|
301
|
+
month: n({
|
|
287
302
|
matchPatterns: V,
|
|
288
303
|
defaultMatchWidth: "wide",
|
|
289
304
|
parsePatterns: X,
|
|
290
305
|
defaultParseWidth: "any"
|
|
291
306
|
}),
|
|
292
|
-
day:
|
|
307
|
+
day: n({
|
|
293
308
|
matchPatterns: C,
|
|
294
309
|
defaultMatchWidth: "wide",
|
|
295
310
|
parsePatterns: L,
|
|
296
311
|
defaultParseWidth: "any"
|
|
297
312
|
}),
|
|
298
|
-
dayPeriod:
|
|
313
|
+
dayPeriod: n({
|
|
299
314
|
matchPatterns: E,
|
|
300
315
|
defaultMatchWidth: "any",
|
|
301
316
|
parsePatterns: O,
|
|
@@ -303,10 +318,10 @@ var J = /^ke-(\d+)?/i, F = /\d+/i, H = {
|
|
|
303
318
|
})
|
|
304
319
|
};
|
|
305
320
|
const z = $;
|
|
306
|
-
var
|
|
321
|
+
var ma = {
|
|
307
322
|
code: "id",
|
|
308
323
|
formatDistance: h,
|
|
309
|
-
formatLong:
|
|
324
|
+
formatLong: f,
|
|
310
325
|
formatRelative: M,
|
|
311
326
|
localize: A,
|
|
312
327
|
match: z,
|
|
@@ -316,5 +331,5 @@ var Y = {
|
|
|
316
331
|
}
|
|
317
332
|
};
|
|
318
333
|
export {
|
|
319
|
-
|
|
334
|
+
ma as default
|
|
320
335
|
};
|